@charset "utf-8";
*{
    outline: none; 
    box-sizing: content-box;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    -webkit-text-size-adjust: none;
}
a,button{
    cursor: pointer;
    color: #333;
}
input{
    cursor: text;
}
input,button{
    background: none;
    border: none;
}
html,body{
    font-size: 24px;
    line-height: 2em;
    font-family: 'PingFang SC';
    color: #333;
    position: relative;
    top: 0;
}
html{
    height: 100%;
    background: #333;
}
body , .Container{
    width: 750px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
}
.wrapper{
    padding-left: 30px;
    padding-right: 30px;
    width: 690px;
}

.trans02s{
	transition: all .2s;
	-moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}
.trans05s{
	transition: all .5s;
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.trans08s{
	transition: all .8s;
	-moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
}
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.img-outline:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.img-outline img{
    width: 100%;
    height: auto;
    float: left;
}
.Page-Text{
	width: 100%;
    height: auto;
    line-height: 2.5em;
    font-size: 1.1666rem;
}
.Page-Text:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.Page-Text img , .Page-Text table{
	max-width: 100%;
}

.IndexBanner{
    position: relative;
    z-index: 0;
    background: #f0f0f0;
    padding: 30px;
}
.Banner-Bg-border{
    border:1px solid #333;
    padding: 20px;
}
.IndexBanner .img-outline{
    position: relative;
    z-index: 0;
}
.IndexBanner .swiper-slide .text{
    height: 48px;
    padding: 10px 5%;
    width: 90%;
    background: rgba(0, 0, 0, .75);
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 48px;
    text-align: right;
    color: #fff;
}

.IxDistrict-title{
    margin-bottom: 20px;
    text-align: left;
}
.IxDistrict-title h2{
    color: #333;
    font-size: 1.3rem;
    font-weight: bold;
}
.IxDistrict{
    border-bottom: 10px solid #f5f5f5;
    background: #fff;
    padding: 30px 0;
}
.IxDistrict:last-child{
    border-bottom: 30px solid #f5f5f5;
}
.IxDistrict-school{
    border: 1px solid #666;
    margin-bottom: 30px;
    padding: 20px;
    display: block;
}
.IxDistrict-school:last-child{
    margin-bottom: 0;
}
.IxDistrict-school .img{
    width: 150px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
}

.IxDistrict-school .text{
    width: 470px;
    float: left;
    text-align: left;
}
.IxDistrict-school .text h3{
    font-size: 1.5rem;
    color: #343434;
    line-height: 1em;
    padding: 10px 0;
    margin-bottom: 5px;
    font-weight: normal;
}
.IxDistrict-school .Stars-bg{
    height: 28px;
    margin-bottom: 15px;
    line-height: 28px;
}

.Stars{
    height: 28px;
    line-height: 28px;
    text-align: left;
    display: inline-block;
}
.Stars strong{
    font-weight: normal;
    font-size: 1.1rem;
    margin-right: 5px;
    line-height: 28px;
    vertical-align: middle;
}
.Stars i{
    width: 28px;
    height: 28px;
    display: inline-block;
    background: url(../images/star.gray.png);
    margin-right: 1px;
    vertical-align: middle;
}
.Stars .level-1 i:nth-child(1){
    background: url(../images/star.yellow.png);
}
.Stars .level-2 i:nth-child(1) , .Stars .level-2 i:nth-child(2){
    background: url(../images/star.yellow.png);
}
.Stars .level-3 i:nth-child(1) , .Stars .level-3 i:nth-child(2) , .Stars .level-3 i:nth-child(3){
    background: url(../images/star.yellow.png);
}
.Stars .level-4 i:nth-child(1) , .Stars .level-4 i:nth-child(2) , .Stars .level-4 i:nth-child(3) , .Stars .level-4 i:nth-child(4){
    background: url(../images/star.yellow.png);
}
.Stars .level-5 i:nth-child(1) , .Stars .level-5 i:nth-child(2) , .Stars .level-5 i:nth-child(3) , .Stars .level-5 i:nth-child(4) , .Stars .level-5 i:nth-child(5){
    background: url(../images/star.yellow.png);
}

.school-top{
    height: 50px;
    padding: 20px 0;
    background: #333;
    border-top: 1px solid #797979;
    border-bottom: 1px solid #797979;
    position: relative;
    z-index: 5;
}
.school-top p{
    line-height: 50px;
    float: left;
    color: #fff;
    margin-right: 20px;
}
.school-top .focus , .school-top .home{
    line-height: 50px;
    padding: 0 15px;
    background: #209c44;
    color: #fff;
    display: block;
    float: left;
    border-radius: 5px;
}
.school-top .home{
    background: #0586ff;
    float: right;
}

.school-title{
    padding: 40px 0;
    border-bottom: 15px solid #f6f6f6;
}
.school-title .left .img{
    float: left;
    border: 1px solid #777;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}
.school-title .left .img img{
    width: 100%;
}
.school-title .left .text{
    float: left;
    text-align: left;
}
.school-title .left h1{
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.5em;
}
.school-title .right{
    float: right;
    line-height: 0;
    margin-top: -10px;
}
.school-title .right h3{
    font-weight: normal;
    font-size: 1rem;
    line-height: 2em;
}

.school-tips{
    border-bottom: 15px solid #f6f6f6;
}
.school-tips p{
    border-bottom: 2px  solid #f6f6f6;
    line-height: 1.7em;
    text-align: left;
    color: #333;
    padding: 30px 0;
    font-size: 1.25rem;
}
.school-tips p i{
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.school-tips p i.tip{
    background: url(../images/ico.tip.png);
}
.school-tips p i.clock{
    background: url(../images/ico.clock.png);
}
.school-tips p i.address{
    background: url(../images/ico.address.png);
}

.school-images{
    border-bottom: 15px solid #f6f6f6;
    padding-top: 30px;
}
.school-images .wrapper{
    overflow: hidden;
}
.school-images-slide{
    width: 100%;
    height: 220px;
}

.school-images .img-outline{
    overflow: hidden;
}
.school-images .img-outline img{
    height: 150px;
}
.school-images  p{
    height:2em ;
    overflow: hidden;
}

.school-class{
    border-bottom: 30px solid #f6f6f6;
    padding-top: 30px;
}
.school-class li{
    margin-bottom: 30px;
}

.school-class-box .img{
    width: 30%;
    float: left;
    margin-right: 5%;
}
.school-class-box .img img{
    height: 145px !important;
}
.school-class-box  .text{
    width: 65%;
    float: left;
    border-bottom:2px solid #777;
    text-align: left;
    padding-bottom: 10px;
}
.school-class-box  .text h3{
    font-size: 1.2rem;
    left: 2em;
}
.school-class-box  .text p{
    line-height: 1.7em;
    margin: 8px 0;
    height: 3.4em;
}
.video-top , .video-container{
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.video-top .video-mask{
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: url(../images/video.play.png) no-repeat center center rgba(0, 0, 0, .55);
    left: 0;
    top: 0; 
}
.video-title{
    padding: 30px 0;
    border-bottom: 15px solid #f6f6f6;
}
.video-title .left{
    width: 70%;
    float: left;
    text-align: left;
}
.video-title .left h1{
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #333;
}
.video-title .left p{
    line-height: 1.5em;
    color: #333;
    margin-bottom: 10px;
}

.video-title .right{
    float: right;
}
.video-title .right a{
    background: url(../images/ico.share.png) no-repeat left center;
    padding-left: 40px;
    line-height: 2em;
    display: block;
    font-size: 1.2em;
    color: #333;
}

.school-title p{
    color: #333;
    margin-top: 10px;
}
.school-title .focus{
    color: #fff;
    background: #209c44;
    display: inline-block;
    padding: 0 30px;
    line-height: 45px;
    border-radius: 25px;
    margin-top: 30px;
}

.video-others{
    border-bottom: 30px solid #f6f6f6;
    padding: 30px 0;
}
.video-others h2{
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-align: left;
}
.video-others h2 span{
    font-size: 1rem;
}
.video-slide-container , .video-slide-container .img-outline{
    position: relative;
    z-index: 0;
}
.video-slide-container .mask{
    width: 100%;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: url(../images/video.play.white.png) no-repeat center center rgba(0, 0, 0, .30);
    left: 0;
    top: 0; 
}
.video-slide-container img{
    height: 155px !important;
}
.video-slide-box{
    text-align: left;
}
.video-slide-init .video-slide-box{
    width: 33.333%;
}
.video-slide-box h3{
    font-size: 1.2rem;
    font-weight: normal;
    color: #333;
    margin-top: 10px;
}
.video-slide-box p{
    color: #666;
}
.video-slide-box .active h3 , .video-slide-box .active p{
    color: #0586ff;
}

.Tabs-contain{
    display: none;
}

.Tabs-contain.active{
    display: block;
}

.school-tabs .Tabs-head{
    background: #f5f5f5;
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
    height: 80px;
}
.school-tabs .Tabs-head ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.school-tabs .Tabs-head ul li{
    height: 80px;
    border-left: 1px solid #777;
    line-height: 80px;
    color: #333;
    padding: 0 40px;
    float: left;
}
.school-tabs .Tabs-head ul li:last-child{
    border-right: 1px solid #777;
}
.school-tabs .Tabs-head ul li.active{
    background: #fff;
    border-bottom: 1px solid #fff;
}
.school-body{
    min-height: 500px;
    border-bottom: 30px solid #f6f6f6;
    padding: 30px 0;
    text-align: left;
}
.focus span{
    display: none;
}
.focus.btn-focus span.s1{
    display: inline;
}

.focus.active span.s2{
    display: inline;
}

.focus.active{
    background: #fc0;
}

.bdsharebuttonbox{
    position: fixed;
    z-index: 999;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 140px;
    background: #fff;
    text-align: center;
    overflow: hidden;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    display: none;
}
.bdsharebuttonbox a{
    width: 200px !important;
    height: 110px !important;
    display: inline-block !important;
    float: none !important;
    background: none !important;
    text-align: center;
    vertical-align: top;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}
.bdsharebuttonbox a span{
    width: 72px;
    height: 72px;
    display: inline-block;
}
.bdsharebuttonbox a p{
    font-size: 1rem;
    line-height: 2em;
}
.bdsharebuttonbox a.share-weichat-1{
    background: url(../images/ico_share1.png) top center no-repeat !important;
}
.bdsharebuttonbox a.share-weichat-1::before{
    content: '微信好友';
    color: #333;
    font-size: 1rem;
    position: absolute;
    bottom: 0;
    margin-left: -1.9em;
}
.bdsharebuttonbox a.share-weichat-2{
    background: url(../images/ico_share2.png) top center  no-repeat !important;
}
.bdsharebuttonbox a.share-weichat-2::before{
    content: '微信朋友圈';
    color: #333;
    font-size: 1rem;
    position: absolute;
    bottom: 0;
    margin-left: -2.4em;
}
.bdsharebuttonbox a.share-weibo{
    background: url(../images/ico_share3.png) top center  no-repeat !important;
}

.bdsharebuttonbox a.share-weibo::before{
    content: '微博';
    color: #333;
    font-size: 1rem;
    position: absolute;
    bottom: 0;
    margin-left: -0.9em;
}
.school-banner{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.school-banner .img-outline{
    position: relative;
    z-index: 0;
}
.school-visit{
    display: inline-block;
    position: absolute;
    z-index: 10;
    right: -2.5em;
    top: 2em;
    text-align: left;
    height: 3em;
    padding: 0.5em  1.5rem;
    padding-right: 4em;
    line-height: 1.5em;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    border-radius: 2em;
}
.school-visit span{
    color: rgb(248, 207, 44);
}


.school-top-works{
    background: #f6f6f6;
}

.works-search{
    padding: 30px 0;
    text-align: left;
    border-bottom: 1px solid #666;
    border-top: 1px solid #666;
}
.works-search form{
    height: 66px;
}
.works-search input{
    width: 500px;
    padding: 0 10px;
    line-height: 64px;
    border: 1px solid #666;
    display: block;
    margin-right: 15px;
    font-size: 20px;
    color: #333;
    float: left;
}
.works-search input::placeholder{
    color: #999;
}
.works-search button{
    line-height: 64px;
    border: 1px solid #666;
    border-radius: 5px;
    font-size: 22px;
    color: #333;
    display: block;
    width: 150px;
    height: 64px;
    background: none;
    text-align: center;
    float: left;
    letter-spacing: 5px;
}
.works-item{
    width: 47.5%;
    float: left;
    margin-right: 3%;
    margin-bottom: 3%;
    position: relative;
}
.works-item:nth-child(2n){
    margin-right: 0;
}

.works-item .img-outline{
    height: 220px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.works-item  p{
    padding: 20px 0;
    text-align: left;
    font-size: 22px;
}
.works-item  span{
    position: absolute;
    display: inline-block;
    right: 0;
    top: 0;
    background: #f60;
    color: #fff;
    padding: 0 15px;
    line-height: 36px;
    font-size: 20px;
    z-index: 1;
}

.works-search-text{
    line-height: 30px;
    color: #999;
    padding: 50px 0;
}
.works-search-text span{
    color: #333;
    padding: 0 5px;
}
.works-search-list{
    border-bottom: 1px solid #666;
}
.works-list{
    padding-top: 30px;
    min-height: 300px;
}
.works-search-list .works-list{
    padding-top: 0px;
}
.works-list-title{
    height: 100px;
    line-height: 80px;
    text-align: left;
}
.works-list-title h1{
    font-weight: normal;
    font-size: 28px;
}

.load-more{
    opacity: 0;
    height: 80px;
    line-height: 50px;
    font-size: 24px;
}
.load-more.active{
    opacity: 1;
}
.loade-area .load-item{
    opacity: 0;
}
.load-more a{
    color: #0586ff;
}

.work-auther{
    border-bottom: 1px solid #666;
    padding: 30px 0;
}
.work-auther .img{
    width: 27%;
    float: left;
    margin-right: 8%;
    border-radius: 50%;
    padding: 5px;
    border: 1px solid #666;
}
.work-auther .img .img-outline{
    overflow: hidden;
    border-radius: 50%;
}
.work-auther .text{
    width: 62%;
    float: left;
    text-align: left;
    padding-top: 15px;
}
.work-auther .text p{
    width: 49%;
    display: inline-block;
    font-size: 28px;
    line-height: 2em;
}
.work-auther .text p strong{
    font-weight: normal;
}
.work-auther  .text h3{
    margin-bottom: 10px;
    font-size: 32px;
}

.works-page{
    padding: 30px 0;
}

.works-page .text{
    text-align: left;
}

.works-page .text  strong{
    font-weight: normal;
}

.works-gallery{
    margin-top: 50px;
}

.works-gallery .focus{
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    border: 1px solid #666;
    display: inline-block;
    border-radius: 5px;
    margin-top: 30px;
}
.works-gallery .focus.btn-focus-auther .s1{
    display: inline;
}
.works-gallery .focus.active{
    color: #fff;
    border: 1px solid #fc0;
}
.IxWorks .IxDistrict-title {
    line-height: 3em;
}
.IxWorks .IxDistrict-title a{
    color: #0586ff;
    float: right;
    font-weight: normal;
}
.IxWorks-item{
    text-align: left;
}
.IxWorks-item .img-outline{
    border: 1px solid #666;
    margin-bottom: 10px;
}

.ICP{
    line-height: 80px;
    position: relative;
    z-index: 5;
}

.sign-title-left{
    text-align: left;
    float: left;
    width: 60%;
}
.sign-title-left h1{
    font-size: 1.3rem;
    line-height: 1.5em;
}

.sign-title-right{
    float: right;
    text-align: center;
}
.sign-title-right p{
    font-size: 1rem;
    line-height: 1.5em;
    margin-bottom: 1em;
}
.sign-title-right  .sign-btn{
    display: inline-block;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 1.2rem;
    padding: 0 40px;
    border-radius: 30px;
    background: #0586ff;
}

.sign-btn.sign-btn-disable{
    background: #999 !important;
}

.sign-block{
    padding: 20px 0;
    border-bottom: 15px solid #f6f6f6;
}
.sign-block-title{
    border-bottom: 2px solid #f6f6f6;
    text-align: left;
}
.sign-block-title h3{
    font-size: 1.3em;
    line-height: 2.5em;
    display: inline;
}
.sign-block-title a{
    float: right;
    color: #0586ff;
    line-height: 3em;
}
.sign-block .Page-Text{
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 80px;
}

.sign-bottom-btn{
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.sign-bottom-bg{
    width: 750px;
    margin: 0 auto;
    height: 80px;
    background: #fff;
    text-align: center;
    padding: 30px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .55);
}

.sign-bottom-btn .sign-btn{
    display: inline-block;
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 1.6rem;
    width: 90%;
    border-radius: 40px;
    letter-spacing: 10px;
    background: #0586ff;
}

.signup-form{
    background: #fff;
    min-height: 100vh;
    margin-top: -82px;
    margin-bottom: -80px;
    position: relative;
    z-index: 0;
}

.signup-form-title{
    padding-top: 150px;
}
.signup-form-title h1{
    font-size:1.8rem;
    color: #333;
    line-height: 2em;
}
.signup-form-title p{
    font-size: 1.2em;
    line-height: 2em;
    color: #666;
}

.signup-form-form{
    padding: 50px 0;
}
.signup-form-form ul{
    padding: 0 20px;
}
.signup-form-form li{
    margin-bottom: 15px;
    height: 80px;
    line-height: 80px;
    border: 2px solid #ddd;
    border-radius: 5px;
}
.signup-form-form li label{
    line-height: 80px;
    float: left;
    width: 25%;
    text-align: right;
    color: #666;
    font-size: 1.1rem;
    letter-spacing: 1px;
}
.signup-form-form li label.letter3 span{
    letter-spacing: 9px;
    margin-right: -11px;
}
.signup-form-form li label i{
    font-size: 1.2rem;
    line-height: 80px;
    float: left;
    padding-left: 10px;
    color: #999;
}
.signup-form-form li .signup-input{
    border: none;
    background: none;
    width: 65%;
    line-height: 80px;
    height: 80px;
    float: left;
    padding: 0 5px;
    font-size: 1.2rem;
}
.signup-form-form li .signup-input::placeholder{
    color: #ccc;
}
.signup-form-form li .signup-input.signup-input-code{
    width: 35%;
    text-align: center;
}
.signup-form-form .signup-codeimg{
    height: 40px;
    float: right;
    margin-top: 20px;
}
.signup-form-form li strong{
    float: left;
    font-weight: normal;
    line-height: 80px;
    font-size: 1.2rem;
}
.signup-form-form .signup-input.signup-input-sohrt{
    width: 15%;
    text-align: center;
}
.signup-form-form .signup-radio{
    width: 21%;
    color: #999;
    height: 80px;
    line-height: 80px;
    float: left;
    text-align: right;
    font-size: 1.2rem;
}
.signup-form-form .signup-radio.active{
    color: #333;
}
.signup-form-form .signup-radio.active i{
    color: #f60;
}
.signup-form-form .signup-radio input{
    display: none;
}
.signup-form-form .signup-radio input:checked{
    border: 1px solid #333;
}

.signup-form-submit  button{
    display: inline-block;
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 1.2rem;
    width: 90%;
    border-radius: 40px;
    letter-spacing: 10px;
    background: #0586ff;
    margin: 30px 0;
}
.signup-form-tip{
    margin-bottom:100px;
}
.signup-form-tip a{
    color: #0586ff;
}

.sign-block-wrapper{
    padding-top: 20px;
    padding-bottom: 20px;
}
.Signup-item{
    text-align: left;
}
.Signup-item h3{
    font-size: 0.9rem;
    line-height: 1.2em;
    height: 1.2em;
    overflow: hidden; 
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: .25em  0;
}
.Signup-item p{
    font-size: 0.8rem;
    line-height: 1.8em;
    height: 3.6em;
    overflow: hidden; 
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.Signup-item.Signup-item-noslide{
    width: 31%;
    float: left;
    margin-right: 3.5%;
}
.Signup-item.Signup-item-noslide:nth-child(3){
    margin-right: 0;
}
.Signup-item .img-outline{
    border: 1px solid #666;
    margin-bottom: 10px;
}
.Signup-item span{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 30px;
    border-radius: 15px;
    background: #0586ff;
    color: #fff;
    font-size: .6rem;
    text-align: center;
}
.Signup-item p.btn{
    text-align: center;
    height: 36px;
    margin-top: 5px;
}

.signup-list{
    padding: 120px 0;
}

.signup-list li{
    margin-bottom: 30px;
}
.signup-box .img{
    width: 30%;
    float: left;
    margin-right: 5%;
}
.signup-box .img img{
    height: 145px !important;
}
.signup-box .text{
    width: 65%;
    float: left;
    border-bottom:2px solid #777;
    text-align: left;
    padding-bottom: 20px;
}
.signup-box  .text .left{
    width: 62%;
    float: left;
}
.signup-box  .text h3{
    font-size: 1.2rem;
    left: 2em;
}
.signup-box .text p{
    line-height: 1.7em;
    margin: 8px 0;
    height: 3.4em;
    overflow: hidden; 
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.signup-box .text .right{
    text-align: right;
    float: right;
}
.signup-box .text .right span{
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 30px;
    border-radius: 18px;
    background: #0586ff;
    color: #fff;
    font-size: .6rem;
    text-align: center;
    margin-top: 50px;
}

.pay-info{
    padding-top: 100px;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
}
.pay-info .ico{
    font-size: 80px;
    line-height: 200px;
}
.pay-info.pendding{
    color: #0586ff;
}
.pay-info.pendding i{
    color: #0586ff;
}
.pay-info.success{
    color:#209c44;
}
.pay-info.success i{
    color:#209c44;
}
.pay-info.error{
    color: #f00;
}
.pay-info.error i{
    color: #f00;
}
.signup-check{
    background: #fff;
    width: 100%;
    height: 100vh;
}

.bind-tips{
    text-align: left;
    font-size: 1.1rem;
    padding: 0 20px;
}
.bind-tips h3{
    font-size: 1.25rem;
    font-weight: bold;
}
.bind-tips a{
    color: #0586ff;
}

.bind-wrapper{
    min-height: 600px;
    position: relative;
    text-align: left;
}
.bind-wrapper h3{
    line-height: 3em;
    font-size: 1.25rem;
    font-weight: bold;
    text-indent: 1em;
    margin-bottom: 15px;
}

.bind-list{
    background: #fff;
    padding: 5px;
    min-height: 600px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.bind-list .bind-btn{
    color: #0586ff;
    float: right;
    margin-right: 3em;
}

.bind-wrapper button{
    width: 40%;
    float: left;
    margin-left: 6%;
}
.bind-wrapper button.rechoose{
    margin-right: 0;
    background: #fff;
    color: #666;
    border: 1px solid #999;
}

.index-top{
    height: 80px;
    line-height: 80px;
    text-align: left;
    background: #333;
}
.index-top span{
    color: #fff;
    padding-left: 10px;
}
.index-top a{
    float: right;
    margin-right: 20px;
}
.index-top a i{
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background-size: contain;
}
.icon-user{
    background: url(../images/icon-user.svg) no-repeat;
}
.icon-home{
    background: url(../images/icon-home.svg) no-repeat;
}
.school-top a.btns i.icon{
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background-size: contain;
}
.school-top a.btns i.icon-user{
    background-size: 34px 34px;
    background-position: center center;
}
.school-top .btns{
    float: right;
    margin-left: 35px;
}
.school-top .btns:last-child{
    margin-left: 0;
}
.product-item{
    text-align: left;
}
.product-item h3{
    font-size: 0.9rem;
}
.product-item p{
    font-size: 0.8rem;
    line-height: 1.8em;
    height: 3.6em;
}
.product-item p strong{
    color: #ea4444;
    font-size: 1.2rem;
}
.product-item p span{
    color: #999;
    float: right;
}

.product-item .img-outline{
    border-radius: 4px;
    overflow: hidden;
}
.no-swiper-slide.product-item{
    width: 31%;
    float: left;
    margin-right: 3.5%;
}
.no-swiper-slide.product-item:nth-child(3){
    margin-right: 0;
}
.product-box{
    text-align: left;
}
.product-box .img{
    width: 32%;
    float: left;
    margin-right: 3%;
}
.product-box .img-outline{
    border-radius: 10px;
    overflow: hidden;
}
.product-box h3{
    font-size: 1.2rem;
    line-height:1.5em;
}
.product-box p{
    font-size: 1rem;
    color: #999;
    overflow: hidden; 
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 2em;
}
.product-box p.price strong{
    font-size: 1.3rem;
    color: #ea4444;
    margin-right: 10px;
}
.product-box p.price i{
    color: #0586ff;
    font-style: normal;
    float: right;
}
.product-content{
    border-bottom: 10px solid #f1f1f1;
    padding: 10px 0;
    text-align: left;
}
.product-content .product-price{
    height: 4rem;
}
.product-content .product-price strong{
    color: #ea4444;
    font-size: 1.8rem;
    line-height: 4rem;
}
.product-content .product-price  i{
    color: #333;
    margin-left: 10px;
    font-size: 1rem;
    font-style: normal;
}
.product-content .product-price span{
    float: right;
    color: #999;
    line-height: 4rem;
    font-size: 1rem;
}
.product-content .product-title{
    margin-bottom: 20px;
}
.product-content .product-title h3{
    font-size: 1.2rem;
    line-height: 2em;
    color: #333;
}
.product-content .product-title p{
    font-size: 1rem;
    color: #666;
    line-height: 2em;
}

.checkin-wrapper{
    padding-top: 12vh;
    text-align: center;
}

.checkin-outline{
    padding: 21px;
    position: relative;
    display: inline-block;
    margin-bottom: 80px;
    font-size: 0;
}
.checkin-hide{
    display: none;
}
.checkin-block{
    width: 286px;
    height: 286px;
    line-height: 280px;
    border-radius: 50%;
    font-size: 46px;
    color: #fff;
    background: #ccc;
}

.checkin-wrapper .checkin-info{
    line-height: 50px;
    font-size: 32px;
}
.checkin-wrapper .checkin-info-error{
    color: #ea4444;
}
.checkin-doing .checkin-block{
    background: linear-gradient(#5aafff, #0586ff);
}

.checkin-outline .border, .checkin-outline .border-dot{
    width: 326px;
    height: 326px;
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    border-radius: 50%;
}

.checkin-doing .border{
    background: url(../images/rool_1.png) center center no-repeat;
}
.checkin-doing .border-dot{
    background: url(../images/rool_2.png) center center no-repeat;
    z-index: 2;
    animation: rotate 2s linear infinite;
}

@keyframes rotate {
    0%{-webkit-transform:rotate(0deg);}
    25%{-webkit-transform:rotate(90deg);}
    50%{-webkit-transform:rotate(180deg);}
    75%{-webkit-transform:rotate(270deg);}
    100%{-webkit-transform:rotate(360deg);}
}

.checkin-success .checkin-block{
    background: linear-gradient(#3ac462, #209c44);
}
.checkin-success .border{
    border: 2px solid #209c44;
}

.checkin-error .checkin-block{
    background: linear-gradient(#ea4444, #f00);
}
.checkin-error .border{
    border: 2px solid #f00;
}

.vip-product-main{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.vip-product-main .product-title{
    margin-bottom: 0;
}
.vip-product-main .product-title h3{
    font-size: 1.8rem;
}
.vip-block-content{
    min-height: 50vh;
}