@charset "utf-8";

#container { padding-bottom: 0; max-width: 100%; }
#content { padding-top: 0; }

.main-banner-swiper { position: relative; margin: 0 auto; height: 400px; min-height: 260px; }
.main-banner-swiper .swiper-slide:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.2); z-index: 7; }
.main-banner-swiper .swiper-slide { height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; }
.main-banner-swiper .swiper-slide:after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 110px; height: 40%; background-image: linear-gradient(to top, rgba(0,0,0,0.4), transparent); z-index: 8; }
.main-banner-swiper .swiper-slide a { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 100; }
.main-banner-swiper .caption { position: relative; top: 50%; margin: -60px auto 0; padding: 0 40px; max-width: 1280px; font-size: 20px; font-weight: 300; color: #fff; z-index: 10; }
.main-banner-swiper dt { margin-bottom: 10px; font-size: 44px; font-weight: 700; letter-spacing: -1px; line-height: 1.2; opacity: 0; transform: translateX(-20%); transition: opacity 1.0s 0.4s, transform 1.0s 0.4s; }
.main-banner-swiper dd { display: block; width: 360px; max-height: 60px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; opacity: 0; transform: translateY(-50%); transition: opacity 0.6s 0.7s, transform 0.6s 0.7s; }
.main-banner-swiper .swiper-slide-active dt { opacity: 1; transform: translateX(0%); }
.main-banner-swiper .swiper-slide-active dd { opacity: 1; transform: translateY(0%); }

.main-banner-dots { position: absolute; bottom: 40px; left: 0; width: 100%; }
.main-banner-dots .swiper-pagination { position: relative; margin: 0 auto; padding: 0 40px; max-width: 1280px; text-align: left; }
.main-banner-dots .swiper-pagination-bullet { position: relative; margin-right: 5px; width: 38px; height: 3px; border-radius: 2px; background: rgba(255,255,255,0.2) !important; opacity: 1 !important; transition: all 0.5s; }
.main-banner-dots .swiper-pagination-bullet:after { content: ""; position: absolute; top: 0; right: 0; width: 0%; height: 100%; opacity: 1; background: #fff; transition: all 0.5s; }
.main-banner-dots .swiper-pagination-bullet-active:after { right: auto; left: 0; width: 100%; }
.main-banner-dots .swiper-pagination-bullet:focus:after { width: 100%; }

.goods-con > .title { padding: 0 !important; }

.goods-section { margin: 0 auto; max-width: 1200px; overflow: hidden; }
.section-swiper { margin-top: 20px; padding-bottom: 20px; }
.section-swiper .swiper-slide { width: 384px !important; }
.section-swiper .swiper-slide a { display: block; border-radius: 20px; border: 1px solid #ededed; overflow: hidden; }
.section-swiper .figcaption h3 { height: 55px; max-height: 100%; }
.section-swiper .swiper-scrollbar { left: 0; width: 100%; }
.section-swiper .swiper-scrollbar-drag { background: rgba(0,0,0,0.2); }
.ranking-swiper { position: relative; padding-top: 4px; background: #fff; overflow: visible; }
.ranking-swiper-buttons { position: absolute; top: -50px; right: 0; height: 40px; border-left: 1px solid #ededed; overflow: hidden; }
.ranking-swiper-buttons .swiper-button { position: relative; top: 0; left: 0; float: left; margin: 0; width: 42px; height: 40px; background: none; border: 1px solid #ededed; border-left: 0 none; opacity: 1 !important; z-index: 10; }
.ranking-swiper-buttons .swiper-button:focus { box-shadow: none !important; }
.is-online .ranking-swiper-buttons .swiper-button:focus { border: 1px solid #40a3ff; }
.ranking-swiper-buttons .swiper-button:after { content: ""; display: block; position: absolute; top: 14px; width: 0; height: 0; border: 6px solid transparent; }
.ranking-swiper-buttons .swiper-button-prev:after { left: 10px; border-right-color: #666; }
.ranking-swiper-buttons .swiper-button-next:after { right: 10px; border-left-color: #666; }
.ranking-swiper-buttons .swiper-button-disabled:after { opacity: 0.3; }

.main-banner-bottom { font-size: 20px; color: #fff; text-align: center; margin-top: 300px; height: 333px; min-height: 250px; background: url(../img/img-banner-bottom.png) no-repeat center / cover; }
.main-banner-bottom > div { position: relative; top: 50%; padding: 0 20px; transform: translateY(-50%); }
.main-banner-bottom h3 { margin-bottom: 10px; font-size: 40px; font-weight: 500; letter-spacing: -1px; line-height: 1.2; }
.main-banner-bottom p { font-weight: 300; }
.main-banner-bottom .cc-btn { margin-top: 30px; width: 190px; height: 68px; line-height: 68px; font-size: 24px; border-radius: 34px; background: #2687e2; }

.is-online .main-banner-bottom .cc-btn { transition: box-shadow 0.4s ease-in-out; }
.is-online .main-banner-bottom .cc-btn:hover, .is-online .main-banner-bottom .cc-btn:focus { box-shadow: 0px 0px 0px 2px #fff inset, 0px 0px 0px 5px #2687e2; }

@media all and (max-width: 1280px) {
	.goods-con { padding-left: 20px; padding-right: 20px; }
}
@media all and (max-width: 1240px) {
	.main-banner-swiper dt, .main-banner-swiper dd { width: 70%; }
}
@media all and (max-width: 640px) {
	.main-banner-swiper { height: 50vw; }
	.main-banner-swiper .caption { margin-top: -70px; padding: 0 20px; font-size: 16px; }
	.main-banner-swiper dt { margin-bottom: 6px; font-size: 30px; }
	.main-banner-dots .swiper-pagination { padding: 0 20px; text-align: center; }
	.main-banner-dots { bottom: 10px; }
	.main-banner-dots .swiper-pagination-bullet { margin-right: 3px; width: 20px; height: 2px; }
	.main-banner-bottom { height: 50vw; font-size: 17px; }
	.main-banner-bottom h3 { font-size: 28px; }
	.main-banner-bottom .cc-btn { height: 60px; line-height: 60px; font-size: 22px; }
}
@media all and (max-width: 940px) {
	.main-banner-bottom { margin-top: 120px; }
}
@media all and (max-width: 720px) {
	.section-swiper .swiper-slide { width: 280px !important; }
}
@media all and (max-width: 500px) {
	.main-banner-swiper dt, .main-banner-swiper dd { width: 85%; }
}
@media all and (max-width: 360px) {
	.main-banner-swiper dt, .main-banner-swiper dd { width: auto; }
	.main-banner-bottom { margin-top: 60px; }
}