@charset "utf-8";
@import url('button.css');
/* CSS Document */
*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    -webkit-tap-highlight-color: transparent;
}

:focus {
    outline: none;
}
body{
	margin: 0;
	padding: 0;
	background: #4e414e url("../images/07.png");
}
input, textarea, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 13.3333px Arial;
}
header{
	max-width: 860px;
	margin: 0 auto;
}

ul ,li{
	list-style:none;
	margin: 0;
	padding: 0;
}
a{
    text-decoration: none;
}
input:focus {outline: none; } 
input:focus::-webkit-input-placeholder {opacity: 0; -webkit-transition: .4s; transition: .4s; } 
input:focus::-moz-placeholder {opacity: 0; -moz-transition: .4s; } 
input:focus:-ms-input-placeholder {opacity: 0; -webkit-transition: .4s; transition: .4s; }
textarea:focus {outline: none; } 
textarea:focus::-webkit-input-placeholder {opacity: 0; -webkit-transition: .4s; transition: .4s; } 
textarea:focus::-moz-placeholder {opacity: 0; -moz-transition: .4s; } 
textarea:focus:-ms-input-placeholder { opacity: 0; -webkit-transition: .4s; transition: .4s; }
/* 移除 input/textarea 瀏覽器自動完成預設背景色（透明） */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px transparent inset !important;
    box-shadow: 0 0 0 30px transparent inset !important;
    transition: background-color 5000s ease-in-out 0s;
}
select:-webkit-autofill:focus {
  border: 1px solid green;
  -webkit-text-fill-color: green;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}
@font-face {
    font-family: "AVANTI";
    src: url("fonts/AVANTI.eot"); /* IE9 */
    src: url("fonts/AVANTI.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/AVANTI.woff") format("woff"), /* chrome、firefox */
    url("fonts/AVANTI.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    url("fonts/AVANTI.svg#AVANTI") format("svg"); /* iOS 4.1- */
	font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "fzch";
    src: url("fonts/fzch.eot"); /* IE9 */
    src: url("fonts/fzch.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/fzch.woff") format("woff"), /* chrome、firefox */
    url("fonts/fzch.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    url("fonts/fzch.svg#fzch") format("svg"); /* iOS 4.1- */
	font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "FZYUEJTK";
    src: url("fonts/FZYUEJTK.eot"); /* IE9 */
    src: url("fonts/FZYUEJTK.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    
    url("fonts/FZYUEJTK.woff") format("woff"), /* chrome、firefox */
    url("fonts/FZYUEJTK.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    
    url("fonts/FZYUEJTK.svg#FZYUEJTK") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "FZCUJINLFW";
    src: url("fonts/FZCUJINLFW.eot"); /* IE9 */
    src: url("fonts/FZCUJINLFW.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    
    url("fonts/FZCUJINLFW.woff") format("woff"), /* chrome、firefox */
    url("fonts/FZCUJINLFW.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    
    url("fonts/FZCUJINLFW.svg#FZCUJINLFW") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}
.body_header{
	background: url("../images/header_bg.jpg") top center no-repeat;
}

.global-container {
    max-width: 860px;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.main_div{
	width:100%;
	height: auto;
	background:#fee0d5 url("../images/header_bg.jpg")top center no-repeat;
	background-size: contain;
	max-width: 860px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	padding-bottom: 0;
}
.search_main_div{
	width:100%;
	height: auto;
	background:#fee0d5 url("../images/detail_bg.jpg")top center no-repeat;
	background-size: contain;
	max-width: 860px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 60px;
	padding: 0;
}
.index_header{
	width:100%;
	height: 304px;
	position: relative;
	overflow: hidden;
}
.list_header{
	width:100%;
	height: 159px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	padding-top: 25px;
}
.header_icon{
	width:140px;
	height: 80px;
	position: absolute;
	right: 0;
	top: 0;
}
.header_icon span{
	display: block;
	float: left;
	width:50%;
	height: 100%;
}
.header_icon span.login{
	background: url("../images/user.png")center no-repeat;
	background-size: 50%;
	cursor: pointer;
}
.header_icon span.qiehuan{
	background: url("../images/zh.png")center no-repeat;
	background-size: 50%;
	cursor: pointer;
}
.header_left{
	width:22%;
	height: 210px;
	overflow: hidden;
	float: left;
	text-align: center;
}
.list_header .header_left{
	width:22%;
	height: 100%;
	overflow: hidden;
	float: left;
	text-align: center;
}
.header_left .user_logo{
	display: inline-block;
	width:100px;
	height: 100px;
	border-radius: 50%;
	border: 6px solid rgba(255,255,255,.7);
	overflow: hidden;
	margin-top: 97px;
}
.user_logo img{
	width:100%;
}
.header_right{
	width: 78%;
	height: 210px;
	float: left;
	box-sizing: border-box;
}
.list_header .header_right{
	width: 78%;
	height: 100%;
	float: left;
	box-sizing: border-box;
}
.header_top{
	width:100%;
	height: 120px;
	overflow: hidden;
	position: relative;
}
.header_top span{
	display: block;
	float: left;
}
.header_top .user_name_left{
	width:70px;
	height: 100%;
	background: url("../images/u_left.png") center no-repeat;
	background-size: contain;
}
.header_top .user_name{
    width:auto;
	height:120px;
	font-size: 45px;
	font-weight: 800;
	color: #000;
	line-height: 120px;
    text-shadow:#fff 3px 0 0,#fff 0 2px 0,#fff -2px 0 0,#fff 0 -2px 0;
}
.header_top .user_name_right{
	width:70px;
	height: 100%;
	background: url("../images/u_right.png") center no-repeat;
	background-size: contain;
}

.index-search {
	width: 100%;
    height: 80px;
	box-sizing: border-box;
	float: left;
}

.index-search-left{
	width:70%;
	height: 100%;
	float: left;
	position: relative;
	background: #ac4db3;
	border-radius: 90px;
}

.index-search-right{
	width:30%;
	height: 100%;
	float: left;
	box-sizing: border-box;
}
.index-search-right a{
	display: block;
	width:100%;
	height: 80px;
	color: #000;
	font-size: 28px;
	text-decoration: none;
	text-align: center;
	line-height: 80px;
	font-weight: 800;
}
.index-search input{
	width:73%;
	height: 80px;
	line-height: 80px;
	font-size: 24px;
	color: #fff;
	box-sizing: border-box;
	border: 0;
	float: left;
	background: #bf73c5;
	border-radius: 90px;
	padding-left: 30px;
	padding-right: 30px;
}
.index-search input:-webkit-autofill {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
    -webkit-box-shadow: 0 0 0 1000px rgba(123,163,113,.1) inset;
}
.index-search input::-webkit-input-placeholder{
    color:#fff;
	font-size: 24px;
	line-height: 96px;
}
.index-search button{
    border: 0;
    width: 80px;
    height: 80px;
    background: url(../images/search.png)right no-repeat;
    background-size: 70%;
    cursor: pointer;
	outline: none;
	position: absolute;
	right: 20px;
	top: 0;
}
.user_gg_div{
	width:76%;
	height: 90px;
	float: left;
	box-sizing: border-box;
	padding-left: 50px;
	padding-top: 20px;
}
.user_icon{
	width:40px;
	height: 40px;
	float: left;
    background:url("../images/gonggao.png")top center no-repeat;
	background-size: 70%;
}
.usgg{
    width: calc(100% - 60px);
	height: 40px;
	font-size: 16px;
	color: #000;
	box-sizing: border-box;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	margin-left: 16px;
	float: left;
}
.index_row{
	width:100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	background-color: #fee0d5;
}

/* ========== Site-Notice 公告欄樣式（來自 moban-1） ========== */
.Site-Notice {
    width: 100%;
    height: 128px;
    background-image: linear-gradient(#c179bf 15%, #fee0d5);
    display: flex;
    position: relative;
}

.sn-img {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 100%;
    z-index: 2;
    background-image: linear-gradient(#c179bf 15%, #fee0d5);
}

.sn-img img {
    width: 24px;
}

.Site-Notice .left {
    width: 60%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    overflow: hidden;
}

.Site-Notice .right {
    height: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: right;
    padding-right: 20px;
}

.Site-Notice .right .loaction {
    display: flex;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    gap: 8px;
}

.Site-Notice .right .loaction span {
    color: #772b7d;
    font-weight: 600;
}

.Site-Notice .right .loaction svg {
    width: 15px;
    height: 15px;
    fill: #772b7d;
    flex-shrink: 0;
    margin: 0;
}

.sn_nr {
    width: 100%;
    height: 100%;
}

.marquee-content {
    width: 100%;
    right: 0;
    top: 0;
    height: 100%;
    white-space: nowrap;
    z-index: 1;
    display: flex;
    animation: scroll 9s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(100%);
    }

    /* 從最右邊開始 */
    100% {
        transform: translateX(-100%);
    }

    /* 滾動到最左邊 */
}

.marquee-item {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 60px;
    font-size: 16px;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}
/* ========== Site-Notice 公告欄樣式結束 ========== */
.index_row.detail_div{
	background-color: transparent;
}
.index-swiper{
	width:100%;
	height: auto;
	margin: 0 auto;
	background: #c078bf;
}

.swiper-slide{
	width:100%;
}
.swiper-slide img{
	width:100%;
}
.list_city{
	width:100%;
	font-size: 48px;
	font-weight: 800;
	padding-left: 40px;
    color: #772b7d; 
}
.list_city span{
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #fff;
}
.index_dqwz_div{
	width:100%;
	height: auto;
	overflow: hidden;
	font-size: 0;
	position: relative;
	background-image: linear-gradient(#c179bf 15%, #fee0d5);
}
.index_dqwz{
	width:100%;
	height: 128px;
	margin: 0 auto;
	line-height: 128px;
	font-size: 40px;
	color: #772b7d;
	box-sizing: border-box;
	font-weight: 600;
	padding-left: 15%;
	padding-right: 36px;
}
.index_dqwz span{
	display: inline-block;
	text-align: center;
	cursor: pointer;
	color: #fff;
	letter-spacing: 20px;
}
.index_dqwz .diqu{
	display: inline-block;
	background: #772b7d;
	color: #fff;
	text-align: center;
	font-size: 24px;
	border-radius: 30px;
	height: 40px;
	line-height: 40px;
	margin-right: 12px;
	font-weight: 500;
	padding: 0px 20px;
	letter-spacing: 0;
	margin-top: 40px;
}
.index_dqwz .qhcs{
	display: block;
	float: right;
	background: #772b7d;
	color: #fff;
	text-align: center;
	font-size: 24px;
	border-radius: 30px;
	height: 45px;
	line-height: 45px;
	margin-right: 12px;
	font-weight: 500;
	padding: 0px 20px;
	letter-spacing: 0;
	margin-top: 40px;
	min-width: 140px;
}
/*城市地區*/
.area_div_row{
	width:90%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
    margin-bottom: 20px;
}
.area_div{
	width:100%;
	height: auto;
    overflow: hidden;
	/* background: url("../images/area_bg.png")top center no-repeat; */
    background-color: rgba(255,255,255,.3);
    border-radius: 16px;
	background-size: contain;
	overflow: hidden;
	font-size: 0;
	box-sizing: border-box;
	padding: 5%;
    padding-bottom: 0;
	display: none;
}
.area_div a {
    display: block;
	float: left;
    width:calc(100%/6 - 10px);
    height: 58px;
    text-decoration: none;
    color: #bf73c5;
    text-align: center;
    font-size: 24px;
    line-height:30px;
    margin-right: calc(10px*5 /8);
    font-family: "Microsoft JhengHei";
	overflow: hidden;
}

.area_div a:nth-child(6n){
	margin-right: 0;
}
.area_div a.on {
	font-weight: 700;
	color: #fc3b87;
}
#promotion-section{
    margin-bottom: 30px;
}

/*今日推介*/
.jrtj_main{
	width:100%;
	height: auto;
	overflow: hidden;
	position: relative;
	padding-top: 188px;

}
.jrtj_main.phb{
	padding-top: 0;

}
.jrtj_main.detail{
	padding-top: 0;
	z-index: 0;

}
.jrtj_title{
	width:100%;
	height: 259px;
	box-sizing: border-box;
	background: url("../images/title_bg.png")top center no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
}
.jrtj_title span{
	display: block;
	float: right;
	width:240px;
	font-size: 50px;
	color: #fff;
	font-weight: 500;
	text-shadow:
    -3px 3px 6px #245877;
	margin-top: 130px;
	margin-right: 160px;
    font-family: 'FZYUEJTK';
}
.jrtj_main span.small_letter {
    display: block;
    font-size: 16px;
    color: #000;
    transform: rotate(-17deg);
    font-family: "Microsoft JhengHei";
    position: absolute;
    top: 65px;
    left: 37%;
    z-index: 100;
}
/* .jrtj_title span{
    display: block;
    width: 200px;
    font-size: 100px;
    color: #775e06;
    font-weight: 800;
    line-height: 100px;
    text-shadow: -2px -2px 0 #f5e57a, 2px -2px 0 #f5e57a, -2px 2px 0 #f5e57a, 2px 2px 0 #f5e57a, 0px 3px 3px #ad8a10;
    -webkit-text-stroke: 2px #fff;
    margin-top: 180px;
    margin-left: 60px;
	float: left;
}*/
.jrtj_title02{
	width:100%;
	height: 259px;
	box-sizing: border-box;
	background: url("../images/title02_bg.png")top center no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
}
.jrtj_title02 span{
	display: block;
	float: right;
	width:240px;
	font-size: 56px;
	color: #fff;
	font-weight: 500;
	text-shadow:
    -3px 3px 6px #875c07;
	margin-top: 135px;
	margin-right: 130px;
	font-family: 'FZYUEJTK';
}
.jrtj_list_row {
    width: 98%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.jrtj_list_row ul{
	width:100%;
	height: auto;
	overflow: hidden;
	padding-top: 60px;
	box-sizing: border-box;
	margin-bottom: 20px;

}
.jrtj_list_row .no-results{
    width:100%;
	background: rgba(255, 255, 255, 0.6) url("../images/li_bg.webp") right bottom no-repeat;
    color:#f00;
    font-size: 24px;
    font-weight: 600;
    height: 400px;
    border-radius: 20px;
}
.jrtj_list_row.detail ul{
	margin-bottom: 0;
}
.jrtj_list_row li {
    width: 100%;
    height: 448px;
    position: relative;
	margin-bottom: 20px;
}
.jrtj_list_row.detail li {
	margin-bottom: 0;
}
li .zhanshi_main{
	position: absolute;
	left:0;
	bottom: 0;
	width: 660px;
	height: 372px;
	background:#fff url("../images/li_bg.jpg") right bottom no-repeat;
	border-top-left-radius: 20px;
	padding: 15px;
	box-sizing: border-box;
	z-index: 9;
	box-shadow: 20px 0px 20px -20px #593357;
}
.zhanshi_main .img_div {
    width: 42%;
    height: 188px;
    float: left;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.zhanshi_main .nr_div {
    width: 58%;
    height: 188px;
    float: left;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
	padding-top: 20px;
}
.zhanshi_main.phb .nr_div {
    width: 58%;
    height: 188px;
    float: left;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
	padding-top: 20px;
}
.pingfen-container{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 24px;
}

/* 與數字同行的「分」須在同一行並垂直對中；並取消 .nr_div .pingfen 對此處絕對定位造成容器塌陷 */
.nr_div .pingfen-container .pingfen,
.nr_div .pingfen-container > .pingfen,
.jrtj_main .jrtj_list_row > ul > li .nr_div .pingfen-container .pingfen,
.jrtj_main .jrtj_list_row > ul > li .nr_div .pingfen-container > .pingfen,
.jrtj_main .jrtj_list_row.slider-container > ul > li .nr_div .pingfen-container .pingfen,
.jrtj_main .jrtj_list_row.slider-container > ul > li .nr_div .pingfen-container > .pingfen {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    min-width: 0;
    height: auto;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: center;
    line-height: 1.25;
    font-size: inherit;
}

.pingfen-container .pingfen.normal em,
.pingfen-container .pingfen em {
	font-style: normal;
	display: inline;
	line-height: inherit;
	vertical-align: baseline;
	padding-right: 4px;
	/* AVANTI 數字視覺重心偏上，與中文「分」並排時略下移對齊 */
	/* transform: translateY(0.07em); */
}
.pingfen.normal em{
	font-size: 36px;
}
.zhanshi_main .nr_div dl{
    display: flex;
    flex-wrap: wrap;
}
.zhanshi_main .nr_div dt{
	font-size: 18px;
	color: #000;
	height: 38px;
    width:50%;
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
}
.zhanshi_main .nr_div dt.long{
    width:100%;
}
.zhanshi_main .nr_div dt >span {
    display: inline-block;
    text-align: justify;
    text-align-last: left;
    color: #000;
    padding-right: 6px;
    white-space: nowrap;
    flex: 0 0 auto;
}
.zhanshi_main .nr_div em {
    font-style: normal;
    display: inline-block;
    padding-left: 8px;
    color: #8c2988;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1 1 auto;
}

li .info_div{
	width:446px;
	height: 123px;
	background: #f16f95;
	padding: 10px;
	box-sizing: border-box;
	border-top-right-radius: 40px;
	border-top-left-radius: 130px;
	border-bottom-left-radius: 130px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	box-shadow: 0px 10px 10px -10px #783c4d;
}
.phb_num.phb_num{
	position: absolute;
	right: 0;
	bottom: 0;
	width: clamp(38px, 6vw, 50px);
	height: clamp(38px, 6vw, 50px);
	font-size: clamp(22px, 4vw, 42px);
	line-height: 1;
	font-family: 'FZYUEJTK', sans-serif;
    font-family: 'FZYUEJTK';
    top: -12px;
    right: 0;
}
.phb_num span{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 0;
    text-align: center;
}
.jrtj_list_row li:nth-child(1) .index_phb span.button {
    color: hsl(39, 100%, 30%) !important;
    background-color: hsl(39, 100%, 50%)!important;
	    -webkit-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ 
 hsl(39, 100%, 40%) 0 .1em 3px, hsl(39, 100%, 30%) 0 .3em 1px, /* color border */
 rgba(0,0,0,0.2) 0 .5em 5px!important;
    -moz-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ 
 hsl(39, 100%, 40%) 0 .1em 3px, hsl(39, 100%, 30%) 0 .3em 1px, /* color border */
 rgba(0,0,0,0.2) 0 .5em 5px!important;
    box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ 
 hsl(39, 100%, 40%) 0 .1em 3px, hsl(39, 100%, 30%) 0 .3em 1px, /* color border */
 rgba(0,0,0,0.2) 0 .5em 5px!important;
}
.jrtj_list_row li:nth-child(2) .index_phb span.button{
	color: 				hsl(208, 50%, 40%) !important;
	background-color: 	hsl(208, 100%, 75%)!important;
	
	-webkit-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ 
							hsl(208, 50%, 55%) 0 .1em 3px, hsl(208, 50%, 40%) 0 .3em 1px, /* color border */
							rgba(0,0,0,0.2) 0 .5em 5px!important;	/* drop shadow */
	-moz-box-shadow: 	inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ 
							hsl(208, 50%, 55%) 0 .1em 3px, hsl(208, 50%, 40%) 0 .3em 1px, /* color border */
							rgba(0,0,0,0.2) 0 .5em 5px!important;	/* drop shadow */
	box-shadow: 		inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ 
							hsl(208, 50%, 55%) 0 .1em 3px, hsl(208, 50%, 40%) 0 .3em 1px, /* color border */
							rgba(0,0,0,0.2) 0 .5em 5px!important;	/* drop shadow */
}
.jrtj_list_row li:nth-child(3) .index_phb span.button{
	color: 				hsl(88, 70%, 30%) !important;
	background-color: 	hsl(88, 70%, 60%) !important;
	-webkit-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ 
							hsl(88, 70%, 40%) 0 .1em 3px, hsl(88, 70%, 30%) 0 .3em 1px, /* color border */
							rgba(0,0,0,0.2) 0 .5em 5px!important; /* drop shadow */
	-moz-box-shadow: 	inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ 
							hsl(88, 70%, 40%) 0 .1em 3px, hsl(88, 70%, 30%) 0 .3em 1px, /* color border */
							rgba(0,0,0,0.2) 0 .5em 5px!important; /* drop shadow */
	box-shadow:		 	inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ 
							hsl(88, 70%, 40%) 0 .1em 3px, hsl(88, 70%, 30%) 0 .3em 1px, /* color border */
							rgba(0,0,0,0.2) 0 .5em 5px!important; /* drop shadow */
}
.jrtj_list_row li:nth-child(n+10) .index_phb span.button{
	font-size: 24px!important;
	padding-left: 0!important;
}
.button.small{
	font-size: 34px!important;
	padding-left: 0!important;
}
.button.small{
	font-size: 34px!important;
	padding-left: 0!important;
}

.info_div .user_pic{
	width:95px;
	height: 95px;
	border: 4px solid #fff;
	border-radius: 108px;
	overflow: hidden;
	float: left;
    margin-top: 3px;
}
.info_div .user_name{
	width:320px;
	height: 123px;
	/* overflow: hidden; */
	float: left;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	padding-left: 20px;
	padding-top: 10px;
	box-sizing: border-box;
	position: relative;
}
.info_div .user_name span{
	display: block;
	height: 55px;
	font-size: 36px;
	line-height: 55px;
    font-weight: 600;
}
.detail li .info_div .user_name span{
	display: block;
	height: 55px;
	font-size: 36px;
	line-height: 40px;
}
.detail li .info_div .user_name span.num {
    display: inline-block;
    font-size: 24px;
    font-family: 'AVANTI';
    letter-spacing: 2px;
	font-weight: 600;
}
.user_name > span.pingfen{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 30px;
	text-align: right;
}
.pingfen em{
	font-style: normal;
	display: inline-block;
	padding-right: 10px;
	font-size: 30px!important;
    font-family: "FZYUEJTK";
    font-weight: 600;
}

.de_pingfen{
	position: absolute!important;
	left: 4px;
	bottom: 10px;
	font-size: 30px!important;
	text-align: center!important;
	width:130px!important;
	height: 45px!important;
	z-index: 99;
	padding-left: 0!important;
	padding-right: 0!important;
	line-height: 45px!important;
	letter-spacing: 6px;
	font-weight: 800;
	cursor: pointer;
	display: none!important;
}
.ph_pingfen{	
	display: block;
	position: absolute!important;
	left: 0;
	bottom: 0;
	font-size: 30px!important;
	text-align: right;
	width:130px!important;
	height: 45px!important;
	z-index: 99;
	font-family: 'Microsoft JhengHei'!important;
	/* padding-left: 20px!important; */
	padding-right: 0!important;
	line-height: 50px!important;
    text-align: left!important;
}
.ph_pingfen em{
	font-style: normal;
	display: inline-block;
	padding-right: 5px;
	font-size: 36px;
    font-family: "AVANTI";
    font-weight: 600;
}

.d_yaoyueta{	
	display: block;
	position: absolute!important;
	right: 0;
	top: 0;
	font-size: 30px!important;
	text-align: center!important;
	width:130px!important;
	height: 45px!important;
	z-index: 99;
	padding-left: 0!important;
	padding-right: 0!important;
	line-height: 45px!important;
	letter-spacing: 6px;
	font-weight: 800;
	cursor: pointer;
}
.d_yaoyueta a{
	text-decoration: none;
	color: hsl(340, 100%, 30%) !important;
}
li .tool_bar{
	width:149px;
	height: 425px;
	background: #c27abf;
	position: absolute;
	top: 0;
	right: 0;
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
	box-sizing: border-box;
	padding-top: 143px;
}
li .tool_bar.index-search{
    width:70%;
}
li .tool_bar span{
	display: block;
	width:100%;
	height: 95px;
}
li .tool_bar p{
	display: block;
	width:100%;
	height: 40px;
	text-align: center;
    font-family: "AVANTI";
    font-weight: 600;
	font-size: 20px;
	line-height: 120px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	color: #783c4d;
}
.detail li .tool_bar span{
	cursor: pointer;
}
.detail li .tool_bar p{
    font-weight: 500;
}
li .tool_bar span:nth-child(1){
	background: url("../images/i_zan.png")top center no-repeat;
	background-size: 30%;
}
li .tool_bar span:nth-child(1).ssjf{
    color: #fff;
    width: 400px;
    line-height: 100px;
    font-weight: 600;
    position: absolute;
    right: 330px;
    top: 0;
    font-size: 24px;
    text-shadow: 2px 0 black;
    background: url(../images/yyt.png)left center no-repeat;
    background-size: 10%;
    padding-left: 50px;
}
li .tool_bar span:nth-child(2){
	background:url("../images/i_sc.png")top center no-repeat;
	background-size: 30%;
}
li .tool_bar span:nth-child(3){
	background: url("../images/i_pl.png")top center no-repeat;
	background-size: 30%;
}
li .tool_bar span.yaofenxiang{
	background: url("../images/yaofenxiang.png")top center no-repeat;
	background-size: 30%;
}
li .tool_bar span.yaoshoucang{
	background:url("../images/i_sc.png")top center no-repeat;
	background-size: 30%;
}
li .tool_bar span.post_zan{
	background: url("../images/i_zan.png")top center no-repeat;
	background-size: 30%;
}
span.post_zan em{
	font-style: normal;
	color: #fff;
}
.jrtj_img_div{
	width:100%;
	height: 100%;
	position: relative;
}
.jrtj_row01{
	width:100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding: 40px 25px 20px 25px;
}
.jrtj_row01 ul, .jrtj_row01 li{
	list-style: none;
	padding: 0;
	margin: 0;
}
.jrtj_row01 ul{
	width:100%;
	height: auto;
	overflow: hidden;
	padding-top: 60px;
}
.jrtj_row01 li{
	box-sizing: border-box;
	padding: 15px;
	display: block;
	float: left;
    width: calc(100%/2 - 12.5px);
    height: 300px;
    border-radius: 40px;
    margin-right: 25px;
	margin-bottom: 25px;
/*	background-image: linear-gradient(to right, #90e2f7 , #08c0ef);*/
	position: relative;
	background: #fff;
}

.jrtj_row01 li:nth-child(2n){
	margin-right: 0;
}
.jrtj_row01 li .img_div{
	width:42%;
	height: 100%;
	float: left;
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}
.jrtj_row01 li .img_div .jianlue{
	width:100%;
	height: 45px;
	border-bottom-left-radius: 10px;
	background-color: rgba(18,130,165,.7);
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 45px;
	letter-spacing: 10px;
}
.jrtj_row01 li .nr_div{
	width:58%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	padding-left: 12px;
}
.nr_div dl, .nr_div dt{
	padding: 0;
	margin: 0;
}
.nr_div dt{
	width:100%;
	height: 28px;
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
}
.nr_div dl{
    display: flex;
    flex-wrap: wrap;
}
.jrtj_row01 .nr_div dt >span {
    display: inline-block;
    width: 50px;
    text-align: justify;
    text-align-last: justify;
    color: #000;
	padding-right: 6px;
}
.jrtj_row01 li .nr_div em{
	font-style: normal;
	display: inline-block;
	padding-left: 8px;
    color: #444;
}
.nr_div dt >em.num {
    font-family: "AVANTI";
    font-weight: 600;
	letter-spacing: 1px;
}
.nr_div dt >em {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1 1 auto;
}
.nr_div dt >em.price {
    font-family: "AVANTI";
    font-weight: 600;
	color: #f90;
	letter-spacing: 1px;
}
.nr_div dt >em.price.price--orig {
    color: #ef4444;
    text-decoration: line-through;
}
.nr_div dt >em.price.price--curr {
    color: #16a34a;
    font-weight: 700;
}
.jrtj_row01 li .pingfen{
	font-size: 24px;
    font-family: "Microsoft JhengHei";
	position: absolute;
	top: 6px;
	right: 4%;
/*    text-shadow: 0px 0px 6px #02445d, 0px 0px 8px #02445d; */
    color: #1183a5;
}
.pingfen span{
	display: inline-block;
	font-size: 36px;
	font-family: "AVANTI";
    font-weight: 600;
	padding-right: 4px;
	letter-spacing: 1px;
}
.ppiicc{
	width:100%;
	height: 100%;
	object-fit:cover;
}
.icon_tool{
	position: absolute;
	right: 10px;
	bottom: 6px;
	width:240px;
	height: 35px;
}
.icon_tool span{
	display: block;
	width:80px;
	height: 50px;
	padding-left: 40px;
	float: left;
	box-sizing: border-box;
}
.icon_tool p{
	display: block;
	width:100%;
	padding: 0;
	margin: 0;
	color: #666;
	font-family: "AVANTI";
	font-size: 16px;
	line-height: 30px;
}
.icon_tool span.i_zan{
	background: url(../images/i_zan.png) no-repeat;
	background-size: 30%;
	font-size: 0;
	background-position: 10px 0px;
}
.icon_tool span.i_sc{
	background: url(../images/i_sc.png) no-repeat;
	background-size: 30%;
	font-size: 0;
	background-position: 10px 0px;
}
.icon_tool span.i_pl{
	background: url(../images/i_pl.png) no-repeat;
	background-size: 27%;
	font-size: 0;
	background-position: 10px 3px;
}

/*排行榜*/
.phb_banner{
    width: 100%;
    height: 640px;
    background: #c179bf url(../images/phb_bg.jpg)top center no-repeat;
    background-size: contain;
    box-sizing: border-box;
    overflow: hidden;
}
.phb_banner.yhzq{
    background: #c179bf url(../images/new_bg.jpg)top center no-repeat;
    background-size: contain;
}
.new_banner{
    width: 100%;
    height: 640px;
    background: #c179bf url(../images/new_bg.jpg)top center no-repeat;
    background-size: contain;
    box-sizing: border-box;
    overflow: hidden;
}
.list_banner{
    width: 100%;
    height: 680px;
    background: #c179bf url(../images/list_bg.jpg)top center no-repeat;
    background-size: contain;
    box-sizing: border-box;
    overflow: hidden;
}
.search_banner{
    width: 100%;
    height: 640px;
    background: #c179bf url(../images/search_bg.jpg)top center no-repeat;
    background-size: contain;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
/* 搜尋結果頁：排序列於 #resultsCount 之後；結果區允許下拉溢出 */
.main_div-search-results .search-result {
    overflow: visible;
}
.main_div-search-results .top_button .sort-filter .select-wrapper {
    min-width: 100px;
    max-width: min(280px, calc(100vw - 130px));
    position: relative;
    z-index: 30;
}
.main_div-search-results .top_button .sort-filter .custom-select-placeholder {
    overflow: visible;
    text-overflow: clip;
    white-space: nowrap;
    min-width: max-content;
    flex: 0 1 auto;
}
.main_div-search-results .select-dropdown {
    width: max-content;
    min-width: 100%;
    max-width: min(92vw, 340px);
    box-sizing: border-box;
    z-index: 40;
}
.main_div-search-results .select-dropdown.show {
    max-height: min(60vh, 320px);
    overflow-y: auto;
    overflow-x: visible;
}
.main_div-search-results .select-option {
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
}
/* 搜尋結果主區預設 overflow:hidden 會裁切排序下拉，此頁改為可溢出顯示 */
.main_div.main_div-search-results {
    overflow: visible;
}
.phb_text{
	width: 100%;
	height: 120px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 145px;
	padding-top: 40px;
	font-family: "FZCUJINLFW";
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	text-shadow: -2px -2px 0 #9d0810, 2px -2px 0 #f35d69, -2px 2px 0 #9d0810, 2px 2px 0 #f35d69, 0px 3px 3px #9d0810;
}
.search_text{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-size: 66px;
    color: #fff;
    white-space: nowrap;
    line-height: 86px;
    font-family: 'FZYUEJTK';
    font-weight: 500;
	text-align: right;
	text-shadow: -3px 3px 6px #5c3a6b;
	padding-right: 60px;
	padding-top: 30px;
}
.phb_menu{
	width:100%;
	height: 380px;
	font-size: 68px;
	color: #fff;
    font-family: 'FZYUEJTK';
	text-shadow: -2px -3px 0 #666;
}
.phb_title_01{
	display: block;
    width: 350px;
    font-size: 100px;
    color: #775e06;
    font-weight: 800;
    line-height: 100px;
    text-shadow: -3px -3px 0 #f5e57a, 3px -3px 0 #f5e57a, -3px 3px 0 #f5e57a, 3px 3px 0 #f5e57a, 0px 5px 5px #ad8a10;
    -webkit-text-stroke: 2px #fff;
    margin-top: 120px;
    margin-left: 40px;
}
.phb_title_02{
	width: 350px;
	height: 100px;
	margin: 0 auto;
	box-sizing: border-box;
	font-size: 20px;
	text-align: left;
	line-height: 32px;
	color: #775e06;
	padding-left: 40px;
	float: left;
	padding-top: 40px;
}

.index_phb_row{
	width: calc(100% - 50px);
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.index_phb_row ul, .index_phb_row li{
	padding: 0;
	margin: 0;
	list-style: none;
}
.index_phb_row ul{
	width:100%;
	height: auto;
	overflow: hidden;
}
.index_phb_row li{
	box-sizing: border-box;
	padding: 15px;
	display: block;
	float: left;
    width: calc(100%/3 - 7px);
    height: 410px;
    border-radius: 20px;
    margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	background: #fff;
}
.index_phb_row li .jianlue{
	letter-spacing: 10px;
}
.index_phb_row li:nth-child(1){
	box-sizing: border-box;
	padding: 10px;
	display: block;
	float: left;
    width: 30%;
    height: 580px;
    border-radius: 20px;
    margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	background: #fadcb5;
}
.index_phb_row li:nth-child(1) .img_div{
    width: 100%;
    height: 63%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.index_phb_row li:nth-child(1) .nr_div{
    width: 100%;
    height: 37%;
	position: relative;
	overflow: hidden;
}
.index_phb_row .nr_div dl, .index_phb_row .nr_div dt{
	padding: 0;
	margin: 0;
}
.index_phb_row .nr_div dl{
	padding-top: 15px;
	padding-left: 10px;
}
.index_phb_row .nr_div dt {
    width: 50%;
    height: 20px;
	font-size: 14px;
}
.index_phb_row .nr_div dt.long {
    width: 100%;
}
.index_phb_row .nr_div dt >span {
    display: inline-block;
    width: 50px;
    text-align: justify;
    text-align-last: justify;
    color: #000;
    padding-right: 6px;
}
.index_phb_row li .nr_div em {
    font-style: normal;
    display: inline-block;
    padding-left: 8px;
    color: #444;
}

.index_phb_row li:nth-child(1) .pingfen {
	width:180px;
	height: 65px;
    font-size: 30px;
    font-family: "Microsoft JhengHei";
    position: absolute;
    top:10px;
    left: 18px;
    color: #fff;
    z-index: 9;
	background: url("../images/lable_1.png")center no-repeat;
	background-size: cover;
	text-align: center;
	line-height: 65px;
}
.index_phb_row li:nth-child(1) .jianlue{
	width:100%;
	height: 45px;
	background-color: rgba(240,165,70,.8);
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 45px;

}
.index_phb_row li:nth-child(1) .lable{
	width: 48px;
	height: 48px;
	border-radius: 60px;
	border: 6px solid #f9e9d5;
	background-image: linear-gradient(to right, #fdcf89 , #f1a746);
	position: absolute;
	top: 5%;
	right: 0;
	font-size: 36px;
	color: #fff;
	text-align: center;
	line-height: 48px;
	font-weight: 800;
}
.index_phb_row li:nth-child(n+2) .img_div{
    width: 35%;
    height: 100%;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	float: left;
}
.index_phb_row li:nth-child(n+2) .jianlue{
	width:100%;
	height: 35px;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 35px;
}
.index_phb_row li:nth-child(n+2) .nr_div{
    width: 65%;
    height: 100%;
	position: relative;
	float: left;
}
.index_phb_row li:nth-child(n+2) p {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #666;
    font-family: "AVANTI";
    font-size: 13px;
    line-height: 38px;
}
.index_phb_row li:nth-child(n+2) .pingfen {
	width:90px;
	height: 43px;
    font-size: 18px;
    font-family: "Microsoft JhengHei";
    position: absolute;
    top: 4px;
    left: 8px;
    color: #fff;
    z-index: 9;
    background: url(../images/lable_4.png)center no-repeat;
    background-size: contain;
    text-align: center;
	line-height: 43px;
}
.index_phb_row li:nth-child(n+2) .lable {
    width: 45px;
    height: 45px;
    border-radius: 60px;
    border: 4px solid #e8f1f9;
    background-image: linear-gradient(to right, #d3e6f9 , #b5d5f5);
    position: absolute;
    top:0;
    right: 0;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-weight: 800;
}
.index_phb_row li:nth-child(2) .pingfen {
	width:90px;
	height: 43px;
    font-size: 18px;
    font-family: "Microsoft JhengHei";
    position: absolute;
    top: 10px;
    left: 8px;
    color: #fff;
    z-index: 9;
    background: url(../images/lable_2.png)center no-repeat;
    background-size: contain;
    text-align: center;
	line-height: 43px;
}
.index_phb_row li:nth-child(2) .jianlue{
	width:100%;
	height: 45px;
	background-color: rgba(255,110,165,.8);
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 45px;

}
.index_phb_row li:nth-child(3) .pingfen {
	width:90px;
	height: 43px;
    font-size: 16px;
    font-family: "Microsoft JhengHei";
    position: absolute;
    top: 10px;
    left: 8px;
    color: #fff;
    z-index: 9;
    background: url(../images/lable_3.png)center no-repeat;
    background-size: contain;
    text-align: center;
	line-height: 43px
}
.index_phb_row li:nth-child(n+2) .pingfen span {
	font-size: 24px;
}
.index_phb_row li:nth-child(n+2) .nr_div dl{
	padding-top: 0;
	padding-left: 10px;
}
.index_phb_row li:nth-child(n+2) .nr_div dt {
    width: 50%;
    height: 18px;
	font-size: 12px;
}
.index_phb_row li:nth-child(n+2) .nr_div dt.long {
    width: 100%;
}

.index_phb_row li:nth-child(2) .lable{
	width: 45px;
	height: 45px;
	border-radius: 60px;
	border: 4px solid #fdd4e5;
	background-image: linear-gradient(to right, #faafcc , #fe70a8);
	position: absolute;
	top: 0;
	right: 0;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 45px;
	font-weight: 800;
}
.index_phb_row li:nth-child(3) .lable{
	width: 45px;
	height: 45px;
	border-radius: 60px;
	border: 4px solid #dad9f9;
	background-image: linear-gradient(to right, #d7c3f8 , #6d68ff);
	position: absolute;
	bottom: 30%;
	right: 0;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 45px;
	font-weight: 800;
}
.index_phb_row li:nth-child(3) .jianlue{
	width:100%;
	height: 45px;
	background-color: rgba(110,105,255,.8);
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 45px;

}
.index_phb_row li:nth-child(n+2){
	box-sizing: border-box;
	padding: 10px;
	display: block;
	float: left;
	width: calc(70%/2 - 11px);
    height: 186.6666px;
    border-radius: 20px;
    margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	background: #fff;
}
.index_phb_row li:nth-child(2){
	background: #ffe4ef;
}
.index_phb_row li:nth-child(3){
	background: #e4e3ff;
}
.index_phb_row li:nth-child(8){
	width: 30%;
	clear: both;
}
.index_phb_row li:nth-child(9){
	width: calc(70%/2 - 11px);
}
.index_phb_row li:nth-child(10){
	width: calc(70%/2 - 11px);
}

.index_phb_row li:nth-child(3){
	margin-right: 0;
}
.index_phb_row li:nth-child(5){
	margin-right: 0;
}
.index_phb_row li:nth-child(7){
	margin-right: 0;
}
.index_phb_row li:nth-child(10){
	margin-right: 0;
}
.index_phb_row li .icon_tool {
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 100%;
    height: 35px;
}
.index_phb_row li .icon_tool span {
    display: block;
    width: 80px;
    height: 50px;
    padding-left: 33px;
    float: left;
    box-sizing: border-box;
}
.index_phb_row li p {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #bf5007;
    font-family: "AVANTI";
    font-size: 16px;
    line-height: 30px;
}

.index_phb_row li:nth-child(1) .i_zan {
    background: url(../images/i_zan_1.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 3px;
}
.index_phb_row li:nth-child(1) .i_sc {
    background: url(../images/i_sc_1.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 3px;
}
.index_phb_row li:nth-child(1) .i_pl {
    background: url(../images/i_pl_1.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 3px;
}

.index_phb_row li:nth-child(n+2) .icon_tool{
    position: absolute;
    left: 35%;
    bottom: 0;
    width: 65%;
    height: 35px;
}
.index_phb_row li:nth-child(n+2) .icon_tool span {
    display: block;
    width: 33.3333%;
    height: 30px;
    padding-left: 32px;
    float: left;
    box-sizing: border-box;
}

.index_phb_row li:nth-child(n+2) .i_zan {
    background: url(../images/i_zan.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(n+2) .i_sc {
    background: url(../images/i_sc.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(n+2) .i_pl {
    background: url(../images/i_pl.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(2) .i_zan {
    background: url(../images/i_zan_2.png) no-repeat;
	background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(2) .i_sc {
    background: url(../images/i_sc_2.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(2) .i_pl {
    background: url(../images/i_pl_2.png) no-repeat;
	background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(3) .i_zan {
    background: url(../images/i_zan_3.png) no-repeat;
	background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(3) .i_sc {
    background: url(../images/i_sc_3.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(3) .i_pl {
    background: url(../images/i_pl_3.png) no-repeat;
	background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(2) p {
    color: #9f2052;
}
.index_phb_row li:nth-child(3) p {
    color: #34309b;
}

.index_phb_more{
 	width:100%; 
	color: #fff;
	text-align: center;
	font-size: 24px; 
	font-weight: bold;
	margin: 0 auto;
	margin-bottom: 40px;
}
.index_phb_more a{
	text-decoration: none;
	color:#000;
	border: 0;
	outline: 0;
}
.index_phb_more:before,.index_phb_more:after{
	content: "";
	width: 25%;
	border-top: 3px #c27abf solid; 
	display: inline-block; 
	border-radius:2px;
    vertical-align: middle;
}
.index_phb_more:before{margin-right: 15px;}
.index_phb_more:after{margin-left: 15px;}
.jrtj_title span.dingdian_title{
	font-size: 50px;
    font-family: 'FZYUEJTK';
	font-weight: 500;
	margin-top: 135px;
    margin-right: 155px;
}
.jrtj_title02 span.dingdian_title{
	font-size: 50px;
    font-family: 'FZYUEJTK';
	font-weight: 500;
	margin-top: 135px;
    margin-right: 155px;
}
.dingdian_title_row{
	width:100%;
	height: 260px;
	background:#f3f4f3 url("../images/dingdian_bg.jpg")bottom no-repeat;
	padding-top: 50px;
}
.waiyue_title_row{
	width:100%;
	height: 260px;
	background:#f3f4f3 url("../images/waiyue_bg.jpg")bottom no-repeat;
	padding-top: 50px;
}

.jrtj_row01.dd_bg{
	width:100%;
	height: auto;
	overflow: hidden;
	background: #f3f4f3 url("../images/dingdian_bg.jpg") top center no-repeat;
	background-size: contain;
	padding-top: 45px;
	padding-bottom: 50px;
}
.jrtj_row01.wy_bg{
	width:100%;
	height: auto;
	overflow: hidden;
	background: #f3f4f3 url("../images/waiyue_bg.jpg") top center no-repeat;
	background-size: contain;
	padding-top: 45px;
	padding-bottom: 0;
}
.last_maggin{
	width:100%;
	height: 0;
	display: none;
}
/* ========== 底部導航樣式（來自 moban-1，moban_8 使用） ========== */
footer {
    width: 100%;
    max-width: 860px;
    height: 186px;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 0;
    overflow: hidden;
}
.footer a {
    display: block;
    width: 20%;
    height: 100%;
    position: relative;
    float: left;
	text-decoration: none;
	cursor: pointer;
}
.footer p{
	display: block;
	width: 100%;
	height: auto;
	font-size: 24px;
	color: #ccbdcb;
	text-align: center;
	padding: 0;
	margin: 0;
    font-family: "Microsoft JhengHei";
	line-height: 1.2;
	font-weight: 600;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}
.footer .on p{
	color: #b33cae;
}
.footer a.home{
	background:  url("../images/home.png")top center no-repeat;		
	background-size: 40%;
	background-position: 50% 40%;
}
.footer a.home.on{
	background:  url("../images/home_on.png")top center no-repeat;		
	background-size: 40%;
	background-position: 50% 40%;
}
.footer a.new_caipin{
	background: url("../images/caipin.png") center no-repeat;		
	background-size: 40%;
	background-position: 50% 40%;
}
.footer a.new_caipin.on{
	background: url("../images/caipin_on.png") center no-repeat;		
	background-size: 40%;
	background-position: 50% 40%;
}
.footer a.kefu{
	background: url("../images/kefu.png") center no-repeat;		
	background-size: 40%;
	background-position: 50% 40%;
}
.footer a.kefu.on{
	background: url("../images/kefu_on.png") center no-repeat;		
	background-size: 40%;
	background-position: 50% 40%;
}
.footer a.phb{
	background: url("../images/phb.png") center no-repeat;		
	background-size: 40%;
	background-position: 50% 40%;
}
.footer a.phb.on{
	background: url("../images/phb_on.png") center no-repeat;		
	background-size: 40%;
	background-position: 50% 40%;
}

.footer a.u_center{
	background: url("../images/my.png") center no-repeat;		
	background-size: 40%;
	background-position: 50% 40%;
}
.footer a.u_center.on{
	background: url("../images/my_on.png") center no-repeat;		
	background-size: 40%;
	background-position: 50% 40%;
}
footer div {
    flex: 1;
    height: 100%;
    font-size: 18px;
    color: #666;
    padding-bottom: 16px;
}

footer div a {
    color: #666;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    text-align: center;
}

.foot-home {
    background: url(../images/i-home.png) center no-repeat;
    background-size: 30px 30px;
    background-position-y: 10px;
}

.foot-home.active {
    background: url(../images/i-home-on.png) center no-repeat;
    background-size: 30px 30px;
    background-position-y: 10px;
    color: #f90;
    font-weight: bold;
}

.foot-home.active a {
    color: #f90;
}

.foot-home a:hover {
    background: url(../images/i-home-on.png) center no-repeat;
    background-size: 30px 30px;
    background-position-y: 10px;
    color: #f90;
    font-weight: bold;
}

.foot-phb {
    background: url(../images/i-phb.png) center no-repeat;
    background-size: 30px 30px;
    background-position-y: 10px;
}

.foot-phb.active {
    background: url(../images/i-phb-on.png) center no-repeat;
    background-size: 30px 30px;
    background-position-y: 10px;
}

.foot-phb.active a {
    color: #f90;
}

.foot-phb a:hover {
    background: url(../images/i-phb-on.png) center no-repeat;
    background-size: 30px 30px;
    background-position-y: 10px;
    color: #f90;
    font-weight: bold;
}

.foot-kf {
    background: url(../images/i-kefu.png) center no-repeat;
    background-size: 30px 30px;
    background-position-y: 10px;
}

.foot-kf.active {
    background: url(../images/i-kefu-on.png) center no-repeat;
    background-size: 30px 30px;
    background-position-y: 10px;
    color: #f90;
    font-weight: bold;
}

.foot-kf.active a {
    color: #f90;
}

.foot-kf a:hover {
    background: url(../images/i-kefu-on.png) center no-repeat;
    background-size: 30px 30px;
    background-position-y: 10px;
    color: #f90;
    font-weight: bold;
}

.foot-new {
    background: url(../images/i-new.png) center no-repeat;
    background-size: 30px 30px;
    background-position-y: 10px;
}

.foot-new.active {
    background: url(../images/i-new-on.png) center no-repeat;
    background-size: 30px 30px;
    background-position-y: 10px;
    color: #f90;
    font-weight: bold;
}

.foot-new.active a {
    color: #f90;
}

.foot-new a:hover {
    background: url(../images/i-new-on.png) center no-repeat;
    background-size: 30px 30px;
    background-position-y: 10px;
    color: #f90;
    font-weight: bold;
}

.foot-uc {
    background: url(../images/i-uc.png) center no-repeat;
    background-size: 30px 30px;
    background-position-y: 10px;
}

.foot-uc.active {
    background: url(../images/i-uc-on.png) center no-repeat;
    background-size: 30px 30px;
    background-position-y: 10px;
    color: #f90;
    font-weight: bold;
}

.foot-uc.active a {
    color: #f90;
}

.foot-uc a:hover {
    background: url(../images/i-uc-on.png) center no-repeat;
    background-size: 30px 30px;
    background-position-y: 10px;
    color: #f90;
    font-weight: bold;
}
/* ========== 底部導航樣式結束 ========== */
.tbj{
	display: none;
}
/*排行榜頁*/
.phb_header{
	width:100%;
	height:180px;
	padding-top: 40px;
	padding-right: 40px;
	box-sizing: border-box;
	background: #1183a5;
}
.detail_back{
	width:100%;
	height: 100%;
	float: left;
	cursor: pointer;
}
.detail_back span{
	display: block;
	width:100%;
	height: 100%;
	background: url("../images/arrow_left.png") no-repeat;
	background-size: 30%;
	background-position: 50% 20%;
}
.phb_header .index-search{
	width:80%;
	float: right;
}
.area_div_row.phb_area{
	background: #0c96bf;
	padding-top: 0;
	padding-bottom: 50px;
}
.area_div_row.phb_area .area_div{
	padding-top: 60px;
	padding-bottom: 30px;
	display: none;
	border-top: 1px solid #50e0f5;
}
.dqwz_div{
	width:100%;
	height: auto;
	overflow: hidden;
    background-image: linear-gradient(#c179bf 15%, #fee0d5);
}

.dqwz{
	width:90%;
	height: 128px;
	margin: 0 auto;
	line-height: 128px;
	font-size: 32px;
	color: #fff;
	padding-left: 20px;
	box-sizing: border-box;
}
.dqwz.list_dqwz{
	width:100%;
	padding-left: 20px;
}
.dqwz span{
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	height: 40px;
	background-color: rgba(255,255,255,.3);
	border-radius: 40px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	margin-left: 60px;
	cursor: pointer;
}
.dqwz.list_dqwz span {
    margin-left: 10px;
}

.phb_row{
	width:100%;
	height: 300px;
    background-image: linear-gradient(#1183a5 , #fff);
}
.phb_main_fl{
	width:100%;
	height: auto;
	min-height: 1400px;
	overflow: hidden;
	background:#f4f4f4 url("../images/ss_phb.jpg") top center no-repeat;
	padding-top: 140px;
	margin-top: -140px;
}
.new_main_fl{
	width:100%;
	height: auto;
	min-height: 1400px;
	overflow: hidden;
	background:#f4f4f4 url("../images/new_header.jpg") top center no-repeat;
	padding-top: 140px;
	margin-top: -140px;
}
.list_main_fl{
	width:100%;
	height: auto;
	min-height: 1400px;
	overflow: hidden;
	background:#f4f4f4 url("../images/list_header.jpg") top center no-repeat;
	padding-top: 140px;
	margin-top: -140px;
}
.search_main_fl{
	width:100%;
	height: auto;
	min-height: 1400px;
	overflow: hidden;
	background:#f4f4f4 url("../images/search_phb.jpg") top center no-repeat;
	padding-top: 140px;
	margin-top: -90px;
}
.detail_main_fl{
	width:100%;
	height: auto;
	min-height: 1400px;
	overflow: hidden;
	background:#f4f4f4 url("../images/detail_bg.jpg") top center no-repeat;
	padding-top: 95px;
	margin-top: -90px
}
.detail_main_div{
	width:65%;
	height: 488px;
	padding: 40px;
	box-sizing: border-box;
}
.detail_main{
	width:100%;
	height: 100%;
	background-color: rgba(255,255,255,.7);
	border-radius: 15px;
}
.detail_main_left{
	width:47%;
	height: 100%;
	box-sizing: border-box;
	padding: 15px;
	position: relative;
	float: left;
}
.detail_main_left img{
	border-radius: 0;
}
.detail_main_left .jianlue{
	position: absolute;
	left: 15px;
	bottom: 15px;
	z-index: 9;
	width: calc(100% - 30px);
	height: 50px;
	background-color: rgba(10,150,190,.8);
	text-align: center;
	line-height: 50px;
	font-size:30px;
	letter-spacing: 10px;
}
.detail_main_left .jianlue a{
	display: block;
	width:100%;
	height: 100%;
	text-decoration: none;
	color: #fff;
}
.detail_main_right{
	width:58%;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	float: left;
	
}
.detail_main_right .c_name{
	width:100%;
	height: 50px;
	font-size: 48px;
	font-weight: bolder;
	margin-bottom: 10px;
}
.detail_main_right .c_neirong{
	width:100%;
	height: 300px;
	box-sizing: border-box;
	padding-left: 20px;
	padding-top: 45px;
}
.detail_main_right dl, .detail_main_right dt{
	margin: 0;
	padding: 0;
}

.detail_main_right dt{
	width:50%;
	height: 38px;
	float: left;
	line-height: 30px;
	font-size: 16px;
}
.detail_main_right dt.long{
	width:100%;
}
.detail_main_right dt >span {
    display: inline-block;
	width: 70px;
    text-align: justify;
    text-align-last: justify;
    color: #000;
    padding-right: 6px;
}
.detail_main_right dt em{
	display: inline-block;
	padding-left: 6px;
	color: #ac4db3;
	font-style: normal;
}
.detail_main_right dt >em.price {
    font-family: "AVANTI";
    font-weight: 600;
    color: #f758a6;
}
.detail_main_right .icon_tool{
	width:100%;
	height: 70px;
	padding-left: 15px;
	box-sizing: border-box;
}
.detail_main_right .icon_tool span{
	display: block;
	width:33.3%;
	height: 100%;
	padding-left: 0;
	cursor: pointer;
}
.detail_main_right .icon_tool p{
	display: block;
	width:100%;
	height: 100%;
	line-height: 100px;
	color: #000;
	font-size: 16px;
	padding: 0;
	margin: 0;
}
.detail_main_right .icon_tool span.yaofenxiang{
	background: url("../images/fenxiang.png")no-repeat;
	background-position: 2px 3px;
	background-size: 30%;
}
.detail_main_right .icon_tool span.yaoshoucang{
	background: url("../images/shoucang.png")no-repeat;
	background-position: 2px 3px;
	background-size: 30%;
}
.detail_main_right .icon_tool span.zan{
	background: url("../images/dianzan.png")no-repeat;
	background-position: 2px 3px;
	background-size: 30%;
}
.detail_main_right .icon_tool .zan-number{
	font-style: normal;
	font-family: "AVANTI";
    font-weight: 600;
}
.detail_tab_iconbar{
	width:100%;
	height: 125px;
	background: #fddae0;
}
.detail_tab_iconbar ul, .detail_tab_iconbar li{
	list-style: none;
	padding: 0;
	margin: 0;
}
.detail_tab_iconbar ul{
	width:100%;
	height: 100%;
	padding-top: 40px;
	box-sizing: border-box;
}
.detail_tab_iconbar li{
	width:auto;
	min-width:140px;
	padding-left: 16px;
	padding-right: 16px;
	height: 100%;
	float: left;
	text-align: center;
	color: #ddd;
	line-height: 40px;
	font-size: 18px;
	cursor: pointer;
	margin-left: 30px;
}
.button.d_glossy:after{
	content: 	"";
	position: 	absolute;
	width: 		84%;
	height: 	70%;
	top: 		6px;
	left: 		8%;
	/* -webkit-border-radius: 	.5em .5em 1em 1em / .5em .5em 2em 2em; */
	-moz-border-radius: 	.5em .5em 1em 1em / .5em .5em 1em 1em;
	border-radius: 			.5em .5em 1em 1em / .5em .5em 1em 1em;
	background-image: 		-webkit-gradient(linear, 0% 0, 100% 0, from( rgba(255,255,255,.65) ), to( rgba(255,255,255,.5) ),
    							color-stop(.7, rgba(255,255,255,0)), color-stop(.8, rgba(255,255,255,.2)) );
	background-image: 		-moz-linear-gradient(left, rgba(255,255,255,.75), rgba(255,255,255,0) 50%, rgba(255,255,255,0) 80%, rgba(255,255,255,.5) );
	background-image: 		gradient(linear, 0% 0, 100% 0, from( rgba(255,255,255,.75) ), to( rgba(255,255,255,.5) ),
    							color-stop(.5, rgba(255,255,255,0)), color-stop(.8, rgba(255,255,255,0)) );
}
#ziliao{
	height: 40px;
    border-top: none;
    border-radius: 5em;
	position: relative;
}
#ziliao p{
	display: block;
	width:100%;
	height: 100%;
	position: absolute;
	z-index: 20;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#ziliao.on{
    border-top: none;
    border-radius: 5em;
    color: hsl(340, 100%, 30%) !important;
    background-color: hsl(340, 100%, 75%);
    box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ hsl(340, 70%, 50%) 0 .1em 3px, hsl(340, 80%, 40%) 0 .3em 1px, /* color border */ rgba(0,0,0,0.2) 0 .5em 5px;
}
#pingfen{
	height: 40px;
    border-top: none;
    border-radius: 5em;
}
#pingfen p{
	display: block;
	width:100%;
	height: 100%;
	position: absolute;
	z-index: 20;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#pingfen.on{
    border-top: none;
    border-radius: 5em;
    color: hsl(340, 100%, 30%) !important;
    background-color: hsl(340, 100%, 75%);
    box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ hsl(340, 70%, 50%) 0 .1em 3px, hsl(340, 80%, 40%) 0 .3em 1px, /* color border */ rgba(0,0,0,0.2) 0 .5em 5px;
}
#pinglun{
	height: 40px;
    border-top: none;
    border-radius: 5em;
}
#pinglun p{
	display: block;
	width:100%;
	height: 100%;
	position: absolute;
	z-index: 20;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#pinglun.on{
    border-top: none;
    border-radius: 5em;
    color: hsl(340, 100%, 30%) !important;
    background-color: hsl(340, 100%, 75%);
    box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ hsl(340, 70%, 50%) 0 .1em 3px, hsl(340, 80%, 40%) 0 .3em 1px, /* color border */ rgba(0,0,0,0.2) 0 .5em 5px;
}
.de_con_tool{
	width:96%;
	height: auto;
	min-height: 149px;
	padding: 10px;
	padding-bottom: 3px;
	box-sizing: border-box;
    position: relative;
	background-color: #fff;
	margin: 0 auto;
	box-shadow: 1px 1px 3px rgba(150,100,145,0.2);
	margin-top: 30px;
	border-radius: 8px;
}


.shadow {
	position: relative;
	box-shadow: 0px 1px 4px rgba(150,100,145,0.3),
				0px 0px 20px rgba(150,100,145,0.1) inset;
}

.shadow::before,
.shadow::after {
   content:"";
   position:absolute;
   z-index:-1;
}

.shadow::before,
.shadow::after {
   content:"";
   position:absolute;
   z-index:-1;
   bottom:15px;
   left:10px;
   width:50%;
   height:20%;
}

.shadow::before,
.shadow::after {
   content:"";
   position:absolute;
   z-index:-1;
   bottom:15px;
   left:10px;
   width:50%;
   height:20%;
   box-shadow:0 15px 10px rgba(150,100,145, 0.7);
   transform:rotate(-3deg);
}

.shadow::after{
   right:10px;
   left:auto;
   transform:rotate(3deg);
 }
#thumbs ul ,#thumbs li{
	list-style: none;
	margin: 0;
	padding: 0;
}

#thumbs li {
    display: block;
    float: left;
    width: calc(100%/6 - 6px)!important;
    height: 128.25px;
    margin-bottom: calc(6px*6 /5);
    margin-right: calc(6px*6 /5);
	position: relative;
	border-radius: 8px;
	background: #f3b6c8;
	padding: 6px;
	box-sizing: border-box;
	cursor: pointer;
}
.play-button{
	position: absolute;
	z-index: 9;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width:50%;
	height: 50%;
	background: url("../images/play-button.png")center no-repeat;
	background-size: contain;
}
#thumbs li:nth-child(6n){
    margin-right:0;
}
#thumbs li img{
	border-radius: 6px;
}
.de_con ul, .de_con li{
	list-style: none;
	padding: 0;
	margin: 0;
}
.de_con ul{
	padding: 50px;
}
.de_con li{
	width:100%;
	height: 60px;
}
.de_con li span{
	display: block;
	float: left;
	color: #823f75;
	width: calc(100% - 130px);
}
.de_con li span.fwxm{
    width: 90px;
    text-align: justify;
    text-align-last: justify;
    padding-right: 10px;
    font-weight: 600;
	color: #000;
}
.d_tab {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: none;
	background-image: linear-gradient(#cd88c0 , #fee0d5);
	z-index: 0;
	position: relative;
}
.d_tab.on{
	display: block;
}
#box {
    margin: 0 auto;
    width: 90%;
    height: auto;
    overflow: hidden;
	padding-top: 20px;
	padding-bottom: 50px;
}

#myPoint {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 15px;
	overflow: hidden;
	padding-top: 0;
	border-bottom: #ddd 1px solid;
	height: 50px;
	margin-bottom: 40px;
	margin-top: 12px
}

#myPoint span {
	float: left;
	line-height: 64px;
	font-family: Tahoma;
}

#myPoint span big {
	font-weight: 700;
	font-size: 60px;
	color: #fff;
}

#myPoint span small {
	font-size: 30px;
	color: #fff;
}

#myPoint img {
	display: inline-block;
	margin-left: 20px;
	margin-top: 20px
}

#myPoint em {
	margin-left: 10px;
	margin-top: -10px;
	font-weight: 700;
	font-size: 40px;
	font-style: normal;
}
#doPoint{
	width:50%;
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
	overflow: hidden;
}
#doPoint strong {
	font-size: 15px;
	color: #000;
	font-weight: 700;
}

#doPoint span {
	display: block;
	background: url(../images/star_small.png) no-repeat 2px 0;
	width: 120px;
	height: 20px;
	margin-left: 50px;
	margin-top: -21px
}

#doPoint span small {
	font-size: 0;
	float: left;
	overflow: hidden;
	width: 12px;
	cursor: pointer;
	padding-top: 20px;
	height: 0
}

#doPoint .star10 {
	background: url(../images/star_small.png) no-repeat 2px 0
}

#doPoint .star9 {
	background: url(../images/star_small.png) no-repeat 2px -20px
}

#doPoint .star8 {
	background: url(../images/star_small.png) no-repeat 2px -40px
}

#doPoint .star7 {
	background: url(../images/star_small.png) no-repeat 2px -60px
}

#doPoint .star6 {
	background: url(../images/star_small.png) no-repeat 2px -80px
}

#doPoint .star5 {
	background: url(../images/star_small.png) no-repeat 2px -100px
}

#doPoint .star4 {
	background: url(../images/star_small.png) no-repeat 2px -120px
}

#doPoint .star3 {
	background: url(../images/star_small.png) no-repeat 2px -140px
}

#doPoint .star2 {
	background: url(../images/star_small.png) no-repeat 2px -160px
}

#doPoint .star1 {
	background: url(../images/star_small.png) no-repeat 2px -180px
}

#doPoint .star0 {
	background: url(../images/star_small.png) no-repeat 2px -200px
}

#doPoint .biaoti {
	width: auto;
	float: left;
	font-weight: 700;
	height: 24px;
	padding-bottom: 20px;
}

#doPoint .fenshu {
	width: 180px;
	float: left!important;
	height: 24px;
	margin-left: 20px;
	padding-bottom: 20px;
}
.pingfen-submit {
	width: 100%;
	height: 50px;
	float: left;
	text-align: center;
	margin-top: 10px
}

.pingfen-submit button {
	width: 42%;
	height: 50px;
	background: #c27abf;
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	outline: none;
	text-align: center;
	float: left;
	margin-top: 30px;
}
#list-wrap {
    margin: 0 auto;
    padding: 0;
    width: 90%;
	height: auto;
	overflow: hidden;
	padding-top: 60px;
}
.commont_sm{
	width:100%;
	height: 30px;
	border-bottom: 1px dotted #eee;
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: center;
	color: #999;
}
#list-wrap .list {
    margin: 0;
    padding: 0;
    height: auto;
    overflow: hidden;
    border: 0;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
#list-wrap .user-pic {
    text-align: center;
    width: 82px;
    float: left;
}
.user-pic img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
#list-wrap .user-commont {
	width: calc(100% - 90px);
    float: left;
	box-sizing: border-box;
	position: relative;
}
.user-commont-top{
	float: left;
	padding-top: 6px;
}
.user-commont-top .c-name{
	color:#06764d!important;
}
.user-commont .zan{
	display: block;
	width:70px;
	padding-left: 50px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	background: url("../images/i_zan_2.png") center no-repeat;
	background-size: 30%;
	cursor: pointer;
	font-size: 14px;
	line-height: 45px;
	font-weight: 700;
	box-sizing: border-box;
	color: #999;
}
.user-commont .wenda{
	display: block;
	font-size: 24px;
	color: #7a7a7a;
	line-height: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right:58px;
	font-weight:600;
	cursor: pointer;
}
.user-commont .reply{
	display: block;
	font-size: 16px;
	color: #990033;
	line-height: 40px;
	height: 40px;
	position: absolute;
	top: -8px;
	right: 70px;
	cursor: pointer;
	padding: 10px;
}

#list-wrap .c-name {
    font-size: 18px;
    color: #990033;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
	float: left;
	font-weight: 600;
}
#list-wrap .c-level {
    height: 40px;
	width:120px;
    overflow: hidden;
    line-height: 40px;
	font-size: 14px;
	display: inline-block;
	text-align: left;
}
#list-wrap .c-level .medal{
	display: inline-flex;
	width:22px;
	height: 40px;
	margin-left: 10px;
	vertical-align: middle;
	align-items: center;
}
.c-level .medal img{
	width:100%;
}

#list-wrap .c-time {
    font-size: 12px;
    color: #fff;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
	width:100%;
	float: left;
	text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 10px;
}
#list-wrap .c-neirong {
    font-size: 14px;
    color: #000;
    height: auto;
    overflow: hidden;
    line-height: 24px;
	width:100%;
	float: left;
}
.more_comment_list{
    background: #3bb9a1;
	width:100%!important;
	padding: 5%!important;
	box-sizing: border-box;
}
.main_reply_list .title{
	width:100%;
	height: 45px;
	font-size: 24px;
	line-height: 15px;
	color: #bd6fc3;
	text-align: center;
	padding-top: 30px;
	margin-bottom: 40px;
}
.user-commont-list{
	height: auto;
	overflow: hidden;
	padding: 5px;
	padding-bottom: 10px;
	box-sizing: border-box;
	padding-left: 0;
	margin-left: -3.8rem;
}
.user-commont-list dl{
	height: auto;
	background-color: rgba(255,255,255,.5);
	border-radius: 10px;
	position: relative;
	padding: 10px;
	padding-left: 20px;
}
.list_arrow{
	position: absolute;
	top:-1.0rem;
    left:3.67vw;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 0.9rem solid  rgba(255,255,255,.5);
    border-right: 0.9rem solid transparent;
    border-top: 0.1rem solid transparent;
    border-left: 0.9rem solid transparent;
}
.user-commont-list dt{
    width:100%;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,.3);
	height: auto;
	overflow: hidden;
}
.user-commont-list dt:last-child{
	border-bottom: 0;
}
.user-commont-list dt a{
	color: #000;
	font-size: 16px;
	text-decoration: none;
	font-weight: 600;
}
.user-commont-list .reply-name {
	display: inline-block;
    font-size: 16px;
    color: #990033;
 	font-weight: 700;
}
.user-commont .zan-number {
    display: inline-block!important;
    font-size: 16px;
    padding-left: 6px;
    padding-right: 6px;
    color: #fff;
    font-style: normal;
}
.user-commont-list .reply-time {
    font-size: 12px;
    color: #666;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    width: 100%;
    float: left;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
    margin-top: 10px;
}
.reply-body{
	font-size: 13px;
}
.detail_pinglu-send {
    width: 80%;
    height: 60px;
    margin: 0 auto;
	margin-top: 60px;
}
.detail_pinglu-send textarea{
	width:85%;
	height: 60px;
	border-radius: 5px;
	border:0;
	box-sizing: border-box;
	padding-left: 10px;
	float: left;
	font-size: 16px;
	resize: none;
}
.detail_pinglu-send	textarea::-webkit-input-placeholder{
    color:#999;
	font-size: 18px;
	line-height: 60px;
}
 .detail_pinglu-send textarea::-webkit-scrollbar {
	 display: none;
  }
#comment_submit{
	width:13%;
	height: 60px;
	display: block;
	margin-left: 10px;
	background: #c27abf url("../images/pencil_fill_on.png") center no-repeat;
	background-size: 40%;
	color: #fff;
	text-align: center;
	line-height: 60px;
	border-radius: 5px;
	float: left;
	border: 0;
	outline: none;
	font-size: 24px;
	cursor: pointer;
}
.share-div {
    position: fixed;
    background: #fff;
    width: 638px;
    height: 220px;
    border-radius:12px;
    margin: auto;
	top: 0;
	bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 24px #666;
    z-index: 90;
	display: none;
	text-align: center;
}
.share-div .title {
    height: 60px;
    border-bottom: 1px dashed #ccc;
    font-size: 20px;
    line-height: 60px;
    padding-left: 20px;
    position: relative;
	text-align: left;
	font-weight: 600;
}
.share-div .share-close{
	width:40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url("../images/share_close.png")center no-repeat;
	background-size: contain;
	z-index: 100;
	cursor: pointer;
}
.popover-share a {
    display: inline-block;
    width: 200px;
	height: 100px;
    color: #666;
    font-size: 18px;
	text-align: center;
	text-decoration: none;
	line-height: 220px;
	margin-top: 10px;
}
.popover-share a:nth-child(1){
	background: url("../images/line_share.png") center no-repeat;
	background-size: 50%;
}
.popover-share a:nth-child(2){
	background: url("../images/facebook.png") center no-repeat;
	background-size: 40%;
}
.popover-share a:nth-child(3){
	background: url("../images/google.png") center no-repeat;
	background-size: 50%;
}
.popover-share a img{
	width:100%;
}
.phb_list_title{
	width:100%;
    height: 380px;
    position: relative;
	padding-left: 30px;
    padding-top: 190px;
	text-align: left;
}

.phb_list_title.list_title{
	padding-left: 70px;
    padding-top: 250px;
}
.phb_list_title_left {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-size: 86px;
    color: #fff;
    white-space: nowrap;
    line-height: 86px;
	font-family: 'FZYUEJTK';
	font-weight: 500;
}
.yhzq_list_title_left {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-size: 86px;
    color: #fff;
    white-space: nowrap;
    line-height: 86px;
	font-family: 'FZYUEJTK';
	font-weight: 500;
}
.yhzq_list_title_left em{
	display: inline-block;
	padding-right: 10px;
	font-style: normal;
}
.yhzq_list_title_left.list_title_left{
	text-shadow: -3px 3px 6px #5c3a6b;
}
.phb_list_title.yhzq{
    padding-top: 100px;
}
.yhzq .yhzq_list_title_left{
    font-size: 80px;
    line-height: 100px;
}
.phb_list_title_left em{
	display: inline-block;
	padding-right: 10px;
	font-style: normal;
    font-family: "AVANTI";
    font-weight: 800;
	color: #ac4db3;
    text-shadow: -3px -3px 3px #fff, 3px -3px 3px #fff, -3px 3px 3px #fff, 3px 3px 3px #fff, 0px 5px 6px #333;
    -webkit-text-stroke: 1px #ac4db3;
	letter-spacing: 6px;
}
.phb_list_title_left.search_title_left{
    text-align: right;
	/* text-shadow: -3px 3px 6px #5c3a6b; */
    line-height: 90px;
    float: right;
    margin-right: 15%;
    margin-top: 17%;
}
.search_title_left em{
	display: inline-block;
	padding-right: 10px;
	font-style: normal;
    font-family: "AVANTI";
    font-weight: 800;
	color: #ac4db3;
    text-shadow: -3px -3px 3px #fff, 3px -3px 3px #fff, -3px 3px 3px #fff, 3px 3px 3px #fff, 0px 5px 6px #333;
    -webkit-text-stroke: 1px #ac4db3;
	letter-spacing: 6px;
}
.phb_list_title_left a{
	color:rgba(255,255,255,.5);
	text-decoration: none;
	display: inline-block;
    border-right: 4px solid rgba(255,255,255,.5);
    padding-right: 16px;
}
.phb_list_title_left a:last-child{
	border-right: none;
}
.phb_list_title_left a.on:last-child{
	border-right: none;
}
.phb_list_title_left a.on{
	color: #fff;
	padding-right: 1vw;
	text-shadow: -3px 3px 6px #5c3a6b;
}
.phb_list_title_left a.on {
	border-right: 4px solid #fff;
}
.phb_list_title_left a.ht_on{
	color: #fff;
	border-left: 4px solid #fff;
	padding-left: 4vw;
}
.phb_list_title_left.new_list a {
	color:rgba(7,85,105,.5);
}
.phb_list_title_left.new_list a.on {
	border-right: 4px solid rgba(7,85,105,.5);
	color:#075268;
}
.phb_list_title_left.new_list a.ht_on {
	border-right: 4px solid rgba(7,85,105,.5);
	color:#075268;
}
.srarch_left_title{
	display: block;
	float: left;
    font-size: 86px;
	color:rgba(255,255,255,0.8);
    font-weight: bolder;
    white-space: nowrap;
    line-height: 86px;
	padding-left: 4vw;
	padding-right: 2vw;
}
.total_left{
	display: block;
	float: left;
    font-size: 66px;
	color:rgba(255,255,255,1.0);
    font-weight: bolder;
    white-space: nowrap;
    line-height: 66px;
	border-right: 4px solid #fff;
	padding-left: 4vw;
	padding-right: 2vw;
}
.total_right{
	display: block;
	float: left;
    font-size: 128px;
    color: #fff;
    font-weight: bolder;
    white-space: nowrap;
    line-height: 148px;
	font-family: "AVANTI";
}
.pagination{
    width:90%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 20px 0;
    box-sizing: border-box;
    gap: 6px;
}
.pagination a{
	display: inline-flex;
    justify-content: center;
    align-items: center;
	background-color: rgba(250,160,190,.3);
	border: 3px solid rgba(255, 255, 255, 0.6);
	color: rgba(0, 0, 0, 0.1);
	font-size: 24px;
	text-decoration: none;
	border-radius: 60px;
	font-family: "AVANTI";
	min-width: 45px;
	height: 45px;
}
.pagination span{
	display: inline-flex;
    justify-content: center;
    align-items: center;
	background-color: rgba(250,160,190,.3);
	border: 3px solid #fff;
	color: rgba(0, 0, 0, 0.1);
	font-size: 24px;
	text-decoration: none;
	border-radius: 60px;
	font-family: "AVANTI";
	min-width: 45px;
	height: 45px;
}
.pagination a:hover{
	background: #c091be;
	color: #fff;
}
.page-btn.active{
	background: #c091be;
	color: #fff;
	font-weight: 600;
}

/* search-results 翻頁條佈局與樣式：省略號、button 相容、disabled */
.pagination .page-ellipsis {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: auto;
	height: 45px;
	padding: 0 10px;
	color: #666;
	font-size: 24px;
	background: transparent;
	border: none;
	border-radius: 0;
}
.pagination button.page-btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(255,255,255,.3);
	border: 3px solid rgba(255, 255, 255, 0.6);
	color: rgba(0, 0, 0, 0.2);
	font-size: 24px;
	text-decoration: none;
	border-radius: 60px;
	font-family: "AVANTI";
	min-width: 45px;
	height: 45px;
	cursor: pointer;
	box-sizing: border-box;
}
.pagination button.page-btn:hover:not(:disabled) {
	background: #c091be;
	color: #fff;
	border-color: #fff;
}
.pagination button.page-btn:disabled,
.pagination .page-btn.disabled {
	opacity: 0.5;
	cursor: not-allowed;
	background-color: rgba(250,160,190,.2);
}
.pagination button.page-btn.active{
	background: #c091be;
	color: #fff;
	font-weight: 600;
	border-color: #fff;
}
.uc-pagination-mian{
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	font-size: 0;
}
.uc-pagination-mian a{
	display: inline-block;
	text-align: center;
	background-color: rgba(250,160,190,.3);
	border: 4px solid #fff;
	color: #666;
	font-size: 24px;
	text-decoration: none;
	border-radius: 60px;
	font-family: "AVANTI";
	min-width: 45px;
	height: 45px;
	line-height: 45px;
	margin-right: 6px;
}
.uc-pagination-mian a:hover{
	background: #c091be;
	color: #fff;
}
.uc-pagination-mian a.page_active{
	background: #c091be;
	color: #fff;
	font-weight: 600;
}
.uc-pagination-mian .inner{
	display: inline-block;
}
.uc-pagination-mian .page-ellipsis{
	display: inline-block;
	color: #666;
	font-size: 24px;
	padding: 0 10px;
	line-height: 45px;
	vertical-align: top;
}

/* 翻页条：移动端触控区域与字号（≥44px 便于点击，可换行） */
@media (max-width: 768px) {
    .pagination {
        width: 100%;
        max-width: 100%;
        padding: 12px 6px;
        gap: 5px;
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .pagination a.page-btn,
    .pagination span.page-btn,
    .pagination button.page-btn {
        min-width: 34px;
        width: 34px;
        height: 34px;
        font-size: 15px;
        border-width: 2px;
        box-sizing: border-box;
        border-radius: 50%;
    }

    .pagination .page-ellipsis {
        width: auto;
        min-width: 0;
        height: 44px;
        min-height: 44px;
        font-size: 16px;
        padding: 0 6px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}
.list_marggin{
    width:100%;
    /* height: 40px; */
}
.list_phb_row {
    width: calc(100% - 50px);
    height: auto;
    overflow: hidden;
    margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 70px;
}
.list_phb_row ul, .list_phb_row li{
	padding: 0;
	margin: 0;
	list-style: none;
}
.list_phb_row ul{
	width:100%;
	height: auto;
	overflow: hidden;
}
.list_phb_row .new_left {
    box-sizing: border-box;
    padding: 10px;
    display: block;
    float: left;
    width: 30%;
    height: 975px;
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
	background: #fff;
}

.list_phb_row .new_left img{
	width:100%;
	height: 100%;
	border-radius: 8px;
	object-fit: cover;
}
.list_phb_row li:nth-child(n+2) {
    box-sizing: border-box;
    padding: 10px;
    display: block;
    float: left;
    width: calc(70%/2 - 11px);
    height: 186.6666px;
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    background: #fff;
}
.list_phb_row li:nth-child(2n-1) {
	margin-right: 0;
}
.list_phb_row li:nth-child(1) {
    margin-right: 10px;
}
.list_phb_row li:nth-child(n+2) .img_div {
    width: 35%;
    height: 100%;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    float: left;
}
.list_phb_row li:nth-child(n+2) .jianlue {
    width: 100%;
    height: 35px;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 35px;
}
.list_phb_row li:nth-child(2) .jianlue {
    background-color: rgba(240,165,70,.8);
}
.list_phb_row li:nth-child(3) .jianlue {
    background-color: rgba(255,110,165,.8);
}
.list_phb_row li:nth-child(4) .jianlue {
    background-color: rgba(110,105,255,.8);
}
.list_phb_row li:nth-child(n+2) .nr_div {
    width: 65%;
    height: 100%;
    position: relative;
    float: left;
}
.list_phb_row li:nth-child(n+2) .pingfen {
    width: 90px;
    height: 43px;
    font-size: 18px;
    font-family: "Microsoft JhengHei";
    position: absolute;
    top: 10px;
    left: 8px;
    color: #fff;
    z-index: 9;
    background: url(../images/lable_4.png)center no-repeat;
    background-size: contain;
    text-align: center;
    line-height: 47px;
}
.list_phb_row li:nth-child(2) .pingfen {
    background: url(../images/lable_1.png)center no-repeat;
    background-size: contain;
}
.list_phb_row li:nth-child(3) .pingfen {
    background: url(../images/lable_2.png)center no-repeat;
    background-size: contain;
}
.list_phb_row li:nth-child(4) .pingfen {
    background: url(../images/lable_3.png)center no-repeat;
    background-size: contain;
}
.list_phb_row li:nth-child(n+2) .pingfen span {
    font-size: 24px;
}
.list_phb_row li:nth-child(n+2) .lable {
    width: 45px;
    height: 45px;
    border-radius: 60px;
    border: 4px solid #e8f1f9;
    background-image: linear-gradient(to right, #d3e6f9 , #b5d5f5);
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-weight: 800;
}
.list_phb_row li:nth-child(2) .lable {
	border: 4px solid #f9e9d5;
    background-image: linear-gradient(to right, #fdcf89 , #f1a746);
}
.list_phb_row li:nth-child(3) .lable {
    border: 4px solid #fce2ec;
    background-image: linear-gradient(to right, #faafcc , #fe70a8);
}
.list_phb_row li:nth-child(4) .lable {
    border: 4px solid #dad9f9;
    background-image: linear-gradient(to right, #d7c3f8 , #6d68ff);
}
.list_phb_row .nr_div dl, .list_phb_row .nr_div dt {
    padding: 0;
    margin: 0;
}
.list_phb_row li:nth-child(n+2) .nr_div dl {
    padding-top: 0;
    padding-left: 10px;
}
.list_phb_row li:nth-child(n+2) .nr_div dt {
    width: 100%;
    height: 18px;
    font-size: 12px;
}
.list_phb_row .nr_div dt >span {
    display: inline-block;
    width: 50px;
    text-align: justify;
    text-align-last: justify;
    color: #000;
    padding-right: 6px;
}
.list_phb_row li .nr_div em {
    font-style: normal;
    display: inline-block;
    padding-left: 8px;
    color: #444;
}
.list_phb_row li:nth-child(n+2) .icon_tool {
    position: absolute;
    left: 35%;
    bottom: 0;
    width: 65%;
    height: 35px;
}
.list_phb_row li:nth-child(n+2) .icon_tool span {
    display: block;
    width: 33.3333%;
    height: 30px;
    padding-left: 32px;
    float: left;
    box-sizing: border-box;
    background-size: 25%;
    background-position: 10px 8px;
}
.list_phb_row li:nth-child(n+2) p {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #666;
    font-family: "AVANTI";
    font-size: 13px;
    line-height: 38px;
}
.list_phb_row.list_row {
	padding-top: 10px;
}
.list_phb_row.dd_main{
	padding-top: 100px;	
}
.list_phb_row.list_row li .pingfen {
	top:0;
	left:73.5%;
}	
.list_phb_row.list_row li:nth-child(3n+1) .pingfen {
    background: url(../images/lable_3.png)center no-repeat;
    background-size: contain;
}
.list_phb_row.list_row li:nth-child(3n+2) .pingfen {
    background: url(../images/lable_1.png)center no-repeat;
    background-size: contain;
}
.list_phb_row.list_row li:nth-child(3n+3) .pingfen {
    background: url(../images/lable_2.png)center no-repeat;
    background-size: contain;
}
.list_phb_row li:nth-child(3n+1) .jianlue {
    background-color: rgba(110,105,255,.8);
}
.list_phb_row li:nth-child(3n+2) .jianlue {
    background-color: rgba(240,165,70,.8);
}
.list_phb_row li:nth-child(3n+3) .jianlue {
    background-color: rgba(255,110,165,.8);
}

.nt_sort{
    width: calc(100% - 50px);
    height: 100px;
    overflow: hidden;
    margin: 0 auto;
	box-sizing: border-box;
	padding: 10px;
	background-color: rgba(255,255,255,1.0);
	border-radius: 20px;
}
.nt_sort ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: stretch;
	box-sizing: border-box;
}
.nt_sort li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: none;
	flex: 1 1 0;
	min-width: 0;
	width: auto;
	line-height: 80px;
	font-size: 24px;
	text-align: center;
	position: relative;
}
.nt_sort li a{
	width:100%;
	height: 100%;
	display: block;
}
.nt_sort li span{
	display: block;
	position: absolute;
	top:25px;
	right: 15px;
	pointer-events: none;
}
.nt_sort li a{
	color: #fff;
	text-decoration: none;
}
.nt_sort li:nth-child(1) {
	background-color: rgba(240,165,70,1.0);
}
.nt_sort li:nth-child(2) {
	background-color: rgba(255,110,165,1.0);
}
.nt_sort li:nth-child(3) {
	background-color: rgba(110,105,255,1.0);
}
.nt_sort li:nth-child(4) {
	background-color: rgba(35,180,220,1.0);
}
.nt_sort li:nth-child(5) {
	background-color: rgba(100,175,70,1.0);
}
.nt_sort li:first-child {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.nt_sort li:last-child {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.nt_sort li .sort_arrow {
    width: 30px;
    height: 30px;
    background: url(../images/sort_arrow.png) no-repeat;
    background-size: 100%;
}
.nt_sort li .sort_arrow_a {
    width: 30px;
    height: 30px;
    background: url(../images/sort_arrow_a.png) no-repeat;
    background-size: 100%;
}
.nt_sort li .sort_arrow_d {
    width: 30px;
    height: 30px;
    background: url(../images/sort_arrow_d.png) no-repeat;
    background-size: 100%;
}

.sxjg_row{
	width: 90%;
    height: 128px;
    margin: 0 auto;
    line-height: 128px;
    font-size: 32px;
    color: #654967;
    padding-left: 20px;
    box-sizing: border-box;
}
.sxjg_row span{
	display: inline-block;
    font-family: "AVANTI";
    font-weight: 600;
	padding-left: 16px;
	padding-right: 16px;
	letter-spacing: 4px;
	color: #fff;
}
.detail_row{
    width: 90%;
    height: 48px;
    margin: 0 auto;
    line-height: 68px;
    font-size: 32px;
    color: #65236a;
    box-sizing: border-box;
    text-align: center;
}
.detail_row span{
	display: inline-block;
    font-family: "AVANTI";
    font-weight: 600;
	padding-left: 16px;
	padding-right: 16px;
	letter-spacing: 4px;
}
.search_list_row {
    width: calc(100% - 50px);
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 70px;
}
.search_list_row.index_list_row_01{
	padding-top: 90px;
}
.search_list_row.index_list_row {
	padding-top: 165px;
    padding-bottom: 20px;
}
.search_list_row ul, .search_list_row li{
	list-style: none;
	padding: 0;
	margin: 0;
}
.search_list_row li{
    box-sizing: border-box;
    padding: 10px;
    display: block;
    float: left;
    width: calc(100%/2 - 5px);
    height: 280px;
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    background: #fff;
}
.search_list_row li:nth-child(2n){
	margin-right: 0;
}
.search_list_row li .img_div {
    width: 42%;
    height: 100%;
    float: left;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.search_list_row li .nr_div {
    width: 58%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding-left: 12px;
}
.search_list_row li .pingfen {
	position: absolute;
	top:0;
	right:10px;
	width:6vw;
	height: 3vw;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 3vw;
}
.search_list_row li .pingfen span {
	font-size: 32px;
}	
.search_list_row li:nth-child(3n+1) .pingfen {
    background: url(../images/lable_1.png)center no-repeat;
    background-size: contain;
}
.search_list_row li:nth-child(3n+2) .pingfen {
    background: url(../images/lable_2.png)center no-repeat;
    background-size: contain;
}
.search_list_row li:nth-child(3n+3) .pingfen {
    background: url(../images/lable_3.png)center no-repeat;
    background-size: contain;
}
.search_list_row .nr_div dt >span {
    display: inline-block;
    width: 50px;
    text-align: justify;
    text-align-last: justify;
    color: #000;
    padding-right: 6px;
}
.search_list_row li .nr_div em {
    font-style: normal;
    display: inline-block;
    padding-left: 8px;
    color: #444;
}
.search_list_row li .jianlue {
    width: 100%;
    height: 45px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 45px;
	letter-spacing: 10px;
	border-bottom-left-radius: 0;
}
.search_list_row li:nth-child(3n+1) .jianlue {
    background-color: rgba(240,165,70,.8);
}
.search_list_row li:nth-child(3n+2) .jianlue {
    background-color: rgba(255,110,165,.8);
}
.search_list_row li:nth-child(3n+3) .jianlue {
    background-color: rgba(110,105,255,.8);
}
.h_search_div{
    width: calc(100% - 50px);
    height: 0;
	overflow: hidden;
}
.h_search_div.search_get{
    width: calc(100% - 50px);
    height: auto;
    overflow: hidden;
    margin: 0 auto;
	background: #fff;
	border-radius: 40px;
	padding: 80px 50px;
	box-sizing: border-box;
	padding-bottom: 70px;
}

.height-search-submit{
	padding-top: 6vw;
}
.s_article{
    width: 80%;
    height: 3.5vw;
	margin: 0 auto;
    background: #bf73c5;
    line-height: 3.5vw;
    font-size: 30px;
    color: #fff;
    text-align: center;
    border: 0;
    cursor: pointer;
    border-radius: 3.5vw;
	margin-left: 15%;
}
/* loadding動畫 */
.l-wrapper {
    width: 100%;
    height: 100vh;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
	z-index: 100000000000000000000;
	display: none;
}
.loading_div{
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 300px;
	height: 300px;
	text-align: center;
}
.loading_div p{
	color: #fff;
}
.show_loading{
	display: block;
}
svg {
  height: 120px;
  width: 120px;
  margin: 0 2em 2em;
  overflow: visible;
  /*   border: 1px solid red; */
}

.g-circles {
  -webkit-transform: scale(0.9) translate(7px, 7px);
  -ms-transform: scale(0.9) translate(7px, 7px);
  transform: scale(0.9) translate(7px, 7px);
}

circle {
  fill: dodgerblue;
  fill-opacity: 0;
  -webkit-animation: opacity 1.2s linear infinite;
  animation: opacity 1.2s linear infinite;
}
circle:nth-child(12n + 1) {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
circle:nth-child(12n + 2) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
circle:nth-child(12n + 3) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
circle:nth-child(12n + 4) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
circle:nth-child(12n + 5) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
circle:nth-child(12n + 6) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
circle:nth-child(12n + 7) {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
circle:nth-child(12n + 8) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
circle:nth-child(12n + 9) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
circle:nth-child(12n + 10) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
circle:nth-child(12n + 11) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
circle:nth-child(12n + 12) {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.g-circles--v2 circle {
  fill-opacity: 0;
  stroke-opacity: 0;
  stroke-width: 1;
  stroke: yellowgreen;
  -webkit-animation-name: opacity-stroke, colors, colors-stroke, transform-2;
  animation-name: opacity-stroke, colors, colors-stroke, transform-2;
}

.g-circles--v3 circle {
  fill-opacity: 1;
  -webkit-animation-name: opacity, colors;
  animation-name: opacity, colors;
}

.g-circles--v4 circle {
  fill-opacity: 1;
  fill: orange;
  -webkit-transform-origin: 60px 60px;
  -ms-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
  -webkit-animation-name: opacity, colors-3, transform;
  animation-name: opacity, colors-3, transform;
}

@-webkit-keyframes opacity {
  3% {
    fill-opacity: 1;
  }

  75% {
    fill-opacity: 0;
  }
}

@keyframes opacity {
  3% {
    fill-opacity: 1;
  }

  75% {
    fill-opacity: 0;
  }
}
@-webkit-keyframes opacity-stroke {
  10% {
    stroke-opacity: 1;
  }

  85% {
    stroke-opacity: 0;
  }
}
@keyframes opacity-stroke {
  10% {
    stroke-opacity: 1;
  }

  85% {
    stroke-opacity: 0;
  }
}
@-webkit-keyframes colors {
  0% {
    fill: yellowgreen;
  }

  10% {
    fill: gold;
  }

  75% {
    fill: crimson;
  }
}
@keyframes colors {
  0% {
    fill: yellowgreen;
  }

  10% {
    fill: gold;
  }

  75% {
    fill: crimson;
  }
}
@-webkit-keyframes colors-stroke {
  0% {
    stroke: yellowgreen;
  }

  10% {
    stroke: gold;
  }

  75% {
    stroke: crimson;
  }
}
@keyframes colors-stroke {
  0% {
    stroke: yellowgreen;
  }

  10% {
    stroke: gold;
  }

  75% {
    stroke: crimson;
  }
}
@-webkit-keyframes colors-2 {
  0% {
    fill: yellow;
  }

  50% {
    fill: red;
  }

  65% {
    fill: orangered;
  }

  95% {
    fill: gold;
  }
}
@keyframes colors-2 {
  0% {
    fill: yellow;
  }

  50% {
    fill: red;
  }

  65% {
    fill: orangered;
  }

  95% {
    fill: gold;
  }
}
@-webkit-keyframes colors-3 {
  0% {
    fill: yellowgreen;
  }

  50% {
    fill: turquoise;
  }

  65% {
    fill: yellow;
  }

  95% {
    fill: orange;
  }
}
@keyframes colors-3 {
  0% {
    fill: yellowgreen;
  }

  50% {
    fill: turquoise;
  }

  65% {
    fill: yellow;
  }

  95% {
    fill: orange;
  }
}
@-webkit-keyframes transform {
  10% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}
@keyframes transform {
  10% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}
@-webkit-keyframes transform-2 {
  40% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }

  60% {
    stroke-width: 20;
  }
}
@keyframes transform-2 {
  40% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }

  60% {
    stroke-width: 20;
  }
}
.toast_mask{
	width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgba(0,0,0,.5);
    z-index: 1000000;
    overflow: hidden;
    top: 0;
    left: 0;
	display: none;
}
.toast_button{
	width: 58px;
    height: 30px;
    background: #4285f4;
    color: #fff;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 15px;
    bottom: 15px;
    border-radius: 3px;
	font-size:16px;
  }
.toast{
	width:450px;
	height: 130px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 20px 40px rgba(0,0,0,.2);
	position: fixed;
	margin: auto;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
	display: none;
	box-sizing: border-box;
	padding: 15px;
	border: 1px solid #eee;
}
.toast_close{
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../images/jf_close.png) center no-repeat;
    cursor: pointer;
}
.main_info{
	width:100%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 20px;
}
.toast_content{
    width: 80%;
    height: 30px;
    background: url(../images/warnning.png)left no-repeat;
    background-size: 8%;
    margin: 0 auto;
    vertical-align: middle;
    font-size: 14px;
    color: #000;
    text-align: left;
    line-height: 30px;
    font-weight: 600;
    padding-left: 30px;
    box-sizing: border-box;
	margin-top: 25px;
}
.main-mask {
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
    z-index: 98;
    position: fixed;
    top: 0;
    display: none;
}
.main-mask_index {
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
    z-index: 999999;
    position: fixed;
    top: 0;
    display: none;
}
.warnning_diag {
    width: 600px;
    height: 450px;
    background: #fff;
    box-shadow: 0px 0px 15px #999;
    position: fixed;
    z-index: 99999;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 6px;
    padding: 20px;
}
.warnning_diag .close {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 10px;
    top: 8px;
    background: url(../images/share_close.png) center no-repeat;
    background-size: contain;
    cursor: pointer;
}
.warnning_diag .warnning_top {
    width: 100%;
    height: 45px;
    margin-bottom: 10px;
    background: url(../images/ticrf.png) center no-repeat;
    background-size: contain;
}
.warnning_concent {
    width: 90%;
    font-size: 16px;
    height: auto;
    overflow: hidden;
    line-height: 36px;
    margin: 0 auto;
}
.not_prompt {
    width: 95px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    float: right;
    margin-top: 20px;
}
.not_prompt input {
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    outline: none;
    display: inline-block;
    float: left;
	margin-right: 6px;
}
.wd_bottom .ok_btn {
    padding-left: 12px;
    padding-right: 12px;
    background-color: #d01b1b;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    border: 0;
    color: #fff;
    width: 100%;
    cursor: pointer;
	outline: none;
	border-radius: 6px;
}
.wd_bottom {
    width: 100%;
    float: left;
    height: 45px;
    padding-top: 20px;
    text-align: center;
}
.img_cover{
    width: 100%;
    position: fixed;
    background-color: rgba(0,0,0,1.0);
    z-index: 100;
    height: 0;
	overflow: hidden;
}
.slide-galley {
	width:100%;

}

.galley-close{
	position: absolute;
	width:10%;
	height: 10%;
	background: url("../images/close.png")center no-repeat;
	background-size: contain;
	top: 0;
	right:10px;
	cursor: pointer;
	z-index: 1001;
}
.play-button{
	position: absolute;
	width:40%;
	height: 40%;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom:0;
	z-index: 10;
	background: url("../images/play-button.png")center no-repeat;
	background-size: contain;
	pointer-events: none;
}
.swiper-zoom-container video{
	height:100%;
}
.is_delete{
    background: #f00!important;
    color:#fff!important;
    text-align: left;
    border: 1px solid #eee;
    border-radius: 5px;
	padding: 5px;
	box-sizing: border-box;
	display: block;
	margin-top: 8px;
}
.main_zan_div{
	width:100%;
	float: left;
	padding-bottom: 20px;
	padding-left: 0;
}
.main_zan_div .main_zan {
    width: 160px;
    height: 45px;
    background: #bf73c5 url(../images/izan.png)left center no-repeat;
    background-size: 15%;
    background-position: 20% 10px;
    border-radius: 50px;
    border: 1px solid #e6aceb;
    text-align: center;
    line-height: 45px;
    font-weight: 600;
    font-size: 16px;
    margin: 0 auto;
    cursor: pointer;
}
.main_zan_div .main_zan em{
	color: #fff;
    font-weight: bolder;
    font-family: "AVANTI";
	font-size: 18px;
	font-style: normal;
}
.main_reply_div .title{
    font-size: 24px;
    padding-left: 25px;
	font-weight: 600;
	margin-bottom: 25px;
	color: #999;
}
.main_reply_div .list{
    margin: 0;
    padding: 0;
    height: auto;
    overflow: hidden;
    border: 0;
    margin-bottom: 30px;
}
.main_reply_list{
	width:90%;
	margin: 0 auto;
	padding-top: 40px;
}
.main_reply_list .list{
	position: relative;
}
#list-wrap02 .list {
    margin: 0;
    padding: 0;
    height: auto;
    overflow: hidden;
    border: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
#list-wrap02 .user-pic {
    text-align: center;
    width: 82px;
    float: left;
}
#list-wrap02 .user-commont {
    width: calc(100% - 90px);
    float: left;
    box-sizing: border-box;
    position: relative;
}
#list-wrap02 .c-name {
    font-size: 18px;
    color: #1183a5;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
	float: left;
	font-weight: 600;
}
#list-wrap02 .c-level {
    height: 40px;
	width:120px;
    overflow: hidden;
    line-height: 40px;
	font-size: 14px;
	display: inline-block;
	text-align: left;
}
#list-wrap02 .c-level .medal{
	display: inline-flex;
	width:22px;
	height: 40px;
	margin-left: 10px;
	vertical-align: middle;
	align-items: center;
}


#list-wrap02 .c-time {
    font-size: 12px;
    color: #666;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
	width:100%;
	float: left;
	text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 10px;
}
#list-wrap02 .c-neirong {
    font-size: 14px;
    color: #000;
    height: auto;
    overflow: hidden;
    line-height: 24px;
	width:100%;
	float: left;
}
.more_detail_marggin{
	width: 100%;
    height: 60px;
}
.ssjg_div_t1, .ssjg_div_t2{
	width: 100%;
    height: 128px;
    margin: 0 auto;
    line-height: 128px;
    font-size: 32px;
    color: #654967;
    padding-left: 0;
    box-sizing: border-box;
}
.ssjg_div_t1{
	display: none;
}
/* 在 search-results 頁面中顯示 ssjg_div_t1 */
.search-result .ssjg_div_t1 {
	display: block;
}
#search_result{
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
	color: #fff;
}
#fail_filter {
    display: none;
}
.search-result-title {
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 350px;
    height: 150px;
    background: #fff;
    box-shadow: 0px 0px 20px #6bd8f7;
    color: #000;
    border-radius: 6px;
    box-sizing: border-box;
    line-height: 150px;
    z-index: 1000;
    font-size: 18px;
    text-align: center;
}
.search_close{
	display: block;
	width:60px;
	height: 60px;
	background: url("../images/share_close.png") center no-repeat;
	background-size: 50%;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.search-result{
	width:100%;
	height: auto;
	overflow: hidden;
    background-image: linear-gradient(#c179bf 15%, #fee0d5);
}
#result_number{
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	font-family: "AVANTI";
	letter-spacing: 4px;
	font-weight: 600;
}
.top_res{
    display: block;
    height: 128px;
    float: left;
}
.top_button{
    display: block;
    width: auto;
    min-width: 200px;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    float: right;
}
.top_button .sort-filter {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    align-items: center;
    height: 100%;
    width: auto;
    max-width: 100%;
    justify-content: flex-end;
}
.top_button .sort-filter .select-wrapper {
    flex: 0 1 auto;
    min-width: 88px;
    max-width: min(160px, 42vw);
}
.top_button .sort-filter .select-wrapper .custom-select {
    height: 36px;
    border-radius: 20px;
    padding-right: 34px;
}
span.search_top_button{
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    cursor: pointer;
    border-radius: 80px;
    box-sizing: border-box;
    background: rgba(245,200,245, .5) url(../images/s_down.png) no-repeat;
    background-size: 16%;
    background-position: 90% 10px;
    right: 0;
    top: 31%;
    width: 180px;
    padding-left: 24px;
    position: absolute;
	color: #874d8c;
}
span.search_down_button{
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    cursor: pointer;
    border-radius: 80px;
    box-sizing: border-box;
    background: rgba(245,200,245, .5) url(../images/s_up.png) no-repeat;
    background-size: 16%;
    background-position: 90% 10px;
    right: 0;
    top: 31%;
    width: 180px;
    padding-left: 24px;
    position: absolute;
	color: #874d8c;
}
.layui-form-item:last-child{
	margin-bottom: 60px!important;
}
.layui-anim .btn1 {
    width: 50%!important;
    float: left!important;
    text-align: left;
    height: 30px;
    padding-bottom: 10px;
    background: url(../images/duoxuan.png) no-repeat;
	background-position: 15px 0px;
    background-size: 24%;
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
    margin-top: 8px;
    box-sizing: border-box;
    padding-left: 35px;
	font-size: 12px;
}
.layui-anim .btn2 {
    width: 50%!important;
    float: left!important;
    text-align: left;
    height: 30px;
    padding-bottom: 10px;
    background: url(../images/qingchu.png) left top no-repeat;
	background-position: 15px 0px;
    background-size: 24%;
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
    margin-top: 8px;
    box-sizing: border-box;
    padding-left: 35px;
	font-size: 12px;
}
.layui-anim-upbit::-webkit-scrollbar {
  /*捲軸整體樣式*/
  width : 0px;  /*高寬分別對應橫豎捲軸的尺寸*/
  height: 0px;
  }
  #fuwu_area dd{
	font-size: 13px;
}
#fuwu_area .layui-form-checkbox[lay-skin=primary] i {
    display: block;
}
#fuwu_area .layui-form-checkbox {
    height: 27px;
    width: 100%;
    position: absolute;
}
#fuwu_area dd >span{
	margin-left: 36px;
    padding-top: 2px;
    display: inline-block;
}
.jf_mask {
    width: 100%;
    height: 0;
    position: fixed;
    background-color: rgba(0,0,0,.5);
    z-index: 10000000000;
    overflow: hidden;
    top: 0;
    left: 0;
}
.myheight {
    height: 100vh;
}
.Dialog_cpdetail {
    height: 0;
    /* overflow: hidden; */
}
.jf_Dialog {
    width: 460px;
    height: 640px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 43px 27px;
    box-sizing: border-box;
}
.jf_Dialog .close {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../images/jf_close.png) center no-repeat;
    cursor: pointer;
}
.Dialog_jflist .top {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.Dialog_jflist .top_left {
    width: 120px;
    height: 120px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #fad3d3;
	position: relative;
}
.Dialog_cpdetail .top_left img {
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.Dialog_jflist .top_right {
    width: calc(100% - 130px);
    float: left;
    height: auto;
    padding-left: 30px;
    box-sizing: border-box;
}
.Dialog_jflist .top_right .title {
    width: 100%;
    height: 30px;
    font-size: 24px;
    color: #333;
    font-weight: 600;
    line-height: 24px;
}
.Dialog_jflist .top_right ul, li {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.Dialog_jflist .top_right li {
	float: left;
    width: 100%;
    height: auto;
    border-bottom: 1px dotted #ddd;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
.Dialog_jflist .top_right li:last-child{
	border-bottom: 0;
}
.Dialog_jflist li span {
    width: 62%;
    color: #ff7878;
    display: inline-flex;
    padding-left: 2px;
    margin-right: 6px;
    height: auto;
    line-height: 15px;
	font-size: 14px;
}
.Dialog_jflist .phgz{
	width:100%;
	border-top: 1px dotted #ddd;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
	padding-top: 3px;
}
.Dialog_jflist .phgz span {
    width: 75%;
    color: #ff7878;
    display: inline-flex;
    padding-left: 2px;
    margin-right: 6px;
    height: auto;
    line-height: 15px;
	font-size: 14px;
}
.jf_Dialog .bottom{
	width:100%;
	height: 30vh;
	overflow-x: hidden;
	overflow-y: auto
}
.jf_Dialog .bottom::-webkit-scrollbar
{
    width: 12px;
   /* background-color: #bbe9fa;*/
	padding-top: 60px;
}
/*定義捲軸軌道 內陰影+圓角*/
.jf_Dialog .bottom::-webkit-scrollbar-track
{
    -webkit-box-shadow:#fff;
	background: url(../images/scrollbar-track.png) center;
/*  background-color: #F5F5F5;*/
}
 
/*定義滑塊 內陰影+圓角*/
.jf_Dialog .bottom::-webkit-scrollbar-thumb
{
    border-radius: 4px;
    -webkit-box-shadow: #fff;
	background: url(../images/scrollbar-thumb.png) center no-repeat;
/*    background-color: #ddd;*/
	height: 60px!important;
}
.jf_Dialog .bottom ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.jf_Dialog .bottom ul {
    width: 100%;
    height: 40px;
    padding-top: 20px;
}
.jf_Dialog .bottom li {
    width: 25%;
    padding: 5px;
    box-sizing: border-box;
    float: left;
    height: auto;
    overflow: hidden;
}
.jf_Dialog .bottom li .img_div {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 6px;
    overflow: hidden;
    margin: 0 auto;
}
.jf_Dialog .img_div img {
    width: 100%;
    cursor: pointer;
}
.jf_Dialog .bottom li p {
    width: 100%;
    height: 25px;
    color: #666;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 25px;
}
.kefu_ca {
	width: 100%;
    max-width: 860px;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 186px;
    z-index: 10000;
    display: none;
    margin: auto;
	padding-top: 10px;
}
.kefu_ca .container{
	display: flex;
	width: 100%;
	background-color: rgba(255,255,255, 0.8);
	padding: 0;
	box-sizing: border-box;
	padding: 30px 0;
}

.kefu_ca .item {
	flex: 0 0 auto;  /* 關鍵屬性：根據內容自動計算基礎寬度 */
	margin: 0 auto;
	text-align: center;
	white-space: nowrap; /* 防止內容換行 */
}
.kefu_ca .slide_close {
    width: 60px;
    height: 60px;
	background-color: rgba(255,255,255, 0.8);
    border-radius: 50%;
    margin: 0 auto;
    cursor: pointer;
    background: #fff url(../images/share_close.png) center no-repeat;
    background-size: 60%;
    margin-bottom: 15px;
    box-shadow: 0 0 4px;
}

/* 在此處整合樣式 */
/* ========== 城市選擇器樣式（來自 moban-1） ========== */
.picker-container {
    width: 100%;
    max-width: 320px;
    /* background: rgba(28, 28, 30, 0.95); */
    background: #f4f3fd;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    margin: 0 auto;
    opacity: 0;
    transform: translateY(20px) scale(0.95);
    transition: all 0.4s ease;
    height: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
}

.picker-container.show {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    height: auto;
}

.picker-container .header {
    padding: 10px;
    text-align: center;
    color: #56646a;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px solid #e3e3e5;
    /* background: rgba(44, 44, 46, 0.8); */
    background: #fdfdff;
    position: relative;
}

.picker-container .header h2 {
    margin: 0;
    padding: 0;
}

.picker-container .close-btn {
    width: 30%;
    height: 30%;
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'><path d='M825 770 563 509 825 248c15-15 15-39 0-54s-39-15-54 0L510 455 249 194c-15-15-39-15-54 0s-15 39 0 54l261 261-261 261c-15 15-15 39 0 54s39 15 54 0l261-261 261 261c15 15 39 15 54 0s15-39 0-54z' fill='%23999'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    right: -50px;
    cursor: pointer;
}

.picker {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

.picker-list {
    list-style: none;
    padding: 0;
    margin: 0;
    transform: translateY(0);
    transition: transform 0.2s ease-out;
    /* background: -webkit-linear-gradient(#000 0%, #333 35%, #888 50%, #333 65%, #000 100%); */
}

.picker-list li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #56646a;
    font-size: 16px;
    user-select: none;
    transition: all 0.3s ease;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    padding: 0 10px;
}

.picker-list li.selected {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    transform: scale(1.1);
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 20px rgba(255, 155, 5, 0.1);
}

.picker-list li a {
    color: #56646a;
    text-decoration: none;
}

.picker-list li.selected a {
    color: #000;
    text-decoration: none;
}

.picker .highlight {
    position: absolute;
    width: 100%;
    top: 85px;
    left: 0;
    right: 0;
    height: 0;
    /* background: url(../images/hightLight.png) center no-repeat; */
    background-size: contain;
    /* border-top: 1px solid rgba(255, 155, 5, 0.4);
    border-bottom: 1px solid #fff;
    box-shadow: 0 0 3px rgba(255, 155, 5, 0.6); */
    pointer-events: none;
    border-radius: 0;
    z-index: 10;
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.picker-footer {
    text-align: center;
    border-top: 1px solid #e3e3e5;
    background: #fdfdff;
    margin-top: 20px;
}

.confirm-btn {
    background-image: linear-gradient(#e8bce7 15%, #c179bf);
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(155, 115, 50, 0.3);
    width: 100%;
    text-align: center;
}

.confirm-btn:hover {
    background: linear-gradient(135deg, #f90, #faa72f);
    box-shadow: 0 6px 15px rgba(85, 15, 15, 0.4);
}

.confirm-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(225, 135, 5, 0.3);
}

.selected-city {
    margin-top: 25px;
    padding: 15px 25px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
}

.selected-city span {
    color: #007AFF;
    font-weight: 600;
    text-shadow: 0 0 8px rgba(0, 122, 255, 0.5);
}

.instructions {
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    font-size: 14px;
    max-width: 320px;
    z-index: 1;
    position: relative;
}

.api-response {
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 50px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    max-width: 320px;
    display: none;
}

.api-response.success {
    background: rgba(85, 165, 5, 0.8);
    display: block;
}

.api-response.error {
    background: rgba(231, 76, 60, 0.2);
    display: block;
}

.city-picker-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(135deg, #2c3e50, #1a1a2e); */
    /* background: rgba(44, 62, 80, 0.7); */
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    z-index: 999;
    display: none;
}

.city-picker-overlay.show {
    opacity: 1;
    visibility: visible;
    display: block;
}
/* ========== 城市選擇器樣式結束 ========== */

/* ========== 廣告輪播圖樣式（來自 moban-1） ========== */
.carousel-container {
    /* position: relative; */
    width: 100%;
    max-width: var(--container);
    /* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3); */
}

.carousel-container.subpage {
    border-radius: 8px;
    overflow: visible;
    max-width: 100%;
}

.carousel-container.subpage .main-image {
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

/* 確保 subpage 中的 carousel 也使用 100% 寬度 */
.carousel-container.subpage .main-image {
    max-width: 100%;
    white-space: nowrap;
    /* 防止內容折行 */
}

.carousel {
    position: relative;
    width: 100%;
    max-width: var(--container);
    overflow: hidden;
    perspective: 1200px;
    touch-action: pan-y;
}

.carousel.float-active {
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.details-slide video {
    width: 100%;
}

/* 全屏容器樣式 */
.carousel-container.fullscreen-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 800px;
    max-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    overflow: hidden;
    animation: fullscreenEnter 1s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 0;
}

.main-image.float-active {
    height: 100vh;
    object-fit: cover;
}

.main-image.float-active img {
    width: auto;
    height: 100%;
}

.float-active .carousel-track {
    height: 100%;
}

/* 全屏退出動畫 */
.carousel-container.fullscreen-exit {
    animation: fullscreenExit 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* 全屏進入動畫 */
@keyframes fullscreenEnter {
    0% {
        transform: translate(-50%, -50%) scale(0.3);
        opacity: 0;
    }

    60% {
        transform: translate(-50%, -50%) scale(1.05);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

/* 全屏退出動畫 */
@keyframes fullscreenExit {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(0.3);
        opacity: 0;
    }
}

.carousel.fullscreen-active {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 780px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 全屏模式下的輪播軌道 */
.carousel.fullscreen-active .carousel-track {
    height: 100%;
    display: flex;
    align-items: center;
}

/* 全屏模式下的幻燈片容器 */
.carousel.fullscreen-active .carousel-slide {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

/* 全屏模式下的圖片和影片樣式 */
.carousel.fullscreen-active img,
.carousel.fullscreen-active video {
    max-width: 100%;
    /* height: 100vh; */
    object-fit: cover;
}

/* 全屏模式下的橫圖（寬>高）：寬度100% */
.carousel.fullscreen-active .carousel-slide img.landscape-img {
    width: 100% !important;
    height: auto !important;
    max-height: 100vh;
    object-fit: contain;
}

/* 全屏模式下的豎圖（寬<高）：高度100% */
.carousel.fullscreen-active .carousel-slide img.portrait-img {
    width: auto !important;
    height: 100% !important;
    max-height: 100vh;
    max-width: 100%;
    object-fit: contain;
}

/* 隱藏影片進度條 */
video::-webkit-media-controls-timeline {
    display: none;
}

video::-moz-progress-bar {
    display: none;
}

video::-webkit-media-controls-current-time-display,
video::-webkit-media-controls-time-remaining-display {
    display: none;
}

/* 隱藏影片右邊的三個點選單 */
video::-webkit-media-controls-overflow-button {
    display: none;
}

video::-internal-media-controls-overflow-button {
    display: none;
}

/* 隱藏手機 Chrome 中央暫停 / ±10 秒按鈕 */
video::-webkit-media-controls-overlay-play-button,
video::-webkit-media-controls-start-playback-button {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

video::-webkit-media-controls-overlay-enclosure {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* 全屏模式下的指示器樣式 */
.carousel.fullscreen-active .dots,
.carousel.fullscreen-active .dots-counter {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1002;
}

/* 全屏遮罩層樣式 */
.overlay-18 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 全屏關閉按鈕樣式 */
.close-carousel {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1001;
    transition: all 0.3s ease;
    color: #fff;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.close-carousel:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
    border-color: rgba(255, 255, 255, 0.5);
}

.close-carousel svg {
    width: 30px;
    height: 30px;
    stroke: currentColor;
    margin: 0;
}

.close-carousel:active {
    transform: scale(0.95);
}

@media (max-width: 768px) {
    .close-carousel {
        top: 15px;
        right: 15px;
        width: 45px;
        height: 45px;
    }
    
    .close-carousel svg {
        width: 25px;
        height: 25px;
    }
}

.yhzq-containe .carousel {
    height: 520px;
}

.carousel-track {
    width: 100%;
    display: flex;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform: translateX(0%);
}

.yhzq-containe .carousel-track {
    height: auto;
}

.carousel-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Slide */
.carousel-slide.slide-anim {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    z-index: 1;
}

.carousel-slide.slide-anim.active {
    z-index: 5;
}

/* Fade */
.carousel-slide.fade-anim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: scale(0.95);
    z-index: 1;
    transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.carousel-slide.fade-anim.active {
    opacity: 1;
    transform: scale(1);
    z-index: 5;
}

.carousel-slide video {
    width: 100%;
}

/* CoverFlow */
.carousel-slide.coverflow-anim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s ease;
}

.carousel-slide.left {
    transform: translateX(-30%) scale(0.7) rotateY(30deg);
    opacity: 0.6;
    z-index: 5;
}

.carousel-slide.right {
    transform: translateX(30%) scale(0.7) rotateY(-30deg);
    opacity: 0.6;
    z-index: 5;
}

.carousel-slide.active.coverflow-anim {
    transform: translateX(0) scale(1) rotateY(0deg);
    opacity: 1;
    z-index: 10;
}

/* 標題與簡介 */
.carousel-slide .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: white;
    padding: 30px;
    z-index: 10;
    transition: transform 0.3s ease;
    pointer-events: none;
    /* 不阻擋點選 */
}

.details-slide .caption {
    display: none;
}

/* 轮播标题：随视口在合理区间内缩放，避免大屏过小、小屏溢出 */
.carousel-slide .caption h2 {
    font-size: clamp(1.125rem, 0.75rem + 1.6vw, 1.625rem);
    line-height: 1.2;
    margin: 0 0 clamp(6px, 1vw, 10px);
}

.carousel-slide .caption h3 {
    font-size: clamp(1rem, 0.55rem + 1.35vw, 1.375rem);
    line-height: 1.25;
    margin: 0 0 clamp(6px, 1vw, 10px);
}

@media (max-width: 480px) {
    .carousel-slide .caption h2,
    .carousel-slide .caption h3 {
        overflow-wrap: anywhere;
        word-break: break-word;
    }
    .carousel-slide .caption{
        padding:0;
        padding-left: 30px;
        padding-bottom: 30px;
    }
    .carousel-slide .caption p{
        padding: 0;
        margin: 0;
    }
}

.carousel-slide .caption p {
    font-size: 14px;
    opacity: 0.9;
    color: white;
}

.carousel-slide.fade-anim .caption {
    opacity: 0;
}

.carousel-slide.fade-anim.active .caption {
    opacity: 1;
}

/* 按鈕與圓點 */
.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    /* border: none; */
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    fill: #fff;
    color: #fff;
    font-size: 24px;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); */
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.prev {
    left: 15px;
}

.next {
    right: 15px;
}

.prev:hover,
.next:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

/* 指示器 */
.dots {
    width: 30%;
    position: absolute;
    bottom: 20px;
    right: 10px;
    display: flex;
    justify-content: space-between;
    gap: 4px;
    z-index: 20;
}

.carousel-indicators {
    width: 100%;
    height: 75px;
    background-color: var(--hg);
    display: flex;
    align-items: center;
    justify-content: right;
    padding-right: 16px;
    border-radius: 0;
}

.carousel-indicators .dots {
    justify-content: right;
    gap: 8px;
}

.dots span {
    flex: 1;
    height: 5px;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.dots span.active {
    background: #f90;
    /* transform: scale(1.3); */
}

.carousel-indicators .dots span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777;
}

.carousel-indicators .dots span.active {
    background: #fff;
    color: var(--black);
    font-weight: bold;
    /* transform: scale(1.3); */
}

/* 縮圖 */
.dots-counter {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 20;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 12px;
    font-size: 14px;
    color: white;
    font-weight: 600;
}
/* ========== 廣告輪播圖樣式結束 ========== */

/* ========== Header 樣式（來自 moban-6） ========== */
.top-container {
    position: relative;
    height: 116px;
    box-sizing: border-box;
}

header {
    min-height: 115px;
    background: #fee0d5 url(../images/header_bg.jpg) top center no-repeat;
    background-size: cover;
    color: white;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}



@keyframes headerShine {
    0% {
        left: -100%;
    }

    50% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}

/* 頂部主容器：左 logo-img，右上搜索+會員 / 右下 logo-text */
#header.top-container {
    --m7-logo-size: clamp(70px, 6vw + 40px, 100px);
}

.logo-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    right: 12px;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 10px;
    z-index: 3;
    transition: opacity 0.3s ease;
    max-width: none;
    box-sizing: border-box;
}

.logo-container.hidden {
    opacity: 0;
    pointer-events: none;
}

.logo-image {
    width: var(--m7-logo-size, clamp(70px, 6vw + 40px, 100px));
    height: 100%;
    aspect-ratio: 1 / 1;
    flex: 0 0 auto;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.logo-img {
    width: 75%;
    object-fit: cover;
    border-radius: 50%;
}

.logo-main-right {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    gap: 8px;
    padding-top: 10px;
    box-sizing: border-box;
}

.logo-main-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    flex-wrap: nowrap;
}

.logo-main-top .search-container {
    flex: 1 1 auto;
    min-width: 0;
}

.logo-main-top .search-icon-btn,
.logo-main-top .user-menu {
    position: static;
    top: auto;
    right: auto;
    flex: 0 0 auto;
    z-index: 15;
    transform: none;
}

.logo-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-self: stretch;
    color: white;
    text-align: left;
    min-width: 0;
    flex: 0 0 auto;
    max-width: 100%;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.logo-title {
    font-size: clamp(16px, 1.1vw + 12px, 18px);
    font-weight: 800;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
    color: #fff;
    white-space: normal;
}

.logo-subtitle {
    font-size: 0.7rem;
    margin: 0;
    opacity: 0.9;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.user-menu {
    position: static;
    top: auto;
    right: auto;
    z-index: 15;
    flex: 0 0 auto;
}

.user-menu a {
    text-decoration: none;
}

.user-btn {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.user-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.user-btn i {
    font-size: 2.0rem;
    font-weight: lighter;
}

/* 搜尋圖示按鈕：隱藏，搜尋框常顯 */
.search-icon-btn,
.search-toggle-btn {
    display: none !important;
}

.search-container {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    top: auto;
    right: auto;
    z-index: 10;
    transform: none;
    opacity: 1;
    transition: none;
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    max-width: 560px;
    pointer-events: auto;
}

.search-container.active {
    transform: none;
    opacity: 1;
    pointer-events: auto;
}

.search-box {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    padding: 8px 7px 8px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    height: 50px;
    position: relative;
    box-sizing: border-box;
}

.search-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 1rem;
    color: white;
    padding: 8px 12px;
    font-family: inherit;
}

.search-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.image-search-btn {
    background: linear-gradient(135deg, #FFA000, #f90);
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: white;
    box-shadow: 0 2px 8px rgba(231, 76, 60, 0.3);
    margin-right: 8px;
}

.image-search-btn:hover {
    background: linear-gradient(135deg, #FFA000, #f90);
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(231, 76, 60, 0.4);
}

.image-search-btn:active {
    transform: scale(0.95);
}

.image-search-btn i {
    font-size: 0.9rem;
}

.search-btn {
    background: #ac4db3;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: white;
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.3);
}

.search-btn:hover {
    background: #c879ce;
    transform: scale(1.05);
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}

.search-btn:active {
    transform: scale(0.95);
}

.search-btn i {
    font-size: 0.9rem;
}

.advanced-search-btn {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    margin-left: 8px;
    flex-shrink: 0;
}

.advanced-search-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.advanced-search-btn:active {
    transform: scale(0.95);
}

.advanced-search-btn i {
    font-size: 1.6rem;
}
/* ========== Header 樣式結束 ========== */

/* ========== 倒計時模組樣式（來自 moban-6） ========== */
.countdown-timer-overlay {
    position: absolute;
    bottom: 2px;
    right: 6px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    padding: clamp(4px, 1.5vw, 6px) clamp(6px, 2vw, 10px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    max-width: 100%;
    box-sizing: border-box;
}

.countdown-display-mini {
    display: flex;
    align-items: center;
    gap: clamp(2px, 1vw, 4px);
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.time-unit-mini {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff2442 0%, #ff6b6b 100%);
    border-radius: 4px;
    padding: clamp(2px, 1vw, 4px) clamp(3px, 1.4vw, 6px);
    gap: clamp(1px, 0.6vw, 2px);
    min-width: 0;
    white-space: nowrap;
}

.time-value-mini {
    font-size: clamp(0.65rem, 2.6vw, 0.9rem);
    font-weight: 800;
    color: white;
    font-family: avenir;
    line-height: 1;
    white-space: nowrap;
}

.time-label-mini {
    font-size: clamp(0.5rem, 1.8vw, 0.65rem);
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    white-space: nowrap;
}

.time-separator-mini {
    font-size: clamp(0.6rem, 2.2vw, 0.9rem);
    font-weight: 800;
    color: white;
    font-family: avenir;
    white-space: nowrap;
}

/* 優惠專區卡片中的倒計時模組水平鋪滿並居中 */
.yhzq-list .img-containe .countdown-timer-overlay {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* jrtj_main 佈局中的倒計時模組 */
.jrtj_main .img_div .countdown-timer-overlay {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* ========== 倒計時模組樣式結束 ========== */

/* ========== VIP標籤和優惠標籤樣式（來自 moban-6） ========== */
.vip-badge,
.no-image-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    right: auto;
    bottom: auto;
    margin: 0;
    z-index: 10;
    width: auto;
    height: auto;
    min-width: 0;
    min-height: 0;
    padding: 8px 14px;
    border-radius: 10px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
    background: rgba(42, 32, 8, 0.9);
    border: 1px solid rgba(255, 215, 120, 0.45);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    animation: none;
    text-shadow: none;
    box-shadow: none;
}

.img-containe .vip-badge,
.img-containe .no-image-badge,
.yhzq-list .img-containe .vip-badge,
.yhzq-list .img-containe .no-image-badge {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
    overflow: visible;
}

.img-containe .vip-badge::before,
.img-containe .no-image-badge::before,
.img-containe .vip-badge::after,
.img-containe .no-image-badge::after,
.yhzq-list .img-containe .vip-badge::before,
.yhzq-list .img-containe .no-image-badge::before,
.yhzq-list .img-containe .vip-badge::after,
.yhzq-list .img-containe .no-image-badge::after {
    display: none;
}

/* 確保產品卡片中的 VIP 標籤正確顯示 */
.product-image .vip-badge,
.product-image .no-image-badge,
.product-card .product-image .vip-badge,
.jrtj_main .img_div .vip-badge {
    top: 12px;
    left: 12px;
    right: auto;
    bottom: auto;
    margin: 0;
    z-index: 10;
}

.product-badge {
    position: absolute;
    bottom: 40px;
    top: auto;
    left: 10px;
    background: #feb016;
    border:2px solid #fff;
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.8);
    z-index: 2;
}

/* 確保 jrtj_main 佈局中的標籤正確顯示 */
.jrtj_main .img_div {
    position: relative;
}

.jrtj_main .img_div .vip-badge {
    z-index: 11;
}

.jrtj_main .img_div .product-badge {
    z-index: 3;
}
/* ========== VIP標籤和優惠標籤樣式結束 ========== */

/* ========== 客服彈窗樣式（來自 moban-6） ========== */
.customer-service-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.customer-service-modal .modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.customer-service-modal .modal-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    border-radius: 20px;
    padding: 20px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    width: 100%;
    max-width: 430px;
    height: 430px;
    margin: auto;
}

.customer-service-modal.show .modal-overlay {
    opacity: 1;
}

.customer-service-modal.show .modal-content {
    transform: translateY(0);
}

.customer-service-modal .modal-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.customer-service-modal .modal-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.customer-service-modal .close-btn,
.customer-service-modal .close-modal {
    background: none;
    border: none;
    font-size: 20px;
    color: #666;
    cursor: pointer;
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 200%;
    transition: background-color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.customer-service-modal .close-btn:hover,
.customer-service-modal .close-modal:hover {
    background-color: #f0f0f0;
}

.customer-service-modal .modal-body {
    text-align: center;
}

.customer-service-modal .qr-codes-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 20px;
    gap: 20px;
}

.customer-service-modal .qr-code-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.customer-service-modal .qr-code {
    width: 150px;
    height: 150px;
    border: 0;
    border-radius: 10px;
    background: #f9f9f9;
    margin-bottom: 10px;
}

.customer-service-modal .qr-label {
    margin: 0;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.customer-service-modal .service-text {
    margin: 0;
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}

.customer-service-modal .qr-code-item--link {
    text-decoration: none;
    color: inherit;
}

.customer-service-modal .qr-code--placeholder {
    object-fit: contain;
    padding: 24px;
    background: #fff;
}

.customer-service-modal .qr-code-item--telegram {
    max-width: min(190px, 44vw);
}

.customer-service-modal .qr-code--telegram-qr.is-telegram-qr-adapted {
    width: var(--telegram-qr-w, 150px);
    height: calc(var(--telegram-qr-w, 150px) * 1.1);
    object-fit: cover;
    object-position: center 43%;
    padding: 0;
    background: #fff;
    border-radius: 16px;
    display: block;
}

#customer-service-modal .close-modal {
    position: relative;
    top: 0;
}

body.no-scroll {
    width: 100%;
    overflow: hidden !important;
}
/* ========== 客服彈窗樣式結束 ========== */


/* ========== 進階搜尋樣式（來自 moban-6） ========== */
.search-top-title {
    width:100%;
    height: 100%;
    font-size: 1.8rem;
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: 600;
    padding-left: 5%;
    text-shadow: 0 3px 7px rgba(0, 0, 0, 0.7);
}
.search-title {
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.search-title i {
    margin-right: 10px;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 20px;
}

.form-group {
    flex: 1;
    font-size: 14px;
}

.area-option label{
    margin-bottom: 0;
}
.form-row label{
    display: block;
    font-weight: 700;
    text-align: left;
    color: #2c3e50;
    margin-bottom: 8px;
}
.form-control {
    width: 100%;
    padding: 9px 15px;
    padding-right: 35px;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 13px;
    transition: all 0.3s ease;
    background: white;
}

.form-control:focus {
    outline: none;
    border-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
}

.select-wrapper {
    position: relative;
    min-width: 120px;
}

.select-wrapper:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%) rotate(0deg);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #7f8c8d;
    pointer-events: none;
    transition: transform 0.3s ease;
}

.select-wrapper.active:after {
    transform: translateY(-50%) rotate(180deg);
}

.custom-select {
    width: 100%;
    padding: 9px 32px 9px 15px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 13px;
    background: white;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.custom-select.active {
    border-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
}

.custom-select:focus {
    outline: none;
    border-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
}

.custom-select-placeholder {
    color: #7f8c8d;
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 4px;
}
/* 銷售城市下拉框高亮效果 */
.select-wrapper.active .custom-select {
    border-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
}

/* 銷售地區下拉框高亮效果 */
.area-selector.active .form-control {
    border-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
}

/* 下拉箭頭顏色變化 */
.select-wrapper.active:after,
.area-selector.active:after {
    border-top-color: #3498db;
}

/* 選中專案的視覺反饋 */
.select-option.selected {
    background: #3498db;
    color: white;
}

.select-option:hover {
    background: #f1f8ff;
    color: #000;
}
.hl-search-container .checkbox-container {
    display: block;
    margin-top: 15px;
}

.checkbox-section {
    margin-bottom: 20px;
    position: relative;
    font-size: 14px;
    padding: 12px 0;
}

.checkbox-section-title {
    font-weight: 500;
    margin-bottom: 10px;
    color: #2c3e50;
    display: flex;
    align-items: center;
    font-weight: 700;
}

.checkbox-section-title i {
    margin-right: 8px;
    color: #3498db;
}

.custom-checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.custom-checkbox-item {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    padding: 6px 15px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #ddd;
}

.custom-checkbox-item:hover {
    background: #dca5e0;
    border-color: #edc8f0;
}

.custom-checkbox-item.checked {
    background: #bf73c5;
    color: white;
    border-color: #dca5e0;
}

.custom-checkbox-item input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.full-width {
    width: 100%;
}

.btn-group {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

.btn {
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-primary {
    background:#bf73c5;
    color: white;
    text-align: center;
}

.btn-primary:hover {
    background: #edc8f0;
    transform: translateY(-2px);
    color:#bf73c5;
}

.btn-outline {
    background: transparent;
    border: 1px solid #bf73c5;
    color: #49294b;
    text-align: center;
}

.btn-outline:hover {
    background: #f8f9fa;
}

.area-selector {
    position: relative;
}
.area-selector:hover {
    border-color: #bf73c5;
}
.area-selector:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(0deg);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #7f8c8d;
    pointer-events: none;
    transition: transform 0.3s ease;
    z-index: 5;
}

.area-selector.active:after {
    transform: translateY(-50%) rotate(180deg);
}
.area-selector input{
    cursor: pointer;
} 
.area-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 100;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    transform: translateY(-10px);
}

.area-dropdown.show {
    max-height: min(60vh, 420px);
    opacity: 1;
    transform: translateY(0);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.area-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    background: #f8f9fa;
    font-weight: 500;
    flex-shrink: 0;
}

.area-header button,
.area-header .btn-link {
    white-space: nowrap;
    flex-shrink: 0;
    margin-left: 0;
}

.area-options {
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    font-size: 13px;
    padding: 8px;
    margin: 5px;
    background: #fff;
}

.area-option {
    padding: 8px 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.area-option:hover {
    background: #f1f8ff;
}
.area-option label{
    font-weight: normal;
}
.area-option input {
    margin-right: 10px;
    cursor: pointer;
}

.btn-link {
    background: none;
    border: none;
    color: #3498db;
    cursor: pointer;
    font-size: 14px;
    margin-left: 10px;
    transition: color 0.2s ease;
}

.btn-link:hover {
    color: #f90;
}

.loading {
    text-align: center;
    padding: 20px;
    color: #7f8c8d;
}

.loading i {
    animation: spin 1s linear infinite;
    margin-right: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.hidden-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.message {
    padding: 15px;
    margin: 15px 0;
    border-radius: 6px;
    text-align: center;
    transition: all 0.3s ease;
}

.message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.message.info {
    background: #d1ecf1;
    color: #0c5460;
    border: 1px solid #bee5eb;
}

/* 下拉選擇動畫 */
.select-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 100;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    transform: translateY(-10px);
    scrollbar-width: thin;
    scrollbar-color: var(--scrollbar-thumb, #64b5f6) var(--scrollbar-track, #f5f5f5);
}

.select-dropdown.show {
    max-height: 200px;
    opacity: 1;
    transform: translateY(0);
    overflow-y: auto;
}

.select-dropdown::-webkit-scrollbar {
    width: 8px;
}

.select-dropdown::-webkit-scrollbar-track {
    background: var(--scrollbar-track, #f5f5f5);
    border-radius: 4px;
}

.select-dropdown::-webkit-scrollbar-thumb {
    background: var(--scrollbar-thumb, #64b5f6);
    border-radius: 4px;
}

.select-dropdown::-webkit-scrollbar-thumb:hover {
    background: var(--scrollbar-thumb-hover, #42a5f5);
}

.select-option {
    padding: 10px 15px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 13px;
    color: #999;
    text-align: left;
}

.select-option:hover {
    background: #f1f8ff;
    color: #000;
}

.select-option.selected {
    background: #3498db;
    color: white;
}

/* 頂部錯誤提示 */
.error-toast {
    position: fixed;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #f00;
    padding: 15px 25px;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    transition: top 0.5s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 2px solid #f00;
}

.error-toast.show {
    top: 20px;
}

.error-toast i {
    font-size: 18px;
}

/* 錯誤選項樣式 */
.select-option.error {
    color: #dc3545;
    cursor: not-allowed;
    background: #f8f9fa;
}

.select-option.error:hover {
    background: #f8f9fa;
}

/* 全選按鈕樣式 */
.select-all-btn {
    position: absolute;
    right: 40px;
    top: 0;
    background: none;
    border: none;
    color: #bf73c5;
    cursor: pointer;
    font-size: 14px;
    padding: 0 5px;
    font-weight: 600;
}

.select-all-btn:hover {
    text-decoration: underline;
}

/* 反選按鈕樣式 */
.invert-selection-btn {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: none;
    color: #bf73c5;
    cursor: pointer;
    font-size: 14px;
    padding: 0 5px;
    font-weight: 600;
}

.invert-selection-btn:hover {
    text-decoration: underline;
}
.area-options .custom-checkbox-item {
    position: relative;
    padding: 8px 12px 8px 32px; /* 左邊留空間給checkbox */
    margin: 2px 0;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 0;
    background: none;
    color: #999;
}

.area-options .custom-checkbox-item:hover {
    background: #f1f8ff;
    color: #000;
}

.area-options .custom-checkbox-item.checked {
    background: none;
    border: 0;
    color: #000;
}

.area-options .hidden-input {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.area-options .custom-checkbox-label {
    cursor: pointer;
    display: block;
}

/* 自定義checkbox樣式 */
.area-options .custom-checkbox-item:before {
    content: '';
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background-color: white;
}

.area-options .custom-checkbox-item.checked:before {
    background-color: #bf73c5;
    border-color: #dca5e0;
    box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
}

.area-options .custom-checkbox-item.checked:after {
    content: '';
    position: absolute;
    left: 13.5px;
    top: 46%;
    transform: translateY(-50%) rotate(45deg);
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
}

:root {
    --scrollbar-track: #f5f5f5;
    --scrollbar-thumb: #64b5f6;
    --scrollbar-thumb-hover: #42a5f5;
}

.area-options::-webkit-scrollbar {
    width: 8px;
}

.area-options::-webkit-scrollbar-track {
    background: var(--scrollbar-track);
    border-radius: 4px;
}

.area-options::-webkit-scrollbar-thumb {
    background: var(--scrollbar-thumb);
    border-radius: 4px;
}

.area-options::-webkit-scrollbar-thumb:hover {
    background: var(--scrollbar-thumb-hover);
}

#sortDropdown{
    overflow-y: hidden;
}
.results-header {
    text-align: center;
    color: rgb(86, 100, 106);
    font-size: 14px;
    background: rgb(253, 253, 255);
    padding-bottom: 30px;
}
.results-header h1{
    font-size: 1.8rem;
    color: #000;
}
.homepage_logo{
    top:109px
}
.filter-toggle {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #667eea;
    color: white;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s;
}

.filter-toggle:hover {
    background: #5a6fd8;
    transform: translateY(-2px);
}

.filter-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 350px;
    height: 100%;
    background: white;
    box-shadow: -5px 0 15px rgba(0,0,0,0.1);
    z-index: 1000;
    transition: right 0.3s ease;
    overflow-y: auto;
    padding: 20px;
}

.filter-sidebar.open {
    right: 0;
}

.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.sidebar-title {
    font-size: 16px;
    color: #333;
}

.close-sidebar {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #777;
}
.sidebar-title i{
    color:#3498db;
    margin-right: 6px;
}
.sidebar-header svg{
    width:24px;
    height: 24px;
    cursor: pointer;
    fill: #666;
}
.search-criteria {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

/* criteria-item底部操作資訊樣式 */
.operation-info {
    margin-top: 8px;
    padding: 6px 30px 6px 10px;
    border-radius: 4px;
    font-size: 12px;
    position: relative;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.operation-info.show {
    opacity: 1;
    transform: translateY(0);
}

.operation-info.success {
    background: rgba(76, 175, 80, 0.1);
    color: #2e7d32;
    border: 1px solid rgba(76, 175, 80, 0.2);
}

.operation-info.info {
    background: #eee;
    color: #888;
    border: 1px solid #eee;
}

.operation-info-content {
    display: block;
}

.operation-info-close {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    opacity: 0.7;
    padding: 2px;
    font-size: 10px;
}

.operation-info-close:hover {
    opacity: 1;
}

/* 側邊欄底部按鈕樣式 */
.sidebar-footer {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

.back-to-search-btn {
    background: linear-gradient(135deg, #5ec7f8, #3498db);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    width: calc(50% - 16px);
}

.back-to-search-btn:hover {
    background: linear-gradient(135deg, #a4dffb, #5ec7f8);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(33, 150, 243, 0.3);
}
#resetSearch.back-to-search-btn {
    background: linear-gradient(135deg, #b4df6f, #8bc82c);
}
#resetSearch.back-to-search-btn:hover {
    background: linear-gradient(135deg, #a5cc66, #b4df6f);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(80, 125, 10, 0.3);
}
/* 切換按鈕樣式 */
.criteria-item {
    position: relative;
    padding: 15px;
    margin: 8px 0;
    border-radius: 6px;
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
    min-height: 60px;
    text-align: left;
}

.criteria-item.active {
    background-color: #f0f9ff;
    border-color: #cfebfd;
    box-shadow: 0 2px 8px rgba(33, 150, 243, 0.1);
}

.criteria-toggle-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 50%;
    background: #8bc82c;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 20;
    font-size: 10px;
}

.criteria-toggle-btn:hover {
    background: #f0f0f0;
    color: #666;
    transform: scale(1.1);
}

.criteria-toggle-btn:not(.active) {
    background: #f0f0f0;
    color: #666;
}

.criteria-toggle-btn:not(.active):hover {
    background: #e0e0e0;
    color: #333;
}

.criteria-toggle-btn i {
    font-size: 10px;
}

.criteria-values {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 5px;
    position: relative;
    z-index: 5;
}

.criteria-value {
    padding: 4px 8px;
    border-radius: 4px;
    background: #81d5fc;
    color: white;
    border: 1px solid #9acce3;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 12px;
    font-weight: 500;
}

.criteria-value:not(.active) {
    background: #f5f5f5;
    color: #666;
    border: 1px solid #ddd;
}

.criteria-value:hover {
    background: #e3f2fd;
    border-color: #2196f3;
    color: #2196f3;
    transform: translateY(-1px);
}

.criteria-value:not(.active):hover {
    background: #e3f2fd;
    border-color: #2196f3;
    color: #2196f3;
}

.criteria-item strong {
    display: block;
    margin-bottom: 5px;
    color: #000;
    font-weight: 600;
    position: relative;
    z-index: 5;
    padding-right: 25px;
}
.criteria-item strong.active {
    color: #333;
    font-weight: 700;
}

.criteria-item.active strong {
    color: #333;
    font-weight: 700;
}
.plus-one {
    position: absolute;
    font-size: 14px;
    color: #ff5252;
    font-weight: bold;
    pointer-events: none;
    opacity: 1;
    transition: transform 0.8s ease-out, opacity 0.8s ease-out;
    z-index: 1000;
}
.plus-one.animate {
    transform: translateY(-30px) scale(1.3);
    opacity: 0;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(135deg, #2c3e50, #1a1a2e); */
    /* background: rgba(44, 62, 80, 0.7); */
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    z-index: 10000000;
    display: none;
}

.overlay.show {
    opacity: 1;
    visibility: visible;
}

/* ------- 18禁 ------- */
.container {
    max-width: 600px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 30px;
    text-align: center;
}

h1 {
    color: #db5f79;
    margin-bottom: 20px;
    font-size: 2.2rem;
}

p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.overlay-18 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    transition: opacity 0.3s ease;
}

#agreementBox.agreement-box, .agreement-box {
    background: white;
    border-radius: 12px;
    width: 90%;
    height: 80%;
    --agreement-box-ratio: 5 / 7;
    --agreement-btn-ratio: 9 / 3;
    max-width: 500px;
    padding: 25px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    transform: scale(0.9);
    transition: transform 0.4s ease;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 630px;
    display: none;
}

#agreementBox .warnning-logo, .warnning-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16%;
    height: 16%;
    margin: 0 auto;
}

#agreementBox .warnning-logo img, .warnning-logo img {
    width: 100%;
    height: auto;
    display: block;
}

#agreementBox.agreement-box.show, .agreement-box.show {
    transform: scale(1);
    display: flex;
    flex-direction: column;
}

#agreementBox .agreement-title, .agreement-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #e74c3c;
    margin-bottom: 15px;
    font-size: 1.8rem;
    margin-bottom: 20px;
    margin-top: 6px;
}

#agreementBox .agreement-title img, .agreement-title img {
    width: 38px;
    margin-right: 16px;
}

#agreementBox .agreement-content, .agreement-content {
    color: #555;
    font-size: 16px;
    font-weight: 400;
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    overflow-y: auto;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: justify;
    border: 1px solid #eee;
    line-height: 40px;
    text-indent: 1.8rem;
}

#agreementBox .agreement-content p, .agreement-content p {
    margin-bottom: 10px;
    color: #555;
}

/* 18 禁彈窗：移動端高度與內容區流體適配 */
@media (max-width: 768px) {
    #agreementBox.agreement-box, .agreement-box {
        width: min(92vw, 520px);
        height: auto;
        aspect-ratio: var(--agreement-box-ratio);
        max-height: 90vh;
        padding: clamp(14px, 3.2vw, 22px);
        border-radius: 10px;
    }

    #agreementBox .warnning-logo, .warnning-logo {
        width: clamp(48px, 12vw, 72px);
        height: clamp(48px, 12vw, 72px);
    }

    #agreementBox .agreement-title, .agreement-title {
        margin: 8px 0 14px;
        font-size: clamp(1.15rem, 4.8vw, 1.55rem);
    }

    #agreementBox .agreement-title img, .agreement-title img {
        width: clamp(24px, 6.2vw, 34px);
        margin-right: clamp(8px, 2vw, 12px);
    }

    #agreementBox .agreement-content, .agreement-content {
        flex: 1 1 auto;
        min-height: 0;
        max-height: none;
        line-height: clamp(26px, 5.4vw, 34px);
        text-indent: 1.4rem;
        padding: clamp(10px, 2.5vw, 14px);
        margin-bottom: clamp(12px, 2.8vw, 18px);
    }

    #agreementBox .checkbox-container {
        margin-bottom: clamp(10px, 2.6vw, 16px);
        font-size: clamp(13px, 3.4vw, 15px);
    }

    #agreementBox .checkbox-container input {
        width: clamp(16px, 4.5vw, 18px);
        height: clamp(16px, 4.5vw, 18px);
    }

    #agreementBox .buttons {
        gap: clamp(8px, 2.4vw, 14px);
    }

    #agreementBox .btn {
        width: clamp(112px, 31vw, 156px);
        aspect-ratio: var(--agreement-btn-ratio);
        min-height: 0;
        height: auto;
        padding: 0;
        font-size: clamp(0.88rem, 3.2vw, 1rem);
        line-height: 1.15;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
    }
}

@media (max-width: 540px) {
    #agreementBox.agreement-box, .agreement-box {
        width: 94vw;
        aspect-ratio: var(--agreement-box-ratio);
        max-height: 92vh;
        padding: clamp(12px, 3vw, 18px);
    }

    #agreementBox .agreement-content, .agreement-content {
        max-height: none;
        line-height: 38px;
        text-indent: 1.2rem;
        font-size: 14px;
        padding: 30px;
    }
}

@media (max-width: 375px) {
    #agreementBox.agreement-box, .agreement-box {
        width: 95vw;
        aspect-ratio: var(--agreement-box-ratio);
        max-height: 94vh;
        padding: 12px;
    }

    #agreementBox .agreement-content, .agreement-content {
        max-height: none;
        line-height: 32px;
        text-indent: 1.2rem;
        font-size: 14px;
        padding: 30px;
    }

    #agreementBox .btn {
        width: clamp(100px, 34vw, 132px);
        font-size: 0.86rem;
    }
}

#agreementBox .checkbox-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
    cursor: pointer;
    color: #333;
    font-size: 15px;
    font-weight: 400;
}

#agreementBox .checkbox-container label {
    cursor: pointer;
    color: #333;
    font-size: inherit;
    font-weight: 400;
}

#agreementBox .checkbox-container input {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

#agreementBox .buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

#agreementBox .btn {
    padding: 12px 25px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

#agreementBox .btn-accept, .btn-accept {
    background: #2ecc71;
    color: white;
}

#agreementBox .btn-accept:hover, .btn-accept:hover {
    background: #27ae60;
    transform: translateY(-2px);
}

#agreementBox .btn-reject, .btn-reject {
    background: #e74c3c;
    color: white;
}

#agreementBox .btn-reject:hover, .btn-reject:hover {
    background: #c0392b;
    transform: translateY(-2px);
}

/* 18 禁彈窗按鈕：使用更高選擇器優先級，避免被全域 .btn 覆蓋 */
#agreementBox .buttons .btn, .agreement-box .buttons .btn {
    width: 118px;
    aspect-ratio: var(--agreement-btn-ratio, 10 / 3);
    min-height: 0;
    height: auto;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.15;
    white-space: nowrap;
}

@media (max-width: 768px) {
    #agreementBox .buttons, .agreement-box .buttons {
        gap: clamp(8px, 2.4vw, 14px);
    }

    #agreementBox .buttons .btn, .agreement-box .buttons .btn {
        width: clamp(84px, 24vw, 116px);
        font-size: clamp(0.76rem, 2.7vw, 0.86rem);
    }
}

@media (max-width: 540px) {
    #agreementBox .buttons .btn, .agreement-box .buttons .btn {
        width: clamp(78px, 26vw, 102px);
        font-size: clamp(0.80rem, 2.5vw, 0.85rem);
    }
}

@media (max-width: 375px) {
    #agreementBox .buttons .btn, .agreement-box .buttons .btn {
        width: clamp(72px, 24vw, 92px);
        font-size: clamp(0.68rem, 2.3vw, 0.76rem);
    }
}

.container.result-container {
    max-width: 780px;
    margin: 0 auto;
    border-radius: 0;
}
.results-summary {
    display: flex;
    justify-content:space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 20px;
}
.results-count {
    font-size: 15px;
    color: #333;
    display: flex;
    width:50%;
    height: 100%;
    align-items: center;
}
.results-count i{
    color: #6ec902;
    margin-right: 6px;
}
.results-count strong{
    color: #f90;
    font-weight: 600;
    padding: 0 4px;
}
.sort-filter {
    display: flex;
    gap: 1rem;
    align-items: center;
    width: 50%;
    justify-content: end;
}

.sort-filter button {
    border-radius: 20px;
    background: #bf73c5;
    color: white;
    border: none;
    cursor: pointer;
}

.sort-filter button:hover {
    background: #2980b9;
    transform: translateY(-2px) 0.3s;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.product-card {
    /* background: white; */
    border-radius: 10px;
    /* box-shadow: 0 4px 15px rgba(0,0,0,0.1); */
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.product-image {
    height: 200px;
    background: linear-gradient(135deg, rgb(97, 209, 251), rgb(1, 184, 252));
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 3rem;
}
.product-image  .no-images{
    width:40%;
}
.product-info {
    padding: 1.5rem;
    padding-top: 0;
}

.product-name {
    font-size: 1.3rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.5rem;
    text-align: left;
}

.product-brand {
    color: #667eea;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.product-details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-bottom: 12px;
    font-size: 0.85rem;
    color: #7f8c8d;
}

.detail-item {
    display: flex;
    padding: 0.3rem 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.detail-label {
    color: #000;
    font-weight: 600;
}

.detail-value {
    color: #999;
    font-weight: 600;
    margin-left: 6px;
}

.product-actions {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
}
.favorited{
    color: #fff;
    background: #3498db;
}


.loading {
    text-align: center;
    padding: 3rem;
    color: #666;
    grid-column: 1 / -1;
}

.loading i {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #3498db;
}

.no-results {
    text-align: center;
    padding: 3rem;
    color: #ddd;
    grid-column: 1 / -1;
}
.no-results h3{
    font-size: 24px;
}
.no-results p{
    color: #ddd;
    font-size: 14px;
}

.no-results i {
    font-size: 4rem;
    color: #ddd;
    margin-bottom: 1rem;
}
.product-actions .btn{
    font-size: 14px;
    padding: 9px 20px;
}
.advanced-filter-container{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-image: linear-gradient(#c179bf 15%, #fee0d5);
    padding: 70px 0;
}
/* 地區下拉開啓時勿裁切 absolute 面板，並避免搶滾動 */
.advanced-filter-container:has(.area-dropdown.show),
#searchForm:has(.area-dropdown.show) {
    overflow: visible;
}
.breadcrumb{
    display: none;
}
#searchForm{
    width: calc(100% - 50px);
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
    border-radius: 40px;
    padding: 80px 50px;
    box-sizing: border-box;
    padding-bottom: 70px;
}
#totalCount {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    font-family: "AVANTI";
    letter-spacing: 4px;
    font-weight: 600;
}
/* 詳情頁 */
/* 從 moban-6 整合的 product-detail 樣式 */

.details-section {
    background-color: #fff;
    padding: 0;
}

.details-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.details-card {
    background: white;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 10px 25px rgba(52, 152, 219, 0.15);
    position: relative;
    padding: 10px;
}

.details-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(52, 152, 219, 0.25);
}

.details-image {
    height: 560px;
    overflow: hidden;
    position: relative;
}

.details-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.7s ease;
}

.product-info {
    padding: 0 20px;
    position: relative;
    min-height: 280px;
}

.product-info .countdown-timer-overlay {
    position: static;
    bottom: auto;
    right: auto;
    z-index: auto;
    background: transparent;
    backdrop-filter: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    margin-top: 15px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.global-lable {
    color: #333;
    font-weight: 600;
    white-space: nowrap;
}

.product-rating-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.rating-value {
    font-weight: 800;
    color: #ac4db3;
    font-size: 1.6rem;
    font-family: 'avenir';
    margin-right: 6px;
}

.product-desc {
    color: #7f8c8d;
    margin-bottom: 15px;
    font-size: 0.85rem;
    line-height: 1.5;
    padding: 10px 20px;
}

.product-actions {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding-top: 0;
    padding-bottom: 20px;
    margin-top: 95px;
}

/* 當倒計時顯示時（不是 display: none），移除 product-actions 的上邊距 */
.product-info .countdown-timer-overlay:not([style*="display: none"]) ~ .product-details ~ .product-actions {
    margin-top: 0;
}

.container.details-container {
    width:100%;
    max-width: 860px;
    margin: 0 auto;
    padding: 0;
    background-image: linear-gradient(#cd88c0, #fee0d5);
    border-radius: 0;
    margin-bottom: 0;
}

.product-detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 25px;
}

.product-gallery {
    position: relative;
    min-width: 0;
    /* 防止 grid 子元素溢位 */
    height: 590px;
    border-radius: 15px;
    overflow: visible;
    box-shadow: 0 10px 25px rgba(52, 152, 219, 0.2);
    padding: 10px;
}

/* 確保 product-gallery 中的 aside 顯示 */
.product-gallery aside {
    display: block !important;
    max-width: 100%;
    background: transparent;
    padding: 0;
    overflow: visible;
    height: 100%;
}

/* 確保 product-gallery 中的 carousel-container 顯示 */
.product-gallery .carousel-container {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

/* 確保 product-gallery 中的 main-image 顯示 */
.product-gallery .main-image {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: calc(100% - 82px);
}

.product-detail .carousel-track {
    height: 100%;
}

.main-image {
    width: 100%;
    height: 100%;
    position: relative;
    flex-shrink: 0;
    /* 防止在 flex/grid 佈局中收縮 */
}

.main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.main-image .details-slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: 100%;
}

.details-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-image.float-active img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: 100% !important;
    object-fit: contain !important;
}

.details-slide.slide-anim {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    z-index: 1;
    background: #000;
}

.main-image .video-container {
    height: 100%;
}

.product-detail.m8{
    width:96%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.6) url(../images/li_bg.webp) right bottom no-repeat;
    border-radius: 20px;
    box-shadow: 20px 0px 20px -20px #593357;
    padding: 15px;
}

.product-detail .product-info {
    min-width: 0;
    /* 防止 grid 子元素溢位 */
}



.main-image:hover img {
    /* transform: scale(1.05); */
}

.product-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 0;
    margin-top: 10px;
}

.product-title {
    font-size: 1.4rem;
    font-weight: 800;
    color: #2c3e50;
    padding: 0;
    margin: 20px 0;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.product-title .nickname {
    display: block;
    width: 100%;
}

.product-title .code {
    display: block;
    width: 100%;
    margin-top: 4px;
}

/* 特價標籤容器 */
.sale-tag-container {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 12px;
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
    border-radius: 20px;
    animation: sale-pulse 2s ease-in-out infinite;
}

/* 特價圖示 */
.sale-icon {
    width: 20px;
    height: 20px;
}

/* 特價文字 */
.sale-text {
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
}

@keyframes sale-pulse {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.product-code {
    color: #ac4db3;
    border-radius: 0;
    font-size: 1.0rem;
    width: 100%;
    flex-basis: 100%;
    text-align: left;
    font-weight: 600;
    white-space: nowrap;
}

.product-rating {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.stars {
    color: #FFA000;
    margin-right: 10px;
    font-size: 1.2rem;
}

.reviews {
    color: #7f8c8d;
    font-size: 0.9rem;
}

.product-price {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.current-price {
    font-size: 2rem;
    font-weight: 800;
    color: #FFA000;
    font-family: avenir;
}

.original-price {
    text-decoration: line-through;
    color: #95a5a6;
    font-weight: 600;
    font-size: 1.2rem;
    font-family: avenir;
}

.discount {
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 4px 12px rgba(39, 174, 96, 0.3);
}

.product-detail .original-price {
    margin-left: 15px;
}

.product-detail .discount {
    margin-left: 15px;
}

/* 倒計時器樣式 */
.countdown-timer {
    margin-top: 15px;
    margin-bottom: 20px;
}

.countdown-label {
    font-size: 0.85rem;
    color: #ff2442;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: left;
}

.countdown-display {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    justify-content: center;
}

.time-unit {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff2442 0%, #ff6b6b 100%);
    border-radius: 6px;
    padding: clamp(4px, 1vw + 2px, 10px) clamp(6px, 1.5vw + 4px, 12px);
    flex: 1 1 clamp(90px, 22vw, 120px);
    box-shadow: 0 2px 8px rgba(255, 36, 66, 0.3);
    gap: 3px;
    min-height: 35px;
}

.time-value {
    font-size: 1.1rem;
    font-weight: 800;
    color: white;
    font-family: avenir;
    line-height: 1;
    white-space: nowrap;
}

.time-label {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 2px;
    font-weight: 600;
    white-space: nowrap;
}

.time-separator {
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    font-weight: 800;
    color: #ff2442;
    font-family: avenir;
}

/* 倒計時浮動樣式（用於優惠專區產品卡片） */
.countdown-timer-overlay {
    position: absolute;
    bottom: 2px;
    right: 6px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    padding: clamp(4px, 1.5vw, 6px) clamp(6px, 2vw, 10px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    max-width: 100%;
    box-sizing: border-box;
}

.countdown-display-mini {
    display: flex;
    align-items: center;
    gap: clamp(2px, 1vw, 4px);
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.time-unit-mini {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff2442 0%, #ff6b6b 100%);
    border-radius: 4px;
    padding: clamp(2px, 1vw, 4px) clamp(3px, 1.4vw, 6px);
    gap: clamp(1px, 0.6vw, 2px);
    min-width: 0;
    white-space: nowrap;
}

.time-value-mini {
    font-size: clamp(0.65rem, 2.6vw, 0.9rem);
    font-weight: 800;
    color: white;
    font-family: avenir;
    line-height: 1;
    white-space: nowrap;
}

.time-label-mini {
    font-size: clamp(0.5rem, 1.8vw, 0.65rem);
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    white-space: nowrap;
}

.time-separator-mini {
    font-size: clamp(0.6rem, 2.2vw, 0.9rem);
    font-weight: 800;
    color: white;
    font-family: avenir;
    white-space: nowrap;
}

/* 優惠專區卡片中的倒計時模組水平鋪滿並居中 */
.yhzq-list .img-containe .countdown-timer-overlay {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 圖片預覽模態框樣式 */
.image-preview-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.product-description {
    color: #7f8c8d;
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 0.95rem;
}

.product-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 30px;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 0.95rem;
    color: #000;
    font-weight: 600;
    white-space: nowrap;
}

.feature-item span {
    color: #ac4db3;
}

.feature-item.full-width {
    grid-column: 1 / -1;
}

.feature-item i {
    color: #3498db;
    margin-right: 10px;
    font-size: 1rem;
}

.feature-item .price-highlight {
    color: #FFA000;
    font-weight: 700;
    padding-right: 4px;
}

/* 時長價格面板 */
.duration-price-panel {
    margin-top: 10px;
}

.duration-price-header {
    font-size: 1.1rem;
    font-weight: 700;
    color: #f27121;
    margin-bottom: 12px;
}

.duration-price-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.duration-price-item {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 12px 8px;
    border-left: 4px solid #ac4db3;
    box-shadow: 0 6px 14px rgba(242, 113, 33, 0.08);
}

.duration-time {
    font-weight: 600;
    color: #2c3e50;
}

.duration-label {
    display: inline-block;
    font-weight: 600;
    color: #ac4db3;
}

.duration-value {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-left: auto;
    font-weight: 700;
}

.duration-current {
    font-size: 1.05rem;
    color: #27ae60;
}

.duration-original {
    font-size: 1.05rem;
    color: #ff2442;
    text-decoration: line-through;
}

.product-stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin: 10px 0;
}

.stat-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 8px;
}

.stat-item i {
    font-size: 1.4rem;
    color: #FFA000;
}

.stat-item:nth-child(2) i {
    font-size: 1.5rem;
}

.stat-value {
    font-size: 1rem;
    font-weight: 700;
    color: #2c3e50;
    font-family: avenir;
}

.product-options {
    margin-bottom: 25px;
}

.option-title {
    font-weight: 700;
    margin-bottom: 10px;
    color: #2c3e50;
}

.color-options,
.size-options {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.color-option,
.size-option {
    padding: 8px 15px;
    border: 2px solid #eaf7ff;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
}

.color-option:hover,
.size-option:hover {
    border-color: #3498db;
}

.color-option.active,
.size-option.active {
    background: #3498db;
    color: white;
    border-color: #3498db;
}

.quantity-selector {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.quantity-btn {
    width: 40px;
    height: 40px;
    background: #eaf7ff;
    border: none;
    border-radius: 8px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #3498db;
    cursor: pointer;
    transition: all 0.3s ease;
}

.quantity-btn:hover {
    background: #3498db;
    color: white;
}

.quantity-input {
    width: 60px;
    height: 40px;
    text-align: center;
    margin: 0 10px;
    border: 2px solid #eaf7ff;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1rem;
}

.action-buttons {
    display: flex;
    gap: 15px;
}

.add-to-cart {
    flex-grow: 1;
    padding: 15px 0;
    background: linear-gradient(135deg, rgb(97, 209, 251), rgb(1, 184, 252));
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 800;
    transition: all 0.3s ease;
    box-shadow: 0 6px 12px rgba(52, 152, 219, 0.4);
    font-size: 1rem;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.add-to-cart::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: all 0.5s ease;
}

.add-to-cart:hover::before {
    left: 100%;
}

.add-to-cart:hover {
    background: linear-gradient(135deg, #1a5f8a 0%, #13496e 100%);
}

.wishlist-btn {
    width: 60px;
    background: #f0f0f0;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    color: #3498db;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.wishlist-btn:hover {
    background: #3498db;
    color: white;
}

.product-specs {
    margin-bottom: 40px;
    padding: 12px;
}

/* ============================================
   詳情 CTA：模板 7
   ============================================ */
.detail-identity-block {
    display: grid;
    grid-template-columns: minmax(168px, max-content) minmax(0, 1fr);
    gap: 12px;
    align-items: end;
    margin: 12px 0 16px;
}

.detail-identity-block.is-seller-session {
    grid-template-columns: minmax(168px, max-content);
}

.detail-code-card {


    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    min-width: max-content;
    padding: 12px 16px 13px;
    border-radius: 10px;
    background: linear-gradient(145deg, #fff7fb 0%, #ffffff 100%);
    border: 1px solid #efd3ea;
    box-shadow: 0 10px 24px rgba(172, 77, 179, 0.12);
    white-space: nowrap;

    flex-shrink: 0;
    max-width: 100%;
    width: max-content;
    height: 45px;
    min-height: 45px;
    box-sizing: border-box;
}

/* 詳情頁編號 / 機房 / 代調：圓角 10px；代調背景 #ac4db3 */
.details-container .detail-code-card,
.details-container .seller-detail-cta .detail-code-card,
.details-container .seller-jifang-link,
.details-container .seller-jifang-above-region .seller-jifang-link,
.product-specs .seller-jifang-above-region .seller-jifang-link,
.details-container .seller-daidiao-btn,
.details-container .seller-detail-cta > .seller-daidiao-btn {
    border-radius: 10px;
}

.details-container .seller-daidiao-btn,
.details-container .seller-detail-cta > .seller-daidiao-btn {
    background: #ac4db3;
    box-shadow: 0 6px 12px rgba(172, 77, 179, 0.25);
}

.detail-code-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #b56ab9;
}

.detail-code-value {
    font-family: avenir;
    font-size: 1.2rem;
    line-height: 1;
    color: #ac4db3;
    white-space: nowrap;
    flex-shrink: 0;
}

.detail-code-note {
    font-size: 12px;
    line-height: 1.3;
    color: #8d738f;
    white-space: nowrap;
    flex-shrink: 0;
}

.detail-booking-card {
    display: block;
    width: auto;
    min-width: 0;
    align-self: stretch;
}

.detail-booking-eyebrow {
    display: none;
}

.detail-booking-btn {
    display: flex;
    width: 100%;
    min-height: 45px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0 18px;
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #cd88c0 0%, #ac4db3 100%);
    color: #fff;
    box-shadow: 0 12px 26px rgba(172, 77, 179, 0.22);
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.detail-booking-btn:hover {
    transform: translateY(-1px);
    filter: saturate(1.08);
    box-shadow: 0 20px 36px rgba(172, 77, 179, 0.28);
}

.detail-booking-btn.is-disabled {
    pointer-events: none;
    opacity: 0.58;
    box-shadow: none;
}

.detail-booking-btn-text {
    font-size: 1.18rem;
    font-weight: 800;
    line-height: 1.1;
    white-space: nowrap;
}

.detail-booking-btn-note {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    opacity: 0.88;
    white-space: nowrap;
    text-align: left;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .detail-identity-block {
        grid-template-columns: 1fr;
        gap: 10px;
        margin: 10px 0 14px;
    }

    /* 移動端：編號卡水平鋪滿（覆蓋共用 width:max-content） */
    .detail-code-card,
    .details-container .detail-code-card,
    .details-container .seller-detail-cta .detail-code-card,
    .details-container .detail-identity-block .detail-code-card {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box;
        padding: 14px 16px;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .detail-booking-btn {
        min-height: 45px;
        padding: 0 16px;
    }

    .detail-booking-btn-note {
        font-size: 11px;
        white-space: normal;
        text-align: right;
    }
}

.specs-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 800;
    color: #2c3e50;
    padding-bottom: 10px;
    border-bottom: 2px solid #eaf7ff;
}

.specs-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 98%;
    margin: 0 auto;
}

.spec-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
    background: rgba(255, 255, 255, 0.6); 
    border-radius: 10px;
    font-size: 0.95rem;
    gap: 8px;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.spec-name {
    color: #2c3e50;
    padding-right: 2px;
    width: 70px;
    text-align: justify;
    text-align-last: justify;
    text-justify: distribute-all-lines;
    align-items: center;
    height: 20px;
}


.spec-value {
    color: #666;
    text-align: left;
    align-items: center;
    display: flex;
    flex: 1;
    border-left: 1px solid #fff;
    padding-left: 10px;
}

.spec-value.region-list {
    flex-wrap: wrap;
    white-space: normal;
    line-height: 1.6;
}

/* ========== 詳情頁 - 雷達圖與評論（來自 moban-6） ========== */
.customer-reviews {
    margin-top: 50px;
    grid-column: 1 / -1;
    padding: 12px;
}

.reviews-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 15px;
}

.customer-reviews .reviews-title {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 800;
    color: #2c3e50;
    padding-top: 0;
    text-align: left;
    padding-left: 15px;
}

.pingfen-header-right {
    margin-left: auto;
    display: flex;
    align-items: center;
    padding-right: 15px;
    margin-top: 15px;
}

.customer-reviews .current-rating {
    font-size: 16px;
    font-weight: 600;
    color: #666;
    margin-right: 15px;
}

.rating-participants {
    font-size: 14px;
    color: #ac4db3;
    font-weight: 600;
}

.rating-count {
    color: #fff;
    font-weight: 600;
    font-family: 'avenir';
}

.rating-count.none {
    color: #ccc;
    font-weight: 600;
}

/* 雷達圖 */
.radar-chart-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    border-radius: 20px; 
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.5), 0 2px 10px rgba(255, 255, 255, 0.2);
    /* border: 1px solid rgba(180, 190, 210, 0.3); */
    position: relative;
    border-top: 1px solid rgb(255, 255, 255, 0.6);
}

.radar-title {
    font-size: 1.4rem;
    margin-bottom: 20px;
    font-weight: 700;
    color: #ac4db3;
    text-align: center;
    text-shadow: 0 1px 2px rgba(74, 85, 104, 0.1);
    position: relative;
    z-index: 1;
}

.radar-chart {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 0 auto 20px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    padding: 20px;
    box-shadow: inset 0 0 30px rgba(126, 179, 255, 0.08), 0 4px 20px rgba(126, 179, 255, 0.12);
    border: 1px solid rgba(180, 190, 210, 0.3);
    z-index: 1;
}

.radar-canvas {
    width: 100%;
    height: 100%;
}

.radar-controls {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    width: 100%;
    max-width: 650px;
}

.radar-control {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(126, 179, 255, 0.1);
    border: 1px solid rgba(180, 190, 210, 0.25);
    position: relative;
    z-index: 1;
}

.radar-label {
    font-weight: 600;
    margin-bottom: 8px;
    color: #5a6a7f;
    font-size: 0.9rem;
    text-shadow: 0 1px 2px rgba(90, 106, 127, 0.1);
}

.radar-slider {
    width: 100%;
    margin: 5px 0;
    background: rgba(175, 75, 180, 0.2);
    border-radius: 5px;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    height: 6px;
    position: relative;
    z-index: 2;
}

.radar-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e19ae5, #ac4db3);
    cursor: pointer;
    box-shadow: 0 0 8px rgba(175, 75, 180, 0.4);
    border: 2px solid #e19ae5;
    position: relative;
    z-index: 3;
}

.radar-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7eb3ff, #a0c9ff);
    cursor: pointer;
    box-shadow: 0 0 8px rgba(126, 179, 255, 0.4);
    border: 2px solid #e8f2ff;
}

.radar-value {
    font-weight: 700;
    color: #af4bb4;
    font-size: 1rem;
    font-family: avenir;
}

.slider-ticks {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 5px 0;
    padding: 0 5px;
    position: relative;
    z-index: 1;
}

.radar-control .tick {
    font-size: 0.65rem;
    color: #333;
    font-weight: 500;
    position: relative;
    text-shadow: 0 0 3px rgba(139, 149, 176, 0.3);
}

.radar-control .tick::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 4px;
    background-color: #a0b5cf;
    box-shadow: 0 0 2px rgba(160, 181, 207, 0.3);
}

.radar-average {
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
    color: #5a6a7f;
    font-size: 1.2rem;
    text-shadow: 0 1px 2px rgba(90, 106, 127, 0.1);
    position: relative;
    z-index: 1;
}

.radar-submit-container {
    text-align: center;
    margin-top: 20px;
}

.submit-rating-btn {
    background: linear-gradient(135deg, #b973bd, #af4bb4);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(175, 75, 180, 0.25);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.submit-rating-btn:hover {
    background: linear-gradient(135deg, rgb(255, 160, 0), rgb(255, 153, 0));
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(126, 179, 255, 0.35);
}

.submit-rating-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(126, 179, 255, 0.25);
}

.submit-rating-btn:disabled {
    background: #6c757d;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.rating-revision-tip {
    font-size: 12px;
    color: #ff2442;
    padding: 10px 0;
}

#averageScore {
    color: #ac4db3;
    font-family: 'avenir';
    padding: 0 6px;
}

/* 評論區 */
.review-controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 12px;
    padding: 16px;
    /* background: rgba(255, 255, 255, 0.6); */
    grid-column: 1 / -1;
    border-bottom: 1px solid #f0b6b9;
}

.review-controls .sort-options {
    display: flex;
    align-items: center;
    gap: 12px;
}

.review-controls .sort-options h2 {
    display: inline-flex;
    align-items: flex-end;
    color: #000;
    font-size: 24px;
    padding: 0 15px;
    height: 44px;
    margin: 0;
}

.review-count {
    display: inline-flex;
    align-items: flex-end;
    color: #000;
    font-size: 13px;
    padding: 0 15px;
    height: 38px;
}

.review-count span {
    color: #ac4db3;
    font-family: 'avenir';
    padding: 0 6px;
    font-weight: 600;
}

.comment-filter-tabs {
    display: flex;
    gap: 8px;
    margin-left: auto;
    flex-wrap: wrap;
}

.comment-filter-button {
    border: 1px solid #f3c3c6;
    background: rgba(255, 255, 255, 0.6);
    color: #666;
    border-radius: 999px;
    padding: 4px 14px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.comment-filter-button.active {
    background: linear-gradient(135deg, #af4bb4, #af4bb4);
    color: #fff;
    font-weight: 600;
}

.review-list {
    /* background: rgba(255, 255, 255, 0.6); */
    border-radius: 12px;
    padding: 0 16px;
    grid-column: 1 / -1;
}

.review-item {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 14px 0;
    background: transparent;
    border-bottom: 1px solid #f0b6b9;
    margin-bottom: 0;
    box-shadow: none;
}

.review-item:last-child {
    border-bottom: 0;
}

.review-header-row {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.review-avatar {
    flex-shrink: 0;
}

.review-avatar img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #f5f5f5;
}

.review-main {
    width: 100%;
    position: relative;
}

.zhiding {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

.zhiding img {
    width: 40px;
    height: auto;
    display: block;
}

.jinghua {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

.jinghua img {
    width: 40px;
    height: auto;
    display: block;
}

.review-header {
    margin-bottom: 8px;
}

.review-user-info {
    display: flex;
    align-items: center;
    gap: 6px;
}

.reviewer {
    font-weight: 600;
    font-size: 14px;
    color: #000;
    font-family: pingfang, sans-serif;
    cursor: pointer;
    transition: color 0.2s ease;
}

.reviewer:hover {
    color: #007aff;
}

.review-date {
    color: #b3b3b3;
    font-size: 11px;
}

.review-content {
    color: #333;
    line-height: 1.5;
    text-align: left;
    font-size: 14px;
    margin-bottom: 10px;
    word-break: break-word;
    font-family: pingfang, sans-serif;
    margin-top: 6px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #f0b6b9;
    padding-left: 43px;
    padding-bottom: 30px;
}

.review-content.none {
    text-align: center;
    font-size: 16px;
    padding-left: 0;
}

.review-content.none i {
    color: #ccc;
    margin-right: 8px;
}

.products-empty,
.general-empty {
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding-left: 0;
    padding-bottom: 30px;
    color: #666;
    grid-column: 1 / -1;
    line-height: 320px;
}

.products-empty span,
.general-empty span {
    color: #f00;
    margin-right: 8px;
}

.deleted-content {
    color: #f44444;
    font-style: italic;
    background: #fce8ea;
    padding: 12px 16px;
    border-radius: 8px;
    display: block;
    border-left: 3px solid #ec1b21;
    font-size: 13px;
}

.pending-content {
    color: #b77900;
    font-style: italic;
    background: #fff4d6;
    box-sizing: border-box;
    border-radius: 8px;
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 12px 16px 12px 22px;
    border-left: 3px solid #f3b300;
    font-size: 13px;
}

.review-content:has(.deleted-content) ~ .review-actions {
    display: none !important;
}

.comment-media-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.comment-media-item {
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 14px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    background: #f7f7f7;
    transition: transform 0.2s ease;
}

.comment-media-item:hover {
    transform: scale(1.05);
}

.comment-video-wrapper {
    width: 96px;
    height: 96px;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.comment-video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 18px;
    align-items: center;
    margin-top: 2px;
}

.action-btn {
    display: flex;
    align-items: center;
    gap: 4px;
    background: none;
    border: none;
    color: #ac4db3;
    font-size: 12px;
    cursor: pointer;
    padding: 0;
    transition: all 0.2s ease;
    flex-shrink: 0;
    white-space: nowrap;
}

.action-btn.active i,
.action-btn.liked i {
    color: #ff2442 !important;
}

.action-btn i {
    font-size: 15px;
}

.action-btn span {
    font-size: 12px;
    font-family: avenir, sans-serif;
    color: #000;
}

.like-btn.active {
    color: #ff2442 !important;
}

.like-btn.active i {
    animation: radarLikeAnimation 0.4s ease;
}

.like-btn.active i::before {
    content: '\f004';
    font-weight: 900;
}

@keyframes radarLikeAnimation {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.3); }
}

.comment-input-footer {
    margin-top: 12px;
    padding: 16px;
    padding-top: 26px;
    /* background: #fff; */
    border-radius: 0 0 12px 12px;
    border-top: 1px solid #fac9cd;
}

.comment-input-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.comment-input-wrapper {
    flex: 1;
    position: relative;
}

.comment-input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #fac9cd;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    color: #333;
    outline: none;
    transition: all 0.3s ease;
}

.comment-input:focus {
    background: #fff;
    border-color: #d0d0d0;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
}

.comment-input::placeholder {
    color: #999;
}

.customer-reviews .interaction-stats {
    display: flex;
    align-items: center;
    gap: 20px;
}

.customer-reviews .interaction-stats .stat-item {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 4px 8px;
    border-radius: 6px;
}

.customer-reviews .interaction-stats .stat-item:hover {
    transform: translateY(-1px);
}

.customer-reviews .interaction-stats .stat-item i {
    font-size: 16px;
    color: #ac4db3;
}

.customer-reviews .interaction-stats .stat-item.active i {
    color: #ff2442 !important;
}

.customer-reviews .interaction-stats .stat-item span {
    font-size: 13px;
    color: #990033;
    font-weight: 500;
}

.comment-input-footer.is-locked .comment-input,
.comment-input-footer.is-locked .interaction-stats {
    opacity: 0.6;
    pointer-events: none;
}

.interaction-locked-hint {
    margin-top: 12px;
    font-size: 13px;
    color: #9b1b30;
}

.spec-member-locked {
    color: #fff;
    font-weight: 600;
}

.spec-member-locked .member-register-link {
    color: #990033;
    font-weight: 700;
    margin-right: 4px;
    text-decoration: none;
}

.spec-member-locked .member-register-link:hover {
    text-decoration: underline;
}

.comment-badge-list {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-left: 12px;
    flex-wrap: wrap;
}

.comment-badge {
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 999px;
    font-weight: 500;
}

.comment-badge.badge-featured {
    background: #fff0c2;
    color: #6b3d00;
}

.comment-badge.badge-pinned {
    background: #ffe1d4;
    color: #7b2b00;
}

/* ========== 評論回複相關樣式（來自 moban-6） ========== */
.comment-video-wrapper .video-play-icon,
.comment-video-wrapper .comment-video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    pointer-events: none;
}

.comment-video-wrapper .comment-video-overlay i {
    margin-left: 3px;
}

/* 回覆列表樣式 */
.reply-list {
    margin-top: 10px;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    text-align: left;
    display: block;
}

.reply-list .reply-item {
    border-bottom: 1px dashed #ddd;
    padding: 10px;
}

.reply-list .reply-item:last-child {
    border-bottom: none;
}

.reply-list:empty {
    display: none;
}

/* 回覆操作按鈕 */
.reply-actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    margin-top: 6px;
    padding-top: 4px;
    align-items: center;
}

.reply-action-btn {
    display: flex;
    align-items: center;
    gap: 4px;
    background: none;
    border: none;
    color: #8a919f;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 2px 0;
    flex-shrink: 0;
    white-space: nowrap;
}

.reply-action-btn.active i,
.reply-action-btn.liked i {
    color: #ff2442 !important;
}

.reply-action-btn i {
    font-size: 13px;
}

.reply-action-btn span {
    font-size: 12px;
    font-weight: 500;
}

.reply-action-btn.like-btn.active {
    color: #ff2442;
}

.reply-action-btn.like-btn.active i {
    color: #ff2442;
}

/* 回覆項樣式 */
.reply-item {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 6px;
    word-break: break-all;
    font-family: pingfang, sans-serif;
    display: block;
}

.reply-item:last-child {
    margin-bottom: 0;
}

.reply-item > .reply-user,
.reply-item > .reply-text {
    display: inline-block;
}

.reply-item > .reply-time,
.reply-item > .reply-actions {
    display: block;
}

.reply-item > .reply-actions,
.reply-item-new > .reply-actions {
    display: flex;
    flex-wrap: nowrap;
}

.reply-item-new {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 6px;
    margin-top: 8px;
    margin-left: 10px;
    padding: 8px 10px;
    padding-left: 12px;
    word-break: break-all;
    font-family: pingfang, sans-serif;
    background: rgba(255, 255, 255, 0.2);
    border-left: 2px solid #f6c3f9;
    border-radius: 4px;
}

.reply-item-new .reply-item-new {
    margin-left: 10px;
    border-left-color: #eda6f1;
    background: rgba(255, 255, 255, 0.4);
}

.reply-item-new .reply-item-new .reply-item-new {
    margin-left: 10px;
    border-left-color: #d279d6;
    background: rgba(255, 255, 255, 0.6);
}

.reply-item-new .reply-item-new .reply-item-new .reply-item-new {
    margin-left: 10px;
    border-left-color: #af4bb4;
    background: rgba(255, 255, 255, 1.0);
}

.reply-user {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.reply-to {
    color: #b3b3b3;
    margin: 0 2px;
    font-size: 12px;
}

.reply-time {
    color: #b3b3b3;
    font-size: 11px;
    margin-top: 4px;
    margin-bottom: 8px;
}

.reply-target {
    color: #990033;
    font-size: 14px;
    font-weight: 600;
}

.reply-text {
    color: #000;
    font-size: 14px;
}

.reply-text.deleted-content {
    color: #f44444;
    font-size: 13px;
    background: #fce8ea;
}
.reply-text.pending-content {
    color: #b77900;
    font-size: 13px;
    background: #fff4d6;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    box-sizing: border-box;
    min-height: 36px;
    padding: 8px 12px 8px 18px;
    margin-left: 4px;
    border-radius: 8px;
    border-left: 3px solid #f3b300;
    font-style: italic;
}

.show-more-replies {
    display: inline-block;
    margin-top: 6px;
    padding: 2px 0;
    background: none;
    border: none;
    color: #043b88;
    font-size: 14px;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.show-more-replies:hover {
    opacity: 0.7;
}

/* 回覆輸入框樣式 */
.reply-input-box {
    margin-top: 10px;
    padding: 0;
    background: transparent;
}

.reply-input {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #e3e3e3;
    border-radius: 18px;
    font-size: 14px;
    outline: none;
}

.reply-actions-box {
    display: flex;
    gap: 8px;
    margin-top: 8px;
    justify-content: flex-end;
}

.reply-cancel-btn,
.reply-submit-btn {
    padding: 6px 16px;
    border: 1px solid #e3e3e3;
    border-radius: 18px;
    font-size: 13px;
    cursor: pointer;
    background: #fff;
    color: #666;
    transition: all 0.2s ease;
}

.reply-submit-btn {
    background: #ff2442;
    color: #fff;
    border-color: #ff2442;
}

.reply-submit-btn:hover {
    background: #e61e3a;
}

.reply-cancel-btn:hover {
    background: #f5f5f5;
}

/* 新的回覆輸入模組樣式 */
.reply-input-module {
    margin-top: 12px;
    padding: 16px;
    border-radius: 0 0 12px 12px;
    border-top: 1px solid #fac9cd;
    animation: slideUp 0.3s ease-out;
}

.reply-input-module[data-interactions-locked="true"] {
    opacity: 0.6;
    pointer-events: none;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.reply-target-info {
    display: none;
    padding: 8px 12px;
}

.reply-target-header {
    font-size: 14px;
    color: #666;
    margin-bottom: 4px;
    text-align: left;
}

.reply-target-text {
    color: #999;
    margin-right: 4px;
}

.reply-target-user {
    color: #990033;
    font-weight: 600;
}

.reply-target-content {
    font-size: 14px;
    color: #000;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.input-row {
    margin-bottom: 12px;
}

.reply-text-input {
    width: 100%;
    padding: 12px 32px;
    border: none;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 60px;
    font-size: 14px;
    color: #333;
    outline: none;
    transition: all 0.2s ease;
    box-sizing: border-box;
    resize: none;
    min-height: 45px;
    max-height: 200px;
    font-family: inherit;
    line-height: 1.5;
    overflow-y: hidden;
    height: auto;
}

.reply-text-input:focus {
    background: rgba(255, 255, 255, 0.6);
}

.reply-text-input::placeholder {
    color: #999;
}

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

.left-controls {
    display: flex;
    gap: 8px;
}

.right-controls {
    display: flex;
    gap: 8px;
}

.input-btn {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    /* background: rgba(255, 255, 255, 0.2); */
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    color: rgba(0, 0, 0, 0.5);
    font-size: 24px;
    border: 0;
    font-weight: lighter;
}

.controls-row .action-btn {
    padding: 8px 16px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 60px;
    border-radius: 60px;
}

.send-btn {
    background: #ac4db3;
    color: #fff;
    box-shadow: 0 2px 4px rgba(250, 200, 205, 0.2);
}

.send-btn:hover {
    background: #e61e3a;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(250, 200, 205, 0.5);
}

.send-btn:active {
    transform: translateY(0);
}

.controls-row .action-btn.cancel-btn {
    background: #fff;
    color: #666;
    border: 1px solid #d0d0d0;
}

.cancel-btn:hover {
    background: #f5f5f5;
    color: #333;
    border-color: #b0b0b0;
}

.cancel-btn:active {
    transform: scale(0.98);
}

.comment-count-btn {
    display: flex;
    align-items: center;
    gap: 4px;
    background: none;
    border: none;
    color: #ac4db3;
    font-size: 12px;
    cursor: pointer;
    padding: 0;
    transition: all 0.2s ease;
}

.hidden-replies {
    display: none;
}

/* ========== 詳情頁 - 輪播圖/縮圖/全屏（來自 moban-6） ========== */
/* 縮圖容器 */
.thumbnails-container {
    display: flex;
    padding: 8px;
    gap: 10px;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    position: relative;
    margin-bottom: 0;
    min-height: fit-content;
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px;
}

/* 美化捲軸 - 桌面端 */
.thumbnails-container::-webkit-scrollbar {
    height: 6px !important;
    display: block !important;
    visibility: visible !important;
    z-index: 100 !important;
    position: relative;
}

.thumbnails-container::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 10px;
    margin: 0 10px;
    visibility: visible !important;
    z-index: 100 !important;
}

.thumbnails-container::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border-radius: 10px;
    border-bottom-left-radius: 6px !important;
    box-shadow: 0 2px 6px rgba(102, 126, 234, 0.3);
    min-width: 20px;
    visibility: visible !important;
    z-index: 100 !important;
}

.thumbnails-container::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%) !important;
    box-shadow: 0 3px 8px rgba(102, 126, 234, 0.5);
}

.thumbnail {
    flex-shrink: 0;
    width: 15%;
    aspect-ratio: 1;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 5px rgba(52, 152, 219, 0.15);
    border: 2px solid #eee;
    position: relative;
}
.thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbnail:hover {
    box-shadow: 0 8px 20px rgba(52, 152, 219, 0.25);
}

.preview-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(15px);
}

.preview-content {
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 20px;
    max-width: 650px;
    width: 90%;
    max-height: 85vh;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.1);
    animation: slideUp 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes slideUp {
    from {
        transform: translateY(50px) scale(0.95);
        opacity: 0;
    }
    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.preview-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 28px;
    background: linear-gradient(135deg, rgb(97, 209, 251), rgb(1, 184, 252));
    color: white;
}

.preview-header h3 {
    font-size: 20px;
    font-weight: 500;
    color: white;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.preview-header h3 i {
    font-size: 24px;
}

.preview-close {
    width: 36px;
    height: 36px;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    padding: 0;
    color: #999;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    line-height: 0;
    backdrop-filter: blur(10px);
    box-sizing: border-box;
}

.preview-close svg {
    width: 18px;
    height: 18px;
    display: block;
    flex: 0 0 auto;
    margin: auto;
}

.preview-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg) scale(1.1);
}

.preview-close:active {
    transform: rotate(90deg) scale(0.95);
}

.preview-body {
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background: white;
}

.preview-image {
    max-width: 100%;
    max-height: 45vh;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    border: 4px solid #f0f0f0;
    transition: all 0.3s ease;
}

.preview-image:hover {
    transform: scale(1.02);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.preview-info {
    font-size: 15px;
    color: #666;
    margin: 0;
    text-align: center;
    word-break: break-all;
    background: #f9f9f9;
    padding: 10px 16px;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
}

.preview-actions {
    display: flex;
    gap: 16px;
    width: 100%;
    margin-top: 12px;
}

.preview-search-btn,
.preview-cancel-btn {
    flex: 1;
    padding: 14px 28px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.preview-search-btn {
    background: linear-gradient(135deg, rgb(97, 209, 251), rgb(1, 184, 252));
    color: white;
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.35);
    text-align: center;
}

.preview-search-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.preview-search-btn:hover::before {
    width: 300px;
    height: 300px;
}

.preview-search-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(52, 152, 219, 0.45);
}

.preview-search-btn:active {
    transform: translateY(-1px);
}

.preview-cancel-btn {
    background: #f5f5f5;
    color: #666;
    border: 1px solid #e0e0e0;
    text-align: center;
}

.preview-cancel-btn:hover {
    background: #e8e8e8;
    color: #333;
    border-color: #d0d0d0;
    transform: translateY(-2px);
}

.preview-cancel-btn:active {
    transform: translateY(0);
}

/* 媒體預覽模態框 */
.media-preview-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation: modalFadeIn 0.3s ease forwards;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.media-preview-modal .preview-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.preview-dialog {
    position: relative;
    width: 90%;
    max-width: 1200px;
    height: 70vh;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.media-preview-modal .preview-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #e5e7eb;
    background: #f9fafb;
}

.media-preview-modal .preview-header h3 {
    margin: 0;
    font-size: 16px;
    color: #374151;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    background: transparent;
    padding: 0;
}

.media-preview-modal .preview-close {
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    cursor: pointer;
    color: #6b7280;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    padding: 0;
    box-sizing: border-box;
    line-height: 0;
}

.media-preview-modal .preview-close:hover {
    background: #e5e7eb;
    color: #374151;
}

.media-preview-modal .preview-body {
    padding: 16px 20px;
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    opacity: 0;
    animation: bodyFadeIn 0.5s ease 0.2s forwards;
}

@keyframes bodyFadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.media-preview-modal .preview-slide-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.media-preview-modal .preview-slide-wrapper {
    display: flex;
    height: 100%;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.media-preview-modal .preview-slide-item {
    flex: none;
    min-width: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.media-preview-modal .preview-media {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.preview-nav {
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.preview-nav:hover {
    background: rgba(0, 0, 0, 0.7);
    transform: scale(1.1);
}

.preview-nav:active {
    transform: scale(0.95);
    background: rgba(0, 0, 0, 0.8);
}

.preview-nav.disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

.prev-nav {
    left: 20px;
}

.next-nav {
    right: 20px;
}

.preview-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    transition: all 0.3s ease;
    opacity: 0;
    animation: fadeInUp 0.4s ease 0.2s forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

/* 拖拽時禁止頁面滾動 */
body.no-scroll {
    overflow: hidden;
    touch-action: none;
}


/* 移動端樣式 */
@media only screen and (max-width: 767px) {
    .product-detail {
        grid-template-columns: 1fr;
        gap: 0;
        margin-bottom: 0;
        margin-top: 10px!important;
    }

    .details-container-top {
        display: flex;
        flex-direction: column;
        height: auto;
        position: relative;
    }

    .product-desc {
        padding-top: 20px;
    }

    .product-info {
        padding: 20px;
    }

    .detail-item.sub-price .current-price {
        font-size: 14px;
    }

    /* 雷達圖與評論 - 移動端 */
    .radar-controls {
        grid-template-columns: 1fr;
    }

    .radar-chart {
        width: 250px;
        height: 250px;
    }

    .radar-chart-container {
        margin-bottom: 10px;
        padding: 15px;
    }

    .radar-title {
        font-size: 1.2rem;
        margin-bottom: 12px;
    }

    .radar-control {
        padding: 10px;
    }

    .radar-label {
        font-size: 0.85rem;
    }

    .radar-average {
        font-size: 1rem;
    }

    .radar-submit-container {
        margin-top: 12px;
    }

    .submit-rating-btn {
        padding: 10px 24px;
        font-size: 0.95rem;
    }

    .customer-reviews {
        border-radius: 0;
        padding: 15px;
        padding-bottom: 0;
        margin-top: 10px;
    }

    .reviews-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .customer-reviews .reviews-title {
        font-size: 20px;
        padding-left: 0;
    }

    .pingfen-header-right {
        margin-left: 0;
        margin-top: 0;
        padding-right: 0;
    }

    .customer-reviews .current-rating {
        font-size: 14px;
        font-weight: 500;
        margin-right: 10px;
    }

    .rating-value {
        font-size: 20px;
    }

    .review-controls {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-top: 16px;
        margin-bottom: 10px;
        padding: 12px;
    }

    .review-controls .sort-options h2 {
        font-size: 20px;
        padding-left: 0;
        height: auto;
    }

    .review-count {
        height: auto;
        padding: 0;
    }

    .comment-filter-tabs {
        margin-left: 0;
        gap: 6px;
    }

    .comment-filter-button {
        padding: 3px 12px;
        font-size: 12px;
    }

    .review-list {
        padding: 0 12px;
    }

    .review-item {
        padding: 10px 0;
    }

    .review-avatar img {
        width: 32px;
        height: 32px;
    }

    .reviewer {
        font-size: 13px;
    }

    .review-user-info {
        flex-wrap: wrap;
    }

    .review-date {
        flex-basis: 100%;
        width: 100%;
        text-align: left;
        font-size: 10px;
    }

    .review-content {
        font-size: 13px;
        padding-left: 0;
        padding-bottom: 20px;
    }

    .review-content.none {
        font-size: 15px;
    }

    .comment-media-item,
    .comment-video-wrapper {
        width: 80px;
        height: 80px;
    }

    .review-actions {
        gap: 12px;
    }

    .action-btn {
        font-size: 11px;
    }

    .action-btn i {
        font-size: 14px;
    }

    .comment-input-footer {
        padding: 12px;
        padding-top: 20px;
    }

    .comment-input {
        padding: 10px 14px;
        font-size: 13px;
    }

    .customer-reviews .interaction-stats {
        gap: 10px;
    }

    .customer-reviews .interaction-stats .stat-item span {
        font-size: 12px;
    }

    .product-specs {
        padding: 0 10px;
        margin-bottom: 0;
        margin-top: 10px;
    }
    .specs-grid{
        width:100%;
    }
    .feature-item,
    .spec-item {
        font-weight: 500;
    }

    .comment-badge-list {
        display: none;
    }

    /* 輪播圖/縮圖/全屏 - 移動端 */
    .carousel-container.subpage {
        border-radius: 6px;
    }

    .carousel-slide.fade-anim {
        width: 100vw;
    }

    .carousel-slide video {
        width: 100vw;
    }

    .carousel-slide.coverflow-anim {
        width: 100vw;
    }

    .carousel-container {
        max-height: 100%;
    }

    .product-gallery {
        background: #fff;
        height: 60vh;
        min-height: 540px;
    }

    .product-gallery .main-image {
        height: calc(100% - 72px);
    }

    .preview-nav {
        width: 50px;
        height: 50px;
        min-width: 50px;
        min-height: 50px;
        touch-action: manipulation;
    }

    /* 縮圖容器 - 移動端 */
    .thumbnails-container::-webkit-scrollbar {
        height: 0;
    }

    .thumbnails-container::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 10px;
        margin: 0 0;
    }

    /* 時長價格面板 - 移動端 */
    .duration-price-list {
        margin-bottom: 20px;
    }
}


@media only screen and (max-width: 767px) {
    .kefu_ca {
		bottom: 70px;
	}
	.kefu_ca .container{
		padding: 20px 0;
	}
	
	.kefu_ca .item {
		flex: 0 0 auto;  /* 關鍵屬性：根據內容自動計算基礎寬度 */
		margin: 0 auto;
		text-align: center;
		white-space: nowrap; /* 防止內容換行 */
	}
	.kefu_ca .item img {
		width:50%;
	}
	.kefu_ca .slide_close {
		width: 8.5vw;
		height: 8.5vw;
	}
 .index_header{
    height: 35vw;
}
.list_header{
	width:100%;
	height: 18vw;
	padding-top: 4vw;
}
.phb_banner{
    height: 74.5vw;
}
.new_banner{
    height: 74.5vw;
}
.list_banner{
    height: 79.5vw;
}
.search_banner{
    height: 74.5vw;
}
.main_div-search-results .search-result .top_button {
    min-width: 0;
    max-width: 100%;
    padding-right: 10px;
}
.main_div-search-results .search-result .top_button .sort-filter {
    flex-wrap: nowrap;
    width: auto;
    max-width: 100%;
    gap: 0.5rem;
}
.main_div-search-results .search-result .top_button .sort-filter .filter-toggle {
    white-space: nowrap;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
}
.phb_list_title.list_title {
    padding-left: 4vw;
    padding-top: 20vw;
}
.phb_list_title_left.list_title_left {
    line-height: 13vw;
}
.phb_list_title_left em {
    text-shadow: -2px -2px 2px #fff, 2px -2px 2px #fff, -2px 2px 2px #fff, 2px 2px 2px #fff, 0px 5px 6px #333;
    -webkit-text-stroke: 1px #ac4db3;
    letter-spacing: 6px;
}
.phb_text {
    width: 100%;
    height: 30vw;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 10vw;
    padding-top: 2.5vw;
    font-family: "FZCUJINLFW";
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    text-shadow: none;
    transform: scale(0.8);
}
.search_text {
    text-shadow: -2px 2px 4px #5c3a6b;
    padding-right: 2vw;
    padding-top: 7vw;
    font-size: 7vw;
    line-height: 10vw;
}
.header_icon {
    width: 80px;
    height: 45px;
}
.header_left {
    width: 22%;
    height: 75%;
}
.header_left .user_logo {
    display: inline-block;
    width: 14vw;
    height: 14vw;
    border-radius: 50%;
    border: 4px solid rgba(255,255,255,.7);
    overflow: hidden;
    margin-top: 31px;
}
	
.header_right {
    width: 78%;
    height: 75%;
}
.header_top{
    height: 48px;
	padding-left: 10px;
	box-sizing: border-box;
}
.header_top .user_name_left{
	width:8%;
	margin-top: 5px;
}
.header_top .user_name_right{
	width:8%;
	margin-top: 5px;
}
.header_top .user_name {
    font-size: 18px;
    height: 40px;
    margin-top: 10px;
    line-height: 40px;
	padding: 0 8px;
	text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
}
.user_gg_div {
    width: 100%;
    height: 20px;
    padding-top: 5px;
	padding-left: 5vw;
}
.user_icon {
    width: 7vw;
    height: 7vw;
    background-size: 80%;
}
.usgg {
    width: calc(100% - 30vw);
    height: 30px;
    line-height: 22px;
	font-size: 12px;
	margin-left: 1vw;
}
.index-search {
    height: 11vw;
}
.index-search button {
    width: 11vw;
    height: 11vw;
    margin-top: 0;
	right: 8px;
}
.index-search input{
	width:calc(100% - 11vw);
	height: 11vw;
	line-height: 12vw;
	font-size: 13px;
	padding-left: 15px;
	padding-right: 15px
}
.index-search input::-webkit-input-placeholder{
	font-size: 14px;
	line-height: 12vw;
}
.index-search-left {
    width: 72%;
    height: 100%;
}
.index-search-right {
    width: 25%;
    height: 100%;
}
.index-search-right a {
    width: 100%;
    height: 84%;
    font-size: 14px;
    text-decoration: none;
    line-height: 9vw;
    margin-top: 4%;
    margin-right: 5%;
}
.swiper_mask_top {
    height: 20px;
}





/*今日推介*/
.jrtj_main{
    padding-top: 86px;
}

.jrtj_title{
    width: 100%;
    height: 32vw;
    box-sizing: border-box;
    background-size: contain;
    z-index: 0;
}
.jrtj_title span{
    width: 120px;
    font-size: 24px;
    color: #fff;
    line-height: 46px;
	text-shadow: -1px 2px 4px #245877;
    margin-top: 45px;
    margin-right: 15vw;
}
.jrtj_main span.small_letter{
    display: none;
}
.jrtj_title02{
    height: 32vw;
    z-index: 0;
}
.jrtj_title02 span {
    width: 120px;
    font-size: 24px;
    color: #fff;
    line-height: 46px;
    text-shadow: -1px 2px 4px #875c07;
    margin-top: 45px;
    margin-right: 10.5vw;
}
.phb_num.phb_num{
    top: -10px;
    right: 16px;
}
.button{
    padding-left: 0!important;
}
.d_yaoyueta{
    font: 20px/9vw 'FZYUEJTK', sans-serif!important;
    width: 21vw!important;
    height: 9vw!important;
    padding-left: 0!important;
	font-weight: 800!important;

	}
.jrtj_list_row {
    width: calc(100% - 20px);
}
.jrtj_list_row ul {
    background-size: 40%;
    padding-top: 30px;
	margin-bottom: 0;
}
.jrtj_list_row li {
    width: 90%;
    height: 518px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 0;
	box-sizing: border-box;
    margin-bottom: 13vw;
}
.jrtj_list_row.detail li {
    width: 100%;
    height: 270px;
    border-radius: 10px;
    padding: 8px;
    box-sizing: border-box;
    margin-bottom: 0;
}
.jrtj_list_row li:last-child {
	margin-bottom: 0;
}
li .info_div {
    width: 225px;
    height: 55px;
    padding: 5px;
    box-sizing: border-box;
    border-top-right-radius: 20px;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    top: -40px;
}
.info_div .user_pic {
    width: 42px;
    height: 42px;
    border: 2px solid #fff;
    border-radius: 50px;
    margin-top: 2px;
}
.info_div .user_name {
    width: 165px;
    height: 55px;
    font-size: 13px;
    font-weight: 600;
    padding-left: 10px;
    padding-top: 0;
    float:right;

}
.jrtj_list_row li .nr_div dt {
    width: 50%;
    height: 22px;
    font-size: 13px;
}
.jrtj_list_row li .nr_div dt.long {
    width: 100%;
}

.jrtj_list_row li .pingfen {
    right: 0;
    top:12px;
    width: 24vw;
    height: 11.5vw;
    line-height: 4vw;
    font-size: 14px;
}
.pingfen.normal em {
    font-size: 22px!important;
    padding-right: 4px;
}
.info_div .user_name span {
    display: block;
    height: 25px;
    font-size: 18px;
    line-height: 25px;
	font-weight: 800;
}
.detail li .info_div .user_name span {
    display: block;
    height: 25px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 800;
}
.detail li .info_div .user_name span.num{
  display: inline-block;
  font-size: 12px;
  font-family: 'AVANTI';
  letter-spacing: 2px;
}
.d_yaoyuta{
    display: none!important;
}
li .zhanshi_main {
    bottom: 10px;
    width: 84%;
    height: 98%;
    border-radius: 10px;
    padding: 6px;
}
.detail li .zhanshi_main {
    bottom: 30px;
    width: 100%;
    height: 93%;
    border-radius: 10px;
    padding: 6px;
    padding-right: 0;
}
.detail li .zhanshi_main .img_div {
    width: 40%;
    height: 84%;
    float: left;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
/* 移動端 img_div 與 nr_div 上下排列 */
.zhanshi_main {
    display: flex;
    flex-direction: column;
}
.zhanshi_main .img_div {
    width: 100% !important;
    float: none;
    height: 300px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
}
.zhanshi_main .nr_div {
    width: 100% !important;
    float: none;
    padding-left: 5px;
    padding-top: 12px;
    padding-bottom: 8px;
    flex: 1;
    min-height: 0;
}
.detail li .zhanshi_main .img_div {
    width: 100% !important;
    height: auto;
    min-height: 100px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
}
.zhanshi_main .nr_div dt >span {
    width: auto;
    padding-right: 0;
    text-align-last:left;
}
.zhanshi_main .nr_div em {
    padding-left: 6px;
}
li .tool_bar {
    width: 17%;
    height: 88%;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 23px;
}
	
li .tool_bar span {
    height: 20%;
}
li .tool_bar p {
    font-size: 13px;
    line-height: 60px;
}
.detail li .tool_bar {
    width: 100%;
    height: 23%;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 0;
    left: 0;
    top: 74.5%;
    z-index: 9;
}
.detail li .tool_bar span {
	float: left;
	width:33%;
    height: 100%;
}
li .tool_bar span:nth-child(1).ssjf {
    color: #fff;
    width: 100%;
    font-weight: 600;
    line-height: 60px;
    padding-left: 50px;
    position: static;
    font-size: 16px;
    background-size: 8%;
    background-position: 10px 10px;
}
li .tool_bar span.yaofenxiang {
    background: url(../images/yaofenxiang.png)top center no-repeat;
    background-size: 20%;
    background-position: 50% 30%;
}
li .tool_bar span.yaoshoucang {
    background: url(../images/i_sc.png)top center no-repeat;
    background-size: 20%;
    background-position: 50% 30%;
}
li .tool_bar span.post_zan {
    background: url(../images/i_zan.png) center no-repeat;
    background-size: 20%;
    background-position: 50% 30%;
}
.detail li .tool_bar p {
    font-size: 13px;
    line-height: 95px;
}
.ph_pingfen em{
    font-size: 24px;
}
.ph_pingfen {
    display: block;
    position: absolute!important;
    left: 0;
    bottom: 6px;
    text-align: right;
    width: 22vw!important;
    height: 30px!important;
    z-index: 99;
    font-family: 'Microsoft JhengHei'!important;
    /* padding-left: 10px!important; */
    padding-right: 0!important;
    line-height: 35px!important;
    font-size: 16px!important;
    font-weight: 600;
}
.de_pingfen {
    display: block!important;
    font: 20px/9vw 'FZYUEJTK', sans-serif!important;
    width: auto!important;
    min-width: 21vw!important;
    height: 9vw!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
    font-weight: 800!important;
}
.d_yaoyueta {
    display: none!important;
}
.nr_div .pingfen span {
    font-size: 32px;
}
.nr_div dt {
    height: 20px;
    font-size: 0.7rem;
}
.icon_tool {
    right: 1%;
    bottom: -6px;
    width: 57%;
    height: 35px;
}
.icon_tool span {
    width: 33.3%;
    height: 35px;
    padding-left: 32px;
}
.icon_tool span.i_zan {
    background-size: 25%;
}
.icon_tool span.i_sc {
    background-size: 25%;
}
.icon_tool span.i_pl {
    background-size: 25%;
}
.icon_tool p {
    font-size: 13px;
    line-height: 25px;
}
	.d_yaoyueta{
		margin: .45em!important;
	}
/*排行榜*/

.phb_title{
    width: 100%;
    height: 35vw;
    box-sizing: border-box;
}
.phb_title_01{
    width: 150px;
    font-size: 46px;
    color: #775e06;
    font-weight: 800;
    line-height: 46px;
    text-shadow: -1px -1px 0 #f5e57a, 1px -1px 0 #f5e57a, -1px 1px 0 #f5e57a, 1px 1px 0 #f5e57a, 0px 3px 3px #ad8a10;
    -webkit-text-stroke: 1px #fff;
    margin-top: 18vw;
	margin-left: 16px;
}
.phb_title_02{
	display: none;
}

.index_phb_row {
    width: calc(100% - 16px);
	margin-bottom: 20px;
}
.index_phb_row li:nth-child(1) {
    box-sizing: border-box;
    padding: 10px;
    display: block;
    float: left;
    width: 100%;
    height: 186.6666px;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
	background: #fadcb5;
}
.index_phb_row li:nth-child(1) .img_div {
    width: 35%;
    height: 100%;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    float: left;
}
.index_phb_row li:nth-child(1) .nr_div {
    width: 65%;
    height: 100%;
    position: relative;
    float: left;
}
.index_phb_row li:nth-child(1) .icon_tool {
    position: absolute;
    left: 35%;
    bottom: 0;
    width: 65%;
    height: 35px;
}
.index_phb_row li:nth-child(1) .icon_tool span {
    display: block;
    width: 33.3333%;
    height: 30px;
    padding-left: 32px;
    float: left;
    box-sizing: border-box;
}
.index_phb_row li:nth-child(1) .pingfen {
    line-height: 47px;
    width: 90px;
    height: 43px;
    font-size: 18px;
    font-family: "Microsoft JhengHei";
    position: absolute;
    top: 4px;
    left: 8px;
    color: #fff;
    z-index: 9;
    background-size: contain;
}
.index_phb_row li:nth-child(1) .pingfen span {
    font-size: 26px;
}
.index_phb_row li:nth-child(1) .i_zan {
    background: url(../images/i_zan_1.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(1) .i_sc {
    background: url(../images/i_sc_1.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(1) .i_pl {
    background: url(../images/i_pl_1.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(1) p {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #bf5007;
    font-family: "AVANTI";
    font-size: 13px;
    line-height: 38px;
}
.index_phb_row li:nth-child(1) .lable {
    bottom: 25%;
}
.index_phb_row li:nth-child(1) .nr_div dl {
    padding-top: 0;
    padding-left: 10px;
}
.index_phb_row li:nth-child(1) .nr_div dt {
    width: 100%;
    height: 18px;
    font-size: 12px;
}
.index_phb_row li:nth-child(1) .nr_div em.price {
    color: #f90;
}
.index_phb_row li:nth-child(2) {
    box-sizing: border-box;
    padding: 10px;
    display: block;
    float: left;
    width: 100%;
    height: 186.6666px;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    background: #ffe4ef;
}
.index_phb_row li:nth-child(2) .img_div {
    width: 35%;
    height: 100%;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    float: left;
}
.index_phb_row li:nth-child(2) .nr_div {
    width: 65%;
    height: 100%;
    position: relative;
    float: left;
}
.index_phb_row li:nth-child(1) .icon_tool {
    position: absolute;
    left: 35%;
    bottom: 0;
    width: 65%;
    height: 35px;
}
.index_phb_row li:nth-child(1) .icon_tool span {
    display: block;
    width: 33.3333%;
    height: 30px;
    padding-left: 32px;
    float: left;
    box-sizing: border-box;
}
.index_phb_row li:nth-child(2) .i_zan {
    background: url(../images/i_zan_2.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(2) .i_sc {
    background: url(../images/i_sc_2.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(2) .i_pl {
    background: url(../images/i_pl_2.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(2) p {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #9f2052;
    font-family: "AVANTI";
    font-size: 13px;
    line-height: 38px;
}
.index_phb_row li:nth-child(2) .pingfen {
    line-height: 43px;
    width: 90px;
    height: 43px;
    font-size: 18px;
    font-family: "Microsoft JhengHei";
    position: absolute;
    top: 4px;
    left: 8px;
    color: #fff;
    z-index: 9;
    background-size: contain;
}
.index_phb_row li:nth-child(2) .pingfen span {
    font-size: 26px;
}
.index_phb_row li:nth-child(2) .lable {
	font-size: 36px;
    line-height: 48px;
	width: 48px;
    height: 48px;
    border-radius: 60px;
    top: 5%;
	border: 6px solid #fdd4e5;
}
.index_phb_row li:nth-child(2) .nr_div dl {
    padding-top: 0;
    padding-left: 10px;
}
.index_phb_row li:nth-child(2) .nr_div dt {
    width: 100%;
    height: 18px;
    font-size: 12px;
}
.index_phb_row li:nth-child(2) .nr_div em.price {
    color: #fe70a7;
}
.index_phb_row li:nth-child(3) {
    box-sizing: border-box;
    padding: 10px;
    display: block;
    float: left;
    width: 100%;
    height: 186.6666px;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
	background: #e4e3ff;
}
.index_phb_row li:nth-child(3) .img_div {
    width: 35%;
    height: 100%;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    float: left;
}
.index_phb_row li:nth-child(3) .nr_div {
    width: 65%;
    height: 100%;
    position: relative;
    float: left;
}
.index_phb_row li:nth-child(3) .icon_tool {
    position: absolute;
    left: 35%;
    bottom: 0;
    width: 65%;
    height: 35px;
}
.index_phb_row li:nth-child(3) .icon_tool span {
    display: block;
    width: 33.3333%;
    height: 30px;
    padding-left: 32px;
    float: left;
    box-sizing: border-box;
}
.index_phb_row li:nth-child(3) .i_zan {
    background: url(../images/i_zan_3.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(3) .i_sc {
    background: url(../images/i_sc_3.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(3) .i_pl {
    background: url(../images/i_pl_3.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(3) p {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #34309b;
    font-family: "AVANTI";
    font-size: 13px;
    line-height: 38px;
}
.index_phb_row li:nth-child(3) .pingfen {
    line-height: 43px;
    width: 90px;
    height: 43px;
    font-size: 18px;
    font-family: "Microsoft JhengHei";
    position: absolute;
    top: 4px;
    left: 8px;
    color: #fff;
    z-index: 9;
    background-size: contain;
}
.index_phb_row li:nth-child(3) .pingfen span {
    font-size: 26px;
}
.index_phb_row li:nth-child(3) .lable {
	font-size: 36px;
    line-height: 48px;
	width: 48px;
    height: 48px;
    border-radius: 60px;
    top: 5%;
	border: 6px solid #dad9f9;
}
.index_phb_row li:nth-child(3) .nr_div dl {
    padding-top: 0;
    padding-left: 10px;
}
.index_phb_row li:nth-child(3) .nr_div dt {
    width: 100%;
    height: 18px;
    font-size: 12px;
}
.index_phb_row li:nth-child(3) .nr_div em.price {
    color: #6e68ff;
}
.index_phb_row li:nth-child(n+3) {
    width: 100%;
}
.index_phb_row li:nth-child(8) {
    padding: 10px;
    width: 100%;
    height: 200px;
    border-radius: 20px;

}
.index_phb_row li:nth-child(8) .img_div {
    width: 35%;
    height: 100%;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    float: left;
}
.index_phb_row li:nth-child(8) .nr_div {
    width: 65%;
    height: 100%;
    position: relative;
    float: left;
	padding-top: 0;
}
.index_phb_row li:nth-child(8) .pingfen {
    font-size: 18px;
    font-family: "Microsoft JhengHei";
    position: absolute;
    top: 4px;
    left: 8px;
    color: #fff;
}
.index_phb_row li:nth-child(8) .nr_div dt {
    width: 100%;
    height: 18px;
    font-size: 12px;
}
.index_phb_row li:nth-child(8) .icon_tool {
    position: absolute;
    left: 35%;
    bottom: 0;
    width: 65%;
    height: 35px;
}
.index_phb_row li:nth-child(8) .icon_tool span {
    display: block;
    width: 33.3333%;
    height: 30px;
}
.index_phb_row li:nth-child(8) .i_zan {
    background: url(../images/i_zan.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(8) .i_sc {
    background: url(../images/i_sc.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(8) .i_pl {
    background: url(../images/i_pl.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(8) p {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #666;
    font-family: "AVANTI";
    font-size: 13px;
    line-height: 38px;
}
.index_phb_row li:nth-child(n+8) .lable {
    bottom: 30%;
    right: 0;
}
.index_phb_row li:nth-child(9) {
    padding: 10px;
    width: 100%;
    height: 200px;
    border-radius: 20px;
}
.index_phb_row li:nth-child(9) .img_div {
    width: 35%;
    height: 100%;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    float: left;
}
.index_phb_row li:nth-child(9) .nr_div {
    width: 65%;
    height: 100%;
    position: relative;
    float: left;
	padding-top: 0;
}
.index_phb_row li:nth-child(9) .pingfen {
    font-size: 18px;
    font-family: "Microsoft JhengHei";
    position: absolute;
    top: 4px;
    left: 8px;
    color: #fff;
}
.index_phb_row li:nth-child(9) .nr_div dt {
    width: 100%;
    height: 18px;
    font-size: 12px;
}
.index_phb_row li:nth-child(9) .icon_tool {
    position: absolute;
    left: 35%;
    bottom: 0;
    width: 65%;
    height: 35px;
}
.index_phb_row li:nth-child(9) .icon_tool span {
    display: block;
    width: 33.3333%;
    height: 30px;
    float: left;
    box-sizing: border-box;
}
.index_phb_row li:nth-child(9) .i_zan {
    background: url(../images/i_zan.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(9) .i_sc {
    background: url(../images/i_sc.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(9) .i_pl {
    background: url(../images/i_pl.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(9) p {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #666;
    font-family: "AVANTI";
    font-size: 13px;
    line-height: 38px;
}
.index_phb_row li:nth-child(10) {
    padding: 10px;
    width: 100%;
    height: 200px;
    border-radius: 20px;
}
.index_phb_row li:nth-child(10) .img_div {
    width: 35%;
    height: 100%;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    float: left;
}
.index_phb_row li:nth-child(10) .nr_div {
    width: 65%;
    height: 100%;
    position: relative;
    float: left;
	padding-top: 0;
}
.index_phb_row li:nth-child(10) .pingfen {
    font-size: 18px;
    font-family: "Microsoft JhengHei";
    position: absolute;
    top: 4px;
    left: 8px;
    color: #fff;
}
.index_phb_row li:nth-child(10) .nr_div dt {
    width: 100%;
    height: 18px;
    font-size: 12px;
}
.index_phb_row li:nth-child(10) .icon_tool {
    position: absolute;
    left: 35%;
    bottom: 0;
    width: 65%;
    height: 35px;
}
.index_phb_row li:nth-child(10) .icon_tool span {
    display: block;
    width: 33.3333%;
    height: 30px;
    float: left;
    box-sizing: border-box;
}
.index_phb_row li:nth-child(10) .i_zan {
    background: url(../images/i_zan.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(10) .i_sc {
    background: url(../images/i_sc.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(10) .i_pl {
    background: url(../images/i_pl.png) no-repeat;
    background-size: 25%;
    font-size: 0;
    background-position: 10px 8px;
}
.index_phb_row li:nth-child(10) p {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #666;
    font-family: "AVANTI";
    font-size: 13px;
    line-height: 38px;
}
.dingdian_title_row {
    height: 100px;
    background: #f3f4f3 url(../images/dingdian_bg.jpg)right bottom no-repeat;
    padding-top: 10px;
    background-size: contain;
}
.dingdian_title {
    font-size: 40px;
    height: 90px;
    font-weight: 800;
    padding-top: 30px;
}
.dingdian_title span {
    padding-right: 6px;
/*	text-shadow: 2px 2px 1px #000;*/
}
.dingdian_title span.waiyue {
    padding-right: 0;
}
.waiyue_title_row {
    height: 100px;
    background: #f3f4f3 url(../images/waiyue_bg.jpg)bottom no-repeat;
    padding-top: 10px;
    background-size: contain;
}
.index_phb_more {
    width: 80%;
    height: 40px;
    line-height: 40px;
    color: #000;
    box-sizing: border-box;
    font-size: 16px;
    margin-bottom: 15px;
	padding-top: 0;
}
.index_phb_more span {
    font-size: 16px;
}

.jrtj_row01 li .pingfen {
    font-size: 18px;
	right: 2%;
}
.pingfen span {
    display: inline-block;
    font-size: 24px;
    font-family: "AVANTI";
    font-weight: 600;
}
.jrtj_row01 ul{
    padding-top: 0;
}
.jrtj_row01 .nr_div dt >span{
    width: 40px;
}
.jrtj_row01 li .nr_div em {
    padding-left: 4px;
}
.index_phb_row li:nth-child(n+2) .pingfen{
    line-height: 47px
}
.jrtj_title span.dingdian_title {
    width: 120px;
    font-size: 22px;
    color: #fff;
    line-height: 46px;
    text-shadow: -1px 2px 4px #245877;
    margin-top: 18px;
    margin-right: 14vw;
}
.jrtj_title02 span.dingdian_title {
    width: 120px;
    font-size: 22px;
    line-height: 46px;
    margin-top: 18px;
    margin-right: 14vw;
	text-shadow: -1px 2px 4px #875c07;
}
.phb_list_title.yhzq{
    padding-top: 0;
}
.phb_list_title {
    width: 100%;
    height: 120px;
    padding-top: 40px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 15px;
    text-align: left;
}
.phb_list_title_left {
    font-size: 10vw;
    line-height: 10vw;
}
.yhzq .yhzq_list_title_left{
    font-size: 40px;
    line-height: 50px;
}
.phb_list_title_left em{
	display: inline-block;
	padding-right: 10px;
	font-style: normal;
    font-family: "AVANTI";
    font-weight: 800;
	color: #ac4db3;
    text-shadow: -3px -3px 3px #fff, 3px -3px 3px #fff, -3px 3px 3px #fff, 3px 3px 3px #fff, 0px 5px 6px #333;
    -webkit-text-stroke: 1px #ac4db3;
	letter-spacing: 6px;
}
.phb_list_title_left.search_title_left{
    text-align: right;
	/* text-shadow: -3px 3px 6px #5c3a6b; */
    line-height: 90px;
    float: right;
    margin-right: 15%;
    margin-top: 17%;
}
.index_phb_more.last_maggin{
    margin-bottom: 120px;
}
	
.jrtj_list_row li:nth-child(n+10) .phb_num span.button{
	font-size: 16px!important;
	padding-left: 0!important;
    text-align: left;
}
.button.small{
	font-size: 22px!important;
	padding-left: 0!important;
}
.uc-pagination-mian a{
	border: 2px solid #fff;
	font-size: 17px;
	min-width: 44px;
	height: 44px;
	line-height: 40px;
	margin-right: 6px;
	box-sizing: border-box;
}
.uc-pagination-mian .page-ellipsis {
	font-size: 16px;
	line-height: 44px;
	padding: 0 6px;
}
.phb_header{
	height:80px;
	padding-top: 20px;
	padding-right: 20px;
}
.sxjg_row {
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    padding-left: 0;
}
.dqwz {
    width: 96%;
    height: 48px;
    line-height: 58px;
    font-size: 16px;
    padding-left: 0px;
    margin-bottom: 8px;
}
.dqwz span {
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
    border-radius: 40px;
    line-height: 30px;
    font-size: 14px;
    margin-left: 20px;
}

.list_phb_row {
    width: calc(100% - 20px);
    padding-top: 20px;
    padding-bottom: 20px;
}
.list_phb_row li:nth-child(1) {
    display: none;
}
.list_phb_row li:nth-child(n+2) {
    width: 100%;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.area_div_row{
    width:100%;
    margin: 0 auto;
	height: auto;
	max-height: 36vw;
}
.area_div {
    width: 100%;
    height: 36vw;
    overflow: hidden;
    padding-top: 4.5vw;
    padding-bottom: 20px;
    background: url(../images/area_bg02.png)top center no-repeat;
    background-size: contain;
}
.area_div a {
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 0;
    width: calc(100%/6 - 6px);
    margin-right: 6px;
}
.area_div a:nth-child(6n){
	margin-right: 0;
}
.area_div_row.phb_area {
    padding-bottom: 0;
}
.area_div_row.phb_area .area_div {
	padding-bottom: 10px;
    padding-top: 10px;
}
.detail_back span{
	background-size:46%;
}
.search_main_fl {
    margin-top: -32px;
    background-size: contain;
	padding-top: 15px;
}	
.new_main_fl {
    margin-top: -27px;
    background-size: contain;
	padding-top: 25px;
}
.list_main_fl {
    margin-top: -27px;
    background-size: contain;
	padding-top: 25px;
}
.dqwz.list_dqwz {
    width: 100%;
    padding-left: 6px;
}
.dqwz.list_dqwz span {
    margin-left: 6px;
}
.phb_list_title_left a.on {
    border-right: 2px solid #fff;
}
.phb_list_title_left a:nth-child(2).on {
	border-right: 0 solid #fff;
    /* border-left: 2px solid #fff; */
}
.phb_list_title_left.new_list a.on {
    border-right: 2px solid rgba(7,85,105, 1.0);
}
.list_phb_row .new_left{
    display: none;
}
.srarch_left_title {
    font-size: 36px;
    line-height: 36px;
    padding-left: 2vw;
}	
.total_left {
    font-size: 36px;
    line-height: 36px;
    border-right: 2px solid #fff;
    padding-left: 2vw;
}
.total_right {
    font-size: 58px;
    line-height: 88px;
}
.nt_sort {
    width: calc(100% - 20px);
    height: 60px;
    padding: 6px;
    border-radius: 10px;
    margin-top: 10px;
}
.nt_sort ul.sort_div,
.nt_sort ul {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: stretch;
    box-sizing: border-box;
}
.nt_sort li {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    float: none;
    line-height: 48px;
    font-size: 16px;
    text-align: center;
    padding-left: 0;
    position: relative;
	box-sizing: border-box;
}
.nt_sort li span {
    top: 6px;
    right: 3px;
}
.nt_sort li .sort_arrow {
    width: 15px;
    height: 15px;
    background: url(../images/sort_arrow.png) no-repeat;
    background-size: 80%;
}
.nt_sort li .sort_arrow_a {
    width: 15px;
    height: 15px;
    background: url(../images/sort_arrow_a.png) no-repeat;
    background-size: 80%;
}
.nt_sort li .sort_arrow_d {
    width: 15px;
    height: 15px;
    background: url(../images/sort_arrow_d.png) no-repeat;
    background-size: 80%;
}
.list_city {
    font-size: 20px;
    padding-left: 4vw;
    padding-top: 7vw;
}	
.index_dqwz_div {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.index_dqwz {
    width: 100%;
    height: 48px;
    line-height: 58px;
    font-size: 16px;
    padding-left: 4vw;
    padding-right: 0;
}
.index_dqwz span {
    padding-left: 0;
    padding-right: 0;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-left: 0;
    margin-top: 15px;
	letter-spacing: 5px;
}
.index_dqwz .diqu {
    font-size: 3vw;
    border-radius: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 1vw;
    padding: 0px 4vw;
    letter-spacing: 0;
    margin-top: 2vw;
}
.index_dqwz .qhcs {
    font-size: 3.5vw;
    border-radius: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 1vw;
    padding: 0px 4vw;
    letter-spacing: 0;
    margin-top: 3.5vw;
	min-width: 8vw;
}
.list_phb_row.dd_main{
	padding-top: 20px;	
}
.search_list_row {
    width: calc(100% - 20px);
    padding-top: 20px;
    padding-bottom: 20px;
}
.search_list_row.index_list_row_01 {
    padding-top: 20px;
}
.search_list_row li{
    width: 100%;
    height: 186.6666px;
    border-radius: 10px;
	padding: 8px;

}
.search_list_row li .img_div {
    width: 35%;
    border-radius: 6px;
	padding-left: 8px;
}
.search_list_row li .nr_div {
    width: 65%;
}
.search_list_row li .nr_div dt {
    width: 100%;
    height: 18px;
    font-size: 12px;
}
.search_list_row li .pingfen {
	right:3px;
	width:24vw;
	height: 11.5vw;
	font-size: 18px;
	line-height: 12vw;
}
.search_list_row li .pingfen span {
	font-size: 24px;
}	

.search_list_row li .jianlue {
    height: 35px;
    font-size: 18px;
    line-height: 35px;
}
.h_search_div {
    width: calc(100% - 20px);
}

.s_article {
    width: 100%;
    height: 11vw;
    line-height: 11vw;
    font-size: 20px;
    margin-left: 0;
    background: #bf73c5;
	font-weight: 800;
    border-radius: 30px;
}
.s_article.f_b{
    border-radius: 0;
    margin-top: 0;
	height: 13vw;
}
.index_phb_row li:nth-child(n+2){
    border-radius: 10px;
}
.search_list_row.index_list_row{
    padding-top: 95px;
}
.detail_row {
    width: 90%;
    height: 68px;
    line-height: 68px;
    font-size: 16px;
	font-weight: 600;
}
.detail_main_fl {
    min-height: 800px;
    padding-top: 95px;
    margin-top: -37px;
    background-size: contain;
}
.detail_main_div {
	width:100%;
    height: 280px;
    padding: 6px;
}
.detail_main {
    border-radius: 10px;
}
.detail_main_left {
    width: 50%;
    padding: 8px;
}
.detail_main_left img{
    border-radius: 6px;
}
.detail_main_left .jianlue {
    left: 8px;
    bottom: 8px;
    width: calc(100% - 16px);
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    border-radius: 6px;
}
.detail_main_right {
    width: 48%;
    height: 100%;
    box-sizing: border-box;
    position: static;
    float: left;
	padding-left: 6px;
}
.detail li .detail_main_right {
    width: 60%;
    height: 100%;
    box-sizing: border-box;
    position: static;
    float: left;
    padding-left: 6px;
}	
	
.detail_main_right .c_neirong {
    height: 100%;
    padding: 10px 0;
}
.detail li .detail_main_right .c_neirong {
    height: 100%;
    padding: 10px 0;
    padding-top: 22px;
    padding-left: 4px;
}
.detail_main_right dt {
	width:100%;
    height: 18px;
    float: left;
    line-height: 30px;
    font-size: 12px;
}
.detail li .detail_main_right dt {
    width: 50%;
    height: 22px;
    float: left;
    line-height: 30px;
    font-size: 12px;
    margin-right: 0; 
}
.detail li .detail_main_right dt >span {
    display: inline-block;
    width: auto;
    text-align: left;
    text-align-last: left;
    color: #000;
    padding-right: 6px;
}
.detail li .detail_main_right dt.long {
    width: 100%;
}
.detail_main_right dt.long {
    width: 100%;
}
.detail_main_right .c_name {
    height: 20px;
    font-size: 24px;
    margin-bottom: 5px;
}
.detail_main_right .icon_tool {
    width: 55%;
    height: 70px;
    padding-left: 15px;
    box-sizing: border-box;
    top: 80px;
    left: 0;
}
.detail_main_right .icon_tool span.yaofenxiang {
    background: url(../images/fenxiang.png)no-repeat;
    background-position: 2px 3px;
    background-size: 35%;
}
.detail_main_right .icon_tool span.yaoshoucang {
    background: url(../images/shoucang.png)no-repeat;
    background-position: 2px 3px;
    background-size: 35%;
}
.detail_main_right .icon_tool span.zan {
    background: url(../images/dianzan.png)no-repeat;
    background-position: 2px 3px;
    background-size: 35%;
}
.detail_main_right .icon_tool p {
    line-height: 70px;
    font-size: 12px;
}
.detail_tab_iconbar {
    height: 60px;
}
.detail_tab_iconbar ul {
    padding-top: 13px;
    padding-left: 10px;
}
.detail_tab_iconbar li {
    width: auto!important;
    min-width: 25%!important;
    height: 7vw!important;
    font-size: 14px!important;
    line-height: 8vw!important;
    font-weight: 800!important;
}


.de_con_tool {
    height: auto;
	min-height: 90px;
    padding: 8px;
    box-sizing: border-box;
	padding-bottom: 0;
	margin-top: 7px;
}
.de_con ul{
    padding: 20px;
}
.de_con li {
    font-size: 12px;
	height: auto;
    min-height: 30px;
}
#thumbs li {
    width: calc(100%/4 - 6px)!important;
    height: 21.4vw;
    margin-bottom: 8px;
    margin-right: 8px;
    border-radius: 6px;
    padding: 3px;
}
#thumbs li:nth-child(6n) {
    margin-right: 8px;
}
#thumbs li:nth-child(4n){
    margin-right:0;
}
.swiper-zoom-container video{
	width:100%;
}
.de_con li span {
    display: block;
    float: left;
    width: calc(100% - 70px);
    margin-bottom: 10px;
}
.de_con li span.fwxm {
    width: 60px;
    padding-right: 5px;
    display: block;
    float: left;
}
#box {
	width:85%;
    padding: 0;
}
#doPoint {
    width: 90%;
    padding-bottom: 5px;
    font-size: 14px;
}
#doPoint .biaoti {
    padding-bottom: 10px;
}
#doPoint .fenshu {
	width:20px;
    padding-bottom: 10px;
}
#myPoint{
    margin-bottom: 20px;
}
#myPoint img {
    display: inline-block;
    margin-left: 20px;
    margin-top: 25px;
    width: 43%;
    height: 43%;
}
#myPoint em {
    margin-left: 10px;
    margin-top: -10px;
    font-weight: 700;
    font-size: 1.0em;
}
#myPoint span big {
	font-size: 45px;
}
#myPoint span small {
    font-size: 18px;
}
#myPoint span {
    line-height: 64px;
	font-size: 12px;
}
#myPoint img {
    margin-left: 20px;
    margin-top: 25px;
    width: 43%;
    height: 43%;
}

.pingfen-submit button {
	width:100%;
    height: 35px;
    font-size: 16px;
    line-height: 30px;
    border-radius: 3px;
    margin-top: 0;
    float: left;
}
.detail_pinglu-send {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 70px;
    background: #c27abf;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0px -2px 2px #7f5c7e;
    z-index: 99;
}
.detail_pinglu-send textarea {
    width: 80%;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #ebaae8;
    box-sizing: border-box;
    padding-left: 10px;
    float: left;
    font-size: 14px;
    padding-top: 10px;
}
.detail_pinglu-send	textarea::-webkit-input-placeholder{
    color:#999;
	font-size: 14px;
	line-height: 20px;
	padding-top: -10px!important;
}
#comment_submit {
    width: 15%;
    height: 40px;
    background-position: 6px 6px;
	background: #c27abf url(../images/pencil_fill_on.png) center no-repeat;
    background-size: 60%;
}
#list-wrap {
    width: 96%;
    padding-top: 15px;
	margin: 0 auto;
}
#list-wrap .user-pic {
    width: 3em;
}
#list-wrap .user-commont {
    width: calc(100% - 30px);
    margin-left: -2rem;
}
#list-wrap .user-pic img {
    width: 2.5em;
    height: 2.5em;
}
#list-wrap .c-name {
    font-size: 0.8em;
    line-height: 2em;
    padding-left: 3em;
}
#list-wrap .c-neirong {
    font-size: 0.8em;
    line-height: 1.6em;
	text-indent:0;
	padding-left: 1.5rem;
    box-sizing: border-box;
}
#list-wrap .c-time {
    font-size: 0.7em;
	height: 1.5em;
	line-height: 1.5em;
}

.user-commont .reply {
    font-size: 0.8em;
    line-height: 40px;
    height: 40px;
    top: -17px;
    right: 50px;
    padding: 10px;
}
.user-commont .zan {
    width: 50px;
    padding-left: 35px;
    height: 40px;
    top: -7px;
    right: 0;
    background-size: 33%;
    font-size: 0.6em;
    line-height: 42px;
    font-weight: 500;
}
.user-commont-list {
    padding: 5px;
	margin-left: 0;
}
.user-commont-list dl {
    border-radius: 5px;
    padding: 15px;
    padding-top: 20px;
	padding-bottom: 0;
}
.user-commont-list dt{

}
.list_arrow {
    top: -1.0rem;
    left: 5.67vw;
    content: "";
    bor: 0.6rem solid transparent;
    border-right: 0.8rem solid transparent;
    order-top: 0.1rem solid transparent;
    border-left: 0.8rem solid transparent;
}
.user-commont-list .reply-name {
    font-size: 0.9em;
}
.user-commont .zan-number{
    font-size: 12px;
}
.user-commont-list dt a {
    color: #f90;
    font-size: 14px;
    display: block;
    padding: 6px;
	padding-top: 0;
}
.reply-body{
    font-size: 12px;
}
.list_marggin{
    width:100%;
    /* height: 85px; */
}
.info_div .phb_num {
    font: 8vw/11vw 'FZYUEJTK', sans-serif;
    width: clamp(28px, 6vw, 60px);
    height: clamp(38px, 6vw, 60px);
}
.pinglun_clear{
    width:100%;
    height: 70px;
}
.detail_marggin{
    width:100%;
    height: 140px;
}
.main_zan_div .main_zan {
    width: 120px;
    height: 38px;
    background-size: 20%;
    background-position: 20% 7px;
    line-height: 38px;
}
.main_reply_list .title {
    height: 35px;
    font-size: 16px;
    line-height: 15px;
    font-weight: 600;
    padding-top: 0;
    margin-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255, .5);
}
#list-wrap02 .user-pic {
    width: 3em;
}
#list-wrap02 .user-pic img {
    width: 2.5em;
    height: 2.5em;
}
#list-wrap02 .user-commont {
    width: calc(100% - 30px);
    margin-left: -2rem;
}
#list-wrap02 .c-name {
    font-size: 0.8em;
    line-height: 2em;
    padding-left: 3em;
}
#list-wrap02 .c-neirong {
    font-size: 0.8em;
    line-height: 1.6em;
    text-indent: 0;
    padding-left: 1.5rem;
    box-sizing: border-box;
}
#list-wrap02 .c-time {
    font-size: 0.7em;
    height: 1.5em;
    line-height: 1.5em;
}
.more_detail_marggin{
	width: 100%;
    height: 100px;
}
.toast{
    width:80%;
}
.warnning_diag {
    width:70%;
    box-shadow: 0px 0px 10px #999;
    padding: 10px;
}
.warnning_diag .close {
    width: 35px;
    height: 35px;
}
.warnning_diag .warnning_top {
    width: 100%;
    height: 45px;
}
.warnning_concent {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
}
.not_prompt {
}

.wd_bottom .ok_btn {
    padding-left: 22px;
    padding-right: 22px;
    line-height: 30px;
    font-size: 14px;
	border-radius: 3px;
}
.share-div {
    width: 80%;
    height: 160px;
}
.share-div .share-close {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 5px;
}
.share-div .title {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
}
.popover-share{
	padding-top: 0px;
	}
.popover-share a {
    width: 30%;
    height: 90px;
    font-size: 14px;
    line-height: 160px;
	margin-top: 0;
}
.ssjg_div_t1, .ssjg_div_t2{
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    box-sizing: border-box;
    padding-left: 8px;
    font-weight: 600;
}
#totalCount{
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: 0;
}
span.search_top_button {
    height: 30px;
    line-height: 32px;
    font-size: 13px;
    cursor: pointer;
    border-radius: 20px;
    box-sizing: border-box;
    background: rgba(255,255,255, .5) url(../images/s_left.png) no-repeat;
    background-size: 16%;
    background-position: 68px 8px;
    right: 0;
    top: 11px;
    width: 90px;
    padding-left: 12px;
    position: absolute;

}
span.search_down_button {
    height: 30px;
    line-height: 32px;
    font-size: 13px;
    cursor: pointer;
    border-radius: 20px;
    box-sizing: border-box;
    background: rgba(255,255,255, .5) url(../images/s_right.png) no-repeat;
    background-size: 16%;
    background-position: 68px 8px;
    right: 0;
    top: 11px;
    width: 90px;
    padding-left: 12px;
    position: absolute;

}
.serach-down.search_tj_r {
    position: fixed;
    z-index: 103;
    left: 100%;
    top: 0;
    width: 80%;
    height: 100vh;
    overflow-y: auto;
    box-shadow: 0px 0px 20px 10px #000;
}
.h_search_div.search_get {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 20px 16px;
    box-sizing: border-box;
    margin-top: 0;
    padding-bottom: 10vw;
}
.search-result.slide_top {
    position: fixed;
    left: 20%;
    top: 0;
    width: 80%;
    box-shadow: 0px 4px 4px #ccc;
    z-index: 108;
	background: #bf73c5;
}
.layui-form-item:last-child{
	margin-bottom: 10vw!important;
}
.top_res {
    height: 50px;
}
.top_button {
    width: 30%;
    height: 100%;
}
.height-search-submit {
    position: fixed;
    left: 20%;
    bottom: 0;
    width: 80%;
    z-index: 101;
    border-top: 1px solid #6d3971;
	padding-top: 0;
	height: 13vw;
	background: #bf73c5;
}
.search_mask {
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    z-index: 100;
    position: fixed;
    top: 0;
    display: none;
}
.layui-anim .btn1, .layui-anim .btn2 {
    background-size: 16%;
    padding-left: 45px;
}

    /* 底部導航移動端樣式 */
    #footer {
        position: sticky;
        width: 100%;
        z-index: 100;
        box-shadow: rgba(0, 0, 0, 0.1) 0px -3px 3px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        border-radius: 0;
        height: 100px;
        margin-bottom: 0;
    }

    footer div {
        font-size: 13px;
        padding-bottom: 0;
    }
    .footer p{
        font-size: 16px;
        line-height: 1.2;
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
    }
    .foot-home {
        background-position-y: 10px;
    }

    .foot-home.active {
        background-position-y: 10px;
    }

    .foot-home a:hover {
        background-position-y: 10px;
    }

    .foot-phb {
        background-position-y: 10px;
    }

    .foot-phb.active {
        background-position-y: 10px;
    }

    .foot-phb a:hover {
        background-position-y: 10px;
    }

    .foot-kf {
        background-position-y: 10px;
    }

    .foot-kf.active {
        background-position-y: 10px;
    }

    .foot-kf a:hover {
        background-position-y: 10px;
    }

    .foot-new {
        background-position-y: 10px;
    }

    .foot-new.active {
        background-position-y: 10px;
    }

    .foot-new a:hover {
        background-position-y: 10px;
    }

    .foot-uc {
        background-position-y: 10px;
    }

    .foot-uc.active {
        background-position-y: 10px;
    }

    .foot-uc a:hover {
        background-position-y: 10px;
    }

    /* 18禁彈窗移動端樣式 */
.tbj{
	display: block;
}
.jf_mask {
    width: 100vw;
}
.myheight {
    height: 100vh;
}
.jf_Dialog {
    width: 95%;
    height: 98vh;
    border-radius: 10px;
    padding: 43px 15px;
}
.Dialog_jflist .top_left {
    width: 100px;
    height: 100px;
    margin-top: 30px;
}
.Dialog_jflist .top_right {
    width: 62%;
    padding-left: 20px;
}
.Dialog_jflist .top_right .title {
    font-size: 20px;
}
.Dialog_jflist .top_right li {
    font-size: 13px;
}
.Dialog_jflist li span {
    width: 25vw;
}
.jf_Dialog .bottom {
    height: 40vh;
}

    /* VIP標籤和優惠標籤移動端樣式 */
    .vip-badge {
        padding: 6px 10px;
        font-size: 12px;
        font-weight: 800;
        line-height: 1.15;
        align-items: center;
        justify-content: center;
        animation: none;
        text-shadow: none;
        box-shadow: none;
    }

    .jrtj_main .img_div .product-badge {
        font-weight: normal;
        top: auto;
        bottom: clamp(26px, 8vw, 40px);
        left: clamp(8px, 2.5vw, 10px);
        right: auto;
        padding: clamp(5px, 1.6vw, 8px) clamp(10px, 3.2vw, 16px);
        font-size: 11px;
        font-weight: 600;
    }

    /* 客服彈窗移動端樣式 */
    .customer-service-modal .modal-content {
        top: auto;
        bottom: 0;
        left: 0;
        border-radius: 20px 20px 0 0;
        height: 350px;
    }

    .customer-service-modal .qr-codes-container {
        gap: 15px;
    }

    .customer-service-modal .qr-code {
        width: 120px;
        height: 120px;
        padding: 0;
    }

    /* Site-Notice 公告欄移動端樣式 */
    .Site-Notice {
        height: 50px;
    }

    .Site-Notice .left {
        width: 60%;
        font-size: 14px;
    }

    .Site-Notice .right {
        padding: 10px;
        padding-right: 12px;
        justify-content: end;
    }

    .Site-Notice .right .loaction {
        font-size: 15px;
        gap: 4px;
    }

    .Site-Notice .right .loaction svg {
        width: 12px;
        height: 12px;
    }
    .sn-img img {
        width: 18px;
    }
    .marquee-item {
        padding: 0 10px;
        font-size: 14px;
    }
}
/* 進階搜尋移動端樣式 */
@media (max-width: 480px) {
    .container.hl-search-container{
        margin-top:0 ;
        border-radius: 0;
    }
    .homepage_logo{
        top:90px;
    }
    .search-title{
        font-size: 1.1rem;
    }
    .form-row {
        flex-direction: column;
        gap: 15px;
    }
    
    .form-group {
        min-width: 100%;
    }
    
    .btn-group {
        flex-direction: column;
    }
    
    .custom-checkbox-group {
        gap: 8px;
    }
    
    .custom-checkbox-item {
        padding: 6px 12px;
        font-size: 14px;
    }
    
    .area-dropdown.show {
        max-height: min(55vh, 360px);
    }
    
    .error-toast {
        width: 60%;
        max-width: 400px;
        white-space: nowrap;
    }
    .container.result-container{
        height: auto;
        min-height: calc(100vh - 96px);
        padding: 20px;
    }
    .results-header{
        padding-bottom: 0;
    }
    .invert-selection-btn {
        right: 0;
    }
    .filter-sidebar {
        width: 85%;
    }
    .results-header h1{
        font-size: 20px;
    }
    .results-count{
        font-size: 14px;
        width: 100%;
        height: 30px;
    }
   .products-grid {
        grid-template-columns: 1fr;
    }
    
  .results-summary {
        flex-direction: column;
        gap: 1rem;
    }
    
    .sort-filter {
        flex-wrap: nowrap;
        justify-content: flex-end;
        width: auto;
        max-width: 100%;
        gap: 0.45rem;
    }
    .sort-filter .filter-toggle {
        white-space: nowrap;
        flex-shrink: 0;
        padding-left: 8px;
        padding-right: 8px;
        font-size: 12px;
    }
    .pagination {
        margin: 0;
    }
}
@media (max-width: 376px) {
    .no-results h3{
        font-size: 22px;
    }
}
@media (max-width: 320px) {
    .results-count {
        font-size: 12px;
        width: 100%;
    }
    .select-wrapper{
        min-width: 100px;
    }
    .main_div-search-results .top_button .sort-filter .select-wrapper {
        min-width: 108px;
        max-width: min(260px, calc(100% - 96px));
    }
    .filter-toggle{
        border-radius: 3px;
        padding: 7px 12px;
    }
    .custom-select {
        padding: 6px 28px 6px 12px;
        font-size: 13px;
        border-radius: 3px;
    }
    .select-wrapper:after{
        right: 10px;
    }
    .main_div-search-results .top_button .sort-filter .select-wrapper .custom-select {
        padding-right: 30px;
    }
    .container.result-container {
        padding: 15px;
    }
    .no-results{
        padding: 1.5rem;
    }
    .no-results i{
        font-size: 40px;
        margin-bottom: 0;
    }
    .no-results h3{
        font-size: 18px;
    }
    .no-results p{
        font-size: 13px;
    }
}
/* ========== 進階搜尋樣式結束 ========== */

/* ========== 公用彈框樣式 ========== */
.global-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.global-overlay.active {
    visibility: visible;
    opacity: 1;
}

#login-prompt-modal-overlay .global-modal {
    max-width: 420px;
}

.global-modal {
    width: 90%;
    max-width: 618px;
    padding: 25px;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
    transform: translateY(30px) scale(0.95);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.global-overlay.active .global-modal {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
    min-height: 48px;
}

.modal-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.close-modal {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #999;
    transition: color 0.2s;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: 0;
}

.close-modal:hover {
    color: #ff4757;
    background-color: #f1f1f1;
}

.modal-body {
    margin-bottom: 25px;
    color: #666;
    line-height: 1.6;
    font-size: 16px;
}

.modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.modal-btn {
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s;
    font-size: 14px;
}

.modal-btn.gray {
    background-color: #f1f1f1;
    color: #666;
}

.modal-btn.gray:hover {
    border-color: #333;
    box-shadow: 0 0 0 1px rgba(100, 100, 100, 0.3);
    background-color: #fff;
}

.modal-btn.blue {
    background-color: #ac4db3;
    color: white;
}

.modal-btn.blue:hover {
    background-color: #8f3d95;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(172, 77, 179, 0.3);
}

@media (max-width: 768px) {
    .global-modal {
        width: 95%;
        padding: 20px;
    }
    
    .modal-header h3 {
        font-size: 18px;
    }
    
    .modal-body {
        font-size: 14px;
    }
    
    .modal-btn {
        padding: 10px 16px;
        font-size: 13px;
    }
}
/* ========== 公用彈框樣式結束 ========== */
/* ==================== 表情選擇器樣式 ==================== */
.emoji-picker-popup {
    position: fixed;
    left: 50%;
    bottom: 145px;
    transform: translateX(-50%) translateY(100%);
    width: 360px;
    max-height: 60vh;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.15);
    z-index: 10001;
    overflow: hidden;
    transition: transform 0.3s ease;
    opacity: 1;
    padding-bottom: 10px;
}

.emoji-picker-popup.show {
    transform: translateX(-50%) translateY(0);
}

.emoji-picker-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    border-bottom: 1px solid #e5e7eb;
    background: #f9fafb;
}

.emoji-picker-header span {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
}

.emoji-close-btn {
    width: 28px;
    height: 28px;
    border: none;
    background: transparent;
    cursor: pointer;
    color: #6b7280;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.emoji-close-btn:hover {
    background: #e5e7eb;
    color: #374151;
}

.emoji-picker-body {
    padding: 10px;
    max-height: 340px;
    overflow: hidden;
    overflow-y: auto;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 4px;
}

.emoji-item {
    width: 100%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    border-radius: 6px;
    border: 2px solid transparent;
    transition: all 0.2s ease;
    user-select: none;
}

.emoji-item:hover {
    background: #f3f4f6;
    transform: scale(1.2);
}

.emoji-item:active {
    background: #e5e7eb;
    transform: scale(1.1);
}

.emoji-item.selected {
    background: #f0ddf1;
    border-color: #ac4db3;
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgba(172, 77, 179, 0.25);
}

.emoji-picker-body::-webkit-scrollbar {
    width: 6px;
}

.emoji-picker-body::-webkit-scrollbar-track {
    background: #f3f4f6;
    border-radius: 3px;
}

.emoji-picker-body::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 3px;
}

.emoji-picker-body::-webkit-scrollbar-thumb:hover {
    background: #9ca3af;
}

@media (max-width: 768px) {
    .emoji-picker-popup {
        width: 80%;
        max-height: 70vh;
        bottom: 128px;
    }

    .emoji-picker-body {
        max-height: calc(70vh - 60px);
    }
}

/* qianse code case preserve */
.code,
.product-title .code,
.details-containe .information .code,
.yhzq-list .code,
.phb-list .code {
    text-transform: none !important;
    font-variant-caps: normal !important;
}

.jrtj_main .jrtj_list_row > ul,
.jrtj_main .jrtj_list_row > .slider-container > ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: start;
}

/* 定點／外約：PC 端一行 3 列，間距與推介輪播軌道一致（768px 以下維持上方 2 列網格） */
@media (min-width: 769px) {
    #pickup-section .jrtj_list_row > ul,
    #delivery-section .jrtj_list_row > ul {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
    }

    /*
     * 推介／排行榜等網格卡片：同列卡片等高（原價+現價多兩行 dt 時不再把整卡拉高於鄰卡）。
     * 網格項縱向拉滿後，由 .zhanshi_main → .nr_div 分攤多餘高度。
     */
    .jrtj_main .jrtj_list_row > ul,
    .jrtj_main .jrtj_list_row > .slider-container > ul {
        align-items: stretch;
    }

    .jrtj_main .jrtj_list_row > ul > li .zhanshi_main,
    .jrtj_main .jrtj_list_row > .slider-container > ul > li .zhanshi_main {
        flex: 1 1 auto;
        min-height: 0;
    }

    .jrtj_main .jrtj_list_row > ul > li .zhanshi_main .nr_div,
    .jrtj_main .jrtj_list_row > .slider-container > ul > li .zhanshi_main .nr_div {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .jrtj_main .jrtj_list_row > ul > li .zhanshi_main .nr_div dl,
    .jrtj_main .jrtj_list_row > .slider-container > ul > li .zhanshi_main .nr_div dl {
        flex: 0 0 auto;
    }
}

/*
 * 排行榜獨立頁 topList：名次數字鈕與首頁排行榜區塊一致，沿用全站 .info_div .phb_num、.phb_num.phb_num（勿在此覆寫寬高字級以免大於首頁）。
 * 僅為 user_name 建立定位與右側留白，避免鈕與暱稱重疊；鈕尺寸交給基底樣式與 767px 內既有 .phb_num.phb_num。
 */
#phb-toplist-page.jrtj_main .jrtj_list_row > ul > li .info_div .user_name {
    position: relative;
    padding-right: clamp(34px, 10vw, 52px);
    box-sizing: border-box;
}

#phb-toplist-page.jrtj_main .jrtj_list_row > ul > li .info_div .user_name .phb_num.phb_num,
#phb-toplist-page.jrtj_main .jrtj_list_row > ul > li .info_div .user_name .phb_num {
    position: absolute;
    margin: 0;
    box-sizing: border-box;
    /* top／right／寬高字級：沿用 .phb_num.phb_num 與 .info_div .phb_num（含 767px 內覆寫），勿在此覆寫以免大於首頁 */
}



/*
 * 排行榜獨立頁：全站 .zhanshi_main .nr_div 為固定高度 + overflow:hidden，
 * 767 內還有 flex:1 / min-height:0，會把 dl 下方的 .phb-trend-row 裁掉；此處改為隨內容增高且不裁切。
 */
#phb-toplist-page.jrtj_main .jrtj_list_row > ul > li .zhanshi_main .nr_div {
    height: auto;
    max-height: none;
    overflow: visible;
    flex: 0 0 auto;
    min-height: auto;
}
#phb-toplist-page.jrtj_main .jrtj_list_row > ul > li .zhanshi_main.phb .nr_div {
    height: auto;
    max-height: none;
    overflow: visible;
    flex: 0 0 auto;
    min-height: auto;
    padding-bottom: 60px;
}
#phb-toplist-page.jrtj_main .jrtj_list_row > ul > li .zhanshi_main.phb .nr_div .pingfen-container{
    bottom: 43px;
}

/* PC：與全站等高網格一致，覆蓋上方 #phb-toplist-page 對 .nr_div 的 flex:0（否則排行榜頁同列無法等高） */
@media (min-width: 769px) {
    #phb-toplist-page.jrtj_main .jrtj_list_row > ul > li .zhanshi_main .nr_div,
    #phb-toplist-page.jrtj_main .jrtj_list_row > ul > li .zhanshi_main.phb .nr_div {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    #phb-toplist-page.jrtj_main .jrtj_list_row > ul > li .zhanshi_main .nr_div dl,
    #phb-toplist-page.jrtj_main .jrtj_list_row > ul > li .zhanshi_main.phb .nr_div dl {
        flex: 0 0 auto;
    }
}

/* #phb-toplist-page.jrtj_main .jrtj_list_row > ul > li .zhanshi_main .nr_div:has(.pingfen-container) {
    padding-bottom: clamp(36px, 11vw, 52px);
} */

/* 排行榜獨立頁：趨勢文案完整顯示（可換行；字級／間距隨寬度收縮，不裁切） */
#phb-toplist-page.jrtj_main .jrtj_list_row > ul > li .nr_div .phb-trend-row {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-top: 6px;
    /* padding: clamp(4px, 1.2vw, 8px) clamp(8px, 2.8vw, 16px); */
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid transparent;
    border-radius: 60px;
    overflow: visible;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
    line-height: 1.35;
    padding: 6px 0;
    position: absolute;
    bottom: 0;
    left:0;
}

/* 依趨勢類型為橫條描邊（對應子元素 .phb-trend--*） */
#phb-toplist-page.jrtj_main .jrtj_list_row > ul > li .nr_div .phb-trend-row:has(.phb-trend--up) {
    /* border-color: #16a34a; */
    background-color: rgba(22, 163, 74, 0.2);
}

#phb-toplist-page.jrtj_main .jrtj_list_row > ul > li .nr_div .phb-trend-row:has(.phb-trend--down) {
    /* border-color: #dc2626; */
    background-color: rgba(220, 38, 38, 0.2);
}

#phb-toplist-page.jrtj_main .jrtj_list_row > ul > li .nr_div .phb-trend-row:has(.phb-trend--steady) {
    /* border-color: #34A1DA; */
    background-color: rgba(52, 161, 218, 0.2);
}

#phb-toplist-page.jrtj_main .jrtj_list_row > ul > li .nr_div .phb-trend-row:has(.phb-trend--new) {
    /* border-color: #f90; */
    background-color: rgba(249, 153, 0, 0.2);
}

#phb-toplist-page.jrtj_main .jrtj_list_row > ul > li .nr_div .phb-trend {
    display: inline;
    font-style: normal;
    font-weight: 700;
    font-size: clamp(10px, 2.8vw, 14px);
    line-height: inherit;
    vertical-align: baseline;
}

#phb-toplist-page.jrtj_main .jrtj_list_row > ul > li .nr_div .phb-trend--up {
    color: #15803d;
}

#phb-toplist-page.jrtj_main .jrtj_list_row > ul > li .nr_div .phb-trend--down {
    color: #d93025;
}

#phb-toplist-page.jrtj_main .jrtj_list_row > ul > li .nr_div .phb-trend--new {
    color: #f90;
}

#phb-toplist-page.jrtj_main .jrtj_list_row > ul > li .nr_div .phb-trend--steady {
    color: #34A1DA;
}

#phb-toplist-page.jrtj_main .jrtj_list_row > ul > li .nr_div .phb-trend-detail {
    display: inline;
    /* margin: 0 0 0 clamp(4px, 1.5vw, 10px); */
    color: #666;
    font-size: clamp(9px, 2.5vw, 13px);
    line-height: inherit;
    vertical-align: baseline;
    white-space: normal;
    overflow: visible;
}

/* 有評分角標時橫條右側留白，避免與絕對定位評分疊字 */
/* #phb-toplist-page.jrtj_main .jrtj_list_row > ul > li .nr_div:has(.pingfen-container) .phb-trend-row {
    padding-right: clamp(56px, 16vw, 96px);
} */

.jrtj_main .jrtj_list_row > ul > li,
.jrtj_main .jrtj_list_row > .slider-container > ul > li {
    width: 100%;
    height: auto;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.jrtj_main .jrtj_list_row > ul > li .info_div,
.jrtj_main .jrtj_list_row > .slider-container > ul > li .info_div {
    position: relative;
    top: auto;
    right: auto;
    width: calc(100% - 36px);
    height: auto;
    min-height: 96px;
    margin: 0 0 -28px auto;
    border-top-right-radius: 28px;
    border-top-left-radius: 84px;
    border-bottom-left-radius: 84px;
}

.jrtj_main .jrtj_list_row > ul > li .info_div .user_pic,
.jrtj_main .jrtj_list_row > .slider-container > ul > li .info_div .user_pic {
    width: 72px;
    height: 72px;
    border-width: 3px;
}

.jrtj_main .jrtj_list_row > ul > li .info_div .user_name,
.jrtj_main .jrtj_list_row > .slider-container > ul > li .info_div .user_name {
    width: calc(100% - 84px);
    height: auto;
    font-size: 16px;
    padding-left: 14px;
    padding-top: 2px;
}

.jrtj_main .jrtj_list_row > ul > li .info_div .user_name span,
.jrtj_main .jrtj_list_row > .slider-container > ul > li .info_div .user_name span {
    height: auto;
    line-height: 40px;
    font-size: 26px;
    margin-bottom: 4px;
    height: 40px;
}

.jrtj_main .jrtj_list_row > ul > li .zhanshi_main,
.jrtj_main .jrtj_list_row > .slider-container > ul > li .zhanshi_main {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 14px;
    padding-top: 42px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 14px 24px rgba(89, 51, 87, 0.16);
}

.jrtj_main .jrtj_list_row > ul > li .zhanshi_main .img_div,
.jrtj_main .jrtj_list_row > ul > li .zhanshi_main .nr_div,
.jrtj_main .jrtj_list_row > .slider-container > ul > li .zhanshi_main .img_div,
.jrtj_main .jrtj_list_row > .slider-container > ul > li .zhanshi_main .nr_div {
    float: none;
    width: 100%;
}

.jrtj_main .jrtj_list_row > ul > li .zhanshi_main .img_div,
.jrtj_main .jrtj_list_row > .slider-container > ul > li .zhanshi_main .img_div {
    aspect-ratio: 4 / 5;
    border-radius: 14px;
    margin-bottom: 14px;
    height: auto;
}

/* .jrtj_main .jrtj_list_row > ul > li .zhanshi_main .nr_div {
    padding: 0;
} */

.jrtj_main .jrtj_list_row > ul > li .zhanshi_main .nr_div dt,
.jrtj_main .jrtj_list_row > .slider-container > ul > li .zhanshi_main .nr_div dt {
    height: auto;
    min-height: 28px;
    font-size: 15px;
    line-height: 1.45;
}



.jrtj_main .jrtj_list_row > ul > li .tool_bar,
.jrtj_main .jrtj_list_row > .slider-container > ul > li .tool_bar {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 58px;
    padding-top: 0;
    border-radius: 0 0 18px 18px;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
}

.jrtj_main .jrtj_list_row > ul > li .tool_bar span,
.jrtj_main .jrtj_list_row > .slider-container > ul > li .tool_bar span {
    width: 33.3333%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 24px !important;
    background-position: calc(50% - 18px) center !important;
}

.jrtj_main .jrtj_list_row > ul > li .tool_bar p,
.jrtj_main .jrtj_list_row > .slider-container > ul > li .tool_bar p {
    line-height: 48px;
    margin: 0 0 0 16px;
    font-size: 15px;
}

.jrtj_main .jrtj_list_row > ul > li .pingfen,
.jrtj_main .jrtj_list_row > .slider-container > ul > li .pingfen {
    width: auto;
    min-width: 92px;
    height: auto;
    padding: 4px 10px;
    line-height: 1.2;
}

@media (max-width: 768px) {
    #phb-toplist-page.jrtj_main .jrtj_list_row > ul > li .zhanshi_main.phb .nr_div{
        padding-bottom: 10px;
    }

    #header.top-container {
        --m7-logo-size: clamp(48px, 12vw, 56px);
    }

    .search-container,
    .search-container.active {
        position: relative;
        top: auto;
        right: auto;
        width: auto;
        max-width: none;
        flex: 1 1 auto;
        min-width: 0;
        transform: none;
        opacity: 1;
        transition: none;
        margin: 0;
        pointer-events: auto;
    }

    .search-box {
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
        /* padding-right: 16px; */
        margin-right: 4px;
    }

    .search-input {
        width: auto;
        min-width: 0;
        line-height: 20px;
        padding-inline: 0;
    }

    .advanced-search-btn {
        right: auto;
        margin-left: 4px;
        flex: 0 0 auto;
    }

    .image-search-btn {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px;
        min-height: 36px;
        box-sizing: border-box;
    }

    .search-btn {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px;
        min-height: 36px;
        box-sizing: border-box;
    }

    header {
        flex-direction: column;
        padding: 20px 15px;
        min-height: 100px;
        gap: 20px;
        background-size: cover;
    }

    .logo-container {
        top: 0;
        bottom: 0;
        left: 12px;
        right: 12px;
        height: 100%;
        align-items: stretch;
        justify-content: flex-start;
        order: 1;
        max-width: none;
    }

    .logo-image {
        width: var(--m7-logo-size);
        height: 100%;
    }

    .logo-img {
        width: 100%;
    }

    .logo-main-right {
        padding-top: 20px;
        gap: 6px;
    }

    .logo-main-top {
        gap: clamp(6px, 1.5vw, 10px);
    }

    .logo-title {
        font-size: clamp(14px, 4.8vw, 18px);
    }

    .logo-subtitle {
        font-size: 0.6rem;
    }

    .user-menu,
    .search-icon-btn {
        position: static;
        top: auto;
        right: auto;
        flex: 0 0 auto;
    }

    .jrtj_main .jrtj_list_row > ul,
    .jrtj_main .jrtj_list_row > .slider-container > ul {
        gap: 14px;
    }

    .jrtj_main .jrtj_list_row > ul > li .info_div,
    .jrtj_main .jrtj_list_row > .slider-container > ul > li .info_div {
        width: calc(100% - 18px);
        min-height: 68px;
        margin-bottom: -18px;
        padding: 8px;
        border-top-right-radius: 22px;
        border-top-left-radius: 56px;
        border-bottom-left-radius: 56px;
        padding-right: 0;
    }

    .jrtj_main .jrtj_list_row > ul > li .info_div .user_pic,
    .jrtj_main .jrtj_list_row > .slider-container > ul > li .info_div .user_pic {
        width: 48px;
        height: 48px;
        border-width: 2px;
    }

    .jrtj_main .jrtj_list_row > ul > li .info_div .user_name,
    .jrtj_main .jrtj_list_row > .slider-container > ul > li .info_div .user_name {
        width: calc(100% - 58px);
        font-size: 11px;
        padding-left: 0;
        padding-top: 0;
    }

    .jrtj_main .jrtj_list_row > ul > li .info_div .user_name span,
    .jrtj_main .jrtj_list_row > .slider-container > ul > li .info_div .user_name span {
        font-size: 18px;
        height: 24px;
        line-height: 24px;
    }
    #phb-toplist-page.jrtj_main .jrtj_list_row > ul > li .zhanshi_main.phb .nr_div .pingfen-container {
        font-size: 16px;
        bottom: 26px;
    }
    .zhanshi_main .nr_div dl{
        position: relative;
        padding-bottom: 40px;
    }
    .jrtj_main .jrtj_list_row > ul > li .zhanshi_main,
    .jrtj_main .jrtj_list_row > .slider-container > ul > li .zhanshi_main {
        padding: 10px;
        padding-top: 26px;
        border-radius: 14px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        height: 408px;
    }

    .jrtj_main .jrtj_list_row > ul > li .zhanshi_main .img_div,
    .jrtj_main .jrtj_list_row > .slider-container > ul > li .zhanshi_main .img_div {
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .jrtj_main .jrtj_list_row > ul > li .zhanshi_main .nr_div dt,
    .jrtj_main .jrtj_list_row > .slider-container > ul > li .zhanshi_main .nr_div dt {
        min-height: 24px;
        font-size: 12px;
    }



    .jrtj_main .jrtj_list_row > ul > li .tool_bar,
    .jrtj_main .jrtj_list_row > .slider-container > ul > li .tool_bar {
        height: 48px;
        border-radius: 0 0 14px 14px;
    }

    .jrtj_main .jrtj_list_row > ul > li .tool_bar span,
    .jrtj_main .jrtj_list_row > .slider-container > ul > li .tool_bar span {
        background-size: 18px !important;
        background-position: calc(50% - 14px) center !important;
    }

    .jrtj_main .jrtj_list_row > ul > li .tool_bar p,
    .jrtj_main .jrtj_list_row > .slider-container > ul > li .tool_bar p {
        line-height: 48px;
        margin-left: 12px;
        font-size: 12px;
    }

    .jrtj_main .jrtj_list_row > ul > li .pingfen,
    .jrtj_main .jrtj_list_row > .slider-container > ul > li .pingfen {
        min-width: 74px;
        right: -4px;
        top: -4px;
        font-size: 12px;
    }

    .jrtj_main .jrtj_list_row > ul > li .pingfen.normal em,
    .jrtj_main .jrtj_list_row > .slider-container > ul > li .pingfen.normal em {
        font-size: 18px !important;
        padding-right: 4px;
    }

    /* 頭像條上的 .pingfen 才需要 min-width；nr_div 內評分與「分」同行，勿拉寬否則數字與「分」被撐開 */
    .jrtj_main .jrtj_list_row > ul > li .nr_div .pingfen-container .pingfen,
    .jrtj_main .jrtj_list_row > .slider-container > ul > li .nr_div .pingfen-container .pingfen,
    #recommendation-slider > ul.slider-wrapper > li.slide .nr_div .pingfen-container .pingfen {
        min-width: 0 !important;
        width: auto;
        right: auto;
        top: auto;
        font-size: 16px;
    }

    .jrtj_main .jrtj_list_row > ul > li .nr_div .pingfen-container .pingfen.normal em,
    .jrtj_main .jrtj_list_row > .slider-container > ul > li .nr_div .pingfen-container .pingfen.normal em,
    #recommendation-slider > ul.slider-wrapper > li.slide .nr_div .pingfen-container .pingfen.normal em {
        padding-right: 2px;
    }

    #recommendation-slider > ul.slider-wrapper > li.slide .info_div,
    #promotion-slider > ul.slider-wrapper > li.slide .info_div {
        width: calc(100% - 18px) !important;
        min-height: 68px !important;
        margin-bottom: -18px !important;
        padding: 8px !important;
        border-top-right-radius: 22px !important;
        border-top-left-radius: 56px !important;
        border-bottom-left-radius: 56px !important;
    }

    #recommendation-slider > ul.slider-wrapper > li.slide .zhanshi_main,
    #promotion-slider > ul.slider-wrapper > li.slide .zhanshi_main {
        padding: 10px !important;
        padding-top: 26px !important;
        border-radius: 14px !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        height: 408px !important;
    }

    #recommendation-slider > ul.slider-wrapper > li.slide .tool_bar,
    #promotion-slider > ul.slider-wrapper > li.slide .tool_bar {
        height: 48px !important;
        border-radius: 0 0 14px 14px !important;
        min-height: 0 !important;
    }

    #recommendation-slider > ul.slider-wrapper > li.slide .tool_bar p,
    #promotion-slider > ul.slider-wrapper > li.slide .tool_bar p {
        line-height: 45px !important;
        margin-left: 12px !important;
        font-size: 12px !important;
    }

    #recommendation-slider > ul.slider-wrapper > li .zhanshi_main .img_div,
    #promotion-slider > ul.slider-wrapper > li .zhanshi_main .img_div {
        border-radius: 10px;
        margin-bottom: 10px;
    }

    #recommendation-slider > ul.slider-wrapper > li .zhanshi_main .nr_div dt,
    #promotion-slider > ul.slider-wrapper > li .zhanshi_main .nr_div dt {
        min-height: 24px;
        font-size: 12px;
    }

    #recommendation-slider > ul.slider-wrapper > li.slide .tool_bar span,
    #promotion-slider > ul.slider-wrapper > li.slide .tool_bar span {
        background-size: 18px !important;
        background-position: calc(50% - 14px) center !important;
    }

    #recommendation-slider > ul.slider-wrapper > li .pingfen,
    #promotion-slider > ul.slider-wrapper > li .pingfen {
        min-width: 74px;
        right: -4px;
        top: -4px;
        font-size: 12px;
    }

    #recommendation-slider > ul.slider-wrapper > li .pingfen.normal em,
    #promotion-slider > ul.slider-wrapper > li .pingfen.normal em {
        font-size: 18px !important;
        padding-right: 4px;
    }
}

/* promotion grid */
.promotion-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.promotion-grid--standalone {
    margin-top: 18px;
}

.promotion-grid .promotion-card {
    flex: none !important;
    width: 100% !important;
    inline-size: 100% !important;
    max-width: none !important;
    min-width: 100% !important;
    height: auto;
    margin: 0;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    justify-self: stretch !important;
    box-sizing: border-box;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.promotion-grid .promotion-card .img-containe,
.promotion-grid .promotion-card__media {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
}

.promotion-grid .promotion-card .img-containe img,
.promotion-grid .promotion-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.promotion-grid .vip-badge,
.jrtj_main .img_div .vip-badge {
    /* 尺寸／邊框／陰影與 .yhzq-list .img-containe 規則、.product-badge 一致 */
    z-index: 3;
    background: linear-gradient(135deg, #F577A5, #ED4467);
    color: #fff;
    font-weight: 800;
}


.promotion-grid .promotion-card__details,
.promotion-grid .promotion-card .details-containe {
    width: 100% !important;
    float: none;
    padding: 22px 20px 18px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
}

.promotion-grid .promotion-card .details-containe ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.promotion-grid .promotion-card .details-containe .information {
    height: auto;
    line-height: 1.45;
    margin: 0;
    font-size: 15px;
    /* color: #64748b; */
}

.promotion-grid .promotion-card .details-containe .information span {
    color: #8c2988;
}

.promotion-grid .promotion-card .details-containe .information.first .nickname {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
}

.promotion-grid .promotion-card .details-containe .information.yj span {
    color: #ef4444;
    text-decoration: line-through;
    font-size: 18px;
}



.promotion-grid .promotion-card .details-containe .information.xj span {
    color: #16a34a;
    font-weight: 800;
    font-size: 18px;
}

.promotion-grid .promotion-card__stats {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid #e2e8f0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.promotion-grid .promotion-card__stats span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #334155;
    font-size: 14px;
    font-weight: 700;
}

.promotion-grid .promotion-card__stats i {
    font-size: 16px;
}


.promotion-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.promotion-grid .promotion-card .details-containe .information.first .nickname {
    font-size: 24px;
    color: #333;
}


@media (max-width: 640px) {
    .promotion-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .promotion-grid .promotion-card {
        border-radius: 20px;
    }

    .promotion-grid .promotion-card .product-badge {
        top: auto;
        right: auto;
        bottom: clamp(26px, 8vw, 40px);
        left: clamp(8px, 2.5vw, 10px);
        padding: clamp(5px, 1.6vw, 8px) clamp(10px, 3.2vw, 16px);
        font-size: clamp(11px, 3.3vw, 14px);
    }



    .promotion-grid .promotion-card__details,
    .promotion-grid .promotion-card .details-containe {
        padding: 18px 16px 16px;
        gap: 12px;
    }

    .promotion-grid .promotion-card .details-containe .information {
        font-size: 14px;
    }

    .promotion-grid .promotion-card .details-containe .information.first .nickname {
        font-size: 22px;
    }

    .promotion-grid .promotion-card .details-containe .information.xj span {
        font-size: 20px;
    }

    .promotion-grid .promotion-card__stats span {
        font-size: 13px;
        gap: 6px;
    }

    .logo-container{
        left: 10px;
    }
    .logo-image{
        width:60px;
        height:60px;
        border-radius: 60px;
    }
    .advanced-filter-container{
        padding: 30px 0;
    }
    #searchForm{
        width:calc(100% - 20px);
        padding: 50px 30px;
    }
}

/* 優惠專區橫向切屏輪播（對齊 moban-6，配合 static/moban-7/qianse/js/yhzq.js） */
.slider-container {
    width: 100%;
    max-width: 900px;
    overflow: hidden;
    position: relative;
    padding-bottom: 15px;
}

.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
    margin-bottom: 15px;
    opacity: 0;
    visibility: hidden;
}

.slider-wrapper.initialized {
    opacity: 1;
    visibility: visible;
}

.slide {
    flex: 0 0 auto;
    padding: 0;
    text-align: center;
    margin: 6px;
    max-width: calc(100% - 12px);
    box-sizing: border-box;
}

.indicators {
    display: flex;
    justify-content: center;
}

.indicators span {
    width: 24px;
    height: 24px;
    margin: 0 5px;
    background: rgba(255, 255, 255, 0.50);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
    font-size: 14px;
    font-weight: bold;
    color: #ccc;
}

.indicators .active {
    background: #c27abf;
    color: #fff;
}

#promotion-slider.slider-container,
#recommendation-slider.slider-container {
    max-width: 100%;
    width: 100%;
    margin-top: 0;
    padding-bottom: 8px;
}

/* 優惠／推介輪播末屏補位：兩區視覺一致 */
#promotion-slider .slide.promotion-slide-placeholder,
#recommendation-slider .slide.promotion-slide-placeholder {
    flex: 0 0 auto;
    align-self: stretch;
    min-height: clamp(320px, 46vw, 520px);
    width: 100%;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    pointer-events: none;
}

/* 優惠／推介切屏軌道與頁碼（兩區 DOM 均為 jrtj_list_row.slider-container#… > ul > li） */
#promotion-slider .promotion-slider__indicators,
#recommendation-slider .promotion-slider__indicators {
    margin-top: 8px;
    padding-bottom: 4px;
}

/* 推介／優惠專區切屏軌道：覆蓋 .jrtj_list_row > ul 的網格佈局，恢復輪播所需 flex 軌道 */
#promotion-slider .slider-wrapper,
#recommendation-slider .slider-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* `.jrtj_list_row ul { overflow:hidden }` 與軌道 translate 疊加時會誤裁切第二屏 */
#promotion-slider.slider-container .slider-wrapper,
#promotion-slider.slider-container > ul,
#promotion-slider.jrtj_list_row .slider-wrapper,
#promotion-slider.jrtj_list_row > ul,
#recommendation-slider.slider-container .slider-wrapper,
#recommendation-slider.jrtj_list_row .slider-wrapper,
#recommendation-slider.slider-container > ul,
#recommendation-slider.jrtj_list_row > ul {
    overflow: visible !important;
}

#promotion-slider .slide,
#recommendation-slider .slide {
    margin: 0;
    max-width: none;
    text-align: left;
    flex-shrink: 0;
    list-style: none;
}

/*
 * 今日推介／優惠專區輪播：`#promotion-slider` 與 `#recommendation-slider` 均為
 * `jrtj_list_row.slider-container` 且直接包含 `ul.slider-wrapper`，可命中
 * `.jrtj_main .jrtj_list_row > .slider-container > ul > li …`；此處再以 ID 提高優先級，
 * 覆蓋舊版 `li .zhanshi_main` 等絕對定位，避免第二屏被裁成空白。
 */
#promotion-slider > ul.slider-wrapper > li.slide,
#recommendation-slider > ul.slider-wrapper > li.slide {
    display: flex;
    position: relative;
    overflow: visible;
    flex-direction: column;
    width: 100%;
    margin: 0 !important;
    margin-bottom: 0 !important;
    height: auto !important;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}

#promotion-slider > ul.slider-wrapper > li.slide .info_div,
#recommendation-slider > ul.slider-wrapper > li.slide .info_div {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: calc(100% - 36px) !important;
    max-width: 100%;
    height: auto !important;
    min-height: 96px;
    margin: 0 0 -28px auto !important;
    border-top-right-radius: 28px !important;
    border-top-left-radius: 84px !important;
    border-bottom-left-radius: 84px !important;
    box-sizing: border-box;
    z-index: 2;
}

#promotion-slider > ul.slider-wrapper > li.slide .zhanshi_main,
#recommendation-slider > ul.slider-wrapper > li.slide .zhanshi_main {
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    min-height: 0;
    padding: 14px;
    padding-top: 42px;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    z-index: 1;
    box-shadow: 0 14px 24px rgba(89, 51, 87, 0.16);
}

#promotion-slider > ul.slider-wrapper > li.slide .tool_bar,
#recommendation-slider > ul.slider-wrapper > li.slide .tool_bar {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    min-height: clamp(52px, 12vw, 63px);
    padding: 0;
    padding-top: 0 !important;
    border-radius: 0 !important;
    border-bottom-left-radius: 14px !important;
    border-bottom-right-radius: 14px !important;
    margin-top: 0 !important;
    box-sizing: border-box;
}

#promotion-slider.slider-container > ul.slider-wrapper,
#recommendation-slider.slider-container > ul.slider-wrapper {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    height: auto !important;
}

.yhzq-list .img-containe .yhzq-activity-time-badge,
.jrtj_main .img_div .yhzq-activity-time-badge {
    height: 36px;
    min-height: 36px;
    max-height: 36px;
    padding: 0 12px;
    box-sizing: border-box;
    border: 2px solid #fff;
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.8);
    line-height: 1;
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 11;
    max-width: calc(100% - 24px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 44px;
    border-radius: 999px;
    background: rgba(126, 73, 176, 0.56);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

/* 與活動時間膠囊同高（同斷點同步縮放） */
.yhzq-list .img-containe .vip-badge,
.jrtj_main .img_div .vip-badge {
    height: 36px;
    min-height: 36px;
    max-height: 36px;
    padding: 0 16px;
    box-sizing: border-box;
    border: 2px solid #fff;
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.8);
    line-height: 1;
    font-size: 12px;
    font-weight: 800;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

/* 與 moban-6 定點區一致：活動時間左上、VIP 右上（輪播卡與推介共用 .img_div） */
.jrtj_main .img_div .vip-badge {
    top: 12px;
    right: 12px;
    left: auto !important;
    bottom: auto;
}

@media (max-width: 768px) {
    .yhzq-list .img-containe .yhzq-activity-time-badge,
    .jrtj_main .img_div .yhzq-activity-time-badge,
    .yhzq-list .img-containe .vip-badge,
    .jrtj_main .img_div .vip-badge {
        height: 32px !important;
        min-height: 32px !important;
        max-height: 32px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        box-sizing: border-box !important;
        line-height: 1 !important;
        font-size: 11px !important;
    }

    .yhzq-list .img-containe .yhzq-activity-time-badge,
    .jrtj_main .img_div .yhzq-activity-time-badge {
        top: 11px !important;
        left: 11px !important;
        min-width: 40px !important;
    }

    .jrtj_main .img_div .vip-badge {
        top: 11px !important;
        right: 11px !important;
        left: auto !important;
        bottom: auto !important;
    }
}

@media (max-width: 480px) {
    .yhzq-list .img-containe .yhzq-activity-time-badge,
    .jrtj_main .img_div .yhzq-activity-time-badge,
    .yhzq-list .img-containe .vip-badge,
    .jrtj_main .img_div .vip-badge {
        height: 28px !important;
        min-height: 28px !important;
        max-height: 28px !important;
        padding-left: 9px !important;
        padding-right: 9px !important;
        box-sizing: border-box !important;
        line-height: 1 !important;
        font-size: 11px !important;
    }

    .yhzq-list .img-containe .yhzq-activity-time-badge,
    .jrtj_main .img_div .yhzq-activity-time-badge {
        top: 10px !important;
        left: 10px !important;
        min-width: 38px !important;
    }

    .jrtj_main .img_div .vip-badge {
        top: 10px !important;
        right: 10px !important;
        left: auto !important;
        bottom: auto !important;
    }
}

/* 屏蔽前台轮播 caption */
.caption {
    display: none !important;
}

/* 菜品详情页：视频缩略图播放标识 */
.thumbnails-container .thumbnail.is-video .video-play-icon,
.thumbnails-container .thumbnail .video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
}

.details-slide .video-play-overlay,
.main-image .video-play-overlay,
.video-play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    pointer-events: none;
}

.details-slide .video-play-overlay i,
.main-image .video-play-overlay i,
.video-play-overlay i {
    color: #fff;
    font-size: 36px;
    margin-left: 4px;
}

.details-slide .video-poster-wrapper,
.main-image .video-poster-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* ===== 18禁彈窗最終鎖定（對齊 moban-2，防止後續全域樣式覆蓋） ===== */
#agreementBox.agreement-box {
    background: #fff;
    color: #333;
}
#agreementBox .agreement-title {
    color: #e74c3c;
    font-size: 1.8rem;
}
#agreementBox .agreement-content {
    color: #555;
    font-size: 16px;
    line-height: 40px;
    background: #f9f9f9;
    border: 1px solid #eee;
}
#agreementBox .checkbox-container {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 0;
    color: #333;
    font-size: 15px;
}
#agreementBox .checkbox-container input {
    display: inline-block !important;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    visibility: visible !important;
}
#agreementBox .checkbox-container label {
    color: #333;
    font-size: inherit;
    cursor: pointer;
}
#agreementBox .btn-accept {
    background: #2ecc71;
    color: #fff;
}
#agreementBox .btn-reject {
    background: #e74c3c;
    color: #fff;
}
#agreementBox .buttons .btn {
    width: 118px;
    padding: 0;
    font-size: 1rem;
    font-weight: 600;
}
@media (max-width: 768px) {
    #agreementBox .agreement-title {
        font-size: clamp(1.15rem, 4.8vw, 1.55rem);
    }
    #agreementBox .agreement-content {
        line-height: clamp(26px, 5.4vw, 34px);
    }
    #agreementBox .checkbox-container {
        margin-bottom: clamp(10px, 2.6vw, 16px);
        font-size: clamp(13px, 3.4vw, 15px);
    }
    #agreementBox .buttons .btn {
        width: clamp(84px, 24vw, 116px);
        font-size: clamp(0.76rem, 2.7vw, 0.86rem);
    }
}
@media (max-width: 540px) {
    #agreementBox .agreement-content {
        line-height: 38px;
        font-size: 14px;
    }
    #agreementBox .buttons .btn {
        width: clamp(78px, 26vw, 102px);
        font-size: clamp(0.80rem, 2.5vw, 0.85rem);
    }
}
@media (max-width: 375px) {
    #agreementBox .agreement-content {
        line-height: 32px;
        font-size: 14px;
    }
    #agreementBox .buttons .btn {
        width: clamp(72px, 24vw, 92px);
        font-size: clamp(0.68rem, 2.3vw, 0.76rem);
    }
}

/* mobile width lock: 無全域 border-box 時防止 95vw+padding 溢出 */
#agreementBox.agreement-box {
    box-sizing: border-box !important;
    max-width: min(500px, 95vw);
}
@media (max-width: 768px) {
    #agreementBox.agreement-box {
        width: min(92vw, 520px) !important;
        max-width: 95vw !important;
        box-sizing: border-box !important;
    }
}
@media (max-width: 540px) {
    #agreementBox.agreement-box {
        width: 94vw !important;
        max-width: 95vw !important;
        padding: clamp(12px, 3vw, 18px) !important;
        box-sizing: border-box !important;
    }
}
@media (max-width: 375px) {
    #agreementBox.agreement-box {
        width: 95vw !important;
        max-width: 95vw !important;
        padding: 12px !important;
        box-sizing: border-box !important;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
}

/* ===== 18禁彈窗層級鎖定 ===== */
#agreementOverlay,
#agreementOverlay.overlay,
#agreementOverlay.overlay.show {
    z-index: 10000000 !important;
}
#agreementBox,
#agreementBox.agreement-box,
#agreementBox.agreement-box.show {
    z-index: 10000001 !important;
}

/* ===============================
   moban-7 頂部新布局最終覆蓋（對齊 moban-1）
   左 logo-img｜右上搜索+user｜右下 logo-text
   =============================== */
#header.top-container {
    --m7-logo-size: clamp(70px, 6vw + 40px, 100px);
}

#header .logo-container {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 12px !important;
    right: 12px !important;
    height: 100% !important;
    max-width: none !important;
    transform: none !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    gap: 10px !important;
}

#header .logo-image {
    width: var(--m7-logo-size) !important;
    height: 100% !important;
    aspect-ratio: 1 / 1;
    flex: 0 0 auto !important;
}

#header .logo-img {
    width: 75%;
    height: auto;
    object-fit: cover;
}

#header .logo-main-right {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
    padding-top: 10px;
    box-sizing: border-box;
}

#header .logo-main-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    width: 100%;
    min-width: 0;
    flex-wrap: nowrap;
}

#header .logo-main-top .search-container,
#header .search-container,
#header .search-container.active {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 560px;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
}

#header .search-box {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
}

#header .advanced-search-btn,
#header .user-btn {
    flex: 0 0 auto !important;
    flex-shrink: 0 !important;
}

#header .user-menu,
#header .search-icon-btn {
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    transform: none !important;
    flex: 0 0 auto !important;
}

#header .search-icon-btn,
#header .search-toggle-btn {
    display: none !important;
}

#header .logo-text {
    justify-content: flex-end;
    text-align: left;
    padding-bottom: 20px;
    max-width: none;
    overflow: visible;
}

#header .logo-title {
    max-width: none;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
}

@media (max-width: 768px) {
    #header.top-container {
        --m7-logo-size: clamp(48px, 12vw, 56px);
    }
    #header .logo-main-right {
        padding-top: 20px;
        gap: 6px;
    }
    #header .logo-img {
        width: 100%;
    }
}

@media (max-width: 540px) {
    #header.top-container {
        --m7-logo-size: clamp(40px, 11vw, 52px);
    }
    #header .logo-main-top {
        gap: 6px;
    }
}

@media (max-width: 375px) {
    #header.top-container {
        --m7-logo-size: clamp(32px, 10vw, 40px);
    }
    #header .logo-container {
        left: 8px !important;
        right: 8px !important;
        gap: 6px !important;
    }
    #header .logo-main-top {
        gap: 4px;
    }
    #header .user-btn,
    #header .advanced-search-btn {
        width: 42px !important;
        height: 42px !important;
        min-width: 42px !important;
        min-height: 42px !important;
    }
    .search-box{
        height:42px;
    }
    .image-search-btn {
        width: 30px !important;
        height: 30px !important;
        min-width: 30px;
        min-height: 30px;
        box-sizing: border-box;
    }
    .search-btn {
        width: 30px !important;
        height: 30px !important;
        min-width: 30px;
        min-height: 30px;
        box-sizing: border-box;
    }
}
