<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}


/* å¼¹çª— */
.dialog-container {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.dialog-container::-webkit-scrollbar {
    width: 0;
}

.dialog-container::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 99%;
}

.dialog-container .dialog-box {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.dialog-container .dialog-body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.4rem;
    min-width: 5.6rem;
    min-height: 5.6rem;
    text-align: left;
    background-color: #fff;
    border-radius: 0.4rem;
}

.dialog-container .dialog-close {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-bottom: 20px;
    width: 1.08rem;
    height: 1.08rem;
}

.dialog-container .dialog-close .icon2close {
    display: inline-block;
    width: 1.08rem;
    height: 1.08rem;
    cursor: pointer;
    /* background: url(../img/close.png) center no-repeat; */
    background-size: 1.04rem;
}

.dialog-container .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 1px;
    height: 100%;
    background: #000;
    opacity: 0.5;
}

.dialog-animation {
    display: block;
    -webkit-animation: fadeIn 0.2s both;
    animation: fadeIn 0.2s both;
}

.dialog-animation .dialog-box {
    -webkit-animation: tinydown 0.25s;
    animation: tinydown 0.25s;
}

.dialog-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

.dialog-container .bg {
    padding: 0;
}

.dialog-container img {
    width: 100%;
    max-width: 95vw;
}

.dialog-box .dialog-close {
    display: block;
    right: 0;
    top: 1.5rem;
    width: 3rem;
    height: 3rem;
    position: absolute;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0);
}

.dialog-box .dialog-submit {
    display: block;
    right: 0.5rem;
    bottom: 0rem;
    width: 70%;
    height: 3rem;
    position: absolute;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0);
}

.dialog-box .dialog-close{
    width: 8rem;
    height: 9rem;
}
.dialog-box .dialog-submit{
    height: 9rem;
}
.pic {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
}

.btn {
    position: absolute;
    cursor: pointer;
    /* background-color: rgba(255, 0, 0, 0.459); */
} 

.footer {
    background-color: #fff;
    width: 100%;
    padding: 30px 0;
    color: #666666;
    text-align: center;
}
.mgtop5 {
    margin-top: 5px;
}
.mglf10 {
    margin-left: 10px;
}
a {
    color: #666666;
    text-decoration: none; 
}</pre></body></html>