@charset "utf-8";

/* css document */
/*虚拟实验室介绍页  英文*/
.top-nav{
    position:fixed;
    top:0;
    z-index:10;
    width:100%;
    }

/*logo区域*/
.logo{
    width:100%;
    min-width:1280px;
    height:74px;
    background: #fff;
    /*position: fixed;
    top:0px;
    left:0px;*/
}
.logo .main{
    width:1200px;
    margin:0 auto;
    height:74px;
}
.logo .main .logo-lf{
    margin-right:38px;
}
.logo .main .logo-lf a{
    margin:16.5px 10px 16.5px 0px;
}
.logo .main .logo-lf p{
    color:#276db5;
    font-size:18px;
    line-height: 74px;
    height:74px;
}
.logo .main .logo-rt{
}
.logo .main .logo-rt li{
    line-height:74px;
    margin-left:30px;
}
.logo .main .logo-rt li a{
    color:#222;
    font-size: 16px;
    border-radius: 50px;
    padding:2px 18px 3px 18px;
}
.logo .main .logo-rt li a:hover{
    text-decoration: underline;
    color:#fff;
    background: #3366cc;
}
.logo .main .logo-rt li a.active{
    color:#fff;
    background: #3366cc;
}

/*第一屏*/
.all{
    /*width:100%;*/
    /*min-width: 1280px;*/
    
    /*height:auto;*/
    background:url(../../image/noBook/page1.jpg) 100%;
  position: relative;

}
.all .main{
    /*width:1200px;*/
    /*margin:0 auto;*/
    text-align: center;
}
.all .main h4{
    width:100%;
    color:#fff;
    font-size:30px;
    font-weight: bold;
    text-align:center;
    margin:50px 0 5px 0;
}
.all .main p{
    color:#fff;
    width:100%;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
}
.all .main img{
  margin-top: 60px;
  display: inline-block;
}

/*第二屏*/
.sw{
    width:100%;
    background:url(../../image/noBook/page2.jpg) 100%;
}
.sw .main{
    /*width:1200px;*/
    /*margin:0 auto;*/
    /*height:100%;*/
    /*position: relative;*/
}
.sw .main .sw-content{
  display: flex;
  justify-content: center;
  margin-bottom: 360px;
}
.sw .main h4{
    width:100%;
    color:#222;
    font-size:26px;
    font-weight: bold;
    text-align:center;
    margin:50px 0 7px 0;
}
.sw .main p{
    color:#222;
    width:100%;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
}
.sw .main img{
    margin: 28px 80px 0 10px;
}
.sw .main .js1{
}
.sw .main .js1 li{
    width:642px;
    height:100px;
}
.sw .main .js1 li.cz{
    background: url(../../image/noBook/sw-cz-bg.png) no-repeat;
    margin: 65px 0 70px 0;
}
.sw .main .js1 li.gz{
    background: url(../../image/noBook/sw-gz-bg.png) no-repeat;
}
.sw .main .js1 li h5{
    font-weight: bold;
    color:#fff;
    font-size: 18px;
    line-height: 36px;
    width: 100%;
    margin: 8px 0px 0 67px;
}
.sw .main .js1 li span{
    color:#fff;
    font-size:16px;
    display: inline-block;
    width: 100%;
    margin-left: 67px;
}
.sw .main .btn{
  width: 100%;
  position: absolute;
  bottom: 150px;
  display: flex;
  justify-content: center;
}
.sw .main .btn button{
    width:200px;
    height:45px;
    color:#fff;
    font-size:16px;
    line-height: 42px;
    background: #3177ed;
    border-radius: 50px;
    margin-right: 87px;
}
.sw .main .btn button.zt{
    width:200px;
    height:45px;
    background: #fff;
    color:#3177ed;
    border:1px solid #3177ed;
    margin-right:0;
}

/*第三屏*/
.hx{
  background:url(../../image/noBook/page3.jpg) 100%;
  position: relative;
}
.hx .main{
}
.hx .main .hx-content{
  display: flex;
  justify-content: center;
  margin-bottom: 320px;
}
.hx .main h4{
    width:100%;
    color:#222;
    font-size:26px;
    font-weight: bold;
    text-align:center;
    margin:55px 0 7px 0;
}
.hx .main p{
    color:#222;
    width:100%;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
}
.hx .main img{
  margin: 40px 80px 0 20px;
}
.hx .main .js2{
    margin-top:55px;
}
.hx .main .js2 li{
    width:642px;
    height:60px;
    background: url(../../image/noBook/hx-bg.png) no-repeat;
    margin-bottom:20px;
}
.hx .main .js2 li h5{
    font-size:18px;
    font-weight: bold;
    color:#fefeff;
    width:88%;
    margin: 4px 0 3px 70px;
}
.hx .main .js2 li span{
    color:#fefeff;
    font-size: 16px;
    width:88%;
    margin-left:70px;
}
.hx .main .btn{
  width: 100%;
  position: absolute;
  bottom: 150px;
  display: flex;
  justify-content: center;
}
.hx .main .btn button{
    width:200px;
    height:45px;
    color:#fff;
    font-size:16px;
    line-height: 42px;
    background: #e4675b;
    border-radius: 50px;
    margin-right: 87px;
}
.hx .main .btn button.zt{
    width:200px;
    height:45px;
    background: #fff;
    color:#e4675b;
    border:1px solid #e4675b;
    margin-right:0;
}

/*第四屏*/
.wl{
  background:url(../../image/noBook/page4.jpg) 100%;
  position: relative;
}
.wl .main{
    /*width:1200px;*/
    /*margin:0 auto;*/
    /*height:100%;*/
    /*position: relative;*/
}
.wl .main h4{
    width:100%;
    color:#222;
    font-size:26px;
    font-weight: bold;
    text-align:center;
    margin:50px 0 10px 0;
}
.wl .main p{
    color:#222;
    width:100%;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
}
.wl .main img{
    margin: 35px 20px 0 0;
}
.wl .main .js3{
  margin-top: 65px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wl .main .js3 li{
  width:706px;
  height:60px;
  background: url(../../image/noBook/wl-bg.png) no-repeat;
  margin-bottom:20px;
  text-align: left;
}
.wl .main .js3 li h5{
    font-size:18px;
    font-weight: bold;
    color:#fefeff;
    margin: 5px 0 3px 70px;
}
.wl .main .js3 li span{
    color:#fefeff;
    font-size: 16px;
    width:89%;
    margin-left:70px;
}
.wl .main .btn{
  width: 100%;
  position: absolute;
  bottom: 150px;
  display: flex;
  justify-content: center;
}
.wl .main .btn button{
    width:200px;
    height:45px;
    color:#fff;
    font-size:16px;
    line-height: 45px;
    background: #6351d1;
    border-radius: 50px;
    margin-right: 87px;
}
.wl .main .btn button.zt{
    width:200px;
    height:45px;
    background: #fff;
    color:#6351d1;
    border:1px solid #6351d1;
    margin-right:0;
}
/*第五屏*/
.kx{
    background:url(../../image/noBook/page5.png) 100%;
    position: relative;
}
.kx .main{
    /*width:1200px;*/
    /*margin:0 auto;*/
    /*height:100%;*/
}
.kx .main .kx-content{
  display: flex;
  justify-content: center;
  margin-bottom: 300px;
}
.kx .main h4{
    width:100%;
    color:#222;
    font-size:26px;
    font-weight: bold;
    text-align:center;
    margin:50px 0 7px 0;
}
.kx .main p{
    color:#222;
    width:100%;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
}
.kx .main img{
    margin: 28px 80px 0 10px;
}
.kx .main .js1{
}
.kx .main .js1 li{
    width:642px;
    height:100px;
}
.kx .main .js1 li.cz{
    background: url(../../image/noBook/kx-cz-bg.png) no-repeat;
    margin: 65px 0 0px 0;
}
.kx .main .js1 li.gz{
    background: url(../../image/noBook/kx-cz-bg.png) no-repeat;
}
.kx .main .js1 li h5{
    font-weight: bold;
    color:#fff;
    font-size: 18px;
    line-height: 36px;
    width: 100%;
    margin: 8px 0px 0 67px;
}
.kx .main .js1 li span{
    color:#fff;
    font-size:16px;
    width: 86%;
    margin-left: 67px;
    display:inline-block;
}
.kx .main .btn{
  width: 100%;
  position: absolute;
  bottom: 150px;
  left:0;
  display: flex;
  justify-content: center;
}
.kx .main .btn button{
    width:200px;
    height:45px;
    color:#fff;
    font-size:16px;
    line-height: 42px;
    background: #fba552;
    border-radius: 50px;
    margin:0 72px 0 130px;
}
.kx .main .btn button.zt{
    width:200px;
    height:45px;
    background: #fff;
    color:#fba552;
    border:1px solid #fba552;
    margin-right:10px;
}

/*虚拟实验室 弹窗*/
.xnsys{
    width: 520px;
    height: auto;
    border-radius: 5px;
    background: #fff;
    margin: 0 auto;
    margin-top: 300px;
    display: none;
}
.xnsys h2 {
    width: 500px;
    font-size: 16px;
    color: #333;
    height: 49px;
    line-height: 52px;
    padding-left: 20px;
    background: rgb(242,248,255);
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid rgb(196,219,245);
}
.xnsys h2 i.close {
    width: 18px;
    height: 18px;
    background: url(../../image/noBook/close.png) no-repeat;
    margin: 16px 20px 0 0;
    cursor:pointer;
}
.xnsys .text{
    margin-top:26px;
    }
.xnsys p{
    width:445px;
    margin:0 auto;
    text-align:left;
    font-size:14px;
    color:rgb(130,130,135);
    line-height:30px;
    }
.xnsys .btn{
    width:335px;
    margin:26px auto;
    }
.xnsys button{
    width: 160px;
    height: 36px;
    font-size:14px;
    line-height:36px;
    border-radius:3px;
    background: rgb(203,246,249);
    color:rgb(6,157,100);
    box-sizing: border-box;
    cursor:pointer;
    transition: all .3s ease;
    }
.xnsys button.wt{
    color:#fff;
    background-color:rgb(255,108,0);
    margin-left:15px;
    position: relative;
    }
.xnsys button.wt::after{
    content: '';
    display: block;
    width: 64px;
    height: 34px;
    background: url(../../image/noBook/free-tag.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: -4px;
    top: -27px
    }
.xnsys button:hover{
    color:#fff;
    background-color:rgb(78,210,164);
    }
.xnsys button.wt:hover{
    color:#fff;
    background-color:rgb(255,137,21);
}

/*购买弹窗*/
.gmsy{
    width: 498px;
    height: auto;
    border-radius: 5px;
    background: #fff;
    margin: 0 auto;
    margin-top: 300px;
    display: none;
}
.gmsy h2 {
    width: 478px;
    font-size: 16px;
    color: #333;
    height: 49px;
    line-height: 52px;
    padding-left: 20px;
    background: #ecf8ff;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #9dd6f3;
}

.gmsy h2 i.close {
    width: 18px;
    height: 18px;
    background: url(../../image/noBook/close.png) no-repeat;
    margin: 16px 20px 0 0;
    cursor:pointer;
    cursor:pointer;
}
.gmsy .main{
    width:454px;
    margin:25px 22px 0 22px;
    border-bottom: 1px dashed #ccc;
    position:relative;
}
.gmsy .main li{
    width:100%;
    margin-bottom:10px;
}
.gmsy .main li samp{
    color:#666666;
    font-size: 14px;
    height:25px;
    line-height: 25px;
}
.gmsy .main li p{
    color:#222;
    font-size:14px;
    margin-left:13px;
    line-height: 24px;
}
.gmsy .main li span{
    color:#ff5a3c;
    font-size: 12px;
    font-family: arial;
}
.gmsy .main li b{
    font-weight: normal;
    color:#ff5a3c;
    font-size: 12px;
    font-family: arial;
    margin: 4px 5px 0 5px;
}
/*余额不足时按钮*/
.gmsy .main li.nbtn{
    width:282px;
    margin:10px 86px 20px 86px;
}
.gmsy .main li.nbtn button{
    width:130px;
    height:35px;
    color:#fff;
    border-radius: 2px;
    background: #b6b6b6;
    margin-right: 17px;
}
.gmsy .main li.nbtn button.cza{
    background: #00c177;
    margin-right:0;
}
.gmsy .main li.nbtn button.cza:hover{
    background: #01B26E;
}
/*余额足时按钮*/
.gmsy .main li.ybtn{
    width:282px;
    margin:10px 86px 20px 86px;
}
.gmsy .main li.ybtn button{
    width:130px;
    height:35px;
    color:#fff;
    border-radius: 2px;
    background: #00c177;
    margin-right: 17px;
}
.gmsy .main li.ybtn button.cza{
    background: #fff;
    margin-right:0;
    color:#00c177;
    border:1px solid #00c177;
    width:128px;
    height:33px;
}
.gmsy .main li.ybtn button:hover{
    background: #01B26E;
    color: #fff;
}
.gmsy>span{
    color:#666;
    font-size:14px;
    margin:20px 0 20px 22px;
}

.gmsy .main li.nbtn a.cza{
    background: #00c177;
    margin-right:0;
    width:130px;
    height:33px;
    color:#fff;
    border-radius: 2px;
    line-height:33px;
    display:inline-block;
    text-align:center;
}
.gmsy .main li.nbtn a.cza:hover{
    background: #01B26E;
    text-decoration:none;
    cursor:pointer;
}
.gmsy .main li.ybtn a.cza{
    background: #fff;
    margin-right:0;
    color:#00c177;
    border:1px solid #00c177;
    border-radius: 2px;
    width:128px;
    height:33px;
    line-height:33px;
    display:inline-block;
    text-align:center;
}
.gmsy .main li.ybtn a:hover{
    background: #01B26E;
    color: #fff;
    text-decoration:none;
    cursor:pointer;
}

/*浏览器版本提示*/
.m-browser {
    width:100%;
    min-width:1280px;
    background-color: #fdece8;
    border-bottom:1px solid #f69f8a;
    height: 36px;
    margin-top:35px;

}
.m-browser .container{ width:1200px; margin:0 auto;}
.m-browser .container p{  font-size:12px; color:#333; line-height:36px; font-family:"微软雅黑";}
.m-browser .container p i.infoTips{ width:16px; height:16px;  background:url(../../image/resourceLibrary/infotips.png) no-repeat; margin-right:10px; margin-top:10px;}
.m-browser .container p a{ font-size:12px; color:#eb6342;}
.m-browser .container p a:hover{ text-decoration:underline;}
.m-browser .container p i.closeCir{ width:16px; height:16px;  background:url(../../image/resourceLibrary/close_cir.png) no-repeat; margin-left:10px; margin-top:10px; cursor:pointer;}

/*new windows*/
.gmsy .main li.checkSubject span {
    color: #222;
    font-size: 14px;
    font-family: "微软雅黑";
    padding-right: 10px;
}
.gmsy .main li.checkSubject span.tj{
	    margin-top: 12px;
}
.gmsy .main li.checkSubject span b.tj{
	margin-left: 5px;
    width: 110px;
    height: 20px;
    background: url(/image/uc/hc-icon.png) no-repeat;
    margin-top: 0px;
}
.gmsy .main li.checkSubject span i.radio{
    width: 16px;
    height: 17px;
    background: url(/image/uc/radio.png) no-repeat;
    margin-top: 3px;
    margin-right: 4px;
    cursor: pointer;
}
.gmsy .main li.checkSubject span i.radio.active{
    background: url(/image/uc/radio-active.png) no-repeat;
}
.gmsy .main li.checkTime>div{
    height: 96px;
    width: 306px;
    display:none;
}
.gmsy .main li.checkTime>div.active{
    display:block;
}
.gmsy .main li.checkTime p{
	margin-top:12px;
}
.gmsy .main li.checkTime p.noMargin{
    margin-top:0px;
}
.gmsy .main li.checkTime span {
    color: #222;
    font-size: 14px;
    font-family: "微软雅黑";
    padding-right: 10px;
}
.gmsy .main li.checkTime span i.radio{
    width: 16px;
    height: 17px;
    background: url(/image/uc/radio.png) no-repeat;
    margin-top: 3px;
    margin-right: 4px;
    cursor: pointer;
}
.gmsy .main li.checkTime span i.radio.active{
    background: url(/image/uc/radio-active.png) no-repeat;
}
.gmsy .main li.checkTime span b{
    font-weight: normal;
    color: #ff5a3c;
    font-size: 12px;
    font-family: "微软雅黑";
    margin: 4px 5px 0 5px;
}
.gmsy .main li.checkTime span b.yj{
	text-decoration: line-through;
    color: #72727f;
    margin: 4px 8px 0 12px;
}
.gmsy .main li.timeMsg span {
    color: #222;
    font-size: 14px;
    font-family: "微软雅黑";
}
.gmsy .main li.timeMsg>div{
    width: 380px;
}
.gmsy .discountMsg{
    padding:22px;
    border-bottom:1px solid #ccc;
    color: #222;
    font-size: 14px;
}
.gmsy .bztx{
	display:none;
	cursor:pointer;
	color:#01B26E;
	font-size:14px;
	position:absolute;
	right:20px;
	bottom:22px;
}
.entrance.alone{
    margin-left: 30%!important;
}
.entrance.alone.alone1{
    margin-left: 40%!important;
}

.laboratory-content{
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
}
/*开通会员vip*/
.vipIntro{
    width: 100%;
    height: 56px;
    background-image: linear-gradient(-80deg, #E2BA85 0%, #F9E1B3 69%);
    border-radius: 4px;
    position: fixed;
    bottom: -102px;
    left: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s ease;
    z-index: 1;
    cursor: pointer;
}
.vipIntro.active {
    bottom: 0;
}
.vipIntro.absolute {
    position: absolute;
}
.vipIntro .main{
    width: 1200px;
    margin: 0 auto;
    height: 100% ;
    min-width: initial;
    line-height: 56px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
}
.vipIntro .main img.icon{
    
    width: 40px;
    height: 42px;
    margin: 7px 22px 0 16px;
}
.vipIntro .main img.text{
    width: 226px;
    height: 39px;
    margin-top: 10px;
}
.vipIntro .main .line{
    width: 1px;
    height: 24px;
    background:#B99078;
    margin: 16px 18px 0 16px;
}
.vipIntro .main p{
    margin-right: 10px;
    line-height: 56px;
    font-size: 18px;
    color: #7D5833;
}
.vipIntro .main button{
    width: 121px;
    height: 36px;
    background-image: linear-gradient(270deg, #FDCA5F 0%, #FDE67C 100%);
    border-radius: 18px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #804F3F;
    margin: 10px 10px 0 0;
    font-weight: bold;
}
.vipIntro .main button samp{
    margin-left: 3px;
}
