/*
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-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-title h5 {
    font-size: 16px;
    margin-bottom: 15px;
}

.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;
}

/* 最新消息 */
.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;
}

/* 弹窗 */
.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);
}

/* 平板 */
@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;
    }

    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 {
        background: #eaeaea;
        color: #333;
        padding: 8px 20px;
        border-radius: 6px;
        display: inline-block;
        margin-right: 15px;
        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;
    }
    .set-body{
        height: 400px;
    }
    .checkRange span{
        width: 100px;
    }
}