@charset "UTF-8";
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 14px Helvetica, Arial, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
    color: #333;
    background-color: #f8f8f8;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, dl, dd {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

ul, ol, button {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none;
}

img, input, button {
    border: none;
    vertical-align: middle;
}

button, input, textarea, select {
    outline: none;
}

a {
    color: #000;
    text-decoration: none;
}

i, b, em {
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: '';
    clear: both;
    display: block;
}

.show {
    display: block;
}

.hide, [v-cloak] {
    display: none;
}

/* header start */

.header,
.footer {
    width: 100%;
    min-width: 1200px;
}

.head-wrap,
.foot-wrap {
    width: 1200px;
    margin: 0 auto;
}

.qspfw,
.poster {
    width: 100%;
    min-width: 1200px;
}

.qspfw {
    display: block;
}

.qspfw img {
    width: 100%;
}

.header {
    height: 50px;
    line-height: 50px;
    background: #ff4d4d;
    background: linear-gradient(to bottom, #ff4d4d, #8e1a15);
}

.header li {
    position: relative;
    display: inline-block;
    padding: 0 66px;
}

.header a {
    display: block;
    font-size: 18px;
    color: #fff;
}

.header .active {
    background-color: #7d0702
}

.head-dropdown {
    display: none;
    position: absolute;
    z-index: 10;
    left: 46px;
    background-color: #b32b28;
}

.header li:hover .head-dropdown {
    display: block;
}

.head-dropdown a {
    padding: 0 20px;
}

.head-dropdown a:hover {
    background-color: #7d0702;
}

.down-triangle {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    top: 2px;
    width: 0;
    height: 0;
    border-top: 14px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.poster {
    height: 300px;
    background: url('../images/poster.jpg') no-repeat center;
}

/* header end */

/* footer start */

.footer {
    margin-top: 30px;
    height: 180px;
    background-color: #ddd;
}

.foot-wrap {
    padding: 0 150px;
    min-width: 1200px;
    height: 180px;
    color: #666;
}

.foot-wrap > div {
    float: left
}

.footer p {
    line-height: 1.6em;
}

.footer p:first-child {
    margin: 30px 0 16px;
}

.footer a {
    color: #666;
}

.footer .contact {
    margin: 0 20px 0 240px;
}

.footer .qrcode {
    margin-top: 20px;
}

.footer .qrcode p {
    margin-top: 6px;
    text-align: center;
}

/* footer end */

.mask {
    display: none;
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
}

.loading {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    padding-top: 80px;
    width: 82px;
    height: 80px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url('../images/loading.gif') no-repeat center;
}

.loading:after {
    content: '正在加载中...';
    font-size: 14px;
}
