
@media screen and (min-width: 1024px) {
    .country-home-scrollable-div{
        margin-top: 100vh;
        width: 100%;
        height: auto;
        background: #FFFFFF;
    }
    .cou-recommen-section{
        width: 100%;
        padding-top: 2.86rem;
    }
    .cou-recommen-section .nav-box{
        margin-top: 2.86rem;
        width: 100%;
        height: 3.41rem;
        overflow: auto;
        display: flex;
        align-items: center;
        border-bottom: 2px solid #EBEBEB;
    }
    .cou-recommen-section .nav-box li{
        margin-left: 2.86rem;
        height: 100%;
        font-size: 1.28rem;
        padding: 0 .58rem;
        color: #999999;
        cursor: pointer;
    }
    .cou-recommen-section .nav-box li:first-child{
        margin-left: 0;
    }
    .cou-recommen-section .city-box{
        margin-top: 2.86rem;
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .cou-recommen-section .city-box .city-list{
        width: calc((100% - 5.16rem) / 4);
        margin-left: 1.72rem;
        height: auto;
        margin-bottom: 1.72rem;
    }
    .cou-recommen-section .city-box .city-list:nth-child(4n+1){
        margin-left: 0;
    }
    .cou-recommen-section .city-box .item{
        width: 100%;
        height: 100%;
        border-radius: 0.08rem;
        background-color: #FFFFFF;
        box-shadow: 0 2px 4px 0 rgba(153, 153, 153, 0.1);
    }
    .cou-recommen-section .city-box .item .img-box{
        width: 100%;
        height: 14.58rem;
        border-radius: .58rem .58rem 0 0;
        position: relative;
    }
    .cou-recommen-section .city-box .item .img-box .brief{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0 1.14rem;
        border-radius: .58rem .58rem 0 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.75) 100%);
        color: #FFFFFF;
        font-size: 1.28rem;
        display: none;
    }
    .cou-recommen-section .city-box .item .img-box img{
        width: 100%;
        height: 100%;
        border-radius: .58rem .58rem 0 0;
        object-fit: cover;
    }
    .cou-recommen-section .city-box .item:hover .img-box .brief{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cou-recommen-section .city-box .item .info{
        padding: 1.42rem 1.14rem 1.28rem;
    }
    .cou-recommen-section .city-box .item .info .title-box{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .cou-recommen-section .city-box .item .info .title-box .isNewHouse-mark{
        position: revert;
    }

    .cou-recommen-section .city-box .item .info .title-box .isNewHouse-mark span:last-child{
        font-size: 1.14rem;
    }
    .cou-recommen-section .city-box .item .info .title-box .ti-01{
        width: 100%;
        line-height: 1.42rem;
        font-size: 1.28rem;
    }
    .cou-recommen-section .city-box .item .info .local{
        margin-top: 1rem;
        width: 100%;
        height: 1rem;
        display: flex;
        align-items: center;
        font-size: 1rem;
        color: var(--local-color);
    }
    .cou-recommen-section .city-box .item .info .local img{
        width: 1rem;
        height: auto;
        margin-right: 4px;
    }
    .cou-recommen-section .city-box .item .info .price{
        margin-top: 1rem;
        width: 100%;
        height: 1.42rem;
        display: flex;
        align-items: center;
        font-size: 1.42rem;
    }
    .cou-recommen-section .city-box .item .info .price span.one{
        margin-right: 1rem;
    }
    .cou-recommen-section .city-box .item .info .price span.two{
        color: #333333;
    }
    .cou-just-section{
        width: 100%;
        background-color: #F8F8F8;
        margin-top: 4.28rem;
        padding: 2.86rem 0;
    }
    .cou-just-section .box{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .cou-just-section .box .item-01{
        width: 25.64rem;
    }
    .cou-just-section .box .item-01 .title-01{
        width: 100%;
        font-size: 2.56rem;
    }
    .cou-just-section .box .item-01 .desc-02{
        margin-top: 2.86rem;
        color: #666666;
        line-height: 1.86rem;
        font-size: 1.72rem;
    }
    .cou-just-section .box .item-01 .desc-03{
        margin-top: 2.86rem;
        font-size: 1.14rem;
        color: #666666;
        line-height: 1.86rem;
    }
    .cou-just-section .box .item-02{
        width: calc(100% - 26.5rem);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .cou-just-section .box .item-02 a{
        width: calc( (100% - 4.28rem) / 4);
    }
    .cou-just-section .box .item-02 .list{
        width: 100%;
        height: auto;
        position: relative;
    }
    .cou-just-section .box .item-02 .list img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .cou-just-section .box .item-02 .list .desc{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        justify-items: center;
        flex-wrap: wrap;
        font-size: 1.56rem;
    }
    .cou-push-section{
        width: 100%;
        padding-top: 2.86rem;
    }
    .cou-push-section .box{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .cou-push-section .box a{
        width: calc( (100% - 2.28rem) / 3);
        height: auto;
        border-radius: .58rem;
        overflow: hidden;
    }
    .cou-push-section .box img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: .58rem;
        transition: all 0.6s;
    }
    .cou-push-section .box img:hover{
        transform: scale(1.2);
    }
    .cou-popular-section{
        padding: 2.86rem 0;
    }

    .cou-popular-section .box{
        margin-top: 2.86rem;
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .cou-popular-section .box a{
        margin-bottom: 1.72rem;
        width: calc((100% - 1.72rem) / 2);
        height: auto;
    }
    .cou-popular-section .box .item{
        width: 100%;
        height: auto;
        padding: 1.42rem;
        border-radius: .58rem;
        box-shadow: 0 3px 6px 0 rgba(51, 51, 51, 0.1);
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    .cou-popular-section .box .item:hover{
        box-shadow: 0 0 4px 2px rgba(51,51,51,0.1);
    }
    .cou-popular-section .box .item .imgCover{
        width: 17.7rem;
        height: 13.56rem;
    }
    .cou-popular-section .box .item .imgCover img{
        width: 100%;
        height: 100%;
        border-radius: .58rem;
        object-fit: cover;
    }
    .cou-popular-section .box .item .info{
        width: calc(100% - 17.7rem);
        padding-left: 1rem;
    }
    .cou-popular-section .box .item .info .title-01{
        font-size: 1.42rem;
        width: 100%;
        height: 4.28rem;
        line-height: 2.14rem;
    }
    .cou-popular-section .box .item .info .desc{
        margin-top: 1rem;
        height: 4.5rem;
        line-height: 1.42rem;
        font-size: 1rem;
        color: #666666;
    }
    .cou-popular-section .box .item .info .date{
        margin-top: 2.14rem;
        font-size: 1rem;
        color: var(--local-color);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .cou-popular-section .box .item .info .date .left{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cou-popular-section .box .item .info .date .left img{
        width: 1rem;
        height: auto;
    }
    .cou-popular-section .box .item .info .date .left div{
        margin-left: 4px;
    }
    .cou-popular-section .mox-box{
        margin-top: 1rem;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .cou-popular-section .mox-box .a-btn{
        padding: .72rem 1.57rem;
        font-size: 1.28rem;
        border: 1px solid var(--blue-color);
        border-radius: 1.42rem;
        color: var(--blue-color);
    }
    .cou-steps-section{
        padding: 2.86rem 0;
        background-color: #F8F8F8;
    }

    .cou-steps-section .title-1 .action{
        color: var(--blue-color);
    }
    .cou-steps-section .box{
        margin-top: 2.86rem;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .cou-steps-section .box .item{
        width: calc( (100% - 5.14rem) / 4);
        height: auto;
        padding: 1rem 1rem 3rem 1rem;
        border-radius: .58rem;
        background-color: #FFFFFF;
        box-shadow: 0 2px 1.72rem 0 rgba(153, 153, 153, 0.25);
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .cou-steps-section .box .item:hover{
        box-shadow: 0 4px 3.41rem 0 rgba(153, 153, 153, 0.5);
    }
    .cou-steps-section .box .item .order{
        width: 100%;
        font-size: 1.72rem;
        color: var(--blue-color);
    }
    .cou-steps-section .box .item .icon{
        width: 6.86rem;
        height: 6.86rem;
    }
    .cou-steps-section .box .item .title-01{
        margin-top: 1rem;
        font-size: 1.28rem;
    }
    .cou-steps-section .box .item .desc-01{
        width: 100%;
        min-height: 5.14rem;
        line-height: 1.72rem;
        text-align: center;
        margin-top: 1.72rem;
        color: #666666;
        font-size: 1.14rem;
    }
    .cou-supplier-section,
    .cou-develb-section{
        padding: 2.86rem 0;
    }
    .cou-supplier-section{
        display: none;
    }

    .cou-supplier-section .box{
        margin-top: 2.86rem;
        width: 100%;
        height: 22.14rem;
        overflow-x: auto;
        display: flex;
    }

    .cou-develb-section .lb-box{
        margin-top: 1.72rem;
        width: 100%;
        height: 11.42rem;
        overflow: hidden;
    }
    .cou-develb-section .lb-box .lb-box-list{
        width: 50000px;
        height: 100%;
    }

    .cou-develb-section .lb-box .deve{
        margin-top: 1rem;
        margin-left: 1.72rem;
        height: 10rem;
        border-radius: 4px;
        /*box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, 0.1);*/
        position: relative;
        display: inline-block;
        border: 1px solid #F0F0F0;
    }

    .cou-develb-section .lb-box .deve .bg-img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: blur(3px);
        border-radius: 4px;
    }

    .cou-develb-section .lb-box .deve .bg{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(1, 1, 1, 0.7);
        border-radius: 4px;
    }

    .cou-develb-section .lb-box .deve:first-child{
        margin-left: 0;
    }

    .cou-develb-section .lb-box .deve .item{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1.72rem;
    }


    .cou-develb-section .lb-box .deve .logo-img{
        box-shadow: 0 1px 3px 0 rgba(51, 51, 51, 0.1);
    }

    .cou-develb-section .lb-box .deve .logo-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .cou-develb-section .lb-box .deve .name{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2.86rem;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.75) 100%);
        border-radius: 0 0 4px 4px;
        color: #FFFFFF;
        text-align: center;
        line-height: 2.86rem;
        font-size: 1.28rem;
        padding: 0 1.72rem;
        display: none;
    }

    .cou-supplier-section .box .item{
        display: inline-block;
        margin-left: 1.42rem;
        min-width: 17.14rem !important;
        height: 19.28rem;
    }
    .cou-supplier-section .box .item:first-child{
        margin-left: 0;
    }
    .cou-supplier-section .box a{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;

    }
    .cou-supplier-section .box .item .logo{
        width: 100%;
        height: 13.72rem;
        border: 1px solid #F0F0F0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cou-supplier-section .box .item .logo .img{
        width: 90%;
        height: auto;
    }
    .cou-supplier-section .box .item .logo .img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .cou-supplier-section .box .item .name{
        margin-top: 1.72rem;
        width: 100%;
        text-align: center;
        font-size: 1.28rem;
    }
}

@media screen and (min-width: 350px) and (max-width: 999px){
    .country-home-scrollable-div {
        margin-top: calc(40vh + 52px);
        width: 100%;
        height: auto;
        background: #FFFFFF;
    }
    .cou-recommen-section{
        padding: 16px 0;
        background: #F8F8F8;
    }
    .cou-recommen-section .nav-box {
        margin-top: 12px;
        width: 100%;
        height: 36px;
        overflow-x: auto;
        overflow-y: hidden;
        display: flex;
        align-items: center;
        border-bottom: .02rem solid #EBEBEB;
    }
    .cou-recommen-section .nav-box::-webkit-scrollbar {
        display: none; /* 隐藏滚动条 */
    }
    .cou-recommen-section .nav-box li {
        margin-left: 1.2rem;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        padding: 0 8px;
        color: #999999;
        white-space: nowrap;
    }
    .cou-recommen-section .nav-box li:first-child{
        margin-left: 0;
    }
    .cou-recommen-section .city-box{
        height: auto;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .cou-recommen-section .city-box .city-list{
        min-width: 100%;
        height: auto;
        margin-top: 16px;
        background: #FFFFFF;
    }
    .cou-recommen-section .city-box .city-list:first-child{
        margin-left: 0;
    }
    .cou-recommen-section .city-box .item{
        border-radius: 0.4rem;
        box-shadow: 0 2px 4px 0 rgb(153 153 153 / 10%);
    }
    .cou-recommen-section .city-box .item .img-box{
        height: 12.14rem;
    }
    .cou-recommen-section .city-box .item .img-box .brief {
        display: none;
    }
    .cou-recommen-section .city-box .item .img-box img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0.4rem 0.4rem 0 0;
    }
    .cou-recommen-section .city-box .item .info{
        padding: 16px;
    }
    .cou-recommen-section .city-box .item .info .title-box{
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .cou-recommen-section .city-box .item .info .title-box .ti-01{
        line-height: normal;
        font-size: 1.07rem;
    }
    .cou-recommen-section .city-box .item .info .title-box .isNewHouse-mark{
        position: revert;
    }
    .cou-recommen-section .city-box .item .info .local{
        margin-top: 10px;
        font-size: 14px;
        display: flex;
        align-items: center;
    }
    .cou-recommen-section .city-box .item .info .local img{
        width: 12px;
        height: auto;
        margin-right: 4px;
    }
    .cou-recommen-section .city-box .item .info .price{
        margin-top: 10px;
        height: 2rem;
        font-size: 1.14rem;
    }

    .cou-recommen-section .city-box .item .info .price span.one{
        margin-right: 14px;
    }
    .cou-recommen-section .city-box .item .info .price span.two{
        font-size: 1.43rem;
    }

    .cou-recommen-section .city-box .item:hover .img-box .brief{
        display: none;
    }
    .cou-just-section{
        padding: 16px 0;
        background-color: #F8F8F8;
    }
    .cou-just-section .box .item-01 .title-01{
        font-size: 24px;
    }
    .cou-just-section .box .item-01 .desc-02,
    .cou-just-section .box .item-01 .desc-03{
        margin-top: 16px;
        font-size: 14px;
    }
    .cou-just-section .box .item-02{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .cou-just-section .box .item-02 a{
        width: calc( (100% - 16px) / 2 );
        position: relative;
        margin-top: 16px;
    }
    .cou-just-section .box .item-02 .list img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .cou-just-section .box .item-02 .list .desc{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 14px;
        color: #FFFFFF;
    }
    .cou-just-section .box .item-02 .list .desc div{
        line-height: 24px;
    }
    .cou-push-section{
        padding: 16px 0;
    }
    .cou-push-section .box{
        display: flex;
        flex-direction: column;
    }
    .cou-push-section .box a{
        width: 100%;
        margin-top: 16px;
    }
    .cou-push-section .box a:first-child{
        margin-top: 0;
    }
    .cou-push-section .box a img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .cou-popular-section{
        padding: 16px 0;
        background-color: #F8F8F8;
    }
    .cou-popular-section .box{
        display: flex;
        flex-direction: column;
    }
    .cou-popular-section .box a{
        width: 100%;
        margin-top: 16px;
    }
    .cou-popular-section .box .item{
        width: 100%;
        height: 160px;
        box-shadow: 0 3px 6px 0 rgb(51 51 51 / 10%);
        background-color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 4px;
    }
    .cou-popular-section .box .item .imgCover{
        width: 40%;
        height: 100%;
    }
    .cou-popular-section .box .item .imgCover img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 4px 0 0 4px;
    }
    .cou-popular-section .box .item .info{
        width: 60%;
        height: 100%;
        border: 1px solid rgba(255, 255, 255, 0.2); /* 可选：添加边框以突出玻璃效果 */
        padding: 16px;
    }
    .cou-popular-section .box .item .info .title-01{
        height: 40px;
        line-height: 20px;
        font-size: 18px;
    }
    .cou-popular-section .box .item .info .desc{
        margin-top: 16px;
        -webkit-line-clamp: 2;
        height: 40px;
        font-size: 14px;
        line-height: 20px;
    }
    .cou-popular-section .box .item .info .date{
        margin-top: 1rem;
        font-size: 0.93rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .cou-popular-section .box .item .info .date .left img{
        display: none;
    }
    .cou-steps-section{
        padding: 16px 0;
    }
    .cou-steps-section .box{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .cou-steps-section .box .item{
        width: calc( (100% - 16px) / 2);
        padding: 8px;
        margin-top: 16px;
        border-radius: 0.4rem;
        background-color: #FFFFFF;
        box-shadow: 0 0.02rem 0.24rem 0 rgba(153, 153, 153, 0.25);
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .cou-steps-section .box .item .order{
        width: 100%;
        font-size: 14px;
        color: #6785FD;
    }
    .cou-steps-section .box .item .icon{
        width: auto;
        height: 50px;
    }
    .cou-steps-section .box .item .title-01{
        margin-top: 16px;
        font-size: 16px;
    }
    .cou-steps-section .box .item .desc-01{
        margin-top: 16px;
        line-height: 20px;
        font-size: 12px;
    }
    .cou-develb-section{
        display: none;
    }
    .cou-supplier-section{
        display: block;
        padding: 16px 0;
        background-color: #F8F8F8;
    }
    .cou-supplier-section .box{
        margin-top: 16px;
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        overflow-y: auto;
    }
    .cou-supplier-section .box::-webkit-scrollbar {
        display: none; /* 隐藏滚动条 */
    }
    .cou-supplier-section .box .item{
        min-width: 120px;
        margin-left: 16px;
        display: flex;
        flex-direction: column;
        font-size: 12px;
    }
    .cou-supplier-section .box .item:first-child{
        margin-left: 0;
    }
    .cou-supplier-section .box .item .logo{
        width: 100%;
        height: 60px;
        box-shadow: 0 2px 4px 0 rgba(153,153,153,0.102);
    }
    .cou-supplier-section .box .logo .img{
        width: 100%;
        height: 100%;
    }
    .cou-supplier-section .box .item .logo img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .cou-supplier-section .box .item .name{
        margin-top: 16px;
        text-align: center;
    }
}