@media (min-width: 960px) {
    .header {
        width: 100%;
        height: 80px;
        background: #000000;
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9;
    }
    .header .content {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header .content .left-view .logo_text {
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
        line-height: 33px;
        font-size: 24px;
    }
    .header .mask {
        display: none;
    }
    .header .content .left-view {
        display: flex;
        align-items: center;
        height: 0.8rem;
        font-size: 0.24rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
        line-height: 0.33rem;
    }
    .header .content .left-view .logo {
        width: 80px;
        height: 56px;
        margin-top: -10px;
        margin-right: 10px;
    }
    .header .content .left-view span {
        font-size: 24px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
        line-height: 33px;
    }
    .header .content .right-view {
        display: flex;
    }
    .header .content .right-view li {
        margin-right: 60px;
        position: relative;
        height: 80px;
        display: flex;
        align-items: center;
    }
    .header .content .right-view li:hover .children {
        display: block;
    }
    .header .content .right-view li:last-child {
        margin-right: 0;
    }
    .header .content .right-view a {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(204, 204, 204, 1);
        line-height: 20px;
        opacity: 0.8;
    }
    .header .content .right-view .active a,
    .header .content .right-view a:hover {
        opacity: 1;
        color: #fff;
    }
    .header .wap_click {
        display: none;
    }
    .header .children {
        position: absolute;
        top: 51px;
        background: rgba(0, 0, 0, 0.8);
        width: 109px;
        left: -30px;
        display: none;
        padding: 0 15px 15px;
    }
    .header .children .children_item {
        padding: 8px 0;
        border-bottom: 1px solid #FFFFFF;
    }
    .header .content .right-view .children .children_item a {
        color: rgba(204, 204, 204, 1);
    }
    .header .content .right-view .children .children_item a:hover {
        opacity: 1;
        color: #fff;
    }
    .header .content .right-view .children .active a {
        opacity: 1;
        color: #fff;
    }
    .header .children .children_item:last-child {
        border: 0 none;
    }
}

@media (max-width: 960px) {
    .header {
        width: 100%;
        height: 0.80rem;
        background: rgba(51, 51, 51, 1);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9;
    }
    .header {
        width: 100%;
        height: 0.80rem;
        background: rgba(51, 51, 51, 1);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9;
    }
    .header .wap_click {
        width: 100%;
        height: 0.80rem;
        display: flex;
        align-items: center;
        padding: 0 0.30rem;
        box-sizing: border-box;
    }
    .header .mask {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        display: none;
    }
    .header .left-view {
        display: none;
    }
    .header .wap_click .icon_menu {
        width: 0.30rem;
        height: 0.30rem;
    }
    .header .wap_click .logo {
        width: 0.74rem;
        height: 0.53rem;
        margin: 0 auto;
    }
    .header .right-view {
        display: none;
        width: 100%;
        background: rgba(51, 51, 51, 1);
        position: fixed;
        top: 0.80rem;
        left: 0;
        z-index: 9;
    }
    .header .right-view a {
        font-size: 0.26rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        line-height: 0.37rem;
        text-align: center;
        padding: .30rem 0;
        display: block;
        color: #fff;
    }
    .header .right-view.active {
        display: block;
    }
    .header .right-view li {
        font-size: 0.26rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        line-height: 0.37rem;
        text-align: center;
    }
    .header .right-view li .header .right-view a {
        color: #fff;
    }
    .header .right-view a img {
        display: none;
    }
    .header .logo {
        display: none;
    }
    .header .right-view .wap_none {
        display: none;
    }
}