/* 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?v=20210113.1) 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%;
}

.line .line-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
}

.circle {
	width: 1770px;
	height: 1770px;
	background: url(../images/circle.png?v=20210113.1) 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?v=20210113.1) 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?v=20210113.1) no-repeat;
	background-size: 100% auto;
	animation: none;
	-webkit-animation: none;
}

.share {
	width: 290px;
	height: 67px;
	background: url(../images/xsx-bg1.png?v=20210113.1) no-repeat;
	/* background-position: -39px 0; */
	position: absolute;
	right: 1%;
	top: 5%;
	z-index: 5;
}

.bg-img{
	width: 1920px;
	height: 100%;
	left: 50%;
    margin-left: -960px;
    position: absolute;
    z-index: 0;
}
.share .share-icon{
	float: left;
	width: 64px;
	height: 66px;
	margin-right: 11px;
}
.share .share-icon.icon-lb{
	margin-right:0;
}

.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?v=20210113.1) 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?v=20210113.1) 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?v=20210113.1) 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: 3%;
	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?v=20210113.1) 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: 366px;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -366px;
	z-index: 6;
	background-color: #fff;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}

.zfooter.show {
	bottom: 0;
}
.footer-box{
	background: #fff;
}
.footer-box .footer {
    position: relative;
    width: 1200px;
    height: 480px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 60px;
    color: #6f6d6a
}
.pop-container {
	position: fixed;
	top: 50%;
	left: 50%;
	display: none;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	box-sizing: border-box;
	background: #5095a4;
	z-index: 101;
}

.pop-container .pop-close{
	position: absolute;
	width: 39px;
	height: 38px;
	right: 15px;
	top: 15px;
	display: block;
	background: url(../images/pop-close.png?v=20210113.1) no-repeat;
	z-index: 106;
}
.footer-box .footer a,
.footer-box .footer p {
    display: block;
    margin-bottom: 0;
    font-size: 16px;
    font-family: "Microsoft Yahei";
    color: #6f6d6a;
    line-height: 26px;
    white-space: nowrap
}

.footer-box .footer p.column-one {
    display: table-cell;
    padding: 0 38px
}

.footer-box .footer p.column-two {
    display: table-cell
}

.footer-box .footer p.column-three {
    display: table-cell;
    padding: 15px 32px
}

.footer-box .footer p.column-four {
    display: table-cell;
    white-space: normal
}

.footer-box .footer .top {
    display: table;
    width: 100%;
    padding-left: 21px
}

.footer-box .footer .top>div {
    display: table-cell;
    vertical-align: top
}

.footer-box .footer .bottom {
    margin-top: 31px;
    padding-bottom: 30px;
    text-align: center
}

.pop-already .main,
.pop-success .main {
    padding: 40px 0;
    font-size: 36px;
    font-family: Arial;
    font-weight: 700;
    color: #000
}


.pop-yuyue,.pop-success{
	position: fixed;
	background: url(../images/pop-yuyue2.png?v=20210113.1) no-repeat;
	width: 947px;
	height: 469px;
	margin: -235px 0 0 -474px;
}
.pop-success .pop-mian{
	position: absolute;
	top: 150px;
	left: 50%;
	box-sizing: border-box;
	margin-left: -413px;
	width: 826px;
	height: 200px;
	text-align: center;
}
.pop-success .pop-mian .title{
	font-size: 36px;
	color: #59463d;
	text-align: center;
	margin-bottom: 20px;
}
.pop-success .pop-mian .go-word{
	font-size: 26px;
	color: #bd904f;
	text-align: center;
	margin: 20px auto;
	border-bottom: 1px solid #bd904f;
}

.pop-yuyue .pop-mian{
	position: absolute;
	top: 100px;
	left: 50%;
	box-sizing: border-box;
	margin-left: -413px;
	width: 826px;
	height: 300px;
}
.pop-yuyue .pop-mian .title{
	font-size: 36px;
	color: #59463d;
	margin-bottom: 20px;
}
.pop-yuyue .pop-mian .info{
	font-size: 20px;
	margin: 15px 0 5px 0;
	color: #59463d;
}
.pop-yuyue .pop-mian .error-tips{
	font-size: 20px;
	color: #db2424;
	margin-bottom: 15px;
	display: none;
}
.pop-yuyue .pop-mian .input-text{
	width: 826px;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	padding: 0 20px;
	color: #59463d;
	font-size: 24px;
}
.pop-yuyue .pop-mian .btn-group{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.pop-yuyue .pop-mian .btn-group .btn-submit{
	margin: 0 auto;
	background: url(../images/btn-dengl.png?v=20210113.1) no-repeat;
	width: 260px;
	height: 89px;
	display: block;
}

.footer-box .footer .bottom .footer-logo {
    margin-bottom: 10px
}

.footer-box .footer .link {
    width: 100%;
    display: block;
    text-align: center
}

.footer-box .footer .link a {
    display: inline-block;
    margin: 0 30px;
    text-align: center
}

.footer-box .footer .link a:nth-child(3) {
    display: none
}

.page {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	font-family:"Microsoft YaHei";
}

.page .box {
	width: 1200px;
	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 .box{
	height: 100%;
}
.page1 .yuyue-box {
	margin: 0 0 0 -289px;
	position: absolute;
	bottom: 120px;
	left: 50%;
	height: 76px;
	width: 578px;
	font-size: 0;
	z-index:2;
}
/* .page1 .yuyue-box .y-icon{
	background: url(../images/index-btn20210317.png?v=20210113.1) no-repeat;
	width: 267px;
	height: 76px;
	float: left;
	margin: 0 44px 20px 0;
}
.page1 .yuyue-box .y-icon:nth-child(2n+0){
	margin-right: 0;
} */
/* .page1 .yuyue-box .y-icon.icon-tw{
	background-position: 0 0;
} */
/* .page1 .yuyue-box .y-icon.icon-line{
	background-position: -314px 0;
} */
/* .page1 .yuyue-box .y-icon.icon-fb{
	background-position: -625px 0;
} */
/* .page1 .yuyue-box .y-icon.icon-google{
	background-position: 0 -87px;
} */
/* .page1 .yuyue-box .y-icon.icon-appstore{
	background-position: -314px -87px;
} */
/* .page1 .yuyue-box .y-icon.icon-mail{
	background-position: -625px -87px;
} */
.page1 .yuyue-box .icon-appstore{
	width: 213px;
	height: 77px;
	float: left;
	background: url(../images/appstore1.png) no-repeat top center/auto 100%;
	margin: 0 50px;
}
.page1 .yuyue-box .icon-google{
	width: 256px;
	height: 77px;
	float: left;
	background: url(../images/btn_googleplay1.png) no-repeat top center/auto 100%;
}

.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?v=20210113.1) no-repeat;
}

.page1 .download .dl-box .android {
	background: url(../images/android.png?v=20210113.1) no-repeat;
}

.page-yuyue .yuyue-box{
	background: url(../images/xsx-bg2.png?v=20210113.1) no-repeat;
	width: 1383px;
	height: 754px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -377px 0 0 -531px;
}

.page-yuyue .yuyue-box .num{
	position: absolute;
	background: url(../images/yy-active.png?v=20210113.1) no-repeat;
	background-size: 100% auto;
	width: 160px;
	height: 110px;
	display: none;
}
.page-yuyue .yuyue-box .num.active{
	display: block;
}
.page-yuyue .yuyue-box .num.n1{
    top: 34px;
	left: 440px;
	display: block;
}
.page-yuyue .yuyue-box .num.n2{
	top: 150px;
	left: 440px;
	display: block;
}
.page-yuyue .yuyue-box .num.n3{
	top: 260px;
	left: 440px;
	display: block;
}
.page-yuyue .yuyue-box .num.n4{
	top: 370px;
    left: 440px;
}
.page-yuyue .yuyue-box .num.n5{
	top: 488px;
    left: 440px;
}
.page-yuyue .yuyue-box .num.n6{
    top: 234px;
    left: 789px;
}

.page2 .biaoti {
	height: 80px;
	margin: 0 auto;
	display: block;
}
.page2 .box{
	padding-top: 100px;
}

.page2 .banner {
	/*width: 775px;*/
	/*height: 475px;	*/
	width: 690px;
	height: 425px;
	background: url(../images/banner-bg.png?v=20210113.1) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0px;
	top: 296px;
	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 .news {
	width: 600px;
	height: 350px;
	position: absolute;
	right: 0px;
	top: 330px;
	z-index: 1;
	background: url(../images/news-bg.png?v=20210113.1) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

.page2 .news .tab {
	position: relative;
	border-top: 1px solid #534f48;
	width: 455px;
	height: 75px;
	margin-top: 20px;
	margin-left: 100px;
    padding-left: 20px;
}

.page2 .news .tab ul {
	width: 100%;
	height: 75px;
}

.page2 .news .tab ul li {
	width: auto;
	height: 75px;
	padding: 0 6px;
	margin-right: 15px;
	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?v=20210113.1) 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?v=20210113.1) 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: 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 .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: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	background: url(../images/news-tab-i1.png?v=20210113.1) no-repeat center 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 .twitter{
	display: block;
    width: 46px;
    height: 46px;
    background: url(../images/twitter.png?v=20210113.1) no-repeat;
    text-align: center;
    position: absolute;
    left: 350px;
    top: 14px;
}
.page2 .news .tab .more {
	display: block;
    width: 84px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: -10px;
    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: 110px;
	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: 290px;
	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;
	}
}

.page3 .box{
	padding-top: 100px;
}

.page3 .biaoti {
	width: 481px;
	height: 80px;
	margin: 0 auto;
	padding-top: 50px;
	background: url(../images/xsx-bg4.png?v=20210113.1) no-repeat;
}

.page3 .shijg-left{
	width: 668px;
	height: 659px;
	position: relative;
	float: left;
	background: url(../images/xsx-bgsjg.png) no-repeat;
}

.page3 .shijg-left .text{
	font-size: 24px;
	color: #e1dacd;
	position: absolute;
	top: 100px;
	left: 50px;
	width: 560px;
	height: 500px;
	overflow-x: hidden;
	overflow-y: auto;
	text-shadow: -1px 0 #7f6347, 0 2px #7f6347, 2px 0 #7f6347, 0 -1px #7f6347;
}
.page3 .shijg-left .text .text-only{
    white-space: inherit !important;
}
.page3 .shijg-video{
	width: 469px;
	height: 317px;
	position: relative;
	float: left;
	margin-top: 165px;
	margin-left: 60px;
	background: url(../images/video-bor.png?v=20210113.1) no-repeat;
}
.page3 .shijg-video .video-play{
	width: 94px;
	height: 94px;
	position: absolute;
    top: 120px;
	left: 190px;
	z-index: 2;
	background: url(../images/video-play.png?v=20210113.1) no-repeat;
}
.page3 .shijg-video .poster{
    position: absolute;
    top: 12px;
    left: 13px;
    width: 444px;
    height: 290px;
    background: #fff;
    border-radius: 5px;
}
.page3 .shijg-video .poster iframe{
	width: 444px;
	height: 290px;
	border: none;
}
.page3 .shijg-video .poster img{
	display: block;
	width: 100%;
	margin: 0 auto;
}
.page3 .shijg-video .video-name{
	position: absolute;
	bottom: -18px;
    left: 60px;
	background: url(../images/video-btn.png?v=20210113.1) no-repeat;
	width: 357px;
	height: 53px;
	text-align: center;
	line-height: 47px;
	font-size: 26px;
	color: #eee;
	text-shadow: -1px 0 #7f6347, 0 2px #7f6347, 2px 0 #7f6347, 0 -1px #7f6347;
}


@-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);
	}
}

.mnav {
	width: 117px;
	height: 440px;
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -220px;
	z-index: 10;
	background: url(../images/nav-bg.png?v=20210113.1) 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?v=20210113.1) 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?v=20210113.1) 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?v=20210113.1) no-repeat;
}
.mnav .daohang {
	width: 40px;
    height: 160px;
    position: relative;
    left: -44px;
    top: 140px;
    color: #ad9b6e;
    font-size: 16px;
}
.mnav .daohang p {
	position: absolute;
	left: 0;
	bottom: 0;
}
.mnav .daohang .text1 {
    position: absolute;
    left: 0;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    width: 40px;
}
.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?v=20210113.1) no-repeat;
	text-align: center;
	font-size: 13px;
	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: 16px;
}

.mnav .mnav-list a:hover {
	background-image: url(../images/nav-item-bg-on.png?v=20210113.1);
}

.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?v=20210113.1);
}

.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?v=20210113.1);
}

.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-item3.png?v=20210113.1);
}

.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-item4.png?v=20210113.1);
}

.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?v=20210113.1);
}

.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?v=20210113.1);
}

.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;
}
.page4 .box{
	padding-top: 120px;
}
.page4 .biaoti {
	height: 80px;
	background: url(../images/xsx-bg5.png?v=20210113.12) no-repeat center top;
}

.page4 .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;
}

.page4 .role .role-tab {
	width: 316px;
	height: 250px;
	position: absolute;
	right: 50%;
	margin-right: 270px;
	bottom: 580px;
	background: url(../images/role-tab-bg.png?v=20210113.1) no-repeat center 80px;
	z-index: 2;
	font-family:"Microsoft YaHei";
}

.page4 .role .role-tab.nobg {
	background: none;
}

.page4 .role .role-tab .junshi {
	font-size: 30px;
	color: #5b5a57;
	text-align: center;
	cursor: pointer;
}

.page4 .role .role-tab .zhujiang {
	font-size: 30px;
	color: #5b5a57;
	text-align: center;
	cursor: pointer;
	width: 100px;
    height: 32px;
    line-height: 32px;
    margin: 0 auto;
    letter-spacing: 8px;
}

.page4 .role .role-tab .junshi {
	color: #5b5a57;
	width: 100px;
	height: 32px;
	text-align: center;
    line-height: 32px;
    margin: 0 auto;
    letter-spacing: 8px;
}

.page4 .role .role-tab .junshi.on {
	color: #9c8559;
}

.page4 .role .role-tab .zhujiang.on {
	color: #9c8559;
}

.page4 .role .role-tab .zhujiang {
	width: 100px;
    height: 32px;
    line-height: 32px;
    margin: 10px auto;
    letter-spacing: 8px;
}

.page4 .role .role-tab .list {
	width: 100%;
	position: absolute;
	left: 0;
	top: 80px;
}

.page4 .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?v=20210113.1) no-repeat;
	overflow: hidden;
}

.page4 .role .role-tab .list a:hover,
.page4 .role .role-tab .list a.on {
	background-image: url(../images/role-tab-on.png?v=20210113.1);
}

.page4 .role .role-tab .list a i {
	display: block;
	width: 62px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 6px;
}

.page4 .role .role-tab .list a:nth-child(1) {
	left: 0;
	top: 0;
}

.page4 .role .role-tab .list a:nth-child(1) i {
	background-image: url(../images/role-tab1.png?v=20210113.1);
}

.page4 .role .role-tab .list a:nth-child(2) {
	left: 31px;
	top: 56px;
}

.page4 .role .role-tab .list a:nth-child(2) i {
	background-image: url(../images/role-tab2.png?v=20210113.1);
}

.page4 .role .role-tab .list a:nth-child(3) {
	left: 86px;
	top: 100px;
}

.page4 .role .role-tab .list a:nth-child(3) i {
	background-image: url(../images/role-tab3.png?v=20210113.1);
}

.page4 .role .role-tab .list a:nth-child(4) {
	left: 162px;
	top: 100px;
}

.page4 .role .role-tab .list a:nth-child(4) i {
	background-image: url(../images/role-tab4.png?v=20210113.1);
}

.page4 .role .role-tab .list a:nth-child(5) {
	left: 223px;
	top: 56px;
}

.page4 .role .role-tab .list a:nth-child(5) i {
	background-image: url(../images/role-tab5.png?v=20210113.1);
}

.page4 .role .role-tab .list a:nth-child(6) {
	left: 255px;
	top: 0;
}

.page4 .role .role-tab .list a:nth-child(6) i {
	background-image: url(../images/role-tab6.png?v=20210113.1);
}

.page4 .role .role-con,
.page4 .role .role-type,
.page4 .role .role-item-tab,
.page4 .role .role-item-con,
.page4 .role .role-item {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.page4 .role .role-type,
.page4 .role .role-item {
	display: none;
}

.page4 .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;
}

.page4 .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;
}

.page4 .role .role-item .role-detail h3 {
	border-bottom: 1px dashed #bcb9b5;
	font-size: 0;
	position: relative;
}

.page4 .role .role-item .role-detail h3 em {
	font-size: 35px;
	color: #9c8559;
	font-style:normal;
}

.page4 .role .role-item .role-detail h3 span {
	font-size: 20px;
	color: #5b5a57;
	margin-left: 6px;
}

.page4 .role .role-item .role-detail h3 a {
	width: 26px;
	height: 26px;
	position: absolute;
	right: 6px;
	bottom: 6px;
	background: url(../images/voice.png?v=20210113.1) no-repeat;
}

.page4 .role .role-item .role-detail>p {
	font-size: 20px;
	line-height: 40px;
	padding-bottom: 10px;

}

.page4 .role .role-item .role-detail .jineng {
	font-size: 0;
}

.page4 .role .role-item .role-detail .jineng a {
	display: inline-block;
	width: 58px;
	height: 58px;
	margin-right: 16px;
}

.page4 .role .role-item .role-detail .jineng a img {
	width: 58px;
}

.page4 .role .role-item-tab {
	z-index: 2;
}

.page4 .role .role-item-tab a {
	position: absolute;
	background: url(../images/role-item-bg.png?v=20210113.1) no-repeat;
	width: 142px;
	height: 142px;
	overflow: hidden;
	opacity: 0;
}

.page4 .role .role-item-tab a img {
	width: 130px;
	display: block;
	margin: 6px 0 0 6px;
}

.page4 .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;
}

.page4 .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;
}

.page4 .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;
}

.page4 .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?v=20210113.1) 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;
	font-style:normal;
}

.jineng-pop h4 span {
	color: #9c8559;
}

.jineng-pop p {
	font-size: 20px;
	color: #929190;
	line-height: 25px;
}
.page5 .box{
	padding-top: 120px;
}
.page6 .box{
	padding-top: 120px;
}
.page5 .biaoti {
	height: 80px;
	background: url(../images/xsx-bg6.png) no-repeat center top;
}

.page5 .tese {
	width: 100%;
	margin-top: 60px;
	position: relative;
	height: 600px;
}

.page5 .tese img {
	position: absolute;
	opacity: 0;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
    padding: 30px 35px 30px 20px;
	background: url(../images/tesebg.png?v=20210113.1) no-repeat center center;
	background-size: contain;
}

.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/xsx-bg7.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?v=20210113.1) no-repeat;
}

.page6 .bizhi:hover,
.page6 .bizhi.on {
	background-image: url(../images/bizhi-btn-on.png?v=20210113.1);
	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?v=20210113.1) no-repeat;
}

.page6 .shipin:hover,
.page6 .shipin.on {
	background-image: url(../images/shipin-btn-on.png?v=20210113.1);
	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?v=20210113.1) 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?v=20210113.1) no-repeat;
}

.page6 .shipin-con a .btn em:nth-child(2) {
	background: url(../images/video-btn2.png?v=20210113.1) no-repeat;
}

.page6 .shipin-con a .btn em:nth-child(3) {
	background: url(../images/video-btn3.png?v=20210113.1) 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?v=20210113.1) 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?v=20210113.1) 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?v=20210113.1) no-repeat;
}

.pop_login .close {
	width: 27px;
	height: 25px;
	background: url(../images/close.png?v=20210113.1) 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?v=20210113.1)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?v=20210113.1) no-repeat;
}
.pop_user .close {
	width: 27px;
	height: 25px;
	background: url(../images/close.png?v=20210113.1) 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?v=20210113.1) 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?v=20210113.1);
	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?v=20210113.1);
	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?v=20210113.1);
	background-size: cover;
	width: 20px;
	height: 20px;
}

.banner .swiper-pagination-bullet-active {
	background: url(../images/dot2.png?v=20210113.1);
	background-size: cover;
	width: 20px;
	height: 20px;
}

.ts {
	background: url(../images/ts.png?v=20210113.1);
	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?v=20210113.1) 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?v=20210113.1);
	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?v=20210113.1);
	width: 1004px;
	height: 510px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	display: none;
}
.btn-ok {
	background: url(../images/btn-ok.png?v=20210113.1);
	width: 234px;
	height: 74px;
	margin: 313px auto 0;
	display: block;
}

.slogan {
	position: absolute;
	bottom: 228px;
    left: 50%;
    background: url(../images/slogan-new20210317.png?v=20210113.1) no-repeat;
    background-size: 100% auto;
    width: 748px;
    height: 142px;
    margin: 0 auto 0 -374px;
    display: block;
}
.logo {
	width: 200px;
    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: 210px;
  	margin-left: -35px;
	background: url(../images/play-new.png?v=20210113.1)no-repeat top center;
	background-size: 100%;
	position: absolute;
	left: 50%;
	z-index: 10;
  }
  .btn_video_zhuan{
    width: 100%;
    height: 100%;
	background: url(../images/play-new.png?v=20210113.1)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?v=20210113.1) no-repeat;
	transform:scale(.80);
}

.yuyuereward_info .gift-list .li-gift {
	float: left;
	/* background: url(../images/p3-icon-bg1.png?v=20210113.1) 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?v=20210113.1) 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?v=20210113.1) 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?v=20210113.1) 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?v=20210113.1) 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?v=20210113.1) 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?v=20210113.1) 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?v=20210113.1) 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?v=20210113.1) 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?v=20210113.1) 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?v=20210113.1) 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?v=20210113.1) no-repeat center;
	background-size: cover;
}

.pop-protocol{
    position: fixed;
    background: url(../images/pop-protocol2.png?v=20210113.1) no-repeat;
	width: 638px;
	height: 699px;
	margin: -350px 0 0 -319px;  
}
.pop-appointment{
    position: fixed;
    background: url(../images/pop-appointment2.png?v=20210113.1) no-repeat;
	width: 638px;
	height: 699px;
	margin: -350px 0 0 -319px;  
}
.pop-protocol .pop-close,.pop-appointment .pop-close{
    right: 15px;
    top: 9px;
}

.pop-protocol .pop-main,.pop-appointment .pop-main{
    position: absolute;
    top: 60px;
    left: 30px;
    width: 580px;
	height: 620px;
	overflow-x: hidden;
    overflow-y: auto;
}

.pop-twitter{
	position: fixed;
    background: url(../images/twitter-bg.png?v=20210113.1) no-repeat;
	width: 1019px;
	height: 649px;
	margin: -324.5px 0 0 -509.5px;  
}
.pop-twitter .pop-close{
	right: 25px;
	top: 25px;
}
.pop-twitter .pop-mian{
	position: absolute;
	top: 56px;
    left: 69px;
	width: 870px;
	height: 500px;
	overflow-y: auto;
}
.pop-twitter .btn-twitter{
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -124px;
	background: url(../images/btn-twitter.png?v=20210113.1) no-repeat;
	width: 248px;
	height: 66px;
	font-size: 30px;
	text-align: center;
	color: #664e14;
	line-height: 66px;
}

@media screen and (max-width: 1500px) { 
	/* .slogan {
		width: 900px;
    	margin-left: -465px;
	} */
	.share{
		right: 0;
	}
	/* .icon_head_video_play {
		bottom: 120px;
	} */
	/* .slogan{
		width: 800px;
		height: 105px;
		margin-left: -400px;
	} */
	.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;
	}
	.page1 .yuyue-box{
		bottom: 86px;
	}
	.slogan{
		bottom: 174px;
		width: 534px;
		height: 102px;
		margin-left: -267px;
	}
	.icon_head_video_play{
		bottom: 108px;
	}
}
.mask{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	overflow: hidden;
	background: rgba(0, 0, 0, .75);
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	display: none;
}