.qyjs {
    height: 38px;
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 3px;
}

.ptgg {
    float: left;
    height: 38px;
    width: 16%;
    background-color: #ffffff;
    margin-bottom: 3px;
}

.qygg {
    float: left;
    height: 38px;
    width: 16%;
    background-color: #ffffff;
    margin-bottom: 3px;
}

.gg_top_more {
    height: 38px;
    width: 102%;
    background-color: #ffffff;
    margin-bottom: 3px;
    padding: 10px;
}

.qyjs_content {
    font-size: 13px;
    height: 280px;
    width: 100%;
    background-color: #ffffff;
    margin-top: 3px;
    padding: 10px;
    overflow: auto;
}

.gg_content {
    font-size: 13px;
    height: 280px;
    width: 102%;
    background-color: #ffffff;
    margin-top: 3px;
    padding: 10px
}

.qyjs_top_img {
    height: 20px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.gg_content_left {
    width: 2%;
    float: left;
    font-size: 25px;
    margin-top: -17px;
}

.gg_content_content {
    width: 88%;
    float: left;
    white-space: nowrap; /* 防止文字换行 */
    overflow: hidden; /* 隐藏超出的部分 */
    text-overflow: ellipsis; /* 显示省略号 */
}

.gg_content_date {
    width: 10%;
    float: left;
}

.login-div {
    width: 90%;
    margin-left: 10%
}

.zhdl_left {
    float: left;
    width: 88px;
    margin-left: 9%;
    margin-top: 110px;
    font-size: 21px;
}

.zhdl_right {
    float: left;
    width: 110px;
    margin-top: 110px;
    margin-left: 32px;
    font-size: 21px;
}



.login_zhdl_content {
    float: left;
}

.login_username_left {
    float: left;
    height: 50px;
    width: 50px;
    border: solid 1px #e5e5e5;
    margin-top: 15px;
}

.login_username_right {
    float: left;
    height: 50px;
    width: 305px;
    margin-top: 15px;
}

.login_left_logo {
    height: 23px;
    width: 23px;
    margin: 12px;
}

.login_username_input {
    height: 50px;
    width: 242px;
    border: solid 1px #e5e5e5;
}

.login_username_smsCode {
    height: 50px;
    width: 129px;
    border: solid 1px #e5e5e5;
}

.login_username_button {
    height: 50px;
    border: solid 2px red;
    color: red;
    background-color: #ffffff;
    width: 105px;
    margin-left: 6px;
}

.login_button_login {
    height: 50px;
    width: 292px;
    background-color: red;
    color: #ffffff;
    border: none;
    margin-top: 15px;
}

.login_button_register {
    height: 50px;
    width: 292px;
    border: solid 2px red;
    color: red;
    background-color: #ffffff;
    margin-top: 15px;
}

.login_wjmm_div {
    float: right;
    margin-right: 57px;
    margin-top: 10px;
    color: #828381e6;
}

a:hover {
    text-decoration: none; /* 鼠标悬浮时不显示下划线 */
    /*color: red; !* 鼠标悬浮时改变颜色（可选） *!*/
}

.gg_no_data_img {
    height: 75px;
    margin-top: 10px;
}

.gg_no_data_font {
    font-size: 14px;
    color: #86909C;
    margin-top: -200px;
}

.no_data_div {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    flex-wrap: wrap;
}

/* 错误提示样式 */
input.error {
    border-color: red;
    box-shadow: 0 0 5px red;
}

/* 提示文本样式 */
.error-message {
    display: none;
    color: red;
    font-size: 12px;
}

/* 显示错误提示 */
.show-error {
    display: block;
}

/* Webkit browsers (Chrome, Safari) */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Edge */
input[type=number]::-ms-clear,
input[type=number]::-ms-reveal {
    display: none;
}