.layout .layout-top,
.layout .layout-banner {
    background-color: #3e63f9;
}

.layout-banner {
    height: 360px;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background-color: #ffffff;
}

.uk-navbar-nav>li>a,
.uk-navbar-nav>li>a:visited,
.uk-navbar-nav>li>a:link {
    color: #333333;
}

.uk-navbar-nav>li>a:hover,
.uk-navbar-nav>li>a:active {
    font-weight: bold;
    color: #0071EF;
}

.uk-navbar-nav>.uk-active>a {
    font-weight: bold;
    color: #0071EF !important;
}

.layout .layout-content .ui-block .ui-block-body {
    padding: 128px 24px;
}

.layout .layout-content .ui-block.odd {
    background-color: #edf1f5;
}

.layout .layout-content .ui-block.even {
    background-color: #ffffff;
}

.layout .layout-foot {
    color: #808082;
    background-color: #17181B;
}

article {
    min-height: 400px;
}



/************************************** 品牌动态 *********************************************/

.brand-header {
    background-color: #21293E;
    display: flex;
    justify-content: center;
}

.brand-header-box {
    width: 1920px;
    height: 500px;
    margin: 0 auto;
    box-sizing: border-box;
    background-image: url(../../images/slices/brandingBg.png);
    background-size: 100% 500px;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    text-align: left;
    padding: 271px 0 0 414px;
    /* margin-top: 271px; */
}

.brand-header-box>.brand-header-h1 {
    font-size: 42px;
    margin-bottom: 14px;
}

.brand-header-box>.brand-header-text {
    font-size: 18px;
}

.brand-body {
    display: flex;
    justify-content: center;
}

.brand-context {
    width: 1200px;
    text-align: left;
}

.brand-trends {
    margin-top: 44px;
}

.brand-trends .brand-trends-header {
    font-size: 26px;
}

.brand-trends .brand-trends-text {
    margin-top: 20px;
}

.brand-details {
    margin-top: 90px;
}

.product-context {
    width: 1200px;
}

.product-footer {
    padding: 49px 0;
    background-color: #0071EF;
    display: flex;
    justify-content: center;
}

.product-footer .product-footer-box {
    width: 100%;
    display: flex;
    justify-content: space-between;

}

.product-footer .product-footer-box .product-footer-bt {
    width: 160px;
    height: 40px;
    border-radius: 2px;
    color: white;
    font-size: 18px;
    background-color: transparent;
    border-color: white;
    display: block;
    text-decoration: none;
    border: 1px solid white;
    line-height: 40px;
}