html {
    font-size: 13px;
}



.color-blue {
    color: #165DFF;
}

.color-grey {
    color: #4E5969;
}

.flex {
    display: flex;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-align {
    align-items: center;
}

.flex-content {
    justify-content: center;
}

.posi-re {
    position: relative;
}

body,
label,
a,
p {
    padding: 0;
    margin: 0;
}

a,
a>.color-grey,
a>label {
    text-decoration: none;
    cursor: pointer;
}

/* .color-grey:visited {
    color: #0E42D2;
}

.color-grey:hover {
    color: #165DFF;
} */

div {
    box-sizing: border-box;
}

.container {
    display: flex;
    min-height: 100%;
    overflow-x: hidden;
}

/*update*/
.menu {
    width: 240px;
    height: 100%;
    background-color: #fff;
    align-items: center;
    padding: 16px 0;
    z-index: 6;
    border-right: 1px solid #F2F3F5;
    overflow-y: auto;
}

.menu.fixed {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
}

/*update*/
.phone-menu-logo {
    text-align: center;
    padding: 0 20px;
}

/*update*/
.logo {
    width: 100%;
    margin-bottom: 28px;
}

/*update*/
.menu-item {
    padding: 0 10px;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: left;
    width: 100%;
    margin-bottom: 26px;
}

.item-icon {
    width: 30px;
    height: 30px;
}

.item-icon2 {
    width: 26px;
    height: 26px;
    margin-right: 8px;
}

.menu-img-contain {
    overflow: hidden;
}

.menu-img-contain img {
    height: 26px;
    width: auto;
}

/*update*/
.finish-a,
.paper-a,
.other-a {
    padding: 10px;
}

/*update*/
.finish-a:hover .item-icon2 img,
.paper-a:hover .item-icon2 img,
.update-btn:hover .menu-img-contain img {
    transform: translateX(-50%);
}

.finish-a:hover>label,
.paper-a:hover>label {
    color: #165DFF;
}

.finish-a:hover,
.paper-a:hover,
.paper-a.active,
.finish-a.active {
    background: #E8F3FF;
}

/*update*/
.menu-title {
    font-size: 1rem;
    color: #C9CDD4;
    padding-left: 10px;
}

.menu .pad-r-l {
    padding-left: 20px;
    padding-right: 20px;
}

/*update*/
.menu .pad-b {
    padding-bottom: 8px;
}

.example {
    flex-wrap: wrap;
    justify-content: space-between;
}

.example>label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    border-radius: 8px;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 19px 0;
}

/* delete*/
/* .ex-papermodel {
    background-color: rgba(19, 184, 125, .1);
    color: #13B87D;
    margin-bottom: 8px;
}

.ex-paper {
    background-color: rgba(22, 171, 255, 0.10);
    color: #16ABFF;
    margin-bottom: 8px;
}

.ex-paper-zw {
    background-color: rgba(16, 99, 242, 0.10);
    color: #1063F2;
    margin-bottom: 8px;
}

.ex-paper-wp {
    background-color: rgba(255, 41, 14, 0.10);
    background-size: 100% 100%;
    color: #FF290E;
} */

/*update*/
.promise-text {
    color: #86909C;
    padding: 8px 10px 0 10px;
}

/*update*/
.promise-text>label {
    line-height: 2;
    text-align: justify;
}

.promise-text>label::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #34D8ED;
    margin-right: 4px;
    margin-bottom: 2px;
}

/*update*/
.promise-text>label:not(:last-child) {
    margin-bottom: 10px;
}

.container-right {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 0%;
    padding: 0 10px;
    overflow-x: hidden;
}

.content {
    width: 100%;
    height: 100%;
    max-width: 1029px;
    padding-top: 120px;
    padding-bottom: 150px;
    position: relative;
}

.content-logo {
    width: 70%;
    display: block;
    margin: 0 auto;
    margin-bottom: 60px;
}

.center-div {
    text-align: right;
}

.video-text {
    display: inline-flex;
    justify-content: flex-end;
    margin-bottom: 12px;
}

.video-text>img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

.video-text>label {
    color: #165DFF;
    border-radius: 4px;
}

/*update*/
.select {
    width: 175px;
    height: 52px;
    border: 1px solid #C9CDD4;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0 20px;
}

/*update*/
.select-txt {
    cursor: pointer;
    color: #757575;
    max-width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.select-card {
    width: 200%;
    height: 250px;
    position: absolute;
    left: 0;
    top: -9999px;
    background-color: #fff;
    z-index: 4;
    display: flex;
    border-radius: 4px;
}

.select-card.flex {
    top: 54px;
}

.select-l,
.select-r {
    flex: 1;
    overflow: scroll;
    overflow-x: hidden;
}

.select-l {
    border-right: 1px solid #e8e8e8;
}

::-webkit-scrollbar {
    width: 0;
    /* 修改宽度 */
}

/* ::-webkit-scrollbar-thumb {
    background-color: rgba(22, 93, 255, .2);

} */

.select-l p,
.select-r p {
    padding: 8px 12px;
    font-size: 1.2rem;
    color: #1D2129;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

/*有child*/
.select-l p.has-child::after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 12px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #86909C;
    border-top: 1px solid #86909C;
    transform: rotate(45deg);
}

.select-l p:hover,
.select-r p:hover,
.select-active1,
.select-active2 {
    background-color: #f3f5f5;
}

/* .select select {
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    appearance: none;
    outline: none;
    border-radius: 4px;
    border: none;
}

select option{
    display: inline-block;
    appearance: none;
    background-color: #fff;
    border: none;
    padding: 20px 0;
} */

.input {
    flex: 1 1 0%;
    margin-left: 20px;
    height: 52px;
    border-radius: 4px;
    border: 1px solid #C9CDD4;
    background-color: #fff;
    /* padding: 10px 20px; */
    text-align: left;
}

.input:has(.input-content:focus),
.select.active {
    border: 1px solid #165DFF;
}

/*update*/
.input-content {
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    outline: none;
    border: none;
    font-size: 1.2rem;
    caret-color: #165DFF;
    border-radius: 8px;
}

/*update*/
.rule-check {
    width: 14px;
    height: 14px;
    min-width: 16px;
    margin-right: 8px;
    border: 2px solid #C9CDD4;
    border-radius: 4px;
    outline: none;
}

.input-right {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    align-items: center;
}

.input-right img {
    width: 17px;
    height: 17px;
    margin-right: 4px;
    transform: translateY(4%);
    cursor: pointer;
}

.input-right label {
    color: #869063;
}

.radio-line {
    margin-top: 16px;
    flex-wrap: wrap;
}

.radio-line>label {
    font-size: 1.2rem;
    margin-right: 36px;
    padding: 8px;
    white-space: nowrap;
}

.radio-line label {

    cursor: pointer;
}

.paper-radio-style {
    width: 18px;
    height: 18px;
    border: 2px solid #86909C;
    border-radius: 50px;
    margin-right: 6px;
}

.paper-radio {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    appearance: none;
    background: inherit;
    -webkit-tap-highlight-color: transparent !important
}


.paper-radio:focus {
    opacity: 0;
}

.paper-radio:checked+.paper-radio-style {
    position: relative;
    border: 2px solid #165DFF;
}

.paper-radio:checked+.paper-radio-style::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background-color: #165DFF;
    border-radius: 50px;
}

.paper-btn {
    width: 260px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    background-color: #bedaff;
    border-radius: 50px;
    margin: 40px auto;
    cursor: pointer;
    font-weight: bold;
}

.paper-btn:hover {
    background-color: #6aa1ff;
}

.paper-btn.active {
    background-color: #165dff;
}

.paper-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.paper-title {
    font-size: 1.8rem;
    margin-bottom: 16px;
    margin-top: 40px;
}

.paper-project {
    color: #86909C;
    font-size: 1.2rem;
    margin-bottom: 36px;
}

.paper-pre {
    border: 1px solid #E5E6EB;
    border-radius: 8px;
    background-color: #fff;
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    text-align: left;
    overflow: auto;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.paper-gra {
    font-size: 1.6rem;
    color: #1D2129;
    font-weight: bold;
}
/*update*/
.p-line {
    padding-left: 70px;
    overflow: auto;
    line-height: 1.8;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 19px;
    margin-bottom: 10px;
}

.line-hei {
    height: 0;
}
/*update*/
.p-title {
    padding-bottom: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    color: #1D2129;
    font-weight: bold
}

.p-title::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #1D2129;
    border-right: 1px solid #1D2129;
    transform: rotate(45deg);
    margin-right: 20px;
}

.arr::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #1D2129;
    border-right: 1px solid #1D2129;
    transform: rotate(-45deg);
    margin-right: 20px;
}

.gra-content {
    padding-top: 12px;
    padding-bottom: 40px;
}

/*update*/
.update-btn {
    width: 200px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 2px solid #165DFF;
    color: #165dff;
    cursor: pointer;
    margin-bottom: 40px;
    margin-top: 36px;
}

.update-btn:hover {
    color: #6aa1ff;
    border: 2px solid #6aa1ff;
}

.update-icon {
    height: 100%;
    width: auto;
}

.pay-content {
    border: 1px solid #E5E6EB;
    border-radius: 4px;
    padding: 36px;
    align-items: center;
    margin-bottom: 16px;
}

.pay-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 48px;
}

.pay-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #E5E6EB;
    border-radius: 4px;
    padding: 16px;
    width: 100%;
    max-width: 303px;
    min-width: 240px;
    height: 148px;
}

.pay-item-par {
    width: 29.4%;
}

.pay-item.tag::after {
    content: '限时特价';
    display: inline-block;
    color: #fff;
    background-color: #FF9F47;
    font-size: 1.2rem;
    font-weight: bold;
    width: 88px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 4px;
}

.pay-title {
    font-size: 1.8rem;
    color: #1D2129;
    padding-bottom: 12px;
}

.price {
    color: #FF5B37;
    font-size: 1.8rem;
    font-weight: bold;
}

.priced {
    color: #86909C;
    text-decoration: line-through;
    padding-left: 6px;
}

.pay-radio {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0;
    outline: none;
    -webkit-tap-highlight-color: transparent !important
}

.pay-radio:checked+.pay-item {
    border: 1px solid #165DFF;
    background-color: #E8F3FF;
}

.pay-btn {
    background-color: #165DFF;
    color: #fff;
    font-size: 1.4rem;
    width: 260px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    margin: 36px auto;
    cursor: pointer;
    font-weight: bold;
}

.rule-span {
    cursor: pointer;
}

/*update*/
.content-bottom {
    width: 52.3rem;
    background-color: #F2F3F5;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    line-height: 2;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    letter-spacing: 1px;
    white-space: nowrap;
}

.content-bottom>span span {
    color: #fe6948;
}

/*update*/
.pay-mask,
.paper-mask,
.rule-mask,
.version-mask,
.free-mask,
.showtitles-mask,
.video-mask,
.confirm-mask {
    position: fixed;
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}

/*update*/
.pay-mask .mask-content,
.paper-mask .mask-content,
.rule-mask .mask-content,
.version-mask .mask-content,
.free-mask .mask-content,
.showtitles-mask .mask-content,
.video-mask .mask-content {
    /* position: fixed; */
    /* top: 14%; */
    /* left: 20%; */
    /* right: 0; */
    /* margin: auto; */
    width: 52%;
    max-width: 563px;
    padding: 54px;
    border-radius: 8px;
    background: linear-gradient(180deg, #E8F3FF 0%, #FFFFFF 19%);
    transform: translateX(110px);
}

.paper-mask .mask-content,
.version-mask .mask-content,
.free-mask .mask-content,
.showtitles-mask .mask-content,
.rule-mask .mask-content {
    background: #fff;
    text-align: center;
    padding: 24px 34px;
    width: 50%;
    max-width: 600px;
    overflow-y: scroll;
}

.paper-mask .paper-pre {
    height: auto;
}

.gra-content {
    font-size: 1.2rem;
    color: #86909C;
}

.mask-left,
.mask-right {
    width: 50%;
}

.type {
    position: relative;
    display: flex;
    background-color: #E5E6EB;
    border-radius: 4px;
    width: 189px;
    height: 38px;
    align-items: center;
    justify-content: space-around;
    margin-top: 16px;
    cursor: pointer;
}

.type>div {
    flex: 1;
    justify-content: center;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.type img {
    width: 18px;
    height: 18px;
    margin-right: 6px;
    transform: translateY(10%);
}

.type-span {
    width: 90px;
    height: 30px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: translateX(-48%);
    border-radius: 4px;
}

.type-span.zfb {
    transform: translateX(48%);
}

.scan-div {
    width: 160px;
    height: 160px;
    border-radius: 4px;
    border: 1px solid #E5E6EB;
    padding: 19px;
    margin-top: 13px;
    margin-bottom: 11px;
}

.mask-right {
    transform: translateY(12%);
}

.mask-title {
    font-size: 1.2rem;
    padding-bottom: 28px;
    font-weight: bold;
    text-align: center;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mask-txt {
    padding-bottom: 10px;
}

.mask-txt span,
.mask-price span {
    font-weight: bold;
}

.mask-price .price-txt {
    color: #FF5B37;
    font-size: 2.7rem;
}

.pay-confirm {
    color: #fff;
    background-color: #165DFF;
    border-radius: 50px;
    padding: 12px;
    display: flex;
    justify-content: center;
    max-width: 130px;
    font-size: 1.2rem;
    margin: 10px auto;
    cursor: pointer;
}

.phone-confirm {
    display: none;
}

.price-txt>span {
    font-size: 1.2rem;
}

.mask-close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.offical-tag {
    display: inline-block;
    width: 36px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    background-color: #165dff;
    color: #fff;
    border-radius: 4px;
    margin-left: 5px;
}

.service {
    width: 60px;
    padding: 12px;
    position: fixed;
    right: 10px;
    top: 70%;
    border: 1px solid #E5E6EB;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
}

.service .menu-img-contain {
    transform: translateX(-2%);
    display: inline-block;
    width: 22px;
    cursor: pointer;

}

.service:hover .menu-img-contain img {
    transform: translateX(-50%);
}

.service:hover span {
    color: #165DFF;
}

.service img {
    height: 22px;
    width: auto;
}

.service-scan {
    position: fixed;
    right: 80px;
    top: 69%;
    width: 120px;
    height: 120px;
    border-radius: 8px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-scan img {
    width: 90%;
    height: auto;
}

.loadding {
    padding-bottom: 30px;
}

.progress {
    display: flex;
    flex-direction: column;
    width: 160px;
    height: 160px;
    font-size: 1.2rem;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background: #fff;
    text-align: center;
    margin: 20px;
    box-shadow: inset 2px 2px 20px #e5e6eb;
    /* border: 10px solid #e5e6eb; */
}

.progress-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.progress .overlay {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
}

.progress .left,
.progress .right {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 10px solid #165dff;
    border-radius: 100px 0px 0px 100px;
    border-right: 0;
    transform-origin: right;
}

/* .progress .left::before {
    content: '';
    display: inline-block;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 10px;
    height: 10px;
    background-color: #165dff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;

}

.progress .right::before {
    content: '';
    display: inline-block;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 10px;
    height: 10px;
    background-color: #165dff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;

} */

.progress .left {
    animation: load1 15s linear forwards;
}

.progress .right {
    animation: load3 15s linear forwards 15s;
}

@keyframes load1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

@keyframes load2 {
    0% {
        z-index: 100;
        transform: rotate(180deg);
    }

    100% {
        z-index: 100;
        transform: rotate(270deg);
    }
}

@keyframes load3 {
    0% {
        z-index: 100;
        transform: rotate(180deg);
    }

    100% {
        z-index: 100;
        transform: rotate(360deg);
    }
}
.progress-per::after{
    content: '%';
    display: inline-block;
}

.per {
    width: 100%;
    margin-top: 40px;
}

.per-content {
    border: 1px solid #E5E6EB;
    border-radius: 8px;
    width: 100%;
    padding: 36px;
}

.per-order {
    color: #86909C;
    display: flex;
    justify-content: space-between;

}

.per-title {
    color: #1D2129;
    font-size: 20px;
    padding-top: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E6EB;
    font-weight: bold;
}

.per-title p:last-child {
    color: #4E5969;
    font-size: 16px;
    padding-top: 6px;
    font-weight: 400;
}

.per-line {
    display: flex;
    padding-top: 20px;
    align-items: center;
}

.per-line>label {
    color: #4E5969;
    font-size: 20px;
}

.per-score::after {
    content: "%";
    display: flex;
    color: #165DFF;
}

.per-txt {
    color: #165DFF;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 40px;
}

.line-div {
    flex: 1 1 0%;
    display: flex;
    align-items: center;
}

.line-div span:last-child {
    color: #165DFF;
    font-size: 20px;
    padding-left: 20px;
}

.lines {
    flex: 1 1 0%;
    background-color: #E5E6EB;
    border-radius: 20px;
    height: 20px;

}

.lines-active {
    background-color: #165DFF;
    height: 100%;
    width: 0;
    border-radius: 20px;
}

.down-btn {
    background-color: #bedaff;
    color: #fff;
    font-size: 1.4rem;
    width: 260px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    margin: 36px auto;
    cursor: pointer;
    font-weight: bold;
}

.down-btn.active {
    background-color: #165DFF;
}

.phone_menu {
    display: none;
}

.btn-dis {
    cursor: no-drop !important;
}

.dis-none {
    display: none;
}

.toast {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    justify-content: center;
    align-items: center;
    display: none;
    text-align: center;
    transform: translateY(20%);
}

.toast .toast-msg {
    display: inline-block;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
}

/*update*/
.content.table-pc {
    max-width: unset;
    width: 98%;
    padding-top: 8%;
    background: url(../images/list-top.png) no-repeat;
    background-size: 100% auto;
    background-position: 0 10px;
}

/*update*/
.table-contain {
    background-color: #fff;
    border-radius: 8px;
    padding: 36px;
    overflow: hidden;
}

/*update*/
.table-title {
    color: #86909C;
    font-size: 1.5rem;
    padding-bottom: 24px;
    letter-spacing: 2px;
}

/*update*/
.table-line {
    border-radius: 8px;
    border: 1px solid #F2F3F5;
    height: 95%;
    overflow: auto;
}

/*update*/
.no-data {
    padding-top: 20%;
}

.no-data>p {
    padding-top: 20px;
    font-size: 14px;
}

.table-th,
.table-tr {
    display: flex;
    align-items: center;
}

.table-th {

    background-color: #E8F3FF;
}

.table-tr {
    background-color: #F5FAFF;
    border-top: 1px solid #F2F3F5;
}

.table-tr>span:nth-child(4),
.list-c>span {
    color: #165DFF;
}

.table-tr>span:nth-child(4) {
    cursor: pointer;
}

.non-color span:nth-child(4) {
    color: #1D2129;
}

.table-line .table-tr:nth-child(2n) {
    background-color: #fff;
}

.table-th>span,
.table-tr>span {
    flex: 1;
    display: inline-block;
    padding: 28px 16px;
    text-align: center;
    color: #1D2129;
    font-size: 1.4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.table-tr>span {
    font-size: 1.2rem;
}

.table-btn {
    display: inline-flex;
    justify-content: center;
    max-width: 100px;
    padding: 8px 18px;
    border-radius: 20px;
    color: #fff;
    font-size: 1rem;
    background-color: #165DFF;
    cursor: pointer;
}

.table-btn-pay {
    background-color: #FF7D00;
}

.table-btn-dowing {
    background-color: #6AA1FF;
}

.paper-mask-title {
    font-size: 1.4rem;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.paper-mask-type {
    color: #86909C;
    padding-top: 16px;
    padding-bottom: 24px;
}

.table-title a {
    color: inherit;
}

/*update*/
.confirm-mask .mask-content {
    background-color: #fff;
    transform: translateX(110px);
    width: 280px;
    padding: 26px;
    border-radius: 8px;
    position: relative;
}

.confirm-mask-btn {
    background-color: #f0a020;
    color: #fff;
    border-radius: 20px;
    padding: 10px 20px;
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
    cursor: pointer;
}

.menus {
    z-index: 5;
}


.menu-paper-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    /* display: flex; */
    align-items: center;
    justify-content: center;
    z-index: 4;
}
/*update*/
.menu-paper-mask .mask-content {
    width: 60%;
    top: 14%;
    margin: auto;
    max-width: 900px;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(180deg, #E8F3FF 0%, #FFFFFF 19%);
}

.menu-paper-title {
    text-align: center;
    color: #1D2129;
    font-size: 1.7rem;
    padding-bottom: 20px;
}

/*update*/
.menu-paper-content {
    overflow: auto;
    width: 68%;
    height: 100%;
}

.menu-paper-img {
    width: 100%;
}

.mask-top {
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 36px;
    right: 36px;
    cursor: pointer;
}

.example>label {
    cursor: pointer;
}

/*update*/
.video-mask .mask-content {
    width: 45%;
    max-width: unset;
}

.color-black {
    color: #1D2129;
}