* {
    padding: 0;
    margin: 0;
}

#app, body, html {
    height: 100%;
}

.logo-box-con img {
    max-width: 86%;
}

.download-page {
    background-color: #161616;
    height: 100%;
    position: relative;
}

.download-page .header {
    height: 110px;
    overflow: hidden;
    background-color: #161616;
}

.download-page .header .content-header {
    width: 1000px;
    margin: auto;
}

[class*=el-col-] {
    float: left;
    box-sizing: border-box;
}
.el-col-8 {
    width: 33.3333%;
}

.download-page .header .content-header .grid-content{
    line-height: 110px;
    text-align: center;
}
.download-page .header .content-header .grid-content img {
    vertical-align: middle;
}
.download-page .header .content-header .grid-content .text {
    width: 235px;
}

.download-page .header .content-header .onlineService {
    height: 110px;
    cursor: pointer;
    background-image: url(../img/online-service.png);
    background-size: 262px 55px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.download-page .download {
    position: relative;
    background: url(../img/bg.png) no-repeat 50%;
}

.download-page .download .wrapper {
    height: 800px;
    width: 1000px;
    margin: auto;
    background: url(../img/phone.png) no-repeat right 50px;
    padding-top: 60px;
}


.download-page .download .wrapper .code-wrap{
    margin-left: 10px;
    margin-top: 40px;
    padding: 5px;
    width: 150px;
    height: 150px;
    background-size: 100% 100%;
    background-color: white;
}

.download-page .download .wrapper .code-wrap img {
    width: 140px;
    height: 140px;
}



.download-page .download .wrapper .code-title {
    color: #fff;
    margin-left: 10px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 16px;
}


.download-page .footer{
    height: 60px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: #4e4e4e;
}