.yy_card_share_btn{
    display: block;
    margin: 1.5em auto 0;
    text-align: center;
}
.yy_card_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;
}

.yy_card_share_layer {
    background-color: var(--BG-3);
    border-radius: 8px;
    overflow: hidden;
}

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

.yy_card_share_layer .yy_card_share_wrap img {
    width: 100px
}

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

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

.yy_card_share_box .yy_card_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;
}

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

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

.yy_card_share_box .yy_card_share_foot .yy_card_share_tips {
    flex: 1;
    margin-right: 15px;
}

.yy_card_share_box .yy_card_share_foot .yy_card_share_tips p {
    margin: 10px 0;
    font-size: 13px;
}

.yy_card_share_box .yy_card_share_foot .yy_card_shareQrcode {
    width: 100px;
    height: 100px;
}
