/* reset */
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,'\5FAE\8F6F\96C5\9ED1',sans-serif; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
em, b, i { font-style: normal; }
a { text-decoration: none; outline: none; -webkit-tap-highlight-color: transparent; }
a:hover { text-decoration: none; }
img { border: 0; user-select: none; -webkit-user-drag: none; }
button, input, select, textarea { font-size: 100%; outline: none; }
table { border-collapse: collapse; border-spacing: 0; }
td, th, ul, ol { padding: 0; list-style: none; }
* { outline: none; }
body { background-color: #370e51; overflow-x: hidden; }
#afooter { position: relative; z-index: 10; min-width: 1300px;max-width: 1920px; margin: auto;padding: 30px 0; font: normal 12px/19px Tahoma; text-align: center; background-color: #0E0E0F; }
#afooter, #afooter a { text-decoration: none; color: #c0c0c0; }
.hidden { display: none; font-size: 0; text-indent: -999em; }
.clearfix{clear: all;overflow: hidden;}


/* all */
.part{
  position: relative;
  margin: auto;
}
.part .title{
  width: 1400px;
  margin: auto;
}
.span-block{
  display: block;
}
.all-play{
	background: url(//game.gtimg.cn/images/jk/cp/a20220224newtopic/pc/play-all.png) no-repeat;
	width: 97px;
	height: 100px;
	display: inline-block;
	transition: transform 0.3s;
	transform: scale(1);
}
.all-play:hover{
	filter: brightness(1.2);
	transition: transform 0.3s;
	transform: scale(1.2);
}
.part1 .list-body::-webkit-scrollbar , .part2 .edition-cont::-webkit-scrollbar ,
.part4 .equip-detail-body::-webkit-scrollbar{
  width: 7px;
  height: 7px;
  scrollbar-arrow-color: #fdda7f;
}
.part1 .list-body::-webkit-scrollbar-thumb , .part2 .edition-cont::-webkit-scrollbar-thumb ,
.part4 .equip-detail-body::-webkit-scrollbar-thumb{
  border-radius: 5px;
  -webkit-box-shadow: #fdda7f;
  background: #fdda7f;
  scrollbar-arrow-color: #fdda7f;
}
.part1 .list-body::-webkit-scrollbar-track  , .part2 .edition-cont::-webkit-scrollbar-track , 
.part4 .equip-detail-body::-webkit-scrollbar-track{
  width: 8px;
  height: 8px;
  -webkit-box-shadow: #1a0533;
  border-radius: 5px;
  background: #1a0533;
}

.wrap{
  max-width: 1920px;
  min-width: 1400px;
  margin: auto;
  background: url(//game.gtimg.cn/images/jk/cp/a20220224newtopic/pc/part-bg_02.jpg) no-repeat 0 981px;
  height: 7115px;
  overflow: hidden;
}

/* nav-lsit */
.nav-lsit{
  width: 1920px;
  height: 78px;
  background: rgba( 0 , 0 , 0 , .9);
  transform: translateX(-50%);
  position: fixed;
  z-index: 2000;
  left: 0;
  right: 0;
  margin: auto;
  margin-left: 50%;
}
.nav-lsit .nav-logo1{
  background: url(//game.gtimg.cn/images/jk/cp/a20220224newtopic/pc/nav-logo.png) no-repeat 0 center ;
  width: 162px;
  height: 78px;
  display: inline-block;
  float: left;
  margin-left: 260px;
}
.nav-lsit .nav-logo2{
  background: url(//game.gtimg.cn/images/jk/cp/a20220224newtopic/pc/nav-logo2.png) no-repeat 0 center ;
  width: 214px;
  height: 78px;
  float: left;
  margin-left: 20px;
}
.nav-lsit .navs{
  display: flex;
  justify-content: space-between;
  float: right;
  width: 590px;
  margin-right: 260px;
}
.nav-lsit .navs a{
  font-size: 18px;
  color: #ffffff;
  display: block;
  line-height: 78px;
  height: 78px;
  box-sizing: border-box;
}
.nav-lsit .navs a.on{
  border-bottom: 4px solid #ff0298;
}
.nav-lsit .navs a:hover{
  border-bottom: 4px solid #ff0298;
}

/* head */
.head{
  height: 1031px;
  background: url(//game.gtimg.cn/images/jk/cp/a20220224newtopic/pc/part-bg_01.jpg) no-repeat center 0 ;
}
.head .head-play{
  background: url(//game.gtimg.cn/images/jk/cp/a20220224newtopic/pc/head-play.png) no-repeat center bottom;
  width: 143px;
  height: 146px;
  margin: auto;
  position: absolute;
  top: 522px;
  left: 0;
  right: 0;
  animation: headPlay 2s infinite linear;
}
.head .head-title{
  background: url(//game.gtimg.cn/images/jk/cp/a20220224newtopic/pc/head-title.png) no-repeat center bottom;
  width: 1400px;
  height: 172px;
  margin: auto;
  padding-top: 743px;
}
.head .desc{
  width:216px;
  margin: auto;
  text-align: center;
  background: #ffac3c;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 20px;
}

@keyframes headPlay { 
	0%, 100% { transform: scale(1); }
  50% { transform: scale(0.8); } 
}


/* part1 S */
.part1{
  height: 850px;
  width: 1400px;
}
.part1 .title{
  background: url(//game.gtimg.cn/images/jk/cp/a20220224newtopic/pc/part1-title.png) no-repeat;
  height: 93px;
}
.part1 .hex-tab{
  display: flex;
  width: 580px;
  justify-content: space-between;
  margin: 42px 0 39px 20px;
  align-items: center;
}
.part1 .hex-tab a{
  display: block;
  background: url(//game.gtimg.cn/images/jk/cp/a20220224newtopic/pc/part1-btn.png) no-repeat;
  width: 177px;
  box-sizing: border-box;
  height: 39px;
  line-height: 39px;
  font-size: 18px;
  color: #eadac1;
  text-align: center;
  font-weight: bold;
}
.part1 .hex-tab a.on{
  color: #ffe0ad;
  background: url(//game.gtimg.cn/images/jk/cp/a20220224newtopic/pc/part1-btn-on.png) no-repeat;
  width: 177px;
  height: 48px;
  line-height: 48px;
}
.part1 .hex-tab a:hover{
  background: url(//game.gtimg.cn/images/jk/cp/a20220224newtopic/pc/part1-btn-on.png) no-repeat;
  width: 177px;
  height: 48px;
  line-height: 48px;
  color: #ffe0ad;
}
.part1 .list{
  background: url(//game.gtimg.cn/images/jk/cp/a20220224newtopic/pc/part1-bg.png) no-repeat 0 -7px;
  width: 1408px;
  height: 550px;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 0 72px 23px 51px;
  box-sizing: border-box;
  position: relative;
}



.part1 .list-head{
  font-size: 22px;
  color: #d9a756;
  padding-top: 12px;
  font-weight: bold;
}
.part1 .list-head span{
  display: inline-block;
  height: 71px;
  line-height: 71px;
}
.part1 .list-head span:nth-child(1){
	width: 374px;
	padding-left: 113px;
	box-sizing: border-box;
}
.part1 .list-body{
  overflow-y: scroll;
  height: 430px;
  margin-top: 11px;
  width: 1285px;
  padding-right: 78px;
}




.part1 .list-item{
  display: flex;
  border-bottom: 2px solid #3e2270;

}
.part1 .synergy{
  width:380px;
  height: 142px;
  display: flex;
  align-items: center;
}
.part1 .list-pic{

}
.part1 .list-pic img{
  width:89px;
  height: 85px;
}
.part1 .sea-name{
  font-size: 18px;
  color: #ffc971;
  font-weight: bold;
  margin-left: 26px;
}
.part1 .list-txt{
  align-self: center;
  width: 812px;
}
.part1 .list-txt .txt-p{
  font-size: 16px;
  color: #d9a756;
  line-height: 28px;
}

/* part1 E */


/* part2 S */
.part2{
  height: 935px;
  width: 1400px;
}
.part2 .title{
  background: url(//game.gtimg.cn/images/jk/cp/a20220224newtopic/pc/part2-title.png) no-repeat;
  height: 93px;
}
.part2 .part2-more , .part4 .part4-more{
  font-size: 18px;
  color: #ffe0ad;
  border-bottom: 1px solid #ffe0ad;
  padding-bottom: 2px;
  position: absolute;
  right: 0;
  top: 77px;
}
.part2 .part2-more i , .part4 .part4-more i{
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 6px solid #ffe0ad;
}


.part2 .edition-tab{
  display: flex;
  margin: 40px 0;
  cursor: pointer;
}
.part2 .edition-tab li{
  margin-right: 36px;
  background: url(//game.gtimg.cn/images/jk/cp/a20220224newtopic/pc/part2-btn.png) no-repeat;
  width: 257px;
  height: 48px;
  font-size: 18px;
  color: #ffe0ad;
  line-height: 48px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
}
.part2 .edition-tab li.on , .part2 .edition-tab li:hover{
  background: url(//game.gtimg.cn/images/jk/cp/a20220224newtopic/pc/part2-btn-on.png) no-repeat;
}
.part2 .edition-cont{
  overflow-y: scroll;
  overflow-x: hidden;
  width: 1400px;
  height: 558px;
  padding-right: 30px;
}

.part2 .edition-list{
  background: url(//game.gtimg.cn/images/jk/cp/a20220224newtopic/pc/part2-liistbg.png) no-repeat;
  width: 1353px;
  /* height: 192px; */
  display: flex;
  padding: 32px 0 32px 38px;
  background-size: 100% 100%;
  margin-bottom: 18px;
}
.part2 .edition-list:last-child{
  margin-bottom: 0;
}
.part2 .edition-cont .icon{
  font-size: 20px;
  color: #ffc971;
  font-weight: bold;
  width: 100px;
  height: auto;
  text-align: center;
  margin-right: 30px;
  align-self: center;

}

.part2 .edition-cont .icon-p img{
  width:50px;
}
.part2 .edition-cont .txt{
  width:650px;
  padding-right: 30px;
  box-sizing: border-box;
  margin-right: 40px;
  align-self: center;
}
.part2 .edition-cont .txt-p{
  line-height: 24px;
  font-size: 16px;
  color: #ffc971;
  text-align: justify;
}
.part2 .edition-cont .txt-p2{
  line-height: 21px;
  font-size: 16px;
  color: #d9a756;
  margin-top: 15px;
  padding-left: 42px;
}
.part2 .edition-cont .txt-p2:last-child{
  margin-bottom: 0;
}
.part2 .edition-cont i{
  display: inline-block;
  width:21px;
  height: 21px;
  text-align: center;
  line-height: 21px;
  font-size: 14px;
  margin-right: 10px;
  border: 0.01rem solid #c6aa4f;
  color: #fff5e0;
  margin-left: -42px;
}
.part2 .edition-cont .i1{
  border-color: #a5644a;
	background: #7f4f3e;
}
.part2 .edition-cont .i2{
  border-color: #a7a399;
  background: #818181;
}
.part2 .edition-cont .i3{
  border-color: #c6aa4f;
  background: #ae8b42;
}
.part2 .edition-cont .i4 {
  border-color: #60dace;
  background: #d4f6f1;
  color: #1c1c1c;
}
.part2 .edition-cont .pic-list{
  width:490px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-evenly;
}
.part2 .edition-cont .pic-list .pic , .part4 .hero .pic{
  width:51px;
  height:51px;
  border-radius: 50%;
  box-sizing: border-box;
  margin-right: 15px;
  align-self: inherit;
}
.part2 .edition-cont .pic-list img , .part4 .hero  img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.part2 .edition-cont .cost1 , .part4 .hero .cost1{
  border: 2px solid #999;
}
.part2 .edition-cont .cost2 , .part4 .hero .cost2{
  border: 2px solid #5fcc29;
}
.part2 .edition-cont .cost3 , .part4 .hero .cost3{
  border: 2px solid #297acc;
}
.part2 .edition-cont .cost4 , .part4 .hero .cost4{
  border: 2px solid #cc29cc;
} 
.part2 .edition-cont .cost5 , .part4 .hero .cost5{
  border: 2px solid #cca329;
}



/* part2 E */


/* part3 S */
.part3{
  width: 1400px;
  height: 1178px;
}
.part3::after{
  content: '';
  position: absolute;
  background: url(//game.gtimg.cn/images/jk/cp/a20220224newtopic/pc/part3-bg.png) no-repeat;
  width: 1920px;
  height: 890px;
  margin-left: 50%;
  transform: translateX(-50%);
  top: 171px;
}
.part3 .title{
  background: url(//game.gtimg.cn/images/jk/cp/a20220224newtopic/pc/part3-title.png) no-repeat;
  height: 94px;
}
.part3 .swiper-container{
  width: 1511px;
	height: 706px;
  position: relative;
  top: 133px;
  left: 150px;

}
.part3 .swiper-slide{
  width: 993px;
	height: 631px;
  background: url(//game.gtimg.cn/images/jk/cp/a20220224newtopic/pc/part3-swibg.png) no-repeat;
  background-size: 993px 631px;
  display: flex;
  position: relative;
  padding-top: 55px;
  box-sizing: border-box;
}
/* .part3 .swiper-slide-next::after{
  content: '';
  position: absolute;
  background-color: rgba( 0 , 0 , 0 , .3);
  width: 100%;
  height: 95%;
  top: 0;
  left: 27px;
} */


.part3 .hero-text{
  width:360px;
  padding-left: 76px;
  margin-right: 34px;
}
.part3 .desc{
  font-size: 24px;
  background-image: linear-gradient(#fedb7f 20%,#e4994f 60%);
  background-clip: text;
	-webkit-background-clip: text;
	font-weight: bold;
  color: transparent;
  margin-bottom: 11px;
  margin-left: 76px;
}

.part3 .desc-cont{
  display: flex;
  margin-bottom: 32px;
}
.part3 .swi-sld3 .desc-cont{
  margin-bottom: 12px;
}
.part3 .swi-sld3 .desc-cont:last-child{
  position: absolute;
  width: 414px;
  left: 466px;
  bottom: 58px;
}
.part3 .desc-cont .first-img{
  border: 3px solid #e8d07a;
}
.part3 .desc-cont img{
  width:52px;
  height:52px;
  box-sizing: border-box;
  align-self: center;
  margin-right: 24px;
}
.part3 .desc-cont .img-visHid{
  visibility: hidden;
}
.part3 .desc-cont div p{
  margin-top: 10px;
}
.part3 .txt{
  font-size: 16px;
  color: #dedede;
  line-height: 24px;
  text-align: justify;
  align-self: center;
}
.part3 .txt span{
  font-size: 16px;
  color: #fdd87c;
  font-weight: bold;

}
.part3 .hero-pic{
  margin-top: 22px;
}
.part3 .pic-tit{
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 5px;
  margin-bottom: 14px;
  line-height: 22px;
}
.part3 .pic-tit em{
  text-shadow: 2px 0px 3px #3dc961;
}
.part3 .pic-tit i{
  display: inline-block;
  background: url(//game.gtimg.cn/images/jk/cp/a20220224newtopic/pc/part3-gold.png) no-repeat center bottom;
  width: 47px;
  height: 43px;
  position: relative;
  top: 14px;
  left: 6px;
}
.part3 .pic-tit span{
  font-size: 22px;
  background-image: linear-gradient(#fedb7f 20%,#e59a4f 100%);
  background-clip: text;
	-webkit-background-clip: text;
	font-weight: bold;
  color: transparent;
}

.part3 .hero-pic .img{
  border: 4px solid #3dc961;
  width: 555px;height: 353px;
}

.part3 .hero-pic .img1{
  background: url(//game.gtimg.cn/images/jk/cp/a20220224newtopic/pc/part3-img1.png) no-repeat;
}
.part3 .hero-pic .img2{
  background: url(//game.gtimg.cn/images/jk/cp/a20220224newtopic/pc/part3-img2.png) no-repeat;
}
.part3 .hero-pic .img3{
  background: url(//game.gtimg.cn/images/jk/cp/a20220224newtopic/pc/part3-img3.png) no-repeat;
}

.part3 .swiper-container .swiper-button{
  width:79px;
  height: 66px;
  background: url(//game.gtimg.cn/images/jk/cp/a20220224newtopic/pc/part3-arrow.png) no-repeat;
  color: transparent;
  outline: none;
  top: 660px;
}
.part3 .swiper-container .swiper-button-prev{
  left: 150px;
  transform: rotateY(180deg);
}
.part3 .swiper-container .swiper-button-next{
  left: 32px;
}


/* part3 E */






/* part4 S */

.part4 {
  height: 1192px;
  width: 1400px;

}
.part4 .title{
  background: url(//game.gtimg.cn/images/jk/cp/a20220224newtopic/pc/part4-title.png) no-repeat;
  height: 94px;
}
.part4 .part4-more{
  top: 60px;
}
.part4 .part4-more span{
  margin-right: 8px;
  padding-left: 4px;
}
.part4 .equip-desc{
  background: url(//game.gtimg.cn/images/jk/cp/a20220224newtopic/pc/part4-equipbg1.png) no-repeat;
  width: 1404px;
  height: 255px;
  display: flex;
  padding-left: 54px;
  padding-top: 57px;
  box-sizing: border-box;
}

.part4 .equip-desc .equip-img{
  border: 2px solid #6c6e54;
  margin-right: 15px;
  align-self: center;
}
.part4 .equip-desc .equip-img:hover{
  border: 3px solid #a39260;
}
.part4 .equip-desc .equip-img.on{
  border: 3px solid #a39260;
}
.part4 .equip-img{
  height: 67px;
  width: 67px;
  box-sizing: border-box;
}
.part4 .equip-img img{
  height: 100%;
  width: 100%;
}
.part4 .equip-hover{
  background: url(//game.gtimg.cn/images/jk/cp/a20220224newtopic/pc/part4-hoverbg.png) no-repeat;  
  width: 250px;
  height: 129px;
  float: right;
  margin-top: -166px;
  margin-right: 236px;
  background-size: 250px 129px;
  position: relative;
  z-index: 2;
  display: none; 
}
.part4::after{
  content: '';
  position: absolute;
  background: url(//game.gtimg.cn/images/jk/cp/a20220224newtopic/pc/part4-penguin.png) no-repeat;
  width: 227px;
  height: 307px;
  right: -170px;
  top: 105px;
}
.part4::before{
  content: '';
  position: absolute;
  width: 67px;
  height: 3px;
  background: #571d71;
  right: 485px;
  top: 250px;
  border-radius: 2px;
}
.part4 .equip-hover .equip-img{
  border: 2px solid #645655;
  float: left;
  margin: 30px;
  margin-right: 20px;
}
.part4 .equip-hover p{
  margin-left: 118px;
}
.part4 .equip-hover .p1{
  font-size: 20px;
  color: #ffc971;
  font-weight: bold;
  margin-top: 42px;
  line-height: 20px;
}
.part4 .equip-hover .p2{
  font-size: 16px;
  color: #d9a756;
  margin-top: 8px;
  line-height: 20px;
  padding-right: 19px;
}
.part4 .equip-detail{
  background: url(//game.gtimg.cn/images/jk/cp/a20220224newtopic/pc/part4-equipbg2.png) no-repeat;
  width: 1353px;
  height: 685px;
  box-sizing: border-box;
  margin-top: 48px;
}
.part4 .equip-detail-head{
  font-size: 20px;
  line-height: 80px;
  padding-left: 55px;
}

.part4 .equip-detail-head span{
  background-image: linear-gradient(#fade7e 25%,#da8f4d 60%);
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: bold;
  color: transparent;
  display: inline-block;
}
.part4 .equip-detail-head span:nth-of-type(1){
  width: 444px;
}
.part4 .equip-detail-head span:nth-of-type(2){
  width: 568px;
}

.part4 .equip-detail-body{
  overflow-y: scroll;
  overflow-x: hidden;
  height: 605px;
  width: 1353px;
  padding-right: 50px;
}
.part4 .equip-detail-body .equip-list{
  height: 146px;
  border-bottom: 2px solid #551b79;
  display: flex;
}
.part4 .equip-detail-body .icon{
  margin-left: 54px;
  display: flex;
  align-items: center;
}
.part4 .equip-detail-body .icon span{
  font-size: 24px;
  /* vertical-align: sub; */
  color: #d9a756;
  margin: 0 50px;
}
.part4 .equip-detail-body .icon img{
  height: 67px;
  width: 67px;
  border: 2px solid #645655;
  box-sizing: border-box;

}
.part4 .equip-detail-body .compound{
  width: 746px;
  margin-right: 47px;
  align-self: center;
  display: flex;
}
.part4 .equip-detail-body .compound img{
  height: 67px;
  width: 67px;
  border: 2px solid #645655;
  float: left;
  margin-right: 9px;
}
.part4 .equip-detail-body .compound-txt{
	align-self: center;
}
.part4 .equip-detail-body .txt{
  font-size: 20px;
  font-weight: bold;
  color: #ffc971;
  line-height: 20px;
  height: 28px;
}
.part4 .equip-detail-body .txt2{
  font-size: 16px;
  color: #d9a756;
  text-align: justify;
  line-height: 22px;
  /*padding-left: 80px;*/
}
.part4 .equip-detail-body .hero{
  width:326px;
  display: flex;
  flex-wrap: wrap;
  align-self: center;
}


/* part4 E  */



/* part5 S */

.part5 {
  height: 1207px;
  width: 1400px;
}
.part5 .title{
  background: url(//game.gtimg.cn/images/jk/cp/a20220224newtopic/pc/part5-title.png) no-repeat;
  height: 94px;

}
.part5 .goods-top{
	display: flex;
	justify-content: center;
  margin-top: 50px;
  margin-bottom: 38px;
}
.part5 .goods-top p{
  width: 1065px;
  height: 577px;
}
.part5 .goods-top-play{
	position: absolute;
	right: 26px;
	bottom: 20px;
}
.part5 .goods-top .img1{
	position: relative;
	background: url(//game.gtimg.cn/images/jk/cp/a20220224newtopic/pc/part5-img1.png) no-repeat;
}


.part5 .goods-btm{
	display: flex;
	height: 352px;
}
.part5 .goods-btm p{
	position: relative;
	bottom: 0;
	height: 353px;
}
.part5 .goods-btm .goods1{
	background: url(//game.gtimg.cn/images/jk/cp/a20220224newtopic/pc/part5-img3.png) no-repeat 0 bottom;
	width: 410px;
	z-index: 1;
}
.part5 .goods-btm .goods2{
	background: url(//game.gtimg.cn/images/jk/cp/a20220224newtopic/pc/part5-img4.png) no-repeat 0 bottom;
	width: 330px;
	margin-left: -45px;
}
.part5 .goods-btm .goods3{
	background: url(//game.gtimg.cn/images/jk/cp/a20220224newtopic/pc/part5-img5.png) no-repeat 0 bottom;
	width: 381px;
	margin-left: 34px;
}
.part5 .goods-btm .goods4{
	background: url(//game.gtimg.cn/images/jk/cp/a20220224newtopic/pc/part5-img6.png) no-repeat 0 bottom;
	width: 318px;
	z-index: 1;
	margin-left: -17px;
}
.part5 .goods-btm .goods-btm-play{
	margin-top: 154px;
	margin-left: 16px;
}



/* part5 E */


/*footer S*/
.footer{
	width: 1400px;
	height: 725px;
}
.footer::after {
    content: '';
    position: absolute;
    background: url(//game.gtimg.cn/images/jk/cp/a20220224newtopic/pc/foot-bg.png) no-repeat;
    width: 1920px;
    height: 639px;
    margin-left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    /*top: 192px;*/
}
.footer .award{
	background: url(//game.gtimg.cn/images/jk/cp/a20220224newtopic/pc/foot-img.png) no-repeat center center;
	width: 1400px;
	height: 607px;
	position: absolute;
	z-index: 1;
}
.footer .foot-play{
  margin-left: calc(50% - 66px);
  margin-top: 18%;
  background-size: 130px 133px;
  width: 130px;
  height: 133px;
}
.footer .foot-tip{
  font-size: 16px;
  color: #a1a1a1;
  position: absolute;
  bottom: 20px;
  z-index: 5;
  left: -250px;

}
/*footer E*/



/* 弹窗 */
#dia1{
  /* border: 3px solid #d6b049; */
}
.dia-vid , #playvid{
  width: 52vw;
  height: 29vw;
}
.dialog .dia-close {
	background: url(//game.gtimg.cn/images/jk/cp/a20220224newtopic/pc/close.png) no-repeat;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0;
	right: -72px;
	transition: transform 0.4s;
	transform: rotate(0deg);

}
.dialog .dia-close:hover{
	transform: rotate(180deg);
}