.download-parent-container{
    width: 100%;
    /* height: 100%; */
    font-family: MicrosoftYaHei;
    background-color: #fbfbfb;
    padding: 30px 0;
}
.download-section{
    width: 1200px;
    /* padding: 20px; */
    border-radius: 4px;
    background: #fff;
    margin: 0 auto;
}
.section-top{
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    padding: 20px 20px 0;
}
.section-top img{
    width: 68px;
    height: 68px;
    margin-right: 12px;
}
.section-top-name{
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 15px;
}
.section-bottom{
    width: calc(100% - 40px);
    margin: 0 auto;
}
.section-item{
    background-color: #F7F8FA;
    border-radius: 4px;
    margin-top: 20px;
}
.item-top{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 16px 30px;
    border-bottom: 1px solid #dfdfdf;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.item-top img{
    height: 72px;
    width: auto;
}
.item-top .icon{
    color: #666666;
    background: #E8E9EB;
    font-size: 12px;
    line-height: 17px;
    padding: 0 4px;
    border-radius: 4px;
    font-weight: 400;
}
.item-top .icon.orange{
    color: #ff5f18;
    background-color: #F8EAE5;
}
.item-content{
    padding: 30px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    height: 188px;
    position: relative;
}
.item-content p{
    margin-bottom: 6px;
}
.section-item .el-button.el-button--default.orange{
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-left: 0;
}
.item-content div:last-child{
    position: absolute;
    bottom: 30px;
    width: calc(100% - 60px);
}
.bottom-btns{
    display: flex;
}
.el-popper .popper__arrow, .el-popper .popper__arrow::after{
    display: block !important;
    left: 50% !important;
}
