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

body {
    min-width: 1366px;
    color: #000;
    background: #FFF;
    font-family: PingFangSC,Verdana, Arial, sans-serif, "Times New Roman", å®‹ä½“;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    /* color: #FFF; */
}

a:hover {
    /* color: #FFF; */
}

ul,
li {
    list-style: none;
}

a:hover,
a:active {
    text-decoration: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

.wrapper {
    width: 12rem;
    margin: 0 auto;
}

.modalBtnBlock {
    width: 2.2rem;
    height: 0.38rem;
    margin: 0 auto;
}

.modalBtn {
    display: inline-block;
    width: 0.8rem;
    height: 0.38rem;
    border-radius: 0.04rem;
    color: #fff;
    line-height: 0.38rem;
    text-align: center;
    margin: 0 0.1rem;
    border: 0;
}

.line {
    display: block;
    width: 0.01rem;
    height: 0.14rem;
    background: #5C5C5C;
    float: left;
    margin: 0.13rem 0.05rem;
}

/*IE åŽ»æŽ‰inputæ¡†x*/
input::-ms-clear{display:none;}
input::-ms-reveal{display:none;}

/* #modal-content-main {
    width: 5.4rem;
    margin: 0 auto;
} */</pre></body></html>