* {
    margin: 0;
    padding: 0;
}

html,body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: #222222;
}
li {
    list-style: none;
}
.rightArrowIcon {
    display: inline-block;
    width: 12px;
    height: 8px;
    background-image: url('../assets/footer/icon_xlwm.png');
    background-size: 100% 100%;
    margin-left: 6px;
}
.titleSameName {
    font-weight: bold;
    font-size: 36px;
    color: #222222;
    text-align: center;
    margin-bottom: 80px;
}
.headerItem {
    position: relative;
}
.topHeader .leftPart  .headerItem.nowCurrent>a{
    color: #3470FF;
}
.topHeader .leftPart  .headerItem.nowCurrent {
    color: #3470FF;
}
.topHeader .leftPart  .headerItem.nowPage {
    color: #3470FF;
}
.topHeader .leftPart  .headerItem.nowPage>a{
    color: #3470FF;
}
.moreDownModal {
    width: 100%;
    position: absolute;
    left: 0;
    top: 64px;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #E6E6E6;
    padding-top: 20px;
    display: none;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.08);
    /* max-height: 700px;
    overflow-y: auto; */
}
.downPopContainer {
   padding: 0 220px 77px;
}
.modalStepPart {
    margin-bottom: 20px;
}
.modalStepPart .title{
    font-size: 20px;
    color: #222222;
}
.modalStepPart .title img {
    vertical-align: middle;
    margin-right: 18px;
    position: relative;
    top: -2px;
    display: inline-block;
    width: 22px;
    height: 22px;
}
.modalStepPart .bottomDesignStep {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 40px;
    background: #F7F9FF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid rgba(52, 112, 255, 0.2);
}
.stepItemTop {
    width: 17.5%;
    margin-right: 30px;
    cursor: pointer;
    box-sizing: border-box;
    padding: 13px 0px 13px 26px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.stepItemTop .hotProductIcon {
    display: inline-block;
    width: 30px;
    height: 15px;
    background-image: url('../assets/img_hot.png');
    background-size: 100% 100%;
    position: relative;
    top: -5px;
    right: 2px;
}
.stepItemTop  .newProductIcon {
    background-image: url('../assets/img_new.png');
}
.stepItemTop img {
    vertical-align: middle;
    margin-right: 16px;
    display: inline-block;
    width: 30px;
    height: 30px;
}
.stepItemTop span {
    font-size: 18px;
}
.stepItemTop:hover a{
    color: #3470FF;
}
.contactTipDialog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 9999;
    display: none;
}
.tipCenterBox{
    background: linear-gradient( 359deg, #F1F5FF 0%, #FFFFFF 100%);
    border-radius: 10px 10px 10px 10px;
    padding: 30px 35px;
    width: 280px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 14px;
    color: #222222;
}
.tipCenterBox img {
    display: block;
    width: 140px;
    height: 128px;
    margin: 0 auto;
}
.tipCenterBox div {
    line-height: 26px;
    position: relative;
    top: -20px;
}
.sameModalContact {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 9999;
    display: none;
}
.mainModalContent {
    /* width: 400px;
    height: 480px; */
    aspect-ratio: 400/480;
    background-image: url('../assets/img_bg.png');
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.mainModalContent .title {
    font-weight: bold;
    font-size: 24px;
    color: #222222;
    margin-top: 34px;
}
.centerWhitePop{
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 1px rgba(52,112,255,0.1);
    border-radius: 10px 10px 10px 10px;
    padding: 25px 31px 20px 31px;
    margin: 26px 44px 0;
}
.qurcodeContactImg {
    width: 216px;
    height: 216px;
    background-image: url('../assets/img_qurcode.png');
    background-size: 100% 100%;
    margin: 0 auto;
}
.centerWhitePop .phoneIcon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../assets/icon_lxdh1.png');
    background-size: 100% 100%;
    vertical-align: middle;
}
.infoPhone{
    margin-top: 20px;
}
.mainModalContent .closeIcon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('../assets/icon_close.png');
    background-size: 100% 100%;
    position: absolute;
    right: 30px;
    top: 30px;
}
.rightFixedPart {
    position: fixed;
    bottom: 122px;
    right: 40px;
    display: flex;
    z-index: 100;
    /* transform: translateY(-50%) */
}
.rightFixedPart .navMainPart>div {
    position: relative;
    border-radius: 50%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .2);
}
.serviceIcon {
    display: block;
    width: 52px;
    height: 52px;
    background-image: url('../assets/icon_kefu1.png');
    background-size: 100% 100%;
    margin-bottom: 20px;
    cursor: pointer;
}
.serviceIcon.active {
    background-image: url('../assets/icon_kefu.png');
}
.publicServiceIcon{
    display: block;
    width: 52px;
    height: 52px;
    background-image: url('../assets/icon_gzh1.png');
    background-size: 100% 100%;
    margin-bottom: 20px;
    cursor: pointer;
}
.publicServiceIcon.active {
    background-image: url('../assets/icon_gzh.png');
}
.backTopIcon{
    display: none;
    width: 52px;
    height: 52px;
    background-image: url('../assets/icon_zhiding1.png');
    background-size: 100% 100%;
    cursor: pointer;
}
.backTopIcon:hover {
    background-image: url('../assets/icon_zhiding.png');
}
.wechatServiceModal { 
    width: 240px;
    height: 270px;
    background: #fff;
    border-radius: 10px;
    /* background-image: url('../assets/img_bg_pop.png');
    background-size: 100% 100%; */
    position: absolute;
    right: 70px;
    bottom: -15px;
    z-index: 99;
    box-sizing: border-box;
    padding-top: 22px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    display: none;
}
.wechatServiceModal .title {
    font-size: 18px;
    color: #222222;
    text-align: center;
    margin-bottom: 10px;
}
.outBackImage {
    width: 162px;
    height: 162px;
    margin: 0 auto;
    background-image: url('../assets/img_bg_ewmBack.png');
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 11px;
}
.outBackImage .qurcodeImg {
    display: block;
    width: auto;
    height: auto;
    background-image: url('../assets/img_qurcode.png');
    background-size: cover;
    aspect-ratio: 1/1;
}
.publicServiceModal .outBackImage .qurcodeImg {
    background-image: url('../assets/img_ewmPublic.jpg');
}
.phoneNumber{
    font-size: 14px;
    color: #222222;
    text-align: center;
    margin-top: 12px;
}
.publicServiceModal .phoneNumber {
    color: #4D4F74;
}
.angleIcon {
    display: inline-block;
    width: 10px;
    height: 16px;
    background-image: url('../assets/img_sanjiao.png');
    background-size: 100% 100%;
    position: absolute;
    right: -10px;
    bottom: 35px;
}

/* 整体滚动条样式 */
::-webkit-scrollbar {
    width: 6px; /* 滚动条宽度 */
    height: 6px; /* 滚动条高度 */
}
 
/* 滚动条轨道样式 */
::-webkit-scrollbar-track {
    background: #f1f1f1; /* 轨道颜色 */
}
 
/* 滚动条滑块样式 */
::-webkit-scrollbar-thumb {
    background: transparent; /* 滑块颜色 */
    border-radius: 6px; /* 滑块圆角 */
}
 
/* 滑块悬停样式 */
::-webkit-scrollbar-thumb:hover {
    background: #555; /* 滑块悬停颜色 */
}

.pageCenterItemDropDown {
    position: absolute;
    width: 100px;
    height: 100px;
    left: -7px;
    top: 40px;
    background: #fff;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.08);
    border-radius: 3px;
    display: none;
    box-sizing: border-box;
    padding: 10px 0;
}
.pageCenterItemDropDown a {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    border-radius: 3px
}
.pageCenterItemDropDown a:first-child {
    margin-bottom: 20px;
}
.pageCenterItemDropDown a:hover {
    color: #3470FF;
}
.pageCenterItemDropDown a.currentPage {
    color: #3470FF;
}

@media screen and (min-width: 2000px) {
    .stepItemTop {
        margin-right: 0;
        width:14% ;
    } 
}

@media screen and (max-width: 1680px){
    .stepItemTop {
        width: 27%;
    }
    .moreDownModal {
        max-height: 700px;
        overflow: auto;
    }
}



   /* 全屏遮罩层 */
   .fullscreen-loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    /* display: none; */
  }
  .loadingImg{
    display: inline-block;
    width: 60px;
    height: 60px;
  }
  /* 加载动画容器 */
  .loading-spinner {
    width: 50px;
    height: 50px;
  }
  
  /* 旋转动画 */
  .spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  /* 加载文字 */
  .loading-text {
    color: white;
    margin-top: 20px;
    text-align: center;
  }


  .dot-wave {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  
  .dot-wave__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    animation: dot-wave 1.4s ease-in-out infinite;
    transition: all .8s linear;
  }
  
  .dot-wave__dot:nth-child(1) { animation-delay: 0s; }
  .dot-wave__dot:nth-child(2) { animation-delay: 0.2s; }
  .dot-wave__dot:nth-child(3) { animation-delay: 0.4s; }
  
  @keyframes dot-wave {
    0%, 60%, 100% { transform: translateY(0); }
    30% { transform: translateY(-15px); }
  }