.parallelogram {   

    width: 125px;   
    
    height: 5px;   
    
    transform:skew(-40deg); /*设置倾斜度为-30*/   
    
    -webkit-transform: skew(-40deg);   
    
    -moz-transform: skew(-40deg);   
    
    -o-transform:skew(-40deg);   
    
    -ms-transform:skew(-40deg);   
    
    background-color: rgb(254,235,241);   
    
    margin-top: -5px; 

    opacity: 0.9;

    margin-bottom: 10px;

    margin-left: 10px;
    
    }

    .title_first{
        width: 100%;        
        height: 50px;
        font-size: 32px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #323232;
        line-height: 16px;
    }

    .title_second{
        width: 100%;       
        height: 40px;
        font-size: 40px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #323232;
        line-height: 20px;
    }



    .article-content{
        font-size: 28px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #323232;
        line-height: 40px;

    }

    .article-title{
        font-size: 28px; 
        font-family: PingFangSC-Semibold, PingFang SC;
		font-weight: 600;
		color: #323232;
		line-height: 40px;
    }

    .notice{
        width: 312px;
        height: 33px;
        font-size: 24px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #5F5F5F;
        line-height: 50px;
        margin-left: 20px;;
    }

    .outline_content{
        width: 100%;
        height: 40px;
        font-size: 28px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #323232;
        line-height: 40px;
        margin-left: 10px;
    }

    .logo_all{
        width: 750px;
        height: 104px;
        background: #EFEFEF; 
    }

    .logo_pc{
        width: 60px;
        height: 60px;
        background: linear-gradient(270deg, #B01750 0%, #E84F8B 100%);
        border-radius: 6px;
    }

    .aside-title_pc{
        width: 90px;
        height: 42px;
        font-size: 30px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #272829;
        line-height: 42px;
    }


    .everyday{
        width: 168px;
        height: 33px;
        font-size: 24px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #7D7E7F;
        line-height: 33px;
        margin: -11px 0 0 193px;
    }

    #download_pc{
        width: 116px;
        height: 60px;
        background: #F42B70;
        border-radius: 6px;
    }