.index-banner-modules {
    background-size: cover;
}

.index-special-modules {
    margin: 0 auto;
    width: 1200px;
    height: 430px;
    background-color: var(--color);
    /* border-radius: 20px; */
    background: url(../../images/newYearBg2.png) 50% 0px no-repeat;
}

.eqCodeContainer {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}

.eqCodeContainer .eqCodeContainerMasker {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
}

.eqCodeContainer img {
    max-width: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.recommendBox li:first-child {
    display: none;
}

/*/*轮播图模块 S*/
.container {
    width: 1200px;
    margin: 0 auto;
    top: 1px;
}

.index-banner-contents {
    display: flex;
    position: absolute;
    left: 260px;
}

.bannerLeftList {
    width: 250px;
    top: -40px;
    left: 0;
    height: 510px;
    position: absolute;
    z-index: 2;
    background-color: white;
}

.bannerLeftList .bannerLeftListTitle {
    width: 250px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: var(--color);
    box-sizing: border-box;
    padding: 0 15px;
    text-indent: 2em;
    border-radius: 40px 0 0 0;
    font-size: 16px;
}

.headerButton .headerNav .headerNavLine:first-child {
    display: none;
}

.bannerLeftList .productTypeList li {
    box-sizing: border-box;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 0 8px 20px;
}

.bannerLeftList .productTypeList li:hover {
    color: var(--color);
    border-right: none;
    background-color: var(--rgba2);
}

.bannerLeftList .productTypeList .now .productTypeItems {
    color: var(--color);
}

.bannerLeftList .productTypeList li:last-child {
    border: none;
}

.bannerLeftList .productTypeList {
    /* padding-right:20px; */
    line-height: 22px;
    background: #fff;
    margin-top: 10px;
    max-height: 505px;
    overflow-y: auto;
}
.bannerLeftList .productTypeList.Firefox {
    scrollbar-width: thin;
}
.bannerLeftList .productTypeList::-webkit-scrollbar {
    width: 2px !important;
}
/* 滚动轨道的样式 */
.bannerLeftList .productTypeList::-webkit-scrollbar-track {
    background: rgba(255, 255, 255); /* 轨道背景颜色 */
}
/* 滚动滑块的样式 */
.bannerLeftList .productTypeList::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(143, 143, 143); /* 滑块背景颜色 */
}
.bannerLeftList .productTypeItems {
    font-size: 12px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bannerLeftList .productTypeItems span {
    margin-right: 6px;
}

.bannerLeftList .productTypeItems span:hover {
    color: var(--color);
    cursor: pointer;
}

.bannerLeftList .productTypeListTipsImg {
    width: 17px;
    height: 17px;
    vertical-align: top;
    margin-right: 4px;
    margin-top: 3px;
}

.bannerLeftList .productTypeListRightArrow {
    font-size: 12px;
    color: #cccccc;
}

.bannerCenter {
    width: 710px;
    height: 470px;
    border-radius: 14px;
    overflow: hidden;
}

.bannerCenter .banner {
    background: #d8d8d8;
    box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
}

.container .bannerBox {
    padding-top: 20px;
    background: #fff;
    position: relative;
    z-index: 2;
    height: 490px;
}

.container .bannerBox .bannerContainer li {
    width: 100%;
    height: 100%;
}

.container .bannerBox .bannerContainer .bannerImg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.bannerCenter .bannerLeftArrow,
.bannerCenter .bannerRightArrow {
    height: 68px;
    width: 22px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    line-height: 68px;
    text-align: center;
}

.bannerCenter .bannerLeftArrow {
    left: 0;
}

.bannerCenter .bannerRightArrow {
    right: 0;
}

.bannerCenter .bannerLeftArrow:hover,
.bannerCenter .bannerRightArrow:hover {
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.bannerCenter .bannerPoint {
    width: 100%;
    height: 4px;
    background-color: #808080;
    display: flex;
    bottom: 0px;
}

.bannerCenter .bannerPoint li {
    height: 100%;
    flex: 1;
}

.bannerCenter .bannerPoint .now {
    background-color: #4bbc8b;
}

.bannerCenter .bannerCenterBottom {
    width: 100%;
    height: 170px;
    padding: 0;
    margin: 0;
}

.bannerCenter .bannerCenterBottom img {
    width: 50%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.bannerContainer {
    height: 333px;
}

.bannerRight {
    width: 190px;
    height: 470px;
    background: #f7f7f7;
    margin-left: 20px;
    border-radius: 16px;
}

.bannerRight .bannerRightLogin,
.bannerRight .bannerRightFooter {
    width: 100%;
}

.bannerRight .bannerRightLogin {
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 2px;
}

.bannerRight .bannerRightLogin:after {
    content: "";
    width: 166px;
    height: 1px;
    background: linear-gradient(90deg, rgba(204, 204, 204, 0) 0%, #dddddd 50%, rgba(204, 204, 204, 0) 100%);
    position: absolute;
    left: 12px;
    bottom: 0;
}

.bannerRight .bannerRightFooter {
    height: 306px;
}

.bannerRightLogin img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: 17px;
}

.bannerRightLogin .userNames {
    text-align: center;
    font-size: 12px;
    color: #666;
    margin: 10px 0;
}

.bannerRightLogin .userModalBtns span {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
    padding: 0 10px;
    border-radius: 2px;
}

.bannerRightLogin .userModalBtns span:first-child {
    border-right: 1px solid #474747;
}

.bannerRightLogin .userModalBtns .userLogin {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--color);
}

.bannerRightFooter .bannerRightFooterTitle,
.bannerRightFooter .fasterGate {
    position: relative;
    font-size: 14px;
    color: #222;
    box-sizing: border-box;
    padding: 14px 6px 14px 12px;
}

.bannerRightFooter .bannerRightFooterTitle:before,
.bannerRightFooter .fasterGate:before {
    content: "";
    width: 2px;
    height: 12px;
    background: var(--color);
    border-radius: 0px 2px 2px 0px;
    position: absolute;
    left: 0;
    top: 18px;
}

.bannerRightFooterTitle span.fr {
    font-size: 12px;
    color: #999;
}

.bannerRightFooterTitle i {
    font-size: 20px;
    color: #999;
    margin-top: -2px;
}

.bannerRightFooter .papers {
    font-size: 12px;
    box-sizing: border-box;
    padding: 0 5px 0 12px;
    max-height: 90px;
}

.bannerRightFooter .papers .papersList {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
}

.bannerRightFooter .papers .papersList:hover {
    color: var(--color);
}

.bannerRightFooter .fasterGateList {
    box-sizing: border-box;
    width: 100%;
    height: 166px;
    /* border: 1px solid #ddd; */
}

.bannerRightFooter .fasterGateList li {
    box-sizing: border-box;
    height: 70px;
    width: 33.33%;
    font-size: 12px;
    text-align: center;
    /* border-right: 1px solid #ddd; */
    cursor: pointer;
}

.fasterGateList li i {
    font-size: 26px;
}

.fasterGateList li p {
    margin-top: 8px;
}

.fasterGateList li:nth-child(1) i {
    color: #f6ae47;
}

.fasterGateList li:nth-child(2) i {
    color: #fc7e75;
}

.fasterGateList li:nth-child(3) i {
    color: #73b9ed;
}

.fasterGateList li:nth-child(4) i {
    color: #fd6c61;
}

.fasterGateList li:nth-child(5) i {
    color: #6adcd0;
}

.fasterGateList li:nth-child(6) i {
    color: #f6b862;
}

.productTypeTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 28px;
    color: #222;
}

.productTypeTitle span {
    font-size: 15px;
    color: #222;
    cursor: pointer;
    word-wrap: break-word;
}

/**/
/*轮播图模块 E*/

/*热销产品 S*/
.hotSale h3 {
    padding: 16px 12px 10px;
    font-size: 0;
    text-align: center;
}

.hotSale h3 strong {
    font-size: 32px;
    color: var(--color);
}

.hotSale h3 b {
    margin-left: 10px;
    padding: 0 8px;
    font-size: 14px;
    color: var(--color);
    line-height: 28px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    margin-top: 19px;
    font-weight: normal;
}

.sale-price-tit {
    margin-right: 14px;
    margin-top: 3px;
    height: 25px;
}

.hotSale .moreCharacteristics {
    font-size: 14px;
    color: #888;
    font-weight: normal;
}

.hotSale ul {
    width: 100%;
    background-color: #fff;
    padding: 0 0 0;
    display: flex;
}

.hotSale ul li {
    position: relative;
    padding: 20px 20px 30px;
    flex: 1;
    max-width: 20%;
    box-sizing: border-box;
}

.hotSale ul li:hover {
    box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #eeeeee;
    background: #ffffff;
}

.hotSale ul li:after {
    content: "";
    width: 1px;
    height: 334px;
    background: linear-gradient(180deg, rgba(233, 233, 233, 0) 0%, #e3e3e3 51%, rgba(216, 216, 216, 0) 100%);
    position: absolute;
    right: 0;
    top: 0;
}

.hotSale ul li:last-child {
    border: none;
}

.hotSale .hotSaleImgBox {
    width: 100%;
    height: 225px;
}

.hotSale .hotSaleImgBox img {
    max-width: 170px;
    max-height: 170px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hotSale .hotSaleImgBox img:hover {
    cursor: pointer;
}

.hotSale .hotSaleProductTitle {
    font-size: 14px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 36px;
    text-align: center;
}

.hotSale .hotSaleProductTitle:hover {
    color: var(--color);
    cursor: pointer;
}

.hotSale .hotSaleProductDesc {
    height: 24px;
    line-height: 24px;
    margin-top: 7px;
    text-align: center;
}

.hotSaleProductDesc i {
    position: relative;
    display: inline-block;
    padding: 0 3px;
    font-size: 10px;
    line-height: 18px;
    color: #fff;
    background: var(--color);
    border-radius: 2px;
}

.hotSaleProductDesc i:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid var(--color);
    position: absolute;
    right: -3px;
    top: 5px;
}

.hotSaleProductDesc b {
    margin-left: 6px;
    font-size: 16px;
    /* color:var(--color); */
}

.hotSale .hotSaleProductNowPrice {
    font-weight: bold;
    color: var(--color);
    font-size: 16px;
}

.hotSale .hotSaleProductOldPrice {
    font-size: 12px;
    color: #ccc;
}

.hotSale .hotSaleProductBuyItNow {
    display: inline-block;
    width: 60px;
    height: 24px;
    line-height: 24px;
    background-color: #ffa333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
}

.hotSale .hotSaleProductBuyItNow:hover {
    cursor: pointer;
    opacity: 0.8;
}

/*热销产品 E*/

/*地方特色馆 S*/
.characteristics {
    margin-top: 45px;
}

.characteristics .characteristicsTips {
    font-size: 14px;
    color: #888;
    font-weight: normal;
    margin-left: 25px;
}

.characteristics h3 .moreCharacteristics {
    font-size: 14px;
    font-weight: normal;
    color: #aaa;
}

.characteristics ul {
    width: 100%;
    margin-top: 25px;
}

.characteristics ul li {
    width: 384px;
    height: 180px;
    background-color: #fff;
    margin-bottom: 12px;
}

.characteristics ul li:nth-child(3n-1) {
    margin: 0 12px;
}

.characteristics .characteristicsLiHeader {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.characteristics .characteristicsLiHeader img {
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.characteristics .characteristicsLiHeader img:hover {
    width: 120%;
    height: 120%;
    cursor: pointer;
}

.characteristics .characteristicsLiBody {
    height: 165px;
    padding: 13px;
}

.characteristics .characteristicsLiBody div {
    width: 50%;
    height: 90%;
    box-sizing: border-box;
    overflow: hidden;
}

.characteristics .characteristicsLiBody div:first-child {
    border-right: 1px solid #ddd;
}

.characteristics .characteristicsLiBody div img {
    width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.characteristics .characteristicsLiBody div img:hover {
    width: 135px;
    height: 135px;
    cursor: pointer;
}

/*地方特色馆 E*/

/*首页----地方特产等公共样式~~~~S*/
.itemsList {
    margin-top: 30px;
}

.itemsList .lis {
    margin-bottom: 24px;
}

.itemsList h3 .fr {
    margin-top: 6px;
    font-size: 14px;
    font-weight: normal;
    color: #888;
}

.itemsList .itemsListDesc {
    width: 1200px;
    height: 560px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    margin-top: 25px;
    display: flex;
}

.itemsList .itemsListDesc .itemsListDescLeft {
    flex: 5;
    height: 100%;
    /*background-color: #5CDBA1;*/
}

.itemsList .itemsListDesc .itemsListDescRight {
    height: 100%;
    flex: 16;
}

.itemsList .itemsListBtns .itemsListBtn {
    height: 26px;
    width: 72px;
    border: 1px solid #fff;
    color: #fff;
    margin-left: 16px;
    margin-top: 25px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.itemsList .itemsListDesc .itemsListDescLeft h4 {
    width: 218px;
    color: #fff;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 26px;
    border-bottom: 1px solid #fff;
    font-weight: normal;
    margin-left: 30px;
}

.itemsList .itemsListBtns {
    width: 100%;
    bottom: 0;
    height: 124px;
}

.itemsListDesc .itemsListBanner {
    width: 100%;
    height: 330px;
    margin-top: 15px;
}

.itemsListDesc .itemsListBanner .itemsListBannerRightArrow:hover {
    background: rgba(210, 210, 210, 0.8);
    cursor: pointer;
}

.itemsListDesc .itemsListDescRight .itemsListDescRightList {
    height: 40px;
    line-height: 40px;
    display: flex;
}

.itemsListDesc .itemsListDescRight .itemsListDescRightList li {
    flex: 1;
    text-align: center;
    color: #888;
    height: 38px;
}

.itemsListDesc .itemsListDescRight .itemsListDescRightList li:hover,
.itemsListDesc .itemsListDescRight .itemsListDescRightList .now {
    color: #333;
    border-bottom: 2px solid #333;
    cursor: pointer;
}

.itemsList .itemsListDescRight .itemsListDescRightItems {
    width: 100%;
    height: 520px;
}

.itemsList .itemsListDescRight .itemsListDescRightItems li {
    border-top: 1px solid #ddd;
    width: 25%;
    height: 259px;
    background-color: #fff;
}

.itemsListDescRightItemsDV {
    height: 230px;
    width: 100%;
    border-right: 1px solid #ddd;
    margin-top: 14px;
    padding: 0 14px;
    box-sizing: border-box;
}

.borderNone {
    border: none;
}

.itemsListDescRightItemsTitle,
.itemsListDescRightItemsBuy {
    width: 90%;
}

.itemsListDescRightItemsTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    top: 160px;
    font-size: 14px;
    color: #222;
}

.itemsListDescRightItemsTitle:hover {
    color: #333;
    cursor: pointer;
}

.itemsListDescRightItemsBuy {
    bottom: 0;
}

.itemsListDescRightItemsBuy .productPrice {
    margin-right: 5px;
    /* color: #FF0F3D; */
}

.itemsListDescRightItemsBuy .oldProductPrice {
    font-size: 12px;
    color: #ccc;
}

.itemsListDescRightItemsBuy .goToCart {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #ffa333;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 30px;
}

.itemsListDescRightItemsBuy .goToCart:hover {
    opacity: 0.8;
    cursor: pointer;
}

.itemsListDescRightItems .itemsListDescRightItemsDV img {
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 150px;
}

.itemsListDescRightItems .itemsListDescRightItemsDV img:hover {
    width: 160px;
    height: 160px;
    cursor: pointer;
}

.luggageRooms .littleSwiper {
    padding: 15px 12px;
    width: 100%;
    height: 265px;
    box-sizing: border-box;
}

.luggageRooms .left h5 {
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 14px;
    font-weight: normal;
    color: #222;
    line-height: 21px;
}

.luggageRooms .left p .pri {
    font-size: 16px;
    font-weight: bold;
    color: var(--color);
}

.luggageRooms .left p del {
    margin-left: 15px;
    font-size: 12px;
    color: #999;
}

.luggageRooms .left .img-box {
    display: inline-block;
    margin-top: 32px;
    width: 130px;
    height: 130px;
}

.luggageRooms .left .img-box img {
    width: 130px;
    height: 130px;
}

.luggageRooms .itemsListBannerLeftArrow,
.luggageRooms .itemsListBannerRightArrow {
    width: 20px;
    height: 40px;
    line-height: 40px;
    background: rgba(230, 230, 230, 0.8);
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
}

.luggageRooms .itemsListBannerLeftArrow {
    left: 0;
}

.luggageRooms .itemsListBannerRightArrow {
    right: 0;
}

/*左侧机器人快捷入口*/
.jqr {
    position: fixed;
    right: 20px;
    top: 150px;
    z-index: 10;
}

.jqr img {
    width: 100%;
}

.jqr .icon {
    padding-top: 8px;
    padding-bottom: 2px;
}

.jqr .kjrk {
    color: #6c7077;
    background: #ffffff;
}

.jqr .kjrk:hover {
    color: #fff;
    background: var(--color);
}

.jqr li {
    margin-bottom: 10px;
    box-sizing: content-box;
    width: 53px;
    height: 50px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
}

/*右侧楼层管理 固定定位的选择*/
.container .stairs-module {
    position: fixed;
    width: 59px;
    background-color: #fff;
    right: 92%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    border-radius: 6px;
    overflow: hidden;
}

.container .stairs-module li {
    position: relative;
    width: 100%;
    height: 56px;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
    color: #222;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.container .stairs-module li span {
    display: inline-block;
    overflow: hidden;
}

.container .stairs-module li:after {
    content: "";
    width: 44px;
    height: 1px;
    background: linear-gradient(180deg, rgba(233, 233, 233, 0) 0%, #e3e3e3 51%, rgba(216, 216, 216, 0) 100%);
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -22px;
}

.container .stairs-module .now:after {
    display: none;
}

.container .stairs-module .now {
    background: linear-gradient(var(--rgba6) 0%, var(--color) 100%);
    color: #fff;
}

.container .stairs-module .backTop {
    background-color: #aaaaaa;
    color: #fff;
    padding-top: 8px;
}

.container .stairs-module .backTop:hover {
    opacity: 0.8;
    cursor: pointer;
}

.container .stairs-module .hoverLis:hover {
    color: var(--color);
    cursor: pointer;
}

.container .stairs-module .hoverLis.now:hover {
    opacity: 0.8;
    color: #fff;
    cursor: pointer;
}

/*头部hover效果样式*/
.secondCatalog {
    /* min-height: 100%; */
    background-color: #fff;
    top: 40px;
    /* right: -806px; */
    left: 250px;
    z-index: 999;
    width: 668px;
    padding: 0px 52px 45px 5px;
    -webkit-box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
    height: 465px;
    overflow-y: auto;
}

.secondCatalog::-webkit-scrollbar {
    display: none;
}

.secondCatalog .secondCatalogDetails {
    width: 120px;
    text-align: right;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    font-weight: bold;
    color: rgb(109, 107, 107);
}

.secondCatalog .secondCatalogDetails:hover {
    color: #000;
    cursor: pointer;
}

.secondCatalog .ThirdCatalog {
    width: 530px;
    font-size: 14px;
    line-height: 45px;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.secondCatalog .ThirdCatalog .ThirdCatalogList {
    padding: 0 10px;
    font-size: 14px;
    color: #888;
}

.secondCatalog .ThirdCatalog .ThirdCatalogList:hover {
    color: #555;
    cursor: pointer;
}

.sale-goods-more-li {
    background: linear-gradient(180deg, #ffffff 0%, #fff2f2 100%);
}

.sale-goods-more {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 28px;
    border-radius: 25px;
    border: 1px solid var(--color);
    text-align: center;
    font-size: 0;
    cursor: pointer;
}

.sale-goods-more span {
    display: inline-block;
    font-size: 14px;
    color: var(--color);
}

.sale-goods-more i {
    display: inline-block;
    margin-top: 1px;
    font-size: 16px;
    color: var(--color);
    vertical-align: top;
}

.special-modules {
    display: inline-block;
    margin-right: 13px;
    width: 290px;
    height: 360px;
    vertical-align: top;
    background: #fff;
    padding: 20px 0;
    box-sizing: border-box;
}

.activity-modules .special-modules:last-child {
    margin-right: 0;
}

.special-modules h4 {
    padding: 0 12px;
}

.special-modules h4 span {
    font-size: 20px;
    color: #222;
}

.special-modules h4 .iconfont {
    font-size: 16px;
    font-weight: normal;
}

.new-publish-module ul li {
    text-align: center;
    cursor: pointer;
}

.new-publish-module ul li em.img-box {
    display: inline-block;
    width: 140px;
    height: 140px;
    border-radius: 6px;
    overflow: hidden;
}

.new-publish-module ul li em img {
    width: 100%;
}

.new-publish-module ul li h5 {
    margin-top: 28px;
    font-size: 14px;
    color: #222;
    font-weight: normal;
}

.new-publish-module ul li p {
    margin-top: 10px;
}

.new-publish-module ul li p b {
    font-size: 16px;
}

.new-publish-module ul li p em {
    font-size: 18px;
    font-weight: bold;
}

.special-modules .swiper-container {
    width: 100%;
    margin: 20px 0 0;
}

.new-publish-module .swiper-slide {
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    -ms-transition: transform 1s;
    -o-transition: transform 1s;
    -webkit-transform: scale(0.7);
    transform: scale(0.8);
}

.new-publish-module .swiper-slide-active,
.new-publish-module .swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.find-goods-module ul {
    padding: 0 12px;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition-property: transform;
    box-sizing: border-box;
}

.find-goods-module ul .conts {
    position: relative;
    display: inline-block !important;
    margin-bottom: 10px;
    text-align: left !important;
    cursor: pointer;
}

.find-goods-module ul li div.conts-text {
    padding-left: 82px;
    min-height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.find-goods-module .img-box {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 3px;
    overflow: hidden;
}

.find-goods-module ul li div h5 {
    font-size: 14px;
    color: #222;
    line-height: 20px;
    font-weight: normal;
}

.find-goods-module ul li div p {
    text-align: left;
}

.find-goods-module ul li div p b {
    font-size: 16px;
}

.find-goods-module ul li div p em {
    font-size: 16px;
    font-weight: bold;
}

.find-goods-module .swiper-container {
    height: 290px;
}

.find-goods-module .swiper-slide,
.find-good-store .swiper-slide {
    display: block !important;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.find-good-store ul {
    padding: 0 12px;
    height: 100%;
    box-sizing: border-box;
}

.find-good-store .swiper-container {
    height: 290px;
}

.find-good-store ul li .conts {
    position: relative;
    margin-bottom: 12px;
    padding: 16px;
    box-sizing: border-box;
    height: auto;
    border-radius: 5px;
    cursor: pointer;
}

.find-good-store ul .conts:nth-child(1) {
    background: url(../../images/store-bg1.png) no-repeat center;
    background-size: cover;
}

.find-good-store ul .conts:nth-child(2) {
    background: url(../../images/store-bg2.png) no-repeat center;
    background-size: cover;
}

.find-good-store ul .conts:nth-child(3) {
    background: url(../../images/store-bg3.png) no-repeat center;
    background-size: cover;
}

.find-good-store ul .conts:nth-child(4) {
    background: url(../../images/store-bg4.png) no-repeat center;
    background-size: cover;
}

.find-good-store ul .conts:nth-child(5) {
    background: url(../../images/store-5.png) no-repeat center;
    background-size: cover;
}

.find-good-store ul li h5 {
    margin-bottom: 10px;
    font-size: 14px;
    color: #222;
}

.find-good-store ul li p label {
    display: inline-block;
    padding: 0 5px;
    line-height: 18px;
    border-radius: 2px;
    font-size: 12px;
    border: 1px solid var(--color);
    box-sizing: border-box;
}

.find-good-store .left {
    padding-right: 108px;
    min-height: 98px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.find-good-store p em {
    margin-left: 4px;
    font-size: 12px;
    color: #999;
}

.find-good-store p i {
    font-size: 12px;
    color: #999;
}

.find-good-store .img-box {
    display: inline-block;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 98px;
    height: 98px;
    overflow: hidden;
}

.introduce-lists ul {
    padding: 20px 12px 0;
    max-height: 280px;
    box-sizing: border-box;
}

.introduce-lists ul .conts {
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
}

.introduce-lists ul li .img-box {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 5px;
    overflow: hidden;
}

.introduce-lists .right {
    padding-left: 136px;
    min-height: 120px;
}

.introduce-lists .right h5 {
    margin-bottom: 10px;
    font-size: 14px;
    color: #222;
    font-weight: normal;
}

.introduce-lists .right .icon-remen {
    font-size: 10px;
}

.introduce-lists .right b {
    display: inline-block;
    margin-left: 6px;
    font-size: 12px;
}

.introduce-lists .right .icon-shoucang-5,
.introduce-lists .right em {
    font-size: 12px;
    color: #999;
}

.introduce-lists .right em {
    color: #999;
}

.itemsList .style1,
.itemsFloor,
.characteristics {
    padding: 18px 12px 12px;
    background: #fff;
}

.itemsList .style1 h3 .tit,
.itemsFloor h3 .tit,
.characteristics h3 .tit {
    position: relative;
}

.itemsList .style1 h3 .tit:before,
.itemsFloor h3 .tit:before,
.characteristics h3 .tit:before {
    content: "";
    width: 4px;
    height: 20px;
    background: var(--color);
    position: absolute;
    left: -12px;
    top: 4px;
}

.itemsList .style1 h3 .icon-a-bianzu12,
.itemsFloor h3 .icon-a-bianzu12,
.characteristics .icon-a-bianzu12 {
    color: var(--color);
}

.itemsList .style1 .itemsListDesc .itemsListDescLeft {
    flex: none;
    width: 230px;
    height: 360px;
    border: 1px solid #ebebeb;
}

.itemsFloor h3 {
    margin-bottom: 25px;
}

.nav-menus {
    margin-right: 50px;
}

.nav-menus li {
    position: relative;
    margin-left: 30px;
    font-size: 16px;
    color: #999;
}

.nav-menus li b {
    display: none;
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 22px;
    height: 7px;
    background: url(../../images/current.png) no-repeat center;
    background-size: contain;
    margin-left: -11px;
}

.nav-menus li.now b {
    display: inline-block;
}

.itemsList .style1 .itemsListDescRight .itemsListDescRightItems li,
.itemsList .style1 .itemsListDescRightItemsDV {
    border: 0;
    height: 360px;
}

.itemsList h3 .tit {
    font-size: 20px;
}

.itemsList .style1 .itemsListDesc {
    height: auto;
    border-bottom: 0;
}

.itemsList .style1 .littleBanner img {
    transform: translateX(19%);
    width: 154px;
    height: 180px;
}

.itemsList .style1 .itemsListDesc .littleBanner li {
    width: 210px;
}

.itemsList .style1 .itemsListDesc .littleBanner .itemTitle {
    width: 100%;
    margin: 10px 0;
    font-size: 14px;
    color: #222;
}

.itemsList .style1 .itemsListDesc .littleBanner li img:hover {
    width: 154px;
}

.itemsList .style1 .itemsListDesc .itemsListBanner {
    height: auto;
}

.itemsList .style1 .itemsListBtns {
    padding-bottom: 10px;
    background: #f4f4f4;
    height: 82px;
    box-sizing: border-box;
}

.itemsList .style1 .itemsListBtns .itemsListBtn {
    margin-top: 12px;
    margin-left: 10px;
    width: 62px;
    height: 20px;
    line-height: 20px;
    color: #999;
    border-color: #999;
    border-radius: 2px;
}

.itemsList .style1 .itemsListBannerLeftArrow,
.itemsList .style1 .itemsListBannerRightArrow {
    top: 50%;
    z-index: 2;
    width: 26px;
    height: 34px;
    line-height: 34px;
    background: rgba(0, 0, 0, 0.16);
}

.itemsList .style1 .itemsListBannerLeftArrow {
    border-radius: 0px 100px 100px 0px;
}

.itemsList .style1 .itemsListBannerRightArrow {
    border-radius: 100px 0 0 100px;
}

.itemsList .style1 .itemsListDescRight .itemsListDescRightItems {
    height: auto !important;
}

.itemsList .style1 .itemsListDescRightItemsTitle {
    top: 206px;
}

.itemsList .style1 .itemsListDescRightItems .itemsListDescRightItemsDV img {
    width: 180px;
    height: 180px;
}

.itemsList .style1 .itemsListDescRightItemsBuy {
    bottom: 70px;
}

.rmb {
    font-size: 16px;
    font-weight: bold;
    color: var(--color);
}

.itemsList .style1 .itemsListDescRightItemsBuy .pri {
    font-size: 18px;
    font-weight: bold;
}

.itemsList .style1 .itemsListDescRight .itemsListDescRightItems li {
    position: relative;
}

.itemsList .style1 .itemsListDescRight .itemsListDescRightItems li:after {
    content: "";
    width: 1px;
    height: 364px;
    background: linear-gradient(180deg, rgba(233, 233, 233, 0) 0%, #e3e3e3 51%, rgba(216, 216, 216, 0) 100%);
    position: absolute;
    right: 0;
    top: 0;
}

.itemsList .style1 .itemsListDescRight .itemsListDescRightItems li:last-child:after {
    display: none;
}

.itemsList .style1 .itemsListDescRightItemsTitle,
.itemsList .style1 .itemsListDescRightItemsBuy {
    width: 83%;
}

.itemsList .style1 .itemsListDesc {
    width: 100%;
}

.module-floor {
    float: left;
    width: 593px;
    height: 360px;
    background: #fff;
    padding: 20px 12px;
    box-sizing: border-box;
}

.module-floor h3 {
    margin-bottom: 12px;
}

.module-floor .left {
    padding: 0 12px;
    width: 180px;
    height: 280px;
    background: #f8f9fa;
    box-sizing: border-box;
}

.module-floor .left .img-box {
    display: inline-block;
    margin-top: 32px;
    width: 130px;
    height: 130px;
}

.module-floor .left h5 {
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 14px;
    font-weight: normal;
    color: #222;
    line-height: 21px;
}

.module-floor .left p .pri {
    font-size: 16px;
    font-weight: bold;
}

.module-floor .left p del {
    margin-left: 15px;
    font-size: 12px;
    color: #999;
}

.module-floor .right {
    padding: 16px 14px;
    width: 388px;
    box-sizing: border-box;
}

.module-floor .right .item {
    float: left;
    width: 47%;
    display: flex;
}

.module-floor .right .item:nth-child(odd) {
    margin-right: 5%;
}

.module-floor .right .item:nth-child(1),
.module-floor .right .item:nth-child(2) {
    margin-bottom: 52px;
}

.module-floor .right .img-box {
    display: inline-block;
    margin-right: 12px;
    width: 87px;
    height: 87px;
}

.module-floor .right h5 {
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: normal;
    color: #222;
    line-height: 18px;
}

.module-floor .right span {
    margin-bottom: 6px;
    font-size: 13px;
}

.module-floor .right span em {
    font-weight: bold;
}

.module-floor .right del {
    font-size: 10px;
    color: #999;
}

.floor-style-two {
    display: inline-block;
    margin-right: 14px;
    background: none !important;
    padding: 0 !important;
}

.floor-style-two:last-child {
    margin-right: 0;
}

.index-introduce-module h3 {
    margin-top: 29px;
    margin-bottom: 33px;
}

.index-introduce-module h3 span {
    display: inline-block;
    width: 192px;
    height: 32px;
    background: url(../../images/intro-tit-bg.png) no-repeat center;
    background-size: contain;
    text-align: center;
    font-size: 26px;
}

.intro-menus {
    padding: 7px 0;
    background: #fff;
}

.intro-menus li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 180px;
    cursor: pointer;
}

.intro-menus li:after {
    content: "";
    width: 1px;
    height: 46px;
    background: linear-gradient(180deg, rgba(233, 233, 233, 0) 0%, #e3e3e3 51%, rgba(216, 216, 216, 0) 100%);
    position: absolute;
    top: 7px;
    right: 0;
}

.intro-menus li:last-child:after {
    display: none;
}

.intro-menus li strong {
    display: inline-block;
    margin-bottom: 4px;
    padding: 0 20px;
    line-height: 28px;
    font-size: 16px;
    color: #222;
    border-radius: 16px;
    min-width: 80px;
    box-sizing: border-box;
}

.intro-menus li p {
    font-size: 13px;
    color: #999;
}

.intro-menus li.active strong {
    background: var(--color);
    color: #fff;
}

.index-goods-lists {
    padding: 12px 0;
}

.index-goods-lists li {
    float: left;
    margin-right: 12px;
    margin-bottom: 14px;
    padding: 20px 16px 0;
    width: 230px;
    height: 300px;
    text-align: center;
    background: #ffffff;
    box-sizing: border-box;
    box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.index-goods-lists li:nth-child(5n) {
    margin-right: 0;
}

.index-goods-lists li .img-box {
    display: inline-block;
    width: 160px;
    height: 160px;
    overflow: hidden;
}

.index-goods-lists li h5 {
    margin-top: 15px;
    margin-bottom: 16px;
    font-size: 14px;
    color: #222;
    font-weight: normal;
    height: 40px;
    overflow: hidden;
}

.index-goods-lists li p strong {
    font-size: 18px;
}

.index-goods-lists li p del {
    margin-left: 6px;
    font-size: 12px;
    color: #999;
}

.index-goods-lists li .rmb {
    font-size: 16px;
}

.floor-style-lr .left {
    display: inline-block;
    width: 290px;
    height: 370px;
    background: #ddd;
}

.floor-style-lr .right {
    padding-left: 14px;
    width: 872px;
}

.floor-style-lr .right .img-box {
    float: left;
    margin-right: 14px;
    margin-bottom: 10px;
    width: 280px;
    height: 180px;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
}

.floor-style-lr .right .img-box:nth-child(3n) {
    margin-right: 0;
}

.itemsList .style2 {
    padding: 0 !important;
    background: transparent !important;
}

.itemsList .style2 h3 {
    margin-bottom: 20px;
    padding-left: 12px;
}

.itemsListDescRightItems .shopName {
    font-size: 14px;
    position: absolute;
    bottom: 38px;
    color: #888;
}

body {
    color: var(--color);
}

/* 新增限时折扣 1.31 */
.secakill {
    width: 1200px;
    height: 360px;
    margin: 20px auto;
    border-radius: 15px;
    box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #eeeeee;
    background: white;
    opacity: 1;
}

.secakill_bg_img {
    width: 100%;
    height: 50px;
    background: linear-gradient(179deg, #ffffff 0%, var(--color) 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.secakill_bg_img_1,
.secakill_bg_img_2 {
    width: 35%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: #ffffff;
}

.secakill_bg_img_1 img {
    width: 130px;
}

.secakill_bg_img_2 {
    width: 11%;
}

.secakill_bg_img_1 b {
    width: 1px;
    height: 20px;
    background: #ffffff;
    opacity: 0.5;
}

.secakill_bg_img_1 span,
.secakill_bg_img_2 span {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.subjecthove ul {
    width: 100%;
    background-color: #fff;
    padding: 0 0 0;
    display: flex;
}

.subjecthove ul li {
    position: relative;
    padding: 0px 12px 5px;
    flex: 1;
    max-width: 20%;
    box-sizing: border-box;
}

.subjecthove ul li:hover {
    box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #eeeeee;
    background: #ffffff;
}

.subjecthove ul li:after {
    content: "";
    width: 1px;
    height: 334px;
    background: linear-gradient(180deg, rgba(233, 233, 233, 0) 0%, #e3e3e3 51%, rgba(216, 216, 216, 0) 100%);
    position: absolute;
    right: 0;
    top: 0;
}

.subjecthove ul li:last-child {
    border: none;
}

.subjecthove .hotSaleImgBox {
    width: 100%;
    height: 210px;
}

.subjecthove .hotSaleImgBox img {
    width: 170px;
    height: 170px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.subjecthove .hotSaleImgBox img:hover {
    cursor: pointer;
}

.subjecthove .hotSaleProductTitle {
    font-size: 14px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 36px;
    text-align: center;
}

.subjecthove .hotSaleProductTitle:hover {
    color: var(--color);
    cursor: pointer;
}

.subjecthove .hotSaleProductDesc {
    height: 24px;
    line-height: 24px;
    margin-top: 7px;
    text-align: center;
}

.hotSaleProductDesc i {
    position: relative;
    display: inline-block;
    padding: 0 3px;
    font-size: 10px;
    line-height: 18px;
    color: #fff;
    background: var(--color);
    border-radius: 2px;
}

.hotSaleProductDesc i:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid var(--color);
    position: absolute;
    right: -3px;
    top: 5px;
}

.subjecthove .hotSaleProductNowPrice {
    font-weight: bold;
    color: var(--color);
    font-size: 16px;
}

.subjecthove .hotSaleProductOldPrice {
    font-size: 12px;
    color: #ccc;
}

.subjecthove .hotSaleProductBuyItNow {
    display: inline-block;
    width: 60px;
    height: 24px;
    line-height: 24px;
    background-color: #ffa333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
}

.subjecthove .hotSaleProductBuyItNow:hover {
    cursor: pointer;
    opacity: 0.8;
}

.hotSalespan {
    width: 51px;
    height: 14px;
    font-size: 12px;
    font-family: ArialMT;
    color: #999999;
    line-height: 14px;
}

.hideer {
    display: none;
}

.fuzhuangGuan {
    display: flex;
    justify-content: space-between;
}

.hotInfos-box li i {
    margin-right: 7px;
    font-size: 12px;
    color: var(--color);
    width: 17px;
    height: 17px;
    display: inline-block;
    line-height: 17px;
    text-align: center;
}

.hotInfos-box div:nth-child(1) i,
.hotInfos-box div:nth-child(2) i,
.hotInfos-box div:nth-child(3) i {
    border-radius: 100%;
}

.hotInfos-box div:nth-child(1) i {
    background: #ffcdcd;
    color: #ff0000;
}

.hotInfos-box div:nth-child(2) i {
    background: #ffedcd;
    color: #f5a623;
}

.hotInfos-box div:nth-child(3) i {
    background: #fff9cd;
    color: #f5d323;
}

.hotInfos-box em {
    font-size: 12px;
    color: #4a4a4a;
}

.hotInfos-box li div {
    padding-bottom: 6px;
}

/* Ai */
.aiBox {
    width: 350px;
}

.difyButton {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background-color: var(--color);
    margin-bottom: 10px;
}
.difyButton img {
    width: 30px;
    height: 30px;
}

.ai_dialogBox {
    width: 350px;
    /* height: 80vh; */
    position: fixed;
    top: 50px;
    bottom: 100px;
    right: 35px;
    border: 1px solid;
    z-index: 999;
    border-radius: 25px;
    background: white;
    overflow: hidden;
}

.ai_dialog_header {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    line-height: 50px;
    padding-left: 20px;
    border-radius: 25px 25px 0 0;
    background: var(--color);
}

.ai_dialog_header span {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.ai_dialog_content {
    width: 100%;
    height: 60vh;
    overflow-y: auto;
    padding: 15px 10px 50px;
    box-sizing: border-box;
    /* -ms-overflow-style: none;
	scrollbar-width: none; */
    display: flex;
    flex-direction: column;
}

.ai_content_left,
.ai_content_right {
    width: 100%;
    display: flex;
    margin: 5px 0px;
}

.ai_content_right {
    justify-content: flex-end;
}

.ai_content_left .ai_content_left_img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.ai_content_right .ai_content_right_text,
.ai_content_left .ai_content_left_text {
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    color: #000;
}

.ai_content_left .ai_content_left_text {
    width: 85%;
    /* display: flex;
	flex-wrap: wrap; */
}

.ai_content_left .ai_content_left_text .goodsItem {
    width: 100%;
    margin: 10px 5px 0px;
    background: #fff;
    box-shadow: 0px 1px 7px 2px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 7px 7px;
    box-sizing: border-box;
}

.ai_content_left_text .goodsItem_a {
    width: 100%;
    display: flex;
    border-radius: 0 0 7px 7px;
    box-sizing: border-box;
}

.ai_content_left .ai_content_left_text .goods_image {
    width: 70px;
    height: 70px;
    border-radius: 7px 0px 0 7px;
}
.ai_content_left .ai_content_left_text .goods_right_p {
    width: calc(100% - 90px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ai_content_left .ai_content_left_text .goods_name {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    padding: 3px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ai_content_left .ai_content_left_text .goods_price {
    font-size: 12px;
    color: red;
    padding: 0px 0px 5px 5px;
}
.ai_content_right .ai_content_right_text {
    margin-left: 10px;
    background: var(--rgba2);
}

.ai_dialog_footer {
    width: 80%;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 2px 7px 4px rgba(0, 0, 0, 0.1);
}

.ai_dialog_footer textarea {
    width: 80%;
    height: 30px;
    padding-left: 5px;
    resize: none;
    border: none;
}

.ai_dialog_footer button {
    width: 14%;
    height: 30px;
    border: none;
    background: var(--color);
    border-radius: 5px;
}

.ai_dialog_footer button img {
    width: 20px;
    /* height: ; */
}
@keyframes showDots {
    0% {
        content: ".";
    }
    33% {
        content: "..";
    }
    66% {
        content: "...";
    }
    100% {
        content: ".";
    }
}

#loadingText::after {
    content: ".";
    animation: showDots 1.5s infinite;
}
.sampleApplyDialog,
.sampleApplyDialogSure {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 10px 20px;
    z-index: 20;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.sampleApplyDialog .attentionBox,
.sampleApplyDialogSure .attentionBox {
    display: inline-block;
    max-width: 500px;
    background-color: white;
    border-radius: 15px;
    padding: 10px 20px;
    z-index: 20;
    box-sizing: border-box;
}
.attentionBig .makeAtten,
.sampleApplyDialog .makeAtten,
.sampleApplyDialogSure .makeAtten {
    position: fixed;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 5;
}

.sampleApplyDialog .operate {
    margin-top: 40px;
}
.sampleApplyDialog .operate button,
.sampleApplyDialogSure .operate button {
    display: inline-block;
    margin: 0 15px;
    width: 100px;
    height: 36px;
    border: 0;
    border-radius: 6px;
}
.sampleApplyDialog .operate button.sure,
.sampleApplyDialogSure .operate button.sure {
    background: var(--color);
    color: #fff;
}

.attentionBox h5 {
    margin-bottom: 30px;
}

.sampleSpecBox .goPay {
    width: 130px;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
    border: 1px solid #0abff7;
    text-align: center;
    color: #0abff7;
    font-size: 14px;
    margin-top: 10px;
    margin: 0 auto 30px;
    cursor: pointer;
}

.selectBox {
    display: flex;
    margin: 0 auto;
}

.selectBrand,
.selectMx,
.selectXq {
    width: 120px;
    border: 1px solid #e0e0e0;
    outline: none;
    height: 32px;
    margin-top: 4px;
    margin-left: 10px;
    border-radius: 6px;
    padding: 0 30px 0 12px;
    font-size: 13px;
    color: #333;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.selectBrand:hover,
.selectMx:hover,
.selectXq:hover {
    border-color: #0abff7;
    box-shadow: 0 2px 6px rgba(10, 191, 247, 0.15);
}

.selectBrand:focus,
.selectMx:focus,
.selectXq:focus {
    border-color: #0abff7;
    box-shadow: 0 0 0 3px rgba(10, 191, 247, 0.1);
    outline: none;
}

.selectBrand option,
.selectMx option,
.selectXq option {
    padding: 8px 12px;
    font-size: 13px;
    color: #333;
    background-color: #fff;
}

.changeMx {
    text-align: center;
    font-size: 14px;
    margin-left: 10px;
    width: 100px;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
    background: #0abff7;
    color: #fff;
    margin-top: 8px;
    cursor: pointer;
}

.sampleApplyDialog1,
.sampleApplyDialogSure {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 10px 20px;
    z-index: 20;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.sampleApplyDialog1 .attentionBox,
.sampleApplyDialogSure .attentionBox {
    display: inline-block;
    max-width: 500px;
    background-color: white;
    border-radius: 15px;
    padding: 10px 20px;
    z-index: 20;
    box-sizing: border-box;
}
.attentionBig .makeAtten,
.sampleApplyDialog1 .makeAtten,
.sampleApplyDialogSure .makeAtten {
    position: fixed;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 5;
}

.sampleApplyDialog1 .operate {
    margin-top: 40px;
}
.sampleApplyDialog1 .operate button,
.sampleApplyDialogSure .operate button {
    display: inline-block;
    margin: 0 15px;
    width: 100px;
    height: 36px;
    border: 0;
    border-radius: 6px;
}
.sampleApplyDialog1 .operate button.sure,
.sampleApplyDialogSure .operate button.sure {
    background: var(--color);
    color: #fff;
}

/* 欢迎横幅样式 */
.sampleApplyDialog1 .attentionBox {
    padding: 0;
    max-width: 800px;
    width: 800px;
    overflow: visible;
    border-radius: 15px;
}

.welcome-banner {
    display: flex;
    width: 100%;
    height: 200px;
    position: relative;
    overflow: visible;
}

.banner-left {
    width: 60%;
    background-color: #87ceeb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 25px 40px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    overflow: visible;
}

.welcome-text-top {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 12px;
    font-family: sans-serif;
    line-height: 1.2;
}

.welcome-text-bottom {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    font-family: sans-serif;
    line-height: 1.2;
}

.banner-right {
    width: 40%;
    background-color: #87ceeb;
    position: relative;
    overflow: visible;
}

.grid-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(135, 206, 235, 0.3) 1px, transparent 1px),
        linear-gradient(90deg, rgba(135, 206, 235, 0.3) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.5;
}

.yellow-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.yellow-shape-1 {
    position: absolute;
    bottom: -20px;
    right: -50px;
    width: 250px;
    height: 180px;
    background: #ffd700;
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    transform: rotate(-25deg);
    z-index: 2;
}

.yellow-shape-2 {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px;
    height: 60px;
    background: #ffd700;
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    transform: rotate(15deg);
    z-index: 2;
}

.cloud-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(5deg);
    width: 200px;
    height: 100px;
    background: #87ceeb;
    border-radius: 50px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -35px -20px 0 -8px #87ceeb, 35px -20px 0 -8px #87ceeb, -20px -35px 0 -15px #87ceeb,
        20px -35px 0 -15px #87ceeb, 0 3px 15px rgba(0, 0, 0, 0.2), 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.cloud-shape::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background: #87ceeb;
    border-radius: 50%;
    top: -40px;
    left: 15px;
    box-shadow: 70px 0 0 0 #87ceeb, 35px 20px 0 0 #87ceeb, 105px 20px 0 0 #87ceeb;
}

.cloud-shape::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background: #87ceeb;
    border-radius: 50%;
    top: -30px;
    right: 20px;
}

.cloud-text {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    font-family: sans-serif;
    text-align: center;
    line-height: 1.2;
    position: relative;
    z-index: 4;
}

/* 品牌列表样式 */
.brand-list-container {
    padding: 30px 20px;
    background-color: #ffffff;
    max-height: 420px;
    overflow-y: auto;
    overflow-x: hidden;
}

.brand-list-container::-webkit-scrollbar {
    width: 6px;
}

.brand-list-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.brand-list-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.brand-list-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.brand-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: flex-start;
}

.brand-list li {
    width: calc(25% - 15px);
    min-width: 150px;
    margin-right: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.brand-list li:nth-child(4n) {
    margin-right: 0;
}

.brand-list li:hover {
    transform: translateY(-5px);
}

.brand-item-image {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.brand-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-item-name {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    line-height: 1.4;
    word-break: break-all;
    padding: 0 5px;
}

/* 响应式布局 */
@media (max-width: 768px) {
    .brand-list li {
        width: calc(50% - 10px);
    }
}

.itemsListInfoPrice4 {
    margin-left: 5px;
    padding: 3px 5px;
    background-color: #f59a23;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
}
