.notHaveContent {
    color: #666;
    line-height: 60px;
    text-align: center;
    width: 100%;
}

.notShow {
    display: none;
}

.case_btn a {
    color: #fff;
}

.New_Moudle_top {
    flex-wrap: wrap;
}

.New_Moudle_top img {
    margin-bottom: 20px;
}

.case_btn_mr img {
    width: 100%;
}

.notice_box {
    width: 200px;
    height: 50px;
    text-align: center;
    position: fixed;
    top: 20px;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    display: none;
}

.flexinline {
    display: flex;
    justify-content: flex-start;
}

.inlineimg {
    margin: 10px;
    /*cursor: zoom-out;*/
}

.imgMask {
    width: 100%;
    display: none;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
}

.imgMask_box {
    background: #fff;
    padding: 10px;
    height: 70%;
    position: relative;
}

.imgMask_box img {
    height: 100%;
}

.close_mask_img {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #2357a7;
    cursor: pointer;
}

.close_mask_img img {
    width: 15px;
    height: 15px;
}

.submenu_left {
    width: 50%;
}

.submenu_right {
    width: 50%;
}

.setimglist {
    margin-bottom: 30px;
}

.serch_close {
    top: 10px !important;
    right: 10px !important;
}

.btn a span {
    color: #fff;
}

.inWhite img {
    width: 100%;
}

.inblue img {
    width: 100%;
}
