i,textarea {
    vertical-align: middle
}

.data-table,table {
    border-collapse: collapse
}

.calculator,.result-list li,.switch-tabs li,.switch-tabs ul,.view-more {
    overflow: hidden
}

article,aside,details,figcaption,figure,footer,header,menu,nav,section {
    display: block
}

body,html {
    width: 100%;
    overflow-x: hidden
}

body {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #333
}

body * {
    tap-highlight-color: rgba(0,0,0,0)
}

blockquote,q {
    quotes: none
}

textarea {
    width: 100%
}

blockquote:after,blockquote:before,q:after,q:before {
    content: ''
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border: 0
}

button {
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 1
}

h3 {
    font-size: 14px
}

p {
    font-size: 12px;
    line-height: 1.2
}

.switch-tabs {
    padding: 10px 16px;
    position: relative;
    z-index: 999
}

.switch-tabs ul {
    height: 28px;
    line-height: 28px;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: #fff
}

.big-switch-tabs ul {
    height: 32px;
    line-height: 32px
}

.switch-tabs li:first-child {
    border: none;
    margin: 0
}

.switch-tabs .select-tab {
    background: url(../images/switch_tabs_point.png);
    box-shadow: inset 0 0 3px rgba(0,0,0,.1)
}

.switch-tabs li {
    text-align: center;
    border-left: 1px solid #ccc;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -webkit-box-flex: 1
}

.switch-tabs .select-tab a {
    color: #477eda;
    font-weight: 700;
    display: block
}

.switch-tabs li a {
    color: #000;
    font-size: 14px;
    display: block
}

.calbtn-wrap {
    margin-top: 0
}

.mod-tit p {
    color: #333;
    font-size: 14px;
    font-weight: 700
}

.relate {
    margin: 15px 12px
}

.relate h3 {
    color: #333;
    font-size: 16px;
    margin: 10px 0 5px
}

.relate ul li {
    display: inline-block;
    line-height: 20px;
    width: 49%
}

.relate ul li a {
    color: #018dd7
}

.calc-result {
    padding-bottom: 20px
}

.result-list li {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 10px
}

.result-list .group-tit {
    font-size: 14px;
    background: #dde3ff;
    height: 36px;
    line-height: 36px
}

.result-list li .item-name {
    float: left;
    font-size: 16px;
    line-height: 44px;
    width: 50%
}

.result-list li .item-value {
    color: #999;
    float: right;
    font-size: 16px;
    line-height: 44px;
    padding-right: 20px;
    text-align: right;
    width: 40%
}

.result-list li p {
    clear: both;
    color: #999;
    font-size: 12px;
    line-height: 20px;
    position: relative;
    top: -8px
}

.recal-btn {
    margin-top: 15px
}

.view-more {
    padding: 5px;
    margin-bottom: 0;
    border-bottom: 1px solid #cfcfcf;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-box-shadow: 0 1px 0 #FFF inset
}

.view-more p {
    padding-bottom: 0
}

.view-more.hover {
    background-color: #e3e3e3
}

.view-more .detail {
    -ms-flex: 1;
    flex: 1;
    display: block;
    word-wrap: break-word;
    word-break: normal
}

.view-more .detail .txt {
    display: block;
    color: #888;
    font-size: 14px;
    font-weight: 700;
    line-height: 38.4px
}

.wid2 {
    padding: 0 1px
}

.mtop5 {
    margin-top: 5px
}

.mtop10 {
    margin-top: 10px
}

.clear {
    clear: both
}

.data-table {
    width: 100%;
    display: table;
    max-width: 100%;
    background-color: transparent;
    border-spacing: 0
}

.data-table tbody>tr>td,.data-table thead>tr>th {
    padding: 7px 4px;
    line-height: 1.428571429;
    vertical-align: top;
    border-bottom: 1px solid #d2d2d2;
    color: #3d3d3d;
    font-size: 14px
}

.data-table thead>tr>th {
    padding: 10px 4px;
    vertical-align: bottom;
    color: #777;
    border-bottom: 1px solid #ddd;
    text-align: center
}

.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th {
    color: #E285AB;
    background-color: #f9f9f9
}

.table-striped>tbody>tr:nth-child(even)>td,.table-striped>tbody>tr:nth-child(even)>th {
    color: #299bd1
}

.data-container .group-tit {
    font-size: 14px;
    background: #dde3ff;
    height: 36px;
    line-height: 36px
}

.data-container div.group-tit {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 10px;
    overflow: hidden
}

.field-wrap {
    min-height: 50px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center
}

.field-wrap label {
    display: block;
    width: 30%
}

.filed-wrap label {
    height: 34px;
    padding: 0 8px;
    display: inline-block;
    line-height: 34px;
    text-align: left;
    border-radius: 5px
}

.filed-wrap label:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.filed-wrap label:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.field-wrap .field {
    width: 65%;
    -ms-flex: 1;
    flex: 1;
    box-flex: 1
}

.field-wrap .long-field {
    width: 35%
}

.field-wrap .short-field {
    width: 25%;
    margin-left: 3%
}

.field-wrap .mid-field {
    width: 32%
}

.field .ui-text {
    margin: 0;
    width: 100%
}

.field .ui-text input {
    border: 1px solid #c1c1c1;
    height: 35px;
    line-height: 1;
    text-indent: .5em
}

.use-help,.use-help p {
    line-height: 14px
}

.field .rate-text input {
    text-indent: 1em
}

.field .repay-method {
    width: 100%
}

.field .ad-link {
    float: right;
    color: #F69;
    font-weight: 700;
    text-decoration: underline
}

.use-help p {
    font-size: 12px;
    color: #666;
    margin: 6px 0 6px 10px
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.hide {
    display: none;
}

.switch-tabs {
    margin: 15px 0;
}

.switch-tabs .select-tab {
    background: #f0f0f0;
    box-shadow: inset 0 0 3px rgb(0 0 0 / 10%);
}

.field-wrap label {
    line-height: 30px;
}

.rate-text:before {
    position: absolute;
    left: 5px;
    top: 8px;
    color: #666;
    content: "=";
}

.ui-text {
    position: relative;
    width: 96%;
    margin: 2px 5px;
    height: 28px;
    display: block;
    display: box;
    display: -webkit-box;
    -webkit-box-align: center;
    box-flex: 1;
    font-size: 100%;
    border: 0;
    vertical-align: middle;
    line-height: inherit;
}

.ui-text input {
    display: block;
    -webkit-appearance: none;
    width: 100%;
    height: 30px;
    line-height: 1;
    margin: 0;
    padding: 0;
    box-flex: 1;
    border-radius: 0;
    border: 0;
    vertical-align: middle;
    font-size: 100%;
    box-sizing: border-box;
}

.ui-text:after {
    position: absolute;
    color: #666;
    content: attr(data-tail);
    right: 18px;
    top: 8px;
}

.field-wrap .field-group {
    -ms-flex: 1;
    flex: 1;
    box-flex: 1;
    display: flex;
}

.field-wrap .field {
    width: 65%;
    -ms-flex: 1;
    flex: 1;
    box-flex: 1;
}

.field .ui-text input {
    border: 1px solid #c1c1c1;
    height: 35px;
    line-height: 1;
    text-indent: 0.5em;
}

.field .rate-text input {
    text-indent: 1.2em;
}

.ui-select {
    width: 100%;
    height: 32px;
    padding: 0;
    display: -webkit-box;
    display: box;
    box-flex: 1;
    font-size: 16px;
    box-sizing: border-box;
}

.ui-select .value-bar {
    width: 100%;
    height: 35px;
    text-indent: 8px;
    font-size: 14px;
    color: #333;
    border: 1px solid #c7c7c7;
    box-sizing: border-box;
}

.ui-select .value-bar::after {
    position: absolute;
    right: 0.5em;
    top: 15px;
    content: "";
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-width: 6px 5px;
    border-top-color: #333;
}

.ui-select, .ui-select .value-bar {
    line-height: 32px;
    margin: 0;
    position: relative;
}

.ui-select select {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.ui-btn {
    width: 72px;
    height: 32px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-shadow: 0 1px 0 rgb(0 0 0 / 38%);
    border-radius: 4px;
    border: 1px solid;
    cursor: pointer;
}

.ui-btn[skin~=full] {
    width: 99%;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
}

.ui-btn[skin~=blue] {
    border-color: #0369aa;
    border-radius: 4px;
    box-shadow: 0 1px 0 #40c1ff inset;
    background: #26a7ef;
    background: -webkit-gradient(linear,0 0,0 100%,from(#26a7ef),to(#018cd7));
}

.ui-btn[skin~=back] {
    position: relative;
    overflow: visible;
    left: 10px;
    background: #229bdf;
    background-size: auto 34px;
    border: 0;
}

.ui-bar {
    height: 35px;
    padding: 0 10px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    box-shadow: 0 1px 0 #fff inset;
    background: -webkit-gradient(linear,0 0,0 100%,from(#f1f1f1),to(#e1e1e1));
    text-align: center;
}

.ui-bar[skin~=title] {
    height: 40px;
    color: #229bdf;
    text-shadow: none;
    line-height: 45px;
    padding: 0;
    -webkit-box-shadow: 0 1px 0 #229bdf inset;
    border-top: 0;
    border-bottom: 0;
    background: #eee;
    -webkit-box-shadow: none;
}

.ui-bar .title {
    height: 35px;
    font-size: 18px;
    display: -webkit-box;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.ui-bar .left, .ui-bar .right {
    position: absolute;
    height: 35px;
    top: 4px;
    vertical-align: middle;
}

.ui-bar .left {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    left: 5px;
}

.ui-bar[skin~=title] .left, .ui-bar[skin~=title] .right, .ui-bar[skin~=title] .title {
    height: 40px;
}

.mod-panel {
    width: 800px;
    margin: 0 auto 30px;
}

.mod-panel .hd {
    padding-top: 25px;
    margin-bottom: 25px;
    line-height: 30px;
    text-align: center;
}

.mod-panel .hd h1 {
    font-size: 24px;
    color: #212121;
}

.mod-panel .hd ul {
    position: relative;
    top: 15px;
    margin-bottom: 10px;
    overflow: hidden;
}

.mod-panel .hd li {
    float: left;
    width: 33.33%;
}

.mod-panel .hd li a {
    display: block;
    height: 36px;
    margin: 0 5px;
    background: #f5f5f5;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

.mod-panel .hd li.active a {
    background: #2095f2;
    color: #fff;
}

.mod-panel .bd {
    max-width: 640px;
    margin: 0 auto 20px;
}

.mod-panel .bd p {
    line-height: 30px;
}

.mod-panel .ft {
    padding-top: 20px;
    border-top: 1px dotted #e0e0e0;
}

.mod-panel .box {
    padding: 0 20px;
    margin-bottom: 20px;
}

.mod-panel .box h3 {
    line-height: 30px;
    font-size: 16px;
}

.mod-panel .box p {
    line-height: 24px;
    font-size: 14px;
}

.mod-panel .box p.text-gray {
    color: #888;
}

.mod-panel .box table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #cee1ee;
    border-left: 0;
}

.mod-panel .box caption {
    padding: 20px 0 10px;
    line-height: 22px;
    font-size: 16px;
    text-align: center;
}

.mod-panel .box thead {
    border-bottom: 1px solid #cee1ee;
    background-color: #e3eef8;
}

.mod-panel .box tr {
    line-height: 30px;
    font-size: 13px;
}

.mod-panel .box tr th, .mod-panel .box tr td {
    border-left: 1px solid #cee1ee;
    word-break: break-all;
    word-wrap: break-word;
    padding-left: 10px;
    font-weight: normal;
}

.mod-panel .box tr th {
    color: #555;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: left;
}

.mod-panel .box tr:nth-child(2n) {
    background-color: #f0f5f8;
}

@media screen and (max-width: 1024px) {
    .mod-panel {
        width: auto;
    }

    .mod-panel .hd {
        padding-top: 15px;
        margin-bottom: 15px;
    }

    .mod-panel .hd h1 {
        font-size: 18px;
    }

    .mod-panel .hd ul {
        top: 10px;
    }

    .mod-panel .hd li a {
        height: 32px;
        margin: 0 3px;
        line-height: 32px;
        font-size: 14px;
    }

    .field-wrap .field-group {
        display: block;
    }

    .field-wrap .field {
        width: 100%;
    }
}
