/* 简单的样式重置 */
*,
*:before,
*:after {
    margin: 0;
    padding: 0;
}
html,
body {
    height: 100%;
    background: #f5f5f5;
}

.header {
    min-width: 990px;
    margin-bottom: 10px;
    border-bottom: 2px solid #00bbee;
    padding: 13px 0;
    background: #fff;
}
.inner-center {
    margin-right: auto;
    margin-left: auto;
    width: 990px;
}
.logo {
    font-size: 15px;
    color: #999;
}
.logo-img,
.logo-span,
.logo-txt {
    vertical-align: middle;
}
.logo-img {
    height: 32px;
}
.logo-span {
    margin: 0 6px;
    font-size: 12px;
    vertical-align: middle;
}

.section-main {
    min-height: calc(100vh - 200px);
}
.order-detail {
    overflow: hidden;
    background: #fff;
}
.order-detail .success {
    float: left;
    padding: 15px 25px;
}
.order-detail .success img {
    height: 62px;
}
.order-detail .message {
    position: relative;
    margin-left: 25px;
}
.order-detail .message h3 {
    margin-right: 25px;
    border-bottom: 1px solid #f4f4f4;
    padding: 16px 0 10px;
    font-size: 16px;
}
.order-detail .message p {
    padding: 10px 0;
    font-size: 14px;
    color: #999;
}
.order-detail .sum {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 16px;
    font-weight: 600;
}
.order-detail .sum span {
    font-size: 20px;
    color: #ff5400;
}

.chose-body {
    margin-top: 10px;
    background: #fff;
}
.chose-title {
    padding: 20px 25px 10px;
    font-size: 14px;
    color: #999;
}
.mode-tabs {
    margin: 5px 25px;
    border-bottom: 1px solid #e5e5e5;
}
.mode-tabs > span {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: -1px;
    border: 1px solid #e5e5e5;
    border-radius: 4px 4px 0px 0px;
    padding: 6px 14px;
    font-size: 14px;
    color: #7d7d7d;
    background: #f8f8f8;
    cursor: pointer;
}
.mode-tabs > span.active {
    border-bottom-color: #fff;
    background: #fff;
    color: #017FFF;
}
.tab {
    overflow: hidden;
    list-style-type: none;
    margin: 20px 25px 0;
    border-bottom: 1px solid #E5E5E5;
}
.tab li {
    float: left;
    width: 160px;
    height: 46px;
    margin-right: 16px;
    margin-bottom: 20px;
    cursor: pointer;
    border: 1px solid transparent;
}
.tab li:hover {
   border: 1px solid #00bbee; 
}
.tab li.selected {
    position: relative;
    border: 1px solid #00bbee;
}
.tab li.selected:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    background: url(https://vsp.allinpay.com/statichtml/webpub/cusweb/images/wy_selected.png) no-repeat;
    background-size: contain;
}
.tab li img {
    max-width: 100%;
}
.chose-btn {
    padding: 20px 0 30px;
    text-align: center;
}
.chose-btn input {
    border: 1px solid #00bbee;
    padding: 10px 50px;
    font-size: 12px;
    color: #fff;
    background: #00bbee;
    outline: none;
    cursor: pointer;
}

.pay-tip {
    position: relative;
    background: #FFF4E7;
    margin-bottom: 10px;
    border: 10px solid #fff;
    padding: 16px;
}
.pay-tip h3 {
    margin-bottom: 14px;
    font-size: 16px;
    color: #0072FF;
}
.pay-tip-list {
    margin-left: 19px;
    font-size: 14px;
}
.pay-tip-list li {
    margin-bottom: 8px;
}
.pay-tip-list li h5 {
    margin-bottom: 4px;
}
.pay-tip-list li p {
    color: #4E5768;
}
.pay-tip-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    padding: 3px;
    background-color: #FF0000;
    cursor: pointer;
}

.pay-tips {
    padding: 33px 33px 0px;
}
.pay-tips p {
    font-size: 13px;
    color: #000;
    line-height: 21px;
}
.pay-tips .pay-btn {
    padding: 30px 0px;
    text-align: center;
}
.pay-btn input[type="button"] {
    margin: 0px 21px;
    width: 130px;
    height: 36px;
    font-size: 14px;
}
.pay-btn .btn_complete {
    width: 98px;
    height: 28px;
    color: #ffffff;
    line-height: 26px;
    background-color: #ff7a04;
    border: 1px solid #e8740e;
    border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
}

.footer {
    min-width: 990px;
    margin-top: 30px;
    padding: 16px 0px;
    background-color: #303744;
}
.site-footer-hd {
    font-size: 0;
    text-align: center;
    list-style: none;
}
.site-footer-hd li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: auto;
    padding: 0px 25px;
}
.site-footer-hd span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: auto;
    line-height: 13px;
    font-size: 13px;
    color: #b0b5c2;
}
.site-footer-hd li a {
    line-height: 13px;
    font-size: 13px;
    color: #b0b5c2;
    text-decoration: none;
}
.site-footer-hd li a:hover {
    text-decoration: underline;
}
.site-footer-bd {
    padding: 5px 0px 0px;
    line-height: 13px;
    font-size: 13px;
    color: #626a7d;
    text-align: center;
    list-style: none;
}
.site-footer-bd li {
    margin: 12px 0px 0px;
}
.site-footer-bd li span {
    margin: 0px 10px;
}
.site-footer-bd li span a {
    margin: 0px 10px;
    line-height: 13px;
    font-size: 13px;
    color: #626a7d;
}

.status-block {
    padding: 30px;
    text-align: center;
    background-color: #fff;
}
.status-block-tt {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #474E5D;
}
.status-block-msg {
    margin: 10px 0 40px;
    font-size: 14px;
    color: #767A82;
}
.status-block .inner {
    border: 1px solid #D3E3F0;
    background: #FCFEFF;
}

.status-block img {
    margin-top: 40px;
    height: 82px;
}

/* 限额说明 */

.main {
    /*margin-top: 219px;*/
    min-height: calc(100vh - 200px);
}

.container {
    max-width: 990px;
    margin: 0 auto;
}

.hd {
    margin-top: -10px;
    border-top: 10px solid #f5f5f5;
    border-bottom: 5px solid #f5f5f5;
    background-color: #fff;
}

.hd-tt {
    font-size: 14px;
    font-weight: 400;
    color: #111;
    text-align: center;
    margin: 0 20px;
    padding: 14px 0;
    border-bottom: 1px solid #F0F0F0;
}

.hd-content-inner {
    overflow: hidden;
    padding: 12px 20px 0;
    margin-right: -20px;
}

.hd-content a {
    float: left;
    display: inline-block;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #65779F;
    text-align: center;
    text-decoration: none;
    border: 1px solid #65779F;
    border-radius: 15px;
    margin: 0 20px 12px 0;
}

.hd-content a.active {
    color: #fff;
    background-color: #017FFF;
    border-color: transparent;
    box-shadow:0px 4px 8px 0px rgba(83,135,255,0.4);
}

.bd {
    overflow: hidden;
    padding-bottom: 140px;
    background-color: #fff;
}

.block {
    padding-top: 240px;
    margin-bottom: -100px;
}

.block-tt {
    margin-bottom: 9px;
    font-size: 14px;
    font-weight: 400;
    color: #017FFF;
    text-align: center;
}

.block-table {
    margin: 0 auto;
    width: 900px;
    font-size: 14px;
    color: #7D7D7D;
    border-collapse: collapse;
}

.block-table td {
    padding: 6px 0;
    text-align: center;
    border: 1px solid #D9DEE8;
}

.bg0 {
    background-color: #F2F5F8;
}

.header-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}