@charset "UTF-8";

/* CSS Document */

/*edit:wangshuo
@ update: 2019-01-24 */

html,
body,
div,
span,
object,
embed,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
cite,
code,
del,
dfn,
em,
img,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
article {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
}

html {
  z-index:1;
}

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

img {
  border: none;
}

ul,
li,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

i,
em,
cite,
dfn {
  font-style: normal;
}

.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.none {
  display: none;
}

.block {
  display: block;
}

.overf {
  overflow: hidden;
}

.center {
  margin: 0 auto;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.trs3 {
  transition: all 0.3s;
}

:focus,
a {
  outline: none;
  outline-style: none;
  -moz-outline-style: none;
  transition: all 0.3s;
}

a:visited,
a:link {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  text-decoration: none;
  filter: brightness(1.2);
}

.fil:hover {
  filter: brightness(1.2);
}

ol li {
  list-style-type: decimal;
  list-style-position: inside;
}

body {
  font: 14px/1.5 'Microsoft YaHei', '\5FAE\8F6F\96C5\9ED1', tahoma, Arial;
  color: #333;
}

.colo-r {
  color: #ffaaf8;
}
.colo-o {
  color: #f17714;
}
.colo-y {
  color: #fff10c;
}
.mt20 {
  margin-top: 20px;
}
/*滚动条美化样式*/

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #2a8ee1;
}

.alert-bg {
  width: 100%;
  height: 100%;
  background: #000;
  position:fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.pop {
  position: absolute;
  z-index: 10001;
  color: #353535;
  top: 50px;
  display: none;
  font-size: 18px;
}

.pop:before {
  content: '';
  display: table;
  height: 0;
  clear: both;
  visibility: hidden;
}

.pop .close-pop {
  position: absolute;
  z-index: 10;
  width:57px;
  height:57px;
  display: block;
  top: -5px;
  right: -80px;
  background: url(//wegame.gtimg.com/tgp_act/release/online/xjcs20250617/images/close.png) no-repeat center;
}

.pop .box-btn {
  font-size: 0;
  text-align: center;
  margin-top: 26px;
}

.pop .btn-sure {
  height: 43px;
  width: 186px;
  font-size: 24px;
  line-height: 43px;
  display: block;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
  background: url(//wegame.gtimg.com/tgp_act/release/online/xjcs20250617/images/btn-sure.png) no-repeat;
}

.pop .btn-sure:hover {
  filter: brightness(1.2);
}

.pop h2 {
  color: #1a67b7;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
}

.popTit {
  color: #1a67b7;
  font-size: 30px;
  font-weight: bold;
  margin: 40px auto 10px;
}
.popTit:after {
  content: '';
  height: 22px;
  width: 100%;
  display: block;
  background: url(//wegame.gtimg.com/tgp_act/release/online/xjcs20250617/images/pop-tit-bg.png) no-repeat center bottom;
}

.ind2 {
  text-indent: 1.4em;
}

.pop1,
.popMsg {
  width:863px;
  height:548px;
  text-align: center;
}
.popMsg {
  z-index: 10100;
}
.popMsg .msg {
margin-top:80px;
  padding: 50px 20px 0;
  line-height: 1.5;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* pop1 */
input[type='number']::-webkit-inner-spin-button {
  display: none;
}
.pop1 h2 {
  margin: 60px 0 10px;
}
.pop1 input {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: #3e90ff;
}

.pop1 .col-form {
  text-align: left;
  font-size: 0;
  line-height: 47px;
  color: #353535;
  margin: 40px auto;
  width: 540px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pop1 .col-form dd {
  line-height: 0;
  font-size: 0;
}

.pop1 .col-form label {
  display: inline-block;
  text-align: justify;
  font-size: 18px;
}

.pop1 .col-form input {
  height: 47px;
  font-size: 18px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 0 10px;
}
.pop1 .row-name {
  width: 200px;
}
.pop1 .row-phone {
  width: 320px;
}
.pop1 .row-code {
  margin-top: 10px;
}
.pop1 .row-name input {
  width: 145px;
}
.pop1 .row-phone input {
  width: 245px;
}
.pop1 .row-code input {
  width: 483px;
}

.pop1,.pop2,.pop3,.popMsg {
  width:863px;
  height:548px;
  background: url(//wegame.gtimg.com/tgp_act/release/online/xjcs20250617/images/pop-bg2.png) no-repeat center bottom;
}


.pop1 .desc,.pop2 .desc,.pop3 .desc,.popMsg .desc{
	margin-top:80px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pop2 .desc h2 {
  margin: 20px 0;
}
.pop2 .desc .code {
  margin-top: 25px;
  color: #000;
}
.pop3 {
  width: 1050px;
  height:594px;
  font-family: '方正兰亭中黑简体';
  background: url(//wegame.gtimg.com/tgp_act/release/online/xjcs20250617/images/pop-bg.png) no-repeat center bottom;
}
.pop3 .table {
  width:657px;
  margin-left:330px;
  margin-top:170px;
  line-height:30px;
}

.pop3 .table table {
  width: 100%;
}

.pop3 .table table th {
  font-size: 20px;
  font-weight: bold;
  line-height:35px;
}
.pop3 .table table td {
}

.pop3 .table a {
  text-decoration: underline;
  color: #f17714;
}

.pop4 {
  width:863px;
  height:548px;
  padding-bottom: 50px;
  background: url(//wegame.gtimg.com/tgp_act/release/online/xjcs20250617/images/pop-bg1.png) no-repeat center bottom;
}

.pop4 .rule {
  margin-left:40px;
  margin-top:190px;
  color: #1a67b7;
  font-size: 18px;
  line-height: 28px;
  overflow-y:auto;
  width:790px;
  height:350px;
  font-family: '方正兰亭中黑简体';
}
.pop4 .rule a {
  text-decoration: underline;
  color: #f17714;
}
.side-nav {
  display: none;
  width: 213px;
  height: 616px;
  position: fixed;
  right: 20px;
  top: 30%;
  overflow: hidden;
  transition: height 0.3s;
  background: url(//wegame.gtimg.com/tgp_act/release/online/xjcs20250617/images/side-nav.png) no-repeat;
}
.side-a {
  margin-top: 215px;
}

.side-nav a {
  display: block;
  color: #fe4d64;
  line-height: 49px;
  font-size: 21px;
  text-align: center;
  background-position: 50% 50%;
}
.side-nav a:nth-child(3) {
  margin-bottom: 46px;
}
.side-nav a.active {
  background: url(//wegame.gtimg.com/tgp_act/release/online/xjcs20250617/images/side-btn.png) no-repeat 50% 50%;
}
.side-nav a.goTop {
  color: #fe4d64;
  position: absolute;
  bottom: 4px;
  right: 85px;
  font-size: 18px;
}
/*自定义有序列表*/

ol {
  padding-left: 1.5em;
}

ol > li {
  list-style: decimal;
  list-style-position: outside;
}

.img-tit {
  position: relative;
}
.img-tit .layer {
  display: none;
  position: absolute;
  bottom: 60%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.img-tit:hover .layer {
  display: block;
}
.img-tit:hover {
  filter: none;
}
/*第一部分*/

.logInfo {
  color: #FFFFFF;
  font-size: 22px;
  text-align: center;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 845px;
}

.logInfo * {
  margin: 0 10px;
}

.logInfo a {
  color: #ff0000;
}

/* wrap  */
.inWrap {
  position: relative;
  width: 1300px;
  height: 100%;
  margin: 0 auto;
  padding-top: 1px;
}
.wrap1 {
  height: 1100px;
  overflow: hidden;
  position: relative;
  min-width: 1300px;
  background: url(//wegame.gtimg.com/tgp_act/release/online/xjcs20250617/images/bg-wrap1.jpg) no-repeat center top;
}

.wrap1 .btn-login {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 900px;
  width: 451px;
  height: 112px;
  display: block;
  background: url(//wegame.gtimg.com/tgp_act/release/online/xjcs20250617/images/btn-login.png) no-repeat center;
}

.wrap2 {
  overflow: hidden;
  position: relative;
  min-width: 1300px;
  background: url(//wegame.gtimg.com/tgp_act/release/online/xjcs20250617/images/bg-wrap2.jpg) no-repeat center top;
}

.page1,
.page2,
.page3,
.page4,
.page5,
.page6 {
  position: relative;
  width: 100%;
  padding-top: 1px;
}

.page4 {
  height: 885px;
}
.page4 .cont-row1 {
  top: 240px;
  left: 0px;
  position: absolute;
  width: 1218px;
  height: 283px;
  background: url(//wegame.gtimg.com/tgp_act/release/online/xjcs20250617/images/p4-act.png) no-repeat 50% 50%;
}

.page4 .cont-row2 {
  top: 580px;
  left: 95px;
  position: absolute;
  width: 1218px;
  height: 289px;
  background: url(//wegame.gtimg.com/tgp_act/release/online/xjcs20250617/images/p4-act1.png) no-repeat 50% 50%;
}

.page4 .cont-row1 dl {
  position: absolute;
  width:440px;
  left: 160px;
  top: 200px;
  line-height: 1.2;
}

.page4 .cont-row2 dl {
  position: absolute;
  width:420px;
  left: 200px;
  top: 200px;
  line-height: 1.2;
}

.page4 .cont-row1 dd {
  width: 100%;
  height: 60px;
  font-size: 27px;
  color: #fff;
}

.page4 .cont-row1 dd a {
  margin:0 15px;
}

.page4 .cont-row1 dd a:nth-child(2) {
  margin-left:45px;
}

.page4 .cont-row2 dd {
  width: 100%;
  height: 60px;
  font-size: 27px;
  color: #fff;
}

.page4 .cont-row1 dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page4 .cont-row2 dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.page4 .cont-row1 dd a:not(.btn-timeDesc) {
  width: 289px;
  height: 60px;
  background: url(//wegame.gtimg.com/tgp_act/release/online/xjcs20250617/images/p4-btn1.png) no-repeat;
}


.page4 .cont-row2 dd a:not(.btn-timeDesc) {
  width: 289px;
  height: 60px;
  background: url(//wegame.gtimg.com/tgp_act/release/online/xjcs20250617/images/p4-btn1.png) no-repeat;
}

.page4 .cont-row1 dd a.end {
  cursor: default;
  filter: none;
  background: url(//wegame.gtimg.com/tgp_act/release/online/xjcs20250617/images/p4-btn1-end.png) no-repeat;
}

.page4 .cont-row2 dd a.end {
  cursor: default;
  filter: none;
  background: url(//wegame.gtimg.com/tgp_act/release/online/xjcs20250617/images/p4-btn1-end.png) no-repeat;
}

.page4 .btn-timeDesc {
  font-size: 18px;
  color: #fffdb2;
  text-decoration: underline;
  position: absolute;
  right: 87px;
  top: 290px;
}


.page5 {
  height: 1240px;
}
.page5 .cont-row1 {
  position: absolute;
  right: -90px;
  top: 400px;
  width: 1376px;
  height: 762px;
  background: url(//wegame.gtimg.com/tgp_act/release/online/xjcs20250617/images/p5-act.png) no-repeat;
}
.page5 .proList {
  position: absolute;
  width: 550px;
  right:170px;
}
.page5 .pro1 {
  top: 110px;
}
.page5 .pro2 {
  top: 485px;
}

.btn-drawQ {
  top: 280px;
  right: 300px;
  position: absolute;
  color: #000000;
  width: 267px;
  height:79px;
  background: url(//wegame.gtimg.com/tgp_act/release/online/xjcs20250617/images/btn-draw.png) no-repeat;
  transform: scale(0.85);
}

.btn-drawQ .num {
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.page5 .proList li {
  position: relative;
  width: 100%;
  height: 50px;
  padding:15px 160px 5px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #b9a0f9;
  line-height: 1.3;
  color: #636ed9;
  font-size: 18px;
}

.page5 .proList a {
  position: absolute;
  top: 8px;
  right: 0;
  width: 107px;
  height: 36px;
  line-height:36px;
  color: #5062d4;
  font-weight: bold;
  text-align: center;
  background: url(//wegame.gtimg.com/tgp_act/release/online/xjcs20250617/images/p5-btn1.png) no-repeat;
}

.page5 .draw-btnBox {
  position: absolute;
  left:-15px;
  bottom:105px;
  width: 610px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.page5 .draw-btnBox a {
  font-size: 20px;
  color: #fffd47;
  text-decoration: underline;
}
.page5 .draw-btnBox a:nth-child(1) {
  position: absolute;
  width:210px;
  top:-50px;
  left:120px;
  text-decoration: none;
	
}
.page5 .draw-btnBox a:nth-child(3) {
  position: absolute;
  width:210px;
  top:-50px;
  right:70px;
  text-decoration: none;
}

.page5 .draw-btnBox a:nth-child(2) {
  position: relative;
  color: #000;
  text-decoration: none;
  width:376px;
  height: 106px;
  background: url(//wegame.gtimg.com/tgp_act/release/online/xjcs20250617/images/btn-draw1.png) no-repeat;
}
.page5 .draw-btnBox .num {
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
}

.footer {width:100%;height:150px;background:#000;float:left;padding-top:20px;}
.footer p {float:left;width:100%;height:30px;line-height:35px;color:#737373;text-align:center;}
.footer p a {color:#737373;}

.table2 table{margin:20px auto;}
.table2 th,.table2 td{text-align:center;border:solid 1px #1a67b7;}body {
  padding-top: 50px !important;
  overflow-x: hidden;
}

.vue-container *:not(table){
  box-sizing: content-box;
  font-family: 'Microsoft YaHei', '\5FAE\8F6F\96C5\9ED1', tahoma, Arial;
}

/* footer */
#afooter{text-align:center;line-height:1.4;color:#fff;background-color:#000;padding:30px 0;font-size: 16px;}
#afooter a{ color:#fff;}

.gray{-webkit-filter: grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);filter:gray;pointer-events: none;}

.end {
  pointer-events: none;
}

/*滚动条美化样式*/

.wg-pop-bd::-webkit-scrollbar-track {
  background: transparent;
}


/* #afooter,
#afooter *{
  font-size: 14px;
  font-family: '\5FAE\8F6F\96C5\9ED1';
} */
