/*=====================================country =====================================*/

.country-list {
    width: 100%;
    overflow: hidden;
}

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

.country-list ul li {
    width: 276px;
    margin-left: 20px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    margin-top: 20px;
}

.country-list li .img {
    padding: 10px;
    text-align: center;
}

.country-list ul li img {
    display: block;
    width: 256px;
    height: 150px;
}

.country-list ul li .title {
    text-align: center;
    border-top: 1px solid #dbdbdb;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    padding: 0px 5px;
}

.country-list li a:hover {
    text-decoration: underline;
    color: #518de3;
}

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

.hot-list {
    width: 100%;
    overflow: hidden;
}

.hot-list-title, .home-about-title {
    width: 100%;
    padding: 15px 0px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

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

.hot-list li {
    width: 276px;
    display: inline-block;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    padding-bottom: 10px;
    margin-left: 20px;
    margin-top: 20px;
}

.hot-list li .img {
    width: 100%;
    height: 250px;
    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: 10px 10px 0px 0px;
}

.hot-list li .tag-logo img {
    width: 75px;
    height: 25px;
    border-radius: 10px 0 0 0;
}

.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, .hot-list li .tag {
    padding: 0px 10px;
    margin-top: 10px;
}

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

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

.hot-list li .price {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000 !important;
    float: right;

}

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

.order-filter select {
    margin-left: 30px;
    padding-right: 6px;
    background: #fff;
    border: 0;
}


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

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

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

.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;
}

/*=====================================city =====================================*/

.pc-city-list {
    width: 100%;
    display: block;
}

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

.pc-city-list ul {
    width: 100%;
    column-count: 4;
    margin-top: 20px;
}

.pc-city-list li {
    line-height: 32px;
    margin-top: 10px;
    hyphens: auto;
    counter-reset: num;
}

.pc-city-list li:nth-child(1) {
    margin-top: 0px;
}

.pc-city-list li p {
    font-weight: bold;
    color: #343434;
}

.pc-city-list li a {
    display: block;
    color: #666666;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*ÃƒÂ§Ã‚Â§Ã‚Â»ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ§Ã‚Â«Ã‚Â¯ÃƒÂ¤Ã‚Â»Ã‚Â£ÃƒÂ§Ã‚Â Ã‚Â*/
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 h3 {
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    cursor: pointer;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    color: #333;
    background: url("../images/city-down.png") no-repeat right center;
    background-size: 12px 12px;
    margin-top: 10px;
}

.sideMenu .nLi.on .sub {
    display: block;
    column-count: 2;
}

.sideMenu .nLi.on h3 {
    background: url("../images/city-up.png") no-repeat right center;
    background-size: 12px 12px;
}

.sideMenu .nLi .sub {
    padding: 8px 0;
    margin: 0px 20px;
    color: #999;
    display: none;
}

.sideMenu .nLi .sub li {
    height: 36px;
    line-height: 36px;
    list-style: none;
    border-bottom: 1px dashed #ebebeb;

}

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


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

.detail-wrap {
    width: 100%;
}

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

.detail-top {
    clear: both;
}

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

.img-content {
    position: relative;
    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: 5px;
    box-sizing: border-box;
}

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

.small-img ul li img.moveimg.active {
    border: 2px solid #FF0000;
}

.img-content .big-img {
    margin-top: 20px;
    width: 100%;
    aspect-ratio: 1;
    position: relative;
    overflow: hidden;
    background: #dfdfdf;
}

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

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

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

.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: #dbdbdb;
    color: #666666;
    font-size: 18px;
    cursor: pointer;
}

.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-txt {
    display: block;
    width: 100%;
    height: 450px;
    margin-top: 20px;
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
}
.detail-txt-mobile{
    display: none;
}

.detail-txt-item{
    flex: 1;
    padding: 0 10px;
}

.detail-txt::-webkit-scrollbar {
    display: none;
}

.detail-txt li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #ebebeb;
}

.detail-txt li span {
    display: block;
    width: 50%;
    float: left;
    height: 40px;
    line-height: 40px;
    color: #999999;
}

.detail-txt li .div-p {
    max-width: 50%;
    line-height: 40px;
    font-weight: 500;
    color: #343434;
    word-wrap: break-word;
}

.detail-txt li p {
    width: 50%;
    float: right;
    text-align: right;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    color: #343434;
}

.detail-txt li .img-content {
    display: flex;
    flex-direction: row-reverse;
    width: 50%;
    margin: 12px 0;
}

.detail-txt li .field-text {
    color: #999999;
}

.detail-txt li .field-image {
    width: 100px;
    height: auto;
    border-radius: 4px;
    border: 1px solid #eee;
    background-color: #f5f5f5;
}

.detail-tab {
    display: flex;
    width: 100%;
    height: 100px;
    margin-top: 10px;
    margin-left: 10px;
    /* border-radius: 10px; */
}

.detail-tab .detail-item {
    width: 33.3%;
    border: 1px solid #ebebeb;
    text-align: center;
    height: 100%;
    text-align: center;
    padding-top: 10px;
}

.detail-tab .detail-item:not(:first-of-type) {
    border-left: none;
}

.content-div {
    word-break: break-word;
}

.detail-js {
    width: 100%;
    padding-top: 20px;
}

.detail-div-title {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    /* border-top: 1px solid #ebebeb; */
    padding-top: 20px;
}

.detail-js-txt {
    padding: 20px 20px 0px;
    color: #999999;
    line-height: 24px;
}

.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;
}

.service-btn-group {
    position: fixed;
    bottom: -1px;
    height: 52px;
    /* width: calc(100% - 40px); */
    left: 0px;
    background: #fff;
    box-shadow: 0px -7px 7px -7px #dfdfdf;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 20%;
    box-sizing: content-box;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    gap: 10px;
    box-sizing: border-box;
}

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

.fixed-wrap a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.fixed-wrap a:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.btn-common {
    border-radius: 4px;
    background: #131313;
    color: #fff;
    border: 1px solid #131313;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

    &.danger {
        flex: 2;
        background: #131313;
        color: #fff;
    }

    &.disabled {
        flex: 2;
        background: #888;
        color: #fff;
        border: 1px solid #888;
    }
}

.favourite-btn {
    padding: 8px 0;
    background: #ff6b35;
    border-radius: 4px;
    border: 1px solid #ff6b35;
    color: #fff;
    width: 80px;
    flex-shrink: 0;
    cursor: pointer;

    &.active {
        background: #fff;
        color: #ff6b35;
        border: 1px solid #ff6b35;
    }
}

.complain-btn {
    padding: 8px 0;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #999999;
    color: #999999;
    width: 80px;
    flex-shrink: 0;
    cursor: pointer;
}

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

.pj-tx {
    width: 100%;
    height: 48px;
    line-height: 48px;
    display: flex;
}

.pj-tx-img {
    width: 50%;
    height: 48px;
    line-height: 48px;
}

.pj-tx-img img {
    display: block;
    width: 48px;
    height: 100%;
    border-radius: 50%;
    float: left;
}

.pj-tx-img p {
    float: left;
    color: #343434;
    height: 48px;
    line-height: 48px;
    margin-left: 10px
}

.pj-tx-star {
    width: 50%;
    text-align: right;
}

.pj-tx-star img {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0px 5px;
}

.pj-tx-star span {
    display: inline-block;
    margin-left: 5px;
    height: 24px;
    line-height: 24px;
}

.pj-ms {
    width: 100%;
    margin-top: 10px;
    line-height: 24px;
}

.pj-ms span, .pj-tx-img span {
    display: inline-block;
    padding: 0px 10px;
    background-color: #ff8a00;
    color: #ffffff;
    border-radius: 5px;
    font-size: 12px;
    margin-right: 10px;
}

.pj-tx-img span {
    height: 24px;
    margin-left: 10px;
    line-height: 24px;
    margin-top: 12px;
    display: none;
}

.pj-img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.pj-img img {
    display: block;
    width: 280px;
    height: 240px;
    margin: 15px 10px 0px;
    border-radius: 10px;
}

.pj-more {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.pj-more a {
    display: inline-block;
    padding: 5px 40px;
    border: 1px solid #ebebeb;
    color: #343434;
    border-radius: 5px;
}

/*=====================================Login/Sign ip =====================================*/
.login-wrap {
    width: 100%;
    min-height: 65vh;
    display: flex;
    align-items: center;
}

.login-content {
    width: 400px;
    padding: 40px;
    border: 1px solid #ebebeb;
    margin: 20px auto;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.login-title {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #518de3;
}

.login-content .form {
    width: 100%;
    margin-top: 20px;
}

.login-content .input-item {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: flex;
    margin-top: 10px;
}

.login-content span {
    width: 40px;
}

.login-content input {
    width: 284px;
    height: 36px;
    line-height: 36px;
    margin-top: 6px;
    border: 1px solid #ebebeb;
    padding-left: 10px;
    border-radius: 5px;
}

.login-content input::placeholder {
    color: #999999;
}

.btn-group {
    width: 100%;
    margin-top: 10px;
}

.btn-group button {
    width: 100%;
    border: 1px solid #518de3;
    background-color: #518de3;
    border-radius: 5px;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
}

.btn-group button:hover {
    text-decoration: underline;
}

.sing-content {
    padding: 20px 40px;
    width: 600px;
}


.sing-up .input-item {
    margin-top: 0px;
}

.sing-up span {
    width: 68px;
}

.sing-up input {
    width: 415px;
}

.code input {
    width: 290px;
}

.code button {
    width: 116px;
    background-color: #343434;
    border: none;
    color: #ffffff;
    height: 34px;
    line-height: 34px;
    border-radius: 5px;
    margin-left: 10px;
    margin-top: 6px;
    font-size: 10px;
}

.code button:hover {
    text-decoration: underline;
}

/*=====================================page =====================================*/
.page {
    margin-top: 20px;
    border-top: 1px dashed #f2f2f2;
    padding-top: 30px;
}

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

.page .page-link {
    border-radius: 5px;
    color: #999999;
}

.page .page-item.active .page-link {
    background-color: #343434;
    border-color: #343434;
}

/*=====================================agents =====================================*/
.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;
}


.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;
}

.tag-logo {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 75px;
    height: 25px;
}

.big-img-tag-logo {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;

}

.big-img-tag-logo img {
    width: 150px;
    height: 50px;
}

/*===================================== Ã¯Â¼Ë†Ã¥â€¢â€ Ã¥â€œÂÃ¨Â¯Â¦Ã¦Æ’â€¦Ã¨Â¯â€žÃ¨Â®ÂºÃ¯Â¼â€° =====================================*/
.review-title-section {
    background: #fff;
    padding: 15px 0;
    font-size: 16px;
    padding-bottom: 0px;
    .title {
        font-size: 15px;
        color: #222222;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;

        .view-all {
            font-size: 14px;
            color: #666666;
            display: flex;
            align-items: center;
        }
    }
}

.review-section {
    background: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb;
    .review-header {
        display: flex;
        align-items: center;
        margin-bottom: 4px;

        .avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            margin-right: 10px;
            background-color: #f5f5f5;
            border: 1px solid #eee;
        }

        .nickname {
            font-size: 14px;
            color: #333;
            flex: 1;
        }

        .review-time {
            font-size: 12px;
            color: #999;
        }
    }

    .review-rate {
        display: flex;
        align-items: center;
        margin-bottom: 4px;

        .stars {
            color: #ffb800;
            margin-right: 8px;
            font-size: 16px;
            line-height: 1;

            .full-star {
                color: #ffb800;
            }

            .half-star {
                position: relative;
                color: #e5e5e5;

                &::before {
                    content: "Ã¢Ëœâ€¦";
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 50%;
                    overflow: hidden;
                    color: #ffb800;
                }
            }

            .empty-star {
                color: #e5e5e5;
            }
        }

        .score {
            color: #333;
            font-size: 14px;
        }
    }

    .review-content {
        font-size: 14px;
        color: #333;
        line-height: 1.6;
        margin-bottom: 10px;
        word-break: break-word;
    }

    .review-images {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;

        .review-image {
            width: calc(20% - 6px);
            aspect-ratio: 1;
            background-size: cover;
            background-position: center;
            border-radius: 6px;
            border: 1px solid #eee;
        }
    }

    .review-reply {
        margin: 10px 0;
        background: #f1f1f1;
        border-radius: 4px;
        padding: 4px 10px;

        p {
            word-break: break-word;
        }
    }
}

.show-all-button{
    display: block;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    margin: 10px auto;
    padding:5px 10px;
    border: 1px solid #eee;
    border-radius: 4px;
    width: fit-content;
}


/*===================================== 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: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

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

}

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

.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, .2);
    background-color: #000;
}

/*===================================== commonÃ¯Â¼Ë†Ã¥â€¦Â¨Ã¥Â±â‚¬Ã¥ÂÂ¯Ã§â€Â¨Ã§Å¡â€žÃ¦Â Â·Ã¥Â¼ÂÃ¯Â¼â€° =====================================*/

.w-80px {
    width: 80px;
}

.flex-1 {
    flex: 1;
}


.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: .05em;
}

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

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

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

@media (min-width: 510px) and (max-width: 1104px) {
    .hot-list ul {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        padding: 0;
        list-style: none;
    }
}