.im_set_div {
    width: 1200px;
    margin: auto;
    background-color: white;
    display: flex;
}

.im_set_list_left {
    width: 210px;
    margin-left: 10px;
    margin-right: 10px;
    position: sticky;
    top: 80px;
    height: 800px;
    min-width: 200px;
}

.w-all {
    width: 100%;
}

.w-half {
    width: 50%;
}

.left {
    float: left;
}

.im_set_btn_div {
    height: 40px;
    border-radius: 5px;
    cursor: pointer;
}

.im_set_btn_selected {
    background-color: #2072FE;
    border: 1px solid #2072FE;
    color: white;
}

.im_set_btn_unselected {
    line-height: 40px;
}

.im_set_btn_left {
    text-align: center;
    line-height: 36px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #DDDDDD;
}
.im_set_btn_center {
    text-align: center;
    line-height: 36px;
    border: 1px solid #DDDDDD;
    border-width: 1px 1px 1px 0px;
}

.im_set_btn_right {
    text-align: center;
    line-height: 36px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #DDDDDD;
    border-left-width: 0px;
}


.im_set_list_left_div {
    background-color: #F6F7F9;
    overflow: auto;
}
.banner_btn{
    background-color: #176AFF;
    color: white;
    position: absolute;
    width: 110px;
    line-height: 38px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 6px;
    margin-top: 28px;
}





.im_set_list_right {
    width: calc(100% - 270px);
    margin-left: 20px;
}

.im_set_right_title_big {
    line-height: 56px;
    font-size: x-large;
    font-weight: 400;
    text-align: center;
}

.im_underline_1 {
    border-top: 1px solid #DDDDDD;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.function_list_div {

}

.function_list_title_1 {
    font-weight: bold;
    width: 130px;
    float: left;
    padding: 14px 15px;
}

.function_list_title_2 {
    min-width: 150px;
    min-height: 50px;
    line-height: 22px;
    padding-top: 13px;
    padding-bottom: 13px;
    float: left;
    color: #333333;
}
.background_function_div_2{
    background: #F6F7F9;
    border-radius: 4px;
}
.function_list_title_div_right {
    width: calc(100% - 130px);
    float: left;
}




.background_function_div {
    background-color: #F6F7F9;
}

.function_list_div_right {
    display: flex
}

 

.app_switch_div {
    display: none;
}


.im_set_btn_left,.im_set_btn_center,.im_set_btn_right{ 
    padding: 0px 6px;
    font-size: 12px;
    font-weight: bold;
}

 

.function_list_title_3 {
    font-weight: bold;
    line-height: 50px;
    padding-left: 15px;
    color: #2072FE;
    font-size: medium
}
.im_left_item_selected {
    color: #2072FE;
    background-color: white;
}
.im_left_title2{
    font-size: 14px;
    color: #333333;
    line-height: 40px;
    padding-left: 20px;
    cursor: pointer;
}
.im_left_title2:hover{
    color: #2072FE;
}
.im_left_title{
    font-weight: 600;
    font-size: 14px;
    color: #333333;
    display: flex;
    padding-top: 20px;
    padding-bottom: 15px;
}
.im_left_title::before{
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    margin-top: 3px;
    margin-right: 4px;
    background: url("../images/open_arrow.svg");
}
.im_left_item_selected .im_left_title::before{
   background: url("../images/close_arrow.svg");
   margin-top: 3px;
}
.select_title{
    color:#176AFF;
}
.im_left_item {
    padding-left: 20px;  
}
/* .im_left_item>.im_left_title2{
    display: none;
}
.im_left_item_selected>.im_left_title2{
    display: block !important;
} */


@media screen and (max-width: 500px) {
    .im_set_div {
        margin-left: 2%;
        margin-right: 2%;
        background-color: white;
        display: flex;
        width: 96%;
        padding-bottom: 5px;
    }

    .im_set_list_left {
        display: none;
    }

    .w-all {
        width: 100%;
    }

    .w-half {
        width: 50%;
    }

    .left {
        float: left;
    }

    .im_set_btn_div {
        height: 40px;
        border-radius: 5px;
        cursor: pointer;
    }


    .im_set_btn_unselected {
        border: 0;
        line-height: 40px;
    }

    .im_set_list_left_div {
        background-color: #F6F7F9;
    }

    .im_left_item {
        font-weight: bold;
        line-height: 50px;
        padding-left: 30px;
        cursor: pointer;
    }

    .im_left_item_selected {
        color: white;
        background-color: #2072FE;
        padding-bottom: 8px;
    }

    .im_set_list_right {
        width: 100%;
        margin-left: 5px;
        margin-right: 5px;
    }

    .im_set_right_title_big {
        line-height: 68px;
        font-size: x-large;
        font-weight: 400;
        text-align: center;
    }

    .im_underline_1 {
        border-top: 1px solid #DDDDDD;
        width: 100%;
        margin-top: 10px;
        display: none;
    }

    .function_list_title_1 {
        font-weight: bold;
        line-height: unset;
        width: 120px;
        float: left;
        font-size: 12px;
        padding: 12px 15px;
    }

    .function_list_title_2 {
        min-width: 150px;
        line-height: 50px;
        float: left;
        color: #838377;
        line-height: unset;
        padding-left: 0px;
        font-size: 12px;
        padding-top: 12px;
        padding-bottom: 12px;
        min-height: 30px;
    }

    .function_list_title_div_right {
        width: calc(100% - 125px);
        float: left;
    }


    .function_list_title_3 {
        font-weight: bold;
        line-height: 42px;
        padding-left: 15px;
        font-size: 15px;
        background-color: #2072fe2b;
    }

    .background_function_div {
        background-color: white;
    }

    .background_function_div_2 {
        background-color: #F6F7F9;
    }

    .background_function_div_2 .background_function_div {
        background-color: #F6F7F9;
    }

    .app_switch_div {
        display: flex;
        line-height: 50px;
        background: white;
        margin-left: 2%;
        margin-right: 2%;
        padding-top: 10px;
        padding-left: 10%;
        padding-right: 10%;
    }

    .im_set_btn_left {
        text-align: right;
        padding-right: 10px;
        border-radius:0;
    }

    .im_set_btn_right {
        text-align: left;
        padding-left: 10px;
        border-radius:0;
    }
    .small_none {
        display: none;
    }
    .app_switch_div_span{
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
        border-width: 0px;
        font-size: 16px;
    }

    .im_set_btn_selected {
        background-color: white;
        color: black;
        border-bottom: 3px solid #2072FE;
    }
}
