/*store-container*/
.store-container { background: #000000; color: #fff; font-family: 'PingFang SC', sans-serif;}

/*store-header*/
.store-header { position: relative; height: 600px;}
.header-bg { position: absolute; top: 0; left: 0; right: 0; height:901px; background: url('/best/images/3v5v/bannerbg.png') center/cover no-repeat;}

.header-content { position: relative; z-index: 1; height: 100%; display: flex; align-items: flex-end; justify-content: center;}
.store-info { display: flex; align-items: center; gap: 30px; max-width: 1200px; width: 100%; padding: 0 20px;}

.store-logo { width: 145px; height: 145px; border-radius: 50%;}
.store-logo img { width: 145px; height: 145px; border-radius: 50%; object-fit: cover;}

.store-title { flex: 1;}
.store-title h1 { font-size: 40px; font-weight: bold; color: #FFFFFF; margin-bottom: 30px; display: flex; align-items: center; gap: 10px;}
.badge-V5V3 { width: 77px; height: 37px; object-fit: contain;}
.store-id { font-size: 20px; color: #FFFFFF;}
.store-id span { color: #CC9933;}

.store-rating { margin-left: auto;}
.rating-circle { width: 142px; height: 142px; border-radius: 50%; background: rgba(23, 20, 13, .4); border: 1px solid rgba(204, 153, 51, .4); display: flex; flex-direction: column; align-items: center; justify-content: center; padding-top: 5px;}
.rating-score { font-size: 38px; font-weight: bold; color: #CC9933; line-height: 1; margin-bottom: 10px;}
.rating-sub { font-weight: bold; font-size: 20px; color: #CC9933;}

.store-content{position: relative;}
.content-bg { position: absolute; left: 0; right: 0; bottom: 0;height:1428px; background: url('/best/images/3v5v/bgpc.png') center/cover no-repeat;}

/*store-main*/
.store-main { max-width: 1200px; margin: 0 auto; padding: 20px 20px 40px;position: relative;}
.info-card { background: #0C0C0C; border-radius: 0; padding: 30px; margin-bottom: 20px;border: 1px solid #2A2A2A;}

.info-row { display: flex; align-items: center;}
.info-item{display: flex; align-items: center;}
.info-icon {width: 33px;;margin-right:10px}
.info-icon img {vertical-align:initial}
.icon-icon1{width: 28px; height: 26px;}
.icon-icon2{width: 26px; height: 29px;}
.icon-icon3{width: 29px; height: 26px;}
.icon-icon4{width: 33px; height: 27px;}
.icon-icon5{width: 20px; height: 25px;}
.icon-icon6{width: 22px; height: 27px;}

.info-label { color: #ffffff; font-size: 16px; font-weight: 500; flex-shrink: 0;}
.info-value { color: #CCCCCC; font-size: 16px; }
.info-value strong { color: #CC9933; font-weight: bold;font-size: 20px; }
.highlight { color: #CC9933; font-weight: bold;font-size: 20px; }
.ml50{margin-left:50px}
.service-items { display: flex; gap: 20px; flex-wrap: wrap;}
.service-tag { display: flex; align-items: center; gap: 8px;}
.service-tag img { width: 40px; height: 40px; border-radius: 50%;}
.service-tag span { font-size: 16px; color: #FFFBF8;}

.divider { height: 1px; background: rgba(255, 255, 255, 0.1); margin: 20px 0;}

.stats-row { display: flex; align-items: center;}
.stat-divider { width: 1px; height: 20px; background: rgba(255, 255, 255, 0.1); margin: 0 20px;}

.contact-row-pc { display: flex; align-items: flex-end; gap: 8px; justify-content: space-between}
.contact-info{display: flex;flex-direction: column}
.contact-info .contact-item{display: flex;align-items: center;margin-bottom:25px}
.contact-info .contact-item:last-child{margin-bottom:0}
.contact-divider { width: 1px; height: 14px; background: rgba(255, 255, 255, 0.2); margin: 0 20px;}
.address-text { flex: 1; min-width: 200px;}
.distance { font-size: 16px; color: #999999; margin-left: 10px; margin-right: 20px;}
.contact-btn { width: 140px;height: 50px;background:#CC9933; border: none;  color: #000000; font-size: 16px; padding: 12px 32px; cursor: pointer; white-space: nowrap;}

.mobile-bottom-row { display: flex; justify-content: space-between; align-items: center;}

/*reviews-section*/
.reviews-section { background: #0C0C0C;padding:30px; margin-bottom: 40px;border: 1px solid #2A2A2A;}
.tabs { display: flex; border-bottom: 1px solid rgba(255, 255, 255, 0.1); margin-bottom: 24px;}
.tab { padding:0 35px 30px; font-size: 24px; color: #525252; cursor: pointer; position: relative; transition: color 0.3s ease;}
.tab::before{content: '';width:1px;height:25px;background:#D7D7D7; position: absolute;top:5px;left:0;opacity: 0.5;}
.tab:first-child::before{display:none}
.tab.active { color: #CC9933;font-weight: bold;}
.tab.active::after { content: '';width: 45px;height: 2px; position: absolute; bottom: -1px; left: 50%; right: 30px; background: #CC9933;transform: translateX(-50%);}

.reviews-content { min-height: 200px;}
.empty-state { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px;}
.empty-state img { width: 401px; height: 319px;  margin-bottom: 16px;}
.empty-state p { color: #666666; font-size: 22px;}

.review-item { padding: 30px; background: #111111; border-radius: 4px; margin-bottom: 20px;}
.review-item:last-child { margin-bottom: 0;}

.review-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 24px;}
.reviewer-info { display: flex; align-items: center; gap: 16px;}
.avatar { width: 53px; height: 53px; border-radius: 50%; object-fit: cover;}
.reviewer-detail { display: flex; flex-direction: column;}
.reviewer-name { font-size: 20px; font-weight: bold; color: #FFFFFF; margin: 0;}
.review-date { font-size: 16px; color: #999999; margin: 4px 0 0;}

.review-score {display: flex; align-items: center;}
.score-label { font-size: 18px; color: #999999; display: block;margin-right:10px;}
.score-value { font-size: 28px; font-weight: bold; color: #CC9933;}

.rating-section { display: flex; gap: 80px; padding: 20px; background: rgba(0, 0, 0, 0.3); margin-bottom: 20px;}
.rating-item { display: flex; align-items: center; gap: 12px;}
.rating-label {font-size: 16px; color: #666666; white-space: nowrap;}
.stars { display: flex; gap: 6px;}
.star { width: 18px; height: 18px; object-fit: contain;}

.review-content { font-size: 18px;color: #CCCCCC; line-height: 1.8; margin: 0 0 20px;}

.review-images { display: flex; gap: 12px;}
.review-images img { width: 180px; height: 135px; object-fit: cover; border-radius: 4px;}

.environment-content { padding: 20px 0;}
.environment-images { display: grid; grid-template-columns: repeat(3, 1fr); gap:20px;}
.environment-images img { width: 100%; height: 268px; object-fit: cover; }

.video-cover-item { position: relative; overflow: hidden; cursor: pointer;}
.video-cover-item .video-cover-img { width: 100%; height: 268px; object-fit: cover; display: block;}
.video-cover-item .play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 60px; height: 60px; background:  url('/best/images/3v5v/play.png') center/cover no-repeat; border-radius: 50%; transition: all 0.3s;}
.video-cover-item:hover .play-btn { background-color: rgba(0,0,0,0.7);}

/* 图片预览弹窗 */
.image-preview-box { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.9); display: none; align-items: center; justify-content: center; z-index: 9999;}
.image-preview-wrap { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 90%; max-height: 90%;}
.image-preview-wrap img { max-width: 100%; max-height: 90vh;}
.image-preview-wrap .close { position: absolute; top: -40px; right: -40px; width: 30px; height: 30px; font-size: 30px; color: #fff; cursor: pointer; text-align: center; line-height: 30px;}
.preview-img { cursor: pointer; transition: opacity 0.3s;}
.preview-img:hover { opacity: 0.8;}

.cases-content { padding: 20px 0;}
.cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 30px;}
.case-item { overflow: hidden;}
.case-image { position: relative; height: 268px;}
.case-image img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.case-count { position: absolute; bottom: 10px; right: 10px; width: 47px;height: 27px; background: linear-gradient(0deg, rgba(13,14,16,0.4), rgba(13,14,16,0)); display: flex; align-items: center; justify-content: center; font-size: 20px; color: #FFFFFF;}
.case-count img{width: 23px;height: 19px;position: relative;margin-right:5px}
.case-title { font-size: 21px;line-height:1.4; font-weight: bold; color: #FFFFFF; margin: 15px 0 10px;}
.case-desc { font-size: 16px; color: #FFFFFF;opacity: 0.5;line-height: 1;}
.cases-more-btn { display: block; width: 234px; height: 62px; background: #0C0C0C; border: 1px solid #2A2A2A; color: #FFFFFF; font-size: 16px; cursor: pointer; margin: 0 auto; transition: all 0.3s ease;}
.cases-more-btn:hover { background: #2A2A2A; border-color: #444444;}

/* 播放器 start */
.play-box { position: fixed; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); z-index: 10000; display: none;}
.play-box .play-wrap { position: absolute; top: 50%; left: 50%; width: 60%; max-height: 50%; transform: translate(-50%, -50%);}
.play-box .play { width: 100%; max-height: 500px; object-fit: contain; background-color: #000;}
.play-box .close { position: absolute; top: -20px; right: -20px; width: 40px; height: 40px; border-radius: 50%; background-color: rgba(255, 255, 255, 0.8); text-align: center; line-height: 40px; color: rgba(0, 0, 0, 0.8); font-size: 22px; user-select: none; cursor: pointer;}
/* 播放器 end */

@media (max-width: 992px) {
    .header-bg { position: absolute; top: 0; left: 0; right: 0; bottom: 0;height:9rem; background: url('/best/images/3v5v/bannerbg-wap.png') top/100% auto no-repeat;}
	.store-header { height: 4.5rem;}
	.store-info { text-align: center; gap: 0.16rem;}
    .store-logo{ width: 1.1rem; height: 1.1rem;}
	.store-logo img { width:  1.1rem; height:  1.1rem;}
	.store-title { width: 100%;}
	.store-title h1 { font-size: 0.3rem;margin-bottom: 0.1rem;}
    .badge-V5V3{width: 0.6rem; height: 0.3rem;}
    .store-id{font-size: 0.2rem;text-align:left;}
	.store-rating { margin-left: 0;}
	.rating-circle { width: 1rem; height: 1rem;}
	.rating-score { font-size: 0.28rem;margin-bottom: 0.1rem;}
	.rating-sub { font-size: 0.14rem;}

    .content-bg { position: absolute; left: 0; right: 0; bottom: 0;height:10.6rem; background: url('/best/images/3v5v/bgwap.png') center/cover no-repeat;}

    .store-main { padding: 0.3rem;}
	.info-card { padding: 0.3rem;}
	.info-row { flex-wrap: wrap;}
	.info-label { font-size: 0.16rem;}
	.info-value { font-size: 0.16rem;}
    .info-value strong{ font-size: 0.2rem;}
    .highlight{font-size: 0.2rem;}
    .info-icon{width: 0.33rem;}
    .icon-icon1{width: 0.28rem; height: 0.26rem;}
    .icon-icon2{width: 0.26rem; height: 0.29rem;}
    .icon-icon3{width: 0.29rem; height: 0.26rem;}
    .icon-icon4{width: 0.33rem; height: 0.27rem;}
    .icon-icon5{width: 0.20rem; height: 0.25rem;}
    .icon-icon6{width: 0.22rem; height: 0.27rem;}
	.service-items { width: 100%; justify-content: flex-start; margin-top: 0.1rem;gap: 0;flex-wrap:nowrap}
	.service-tag { margin-right: 0.15rem;}
	.service-tag img { width: 0.5rem; height: 0.5rem;}
	.service-tag span { font-size: 0.16rem;}

    .divider{margin: 0.2rem 0;}
	.stats-row { flex-wrap: wrap;}
	.stat-divider { display: none;}
    .contact-row-pc{flex-wrap:nowrap;}
    .contact-info .contact-item{margin-bottom: 0.25rem;}
	.address-row-mobile .info-value { width: 100%; margin-top: 0.05rem;}
	.mobile-bottom-row { margin-top: 0.15rem;}
	.distance { margin: 0; font-size: 0.14rem;}
	.contact-btn { width: auto;height:0.5rem; padding: 0.1rem 0.24rem; font-size: 0.14rem;}

    .reviews-section{padding:0.3rem;margin-bottom:0.4rem;}
	.tabs { margin-bottom: 0.24rem;}
	.tab { padding: 0 0.3rem 0.3rem; font-size: 0.24rem;}
    .tab.active::after{width:0.45rem;}
    .tab::before{height: 0.25rem;}
	.review-item { padding: 0.2rem;}
	.review-header {gap: 0.16rem;}

    .reviewer-info{gap:0.16rem}
	.avatar { width: 0.53rem; height: 0.53rem;}
	.reviewer-name { font-size: 0.2rem;}
    .review-date{font-size: 0.16rem;}
	.review-score { text-align: left;}
    .score-label{font-size: 0.18rem;}
	.score-value { font-size: 0.28rem;}
	.rating-section { flex-wrap: wrap; gap: 0.16rem; padding: 0.16rem;margin-bottom: 0.2rem;}
	.rating-item { flex: 1; min-width: calc(50% - 0.08rem);}

	.rating-label { font-size: 0.16rem;}
	.star { width: 0.16rem; height: 0.16rem;}
	.review-content { font-size: 0.18rem;margin: 0 0 0.2rem;}

    .review-images{gap: 0.12rem;}
	.review-images img { width: 0.95rem; height: 0.95rem;}

	.environment-images { grid-template-columns: repeat(2, 1fr);gap: 0.12rem;}
	.environment-images img { height: 2.2rem;}
	.video-cover-item .video-cover-img { height: 2.2rem;}
	.video-cover-item .play-btn { width: 0.8rem; height: 0.8rem; background-size: 100%;}
	.cases-grid { grid-template-columns: repeat(2, 1fr); gap: 0.12rem; margin-bottom: 0.3rem;}
	.case-item { overflow: hidden;}
    .case-image{height: 2.2rem;}
	.case-image img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
	.case-count { position: absolute; bottom: 0.1rem; right: 0.1rem; width: 0.47rem; height: 0.27rem; background: linear-gradient(0deg, rgba(13,14,16,0.4), rgba(13,14,16,0)); display: flex; align-items: center; justify-content: center; font-size: 0.2rem; color: #FFFFFF;}
	.case-count img { width: 0.2rem; height: 0.16rem; position: relative; margin-right: 0.05rem;}
	.case-title { font-size: 0.21rem; line-height: 1.4; font-weight: bold; color: #FFFFFF; margin: 0.15rem 0 0.1rem;}
	.case-desc { font-size: 0.16rem; color: #FFFFFF; opacity: 0.5; line-height: 1;}
	.cases-more-btn { width: 2.3rem; height: 0.6rem; font-size: 0.16rem;}

	/* 播放器移动端样式 */
	.play-box .play-wrap { width: 90%; max-height: 40%;}
	.play-box .play { max-height: 3rem;}
	.play-box .close { width: 0.4rem; height: 0.4rem; top: -0.2rem; right: -0.2rem; line-height: 0.4rem; font-size: 0.22rem;}

}
