.btn, .formbtn, .btn-blue, .btn-orange, .btn-gray {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

html {
    font-size: 62.5%;
    -webkit-user-select: none
}

body {
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    -webkit-user-select: none
}

img, div, body, html, ul, li, a {
    -webkit-touch-callout: none
}

html, body, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
    margin: 0;
    padding: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

* {
    -webkit-tap-highlight-color: transparent
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

.default-popup a {
    background-color: transparent;
    text-decoration: none
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

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 {
    color: inherit;
    font: inherit;
    margin: 0;
    outline: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input::-ms-clear {
        display: none
    }

    input[type="password"]::-ms-reveal {
        display: none
    }

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clearfix:after {
    display: block;
    content: "$";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.clearfix {
    *zoom: 1
}

html, body, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
    margin: 0;
    padding: 0;
}

li {
    list-style: none
}

.font_orange {
    color: #FF6600 !important
}

.font_red {
    color: #e50000 !important
}

.font_green {
    color: #23962b !important
}

.font_gray {
    color: #999999 !important
}

.font_blue {
    color: #3381e3 !important
}

.font_dark {
    color: #252525 !important
}

.font-style-16 {
    font-size: 1.6rem !important
}

.font-style-18 {
    font-size: 1.8rem !important
}

.font-style-24 {
    font-size: 2.4rem !important
}

.bg_red {
    background: #F0A4AE
}

.bg_green {
    background: #B4F7AF
}

.text-align {
    text-align: center
}

@media only screen and (min-width: 481px) {
    html {
        font-size: 94% !important
    }
}

@media only screen and (min-width: 561px) {
    html {
        font-size: 75% !important
    }
}

.btn, .formbtn, .btn-blue, .btn-orange, .btn-gray {
    cursor: pointer;
    text-align: center;
    border: 0 none
}

.btn {
    padding: 0 16px;
    font-size: 14px;
    line-height: 28px;
    color: #333;
    background-color: #e6e6e6
}

    .btn:hover {
        background-color: #d9d9d9;
        color: #333
    }

.formbtn {
    padding: 0 16px;
    font-size: 14px;
    height: 28px;
    color: #333;
    background-color: #e6e6e6
}

    .formbtn:hover {
        background-color: #d9d9d9;
        color: #333
    }

.btn-primary {
    color: #fff;
    background-color: #0078E7
}

    .btn-primary:hover {
        background-color: #006bce;
        color: #fff
    }

.btn-blue, .btn-orange, .btn-gray {
    margin: 0 1rem 2rem;
    display: block;
    padding: 0 0;
    font-size: 1.7rem;
    line-height: 4rem;
    text-align: center;
    border-radius: 0.3rem;
    color: #fff;
    background-color: #3381E3
}

    .btn-blue:hover, .btn-orange:hover, .btn-gray:hover {
        background-color: #1e73de;
        color: #fff
    }

    .btn-blue.hollow, .hollow.btn-orange, .hollow.btn-gray {
        color: #3381E3;
        background-color: transparent;
        border: 1px solid #3381E3
    }

        .btn-blue.hollow:hover, .hollow.btn-orange:hover, .hollow.btn-gray:hover {
            background-color: transparent;
            color: #3381E3
        }

    .btn-blue.disable, .disable.btn-orange, .disable.btn-gray {
        color: 255,255,255,0.3;
        background-color: rgba(51,129,227,0.3)
    }

        .btn-blue.disable:hover, .disable.btn-orange:hover, .disable.btn-gray:hover {
            background-color: rgba(30,115,222,0.3);
            color: 255,255,255,0.3
        }

.btn-orange {
    color: #fff;
    background-color: #ea5504
}

    .btn-orange:hover {
        background-color: #d14c04;
        color: #fff
    }

    .btn-orange.hollow {
        color: #ea5504;
        background-color: transparent;
        border: 1px solid #ea5504
    }

        .btn-orange.hollow:hover {
            background-color: transparent;
            color: #ea5504
        }

.btn-gray {
    color: #fff;
    background-color: #ccc
}

    .btn-gray:hover {
        background-color: #bfbfbf;
        color: #fff
    }

.two-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: box;
    display: -webkit-box;
    display: -moz-box
}

    .two-btn a, .two-btn button {
        margin: 0 1rem 0 0;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

        .two-btn a:first-child, .two-btn button:first-child {
            margin: 0 1rem 0 1rem
        }

.error-btn {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

    .error-btn a {
        width: 8rem;
        height: 3rem;
        line-height: 3rem;
        display: inline-block;
        border: 1px solid #3391e3;
        color: #3391e3;
        border-radius: 0.3rem;
        font-size: 1.4rem;
        text-align: center
    }

#pop-mask {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0
}

.pop-mask {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.3
}

.default-popup {
    display: block;
    margin: 0px auto;
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 50%;
    width: 90%;
    padding: 0;
    opacity: 1;
    background: #fff;
    color: #555;
    -moz-border-radius: 0.8rem;
    -webkit-border-radius: 0.8rem;
    -o-border-radius: 0.8rem;
    border-radius: 0.8rem;
    -webkit-transform: scale(0.5, 0.5);
    -webkit-transition: all 0.20s ease-in-out;
    transform: scale(0.5, 0.5);
    transition: all 0.20s ease-in-out
}

    .default-popup.animate {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1)
    }

    .default-popup.hidden {
        opacity: 0;
        -webkit-transform: scale(0);
        top: 50%;
        left: 50%;
        margin: 0px auto
    }

    .default-popup.hd-no-underline header {
        padding: 1.4rem 0 1.2rem;
        color: #333;
        font-weight: 600;
        border-bottom: none;
        -webkit-border-image: none;
        background: none
    }

    .default-popup.hd-no-underline .content-body {
        margin-top: 0;
        padding: 0 1rem;
        font-size: 1.5rem
    }

    .default-popup > header {
        margin: 0;
        padding: 1.2rem 0;
        text-align: center;
        color: #333;
        height: 2rem;
        line-height: 2rem;
        font-size: 1.7rem;
        border-top-left-radius: 0.8rem;
        border-top-right-radius: 0.8rem;
        background: #fff;
        border-width: 0;
        border-bottom: 1px solid #ccc;
        -webkit-border-image: url("../../Images/icon_border_half.png") 2 stretch
    }

        .default-popup > header .icon-hotline {
            display: inline-block;
            margin: 0 0.5rem 0 0;
            vertical-align: middle;
            width: 1.6rem;
            height: 1.9rem;
            overflow: hidden;
            background: url(../../Images/login.png) no-repeat center -8.15rem;
            background-size: 1.6rem auto
        }

    .default-popup .content-body {
        font-size: 1.5rem;
        margin: 2rem 1rem;
        line-height: 180%;
        max-height: 20rem;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        color: #666
    }

        .default-popup .content-body > div {
            font-size: 1.5rem;
            color: #666
        }

    .default-popup > footer {
        width: 100%;
        text-align: center;
        display: block !important;
        border-width: 0;
        border-top: 1px solid #ccc;
        -webkit-border-image: url("../../Images/icon_border_half.png") 2 stretch;
        overflow: hidden;
        background: transparent;
        border-bottom-right-radius: 0.8rem;
        border-bottom-left-radius: 0.8rem
    }

        .default-popup > footer .default-popup-cancel, .default-popup > footer .default-popup-ok {
            float: left;
            padding: 1rem 0;
            width: 50%;
            color: #999;
            box-sizing: border-box;
            line-height: 3rem;
            font-size: 1.7rem;
            border-width: 0;
            border-right: 1px solid #ccc;
            -webkit-border-image: url("../../Images/icon_border_half.png") 2 stretch;
            -webkit-tap-highlight-color: transparent
        }

        .default-popup > footer .default-popup-ok {
            float: right;
            border-right: none;
            color: #3381E3
        }

    .default-popup a.center {
        float: none !important;
        width: 100%;
        margin: auto;
        display: block
    }

.pop-login-hotline .content-body {
    padding: 1rem 0;
    text-align: center;
    font-size: 1.7rem;
    color: #333
}

    .pop-login-hotline .content-body > div {
        display: inline-block;
        text-align: left;
        font-size: 1.7rem;
        word-break: break-all
    }

.pop-l-none .content-body {
    text-align: left
}

.pop-l-none footer {
    border: 0
}

    .pop-l-none footer a.default-popup-ok {
        display: none
    }

    .pop-l-none footer a.default-popup-cancel {
        display: none
    }

.pop-c-none .content-body {
    text-align: center
}

.pop-c-none footer {
    border: 0
}

    .pop-c-none footer a.default-popup-ok {
        display: none
    }

    .pop-c-none footer a.default-popup-cancel {
        display: none
    }

.pop-c-one .content-body {
    text-align: center
}

.pop-c-one footer a.default-popup-ok {
    display: block;
    float: none;
    width: 100%
}

.pop-c-one footer a.default-popup-cancel {
    display: none
}

.pop-l-one .content-body {
    text-align: left
}

.pop-l-one footer a.default-popup-ok {
    display: block;
    float: none;
    width: 100%
}

.pop-l-one footer a.default-popup-cancel {
    display: none
}

.pop-l-two .content-body {
    text-align: left
}

.pop-c-two .content-body {
    text-align: center
}

.pop-link {
    color: #3381E1;
    text-decoration: underline
}

.pop-notice dt {
    font-size: 1.6rem;
    text-align: justify;
    line-height: 2rem
}

.pop-notice dd {
    margin-top: 1rem;
    position: relative;
    text-align: left
}

    .pop-notice dd input {
        visibility: hidden;
        position: absolute
    }

        .pop-notice dd input:checked + label:after {
            display: inline-block;
            position: absolute;
            content: '';
            width: 1rem;
            height: 0.5rem;
            border-left: 0.2rem solid #3381E1;
            border-bottom: 0.2rem solid #3381E1;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            left: 0.4rem;
            top: 0.4rem
        }

    .pop-notice dd label {
        font-size: 1.4rem;
        position: relative;
        display: inline-block;
        padding-left: 3rem;
        line-height: 2rem
    }

        .pop-notice dd label:before {
            box-sizing: border-box;
            display: inline-block;
            content: '';
            width: 2rem;
            height: 2rem;
            background: #ededed;
            border: 1px solid #999;
            position: absolute;
            left: 0;
            top: 0
        }

        .pop-notice dd label.blue {
            color: #3381E1
        }

.default-popup.fc-style1 header, .default-popup.fc-style2 header, .default-popup.fc-style3 header {
    background: #fff;
    color: #333
}

.default-popup.fc-style1 .pop-icon-close, .default-popup.fc-style2 .pop-icon-close, .default-popup.fc-style3 .pop-icon-close {
    display: block;
    position: absolute;
    top: 0.7rem;
    right: 0.7rem;
    width: 1.6rem;
    height: 1.6rem;
    background: #f7f7f7;
    border-radius: 1.6rem
}

    .default-popup.fc-style1 .pop-icon-close:after, .default-popup.fc-style1 .pop-icon-close:before, .default-popup.fc-style2 .pop-icon-close:after, .default-popup.fc-style2 .pop-icon-close:before, .default-popup.fc-style3 .pop-icon-close:after, .default-popup.fc-style3 .pop-icon-close:before {
        height: 1rem;
        width: 0.1rem;
        background: #999;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -0.5rem;
        margin-left: -0.05rem;
        content: ''
    }

    .default-popup.fc-style1 .pop-icon-close:before, .default-popup.fc-style2 .pop-icon-close:before, .default-popup.fc-style3 .pop-icon-close:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .default-popup.fc-style1 .pop-icon-close:after, .default-popup.fc-style2 .pop-icon-close:after, .default-popup.fc-style3 .pop-icon-close:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

.default-popup.fc-style1 .content-body, .default-popup.fc-style2 .content-body, .default-popup.fc-style3 .content-body {
    line-height: 2rem;
    padding: 0
}

    .default-popup.fc-style1 .content-body > div, .default-popup.fc-style2 .content-body > div, .default-popup.fc-style3 .content-body > div {
        padding: 0 1rem;
        text-align: justify;
        word-break: break-all;
        font-size: 1.6rem
    }

.default-popup.fc-style1 > footer .default-popup-ok, .default-popup.fc-style2 > footer .default-popup-ok, .default-popup.fc-style3 > footer .default-popup-ok {
    color: #3381E1 !important
}

.default-popup.fc-style1 > footer .default-popup-cancel, .default-popup.fc-style2 > footer .default-popup-cancel, .default-popup.fc-style3 > footer .default-popup-cancel {
    color: #999 !important
}

.default-popup.fc-style2 .default-popup-ok {
    display: block;
    float: none;
    width: 100%
}

.default-popup.fc-style2 .default-popup-cancel {
    display: none
}

.default-popup.fc-style3 header {
    height: 4.5rem;
    line-height: 4.5rem;
    padding: 0
}

.default-popup.pop-referen-profit .content-body {
    font-size: 1.6rem;
    color: #333;
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 2.4rem
}

.default-popup.pop-referen-profit > footer .default-popup-cancel {
    display: none
}

.default-popup.pop-referen-profit > footer .default-popup-ok {
    display: block;
    float: none;
    width: 100%
}

.list-header {
    text-align: center
}

    .list-header span {
        display: inline-block;
        vertical-align: middle
    }

    .list-header .pre, .list-header .next {
        width: 3rem;
        height: 3rem;
        position: relative
    }

        .list-header .pre:before, .list-header .next:before {
            position: absolute;
            top: 1rem;
            display: inline-block;
            content: '';
            width: 0.8rem;
            height: 0.8rem;
            border-left: 1px solid #3381e3;
            border-bottom: 1px solid #3381e3;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg)
        }

    .list-header .pre {
        margin-right: 2rem
    }

        .list-header .pre:before {
            left: 1.5rem
        }

    .list-header .next {
        margin-left: 2rem
    }

        .list-header .next:before {
            -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
            right: 1.5rem
        }

    .list-header .txt {
        line-height: 1.6rem;
        padding-top: 0.5rem;
        box-sizing: border-box;
        min-width: 10rem
    }

        .list-header .txt i {
            font-size: 1.2rem;
            color: #999;
            font-style: normal
        }

.list-content li {
    text-align: justify;
    word-break: break-all;
    font-size: 1.6rem;
    display: none
}

    .list-content li.active {
        display: block
    }

.pop-f-blue {
    color: #3381E1 !important
}

body {
    background: #f7f8fa;
    font-family: Arial,"PingFang SC","microsoft yahei",Roboto,"Droid Sans","Hiragino Sans GB",STXihei,"sans-serif"
}

html {
    height: 100%
}

body.hidden-y {
    overflow-y: hidden
}

.cl:after, .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.cl, .clearfix {
    zoom: 1
}

.default-popup {
    width: 81%
}

    .default-popup .pop-icon-close {
        display: block;
        position: absolute;
        top: 0.7rem;
        right: 0.7rem;
        width: 1.6rem;
        height: 1.6rem;
        background: #f7f7f7;
        border-radius: 1.6rem
    }

        .default-popup .pop-icon-close:after, .default-popup .pop-icon-close:before {
            height: 1rem;
            width: 0.1rem;
            background: #999;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-top: -0.5rem;
            margin-left: -0.05rem;
            content: ''
        }

        .default-popup .pop-icon-close:before {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        .default-popup .pop-icon-close:after {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

    .default-popup.pop-l-two .content-body {
        text-align: left;
        font-size: 1.5rem;
        color: #333;
        padding-left: 1.5rem;
        line-height: 2.2rem
    }

    .default-popup.pop-l-two > footer {
        border-top: 1px solid #D5D7D6
    }

    .default-popup.pop-l-two .default-popup-ok {
        float: right;
        color: #007FF0;
        background: none
    }

    .default-popup.pop-l-two .default-popup-cancel {
        float: left;
        border-right: 1px solid #D5D7D6;
        background: none
    }

    .default-popup.pop-c-one .content-body {
        text-align: center;
        font-size: 1.5rem;
        color: #333;
        line-height: 2.2rem
    }

    .default-popup.pop-c-one > footer {
        border-top: 1px solid #D5D7D6
    }

    .default-popup.pop-c-one .default-popup-ok {
        display: block;
        float: none;
        width: 100%;
        color: #007FF0;
        background: none
    }

    .default-popup.pop-c-one .default-popup-cancel {
        display: none
    }

.default-popup-cancel {
    color: #444 !important
}

.default-popup header {
    font-weight: bold;
    padding: 2.8rem 0 0 0;
    border: none
}

.default-popup .content-body {
    margin: 1.8rem 2.2rem
}

    .default-popup .content-body div {
        color: #333
    }
/*# sourceMappingURL=style.css.map */
