body,html{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "微软雅黑";
}
ul,li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.app-download-bg{
    background: #f5f5f5;
}
.app-download{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}
.none{
    display: none;
}
.app-body{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 90px;
    overflow: auto;
    overflow-x: hidden;
}
.app-body.android{
    bottom: 150px;
}
.app-download .app-name{
    height: 140px;
    background: #ffffff;
    padding: 20px;
    box-sizing: border-box;
}
.app-download .app-name>img{
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    float: left;
}
.app-download .app-text{
    width: 480px;
    float: left;
    margin-left: 20px;
    position: relative;
    z-index: 100;
}
.app-download .app-title{
    width: 480px;
    overflow: hidden;
    word-break: break-all;
}
.app-download .app-title>span{
    font-weight: bold;
    display: block;
    float: left;
}
.app-download .app-title>span:first-child{
    font-size: 28px;
    height: 55px;
    line-height: 70px;
    color: #0f0f0f;
}
.app-title>span:last-child{
    height: 28px;
    padding: 0 16px;
    border-radius: 15px;
    line-height: 28px;
    font-size: 16px;
    color: #ffffff;
    background: #f0ad4e;
    margin: 22px 0 0 20px;
    text-align: center;
}
.app-download .app-subtittle{
    width: 480px;
    height: 40px;
    margin-top: 2px;
}
.app-download .app-subtittle li{
    float: left;
    height: 100%;
    line-height: 40px;
    color: #999999;
    font-size: 20px;
    margin-right: 15px;
}
.app-download .app-type{
    height: 60px;
    box-sizing: border-box;
    background: #ffffff;
}
.app-download .app-type>div{
    float: left;
    width: 50%;
    box-sizing: border-box;
    height: 100%;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    color: #222222;
    cursor: pointer;
}
.app-download .app-type>div.selected{
    color: #1985ff;
    border-bottom: 5px solid #1985ff;
}

.app-download .app-version{
    height: 90px;
    margin: 15px 0;
    box-sizing: border-box;
    padding: 0 20px;
    background: #ffffff;
}
.app-download .app-version>img{
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    margin: 20px 40px 20px 0;
}
.app-download .app-version .app-version-text{
    height: 90px;
    width: 500px;
    line-height: 90px;
    color: #0f0f0f;
    float: left;
    font-size: 24px;
}
.app-download .app-version .app-version-text>span{
    display: block;
    float: right;
}
.app-download .app-screenshot{
    height: 560px;
    box-sizing: border-box;
    background: #ffffff;
    padding: 30px 20px;
}
.app-download .app-screenshot>img{
    width: 290px;
    height: 500px;
}
.app-download .app-screenshot>img:first-child{
    margin-right: 10px;
}
.app-download .app-log{
    display: block;
    padding: 0px 20px 20px;
    background: #ffffff;
    box-sizing: border-box;
}
.app-download .app-log li{
    letter-spacing: 2px;
    margin-bottom: 5px;
    font-size: 22px;
    color: #666666;
}
.app-download .app-log li.app-log-title{
    font-size: 24px;
    color: #222222;
    margin-bottom: 12px;
}
.app-download .last-text{
    font-size: 20px;
    margin-top: 12px !important;
    color: #999999;
}
.body-bg-bottom{
    height: 90px;
    left: 0;
    right: 0;
    border-top: 1px solid #f5f5f5;
    position: absolute;
    box-sizing: border-box;
    bottom: 0;
    background: #ffffff;
}
.body-bg-bottom.android{
    height: 150px;
}
.app-download .normal-load{
    font-size: 22px;
    color: #999999;
    margin: 0 auto;
    background: none;
    border: none;
    height: 70px;
    outline: none;
    display: block;
}
.app-download .load-btn{
    width: 600px;
    height: 70px;
    border-radius: 3px;
    border: none;
    margin: 10px 20px 0 20px;
    background: #1985ff;
    color: #ffffff;
    font-size: 24px;
    outline: none;
}
.weixin-tip{
    display: none; 
    position: absolute; 
    left:0; 
    top:0; 
    bottom:0; 
    right: 0;
    background: rgba(0,0,0,0.5); 
    filter:alpha(opacity=80);  
    z-index: 100;
}
.weixin-tip .arrow{
    padding-top: 4%;
    width: 520px;
    margin: 0 auto 10px;
    height: 60px;
}
.weixin-tip .arrow>img{
    width: 120px;
    height: 60px;
    display: block;
    float: right;
}
.weixin-tip p{
    /* text-align: center;  */
    margin-top: 10%; 
    padding:0 5%;
    font-size: 24px;
    color: #fff;
    height: 36px;
    line-height: 36px;
}
.weixin-tip p:first-child{
    margin-top: 30px;
}
.weixin-tip .msg{
    width: 520px;
    /* height: 300px; */
    margin: 0 auto;
    border:2px dashed #ffffff;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 0px 10px 20px 10px;
}
.weixin-tip .msg .num{
    width: 36px;
    height: 36px;
    color: #000;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    background: #fff;
    margin-right: 20px;
    border-radius: 50%;
}
.weixin-tip .msg  span{
    display: inline-block;
    height: 36px;
    line-height: 36px;
}
.weixin-tip .msg .border{
    font-weight: bold;
}
.weixin-tip .msg .web-open{
    display: inline-block;
    width: 44px;
    height: 40px;
    font-size: 32px;
    margin-left: 6px;
    margin-right: 4px;
    text-align: center;
    /* background: #000; */
    line-height: 36px;
    /* margin-top: 10px; */
    /* float: left; */
}
.weixin-tip .msg .web-diqiu{
    display: inline-block;
    width: 44px;
    height: 40px;
    font-size: 28px;
    margin-left: 6px;
    margin-right: 4px;
    text-align: center;
    /* background: #000; */
    line-height: 36px;
    /* margin-top: 10px; */
    /* float: left; */
}

.clearfix::after{
    clear: both;
    content: '';
    display: block;
}
.alert-load{
    position: absolute; 
    left:0; 
    top:0; 
    bottom:0; 
    right: 0;
    background: rgba(0,0,0,0.5); 
    filter:alpha(opacity=80);  
    z-index: 100;
}
.alert-body{
    width: 500px;
    height: 320px;
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    background: #ffffff;
    transform: translate(-50%,-50%);
}
.alert-body>h3{
    width: 100%;
    margin: 0;
    height: 110px;
    text-align: center;
    line-height: 100px;
    color: #333333;
    font-size: 24px;
}
.alert-body>.alert-text{
    width: 80%;
    margin: 0 auto;
    font-size: 26px;
    text-align: center;
    color: #333333;
    height: 110px;
}
.alert-body>.alert-button-gourp{
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    border-top: 1px solid #e1e1e1;
}
.alert-body>.alert-button-gourp>button{
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    padding: 0;
    color: #333333;
    outline: none;
    border:none;
    background: none;
    font-size: 24px;
    display: block;
    float: left;
}
.alert-body>.alert-button-gourp>button:first-child{
    border-right: 1px solid #e1e1e1;
    color: #999999;
}
.alert-body>.alert-button-gourp>button:active{
    background: #f5f5f5;
}
.again-load{
    font-size: 22px;
    box-sizing: border-box;
    padding: 30px 20px;
    color: #333333;
}
.again-load>span{
    display: inline-block;
    margin-left: 10px;
    color: #3982d6;
    text-decoration: underline;
}