/* 背景图模块 */
* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

ul li {
    list-style: none;
}

.row {
    min-width: 1200px;
    height: 610px;
    background-image: url('../images/bgc1.jpg');
    background-size: cover;
    background-position: center;
}

.top-bg {
    width: 1200px;
    margin: 0 auto;
}

.top-bg .top-title {
    font-size: 50px;
    color: #fff;
    /* text-align: center; */
    padding: 110px 0 30px 0;
}

.top-bg .top-ipt {
    width: 70%;
    /* margin: 0 auto; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background-color: #fff;
    border-radius: 100px;
}

.top-bg .top-ipt input {
    height: 80px;
    outline: none;
    border: none;
    font-size: 25px;
    color: #333;
}

/* 输入框1 */
.top-bg .top-ipt .input-ip1 {
    width: 156px;
    ;
    font-size: 20px;
    margin-right: -2px;
    padding-left: 30px;
    cursor: pointer;
    border-radius: 5px 0 0 5px;
}

.top-bg .top-ipt .input-ip1::placeholder {
    color: #d9d9d9;
}

.top-bg .top-ipt .input-ip1-icon {
    position: absolute;
    top: calc((80px - 25px) / 2);
    left: 230px;
    font-size: 25px;
    cursor: pointer;
    color: #d9d9d9;
}

.top-bg .top-ipt .ip1-icon-1 {
    display: block;
}

.top-bg .top-ipt .ip1-icon-2 {
    display: none;
    color: #d9d9d9;
}

.top-bg .top-ipt .input-1-box {
    width: 180px;
    position: absolute;
    top: 90px;
    left: 90px;
    background-color: #fff;
    border-radius: 5px;
    z-index: 1;
}

.top-bg .top-ipt .input-1-box .triangle {
    width: 8px;
    height: 8px;
    background-color: #fff;
    transform: rotate(45deg);
    position: absolute;
    top: -4px;
    left: 40px;
    z-index: 1;
}

.top-bg .top-ipt .input-1-box .input-1-option {
    font-size: 20px;
    color: #606266;
    height: 50px;
    line-height: 50px;
    padding-left: 40px;
}

.top-bg .top-ipt .input-1-box .input-1-option:hover {
    background-color: #f5f7fa;
    color: #038dfa;
}

/* 输入框2 */
.top-bg .top-ipt .input-ip2 {
    font-size: 28px;
    width: 860px;
    margin-left: 40px;
    padding-right: 70px;
    font-weight: 300;
    border-radius: 10px 0 0 10px;
    box-sizing: border-box;
}

.top-bg .top-ipt .input-ip2::placeholder {
    color: #d9d9d9;
}

.top-bg .top-ipt .icon-box {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    border: 1px dashed #d9d9d9;
    position: absolute;
    top: 15px;
    right: 170px;
    cursor: pointer;
}

.top-bg .top-ipt .icon-box:hover {
    border-color: #038dfa;
}

.top-bg .top-ipt .icon-box .ip2-icon {
    font-size: 30px;
    font-weight: 800;
    color: #d9d9d9;
}

.top-bg .top-ipt .ip2-history {
    width: calc(150px + 600px);
    position: absolute;
    top: 90px;
    left: 30px;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    z-index: 1;
}

.top-bg .top-ipt .ip2-history .ip2-history-title {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

.top-bg .top-ipt .ip2-history .ip2-history-title .del-item {
    /* display: none; */
    font-size: 12px;
    color: #999;
    margin-left: 12px;
}

.top-bg .top-ipt .ip2-history .ip2-history-title .icon-shanchu {
    font-size: 18px;
    color: #909399;
    margin-left: 12px;
}

.top-bg .top-ipt .ip2-history .ip2-history-lists {
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
}

.top-bg .top-ipt .ip2-history .ip2-history-lists .ip2-history-item {
    border: 1px solid #e9e9eb;
    background-color: #f4f4f5;
    color: #909399;
    padding: 4px 10px;
    border-radius: 12px;
    margin-top: 12px;
    margin-right: 12px;
    font-size: 12px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.top-bg .top-ipt .ip2-history .ip2-history-lists .ip2-history-item .icon-chahao {
    /* display: none; */
    font-size: 16px;
    text-align: center;
    align-items: center;
    border-radius: 50%;
    color: #909399;
    margin-left: 8px;
}

.top-bg .top-ipt .ip2-history .ip2-history-lists .ip2-history-item .icon-chahao:hover {
    color: #fff;
    background-color: #909399;
}


/* 搜索按钮 */
.top-bg .top-ipt .search {
    background-color: #038dfa;
    width: 200px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    font-size: 30px;
    cursor: pointer;
    border-radius: 100px;
    margin-right: 10px;
}

.search-desc {
    position: relative;
    width: 1010px;
    /* margin: 0 auto; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    margin-top: 30px;
    color: #fff;
    font-size: 14px;
}

.search-desc .item-desc .item-title .line {
    /* position: absolute;
    top: 22px;
    left: 130px;
    width: 750px; */
    flex: 1;
    display: inline-block;
    border-top: 1px #fff dashed;
    margin-right: 15px;
}

.search-desc .item-desc {
    /* flex: 1; */
    padding: 10px 20px;
    margin-right: 15px;
    border: 1px solid #fff;
    border-radius: 30px;
    background-color: rgba(153, 153, 153, .3);
    font-weight: 700;
    cursor: pointer;
}

.search-desc .item-desc .item-title {
    height: 46px;
    display: flex;
    align-items: center;
}

.search-desc .item-desc .item-title .it-sp-1 {
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    /* position: absolute;
    top: 11px;
    left: 122px;
    display: flex;
    justify-content: center;
    align-items: center; */
    /* background-color: hsla(0, 0%, 100%, .32); */
    border-radius: 50%;
    background-color: #038dfa;
}

.search-desc .item-desc .item-title .it-sp-1 .it-sp-2 {
    display: inline-block;
    width: 13px;
    height: 13px;
    background-color: #fff;
    border-radius: 50%;
}

.search-desc .item-desc .desc {
    color: #FFF;
    padding-left: 35px;
}

/* 轮播图模块 */
.carouse {
    width: 100%;
    padding: 40px 0 20px;
}

.banner-list {
    width: 1200px;
    /* height: 200px; */
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

/* .banner-list .swiper {
    width: 1537.5px;
    height: 200px;
    display: flex;
    transition: transform 0.5s;
} */

/* 11 */
.banner-list .swiper {
    width: 1200px;
    /* height: 200px; */
    display: flex;
    justify-content: space-between;
    /* justify-content: center; */
}

/* .banner-list .swiper .imgbox {
    width: 277.5px;
    height: 200px;
    margin: 0 85px;
} */

.banner-list .swiper .imgbox img {
    display: block;
    /* width: 277.5px; */
    height: 245px;
    background-color: gold;
    border-radius: 8px;
}


/* 22 */

.banner-list .swiper .swiper-img {
    /* width: 277.5px; */
    /* height: 200px; */
    margin-right: 30px;
}

.banner-list .swiper .swiper-img img {
    display: block;
    /* width: 370px;
    height: 235px; */
    width: 277px;
    height: 150px;
    
    background-color: gold;
    border-radius: 8px;
}

.carouse .banner-list .left-but {
    width: 50px;
    height: 100px;
    /* background-color: rgba(255, 255, 255, .5); */
    position: absolute;
    top: calc((200px - 100px) / 2);
    left: 0;
    font-size: 50px;
    text-align: center;
    line-height: 100px;
}

.carouse .banner-list .right-but {
    width: 50px;
    height: 100px;
    /* background-color: rgba(255, 255, 255, .5); */
    position: absolute;
    top: calc((200px - 100px) / 2);
    right: 8px;
    font-size: 50px;
    text-align: center;
    line-height: 100px;
}

/* 版心内容 */
#app {
    width: 100%;
}

.area {
    width: 1200px;
    margin: 0 auto;
}

.area .category {
    margin-top: 60px;
}

.area .category h1 {
    font-size: 40px;
    font-weight: 500;
    text-align: center;
}

.area .category .category-box {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.area .category .category-box .box-base {
    /* background-color: pink; */
    width: 240px;
    /* height: 200px; */
    padding: 20px;
    border-radius: 10px;
}

/* .area .category .category-box .box-base:hover {
    box-shadow: 0 0 30px 1px rgba(0, 0, 0, .1);
} */

.area .category-box .box-base .category-icon {
    padding: 0 0 10px 0;
    text-align: center;
}

.area .category-box .box-base .category-icon .icon {
    font-size: 60px;
}

.area .category-box .box-base .title {
    height: 50px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-align: center;
}

.area .category-box .box-base .desc {
    margin-top: 5px;
    font-size: 14px;
    color: #666;
}

/* 版心公告 */
.area .notice {
    margin-top: 40px;
}

.area .notice h1 {
    font-size: 40px;
    font-weight: 500;
    text-align: center;
}

.area .notice .notice-p {
    text-align: center;
}

.area .notice .notice-p .desc {
    font-size: 14px;
    color: #999;
}

.area .notice .notice-p .link {
    font-size: 14px;
    color: #167bff;
    text-decoration: underline;
}

.area .notice .notice-container {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.area .notice .notice-container .notice-item {
    width: 32%;
    height: 500px;
    /* background-color: pink; */
    transition: box-shadow .2s linear;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
    overflow: hidden;
}

.area .notice .notice-container .notice-item:hover {
    box-shadow: 0 10px 30px 1px rgba(0, 0, 0, .2);
}

.area .notice-item .item-top {
    width: 100%;
    height: 170px;
    text-align: center;
    color: #fff;
}

.area .notice-item .logistics {
    background-color: #3FB65F;
}

.area .notice-item .special {
    background-color: #5C4E8E;
}

.area .notice-item .featured {
    background-color: #FFC001;
}

.area .notice-item .logistics .icon-content {
    color: #3FB65F;
}

.area .notice-item .special .icon-content {
    color: #5C4E8E;
}

.area .notice-item .featured .icon-content {
    color: #FFC001;
}

.area .notice-item .item-top .icon-content {
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: center;
}

.area .notice-item .item-top .logistics-icon {
    display: inline-block;
    width: 90px;
    height: 90px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 90px;
}

.area .notice-item .item-top .logistics-icon .icon-feiji {
    font-size: 40px;
}

.area .notice-item .item-top .logistics-icon .icon-icon_biaoqian-xian {
    font-size: 40px;
}

.area .notice-item .item-top .logistics-icon .icon-qita {
    font-size: 40px;
}

.area .notice-item .message-item {
    margin: 0 20px;
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
}

.area .notice-item .message-item .time {
    font-size: 12px;
    color: #999;
}

.area .notice-item .message-item .text a {
    text-decoration: none;
    font-size: 14px;
    color: #333;
}

/* 商品列表 */
.area .shopping {
    margin-top: 40px;
}

.area .shopping h1 {
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    padding: 30px 0;
}

.area .shopping .explore-list {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.area .shopping .explore-list .explore-item {
    width: 220px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #333;
    /* background-color: pink; */
}

.area .shopping .explore-list .explore-item:hover {
    transition: transform .2s linear;
    transform: scale(1.1, 1.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}

.area .shopping .explore-list .explore-item .shopping-img {
    width: 220px;
    height: 200px;
    display: block;
}

.area .shopping .explore-item .title-content {
    display: flex;
    margin-top: 10px;
}

.area .shopping .explore-item .title-content .product-img {
    margin-left: 4px;
}

.area .shopping .explore-item .title-content .product-img .pro-img {
    width: 16px;
    height: 16px;
    background-color: red;
    border-radius: 5px;

}

.area .shopping .explore-item .title-content .shopping-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    margin-left: 10px;
}

.area .shopping .explore-item .price-content {
    margin-left: 4px;
    font-size: 16px;
    font-weight: 600;
}

.area .shopping .explore-item .user-content {
    display: flex;
    justify-content: space-between;
    margin: 0 4px 10px 4px;
    font-weight: 400;
    color: #999;
}

.announcement {
    width: 100%;
    background-color: #038dfa;
    height: 40px;
}

.announcement .announcement-container {
    flex: 1;
    height: 40px; /* 设置容器高度 */
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.announcement .announcement-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 1s ease-in-out;
}
.announcement .announcement-item {
    height: 40px; /* 设置每条公告的高度与容器相同 */
    line-height: 40px;
    white-space: nowrap;
}