.user-page {
    background-color: #f4f4f4;
    padding-top: 20px;
}

.user-siderbar {
    width: 244px;
    /* height: 944px; */
    background-color: #ffffff;
    border-radius: 8px 0px 0px 8px;
    padding-bottom: 100px;
}

.siderbar-menus ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.siderbar-menus {
    padding: 25px;
    font-size: 15px;
}

.s-m-g {
    padding-bottom: 20px;
}

.s-m-g li {
    /* margin-bottom: 15px; */
    padding: 10px;
}

.s-m-g li img {
    margin-right: 15px;
}

img.hover-img {
    display: none;
}

.s-m-g li.active img,
.s-m-g li:hover img {
    display: none;
}

.s-m-g li.hover-img {
    display: block;
}

.s-m-g li.active img.hover-img,
.s-m-g li:hover img.hover-img {
    display: inline-block;
    /* color: #ff5692; */
}

.s-m-g li.active,
.s-m-g li:hover {
    color: #ff5692;
    /* background: #ff569214; */
    background-color: #fff8fa;
    border-radius: 4px;
}

.user-content {
    width: 945px;
}

.row.user-page-row {
    justify-content: space-between;
    padding-bottom: 30px;
}

.user-info1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-row1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    padding: 20px 30px;
    border-radius: 5px;
}

.user-img1 {
    width: 120px;
    height: 120px;
    background-color: #eeeeee;
    border-radius: 50%;
    overflow: hidden;
}

.user-img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-row1 {}

.user-info-1-r span {
    font-size: 14px;
    color: #8e8e93;
}

.user-info-1-r h3 {
    display: inline-block;
    font-size: 22px;
    margin: 0;
    margin-right: 25px;
}

.user-info-1-r {
    margin-left: 20px;
}

.user-info-1-r p {
    margin: 0;
    margin-top: 10px;
}

.user-info-1-r i {
    margin-right: 5px;
}

.edit-span {
    cursor: pointer;
}

.user-row-20 .b-123-cc {
    margin-top: 15px;
    width: 45%;
    box-shadow: 0px 4px 6px 0px rgb(156 156 156 / 41%);
}

.user-row-20 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.question-circle-d {
    display: inline-block;
    position: relative;
    margin-left: 20px;
}

.question-circle-d p {
    position: absolute;
    width: 314px;
    /* height: 57px; */
    background-color: #9d9eaa;
    border-radius: 8px;
    /* opacity: 0.5; */
    color: white;
    font-size: 14px;
    padding: 10px;
    margin: 0;
    left: -165px;
    bottom: -68px;
    display: none;
    opacity: 0;
    transition: opacity 1s;
}

.question-circle-d i {
    color: #d8d8e2;
    font-size: 18px;
    /* border: 2px solid #d8d8e2; */
}

.question-circle-d:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #9d9eaa;
    color: white;
    position: absolute;
    transform: rotate(45deg);
    bottom: -15px;
    left: 4px;
    display: none;
    opacity: 0;
    transition: opacity 1s;
}

.question-circle-d:hover:after,
.question-circle-d:hover p {
    display: block;
    opacity: 1;
}

.question-circle-d:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 30px;
    display: block;
    /* background: black; */
    bottom: -21px;
    left: -55px;
}

.my-msg-item1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
    cursor: pointer;
}

.my-msg-item1 h3 {
    margin: 0;
}

.my-msg {
    /* margin-top: 0px; */
    padding: 15px;
    background-color: white;
    margin-top: 24px;
    border-radius: 5px;
}

.my-msg-item1 p {
    font-size: 14px;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}

.my-msg-item1 span {
    color: #8e8e93;
    font-size: 14px;
}

.my-msg-item1 span img {
    margin: 0 10px;
}

.user-info-1-r span img {
    margin-right: 10px;
}

.side-fixed {
    background-color: #ffffff;
    box-shadow: -15px 0px 30px 0px rgba(67, 69, 96, 0.05);
    border-radius: 8px 0px 0px 8px;
    position: fixed;
    right: 0;
    top: 0;
    opacity: 0;
    overflow: hidden;
    width: 0;
    transition: all 0.3s;
    height: 100vh;
    overflow-y: auto;
}

.user-edit-fixed.show {
    width: 520px;
    opacity: 1;
}

.user-edit-container {
    padding: 40px 20px;
}

.user-1-img {
    width: 120px;
    height: 120px;
    background-color: #000000;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: auto;
    cursor: pointer;
}

.user-1-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}

.user-1-img::before {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    background-image: url(../img/user/edit-w.png);
    background-size: 90%;
    left: calc(50% - 16px);
    top: calc(50% - 16px);
    background-position: center;
    background-repeat: no-repeat;
}

.user-edit-row>label {
    color: #8e8e93;
    font-size: 14px;
    min-width: 60px;
    display: inline-block;
    /* margin-top: 3px; */
    /* position: relative; */
    /* top: 6px; */
    line-height: 50px;
}

.user-edit-row {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin: 20px 0;
}

.user-edit-row>label {
    /* margin-top: 15px; */
}

.user-edit-row>input {
    height: 50px;
    background-color: #ffffff;
    flex: 1;
    border: 0;
    border-bottom: 1px solid #f2f3f8;
    padding: 0 20px;
    outline: 0;
    color: black;
    font-size: 14px;
    letter-spacing: 1;
}

.radio-group-2 {
    display: flex;
    justify-content: space-between;
    flex: 1;
}

.women-radio,
.man-radio {
    width: 32%;
    border-radius: 4px;
    border: solid 1px #f2f3f8;
    height: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 7%;
}

.women-radio input,
.man-radio input {
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
}

.radio-group-2 label {
    /* padding: 0 20px; */
    color: black;
}

.radio-group-2 label img {
    margin-right: 10px;
}

span.checked-icon {
    width: 16px;
    height: 16px;
    background-color: #d8d8e2;
    border-radius: 50%;
    display: inline-block;
}

.check-box input {
    margin: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.check-box {
    position: relative;
    width: 16px;
    height: 16px;
}

.radio-group-2 input[type="radio"]:checked+.checked-icon,
.check-box input[type="checkbox"]:checked+.checked-icon {
    background-color: #ff5692;
    background-image: url(../img/check-white.png);
    background-position: center;
    background-size: 55%;
    background-repeat: no-repeat;
}

span.u-e-i {
    position: absolute;
    right: 5px;
    color: #8e8e93;
    font-size: 14px;
}

span.u-e-i i {
    margin-left: 5px;
}

.user-edit-row textarea {
    width: 100%;
    outline: 0;
    border-radius: 4px;
    border: solid 1px #f2f3f8;
    padding: 10px;
}

.user-1-img input {
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}

button.save-btn {
    width: 110px;
    height: 36px;
    background-color: #ff5692;
    border-radius: 18px;
    color: white;
    border: 0;
    outline: 0;
    cursor: pointer;
}

.submit-row-22 {
    padding-left: 60px;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    padding-bottom: 30px;
}

.zzqy-btn {
    cursor: pointer;
}

.mas-container.qy-mas-container {
    width: 460px;
}

.mas-container.qy-mas-container {
    width: 460px;
    height: auto;
}

.mas-container.qy-mas-container .user-edit-row>label {
    min-width: 40px;
}

.mas-container.qy-mas-container .submit-row-22 {
    padding-left: 40px;
}

.check-box .checked-icon {
    width: 100%;
    height: 100%;
    display: inline-block;
    /* background-color: #ff5692; */
}

.title-g-22 h3,
.title-g-22 p {
    margin: 0;
}

.title-g-22 h3 {
    font-size: 22px;
}

.title-g-22 p {
    font-size: 14px;
    color: #d8d8e2;
    margin-top: 10px;
}

.agree-row-22 p {
    color: #8e8e93;
    margin: 0;
    margin-left: 10px;
}

.agree-row-22 p span {
    color: #5a6dff;
}

.agree-row-22 {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-top: 60px;
}

.cz-content {
    background: white;
    padding: 25px;
}

.map-22 {
    font-size: 14px;
    color: #8e8e93;
    /* padding: 20px; */
}

.map-22 a {
    color: black;
}

.cz-row1 {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
    align-items: self-end;
    padding-bottom: 20px;
}

.cz-row1 h3 {
    margin: 0;
}

.radio-row-33 {
    flex-wrap: wrap;
    display: flex;
}

.radio-content {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 8px;
    border: solid 1px #f2f3f8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.radio-item input {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.radio-item input[type="radio"]:checked+.radio-content {
    border: solid 1px #ff5692;
    color: #ff5692;
}

.radio-item {
    position: relative;
    width: 137px;
    height: 50px;
    margin-right: 10px;
}

span.pink-tag {
    position: absolute;
    right: -2px;
    top: 0;
    color: #ffffff;
    width: 46px;
    height: 20px;
    background-color: #ff5692;
    border-radius: 0px 6px 0px 6px;
    font-size: 12px;
    zoom: 0.8;
    display: inline-block;
    text-align: center;
    line-height: 20px;
}

.radio-33-g {}

.radio-33-item {
    height: 110px;
    background-color: #ffffff;
    box-shadow: 1px 1px 5px 6px rgba(67, 69, 96, 0.05);
    border-radius: 8px;
    width: calc(47% - 60px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    position: relative;
}

.tt-33 {
    display: flex;
    align-items: center;
}

.tt-33 img {
    margin-right: 20px;
}

.raido-33-g {
    display: flex;
    justify-content: space-between;
}

.sp-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    padding: 10px;
}

.sp-row p span {
    color: #ff5692;
    font-size: 24px;
}

.tt-33 input {
    position: absolute;
    width: 100%;
    height: 100%;
}

.radio-33-item input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
}

.radio-33-item input[type="radio"]:checked+.checked-icon {
    background-color: #ff5692;
    background-image: url(../img/check-white.png);
    background-position: center;
    background-size: 55%;
    background-repeat: no-repeat;
}

span.pink {
    color: #ff5692;
    font-size: 14px;
}

.diy-set-item input {
    position: relative;
    width: 137px;
    height: 50px;
    margin-right: 10px;
    /* width: 100%; */
    /* height: 100%; */
    background-color: #ffffff;
    border-radius: 8px;
    border: solid 1px #f2f3f8;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    text-align: center;
    font-size: 16px;
}

.diy-set-item input:focus,
.diy-set-item input.pink-class {
    border: solid 1px #ff5692;
    color: #ff5692;
}

.diy-set-item input[type=number]::-webkit-inner-spin-button,
.diy-set-item input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.diy-set-item input[type=number] {
    -moz-appearance: textfield;
}

.radio-row-33.clean-radio .radio-item .radio-content {
    border: solid 1px #f2f3f8 !important;
    color: black !important;
}

.user-msg-fixed.side-fixed {
    background-color: #ffffff;
    box-shadow: -15px 0px 30px 0px rgba(67, 69, 96, 0.05);
    border-radius: 8px 0px 0px 8px;
    position: fixed;
    right: 0;
    top: 139px;
    opacity: 0;
    overflow: hidden;
    width: 0;
    transition: all 0.3s;
}

.user-msg-fixed.side-fixed.show {
    width: 560px;
    opacity: 1;
    min-height: 500px;
}

.msg-container {
    padding: 30px;
}

.msg-detail {
    line-height: 1.5;
    margin: 30px 0;
    font-size: 14px;
}

span.msg-date-time {
    color: #8e8e93;
    font-size: 14px;
}

.msg-detail p {
    margin: 40px 0;
    letter-spacing: 1px;
}

.my-msg-g-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.my-msg-g-title span {
    color: #8e8e93;
    font-size: 14px;
}

.my-msg-g-title span img {
    margin-right: 8px;
}

.my-msg-g-title h3 {
    font-size: 22px;
}

.tags-manager {
    background: white;
    padding: 30px;
    min-height: 400px;
}

.tags-manager-list span {
    margin-right: 15px;
}

.tags-manager-list .input-new-tag {
    width: 150px;
}

.tags-manager-list i.el-tag__close.el-icon-close:hover {
    background-color: unset;
    color: #ff5692;
}

.tags-manager-list {
    margin-top: 30px;
}

.user-books-content {
    background: white;
    padding: 30px;
    position: relative;
}

.user-book-tj .c-book-item {
    width: 70%;
}

.user-book-tj .c-book-item .c-book-info {
    flex: 1;
}

span.black-t {
    color: black;
}

.user-book-tj {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.books-manager-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -29px;
    margin-right: -29px;
}

.s2-item-box.book-item2 {
    margin: 29px;
    position: relative;
}

.row-11 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

span.t-b {
    width: 52px;
    height: 24px;
    background-color: #434560;
    border-radius: 0px 4px 0px 4px;
    color: white;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 24px;
}

.books-checkbox {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    cursor: pointer;
    display: none;
}

.books-checkbox input[type="checkbox"] {
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
    position: relative;
    z-index: 10;
    cursor: pointer;
}

.books-checkbox span.checked-icon {
    position: absolute;
    right: 10px;
    top: 155px;
    opacity: 0.7;
}

.books-checkbox input[type="checkbox"]:checked+.checked-icon {
    background-color: #ff5692;
    background-image: url(../img/check-white.png);
    background-position: center;
    background-size: 55%;
    background-repeat: no-repeat;
    opacity: 1;
}

.bottom-control {
    /* width: 956px; */
    /* height: 60px; */
    background-color: #ffffff;
    /* box-shadow: 7px 10px 10px 8px rgba(67, 69, 96, 0.05); */
    border-radius: 0px 0px 8px 0px;
    /* position: absolute; */
}

.bottom-control {
    /* width: calc(100% - 60px); */
    /* height: 60px; */
    background-color: #ffffff;
    /* box-shadow: 0px -3px 5px 0px rgb(67 69 96 / 18%); */
    border-radius: 8px;
    display: flex;
    align-items: center;
    /* margin-left: -30px; */
    /* padding: 0 30px; */
    justify-content: space-between;
    font-size: 14px;
    color: #8e8e93;
    width: 180px;
}

.l-row2 {
    display: flex;
}

.check-box-all {
    display: flex;
    margin-right: 25px;
    align-items: center;
}

.check-box-all {}

.check-box-all .check-box {
    margin-right: 5px;
}

.l-row2 i {
    margin-right: 5px;
}

.check-box-all.pink {
    color: #ff5692;
}

.check-box-all input {
    width: 60px;
    cursor: pointer;
}

.finish-span {
    color: #18d275;
    cursor: pointer;
}

.books-manager-list.delete-run .books-checkbox {
    display: block;
}

.delete-span {
    cursor: pointer;
}

.row-11 i {
    cursor: pointer;
}

.user-author-content {
    background: white;
    padding: 25px;
}

.user-author-row1 {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    padding-right: 0;
    margin-bottom: 70px;
}

.author-r-1 ul {
    display: flex;
    list-style: none;
}

.author-r-1 {
    text-align: right;
    color: #8e8e93;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}

.author-r-1 li {
    width: 96px;
    height: 36px;
    background-color: #43456052;
    border-radius: 18px;
    /* opacity: 0.3; */
    text-align: center;
    line-height: 36px;
    margin-left: 15px;
    color: white;
    cursor: pointer;
}

.author-r-1 li:nth-last-child(1) {
    width: 120px;
    height: 36px;
    background-color: #ff9c0096;
    border-radius: 18px 0px 0px 18px;
}

.author-r-1 li i {
    margin-left: 15px;
}

.author-r-1 span i {
    font-size: 18px;
    margin-right: 0px;
    position: relative;
    bottom: -1px;
}

.author-book-item {
    width: 430px;
    height: 289px;
    background-color: #ffffff;
    box-shadow: 1px 3px 20px 0px rgb(67 69 96 / 33%);
    border-radius: 8px;
    margin-bottom: 30px;
}

.author-book-list2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.author-book-1 .img-box {
    width: 69px;
    height: 92px;
}

.author-book-1 {
    display: flex;
    position: relative;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-book {
    padding: 20px;
    border-bottom: 1px solid #f2f3f8;
}

.author2 h5 {
    margin: 0;
    font-size: 16px;
}

.author-2-2 span {
    color: #8e8e93;
}

.author-2-2 {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}

.author-2-2 p {
    margin: 0;
}

.author2 {
    height: 92px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 10px;
    flex: 1;
}

.author2-1.t-row {
    padding: 0;
}

.qy {
    background-image: url(../img/user/qy.png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
}

.author-book-2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 30px;
}

.author-book-2 .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.author-book-2 label {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.author-book-2 span {
    font-size: 12px;
    color: #8e8e93;
}

.item.more-1-item {
    cursor: pointer;
}

span.more-1 {
    width: 36px;
    height: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px #f2f3f8;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
    color: #d8d8e2;
}

.author-book-btn-group {
    padding: 20px;
    display: flex;
    align-items: center;
}

span.xjzj {
    width: 110px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 18px;
    border: solid 1px #ffe9f1;
    display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff5692;
    font-size: 14px;
    cursor: pointer;
}

span.xjzj i {
    margin-right: 5px;
    position: relative;
    top: 1px;
}

span.hdpl {
    width: 110px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 18px;
    border: solid 1px #f2f3f8;
    justify-content: center;
    align-items: center;
    color: #8e8e93;
    display: flex;
    font-size: 14px;
    /* justify-self: flex-end; */
    margin-left: 10px;
    cursor: pointer;
}

span.operation {
    letter-spacing: 5px;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
}

.last-flex {
    display: flex;
    justify-content: flex-end;
    flex: 1;
    position: relative;
}

.pen-pink {
    width: 56px;
    height: 56px;
    background-image: url(../img/user/pen-pink.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 20px;
    /* bottom: 200px; */
    cursor: pointer;
}

.pen-fixed-full {}

.pen-fixed-full {
    position: fixed;
    bottom: 150px;
    height: 0;
    left: 0;
    width: 100%;
}

.pen-fixed-full .container {
    position: relative;
    height: 0;
}

.side-fixed.show {
    width: 560px;
    opacity: 1;
}

.user-side-container {
    padding: 30px 50px;
    position: relative;
}

.user-side-container>h4 {
    margin: 0;
    font-size: 18px;
    margin-bottom: 20px;
}

.img-uploader {
    width: 130px;
    height: 184px;
    background-color: #f8f8f8;
    border-radius: 4px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-dec {
    font-size: 14px;
    color: #b5b5bf;
}

i.el-icon-plus.img-uploader-icon {
    font-size: 24px;
}

.select-group-1 input {
    border: 1px solid #f2f3f8;
    width: 190px;
    height: 50px;
}

.select-group-1 .el-select {
    margin-right: 15px;
}

.el-textarea .el-input__count {
    opacity: 0.7;
}

.p1 {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

span.pink-text {
    color: #ff5692;
}

span.span3 {
    color: #b5b5bf;
}

.submit-row3 {
    height: 60px;
    background-color: #ffffff;
    box-shadow: 0px -8px 16px 0px rgba(67, 69, 96, 0.05);
    border-radius: 0px 0px 8px 8px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-left: -50px;
    margin-right: -50px;
}

.submit-row3 button {
    width: 110px;
    height: 36px;
    background-color: #ff5692;
    border-radius: 18px;
    border: 0;
    outline: 0;
    color: white;
    cursor: pointer;
}

.user-edit-row2 input {
    border: solid 1px #f2f3f8;
}

.tags-3 span {
    margin-right: 10px;
    margin-bottom: 10px;
}

.tags-3 {
    flex: 1;
    padding-top: 10px;
    padding-right: 45px;
}

.span8 {
    color: #b5b5bf;
    font-size: 14px;
    margin-top: 15px;
    position: absolute;
    right: 0;
    top: -10px;
    cursor: pointer;
}

span.span7 {
    color: #b5b5bf;
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 0px;
}

ul.opt-list {
    position: absolute;
    list-style: none;
    width: 120px;
    height: 224px;
    background-color: #ffffff;
    box-shadow: 0px 1px 2px 4px rgba(67, 69, 96, 0.05);
    border-radius: 8px;
    font-size: 13px;
    padding: 0;
    z-index: 1;
    display: none;
    right: -20px;
    top: 28px;
}

ul.opt-list li {
    padding: 13px 20px;
    cursor: pointer;
}

ul.opt-list:hover {
    display: block;
}

span.operation:hover+ul.opt-list {
    display: block;
}

ul.opt-list li:hover {
    background-color: #fff8fa;
    color: #ff5692;
}

[v-cloak] {
    display: none;
}

.add-btn3 {
    width: 460px;
    height: 50px;
    background-color: #f8f8f8;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #8e8e93;
    font-size: 14px;
    cursor: pointer;
    margin: auto;
    margin-top: 40px;
}

.add-btn3 i {
    font-size: 17px;
    margin-right: 5px;
}

.item3 {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
    /* border-bottom: 1px solid #f2f3f8; */
    /* height: 93px; */
    padding: 0 30px;
}

.l3 {
    width: 351px;
    /* border-bottom: 1px solid #f2f3f8; */
}

.l3 p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    color: #8e8e93;
    -webkit-box-orient: vertical;
    font-size: 12px;
}

.l3 h4 {
    font-size: 14px;
    margin: 0;
}

.item3 .delete {
    color: #8e8e93;
    font-size: 12px;
    cursor: pointer;
    display: none;
}

.item3:hover .delete {
    display: block;
}

.item3:hover {
    background-color: #f8f8f8;
    border-radius: 8px 0px 0px 0px;
}

.list3 {
    /* padding: 0 30px; */
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 50px;
}

.item3-con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f2f3f8;
    height: 93px;
    width: 460px;
    margin: auto;
}

.mas-container.xjfj-mas-container {
    width: 460px;
    height: 398px;
}

.el-input-number .el-input-number__decrease,
.el-input-number .el-input-number__increase {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    background: unset;
}

.user-edit-row .el-input-number input {
    height: 50px;
}

input.input-32 {
    height: 50px;
    background-color: #ffffff;
    flex: 1;
    border: 0;
    border-bottom: 1px solid #f2f3f8;
    outline: 0;
    color: black;
    font-size: 14px;
    width: 100%;
    letter-spacing: 1;
}

.user-edit-row>.el-form-item__content {
    flex: 1;
}

.select-group-1 {
    display: flex;
}

.el-form-item.user-edit-row label.el-form-item__label {
    /* margin-top: 6px; */
    text-align: left;
    line-height: 50px;
}

.submit-row33 {
    text-align: center;
}

.submit-row33 button {
    width: 110px;
    opacity: 0.7;
}

p.pink-p {
    text-align: center;
    color: #ff5692;
    font-size: 14px;
    margin-top: 70px;
}

.card-item {
    margin-top: 20px;
}

.alipay-bg,
.bank-bg {
    width: 460px;
    height: 120px;
    border-radius: 8px;
    background-color: #32b5ff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bank-bg {
    background-color: #d1b994;
    background-image: url(../img/user/bank-card-bg.png);
}

.alipay-bg {
    background-image: url(../img/user/alipay-bg.png);
}

.card-content {
    color: white;
}

.card-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 25px;
}

.card-content h3,
.orders-content h3,
.opinion-container h3 {
    margin: 0;
    font-size: 20px;
}

.card-content p {
    font-size: 14px;
}

.rr-1 span {
    opacity: 0.6;
    font-size: 14px;
    margin-left: 20px;
    cursor: pointer;
}

.card-group {
    margin-top: 45px;
}

.history-content,
.orders-content {
    padding: 30px;
    background: white;
    border-radius: 0px 8px 8px 0px;
    min-height: calc(100% - 50px);
}

.row-11>h3 {
    font-size: 18px;
}

.read-history-row .c-book-item {
    width: 100%;
    align-items: center;
    position: relative;
}

.read-history-row .c-book-info {
    width: auto;
    flex: 1;
    padding-right: 50px;
    height: 100%;
}

.read-btn-1.history-read {
    width: 110px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
}

.order-item {
    width: 380px;
    height: 130px;
    background-color: #ffffff;
    box-shadow: 3px 3px 16px 1px rgb(67 69 96 / 44%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 5px;
    position: relative;
}

.order-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.pay {
    width: 56px;
    height: 24px;
    background-color: #ffe9f1;
    border-radius: 4px;
    color: #ff5692;
    text-align: center;
    line-height: 24px;
}

.order-row h4 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.order-row p {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    margin-top: 5px;
}

.order-row div p span {
    font-size: 16px;
    font-weight: 400;
    margin-right: 5px;
}

.date-time {
    color: #8e8e93;
    display: block;
}

.orders-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.to-pay-btn {
    width: 70px;
    height: 28px;
    background-color: #ff5692;
    border-radius: 14px;
    border: 0;
    outline: 0;
    color: white;
    font-size: 13px;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 5px;
}

.no-pay {
    width: 56px;
    height: 24px;
    background-color: #f8f8f8;
    border-radius: 4px;
    color: #8e8e93;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.select-status .bottom-control {
    display: flex;
}

.select-status .select-start {
    display: none;
}

.user-content.select-status .books-checkbox {
    display: block;
}

.order-item .books-checkbox {
    top: 0;
    left: 0;
}

.order-item .books-checkbox {
    top: 0;
    left: 0;
}

.user-content.select-status .to-pay-btn {
    display: none;
}

.order-checkbox {
    display: none;
}

.user-content.select-status .books-checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-content.select-status .order-item span.checked-icon {
    right: 25px;
    top: 140px;
}

.user-content.select-status .order-checkbox {
    display: flex;
}

.bottom-control {
    display: none;
}

.user-content.select-status .read-btn-1.history-read {
    display: none;
}

.order-checkbox {
    position: relative;
    width: 100px;
    height: 100%;
}

.order-checkbox .books-checkbox .checked-icon {
    /* position: relative; */
    top: unset;
    /* right: unset; */
    /* display: block; */
    /* width: 18px; */
}

.select-33 {
    width: 210px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #f2f3f8;
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../img/user/down-icon1.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding: 0 15px;
    outline: 0;
    line-height: 36px;
}

.sell-logs-table {
    width: 100%;
}

.sell-logs-table tr th:nth-last-child(1),
.sell-logs-table tr td:nth-last-child(1) {
    text-align: right;
}

.sell-logs-table tr th {
    text-align: left;
    color: #b5b5bf;
    /* line-height: 50px; */
}

.sell-logs-table {
    font-size: 14px;
    line-height: 50px;
    border-collapse: collapse;
    margin-top: 50px;
}

.sell-logs-table tr {
    border-bottom: 1px solid #f2f3f8;
}

.sell-logs-table span {
    line-height: 24px;
}

.all-div {
    padding-right: 20px;
}

.my-comment-item {
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 109px;
    align-items: center;
    border-bottom: 1px solid #f2f3f8;
}

.my-comment-item h5 {
    font-size: 14px;
    margin: 10px 0;
    font-weight: 500;
    cursor: pointer;
}

.my-comment-item p {
    font-size: 13px;
    color: #8e8e93;
}

.my-comment-item p span {
    margin-right: 15px;
}

.my-comments-container {
    margin-top: 35px;
}

.my-comments-side-container {
    padding: 30px;
}

.my-comments-list .comment-content p {
    padding-right: 10px;
    width: calc(100% + 95px);
}

.my-comments-list .comment-item {
    border-bottom: 1px solid #f2f3f8;
    padding-bottom: 15px;
}

.comments-submit-row {
    height: 60px;
    background-color: #ffffff;
    box-shadow: 0px -8px 16px 0px rgba(67, 69, 96, 0.05);
    border-radius: 0px 0px 8px 8px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.comments-submit-row button {
    width: 110px;
    height: 36px;
    background-color: #ff5692;
    border-radius: 18px;
    border: 0;
    color: white;
    cursor: pointer;
    font-size: 14px;
}

.comments-submit-row input {
    width: 390px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #f2f3f8;
    text-indent: 1rem;
    outline: 0;
    margin-right: 10px;
}

.my-comments-side.side-fixed.show .user-side-container {
    padding-bottom: 100px;
}

.lq-btn {
    width: 82px;
    height: 36px;
    background-color: #ff5692;
    border-radius: 18px;
    border: 0;
    color: white;
    margin-left: 15px;
    cursor: pointer;
    outline: 0;
}

.code-input {
    width: 170px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 18px;
    border: solid 1px #f2f3f8;
    color: #b5b5bf;
    font-size: 14px;
    padding: 0 17px;
}

.invitation-banner {
    position: relative;
    margin-top: 60px;
}

.invitation-banner-content {
    position: absolute;
    color: white;
    padding: 30px;
}

.invitation-banner-content h3 {
    font-size: 28px;
}

.invitation-banner-content p {
    font-size: 16px;
}

.item-33-box {
    width: 276px;
    height: 120px;
    background-color: #ffffff;
    box-shadow: 2px 3px 11px 2px rgb(67 69 96 / 30%);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.item-33-box h3 {
    font-size: 24px;
}

.item-33-box p {
    margin: 0;
    padding: 0 25px;
    padding-top: 10px;
    color: #8e8e93;
    font-size: 14px;
    position: relative;
}

.item-33-box p i {
    /* margin-left: 7px; */
    font-size: 22px;
    color: #d8d8e2;
    position: absolute;
    top: 8px;
    right: 0;
}

.purple-blue {
    color: #5a6dff;
}

.description-box {
    padding: 20px;
    height: 80px;
    background-color: #ffffff;
    box-shadow: 2px 3px 11px 2px rgb(67 69 96 / 30%);
    width: 540px;
    margin-top: 40px;
    border-radius: 8px;
}

.description-box h4 {
    font-size: 16px;
    margin: 0;
}

.description-box h4 i {
    color: #ff5692;
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.description-box p {
    font-size: 14px;
    margin: 10px 0;
}

.h3-row {
    display: flex;
    margin-top: 50px;
}

.h3-row h3 {
    font-size: 18px;
    margin-right: 15px;
}

.h3-33 {
    color: #b5b5bf;
}

.invitation-table {
    line-height: 60px;
    text-align: left;
    width: 100%;
    font-size: 14px;
    border-collapse: collapse;
    margin-top: 10px;
}

.invitation-table th {
    color: #b5b5bf;
    font-weight: 200;
}

.invitation-table th:nth-last-child(1),
.invitation-table td:nth-last-child(1) {
    text-align: right;
}

.invitation-table tr {
    border-bottom: 1px solid #f2f3f8;
}

.touxiang-11 {
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    line-height: 60p;
    /* margin-top: 11px; */
    position: relative;
    top: 11px;
    margin-right: 15px;
}

.touxiang-11 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.invitation-banner.welfare-banner {
    margin: 30px 0;
}

.item-44-box {
    width: 390px;
    height: 64px;
    background-color: #ffffff;
    box-shadow: 3px 3px 9px 4px rgb(67 69 96 / 29%);
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding: 20px;
}

.item-44-left {
    display: flex;
    align-items: center;
}

.left-icon-1 {
    width: 44px;
    height: 44px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 10px;
}

.left-icon-1 img {
    width: 100%;
    object-fit: cover;
}

.item-44-left h4 {
    font-size: 16px;
    margin: 0;
}

.item-44-left p {
    color: #8e8e93;
    margin: 5px 0;
    font-size: 14px;
}

.span-444 {
    color: #8e8e93;
    font-size: 14px;
    /* padding-top: 30px; */
    position: relative;
    top: 12px;
}

.row-11.welfare-row-11 {
    margin-top: 40px;
}

.lq-btn-2 {
    width: 70px;
    height: 28px;
    background-color: #ff5692;
    border-radius: 14px;
    color: white;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    font-size: 13px;
}

.finished-11 {
    color: #18d275;
    font-size: 13px;
}

.subscribe-content-item {
    padding: 20px 30px;
    width: calc(50% - 60px);
    background: white;
    position: relative;
}

.subscribe-row-11 {
    display: flex;
}

.hui-text {
    color: #8e8e93;
}

.black-text {
    color: black;
    font-weight: bold;
}

.row-11.subscribe-row-44 {
    font-size: 14px;
    margin-top: 35px;
}

.subscribe-row-55 .c-book-item {
    width: 100%;
    position: relative;
    margin-top: 50px;
}

.subscribe-row-55 .c-book-item .order-checkbox {
    position: absolute;
    right: 0;
}

.subscribe-row-11 .subscribe-content-item:nth-child(1):after {
    width: 1px;
    height: 60%;
    position: absolute;
    right: 0;
    top: 20%;
    background-color: #e6e6e6;
    content: "";
    display: block;
}

.radio-33 input[type="radio"]:checked+.checked-icon {
    background-color: #ff5692;
    background-image: url(../img/check-white.png);
    background-position: center;
    background-size: 55%;
    background-repeat: no-repeat;
    opacity: 1;
    /* width: 14px; */
    /* height: 14px; */
}

.radio-33 {
    display: flex;
    align-items: center;
    font-size: 14px;
    position: relative;
}

.radio-33 span {
    margin-right: 5px;
}

.radio-33 input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.book-dingdan {
    position: absolute;
    right: 0;
    top: 0;
}

.subscribe-row-55 .c-book-item .c-book-info {
    width: 260px;
}

.opinion-container {
    background: white;
    padding: 35px 30px;
    min-height: calc(100% - 70px);
}

span.xfk-btn {
    width: 82px;
    height: 36px;
    background-color: #ff5692;
    border-radius: 18px;
    text-align: center;
    color: white;
    line-height: 36px;
    font-size: 14px;
    cursor: pointer;
}

.opinion-item-content {
    /* display: flex; */
    /* justify-content: space-between; */
    /* font-size: 14px; */
    /* border-bottom: 1px solid #f2f3f8; */
}

.opinion-item {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    border-bottom: 1px solid #f2f3f8;
    /* align-items: center; */
    padding: 25px 0px;
    padding-right: 10px;
}

.time-before {
    color: #8e8e93;
    font-size: 13px;
}

.replied,
.wait-reply {
    color: #18d275;
    background-color: #18d27526;
    border-radius: 4px;
    /* opacity: 0.1; */
    padding: 3px 5px;
}

.wait-reply {
    color: #8e8e93;
    background-color: #eeeeee;
}

.opinion-item-content p {
    margin-top: 0;
}

.opinion-list {
    margin-top: 50px;
}

.opinion-edit {
    padding: 40px;
}

h3 {}

.opinion-edit h3 {
    font-size: 18px;
    margin-bottom: 50px;
}

.submit-ss {
    width: 110px;
    height: 36px;
    background-color: #ff5692;
    border-radius: 18px;
    border: 0;
    outline: 0;
    color: white;
    font-size: 14px;
}

.pink-bubble {
    font-size: 12px;
    position: absolute;
    font-size: 12px;
    width: 38px;
    height: 36px;
    background-image: url(../img/ddd4.png);
    /* box-shadow: 0px 4px 8px 0px rgba(255, 86, 146, 0.3); */
    color: white;
    text-align: center;
    background-position: center;
    top: -6px;
    line-height: 27px;
    right: -42px;
}

.siderbar-menus a {
    position: relative;
}

.tab-menus-3 h4 {
    color: #b5b5bf;
    margin-right: 20px;
    cursor: pointer;
}

.tab-menus-3 {
    display: flex;
    font-size: 18px;
}

.tab-menus-3 h4.active {
    color: black;
}

.cc3-item {
    box-shadow: 5px 6px 30px 0px rgb(67 69 96 / 45%);
    display: flex;
    margin-bottom: 30px;
    border-radius: 8px;
    padding: 20px;
}

.cc3-item-bg {
    width: 108px;
    height: 144px;
    background-color: #18d275;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    background-image: url(../img/user/cap-icon.png);
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
}

.cc3-right {
    flex: 1;
    padding: 0 30px;
}

.cc3-row {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f3f8;
}

.cc3-row>div {
    flex: 1;
    text-align: center;
}

.cc3-row p {
    font-size: 18px;
    font-weight: bold;
    margin: 8px 0px;
}

.cc3-row span {
    color: #8e8e93;
    font-size: 12px;
}

.cc3-row:nth-last-child(1) {
    border-bottom: 0;
}

.cc3-item-bg h4 {
    color: #f2f3f8;
    font-size: 24px;
    margin: 0;
}

.cc3-item-bg span {
    background-color: #ffffff69;
    border-radius: 4px;
    color: #11be68;
    font-size: 12px;
    text-align: center;
    padding: 2px 5px;
    margin-top: 10px;
}

.cc3-item-bg.pink {
    background-color: #ff5692;
}

.cc3-item-bg.pink span {
    color: #ff5692;
}

select.select33 {
    width: 100%;
    height: 44px;
    background-color: #f8f8f8;
    border-radius: 8px;
    border: 0;
    padding: 0 20px;
    margin-bottom: 30px;
    outline: 0;
    font-size: 14px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../img/jiantou-down.png);
    background-position: center right 10px;
    background-repeat: no-repeat;
}

.user-edit-row span.u-e-i {
    top: 10px;
}

.cc3-item-img {
    width: 68px;
    height: 114px;
    background-color: #f8f8f8;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    align-items: center;
}

.cc3-item-img img {
    width: 100%;
    object-fit: cover;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.tab-content3 {
    display: none;
}

.tab-content3.show {
    display: block;
}

.select-row33 {
    display: flex;
    justify-content: space-between;
}

select.select33.select33-1 {
    width: 300px;
}

select.select33.select33-2 {
    width: 140px;
}

.author-item-13-left {
    display: flex;
    font-size: 14px;
    align-items: center;
    margin-left: 10p;
}

.author-item-13-left span {
    margin-right: 20px;
}

.author-item-12.author-item-13 {
    font-size: 14px;
    justify-content: space-between;
    align-items: center;
    box-shadow: 5px 6px 30px 0px rgb(67 69 96 / 8%);
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 30px;
}

.author-item-13-left {}

.author-item-13-left .author-img {
    margin-right: 10px;
}

.author-item-13-right {
    color: #8e8e93;
}

.green-tag,
.yellow-tag,
.red-tag {
    background-color: #18d275;
    border-radius: 4px;
    font-size: 14px;
    color: white;
    display: inline-block;
    padding: 5px 8px;
    font-family: SourceHanSansCN-Regular;
}

.yellow-tag {
    background-color: #ff9c00;
}

.red-tag {
    background-color: #ff5692;
}

.fuli-title {
    position: relative;
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 15px;
}

.fuli-title-01:before {
    content: "01";
}

.fuli-title-02:before {
    content: "02";
}

.fuli-title-03:before {
    content: "03";
}

.fuli-title-04:before {
    content: "04";
}

.fuli-title-05:before {
    content: "05";
}

.fuli-title-06:before {
    content: "06";
}

.fuli-title:before {
    display: block;
    position: absolute;
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #eef0ff;
    font-weight: bold;
    bottom: -10px;
    z-index: -1;
}

.fuli-content {
    font-size: 14px;
    /* line-height: 1.2rem; */
}

.fuli-content p {
    line-height: 1.5rem;
}

.fuli-p {
    background-image: url(../img/user/icon88.png);
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 25px;
}

.fuli-p-l {
    padding-left: 25px;
}

.fuli-content table {
    width: 100%;
    text-align: left;
    line-height: 40px;
    font-size: 14px;
    /* padding: 0 15px; */
    border-color: #f2f3f8;
    border: 0;
    border-left: 1px solid #f2f3f8;
}

.fuli-content table td {
    border-left: 0;
    border-top: 0;
}

.fuli-content table td,
.fuli-content table th {
    padding: 0 15px;
    font-weight: 500;
}

.fuli-content table th {
    background-color: #fff8fa;
    border: solid 1px #f2f3f8;
    color: #ff5692;
    border-color: #f2f3f8;
}

.opinion-side-menus {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 17px;
    letter-spacing: 0px;
    color: #b5b5bf;
    font-weight: bold;
    padding: 30px 0;
}

.opinion-side-menus span {
    cursor: pointer;
    margin-right: 15px;
}

.opinion-side-menus span.active {
    color: black;
}

.opinion-tab-contents p {
    font-size: 14px;
}

.opinion-tab-contents .content {
    display: none;
}

.opinion-tab-contents .content.show {
    display: block;
}

header .row {
    display: flex;
    display: flex;
    justify-content: space-between;
    /* padding-top: 50px; */
}

header>.row {
    display: flex;
    justify-content: space-between;
    padding: 15px 60px;
    align-items: center;
}

.flex-1 {
    flex: 1;
}

.new-chapter-tab-menus {
    display: flex;
}

.flex-1:nth-last-child(1) {
    text-align: right;
}

header h4 {
    margin: 0;
    font-size: 16px;
    font-weight: bold
}

.new-chapter-tab-menus span {
    font-size: 16px;
    margin-left: 25px;
    font-weight: bold;
    color: #b5b5bf;
    cursor: pointer;
}

.new-chapter-tab-menus span.active {
    color: black;
}

.new-chapter-container {
    width: 970px;
    padding: 0 15px;
    margin: auto;
}

header {
    /* padding-top: 20px; */
    background: white;
    box-shadow: 1px 1px 7px 1px #c7c7c7;
}

.select-div-1 label {
    color: #8e8e93;
    font-size: 14px;
    margin-right: -10px;
}

.select-div-1 select {
    width: 240px;
    height: 36px;
    background-color: #fcfcfc;
    border-radius: 4px;
    border: solid 1px #f2f3f8;
    padding: 0 10px;
}

.select-div-2 select {
    width: 144px;
}

.drop-down-list {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 36px;
    width: 100%;
    background-color: #ffffff;
    box-shadow: -1px -1px 4px 2px rgb(70 73 102 / 12%);
    border-radius: 8px;
    padding: 15px 0;
    min-width: 144px;
}

.drop-down-list.show {
    display: flex;
}

.select-23 {
    cursor: pointer;
    /* position: fixed; */
    min-width: 82px;
    height: 34px;
    background-color: #f2f3f8;
    border-radius: 4px;
    margin-left: 20px;
    position: relative;
    line-height: 34px;
    text-indent: 8px;
    background-image: url(../img/user/down-icon1.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    /* padding: 0 10px; */
    display: inline-block;
    padding-right: 15px;
    border: solid 1px #f2f3f8;
}

.row44 {
    display: flex;
    /* flex: 1; */
    /* margin-left: 21px; */
}

.drop-down-list span.active,
.drop-down-list span:hover {
    background-color: #f8f8f8;
}

.drop-down-list span {
    cursor: pointer;
}

.select-23:hover .drop-down-list,
.drop-down-list:hover {
    display: flex;
}

.set-change {
    height: 36px;
    background-color: #f2f3f8;
    border-radius: 4px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 10px;
    margin-left: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.set-change img {
    margin-right: 10px;
}

.new-chapter-container.new-chapter-container-edit {
    margin-top: 30px;
    /* background: white; */
    min-height: 80vh;
    background-color: #ffffff;
    border-radius: 8px;
}

.edit-container-2 {
    padding: 60px 80px;
    display: none;
}

.edit-container-2.show {
    display: block;
}

.title input {
    border: 0;
    font-size: 28px;
    /* color: #b5b5bf; */
    letter-spacing: 2px;
    width: 100%;
    font-weight: bold;
}

.input-44 input {
    font-size: 16px;
    /* width: 100%; */
    border: 0;
    font-weight: bold;
    flex: 1;
    height: 56px;
}

.title input::-webkit-input-placeholder,
.input-44 input::-webkit-input-placeholder,
.content textarea::-webkit-input-placeholder {
    color: #b5b5bf;
}

.title {
    margin-bottom: 50px;
}

.content textarea {
    border: 0;
    width: 100%;
    font-size: 16px;
    outline: 0;
    font-family: SourceHanSansCN-Regular;
    line-height: 1.5rem;
    resize: none;
    min-height: 100vh;
    overflow-y: hidden;
}

.new-chapter-submit-row-fiexd {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.new-chapter-submit-row {
    color: #b5b5bf;
    height: 70px;
    width: 950px;
    padding: 0 25px;
    background-color: #ffffff;
    box-shadow: 1px -3px 10px 3px rgb(165 166 172 / 21%);
    border-radius: 0px 0px 8px 8px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.row55 {
    font-size: 14px;
    line-height: 36px;
}

.row55 span {
    margin-right: 12px;
}

.row55 span.purple {
    color: #5a6dff;
    ;
}

.row55 button {
    border-radius: 4px;
    padding: 0 15px;
    border: 0;
    outline: 0;
    margin-left: 15px;
    line-height: 36px;
    cursor: pointer;
    color: #8e8e93;
    /* background-color: #ff5692; */
}

button.zs {
    background-color: #ff5692;
    color: white;
}

button.ds {
    color: #5a6dff;
    background-color: #eef0ff;
}

.left-side-container {
    height: 100%;
    background: white;
    /* width: 360px; */
    /* display: flex; */
}

.chapter-left-side-content {
    width: 100%;
    overflow: hidden;
    opacity: 0;
    transition: all 1s;
}

.cgx {
    cursor: pointer;
    position: absolute;
    width: 45px;
    height: 88px;
    background-color: #ffffff;
    border-radius: 0px 8px 8px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -45px;
    top: calc(50% - 44px);
    box-shadow: 2px 0px 5px 0px #b9b9b9;
}

.cgx span {
    width: 14px;
    /* height: 42px; */
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #8e8e93;
    display: block;
    margin-right: 5px;
    /* display: block; */
}

.chapter-left-side {
    position: fixed;
    width: 0;
    height: 936px;
    background-color: #ffffff;
    box-shadow: 15px 0px 30px 0px rgba(67, 69, 96, 0.05);
    border-radius: 0px 8px 8px 0px;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.chapter-left-side.show {
    width: 360px;
    padding: 30px 0;
}

.cgx img {
    display: block;
    transform: rotate(90deg);
    position: relative;
    /* top: 10px; */
}

.c-item-32 p {
    font-size: 14px;
}

.ss-d {
    color: #8e8e93;
    font-size: 14px;
    justify-content: space-between;
    display: flex;
}

.c-item-32 {
    /* border-bottom: 1px solid; */
    padding: 15px 30px;
}

.chapter-left-side-content h3 {
    padding-left: 30px;
}

.c-item-32 p {
    margin-top: 0;
}

.c-item-32.active,
.c-item-32:hover {
    background-color: #f8f8f8;
}

.chapter-left-side.show .chapter-left-side-content {
    opacity: 1;
}

.content.content-33 {
    height: 200px;
    border-bottom: 1px solid #f2f3f8;
    overflow: hidden;
}

.upload-btn1 {
    width: 292px;
    line-height: 48px;
    background-color: #f8f8f8;
    border-radius: 24px;
    text-align: center;
    font-size: 14px;
    border: 0;
    outline: 0;
    margin-top: 30px;
}

.add-img,
.delete-img {
    background-image: url(../img/user/add2.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    /* display: none; */
    cursor: pointer;
}

.delete-img {
    display: none;
    cursor: pointer;
    background-image: url(../img/user/guanbi.png);
}

.images {
    display: flex;
    margin-top: 30px;
}

.image {
    margin-right: 20px;
    position: relative;
    width: 136px;
    height: 136px;
    background-color: #f8f8f8;
    border-radius: 8px;
    overflow: hidden;
}

.image:hover .delete-img {
    display: block;
}

.shuoming {
    color: #8e8e93;
    font-size: 13px;
}

.title-11 input {
    font-size: 20px;
}

.input-44:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #b5b5bf;
    display: block;
    border-radius: 50%;
    margin-right: 9px;
}

.input-44 {
    display: flex;
    align-items: center;
}

.input-44.input-55:before {
    display: none;
}

.input-44.input-55 {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #f2f3f8;
}.close-btn {
    position: absolute;
    right: 20px;
    cursor: pointer;
    border: 2px solid;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    opacity: 0.5;
}

.close-btn:hover {
    opacity: 1;
}