.robot {
    width: 91%;
    margin: 0 auto;
    display: flex;
}

.side {
    width: 302px;
    display: flex;
}


.category ul {
    width: 92px;
    border-right: 1px solid #F2F3F3;
    min-height: 16.8%;
}

.category ul li {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
}

.category ul .project_name {
    margin-top: 4px;
    margin-bottom: 30px;
    height: 68px;
    width: 37px;
    border-bottom: 1px solid #E4E6EB;
}

.category ul .project_name img {
    width: 24px;
    height: 24px;
}

.project_list {
    width: 75px;
    height: 67px;
    margin-bottom: 14px !important;
}

.project_list img {
    width: 22px;
    height: 22px;
}

.project_list p {
    font-family: PingFang SC;
    font-weight: 300;
    font-size: 12px;
    color: #707183;
    width: 100%;
    text-align: center;
    /* margin-top: 13px; */
}

.category .active {
    background-color: #F2F3F7;
    border-radius: 8px;
}

.sub {
    /* flex: 1; */
    width: 200px;
    min-height: 50%;
    border-right: 1px solid #F2F3F3;
}

.sub_list {
    width: 97%;
    margin: 0 auto;
    margin-top: 16px;
}

.sub_info,
.sub_list .active {
    background-color: #F2F3F7;
    border-radius: 8px;
}

.sub_info,
.sub_list li {
    display: flex;
    height: 37px;
    align-items: center;
    margin-bottom: 4px;

}

.sub_info img,
.sub_list li img {
    width: 25px;
    height: 24px;
    margin: 0 14px;
}

.sub_info span,
.sub_list li span {
    font-family: PingFang SC;
    font-weight: 300;
    font-size: 14px;
    color: #40425e;
}


/* 机器人列表 */
.robot_conent {
    flex: 1;
}

.crumbs {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #40425e;
}

.search_back img {
    width: 11px;
    height: 10px;
    margin-right: 4px;
}

.search_back span {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #4532E0;
}

.robots_search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #F2F3F3;
    padding: 19px;
}

.search_detail {
    flex: 1;
    display: flex;
    align-items: center;
    margin-left: 180px;
}

.search_icon {
    display: flex;
    align-items: center;
    flex: 1;
    height: 39px;
    border: 2px solid #F2F3F3;
    border-radius: 90px;
    background-color: #F6F7F8;

}

.search_icon img {
    width: 15px;
    height: 15px;
    margin-right: 18px;
    margin-left: 24px;
    background-color: #F6F7F8;

}

.search_icon input {
    border: none;
    outline: none;
    flex: 1;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 13px;
    color: #62666C;
    background-color: #F6F7F8;
}



.search_btn {
    margin-left: 20px;
    width: 88px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    border-radius: 45px;
    background-color: #1D9985;
}

.search_project {
    margin-left: 23px;
    width: 88px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 45px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 11px;
    color: #FFFFFF;
    background-color: #5D52EA;
}

.search_open {
    margin-left: 23px;
    width: 88px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 45px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 11px;
    color: #FFFFFF;
    background-color: #e33d8a;
}

.robots_limt {
    padding: 20px;
}

.robots_limt .robots_limt_desc {
    display: flex;
    flex-wrap: wrap;
}

.robots_limt .robots_limt_desc .limt_list {
    width: 32%;
    margin-right: 1.1%;
    border: 1px solid #E4E6EB;
    border-radius: 8px;
    margin-bottom: 20px;
    padding-bottom: 30px;
}

.robots_limt .robots_limt_desc .limt_list:hover {
    background-color: #f7faff;
}

.robots_limt .robots_limt_desc .limt_list:nth-child(3n) {
    margin-right: 0px;
}

.robots_cover {
    width: 100%;
    height: 217px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 12px;
    object-fit: contain;
    /* 图片适应容器，可能会留白 */
}

.robots_tag {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}

.robots_tag p {
    padding: 4px 7px;
    background-color: #F3F3F6;
    border-radius: 4px;
    margin-left: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.robots_tag p img {
    width: 14px;
    height: 10px;
    margin-right: 5px;
}

.robots_tag p span {
    font-family: PingFang SC;
    font-weight: 300;
    font-size: 12px;
    color: #18191C;
    display: inline-block;
}

.robots_title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 10px;
}

.robots_title img {
    width: 40px;
    height: 40px;
    border-radius: 4px;
}

.robots_title p {
    margin-left: 10px;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #5B52E2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    /* height: 50px; */
}

.robots_user {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 10px;
}

.robots_head {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    margin-right: 7px;
}

.robots_price {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #8C8C8F;
}

.robots_price span {
    color: #FF4E00;
    font-size: 18px;
}

.robots_price .free_icon {
    color: #008015;
}

.user_tag {
    margin-left: 8px;
    width: 36px;
}

.robots_desc {
    margin: 10px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #69768A;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    white-space: normal;
    height: 78px;
}

.edition {
    margin: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.edition ul {
    display: flex;
    align-items: center;
}

.edition ul li {
    margin-right: 8px;
}

.edition ul li img {
    margin-right: 4px;
    width: 14px;
}

.edition p {
    font-family: PingFang SC;
    font-weight: 100;
    font-size: 12px;
    color: #8C8C8F;
}

/* 机器人详情 */
.robot_details {
    display: flex;

}

.robot_left {
    flex: 1;
    margin-left: 22px;
}

.robot_silde {
    width: 325px;
}

.robot_data {
    padding: 14px 11px;
    border-radius: 8px;
    border: 1px solid #F2F3F3;
    background-color: #F6F7F8;
    margin-bottom: 17px;

}

.silde_title {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #18191C;
    margin-bottom: 20px;
}

.silde_title span {
    color: #69768A;
    font-size: 12px;
}

.precept {
    margin-top: 35px;
    margin-bottom: 17px;
}

.precept ul li {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
}

.precept ul li:last-child {
    margin-bottom: 0px;
}

.precept ul li img {
    width: 84px;
    height: 48px;
    border: 8px;
    margin-right: 15px;
    border-radius: 4px;
}

.precept_title {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #18191C;
    margin-bottom: 7px;
}

.precept_desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #69768A;
}

.silde_category ul {
    display: flex;
}

.silde_category li {
    margin-bottom: 18px;
    border: 1px solid #E9EBF2;
    border-radius: 8px;
    padding: 10px 12px;
    background-color: #FFFFFF;
    display: flex;
}

.silde_category li img {
    margin-right: 12px;
    width: 65px;
    height: 65px;
    border-radius: 4px;
}

.category_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #18191C;
    margin-bottom: 5px;
}

.category_user {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.silde_category .category_user img {
    width: 17px;
    height: 17px;
    margin-right: 10px;
}

.category_user p {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #8C8C8F;
}

.category_desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    white-space: normal;
    height: 80px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #69768A;
}

.desc_top {
    display: flex;
    align-items: center;
}

.desc_head {
    width: 40px;
    height: 40px;
    margin-right: 12px;
}

.desc_head img {
    width: 40px;
    height: 40px;
    border-radius: 8px;

}

.desc_name {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #414243;
    margin-bottom: 3px;
}

.desc_detail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.desc_user_head {
    width: 17px;
    height: 17px;
    margin-right: 8px;

}

.desc_user_head img {
    width: 17px;
    height: 17px;
    border-radius: 50%;
}

.desc_detail span {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #8C8C8F;
    margin-right: 10px;
}

.desc_tag {
    width: 36px;
    height: 18px;
    margin-left: 8px;
}

.robot_account {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #69768A;
    margin-bottom: 16px;
}

.robot_tag {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 13px;
}

.robot_tag li {
    display: flex;
    padding: 5px 8px;
    background-color: #F3F3F6;
    border-radius: 4px;
    align-items: center;
    margin-right: 20px;
}

.robot_tag li img {
    width: 11px;
    height: 11px;
    margin-right: 5px;
}

.robot_tag li p {
    font-family: PingFang SC;
    font-weight: 300;
    font-size: 12px;
    color: #18191C;
}

.datum {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #232228;
    margin-bottom: 16px;
}

.datum span {
    color: #69768A;
    font-size: 12px;

}

.datum .line {
    margin: 0 15px;
}

.datum .datum_price {
    color: #DF6040;
    font-weight: 500;
    font-size: 18px;
}

.btn_info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 19px;
}

.left_btn {
    display: flex;
}

.down_btn {
    width: 185px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin-right: 9px;
    background-color: #5D52EA;
    border-radius: 90px;
}

.left_btn img {
    margin-left: 40px;
    width: 30px;
    height: 30px;
}

.right_btn {
    margin-right: 24px;
}

.right_btn p {
    margin-left: 17px;
    width: 90px;
    height: 30px;
    border: 1px solid #F2F3F3;
    border-radius: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #6F6F71;
}

.right_btn img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.flv video {
    width: 100%;
    margin-bottom: 19px;
}

.flv_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 46px;
}

.flv_list li {
    /* 每个元素占容器宽度的 50% */
    flex: 0 0 calc(50% - 10px);
    /* 每个元素占容器宽度的 50% 减去右边距的一半 */
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom: 20px;
}

.flv_list li img {
    width: 100%;
    height: 240px;
}

.flv_list li:nth-child(2n) {
    margin-right: 0px;
}

.operate p {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #69768A;
}

.operate .operate_name {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #18191C;
    margin-bottom: 10px;
}

.operate img {
    width: 100%;
}


.operate .operate_info {
    margin-top: 31px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #5B52E2;
    margin-bottom: 43px;
}

.operate p span {
    color: #18191C;

}

.comment {
    margin-top: 24px;
}

.total_comment {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin-bottom: 29px;
}

.send_comment {
    display: flex;
    align-items: center;

}

.send_comment img {
    width: 32px;
    height: 32px;
    border: 3px solid #BDBCBC;
    margin-right: 10px;
    border-radius: 50%;
}

.send_comment textarea {
    flex: 1;
    padding: 20px 18px;
    border-radius: 12px;
    background-color: #F3F3F6;
    font-family: PingFang SC;
    font-weight: 300;
    font-size: 13px;
    color: #69768a;
    border: none;
    height: 14px;
}

.send_btn {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin: 9px 0;

}

.send_btn span {
    width: 87px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #5D52EA;
    margin-left: 27px;
    border-radius: 45px;
}

.comment_head {
    display: flex;
    width: 100%;
}

.send_head {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    margin-right: 8px;
}

.comment_reply {
    flex: 1;
    margin-bottom: 16px;
    margin-top: 5px;
}

.send_time {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 13px;
    color: #1D1D20;
    margin-bottom: 8px;
}

.send_time span {
    margin-left: 8px;
    color: #8C8C8F;
}

.send_info {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #1D1D20;
}

.send_like {
    display: flex;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 19px;
}

.like_btn {
    width: 23px;
    margin-right: 10px;
}

.like_num {
    margin-right: 25px;
    font-family: PingFang SC;
    font-weight: 300;
    font-size: 13px;
    color: #1D1D20;
}

.send_like .reply_btn {
    width: 63px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 13px;
    color: #1D1D20;
    margin-right: 22px;
    background-color: #F6F7F8;
    border-radius: 45px;
}

.reply_total {
    padding: 6px 14px;
    font-family: PingFang SC;
    font-weight: 300;
    font-size: 13px;
    color: #2B55C2;
    background-color: #EAF1FF;
    border-radius: 45px;
}

.send_val input {
    width: 70%;
    border: none;
    border-bottom: 1px solid #8C8C8F;
    padding-bottom: 9px;
    font-family: PingFang SC;
    font-weight: 300;
    font-size: 14px;
    color: #8C8C8F;
    outline: none;
}

.send_val input:focus {

    border-bottom: 1px solid #8C8C8F;
    outline: none;
}

.send_val_btn {
    margin-top: 10px;
    width: 70%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.send_val_btn span {
    margin-left: 27px;
}

.send_val_btn .reply_btn {
    font-family: PingFang SC;
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    padding: 8px 30px;
    border-radius: 45px;
    background: #5D52EA;
}

.robotBox {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.robotBg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
}

/* 发布信息 */
.robotInfo {
    position: relative;
    width: 54%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 12px;
    top: 5%;
    padding: 25px;
}

.robot_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 33px;
}

.robot_title p {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #18191C;
}

.robot_title img {
    width: 20px;
    height: 20px;
}

.tab_all {
    display: flex;
    justify-content: space-between;
    align-items: end;
    border-bottom: 1px solid #E9EBF2;
}

.tab_all p {
    border-radius: 45px;
    width: 87px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #5D52EA;
}

.tab_info {
    display: flex;
    width: 80%;
    height: 40px;
}

.tab_info li {
    width: 100px;
    text-align: center;
    line-height: 40px;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #18191C;
}

.tab_info .active {
    color: #4532E0;
    background-color: #F1EFFF;
    border-bottom: 1px solid #4532E0;
}

.basics_title {
    display: flex;
    margin: 20px 0;
}

.basics_title p {
    margin-right: 30px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #18191C;
}

.basics_title p span {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #69768A;
}

.basics_info {
    display: flex;
}

.basics_slide,
.basics_desc {
    width: 50%;
}

.basics_pay_list {
    display: flex;
    align-items: center;
}

.basics_pay {
    display: flex;
    margin-bottom: 20px;
}

.basics_pay_list img {
    width: 14px;
    height: 14px;
    margin-right: 9px;
}

.basics_pay_list span {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #69768A;
    margin-right: 21px;
}

.pay_price span {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #69768A;
    /* margin-right: 20px; */
    margin-right: 8px;
    display: inline-block;
    width: 66px;
}

.pay_price span em {
    color: #FF0000;
}

.pay_price input {
    width: 113px;
    height: 34px;
    line-height: 34px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #69768A;
    padding: 0 4px;
    border: 1px solid #DBDBDB;
    border-radius: 4px;
}

input:focus {
    border: 1px solid #DBDBDB;
    outline: none;
}

.search_icon input:focus {
    border: none;
    outline: none;
}

.their {
    display: flex;
    align-items: center;
    margin-bottom: 19px;
}

.their_name {
    width: 66px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #69768A;
    margin-right: 15px;
    text-align: right;
}

.their_name em {
    color: #FF0000;
}

.their select {
    flex: 1;
    border: 1px solid #DBDBDB;
    line-height: 45px;
    height: 45px;
    border-radius: 8px;
    color: #69768A;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #69768A;
}

.their input {
    flex: 1;
    border: 1px solid #DBDBDB;
    line-height: 45px;
    height: 45px;
    border-radius: 8px;
    color: #69768A;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #69768A;

}

.their textarea {
    flex: 1;
    border: 1px solid #DBDBDB;
    line-height: 45px;
    height: 45px;
    border-radius: 8px;
    color: #69768A;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #69768A;
    height: 360px;
}

/* 你可以自定义编辑器的样式 */
.editor-container {
    height: 400px;
    border: 1px solid #ccc;
}

.basicsInput textarea {
    width: 98%;
    height: 400px;
    border: 1px solid #ccc;
}

.terrace {
    position: relative;
    width: 23%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 12px;
    top: 10%;
    padding: 25px;
}

.terrace .robot_title img {
    width: 8px;
    height: 8px;
}

.terrace .user_head {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.terrace .user_head img {
    width: 21px;
    height: 21px;
    margin-right: 10px;
}

.terrace .user_head p {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #18191C;
}

.terrace .terrace_data {
    height: 300px;
    overflow: hidden;
    overflow-y: scroll;
}

.terrace .terrace_data li p {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #69768A;
    margin-bottom: 10px;
}

.terrace .terrace_data li img {
    width: 100%;
    height: 135px;
    object-fit: contain;
    border-radius: 12px;
}

.terrace_title {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #69768A;
    margin-bottom: 17px;
}

.terrace_list {
    height: 350px;
    overflow: hidden;
    overflow-y: scroll;
}

.terrace_list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 8px;
}

.terrace_list .active {
    background-color: #F2F3F7;
    border-radius: 8px;
}

.terrace_icon {
    width: 27px;
    height: 14px;
    margin-right: 6px;
}

.terrace_icon img {
    width: 27px;
    height: 14px;

}

.terrace_desc .terrace_name {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #18191C;
    margin-bottom: 5px;
}

.terrace_desc .terrace_time {
    font-family: PingFang SC;
    font-weight: 300;
    font-size: 12px;
    color: #69768A;
}

/* 项目列表 */
.project_info {
    margin: 22px;
    width: 1010px;
}

.project_info ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;

}

.project_info ul li {
    width: 291px;
    border-radius: 12px;
    background-color: #EBF1FD;
    border: 1px solid #DFE8FC;
    margin-right: 17px;
    padding: 16px;
    margin-bottom: 15px;
}

.project_info ul li:nth-child(3n) {
    margin-right: 0px;
}

.info_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.project_info_name {
    display: flex;
    align-items: center;
}

.project_info_name img {
    width: 18px;
    margin-right: 10px;
}

.project_info_name span {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 11px;
    color: #40425E;
}

.project_style {
    font-family: PingFang SC;
    font-weight: 300;
    font-size: 10px;
    color: #8C8C8F;
}

.project_style span {
    color: #4532E0;
}

.project_info_title {
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 14px;
    color: #5B52E2;
    margin-bottom: 10px;
}

.project_info_desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    white-space: normal;
    height: 75px;
    font-family: PingFang SC;
    font-weight: 300;
    font-size: 11px;
    margin-bottom: 29px;
}

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

.project_user_info {
    display: flex;
    align-items: center;
}

.project_user_info img {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.project_user_info span {
    font-family: PingFang SC;
    font-weight: 300;
    font-size: 10px;
    color: #40425E;
}

.project_user_time {
    font-family: PingFang SC;
    font-weight: 300;
    font-size: 10px;
    color: #40425E;
}

.add_info {
    width: 338px;
    padding: 17px;
    background-color: #F7F9FE;
    border-radius: 18px;
    border: 1px solid #EAF0FD;

    position: relative;
    top: 5%;
    margin: 0 auto;
}

.add_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.add_title p {
    font-family: PingFang SC;
    font-weight: 300;
    font-size: 14px;
    color: #40425E;
}

.add_title img {
    width: 8px;
}

.add_info li {
    margin-bottom: 16px;
}

.add_info li p {
    font-family: PingFang SC;
    font-weight: 300;
    font-size: 11px;
    color: #40425E;
    margin-bottom: 10px;
}

.add_info li input {
    border: none;
    width: 100%;
    height: 27px;
    line-height: 27px;
    border: 8px;
}

.add_info li textarea {
    width: 100%;
    border: none;
    height: 139px;
    border: 8px;
}

.add_btn {
    display: flex;
    justify-content: right;
}

.add_btn span {
    width: 88px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-family: PingFang SC;
    font-weight: 300;
    font-size: 11px;
    color: #FFFFFF;
    border-radius: 45px;
    background-color: #5D52EA;
}

.search_push_title {
    display: flex;
    width: 230px;
    justify-content: space-between;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 9px;
    color: #69768A;
}

.search_push_title .push_look {
    color: #2B55C2;
}

.push_info {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.push_info input {
    width: 200px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #D5D5D5;
    border-radius: 8px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 11px;
    color: #9F9F9F;
    padding-left: 9px;
    margin-right: 18px;

}

.push_info input:focus {
    border: 1px solid #D5D5D5;
    outline: none;
}

.push_info span {
    width: 68px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    border-radius: 45px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 11px;
    color: #FFFFFF;
    background-color: #5D52EA;
}

.jsonContent {
    width: 704px;
    height: 534px;
    border: 1px solid #DBE5FF;
    background-color: #F7F9FE;
    position: relative;
    top: 5%;
    margin: 0 auto;
    padding: 20px 16px;
    border-radius: 12px;
}

.json_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-bottom: 13px;
}

.json_title p {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #18191C;
}

.json_title p span {
    padding: 6px 20px;
    border-radius: 45px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
    background-color: #5D52EA;
    margin-right: 32px;
}

.json_title img {
    width: 13px;
}

.jsonData {
    width: 640px;
    height: 440px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 12px;
    overflow: hidden;
    overflow-y: scroll;
}

.jsonData pre {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #8C8C8F;
}