*{
    margin: 0;
    padding: 0;
}
html,body{
    width: 100%;
    height: 100%;
}
body{
    background: url(../img/bg.png) no-repeat;
	background-size: cover;
    background-position: center center;
}
ul{
    list-style: none;
}
.wrapper{
    background: url(../img/bg2.png) no-repeat;
	background-size: cover;
    background-position: center center;
    height: 100%;
}
.wrapper .code{
    width: 50%;
    margin: 0 auto;
    padding: 50px 0;
}
.wrapper .code img{
    width: 100%;
}
.wrapper .content{
    width: 100%;
    height: 24%;
    font-size: 14px;
    color: #C5C5C5;
    text-align: center;
}
.wrapper .content .title{
    color: #7E7E7E;
    font-size: 20px;
    font-weight: bold;
}
.wrapper .content ul{
    margin-top: 20px;
    padding-left: 90px;
    box-sizing: border-box;

}
.wrapper .content li{
    text-align: left;
}
.wrapper .content li label{
    font-size: 16px;
    color: #C5C5C5;
    font-weight: 500;
    
}
.wrapper .content li span{
    font-weight: 500;
    font-size: 16px;
    color: #787878;
}
.wrapper .btn{
    padding:20px 0;
    text-align: center;
}
.wrapper .btn ul{
    width: 100%;
    height: 100%;
}
.wrapper .btn .And_down,.ios_down{
    width: 60%;
    height: 50px;
    background-color: #ffe600;
    border-radius: 10px;
    color: #000;
    margin: 15px auto;
    line-height: 50px;
    text-align: left;
    box-sizing: border-box;
    padding: auto 20px;
}
.wrapper .btn .report{
    width: 25%;
    height: 20px;
    margin: 0 auto;
    border: 1px solid #C5C5C5;
    font-size: 14px;
    color: #C5C5C5;
    border-radius: 30px; 
    margin-top: 20px;
}
.wrapper .btn .tip{
    margin-top: 8px;
    font-size: 14px;
    color: #C5C5C5;
}
.wrapper .btn .And_down label,.ios_down label{
    margin-left: 40px;
}
.wrapper .btn .And_down span,.ios_down span{
    text-align: left;
    margin-left: 10px;
}

.logo_box{
    width: 30%;
    margin: 0 auto;
    padding: 10px 0;
}
.logo_box img{
    width: 100%;
}

.btn_box{
    width: 70%;
    margin: 20px auto;
}
.btn_box img{
    max-width: 100%;
}
.img_btn{
    width: 70%;
    margin: 15px auto;
}
.img_btn img{
    max-width: 100%;
}
.txt{
    font-size: 10px;
    text-align: center;
    color: #80807f;
}