﻿
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-size: .28rem;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background: 0 0
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 100%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.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 {
    margin: 0;
    color: inherit
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}

    button[disabled], html input[disabled] {
        cursor: default
    }
/*input { line-height: normal }*/
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    border: 0;
    outline: 0 !important;
    background-color: transparent;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td, th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    color: #000;
    background-color: #efeff4;
    -webkit-overflow-scrolling: touch
}

a {
    text-decoration: none;
    color: #007aff
}

    a:active {
        color: #0062cc
    }

#tempTopTip {
    width: 96%;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
    background-color: #edf8ff;
    border-radius: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 37px;
    margin-top: 24px;
    font-size: 14px;
    display: none;
    overflow: hidden;
    position: relative;
}

    #tempTopTip a {
        display: block;
        width: 100%;
        height: 36px;
        color: #4b7583;
        clear: both;
    }

    #tempTopTip > div {
        width: 100%;
        position: relative;
        left: 0;
    }

.topTip-ico {
    display: block;
    width: 18px;
    height: 18.33px;
    position: absolute;
    left: 13px;
    color: #b5b5b5;
    font-size: 20px;
}

#tempTopTip a span:first-child {
    width: 85%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#tempTopTip a span {
    float: left;
}

    #tempTopTip a span:first-child {
        width: 85%;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

#tempTopTip .closetempTopTip {
    width: 40px;
    height: 36px;
    background-size: 9.61px 9.33px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 5px;
    font-weight: bold;
    color: #507ea7;
}

.banner ol {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
}

    .banner ol li {
        display: inline-block;
        width: 10px;
        height: 3px;
        border-radius: 50%;
        border-radius: 5px;
        background-color: #dedde5;
        margin: 0 2px;
        font-size: 0;
        zoom: 1;
    }

        .banner ol li.unslider-active {
            background-color: #b4b2b2;
        }



.help-box {
    height: 270px;
    font-size: 1.2rem;
    font-size: 12pt;
}

    .help-box li {
        border-left: 4px solid #eb8757;
        padding-left: 10px;
        margin-bottom: 20px;
        height: 18px;
        padding-top: 10px;
    }

.paihang {
    display: inline-block;
    width: 20px;
    text-align: center;
    margin: 0 auto;
    border-radius: 3px;
    color: #fff;
}

.container{
    /*padding: .3rem 0;*/
    background-color: #fff;
    margin-bottom: 10px;
}
.container2 {
    background-color: #fff;
}