body {
  margin: 0;
  padding: 0;
  border: 0;
  color: #fff;
  font-family: '微软雅黑';
  font-size: 18px;
  padding: 0 !important;
  background-color: #000;
}
html,
body {
  width: 100%;
  height: 100%;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
a {
  text-decoration: none;
}
.footerss {
  height: 170px !important;
}
.tfooter,
#app {
  display: none;
}
.tfooter .public_footer,
#app .public_footer {
  padding: 10px;
  width: 960px;
  margin: auto;
}
.tfooter .public_company,
#app .public_company {
  float: left;
  padding-top: 28px;
  width: 321px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.tfooter .public_company a,
#app .public_company a {
  display: inline-block;
  width: 121px;
  height: 49px;
  background-image: url(http://gw2.kongzhong.com/publicfooter/public_company.png);
  background-repeat: no-repeat;
}
#app .public_company a.public_kz {
  background-image: url(http://gw2.kongzhong.com/publicfooter/logo.png);
  background-size: 100% 100%;
  width: 180px;
  height: 110px;
  background-position: center top;
}
.tfooter .public_company .public_kz,
#app .public_company .public_kz {
  background-position: left -98px;
}
.tfooter .public_company .public_arena,
#app .public_company .public_arena {
  background-position: left -147px;
  margin-left: 20px;
}
.tfooter .public_info,
#app .public_info {
  float: right;
  width: 610px;
}
.tfooter .public_info p,
#app .public_info p {
  color: #fff;
  font-family: "微软雅黑", arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
}
.tfooter .public_info p a,
#app .public_info p a {
  font-family: "微软雅黑", arial, helvetica, sans-serif;
  color: #ffffff;
}
.tfooter .public_info p a:hover,
#app .public_info p a:hover {
  text-decoration: underline;
}
.tfooter .public_info p a:visited,
#app .public_info p a:visited {
  color: #FFF;
  text-decoration: none;
}
.scrollbox {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.lookbox {
  background-size: 100%;
  background-color: transparent;
}
.lookbox .el-dialog {
  width: 1064px;
  background-size: 100%;
  /* background-image: url(http://zz.kongzhong.com/activity/202007/beginnerGuide/images/vedioModel.png); */
  background-color: transparent;
  height: 637px;
}
.lookbox .el-dialog__headerbtn {
  position: absolute;
  top: 0;
  right: -67px;
  padding: 0;
  width: 15px;
  height: 15px;
  background: transparent;
  background-image: url(http://zz.kongzhong.com/activity/202007/beginnerGuide/images/closebtn.png);
  background-position: center top;
  background-repeat: no-repeat;
}
.lookbox .el-dialog__headerbtn i {
  display: none;
}
.lookbox .el-dialog__body {
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.lookbox .el-dialog__header {
  padding: 0px;
}
.lookbox .modelVd {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  top: auto;
  left: auto;
  pointer-events: none;
  positon:relative;
}
.lookbox .modelVd video {
  height: 100%;
  width: 100%;
  object-fit: fill;
}
.session {
  width: 100%;
  overflow: hidden;
}
.session .top {
  position: absolute;
  height: 80px;
  background: rgba(21, 5, 4, 0.65);
  width: 100%;
}
.session .top .wrap {
  width: 1400px;
  margin: 0 auto;
  height: 100%;
}
.session .top .wrap ul {
  float: right;
  width: 247px;
  display: flex;
  justify-content: space-around;
  margin: 20px 30px 0 0;
}
.session .top .wrap ul li {
  width: 76px;
}
.session .top .wrap ul a {
  display: block;
  color: #fff;
  text-align: center;
}
.session .top .wrap ul a i {
  font-style: normal;
  font-size: 14px;
}
.session .top .wrap ul a:hover {
  color: #ffe9a6;
}
.session .top .wrap > a {
  height: 100%;
  display: flex;
  align-items: center;
  width: 102px;
  float: left;
  margin-left: 49px;
}
.title01,
.session .button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 47%;
}
@keyframes changeSize {
  from {
    transform: scale(0.8);
    filter: brightness(90%);
  }
  to {
    transform: scale(1);
    filter: brightness(120%);
  }
}
.video_btn_bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 32%;
  width: 136px;
  height: 119px;
  background: url(../images/page01_videobtn_bg.png);
  background-size: 100% 100%;
  cursor: pointer;
  overflow: hidden;
}
.video_btn_bg img {
  margin: 39px 0px 0px 48px;
  animation: changeSize 1s alternate infinite;
}
.session .button {
  top: 73%;
  width: 460px;
  display: flex;
  justify-content: space-between;
}
.session .button img {
  height: 57px;
}
.session .button > *:hover {
  cursor: pointer;
  filter: brightness(120%);
}
.videobox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.videobox video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
}
.ad_head .logo {
  width: 131px;
  height: 90px;
  background: url(../images/logo.png) no-repeat;
  position: absolute;
  left: 16%;
  top: 30px;
  transform: translateX(-16%);
}
.ad_head .biaoti {
  width: 790px;
  height: 262px;
  position: relative;
  left: 50%;
  top: 12%;
  transform: translate(-50%, -12%);
  background: url(../images/01_biaoti.png) no-repeat;
}
.ad_head .title {
  width: 526px;
  height: 57px;
  position: relative;
  background: url(../images/01_title.png);
  left: 50%;
  transform: translateX(-50%);
  margin-top: 114px;
}
.ad_head .zhuce {
  width: 1374px;
  height: 388px;
  position: relative;
  left: 50%;
  top: 8%;
  transform: translate(-50%, -8%);
  background: url(../images/01_diceng.png) no-repeat;
  display: flex;
  overflow: hidden;
}
.ad_head .zhuce div:nth-child(2) .xiazai img {
  margin: 39px 0px 0px 66px;
}
.ad_head .zhuce div:nth-child(2) .now_down {
  display: inline-block;
  width: 197px;
  height: 59px;
  background: url(../images/lingqu_btn.png) no-repeat;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.ad_head .zhuce div:nth-child(2) .now_down:hover {
  filter: contrast(120%);
}
.ad_head .zhuce div:nth-child(2) .ahead_register {
  background: url(../images/ahead_register.png) no-repeat;
  display: inline-block;
  width: 196px;
  height: 57px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.ad_head .zhuce div:nth-child(2) .now_lingqu {
  display: inline-block;
  width: 197px;
  height: 59px;
  background: url(../images/dowload_btn.png) no-repeat;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.ad_head .zhuce div:nth-child(2) .lingqu img {
  margin: 58px 0px 0px 35px;
}
.ad_head .zhuce div:nth-child(3) .ten_seconds_down {
  display: inline-block;
  width: 241px;
  height: 132px;
  background: url(../images/ten_seconds_down.png) no-repeat;
  margin: 90px 0px 0px 106px;
  cursor: pointer;
}
.ad_head .zhuce div:nth-child(3) .ten_seconds_down:hover {
  filter: contrast(120%);
}
.ad_head .zhuce div:nth-child(3) span {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  text-align: center;
}
.ad_head .zhuce div:nth-child(3) .more_down_ways {
  display: inline-block;
  width: 239px;
  height: 60px;
  background: url(../images/more_down_ways.png) no-repeat;
  margin: 38px 0px 0px 112px;
}
.ad_head .zhuce div:nth-child(3) .more_down_ways:hover {
  filter: contrast(120%);
}
.session1 .profession {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/image02.jpg) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.session1 .profession .title {
  position: absolute;
  width: 520px;
  height: 56px;
  margin-top: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/title02.png) no-repeat;
}
.session1 .profession .main_contain {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 125px;
  width: 1300px;
}
.session1 .profession .main_contain .profes_name {
  position: absolute;
  top: 41px;
}
.session1 .profession .main_contain .profes_name .play_btn {
  position: absolute;
  top: 21%;
  left: 72%;
  cursor: pointer;
}
.session1 .profession .main_contain .profes_name .action_img {
  margin-top: 30px;
}
.session1 .profession .main_contain .mian_person {
  position: absolute;
  left: 219px;
  top: -28px;
  z-index: -10;
}
.session1 .profession .main_contain .listData {
  position: absolute;
  right: -28px;
  top: 10px;
  width: 241px;
  line-height: 30px;
}
.session1 .profession .main_contain .listData a {
  display: inline-block;
  width: 200px;
  height: 64px;
}
.session1 .profession .main_contain .listData a:first-child:before {
  content: url(../images//professions/a_before.png);
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 237px;
  top: 19px;
}
.session2 .six_suprise {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/image03.jpg) no-repeat;
  background-size: 100% 100%;
}
.now_start {
  width: 100%;
  min-width: 1402px;
  height: 87px;
  background: url(../images/professions/4.png) no-repeat;
  background-size: cover;
  position: fixed;
  bottom: 0px;
  display: flex;
  justify-content: center;
  z-index: 3;
}
.now_start img:first-child {
  width: 703px;
  height: 60px;
  padding-top: 20px;
}
.now_start .now_btn {
  width: 202px;
  height: 55px;
  background: url(../images/professions/4_btn.png) no-repeat;
  right: 150px;
  top: 20px;
  cursor: pointer;
  vertical-align: middle;
  margin-top: 20px;
  margin-left: 28px;
}
.now_start .now_btn:hover {
  filter: contrast(120%);
}
.suprise_main {
  width: 1169px;
  height: 689px;
  position: relative;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  border: 1px solid transparent;
}
.suprise_main img:nth-child(1) {
  position: absolute;
  left: 0px;
  z-index: 3;
}
.suprise_main .main_img {
  cursor: pointer;
  margin-top: 49px;
  width: 1102px;
  height: 643px;
  overflow: hidden;
}
.suprise_main .main_img img:nth-child(1) {
  z-index: -4;
}
.suprise_main .main_img ul {
  height: 70px;
  line-height: 64px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: start;
  margin-top: 553px;
  margin-left: 5px;
}
.suprise_main .main_img ul li {
  width: 183px;
  background: url(../images/03_diceng_03.png) no-repeat;
  cursor: pointer;
}
.suprise_main .main_img ul li:hover {
  background: url(../images/03_diceng_01.png) no-repeat;
}
.suprise_main .main_img ul .li_actived {
  background: url(../images/03_diceng_01.png) no-repeat;
}
.suprise_main .main_img ul li:nth-child(2) {
  background-position: -182px;
}
.suprise_main .main_img ul li:nth-child(3) {
  background-position: -365px;
}
.suprise_main .main_img ul li:nth-child(4) {
  background-position: -544px;
}
.suprise_main .main_img ul li:nth-child(5) {
  background-position: -724px;
}
.suprise_main .main_img ul li:last-child {
  background-position: -914px;
}
#pages4 {
  width: 100%;
  height: 100%;
  background-size: 100% 400%;
}
#pages4 .video_box {
  position: relative;
  left: 0;
  width: 100%;
  height: 100%;
}
#pages4 .video_box .el-carousel {
  height: 100%;
  position: relative;
}
#pages4 .video_box .el-carousel__container {
  width: 100% !important;
  height: 100% !important;
}
#pages4 .video_box .el-carousel__indicators--horizontal {
  bottom: 110px !important;
}
#pages4 .video_box .el-carousel__button {
  width: 40px;
  height: 40px;
  background: url(../images/videoBtn.png) no-repeat center top;
  opacity: 1;
}
#pages4 .video_box .el-carousel__indicator--horizontal.is-active .el-carousel__button {
  width: 40px;
  height: 40px;
  background: url(../images/videoActivebtn.png) no-repeat center top;
  opacity: 1;
}
#pages4 .video_box .playerbox {
  height: 100%;
  width: 100%;
}
#pages4 .video_box .playerbox video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 2;
}
#pages4 .video_box .playerbox .banner_cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 3;
}
.swi_box {
  height: 100%;
  width: 20%;
  float: left;
}
#pages2 .main_box {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: 100% 100%;
}
#pages2 .main_box video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#pages2 .main_box img {
  position: absolute;
  width: 822px;
  height: 639px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#pages3 .actt {
  z-index: 2;
  width: 40%;
}
@keyframes changeSize01 {
  from {
    transform: translate(-50%, -50%) scale(0.8);
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    filter: brightness(90%);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    filter: brightness(120%);
  }
}
.small_p {
  width: 30px;
  position: absolute;
  left: 53%;
  top: 48%;
  animation: changeSize01 1s alternate infinite;
}
@keyframes myMove {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
