#head_1 {
    position: relative;
    top: 25%;
    width: 100%;
    height: 50%;
    margin: 0;
    padding-left: 80px;
    font-size: 3em;
    text-align: center;
    align-items: center;
    color: white;
}

#head_2 {
    right: 10%;
    top: 10%;
    width: 10%!important;
    height: auto;
    font-size: 2em;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 5px;
}

/* #head_3 {
    
} */
#head_3 {
    right: 0px!important;
    top: 10px!important;
    width: 20%!important;
    height: auto;
    font-size: 1.5em;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 5px;
}

#head_4 {
    left: 210px;
    top: 5px;
    width: 18%;
    height: auto;
    font-size: 30px;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 5px;
}

#head_0 {
    left: 2%;
    top: 0px;
    width: 13%;
    height: 100%;
    background-image: url(../image/HuzhouCollegeLogo.png);
    background-size: 100% 90%;
    background-repeat: no-repeat;
    background-position: center;
}

.figure {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}

#content {
    top: 12%;
    height: 88%;
    width: 100%;
}
.left_shouye {
    width: 12.35%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    float: left;
    display: block;
    margin: 0px 0.5px 0px 0.5px;
    font-size: 1.5rem;
    color: rgb(0, 0, 0);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #dce6f1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.left_list_button {
    width: 25%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    float: left;
    display: block;
    margin: 0px 0.5px 0px 0.5px;
    font-size: 1.5em;
    color: rgb(0, 0, 0);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #dce6f1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.left_list_button:hover {
    color: white;
    background-color: rgb(44, 74, 130);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.his_button {
    position: absolute;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: white;
    cursor: pointer;
    border: 1.5px #3ff3f4 solid;
}
#tab {
    width: 20%;
    height: 3%;
    top: 3.5%;
    left: 40%;
    border:2.5px #3ff3f4 solid;
    background-color: #dce6f1;
    /* z-index: 999; */
    color: white;
    font-size: 16px;
    border-radius: 50px;
    font-size: 20px;
}

#tab_1 {
    left: 0%;
    width: 55%;
    height: 100%;
    border-radius: 50px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #2c4a82;
    transition: left 0.15s ease-in;
}

#tab_2 {
    left: 0%;
    width: 50%;
    height: 100%;
    border-radius: 50px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999
}

#tab_3 {
    right: 0%;
    width: 50%;
    height: 100%;
    border-radius: 50px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999
}

.page_button {
    position: absolute;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    cursor: pointer;
}

.btn-list {
    position: absolute;
}

.btn {
    position: absolute;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    background-color: #2c4a82;
    transition: all .5s;
    text-align: center;
    line-height: 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: white;
    cursor: pointer;
}

.btn:hover {
    background-color: #002a6e;
}

.btn:hover .btn-text {
    transform: rotateX(5deg);
}

.btn.active {
    background-color: #002a6e;
    transform: translateY(4px);
}

.btn-text {
    transform: rotateX(15deg);
    display: inline-block;
}

th{
    font-weight: normal!important;
}

#characteristic_value_1{
    width: 13%;
    height: 24%;
    left: 85%;
    top: 115%;
}
#characteristic_value_2{
    width: 13%;
    height: 24%;
    left: 85%;
    top: 147%;
}
#characteristic_value_3{
    width: 13%;
    height: 24%;
    left: 85%;
    top: 180%;
}
#characteristic_value_4{
    width: 13%;
    height: 24%;
    left: 85%;
    top: 212%;
}
#characteristic_value_5{
    width: 13%;
    height: 24%;
    left: 85%;
    top: 245%;
}
#characteristic_value_6{
    width: 13%;
    height: 24%;
    left: 85%;
    top: 277%;
}
/* #characteristic_value_1 .el-table, #characteristic_value_1 .el-table__expanded-cell,.el-table th {
    background-color: #00065c;
} */


#logOut{

    height: 4%;
    width: 18%;
    top: 3%;
    left: 80%;
    /* background-color: #fff; */
    color: #fff;
    font-size: 20px;
    display: flex!important;
    align-items: center;
    justify-content: space-around;
}
#logOut_1{

    height: 100%;
    width: 20%;
    top: 0%;
    left: 12%;
    font-size: 1.5rem;
    display: flex!important;
    align-items: center;
    justify-content: space-around;
}
#logOut_2{

    height: 100%;
    width: 30%;
    top: 0%;
    left: 29%;
    font-size: 1.5rem;
    display: flex!important;
    align-items: center;
    justify-content: left;
}
#logOut_3{

    height: 100%;
    width: 30%;
    top: 0%;
    left: 53%;
    font-size: 1.5rem;
    display: flex!important;
    align-items: center;
    justify-content: space-around;
}

#root{
    height: 100%;
    width: 15%;
    top: 0%;
    left: 88%;
    font-size: 1.5rem;
    display: flex!important;
    align-items: center;
    justify-content: space-around;
}

.buzou_button {
    top: 50%;
    width: 30%;
    height: 50%;
    position: relative;
    box-sizing: border-box;
    float: left;
    display: block;
    margin: 0.5px 0.5px 0.5px 0.5px;
    font-size: 1.5rem;
    color: rgb(0, 0, 0);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #dce6f1;
    border-radius: 10px;
}

.to_right {
    top: 30%;
    float: left;
    display: block;
    position: relative;
    border-left: 40px solid #1874CD;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
