.content {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.doc-conten {
    width: 100% !important;
    background: url(../img/partner1.png) center no-repeat !important;
    background-size: cover !important;
}

.doc-nav {
    position: relative;
}

.doc-nav .drop-box {
    position: absolute;
    right: 354px;
    top: 0px;
    display: flex;
    align-items: center;

}

.login_btn {
    margin-top: 8px;
    display: flex;
    margin-left: auto;
    align-items: center;
    padding: 0 25px;
    height: 34px;
    /* line-height: 18px; */
    font-family:
        Microsoft YaHei,
        Microsoft YaHei;
    background: #FA5132;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.login_btn a {
    color: #fff;
}

#online {
    display: flex;
    margin-left: auto;
    align-items: center;
}

#user {
    font-family:
        Microsoft YaHei,
        Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    padding-left: 4px;
}

#user_ava {
    border-radius: 50%;
}

#dropdown-menu1 {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    background: #fff;
    padding: 8px 0;
    text-align: left;
    box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.18);
    width: 160px;
    font-size: 14px;
    color: #333;
}

.btn-item {
    display: flex;
    height: 34px;
    line-height: 34px;
    padding: 0 12px;
    color: #6f6f6f;
    text-decoration: none;
}

.partner_bd {
    /* width: 100%;
    background: url(../img/partner1.png) center no-repeat;
    background-size: cover; */
    padding-bottom: 40px;
}

.setting_box {
    padding-left: 390px;
}

.tit {
    font-family:
        Microsoft YaHei,
        Microsoft YaHei;
    font-weight: bold;
    font-size: 32px;
    color: #333333;
    padding-top: 30px;
}

.tips {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 330px;
    background: #fef9f4;
    font-weight: 400;
    font-size: 14px;
    color: #ec8525;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.doc-center {
    margin-right: 36px;
    cursor: pointer;
    font-size: 16px;
    color: #333333;
    border-bottom: none !important;
    line-height: 40px;
    text-decoration: none;
}

.partner-center {
    margin-right: 36px;
    cursor: pointer;
    font-size: 16px;
    color: #333333;
    border-bottom: 4px solid #FA5132;
    line-height: 40px;
    text-decoration: none;
}

.confirm_btn {
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #FA5132;
    border-radius: 5px 5px 5px 5px !important;
    color: #fff;
}

.reset_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 40px;
    background: #ffffff;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #FA5132;
    color: #FA5132;
    font-size: 14px;
}

.reset_btn img {
    width: 20px;
    height: 20px;
    margin: 0 6px;
}

.handle_btn {
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;

}

.flex {
    display: flex;
}

.txt_style {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.txt-checkbox {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}

.left_8 {
    margin-left: 8px;
}

.top_10 {
    margin-top: 10px;
}

.top_30 {
    margin-top: 30px;
}

.top_20 {
    margin-top: 20px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    margin-left: 30px;
}

.callurl {
    margin-left: 30px;
}

.param_tit {
    width: 120px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.switch-checkbox {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-label {
    height: 24px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 43px;
    margin-bottom: 0px !important;
}

.switch-label:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

.switch-checkbox:checked+.switch-label {
    background-color: #FA5132;
}

.switch-checkbox:checked+.switch-label:before {
    transform: translateX(26px);
}

.poper_box {
    display: none;
    position: absolute;
    left: 0;
    bottom: 50px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    font-size: 14px;
    color: #606266;
}

.poper_box input {
    height: 30px;
    background: none;
    outline: none;
    border: 1px solid #e6e6e6;
}

.poper_box button {
    width: 60px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #e6e6e6;
}

.label_txt {
    /* width: 100px; */
    margin-right: 20px;
}

.btn_view {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 40px;
    background: #FA5132;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}

.btn_view img {
    width: 20px;
    height: 20px;
    margin: 0 6px;
}

.cancel_btn {
    border-radius: 3px;
    padding: 2px 3px;
}

.confirm_btn {
    background-color: #FA5132;
    color: #fff;
    border-radius: 3px;
    /* padding: 2px 3px; */
}

.code_txt {
    cursor: pointer;
    width: 100px;
    height: 30px;
    padding: 5px 10px;
    background-color: #f5f7fa;
    font-size: 12px;
    border: none;
    border-radius: 5px;
}

.code_txt.disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.flex {
    display: flex;
}

.flex_1 {
    flex: 1;
}

.flex_a_c {
    align-items: center;

}

.key_test {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.flex_j_sb {
    justify-content: space-between;
}

.flex_end {
    justify-content: flex-end;
}

.gap10 {
    gap: 10px;
}

.m10 {
    margin: 10px;
}

.cursor_p {
    cursor: pointer;
}

input {
    background: none;
    outline: none;
    padding: 0 8px;
}

.callurl {
    width: 278px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #e6e6e6;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;

}

input::placeholder {
    color: #999999 !important;
    /* 或者使用 #808080 等其他颜色代码 */
}

.testPush {
    width: 80px;
    height: 32px;
    background: #ffffff;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #FA5132;
    color: #FA5132;
    margin-left: 10px;
}

button {
    font-size: 14px;
}

#messageContainer {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    min-width: 200px !important;
    text-align: center !important;
}

.message {
    /* width: 150px; */
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 4px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center !important;
    transition: opacity 0.5s ease-in-out;
}

.message.success {
    background-color: #67c23a;
    background-color: #67c23a;
}

.message.error {
    background-color: #f56c6c;
}

.message .close-btn {
    cursor: pointer;
    font-size: 16px;
    margin-left: 10px;
}