@charset "utf-8";
/*默认样式 START*/
	/*重置样式 START */
		*{ margin:0; padding:0;-webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent;}
		body {font-family: Helvetica, "Microsoft YaHei" ; color:#666666; text-size-adjust:none;}
		a{ text-decoration:none; cursor:pointer; color:#0F0; bblr:expression(this.onFocus=this.blur()); outline-style:none; color: #474747}
		a:hover{ text-decoration:none; }
		a{-webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent;}
		img{border: 0 none;}
		.cf:before,.cf:after {content:"";display:table;}
		.cf:after {clear:both;}
		.cf {zoom:1;}
	/*重置样式 END */
	/*默认模块样式 START*/
		.wrap{
			min-width: 1200px;
			width: 100%;
			font-size: 14px;
		}
		h1{
			position: absolute;
			top: 0;
			left: 0;
		}
		.inner_wrap{
			position: relative;
			overflow: hidden;
			background-image: none;
			background-color: #fff;
			background-position: center top;
		}
		header{
			position: relative;
			width: 1200px;
			margin: 0 auto;
		}
		h1{
			position: absolute;
			top: 4px;
			left: 0;
			width: 220px;
			height: 60px;
			background-image: url(../img/logo.png);
		}
		h1 a{
			display: block;
			width: 100%;
			height: 100%;
			text-indent: -9999em;
			overflow: hidden;
		}
		.h_cont{
			text-align: right;
			height: 68px;
			padding: 16px;
		}
		.h_cont a{
			display: inline-block;
			vertical-align: top;
			height: 32px;
			line-height: 32px;
			margin: 0 4px;
			padding: 0 16px;
			background-color: #000;
			color: #fff;
			font-size: 16px;
			text-align: center;
			border-radius: 5px;
		}
		.cont{
			width: 1200px;
			margin: 0 auto;
			padding: 0;
			margin: 0 auto;
		}
		.c_item{
			position: relative;
			z-index: 31;
			margin: 0 auto;
		}
		.ci_cont{
			position: relative;
			z-index: 2;
			margin: 0;
		}
		.ci_bg{
			position: absolute;
			top: 0;
			left: 0;
			display: block;
			width: 100%;
			height: 100%;
			margin: 0;
			background-image: url(../img/ci_bg_c.png);
			background-repeat: repeat-y;
		}
		.ci_bg:before{
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			display: block;
			width: 100%;
			height: 50%;
			background-image: url(../img/ci_bg_t.png);
			background-repeat: no-repeat;
			background-position: center top;
		}
		.ci_bg:after{
			content: "";
			position: absolute;
			bottom: 0;
			left: 0;
			display: block;
			width: 100%;
			height: 50%;
			background-image: url(../img/ci_bg_b.png);
			background-repeat: no-repeat;
			background-position: center bottom;
		}
		.ci_title{
			height: 100px;
			margin: 0 auto 40px;
			padding: 0;
			font-size: 18px;
			line-height: 40px;
			font-weight: bold;
			color: #000;
			text-align: center;
			overflow: hidden;
		}
		.ci_text{
			position: relative;
			margin: 0 20px 10px;
			padding: 0 0 4px;
			line-height: 32px;
			font-size: 16px;
			color: #000;
		}
		.ci_tip{
			text-align: center;
		}
		.ci_rule{
			padding: 0 0 4px 40px;
		}
		.ci_rule span{
			display: block;
		}
		.ci_rule i{
			position: absolute;
			top: 0;
			left: 0;
			display: block;
			width: 40px;
			font-style: normal;
		}
		.ci_img{
			margin: 0 20px 40px;
		}
		.ci_img img{
			display: block;
			width: 100%;
		}
		.ci_btns{
			position: relative;
			text-align: center;
			margin: 0 20px 40px;
		}
		.ci_btns a{
			display: inline-block;
			width: 200px;
			height: 64px;
			line-height: 64px;
			margin: 0 20px;
			font-size: 30px;
			text-align: center;
			color: #fff;
			background-image: url(../img/ci_btn.png);
		}

		footer{
			padding: 32px 0;
			line-height: 20px;
			background-color: #1e1e1e;
		}
		.f_cont{
			width: 1200px;
			margin: 0 auto;
		}
		.f_cont p{
			height: 24px;
			font-size: 12px;
			text-align: center;
			color: #fff;
		}
		.sider{
			position: fixed;
			z-index: 81;
			top: 50%;
			right: 10px;
			margin: -350px 0 0;
		}
		.sider_list{
			list-style: none;
			margin: 0;
			padding: 0;
		}
		.sider_item{
			display: block;
			width: 100px;
			height: 100px;
			font-size: 24px;
			line-height: 32px;
			text-align: center;
			background-image: url(../img/sider_item.png);
		}
		.sider_btn{
			display: block;
			width: 100%;
			height: 100%;
			color: #fff;
		}
	/*默认模块样式 END*/
	/*弹窗样式 START*/
		.mask{
			position: absolute;
			top: 0;
			left: 0;
			z-index: 90;
			display: none;
			width: 100%;
			height: 100%;
			background-color:#000;
			opacity: 0.5;
			filter: alpha(opacity=50);
		}
		.modal_wrap{
			display: none;
			position: absolute;
			top: 20%;
			left: 50%;
			width: 800px;
			margin: 0 0 0 -400px;
			z-index: 99;
			background-color: #fff;
			border: 3px solid #000;
			border-radius: 10px;
			overflow: hidden;
		}
		.modal_info{
			
		}
		.modal_title{
			width: 100%;
			height: 64px;
			margin: 20px 0 0;
			line-height: 64px;
			text-align: center;
			font-size: 32px;
			color: #111;
		}
		.modal_cont{
			padding: 20px;
		}
		.modal_exit .modal_cont{
			padding: 0;
		}
		.mc_text{
			padding: 80px 40px 40px;
		}
		.modal_feedback .mc_text{
			padding: 40px 40px 0;
		}
		.modal_cont img{
			width: 100%;
		}
		.modal_cont p{
			margin: 0 20px 10px;
			font-size: 24px;
			line-height: 32px;
			text-align: center;
			color: #222;
		}
		.modal_cont p span{
			color: #666;
		}
		.modal_cont .modal_tip{
			color: #333
		}
		.modal_feedback .modal_tip{
			font-size: 12px;
			line-height: 16px;
			text-align: right;
		}
		.modal_wrap .mlf_title{
			line-height: 64px;
			text-align: center;
			font-size: 32px;
			color: #111;
		}
		.modal_wrap .mlf_item{
			line-height: 48px;
			margin: 0 0 12px;
			padding: 0 0 0 120px;
		}
		.modal_wrap .mlf_item label{
			display: inline-block;
			*display: inline;
			*zoom: 1;
			width: 120px;
			margin: 0 0 0 -120px;
		}
		.modal_wrap .mlf_item input{
			display: inline-block;
			*display: inline;
			*zoom: 1;
			width: 80%;
			height: 48px;
			line-height: 48px;
			padding: 0 20px 0 20px;
			border: 0 none;
			color: #343434;
			background-color: #eee;
		}
		.modal_wrap .mlf_link{
			text-align: right;
		}
		.modal_wrap .mlf_link a{
			display: inline-block;
			*display: inline;
			*zoom: 1;
			text-decoration: underline;
		}
		.ml_form{
			margin: 10px 0 0;
		}
		.ml_list{
			height: 100px;
			overflow: auto;
		}
		.modal_list_2 .ml_list{
			height: 200px;
		}
		.modal_cont table{
		  width: 100%;
		  line-height: 48px;
		  border-collapse:collapse;
		  margin:auto;
		}
		.modal_cont thead tr{
		}
		.modal_cont tbody{
		  width: 100%;
		}
		.modal_cont tbody tr{
			width: 100%;
			border-bottom: 1px dashed #343434;
		}
		.modal_cont th{
		  line-height: 64px;
		  font-size: 32px;
		  color: #343434;
		  font-weight: normal;
		}
		.modal_cont td {
		  text-align: center;
		  padding: 0;
		  color: #343434;
		  font-size: 24px;
		}
		.modal_cont .col_2{
		  width: 20%;
		}
		.modal_cont .col_3{
		  width: 30%;
		}
		.modal_cont .col_4{
		  width: 40%;
		}
		.modal_textarea{
			display: block;
			width: 620px;
			height: 80px;
			padding: 10px 10px;
			margin: 20px auto 10px;
			font-size: 24px;
		    line-height: 32px;
		    color: #343434;
		}
		.modal_btns{
			margin: 0 auto;
			padding: 20px 0 40px;
			text-align: center;
		}
		.modal_btn{
			display: inline-block;
			*display: inline;
			*zoom: 1;
			width: 200px;
			height: 64px;
			margin: 0 20px;
			line-height: 64px;
			background-color: #000;
			color: #fff;
			border-radius: 5px;
			text-align: center;
			font-size: 32px;
		}
		.modal_close{
			position: absolute;
			top: 8px;
			right: 8px;
			display: block;
			width: 52px;
			height: 52px;
			text-indent: -9999em;
			overflow: hidden;
			background-image: url(../img/m_close.png);
			background-color: #000;
			border-radius: 26px;
		}
	/*弹窗样式 END*/
/*默认样式 END*/
/*模块样式 START*/
	/*兑换组件 START*/
		.exchange_wrap{

		}
		.exchange_info{

		}
		.exchange_point{
			text-align: center;
			height: 32px;
			line-height: 32px;
			font-size: 16px;
		}
		.exchange_point_icon{
			display: inline-block;
			vertical-align: top;
		}
		.exchange_point_num{
			display: inline-block;
			vertical-align: top;
		}
		.exchange_point_num em{
			font-style: normal;
		}
		.exchange_point_btn{
			display: inline-block;
			vertical-align: top;
			padding: 0 10px;
		}
		.exchange_list{
			list-style: none;
			margin: 0;
			padding: 0;
			text-align: center;
		}
		.exchange_item{
			display: inline-block;
			width: 30%;
			margin: 0 1% 16px;
			padding: 8px 0;
			font-size: 30px;
			line-height: 48px;
			background-color: #000;
		}
		.exchange_item span{
			display: block;
			margin: 0 0 4px;
			color: #fff;
		}
		.exchange_name{
			
		}
		.exchange_price{

		}
		.exchange_num{

		}
		.exchange_btn{
			display: block;
			width: 200px;
			height: 64px;
			margin: 0 auto;
			line-height: 64px;
			color: #000;
			background-color: #fff;
		}
	/*兑换组件 END*/
/*模块样式 END*/
/*定制样式 START*/
	/*默认模块样式 START*/
		.inner_wrap{
			background-image: url(../img/bg.jpg);
			background-color: #fec9cc;
			background-position: center top;
			background-repeat: no-repeat;
		}
		.h_cont a{
			background-color: #c60b28;
			color: #fff;
		}
		.ci_title{
			color: #ff3857;
			background-image: url(../img/ci_title.png);
		}
		.ci_text{
			color: #414141;
		}
		.ci_tip{
			color: #414141;
		}
		.ci_rule{
			color: #414141;
		}
		.ci_rule span{
			color: #414141;
		}
		.ci_rule i{
			color: #414141;
		}
		.ci_btns a{
			color: #fff;
			font-weight: bold;
		}
		
		html body .wrap .inner_wrap .disabled{
			background-color: transparent;
			color: #fff;
		}

		footer{
			background-color: #000;
		}
		.f_cont p{
			color: #9f8b8a;
		}
		.sider_btn{
			color: #f95356;
		}	
	/*默认模块样式 END*/
	/*弹窗样式 START*/
		.modal_wrap{
			border-color: #ff3857;
		}
		.modal_title{
			color: #111;
		}
		.modal_cont p{
			color: #222;
		}
		.modal_cont p span{
			color: #666;
		}
		.modal_cont .modal_tip{
			color: #ff3857
		}
		.modal_btn{
			background-color: #ff3857;
			color: #fff;
		}
		.modal_close{
			background-color: #ff3857;
		}
	/*新增模块样式 START*/
		.exchange_item{
			background-color: transparent;
		}
		.exchange_item span{
			color: #fff;
		}
		.exchange_btn{
			color: #fff;
			font-weight: bold;
			background-color: transparent;
		}
		.exchange_point{
			color: #414141
		}
		.exchange_point_btn{
			color: #fff;
			background-color: #ff0000;
		}
	/*新增模块样式 END*/
	/*定制模块样式 START*/
		.cont{
			width: 100%;
			margin: 620px auto 0;
		}

		.c_item{			
			
		}
		
		.ci_text{
			margin: 0 20px;
		}
		.ci_text em{
			font-style: normal;
			color: #f95356;
		}
		.ci_title{
			width: 560px;
			height: 80px;
			margin: 0 auto 20px;
			line-height: 80px;
			font-size: 30px;
			overflow: hidden;
		}

		.ci_wall{
			position: relative;
			z-index: 32;
			width: 1440px;
			height: 980px;
			margin: 0 auto 30px;
			padding: 220px 0 0;
		}
		.ci_wall .ci_bg{
			background-image: url(../img/ci_bg_1.png);
			background-repeat: no-repeat;
			background-position: center top;
		}
		.ci_wall .ci_cont{
			width: 1200px;
			margin: 0 auto;
		}
		.ci_wall .ci_text{
			width: 600px;
			margin: 0 0 0 280px;
		}
		.ci_wall .ci_tip{
			width: 1200px;
			margin: 0 auto;
		}

		.wall_wrap{
			padding: 10px 40px;
		}
		.wall_list{
			list-style: none;
			margin: 0 auto 20px;
			padding: 0;
			position: relative;
			height: 300px;
		}
		.wall_item{
			position: absolute;
			top: 50%;
			left: 50%;
			height: 40px;
			margin: 0 20px;
			line-height: 36px;
			color: #fff;
			font-size: 16px;
			background-image: url(../img/wall_item_c.png);
			background-repeat: repeat-x;
			opacity: 0;
			transition: all ease 0.5s;
		}
		.wall_list .sel{
			z-index: 9;
			background-image: url(../img/wall_item_s_c.png);
		}
		.wall_list .ready{
			opacity: 1;
		}
		.wall_item:before,
		.wall_item:after{
			content: "";
			display: block;
			width: 20px;
			height: 40px;
			position: absolute;
			top: 0;			
			transition: all ease 0.5s;
		}
		.wall_item:before{
			left: -20px;
			background-image: url(../img/wall_item_l.png);
		}
		.wall_item:after{
			right: -20px;
			background-image: url(../img/wall_item_r.png);
		}
		.wall_list .sel:before{
			background-image: url(../img/wall_item_s_l.png);
		}
		.wall_list .sel:after{
			background-image: url(../img/wall_item_s_r.png);
		}
		.wall_info{
			text-align: center;
			height: 120px;
		}
		.wall_detail{
			margin: 0 20px 20px;
			line-height: 40px;
		}
		.wall_detail span{
			display: inline-block;
			vertical-align: top;
			margin: 2px;
			font-size: 16px;
			color: #414141;
		}
		.wall_detail select,
		.wall_detail input{
			display: inline-block;
			vertical-align: top;
			height: 40px;
			line-height: 40px;
			font-size: 16px;
			color: #414141;	
			border: 2px solid #f95356;
		}
		.wall_detail input{
			padding: 0 4px;
			height: 36px;
			line-height: 36px;
		}
		.wall_detail_select_game{
			width: 180px;
		}
		.wall_detail_select_name{
			width: 80px;
		}
		.wall_detail_select_title{
			width: 120px;
		}
		.wall_detail_select_text{
			width: 440px;
		}
		.wall_detail_btn{
			display: inline-block;
			vertical-align: top;
			width: 148px;
			height: 42px;
			line-height: 42px;
			font-size: 16px;
			color: #fff;
			background-image: url(../img/ci_btn.png);
		}
		.wall_info .disabled{
			background-image: url(../img/ci_btn_d.png);
		}


		.ci_exchange{
			width: 1200px;
			margin: -100px auto -400px;
			padding: 100px 0 120px;
		}
		.ci_exchange .ci_bg{
			background-image: url(../img/ci_bg_2.png);
			background-color: #fefaf3;
			background-repeat: no-repeat;
			background-position: center top;
			border-radius: 0 0 8px 8px;
		}
		.ci_exchange .ci_bg:before{
			content: "";
			display: block;
			width: 280px;
			height: 320px;
			position: absolute;
			top: -100px;
			right: 0;
			left: auto;
			z-index: 2;
			background-image: url(../img/ci_dec_2_1.png);
		}
		.ci_exchange .ci_bg:after{
			content: "";
			display: block;
			width: 300px;
			height: 250px;
			position: absolute;
			top: auto;
			bottom: -60px;
			left: -4px;
			z-index: 2;
			background-image: url(../img/ci_dec_2_2.png);
		}
		.ci_exchange .ci_cont{
			position: relative;
			z-index: 2;
		}
		.ci_exchange .ci_text{
			margin: 0 50px;
		}


		.rank_wrap{
			margin: 0 auto 80px;
			padding: 0 20px 0;
			height: 610px;
		}
		.rank_list{
			list-style: none;
			margin: 0;
			padding: 0;
		}
		.rank_item{
			line-height: 32px;
			padding: 10px;
		}
		.rank_item_1,
		.rank_item_2,
		.rank_item_3{
			padding: 20px 10px;
			font-weight: bold;
		}
		.rank_item a{
			display: block;
			width: 100%;
			color: #414141;
			font-size: 16px;
		}
		.rank_dec{
			display: inline-block;
			vertical-align: top;
			width: 30px;
			height: 30px;
			line-height: 30px;
			border: 1px solid #414141;
			border-radius: 15px;
			text-align: center;
			margin: 0 14px;
		}
		.rank_item_1 .rank_dec,
		.rank_item_2 .rank_dec,
		.rank_item_3 .rank_dec{
			width: 40px;
			height: 52px;
			margin: -10px 10px 0;			
			border:0 none;
			text-indent: -9999em;
			overflow: hidden;
			border-radius: 0px;
		}
		.rank_item_1 .rank_dec{
			background-image: url(../img/rank_dec_1.png);
		}
		.rank_item_2 .rank_dec{
			background-image: url(../img/rank_dec_2.png);
		}
		.rank_item_3 .rank_dec{
			background-image: url(../img/rank_dec_3.png);
		}
		.rank_item span{
			display: inline-block;
			vertical-align: top;
		}
		.rank_item em{
			display: inline-block;
			vertical-align: top;
			font-style: normal;
		}
		.rank_item_1 .rank_text,
		.rank_item_1 .rank_num,
		.rank_item_1 .rank_game em{
			color: #f95356;
		}
		.rank_item_2 .rank_text,
		.rank_item_2 .rank_num,
		.rank_item_2 .rank_game em{
			color: #28ceff;
		}
		.rank_item_3 .rank_text,
		.rank_item_3 .rank_num,
		.rank_item_3 .rank_game em{
			color: #ffb21d;
		}
		.rank_text{
			width: 600px;
		}
		.rank_text em{
			width: 150px;
			height: 100%;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}
		.rank_num{
			width: 100px;
			padding: 0 30px 0 0;
			text-align: right;
			background-image: url(../img/rank_num_dec.png);
			background-repeat: no-repeat;
			background-position: right top;
		}
		.rank_game{
			width: 280px;
			text-align: right;
		}
		
		.exchange_wrap{
			padding: 20px;
		}
		.exchange_num{
			text-align: center;
			line-height: 42px;
			font-size: 16px;
		}
		.exchange_send_btn,
		.exchange_get_btn{
			display: inline-block;
			vertical-align: top;
			width: 188px;
			height: 42px;
			margin: 0 10px;
			color: #fff;
			text-align: center;
			background-image: url(../img/ci_btn_2.png);
		}
		.exchange_num .disabled{
			background-image: url(../img/ci_btn_2_d.png);
		}
		.exchange_num_text{
			display: inline-block;
			vertical-align: top;
			color: #414141;
		}
		.exchange_num_text em{
			font-style: normal;
			color: #f95356;
			margin: 0 4px;
		}
		.exchange_list{
			padding: 30px 0 0;
		}
		.exchange_item{
			position: relative;
			width: 280px;
			padding: 22px 0 0;
			margin: 0 0 32px;
			background-image: url(../img/exchange_item.png);
			background-position: center top;
			background-repeat: no-repeat;
		}
		.exchange_item_1{
			margin: 0 0 32px 280px;
			background-image: url(../img/exchange_item_1.png);
		}
		.exchange_item_2{
			margin: 0 280px 32px 0;
			background-image: url(../img/exchange_item_2.png);
		}
		.exchange_item .exchange_name{	
			display: none;
		}
		.exchange_item .exchange_price{
			height: 32px;
			line-height: 32px;
			margin: 0 0 100px;
			font-size: 16px;
		}
		.exchange_item .exchange_num{
			display: none;
		}
		.exchange_item .exchange_btn{
			width: 148px;
			height: 42px;
			line-height: 42px;
			font-size: 16px;
			color: #fff;
			font-weight: normal;
			background-image: url(../img/ci_btn.png);
		}
		
		.exchange_item.disabled .exchange_btn{
			background-image: url(../img/ci_btn_d.png);
		}


		footer{
			padding: 0 0 30px;
		}
		footer:before{
			content: "";
			display: block;
			width: 100%;
			height: 500px;
			margin: 0 0 30px;
			background-image: url(../img/w_bg.png);
			background-position: center top;
			background-repeat: no-repeat;
		}

		.sider{
			margin: -250px 0 0;
		}
		.sider_list{
			padding: 269px 75px 0px;
			height: 295px;
			background-image: url(../img/sider_bg.png);
		}
		.sider_item{
			display: block;
			width: 100px;
			height: 39px;
			font-size: 14px;
			line-height: 38px;
			background-image: none;
		}
		.sider_item:last-child{
			height: 61px;
			text-indent: -9999em;
			overflow: hidden;
		}

		

	/*定制模块样式 END*/
/*定制样式 END*/
