@charset "utf-8";
body{
	background: #fff;
	min-width: 1200px;
	overflow-x: hidden;
	padding-top: 90px;
	zoom: 0.8;
	font-family: Arial, sans-serif;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.w980{
	width: 980px;
	margin: 0 auto;
}
.nav{
	height: 90px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
}
.logo{
	/* width: 130px; */
	height: 40px;
	display: inline-block;	
	float: left;
	margin-top: 25px;
	font-size: 24px;
    color: #000;
    text-decoration: none
}
.neon-text {
    color: #9c27b0;
    text-shadow:
      0 0 8px #fff,
      0 0 10px #ff2525,
      0 0 15px #fbff00,
      0 0 10px #00e0ff;
    font-size: 32px; /* 增加字体大小 */
    font-weight: bold; /* 加粗字体 */
  }
.nav-line{
	float: right;
}
.nav-line a{
	height: 90;
	margin-right: 25px;
	padding: 0 10px;
	display: block;
	line-height: 90px;
	float: left;
	font-size: 18px;
	color: #000;
	text-decoration: none;
	box-sizing: border-box;
	font-weight: bold;
}
.nav-line a:hover,.nav-line a.active{
	color: #f8b62b;
	background: #373737;
}
.nav-line .login-btn{
	float: left;
	color: #333;
	font-size: 18px;
}
.nav-line .login-btn a{
	height: auto;
	color: #2d99e5;
	float: none;
	display: inline;
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
}
.nav-line .login-btn a:hover{
	color: #f8b62b;
	background: #373737;
}
.footer{
	padding: 40px;
	background: #373737;
}
.footer p.txt{
	font-size: 18px;
	color: #fff;
	padding: 20px 0 0;
	text-align: center;
}
.logo-txt{
	text-align: center;
	margin: 15px auto 0;
	font-size: 18px;
	color: #fff;
}
.logo-txt img{
	float: left;
	margin-right: 20px;
	
}

/*index banner*/
.banner-index {
    background: url('/images/banner.png') no-repeat;
    width: 100%;
    height: 600px; 
    background-size: cover;
    position: relative;
	top: 0;
	/* left: 50%; */
	/* margin-left: -960px; */
	display: block;
}

.banner-index .nav {
    position: fixed; /* 固定在页面上 */
	z-index: 2; /* 保证nav在banner上方 */
    top: 10%; 
    left: 50px;
    width: 300px;
	height: auto;
	background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.banner-index .nav ul {
    list-style: none;
    padding: 0 0 0 0;
}

.banner-index .nav li {

}

.banner-index .nav li a {
	display: block;
	padding: 8px 24px;
	text-decoration: none;
	color: #111111;
	font-size: 1.4rem;
	font-weight: 400;
}

.banner-index .nav li .active{
	background-color: #4f5dec;
	color: white;
	border-radius: 10px 10px 0 0;
	font-size: 1.6rem;
}

.banner-index .nav li a:hover:not(.active){
	color: #f8b62b;
    background: #373737;
}

.banner{
}
.banner img{
	width: 1920px;
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -960px;
	display: block;
}
/**/
.title{
	padding: 30px 0;
}
.title span{
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	padding: 0 24px;
	background: #fff;
	display: inline-block;
	font-size: 18px;
	border-radius: 40px;
	border:solid 1px #19d4ff;
	color: #19d4ff;
}
.list{
	overflow: hidden;
}
.list ul{
	width: 1230px;
}
.list ul li{
	width: 380px;
	margin-right: 30px;
	float: left;
	margin-bottom: 50px;
}
.list-b{
	padding: 40px 30px;
	overflow: hidden;
}
.game-img{
	width: 226px;
	height: 226px;
	display: block;
	overflow: hidden;
	float: left;
}
.game-name{
	height: 24px;
	line-height: 24px;
	color: #333333;
	font-weight: bold;
	font-size: 18px;
}
.list-b a{
	width: 65px;
	height: 24px;
	line-height: 24px;
	border-radius: 40px;
	font-size: 14px;
	color: #666666;
	display: block;
	text-decoration: none;
	background: #6be5f4;
	text-align: center;
	text-align: center;
	margin-top: 20px;
}
.list-b a:hover{
	background: #3fc4d4;
	color: #fff;
}
.list-b a.game-download{
	margin-right: 36px;
}
/*game*/
.game-container{}
.game-container .list ul li{
	width: 382px;
	margin-right: 436px;
	margin-bottom: 20px;
}
.game-container .list ul li:nth-child(2n){
	margin-right: 0;
}
.game-container .list-b{
	padding: 24px 0;
	overflow: auto;
}
.game-container .game-img{
	width: 382px;
	height: 382px;
	display: block;
	float: none;
}
.game-container .game-name{
	float: left;
}
.game-container .list-b a{
	float: right;
	margin-top: 0;
	background: #eae3f0;
}
.game-container .list-b a:hover{
	background: #ccc;
}
/*detail*/
.detail-banner{	
	overflow: hidden;
}
.detail-banner img{
	position: relative;
	left: 50%;
	margin-left: -960px;
}
.detail-w1{
	width: 1200px;
	padding: 30px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 8px;
	margin: 60px auto 0;	
	box-shadow: 1px 1px 10px #ddd;
}
.detail-w1-l {
	float: right;
	padding-top: 20px;
}
.detail-w1-l a{
	width: 120px;
	height: 24px;
	border-radius: 4px;
	background: #ffba00;
	font-size: 14px;
	line-height: 24px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	margin-top: 10px;
}
.detail-w1-c{
	padding:0 20px;
	color: #333333;
	line-height:40px;
	font-size: 16px;
	overflow: hidden;
}
.detail-w1-r{
	float: left;
}
.detail-w2{
	width: 1550px;
	margin: 60px auto;
	overflow: hidden;
}
.detail-w2 ul{
	width: 1560px;
}
.detail-w2 ul li{
	width: 300px;
	float: left;
	margin-right: 10px;
}
/*about*/
.about-left{
	width: 284px;
	margin-right: 30px;
	float: left;
}
.about-left ul li{
	width: 284px;
	height: 87px;
	line-height: 87px;
	font-size: 18px;
	color: #666666;
	text-align: center;
	margin-bottom: 50px;
	cursor: pointer;
}
.about-left ul li:last-child{
	margin-bottom: 0;
}
.about-left ul li.active{
	background: #f5f5f5;
	color: #333;
}
.about-right{
	min-height: 810px;
	overflow: hidden;
	background: #f5f5f5;
	padding: 30px;
	box-sizing: border-box;
	display: none;
}
.about-right h3{
	text-align: center;
	font-size: 18px;
	color: #666666;
	padding: 30px 0;
}
.about-right p{
	font-size: 18px;
	color: #666666;
	line-height: 36px;
}
.about-right p.pdt40{
	padding-top: 40px;
}
.about-wrap h3{
	font-size: 18px;
	color: #666666;
	padding: 50px 0 80px;
	text-align: center;
	font-weight: bold;
}
.about-wrap p{
	font-size: 18px;
	color: #666666;
	line-height: 30px;
}

.job-wrap p{
	font-size: 18px;
	color: #333333;
	margin-bottom: 20px;
}
.job-wrap p.job-title{
	margin-top: 60px;
	font-weight: bold;
}
/*care*/
.care-title{
	font-size: 35px;
	color: #647384;
	font-weight: bold;
	text-align: center;
}
.care-txt1{
	height: 40px;
	line-height: 40px;
	font-size: 23px;
	color: #647384;
	padding-left: 30px;
	position: relative;
	margin: 10px 0;
}
.care-txt1:after{
	width: 18px;
	height: 18px;
	background: #647384;
	content: "";
	display: block;
	position: absolute;
	left: 5px;
	top: 12px;
}
.care-txt2{
	font-size: 18px;
	color: #647384;
	margin-bottom: 20px;
}
.care-txt3{
	font-size: 23px;
	color: #FF2970;
	font-weight: bold;
	margin-bottom: 20px;
}
.pay-left{
	width: 284px;
	height: auto;
	margin-right: 30px;
	float: left;
	background: #d8393a;
	padding-top: 80px;
	box-sizing: border-box;
}
.pay-left ul li{
	width: 284px;
	height: 87px;
	line-height: 87px;
	background:#fff;
	font-size: 18px;
	color: #ff7302;
	text-align: center;
	cursor: pointer;
}

.pay-right{
	overflow: hidden;
	padding: 30px;
	box-sizing: border-box;
}
.pay-title{
	padding: 20px 0;
	border-bottom: dashed 1px #c9c9c9;
}
.pay-title p{
	color: #ff7302;
	font-size: 18px;
	float: left;
}
.pay-title span{
	float:right;
	color: #333;
	font-size: 18px;
}
.pay-title span a{
	color: #d8393a;
	text-decoration: none;
}
.pay-select{
	font-size: 18px;
	color: #333;
	padding: 30px 0 50px;
}
.pay-select select{
	width: 200px;
	height: 40px;
	line-height: 40px;
	background: #d8393a;
	color: #fff;
	padding: 0 10px;
	box-sizing: border-box;
	margin-right: 60px;
}
.pay-list{
	font-size: 18px;
	color: #333;
}
.pay-list span{	
	float: left;
}
.pay-list ul{
	width: 540px;
	overflow: hidden;
	border-top: solid 1px #333333;
	border-left: solid 1px #333333;
}
.pay-list ul li{
	width: 108px;
	height: 71px;
	line-height: 71px;
	border-bottom: solid 1px #333;
	border-right: solid 1px #333;
	box-sizing: border-box;
	float: left;
	font-size: 18px;
	text-align: center;
}
.pay-list ul li.active{
	background: url(images/list_icon.jpg) no-repeat;
	border-color: #d8393a;
}
.pay-desc{
	font-size: 18px;
	color: #333;
	padding: 30px 90px;
}
.pay-desc i{
	color: #d90000;
	font-style: normal;
}
.pay-desc span{
	color: #d8393a;
	margin-left: 50px;
}
.pay-desc a{
	color: #d8393a;
	text-decoration: none;
	margin-left: 10px;
}
.pay-btn{
	width:275px;
	height: 73px;
	line-height: 73px;
	margin-left: 90px;
	background: #d8393a;
	display: block;
	text-decoration: none;
	font-size: 30px;
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
}
.pay-info{
	padding: 60px 0;
	font-size: 18px;
	color: #666666;	
	border-top: dashed 1px #c9c9c9;
}
.mask{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.6;
	z-index: 9;
	display: none;
}
.login,.register,.agreement, .saveMessage{
	width: 460px;
	height: 565px;
	background: #fff;
	border-radius: 16px;
	padding: 40px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -322px 0 0 -270px;
	z-index: 9;
	display: none;
}
.register{
	width: 480px;
	height: 615px;
	padding: 30px 30px 0;
}
.agreement{
	width: 900px;
	height: 600px;
	padding: 40px 80px;
	box-sizing: border-box;
	margin: -250px 0 0 -450px;
}
.agreement-cont{
	width: 100%;
	height: 100%;
	overflow-x:hidden;
}
.agreement-cont h3{
	font-size: 18px;
	color: #666666;
	margin: 0 0 40px;
	text-align: center;
}
.agreement-cont p{
	font-size: 18px;
	color: #666666;
	line-height: 30px;
}
.agreement-cont p.pdt40{
	padding-top: 40px;
}
.close-btn{
	width: 44px;
	height: 44px;
	display: block;
	background: url(images/close_icon.png) no-repeat;
	position: absolute;
	top: -22px;
	right: -64px;
}
.popup-title{
	font-size: 24px;
	margin-bottom: 20px;
}
.popup-input{
	width: 100%;
	height: 80px;
	line-height: 80px;
	margin-bottom: 30px;
}
.register .popup-input{
	height: 60px;
	line-height: 60px;
	margin-bottom: 20px;
}
.popup-input input{
	width: 100%;
	height: 100%;
	font-size: 24px;
	padding: 0 20px;
	box-sizing: border-box;
}
.register .popup-input input{
	font-size: 20px;
}
.popup-btns{
	font-size: 16px;
}
.popup-btns input{
	vertical-align: middle;
	margin-right: 4px;
}
.popup-btns a{
	color: #d8393a;
}
.forget-btn{
	float: right;
	color: #333;
	text-decoration: none;
}
.login-data{
	width: 100%;
	height: 66px;
	display: block;
	background: #d8393a;
    margin: 50px 0;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 66px;
}
.register .login-data{
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	margin: 20px auto;
}
.register .pay-desc{
	padding: 0;
}
/*version2*/
.index-cont-left{
	width: 781px;
	float: left;
	padding-bottom: 50px;
}
.index-cont-right{
	overflow: hidden;
	padding-left: 50px;
}
h3.title{
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	padding: 50px 0;
	color: #333;
	font-weight: bold;
}
.index-cont-left ul{
	border-right: solid 1px #333333;
}
.index-cont-left ul li,.index-cont-right ul li{
	width: 390px;
	float: left;
	margin-bottom: 50px;
}
.index-cont-left ul li:after{
	content: '';clear:both;visibility:hidden; display: block; font-size:0; line-height:0;
}
.index-cont-right ul li:after{
	content: '';clear:both;visibility:hidden; display: block; font-size:0; line-height:0;
}
.mar0{
	margin: 0;
}
.index-game-icon{
	float: left;
}
.index-game-hidden{
	overflow: hidden;
	padding: 0 20px;
}

.thumbs {
    height: 80px;
    line-height: 80px;
    background: #eaf4fe;
    font-size: 20px;
    color: #000000;
}

.thumbs a {
    color: #000;
    text-decoration: none;
}
.game-name{
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.game-txt{
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.game-star{
	padding: 10px 0;
}
.game-star i{
	width: 21px;
	height: 20px;
	display: inline-block;
	background: url(images/star.png) no-repeat;
}
.game-star i.on{
	background: url(images/star_on.png) no-repeat;
}
.download,.home{
	width: 64px;
	height: 24px;
	line-height: 24px;
	text-decoration: none;
	background: #3875ce;
	color: #fff;
	text-align: center;
	display: block;
	margin-top: 10px;
	border-radius: 40px;
}

.game-list{
	width: 1560px;
	margin: 60px auto 0;	
	overflow: hidden;
}
.game-list ul {
	width: 1570px;
}
.game-list ul li{
	width: 510px;
	margin-right: 10px;
	margin-bottom: 60px;
	float: left;
}
.list-img .img{
	width: 100%;
	display: block;
}
.list-bc{
	height: 42px;
	background: #eeeeee;
	padding: 24px;
}
.list-bc-l{
	float: left;
	padding: 0 20px;
	position: relative;
}
.list-bc-l:after{
	width: 8px;
	height: 36px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -18px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	content: "";
	display: block;
	clear: both;
	background: #ffba00;
}
.list-bc-t1{
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}
.list-bc-t2{
	font-size: 16px;
	line-height: 20px;
}
.list-bc-r{
	width:80px;
	height:28px;
	line-height: 28px;
	border-radius: 4px;
	display: block;
	margin-top: 7px;
	float: right;
	border: solid 1px #6F6F6F;
	text-align: center;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
.list-bc-r:hover{
	background: #3875CE;
	color: #fff;
}

.contact-cont{
	background: #fff;
	border-radius: 4px;
	box-shadow: 1px 1px 10px #ddd;
	margin: 60px auto;
	padding: 20px;
	box-sizing: border-box;
}
.contact-cont-title{
	height: 62px;
	line-height: 62px;
	border-bottom: solid 1px #999;
	font-size: 24px;
	font-weight: bold;
}
.contact-cont-t1{
	font-size: 18px;
	font-weight: bold;
	margin: 30px 0;
}
.contact-cont-t2{
	font-size: 16px;
	line-height: 30px;
}
.contact-cont ul{
	padding: 15px 0 0;
}
.contact-cont ul li{
	width: 290px;
	height: 70px;
	border-radius: 4px;
	float: left;
	margin-right: 144px;
	padding-top: 60px;
}
.contact-cont ul li:last-child{
	margin-right: 0;
}
.contact-cont ul li:nth-child(1){
	background: #fde8bb url(images/kf.png) no-repeat center 20px;
}
.contact-cont ul li:nth-child(2){
	background: #fde8bb url(images/phone.png) no-repeat center 20px;
}
.contact-cont ul li:nth-child(3){
	background: #fde8bb url(images/email.png) no-repeat center 20px;
}
.contact-cont ul li p.txt1{
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	color: #333;
}
.contact-cont ul li p.txt2{
	font-size: 24px;
	text-align: center;
	line-height: 30px;
	color: #333;
}
.gift-popup{
	width: 330px;
	height: 70px;
	padding: 40px 60px;
	background: #FFF;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -75px 0 0 -225px;
	z-index: 9;
	display: none;
}
.gift-popup p{
	font-size: 18px;
	text-align: center;
	line-height: 35px;
}
.close-gift{
	width: 36px;
	height: 36px;
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	background: url(images/close.png) no-repeat;
}

/*version3*/
.index-container{
	padding: 40px 0;
}
.mb40{
	margin-bottom: 40px;
}
.index-c-l{
	width:730px;
	float: left;
	margin-right: 40px;
	padding: 0 30px;
	background: #fff;
	overflow: hidden;
	box-shadow: 1px 1px 10px #ddd;
}
.index-c-l ul{
	width: 760px;
}
.index-c-l ul li{
	width: 350px;
	float: left;
	margin-right: 30px;
}
.index-c-r{
	padding: 0 30px;
	overflow: hidden;
	background: #fff;
	box-shadow: 1px 1px 10px #ddd;
}
.index-c-r ul li{
	font-size: 18px;
	margin-bottom: 28px;
	line-height: 20px;
}

.index-c-r ul li span{
	margin-right: 20px;
}
.index-c-t{
	height: 78px;
	line-height: 78px;
	font-weight: bold;
	font-size: 20px;
}
.index-c-t.border-bottom{
	border-bottom: solid 1px #999999;
}
.hot-img img{
	width: 100%;
	display: block;
}

.index-c-l ul li a .hot-c-name{
	float: left;
	color: #333;
	text-decoration: none;
}

.index-c-l ul li a .hot-c-desc{
	color: #999;
	float: right;
	text-decoration: none;
}
.hot-cont{
	height: 78px;
	line-height: 78px;
	font-size: 18px;
}
.ul-list{
	padding-top: 40px;
}
.index-c-l .ul-list li{
	width: 243px;
	height: 120px;
	float: left;
	margin-bottom: 60px;
	margin-right: 0;
}
.list-game-img{
	width: 150px;
	height: 150px;
	overflow: hidden;
	float: left;
}
.list-c{
	padding: 10px;
	overflow: hidden;
}
.list-game-name{
	font-weight: bold;
	font-size: 20px;
	color: #333;
}
.list-game-label{
	font-size: 20px;
	color: #000000;
	margin-top: 5px;
}
.list-game-btn{
	width: 110px;
	height:44px;
	background: #ffba00;
	display: block;
	border-radius: 4px;
	color: #000;
	font-size: 16px;
	line-height: 44px;
	text-align: center;
	margin-top: 10px;
	text-decoration: none;
}
.index-c-r .ul-list2 li{
	font-size: 0;
	line-height:normal;
	margin-bottom: 12px;
}
/*我要发*/
.index-publish {
	background:#f5f5f5;
	padding-bottom: 30px;
}
.index-publish h3.title{
	position: relative;
	padding: 30px 0 30px 20px;
}
.index-publish h3.title:after{
	content: "";
	width: 8px;
	height: 24px;
	border-radius: 40px;
	display: block;
	background: #ffba00;
	position: absolute;
	top: 44px;
	left: 0;
}
.index-publish ul{
	width: 1600px;
}
.index-publish ul li{
	width: 387px;
	float: left;
	margin-right: 20px;
}


.index-w1 { 
    background: #fafafa;
    padding-bottom: 30px;
}

.index-w1 h3.title {
    position: relative;
    padding: 30px 0 30px 20px;
}

.index-w1 h3.title:after {
    content: "";
    width: 8px;
    height: 24px;
    border-radius: 40px;
    display: block;
    background: #ffba00;
    position: absolute;
    top: 44px;
    left: 0;
}

.index-w1 ul {
    width: 1600px;
    overflow: hidden; 
}

.index-w1 ul li {
    width: 387px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px; 
    background-color: #fff;
    border: 1px solid #ddd; 
    border-radius: 10px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
	cursor: pointer; 
}

.index-w1 ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
	cursor: pointer; 
}

.index-w1 ul li img {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
}

.index-w1 ul li p {
    padding: 10px;
    font-size: 16px;
    text-align: center;
    color: #333;
    font-weight: bold;
    background-color: #f9f9f9; 
}

.index-w1 ul li div {
    padding: 8px;
    color: #77797E; 
    text-align: center; 
    font-size: 14px; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    max-width: 100%;
    height: 100px;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* 设置最多显示3行 */
    -webkit-box-orient: vertical;
}

.index-w1 ul li div:hover {
    color: #ff3726;
}

.index-w1 ul li p:hover {
    background-color: #ffba00; 
    color: #fff;
}



.index-w2{
	padding-bottom: 50px;	
}

.index-w2 h3.title{
	position: relative;
	padding: 30px 0 30px 20px;
}
.index-w2 h3.title:after{
	content: "";
	width: 8px;
	height: 24px;
	border-radius: 40px;
	display: block;
	background: #ffba00;
	position: absolute;
	top: 44px;
	left: 0;
}
.index-w2-list{
	width: 766px;
	float: left;
}
.index-w2-list ul{
	padding-top: 0;
	border-right: solid 1px #cccccc;
}
.index-w2-list ul li{
	width: 382px;
	float: left;
	overflow: hidden;
	margin-bottom: 50px;
}
.index-w2-list ul li:nth-child(3),
.index-w2-list ul li:nth-child(4){
	margin-bottom: 0;
}
.index-w2-list2{
	padding-left:40px;
	overflow: hidden;
}
.index-w2-list2-l{
	padding: 7px 0;
	border-bottom: solid 1px #ccc;
}
.index-w2-list2 ul li:last-child .index-w2-list2-l{
	border-bottom: none;
}
.gift-txt{
	overflow: hidden;
	font-size: 16px;
	line-height: 32px;
}
.index-w2-list2 ul li.on .gift-txt{
	display: none;
}
.index-w2-list2-l a{
	width: 72px;
	height: 32px;
	line-height: 32px;
	display: block;
	border-radius: 4px;
	background: #FFBA00;
	float: right;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	color: #000;
}

.index-w2-list2 ul li.on .index-w2-list2-l a{
	margin-top: 54px;
}
.gift-detail{
	overflow: hidden;
	font-size: 20px;
	line-height: 40px;
	display: none;
}
.index-w2-list2 ul li.on .gift-detail{
	display: block;
}
.gift-game-logo{
	width: 150px;
	height: 150px;
	float: left;
}
.gift-game-cont{
	overflow: hidden;
	padding: 10px;
}




.formLi {
	width: 100%!important;
	display: flex;
    align-items: center;
    justify-content: center;
	margin: 20px 0;
}
.formLabel {
	font-size: 20px;
	width: 200px;
}
.formInput {
	width: 400px;
	height: 40px;
	line-height: 32px;
	font-size: 20px;
	padding-left: 5px;
}
.formTextarea {
	min-width: 400px;
	max-width: 400px;
	padding: 5px;
	font-size: 20px;
	min-height: 100px;
}
.sendBtn {
	width: 150px;
    text-align: center;
    font-size: 20px;
    background: #d8393a;
    padding: 15px 0;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
}