body {
    background-color: #FFF9F1;
}
.fl {
    float: left;
}

.fr {
    float: right;
}
.mb1{
    margin-bottom: 0.83rem;
}
.mb2{
    margin-bottom: 1rem;
}
.mb3{
    margin-bottom: 2rem;
}

.hide {
    display: none;
}

.vish {
    visibility: hidden;
}

.vis {
    visibility: visible;
}

.header {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333333;
    font-size: 12px;
}

.banner {
    background: url(../img/phone_banner.jpg) center center no-repeat;
    width: 100%;
    height: 2.3rem;
    background-size: cover;
    position: relative;
    padding-top: 3.2rem;
}



.banner  .btn-login {
    background: url("../img/mbtn.png") center center no-repeat;
    width: 3.16rem;
    height: 1.1rem;
    margin: 0 auto;
    background-size: cover;
}


.banner2 {
    background-color: #ff8b42;
    width: 100%;
}

.banner2 .banner-wrapper {
    margin: 0 auto;
    padding: 0.5rem 0.2rem;
}

.banner2 .banner-wrapper .uheader {
    margin-right: 0.3rem;
    float: right;
    text-align: center;
    vertical-align: middle;
    margin-top:0.5rem;
}

.banner2 .banner-wrapper .uheader img {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 2px solid #ffffff;
    vertical-align: middle
}

.banner2 .banner-wrapper .info {
    float: left;
    color: #ffffff;
    line-height: 0.8rem;
    padding-top: 0.8rem;
    margin-left: 0.5rem
}

.banner2 .banner-wrapper .name {
    font-size: 0.6rem;
    font-weight:bold;
    position: relative;
}



.subjectnav{
    padding: 0.39rem;
}
.subjec-list li{
     float: left;
    font-size:0.35rem;
    color:#333333;
    width: calc(100% / 3 - 0.23rem);
    cursor: pointer;
    text-align: center;
    height:0.6rem;
    line-height:0.6rem;
    margin: 0.4rem 0.3rem 0 0;
    background:#FCDDCB;
    border-radius:0.3rem;
}

.subjec-list li:nth-child(3n){
    margin-right: 0
}

.subjec-list li.crr{
    color: #ffffff;
    background-color: #FF8B42
}

.content {
    width: 100%;
    height: auto;
}

.listse{
    padding: 0.28rem;
}

.classlist .class-name {
    text-align: center;
}

.classlist .class-name .name {
    display: inline-block;
    text-align: center;
    font-size:0.48rem;
    font-weight:bold;
    color:#FF6920;
    line-height:1rem;
    position: relative;
    padding-bottom: 0.2rem;
}
.classlist .class-name .name:before{
    content: url("../img/phone_left.png");
    height: 0.2rem;
    width: 0.2rem;
    margin: 0.1rem;
    position: relative;
    top: 0.1rem;

}
.classlist .class-name .name:after{
    content: url("../img/phone_right.png");
    height: 0.2rem;
    width: 0.2rem;
    margin: 0.1rem;
    position: relative;
    top: 0.1rem;
}
.mt1 {
    margin-top: 1rem;
}



.classlist .table {
    width: 100%;
}

.classlist .table .td, .classlist .table .th {
    float: left;
    text-align: center;
}
.classlist .table .ths {
    width: 100%;
    height: 1.1rem;
    /*line-height: 1.1rem;*/
    display: flex;
    font-size: 0.37rem;
    font-weight: 600;
    background-color:#FF8B42;
    border-radius: 0.1rem 0.1rem 0 0;
    color:#ffffff
}
.classlist .table .tbody {
    border-radius: 0 0 0.1rem 0.1rem;
    border: 1px solid #FF8B42;
    background-color:white;
}

.classlist .table .tr {
    /*height: 1rem;*/
    /*line-height: 1rem;*/
    display: flex;
    border-bottom: 1px solid #FF8B42;
}
.classlist .table .tr:last-child, .classlist .table .tr.c:last-child {
    border-bottom: none !important;
}

.classlist .table .td {
    border-right: 1px solid #FF8B42;
    font-size:0.29rem;
    padding: 0.1rem 0;
}
.classlist .table .td:last-child{
    border-right: none !important;
    position: relative;
}


.classlist .table .td1 {
    width: 1rem;
    line-height: 1rem;
}

.classlist .table .td2 {
    width: calc(100% - 3.54rem);
    position: relative;
    display: flex;
    justify-content: center;
    line-height: 0.5rem;
    flex-direction: column;
}
/*.classlist .table .td2 {*/
    /*width: calc(100% - 4.74rem);*/
    /*position: relative;*/
    /*padding: 0 1rem 0 0.2rem;*/
    /*line-height: 1rem;*/
/*}*/
.classlist .table .td3 {
    width: 2.4rem;
    line-height: 1rem;
}
.classlist .table .td4 {
    width:calc(100% - 1.1rem);
    display: flex;
    justify-content: center;
    line-height: 0.5rem;
    flex-direction: column;
}
.classlist .table .td5 {
    width:100%
}
.classlist .table .td6 {
    width: 2rem;
    line-height: 0.5rem;
}
.classlist .table .td7 {
    width: 2rem;
    line-height: 1rem;
}
.classlist .table .td8 {
    width: calc(100% - 5.1rem);
    line-height: 1rem;
}
.classlist .table .td9 {
    width: calc(100% - 5.6rem);
    position: relative;
    line-height: 0.5rem;
    height: 1rem;
}
.classlist .table .td10 {
    width: 2.5rem;
    line-height: 0.5rem;
}
.classlist .table .td11 {
    width: calc(100% - 3rem);
    line-height: 1rem;
}



.classlist .table .go{
    font-size:0.24rem;
    display: inline-block;
    width:1.9rem;
    height:0.6rem;
    line-height:0.6rem;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background:rgba(254,106,60,1);
    border-radius:0.3rem
}
.hassty{
    color:#FE6A3C;
    font-size:0.29rem;
    position: absolute;
    right:0.2rem;
}
.bmff{
    text-align: center;
    font-size:0.27rem;
    color:rgba(51,51,51,1);
    line-height:0.45rem;
}
.kcjs{
    padding: 0.2rem;
    font-size:0.32rem;
    color:rgba(51,51,51,1);
    line-height:0.6rem;
}

/*教师介绍*/
.classlist .jsjs {
    background:#FCDDCB;
    width: calc(100% - 0.7rem);
    padding:2rem 0.35rem 1.45rem;
}
.classlist .jsjs .jsjs-body{
    background:rgba(255,255,255,1);
    border-radius:10px;
   padding:0.5rem;
    position: relative;
}
.classlist .jsjs .teahead {
    position: absolute;
    top: -1.2rem;
    left: 3.8rem;
}

.classlist .jsjs .teahead img {
    width: 1.77rem;
    height: 1.77rem;
    background: rgba(227,227,227,1);
    border: 4px solid #ffffff;
    border-radius: 50%;
}
.classlist .jsjs .p1 {
    font-weight: bold;
    text-align: center;
    padding-bottom: 0.5rem;
    font-size:0.32rem;
    color:rgba(51,51,51,1);
    margin-top: 0.8rem;
}

.classlist .jsjs .p2 {
    line-height: 0.6rem;
    font-size:0.32rem;
    color:rgba(51,51,51,1);
}





.layui-form {
    padding: 10px 25px
}

.btn-div-login {
    background:linear-gradient(0deg,rgba(254,50,0,1) 0%,rgba(255,98,0,1) 100%);
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
    height: 40px;
    width: 100%;
    cursor: pointer;
    display: block;
}

.err {
    color: #ee7566;
    font-size: 12px;
    padding-left: 20px;
    line-height: 20px;
    display: inline-block;
    background: no-repeat left center url("../img/err.png");
}

.login-word {
    line-height: 28px;
    padding-top: 10px;
    font-size: 12px;
    color: #684b42;
}

.login-word a {
    color: #684b42;
}


.layui-input {
    height:1rem;
    font-size: 0.4rem;
}

.layui-form-select dl dd.layui-this {
    background-color: #33C78D !important;
    color: #fff;
}

.layui-layer {
    position: absolute !important;
}