/* 購物須知 */
.policy-box {
	margin: 0 0.6rem;
}

.policy-box .select-box {
	margin-top: 0.5rem;
	text-align: center;
	padding-bottom: 0.3rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	border-bottom: 0.02rem solid #d2d3d7;
}

.policy-box .select-box .title {
	line-height: 0.48rem;
	text-align: left;
}

.policy-box .select-box .icon {
	width: 0.34rem;
	height: 0.34rem;
	background-image: url(/assets/images/down_dark.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.policy-box .select-box.show .icon {
	transform: rotateX(180deg);
}

.policy-box .select-box .select-cont {
	position: absolute;
	/* height: 4.9rem; */
	background-color: #fff;
	width: 100%;
	border: 0.02rem solid #d2d3d7;
	display: none;
	transition: all 0.3s;
	transform: translate3d(0px, 0.82rem, 0px);
	top: 0px;
	left: 0px;
	will-change: transform;
	overflow-y: auto;
}

.policy-box .select-box .select-cont ul {
	overflow-y: auto;
	padding-top: 0.2rem;
}

.policy-box .select-box .select-cont ul li {
	line-height: 0.52rem;
	text-align: left;
	padding-left: 0.35rem;
	transition: all 0.3s;
}

.policy-box .select-box .select-cont ul li.active {
	padding-left: 0.15rem;
	font-weight: bold;
}

.policy-box .select-box.show .select-cont {
	display: block;
}

.dropdown-menu {
	webkit-animation: dropdown-menu-fade-in 0.3s ease 1, dropdown-menu-move-down 0.3s ease-out 1;
	animation: dropdown-menu-fade-in 0.3s ease 1, dropdown-menu-move-down 0.3s ease-out 1;
	margin-top: -0.07rem;
}

@-webkit-keyframes dropdown-menu-fade-in {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes dropdown-menu-fade-in {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes dropdown-menu-move-up {
	from {
		margin-top: -0.1rem;
	}

	to {
		margin-top: 0;
	}
}

@keyframes dropdown-menu-move-up {
	from {
		margin-top: -0.1rem;
	}

	to {
		margin-top: 0;
	}
}

@-webkit-keyframes dropdown-menu-move-down {
	from {
		margin-top: 0.1rem;
	}

	to {
		margin-top: -0.07rem;
	}
}

@keyframes dropdown-menu-move-down {
	from {
		margin-top: 0.1rem;
	}

	to {
		margin-top: -0.07rem;
	}
}

.container {
	padding: 0.5rem 0;
}
.container *{
	max-width: 100%;
}

.container p{
	line-height: 0.4rem;
}
.container .pink{
	color: #ffa6bb;
}
.container .icon-box{
	display: flex;
	margin-top: 0.1rem;
}
.container .icon-box .icon{
	width: 0.44rem;
	height: 0.44rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin-right: 0.12rem;
	overflow: hidden;
}
.container .icon-box .icon img{
	max-width: 100%;
}


/* pc */
/* 購物須知 */
/* .shops-pc .policy-box {
	    margin: 0 auto;
	    width: 450px;
}

.shops-pc .policy-box .select-box {
	margin-top: 0.5rem;
	text-align: center;
	padding-bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	border-bottom: 1px solid #d2d3d7;
}

.shops-pc .policy-box .select-box .title {
	line-height: 0.48rem;
	text-align: left;
}

.shops-pc .policy-box .select-box .icon {
	width: 0.34rem;
	height: 0.34rem;
	background-image: url(/assets/images/down_dark.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.shops-pc .policy-box .select-box.show .icon {
	transform: rotateX(180deg);
}

.shops-pc .policy-box .select-box .select-cont {
	position: absolute;
	    height: 320px;
	background-color: #fff;
	width: 100%;
	border: 1px solid #d2d3d7;
	display: none;
	transition: all 0.3s;
	transform: translate3d(0px, 50px, 0px);
	top: 0px;
	left: 0px;
	will-change: transform;
	overflow-y: auto;
}

.shops-pc .policy-box .select-box .select-cont ul {
	overflow-y: auto;
	padding-top: 0.2rem;
}

.shops-pc .policy-box .select-box .select-cont ul li {
	    line-height: 30px;
	    text-align: left;
	    padding-left: 30px;
	    transition: all 0.3s;
}

.shops-pc .policy-box .select-box .select-cont ul li.active {
	padding-left: 15px;
	font-weight: bold;
}

.shops-pc .policy-box .select-box.show .select-cont {
	display: block;
}
.shops-pc .container {
	padding: 20px 0;
}
.shops-pc .container *{
	max-width: 100%;
}

.shops-pc .container p{
	line-height: 25px;
}
.shops-pc .container .pink{
	color: #ffa6bb;
}
.shops-pc .container .icon-box{
	display: flex;
	margin-top: 0.1rem;
}
.shops-pc .container .icon-box .icon{
	width: 0.44rem;
	height: 0.44rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin-right: 0.12rem;
	overflow: hidden;
}
.shops-pc .container .icon-box .icon img{
	max-width: 100%;
} */
.content-index-wrap{
	display: none;
	width: 1373px;
	margin: 50px auto ;
	height: 100%;
}  
.shops-pc .content-index-wrap{
	display: block;
}  
.shops-pc .policy-box{
	display: none;
}  

.shops-pc .content-index-wrap .sidebar-l-tool{
	position: unset;
	float: left;
}

/* å·¦å´é‚Šæ¬„ */
.sidebar-l-tool{
	width: 210px;
	background-color: #fff;
	z-index: 99;
	float: left;
}
.sidebar-l-tool.channel-menu{
	color: #636363;
}
.sidebar-l-tool .menu-item{
	margin-bottom: 24px;
}
.sidebar-l-tool .menu-item .m-1{
	line-height: 26px;
	font-weight: bold;
	display: inline-block;
}
.sidebar-l-tool .menu-item a{
	color: #636363;
	letter-spacing: 2px;
}
.sidebar-l-tool .menu-item ul{
	line-height: 26px;
	display: none;
}
.sidebar-l-tool .menu-item ul.open{
	display: block;
}
.sidebar-l-tool .menu-item ul li{
	line-height: 26px;
}

/* å•†å“åˆ—è¡¨ */
.content-list{
	position: relative;
	float: left;
	width: 1150px;
	min-height: 1100px;
	/* background-color: #ede7e2; */
	overflow: hidden;
}
