/**{*/
    /*-webkit-touch-callout:auto;  !*系统默认菜单被禁用*!*/
    /*-webkit-user-select:auto; !*webkit浏览器*!*/
    /*-khtml-user-select:auto; !*早期浏览器*!*/
    /*-moz-user-select:auto;!*火狐*!*/
    /*-ms-user-select:auto; !*IE10*!*/
    /*user-select:auto;*/
    /*-webkit-tap-highlight-color:transparent;*/
/*}*/
.download_main{
    background: url(../../images/download/download_bg.png) no-repeat 0 0 ;
    height: auto;
    background-size: 100% 40rem;
    margin-bottom: 3rem;
}

.download_logo{
    text-align: center;
}
.download_logo img{
    width: 5rem;
    margin-top: 3rem;
}
.download_logo p{
    color: #fff;
    font-size: 1.6rem;
    line-height: 5rem;
}
.download_logo img.line{
    width: 80%;
    margin: 0 auto;
}
.download_logo ul {
    width:calc(80% - 20px);
    margin: 0 auto;
    padding-left:20px;
    margin-top: 1rem;
}
.download_logo ul li{
    color: #939DB7;
    font-size: 1.4rem;
    line-height: 2rem;
    text-align: left;
    list-style-type:disc;
}

.download_list{
    width: calc(94% - 6rem);
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    background: #fff;
    margin-top: 2rem;
    padding:2rem ;
    -moz-box-shadow:0px 10px 20px #ccc;
    -webkit-box-shadow:0px 10px 20px #ccc;
    box-shadow:0px 10px 20px #ccc;
}
.download_list ul li{
    text-align: center;
    margin-bottom: 1rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #EAEAEA;
}
.download_list ul li:last-child{
    border-bottom: none;
}
.download_list ul li h1{
    color: #0098ED;
    font-size: 3rem;
    line-height: 7rem;
}
.download_list ul li img{
    width: 100%;
}
.download_list ul li p{
    color: #555555;
    font-size: 1.2rem;
    line-height: 2rem;
    padding: 1rem 0.8rem;
}
.download_list ul li button{
    color: #fff;
    width: 16rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.4rem;
    border-radius: 5px;
    background:  #0A9DEE;

}

.download_scrollbar{
    position: relative;
    height: 3.5rem;
    width:calc(100% - 2rem);
    background: rgba(0,0,0,0.5);
    color: #fff;
    position: fixed;
    bottom: 0;
    padding: 0.7rem 1rem;
    overflow: hidden;
    display: flex;
    /*justify-content: space-between;*/


}
.download_scrollbar img{
    width: 3.5rem;
}
.download_scrollbar p{
    margin-left: 10px;
}
.download_scrollbar p span{
    font-size: 1.6rem;
}
.download_scrollbar p span,.download_scrollbar p i{
    display: block;
}
.download_scrollbar button{
    position: absolute;
    right: 20px;
    color: #fff;
    width: 9rem;
    height:3rem;
    line-height: 3rem;
    font-size: 1.2rem;
    border-radius: 5px;
    text-align: center;
    background: #0A9DEE;
    background-size: 12px;
    vertical-align: center;
    margin-top: 0.2rem;
    cursor: pointer;
}
#download_shade{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
#download_shade img{
    width: 100%;
}
