@charset "UTF-8";
body, dl, dd, ul, ol, h1, h2, h3, h4, h5, h6, p, form, header, section, article, footer {
  margin: 0;
}

body, button, input, select, textarea {
  font: 12px/1.5 tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

em, b {
  font-style: normal;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  border: 0;
}

body {
  padding-top: 80px;
}

button, input, select, textarea {
  font-size: 100%;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th, ul, ol {
  padding: 0;
}

#afooter {
  min-width: 1455px;
  padding: 30px 0;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  background-color: #000;
  color: #c0c0c0;
}

#afooter a, #afooter a:hover {
  color: #c0c0c0;
  text-decoration: none;
}

/**
* 字体混入
**/
/**
* 背景混入
**/
body, html {
  background-color: #dc8ef9;
}

.ism {
  display: none !important;
}

.fixed-code {
  position: relative;
  margin-top: 50px;
  width: 167px;
  height: 386px;
  background: url(//game.gtimg.cn/images/lgamem/act/a20250728individual/code-box.png) no-repeat;
  background-size: 100% 100%;
  left: -26px;
  pointer-events: all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20px;
}
.fixed-code img {
  width: 141px;
  height: 141px;
}
.fixed-code p {
  width: 141px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #212637;
  font-size: 22px;
  height: 30px;
  margin-bottom: 8px;
}
.fixed-code p::before {
  content: "";
  width: 20px;
  height: 1px;
  background: #212637;
}
.fixed-code p::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #212637;
}

.bm-btn-con {
  position: fixed;
  top: 60%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  pointer-events: none;
  z-index: 999;
}
.bm-btn-con .bm-btn {
  position: relative;
  margin-right: 0.3rem;
  display: block;
  width: 198px;
  height: 181px;
  pointer-events: all;
}
.bm-btn-con .bm-btn::after {
  content: "";
  position: absolute;
  top: -16px;
  left: -23px;
  width: 229px;
  height: 228px;
  background: url(//game.gtimg.cn/images/lgamem/act/a20250728individual/bm-btn1.png) no-repeat;
  background-size: 100% 100%;
}

.wrap {
  width: 100%;
  max-width: 1920px;
  min-width: 1455px;
  margin: 0 auto;
  overflow: hidden;
}

/****************** 头部 *******************/
.header {
  width: 100%;
  height: 1080px;
  background-image: url("//game.gtimg.cn/images/lgamem/act/a20250728individual/header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.header .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 33px;
  padding-top: 27px;
  pointer-events: none;
}

/****************** 主体 *******************/
.content {
  position: relative;
  width: 100%;
  height: 5370px;
  background: url(//game.gtimg.cn/images/lgamem/act/a20250728individual/bg1.jpg) no-repeat center top;
  background-size: 1920px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 1px;
}
.content.nolive {
  height: 4510px;
  background-position-y: -860px;
}
.content.nolive .course {
  margin-top: 160px;
}
.content.bg2 {
  height: auto;
  background-image: url("//game.gtimg.cn/images/lgamem/act/a20250728individual/bg2.jpg");
  background-repeat: no-repeat;
  background-size: 1920px auto;
  background-position: center top;
}
.content .my-nav-list {
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
  height: 115px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 7px;
  padding-bottom: 7px;
  background-image: url("//game.gtimg.cn/images/lgamem/act/a20250728individual/nav-bg1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-size: 1920px 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999;
}
.content .my-nav-list .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 348px;
  height: 100%;
  font-family: "Microsoft YaHei";
  font-size: 30px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
}
.content .my-nav-list .nav-item p {
  margin: 0 13px;
}
.content .my-nav-list .nav-item.on {
  background-image: url("//game.gtimg.cn/images/lgamem/act/a20250728individual/nav-item-bg1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  background-position: center;
  background-size: 320px 102px;
  color: #864927;
}
.content .my-nav-list .nav-item.on .icon-star {
  background-image: url("//game.gtimg.cn/images/lgamem/act/a20250728individual/icon-star_on.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
}
.content .my-nav-list .nav-item .icon-star {
  width: 20px;
  height: 19px;
  background-image: url("//game.gtimg.cn/images/lgamem/act/a20250728individual/icon-star.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
}

.part {
  width: 1400px;
  margin: 0 auto;
}

/********* 模块1 直播 *********/
.live {
  padding-top: 140px;
}
.live .live-bg {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.live .live-bg .live-status-txt {
  font-size: 30px;
  font-weight: bold;
  color: #f54fff;
  line-height: 40px;
  text-align: center;
}
.live .live-bg .live-title {
  font-family: "Microsoft YaHei";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 63px;
  margin: 0 auto 5px;
  font-size: 36px;
  font-weight: bold;
  color: #53368f;
}
.live .live-bg .live-title::before {
  content: "";
  display: block;
  width: 122px;
  height: 30px;
  background: url(//game.gtimg.cn/images/lgamem/act/a20250728individual/live-title-de.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 18px;
}
.live .live-bg .live-title::after {
  content: "";
  display: block;
  width: 122px;
  height: 30px;
  background: url(//game.gtimg.cn/images/lgamem/act/a20250728individual/live-title-de.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  margin-left: 18px;
}
.live .live-bg .banner-video,
.live .live-bg .live-cont {
  position: relative;
  width: 994px;
  height: 554px;
  background-color: #000;
  margin: 0 auto;
  border: 4px solid #863ce7;
}
.live .live-bg .live-cont {
  display: none;
}

/********* 模块3 赛程 *********/
.course {
  margin-top: 230px;
}
.course .part-title {
  width: 746px;
  height: 142px;
  background-image: url("//game.gtimg.cn/images/lgamem/act/a20250728individual/title3.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  margin: 0 auto;
}
.course .tips {
  font-family: "Microsoft YaHei";
  font-size: 20px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  color: #2a202b;
  margin-top: 18px;
}
.course .course-banner {
  width: 1401px;
  height: 250px;
  margin: 28px auto 0;
}
.course .course-banner img {
  width: 100%;
  height: 100%;
}
.course .course-list {
  position: relative;
  width: 1400px;
  height: 53px;
  margin: 279px auto 0;
}
.course .course-list .course-item {
  position: absolute;
  top: 0;
  width: 58px;
  height: 100%;
}
.course .course-list .course-item:nth-child(1) {
  left: 111px;
}
.course .course-list .course-item:nth-child(2) {
  left: 391px;
}
.course .course-list .course-item:nth-child(3) {
  left: 671px;
}
.course .course-list .course-item:nth-child(4) {
  left: 950px;
}
.course .course-list .course-item:nth-child(5) {
  left: 1231px;
}
.course .course-list .course-item:nth-child(5) .course-pattern {
  top: -283px;
  width: 212px;
  height: 278px;
}
.course .course-list .course-item:nth-child(5) .course-pattern .course-name {
  height: 157px;
  font-size: 36px;
  line-height: 43px;
}
.course .course-list .course-item .course-pattern {
  position: absolute;
  top: -261px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 218px;
  height: 254px;
}
.course .course-list .course-item .course-pattern .course-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 136px;
  font-family: "Microsoft YaHei";
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
.course .course-list .course-item .course-pattern .course-ver {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 218px;
  height: 39px;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  line-height: 39px;
  text-align: center;
  font-weight: 700;
  color: #2a202b;
  margin-top: 17px;
}
.course .course-list .course-item .course-date {
  position: absolute;
  bottom: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  color: #2a202b;
}

/********* 模块4 赛程奖励 *********/
.course-award {
  margin-top: 232px;
}
.course-award .part-title {
  width: 777px;
  height: 142px;
  background-image: url("//game.gtimg.cn/images/lgamem/act/a20250728individual/title4.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  margin: 0 auto;
}
.course-award .tips {
  font-family: "Microsoft YaHei";
  font-size: 22px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  color: #2f4567;
  margin-top: 19px;
}
.course-award .award-tips {
  font-family: "Microsoft YaHei";
  font-size: 24px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  color: #7a4eff;
  margin-top: 29px;
}
.course-award .course-award-banner {
  width: 1920px;
  height: 1427px;
  margin: 18px auto 0;
  margin-left: -260px;
}
.course-award .course-award-banner img {
  width: 100%;
  height: 100%;
}

/********* 模块5 晋级图 *********/
.promoted {
  margin-top: 106px;
}
.promoted .part-title {
  width: 454px;
  height: 139px;
  background-image: url("//game.gtimg.cn/images/lgamem/act/a20250728individual/title5.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  margin: 0 auto;
}
.promoted .promoted-banner {
  width: 862px;
  height: 609px;
  margin: 28px auto 0;
}
.promoted .promoted-banner img {
  width: 100%;
  height: 100%;
}

/********* 模块 报名方式 *********/
.baoming {
  margin-top: 129px;
}
.baoming .part-title {
  width: 774px;
  height: 142px;
  background-image: url("//game.gtimg.cn/images/lgamem/act/a20250728individual/bm-title.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  margin: 0 auto;
}
.baoming .bm-box {
  width: 1665px;
  height: 235px;
  background-image: url("//game.gtimg.cn/images/lgamem/act/a20250728individual/bm-box.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  margin-top: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 47px;
  padding-top: 28px;
}
.baoming .bm-title {
  padding-left: 40px;
  position: relative;
  font-family: "Microsoft YaHei";
  font-size: 30px;
  line-height: 40px;
  text-align: left;
  font-weight: 700;
  color: #8332ff;
  margin-bottom: 12px;
}
.baoming .bm-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 25px;
  height: 25px;
  background-image: url("//game.gtimg.cn/images/lgamem/act/a20250728individual/de1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
}
.baoming .bm-desc {
  padding-left: 40px;
  position: relative;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  line-height: 40px;
  text-align: left;
  font-weight: 700;
  color: #192a46;
  margin-bottom: 6px;
}
.baoming .bm-desc::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 20px;
  height: 20px;
  background-image: url("//game.gtimg.cn/images/lgamem/act/a20250728individual/de2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
}
.baoming .bm-tips {
  margin-top: 15px;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
  font-weight: normal;
  color: #5b4d85;
}

/********* 模块9 赛事介绍 *********/
.introduce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0px;
}
.introduce .introduce-left {
  padding-top: 110px;
}
.introduce .introduce-left .match-picture {
  width: 351px;
  height: 307px;
  background-image: url("//game.gtimg.cn/images/lgamem/act/a20250728individual/match-picture.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  position: relative;
}
.introduce .introduce-left .match-picture::after {
  content: "";
  position: absolute;
  left: 70px;
  bottom: -34px;
  width: 1340px;
  height: 103px;
  background-image: url("//game.gtimg.cn/images/lgamem/act/a20250728individual/ct-pic.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
}
.introduce .introduce-right .match-title {
  width: 738px;
  height: 138px;
  background-image: url("//game.gtimg.cn/images/lgamem/act/a20250728individual/match-title.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
}
.introduce .introduce-right .match-text {
  width: 1030px;
  padding-left: 29px;
  font-family: "Microsoft YaHei";
  font-size: 26px;
  line-height: 40px;
  text-align: left;
  font-weight: normal;
  color: #ecedfe;
  margin-top: 5px;
}

/******************************************** 赛事规则 ***********************************/
.rule {
  margin-top: 140px;
}

/********* 如何参赛 *********/
.rule-part1 .part-title {
  width: 746px;
  height: 142px;
  background-image: url("//game.gtimg.cn/images/lgamem/act/a20250728individual/rule-titl1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  margin: 0 auto 10px;
}
.rule-part1 .rule-tips {
  font-family: "Microsoft YaHei";
  font-size: 22px;
  line-height: 40px;
  text-align: left;
  font-weight: normal;
  color: #2f4567;
  text-align: center;
}
.rule-part1 .banner {
  width: 1400px;
  height: 1033px;
  margin: 3px auto 0;
  position: relative;
}
.rule-part1 .banner img {
  width: 100%;
  height: 100%;
}
.rule-part1 .banner .banner-info {
  position: absolute;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 775px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 22px;
}
.rule-part1 .banner .banner-info .info-left {
  width: 756px;
}
.rule-part1 .banner .banner-info p {
  font-family: "Microsoft YaHei";
  font-size: 24px;
  line-height: 34px;
  text-align: left;
  font-weight: 700;
  color: #8145e5;
  margin-bottom: 5px;
}
.rule-part1 .banner .banner-info span {
  font-family: "Microsoft YaHei";
  font-size: 20px;
  line-height: 34px;
  text-align: left;
  font-weight: normal;
  color: #e665ff;
}

/********* 比赛规则 *********/
.rule-part2 {
  margin-top: 110px;
}
.rule-part2 .part-title {
  width: 777px;
  height: 142px;
  background-image: url("//game.gtimg.cn/images/lgamem/act/a20250728individual/rule-titl2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  margin: 0 auto;
}
.rule-part2 .rule-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.rule-part2 .rule-tabs .rule-tab {
  width: 381px;
  height: 84px;
  background-image: url("//game.gtimg.cn/images/lgamem/act/a20250728individual/rule-tab-bg1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin: 0 60px;
}
.rule-part2 .rule-tabs .rule-tab .icon-star {
  width: 18px;
  height: 17px;
  background-image: url("//game.gtimg.cn/images/lgamem/act/a20250728individual/icon-star.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
}
.rule-part2 .rule-tabs .rule-tab .rule-tab-text {
  font-family: "Microsoft YaHei";
  font-size: 24px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  margin: 0 11px;
}
.rule-part2 .rule-tabs .rule-tab.on {
  background-image: url("//game.gtimg.cn/images/lgamem/act/a20250728individual/rule-tab-bg1_on.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
}
.rule-part2 .rule-tabs .rule-tab.on .icon-star {
  background-image: url("//game.gtimg.cn/images/lgamem/act/a20250728individual/icon-star_on.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
}
.rule-part2 .rule-tabs .rule-tab.on .rule-tab-text {
  color: #864927;
}
.rule-part2 .rule-list {
  margin-top: 55px;
  padding-bottom: 80px;
}
.rule-part2 .rule-list .rule-item .rule-item-title1 {
  width: 162px;
  height: 53px;
  margin: 0 auto;
}
.rule-part2 .rule-list .rule-item .rule-item-text {
  font-family: "Microsoft YaHei";
  font-size: 24px;
  line-height: 38px;
  text-align: left;
  font-weight: normal;
  color: #eaeefc;
  margin-top: 15px;
}
.rule-part2 .rule-list .rule-item .rule-item-text span {
  color: #ffe981;
}
.rule-part2 .rule-list .rule-item .rule-item-text.rule-item-text1 {
  padding-left: 20px;
  margin-top: 0;
}
.rule-part2 .rule-list .rule-item .rule-box {
  margin-bottom: 30px;
}
.rule-part2 .rule-list .rule-item .rule-box .rule-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  line-height: 38px;
  text-align: left;
  font-weight: 700;
  color: #ffd972;
  position: relative;
}
.rule-part2 .rule-list .rule-item .rule-box .rule-tit::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("//game.gtimg.cn/images/lgamem/act/a20250728individual/r-de.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  margin-right: 12px;
}
.rule-part2 .rule-list .rule-item .rule-box p {
  font-family: "Microsoft YaHei";
  font-size: 24px;
  line-height: 38px;
  text-align: left;
  font-weight: normal;
  color: #eaeefc;
  margin-top: 10px;
}
.rule-part2 .rule-list .rule-item .rule-box .r-tip {
  font-family: "Microsoft YaHei";
  font-size: 20px;
  line-height: 1;
  text-align: left;
  font-weight: normal;
  color: #ff7cdf;
  margin: 0;
}
.rule-part2 .rule-list .rule-item .rule-item-subtit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  line-height: 1;
  text-align: left;
  font-weight: 700;
  color: #ffcb2e;
  margin-top: 42px;
}
.rule-part2 .rule-list .rule-item .rule-item-subtit .icon-star {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

/********** 弹窗 *********/
.pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.pop .dia-con {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/***** 视频弹窗 *******/
.video-pop .dia-con {
  width: 1115px;
  height: 627px;
  background-color: #000;
}
.video-pop .dia-con .video-container {
  width: 100%;
  height: 100%;
}
.video-pop .close-btn {
  font-family: "Microsoft YaHei";
  font-size: 30px;
  line-height: 1;
  text-align: left;
  font-weight: normal;
  color: #fff;
  position: absolute;
  top: -35px;
  right: 0;
}

/***** 通用弹窗 *******/
.common-pop .dia-con {
  width: 743px;
  height: 432px;
  -webkit-transform: translate(-107px, -50px);
      -ms-transform: translate(-107px, -50px);
          transform: translate(-107px, -50px);
  padding-top: 50px;
  padding-left: 107px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.common-pop .dia-con .pop-text {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  line-height: 52px;
  text-align: center;
  font-weight: 700;
  color: #17494b;
}
.common-pop .dia-con .fly {
  position: absolute;
  top: -179px;
  left: -169px;
  width: 358px;
  height: 339px;
  display: none;
}
.common-pop .close-btn {
  width: 43px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  text-indent: -9999em;
  overflow: hidden;
}

.dialog-qrcode .dialog-body .dialog-message {
  line-height: 35px;
  font-size: 24px;
  text-align: center;
  color: #141e37;
}

.dialog-qrcode .dialog-body .qrcode {
  margin: auto;
  width: 430px;
}