body {
    height: 100%;
    width: 100%;
    font-size: 18px;
    font-family: "OPPOSans-R";
    position: relative;
    margin: auto;
    font-weight: normal;
    min-width: 1366px;
}

/*滚动条的宽度*/
::-webkit-scrollbar {
    width: 6px;
    height: 2px;
}

/*//滚动条的滑块*/
::-webkit-scrollbar-thumb {
    background-color: #cdced2;
    border-radius: 3px;
}

.header-box {
    width: 100%;
    background: #f7f7f7;
}

.bg-box {
    background-image: url("../../assets/images/bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    height: 164px;
}

.title-info {
    font-size: 30px;
    font-family: OPPOSans-B;
    font-weight: 700;
    text-align: left;
    color: #b79100;
    margin-top: 50px;
}

.banner-box {
    background: #f7f7f7;
}

.banner-item {
    width: 100%;
    object-fit: contain;
}

.container-fluid {
    width: 100%;
    padding-right: 50px !important;
    padding-left: 50px !important;
    margin-right: auto;
    margin-left: auto;
}

.label-box {
    padding: 0px 50px;
    height: 90px;
    background: #f7f7f7;
}

.footer-box {
    margin-top: 100px;
    padding: 0px 50px;
    height: 80px;
    background: #f7f7f7;
}

.footer-info {
    font-size: 14px;
    font-family: OPPOSans-R;
    /*font-weight: bold;*/
    text-align: left;
    color: #555555;
}

.footer-info a, .footer-info a:hover {
    text-decoration: none; /* 去除默认的下划线 */
    color: #555555; /* 去除默认的颜色和点击后变化的颜色 */
}

.link-cur {
    cursor: pointer;
}

.down-link{
    text-decoration: none;
    /*width: 600px;*/
}