/* ZZY */
:root {
    --themeColor: #8C352A;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type='number'] { -moz-appearance: textfield; appearance: none; }
*{
    margin: 0px;
    padding: 0px;
    font-family: "PingFang SC", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    box-sizing: border-box;
}
img,video{
    border:0;
    vertical-align: middle;
}
html,body{
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust:100%          !important;
    -moz-text-size-adjust:100%     !important;
    touch-action: manipulation;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-user-select: none;
}
a{
    text-decoration: none;
    color: #000;
}
.uploadTicket{
    position: fixed;
    z-index: 2;
    top:0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.1);
    animation: uploadTicket .5s ease forwards;
    display: none;
}
@keyframes uploadTicket {
    to{
        background: rgba(0, 0, 0, 0.7);
    }
}
.uploadForm{
    width: 47vw;
    max-height: 90vh;
    background: #FCF5ED;
    position: absolute;
    top: 52.5%;
    left: 50%;
    transform: translate(-50%,-25%) scale(.8);
    border-radius:.8vw;
    padding: 4vw 2.1vw;
    padding-bottom: 1.5vw;
    animation: uploadForm .4s ease forwards;
    transition: all .3s;
    display: flex;
    flex-direction: column;
}
@keyframes uploadForm {
    to{
        transform: translate(-50%,-50%) scale(1);
    }
}
.uploadForm .listUpImage{
    position: absolute;
    top:0px;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 13vw;
}
.uploadForm .close{
    position: absolute;
    right: 1.4vw;
    top: 1.3vw;
    background: var(--themeColor);
    width: 1.8vw;
    height: 1.8vw;
    border-radius: 1.8vw;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s;
}
.uploadForm .close:hover{
    transform: rotate(-90deg);
}
.uploadForm .close img{
    width: 60%;
}
.uploadForm .title{
    font-family: "方正美黑_GBK";
    font-size:calc(100vw * 36 / 1920);
    text-align: center;
    color: var(--themeColor);
    padding-bottom: 1vw;
}
.uPmain{
    flex: 1;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-bottom: 1.5vw;
    padding-right: 4vw;
    padding-left: 3vw;
}
.uPmain::-webkit-scrollbar {
    opacity:0;
    width:6px;
    height:6px;
}
.uPmain::-webkit-scrollbar-track {
    background: transparent;
}
.uPmain::-webkit-scrollbar-thumb {
    background: #F5EEE6;
    border-radius:6px;
    cursor: pointer;
}
.uploadForm .listTit{
    font-size:calc(100vw * 20 / 1920);
    font-weight: 700;
}
.uploadForm .listTit span{
    color: var(--themeColor);
    font-size:calc(100vw * 16 / 1920);
    font-weight: 700;
}
.uploadForm .listTit .hint{
    padding-left: 1vw;
}
.uploadForm .listTit br{
    display: none;
}
.uploadForm input{
    width: 100%;
    height: 3vw;
    border-radius: .6vw;
    border: none;
    outline: none;
    background: #F5EEE6;
    font-size:calc(100vw * 18 / 1920);
    padding: 0px 1vw;
    color: #8C352A;
    font-weight: 700;
    margin-top: .4vw;
    margin-bottom: 1.5vw;
}
.uploadForm input::placeholder{
    color: #C8B7A3;
}
.uploadImage{
    width: 102%;
    display: flex;
    flex-wrap: wrap;
    margin-top: .4vw;
    margin-bottom: 1.5vw;
}
.uploadImage li{
    background: #F5EEE6;
    list-style: none;
    width: 23%;
    height: 6vw;
    margin-right: 2%;
    margin-top: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: .4vw;
    position: relative;
}
.uploadImage input{
    position: absolute;
    top:0px;
    left: 0px;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.uploadImage li .imgs{
    width: 100%;
}
.uploadImage li .delete{
    position: absolute;
    right: 4px;
    top: 4px;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.uploadImage li .delete img{
    width: 14px;
}
.uploadImage .up{
    display: flex;
    flex-direction: column;
    transition: all  .3s;
}
.uploadImage .up:hover{
    cursor: pointer;
    opacity: .7;
}
.uploadImage .up .icons{
    width: 25%;
}
.uploadImage .up span{
    font-size:calc(100vw * 16 / 1920);
    font-weight: 700;
    margin-top: .3vw;
}
.uploadForm .textInp{
    width: 100%;
    height: 8vw;
    border-radius: .6vw;
    background: #F5EEE6;
    margin-top: .4vw;
    padding: .8vw 1vw;
    padding-right: .5vw;
    display: flex;
}
.uploadForm textarea{
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size:calc(100vw * 18 / 1920);
    color: #8C352A;
    font-weight: 700;
    resize: none;
    padding-right: .2vw;
}
.uploadForm textarea::placeholder{
    color: #C8B7A3;
}
.uploadForm textarea::-webkit-scrollbar {
    opacity:0;
    width:6px;
    height:6px;
}
.uploadForm textarea::-webkit-scrollbar-track {
    background: transparent;
}
.uploadForm textarea::-webkit-scrollbar-thumb {
    background: #DDCFC0;
    border-radius:6px;
    cursor: pointer;
}
.uPbutton{
    margin: 0 auto;
    width: 7vw;
    min-height: 2.8vw;
    border-radius: 2.8vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--themeColor);
    color: #FCE8C8;
    font-family: "方正美黑_GBK";
    font-size:calc(100vw * 24 / 1920);
    cursor: pointer;
    transition: all ease .3s;
}
.uPbutton:hover{
    opacity: .7;
}

@media screen and (max-width: 1000px) {
    .uploadTicket{
        position: fixed;
        z-index: 2;
        top:0px;
        left: 0px;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.1);
        animation: uploadTicket .5s ease forwards;
        display: none;
    }
    @keyframes uploadTicket {
        to{
            background: rgba(0, 0, 0, 0.7);
        }
    }
    .uploadForm{
        width: 88vw;
        max-height: 80vh;
        background: #FCF5ED;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-25%) scale(.8);
        -webkit-transform: translate(-50%,-25%) scale(.8);
        border-radius:2vw;
        padding: 48px 24px 24px 24px;
        animation: uploadForm .4s ease forwards;
        transition: all .3s;
        -webkit-animation: uploadForm .4s ease forwards;
        -webkit-transition: all .3s;
        display: flex;
        flex-direction: column;
    }
    @keyframes uploadForm {
        to{
            transform: translate(-50%,-50%) scale(1);
            -webkit-transform: translate(-50%,-50%) scale(1);
        }
    }
    .uploadForm .listUpImage{
        position: absolute;
        top:0px;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 140px;
    }
    .uploadForm .close{
        position: absolute;
        right: 20px;
        top: 16px;
        background: var(--themeColor);
        width: 24px;
        height: 24px;
        border-radius: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all .3s;
    }
    .uploadForm .close:hover{
        transform: rotate(0deg);
    }
    .uploadForm .close img{
        width: 60%;
    }
    .uploadForm .title{
        font-family: "方正美黑_GBK";
        font-size: 22px;
        text-align: center;
        color: var(--themeColor);
        padding-bottom: 4vw;
    }
    .uPmain{
        flex: 1;
        overflow-x: hidden;
        overflow-y: scroll;
        margin-bottom: 24px;
        padding: 0px;
    }
    .uPmain::-webkit-scrollbar {
        display: none;
    }
    .uploadForm .listTit{
        font-size: 16px;
        font-weight: 400;
    }
    .uploadForm .listTit span{
        color: var(--themeColor);
        font-size: 12px;
        font-weight: 400;
    }
    .uploadForm .listTit .hint{
        padding-left: 0px;
    }
    .uploadForm .listTit br{
        display: block;
    }
    .uploadForm input{
        margin-top: 10px;
        margin-bottom: 20px;
        width: 100%;
        height: 44px;
        border-radius: 8px;
        border: none;
        outline: none;
        background: #F5EEE6;
        font-size: 14px;
        padding: 0px 12px;
        color: #8C352A;
        font-weight: 400;
    }
    .uploadForm input::placeholder{
        color: #C8B7A3;
    }
    .uploadImage{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .uploadImage li{
        background: #F5EEE6;
        list-style: none;
        width: calc(50% - 6px);
        margin: 0px 0px 12px 0px;
        height: 25vw;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border-radius: 4px;
        position: relative;
    }
    .uploadImage input{
        position: absolute;
        top:0px;
        left: 0px;
        opacity: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }
    .uploadImage li .imgs{
        width: 100%;
    }
    .uploadImage li .delete{
        position: absolute;
        right: 4px;
        top: 4px;
        width: 24px;
        height: 24px;
        border-radius: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, 0.6);
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
        cursor: pointer;
    }
    .uploadImage li .delete img{
        width: 14px;
    }
    .uploadImage .up{
        display: flex;
        flex-direction: column;
        transition: all  .3s;
    }
    .uploadImage .up:hover{
        cursor: pointer;
        opacity: 1;
    }
    .uploadImage .up .icons{
        width: 25%;
    }
    .uploadImage .up span{
        font-size: 12px;
        font-weight: 500;
        margin-top: 10px;
    }
    .uploadForm .textInp{
        width: 100%;
        height: 82px;
        border-radius: 6px;
        background: #F5EEE6;
        margin-top: 10px;
        padding: 10px 12px;
        display: flex;
    }
    .uploadForm textarea{
        flex: 1;
        border: none;
        outline: none;
        background: transparent;
        font-size: 14px;
        color: #8C352A;
        font-weight: 400;
        resize: none;
    }
    .uploadForm textarea::placeholder{
        color: #C8B7A3;
    }
    .uploadForm textarea::-webkit-scrollbar {
        display: none;
    }
    .uPbutton{
        margin: 0 auto;
        width: 100%;
        min-height: 42px;
        border-radius: 42px;
        padding-bottom: 1px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--themeColor);
        color: #FCE8C8;
        font-family: "方正美黑_GBK";
        font-size: 16px;
        cursor: pointer;
        transition: all ease .3s;
    }
    .uPbutton:hover{
        opacity: 1;
    }
}

.Modal{
    position: fixed;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    top:0px;
    left:0px;
    background:rgba(0, 0, 0, 0.4);
    pointer-events: auto;
    animation: Modal .3s ease forwards;
    opacity: 0;
}
@keyframes Modal{
    to{
        opacity: 1;
    }
}
.Modal .ModalBody{
    width: 300px;
    background: #fff;
    position: absolute;
    top:45%;
    left: 50%;
    transform: translate(-50%,-40%);
    border-radius:12px;
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: ModalBody .4s ease forwards;
    opacity: 0.8;
}
.Modal .ModalBody .ModalTitle{
    font-size: 15px;
    font-weight: 700;
    color: #666;
}
.Modal .ModalBody .ModalInfo{
    font-size: 14px;
    margin-top: 20px;
}
.Modal .ModalBody .ModalButton{
    display: flex;
    width: 100%;
    margin-top: 20px;
    padding-top:16px;
    border-top: 1px solid #f7f7f7;
    font-size: 14px;
    cursor: pointer;
}
.Modal .ModalBody .ModalButton .ModalCancel{
    flex: 1;
    text-align: center;
    color: #666;
    font-weight: 700;
}
.Modal .ModalBody .ModalButton .ModalAffirm{
    flex: 1;
    text-align: center;
    color: var(--themeColor);
    font-weight: 700;
}
@keyframes ModalBody {
    to{
        opacity: 1;
        transform: translate(-50%,-50%);
    }
}

.Loading{
    position: fixed;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    top:0px;
    left:0px;
    background: rgba(0, 0, 0, 0);
    pointer-events: auto;
    display: none;
}
.Loading .show{
    position: absolute;
    top:50%;
    left: 50%;
    min-width: 90px;
    min-height: 90px;
    transform: translate(-50%,-46%);
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    user-select: none;
    animation: LoadShow .4s ease forwards;
}
.Loading .show .ani{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 6px;
}
.Loading .show li{
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #FFFFFF;
    display: flex;
    margin-right: 9px;
    transform: scale(1) translateY(0px);
    opacity: .1;
    animation: lis 1s ease infinite;
}
.Loading .show .li2{
    animation-delay: .4s;
}
.Loading .show .li3{
    animation-delay: .6s;
    margin-right: 0px;
}
@keyframes lis {
    30%{
        opacity: 1;
        transform: scale(1.1) translateY(-3px);
    }
}
.Loading .show .text{
    margin-top: 11px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    letter-spacing: 1px;
    padding: 0px 15px;
}
@keyframes LoadShow {
    to{
        transform: translate(-50%,-50%);
        background: rgba(0, 0, 0, 0.7);
    }
}

.Hint{
    position: fixed;
    z-index: 99;
    top:50%;
    left: 50%;
    transform: translate(-50%,-100%);
    font-size: 16px;
    letter-spacing: .5px;
    padding: 12px 25px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    animation: Hint .3s ease forwards;
    opacity: 0.1;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    user-select: none;
    white-space: nowrap;
    display: none;
}
@keyframes Hint { to{
    transform: translate(-50%,-50%);
    opacity: 1;
}}
.HintHide{
    transform: translate(-50%,-50%);
    opacity: 1;
    animation: hide .3s ease forwards;
}
@keyframes hide { to{
    transform: translate(-50%,-90%);
    opacity: 0;
}}

@media screen and (max-width: 1000px) {
    .Hint{
        position: fixed;
        z-index: 99;
        top:30%;
        left: 50%;
        transform: translate(-50%,-100%);
        font-size: 13px;
        letter-spacing: .5px;
        padding: 9px 20px 9px 16px;
        border-radius: 4px;
        background: rgba(0, 0, 0, 0.7);
        color: #ffff;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        animation: Hint .3s ease forwards;
        opacity: 0.1;
        box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
        display: flex;
        align-items: center;
        user-select: none;
        white-space: nowrap;
        display: none;
        font-weight: 400;
    }
}