@charset "utf-8";

.overflow-y-hidden {
	overflow-y: hidden
}

body,
html {
	font-size: 14px
}

.top300 {
	padding-top: 0
}

.blue {
	color: #3a8ee6;
	cursor: pointer
}

.blue:hover {
	text-decoration: underline
}

.clearfloat:after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	clear: both
}

.lf {
	float: left
}

.rg {
	float: right
}

.gray {
	color: #dbdbdb
}

.yellow {
	color: #87c13f
}

.windth80 {
	width: 80%;
	margin: 0 auto
}

.popup {
	transition: all .5s;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: rgba(0, 0, 0, .5);
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0
}

.popup>div {
	background: #fff;
	width: 80%;
	height: 1px;
	transition: all .5s;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-around
}

.popup>div .title {
	padding: 30px 0;
	text-align: center;
	border-bottom: 1px solid #dbdbdb
}

.popup>div .butbox {
	display: flex;
	justify-content: center
}

.popup>div .butbox p {
	width: 48%;
	text-align: center;
	padding: 5px 0;
	cursor: pointer
}

.popup>div .butbox p.nobut {
	border-left: 1px solid #dbdbdb
}

.popup.popupshow {
	z-index: 999999;
	opacity: 1
}

.popup.popupshow>div {
	height: 150px
}

.radio_box {
	display: inline-block;
	position: relative;
	margin-right: 20px;
	width: 80px
}

.radio_box.on_message {
	width: 30px;
	margin-right: 0
}

.radio_box input[type=checkbox],
.radio_box input[type=radio] {
	width: 20px;
	height: 20px;
	opacity: 0
}

.radio_box label {
	cursor: pointer;
	position: absolute;
	left: 5px;
	top: 3px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: url(../images/radio_n.png) center/cover;
	display: flex;
	align-items: center
}

.radio_box.square label {
	border-radius: 0;
	background: url('../images/Asset 2xhdpi.png') center/cover
}

.radio_box.single label {
	border-radius: 0;
	background: url('../images/Asset 4xhdpi.png') center/cover
}

.radio_box label span {
	position: absolute;
	display: block;
	width: 80px;
	left: 30px
}

.radio_box input:checked+label::after {
	position: absolute;
	content: "";
	width: 5px;
	height: 10px;
	top: 3px;
	left: 6px;
	border-top: none;
	border-left: none
}

.radio_box input:checked+label::after {
	position: absolute;
	content: "";
	width: 5px;
	height: 10px;
	top: 3px;
	left: 6px;
	border-top: none;
	border-left: none
}

.radio_box input:checked+label {
	background: url(../images/radio_y.png) center/cover
}

.radio_box.square input:checked+label {
	background: url('../images/Asset 3xhdpi.png') center/cover
}

.radio_box.single input:checked+label {
	background: url('../images/Asset 5xhdpi.png') center/cover
}

.store_style5 {
	margin-top: 20px;
	width: 1190px;
	margin-left: auto;
	margin-right: auto;
	min-width: 960px;
	position: relative
}

.store_style5 .store_style5_title {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 10px
}

.store_style5 .swiper_box {
	padding: 40px 20px;
	width: 100%;
	display: flex;
	align-items: center
}

.store_style5 .swiper_box .l_box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #fff;
	width: 230px;
	height: 290px;
	flex-shrink: 0
}

.store_style5 .swiper_box .l_box .index_box {
	font-weight: 600;
	font-size: 60px
}

.store_style5 .swiper_box .l_box .title1 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical
}

.store_style5 .swiper_box .l_box .title2 {
	font-size: 12px;
	line-height: 16px;
	-webkit-line-clamp: 3;
	margin-top: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical
}

.store_style5 .swiper_box .store_style5_swiper {
	border-radius: 5px;
	padding-top: 5px
}

.store_style5 .swiper_box .store_style5_swiper .swiper-slide {
	display: flex;
	align-items: center;
	width: 218px;
	height: 290px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	transition: all .2s ease;
	background: #fff
}

.store_style5 .swiper_box .store_style5_swiper .swiper-slide:hover {
	top: -5px
}

.store_style5 .swiper_box .store_style5_swiper .swiper-slide a.internal_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	height: 100%
}

.store_style5 .swiper_box .store_style5_swiper .swiper-slide a.internal_box .p_img_box {
	overflow: hidden;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	height: 120px;
	flex-shrink: 0
}

.store_style5 .swiper_box .store_style5_swiper .swiper-slide a.internal_box .p_img_box>img {
	width: 100%
}

.store_style5 .swiper_box .store_style5_swiper .swiper-slide a.internal_box .text_box {
	padding: 16px;
	padding-top: 0;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	 
}

.store_style5 .swiper_box .store_style5_swiper .swiper-slide a.internal_box .text_box .address {
	padding-top: 10px;
	line-clamp: 2;
	color: #757575;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-size: 12px
}

.store_style5 .swiper_box .store_style5_swiper .swiper-slide a.internal_box .text_box .title {
	width: 100%;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 500;
	font-size: 14px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.store_style5 .swiper_box .store_style5_swiper .swiper-slide a.internal_box .text_box .start {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-top: 4px
}

.store_style5 .swiper_box .store_style5_swiper .swiper-slide a.internal_box .text_box .start>div:first-child {
	margin: 0 2px;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	color: #ff9735;
	align-self: center
}

.store_style5 .swiper_box .store_style5_swiper .swiper-slide a.internal_box .text_box .start>div:last-child {
	font-size: 12px;
	line-height: 16px;
	align-self: center;
	-webkit-box-flex: 0;
	flex-grow: 0;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1
}

.store_style5 .swiper_box .store_style5_swiper .swiper-slide a.internal_box .text_box .price_box {
	padding-top: 0px;
	font-size: 20px
}

.store_style5 .swiper_box .store_style5_swiper .swiper-slide a.internal_box .text_box .price_box .price {
	width: 100%;
	font-size: 12px;
	line-height: 16px;
	color: #757575;
	text-decoration: line-through;
	word-break: break-all
}

.store_style5 .swiper_box .store_style5_swiper .swiper-slide a.internal_box .text_box .price_box .price2 {
	width: 100%;
	line-height: 16px;
	color: #212121;
	word-break: break-all;
	font-size: 18px;
	font-weight: 600
}

.store_style5 .swiper_box .store_style5_swiper .swiper-slide a.internal_box .text_box .price_box .price2 span {
	font-size: 12px;
	font-weight: 500
}

.store_style5 .swiper-button-next,
.store_style5 .swiper-button-prev {
	color: #000;
	background: #fff;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	cursor: pointer;
	border-radius: 50%;
	font-size: 18px;
	box-shadow: 0 0 1px 1px #9e9e9e
}

.store_style5 .swiper-button-next:after,
.store_style5 .swiper-button-prev:after {
	display: none
}

.store_style5 .swiper-button-next:hover,
.store_style5 .swiper-button-prev:hover {
	box-shadow: 0 0 2px 2px #9e9e9e
}

.store_style5 .swiper-button-next {
	right: -50px
}

.store_style5 .swiper-button-prev {
	left: -50px
}
