﻿html{
    height: 100%;
}
body{
    position: relative;
    min-height: 100%;
    background:#fff;
    font-size: 14px;
    min-height: 100%;
    box-sizing: border-box;
}
a:active{
    color:#34495e;
}
.index-warp .title{
    text-align: center;
     padding-top: 30px;
    padding-bottom: 10px;
}
 .layui-layer-loading .layui-layer-content{
    margin: 0 auto;
}
.index-warp table th{
    font-size: 15px;
}
.index-warp table td{
    font-size: 14px;
}
.index-warp table .weui_btn{
    position: relative;
    top: 5px;
}
.index-warp .weui_btn_area{
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 30px;
}
.index-warp .weui_btn_area .weui_btn{
    font-size: 16px;
}
.index-warp .weui_cells{
    font-size: 16px;
}
.index-warp select{
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    height: 100%;
    background:transparent;
}
.index-warp .weui_cell{
    position: relative;
}
.index-warp .weui_cell:nth-child(1):after{
    position: absolute;
    right: 15px;
    bottom: 5px;
    content: '';
    width: 20px;
    height: 30px;
    background: #fff url('../img/arr.png') center center no-repeat;
    background-size: 8px 10px;
}
.index-warp .weui_cell:nth-child(2):after{
    position: absolute;
    right: 15px;
    bottom: 5px;
    content: '';
    width: 20px;
    height: 30px;
    background: #fff url('../img/arr.png') center center no-repeat;
    background-size: 8px 10px;
}
.index-warp .weui_cell:nth-child(3):after{
    position: absolute;
    right: 15px;
    bottom: 5px;
    content: '';
    width: 20px;
    height: 30px;
    background: #fff url('../img/arr.png') center center no-repeat;
    background-size: 8px 10px;
}
.index-warp .weui_cell:nth-child(4):after{
    position: absolute;
    right: 15px;
    bottom: 5px;
    content: '';
    width: 20px;
    height: 30px;
    background: #fff url('../img/arr.png') center center no-repeat;
    background-size: 8px 10px;
}

.index-warp .teacher{
    border: none;
    background: transparent;
}
.weui-table tr td:last-child:after, .weui-table tr th:last-child:after{
    position:static;
    height: 0;

}

/* 登陆 */
.log-warp{
    height: 100%;
    background: url('../img/login_bg.jpg') center center no-repeat;
    background-size: 100% 100%;


}
.log-warp .title{
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
}
.log-warp .log-box{
    height: 100%;
    padding-top: 30%;
    padding-bottom: 30px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px;
    overflow: hidden;
}
.log-wrap .log-box .weui_cells_form{
    background: #fff;
    
}
.log-warp .log-box .weui_btn{
    margin-top: 30px;
}
.log-warp .link-box a{
    color: #fff;

}
.log-warp .link-box{
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.log-warp .link-box a:last-child{
    float: right;
}
/*课程提交列表*/
.record-warp{
    padding-top:0.666667rem;
    padding-left: 0.133333rem;
    padding-right: 0.133333rem;
}
.record-warp table td{
    width: 16.666%;
    line-height: 1.3;
}
.record-warp table .weui_btn{
    position: relative;
    top: 5px;
}
.record-warp table .last td:nth-child(1){
    text-align: right;
}
/* 选课记录 */
.variable-warp{
    padding-top:0.666667rem;
    padding-left: 0.133333rem;
    padding-right: 0.133333rem;
}
.variable-warp table .weui_btn{
    position: relative;
}
.variable-warp table td,.variable-warp table th{
    width: 15%;
   word-break:break-all;
   word-wrap : break-word ;
   line-height: 1.3;
}

.variable-warp table tr td:last-child{
    width: 25%;
}
.variable-warp table tr td .weui_btn{
    margin-top: 0;
}
.variable-warp table tr td .min-btn{
    padding-left: 24px;
    padding-right: 24px;

}
.variable-warp table tr td .hide{
    display: none;
}
/* 个人中心 */
.personal-warp{
    padding-top:0.666667rem;
    padding-left: 0.133333rem;
    padding-right: 0.133333rem;
}
/* 修改密码 */
.change-warp{
    height: 100%;
}
.change-warp .title{
    text-align: center;
    color: #333;
    letter-spacing: 2px;
}
.change-warp .log-box{
    height: 100%;
    padding-top: 30%;
    padding-bottom: 30px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px;
    overflow: hidden;
}
.change-wrap .log-box .weui_cells_form{
    background: #fff;
    
}
.change-warp .log-box .weui_btn{
    margin-top: 30px;
}
/* 注册 */
.register-warp .login {
    margin-top: 20px;

}
.register-warp  .weui-select{
    width: 126px!important;
}
.register-warp .login a{
    color: #fff;
    float: right;
    padding-right: 10px;
}
.yanz-img{
    margin-right: -30px;
}
.pb46{
    padding-bottom: 46px;
}
.public-footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 0;
    background: #fff;
    border-top: 1px solid #d3d3d3;
}
.public-footer a{
    display: inline-block;
    width: 20%;
    font-size: 14px;
    text-align: center;
    color: #333;
    height: 55px;
    line-height:45px;
}
@media (max-width: 320px){
    .register-warp .weui_label{
        width: 70px;
    }

}
