body {
    font-family: arial, 宋体;
    font-size: 12px;
    font-weight: normal;
    color: #333;
    background-color: #f7f7f7;
    margin: 0px;
    padding: 0px;
}

ul,
ol {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

a {
    color: #333;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
select,
textarea {
    font-family: arial, 宋体;
    font-size: 12px;
    font-weight: normal;
    color: #333;
    padding: 0px;
    margin: 0px;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-image: none;
    color: rgb(0, 0, 0);
    /* -webkit-box-shadow: 0 0 0px 50px white inset; */
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}


/* banner */

.banner {
    width: 100%;
    height: 70px;
    border-bottom: 2px solid #d0d6dd;
}

.ban-inner {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.logo {
    height: 40px;
    margin-top: 15px;
    float: left;
}

.ban-name {
    font-size: 16px;
    letter-spacing: 1px;
    color: #314675;
    margin-top: 30px;
    margin-left: 10px;
    float: left;
}

.ban-info {
    position: absolute;
    top: 15px;
    right: 0;
    width: 160px;
}

.ban-info img {
    width: 38px;
    margin-right: 10px;
    float: left;
}

.ban-ic {
    float: left;
}

.ban-ic div {
    font-size: 16px;
    font-weight: bold;
    color: #359eef;
    letter-spacing: 1px;
}

.ban-ic label {
    font-size: 12px;
    color: #999;
}


/* main */

.main {
    width: 1000px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 85px;
    overflow: hidden;
}

.inner {
    position: relative;
    width: 940px;
    margin: 0 auto;
}

.title {
    width: 100%;
    margin-top: 60px;
    float: left;
}

.title div {
    width: 5px;
    height: 20px;
    background-color: #f76510;
    float: left;
}

.title label {
    font-size: 18px;
    margin-top: -2px;
    margin-left: 20px;
    float: left;
}

.left-img {
    position: absolute;
    top: 200px;
    right: 100px;
    max-width: 200px;
    max-height: 180px;
}


/* order */

.order {
    position: absolute;
    top: 95px;
    left: 50%;
    margin-left: -470px;
    width: 940px;
    height: 100px;
    -webkit-box-shadow: 0 0 10px #999;
    -moz-box-shadow: 0 0 10px #999;
    -ms-box-shadow: 0 0 10px #999;
    -o-box-shadow: 0 0 10px #999;
    box-shadow: 0 0 10px #999;
    overflow: hidden;
}

.order-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.order-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    width: 64px;
    height: 64px;
}

.order-title {
    position: absolute;
    top: 15px;
    left: 90px;
    z-index: 2;
    font-size: 14px;
    color: #fff;
}

.order-val {
    position: absolute;
    top: 40px;
    left: 90px;
    z-index: 2;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
}

.order-deil {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 675px;
    height: 100%;
    font-size: 14px;
    background-color: #fff;
}

.order-item {
    width: 100%;
    margin-top: 5px;
    float: left;
}

.order-item div {
    margin-left: 30px;
    float: left;
}

.order-item label {
    margin-left: 5px;
    float: left;
}

.order-deil span {
    font-size: 15px;
    font-weight: bold;
    margin-left: 5px;
    float: left;
}

.order-show {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    width: 100px;
    height: 100%;
    background-color: #fff;
    cursor: pointer;
}

.order-show img {
    width: 12px;
    margin-top: 30px;
    margin-left: 20px;
    float: left;
}

.order-show div {
    width: 30px;
    font-size: 14px;
    color: #f76510;
    margin-top: 22px;
    margin-left: 10px;
    float: left;
}


/* tab */

.main-tab {
    width: 100%;
    margin-top: 50px;
    float: left;
}

.mtb-item {
    width: 130px;
    height: 35px;
    text-align: center;
    font-size: 16px;
    color: #999;
    border-bottom: 3px solid #e1e8f1;
    margin-right: 2px;
    float: left;
    cursor: pointer;
}

.mtb-sel {
    font-weight: bold;
    color: #1b6ede;
    border-bottom: 3px solid #1b6ede;
}


/* bank */

.bank {
    width: 100%;
    background-color: #eaeef3;
    margin-top: 20px;
    float: left;
}

.bank-inner {
    width: 95%;
    margin: 30px auto;
    overflow: hidden;
}

.bank-item {
    width: 18.3%;
    height: 30px;
    background-color: #fff;
    border: 2px solid #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 1%;
    float: left;
    cursor: pointer;
}

.bank-item-sel {
    border: 2px solid #579fe9;
}

.bank-item img {
    height: 20px;
    margin-top: 5px;
    margin-left: 15px;
    float: left;
}


/* limit */

.limit {
    width: 100%;
    margin-top: 20px;
    float: left;
}

.limit table {
    width: 100%;
}

.limit table td {
    line-height: 30px;
    text-align: center;
    border: 1px solid #ddd;
}


/* card */

.card {
    width: 100%;
    margin-top: 20px;
    float: left;
}

.card-item {
    position: relative;
    width: 100%;
    height: 55px;
    border-bottom: 1px solid #b5c1d2;
    float: left;
    cursor: pointer;
}

.card-i {
    font-size: 18px;
    color: #b5c1d2;
    margin-top: 18px;
    float: left;
}

.card-ic {
    display: none;
    position: absolute;
    top: 19px;
    left: 1px;
    font-size: 16px;
    color: #f76611;
}

.card-img {
    height: 22px;
    margin-top: 15px;
    margin-left: 20px;
    float: left;
}

.card-no {
    position: absolute;
    top: 18px;
    left: 200px;
    font-size: 12px;
    color: #999;
}

.card-del {
    display: none;
    position: absolute;
    top: 18px;
    right: 0;
    font-size: 16px;
    color: #b8bfc8;
    cursor: pointer;
}

.card-btm {
    position: relative;
    width: 100%;
    height: 60px;
    float: left;
}

.card-btm i {
    font-size: 13px;
    color: #337ab7;
    margin-top: 22px;
    float: left;
    display: inline-block;
    width: 12px;
    height: 12px;
    padding: 0 0.5px;
}

.card-btm label {
    color: #337ab7;
    margin-top: 20px;
    margin-left: 5px;
    float: left;
}

.card-add {
    cursor: pointer;
    overflow: hidden;
}

.card-add label {
    cursor: pointer;
}

.card-more {
    position: absolute;
    right: 0;
    cursor: pointer;
}

.card-more label {
    cursor: pointer;
}

.card-pop {
    position: fixed;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -150px;
    z-index: 1000;
    width: 300px;
    height: 140px;
    background-color: #fff;
    border: 5px solid #ddd;
    display: none
}

.card-pop-text {
    margin: 0;
    font-size: 16px;
    text-align: center;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
}

.card-pop-btn {
    display: inline-block;
    padding: 12px 18px;
    font-size: 14px;
    background: #eee;
    border-radius: 2px;
    margin-top: 20px;
    cursor: pointer;
}

.card-pop-btn.active {
    background: #1b6ede;
    color: #fff;
}

.card-pop-btn:nth-child(1) {
    float: left;
    margin-left: 60px;
}

.card-pop-btn:nth-child(2) {
    float: right;
    margin-right: 60px;
}


/* input */

.ipt-form {
    width: 100%;
    float: left;
}

.ipt-inner {
    width: 400px;
    margin-left: 100px;
}

.ipt-item {
    position: relative;
    width: 400px;
    height: 60px;
    border-bottom: 1px solid #b5c1d2;
    float: left;
}

.ipt-lab {
    width: 80px;
    font-size: 14px;
    margin-top: 20px;
    float: left;
}

.ipt-txt {
	background: white;
    width: 180px;
    height: 60px;
    /* line-height: 1px; */
    font-size: 14px;
    border: 0;
    outline: none;
    float: left;
    padding: 0 5px;
    line-height: 60px\9;
    /*IE6、7、8*/
}

.ipt-date {
    width: 60px;
    height: 60px;
    line-height: 60px\9;
    font-size: 14px;
    border: 0;
    outline: none;
    margin-left: 5px;
    margin-right: 25px;
    float: left;
}

.m-l-25 {
    margin-left: 25px;
}

.ipt-db {
    font-size: 14px;
    line-height: 60px;
    float: left;
}

.ipt-code {
    position: absolute;
    top: 11px;
    right: 0;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #fff;
    padding: 0 10px;
    cursor: pointer;
    color: #488fd7;
    border: 1px solid #488fd7;
}

.ipt-code-disabled {
    background-color: #eef2f8!important;
    color: #333!important;
    border: none;
}

.ipt-a {
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 14px;
    color: #488fd7;
    cursor: pointer;
}

.ipt-msg {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #f64a60;
    float: left;
    text-align: center;
}

.ipt-info {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    float: left;
}

.ipt-info-l {
    color: #488fd7;
    cursor: pointer;
}

.ipt-info-r {
    position: absolute;
    right: 0;
    color: #488fd7;
    cursor: pointer;
}

.ipt-stat {
    position: absolute;
    top: 21px;
    left: 105%;
    min-width: 200px;
}

.ipt-stat i {
    font-size: 18px;
    float: left;
}

.ipt-stat .icon-ok {
    color: #99cc33;
}

.ipt-stat .icon-delete {
    color: #ff6666;
}

.ipt-stat label {
    display: none;
    font-size: 14px;
    color: #ff6666;
    margin-left: 5px;
    float: left;
}


/* pay */

.btn-pay {
    width: 200px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #999;
    letter-spacing: 1px;
    background-color: #eee;
    border: 1px solid #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin-top: 20px;
    float: left;
}

.btn-sel {
    color: #488fd7;
    background-color: #fff;
    border: 1px solid #488fd7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}


/* bank type */

.bank-type {
    position: relative;
    width: 100%;
    height: 30px;
    margin-top: 10px;
    float: left;
}

.bt-con {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 28px;
    border: 1px solid #579fe9;
    /*cursor: pointer;*/
}

.bt-val {
    position: absolute;
    top: 0;
    left: 10px;
    color: #488fd7;
    line-height: 28px;
}

.bt-chos {
    position: absolute;
    top: -3px;
    right: 5px;
    width: 20px;
    height: 34px;
    background-color: #579fe9;
}

.bt-cv {
    border: 1px solid #f77230;
}

.bt-cv .bt-val {
    color: #f77230;
}

.bt-cv .bt-chos {
    background-color: #f77230;
}

.bt-cb {
    display: none;
}

.show-cv {
    display: none;
}

.bank-pic {
    height: 30px;
    margin-top: 15px;
}


/* agree */

.agree {
    width: 100%;
    line-height: 50px;
    font-size: 14px;
    margin-bottom: 50px;
    float: left;
}

.icon-agree {
    background: url(../image/icon-agree.png) center no-repeat;
    display: inline-block;
    width: 14px;
    height: 16px;
    background-size: contain;
}

.agree i {
    font-size: 15.5px;
    margin-top: 17px;
    float: left;
}

.agree label {
    margin-left: 5px;
    float: left;
}

.agree a {
    color: #488fd7;
    float: left;
    cursor: pointer;
}


/* result */

.result {
    width: 100%;
    height: 500px;
}

.result-inner {
    width: 280px;
    text-align: center;
    margin: 0 auto;
}

.result-inner img {
    width: 100%;
    margin-top: 60px;
}

.result-suc {
    font-size: 18px;
    font-weight: bold;
}

.result-suc span {
    color: #f76510;
}

.result-head {
    font-size: 18px;
    font-weight: bold;
}

.result-con {
    font-size: 14px;
    color: #999;
    margin-top: 20px;
}

.result-time {
    margin-top: 30px;
}

.result-btn {
    width: 200px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
    color: #f23423;
    border: 1px solid #f23423;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin: 30px auto;
    cursor: pointer;
}


/* problem */

.problem {
    width: 100%;
    background-color: #f7f7f7;
    padding-top: 50px;
}

.problem a:hover {
    color: #337ab7;
    cursor: pointer;
}

.pro-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
}

.pro-name {
    line-height: 30px;
}

.pro-item {
    color: #999;
    line-height: 20px;
}


/* footer */

.footer {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    color: #8d8d8d;
    background-color: #5e5e5e;
    margin-top: 50px;
}


/* cover */

.cover {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    -khtml-opacity: 0.2;
    -moz-opacity: 0.2;
    filter: alpha(opacity=20);
    filter: "alpha(opacity=20)";
    /* filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20); */
    /*兼容ie8及以下*/
    filter: Alpha(opacity=20);
    opacity: 0.2;
}


/* open window */

.open-window {
    display: none;
    position: fixed;
    top: 50%;
    margin-top: -200px;
    left: 50%;
    margin-left: -380px;
    z-index: 1000;
    width: 760px;
    height: 400px;
    background-color: #fff;
    border: 5px solid #ddd;
}

.ow-title {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
    float: left;
}

.ow-title label {
    font-size: 14px;
    font-weight: bold;
    margin-left: 20px;
}

.ow-close {
    position: absolute;
    top: 14px;
    right: 20px;
    font-size: 20px;
    color: #999;
    cursor: pointer;
}

.ow-main {
    width: 100%;
    float: left;
}

.ow-list {
    width: 700px;
    margin: 10px 30px;
}

.ow-item {
    position: relative;
    width: 31%;
    height: 36px;
    border: 1px solid #ddd;
    margin-left: 1%;
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
}

.ow-item img {
    height: 20px;
    margin-top: 9px;
    margin-left: 5px;
}

.ow-type {
    position: absolute;
    top: 8px;
    right: 4px;
    width: 38px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
}

.ow-x {
    color: #f76510;
    border: 1px solid #f76510;
}

.ow-c {
    color: #488fd7;
    border: 1px solid #2476e9;
    right: 48px;
}


/* open message */

.open-message {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 320px;
    height: 155px;
    background-color: #fafcfe;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #b0cce8;
    z-index: 10;
    padding: 0 30px;
}

.open-message:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 20px;
    top: -5px;
    border-top: 1px solid #b0cce8;
    border-left: 1px solid #b0cce8;
    border-bottom: 1px solid #fafcfe;
    border-right: 1px solid #fafcfe;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
    background-color: #fafcfe;
}

.om-title {
    width: 100%;
    height: 35px;
    line-height: 50px;
    font-size: 14px;
    color: #ff5c82;
    text-align: left;
    font-weight: bold;
}

.om-head {
    width: 100%;
    height: 23px;
    line-height: 23px;
    font-size: 13px;
    font-weight: bold;
    color: #4e638e;
}

.om-item {
    width: 100%;
    color: #4e638e;
    line-height: 20px;
}


/* icon font */

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?5mwo6b');
    src: url('fonts/icomoon.eot?5mwo6b#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?5mwo6b') format('truetype'), url('fonts/icomoon.woff?5mwo6b') format('woff'), url('fonts/icomoon.svg?5mwo6b#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-text:before {
    content: "\e907";
}

.icon-close:before {
    content: "\e904";
}

.icon-select:before {
    content: "\e900";
}

.icon-circle:before {
    content: "\e901";
}

.icon-dots:before {
    content: "\e902";
}

.icon-add:before {
    content: "\e903";
}

.icon-delete:before {
    content: "\e915";
}

.icon-ok:before {
    content: "\e914";
}

.icon-back:before {
    content: "\e905";
}

.icon-pack:before {
    content: "\e906";
}