
#page {
    width: 100%;
    height: 55px;
}

.path {
    width: 100%;
    height: 66px;
    line-height: 66px;
    background: #F10B05;
}
.path-content {
    width: 1200px;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
}
.path-content img {
    width: 10px;
    height: 17px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 17px;
    cursor: pointer;
}
.path-content .line {
    display: inline-block;
    height: 18px;
    border: 1px solid #FFFFFF;
    margin: -3px 7px 0 7px;
    vertical-align: middle;
}
.mask {
    width: 100% !important;
}
.header-bg {
    width: 100%;
    height: 300px;
}
.header-bg img{
    display: block;
    width: 100%;
    height: 100%;
}

.footer {
    width: 100%;
    height: 250px;
    background: #F10B05;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    line-height: 250px;
    font-size: 16px;
}
.bottom-empty {
    position: relative;
    margin-top: 10px;
    width: 100%;
    min-height: 500px;
}
.bottom-empty .empty-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.bottom-empty .empty-content .empty-img {
    display: block;
    width: 322px;
    height: 201px;
}
.bottom-empty .empty-content .empty-text {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #9B9B95;
    line-height: 25px;
}