/* made in vikasp 2425624227@qq.com */
@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, 
legend, input, button, textarea, p, blockquote, th, td,a { margin: 0; padding: 0;font-weight: normal; }
fieldset, img { border: 0; }
/* remember to define focus styles! */
:focus { outline: 0; }
address, caption, cite, code, dfn, th, var, optgroup { font-style: normal; font-weight: normal; }
abbr, acronym { border: 0; font-variant: normal; }
input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }
code, kbd, samp, tt { font-size: 100%; }
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
* html input, button, textarea, select { font-size: 100%; }
*+html input, button, textarea, select { font-size: 100%; }
/* tables still need 'cellspacing="0"' in the markup */
caption, th { text-align: left; }
sup, sub { font-size: 100%; vertical-align: baseline; }
/* remember to highlight anchors and inserts somehow! */
:link, :visited, ins { text-decoration: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
html, body { font-family: "Segoe UI", "微软雅黑", "Microsoft Yahei", "Helvetica Neue", "Helvetica", "Arial", 
sans-serif; color: #333; font-size: 14px; line-height: 1.6; }
*{padding: 0px;margin: 0px;}
i { font-style: normal; }
li { list-style: none; }
label { font-weight: normal; }
a { color: #333; }
a:hover { color: #333; text-decoration: none; }
.clearr { clear: both; }
i { font-style: normal; }
li { list-style: none; }
a:hover, a:active, a:visited, a:focus { text-decoration: none; }
/* css */
#vikasp{
	width: 100%;
	margin: 0px auto;
	overflow:hidden;
	background: #f2f2f2;
	position: relative;
}

/* 公用 */
.cp_tita{
	
	display: flex;
	justify-content: center;
	align-items: center;
	height: 35px;
}
.cp_tita a{
	background: #000;
	flex: 0 1 33.33%;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	border-right: 1px #fff solid;
	box-sizing: border-box;
	height: 35px;
	transition: all ease-in-out .5s;
	line-height: 35px;

}
.cp_tita a.active{
	background: #fff;
	color: #000;
}
.cp_tita a:hover{
	background: #fff;
	color: #000;
}
.cp_tita a:nth-child(4){
	border-right: none;
}
.cp_tit_hy{
	padding: 3px 0px;
	text-align: center;
	background: #000;
	border-bottom: 1px #fff solid;
	color: #fff;
}
/* 注册 */
#vik_reg {
    height: 100%;
    width: 100%;
	margin: 0px auto;
    overflow: hidden;
    position: relative;
	background: #fff;
}
#reg{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	top: 0px;
	left: 0px;
}
.reg_bd{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.reg_box{
	width: 100%;
	background: #fff;
	padding: 3%;
	box-sizing: border-box;

}
.reg_tit{
	margin-bottom: 25px;
	padding-bottom: 8px;
	position: relative;
	text-align: center;
}
.reg_titl{
	font-size: 25px;
	font-weight: bold;
}
.reg_titr{
	position: absolute;
	top: 10px;
	right: 5px;
	width: 40px;
	cursor: pointer;
}
.reg_titr i{
	font-size: 20px;
	font-weight: bold;
}
.reg_item_u{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
.reg_item_ul{
	padding: 5px 8px;
	height: 35px;
	box-sizing: border-box;
	border: 1px #f1f1f1 solid;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.reg_item_ul i{
	font-size: 20px;
	color: #999;
}
.reg_item_ur input{
	width: 150px;
	height: 35px;
	border: 1px #f1f1f1 solid;
	border-left: none;
	box-sizing: border-box;
	padding-left: 15px;
}

.reg_item_p{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
.reg_item_pl{
	padding: 5px 8px;
	height: 35px;
	box-sizing: border-box;
	border: 1px #f1f1f1 solid;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.reg_item_pl i{
	font-size: 20px;
	color: #999;
}
.reg_item_pr input{
	width: 150px;
	height: 35px;
	border: 1px #f1f1f1 solid;
	border-left: none;
	box-sizing: border-box;
	padding-left: 15px;
}
.go_login{
	text-align: center;
	font-size: 16px;
	color: #999;
	margin-bottom: 20px;
	cursor: pointer;
}
.go_login a{
	color: #999;
}
.reg_bt{
	display: flex;
	justify-content: center;
	align-items: center;
}
.reg_bt_reg{
	padding: 4px 10px;
	background: #000;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	margin-right: 10px;
}
.reg_bt_home{
	padding: 4px 10px;
	background: #000;
	border-radius: 4px;
	text-align: center;
	color: #fff;
}
.reg_bt_home a{
	color: #fff;
}
/* 登录 */
#vik_login {
    height: 100%;
    width: 100%;
	margin: 0px auto;
    overflow: hidden;
    position: relative;
	background: #fff;
}
#login{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	top: 0px;
	left: 0px;
}
.login_bd{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.login_box{
	width: 100%;
	background: #fff;
	padding: 3%;
	box-sizing: border-box;

}
.login_tit{
	margin-bottom: 25px;
	padding-bottom: 8px;
	position: relative;
	text-align: center;
}
.login_titl{
	font-size: 25px;
	font-weight: bold;
}
.login_titr{
	position: absolute;
	top: 10px;
	right: 5px;
	width: 40px;
	cursor: pointer;
}
.login_titr i{
	font-size: 20px;
	font-weight: bold;
}
.login_item_u{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
.login_item_ul{
	padding: 5px 8px;
	height: 35px;
	box-sizing: border-box;
	border: 1px #f1f1f1 solid;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.login_item_ul i{
	font-size: 20px;
	color: #999;
}
.login_item_ur input{
	width: 150px;
	height: 35px;
	border: 1px #f1f1f1 solid;
	border-left: none;
	box-sizing: border-box;
	padding-left: 15px;
}

.login_item_p{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
.login_item_pl{
	padding: 5px 8px;
	height: 35px;
	box-sizing: border-box;
	border: 1px #f1f1f1 solid;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.login_item_pl i{
	font-size: 20px;
	color: #999;
}
.login_item_pr input{
	width: 150px;
	height: 35px;
	border: 1px #f1f1f1 solid;
	border-left: none;
	box-sizing: border-box;
	padding-left: 15px;
}
.go_reg{
	text-align: center;
	font-size: 16px;
	color: #999;
	margin-bottom: 20px;
	cursor: pointer;
}
.go_reg a{
	color: #999;
}
.login_bt{
	display: flex;
	justify-content: center;
	align-items: center;
}
.login_bt_login{
	padding: 4px 10px;
	background: #000;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	margin-right: 10px;
}
.login_bt_home{
	padding: 4px 10px;
	background: #000;
	border-radius: 4px;
	text-align: center;
	color: #fff;
}
.login_bt_home a{
	color: #fff;
}
/* 支付 */
#zhifu{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	top: 0px;
	left: 0px;
	display: none;
}
.zhifu_bd{
	background: rgba(0, 0, 0, .3);
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.zhifu_box{
	width: 310px;
	background: #fff;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;

}
.zhifu_tit{
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom: 1px #f1f1f1 dashed;
	position: relative;
	text-align: center;
}
.zhifu_titl{
	font-size: 25px;
	font-weight: bold;
}
.zhifu_titr{
	position: absolute;
	top: 10px;
	right: 5px;
	width: 40px;
	cursor: pointer;
}
.zhifu_titr i{
	font-size: 20px;
	font-weight: bold;
}

.zhifu_bt{
	width: 150px;
	height: 35px;
	background: #000;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-radius: 4px;
	margin: 10px auto 0px;
	line-height: 35px;
}
.zhifu_tip{
	padding: 0px 10px 5px;
	margin-bottom: 15px;
}
.zhifu_tip span{
	color: #f00;
}
.zhifu_item{
	border: 1px #eee solid;
	padding: 15px;
	border-radius: 5px;
}
.zhifu_iteml{
	text-align: center;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px #f1f1f1 dashed;
	font-size: 20px;
	font-weight: bold;
}
.zhifu_itemra{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px #f1f1f1 dashed;
}
.zhifu_itemras{
	display: flex;
	justify-content: center;
	align-items: center;
}
.zhifu_itemras label{
	flex: 0 1 33.33%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.zhifu_itemras label input{
	margin-right: 4px;
}
.zhifu_itemrb{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px #f1f1f1 dashed;
}
.zhifu_itemrbs{
	display: flex;
	justify-content: center;
	align-items: center;
}
.zhifu_itemrbs label{
	flex: 0 1 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.zhifu_itemrbs label input{
	margin-right: 4px;
}
/* 基础版 */
.vik_bd_jc{
	background: url(../cp_jc.png) top center no-repeat;
	background-size: cover;
	height: 1080px;
}

.vik_box_jc{
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	padding-top: 37px;
}
.vik_jca{
	font-size: 21px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
}
.vik_jcb{
	width: 450px;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 5px;
	margin: 0px auto;
	background: rgba(0, 0, 0, 0.18);
	margin-top: 25px;
}

.vik_jcb_ita{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}
.vik_jcb_ital{
	margin-right: 10px;
	font-size: 18px;
	color: #fff;
}
.vik_jcb_itar{
	flex: 0 1 230px;
}
.vik_jcb_itad{
	padding: 5px 5px;
	box-sizing: border-box;
	/* background: #EF1721; */
	color: #FFD700;
	border-radius: 4px;
	margin-left: 10px;
	cursor: pointer;;

}
.vik_jcb_itar input{
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	height: 34px;
	border: 1px #fff solid;
	padding: 5px 10px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 20px;
	text-shadow: 1px 1px 1px #FFD700;
	text-align: center;
	box-shadow: 1px 1px 3px #FFD700;
}


.vik_jcb_itar input::-webkit-input-placeholder {
	color: #fff;
	font-size: 20px;
  }
  
  .vik_jcb_itar input:-moz-placeholder {
	color: #fff;
	font-size: 20px;
  }
  
  .vik_jcb_itar input::-moz-placeholder {
	color: #fff;
	font-size: 20px;
  }
  
  .vik_jcb_itar input:-ms-input-placeholder {
	color: #fff;
	font-size: 20px;
  }

.vik_jcb_itb{
	width: 120px;
	cursor: pointer;
	box-sizing: border-box;
	background: #EF1721;
	border: 2px solid #FFD700;
	text-shadow: 1px 1px 1px #000;
	text-align: center;
	font-size: 16px;
	margin: 0px auto 15px;
	color: #FFD700;
	border-radius: 5px;
	letter-spacing: 2px;
}

.vik_jcb_itc{
	box-sizing: border-box;
	/* background: #EF1721; */
	/* border: 6px solid #FFD700; */
	text-shadow: 1px 1px 3px #ffd700;;
	text-align: center;
	font-size: 24px;
	margin: 0px auto 15px;
	color: #fff;
	border-radius: 5px;
	letter-spacing: 2px;
}
.vik_jcb_itc .vik_jcb_itc_n{
	color: #EF1721;
	font-weight: bold;
}
/* 六合彩版 */
.vik_bd_lhc{
	background: url(../cp_lhc.png) top center no-repeat;
	background-size: cover;
	height: 1080px;
}

.vik_box_lhc{
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	padding-top: 37px;
}
.vik_lhca{
	font-size: 21px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
}
.vik_lhcb{
	width: 450px;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 5px;
	margin: 0px auto;
	background: rgba(0, 0, 0, 0.18);
	margin-top: 25px;
}

.vik_lhcb_ita{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.vik_lhcb_ital{
	margin-right: 10px;
	font-size: 20px;
	color: #fff;
}
.vik_lhcb_itar{
	flex: 0 1 230px;
}
.vik_lhcb_itad{
	padding: 5px 5px;
	box-sizing: border-box;
	/* background: #EF1721; */
	color: #FFD700;
	border-radius: 4px;
	margin-left: 10px;
	cursor: pointer;;

}
.vik_lhcb_itar input{
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	height: 34px;
	border: 1px #fff solid;
	padding: 5px 10px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 20px;
	text-shadow: 1px 1px 1px #FFD700;
	text-align: center;
	box-shadow: 1px 1px 3px #FFD700;
}


.vik_lhcb_itar input::-webkit-input-placeholder {
	color: #fff;
	font-size: 20px;
  }
  
  .vik_lhcb_itar input:-moz-placeholder {
	color: #fff;
	font-size: 20px;
  }
  
  .vik_lhcb_itar input::-moz-placeholder {
	color: #fff;
	font-size: 20px;
  }
  
  .vik_lhcb_itar input:-ms-input-placeholder {
	color: #fff;
	font-size: 20px;
  }

.vik_lhcb_itb{
	width: 120px;
	cursor: pointer;
	box-sizing: border-box;
	background: #EF1721;
	border: 2px solid #FFD700;
	text-shadow: 1px 1px 1px #000;
	text-align: center;
	font-size: 16px;
	margin: 0px auto 15px;
	color: #FFD700;
	border-radius: 5px;
	letter-spacing: 2px;
}
.bz_tip{
	font-size: 12px;
	text-align: center;
	margin: 5px auto 20px;
	color: #fff;
}
.vik_lhcb_itc{
	box-sizing: border-box;
	/* background: #EF1721; */
	/* border: 6px solid #FFD700; */
	text-shadow: 1px 1px 3px #ffd700;;
	text-align: center;
	font-size: 24px;
	margin: 0px auto 15px;
	color: #fff;
	border-radius: 5px;
	letter-spacing: 2px;
}
.vik_lhcb_itc .vik_lhcb_itc_n{
	color: #EF1721;
	font-weight: bold;
}
.vik_lhc_qiu_tq{
	width: 30px;
    height: 30px;
    margin-right: 10px;
	border-radius: 100%;
    background: #fff;
    border: 2px solid #F54646;
    color: #F54646;
	font-size: 18px;
    font-weight: bold;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.vik_lhc_qiu_tqx {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
	color: #fff;
	margin: 0px 7px;
}
.vik_lhc_qiu_tq img{
	max-width: 100%;
}
.new_vik_lhc_qiu_tq{
	width: 30px;
    height: 30px;
    margin-right: 10px;
	border-radius: 100%;
    background: #fff;
    border: 2px solid #F54646;
    color: #F54646;
	font-size: 18px;
    font-weight: bold;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.new_vik_lhc_qiu_tq img{
	max-width: 100%;
}
.vik_lhc_qiu_tq:nth-child(6){
	margin-right: 0px;
}
.new_vik_lhc_qiu_tq:nth-child(6){
	margin-right: 0px;
}
.vik_lhc_qiu_fq:nth-child(6){
	margin-right: 0px;
}
.new_vik_lhc_qiu_fq:nth-child(6){
	margin-right: 0px;
}

.vik_lhc_qiu_tq:nth-child(7){
	margin-right: 0px;
}
.new_vik_lhc_qiu_tq:nth-child(7){
	margin-right: 0px;
}
.vik_lhc_qiu_fq:nth-child(7){
	margin-right: 0px;
}
.new_vik_lhc_qiu_fq:nth-child(7){
	margin-right: 0px;
}

.vik_lhc_qiu_fq{
	width: 30px;
    height: 30px;
    margin-right: 10px;
	border-radius: 100%;
    background: #fff;
    border: 2px solid #F54646;
    color: #F54646;
	font-size: 18px;
    font-weight: bold;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.vik_lhc_qiu_fqx {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
	color: #fff;
	border-radius: 100%;
    background: #fff;
    border: 2px solid #F54646;
    color: #F54646;
	font-size: 18px;
    font-weight: bold;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.vik_lhc_qiu_fq img{
	max-width: 100%;
}
.new_vik_lhc_qiu_fq{
	width: 30px;
    height: 30px;
    margin-right: 10px;
	border-radius: 100%;
    background: #fff;
    border: 2px solid #F54646;
    color: #F54646;
	font-size: 18px;
    font-weight: bold;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.new_vik_lhc_qiu_fq img{
	max-width: 100%;
}
.vikasp_qiu_t h6{
	color: #fff;
}
.vikasp_qiu_f h6{
	color: #fff;
}

.new_vikasp_qiu_t h6{
	color: #fff;
}
.new_vikasp_qiu_f h6{
	color: #fff;
}

/* 生辰版 */
.vik_bd_sc{
	background: url(../cp_sc.png) top center no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
}

.vik_box_sc{
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	padding-top: 57px;
}
.vik_sc{
	margin-bottom: 5px;
}
#time{
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-shadow: 2px 2px 2px #000;
	letter-spacing: 2px;
	margin-top: 20px;
}
.vik_sc h6{
	font-size: 23px;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
}
.vik_sc h6 span{
	font-weight: bold;
	color: #f00;
}

.vik_sc h6.vik_scs{
	display: flex;
	justify-content: center;
	align-items: center;
}
.vik_sc h6 img{
	margin-right: 5px;;
}

.vikasp_qiu_t{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 8px;
}
.vikasp_qiu_t h6{
	font-size: 26px;
	margin-right: 10px;
}

.vikasp_qiu_tq{
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 100%;
	background: #fff;
	border: 2px solid #F54646;
	color: #F54646;
	font-size: 18px;
	font-weight: bold;
	margin-right: 15px;
}
/* #33A6FF */
.vikasp_qiu_tqs{
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 100%;
	background: #fff;
	border:2px solid #F54646;
	color: #F54646;
	font-size: 18px;
	font-weight: bold;
	margin-right: 15px;
}


.vikasp_qiu_f{
	display: flex;
	justify-content: center;
	align-items: center;
}
.vikasp_qiu_f h6{
	font-size: 26px;
	margin-right: 10px;
}

.vikasp_qiu_fq{
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 100%;
	background: #fff;
	border: 2px solid #F54646;
	color: #F54646;
	font-size: 18px;
	font-weight: bold;
	margin-right: 15px;
}

.vikasp_qiu_fqs{
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 100%;
	background: #fff;
	border:2px solid #F54646;
	color: #F54646;
	font-size: 18px;
	font-weight: bold;
	margin-right: 15px;
}
/* 新 */
.new_vikasp_qiu{
	display: none;
}
.new_vikasp_qiu_t{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 8px;
}
.new_vikasp_qiu_t h6{
	font-size: 26px;
	margin-right: 10px;
}

.new_vikasp_qiu_tq{
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 100%;
	background: #fff;
	border: 2px solid #F54646;
	color: #F54646;
	font-size: 18px;
	font-weight: bold;
	margin-right: 15px;
}

.new_vikasp_qiu_tqs{
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 100%;
	background: #fff;
	border:2px solid #F54646;
	color: #F54646;
	font-size: 18px;
	font-weight: bold;
	margin-right: 15px;
}


.new_vikasp_qiu_f{
	display: flex;
	justify-content: center;
	align-items: center;
}
.new_vikasp_qiu_f h6{
	font-size: 26px;
	margin-right: 10px;
}

.new_vikasp_qiu_fq{
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 100%;
	background: #fff;
	border: 2px solid #F54646;
	color: #F54646;
	font-size: 18px;
	font-weight: bold;
	margin-right: 15px;
}

.new_vikasp_qiu_fqs{
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 100%;
	background: #fff;
	border:2px solid #F54646;
	color: #F54646;
	font-size: 18px;
	font-weight: bold;
	margin-right: 15px;
}



.vik_sc h4 {
    font-size: 35px;
    color: #fff;
    text-align: center;
  
    letter-spacing: 1px;
}

.vik_sc h5 {
    font-size: 27px;
    color: #fff;
    text-align: center;

    letter-spacing: 1px;
}

.bz_input{
	width: 420px;
	margin: 10px auto;
	height: 40px;
	box-sizing: border-box;
}

.bz_input_bd{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
}
.bz_inputl{
	height: 40px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 5px;
	color: #666;
	padding: 0px 8px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
}
.bz_inputl  span{
	margin-right: 10px;
	color: #999;
}
.bz_inputl input{
	width: 70px;
	text-align: center;
	background: none;
	border: none;
	height: 40px;
	line-height: 40px;
	color: #666;
	font-size: 18px;
	font-weight: bold;
}
.bz_inputr{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
}
#qd{
	margin-left: 5px;
	margin-right: 5px;
}
#qd,#qx{
	border: 1px #fff solid;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
	font-size: 14px;
	color: #fff;
}

.bz_box{
	width: 420px;
	margin: 10px auto;
	box-sizing: border-box;
}

.bz_bd{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	border: 1px solid #fff;
	
	box-sizing: border-box;
}
.bz_bda{
	border-bottom: 1px solid #fff;
}
.bz_bda,.bz_bdb{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #fff;
}

.bz_bdal,.bz_bdar{
	width: 50%;
	text-align: center;
	padding: 10px 5px;
	font-size: 16px;
	font-weight: bold;
}
.bz_bdal{
	border-right: 1px #fff solid;
}

.bz_bdbx{
	width: 33.33%;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
}
.bz_bdba,.bz_bdbb{
	border-right: 1px #fff solid;
}


.bz_js{
	font-size: 40px;
	text-align: center;
	margin: 15px auto;
	color: #fff;
}

.bz_bdc{
	width: 100%;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	text-align: center;
	color: #fff;
}
.vikasp_qiu_tqs:last-child{
	margin-right: 0px;
}
.vikasp_qiu_fqs{
	margin-right: 0px;
}
.new_vikasp_qiu_tqs:last-child{
	margin-right: 0px;
}
.new_vikasp_qiu_fqs{
	margin-right: 0px;
}

/* 新 */
#nlogin{
	height: 100%;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
	background: url(../log_reg.png) top center no-repeat;
    background-size: cover;
}
.nlogin{
	margin-top: 50px;
}
.nlogin_titi{
	color: #fff;
	text-align: center;
	font-size: 25px;
	letter-spacing: 3px;
}
.nlogin_bd{
	width: 60%;
	margin: 10px auto 0px;
}

.nlogin_bd_top{
	width: 80%;
	margin: 0px auto 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 35px;
	border-radius: 25px;
	background: rgba(0, 0, 0, .3);
	line-height: 35px;
	
}

.nlogin_bd_top a{
	width: 50%;
	height: 100%;
	border-radius: 25px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
	transition: all ease-in-out .5s;
}

.nlogin_bd_top a.active{
	background: #fff;
	color: #000;
}

.nlogin_bd_top a:hover{
	background: #fff;
	color: #000;
}

.nlogin_boxs{
	background: #fff;
	border-radius: 10px;
	padding: 20px 15px;
	box-sizing: border-box;
}
.nlogin_boxt{
	width: 80%;
	margin: 20px auto;
	height: 35px;
	border-radius: 25px;
	background-image: linear-gradient( 135deg, #F3D062 10%, #EDB75D 100%);
	line-height: 35px;
	color: #fff;
	text-align: center;
	font-size: 18px;
}
.nlogin_box_item{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.nlogin_box_item:nth-child(1){
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px #f1f1f1 solid;
}
.nlogin_box_item input{
	border: none;
	width: 100%;
	padding: 8px 0px;
}
.nlogin_box_iteml{
	color: #999;
	margin-right: 15px;
	width: 20px;
}
.nlogin_box_itemr{
	flex: 1;
}
input::-webkit-input-placeholder{   /* 使用webkit内核的浏览器 */
	color: #999;
}
input:-moz-placeholder{    /* Firefox版本4-18 */
	color: #999;
}              
input::-moz-placeholder{    /* Firefox版本19+ */
	color: #999;
}              
input:-ms-input-placeholder{   /* IE浏览器 */
	color: #999;
} 

.nlogin_txt{
	color: #fff;
}


/* xin */
.yyty{
	font-size: 16px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px #f1f1f1 dashed;
	
	
}

.yyty a{
	padding: 2px 20px;
	color: #000;
	border-radius: 5px;
	display: inline-block;
	background-image: linear-gradient( 135deg, #F3D062 10%, #EDB75D 100%);
	font-size: 20px;

}	
#pay_one{
	cursor: pointer;
}
/* yiyuan */
#zhifu_o{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	top: 0px;
	left: 0px;
	display: none;
}
.zhifu_o_bd{
	background: rgba(0, 0, 0, .3);
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.zhifu_o_box{
	width: 310px;
	background: #fff;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;

}
.zhifu_o_tit{
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom: 1px #f1f1f1 dashed;
	position: relative;
	text-align: center;
}
.zhifu_o_titl{
	font-size: 25px;
	font-weight: bold;
}
.zhifu_o_titr{
	position: absolute;
	top: 10px;
	right: 5px;
	width: 40px;
	cursor: pointer;
}
.zhifu_o_titr i{
	font-size: 20px;
	font-weight: bold;
}

.zhifu_o_bt{
	width: 150px;
	height: 35px;
	background: #000;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-radius: 4px;
	margin: 10px auto 0px;
	line-height: 35px;
}
.zhifu_o_tip{
	padding: 0px 10px 5px;
	margin-bottom: 15px;
}
.zhifu_o_tip span{
	color: #f00;
}
.zhifu_o_item{
	border: 1px #eee solid;
	padding: 15px;
	border-radius: 5px;
}
.zhifu_o_iteml{
	text-align: center;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px #f1f1f1 dashed;
	font-size: 20px;
	font-weight: bold;
}
.zhifu_o_itemra{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px #f1f1f1 dashed;
}
.zhifu_o_itemras{
	display: flex;
	justify-content: center;
	align-items: center;
}
.zhifu_o_itemras label{
	flex: 0 1 33.33%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.zhifu_o_itemras label input{
	margin-right: 4px;
}
.zhifu_o_itemrb{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px #f1f1f1 dashed;
}
.zhifu_o_itemrbs{
	display: flex;
	justify-content: center;
	align-items: center;
}
.zhifu_o_itemrbs label{
	flex: 0 1 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.zhifu_o_itemrbs label input{
	margin-right: 4px;
}

#pay_o{
	cursor: pointer;
}















































