﻿@font-face {
    font-family: Akrobat;
    src: url(/cm/assets/static/fonts/Akrobat-ExtraBold.196f8f857a7e2bbfe707eab292896d4f.otf)
}

body, html {
    font-family: Helvetica Neue, Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif
}

body, h1, h2, h3, h4, h5, h6, html, p {
    padding: 0;
    margin: 0;
    font-size: 16px
}

a {
    cursor: pointer
}

a, img {
    border: 0
}

img {
    vertical-align: top
}

em, i {
    font-style: normal
}

b, strong {
    font-weight: 400
}

li, ul {
    padding: 0;
    margin: 0;
    list-style: none
}

a {
    text-decoration: none
}

aside, div, header, li, section, table, ul {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.clear:after {
    content: "";
    display: block;
    clear: both
}

header[data-v-5bbf8c40] {
    height: 88px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1999
}

header > div[data-v-5bbf8c40] {
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

header .right[data-v-5bbf8c40] {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 20px;
    font-size: 0
}

header .right > a[data-v-5bbf8c40], header .right > span[data-v-5bbf8c40] {
    display: inline-block;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    padding-top: 32px;
    border-top: 2px solid rgba(0, 0, 0, 0);
    font-weight: bold;
}

header .right > a[data-v-5bbf8c40]:hover, header .right > span[data-v-5bbf8c40]:hover {
    border-top: 2px solid #1972ea
}

header .right > a + [data-v-5bbf8c40], header .right > span + [data-v-5bbf8c40] {
    margin-left: 32px
}

header .right > a[data-v-5bbf8c40].active {
    color: #1972ea
}

header .right > span:hover + .qr[data-v-5bbf8c40] {
    display: block
}

header .right .qr[data-v-5bbf8c40] {
    display: none;
    position: absolute;
    right: -20px;
    top: 60px
}

header .right[data-v-5bbf8c40] .el-select {
    width: 170px;
    padding-right: 30px
}

header .right[data-v-5bbf8c40] .el-input--suffix .el-input__inner {
    border: none
}

header .right[data-v-5bbf8c40] .el-input__suffix {
    margin-right: 0
}

#logout{
    cursor: pointer;
}
#logout:hover{
    color: #defd06;
}

footer[data-v-58e934fc] {
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 33px;
    position: relative
}

footer .blogroll[data-v-58e934fc] {
    font-size: 14px;
    line-height: 20px
}

footer .blogroll a[data-v-58e934fc], footer .blogroll span[data-v-58e934fc] {
    display: inline-block
}

footer .blogroll span[data-v-58e934fc] {
    color: #666;
    margin-right: 24px
}

footer .blogroll a[data-v-58e934fc] {
    color: #999
}

footer .blogroll a + a[data-v-58e934fc] {
    margin-left: 32px
}

footer .cop[data-v-58e934fc] {
    text-align: center;
    color: #999;
    font-size: 12px;
    line-height: 17px;
    margin-top: 16px
}

.container[data-v-07358396] {
    width: 1200px;
    margin: 88px auto 0
}

.hide{
    display: none;
}

/*登陆*/
.loginInner[data-v-32043ae0] {
    z-index: 9999;
    width: 360px;
    margin: 0 auto;
    padding-bottom: 15px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 8px 2px rgba(15,61,124,.1);
    box-shadow: 0 0 8px 2px rgba(15,61,124,.1);
    display: none;
}
.loginInner .el-input {
    width: 300px;
    margin-bottom: 15px;
}
.loginInner .el-form-item {
    margin: 0;
    position: relative;
}
.loginInner .el-input__inner {
    padding: 0 0 0 15px;
}
.blueBtn[data-v-32043ae0] {
    position: absolute;
    right: 45px;
    color: #999;
    cursor: pointer;
    top: 11px;
}
.loginInner button[data-v-32043ae0] {
    width: 300px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    background: #1972ea;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    border: none;
    cursor: pointer;
    outline: none;
}
.close-loginInner{
    position: absolute;
    bottom: -40px;
    cursor: pointer;
    left: 46%;
}

#gray {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: fixed;
    top: 0px;
    z-index: 9999;
    display: none;
}
