/* 动画定义 */
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
    20%, 40%, 60%, 80% { transform: translateX(5px); }
}

/* layui部分 */
.layui-layer{
    border-radius: 20px !important;
}
.layui-layer-shade{
    opacity: 0.3 !important;
}
.layui-layer-title{
    background: #0095FF !important;
    color: #fff !important;
    border-radius: 20px 20px 0 0 !important;
}
.layui-layer-ico {
    background-image: url(../images/icon.png) !important;
}
.layui-laypage{
    border: 0;
    background: #fff;
    padding: 0;
}
.layui-laypage a, .layui-laypage span{
    background: #F7F7F7;
    border: 1px solid #DDDDDD;
    color: #666666;
    margin: 0 2px;
}
.layui-laypage a:hover{
    color: #0097FF;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background: #fff;
}
.layui-laypage .layui-laypage-curr em{
    color: #0097FF;
}
.layui-laypage .layui-laypage-skip{
    color: #666666;
    background: #fff;
}
.layui-laypage input{
    border: 1px solid #DDDDDD;
}
.layui-laypage button{
    background: #F7F7F7;
    border: 1px solid #DDDDDD;
    color: #666666;
}
.layui-laypage button:hover{
    color: #0097FF;
}
.layui-laypage .layui-laypage-count{
    background: #fff;
}
/* 高度 */
.layui-laypage a, 
.layui-laypage span,
.layui-laypage input,
.layui-laypage button,
.layui-laypage .layui-laypage-skip{
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
}
.layui-laypage a, .layui-laypage span, .layui-laypage input, .layui-laypage button, .layui-laypage .layui-laypage-skip{
    border-radius: 0;
}

/* 通用 */
.v2-button{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #0094FF;
    border-radius: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    border: none;
    outline: none;
    cursor: pointer;
    display: inline-block;
}
.v2-button-green{
    background: #5FB932;
}

/* header */
.header-v2{
    background-color: #fff;
}
.header-v2 .content{
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}
.header-v2 .content-left,
.header-v2 .content-right{
    display: flex;
    align-items: center;
}
.header-v2 .logo{margin:0 0 0 0;}
.header-v2 .logo .img{height:58px;margin-right: 10px;}
.header-v2 .logo .title h1{
    font-weight: bold;
    font-size: 24px;
    color: #16BBF9;
}
.header-v2 .logo .title h2{
    font-weight: bold;
    font-size: 14px;
    color: #999999;
}
.header-v2 .reg-btn{
    margin-right: 25px;
    position: relative;
}
.header-v2 .reg-btn .reg-btn-img{
    height: 64px;
}
.header-v2 .reg-btn .reg-btn-tips{
    height: 25px;
    position: absolute;
    top: 0px;
    right: 0;
}

.header-v2 .menu ul{
    display: flex;  
    justify-content: flex-end;
    align-items: center;
}
.header-v2 .menu ul li{margin-left:30px;text-align:center;}
.header-v2 .menu ul li a{
    font-weight: bold;
    font-size: 16px;
    color: #666666;
    display: flex;
    align-items: center;
    margin-top: 14px;
}
.header-v2 .menu ul li .icon{height: 20px;margin-right: 8px;margin-bottom: 14px;}
.header-v2 .menu ul li .underline{
    height: 4px;
    background: #fff;
    width: 100%;
    display: block;
    margin-top: 10px;
}
.header-v2 .menu ul li:hover .underline,
.header-v2 .menu ul li.active .underline{
    background: #0094FF;
}

.header-v2 .btn_group{
    display: flex;
    align-items: center;
}
.header-v2 .btn_group .btn{
    width: 100px;
    height: 40px;
    background: linear-gradient(-90deg, #0098FF 0%, #0088FF 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    margin-left: 0px;
}
.header-v2 .menu_wap_btn{
    width:38px;height:26px;margin-left: 10px;margin-top: 0;
}

.home-banner{
    background: #fff;
    height: 560px;
    position: relative;
}
.home-banner .form{
    width: 360px;
    background: linear-gradient(0deg, #FFFFFF 72%, #B1F1FF 100%);
    border-radius: 10px;
    position: absolute;
    top: 40px;
    right: 15px;
}
.home-banner .form .content{
    padding: 17px 33px 25px 33px;
}
.home-banner .form .title{
    width: 155px;
    font-weight: 800;
    font-size: 30px;
    color: #333333;
    background: url(../images/banner-form-line.png) no-repeat center 25px;
    background-size: 100% auto;
}
.home-banner .form .fee{
    width: 110px;
    height: 49px;
    font-weight: 800;
    font-size: 24px;
    color: #FFFFFF;
    background: url(../images/banner-form-fee.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: -4px;
    right: 0;
    text-align: center;
    line-height: 40px;
}
.home-banner .form .btn{
    height: 46px;
    background: linear-gradient(-90deg, #0098FF 0%, #0088FF 100%);
    border-radius: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
    border: none;
    outline: none;
    width: 100%;
}
.home-banner .form .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.home-banner .form .item .label{
    color: #666666;
    font-size: 14px;
    font-weight: bold;
}
.home-banner .form .item .label .required{
    color: red;
}
.home-banner .form .item .layui-input{
    width: 210px;
    height: 36px;
    background: #F5F5F5;
    border-radius: 6px;
    border: 1px solid #E0E0E0;
}

.wap-home-form{
    background: linear-gradient(0deg, #FFFFFF 72%, #B1F1FF 100%);
    border-bottom: 10px solid #EDEDED;
    position: relative;
}
.wap-home-form .content{
    padding: 17px 33px 25px 33px;
}
.wap-home-form .title{
    width: 155px;
    font-weight: 800;
    font-size: 30px;
    color: #333333;
    background: url(../images/banner-form-line.png) no-repeat center 25px;
    background-size: 100% auto;
}
.wap-home-form .fee{
    width: 110px;
    height: 49px;
    font-weight: 800;
    font-size: 24px;
    color: #FFFFFF;
    background: url(../images/banner-form-fee.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 13px;
    right: 0;
    text-align: center;
    line-height: 40px;
}
.wap-home-form .btn{
    height: 40px;
    background: linear-gradient(-90deg, #0098FF 0%, #0088FF 100%);
    border-radius: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border: none;
    outline: none;
    width: 100%;
}
.wap-home-form .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.wap-home-form .item .label{
    color: #666666;
    font-size: 14px;
    font-weight: bold;
}
.wap-home-form .item .label .required{
    color: red;
}
.wap-home-form .item .layui-input{
    width: 210px;
    height: 36px;
    background: #F5F5F5;
    border-radius: 6px;
    border: 1px solid #E0E0E0;
}

.wap-layer-form-bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 10000;
}
.wap-layer-form-wrap{
    position: fixed;
    top: 100px;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    z-index: 10001;
}
.wap-layer-form-wrap .layer-close-btn{
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -15px;
    cursor: pointer;
}
.wap-layer-form{
    background: linear-gradient(0deg, #FFFFFF 72%, #B1F1FF 100%);
    position: relative;
    border-radius: 5px;
}
.wap-layer-form .content{
    padding: 17px 33px 25px 33px;
}
.wap-layer-form .title{
    width: 140px;
    font-weight: 800;
    font-size: 25px;
    color: #333333;
    background: url(../images/banner-form-line.png) no-repeat center 30px;
    background-size: 100% 5px;
}
.wap-layer-form .fee{
    width: 110px;
    height: 49px;
    font-weight: 800;
    font-size: 24px;
    color: #FFFFFF;
    background: url(../images/banner-form-fee.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: -5px;
    right: 0;
    text-align: center;
    line-height: 40px;
}
.wap-layer-form .btn{
    height: 40px;
    background: linear-gradient(-90deg, #0098FF 0%, #0088FF 100%);
    border-radius: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border: none;
    outline: none;
    width: 100%;
}
.wap-layer-form .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.wap-layer-form .item .label{
    color: #666666;
    font-size: 14px;
    font-weight: bold;
}
.wap-layer-form .item .label .required{
    color: red;
}
.wap-layer-form .item .layui-input{
    width: 160px;
    height: 36px;
    background: #F5F5F5;
    border-radius: 6px;
    border: 1px solid #E0E0E0;
}

.float-menu{
    position: fixed;
    bottom: 10px;
    right: 50%;
    margin-right: -871px;
    z-index: 9999;
}
.float-menu .item{
    width: 61px;
    height: 61px;
}
.float-menu .item img{
    width: 100%;
    height: 100%;
}
.float-totop {
    margin-top: 32px;
}

body,.home_bg{
    background: #f0f0f0;
}

.home-content{
    background: #FFFFFF;
    border-radius: 20px;
    padding: 34px 40px;
    margin-top: -46px;
    margin-bottom: 50px;
}
.home-content .tabs{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E0E0E0;
}
.home-content .tabs .item{
    font-weight: bold;
    font-size: 18px;
    color: #999;
    display: inline-flex;
    align-items: center;
    margin-right: 45px;
    cursor: pointer;
}
.home-content .tabs .item .icon{
    margin-right: 18px;
    margin-bottom: 20px;
}
.home-content .tabs .item .icon .normal{
    display: block;
}
.home-content .tabs .item .icon .active{
    display: none;
}
.home-content .tabs .item .icon img{
    width: 30px;
    height: 30px;
}
.home-content .tabs .item .text{
    border-bottom: 5px solid #fff;
    padding: 0 3px 20px 3px;
}
.home-content .tabs .item.active{
    color: #0095FF;
}
.home-content .tabs .item.active .icon .normal{
    display: none;
}
.home-content .tabs .item.active .icon .active{
    display: block;
}
.home-content .tabs .item.active .text{
    border-bottom: 5px solid #0095FF;
}
.home-content .list{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    margin-top: 30px;
}
.home-content .list .item{
    /* width: 440px; */
    height: 200px;
    background: linear-gradient(0deg, #F1F9FF, #FFFFFF);
    box-shadow: 0px 4px 7px 2px rgba(239,239,239,0.64);
    border-radius: 10px;
    border: 1px solid #E2E2E2;
    /* margin-bottom: 10px; */
    padding: 21px 30px;
    display: flex;
    position: relative;
    cursor: pointer;
}
.page .home-content .list .item{
    height: 150px !important;
}
.home-content .list .item .subject,
.open-cases .subject,
.compare-table .subject{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: inline-flex;
    position: relative;
}
.home-content .list .item .subject .text,
.open-cases .subject .text,
.compare-table .subject .text{
    width: 90px;
    height: 90px;
    position: absolute;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-content .list .item .subject .text b,
.open-cases .subject .text b,
.compare-table .subject .text b{
    width: 2em;
    text-align: center;
}
.home-content .list .item .subject .sex,
.open-cases .subject .sex,
.compare-table .subject .sex{
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.home-content .list .item .avatar,
.open-teacher .avatar,
.compare-table .avatar{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: inline-flex;
    position: relative;
}
.home-content .list .item .avatar .sex,
.open-teacher .avatar .sex,
.compare-table .avatar .sex{
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.home-content .list .item .title{
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    margin: 9px 0 20px 21px;
    
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
    max-width: 240px;
}
.home-content .list-teacher .item{
    height: 270px !important;
}
.home-content .list-teacher .item .title{
    max-width: 220px;
    overflow:hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    margin-top: 5px;
}
.home-content .list .item .item-content{
    flex: 1;
    overflow: hidden;
}
.home-content .list .item .item-content .describe{
    font-size: 14px;
    color: #666666;
    margin-left: 21px;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    font-weight: bold;
}
.home-content .list .item .item-content .describe .text-remark{
    overflow: hidden;
    max-width: 200px;
    line-height: 1.3;
    max-height: 2.6em;
    word-wrap: break-word;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal !important;
    flex-shrink: 1;
}
.home-content .list .item .item-content .describe .label{
    color: #999999;
    white-space: nowrap;
}
.home-content .list .item .item-content .describe .icon{
    width: 20px;
    margin-right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.home-content .list .item .item-content .describe .icon img{
    width: 100%;
}
.home-content .list .item .item-content .describe .text{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
    max-width: 200px;
}
.home-content .list .item .item-content .bottom{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.home-content .list-teacher .item .item-content .bottom{
    bottom: 15px;
}
.home-content .list .item .item-content .bottom .button{
    width: 100px;
    height: 40px;
    line-height: 40px;
    background: #8d8d8d;
    border-radius: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}
.home-content .list .item .bottom-describe{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100px;
}
.home-content .list .item .float-tag{
    background: linear-gradient(90deg, #70B4FE 0%, #0097FF 10%);
    border-radius: 20px 10px 0px 20px;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    position: absolute;
    right: 0;
    top: 19px;
    width: 120px;
    height: 48px;
    line-height: 40px;
    background: url(../images/list-icon/float-tag.png) no-repeat center center;
    text-align: center;
}
.home-content .list-teacher .item .content .describe .icon{
    margin-right: 3px;
}
/* tags */
.home-content .list .item .tags,
.open-teacher .tags{
    display: flex;
    align-items: center;
    padding-left: 21px;
    flex-wrap: wrap;
}
.home-content .list .item .tags .tag,
.open-teacher .tags .tag{
    min-width: 50px;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #FFF3E7;
    border-radius: 4px;
    border: 1px solid #F37E2B;
    color: #F37E2B;
    font-size: 12px;
    margin-right: 10px;
}
.open-teacher .tags .tag{
    margin-top: 5px;
    margin-bottom: 5px;
}
.home-content .list .item .tags .tag.green,
.open-teacher .tags .tag.green{
    background: #ECFFE3;
    border: 1px solid #5FB932;
    color: #5FB932;
}
.home-content .list .item .tags .tag.gray,
.open-teacher .tags .tag.gray{
    background: #F4F4F4;
    border: 1px solid #D2D2D2;
    color: #777777;
}

.home-content .searcher{
    padding: 20px 0 0 0;
}
.home-content .searcher .layui-input{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    padding: 15px 20px;
    font-weight: bold;
    font-size: 16px;
    color: #666666;
    padding-left: 48px;
}
.home-content .searcher .layui-form-select .layui-input{
    padding-left: 48px;
}
.home-content .searcher-item{
    height: 60px;
    position: relative;
}
.home-content .searcher-item-icon{
    position: absolute;
    left: 20px;
    top: 0;
    height: 100%;
    display: inline-flex;
    align-items: center;
}
.home-content .searcher-item-icon img{
    width: 20px;
}
.home-content .searcher-tags{
    width: 100%;
    margin-top: 22px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.home-content .searcher-tag{
    height: 30px;
    line-height: 30px;
    background: #F4F4F4;
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    margin-right: 8px;
    margin-top: 8px;
}
.home-content .searcher-tag-lbale{
    color: #666666;
}
.home-content .searcher-tag-value{
    color: #000000;
    font-weight: bold;
}
.home-content .searcher-tag-close{
    width: 10px;
    height: 10px;
    background: url(../images/searcher/close.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    margin-left: 25px;
}
.home-content .searcher-tag-clear{
    padding: 0 17px;
    height: 30px;
    line-height: 30px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #0088FF;
    font-size: 14px;
    color: #0088FF;
    cursor: pointer;
    font-weight: bold;
    margin-top: 8px;
}

.open-body{
    background: linear-gradient(180deg, #BBE4FF 0%, #FFFFFF 28.000000000000004%);
    min-height: 100vh;
}
.open-cases{
    background: none;
    padding: 30px 50px;
}
.open-cases-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.open-cases-header .layui-btn{
    background: #0097FF;
    border-color: #0097FF;
    border-radius: 10px;
    height: 50px;
    line-height: 50px;
}
.open-cases-title{
    font-size: 24px;
    color: #333;
    font-weight: bold;
}
.open-cases-time{
    font-size: 16px;
    color: #999;
    margin-top: 10px;
}
.open-cases-content .info-col{
    display: flex;
    align-items: center;
}
.open-cases-content .info-col .iconfont{
    margin-right: 10px;
    color: #AAAAAA;
}
.open-cases-content .info-col .label{
    color: #666;
    font-weight: bold;
}
.open-cases-content .info-col .value{
    color: #000000;
    font-weight: bold;
}
.open-teacher{
    background: none;
    padding: 30px 50px;
}
.open-teacher-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.open-teacher .layui-btn{
    background: #0097FF;
    border-color: #0097FF;
    border-radius: 10px;
    height: 50px;
    line-height: 50px;
    color: #fff;
}
.open-teacher .layui-btn-primary{
    background: #5FB932;
    border-color: #5FB932;
}
.open-teacher-sn{
    font-weight: bold;font-size: 18px;color: #333333;
}
.open-teacher-time{
    color: #999;margin-left: 32px;font-size: 16px;
}
.open-teacher-row{
    width: 100%;
    position: relative;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.open-teacher-row-item{
    border-left: 1px solid #E5E5E5;
    padding: 0 20px;
}
.open-teacher-row-item:first-child{
    border-left: none;
    padding-left: 0;
}
.open-teacher-row-item .value{
    color: #999;
    margin-top: 20px;
}
.open-teacher-text{
    color: #999;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.open-teacher-text .split{
    padding: 0 10px;
    font-weight: normal;
    color: #999;
}
.open-teacher-text .value{
    color: #666;
}
.open-teacher-text .icon{
    width: 17px;
    margin-right: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.open-teacher-text .icon img{
    width: 100%;
}
.open-teacher-title{
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    padding-bottom: 10px;
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 30px;
}
.open-teacher-title .border{
    width: 4px;
    height: 16px;
    background: #0097FF;
    display: inline-block;
    margin-right: 10px;
}
.open-teacher-content{
    font-size: 16px;
    color: #666666;
}

.page .top{
    background-image: url(../images/top-bg.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.page .wrap{
    max-width: 1200px;
}
.page .content{
    background: #FFFFFF;
    border-radius: 20px;
    padding: 50px 0;
    margin-bottom: 30px;
}
/* 注册 */
.reg-wrap{
    margin-top: -80px;
}
.reg-message{
    background: #FFF6EF;
    border-radius: 10px;
    border: 1px dashed #FB954B;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    padding: 16px 20px;
    margin: 0 100px;
    text-align: center;
}
.reg-steps{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 100px;
    margin-bottom: 30px;
}
.reg-steps .reg-step{
    width: 300px;
    height: 120px;
    border-radius: 10px;
    background: #EEEEEE;
}
.reg-steps .reg-step.active{
    background: linear-gradient(90deg, #0094FF 0%, #17CAE5 100%);
}
.reg-step-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 9px;
}
.reg-step-content .title{
    font-weight: bold;
    font-size: 20px;
    color: #999999;
    margin-left: 10px;
}
.reg-step-content .num{
    font-weight: bold;
    font-size: 36px;
    color: #999999;
    margin-top: 10px;
    margin-left: 10px;
}
.reg-step-content .step-img{
    width: 130px;
    height: 100px;
}
.reg-steps .reg-step.active .reg-step-content .title,
.reg-steps .reg-step.active .reg-step-content .num{
    color: #FFFFFF;
}
.reg-steps .reg-step-next{
    width: 12px;
    height: 18px;
}
.reg-steps .reg-step-next img{
    width: 100%;
    height: 100%;
}
.reg-steps-teacher{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 50px;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
}
.reg-steps-teacher .reg-step-line{
    width: 9%;
    border-bottom: 2px dashed #EBEDF2;
    margin-bottom: 40px;
}
.reg-steps-teacher .reg-step-line-active{
    width: 9%;
    border-bottom: 2px solid #0094FF;
    margin-bottom: 40px;
}
.reg-step-teacher-content{
    text-align: center;
}
.reg-step-teacher-content .title{
    color: #666666;
}
.reg-step-teacher-content .num{
    color: #666666;
}
.reg-steps-teacher .reg-step.active .reg-step-teacher-content .title,
.reg-steps-teacher .reg-step.active .reg-step-teacher-content .num{
    color: #010000;
}
.reg-step-teacher-content .step-img{
    width: 130px;
    height: 130px;
}
.reg-wrap .reg-h1{
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    font-size: 18px;
    background-image: url(../images/reg/h1-bg.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 53px;
    margin-bottom: 19px;
    margin-top: 39px;
}
.reg-wrap .reg-h1-border{
    height: 1px;
    background: #E7ECF1;
    margin: 0 50px 29px 50px;
}
.reg-wrap-pd{
    padding: 0 260px 0 100px;
}
.reg-wrap .layui-form-item{
    margin-bottom: 20px;
}
.reg-wrap .layui-form-label{
    font-weight: bold;
    font-size: 16px;
    color: #666666;
    padding-top: 0;
    padding-bottom: 0;
    height: 50px;
    line-height: 50px;
    width: 130px;
}
.reg-wrap .layui-form-label em{
    font-weight: bold;
    font-size: 16px;
    color: #C44138;

    position: absolute;
    right: 2px;
    top: 2px;
}
.reg-wrap .layui-input-block{
    margin-left: 160px;
}
.reg-wrap .layui-input{
    height: 50px;
    line-height: 50px;
}
.reg-wrap .tips{
    font-weight: bold;
    color: #999999;
    margin-top: 5px;
    display: flex;
    align-items: center;
}
.reg-wrap .icon-tips{
    width: 16px;
    height: 16px;
    background: url(../images/reg/icon-tips.png) no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 10px;
}
.reg-wrap .tips text{
    color: #FB954B;
}
.reg-wrap .reg-button-wrap{
    text-align: center;
}
.reg-wrap .reg-button{
    width: 700px;
    height: 60px;
    line-height: 60px;
    background: #0094FF;
    border-radius: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    border: none;
    outline: none;
    cursor: pointer;
    display: inline-block;
}
/* reg-wrap-teacher */
.reg-wrap .reg-h1-big{
    width: 220px;
    height: 48px;
    line-height: 42px;
    font-weight: bold;
    font-size: 16px;
    background-image: url(../images/reg/h1-bg-big.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left center;
    color: #fff;
    padding-left: 50px;
}
.reg-wrap-teacher .reg-message{
    margin: 0 50px;
}
.reg-wrap-teacher .reg-wrap-pd{
    padding: 0 50px;
}
.reg-wrap-teacher .layui-collapse{
    margin-top: 10px;
}
.reg-wrap-teacher .layui-colla-title{
    background: #fff;
    color: #010000;
    font-weight: bold;
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid #E7ECF1;
    height: 50px;
    line-height: 50px;
}
.reg-wrap-teacher .layui-colla-icon{
    color: #ccc;
}
.reg-wrap-teacher .layui-colla-content {
    line-height: 2em;
}
.reg-wrap-teacher .layui-colla-content .color_blue{
    font-size: 16px;
    color: #0097FF;
    font-weight: bold;
    margin: 10px 0 5px 0;
}
.v2-table{
    border:1px solid #EEEEEE;
    width: 100%;
}
.v2-table thead{
    background: #3A98FF;
    color: #fff;
}
.v2-table th,.v2-table td{
    height: 50px;
    text-align: center;
    font-weight: bold;
    padding: 5px 0 !important;
    border: 0 !important;
}
.v2-table th{
    font-size: 16px;
}
.v2-table td{
    font-size: 14px;
    color: #666666;
}
.v2-table tr:nth-child(2n){
    background-color: #C4EFFF;
}

.page .content{
    margin-top: 30px;
    padding: 50px 30px;
}
.reg-wrap .content{
    padding: 50px 0;
}

/* 比较 */
.compare .top{
    padding: 0 10px;
    height: 150px;
    line-height: 150px;
    font-size: 36px;
    color: #fff;
    background: url(../images/top-bg.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: 0;
}
.compare .wrap{
    width: 1600px;
}
.compare .compare-wrap{
    margin-top: -80px;
}
.compare .top .wrap{
    background: none;
}
.compare .content {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 30px;
}
.compare-clear-button{
    width: 110px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #008AFF;
    color: #008AFF;
    font-size: 14px;
    cursor: pointer;
}
.compare-table{
    
}
.compare-table th,.compare-table td{
    height: 50px;
    text-align: center;
    font-weight: bold;
}
.compare-table th{
    font-size: 16px;
}
.compare-table td{
    font-size: 14px;
}
.compare-table tr{
    background-color: #fff !important;
}
.compare-table tr:nth-child(2n){
    background-color: #FAFAFA !important;
}
.compare .item-content .title{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    padding: 10px 0;
}
.compare .item-content .describe{
    font-size: 14px;
    color: #666666;
    margin-left: 21px;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    font-weight: bold;
}
.compare .item-content .describe .label{
    color: #999999;
    white-space: nowrap;
}
.compare .item-content .describe .icon{
    width: 20px;
    margin-right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.compare .item-content .describe .icon img{
    width: 100%;
}
.compare .item-content .describe .text{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
    max-width: 200px;
    text-align: left;
}

/*响应式部分*/

/*小于 1600 */
@media screen and (max-width:1600px) {
    .home-content .list .layui-col-lg4{
        width: 50%;
    }
}
/*小于 1400 */
@media screen and (max-width:1400px) {
    .header-v2 .menu{
        display: none !important;
    }
	.header-v2 .menu_wap{
        display:inline-block !important;
    }
}
/*小于 1100 */
@media screen and (max-width:1100px) {
    .home-content .list .layui-col-lg4{
        width: 100%;
    }
}
/*小于 992 */
@media screen and (max-width:992px) {
    .layui-laypage{
        padding: 0 10px;
    }
    .layui-layer {
        border-radius: 0px !important;
    }
    .layui-layer-title{
        border-radius: 0px !important;
    }
    .layui-layer.with-radius{
        border-radius: 20px !important;
    }
    .float-menu{
        right: 0;
        margin-right: 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 60px;
    }
    .float-menu .item{
        width: 50px;
        height: 50px;
    }
    .float-menu .item{
        width: 50px;
        height: 50px;
    }
    .float-menu .float-find{
        width: 60px;
        height: 66px;
        animation: shake 5s infinite;
    }
    .float-totop {
        margin-top: 0;
    }
    .header-v2{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        border-bottom: 1px solid #EDEDED;
    }
    .header-v2-wap-placeholder{
        height: 56px;
    }
    .header-v2 .content{
        height: 55px;
    }
    .header-v2 .logo .img{
        height:35px;
    }
    .header-v2 .reg-btn{
        margin-right: 10px;
    }
    .header-v2 .reg-btn .reg-btn-img{
        height: 35px;
    }
    .header-v2 .reg-btn .reg-btn-tips{
        height: 15px;
        top: 0;
        right: 0;
    }
    .header-v2 .btn_group .btn{
        height: 23px;
        line-height: 23px;
        width: 60px;
        font-size: 12px;
    }
    .header-v2 .menu_wap_btn{
        width:19px;height:13px;
    }

    .menu_wap_list_block{
        margin-top: 0;
    }
    .menu_wap_list{
        top: 50px;
        width: 100%;
        box-sizing: border-box;
    }

    .home-content{
        padding: 0;
        margin-top: 0;
        border-radius: 0;
    }
    .home-content .tabs{
        padding: 10px 50px 0 50px;
        justify-content: space-between;
        border-bottom: 1px solid #EDEDED;
    }
    .home-content .tabs .item{
        font-size: 15px;
        margin-right: 0;
    }
    .home-content .tabs .item .icon{
        margin-right: 9px;
        margin-bottom: 13px;
    }
    .home-content .tabs .item .icon img{
        width: 20px;
        height: 20px;
    }
    .home-content .tabs .item .text{
        padding-bottom: 10px;
        border-bottom-width: 3px !important;
    }
    .home-content .list{
        padding: 0 15px;
    }

    .home-content .searcher{
        padding: 10px 15px;
    }
    .home-content .searcher .layui-input{
        height: 30px;
        line-height: 30px;
        border-radius: 0;
        border: 0;
        font-weight: bold;
        font-size: 12px;
        padding-left: 22px;
    }
    .home-content .searcher-item-icon {
        left: 10px;
    }
    .home-content .searcher-item-icon img{
        width: 10px;
    }
    .home-content .searcher .layui-form-select .layui-input{
        padding-left: 22px;
    }
    .home-content .searcher-item{
        height: 40px;
    }
    .home-content .searcher-item-4{
        width: 110px;
    }
    .home-content .searcher-item-2{
        width: 85px;
    }
    .home-content .searcher-item-input{
        width: 100px;
    }
    .home-content .searcher-tags{
        margin-top: 0;
        background-color: #EDEDED;
        padding-left: 15px;
        padding-bottom: 8px;
    }
    .home-content .searcher-tag{
        background: #fff;
        height:23px;
        line-height:23px;
        font-size: 12px;
    }
    .home-content .searcher-tag-clear{
        height: 23px;
        line-height: 23px;
        font-size: 12px;
        padding: 0 5px;
    }
    .home-content .searcher-tag-close{
        margin-left: 5px;
        font-size: 12px;
        margin-top: -2px;
    }
    .home-content .list{
        margin-top: 0;
    }
    #list-cases,
    #teacher-list{
        width: 100%;
        overflow: hidden;
    }
    .home-content .list{
        padding: 0 10px;
    }
    .home-content .list .item{
        border-radius: 5px;
        padding: 10px;
        height: 170px;
    }
    .page .home-content .list .item{
        height: 140px !important;
    }
    .home-content .list .item .subject, .open-cases .subject, .compare-table .subject{
        width: 60px;
        height: 60px;
    }
    .home-content .list .item .subject .text, .open-cases .subject .text, .compare-table .subject .text{
        width: 60px;
        height: 60px;
        font-size: 15px;
    }
    .home-content .list .item .subject .sex, .open-cases .subject .sex, .compare-table .subject .sex{
        width: 16px;
        height: 16px;
    }
    .home-content .list .item .title{
        font-size: 15px;
        margin: 5px 0 10px 10px;
    }
    .home-content .list .item .item-content .describe{
        margin-left: 10px;
        font-size: 13px;
    }
    .home-content .list .item .item-content .describe .icon{
        width: 13px;
    }
    .home-content .list .item .item-content .describe .text-remark{
         overflow: hidden;
         max-width: 200px;
         line-height: 1.3;
         max-height: 2.6em;
         word-wrap: break-word;
         display: -webkit-box !important;
         -webkit-line-clamp: 2;
         -webkit-box-orient: vertical;
         text-overflow: ellipsis;
         white-space: normal !important;
         flex-shrink: 1;
     }
    .home-content .list .item .item-content .bottom{
        bottom: 5px;
        right: 15px;
    }
    .home-content .list .item .bottom-describe{
        width: 90px;
    }
    .home-content .list .item .item-content .bottom .button{
        width: 70px;
        height: 30px;
        line-height: 30px;
        border-radius: 5px;
        font-size: 13px;
    }
    .home-content .list .item .float-tag{
        width: 70px;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        top: 16px;
    }
    .home-content .list .item .avatar, .open-teacher .avatar, .compare-table .avatar{
        width: 60px;
        height: 60px;
    }
    .home-content .list .item .avatar .sex, .open-teacher .avatar .sex, .compare-table .avatar .sex{
        width: 16px;
        height: 16px;
    }
    .home-content .list .item .tags, .open-teacher .tags{
        padding-left: 10px;
    }
    /*teacher*/
    .home-content .list-teacher .item{
        height: 250px !important;
    }
    .home-content .list-teacher .item .title {
        max-width: 180px;
    }
    .home-content .list-teacher .item .float-tag{
        height: 30px;
        line-height: 30px;
        top: 10px;
    }

    .open-cases-wap{
        padding: 15px;
    }
    .open-cases-wap .open-cases-title{
        font-size: 15px;
    }
    .open-cases-wap .open-cases-time{
        font-size: 12px;
    }
    .open-cases-wap .open-cases-header .layui-btn{
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }
    .open-cases-wap .open-cases-content .layui-col-xs4{
        width: 50%;
    }
    .open-cases-wap .open-cases-content .info-col .value{
        max-width: 200px;
    }
    .open-cases-wap .open-cases-content .js-apply,
    .open-cases-wap .open-cases-content .js-share,
    .open-cases-wap .open-cases-content .js-like{
        height: 40px !important;
        line-height: 40px !important;
        font-size: 12px;
    }
    .open-cases-wap .open-cases-content .js-share .iconfont{
        font-size: 14px !important;
    }
    .open-cases-wap .open-cases-content .js-like .iconfont{
        font-size: 16px !important;
    }
    .open-cases-wap .open-cases-content .info-col{
        font-size: 12px;
    }

    .open-teacher-wap{
        padding: 15px;
    }
    .open-teacher-wap .open-teacher-sn{
        font-size: 15px;
    }
    .open-teacher-wap .open-teacher-time{
        font-size: 12px;
        margin-left: 5px;
    }
    .open-teacher-wap .open-teacher-phone{
        width: 75px !important;
        position: fixed !important;
        top: 10px !important;
        right: 10px !important;
    }
    .lists_view .open-teacher-wap .open-teacher-phone{
        top: 210px !important;
    }
    .open-teacher-wap .home-content .list .item .tags .tag, .open-teacher .tags .tag{
        height: 17px;
        line-height: 17px;
        padding: 0 5px;
    }
    .open-teacher-wap .open-teacher-content{
        font-size: 14px;
    }
    .open-teacher-wap .open-teacher-row-item .value{
        margin-top: 10px;
    }
    .open-teacher-wap .open-teacher .layui-btn{
        border-radius: 5px;
        height: 45px;
        line-height: 45px;
    }

    .open-teacher-wap .open-hide-wap{
        display: none !important;
    }
    .open-teacher-pc .open-hide-pc{
        display: none !important;
    }

    .page .content{
        margin-top: 60px;
    }
    .reg-wrap .content{
        padding: 20px 0;
        border-radius: 10px 10px 0 0;
        margin-bottom: 0;
    }
    .reg-wrap-pd{
        padding: 0 13px;
    }
    .reg-wrap-teacher .reg-wrap-pd{
        padding: 0 13px;
    }
    .reg-wrap .tips{
        flex-wrap: wrap;
    }
    .reg-message{
        margin: 0 13px;
    }
    .reg-steps{
        margin: 0 13px 10px 13px;
        flex-wrap: wrap;
    }
    .reg-step-content{
        padding: 5px;
    }
    .reg-step-content .title{
        font-size: 12px;
    }
    .reg-step-content .num{
        margin-top: 10px;
        font-size: 14px;
    }
    .reg-step-content .step-img{
        width: auto;
        height: 42px;
    }
    .reg-steps .reg-step{
        width: 160px;
        height: 60px;
        margin-bottom: 15px;
        border-radius: 5px;
    }
    .reg-steps .reg-step-next{
        width: auto;
        height: 60px;
        line-height: 60px;
        margin-bottom: 15px;
    }
    .reg-steps .reg-step-next img{
        width: 6px;
        height: 9px;
    }
    .reg-steps-teacher{
        margin: 0 13px 20px 13px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .reg-steps-teacher .reg-step{
        margin-right: 18px;
    }
    .reg-wrap .reg-button{
        width: 100%;
        font-size: 15px;
        height: 45px;
        line-height: 45px;
    }
    .reg-step-teacher-content .step-img{
        width: 93px;
        height: 93px;
    }
    .reg-h1-big{
        margin-top: 30px !important;
    }
    .reg-wrap-teacher .layui-colla-title{
        margin-left: 0;
    }
    .reg-wrap .layui-form-item{
        margin-bottom: 20px;
    }
    .reg-wrap .layui-form-label{
        height: 40px;
        line-height: 40px;
        text-align: left;
        width: 85px;
        padding-left: 0;

        line-height: 1.3em;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: normal;
    }
    .reg-wrap .layui-form-label em{
        position: absolute;
        right: 2px;
        top: 13px;
    }
    .reg-wrap .layui-input-block{
        margin-left: 100px;
    }
    .reg-wrap .layui-form-item-lg .layui-form-label{
        width: 120px;
    }
    .reg-wrap .layui-form-item-lg .layui-input-block{
        margin-left: 150px;
    }
    .reg-wrap .layui-input{
        height: 40px;
        line-height: 40px;
    }

    .v2-table th, .v2-table td{
        font-size: 12px;
        height: 30px;
        padding: 0 8px !important;
    }

    .web-login-body .verify{
        width: 120px;
        height: auto !important;
    }

    .web-login-body .page .content{
        border-radius: 0;
        margin: 15px;
        padding: 15px;
    }
    .web-login-body .btn_green2{
        width: 100% !important;
    }

    .web-page-body .page .content{
        border-radius: 0;
        padding: 15px;
        margin: 15px 0;
    }
    .web-compare-body .compare .content{
        border-radius: 0;
        padding: 20px 0px;
    }
    .web-compare-body .compare .compare-wrap{
        margin-top: -120px;
    }
}