@charset "utf-8";

/*
*
* index.html
* made by qn @ 2024-9-20 9:46
*/

/* clear 页头，页脚，内容区都不用再加清除样式 */
.cf:before { content: ''; display: block;width: 100%; height: 0px; clear: both; }
.cf:after { content: ''; display: block; width: 100%; height: 0px; clear: both; }
.cf { *zoom: 1;display: block; width:100%;clear: both; }


.bg-cover { background-position:center center; background-repeat:no-repeat; background-size:cover; }
.bg-contain { background-position:center center; background-repeat:no-repeat; background-size:contain; }


.flex { display:-webkit-box;  display:-ms-box; display: -webkit-box; /* Safari */ display: box; display: -moz-box;  /* Firefox */   display:flex; }
.u-flex-h {-webkit-box-orient:horizontal; }
.u-flex-r {-ms-flex-direction:row; flex-direction:row; }
.u-flexd--c {-webkit-box-orient:vertical; -ms-flex-direction:column; flex-direction:column; }

.u-jc-c { -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; }
.u-jc-sb { -ms-justify-content:space-between;-webkit-justify-content:space-between; -moz-justify-content:space-between; justify-content : space-between;  }
.u-jc-end { -webkit-box-pack:end; -ms-flex-pack:end; justify-content:flex-end; }
.u-fd-rr { -webkit-flex-direction:row-reverse; -ms-flex-direction:row-reverse;  flex-direction:row-reverse; }
.u-fd-col { -webkit-flex-direction:column-reverse; -ms-flex-direction:column-reverse;  flex-direction:column-reverse; }

.u-ai-fs { -webkit-box-align:start; -ms-flex-align:start;  align-items:flex-start; }
.u-ai-c { -webkit-box-align:center; -ms-flex-align:center;  align-items:center; }
.u-al-fe { -webkit-box-align:end; -ms-flex-align:end;  align-items:flex-end; }
.u-as-bl { -webkit-align-self:baseline; -ms-align-self:baseline;  align-self:baseline; }
.u-flex-sb {  justify-content:space-between; }
.u-fw { -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap:wrap; }
.flex-1 { flex:1; }



.emp-scroll::-webkit-scrollbar,
.emp-scroll::-webkit-scrollbar-thumb{
    width: 8px;
    height: 8px;
    border-radius: 10px;
}
.emp-scroll::-webkit-scrollbar-thumb{
    background:linear-gradient(to bottom, #a8e1ff , #4ba0ea);
    border: 1px solid #e7e7e7;
}
.emp-scroll::-webkit-scrollbar,
.emp-scroll::-webkit-scrollbar-corner,
.emp-scroll::-webkit-resizer,
.emp-scroll::-webkit-scrollbar-track,
.emp-scroll::-webkit-scrollbar-track-piece{
    background:#e6edf9;
    border-radius: 10px;
}
.emp-scroll::-webkit-scrollbar-button{
    display: none;
}




.fnt-56 {
    font-size: 56px;
}
.fnt-52 {
    font-size: 52px;
}
.fnt-44 {
    font-size: 44px;
}
.fnt-40 {
    font-size: 40px;
}
.fnt-33 {
    font-size: 33px;
}
.fnt-30 {
    font-size: 30px;
}
.fnt-28 {
    font-size: 28px;
}
.fnt-26 {
    font-size: 26px;
}
.fnt-24 {
    font-size: 24px;
}
.fnt-22 {
    font-size: 22px;
}
.fnt-20 {
    font-size: 20px;
}
.fnt-18 {
    font-size: 18px;
}
.fnt-16 {
    font-size: 16px;
}


@media only screen and (max-width:1600px){
    .fnt-56 {
        font-size: 46px;
    }
    .fnt-52 {
        font-size: 42px;
    }
    .fnt-44 {
        font-size: 34px;
    }
    .fnt-40 {
        font-size: 32px;
    }
    .fnt-33 {
        font-size: 30px;
    }
    .fnt-30 {
        font-size: 28px;
    }
    .fnt-28 {
        font-size: 26px;
    }
    .fnt-26 {
        font-size: 24px;
    }
    .fnt-24 {
        font-size: 22px;
    }
    .fnt-22 {
        font-size: 20px;
    }
    .fnt-20 {
        font-size: 18px;
    }
    .fnt-18 {
        font-size: 17px;
    }
    .fnt-16 {
        font-size: 15px;
    }
}  

@media only screen and (max-width:1400px){
    .fnt-56 {
        font-size: 34px;
    }
    .fnt-52 {
        font-size: 32px;
    }
    .fnt-44 {
        font-size: 30px;
    }
    .fnt-40 {
        font-size: 29px;
    }
    .fnt-33 {
        font-size: 28px;
    }
    .fnt-30 {
        font-size: 26px;
    }
    .fnt-28 {
        font-size: 24px;
    }
    .fnt-26 {
        font-size: 22px;
    }
    .fnt-24 {
        font-size: 20px;
    }
    .fnt-22 {
        font-size: 18px;
    }
    .fnt-20 {
        font-size: 17px;
    }
    .fnt-18 {
        font-size: 16px;
    }
    .fnt-16 {
        font-size: 14px;
    }
}  
@media only screen and (max-width:1200px){
    .fnt-56 {
        font-size: 30px;
    }
    .fnt-52 {
        font-size: 28px;
    }
    .fnt-44 {
        font-size: 27px;
    }
    .fnt-40 {
        font-size: 26px;
    }
    .fnt-33 {
        font-size: 26px;
    }
    .fnt-30 {
        font-size: 24px;
    }
    .fnt-28 {
        font-size: 22px;
    }
    .fnt-26 {
        font-size:20px;
    }
    .fnt-24 {
        font-size: 18px;
    }
    .fnt-22 {
        font-size: 16px;
    }
    .fnt-20 {
        font-size: 16px;
    }
    .fnt-18 {
        font-size: 15px;
    }
    .fnt-16 {
        font-size: 14px;
    }
} 
@media only screen and (max-width:1024px){
    .fnt-56 {
        font-size: 28px;
    }
    .fnt-52 {
        font-size: 26px;
    }
    .fnt-44 {
        font-size: 25px;
    }
    .fnt-40 {
        font-size: 24px;
    }
    .fnt-33 {
        font-size: 24px;
    }
    .fnt-30 {
        font-size: 22px;
    }
    .fnt-28 {
        font-size: 20px;
    }
    .fnt-26 {
        font-size:18px;
    }
    .fnt-24 {
        font-size: 17px;
    }
    .fnt-22 {
        font-size: 16px;
    }
    .fnt-20 {
        font-size: 16px;
    }
    .fnt-18 {
        font-size: 15px;
    }
    .fnt-16 {
        font-size: 14px;
    }
}

@media only screen and (max-width:767px){
    .fnt-56 {
        font-size: 2.125rem;
    }
    .fnt-52 {
        font-size: 2rem;
    }
    .fnt-44 {
        font-size: 1.4rem;
    }
    .fnt-40 {
        font-size: 1.35rem;
    }
    .fnt-33 {
        font-size: 1.3rem;
    }
    .fnt-30 {
        font-size: 1.25rem;
    }
    .fnt-28 {
        font-size: 1.2rem;
    }
    .fnt-26 {
        font-size:1rem;
    }
    .fnt-24 {
        font-size: 0.95rem;
    }
    .fnt-22 {
        font-size:0.9rem;
    }
    .fnt-20 {
        font-size: 0.875rem;
    }
    .fnt-18 {
        font-size: 0.8125rem;
    }
    .fnt-16 {
        font-size: 0.8125rem;
    }
} 



@media only screen and (max-width:374px){
    .fnt-56 {
        font-size: 20px;
    }

    .fnt-52 {
        font-size: 18px;
    }
    .fnt-26 {
        font-size:15px;
    }
    .fnt-24 {
        font-size: 13px;
    }
    .fnt-22 {
        font-size: 13px;
    }
    .fnt-18 {
        font-size: 12px;
    }
    .fnt-16 {
        font-size: 12px;
    }
}


.text-color-666 {
    color: #666;
}
.text-color-333 {
    color: #333;
}

/* store-manager 店铺管家 */
.store-manager .sm-title {
    margin-top: 40px;
}
.store-manager .sm-sub {
    margin-top: 23px;
 }
 .store-manager .pm-title {
     margin-top: 56px;
     margin-bottom: 34px;
 }
 .store-manager .smgvd {
     margin-bottom: 0px;
 }
 .store-manager  .smgvd-x {
     height: auto;
     margin-top: 76px;
 }
 .store-manager .store-item-box {
    margin-top: 58px;
 }
 .store-manager  .store-item {
    margin-top: 40px;
 }
 .store-manager .smi-title {
    padding-top: 16px;
 }
 .store-manager  .smi-intro {
    line-height: 1.667;
    margin-top: 18px;
}
.store-manager  .store-item .smi-img {
   height: 90px;
}
.store-manager  .store-item .smi-img img {
    max-width: 100%;
    max-height: 100%;
}

.store-manager .store-code {
    padding-top: 100px;
    padding-bottom: 162px;
}
.store-manager .store-code .page-ico img {
    height: 22px;
    margin-right: 12px;
    position: relative;
    top:-2px;
}

.store-manager .store-code .page-ico .page-img02 {
    display: none;
}
.store-manager .store-code .code-item {
    margin-left: 50px;
    cursor: pointer;
}
.store-manager .store-code .code-item:hover {
    color: #00b9f1;
}
.store-manager .store-code .code-item:hover .page-ico .page-img02 {
    display: inline-block;
}
.store-manager .store-code .code-item:hover .page-ico .page-img01 {
    display: none;
}
.store-manager .store-code .page-text {
    position: relative;
}
.store-manager .store-code .page-text .page-code {
    position: absolute;
    width: 120px;
    height: 0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-image: url('../images/ewm-x.png');
    background-repeat: no-repeat;
    background-size: 120px 127px;
    background-position: center bottom;
    top: -120px;
    left: -45px;
    /* transition: all 0.3s; */
    opacity: 0;
    overflow: hidden;
}
.store-manager .store-code .page-text .page-code img {
    width: 89px;
    height: 89px;
    opacity: 1;
}
.store-manager .store-code .code-item:hover .page-code {
    opacity: 1;
    top: -140px;
    height: 135px;
}



@media only screen and (max-width:1400px){

    .store-manager .sm-title {
        margin-top: 40px;
    }

    .store-manager .sm-sub {
        margin-top: 25px;
    }
    .store-manager .smgvd-x {
        margin-top: 70px;
    }
    .store-manager .store-item-box {
        margin-top: 80px;
    }
    .store-manager .store-item .smi-img {
        height: 80px;
    }
} 

@media only screen and (max-width:1200px){

    .store-manager .sm-title {
        margin-top: 30px;
    }

    .store-manager .sm-sub {
        margin-top: 15px;
    }
    .store-manager .smgvd-x {
        margin-top: 50px;
    }
    .store-manager .store-item-box {
        margin-top: 60px;
    }
    .store-manager .store-item .smi-img {
        height: 70px;
    }
}  
@media only screen and (max-width:767px){

    .store-manager .sm-title {
        margin-top: 20px;
    }

    .store-manager .sm-sub {
        margin-top: 15px;
    }
    .store-manager .smgvd-x {
        margin-top: 30px;
    }
    .store-manager .store-item-box {
        margin-top: 20px;
    }
    .store-manager .store-item {
        width:50%;
        margin-top: 30px;
    }
    .store-manager .smi-intro {
        margin-top: 18px;
    }
    .store-manager .store-code {
        padding: 50px 0px;
        text-align: center;
    }
    .store-manager .sm-code-text {
        width: 100%;

    }
    .store-manager .sm-code {
        padding-top: 20px;
        width: 100%;
        -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center;
    }
    .store-manager .store-code .code-item {
        margin-left: 25px;
        padding-right: 20px;
    }
    .store-manager .store-item .smi-img {
        height: 60px;
    }
}





/*  云超门店数字化经营平台视频  */
.retail-video .cm-btn {
   padding-top: 174px;
   margin-bottom: 14px;
}

@media only screen and (max-width:1400px){

    .retail-video .cm-btn {
        padding-top: 154px;
        margin-bottom: 0px;
     }

}    

@media only screen and (max-width:1200px){

    .retail-video .cm-btn {
        padding-top: 124px;
     }

}
@media only screen and (max-width:767px){

    .retail-video .cm-btn {
        padding-top: 50px;
     }

}

/* 机器人系列产品 */
@media only screen and (max-width:1200px){
    .ic-robot-flex .item:first-child .x{
        padding-left: 20px;
    }
    .ic-robot-flex .item:nth-child(2) .x{
        padding-left: 17px;
    }
    .ic-robot-flex .item:nth-child(3) .x{
        padding-left: 20px;
    }
    .ic-robot-flex .item:last-child .x{
        padding-left: 20px;
    }
}

@media only screen and (max-width:414px){
    .smg-pubdesc {
        font-size: 13px;
    }

}



/* 垂直行业 */
.ver-industry .fm-dwt-flex {
    margin-top: 70px;
}
.ver-industry .smg-pubtit {
    text-align: left;
    position: relative;
    left:-0.5em;
    padding-bottom: 8px;
}
.ver-industry .page-img {
    padding-right: 4%;
}
.ver-industry .page-img img {
   width: 100%;
}
.ver-industry .page-text {
    padding-left: 4.5%;
}
.ver-industry .page-text p {
    line-height: 2.0625;
}
.ver-industry  .page-more {
    padding: 32px 0px 0px 20px;
}
.ver-industry .ver-ind-item {
    padding-bottom: 106px;
}
.ver-industry .ver-ind-item:nth-child(2n) .row {
    -webkit-flex-direction:row-reverse; -ms-flex-direction:row-reverse;  flex-direction:row-reverse;
}
.ver-industry .ver-ind-item:nth-child(2n) .page-text {
    padding-left: 0.8%;
}
.ver-industry .ver-ind-item:nth-child(2n) .page-img {
    padding-right: 0px;
    padding-left: 4%;
}


@media only screen and (max-width:1200px){
    .ver-industry .ver-ind-item {
        padding-bottom: 80px;
    }
    .ver-industry .page-text {
        padding-left: 2%;
    }
}

@media only screen and (max-width:767px){
    .ver-industry .fm-dwt-flex {
        margin-top: 3rem;
    }
    .ver-industry .row {
        -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap:wrap;
    }
    .ver-industry .page-text  {
        padding: 1rem 0px 0px;
    }
    .ver-industry .smg-pubtit {
        padding:0px;
        margin-top: 1rem;
        margin-bottom: 0.8rem;
    }
    .ver-industry .page-more {
        text-align: left;
        padding-top: 2rem;
    }
    .ver-industry .page-img {
        padding: 0px;
    }
    .ver-industry .ver-ind-item {
        padding-bottom: 3.7rem;
    }
    .ver-industry .ver-ind-item:nth-child(2n) .page-text {
        padding-left: 0;
    }
    .ver-industry .page-more {
        padding-left: 1.1rem;
    }
}   


/* saas-partners */
.saas-partners {
    padding: 58px 0px 128px;
}
.saas-partners .smg-pubtit {
    margin-bottom: 62px;
}
.saas-partners .saas-con {
    background:#eef4fb;
    padding: 78px 0px 68px;
}
.saas-partners .saas-con img {
    max-width: 100%;
}
.saas-partners .phone-img {
    display: none;
}


@media only screen and (max-width:1200px){
    .saas-partners {
        padding-top: 30px;
        padding-bottom: 100px;
    }
    .saas-partners .smg-pubtit {
        margin-bottom: 50px;
    }

}
@media only screen and (max-width:767px){
    .saas-partners {
        padding-top: 0px;
        padding-bottom:3rem;
    }
    .saas-partners .smg-pubtit {
        margin-bottom: 30px;
    }
    .saas-partners .saas-con {
        padding: 0px 0px;
    }
    .saas-partners .phone-img {
        display: block;
    }
    .saas-partners .pc-img {
        display: none;
    }

    .pcvideo-x {
        z-index: 999999;
    }
}




/* 外卡服务 */
.banner-product-5 .bli-title {
   color: #fff;
   /* text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.75); */
}

.banner-solution-3 .bli-title {
    text-shadow:none;
}


/* wk-service 外卡服务能力 */
.wk-service {
    padding: 62px 0px;
}
.wk-service .sc-sub {
    margin-top: 27px;
    line-height: 1.75;
    text-align: center;
 }
 .wk-service .sc-item-box {
    margin-top: 22px;
 }
 .wk-service   .sc-item {
    margin-top: 40px;
 }
 .wk-service  .sci-title {
    padding-top: 26px;
 }
 .wk-service   .sci-intro {
    line-height: 1.667;
    margin-top: 10px;
}
.wk-service   .sc-item .sci-img {
   height: 90px;
}
.wk-service   .sc-item .sci-img img {
    max-width: 100%;
    max-height: 100%;
}



@media only screen and (max-width:1400px){

    .wk-service {
        padding: 60px 0px;
    }
    .wk-service .sc-title {
        margin-top: 26px;
    }

    .wk-service .sc-sub {
        margin-top: 42px;
    }
    .wk-service .sc-item-box {
        margin-top: 84px;
     }
     .wk-service   .sc-item {
        margin-top: 30px;
     }
     .wk-service  .sci-title {
        padding-top: 16px;
     }
} 

@media only screen and (max-width:1200px){

    .wk-service {
        padding: 40px 0px;
    }
    .wk-service .sc-title {
        margin-top: 16px;
    }

    .wk-service .sc-sub {
        margin-top: 30px;
    }
    .wk-service .sc-item-box {
        margin-top: 60px;
     }
     .wk-service   .sc-item {
        margin-top: 20px;
     }
}  
@media only screen and (max-width:767px){
    .wk-service   .sc-item {
       width: 50%;
     }
}

@media only screen and (max-width:414px){

    .wk-service {
        padding: 30px 0px;
    }
    .wk-service .sc-title {
        margin-top: 10px;
    }

    .wk-service .sc-sub {
        margin-top: 20px;
    }
    .wk-service .sc-item-box {
        margin-top: 40px;
     }
     .wk-service   .sc-item {
        margin-top: 10px;
     }
}    



/* wk-org-qualifications 组织会员资质*/
.wk-org-qualifications {
    padding: 68px 0px 40px;
}
.wk-org-qualifications .page-con {
    padding: 93px 0px;
}
.wk-org-qualifications .page-con img {
    max-width: 100%;
}

@media only screen and (max-width:1400px){
    .wk-org-qualifications {
        padding: 50px 0px 30px;
    }
    .wk-org-qualifications .page-con {
        padding: 70px 0px;
    }

}    
@media only screen and (max-width:1200px){
    .wk-org-qualifications {
        padding: 40px 0px 20px;
    }
    .wk-org-qualifications .page-con {
        padding: 50px 0px;
    }

} 

@media only screen and (max-width:767px){
    .wk-org-qualifications {
        padding: 70px 0px 50px;
    }
    .wk-org-qualifications .page-con {
        padding: 50px 0px;
    }

}

@media only screen and (max-width:414px){
    .wk-org-qualifications {
        padding: 50px 0px 30px;
    }
    .wk-org-qualifications .page-con {
        padding: 40px 0px;
    }

}

/* wk-key-areas 覆盖重点领域*/
.wk-key-areas {
    padding: 0px 0px 188px;
}
.wk-key-areas .page-item-box {
    margin: 0px -8px;
    padding-top: 54px;
}
.wk-key-areas .page-item {
   width: 20%;
   margin-top: 20px;
}
.wk-key-areas .page-item .page-con {
   margin:0px 6.5px;
   position: relative;
}
.wk-key-areas .page-imgbg {
    padding-bottom: 69.68%;
}
.wk-key-areas .page-item .page-text {
    position: absolute;
    left: 0px;
    top:0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.35);
}
.wk-key-areas .page-item .page-tit {
    color: #fff;
    margin-top: 2px;
}
.wk-key-areas .page-item .page-ico {
    height: 54px;
    position: relative;
    margin-bottom: 6px;
}
.wk-key-areas .page-item .page-ico img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0px;
    top:0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

@media only screen and (max-width:1400px){
    .wk-key-areas {
        padding: 0px 0px 160px;
    }
    .wk-key-areas .page-item-box {
        padding-top: 44px;
    }
    .wk-key-areas .page-item .page-ico {
        height: 44px;
    }

}  
@media only screen and (max-width:1200px){
    .wk-key-areas {
        padding: 0px 0px 140px;
    }
    .wk-key-areas .page-item-box {
        padding-top: 40px;
    }
    .wk-key-areas .page-item .page-ico {
        height: 34px;
    }

} 
@media only screen and (max-width:767px){
    .wk-key-areas .page-item {
        width: 50%;
     }
     .wk-key-areas {
        padding: 0px 0px 60px;
    }
    .wk-key-areas .page-item-box {
        padding-top: 10px;
    }
    .wk-key-areas .page-item {
        margin-top: 13px;
    }
    .wk-key-areas .page-item .page-ico {
        height: 2.75rem;
    }

    .wk-key-areas .page-item .page-tit {
        font-size:1rem;
    }
    .wk-key-areas .page-imgbg {
        padding-bottom: 80%;
    }
}



.phone-show {
    display: none;
}
.phone-hide {
    display: block;
}

@media only screen and (max-width:767px){
    .phone-show {
        display: block;
    }
    .phone-hide {
        display: none;
    }
}


/* aec-page  数字门店详情 */
.showmorecity {
    background-repeat: repeat-x;
}
.aec-page {
    padding: 82px 0px 186px;
}
.aec-page .emp-search .page-search {
   max-width: 300px;
   width: 100%;
   border: 2px solid #afe3f8;
   border-radius: 10px;
   padding: 0px 60px 0px 28px;
   position: relative;
}
.emp-search {
    padding: 10px 0px 27px;
}
.emp-search .page-search input {
    width: 100%;
    border: none;
    height: 34px;
    line-height: 34px;
}
.emp-search .page-search .page-btn {
    position: absolute;
    top:-1px;
    right: -1px;
    bottom: -1px;
    width: 48px;
    border: none;
    background:#53c4ef url(../images/public/search01.png) no-repeat center center/22px auto;
    border-radius: 0px 10px 10px 0px;
}


/* pro-emp-list */
.pro-emp-list .emp-list-lf {
   width: 184px;
   margin-right: 20px;
   background: #f9fbff;
   box-shadow: inset 0px 0px 10px #dfe8f6;
   border-radius: 10px;
   padding: 1px;
}

.pro-emp-list .emp-list-lf .page-tit {
   background: linear-gradient(to top, #009be8, #26d3f8);
   border-radius: 10px;
   height: 49px;
   line-height: 49px;
   color: #fff;
}
.pro-emp-list .emp-list-lf .page-list {
    padding: 10px 3px 9px 12px;
}
.pro-emp-list .emp-list-lf .page-con {
   height: 538px;
   overflow-y: auto;
   padding-right: 8px;
}
.pro-emp-list .emp-list-lf .page-con span {
    display: block;
    line-height: 2.22;
    color: #666;
    cursor: pointer;
    border-radius: 10px;
    margin-top: 17px;
    transition: all 0.3s;
}
.pro-emp-list .emp-list-lf .page-con span.on,
.pro-emp-list .emp-list-lf .page-con span:hover {
    background: linear-gradient(to top, #009be8, #26d3f8);
    color: #fff;
}

.pro-emp-list .emp-list-rt {
    background: #f9fbff;
    box-shadow: inset 0px 0px 10px #dfe8f6;
    border-radius: 10px;
    padding: 10px 3px 10px 40px;
 }
 .pro-emp-list .emp-list-rt .page-con {
    height: 585px;
    overflow: hidden;
    overflow-y: auto;
    padding: 31px 0px;
 }
 .pro-emp-list .emp-list-rt .page-item {
    position: relative;
    width: 33.33%;
    cursor: pointer;
 }
 .pro-emp-list .emp-list-rt .page-popup {
    z-index: 5;
    position: absolute;
    left: 60px;
    bottom: 80%;
    height: 0;
    width: 154px;
    background: url(../images/public/emp-list-bg03.png) no-repeat center center/100% 100%;
    padding: 5px 8px 17px 6px;
    opacity: 0;
    transition: all 0.3s;
}
.pro-emp-list .emp-list-rt .page-item.up .page-popup {
    bottom: auto;
    top:80%;
    background: url(../images/public/emp-list-bg04.png) no-repeat center center/100% 100%;
    padding: 17px 6px 5px 8px;
}
.pro-emp-list .emp-list-rt .page-sub {
    background: url(../images/public/emp-list-ico01.png) no-repeat left 20px/21px auto;
    padding:18px 34px;
    line-height: 1.75;
}
.pro-emp-list .emp-list-rt .page-popup img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro-emp-list .emp-list-rt .page-item:hover .page-sub {
    color: #00b9f1;
}
.pro-emp-list .emp-list-rt .page-item:hover .page-popup {
    height: 162px;
    opacity: 1;
}


@media only screen and (max-width:767px){

    .aec-page {
        padding: 40px 0px;
    }

    .pro-emp-list .emp-list-lf { 
        width: 172px;
        margin-right: 14px;
    }
    .pro-emp-list .emp-list-rt .page-item { 
        width: 100%;
    }
    .aec-page .emp-search .page-search {
        max-width: 100%;
    }
    .pro-emp-list .emp-list-rt .page-con {
        padding: 20px 0px;
    }
    .pro-emp-list .emp-list-rt .page-popup {
        left:20px;
    }
}

@media only screen and (max-width:480px){

    .pro-emp-list .emp-list-lf { 
        width: 120px;
        margin-right: 10px;
    }
    .pro-emp-list .emp-list-lf .page-list {
        padding-left: 5px;
    }
    .pro-emp-list .emp-list-rt {
        padding-left: 20px;
    }
    .pro-emp-list .emp-list-rt .page-sub {
        padding-right: 10px;
    }

}
@media only screen and (max-width:414px){
    .emp-search {
        padding-top: 0px;
    }
    .pro-emp-list .emp-list-lf { 
        width: 100px;
    }
}

.aec { margin-top:118px;margin-bottom:118px;}
.aec .asix-a a { display:inline-block; margin-top:33px; }
.aec .aec-img {
    width: 46%;
}
.aec .aec-info {
    padding-left: 7.7%;
}


@media only screen and (max-width: 767px) {
    .ver-industry .ver-ind-item:nth-child(2n) .page-img {
        padding-left:0px;
    }
    .ver-industry .aec-info-a a i {
        position:relative;top:1px;
    }
    .aec { margin-top:3rem;margin-bottom:3rem;}
    .aec .aec-img {
        width: 100%;
    }
    .aec .aec-info {
        padding-left: 0px;
    }
    
}

@media only screen and (min-width: 2560px) {
    .smgvd  .smgvd-x {height:auto;}
}


.w-numrmb-payment .w-numrmb-index-row {
    height: 100%;
}

.w-numrmb-payment .w-numrmb-payments-main {
   line-height: 1.625;
   padding-top: 26px;
}
.w-numrmb-payment .w-numrmb-payments-title {
    text-shadow: 2px 3px 6px rgba(0,0,0,0.75)!important;
}



@media only screen and (min-width: 1025px) and (max-width: 1200px){
    .w-numrmb-payment .w-numrmb-index-title {
        padding-top: 0px;
    }
    .w-numrmb-payment .w-numrmb-index-main {
        padding-bottom: 0px;
    }

}



.ab-contact-box .ab-contact-list {
    width: 50%;
}

@media only screen and (max-width: 768px){
    .ab-contact-box .ab-contact-list {
        width: 100%;
    }
    .ab-contact-box .about-4-intro {
        padding-bottom: 3rem;
    }
    .ab-contact-box .ab-contact-list:last-child .about-4-intro {
        padding-bottom: 0px;
    }
    .w-numrmb-payment .w-numrmb-payments-main {
        padding-top: 0.75rem;
    }
    

}



.ht-15 {
    height: 15px;
}

/*********page-commerce-list***********/
.page-commerce-list .cm-btn {
    padding-top: 40px;
}


@media only screen and (max-width: 768px){
    .page-commerce-list .cm-btn {
        padding-top: 0px;
    }
}

/* 关于我们 */
.bn-about .banner-lm-item {
   height: 300px;
}

/* 新闻中心 */
.bn-news .banner-lm-item {
    height: 300px;
 }


 .pagination>li>a, .pagination>li>span {
    padding: 3px 9px;
 }


 /* 中小银行 */
 .ic-zxyh .smg-tit {
    padding-bottom: 5px;
 }
 .ic-zxyh .smg-desc {
    padding-bottom: 29px;
 }
 @media screen and (max-width: 768px) {
    .ic-zxyh {
        top:0px;
    }
    .ic-zxyh .smg-tit {
        font-size: 1.2rem;
        padding: 0px;
        margin: 2rem 0px 0.3rem;
    }
    .ic-zxyh .smg-desc {
        font-size: 1rem;
        padding-bottom: 0.5rem;
    }
    .ic-zxyh-4 {
        padding-top: 0px;
    }
    .ht-15 {
        height: 9px;
     }
}


@media only screen and (min-width:1921px){
    .fnt-22 {
        font-size: 20px;
    }
    .btn-blue {
        font-size: 16px;
        padding: 6px 40px;
        border-radius:0px 12px 0px 12px;
    }
    .w-numrmb-index .w-numrmb-index-logo img {
        max-width: 550px;
        width: 100%;
    }
    .w-numrmb-index .w-numrmb-index-logo {
        padding-top: 36px;
    }
    .shopupgrade .container-fluid {
        max-width: 1200px;
        margin: 0px auto;
    }
    .wcanpay-item {
        height: 680px;
        background-size: cover;
    }
    
}    
