.ast-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.share_container{
    max-width: 1000px;
}
.share_upload_otherbox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.share_uploadcircle_icon {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.share_upload_other_text {
    font-weight: 400;
    font-size: 22px;
    color: #4A4A4A;
    margin-right: 50px;
    font-family: PingFangSC, PingFang SC;
}

.share_sharedowntext {
    cursor: pointer;
    text-decoration: underline;
}

.share_upload_otherbox .share_upload_other_text:last-child {
    margin-right: 0px;
}


.share_resumebtn_icon {
    width: 16px;
    margin-right: 5px;
}

.share_resumebtn_icon2 {
    width: 22px;
    margin-right: 5px;
}

.share_downloadbox {
    padding: 5px 30px;
    background: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    border: 1px solid #D8D8D8;
    position: absolute;
    left: 49.1%;
    top: 6%;
    transform: translate(-50%, -50%); /* 精准居中 */
    z-index: 10;
    display: none;
}

.share_downitembox {
    display: flex;
    height: 70px;
    justify-content: center;
    align-items: center;
    border-bottom: solid 1px #D3D3D3;
    padding: 0px 15px;
    cursor: pointer;
}

.share_downitem_item {
    display: flex;
    height: 70px;
    justify-content: center;
    align-items: center;
    color: inherit; /* 继承父元素颜色 */
    text-decoration: none!important; /* 去掉下划线 */
    cursor: pointer; /* 鼠标悬停时显示为手型 */
    background-color: transparent; /* 去掉背景色 */
    outline: none!important;
}

.share_downloadbox .share_downitembox:last-child {
    border: none;
}

.share_downitem_icon {
    width: 17px;
    margin-right: 5px;
}

.share_downitem_text {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 26px;
    color: #4A4A4A;
}

.downloadyecao:hover .share_downloadbox {
    display: inline-block;
}

@media screen and (min-width: 601px) and (max-width: 1100px) {

    .share_upload_otherbox {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .share_uploadcircle_icon {
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }

    .share_upload_other_text {
        font-weight: 400;
        font-size: 14px;
        color: #4A4A4A;
        margin-right: 15px;
    }


    .phone_share_upload_otherbox {
        width: 90%;
        margin-bottom: 20px;
        margin-top: -20px;
    }

    .phone_share_boxitem {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 30px;
    }

    .phone_share_boxitem_icon {
        width: 20px;
    }

    .phone_share_boxitem_text {
        margin-left: 10px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 18px;
        color: #4A4A4A;
        margin-right: 70px;
    }

    .phone_share_boxitem .phone_share_boxitem_text:last-child {
        margin-right: 0px;
    }

    .phone_share_btnboxitem {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
    }

    .phone_share_btnitema {
        width: 48%;
        color: inherit; /* 继承父元素颜色 */
        text-decoration: none!important; /* 去掉下划线 */
        cursor: pointer; /* 鼠标悬停时显示为手型 */
        background-color: transparent; /* 去掉背景色 */
        outline:none!important;
    }
    .share_downitembox a{
        color: inherit; /* 继承父元素颜色 */
        text-decoration: none!important; /* 去掉下划线 */
        cursor: pointer; /* 鼠标悬停时显示为手型 */
        background-color: transparent; /* 去掉背景色 */
        outline:none!important;
    }

    .phone_share_btnbox {
        width: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 17px;
        color: #4A4A4A;
        background: #F6F7F9;
        height: 42px;
        border-radius: 21px;
    }

    .phone_share_btnbox_icon {
        width: 15px;
        margin-right: 5px;
    }
}


@media screen and (max-width: 600px) {
    .share_upload_otherbox {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .share_uploadcircle_icon {
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }

    .share_upload_other_text {
        font-weight: 400;
        font-size: 14px;
        color: #4A4A4A;
        margin-right: 15px;
    }


    .phone_share_upload_otherbox {
        width: 90%;
        margin-bottom: 10px;
        margin-top: -20px;
    }

    .phone_share_boxitem {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 20px;
    }

    .phone_share_boxitem_icon {
        width: 20px;
    }

    .phone_share_boxitem_text {
        margin-left: 10px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 16px;
        color: #4A4A4A;
        margin-right:25%;
    }

    .phone_share_boxitem .phone_share_boxitem_text:last-child {
        margin-right: 0px;
    }

    .phone_share_btnboxitem {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }

    .phone_share_btnitema {
        width: 48%;
        color: inherit; /* 继承父元素颜色 */
        text-decoration: none!important; /* 去掉下划线 */
        cursor: pointer; /* 鼠标悬停时显示为手型 */
        background-color: transparent; /* 去掉背景色 */
        outline:none!important;
    }
    .share_downitembox a{
        color: inherit; /* 继承父元素颜色 */
        text-decoration: none!important; /* 去掉下划线 */
        cursor: pointer; /* 鼠标悬停时显示为手型 */
        background-color: transparent; /* 去掉背景色 */
        outline:none!important;
    }

    .phone_share_btnbox {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 17px;
        color: #4A4A4A;
        background: #F6F7F9;
        border-radius: 31px;
        padding: 14px 0px;
    }

    .phone_share_btnbox_icon {
        width: 15px;
        margin-right: 5px;
    }
}









