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,
tt,
var,
b,
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;
}

em {
    text-decoration: underline;
    font-style: normal;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

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

a{
    text-decoration: none;
}
/*底部border*/

.border-image-1px {
    background: linear-gradient(0, #F1F1F1, #F1F1F1 50%, transparent 50%) bottom right / 100% 1px no-repeat;
}

.border-1px-F7 {
    background: linear-gradient(0, #F7F7F7, #F7F7F7 50%, transparent 50%) bottom right / 100% 1px no-repeat;
}

.hide {
    display: none;
}

.mt1 {
    margin-top: 1rem;
}

.clear {
    zoom: 1;
}

.clear:after {
    content: ' ';
    display: block;
    height: 0;
    clear: both
}

.pull-left{
    float: left;
}
.pull-right{
    float: right;
}

/*一像素*/

.one-px:after,
.one-px-top:after,
.one-px-left:after,
.one-px-right:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #e7e7e7;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.one-px-top:after {
    left: 0;
    bottom: auto;
    right: auto;
    top: 0;
}

.one-px-left:after {
    left: 0;
    bottom: auto;
    right: auto;
    top: 0;
    height: 100%;
    width: 1px;
}

.one-px-right:after {
    left: auto;
    bottom: auto;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .one-px:after,
    .one-px-top:after {
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
    }
    .one-px-left:after,
    .one-px-right:after {
        -webkit-transform: scaleX(.5);
        transform: scaleX(.5);
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .one-px:after,
    .one-px-top:after {
        -webkit-transform: scaleY(.33);
        transform: scaleY(.33);
    }
    .one-px-left:after,
    .one-px-right:after {
        -webkit-transform: scaleX(.33);
        transform: scaleX(.33);
    }
}

html, body {
    min-height: 100%;
    background-color: #F0EFF4;
}

html {
    font-family: Arial, Verdana, Sans-serif;
    font-size: 20px;
}
@media (max-width: 1024px) {
    html {
        font-size: 56.8889px;
    }
}
@media (max-width: 768px) {
    html {
        font-size: 42.6667px;
    }
}
@media (max-width: 415px) {
    html {
        font-size: 23px;
    }
}
@media (max-width: 376px) {
    html {
        font-size: 20.8333px;
    }
}
@media (max-width: 360px) {
    html {
        font-size: 20px;
    }
}
@media (max-width: 320px) {
    html {
        font-size: 17.7778px;
    }
}
