@charset "utf-8";
html, body, div, span, a{
    margin:0px;
    padding:0px;
    cursor: default;
}
.app_download_wrapper, .app_download_wrapper > div{
    width: 100%;
    min-width: 980px;
}
.app_download{
    position: relative;
    background: url("../../images/app/bg1.png") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 740px;
}
.text_app_download, .ewm_app_download{
    margin-left: 46%;
}
.text_app_download, .ewm_app_download{
    overflow: hidden;
}
.ewm_app_download{
    width: 606px;
}
.text_app_download{
    width: 560px;
    padding-top: 130px;
}
.text_app_download p{
    margin: 0;
    text-align: center;
}
.text_app_download p.text1{
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-size: 60px;
    color: #fb7a1b;
    text-shadow: 1px 2px 2px #96959d;
}
.text_app_download p.text2{
    letter-spacing: 1px;
    margin-bottom: 60px;
    font-size: 32px;
    color: #363636;
}
.text_app_download p.text3{
    letter-spacing: 1px;
    margin-bottom: 58px;
    font-size: 22px;
    color: #262627;
    font-weight: bold;
}

.ios_android_img{
    margin-right: 43px;
    float: left;
}
.download_box{
    float: left;
    overflow: hidden;
}
.download_box a{
    width: 219px;
    height: 47px;
    text-decoration: none;
    cursor: pointer;
}
.download_box a:hover, .download_box a:focus{
    outline: none;
    text-decoration: none;
}
.android_download a{
    background: url("../../images/app/android_btn.png") no-repeat 0 0 transparent;
    -webkit-background-size: cover;
    background-size: cover;
}
.ios_download a{
    background: url("../../images/app/ios_btn.png") no-repeat 0 0 transparent;
    -webkit-background-size: cover;
    background-size: cover;
}
.android_download, .ios_download{
    width: 380px;
    overflow: hidden;
}
.android_download a, .ios_download a, .android_download span, .ios_download span{
    display: inline-block;
    float: left;
}
.android_download span, .ios_download span{
    margin-left: 10px;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
}
.ios_download{
    padding-top: 26px;
    margin: 0 0 29px 0;
}

.js_tx, .zx_lx, .cj_fx{
    overflow: hidden;
    padding: 0;
    height: auto;
}
.js_tx > img, .zx_lx > img, .cj_fx > img{
    float: left;
    width: 100%;
}
.footer{
    padding: 65px 0 15px;
}
.footer > div{
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    color: #303031;
    font-family: "微软雅黑";
}

@media (min-width: 0px) and (max-width: 1030px) {
    .text_app_download, .ewm_app_download{
        margin-left: 43%;
    }
}
@media (min-width: 0px) and (max-width: 767px) {

}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 1200px) and (max-width: 1399px) {

}
