.rsp_controller{
    display: none;
}
.rsp_second_controller{
    display: none;
}
.rsp_third_controller{
    display: none;
}
.rsp_fourth_controller{
    display: none;
}
.rsp_fifth_controller{
    display: none;
}
.rsp_sixth_controller{
    display: none;
}
.rsp_second_controller2{
    display: none;
}
@media screen and (max-width:1250px) {
    .rsp_cpn_head {
        width: 100% !important;
        position: absolute;
        background: #FFF;
        top: 3rem;
        min-width: 320px;
    }
    .rsp_controller{
        display: block !important;
        border-top: 1px solid #D8D8D8;
        border-bottom: 1px solid #D8D8D8;
        margin-bottom: 15px;
        padding: 15px 0px;
        font-size: 16px;
        text-align: left;
        font-weight: bold;
        position: relative;
        margin-top: 13px;
    }
    .rsp_second_controller{
        border-bottom: 1px solid #D8D8D8;
        margin-bottom: 15px;
        padding: 15px 0px;
        font-size: 16px;
        text-align: left;
        font-weight: bold;
        margin-top: -15px;
        position: absolute;
        background-color: #FFFFFF;
        width: 100%;
        z-index:98;
    }
    .rsp_third_controller{
        border-bottom: 1px solid #D8D8D8;
        margin-bottom: 15px;
        padding: 15px 0px;
        font-size: 16px;
        text-align: left;
        font-weight: bold;
        margin-top: 33px;
        position: absolute;
        background-color: #FFFFFF;
        width: 100%;
        z-index:98;
    }
    .rsp_fourth_controller{
        border-bottom: 1px solid #D8D8D8;
        margin-bottom: 15px;
        padding: 15px 0px;
        font-size: 16px;
        text-align: left;
        font-weight: bold;
        margin-top: 81px;
        position: absolute;
        background-color: #FFFFFF;
        width: 100%;
        z-index:98;
    }
    .rsp_fifth_controller{
        border-bottom: 1px solid #D8D8D8;
        margin-bottom: 15px;
        padding: 15px 0px;
        font-size: 16px;
        text-align: left;
        font-weight: bold;
        margin-top: 129px;
        position: absolute;
        background-color: #FFFFFF;
        width: 100%;
        z-index:98;
    }
    .rsp_sixth_controller{
        border-bottom: 1px solid #D8D8D8;
        margin-bottom: 15px;
        padding: 15px 0px;
        font-size: 16px;
        text-align: left;
        font-weight: bold;
        margin-top: 177px;
        position: absolute;
        background-color: #FFFFFF;
        width: 100%;
        z-index:98;
    }
    .rsp_second_controller2{
        border-bottom: 1px solid #D8D8D8;
        margin-bottom: 15px;
        padding: 15px 0px;
        font-size: 16px;
        text-align: left;
        font-weight: bold;
        margin-top: -15px;
        position: absolute;
        background-color: #FFFFFF;
        width: 100%;
        z-index:101;
    }
    .rep_a_tag > a{
        background-color: #FFFFFF !important;
        margin-left: 10px;
    }
    .rep_a_tag > i{
        margin-left: 25px;
    }
    .on_fas{
        color: var(--t_main_color) !important;
    }
    .View{
        display: block !important;
    }
    .Box_shadow{
        box-shadow : rgba(0,0,0,0.5) 2px 2px 3px 2000vh;
        z-index:98;
    }
    .open_list_img{
        width: 14px;
        margin-top: 4px;
        float: right;
        margin-right: 25px;
    }
    .open_list_img2{
        width: 14px;
        margin-top: 4px;
        float: right;
        margin-right: 25px;
    }
    .notice_head_title_dec {
        margin: 0px 15px !important;
        width: calc(100% - 30px) !important;
        float: inherit !important;
    }
    .mar_cen{
        width: auto !important;
        margin: 0 auto;
        min-width: 300px;
    }
}
@media screen and (max-width:770px) {
    .rsp_cpn_head {
        width: 100% !important;
        position: absolute;
        background: #FFF;
        top: 2.9rem;
        min-width: 320px;
    }
}