body {
    background: #F3F5F7;
}

.container {
    margin-top: 100px;
}

.service-center-box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.service-left-box {
    width: 280px;
    margin-right: 20px;
}

.service-left-box ul {
    box-shadow: 0px 2px 8px 0px rgba(229, 229, 229, 0.5);
    border-radius: 4px;
    border: 1px solid #EDEDED;
}

.service-left-box ul li {
    height: 50px;
    line-height: 50px;
    color: #333333;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
}

.service-left-box .active-tab {
    background-color: #2080F7;
    color: #fff;
}

.service-right-box {
    min-height: 600px;
    background-color: #fff;
    padding: 16px;
    width: 100%;
    box-shadow: 0px 2px 8px 0px rgba(229, 229, 229, 0.5);
    border-radius: 4px;
    border: 1px solid #EDEDED;
}

.banner-photo {
    margin-bottom: 53px;
}

input[type=file] {
    display: none;
}

.upload-btn {
    width: 100%;
    height: 40px;
    border: 1px solid #D9D9D9;
    background-color: #fff;
    color: #1D80F7;
}

.avatar-uploader .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.avatar-uploader .el-upload:hover {
    border-color: #409EFF;
}

.avatar-uploader-icon {
    font-size: 25px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    background: #F2F2F2;
    border-radius: 4px;
    text-align: center;
    color: #999999;
}

.avatar {
    width: 56px;
    height: 56px;
    display: block;
}

.choose-book-box {}

.el-input-group__append {
    background-color: #1D80F7;
    color: #fff;
}

.add-btn {
    width: 54px;
    height: 28px;
    line-height: 28px;
    padding: 0;
    text-align: center;
    border: 1px solid #D9D9D9;
    background-color: #fff;
    color: #1D80F7;
    margin-top: 6px;
}

.el-textarea__inner {
    height: 80px;
}

.service-form {
    width: 70%;
    margin: 0 auto;
}

.submit-btn button{
    width: 300px;
    background: #1D80F7;
    border-radius: 4px;
    margin-bottom: 50px;
}

.add-dialog-box,
.el-dialog__body {
    padding: 0;
}

.add-dialog-box .el-dialog__header {
    height: 50px;
    line-height: 50px;
    color: #333333;
    background: #E9EEF9;
    padding: 0;
}

.add-dialog-box .el-dialog__title {
    display: inline-block;
    line-height: 50px;
    font-size: 16px;
    text-indent: 20px;
}

.el-dialog__headerbtn {
    top: 0;
}

.delete-icon {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: #FFE0E3;
    color: #FF2E42;
    margin-left: -10px;
    border-radius: 0px 4px 0px 11px;
}

.searchinput {
    margin-bottom: 26px;
    width: 80%;
}

.searchinput .el-input__inner {
    height: 34px;
}

.add-books-li {
    display: flex;
    justify-content: space-between;
    line-height: 40px;
    border-bottom: 1px solid #D9D9D9;
}

.search-box {
    width: 100%;
}

.text-line1 {
    margin-bottom: 29px;
}

.text-line2 {
    font-size: 16px;
    padding: 5px 15px;
    background: linear-gradient(290deg, #FFFAFA 0%, #FFF2F2 100%);
    border-radius: 19px;
}

.color-red {
    color: #FF2E42;
}

.permission-box .el-dialog__body {
    padding: 30px 20px;
}

.permission-box .el-dialog__headerbtn {
    top: 15px;
}
.search-container {
    display: flex;
    justify-content: space-around;
    height: 100%;
}

.arrow-right-box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.choose-book-right {
    width: 40%;
    height: 460px;
    background: #F4F7F9;
    padding: 10px 14px;
}

.choose-book-right ul li {
    /* width:95%; */
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border-radius: 4px;
    text-indent: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    margin-top: 10px;
}



.choose-books-box {
    display: flex;
    padding: 20px;

}

.choose-book-left {
    width: 100%;
    height: 460px;
    position: relative;
}

.pagination-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

