@charset "UTF-8";
.merchant-detail-main{
	flex: auto;
	padding-bottom: 80px;
	z-index: 2
}
.common-header .merchant-info{
	display: flex;
	padding-bottom: 40px
}
.common-header .merchant-info .pic-box{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 190px;
	margin-right: 22px;
	border-radius: 12px;
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #efeeee
}
.common-header .merchant-info .pic-box .pic{
	max-width: 90%;
	max-height: 100%
}
.common-header .merchant-info .content{
	flex: 1;
	overflow: hidden
}
.common-header .merchant-info .content .name{
	margin-top: -5px;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px
}
.common-header .merchant-info .content .score{
	display: flex;
	align-items: center;
	margin-top: 5px
}
.common-header .merchant-info .content .score .icons{
	display: flex
}
.common-header .merchant-info .content .score .icons .icon{
	width: 14px;
	height: 14px
}
.common-header .merchant-info .content .score span{
	margin-left: 10px;
	font-size: 12px
}
.common-header .merchant-info .content .day{
	margin-top: 15px;
	font-size: 12px;
	color: #828282
}
.common-header .merchant-info .content .desc{
	margin-top: 10px;
	font-size: 14px;
	line-height: 18px;
	height: 54px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis
}
.common-header .merchant-info .content .desc.active{
	height: auto;
	display: block
}
.common-header .merchant-info .content .show-btn{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 12px;
	color: #828282;
	cursor: pointer
}
.common-header .merchant-info .content .show-btn.active .icon{
	background: url(../images/product/minus.png) no-repeat center/cover
}
.common-header .merchant-info .content .show-btn .icon{
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 5px;
	background: url(../images/product/plus.png) no-repeat center/cover
}
.common-header .merchant-info .content .link-box{
	display: inline-flex;
	align-items: center;
	height: 32px;
	padding: 0 20px;
	margin-top: 8px;
	border-radius: 6px;
	font-size: 12px;
	color: #828282;
	background: #f9fdff
}
.common-header .merchant-info .content .link-box span{
	color: #338df0
}
.faq{
	margin-top: 44px
}
.left-right-layout{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
	gap: 20px
}
.left-right-layout .left{
	width: 730px;
	flex: 1 0 730px
}
.left-right-layout .left .product-list .product-item{
	margin-bottom: 20px;
	padding: 25px 13px 10px 20px;
	border-radius: 16px;
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #efeeee;
	cursor: pointer
}
.left-right-layout .left .product-list .product-item:hover{
	border: 1px solid #4d9ffe
}
.left-right-layout .left .product-list .product-item:last-child{
	margin-bottom: 0
}
.left-right-layout .left .product-list .product-item .product-info{
	display: flex;
	padding-bottom: 20px;
	border-bottom: 1px dashed #efeeee
}
.left-right-layout .left .product-list .product-item .product-info .pic-box{
	width: 130px;
	height: 108px;
	flex: none;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	border-radius: 16px;
	background: #f8f8f8
}
.left-right-layout .left .product-list .product-item .product-info .pic-box .pic{
	max-width: 80%;
	max-height: 80%
}
.left-right-layout .left .product-list .product-item .product-info .pic-box .price-box{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 28px;
	font-weight: 700;
	color: #338df0
}
.left-right-layout .left .product-list .product-item .product-info .content{
	position: relative;
	flex: 1;
	overflow: hidden
}
.left-right-layout .left .product-list .product-item .product-info .content .tag{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 75px;
	height: 18px;
	border-radius: 12px;
	font-size: 12px;
	background: #fff1e3;
	color: #f88000
}
.left-right-layout .left .product-list .product-item .product-info .content .name{
	max-width: 369px;
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all
}
.left-right-layout .left .product-list .product-item .product-info .content .desc{
	font-size: 14px;
	line-height: 16px;
	color: #828282;
	margin-top: 10px
}
.left-right-layout .left .product-list .product-item .product-info .content .btn{
	position: absolute;
	right: 0;
	top: 30px;
	width: 130px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
	gap: 10px;
	font-size: 14px;
	font-weight: 700;
	color: #fffefe;
	border-radius: 310px;
	background: linear-gradient(180deg, #2a87ec 0, #55a3ff 100%)
}
.left-right-layout .left .product-list .product-item .show-details.active .show-btn .icon{
	background: url(../images/product/minus.png) no-repeat center/cover
}
.left-right-layout .left .product-list .product-item .show-details.active .details-content{
	display: block
}
.left-right-layout .left .product-list .product-item .show-details .show-btn{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 9px 17px 9px 0;
	font-size: 12px;
	color: #828282;
	cursor: pointer
}
.left-right-layout .left .product-list .product-item .show-details .show-btn .icon{
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 5px;
	background: url(../images/product/plus.png) no-repeat center/cover
}
.left-right-layout .left .product-list .product-item .show-details .details-content{
	display: none;
	font-size: 12px;
	line-height: 23px
}
.left-right-layout .right{
	width: 430px;
	flex: 1 0 430px
}
.left-right-layout .right .merchant-box .head{
	display: flex;
	align-items: center;
	padding: 0 30px;
	height: 90px;
	background: url(../images/merchant-bg.png) no-repeat center/cover
}
.left-right-layout .right .merchant-box .head .icon-safe{
	width: 32px;
	height: 32px;
	margin-right: 20px
}
.left-right-layout .right .merchant-box .head .content{
	flex: 1
}
.left-right-layout .right .merchant-box .head .content .title{
	font-size: 14px;
	font-weight: 700;
	line-height: 21px
}
.left-right-layout .right .merchant-box .head .content .desc{
	font-size: 14px;
	line-height: 21px
}
.left-right-layout .right .merchant-box .info-box{
	display: flex;
	flex-direction: column;
	align-items: center
}
.left-right-layout .right .merchant-box .info-box .pic-box{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	margin-top: 40px;
	border-radius: 12px;
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #efeeee
}
.left-right-layout .right .merchant-box .info-box .pic-box .pic{
	max-width: 90%;
	max-height: 100%
}
.left-right-layout .right .merchant-box .info-box .info-name{
	margin-top: 20px;
	font-size: 16px;
	color: #3d3d3d
}
.left-right-layout .right .merchant-box .info-box .score{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 10px
}
.left-right-layout .right .merchant-box .info-box .score .icons{
	display: flex
}
.left-right-layout .right .merchant-box .info-box .score .icons .icon{
	width: 16px;
	margin: 0 1px
}
.left-right-layout .right .merchant-box .info-box .score span{
	margin-top: 10px;
	font-size: 12px;
	color: #3d3d3d
}
.left-right-layout .right .merchant-box .info-box .info-list{
	margin-top: 20px;
	border-bottom: 1px dashed #efeeee
}
.left-right-layout .right .merchant-box .info-box .info-list .info-item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 323px;
	height: 32px;
	font-size: 12px;
	border-top: 1px dashed #efeeee
}
.left-right-layout .right .question-list{
	padding-top: 10px
}
.left-right-layout .right .question-list .question-item{
	margin-top: 20px
}
.left-right-layout .right .question-list .question-item .name{
	font-size: 14px;
	font-weight: 700
}
.left-right-layout .right .question-list .question-item .content{
	padding: 10px 0 20px 0;
	font-size: 14px;
	line-height: 21px;
	color: #3d3d3d;
	border-bottom: 1px solid #efeeee
}
.left-right-layout .right .tag-list{
	padding-top: 10px
}
.left-right-layout .right .tag-list .tag-item{
	margin-top: 20px
}
.left-right-layout .right .tag-list .tag-item .title{
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 16px
}
.left-right-layout .right .tag-list .tag-item .tags{
	display: flex;
	flex-wrap: wrap;
	gap: 10px
}
.left-right-layout .right .tag-list .tag-item .tags .tag{
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	font-size: 12px;
	color: #828282;
	border-radius: 6px;
	background: #f8f8f8;
	cursor: pointer
}
.left-right-layout .right .tag-list .tag-item .tags .tag.active{
	color: #1f1f1f
}
.store-info{
	margin-top: 44px
}
.store-info .store-info-list .store-info-item{
	margin-top: 50px
}
.store-info .store-info-list .store-info-item .title{
	font-size: 14px;
	font-weight: 700
}
.store-info .store-info-list .store-info-item .content{
	margin-top: 10px;
	font-size: 14px;
	line-height: 21px
}
.dialog{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 50;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,.7);
	display: none;
}
.dialog.act{display: flex;}
.dialog .dialog-main{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 50px 50px 10px 50px;
	width: 800px;
	border-radius: 20px;
	background: #fff;
}
.dialog .dialog-main::after{
	display: inline-block;
	content: "";
	width: 378px;
	height: 299px;
	position: absolute;
	right: 0;
	bottom: 30px;
	background: url(../images/dialog-bg.png) no-repeat center/cover
}
.dialog .dialog-main .icon-close{
	position: absolute;
	width: 24px;
	height: 24px;
	right: 20px;
	top: 20px;
	background: url(../images/icon-close.png) no-repeat center/cover;
	z-index: 2;
	cursor: pointer
}
.dialog .dialog-main .pic-box{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 170px;
	height: 140px;
	border-radius: 12px;
	background: #f8f8f8
}
.dialog .dialog-main .pic-box .pic{
	max-width: 90%;
	max-height: 90%
}
.dialog .dialog-main .title{
	margin-top: 20px;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px
}
.dialog .dialog-main .desc{
	font-size: 14px;
	line-height: 21px;
	color: #828282
}
.dialog .dialog-main .copy-box{
	width: 365px;
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px 0 20px;
	margin-top: 30px;
	border-radius: 12px;
	box-sizing: border-box;
	border: 1px solid #efeeee
}
.dialog .dialog-main .copy-box span{
	font-size: 20px;
	font-weight: 700
}
.dialog .dialog-main .copy-box .btn{
	width: 90px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	border-radius: 16px;
	background: #1f1f1f
}
.dialog .dialog-main .start-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 230px;
	height: 50px;
	margin-top: 20px;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	border-radius: 310px;
	background: linear-gradient(180deg, #2a87ec 0, #55a3ff 100%)
}
.dialog .dialog-main .link{
	font-size: 14px;
	line-height: 21px;
	margin-top: 10px
}
.dialog .dialog-main .link>span{
	color: #338df0;
	text-decoration: underline
}
.dialog .dialog-main .dialog-info{
	width: 100%;
	margin-top: 70px
}
.dialog .dialog-main .dialog-info .info-title{
	font-size: 26px;
	font-weight: 600
}
.dialog .dialog-main .dialog-info .sub-title{
	margin-top: 20px;
	font-size: 14px;
	font-weight: 700;
	color: #3d3d3d
}
.dialog .dialog-main .dialog-info .info-desc{
	width: 470px;
	font-size: 13px;
	line-height: 21px;
	margin-top: 10px;
	color: #3d3d3d
}
.dialog .dialog-main .dialog-footer{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	margin-top: 30px;
	font-size: 14px;
	color: #828282;
	background: #f8f8f8
}
@media screen and (max-width: 820px){
	.common-header .merchant-info{flex-direction: column; align-items: center;}
	.common-header .merchant-info .pic-box{margin-right: 0;}
	.common-header .merchant-info .content{margin-top: 20px;}
	.common-header .merchant-info .content .name, .common-header .merchant-info .content .day, .common-header .merchant-info .content .desc{text-align: center;}
	.left-right-layout{flex-direction: column;}
	.left-right-layout .left, .left-right-layout .right{width: 100%; flex: 1;}
	.left-right-layout .left .product-list .product-item .product-info .content .name{width: 100%;}
	.left-right-layout .left .product-list .product-item .product-info .content .btn{
		position: static;
		width: 100%;
		max-width: 180px;
		margin-top: 10px;
  		float: right;	
	}
	.dialog .dialog-main{width: 90%;}
}
@media screen and (max-width: 620px){
	.dialog .dialog-main .dialog-info{display: none;}
}