@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: 1040px;
			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: 32px;
			border-radius: 16px;
			font-style: normal;
			text-align: center;
		}
		.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_list_3 .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*/
	
/*模块样式 END*/
/*定制样式 START*/
	/*默认模块样式 START*/
		.inner_wrap{
			background-image: url(../img/bg.jpg);
			background-color: #ffd9a0;
			background-position: center top;
			background-repeat: no-repeat;
		}
		.h_cont a{
			background-color: #c41f12;
			color: #fff;
			border: 1px solid #c41f12;
		}
		.ci_title{
			color: #1a3800;
			background-image: url(../img/ci_title.png);
		}
		.ci_text{
			color: #1a3800;
		}
		.ci_tip{
			color: #fff2df;
		}
		.ci_rule{
			color: #fff2df;
		}
		.ci_rule span{
			color: #fff2df;
		}
		.ci_rule i{
			color: #fff2df;
		}
		.ci_btns a{
			color: #fff2df;
			font-weight: bold;
		}
		
		/*html body .wrap .inner_wrap .disabled{
			background-color: transparent;
			color: #fff;
		}*/

		footer{
			background-color: #000;
		}
		.f_cont p{
			color: #909896;
		}
		.sider_btn{
			color: #d7613d;
		}	
	/*默认模块样式 END*/
	/*弹窗样式 START*/
		.modal_wrap{
			border-color: #1a3800;
		}
		.modal_title{
			color: #111;
		}
		.modal_cont p{
			color: #222;
		}
		.modal_cont p span{
			color: #666;
		}
		.modal_cont .modal_tip{
			color: #1a3800
		}
		.modal_btn{
			background-color: #1a3800;
			color: #fff;
		}
		.modal_close{
			background-color: #1a3800;
		}
	/*新增模块样式 START*/
		
	/*新增模块样式 END*/
	/*定制模块样式 START*/
		.wrap{
			
		}
		.cont{
			position: relative;
			width: 100%;
			margin: 70px auto 0;
			background-repeat: no-repeat;
			background-position: center bottom;	
		}
		.cont:before{
			content: "";
			position: absolute;
			top: 735px;
			left: 0;
			z-index: 22;
			display: block;
			width: 100%;
			height: 1040px;
			background-repeat: no-repeat;
			background-position: center bottom;
		}

		.c_item{
			width: 100%;
			margin: 0;
		}
		.ci_cont{
			width: 1200px;
			margin: 0 auto;
		}
		.ci_title{
			display: none;
		}
		.ci_text{
			margin: 0 20px 10px;
		}
		.ci_time{
			margin: 0 auto 440px;
		}
		.ci_time .ci_text{
			width: 451px;
			height: 44px;
			line-height: 44px;
			margin: 0 auto;
			padding: 0;
			font-size: 20px;
			color: #fff;
			background-image: url(../img/time_dec.png);
			background-repeat: no-repeat;
			background-position: 40px bottom;
			text-align: center;
			background-color: #e7704e;
			border-radius: 44px;
			-webkit-border-radius: 44px;
			-moz-border-radius: 44px;
			-ms-border-radius: 44px;
		}
		.ci_time .ci_text:last-child{
			background-image: none;
		}

		.ci_check{
			margin: 0 0 20px;
		}
		.ci_check .ci_text em{
			font-style: normal;
			color: #e90000;
		}
		.ci_check .check_wrap{
			margin: 0 auto 20px;
		}
		.ci_check .check_list{
			margin: 0;
			padding: 0;
			list-style: none;
			text-align: center;
		}
		.ci_check .check_item{
			position: relative;
			display: inline-block;
			width: 145px;
			margin: 0 10px;
			padding: 40px 0 0;
		}
		.ci_check .check_link{
			display: block;
			width: 100%;
			height: 100%;
		}
		.ci_check .check_icon{
			display: block;
			width: 145px;
			height: 110px;
			margin: 0 auto 5px;
			background-image: url(../img/check_icon.png);
			transition: all ease 1s;
		}
		.ci_check .check_name{
			position: absolute;
			top: 0;
			left: 10px;
			display: block;
			width: 125px;
			height: 40px;
			line-height: 40px;
			font-size: 24px;
			color: #fff;
			background-color: #ffb40c;
			border-bottom: 2px solid #fe9a0a;
			border-radius: 10px 10px 0 0;
		}
		.ci_check .check_btn{
			display: block;
			width: 125px;
			height: 32px;
			margin: 0 auto;
			line-height: 32px;
			font-size: 18px;
			color: #fff;
			font-style: normal;	
			background-color: #ffc000;
			background-image: linear-gradient(to left,#57b577 0%,#ffc000 100%);
			border-radius: 16px;
			transition: all ease 1s;
		}	
		.ci_check .check_item:hover .check_btn{			
			background-color: #57b577;
			background-image: none;
		}
		.ci_check .check_list .disabled{

		}
		.ci_check .check_list .recheck{

		}
		.ci_check .check_list .checked .check_icon{
			background-image: url(../img/check_icon_checked.png);
		}		
		.ci_check .check_list .checked .check_btn{
			filter: grayscale(100%);
			filter: gray;
		}
		.ci_check .ci_btns{
			margin: 0 auto;
			-webkit-perspective: 200px;
  			perspective: 200px;
		}
		.ci_check .coupon_btn{
			width: 660px;
			height: 160px;
			text-indent: -9999em;
			overflow: hidden;
			background-image: url(../img/coupon_btn.png);
			transition: all ease 0.5s;
		}
		.ci_check .coupon_btn:hover{
			transform: scale(1.05) rotateY(-2deg);
		}

		.ci_pay{
			margin: 0 0 70px;

		}
		.ci_pay .ci_text em{
			font-style: normal;
			color: #e90000;
		}
		.ci_pay .ci_btns{
			margin: 0;
			-webkit-perspective: 200px;
  			perspective: 200px;
		}
		.ci_pay .pay_btn{
			width: 326px;
			height: 95px;
			line-height: 95px;
			font-size: 40px;
			font-weight: bold;
			background-image: url(../img/pay_btn.png);
			transition: all ease 0.5s;
			color: #e00e00;
		}
		.ci_pay .pay_btn:hover{
			transform: scale(1.05) rotateY(-5deg);
		}
		.ci_pay .ci_text{
			width: 600px;
			margin:0 auto;
			text-align: center;
			color: #552b03;
			font-size: 16px;
			line-height: 30px;
			margin-bottom: 150px;
		}
		.ci_pay .ci_tip{
			height: 18px;
			line-height: 18px;
			font-size: 14px;
			color: #666;
			margin-bottom: 0;
		}
		.ci_recharge{
			margin: 0 20px;
			text-align: center;
		}
		.ci_recharge .check_wrap{
			position: relative;
			display: inline-block;
			vertical-align: top;
			width: 500px;
			margin: 0 20px 240px;
			padding: 10px;
			border: 0 solid #fff;
			border-top-left-radius: 20px;
			border-top-right-radius: 20px;
			background-color: transparent;
			background-image: url(../img/check_wrap_bg.png);
			background-position: left top;
		}
		.ci_recharge .check_wrap .check_wrap_top{
			border: 2px solid #f39d66;
			border-radius: 20px 20px 0 0;
		}
		
		.ci_recharge .check_wrap:after{
			display: block;
			content: "";
			position:absolute;
			height: 100%;
			width: 19px;
			right: -19px;
			top: 0;
			background-image: url(../img/shadow.png);
			background-position: left bottom;
			background-repeat: no-repeat;
		}
		.ci_recharge .check_wrap:before{
			display: block;
			content: "";
			position:absolute;
			height:40px;
			width: 67px;
			left: 50%;
			bottom: 0px;
			margin-left: -33px;
			background-image: url(../img/check_wrap_b_bg.png);
			background-position: left bottom;
			background-repeat: no-repeat;
		}			
		.ci_recharge .check_title{
			position: relative;
			padding: 35px 0 20px;
			background-color: transparent;
			text-align: center;
			color: #95150c;
		}
		.ci_recharge .check_title:before{
			content: "";
			position: absolute;
			top: -30px;
			left: 50%;
			display: block;
			width: 410px;
			height: 54px;
			margin: 0 0 0 -205px;
			background-image: url(../img/recharge_title.png);
			background-position: center top;
			background-repeat: no-repeat;
		}
		.ci_recharge .check_title em{
			display: block;
			height: 48px;
			line-height: 48px;
			font-size: 32px;
			font-style: normal;
			color: #cb1306;
		}
		.ci_recharge .check_title span{
			display: block;
			height: 32px;
			line-height: 32px;
			font-size: 16px;
		}
		.ci_recharge .check_list{
			background-color: transparent;
			padding:20px 0 0;
			background-color: transparent;
			background-image: url(../img/check_list_bg.png);
			background-position: left top;
		}
		.ci_recharge .check_item{
			position: relative;
			display: inline-block;
			vertical-align: top;
			width: 125px;
			margin: 0 10px 20px;
			transition: all ease 1s;
		}
		.ci_recharge .check_link{
			display: block;
			width: 100%;
		}
		.ci_recharge .check_icon{
			display: block;
			width: 125px;
			height: 88px;
			padding: 42px 0 0;
			margin: 0 auto 10px;
			background-image: url(../img/recharge_icon.png);
			transition: all ease 1s;
		}
		.ci_recharge .check_name{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 42px;
			line-height: 42px;
			font-size: 24px;
			color: #fff;
		}
		.ci_recharge .check_btn{
			display: block;
			width: 125px;
			height: 32px;
			margin: 0 auto;
			line-height: 32px;
			font-size: 18px;
			color: #fff;
			font-style: normal;
			background-image: linear-gradient(to left,#f01f0c 0%,#fc5f02 100%);
			background-color: #ffc000;
			border-radius: 16px;
			transition: all ease 1s;
		}		
		.ci_recharge .check_item:hover .check_btn{			
			background-image: linear-gradient(to left,#ff694b 0%,#ffc000 100%);
		}
		.ci_recharge .check_tip{
			height: 48px;
			line-height: 48px;
			padding-bottom: 30px;
			background-color: transparent;
			background-color: transparent;
			background-image: url(../img/check_list_bg.png);
			background-position: left top;
		}
		.ci_recharge .check_btns{
			position: absolute;
			bottom: -240px;
			left: 0;
			width: 100%;
			height: 240px;			
			-webkit-perspective: 200px;
  			perspective: 200px;
		}
		.ci_recharge .check_btns a{
			display: inline-block;
			vertical-align: top;
			width: 376px;
			height: 158px;
			margin: 20px auto;
			text-indent: -9999em;
			overflow: hidden;
			transition: all ease 0.5s;
		}		
		.ci_recharge .check_wrap_1 .check_btns a{
			background-image: url(../img/coupon_btn_1.png);
		}
		.ci_recharge .check_wrap_2 .check_btns a{
			background-image: url(../img/coupon_btn_2.png);
		}
		.ci_recharge .check_wrap_3 .check_btns a{
			background-image: url(../img/coupon_btn_3.png);
		}
		.ci_recharge .check_wrap_4 .check_btns a{
			background-image: url(../img/coupon_btn_4.png);
		}
		.ci_recharge .check_list .checked .check_icon{
			background-image: url(../img/recharge_icon_checked.png);
		}
		.ci_recharge .check_btns a:hover{
			transform: scale(1.05) rotateY(-5deg);
		}
		.ci_recharge .check_list .checked .check_btn{
			background-image: linear-gradient(to left,#ff694b 0%,#ffc000 100%);
		}
		.ci_recharge .check_list .recheck .check_name:before{
			content: "";
			position: absolute;
			top: -15px;
			right: -15px;
			display: block;
			width: 33px;
			height: 33px;
			background-image: url(../img/recharge_dec.png);
		}



		.ci_intro{
			margin: 0;
			padding: 52px 0 100px;
		}
		.ci_intro .ci_bg{
			background-color: #c45f40;
			border-top:5px solid #af4728;
		}
		.ci_intro .ci_cont{

		}
		.ci_intro .ci_text{
			color: #fff2df;
		}
		.ci_intro .ci_tip{
			color: #fff2df;
		}
		.ci_intro .ci_text em{
			font-style: normal;
			font-size: 16px;
			color: #fff2df;
			margin: 0 0 0 32px;
		}
		.ci_intro .ci_rule{
			margin: 0 50px;
		}		
		.ci_intro .ci_rule em{
			color: #f2e471;
			margin: 0;
			font-size: 16px;
		}	

		.sider{
			margin: -250px 0 0;
		}
		.sider_list{
			padding: 15px 0 6px;
			width: 158px;
			height: 334px;
			background-image: url(../img/sider_bg.png);
		}
		.sider_item{
			display: block;
			width: 142px;
			height: 42px;
			font-size: 20px;
			line-height: 42px;
			margin: 0 auto;
			border-top: 1px solid transparent;
			border-bottom: 1px solid #f4be9c;
			background-image: none;
		}
		.sider_item:first-child{			
			border-top: 1px solid transparent;
		}
		.sider_item:last-child{
			height: 70px;
			text-indent: -9999em;
			overflow: hidden;
			border: 0 none;
		}
		.sider_btn:hover{
			color: #f95b2b;
		}		

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

@keyframes ciBtnAnim {
  from {
   	background-position: 0 bottom;
  }
  to {
    background-position: -480px bottom;
  }
}