.hero-box{
	max-width:1920px;
	min-width:1200px;
	margin:0 auto 0;
	position:relative;
	height:100%;
	overflow-x: hidden;
}
.loginBtn{
	cursor: pointer;
}
.rightMenu{
	width:246px;
	height:568px;
	background:url(../images/dh.png) no-repeat center;
	position:fixed;
	right:0;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
	z-index:10;
}
.rightMenu ul{
	width:100%;
	height:100%;
	position:relative;
	overflow: hidden;
}
.rightMenu ul li{
	width:191px;
	height:228px;
	overflow: hidden;
	position:absolute;
	cursor: pointer;
}
.rightMenu ul li:nth-child(1){
	right:0;
	top:0;
}
.rightMenu ul li:nth-child(2){
	left:0;
	top:126px;
}
.rightMenu ul li:nth-child(3){
	right:0;
	top:248px;
}
.rightMenu ul li:nth-child(4){
	width:119px;
	height:162px;
	left:15px;
	bottom:8px;
}
.rightMenu ul li:nth-child(4):hover img:nth-child(1){
	display: none;
}
.rightMenu ul li img{
	display: block;
	width:100%;
	height:100%;
}
.rightMenu ul li.active img:nth-child(1){
	display: none;
}
.kv{
	width:100%;
	height:1080px;
	background:url(../images/kv.jpg) no-repeat center;
	position:relative;
	overflow: hidden;
}
.logo {
	display: block;
	position: absolute;
	left: 278px;
	top: 154px;
	z-index: 1;
}
.slogan{
	display: block;
	position:absolute;
	right:265px;
	top:164px;
}

.btn{
	width:307px;
	height:47px;
	position:absolute;
	right:167px;
	top:37px;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.btn a{
	display: block;
	width:144px;
	height:47px;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.btn a:hover{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}
.sec{
	width:100%;
	height:1520px;
	background:url(../images/sec.jpg) no-repeat center;
	position:relative;
	overflow: hidden;
	margin-top:-1px;
}
.title{
	display: block;
	width:469px;
	margin:61px auto 0;
}
.wishList{
	width:1140px;
	height:850px;
	position:relative;
	margin:-55px 0 0 520px;
}
.wishList li{
	width:146px;
	position:absolute;
	cursor: pointer;
	transform-origin: top center;
	-webkit-transform-origin: top center;
	animation: mmm 3s linear infinite;
    -webkit-animation: mmm 3s linear infinite;
}
.wishList li:nth-child(1){
	left:0;
	top:27px;
}
.wishList li:nth-child(2){
	left:235px;
	top:80px;
}
.wishList li:nth-child(3){
	left:455px;
	top:140px;
}
.wishList li:nth-child(4){
	right:318px;
	top:102px;
}
.wishList li:nth-child(5){
	right:97px;
	top:136px;
}
.wishList li:nth-child(6){
	left:110px;
	top:0;
}
.wishList li:nth-child(7){
	left:322px;
	top:67px;
}
.wishList li:nth-child(8){
	left:540px;
	top:27px;
}
.wishList li:nth-child(9){
	right:225px;
	top:40px;
}
.wishList li:nth-child(10){
	right:0;
	top:18px;
}
.myBack{
	display: block;
	width:106px;
	height:232px;
	position:absolute;
	right:247px;
	top:195px;
	cursor: pointer;
	transform-origin: top center;
	-webkit-transform-origin: top center;
	animation: mmm 3s linear infinite;
    -webkit-animation: mmm 3s linear infinite;
}
.lottery{
	display: block;
	width:274px;
	position:relative;
	margin:-36px auto 0;
	cursor: pointer;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.lottery:hover{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.isLogin{
	width:100%;
	text-align: center;
	font-size:18px;
	color:#2d768b;
	margin-top:-26px;
	font-family: "Microsoft YaHei";
	position:relative;
	z-index:2;
}
.isLogin p{
	display: none;
}
.isLogin p.active{
	display: block;
}
.isLogin p span{
	margin:0 5px;
}
.isLogin p em{
	font-style: normal;
	cursor: pointer;
}
.isLogin p b{
	font-weight:normal;
	cursor: pointer;
}
.lotteryNum{
	font-size:18px;
	color:#2d768b;
	text-align: center;
	margin-top:8px;
}
.actTip{
	width:100%;
	overflow: hidden;
	position:relative;
	text-align: center;
	margin-top:28px;
	color:#2d768b;
	letter-spacing: 1px;
}
.actTip h4{
	font-size:22px;
	font-weight:normal;
}
.actTip h4 i{
	display: inline-block;
	width:6px;
	height:6px;
	background-color:#59a3ba;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	vertical-align: middle;
}
.actTip h4 span{
	margin:0 7px;
}
.actTip p{
	font-size:18px;
	line-height:36px;
}
.thc{
	width:100%;
	height:1701px;
	background:url(../images/thc.jpg) no-repeat center;
	position:relative;
	overflow: hidden;
}
.thc .title{
	margin-top:38px;
	margin-bottom:25px;
}
.thcP{
	font-size:20px;
	color:#2d768b;
	text-align: center;
	line-height:36px;
}
.cg{
	display: block;
	margin:10px auto 0;
}
.liu{
	display: block;
	margin:-68px auto 0;
}
.sub{
	display: block;
	margin:16px auto 0;
	cursor: pointer;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.sub:hover{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.for{
	width:100%;
	height:1112px;
	background:url(../images/for.jpg) no-repeat center;
	position:relative;
	overflow: hidden;
}
.for .title{
	margin:8px auto 0;
}
.forTip{
	font-size:20px;
	color:#2d768b;
	line-height:36px;
	text-align: center;
	margin-top:18px;
}
.scroll{
	width:1564px;
	height:613px;
	background:url(../images/juan.png) no-repeat center;
	position:relative;
	overflow: hidden;
	margin:-4px auto 0;
}
.scrollTab{
	width:838px;
	overflow: hidden;
	position:relative;
	margin:70px auto 0;
}
.scrollTab>div{
	width:211px;
	height:73px;
	background:url(../images/how.png) no-repeat center;
	position:relative;
	line-height:66px;
	text-indent:53px;
	font-size:18px;
	color:#fff;
	letter-spacing: 3px;
	font-family: "Source Han Serif CN";
	cursor: pointer;
}
.scrollTab>div.active{
	background:url(../images/hoc.png) no-repeat center;
}
.hopeList{
	width:100%;
	height:395px;
	overflow: hidden;
	position:relative;
	margin:0 auto 0;
	text-align: center;
}
.hopeList ul{
	width:100%;
	overflow: auto;
	display: none;
}
.hopeList ul.active{
	display: block;
}
.hopeList ul li{
	font-size:20px;
	color:#2d768b;
	line-height:40px;
	width: 83%;
    margin: 0 auto 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.hopeList ul li i{
	font-style: normal;
	margin-right:10px;
}
.send{
	display: block;
	width:232px;
	height:88px;
	position:absolute;
	left:50%;
	margin-left:-116px;
	bottom:0;
	cursor: pointer;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.send:hover{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.loginTc,.roleTc,.backTc,.wishTc,.priceTc,.addressTc,.picTc{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.8);
	position:fixed;
	left:0;
	top:0;
	z-index:50;
	display: none;
}
.loginBody,.roleBody,.backBody,.wishBody,.addressBody,.picBody{
	width:1099px;
	height:596px;
	background:url(../images/tc.png) no-repeat center;
	position:relative;
	overflow: hidden;
	margin:0 auto 0;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
}
.priceBody{
	width:888px;
	height:482px;
	background:url(../images/tc.png) no-repeat center;
	background-size:100% 100%;
	position:relative;
	overflow: hidden;
	margin:0 auto 0;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
}
.priceBody .close{
	width:38px;
	height:38px;
	right:40px;
	top:106px;
}
.close{
	display: block;
	width:47px;
	height:47px;
	position:absolute;
	right:48px;
	top:130px;
	cursor: pointer;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.close:hover{
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}
.tit{
	display: block;
	margin:77px auto 0;
}
.s_put{
	width:450px;
	height:48px;
	position:relative;
	margin:28px auto 0;
}
.s_put p{
	width:100px;
	font-size:16px;
	line-height:48px;
	float:left;
	color:#d4838d;
	text-align: right;
}
.s_put input {
	height: 48px;
	outline: none;
	border: 1px solid #e9b6b3;
	background: #fdf6e2;
	font-size: 18px;
	text-indent: 16px;
	float: left;
}

.loginBody .s_put input.phone {
	width: 340px;
}

.loginBody .s_put input.t_yzm {
	width: 186px;
}

.loginBody .s_put input.yzm {
	width: 186px;
}

.loginBody .s_put .g_code {
	width: 137px;
	height: 48px;
	background: url(../images/b.png) no-repeat center;
	position: relative;
	margin-left: 15px;
	cursor: pointer;
	text-indent: 0;
	float:left;
	font-size: 18px;
	float: left;
	text-align: center;
	line-height:48px;
	color: #645b4b;
}
.loginBody .s_put .g_code.active{
	pointer-events: none;
}
.loginBody .s_put .captcha {
	width: 137px;
	height: 48px;
	background: url(../images/b.png) no-repeat center;
	background-size: 100% 100%;
	position: relative;
	overflow: hidden;
	font-size: 18px;
	color: #645b4b;
	text-align: center;
	line-height: 48px;
	cursor: pointer;
	float: left;
	margin-left: 15px;
}

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

.loginBody .dl {
	display: block;
	width: 232px;
	height: 88px;
	margin: 20px auto 0;
	cursor: pointer;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.loginBody .dl:hover{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.roleTc{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.8);
	position:fixed;
	left:0;
	top:0;
	z-index:50;
	display: none;
}
.sure{
	display: block;
	cursor: pointer;
	transition:all .5s;
	-webkit-transition:all .5s;
	margin:70px auto 0;
}
.sure:hover{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.backTc{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.8);
	position:fixed;
	left:0;
	top:0;
	z-index:50;
	display: none;
}
.backList{
	width:671px;
	height:183px;
	border:1px solid #e9b6b3;
	overflow: hidden;
	position:relative;
	margin:30px auto 0;
}
.backList ul{
	width:695px;
	height:183px;
	overflow: auto;
	position:relative;
}
.backList ul li{
	width:100%;
	height:45px;
	border-bottom:1px solid #e9b6b3;
	line-height:45px;
	overflow: hidden;
	color:#d4838d;
}
.backList ul li:last-child{
	border-bottom:none;
}
.backList ul li:first-child{
	border-bottom:1px solid #e9b6b3;
}
.backList ul li span:nth-child(1){
	width:200px;
	height:100%;
	float:left;
	font-size:14px;
	text-indent:12px;
	border-right:1px solid #e9b6b3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.backList ul li span:nth-child(2){
	height:100%;
	float:left;
	font-size:18px;
	margin-left:26px;
}
.backList ul li i{
	display: block;
	width:70px;
	height:30px;
	background-color:#fab8bb;
	line-height:30px;
	font-size:18px;
	text-align: center;
	color:#fff9ec;
	border-radius: 10px;
	float:right;
	margin:8px 30px 0 0;
	font-style: normal;
	cursor: pointer;
}
.addTip{
	font-size:14px;
	color:#d4838d;
	line-height:18px;
	text-align: center;
	margin-top:16px;
}
.addBtn{
	display: block;
	margin:5px auto 0;
	cursor: pointer;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.addBtn:hover{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.wishText{
	display: block;
	width:671px;
	height:164px;
	border:1px solid #e9b6b3;
	position:relative;
	overflow: hidden;
	margin:44px auto 0;
	outline:none;
	color:#d4838d;
	font-size:18px;
	line-height:30px;
	text-indent:12px;
}
.address{
	width:470px;
	height:90px;
	border:1px solid #e9b6b3;
	position:relative;
	overflow: hidden;
	background: #fdf6e2;
	outline:none;
	color:#d4838d;
	font-size:18px;
	line-height:30px;
	text-indent:12px;
}
.tipSma{
	font-size:16px;
	color:#d4838d;
	text-align: right;
	margin-right:220px;
	margin-top:5px;
}
.wishBtn{
	display: block;
	margin:10px auto 0;
	cursor: pointer;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.wishBtn:hover{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.congra{
	width:100%;
	overflow: hidden;
	position:relative;
	text-align: center;
	margin-top:150px;
	font-size:24px;
	color:#d4838d;
}
.congra img{
	display: inline-block;
	vertical-align: initial;
}
.congra p{
	display: inline-block;
	font-family: "Source Han Serif CN";
	margin-left:10px;
}
.addressCon{
	width:470px;
	position:relative;
	margin:0 auto 0;
}
.addressCon .s_put{
	width:470px;
}
.addressCon .s_put input:nth-child(2){
	float:right;
}
.addressBody .sure{
	margin-top:55px;
}
.fileBody {
	width:500px;
	overflow: hidden;
	position:relative;
	margin:40px auto 0;
}
.fileBody .sure{
	margin-top:20px;
}
.file {
	overflow: hidden;
	font-size: 18px;
	color: #ae5f43;
	position: relative;
	margin-left:90px;
}

.file p {
	float: left;
	line-height: 32px;
	margin-right: 10px;
}

.file input {
	display: block;
	opacity: 0;
	float: left;
	width: 100px;
	height: 42px;
	position: relative;
	z-index: 2;
	cursor: pointer;
	z-index:10
}

.file .ttPic {
	display: block;
	width: 100px;
	position: absolute;
	left: 100px;
	top: 0;
	cursor: pointer;
}
.areaPic{
	display: none;
	height:64px;
	margin-left:15px;
	float:left;
}
.fileTxt {
	font-size: 18px;
	color: #ae5f43;
	margin: 10px 0 20px 100px;
}

.filepp {
	font-size: 16px;
    color: #5a5446;
    line-height: 28px;
}
@keyframes mmm
{
	0%{
		-webkit-transform:rotate(0deg);
	  	transform:rotate(0deg);
	}
	50%{
		-webkit-transform:rotate(1deg);
	  	transform:rotate(1deg);
	}
	100% {  
	  -webkit-transform:rotate(0);
	  transform:rotate(0);
	}
}
@-webkit-keyframes mmm{
	0%{
		-webkit-transform:rotate(0deg);
	  	transform:rotate(0deg);
	}
	50%{
		-webkit-transform:rotate(1deg);
	  	transform:rotate(1deg);
	}
	100% {  
	  -webkit-transform:rotate(0);
	  transform:rotate(0);
	}
}