.banner {
    height: 375px;
}

.banner .swiper-slide {
    height: 375px;
    width: 100%;
}

.banner img {
    width: 100%;
    height: 100%;
}

.banner .my-bullet {
    margin: 0 10px;
    height: 5px;
    width: 60px;
    background: white;
    opacity: 0.5;
    display: inline-block;
    border-radius: unset;
    text-align: center;
}

.banner .my-bullet-active {
    opacity: 1;
}

.product-scroll-list {
    padding: 20px 0;
    margin: 0 auto;
    display: block;
}

#common-product-view {
    margin-top: 30px;
    margin-bottom: 30px;
}

#common-product-view.swiper-container{
    --swiper-theme-color: #ff6600;/* 设置Swiper风格 */
    --swiper-navigation-color: #808080;/* 单独设置按钮颜色 */
}

#common-product-view .swiper-slide {
    text-align: center;
    min-width: 133px;
    border: 1px solid #d1d1d1;
}

#common-product-view .product-item {
    display: inline-block;
    text-align: center;
    width: 133.33px;
}

#common-product-view .product-item .product-name{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#common-product-view .product-item img {
    height: 133.33px;
    width: 133.33px;
    margin-bottom: 10px;
}

.area {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 1170px;
}

.area .container {
    max-width: 100%;
    padding: 0;
}

.area .component-module {
    cursor: pointer;
}

/* 组件1 */
.component-1 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 1170px;
}

.component-1 .container img {
    background: #E8E8E8;
    width: 100%;
    height: 100%;
    display: block;
}

.component-1 .container .top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.component-1 .container .top .left{
    width: 311px;
    height: 601px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.component-1 .container .top .left img{
    display: block;
    height: 262px;
    width: 311px;
}

.component-1 .container .top .right{
    width: 731px;
    height: 601px;
}
.component-1 .container .top .right img{
    width: 100%;
    height: 100%;
    display: block;
}

.component-1 .container .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 35px;
}
.component-1 .container .bottom img{
    display: block;
    height: 262px;
    width: 311px;
}

/* 组件2 */
.component-2 .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1170px;
    height: 601px;
}

.component-2 .container img {
    background: #E8E8E8;
    width: 100%;
    height: 100%;
    display: block;
}

.component-2 .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 601px;
}
.component-2 .left img{
    width: 731px;
    height: 262px;
    background: #E8E8E8;
}
.component-2 .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 601px;
}
.component-2 .right img{
    height: 262px;
    width: 311px;
    background: #E8E8E8;
}

/*组件3*/

.component-3 .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1170px;
    height: 262px;
}

.component-3 .container img {
    background: #E8E8E8;
    height: 262px;
    width: 311px;
    display: block;
}

/*组件4*/
.component-4 .container {
    width: 100%;
    margin: 0;
}
.component-4.area {
    width: 100%;
}
.component-4 .container img{
    width: 100%;
    display: block;
}