/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

body,
html,
.body {
	width: 100%;
	height: 100%;
	min-width: 1200px;
	position: relative;
	overflow: hidden;
}

body {
	background: url(../images/body-bg.jpg) no-repeat center top;
	background-size: cover;
}

.main-swiper {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.line {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
}

.line .line-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	background: url(../images/line-top.png) no-repeat left top;
	background-size: auto 100%;
}

.line .line-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	background: url(../images/line-bottom.png) no-repeat left bottom;
	background-size: auto 100%;
}

.circle {
	width: 1770px;
	height: 1770px;
	background: url(../images/circle.png) no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -885px;
	top: 60%;
	z-index: 1;
	-webkit-transition: all ease .618s;
	-o-transition: all ease .618s;
	transition: all ease .618s;
}

.bgm {
	width: 50px;
	height: 50px;
	background: url(../images/audio.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
	right: 1%;
    margin-right: 53px;
    top: 4%;
	z-index: 5;
	animation: videoRotate 2.8s linear .1s infinite both;
	-webkit-animation: videoRotate 2.8s linear .1s infinite both;
}

.bgm.off {
	background: url(../images/audio.png) no-repeat;
	background-size: 100% auto;
	animation: none;
	-webkit-animation: none;
}

.share {
	width: 263px;
	height: 52px;
	/* background: url(../images/share.png) no-repeat; */
	position: absolute;
	right: 1%;
	top: 5%;
	z-index: 5;
	padding-left: 45px;
}

.share a {
	float: left;
	width: 51px;
	height: 52px;
	margin-right: 33px;
}
.share>a {
	display: none!important;
}

.share .user_login {
	font-size: 16px;
	color: #001d42;
	position: absolute;
	width: 280px;
	height: 20px;
	line-height: 14px;
	bottom: -30px;
	text-align: center;
	z-index: 9;
}

.user_login #selfInfo{
	cursor: pointer;
	text-decoration: underline;
}

.user_login b {
	color:  #001d42;
	cursor: pointer;
	z-index: 10;
}




.pagi {
	position: absolute;
	left: 6%;
	bottom: 11%;
	font-size: 20px;
	color: #a1a1a1;
	z-index: 5;
}

.pagi p,
.pagi div {
	float: left;
}

.pagi p em {
	color: #b9a67e;
}

.pagi div {
	font-size: 0;
	height: 26px;
	line-height: 26px;
}

.pagi div span {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 2px;
	margin-left: 32px;
	background-color: #a1a1a1;
}

.pagi .swiper-pagination-bullet {
	opacity: 1;
	border-radius: 0;
	background: #a1a1a1;
}

.pagi .swiper-pagination-bullet-active {
	width: 36px;
	height: 10px;
	background: url(../images/btm-change.png) no-repeat;
}

.yuyuereward {
	font-size: 20px;
	color: #b9a67e;
	position: absolute;
	left: 148px;
	bottom: 10%;
	z-index: 7;
	cursor: pointer;
	width: 45px;
	height: 42px;
	-webkit-animation: tip 1.5s ease-out 0s infinite;
	animation: tip1 1.5s ease-out 0s infinite;
	transform:rotate(180deg);
	z-index:10;
	display: none!important;
}
.yuyuereward i {
	width: 45px;
	height: 45px;
	background: url(../images/closereward.png) no-repeat;
	display: inline-block;
	vertical-align: -3px;
	margin-right: 8px;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
.yuyuerewardclose {
	font-size: 20px;
	color: #b9a67e;
	position: absolute;
	left: 148px;
	bottom: 286px;
	z-index: 7;
	cursor: pointer;
	width: 45px;
	height: 42px;
	z-index:10;
	display: none;
}
.yuyuerewardclose i {
	width: 45px;
	height: 45px;
	background: url(../images/closereward.png) no-repeat;
	display: inline-block;
	vertical-align: -3px;
	margin-right: 8px;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
.yuyuereward_info {
	width: 100%;
	height: 300px;
	/* overflow: hidden; */
	position: absolute;
	left: 0;
	bottom: -310px;
	background-color: #fff;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
	padding-top: 10px;
	z-index:9;
}

.yuyuereward_info.show {
	bottom: 0;
}
.copy-btn {
	font-size: 20px;
	color: #b9a67e;
	position: absolute;
	right: 6%;
	bottom: 10%;
	z-index: 7;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
}

.copy-btn i {
	width: 21px;
	height: 21px;
	background: url(../images/copy-arrow.png) no-repeat;
	display: inline-block;
	vertical-align: -3px;
	margin-right: 8px;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}

.copy-btn.on i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.zfooter {
	width: 100%;
	height: 222px;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -222px;
	z-index: 6;
	background-color: #fff;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}

.zfooter.show {
	bottom: 0;
}

.page {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.page .box {
	width: 1200px;
	padding-top: 40px;
	height: auto;
	margin: 0 auto;
	position: relative;
	-webkit-transform-origin: center top;
	-ms-transform-origin: center top;
	transform-origin: center top;
}

.page .box:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

.page1 {
	/* // min-height: 1080px; */
}
.page1 .box{
	height: 100%;
}
.page1 .yuyue {
	position: absolute;
	bottom: 2.96%;
	left: 50%;
	height: 10.64%;
	width: 532px;
	font-size: 0;
	z-index:2;
	margin-left: -266px;
}

.page1 .yuyue a {
	float: right;
	vertical-align: middle;
}
.page1 .yuyue a:nth-child(1) {
	float: left;
}
.page1 .yuyue a.btn_appyuyue .ercode-box{
	width: 220px;
	height: 205px;
	background: url(../images/appstore-bg.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
	right: -240px;
	top: -125px;
	z-index: 8;
	display: none;
	margin: 0 auto;
}
.page1 .yuyue a.btn_appyuyue .ercode-box img{
	position: absolute;
	top: 9px;
    left: 26px;
	width: 185px;
	height: 185px;
	display: block;
}
.page1 .yuyue a.btn_appyuyue:hover .ercode-box{
	display: block;
}	

.page1 .yuyue a .left-arrow {
	position: absolute;
	width: 123px;
	height: 47px;
	left: -50px;
	top: 32px;
	background: url(../images/yuyue-left-arrow.png) no-repeat;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
	opacity: 0;
}

.page1 .yuyue a .right-arrow {
	position: absolute;
	width: 123px;
	height: 47px;
	right: -50px;
	top: 32px;
	background: url(../images/yuyue-right-arrow.png) no-repeat;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
	opacity: 0;
}

.page1 .yuyue a:hover .left-arrow {
	left: -123px;
	opacity: 1;
}

.page1 .yuyue a:hover .right-arrow {
	right: -123px;
	opacity: 1;
}

.page1 .yuyue-num {
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #e6e6e6;
	width: 350px;
	padding:0 20px;
	height: 40px;
	background: #12a0b7;
	position: relative;
	box-sizing:border-box;
	border-radius: 20px;
	z-index: 10;
	margin: 100px auto 0;
}

.page1 .yuyue-num em {
	font-size: 20px;
	font-style: normal;
	color: #ffcb11;
	font-weight: bold;
}

.page1 .download {
	width: 480px;
	margin: 694px auto 0;
	position: relative;
	display: none;
}

.page1 .download .dl-box {
	width: 136px;
	height: 104px;
	overflow: hidden;
	position: relative;
	padding-left: 108px;
	margin: 0 auto;
}

.page1 .download .dl-box .qrcode {
	width: 90px;
	height: 104px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
}

.page1 .download .dl-box .qrcode img {
	display: block;
	width: 75px;
	margin: 6px auto 0;
}

.page1 .download .dl-box .qrcode span {
	display: block;
	text-align: center;
}

.page1 .download .dl-box .appstore,
.page1 .download .dl-box .android {
	width: 135px;
	height: 41px;
	display: block;
	margin-top: 8px;
}

.page1 .download .dl-box .appstore {
	background: url(../images/appstore.png) no-repeat;
}

.page1 .download .dl-box .android {
	background: url(../images/android.png) no-repeat;
}

.page2 .biaoti {
	height: 80px;
	margin: 0 auto;
	display: block;
}

.page2 .banner {
	/*width: 775px;*/
	/*height: 475px;	*/
	width: 690px;
	height: 425px;
	background: url(../images/banner-bg.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0px;
	top: 275px;
	z-index: 2;
}

.page2 .banner .banner-swiper {
	/*width: 763px;*/
	/*height: 465px;*/
	width: 678px;
	height: 415px;
	margin: 5px 0 0 5px;
	overflow: hidden;
}

.page2 .banner .banner-swiper img {
	width: 680px;
	height: 415px;
}

/* 最新伺服器 */
.page2 .newServer_group{
	width: 517px;
	height: 43px;
	background: url(../images/xsx-bg1.png) no-repeat center center;
	background-size: cover;
    margin: 173px 0 0 679px;
	float: left;
	overflow: hidden;
}
.page2 .newServer_group .titleX{
	width: 110px;
	height: 34px;
	background: url(../images/xsx-bg2.png) no-repeat center center;
	background-size: contain;
	color: #fff;
	margin: 5px 0 0 15px;
	position: relative;
}
.page2 .newServer_group .titleX h4{
	width: 104px;
	height: 34px;
	background: url(../images/xsx-bg3.png) no-repeat center center;
	background-size: contain;
	text-align: center;
	line-height: 34px;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
}
.page2 .newServer_group .newServer{
    float: right;
    width: 380px;
    height: 48px;
	margin-top: -39px;
	line-height: 48px;
}
.page2 .newServer_group .swiper-slide{
    width: 80%;
	height: 100%;
	color: #fff;
	padding-left: 20px;
	background: url(../images/xsx-bg4.png) no-repeat left center;
}



.page2 .news {
	width: 600px;
	height: 335px;
    margin: 20px 0 0 600px;
	z-index: 1;
	background: url(../images/news-bg.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

.page2 .news .tab {
	position: relative;
	width: 420px;
	border-top: 1px solid #534f48;
	margin: 16px 0 0 100px;
}

.page2 .news .tab ul {
	width: 375px;
	height: 75px;
}

.page2 .news .tab ul li {
	width: 75px;
	height: 75px;
	position: relative;
	float: left;
	cursor: pointer;
}

.page2 .news .tab ul li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 75px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	z-index: 2;
	position: relative;
}

.page2 .news .tab ul li .e1 {
	width: 75px;
	height: 75px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -37.5px;
	margin-top: -37.5px;
	z-index: 1;
	background: url(../images/news-tab-bg.png) no-repeat center center;
	background-size: 100% 100%;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
	opacity: 0;
}

.page2 .news .tab ul li .e2 {
	width: 75px;
	height: 22px;
	position: absolute;
	left: 0;
	top: -22px;
	z-index: 3;
	background: url(../images/news-tab-i2.png) no-repeat center top;
	background-size: 100% 100%;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
	opacity: 0;
}

.page2 .news .tab ul li .e3 {
	width: 10px;
	height: 1px;
	background: #d0af79;
	position: absolute;
	left: 0;
	top: 41px;
	z-index: 3;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
	opacity: 0;
}

.page2 .news .tab ul li .e4 {
	width: 10px;
	height: 1px;
	background: #d0af79;
	position: absolute;
	right: 0;
	top: 37px;
	z-index: 3;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
	opacity: 0;
}

.page2 .news .tab ul li .e5 {
	width: 75px;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	background: url(../images/news-tab-i1.png) no-repeat 33px top;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
	opacity: 0;
}

.page2 .news .tab ul li:hover a {
	color: #f8d69b;
}

.page2 .news .tab ul li:hover .e1 {
	opacity: 1;
	-webkit-transform: rotateZ(90deg);
	-ms-transform: rotate(90deg);
	transform: rotateZ(90deg);
}

.page2 .news .tab ul li.on a {
	color: #f8d69b;
}

.page2 .news .tab ul li.on .e1 {
	opacity: 1;
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotate(180deg);
	transform: rotateZ(180deg);
}

.page2 .news .tab ul li.on .e2 {
	opacity: 1;
	top: 0;
}

.page2 .news .tab ul li.on .e3 {
	opacity: 1;
	left: -8px;
}

.page2 .news .tab ul li.on .e4 {
	opacity: 1;
	right: -8px;
}

.page2 .news .tab ul li.on .e5 {
	opacity: 1;
	bottom: 16px;
}

.page2 .news .tab .more {
	display: block;
	width: 84px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	position: absolute;
	left: 380px;
	top: 25px;
}

.page2 .news .tab .more:hover {
	color: #f8d69b;
}

.page2 .news .con {
	width: 460px;
	position: relative;
	margin: 24px 0 0 110px;
}

.page2 .news .con .con-item {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	-webkit-animation: newscon .8s ease 0s;
	animation: newscon .8s ease 0s;
}

.page2 .news .con .con-item.on {
	display: block;
}

@-webkit-keyframes newscon {
	0% {
		-webkit-transform: translateY(60px);
		transform: translateY(60px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes newscon {
	0% {
		-webkit-transform: translateY(60px);
		transform: translateY(60px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes spread {
	0% {
		transform: translate(0) scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes spread {
	0% {
		-webkit-transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes spread {
	0% {
		-moz-transform: scale(1);
	}
	50% {
		-moz-transform: scale(1.1);
	}
	100% {
		-moz-transform: scale(1);
	}
}

@-ms-keyframes spread {
	0% {
		-ms-transform: scale(1);
	}
	50% {
		-ms-transform: scale(1.1);
	}
	100% {
		-ms-transform: scale(1);
	}
}
.page2 .news .con .con-item ul li {
	margin-bottom: 36px;
	font-size: 0;
}

.page2 .news .con .con-item ul li .tag {
	display: inline-block;
	font-size: 16px;
	width: 70px;
	color: #d1b078;
	vertical-align: middle;
}

.page2 .news .con .con-item ul li .time {
	display: inline-block;
	font-size: 16px;
	width: 60px;
	color: #858689;
	text-align: right;
	vertical-align: middle;
}

.page2 .news .con .con-item ul li a {
	display: inline-block;
	font-size: 16px;
	width: 320px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.page2 .news .con .con-item ul li a:hover {
	color: #d1b078;
}
@media screen and (max-width: 1500px) {
	/* .page2 .banner {
		top: 220px;
	} */
	.page2 .news {
		top: 260px;
	}
}

@media screen and (max-width: 1366px) {

	.page2 .banner {
		top: 180px;
	}
	.page2 .newServer_group{
		margin: 110px 0 0 679px;
	}

	.page4 .gonglue {
		margin: 50px auto 0 !important;
	}
	.page .box {
		padding-top: 10px !important;

	}
}

/* .page4 .biaoti {
	width: 80px;
	height: 481px;
	background: url(../images/t2.png) no-repeat;
	position: absolute;
	left: 78px;
	top: 256px;
}

.page4 .map {
	width: 788px;
	height: 788px;
	position: absolute;
	left: 206px;
	top: 114px;
}

.page4 .map:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/map-bg.png) no-repeat;
	-webkit-animation: maprot 20s linear 0s infinite;
	animation: maprot 20s linear 0s infinite;
} */
.page4 .biaoti {
    height: 80px;
    background: url(../images/xsx-bg5.png) no-repeat center top;
}
.page4 .gonglue {
	width: 1130px;
	height: 530px;
	margin: 100px auto 0;
}
.page4 .gonglue .bg-tougao{
	width: 307px;
	height: 536px;
	overflow: hidden;
	float: left;
	position: relative;
}
.page4 .gonglue .bg-tougao .bbg{
	width: 100%;
}
.page4 .gonglue .bg-tougao .tg{
    width: 180px;
    position: absolute;
    top: 460px;
    left: 50%;
    transform: translate(-50%);
}
.page4 .gonglue .bg-tougao a{
	display: block;
	height: 50px;
	background: url(../images/xsx-bg7.png) no-repeat center center;
	margin: 450px auto 0;
}
.page4 .gonglue .jingcai{
	width: 822px;
	height: 178px;
	float: right;
}
.page4 .gonglue .jingcai .jcsj{
	width: 396px;
	height: 178px;
	float: left;
}
.page4 .gonglue .jingcai .jcsj a{
    display: block;
    width: 103%;
    height: 112%;
    background: url(../images/xsx-bg8.png) no-repeat center center;
	background-size: 100%;
	padding: 14px 0 0 6px;
    box-sizing: border-box;
}
.page4 .gonglue .jingcai .jcsj a img{
	display: block;
	width: 396px;
	height: 170px;

}

.page4 .gonglue .jingcai .rmjs{
	width: 396px;
	height: 178px;
	float: left;
	margin-left: 19px;
}
.page4 .gonglue .jingcai .rmjs a{
    display: block;
    width: 103%;
    height: 112%;
    background: url(../images/xsx-bg8.png) no-repeat center center;
	background-size: 100%;
	padding: 14px 0 0 6px;
    box-sizing: border-box;
}
.page4 .gonglue .jingcai .rmjs a img{
	display: block;
	width: 396px;
	height: 170px;

}

.page4 .gonglue .sggl{
    width: 823px;
    height: 344px;
    float: right;
	background: url(../images/xsx-bg10.png) no-repeat center center;
	background-size: cover;
	margin-top: 20px;
	position: relative;
}
.page4 .gonglue .sggl .sgmore{
    display: inline-block;
    width: 118px;
    height: 42px;
    background: url(../images/xsx-bg13.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 30px;
    top: 9px;
}
.page4 .gonglue .sggl .tab{
    width: 600px;
    height: 54px;
    margin: 4px 0 0 10px;
}
.page4 .gonglue .sggl .tab ul{
    width: 100%;
    height: 100%;
}
.page4 .gonglue .sggl .tab ul li{
    width: 162px;
	height: 100%;
	float: left;
}
.page4 .gonglue .sggl .tab ul .act-on{
	color: #9f732b;
	background: url(../images/xsx-bg11.png) no-repeat bottom center;
}
.page4 .gonglue .sggl .tab ul .act-on a{
	color: #9f732b;
}
.page4 .gonglue .sggl .tab ul li:nth-child(2) a{
	background: url(../images/xsx-bg12.png) no-repeat left center;
}
.page4 .gonglue .sggl .tab ul li:nth-child(3) a{
	background: url(../images/xsx-bg12.png) no-repeat left center;
}
.page4 .gonglue .sggl .tab ul li a{
	display: block;
    width: 162px;
	height: 100%;
	color: #473c3a;
	text-align: center;
	line-height: 54px;
	font-size: 18px;
	font-weight: bold;
}
.page4 .gonglue .sggl .tab-list{
	width: 760px;
	height: 270px;
}
.page4 .gonglue .sggl .tab-list ul{
	width: 100%;
	height: 100%;
	position: absolute;
}
.page4 .gonglue .sggl .tab-list ul li{
	width: 100%;
	height: 52px;
	box-sizing: border-box;
	padding-left: 55px;
	margin: 32px 0;
}
.page4 .gonglue .sggl .tab-list ul li .title span{
	color: #9f732b;
	color: #9f732b;
    display: inline-block;
    width: 100px;

}
.page4 .gonglue .sggl .tab-list ul li .title{
	color: #483d3a;
	float: left;
	width: 400px;
	height: 26px;
	line-height:26px ;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.page4 .gonglue .sggl .tab-list ul li .info{
	float: left;
	width: 655px;
	height: 26px;
	line-height: 26px;
	padding-left: 9px;
}
.page4 .gonglue .sggl .tab-list ul li .info em{
	display: inline-block;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
	color: #34373c;
    border-radius: 11px;
    background: #b29057;
    margin: 0 0 0 10px;
    padding: 0 20px;
    vertical-align: bottom;
}

.page4 .gonglue .sggl .tab-list ul li .info span{
	color: #7e6d52;
	margin-right: 10px;
}

.page4 .gonglue .sggl .tab-list ul li .date{
	float: right;
	color: #8c8584;
	margin-right: 20px;
	margin-top: -24px;
}
@-webkit-keyframes maprot {
	0% {
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
	}

	100% {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

@keyframes maprot {
	0% {
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
	}

	100% {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

.page4 .gomap {
	width: 74px;
	height: 236px;
	background: url(../images/gomap.png) no-repeat;
	position: absolute;
	right: 90px;
	top: 375px;
}

.mnav {
	width: 117px;
	height: 440px;
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -220px;
	z-index: 10;
	background: url(../images/nav-bg.png) no-repeat right center;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transition: right .5s ease .5s;
	-o-transition: right .5s ease .5s;
	transition: right .5s ease .5s;
}

.left-slide{
	position: fixed;
	left: 0;
	top: 50%;
	background: url(../images/left-slide.png) no-repeat;
	width: 198px;
	height: 299px;
	z-index: 4;
	display: none;
}
.left-slide .slide-link{
	display: block;
	width: 90px;
	height: 25px;
	position: absolute;
	bottom: 14px;
	left: 53px;
	cursor: pointer;
	z-index: 22;
}
.mnav .light {
	width: 246px;
	height: 371px;
	position: absolute;
	right: -100px;
	top: 40px;
	background: url(../images/nav-light.png) no-repeat;
	z-index: 1;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}

.mnav .open {
	width: 49px;
	height: 49px;
	position: absolute;
	right: 33px;
	top: 197px;
	z-index: 3;
}

.mnav .open.close {
	background: url(../images/nav-close.png) no-repeat;
}
.mnav .daohang {
	width: 30px;
	height: 100px;
	position: relative;
	left: -14px;
	top: 170px;
	color:#ad9b6e;
}
.mnav .daohang p {
	position: absolute;
	left: 0;
	bottom: 0;
}
.mnav .daohang .text1 {
	position: absolute;
	left: 0;
	top: 0;
}
.mnav .mnav-list {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.mnav .mnav-list a {
	position: absolute;
	width: 71px;
	height: 84px;
	position: absolute;
	background: url(../images/nav-item-bg.png) no-repeat;
	text-align: center;
	font-size: 20px;
	color: #fff;
	overflow: hidden;
	-webkit-transition: all ease .6s;
	-o-transition: all ease .6s;
	transition: all ease .6s;
}

.mnav .mnav-list a i {
	width: 100%;
	height: 24px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 14px;
}

.mnav .mnav-list a:hover {
	background-image: url(../images/nav-item-bg-on.png);
}

.mnav.extend .mnav-list a:nth-child(1) {
	top: 0;
	right: 0;
	opacity: 1;
}

.mnav .mnav-list a:nth-child(1) i {
	background-image: url(../images/nav-item1.png);
}

.mnav.extend .mnav-list a:nth-child(2) {
	top: 44px;
	right: 85px;
	opacity: 1;
}

.mnav .mnav-list a:nth-child(2) i {
	background-image: url(../images/nav-item2.png);
}

.mnav.extend .mnav-list a:nth-child(3) {
	top: 127px;
	right: 135px;
	opacity: 1;
}

.mnav .mnav-list a:nth-child(3) i {
	background-image: url(../images/nav-item4.png);
}

.mnav.extend .mnav-list a:nth-child(4) {
	top: 234px;
	right: 135px;
	opacity: 1;
}

.mnav .mnav-list a:nth-child(4) i {
	background-image: url(../images/nav-item3.png);
}

.mnav.extend .mnav-list a:nth-child(5) {
	top: 314px;
	right: 85px;
	opacity: 1;
}

.mnav .mnav-list a:nth-child(5) i {
	background-image: url(../images/nav-item5.png);
}

.mnav.extend .mnav-list a:nth-child(6) {
	top: 361px;
	right: 0;
	opacity: 1;
}

.mnav .mnav-list a:nth-child(6) i {
	background-image: url(../images/nav-item6.png);
}

.mnav.extend .light {
	right: 0;
	top: 40px;
	opacity: 1;
}

.mnav .mnav-list a:nth-child(1),
.mnav .mnav-list a:nth-child(2),
.mnav .mnav-list a:nth-child(3),
.mnav .mnav-list a:nth-child(4),
.mnav .mnav-list a:nth-child(5),
.mnav .mnav-list a:nth-child(6) {
	top: 180px;
	right: 20px;
	opacity: 0;
}

.page3 .biaoti {
	height: 80px;
	background: url(../images/t3.png) no-repeat center top;
}

.page3 .role {
	width: 1920px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	bottom: 0;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
}

.page3 .role .role-tab {
	width: 316px;
	height: 250px;
	position: absolute;
	right: 50%;
	margin-right: 270px;
	bottom: 580px;
	background: url(../images/role-tab-bg.png) no-repeat center 80px;
	z-index: 2;
}

.page3 .role .role-tab.nobg {
	background: none;
}

.page3 .role .role-tab .junshi {
	font-size: 30px;
	color: #5b5a57;
	text-align: center;
	cursor: pointer;
}

.page3 .role .role-tab .zhujiang {
	font-size: 30px;
	color: #5b5a57;
	text-align: center;
	cursor: pointer;
}

.page3 .role .role-tab .junshi {
	color: #9c8559;
	width: 148px;
	height: 47px;
	margin: 0 auto;
	background: url(../images/roles-tab.png);
	background-position: -1476px -59px;
}

.page3 .role .role-tab .junshi.on {
	background-position: -1476px -207px;
}

.page3 .role .role-tab .zhujiang.on {
	background-position: -1238px -207px;
}

.page3 .role .role-tab .zhujiang {
	background: url(../images/roles-tab.png);
	background-position: -1238px -59px;
	color: #9c8559;
	width: 148px;
	height: 47px;
	margin: 0 auto;
}

.page3 .role .role-tab .list {
	width: 100%;
	position: absolute;
	left: 0;
	top: 80px;
}

.page3 .role .role-tab .list a {
	position: absolute;
	font-size: 18px;
	text-align: center;
	color: #5b5a57;
	width: 62px;
	height: 62px;
	background: url(../images/role-tab.png) no-repeat;
	overflow: hidden;
}

.page3 .role .role-tab .list a:hover,
.page3 .role .role-tab .list a.on {
	background-image: url(../images/role-tab-on.png);
}

.page3 .role .role-tab .list a i {
	display: block;
	width: 62px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 6px;
}

.page3 .role .role-tab .list a:nth-child(1) {
	left: 0;
	top: 0;
}

.page3 .role .role-tab .list a:nth-child(1) i {
	background-image: url(../images/role-tab1.png);
}

.page3 .role .role-tab .list a:nth-child(2) {
	left: 31px;
	top: 56px;
}

.page3 .role .role-tab .list a:nth-child(2) i {
	background-image: url(../images/role-tab2.png);
}

.page3 .role .role-tab .list a:nth-child(3) {
	left: 86px;
	top: 100px;
}

.page3 .role .role-tab .list a:nth-child(3) i {
	background-image: url(../images/role-tab3.png);
}

.page3 .role .role-tab .list a:nth-child(4) {
	left: 162px;
	top: 100px;
}

.page3 .role .role-tab .list a:nth-child(4) i {
	background-image: url(../images/role-tab4.png);
}

.page3 .role .role-tab .list a:nth-child(5) {
	left: 223px;
	top: 56px;
}

.page3 .role .role-tab .list a:nth-child(5) i {
	background-image: url(../images/role-tab5.png);
}

.page3 .role .role-tab .list a:nth-child(6) {
	left: 255px;
	top: 0;
}

.page3 .role .role-tab .list a:nth-child(6) i {
	background-image: url(../images/role-tab6.png);
}

.page3 .role .role-con,
.page3 .role .role-type,
.page3 .role .role-item-tab,
.page3 .role .role-item-con,
.page3 .role .role-item {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.page3 .role .role-type,
.page3 .role .role-item {
	display: none;
}

.page3 .role .role-item>img {
	display: block;
	width: 1920px;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	-webkit-animation: rolein 1s ease 0s forwards;
	animation: rolein 1s ease 0s forwards;
}

.page3 .role .role-item .role-detail {
	width: 323px;
	position: absolute;
	left: 50%;
	margin-left: 274px;
	bottom: 618px;
	opacity: 0;
	-webkit-animation: detailin 0.8s ease 0.2s forwards;
	animation: detailin 0.8s ease 0.2s forwards;
}

.page3 .role .role-item .role-detail h3 {
	border-bottom: 1px dashed #bcb9b5;
	font-size: 0;
	position: relative;
}

.page3 .role .role-item .role-detail h3 em {
	font-size: 35px;
	color: #9c8559;
}

.page3 .role .role-item .role-detail h3 span {
	font-size: 20px;
	color: #5b5a57;
	margin-left: 6px;
}

.page3 .role .role-item .role-detail h3 a {
	width: 26px;
	height: 26px;
	position: absolute;
	right: 6px;
	bottom: 6px;
	background: url(../images/voice.png) no-repeat;
}

.page3 .role .role-item .role-detail>p {
	font-size: 20px;
	line-height: 40px;
	padding-bottom: 10px;

}

.page3 .role .role-item .role-detail .jineng {
	font-size: 0;
}

.page3 .role .role-item .role-detail .jineng a {
	display: inline-block;
	width: 58px;
	height: 58px;
	margin-right: 16px;
}

.page3 .role .role-item .role-detail .jineng a img {
	width: 58px;
}

.page3 .role .role-item-tab {
	z-index: 2;
}

.page3 .role .role-item-tab a {
	position: absolute;
	background: url(../images/role-item-bg.png) no-repeat;
	width: 142px;
	height: 142px;
	overflow: hidden;
	opacity: 0;
}

.page3 .role .role-item-tab a img {
	width: 130px;
	display: block;
	margin: 6px 0 0 6px;
}

.page3 .role .role-item-tab a:nth-child(1) {
	right: 50%;
	margin-right: 428px;
	bottom: 290px;
	-webkit-animation: rolein 1s ease 0.5s forwards;
	animation: rolein 1s ease 0.5s forwards;
}

.page3 .role .role-item-tab a:nth-child(2) {
	right: 50%;
	margin-right: 250px;
	bottom: 410px;
	-webkit-animation: rolein 1s ease 0.3s forwards;
	animation: rolein 1s ease 0.3s forwards;
}

.page3 .role .role-item-tab a:nth-child(3) {
	left: 50%;
	margin-left: 250px;
	bottom: 410px;
	-webkit-animation: rolein 1s ease 0.3s forwards;
	animation: rolein 1s ease 0.3s forwards;
}

.page3 .role .role-item-tab a:nth-child(4) {
	left: 50%;
	margin-left: 428px;
	bottom: 290px;
	-webkit-animation: rolein 1s ease 0.5s forwards;
	animation: rolein 1s ease 0.5s forwards;
}

@-webkit-keyframes rolein {
	0% {
		-webkit-transform: translate3d(0, 150px, 0);
		transform: translate3d(0, 150px, 0);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0, 0, 0);
		transform: translateY(0, 0, 0);
		opacity: 1;
	}
}

@keyframes rolein {
	0% {
		-webkit-transform: translate3d(0, 150px, 0);
		transform: translate3d(0, 150px, 0);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0, 0, 0);
		transform: translateY(0, 0, 0);
		opacity: 1;
	}
}

@-webkit-keyframes detailin {
	0% {
		-webkit-transform: translate3d(150px, 0, 0);
		transform: translate3d(150px, 0, 0);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0, 0, 0);
		transform: translateY(0, 0, 0);
		opacity: 1;
	}
}

@keyframes detailin {
	0% {
		-webkit-transform: translate3d(150px, 0, 0);
		transform: translate3d(150px, 0, 0);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0, 0, 0);
		transform: translateY(0, 0, 0);
		opacity: 1;
	}
}

.jineng-pop {
	width: 351px;
	height: 219px;
	padding: 0 26px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	background: url(../images/jineng-bg.png) no-repeat;
	overflow: hidden;
	display: none;
	-webkit-transform-origin: center top;
	-ms-transform-origin: center top;
	transform-origin: center top;
	-webkit-animation: jineng ease .5s;
	animation: jineng ease .5s;
}

@-webkit-keyframes jineng {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes jineng {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.jineng-pop h4 {
	font-size: 30px;
	margin-top: 40px;
}

.jineng-pop h4 em {
	color: #5b5a57;
}

.jineng-pop h4 span {
	color: #9c8559;
}

.jineng-pop p {
	font-size: 20px;
	color: #929190;
	line-height: 25px;
}

.page5 .biaoti {
	height: 80px;
	background: url(../images/t4.png) no-repeat center top;
}

.page5 .tese {
	width: 100%;
	margin-top: 60px;
	position: relative;
	height: 200px;
}

.page5 .tese img {
	position: absolute;
	opacity: 0;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
	background: url(../images/tesebg.png) no-repeat center center;
	background-size: contain;
	padding: 30px 20px 20px;
}

.page5 .tese img::before {
	position: absolute;
	opacity: 0;
	width: inherit;
	height: inherit;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}

.page5 .tese img {
	width: 340px;
	left: 430px;
	top: 0;
}

.page6 .biaoti {
	height: 80px;
	background: url(../images/t5.png) no-repeat center top;
}

.page6 .bizhi {
	position: absolute;
	left: 120px;
	top: 314px;
	height: 34px;
	padding-left: 40px;
	font-size: 28px;
	line-height: 34px;
	background: url(../images/bizhi-btn.png) no-repeat;
}

.page6 .bizhi:hover,
.page6 .bizhi.on {
	background-image: url(../images/bizhi-btn-on.png);
	color: #b19d7d;
}

.page6 .shipin {
	position: absolute;
	right: 120px;
	top: 314px;
	height: 34px;
	padding-left: 40px;
	font-size: 28px;
	line-height: 34px;
	background: url(../images/shipin-btn.png) no-repeat;
}

.page6 .shipin:hover,
.page6 .shipin.on {
	background-image: url(../images/shipin-btn-on.png);
	color: #b19d7d;
}

.page6 .shiting {
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: 0;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
}

.page6 .shiting div {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	-webkit-transform-origin: center 610px;
	-ms-transform-origin: center 610px;
	transform-origin: center 610px;
	display: none;
}

.page6 .shiting div>p {
	position: absolute;
	left: 0;
	bottom: 0;
}

.page6 .shiting div>p a {
	display: block;
	width: 176px;
	height: 176px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}

.page6 .shiting div>p a img {
	display: block;
	width: 100%;
	height: 100%;
}

.page6 .shiting div>p a i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #000;
	opacity: 0.6;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}

.page6 .shiting div>p a:hover i {
	opacity: 0;
}

.page6 .shiting div>p>span {
	display: block;
	font-size: 20px;
	text-align: center;
	margin-top: 12px;
	height: 26px;
}

.page6 .shiting div>p:nth-child(1) {
	left: 438px;
	bottom: 393px;
}

.page6 .shiting div>p:nth-child(1) a {
	width: 310px;
	height: 310px;
	padding: 6px;
	border: 1px solid #c2b090;
}

.page6 .shiting div>p:nth-child(1) a i {
	display: none;
}

.page6 .shiting div>p:nth-child(1) span {
	height: 54px;
	line-height: 54px;
	font-size: 30px;
	color: #b19d7d;
	background: url(../images/shipin-title-bg.png) no-repeat center top;
}

.page6 .shiting div>p:nth-child(2) {
	left: -14px;
	bottom: 256px;
}

.page6 .shiting div>p:nth-child(3) {
	left: 194px;
	bottom: 400px;
}

.page6 .shiting div>p:nth-child(4) {
	left: 830px;
	bottom: 400px;
}

.page6 .shiting div>p:nth-child(5) {
	left: 1033px;
	bottom: 256px;
}

.page6 .shipin-con a .btn {
	width: 98px;
	height: 98px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 3;
}

.page6 .shipin-con a .btn em {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.page6 .shipin-con a .btn em:nth-child(1) {
	background: url(../images/video-btn1.png) no-repeat;
}

.page6 .shipin-con a .btn em:nth-child(2) {
	background: url(../images/video-btn2.png) no-repeat;
}

.page6 .shipin-con a .btn em:nth-child(3) {
	background: url(../images/video-btn3.png) no-repeat;
}

.page6 .shipin-con a:hover .btn em:nth-child(1) {
	-webkit-animation: rotl linear 4s infinite;
	animation: rotl linear 4s infinite;
}

.page6 .shipin-con a:hover .btn em:nth-child(2) {
	-webkit-animation: rotr linear 4s infinite;
	animation: rotr linear 4s infinite;
}

@-webkit-keyframes rotl {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotl {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotr {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes rotr {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

.yuyue-pop {
	width: 763px;
	height: 589px;
	background: url(../images/yuyue-pop-bg.png) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	display: none;
}

.yuyue-pop .close {
	width: 27px;
	height: 25px;
	background: url(../images/close.png) no-repeat;
	position: absolute;
	right: -27px;
	top: 18px;
}

.yuyue-pop .yuyue-pop-main {
	padding-top: 160px;
	width: 410px;
	margin: 0 auto;
}

/*登录*/
.pop_login {
	width: 623px;
	height: 482px;
	background: url(../images/login-pop-bg.png) no-repeat;
}

.pop_login .close {
	width: 27px;
	height: 25px;
	background: url(../images/close.png) no-repeat;
	position: absolute;
	right: -27px;
	top: 18px;
}

.pop_login .form_content {
	width: 370px;
	height: 280px;
	position: relative;
	margin: 140px auto 75px;
	display: block;
}
.pop_login .form_content .phone_type li{
	width: 182px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border: 1px solid #5765a4;
	display: inline-block;
	font-size: 16px;
	color: #5765a4;
	float: left;
	cursor: pointer;
}
.pop_login .form_content .phone_type li:nth-of-type(1){
	border-radius: 4px 0 0 4px;
}
.pop_login .form_content .phone_type li:nth-of-type(2){
	border-radius: 0 4px 4px 0;
}
.pop_login .form_content .phone_type li.active{
	background-color: #5765a4;
	color: #fff;
}
.pop input, .pop_success .phone_li {
	height: 45px;
	color: #817f7f;
	background: transparent;
	border: 1px solid #b4afa5;
	font-size: 15px;
	border-radius: 4px;
	padding-left: 15px;
	margin-top: 20px;
}
.pop .phone_li {
	width: 352px;
}
.pop .pic_code {
	width: 170px;
	float: left;
}
.get_pic_code {
	width: 170px;
	height: 45px;
	display: inline-block;
	float: left;
	margin-top: 20px;
	cursor: pointer;
	margin-left: 10px;
}
.pop .num_code {
	width: 234px;
	border-radius: 4px 0 0 4px;
	float: left;
	border-right: none;
}
.pop .get_num_code {
	width: 116px;
	height: 45px;
	line-height: 45px;
	border-radius: 0 4px 4px 0;
	float: left;
	color: #fff;
	background: #afa288;
	border: 1px solid #afa288;
	font-size: 16px;
	margin-top: 20px;
	text-align: center;
	cursor: pointer;
}
.btn_send {
	width: 208px;
	height: 53px;
	background: url(../images/pop_btn.png)no-repeat top center;
	background-size: 100%;
	margin: 36px 0px 0 83px;
	font-size: 24px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	float: left;
}

.pop_user {
	width: 763px;
	height: 819px;
	background: url(../images/pop_info.png) no-repeat;
}
.pop_user .close {
	width: 27px;
	height: 25px;
	background: url(../images/close.png) no-repeat;
	position: absolute;
	right: -27px;
	top: 18px;
}
.pop_user .form_content {
	margin: 160px auto 0;
	width: 450px;
	height: 440px;
}
.pop_user .form_content ul {
	width: 100%;
	position: relative;
}
.pop_user .form_content ul li {
	width: 100%;
	height: 50px;
	line-height: 50px;
	display: block;
}
.pop_user .form_content ul li p {
	width: 225px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	display: inline-block;
}
.pop_user .form_content ul li p:nth-of-type(1) {
	color: #9e9887;
	text-align: right;
}
.pop_user .form_content ul li p:nth-of-type(2) {
	color: #525252;
	font-weight: 700;
	text-align: left;
}







#ss0online {
	width: 100%;
}

#ss0online .rform li {
	margin-bottom: 16px;
	list-style: none;
}

#ss0online .rform input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 11px 14px;
	line-height: 100%;
	font-size: 20px;
	color: #817f7f;
	border: 1px solid #c8cad3;
	background: #fff;
	vertical-align: middle;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#ss0online .rform input.error {
	border-color: #f00;
}

#ss0online .rua-box {
	overflow: hidden;
	border: 1px solid #a7a195;
	background: #fff;
}

#ss0online .rua-box a {
	display: block;
	float: left;
	width: 50%;
	height: 42px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #a7a195;
	cursor: pointer;
}

#ss0online .rua-box a.current {
	color: #fff;
	background: #afa288;
}

#ss0online .rtel input,
#ss0online .remail input,
#ss0online .rinvite input {
	width: 100%;
}

#ss0online .rcode input {
	width: 50%;
}

#ss0online .rcode .rcaptcha {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	height: 42px;
	border: 1px solid #c8cad3;
	border-left: 0;
	vertical-align: middle;
	background: #fff;
}

#ss0online .rsms input {
	width: 50%;
}

#ss0online .rsms .rsend {
	width: 50%;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background: #afa288;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

#ss0online .rbutton {
	display: block;
	width: 253px;
	height: 64px;
	margin: 0 auto;
	cursor: pointer;
	background: url(../images/yuyue-pop-btn.png) no-repeat;
	text-indent: -9999em;
}

#ss0online .rsubmit {
	padding-top: 20px;
}

.map img {
	z-index: 99;
	position: relative;
	border-radius: 50%;
	margin: 73px auto;
	display: block;
	width: 642px;
	height: 642px;
}

.ewmBox {
	display: none;
	width: 96px;
	height: 104px;
	background: url(../images/ewmbg.png);
	position: absolute;
	top: 55px;
	padding: 13px 6px;
	left: 22px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 100;
}

.ewmBox img {
	width: 100%;
}

.pic-pop,
.coming-pop,
.video-pop {
	max-width: 800px;
	max-height: 600px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	display: none;
	right: 0;
	bottom: 0;
}

.coming-pop {
	height: 200px;
	line-height: 200px;
	background: #eaeaea;
}

.coming-pop h3 {
	margin: 0 auto;
	margin-top: 10px;
	font-size: 24px;
	text-align: center;
}

.video-pop video {
	max-height: 600px;
}

.loop {
	animation-iteration-count: infinite;
}

.close {
	width: 27px;
	height: 25px;
	background: url(../images/close.png);
	position: absolute;
	right: -47px;
	cursor: pointer;
}

.pic-pop img {
	width: 100%;
}

.video-pop video {
	width: 100%;
}

.banner .swiper-pagination-bullet {
	background: url(../images/dot.png);
	background-size: cover;
	width: 20px;
	height: 20px;
}

.banner .swiper-pagination-bullet-active {
	background: url(../images/dot2.png);
	background-size: cover;
	width: 20px;
	height: 20px;
}

.ts {
	background: url(../images/ts.png);
	width: 172px;
	height: 172px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -86px;
	margin-top: -86px;
	z-index: 9999;
}

.arrBot {
	background: url(../images/p1-home-jt.png) no-repeat;
	background-size: 100% auto;
	width: 23px!important;
	height: 45px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
}

.yuyue-success {
	background: url(../images/yuyueok.png);
	width: 1064px;
	height: 710px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	display: none;
}
.yuyue-success .invite-code {
	width: 360px;
	margin: 420px auto 0;
	line-height: 40px;
	font-size: 24px;
	color: #c7a178;
	text-align: center;
	padding-left: 0;
}
.yuyue-success img {
	margin: 70px auto 0;
    display: block;
}

.yuyue-already {
	background: url(../images/yuyue-already.png);
	width: 1004px;
	height: 510px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	display: none;
}
.btn-ok {
	background: url(../images/btn-ok.png);
	width: 234px;
	height: 74px;
	margin: 313px auto 0;
	display: block;
}

.slogan {
	position: absolute;
	bottom: 235px;
	left: 50%;
	background: url(../images/slogan.png) no-repeat;
	background-size: 100% auto;
	width: 262px;
	height:555px;
	margin: 0 auto 0 -85px;
	display: block;
}
.logo {
	width: 279px;
    height: 124px;
    margin: 0 auto;
    position: absolute;
    top: 50px;
	left: 50px;
}
@-webkit-keyframes tip {
	0% {
		bottom: 0px;
	}

	50% {
		bottom: -30px;
	}

	100% {
		bottom: 0px;
	}
}

@keyframes tip {
	0% {
		bottom: 0px;
	}

	50% {
		bottom: -30px;
	}

	100% {
		bottom: 0px;
	}
}
@-webkit-keyframes tip1 {
	0% {
		bottom: 10%;
	}
	25% {
		bottom: 9%;
	}
	50% {
		bottom: 10%;
	}
	75% {
		bottom: 11%;
	}
	100% {
		bottom: 10%;
	}
}
@keyframes tip1 {
	0% {
		bottom: 10%;
	}
	25% {
		bottom: 9%;
	}
	50% {
		bottom: 10%;
	}
	75% {
		bottom: 11%;
	}
	100% {
		bottom: 10%;
	}
}

@-webkit-keyframes videoRotate {
	0% {
		-webkit-transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes videoRotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.icon_head_video_play{
	width: 71px;
	height: 71px;
	bottom: 155px;
	margin-left: 35px;
	/*background: url(../images/play-new.png)no-repeat top center;*/
	background-size: 100%;
	position: absolute;
	left: 50%;
// transform: translateX(-50%);
	z-index: 10;
  }
  .btn_video_zhuan{
    width: 100%;
    height: 100%;
	/*background: url(../images/play-new.png)no-repeat top center;*/
	background-size: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
  }
  .btn_video_play{
    width: 100%;
    height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 10;
  }
  @-webkit-keyframes videoRotate { 0% { -webkit-transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg) } }
  @-moz-keyframes videoRotate { 0% { -moz-transform: rotate(0deg) } 100% { -moz-transform: rotate(360deg) } }
  @-ms-keyframes videoRotate { 0% { -ms-transform: rotate(0deg) } 100% { -ms-transform: rotate(360deg) } }
  @keyframes videoRotate { 0% { transform: rotate(0deg) } 100% { transform: rotate(360deg) } }
  .videoBg {
	  left: 50%;
	  margin-left: -960px;
	  // bottom:  80px;
	  position: absolute;
	  z-index: 0;
  }


  .yuyuereward_info .gift-list {
	/* overflow: hidden; */
	height: 80px;
	width: 1051px;
	padding-left: 440px;
	margin: 0 auto;
	margin-bottom: 40px;
	background:url(../images/fuli_bg.png) no-repeat;
	transform:scale(.80);
}

.yuyuereward_info .gift-list .li-gift {
	float: left;
	/* background: url(../images/p3-icon-bg1.png) no-repeat; */
	width: 114px;
	height: 106px;
	margin-right: 58px;
	position: relative;
}

.yuyuereward_info .gift-list .li-gift:last-child {
	margin-right: 0;
}

.yuyuereward_info .gift-list .li-gift img {
	position: absolute;
	left: 50%;
	top: 9px;
	max-width: 60px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.yuyuereward_info .gift-list .li-gift .gift-name {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #3c3c40;
	width: 100%;
	text-align: center;
	font-size: 16px;
}

.yuyuereward_info .jijie-box {
	/* position: absolute;
	bottom: 30px;
	left: 50%;
	transform:translateX(calc(-50% - 14px)); */
	margin: 0 auto;
	background: url(../images/jiangli_bg.png) no-repeat;
	width: 1490px;
	height: 132px;
	transform:scale(.80);
}
.yuyuereward_info .jijie-box .yuyue-num{
    position: absolute;
    font-size: 20px;
    color: #3c3c40;
    top: 90px;
    left: -30px;
}
.yuyuereward_info .jijie-box .yuyue-num .em{
	font-size: 20px;
	font-style: normal;
	color: #ffb200;
	font-weight: bold;
}
.yuyuereward_info .jijie-box .list {
	width: 100%;
	height: 190px;
	box-sizing: border-box;
	margin-top: 8px;
	/* overflow: hidden; */
	padding: 0 0 0 30px;
	position: relative;
	margin-left: 185px;
}

.yuyuereward_info .jijie-box .item-role {
	float: left;
	margin-right: 25px;
	position: relative;
}

.yuyuereward_info .jijie-box .item-role:last-child {
	margin-right: 0;
}
.yuyuereward_info .jijie-box .item-role::before {
	position: absolute;
	left: 80px;
    top: -20px;
	content: "";
	background: url(../images/unfinish_reward.png) no-repeat;
	width: 41px;
	height: 41px;
}
.yuyuereward_info .jijie-box .item-role.cur::before {
	position: absolute;
	left: 80px;
    top: -20px;
	content: "";
	background: url(../images/finish_reward.png) no-repeat;
	width: 41px;
	height: 41px;
}

.yuyuereward_info .jijie-box .item-role .title-num {
	font-weight: bold;
	font-size: 16px;
	color: #3c3c40;
	margin: 0 auto;
	text-align: center;
	margin-top: 21px;
    margin-bottom: 2px;
}

.yuyuereward_info .jijie-box .item-role .gift-box {
	width: 238px;
	border: 1px solid transparent;
	height: 120px;
}

.yuyuereward_info .jijie-box .item-role .gift-box .gift-item {
	width: 97px;
    height: 80px;
    float: left;
    /* background: url(../images/p3-jd-bg.png) no-repeat; */
    margin: 16px 0 0 0px;
    position: relative;
}

.yuyuereward_info .jijie-box .item-role .gift-box .gift-item img {
	position: absolute;
	top: 16px;
	left: 50%;
	width: 35px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.yuyuereward_info .jijie-box .item-role .gift-box .gift-item .gift-name {
	font-size: 16px;
	color: #3c3c40;
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 97px;
	text-align: center;
}
.aside-box {
	width: 144px;
	height: 423px;
	background: url(../images/aside-bg.png) no-repeat center;
	background-size: cover;
	position: fixed;
	top: 36%;
	left: 0;
	z-index: 150;
	text-align: center;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
	/* animation: spread 2s linear infinite;
	-webkit-animation: spread 2s linear infinite;
	-moz-animation: spread 2s linear infinite;
	-ms-animation: spread 2s linear infinite; */
}
.aside-box .aside-download {
	margin: 0 auto;
	margin-top: 18px;
	width: 118px;
	height: 87px;
	background: url(../images/aside-download.png) no-repeat center;
	background-size: cover;
}
.aside-box .aside-download a {
	display: block;
	width: 100%;
	height: 39px;
	margin-bottom: 9px;
}
.aside-box .aside-qrcode {
	margin: 70px 0 5px 0;
}
.aside-box .aside-share {
	text-align: center;
	margin-bottom: 10px;
}
.aside-box .aside-share a {
	position: relative;
	display: inline-block;
	width: 33px;
	height: 33px;
	margin: 0 5px;
	vertical-align: middle;
	background: url(../images/aside-share.png) no-repeat center;
	background-size: 119px 72px;
}
.aside-box .aside-share a:nth-child(1) {
	background-position: 0 0;
}
.aside-box .aside-share a:nth-child(2) {
	background-position: -43px 0;
}
.aside-box .aside-share a:nth-child(3) {
	background-position: -86px 0;
}
.aside-box .aside-share a:nth-child(1):hover {
	background-position: 0 -37px;
}
.aside-box .aside-share a:nth-child(2):hover {
	background-position: -43px -37px;
}
.aside-box .aside-share a:nth-child(3):hover {
	background-position: -86px -37px;
}
// .aside-box .aside-share a:nth-child(2):hover .aside-qq-box {
// 	display: block;	
// }
.aside-qq-box {
	position: absolute;
	right: -205px;
	top: 50%;
	display: none;
	width: 184px;
	height: 125px;
	padding-top: 40px;
	margin-top: 23px;
	box-sizing: border-box;
	background: url(../images/aside-qq-bg.png) no-repeat center;
	background-size: cover;
	text-indent: 8px;
	font-size: 16px;
	line-height: 1;
	color: #fcd29b;
}
.aside-qq-box.show {
	display: block;
}
.aside-qq-box p {
	margin-bottom: 10px;
}
.aside-box .aside-gonglue {
	width: 118px;
	height: 87px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/aside-gonglue.png) no-repeat center;
	background-size: cover;
}
.aside-box .aside-gonglue a {
	display: block;
	width: 100%;
	height: 40px;
	margin-bottom: 7px;
}
.aside-box.close {
	left: -144px;
}
.aside-box .aside-ctrl {
	position: absolute;
	right: -20px;
	top: 50%;
	display: block;
	width: 34px;
	height: 34px;
	margin-top: -17px;
	background: url(../images/aside-close.png) no-repeat center;
	background-size: cover;
}
.aside-box .aside-ctrl.close {
	right: -47px;
	width: 47px;
	height: 109px;
	margin-top: -54.5px;
	background: url(../images/aside-open.png) no-repeat center;
	background-size: cover;
}

@media screen and (max-width: 1500px) { 
	/* // .videoBg {
	// 	transform: scale(.9);
	// 	-ms-transform: scale(.9);
	// 	-webkit-transform: scale(.9);
	// 	-moz-transform: scale(.9);
	// 	 bottom: 150px;
	// } */
	.share{
		right: 0;
	}
	.icon_head_video_play {
		bottom: 135px;
	}
	.slogan{
		width: 220px;
		height: 466px;
		bottom: 140px;
	}
	.logo {
		width: 189px;
		height: 74px;
		margin: 0 auto;
		position: absolute;
		left: 50px;
	}
	.logo img{
		width:100%;
		display:block;
	}
	.bgm{
		right: 0;
		margin-right:53px;
	}
	.arrBot{
		width: 30px;
		bottom: 0px;
	}
	.page1 .yuyue a.btn_appyuyue .ercode-box{
		width: 160px;
		height: 150px;
		right: -170px;
		top: -102px;
	}
	.page1 .yuyue a.btn_appyuyue .ercode-box img{
		top: 9px;
		left: 21px;
		width: 130px;
		height: 130px;
	}
}