.res-vip-main{
    float: left;
    min-width: 1280px;
    width: 100%;
    position: relative;
  background:linear-gradient(180deg, #F4E4D0 43%, #F6E4CE 100%);
}

.res-vip-main .box1{
  width: 100%;
  height: 796px;
  overflow: hidden;
  position: relative;
  padding-bottom:20px;
}
.res-vip-main .box1 .box1-image{
  width: 1920px;
  height: 796px;
  background-image: url(/image/apVipService/01.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0;
  z-index: 0;
  background-size: 1920px 796px;
}
.res-vip-main .box2{
  width:1200px;
  margin:0 auto;
  font-size:0;
  position:relative;
  padding-bottom: 100px;
}
.res-vip-main .box2 .learn {
    position: fixed;
    width: 120px;
    height: 135px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: #CB1B1B;
    font-weight: bold;
    text-align: center;
    right: 20px;
    top: calc(50% - 135px);
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
.res-vip-main .box2 .learn img {
  width:100px;
}
.res-vip-main .box2 .learn p {
  margin-top: 0;
  color: #7F6464;
}
.res-vip-main .box2 img{
  width:100%;
}
.res-vip-main .box2 .block1{
    position: absolute;
    top: 526px;
    left: 152px;
}
.res-vip-main .box2 .block3{
    position: absolute;
    top: 1106px;
    left: 152px;
}
.res-vip-main .box2 .block4{
  position:absolute;
    top: 2848px;
    left: 152px;
}
.res-vip-main .box2 .block6{
  position:absolute;
    top: 1686px;
    left: 152px;
}
.res-vip-main .box2 .block7{
    position: absolute;
    top: 2266px;
    left: 152px;
}
.res-vip-main .box3{
    float: left;
    width: 100%;
    height: 1000px;
    background-color: #FFFFFF;
    background-image: url(../../image/vipSpecialTopic/03.png);
    background-position: center;
    background-repeat: no-repeat;
}

.res-vip-main .box4{
    float: left;
    width: 100%;
    height: 1108px;
    background-color: #FAFAFA;
    background-image: url(../../image/vipSpecialTopic/04_bg.png);
    background-repeat: no-repeat;
}
.res-vip-main .box4 .box4-image1{
    width: 1100px;
    height: 385px;
    background-image: url(../../image/vipSpecialTopic/04_1.png);
    background-position: center;
    background-repeat: no-repeat;
    margin: 146px auto 0;
}
.res-vip-main .box4 .box4-image2{
    width: 1100px;
    height: 425px;
    background-image: url(../../image/vipSpecialTopic/04_2.png);
    background-position: center;
    background-repeat: no-repeat;
    margin: 39px auto 113px;
}

.res-vip-main .box5{
    float: left;
    width: 100%;
    height: 432px;
    background-color: #FFFFFF;
    background-image: url(../../image/vipSpecialTopic/05.png);
    background-position: center;
    background-repeat: no-repeat;
}

.res-vip-main .box6{
    float: left;
    width: 100%;
    height: 308px;
    background-color: #6FB4EB;
}
.res-vip-main .box6 .box6-image1{
    width: 552px;
    height: 151px;
    background-image: url(../../image/vipSpecialTopic/06_1.png);
    background-position: center;
    background-repeat: no-repeat;
    margin: 38px auto 119px;
}
.res-vip-main .box-bottom{
    width: 100%;
    height: 75px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .3s ease;
    z-index: 1001;
    cursor: pointer;
}
.res-vip-main .box-bottom .box6-bg{
    background-image: url(../../image/learningMethodVipApply/footer-bg.png);
    width: 1920px;
    height: 75px;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    bottom: 0;
  background-size:1920px 75px;
}
.res-vip-main .box-bottom.absolute {
    position: absolute;
    overflow: hidden;
}
.res-vip-main .box-bottom .box6-button-bg{
    width: 900px;
    height: 100%;
    margin: 0 auto;
}
.res-vip-main .box-bottom .box6-button-bg .button-box{
    width: 100%;
    float: left;
    margin-top: 18px;
}
.res-vip-main .box-bottom .box6-button-bg .button-box .btn{
    width: 177px;
    height: 49px;
    float: right;
    background-image: url(../../image/vipSpecialTopic/btn.png);
    background-repeat: no-repeat;
    cursor: pointer;

}
nav.skippr-next, nav.skippr-previous,nav.skippr-nav-container{
  display:none;
}
.img-pre {
  position: absolute;
  left: -18%;
  width: 50px;
  height: 50px;
  background: url(/image/learningMethodVipApply/turn-l-w.png) center no-repeat;
  background-size: 100%;
  border: 0;
  top: 60%;
  cursor:pointer;
}

.img-pre:hover{
  background-image:url(/image/learningMethodVipApply/turn-l.png);
}
.img-next {
  position: absolute;
  right: -18%;
  width: 50px;
  height: 50px;
  background: url(/image/learningMethodVipApply/turn-l-w.png) center no-repeat;
  transform: rotate(180deg);
  background-size: 100%;
  border: 0;
  top: 60%;
  cursor:pointer;
}

.img-next:hover{
  background-image:url(/image/learningMethodVipApply/turn-l.png);
}

.pagination {
  position: absolute;
  bottom: 10%;
  width: 20%;
  text-align: center;
  left: 40%;
  opacity: 0.5;
  background: #000000;
  border-radius: 12px;
  text-align:center;
  padding: 2px 0;
}

.pagination span{
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 4px;
  background: #fff;
  font-weight: normal;
  margin-right: 5px;
}
.pagination span:last-child{
  margin-right: 0;
}

.pagination span.active{
  background:#FFB541;
}

.hg-content {
  width: 100%;
  background-image: url(/image/learningMethodVipApply/1-12-c.png);
  background-size: 100%;
  position: relative;
}

.hg-content ul{
  display: flex;
  justify-content: space-between;
  width: 30%;
  margin-left: 35%;
}

.hg-content ul li{
  position: relative;
  display: flex;
  flex-direction: column;
  position: relative;
  cursor:pointer;
}

.hg-content ul li span{
  font-size: 24px;
  color: #96A0A6;
  text-align: center;
  font-weight: bold;
}

.hg-content ul li.active span{
  color: #1C9AF2;
}
.hg-content ul li .line{
  display: none;
  position: absolute;
  bottom: -5px;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: linear-gradient(transparent 0%,#D8EFFF 50%);
}
.hg-content ul li.active .line{
  display: inline-block;
}
.hg-content .hg-bottom-center{
  width: 88%;
  margin-left:6%;
  margin-top: 20px;
}
.hg-content .hg-content-head{
  padding: 0.6rem 0;
}
.hg-content img{
  width:100%;
}
.hg-bottom-footer{
  width: 87%;
  margin-left: 7%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.2rem;
  margin-top: 22px;
  position:relative;
}
.hg-bottom-footer span{
  font-size: 14px;
  color: #8F8F8F;
  letter-spacing: 0;
  text-align: left;
  font-weight:bold;
  width: 65%;
}
.hg-bottom-footer button{
  font-size: 14px;
  font-weight: bold;
  background: #E5F4F9;
  border-radius: 30px;
  color: #688DA8;
  padding: 5px 20px;
  border: none;
}

.learn{
  position: absolute;
  width: 120px;
  height: 135px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: #CB1B1B;
  font-weight: bold;
  text-align: center;
  right: -130px;
  cursor: pointer;
}
.learn p{
  margin-top: 10px;
}

.block11{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: 2750px;
    left: 657px;
    width: 476px;
    background: #fff;
}

.tz-top ul{
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 3px solid #64DADC;
}

.tz-top ul li{
  background: #EBF2F5;
  border-radius: 12px 12px 0 0;
  text-align: center;
  width: 110px;
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #8493A2;
  cursor: pointer;
  margin-bottom: -0.01rem;
}

.tz-top ul li.active{
  color: #EBF2F5;
  background:#64DADC;
}

.tz-top ul li:nth-child(4n){
  margin-right: 0;
}

.tz-top ul li span{
    font-size: 15px;
    letter-spacing: 0;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
}
.tz-bottom{
  display: flex;
  flex-direction: column;
  height: 90%;
  justify-content: space-between;
  position:relative;
}
.tz-bottom span{
    font-size: 14px;
    color: #6E8398;
    margin-top: 20px;
    margin-left: 20px;
}

.block11 .img{
    position: absolute;
    top: 82px;
    left: 80px;
    width: 330px;
    height: 370px;
}

.block11 .img img{
  top: 201px;
  left: 626px;
  width:330px;
}

.block8{
  position:absolute;
  top:100px;
  left:100px;
}

 .block5{
     position: absolute;
     top: 438px;
     left: 778px;
     width: 233px;
     background: #fff;
}
.block8{
  position: absolute;
  top: 1780px;
  left: 136px;
  width: 340px;
}
.block9{
    position: absolute;
    top: 1019px;
    left: 778px;
    width: 233px;
    background: #fff;
}
.block10{
  position: absolute;
  top: 3266px;
  left: 722px;
  width: 340px;
}
.block12{
  position:absolute;
    top: 2266px;
    left: 722px;
}
.block14{
  position:absolute;
  top: 4336px;
  left: 152px;
}
.block13{
  position: absolute;
    top: 1742px;
    left: 726px;
    width: 340px;
}
.block15{
  position: absolute;
  top: 4406px;
  left: 722px;
  width: 340px;
}
.block16{
  position: absolute;
  top: 4936px;
  left: 152px;
  width: 340px;
}
.block17{
  position: absolute;
  top: 4936px;
  left: 722px;
  width: 340px;
}
.block12>div{
  width: 128px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  cursor:pointer;
}
.block12>div:hover{
  background:#FFFCF1;
}
.block12>div img{
  width: 19px!important;
  height: 20px;
}
.block12 .android{
  margin-right:20px;
}
.block12>div p{
  font-size: 18px;
  color: #333333;
}
.videoContainer{
  width: 232px;
  height: 413px;
}

.xkts-bottom{
  width: 100%;
}
.xkts-bottom ul{
  width: 100%;
  display: flex;
  justify-content: space-between;
    margin-top: 40px;
}
.xkts-bottom ul.three li{
  width:82px;
}
.xkts-bottom ul.two{
  justify-content:space-evenly;
}
.xkts-bottom ul.two li{
  width:82px;
}
.xkts-bottom ul li{
  font-size: 14px;
  color: #78B066;
  text-align: center;
  background: #fff;
  border-radius: 25px;
  flex-shrink: 0;
  width: 70px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor:pointer;
}
.xkts-bottom ul li.active{
  color: #fff;
  background: #13B763;
}
.prism-big-play-btn{
  left: 16px!important;
  bottom: 20px!important;
}

.prism-player video {
  top: 53%!important;
}
.prism-player .prism-big-play-btn{
  left:calc(50% - 32px) !important;
  bottom:calc(50% - 32px) !important;
  opacity: 0.5;
  background: #000000;
  color:#fff;
}
.prism-player .prism-big-play-btn {
  background: url(/image/learningMethodVipApply/playanimation.png) no-repeat !important;
}
.prism-player .prism-big-play-btn .outter {
  border:none !important;
}

.phone{
    position: fixed;
    width: 120px;
    height: 114px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: #7F6464;
    font-weight: bold;
    text-align: center;
    justify-content: space-evenly;
    right: 20px;
    top: calc(50% + 20px);
    cursor: pointer;
}
.phone>div{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.phone>div:hover{
    color:#AE3131;
}
.phone>div img{
    width: 16px!important;
    height: 16px;
}

.qrcodeContainer{
    display: none;
    position:fixed;
    border: 1px solid #ccc;
    border-radius:10px;
    right: 150px;
    top: calc(50% + 20px);
    overflow: hidden;
    background:#fff;
    z-index: 10;
}
.qrcodeContainer img{
    width:180px;
    height:180px;
}
#overFlowRight,.vip-button{
    display: none!important;
}