﻿@charset "UTF-8";
@import "font-awesome.css";/*字体库*/
@import "common.css";/*布局*/
/*主题颜色*/
html {
	/* 主色 */
	--theme: #ff5686;
	/* 浅色 */
	--themeLight: #ffb2c8;
	/* 渐变色 */
	--gradualThemeColor: #ff5686, #ffb2c8;
	overflow: hidden;
}
body{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	position: relative;
}
html,body{
	height: 100%;
}
.text-price::before{content: "";}
.text-old-price::before{content: "原價NT$";}
.cu-form-group>.title{font-weight: 700;min-width: 2.5rem;}
.cu-form-group ul{font-size: 0;}
.cu-form-group li.cu-tag{margin: .1rem .2rem 0 0;}
.cu-form-group li.cu-tag:last-child{margin-right: 0;}
.cu-form-group li.cu-tag[class*="line-"]::after{border-radius: .2rem;}
.cu-form-group input[type="radio"]{display:none;}
.zzwui-header{
	width: 100%;
	height: 1.2rem;
}
.zzwui-bottom{
	width: 100%;
	height: 1.6rem;
}
.zzwui-header .cu-bar,
.zzwui-bottom .cu-bar{
	width: 100%;
	background-color: var(--white);
}
.zzwui-header .cu-bar{
	box-shadow: 0 .06rem .1rem rgba(0,0,0,.2);
}
.zzwui-content{
	flex: 1;
	-webkit-flex: 1;
	overflow: hidden;
	overflow-y: auto;
}
.zzwui-content>ul.padding-sm.bg-white{
	font-size: 0;
}
.zzwui-bottom .cu-bar{
	box-shadow: 0 -.06rem .1rem rgba(0,0,0,.2);
}
.zzwui-bottom .cu-btn{
	width: 100%;
}
.zzwui-bottom .submit{
	max-width: 4rem;
}
/*底部导航*/
.footer-nav{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    padding: .2rem 0;
	border-top: .04rem solid var(--theme);
    background-color: #fafafa;
}
.footer-nav li{
	margin: .2rem 0;
}
.footer-nav a{
	font-size: .4rem;
	padding: 0 .3rem;
	box-sizing: border-box;
	border-right: .04rem solid var(--theme);
}
.footer-nav li:last-child a{
	border:none;
}
/*阴影遮罩*/
.layadmin-body-shade{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.3);
	z-index: 1000;
}
/*广告图*/
.banner-slider{
	width: 100%;
	position: relative;
}
.banner-slider .slider{
}
.banner-slider .slick-list{
    overflow: hidden;
}
.banner-slider .slick-list{
	width: 100%;
}
.banner-slider .slick-track .imgcenter{
	border: none;
	padding-bottom: 0;
}
.banner-slider .slick-track .imgcenter img{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    min-width: auto;
    transform: none;
}
.banner-slider .slick-slide{
    float: left;
    min-height: 1px;
    display: none;
}
.banner-slider .slick-slide[style*="opacity: 1"]{
	left: 0!important;
    display: block!important;
}
.banner-slider .slider .slick-prev,
.banner-slider .slider .slick-next{
	display: none!important;
}
.banner-slider .slick-dots{
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 10px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 901;
}
.banner-slider .slick-dots li{
	display: inline-block;
	cursor: pointer;
	margin: 0 5px;
	border-radius: 50%;
}
.banner-slider .slick-dots li button{
	opacity: .8;
	width: .2rem;
	height: .2rem;
	color: #fff;
	cursor: pointer;
	text-indent: -99999px;
	border-radius: 50%;
	background-color: #333;
}
.banner-slider .slick-dots li.slick-active button{
	display: block;
	opacity: 1;
	background-color: var(--theme);
}
/*商品详情*/
.product-info{
	margin: .2rem 0;
	background-color: var(--white);
}
.product-info img,
.product-info video,
.product-info embed{
	width: 100%!important;
	height: auto!important;
	margin: 0 auto!important;
}
/*推荐商品*/
.guess .grid{
	padding: .2rem .2rem 0;
}
.guess .imgcenter{
	border-radius: .2rem .2rem 0 0;
}
.guess .grid a{
	color: var(--black)!important;
}
.box>.title{
	font-size: .38rem;
	padding: .2rem 0;
}
.box>h3.title{
	font-size: .4rem;
	padding-left: .28rem;
	position: relative;
}
.box>h3.title:after{
	content: "";
	width: .08rem;
	height: 60%;
	border-radius: 99px;
	background-color: var(--theme);
	position: absolute;
	top: 20%;
	left: 0;
}
/*购买商品弹窗*/
.buygoods-pop{
	display: none;
	flex-direction: column;
	width: 100%;
	overflow-y: hidden;
	background-color: var(--ghostWhite);
	position: absolute;
	top:10%;
	left: 0;
	bottom: 0;
	z-index: 1001;
}
.buygoods-pop .buygoods-top{
	width: 100%;
	box-shadow: 0 .06rem .1rem rgba(0,0,0,.2);
	z-index: 1;
}
.buygoods-pop .buygoods-content{
	flex: 1;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.buygoods-pop .buygoods-content .cu-btn{
	margin: 0 .2rem .2rem 0;
}
.buygoods-pop .buygoods-content .grid li{
	border-radius: 0;
}
.buygoods-pop .buygoods-content .grid li p{
	font-size: .32rem;
	line-height: .4rem;
	color: var(--theme);
	text-align: center;
	padding-top: .1333rem;
}
.buygoods-pop .buygoods-content .grid button.active{
	color: var(--theme)!important;
}
.buygoods-pop .buygoods-content .grid li.active .imgcenter{
	border: none;
}
.buygoods-pop .buygoods-content .grid li.active .imgcenter img{
	border: .08rem solid var(--theme);
}
.buygoods-pop .buygoods-content .grid li.active .imgcenter:before{
	content: "\f00c";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: .4rem;
	color: #fff;
	width: .6rem;
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	border-radius: .1rem 0 0 0;
	background-color: var(--theme);
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.buygoods-pop .buygoods-bottom{
	box-shadow: 0 -.06rem .1rem rgba(0,0,0,.2);
	z-index: 1;
}
.buygoods-pop .buygoods-bottom .cu-btn{
	width: 100%;
}
.overflow-hidden .layadmin-body-shade{
	display: block;
}
.overflow-hidden .buygoods-pop{
	display: flex;
}
@media screen and (min-width: 1025px) {
	html{font-size: 75px!important;}
	body{
		width: 750px;
		margin: 0 auto;
		background-color: #fff;
		box-shadow: var(--ShadowSize) var(--blackShadow);
	}
}
.gettop{
    width: 1rem;
    height: 1rem;
    cursor: pointer;
    font-size: .5rem;
    line-height: .9rem;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background-color: var(--theme);
    box-shadow: 0 0.1rem .2rem rgba(0,0,0,.15);
	position: absolute;
    right: .2rem;
    bottom: 2rem;
    z-index: 1002;
}