/*
**  媒体查询
*/
@media (min-width: 320px) {
    html {
        font-size: 87px;
    }
}

@media (min-width: 375px) {
    html {
        font-size: 100px;
    }
}

@media (min-width: 414px) {
    html {
        font-size: 110.4px;
    }
}

@media (min-width: 520px) {
    html {
        font-size: 138.66666667px;
    }
}

@media (min-width: 540px) {
    html {
        font-size: 144px;
    }
}

@media (min-width: 560px) {
    html {
        font-size: 149.33333333px;
    }
}

@media (min-width: 580px) {
    html {
        font-size: 154.66666667px;
    }
}

@media (min-width: 600px) {
    html {
        font-size: 160px;
    }
}

@media (min-width: 620px) {
    html {
        font-size: 165.33333333px;
    }
}

@media (min-width: 650px) {
    html {
        font-size: 173.33333333px;
    }
}

@media (min-width: 680px) {
    html {
        font-size: 181.33333333px;
    }
}

@media (min-width: 720px) {
    html {
        font-size: 192px;
    }
}

body, div, p, a, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: Microsoft YaHei, MicrosoftYaHei-Bold, PingFangSC-Regular, "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    color: #333;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 0.14rem;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

body {
    position: relative;
    margin: 0 auto;
    background: #fff;
}

li {
    list-style: none;
}

fieldset, img {
    border: 0 none;
}

a {
    text-decoration: none;
    outline: none;
}

img {
    border: 0;
    cursor: default;
    /*pointer-events: none;*/
    vertical-align: middle;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    table-layout: fixed;
}

a:link, a:visited, a:hover {
    font-family: PingFangSC-Regular, "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    text-decoration: none;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

a, input, textarea {
    text-decoration: none;
    outline: 0
}

li, label, input {
    vertical-align: center;
}

em {
    font-style: normal;
}

textarea {
    resize: none;
}

input, textarea {
    -webkit-appearance: none;
    appearance: none;
}

*::selection {
    color: #fff;
    background: #C2853F;
}

/* 谷歌 */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

/* 火狐 */
input {
    -moz-appearance: textfield;
}

button:focus {
    outline: none;
    padding: 0;
    border: 0;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.clear {
    visibility: hidden;
    display: block;
    width: 0;
    clear: both;
}

.c:after, .c:before {
    content: "";
    visibility: hidden;
    display: block;
    width: 0;
    clear: both;
}

.container {
    position: relative;
    display: block;
    width: 100%;
    max-width: 720px;
    min-height: 100%;
    margin: 0 auto;
}

/***** loading样式 *****/
#loadStyle {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0); /* IE */
    -moz-opacity: 0; /* Moz + FF */
    z-index: 110000;
}

.messageR {
    position: fixed;
    top: 40%;
    left: 50%;
    width: auto;
    max-width: 80%;
    text-align: center;
    min-width: 60%;
    padding: 0.12rem 0.22rem;
    line-height: 0.16rem;
    font-size: 0.12rem;
    z-index: 100000;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.1rem;
    color: #fff;
    background-color: #55b420;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*********** select ***********/
.made_select > select {
    display: none;
    width: 0;
    height: 0;
}

.imitate-select {
    position: relative;
}

.imitate-select > .imitate-select_cont {
    overflow: hidden;
    position: relative;
    z-index: 301;
    display: inline-block;
    width: 2.4rem;
    height: 0.4rem;
    padding: 0 0.3rem 0 0.15rem;
    line-height: 0.4rem;
    -webkit-border-radius: 0.04rem;
    -moz-border-radius: 0.04rem;
    border-radius: 0.04rem;
    border: 1px solid #dcdfe6;
    color: #606266;
    font-size: inherit;
    cursor: pointer;
}

.imitate-select_cont > span {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 301;;
    height: 100%;
    width: 0.3rem;
    background: #fff url("/static/images/select_down.png") no-repeat center center;
}

.imitate-select_up {
    display: none;
    position: absolute;
    left: 0.36rem;
    top: 0.46rem;
    width: 0.12rem;
    height: 0.07rem;
    background: #fff url("/static/images/select_triangle_up.png") no-repeat top left;
    z-index: 302;
}

.imitate-select > ul {
    overflow-x: hidden;
    display: none;
    position: absolute;
    left: 0;
    top: 0.4rem;
    width: 2.4rem;
    max-height: 2.5rem;
    padding: 0.06rem 0;
    z-index: 302;
    border: 1px solid #ddd;
    -webkit-border-radius: 0.04rem;
    -moz-border-radius: 0.04rem;
    border-radius: 0.04rem;
    -webkit-box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, .1);
    margin: 0.12rem 0 0.05rem;
    background: #fff;
}

.imitate-select > ul > li {
    font-size: 0.14rem;
    padding: 0 0.2rem;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #606266;
    height: 0.34rem;
    line-height: 0.34rem;
    box-sizing: border-box;
    cursor: pointer;
}

.imitate-select > ul > li:hover {
    background-color: #f5f7fa;
}

.imitate-select > ul > .vistied-selected {
    color: #ff8a00;
    font-weight: 600;
}

.server-wrap {
    position: relative;
    display: none;
}

.server-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100;
}

.server-cont {
    position: fixed;
    width: 100%;
    height: 0.8rem;
    background-color: #000;
    bottom: 0;
    left: 0;
    z-index: 101;
}

.server-cont-tit {
    margin: 0.08rem 1rem 0 0.08rem;
    color: #888;
    font-size: 0.12rem;
    line-height: 0.16rem;
}

.server-next {
    position: absolute;
    right: 0.1rem;
    padding-right: 0.1rem;
    bottom: 0.48rem;
    color: #f0f0f0;
    font-size: 0.12rem;
    background: url("/static/images/icon_more.png") no-repeat right top;
    background-size: contain;
}