.top_dv {
    height: 120px;
    line-height: 120px;
    width: 98%;
    max-width: 1300px;
    margin: 0px auto;
}

.top_dv img {
    width: 200px;
    padding-right: 10px;
}

.top_dv span {
    font-size: 23px;
    font-family: "Microsoft YaHei", 微软雅黑;
    color: #1f1d1d;
    vertical-align: middle;
    padding-left: 10px;
}

.sp_d {
    display: inline-block;
    border-left: 2px solid #949292;
    height: 40px;
    vertical-align: middle;
}

.d_t {
    width: 101px;
    height: 40px;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    cursor: pointer !important;
}

.t_a {
    padding: 0;
}

.t_a1 {
    padding: 0;
}

.t_a2 {
    margin-top: 13px;
}

.t_a3 .active {
    background-color: #ff4b40;
}

.menu_ul {
    position: absolute;
    /*border: 1px solid #ff4b40;*/
    background-color: #383838;
    z-index: 9999;
    box-shadow: 10px 10px 30px rgb(239 231 231 / 20%);
    box-shadow: rgb(197 196 196) 0px 3px 3px;
    text-align: left;
    min-width: 100px;
}

.menu_ul li {
    color: white;
    padding-left: 5px;
}

.menu_ul li > .active {
    color: #ff4b40;
}

.menu_ul li:hover {
    background-color: #2a2929;
}

.user_title {
    display: flex;
    color: black;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
}

.user_info {
    position: absolute;
    width: 255px;
    background-color: white;
    z-index: 9999;
    box-shadow: 10px 10px 30px rgb(239 231 231 / 20%);
    border-radius: 5px;
    box-shadow: rgb(197 196 196) 0px 3px 3px;
    /*margin-left: -229px;*/
    margin-left: -259px;
    margin-top: 11px;
}

.user_info li {
    color: black;
    text-align: center;
}

.user_info li > .active {
    color: #ff4b40;
}

.user_info li:hover {
    color: #ff4b40;
    background-color: #f5e4e3;
}

.mb_p {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    margin-left: 5px;
    cursor: pointer;
}

.mb_p span {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    display: block;
    cursor: pointer;
}

.bd_d {
    width: 230px;
    background: #EBEBEB;
    height: 1px;
    margin: auto;
}

.us_div {
    display: flex;
    font-size: 14px;
    color: #333333;
    justify-content: space-between;
    padding: 4px 15px 3px 20px;
}

.qp_div {
    opacity: 0.6;
    background: #000000;
    border-radius: 45px;
    position: absolute;
    padding: 0px 9px 0px 11px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin-top: -60px;
    margin-left: -70px;
}
.mb_img .qp_div{
    height: 25px;
    line-height: 25px;
    margin-top: -58px;
}

.us_div span:hover {
    color: #ff4b40;
}

.mb_ul img:hover {
    cursor: pointer
}

.mb_ul span:hover {
    cursor: pointer
}

.usInfo:hover {
    color: #ff4b40 !important;
}

.modal-btn-none {;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 6px;
    margin: 0 3.2%;
    cursor: pointer;
    width: 70px;
    height: 25px;
    background: none;
    color: black;
    border: 1px solid black;
}

.user_model {
    width: 140px;
    height: 30px;
    color: #999999;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    background: #E9EDF3;
    border-radius: 15px;
}
.user_model2{
    margin-left: 0px;
    width: 100%;
}

.user_button {
    background: #FFFFFF;
    box-shadow: 0 0 4px 0 #CCCCCC;
    border-radius: 13px;
    font-size: 12px;
    color: #707B8E;
    cursor: pointer;
}

.user_none_button {
    /* background-color: #EBEBEB;*/
    border-radius: 13px;
    font-size: 12px;
    color: #707B8E;
    cursor: pointer;
}
.test-button{
    background: #ffefee;
    color: red;
    padding: 5px 10px;
    border-radius: 90px;
    margin-right: 10px;
    cursor: pointer;
    white-space: nowrap;
}
.content {
    min-width: 1100px;
}
.message_top{
    display: inline-block;
    padding-right: 15px;
    cursor: pointer;
}
.message_top strong{
    position: absolute;
    margin-top: -10px;
    color: #ff4b40;
    font-size: 25px;
}
.message_num{
    width: 20px;
    height: 20px;
    background-color: red;
    border-radius: 15px;
    display: inline;
    position: absolute;
    margin-top: -4px;
}
.message_num>div{
    font-weight: 400;
    font-size: 14px;
    width: 18px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.exam-model-swal .confirm{
    background-image: linear-gradient(90deg, #FFEFEE 0%, #FFEFEE 100%);
    box-shadow: #ffefee 0px 0px 2px, #ffefee 0px 0px 0px 1px !important;
    color: #FF574D;
    float: left;
    margin-left: 35px;
}
.exam-model-swal .cancel{
    margin-left: 0px;
}