*{
    /*font-size: 16rem;*/
    font-family: PingFang SC, PingFang SC;
}

body::-webkit-scrollbar{
    width:4rem;
}

/*body::-webkit-scrollbar-track{*/
/*    background: #999;*/
/*    border-radius:2rem;*/
/*}*/

body::-webkit-scrollbar-thumb{
    background: #D4352D;
    border-radius:4rem;
}

/*body::-webkit-scrollbar-thumb:hover{*/
/*    background: #333;*/
/*}*/

/*body::-webkit-scrollbar-corner{*/
/*    background: #179a16;*/
/*}*/


#main-content{
    width: 100%;
}

.width_fixed_auto{
    width: 1400rem;
    margin: auto;
}

.item_top_title{
    font-weight: 600;
    font-size: 32rem;
    color: #333333;
    border-left: 5rem solid #D4352D;
    height: 35rem;
    line-height: 35rem;
}

.footer{
    width: 100%;
    height: 293rem;
    background: #FFFFFF;
    /*display: flex;*/
}

.footer-left{
    width: 1400rem;
    height: 100%;
    margin: auto;
    padding-top: 56rem;
    display: flex;
    justify-content: space-between;
}

.footer-left .line{
    width: 1rem;
    height: 80%;
    background: #CCCCCC;
}

.footer-left .title{
    height: 33rem;
    margin-bottom: 20rem;
    font-weight: 600;
    font-size: 24rem;
    color: #333333;
    line-height: 33rem;
}

.footer-left a{
    min-height: 22rem;
    font-weight: 400;
    font-size: 16rem;
    color: #666666;
    line-height: 22rem;
    display: block;
}

.footer-left .feedback{
    width: 260rem;
}

.feedback>input{
    width: 260rem;
    height: 46rem;
    padding-left: 20rem;
    padding-right: 20rem;
    background: #FFFFFF;
    border-radius: 23rem 23rem 23rem 23rem;
    border: 1rem solid #D4352D;
    font-size: 16rem;
}

/*.feedback>input::placeholder {*/
/*    height: 46rem;*/
/*    font-weight: 400;*/
/*    color: #D6D6D6;*/
/*    line-height: 46rem;*/
/*}*/

.feedback .submit{
    width: 260rem;
    height: 46rem;
    margin-top: 15rem;
    background: #D4352D;
    border-radius: 23rem;
    border: none;
    font-weight: 500;
    font-size: 16rem;
    color: #FFFFFF;
    line-height: 46rem;
    text-align: center;
}

.footer-left .contact{
    width: 260rem;
}

.footer-left .partner{
    width: 290rem;
}


.footer-right{
    /*flex: 1;*/
    padding-top: 46rem;
}

.footer-right>img{
    width: 375rem;
    height: auto;
}