
.banner {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



.mbx-w {
    border-bottom: 1px solid #eee;
}
.mbx {
    margin: 0 auto;
    width: var(--mwidth);
    height: 5rem;
    display: flex; align-items: center;
}
.mbx .icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.mbx .it {
    font-size: 16px;
    color: #333;
    cursor: pointer;
}
.mbx .it a{
    color: #333;
}
.mbx .span {
    margin: 0 5px;
    color: #999;
}
.mbx .span a{
    color: #999;
}




.main{
    margin: 0 auto;
    padding-top: 2rem;
    width: var(--mwidth);
    display: flex; align-items: flex-start; justify-content: space-between;
}




.mid {
    width: 95rem;
    background-color: #fff;
}



.mid .row1 {
    display: flex; align-items: flex-start; justify-content: space-between;
    /* padding: 2rem; */
    background-color: #fff;
}
.mid .row1 .c1 {
    width: 51rem;
}


.swiper-1-img {
    display: none;
    width: 510px;
    height: 510px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/*.mid .row1 .swiper-1 {
    width: 510px;
    height: 510px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}*/
.mid .row1 .swiper-1-w {
    width: 510px;
    height: 510px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.mid .row1 .swiper-1 {
    width: 510px;
    height: 510px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

.mid .row1 .swiper-1 .swiper-slide {
    width: 100%;
    height: 100%;
}

.mid .row1 .swiper-1 .img {
    width: 100%;
    height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    color: #f80;
}

.mid .row1 .swiper-1-thumb-w {
    margin-top: 20px;
    width: 510px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.mid .row1 .swiper-1-thumb-left,
.mid .row1 .swiper-1-thumb-right {
    width: 30px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #999;
    font-size: 24px;
    font-weight: bold;
    background-color: #eee;
    user-select: none;
    border-radius: 5px;
}
.mid .row1 .swiper-1-thumb {
    width: 510px;
    overflow: hidden;
    position: relative;
}

.mid .row1 .swiper-1-thumb .swiper-slide {
    width: 100px;
    height: 100px;
    opacity: 0.3;
}

.mid .row1 .swiper-1-thumb .img {
    width: 100px;
    height: 100px;
}

.mid .row1 .swiper-1-thumb .swiper-slide-thumb-active {
    opacity: 1;
}

.mid .row1 .c2 {
    width: 44rem;
    padding-left: 2rem;
}
.mid .row1 .c2 .ttl {
    height: 4.5rem;
    line-height: 3rem;
    font-weight: bold;
    font-size: 22px;
    color: #111;
    /* 两行超出省略 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mid .row1 .c2 .r2 {
    /*margin-top: 2rem;*/
    padding: 1.5rem;
    background: #F4F4F4;
}
.mid .row1 .c2 .r2 .it {
    width: 100%;
    height: 4rem;
    display: flex; align-items: center; justify-content: flex-start;
}
.mid .row1 .c2 .r2 .it .k {
    width: 7.5rem;
    font-size: 1.4rem;
    color: #666;
}
.mid .row1 .c2 .r2 .it .v {
    font-size: 1.4rem;
    color: #333;
}
.mid .row1 .c2 .r2 .it .v .p1 {
    color: #CA0D1D;
    font-weight: bold;
    font-size: 2rem;
}
.mid .row1 .c2 .r2 .it .v .p2 {
    margin-left: 1rem;
    text-decoration: line-through;
    color: #999;
}
.mid .row1 .c2 .r3 {
    margin-top: 1.5rem;
    padding: 1.5rem;
    font-size: 1.4rem;
    color: #333;
    line-height: 2.5rem;

    background: #FFFCEE;
    box-shadow: 4px 4px 1px 0px rgba(221,221,221,0.9);
    border-radius: 10px;
    border: 3px solid #ECA96D;
}
.mid .row1 .c2 .r3 .t1 {
    font-weight: bold;
}
.mid .row1 .c2 .r3 .t2 {
    font-weight: bold;
    color: #333;
}
.mid .row1 .c2 .r4 {
    margin-top: 1.5rem;
    padding: 1.5rem;
    /* background: #F4F4F4; */
}
.mid .row1 .c2 .r4 .it {
    display: flex; align-items: flex-start; justify-content: flex-start;
    margin-bottom: 1rem;
}
.mid .row1 .c2 .r4 .it .gg {
    width: 6rem;
    flex-shrink: 0;
    font-size: 1.4rem;
    color: #666;
}
.mid .row1 .c2 .r4 .it .ls2 {
    display: flex; align-items: center; justify-content: flex-start;
    flex-wrap: wrap;
}
.mid .row1 .c2 .r4 .it .ls2 .it2 {
    margin: 0 1rem 1rem 0;
    padding: 0 1rem;
    height: 3rem;
    line-height: 2.8rem;
    text-align: center;
    background: #F4F4F4;
    border: 1px solid #E0E0E0;
    color: #333;
    font-size: 1.4rem;
    border-radius: 3px;
    cursor: pointer;
}
.mid .row1 .c2 .r4 .it .ls2 .it2.on {
    background: #CA0D1D;
    border: 1px solid #CA0D1D;
    color: #fff;
}
.mid .row1 .c2 .r5 {
    margin-top: 1.0rem;
    display: flex; align-items: flex-start; justify-content: space-between;
}
.mid .row1 .c2 .r5 .btn-xunjia,
.mid .row1 .c2 .r5 .btn-share {
    width: 18.5rem;
    height: 5.5rem;
    line-height: 5.4rem;
    text-align: center;
    background-color: #CA0D1D;
    color: #ffffff;
    font-size: 1.6rem;
    border-radius: 5px;
    border: 1px solid #CA0D1D;
    cursor: pointer;
}
.mid .row1 .c2 .r5 .btn-xunjia{
    border: 1px solid #CA0D1D;
    background-color: #fff;
    color: #CA0D1D;
}
.share-w{
    position: relative;
}
.share-w .drop{
    display: none;
    position: absolute; top: 100%; left: 0;
    padding: 1rem;
    width: 18.5rem;
    background-color: #fcfcfc;
}
.share-w:hover .drop{
    display: block;
}
.share-w .wp{
    display: flex; align-items: center; justify-content: center;
}
.share-w .drop-ctt{
}



.row-sub {
    margin-top: 2rem;
}
.row-sub .hd {
    padding-left: 2rem;
    height: 6rem;
    line-height: 6rem;
    background: #F4F4F4;
    border: 1px solid #E9E9E9;
    font-size: 2.2rem;
    color: #111;
}

/* 整个 950px 区域 */
.row-sub .wp{
    margin: 2rem auto;
    width: 950px;
    position: relative;
    /* overflow: hidden; */
}

/* 轮播核心区域 */
.row-sub .wp .swiper-sub{
    width: 854px;
    margin: 0 auto;
    overflow: hidden;
}

.row-sub .wp .swiper-slide{
    width: 200px;
    /* height: 200px;
    line-height: 200px;
    text-align:center;
    font-size:28px;
    color:#fff;
    border-radius:8px; */
}
/* .row-sub .wp .swiper-slide:nth-child(1n){background:#3498db;}
.row-sub .wp .swiper-slide:nth-child(2n){background:#e74c3c;}
.row-sub .wp .swiper-slide:nth-child(3n){background:#2ecc71;}
.row-sub .wp .swiper-slide:nth-child(4n){background:#f39c12;}
.row-sub .wp .swiper-slide:nth-child(5n){background:#9b59b6;}
.row-sub .wp .swiper-slide:nth-child(6n){background:#1abc9c;} */

/* 自定义箭头 */
.row-sub .wp .swiper-sub-prev,
.row-sub .wp .swiper-sub-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:30px;
    height:60px;
    background:#ccc;
    border-radius:4px;
    margin:0; /* 去掉 Swiper 自带的 margin */
}
.row-sub .wp .swiper-sub-prev:hover,
.row-sub .wp .swiper-sub-next:hover{background:#999;}

.row-sub .wp .swiper-sub-prev{left:0;}
.row-sub .wp .swiper-sub-next{right:0;}

/* 箭头图标 12×22 */
.row-sub .wp .swiper-sub-prev::after,
.row-sub .wp .swiper-sub-next::after{
    content:'';
    width:12px;
    height:22px;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 22'%3E%3Cpath d='M10 2 2 11l8 9' stroke='%23fff' stroke-width='3' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
}
.row-sub .wp .swiper-sub-next::after{
    transform:rotate(180deg);
}

.row-sub .wp .it {
    cursor: pointer;
}
.row-sub .wp .it .img {
    width: 100%;
    aspect-ratio: 1 / 1;
}
.row-sub .wp .it .ttl {
    margin-top: 0.8rem;
    font-size: 1.6rem;
    color: #333;
    height: 4.6rem;
    line-height: 2.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.row-sub .wp .it .price {
    margin-top: 1rem;
    text-align: center;
}
.row-sub .wp .it .price .p1 {
    margin-right: 0.5rem;
    font-size: 2.0rem;
    color: #CA0D1D;
    font-weight: bold;
}
.row-sub .wp .it .price .p2 {
    text-decoration: line-through;
    color: #999;
}




.cate{
    margin-top: 2rem;
    padding-left: 2px;
    height: 6rem;
    background: #F4F4F4;
    display: flex; align-items: center; 
}
.cate .it{
    width: 15rem;
    height: 100%;
    font-size: 1.8rem;
    color: #333;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    border-right: 1px solid #eee;
}
.cate .it.on{
    background-color: #fff;
    border-top: 2px solid #CA0D1D;
    font-weight: bold;
}
.cate .it:last-child{
    border-right: none;
}




.canshu{
    margin-top: 2rem;
    background: #FFFFFF;
    /*display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-gap: 0;*/
    display: block;
}
.canshu img{
    max-width: 100%;
}



.ctt{
    margin-top: 2rem;
}
.ctt img{
    width: 100%;
    /*display: block;*/
}



.his {
    margin-top: 2rem;
    padding: 2rem;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
}
.his .hd-w{
    display: flex; align-items: center;
}
.his .hd-w .deco{
    margin-right: 1rem;
    width: 0.3rem;
    height: 1.8rem;
    background-color: #CA0D1D;
    border-radius: 0.3rem;
}
.his .hd-w .hd{
    font-size: 1.6rem;
    color: #111;
    font-weight: bold;
}
.his .ls{
    margin-top: 1rem;
    display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-gap: 25px;
}
.his .ls .it{
    cursor: pointer;
}
.his .ls .it .img{
    /*width: 100%;*/
    width: 200px;
    height: 200px;
    aspect-ratio: 1 / 1;
}
.his .ls .it .ttl{
    margin-top: 1.0rem;
    font-size: 1.6rem;
    color: #333;
    height: 2.6rem;
    line-height: 2.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 显示的行数 */
    -webkit-box-orient: vertical;
}
.his .ls .it .price{
    margin-top: 0.5rem;
    font-size: 2rem;
    color: #CA0D1D;
    font-weight: bold;
    text-align: center;
}



.right {
    width: 235px;
    background-color: #fff;
}
.right .row1{
    padding: 1rem;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
}
.right .row1 .hd-w{
    display: flex; align-items: center;
}
.right .row1 .hd-w .deco{
    margin-right: 1rem;
    width: 0.3rem;
    height: 2rem;
    background-color: #CA0D1D;
}
.right .row1 .hd-w .hd{
    font-size: 1.6rem;
    color: #111;
    font-weight: bold;
}
.right .row1 .ls{
    margin-top: 1rem;
}
.right .row1 .ls .it{
    margin-bottom: 1rem;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}
.right .row1 .ls .it:last-child{
    margin-bottom: 0rem;
    border-bottom: none;
}
.right .row1 .ls .it .img{
    /*width: 100%;*/
    width: 200px;
    height: 200px;
    aspect-ratio: 1 / 1;
}
.right .row1 .ls .it .ttl{
    margin-top: 0.5rem;
    font-size: 1.6rem;
    color: #333;
    height: 2.6rem;
    line-height: 2.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 显示的行数 */
    -webkit-box-orient: vertical;
}
.right .row1 .ls .it .price{
    margin-top: 1rem;
    padding-bottom: 1rem;
    font-size: 2rem;
    color: #CA0D1D;
    font-weight: bold;
    text-align: center;
}
.right .row1 .ls .it:last-child .price{
    padding-bottom: 0rem;
}

.right .row2{
    margin-top: 2rem;
    background: #FFFFFF;
}
.right .row2 .hd-w{
    height: 5.2rem;
    display: flex; align-items: center; justify-content: center;
    background: #DDD url(/webui/sstj/right-hd-bg.png) no-repeat scroll top / cover;
}
.right .row2 .hd-w .deco{
    margin: 0 1rem;
    width: 1rem;
    height: 0.2rem;
    background-color: #fff;
}
.right .row2 .hd-w .hd{
    font-size: 2rem;
    color: #FFFFFF;
    font-weight: bold;
}

.right .row2 .ls{
    padding: 1rem;
    border: 2px dotted #EF4145;
    border-top: 0;
}
.right .row2 .ls .it{
    margin-bottom: 1rem;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}
.right .row2 .ls .it:last-child{
    margin-bottom: 0rem;
    border-bottom: none;
}
.right .row2 .ls .it .img{
    width: 100%;
    aspect-ratio: 1 / 1;
}
.right .row2 .ls .it .ttl{
    margin-top: 0.5rem;
    font-size: 1.6rem;
    color: #333;
    height: 2.6rem;
    line-height: 2.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 显示的行数 */
    -webkit-box-orient: vertical;
}
.right .row2 .ls .it .price{
    margin-top: 1rem;
    padding-bottom: 1rem;
    font-size: 2rem;
    color: #CA0D1D;
    font-weight: bold;
    text-align: center;
}
.right .row2 .ls .it:last-child .price{
    padding-bottom: 0rem;
}




.zixun {
    display: none;
    width: 87rem;
    height: 70rem;
    background-color: #fff;
    padding: 3.5rem;
    border-radius: 1rem;
    border: 1px solid #999;
}
.zixun .hd {
    font-size: 2.6rem;
    color: #111;
    font-weight: bold;
    text-align: center;
}
.zixun .ttl {
    margin-top: 2rem;
    font-size: 2.2rem;
    color: #333;
    font-weight: bold;
    text-align: center;
}
.zixun .guige {
    margin-top: 1.5rem;
    font-size: 2rem;
    color: #666;
    text-align: center;
}
.zixun .it {
    margin-top: 2rem;
    display: flex; align-items: flex-start; justify-content: space-between;
}
.zixun .it .lbl {
    width: 17rem;
    height: 6rem;
    font-size: 1.8rem;
    color: #333;
    display: flex; align-items: center; justify-content: flex-start;
}
.zixun .it .inp,
.zixun .it .textarea {
    flex: 1;
    height: 6rem;
    font-size: 1.8rem;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    padding: 0 1rem;
}
.zixun .it .textarea {
    padding-top: 1rem;
    height: 12rem;
}
.zixun .it .yzm {
    flex: 0;
    width: 25rem !important;
}
.zixun .it .verify {
    width: 12rem;
    height: 6rem;
    margin-left: 1rem;
    cursor: pointer;
}
.zixun .btn {
    margin: 4rem auto 0;
    width: 18rem;
    height: 5.5rem;
    line-height: 5.5rem;
    text-align: center;
    background-color: #CA0D1D;
    color: #fff;
    font-size: 2rem;
    border-radius: 2.8rem;
    cursor: pointer;
}




