/*@media only screen and (max-width: 390px ){*/
/*    .share_c{*/
/*        float: right;*/
/*        margin-left: auto;*/
/*        display: flex;*/
/*        justify-content: flex-start;*/
/*        gap: 20px;*/
/*    }*/
/*    .share_p{*/
/*        display: none !important;*/
/*    }*/
/*}*/

/*平板*/
@media only screen and (max-width: 1199px) and (min-width:769px) {
    .left-tr{
        width: 0;
        height: 0;
        border-top: 28px solid transparent;
        border-bottom: 24px solid transparent;
        border-left: 12px solid #F7F8FA;
        display: inline-block;
    }
    .right-tr{
        width: 0;
        height: 0;
        border-top: 28px solid transparent;
        border-bottom: 24px solid transparent;
        border-right: 12px solid #F7F8FA;
        display: inline-block;

    }
    .share_d{
        max-width: 1260px;
        position: relative;
        display: block;
        margin-right: auto;
        margin-left: auto;
        display: block;
        height: 50px;
        text-align: left;
        /* background-color: red; */
        border-radius: 20px;
        margin-bottom: 50px;
        margin-top: -20px;
    }

    .share_d_2{
        background-color: #46C2AD;
        display: inline-flex;
        height: 50px;
        width: 100%;
    }
    .share_c{
        display: inline-flex;
        float: right;
        margin-left: auto;
    }
    .share_p{
        /* position: relative; */
        display: inline-flex;
        margin-top: 10px;
        width: 150px;
        font-size: 16px;
        margin-left: 20px;
        font-family: Outfit;
        font-weight: bold;
        color: white;
    }
    .share_fb_img{
        display: inline-block;
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        margin-right: 10px;
        margin-top: 10px;
        cursor: pointer;
    }
    .share_tw_img{
        display: inline-block;
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        margin-right: 10px;
        margin-top: 10px;
        cursor: pointer;
    }
    .share_li_img{
        display: inline-block;
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        margin-right: 10px;
        margin-top: 10px;
        cursor: pointer;
        transition: transform 0.3s; /* 动画过渡效果 */
    }
    .share_li_img:active{
        transform: scale(0.4); /* 点击时缩放效果 */
    }
    .share_whats_img{
        display: inline-block;
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        margin-right: 10px;
        margin-top: 10px;
        cursor: pointer;
        transition: transform 0.3s; /* 动画过渡效果 */
    }
    .share_whats_img:active{
        transform: scale(0.4); /* 点击时缩放效果 */
    }
    .share_reddit_img{
        display: inline-block;
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        margin-right: 10px;
        margin-top: 10px;
        cursor: pointer;
        transition: transform 0.3s; /* 动画过渡效果 */
    }
    .share_reddit_img:active{
        transform: scale(0.4); /* 点击时缩放效果 */
    }
}

/*手机端*/
@media screen and (max-width: 768px) {
    .left-tr{
        width: 0;
        height: 0;
        border-top: 28px solid transparent;
        border-bottom: 24px solid transparent;
        border-left: 12px solid #F7F8FA;
        display: inline-block;
    }
    .right-tr{
        width: 0;
        height: 0;
        border-top: 28px solid transparent;
        border-bottom: 24px solid transparent;
        border-right: 12px solid #F7F8FA;
        display: inline-block;

    }
    .share_d{
        position: relative;
        display: block;
        margin-right: auto;
        margin-left: auto;
        display: block;
        height: 50px;
        text-align: left;
        /* background-color: red; */
        border-radius: 20px;
        margin-bottom: 50px;
        margin-top: -20px;
    }

    .share_d_2{
        background-color: #14CCCC;
        display: inline-flex;
        height: 50px;
        width: 100%;
    }
    .share_c{
        display: inline-flex;
        float: right;
        margin-left: auto;
    }
    .share_p{
        /* position: relative; */
        display: inline-flex;
        margin-top: 10px;
        width: 150px;
        font-size: 16px;
        margin-left: 20px;
        font-family: Outfit;
        font-weight: bold;
        color: white;
    }
    .share_fb_img{
        display: inline-block;
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        margin-right: 10px;
        margin-top: 10px;
        cursor: pointer;
    }
    .share_tw_img{
        display: inline-block;
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        margin-right: 10px;
        margin-top: 10px;
        cursor: pointer;
    }
    .share_li_img{
        display: inline-block;
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        margin-right: 10px;
        margin-top: 10px;
        cursor: pointer;
        transition: transform 0.3s; /* 动画过渡效果 */
    }
    .share_li_img:active{
        transform: scale(0.4); /* 点击时缩放效果 */
    }
    .share_whats_img{
        display: inline-block;
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        margin-right: 10px;
        margin-top: 10px;
        cursor: pointer;
        transition: transform 0.3s; /* 动画过渡效果 */
    }
    .share_whats_img:active{
        transform: scale(0.4); /* 点击时缩放效果 */
    }
    .share_reddit_img{
        display: inline-block;
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        margin-right: 10px;
        margin-top: 10px;
        cursor: pointer;
        transition: transform 0.3s; /* 动画过渡效果 */
    }
    .share_reddit_img:active{
        transform: scale(0.4); /* 点击时缩放效果 */
    }
}
/*桌面端*/
@media screen and (min-width: 1200px) {
    .left-tr{
        width: 0;
        height: 0;
        border-top: 28px solid transparent;
        border-bottom: 24px solid transparent;
        border-left: 12px solid #F7F8FA;
        display: inline-block;
    }
    .right-tr{
        width: 0;
        height: 0;
        border-top: 28px solid transparent;
        border-bottom: 24px solid transparent;
        border-right: 12px solid #F7F8FA;
        display: inline-block;

    }
    .share_d{
        max-width: 1260px;
        position: relative;
        display: block;
        margin-right: auto;
        margin-left: auto;
        display: block;
        height: 50px;
        text-align: left;
        /* background-color: red; */
        border-radius: 20px;
        margin-bottom: 50px;
        margin-top: -20px;
    }

    .share_d_2{
        background-color: #14CCCC;
        display: inline-flex;
        height: 50px;
        width: 100%;
    }
    .share_c{
        display: inline-flex;
        float: right;
        margin-left: auto;
    }
    .share_p{
        /* position: relative; */
        display: inline-flex;
        margin-top: 10px;
        width: 150px;
        font-size: 16px;
        margin-left: 20px;
        font-family: Outfit;
        font-weight: bold;
        color: white;
    }
    .share_fb_img{
        display: inline-block;
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        margin-right: 10px;
        margin-top: 10px;
        cursor: pointer;
    }
    .share_tw_img{
        display: inline-block;
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        margin-right: 10px;
        margin-top: 10px;
        cursor: pointer;
    }
    .share_li_img{
        display: inline-block;
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        margin-right: 10px;
        margin-top: 10px;
        cursor: pointer;
        transition: transform 0.3s; /* 动画过渡效果 */
    }
    .share_li_img:active{
        transform: scale(0.4); /* 点击时缩放效果 */
    }
    .share_whats_img{
        display: inline-block;
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        margin-right: 10px;
        margin-top: 10px;
        cursor: pointer;
        transition: transform 0.3s; /* 动画过渡效果 */
    }
    .share_whats_img:active{
        transform: scale(0.4); /* 点击时缩放效果 */
    }
    .share_reddit_img{
        display: inline-block;
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        margin-right: 10px;
        margin-top: 10px;
        cursor: pointer;
        transition: transform 0.3s; /* 动画过渡效果 */
    }
    .share_reddit_img:active{
        transform: scale(0.4); /* 点击时缩放效果 */
    }
}
