#right_count {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
}

#right_count_left {
    border-right: 2px solid #275ea9;
}

#right_body_count {
    margin-left: 2.5%;
    margin-right: 2.5%;

}

#right_body_count .user_infor_count {
    padding: 20px 35px;
    border: 2px solid #275ea9;
    margin-top: 20px;
    position: absolute;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 2px 2px 2px 2px #bdcee0;
    width: 100%;
    position: inherit;
    display: inline-table;
}

#right_body_count .user_infor_count .notice {
    float: left;
}

#right_body_count .user_infor_count .head_img {
    width: 110px;
    height: 110px;
    float: right;
}

.list_tile {
    overflow: hidden;
    font-weight: bolder;
    color: #275ea9;
    float: left;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    border-bottom: 2px solid #275ea9;
    margin-top: 10px;
}

.list_count {
    overflow: hidden;
    padding-top: 20px;
    width: 105%;
    min-height: 50px;
    height: auto;
}
@media only screen and (max-width: 1000px) {
    #right_count_right {
        display: none;
    }

    #app{
        width: 100% !important;
    }
}
@media only screen and (max-width: 800px) {
    .list_count .list_one {
        width: 95% !important;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1200px) {
    .list_count .list_one {
        width: 46% !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1800px) {
    .list_count .list_one {
        width: 30% !important;
    }
}

@media only screen and (min-width: 1800px) and (max-width: 2500px) {
    .list_count .list_one {
        width: 17% !important;
    }
}

@media only screen and (min-width: 2500px) {
    .list_count .list_one {
        width: 13.7% !important;
    }
}

.list_count .list_one {
    width: 22%;
    height: 230px;
    box-shadow: 0px 0px 10px #d0d7df;
    -webkit-box-shadow: 0px 0px 10px #d0d7df;
    -moz-box-shadow: 0px 0px 10px #d0d7df;
    margin: 5px;
    float: left;
    margin-left: 2.5%;
    margin-right: 0%;
    margin-top: 20px;
    padding: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 5px;
}

.list_count .list_one .top_count {
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 100%;
    background-color: aquamarine;
    color: white;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 5px;
}

.list_count .list_one .bottom_count {
    height: 150px;
    width: 90%;
    margin-left: 5%;
}

.subject_name {
    height: 60px;
    /* line-height: 50px; */
    padding-top: 15px;
    color: black;
    font-weight: bolder;
    white-space: normal;
    overflow: hidden;
}

.subject_name .list_one {
    height: 280px !important;
}

.subject_name .top_count {
    font-size: 20px;
    font-weight: bolder;
}

.subject_name .bottom_count {
    height: 200px !important;
}

.subject_name .subject_value {
    height: 25px !important;
    line-height: 25px !important;
}

.subject_name .but_submit {
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    display: block;
    width: 150px;
    float: left;
    text-align: center;
    padding: 0 0;
    margin-top: 10px;
    position: absolute;
    margin: auto;
    cursor: pointer;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.subject_value {
    height: 25px;
    line-height: 25px;
    color: rgb(62 62 63);
    font-weight: 400;
}

#body_right_count {
    overflow: hidden;
    width: 70%;
    margin-left: 50px;
    border: 2px solid #275ea9;
    margin-top: 20px;
    position: absolute;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 2px 2px 2px 2px #bdcee0;
}

#body_right_count .left_count {
    width: 200px;
    position: absolute;
    height: 100%;
}

#body_right_count .left_count img {
    width: 110px;
    height: 110px;
    margin-top: 20px;
    margin-left: 30px;
}

#body_right_count .right_count {
    width: 100%;
    position: absolute;
    height: 100%;
    margin-left: 200px;
    margin-top: 20px;
}

#body_right_count .right_count .one_count {
    line-height: 30px;
    font-weight: 400;
    color: black;
    font-weight: 800;
    font-family: serif;
}

.select_ioc{
    width: 0;
    height: 0;
    border-bottom: 5px solid white;
    border-left: 5px solid white;
    border-right: 5px solid white;
    border-top: 10px  solid #0885D1;  
    display: table-cell;
}

.one_count_list:hover {
    border: 1px solid;
    opacity: .7;
}