.downloadContent{
    width: 100%;
}

.downloadContent_top{
    width: 100%;
    height: 300px;
    background-image: url('../img/download/nav.png');
    background-size: 100% 100%;
    
}

.downloadContent_topdiv-img{
    width: 256px;
    margin-left: 100px;
    margin-top: 42px;

}

.downloadContent_topdiv{
    display: flex;
    flex-flow:row;
    margin: 0 auto;
    width: 800px;
}



.downloadContent_topdiv-text div:nth-child(1){
    font-size: 36px;
    color: #FFFFFF;
    padding-top: 58px;
    /* padding-left: 570px; */
    /* padding-left: 20%; */
}

.downloadContent_topdiv-text div:nth-child(2){
    font-size: 18px;
    color: #FFFFFF;
    padding-top: 20px;
    /* padding-left: 20%; */
    /* padding-left: 570px; */
}

.downloadContent_bottom{
    width: 100%;
    height: 698px;
    
    
}
.downloadContent_bottom-div{
    /* width: 100%; */
    
    width: 956px;
    /* margin-left: 20%; */
    margin:  0 auto;
    display: flex;
    flex-flow:row;
    
}

.downloadContent_bottom_left{
    width: 362px;
    height: 578px;
    background-image: url('../img/download/ipone.png');
    background-size: 100% 100%;
    /* margin-left: 580px; */
    margin-top: 44px;
    /* float: left; */
}
.downloadContent_bottom_right{
    width: 480px;
    padding-top: 66px;
    margin-left: 156px;
    /* width: 326px;
    height: 375px; */
    /* background: #0C6CDA; */
    /* box-shadow: 0px 0px 6px 1px rgba(12,108,218,0.18); */
    /* border-radius: 10px 10px 10px 10px; */
    /* opacity: 1;
    background-image: url('../img/download/bg.png');
    background-size: 100% 100%;
    margin-top: 34px;
    margin-left: 100px;
    position: relative; */
    /* float: left; */
}
.downloadContent_bottom_right_img{
    width: 326px;
    height: 375px;
    opacity: 1;
    background-image: url('../img/download/bg.png');
    background-size: 100% 100%;
    margin-top: 34px;
    margin-left: 100px;
    position: relative;
    margin-bottom: 32px;

}
.downloadContent_bottom_right_img img{
    width: 210px;
    height: 210px;
    position: absolute;
    bottom: 24px;
    left: 50%;
    margin-left: -110px;
}

/* .downloadContent_bottom_right_li img{
    width: 24px;
    height: 24px;
} */

.downloadContent_bottom_right_li{
    width: 480px;
    height: 70px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 1px rgba(12,108,218,0.18);
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    text-align: center;
    line-height: 70px;
    margin-bottom: 20px;
    /* margin-left: 100px; */
    cursor: pointer;
}
.downloadContent_bottom_right_li img{
    margin-right: 10px;
    position: relative;
    top: 4px;
}
.downloadContent_ios{
    width: 100%;
    text-align: center;
}

.downloadContent_bottom_right_head{
    
    width: 480px;
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */

}

.downloadContent_bottom_right_head img{
    width: 86px;
    height: 86px;
   
}
.downloadContent_bottom_right_head div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* text-align: center; */
    flex: 1;
    

}
.downloadContent_bottom_right_head h6{
    font-size: 42px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #0C6CDA;
    margin-left: 22px;
}
.downloadContent_bottom_right_head p{
    font-size: 16px;
    color: #1F2D3D;
    margin-left: 94px;
}

.downloadContent_bottom_right_imgs{
    width: 480px;;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    color: #1F2D3D ;
    font-size: 16px;
    margin-top: 22px;
    margin-bottom: 22px;
    position: relative;
    left: -8px;
}

.downloadContent_bottom_right_imgs div{
    display: flex;
    flex-direction: column;

}
.downloadContent_bottom_right_imgs img{
    width: 248px;
}
