﻿/* 海报 */

.banner {
    width: 100%;
    text-align: center;
    display: block;
    position: relative;
    font-size: 0;
}

.banner img {
    max-width: 100%;
    /* height: 100%; */
}

.max-container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 30px;
}

[data-section-type="slide"] {
    padding-bottom: 30px;
}

/* 畅销商品 */
.rich-text-title,
.bestsellers h2 {
    text-align: center;
    font-size: 40px;
    padding: 10px 0;
    font-weight: 400;
    color: #000D41;
}

.bestsellers-list {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.bestsellers-list .bestsellers-list-box {
    box-sizing: border-box;
    /* width: 25%; */
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.bestsellers-list .bestsellers-list-box .bestsellers-box-img {
    width: 100%;
    position: relative;
    height: 0;
    background-color: #eee;
    padding-bottom: 100%;
    cursor: pointer;
}

.bestsellers-list .bestsellers-list-box .bestsellers-box-img .img-hover {
    /* position: absolute;
    top: 0; */
    opacity: 0;
    transition: all 0.5s linear;
}

.bestsellers-list .bestsellers-list-box .bestsellers-box-img:hover .img-hover {
    opacity: 1;
}

.bestsellers-list .bestsellers-list-box .bestsellers-box-img .img-hover .icon-box {
    display: flex;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #333;
    background-color: #fff;
    border-radius: 4px;
}

.bestsellers-list .bestsellers-list-box .bestsellers-box-img .img-hover::after {
    position: absolute;
    content: "";
    background-color: rgba(256, 256, 256, 0.3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bestsellers-list .bestsellers-list-box .bestsellers-box-img .img-hover .icon-box span,.bestsellers-list .bestsellers-list-box .bestsellers-box-img .img-hover .icon-box a {
    display: block;
    padding: 15px;
    white-space: nowrap;
    font-size: 20px;
    color: #757a8b;
}
.bestsellers-list .bestsellers-list-box .bestsellers-box-img .img-hover .icon-box span:hover,.bestsellers-list .bestsellers-list-box .bestsellers-box-img .img-hover .icon-box a:hover {
    color: #e95144;
}
.bestsellers-list .bestsellers-list-box .bestsellers-box-img .box-title{
    position: absolute;
    width: 100%;
    line-height: 50px;
    left: 0;
    bottom: 6px;
    background-color: #1b2061;
    color: #FFF;
    border: 1px solid rgb(27, 32, 97);
    border-radius: 40px;
    font-size: 16px;
    z-index: 10;
    text-align: center;
}
.bestsellers-list .bestsellers-list-box .bestsellers-box-img .box-title:hover {
    color: rgb(27, 32, 97);
    background-color: #fff;
}

.bestsellers-list .bestsellers-list-box .bestsellers-box-img .img-hover .icon-box span:nth-child(1) {
    border-right: 0.1px solid #efefef;
}

.bestsellers-list .bestsellers-list-box .bestsellers-box-img img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.bestsellers-list .bestsellers-list-box .bestsellers-text-box {
    position: relative;
    z-index: 20;
    height:100%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.bestsellers-list .bestsellers-list-box .bestsellers-text-box .money {
    text-decoration: line-through;
    position: absolute;
    bottom:0;
    left:60px
}

.bestsellers-list .bestsellers-list-box .bestsellers-text-box h3 {
    font-size: 18px;
    color: #1b2061;
    padding-top: 38px;
    margin-bottom: 8px;
    cursor: pointer;
}

.bestsellers-list .bestsellers-list-box .bestsellers-text-box p {
    font-size: 16px;
    color: #999;
}

.yd-bestsellers {
    display: none;
}


/* 热门商品 */

.popular h2 {
    font-size: 40px;
    width: 100%;
    text-align: center;
    font-weight: 400;
    color: #000D41;
    padding: 10px 0;
}

@media screen and (max-width: 768px) {
    .popular h2 {
        font-size: 20px;
    }
}

.popular-list {
    display: flex;
    justify-content: space-around;
}

.popular-list .popular-list-box {
    box-sizing: border-box;
    width: 33%;
    margin: 0 15px;
    position: relative;
    background-color: #eee;
}

.popular-list .popular-list-box a {
    display: block;
    width: 100%;
    height: 0;
    background-color: #eee;
    padding-bottom: 100%;
    position: relative;
}

.popular-list .popular-list-box a img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.popular-list .popular-list-box .popular-list-text {
    position: absolute;
    display: block;
    display: flex;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #fff;
    border: 1px solid #fff;
    width: 80%;
    height: 80%;
    box-sizing: border-box;
    text-align: center;
    align-items: center;
    pointer-events: none;
}


/* 移动好梦系列 */

.yd-dreams {
    display: none;
}


/* 好梦系列 */

.dreams-list {
    background-color: #f7f7f7;
    padding: 0 20px;
}

.dreams .dreams-title {
    padding: 53px 0 66px 0;
    text-align: center;
}

.dreams .dreams-title h2 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 34px;
    color: #000D41;
}

.dreams .dreams-title p {
    color: #73788a;
}

.dreams .dreams-list .dreams-list-box {
    display: flex;
    padding: 20px;
}

.dreams .dreams-list .dreams-list-box .dreams-list-box-left {
    position: relative;
    display: flex;
    width: 50%;
    flex-direction: column;
    justify-content: center;
}

.dreams .dreams-list .dreams-list-box .dreams-list-box-left .text-box {
    position: absolute;
    width: 100%;
    left: 5%;
    /* transform: translateX(-50%); */
}

.dreams .dreams-list .dreams-list-box .dreams-list-box-left .text-box h3 {
    font-size: 30px;
    font-weight: 400;
    color: #000d41;
}

.dreams .dreams-list .dreams-list-box .dreams-list-box-left .text-box p {
    font-size: 18px;
    color: #73788a;
    margin: 30px 0;
    line-height: 30px;
}

.rich_text_btn {
    color: #fff;
    border-radius: 40px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: normal;
    background-color: #1b2061;
}

.dreams .dreams-list .dreams-list-box .dreams-list-box-right {
    width: 50%;
}


/* .dreams .dreams-list .dreams-list-box .dreams-list-box-right .img-box {
    width: 100%;
    height: 650px;
    background-color: #ccc;
} */

.dreams .dreams-list .dreams-list-box .dreams-list-box-right .img-box {
    width: 100%;
    background-color: #fff;
    position: relative;
    font-size: 0;
}

.dreams .dreams-list .dreams-list-box .dreams-list-box-right img {
    width: 100%;
    max-width: 100%;
    /* position: absolute; */
}


/* 好评 */

.praise {
    padding: 0 60px;
    margin-bottom: 90px;
}

.praise h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    padding: 138px 0 30px 0;
    margin-bottom: 50px;
    color: #000D41;
}

.praise-list-box {
    box-sizing: border-box;
    margin-left: 100px;
}

.praise-list-box .praise-list-user {
    display: flex;
}

.praise-list-box .praise-list-user .user-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #eee;
}

.praise-list-box .praise-list-user .user-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.praise-list-box .praise-list-user .user-text {
    padding: 22px 0 0 30px;
}

.praise-list-box .praise-list-user .user-text h2 {
    font-size: 20px;
    font-weight: 400;
    color: #000D41;
}

.praise-list-box .praise-list-user .user-text P {
    color: #73788A;
    font-size: 14PX;
}

.praise-list-box .evaluate {
    padding: 20px 0;
    width: 80%;
    line-height: 24px;
    color: #73788A;
}


/* 轮播样式 */

.swiper {
    --swiper-theme-color: #ff6600;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #1b2061;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;
    /* 设置按钮大小 */
}


/*平台规则 */

.rule {
    display: flex;
    padding: 80px 82px;
    justify-content: space-between;
}

.rule .rule-box {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: 14px;
    color: #73788A;
    font-weight: 400;
}

.rule .rule-box .img-box {
    padding-right: 20px;
}


/* 宽度1600px时 */

@media screen and (max-width:1670px) {}


/* 宽度1500px时 */

@media screen and (max-width:1500px) {}


/* 宽度1400px时 */

@media screen and (max-width:1400px) {}


/* 宽度1300px时 */

@media screen and (max-width:1300px) {
    .popular-list .popular-list-box .popular-list-text {
        position: absolute;
        display: block;
        display: flex;
        justify-content: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 30px;
        color: #fff;
        border: 1px solid #fff;
        width: 80%;
        height: 80%;
        box-sizing: border-box;
        text-align: center;
        align-items: center;
    }
}


/* 宽度1200px时 */

@media screen and (max-width:1200px) {}


/* 宽度1100px时 */

@media screen and (max-width:1100px) {}

@media screen and (max-width:1000px) {
    .bestsellers {
        display: none;
    }
    .yd-bestsellers {
        display: block;
        width: auto;
        padding: 0 10px;
    }
    .rich-text-title,
    .yd-bestsellers h2 {
        text-align: center;
        padding: 10px 0;
        font-size: 20px;
        font-weight: 400;
        color: #000D41;
    }
    .yd-bestsellers .bestsellers-box .bestsellers-list-box {
        width: 100%;
    }
    .yd-bestsellers .bestsellers-box .bestsellers-list-box .bestsellers-box-img {
        width: 100%;
        padding-bottom: 100%;
        height: 0;
        position: relative;
        display: block;
    }
    .yd-bestsellers .bestsellers-box .bestsellers-list-box .bestsellers-box-img img {
        width: 100%;
        height: 100%;
        position: absolute;
    }
    .yd-bestsellers .bestsellers-box .bestsellers-list-box a.btn-select {
        width: 100%;
        margin: 0 auto;
        display: block;
        line-height: 40px;
        border-radius: 30px;
        border: 1px solid #000D41;
        color: #1b2061;
        background-color: #fff;
        margin-top: 10px;
        text-align: center;
    }
    .yd-bestsellers .bestsellers-box .bestsellers-list-box .bestsellers-text-box h3 {
        font-size: 14px;
        padding-top: 20px;
        color: #1b2061;
        font-weight: 500;
        margin-bottom: 8px;
        font-weight: bold;
    }
    .yd-bestsellers .bestsellers-box .bestsellers-list-box .bestsellers-text-box span {
        color: #73788a;
        font-size: 16px;
    }
    .popular-list {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        padding: 0 15px;
    }
    .popular-list .popular-list-box {
        box-sizing: border-box;
        width: 100%;
        margin: 10px 0;
        position: relative;
        background-color: #eee;
    }
    .dreams {
        display: none;
    }
    .yd-dreams {
        display: block;
        padding: 0 10px;
        background-color: #f5f5f5;
    }
    .yd-dreams .dreams-title {
        text-align: center;
        margin-top: 20px;
    }
    .yd-dreams .dreams-title h2 {
        font-size: 32px;
        font-weight: 400;
        color: #000D41;
        margin: 10px 0;
        padding-top: 10px;
    }
    .yd-dreams .dreams-title p {
        color: #73788A;
        margin-bottom: 20px;
    }
    .yd-dreams .dreams-list-box .img-box {
        width: 100%;
        /* height: 0;
        padding-bottom: 72%; */
        background: #eee;
        position: relative;
        margin-top: 20px;
    }
    .dreams-list .dreams-list-box .img-box img {
        width: 100%;
        /* position: absolute; */
    }
    .dreams-list .dreams-list-box .dreams-list-box-left {
        margin-bottom: 30px;
        padding-bottom: 20px;
    }
    .dreams-list .dreams-list-box .dreams-list-box-left .text-box h3 {
        font-size: 24px;
        font-weight: 400;
        color: #000D41;
        margin-top: 10px;
    }
    .dreams-list .dreams-list-box .dreams-list-box-left .text-box p {
        color: #73788A;
        font-size: 18px;
        margin: 10px 0;
        line-height: 30px;
    }
    .rich_text_btn {
        border-radius: 40px;
        border: none;
        background-color: #1b2061;
        color: #fff;
        margin-bottom: 10px;
        padding: 10px 20px;
        font-size: 16px;
        margin-top: 27px;
    }
    .praise {
        padding: 0 10px;
        margin-bottom: 30px;
    }
    .praise h2 {
        padding: 20px 0;
        font-size: 40px;
    }
    .praise-list-box {
        box-sizing: border-box;
        margin-left: 0;
        width: 100%;
    }
    .praise-list-box .praise-list-user {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .praise-list-box .evaluate {
        padding: 10px 0;
        width: 100%;
        line-height: 24px;
        color: #73788A;
        margin: 0 auto;
        text-align: center;
    }
    .praise-list-box .praise-list-user .user-text {
        padding: 0;
        margin-left: 20px;
    }
    .praise-list-box .praise-list-user .user-text h3 {
        font-size: 18px;
    }
    .star {
        text-align: center;
    }
    .left,
    .right {
        display: none !important;
    }
    .rule {
        display: flex;
        padding: 0 10px;
        justify-content: space-between;
        margin-bottom: 30px;
    }
    .rule .rule-box {
        width: 25%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        color: #73788A;
        font-weight: 400;
        flex-wrap: wrap;
        text-align: center;
    }
    .rule .rule-box .img-box {
        padding-right: 0;
    }
}

/* image_list_a Start */

.list-container {
  margin: auto;
  padding: 30px 15px;
  max-width: 1200px;
}

.list-container h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 400;
  color: #000D41;
}

.ila .swiper-slide {
  height: auto;
}

.ila .ila-card {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin: 0 35px;
  padding: 30px 10px;
  height: 100%;
  width: -webkit-fill-available;
  min-height: 300px;
  max-height: 350px;
  background-color: #fff;
  /* box-shadow: 0 10px 10px #003b711a; */
  border-radius: 10px;
  box-sizing: border-box;
}

.ila .ila-card img {
  margin-bottom: 20px;
  height: 90px;
  width: 90px;
  user-select: none;
}

.ila .ila-card .ila-title {
  margin-bottom: 20px;
  padding: 0 10px;
  color: #013d71;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  overflow: hidden;
}

.ila .ila-card .ila-description {
  padding: 0 15px;
  max-height: 120px;
  color: #878787;
  line-height: 24px;
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 5;
  -webkit-line-clamp:5;
  text-overflow: ellipsis;
}

.swiper-pagination-ila {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.swiper-pagination-ila .swiper-pagination-bullet {
  height: 11px;
  width: 11px;
  background-color: #033B6A;
}

@media screen and (max-width: 768px) {
  .list-container h2 {
    font-size: 20px;
  }
  .ila .ila-card {
    margin: 0 20px;
  }
}

/* image_list_a End */