body, img{
    padding: 0;
    margin: 0;
}
html,
body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    font: inherit;
    vertical-align: baseline;
    max-width:600px;
    background-color:black;
    margin:auto;
}
#app{
    margin-bottom: 75px;
}
.downssa {
    margin-top: 60px;
    margin-bottom: 60px;
}
.dow-nav {
    width: 100%;
    height: 60px;
    background: linear-gradient(to right, #eb6161, #da2c5a);
    background-color: #C0C0C0;
    position: fixed;
    top: 0px;
    z-index: 99;
}
.dow-nav-foot {
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    bottom: 0px;
    z-index: 99;
}
.dow-nav-logo {
    height: 43px;
    margin-left: 15px;
    display: flex;
    float: left;
    margin-top: 9px;
}
.dow-nav-logo > img {
    width: 43px !important;
    height: 43px;
    width: 100%;
}
.dow-nav-logo > p {
    margin-left: 8px;
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
}
.dow-nav-but {
    border-radius: 36px;
    height: 36px;
    width: 87px;
    background: #FFFFFF;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #e95451 !important;
    font-weight: bold;
    margin-right: 12px;
    float: right;
    margin-top: 9px;
}
.dow-nav-text1 {
    font-size: 14px;
    letter-spacing: 2px;
}
.dow-nav-text2 {
    letter-spacing: 4px;
}
.load {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 10000;
    display: none;
    background-color: rgba(0, 0, 0, 0.1);
}
.loader {
    width: 300px;
    height: 300px;
    text-align: center;
    position: absolute;
    top: calc(30% - 60px);
    left: calc(25% - 50px);
    padding-top: 15px;
}
.van-dialog {
    position: fixed;
    top: 45%;
    left: 50%;
    width: 320px;
    overflow: hidden;
    font-size: 16px;
    background-color: #fff;
    border-radius: 16px;
    transform: translate3d(-50%, -50%, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: .3s;
    transition-property: transform, opacity;
}
#index .van-dialog__header {
    font-weight: 700;
    font-size: 1rem;
}
.van-dialog__header {
    padding-top: 24px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}
.van-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 320px;
    overflow: hidden;
    font-size: 16px;
    background-color: #fff;
    border-radius: 16px;
    transform: translate3d(-50%, -50%, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: .3s;
    transition-property: transform, opacity;
}
.van-dialog__content p {
    display: block;
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
    -webkit-margin-start: 0px;
            margin-inline-start: 0px;
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
    text-align: center;
}
#imgbg{
display: block; width: 100%; margin: 0px; padding: 0px;
}
.loadingimg{
margin-left: 45%; margin-bottom: 5%; width: 10%;
}
.wx {
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .7);
    width: 100vw;
    height: 100vh;
    background-image: url(../images/wx.png);
    background-size: 100%;
    background-position: center 100upx;
    background-repeat: no-repeat;
    z-index: 9999;
}
html,body{
    background-color: #fff !important;
}

.inner {
	margin:  0 0.1rem 1.2rem;
}
.inner h2 {
	margin: 0 0 0.3rem;
}
.inner .ulList{
    list-style: none;
    margin: 0;
    padding: 0;
}
.inner .ulList li {
    margin: 0;
    list-style: none;
	margin-bottom: 0.2rem;
	width: 49%;
	float: left;
    min-height: 130px;
    text-align: center;
}
.inner .ulList li:nth-child(2n) {
	float: right;
}
.inner .ulList li span {
	font-size: 13px;
	line-height: 0.7rem;
	color:#333;
}
.inner .img {
	margin: 0.7rem 0.1rem 0;
}
