
html,body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
}
.versionDownload{
    /*visibility: hidden;*/
    color: #7F7F7F;
    font-size: .875rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    font-family: 'Microsoft Yahei';
}
.version_logo{
    margin-top: 4.375rem;
}
.version_logo img{
    width: 5rem;
    height: 5rem;
    border-radius: .3125rem;
}
.version_name{
    font-size: 1.25rem;
    margin-top: 1.25rem;
    font-weight: 700;
    color: #000000;
}

.media-qrCode{
    margin-top: 4rem;
    display: flex;
    /*flex-wrap: wrap;*/
    align-items: center;
    justify-content: center;
    box-sizing: content-box;
}

.media-qrCode div{
    text-align: center;
}

.media-ios-btn{
    position: relative; 
    z-index: 1;
    width: 264px;
    padding: 15px 0;
    background-size: 100% 100%;
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 34px;
    cursor: pointer;
    color: #FFFFFF;
    font-weight: 500;
    border: 1px solid #000000;
    border-radius: 50px 50px 50px 50px;
    background-color: #000000;
    
}

.media-android-btn{
    position: relative; 
    z-index: 1;
    width: 264px;
    padding: 15px 0;
    background-size: 100% 100%;
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 34px;
    cursor: pointer;
    color: #FFFFFF;
    font-weight: 500;
    border: 1px solid #000000;
    border-radius: 50px 50px 50px 50px;
    background-color: #000000;
}

.media-apk-btn{
    position: relative; 
    z-index: 1;
    width: 264px;
    padding: 15px 0;
    background-size: 100% 100%;
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 34px;
    cursor: pointer;
    color: #FFFFFF;
    font-weight: 500;
    border: 1px solid #000000;
    border-radius: 50px 50px 50px 50px;
    background-color: #000000;
}

.media-testflight-btn{
    position: relative; 
    z-index: 1;
    width: 264px;
    height: 3.0625rem;
    background-size: 100% 100%;
    cursor: pointer;
    margin-bottom: 34px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 17px;
    font-weight: 500;
    border: 1px solid #000000;
    border-radius: 50px 50px 50px 50px;
    background-color: #000000;
}

.media-ios-btn img,.media-android-btn img,.media-apk-btn img,.media-testflight-btn img{
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 8px;
}

.version_tip {
    margin: 36px 0 30px 0;
    width: 80%;
    text-align: center;
    color: #000000;
    font-size: 16px;

}

/*去掉长按效果*/
*{
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

/*
.selectMediaBtn{
    opacity: 0.7;
}
*/

.qrCode-btn{
    padding: 0;
}

.qrCode-image{
    margin-left: 31px;
    padding: 0;
}

.qrCode-image img{
    border: 1px solid #FFFFFF;
}