/*搜索*/

.gui-search-panel {
	position: fixed;
	bottom: 0;
	top: 0;
	background-color: #f8f8f8;
	-webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 80ms;
	transition: transform .3s cubic-bezier(0, 0, .25, 1) 80ms;
	-webkit-transform: translate3d(1000%, 0, 0);
	transform: translate3d(1000%, 0, 0);
	will-change: transform;
	box-shadow: 0 -1px 40px rgba(0, 0, 0, .3);
	padding-top: 55px;
	z-index: 1000;
	max-width: 640px;
	width: 100%;
	left: 50%;
	margin-left: -320px;
}
@media screen and (max-width: 640px) {
    .gui-search-panel{left: 0;margin-left: 0;}
}

.gui-search-panel-show {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.gui-search-header {
	width: 100%;
	height: 48px;
	position: fixed;
	top: 0;
	max-width: 640px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
	padding: 4px 8px;
	justify-content: space-between;
	display: flex;
	align-items: center;
}

.gui-search-header input[name="keywords"] {
	flex: 1;
	border: 1px solid #f00;
	height: 32px;
	line-height: 32px;
	padding: 0 12px 0 30px;
	border-radius: 32px;
}

.gui-search-icon {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -14px;
	color: #ADADAD;
	text-align: center;
	line-height: 32px;
}

.gui-search-close {
	font-size: 14px;
	color: #999;
	padding: 0 10px;
}

.gui-search-submit {
	font-size: 16px;
	height: 32px;
	background-color: #f00;
	border-radius: 0 32px 32px 0;
	color: #fff;
	line-height: 32px;
	position: relative;
	padding: 0 16px 0 0;
}

.gui-search-submit:before {
	width: 16px;
	height: 32px;
	background: #f00;
	content: "";
	position: absolute;
	left: -16px;
	top: 0;
}

.gui-search-body {
	width: 100%;
	padding: 0 12px;
}

.gui-search-h {
	width: 100%;
	height: auto;
	line-height: 30px;
	font-size: 16px;
}

.gui-search-ul {
	width: 100%;
	height: auto;
	padding: 3px 0 8px;
}

.gui-search-body .gui-search-h .icon-shanchu {
	float: right;
}

.gui-search-ul span {
	width: auto;
	height: auto;
	line-height: 22px;
	cursor: pointer;
	margin: 3px;
	padding: 0 8px;
	border-radius: 22px;
	border: 1px solid #ccc;
	color: #333;
	font-size: 13px;
	display: inline-block!important;
}


.checkout-coupon-wrap{
	padding: 15px 8px;
	border-top: 2px dotted #e6e6e6;
	background: #fff;
}
.checkout-coupon-wrap p{
	font-size: 15px;
	margin-bottom: 15px;
}
.checkout-coupon-wrap .coupon-wrap{
	display: flex;
	justify-content: space-between;
}
.checkout-coupon-wrap .coupon-wrap input{
	line-height: 40px;
	background: #f1f1f1;
	border-radius: 5px;
	border: none;
	padding: 0 10px;
	width: 70%;
}
.checkout-coupon-wrap .coupon-wrap .coupon-btn{
	background: #f15151;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	padding: 0 25px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	width: 100px;
}
.checkout-coupon-wrap .coupon-wrap .coupon-btn[disabled='disabled']{
	background: #f1f1f1;
	color: #333;
}
.checkout-coupon-wrap .coupon-error{
	color: #ee5351;
	margin-top: 5px;
	display: none;
}

.coupon-error{
	font-size: 14px;
}


/*星級*/
.gui-stars{display: none;}
.gui-stars b{display: none;}
.gui-stars .icon-StarFilled , .gui-stars .icon-star-half2{color: #FFC403;}


/*对话框*/
.gui-mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.gui-mask.gui-show {
    opacity: 1;
    visibility: visible;
}

.confirm{
	position: fixed;
    max-width: 80%;
    min-width: 50%;
    border-radius: 10px;
    background-color: #fff;
    left: 50%;
    top: 50%;
    
}

.confirm-t{
    width: 100%;
    padding: 25px;
    text-align: center;
    font-size: 15px;
    line-height: 40px;
}
.confirm-btn{
    height: 40px;
    line-height: 40px;
    border-top:1px solid #eee ;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.confirm-btn span{
    width: 50%;
    border-right:1px solid #eee ;
    text-align: center;
    
}
.confirm-btn span:last-child{
    border: 0;
}

#promotion-list .gui-edging{
	display: none!important;
}
