html {
    font-size: 50px;
}
@media screen and (min-width: 320px) {
    html {
        font-size: 21.33333333px;
    }
}
@media screen and (min-width: 360px) {
    html {
        font-size: 24px;
    }
}
@media screen and (min-width: 375px) {
    html {
        font-size: 25px;
    }
}
@media screen and (min-width: 384px) {
    html {
        font-size: 25.6px;
    }
}
@media screen and (min-width: 400px) {
    html {
        font-size: 26.66666667px;
    }
}
@media screen and (min-width: 414px) {
    html {
        font-size: 27.6px;
    }
}
@media screen and (min-width: 424px) {
    html {
        font-size: 28.26666667px;
    }
}
@media screen and (min-width: 480px) {
    html {
        font-size: 32px;
    }
}
@media screen and (min-width: 540px) {
    html {
        font-size: 36px;
    }
}
@media screen and (min-width: 720px) {
    html {
        font-size: 48px;
    }
}
@media screen and (min-width: 750px) {
    html {
        font-size: 50px;
    }
}
* {
    -webkit-tap-highlight-color: transparent;
}

/*清除内外边距*/
blockquote,body,dd,dir,dl,fieldset,figure,form,h1,h2,h3,h4,h5,h6,hr,input,legend,menu,ol,optgroup,p,pre,tbody,td,textarea,tfoot,th,thead,ul, button {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*字体设置正常*/
em, i {
    font-style: normal;
}
/*清除表单样式*/
ol,ul {
    list-style-type: none;
    list-style-image: none;
}
/*图片去除边框，清除底部留白*/
img {
    border: 0;
    vertical-align: middle;
}
/*按钮设置为鼠标手形*/
button {
    cursor: pointer;
}
/*a标签设置内容颜色和去除下划线*/
a {
    color: #666;
    text-decoration: none;
}
/*a标签选中的颜色*/
a:hover {
    color: #439aff;
}
/*按钮和文本框设置字体*/
button, input {
    font-family: SourceHanSansCN-Normal, "\5B8B\4F53", sans-serif;
}

html {
    font-family: SourceHanSansCN-Normal, "\5B8B\4F53", sans-serif;
    -webkit-text-size-adjust: none;
}
body {
    /*padding-bottom: 2rem;*/
    background: #F5F5F9;
}

html,body {
    width: 100%;
}

input {
    border: none;
    outline: none;
    padding: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}


a {
    color: #000000;
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*字体图标*/
@font-face {
    font-family: 'icomoon';
    src:  url('../../fonts/icomoon.eot?o6jw2q');
    src:  url('../../fonts/icomoon.eot?o6jw2q#iefix') format('embedded-opentype'),
    url('../../fonts/icomoon.ttf?o6jw2q') format('truetype'),
    url('../../fonts/icomoon.woff?o6jw2q') format('woff'),
    url('../../fonts/icomoon.svg?o6jw2q#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/*清除浮动*/
.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0;
}

.clearfix {
    *zoom: 1
}

.container {
    position: relative;
    width: 100%;
}

.content {

}

/*logo*/
.logo {
    margin-bottom: 0.2rem;
    text-align: center;
}
.logo a {
    display: inline-block;
    width: 10rem;
    height: 2.5rem;
    margin: 0 auto;
    font-size: 0;
}

.logo a img{
    width: 10rem;
}


.footer {
    position: fixed;
    bottom:0;
    z-index: 9999;
    width: 100%;
}

.navi_box {
    bottom: 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: center;
    height: 2rem;
    background: #FFFFFF;
    border-top: 1px solid #6767670d;
}

.navi_box a {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
}

.navi_box .ico {
    width: 0.8rem;
    height: 0.8rem;
    margin-bottom: 0.16rem;
}

.navi_box .navi_name {
    font-size: 0.44rem;
}

.navi_box span.current {
    color: #C65252;
}

/* 弹窗提示 */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
.modal .m_box {
    width: 80%;
    height: 8rem;
    position: fixed;
    top: 33%;
    left: 11%;
    z-index: 1000;
    background: white;
    border-radius: 0.6rem;
}

.modal .head {
    height: 1.5rem;
    background: #D76464;
    border-radius: 0.6rem 0.6rem 0 0;
    font-size: 0.7rem;
    color: #ffffff;
    text-align: center;
    line-height: 1.5rem;
}

.modal .head_t {
    margin-top: 1rem;
    height: 1rem;
    border-radius: 0.6rem 0.6rem 0 0;
    font-size: 0.7rem;
    text-align: center;
    line-height: 1.5rem;
}

.modal .message_t {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.4rem;
    height: 2rem;
    text-align: center;
    font-size: 0.6rem;
    line-height: 0.65rem;
    overflow: hidden;
}

.modal .message {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.4rem;
    height: 4rem;
    text-align: center;
    font-size: 0.6rem;
    line-height: 0.65rem;
    overflow: hidden;
}

.modal .confirm a {
    display: block;
    width: 2.5rem;
    height: 1.2rem;
    margin: 0 auto;
    border: 1px solid #D76464;
    color: #D76464;
    text-align: center;
    line-height: 1.2rem;
    font-size: 0.7rem;
    border-radius: 0.3rem;
}

.modal .btn_box {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    border-radius: 0 0 0.6rem 0.6rem;
    border-top: 1px solid #ebedf0;
}

.modal .btn_box a {
    flex-grow: 1;
    text-align: center;
    font-size: 0.7rem;
    color: #eb2521;
}

.modal .btn_box a.cancel_modal {
    border-right: 1px solid #ebedf0;
    color: #666;
}

.easytip-text {
    font-size: 0.52rem!important;
}
