html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, p, blockquote, th, td, iframe, hr {
	margin: 0;
	padding: 0
}
body {
	font: 14px/1.6 Tahoma, "微软雅黑", "宋体"
}
fieldset, img {
	border: 0
}
address, caption, cite, dfn, em, th, var, i {
	font-style: normal;
	font-weight: 400
}
ol, ul {
	list-style: none
}
caption, th {
	text-align: left
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
button, input, select, textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle
}
button, input {
*overflow:visible;
	line-height: normal
}
button::-moz-focus-inner, input::-moz-focus-inner {
padding:0;
border:0
}
button, input[type=button], input[type=reset], input[type=submit] {
	cursor: pointer;
	-webkit-appearance: button
}
textarea {
	overflow: auto;
	vertical-align: top
}
em {
	color: #f60
}
a:link, a:visited {
	color: #0b5ba5;
	text-decoration: none;
	outline: 0
}
a:hover, a:active {
	color: #F60;
	text-decoration: underline;
	outline: 0
}

.cf:before, .cf:after {
	content: "";
	display: table
}
.cf:after {
	clear: both
}
.cf {
	zoom: 1
}

select, textarea, input[type=text], input[type=password], .uneditable-input {
	display: inline-block;
	height: 20px;
	padding: 9px 6px;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	font-family: Tahoma, "微软雅黑", "宋体"
}
input, textarea, .uneditable-input {
	width: 242px
}
input.disabled {
	cursor: not-allowed;
	background-color: #eee
}
input[type=radio][disabled], input[type=checkbox][disabled], input[type=radio][readonly], input[type=checkbox][readonly] {
	background-color: transparent
}
textarea, input[type=text], input[type=password], .uneditable-input {
	background-color: #fff;
	border: 1px solid #d4d4d4;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
textarea:focus, input:focus, .uneditable-input:focus {
	border-color: rgba(76,161,217,1);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)
}
input[type=radio]:focus, input[type=checkbox]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
input {
	_padding: 9px 6px;
	_border: 1px solid #D4D4D4
}
.input-min {
	width: 50px
}



.controls .help-normal-empty {
	height: 0;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0
}
.control-group.warning input {
	color: #e96440
}
.control-group.warning input {
	border-color: #e96440;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.control-group.warning input:focus {
	border-color: #a47e3c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #dbc59e;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #dbc59e;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #dbc59e
}
.controls.disabled .checkbox, .controls.disabled .radio {
	color: #afafaf;
	cursor: default
}
.controls.disabled input, .controls.disabled .btn {
	cursor: default;
	background: #F1F1F1;
	color: #afafaf;
	border: 1px solid #c5c5c5
}
.controls.disabled input:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
.form-title {
	padding: 10px;
	margin: 10px;
	border: 1px dotted #badcfe;
	background: #f6f9fe;
	margin-bottom: 15px;
	position: relative;
	z-index: 0
}
.form-title h4 {
	font-weight: 400;
	font-size: 16px;
	padding-left: 30px
}
.form-title em {
	color: #e96440;
	padding: 0 3px
}
.form-title strong {
	color: #618a18;
	font-weight: 400;
	padding: 0 5px
}
.form-title h5 {
	font-weight: 400;
	font-size: 14px;
	padding-left: 30px
}
.form-title h5 span {
	font-size: 12px;
	color: #666;
	margin-left: 5px
}
.form-title p {
	font-weight: 400;
	font-size: 12px;
	color: #666;
	padding-left: 30px
}
.form-title p span {
	font-size: 12px;
	color: #999;
	margin-left: 5px
}

.form-title .icon_wake {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(/Image/element.png) no-repeat -226px -16px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	_left: -10px
}
.form-horizontal .control-group {
	margin-bottom: 12px;
*zoom:1;
	font-size: 14px
}
.form-horizontal .control-label {
	float: left;
	width: 23%;
	margin-left: -12px;
	padding-right: 12px;
	padding-top: 6px;
	text-align: right
}
.form-horizontal .control-info {
	font-size: 12px
}
.form-horizontal .controls {
	margin-left: 23%
}
.controls .controls-option {
	font-size: 0
}

.controls .control-word {
	padding-top: 5px
}
.control-word .radio {
	margin-right: 15px
}
.control-word .checkbox {
	margin-right: 15px
}
.controls label {
	display: inline-block;
	_display: inline;
	zoom: 1
}
.title-primary {
	font-weight: 400;
	height: 27px;
	line-height: 27px;
	padding-top: 3px
}
.title-primary strong {
	font-size: 18px;
	margin-right: 10px
}
.title-primary em {
	font-size: 22px;
	margin-right: 5px;
	color: #F60
}
.title-primary .help-inline {
	padding-left: 10px
}

.help-block {
	display: none
}
.help-normal {
	display: block
}
.help-block, .help-normal {
	padding-top: 7px;
	color: #777;
	font-size: 12px
}
.help-block .icon-caret {
	margin-top: 14px;
	margin-left: 4px
}
.help-block em {
	margin: 0 3px
}
.help-block .icon-help, .help-inline .icon-help, .help-text .icon-help {
	margin-right: 5px
}
.help-text {
	color: #777;
	padding: 5px 0;
	font-size: 12px
}
.help-text img {
	vertical-align: -3px;
	margin-right: 3px
}
.form-horizontal .help-text a {
	margin-left: 15px
}
.form-horizontal .form-actions {
	margin-left: 23%;
	padding-top: 10px
}
.form-horizontal .form-actions .btn {
	margin-right: 10px
}
.form-horizontal .form-actions .layer-error {
	margin-bottom: 5px
}
.form-horizontal .form-actions .help-block, .form-horizontal .form-actions .help-normal {
	margin-bottom: 5px
}
.radio-box .icon-caret {
	margin-left: 5px
}

.user-append {
	position: relative;
	display: inline-block;
*display:inline
}
.user-append .dropdown {
	left: 0;
	width: 254px;
	top: 38px;
	_top: 36px;
	font-size: 0;
	padding: 0;
	border: 0;
	margin: 0;
	background-color: transparent
}
.input-append .help-text, .input-append .help-inline {
	vertical-align: bottom;
	padding-bottom: 10px;
	display: inline-block
}
.btn-primary, .btn-primary span, .btn-secondary, .btn-secondary span, .btn-primary, .btn-primary-small, .btn-primary-small span, .btn-secondary-small, .btn-secondary-small span, .btn-primary button {
	background: url(/images/btnbg.png);
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Tahoma, \5FAE\8F6F\96C5\9ED1, \5B8B\4F53;
	background-color: transparent
}
.btn-primary, .btn-secondary {
	height: 42px;
	box-shadow: 0 1px 2px rgba(100,100,100,.4);
	margin-right: 5px
}
.btn-primary span, .btn-secondary span {
	height: 42px;
	color: #fff;
	margin-left: 2px;
	display: inline-block;
	padding: 0 24px 0 22px;
	line-height: 42px;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 400;
	background-color: #376ba7
}

span.btn-primary {
	height: 42px;
	box-shadow: 0 1px 2px rgba(100,100,100,.4);
	display: inline-block;
	padding-left: 2px
}
.btn-primary {
	background-position: 0 0;
	_background-position: 0 1px;
	background-color: #3289c4
}
.btn-primary span {
	background-position: right 0;
	background-color: #3289c4
}
.btn-primary:hover {
	background-position: 0 -43px
}
.btn-primary:hover span {
	background-position: right -43px
}
.btn-primary:active span {
	background-position: right 0
}

button.disabled, button.disabled span, button.disabled:hover, button.disabled:hover span {
	background: #dbdbdb url(/images/btnbg.png) 0 -306px;
	color: #ababab;
	text-shadow: none;
	text-shadow: 0 1px 2px rgba(255,255,255,.8);
	box-shadow: 0 1px 2px rgba(255,255,255,.4)
}
button.disabled span {
	border: 0;
	position: relative
}
.btn-primary, .btn-secondary {
height: 42px;
box-shadow: 0 1px 2px rgba(100,100,100,.4);
margin-right: 5px;
}

.open {
*z-index:1000
}



.select-append {
	margin-right: 5px
}
.input-append, .user-append, .select-append, .input-prepend {
	display: inline-block;
* display:inline;
	_display: inline;
	vertical-align: top
}
.input-append, .input-prepend {
	font-size: 0;
	vertical-align: top
}
.input-append .btn, .input-prepend .btn, .select-append .btn {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
	font-size: 14px
}
.input-append input, .input-prepend input {
	margin-bottom: 0;
*margin-left:0;
	font-size: 14px;
	vertical-align: top
}
.input-append .btn {
	margin-right: -1px
}
.select-append .dropdown {
	left: 0;
	top: 38px;
	width: 256px;
*top:38px;
	_top: 36px
}
.input-append .dropdown {
}
.user-append .btn-group {
	margin-left: -1px;
*margin-left:-2px;
	_margin-top: 1px;
*margin-top:1px
}
.input-append .btn-group {
	margin-left: -1px;
*margin-left:-2px
}



.radio-box {
	display: inline-block;
	_display: inline;
	zoom: 1;
	font-size: 14px;
	_font-family: "宋体";
	padding: 0 10px;
	vertical-align: middle;
	margin-right: 9px;
	text-decoration: none;
	outline: 0;
	position: relative
}
.open .radio-box {
	border-bottom: 0;
	z-index: 20
}
.open a.radio-box:hover {
	color: #555;
	border-bottom: 0;
	padding: 10px 10px 0;
	height: 28px
}
.radio-box .icon-bookmark {
	position: absolute;
	top: -5px;
	right: -3px
}
.radio-box .icon-check {
	position: absolute;
	bottom: 0;
	right: 0;
	display: none
}
.input-append .radio-box {
	padding-top: 15px;
	height: 23px
}
.radio-box em {
	font-size: 12px;
	color: #aaa;
	padding-left: 3px
}
.radio-box em, .radio-box .icon-caret {
	_padding-right: 1px
}
.selected .radio-box .icon-check {
	display: block
}
.open .selected .radio-box .icon-check {
	display: none
}
a.radio-box:link, a.radio-box:visited {
	color: #555;
	background: #f5f5f5;
	border: 1px solid #cfcfcf;
	padding: 0 10px;
	padding-top: 8px;
	height: 30px;
	text-decoration: none
}
a.radio-box:hover {
	color: #608908;
	background: #fff;
	border: 2px solid #a5c85b;
	padding: 0 9px;
	text-decoration: none;
	padding-top: 7px;
	height: 29px
}
.selected a.radio-box:link, .selected a.radio-box:visited, .selected a.radio-box:active, .selected a.radio-box:hover {
	color: #608908;
	background: #fff;
	border: 2px solid #a5c85b;
	padding: 0 9px;
	padding-top: 7px;
	height: 29px;
	outline: 0
}
.open a.radio-box:link, .open a.radio-box:visited, .open a.radio-box:active, .open a.radio-box:hover {
	border: 2px solid #a5c85b;
	border-bottom: 0;
	background: #fff;
	padding: 0 9px;
	padding-top: 7px;
	height: 31px
}



input.selected {
	border: 2px solid #a5c85b;
	padding: 8px 6px
}


.icon-user, .icon-friends, .icon-chevron-down, .icon-load, .icon-help, .icon-radio, .icon-checkbox, .icon-check, .icon-question, .icon-louds {
	width: 16px;
	height: 16px;
	line-height: 16px;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	background: url(/Image/element.png) no-repeat
}
.btn-user i {
	position: relative;
	vertical-align: -3px
}


.icon-help {
	background-position: -48px -40px;
	position: relative;
	vertical-align: -3px
}


.icon-radio {
	position: relative;
	vertical-align: -2px;
	background-position: -48px -56px;
	margin-right: 5px
}
.selected .icon-radio {
	background-position: -64px -56px
}


.icon-check {
	background-position: -112px -72px
}




.icon-warn-g {
	background: url(/Image/element.png) no-repeat no-repeat -80px -41px;
	width: 18px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px
}
.icon-kf {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(/Image/qqkf.png) no-repeat;
	vertical-align: middle;
	margin-right: 3px
}

.ico_icbc, .ico_cmb, .ico_ccb, .ico_abc, .ico_boc, .ico_spdb, .ico_sdb, .ico_cib, .ico_bob, .ico_cebb, .ico_boco, .ico_cmbc, .ico_ecitic, .ico_gdb, .ico_pingan, .ico_post, .ico_union, .ico_jsb, .ico_srcb, .ico_hkb, .ico_nbcb, .ico_njcb, .ico_bosh, .ico_hxb {
	background: url(/Image/bank_ico.png) no-repeat;
	display: inline-block;
	height: 18px;
	_margin-top: 4px;
	margin-right: 3px;
	line-height: 999px;
	overflow: hidden;
	width: 18px;
	position: relative;
	vertical-align: -3px;
*vertical-align:0
}
.ico_icbc {
	background-position: 0 0
}
.ico_cmb {
	background-position: -18px 0
}
.ico_ccb {
	background-position: -36px 0
}
.ico_abc {
	background-position: -54px 0
}
.ico_boc {
	background-position: -72px 0
}
.ico_spdb {
	background-position: -54px -18px
}
.ico_sdb {
	background-position: -108px -18px
}
.ico_cib {
	background-position: 0 -18px
}
.ico_bob {
	background-position: -126px -18px
}
.ico_cebb {
	background-position: -90px 0
}
.ico_boco {
	background-position: -36px -18px
}
.ico_cmbc {
	background-position: -90px -18px
}
.ico_ecitic {
	background-position: -126px 0
}
.ico_gdb {
	background-position: -72px -18px
}
.ico_pingan {
	background-position: 0 -36px
}
.ico_post {
	background-position: -18px -18px
}




.wrapper {
	width: 100%;
	background: #fff
}



.login-user {
	color: #eaeaea
}

.title_index {
	background-position: 0 -27px;
	display: block;
	width: 55px;
	height: 27px
}
.title_pay {
	background-position: -55px -27px;
	display: block;
	width: 82px;
	height: 27px
}
.title_openby {
	background-position: -137px -27px;
	display: block;
	width: 82px;
	height: 27px
}
.title_paygame {
	background-position: -219px -27px;
	display: block;
	width: 82px;
	height: 27px
}
.title_acc {
	background-position: -301px -27px;
	display: block;
	width: 82px;
	height: 27px
}
a:hover .title_index, .current .title_index {
	background-position: 0 0;
	display: block;
	width: 55px;
	height: 27px
}
a:hover .title_pay, .current .title_pay {
	background-position: -55px 0;
	display: block;
	width: 82px;
	height: 27px
}
a:hover .title_openby, .current .title_openby {
	background-position: -137px 0;
	display: block;
	width: 82px;
	height: 27px
}
a:hover .title_paygame, .current .title_paygame {
	background-position: -219px 0;
	display: block;
	width: 82px;
	height: 27px
}
a:hover .title_acc, .current .title_acc {
	background-position: -301px 0;
	display: block;
	width: 82px;
	height: 27px
}
#footer {
	padding-bottom: 25px;
	padding-top: 22px
}
#footer p {
	text-align: center;
	line-height: 23px;
	color: #999;
	font-size: 12px
}
#footer a {
	font-size: 12px
}
#footer a:link {
	color: #999;
	text-decoration: none
}
#footer a:visited {
	color: #999;
	text-decoration: none
}
#footer a:hover {
	color: #0073aa;
	text-decoration: underline
}
#footer a:active {
	color: #999
}
.main {
	width: 990px;
	margin: 0 auto
}
.breadcrumb {
	line-height: 32px;
	color: #666;
	padding: 5px 0
}
.container {
	background: #fff;
	border: 1px solid #e5e5e5
}
.layout-sidebar {
	float: left;
	width: 230px
}
.layout-content {
	float: left;
	width: 750px
}


.mod-bank {
	padding-bottom: 10px;
	font: 12px/1.4 "微软雅黑", "宋体", Tahoma;
	color: #666
}
.mod-bank:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.mod-bank .bank-logo-wrap, .bank-empty {
	float: left;
	width: 120px;
	height: 30px;
	line-height: 30px;
	display: block;
	border: 1px solid #DDDEDE;
	margin: 0 -1px -1px 0;
	position: relative;
	z-index: 0;
	cursor: pointer
}
.mod-bank .bank-logo-wrap input {
	position: relative;
	left: auto;
	top: auto;
	vertical-align: -2px;
*vertical-align:-4px;
*top:-2px;
	margin: 0 8px;
	outline: 0
}
.mod-bank .bank-logo-wrap:hover, .mod-bank .selected {
	z-index: 3;
	border: 2px solid #A5C85B;
	margin: -1px -2px -2px -1px;
	background-color: #f4f8eb
}
.mod-bank .bank-logo-wrap:hover, .mod-bank .selected {
	border-width: 1px;
	margin: 0 -1px -1px 0
}
.mod-bank .icon-check {
	position: absolute;
	z-index: 5;
	right: 0;
	top: 14px;
	display: none
}
.mod-bank .icon-radio {
	margin-left: 8px;
	margin-right: 8px
}
.mod-bank .selected .icon-check {
	position: absolute;
	z-index: 5;
	right: 0;
	bottom: 0;
	display: block
}
.mod-bank .empty .bank-logo-wrap:hover {
	height: 30px;
	background: #fff;
	border: 1px solid #DDDEDE
}



.wrap-padding {
	padding: 10px
}



html {
	overflow-y: scroll
}
.column-pay {
	background: url(/images/layout-sidebar-bg.png) repeat-y #fff
}
.column-pay .layout-sidebar {
	width: 211px;
	padding-top: 10px;
	float: left
}
.column-pay .layout-content {
	width: 776px;
	min-height: 500px;
	background: #fff
}
.column-pay .about-info {
	font-size: 12px;
	color: #999;
	height: 140px
}
.column-pay .about-info ul li {
	line-height: 18px;
	margin-top: 3px;
	background: url(/images/li_square.png) no-repeat 0 10px;
	padding-left: 10px
}
.column-pay .wrap-padding {
	margin: 20px 0 50px;
	padding: 0
}
.layout-sidebar .wrap-padding {
	margin-top: 10px;
	padding: 10px;
	padding-top: 0
}
.pay-info {
	margin: 10px;
	text-align: center
}
.pay-info .bu-logo {
	clear: both;
	text-align: center;
	border-radius: 5px;
	padding-bottom: 5px;
	margin: 0;
	height: 50px;
	border-bottom: 1px solid #e3e3e3
}
.pay-info .price {
	line-height: 24px;
	color: #666;
	font-size: 12px;
	padding-top: 5px
}
.pay-info .pay-name {
	text-align: center;
	color: #999;
	padding: 5px;
	line-height: 18px;
	font-size: 12px
}
.pay-info .pay-name {
	text-align: center;
	color: #999;
	padding: 5px;
	line-height: 18px;
	font-size: 12px
}
.column-pay .about-info {
	color: #999
}
.geniality-tip {
	padding: 20px;
	border-top: 1px solid #e7e7e7;
	margin: 0 20px;
	font-size: 12px
}
.geniality-tip .g-title {
	color: #608908
}
.geniality-tip ol li {
	list-style: decimal;
	list-style-position: outside;
	font-size: 12px;
	line-height: 22px;
	color: gray;
	margin-left: 20px
}


.l_box{width: 100%; height: 96px; background: #FFF; border-bottom: 1px solid #d8d8d8;}
.l_middle{width: 1000px; height: 96px; margin: 0 auto;}
.l_logo{ background:url(/Image/logo.jpg) no-repeat; width:295px; height:89px; float:left}
.l_menu{ height: 41px; float: right; padding-left:15px;}
.l_menu li{ height: 41px; float: left; text-align: center; color: #FFF; margin-left:33px; font-size:16px;}
.l_menu a{ font-size:16px; color:#333333}
.l_menutop{width: 705px; height: 48px; float: right; font-size:14px;}
.l_menutop li{float: right; text-align: center; color: #383838; text-align: center;
line-height: 41px;}
.l_xt{ border-bottom: 1px solid #ececec;}


.czcg{ text-align: center; width: 745px; float: left;}
.czcg p{ font-size: 20px;  font-weight: bold;;}
.czcg img{margin-top: 60px;}