/* 区块1 */
.download-section1-container{
    width: 100%;
    padding-top: 14.375rem;
    padding-bottom: 16.25rem;
    background-image: url('/static/home/images/temp/download_section1_bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
}
.download-section1-container-header{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.download-section1-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.5rem;
    font-weight: 100;
}
.download-section1-container-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 3.75rem;
}
.download-section1-container-poster{
    margin-top: 3.75rem;
    width: 24.5625rem;
    height: 33.25rem;
    border-radius: 0.625rem;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}
.download-section1-container-poster-img{
    width: 24.5625rem;
    height: 33.25rem;
    object-fit: cover;
}
.download-section1-container-poster-info{
    width: calc(24.5625rem - 5rem);
    height: calc(33.25rem - 7.5rem);
    padding: 3.75rem 2.5rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.download-section1-container-poster-title{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 500;
    color: #FFFFFF;
}
.download-section1-download-list{
    width: 54.875rem;
}
.download-section1-download-list-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 2.5rem;
}
.download-section1-download-list-header-title{
    width: 100%;
    text-align: left;
    font-size: 1.5625rem;
    font-weight: 100;
}
.download-section1-download-items{
    width: 100%;
}
.download-section1-download-item{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #000000;
    padding: 1.875rem 0;
    border-bottom: #cbcbcb solid 0.0625rem;
    cursor: pointer;
}
.download-section1-download-item:first-of-type{
    border-top: #cbcbcb solid 0.0625rem;
}
.download-section1-download-item-icon{
    width: 1.6875rem;
    height: 1.6875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.download-section1-download-item-icon-img{
    width: 1.6875rem;
    height: 1.6875rem;
    object-fit: contain;
}
.download-section1-download-item-info{
    flex: 1;
    padding-right: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.download-section1-download-item-title{
    width: 100%;
    text-align: left;
    font-size: 1.125rem;
    font-weight: 100;
}
.download-section1-download-item-title:hover{
    color: #fe791d;
}

/* 登录弹窗 */
.download-login-dialog{
    width: 100%;
    height: 100vh;
    background: rgba(255,255,255, 0.1);
    backdrop-filter: blur(0.625rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.download-login-dialog-content{
    width: 50rem;
    border-radius: 1.875rem;
    background: #FFFFFF;
    position: relative;
    box-shadow: 0.125rem 0.125rem 0.75rem 0.1875rem rgba(0,0,0,0.1);
}
.download-login-dialog-close-btn{
    width: 2.875rem;
    height: 2.875rem;
    border-radius: 1.4375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #000000;
    position: absolute;
    right: -2.875rem;
    top: -2.875rem;
    cursor: pointer;
}
.download-login-dialog-close-btn-icon{
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.download-login-dialog-close-btn-icon-img{
    width: 1.25rem;
    height: 1.25rem;
    object-fit: contain;
}
.download-login-dialog-header{
    width: calc(100% - 6rem);
    padding: 1.875rem 3rem;
    border-bottom: #d5d5d5 solid 0.0625rem;
}
.download-login-dialog-header-title{
    width: 100%;
    text-align: left;
    font-size: 1.125rem;
    font-weight: 400;
}
.download-login-dialog-body{
    width: calc(100% - 6rem);
    padding: 4.25rem 3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.download-login-dialog-body-left{
    width: calc(50% - 3.125rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.download-login-dialog-qrcode{
    width: 11.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.download-login-dialog-qrcode-img{
    width: 11.25rem;
    height: 11.25rem;
    object-fit: contain;
}
.download-login-dialog-qrcode-title{
    width: 100%;
    padding-top: 1.25rem;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 500;
}
.download-login-dialog-body-right{
    width: calc(50% - 3.125rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.download-login-dialog-form{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.download-login-dialog-form-item{
    width: 100%;
    margin-bottom: 1.25rem;
}
.download-login-dialog-form-item:last-of-type{
    margin-bottom: 0;
}
.download-login-dialog-form-item-input-wrap{
    width: calc(100% - 3.5rem);
    padding: 0 1.75rem;
    height: 3.75rem;
    border-radius: 1.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #ebebeb;
}
.download-login-dialog-form-item-input{
    width: 100%;
    height: 3.125rem;
    text-align: left;
    line-height: 3.125rem;
    font-size: 1.125rem;
    font-weight: 400;
    border: none;
    outline: none;
    background: transparent;
}
.download-login-dialog-form-item-btn{
    width: calc(100% - 3.5rem);
    padding: 0 1.75rem;
    height: 3.75rem;
    border-radius: 1.25rem;
    background: #ec5c1f;
    text-align: center;
    line-height: 3.75rem;
    color: #FFFFFF;
    font-size: 1.25rem;
    font-weight: bold;
}
.download-login-dialog-footer{
    width: 100%;
    padding-top: 1.5625rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.download-login-dialog-tips{
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
}