<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 14px;
}
@media only screen and (min-width:320px) and (max-width:320px) {
    html {
        font-size: 11.95px !important
    }
}

@media only screen and (min-width:384px) {
    html {
        font-size: 14.93px !important
    }
}

@media only screen and (min-width:412px) {
    html {
        font-size: 16.02px !important
    }
}

@media only screen and (min-width:414px) {
    html {
        font-size: 15.46px !important
    }
}

@media only screen and (min-width:600px) {
    html {
        font-size: 28.67px !important
    }
}

body {
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #f3f3f3;
    margin: 0 auto;
    color: #333;
    font-family: "M";
}

* {
    -webkit-overflow-scrolling: touch
}

ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #333;
}

.clear {
    zoom: 1;
    clear: both
}

.clear :after {
    clear: both;
    content: '.';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden
}
.weui-cells__tips_warn {
    color: #fa5151 !important;
}
.weui-input[disabled] {
    color: rgba(0,0,0,0.5);
}
.weui-uploader__input-box:before {
    display: none;
}
.weui-uploader__input-box:after {
    display: none;
}
.weui-uploader__input-box {
    background: url(../img/upload.png) no-repeat;
    background-size: 100% 100%;
}

#loading {
  height: 32px;
  line-height: 32px;
  text-align: center;
}

.settle-noun {
    flex: 1;
	/* display: none; */
}

.settle-noun div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.settle-noun div img {
    width: 5.714286rem;
    height: auto;
    vertical-align: middle;
}

.settle-noun div p {
    width: 21.428571rem;
    margin: 25px 0.375rem 0;
    font-size: 1.142857rem;
    text-align: center;
}
 #successPage {
    display: flex;
    flex-direction: column;
    align-items: center;
}
 .successImg {
    width: 6.271429rem;
    height: 5.414286rem;
    margin-top: 3.678571rem;
    margin-bottom: 3.75rem;;
}
 .successText1 {
    font-size: 1rem;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #153572;
    margin-bottom: .821429rem;
}
 .successText2 {
    font-size: 1rem;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #999999;
}
.InfoForm .upload {
    background-color: #fff;
    margin-top: .714286rem;
    width: 94%;
    margin: auto;
    padding-bottom: 10px;
}
.back{
	position: absolute;
	    right: 12px;
	    font-size: 16px;
	    font-weight: normal;
}
.downloadCon p{
	padding-left: 16px;
}</pre></body></html>