/* 
購物車 
 */

.shopping-step{
	display: flex;
	justify-content: space-around;
	padding: 0 0.6rem;
	align-items: center;
	margin-top: 0.52rem ;
}

.shopping-step .step{
	font-weight: 600;
	font-size: 0.26rem;
	word-break: keep-all;
	line-height: 0.56rem;
	letter-spacing: 0.02rem;
	color: #d3d3d5;
}
.shopping-step .step.active{
	color: #636363;
}
.shopping-step .stepRow{
	width: 0.52rem;
	height: 0.03rem;
	background-color: #d4d4d6;
	display: inline-block;
	margin: 0 0.2rem;
}

.cart-box {
	margin: 0 0.6rem 0.45rem 0.6rem;
	padding-bottom: 0.4rem;
	border-bottom: 0.02rem solid #dedfe2;
}
.cart-box .g-item{
	margin-top: 0.5rem;
	position: relative;
}
.cart-box .g-item .g-delete{
	width: 0.34rem;
	height: 0.34rem;
	position: absolute;
	background-image: url(/assets/images/g-delete.png);
	background-repeat: no-repeat;
	background-size: 100%;
	top: 0;
	right: -0.40rem;
}
.cart-box .g-item.no-stock-item .g-delete{
	background-image: url(/assets/images/delete_danger.png);
}
.cart-box .g-item .item-cont{
	margin-top: 0.5rem;
	display: flex;
	align-items: flex-start;
}
.cart-box .g-img{
	width: 2.36rem;
	height: 3.24rem;
	overflow: hidden;
}
.cart-box .g-img img{
	max-width: 100%;
}
.cart-box .g-detail{
	margin-left: 0.25rem;
}
.cart-box .g-detail>div{
	margin: 0.1rem 0 ;
}
.cart-box .type{
	display: flex;
	align-items: center;
	color: #d5baa5;
	margin-top: 0 !important;
}
.cart-box .pre{
	min-width: 1.09rem;
	height: 0.44rem;
	text-align: center;
	line-height: 0.44rem;
	border: 0.02rem solid #d5baa5;
	margin-right: 0.15rem;
}
.cart-box .in{
	min-width: 1.09rem;
	height: 0.44rem;
	text-align: center;
	line-height: 0.44rem;
	border: 0.02rem solid #e7a3b8;
	margin-right: 0.15rem;
	color: #e7a3b8;
}

.cart-box .g-title{
	color: #8a8a8a;
	font-weight: 600;
	line-height: 0.4rem;
	font-size: 0.26rem;
}
.cart-box .others{
	display: flex;
	line-height: 0.40rem;
	align-items: center;
}
.cart-box select{
	width: 1.5rem;
}
.cart-box .price{
	justify-content: space-between;
}
.step-content .contentItem{
	display: none;
}
.step-content .content-1{
	display: block;
}
.step-content .discount-info{
	line-height: 0.54rem;
}
.step-content .discount-info .satisfy{
	color: #e7a3b8;
	text-decoration: underline;
}
.step-content .discount-info .not-satisfy{
	color: #d3d3d5;
	text-decoration: underline;
}
.step-content .no-stock{
	color: #c40f0f;
	margin-top: 0.15rem;
}
.step-content .area-tips{
	color: #636363;
	border-left: 0.06rem solid #e7a3b8;
	padding-left: 0.2rem;
	margin-top: 0.3rem;
}
.step-content .area-tips .tl{
	font-weight: bold;
	line-height: 0.34rem;
}
.step-content .area-tips .explain{
	line-height: 0.4rem;
}

.step-content .count-money{
	margin: 0 0.6rem;
	padding-bottom: 0.5rem;
}
.step-content .count-money .code-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.step-content .count-money .code-box a{
	width: 2.9rem;
	height: 0.56rem;
	line-height: 0.56rem;
	text-align: center;
	background-color: #d5baa5;
	color: #fff;
	font-weight: bold;
}
.step-content .count-money .code-tips{
	color: #d5baa5;
	margin-top: 0.15rem;
	line-height: 0.4rem;
}
.step-content .settlement{
	border-bottom: 0.02rem solid #dedfe2;
	margin-bottom: 0.44rem;
}

.step-content .count-money .settle-item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.38rem;
}
.step-content .count-money .name{
	flex: 0 0 1.8rem;
	color: #636363;
	font-weight: bold;
}
.step-content .count-money .val{
	flex: 1;
}
.step-content .count-money .extra {
	display: flex;
	justify-content: flex-start;
}
.step-content .count-money .extra .extra-i{
	height: 0.56rem;
	line-height: 0.56rem;
	text-align: center;
}
.step-content .count-money .extra .m-num{
	border: 0.02rem solid #d5d5d7;
	flex: 1;
	text-align: left;
	padding-left: 0.3rem;
}
.step-content .count-money .extra .use-m{
	border: 0.02rem solid #d4d4d6;
	background-color: #d4d4d6;
	color: #fff;
	width: 1.27rem;
	flex: 0 0 1.27rem;
}
.step-content .count-money .pay-type{
	align-items: flex-start;
}
.step-content .count-money .send-style select{
	outline: none;
	border :none;
}
.step-content .count-money .type-box{
	display: flex;
	flex-direction: column;
}
.step-content .count-money input[type="radio"]:checked{
	color: #fff;
}
.step-content .count-money input[type="radio"]:checked::before {
	background-color: #bcbcbc;
	color: #fff;
}

.step-content .count-money .type-box .type-i{
	display: flex;
	align-items: flex-start;
	margin-bottom: 0.17rem;
}
.step-content .count-money .type-box .t-name{
	margin-left: 0.18rem;
	font-weight: 500;
	letter-spacing: 0.02rem;
	line-height: 0.30rem;
}
.step-content .count-money .type-box .t-name img{
	height: 0.36rem;
}

.step-content .count-money .payment .p-top{
	padding-left: 1.1rem;
}
.step-content .count-money .payment .vip-tips{
	line-height: 0.42rem;
	padding-left: 0.25rem;
}
.step-content .count-money .payment .freight-tips{
	line-height: 0.42rem;
	color: #ffa6bb;
	margin-bottom: 0.32rem;
	padding-left: 0.25rem;
}
.step-content .payment .pay-detail{
	/* border-bottom: 0.02rem solid #dedfe2; */
}
.step-content .payment .pay-detail .d-i{
	line-height: 0.56rem;
	display: flex;
	justify-content: space-between;
	padding-left: 0.25rem;
}
.step-content .payment .pay-detail .p-row{
	width: 100%;
	height: 0.02rem;
	background-color: #dedfe2;
	margin: 0.30rem 0 0.1rem 0 ;
}


/* 步骤二 */
.step-content .shop-list-btn{
	text-align: center;
	line-height:0.56rem ;
	border: 0.02rem solid #d3d3d5;
	margin: 0.3rem  0.6rem 0rem 0.6rem;
	position: relative;
}
.step-content .shop-list-btn .icon{
	width: 0.34rem;
	height: 0.20rem;
	position: absolute;
	background-image: url(/assets/images/arrow_down.png);
	background-repeat: no-repeat;
	background-size: contain;
	right: 0.6rem;
	top: 0.18rem;
}
.step-content .shop-list-content{
	display: none;
}
.step-content .user-info{
	margin: 0 0.6rem 0.3rem;
}
.step-content .user-info .title{
	margin-top: 0.4rem;
	line-height: 1.08rem;
	font-weight: bold;
	border-bottom: 0.02rem solid #d2d3d7;
}
.step-content .user-info .detail{
	margin-top: 0.6rem;
}
.user-info .info-item{
	display: flex;
	align-items: center;
	margin-bottom: 0.36rem;
}
.user-info .info-item .name{
	width: 1.8rem;
	text-align: left;
	flex:0 0 1.8rem;
}
.user-info .info-item .content{
	flex: 1 ;
}
.user-info .info-item .content .phone-box .form-control {
	border-top: none;
	border-left: none;
	border-right: none;
}
.user-info .info-item.area-info{
	align-items: flex-start;
}
.user-info .info-item.area-info .content{
	display: flex;
	flex-direction: column;
}
.user-info .info-item.area-info .form-control{
	border-top: none;
	border-left: none;
	border-right: none;
}
.user-info .info-item .area-p-c{
	display: flex;
}
.user-info .info-item.area-info .select1{
	margin-right:0.2rem ;
}
.user-info .info-item.area-info .block{
	margin-top: 0.3rem;
	outline: none;
}
.seller-info .title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.seller-info .title .tl{
	flex: 0 0 1.8rem;
	font-weight: bold;
}
.seller-info .where{
	display: flex;
	flex: 1;
	justify-content: space-between;
}
.seller-info .title .same-to-buyer,
.seller-info .choose{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.seller-info .title .same-to-buyer input{
	margin-right: 0.15rem;
	margin-top: -0.05rem;
}
.seller-info .choose img{
	max-height: 0.36rem;
	margin-right: 0.13rem;
}
.seller-info .city-box{
	display: flex;
	justify-content: space-between;
	padding-top: 0.2rem;
}
.seller-info .city-box .city-detail{
	flex: 1;
	line-height: 0.44rem;
}
.seller-info .city-box .city-choose-btn{
	width: 1.6rem;
	height: 0.56rem;
	border: 0.02rem solid #d3d3d5;
	text-align: center;
	line-height: 0.56rem;
	flex: 0 0 1.6rem;
	margin-left: 0.4rem;
}
/* 發票資訊  */
.invoice-type{
	
}
.invoice-type .rule{
	line-height: 0.36rem;
	margin-top: 0.1rem;
}

.invoice-type .agree{
	display: flex;
	align-items: flex-start;
	margin-top: 0.4rem;
}
.invoice-type .agree input{
	margin-right: 0.15rem;
	flex: 0 0 0.36rem;
	width: 0.36rem;
	height: 0.36rem;
}
.invoice-type .agree .agree-text{
	flex: 1;
	line-height: 0.36rem;
}
.invoice-type .agree .agree-text a{
	text-decoration: underline;
	color: #636363;
}
.invoice-type .dztips{
	color: #d5baa5;
	line-height:0.36rem ;
	margin-top: 0.4rem;
}
.invoice-item{
	display: none;
}

.step-content .remarks-info .title{
	border-bottom: none ;
}
.step-content .remarks-info .detail{
	margin-top: 0;
}
.step-content .remarks-info textarea{
	height: 2rem;
	resize: none;
	outline: none;
}
.step-content .confirm{
	height: 0.74rem;
	margin: 0.9rem 0.6rem 0.1rem ;
	line-height: 0.74rem;
	text-align: center;
	font-size: 0.29rem;
	border: 0.02rem solid #d8d8d9;
}
.step-content .confirmToPay{
	height: 0.74rem;
	margin: 0.9rem 0.0rem 0.1rem ;
	line-height: 0.74rem;
	text-align: center;
	font-size: 0.29rem;
	border: 0.02rem solid #d8d8d9;
}
.step-content .confirm.clicked{
	background-color: #d8d8d9;
	color: #fff;
	border: 0.02rem solid transparent;
}
.step-content .backToPre{
	color: #e7a3b8;
	line-height: 0.74rem;
	text-align: center;
	margin-bottom: 1rem;
}

/* 步驟三 */
.thank-you{
	text-align: center;
	margin-top: 0.5rem;
}
.thank-you p{
	line-height: 0.34rem;
	font-weight: bold;
}
.thank-you p{
	line-height: 0.34rem;
	font-weight: bold;
}
.order-info {
	margin-top: 0.4rem;
	text-align: center;
	margin-bottom: 0.9rem;
}
.order-info p{
	line-height: 0.46rem;
}

/* 折价券弹窗 */
.modal-zjq .zjq-box{
	margin-bottom: 0.5rem;
	padding: 0 0.5rem;
}
.modal-zjq .modal-header{
	margin-bottom: -0.3rem;
}
.modal .tl{
	text-align: center;
	line-height: 0.4rem;
	margin-bottom: 0.5rem;
}
.modal-zjq input[type="radio"]:checked::before{
	background-color: #bcbcbc;
	color: #fff;
}
.modal-zjq .q-item{
	display: flex;
	justify-content: space-between;
	padding: 0 0.3rem 0.3rem 0.3rem ;
	border-bottom: 0.02rem solid #e0e1e5;
	margin-bottom: 0.25rem;
}
.modal-zjq .q-item .r-box{
	width: 0.5rem;
	flex: 0 0 0.5rem;
}
.modal-zjq .q-item .title{
	line-height: 0.34rem;
}
.modal-zjq .q-item .endData{
	color: #d5baa5;
}
.modal-zjq .q-item .else{
	display: flex;
	justify-content: space-between;
	height: auto;
	min-height: 0.40rem;
	align-items: flex-end;
}
.modal-zjq .q-item .discount{
	color: #e7a3b8;
}
.modal-zjq .q-item .discount .big{
	font-size: 0.42rem;
}
.modal-zjq .q-item .discount .sm{
	font-size: 0.26rem;
}

/* 提示弹窗  超取材積超過限制說明彈窗 */

.modal-tips .modal-close{
	/* visibility: hidden; */
}
.modal-tips .tips-box{
	text-align: center;
	margin-bottom: 0.3rem;
}
.modal-tips .tips-box .tips{
	line-height: 0.56rem;
}
.modal .confirm{
	width: 3.4rem;
	height: 0.56rem;
	margin: 0 auto 0.3rem;
	text-align: center;
	border: 0.02rem solid #d3d3d5;
	line-height: 0.56rem;
}
.modal-tips .content-box{
	margin-bottom: 0.6rem;
}

/*  優惠折扣碼彈窗 */
.zkc-tips .code-box{
	width: 3.4rem;
	margin: 0 auto 0.3rem;
	border-bottom:0.02rem solid #d2d3d7 ;
}
.zkc-tips input[name="code"]{
	border: 0;
	outline: none;
	-webkit-appearance: none;
	background-color: rgba(0, 0, 0, 0);
	width: 100%;
	line-height: 0.4rem;
	padding: 0.05rem 0.1rem;
	text-align: center;
}

/* 選取地址彈窗  */
.marea .content-box .tl{
	border-bottom: 0.02rem solid #dedfe2;
	padding-bottom: 0.2rem;
	margin-right: 0.4rem;
	margin-left: 0.4rem;
	font-weight: bold;
}
.marea .area-list{
	margin: 0 0.5rem;
}
.marea .area-item{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 0.3rem;
}
.marea .area-item .ato{
	width: 1.54rem;
	height: 0.56rem;
	text-align: center;
	line-height: 0.56rem;
	background-color: #d5baa5;
	color: #fff;
	margin-right: 0.30rem;
	cursor: pointer;
}
.marea .area-item .intro-item{
	display: flex;
	align-items: flex-start;
	line-height: 0.44rem;
}
.marea .area-item .intro-item .name{
	flex: 0 0 0.85rem;
}
.marea .manage-usualArea{
	text-align: center;
	line-height: 0.56rem ;
	width: 3.44rem;
	margin: 0.4rem auto 0.4rem;
	border: 0.02rem solid #d3d3d5;
}
.marea .area-intro{
	flex: 1;
}




/* pc */
/* 
*購物車 
 */
.shops-pc .shop-content{
	    width: 912px;
	    margin: 0 auto;
}
.shops-pc .shopping-step{
	display: flex;
	justify-content: space-around;
	padding:80px 0 20px 0;
	margin: 0;
	align-items: center;
}

.shops-pc .shopping-step .step{
	font-weight: 600;
	font-size: 13px;
	word-break: keep-all;
	line-height: 15px;
	letter-spacing: 0.02rem;
	color: #d3d3d5;
}
.shops-pc .shopping-step .step.active{
	color: #636363;
}
.shops-pc .shopping-step .stepRow{
	width: 140px;
	height:1px;
	background-color: #d4d4d6;
	display: inline-block;
	margin: 0 35px;
}
.cart-list{
	display: none;
}
.shops-pc .cart-list{
	display: block;
	font-size: 0;
	border-bottom:1px solid #d3d3d5;
	border-top:1px solid #d3d3d5;
	margin-bottom: 16px;
}
.shops-pc .cart-list div{
	display: inline-block;
	margin-right: 12px;
	height: 38px;
	line-height: 38px;
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
}
.shops-pc .cart-list .cart-list-title{
	width: 112px;
}
.shops-pc .cart-list .cart-list-news{
	width: 300px;
}
.shops-pc .cart-list .cart-list-num{
	width: 62px;
}
.shops-pc .cart-list .cart-list-price{
	width: 80px;
}
.shops-pc .cart-list .cart-list-event{
	width: 80px;
}
.shops-pc .cart-list .cart-list-activity{
	width: 80px;
}
.shops-pc .cart-list .cart-list-close{
	width: 92px;
}
.shops-pc .cart-box {
	margin: 0;
	padding-bottom: 0px;
	border-bottom: 1px solid #dedfe2;
}
.shops-pc .cart-box .g-item{
	margin-top: 0;
	margin-bottom: 25px;
	position: relative;
}
.shops-pc .cart-box .g-item .g-delete{
	width: 12px;
	height: 12px;
	position: absolute;
	background-image: url(/assets/images/g-delete.png);
	background-repeat: no-repeat;
	background-size: 100%;
	top: 7px;
	right: 20px;
}
.shops-pc .cart-box .g-item.no-stock-item .g-delete{
	background-image: url(/assets/images/delete_danger.png);
}
.shops-pc .cart-box .g-item .item-cont{
	margin-top: 0;
	display: flex;
	align-items: flex-start;
	position: relative
}
.shops-pc .cart-box .g-img{
	width: 112px;
	height:154px;
	overflow: hidden;
}
.shops-pc .cart-box .g-img img{
	max-width: 100%;
}
.shops-pc .cart-box .g-detail{
	margin-left: 12px;
	width: 300px;
	margin-right: 12px;
}
.shops-pc .cart-box .g-detail>div{
	margin:  0 ;
}
.shops-pc .cart-box .type{
	display: flex;
	align-items: center;
	margin-top: 0 !important;
}
.shops-pc .cart-box .pre{
	min-width: 60px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border:1px solid #d5baa5;
	margin-right: 7px;
	color: #d5baa5;
}

.shops-pc .cart-box .in{
	min-width: 60px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border:1px solid #e7a3b8;
	margin-right: 7px;
	color: #e7a3b8;
}
.shops-pc .cart-box .g-title{
	color: #636363;
	font-weight: 600;
	line-height: 20px;
	font-size: 13px;
	padding: 5px 0 10px ;
}
.shops-pc .cart-box .others{
	width: 140px;
	margin-right: 12px;
	display: flex;
	line-height: 30px;
	align-items: center;
	white-space: nowrap;
}
.shops-pc .cart-box .others.num{
	width: 62px;
}
.shops-pc .cart-box select{
	outline: none;
	padding: 7px 10px;
	font-size: 13px;
	height: 30px;
	width: 62px;
}
.shops-pc .cart-box .price{
	justify-content: space-between;
}
.shops-pc .cart-box .price.others{
	justify-content: center;
}
.shops-pc .step-content .contentItem{
	display: none;
}
.shops-pc .step-content .content-1{
	display: block;
}
.shops-pc .step-content .discount-info{
	line-height: 16px;
}
.shops-pc .step-content .discount-info .satisfy{
	color: #e7a3b8;
	text-decoration: underline;
	padding-bottom: 12px;
	padding-top: 20px;
}
.shops-pc .step-content .discount-info .not-satisfy{
	color: #d3d3d5;
	text-decoration: underline;
}
.shops-pc .step-content .no-stock{
	color: #c40f0f;
	margin-top: 0.15rem;
}
.shops-pc .step-content .area-tips{
	color: #636363;
	border-left: 3px solid #e7a3b8;
	padding-left: 8px;
	margin-top: 26px;
}
.shops-pc .step-content .area-tips .tl{
	font-weight: bold;
	line-height: 20px;
	padding-top: 7px;
}
.shops-pc .step-content .area-tips .explain{
	line-height: 20px;
	padding-bottom: 7px;
}

.shops-pc .cart-box .item1{
	width: 62px;
	position: absolute;
	top: 0px;
	left: 435px;
}
.shops-pc .cart-box .item1 .tl{
	display: none;
}
.shops-pc .cart-box .item2{
	width: 80px;
	position: absolute;
	top: 0px;
	left: 512px;
}
.shops-pc .cart-box .item2 .tl{
	display: none;
}
.shops-pc .cart-box .item3{
	width: 80px;
	position: absolute;
	top: 0px;
	left: 606px;
}
.shops-pc .cart-box .item3 .tl{
	display: none;
}
.shops-pc .cart-box .item4{
	width: 80px;
	position: absolute;
	top: 0px;
	left: 698px;
}
.shops-pc .cart-box .item4 .tl{
	display: none;
}

.shops-pc .cart-box .item5{
	width: 80px;
	position: absolute;
	top: 0px;
	left: 790px;
}
.shops-pc .cart-box .item5 .tl{
	display: none;
}


.shops-pc .step-content .count-money{
	margin: 26px 0 0;
	padding-bottom: 0;
}
.shops-pc .step-content .count-money .code-box{
	display: flex;
	justify-content: start;
	align-items: center;
}
.shops-pc .step-content .count-money .code-box a{
	width: 212px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background-color: #d5baa5;
	color: #fff;
	font-weight: bold;
	margin-right: 46px;
}
.shops-pc .step-content .count-money .code-tips{
	color: #d5baa5;
	margin-top: 8px;
	margin-bottom: 8px;
	line-height:16px;
}
.shops-pc .step-content .settlement{
	border-bottom: 1px solid #dedfe2;
	margin-bottom: 30px;
	margin-top: 35px;
}

.shops-pc .step-content .count-money .settle-item{
	display: flex;
	justify-content:start;
	align-items: center;
	margin-bottom: 18px;
}
.shops-pc .step-content .count-money .name{
	flex: 0 0 88px;
	color: #636363;
	font-weight: bold;
}
.shops-pc .step-content .count-money .val{
	width: 210px;
	flex: none;
}
.shops-pc .step-content .count-money .val .form-control{
	outline: none;
	padding: 7px 10px;
	font-size: 13px;
	height: 32px;
}
.shops-pc .step-content .count-money .extra {
	display: flex;
	justify-content: flex-start;
}
.shops-pc .step-content .count-money .extra .extra-i{
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.shops-pc .step-content .count-money .extra .m-num{
	border: 1px solid #d5d5d7;
	flex: 1;
	text-align: left;
	padding-left: 14px;
}
.shops-pc .step-content .count-money .extra .use-m{
	border: 1px solid #d4d4d6;
	background-color: #d4d4d6;
	color: #fff;
	width: 62px;
	flex:0 0 62px;
}
.shops-pc .step-content .count-money .pay-type{
	align-items: flex-start;
	margin-bottom: 20px;
}
.shops-pc .step-content .count-money .pay-type .val{
	width: 700px;
}
.step-content .count-money .send-style select{
	outline: none;
	border :none;
}
.shops-pc .step-content .count-money .type-box{
	display: flex;
	flex-direction: column;
}
.shops-pc .step-content .count-money input[type="radio"]:checked{
	color: #fff;
}
.shops-pc .step-content .count-money input[type="radio"]:checked::before {
	background-color: #bcbcbc;
	color: #fff;
}

.shops-pc .step-content .count-money .type-box .type-i{
	display: flex;
	align-items: center;
	margin-bottom: 7px;
	height: 22px;
}
.shops-pc .step-content .count-money .type-box .t-name{
	margin-left: 8px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 22px;
	/* height: 18px; */
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}
.shops-pc .step-content .count-money .type-box .t-name img{
	height: 18px;
	vertical-align: middle;
}

.shops-pc .step-content .count-money .payment .p-top{
	padding-left: 636px;
	padding-right: 30px;
}
.shops-pc .step-content .count-money .payment .vip-tips{
	line-height: 22px;
	padding-left: 12px;
}
.shops-pc .step-content .count-money .payment .freight-tips{
	line-height: 22px;
	color: #ffa6bb;
	margin-bottom: 11px;
	padding-left: 12px;
}

.shops-pc .step-content .payment .pay-detail .d-i{
	line-height: 26px;
	display: flex;
	justify-content: space-between;
	padding-left: 12px;
}
.shops-pc .step-content .payment .pay-detail .p-row{
	width: 100%;
	height: 2px;
	background-color: #dedfe2;
	margin: 13px 0 5px 0 ;
}
.shops-pc .step-content .confirmToPay{
	height: 29px;
	margin: 110px 30px 170px 670px ;
	line-height: 29px;
	text-align: center;
	font-size: 13px;
	border: 1px solid #d8d8d9;
	cursor: pointer;
}
.shops-pc  .user-info-pc{
	display: none;
}




/* 步骤二 */
.shops-pc .step-content .shop-list-btn{
	text-align: center;
	line-height:27px;
	width: 296px;
	border: 1px solid #d3d3d5;
	margin: 0  auto 30px;
	position: relative;
}
.shops-pc .step-content .shop-list-btn .icon{
	width: 11px;
	height:11px;
	position: absolute;
	background-image: url(/assets/images/arrow_down.png);
	background-repeat: no-repeat;
	background-size: 11px 11px;
	right: 25px;
	top: 9px;
}
.shops-pc .step-content .shop-list-content{
	display: none;
}
.shops-pc .step-content .shop-list-content .others{
	line-height: 22px;
}
.shops-pc .step-content .shop-list-content .price.others {
	justify-content: flex-start;
}
.shops-pc .step-content .shop-list-content .price .tl {
	width: 130px;
}

.shops-pc .step-content .user-info{
	margin: 0;
}
.shops-pc .step-content .user-info .title{
	margin-top: 30px;
	line-height: 44px;
	font-weight: bold;
	border-bottom: 1px solid #d2d3d7;
}
.shops-pc .step-content .seller-info .title{
	justify-content: flex-start;
}
.shops-pc .step-content .user-info .detail{
	margin-top: 20px;
	width: 496px;
}
.shops-pc .step-content .user-info .detail .form-control {
    outline: none;
    padding: 6px 10px;
    font-size: 13px;
    height: 30px;
	line-height: 30px;
}
.shops-pc .step-content .user-info .detail .remarks{
    height: 96px;
}
.shops-pc .user-info .info-item{
	display: flex;
	align-items: center;
	margin-bottom: 17px;
}
.shops-pc .user-info .info-item .name{
	width: 87px;
	text-align: left;
	flex:0 0 87px;
}
.user-info .info-item .name.tx-right{
	text-align: right;
}
.user-info .info-item .name.tx-right span{
	margin-right: 0.2rem;
}
.shops-pc .user-info .info-item .name.tx-right span{
	margin-right: 10px;
}
.shops-pc .user-info .info-item .content{
	flex: none;
	min-height: 29px;
	width: 210px;
}
.user-info .info-item.area-info{
	align-items: flex-start;
}
.shops-pc .user-info .info-item.area-info .content{
	display: flex;
	flex-direction: column;
	
	flex: 1;
	width: auto;
}
.shops-pc .user-info .info-item.area-info .form-control{
	border-top: none;
	border-left: none;
	border-right: none;
}
.shops-pc .user-info .info-item .area-p-c{
	display: flex;
}
.shops-pc .user-info .info-item .area-p-c select{
	width: 100px;
	padding: 7px 6px !important;
}
.shops-pc .user-info .info-item.area-info .select1{
	margin-right:10px ;
}
.shops-pc .user-info .info-item.area-info .block{
	margin-top: 10px;
	outline: none;
}
.shops-pc .seller-info .title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.shops-pc .seller-info .title .tl{
	flex: 0 0 87px;
	font-weight: bold;
}
.shops-pc .seller-info .where{
	display: flex;
	flex: none;
	justify-content: space-between;
	width: 212px;
}
.shops-pc .seller-info .title .same-to-buyer,
.shops-pc .seller-info .choose{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.shops-pc .seller-info .title .same-to-buyer input{
	margin-right: 8px;
	margin-top: -1px;
}
.shops-pc .seller-info .choose img{
	max-height: 18px;
	margin-right: 6px;
}
.shops-pc .seller-info .city-box{
	display: flex;
	justify-content: space-between;
	padding-top: 0;
}
.shops-pc .seller-info .city-box .city-detail{
	flex: 1;
	line-height: 20px;
}
.shops-pc .seller-info .city-box .city-choose-btn{
	width: 100px;
	height: 40px;
	border:1px solid #d3d3d5;
	text-align: center;
	line-height:40px;
	flex: 0 0 100px;
	margin-left: 20px;
}
/* 發票資訊  */
.shops-pc .invoice-type{
	
}
.shops-pc .invoice-type .rule{
	line-height: 20px;
	margin-top: 5px;
}

.shops-pc .invoice-type .agree{
	display: flex;
	align-items: flex-start;
	margin-top: 10px;
}
.shops-pc .invoice-type .agree input{
	margin-right: 8px;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
}
.shops-pc .invoice-type .agree .agree-text{
	flex: 1;
	line-height: 16px;
}
.shops-pc .invoice-type .agree .agree-text a{
	text-decoration: underline;
	color: #636363;
}
.shops-pc .invoice-type .dztips{
	color: #d5baa5;
	line-height:16px ;
	margin-top: 12px;
}
.shops-pc .invoice-item{
	display: none;
}
.shops-pc .invoice-item .form-control{
	    outline: none;
	    padding: 7px 10px;
	    font-size: 13px;
	    height: 30px;
}
.shops-pc .invoice-item-donation .content .form-control{
	width: 300px;
}


.shops-pc .step-content .remarks-info .title{
	border-bottom: none ;
}
.shops-pc .step-content .remarks-info .detail{
	margin-top: 0;
}
.shops-pc .step-content .remarks-info textarea{
	height: 2rem;
	resize: none;
	outline: none;
}

.shops-pc .step-content .confirm-back{
	/* display: flex;
	justify-content: flex-end; */
	height: 28px;
	margin-bottom: 170px;
	margin-top: 144px;
}
.shops-pc .step-content .confirm.clicked{
	background-color: #d8d8d9;
	color: #fff;
	border: 1px solid transparent;
}
.shops-pc .step-content .backToPre{
	color: #e7a3b8;
	line-height: 29px;
	text-align: center;
	margin-bottom: 0;
	margin-right: 32px;
	width: 200px;
	    margin-left: 500px;
}
.shops-pc .step-content .confirm-back .confirm {
    height: 29px;
    margin: 0;
    line-height: 29px;
    text-align: center;
    font-size: 13px;
	width: 212px;
    border: 1px solid #d8d8d9;
	float: right;
	cursor: pointer;
}

/* 步驟三 */
.shops-pc .thank-you{
	text-align: center;
	margin-top: 20px;
}
.shops-pc .thank-you p{
	line-height: 20px;
	font-weight: bold;
}
.shops-pc .confirmToHome{
	display: none;
}

.shops-pc .order-info {
	margin-top: 20px;
	text-align: center;
	margin-bottom: 350px;
}
.shops-pc .order-info p{
	line-height: 22px;
}



/* 購物車加價購 */
.others-can-buy{
	margin-bottom: 0.6rem;
}
.others-can-buy .bd{
	margin: 0 0.6rem;
	border-bottom: 0.02rem solid #d3d4d8;
}
.others-can-buy h6 {
	line-height: 0.4rem;
	margin-bottom:0.3rem ;
	font-weight: 600;
	margin-left: 0.6rem;
}
.others-can-buy .cart-box{
	margin: 0;
	border-bottom: none;
	position: relative;
	padding: 0 0.6rem 0.6rem 0.6rem;
}
.others-can-buy .swiper-slide{
	width: calc(100% - 0.6rem);
	margin: 0 0.3rem;
}

.others-can-buy .g-item{
	width: 100%;
	margin-top: 0;
}
.others-can-buy .g-item .item-cont{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 0;
}

.others-can-buy .g-item .g-img{
	width: 2.33rem;
	height: 3.22rem;
}
.others-can-buy .g-item .g-img img{
	width: 100%;
}
.others-can-buy .g-item .others.item3{
	color: #e7a3b8;
}
.swiper-button-prev{
	width: 0.14rem;
	height: 0.22rem;
	background-repeat: no-repeat;
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23636363'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next{
	width: 0.14rem;
	height: 0.22rem;
	background-repeat: no-repeat;
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23636363'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev::after,
.swiper-button-next::after{
	content: "";
}
.shops-pc .others-can-buy{
	margin-bottom: 20px;
}
.shops-pc .others-can-buy h6{
	margin: 20px 0 ;
	line-height: 22px;
}
.shops-pc .others-can-buy .bd{
	margin: 0 ;
	border-bottom: 1px solid #d3d4d8;
}
.shops-pc .others-can-buy .swiper-slide{
	width: calc(25% - 30px);
	margin: 0 15px;
}
.shops-pc .others-can-buy .g-item .item-cont{
	width: 100%;
	display: block;
}
.shops-pc .others-can-buy .g-item .g-img{
	width: 112px;
	height: 154px;
}
.shops-pc .others-can-buy  .cart-box .g-detail{
	width: 100%;
	margin-left: 0;
}
.shops-pc .others-can-buy .g-item .others{
	position: static;
	width: 100%;
}
.shops-pc .others-can-buy .cart-box {
	padding: 0 40px 20px 40px;
}
.shops-pc .others-can-buy .cart-box  .tl{
	display: block;
}
.shops-pc .others-can-buy .cart-box .price.others{
	justify-content: space-between;
}
.shops-pc .swiper-button-prev,
.shops-pc .swiper-button-next{
	width: 8px;
	height: 16px;
}


/* pc弹窗 */
.pc-model .modal-pc-close {
    width: 12px;
    height: 12px;
    margin-top: 25px;
    margin-right: 20px;
}
/* 折价券弹窗 */
.pc-model .modal-zjq .modal-box .modal-content {
    width: 500px;
    height: 324px;
}
.pc-model .modal-zjq .zjq-box{
	margin-bottom: 0;
	padding: 0 25px;
	height: 270px;
	overflow-y: auto;
}
.pc-model .modal-zjq .modal-header{
	margin-bottom: 0;
}
.pc-model .modal-zjq .tl{
	text-align: center;
	line-height: 16px;
	margin-bottom: 40px;
	font-size: 13px;
}
.pc-model .modal-zjq input[type="radio"]:checked::before{
	background-color: #bcbcbc;
	color: #fff;
}
.pc-model .modal-zjq .q-item{
	display: flex;
	justify-content: space-between;
	padding: 0 18px 20px 18px ;
	border-bottom: 1px solid #e0e1e5;
	margin-bottom: 18px;
}
.pc-model .modal-zjq .q-item .r-box{
	width: 31px;
	flex: 0 0 31px;
}
.pc-model .modal-zjq .q-item .q-intro{
	flex: 1;
}
.pc-model .modal-zjq .q-item .r-box input{
	width: 21px;
	height: 21px;
	line-height: 19px;
}
.pc-model .modal-zjq .q-item .title{
	line-height: 15px;
	min-height: 30px;
	max-height: 30px;
	font-size: 13px;
	margin-top: 8px;
	width: 88%;
}
.pc-model .modal-zjq .q-item .endData{
	color: #d5baa5;
}
.pc-model .modal-zjq .q-item .else{
	display: flex;
	justify-content: space-between;
	height: auto;
	min-height: 20px;
	align-items: flex-end;
	font-size: 13px;
	line-height: 20px;
	margin-top: 4px;
}
.pc-model .modal-zjq .q-item .discount{
	color: #e7a3b8;
}
.pc-model .modal-zjq .q-item .discount .big{
	font-size: 22px;
}
.pc-model .modal-zjq .q-item .discount .sm{
	font-size: 16px;
}

/* 提示弹窗  超取材積超過限制說明彈窗 */
/* .pc-model .modal-close{
	visibility: hidden;
} */
.pc-model .tips-box{
	text-align: center;
	margin-bottom: 0.3rem;
}
.pc-model .tips-box .tips{
	line-height: 0.56rem;
}
.pc-model .confirm{
	width: 203px;
	height: 32px;
	margin: 0 auto 22px;
	text-align: center;
	border: 1px solid #d3d3d5;
	line-height: 32px;
	font-size: 13px;
}
.pc-model .content-box{
	margin-bottom: 0.6rem;
}

/*  優惠折扣碼彈窗 */
.pc-model .zkc-tips .modal-box .modal-content {
    width: 341px;
    height: 194px;
}
.pc-model .zkc-tips .code-box{
	width: 205px;
	margin: 0 auto 20px;
	border-bottom:1px solid #d2d3d7 ;
}
.pc-model .zkc-tips input[name="code"]{
	border: 0;
	outline: none;
	-webkit-appearance: none;
	background-color: rgba(0, 0, 0, 0);
	width: 100%;
	line-height: 12px;
	padding: 5px;
	text-align: center;
}
.pc-model .zkc-tips .tl{
	    text-align: center;
	    line-height: 16px;
	    margin-bottom: 30px;
	    font-size: 13px;
}
.pc-model .zkc-tips .confirm {
    width: 203px;
    height: 32px;
    margin: 0 auto 22px;
    text-align: center;
    border: 1px solid #d3d3d5;
    line-height: 32px;
    font-size: 13px;
}
/* 選取地址彈窗  */
.pc-model .marea .content-box .tl{
	border-bottom: 1px solid #dedfe2;
	padding-bottom:10px;
	margin-right: 25px;
	margin-left: 25px;
	font-weight: bold;
	margin-bottom: 0;
}
.pc-model .modal-area .content-box .tl{
	font-size: 13px;
	text-align: center;
	line-height: 16px;
	margin-bottom: 40px;
}
.pc-model .marea .area-list{
	margin: 0 25px;
}
.pc-model .marea .area-item{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 15px;
	font-size: 13px;
}
.pc-model .marea .area-item .ato{
	width: 80px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	background-color: #d5baa5;
	color: #fff;
	margin-right: 15px;
	cursor: pointer;
}
.pc-model .marea .area-item .intro-item{
	display: flex;
	align-items: flex-start;
	line-height: 22px;
}
.pc-model .marea .area-item .intro-item .name{
	flex: 0 0 45px;
}
.pc-model .marea .manage-usualArea{
	text-align: center;
	line-height: 32px;
	width:200px;
	margin: 20px auto 20px;
	border: 1px solid #d3d3d5;
	font-size: 13px;
}
.pc-model .marea .area-intro{
	flex: 1;
}
.pc-model .marea .content-box{
	padding-bottom: 0;
	margin-bottom: 0;
}

/* 付款限額彈窗   超取材積超過限制說明彈窗   pc */


.modal-pc.modal-tips .modal-content {
    width: 341px;
    height: 196px;
}
.modal-pc.modal-tips .content-box {
    margin-bottom: 0;
	font-size: 13px;
	    padding-bottom: 0;
	    margin-top: 15px;
}
.modal-pc.modal-tips .tips-box .tips {
    line-height: 26px;
}
.modal-pc.modal-tips .tips-box {
    margin-bottom: 30px;
}


/* 20210821 新增 */
.cross-out{
	text-decoration: line-through;
}
.cart-error-tips{
	background-color: #f2dedf;
	color: #c40f0f;
	line-height: 0.4rem;
	font-size: 0.26rem;
	padding: 0.1rem .2rem;
	margin: .2rem 0.6rem 0 0.6rem;
}
.shops-pc .cart-error-tips{
	background-color: #f2dedf;
	color: #c40f0f;
	line-height: 40px;
	padding: 0 20px;
	margin:0;
	font-size: 13px;
}
.add-cart{
	border: 1px solid #d3d3d5;
	width: 2rem;
	text-align: center;
	font-size: 0.26rem;
	height: 0.56rem;
	line-height: 0.56rem;
	cursor: pointer;
}
.shops-pc .add-cart{
	border: 1px solid #d3d3d5;
	width: 100px;
	text-align: center;
	padding: 0px 10px;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
}
.step-content .payment .pay-detail .d-i.ac{
	color: #d5baa5;
}
.step-content .count-money .code-tips {
    margin-bottom: 0.25rem;
}
.shops-pc .step-content .count-money .code-tips {
    margin-bottom: 20px;
}
.order-info .ac{
	color: #d5baa5;
}
.order-info .order-email{
	margin-bottom: 0.5rem;
}
.shops-pc .order-info .order-email{
	margin-bottom: 20px;
}
.order-info-notmember{
	display: none;
}

/* 使用折價券 弹窗 */
.modal-zjq .modal-close{
    z-index: 9;
}
.modal-zjq .tl {
    margin-bottom: .2rem;
}
.pc-model .modal-zjq .tl {
    margin-bottom: 10px;
}
.pc-model .modal-zjq .q-item {
    padding: 0 18px 8px 18px;
    margin-bottom: 8px;
}
.modal-zjq .q-item {
    padding: 0 0.3rem 0.1rem 0.3rem;
    margin-bottom: 0.1rem;
}

.modal-zjq .modal-box .modal-content {
    height: auto;
}
.modal-zjq .zjq-box {
    height: auto;
    overflow-y: auto;
}
.modal-zjq .q-item .title {
	color: #636363;
	line-height: 0.34rem;
	font-size: .24rem;
	min-height: 0.64rem;
	max-height: 0.64rem;
}
.modal-zjq .q-item .subtitle {
    line-height: 0.34rem;
    font-size: .24rem;
    width: 88%;
	color: #939393;
}
.pc-model .modal-zjq .q-item .subtitle {
    line-height: 15px;
    font-size: 13px;
    width: 88%;
	color: #939393;
}
.pc-model .modal-zjq .modal-box .modal-content {
    height: auto;
}
.modal-zjq .zjq-box {
    height: auto;
    overflow-y: auto;
	max-height: 9rem;
}
.pc-model .modal-zjq .zjq-box {
    height: auto;
    overflow-y: auto;
	max-height: 594px;
}
.pc-model .modal-zjq .q-item .title {
	color: #636363;
}
.pc-model .modal-zjq .q-item .subtitle {
    line-height: 20px;
    font-size: 13px;
    width: 88%;
	color: #939393;
}
.modal-zjq .q-item .endData {
    color: #636363;
	line-height: 0.36rem;
	font-size: .24rem;
	display: block;
}
.modal-zjq .q-item .endData-pc {
    display: none;
}
.pc-model .modal-zjq .q-item .endData:not(.endData-pc) {
    display: none;
}
.pc-model .modal-zjq .q-item .endData-pc {
    display: block;
}
.pc-model .modal-zjq .q-item .endData {
    color: #636363;
	line-height: 20px;
	font-size: 13px;
}
.pc-model .modal-zjq .q-item .else span {
    line-height: 20px;
}
.modal-zjq .q-item .endcolor{
	color:#d5baa5;
}
.modal-zjq .q-item .else {
    margin-top: 0;
	min-height: 0.36rem;
}
.modal-zjq .q-item .else span{
    line-height: 0.36rem;
}
.pc-model .modal-zjq .q-item .else {
    line-height: 20px;
    margin-top: 0;
}
.modal-zjq .tcoupon{
	color:#e8a9bd;
	width: 100%;
	text-align: center;
	line-height: 20px;
	font-size: 13px;
	padding: 10px 0;
}
.modal-zjq .confirm:hover{
	background: #d3d3d5;
	color: #fff;
}
.pc-model .modal-zjq .content-box {
    padding-bottom: 10px;
	margin-bottom: 10px;
}


.pay-limit-tips .content-box{
	margin-bottom: 0rem;
}
.pay-limit-tips .modal-content {
    margin: 0.15rem 0.2rem 0.1rem 0.2rem;
    padding-bottom: 0;
}
.zkc-tips .modal-content {
    margin: 0.15rem 0.2rem 0.1rem 0.2rem;
    padding-bottom: 0;
}

.pc-model .pay-limit-tips .content-box {
    margin-bottom: 0;
	padding-bottom: 10px;
}
.pc-model .pay-limit-tips .tips-box .tips {
    font-size: 13px;
	line-height: 30px;
}
.pc-model .style-tips .content-box {
    margin-bottom: 0;
	padding-bottom: 10px;
}
.pc-model .style-tips .tips-box .tips {
    font-size: 13px;
	line-height: 30px;
}

/* 购物车空白页  */

.shops-pc .g-empty{
	line-height: 22px;
}
.shops-pc .g-empty .g-img-box{
	margin:20px auto 26px;
	max-width: 80px;
}
.g-empty .p1{
	font-weight: bold;
}
.g-empty .p2{
	color: #636363;
}
.shops-pc .g-empty .btn{
	width: 211px;
	margin:50px auto;
	height: 28px;
	line-height: 28px;
	display:block;
}

.g-empty{
	text-align: center;
	line-height: 22px;
}
.g-empty .g-img-box{
	margin:0.60rem auto 0.2rem ;
	max-width: 1.25rem;
}
.g-empty .g-img-box img{
	max-width: 100%;
}
.g-empty .p1{
	font-weight: bold;
}
.g-empty .p2{
	color: #636363;
}
.g-empty .btn{
	width: 3.42rem;
	margin:0.64rem auto;
	height: 0.56rem;
	line-height: 0.56rem;
}

/* qrcode */
.qrcode-box{
	width: 2.64rem;
	height:  2.64rem;
	margin: 0.9rem auto;
}
.qrcode-box img{
	max-width: 100%;
}
.join-us a{
	text-decoration: underline;color: #636363;
}
.shops-pc .qrcode-box{
	width: 158px;
	height: 158px;
	margin: 15px auto;
}
.login-tips{
	text-align: center;
	margin: 10px 0 20px 0;
	line-height: 1.5;
	display: none;
}
.login-tips-wap{
	display: block;
}
.shops-pc .login-tips-wap{
	display: none;
}
.shops-pc .login-tips-pc{
	display: block;
}
.login-tips a{
	color: #5880b4;
}
.cart-error-tips{
	padding: 0 30px;
	background-color: #f2dedf;
	color: #c40f0f;
	display: none;
	line-height: 42px;
}
.shops-pc .cart-error-tips{
	padding: 0 30px;
	display: block;
}