@charset "UTF-8";
body { background-color: #f7f7f7; }
a { color: var(--pc-main-text-color); }
.index-tit { font-size: 26px; font-weight: 400; position: relative; bottom: -3px; }

.banner-ads-content { width: 1200px; margin: 0 auto; height: 470px; overflow: hidden; }

@keyframes scrollFromLeft { from { left: -100%; opacity: 0; }
  to { left: 0; opacity: 1; } }
@keyframes scrollFromRight { from { right: -100%; opacity: 0; }
  to { right: 0; opacity: 1; } }
@keyframes scrollOutFromRight { from { right: 0; opacity: 1; }
  to { right: 100%; opacity: 0; } }
/******* banner相关内容 ********/
.banner-ads { width: 985px; display: flex; justify-content: space-between; }
.banner-ads .l { width: 760px; }
.banner-ads .l .banners { position: relative; width: 760px; height: 340px; overflow: hidden; }
.banner-ads .l .banners .prev, .banner-ads .l .banners .next { position: absolute; top: 45%; display: none; width: 30px; height: 50px; background-color: rgba(0, 0, 0, 0.2); line-height: 50px; text-align: center; cursor: pointer; }
.banner-ads .l .banners .prev i, .banner-ads .l .banners .next i { font-size: 24px; color: #fff; }
.banner-ads .l .banners:hover .prev, .banner-ads .l .banners:hover .next { display: block; }
.banner-ads .l .banners .prev { left: 0; border-top-right-radius: 2px; border-bottom-right-radius: 2px; }
.banner-ads .l .banners .next { right: 0; border-top-left-radius: 2px; border-bottom-left-radius: 2px; }
.banner-ads .l .banners .banner-items { width: 6000px; height: 340px; position: absolute; left: 0; top: 0; }
.banner-ads .l .banners .banner-items .item { float: left; width: 760px; height: 340px; }
.banner-ads .l .banners .banner-dots { position: absolute; bottom: 0; left: 0; width: 100%; height: 50px; align-items: center; display: flex; justify-content: center; }
.banner-ads .l .banners .banner-dots span { display: block; width: 10px; height: 10px; border-radius: 5px; background-color: #fff; margin: 0 5px; }
.banner-ads .l .banners .banner-dots span.active { width: 26px; }
.banner-ads .l .list-icons { display: flex; justify-content: space-between; height: 100px; }
.banner-ads .l .list-icons li { flex: 1; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.banner-ads .l .list-icons img { display: block; }
.banner-ads .l .list-icons span { font-size: 14px; }

/*******限时抢购********/
.limit-buy .head { width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; height: 35px; padding: 15px 0; }
.limit-buy .head .l { display: flex; justify-content: space-between; align-items: baseline; align-self: center; }
.limit-buy .head .hour-seconds span { display: inline-block; width: 22px; height: 22px; line-height: 22px; text-align: center; color: #fff; background-color: #fd6f21; font-size: 14px; border-radius: 2px; margin-right: 10px; }
.limit-buy .head .hour-seconds a { display: inline-block; height: 22px; line-height: 22px; margin-right: 10px; }
.limit-buy .head .r { width: 70px; height: 22px; line-height: 20px; border: 1px solid #e0e0e0; }
.limit-buy .head .r span { display: inline-block; width: 34px; text-align: center; cursor: pointer; }
.limit-buy .head .r span i { font-size: 20px; }
.limit-buy .head .r span:first-child { border-right: 1px solid #e0e0e0; }
.limit-buy .head .r span.over { color: #999; cursor: default; }
.limit-buy .contents { width: 1200px; margin: 0 auto; overflow: hidden; }
.limit-buy .contents .items-box { width: 3000px; }
.limit-buy .contents .items-box a:hover { color: var(--pc-main-text-color); }
.limit-buy .contents .item { height: 250px; width: 230px; padding: 10px 15px 15px; float: left; margin-right: 15px; position: relative; display: flex; justify-content: space-between; transition: width .5s ease;}
.limit-buy .contents .item:nth-child(4n+1) { background-color: #e8d1bb; }
.limit-buy .contents .item:nth-child(4n+2) { background-color: #d7e6de; }
.limit-buy .contents .item:nth-child(4n+3) { background-color: #eae4cc; }
.limit-buy .contents .item:nth-child(4n) { background-color: #bbd7db; }
.limit-buy .contents .item a { display: block; width: 100%; }
.limit-buy .contents .item.cur { width: 465px;  color: var(--pc-main-text-color)!important;}
.limit-buy .contents .item.cur .r { display: flex; }
.limit-buy .contents .item.cur .tit { font-size: 20px; margin-top: 5px; transition: all .2s ease; text-align: left; }
.limit-buy .contents .item.cur .des { font-size: 16px; transition: all .2s ease; margin: 10px 0 5px; transition: all .2s ease; }
.limit-buy .contents .item.cur .price { display: block; }
.limit-buy .contents .item.cur .pic { margin: 10px 0 0 -15px; }
.limit-buy .contents .item.cur .pic img { zoom: 1; transition: all .2s ease; }
.limit-buy .contents .item .l { display: flex; justify-content: center; flex-direction: column; align-items: center; width: 100%; margin-top: 20px; }
.limit-buy .contents .item.cur .l { align-items: flex-start; margin-top: 0; }
.limit-buy .contents .item .r { display: none; flex-direction: column; justify-content: flex-end; align-items: center; position: absolute; bottom: 20px; right: 20px; }
.limit-buy .contents .item .tit { font-size: 18px; font-weight: bold; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; text-align: center; }
.limit-buy .contents .item .des { font-size: 14px; margin: 20px 0 40px; }
.limit-buy .contents .item .price { display: none; }
.limit-buy .contents .item .price span { font-size: 30px; color: #fd6f21; font-weight: bold; vertical-align: sub; }
.limit-buy .contents .item .pic img { zoom: .9; max-width: 180px; }
.limit-buy .contents .qr-code img { width: 90px; height: 90px; margin-bottom: 3px; }
.limit-buy .contents .qr-code span { font-size: 12px; }

/*******商品选项卡********/
.various-goods { width: 1200px; margin: 0 auto; height: auto; overflow-x: hidden; }
.various-goods .tabs-head span { font-size: 16px; margin-right: 25px; display: inline-block; cursor: pointer; }
.various-goods .tabs-head span.cur { color: var(--main-theme-color)!important; border-bottom: 2px solid var(--main-theme-color); }
.various-goods .tabs-content { width: 5000px; display: flex; }
.various-goods .goods-list { width: 1200px; }
.various-goods .goods-list.slideFromLeft { animation: scrollFromLeft .5s; left: 0; display: block; }
.various-goods .goods-list.slideFromRight { animation: scrollFromRight .5s; right: 0; left: auto; z-index: 1; }
.various-goods .goods-list.slideOutFromRight { left: auto; right: 100%; animation: scrollOutFromRight .5s; z-index: 2; }
.various-goods .goods-list .item { width: 592px; height: 180px; margin-bottom: 15px; display: flex; justify-content: space-between; }
.various-goods .goods-list .item:nth-child(odd) { clear: both; float: left; }
.various-goods .goods-list .item:nth-child(even) { float: right; }
.various-goods .goods-list .item .l { display: flex; justify-content: space-between; align-items: center; width: 450px; }
.various-goods .goods-list .item .r { width: 120px; display: flex; flex-direction: column; justify-content: flex-end; padding: 0 15px 20px 0; }
.various-goods .goods-list .item .goods-pic { width: 180px; height: 180px; display: block; }
.various-goods .goods-list .item .goods-info { width: 250px; margin-left: 20px; }
.various-goods .goods-list .item .tit-des .tit { font-size: 18px; font-weight: bold; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.various-goods .goods-list .item .tit-des .des { font-size: 14px; color: #999; }
.various-goods .goods-list .item .rent-type span { display: inline-block; border: 1px solid #fd6f21; color: #fd6f21; padding: 0 3px; font-size: 12px; }
.various-goods .goods-list .item .price-groups .now { display: inline-block; }
.various-goods .goods-list .item .price-groups .num { color: #fd6f21; font-size: 30px; font-weight: bold; vertical-align: sub; }
.various-goods .goods-list .item .price-groups .origin { display: inline-block; }
.various-goods .goods-list .item .price-groups .origin span { font-size: 14px; }
.various-goods .goods-list .item .price-groups .origin span:last-child { text-decoration: line-through; }
.various-goods .goods-list .item .go-rent { width: 100px; height: 30px; border-radius: 25px; background-color: var(--main-theme-color); border: none; font-size: 14px; color: #fff; margin-top: 10px; cursor: pointer; }
.various-goods .goods-list .item .go-rent:hover { background: var(--main-theme-color); opacity: .9; }
.various-goods .goods-list .item .qr-code { text-align: center; opacity: 0; transition: all .5s; position: relative; top: -50px; }
.various-goods .goods-list .item .qr-code img { width: 62px; height: 62px; display: block; margin: 0 auto; }
.various-goods .goods-list .item .qr-code span { font-size: 12px; }
.various-goods .goods-list .item:hover .qr-code { opacity: 1; top: 0; }

/*******热门商品********/
.hot-goods { width: 1200px; margin: 0 auto; }
.hot-goods .head { display: flex; justify-content: space-between; align-items: center; height: 40px; }
.hot-goods .head span, .hot-goods .head i { vertical-align: middle; }
.hot-goods .head i { font-size: 20px; }
.hot-goods .article-lists { display: flex; justify-content: space-between; flex-wrap: wrap; }
.hot-goods .article-lists li { width: 288px; background-color: #fff; box-shadow: 0 5px 20px -10px rgba(28, 38, 7, 0.16); position: relative; margin-bottom: 15px; top: 0; }
.hot-goods .article-lists li:hover { top: -4px; transition: top .2s ease-in-out; }
.hot-goods .article-lists li img { margin: 0 auto; width: 288px; height: 216px; }
.hot-goods .article-lists li h3 { margin: 10px 15px 5px; color: #333; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.hot-goods .article-lists li p { padding: 0 15px 20px; }
