<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background: url(../../img/authentication/newbg.jpg) no-repeat center top;
    background-size: 100%;
}

.header {
    width: 100%;
    height: 6rem;
    background: url(../../img/authentication/newHeafer.png) no-repeat center top;
    background-size: 100%;
}

.content {
    width: 100%;
    padding-top: .63rem;
    box-sizing: border-box;
}

.content input {
    display: block;
    width: 6rem;
    height: .94rem;
    background-color: #fff;
    box-shadow: 0 .09rem .14rem .01rem rgba(255, 107, 30, 0.07);
    border-radius: .1rem;
    /*border: solid 1px #ffab84;*/
    border: solid 1px #ff4647;
    box-sizing: border-box;
    padding-left: .3rem;
    margin: 0 auto .4rem;
}

.exchange-btn {
    display: block;
    width: 6rem;
    height: .9rem;
    line-height: .9rem;
    /*background-image: linear-gradient(180deg,*/
    /*#ff7e60 0%,*/
    /*#ff552e 100%);*/
    /*box-shadow: 0 0.16rem 0.15rem 0.01rem*/
    /*rgba(255, 107, 30, 0.34);*/
    background-color: #f84238;
    box-shadow: 0px 12px 15px 1px rgba(255, 164, 159, 0.34);
    border-radius: 0.45rem;
    color: #fff;
    font-size: 0.32rem;
    margin: .41rem auto .74rem;
    cursor: pointer;
}

.header-top {
    width: 3.75rem;
    margin: 0 auto;
    overflow: hidden;
}

.header-word {
    width: 4.7rem;
    margin: 0 auto;
    color: #c41e00;
    line-height: .4rem;
    text-indent: 2em;
}

.header-top .title-left {
    display: block;
    width: .88rem;
    height: .04rem;
    float: left;
    background: url(../../img/authentication/arrow-l.png) no-repeat;
    background-size: 100%;
    margin-top: 1.12rem;
}

.header-top .title-msg {
    display: block;
    width: 1.90rem;
    font-size: .36rem;
    text-align: center;
    float: left;
    margin-top: 1rem;
    margin-bottom: .1rem;
    font-family: PingFang-SC-Regular;
    color: #c41e00;
}

.header-top .title-right {
    display: block;
    width: .88rem;
    height: .04rem;
    float: left;
    background: url(../../img/authentication/arrow-r.png) no-repeat;
    background-size: 100%;
    margin-top: 1.12rem;
}

.step {
    margin: .45rem auto;
}

.msg-code-box {
    display: flex;
    width: 6rem;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    border: solid 1px #ff4647;
    border-radius: .1rem;
    background: #fff;
}

.msg-code-box &gt; input {
    width: 4rem;
    border: none;
    margin-bottom: 0;
}

.get-msg {
    width: 2rem;
    height: .48rem;
    border-left: 0.02rem solid #ff1e2d;
    box-sizing: border-box;
    text-align: center;
    line-height: .48rem;
    color: #ff1e2d;
    font-size: .3rem;
}

.tip-box {
    width: 6rem;
    margin: .24rem auto .58rem;
    line-height: .4rem;
    font-size: .24rem;
    color: #fc2c38;
}

.tip-box .tip-icon {
    display: inline-block;
    width: .23rem;
    height: .23rem;
    background: url(../../img/authentication/tanhao.png) no-repeat;
    background-size: 100%;
}

.set-hide {
    display: none;
}

.footer {
    width: 7.05rem;
    height: 3.5rem;
    background-color: rgba(255, 255, 255, 0.58);
    box-shadow: 0px 0px .14rem .01rem rgba(255, 107, 30, 0.25);
    border-radius: .1rem;
    margin: 0 auto;
    box-sizing: border-box;
    padding: .12rem;
}

.footer-content {
    width: 100%;
    height: 100%;
    border: solid .01rem #fd353e;
    padding-left: .18rem;
    padding-right: .18rem;
    box-sizing: border-box;
}

.footer-top {
    width: 3.75rem;
    margin: 0 auto;
    overflow: hidden;
}

.footer-top .title-left {
    display: block;
    width: 1rem;
    height: .04rem;
    float: left;
    background: url(../../img/authentication/arrow-bg.png) no-repeat;
    background-size: 100%;
    margin-top: .44rem;
}

.footer-top .title-msg {
    display: block;
    width: 1.75rem;
    text-align: center;
    float: left;
    margin-top: .32rem;
    color: #fd353e;
}

.footer-top .title-right {
    display: block;
    width: 1rem;
    height: .04rem;
    float: right;
    background: url(../../img/authentication/arrow-bg2.png) no-repeat;
    background-size: 100%;
    margin-top: .44rem;
}

.step {
    margin: .45rem auto;
}

.step p {
    overflow: hidden;
    margin-top: .47rem;
    line-height: 1.2;
}

.warn-tip {
    width: 100%;
    height: 1rem;
    line-height: 1.1rem;
    text-align: center;
}

#tipBox {
    width: 6rem;
    margin: 0 auto;
    padding-bottom: .3rem;
}

.tip-content {
    box-sizing: border-box;
    width: 6rem;
    border-radius: .2rem;
    margin: 0 auto;
    padding: 0 .3rem;
}

.tip-content .tip-title {
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    border-bottom: .02rem solid #999;
}

.tip-content &gt; div:first-of-type {
    padding: .4rem 0;
}

.tip-content &gt; div &gt; p {
    line-height: .4rem;
}

.tip-content &gt; div &gt; p:not(:last-of-type) {
    margin-bottom: .1rem;
}

#antiFraud {
    color: #1E9FFF;
    text-decoration: underline;
}

#knownBtn {
    margin: 0;
    padding: 0;
    height: .8rem;
    line-height: .8rem;
    border-radius: .1rem;
    color: #f84238;
    border: .02rem solid #f84238;
    background: #fff;
    font-size: .28rem;
}

#knownBtn.disabled {

}

.set-hide {
    display: none !important;
}

footer.supplier {
    position: relative;
    padding-top: .1rem;
    padding-bottom: .2rem;
}</pre></body></html>