@font-face {
	font-family: 'webfont';
	src: url('../font/webfont.ttf');
}

#wrap {
	position: relative;
	overflow: hidden;
	background: #000;
	max-width: 19.2rem;
	margin: 0 auto;
	font-family: 'Source Han Serif SC';
}

.kv {
	width: 100%;
	height: 9.39rem;
	background: url(../images/kv.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.slo {
	display: block;
	width: 10.47rem;
	position: absolute;
	left: 50%;
	margin-left: -5.235rem;
	top: 5.7rem;
}

.mouse {
	display: block;
	width: .92rem;
	position: absolute;
	left: 50%;
	margin-left: -.46rem;
	bottom: 0;
	animation: start 2s linear infinite;
	-webkit-animation: start 2s linear infinite;
}

.sec {
	width: 100%;
	height: 10.4rem;
	background: url(../images/sec.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	margin-top: -0.01rem;
}

.tit {
	display: block;
	width: 5.18rem;
	margin: 0 0 0 6.29rem;
}

.txt {
	display: block;
	width: 3.09rem;
	position: absolute;
	left: 1.35rem;
	top: 2.21rem
}

.oneUl {
	width: 8.28rem;
	height: 3.27rem;
	position: relative;
	margin: .68rem auto 0;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	perspective: 800px;
	-webkit-perspective: 800px;
}

.oneUl li {
	width: 1.74rem;
	height: 100%;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: all .3s;
	-webkit-transition: all .3s;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	background: transparent;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}

.oneUl li img {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.oneUl li.active{
	cursor: auto;
	pointer-events: none;
}
.oneUl li.cur{
	cursor: auto;
	pointer-events: none;
}
.oneUl li.active img:nth-child(1) {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}
.oneUl li img:nth-child(1) {
	transform: rotateY(0);
	-webkit-transform: rotateY(0);
}
.oneUl li.active img:nth-child(2) {
	transform: rotateY(0);
	-webkit-transform: rotateY(0);
}
.oneUl li img:nth-child(2) {
	z-index: 2;
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
}

.twoUl {
	width: 8.28rem;
	height: 3.27rem;
	position: relative;
	margin: -0.07rem auto 0;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	perspective: 800px;
	-webkit-perspective: 800px;
}

.twoUl li {
	width: 1.74rem;
	height: 100%;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: all .3s;
	-webkit-transition: all .3s;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	background: transparent;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.twoUl li img {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.twoUl li.cur{
	cursor: auto;
	pointer-events: none;
}
.twoUl li.active{
	cursor: auto;
	pointer-events: none;
}
.twoUl li.active img:nth-child(1) {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}
.twoUl li img:nth-child(1) {
	transform: rotateY(0);
	-webkit-transform: rotateY(0);
}
.twoUl li.active img:nth-child(2) {
	transform: rotateY(0);
	-webkit-transform: rotateY(0);
}
.twoUl li img:nth-child(2) {
	z-index: 2;
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
}


.secTxt {
	font-size: .16rem;
	color: #c66420;
	line-height: .32rem;
	text-align: center;
}

.thc {
	width: 100%;
	height: 16.34rem;
	background: url(../images/thc.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	margin-top: -0.01rem;
}

.tit1 {
	display: block;
	width: 6.71rem;
	margin: 0.14rem auto 0;
}

.txt1 {
	display: block;
	width: 3.1rem;
	height: 4.5rem;
	position: absolute;
	left: 1.28rem;
	top: 5.8rem;
	z-index: 1;
}

.share {
	display: block;
	width: 2.29rem;
	position: absolute;
	left: 2.72rem;
	top: 3.6rem;
	cursor: pointer;
	z-index: 1;
}

.roleName {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	margin-top: .6rem;
	z-index: 1;
}

.roleName img {
	display: block;
	width: 1.12rem;
	height: 1.16rem;
}

.roleName span {
	display: block;
	font-size: .68rem;
	font-family: 'webfont';
	color: #941416;
	line-height: 1.4rem;
}

.luzi {
	width: 9.58rem;
	height: 9.38rem;
	position: absolute;
	left: 50%;
	margin-left: -4.79rem;
	top: 3rem;
}

.addFire {
	width: 3.59rem;
	overflow: hidden;
	position: absolute;
	left: 2.19rem;
	top: 10.89rem;
	cursor: pointer;
}

.addFire img {
	display: block;
	width: 100%;
}

.addFire p {
	font-size: .18rem;
	background-image: -webkit-linear-gradient(top, #ab280d, #f09214);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-indent: .8rem;
	letter-spacing: .04rem;
	font-weight: bold;
	margin-top: .1rem;
}

.jdt {
	width: 3.38rem;
	overflow: hidden;
	position: absolute;
	right: 1.39rem;
	top: 1.57rem;
}

.ptit {
	display: block;
	width: 100%;
}

.jdtCon {
	width: 2.58rem;
	height: 11.63rem;
	overflow: hidden;
	position: relative;
	margin: .66rem auto 0;
}

.jdtList {
	width: .3rem;
	height: 100%;
	background: url(../images/jdt.png) no-repeat center;
	background-size: 100% 100%;
	position: relative;
	margin: 0 auto 0;
}

.jdtList .jdtZhe {
	display: block;
	width: .26rem;
	height: 11.59rem;
	background: #fff6e6;
	position: absolute;
	left: 0.02rem;
	top: 0.02rem;
	border-radius: .2rem;
}

.jdtList .jdtReal {
	display: block;
	width: .26rem;
	height: 2%;
	background: #d64134;
	position: absolute;
	left: 0.02rem;
	bottom: 0.02rem;
	border-radius: .2rem;
	z-index: 1;
}

.jdtList li:nth-child(odd) {
	width: .37rem;
	height: .37rem;
	position: absolute;
}

.jdtList li:nth-child(even) {
	width: .37rem;
	position: absolute;
	overflow: hidden;
}

.jdtList li:nth-child(even) .jdtPic {
	width: 100%;
	height: .37rem;
	position: relative;
	overflow: hidden;
}

.jdtList li:nth-child(even) .jdtPic img {
	display: block;
	width: 100%;
	height: 100%;
}

.jdtList li:nth-child(even).active .jdtPic img:nth-child(1) {
	display: none;
}

.jdtList li {
	z-index: 2;
}

.jdtList li .jdtPic img:nth-child(1) {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.jdtList li:nth-child(even).active p {
	color: #fff;
}

.jdtList li:nth-child(even) p {
	width: .3rem;
	position: relative;
	text-align: center;
	font-size: .16rem;
	color: #929292;
	line-height: .18rem;
	margin: 0 auto 0;
	font-weight: bold;
}

.jdtList li:nth-child(1) {
	bottom: 0.5rem;
	left: 50%;
	margin-left: -.185rem;
}

.jdtList li:nth-child(2) {
	bottom: 0.8rem;
	left: 50%;
	margin-left: -.185rem;
}

.jdtList li:nth-child(3) {
	bottom: 2.1rem;
	left: 50%;
	margin-left: -.185rem;
}

.jdtList li:nth-child(4) {
	bottom: 2.4rem;
	left: 50%;
	margin-left: -.185rem;
}

.jdtList li:nth-child(5) {
	bottom: 3.7rem;
	left: 50%;
	margin-left: -.185rem;
}

.jdtList li:nth-child(6) {
	bottom: 4rem;
	left: 50%;
	margin-left: -.185rem;
}

.jdtList li:nth-child(7) {
	bottom: 5.3rem;
	left: 50%;
	margin-left: -.185rem;
}

.jdtList li:nth-child(8) {
	bottom: 5.6rem;
	left: 50%;
	margin-left: -.185rem;
}

.jdtList li:nth-child(9) {
	bottom: 6.9rem;
	left: 50%;
	margin-left: -.185rem;
}

.jdtList li:nth-child(10) {
	bottom: 7.2rem;
	left: 50%;
	margin-left: -.185rem;
}

.jdtList li:nth-child(11) {
	bottom: 8.5rem;
	left: 50%;
	margin-left: -.185rem;
}

.jdtList li:nth-child(12) {
	bottom: 8.8rem;
	left: 50%;
	margin-left: -.185rem;
}

.jdtList li:nth-child(13) {
	bottom: 10.1rem;
	left: 50%;
	margin-left: -.185rem;
}

.jdtList li:nth-child(14) {
	bottom: 10.4rem;
	left: 50%;
	margin-left: -.185rem;
}

.jdtList li:nth-child(odd) .jdtPic {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.jdtList li:nth-child(odd).active .jdtPic img:nth-child(1) {
	display: none;
}

.jdtList li:nth-child(odd) .jdtPic img {
	display: block;
	width: 100%;
	height: 100%;
}

.leftJd {
	display: block;
	width: 1.09rem;
	position: absolute;
	left: 0;
	top: .2rem;
}

.rightJd {
	display: block;
	width: .9rem;
	position: absolute;
	right: 0;
	top: 1.1rem;
}

.fireTip {
	width: 7.7rem;
	overflow: hidden;
	position: absolute;
	left: 6.23rem;
	top: 12.8rem;
	font-size: .16rem;
	color: #c66420;
	line-height: .3rem;
	font-weight: bold;
	letter-spacing: 0.02rem;
}

.rightMenu {
	width: 2.41rem;
	height: 7.05rem;
	position: fixed;
	right: 1rem;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	z-index: 10;
}

.rightMenu>img {
	display: block;
	width: 2.36rem;
	height: 1.95rem;
	position: absolute;
	left: 0;
	top: 0;
}

.rightMenu ul {
	width: 1.44rem;
	height: 6.76rem;
	background: url(../images/yao.png) no-repeat center;
	background-size: cover;
	position: absolute;
	left: .24rem;
	top: .29rem;
}

.rightMenu ul li:nth-child(1) {
	margin-top: .44rem;
}

.rightMenu ul li {
	width: 100%;
	height: .94rem;
	position: relative;
	cursor: pointer;
	margin-top:.2rem;
}
.rightMenu.active ul{
	height:0;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.rightMenu.active .opClose{
	bottom:5.5rem;
	left:.5rem;
}
.rightMenu.active .opClose img:nth-child(1){
	display: none;
}
.opClose{
	width:.71rem;
	height:1rem;
	overflow: hidden;
	position:absolute;
	bottom:.73rem;
	left:.61rem;
	cursor: pointer;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.opClose img{
	display: block;
	width:100%;
	height:100%;
}
.loginTc,
.roleTc,
.backTc,
.priceTc,
.ruleTc,
.addressTc {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 50;
	display: none;
}

.loginBody {
	width: 9.34rem;
	height: 5.8rem;
	background: url(../../page/images/tc.png) no-repeat center;
	background-size: cover;
	position: relative;
	margin: 0 auto 0;
	top: 45%;
	transform: translate(0, -45%);
	-webkit-transform: translate(0, -45%);
}

.roleBody {
	width: 9.34rem;
	height: 5.8rem;
	background: url(../../page/images/tc.png) no-repeat center;
	background-size: cover;
	position: relative;
	margin: 0 auto 0;
	top: 45%;
	transform: translate(0, -45%);
	-webkit-transform: translate(0, -45%);
}

.backBody {
	width: 9.34rem;
	height: 6.18rem;
	background: url(../../page/images/tc.png) no-repeat center;
	background-size: 100% 100%;
	position: relative;
	margin: 0 auto 0;
	top: 45%;
	transform: translate(0, -45%);
	-webkit-transform: translate(0, -45%);
}

.priceBody {
	width: 9.34rem;
	height: 6.18rem;
	background: url(../../page/images/tc.png) no-repeat center;
	background-size: 100% 100%;
	position: relative;
	margin: 0 auto 0;
	top: 45%;
	transform: translate(0, -45%);
	-webkit-transform: translate(0, -45%);
}

.ruleBody {
	width: 6rem;
	height: 7rem;
	background: url(../../page/images/hd.png) no-repeat center;
	background-size: 100% 100%;
	position: relative;
	margin: 0 auto 0;
	top: 45%;
	transform: translate(0, -45%);
	-webkit-transform: translate(0, -45%);
}

.addressBody {
	width: 9.34rem;
	height: 6.18rem;
	background: url(../../page/images/tc.png) no-repeat center;
	background-size: 100% 100%;
	position: relative;
	margin: 0 auto 0;
	top: 45%;
	transform: translate(0, -45%);
	-webkit-transform: translate(0, -45%);
}

.addressCon {
	width: 7rem;
	position: relative;
	margin: 1.5rem auto 0;
}

.addressCon .s_put {
	width: 7rem;
}

.addressBody .sure {
	margin-top: .55rem;
}

.addressPut {
	width: 7rem;
	height: .9rem;
	border: 0.01rem solid #d9b37b;
	position: relative;
	overflow: hidden;
	background: none;
	outline: none;
	color: #773715;
	font-size: .24rem;
	line-height: .3rem;
	text-indent: .24rem;
}

.fuBtn {
	display: block;
	width: 2.89rem;
	margin: 0.5rem auto 0;
	cursor: pointer;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.fuBtn:hover {
	transform: scale(.9);
	-webkit-transform: scale(.9);
}

.lcTit {
	display: block;
	width: 2.58rem;
	margin: 1.2rem auto 0;
}

.backBody .lcTit {
	width: 1.6rem;
}

.s_put {
	width: 7rem;
	height: .55rem;
	margin: .2rem auto 0;
	position: relative;
}

.s_put p {
	width: 2rem;
	font-size: .32rem;
	color: #773715;
	line-height: .55rem;
	float: left;
	text-align: right;
}

.s_put input {
	height: .53rem;
	border: 0.01rem solid #d9b37b;
	overflow: hidden;
	position: relative;
	float: left;
	font-size: .24rem;
	color: #773715;
	text-indent: .24rem;
	border-radius: .1rem;
}

.s_put .phone {
	width: 4.5rem;
	height: .53rem;
	border: 0.01rem solid #d9b37b;
	overflow: hidden;
	position: relative;
	float: left;
	font-size: .24rem;
	color: #773715;
	text-indent: .24rem;
	border-radius: .1rem;
}

.s_put .t_yzm {
	width: 2.5rem;
}

.s_put .captcha {
	width: 1.8rem;
	height: .55rem;
	float: left;
	font-size: .24rem;
	color: #773715;
	text-align: center;
	line-height: .55rem;
	cursor: pointer;
	margin-left: .1rem;
}

.s_put .captcha img {
	display: block;
	width: 100%;
	height: 100%;
}

.s_put .yzm {
	width: 2.5rem;
}

.s_put .g_code {
	width: 1.8rem;
	height: .55rem;
	background: url(../../page/images/ysm.png) no-repeat center;
	background-size: 100% 100%;
	float: left;
	margin-left: .1rem;
	font-size: .24rem;
	color: #773715;
	text-align: center;
	line-height: .55rem;
	cursor: pointer;
}

.s_put p span {
	display: block;
	position: absolute;
	left: 0.64rem;
	bottom: -.36rem;
	font-size: .22rem;
}

.s_put .roleId {
	width: 4.5rem;
}

.sure {
	display: block;
	width: 2.82rem;
	margin: .5rem auto 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	cursor: pointer;
}

.sure:hover {
	transform: scale(.9);
	-webkit-transform: scale(.9);
}

.dl {
	display: block;
	width: 3.42rem;
	margin: 0.2rem auto 0;
	cursor: pointer;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.dl:hover {
	transform: scale(.9);
	-webkit-transform: scale(.9);
}

.close {
	display: block;
	width: 1.04rem;
	position: absolute;
	right: -.91rem;
	top: .3rem;
	cursor: pointer;
}

.roleBody .s_put {
	margin-top: 1rem;
}

.huadong {
	width: 6.88rem;
	height: 2.53rem;
	overflow: hidden;
	position: relative;
	margin: .17rem auto 0;
}

.backList {
	width: 7.1rem;
	height: 2.53rem;
	overflow: auto;
	position: relative;
}

.backList li {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.backList li span {
	display: block;
	float: left;
}

.backList li span:nth-child(1) {
	width: 1.52rem;
	height: .61rem;
	border: 0.01rem solid #cab78d;
	font-size: .3rem;
	color: #49352a;
	text-align: center;
	line-height: .61rem;
}

.backList li span:nth-child(2) {
	width: 3.8rem;
	height: .61rem;
	border-top: 0.01rem solid #cab78d;
	border-bottom: 0.01rem solid #cab78d;
	font-size: .3rem;
	color: #49352a;
	text-align: center;
	line-height: .61rem;
}

.backList li span:nth-child(3) {
	width: 1.35rem;
	height: .61rem;
	border: 0.01rem solid #cab78d;
	border-left: none;
}

.backList li span i {
	display: block;
	width: .97rem;
	height: .44rem;
	background: url(../../page/images/fuzhi.png) no-repeat center;
	background-size: cover;
	margin: 0.1rem auto 0;
	cursor: pointer;
}

.address {
	display: block;
	width: 3.42rem;
	margin: 0.55rem auto 0;
	cursor: pointer;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.address:hover {
	transform: scale(.9);
	-webkit-transform: scale(.9);
}

.priceBody p {
	font-size: .63rem;
	color: #86553b;
	line-height: 1rem;
	text-align: center;
	font-family: "HYYakuHei";
}

.priceBody .ppTip {
	margin-top: 2rem;
}

.ruleTxt {
	width: 4.5rem;
	height: 6rem;
	margin: 0.5rem 0 0 0.8rem;
	overflow: auto;
	position: relative;
	padding-right: 0.5rem;
}

.ruleTxt p {
	font-size: .2rem;
	color: #4e2720;
	line-height: .3rem;
}

.ruleTxt::-webkit-scrollbar {
	width: 8px;
	background: none;
}

.ruleTxt::-webkit-scrollbar-corner,
/* 滚动条角落 */
.ruleTxt::-webkit-scrollbar-thumb,
.ruleTxt::-webkit-scrollbar-track {
	/*滚动条的轨道*/
	border-radius: 4px;
}

.ruleTxt::-webkit-scrollbar-corner,
.ruleTxt::-webkit-scrollbar-track {
	/* 滚动条轨道 */
	background-color: none;
	box-shadow: inset 0 0 1px rgba(180, 160, 120, 0.5);
}

.ruleTxt::-webkit-scrollbar-thumb {
	/* 滚动条手柄 */
	background-color: #f1e9cb;
}

@keyframes mmm {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@-webkit-keyframes mmm {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@-webkit-keyframes start {

	0%,
	30% {
		opacity: 0;
		-webkit-transform: translate(0, -10px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(0, 8px);
	}
}

@-moz-keyframes start {

	0%,
	30% {
		opacity: 0;
		-webkit-transform: translate(0, -10px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(0, 8px);
	}
}

@keyframes start {

	0%,
	30% {
		opacity: 0;
		-webkit-transform: translate(0, -10px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(0, 8px);
	}
}

@-ms-keyframes start {

	0%,
	30% {
		opacity: 0;
		-webkit-transform: translate(0, -10px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(0, 8px);
	}
}
