body {
  background: #F7F7F7;
}
.footer {
  padding: 10px 0;
  border: none;
}
#video_box #video_player{
  height: 100%;
}
* {
  -webkit-tap-highlight-color: transparent;
}
.m_hide{
    display: block !important;
  }
.m_show{
    display: none !important;
}
.pop-tips{
    position: fixed;
    left: 50%;
    top:50%;
    transform:translateX(-100px) translateY(-20px);
    width: 260px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    background: #00000099;
    border-radius: 30px;
    z-index: 9999999999999;
}
.flex-between{
  display: flex;
  justify-content: space-between;
}
.flex{
  display: flex;
}
.flex-coloumn{
  display: flex;
  flex-direction: column;
}
.w1200{
  width: 1200px;
  margin: 0 auto;
}
.bg_pc{
  background: url(../images/pc_bg.png) center 30px no-repeat;
  background-size: auto 100%;
}
.header{
  height: 60px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 30px;
  z-index: 2
}
.header .header-bg{
  background:rgba(0,180,235,0.1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 1
}
.header .header-bg.scroll{
  background:rgba(255,255,255,0.1);
}
.header.scroll .header-bg{
  background:#0f2a53;
}
.header-con{
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.header-con .logo{
  height: 42px;
  padding-top: 9px;
  cursor: pointer;
}
.header-con .menu{
  display: flex;
  position: relative;
}
.header-con .menu a{
  line-height: 60px;
  font-size: 16px;
  margin-left: 48px;
  color: #FFF;
  cursor: pointer;
}
.header-con .menu dl{
  position: absolute;
  right: 0;
  top: 60px;
  background: #1C3A67;
  padding:10px 20px;
  display: none;
}
.header-con .menu dl a{
  margin-left: 0;
  display: block;
  line-height: 34px;
  height: 34px;
  font-size: 14px;
}
.header-con .menu a.act,.header-con .menu a:hover{
  color: #00B4EB
}
.header-con .menu a span{
  display: none;
}
.intro-wrap{
  position: relative;
  height: 308px;
  padding-top: 90px;
}
.intro-wrap .con{
  padding-top:35px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.intro-wrap .big-title{
  width: 491px;
}
.intro-wrap .txt-box{
  margin-left: 60px;
  width: 600px;
}
.intro-wrap .txt-box .t1{
  color: #00B4EB;
  font-size: 16px;
  line-height: 28px;
}
.intro-wrap .txt-box .t2{
  color: #FFF;
  font-size: 14px;
  line-height: 24px;
  padding: 8px 0 12px 0;
}
.intro-wrap .txt-box .t2 .blue{
  color: #00B4EB;
}
.func-wrap{
  position: relative;
  height: 525px;
}
.func-wrap .line1{
  position: absolute; 
      left: 101px;
    top: 83px; 
}
.func-wrap .line2{
  position: absolute; 
  left: 231px;
  top: 215px;
  width: 123px;
}

.func-wrap .line3{
  position: absolute; 
  left: 434px;
    top: 273px;
    transform: rotate(
-2deg);
    width: 151px;
}
.func-wrap .line4{
  position: absolute; 
  left: 666px;
  top: 96px; 
}
.func-wrap .line5{
  position: absolute; 
  left: 850px;
  top: 180px;
  width: 70px;
  transform: rotate(3deg);
}
.func-wrap .line6{
  position: absolute; 
  left: 985px;
    top: 282px;
    width: 106px;
}
.func-wrap .fun-img{
  cursor: pointer;
}
.animates_icon{
  position: relative;
  top: 0;
  animation: downTop 3s linear infinite;
}
@keyframes downTop{
  0%{
      top: -4px;
  }25%{
      top: 0px;
  }50%{
      top: 4px;
  }75%{
      top: 0px;
  }
  100%{
      top: -4px;
  }
}
.func-wrap .f1{
  position: absolute; 
  left: -151px;
  top: 0px;  
}
.func-wrap .f2{
  position: absolute; 
  left: -11px;
    top: 27px;  
}
.func-wrap .f2 >div{
  text-align: center;
  color: #FFF;
  transform: translateX(2px) translateY(-23px);
}
.func-wrap .f3 >div{
  text-align: center;
  color: #FFF;
  transform: translateX(-24px) translateY(-23px);
}
.func-wrap .f4{
  position: relative;
}
.func-wrap .f4 >div{
  text-align: center;
  color: #FFF;
  transform: translateX(-60px) translateY(-38px);
}
.func-wrap .f4 .tips,.func-wrap .f8 .tips{
  position: absolute;
  left: 99px;
  top:21px;
  background: url(../images/f_tips.png) left top no-repeat;
  background-size: auto 100%;
  width: 107px;
  height: 43px;
}
.func-wrap .f4 .tips:hover,.func-wrap .f8 .tips:hover{
  background-image: url(../images/f_tips_h.png);
}
.func-wrap .f5 >div{
  text-align: center;
  color: #FFF;
  transform: translateX(-5px) translateY(-23px);
}
.func-wrap .f6 >div{
  text-align:center;
  color: #FFF;
  transform: translateX(-15px) translateY(-23px);
}
.func-wrap .f7 >div{
  text-align: center;
  color: #FFF;
  transform: translateX(-5px) translateY(-23px);
}
.func-wrap .f8 >div{
  text-align: center;
  color: #FFF;
  transform: translateX(-25px) translateY(-15px);
}
.func-wrap .t1{
  font-size: 14px;
  line-height: 28px;
}
.func-wrap .t2{
  font-size: 12px;
  line-height: 20px;
  white-space:  nowrap;
}
.func-wrap .f3{
  position: absolute; 
 left: 136px;
    top: 166px;
}

.func-wrap .f4{
  position: absolute; 
  left: 354px;
  top: 271px;
}

.func-wrap .f5{
  position: absolute; 
  left: 576px;
  top: 173px;
}

.func-wrap .f6{
  position: absolute; 
  left: 768px;
  top: 30px;
}
.func-wrap .f7{
  position: absolute; 
  left: 881px;
  top: 267px;
}
.func-wrap .f8{
  position: absolute; 
  left: 1088px;
  top: 203px;  
}
.main-wrap{
  display: none;
}
.dis_p{
  display: block;
}
.main-wrap .title,.awards-wrap .title{
  background: url(../images/title-bg.png) left top no-repeat;
  background-size: auto 100%;
  height: 80px;
  width: 100%;
  line-height: 100px;
  font-size: 22px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
}
.main-wrap .desc-intro,.awards-wrap .desc-intro{
  font-size: 14px;
  line-height: 28px;
  color: #FFF;
  padding: 17px 0;
  text-align: center;
  width: 100%;
}
.main-wrap .con-bg{
  background: url(../images/con-bg1.png) left top no-repeat;
  background-size: auto 100%;
  width: 944px;
  height: 755px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 38px 17px;
}
.main-wrap .sp-list li{
  background: url(../images/sp-list-bg.png) left top no-repeat;
  background-size: auto 100%;
  width: 862px;
  height: 229px;
  padding: 26px 0 0 119px;
  box-sizing: border-box;
  margin: 0 24px;
}
.main-wrap .sp-list li .elem-title{
  font-size: 16px;
  line-height: 28px;
  color: #00B4EB;
  margin-bottom: 13px;
  text-align: center;
  width: 626px;
}
.main-wrap .sp-list li .video-box{
  position: relative;
  width:230px;
  height: 134px;
  cursor: pointer;
  margin-right: 27px;
}
.main-wrap .sp-list li .video-box img{
  width: 100%;
}
.main-wrap .sp-list li .video-box .play{
  background: url(../images/play.png) left top no-repeat;
  background-size: auto 100%;
  width:32px;
  height: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-16px) translateY(-16px);
}
.main-wrap .sp-list li .video-box:hover .play{
  background-image: url(../images/play_h.png);
}
.main-wrap .sp-list li .info-box{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 134px;
  width: 369px;

}
.main-wrap .sp-list li .info-box .t1{
  font-size: 14px;
  color: #EFF4F6;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 72px;
}
.main-wrap .sp-list li .info-box .down-btn{
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #00B4EB;
  font-size: 14px;
  color: #FFF;
  border-radius: 4px;
  cursor: pointer;
  display: block;
}
.main-wrap .sp-list li .info-box .down-btn:hover{
  background: #0698c4;
}
.main-wrap .answer-box{
  background: rgba(115,156,237,0.08);
  margin: 42px 12px 42px 0;
  height: 593px;
  padding-top: 50px;
  box-sizing: border-box;
  position: relative;
}
.main-wrap .answer-list{
  padding-left: 50px;
  height: 404px;
  overflow: auto;
}
.main-wrap .answer-list li .answer-title{
  font-size: 16px;
  color:#fff;
  line-height: 17px;
  margin-bottom: 29px;
  font-weight: bold;
}
.main-wrap .answer-list li dl{
  padding-bottom: 20px;
  width: 810px;
}
.main-wrap .answer-list li dl dd{
    font-size: 14px;
    color:#fff;
    line-height: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}
.main-wrap .answer-list li dl.radio dd em{
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid #00B4EB;
  background: #000;
  box-sizing: border-box;
  margin-top: 3px;
}
.main-wrap .answer-list li dl.checkbox dd em{
  width: 14px;
  height: 14px;
  margin-right: 10px;
  border: 1px solid #00B4EB;
  background: #000;
  box-sizing: border-box;
}
.main-wrap .answer-list li dl.checkbox dd.act em,.main-wrap .answer-list li dl.radio dd.act em{
  background: #00B4EB;
}

.submit-btn{
  width: 118px;
  height: 40px;
  margin: 50px auto 0 auto;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  border-radius: 4px;
  background: #00B4EB;
  cursor: pointer;
}
.submit-btn.disabled{
  background-color: #cccccc;
  cursor: default;
}
.submit-error-tips{
  color: #fff;
    text-align: center;
    line-height: 40px;
}
.awards-wrap{
  margin-top: 43px;
  margin-bottom: 125px;
}
.awards-wrap .con-bg{
  background: url(../images/con-bg2.png) left top no-repeat;
  background-size: auto 100%;
  width: 944px;
  height: 697px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 87px 31px 77px 10px;
}
.awards-wrap .awards-con{
  display: flex;
  justify-content: space-between;
}
.awards-wrap .awards-con .imgbox{
    display: flex;
    flex-wrap: nowrap;
    width: 590px;
}
.awards-wrap .imgbox >div{
  position: relative;
}
.awards-wrap .imgbox >div:nth-child(2){
  transform: translateX(-44px);
}
.awards-wrap .imgbox >div:nth-child(3){
  transform: translateX(-88px);
}
.awards-wrap .imgbox >div:nth-child(4){
  transform: translateX(-132px);
}
.awards-wrap .imgbox >div span{
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #333;
}
.awards-wrap  .awards-name{
  width: 293px;
  margin-top: 18px;
}
.awards-wrap .awards-title{
  width: 100%;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #E1F8FF;
  background-color: rgba(0,180,235,0.1);
  font-size: 14px;
  border-radius: 2px 2px 0 0;
}
.awards-wrap .mquee{
  background: rgba(145,147,163,0.08);
  padding: 10px 0;
  height: 116px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 0 0 2px 2px;
}
.awards-wrap .mquee li{
  display: flex;
  justify-content: center;

}
.awards-wrap .mquee span{
  color: #FFF;
  padding: 0 20px; 
  line-height: 24px;
  font-size: 12px;
  width: 30px;
}
.awards-wrap .mquee span.name{
    color: #00B4EB;
    width: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
}
.awards-wrap .mquee span.things{
  color: #00B4EB;
  width: 120px;
  white-space: nowrap;
  padding: 0;
}
.awards-wrap .rules-box{
  background: rgba(115,156,237,0.08);
  margin: 8px 0 0 9px;
  width: 893px;
  height: 336px;
  box-sizing: border-box;
  padding: 30px 0 0  32px;
  display: flex;
  position: relative;
}
.mt20{margin-top: 20px;}
.awards-wrap .rules-box .rules-t{
    font-size: 12px;
    line-height: 20px;
    width: 555px;
    color: #FFF;
}
.blue{
  color: #00B4EB;
}
.awards-wrap .rules-box .contact-box{
  display: flex;
  margin-top: 20px;
}
.awards-wrap .rules-box .contact-box > div{
  display: flex;
  align-items: center;
  height: 32px;
  line-height: 32px;
  color: #FFF;
  font-size: 12px;
  margin-right: 50px;
  white-space: nowrap;
}
.awards-wrap .contact-box > div img{
  padding-right: 7px;
  height: 100%;
}
.code-box{
  width: 146px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 30px 0 0 92px;
}
.code-box span{
  color: #FFF;
  font-size: 12px;
  line-height: 18px;
  padding-top: 15px;
  width: 100%;
  text-align: center;
}
.jiao1{
  position: absolute;
  left: 0;
  top: 0px;
  width: 0;
  height: 0;
  border-top: 30px solid #0B192F;
  border-right: 30px solid transparent;
}
.jiao2{
  position: absolute;
  right: 0;
  top: 0px;
  width: 0;
  height: 0;
  border-top: 30px solid #0B192F;
  border-left: 30px solid transparent;
}
.jiao3{
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 0;
  height: 0;
  border-bottom: 30px solid #0B192F;
  border-left: 30px solid transparent;
}
.jiao4{
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 0;
  border-bottom: 30px solid #0B192F;
  border-right: 30px solid transparent;
}
.fix-r{
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-140px);
}
.fix-r .bg{
  background: url(../images/fix-r.png) left top no-repeat;
  width: 210px;
  height: 170px;
  box-sizing: border-box;
  padding: 107px 0 0 42px;
}

.fix-r  .chance-txt{
  color: #FFF;
  width: 140px;
  text-align: center;
  margin-bottom: 5px;
  font-size: 12px;
}
.fix-r .awards-swiper{
  width: 140px;
  height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  border: 2px solid #00B4EB;
  border-radius: 10px;
  position: relative;
  margin: 0;

}
.fix-r .awards-swiper .swiper-slide{
    line-height: 40px;
    color: #37AFCB;
    font-size: 14px;
    text-align: center;
    background: #040E25;
}
.fix-r .get-gold{
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #FFF;
  border-radius: 10px;
  margin-left: 42px;
  background-color: #00B4EB;
  margin-top: 10px;
  cursor: pointer;
}
.fix-r .get-gold:hover{
  background-color:#0698c4;
}
.go-part2{
  margin-left: 42px;
  width: 140px;
  display: flex;
  justify-content: center;
  height: 14px;
  font-size: 14px;
  color: #00B4EB;
  margin-top: 10px;
  align-items: center;
  cursor: pointer;
}
.go-part2 img{
  padding-right:10px;
  height: 11px;
}
.namelist li.null{
    line-height: 27px;
    font-size: 14px;
    color: #FFF;
    justify-content: center;
}



/*弹窗*/
.pop_window {
  z-index: 1011;
  position: fixed;
  padding: 0px;
  margin: 0px 0px 0px -250px;
  width: 500px;
  top: 15%;
  left: 50%;
  color: rgb(0, 0, 0);
  border: 8px solid rgb(216, 216, 216);
  border-radius: 5px;
  cursor: default;
  height: 510px;
  line-height: 1.6;
  background: rgb(255, 255, 255);
  font-size: 14px;
  max-height: 596px;
  min-height: 560px;
}
.pop_window .dialog-hd{
  width: 100%;
  line-height: 50px;
  text-indent: 20px;
  background: #00B4EB;
  color: #fff;
}

.form-item {
  height: 484px;
  overflow-y: scroll;
}
.layer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(25, 25, 25, 0.8);
}
.pop_window_box {
  display: none;
}
.pop_window_box .error {
  color: #f00;
  background: none;
  padding-left: 8px;
  font-weight: normal;
}
.radio_box dt{
  float: inherit !important;
}
#submit_form .reason_box{
  display: none;
}
.pop_window{
  border: none;
  border-radius: 5px;
  box-shadow: 2px 1px 10px #000000;
  z-index: 99999;
}
.dialog{
  border-radius: 5px;
}
.collect_title{
  text-indent: 20px;
  margin: 16px 0;
}
.close-dialog{
  right: 5px;
  top: 5px;
  color: #999999;
}
.inline_dl {
  padding: 0 20px;
  box-sizing: border-box;
}

#submit_form .inline_dl dd{
  float: inherit;
}
#address_select {
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
#address_select select {
  width: 48%!important;
}
#submit_form .user_info_cookie{
  margin-left: 36px;
}
#submit_form dd{
/*     display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; */
}
#submit_form dd label{
  /* width: 50%; */
}
.dialog-bd{
  padding: 0;
}
#submit_form .inline_dl .wid100{
  width: 100%;
  margin: 0;
  border-radius: 3px;
}
.info_msgBox{
  height: 400px;
  overflow: auto;
}
/*用户资料 - 弹窗表单*/
#submit_form{
  height: 510px;
  overflow-y: auto;
}


.color_red{
  color:#d22;
}
#submit_form .collect_title {
  color:#d22;
}
#submit_form dl{
  display: block;
  margin: 10px 0;
}
#submit_form dt{
  display: block;
  font-size: 14px;
}
#submit_form dt i{
  font-weight: normal;
  font-style: normal;
}
#submit_form dt span{
  font-weight: normal;
  color: #999;
  font-size: 12px;
}

#submit_form dd{
  font-size: 14px;
  color: #666;
}
#submit_form dd input[type=text]{
  border: 1px solid #ddd;
  padding: 8px 10px;
  width: 100%;
  border-radius: 5px;
}
#submit_form dd label{
  /* display: block; */
  margin: 10px 10px 10px 0;
  line-height: 14px;
  font-size: 13px;
}
#submit_form label input{
  margin-right: 5px;
  vertical-align: initial;
  /* float: left; */
}
#submit_form .inline_selects label{
  float: left;
  width: 280px;
}
#submit_form .inline_dl dt{
  float: left;
  /* width: ; */
  line-height: 25px;
}
#submit_form .inline_dl select{
  width: 129px;
  height: 35px;
  /* margin: 0 0 10px 0; */
  border: 1px solid #ddd;
}

#submit_form textarea{
  width: 81%;
  display: block;
  height: 60px;
  padding: 10px;
  border: 1px solid #ddd;
  overflow: hidden;
  resize: none;
  border-radius: 3px;
  margin-left: 47px;
}
.frm_btn {
  background: none;
  color: #fff;
  width: 140px;
  height: 40px;
  vertical-align: top;
  border: none;
  outline: none;
  cursor: pointer;
}
.dialog{
  height: 100%;
  position: relative;
}
#submit_form .sub {
  width: 140px;
  margin: 0 auto 10px;
  background: #00B4EB;
  float: inherit;
  cursor: pointer;
  /* position: absolute; */
  /* bottom: 45px; */
  /* right: 0; */
  /* left: 0; */
  border-radius: 4px;
}
.pop_window_box .desc{
  /* position: absolute; */
  font-size: 12px;
  padding: 0 20px 10px;
  box-sizing: border-box;
  bottom: 10px;
  color: #999;
  margin-top: 10px;
}
#submit_form .sub:hover {
   background: #0068ab;
}
select[name="jobcat"]{
  width: 100% !important;
  margin-right: 0 !important;
  border-radius: 5px;
}
select[name="department"]{
  width: 100% !important;
  margin-right: 0 !important;
  border-radius: 5px;
}

.close-dialog {
  position: absolute;
  top: 10px;
  right: 30px;
  width: 28px;
  height: 28px;
  color: #D0CECF;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
}
.close-dialog:hover {
  color: #444;
}
.radio_box{
  display: block !important;
  line-height: 28px;
}
.mb40{
  margin-bottom: 40px !important;
}
.fix-bottom{
  display: none;
}
/* 弹窗 */
.succ_pop {
  text-align: center;
}
.succ_pop .layui-layer-title {
  border: none;
  background-color: #00B4EB;
  text-align: left;
  color: #fff;
  font-weight: bold;
}
.layui-layer-ico {
    /*background: url(../images/del.png) left top no-repeat !important;
    background-size: auto 100% !important;*/
}
.succ_pop .succ-img {
  margin-top: 20px;
}
.succ_pop .tit {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
}
.succ_pop .desc {
  margin-top: 10px;
  color:#333;
  font-size: 16px;
}

/* pc状态下要隐藏的 */
@media screen and (max-width: 800px) {
  html{
    font-size: 13.3333333vw;
  }
  body{
      width: 100vw;
      overflow-x: hidden;
  }
  .m_hide{
    display: none !important;
    }
  .m_show{
      display: block !important;
  }
  /* 页脚 */
  .fazq,.nav_bar, #top {
    display: none;
  }
  .pop_window {
    left: 0;
    width: 100%;
    /* min-height: 570px; */
    margin: 0;
    border-radius: 0;
    height: 100%;
    top: 0;
    max-height: 100%;
  }
  #submit_form .sub {
    width: 90%;
    text-align: center;
  }


  .w1200{
    max-width: 800px;
    width:100%;
  }
  .bg_pc{
    background: #010A20;
  }
  .fix-r,.footer{
    display: none;
  }
  .header{
    top: 0;
  }
  .header.scroll .header-bg{
    background: transparent;
  }
  .header-con{
    display: block;
  }
  .header-con .menu a,.header-con .menu a:hover{
    width: 20%;
    text-align: center;
    font-size: .28rem;
    line-height: .88rem;
    margin-left: 0;
    background: rgba(0,180,235,0.1);
    position: relative;
  }
   .header-con .menu a:hover{
    color: #FFF;
   }
   .header-con .menu a.act{
    color: #00B4EB;
   }
   .header-con .menu a span{
    display: none ;
    width: .5rem;
    height: .04rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -.25rem;
    background: #00B4EB;
   }
   .header-con .menu a.act span{
    display: block;
   }
    .header-con .logo{
      width: 2.06rem;
      height: .42rem;
      margin:.22rem 0 .26rem .3rem;
    }
    .header-img{
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
    }
    .intro-wrap{
      padding-top: 0;
      height: auto;
    }
    .intro-wrap .con{
      padding-top: 2.64rem;
      flex-direction: column;
    }
    .intro-wrap .big-title{
      width: 4.9rem;
      margin: 0 auto;
    }
    .intro-wrap .txt-box{
      width:6.92rem;
      margin: .6rem auto 0 auto;
    }
    .intro-wrap .txt-box .t1{
      font-size: .32rem;
      line-height: .28rem;
      font-weight: bold;
    }
    .intro-wrap .txt-box .t2{
      font-size: .28rem;
      line-height: .48rem;
      padding: .3rem 0 .5rem 0;
    }
    .fly-box{
      width: 100%;
      height: 4.4rem;
    }
    .fly-box img{
      width: 100%;
      margin-top: -1rem;
    }
    .main-wrap .title, .awards-wrap .title{
      height: 1.04rem;
      font-size: .32rem;
      line-height: 1.2rem;
      font-size: .32rem;
      background-image: url(../images/m/title-bg.png);

    }
    .main-wrap .desc-intro, .awards-wrap .desc-intro{
      text-align: center;
      font-size: .24rem;
      line-height: .4rem;
      padding: .3rem 0;
    }
    #TouchNav{
      border-bottom: 1px solid rgba(255,255,255,.2);
      margin-bottom: .2rem;
      overflow: hidden;
    }
    #TouchNav .swiper-slide{
      color: #FFF;
      font-size: .28rem;
      position: relative;
      height: .8rem;
      width: auto;
      margin: 0 .43rem;
      line-height: .8rem;
    }
    #TouchNav .swiper-slide:nth-child(1){
      margin-left: .3rem;
    }
    #TouchNav .swiper-slide.active em{
      width: .5rem;
      height: .04rem;
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-.25rem);
      display: none;
      background: #00B4EB;
    }
    #TouchNav .swiper-slide.active{
      color: #00B4EB;
      font-size: .28rem;
      position: relative;
      height: .8rem;
    }
     #TouchNav .swiper-slide.active em{
      display: block;
     }
    .conbox-wrap{
      display: none;
    }
    .swiperList{
      position: relative;
      height:7rem;
      overflow: hidden;
    }
    .swiperList  .swiper-pagination-bullet{
        background: #00B4EB
    }
    .swiperList .swiper-pagination-bullet-active{
    }
    .swiperList .swiper-slide{
      width: 6.9rem;
      background: url(../images/m/con-bg1.png) center top no-repeat;
      background-size: auto 100%;
      height: 6.52rem;
      margin: 0 auto;
      box-sizing: border-box;
      padding: .7rem .6rem;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
      bottom: 0;
    }
    .swiperList .swiper-slide .elem-bg{
      background: rgb(14,49,78);
      box-sizing: border-box;
      padding: .3rem;
    }
   .flex-sp{
    display: flex;
    align-items: center;
    
   }
   .flex-sp .elem-title{
        color: #00B4EB;
        font-size: .32rem;
        line-height: .44rem;
        width: 3.34rem;
   }
   .flex-sp .video-box{
        position: relative;
        width: 2.3rem;
        height: 1.34rem;
        margin-right: .2rem;
   }
   .flex-sp .video-box img{
    width: 100%;
   }
   .flex-sp .video-box .play{
  background: url(../images/play.png) left top no-repeat;
  background-size: auto 100%;
  width:.44rem;
  height: .44rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-.22rem) translateY(-.22rem);
   }
   .swiperList .elem-bg .info-box .t1{
    font-size: .28rem;
    line-height: .48rem;
    color: #EFF4F6;
    padding-top: .2rem;
   }
   .swiperList .elem-bg .info-box .down-btn{
    width: 100%;
    height: .88rem;
    text-align: center;
    line-height: .88rem;
    background:#00B4EB;
    font-size: .28rem;
    color: #FFF;
    margin-top: .2rem;
    border-radius: .04rem;
   }
   .answer-menu{
    border-bottom: 1px solid rgba(255,255,255,.2);
    display:flex;
    margin-bottom: .2rem;
    margin-top: 0rem;
   }
   .answer-menu >div{
    position: relative;
    width: 50%;
    height: .8rem;
    line-height: .8rem;
    color: #FFF;
    font-size: .28rem;
    text-align: center;
   }
   .answer-menu >div em{
    width: .5rem;
    height: .04rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-.25rem);
    background: rgba(0,180,235,1);
    display: none;
   }
   .answer-menu >div.act em{
    display: block;
   }
   .main-wrap .con-bg{
    background: url(../images/m/con-bg2.png) left top no-repeat;
    background-size: auto 100%;
    width: 6.9rem;
    height: 10.42rem;
    margin: 0 auto;
    box-sizing: border-box;
    padding: .7rem .3rem;
   }
   .main-wrap .answer-box {
    background: rgb(14,49,78);
    margin:0;
    height: 8.9rem;
    box-sizing: border-box;
    position: relative;
    padding-top: 0;
}
.main-wrap .answer-list{
  padding-left: .3rem;
  height: 6.5rem;
  padding-top: .5rem;
}
#answerConList{
  position: relative;
  z-index: 1;
}
.main-wrap .answer-list li .answer-title{
  font-size: .28rem;
  line-height: .4rem;
  margin-bottom: .3rem;
  margin-right: .1rem;
}
.main-wrap .answer-list li dl dd{
  font-size: .24rem;
  line-height: .4rem;
  margin-bottom: .3rem;
}
.main-wrap .answer-list li dl{
  width: 98%;
  padding-bottom: 0;
}
.main-wrap .answer-list li dl.radio dd em{
  width:.28rem;
  height: .28rem;
  border-radius: .14rem;
  margin-top: .06rem;
}
.main-wrap .answer-list li dl span{
  flex:1;
}
.submit-btn{
  width: 5.82rem;
  height: .88rem;
    margin: .5rem auto 0 auto;
    line-height: .88rem;
    text-align: center;
    color: #FFF;
    border-radius: .04rem;
}
.header-con .menu.scroll{
  background:#0f2a53;
}
.zl-scrollBar{
  background: rgba(0,180,235,1);
}
.awards-wrap{
  width: 6.9rem;
  margin: .2rem auto 0 auto;
}
.awards-wrap .con-bg {
    background: url(../images/m/con-bg3.png) left top no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 28.52rem;
    margin: 0 auto;
    box-sizing: border-box;
    padding: .7rem .3rem 0 .3rem;
}
.awards-wrap .awards-con{
  position: relative;
  background: rgb(14,49,78);
  flex-direction: column;

}
.awards-wrap .awards-con .imgbox{
  width: 3.26rem;
  position: relative;
  height: 6.48rem;
}
.awards-wrap .awards-con .imgbox div img{
  width:3.26rem;
}
.awards-wrap .awards-con .imgbox >div:nth-child(1){
  position: absolute;
  left: 0;
  top: .2rem;
  width: 3.26rem;
}
.awards-wrap .awards-con .imgbox >div:nth-child(2){
  position: absolute;
  left: 3.06rem;
  top: .2rem;
  width: 3.06rem;
  transform: none;
}
.awards-wrap .awards-con .imgbox >div:nth-child(3){
  position: absolute;
  left: 0;
  top: 3.26rem;
  width: 3.26rem;
  transform: none;
}
.awards-wrap .awards-con .imgbox >div:nth-child(4){
  position: absolute;
  left: 3.06rem;
  top: 3.26rem;
  width: 3.26rem;
  transform: none;
}
.awards-wrap .awards-name{
  width: 5.82rem;
  margin: 0 auto;
}
.awards-wrap .awards-title{
  height: .88rem;
  line-height: .88rem;
  font-weight: bold;
}

.awards-wrap .mquee{
  background: rgba(145,147,163,0.08);
  padding: .2rem 0;
  height: 2.32rem;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 0 0 .02rem .02rem;
}
.awards-wrap .mquee span{
  color: #FFF;
  padding: 0 .2rem; 
  line-height: .48rem;
  font-size: .28rem;
  width: .6rem;
}
.awards-wrap .imgbox >div span{
  position: absolute;
    left: 0;
    bottom: .6rem;
    width: 100%;
    text-align: center;
    font-size: .24rem;
}
.awards-wrap .mquee span.name{
    color: #00B4EB;
    width: 1.2rem;
}
.awards-wrap .mquee span.things{
  width: 2.4rem;
}
.awards-wrap .rules-box {
    background: rgb(14,49,78);
    padding: .3rem .2rem ;
    width: 100%;
    height: auto;
    margin: 0;
    flex-direction: column;

}
.jiao1,.jiao2,.jiao3,.jiao4{
  display:none;
}
.awards-wrap .rules-box .rules-t{
  font-size: .28rem;
  line-height: .48rem;
  width: 100%;
  word-break: break-all;
}
.mt20{
  margin-top: .2rem;
}
.awards-wrap .rules-box .contact-box{
  flex-direction: column;
}
.awards-wrap .contact-box > div img{
  padding-right: .2rem;
  width: .52rem;
  height: auto;
}
.awards-wrap .rules-box .contact-box > div{
  margin-bottom: .3rem
}
.code-box {
    width: 2.2rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: .15rem auto 0 auto;
}
.code-box span{
  font-size: .24rem;
  line-height: .38rem;
}
.fix-bottom{
  position:fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  z-index: 10;
}
.fix-bottom .con{
  position: relative;
  background: #083158;
  width: 100%;
  height: .88rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.fix-bottom .img111{
    position: absolute;
    left: .3rem;
    bottom: .12rem;
    width: 1.64rem;
}
.fix-bottom .chance-txt{
  font-size: .28rem;
  color: #FFF;

}
.fix-bottom .get-gold{
  margin: 0 .3rem 0 .42rem;
  width: 1.8rem;
  height: .6rem;
  line-height: .6rem;
  text-align: center;
  border-radius: .1rem;
  color: #FFF;
  background-color: #00B4EB;
}
.h15{
  height: 1.5rem;
}

.header-con .menu dl{
  position: absolute;
  right: 0;
  top: .88rem;
  background: #1C3A67;
  padding:.2rem .3rem;
}
.header-con .menu dl a{
  margin-left: 0;
  display: block;
  line-height: .88rem;
  height:.88rem;
  font-size: .28rem;
  width: auto;
  background: none;
}
.header-con .menu dl a:hover{
  margin-left: 0;
  display: block;
  line-height: .88rem;
  height:.88rem;
  font-size: .28rem;
  width: auto;
  background: none;
}

}