body {
    background-color: #F4F8FB;
    font-family:PingFangSC-Semibold, Helvetica, Arial, sans-serif;
}
.topbox {
  background-color: rgba(251, 244, 239, 1);
  border-radius: 1px;
  width: 100%;
  padding: 10px 20px;
  position: relative;
  box-sizing:border-box;
}
.topbox h2 {
    float: left;

}
.topbox h2 img {
    width: 40px;
    height: 40px;
    float: left;
}
.topbox .toptxt {
    float: left;
    font-size: 14px;
}
.toptxt span{
    display: block;
}
.topbox button {
    float: right;
    width: 100px;
    height: 32px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    background: #ff6b00;
    border-radius: 32px;
    margin-right: 27px;
    margin-bottom:8px;
}


.header a {
    float: left;
    width: 20%;
    text-align: center;
}
.header h1 {
    float: left;
    width: 60%;
    text-align: center;
}
.header img {
    width: 50%;
}
/*讲师认证部分开始*/
body {
    min-height: 100%;
    padding-bottom:150px;
}
.headertit {
    width: 100%;
    height: 60px;
    padding-left: 20px;
    font-size: 30px;
    color: #353737;
    line-height: 60px;
    margin-bottom:10px;
    background: #fff;
    box-sizing:border-box;
}
.formCon {
    width: 100%;
    padding:0 20px 100px;
    box-sizing:border-box;
}
.formCon form {
    width: 100%;
    padding-bottom:10px;
    background: #fff;
}
.iptItem{
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding:0 20px 0 8px;
    box-sizing:border-box;

}
.iptItem em {
    float: left;
    margin-top: 18px;
    margin-right: 6px;
    width: 12px;
    height: 12px;
    background: none;
}
.xingitem em {
    background: url(../images/xing.png) no-repeat;
    background-size: 12px;
}

.fltxt {
    float: left;
    color: #48494A;
    line-height: 30px;
    font-size: 18px;
    line-height: 50px;
}
.frtxt {
    float: right;
    text-align: right;
    font-size: 18px;
    color: #333;
    line-height: 50px;
    width:210px;
}
.jsz {
    float: right;
    position: relative;
}
.jsz span {
    display: block;
    padding-right: 28px;
    color: #B8B8B8;
    font-size: 18px;
    text-align: right;
    background: url(../images/arr_r.png) no-repeat right;
    background-size: 30px;
}
.jsz.frtxt{
    width: 190px;
}
.jsz input {
    position: absolute;
    font-size: 33px;
    right: 0;
    top: 0;
    opacity: 0;
}
.rzBtnCon {
    position: fixed;
    left: 0;
    bottom:60px;
    width: 100%;
    height: 60px;
    background: #fff;

}
.imgTip {
    color: #858687;
    font-size: 16px;
    margin-top: 12px;
}
.btnTip {
    display: none;
    position: fixed;
    left: 50%;
    bottom:140px;
    margin-left:-90px;
    width: 180px;
    height: 50px;
    border-radius:10px;
    background: rgba(0,0,0,.5);
    color:#fff;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
}
.rzBtn {
    display: block;
    width: 90%;
    height: 50px;
    border-radius: 30px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background-image: linear-gradient(45deg, #FA703E, #FDA972);
    margin: 5px auto;
    font-size: 22px;
    letter-spacing: 10px;
}
/*讲师认证部分结束*/










footer {
    position: fixed;
    left: 0;
    bottom:0;
    background: #feffff;
    border-top: 1px solid #f4f4f4;
}
footer li {
    width: 20%;
    height: 60px;
    float: left;
    text-align: center;
    line-height: 60px;
}
footer li a {
    width: 100%;
    display: block;
}
footer li img {
    width: 50%;
}