/* #container .page-head-top-container, #container .content .content-up {
    transition: all 0.3s;
} */


#container.fixed .banner-head {
    margin: 0;
    margin-top: 70px;
    height: 70px;
    width: 100%;
}

#container.fixed .page-head-top-container {
    position: fixed;
    width: 100%;
    /* background-color: #0B1537;  */
    background-color: #020227;
    top: 70px;
    z-index: 2000;
}
#container.fixed .page-head-top {
    width: 70%;
    margin: 0 15%;
    padding-top: 0px;
}
#container.fixed .page-head-left .title {
    font-size: 24px;
}
.page-head-right .btn-order {
    width: 100px;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
}
#container.fixed .page-head-content {
    width: 70%;
    margin: 0 15%;
    margin-top: 70px;
}

#container .content .content-up.fixed {
    width: 100%;
    margin: 0px;
    background-color: #020227;
    position: fixed;
    z-index: 1000;
    top: 136px;
}

#container .content .content-up.fixed .cpv-tabs-container {
    width: 70%;
    margin: 0 15%;
}

@media (min-width: 768px) and (max-width: 852px) {
    #container.fixed .page-head-top,
    #container .content .content-up.fixed .cpv-tabs-container {
        width: 96%;
        margin-left: 2%;
    }
    #container.fixed .page-head-content {
        width: 96%;
        margin: 0;
        margin-top: 70px;
        margin-left: 2%;
    }
}

@media (max-width: 320px) {

}