.ast-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.share_upload_contain1 {
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    padding: 35px 0px;
    max-width: 1200px;
}

.share_upload_otherbox {
    width: 55%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.share_upload_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 180px;
}

.share_firstbox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
   height: 40px;

}

.share_upload_circle {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #E5F2E3;
    border-radius: 50%;
    font-size: 20px;
    color: #309B34;
}

.share_upload_other_text {
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    margin-left: 5px;
}



.share_other-jian-icon {
    width: 32px;
    height: auto;
}

.share_upload_apkbox {
    width: auto;
    height: 90px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: space-between;
    margin-top: 10px;
}
.share_apkinfobox {
    width: 180px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #E3F2E6;
    border-radius: 18px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 17px;
    color: #41A956;
    cursor: pointer;
}
.share_upload_imgbox {
    width: auto;
    height: 90px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 39px;

}

.share_upload_namebox {
    width: 100%;
    height: 90px;
    line-height:90px;
    text-align: center;
    border-radius: 15px;
    border: 1px dashed rgba(65, 169, 86, 0.7);
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    margin-top: 10px;
}


.share_codebox {
    width: 80%;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*  background: red;*/

}

.share_code_item {
    width: 110px;
    line-height: 110px;
    height: 110px;
    text-align: center;
    font-size: 62px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 600;
    color: #48A81D;
    margin: 10px 22px 19px 22px;
    background: #F3F9F0;
    border-radius: 20px;
    border: 2px solid #48A81D;

}

.graystyle {
    filter: grayscale(100%);
}


.share_code_text {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #48A81D;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.share_code_text2 {
    width: 100%;
    text-align: center;
    font-size: 17px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FF4D4D;
    line-height: 38px;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.share_bell_icon {
    width: 16px;
    height: auto;
    margin-right: 10px;
}

.share_bell_icon2 {
    width: 18px;
    height: auto;
    margin-right: 10px;
}

.share_groupappbox{
    width: 60%;
    max-height: 155px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    border-top:solid 1px rgba(217, 217, 217, 0.5);
    margin-top: 10px;
    padding: 10px 0px;
}
.addoverscroll{
    overflow-y: scroll;
}
.share_groupapp_item{
    width: 47%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
}
.share_groupapp_itemimg{
    width: 40px;
    height: 40px;
    border-radius: 10px!important;
}
.share_groupapp_itemname{
    width: 100%;
    font-family: PingFangSC;
    font-weight: 400;
    font-size: 22px;
    color: #4F4F4F;
    margin-left: 8px;
}
.share_btnbox{
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;

}
.share_itembtnbox{
    width: 190px;
    height: 50px;
    background: #E3F2E6;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 68px;
    margin-right: 68px;
    cursor: pointer;
}
.share_itembtn_icon{
    width: 25px;
}
.share_itembtn_text{
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #41A956;
    margin-left: 10px;
}

@media screen and (min-width: 601px) and (max-width: 1100px) {
    .share_upload_contain1 {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0px 0px;

    }

    .share_upload_otherbox {
        width: 70%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
    }

    .share_upload_other_text {
        font-weight: 400;
        font-size: 18px;
        color: #309B34;
        margin-right: 5px;
    }

    .share_other-jian-icon {
        width: 30px;
        height: auto;
        margin-right: 5px;
    }

    .share_codebox {
        width: 90%;
        margin-left: -10px;
        margin-top: 10px;
    }

    .share_code_item {
      /*  width: 80px;
        line-height: 80px;
        height: 80px;
        text-align: center;
        font-size: 40px;
        font-family: PingFang SC-Medium, PingFang SC;
        font-weight: 600;
        color: #ffffff;
        border-radius: 10px;
        margin-left: 8px;
        margin-right: 8px;
        box-shadow: 0px 0px 10px rgba(58, 167, 62, 0.4);*/
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 50px;
    }

    .share_code_text {
        width: 100%;
        text-align: center;
        font-size: 18px;
        font-family: PingFang SC-Regular, PingFang SC;
        font-weight: 400;
        color: #48A81D;
        line-height: 40px;
        margin-top: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .share_code_text2 {
        width: 100%;
        text-align: center;
        font-size: 18px;
        font-family: PingFang SC-Regular, PingFang SC;
        font-weight: 400;
        color: #FF4D4D;
        line-height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }

    .share_bell_icon {
        width: 20px;
    }

    .share_bell_icon2 {
        width: 20px;
    }

    .share_groupappbox{
        width: 80%;
        max-height: 160px;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        border-top: solid 1px rgba(217, 217, 217, 0.5);
        margin-top: 10px;
        padding: 10px 0px;
    }


}


@media screen and (max-width: 600px) {
    .share_upload_contain1 {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0px 0px;

    }

    .share_upload_otherbox {
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }
    .share_upload_item {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 30%;
    }
    .share_firstbox {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 30px;
    }
    .share_upload_circle {
        width: 18px;
        height: 18px;
        line-height: 18px;
        background: rgba(76,177,96,0.25);
        text-align: center;
        border-radius: 50%;
        font-size: 13px;
        color: #41A956;
    }

    .share_upload_other_text {
        font-weight: 400;
        font-size: 13px;
        margin-right: 0px;
        margin-left: 4px;
    }

    .share_upload_apkbox {
        width: 100%;
        height: 70px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: space-between;
       margin-top: 10px;
    }
    .share_apkinfobox {
        width: 100%;
        height: 28px;
        line-height: 28px;
        text-align: center;
        background: #E3F2E6;
        border-radius: 14px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 12px;
        color: #41A956;
        margin-top: 0px;
        cursor: pointer;
    }

    .share_other-jian-icon {
        width: 30px;
        height: auto;
        margin-right: 5px;
    }

    .share_upload_imgbox {
        width: auto;
        height: 70px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 40px;

    }
    .share_other-jian-icon {
        width: 20px;
        height: auto;
    }
    .share_upload_namebox {
        width: 100%;
        height: 70px;
        line-height: 70px;
        text-align: center;
        border-radius: 8px;
        border: 1px dashed rgba(65, 169, 86, 0.7);
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 16px;
        color: #000000;
        margin-top: 10px;
    }


    .share_codebox {
        width: 90%;
        margin-left: 0px;
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .share_code_item {
        width: 70px;
        line-height: 70px;
        height: 70px;
        text-align: center;
        font-size: 40px;
        font-family: PingFang SC-Medium, PingFang SC;
        font-weight: 600;
        color: #48A81D;
        margin: 8px;
        border-radius: 10px;
        border: 1px solid #48A81D;
    }

    .share_code_text {
        width: 100%;
        text-align: center;
        font-size: 13px;
        font-family: PingFang SC-Regular, PingFang SC;
        font-weight: 400;
        color: #48A81D;
        line-height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }

    .share_code_text2 {
        width: 100%;
        text-align: center;
        font-size: 15px;
        font-family: PingFang SC-Regular, PingFang SC;
        font-weight: 400;
        color: #FF4D4D;
        line-height: 33px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }

    .share_bell_icon {
        width: 13px;
    }

    .share_bell_icon2 {
        width: 20px;
    }






    /*********************/
    .share_groupappbox{
        width: 90%;
        max-height: 160px;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        border-top: solid 1px rgba(217, 217, 217, 0.5);
        margin-top: 10px;
        padding: 10px 0px;
    }
    .share_groupapp_itemimg{
        width: 40px;
        height: 40px;
        border-radius: 10px!important;
    }
    .share_groupapp_itemname{
        width: 100%;
        font-family: PingFangSC;
        font-weight: 400;
        font-size: 14px;
        color: #4F4F4F;
        margin-left: 8px;
        max-width: 110px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /*********************/
    .share_groupapp_item{
        width: 47%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 1.5%;
        margin-right: 1.5%;
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .share_btnbox{
        width: 90%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 30px;

    }


    .share_itembtnbox{
        width: 140px;
        height: 36px;
        background: #E3F2E6;
        border-radius: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0px;
        margin-right: 0px;
        cursor: pointer;
    }
    .share_itembtn_icon{
        width: 18px;
    }
    .share_itembtn_text{
        font-family: PingFang SC;
        font-weight: 400;
        font-size: 16px;
        color: #41A956;
        margin-left: 10px;
    }




}









