/*--------入驻流程------*/
.process{
    background: #ffffff;
    padding-bottom: 0.4rem;
}
.process h1{
    font-size: 0.36rem;
    color: #121314;
    text-align: center;
    margin-top: 0.1rem;
}
.process> .wrap>ul>li{
    margin-top: 0.2rem;
    width: 45%;
    float: left;
    margin-left: 5%;
}
.process_01 h3{
    font-size: 0.24rem;
    font-weight: bolder;
    color: #ff9c00;
}

.process_01 {
    margin-top: 0.2rem;
    text-align: center;
}
.process_01 img{
    width: 0.7rem;
    height: 0.7rem;
}
.process_01 p{
    font-size: 0.22rem;
    line-height: 0.42rem;
}
.process p:first-letter{
    color: #575757;
    font-size: 0.14rem;
}
/*------------------------学校入驻中心--------------------*/
.certification_centres{
    padding-bottom: 0.4rem;
}
.certification_centres h1{
    font-size: 0.36rem;
    color: #121314;
    text-align: center;
    padding-top: 0.2rem;
}
.certification_centres h4{
    font-size: 0.24rem;
    color: #555555;
    text-align: center;
    margin-top: 0.2rem;
    line-height: 0.42rem;
}
form{
    text-align: center;
}
form li {
    margin-top: 0.4rem;

}
form label{
    font-size: 0.24rem;
    color: #000000;
}
form input{
    width: 70%;
    height: 0.54rem;
    border:1px solid #d2d2d2;
    background:#ffffff;
    border-radius:0.05rem;
    font-size: 0.22rem;
    text-indent: 1em;
}
.certification_centres button{
    width: 45%;
    height: 0.45rem;
    color: white;
    background: #ff6000;
    cursor: pointer;
    border:0;
    text-align: center;
}

input::-webkit-input-placeholder {

    font-size: 0.22rem;
    color: #808080;
    font-weight: 100;
    text-indent: 1em;

}
.certification_centres p{
    text-align: center;
    font-size: 0.2rem;
    color: #ff6000;
    margin-top: 20px;
}

/*-------------入驻权益-----------------*/
.rights_and_interests{
    background: #ffffff;
    padding-bottom: 0.4rem;
}
.rights_and_interests h1{
    font-size: 0.36rem;
    color: #121314;
    text-align: center;
    padding-top: 0.25rem;
    margin-top: 0.1rem;
}
table{
    margin-top: 0.3rem;
}
table th{
    width: 33.3%;
    height: 1.2rem;
    border:1px solid #bfbfbf;
    text-align: center;
    font-size: 0.26rem;
    color: #595959;
    font-weight: bold;
    line-height: 0.5rem;
}
table th img{
    width: 0.44rem;
    height: 0.44rem;
}
table td img{
    width: 0.2rem;
    height: 0.18rem;
}
.rights_name{
    font-weight: bold;
    color: #595959;
}
table{
    text-align: center;
}
table tr{
    height: 35px;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    line-height: 35px;
}