/*=====================================home =====================================*/
.pc-city-list {
    width: 100%;
    display: flex;
    flex-wrap: auto;
    column-count: 2;
}

.mobile-city-list {
    display: none;
}

.pc-city-left,
.pc-city-right {
    width: 600px;
}

.pc-city-box {
    background-color: #f3cc4d;
    width: 576px;
    margin-top: 20px;
    border-radius: 10px;
    padding: 20px;
}

.pc-city-right .pc-city-box {
    margin-left: 10px;
}

.pc-city-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #894bb8;
    color: #ffffff;
    border-radius: 5px;
    padding-left: 20px;
    font-size: 18px;
    font-weight: bold;
}

.city-wrap {
    width: 100%;
    display: block;
    display: flex;
    flex-wrap: wrap;
    flex-grow: inherit;
    column-count: 3;
}

.city-wrap ul {
    width: 33.3%;
    padding-right: 5px;
}

.city-wrap li {
    margin-top: 20px;
    hyphens: auto;
    counter-reset: num;
}

.city-wrap li p {
    display: block;
    font-weight: bold;
    color: #343434;
    font-size: 16px;
    word-break: break-all;
    position: relative;
    padding-left: 14px;
}

.city-wrap li p i {
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 4px;
    height: 14px;
    background-color: #894bb8;
    border-radius: 2px;
    margin-right: 10px;
}

.city-wrap li a {
    display: block;
    color: #343434;
    padding-left: 15px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
}

.item {
    width: 100%;
}

.padding {
    padding: 10px 0px;
}

/*移动端代码*/
iframe {
    text-align: center;
}

.iframe ul li {
    display: inline-block;
    padding: 20px;
    margin: 20px 10px;
    list-style: none;
    overflow: auto;
}

.sideMenu {
    margin-top: 20px;
}

.sideMenu .nLi {
    background-color: #f3cc4d;
    border-radius: 10px;
}

.sideMenu .nLi h3 {
    height: 60px;
    line-height: 60px;
    padding: 0px 10px;
    cursor: pointer;
    font-family: 'Microsoft YaHei';
    font-size: 1.2rem;
    color: #333;
    margin-top: 10px;
    position: relative;
}

.sideMenu .nLi h3::after {
    content: '+';
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    background-color: #894bb8;
    color: #ffffff;
    position: absolute;
    top: 10px;
    right: 10px;
}

.sideMenu .nLi.on h3::after {
    content: '-';
}

.sideMenu .nLi.on {
    padding-bottom: 10px;
}

.sideMenu .nLi .sub {
    padding-bottom: 20px;
    margin: 0px 10px;
    color: #ffffff;
    display: none;
    background-color: #894bb8;
    border-radius: 10px;
}

.sideMenu .nLi .sub-wrap {
    display: flex;
    flex-wrap: wrap;
    column-count: 2;
}

.sideMenu .nLi .sub ul {
    width: 45%;
    margin-left: 15px;
}

.sideMenu .nLi .sub li {
    margin-top: 20px;
}

.sideMenu .nLi .sub li a {
    display: block;
    font-size: 14px;
    line-height: 32px;
    color: #ffffff;
    text-decoration: none;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sideMenu .nLi .sub p {
    font-weight: bold;
    color: #ffffff;
    font-size: 16px;
}

.sideMenu .nLi .sub p i {
    display: inline-block;
    width: 4px;
    height: 14px;
    background-color: #ffffff;
    border-radius: 2px;
    margin-right: 10px;
}

/*=====================================service-list=====================================*/

.hot-list ul {
    width: 105%;
    margin-left: -20px;
    display: flex;
    flex-wrap: wrap;
}

.hot-list li {
    position: relative;
    width: 276px;
    display: inline-block;
    background-color: #f3cc4d;
    border-radius: 5px;
    padding-bottom: 10px;
    margin-left: 20px;
    margin-top: 20px;
    padding: 5px;
}

.hot-list li .img {
    width: 100%;
    height: 266px;
    position: relative;
}

.hot-list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.hot-list li .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    justify-content: center;
    border-radius: 5px;
}

.hot-list li .img span {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 5px 10px;
    background-color: rgb(255, 255, 255, 0.8);
}

.hot-list li .title a {
    color: #ffffff;
    font-size: 16px;
    display: -webkit-box; /* 启用弹性盒子布局 */
    -webkit-box-orient: vertical; /* 设置垂直排列 */
    -webkit-line-clamp: 3; /* 限制显示2行 */
    overflow: hidden; /* 隐藏溢出内容 */
}

.hot-list li .tag span {
    display: inline-block;
    color: #ffffff;
}

.hot-list li .time {
    margin-right: 10px;
}

.hot-list li .price {
    font-size: 16px;
    font-weight: bold;
    float: right;
}

.list-nth {
    width: 100%;
    background-color: #894bb8;
    padding: 10px;
    margin-top: 5px;
    border-radius: 5px;
}

.list-nth .tag {
    margin-top: 6px;
}

.order-filter {
    width: 100%;
    text-align: right;
}

.order-filter select {
    width: 100px;
    border: none;
    margin-left: 30px;
    appearance: none;
    background: url('../images/xiala@2x.png') no-repeat center right;
    text-align: right;
    padding-right: 20px;
}

.order-filter select:nth-child(1) {
    /* padding-right: 0px; */
    width: 30%;
}

.order-filter option {
    display: block;
    width: 200px;
    border: 0;
    line-height: 24px;
    text-align: center;
}

.order-filter select:focus {
    outline: none;
}

.head-nav .search,
.mobile-search {
    padding: 0;
    position: relative;
    border: 1px solid #ffffff;
    height: 44px;
    border-radius: 5px;
    background-color: #ffffff;
}

.search input,
.mobile-search input {
    width: 96%;
    margin-left: 5px;
    height: 42px;
    border: 0;
    line-height: 42px;
    padding: 0px 30px 0px 10px;
    outline: 0 !important;
}

.search-btn {
    width: 16px;
    height: 16px;
    border: 0;
    background-color: #ffffff;
    margin-left: 5px;
    margin-top: 10px;
    outline: 0 !important;
    position: absolute;
    right: 10px;
}

.mobile-search {
    display: none;
}

.mobile-search .search-btn {
    margin-top: 11px;
}

/*=====================================detail =====================================*/

.detail-wrap {
    width: 100%;
}

.detail-nth {
    padding: 20px;
    background-color: #f3cc4d;
    margin-top: 20px;
    border-radius: 10px;
}

.detail-nth .row {
    margin: 0px;
}

.detail-title {
    width: 100%;
    height: 40px;
    position: relative;
}

.detail-title h2 {
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding-right: 120px;
}

.detail-title a {
    width: 100px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #343434;
    color: #343434;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
}

.detail-top {
    clear: both;
}

.detail-img {
    margin-top: 20px;
}

.img-content {
    width: 100%;
}

.img-content .small-img {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    padding-left: 30px;
}

.small-img ul {
    list-style: none;
    position: relative;
    width: 5000px;
    margin: 0;
    padding: 0;
    left: 0;
    /*transition: all 1s;*/
}

.small-img ul:after {
    content: '';
    display: block;
    clear: both;
}

.small-img ul li {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 0px;
    box-sizing: border-box;
}

.small-img ul li img.moveimg {
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 2px;
}

.small-img ul li.active {
    border: 1px solid #ff0000;
}

.img-content .big-img {
    margin-top: 20px;
    width: 100%;
    height: 535px;
    position: relative;
    overflow: hidden;
    background: #dfdfdf;
    border-radius: 5px;
}

.img-content .big-img img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    border-radius: 5px;
}

.small-img .left {
    left: 0px;
    top: 0px;
}

.small-img .right {
    right: 0px;
    top: 0px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.small-img .right,
.small-img .left {
    display: inline-block;
    position: absolute;
    z-index: 10;
    width: 30px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    background: #894bb8;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.small-img span:hover {
    opacity: 0.9;
}

.big-img .img-parent {
    width: 100%;
    height: 100%;
    position: absolute;
}

.detail-txt-title {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    height: 20px;
}

.detail-tab {
    width: 100%;
    height: 100px;
    margin-top: 50px;
    border-radius: 10px;
    background-color: #894bb8;
}

.detail-tab td {
    width: 33.3%;
    border-right: 1px solid #ffffff;
    text-align: center;
    line-height: 28px;
    color: #ffffff;
}

.detail-tab td:nth-child(3) {
    border-right: 0;
}

.detail-js-txt {
    margin-top: 10px;
    color: #999999;
    line-height: 24px;
    height: 505px;
    overflow: hidden;
    color: #666666;
    font-size: 14px;
}

.detail-lm {
    width: 100%;
    background-color: #f3cc4d;
    border-radius: 10px;
    margin-top: 20px;
    padding: 20px;
}

.detail-div-title {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
}

.detail-lm-wrap {
    width: 1150px;
    display: flex;
    margin-left: -20px;
}

.detail-lm-wrap ul {
    width: 580px;
    margin-top: 20px;
    overflow: hidden;
    margin-left: 20px;
}

.detail-lm-wrap ul li {
    width: 100%;
    min-height: 40px;
    line-height: 40px;
    padding: 0px 20px;
}

.detail-lm-wrap ul li.bg {
    background-color: #894bb8;
    color: #ffffff;
    border-radius: 5px;
}

.detail-lm-wrap ul li span {
    display: block;
    width: 50%;
    float: left;
    height: 40px;
    line-height: 40px;
}

.detail-lm-wrap ul li p {
    width: 50%;
    float: right;
    text-align: right;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
}

.detail-lm-wrap ul li .img-content {
    display: flex;
    flex-direction: row-reverse;
    width: 50%;
}

.detail-lm-wrap ul li .field-image {
    width: 100px;
    height: auto;
    border-radius: 4px;
    border: 1px solid #eee;
    background-color: #f5f5f5;
    margin: 12px 0;
}

.detail-lm-wrap ul li.bg span,
.detail-lm-wrap ul li.bg p {
    color: #343434;
}

.detail-lm-wrap ul li.bg span,
.detail-lm-wrap ul li.bg p {
    color: #ffffff;
}

.fixed-wrap {
    width: 100%;
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
    height: 80px;
    padding: 20px 0px;
    position: fixed;
    bottom: 0;
    text-align: center;
    margin-top: 20px;
    background-color: #ffffff;
    z-index: 100;
}

.pc-detail-pj {
    margin-top: 20px;
}

.fixed-wrap a {
    display: inline-block;
    width: 400px;
    height: 40px;
    line-height: 40px;
    background-color: #343434;
    color: #ffffff;
    border-radius: 5px;
}

.pc-pj-div {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

/*=====================================page =====================================*/
.page {
    margin-top: 20px;
    background-color: #f3cc4d;
    padding: 30px 0px;
    border-radius: 5px;
}

.page .page-item {
    margin: 0px 5px;
}

.page .page-link {
    background: none;
    color: #343434;
    border: 1px solid #343434;
    border-radius: 5px;
}

.page .page-item.active .page-link,
.page .page-item .page-link:hover {
    background-color: #894bb8;
    border-color: #894bb8;
    color: #ffffff;
}

.line-break {
    display: block;
    line-height: 1.4;
    margin: 0;
    font-weight: 600;
}

.line-break-inline {
    display: inline-block;
    font-weight: 500;
}

.line-break-red {
    display: block;
    line-height: 1.4;
    margin: 0;
    color: #fe0001;
    font-weight: 600;
}

.color-gray {
    color: #999;
}

.detail-wrap-404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 25vh;
    text-align: center;
    background: #fff;
    gap: 1.2rem;
}

.service-404 {
    font-size: 1.8rem;
    font-weight: 500;
    color: #666;
    letter-spacing: 0.05em;
}

.bottom-info-404 {
    font-size: 1rem;
    color: #888;
}

.home-btn-404 {
    margin-top: 0.6rem;
    display: inline-block;
    padding: 0.4rem 1.2rem;
    background: #007bff;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s;
}

.home-btn-404:hover {
    background: #00b7f3;
    color: #f0f2f5;
    text-decoration: none;
}

/*===================================== modalÃ¯Â¼Ë†Ã¥Â¼Â¹Ã§Âªâ€”Ã¦Â Â·Ã¥Â¼ÂÃ¯Â¼â€° =====================================*/

/* Ã¥Â¼Â¹Ã§Âªâ€”Ã©ÂÂ®Ã§Â½Â©Ã¥Â±â€š */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

/* Ã¥Â¼Â¹Ã§Âªâ€”Ã¥â€ â€¦Ã¥Â®Â¹Ã¦Â¡â€  */
.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: fit-content;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1001;
    overflow: hidden;
}

/* Ã¥Â¼Â¹Ã§Âªâ€”Ã¦Â â€¡Ã©Â¢Ëœ */
.modal-header {
    padding: 16px 20px;
    background-color: #894bb8;
    border-bottom: 1px solid #dee2e6;
}

.modal-header h3 {
    margin: 0 auto;
    font-size: 18px;
    color: #ffffff;
}

/* Ã¥Â¼Â¹Ã§Âªâ€”Ã¤Â¸Â»Ã¤Â½â€œÃ¯Â¼Ë†Ã¥Å’â€¦Ã¥ÂÂ«Ã¦â€“â€¡Ã¦Å“Â¬Ã¥Å¸Å¸Ã¯Â¼â€° */
.modal-body {
    padding: 20px;
    color: #f3cc4d;
}

.modal-body textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    resize: vertical;
    font-size: 14px;
    box-sizing: border-box;
}

/* Ã¥Â¼Â¹Ã§Âªâ€”Ã¥Âºâ€¢Ã©Æ’Â¨Ã¦Å’â€°Ã©â€™Â® */
.modal-footer {
    display: flex;
    flex-direction: column;
    padding: 16px 20px;
    text-align: right;
    border-top: 1px solid #dee2e6;
    background-color: #fff;
}

.modal-footer button {
    padding: 8px 16px;
    margin-left: 8px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    width: 98%;
}

.btn-cancel {
    background: #fff;
    color: #666;
    border: 1px solid #999;
}

.btn-confirm {
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #894bb8;
}

.agents-wrap {
    padding: 40px 150px;
}

.agents-wrap h5 {
    /* text-align: center; */
}

.agents-wrap p {
    margin-top: 20px;
}

.agents-wrap p span {
    display: inline-block;
    margin-left: 10px;
    color: #999999;
}

.agents-txt {
    width: 100%;
    background-color: #f8f8f8;
    padding: 5px 10px 10px 10px;
    margin-left: 35px;
    border-radius: 5px;
    margin-top: 10px;
}

.agents-txt p {
    line-height: 20px;
    margin-top: 10px;
}
