[v-cloak] {
    display: none;
}

body {
    font-family: PingFang SC, PingFang SC-400;
}

img {
    width: 100%;
    height: 100%;
}

label {
    all: unset;
}

.gray {
    pointer-events: none;
}

.orange {
    color: #FF9F5C;
}
.red{
    color: #ee3d57;
}

p {
    margin: 0;
    padding: 0;
}

.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;
    }
}
.ellipsis-multiline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis-multiline .template-name {
    color: #666;
}

.icon-delete:hover {
    color: #56b282;
    opacity: .65;
    cursor: pointer;
}

.format-body {
    width: 100%;
    padding: 32px;
    margin: 0 auto;
    color: #36363b;
    box-sizing: border-box;
}
.tab-pills {
    width: fit-content;
    display: grid;
    grid-template-columns: repeat(2, 100px);
    gap: 4px;
    justify-content: center;
    align-items: center;
    padding: 4px;
    margin: 0 auto 30px;
    background: #eaeaea;
    border-radius: 4px;
}

.tab-pills li {
    user-select: none;
    font-weight: 700;
    cursor: pointer;
    color: #bebebe;
    line-height: 20px;
    text-align: center;
    padding: 4px 12px;
    border-radius: 4px;
}

.tab-pills li.active {
    color: #fff;
    background: #6dae85;
}

.tab-content {
    margin: 0 auto;
    max-width: 1300px;
    display: grid;
    grid-template-columns: 1fr 56px 1fr;
    gap: 22px;
    align-items: center;
}

.step {
    height: 500px;
    width: 100%;
    max-width: 600px;
    padding: 24px 16px 10px;
    background: #ffffff;
    border-radius: 10px;
}

.step-title {
    height: 20px;
    border-left: 4px solid #6DAE85;
}

.step-title span {
    font-size: 16px;
    color: #333542;
    font-weight: 500;
    padding-left: 10px;
}

.swap {
    width: 56px;
    height: 33px;
}

.submit {
    display: grid;
    place-items: center;
    width: 200px;
    height: 45px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 40px auto;
    background: #6dae85;
    border-radius: 4px;
    box-shadow: 0px 10px 30px 0px rgba(21, 34, 26, 0.25);
    transition: all .3s ease-in-out;
    border: 0;
}

.submit:hover {
    color: #fff;
    background: #4BA575;
    box-shadow: none;
}

.school-item, .template-item {
    display: grid;
    grid-template-columns: 85px 1fr;
    font-size: 14px;
    margin-bottom: 10px;
}
.first-step .used-template{
    float: right;
}
.used-template {
    height: 28px;
    font-size: 13px;
    border-radius: 4px;
    padding: 3px 6px;
    border: 1px solid #6DAE85;
    color: #6DAE85;
    cursor: pointer;
}
.used-template:hover{
    background: #6DAE85;
    color: #fff;
}


.used-disabled {
    border: 1px solid #ccc;
    color: #ccc;
    pointer-events: none;
    cursor: default;
}

.school-item {
    margin-top: 16px;
}

.item-title {
    color: #36363B;
    line-height: 36px;
    height: 40px;
}

.school-item .check-input, #modal-school .check-input {
    width: 100%;
    height: 36px;
    border: 1px solid #dddddd;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 4px;
    padding-left: 12px;
}

.check-tip {
    color: #ccc;
}

.school-item .check-btn, #modal-school .check-btn {
    position: absolute;
    right: 4px;
    width: 60px;
    height: 28px;
    line-height: 28px;
    background: #6dae85;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}

.template-item .item-row {
    display: flex;
    justify-content: space-between;
    padding: 0 16px 0 12px;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #dddddd;
    font-size: 12px;
    color: #36363B;
}

.template-item .item-content {
    border: 1px solid #dddddd;
    border-radius: 4px;
}

.template-item .template {
    height: 300px;
    padding: 10px 0px 0px 10px;
}

.upload-file {
    width: 100%;
    height: 280px;
    background: #fcfcfc;
    border: 1px dashed #6dae85;
    border-radius: 10px;
    margin: 16px 0;
}

.wrapper {
    min-height: 360px;
    margin: 16px 0;
    background: #fcfcfc;
    border: 1px dashed #6dae85;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.wrapper .upload, .wrapper .item {
    display: flex;
    align-items: center;
    place-items: center;
    flex-direction: column;
}

.wrapper.dragover {
    border: 2px solid #6dae85;
}

.upload-image {
    width: 40px;
    height: 40px;
}

.upload-image img {
    width: 100%;
    height: 100%;
}

.wrapper h4 {
    margin-top: 16px;
    font-size: 16px;
}

.wrapper p {
    font-size: 13px;
    color: #c0c0c0;
}

.wrapper .message {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #6dae85;
    font-weight: 500;
}

.wrapper .message .icon {
    font-size: 26px;
    margin-right: 5px;
    font-weight: 700;
}

.wrapper .title {
    display: grid;
    justify-content: center;
    align-items: center;
    place-items: center;
    gap: 12px;
    margin: 18px 0 30px;
    text-align: justify;
    word-break: break-all;
    word-wrap: break-word;
}

.wrapper .title h4 {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 22px;
    font-size: 16px;
    margin: 0;
}

.wrapper .title h4::before {
    content: "\e805";
    font-size: 24px;
    color: #467af2;
    font-family: "iconfont";
}

.wrapper .title .icon-delete {
    color: #999;

}

.wrapper .title .reupload {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 13px;
    color: #999;
    cursor: pointer;
}

.wrapper .title .reupload:hover {
    opacity: .65;
}

.wrapper .progress_status {
    width: 208px;
    font-weight: 500;
    font-size: 16px;
    margin-top: 20px;
}

.wrapper .loading {
    width: 30px;
    height: 30px;
    margin-top: 40px;
}

.notice {
    font-size: 12px;
    color: #666666;
    line-height: 20px;
}

.btn-upload {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    padding: 0 28px;
    margin-top: 24px;
    line-height: 36px;
    color: #6dae85;
    font-weight: 500;
    background: rgba(109, 174, 133, 0.10);
    border: 1px solid #6dae85;
    border-radius: 2px;
    box-sizing: border-box;
    transition: opacity .2s ease-in-out;
}

.btn-upload:hover {
    opacity: .65;
}

.icon-upload {
    font-size: 14px !important;
    font-weight: 500;
}

.modal-dialog {
    width: 540px;
    margin: 200px auto;
}

.modal-content {
    background: #fff;
    border: 0;
    box-shadow: none;
}

.modal-content .close {
    position: absolute;
    top: 9px;
    right: 15px;
    font-size: 32px;
    font-weight: 400;
}

.modal-content .close:hover {
    color: #353636;
}

.modal-content .close span {
    color: #333542;
}

.modal-header {
    font-size: 16px;
    color: #999;
    border-bottom: 1px solid #e5e5e5;
}

.modal-body {
    position: static;
    color: #353636;
    font-size: 16px;
    padding: 50px 40px 30px;
    text-align: center;
    /*line-height: 24px;*/
}

.modal-body .btn-confirm {
    width: 120px;
    margin-top: 50px;
    background-color: #6dae85;
    border-color: #6dae85;
}

.modal-body .btn-confirm:hover, .check-btn:hover {
    color: #fff;
    background: #4BA575 !important;
    border-color: #4BA575 !important;
}

#modal-school .btn-confirm-cancel {
    display: flex;
    justify-content: center;
    align-items: center;
}

#modal-school .btn-confirm-cancel {
    border-top: 1px solid #e5e5e5;
    padding: 24px 0 32px;
    width: 100%;
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
}

.modal-body .btn-cancel {
    width: 120px;
    margin-top: 50px;
    border-radius: 4px;
    margin-right: 40px;
    color: #6dae85;
    border-color: #6dae85;
}

#modal-school .modal-content {
    min-height: 70vh;
    position: relative;
}

#modal-school .modal-header {
    padding: 0;
    height: 48px;
    background: #f2f2f2;
    border-radius: 6px;
}

#modal-school .tab-search {
    display: flex;
    align-items: center;
}

#modal-school .tab-search li {
    width: 112px;
    text-align: center;
    line-height: 48px;
    background: #f2f2f2;
    cursor: pointer;
    border-radius: 6px 6px 0px 0px;
}

#modal-school .tab-search li.active {
    background: #fff;
    border-radius: 6px 6px 0px 0px;
}

#modal-school .modal-body {
    padding: 10px 16px 91px 24px;
}

@media (max-width: 1400px) {
    #modal-pay .modal-dialog {
        margin: 30px auto !important;
    }
}

#modal-pay .modal-header {
    padding-bottom: 8px;
}

#modal-school .modal-header, #modal-pay .modal-header {
    color: #333542;
    border: 0;
}

#modal-school .modal-dialog {
    min-width: 850px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#modal-school .btn-confirm {
    width: 140px;
    border-radius: 20px;
    background-color: #6dae85;
    border-color: #6dae85;
}

#modal-school .btn-cancel {
    width: 140px;
    margin-left: 40px;
    color: #999999;
    background: #f1f1f1;
    border-radius: 20px;
}

#modal-school .btn-cancel:hover {
    border: 1px solid #f1f1f1;
}

#modal-school .modal-item .item-title {
    display: grid;
    grid-template-columns: 70px 1fr;
    font-size: 14px;
    color: #333542;
}

#modal-school .modal-item.used-schools {
    height: calc(70vh - 248px);
}

#modal-school .modal-item .item-content.school {
    height: calc(70vh - 248px);
    min-height: 200px;
    overflow-y: auto;
    text-align: left;
    padding-left: 20px;
    position: relative;
}

#modal-school .modal-item .item-content.school.used-schools {
    height: calc(70vh - 88px) !important;
    min-height: 360px;
}

#modal-school .modal-item .item-content {
    font-size: 14px;
    color: #666;
    text-align: left;
    padding-left: 20px;
}

#modal-school .modal-item .item-content .item-child .school-used {
    width: 36px;
    height: 14px;
    background: url("/images/tool/used.png") center;
    background-size: cover;
    position: absolute;
    top: -6px;
    right: 0;
    transform: scale(1);
    image-rendering: -webkit-optimize-contrast; /* Chrome, Safari */
    image-rendering: optimize-contrast; /* 现代浏览器 */
}


#modal-school .modal-item .school .item-child {
    position: absolute;
}

#modal-school .modal-item .item-content .item-child {
    display: inline-block;
    width: auto;
    height: 28px;
    line-height: 28px;
    background: #F1F1F1;
    padding: 0 12px;
    border-radius: 20px;
    margin: 6px;
    cursor: pointer;
    position: relative;
}

#modal-school .modal-item .item-content .item-child:hover, #modal-school .modal-item .item-content .selected-item {
    background: #6DAE85;
    color: #fff;
}

#modal-school .modal-item.input-item {
    padding: 62px 24px;
}

#modal-school .check-input {
    padding: 0;
}

#modal-school .modal-item .check-input .input {
    border: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    padding-left: 12px;
}

#modal-school .modal-item .check-input .input:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

/*删除模态框*/
#modal-delete.btn-confirm-cancel .btn-default {
    color: #6db085;
    border: 1px solid #6db085;
    text-align: center;
    border-radius: 4px;
    box-sizing: border-box;
}

#modal-delete .btn-confirm-cancel {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

#modal-delete .btn-confirm-cancel .btn {
    width: 120px;
    margin: 0 20px;
    border-radius: 4px;
}

#modal-delete .modal-body {
    /*padding-bottom: 30px;*/
}

::-webkit-scrollbar {
    width: 3px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    background: #b9b9b9;
    border-radius: 10px;
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 10px;
}

/* 当鼠标悬停在滑块上时 */
::-webkit-scrollbar-thumb:hover {
    background: #555; /* 滑块颜色变化 */
}

/* 滚动条滑块：窗口活动（聚焦）时 */
::-webkit-scrollbar-thumb:active {
    background: #222; /* 滑块颜色变化 */
}

.template-body {
    height: 100%;
    overflow-y: auto;
    padding-right: 10px;
}

.template-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.ckb {
    display: flex;
    font-size: 14px;
    cursor: pointer;
}

.template-list input[type=radio] {
    appearance: none;
}

.template-list .ckb .used {
    display: inline-block;
    width: 36px;
    height: 14px;
    background: url("/images/tool/used.png") center;
    background-size: cover;
    margin-left: 8px;
    vertical-align: middle;
    margin-bottom: 2px;
}

.ckb label {
    position: relative;
    cursor: pointer;
    width: 14px !important;
    min-width: 14px;
    height: 14px !important;
    min-height: 14px;
    padding-left: 0;
    margin-right: 8px !important;
    margin-bottom: 0;
    margin-top: 3px;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
}

.ckb input[type='radio']:checked + label::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 6px;
    background: transparent;
    top: 3px;
    left: 2px;
    border: 2px solid #fff;
    border-top: 0;
    border-right: 0;
    border-radius: 2px;
    transform: rotate(-45deg);
}

.ckb input[type='radio']:checked + label {
    border: 0;
    background: #6dae85;
}

.check-number {
    font-size: 12px;
    color: #999999;
    padding-right: 12px;
}

.report {
    max-width: 1300px;
    min-height: 595px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 24px;
}

.report .operate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.report .operation {
    cursor: pointer;
}

.report .operation:hover {
    opacity: 0.65;
}

.report .tab-row {
    display: grid;
    grid-template-columns: 3fr 140px 160px 140px;
    align-items: center;
    padding: 0 24px;
    gap: 20px;
}

.report .tab-row.header {
    height: 48px;
    background: #F2F2F2;
    border-radius: 6px;
    font-size: 14px;
}

.report .tab-row.content {
    border-bottom: 1px solid #e2e2e2;
    height: 80px;
    line-height: 22px;
}

.report .tab-row.content:last-child {
    border-bottom: 0;
}

.report .content .name {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 5px;
    align-items: center;
}

.report .content .file-name, .report .content .template-name {
    display: block;
    text-align: center;
    font-size: 12px;
    width: 45px;
    height: 17px;
    line-height: 17px;
    border-radius: 4px;
    color: #fff;
}

.report .content .file-name {
    background: #5AB0FF;
}

.report .content .template-name {
    background: #DF6E4C;
}

.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: 1.25em;
    }
}

@-webkit-keyframes ellipsis {
    to {
        width: 1.25em;
    }
}

.report .tab-row .status {
    animation: blink 1s linear infinite;
}

.toast {
    position: absolute;
    top: 400px;
    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;
    z-index: 999999;
    display: block;
}

.toast-body {
    padding: 15px;
    white-space: nowrap;
}

#modal-pay .modal-body {
    text-align: left;
}

#modal-pay .modal-header {
    border: 0;
    font-size: 16px;
    /*padding-bottom:;*/
}

#modal-pay .modal-content {
    background: #ffffff;
}

#modal-pay .modal-dialog {
    width: 725px;
    margin: 160px auto;
}

#modal-pay .modal-body {
    padding: 0px 24px 24px 24px;
}

#modal-pay .res-preview {
    width: 100%;
    min-height: 218px;
    background: rgba(109, 174, 133, 0.1);
    border-radius: 6px;
    padding: 8px 16px 16px;
}

#modal-pay .res-preview .header {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #6DAE85;
    gap: 40px;
    padding-bottom: 6px;
    margin-bottom: 10px;
    border-bottom: 1px solid #efeeee;
}

#modal-pay .res-preview .header div {
    width: auto;
    position: relative;
    text-align: center;
    cursor: pointer;
}

#modal-pay .res-preview .header div:hover::after, #modal-pay .res-preview .header div.active::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #6DAE85;
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: -6px;
}

#modal-pay .res-row {
    font-size: 14px;
    color: #353636;
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 5px;
    justify-content: center;
    align-items: center;
    line-height: 24px;
    font-weight: 500;
}

#modal-pay .res-row .name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#modal-pay .res-preview .row-tip {
    color: #999;
    font-size: 12px;
    padding-left: 6px;
}

#modal-pay .res-row span {
    text-align: right;
}

#modal-pay .res-row small {
    color: #999;
}

#modal-pay .res-row.mini {
    font-size: 12px;
    color: #353636;
    font-weight: 400;
}

#modal-pay .modal-body .res-preview .content {
    height: 180px;
}

#modal-pay .modal-body .preview-table {
    height: 100%;
    font-size: 12px;
    color: #4B4B4B;
    border: 1px solid #efeeee;
    background: #fff;
}

#modal-pay .preview-header {
    background: #FAFAFA;
    height: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;

}

#modal-pay .preview-body {
    overflow: auto;
    height: calc(100% - 25px);
}

#modal-pay .preview-header div {
    border-right: 1px solid #efeeee;
    border-bottom: 1px solid #efeeee;
    padding: 0 10px;
    height: 100%;
    line-height: 25px;
}

#modal-pay .preview-body .preview-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

#modal-pay .preview-body .preview-content div {
    border-right: 1px solid #efeeee;
    border-bottom: 1px solid #efeeee;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
}

#modal-pay .preview-header div:last-child {
    border-left: 0;
    border-bottom: 0;
}

#modal-pay .pay {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 8px;
    gap: 40px;
}

#modal-pay .pay .pay-code {
    width: 165px;
    height: 165px;
}

#modal-pay .pay .pay-details .title {
    font-size: 16px;
    font-weight: 500;
    color: #333542;
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 15px;
}

#modal-pay .pay .pay-details .cost {
    margin: 8px 0;
    font-size: 14px;
}

#modal-pay .pay .pay-details .cost strong {

    font-weight: 500;
}

#modal-pay .pay .pay-details .ways {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 8px;
}

#modal-pay .pay .pay-details .ways img {
    width: 72px;
    height: 30px;
}

#modal-pay .pay .pay-details .tip {
    font-size: 12px;
    color: #999999;
}

.pay-details .title, .pay-details .cost, .pay-details .money, .pay-details .tip {
    padding-left: 10px;
}

#modal-pay .table .header {
    font-size: 16px;
}

#modal-pay .table {
    border: 1px solid #efeeee;
    border-radius: 6px;
    margin-top: 10px;
    font-size: 14px;
}

#modal-pay .submit {
    margin: 0 auto !important;
}

#modal-pay .table .header {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 500;
    padding: 6px 16px;
    line-height: 24px;
    background: #f2f2f2;
    border-radius: 6px 6px 0px 0px;
}

#modal-pay .table .header .report-demo, #modal-pay .pay-details .title .report-demo {
    width: fit-content;
    height: 24px;
    color: #6DB085;
    padding: 0 12px;
    font-size: 12px;
    line-height: 24px;
    border: 1px solid #6DB085;
    border-radius: 15px;
    text-align: center;
    display: flex;
    align-items: center;

}

#modal-pay .table .header .report-demo:hover, #modal-pay .pay-details .title .report-demo:hover {
    background: #6DB085;
    color: #fff;
}

@font-face {
    font-family: 'iconfont';
    src: url('data:font/ttf;charset=utf-8;base64,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') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.report-icon {
    display: flex;
    align-items: center;
}

#modal-pay .table .header .report-icon:after, #modal-pay .pay-details .title .report-icon:after {
    content: "\e6c5";
    font-size: 11px;
    margin-right: 5px;
    margin-top: 2px;
}


#modal-pay .body.cost {
    padding: 10px 16px;
    line-height: 25px;
}

.paperwarning {
    max-width: 1300px;
    padding: 16px 0;
    margin: 30px auto 0;
    box-sizing: border-box;
}

.tab-bg {
    position: relative;
}
.tab-bg .null{
    display: grid;
    place-items: center;
    width: 128px;
    height: 128px;
    margin: 80px auto;
}
.null::after {
    content: '暂无检测报告';
    color: #ccc;
}
.paperwarning .warninginfo {
    position: relative;
    line-height: 28px;
}

.paperwarning .wechatcode {
    width: 180px;
    margin-right: 20px;
    text-align: center;
}

.paperwarning .wechatcode img {
    width: 98px;
    height: 98px;
    margin: 0 0 10px;
}

/*支付二维码*/

.pay .qrcode-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 12px;
    background: #fff;
    box-shadow: 0px 6px 20px 0px rgba(4, 21, 21, 0.10);
    box-sizing: border-box;
}

.pay-code .qrcode-wrapper .qrcode {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.pay-code .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-code .qrcode-wrapper .btn-pay {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding: 0;
    width: 92px;
    height: 28px;
    background: transparent;
    color: #6db085;
    border: 1px solid #6db085;
    text-align: center;
    border-radius: 50px;
    box-sizing: border-box;
}

.pay-code .qrcode-wrapper .btn-pay:hover {
    filter: brightness(120%);
    color: #6db085;
    background: transparent;
}

.pay-code .qrcode-wrapper .btn-pay img {
    margin-right: 5px;
    width: 14px;
    height: 14px;
}

.pay-code .qrcode-wrapper .qrcode .loading {
    width: 32px;
    height: 32px;
}

/*提交成功*/
#modal-success .modal-body {
    padding: 0;
}

#modal-success .modal-dialog {
    top: 0;
    width: 540px;
    margin: 200px auto;
}

#modal-success .modal-content {
    box-shadow: none;
    border: 0;
    background-color: #fff;
}

#modal-success .modal-body {
    padding: 0 0 20px;
}

#modal-success .red1 {
    font-size: 24px;
}

#modal-success .btncontinue {
    line-height: 50px;
}

/*使用过的模版*/
#modal-used .modal-header {
    color: #333542 !important;
    border: 0;
}

#modal-used .modal-body {
    padding: 0px 24px 24px;
    min-height: 300px;
    max-height: 400px;
    overflow-y: auto;
}

#modal-used .item-template {
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 12px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    padding: 16px 0;
    border-bottom: 1px solid #e2e2e2;
}
#modal-used .item-template:last-child{
    border: 0;
}

#modal-used .item-template-check {
    border: 1px solid #6DAE85;
    background: rgba(109, 174, 133, 0.10);
    border-radius: 20px;
    color: #6DAE85;
    font-size: 12px;
    height: 20px;
}

#modal-used .item-template-check:hover, #modal-used .item-template-check:active {
    background: #6DAE85;
    color: #fff;
}

#modal-used .item-template-name {
    text-align: left;
}
#modal-tip .msg{
    line-height: 30px;
}
.showUsedBtn{
    line-height: 0;
}
#modal-tip .body-main{
    position: relative;
}
#modal-tip .body-main .used-template{
    position: absolute;
    right: 0;
}

.not-used-emplate{
    font-size: 14px;
    color: #ccc;
}