/*
版本号：v1.10
设置页面字体rem为单位
按750PX为基础1rem=100px
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 0;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong,
b {
    font-weight: bold !important;
}


/*设置页面字体rem为单位*/

html {
    font-size: 625%;
}

@media only screen and (min-width: 320px) {
    html {
        font-size: 533%;
    }
}

@media only screen and (min-width: 375px) {
    html {
        font-size: 625%;
    }
}

@media only screen and (min-width: 414px) {
    html {
        font-size: 690%;
    }
}

@media only screen and (min-width: 600px) {
    html {
        font-size: 1000%;
    }
}

@media only screen and (min-width: 800px) {
    html {
        font-size: 1333%;
    }
}

header{
    width: 100%;
    background-color: #0093d3;
    line-height: 0.5rem;
    height: 0.5rem;
}

.me-left {
    float: left;
    width: 15%;
    text-align: center;
    background: url("../images/iconfont-left.png")no-repeat center center;
    background-size: 20%;
}

.me-center {
    float: left;
    width: 70%;
    text-align: center;
    color: #fff;
    font-size: 0.21rem;
}

.me-right {
    float: right;
    width: 15%;
    text-align: center;
    background: url("../images/icon-home.png")no-repeat center center;
    background-size: 110%;
}



/*清除浮动*/

.clear {
    clear: both;
    float: none;
    overflow: hidden;
    height: 0;
}

.clearFix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*隐藏*/
.hide {
    display: none;
}


/*main*/
.main {
    font-size: 0.12rem;
    line-height: 0;
}

/*foot*/

.footer {
    color: #6E6E6E;
    font-size: 0.14rem;
    text-align: center;
}

.footer .login {
    background-color: #A6D5EC;
    color: #092A77;
    line-height: 0.27rem;
    padding: 0 0.1rem;
    position: relative;
    text-align: left;
}

.footer .split {
    margin: 0 0.05rem;
}

.footer .back_top {
    position: absolute;
    right: 0.12rem;
}

.footer .copyright {
    height: 0.4rem;
    line-height: 0.4rem;
    padding: 0 0.1rem;
}

.footer  a {
    color: #666 !important;
    text-decoration: none;
}

