#main-content {
    padding-bottom: 0;
    margin-top: -64px;
}
.header-section {
    border: 0;
}
.header-section-outer {
    position: absolute;
    top: 0;
}

.main-box-outer {
    margin-top: -64px;
}
.main-box-inner {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

/* slideshow-css */
.banner-slideshow-section {
    position: relative;
    width: 100%;
    height: 41.67vw;
    min-height: 542px;
    overflow: hidden;
}

.slide-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease;

    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.slide-item img {
    height: 100%;
    width: 100%;
}

.slide-item.active-slideshow {
    opacity: 1;
    z-index: 2;
}
.turn-left, .turn-right {
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translate(0, -50%);
    width: 48px;
    height: 96px;
    background-color: rgb(0,0,0, 0);
    background-position: 42% 50%;
    background-size: 45%;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: background-color 0.5s ease;
}
.turn-left:hover,
.turn-right:hover {
    background-color: rgba(0,0,0,0.4);
}
.turn-left {
    left: 0;
    background-image: url("/images/left.png");
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.turn-right {
    right: 0;
    background-image: url("/images/right.png");
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background-position: 56% 50%;
}
.no-background {
    background: none !important;
}

.pointer-list,
.video-bullet-list {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    width: 100px;
    height: 20px;
    align-items: center;
    justify-content: center;
    z-index: 6;
}
.pointer-item,
.video-bullet-item {
    width: 20px;
    height: 20px;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
}
.pointer-item-inner,
.video-bullet-item-inner {
    background-color: rgb(195,195,195);
    width: 16px;
    height: 2px;
}
.active-pointer-item
.pointer-item-inner,
.active-video-bullet-item
.video-bullet-item-inner {
    background-color: white;
}
/*.slide-item:nth-child(1) .banner-content{
    left: 20%;
}*/
.banner-content {
    position: absolute;
    width: 560px;
    height: 0px;
    top: 15%;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: height 0.8s;
    overflow: hidden;
    z-index: 2;
    color: rgba(255,255,255,0.85);
    font-weight: bold;
}
.active-slideshow .banner-content {
    height: 250px;
}
.banner-content-item {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s linear;
    width: 100%;
}
.banner-content-item.banner-title {
    transition: opacity 0.4s linear;
}
.banner-content-item.banner-desc2 {
    transition: opacity 0.6s linear;
}
.banner-content-item.banner-btn {
    transition: opacity 0.8s linear;
}
.active-slideshow .banner-content .banner-content-item {
    opacity: 1;
}
.active-slideshow .banner-content .banner-desc1 {
    opacity: 0.65;
}

.banner-desc1 {
    top: 0;
    color: inherit;
    font-size: 16px;
}
h2.banner-title {
    top: 12%;
    font-weight: bold;
    font-size: 35px;
    color: inherit;
}
.banner-desc2 {
    top: 32%;
    font-size: 22px;
    font-weight: normal;
    color: inherit;
}
.banner-btn {
    top: 54%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-btn a {
    text-decoration: none;
    width: 140px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: white;
    transition: background-color, 0.3s;
}
.banner-btn a:hover {
    background-color: rgba(130,174,223,0.5);
}
.banner-btn a:nth-child(1) {
    margin-right: 15px;
}
.banner-btn a:after {
    content: "\F105";
    padding-left: 8px;
}

/* 促销模块 */
.promotion-section,
.ruko-story-section {
    overflow: hidden;
    height: 398px;
    border: 2px solid rgb(215,215,215);
    border-radius: 18px;
}
.ruko-story-section {
    height: 530px;
}
.promotion-section img,
.ruko-story-section img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
}



/* half-screen-product css */
.half-screen-product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.full-screen-product-desc1, .full-screen-product-desc2, .full-screen-product-title {
    color: white;
}
.learn-more-and-buy-now .blue-btn.learn-more,
.learn-more-and-buy-now .blue-btn.buy-now {
    font-size: 16px;
    color: white;
    width: 135px;
    height: 32px;
    border-radius: 15px;
    background-color: rgb(0,112,213);
    border: 0px solid white;
    transition: background-color, 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.half-screen-product-item {
    width: 48.5%;
    height: 365px;
    overflow: hidden;
    margin-bottom: 35px;
    background-color: rgb(255,255,255);
    border-radius: 20px;
    position: relative;

}
.half-screen-product-item:hover {
    position: relative;
}
.half-screen-product-content {
    position: absolute;
    height: 30%;
    width: 40%;
    top: auto;
    bottom: 8%;
    left: 2%;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.half-screen-product-title {
    font-size: 30px;
}
.half-screen-product-desc1 {
    color: rgba(0,0,0,0.5);
}
.half-screen-product-desc2 {
    font-size: 16px;
    margin-bottom: 10px;
    color: rgba(0,0,0,0.6);
}
.half-screen-product .learn-more, .half-screen-product .buy-now {
    font-weight: 400;
    font-size: 16px;
}
.half-screen-product .learn-more-and-buy-now {
    margin-top: 10px;
}
.half-screen-product .learn-more-and-buy-now a:hover {
    text-decoration: none;
    background-color: rgb(36,144,227);
}
.learn-more-and-buy-now .learn-more:after {
    content: "\F105";
    padding-left: 2px;
}

.half-screen-product-img-box {
    width: 100%;
    height: 365px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    overflow: hidden;
}
.half-screen-product-img-box img {
    height: 100%;
    width: 100%;
}
.half-screen-product-img-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.1;
    background-image: linear-gradient(to right, rgb(100,100,100), rgb(70,70,70), rgb(40,40,40), rgb(10,10,10));
}

/* video css */
.slider-videos-list {
    width: auto;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: flex-start;
}

.slider-video-item {
    width: 100%;
    height: 100%;
    padding: 0 8px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.video-content {
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 75%;
    height: 150px;
    overflow: hidden;
}
.video-content-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    position: absolute;
    width: 100%;
    height: 100%;
}
.video-btn {
    margin-top: 6px;
    color: white;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
.video-btn:hover {
    text-decoration: underline;
}
.video-btn:after {
    content: "\F105";
    padding-left: 2px;
}

.video-content .video-title1{
    color: white;
    font-weight: bold;
    font-size: 40px;
    height: 30px;
    line-height: 30px;
    height: 45px;
    line-height: 45px;
}
.video-content .video-title2{
    color: white;
    font-weight: bold;
    font-size: 40px;
    height: 45px;
    line-height: 45px;
}

.slider-video-item video {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    background-size:100% 100%;
}
.slider-videos-outer {
    width: 1200px;
    min-width: 900px;
    height: 650px;
    position: relative;
}
.video-prev, .video-next {
    position: absolute;
    top: 50%;
    left: 3%;
    transform: translate(0, -50%);
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s;
}
.video-prev:hover,
.video-next:hover {
    background-color: rgba(0,0,0,0.35);
}
.video-next {
    left: auto;
    right: 3%;
}
/* video css end */

.find-your-ruko-section {
    width: 100%;
    margin: 60px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.find-your-ruko-section h3 {
    font-size: 22px;
    color: black;
}
.discover-btn {
    width: 120px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0,0,0);
    color: white;
    font-size: 14px;
    cursor: pointer;
    border-radius: 20px;
    margin-top: 10px;
}

.full-screen-img-box {
    width: 98%;
    min-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 25px;
}

.video-slideshow-section {
    margin: 0 auto;
    position: relative;
    margin-top: 15px;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-slideshow-section video {
    width: 100%;
    height: 100%;
    border-radius: 14px;
    cursor: pointer;
    background-color: rgb(37,37,37);
    cursor: default;
}


.before-footer-outer {
    margin-top: 50px;
    height: 300px !important;
}
