.banner img{
    width: 100%;
}
.customerAcquisition{
    padding: 120px 0;
}
.customerAcquisition-title{
    padding: 10px 0;
}
.customerAcquisition-info{
    line-height: 40px;
    font-size: 24px;
}
.customerAcquisition-info-ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
}
.customerAcquisition-info-ul-item{
    background-image:linear-gradient(to bottom,#e6f0fa,#ffffff);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    width: 320px;
    height: 320px;
    border-radius: 20px;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}
.customerAcquisition-info-ul-item-title{
    padding: 25px 0;
}
.trafficDelivery{
    background-color: #e6f0fa;
}
.trafficDelivery-centent{
    padding: 80px 0;
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.trafficDelivery-centent-title,.customerSegment-centent-title{
    font-size: 0;
}
.trafficDelivery-centent-font,.customerSegment-centent-font{
    font-size: 18px;
    line-height: 32px;
    margin-top: 15px;
    color: #373737;
}
.trafficDelivery-centent-item-title,.customerSegment-centent-item-title{
    font-size: 26px;
    font-weight: bold;
    margin-top: 40px;
    line-height: 1.5;
}
.customerSegment{
    padding: 100px 0;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.synergy-font{
    font-size: 26px;
    line-height: 40px;
    color: #363636;
    padding: 15px 0;
}

.synergy-font span{
    font-weight: bold;
    color: #000000;
}
.item_Bg{
    height: 150px;
    background: url('https://alisonnynet.oss-cn-hangzhou.aliyuncs.com/images/productJingle/item-bg.png') repeat-x top center;
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.advantage{
    height: 768px;
    background: url("https://alisonnynet.oss-cn-hangzhou.aliyuncs.com/images/productJingle/advantage-bg.png") no-repeat center center;
    min-width: 1200px;
}
.advantage-centent{
    padding: 120px 0;
}
.advantage-centent-title{
    text-align: center;
    padding: 15px 0;
}
.advantage-centent-ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 每个元素占据相同宽度 */
    gap: 54px 36px; /* 每个元素之间的间距 */
    margin-top: 50px;
}
.advantage-centent-ul-item{
    box-shadow: 0 0 18px #1d7af320;
    background-color: #ffffff;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 30px 15px;
    display: flex;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
}
.advantage-centent-ul-item:hover{
    box-shadow: 0 5px 18px #1d7af390;
}
/*.advantage-centent-ul-item-left img{*/
/*    width: 84px;*/
/*    transition: all 0.3s ease-in-out;*/
/*}*/
/*.advantage-centent-ul-item:hover .advantage-centent-ul-item-left img{*/
/*    width: 90px;*/
/*}*/
.advantage-centent-ul-item-left{
    flex-shrink: 0;
}
.advantage-centent-ul-item-right{
    width: 100%;
    padding-left: 20px;
}
.advantage-centent-ul-item-right-title{
    color: #000000;
    font-weight: bold;
    font-size: 24px;
}
.advantage-centent-ul-item-right-font{
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
    color: #373737;
}
.case-centent{
    padding: 100px 0;
}
.case-centent-title{
    text-align: center;
}
.case-centent-ul{
    position: relative;
    margin-top: 60px;
}
.case-centent-ul-left{
    position: absolute;
    left: -130px;
    z-index: 1;
    cursor: pointer;
    top: 50%;
    margin-top: -50px;
}
.case-centent-ul-right{
    position: absolute;
    right: -130px;
    z-index: 1;
    cursor: pointer;
    top: 50%;
    margin-top: -50px;
}
.case-centent-ul-info{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 18px #1d7af320;
    transition: all 0.3s ease-in-out;
}
.case-centent-ul-info:hover{
    box-shadow: 0 0 18px #1d7af380;
}
.case-centent-ul-item {
    display: flex;
    align-items: center;
    transition: transform 0.5s ease-in-out; /* 添加过渡效果 */
}
.case-centent-ul-item img {
    flex-shrink: 0; /* 确保图片不缩小 */
}
.case-centent-ul-rq {
    display: flex;
    transition: transform 0.8s ease-in-out;
}
.case-centent-ul-item {
    flex: 0 0 auto;
    width: 1200px; /* 根据你的图片宽度调整 */
}
.footer{
    background-color: #001e31;
}
.footer-centent{
    padding: 60px 0;
    display: flex;
    justify-content: space-between; 
}
.footer-centent-img{
    border-radius: 10px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 8px;
    font-size: 0;
}
.footer-centent-img img{
    width: 138px;
    height: 138px;
}
.footer-centent-title{
    color: #ffffff;
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
    line-height: 1.5;
}
.footer-centent-font{
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
}
.footer-centent-centent-title,.footer-centent-right-title{
    font-size: 18px;
    color: #ffffff;
}
.footer-centent-centent-ul,.footer-centent-right-ul{
    margin-top: 20px;
}
.footer-centent-centent-ul-item{
    font-size: 14px;
    color: #ffffff;
    display: flex;
    padding: 5px 0;
}
.footer-centent-centent-ul-item img{
    margin-right: 5px;
}
.footer-centent-right-ul a:link,.footer-centent-right-ul a:visited{
    color: #ffffff;
    line-height: 2;
}
.footer-centent-right-ul a:hover{
    text-decoration: underline;
}
.footer-bottom{
    text-align: center;
    border-top: 1px solid #00375a;
    padding: 25px 0;
    color: #ffffff;
    line-height: 2;
}

.item_Bg_col,.item_Bg_col_info{
    display: flex;
    gap: 40px;
}
.item_Bg_col{
    display: none;
}
.item_Bg_col_info img{
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.item_Bg_col_info img:hover{
    opacity: 0.8;
}

@media screen and (max-width: 1366px) {
    .item_Bg{
        gap: 25px;
    }
    .case-centent-ul-left img,.case-centent-ul-right img{
        width: 50px;
    }
    .case-centent-ul-left{
        left: 0px;
    }
    .case-centent-ul-right{
        right: 0px;
    }
}



@media screen and (max-width: 769px) {
    .w1200{
        width: 100%;
    }
    .customerAcquisition{
        padding: 20px 20px 50px 20px;
    }
    .customerAcquisition-info{
        font-size: 18px;
        line-height: 1.8;
    }
    .customerAcquisition-info-ul{
        flex-direction: column;
        gap: 20px;
        padding-top: 35px;
    }
    .customerAcquisition-info-ul-item{
        width: 100%;
        height: auto;
    }
    .trafficDelivery-centent,.customerSegment{
        padding: 50px 20px 20px 20px;
        flex-direction: column;
        gap: 20px;
    }
    .trafficDelivery-centent-right img,.customerSegment-left img{
        width: 100%;
    }
    .item_Bg{
        flex-direction: column;
        background-size: contain;
        height: auto;
        padding: 20px;
        box-sizing: border-box;
    }
    .item_Bg_col{
        width: 100%;
        box-sizing: border-box;
    }
    .item_Bg_col_info{
        padding-top: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }
    .item_Bg_col_info img{
        width: 100%;
        width: 80px;
    }
    .item_Bg_col{
        flex-direction: column;
        gap: 0;
    }
    .advantage{
        min-width: auto;
        height: auto;
        background-size: cover;
    }
    .advantage-centent{
        padding: 20px;
    }
    .advantage-centent-ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .advantage-centent-ul,.case-centent-ul{
        margin-top: 20px;
    }
    .advantage-centent-title,.case-centent-title{
        text-align: left;
    }
    .case-centent{
        padding: 20px;
    }
    .case-centent-ul-item,.case-centent-ul-item img{
        width: 100%;
    }
    .case-centent-ul-left{
        left: 0;
    }
    .case-centent-ul-right{
        right: 0;
    }
}

.wa_icon_info img{
    width: 140px;
    transition: all 0.3s ease-in-out;
}

.customerAcquisition-info-ul-item:hover .wa_icon_info img{
    transform: rotate(-10deg);
    width: 150px;
}




/* 内页 */
.ny-banner{
    font-size: 0;
}
.ny-banner img{
    width: 100%;
}
.ny-sj-hk{
    padding: 0.6rem 0.4rem;
}
.ny-sj-hk-title img{
    height: 0.52rem;
}
.ny-sj-hk-font{
    font-size: 0.24rem;
    line-height: 1.5;
    margin-top: 0.1rem;
}
.ny-sj-hk-item{
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 每个元素占据相同宽度 */
    gap: 0.2rem;
    margin-top: 0.2rem;
}
.ny-sj-hk-item-info{
    box-shadow: 0px 0px 0.2rem #1d7af323;
    border-radius: 0.2rem;
    padding: 0.18rem;
    box-sizing: border-box;
    display: flex;
    gap: 0.18rem;
    transition: all 0.3s ease-in-out;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(to bottom,#cde6ff,#fff);
}
.ny-sj-hk-item-info-title img{
    height: 0.5rem;
}
.ny-sj-hk-item-info-img{
    text-align: center;
}
.ny-sj-hk-item-info-img img{
    height: 0.9rem;
}
.ny-tl{
    background-color: #e6f0fa;
    padding: 0.6rem 0.4rem;
}
.ny-tl-title img{
    height: 0.52rem;
}
.ny-tl-info{
    font-size: 0.2rem;
    line-height: 1.5;
    color: #373737;
    margin-top: 0.2rem;
}
.ny-tl-item{
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-top: 0.4rem;
    
}
.ny-tl-item-font-title{
    font-weight: bold;
    font-weight: 0.24rem;
}
.ny-tl-item-font-info{
    font-size: 0.2rem;
    line-height: 1.5;
    color: #373737;
    margin-top: 0.1rem;
}
.ny-tl-centent{
    background: url("https://alisonnynet.oss-cn-hangzhou.aliyuncs.com/images/productJingle/trafficDelivery-img.png") no-repeat bottom right;
    background-size: 40% auto;
}
.ny-tl-centent-1{
    background: url("https://alisonnynet.oss-cn-hangzhou.aliyuncs.com/images/productJingle/synergy-img.png") no-repeat bottom right;
    background-size: 40% auto;
}
.ny-kq{
    background: url("https://alisonnynet.oss-cn-hangzhou.aliyuncs.com/images/productJingle/customerSegment-img.png") no-repeat left center;
    background-size: 50% auto;
    padding: 0.6rem 0.4rem;
    text-align: right;
}
.ny-kq-1{
    background: url("https://alisonnynet.oss-cn-hangzhou.aliyuncs.com/images/productJingle/gl-img.png") no-repeat left bottom;
    background-size: 50% auto;
    padding: 0.6rem 0.4rem;
    text-align: right;
}
.ny-kq-title img{
    height: 0.52rem;
}
.ny-kq-info{
    font-size: 0.2rem;
    line-height: 1.5;
    color: #373737;
    margin-top: 0.1rem;
}
.ny-kq-ul{
    margin-top: 0.4rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
.ny-kq-ul-item-title{
    font-weight: bold;
    font-size: 0.24rem;
    line-height: 1.5;
}
.ny-kq-ul-item-info{
    font-size: 0.2rem;
    line-height: 1.5;
    color: #373737;
    margin-top: 0.1rem;
}
.ny-tl-item-font-row{
    font-size: 0.28rem;
    line-height: 2;
    color: #373737;
    padding: 0.1rem 0;
}
.ny-tl-item-font-row span{
    font-weight: bold;
    color: #000000;
}
.ny-gg{
    font-size: 0;
}
.ny-gg img{
    width: 100%;
}
.bgColor-item{
    background: url("https://alisonnynet.oss-cn-hangzhou.aliyuncs.com/images/productJingle/bgColor-item.png") no-repeat top center;
    background-size: cover;
    padding: 0.4rem 0.36rem;
}
.bgColor-item-title{
    text-align: center;
}
.bgColor-item-title img{
    height: 0.52rem;
}
.bgColor-item-ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 每个元素占据相同宽度 */
    gap: 0.2rem;
    margin-top: 0.4rem;
}
.bgColor-item-ul-item{
    box-shadow: 0 0 0.18rem #1d7af320;
    background-color: #ffffff;
    border-radius: 0.2rem;
    box-sizing: border-box;
    padding: 0.2rem 0.15rem;
    display: flex;
    justify-content: space-between;
}

.bgColor-item-ul-item-left{
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.bgColor-item-ul-item-left img{
    width: 0.8rem;
}
.bgColor-item-ul-item-right{
    width: 100%;
    padding-left: 0.15rem;
}
.bgColor-item-ul-item-right-title{
    color: #000000;
    font-weight: bold;
    font-size: 0.24rem;
}
.bgColor-item-ul-item-right-font{
    font-size: 0.2rem;
    line-height: 1.5;
    margin-top: 0.1rem;
    color: #373737;
}
.ny-annli{
    padding: 0.4rem;
}
.ny-annli-title{
    text-align: center;
}
.ny-annli-title img{
    height: 0.52rem;
}
.ny-annli-centent{
    margin-top: 0.4rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
.ny-annli-centent img{
    width: 100%;
    border-radius: 0.2rem;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0 0 0.18rem #1d7af320;
}

/* 新 */
.new_banner{
    position: relative;
    height: 870px;
    background: #e6f0fa url("../images/productJingle/new_banner.jpg") no-repeat center bottom;
    min-width: 1200px;
}
.new_banner_show{
    width: 1200px;
    margin: 0 auto;
    padding-top: 550px;
}
.new_banner_show_info{
    background-color: #ffffff;
    height: 80px;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 80px;
    box-shadow: 4px 4px 13px rgba(0, 0, 0, 0.07);
    display: flex;
    width: 680px;
    gap: 15px;
}
.new_banner_show_info input{
    font-size: 20px;
    border: 1px solid #c8c8c8;
    border-radius: 40px;
    height: 40px;
    padding: 0 15px;
    font-family: 'Microsoft YaHei';
    width: 100%;
}
.new_banner_show_info button{
    border-radius: 40px;
    height: 40px;
    border: 0;
    font-size: 20px;
    color: #ffffff;
    background-color: #000000;
    padding: 0 15px;
    font-family: 'Microsoft YaHei';
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.new_banner_show_info button:hover{
    background-color: #1d7af3;
}

.new_title{
    padding: 80px 0;
}

.new-border{
    border: 1px solid #000000;
    border-radius: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background-color: #000000;
    overflow: hidden;
}
.new-border-item{
    background-color: #ffffff;
    height: 100%;
    position: relative;
    font-size: 0;
    transition: all 0.3s ease-in-out;
}
.new-border-item-font{
    height: 100%;
    padding: 32px;
    display: flex;
    justify-content: center;
    font-size: 24px;
    line-height: 40px;
    align-items: center;
    box-sizing: border-box;
    color: #1d1d1d;
    transition: all 0.3s ease-in-out;
}
.new-border-item-more{
    background-color: #1d1d1d;
    color: #ffffff;
    font-size: 16px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    bottom: 20px;
    position: absolute;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.new-border-item:hover .new-border-item-more{
    background-color: #1e73f1;
}
.new-border-item:hover .new-border-item-font{
    color: #1e73f1;
}
.borderImg img{
    transition: all 0.3s ease-in-out;
}
.borderImg:hover img{
    opacity: 0.8;
}
.new-button{
    margin-top: 70px;
    text-align: center;
}
.new-button a:link,.new-button a:visited{
    color: #ffffff;
    height: 48px;
    border-radius: 48px;
    padding: 0 50px;
    cursor: pointer;
    background-color: #1e73f1;
    display: inline-block;
    line-height: 48px;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.new-button a:hover{
    background-color: #4992fe;
}
.new-button a span{
    right: -48px;
    bottom: 0;
    background-color: transparent;
    border: 1px solid #000000;
    box-sizing: border-box;
}
.new-button a span .img1{
    display: block;
}
.new-button a span .img2{
    display: none;
}
.new-button a:hover span{
    background-color: #000000;
}
.new-button a:hover span .img2{
    display: block;
}
.new-button a:hover span .img1{
    display: none;
}
.new-title-1{
    margin-top: 130px;
}
.new-content-info{
    background: #1d2025 url("https://alisonnynet.oss-cn-hangzhou.aliyuncs.com/images/productJingle/new-centent-top.jpg") no-repeat center top;
    width: 1400px;
    margin: 10px -100px 0 -100px;
    box-sizing: border-box;
}
.new-content-infoFont{
    background: url("https://alisonnynet.oss-cn-hangzhou.aliyuncs.com/images/productJingle/new-centent-bottom.jpg") no-repeat center bottom;
    padding: 100px;
}
.new-content-row{
    display: flex;
    align-items: start;
    justify-content:space-between;
}
.new-content-row-left,.new-content-row-right{
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: space-between;
}
.new-content-row-title{
    font-size: 24px;
    color: #ffffff;
    line-height: 60px;
}
.new-content-row-item{
    font-size: 18px;
    color: #ffffff;
    text-indent: 10px;
    position: relative;
    line-height: 30px;
    padding: 5px 0;
}
.new-content-row-item::after{
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #1d7af3;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
}
.new-content-row-centent{
    width: 360px;
    height: 500px;
}

.new-content-row-right{
    align-items: end;
}
.new-content-rowimg{
    padding: 60px 0 100px 0;
}
.new-title-3{
    margin-top: 0;
}
.new-centent-ys{
    padding-top: 60px;
}
.new-centent-ys-title{
    font-size: 24px;
    padding-left: 90px;
    font-size: 35px;
    color: #1d2025;
    font-weight: bold;
    line-height: 30px;
    padding-bottom: 35px;
}
.new-centent-ys-img{
    border-radius: 20px;
    overflow: hidden;
    font-size: 0;
    box-shadow: 8px 8px 21px rgba(30,115,241,0.27);
}


.New_Mobile .new_banner{
    min-width: 100%;
    background: #e6f0fa url("https://alisonnynet.oss-cn-hangzhou.aliyuncs.com/images/productJingle/new_banner_1.jpg") no-repeat center bottom;
    background-size: cover;
    height: 280px;
    
    background-position: center top;
}
.New_Mobile .new_banner_show{
    width: 100%;
    padding: 290px 12px 20px 12px;
    box-sizing: border-box;
}
.New_Mobile .new_banner_show_info{
    width: 100%;
    padding: 12px;
    height: auto;
    gap: 10px;
}
.New_Mobile .new_banner_show_info input{
    font-size: 14px;
    padding: 0 10px;
}

.New_Mobile .new_banner_show_info button{
    font-size: 14px;
    padding: 0 10px;
}
.Mobile_content{
    padding: 80px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.Mobile_content .new_title,.Mobile_content .new-title-1,.Mobile_content .new-title-3{
    padding:  30px 0 0 0;
    margin: 0;
}
.Mobile_content .new_title img,.Mobile_content .new-title-1 img,.Mobile_content .new-title-3 img{
    width: 95%;
}
.Mobile_content .new-border{
    display: flex;
    flex-direction: column;
    border: 1px solid #999;
    background-color: #999;
    border-radius: 10px;
}
.Mobile_content .new-border-centent{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.Mobile_content .new-border .borderImg img{
    width: 100%;
}
.Mobile_content .new-border .new-border-item-font{
    padding: 12px;
    font-size: 14px;
    line-height: 1.5;
}
.Mobile_content .new-border-item-more{
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px;
}

.Mobile_content .new-border-item-more img{
    width: 16px;
    height: 16px;
}
.Mobile_content .new-button{
    margin-top: 20px;
}
.Mobile_content .new-button a:link,.Mobile_content .new-button a:visited{
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    width: auto;
    padding: 0 20px;
}
.Mobile_content .new-button a span{
    right: -26px;
    top: 5px;
}

.Mobile_content .new-content-info{
    margin: 0 -20px;
    width: auto;
    background-image: none;
    background-color: #1d2025;
}
.Mobile_content .new-content-infoFont {
    padding: 20px;
}
.Mobile_content .new-content-row{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.Mobile_content .new-content-infoFont{
    background-image: none !important;
}
.Mobile_content .new-content-infoFont .new-content-row{
    background-image: none !important;
}
.Mobile_content  .wimg img{
    width: 100%;
}
.Mobile_content .new-content-row-left,.Mobile_content  .new-content-row-right{
    justify-content: start;
    align-items:start;
    gap: 12px;
    padding: 15px 0;
}
.Mobile_content .new-content-row-centent{
    width: 100%;
    height: auto;
}
.Mobile_content .new-content-row-title{
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px;
}
.Mobile_content .new-content-row-item{
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
}
.Mobile_content .new-content-row-item::after{
    top: 12px;
}
.Mobile_content .new-content-rowimg{
    padding: 20px 0;
}
.Mobile_content .new-content-rowimg img{
    width: 100%;
}
.Mobile_content .new-centent-ys{
    padding-top: 10px;
}
.Mobile_content .new-centent-ys-title{
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.Mobile_content .new-centent-ys-img{
    box-shadow: 4px 4px 11px rgba(30,115,241,0.27);
}
.Mobile_content .new-centent-ys-img img{
    width: 100%;
}
/* .header{
    background: rgba(0, 0, 0, 0.1) !important;
} */
@media screen and (max-width: 600px) {
    .New_Mobile .new_banner {
        height: 225px;
    }
    .New_Mobile .new_banner_show{
        padding-top: 225px;
    }
    .showInfo-nr{
        width: auto !important;
        padding: 30px !important;
    }
}
@media screen and (max-width: 500px) {
    .New_Mobile .new_banner {
        height: 200px;
    }
    .New_Mobile .new_banner_show{
        padding-top: 200px;
    }
    .showInfo-nr{
        width: auto !important;
        padding: 30px !important;
    }
}
@media screen and (max-width: 400px) {
    .New_Mobile .new_banner {
        height: 175px;
    }
    .New_Mobile .new_banner_show{
        padding-top: 180px;
    }
    .showInfo-nr{
        width: auto !important;
        padding: 30px !important;
    }
}




/*20260330*/
.rowImg-item{
    display: flex;
    gap: 12px;
    justify-content: space-between;
    align-items: center;

}
.rowImg-item div{
    background-color: #cce2fa;
    border-radius: 76px;
    height: 76px;
    font-size: 24px;
    color: #1d2025;
    padding: 0 40px;
    line-height: 76px;
    white-space: nowrap;
}
.rowImg-item span{
    display: block;
    border-radius: 50%;
    border: 3px solid #1d2025;
    background-color: #ffffff;
    height: 20px;
    width: 20px;
    box-sizing: border-box;
    flex-shrink: 0;
}
.rowImg-item:hover div,.rowImg-item.on div{
    background-color: #1e73f1;
    color: #ffffff;
    font-weight: bold;
}
.rowImg-item:hover span,.rowImg-item.on span{
    background-color: #1d2025;
}

.showInfo{
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.showInfo-nr{
    width: 500px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 40px;
    border-radius: 20px;
    align-items: start;
    position: relative;
}
.showInfo-nr div{
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}
.showInfo-nr input{
    font-size: 20px;
    border: 1px solid #c8c8c8;
    border-radius: 40px;
    height: 40px;
    padding: 0 15px;
    font-family: 'Microsoft YaHei';
    width: 100%;
    box-sizing: border-box;
}
.showInfo-nr  button{
    border-radius: 40px;
    height: 40px;
    border: 0;
    font-size: 20px;
    color: #ffffff;
    background-color: #000000;
    padding: 0 15px;
    font-family: 'Microsoft YaHei';
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
}
.showInfo-nr  button:hover{
    background-color: #1d7af3;
}
.mt10{
    margin-top: 10px;
}
.showInfo-nr  .gbi{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px !important;
    height: 24px !important;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    font-size: 12px !important;
    padding: 0 !important;
    line-height: 24px !important;
}
.showInfo-nr  .gbi:hover{
    background-color: rgba(0, 0, 0, 0.2);
}