.nh-overflow {
    overflow: scroll;
}

.jinzhita-wrap {
    width: 100%;
    min-height: 100%;
    min-width: 1200px;
    position: relative;
}

/** 背景色 **/
.nh-bg__fff {
    background: #fff;
}

.nh-bg__fafafa {
    background: #fafafa;
}

/** 浮动 **/
.nh-float__left {
    float: left;
}

.nh-float__right {
    float: right;
}

/** 字体设置 **/
.nh-font__14_999_left {
    font-size: 14px;
    color: #999;
    text-align: center;
}

.nh-font__14_333_left {
    font-size: 14px;
    color: #333;
    text-align: center;
}

.nh-font__14_999_center {
    font-size: 14px;
    color: #999;
    text-align: center;
}

.nh-text-left {
    text-align: left;
}

.nh-font__16_282828 {
    font-size: 16px;
    color: #282828;
}

.nh-font__14_197ae6 {
    font-size: 14px;
    color: #197ae6;
}

.nh-font__20_333 {
    font-size: 20px;
    color: #333;
}

.nh-font__16_333 {
    font-size: 16px;
    color: #333;
}

/** 内边距 **/
.nh-pad__r20 {
    padding-right: 20px;
    box-sizing: border-box;
}

/** 外边距 **/
.nh-mar__t8 {
    margin-top: 8px;
}

/** 超出省略号 **/
.overflowEllipsis_1,
.overflowEllipsis_2,
.overflowEllipsis_3,
.overflowEllipsis_5,
.overflowEllipsis_6 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
}

.overflowEllipsis_1 {
    -webkit-line-clamp: 1;
}

.overflowEllipsis_2 {
    -webkit-line-clamp: 2;
}

.overflowEllipsis_3 {
    -webkit-line-clamp: 3;
}

.overflowEllipsis_5 {
    -webkit-line-clamp: 5;
}

.overflowEllipsis_6 {
    -webkit-line-clamp: 6;
}

/** 输入框 **/
.nh-input,
.nh-select {
    margin-left: 40px;
    height: 40px;
}

.nh-input .nh-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px 0 5px;
    width: 100%;
}

/** 下拉选择列表 **/
.nh-select .nh-select__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    width: 100%;
}

/** 按钮 **/
.nh-btn {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #dcdcdc;
    background: #fff;
    outline: none;
    font-size: 14px;
    color: #282828;
    padding: 0;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.nh-btn.nh-btn__primary {
    border: none;
    background-color: #197ae6;
    color: #fff;
}

/** 公共样式 **/
.background_img_cover,
.background_img_contain {
    background-repeat: no-repeat;
    background-position: center;
}

.background_img_cover {
    background-size: cover;
}

.background_img_contain {
    background-size: contain;
}

/** 顶部导航栏 **/
.nh-top-bar {
    width: 100%;
    position: relative;
}

.nh-top-bar.nh-no__bg .nh-top-bg {
    display: none;
}

.nh-top-bar.nh-no__bg-img .nh-top-bg {
    background-image: none;
}

.nh-top-bar.nh-top__fixed .nh-top-center,
.nh-top-bar.nh-top__fixed .nh-top-bg {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9998;
}

.nh-top-bar .nh-top-center {
    width: 100%;
    height: 68px;
    /* background-color: #ffffff; */
    position: absolute;
    top: 8px;
    left: 0;
    z-index: 9998;
}

.nh-top-bar .nh-top-bg {
    width: 100%;
    min-width: 1200px;
    height: 80px;
    background-image: url("/v3_0/images/icon/nav_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.nh-top-bar .nh-nav-center {
    width: 100%;
    height: 100%;
    min-width: 1200px;
    max-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
}

.nh-top-bar .logo_bar {
    margin-top: 10px;
    float: left;
}

.nh-top-bar .nav_logo {
    /* width: 171px; */
    height: 44px;
    vertical-align: bottom;
}

.nh-top-bar .operation {
    height: 100%;
    line-height: 70px;
    float: right;
}

.nh-top-bar .sliceLine {
    float: left;
    border-right: 1px solid #000000;
    height: 15px;
    margin-top: 27px;
}

.nh-top-bar .operation_1,
.nh-top-bar .operation_2,
.nh-top-bar .operation_3 {
    height: 100%;
    padding: 0 20px;
    position: relative;
    float: left;
}

.nh-top-bar .operation_1 span,
.nh-top-bar .operation_2 a,
.nh-top-bar .operation_3 a {
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}

.nh-top-bar .nh-user {
    color: #fff;
    font-size: 14px;
}

.nh-top-bar .nh-out-login {
    font-weight: bolder;
    cursor: pointer;
    color: #197ae6;
}

.nh-top-bar .operation_2 a {
    color: #ff9600;
}

/** 页脚 **/
.nh-foot {
    width: 100%;
    min-width: 1200px;
    /* height: 390px; */
    background-image: url("/v3_0/images/icon/foot_bg.jpg");
    background-size: 100% 100%;
    margin-top: 50px;
}

.nh-foot .foot_center {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.nh-foot .infor_bar {
    width: 100%;
    height: 284px;
    padding-top: 45px;
    position: relative;
}

/* .nh-foot .infor_bar::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .15);
  position: absolute;
  left: 0px;
  bottom: 0px;
} */

.nh-foot .essential_info_bar {
    width: 600px;
    height: 100%;
    float: left;
}

.nh-foot .name {
    width: 470px;
    height: 67px;
    line-height: 40px;
    padding-bottom: 27px;
    font-size: 24px;
    color: #fff;
    padding-left: 60px;
    background-image: url("/v3_0/images/icon/logo_foot.png");
    background-size: 40px 40px;
    background-position: left top;
    background-repeat: no-repeat;
    position: relative;
}

/* .nh-foot .name::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(25, 122, 230, .8);
  position: absolute;
  left: 0px;
  bottom: 0px;
} */

.nh-foot .address,
.nh-foot .tel,
.nh-foot .mail {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
    padding-left: 35px;
    margin-top: 25px;
    background-repeat: no-repeat;
    background-position: left center;
}

.nh-foot .address {
    /* margin-top: 60px; */
    background-image: url("/v3_0/images/icon/address_icon.png");
    background-size: 17px 18px;
}

.nh-foot .tel {
    background-image: url("/v3_0/images/icon/tel_icon.png");
    background-size: 17px 17px;
}

.nh-foot .mail {
    background-image: url("/v3_0/images/icon/mail_icon.png");
    background-size: 19px 14px;
}

.nh-foot .qr_code_bar {
    width: 600px;
    height: 100%;
    float: right;
}

.nh-foot .qr_code_item {
    width: 115px;
    margin-right: 46px;
    float: right;
}

.nh-foot .qr_code_item:first-child {
    margin-right: 0px;
}

.nh-foot .qr_code_img {
    width: 115px;
    height: 115px;
    background: #fff;
    padding: 5px;
    vertical-align: bottom;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.nh-foot .txt {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.nh-foot .qr_code_item .txt {
    margin-top: 10px;
}

.nh-foot .copyright_bar {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.nh-foot .cp_icon_icrlogo,
.nh-foot .cp_icon_jgwablogo {
    width: 14px;
    height: 17px;
    display: inline-block;
    overflow: hidden;
    background: url('/v3_0/images/icon/record_icon.png') no-repeat;
    position: relative;
    top: 2px;
}

.nh-foot .cp_icon_icrlogo {
    background-position: 0px 0px;
}

.nh-foot .cp_icon_jgwablogo {
    background-position: -23px 0px;
}

.nh-foot .cp_icon_jgwablogo_a {
    color: #fff;
    margin-left: 18px;
    text-decoration: underline;
}

/** 登录弹框 **/
.nh-login {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    background: rgba(0, 0, 0, .6);
    z-index: 9999;
    display: none;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.nh-login .nh-login-center {
    /*width: 824px;*/
    /*height: 560px;*/
    width: 595px;
    height: 463px;
    background: #fff;
    display: flex;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -220px 0 0 -320px;
    /* transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in; */
    opacity: 0;
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
}

.nh-login .resetPwdBox {
    width: 545px;
    height: 532px;
    padding: 50px;
    background: #fff;
    display: flex;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -220px 0 0 -275px;
    opacity: 0;
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    z-index: 0.1;
}

.nh-login .resetPwdBox.active {
    opacity: 1;
    z-index: 10;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.nh-login .nh-login-center .nh-login-left {
    width: 400px;
    display: inline-block;
    background-color: #eff7ff;
    height: 100%;
    padding-top: 10%;
}

.login-type-change {
    float: right;
    position: absolute;
    top: 7px;
    right: 5px;
}

.qrcode-guide-tooltip {
    display: inline-block;
    width: 112px;
    /*height: 28px;*/
    font-size: 12px;
    font-weight: 400;
    color: #2996F1;
    padding: 3px 11px 3px 11px;
    background-color: #E4FAFF;
    position: relative;
    right: -12px;
    top: -25px;
    border: 1px solid #94B3F2;
    text-align: center;

    /* 使用clip-path属性，指定一个polygon()函数，来裁剪div元素的形状 */
    /*clip-path: polygon(*/
    /*        0% 0%, !* 第一个顶点 *!*/
    /*        0% 100%, !* 第二个顶点 *!*/
    /*        100% 100%, !* 第三个顶点 *!*/
    /*        100% 75%, !* 第四个顶点 *!*/
    /*        105% 50%, !* 突出的角的顶点 *!*/
    /*        100% 25%, !* 第五个顶点 *!*/
    /*        100% 0%, !* 第六个顶点 *!*/
    /*        0% 0% !* 第七个顶点 *!*/
    /*);*/
}

.qrcode-guide-tooltip::after {
    content: ""; /* 必须设置content属性 */
    position: absolute; /* 使用绝对定位 */
    bottom: 7px; /* 将伪元素向下移动20px */
    right: -1px; /* 将伪元素向右移动20px */
    width: 10px; /* 设置伪元素的宽度为40px */
    height: 10px; /* 设置伪元素的高度为40px */
    /*border-bottom: 20px solid #94B3F2; !* 设置下边框为红色，宽度为20px *!*/
    /*border-right: 20px solid #94B3F2; !* 设置右边框为红色，宽度为20px *!*/
    background-color: #E4FAFF;
}

.qrcode-guide-tooltip-middle {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-top: 1px solid #94B3F2;
    border-right: 1px solid #94B3F2;
    background-color: #E4FAFF;
    clip-path: polygon(0% 0%, 100% 100%, 100% 0%);
    transform: rotate(45deg);
    position: relative;
    right: -3px;
    top: -25px;
}

.qrcode-guide-tooltip-right {
    display: inline-block;
    background-image: url('/v3_0/images/icon/qrcode-guide.png') !important;
    width: 41px;
    height: 41px;
    clip-path: polygon(0% 0%, 100% 100%, 100% 0%);
    cursor: pointer;
}

.account-guide-tooltip {
    display: inline-block;
    width: 83px;
    /*height: 28px;*/
    font-size: 12px;
    font-weight: 400;
    color: #2996F1;
    padding: 3px 11px 3px 11px;
    background-color: #E4FAFF;
    position: relative;
    right: -5px;
    top: -10px;
    border: 1px solid #94B3F2;
    text-align: center;
}

.account-guide-tooltip::after {
    content: ""; /* 必须设置content属性 */
    position: absolute; /* 使用绝对定位 */
    bottom: 7px; /* 将伪元素向下移动20px */
    right: -1px; /* 将伪元素向右移动20px */
    width: 10px; /* 设置伪元素的宽度为40px */
    height: 10px; /* 设置伪元素的高度为40px */
    /*border-bottom: 20px solid #94B3F2; !* 设置下边框为红色，宽度为20px *!*/
    /*border-right: 20px solid #94B3F2; !* 设置右边框为红色，宽度为20px *!*/
    background-color: #E4FAFF;
}

.account-guide-tooltip-middle {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-top: 1px solid #94B3F2;
    border-right: 1px solid #94B3F2;
    background-color: #E4FAFF;
    clip-path: polygon(0% 0%, 100% 100%, 100% 0%);
    transform: rotate(45deg);
    position: relative;
    right: 4px;
    top: -10px;
}

.account-guide-tooltip-right {
    display: inline-block;
    background-image: url('/v3_0/images/icon/account-guide.png') !important;
    background-repeat: no-repeat;
    /*background-position: top right;*/
    /*background-size: cover;*/
    width: 27px;
    height: 27px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 75% 100%, 0% 45%);
    cursor: pointer;
}

.title_column_qr {
    margin-top: 50px;
    text-align: center;
}

.nh-login-qr-title {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.rq-picture-box {
    width: 240px;
    height: 240px;
    margin: 20px auto;
    margin-bottom: 0;
    box-shadow: -4px 0px 4px #E7E7E7, 0px -4px 4px #E7E7E7, 4px 0px 4px #E7E7E7, 0px 4px 4px #E7E7E7;
}

.rq-picture {
    width: 220px;
    height: 220px;
    position: relative;
    top: 10px;
    left: 10px;
}

.rq-picture img {
    width: 100%;
}

.rq-picture-refused {
    font-size: 14px;
    font-weight: 500;
    color: #2F99F1;
    line-height: 20px;
    position: relative;
    display: none;
    background-color: rgba(255, 255, 255, 0.95);
    width: 240px;
    height: 240px;
    top: -220px;
    left: 0;
}

.rq-picture-refused-span {
    text-align: center;
    position: relative;
    top: 45px;
    opacity: 1;
}

.rq-picture-refused-span p {
    /*margin-bottom: 16px;*/
}

.rq-picture-refused .rq-picture-refresh {
    top: 50px;
    left: 73px;
}


.rq-picture-refresh {
    text-align: center;
    width: 96px;
    background: #2F99F1;
    border-radius: 15px;
    padding: 4px 18px;
    opacity: 1;
    cursor: pointer;
    position: relative;
}

.rq-picture-refresh span {
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
}

.rq-picture-wait {
    font-size: 14px;
    font-weight: 500;
    color: #2F99F1;
    line-height: 20px;
    position: relative;
    display: none;
    background-color: rgba(255, 255, 255, 0.95);
    width: 240px;
    height: 240px;
    top: -220px;
    left: 0;
}

.rq-picture-wait-span {
    text-align: center;
    position: relative;
    top: 100px;
    opacity: 1;
}

.rq-picture-out-time {
    font-size: 14px;
    font-weight: 500;
    color: #2F99F1;
    line-height: 20px;
    position: relative;
    display: none;
    background-color: rgba(255, 255, 255, 0.95);
    width: 240px;
    height: 240px;
    top: -220px;
    left: 0;
}

.rq-picture-out-time-span {
    text-align: center;
    position: relative;
    top: 70px;
    opacity: 1;
}

.rq-picture-out-time .rq-picture-refresh {
    top: 88px;
    left: 73px;
}

.bottom_column_qr {
    margin-top: 10px;
    text-align: center;
}

.nh-login-qr-bottom {
    font-size: 14px;
    font-weight: 600;
    color: #999999;
    line-height: 18px;
}

.nh-login-qr-bottom-blue {
    color: #2FB2FF;
}

.nh-login-qr-bottom-blue a {
    color: #2FB2FF;
    text-decoration: none;
}

.nh-login-left-box {
    width: 187px;
    background-image: url("/v3_0/images/index/login_left_background.png");
    border-radius: 4px;
    font-family: ui-sans-serif;
}

.nh-login-left-item-title {
    margin-top: 36px;
    text-align: right;
    position: relative;
    right: 17px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
}

.nh-login-left-item-ul {
    margin-top: 13px;
    position: relative;
    left: 43px;
    width: 144px;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
}

.nh-login-left-item-li {
    cursor: pointer;
    line-height: 41px;
    width: 145px;
}

.nh-login-left-item-li-active {
    background: #FFFFFF;
    border-radius: 6px 0px 0px 6px;
    color: #2996F1;
    font-weight: 600;
}

.nh-login-left-item-li-icon {
    width: 30px;
    display: inline-block;
}

.nh-login-left-item-li-icon img {
    display: block;
    position: relative;
    left: 17px;
    top: -2px;
}

.nh-login-left-item-li-text {
    display: inline-block;
}

.nh-login-left-item-download{
    position: relative;
    top: 13px;
    left: 49px;
}
.nh-login-left-item-download-img {
    width: 89px;
    height: 89px;
}
.nh-login-left-item-download-img img{
    max-width: 100%;
}

.nh-login-left-item-download-text {
    width: 89px;
    text-align: center;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 30px;
}

.nh-login .nh-login-center .nh-login-right {
    width: 408px;
    display: inline-block;
    padding: 5%;
    position: relative;
}

.nh-login-right-box {
    display: none;
}

.nh-login-right-box-active {
    display: block;
}

.nh-login-left .login_left_qr {
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto;
}

.nh-login-left .login-left-title {
    color: #197ae6;
    font-weight: 900;
    font-size: 30px;
    text-align: center;
}

.nh-login-left .login-left-items {
    color: #ffffff;
    background-color: #197ae6;
    font-size: 15px;
    width: 230px;
    text-align: center;
    margin: 3% auto;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.nh-login-left .login-left-tips {
    color: #197ae6;
    text-align: center;
}

.nh-login .nh-login-center.active {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.nh-login .title_column {
    width: 100%;
    height: 65px;
    line-height: 60px;
    text-align: left;
    font-weight: bolder;
    position: relative;
}

.nh-login .nh-login-title {
    margin-right: 30px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    color: #868686;
}

.nh-login .nh-regist-title {
    /*margin-left: 30px;*/
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    color: #868686;
}

.nh-login .nh-regist-title.active,
.nh-login .nh-login-title.active {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.nh-login .nh-regist-title.active::after,
.nh-login .nh-login-title.active::after {
    content: '';
    display: block;
    position: absolute;
    top: 130%;
    left: 0%;
    width: 100%;
    background-color: #197ae6;
    height: 2px;
}

.nh-login .nh-login-error__info {
    width: 100%;
    line-height: 1;
    text-align: center;
    font-size: 14px;
    color: #f56c6c;
    position: absolute;
    bottom: 15px;
    left: 0;
}

.downLoadTipBox .close_btn,
.nh-login .close_btn,
.resetPwdBox .reset_close_btn {
    display: block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    line-height: 100px;
    background-image: url("/v3_0/images/icon/login_close_icon.png");
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

.resetPwdBox .reset_close_btn {
    top: -30px;
    right: -35px;
}


.nh-regist-form,
.nh-login-form {
    width: 100%;
    /*padding: 0 5px;*/
    box-sizing: border-box;
}

.nh-regist-form {
    display: none;
}

.nh-regist-form .regist_second {
    display: none;
}

.nh-regist-form .nh-login-item,
.nh-login-form .nh-login-item {
    width: 100%;
    margin-bottom: 21px;
    position: relative;
}

.nh-regist-form .nh-login-item:last-child,
.nh-login-form .nh-login-item:last-child {
    margin-bottom: 0;
}

.nh-regist-form .nh-item__center,
.nh-login-form .nh-item__center {
    width: 100%;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    border-radius: 2px;
}

.nh-regist-form .icon,
.nh-login-form .icon {
    width: 40px;
    height: 40px;
    /* background-color: #eeeeee; */
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}

.nh-regist-form .icon.user_name_icon,
.nh-login-form .icon.user_name_icon {
    background-image: url("/v3_0/images/icon/user_name_icon.png");
    background-size: 19px 20px;
}

.nh-regist-form .icon.pwd_icon,
.nh-login-form .icon.pwd_icon {
    background-image: url("/v3_0/images/icon/pwd_icon.png");
    background-size: 15px 19px;
}

.nh-regist-form .icon.verification_code_icon,
.nh-login-form .icon.verification_code_icon {
    background-image: url("/v3_0/images/icon/verification_code_icon.png");
    background-size: 17px 19px;
}

.nh-regist-form .icon.enterprise_name_icon,
.nh-login-form .icon.enterprise_name_icon {
    background-image: url("/v3_0/images/icon/enterprise_name_icon.png");
    background-size: 19px 16px;
}

.nh-regist-form .icon.area_icon,
.nh-login-form .icon.area_icon {
    background-image: url("/v3_0/images/icon/area_icon.png");
    background-size: 20px 18px;
}

.nh-regist-form .icon.sex_icon,
.nh-login-form .icon.sex_icon {
    background-image: url("/v3_0/images/icon/sex_icon.png");
    background-size: 12px 19px;
}

.nh-regist-form .icon.academic_title_icon,
.nh-login-form .icon.academic_title_icon {
    background-image: url("/v3_0/images/icon/academic_title_icon.png");
    background-size: 18px 20px;
}

.nh-regist-form .icon.tel_icon_2,
.nh-login-form .icon.tel_icon_2 {
    background-image: url("/v3_0/images/icon/tel_icon_2.png");
    background-size: 14px 17px;
}

.nh-regist-form .icon.invitation_code_iocn,
.nh-login-form .icon.invitation_code_iocn {
    background-image: url("/v3_0/images/icon/invitation_code_iocn.png");
    background-size: 19px 16px;
}

.nh-regist-form .verification_cod_bar,
.nh-login-form .verification_cod_bar {
    height: 40px;
    margin-left: 12px;
    float: left;
}

.nh-regist-form .code_img,
.nh-login-form .code_img {
    width: 100px;
    height: 40px;
    float: left;
}

.nh-regist-form .switch_code_img,
.nh-login-form .switch_code_img {
    height: 40px;
    font-size: 14px;
    color: #197ae6;
    line-height: 40px;
    margin-left: 12px;
    cursor: pointer;
    float: left;
}

.nh-regist-form .checkbox_info,
.nh-login-form .checkbox_info {
    display: inline-block;
    font-size: 14px;
    color: #282828;
}

.nh-input .nh-input__inner.nh-no-border {
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.nh-regist-form .nh-login-tip,
.nh-login-form .nh-login-tip {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.nh-regist-form .nh-login-tip a,
.nh-login-form .nh-login-tip a {
    color: #197ae6;
    text-decoration: none;
}

.nh-regist-form .nh-error-info,
.nh-login-form .nh-error-info {
    font-size: 12px;
    color: #f56c6c;
    width: 100%;
    line-height: 1;
    position: absolute;
    bottom: -15px;
    /* left: 40px; */
}

.nh-regist-form .nh-error-info .error,
.nh-login-form .nh-error-info .error {
    margin-bottom: 0;
    font-weight: normal;
}

.nh-login-form .resetPasswordItem {
    cursor: pointer;
}


.enterpriseName_select {
    position: absolute;
    top: 45px;
    border: none;
    font-size: 16px;
    width: 100%;
    z-index: 9999;
    background-color: #FFFFFF;
    overflow: clip;
    box-shadow: -4px 0px 4px #E7E7E7, 0px -4px 4px #E7E7E7, 4px 0px 4px #E7E7E7, 0px 4px 4px #E7E7E7;
    padding: 10px;
}
.enterpriseName_select ul {
    max-height: 500px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 250px;
}
.enterpriseName_select li {
    padding: 10px 10px 5px 10px;
    border-bottom: 1px solid #ECECEDFF;
    cursor: pointer;
    color: #525151;
}
.enterpriseName_select .enterpriseName_select_name {
    padding: 10px 10px 10px 0px;
}
.enterpriseName_select .enterpriseName_select_auth {
    display: inline;
}
.enterpriseName_select .enterpriseName_select_auth img {
    max-width: 64px;
    height: 25px;
}
.enterpriseName_select .enterpriseName_select_close {
    position: relative;
    right: 0;
    width: 10px;
    float: right;
    top: -14px;
    cursor: pointer;
}
.enterpriseName_select .enterpriseName_select_close img {
    width: 10px;
}
/* .nh-login-form .resetPasswordItem:hover{
  color: #197ae6;
} */

/** 右浮框 **/
.flt_window_open {
    width: 39px;
    height: 134px;
    line-height: 1000px;
    overflow: hidden;
    background-image: url("/v3_0/images/index/flt_window_open.png");
    cursor: pointer;
    position: fixed;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}

.right_float_window {
    width: 115px;
    box-shadow: 0px 0px 3px 1px #e5e5e5;
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
    z-index: 2001;
}

.right_float_window .flt_title {
    width: 100%;
    height: 26px;
    padding: 0 10px;
    line-height: 21px;
    text-align: right;
    background-color: #197ae6;
    border-top-left-radius: 5px;
}

.right_float_window .flt_title .txt {
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.right_float_window .flt_window_cen {
    background-color: #fff;
    border-left: 1px solid #eee;
}

.right_float_window .t_win {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.right_float_window .flt_window_tel {
    width: 105px;
    height: 105px;
}

.right_float_window .flt_window_qq {
    width: 55px;
    height: 55px;
}

.right_float_window .flt_window_ios,
.right_float_window .flt_window_android {
    width: 70px;
    height: 70px;
}

.nh-select .nh-select__inner.nh-no-border {
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.nh-change-password {

}

.nh-change-password .nh-login-center {
    width: 870px;
    height: 490px;
    margin: -220px 0 0 -450px;
}

.nh-change-password .nh-item__center {
    border-radius: 5px;
}

.nh-change-password input::placeholder {
    font-size: 13px;
}

.nh-change-password .nh-login-left {
    border-radius: 5px;
}

.nh-change-password .nh-btn__primary {
    border-radius: 3px;
}

.nh-change-password .nh-login-center .nh-login-right {
    width: 500px;
    display: inline-block;
    padding: 5%;
    position: relative;
}

.nh-change-password .show_hide_password_input img {
    max-width: 20px;
}

.nh-change-password .show_hide_password_input {
    float: right;
    position: relative;
    top: -30px;
    right: 10px;
    cursor: pointer;
}
