html {
    font-family: "Microsoft YaHei", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

html,
body,
div,
object,
iframe,
applet,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
dl,
dt,
dd,
ol,
ul,
li,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
progress {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

html,
body {
    background: #f6f9fe;
}

li {
    list-style: none;
}

img {
    display: block;
}

a {
    text-decoration: none;
}

a:visited {
    color: #fff;
}

.center {
    width: 1040px;
    margin: 0 auto;
}

header {
    height: 56px;
    background-image: linear-gradient(-133deg, #FE5258 0%, #FE5258 81%);
}

header .center {
    overflow: hidden;
    height: 56px;
}

header a img {
    width: 49px;
    padding-top: 5px;
}

header a {
    position: relative;
    float: left;
    margin-right: 68px;
    color: #fff;
    width: 72px;
    text-align: center;
    line-height: 56px;
    /*font-weight: bold;*/
    font-size: 16px;
}

header a:last-child {
    width: auto;
}

header .clicked {
    font-size: 18px;
}

header .logo {
    width: auto;
}

header .clicked:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -34px;
    height: 4px;
    width: 68px;
    background: #fff;
}

.rig {
    float: right;
    margin-right: 0;
    width: 38px;
    margin-left: 14px;
    margin-right: 14px;
}

header i.rig {
    display: block;
    width: 2px;
    height: 18px;
    background: #fff;
    margin-top: 19px;
    margin-left: 14px;
    margin-right: 14px;
}

footer {
    background: #F0F1F5;
    padding-top: 56px;
    padding-bottom: 56px;
}

footer p {
    text-align: center;
    font-size: 18px;
    color: #666;
    line-height: 26px;
    margin-bottom: 16px;
}

/*提示*/

.mask {
    display: none;
    background: rgba(0, 0, 0, 0.50);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.cue {
    position: absolute;
    width: 284px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    left: 50%;
    margin-left: -172px;
    top: 34%;
}

.cue div {
    background: #FE5258;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    height: 30px;
}

.cue div span {
    float: right;
    margin-top: 9px;
    margin-right: 16px;
}

.cue div span img {
    width: 13px;
    height: 13px;
}

.cue p {
    font-size: 14px;
    line-height: 18px;
    padding-top: 34px;
    padding-bottom: 24px;
    text-align: center;
    color: #333;
}

.cue a {
    display: none;
    background: #FE5258;
    outline: 0;
    border: 0;
    font-size: 16px;
    color: #fff;
    width: 106px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 4px;
    margin: 0 auto;
    margin-bottom: 34px;
    cursor: pointer;
}