* {
    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:hover {
    color: #FF2525;
}
ul,li {
    list-style: none;
}
h1 {
    font-size: 45px;
}
h2 {
    font-size: 20px;
}
.mbm {
    margin-bottom: 20px;
}
.hr {
    padding: 20px 0;
    font-weight: bold;
}
.header {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    width: 220px;
    padding: 0 45px;
    background: #fff;
    border-right: 2px solid #333;
}
.logo {
    width: 220px;
    min-height: 90px;
    margin-top: 40px;
    text-align: center;
    overflow: hidden;
}
.logo a {
    display: inline-block;
}
.logo img {
    height: 90px;
    vertical-align: top;
}
.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: 30px 0 10px;
}
.menu li {
    height: 30px;
}
.menu a {
    display: block;
    line-height: 30px;
    font-weight: bold;
    font-size: 16px;
    padding-left: 40px;
    background: url("../image/bookmark.svg")/*tpa=http://www.brzmir2.com/image/bookmark.svg*/ no-repeat 20px 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")/*tpa=http://www.brzmir2.com/image/bookmark-hl.svg*/;
}
.qrcode {
    width: 200px;
    margin: 60px auto 0px;
}
.qrcode img {
    width: 100%;
}
.content {
    margin-left: 312px;
    padding: 50px 80px;
}
.main {
    width: 750px;
    margin-bottom: 50px;
    font-size: 20px;
}
.main p {
    margin: 10px 0;
}
.main .vm {
    max-width: 600px;
    margin-bottom: 30px;
}
.disclaimer {
    width: 750px;
    font-size: 14px;
    font-weight: bold;
}
.disclaimer p {
    margin: 30px 0;
}
.footer {
    margin-left: 312px;
    padding: 20px 80px;
    background: #eee;
}
.footer p {
    margin: 4px 0;
}