@font-face {
  font-family: 'bold';
  src: url('../../1.0/font/TTSupermolotCondensed-Bold.ttf') format('opentype');
}
@font-face {
  font-family: 'tai';
  src: url('../../1.0/font/tai.woff') format('opentype');
}
@font-face {
  font-family: 'zixiao';
  src: url('../../1.0/font/zixiao.ttf') format('opentype');
}
@font-face {
  font-family: 'regular';
  src: url('../../1.0/font/TTSupermolotCondensed-Regular.ttf') format('opentype');
}
@font-face {
  font-family: 'newFont';
  src: url('../font/newFont.OTF') format('opentype');
}
@font-face {
	font-family: 'BaseBlod';
	src: url('//cdnstatic.herogame.com/static/duetnightabyss/1.0/font/dengxianchangguiBlod.woff2') format('opentype');
}
@font-face {
	font-family: 'BaseREGULAR';
	src: url('//cdnstatic.herogame.com/static/duetnightabyss/1.0/font/dengxianchangguiREGULAR.woff2') format('woff2');
}
html,body{
	position: relative;
	overflow: hidden;
	background: #000;
	width:100vw;
	height: 100%;
	margin: 0 auto;
	font-family: 'Source Han Serif SC';
}
#jxqyWrap{
	width:100vw;
	height:100%;
	position:relative;
}
#jxqyWrap .swiper-container{
	width:100vw;
	height:100%;
	position:relative;
	overflow: hidden;
}
#jxqyWrap .swiper-container .swiper-slide{
	width:100vw;
	height:100%;
	overflow:hidden;
}
.bg_img{
	position: absolute;
	width: 100vw;
	height: 100vh;
	left: 50%;
	top: 50%;
	object-fit: cover;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	pointer-events: none;
}
.mack{
	width:100%;
	height:100%;
	background:url(../images/m/newz.png) no-repeat center;
	background-size:cover;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	pointer-events:none;
}
.mack.mack1{
	background:rgba(0,0,0,.2);
}
.header{
	width:100%;
	height:2.23rem;
	background:url(../images/m/header.png) no-repeat center;
	background-size:cover;
	position:fixed;
	left:50%;
	top:0;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	z-index:5;
}
.toLogo{
	display:block;
	width:2.33rem;
	float:left;
	margin:.52rem 0 0 .4rem;
}
.toLogo.active{
	display:none;
}
.header .rightNav{
	float:right;
	margin-right:.38rem;
}
.header .music{
	width:.53rem;
	height:.62rem;
	float:left;
	position:relative;
	margin:.42rem 0 0 0;
	display:flex;
	display:-webkit-flex;
	justify-content: space-between;
	float:left;
}
.header .music span{
	display:block;
	width:0.04rem;
	height:100%;
	background:#e6e6e6;
}
.header .music.active span{
	animation: none!important;
	-webkit-animation: none!important;
}
.header .music span:nth-child(1){
	animation: imgGo 2s linear infinite;
	-webkit-animation: imgGo 2s linear infinite;
}
.header .music span:nth-child(2){
	animation: imgGo .8s linear infinite;
	-webkit-animation: imgGo .8s linear infinite;
}
.header .music span:nth-child(3){
	animation: imgGo 3s linear infinite;
	-webkit-animation: imgGo 3s linear infinite;
}
.header .music span:nth-child(4){
	animation: imgGo 1.5s linear infinite;
	-webkit-animation: imgGo 1.5s linear infinite;
}
.header .music span:nth-child(5){
	animation: imgGo 1s linear infinite;
	-webkit-animation: imgGo 1s linear infinite;
}
.header .menuOpen{
	display:block;
	width:.68rem;
	float:left;
	margin-top:.39rem;
}
.menuYuyan{
	display:block;
	width:.63rem;
	height:.63rem;
	float:left;
	margin:.41rem .56rem 0 0;
}
.yuyanTab {
  display: none;
  width: 4rem;
  height: 3.05rem;
  background: url(../images/m/yu.png) no-repeat center;
  background-size: cover;
  overflow: hidden;
  position: absolute;
  right: 0rem;
  top: 1.2rem;
}

.yuyanTab a:nth-child(1) {
  margin-top: .5rem;
}

.yuyanTab a {
  display: block;
  color: #666666;
  font-size: .4rem;
  text-align: center;
  font-weight: bold;
  margin-top: .24rem;
  font-family: "Source Han Sans CN";
}

.yuyanTab a.active {
  color: #ff6a13;
}
.openMenu{
	width:100%;
	height:100%;
	background:rgba(0,0,0,.9);
	position:fixed;
	right:0;
	top:0;
	z-index:10;
	display:none;
}
.guan{
	display:block;
	width:.68rem;
	float:right;
	margin-right:.38rem;
	margin-top:.39rem;
}
.openMenu ul{
	width:4.2rem;
	position:absolute;
	top:1.1rem;
	right:0.4rem;
}
.openMenu ul li{
	position: relative;
	width: 100%;
	height: 2.4rem;
	color: #999999;
	font-family: "newFont";
	font-size: 0.5rem;
	display: flex;
	align-items: center;
}
.openMenu ul li.nav-item::before {
    content: "";
    display: block;
    width: 0.74rem;
    height: 100%;
    background: url(../images/m/reserve-num-list-dot.png) no-repeat;
    background-size: 0.3rem 0.25rem;
    background-position: center center;
    position: absolute;
    right: 0;
    top: 0;
}
.openMenu ul li.nav-item.active {
    color: #ff6a13;
}
.openMenu ul li.nav-item.active::before {
    background: url(../images/m/reserve-num-list-dot-active.png) no-repeat;
    background-size: 0.3rem 0.25rem;
    background-position: center center;
}
.openMenu ul li.nav-item a {
	width:3.36rem;
	text-align:right;
    color: inherit;
    text-decoration: none;
	margin-top:.05rem;
}
.openMenu ul li.nav-item::after {
    position: absolute;
    top: 0;
    right: 0.35rem;
    z-index: -1;
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #787878;
}
.openMenu ul li.nav-item.active::after {
    background: linear-gradient(to bottom, #787878 0%, #ff6a13 50%, #787878 100%);
}
.pubZhe{
	display:block;
	width:100vw;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	pointer-events: none;
}
.page-container{
	width:100vw;
	height:100%;
	position:relative;
	overflow: hidden;
	z-index:2;
}
.kvLogo{
	display:block;
	width:8.03rem;
	position:relative;
	margin:49.8vh auto 0;
}
.center{
	width:10.68rem;
	position:absolute;
	left:50%;
	margin-left:-5.34rem;
	top:60%;
}
.slogan{
	display:block;
	width:100%;
}
.btnCenter {
  position: relative;
  margin: 0.2rem auto 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}

.btnCenter .codeMa {
  width: 2.64rem;
  height: 2.7rem;
  background: url(../images/codeBg.png) no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.btnCenter .codeMa img {
  display: block;
  width: 2.02rem;
  height: 2.02rem;
  margin: 0.17rem auto 0;
}

.btnCenter .codeMa i {
  display: block;
  width: 2.56rem;
  height: .21rem;
  background: url(../images/m/line.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 50%;
  margin-left: -1.28rem;
  top: .05rem;
  animation: vGo 2s linear infinite;
  -webkit-animation: vGo 2s linear infinite;
}

.btnCenter .codeMa p {
  font-size: .3rem;
  color: #d4d5d6;
  text-align: center;
  font-family: "newFont";
  margin-top: .06rem;
}

@keyframes vGo {
  0% {
    top: 2rem;
  }

  50% {
    top: .05rem;
  }

  100% {
    top: 2rem;
  }
}

.btnCenter .kvBtn {
  display: block;
  width: 2.06rem;
  height: 2.7rem;
  position: relative;
  overflow: hidden;
  margin-left: 0.1rem;
}

.btnCenter .kvBtn img {
  display: block;
  width: 100%;
  height: 100%;
}

.btnCenter .kvBtn:hover img:nth-child(1) {
  display: none;
}

.newBtn {
  width: 3.96rem;
  height: 2.7rem;
  position: relative;
  overflow: hidden;
  margin-left: .1rem;
}

.newBtn a {
  display: block;
  width: 100%;
  height: 1.29rem;
  position: relative;
  overflow: hidden;
}

.newBtn a img {
  display: block;
  width: 100%;
  height: 100%;
}

.newBtn a:hover img:nth-child(1) {
  display: none;
}

.newBtn a:nth-child(2) {
  margin-top: .1rem;
}
.mouse{
	display:block;
	width:.31rem;
	position:absolute;
	left:50%;
	margin-left:-.155rem;
	bottom:.56rem;
	animation: heroMouseDown 1.5s ease-in-out both infinite;
	-webkit-animation: heroMouseDown 1.5s ease-in-out both infinite;
	z-index:5;
}
.mediaList{
	width:.56rem;
	position:absolute;
	right:.46rem;
	top:1.84rem;
	z-index:3;
}
.mediaList a:nth-child(1){
	margin-top:0;
}
.mediaList a{
	display:block;
	width:.56rem;
	height:.56rem;
	position:relative;
	overflow: hidden;
	margin-top:.6rem;
}
.mediaList a img{
	display:block;
	width:100%;
}
.mediaList a:hover img:nth-child(1){
	display:none;
}
.tit-box{
	display:block;
	width:4.32rem;
	position:absolute;
	left:.4rem;
	top:.34rem;
	z-index:3;
}
.tit-box.tit-box1{
	width:4.51rem;
}
.featureBanner{
	width:100%;
	height:100%;
	position:relative;
	overflow: hidden;
}
.featureBanner .featxt{
	width:9.83rem;
	position:absolute;
	left:50%;
	margin-left:-4.915rem;
	top:2.1rem;
	z-index:1;
}
.featureBanner .featxt .featTit{
	width:4.97rem;
	height:.77rem;
	background:url(../images/m/kua.png) no-repeat center;
	background-size:cover;
	position:relative;
	font-size:.74rem;
	color:#ff6a13;
	line-height:.43rem;
	text-align:center;
	font-family:'tai'
}
.featureBanner .featxt .featTit.line1{
	line-height:.7rem;
}
.featureBanner .featSubTitle{
	font-size:.6rem;
	color:#ffffff;
	padding-bottom:.26rem;
	border-bottom:0.01rem solid rgba(255,255,255,.5);
	margin-top:.32rem;
	letter-spacing: 0.02rem;
	font-family:'tai';
}
.featureBanner .featDesc{
	font-size:.38rem;
	color:#e2e2e2;
	line-height:.48rem;
	font-family:'tai';
	margin-top:.1rem;
}
.featureBanner .videoThumb{
	display:block;
	width:100vw;
	height:100vh;
	object-fit: cover;
}
.featureBanner .feazz{
	display:block;
	width:100vw;
	height:100vh;
	position:absolute;
	object-fit: cover;
	left:0;
	top:0;
	pointer-events: none;
}
.featureBox{
	width:10.85rem;
	height:.16rem;
	position:absolute;
	left:50%;
	margin-left:-5.425rem;
	bottom:2.68rem;
	z-index:3;
	display: flex;
	display: -webkit-flex;
	justify-content:center;
}
.featureBanner .featPrev,.featureBanner .featNext{
	width:.76rem;
	height:1.59rem;
	position:absolute;
	overflow:hidden;
	cursor:pointer;
	top:45%;
	z-index:5;
}
.featureBanner .featPrev{
	left:.4rem;
}
.featureBanner .featNext{
	right:.4rem;
}
.featureBanner .featPrev img,.featureBanner .featNext img{
	display:block;
	width:100%;
}
.featureBanner .featPrev:hover img:nth-child(1),.featureBanner .featNext:hover img:nth-child(1){
	display:none;
}
.featureBox .featPage{
	width:5.87rem;
	height:.16rem;
	background:url(../images/m/xi.png) no-repeat center;
	background-size:cover;
	position:relative;
	display:flex;
	display:-webkit-flex;
}
.featureBox .featPage .swiper-pagination-bullet{
	display:block;
	width:2rem;
	height:0.02rem;
	background:none;
	position:relative;
	opacity: 1;
	margin-top:.12rem;
	cursor: pointer;
}
.featureBox .featPage .swiper-pagination-bullet:hover{
	background:#e0e0e0;
}
.featureBox .featPage .swiper-pagination-bullet:before{
	display:block;
	content:'';
	width:0.05rem;
	height:0.05rem;
	background:#e0e0e0;
	position:absolute;
	left:0;
	top:-0.015rem;
}
.featureBox .featPage .swiper-pagination-bullet:nth-child(5):after{
	display:block;
	content:'';
	width:0.05rem;
	height:0.05rem;
	background:#e0e0e0;
	position:absolute;
	right:0;
	top:-0.015rem;
}
.featureBox .featPage .swiper-pagination-bullet.swiper-pagination-bullet-active i{
	display:block;
	width:1.89rem;
	height:.22rem;
	background:url(../images/shine.png) no-repeat center;
	background-size:cover;
	position:absolute;
	left:0.06rem;
	top:-.19rem;
}
.kvNewBtn{
  display:block;
  width:4.86rem;
  height:1.69rem;
  position:relative;
  margin:0.2rem auto 0;
  overflow:hidden;
}
.kvNewBtn img{
  display:block;
  width:100%;
}
.kvNewBtn:hover img:nth-child(1){
  display:none;
}
.weapBanner{
  width:100%;
  height:100%;
  position:relative;
  overflow:hidden;
}
.weapBanner li .weapThumb{
  display:block;
  width:100%;
  object-fit: cover;
}
.weapBanner li .txtThumb{
  display:block;
  width:10.14rem;
  position:absolute;
  left:50%;
  margin-left:-5.07rem;
  top:70%;
}
.weapBanner .weaponPage{
  width:9.92rem;
  height:3.35rem;
  position:absolute;
  left:50%;
  margin-left:-4.96rem;
  top:80vh;
  z-index:2;
  display:flex;
  display:-webkit-flex;
  justify-content:space-between;
  flex-wrap:wrap;
}
.weapBanner .weaponPage .swiper-pagination-bullet{
  display:block;
  width:3.18rem;
  height:1.57rem;
  position:relative;
  opacity:1;
  border:none;
  background:none;
  margin:0;
}
.weapBanner .weaponPage .swiper-pagination-bullet img{
  display:block;
  width:100%;
  height:100%;
}
.weapBanner .weaponPage .swiper-pagination-bullet .weapTit1{
  font-size:.26rem;
  color:#7b7b7b;
  font-family: "newFont";
  font-weight:bold;
  position:absolute;
  left:0.09rem;
  top:1rem;
}
.weapBanner .weaponPage .swiper-pagination-bullet i{
  display:block;
  width:100%;
  height:100%;
  background:url(../images/hob.png) no-repeat center;
  background-size:100% 100%;
  position:absolute;
  left:0;
  top:0;
  z-index:2;
}
.weapBanner .weaponPage .swiper-pagination-bullet.swiper-pagination-bullet-active i{
  background:url(../images/hov.png) no-repeat bottom;
  background-size:100% 100%;
}
.weapBanner .weaponPage .swiper-pagination-bullet.swiper-pagination-bullet-active .weapTit1{
  color:#fff;
}
.weapBanner .weaponPage .swiper-pagination-bullet .weapTit2{
  font-size:.18rem;
  color:#7b7b7b;
  font-family: "newFont";
  position:absolute;
  left:0.09rem;
  top:1.28rem;
}
.monsterBanner{
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.monsterBanner ul li img {
	display: block;
	width: 100%;
}
.monsterBanner ul li video{
	display:block;
	width:100vw;
	height:100vh;
	object-fit: cover;
}
.monsterBanner ul li video::-webkit-media-controls{
	display:none!important;
}
.monsterBanner ul li .moPic{
	display:block;
	width:9.49rem;
	position:absolute;
	left:50%;
	margin-left:-4.745rem;
	top:70%;
	z-index:1;
}
.monsterBox{
	width:8.84rem;
	height:1.66rem;
	position:absolute;
	left:50%;
	margin-left:-4.42rem;
	top:85%;
	z-index:2;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.monsterBox .moPrev,.monsterBox .moNext{
	width:.4rem;
	height:.84rem;
	position:relative;
	overflow: hidden;
}
.monsterBox .moPrev img,.monsterBox .moNext img{
	display:block;
	width:100%;
}
.monsterBox .moPrev:hover img:nth-child(1),.monsterBox .moNext:hover img:nth-child(1){
	display:none;
}
.monsterBanner .monsterTab {
	width: 6.5rem;
	height: 1.66rem;
	overflow: hidden;
	z-index: 5;
}
.monsterBanner .monsterTab .monsterPage{
	width:1000%;
	transition:all .5s;
}
.monsterBanner .monsterTab .monsterPage>div {
	width: 3.06rem;
	height: 1.5rem;
	padding: 0.05rem;
	border: 0.01rem solid #424242;
	position: relative;
	background:none;
	border-radius: 0;
	opacity:1;
	float:left;
	margin-left:.1rem;
}

.monsterBanner .monsterTab .monsterPage>div img {
	display: block;
	width: 100%;
}

.monsterBanner .monsterTab .monsterPage>div.swiper-pagination-bullet-active p {
	background: url(../images/m/hhh.png) no-repeat center;
	background-size: cover;
	color: #fff;
}

.monsterBanner .monsterTab .monsterPage>div p {
	width: 3.06rem;
	height: 0.38rem;
	background: url(../images/m/www.png) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: .38rem;
	color: #959595;
	text-indent: 0.05rem;
	left: 0.05rem;
	bottom: 0.05rem;
	line-height: .38rem;
	font-family:'tai';
}

.monsterTab .monsterPage>div.swiper-pagination-bullet-active:after {
	display: block;
	content: '';
	width: 3.28rem;
	height: 1.66rem;
	background: url(../images/hoc.png) no-repeat center;
	background-size: cover;
	position: absolute;
	left: -.1rem;
	top: -1px;
}
.mainBox{
	width:100%;
	height:100%;
	position:relative;
	top:13%;
}
.mainBox .leftBox{
	width:9.34rem;
	overflow: hidden;
	position:relative;
	margin:0 auto 0;
}
.mainBox .leftBox .oneBox{
	width:100%;
	height:5.08rem;
	background:url(../images/m/le1.png) no-repeat center;
	background-size:cover;
	position:relative;
	overflow: hidden;
}
.mainBox .leftBox .oneBox:hover{
	background:url(../images/m/le1h.png) no-repeat center;
	background-size:cover;
}
.mainBox .leftBox .oneBox a{
	display:block;
	width:100%;
	height:100%;
	position:relative;
}
.mainBox .leftBox .oneBox .oneBoxPic{
	display:block;
	width:9.06rem;
	margin:0.06rem 0 0 0.07rem;
}
.mainBox .leftBox .oneBox .oneBoxTxt{
	width:8.68rem;
	position:absolute;
	left:50%;
	margin-left:-4.34rem;
	top:3.8rem;
}
.mainBox .leftBox .oneBox .oneBoxTxt p:nth-child(1){
	font-size:.5rem;
	color:#fff;
	font-family: 'regular';
	width:100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mainBox .leftBox .oneBox .oneBoxTxt i{
	font-size:.32rem;
	color:#fff;
	font-style: normal;
	position:absolute;
	right:0.16rem;
	bottom:-.4rem;
}
.mainBox .leftBox .twoBox{
	width:100%;
	position:relative;
	margin-top:.2rem;
}
.mainBox .leftBox .twoBox a{
	display:block;
	width:100%;
	height:2.4rem;
	position:relative;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-top:.26rem;
}
.mainBox .leftBox .twoBox a .twoBoxPic{
	display:block;
	width:4.19rem;
	height:2.39rem;
	background:url(../images/m/ww.png) no-repeat center;
	background-size:cover;
	position:relative;
	overflow: hidden;
}
.mainBox .leftBox .twoBox a:hover .twoBoxPic{
	background:url(../images/m/hh.png) no-repeat center;
	background-size:cover;
}
.mainBox .leftBox .twoBox a .twoBoxPic img{
	display:block;
	width:4.04rem;
	height:2.25rem;
	margin:0.07rem auto 0;
	object-fit: cover;
}
.mainBox .leftBox .twoBox a b{
	display:none;
	width:4.07rem;
	height:1.49rem;
	background:url(../images/m/ho1.png) no-repeat center;
	background-size:cover;
	position:absolute;
	left:50%;
	margin-left:-2.035rem;
	bottom:0.07rem;
}
.mainBox .leftBox .twoBox a:hover b{
	display:block;
}
.mainBox .leftBox .twoBox .twoBoxTxt{
	width:4.76rem;
}
.mainBox .leftBox .twoBox a:hover .twoBoxTxt p:nth-child(1) {
	color:#fb6813
}
.mainBox .leftBox .twoBox a:hover .twoBoxTxt p:nth-child(2) {
	color:#fb6813
}
.mainBox .leftBox .twoBox .twoBoxTxt p{
	font-size:.4rem;
	color:#fff;
	width:100%;
	font-family: 'regular';
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top:.16rem;
}
.mainBox .leftBox .twoBox .twoBoxTxt p:nth-child(2){
	width:auto;
	font-family: 'none';
	text-align: right;
	font-size:.32rem;
	color:#d6d6d6;
	margin-right:.22rem;
	margin-top:.6rem;
}
.mainBox .rightBox{
	width:9.16rem;
	overflow: hidden;
	position:relative;
	margin:.49rem auto 0;
	border-top:0.02rem solid rgba(216,216,216,.2);
}
.mainBox .rightBox a{
	display:block;
	width:100%;
	height:1.02rem;
	position:relative;
	border-bottom:0.02rem solid rgba(216,216,216,.2);
}
.mainBox .rightBox a .rightBoxTxt{
	width:100%;
	overflow: hidden;
	position:relative;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.mainBox .rightBox a .rightBoxTxt p:nth-child(1){
	width:6.86rem;
	color:#d6d6d6;
	font-size:.4rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-family: 'regular';
	line-height:1.02rem;
}
.mainBox .rightBox a .rightBoxTxt p:nth-child(2){
	color:#d6d6d6;
	font-size:.32rem;
	line-height:1.02rem;
}
.mainBox .rightBox a:hover .rightBoxTxt p:nth-child(1),.mainBox .rightBox a:hover .rightBoxTxt p:nth-child(2) {
	color:#ff6a13;
}
.turMain{
	width:100%;
	position:relative;
	margin:0 auto 0;
	top:13%;
}
.turMain .turTab{
	width:9.16rem;
	height:.79rem;
	background:rgba(0,0,0,.4);
	position:relative;
	display: flex;
	display: -webkit-flex;
	margin:0 auto .2rem;
}
.turMain .turTab>div{
	width:3.05rem;
	height:100%;
	font-size:.36rem;
	color:#999999;
	font-family: 'bold';
	text-align: center;
	line-height:.79rem;
	position:relative;
	cursor: pointer;
}
.turMain .turTab>div.active{
	color:#fff;
}
.turMain .turTab>div p{
	position:relative;
	z-index:2;
}
.turMain .turTab>div.active:after{
	display:block;
	content:'';
	width:100%;
	height:1.28rem;
	background:url(../images/m/ho.png) no-repeat center;
	background-size:cover;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.turMain .turMainBox{
	width:9.38rem;
	overflow: hidden;
	position:relative;
	margin:0 auto 0;
}
.turMain .turMainBox>div{
	display:none;
	width:100%;
	overflow: hidden;
	position:relative;
}
.turMain .turMainBox>div.active{
	display:block;
}
.turMain .turMainBox>div .turMainList{
	width:100%;
	overflow: hidden;
	position:relative;
	display: flex;
	display: -webkit-flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.turMain .turMainBox>div .turMainList a{
	display:block;
	width:4.54rem;
	position:relative;
	overflow: hidden;
	margin-top:.4rem;
}
.turMain .turMainBox>div .turMainList a .twoBoxPic{
	display:block;
	width:4.54rem;
	height:2.6rem;
	background:url(../images/m/ww.png) no-repeat center;
	background-size:cover;
	position:relative;
	margin:0 auto 0;
	overflow:hidden;
}
.turMain .turMainBox>div .turMainList a:hover .twoBoxPic{
	background:url(../images/m/hh.png) no-repeat center;
	background-size:cover;
}
.turMain .turMainBox>div .turMainList a .twoBoxPic img{
	display:block;
	width:4.42rem;
	height:2.48rem;
	object-fit: cover;
	margin:0.07rem auto 0;
	border:0.01rem solid #494949;
}
.turMain .turMainBox>div .turMainList .twoBoxTxt{
	width:100%;
	overflow: hidden;
	position:relative;
}
.turMain .turMainBox>div .turMainList a:hover .twoBoxTxt p:nth-child(1) {
	color:#fb6813
}
.turMain .turMainBox>div .turMainList a:hover .twoBoxTxt p:nth-child(2) {
	color:#fb6813
}
.turMain .turMainBox>div .turMainList .twoBoxTxt p{
	font-size:.4rem;
	color:#fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	width:100%;
	font-family: 'regular';
	line-height:.5rem;
}
.turMain .turMainBox>div .turMainList .twoBoxTxt p:nth-child(2){
	width:auto;
	font-family: 'none';
	text-align: right;
	font-size:.32rem;
	color:#d6d6d6;
	margin-right:.1rem;
	margin-top:-.52rem;
}
.kvBg{
	display:block;
	width:100vw;
	height:100vh;
	position:absolute;
	left:0;
	top:0;
	pointer-events: none;
}
.feature-swiper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 9.24rem;
	height: 12.2rem;
	overflow: hidden;
}
.feature-swiper .swiper-wrapper {
	width: 100%;
	height: 100%;
}
.feature-swiper .swiper-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.feature-swiper .swiper-wrapper .swiper-slide {
	box-sizing: border-box;
	background: url(../images/m/kuang-bg-2.png) no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	transition: 300ms;
	transform: scale(0.9);
	width: 9.24rem !important;
	height: 5.1rem !important;
	padding: 0.1rem;
	filter: grayscale(50%);
	position: relative;
	z-index: -1;
	opacity: 0.2;
}

.feature-swiper .swiper-wrapper .swiper-slide-active {
	filter: none;
	opacity: 1;
	transform: scale(1);
	z-index: 1;
}
.feature-page{
	width:9.75rem;
	height:0.05rem;
	background:url(../images/m/xian.png) no-repeat center;
	background-size:cover;
	position:absolute;
	left:50%;
	margin-left:-4.875rem;
	top:92%;
	display: flex;
}
.feature-page .swiper-pagination-bullet{
	width:1.89rem;
	height:0.03rem;
	background:none;
	opacity: 1;
	border-radius: 0;
	margin-left:.05rem;
}
.feature-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background:#ff6a13;
}
.footer{
	width:100%;
	height:3.84rem!important;
	background:#0e0e0e;
	position:relative;
	overflow:hidden;
}
.dlogo{
	display:block;
	width:4.82rem;
	margin:.82rem auto 0;
}
.footerT1{
	font-size:.36rem;
	color:#bebebe;
	text-align:center;
	margin-top:.76rem;
	font-family:'tai';
}
.footerT1 a{
	color:#bebebe;
}
.footerT1 span{
	margin:0 .5rem;
}
.footerT2{
	font-size:.26rem;
	color:#bebebe;
	text-align: center;
	margin-top:.15rem;
}
.topBanner{
	width:9.38rem;
	height:5.36rem;
	background:url(../images/m/xz.png) no-repeat center;
	background-size:cover;
	position:relative;
	overflow: hidden;
	margin:22% auto 0;
	cursor: pointer;
}
.topBanner:hover{
	background:url(../images/m/xzz.png) no-repeat center;
	background-size:cover;
}
.topBanner ul li .topListMain{
	width:9.22rem;
	height:5.18rem;
	border:0.01rem solid #494949;
	position:relative;
	margin:0.05rem auto 0;
}
.topBanner ul li .topListMain img{
	display:block;
	width:100%;
	height:100%;
	object-fit: cover;
}
.topBanner ul li .topListMain p{
	font-size:.51rem;
	color:#fff;
	width:100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position:absolute;
	left:.2rem;
	top:.28rem;
	font-family: 'bold';
}
.topBanner .topnation{
	width:100%;
	position:absolute;
	left:.3rem;
	bottom:.3rem;
	z-index:2;
	display: flex;
	display: -webkit-flex;
	justify-content: start;
}
.topBanner .topnation .swiper-pagination-bullet{
	display:block;
	width:.18rem;
	height:.18rem;
	background:#fff;
	opacity: 1;
	transition:all .5s;
	-webkit-transition:all .5s;
	margin:0 .12rem;
}
.topBanner .topnation .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width:.4rem;
	background:#ff6a13;
	border-radius: .1rem;
}
.centerMain{
	width:9.38rem;
	overflow: hidden;
	position:relative;
	margin:0 auto 0;
}
.centerMain .centerBanner{
	width:100%;
	overflow: hidden;
	position:relative;
	margin:0 auto 0;
}
.centerMain .centerBanner ul{
	width:100%;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.centerMain .centerBanner ul li{
	width:4.55rem;
	overflow: hidden;
	position:relative;
	cursor: pointer;
	margin-top:.4rem;
}
.centerMain .centerBanner ul li p{
	font-size:.4rem;
	color:#fff;
	font-family: 'regular';
	margin-top:.1rem;
	width:100%;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 限制行数为3 */
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.centerMain .centerBanner ul li:hover p{
	color:#fb6813;
}
.centerMain .centerBanner ul li:hover a{
	background:url(../images/m/yyy.png) no-repeat center;
	background-size:cover;
}
.centerMain .centerBanner ul li a{
	display: block;
	height:2.6rem;
	width: 100%;
	background:url(../images/m/kkk.png) no-repeat center;
	background-size:cover;
	position: relative;
	overflow: hidden;
}
.centerMain .centerBanner ul li a img{
	display:block;
	width:4.42rem;
	height:2.48rem;
	margin:0.05rem auto 0;
}
.centerMain .centerBanner ul li .centerJoin{
	width:2.17rem;
	height:.65rem;
	position:relative;
	overflow: hidden;
	margin:0.2rem auto 0;
}
.centerMain .centerBanner ul li .centerJoin img{
	display:block;
	width:100%;
}
.centerMain .centerBanner ul li .centerJoin:hover img:nth-child(1){
	display:none;
}
.centerMain .centerPrev, .centerMain .centerNext {
    width: .38rem;
    height: .8rem;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
}
.centerMain .centerPrev{
	left:0;
	top:.98rem;
}
.centerMain .centerNext{
	right:0;
	top:.98rem;
}
.centerMain .centerPrev img, .centerMain .centerNext img {
    display: block;
    width: 100%;
}
.seasonTc,.turtorTc,.creatorTc{
	width:100%;
	height:100%;
	background:rgba(0,0,0,.9);
	position:fixed;
	left:0;
	top:0;
	z-index:20;
	display:none;
}
.creatorBody{
	width:10.15rem;
	height:15.17rem;
	background:url(../images/m/tc1.png) no-repeat center;
	background-size:cover;
	position:relative;
	margin:0 auto;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
}
.creatorTit{
	font-size:.42rem;
	color:#fff;
	text-align: center;
	font-family: 'regular';
	width:9.16rem;
	margin:0.66rem auto 0;
	border-bottom:0.01rem solid rgba(107,107,107,.6);
	padding-bottom:.26rem;
}
.creatorMain{
	width:9.16rem;
	height:13.7rem;
	overflow: hidden;
	position:relative;
	margin:0 0 0 .53rem;
}
.creatorMain .creatorList{
	width:100%;
	height:11.9rem;
	overflow: auto;
}
.creatorMain .creatorList::-webkit-scrollbar {
    width: 0.02rem;
    background: #6b6b6b;
}
.creatorMain .creatorList::-webkit-scrollbar-corner,
    /* 滚动条角落 */
.creatorMain .creatorList::-webkit-scrollbar-thumb,
.creatorMain .creatorList::-webkit-scrollbar-track {      /*滚动条的轨道*/
    border-radius: 4px;
}
.creatorMain .creatorList::-webkit-scrollbar-corner,
.creatorMain .creatorList::-webkit-scrollbar-track {
    /* 滚动条轨道 */
    background-color: rgba(180, 160, 120, 0.1);
    box-shadow: inset 0 0 1px rgba(180, 160, 120, 0.5);
}
.creatorMain .creatorList::-webkit-scrollbar-thumb {
    /* 滚动条手柄 */
    background-color: #ff6a13;
}
.creatorMain .creatorList .creatorPut{
	width:100%;
	position:relative;
	margin-top:.32rem;
}
.creatorMain .creatorList .creatorPut p{
	font-size:.26rem;
	color:#fff;
}
.creatorMain .creatorList .creatorPut p.creatorP{
	font-size:.24rem;
	color:#666666;
}
.creatorMain .creatorList .creatorPut input{
	outline:none;
}
.creatorMain .creatorList .creatorPut input{
	display:block;
	width:8.58rem;
	height:.8rem;
	border:0.01rem solid #606160;
	background:#ececec;
	margin-top:.14rem;
	font-size:.48rem;
	color:#000;
	text-indent:.48rem;
}
.creatorMain .creatorList .creatorPut .creatorUpload{
	width:3.45rem;
	height:2.29rem;
	background:url(../images/m/upload.png) no-repeat center;
	background-size:cover;
	position:relative;
	overflow: hidden;
	cursor: pointer;
	margin-top:.32rem;
}
.creatorMain .creatorList .creatorPut .creatorUpload input{
	width:100%;
	height:100%;
	opacity:0;
	cursor: pointer;
	border:0;
	margin:0;
}
.creatorMain .creatorList .creatorPut .titBody{
	display: flex;
	display: -webkit-flex;
}
.creatorMain .creatorList .creatorPut .titBody .titDiv{
	width:1.9rem;
	height:.32rem;
	position:relative;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin-top:.24rem;
}
.creatorMain .creatorList .creatorPut .titBody .titDiv input{
	opacity:0;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	margin-top:0;
	z-index:2;
	cursor: pointer;
}
.creatorMain .creatorList .creatorPut .titBody .titDiv i{
	display:block;
	width:.32rem;
	height:.32rem;
	background:url(../images/yuan.png) no-repeat center;
	background-size:cover;
	position:relative;
}
.creatorMain .creatorList .creatorPut .titBody .titDiv input:checked + i{
	background:url(../images/yuanh.png) no-repeat center;
	background-size:cover;
}
.creatorMain .creatorList .creatorPut .titBody .titDiv span{
	font-size:.26rem;
	color:#fff;
	margin-left:0.12rem;
}
.creatorMain .creatorList .creatorPut b{
	display:block;
	width:.32rem;
	height:.32rem;
	background:url(../images/yuan.png) no-repeat center;
	background-size:cover;
	position:relative;
	float:left;
	cursor: pointer;
}
.creatorMain .creatorList .creatorPut b.active{
	background:url(../images/yuanh.png) no-repeat center;
	background-size:cover;
}
.creatorMain .creatorList .creatorPut span{
	display:block;
	float:left;
	font-size:.26rem;
	color:#fff;
	margin-left:0.12rem;
	line-height:.32rem;
}
.creatorMain .creatorList .creatorPut a{
	color:#ff6a13;
}
.creatorMain .submit{
	width:5.91rem;
	height:1.04rem;
	position:relative;
	overflow:hidden;
	margin:.16rem auto 0;
	cursor:pointer;
}
.creatorMain .submit img{
	display:block;
	width:100%;
}
.creatorMain .submit:hover img:nth-child(1){
	display:none;
}
.detailJoin{
	display:block;
	width:5.91rem;
	height:1.04rem;
	margin:0.4rem auto 0;
	position:relative;
	overflow: hidden;
}
.detailJoin img{
	display:block;
	width:100%;
}
.detailJoin:hover img:nth-child(1){
	display:none;
}
.tit-box.tit-box2{
	width:5.27rem;
}
.newMain{
	width:100%;
	position:absolute;
	left:0;
	top:31.875vh;
}
.newMainPic{
	display:block;
	width:100%;
}
.newJoin{
	display:block;
	width:3.88rem;
	margin:-.8em auto 0;
	position:relative;
	z-index:1;
}
.seasonBody{
	width:10.15rem;
	height:15.17rem;
	background:url(../images/m/tc1.png) no-repeat center;
	background-size:cover;
	position:relative;
	margin:0 auto;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
}
.turtorBody{
	width:10rem;
	position:relative;
	margin:0 auto;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
}
.turtorBody:after{
	display:block;
	content:'';
	width:.51rem;
	height:.51rem;
	background:url(../images/kc.png) no-repeat center;
	background-size:cover;
	position:absolute;
	left:-.24rem;
	top:-.24rem;
	z-index:-1;
}
.turtorBody video{
	width:100%;
	height:100%;
	object-fit: cover;
}
.close{
	width:.94rem;
	height:.94rem;
	position:absolute;
	overflow: hidden;
	right:0;
	top:-1.23rem;
	cursor: pointer;
}
.close img{
	display:block;
	width:100%;
}
.seasonMain{
	width:9.15rem;
	height:13.86rem;
	overflow: hidden;
	position:relative;
	margin:.6rem 0 0 .55rem;
}
.seasonMain .seasonCon{
	width:100%;
	height:12.5rem;
	overflow: auto;
}
.seasonMain .seasonCon::-webkit-scrollbar {
    width: 0.02rem;
    background: #6b6b6b;
}
.seasonMain .seasonCon::-webkit-scrollbar-corner,
    /* 滚动条角落 */
.seasonMain .seasonCon::-webkit-scrollbar-thumb,
.seasonMain .seasonCon::-webkit-scrollbar-track {      /*滚动条的轨道*/
    border-radius: 4px;
}
.seasonMain .seasonCon::-webkit-scrollbar-corner,
.seasonMain .seasonCon::-webkit-scrollbar-track {
    /* 滚动条轨道 */
    background-color: rgba(180, 160, 120, 0.1);
    box-shadow: inset 0 0 1px rgba(180, 160, 120, 0.5);
}
.seasonMain .seasonCon::-webkit-scrollbar-thumb {
    /* 滚动条手柄 */
    background-color: #ff6a13;
}
.seasonMain .seasonCon .seasonPic{
	display:block;
	max-width:100%;
	margin:0 auto;
}
.seasonMain .seasonCon .seasonTitle{
	font-size:.41rem;
	color:#fff;
	text-align: center;
	font-family: 'regular';
	margin-top:.32rem;
	letter-spacing: 0.02rem;
}
.seasonMain .seasonCon .seasonDate{
	width:100%;
	margin:0 auto;
	font-size:.26rem;
	color:#d6d6d6;
	text-align: center;
	margin-top:.1rem;
	margin-bottom:.32rem;
	border-bottom:0.01rem solid rgba(107,107,107,.6);
	padding-bottom:.26rem;
}
.seasonMain .seasonCon .seasonWen{
	font-size:.24rem;
	color:#fff;
	line-height:.48rem;
}
.seasonMain .shang{
	width:.29rem;
	height:.25rem;
	background:url(../images/sha.png) no-repeat center;
	background-size:cover;
	position:absolute;
	right: 0.05rem;
	top: .2rem;
	cursor: pointer;
}
.seasonMain .xia{
	width:.29rem;
	height:.25rem;
	background:url(../images/sha.png) no-repeat center;
	background-size:cover;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	position:absolute;
	right: 0.05rem;
	bottom: .35rem;
	cursor: pointer;
}
.g_code{
	color: #c9b89a;
	font-size: .2rem;
	padding: 0 .2rem;
	margin-left: .1rem;
	position: relative;
	cursor: pointer;
}
.g_code.active{
	pointer-events: none;
}
.g_code:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    border-left: 1px solid #e6e6e6;
}
#loginModal.active {
	opacity: 1;
	z-index: 21;
	display:block;
}
#loginModal {
	display:none;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: -1;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
}
#loginModal .user-info {
	width: 4.7rem;
	border-radius: 0.06rem;
	background: white;
	padding: 0 .35rem .27rem;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(1.7);
	z-index: 50;
}

#loginModal .user-info .hero-logoc {
	display: block;
	height: .56rem;
	width: 2rem;
	object-fit: contain;
	margin: .35rem auto .2rem;
}

#loginModal .user-info .nclose,
#loginModal .user-info .close {
	position: absolute;
	right: 0.2rem;
	top: 0.195rem;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: .19rem;
	height: .19rem;
	background-image: url(//cdnstatic.herogame.com/static/duetnightabyss/1.0/images/icon/hero-close.png);
	cursor: pointer;
}

#loginModal .user-info .form-box {
	margin-bottom: .3rem;
	display: flex;
	flex-direction: column;
	gap: .1rem;
}

#loginModal .user-info .input-item {
	position: relative;
	border: 0.01rem solid rgba(0, 0, 0, .1);
	width: 100%;
	display: flex;
	align-items: center;
	height: .53rem;
}

#loginModal .user-info .input-item .prefix-wrapper {
	width: .18rem;
	padding-left: .16rem;
	display: flex;
	justify-content: center;
}

#loginModal .user-info .input-item .prefix-icon {
	display: block;
	max-width: 100%;
}

#loginModal .user-info .input-item .form-box-input {
	padding-left: .13rem;
	border: 0;
	box-sizing: border-box;
	font-size: 0.2rem;
	color: #585858;
	outline: none;
	flex: 1;
	min-width: 0;
	font-family: BaseBlod;
}

#loginModal .user-info.big-padding .form-box-input {
	padding-left: .15rem;
}

#loginModal .user-info .input-item .verification {
	color: #c9b89a;
	font-size: .2rem;
	padding: 0 .2rem;
	margin-left: .1rem;
	position: relative;
	cursor: pointer;
	font-family: BaseREGULAR;
}

#loginModal .user-info .input-item .verification.active {
	pointer-events: none;
}

#loginModal .user-info .input-item .verification:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	border-left: 0.01rem solid #e6e6e6;
}

#loginModal .user-info .tipSure {
	width: 100%;
	height: .6rem;
	border-radius: .3rem;
	color: #d6bb8a;
	font-family: BaseBlod;
	font-size: .22rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	box-sizing: border-box;
	background: #353535;
	border: 0;
}

#loginModal .user-info .input-item.tip-wrapper {
	border: 0;
	margin: -.4rem 0;
	min-height: .53rem;
	height: inherit;
}

#loginModal .user-info .input-item .tip {
	padding-left: .13rem;
	font-size: .12rem;
	font-family: BaseBlod;
	color: #858585;
	line-height: .2rem;
}

#loginModal .agree,
#loginModal .newTip {
	display: flex;
	width: 100%;
	color: #858585;
	font-size: .16rem;
	line-height: .22rem;
	align-items: center;
	padding-left: .3rem;
	margin-bottom: .15rem;
}

#loginModal .agree .agree-checkbox,
#loginModal .newTip .agree-checkbox {
	height: .14rem;
	width: .14rem;
	margin-right: 0.07rem;
	border: 0.01rem solid #bbbbbb;
	position: relative;
	cursor: pointer;
}

#loginModal .agree .agree-checkbox .check-icon,
#loginModal .newTip .agree-checkbox .check-icon {
	width: .19rem;
	height: .14rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(1.05);
	max-width: unset;
	display: none;
}

#loginModal .agree .agree-checkbox.active .check-icon,
#loginModal .newTip .agree-checkbox.active .check-icon {
	display: block;
}

#loginModal .agree span,
#loginModal .newTip span {
	font-family: BaseBlod;
}

#loginModal .agree .agree-link,
#loginModal .newTip .agree-link {
	color: #cab99b;
	text-decoration: none;
	cursor: pointer;
}

#loginModal .agree .agree-link,
#loginModal .newTip .agree-link {
	font-family: BaseBlod;
}

#loginModal .user-info .input-item .form-box-input::placeholder {
	color: #cacaca;
	font-family: 'BaseREGULAR';
	font-size: .2rem;
}

#loginModal .user-info .input-item .prefix-icon.lock {
	width: .16rem;
}

#loginModal .user-info .tools {
	display: flex;
	justify-content: space-between;
	margin-bottom: .4rem;
}

#loginModal .user-info .tools.info {
	margin-bottom: .55rem;
}

#loginModal .user-info .tools .tool-item {
	font-size: .16rem;
	font-family: BaseBlod;
	color: #b9a789;
	cursor: pointer;
}

#loginModal .button {
	transform-origin: center;
}

#loginModal .user-info .btn.black {
	background: #353535;
	border: 0;
}

#loginModal .user-info .btn {
	width: 100%;
	height: .6rem;
	border-radius: .3rem;
	border: 0.01rem solid #d7bd8d;
	color: #d6bb8a;
	font-family: BaseBlod;
	font-size: .22rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	box-sizing: border-box;
}

#loginModal .user-info .btn:hover {
	opacity: .9 !important;
}

#loginModal .user-info.big-padding {
	padding: .6rem .35rem .5rem;
}

#loginModal .user-info .form-box.big-gap {
	gap: .4rem;
}

#loginModal .user-info .back-icon {
	position: absolute;
	width: .11rem;
	display: block;
	left: .26rem;
	top: .2rem;
	transform: rotate(180deg);
	transform-origin: center center;
	cursor: pointer;
}

#loginModal .user-info .title {
	font-size: .28rem;
	font-family: BaseBlod;
	color: #858585;
	margin-bottom: .39rem;
	text-align: center;
}

#loginModal .user-info .form-box.big-margin {
	margin-bottom: .5rem;
}

#loginModal .user-info .success-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: .1rem;
	padding: .6rem 0;
}

#loginModal .user-info .success-wrapper .success-icon {
	width: .59rem;
	display: block;
}

.isCheck {
	margin: .2rem 0;
	font-size: .2rem;
	font-family: BaseBlod;
	color: #838383;
}

.isCheck a {
	color: #b9a789;
}

#loginModal .user-info:nth-child(7) .form-box.big-margin {
	margin-bottom: 0;
}

#loginModal .user-info .success-wrapper .success-text {
	font-size: .23rem;
	color: #858585;
	font-family: BaseBlod;
}

.user-info .input-label {
	font-size: .2rem;
	font-family: BaseBlod;
	color: #838383;
}

.user-info .tools.info {
	margin-bottom: .3rem;
	padding-left: .15rem;
}
.login-button.active{
	pointer-events: none;
}
/*图片闪烁放大效果*/
@keyframes heartBeat {
  0% {transform: scale(1); opacity: 1;}
  30% {transform: scale(1.4); opacity: 0;}
  100% {transform: scale(1); opacity: 0;}
}
@-webkit-keyframes heartBeat {
  0% {-webkit-transform: scale(1); opacity: 1;}
  30% {-webkit-transform: scale(1.4); opacity: 0;}
  100% {-webkit-transform: scale(1); opacity: 0;}
}
@keyframes imgGo{
	0%{
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
	}
	50%{
		transform: scaleY(.2);
		-webkit-transform: scaleY(.2);
	}
	100%{
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
	}
}
@-webkit-keyframes imgGo{
	0%{
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
	}
	50%{
		transform: scaleY(.2);
		-webkit-transform: scaleY(.2);
	}
	100%{
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
	}
}