
.blog_action {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap
}

.blog_action a {
    padding: 3px 18px;
    margin: 1%;
    border-radius: 18px;
    display: inline-flex;
    align-items: center
}

.blog_action a i {
    margin-right: 3px;
    font-size: 20px;
    font-weight: 400
}
.y_btn {
    padding: 5px 12px;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none !important;
}

.y_btn i {
    margin-right: 3px;
    font-size: inherit
}

.y_btn_1 {
    background-color: rgba(41,151,247,.1);
    color: #2997f7!important
}

.y_btn_2 {
    background-color: rgba(255,84,115,.1);
    color: #ff5473!important
}

.y_btn_3 {
    background-color: rgba(255,111,6,.1);
    color: #ff6f06!important
}

.y_btn_4 {
    background-color: rgba(213,72,245,.1);
    color: #e434e1!important
}

.share_btn{
    display: block;
    margin: 1.5em auto 0;
    text-align: center;
}
.share_btn span{
    border-radius: 2em;
    padding: 5px 20px;
    font-size: 1em;
    color: rgb(245 138 0);
    background-color: rgb(255 177 0 / 20%);
    display: inline-block;
    line-height: 1.6;
    cursor: pointer;
}

.share_layer {
    background-color: #f7f7f7;
    border-radius: 8px;
    overflow: hidden;
}

.share_layer .layui-layer-content {
    background-color: transparent;
}

.share_layer .share_wrap img {
    width: 100px
}

.share_box {
    width: 350px;
    overflow: hidden;
}

.share_box .share_image {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 100%;
}

.share_box .share_image>img {
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    border-radius: 0;
    z-index: 0;
}

.share_box .share_title {
    padding: 8%;
    font-size: 16px;
    font-weight: bold;
    box-sizing: border-box;
}

.share_box .share_foot {
    display: flex;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    padding-top: 0;
}

.share_box .share_foot .share_tips {
    flex: 1;
    margin-right: 15px;
}

.share_box .share_foot .share_tips p {
    margin: 10px 0;
    font-size: 13px;
}

.share_box .share_foot .shareQrcode {
    width: 100px;
    height: 100px;
}
