/*
Author: kenrich
Time:2023-01-03 -- 2023-01-10
/* reset */
img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    border: 0;
    vertical-align: middle;
    /* IE11 備用 */
    border-radius: 0;
}

a {
    transition: all 0.4s ease;
    text-decoration: none !important;
    color: #333;
}

a:hover,
a:focus {
    transition: all 0.8s ease;
    text-decoration: none !important;
    color: #333;
    outline: none;
}

body {
    color: #333;
    background: #fff;
    font-family: 'Noto Serif TC', serif, sans-serif, 'Titillium Web', "Arial Black";
    margin: 0;
    padding: 0;
}

* {
    font-family: 'Noto Serif TC', serif, sans-serif, 'Titillium Web', "Arial Black";
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.5em;
}

/* 段落 */
p {
    margin-bottom: 1em;
}

/* 強調文字 */
strong,
b {
    font-weight: 700;
}

/* 斜體 */
em,
i {
    font-style: italic;
}

/* 連結 */
a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul,
li {
    margin: 0;
    padding: 0
}

li {
    list-style-type: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.dn {
    display: none;
}

.db {
    display: block;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

/* copyright */
.copyright {
    background: #9e000f;
    color: #fff;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
}

/* 底部 */
footer {
    position: relative;
    padding-top: 99px;
}

.bg-icon {
    position: absolute;
    top: 0;
    right: 100px;
}

.bg-icon img {
    height: 100px;
}

.footer-bg {
    background: #ffc85a;
    padding: 80px 0 70px 0;
}

.footer-menu {
    text-align: center;
}

.footer-menu ul {
    display: inline-block;
    margin-bottom: 20px;
}

.footer-menu li {
    float: left;
}

.footer-menu li a {
    font-size: 16px;
    padding: 0 10px;
    border-right: 1px solid #333;
}

.footer-logo {
    text-align: center;
}

.footer-logo img {
    height: 50px;
}

.footer-menu li:first-child a {
    padding-left: 0;
}

.footer-menu li:last-child a {
    padding-right: 0;
    border-right: 0
}

.footer-social a {
    background: #fff;
    display: block;
    height: 40px;
    line-height: 36px;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 15px;
}

.footer-social a img {
    height: 24px;
}

/* 物品 */
section {
    padding: 100px 0 120px 0;
}

.hTitle {
    border-left: 10px solid #ffc85a;
    padding-left: 15px;
}

.hTitle h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 2px !important;
}

.hTitle p {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

/* 物品 */
.properties-tabs {
    margin: 50px 0 30px 0;
}

.properties-tabs li {
    background: #eaeaea;
    color: #333;
    padding: 10px 40px;
    border-radius: 6px;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

.properties-tabs li.active,
.properties-tabs li:hover {
    background: #9e000f;
    color: #fff;
}

.properties-tabs li.active a,
.properties-tabs li:hover a {
    background: #9e000f;
    color: #fff;
}

.properties-list-area h4 {
    height: 40px;
    line-height: 40px;
    background: #31322d;
    color: #fff;
    font-size: 14px;
    padding: 0 20px;
    margin-bottom: 0 !important;
}

/*滚动条滑块*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(125, 125, 125, 0.2);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 8px;
    background-color: #666;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 8px;
    background-color: #666;
    -webkit-border-radius: 6px;
}

.properties-list-bg {
    background: #f2f2f2;
    padding: 15px 20px 10px 20px;
}

.properties-list-info {
    margin-bottom: 25px;
}

.properties-list-pic {
    overflow: hidden;
}

.properties-list-pic img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.properties-list-title h5 {
    font-size: 16px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.properties-list-ul li {
    float: left;
    font-size: 13px;
    font-weight: 700;
    border-right: 1px solid #333;
    margin-right: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
}

.properties-list-ul li:last-child {
    border-right: 0;
}

.properties-list-price {
    margin-top: 5px;
    font-weight: 700;
    text-align: right
}

.properties-list-price span {
    font-size: 30px;
    color: #ad0000;
    margin-right: 5px;
}

.look-more {
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ad0000;
    color: #fff;
    border-radius: 40px;
    display: block;
    margin: 60px auto 10px auto;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #ad0000
}

.look-more:hover {
    background: transparent;
    color: #ad0000;
}

.detail-360-info-code {
    border: 1px solid #ffc85a;
    border-radius: 5px;
    padding: 6px 10px;
    display: inline-block;
    margin-bottom: 15px;
}

.detail-360-info-name {
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #ffc85a;
    padding-bottom: 10px;
}

.detail-360-info-price {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 15px;
}

.detail-360-info-price span {
    font-size: 30px;
    font-weight: 700;
    color: #ad0000;
}

.detail-360-info-icon li {
    float: left;
    margin-right: 5px;
    width: 40px;
    text-align: center;
    border-radius: 5px;
    background: #31322d;
}

.detail-360-info-icon li img {
    max-width: 20px;
}

.detail-360-info-intr {
    margin-top: 20px;
}

.detail-360-info-intr .clearfix {
    height: 38px;
    line-height: 38px;
}

.detail-360-info-icon li a {
    display: block;
    border-radius: 5px;
    height: 40px;
    line-height: 36px;
}

.detail-360-info-intr .left {
    width: 100px;
    color: #333;
    font-weight: 700;
    font-size: 16px;
}

.detail-360-info-intr .right {
    width: calc(100% - 100px);
    float: left;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.detail-360-info-button {
    margin-top: 20px;
}

.detail-360-info-button a:hover {
    color: #fff;
}

.detail-360-info-button-A {
    background: #9e000f url(../images/ds7.png) no-repeat 10px 10px;
    color: #fff;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    padding: 0 20px 0 45px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    margin-right: 15px;
}

.detail-360-info-button-B {
    background: #ffb531;
    color: #fff;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    padding: 0 20px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
}

/* 最新消息 */
.news {
    background: #eaeaea;
}

.news-list-info {
    border-bottom: 1px solid #ccc;
}

.news-list-date {
    width: 120px;
    float: left;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    font-weight: 700;
}

.news-list-more {
    width: 60px;
    float: right;
    height: 80px;
    line-height: 80px;
}

.news-list-more img {
    height: 40px;
}

.news-list-name {
    width: calc(100% - 180px);
    height: 80px;
    line-height: 80px;
    float: left;
    font-size: 16px;
    font-weight: 700;
}

.shop-list-info {
    margin-bottom: 20px;
}

.city-list-info {
    text-align: center;
    border-right: 1px solid #9e000f;
}

.city-list .city-list-info:last-child {
    border-right: 0;
}

.city-list {
    margin-bottom: 80px;
}

.city-list-name {
    font-size: 20px;
    font-weight: 700;
    margin: 15px 0 5px 0;
}

.city-list-intr {
    font-size: 16px;
    font-weight: 700;
}

.other-info {
    width: 100%;
    left: 0;
    top: 50%;
    position: absolute;
    z-index: 9999;
    margin-top: -140px;
}

.other-info h3 {
    font-size: 42px;
    color: #9e000f;
    margin-bottom: 20px;
}

.banner {
    border-bottom: 25px solid #9e000f;
    position: relative;
}

.search-area {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 999;
}

.search-info {
    width: 800px;
    position: absolute;
    background: #fff;
    z-index: 999;
    padding: 20px 30px 30px 30px;
    left: 50%;
    margin-left: -400px;
    bottom: 60px;
    border-radius: 10px;
}

.search-info ul {
    margin-bottom: 20px;
}

.search-info li {
    width: 50%;
    float: left;
    text-align: center;
    border-bottom: 3px solid #ccc;
    cursor: pointer;
    padding-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
}

.search-info li.active {
    border-bottom: 3px solid #9e000f;
    color: #9e000f;
}

.search-info1 ul {
    margin-bottom: 15px;
}

.search-info1 li {
    width: 50%;
    float: left;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    background-color: #eaeaea;
}

.search-info1 li.active {
    color: #9e000f;
    background: #fff;
}

.search-info2 ul {
    margin-bottom: 5px;
}

.search-info2 li {
    width: 33%;
    float: left;
    text-align: center;
    border-bottom: 3px solid #9e000f;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    height: 42px;
    line-height: 42px;
}

.search-info3 {
    margin-top: 10px
}

.search-info3 .right {
    width: 80px
}

.search-info3 .left {
    width: calc(100% - 80px)
}

xm-select * {
    font-weight: 700 !important;
}

.search-info4 input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border: 1px solid #ccc;
    outline: none;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    margin-top: 10px;
}

.el-popper {
    z-index: 99999 !important
}

.search-info3 .right {
    height: 39px;
    line-height: 39px;
    background: #9e000f;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}

.search-info2 li.active {
    background: #9e000f;
    color: #fff;
}

.search-down {
    width: 140px;
    height: 40px;
    line-height: 40px;
    background: #eaeaea url(../images/down.png) no-repeat 110px center;
    background-size: 14px;
    float: left;
    padding-left: 15px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
}

.search-input {
    width: calc(100% - 212px);
    height: 40px;
    line-height: 40px;
    background: #eaeaea;
    float: left;
    margin-left: 10px;
    padding-left: 15px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px 0 0 4px;
}

.search-btn {
    float: right;
    width: 62px;
    cursor: pointer;
}

.search-btn img {
    height: 40px;
}

.other-info h4 {
    font-size: 30px;
    color: #333;
    margin-bottom: 20px;
    width: 400px;
    text-align: center;
    font-weight: 400;
}

/* 顶部 */
.menu {
    position: absolute;
    width: 100%;
    text-align: center;
}

.menu ul {
    display: inline-block;
}

header {
    position: relative;
    height: 120px;
    background-color: #ffc85a;
}

header .smenu {
    display: inline-block;
}

header .menu .stli {
    display: inline-block;
    height: 120px;
    line-height: 120px;
    padding: 0 10px;
}

header .menu .header-logo {
    display: inline-block;
    height: 120px;
    line-height: 120px;
    margin: 0 50px;
}

header .menu .header-logo img {
    height: 40px;
}

.header-social {
    text-align: right;
    padding-top: 45px;
}

.header-social ul {
    display: inline-block;
}

.header-social li {
    background-color: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin-left: 6px;
    line-height: 28px;
}

.header-social a img {
    height: 18px;
}

header .menu li a {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0px;
    color: #0d354d;
}

header .menu li.active a,
header .menu li:hover a {
    color: #ad0000;
}

header .menu li.menu-parent ul.sub-pc {
    position: absolute;
    top: 120px;
    left: 0;
    display: none;
    z-index: 9999;
}

header .menu li.menu-parent:hover .sub-pc {
    display: block;
}

header .menu ul.sub-pc {
    height: auto;
    line-height: inherit;
}

header .menu .sub-pc li {
    margin-left: 0;
    background-color: #ad0000;
    margin-bottom: 1px;
    padding: 0;
    width: 160px !important;
    height: 44px !important;
    line-height: 44px !important;
}

header .menu .sub-pc li a {
    color: #fff;
    display: block;
    font-size: 16px !important;
    padding: 0;
    border-radius: 0;
    border-bottom: 0 !important;
}

header .menu li.menu-parent {
    position: relative;
}

.smenu>li {
    position: relative;
}

.phone-menu .left img {
    height: 24px;
}

.phone-menu .left {
    height: 52px;
    line-height: 52px;
}

.phone-menu .right {
    height: 52px;
    line-height: 52px;
}

.phone-menu .right img {
    height: 30px;
}

.phone-menu {
    background: #fff;
    padding: 0 15px;
    width: 100%;
}

.expanded .side-menu {
    left: 0;
}

.side-menu-close {
    text-align: right;
    padding: 8px 15px;
}

.side-menu-close .iconfont {
    color: #fff;
    font-size: 23px;
}

.navset span {
    font-size: 24px;
}

.side-menu-close img {
    height: 24px;
    cursor: pointer;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.side-menu-close:hover img {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.side-menu-list ul li:hover,
.side-menu-list ul>li.active {
    color: #fff;
    background: #494949;
}

.side-menu-list ul li a {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    padding: 15px 20px;
    font-weight: 400;
    display: block;
    position: relative;
    z-index: 1;
}

.side-menu-list ul li {
    position: relative;
    border-top: 1px solid #3e3e3e;
    cursor: pointer;
}

.side-menu-list #sub-menu,
.side-menu-list #sub-menu #third-menu {
    display: none;
}

.side-menu-list li.active>#sub-menu,
.side-menu-list li.active>#third-menu {
    display: block !important;
}

.side-menu-list .submenu-parent #sub-menu {
    background: #1f1f1f;
}

.side-menu-list .submenu-parent #sub-menu a {
    font-size: 14px;
    padding: 15px 15px 5px 30px;
}

.side-menu-list .submenu-parent #sub-menu #third-menu a {
    padding-left: 45px;
}

.side-menu-list ul li span {
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    width: 50px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    font-size: 10px;
}

.side-menu {
    width: 100%;
    height: 100%;
    max-width: 285px;
    overflow-y: auto;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transform: all 0.25s ease-in-out;
    left: -285px;
    top: 0
}

.side-menu-list ul>li.active>span {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.expanded {
    overflow: hidden;
}

.city-list-info {
    margin-bottom: 30px;
}

.breadcrumbs {
    margin-bottom: 10px
}

.breadcrumbs ul li {
    display: inline-block;
    color: #333;
    font-weight: 700
}

.breadcrumbs ul li a {
    color: #333;
    position: relative;
}

.breadcrumbs ul li a:before {
    position: absolute;
    left: 0;
    top: 100%;
    content: "";
    width: 0;
    height: 2px;
    background-color: #9e000f;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.breadcrumbs ul li a:hover:before {
    width: 100%;
}

.goods-setTab ul {
    border-bottom: 2px solid #9e000f;
}

.goods-setTab li {
    border-radius: 6px 6px 0 0;
    margin-right: 0;
    background: #fff;
    padding: 10px 30px;
}

.search-other {
    position: inherit;
    width: 100%;
    margin-left: 0;
    padding: 0;
}

.inquiryForm label {
    font-size: 16px
}

.inquiryForm .form-control {
    height: 40px;
    padding: 9px 15px;
    font-weight: 700;
    font-size: 14px
}

.inquiryForm textarea.form-control {
    height: auto
}

.store-list {
    margin-top: 60px;
}

.store-list-info {
    margin-bottom: 40px;
}

.store-list-info .right {
    float: left;
    padding-left: 40px;
    padding-top: 50px;
}

.store-list-name {
    margin-bottom: 5px;
}

.store-line {
    height: 2px;
    width: 100%;
    background: #ffc85a;
    margin-top: 20px;
    margin-bottom: 15px;
}

.store-list-info .right p {
    font-weight: 700;
    margin-bottom: 5px;
}

/* news */
.news-warpper .hTitle {
    text-align: center;
    border-left: 0;
}

.store-warpper .hTitle {
    text-align: center;
    border-left: 0;
}

.news-warpper .properties-tabs {
    text-align: center;
    border-bottom: 2px solid #ffc85a;
    padding-bottom: 40px;
}

.news-warpper .properties-tabs ul {
    display: inline-block;
}

/* 分页 */
.paginatoin-area {
    margin-top: 40px;
    padding: 20px;
}

.paginatoin-area .pagination-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.paginatoin-area .pagination-box li {
    margin-right: 5px;
    display: inline-block;
}

.paginatoin-area .pagination-box li a {
    color: #111;
    height: 36px;
    width: 36px;
    font-size: 16px;
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    line-height: 36px;
    background-color: #fff;
    border-radius: 5px;
    font-weight: 700;
}

.paginatoin-area .iconfont {
    font-size: 14px;
}

.paginatoin-area .pagination-box li.active a,
.paginatoin-area .pagination-box li:hover a {
    color: #fff;
    background-color: #9e000f;
}

/* 弹窗 */
.search-list-body {
    padding-top: 10px;
}

.checkRange .left {
    margin-right: 10px;
    height: 34px;
    line-height: 34px;
    font-weight: 700;
}

.checkRange span {
    height: 34px;
    line-height: 34px;
    background: #fff;
    width: 200px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
}

.search-list-body li {
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    border-radius: 5px;
    background: #fff;
    margin: 0 10px 10px 0;
    display: inline-block;
    font-weight: 700;
    cursor: pointer;
}

.search-list-body li.check1 {
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    border-radius: 5px;
    background: #fff;
    margin: 0 10px 10px 0;
    display: inline-block;
    font-weight: 700;
    cursor: pointer;
    border: 1px solid #ccc
}

.search-list-body li.active {
    background: #ad0000;
    color: #fff;
}

.search-list-body li.active1 {
    border: 1px solid #ad0000;
    color: #ad0000;
}

.search-list {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
}

.search-list-header {
    cursor: pointer;
}

.set-header {
    height: 50px;
    line-height: 50px;
    background: #ad0000;
    padding: 0 15px;
    border-radius: 4px 4px 0 0;
}

.set-body {
    border-left: 0;
    border-right: 0;
    background: #eaeaea;
    height: 500px;
    overflow-y: auto;
    width: 100%;
}

.search-list-header .left {
    font-size: 16px;
    font-weight: 700;
}

.search-list-header .right {
    font-size: 14px;
    font-weight: 700;
    color: #ad0000;
    width: calc(100% - 100px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

.search-list-header .right1 {
    float: right;
    margin-left: 5px;
    color: #ad0000;
}

.search-list-header .right1 span {
    font-size: 12px;
}

.set-header span {
    cursor: pointer;
    font-size: 24px;
    color: #fff;
}

.set-header .left {
    color: #fff;
    font-size: 18px;
}

.set-footer .left {
    width: 50%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background: #fff;
    color: #333;
    border-radius: 0 0 0 4px;
    cursor: pointer;
    font-weight: bolder;
}

.set-footer .right {
    width: 50%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background: #ad0000;
    color: #fff;
    border-radius: 0 0 4px 0;
    cursor: pointer;
    font-weight: bolder;
}

.Modal-modal {
    width: 700px;
    background-color: #fff;
    border-radius: 4px;
    position: fixed;
    left: 50%;
    margin-left: -350px;
    top: 60px;
    z-index: 9999;
}

.mask.mask-show {
    visibility: visible;
    opacity: 1;
}

.mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: background 0.3s linear;
    transition: background 0.3s linear;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
}

.detail-title {
    background-repeat: no-repeat !important;
    height: 50px;
    line-height: 50px;
    background-size: 36px !important;
    background-position: 0 8px !important;
    padding-left: 44px;
    margin-bottom: 40px
}

.detail-apply .form-control {
    padding: 10px 12px;
    height: 42px;
}

.detail-characteristics li {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
}

.house-desc-content {
    font-size: 15px;
    line-height: 1.9;
    color: #333;
    padding: 10px 0;
}

.house-desc-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 8px 0;
}

.detail-info li {
    width: 25%;
    float: left;
    border-bottom: 1px solid #ccc;
    height: 46px;
    line-height: 46px;
}

.detail-info li .left {
    width: 100px;
    color: #777;
    font-weight: 500;
}

.detail-info li .right {
    width: calc(100% - 100px);
    float: left;
    font-size: 15px;
    font-weight: 700;
    color: #333;
}

/* viewer wrapper: for overlay UI */
.warpper-360 .viewer-wrap {
    position: relative;
    width: 100%;
    height: 550px;
    min-height: 420px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #111827;
}

.warpper-360 #viewer {
    width: 100%;
    height: 100%;
}

/* Left vertical panel (not horizontal) */
.warpper-360 .panel {
    position: absolute;
    left: 10px;
    top: 60px; /* 改回 60px */
    bottom: 10px;
    width: 200px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    pointer-events: none;
    background: transparent;
    /* keep drag on viewer; buttons re-enable */
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 430px;
    width: 100%;
}

.gallery-thumbs {
    height: 120px;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.type-change {
    position: absolute;
    right: 120px; /* 將按鈕向左偏移，避免壓到右上的文字或 chip */
    top: 10px;
    z-index: 9999;
}

.phone-panel {
    position: absolute;
    left: 10px;
    top: 60px; /* 手機端按鈕也往下移，避免與右上角的分類選單衝突或重疊 */
    z-index: 9999;
}

.type-change1 {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9999;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
    max-width: calc(100% - 20px);
}

.warpper-360 .panel .group {
    pointer-events: auto;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    padding: 10px;
}

.warpper-360 #countLabel {
    color: #fff
}

.warpper-360 .titleRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
}

.warpper-360 .titleRow .ttl {
    font-size: 12px;
    opacity: .9;
    font-weight: 700;
    color: #fff
}

.warpper-360 .list {
    display: flex;
    flex-direction: column;
    /* <-- 直向 */
    gap: 8px;
    max-height: calc(78vh - 170px);
    overflow: auto;
    padding-right: 2px;
}

.warpper-360 .list::-webkit-scrollbar {
    width: 8px;
}

.warpper-360 .list::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .14);
    border-radius: 999px;
}

.warpper-360 .list::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .06);
    border-radius: 999px;
}

.warpper-360 .btn {
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(0, 0, 0, 0.32);
    color: #e6edf3;
    padding: 9px 10px;
    border-radius: 10px;
    font-size: 13px;
    cursor: pointer;
    text-align: left;
    width: 100%;
    line-height: 1.2;
}

.warpper-360 .btn:hover {
    background: rgba(0, 0, 0, 0.52);
}

.warpper-360 .btn.active {
    border-color: #22c55e;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.18);
}

.warpper-360 .controls {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.warpper-360 .ctrlRow {
    display: flex;
    gap: 8px;
}

.warpper-360 .smallBtn {
    flex: 1;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(0, 0, 0, 0.32);
    color: #e6edf3;
    padding: 9px 10px;
    border-radius: 10px;
    font-size: 13px;
    cursor: pointer;
}

.warpper-360 .type-change .smallBtn1 {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(0, 0, 0, 0.32);
    color: #e6edf3;
    padding: 7px 15px;
    border-radius: 0px;
    font-size: 14px;
    cursor: pointer;
}

.warpper-360 .type-change .smallBtn1.active {
    border: 1px solid #9e000f;
    background: transparent;
    color: #9e000f;
}

.type-change1 .smallBtn1 {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(0, 0, 0, 0.32);
    color: #e6edf3;
    padding: 7px 15px;
    border-radius: 0px;
    font-size: 14px;
    cursor: pointer;
}

.type-change1 .smallBtn1.active {
    border: 1px solid #9e000f;
    background: transparent;
    color: #9e000f;
}

.warpper-360 .smallBtn:hover {
    background: rgba(0, 0, 0, 0.52);
}

.warpper-360 .toggle {
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(0, 0, 0, 0.32);
    color: #e6edf3;
    padding: 9px 10px;
    border-radius: 10px;
    font-size: 13px;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.warpper-360 .toggle.on {
    border-color: #60a5fa;
    box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.16);
}

/* Right top chip: show current */
.warpper-360 .chip {
    position: absolute;
    top: 10px;
    right: 10px;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(8px);
    border-radius: 999px;
    padding: 8px 10px;
    font-size: 12px;
    color: #e6edf3;
    max-width: calc(100% - 190px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.warpper-360 .hint {
    font-size: 12px;
    opacity: 0.78;
    padding: 10px 2px 0;
    line-height: 1.6;
}

/* Mobile: panel becomes bottom sheet; still vertical buttons (not horizontal) */
@media (max-width: 720px) {
    .warpper-360 .panel {
        left: 10px;
        right: 10px;
        width: auto;
        top: auto;
        bottom: 10px;
        height: 210px;
    }

    .phone-panel {
        top: 60px; /* 手機端按鈕也往下移，避免與右上角的分類選單衝突或重疊 */
    }

    .warpper-360 .panel .group {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .warpper-360 .list {
        max-height: 120px;
    }

    .warpper-360 .chip {
        top: 10px;
        right: 10px;
        max-width: calc(100% - 20px);
    }
}

/* 平板 */
@media(max-width: 1025px) {}

/* 手机 */
@media(max-width: 768px) {
    .other-info {
        width: 100%;
        left: 0;
        top: 50%;
        position: absolute;
        z-index: 9999;
        margin-top: -55px;
        text-align: center;
    }

    .other-info h4 {
        font-size: 18px;
        margin-bottom: 10px;
        width: 100%;
        font-weight: 700;
    }

    .other-info h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .search-area {
        display: none;
    }

    .banner {
        border-bottom: 5px solid #9e000f;
    }

    .detail-info li {
        width: 100%;
        float: left;
        border-bottom: 1px solid #ccc;
        height: 46px;
        line-height: 46px;
    }

    section {
        padding: 30px 0;
    }

    .city-list-name {
        font-size: 14px;
        font-weight: 700;
        margin: 15px 0 5px 0;
    }

    .city-list-intr {
        font-size: 14px;
    }

    .city-list {
        margin-bottom: 0px;
    }

    .look-more {
        margin-top: 30px;
    }

    .properties-tabs li {
        padding: 8px 20px;
        cursor: pointer;
        font-size: 14px;
        font-weight: bold;
    }

    .footer-bg {
        padding: 50px 0;
    }

    .footer-logo img {
        height: 30px
    }

    .footer-social {
        margin-top: 20px;
        text-align: center;
    }

    .bg-icon {
        right: 30px;
    }

    .bg-icon img {
        height: 50px;
    }

    footer {
        padding-top: 49px;
    }

    .footer-social {
        display: none;
    }

    .news-list-date {
        width: 100%;
        margin-bottom: 10px;
        height: auto;
        line-height: 100%;
    }

    .news-list-name {
        height: auto;
        line-height: 20px;
        font-size: 14px;
        width: calc(100% - 30px);
    }

    .news-list-more {
        width: 26px;
        height: auto;
        line-height: 100%;
    }

    .news-list-info {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .properties-tabs {
        margin: 30px 0 20px 0;
    }

    .news-list-more img {
        height: 26px;
    }

    .Modal-modal {
        width: calc(100% - 30px);
        background-color: #fff;
        border-radius: 4px;
        position: fixed;
        left: 15px;
        margin-left: 0px;
        top: 60px;
        z-index: 9999;
    }

    .type-change1 {
        right: 10px;
        top: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 5px;
    }
    
    .type-change {
        right: 10px;
        top: 60px; /* 手機版將 type-change 往下移，避免跟原有的 chip 位置互相覆蓋 */
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 5px;
    }

    .phone-panel {
        top: auto;
        bottom: 60px; /* 移到下方避免跟 type-change 衝突 */
        left: 50%;
        transform: translateX(-50%);
        width: auto;
    }
    
    .warpper-360 .type-change .smallBtn1,
    .type-change1 .smallBtn1 {
        padding: 4px 8px;
        font-size: 12px;
    }

    .set-body {
        height: 400px;
    }

    .checkRange span {
        width: 100px;
    }

    .news-warpper .properties-tabs {
        padding-bottom: 20px;
    }

    .goods-setTab {
        margin-top: 10px;
    }

    .paginatoin-area {
        margin-top: 0px;
    }

    .paginatoin-area .pagination-box li a {
        color: #111;
        height: 28px;
        width: 28px;
        font-size: 12px;
        display: inline-block;
        padding: 0 10px;
        text-align: center;
        line-height: 28px;
        background-color: #fff;
        border-radius: 5px;
        font-weight: 700;
    }

    .store-list-info .right {
        float: left;
        padding-left: 0px;
        padding-top: 15px;
    }

    .store-list-info {
        margin-bottom: 15px;
    }

    .gallery-top {
        height: 230px;
        width: 100%;
    }

    .gallery-thumbs {
        height: 80px;
        box-sizing: border-box;
        padding: 10px 0;
    }

    .warpper-360 .viewer-wrap {
        position: relative;
        width: 100%;
        height: 230px;
        min-height: 230px;
        border-radius: 12px;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, 0.08);
        background: #111827;
        margin-bottom: 20px;
    }

    .sceneList,
    #toggleAutorotate {
        display: none;
    }
}