/*
* @Author: Marte
* @Date:   2020-07-08 16:48:42
* @Last Modified by:   Marte
* @Last Modified time: 2020-07-14 14:31:41
*/



 /*webkit是苹果浏览器引擎，tap点击，highlight背景高亮，color颜色，颜色用数值调节。*/
 body{
     -webkit-tap-highlight-color:rgba(0,0,0,0);
 }
.s1{
    width:100%;
    height:8rem;
    background-image:url(../image/education/banner.png);
    background-size:100% 8rem;
    overflow: hidden;
}
.s1-c{
    margin:3rem 0 0 1rem;

}
.s1-c .tiaoz{
    font-size:1rem;
    color:#fff;
    font-weight: bold;
}
.s1-c .tiaoz>img{
    width: 0.6rem;
}

.s1-c .p1{
    font-size:1.5rem;
    color:#fff;
    font-weight: bold;
    margin:0.5rem 0 0;

}
.s-form{
    margin:1rem 0.75rem 0
}

.d1{
    padding:0.5rem 0;
    border-bottom: 1px solid #ccc;
}
.s-form .text{
    font-size:1rem;
    color:#000;
    font-weight: bold;

}

.s-form .in1{
    width:100%;
    height:1.15rem;
    margin:0.5rem 0 0;
    outline:none;
    border:none;
    font-size: 0.75rem;
}

.d2{
    position: relative;

}
.yzm {
    display: block;
    width: 5.25rem;
    height: 2.25rem;
    text-align: center;
    line-height: 2.25rem;
    background-color: #c82327;
    font-size: 0.7rem;
    color: #fff;
    position: absolute;
    top: 1rem;
    right: 0;
    border-radius: 0.25rem;
}


.sch{
    width: 100%;
    height:2.25rem;
    text-align: center;
    line-height: 2.25rem;
    font-size:0.7rem;
    background-color: #c82327;
    color:#fff;
    font-weight: bold;
    margin:0.5rem auto;
    border-radius:0.25rem;
    margin-top: 1rem;
}
.bgt {
    width: 100%;
    height: 1rem;
    background-color: #f1f1f1;
    margin: 5rem 0 0;
}

.sc-footer{
    padding:0 0 1rem;
    margin:1rem 0.75rem 0;
}

.sc-footer .sc-p1{
    color:#d34f52;
    font-weight: bold;

}
.sc-footer .sc-p2{
    color:#a4a4a4;
    margin:0.5rem 0 0;
}
.sc-footer .sc-p1, .sc-footer .sc-p2{
    font-size:0.7rem;
    line-height: 1rem;
    margin: 0;
}
