/*banner部分*/
.home-banner {
    background: url('../images/download/img_download_enter_banner.png');
    background-size: 100% 100%;
    height: 600px;
    width: 100%;
}

.home-banner-box {
    height: 600px;
    max-width: 1440px;
    min-width: 1300px;
    margin: 0 auto;
}

.download-center-box {
    width: 1440px;
    height: 600px;
}

.download-picture {
    width: 720px;
    height: 500px;
    margin-right: 268px;
}

.scenes {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 40px;
    background-color: rgb(64, 61, 75);
    border-radius: 20px;
    display: inline-block;
    padding: 0 30px;
    vertical-align: middle;
    box-sizing: border-box;
}

.download-center {
    display: flex;
    align-items: center;
}

.download-center-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 39px;
    color: #121213;
}

.download-center-intro {
    font-size: 16px;
    color: #707070;
    line-height: 25px;
    margin-bottom: 15px;
}

.download-center-mark {
    font-size: 20px;
    color: #121213;
}

.app-box {
    flex-direction: column;
    max-width: 300px;
    padding: 0 10px;
}

.app-download-link-box {
    word-break: break-all;
}

.download-yellow-btn {
    cursor: pointer;
    width: 156px;
    height: 36px;
    background: linear-gradient(90deg, #FFCC0C, #F6BB07);
    box-shadow: 0px 12px 12px 0px rgba(246, 187, 7, 0.24);
    border-radius: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #17191A;
    margin-right: 20px;
    position: relative;
}

.button-w130{
    width: 130px;
}
.button-w140{
    width: 140px;
}
.button-w172{
    width: 172px;
}

.download-yellow-btn img {
    position: absolute;
    left: 0;
    top: 36px;
    width: 150px;
    height: 0px;
    opacity: 0;
}

.download-yellow-btn:hover .img {
    height: 150px;
    opacity: 1;
    transition: all 0.4s;
    z-index: 99;
}

.download-hover-btn {
    width: 156px;
    height: 36px;
    background: #FFFFFF;
    border: 2px solid #17191A;
    border-radius: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #17191A;
    margin-right: 20px;
    transition: all 0.4s;
    position: relative;
    cursor: pointer;

}

.download-hover-btn img {
    position: absolute;
    left: 0;
    top: 36px;
    width: 150px;
    height: 0px;
    opacity: 0;
}

.download-hover-btn:hover {
    background: #F6BB07 !important;
    color: #17191A;
    box-shadow: 0px 12px 12px 0px rgba(246, 187, 7, 0.24);
    border: 2px solid #F6BB07;
    transition: all 0.4s;

}

.download-hover-btn:hover .img {
    height: 150px;
    opacity: 1;
    transition: all 0.4s;
    z-index: 99;
}

.download-link-image {
    width: 720px;
    height: 500px;
    margin-left: 268px;
}