* {
    margin: 0;
    padding: 0;
    color: #000000;
}
body{

}
.layoutBox {
    background-color: #057EFA;
    background-repeat:no-repeat;
    background-size: contain;
    background-position: top center ;
    min-height: 100vh;
    max-width: 7.2rem;
    position: relative;
    margin:0 auto;
}
.bgImg {
    width: 100%;
    display: block;
}
a {
    text-decoration: none;
}

header{
    background-color: #FF5230;
    height: 2.5rem;
    line-height: 2.5rem;
    overflow: hidden;
}
header > span {
    float: left;
    color: #FFFFFF;
    text-align: center;
    width: 15%;
}
header > span > img {
    vertical-align: middle;
}
header > h4 {
    float: left;
    width: 70%;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}
.banner {
    width: 100%;
    margin-bottom: -5px;
}
.banner > img {
    width: 100%;
}

.loadMsg {
    position: absolute;
    bottom: 1.5rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.loadMsg > #downloadbtn {
    width: 4.37rem;
    background-image: linear-gradient(0deg,
    rgba(214, 214, 214, 1) 0%,
    rgba(255, 255, 255, 1) 100%);
    box-shadow: 6.9px 8.5px 40px 0px
    rgba(0, 0, 0, 0.19);
    color: #C70926;
    font-weight: 500;
    font-size: 0.36rem;
    height: 1.09rem;
    border-radius: 5000px;
    border: none;
    display: block;
    margin: auto;
    text-align: center;
    line-height: 1.09rem;
}
.loadMsg > #downloadbtn a {
    display: block;
    width: 100%;
    height: 100%;
    color: #2291F6;
    letter-spacing: 0.036rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}
.loadMsg > .list {
    margin-top: 0.7rem;
    border-radius: 10px;
    background-color: #50379F;
}
.loadMsg > .list > h5 {
    text-align: center;
    font-size: 0.7rem;
    display: block;
    font-weight: 400;
    height: 1.55rem;
    line-height: 1.55rem;
    color: #F2F010;
	font-family:'微软雅黑';	
}
.loadMsg > .list > ul {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 0.5rem;
}
.loadMsg > .list > ul > li {
    font-size: 0.6rem;
    color: #EEEEEE;
    position: relative;
    list-style: none;
}
.loadMsg > .list > ul > li:before{
    content: '';
    width: 0.4rem;
    position: absolute;
    left: -0.8rem;
    top: 0.3rem;
    height: 0.4rem;
    background-color: #FE703E;
    border-radius: 50%;
}