.inform-charge {
    font-weight: 800;
    position: relative;
    margin-left: 0;
    margin-top: -60px;
    /*width: 94.5%;*/
    height: 60px;
    z-index: 9999;
    line-height: 30px;
    text-align: center;
    background: rgb(255, 102, 0);
    display: none;
    justify-content: space-between;
    align-items: center;
}

.ImgSelectNGP {
    height: 30px;
    float: right;
    position: absolute;
    right: 0;
    margin-top: -60px;
}

.expire_a {
    width: 4%;
    height: 60px;
    line-height: 60px;
    float: right;
    margin-left: auto;
    margin-top: 0;
    text-decoration: none;
    text-align: center;
    position: absolute;
    right: 4%;
    top: 8%;
}

.company-block-div {
    position: relative;
    width: 95%;
    margin: 0 auto;
    text-align: center
}

.company-divPar {
    height: 60px;
    line-height: 30px;
    margin: 0 auto;
    cursor: pointer;
    background: #F2F2F2;
    border: 0;
    width: 100%;
    font-size: 13px;
    text-align: left;
    position: relative;
}

.close {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 110px;
    background: #55ade5;
    width: 100%;
    position: relative;
}

.popBox .close {
    text-align: right;
    margin-right: 5px;
    background-color: #55ade5;
}

/*关闭按钮*/
.popBox .close a {

    color: #2D2C3B;
}

.password {
    position: relative;
    width: 510px;
    height: 50px;
}

.password, .n-txtCss {
    display: flex;
    align-items: center;
}

.hidden-eye::-ms-reveal {
    display: none;
}

.hidden-eye::-ms-clear {
    display: none;
}

.password .fa {
    position: absolute;
    right: 180px;
    top: 15px;
    font-size: 20px;
    cursor: pointer;
}

.fa-eye-slash {
    margin-top: 6px;
    margin-left: 7px;
    width: 24px;
    height: 20px;
    background-image: url(/Images/password_close.png);
    background-repeat: no-repeat;
    background-size: 20px 13px;;
}

.fa-eye {
    margin-top: 6px;
    margin-left: 7px;
    width: 24px;
    height: 20px;
    background-image: url(/Images/password_show.png);
    background-repeat: no-repeat;
    background-size: 20px 13px;
}

.title {
    color: #999;
    width: 128px;
    background: #fff;
    text-align: center;
}

#servicesummary {
    /*height: initial !important;*/
    display: inline-block !important;
    vertical-align: middle !important;
}

.login_x a.ngpselected {
    border-bottom: 2px #0084FE solid;
    color: #0084FE !important;
}

/*背景层*/
#popLayer {
    display: none;
    background-color: #171616;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80); /* 只支持IE6、7、8、9 */
}

/*弹出层*/
.popBox {
    /*display: none;*/
    background-color: #FFFFFF;
    z-index: 11;
    width: 100%;
    padding-bottom: 10px;
    min-height: 370px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}

#passwordHtml > div {
    margin: 0 auto;
}

#popPasswordBox {
    display: none;
    background-color: #FFFFFF;
    z-index: 11;
    /*width: 550px;*/
    padding-bottom: 10px;
    max-height: 500px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

/* 异地登录校验：与 checkCodeTypeBox 共用 .popBox / .product-panel / .system-block-div */
.citycheck-warn-msg {
    color: #FF6600;
    line-height: 20px;
}

.citycheck-phone-par {
    cursor: default;
    min-height: 52px;
    height: auto;
}

.citycheck-phone-inner {
    width: 100%;
    text-indent: 0;
}

.citycheck-phone-input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: 15px;
    color: #3C454F;
    height: 36px;
    line-height: 36px;
    padding-left: 2px;
    box-sizing: border-box;
}

.citycheck-code-par {
    cursor: default;
    min-height: 60px;
    height: auto;
}

.citycheck-code-par .citycheck-code-inner {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
    gap: 8px;
    text-indent: 0;
}

.citycheck-code-input {
    flex: 1;
    min-width: 0;
    border: none;
    outline: none;
    background: transparent;
    font-size: 15px;
    color: #3C454F;
    height: 36px;
    line-height: 36px;
}

.citycheck-code-input::placeholder {
    color: #a8adb3;
}

.citycheck-send-link {
    flex-shrink: 0;
    color: #0084FE;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
    padding-right: 4px;
}

.citycheck-send-link.citycheck-counting {
    color: #999;
    cursor: default;
}

#popCityCheckBox .citycheck-login-btn {
    background: #0084FF;
    color: #fff;
}

.citycheck-voice-row {
    text-align: center;
    font-size: 13px;
    margin-top: 4px;
    margin-bottom: 8px;
}

.citycheck-voice-muted {
    color: #6a6a6a;
}

.citycheck-voice-link {
    color: #0084FE;
    cursor: pointer;
}

.passwordrow {
    height: 75px;
    display: flex;
}

.password_top {
}

.password_top > div {
    overflow-y: auto;
    margin: 0 auto;
}

.password_top_info {
    display: flex;
    justify-content: left;
}

#password_top_info_div {
    color: #FF6600;
    font-size: 14px;
    margin-top: 5px;
}

#password_top_info_div p {
    line-height: 30px;
}

#password_rule_div {
    font-size: 14px;
    /*width: 495px;*/
    height: 150px;
    margin-top: 12px;
}

.password_rule {
    color: #666666;
    height: auto;
    background-color: #dddddd;
    margin-top: 10px;
}

.password_rule p {
    line-height: 15px;
    /*width: 470px;*/
    padding: 8px;
}

.password-box-tip {
    float: left;
    color: #383838;
    padding: 10px;
    font-size: 20px;
    font-weight: 800;
}

.pop-box-title {
    float: left;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    font-weight: 800;
}

.btnlogin {
    width: 200px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    border: 0;
    background: #1a88cd;
    border-radius: 10px;
}

.password-label {
    font-size: 14px;
    color: rgb(128, 128, 128);
}

.pd-box-div {
    width: 380px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    border: 1px #dfdfdf solid;
    border-radius: 8px;
}

.pd-box-input {
    width: 296px;
    border: none;
    outline: none;
    margin-left: 20px;
    height: 38px;
    line-height: 38px;
}

.save-password {
    width: 450px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    border: 0;
    background: #0084FF;
    border-radius: 10px;
    color: #FFFFFF;
    font-weight: bold;
}

.password_close {
    height: 145px;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    display: flex;
    justify-content: space-between;
}

.consult-div {
    position: relative;
    width: 320px;
    margin: 0 auto;
    border-top: 1px solid #ddd;
    padding: 10px 0 12px;
}

.consult-title {
    position: absolute;
    top: -30%;
    left: 50%;
    margin-left: -14%;
    color: #999;
    width: 80px;
    background: #fff;
    text-align: center;
}

.pop-tips-reset{
    width: 95%;height: 30px;border-style: solid;border-width: 0;text-align: right;border-radius: 10px;
}

.convenientButton{
    background-color: white; border: none; color: #999; padding: 5px 5px; text-align: center;  margin: 4px 2px; cursor: pointer;
}

.system-block-div {
    width: 95%;
    margin: 0 auto;
    position: relative;
}
.system-divPar{
    position: relative;
    height: 60px;
    padding: 9px 15px;
    width: 98%;
    background: #F5F7FC;
    display: flex;
    align-items: center;
    border-radius: 5px;
}
.product-div{
    text-indent: 0;
}
.system-name-div{
    font-size: 15px;
    color: #3C454F;
    line-height: 20px;
    margin-top: 8px;
    width: 240px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    font-weight: normal;
}
.code-name-div{
    font-size: 13px;
    color: #80858C;
    font-weight: normal;
    width: 180px;
}
.checkCodeImg{
    height: 30px;
    float: right;
    position: absolute;
    right: 0;
    margin-top: -77px;
}

::-webkit-scrollbar {
    width: 8px; /* 设置滚动条的宽度 */
    height: 8px; /* 设置水平滚动条的高度 */
}

::-webkit-scrollbar-thumb {
    background-color: #c2c2c2; /* 设置滚动条的颜色 */
    border-radius: 10px; /* 设置滚动条的圆角 */
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* 设置悬停时的颜色 */
}

::-webkit-scrollbar-track {
    background: #f1f1f1; /* 设置滚动条轨道的颜色 */
    border-radius: 10px; /* 设置轨道的圆角 */
}