@charset "UTF-8";

/* 头部样式 */
.zx-header{
    height: 90px;
    background-color: #ffffff;
}
.zx-logo{
    width: 220px;
    height: 50px;
}
.zx-logo img{
    width: 220px;
    height: 50px;
}
.zx-header .zx-header-item{
    font-size: 14px;
    font-weight: 500;
    color: #333;
    padding: 0 35px;
}
.zx-header .zx-header-item:last-child{
    padding-right: 0;
}
.zx-header-item .icon-right{
    font-size: 13px;
}
.zx-header-item-10{
    width: 10px;
    margin-left: 10px;
}

/* 内容样式 */
.zx-con{
    margin-top: 50px;
}
.zx-con .zx-con-le{
    width: 877px;
    height: 598px;
    padding: 50px 50px 34px;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px 0px rgba(191,198,229,0.1);
    border-radius: 20px;
}
.zx-con .zx-con-rg{
    width: 302px;
    height: 598px;
    background: #FFFFFF;
    border-radius: 15px;
}

.zx-con-tp .tp-box-le .tp-le{
    width: 101px;
    height: 101px;
    position: relative;
}
.zx-con-tp .tp-box-le .tp-le .tp-le-img{
    width: 101px;
    height: 101px;
    border-radius: 10px;
    display: block;
}
.zx-con-tp .tp-box-le .tp-le .tp-le-zx{
    width: 50px;
    height: 20px;
    position: absolute;
    bottom: -10px;
    left: 25px;
}
.zx-con-tp .tp-box-le .tp-ce{
    font-weight: 400;
    font-size: 16px;
    color: #707070;
    margin-left: 20px;
}
.zx-con-tp .tp-box-le .tp-ce .tp-ce—tle{
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    margin-bottom: 17px;

}
.zx-con-box-cn{
    position: relative;
}

.zx-con-cn{
    width: 100%;
    height: 282px;
    padding: 15px;
    font-size: 14px;
    line-height: 22px;
    background: #F3F4F9;
    border-radius: 15px;
    margin-top: 45px;
    border: none;
    resize: none;
    outline: none;
}
.zx-con-cn-num{
    font-size: 14px;
    color: #C1C1C1;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.zx-con-bmbox{
    font-size: 14px;
    color: #707070;
    margin-top: 35px;
}
.zx-con-bmbox .zx-con-xinxi .icon-suo{
    color: #8d8d8d;
    margin-right: 5px;
    font-size: 20px;
}
.zx-con-bmbox .zx-con-btn{
    width: 230px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #4153DA;
    border-radius: 23px;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    position: relative;
}
    /* 鼠标浮动时显示的遮罩 */
    .zx-con-bmbox .zx-con-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.1);
        opacity: 0;
        transition: opacity 0.3s ease;
        pointer-events: none;
      }
.zx-con-bmbox .zx-con-btn:hover::before {
    opacity: 1;
  }

  .zx-con-rg{
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
  }
  .zx-con-rg .zx-con-rg-tiele{
    font-size: 18px;
    color: #333333;
    margin-top: 45px;
  }
  .zx-con-rg .zx-con-rg-img{
    width: 78px;
    height: 61px;
    margin: 45px 0 25px;
  }
  .zx-con-rg .zx-con-rg-img2{
    width: 63px !important;
  }
  .zx-con-rg .zx-con-rg-img3{
    width: 58px;
    height: 60px;
  }


  /* 错误信息提示 */
   #error-message {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #4d4d4d;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    display: none;
    font-size: 16px;
    z-index: 99999;
  }


  /* 弹窗样式 */
  .norPop{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 1000;
    display: none;
  }
  .norPop .pop_box{
    position: fixed;
    left: 50%;
    top: 50%;
    width: 352px;
    height: 260px;
    background-color: #fff;
    transform: translate(-50%,-50%);
    border-radius: 20px;
  }
  .norPop .pop_box .login_pop{
    padding: 20px 32px;
  }
  .norPop .pop_box .login_pop .tl {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: 25px;
}
.norPop .pop_box .login_pop .form_main {
    margin-bottom: 30px;
}
.norPop .pop_box .login_pop .form_main .item {
    display: flex;
    padding: 25px 0;
    height: 24px;
    align-items: center;
    border-bottom: 1px solid #eaebed;
    font-size: 16px;
}
.norPop .pop_box .login_pop .form_main .inputTxt {
    display: block;
    flex: 1;
    font-size: 16px;
    color: #333;
    background-color: #ffffff !important;

}


.norPop .pop_box .login_pop .form_main .mes {
    width: 100px;
    text-align: right;
    color: #e61;
    font-size: 16px;
    cursor: pointer;
}
.norPop .pop_box .login_pop .form_main .zxdisabled{
    color: #a2a2a2 !important;
    cursor: not-allowed;
}
 .login_pop .form_btn {
    margin-bottom: 30px;
}
.login_pop .form_btn .dis-btn {
    opacity: .3;
}
.login_pop .form_btn .btn {
    display: block;
    width: 100%;
    height: 40px;
    background: #3887f5;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 20px;
    cursor: pointer;
    transition: .4s;
    border: none;
}

.norPop .pop_close {
    position: absolute;
    top: 24px;
    right: 18px;
    font-size: 15px;
    color: #999999;
    cursor: pointer;
    transition: .6s;
}
.norPop .pop_close:hover {
    transform: rotate(180deg); /* 旋转 360 度 */
  }


  /* 省市区样式 */
     /* 基本样式 */
     .tp-rg{
        font-size: 13px;
        color: #666666;
     }
     .tp-rg-select{
        position: relative;
        cursor: pointer;
     }
     .zx-select-button .icon-unfold{
        font-size: 12px;
        color: #6f6f6f;
        margin-left: 5px;
     }
     .zx-city-button .icon-unfold{
        font-size: 12px;
        color: #6f6f6f;
        margin-left: 5px;
     }

     .zx-select-options{
        width: 130px;
        max-height: 180px;
        border-radius: 4px;
        border: 1px solid #dadde8;
        background-color: #fff;
        box-shadow: 0px 4px 14px 0px rgb(108 108 108 / 20%);
        position: absolute;
        overflow: auto;
        top: 36px;
        left: 0;
        right: 0;
        padding: 0;
        z-index: 90;
        display: none;
}
 .zx-city-options{
            width: 130px;
            max-height: 180px;
            border-radius: 4px;
            border: 1px solid #dadde8;
            background-color: #fff;
            box-shadow: 0px 4px 14px 0px rgb(108 108 108 / 20%);
            position: absolute;
            overflow: auto;
            top: 36px;
            left: 0;
            right: 0;
            padding: 0;
            z-index: 90;
            display: none;
        }
    .zx-select-option{
        padding: 6px 12px;
        line-height: 18px;
        font-size: 12px;
        color: #5a626e;
    }
    .zx-city-option{
        padding: 6px 12px;
        line-height: 18px;
        font-size: 12px;
        color: #5a626e;
    }
    .zx-select-option:hover{
        background-color: #f3f4f8;
        cursor: pointer;
    }
    .zx-city-option:hover{
        background-color: #f3f4f8;
        cursor: pointer;
    }
     /* 设置滚动条宽度 */
     .zx-select-options::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }
    .zx-city-options::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }
      /* 滚动条轨道 */
      .zx-select-options::-webkit-scrollbar-track {
        background-color: #dddddd;
        border-radius: 6px;
      }
    .zx-city-options::-webkit-scrollbar-track {
        background-color: #dddddd;
        border-radius: 6px;
      }

      /* 滚动条滑块 */
      .zx-select-options::-webkit-scrollbar-thumb {
        background-color: #bbb;
        border-radius: 8px;
    }
          /* 滚动条滑块 */
    .zx-city-options::-webkit-scrollbar-thumb {
            background-color: #bbb;
            border-radius: 8px;
        }

      /* 滑块悬停时 */
      .zx-select-options::-webkit-scrollbar-thumb:hover {
        background-color: #ddd;
      }
    .zx-city-options::-webkit-scrollbar-thumb:hover {
        background-color: #ddd;
      }
