body{font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;}
*{
	box-sizing: border-box;
	color: white;
}
a{
	color: white;
}
.LoadCache{
	width: 100%;
	height: 100%;
	font-size: 2em;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-color: rgb(23,23,68);
	background-image: linear-gradient(to bottom, rgb(23,23,68) , rgb(32,32,68));
	display: block;
	/*z-index: 99999;*/
	transition: all 1.2s;
}
.LoadCache.active{
	background-color: rgba(255,255,255,0);
	background-image: linear-gradient(to bottom, rgba(23,23,68,1) , rgba(32,32,68,0.2));
}
.LoadCache .fa{
	margin-left: -50px;
	opacity:1;
	filter:Alpha(opacity=100);
	transition: all 1.2s;
}
.LoadCache.active .fa{
	color: rgba(255, 255, 255, 0);
	margin-left: -50px;
	opacity:0;
	filter:Alpha(opacity=0);
}
.imark{
	font-size: 0.8em;
	color: #ddd;
}
.line-box{
	width: 100%;
	max-width: 1205px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.1);
	margin-top: 23px;
	display: contents;
}
.content{
	max-width: 1180px;
}
.content.full{
	max-width: 100%;
}

.bc-main{
	background-color: rgb(23,23,68);
}
.bc-Vice{
	background-color: rgb(26,26,77);
}
.bc-deep{
	background-color: rgb(8,13,38);
}
.nav-menu{
	margin-bottom: 1em;
}
.nav-menu .c-deep{
	color: #72ecff;
}
.nav-menu>ul>li:last-child>a{
	color: #72ecff;
}
.tt-upper{
	text-transform: uppercase;
}
.fs10{font-size: 1em;}.fs12{font-size: 1.2em;}.fs14{font-size: 1.4em;}.fs16{font-size: 1.6em;}.fs18{font-size: 1.8em;}
.fs20{font-size: 2em;}.fs22{font-size: 2.2em;}.fs24{font-size: 2.4em;}.fs26{font-size: 2.6em;}.fs28{font-size: 2.8em;}
.fs30{font-size: 3em;}.fs32{font-size: 3.2em;}.fs34{font-size: 3.4em;}.fs36{font-size: 3.6em;}.fs38{font-size: 3.8em;}
.hl30{
	line-height: 3em;
}
.hl40{
	line-height: 4em;
}
.hl50{
	line-height: 5em;
}
.fs06{font-size: 0.6em;}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
.tips.icon{
	margin-left: 10px;
}
.tips.icon:before{
	width: 20px;
	height: 20px;
    float: inherit;
    display: inline-block;
    margin: 0;
}

/*
按钮：rgb(185,96,224) rgb(119,56,244)
背景：rgb(23,23,68) rgb(26,26,77)
深色：rgb(8,13,38)
*/
.head-menu-box{
	height: 69px;
	line-height: 69px;
}
.menu-content-box{
	z-index: 999;
	transition: all 1s;
}
.menu-content-box.pfix-t-box{
	top: -100px;
	left: 0;
	transform: none;
}
.menu-content-box.pfix-t-box.action{
	top: 0%;
}
.logo{
	width: 250px;
	height: 32px;
}
.logo .sicon{
	background-color: transparent;
}
.logo .sicon img{
	width: 109px;
}
.login-menu{

}
.login-menu>ul{
	position: relative;
}
.login-menu,.login-menu a{
	color: white;
	text-transform: uppercase;
}
.login-menu .icon-cart{
	font-size: 18px;
}
.login-menu .icon-cart:hover::before{
	background-image: url(../img/icon_cart_selected.png);
}
.full .main-menu{
	padding-left: 250px;
}
.full .main-menu, .full .login-menu{
	display: inline-block;
}
.main-menu>.show{
	
}
.main-menu>.show .icon:before{
	display: inline-block;
	float: right;
	transform: translateY(0.5em);
}
.main-menu>.show li{
	font-size: 16px;
	position: relative;
	padding: 0;
	padding-right: 61px;
}
.main-menu>.show .drop-menu>ul{
	background-color: rgb(8,13,38);
}
.main-menu>.show .drop-menu li{
	font-size: 14px;
	text-indent: 1em;
}

.login-menu>ul>li{
	position: relative;
}
.login-menu>ul>li:hover .drop-menu{
	display: block;
}
.login-menu .drop-menu{
	font-size: 18px;
	display: none;
}
.login-menu .drop-menu>ul{
	position: relative;
}
.login-menu .drop-menu li{
	width: 100%;
	position: relative;
	margin: 0;
	line-height: 3.8em;
}
.login-menu .drop-menu li:hover{
	background-color: rgb(26,26,77);
}
.login-menu .drop-menu li>a{
	width: 100%;
	height: 100%;
}
.sign-out{
}
.sign-out:hover a, .sign-out:hover span{
	color: red;
}
.sign-out .fa-sign-out{
	transition: all 1s;
}
.sign-out:hover .fa-sign-out{
	transform: translateX(50%);
}


	/* 下拉样式 */
	.drop-menu{
		width: 100%;
		height: 0;
		display: block;
		position: absolute;
		left: 0;
		top: 100%;
		overflow: hidden;
		opacity:0;
		filter:Alpha(opacity=0);
		transition: all 1s;
		z-index: 3;
	}
	*:hover>.drop-menu{
		height: auto;
		opacity:100;
		filter:Alpha(opacity=100);
	}
	.drop-menu>ul{
		padding-bottom: 3em;
		width: 100%;
		height: 100%;
		display: block;
		opacity:0;
		filter:Alpha(opacity=0);
		transition: all 2s;
		z-index: 2;
		transform: translateY(-100%);
	}
	*:hover>.drop-menu>ul{
		opacity:100;
		filter:Alpha(opacity=100);
		transform: translateY(0%);
		z-index: 99;
	}
	.drop-menu li{
		width: 100%;
		line-height: 2.4em;
		display: block;
		font-size: 0.6em;
	}

.tids{
}
.tids:before{
	content: '(';
}
.tids:after{
	content: ')';
}
.btnbox{
	font-size: 14px;
	line-height: 45px;
	padding: 0 12px;
	display: inline-table;
	border-radius: 2em;
	position: relative;
	background-color: rgb(185,96,224); /* 不支持线性的时候显示 */
    background-image: linear-gradient(to right, rgb(185,96,224) , rgb(119,56,244));
	transition: all 0.5s;
	overflow: hidden;
}
.btnbox:hover{
}


.btnbox:before{
	content: '';
	width: 0%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
    background-image: linear-gradient(to right, #6bdaff , #4772fd);
	transition: all 0.5s;
}
.btnbox:hover:before{
	width: 100%;
}
.btnbox>span{
	z-index: 2;
	position: relative;
}

.showsmer{
	position: relative;
	width: 100%;
	padding-left: 250px;
}
.showsmer>.left{
	width: 250px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgb(26,26,77);
	border-radius: 0 0 6px 6px;
	overflow: hidden;
	padding-bottom: 184px;
}
.showsmer>.left.fixed{
	position: fixed;
	padding-top: 66px;
	left: 0;
}
.showsmer>.left.bottom{
	height: auto;
	top: auto;
	bottom: 0;
}
.showsmer>.show{
	position: relative;
	width: 100%;
	padding: 34px 58px 34px 39px;
}
.left-menu{
	position: relative;
	height: 100%;
}
.left-menu a:hover{
	color: white;
}
.left-menu>ul>li{
	width: 100%;
	font-size: 18px;
	line-height: 65px;
	border-bottom: 1px solid #313266;
}
.left-menu .li{
	padding: 1px;
	padding-left: 41px;
	font-size: 18px;
	line-height: 72px;
	text-align: center;
}
.left-menu-show{
	position: relative;
	height: fit-content;
    max-height: 812px;
    overflow-y: auto;
}
/*滚动条整体样式*/
.left-menu-show::-webkit-scrollbar{
	width:6px;
}
.left-menu-show::-webkit-scrollbar-track{/*滚动条里面轨道*/
	background: #4772fd;
	background-image: linear-gradient(to right, #6bdaff, #4772fd);
	border-radius:2px;
}

.left-menu-show::-webkit-scrollbar-thumb{
	background: red;
	border-radius:10px;
}

.left-menu-show::-webkit-scrollbar-thumb{
	background: #4772fd;
	background-image: linear-gradient(to right, #6bdaff, #4772fd);
}

.left-menu-show::-webkit-scrollbar-corner{
	background: #4772fd;
	background-image: linear-gradient(to right, #6bdaff, #4772fd);
}
.left-menu-show::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #4772fd;
    background: #4772fd;
    scrollbar-arrow-color:red;
}
.left-menu-show::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0);
    border-radius: 0;
    background: rgba(0,0,0,0);
}

.left-menu-show>li{
	position: relative;
	transition: all 0.5s;
}
.left-menu-show>li:hover,.left-menu-show>li.active{
	background-color: #080d26;
    background-image: linear-gradient(to right, #BC62DF , #612AFC);
    background-size: 100% 65px;
    background-repeat: no-repeat;
    background-position: top;
}
.left-menu-show>li:before,.left-menu-show>li:after{
	content: '';
	width: 0%;
	height: 1px;
    //background-image: linear-gradient(to right, #BC62DF , #612AFC);
	display: inline-block;
	position: absolute;
	transition: all 0.5s;
}
.left-menu-show>li>.cell>a{
	font-size: 16px;
	font-weight: 600;
}
.left-menu-show>li.active>.cell>a{
	color: white;
}
.left-menu-show>li:before{
	top: 0;
	left: 0;
}
.left-menu-show>li:after{
	bottom: 0;
	right: 0;
}
.left-menu-show>li:hover::before,.left-menu-show>li:hover::after{
	width: 100%;
}
.left-menu-show li .cell{
	width: 100%;
}
.left-menu-show li a{
	width: 100%;
	height: 100%;
	display: block;
}
.bgi-001{
	background-image: url(../img/pic001.png);
	background-size: 100% auto;
}
.left-menu-show .licon{
	width: 1.6em;
	height: 1.6em;
	transform: translateY(5px);
}
.left-menu .icon:before{
	display: inline-block;
	float: inherit;
}
.left-menu .icon-drop-red:before{
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	margin: 0;
	float: right;
	background-size: 32px 32px;
	transform: translateY(14px);
}

.left-menu-show .cell>.actual{
	font-size: 15px;
	position: absolute;
	right: 13px;
	top: 27px;
	cursor: pointer;
}

.fa-plus.active:before{
	content: "\f068";
}
.left-menu-show .hdrop-menu{
	position: relative;
	width: 100%;
	height: 0;
	opacity:0;
	filter:Alpha(opacity=0);
	transition: all 2s;
	z-index: 2;
	float: left;
	overflow: hidden;
	font-size: 14px;
	line-height: 18px;
}

.left-menu-show .hdrop-menu.active{
	height: auto;
	opacity:100;
	filter:Alpha(opacity=100);
}
.left-menu-show .hdrop-menu>li{
	width: 100%;
	float: left;
	height: 56px;
	padding: 0;
	position: relative;
}
.left-menu-show .hdrop-menu>li>a{
	height: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}


.nav-menu{
	font-size: 14px;
	line-height: 18px;
	text-align: left;
}
.nav-menu>ul>li{
	padding: 0;
	line-height: inherit;
}
.nav-menu>ul>li:after{
	content: ' > ';
}
.nav-menu>ul>li:last-child::after{
	display: none;
}
.titler-box{
	position: relative;
	width: 100%;
}
.titler-box h1{
	font-size: 64px;
	line-height: 64px;
}
.titler-box .imark{
	font-size: 14px;
	line-height: 30px;
	max-width: 1020px;
}
.titler-box h3{
	font-size: 36px;
	padding-bottom: 36px;
	line-height: 1em;
}
.b-line:before{
	content: '';
	width: 269px;
	height: 13px;
	background-image: url(../img/pic008.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.services-menu{
}
.services-menu .cell{
	width: 100%;
	display: inline-block;
	min-width: 18em;
	position: relative;
}
.services-menu>ul>li{
	max-width: 33%;
}
.services-menu .cell p:nth-child(2){
	margin-top: 13px;
}
.services-menu .cell p.line2{
	margin: 0.5em auto;
	text-indent: 0;
	padding-left: 1em;
	height: 3em;
}
.services-menu .img-box{
	width: 80px;
	height: 80px;
	display: inline-block;
	float: left;
	border-radius: 50%;
}
.services-menu .img-box>img{
	width: 80px;
	height: 80px;
}
.services-menu p{
	font-size: 20px;
	line-height: 30px;
}
.services-menu .cell p{
	text-indent: 13px;
}

.heroic-alist, .steps-box, .whyus-box{
	position: relative;
	padding: 49px 0;
}
.heroic-alist>div{
	height: 387px;
	padding: 6px;
	position: relative;
}
.heroic-alist>div:hover{
	transform: scale(1.07);
	z-index: 99;
}
.heroic-alist .cell{
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.30);
	overflow: hidden;
}
.heroic-alist .cell.active, .heroic-alist .cell:hover{
}
.heroic-img{
	width: 100%;
	height: 100%;
}
.heroic-img:before{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #17174669;
	z-index: 1;
}
.heroic-alist>div:hover .heroic-img:before{
	background-color: #17174600;
	z-index: 1;
}
.heroic-img .sicon>img, .heroic-img .sicon>a>img{
	min-width: 100%;
}
.heroic-quality{
	line-height: 1.6em;
	font-size: 0.8em;
	padding: 22px;
	z-index: 9;
}
.heroic-quality>.show{
	position: relative;
	width: 100%;
}

.heroic-quality>.show:before {
	content: '';
    height: 300%;
    width: 300%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-60%,-45%);
    background-color: transparent; /* 浏览器不支持的时候显示 */
    background-image: radial-gradient(black, rgba(0, 0, 0, 0.80), transparent, transparent); /* 标准的语法（必须放在最后） */
    z-index: -1;
}
.heroic-quality>.show>h4{
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 3px;
}
.heroic-quality>.show>p{
	font-size: 16px;
	line-height: 36px;
	color: #bfc3f9;
}
.heroic-quality>.show>p.icon:before{
	width: 15px;
	height: 15px;
}
.heroic-quality>.show>p.imark{
	font-size: 14px;
	line-height: 24px;
}
.heroic-quality>.show>p.large{
	font-size: 24px;
	line-height: 24px;
}
.b{
	font-weight: 600;
}
.heroic-quality .btnbox{
	width: 120px;
	height: 44px;
	display: inline-block;
	position: absolute;
	right: -16px;
	bottom: 0;
	padding: 0 12px;
	border-radius: 4px;
	text-align: center;
}
.heroic-quality .btnbox>span{
	font-size: 14px;
	line-height: 20px;
}
.heroic-quality>.show h4, .heroic-quality>.show p.b{
	color: white;
}
.steps-box{
	position: relative;
}
.steps-alist{
	padding-top: 80px;
}
.steps-alist>ul>li{
	width: 20%;
	float: left;
	padding: 0 10px;
}
.steps-alist .cell{
	position: relative;
	width: 100%;
}
.img-box{
	width: 100%;
	position: relative;
}
.img-box img{
	width: 100px;
	height: 100px;
	max-width: 100px;
	display: block;
	margin: auto;
	border-radius: 100px;
}
.steps-alist>ul>li .cell .img-box:after{
	content: '';
	width: 6em;
	height: 1em;
	background-image: url(../img/icon_point.png);
	background-size: auto 100%;
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateX(50%);
}
.steps-alist>ul>li:last-child .cell .img-box:after{
	display: none;
}
.steps-alist .cell .intor h4{
	font-size: 20px;
}
.steps-alist .cell .intor p{
	font-size: 14px;
	line-height: 18px;
	color: #e5e5e5;
}
.intor{
	padding: 0 1em;
}

.whyus-box{
	position: relative;
}
.whyus-box:after{
	content: '';
	width: 352px;
	height: 100%;
	display: block;
	position: absolute;
	right: 0;
	top: 49px;
	background-image: url(../img/pic006.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	z-index: 0;
	pointer-events: none;
	animation: whyusas 2s linear 2s infinite alternate;
    -moz-animation: whyusas 2s linear 2s infinite alternate;
    -webkit-animation: whyusas 2s linear 2s infinite alternate;
    -o-animation: whyusas 2s linear 2s infinite alternate;
}

@keyframes whyusas
{
	0%   {transform: scale(1);}
	50%  {transform: scale(1.02);}
	100% {transform: scale(1);}
}

@-moz-keyframes whyusas /* Firefox */
{
	0%   {transform: scale(1);}
	50%  {transform: scale(1.02);}
	100% {transform: scale(1);}
}

@-webkit-keyframes whyusas /* Safari and Chrome */
{
	0%   {transform: scale(1);}
	50%  {transform: scale(1.02);}
	100% {transform: scale(1);}
}

@-o-keyframes whyusas /* Opera */
{
	0%   {transform: scale(1);}
	50%  {transform: scale(1.02);}
	100% {transform: scale(1);}
}

.whyus-box>div{
	width: 100%;
}
.whyus-alist{
	padding-right: 232px;
	margin: 53px auto;
}
.whyus-alist .cell{
	padding: 24px 57px 24px 70px;
	width: 100%;
}
.whyus-alist .cell .XXX-larger:before{
	width: 60px;
	height: 70px;
	font-size: 36px;
	line-height: 70px;
	text-align: center;
	background-image: url(../img/icon_hexagon.png);
	transform: none;
}
.whyus-alist>ul>li:nth-child(1) .cell .XXX-larger:before{
	content: '01';
}
.whyus-alist>ul>li:nth-child(2) .cell .XXX-larger:before{
	content: '02';
}
.whyus-alist>ul>li:nth-child(3) .cell .XXX-larger:before{
	content: '03';
}
.whyus-alist>ul>li:nth-child(4) .cell .XXX-larger:before{
	content: '04';
}
.whyus-alist>ul>li:nth-child(5) .cell .XXX-larger:before{
	content: '05';
}
.whyus-alist>ul>li:nth-child(6) .cell .XXX-larger:before{
	content: '06';
}
.whyus-alist .cell>.icon.XXX-larger{
	position: absolute;
	left: 0;
}
.whyus-alist .cell h4{
	width: 100%;
	font-size: 20px;
	line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.whyus-alist .cell p{
	width: 100%;
	font-size: 14px;
	color: #e5e5e5;
	line-height: 24px;
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.whyus-honor-alist{
	position: relative;
}
.whyus-honor-alist>ul>li{
	padding: 5px;
}
.whyus-honor-alist .cell{
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 46px 1em;
}
.whyus-honor-alist .cell .XXX-larger{
	font-size: 48px;
	line-height: 48px;
	position: relative;
}
.whyus-honor-alist .cell .XXX-larger:before, .whyus-honor-alist .cell .XXX-larger:after{
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	display: inline-block;
	right: -20px;
	top: 50%;
	background-image: url(../img/icon_redpoint.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.whyus-honor-alist .cell .XXX-larger:before{
	background-image: url(../img/icon_whiteadd.png);
	transform: translateY(-20px);
}
.whyus-honor-alist .cell .XXX-larger:after{
	transform: translateY(4px);
}
.whyus-honor-alist .cell .intor{
	width: 100%;
	margin-top: 11px;
}
.whyus-honor-alist .cell .intor p{
	height: 64px;
	color: #e5e5e5;
	font-size: 16px;
	line-height: 32px;
}

.gotany-box{
	position: relative;
	padding: 50px 0;
}

.whyus-select-intor{
	margin: auto;
	max-width: 30em;
	font-size: 20px;
	line-height: 30px;
}
.whyus-select-box{
	padding: 50px 300px;
	font-size: 14px;
	line-height: 14px;
}
.whyus-select-box .icon:before{
	width: 0.6em;
	height: 0.6em;
	display: inline-block;
	float: inherit;
	transform: none;
	border-radius: 2em;
	background-color: rgb(185,96,224); /* 不支持线性的时候显示 */
    background-image: linear-gradient(to right, rgb(185,96,224) , rgb(119,56,244));
}
.whyus-chatNow{
	margin: 6px auto;
}
.whyus-chatNow .btnbox{
	font-size: 20px;
	line-height: 60px;
	min-width: 256px;
	display: inherit;
    margin: auto;
    border-radius: 0;
}

/*底部*/ 
.footer{
	position: relative;
	margin-top: 121px;
	padding: 0 180px;
	background-color: #000033;
}
.footer:before{
	content: '';
	width: 189px;
	height: 306px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../img/pic007.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	pointer-events: none;
}
.footer:after{
	content: '';
	width: 100%;
	height: 197px;
	position: absolute;
	top: -197px;
	left: 0;
	background-image: url(../img/pic009.png);
	background-size: 100% 100%;
	background-position-x: center;
	background-repeat: no-repeat;
	pointer-events: none;
}
.logo-footer-img{
	padding-bottom: 110px;
}
.icon-disoord:before{
	background-image: url(../img/icon_discord.png);

}
.icon-skype:before{
	background-image: url(../img/icon_skype.png);

}
.icon-message:before{
	background-image: url(../img/icon_message.png);

}
.icon-site:before{
	background-image: url(../img/icon_site.png);

}
.icon-tel3:before{
	background-image: url(../img/icon_tel3.png);

}

.footer-intor-box a:hover .icon-disoord::before{
	background-image: url(../img/icon_discord_selected.png);

}
.footer-intor-box a:hover .icon-skype::before{
	background-image: url(../img/icon_skype_selected.png);

}
.footer-intor-box a:hover .icon-message::before{
	background-image: url(../img/icon_message_selected.png);

}
.footer-intor-box a:hover .icon-site::before{
	background-image: url(../img/icon_site_selected.png);

}
.footer-intor-box a:hover .icon-tel3::before{
	background-image: url(../img/icon_tel3_selected.png);

}

.logo-footer>.imark{
	padding-right: 170px;
	font-size: 12px;
	line-height: 18px;
}

.footer-intor-box{
	position: relative;
}
ul.footer-menu>li{
	padding: 0;
}
.footer-drop-menu{

}
ul.footer-drop-menu>li{
	width: 100%;
	padding: 0;
	line-height: 48px;
	font-size: 14px;
}
.footer-drop-menu>li a{
	position: relative;
	line-height: 48px;
	font-size: 14px;
	padding: 6px 0;
}
.footer-drop-menu>li .icon:before{
	width: 24px;
	height: 24px;
	display: inline-block;
	float: inherit;
	background-size: 100% auto;
}
.footer-drop-menu>li a:after{
	content: '';
	width: 0%;
	height: 1px;
	display: inline-block;
	background-color: orangered;
	background-image: linear-gradient(to right,#6fe7ff,#518cfe);
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 1s;
}
.footer-drop-menu>li a:hover::after{
	width: 100%;
}
.footer-drop-menu>li a:hover{
	color: #518cfe;
	background-image:-webkit-linear-gradient(left,#6fe7ff,#518cfe); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
}
.payments-box{
	position: absolute;
	left: 50%;
	bottom: 0;
}
.payments-box h3{
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 26px;
}
.payments-box .pay-img{
	padding: 6px 0;
}
.payments-box .pay-img img{
	height: 1em;
}


.footer-Social-box{
	padding: 2em 0;
	border-top: 1px solid rgba(255,255,255,0.2);
	background-color: #000033;
}
.footer-Social-logo{
	margin: auto;
}
.footer-Social-alist{
	margin: auto;
}
.footer-Social-alist img{
	width: 2em;
}



/*
图标
*/

.icon-cart:before{
	background-image: url(../img/icon_cart.png);
}
.icon-drop:before{
	background-image: url(../img/icon_drop.png);
}
.icon-drop-red:before{
	background-image: url(../img/icon_drop_red.png);
}
.icon-diamonds:before{
	background-image: url(../img/icon_diamonds.png);
}
.icon-service1:before{
	background-image: url(../img/icon_service1.png);
}
.icon-service2:before{
	background-image: url(../img/icon_service2.png);
}
.icon-service3:before{
	background-image: url(../img/icon_service3.png);
}

.icon-Mythic:before{
	background-image: url(../img/ico001.png);
}
.icon-Raids:before{
	background-image: url(../img/ico002.png);
}
.icon-Gold:before{
	background-image: url(../img/ico003.png);
}
.icon-Mounts:before{
	background-image: url(../img/ico004.png);
}
.icon-Achievements:before{
	background-image: url(../img/ico005.png);
}
.icon-Tower:before{
	background-image: url(../img/ico009.png);
}
.icon-Farm:before{
	background-image: url(../img/ico006.png);
}
.icon-Bundies:before{
	background-image: url(../img/ico007.png);
}
.icon-PVP:before{
	background-image: url(../img/ico008.png);
}



.Curtain{
	width: 100%;
	height: 100%;
	pointer-events: none;
	overflow: hidden;
}
.Curtain *{
	pointer-events: none;
}
[class*=planet-]{
	width: 3.2em;
	height: 3.2em;
	position: absolute;
	animation:planet 2s linear 2s infinite alternate;
	/* Firefox: */
	-moz-animation:planet 2s linear 2s infinite alternate;
	/* Safari and Chrome: */
	-webkit-animation:planet 2s linear 2s infinite alternate;
	/* Opera: */
	-o-animation:planet 2s linear 2s infinite alternate;
}
[class*=planet-]:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	background-image: url(../img/planet_01.png);
}
[class*=planet-][class*=-s1]:before{
	background-image: url(../img/planet_02.png);
}
[class*=planet-][class*=-s2]:before{
	background-image: url(../img/planet_04.png);
}
@keyframes planet
{
	0%   {transform: scale(1);}
	50%  {transform: scale(1.05);}
	100% {transform: scale(1);}
}

@-moz-keyframes planet /* Firefox */
{
	0%   {transform: scale(1);}
	50%  {transform: scale(1.05);}
	100% {transform: scale(1);}
}

@-webkit-keyframes planet /* Safari and Chrome */
{
	0%   {transform: scale(1);}
	50%  {transform: scale(1.05);}
	100% {transform: scale(1);}
}

@-o-keyframes planet /* Opera */
{
	0%   {transform: scale(1);}
	50%  {transform: scale(1.05);}
	100% {transform: scale(1);}
}
.planet-1{
	width: 96px;
	height: 96px;
	left: 50%;
	top: 4em;
}
.planet-1:before{
	background-image: url(../img/planet_01.png);
}
.planet-2{
	width: 122px;
	height: 122px;
	left: 80%;
	top: 6em;
}
.planet-2:before{
	background-image: url(../img/planet_02.png);
}

.planet-3{
	width: 96px;
	height: 96px;
	left: 3em;
	top: 38em;
}
.planet-3:before{
	background-image: url(../img/planet_01.png);
}


.planet-4{
	width: 96px;
	height: 96px;
	left: 70%;
	top: 84em;
}
.planet-4:before{
	background-image: url(../img/planet_01.png);
}


.planet-5{
	width: 96px;
	height: 96px;
	left: 90%;
	top: 122em;
}
.planet-5:before{
	background-image: url(../img/planet_02.png);
}

.meteor{
	width: 1em;
	height: 8em;
	background-color: white;
	display: block;
	border-radius: 1em;
	position: absolute;
	left: 50%;
	top: 8em;
}
.Curtain>.show{
	position: relative;
	height: 100%;
	width: 100%;
}
.Curtain img,.mereorAuto{
	position: absolute;
	top: -100px;

}




/* 关于我们样式 开始 */
.about-box{
	position: relative;
}
.about-box .nav-menu{
	margin-top: 34px;
	text-decoration: ;
}

.column-title{
	padding: 52px 0 85px 0;
}
.column-title h1{
	font-size: 48px;
}
.wetry-atext{
	padding: 64px 0 37px;
	font-size: 16px;
	line-height: 30px;
}
.about-content-box .img>ul>li{
	padding: 15px;
}
.about-content-box .img>ul>li:nth-child(2n){
	transform: translateY(40px);
}
.about-content-box .img-box img{
	width: 120px;
	height: 120px;
	max-width: 120px;
	border: 0;
	background-color: #2d4477;
}
.about-content-box .cell{
	position: relative;
}
.about-content-box .cell:hover .img-box img{
	background-image: url(../img/icon_about_bgi.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.about-content-box .img .cell{
	background-color: #1d1d55;
	border-radius: 20px;
	padding: 25px 0;
	text-align: center;
	min-height: 374px;

}
.about-content-box .img .cell::before,.about-content-box .img .cell::after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	transition: all 0.5s;
	border-radius: 20px;
	background-image: linear-gradient(to top, #6bd9fe38 , #6bd9fea0 , #6bd9fe);
	display: block;
	z-index: 0;
}
.about-content-box .img .cell:before{
	left: 0;
	top: 0;
}
.about-content-box .img .cell:after{
	right: 0;
	bottom: 0;
}
.about-content-box .img .cell:hover::before,.about-content-box .img .cell:hover::after{
	width: 100%;
	height: 100%;
}
.about-content-box .img .cell>*{
	z-index: 1;
	position: relative;
}
.about-content-box .img .cell h4{
	width: 100%;
	font-size: 24px;
	margin: 25px 0;
	float: left;
}
.about-content-box .img .cell p{
	font-size: 14px;
	line-height: 24px;
	padding: 0 6px;
}


.about-content-box .atext{
	padding: 80px 45px;
}
.about-content-box .atext .fs-big{
	font-size: 24px;
	line-height: 24px;
	color: #05C3DE;
}
.about-content-box .atext .fs-larger{
	margin: 37px 0;
	font-size: 40px;
	line-height: 60px;
	color: white;
}
.about-content-box .atext p{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 18px;
}
.about-content-box .atext .btnbox{
	margin-top: 65px;
	display: inline-block;
	border-radius: 6px;
}

.show-box{
	position: relative;
	margin: 89px 0;
}
.show-box .cell{
	width: 920px;
	margin: auto;
	position: relative;
	border-radius: 920px;
	overflow: hidden;
}
.show-box .cell:before{
	content: '';
	width: 200%;
	height: 200%;
	display: block;
	position: absolute;
	left: -200%;
	top: -200%;
	transform: rotate(45deg);
	background-color: transparent; /* 不支持线性的时候显示 */
    background-image: linear-gradient(to right, transparent , rgba(255,255,255,0.5) , transparent);
    transition: all 1s;
}
.show-box .cell:hover:before{
	left: 100%;
	top: 100%;
}
.about.footer{
	margin-top: 0;
	padding: 280px 280px 0 71px;
	overflow: hidden;
	background-color: transparent;
}
.about.footer:before{
	width: 3840px;
	height: 3840px;
	left: -1460px;
	border-radius: 1920px;
	top: 0;
	z-index: -1;
	transform: none;
	background-color: transparent;
	background-image: linear-gradient(to right, #203184 , #203184);
	pointer-events: none;
}
.about.footer:after{
	background-image: none;
	width: 414px;
	height: 414px;
	left: -43px;
	top: 62px;
	background-image: url(../img/planet_02.png);
	transform: rotate(-90deg);
	pointer-events: none;
}
.about.footer .content{
	position: relative;
	padding-bottom: 74px;
}
.about.footer h3{
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 13px;
}
.about.footer li{
	font-size: 14px;
	line-height: 36px;
}

/* 关于我们样式 结束 */

/* 支付页面2 开始 */

.mythic-key-box{
	position: relative;
	margin-bottom: 6em;
}
.mythic-key-content{
	padding-right: 28px;
}
.mythic-key-right-box{
	width: 495px;
	position: relative;
	float: right;
}
.mythic-key-right-box .show>*{
	padding: 23px;
}
.mythic-form{
	width: 100%;
	display: inline-block;
	background-color: #1C1D55;
	border: 1px solid #10123D;
}
.mythic-form>div{
	position: relative;
}
.mythic-form>div>h5{
	font-size: 18px;
	line-height: 30px;
	color: #05C3DE;
	margin: 10px auto;
}

.mythic-form>div .btnbox{
}
.mythic-btn-box{
	font-size: 14px;
	line-height: 30px;
}
.mythic-btn-box .btnbox{
	width: 120px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	text-align: center;
	background-image: none;
	background-color: transparent;
	display: inline-block;
	margin-right: 17px;
	border-radius: 3px;
	border: 1px solid rgba(255, 255, 255, 0);
}
/*.mythic-btn-box .btnbox.active, */
.mythic-btn-box .btnbox:hover{
	background-color: rgb(185,96,224); /* 不支持线性的时候显示 */
    background-image: linear-gradient(to right, rgb(185,96,224) , rgb(119,56,244));
}
.mythic-btn-box .btnbox>input{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity:0;
	filter:alpha(opacity=0);
}
.mythic-btn-box .btnbox>input[type=radio],.mythic-btn-box .btnbox>input[type=checkbox]{
	opacity:1;
	filter:alpha(opacity=100);
	appearance: none;
	border: 0;
	-webkit-appearance: none;
	outline: none;
}
.mythic-btn-box .btnbox>input[type=radio]::before,.mythic-btn-box .btnbox>input[type=checkbox]::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	display: block;
	background-image: linear-gradient(to right, rgb(185,96,224) , rgb(119,56,244));
}
.mythic-btn-box .btnbox>input[type=radio]:checked::before, .mythic-btn-box .btnbox>input[type=checkbox]:checked::before{
	width: 100%;
}
.mythic-btn-box .btnbox.brLine{
	border: 1px solid rgba(255, 255, 255, 0.20);
}

.mythic-btn-box .btnbox.brDashed{
	border: 1px Dashed rgba(255, 255, 255, 0.40);
	background-image: none;
}
.mythic-btn-box .btnbox.ridno{
	background-color: transparent;
}

.mythic-btn-box .btnbox.bwlong{
	width: 300px;
	float: inherit;
	background-color: rgb(23,23,68);
}

.mythic-btn-box .drop-btnbox{
	position: relative;
	width: 100%;
}
.mythic-btn-box .drop-btnbox>select{
	width: 100%;
	height: 46px;
	line-height: 46px;
	border-radius: 3px;
	background-color: #1c1d55;
	border: 1px solid rgba(255, 255, 255, 0.40);
	border-radius: 3px;
}
.mythic-btn-box .drop-btnbox>select>option{
	background-color: #1c1d55;
	height: 46px;

}
.mythic-btn-box .drop-btnbox>select{
	margin-right: 1em;
}

.mythic-btn-box.cir .drop-btnbox>select{
	border-radius: 23px;
	outline: none;
}
.mythic-btn-box.cir .drop-btnbox>select:focus{
	border-radius: 23px 23px 0 0;

}
.mythic-btn-box.cir .drop-btnbox>select>option::-ms-expand{
	line-height: 3em;display:none;
}
.mythic-btn-box.cir .drop-btnbox>select>option{
	-moz-appearance:none;/*Firefox*/
	-webkit-appearance:none;/*Safari和Chrome*/
	appearance:none;
	font-size: 1.2em;
}

.mythic-btn-box .ra-btnbox input[type=checkbox]{
	width: 1.6em;
	height: 1.6em;
	margin-right: 10px;

}
.mythic-btn-box .ra-btnbox.radio span{
	font-size: 14px;
	line-height: 30px;
}

.mythic-btn-box>.btnbox>span{
	pointer-events: none;
}
.icon-problem:before{
	background-image: url(../img/icon_problem.png);
}

.btnbox.cir{
	border-radius: 3em;
}
.mythic-btn-box.s2 .btnbox{
	width: auto;
	height: 33px;
	line-height: 33px;
	margin-right: 10px;
	padding: 0 16px;
}

.ra-btnbox.radio input{
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background-color: black;
	transform: translateY(0.25em);
}
.ra-btnbox.radio input:before{
	content: '';
	width: 20px;
	height: 20px;
	line-height: 100%;
	display: block;
	border-radius: 1em;
	background-color: black;
}
.ra-btnbox.radio input:checked::before{
	color: white;
	background-color: black;
	background-image: url(../img/icon_point01.png);
	background-size: cover;
}

.Slide-btnbox{
	width: 100%;
	height: 222px;
	position: relative;
	overflow: hidden;
}
.Slide-btnbox:before{
	content: '';
	width: 100%;
	height: 10px;
	display: block;
	background-color: white;
	position: absolute;
	left: 0;
	top: 70%;
	z-index: 2;
}
.Slide-btnbox .Shuttle{
	width: 50%;
	min-width: 5%;
	max-width: 98%;
	height: 10px;
	background: linear-gradient(270deg, #BC62DF, #612AFC);
	position: absolute;
	top: 70%;
	left: 0;

	z-index: 3;
	transition: none;
}
.Slide-btnbox .icon-shuttle:before{
	width: 241px;
	height: 241px;
	position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%,-61%);
    background-image: url(../img/icon_btnbox_tip.png);
}
.Slide-btnbox .tip{
	width: 1.2em;
	height: 1.2em;
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%,-2em);
	transition: none;

    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.Slide-btnbox .tmark{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	color: #a2a2b9;
}
.Slide-btnbox .tmark>li{
	width: 5%;
	position: relative;
	float: left;
	height: 100%;
}
.Slide-btnbox .tmark>li:before{
	content: '';
	width: 2px;
	height: 130px;
	position: absolute;
	right: 0;
	top: 40px;
	display: inline-block;
	background-color: #79799b;
    background-image: linear-gradient(to bottom, #1c1d55, #79799b);
}
.Slide-btnbox .tmark>li>b{
	width: 100%;
	text-align: center;
	margin-top: 2.4em;
	display: block;
	color: #a2a2b9;
	font-size: 0.8em;
}
.Slide-btnbox .tmark>li>span{
	position: absolute;
	right: 0;
	bottom: 24px;
	transform: translateX(50%);
}
.warning-box{
	background-color: black;
	width: 100%;
	height: 100px;
	padding: 15px 11px 24px 56px;
	margin: 16px auto 22px;
	position: relative;
}
.warning-box .icon-warning{
	font-size: 14px;
	line-height: 30px;
}
.warning-box .icon-warning:before{
	width: 25px;
	height: 25px;
	background-image: url(../img/icon_warning.png);
	position: absolute;
	left: 14px;
	top: 30px;
}
.ts-h{
	font-size: 18px;
	line-height: 30px;
}
.ts-p{
	font-size: 14px;
	line-height: 24px;
}

.mythic-price-box{
	position: relative;
}
.mythic-price{
	position: relative;
	margin-bottom: 22px;
}
.mythic-price .actual{
	font-size: 36px;
	line-height: 30px;
	color: #05C3DE;
	margin-right: 26px;
}
.mythic-price .original{
	font-size: 24px;
	line-height: 30px;
	color: #6D94C4;
}
.mythic-price .original.lt{
	text-decoration: line-through;
}
.mythic-price-box .mythic-btn-box{
	margin: 32px auto;
}
.mythic-price-box .mythic-btn-box>div.mfc2{
	padding-right: 11px;
}

.mythic-form-intor{
	margin-bottom: 80px;
}
.mythic-form-intor .mythic-Grade{
	margin: 22px auto;
	font-size: 24px;
	line-height: 30px;
}
.mythic-Grade .icon-grade{
	width: 180px;
	height: 35px;
	display: inline-block;
	position: relative;
}
.mythic-form-intor .icon:before{
	transform: translateY(0);
}
.icon-star:before{
	width: 35px;
	height: 35px;
	background-image: url(../img/icon_star.png);
}
.icon-problem:before{
	background-image: url(../img/icon_problem.png);
}
.icon-grade:before{
	width: 100%;
	height: 100%;
	background-image: url(../img/icon_grade.png);
	background-size: 100% 100%;
}
.mythic-Grade-small-box{
	display: inline-block;
	width: auto;
	height: 100%;
	padding-left: 6px;
}
.fs-line2{
	height: 100%;
	line-height: 18px;
	font-size: 12px;
	display: inline-block;

}
/* 支付页面2 结束 */


/* wow gold 开始 */

.btnbox-list{
	position: relative;
	margin-bottom: 57px;
}
.btnbox-list .btnbox{
	width: 245px;
	height: 45px;
	line-height: 45px;
	border-radius: 45px;
	border: 1px solid #71EBFF;
	text-align: center;
	margin-right: 72px;
	background-image: none;
	background-color: transparent;
}
.btnbox-list .btnbox.active, .btnbox-list .btnbox:hover{
	border: 1px solid #71EBFF00;
}
.btnbox-list .btnbox.active:before, .btnbox-list .btnbox:hover::before{
	width: 100%;
	border: 1px solid #71EBFF00;
	background-color: rgb(185,96,224);
    background-image: linear-gradient(to right, rgb(185,96,224) , rgb(119,56,244));
}

.wowgold-service-box{
	position: relative;
}
.wowgold-service-box h3{
	margin: 26px 0 13px 0;
}
.service-list-box{
	width: 100%;
	max-width: 1350px;
	position: relative;
	border: 1px solid #00000000;
	background: linear-gradient(0deg, #72ECFF, #4160FD);
	background-origin: border-box;
}
.service-list-box .menu, .service-list-box .show{
	position: relative;
	width: 100%;
	padding: 32px 17px;
	background-color: rgb(23,23,68);
}
.service-list-box .menu>ul>li{
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	background-image: linear-gradient(0deg, #72ECFF, #4160FD);
	background-origin: border-box;
	border-radius: 4px;
	margin-right: 9px;
	padding: 1px;
	position: relative;
	overflow: hidden;
}
.service-list-box .menu>ul>li:last-child{
	margin-right: 0;
}
.service-list-box .menu>ul>li:hover{
	background-image:none;
}
.service-list-box .menu>ul>li a{
	background-color: rgb(23,23,68);
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #00000000;
	position: relative;
}
.service-list-box .menu>ul>li:hover a, .service-list-box .menu>ul>li.active a{
	background-color: transparent;
	border: 1px solid #4160FD;
}

.service-list-box .menu>ul>li::before{
	content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, #6bdaff , #4772fd);
    transition: all 0.5s;
}
.service-list-box .menu>ul>li:hover::before, .service-list-box .menu>ul>li.active::before{
    width: 100%;
}


.service-list-box .show{
	padding: 32px 119px 111px 119px;
}
.service-list-box .show>ul>li{
	width: 25%;
	float: left;
	line-height: 60px;
}
.service-list-box .show>ul>li a{
	font-size: 14px;
	line-height: 36px;
	position: relative;
	display: inline-block;
}
.service-list-box .show>ul>li a:before{
	content: '';
	width: 10px;
	height: 10px;
	background: linear-gradient(0deg, #72ECFF, #4160FD);
	border-radius: 50%;
	display: inline-block;
	margin-right: 17px;
}
.service-list-box .show>ul>li a:after{
	content: '';
    width: 0%;
    height: 1px;
    display: inline-block;
    background-color: #518cfe;
	background-image:-webkit-linear-gradient(left,#6fe7ff,#518cfe); 
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 1s;
}
.service-list-box .show>ul>li a:hover{
	color: #518cfe;
	background-image:-webkit-linear-gradient(left,#6fe7ff,#518cfe); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
}
.service-list-box .show>ul>li a:hover::after{
	width: 100%;
}
/* wow gold 结束 */


/* VIP  开始 */
.vip-box{
	position: relative;
}
.vip-box .content{
}
.vip-box .nav-menu{
	margin-top: 34px;
}
.vip-box .titler-box h3{
	font-size: 24px;
	line-height: 24px;
}
.vip-level-box{
	position: relative;
	margin: 50px auto;
	padding-bottom: 90px;
	float: left;
}
.vip-level-box>ul{
	position: relative;
	float: left;
}
.vip-level-box>ul>li{
	position: relative;
	width: 16.66%;
	height: 100%;
	padding: 6px;
	float: left;
}
.vip-level-box>ul>li:before{
	content: '';
	width: 120%;
	height: 5px;
	display: block;
	position: absolute;
	bottom: -30px;
	left: 50%;
	background: linear-gradient(-90deg, transparent, #4160FD, transparent);
	transform: translateX(-50%);
}
.vip-level-box>ul>li:after{
	content: '';
	width: 5px;
	height: 12px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -33px;
	background-color: #4160FD;
	transform: translateX(-50%);

}
.vip-level-box>ul>li:nth-child(1)::before{
	width: 60%;
	background: linear-gradient(to right, #fefefe, transparent);
	transform: translateX(0%);
}
.vip-level-box>ul>li:nth-child(1)::after{
	background-color: #fefefe;
}
.vip-level-box>ul>li:nth-child(2)::before{
	background: linear-gradient(-90deg, transparent, #af9586, transparent);

}
.vip-level-box>ul>li:nth-child(2)::after{
	background-color: #af9586;
}
.vip-level-box>ul>li:nth-child(3)::before{
	background: linear-gradient(-90deg, transparent, #b9bfca, transparent);

}
.vip-level-box>ul>li:nth-child(3)::after{
	background-color: #b9bfca;
}
.vip-level-box>ul>li:nth-child(4)::before{
	background: linear-gradient(-90deg, transparent, #e4b966, transparent);

}
.vip-level-box>ul>li:nth-child(4)::after{
	background-color: #e4b966;
}
.vip-level-box>ul>li:nth-child(5)::before{
	background: linear-gradient(-90deg, transparent, #95eaf3, transparent);

}
.vip-level-box>ul>li:nth-child(5)::after{
	background-color: #95eaf3;
}
.vip-level-box>ul>li:nth-child(6)::before{
	width: 60%;
	background: linear-gradient(to left, #518efc, transparent);
	transform: translateX(-100%);
}
.vip-level-box>ul>li:nth-child(6)::after{
	background-color: #518efc;
}
.vip-level-box .cell{
	position: relative;
	display: block;
}
.vip-level-box .cell .img{
	width: 100%;
	max-width: 100px;
	height: 100px;
	display: block;
	margin: auto;
	margin-bottom: 40px;
	position: relative;
}
.vip-level-box .cell .img>img{
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
}
.vip-level-box .cell .intor{
	font-size: 18px;
	line-height: 30px;
	padding: 0;
	text-align: center;
}


.vip-system-box{
	position: relative;
	float: left;
}

.system-alist{
	margin: 40px auto;
}
.system-alist .cell{
	padding: 35px 6px;
}
.system-alist .cell .img{
	width: 170px;
	height: 120px;
	display: block;
	float: left;
}
.system-alist .cell .img>img{
	width: 100px;
	height: 100px;
	margin: 10px auto;
	display: block;
}
.system-alist .cell h3{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 22px;
}
.system-alist .cell p{
	font-size: 14px;
	line-height: 24px;
}


.vip-select-box{
}
.vip-select-box p{
	font-size: 24px;
	line-height: 24px;
}
.vip-select-box .c-nie{
	color: #72ECFF;
}
.vip-select-box .btnbox{
	width: 684px;
	font-size: 24px;
	line-height: 54px;
	margin: 56px auto 114px;
}
/* VIP 结束 */


/* 结算页面 开始 */
.pay-box{
	position: relative;
}
.pay-box .content>div{
	width: 100%;
}
.Order-box{
	position: relative;
	float: left;
	margin: 55px auto;
}
.Order-box .titler-box{
	float: left;
}
.b-line.bl:before{
	left: 0;
	transform: translateX(0);
}
.order-alist{
	position: relative;
}
.order-alist .scroll-y-box::-webkit-scrollbar{
	width:6px;
}
.order-alist div.cell{
	padding: 14px;
	position: relative;
	width: 100%;
	float: left;
}
.order-alist .cell.good{
	margin: 1px auto;
	background-color: #1C1D55;
	border-radius: 8px;
}
.order-alist .cell h4{
	font-size: 20px;
	line-height: 30px;
	margin: 14px auto;
	color: #05C3DE;
}
.order-alist .cell .intor{
	position: relative;
	float: left;
	width: 50%;
	padding: 0;
}
.order-alist .cell .intor p{
	font-size: 14px;
	line-height: 24px;
}
.order-alist .cell .intor p:before{
	content: '';
	width: 15px;
	height: 15px;
	display: inline-block;
	background-image: url(../img/icon_diamonds.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.order-alist .cell .option{
	position: absolute;
	right: 0;
	/*top: 50%;*/
	transform: translateY(-50%);
	width: 50%;

}
.order-alist .cell .option>li{
	width: 30%;
	float: left;
	text-align: center;
}
.option .lessen,.option .increase{
	width: 35px;
	height: 35px;
	padding: 7px;
	display: inline-block;
	background-image: url(../img/icon_cir.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.option .del{
	width: 35px;
	height: 35px;
	padding: 7px;
	display: inline-block;
}
.option .lessen, .option .increase, .option .del,
.cart-box .lessen, .cart-box .increase, .cart-box .del{
	cursor: pointer;
	border-radius: 50%;
}
.option .lessen:hover, .option .increase:hover, .option .del:hover,
.cart-box .lessen:hover, .cart-box .increase:hover, .cart-box .del:hover{
	box-shadow: 0 0 3px rgba(255, 255, 255, .50);
	transform: rotate(180deg);
}
.order-alist .cell .option .number{
	width: 76px;
	font-size: 24px;
	line-height: 35px;
	display: inline-block;
}
.order-alist .cell .option .amount{
	font-size: 20px;
	line-height: 35px;
}
.order-alist .total{
	margin-top: 31px;
}
.order-alist .total .option .number, .order-alist .total .option .amount-total{
	font-size: 24px;
	line-height: 24px;
}

.pay-intor{
	position: relative;
	margin-bottom: 138px;
}
.pay-intor:before{
	content: '';
	width: 1px;
	height: 95%;
	background-color: #313266;
	position: absolute;
	left: 50%;
	top: 5%;
}
.pay-intor .show{
	width: 100%;
	float: left;
}
.pay-intor h4{
	margin: 32px auto 19px;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
}
.pay-intor .pay-billing-intor,
.pay-intor .pay-payment-intor{
	width: 50%;
	position: relative;
	float: left;
}
.pay-intor .pay-billing-intor{
	padding-right: 45px;
}
.pay-intor .pay-payment-intor{
	padding-left: 45px;
}
.pay-list {
	position: relative;
}
.pay-list>.cell{
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
.pay-list>.cell>p{
	font-size: 14px;
	line-height: 24px;
	text-indent: 24px;
	color: #05C3DE;
}
.pay-list>.cell>.input,
.pay-list>.cell>input,
.pay-list>.cell>textarea,
.pay-list>.cell>select{
	position: relative;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 28px;
	border-radius: 45px;
	background-color: #1C1D55;
	border:  0.5px solid white;
	outline: none
}
.pay-list>.cell>select{
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url("../img/icon_drop.png") no-repeat scroll right center transparent;
    background-position-x: 500px;
}
.pay-list>.cell select option{
	width: 100%;
	background-color: #1C1D55;
}
.pay-list>.cell textarea{
	border-radius: 10px;
	height: 154px;
}
.pay-list>.cell .input>input{
	width: 100%;
	height: 56px;
	padding: 0;
	background-color: #1C1D55;
	border: transparent;
	outline: none;
}
.pay-list>.cell .input.btnr{
	padding-right: 200px;
}
.pay-list>.cell .input .apply{
	width: 180px;
	height: 100%;
	font-size: 16px;
	line-height: 56px;
	border-radius: 0 64px 64px 0;
	text-align: center;
	text-transform: uppercase;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background-image: linear-gradient(to right, #6bdaff , #4772fd);
	cursor: pointer;
}

.pay-list>.cell .input.btnicon{
	padding: 0 64px 0 44px;
}
.input.btnicon .ico,.input.btnicon .del{
	width: 16px;
	height: auto;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.input.btnicon .ico img,.input.btnicon .del img{
	width: 100%;
}
.input.btnicon .del:hover{
	cursor: pointer;
}
.input.btnicon input::-webkit-input-placeholder {
  color: white;
}
.input.btnicon input:-moz-placeholder {/* Firefox 18- */
  color: white;
}
.input.btnicon input::-moz-placeholder{/* Firefox 19+ */
 color: white;
}
.input.btnicon input:-ms-input-placeholder {
  color: white;
}

.input.btnicon .ico{
	left: 19px;
}
.input.btnicon .del{
	right: 49px;
}
.pay-list>.cell.nor{
	margin: 23px auto;
}
.pay-list>.cell.final .prel-box{
	position: relative;
	float: left;
    width: 100%;
    padding: 0 24px;
}
.pay-list>.cell.final .f-big{
	font-size: 24px;
	line-height: 24px;
}
.pay-list>.cell.final .btnbox{
	margin: 24px auto;
}
.pay-list>.cell input.btnbox[type=submit]{
	display: block;
	width: 100%;
	height: 54px;
	line-height: 54px;
	background-image: linear-gradient(to right, #6bdaff , #4772fd);
}
.pay-list>.cell.nor p, .pay-list>.cell.final p{
	color: white;
}

.pay-list>.line-box{
	margin: 25px auto;
}
.pay-list>.cell.nor>.line-box{
	margin: 13px auto;
}
/* 结算页面 结束 */


/* FAQ 开始 */
.faq-box{
	position: relative;
}
.faq-box .nav-menu{
	margin-top: 35px;
}
.howcan-box{
	float: left;
	margin-bottom: 54px;
}
.howcan-box .titler-box h3{
	font-size: 24px;
	line-height: 30px;
}
.howcan-atext{
	width: 1000px;
	font-size: 16px;
	line-height: 30px;
	margin: 64px auto 42px;
}

.faq-select-box{
	width: 100%;
	max-width: 1080px;
	float: right;

}
.faq-select-box .btnbox{
	padding: 0 22px;
	margin-right: 26px;
	background-color: transparent;
	background-image: unset;
}
.faq-select-box .btnbox:before, .faq-select-box .btnbox.active{
	background-image: linear-gradient(to right, rgb(185,96,224) , rgb(119,56,244));
}

.faq-alist-box{
	position: relative;
	margin: 54px auto;
	width: 100%;
	max-width: 1080px;
	float: right;
}
.faq-alist-box>.cell{
	position: relative;
	width: 100%;
	transition: all 2s;
	padding: 26px 10px 20px;
	margin-bottom: 12px;
	background-color: rgb(26,26,77);
}

.faq-alist-box>.cell h4{
	font-size: 20px;
	line-height: 20px;
}
.faq-alist-box>.cell.active h4{
	color: #05C3DE;
	margin-bottom: 30px;
}
.faq-alist-box>.cell p{
	font-size: 14px;
	line-height: 24px;
	display: none;
}

.faq-alist-box>.cell.active p{
	display: block;
	padding: 17px;
}

.faq-alist-box>.cell .option{
	width: 35px;
	height: 35px;
	padding: 7px;
    display: inline-block;
    background-image: url(../img/icon_cir.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	position: absolute;
	right: 18px;
	top: 14px;
}
.faq-alist-box>.cell .option:before{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background-image: url(../img/icon_increase.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center;
}
.faq-alist-box>.cell.active .option:before{
	background-image: url(../img/icon_lessen.png);
}

.faq-alist-box:before{
	content: '';
	width: 362px;
	height: 538px;
	display: block;
	background-image: url(../img/pic012.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	left: -429px;
	top: 0;

	animation:faq-img 4s linear 2s infinite alternate;
	/* Firefox: */
	-moz-animation:faq-img 4s linear 2s infinite alternate;
	/* Safari and Chrome: */
	-webkit-animation:faq-img 4s linear 2s infinite alternate;
	/* Opera: */
	-o-animation:faq-img 4s linear 2s infinite alternate;
}
/* FAQ 结束 */



@keyframes faq-img
{
	0%   {transform: translateY(0);}
	50%  {transform: translateY(20px);}
	100% {transform: translateY(0);}
}

@-moz-keyframes faq-img /* Firefox */
{
	0%   {transform: translateY(0);}
	50%  {transform: translateY(20px);}
	100% {transform: translateY(0);}
}

@-webkit-keyframes faq-img /* Safari and Chrome */
{
	0%   {transform: translateY(0);}
	50%  {transform: translateY(20px);}
	100% {transform: translateY(0);}
}

@-o-keyframes faq-img /* Opera */
{
	0%   {transform: translateY(0);}
	50%  {transform: translateY(20px);}
	100% {transform: translateY(0);}
}


/* 会员中心 开始 */

.dash-box{
	position: relative;
	margin-bottom: 160px;
}
.dash-box .nav-menu{
	margin-top: 35px;
	margin-bottom: 55px;
}
.dash-box .content.un{
	width: 100%;
	max-width: 1420px;
	position: relative;
}

.dash-box .left{
	width: 374px;
	float: left;
	text-align: center;
	background-image: linear-gradient(to top, rgb(26,26,77), rgb(8,13,38));
	margin-top: 45px;
}
.dash-box .right{
	width: 1015px;
	float: right;
}

.dash-header{
	display: block;
	float: left;
	width: 100%;
	padding: 13px 0;
	position: relative;
}

.icon-level{
	width: 100px;
	height: 100px;
	display: block;
	margin: auto;
	margin-bottom: 14px;
}
.icon-level:before{
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: 100% auto;
	margin: 0;
}
.icon-level.l1:before{
	background-image: url(../img/level_1.png);
}
.icon-level.l2:before{
	background-image: url(../img/level_2.png);
}
.icon-level.l3:before{
	background-image: url(../img/level_3.png);
}
.icon-level.l4:before{
	background-image: url(../img/level_4.png);
}
.icon-level.l5:before{
	background-image: url(../img/level_5.png);
}
.icon-level.l6:before{
	background-image: url(../img/level_6.png);
}

.dash-header h3{
	font-size: 24px;
	margin-bottom: 42px;
}

.dash-header p{
	font-size: 18px;
	line-height: 18px;
}
.dash-header  img{
	position: relative;
}
.dash-menu{
	width: 100%;
	position: relative;
	float: left;
	padding: 14px;
	margin-bottom: 58px;
}
.dash-menu li{
	width: 100%;
	line-height: 40px;
	float: left;
	margin: 13px auto;
} 
.dash-menu li a{
	font-size: 18px;
	line-height: 44px;
	color: #bfc3f9;
	position: relative;
	display: inline-block;
	transition: all 1s;
}
.dash-menu li a:hover{
	color: #4772fd;
}
.dash-menu li a:before{
	content: '';
	width: 0;
	height: 1px;
	display: block;
	background-image: linear-gradient(to right, #6bdaff , #4772fd);
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 1s;
}
.dash-menu li a:hover::before{
	width: 100%;
}

.dash-box .right h4{
	font-size: 24px;
	line-height: 18px;
}
.dash-box .right h4:after{
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	margin-top: 25px;
	background-color: #9E9E9E;

}
.hash-infor-box>div{
	width: 490px;
}
.pi-alist{
	position: relative;
	margin: 32px auto 16px;
	text-align: center;
}
.pi-alist .img{
	width: 100px;
	height: 100px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.pi-alist .img[class*=level-]:before{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
}
.pi-alist .img img{
	width: 100%;
	height: auto;
}
.pi-alist .infor{
	width: 100%;
	margin: 25px auto;
	padding-left: 120px;
}
.hash-infor-box p{
}
.hash-infor-box .i1{
	font-size: 18px;
	line-height: 28px;
	color: #E5E5E5;
}
.hash-infor-box .i2{
	font-size: 14px;
	line-height: 24px;
	color: #0AA1C4;

}
.hash-infor-box .i3{
	font-size: 14px;
	line-height: 24px;
	color: #EEEEEE;
}

.hash-infor-box .cell .box{
	width: 100%;
	height: 50px;
	line-height: 50px;
	display: block;
	float: left;
	text-align: center;
	color: #EEEEEE;
	background-image: url(../img/bgi_01.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.level-box{
	width: 100%;
	height: 80px;
	display: block;
	position: relative;
	margin-bottom: 16px;
}
.level-box .Shuttle{
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	left: 0;
	top: 30px;
	transform: translateY(-50%);
	background-image: url(../img/icon_cir.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.level-box span{
	height: 80px;
	font-size: 15px;
	line-height: 15px;
	padding-top: 65px;
	color: #EEEEEE;
	position: relative;
}
.level-box span:first-child{
	float: left;
}
.level-box span:first-child:before{
	left: 7px;
}
.level-box span:last-child{
	float: right;
}
.level-box [class*=level-]:before{
	content: '';
	width: 30px;
	height: 30px;
	display: block;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute;
	left: 50%;
	top: 0%;
	transform: translate(-50%,-50%);
}
.level-1:before{
	background-image: url(../img/level_1.png);
}
.level-2:before{
	background-image: url(../img/level_2.png);
}
.level-3:before{
	background-image: url(../img/level_3.png);
}
.level-4:before{
	background-image: url(../img/level_4.png);
}
.level-5:before{
	background-image: url(../img/level_5.png);
}
.level-6:before{
	background-image: url(../img/level_6.png);
}


.orders-title{
	position: relative;
	margin-bottom: 34px;
}
.dash-oreders-imark{
	width: 245px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
	transform: translateY(50%);
	background-color: rgb(23,23,68);
	background-image: url(../img/bgi_02.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom;
}

.dash-orders-list{
	position: relative;
	background-image: linear-gradient(to right, #72ECFF , #4160FD);
	background-origin: border-box;
	border: 1px solid #313266;
	font-size: 18px;
	line-height: 18px;
}
.dash-orders-list tr{
	height: 76px;
	text-align: center;
	background-color: rgb(23,23,68);
}
.dash-orders-list tr:first-child{
	background-color: #1C1D55;

}
.dash-orders-list td{
	border-right: 1px solid #313266;
	
}
.dash-orders-list .col5{
	padding: 64px;
}

.bgi-03{
	background-image: url(../img/bgi_03.png);
}

.level-box [class*=level-]{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.dash-editer-box form .cell{
	max-width: 560px;
	margin: auto;
	margin-bottom:  15px;
}
.dash-editer-box.long form .cell{
	max-width: 960px;
}
.dash-editer-box.long form .cell p{
	font-size: 20px;
	line-height: 20px;
}


/* 会员中心 结束 */


/* 登陆注册 开始 */

.T-box{
	width: 0%;
	height: 0%;
	position: fixed;
	right: -100%;
	top: 0;
	transition: all 1s;
	overflow: hidden;
}
.T-box.active{
	width: 100%;
	height: 100%;
	right: 0;
}

.T-box>.mask{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.80);
	z-index: 99;
}
.T-box>.show{
	width: auto;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 100;
}


.signup-box{
	position: relative;
	width: 1000px;
	height: 600px;
	display: block;
	text-align: center;
	background: #080D26;
	box-shadow: 0px 0px 9px 1px rgba(5, 195, 222, 0);
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.signup-box>div{
	position: relative;
	transition: all 1s;
	background-color: #080D26;
}
.signup-box .regShow{
	display: block;
}
.signup-box .suShow{
	display: none;
}

.signup-box.active .regShow{
	display: none;
}
.signup-box.active .suShow{
	display: block;
}

.signup-box .login-box, .signup-box .register-box{
	position: absolute;
	width: 600px;
	height: 100%;
	display: block;
}

.signup-box .login-box{
	left: 0;
	z-index: 101;
	opacity:1;
	filter:Alpha(opacity=100);
}
.signup-box .register-box{
	right: 400px;
	z-index: 98;
	opacity:0;
	filter:Alpha(opacity=0);
}

.signup-box.active .login-box{
	left: 400px;
	z-index: 98;
	opacity:0;
	filter:Alpha(opacity=0);
}
.signup-box.active .register-box{
	right: 0;
	z-index: 101;
	opacity:1;
	filter:Alpha(opacity=100);
}

.signup-box .cut{
	width: 400px;
	height: 100%;
	position: absolute;
	right: 0;
	z-index: 102;
}
.signup-box.active .cut{
	right: 600px;
}

.signup-box h3{
	font-size: 30px;
	font-weight: bold;
	line-height: 64px;
}
.Social-alist{
	position: relative;
	text-align: center;
	margin: 12px auto;
}
.Social-alist img{
	width: 40px;
	height: 40px;
	margin:  0 8px;
}
.signup-box p{
	font-size: 14px;
	line-height: 24px;
	margin: 18px auto;
}
.signup-box form input{
	width: 361px;
	height: 51px;
	line-height: 51px;
	background-color: transparent;
	background-image: url(../img/bgi_04.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	border: none;
	padding: 0 40px ;
	font-size: 14px;
	outline: none;
}
.signup-box form input::placeholder{
	color: white;
}
.signup-box form input[placeholder]{
	color: white;
}
.signup-box form input[type=submit],.signup-box form input[type=button]{
	width: 180px;
	font-size: 18px;
	background-image: linear-gradient(to right, #4772fd, #6bdaff);
	border-radius: 50px;
	cursor: pointer;
}
.signup-box .cell.sub{
	padding: 18px 0;
	margin: auto;
}

.signup-box .cut{
	background: #080D26;
	box-shadow: 0px 0px 4px 1px #05C3DE;
	border-radius: 0px 10px 10px 0px;
	overflow: hidden;
}

.signup-box.active .cut{
	border-radius: 10px 0px 0px 10px;
}
.signup-box .cut:before, .signup-box .cut:after{
	content: '';
	background: linear-gradient(270deg, #63BFFF, #4A77FE);
	border-radius: 0px 10px 10px 0px;
	border-radius: 50%;
	position: absolute;
	transition: all 1s;
}
.signup-box .cut:before{
	width: 290px;
	height: 290px;
	left: 10px;
	top: -145px;
}
.signup-box .cut:after{
	width: 500px;
	height: 500px;
	left: 27px;
	bottom: -357px;
}
.signup-box.active .cut:before{
	left: 256px;
}
.signup-box.active .cut:after{
	left: -214px;
}
.signup-box .cut a{
	width: 180px;
	height: 50px;
	line-height: 50px;
	color: white;
	border-radius: 50px;
	background-color: transparent;
	background-image: linear-gradient(to right, #4772fd, #6bdaff);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-top: 20px;
}
.signup-box .cut p{
	margin: 28px auto 64px;
}
.c-login-x{
	color: #05C3DE;
}
/* 登陆注册 结束 */


/* 特效改动 20210901 开始 */

.heroic-alist>div:hover{
	transform: scale(1);
	z-index: 99;
}
.heroic-alist .cell:hover .heroic-img .sicon{
	transform: scale(1.06);
}
.heroic-img:before{
	background-color: #17174600;
}
.heroic-alist .cell:hover .heroic-img:before{
	background-color: #17174669;
}
.heroic-quality>.show:before{
	left: 0;
	top: 100%;
	transition: all 1s;
}
.heroic-alist .cell:hover .heroic-quality>.show:before{
	left: 50%;
	top: 50%;
}

/* 特效改动 20210901 结束 */


/* 特效样式 开始 */

/*
	animation: buzz-out 2s linear 2s infinite alternate;
    -moz-animation: buzz-out 2s linear 2s infinite alternate;
    -webkit-animation: buzz-out 2s linear 2s infinite alternate;
    -o-animation: buzz-out 2s linear 2s infinite alternate;
*/
.system-alist .cell:hover .img,
.services-menu .cell:hover .img-box,
.whyus-alist .cell:hover .XXX-larger:before,
.steps-alist .cell:hover .img-box img
{
	display: block;
	animation: buzz-out 1s;
    -moz-animation: buzz-out 1s;
    -webkit-animation: buzz-out 1s;
    -o-animation: buzz-out 1s;

}
@keyframes buzz-out
{
	0%   {transform: translateX(0) rotate(0);}
	30%  {transform: translateX(-3px) rotate(-2deg);}
	70% {transform: translateX(3px) rotate(2deg);}
	100%   {transform: translateX(0) rotate(0);}
}

@-moz-keyframes buzz-out /* Firefox */
{
	0%   {transform: translateX(0) rotate(0);}
	30%  {transform: translateX(-3px) rotate(-2deg);}
	70% {transform: translateX(3px) rotate(2deg);}
	100%   {transform: translateX(0) rotate(0);}
}

@-webkit-keyframes buzz-out /* Safari and Chrome */
{
	0%   {transform: translateX(0) rotate(0);}
	30%  {transform: translateX(-3px) rotate(-2deg);}
	70% {transform: translateX(3px) rotate(2deg);}
	100%   {transform: translateX(0) rotate(0);}
}

@-o-keyframes buzz-out /* Opera */
{
	0%   {transform: translateX(0) rotate(0);}
	30%  {transform: translateX(-3px) rotate(-2deg);}
	70% {transform: translateX(3px) rotate(2deg);}
	100%   {transform: translateX(0) rotate(0);}
}
/* 特效样式 结束 */



.selected{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* 购物车样式 开始 */
#cart{

}
.cart-box{
	position: relative;
	background-color: #161828;
	width: 765px;
	padding: 25px;
}
.cart-box .titler-box h3 img{
	transform: translateY(10px);
}
.cart-box .titler-box h3 span{
	font-size: 20px;
	line-height: 40px;
}
#cart .good{
	position: relative;
}
.cart-box .order-alist table tr td{
	padding: 6px;
	border-bottom: 2px solid #1F2442;
}
.cart-box .order-alist table tr:hover td{
	border-bottom: 2px dashed white;
}
.cart-box .goodimg{
	width: 66px;
	height: 66px;
	float: right;
}
.cart-box .lessen, .cart-box .increase, .cart-box .number{
	display: inline-block;
	position: relative;
}
.cart-box .lessen, .cart-box .increase{
	width: 35px;
	height: 35px;
	padding: 7px;
	border-radius: 50%;
	background-color: #05c3de;
}
.cart-box .lessen:hover, .cart-box .increase:hover{
	background: linear-gradient(to right, #b55de1 , #803df1);
}

.cart-box .lessen img, .cart-box .increase img{
	display: inline-block;
}
.cart-box .number{
	font-size: 24px;
	line-height: 35px;
	width: 68px;
	text-align: center;
}

.cart-box p{
	font-size: 12px;
	line-height: 24px;
}
.cart-box p.amount{
	font-size: 20px;
}

.cart-box .option{
	margin-top: 27px;
	text-align: right;
}
.cart-box .option .btnbox{
	font-size: 18px;
	line-height: 48px;
	margin-right: 31px;
	background-image: linear-gradient(to right, #6bdaff , #4772fd);
	border: 1px solid #6bdaff;
}
.cart-box .option .btnbox.nobc{
	background-color: transparent;
	background-image: none;
}
.cart-box .option .btnbox:last-child{
	margin-right: 2px;
}
.cart-box .option .btnbox:before{
    background-image: linear-gradient(to right, rgb(185,96,224) , rgb(119,56,244));
}

.T-box>.show>.close{
	position: absolute;
	top: 32px;
	right: 43px;
}
/* 购物车样式 结束 */


/* 20211124样式修改及调整 开始 */

.tips{
	position: relative;
	width: 40px;
	height: 20px;
	display: inline-block;
}
.tips:before{
	content: 'i';
	font-weight: bolder;
	width: 16px;
	line-height: 16px;
	border-radius: 10px;
	margin: auto;
	display: block;
	border: 2px solid #4d82fd;
	color: #4d82fd;
	text-align: center;
}
.tips.noicon:before{
	display: none;
}
.tips:hover:after {
	width: 240px;
	font-size: 12px;
	line-height: 16px;
	color: white;
	position:absolute;
	top:0;
	left:50%;
	transform: translate(-50%,-100%);
	content:attr(data-title);
	//在这里设内置好title出现的位容置就好了
	border-radius:5px;
	overflow: hidden;
	background-color:rgb(8,13,38);
	display: block;
	text-align: center;
	padding: 1em 0.5em;
	z-index: 9;
}

.level-icon-box{
	position: relative;
	display: inline-block;
	width: 1.38em;
	height: 1em;
}
.level-icon-box>img{
	width: 1.2em;
	height: auto;
	min-height: 0.6em;
	max-height: 1.2em;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.left-menu-show .hdrop-menu>li>a{
	width: auto;
	font-size: 14px;
	line-height: 18px;
	padding: 0.3em 0;
}
.left-menu-show .hdrop-menu>li>a:hover,.left-menu-show .hdrop-menu>li.active>a{
	color: #518cfe;
	background-image:-webkit-linear-gradient(left,#6fe7ff,#518cfe); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
}
.left-menu-show .hdrop-menu>li>a:after{
	content: '';
	width: 0%;
	height: 1px;
	display: inline-block;
	background-color: #518cfe;
	background-image: linear-gradient(to right,#6fe7ff,#518cfe);
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 1s;
}
.left-menu-show .hdrop-menu>li>a:hover:after,.left-menu-show .hdrop-menu>li.active>a:after{
	width: 100%;
}



/* 等待页面加载样式 */
.actawait{
	position: relative;
	width: 200px;
	height: 200px;
	display: block;
}
.actawait>c{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
}
.actawait>c:first-child{
	animation:awaitc 4s linear 0s infinite normal;
	/* Firefox: */
	-moz-animation:awaitc 4s linear 0s infinite normal;
	/* Safari and Chrome: */
	-webkit-animation:awaitc 4s linear 0s infinite normal;
	/* Opera: */
	-o-animation:awaitc 4s linear 0s infinite normal;
}
.actawait>c:nth-child(2){
	animation:awaitc 4s linear 1s infinite normal;
	/* Firefox: */
	-moz-animation:awaitc 4s linear 1s infinite normal;
	/* Safari and Chrome: */
	-webkit-animation:awaitc 4s linear 1s infinite normal;
	/* Opera: */
	-o-animation:awaitc 4s linear 1s infinite normal;
}
.actawait>c:nth-child(3){
	animation:awaitc 4s linear 2s infinite normal;
	/* Firefox: */
	-moz-animation:awaitc 4s linear 2s infinite normal;
	/* Safari and Chrome: */
	-webkit-animation:awaitc 4s linear 2s infinite normal;
	/* Opera: */
	-o-animation:awaitc 4s linear 2s infinite normal;
}
.actawait>c:nth-child(4){
	animation:awaitc 4s linear 3s infinite normal;
	/* Firefox: */
	-moz-animation:awaitc 4s linear 3s infinite normal;
	/* Safari and Chrome: */
	-webkit-animation:awaitc 4s linear 3s infinite normal;
	/* Opera: */
	-o-animation:awaitc 4s linear 3s infinite normal;
}
@keyframes awaitc
{
	0%   {width: 5%; height: 5%;background-color: rgba(255, 255, 255, 0.1);}
	25%  {width: 35%; height: 35%;background-color: rgba(255, 255, 255, 0.1);}
	50%  {width: 65%; height: 65%;background-color: rgba(255, 255, 255, 0.1);}
	75%  {width: 100%; height: 100%;background-color: rgba(255, 255, 255, 0);}
	100% {width: 0%; height: 0%;background-color: rgba(255, 255, 255, 0);}
}

@-moz-keyframes awaitc /* Firefox */
{
	0%   {width: 5%; height: 5%;background-color: rgba(255, 255, 255, 0.1);}
	25%  {width: 35%; height: 35%;background-color: rgba(255, 255, 255, 0.1);}
	50%  {width: 65%; height: 65%;background-color: rgba(255, 255, 255, 0.1);}
	75%  {width: 100%; height: 100%;background-color: rgba(255, 255, 255, 0);}
	100% {width: 0%; height: 0%;background-color: rgba(255, 255, 255, 0);}
}

@-webkit-keyframes awaitc /* Safari and Chrome */
{
	0%   {width: 5%; height: 5%;background-color: rgba(255, 255, 255, 0.1);}
	25%  {width: 35%; height: 35%;background-color: rgba(255, 255, 255, 0.1);}
	50%  {width: 65%; height: 65%;background-color: rgba(255, 255, 255, 0.1);}
	75%  {width: 100%; height: 100%;background-color: rgba(255, 255, 255, 0);}
	100% {width: 0%; height: 0%;background-color: rgba(255, 255, 255, 0);}
}

@-o-keyframes awaitc /* Opera */
{
	0%   {width: 5%; height: 5%;background-color: rgba(255, 255, 255, 0.1);}
	25%  {width: 35%; height: 35%;background-color: rgba(255, 255, 255, 0.1);}
	50%  {width: 65%; height: 65%;background-color: rgba(255, 255, 255, 0.1);}
	75%  {width: 100%; height: 100%;background-color: rgba(255, 255, 255, 0);}
	100% {width: 0%; height: 0%;background-color: rgba(255, 255, 255, 0);}
}

.T-box{
	display: none;
}
.T-box.active{
	display: block;
}
.T-box>.show{
	overflow-y: auto;
    max-height: 96%;
    display: block;
}
.scroll-y-box{
	width: 100%;
	height: 60%;
	overflow-y: auto;
	min-height: 80px;
    max-height: 365px;
    display: block;
    transition: all 0s;
}
table.scroll-y-box{
    display: table;
}
.scroll-y-box:hover{
    padding-right: 0;
}
.scroll-y-box::-webkit-scrollbar{
	width:1px;
}
.scroll-y-box:hover::-webkit-scrollbar{
	width:6px;
}
body::-webkit-scrollbar{
	width: 10px;
}
.scroll-y-box::-webkit-scrollbar-track, body::-webkit-scrollbar-track{
	background: #4772fd;
	background-image: linear-gradient(to right, #6bdaff, #4772fd);
	border-radius:2px;
}

.scroll-y-box::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb{
	background: red;
	border-radius:10px;
}

.scroll-y-box:hover::-webkit-scrollbar-thumb, body:hover::-webkit-scrollbar-thumb{
	background: #4772fd;
	background-image: linear-gradient(to right, #6bdaff, #4772fd);
}

.scroll-y-box::-webkit-scrollbar-corner, body::-webkit-scrollbar-corner{
	background: #4772fd;
	background-image: linear-gradient(to right, #6bdaff, #4772fd);
}
.scroll-y-box::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb{/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #4772fd;
    background: #4772fd;
    scrollbar-arrow-color:red;
}
.scroll-y-box::-webkit-scrollbar-track, body::-webkit-scrollbar-track{/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0);
    border-radius: 0;
    background: rgba(0,0,0,0);
}

 /* 栏目样式修改 */
.main-menu>.show .drop-menu li{
	height: 50px;
	line-height: 50px;
	padding-right: 12px;
}
.main-menu>.show .drop-menu li:hover,  .login-menu .drop-menu li:hover{
	background-image: linear-gradient(to right, #6bdaff, #4772fd);
}
.main-menu>.show>li>a:hover,.login-menu>ul>li a.fa:hover, .login-menu>ul>li a.icon:hover{
	color: #518cfe;
	background-image:-webkit-linear-gradient(left,#6fe7ff,#518cfe); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
}
.main-menu>.show .icon:hover::before{
	color: #518cfe;
}
.main-menu>.show .drop-menu>ul, .login-menu .drop-menu>ul{
	padding: 1em 0;
	background-color: rgba(8,13,38,0);
}
.login-menu .drop-menu>ul{
	padding: .8em 0;
}
.main-menu>.show .drop-menu li, .login-menu .drop-menu li{
	background-color: rgb(8,13,38);
	border-bottom: 1px solid rgb(23,23,68);
	font-size: 14px;
}
.login-menu .drop-menu{
	min-width: 180px;
	background-color: rgba(8,13,38,0);
}
.login-menu .fa-lg{
	line-height: 1em;
}
.main-menu>.show>li>a.icon:before{
	content: "\f107";
	padding-left: 8px;
    font-size: 20px;
    font-weight: 900;
    text-align: right;
    float: right;
}
.main-menu>.show li a.icon-drop:before{
	content: "\f107";
	width: auto;
	height: auto;
	padding-left: 8px;
    font-size: 20px;
    font-weight: 900;
    text-align: right;
    float: right;
    transform: none;
}
.main-menu>.show li a.icon{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.main-menu>.show li a.icon-drop:hover::before{
	content: "\f106";
}
.main-menu>.show li a.icon-drop:before{
	background-image: none;
}
/* 20211124样式修改及调整 结束 */


/* 20211130找回密码样式 开始 */
.forget-box{
	position: relative;
	width: 100%;
	max-width: 480px;
	background-color: #080D26;
	padding: 25px 40px;
	border-radius: 10px;
	overflow: hidden;
}
.forget-box h3{
	font-size: 32px;
	line-height: 48px;
}
.forget-box form{
	width: 400px;
	margin: 20px auto;
}
.forget-box form .cell{
	width: 100%;
	margin: 20px auto;
}
.forget-box form .cell.sub{
	padding: 0 6px;
}
.forget-box form .input{
	width: 100%;
    height: 56px;
    line-height: 56px;
    background-color: transparent;
    background-image: url(../img/bgi_04.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: none;
    padding-left: 40px;
    font-size: 14px;
    position: relative;
}
.forget-box form input{
	height: 45px;
	line-height: 45px;
	background-color: transparent;
	border: none;
    outline: none;
}
.forget-box form .input input::placeholder{
	color: white;
}
.forget-box form input[type=submit],.forget-box form input[type=button]{
	font-size: 18px;
    background-image: linear-gradient(to right, #4772fd, #6bdaff);
    border-radius: 50px;
    cursor: pointer;
}

.forget-box form .input.icon:before{
	width: 16px;
	height: 16px;
	position: absolute;
	left: 24px;
	top: 50%;
	transform: translateY(-50%);
}


/* 220105添加样式 */
.footer-drop-menu.icons>li{
	min-height: 48px;
}
.footer-drop-menu.icons>li a{
	display: block;
	padding-left: 2em;
	line-height: 24px;
}
.footer-drop-menu.icons .icon{
	position: absolute;
	left: 0;
}

.lower{
	text-transform: lowercase;
}


/* 选择框样式 默认 20220301 */

		.wenTag-select-box{
			width: auto;
			height: 3.2em;
			line-height: 3.2em;
			position: relative;
			display: block;
			border-radius: 6px;
			cursor: pointer;
		}
		.wenTag-select-box.active{
			z-index: 99;
		}
		.wenTag-select-box>select{
			width: 100%;
			height: 3.2em;
			line-height: 3.2em;
			position: absolute;
			left: 0;
			top: 0;
			background-color: rgb(23,23,68);
			border-radius: 1.6em;
			border: none;
			outline: none;
			cursor: pointer;
			opacity: 0;
			filter:Alpha(opacity=0); 
			color: white;
/*			appearance:none;
			-moz-appearance:none;
			-webkit-appearance:none;
			background: url(/skin/img/icon_return.png) 96% / 15% no-repeat rgb(23,23,68);*/

		}
		.wenTag-select-box>select::-ms-expand { display: none; }
		.wenTag-select-box>select:focus{
			outline: none;
		}
		.wenTag-select-box>ul:before{
			content: attr(data-title);
			width: 100%;
			height: 3.2em;
			line-height: 3.2em;
			background-color: rgb(23,23,68);
			color: white;
			display: block;
			text-indent: 1em;
			cursor: pointer;
		}
		.wenTag-select-box>ul{
			width: 100%;
			height: auto;
			position: absolute;
			top: 0;
			left: 0;
			border: 1px solid rgba(255, 255, 255, .50);
			background-color: rgb(23,23,68);
			border-radius: 1.6em;
			overflow: hidden;
			font: normal normal normal 14px/1 FontAwesome;
		}
		.wenTag-select-box>ul:after{
			content: "\f107";
			width: 2em;
			height: 1.6em;
			line-height: 1.6em;
			font-size: 2em;
			text-align: center;
			color: white;
			position: absolute;
			right: 0;
			top: 0;
		}
		.wenTag-select-box>ul>li{
			width: 100%;
			height: 3.2em;
			line-height: 3.2em;
			padding: 0 1em;
			color: white;
			display: none;
			-webkit-touch-callout: none;
		    -webkit-user-select: none;
		    -moz-user-select: none;
		    -ms-user-select: none;
		    user-select: none;
		}
		.wenTag-select-box.active>ul>li{
			display: block;
		}
		.wenTag-select-box.active>ul:after{
			content: "\f106";
		}

		.wenTag-select-box>ul>li:hover{
			background-color: #32348c;
		}

		@media only screen and (max-width: 1024px) {
			.wenTag-select-box>select{
				opacity: 100;
				filter:Alpha(opacity=1); 
			}
			.wenTag-select-box>ul{
				display: none;
			}
		}

/* ==================== 登录弹窗移动端适配 ==================== */
@media screen and (max-width: 768px) {
	/* 弹窗容器 */
	.T-box>.show {
		width: 95%;
		max-width: 500px;
		max-height: 90vh;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		padding: 0;
	}
	
	/* 登录注册框 */
	.signup-box {
		width: 100%;
		height: auto;
		min-height: 500px;
		max-height: 90vh;
		border-radius: 15px;
		display: flex;
		flex-direction: column;
		position: relative;
	}
	
	/* 隐藏切换动画，移动端改为垂直布局 */
	.signup-box .login-box,
	.signup-box .register-box {
		position: relative;
		width: 100%;
		height: auto;
		opacity: 1 !important;
		filter: Alpha(opacity=100) !important;
		left: 0 !important;
		right: 0 !important;
		display: block;
		padding: 30px 20px;
		box-sizing: border-box;
		z-index: 1; /* 确保在 cut 之上 */
	}
	
	/* 默认显示登录框 */
	.signup-box .login-box {
		display: block;
	}
	
	.signup-box .register-box {
		display: none;
	}
	
	/* 激活时显示注册框，隐藏登录框 */
	.signup-box.active .login-box {
		display: none;
	}
	
	.signup-box.active .register-box {
		display: block;
	}
	
	/* 中间切换区域 */
	.signup-box .cut {
		position: relative;
		width: 100%;
		height: auto;
		right: 0 !important;
		padding: 20px;
		box-sizing: border-box;
		order: -1; /* 放在最前面 */
		border-radius: 15px 15px 0 0;
		z-index: 0 !important; /* 降低 z-index，确保不遮挡输入框 */
		pointer-events: auto; /* 只允许 cut 内的按钮可点击 */
	}
	
	/* 确保 cut 内的链接和按钮可以点击 */
	.signup-box .cut a,
	.signup-box .cut p {
		position: relative;
		z-index: 1;
		pointer-events: auto;
	}
	
	.signup-box.active .cut {
		border-radius: 15px 15px 0 0;
		right: 0 !important;
		z-index: 0 !important;
		width: 100%;
		height: auto;
		right: 0 !important;
		padding: 20px;
		box-sizing: border-box;
		order: -1; /* 放在最前面 */
		border-radius: 15px 15px 0 0;
		z-index: 0 !important; /* 降低 z-index，确保不遮挡输入框 */
		pointer-events: auto; /* 只允许 cut 内的按钮可点击 */
	}
	
	/* 确保 cut 内的链接和按钮可以点击 */
	.signup-box .cut a,
	.signup-box .cut p {
		position: relative;
		z-index: 1;
		pointer-events: auto;
	}
	
	.signup-box.active .cut {
		border-radius: 15px 15px 0 0;
		right: 0 !important;
		z-index: 0 !important;
		width: 100%;
		height: auto;
		right: 0 !important;
		padding: 20px;
		box-sizing: border-box;
		order: -1; /* 放在最前面 */
		border-radius: 15px 15px 0 0;
		z-index: 0 !important; /* 降低 z-index，确保不遮挡输入框 */
		pointer-events: auto; /* 只允许 cut 内的按钮可点击 */
	}
	
	/* 确保 cut 内的链接和按钮可以点击 */
	.signup-box .cut a,
	.signup-box .cut p {
		position: relative;
		z-index: 1;
		pointer-events: auto;
	}
	
	.signup-box.active .cut {
		border-radius: 15px 15px 0 0;
		right: 0 !important;
		z-index: 0 !important;
	}
	
	/* 隐藏装饰性圆圈 */
	.signup-box .cut:before,
	.signup-box .cut:after {
		display: none;
	}
	
	/* 标题 */
	.signup-box h3 {
		font-size: 24px;
		line-height: 1.5;
		margin-bottom: 15px;
	}
	
	/* 社交登录图标 */
	.Social-alist {
		margin: 15px auto;
	}
	
	.Social-alist img {
		width: 36px;
		height: 36px;
		margin: 0 6px;
	}
	
	/* 文字 */
	.signup-box p {
		font-size: 13px;
		line-height: 1.6;
		margin: 12px auto;
	}
	
	/* 表单输入框 */
	.signup-box form input {
		width: 100%;
		max-width: 100%;
		height: 48px;
		line-height: 48px;
		padding: 0 20px;
		font-size: 16px; /* 防止iOS自动缩放 */
		margin-bottom: 15px;
		box-sizing: border-box;
		position: relative;
		z-index: 2; /* 确保输入框在最上层，可以正常点击 */
		pointer-events: auto; /* 确保可以接收点击事件 */
	}
	
	.signup-box form input[type=submit],
	.signup-box form input[type=button] {
		width: 100%;
		max-width: 100%;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		margin-top: 10px;
		border-radius: 25px;
	}
	
	/* 切换按钮 */
	.signup-box .cut a {
		width: 100%;
		max-width: 100%;
		height: 48px;
		line-height: 48px;
		margin-top: 15px;
		font-size: 15px;
		border-radius: 24px;
	}
	
	.signup-box .cut p {
		margin: 15px auto;
		font-size: 13px;
		line-height: 1.6;
	}
	
	/* 表单单元格 */
	.signup-box .cell {
		width: 100%;
		padding: 0;
		margin: 0;
		position: relative;
		z-index: 1;
		pointer-events: auto;
	}
	
	.signup-box .cell.sub {
		padding: 15px 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
	
	.signup-box .cell.sub p {
		margin: 0;
		font-size: 13px;
	}
	
	/* 切换按钮 */
	.signup-box .cut a {
		width: 100%;
		max-width: 100%;
		height: 48px;
		line-height: 48px;
		margin-top: 15px;
		font-size: 15px;
		border-radius: 24px;
	}
	
	.signup-box .cut p {
		margin: 15px auto;
		font-size: 13px;
		line-height: 1.6;
	}
	
	/* 内容区域 */
	.signup-box .pabs-c-box {
		width: 100%;
		padding: 0;
		position: relative;
		z-index: 1;
	}
	
	/* 确保表单可以正常交互 */
	.signup-box form {
		position: relative;
		z-index: 1;
	}
	
	.signup-box .cell {
		position: relative;
		z-index: 1;
	}
}

/* 小屏幕手机 (最大宽度 480px) */
@media screen and (max-width: 480px) {
	.T-box>.show {
		width: 98%;
		max-width: 100%;
		padding: 0;
	}
	
	.signup-box {
		min-height: 450px;
		border-radius: 12px;
	}
	
	.signup-box .login-box,
	.signup-box .register-box {
		padding: 25px 15px;
	}
	
	.signup-box .cut {
		padding: 15px;
		border-radius: 12px 12px 0 0;
	}
	
	.signup-box h3 {
		font-size: 20px;
		margin-bottom: 12px;
	}
	
	.Social-alist img {
		width: 32px;
		height: 32px;
		margin: 0 5px;
	}
	
	.signup-box form input {
		height: 46px;
		line-height: 46px;
		padding: 0 18px;
		font-size: 16px;
		margin-bottom: 12px;
	}
	
	.signup-box form input[type=submit],
	.signup-box form input[type=button] {
		height: 48px;
		line-height: 48px;
		font-size: 15px;
	}
	
	.signup-box .cut a {
		height: 46px;
		line-height: 46px;
		font-size: 14px;
	}
	
	.signup-box p {
		font-size: 12px;
	}
	
	.signup-box .cell.sub p {
		font-size: 12px;
	}
}

/* 横屏模式优化 */
@media screen and (max-width: 768px) and (orientation: landscape) {
	.T-box>.show {
		max-height: 95vh;
	}
	
	.signup-box {
		min-height: auto;
		max-height: 95vh;
	}
	
	.signup-box .login-box,
	.signup-box .register-box {
		padding: 20px 15px;
	}
	
	.signup-box h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	
	.signup-box form input {
		height: 44px;
		line-height: 44px;
		margin-bottom: 10px;
	}
	
	.signup-box form input[type=submit],
	.signup-box form input[type=button] {
		height: 46px;
		line-height: 46px;
	}
}

/* 触摸设备优化 */
@media (hover: none) and (pointer: coarse) {
	.signup-box form input[type=submit],
	.signup-box form input[type=button],
	.signup-box .cut a {
		min-height: 48px;
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
	}
	
	.signup-box form input[type=submit]:active,
	.signup-box form input[type=button]:active,
	.signup-box .cut a:active {
		transform: scale(0.98);
		opacity: 0.9;
	}
	
	.Social-alist a {
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
	}
	
	.Social-alist a:active {
		transform: scale(0.95);
	}
}
