[v-cloak] {
    display: none !important;
}
body{
    background-color: #f5f5f5;
}
.loadpos:after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(4,end) 900ms infinite;
    animation: ellipsis steps(4,end) 900ms infinite;
    content: "\2026";
    width: 0px;

}
@keyframes ellipsis {
    to {
        width: 15px;
    }
}
@-webkit-keyframes ellipsis {
    to {
        width: 15px;
    }
}
.root-title, .root-content{
    color: #666666;
}
.root-title::before{
    content: '\e689';
    font-size: 14px;
    font-weight: 600;
    padding-right: 8px;
}
.root-content::before{
    content: '\e63b';
    font-size: 14px;
    font-weight: 600;
    padding-right: 8px;
}
.btn-default {
    color: #6db085;
    border: 1px solid #6db085;
    text-align: center;
    border-radius: 50px;
    box-sizing: border-box;
}

.btn-default:hover, .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus {
    color: #fff;
    border-color: #6db085 !important;
    background: #6db085;
    box-shadow: none;
    outline: none;
}

.paper-reduce-repeat {
    padding: 30px 50px;
}

.paperinfo {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
}

.report-upload-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
    margin-top: 10px;
}

.report-upload-column {
    display: flex;
    flex-direction: column;
    padding: 16px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 4px 16px 0px rgba(135,129,129,0.15);
}

.report-upload-tab{
    display: grid;
    grid-template-columns: repeat(2, 160px);
    gap: 8px;
}
.report-upload-tab li{
    background: #EAEAEA;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    color: #999;
    border-radius: 6px 6px 0px 0px;
    cursor: pointer;
    text-align: center;
}
.report-upload-tab li.active{
    background: #fff;
    color: #000000;
}
.content-area-upload{
    margin: 20px 0 12px 0;
    background: #fcfcfc;
    border: 1px dashed #6dae85;
    border-radius: 2px;
    padding: 16px;
}
.content-area-upload-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999999;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
}
.content-area-upload-head .head-title{
    display: grid;
    grid-template-columns: repeat(2,40px);
    gap: 20px;
    align-items: center;
    justify-content: center;

}
.content-area-upload-head .head-title span{
    display: block;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    border-bottom: 3px solid transparent;
}

.content-area-upload-head .head-title .active{
    color: #7CAC88;
    border-bottom: 3px solid #7CAC88;
}
.content-area-upload .upload-zip-wrapper{
    border: 0;
    padding: 0;
    margin: 0;
    /*height: calc(100vh - 514px);*/
    height: 40vh;
    min-height: 314px;
}
.upload-text-wrapper textarea.form-control {
    width: 100%;
    /*height: calc(100vh - 514px);*/
    height: 40vh;
    min-height: 314px;
    overflow-y: auto;
    resize: none;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    background: #fcfcfc;
}
.upload-zip-wrapper {
    width: 100%;
    /*height: calc(100vh - 520px);*/
    height: 39.2vh;
    min-height: 314px;
    max-height: 700px;
    margin: 12px auto;
    padding: 16px;
    box-sizing: border-box;
    text-align: center;
    background: #fcfcfc;
    border: 2px dashed #e1e7ef;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-zip-wrapper.dragover {
    border: 2px solid #6dae85;
}

.btn-upload-zip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: fit-content;
    height: 36px;
    padding: 0 26px;
    box-sizing: border-box;
    margin: 0 auto;
    cursor: pointer;
    color: #6dae85;
    background: rgba(109,174,133,0.10);
    border: 1px solid #6dae85;
    border-radius: 2px;
}

.btn-upload-zip .icon-upload {
    font-size: 14px;
}

.btn-upload-zip:hover, .btn-rechange:hover {
    opacity: 0.65;
}

.upload-zip-wrapper p {
    font-size: 16px;
    font-weight: 500;
    margin: 24px auto 10px;
}

.upload-zip-wrapper .tip, .upload-footer {
    font-size: 12px;
    color: #c0c0c0;
}

.progress_status {
    font-size: 16px;
    width: 206px;
    text-align: left;
}

.upload-zip-ing img {
    width: 31px;
    height: 31px;
    margin: 30px auto 0;
}

.zip-name {
    position: relative;
    width: fit-content;
    max-width: 530px;
    text-align: left;
    word-break: break-word;
    padding: 0 20px 0 44px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zip-name::before {
    position: absolute;
    left: 20px;
    top: 4px;
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 4px;
    background: url("../images/reducerepeat/zip.png") no-repeat;
}

.zip-upload-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #c0c0c0;
}

.zip-upload-btns > div {
    display: flex;
    align-items: center;
    margin: 24px 20px 0;
    cursor: pointer;
}

.zip-upload-btns > div:hover {
    opacity: 0.5;
}

.btn-reupload::before {
    content: '';
    width: 14px;
    height: 14px;
    margin-right: 2px;
    background: url("../images/reducerepeat/reupload.png") no-repeat;
    background-size: 100%;
}

.select-upload-platform {
    margin: 0 0 30px;
    font-size: 12px;
}

.report-upload-column .title {
    display: grid;
    grid-template-columns: auto 1fr;
    font-size: 12px;
}
.report-upload-column .title span{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.report-upload-column .title .tip{
    margin-left: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.select-upload-platform .label {
    color: var(--box-color-black);
    font-weight: 500;
}
.select-upload-platform .label span{
    font-size: 12px;
    font-weight: 400;
}

.select-type {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -8px;
}

.select-type .option {
    color: #353542;
    cursor: pointer;
    user-select: none;
    line-height: 24px;
    padding: 2px 15px;
    margin: 12px 8px 0 8px;
    background: #f4f4f4;
    border: 1px solid #e1e7ef;
    border-radius: 4px;
}

.select-type .option.selected {
    color: #6dae85;
    background: rgba(109,174,133,0.10);
    border: 1px solid #6dae85;
}

.report-upload-column .btn-reduce-repeat {
    width: 160px;
    line-height: 40px;
    padding: 0;
    margin: 24px auto 10px;
    color: #fff;
    border-radius: 4px;
    background: #6dae85;
    box-shadow: 0px 4px 15px 0px rgba(21,34,26,0.25);
}

.report-upload-column .btn-reduce-repeat:hover, .result-column .title .btn-copy:hover, #submit-success .modal-footer .btn-confirm:hover, #modal-message .modal-body .btn-confirm:hover {
    color: #fff;
    background: #4BA575;
}

.report-upload-column .label {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    padding: 0;
    text-align: left;
}

.order-detail-table {
    width: 100%;
    margin: 12px 0;
    border: 1px solid #e1e7ef;
}

.order-detail-header {
    font-weight: 600;
    background: rgba(53,52,68,0.08);
}
.order-detail-body{
    /*height: calc(100vh - 348px);*/
    height: 55vh;
    min-height: 400px;
    max-height: 1000px;
    overflow-y: auto;
}

.order-detail-empty {
    width: 100%;
    text-align: center;
    padding: 14px 16px;
}

.detail-item-row {
    display: grid;
    align-items: center;
    grid-template-columns: 2fr  2fr minmax(140px, 2fr) minmax(80px, 1fr);
}

.order-detail-body .detail-item-row:nth-child(even) {
    background-color: #fcfcfc;
}

.detail-item-row > div {
    width: 100%;
    height: 100%;
    padding: 14px 16px;
    box-sizing: border-box;
    text-align: center;
}

.detail-item-row > div:first-child ,.order-detail-body .detail-item-row > div:nth-child(2){
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.detail-item-row > div:first-child{
    text-align: left;
}

.detail-item-row > div:not(.detail-item-row > div:last-child) {
    border-right: 1px solid #e1e7ef;
}

.detail-item-row + .detail-item-row {
    border-top: 1px solid #e1e7ef;
}

.detail-item-row a, .detail-item-row .delete {
    display: inline-block;
    color: #6dae85;
    border: 0;
    padding: 0;
    margin: 0;
}

.detail-item-row .check-result, .detail-item-row .delete{
    cursor: pointer;
}

.detail-item-row .delete.disabled {
    background-color: transparent !important;
    color: #cdcdcd;
}

.detail-item-row .check-result:hover, .detail-item-row .delete:hover {
    opacity: 0.65;
}
.order-detail-body .detail-item-row .operation{
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-detail-body .detail-item-row .operation .down{
    padding-left: 15px;
}

.processing {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6dae85;
}

.processing::before {
    content: '';
    margin-right: 5px;
    border: 1px solid #6dae85;
    border-left-color: transparent;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    animation: processing .8s linear infinite;
}

@keyframes processing {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.red {
    color: #e45555;
}

#report-content .modal-dialog {
    width: 690px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 54px;
    margin: 0 auto;
    transform: translateX( -50%);
}

#report-content .modal-body {
    width: 100%;
    height: auto;
    max-height: 60vh;
    padding: 30px;
    overflow-y: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
}

#report-content .modal-body span, .detail-item-row a.check-result-fail {
    color: #e45555;
}

#report-content .modal-footer {
    width: 100%;
    font-size: 12px;
    color: #999;
    padding: 18px 40px;
    border: 0;
}

#submit-success .modal-header, #report-content .modal-header {
    border-bottom: 0;
    padding: 16px 24px;
}

#report-content .modal-header {
    border-bottom: 1px solid #e5e5e5;
}

#submit-success .modal-header h5, #report-content .modal-header h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

#submit-success .modal-body {
    font-weight: 500;
    text-align: center;
}

#submit-success .modal-footer .btn-confirm {
    width: 100px;
    background: #6dae85;
    color: #fff;
}

#delete-report .modal-dialog, #submit-success .modal-dialog {
    width: 480px;
    position: absolute;
    left: 50%;
    top: calc(50% - 100px);
    transform: translate(-50%, -50%);
}

#delete-report button.close, #report-content button.close, #submit-success button.close {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 9999;
    cursor: pointer;
    font-size: 28px;
    opacity: 1;
    font-weight: normal;
}

#delete-report button.close:hover, #report-content button.close:hover, #submit-success button.close:hover  {
    opacity: 0.65;
}

#delete-report .modal-content, #report-content .modal-content, #submit-success .modal-content {
    box-shadow: none;
    background: #fff;
    border: 0;
}

#delete-report .modal-body {
    font-weight: 500;
    padding: 50px 15px 15px;
    text-align: center;
}

#delete-report .modal-footer, #submit-success .modal-footer {
    text-align: center;
    border: 0;
    padding: 15px 15px 40px;
}

#delete-report .modal-footer button {
    padding: 5px 30px;
    font-size: 14px;
    border-radius: 4px;
}

#delete-report .modal-footer .btn-cancel {
    color: #6dae85;
    border: 1px solid #6dae85;
}

#delete-report .modal-footer .btn-confirm {
    background: #6dae85;
    color: #fff;
    margin-left: 40px;
}

#modal-reduce .btn-refresh {
    font-size: 12px;
    display: inline-block;
    width: 80px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    text-align: center;
    color: #fff !important;
    margin: 0 10px;
    background: #56b282;
    border-radius: 30px;
    cursor: pointer;
}

#modal-reduce .btn-refresh:hover  {
    opacity: 0.8;
}

#modal-reduce .modal-dialog {
    width: 540px;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#modal-reduce .modal-dialog .modal-content {
    background: #fff;
    border: 0;
    box-shadow: none;
}

#modal-reduce .modal-body {
    padding: 16px 32px 0;
    color: #353636;
}

#modal-reduce > h4 {
    font-size: 16px;
    line-height: 24px;
    padding-right: 20px;
}

#modal-reduce .close, #modal-message .close {
    position: absolute;
    top: 5px;
    right: 15px;
    opacity: 1;
    font-size: 32px;
    font-weight: 400;
    color: #353636;
}

#modal-reduce .close:hover, #modal-message .close:hover {
    opacity: 0.65;
}

#modal-reduce .modal-body .item-describe {
    background: #fff;
    border: 2px solid #6EB086;
    padding: 12px;
    margin: 16px auto;
    border-radius: 6px;
    box-shadow: 0px 4px 10px 0px rgba(40, 54, 45, 0.12);
}

#modal-reduce .modal-body .item-describe .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #999;
}

#modal-reduce .modal-body .item-describe .name {
    display: flex;
    align-items: center;
    color: #6eb086;
    font-size: 18px;
    font-weight: 500;
}

#modal-reduce .modal-body .item-describe .name::before {
    content: '';
    width: 4px;
    height: 18px;
    margin-right: 8px;
    background: #6eb086;
}

#modal-reduce .modal-body .item-describe .name::after {
    content: '荐';
    padding: 0 4px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #ff936a;
}

#modal-reduce .modal-body .item-describe .name small {
    font-size: 15px;
}

#modal-reduce .modal-body .item-describe .describe {
    color: #666;
    line-height: 24px;
    padding: 8px 0 0 12px;
    font-size: 13px;
}

#modal-reduce .modal-body .item-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 16px 0;
    color: #999;
    padding: 16px 0 0;
    border-top: 1px solid #ebeef3;
}

#modal-reduce .modal-body .item-list .brand {
    grid-column: 1 / 3;
}

/*#modal-reduce .modal-body .item-list span:first-child {*/
/*    color: #353636;*/
/*    margin-left: 16px;*/
/*}*/

#modal-reduce .modal-body .item-list span.red {
    color: #ee3d57;
}

#modal-reduce .modal-body .item-list > div.pay {
    grid-column: 1 / 3;
    width: 100%;
    text-align: center;
    justify-self: center;
    padding: 16px 0;
    line-height: 16px;
    border-top: 1px solid #ebeef3;
}

.pay .qrcode-wrapper {
    position: relative;
    width: 144px;
    height: 144px;
    padding: 6px;
    margin: 10px auto;
    background: #fff;
    box-shadow: 0px 6px 20px 0px rgba(4,21,21,0.10);
    box-sizing: border-box;
}

.pay .qrcode-wrapper .qrcode {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.pay .qrcode-wrapper .fail {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 6px;
    left: 6px;
    bottom: 6px;
    right: 6px;
    background: rgba(245,245,245,0.90);
    backdrop-filter: blur(4px);
}

.pay .qrcode-wrapper .btn-pay {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding: 0;
    width: 92px;
    height: 28px;
    background: transparent;
}

.pay .qrcode-wrapper .btn-pay:hover {
    filter: brightness(120%);
    color: #6db085;
    background: transparent;
}

.pay .qrcode-wrapper .btn-pay img {
    margin-right: 5px;
}

.pay .qrcode-wrapper .qrcode .loading {
    width: 32px;
    height: 32px;
}

.payment-tip {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}

.payment-tip h4 {
    display: flex;
    align-items: center;
    font-size: 22px;
}

.payment-tip h4.success {
    color: #6db085;
}

.payment-tip h4.error {
    color: #f06541;
}

.payment-tip h4::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 8px;
}

.payment-tip h4.success::before {
    background: url("../images/tool/pay-success.png") no-repeat 100%;
    background-size: 100%;
}

.payment-tip h4.error::before {
    background: url("../images/tool/pay-error.png") no-repeat 100%;
    background-size: 100%;
}

#modal-reduce .payment-tip h4.success {
    font-size: 20px;
}

#modal-reduce .payment-tip h4::before {
    width: 28px;
    height: 28px;
}

#modal-reduce .modal-body .payment-tip {
    grid-column: 1 / 3;
    margin-top: 0;
}

#modal-reduce .modal-body .item-list .tip {
    grid-column: 1 / 3;
}

#modal-reduce .modal-body .item-list .hui, #modal-reduce .modal-body .item-list .zeng {
    display: flex;
    align-items: center;
    width: fit-content;
    font-size: 14px;
    padding: 0 5px 0 0;
    border-radius: 4px;
}

#modal-reduce .modal-body .item-list .hui {
    color: #ee3d57;
    background: rgba(221,85,119,0.10);
}

#modal-reduce .modal-body .item-list .zeng {
    color: #fe8659;
    background: rgba(255,147,106,0.10);
}

#modal-reduce .modal-body .item-list .hui::before, #modal-reduce .modal-body .item-list .zeng::before {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 24px;
    color: #fff;
    margin-right: 5px;
    border-radius: 4px 0px 4px 0px;
}

#modal-reduce .modal-body .item-list .hui::before {
    content: '惠';
    background: #ee3d57;
}

#modal-reduce .modal-body .item-list .zeng::before {
    content: '赠';
    background: #ff936a;
}

#modal-reduce .modal-body .item-list .needFee {
    color: #999 !important;
    margin-left: 5px !important;
}

#modal-reduce .modal-footer {
    padding: 40px;
    border-top: 0;
}

#modal-reduce .modal-footer .btn-pay {
    width: 300px;
    font-size: 20px;
    font-weight: 500;
    margin: 0 auto;
}

#modal-tip .modal-dialog {
    width: 540px;
    margin: 200px auto;
}

#modal-tip .modal-content, #modal-message .modal-content {
    background: #fff;
    color: #999;
    border: 0;
    box-shadow: none;
}

#modal-tip .close {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 32px;
    font-weight: 400;
}

#modal-tip .close:hover {
    color: #353636;
}

#modal-tip .modal-header {
    font-size: 16px;
}

#modal-tip .modal-body {
    position: static;
    color: #353636;
    font-size: 16px;
    padding: 50px 50px 30px;
    text-align: center;
    line-height: 24px;
}

#modal-tip .modal-body .btn-confirm-cancel {
    display: flex;
    justify-content: center;
    align-items: center;
}

#modal-tip .modal-body .btn-confirm, #modal-message .modal-body .btn-confirm {
    width: 120px;
    margin-top: 50px;
    background-color: #6dae85;
    border-color: #6dae85;
}

#modal-tip .modal-body .btn-cancel {
    width: 120px;
    margin-top: 50px;
    border-radius: 4px;
    margin-left: 40px;
    color: #6dae85;
    border-color: #6dae85;
}

#modal-message .modal-dialog {
    width: 540px;
    margin: 200px auto;
}

#modal-message .modal-header {
    min-height: auto;
    padding: 0;
    border: 0;
}

#modal-message .modal-body {
    position: static;
    color: #999;
    font-size: 16px;
    padding: 50px 30px 30px;
    text-align: center;
}

#modal-message .modal-body h2 {
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

#modal-message .modal-body h2.success {
    color: #6db085;
}

#modal-message .modal-body h2.error {
    color: #f06541;
}

#modal-message .modal-body h2::before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    margin-right: 16px;
}

#modal-message .modal-body h2.success::before {
    background: url("../images/tool/pay-success.png") no-repeat 100%;
    background-size: 100%;
}

#modal-message .modal-body h2.error::before {
    background: url("../images/tool/pay-error.png") no-repeat 100%;
    background-size: 100%;
}

#modal-message .modal-body .summary {
    margin-top: 24px;
}

.toast {
    position: fixed;
    top: 30vh;
    left: 50%;
    transform: translateX(-50%);
    min-width: 260px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    border-radius: 0.25rem;
}

.toast-body {
    padding: 15px;
    white-space: nowrap;
}

@media screen and (max-width: 1250px) {


    /*.upload-zip-wrapper{*/
    /*    height: calc(50vh - 520px);*/
    /*}*/
    /*.content-area-upload .upload-zip-wrapper {*/
    /*    height: calc(50vh - 217px);*/
    /*}*/
    .check-type-items {
        flex-direction: column;
    }

    .check-type-items > div {
        margin-bottom: 20px !important;
    }
}

/* result */
.result-wrapper {
    flex: 1;
    padding: 30px 50px;
    display: grid;
    gap: 16px;
}

.result-container {
    min-height: calc(100vh - 340px);
    padding: 24px 32px;
    background: #fff;
}

.result-container h4 {
    font-size: 18px;
    margin-bottom: 16px;
}

.result-wrapper .result-table .loading, .result-wrapper .result-table .null {
    padding: 12px 16px;
}

.result-wrapper .result-table {
    margin-bottom: 16px;
    border: 1px solid #ebebeb;
}

.result-row {
    display: grid;
    align-items: stretch;
    grid-template-columns: 50px 1fr 1fr;
    border-bottom: 1px solid #ebebeb;
}

.result-row:last-child {
    border-bottom: 0;
}

.result-row .sentence-number {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #999;
    font-weight: 500;
    background: #f8f8f8;
    border-right: 1px solid #ebebeb;
}

.result-row .result-column {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 0 20px;
    padding: 16px 20px;
}

.result-row .result-column.before {
    background: #f8f8f8;
    border-right: 1px solid #ebebeb;
}

.result-row .result-column.before .content {
    color: #666;
    word-break: break-word;
    margin-top: 80px;
    line-height: 26px;
}

.result-wrapper.aigc .result-row .result-column.before .content {
    margin-top: 40px;
}

.result-row .result-column.after .content {
    color: #6dae85;
    word-break: break-word;
    line-height: 26px;
}

.result-row .result-column.after .desc {
    color: #999;
    padding: 5px 8px;
    background: #f6f6f6;
    border-radius: 2px;
    margin: 15px 0 10px;
}

.result-wrapper.aigc .result-row .result-column.after .desc {
    margin: 0 0 10px;
}

.result-row .result-column.after .desc .green {
    color: #6dae85;
}

.result-row .result-column.after .tab ul {
    display: flex;
    align-items: center;
}

.result-row .result-column.after .tab ul li {
    padding-bottom: 3px;
    color: #ccc;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.result-row .result-column.after .tab ul li.active {
    color: #56b282;
    border-bottom: 2px solid #6dae85;
}

.result-row .result-column.after .tab ul li + li {
    margin-left: 20px;
}

.result-column .title {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-weight: bold;
    text-align: center;
}

.result-wrapper.aigc .result-column .score {
    width: 80px;
    font-size: 16px;
    line-height: 32px;
    color: #6dae85;
    background: rgba(109, 174, 133, 0.10);
    border-radius: 3px;
    margin: 0 auto;
}

.result-wrapper.aigc .result-column .score.red {
    color: #e45555;
    background: rgba(228, 85, 85, 0.10);
}

.result-wrapper.aigc .result-column .score.orange {
    color: #f39800;
    background: rgba(243, 152, 0, 0.1);
}

.result-wrapper.aigc .result-column .score.purple {
    color: #a08eee;
    background: rgba(160, 142, 238, 0.1);
}

.result-column .title .btn-copy {
    width: 70px;
    height: 20px;
    padding: 0;
    margin: 0 auto;
    font-size: 12px;
    border: 1px solid #6eaf87;
    border-radius: 20px;
    color: #6dae85;
}

.result-header {
    color: #666;
    padding: 24px 32px;
    background: #fff;
}

.result-header b {
    margin-left: 10px;
    color: #000;
    font-weight: 500;
}

.result-header > div {
    padding: 12px 16px;
    background: #f8f8f8;
    border-radius: 3px;
}

.result-header > div + div {
    margin-top: 12px;
}

.tabs-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    position: relative;
}

.tabs-header .tab-pills {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    padding: 4px;
    list-style: none;
    background: rgba(109,174,133,0.10);
    border-radius: 4px;
}

.tabs-header .tab-pills li {
    font-weight: 500;
    color: #b5bfb9;
    cursor: pointer;
    padding: 4px 18px;
    text-align: center;
    line-height: 20px;
    border-radius: 4px;
}

.tabs-header .tab-pills li.active {
    color: #fff;
    background: #6dae85;
}

.view-whole-content {
    color: #333;
    padding: 0 50px;
}

.view-whole-content ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.view-whole-content ul li {
    line-height: 26px;
    color: #ccc;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.view-whole-content ul li + li {
    margin-left: 20px;
}

.view-whole-content ul li.active {
    color: #6dae85;
    border-bottom: 2px solid #6dae85;
}

.view-whole-content .green {
    color: #6dae85;
}

.view-whole-content .message {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.view-whole-content .message .btn-copy {
    width: 120px;
    padding: 3px 12px;
    font-size: 14px;
    color: #6eaf87;
    cursor: pointer;
    border: 1px solid #6eaf87;
    border-radius: 20px;
    text-align: center;
    margin: 0 0 0 20px;
    box-sizing: border-box;
}

.view-whole-content .content {

    width: 100%;
    word-break: break-word;
    line-height: 28px;
    padding: 20px 0;
    box-sizing: border-box;
}

.toast {
    min-width: auto;
    border-radius: 25px;
}

.toast-body {
    padding: 10px 35px;
}
.down-pc{
    height: 30px;
    padding: 10px;
    border: 1px solid #6eaf87;
    text-align: center;
    font-size: 14px;
    color: #6eaf87;
    border-radius: 20px;
    cursor: pointer;
    position: absolute;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.down-pc:hover{
    color: #fff;
    background: #6eaf87;
}
.tab-down{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.tab-pills {
    width: fit-content;
    display: grid;
    grid-template-columns: repeat(3, 130px);
    gap: 4px;
    justify-content: center;
    align-items: center;
    padding: 4px;
    margin: 12px auto 20px;
    background: #eaeaea;
    border-radius: 4px;
}

.tab-pills li {
    width: 100%;
    height: 28px;
    user-select: none;
    font-weight: 700;
    cursor: pointer;
    color: #999;
    line-height: 28px;
    text-align: center;
    border-radius: 4px;
}

.tab-pills .active {
    background: #6dae85;
}
.tab-pills li a{
    display: block;
    width: 100%;
    height: 100%;
    color:#999;
}
.tab-pills li.active a{
    color: #fff;
}

.paper .paperwarning{
    margin-top: 15px;
    padding: 10px 0;
}

.new-tab{
    margin: 10px 0 40px 0;
    font-size: 12px;
    color: #666666;
    display: flex;
    gap: 20px;
}
.new-tab a{
    text-decoration:none;
    color:inherit;
}
.new-tab .item{
    padding: 12px 20px 16px 20px;
    width: 400px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 4px 6px 0px rgba(197,200,198,0.10);
    border: 3px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
}
.new-tab .item.active{
    border: 3px solid #6DB085;
    position: relative;
}
.new-tab .item.active .title{
    color: #6DB085;
}
.new-tab .item.active::after {
    content: '';
    position: absolute;
    right: -1px;
    top: -2px;
    width: 40px;
    height: 40px;
    background: url(../images/recharge/checked.png) no-repeat;
}
.new-tab .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    padding-bottom: 10px;
    padding-right: 15px;
    border-bottom: 1px solid #e1e7ef;
}
.new-tab .item p{
    padding: 12px 0;
    margin: 0;
}
.action-btn{
    padding: 0 13px;
    background: rgba(228,85,85,0.10);
    border-radius: 20px;
    color: #E45555;
    border: 0;
    display: flex;
    align-items: center;
    font-size: 12px;
}
.action-btn.green-btn{
    color: #6DAE85;
    background: rgba(109,174,133,0.10);
}
.action-btn .dot{
    font-size: 18px;
    font-weight: 600;
    margin-right: 4px;
}
.new-tab .rengong{
    display: flex;
    gap: 12px;
}
.two-span{
    display: none;
}
@media (max-width: 1675px) {
    .one-span{
        display: none;
    }
    .two-span {
        display: inline; /* 保持span的行内特性 */
    }
}
.important-note{
    padding-top: 8px;
    color: #E45555;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.important-note .icon-tip{
    padding-top: 2px;
}
.important-note:hover .what-tip{
    display: block;
}
.what-tip{
    width: 400px;
    min-height: 170px;
    height: auto;
    line-height: 20px;
    position: absolute;
    top: -228px;
    padding: 12px;
    min-width: 200px;
    border: 0;
    border-top: 5px solid #6db085;
    background: #f2f2f2;
    border-radius: 6px;
    box-shadow: 0px 4px 10px 0px rgba(40, 54, 45, 0.12);
    transition: display 2s ease-in-out;
    display: none;
    font-size: 12px;
    color: #000;
    z-index: 999;
    text-align: left;
}
.paper-reduce-repeat .flashInfo{
    padding: 0px 0px 20px 0px;
    margin-top: -10px;
}