@charset "utf-8";

@media screen and (min-width: 320px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width: 375px) {
    html {
        font-size: 16px;
    }
}


@media screen and (min-width: 414px) {
    html {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    body {
        font-size: 18px;

    }
}

@media (min-width: 992px) {

    body {

        font-size: 24px;

    }

}

@media (min-width: 1200px) {
    body {

        font-size: 26px;

    }
}

* {
    margin: 0;
    padding: 0;
}

body > #wrap {
    height: auto;
    min-height: 100%;
}


html {
    -ms-text-size-adjust: none;
    -webkit-font-smoothing: antialiased; /*font-smoothing让字体看起来更清晰*/
    padding: 0px;
    margin: 0px;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    outline: 0;

}

#wrap {
}

html, body, #wrap {
    height: 100%;
}

body > #wrap {
    height: auto;
    min-height: 100%;
    position: relative;
}

.mainContainer {
    padding-bottom: 50px;
}

.mui-scroll-wrapper {
    left: auto;
    max-width: 750px;
}


h1, h2, h3, h4, h5, h6, p, figure, form, ul, li, input, blockquote {
    margin: 0;
    padding: 0px;
}

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

img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;

}

a {
    text-decoration: none;
    -webkit-appearance: none;
    webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus {
    /* outline: thin dotted;*/
}

/*
a:hover{
    color:#fff;
	text-decoration:none;
}8/
/* hn */
h1 {
    font-size: 16px;
    line-height: 36px;
}

h2 {
    font-size: 14px;
    line-height: 30px;
}

h3 {
    line-height: 24px;
}

h3, h4, h5, h6 {
    font-size: 12px;
}

/* ul ol dl */
ul, li, ol {
    margin: 0;
    padding: 0;
    list-style: none outside none;
}

ul.has-style li, ol li {
    margin-left: 25px;
}

ul.has-style li {
    list-style: disc;
}

ol li {
    list-style: decimal;
}

ul.inline-style li {
    float: left;
    display: inline;
}

dl {
    margin-bottom: 18px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 0 9px;
    padding: 0;
}

svg:not(:root) {
    overflow: hidden;
}

/* -------------------------------------------------
 * form
 * -------------------------------------------------
*/
select {
    -webkit-appearance: none;
}

button, input, select, textarea {
    margin: 0;
    outline: 0 none;
    vertical-align: baseline;
    *vertical-align: middle;
    padding: 0px;
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: none;
}

button, input {
    line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.submit-btn {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

button[disabled],
input[disabled],
.disable {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"],
.form-radio,
.form-checkbox {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

input[type="checkbox"] + span {
    margin-left: 4px
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px 18px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* -------------------------------------------------
 * css3 & html5
 * -------------------------------------------------
*/
/* html5 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

input[type="search"] {
    -webkit-appearance: textfield;

}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input:-moz-placeholder {
    text-align: left;
    color: #ccc;
    font-size: 1em;
}

input:-ms-input-placeholder {
    text-align: left;
    color: #ccc;
    font-size: 1em
}

input::-webkit-input-placeholder {
    text-align: left;
    color: #ccc;
    font-size: 1em
}

/* -------------------------------------------------
 * 非常见标签
 * -------------------------------------------------
*/
abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #444;
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    margin: 1em 0;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

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;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.fright {
    float: right
}

.fleft {
    float: left
}

.fsize_18 {
    font-size: 18px;
}

.fsize_20 {
    font-size: 20px;
    font-weight: bold;
    line-height: 45px;
}

input[type="number"] {
    font-family: Arial, Helvetica, sans-serif
}

.c_bf {
    color: #bfbfbf
}

.ml_13 {
    margin-left: 13px
}

.fz_12 {
    font-size: 12px
}

.mt_9 {
    margin-top: 9px;
}

.mt_12 {
    margin-top: 12px
}

.mt_15 {
    margin-top: 15px
}

.mt_20 {
    margin-top: 20px
}

.mt_0 {
    margin-top: 0px;
}

.mr_10 {
    margin-right: 10px;
}

.w_60 {
    width: 60px
}

.w_95 {
    width: 95px
}

.lh_300 {
    line-height: 300%
}

.lh_220 {
    line-height: 220%
}

.fc_aaa {
    color: #8c8c8c;
}

.m0 {
    margin: 0px;
}

.mb_0 {
    margin-bottom: 0px;
}

.w35p {
    width: 35%
}

.bg_eee {
    background-color: #eee
}

.bg_fff {
    background-color: #fff
}


/* 1px hack */
.ui-border-t {
    border-top: 1px solid #e0e0e0;
}

.ui-border-b {
    border-bottom: 1px solid #e0e0e0;
}

.ui-border-tb {
    border-top: #e0e0e0 1px solid;
    border-bottom: #e0e0e0 1px solid;
    background-image: none;
}

.ui-border-l {
    border-left: 1px solid #e0e0e0;
}

.ui-border-r {
    border-right: 1px solid #e0e0e0;
}

.ui-border {
    border: 1px solid #e0e0e0;
}

.ui-border-radius {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .ui-border-radius {
        position: relative;
        border: 0;
    }

    .ui-border-radius:before {
        content: "";
        width: 200%;
        height: 200%;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #e0e0e0;
        -webkit-transform: scale(0.5);
        -webkit-transform-origin: 0 0;
        padding: 1px;
        -webkit-box-sizing: border-box;
        border-radius: 8px;
        pointer-events: none;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .ui-border {
        position: relative;
        border: 0;
    }

    .ui-border-t, .ui-border-b, .ui-border-l, .ui-border-r, .ui-border-tb {
        border: 0;
    }

    .ui-border-t {
        background-position: left top;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0));
    }

    .ui-border-b {
        background-position: left bottom;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0));
    }

    .ui-border-t,
    .ui-border-b,
    .ui-border-tb {
        background-repeat: repeat-x;
        -webkit-background-size: 100% 1px;
    }

    .ui-border-tb {
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0)), -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0));
        background-position: top, bottom;
    }

    .ui-border-l {
        background-position: left top;
        background-image: -webkit-gradient(linear, right top, left top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0));
    }

    .ui-border-r {
        background-position: right top;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0));
    }

    .ui-border-l,
    .ui-border-r {
        background-repeat: repeat-y;
        -webkit-background-size: 1px 100%;
    }

    .ui-border:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0)), -webkit-gradient(linear, left top, right top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0)), -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0)), -webkit-gradient(linear, right top, left top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0));
        -webkit-background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
        background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
        background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
        background-repeat: no-repeat;
        background-position: top, right, bottom, left;
        padding: 1px;
        -webkit-box-sizing: border-box;
        z-index: 10;
        pointer-events: none;
    }
}

body {
    padding: 0;
    margin: 0 auto;
    background: #fff;
    max-width: 750px;
    background-origin: content-box:
    background-size: 50% 50%;
    font-family: "microsoft yahei", Helvetica, Arial;
}

.displayNone {
    display: none;
}

.displayBlock {
    display: block;
}

.pBottom3em {
    padding-bottom: 3em;
}

.flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

}

.flexltl {
    -webkit-box-align: start;
    -webkit-box-pack: start;
    -webkit-box-sizing: border-box;
    -webkit-align-content: flex-start;
    -webkit-flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
}

.flexltr {
    -webkit-box-align: start;
    -webkit-box-pack: start;
    -webkit-box-sizing: border-box;
    -webkit-align-content: flex-start;
    -webkit-flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -webkit-flex-direction: horizontal;
    -webkit-align-items: center;
}

.flexColumn {
    -webkit-flex-direction: column;
    -webkit-flex-wrap: wrap;

}

.flexRow {
    -webkit-flex-flow: row nowrap;
    -webkit-align-items: center; /*父亲，子元素垂直居中*/
    -webkit-align-content: center;
}

.flexNoRowTop {
    -webkit-flex-flow: row wrap;
    -webkit-align-items: top; /*父亲，子元素垂直居中*/
    -webkit-align-content: top;
}

.flexRowBetween {
    -webkit-justify-content: space-between;
}

.flexRowAround {
    -webkit-justify-content: space-around;
}

.flexColumnTop {
    -webkit-align-content: flex-start;
    -webkit-align-items: flex-start;
}

.labelBasis5 label {
    -webkit-flex-basis: 8em;
}