@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: 233px;
			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: absolute;
			z-index: 81;
      top: 0;
      right: 10px;
      transition:top ease 0.5s;
		}
		.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: #0d033c;
			background-position: center top;
			background-repeat: no-repeat;
		}
		.h_cont a{
			background-color: #57c7f4;
			color: #fff;
			border: 1px solid #57c7f4;
		}
		.ci_title{
			color: #1a3800;
			background-image: url(../img/ci_title.png);
		}
		.ci_text{
			color: #fefefe;
		}
		.ci_tip{
			color: #fefefe;
		}
		.ci_rule{
			color: #fefefe;
		}
		.ci_rule span{
			color: #fefefe;
		}
		.ci_rule i{
			color: #fefefe;
		}
		.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: #909896;
		}
		.sider_btn{
			color: #1a3800;
		}	
	/*默认模块样式 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: 940px auto 0;
			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 100px;
		}
		.ci_time .ci_text{

		}
		.ci_time .ci_text:last-child{
			background-image: none;
		}

		.ci_check{
			margin: 0 0 20px;
		}
		.ci_check .ci_text em{
			font-style: normal;
			color: #fefefe;
		}
		.ci_check .check_wrap{
			margin: 0 auto 20px;
		}
		.ci_check .check_list{
			margin: 0 0 90px;
			padding: 0;
			list-style: none;
			text-align: center;
		}
		.ci_check .check_item{
			position: relative;
			display: inline-block;
      width: 228px;
      height: 245px;
			margin: 0 3px;
      padding: 81px 0 0;
      box-sizing: border-box;
      background-image: url('../img/check_icon_bg.png');
		}
		.ci_check .check_link{
			display: block;
			width: 100%;
			height: 100%;
		}
		.ci_check .check_icon{
      display: block;
      width: 111px;
      height: 105px;
      margin: 17px auto 5px;
      animation: shake-star 1s ease 0s infinite;
      -webkit-animation: shake-star 1s ease 0s infinite;
      transition: transform 2s ease 0s;
      -webkit-transition: transform 2s ease 0s;
      -moz-transition: transform 2s ease 0s;
      -ms-transition: transform 2s ease 0s;
      -o-transition: transform 2s ease 0s;
}
		.ci_check .check_icon:hover {
      transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
}
    
    @keyframes shake-star {
      from {
        background-image: url(../img/check_icon.png);
      }
      to {
        background-image: url(../img/check_icon_active.png);
      }
    }


		.ci_check .check_name{
			position: absolute;
			top: 0;
			display: block;
			width: 228px;
			height: 80px;
			line-height: 100px;
			font-size: 26px;
			color: #fff;
    }
    
		.ci_check .check_btn{
      position: absolute;
			display: block;
			width: 191px;
			height: 63px;
			margin: 0 auto;
			line-height: 63px;
			font-size: 18px;
			color: #6b02c9;
			font-style: normal;	
      transition: all ease 1s;
      bottom: -70px;
      left: 50%;
      margin-left: -95.5px;
      background-image: url('../img/check_btn.png');
      font-weight: 600;
		}	
		.ci_check .check_item:hover .check_btn{			
			background-image: url('../img/check_btn_active.png');
		}
		.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{
			background-image: url('../img/check_btn_active.png');
		}
		.ci_check .ci_btns{
			margin: 0 auto;
			-webkit-perspective: 200px;
  			perspective: 200px;
		}
		.ci_check .coupon_btn{
			width: 669px;
			height: 266px;
			text-indent: -9999em;
			overflow: hidden;
			background-image: url(../img/coupon_btn.png);
      transition: all ease 0.5s;
      margin-top: 20px;
		}
		.ci_check .coupon_btn:hover{
			transform: scale(1.05) rotateY(-2deg);
		}

		.ci_pay{
			margin: 0 0 20px;
		}
		.ci_pay .ci_text em{
			font-style: normal;
			color: #fefefe;
		}
		.ci_pay .ci_btns{
			margin: 0;
			-webkit-perspective: 200px;
  			perspective: 200px;
		}
		.ci_pay .pay_btn{
			width: 425px;
			height: 120px;
			line-height: 120px;
			font-size: 36px;
			font-weight: bold;
			background-image: url(../img/pay_btn.png);
      transition: all ease 0.5s;
      text-indent: -9999px;
      position: relative;
		}
		/* .ci_pay .pay_btn:hover{
			transform: scale(1.05) rotateY(-5deg);
			-webkit-transform: scale(1.05) rotateY(-5deg);
			-moz-transform: scale(1.05) rotateY(-5deg);
			-ms-transform: scale(1.05) rotateY(-5deg);
			-o-transform: scale(1.05) rotateY(-5deg);
} */
    
    .pay_btn .pay_btn_bg {
      background-image: url('../img/pay_btn_icon_2.png');
      width: 150px;
      height: 109px;
      position: absolute;
      left: -66px;
      bottom: -22px;
    }
    
    .pay_btn .pay_btn_icon {
      background-image: url('../img/pay_btn_icon_1.png');
      width: 148px;
      height: 98px;
      position: absolute;
      left: -66px;
      top:  -20px;
      transition: transform 0.5s ease 0s;
      -webkit-transition: transform 0.5s ease 0s;
      -moz-transition: transform 0.5s ease 0s;
      -ms-transition: transform 0.5s ease 0s;
      -o-transition: transform 0.5s ease 0s;
}

    .ci_pay .pay_btn:hover .pay_btn_icon {
      transform: rotate(-15deg);
      -webkit-transform: rotate(-15deg);
      -moz-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
      -o-transform: rotate(-15deg);
      transform-origin: 0% 100%;
}


		.ci_pay .ci_tip{
			height: 18px;
			line-height: 18px;
			font-size: 14px;
      color: #fff;
      margin-top: 10px;
		}

		.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 260px;
      background-image: url('../img/recharge_bg_c.png');
      padding: 50px 0 65px;
    }	
    .ci_recharge .check_wrap::before {
      content: '';
      height: 80px;
      width: 100%;
      display: inline-block;
      background-image: url('../img/recharge_bg_t.png');
      position: absolute;
      left: 0;
      top: 0;
    }
    .ci_recharge .check_wrap::after {
      content: '';
      height: 80px;
      width: 100%;
      display: inline-block;
      background-image: url('../img/recharge_bg_b.png');
      position: absolute;
      left: 0;
      bottom: 0;
    }



		.ci_recharge .check_title{
			position: relative;
			padding: 10px 0 30px;
			border-radius: 8px 8px 0 0;
			text-align: center;
			color: #ffffff;
		}
		.ci_recharge .check_title em{
			display: block;
			height: 48px;
			line-height: 48px;
			font-size: 32px;
			font-style: normal;
		}
		.ci_recharge .check_title span{
			display: block;
			height: 32px;
			line-height: 32px;
			font-size: 16px;
		}
		.ci_recharge .check_list{
		}
		.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: 91px;
			padding: 44px 0 0;
			margin: 0 auto 10px;
			background-image: url(../img/recharge_icon_bg.png);
      transition: all ease 1s;
      position: relative;
    }

    .ci_recharge .check_icon .check_gold {
      background-image: url('../img/check_gold.png');
      background-size: 100%;
      position: absolute;
    }

    .ci_recharge .recheck .check_icon  .check_gold {
      filter: grayscale(1);
      -webkit-filter: grayscale(1);
}


    .ci_recharge .check_icon .gold_1, .ci_recharge .check_icon .gold_3 {
      width: 52px;
      height: 51px;
      top: 64px;
      z-index: 5;
    }

    .ci_recharge .check_icon .gold_2 {
      width: 66px;
      height: 65px;
      top: 53px;
      left: 50%;
      margin-left: -33px;
      z-index: 6;
    }

    .ci_recharge .check_icon .gold_1 {
      left: 13px;
      display: none;
    }

    .ci_recharge .check_icon .gold_3 {
      right: 13px;
      display: none;
    }

    .ci_recharge .more_gold .gold_1,
    .ci_recharge .more_gold .gold_3 {
      display: block;
    }


		.ci_recharge .check_list .checked .check_icon .gold_2 {
			animation: shake-gold-main 2s ease 0s infinite;
			-webkit-animation: shake-gold-main 2s ease 0s infinite;
    }

		.ci_recharge .check_list .checked .check_icon .gold_1,
		.ci_recharge .check_list .checked .check_icon .gold_3 {
			animation: shake-gold-sub 2s ease 0s infinite;
			-webkit-animation: shake-gold-sub 2s ease 0s infinite;
}

    @keyframes shake-gold-main {
      0% {
        top: 53px;
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
      }
      25% {
        transform: rotateY(90deg);
        -webkit-transform: rotateY(90deg);
        -moz-transform: rotateY(90deg);
        -ms-transform: rotateY(90deg);
        -o-transform: rotateY(90deg);
      }
      50% {
        top: 30px;
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
      }
      75% {
        transform: rotateY(90deg);
        -webkit-transform: rotateY(90deg);
        -moz-transform: rotateY(90deg);
        -ms-transform: rotateY(90deg);
        -o-transform: rotateY(90deg);
      }
      100% {
        top: 53px;
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
      }
    }

    @keyframes shake-gold-sub {
      0% {
        top: 64px;
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
      }
      25% {
        transform: rotateY(90deg);
        -webkit-transform: rotateY(90deg);
        -moz-transform: rotateY(90deg);
        -ms-transform: rotateY(90deg);
        -o-transform: rotateY(90deg);
      }
      50% {
        top: 38px;
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
      }
      75% {
        transform: rotateY(90deg);
        -webkit-transform: rotateY(90deg);
        -moz-transform: rotateY(90deg);
        -ms-transform: rotateY(90deg);
        -o-transform: rotateY(90deg);
      }
      100% {
        top: 64px;
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
      }
    }

		.ci_recharge .check_name{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 34px;
			line-height: 34px;
			font-size: 20px;
      color: #fff;
      padding-top: 10px;
		}
		.ci_recharge .check_btn{
			display: block;
			width: 125px;
			height: 50px;
			margin: 0 auto;
			line-height: 53px;
			font-size: 18px;
			color: #6b02c9;
			font-style: normal;
			background-image: url('../img/recharge_btn.png');
      font-weight: 600;
			transition: all ease 1s;
		}		
		.ci_recharge .check_item:hover .check_btn{			
      background-image: url('../img/recharge_btn_active.png');
		}
		.ci_recharge .check_tip{
			height: 48px;
			line-height: 48px;
      border-radius: 0 0 8px 8px;
      color: #ffffff;
		}
		.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: 415px;
			height: 206px;
			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: url('../img/recharge_btn_active.png');
		}
		.ci_recharge .check_list .recheck .check_name:before{
			content: "";
			position: absolute;
      top: 5px;
      right: 4px;
			display: block;
			width: 40px;
			height: 32px;
      background-image: url(../img/recharge_dec.png);
      background-size: 100%;
		}



		.ci_intro{
			margin: 0;
			padding: 0 0 100px;
		}
		.ci_intro .ci_bg{

		}
		.ci_intro .ci_cont{

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

		.sider{
			margin: -250px 0 0;
		}
		.sider_list{
			padding: 29px 0 6px;
			width: 194px;
			height: 335px;
      background-image: url(../img/sider_bg.png);
      box-sizing: border-box;
		}
		.sider_item{
			display: block;
			width: 116px;
			height: 36px;
			font-size: 20px;
			line-height: 36px;
			margin: 0 auto;
			border-top: 1px solid transparent;
			border-bottom: 1px solid #fcbe42;
			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: #390e6d;
		}		

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

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