@charset "UTF-8";
/* reset */
html, body, div, p, ul, li, dl, dt, dd, em, i, span, a, img, input, h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

a, img, input {
  border: none;
}

body {
  font: 14px/1.75 -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
}

ul, li {
  list-style: none;
}

a, img {
  -webkit-touch-callout: none; /* 禁止长按链接与图片弹出菜单，根据需要选择是否删除 */
}

html, body {
  -webkit-user-select: none; /* 禁止选中文本（如无文本选中需求，此为必选项） */
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  width: 100%;
  height: 100%;
  padding-top: 0 !important;
}

#tgTB {
  display: none;
}

#afooter {
  text-align: center;
  font-size: 20px; /*根据适配方式调整*/
  padding: 30px 0; /*根据适配方式调整*/
  line-height: 1.5;
  background-color: #000;
  color: #c0c0c0;
}

/* reset end */
body.lock {
  width: 100vw;
  height: 100vh;
  overflow-y: hidden;
  overflow-x: hidden;
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
}

* {
  -webkit-text-size-adjust: 100% !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

/* 思源黑体 M */
@font-face {
  font-family: font1M;
  src: url(//game.gtimg.cn/images/sg/cp/a20250611sgyyx/fonts/font2.otf);
}
/* 思源宋体 SB */
@font-face {
  font-family: font2;
  src: url(//game.gtimg.cn/images/sg/cp/a20250611sgyyx/fonts/font3.subset.otf);
}
.wrap {
  position: relative;
  width: 750px;
}

.wrap * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 头部 */
.header {
  position: relative;
  width: 100%;
  height: 760px;
  background: url(//game.gtimg.cn/images/sg/cp/a20250611sgyyx/m/header.jpg) no-repeat center top;
}
.header .logo {
  display: block;
  position: absolute;
  left: 36px;
  top: 16px;
  width: 60px;
  height: 58px;
  background: url(//game.gtimg.cn/images/sg/cp/a20250611sgyyx/logo.png);
  background-size: 100% 100%;
}
.header .logo2 {
  position: absolute;
  top: 30px;
  left: 95px;
  width: 131px;
  height: 26px;
  background: url(//game.gtimg.cn/images/sg/cp/a20250611sgyyx/logo-startcloud.png);
  background-size: 100% 100%;
}
.header .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 35px;
  right: 42px;
  width: 316px;
  height: 29px;
}
.header .header-nav .nav-item {
  display: block;
  width: 100px;
  height: 29px;
  -webkit-filter: drop-shadow(0px 0px 10px rgb(233, 239, 239));
          filter: drop-shadow(0px 0px 10px rgb(233, 239, 239));
}
.header .header-nav .nav-item:hover {
  -webkit-filter: brightness(1.1) drop-shadow(0px 0px 15px rgb(233, 239, 239));
          filter: brightness(1.1) drop-shadow(0px 0px 15px rgb(233, 239, 239));
}
.header .header-nav .nav-item:nth-of-type(1) {
  background: url(//game.gtimg.cn/images/sg/cp/a20250611sgyyx/nav-home.png) no-repeat;
  background-size: 100% 100%;
}
.header .header-nav .nav-item:nth-of-type(2) {
  background: url(//game.gtimg.cn/images/sg/cp/a20250611sgyyx/nav-bbs.png) no-repeat;
  background-size: 100% 100%;
}
.header .header-nav .nav-item:nth-of-type(3) {
  background: url(//game.gtimg.cn/images/sg/cp/a20250611sgyyx/nav-download.png) no-repeat;
  background-size: 100% 100%;
}
.header .header-bottom {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 658px;
}
.header .header-bottom .btn {
  display: block;
  width: 294px;
  height: 77px;
  font-family: "font1M";
  font-size: 28px;
  line-height: 75px;
  background: url(//game.gtimg.cn/images/sg/cp/a20250611sgyyx/btn-sw2.png);
  background-size: 100% 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.header .header-bottom .btn span {
  color: #508300;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.header .header-bottom .btn:hover, .header .header-bottom .btn.on {
  background: url(//game.gtimg.cn/images/sg/cp/a20250611sgyyx/btn-sw1.png);
  background-size: 100% 100%;
}
.header .header-bottom .btn:hover span, .header .header-bottom .btn.on span {
  color: #7b4e00;
}

.userinfo-box {
  position: absolute;
  top: 639px;
  width: 100%;
  font-size: 18px;
  line-height: 20px;
  color: #f0ffc0;
  text-align: center;
}
.userinfo-box span {
  margin: 0 3px;
}

.userinfo-box a {
  margin: 0 3px;
  color: #fff263;
}

/* 主体 */
.content {
  margin-top: -1px;
  position: relative;
  width: 100%;
  height: 4331px;
}

.content.page1 {
  background: url(//game.gtimg.cn/images/sg/cp/a20250611sgyyx/m/bg1.jpg);
  background-size: 100% 100%;
}

.content.page2 {
  height: 2792px;
  background: url(//game.gtimg.cn/images/sg/cp/a20250611sgyyx/m/bg2.jpg);
}

.content.page2 .inner-cont.cont2,
.content.page1 .inner-cont.cont1 {
  display: block;
}

.content.page1 .inner-cont.cont2,
.content.page2 .inner-cont.cont1 {
  display: none;
}

/* part1 */
.part1 {
  padding-top: 65px;
  position: relative;
  width: 750px;
  height: 635px;
}
.part1 .part1-tiele {
  margin: 0 auto;
  width: 583px;
  height: 89px;
  background: url(//game.gtimg.cn/images/sg/cp/a20250611sgyyx/m/title1.png);
}
.part1 .part1-time {
  margin: 8px auto 0;
  display: block;
  width: 641px;
  height: 28px;
  background: url(//game.gtimg.cn/images/sg/cp/a20250611sgyyx/m/p1-time.png) no-repeat;
}
.part1 .swiper-cont {
  padding-top: 9px;
  position: relative;
  margin: 26px auto 0;
  width: 562px;
  height: 325px;
  background: url(//game.gtimg.cn/images/sg/cp/a20250611sgyyx/swiper-cont.png) no-repeat;
  background-size: 100% 100%;
}
.part1 .p1swiper {
  position: relative;
  left: -4px;
  margin: 0 auto;
  width: 535px;
  height: 291px;
  -webkit-mask-image: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/swiper_img_mask.png");
          mask-image: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/swiper_img_mask.png");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  overflow: hidden;
}
.part1 .p1swiper .swiper-slide {
  width: 532px;
  height: 290px;
  text-align: center;
}
.part1 .p1swiper .swiper-slide img {
  width: 532px;
  height: 290px;
}
.part1 .p1swiper-prev {
  position: absolute;
  top: 44%;
  left: -63px;
  width: 52px;
  height: 48px;
  background: url(//game.gtimg.cn/images/sg/cp/a20250611sgyyx/icon-prve.png);
  background-size: 100% 100%;
  cursor: pointer;
}
.part1 .p1swiper-next {
  position: absolute;
  top: 44%;
  right: -50px;
  width: 52px;
  height: 48px;
  background: url(//game.gtimg.cn/images/sg/cp/a20250611sgyyx/icon-next.png);
  background-size: 100% 100%;
  cursor: pointer;
}
.part1 .p1swiper-pagination {
  position: relative;
  top: 30px;
  text-align: center;
}
.part1 .swiper-pagination-bullet {
  margin: 0 14px 0;
  width: 10px;
  height: 10px;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/icon-swp.png");
  background-size: 100% 100%;
  opacity: 1;
  -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.3));
}
.part1 .swiper-pagination-bullet-active {
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/icon-swpact.png");
  background-size: 100% 100%;
}

/* part2 */
.part2 {
  position: relative;
  width: 100%;
  height: 960px;
}
.part2 .part2-title {
  margin: 0 auto;
  width: 582px;
  height: 89px;
  background: url(//game.gtimg.cn/images/sg/cp/a20250611sgyyx/m/title2.png) no-repeat;
}
.part2 .part2-subtit {
  margin: 14px auto 0;
  width: 641px;
  height: 28px;
  background: url(//game.gtimg.cn/images/sg/cp/a20250611sgyyx/m/p2-subtit.png) no-repeat;
}
.part2 .part2-descript {
  padding: 12px 12px 0;
  margin: 10px auto 0;
  width: 700px;
  height: 150px;
  font-family: "font1M";
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/p2-desc.png") no-repeat;
  background-size: 100% 100%;
  color: #a35903;
}
.part2 .part2-descript p:last-child {
  position: relative;
  margin-top: 10px;
}
.part2 .part2-descript p:last-child::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  width: 600px;
  border-bottom: 1px dashed #b57a31;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.part2 .btn-record {
  margin: 0 auto 0;
  display: block;
  width: 180px;
  height: 47px;
  font-family: "font1M";
  font-size: 20px;
  line-height: 47px;
  color: #903d00;
  background: url(//game.gtimg.cn/images/sg/cp/a20250611sgyyx/btn-record.png);
  background-size: 100% 100%;
  text-align: center;
}
.part2 .p2cont-nav {
  margin: 14px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 528px;
}
.part2 .p2cont-nav .p2cont-nav-item {
  margin: 4px 0 0;
  padding-top: 8px;
  display: block;
  width: 235px;
  height: 52px;
  background: url(//game.gtimg.cn/images/sg/cp/a20250611sgyyx/btn-r1.png);
  background-size: 100% 100%;
  color: #a35903;
}
.part2 .p2cont-nav .p2cont-nav-item.on {
  background: url(//game.gtimg.cn/images/sg/cp/a20250611sgyyx/btn-r2.png);
  background-size: 100% 100%;
  color: #a35903;
}
.part2 .p2cont-nav .p2cont-nav-item .top {
  font-family: "font1M";
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}
.part2 .p2cont-nav .p2cont-nav-item .bottom {
  font-family: "font1M";
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}
.part2 .p2cont-nav .p2cont-nav-item .bottom .small {
  font-size: 16px;
  line-height: 16px;
}
.part2 .p2-cont {
  position: relative;
  width: 100%;
}
.part2 .p2-cont .p2cont-page {
  padding-top: 112px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 396px;
}
.part2 .p2-cont .p2cont-page.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.part2 .p2-cont .p2cont-page .tips {
  position: absolute;
  top: 16px;
  width: 675px;
  height: 80px;
  font-family: "font1M";
  font-size: 16px;
  line-height: 20px;
  color: #a35903;
  text-align: center;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.part2 .p2-cont .p2cont-page .tips p {
  width: 100%;
}
.part2 .p2-cont .p2cont-page .p2cont-item {
  margin: 0 6px;
  padding-top: 12px;
  position: relative;
  width: 160px;
  height: 208px;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/box-2.png");
  background-size: 100% 100%;
}
.part2 .p2-cont .p2cont-page .p2cont-item .img-box {
  margin: 0 auto 0;
  width: 130px;
  height: 130px;
  line-height: 130px;
  text-align: center;
}
.part2 .p2-cont .p2cont-page .p2cont-item .img-box img {
  vertical-align: middle;
  zoom: 0.6;
}
.part2 .p2-cont .p2cont-page .p2cont-item .prop-name {
  padding: 0 12px;
  position: absolute;
  top: 140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 160px;
  font-family: "font1M";
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #a35903;
}
.part2 .p2-cont .p2cont-page .bottom-btn {
  position: absolute;
  bottom: -32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 526px;
}
.part2 .p2-cont .p2cont-page .bottom-btn .btn {
  display: block;
  width: 226px;
  height: 59px;
  font-family: "font1M";
  font-size: 22px;
  line-height: 59px;
  background: url(//game.gtimg.cn/images/sg/cp/a20250611sgyyx/btn-open.png);
  background-size: 100% 100%;
  text-align: center;
}
.part2 .p2-cont .p2cont-page .bottom-btn .btn span {
  color: #903d00;
}
.part2 .p2-cont .p2cont-either {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 340px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.part2 .p2-cont .p2cont-either::before {
  content: "";
  bottom: 45px;
  left: 50%;
  position: absolute;
  width: 104px;
  height: 28px;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/icon-either.png");
  background-size: 100% 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.part2 .p2-cont .p2cont-either .p2cont-item {
  cursor: pointer;
  -webkit-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
}
.part2 .p2-cont .p2cont-either .p2cont-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  width: 63px;
  height: 58px;
  background: url(//game.gtimg.cn/images/sg/cp/a20250611sgyyx/icon-1.png);
  background-size: 100% 100%;
}
.part2 .p2-cont .p2cont-either .p2cont-item:last-of-type::before {
  background: url(//game.gtimg.cn/images/sg/cp/a20250611sgyyx/icon-2.png);
  background-size: 100% 100%;
}
.part2 .p2-cont .p2cont-either .p2cont-item.on, .part2 .p2-cont .p2cont-either .p2cont-item:hover {
  background: url(//game.gtimg.cn/images/sg/cp/a20250611sgyyx/box-3.png);
  background-size: 100% 100%;
}

.p2cont-page.geted .bottom-btn .btn:last-of-type {
  -webkit-filter: grayscale(1.1);
          filter: grayscale(1.1);
  pointer-events: none;
}

.part3 {
  position: relative;
  width: 100%;
  height: 680px;
}
.part3 .part3-title {
  margin: -20px auto 0;
  width: 582px;
  height: 89px;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/m/title3.png") no-repeat;
  background-size: 100% 100%;
}
.part3 .p3-wrap {
  margin: 18px auto 0;
  width: 700px;
  height: 421px;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/box-4.png") no-repeat;
  background-size: 100% 100%;
}
.part3 .p3-tips {
  padding-top: 26px;
  width: 100%;
  font-family: "font1M";
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #a35903;
}
.part3 .p3-cont {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 696px;
}
.part3 .p3-cont .p3-cont-item {
  position: relative;
  left: -12px;
  width: 240px;
  height: 232px;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/cont-3.png") no-repeat;
  background-size: 100% 100%;
}
.part3 .p3-cont .p3-cont-item .task-name {
  position: absolute;
  top: 23px;
  left: 17px;
  width: 215px;
  height: 39px;
  font-family: "font1M";
  font-size: 14px;
  line-height: 39px;
  text-align: center;
  color: #ffffce;
}
.part3 .p3-cont .p3-cont-item .img-box {
  position: absolute;
  top: 67px;
  left: 60px;
  width: 130px;
  height: 130px;
  line-height: 130px;
  text-align: center;
}
.part3 .p3-cont .p3-cont-item .img-box img {
  width: 90%;
  vertical-align: middle;
}
.part3 .p3-cont .p3-cont-item .pic-name {
  position: absolute;
  left: 39px;
  top: 192px;
  width: 177px;
  font-family: "font1M";
  font-size: 16px;
  text-align: center;
  color: #3b6400;
}
.part3 .p3-cont .p3-cont-item .btn {
  position: absolute;
  left: 40px;
  top: 236px;
  display: block;
  width: 180px;
  height: 47px;
  font-family: "font1M";
  font-size: 20px;
  text-align: center;
  line-height: 47px;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/btn-get.png") no-repeat;
  background-size: 100% 100%;
  color: #903d00;
}

.part4 {
  position: relative;
  height: 508px;
}
.part4 .part4-title {
  margin: 0 auto;
  width: 582px;
  height: 89px;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/m/title4.png") no-repeat;
}
.part4 .part4-cont {
  position: relative;
  padding-top: 30px;
  padding-left: 308px;
  margin: 32px auto 0;
  width: 714px;
  height: 330px;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/m/cont-4.png") no-repeat;
}
.part4 .part4-cont .text {
  font-family: "font1M";
  font-size: 18px;
  line-height: 21px;
  color: #a35903;
}
.part4 .part4-cont .prop-cont {
  position: absolute;
  top: 40px;
  left: 66px;
  width: 168px;
  height: 168px;
}
.part4 .part4-cont .prop-cont .img-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.part4 .part4-cont .prop-cont .img-box img {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.part4 .part4-cont .prop-cont .prop-name {
  position: absolute;
  top: 178px;
  width: 100%;
  font-family: "font1M";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #3b6400;
}
.part4 .part4-cont .prop-cont .prop-btn {
  position: absolute;
  top: 230px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 226px;
  height: 59px;
  font-family: "font1M";
  font-size: 20px;
  line-height: 57px;
  text-align: center;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/btn-get.png") no-repeat;
  background-size: 100% 100%;
  color: #903d00;
}
.part4 .part4-cont .mobile-tips-cont {
  position: absolute;
  top: 124px;
  left: 388px;
  width: 247px;
}
.part4 .part4-cont .mobile-tips-cont .mobile-tips-item {
  margin-bottom: 3px;
  position: relative;
  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;
  padding-left: 100px;
  width: 247px;
  height: 78px;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/m/box-5.png") no-repeat;
}
.part4 .part4-cont .mobile-tips-cont .mobile-tips-item img {
  position: absolute;
  width: 62px;
  height: 62px;
  left: 27px;
  top: 8px;
}
.part4 .part4-cont .mobile-tips-cont .mobile-tips-item p {
  font-family: "font1M";
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #3b6400;
}
.part4 .part4-cont .mobile-tips-cont .mobile-tips-item .tips {
  position: absolute;
  left: -72px;
  top: 20px;
  width: 72px;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #903d00;
}

.part5 {
  position: relative;
  height: 538px;
}
.part5 .part5-title {
  margin: 0 auto;
  width: 582px;
  height: 89px;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/m/title5.png") no-repeat;
}
.part5 .part5-cont {
  position: relative;
  padding-top: 64px;
  padding-left: 40px;
  margin: 32px auto 0;
  width: 707px;
  height: 296px;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/m/cont-5.png") no-repeat;
}
.part5 .part5-cont .text {
  width: 344px;
  font-family: "font1M";
  font-size: 18px;
  line-height: 21px;
  color: #a35903;
}
.part5 .part5-cont .text2 {
  margin-top: 42px;
}
.part5 .part5-cont .prop-cont {
  position: absolute;
  top: 32px;
  left: 473px;
  width: 168px;
  height: 168px;
}
.part5 .part5-cont .prop-cont .img-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.part5 .part5-cont .prop-cont .img-box img {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.part5 .part5-cont .prop-cont .prop-name {
  position: absolute;
  top: 178px;
  width: 100%;
  font-family: "font1M";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #3b6400;
}
.part5 .part5-cont .prop-cont .prop-btn {
  position: absolute;
  top: 230px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 226px;
  height: 59px;
  font-family: "font1M";
  font-size: 20px;
  line-height: 57px;
  text-align: center;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/btn-get.png") no-repeat;
  background-size: 100% 100%;
  color: #903d00;
}

.part6 {
  position: relative;
  width: 100%;
  height: 1044px;
}
.part6 .part6-title {
  margin: 0 auto;
  width: 413px;
  height: 90px;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/m/title6.png");
}
.part6 .part6-tips {
  margin: 12px auto 0;
  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;
  width: 641px;
  height: 49px;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/m/p6-subtit.png");
}
.part6 .part6-tips p {
  font-family: "font1M";
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  color: #f0ffc0;
}
.part6 .part6-btn {
  margin: 32px auto 0;
  width: 504px;
  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;
}
.part6 .part6-btn .btn {
  width: 226px;
  height: 59px;
  font-family: "font1M";
  font-size: 20px;
  line-height: 57px;
  text-align: center;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/btn-cx.png");
  background-size: 100% 100%;
  color: #903d00;
}
.part6 .lottery-cont {
  margin: 32px auto 0;
  position: relative;
  width: 702px;
  height: 512px;
}
.part6 .lottery-cont .lottery-list {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.part6 .lottery-cont .lottery-list .lottery-item {
  position: absolute;
  width: 166px;
  height: 164px;
  line-height: 164px;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/box-lottery.png");
  background-size: 100% 100%;
  text-align: center;
}
.part6 .lottery-cont .lottery-list .lottery-item img {
  vertical-align: middle;
  width: 90%;
}
.part6 .lottery-cont .lottery-list .lottery-item .lottery-name {
  position: absolute;
  bottom: 16px;
  width: 100%;
  font-family: "font1M";
  font-size: 15px;
  text-align: center;
  line-height: 20px;
  height: 20px;
  color: #a35903;
  text-align: center;
}
.part6 .lottery-cont .lottery-list .lottery-item.active {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.part6 .lottery-cont .lottery-list .lottery-item:nth-child(6) img {
  width: 70%;
}
.part6 .lottery-cont .lotter-btn {
  padding-top: 102px;
  display: block;
  position: absolute;
  top: 170px;
  left: 174px;
  width: 356px;
  height: 176px;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/m/btn-lottery.png");
}
.part6 .lottery-cont .lotter-btn p {
  width: 100%;
  font-family: "font2";
  font-size: 20px;
  line-height: 22px;
  color: #a35903;
  text-align: center;
}

.lottery-item:nth-of-type(1) {
  top: 0;
  left: 0;
}

.lottery-item:nth-of-type(2) {
  top: 0;
  left: 179px;
}

.lottery-item:nth-of-type(3) {
  top: 0;
  left: 357px;
}

.lottery-item:nth-of-type(4) {
  top: 0;
  left: 535px;
}

.lottery-item:nth-of-type(5) {
  top: 175px;
  left: 535px;
}

.lottery-item:nth-of-type(6) {
  top: 350px;
  left: 535px;
}

.lottery-item:nth-of-type(7) {
  top: 350px;
  left: 357px;
}

.lottery-item:nth-of-type(8) {
  top: 350px;
  left: 179px;
}

.lottery-item:nth-of-type(9) {
  top: 350px;
  left: 0px;
}

.lottery-item:nth-of-type(10) {
  top: 175px;
  left: 0px;
}

.swfcontent_container {
  z-index: 999;
}

.swfcontent_hover {
  border-radius: 18px;
  opacity: 0.8;
}

/* ============= 内页 part1 ============= */
.p2pr1 {
  padding-top: 65px;
  position: relative;
  width: 100%;
  height: 1313px;
}
.p2pr1 .p2pr1-title {
  margin: 0 auto;
  width: 580px;
  height: 90px;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/m/page2-title1.png");
}
.p2pr1 .part1-cont {
  margin: 60px auto 0;
  width: 700px;
  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;
}
.p2pr1 .part1-cont .p1-left,
.p2pr1 .part1-cont .p1-right {
  padding-left: 156px;
  position: relative;
  width: 328px;
  height: 146px;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/box-6.png");
  background-size: 100% 100%;
}
.p2pr1 .part1-cont .p1-left .top-cont img,
.p2pr1 .part1-cont .p1-right .top-cont img {
  position: absolute;
  top: 19px;
  left: 37px;
  width: 94px;
  height: 94px;
}
.p2pr1 .part1-cont .p1-left .top-cont,
.p2pr1 .part1-cont .p1-right .top-cont {
  width: 100%;
  height: 132px;
  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;
}
.p2pr1 .part1-cont .p1-left .top-cont p,
.p2pr1 .part1-cont .p1-right .top-cont p {
  font-family: "font1M";
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #a35903;
}
.p2pr1 .part1-cont .p1-left .top-title,
.p2pr1 .part1-cont .p1-right .top-title {
  position: absolute;
  padding-left: 0;
  left: 0;
  top: -30px;
  width: 100%;
  font-family: "font1M";
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #a35903;
}
.p2pr1 .p2pr1-cont {
  margin: 0 auto 0;
  padding-top: 32px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 684px;
}
.p2pr1 .p2pr1-cont .img-small {
  margin: 8px auto 22px;
  width: 311px;
  height: 179px;
  text-align: center;
}
.p2pr1 .p2pr1-cont .img-small img {
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
}
.p2pr1 .p2pr1-cont .img-big {
  margin: 8px auto 22px;
  width: 310px;
  height: 468px;
  text-align: center;
}
.p2pr1 .p2pr1-cont .img-big img {
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
}
.p2pr1 .p2pr1-cont .tips1 {
  position: relative;
  left: -18px;
  width: 336px;
  height: 48px;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/m/page2-tips1.png");
}
.p2pr1 .p2pr1-cont .tips2 {
  margin: 0 auto;
  width: 186px;
  height: 49px;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/m/page2-tips2.png");
}
.p2pr1 .p2pr1-cont .tips3 {
  margin: 0 auto;
  width: 222px;
  height: 48px;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/m/page2-tips3.png");
}
.p2pr1 .p2pr1-cont .tips4 {
  margin: 0 auto;
  width: 222px;
  height: 50px;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/m/page2-tips4.png");
}
.p2pr1 .p2pr1-cont .left-cont::before {
  content: "";
  position: absolute;
  right: -48px;
  top: 17%;
  width: 33px;
  height: 34px;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/icon-next2.png");
  background-size: 100% 100%;
}
.p2pr1 .p2pr1-cont .left-cont::after {
  content: "";
  position: absolute;
  right: -48px;
  top: 87%;
  width: 33px;
  height: 34px;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/icon-next2.png");
  background-size: 100% 100%;
}
.p2pr1 .p2pr1-cont .right-cont::before {
  content: "";
  position: absolute;
  left: -48px;
  top: 52%;
  width: 33px;
  height: 34px;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/icon-prve2.png");
  background-size: 100% 100%;
}
.p2pr1 .p2pr1-cont .right-cont,
.p2pr1 .p2pr1-cont .left-cont {
  position: relative;
  width: 311px;
  height: 780px;
}

/* 内页part2 */
.p2pr2 {
  position: relative;
  width: 100%;
  height: 388px;
}
.p2pr2 .p2pr2-title {
  margin: 0 auto 0;
  position: relative;
  width: 578px;
  height: 89px;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/m/page2-title2.png");
}
.p2pr2 .p2pr2-cont {
  position: relative;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 736px;
  height: 394px;
}
.p2pr2 .p2pr2-cont .p2pr2-item {
  padding-top: 34px;
  position: relative;
  width: 173px;
  height: 225px;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/page2-box3.png");
  background-size: 100% 100%;
}
.p2pr2 .p2pr2-cont .p2pr2-item .img-box {
  position: relative;
  left: -3px;
  margin: 0 auto 0;
  width: 108px;
  height: 108px;
  line-height: 108px;
  text-align: center;
}
.p2pr2 .p2pr2-cont .p2pr2-item .img-box img {
  width: 100%;
  vertical-align: middle;
}
.p2pr2 .p2pr2-cont .p2pr2-item .title {
  position: absolute;
  top: 152px;
  width: 100%;
  font-family: "font1M";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #a35903;
}

/* 内页part3 */
.p2pr3 {
  padding-top: 38px;
  position: relative;
  width: 100%;
}
.p2pr3 .p2pr3-title {
  margin: 0 auto;
  width: 578px;
  height: 90px;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/m/page2-title3.png");
}
.p2pr3 .p2pr3-cont {
  padding: 28px 18px 0;
  position: relative;
  margin: 23px auto 0;
  width: 696px;
  height: 822px;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/m/cont-6.png");
}
.p2pr3 .p2pr3-cont .title {
  margin-bottom: 12px;
  font-family: "font1M";
  font-size: 24px;
  line-height: 24px;
  color: #ff3c00;
}
.p2pr3 .p2pr3-cont .item {
  margin-top: 12px;
}
.p2pr3 .p2pr3-cont .text-q {
  font-family: "font1M";
  font-size: 18px;
  line-height: 22px;
  color: #3b6400;
}
.p2pr3 .p2pr3-cont .text-a {
  font-family: "font1M";
  font-size: 18px;
  line-height: 22px;
  color: #a35903;
}

/* ================ 弹窗 ================ */
.dia * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tc-common-cont {
  padding-top: 128px;
  position: relative;
  width: 669px;
  height: 377px;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/dialog/tc-comm.png");
  background-size: 100% 100%;
}
.tc-common-cont .tc-common-title {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 448px;
  height: 96px;
  background: url(//game.gtimg.cn/images/sg/cp/a20250611sgyyx/dialog/tc-title-comm.png);
  background-size: 100% 100%;
}
.tc-common-cont p {
  padding: 0 90px;
  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;
  width: 100%;
  height: 46px;
  font-family: "font1M";
  font-size: 18px;
  line-height: 30px;
  color: #a35903;
  text-align: center;
}
.tc-common-cont .tc-common-btn {
  position: absolute;
  left: 50%;
  bottom: 62px;
  display: block;
  font-family: "font1M";
  font-size: 18px;
  width: 196px;
  height: 51px;
  line-height: 49px;
  background: url(//game.gtimg.cn/images/sg/cp/a20250611sgyyx/dialog/tc-btn.png);
  background-size: 100% 100%;
  text-align: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #903d00;
}

/* 获奖记录弹窗 */
.tc-record-cont {
  padding-top: 38px;
  position: relative;
  width: 669px;
  height: 510px;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/dialog/tc-record.png");
  background-size: 100% 100%;
}
.tc-record-cont .tc-record-title {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 449px;
  height: 97px;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/dialog/tc-title-record.png");
  background-size: 100% 100%;
}
.tc-record-cont .tc-record-table {
  position: relative;
  margin: 16px auto 0;
  width: 604px;
  height: 404px;
  border: 1px solid #ecb63e;
  background-color: #f5da91;
}
.tc-record-cont .tc-record-table table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.tc-record-cont .tc-record-table table th {
  height: 50px;
  line-height: 50px;
  font-family: "font4";
  font-size: 14px;
  color: #a35903;
  border: 1px solid #eebf52;
  background-color: #f9ebb9;
}
.tc-record-cont .tc-record-table table th:nth-of-type(1) {
  width: 141px;
}
.tc-record-cont .tc-record-table table th:nth-of-type(2) {
  width: 114px;
}
.tc-record-cont .tc-record-table table th:nth-of-type(3) {
  width: 96px;
}
.tc-record-cont .tc-record-table table th:nth-of-type(4) {
  width: 174px;
}
.tc-record-cont .tc-record-table tbody th,
.tc-record-cont .tc-record-table td {
  height: 62px;
  font-size: 16px;
  line-height: 18px;
  color: #a35903;
  border: 1px solid #eebf52;
  background-color: transparent;
}
.tc-record-cont .tc-record-table tr:nth-of-type(even) {
  background-color: #f9ebb9;
}
.tc-record-cont .tc-record-table tbody tr:nth-of-type(even) th,
.tc-record-cont .tc-record-table tr:nth-of-type(even) td {
  color: #a35903;
}
.tc-record-cont .table-pagenum {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-family: "font4";
  font-size: 20px;
  color: #a35903;
  background-color: #f9ebb9;
}
.tc-record-cont .table-pagenum a {
  color: #a35903;
}
.tc-record-cont .table-pagenum .page-num {
  margin: 0 60px;
}

/* 抽奖弹窗 */
.tc-lottery-cont {
  padding-top: 80px;
  position: relative;
  width: 669px;
  height: 414px;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/dialog/tc-lottery.png");
  background-size: 100% 100%;
}
.tc-lottery-cont .tc-lottery-title {
  position: absolute;
  top: -48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 449px;
  height: 97px;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/dialog/tc-title-lottery.png");
  background-size: 100% 100%;
}
.tc-lottery-cont .tc-lottery-box {
  position: relative;
  margin: 0 auto 0;
  display: block;
  width: 181px;
  height: 179px;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/dialog/tc-lottery-inner.png");
  background-size: 100% 100%;
}
.tc-lottery-cont .tc-lottery-box img {
  width: 98%;
}
.tc-lottery-cont .tc-lottery-box .tc-lottery-name {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200%;
  font-family: "font1M";
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  color: #903d00;
}
.tc-lottery-cont .tc-lottery-btn {
  position: absolute;
  left: 50%;
  bottom: 62px;
  display: block;
  font-family: "font1M";
  font-size: 18px;
  width: 196px;
  height: 51px;
  line-height: 49px;
  background: url(//game.gtimg.cn/images/sg/cp/a20250611sgyyx/dialog/tc-btn.png);
  background-size: 100% 100%;
  text-align: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #903d00;
}

.tc-role-cont {
  padding-top: 40px;
  position: relative;
  width: 669px;
  height: 425px;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/dialog/tc-record.png");
  background-size: 100% 100%;
}
.tc-role-cont .tc-role-table {
  position: relative;
  margin: 0 auto 0;
  width: 603px;
  height: 305px;
  border: 1px solid #ecb63e;
  background-color: #f5da91;
}
.tc-role-cont .tc-role-table table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.tc-role-cont .tc-role-table table th {
  height: 60px;
  line-height: 60px;
  font-family: "font4";
  font-size: 22px;
  color: #a35903;
  border: 2px solid #efc35c;
  background-color: #f9ebb9;
}
.tc-role-cont .tc-role-table table th:nth-of-type(1) {
  width: 200px;
}
.tc-role-cont .tc-role-table table th:nth-of-type(2) {
  width: 200px;
}
.tc-role-cont .tc-role-table table th:nth-of-type(3) {
  width: 200px;
}
.tc-role-cont .tc-role-table table th:nth-of-type(4) {
  width: 200px;
}
.tc-role-cont .tc-role-table tbody th,
.tc-role-cont .tc-role-table td {
  height: 40px;
  white-space: nowrap;
  font-size: 16px;
  line-height: 22px;
  color: #a35903;
  border: 2px solid #efc35c;
  background-color: transparent;
}
.tc-role-cont .tc-role-table tr:nth-of-type(even) {
  background-color: #f9ebb9;
}
.tc-role-cont .tc-role-table tbody tr:nth-of-type(even) th,
.tc-role-cont .tc-role-table tr:nth-of-type(even) td {
  color: #a35903;
}
.tc-role-cont .table-pagenum {
  position: absolute;
  bottom: -42px;
  width: 100%;
  height: 30px;
  line-height: 22px;
  text-align: center;
  font-family: "font4";
  font-size: 22px;
  color: #a35903;
}
.tc-role-cont .table-pagenum a {
  color: #a35903;
}
.tc-role-cont .table-pagenum .page-num {
  margin: 0 110px;
}

.tc-addr-cont {
  padding-top: 62px;
  position: relative;
  width: 669px;
  height: 528px;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/dialog/tc-addr.png");
  background-size: 100% 100%;
  zoom: 0.9;
}
.tc-addr-cont .tc-addr-title {
  position: absolute;
  top: -48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 449px;
  height: 96px;
  background: url("//game.gtimg.cn/images/sg/cp/a20250611sgyyx/dialog/tc-title-addr.png");
  background-size: 100% 100%;
}
.tc-addr-cont .tc-addr-tips {
  font-family: "font1M";
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #a35903;
}
.tc-addr-cont .tc-addr-list {
  margin-top: 24px;
  margin-left: 12px;
  position: relative;
  width: 566px;
}
.tc-addr-cont .tc-addr-list li {
  margin-bottom: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
}
.tc-addr-cont .tc-addr-list li .txt {
  width: 139px;
  font-family: "font1M";
  font-size: 20px;
  line-height: 40px;
  text-align: right;
  color: #a35903;
}
.tc-addr-cont .tc-addr-list li input {
  padding-left: 12px;
  width: 427px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  background-color: #f9ebb9;
  border: 2px solid #f4d88b;
  color: #a35903;
  outline: none;
}
.tc-addr-cont .tc-addr-list li .tips {
  position: absolute;
  top: 47px;
  left: 140px;
  font-family: "font1M";
  font-size: 15px;
  line-height: 16px;
  color: #a35903;
}
.tc-addr-cont .tc-addr-list li select {
  padding-left: 10px;
  margin-right: 14px;
  width: 133px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  background-color: #f9ebb9;
  border: 2px solid #f4d88b;
  color: #a35903;
  outline: none;
  /* 新增自定义箭头样式 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23a35903'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 40px;
  padding-right: 30px;
}
.tc-addr-cont .tc-addr-list li select.level3 {
  margin-right: 0;
}
.tc-addr-cont .tc-addr-list li textarea {
  padding: 0 6px;
  position: absolute;
  top: 48px;
  left: 139px;
  width: 427px;
  height: 78px;
  font-size: 20px;
  line-height: 32px;
  background-color: #f9ebb9;
  border: 2px solid #f4d88b;
  color: #a35903;
  resize: none;
  outline: none;
}
.tc-addr-cont .tc-addr-btn {
  position: absolute;
  left: 50%;
  bottom: 62px;
  display: block;
  font-family: "font1M";
  font-size: 18px;
  width: 196px;
  height: 51px;
  line-height: 49px;
  background: url(//game.gtimg.cn/images/sg/cp/a20250611sgyyx/dialog/tc-btn.png);
  background-size: 100% 100%;
  text-align: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #903d00;
}

.tc-close {
  display: block;
  position: absolute;
  top: -40px;
  right: -12px;
  width: 33px;
  height: 32px;
  background: url(//game.gtimg.cn/images/sg/cp/a20250611sgyyx/dialog/tc-close.png);
  background-size: 100% 100%;
}

/* 弹窗区域 end */
/* 公共样式 */
.hide-text {
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
}

.h5 {
  display: inline-block !important;
}

.pc {
  display: none !important;
}

.color1 {
  color: #ff3c00;
}

.color2 {
  color: #fff263;
}

.big {
  font-size: 20px;
}

.gray,
.geted {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  pointer-events: none;
}

.flexbox {
  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;
}

.test-box {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 9998;
}

.test-box button {
  font-size: 20px;
  margin-bottom: 10px;
}