.project-contaner {
    margin: 0 auto;
    width: 1200px;
}

.project-block {
    display: flex;
}

.project-block .editer {
    position: relative;
    margin-right: 16px;
    width: 960px;
    height: 640px;
    border-radius: 8px;
    overflow: hidden;
}

.project-block .editer > img {
    width: 100%;
    height: 100%;
}

.btn-operate {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 64px;
    height: 64px;
    text-align: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, .1);
    border: none;
}

.btn-operate:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, .2);
}

.btn-operate > img {
    width: 32px;
    height: 32px;
}

.on {
    left: 16px;
}

.next {
    right: 16px;
}


.statistic {
    padding: 16px;
    width: 224px;
    height: 640px;
    border-radius: 8px;
    color: rgba(0, 0, 0, .85);
    font-size: 12px;
    border: 1px solid #E6EBF0;
    box-sizing: border-box;
}

.statistic .operation-block > div {
    width: 86px;
    height: 40px;
    background: #F3F4F5;
    border-radius: 4px;
}

.statistic .operation-block > div img {
    width: 14px;
    height: 12px;
}

.statistic .praise {
    display: flex;
    justify-content: space-between;
    margin: 16px 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #EAEEF2;
}

.statistic .praise > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    box-sizing: border-box;
    width: 86px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #F3F4F5;
    border-radius: 4px;
    cursor: pointer;
}

.statistic .praise span {
    position: relative;
    font-size: 12px;
    display: inline-block;
    width: 24px;
}

.statistic .praise span::before {
    /*position: absolute;
    top: 13px;
    left: -10px;
    content: "";
    width: 1px;
    height: 16px;
    background: #D8D8D8;*/
}

.praise .like,
.praise .assist {
    margin-right: 8px;
}

.praise .share {
    width: 40px !important;
    position: relative;
}

.praise .share-img {
    vertical-align: sub;
}

.share-popover {
    padding: 10px 24px;
    top: 54px;
    left: -88px;
    text-align: left;
}

.share-popover a {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.share-popover a:hover {
    text-decoration: underline;
}

.share-popover .ercode-img {
    width: 80px;
    height: 80px;
}

.sharecode-img {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    border: 1px solid #eee;
    padding: 4px;
    box-sizing: border-box;
}

.sharecode-font {
    margin-top: 18px;
}

.share-popover p em {
    display: block;
    font-style: normal;
    font-size: 12px;
    color: #d5d5d5;
    line-height: 1.2;
    margin: -10px 0 5px 0;
}

.discription {
    margin: 32px 0 60px;
    font-size: 14px;
    color: rgba(0, 0, 0, .85);
}

.title {
    font-size: 20px;
    font-weight: bold;
}

.extra-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.issue {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
}

.issue img {
    margin-right: 8px;
    width: 24px;
    height: 24px;
    border-radius: 12px;
}


button {
    padding: 8px 20px;
    color: white;
    background: #198CFF;
    border-radius: 4px;
    border: none;
}


textarea {
    padding: 12px 12px 40px;
    width: 100%;
    height: 120px;
    border: 1px solid #E6EBF0;
    box-sizing: border-box;

}

.comment-block textarea {
    max-width: 1200px;
    min-width: 1200px;
}

.comment-block {
    position: relative;
}

.operate-block {
    position: absolute;
    bottom: 6px;
    left: 1px;
    right: 2px;
    height: 40px;
    background: #F9FAFB;
    border-radius: 0px 0px 4px 4px;
}

.operate-block span {
    margin-left: 12px;
    line-height: 40px;
    color: rgba(0, 0, 0, .65);
}

button {
    width: 70px;
    height: 28px;
    font-size: 14px;
    padding: 0;
}

.operate-block button {
    float: right;
    margin: 6px 12px;
}

.comment-actions {
    display: flex;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: normal;
}

.all-comments .title {
    margin-top: 60px;
    margin-bottom: 34px;
}

.all-comments .comment-content {
    flex: 1;
    position: relative;
    padding-left: 16px;
    margin-left: 56px;
}

.all-comments .comment-content::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #F3F4F5;
}

.all-comments .comments-list {
    margin-bottom: 20px;
}

.all-comments .comments-list .info {
    display: flex;
}

.all-comments .avator {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 16px;
}

.all-comments .name,
.all-comments .content {
    font-size: 16px;
    color: #000000;
}

.all-comments .name {
    font-weight: 600;
}

.all-comments .content {
    margin: 16px 0;
}

.all-comments .time {
    color: #B3B3B3;
    font-size: 14px;
    font-weight: 400;
}

.all-comments .record {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.all-comments .record .time {
    font-size: 14px;
}

.all-comments .reply-wrap .icon {
    margin-right: 4px;
}

.all-comments .reply-wrap .like {
    margin-bottom: 17px;
    display: flex;
    align-items: center;
}

.all-comments .reply-wrap .like .reply {
    margin-left: 10px;
}

.all-comments .reply-textarea {
    position: relative;
    margin-bottom: 24px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E6EBF0;
}

.all-comments .reply-textarea textarea {
    border-radius: 4px 4px 0 0;
    border: none;
}

.all-comments .reply-textarea .nums {
    width: calc(100% - 26px);
    z-index: 99;
    display: flex;
    justify-content: space-between;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    margin: 0 1px;
    background: #F9FAFB;
    border-radius: 0 0 4px 4px;
}

.all-comments .reply-textarea .nums span {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.all-comments .reply-textarea .nums button {
    width: 70px;
    height: 28px;
    margin-top: 6px;
    border-radius: 4px;
    border: none;
    background: #1A8CFF;
    cursor: pointer;
}

.all-comments .info-con {
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.comments-list:last-child .info-con {
    border-bottom: 0;
}

.all-comments .reply-wrap {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: rgba(0, 0, 0, .65);
}

.like img,
.assist img {
    width: 16px;
    vertical-align: middle;
}

.all-comments .record .reply {
    margin-left: 16px;
}

.all-comments .comment-reply {
    margin: 20px 0;
    border-left: 4px solid #F3F4F5;
    padding-left: 16px;
}

.divider {
    margin: 12px 0;
    height: 1px;
    background: #F0F0F0;
}

.tags-tips {
    display: flex;
    margin-top: 32px;
    justify-content: space-between;
}

.tags-tips .tags {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
}

.tags-tips .tag {
    margin-right: 12px;
    padding: 4px 12px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 400;
    color: #5c5c5c;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.tags-tips .tips {
    display: flex;
    align-items: center;
}

.tags-tips .tips img {
    width: 13px;
    margin-right: 4px;
}

.tags-tips .tip {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    opacity: 0.65;
    line-height: 16px;
    border: none;
    background: #fff;
    cursor: pointer;
}

.guess-like {
    margin: 60px 0 40px 0;
}

.guess-like h5 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 28px;
    margin-bottom: 12px;
}

.guess-like .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}

.guess-like .col-6 {
    width: 25%;
    margin-bottom: 30px;
}

.guess-like .col-6 .box {
    margin: 0 16px;
}

.guess-like .col-6 .box-img {
    position: relative;
    height: 184px;
    background: #F3F4F5;
    border-radius: 4px;
    border: 1px solid #E6EBF0;
}

.guess-like .col-6 .box-img .price {
    position: absolute;
    bottom: 8px;
    left: 8px;
    width: 44px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 600;
    color: #885B18;
    background: linear-gradient(90deg, #FEF0CB 0%, #FCDC9C 100%);
}

.guess-like .col-6 .box-img img {
    height: 100%;
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
}

.guess-like .col-6 .box-text h6 {
    margin: 12px 0;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    line-height: 20px;
}

.guess-like .col-6 .box-text .bott {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.guess-like .col-6 .box-text .bott-l {
    display: flex;
    align-items: center;
}

.guess-like .col-6 .box-text .bott-l img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 6px;
}

.guess-like .col-6 .box-text .bott-l span {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    line-height: 16px;
}

.guess-like .col-6 .box-text .bott-r {
    display: flex;
    align-items: center;
}

.guess-like .col-6 .box-text .bott-r span {
    font-size: 12px;
    font-weight: 400;
    color: #aaaaaa;
    line-height: 16px;
    margin-right: 18px;
}

.guess-like .col-6 .box-text .bott-r span:last-child {
    margin-right: 0;
}

.guess-like .col-6 .box-text .bott-r img {
    width: 14px;
    vertical-align: sub;
}


.textarea {
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #E6EBF0;
}

.modal-dialog {
    width: 1000px;
    margin: 0 auto;
}

.modal-body h6 {
    margin: 16px 0;
    font-size: 12px;
    color: #5c5c5c;
    font-weight: 400;
}

.modal-body .form-item {
    display: flex;
    margin-bottom: 16px;
}

.modal-body .form-item span {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    margin-left: 8px;
}

.modal-body .form-item .select-block {
    display: flex;
    width: 104px;
    height: 22px;
    padding: 2px 7px 2px 7px;
    border-radius: 2px;
    box-sizing: border-box;
    margin-left: 15px;
    border: 1px solid #e0e0e0;
}

.modal-body .form-item select {
    width: 100%;
    border: none;
    background: none;
    outline: none;
    font-size: 12px;
    color: #5c5c5c;
}

.modal-body textarea {
    text-align: left;
}

.swiper-button-next, .swiper-button-prev {
    width: 64px;
    height: 64px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: url("../../assets/imgs/detail/left.png");
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: url("../../assets/imgs/detail/right.png");
}

.swiper-slide {
    width: 960px;
    height: 640px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mySwiper {
    height: 638px;
    border: 1px solid #E6EBF0;
    border-radius: 8px;
    background: #F9FAFB;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swiper-slide .enlarge {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.big-img-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    padding: 40px;
    z-index: 99;
}

.big-img-modal img {
    width: calc(100% - 80px);
}

.big-img-modal .close {
    position: absolute;
    right: 122px;
    top: 54px;
    border: none;
    background: transparent;
}

.big-img-modal .close img {
    width: 34px;
    height: 34px;
}

.box .border {
    height: 184px;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    border: 1px solid #E6EBF0;
}

.box .tips {
    position: absolute;
    bottom: 8px;
    left: 8px;
    padding: 1px 8px;
    border-radius: 2px;
    font-size: 12px;
    color: #1A8CFF;
    background: #fff;
    border: 1px solid #1A8CFF;
}

.box .tips.price {
    height: 18px;
    padding: 1px 4px;
    border: none;
    color: #885B18;
    background: linear-gradient(90deg, #FEF0CB 0%, #FCDC9C 100%);
}

.ellipsis-name {
    display: flex;
    width: 50%;
}

.ellipsis-name span {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ma5-lightbox {
    height: 640px !important;
}

.ma5-clone {
    max-width: 90% !important;
}

.ma5-gallery-icon-dot {
    display: none;
}

.overflow-counts {
    position: absolute;
    bottom: 16px;
    left: 10px;
    color: red;
    font-size: 12px;
    z-index: 10;
}

