#side-menu li a{
    font-size: 15px;
}

#side-menu li a .fa.arrow{
    font-size: 20px;
}

#side-menu .J_menuItem{
    line-height: 30px;
}

.page-inner{
    padding: 20px;
}

.page_title{
    margin-bottom: 20px;
}

.page_operates{
    margin-bottom: 20px;
}

.required::before {
    display: inline-block;
    margin-inline-end: 4px;
    color: #ff4d4f;
    font-size: 14px;
    font-family: SimSun, sans-serif;
    line-height: 1;
    content: "*";
}

.container_image,.container_video {
    width: 80px;
    height: 80px;
    border: 1px solid #e3e3e3;
    text-align: center;
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    overflow: hidden;
}

.container_image img,.container_video img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    max-width: 100%;
}

.container_image input,.container_video input {
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

.th-inner{
    background: #fff;
    line-height: 30px;
}

td{
    background: #fff;
}