/*自定义样式*/
.weui-label{width: 85px;}

.weui-cells{font-size: 14px;}
.weui-cell_apply{padding: 8px 16px;}
.weui-btn{font-size: 14px;}

.weui-vcode-btn {
    font-size: 12px;
    padding: 0 12px;
    margin-left: 0;
    height: auto;
    width: auto;
    line-height: 2em;
    color: #06ae56;
    background-color: #f2f2f2!important;
}

.register_apply .weui-cell{
    font-size: 12px!important;
    padding: 10px 12px;
}
.weui-cell{
    padding: 10px 16px;
}

/*头部导航 e1e1e1 */
.wy-header{ height:44px; border-bottom:1px solid #000!important; position:relative; background: #e1e1e1!important;}
.wy-header-icon-back{position: absolute; left:0; top:0; width: 40px;height: 44px; }
.wy-header-icon-back span {width:20px;height:20px; margin: 12px 0 0 10px; background:url(../../img/icon-back.png) no-repeat; background-size:20px; display:block;}
.wy-header-title{margin: 0 50px;text-align: center;height: 44px;line-height: 44px;font-size: 16px; color:#252525;}

/*background:#20A0FF;*/
.page .title{
    background:#c30d12;
    padding: 10px 5px;
    text-align: center;
    color: #ffffff;
}
.page .title h4{
    color: #ffffff;
    font-size: 16px;
}
.page .title p{
    color: #ffffff;
    font-size: 14px;
}

.weui-btn_blue{
    background-color: #c30d12;
    /*background-color: var(--weui-BLUE);*/
    width: auto;
}
.weui-btn-area .weui-btn_primary{
    width: auto;
}

.btn-inner{
    margin: 16px 16px;
}
.btn-w{
    position: relative;
    display: block;
    /*width: 184px;*/
    margin-left: auto;
    margin-right: auto;
    padding: 3px 24px;
    box-sizing: border-box;
    /*font-weight: 700;*/
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    color: #252525;
    line-height: 1.41176471;
    border:solid 1px #c30d12;
    border-radius: 4px;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-w:active{
    background: #c30d12;
}

.s-desc{
    /*margin: 48px 16px 8px;*/
    /*padding: 8px 10px;*/
    padding: 16px 16px 8px;
    font-size: 12px;
    line-height: 22px;
}
.s-desc h4{
    color: #FF0000;
}

.money{
    color: #FF0000;
    font-size: 14px;
    vertical-align: 1px;
}
.money::before{
    content: '\00A5';
    margin-right: 1px;
}


.s-bg{
    background-color: rgba(249, 249, 249, 1);
}
.pt10{
    padding-top: 10px;
    padding-bottom: 10px;
}

.verify-code-pic{
    float: right;
    width: 100px;
    height: 35px;
}

/*学生注册*/
.default-head{
    width: 96px;
    height: 134px;
    background: url("../images/head-default.jpg") left top no-repeat;
    background-size: 100% 100%;
}
.box-notice{
    font-size: 12px;
    padding: 5px;
    width: 100%;
    /*color:#ffffff;*/
    color:red;
    background: #d0d0d0;
    margin-top: 5px;
}
.box-notice i{
    color:#ffffff;
}
.box-notice .example{
    display: block;
    padding-top: 3px;
    line-height: 18px;
}
.box-notice .example i{
    width: 18px;
    height: 18px;
}
.fr{float: right;}