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;
	}
}
a.btn:hover {color: #57a3f3;}
.dis_none {display: none;}
/* 页面头部修改 */
.header .header-nav li a.on {border-bottom-color: #1abc9c;color: #1abc9c !important;}
/* 订单查询修改 */
.tool-title h4 {font-weight: bold;line-height: 70px;}
.gs_qqbox11 {float: right;}
.gs_qqbox11 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;cursor: pointer;}
/* 充值页面修改 */
.service-qq {display: inline-block;height:22px;line-height: 22px;padding-left: 25px;background: url(../images/qq.png) no-repeat 3px center;font-size: 14px;margin-left: 8px;color: #1abc9c;text-decoration: none;}
.gs_chargeBtn.form-group .btn-danger{float:left;width:auto;}
.gs_chargeBtn.form-group .btn-success2{float:right; width: calc(100% - 103px)}
/* 充值区域 */
.gs_qqbox {float: right;margin-right: 30px;margin-top: 20px;}
.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;}
.order td.style0{color: #606266;}
.order td.style1{color: #fe0000;}
.order td.style2{color: #ff00ff;}
.order td.style3{color: #0000ff;}
.order td.style4{color: #008712;}
.order td.style5{color: #ff9000;}




