body, div, h1, h2, dl, dd, ul, input {
	margin: 0;
	padding: 0;
	border: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

ol, ul {
	list-style: none;
}

html {
	overflow: auto;
}

body {
	background-color: #f5f5f6;
	min-width: 548px;
}

body, button, input, select, textarea {
	color: #3c3c3c;
	font-size: 14px;
	font-family: Verdana, Tahoma, Arial, 'Helvetica Neue', Helvetica, 微软雅黑;
}

.h3-info {
	font-size: 14px!important;
	text-decoration: none;
}

img.cache, .info-hide {
	display: none!important;
}

.line-height-45 {
	line-height: 45px!important;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.font-default {
	color: #009577;
}

.font-name {
	color: #e60013;
}

.font-red {
	color: #FF0000;
}

.font-blue {
	color: #0000FF;
}

.font-green {
	color: #008000;
}

.no-margin {
	margin: 0!important;
}

img {
	border: none;
}

select.form-control {
	_font-size: 24px;
}

.form-control {
	height: 34px;
	height: 22px\9;
}

.form-control:focus {
	border-color: #0097CF;
	outline: 0;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(0, 151, 207, 0.6);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(0, 151, 207, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(0, 151, 207, 0.6);
}

.input-group-btn {
    position: relative;
    white-space: nowrap;
}

.input-group-addon:first-child {
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon.letter4-3 {
	letter-spacing: 0.5em;
	margin-right: -0.5em;
}

.input-group-addon {
	margin: 0;
    padding: 6px 12px;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ACA7A7;
	border-radius: 4px 0 0 4px;
    font-size: 15px;
    color: #393939;
    height: 20px\9;
    line-height: 20px\9;
    border-right: 0;
    border-right: 0\9;
}

.input-group-addon, .input-group-btn {
    vertical-align: middle;
}

.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-btn .btn {
	margin: 0;
    font-size: 15px;
	padding: 7px 12px;
    border-radius: 0 4px 4px 0;
    height: 20px\9;
    line-height: 20px\9;
}

dd {
	padding: 5px!important;
}

.lab {
	width: 150px;
	float: left;
	padding: 5px 8px;
	text-align: right;
	color: #000;
}

.lab, dd b {
	font-size: 14px!important;
}
.font-error {
	color: #FF0000
}


#successful {
	max-width: 768px;
}



.center {
	border: solid 1px #E5E5E5;
	background-color: #FCFCFC;
	-moz-box-shadow: 4px 4px 8px rgba(212, 212, 212, 0.4)!important;
	-webkit-box-shadow: 4px 4px 8px rgba(212, 212, 212, 0.4)!important;
	box-shadow: 4px 4px 8px rgba(212, 212, 212, 0.4)!important;
	margin-bottom: 50px;
}

.info-img {
	position: relative;
	top: 3px;
	left: 3px;
}

.center .center-left {
	width: 228px;
	float: left;
}

.center .center-right {
	border-left: 2px solid #E5E5E5;
	background-color: #FFFFFF;
	min-height: 380px;
	display: inline-block;
	width: calc(100% - 230px);
}

.lines {
    margin: 10px auto;
    border: 2px solid #1abc9c;
    padding: 0;
    width: 90%;
}

.lines legend {
    width: 360px;
    text-align: center;
    margin: 0 auto;
    color: #1abc9c;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 500;
    word-break: break-all;
    display: table-row;
}

.lines ul {
	margin: 20px 15px;
	text-align: center;
}

.lines ul li {
	display: inline-block;	
}
.lines ul li a {
	margin: 5px 10px;
	display: inline-block;
	zoom: 1;
	color: #FFFFFF;
	*cursor: pointer;
	*display: inline;
	line-height: 30px;
	padding: 5px 10px;
	background-color: #1abc9c;
	border-radius: 2px;
}

.lines ul li a:HOVER {
	background-color: #48c9b0;
}

.center .center-left .careful li {
	line-height: 24px;
	margin: 10px 10px 0;
}

.center .center-left .left-title {
	background: #1abc9c;
	text-indent: 28px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 32px;
	width: 194px;
	height: 32px;
	margin: 20px 0 10px;
	left: -1px;
	position: relative;
}

.des-remark {
	color: #03A9F4;
	padding: 10px 10px 0;
}
.des-remark p {
    padding: 5px 20px;
    color: #03A9F4;
    font-size: 14px;
}
.des-remark .messge {
	display: inline-block;
	color: #e60013;
	font-weight: bold;
}
.container .content-des {
	font-size: 14px;
	border: 1px solid #c8c8c8;
    border-radius: 4px;
	margin-bottom: 10px;
}

.des-1 {
	background-color: #d8fff7;
}

.des-2 {
	background-color: #FFFFD7;
}

.des-3 {
	background-color: #ffd9d6;
}

.des-4 {
	background-color: #bce1ff;
}

#ebank .product-list {
	width: 165px;
}
#ebank .logo {
	width: 60px;
}

.content-des ul {
	padding: 0 10px;
}

.container .content-des li {
	text-align: center;
	list-style: none;
	padding: 2px 8px;
    color: #333;
	line-height: 150%;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.container .content-des, .container .content-des .remark {
	color: #009577;
}
.content-des .remark {
	font-size: 15px;
    padding: 5px 10px;
}

.container .content-des, .container .content-des li b {
	color: #FF0000;
}

.content-title {
	margin-bottom: 10px;
	font-weight: bold;
	padding: 5px;
    font-size: 18px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
}
.top-solid,.container .pay-body,.des-remark {
    border-top: 3px #ccc solid;
}
#successful .pay-body,#successful .des-remark {
	border-color: #1abc9c;
}

.container .pay-body,.content-title {
  background-color: rgba(255, 255, 255, 0.9);
	background-color: #FFFFFF;
	border: 1px solid #e8e8e8;
}
.container .pay-body {
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
    padding: 0 0 20px 0;
    border-radius: 0 0 10px 10px;
	overflow: hidden;
	margin: 10px 0 50px;
}

.container .pay-body .order h2 {
	line-height: 30px;
	height: 30px;
	padding-left: 10px;
	border-bottom: 1px solid #ccc;
}

.container .pay-body .order .search {
	padding: 8px 10px 3px;
	border-bottom: 1px solid #ccc;
}

.container .pay-body h3 {
	border-bottom: 1px dashed #009f7f;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	padding-left: 10px;
	margin: 0;
}

.container .pay-body .pay-body-content {
	padding: 10px;
	width: 95%;
	_width: 91%;
	margin-left: 5%;
}
#pay-body1 .pay-body-content {
	width: 100%;
	_width: 96%;
	margin: 0 auto;
}
.product-list input {
	display: none;
}
.product-list {
	border: 1px solid #eee;
	display: inline-block;
	color: #009577;
	cursor: pointer;
	height: 50px;
	width: 250px;
	padding: 5px;
	padding: 0\9;
	font-size: 14px;
    margin: 0 3px 3px 0;
}

.product-list:HOVER,.bank-tab:hover {
	border: 1px solid #1abc9c;
    background-color: #fefeb1;
}

span.logo {
	float: left;
	width: 100px;
	text-align: center;
	font-size: 0;
}

span.des {
	float: left;
	padding-left: 10px;
}

span.ratio {
	display: block;
	color: #FF0000;
	font-size: 14px;
}

.container .pay-body .order ul, .container .pay-body .order dl {
	padding-left: 15px;
}

.container .pay-body .order table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: none;
}

.container .pay-body .order thead {
	background-color: #f0f4f6;
}

.container .pay-body .order tr {
	text-align: center;
}

.order td {
	border-top: 1px solid #ccc;
}

.container .pay-body .order .hder {
	padding: 10px 5px;
	border-left: 1px solid #ccc;
}

.info {
	border: 1px solid #FFD0A8;
	color: #1abc9c;
	top: 50px;
    position: relative;
}

.info .exception {
	background: url(../images/error.png);
}

.info .exception strong {
	color: rgb(0, 0, 0);
	display: block;
	font-size: 18px;
	font-family: 黑体;
	font-weight: normal;
	line-height: 20px;
	margin-left: 65px;
	padding: 15px 0 10px 3px;
}

.info .exception .Todo {
	color: #666;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	margin-left: 68px;
	padding: 0 0 0 3px;
}

.info .exception ul.error {
	border-top: 1px solid #CCC;
	margin-left: 68px;
	margin-right: 20px;
	margin-top: 5px;
	padding-left: 27px;
	padding-top: 8px;
}

.info .exception ul.error li {
	list-style: initial;
}

.info .exception {
	background-color: #FFE;
	background-position: 20px 20px;
	background-repeat: no-repeat;
	border: 1px solid #FFF0A8;
	font-size: 14px;
	height: auto;
	min-height: 60px;
	padding: 20px 20px 30px 20px;
	width: auto;
	font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, "微软雅黑";
}

.table caption, .table th, .table td {
	padding: 8px;
	text-align: center;
	vertical-align: middle;
    word-wrap: break-word;
    word-break: break-all;
}
.table thead th {border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;}
.table td p {margin: 0;}
.table thead tr {
    background: #f2f2f2;
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#f8f8f8),to(#ececec));
    background-image: -webkit-linear-gradient(top,#f8f8f8 0%,#ececec 100%);
    background-image: -moz-linear-gradient(top,#f8f8f8 0,#ececec 100%);
    background-image: linear-gradient(to bottom,#f8f8f8 0,#ececec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8',endColorstr='#ffececec',GradientType=0);
}

.table th span {
	font-size: 14px;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
}

.table tbody tr:nth-child(odd) td, .table tbody tr:nth-child(odd) th {
    background-color: #f9f9f9;
}

.table tbody tr:hover td, .table tbody tr:hover th {
    background-color: #f5f5f5;
}

.table caption, .table tfoot {background: #eff3f8;}

.foot {
	position: fixed; 
	/* bottom: 0;*/
	position: fixed;
	width: 100%;

	
	background-color: #1abc9c;
	box-shadow: 4px 0 10px #517175;
	-moz-box-shadow: 4px 0 10px #517175;
	-webkit-box-shadow: 4px 0 10px #517175;
	/* position: fixed*/
}

.foot .content {
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
}

.foot .content p {
	margin: 10px 0;
}

.online-server {
	z-index: 2;
	position: fixed;
	top: 250px;
	right: 0;
	border-radius: 5px 0 0 5px;
	box-shadow: -4px 3px 8px #517175;
	-moz-box-shadow: -4px 3px 8px #b1b1b1;
	-webkit-box-shadow: -4px 3px 8px #b1b1b1;
	/*IE position: fixed*/
	_position: absolute;
}

.online-server .float {
	width: 36px;
	float: left;
	position: relative;
	height: 200px;
	background: #1abc9c;;
	border-radius: 5px 0 0 5px;
}

.online-server .float .float-tools {
	position: relative;
	top: 32px;
	left: 0;
	background-image: url(../images/server.png);
	background-repeat: no-repeat;
	display: block;
	height: 136px;
	padding: 8px;
	cursor: pointer;
}

.tools-open {
	background-position: -37px 0;
}

.online-server .float-info {
	height: 200px;
	float: left;
	padding: 0 5px;
	overflow: hidden;
	background: #1abc9c;
	display: none;
}

.online-server .float-info .online {
	background: #F7F7F7;
	border-radius: 5px;
	margin-top: 19px;
	min-height: 162px;
	min-width: 185px;
}

.online-server .float-info .online .title {
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	padding: 5px;
	text-align: center;
}

.online-server .float-info .online li {
	line-height: 38px;
	height: 38px;
	border-top: solid 1px #dddddd;
	overflow: hidden;
	text-align: left;
	padding: 0 10px;
}

.online-server .float-info .online li img {
	vertical-align: middle;
}
.products {
	display: inline-block;
}
.products li {
	float: left;
    font-size: 0;
}

.ui-tooltip {
	max-width: 300px;
    padding: 10px 20px;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, "微软雅黑";
    text-transform: uppercase;
	font-size: 1.2em;
}

.tool-tips {
	position: fixed;
	z-index: 999;
	bottom: 50%;
	left: 50%;
	margin: 0 0 -20px -80px;
	background-color: rgba(0, 0, 0, 0.25);
	padding: 3px;
	border-radius: 3px;
	/*IE position: fixed*/
	_position: absolute;
}

.tool-tips-wrap {
	padding: 10px 20px;
	text-align: center;
	border: 1px solid #000000;
	background-color: rgba(0, 0, 0, 0.75);
	*background-color: #000000;
	font-size: 14px;
	color: #fff;
	border-radius: 3px;
}


.tool-title {
	height: 65px;
	background-repeat: no-repeat;
	padding-left: 20px;
    border-bottom: 1px #ccc dashed;
	margin-bottom: 10px;
}
.msg-title {
	background: url(../images/leave.png) no-repeat right;
}
.search-title {
	background: url(../images/search.png) no-repeat right;
}
.service-title {
	background: url(../images/service.png) no-repeat right;
}
.par-title {
	background: url(../images/partition.png) no-repeat right;
}
.tool-title h4 {
	height: 60px;
    line-height: 60px;
    display: inline-block;
    color: #e60013;
	font-size: 17px;
}
.header-nav li,.generic-nav li {
	list-style: none;
	float: left;
	margin-left: 30px;
	margin-bottom: 10px;
	padding: 20px 0 10px;
}
.generic-nav li {
	padding: 10px 10px 0;
	background-color: #1abc9c;
    color: #fff;
	border: 1px #1abc9c solid;
	border-radius: 4px;
	-moz-box-shadow: 3px 3px 4px rgba(212, 212, 212, 0.8);
    -webkit-box-shadow: 3px 3px 4px rgba(212, 212, 212, 0.8);
    box-shadow: 3px 3px 4px rgba(212, 212, 212, 0.8);
    border-bottom: 2px solid #e5e5e5;
}
.generic-nav li p {
	margin: 5px 0;
	text-align: center;
}
.generic-nav li .service-qq {
	font-size: 0;
    margin: 0 -10px;
    background-color: #fff;
    padding: 3px 0;
    border-radius: 0 0 4px 4px;
}
.generic-nav li .service-qq:hover {
    background-color: #fefeb1;
}
#platform .generic-nav li {
    background-color: #8BC34A;
	border: 1px #8BC34A solid;
}
#qq-number {font-family: "lucida sans unicode", "lucida grande", sans-serif;width: 110px;}
.header-nav li a,.generic-nav li a {
	color: #333;
    display: block;
    font-size: 16px;
    text-align: center;
    border-bottom: 2px solid #fff;
}
.title-block {
	font-size: 16px;
	font-weight: normal;
	color: #424040;
	border-bottom: 1px dashed #e7eaec;
	padding: 0 10px 5px;
    margin-bottom: 10px;
}
.title-block i {
	background: #e60013;
	margin-right: 10px;
	width: 12px;
	height: 12px;
	display: inline-block;
	font-size: 0;
}
.header-nav li.active a,
.header-nav li a:hover {
	border-bottom-color: #1abc9c;
	color: #1abc9c!important;
}
.header-title {
    background: #000;
    color: #ffffff;
    font-size: 13px;
}
.header-title-on {
	padding: 5px 0;
}
.col-cz-1,.col-cz-2,.col-cz-3,.col-cz-2-4,.col-cz-2-5 {
	padding: 0 10px;
	display: inline-block;
	float: left;
}
.col-cz-1 {
	width: 100%;
}
.col-cz-2 {
	width: 60%;
}
.col-cz-3 {
	width: 33.3333%;
	*width: 30%;
}
.col-cz-2-5 {
	width: 50%;
	*width: 46%;
}
.col-cz-2-4 {
	width: 40%;
	width: 35%\9;
}
.lab-title-tip {
	font-size: 14px;
    color: #e60012;
}
.no-padding {
	padding: 0!important;
}
.btn.backed,.btn.recharge {
    width: 48%\9!important;
}
.btn.backed {
	width: auto;
    float: left;
}
.btn.recharge {
    float: right;
	width: calc(100% - 103px);
}
table.rate-group {
	font-size: 16px;
}
table.rate-group td {
    padding: 5px 10px;
}
#bank-group {
	display: inline-block;
	max-width: 680px;
	float: left;
}
.bank-tab {
	cursor: pointer;
    border: 1px solid #E8E8E8;
    width: 100px;
    height: 82px;
    line-height: 80px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    float: left;
    color: #333;
    font-size: 15px;
}
.bank-tab .beank-title {
	height: 30px;
	line-height: 30px;
	background: #e8e8e8;
    user-select: none;
}

.bank-tab:hover .beank-title {
	color: #FFFFFF;
	background: #1abc9c;
}

.table-cz,.table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	text-align: center;
}
.table-cz thead tr th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table-cz tbody tr td, .table-cz tbody tr th,
.table-cz thead tr td, .table-cz thead tr th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: center;
    border-top: 1px solid #ddd;
}
.table-cz tbody tr.odd {
	background-color: #f9f9f9;
}
.table-hover tbody tr:hover {
    background-color: #f5f5f5;
}
.pay_ul {
    margin: 0 auto;
    font-size: 0;
}
.pay_ul li {
	border-radius: 4px;
    display: inline-block;
    position: relative;
    line-height: 36px;
    height: 36px;
    width: 33.333%;
    _width: 33.3%;
    background: #c8c8c8;
    text-align: center;
    *float: left;
    font-size: 16px
}
.pay_ul li.active {
	color: #fff;
    background: #1abc9c;
}
.pay_ul li .prev,.pay_ul li .next {
    border-width: 18px;
    font-size: 0;
    line-height: 0;
}
.pay_ul li .prev {
    float: left;
    border-style: solid;
    border-color: #c8c8c8;
    border-left-color: #f5f5f6;
}
.pay_ul li .next {
    float: right;
    border-style: solid;
    border-color: #f5f5f6;
    border-left-color: #c8c8c8;
    *margin-top: -36px;
}
.pay_ul li.active .prev {
	border-color: #1abc9c;
    border-left-color: #f5f5f6;
}
.pay_ul li.active .next {
	border-color: #f5f5f6;
    border-left-color: #1abc9c;
}
#bonus h4 {
	font-size: 17px;
	padding: 3px 0 0 10px;
}
#window {
    box-shadow: 0 0 3px #000000;
    width: 100%;
    height: 16px;
    border-radius: 8px;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(79, 90, 90, 1)), to(rgba(115, 126, 126, 0.1)));
}
#successful #window {
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgb(3, 87, 71)), to(rgba(29, 143, 120, 0.6)));
}
#window-top {
	display: none\9;
    width: 100%;
    height: 15px;
    background-color: #FFFFFF;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(55, 55, 55, 0.4)), to(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1)));
}
#successful  #window-top {
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(29, 143, 120, 0.6)), to(rgb(26, 188, 156)), to(rgb(26, 188, 156)));
}
#box_left,#box_right {
    position: absolute;
    top: 362px;
    background-color: #FFFFFF;
    box-shadow: 0 0 12px #CCCCCC inset;
    width: 20px;
    height: 20px;
    line-height: 100px;
    text-align: center;
    border-radius: 100%;
}
#box_left {
    left: -9px;
}
#box_right {
    right: -9px;
}
#qrcode-box {
	width: 90%;
	margin: 0 auto 20px;
	background: #ffffff;
	box-shadow: 0 0 15px rgb(225, 225, 225);
	position: relative;
	overflow: hidden;
	border-radius: 0 0 10px 10px;
}
.successful {
	background: #ffffff;
    margin: 30px 0;
    padding: 15px;
    font-size: 17px;
    font-weight: bold;
}
.successful-title,.successful-content {
	display: inline-block;
	padding: 10px 15px;
	color: #5a5a5a;
	float: left;
}
.successful-title {
	width: 49%;
	*width: 40%;
	text-align: right;
}
#waiting-box {
	text-align: center;
    color: #ffffff;
    position: relative;
    margin: auto;
    width: 100px;
    top: 50%;
    _top: 38%;
    border: 3px #ccc solid;
    border-radius: 4px;
    padding: 5px 0;
    background: rgba(0, 0, 0, 0.7);
    background: #000\9;
}
#qrcode {
	border: none;
	width: 250px;
	height: 250px;
	overflow: hidden;
	background: #a6a6a6\9;
	background: rgba(0, 0, 0, 0.35);
	background-image: url('../images/loading2.gif');
	background-repeat: no-repeat;
	background-position: 75px 75px;
}
@media ( max-width : 992px) {
	.form-group .lab-title {
		font-size: 15px!important;
	}
	
	.lab-title-tip {
		font-size: 12px!important;
	}
	.container .pay-body .pay-body-content {
		width: 100%!important;
		margin: 0;
	}
	.tool-title h4 {
		font-size: 15px;
	}
	.content-title .col-cz-2-5 {
		width: 100%;
		padding: 5px 0;
	}
	.successful-title {
		width: 40%;
	}
}

@media ( max-width : 768px) {
	.col-cz-2,.col-cz-2-4 {
		width: 100%;
		border: 0!important;
		margin-bottom: 15px;
	}
	.tool-title h4 {
		font-size: 12px;
	}
}

@media ( max-width : 680px) {
	.header .content, .foot .content {
		width: 100%;
	}
	.header .header-nav{
		margin-right: 15px;
	}
	.info {
		width: calc(100% - 20px);
		margin: 40px 10px 0 10px;
	}
	.container {
		width: 96%!important;
	}
	.header .tools {
		margin-right: 10px;
	}
	.center div.center-left {
		width: 100%!important;
		border-bottom: 1px solid #D7E5FF;
	}
	.center div.center-right {
		width: 100%;
		min-height: inherit;
		border-left: none;
	}
	div.online-server {
	    top: 100px;
	}
	.online-server div.float {
		height: 38px;
	}
	.online-server .float a.float-tools {
		height: 21px;
		top: 8px;
	}
	a.tools-open {
		height: 120px!important;
		top: 32px!important;
	}
	.lab {
		width: auto;
	}
	.tool-title {
	    background-size: 160px 45px;
	}
	.pay_ul li {
		font-size: 12px;
	}
	#successful {
		width: 100%;
	}
}

@media ( max-width : 548px) {
	.header {
		position: absolute;
	}
}

/* -------------------------------------------皮肤2的样式------------------------------------------ */
/* 公用的组件样式 */
body {background: #d5edfb url(../images/theme1/bg.jpg) no-repeat center center;}
.dis_none {display: none;}
.gs_headerbox {height: 80px;border-bottom: 3px solid #3cc6ff;background: #fff;} 
.gs_headerbox .gs_header {height: 80px;width: 1080px;margin: 0 auto;}
.gs_headerbox .gs_header .gs_imglogo {float:left;margin-top: 10px;}
.gs_headerbox .gs_header .gs_nav {float:right;}
.gs_headerbox .gs_header .gs_nav li {float: left;position: relative;height: 82px;line-height: 82px;font-size: 18px;color: #434343;padding: 0 12px;margin: 0 8px;cursor: pointer;}
.gs_headerbox .gs_header .gs_nav li.on a,.gs_headerbox .gs_header .gs_nav li:hover a {color:#fff;}
.gs_headerbox .gs_header .gs_nav li.on,.gs_headerbox .gs_header .gs_nav li:hover {background: #3cc6ff;color: #fff}
.gs_headerbox .gs_header .gs_nav li.on:after,.gs_headerbox .gs_header .gs_nav li:hover:after {content: '';position: absolute;height: 3px;background: #ff8400;bottom: 0;left: 20px;right: 20px;}
/* 订单查询页面 */
.orderCheck_container {
  border: 1px solid #48c9ff;
  background: #fff;
  width: 1080px;
  min-height: 200px;
  margin-top: 18px;
  margin-bottom: 30px;
}
.orderCheck_container .gs_toptext {
  height: 75px;
  line-height: 75px;
  padding-left: 35px;
  font-size: 18px;
  color: #fff;
  background: #46c8fe url(../images/theme1/order.png) no-repeat right center;
  background-size: auto 52px;
}
.orderCheck_container .btn-success2 {
  background-color: #3cc6ff;
}
.orderCheck_container .btn-success2:hover {
  background-color: #58cefe;
}
.orderCheck_container .gs_table tbody tr:nth-child(even) td {
  background: #eaeaea;
}
.orderCheck_container .gs_titleBlock:after {
  content: "";
  display: table;
  clear: both;
}
.orderCheck_container .gs_titleBlock .gs_qqbox {
  float: right;
}
.orderCheck_container .gs_titleBlock .gs_qqbox a {
  float: left;
  height: 22px;
  line-height: 22px;
  margin: 0 10px;
  padding-left: 25px;
  padding-right: 8px;
  background: #c5effe url(../images/qq.png) no-repeat 5px center;
  border: 1px solid #4abfee;
  border-radius: 4px;
  color: #1abc9c;
  text-decoration: none;
}
.orderCheck_container .gs_titleBlock .gs_qqbox a:hover {color: #57a3f3;}
/* 留言板页面 */
.leave_container {
  border: 1px solid #48c9ff;
  background: #fff;
  width: 1080px;
  min-height: 200px;
  margin-top: 18px;
  margin-bottom: 30px;
}
.leave_container .gs_toptext {
  height: 75px;
  line-height: 75px;
  padding-left: 35px;
  font-size: 18px;
  color: #fff;
  background: #46c8fe url(../images/theme1/leaveMessage.png) no-repeat right center;
  background-size: auto 52px;
}
.leave_container .btn-success2 {
  background-color: #3cc6ff;
}
.leave_container .btn-success2:hover {
  background-color: #58cefe;
}
.leave_container .gs_titleBlock {
  margin-top: 15px;
}
.leave_container .gs_titleBlock:after {
  content: "";
  display: table;
  clear: both;
}
.leave_container .gs_titleBlock .gs_qqbox {
  float: right;
}
.leave_container .gs_titleBlock .gs_qqbox a {
  float: left;
  height: 22px;
  line-height: 22px;
  margin: 0 10px;
  padding-left: 25px;
  padding-right: 8px;
  background: #c5effe url(../images/qq.png) no-repeat 5px center;
  border: 1px solid #4abfee;
  border-radius: 4px;
  color: #1abc9c;
  text-decoration: none;
}
.leave_container .gs_titleBlock .gs_qqbox a:hover {color: #57a3f3;}
/* 充值页面 */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.mgr30 {
  margin-right: 30px;
}

.charge_container {
  width: 1080px;
  min-height: 500px;
  margin: 0 auto;
  margin-top: 18px;
  border: 1px solid #48c9ff;
  background: #fff;
  margin-bottom: 30px;
}
.charge_container .gs_areaName {
  height: 75px;
  background: #43cbfe;
}
.charge_container .gs_areaName .gs_fuName {
  float: left;
  padding-left: 35px;
  height: 40px;
  line-height: 40px;
  margin-top: 15px;
}
.charge_container .gs_areaName .gs_fuName .name {
  font-size: 22px;
  color: #fff;
  vertical-align: middle;
  margin-right: 8px;
}
.charge_container .gs_areaName .gs_fuName .area {
  font-size: 16px;
  color: red;
  vertical-align: middle;
}
.charge_container .gs_areaName .gs_rate {
  float: left;
  padding-left: 35px;
  height: 40px;
  line-height: 40px;
  margin-top: 15px;
}
.charge_container .gs_areaName .gs_rate .name {
  font-size: 22px;
  color: #fff;
  vertical-align: middle;
  margin-right: 8px;
}
.charge_container .gs_areaName .gs_rate .rate {
  font-size: 16px;
  color: #067f00;
  vertical-align: middle;
}
.charge_container .gs_areaName .gs_rate .rate i {
  font-size: 18px;
  color: #ff0007;
  font-style: normal;
}
.charge_container .gs_areaName .gs_qqbox {
  float: right;
  margin-right: 5px;
  margin-top: 26px;
}
.charge_container .gs_areaName .gs_qqbox a {
  float: left;
  height: 22px;
  line-height: 22px;
  margin: 0 10px;
  padding-left: 25px;
  padding-right: 8px;
  background: #c5effe url(../images/qq.png) no-repeat 5px center;
  border: 1px solid #4abfee;
  border-radius: 4px;
  color: #1abc9c;
  text-decoration: none;
}
.charge_container .gs_areaName .gs_qqbox a:hover {color: #57a3f3;}
.charge_container .gs_giveBox {
  padding: 10px 5px 0;
}
.charge_container .gs_paybox {
  padding: 0 45px;
  height:58px;
}
.charge_container .gs_paybox .gs_topLine {
  border-bottom: 1px dashed #ccc;
  margin: 10px 120px 20px;
}
.charge_container .gs_tipitem {
  border-top: 2px solid #ababab;
  padding: 0 115px;
}
.charge_container .gs_tipitem .gs_tit {
  border-bottom: 1px dashed #ababab;
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  color: #5f5f5f;
  font-weight: normal;
}
.charge_container .gs_tipitem .gs_tit::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background: red;
  margin-right: 10px;
  margin-bottom: 2px;
}
.charge_container .gs_tipitem ul {
  padding: 30px 0 0;
}
.charge_container .gs_tipitem ul li {
  float: left;
  margin-bottom: 15px;
  font-size: 14px;
  color: red;
  white-space: nowrap;
}
/* 充值区域 */
.area_container {
  width: 1080px;
  margin: 0 auto;
}
.area_container .gs_tip {
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  color: #ff302a;
}
.area_container .gs_areabox {
  border: 1px solid #49c9ff;
  background: #fff;
}
.area_container .gs_areabox .gs_top {
  height: 75px;
  background: #44c8ff;
}
.area_container .gs_areabox .gs_top h4 {
  float: left;
  font-size: 22px;
  color: #fff;
  padding-left: 35px;
  margin-top: 20px;
}
.area_container .gs_areabox .gs_top .gs_qqbox {
  float: right;
  margin-right: 30px;
  margin-top: 28px;
}
.area_container .gs_areabox .gs_top .gs_qqbox a {
  float: left;
  height: 22px;
  line-height: 22px;
  margin: 0 10px;
  padding-left: 25px;
  padding-right: 8px;
  background: #c5effe url(../images/qq.png) no-repeat 5px center;
  border: 1px solid #4abfee;
  border-radius: 4px;
  color: #1abc9c;
  text-decoration: none;
}
.area_container .gs_areabox .gs_qqbox a:hover {color: #57a3f3;}
.area_container .gs_areabox .gs_namecall {
  background: #3cc6ff;
  margin-top: 10px;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  color: #fefefe;
}
.area_container .gs_areabox .gs_namecall .gs_name {
  float: left;
  width: 60%;
  text-align: center;
}
.area_container .gs_areabox .gs_namecall .gs_charge {
  float: left;
  width: 37%;
  text-align: center;
}
.area_container .gs_areabox .gs_areaList {
  padding: 10px 14px;
  min-height: 300px;
}
.area_container .gs_areabox .gs_areaList li {
  border: 1px solid #ccc;
  height: 36px;
  margin-bottom: 8px;
  border-radius: 10px;
}
.area_container .gs_areabox .gs_areaList li:hover {
  border-color: #3cc6ff;
  background: #3cc6ff;
}
.area_container .gs_areabox .gs_areaList li:hover .gs_tit {
  color: #fff !important;
  border-right-color: #fff;
}
.area_container .gs_areabox .gs_areaList li .gs_tit {
  float: left;
  width: 60%;
  text-align: center;
  font-size: 16px;
  border-right: 3px solid #ccc;
  margin-top: 7px;
}
.area_container .gs_areabox .gs_areaList li .gs_tit.style0 {
  color: #606266;
}
.area_container .gs_areabox .gs_areaList li .gs_tit.style1 {
  color: #fe0000;
}
.area_container .gs_areabox .gs_areaList li .gs_tit.style2 {
  color: #ff00ff;
}
.area_container .gs_areabox .gs_areaList li .gs_tit.style3 {
  color: #0000ff;
}
.area_container .gs_areabox .gs_areaList li .gs_tit.style4 {
  color: #008712;
}
.area_container .gs_areabox .gs_areaList li .gs_tit.style5 {
  color: #ff9000;
}
.area_container .gs_areabox .gs_areaList li .gs_charge {
  float: left;
  width: 39%;
  /* padding-left: 15px; */
  text-align: center;
  margin-top: 7px;
}
.area_container .gs_areabox .gs_areaList li .gs_charge a {
  display: inline-block;
  height: 21px;
  line-height: 21px;
  font-size: 13px;
  color: #fff;
  padding: 0 11px;
  background: #44d497;
  background: linear-gradient(to bottom, #55f9b4, #17a78a);
  border-radius: 10px;
  font-style: normal;
  cursor: pointer;
}
.area_container .gs_areabox .gs_tipitem {
  border-top: 2px solid #ababab;
  padding: 0 115px;
}
.area_container .gs_areabox .gs_tipitem .gs_tit {
  border-bottom: 1px dashed #ababab;
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  color: #5f5f5f;
  font-weight: normal;
}
.area_container .gs_areabox .gs_tipitem .gs_tit::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background: red;
  margin-right: 10px;
  margin-bottom: 2px;
}
.area_container .gs_areabox .gs_tipitem ul {
  padding: 30px 0 20px;
}
.area_container .gs_areabox .gs_tipitem ul li {
  float: left;
  margin-bottom: 15px;
  font-size: 14px;
  color: red;
  white-space: nowrap;
}



