body {
    width: 100%;
    height: 100%;
    background: #F2F2F2;
}

/* #left-nav{
    height: calc(100% - 80px);
} */
.main {
    display: flex;

}

.main .right-main {
    height: 834px;
    flex: 1;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
}

.main .right-box {
    width: 100%;
    height: 100%;
    padding: 16px;
    box-sizing: border-box;
    background: #ffffff;
}

.main .right-main .main-right-top {
    justify-content: space-between;
}

.main .right-main .main-right-top .main-right-top-left {}

.common-button {
    background: #1E4292;
    border-radius: 3px;
}

.main .right-main .main-right-top .main-right-top-left .refresh {
    width: 43px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    display: flex;
}

.main .right-main .main-right-top .main-right-top-left .refresh img {
    width: 23px;
    height: 30px;
    margin: auto;
    align-items: center;

}

.main .right-main .main-right-top .main-right-top-left .img-span {
    padding: 0 13px;
}

.main .right-main .main-right-top .main-right-top-left .img-span img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.main .right-main .main-right-top .main-right-top-left .img-span span {
    color: #ffffff;
    font-size: 20px;
}

.main-right-top-right {}

.main-right-top-right .search-box {}

.input {
    width: 131px;
    height: 37px;
    border: 1px #ccc solid;
    border-radius: 3px;
    margin-right: 12px;
}

.main-right-top-right .search-box input {
    outline: none;
    border: none;
    width: 131px;
    height: 37px;
    line-height: 37px;
    padding: 0 14px;
    box-sizing: border-box;

}

.main-right-top-right .search-box .tap-search {
    width: 85px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;

}


.main .right-main .main-right-bottom {}

#left-nav {
    /* height: 860px; */
}

table {
    margin-top: 10px;
    border-spacing: 0;
    width: 100%;
    text-align: center;
    border: 1px solid #E6E6E6;
}

table thead tr th {
    background: #F2F2F2;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    padding: 5px 15px;
    border-bottom: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
}

table tbody tr td {
    /* width: 20%; */
    background: #FFFFFF;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    padding: 5px 15px;
    border-bottom: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
}

table tbody tr td input {
    height: 22px;
    border: 0px;
    border-bottom: 1px solid #DEDEDE;
}

table tbody tr:hover td {
    background: #F2F2F2;
}

table tbody a {
    display: inline-block;
    margin: 3px 5px;
    color: #1E4292;
}

table tbody a:hover {
    cursor: pointer;
    color: #1E9FFF;
    text-decoration: none;
}

label {
    cursor: pointer;
}

label input {
    cursor: pointer;
    position: relative;
    top: 1px;
}


.on-to-page{
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 2px solid #F2F2F2;
}
.cz a{
    text-decoration: none;
    color: #1E4292;
}