html {
    font: 14px/1.125 Microsoft YaHei;
}
body {
    margin: 0;
}
a, b, blockquote, body, button, dd, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, hr, html, i, iframe, img, input, label, legend, li, ol, p, pre, span, strong, table, tbody, td, textarea, tfoot, th, thead, tr, ul {
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
a {
    cursor: pointer;
    text-decoration: none;
}
a, button {
    cursor: pointer;
}
a {
    color: #3C3C3C;
}
a:active, a:hover {
    outline: 0 none;
}
abbr[title] {
    border-bottom: 1px dotted;
}
ul, dl, li, dd {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
img {
    border: 0 none;
}

figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    border: 0 none;
    color: inherit;
    font: inherit;
    margin: 0;
    outline: 0 none;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}

input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    box-sizing: content-box;
}
fieldset {
    border: 1px solid #C0C0C0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0 none;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
.cf:after {
    clear: both;
    content: "";
    display: table;
}
.modal-open {
    overflow: hidden;
}
.modal {
    left: 50%;
    outline: 0 none;
    overflow: hidden;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 520px;
    z-index: 1050;
}
.modal.fade .modal-dialog {
    transform: translate(0px, -25%);
    transition: transform 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
}
.modal.in .modal-dialog {
    transform: translate(0px, 0px);
}
.modal-dialog {
    margin: 10px;
    position: relative;
    width: auto;
}
.modal-content {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0 none;
    position: relative;
}
.modal-backdrop {
    background-color: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.in {
    opacity: 0.5;
}
.modal-header {
    border-bottom: 1px solid #E5E5E5;
    padding: 15px;
}
.modal-title {
    line-height: 1.42857;
    margin: 0;
}
.modal-body {
    padding: 15px;
    position: relative;
}
.modal-footer {
    border-top: 1px solid #E5E5E5;
    padding: 15px;
    text-align: right;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px;
}
.ie6 .modal, .ie7 .modal {
    left: 50%;
    margin-left: -260px;
    position: absolute;
    top: 30px;
}
.ie8 .modal {
    bottom: 0;
    left: 0;
    margin: 30px auto;
    right: 0;
    top: 0;
}
em {
    font-style: normal;
}
button::-moz-focus-inner {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.hide {
    display: none;
}
.inline-block {
    display: inline-block;
    vertical-align: middle;
}
.border-dashed {
    border-bottom: 1px dashed #CFCFCF;
}
.link {
    color: #005AFF;
}
.link:hover {
    text-decoration: underline;
}
.text {
    height: 28px;
    line-height: 28px;
}
.text.text-error {
    color: #FF0000;
}
.text.text-link {
    color: #005AFF;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.text-wrap {
    word-break: break-all;
    word-wrap: break-word;
}
.border-rounded {
    border-radius: 50%;
}
.clearfix:before, .clearfix:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}
.clearfix:after, .modal-header:after, .modal-footer:after {
    clear: both;
}
.pay-red {
    color: #F25277;
}
.clearfix, .modal-header, .modal-footer {
}
body {
    background-color: #EEEFF1;
    min-width: 1000px;
}
#header {
    background-color: #FFFFFF;
    box-shadow: 0 0 7px #888888;
    height: 72px;
    width: 100%;
}
#header .header-inner {
    margin: 0 auto;
    width: 1000px;
	position: relative;
}
.logo {
    display: inline-block;
    height: 72px;
    margin-right: 10px;
    vertical-align: middle;
    width: 185px;
}
.logo-icon {
    background: none no-repeat scroll -468px -210px rgba(0, 0, 0, 0);
    display: block;
    height: 40px;
    left: 185px;
    top: 20px;
    width: 1px;
}
.logo-icon, .logo-pay {
    position: absolute;
}
.platname{
    color: #FE823C;
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
}
.platname a{
    color: #FE823C;
}
.login {
    float: right;
    font-size: 12px;
}
.login.no-login {
    line-height: 70px;
}
.login.no-login .tologin + a:before, .login.no-login .toreg + a:before {
    content: "/";
    padding-right: 4px;
}
.login.no-login .tologin:hover, .login.no-login .toreg:hover {
    color: #666666;
}
.login.already-login .user-info {
    display: inline-block;
    vertical-align: middle;
}
.login.already-login .user-info .avatar {
    border-radius: 50%;
    display: inline-block;
    height: 50px;
    margin: 10px;
    vertical-align: middle;
    width: 50px;
}
.login.already-login .user-info .nickname {
    display: inline-block;
    margin-right: 8px;
    max-width: 110px;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
}
.login.already-login .toquit {
    display: inline-block;
    vertical-align: middle;
}
.login.already-login .toquit:hover {
    color: #FE823C;
}
.main {
    background-color: #FFFFFF;
    border-radius: 4px;
    margin: 30px auto 50px;
    min-height: 816px;
    width: 1000px;
}
.select {
    border: 1px solid #CFCFCF;
    display: inline-block;
    height: 40px;
    line-height: 2.5;
    position: relative;
}


#middle .left {
    background-color: #F9FAFC;
    float: left;
    width: 238px;
}
#middle .rt {
    float: right;
    margin-right: 5px;
    position: relative;
    width: 750px;
}
#middle .left .xk .wy {
    border-right: medium none;
}
#middle .left .xk li {
    border-bottom: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    display: inline;
    float: left;
    height: 48px;
    position: relative;
    width: 238px;
}
#middle .left .xk li a {
    background: url("/images/v1/ico_left.png") no-repeat scroll 0 0;
    color: #707070;
    display: block;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    padding-left: 40px;
}
#middle .left .xk li a:hover {
    background: url("/images/v1/ico1_left.png") no-repeat scroll 0 0;
    color: #F98E26;
}
#middle .left .xk .wy a {
    background: url("/images/v1/ico1_left.png") no-repeat scroll 0 0;
    color: #F98E26;
}

.pay-type-title {
    background: none no-repeat scroll -514px -168px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    height: 32px;
    line-height: 26px;
    margin: 20px 0 10px;
    right: 6px;
    text-indent: 28px;
    width: 194px;
}
.pay-left {
    padding-bottom: 27px;
    width: 238px;
}
.pay-for, .pay-for-icon, .pay-type-title, .result-ad {
    position: relative;
}
.channel-a, .channel-icon, .channel-name, .channel-status {
    display: inline-block;
}
.channel-icon, .channel-name {
    vertical-align: top;
}
.channel-a {
    border-color: rgba(0, 0, 0, 0) -moz-use-text-color;
    border-width: 1px medium;
    height: 35px;
    line-height: 35px;
    width: 100%;
}
.channel-a.on, .channel-a:hover {
    background-color: #FFFFFF;
    border-bottom: 2px solid #FFD15F;
    border-color: #E8EAEC #E8EAEC #FFD15F;
    color: #0F8FF2;
    height: 33px;
}
.channel-a.on .channel-name, .channel-a:hover .channel-name {
    color: #0F8FF2;
}
.channel-card-a .channel-name {
    color: #999999;
    font-size: 14px;
}
.channel-icon {
    background: none no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 34px;
    margin: 0 6px;
    text-align: center;
    width: 34px;
}
.left-icon-1 {
    background-position: -624px 3px;
}
.left-icon-2 {
    background-position: -156px -510px;
}
.left-icon-3 {
    background-position: -539px 0;
}
.left-icon-4 {
    background-position: -539px -36px;
}
.left-icon-5 {
    background-position: -108px -515px;
}
.left-icon-6 {
    background-position: -471px -210px;
}
.left-icon-7 {
    background-position: 0 -515px;
}
.left-icon-8 {
    background-position: -72px -515px;
}
.left-icon-9 {
    background-position: -312px -422px;
}
.left-icon-10 {
    background-position: -36px -515px;
}
.left-icon-11 {
    background-position: -352px -380px;
}
.channel-icon img {
}
.channel-name {
    color: #333333;
    font-size: 16px;
}
.channel-status {
    height: 14px;
    margin-left: 3px;
    margin-top: 2px;
    vertical-align: middle;
    width: 30px;
}

.channel-hot {
    background: none no-repeat scroll -144px -546px;
}
.channel-repair {
    background: none no-repeat scroll -504px -247px;
}
.channel-status-3 {
    background: none no-repeat scroll -106px -551px;
}
.channel-hot-1, .channel-status-2 {
    background: none no-repeat scroll -144px -546px;
}
.channel-repair-1, .channel-status-1 {
    background: none no-repeat scroll -504px -247px;
}
.channel-parent .channel-status-0 {
    background: none no-repeat scroll -348px -440px;
}
.channel-parent:hover .channel-status-0 {
    background: none no-repeat scroll -468px -305px;
}
.close .channel-status-0 {
    background: none no-repeat scroll -267px -507px;
}
.close:hover .channel-status-0 {
    background: none no-repeat scroll -507px -231px;
}
.pay-for-game, .pay-for-icon {
    background: none no-repeat scroll -312px -458px;
}



.order-title {
    background: none repeat scroll 0 0 #F2F2F2;
    height: 40px;
    margin-top: 18px;
	margin-right:3px;
    position: relative;
}
#middle .chongzhi {
    height: 40px;
    left: 20px;
    position: absolute;
    top: 0;
    display: block;
    line-height: 40px;
}



.game_picker, .server_picker {
    width: 421px;
}
.position_tipbox {
    display: none;
    position: absolute;
    z-index: 1010;
}
.option_box_parent, .position_tipbox {
    cursor: pointer;
    font-size: 12px;
}
.game_select_box {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.14);
    display: block;
    width: 419px;
}
.game_storage {
    overflow: hidden;
    position: relative;
    width: 419px;
}

.game_storage .title_box {
    background: none repeat scroll 0 0 #F1F1F1;
    border-bottom: 1px solid #DDDDDD;
    height: 38px;
    line-height: 38px;
}

.game_storage .title_box .name {
    color: #565656;
    float: left;
    font-size: 14px;
    padding-left: 10px;
}
.game_storage .title_box .quick_select {
    float: right;
    padding: 7px 7px 7px 0;
}
.input_box {
    float: left;
    position: relative;
}
.alert_select_close {
    background: url("../images/pay/alert_close.jpg") no-repeat scroll 0 0;
    cursor: pointer;
    display: inline;
    float: right;
    height: 22px;
    margin-top: 1px;
    overflow: hidden;
    width: 22px;
}
.game_storage .played {
    border-bottom: 1px solid #E7E7E7;
    line-height: 26px;
    margin-bottom: -1px;
    max-height: 159px;
    overflow: hidden;
    position: relative;
    width: 102%;
}
.game_storage .played a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #E7E7E7 #E7E7E7 -moz-use-text-color;
    border-image: none;
    border-right: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    border-style: none solid solid none;
    border-width: 0 1px 1px 0;
    float: left;
    height: 32px;
    line-height: 32px;
    margin-bottom: -1px;
    padding: 0 10px;
    position: relative;
    white-space: nowrap;
    width: 120px;
    z-index: 2;
}
.game_storage .game_scroll {
    overflow-y: scroll;
    width: 419px;
}
.game_storage .game_scroll a {
    width: 113px;
}































h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400;
}
.order-tr {
    color: #333333;
    font-size: 14px;
    padding: 15px 0 15px 26px;
}
.pr {
    position: relative;
}
.clear, .order-tr {
    clear: both;
}

.order-td-right {
    width: 622px;
}

.order-td input {
    margin-right: 3px;
    vertical-align: top;
    border: 1px solid #CFCFCF;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}

.order-amount{
	height:66px;
}
.order-amount .order-td label, .order-game .order-td label, .order-pay-bank .order-td label, .order-pay-for .order-td label {
    line-height: 40px;
}
.order-td label {
    line-height: 30px;
}
.order-td-left label {
    margin-right: 10px;
}


.order-td-left {
    width: 98px;
}
.order-td-left {
    text-align: right;
}
.error-info li, .order-td, .uip dt {
    float: left;
}
.pay-for {
    border: 1px solid #D8DBDE;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    width: 154px;
}
.pay-amount, .pay-for {
    float: left;
    margin-right: 10px;
    text-align: center;
}
.pay-for, .pay-for-icon, .pay-type-title, .result-ad {
    position: relative;
}
.pay-for-on, .pay-for:hover {
    border: 2px solid #3FA8F9;
    height: 40px;
    line-height: 38px;
    width: 154px;
}
.pay-for-icon {
    display: inline-block;
    margin-right: 10px;
    top: 4px;
}
.pay-for-coin, .pay-for-game, .pay-for-icon, .pay-for-tt {
    height: 18px;
    width: 18px;
}
.pay-for-coin{
	background-position: -80px -523px;
}
.order-checked {
    background: none no-repeat scroll -192px -510px;
    bottom: -2px;
    height: 20px;
    position: absolute;
    right: -2px;
    width: 20px;
}
.pay-game-on, .pay-game:hover {
    background-color: #F7F9FC;
    border: 1px solid #3FA8F9;
}
.pay-game {
    background: none no-repeat scroll -156px -427px #F2F6FA;
    border: 1px solid #D8DBDE;
    border-radius: 1px;
    float: left;
    height: 38px;
    line-height: 38px;
    margin-right: 10px;
    padding-left: 14px;
    position: relative;
    width: 138px;
}
.r_arrowbox {
    border-left: 1px solid #C9C9C9;
    float: left;
    height: 18px;
    margin: 10px 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 27px;
}
.order-checked {
    background: none no-repeat scroll -192px -510px;
    bottom: -2px;
    display: none;
    height: 20px;
    position: absolute;
    right: -2px;
    width: 20px;
}
.pay-amount {
	-moz-box-sizing: border-box;
    background-color: #FFFDF8;
    border: 1px solid #FFD563;
    border-radius: 1px;
    box-sizing: border-box;
    color: #666666;
    height: 40px;
    margin-bottom: 10px;
    position: relative;
    width: 90px;
}
.pay-logs, .pay-notice-hide {
    display: none;
}


#role_refresh, .pay-amount {
    line-height: 40px;
}
.pay-amount-on, .pay-amount:hover {
    border: 2px solid #3FA8F9;
    color: #333333;
    height: 40px;
    line-height: 38px;
    width: 90px;
}
.pay-amount-on .order-checked, .pay-bank-on .order-checked, .pay-card-on .order-checked, .pay-coupon-on .order-checked, .pay-for-on .order-checked, .pay-remit-on .order-checked {
    display: block;
}
.pay-amount-input {
    width: 190px;
}
.pay-amount-input:hover, .pay-amount-on.pay-amount-input {
    width: 190px;
}

.pay-amount-input .input {
    margin-right: 5px;
    vertical-align: inherit;
    width: 120px;
}
.order-td input, .order-td textarea {
    color: #3D3D3D;
    line-height: 26px;
    padding: 4px 5px;
}
#other_money {
    vertical-align: inherit;
	width:130px;
    height: 22px;
    line-height: 32px;
}
.pay-bank {
	-moz-box-sizing: border-box;
    border: 1px solid #D8DBDE;
    box-sizing: border-box;
    height: 40px;
    line-height: 38px;
    position: relative;
    text-align: center;
    width: 154px;
}
.pay-bank, .pay-card {
    box-sizing: border-box;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    overflow: hidden;
}

.bank-icon {
    border: medium none;
    height: 40px;
    left: -1px;
    top: -1px;
    width: 154px;
}
.bank-icon, .pay-bank img {
    display: inline-block;
    position: absolute;
}

.pay-bank-on .bank-icon, .pay-bank:hover .bank-icon {
    height: 40px;
    left: -2px;
    top: -2px;
    width: 154px;
}
.bank-1 {
    background-position: -312px -212px;
}
.bank-2 {
    background-position: 0 -431px;
}
.bank-3 {
    background-position: -312px -296px;
}
.bank-4 {
    background-position: -156px -385px;
}
.bank-5 {
    background-position: -312px -254px;
}
.bank-6 {
    background-position: -358px -168px;
}
.bank-7 {
    background-position: -383px -84px;
}
.bank-8 {
    background-position: 0 -389px;
}
.bank-9 {
    background-position: -383px -42px;
}
.bank-10 {
    background-position: -383px 0;
}
.bank-11 {
    background-position: -46px -175px;
}
.bank-12 {
    background-position: -156px -343px;
}
.bank-13 {
    background-position: 0 -347px;
}
.bank-14 {
    background-position: -156px -301px;
}
.bank-15 {
    background-position: -311px -126px;
}
.bank-16 {
    background-position: 0 -305px;
}
.bank-17 {
    background-position: -156px -259px;
}
.bank-18 {
    background-position: -156px -217px;
}
.bank-19 {
    background-position: -202px -170px;
}
.bank-20 {
    background-position: 0 -263px;
}
.bank-21 {
    background-position: -227px -84px;
}
.bank-22 {
    background-position: -227px -42px;
}
.pay-bank-on, .pay-bank:hover {
    border: 2px solid #3FA8F9;
    line-height: 38px;
}
.pay-bank img {
    border: medium none;
    height: 40px;
    left: -1px;
    top: -1px;
    width: 154px;
}
.more_box {
    background: none repeat scroll 0 0 #F6F6F6;
    border-top: 1px solid #ECECEC;
    clear: both;
    float: left;
    height: 26px;
    line-height: 26px;
    position: relative;
    text-align: center;
    width: 482px;
}
.more_box .more {
    background: url("../images/pay/form-678.png") repeat scroll 0 -38px;
    color: #565656;
    cursor: pointer;
    display: block;
    height: 24px;
    left: 50%;
    margin-left: -52px;
    margin-top: -1px;
    padding-left: 30px;
    position: absolute;
    top: 0;
    width: 78px;
}
.more_box .more_icon {
    background-image: url("../images/pay/form-678.png");
    background-position: -80px -22px;
    display: block;
    float: left;
    height: 16px;
    margin: 3px 0;
    width: 16px;
}
.more_box .pack_up .more_icon {
    background-position: 0 -22px;
}
.more_box .name {
    float: left;
    font-size: 12px;
    width: 30px;
}
.pay-confirm {
    background-color: #FF9900;
    border-radius: 3px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 24px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    width: 180px;
	margin-left:160px;
}
.pay-tips {
    color: #F25277;
}




.order-remit-process {
    overflow: hidden;
    width: 692px;
}
.pay-info-help {
    background-color: #FAFBFD;
    border: 1px solid #EAEAEA;
    line-height: 18px;
    padding: 20px 25px;
}
.pay-info-help, .process-warn p {
    font-size: 12px;
    text-align: justify;
}

.pay-info-help p {
    margin: 4px 0;
}









#middle .order-remit {
    float: right;
    margin-right: 68px;
    position: relative;
    width: 660px;
}
.icon-fault, .icon-repair, .pay-remit-name, .process-btn a {
    display: inline-block;
}
.order-remit-process {
    overflow: hidden;
    width: 692px;
}
.process-btn {
    border-bottom: 1px solid #3FA8F9;
    height: 39px;
    margin: 30px 0 25px;
    width: 100%;
}
.process-btn li {
    float: left;
}
.process-btn a {
    background-color: #EBF0F6;
    color: #999999;
    height: 39px;
    line-height: 39px;
    margin-right: 2px;
    text-align: center;
    width: 140px;
}
.process-btn a.on, .process-btn a:hover {
    background-color: #3FA8F9;
    color: #FFFFFF;
}
.process-info {
    font-size: 12px;
    padding-bottom: 40px;
}
.process-info h3 {
    color: #333333;
    font-weight: 700;
    line-height: 30px;
}
.process-info tr {
    height: 42px;
    line-height: 42px;
}
.process-info td, .process-info th {
    border: 1px solid #F2F6FA;
    font-weight: 400;
    text-align: left;
    text-indent: 15px;
}
.pay-info-help, .process-warn p {
    font-size: 12px;
    text-align: justify;
}
.process-info th {
    color: #999999;
}
.process-info-w64 {
    width: 64px;
}
.process-info-w172 {
    width: 172px;
}
.process-info-w300 {
    width: 300px;
}
.process-info-w210 {
    width: 210px;
}
.process-info-w268 {
    width: 268px;
}
.process-warn {
    padding: 25px 0 0;
}
.process-warn p {
    color: #999999;
    line-height: 26px;
}
.pay-info-help {
    background-color: #FAFBFD;
    border: 1px solid #EAEAEA;
    line-height: 18px;
    padding: 20px 25px;
}
.step-3-p, .step-4-p {
    color: #333333;
    font-size: 18px;
	padding-left:222px;
}
.pay-info-help p {
    margin: 4px 0;
}
.pay-info-help h3 {
    font-weight: 700;
}
#pay_help_content {
    white-space: pre-wrap;
}

.remit-logo-1 {
    background: url("../images/pay/remit-logo-1.png") no-repeat scroll 0 0;
    height: 122px;
    left: 56px;
    position: relative;
    top: 23px;
    width: 116px;
}
.remit-logo-2 {
    background: url("../images/pay/remit-logo-2.png") no-repeat scroll 0 0;
    height: 132px;
    left: 20px;
    position: relative;
    top: 25px;
    width: 174px;
}
.disabled {
    color: #FFFFFF;
    cursor: default;
}
.disabled:hover {
    color: #FFFFFF;
    text-decoration: none;
}



























#footer {
    background-color: #f3f6fa;
    color: #666666;
    padding-bottom: 32px;
	margin-top:40px;
	width:100%;
}
#footer .box {
    background: none repeat scroll 0 0 #f3f6fa;
    border-bottom: 1px solid #e8ebed;
    margin: 10px auto 17px;
    padding: 10px;
    width: 1200px;
}
#footer .box h3 {
    color: #4072c6;
    font-weight: normal;
}
#footer .box a {
    color: #999;
    display: inline-block;
    line-height: 28px;
    margin-right: 23px;
}
#footer .box a.dark {
    color: #666;
}
#footer p {
    margin-bottom: 12px;
    text-align: center;
}
#footer p span {
    margin: 0 20px;
}
#footer p a {
    color: #666;
}
.alipay-qrcode .icon, .bank-1, .bank-10, .bank-11, .bank-12, .bank-13, .bank-14, .bank-15, .bank-16, .bank-17, .bank-18, .bank-19, .bank-2, .bank-20, .bank-21, .bank-22, .bank-3, .bank-4, .bank-5, .bank-6, .bank-7, .bank-8, .bank-9, .btn-bank-close span, .btn-bank-close:hover span, .btn-bank-more span, .btn-bank-more:hover span, .btn-coupon-close span, .btn-coupon-close:hover span, .btn-coupon-more span, .btn-coupon-more:hover span, .card-10-off, .card-9-off, .channel-hot, .channel-hot-1, .channel-parent .channel-status-0, .channel-parent:hover .channel-status-0, .channel-repair, .channel-repair-1, .channel-status-1, .channel-status-2, .channel-status-3, .checkbox, .checked, .close .channel-status-0, .close:hover .channel-status-0, .common-title-ico, .common-title-more, .common-title-more:hover, .error-icon, .firendlink a.common-title-more, .firendlink a.hidelinks, .ico-vip0, .ico-vip1, .ico-vip2, .ico-vip3, .ico-vip4, .ico-vip5, .ico-vip6, .ico-vip7, .ico-vip8, .icon-fault, .left-icon-1, .left-icon-10, .left-icon-11, .left-icon-2, .left-icon-3, .left-icon-4, .left-icon-5, .left-icon-6, .left-icon-7, .left-icon-8, .left-icon-9, .logo-icon, .logo37, .order-checked, .pay-for-coin, .pay-for-game, .pay-for-icon, .pay-for-tt, .pay-game, .pay-help, .pay-notice-span, .pay-type-title, .pay-wechat-tips .icon, .qrcode-close, .remit-1, .remit-2, .result-icon-failure, .result-icon-success, .top-has-msg .has-no-mas, .u-level-00, .u-level-01, .u-level-02, .u-level-03, .u-level-04, .u-level-05, .u-level-06, .u-level-07, .u-level-08, .ul-14 li, .user-info dd a.user-info-m1 span, .user-info dd a.user-info-m2 span, .user-info dd a.user-info-m3 span, .user-info dd a.user-info-m4 span, .user-info dd a.user-info-m5 span, .user-info dd a.user-info-m1:hover span, .user-info dd a.user-info-m2:hover span, .user-info dd a.user-info-m3:hover span, .user-info dd a.user-info-m4:hover span, .user-info dd a.user-info-m5:hover span, .user-info dd a.user-info-m1:visited span, .user-info dd a.user-info-m2:visited span, .user-info dd a.user-info-m3:visited span, .user-info dd a.user-info-m4:visited span, .user-info dd a.user-info-m5:visited span {
    background-image: url("../images/pay/pay_icon.png");
}
.sq-dialog-masking {
    background-color: #000000;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.sq-dialog {
    color: #6C6C6C;
    left: 500px;
    padding: 0;
    position: absolute;
    top: 200px;
    width: 420px;
    z-index: 1001;
}

.sq-dialog-body {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    box-shadow: 0 0 2px 1px #FFFFFF inset;
    word-break: break-all;
}

.pay-wechat .sq-dialog-titlebar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 30px 0;
    text-align: center;
}
.sq-dialog-titlebar {
    color: #3C3C3C;
    height: 20px;
    padding: 10px 0 10px 15px;
    position: relative;
}

.pay-qrcode-wechat h3, .pay-wechat .sq-dialog-titlebar-text {
    color: #003333;
    font-size: 24px;
}
.sq-dialog-titlebar-text {
    color: #3C3C3C;
    font-size: 14px;
}
.sq-dialog-notitle {
    height: 1px;
    overflow: hidden;
}

.sq-dialog-close {
    background: url("../images/pay/bg-dialog-close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 13px;
    position: absolute;
    right: 15px;
    text-indent: -9999px;
    top: 10px;
    width: 14px;
}
.sq-dialog-close:hover {
    background-position: 0 -30px;
}
.pay-wechat .sq-dialog-client, .pay-wechat .sq-dialog-content {
    margin: 0;
    padding: 0;
}
.sq-dialog-client {
    background-color: #FFFFFF;
    font-size: 14px;
    padding: 24px 14px 0;
}
.pay-qrcode-wechat {
    background-color: #FFFFFF;
    border-radius: 6px;
    height: 418px;
    margin: 0 auto;
    position: relative;
    width: 398px;
}

.pay-wechat .sq-dialog-content p {
    line-height: normal;
    text-align: left;
}
.pay-qrcode-wechat p {
    color: #999999;
    font-size: 14px;
    padding: 0 0 0 87px;
}
.sq-dialog-content p {
    color: #9C9C9C;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
}
.sq-dialog-content p {
    margin: 8px 0;
}
.pay-qrcode-wechat .account {
    color: #FF9900;
    font-size: 24px;
}

.pay-qrcode-wechat .number {
    color: #000000;
    font-size: 14px;
}
#wx_div{
    border: medium none;
    display: block;
    height: 256px;
    margin:12px auto auto;
    position: relative;
    width: 256px;
}
fieldset, hr, img {
    border: medium none;
}
.pay-wechat-tips {
    height: 32px;
    line-height: 50px;
    vertical-align: top;
}
.tc {
    text-align: center;
}
.pay-wechat-tips .icon, .pay-wechat-tips .tip-1 {
    color: #000000;
    font-size: 18px;
}
#step_3 .li-1 {
    position: relative;
    top: -55px;
}
#step_4 .li-1 {
    position: relative;
    top: -65px;
}
.pay-blue {
    color: #3FA8F9;
}
#pay_tips{
    position: relative;
	top:-10px;
}
#pay_bank{
    position: relative;
	top:-10px;
}