* {
    word-wrap: break-word;
    margin: 0;
    padding: 0;
}
body {
    padding: 0;
    margin: 0;
    font: 14px/1.6 'Helvetica Neue',Helvetica,Arial,'Microsoft Yahei','Hiragino Sans GB','Heiti SC','WenQuanYi Micro Hei',sans-serif;
    color: #111;
    background: #fff;
}
a {
    color: #111;
    text-decoration: none;
}
a:active {
    color: #FF2525;
}
img {
    max-width: 100%;
}
ul,li {
    list-style: none;
}
.mbm {
    margin-bottom: 20px;
}
.hr {
    padding: 20px 0;
    font-weight: bold;
}
header, footer, .header, .footer {
    height: 80px;
}
.header, .footer {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
    background: #fff;
    box-sizing: border-box;
}
.header {
    top: 0;
    padding: 15px 15px 15px 75px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.07);
}
.header .applogo {
    position: absolute;
    top: 15px;
    left: 15px;
    height: 50px;
}
.header h1 {
    font-size: 20px;
    line-height: 1;
    margin: 2px 0 4px;
}
.header .tag span {
    display: inline-block;
    font-size: 10px;
    color: #814553;
    border: 1px solid #814553;
    padding: 1px 5px;
    margin-right: 3px;
    border-radius: 3px;
}
.header .downloads {
    position: absolute;
    top: 18px;
    right: 10px;
    z-index: 1;
    display: block;
    width: 110px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #814553;
    color: #fff;
    font-size: 16px;
    border-radius: 25px;
}

.footer {
    bottom: 0;
    padding: 0;
    box-shadow: 0px -1px 1px rgba(0,0,0,0.07);
}
.footer ul {
    display: flex;
}
.footer li {
    flex: 1;
    text-align: center;
    padding: 0 10px;
    height: 80px;
    position: relative;
}
.footer a {
    display: block;
    line-height: 20px;
    font-size: 13px;
    padding: 50px 0 10px;
    background-repeat: no-repeat;
    background-position: 50% 10px;
    background-size: 35px auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
    tap-highlight-color: rgba(0,0,0,0.05);
}
.footer a.home {
    background-image: url("../image/home.png");
}
.footer a.wechat {
    background-image: url("../image/wechat.png");
}
.footer a.qq {
    background-image: url("../image/qq.png");
}
.footer a.on {
    color: #FF2525;
}
.footer .qrcode {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 95px;
    transform: translate(-50%,0);
    width: 140px;
    min-height: 140px;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.footer .qrcode:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 15px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}
.footer .qrcode img {
    width: 140px;
    vertical-align: top;
}
.footer .qrcode p {
    line-height: 1;
    font-size: 12px;
    text-align: center;
    margin: 7px 0 0;
    padding: 0;
}
.content {
    padding: 15px;
}
.logo {
    padding: 10px 0 0;
    text-align: center;
}
.logo img {
    height: 100px;
}
.webtitle {
    line-height: 26px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}
.webtitle a {
    padding-bottom: 1px;
    border-bottom: 1px solid #111;
}
.webtitle a:hover {
    border-color: #FF2525;
}
.menu {
    margin: 15px 0 35px;
    overflow: hidden;
}
.menu li {
    height: 30px;
    float: left;
    width: 50%;
}
.menu a {
    display: block;
    line-height: 30px;
    font-weight: bold;
    font-size: 16px;
    padding-left: 20px;
    background: url("../image/bookmark.svg") no-repeat 1px 50%;
    background-size: 12px;
}
.menu li.on {
    height: 34px;
    margin-bottom: 5px;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}
.menu li.on a {
    line-height: 34px;
    color: #fff;
    background-color: #111;
    background-image: url("../image/bookmark-hl.svg");
}
.main {
    margin-bottom: 50px;
    font-size: 16px;
}
.main .hot {
    font-size: 15px;
    color: #572b2b;
    font-weight: bold;
}
.main h1 {
    font-weight: 18px;
}
.main p {
    margin: 10px 0;
}
.main .vm {
    margin-bottom: 30px;
}
.disclaimer {
    font-size: 14px;
    font-weight: bold;
}
.disclaimer p {
    margin: 30px 0;
}
.ft {
    font-size: 13px;
    padding: 13px 15px;
    background: #eee;
}
.footers p {
    margin: 4px 0;
}
.footer p a {
    display: inline-block;
    margin-right: 1px;
    vertical-align: middle;
}