﻿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 ;
        box-sizing: border-box;
    }

.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
}
