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

.notContent{width: 100%;display: block;text-align: center;padding: 25px;box-sizing: border-box;line-height: 1;}
.notContent i{font-size: 120px;display: block;opacity: .75;}
.notContent p{margin-top: 15px;color: #919191;}
.notContent a{color: #007bff;font-weight: bold;}

/*alipay*/
.alipay{
    text-align: center;
    max-width: 300px;
    border-radius: 0px;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
    overflow: hidden;
    margin: auto;
}
.alipay-header{
    padding: 15px 20px;
    background-color: #fff;
}
.alipay-header h5{
    margin: 0;
    font-size: 40px !important;
}
.alipay-header i{
    font-size: inherit;
    color: rgb(34, 107, 243);
    font-weight: normal;
}
.alipay-body{
    overflow: hidden;
    padding: 20px;
    background-color: rgb(34, 107, 243);
    color: white;
}
.alipay-body .amount{
    display: inline-block;
    font-size: 24px;
}
.alipay-body label{
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}
.alipay-body p{
    margin: 0;
    font-size: 16px;
    letter-spacing: 2px;
}
.alipay-body p+p{
    margin-top: 8px;
}
.alipay-body .alipay-qrcode{
    width: 180px;
    height: 180px;
    border-radius: 8px;
    background-color: white;
    margin: 15px auto;
    padding: 10px;
    box-sizing: unset;
}
.alipay-qrcode .PayQrCode{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #e7e7e7;
}
.alipay-qrcode .PayQrCode span{
    margin-top: 60px;
    color: #b9b9b9;
    display: block;
    line-height: 22px;
}
.alipay-qrcode .PayQrCode img{
    width: 100%;
    height: 100%;
}



.log-list-hide {
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    margin: 15px 0;
    color: rgba(0,0,0,0.3);
    position: relative;
    overflow: hidden;
    box-shadow: 3px 3px 9px rgb(0 0 0/10%);
}

.log-list-hide.pay {
    padding-top: 33px;
    background-color: #f7f7f7
}

.log-list-hide .hide-text {
    font-size: 15px
}

.log-list-hide .hide-tip {
    text-align: center;
    padding: 15px 0 10px;
    position: relative
}

.log-list-hide .hide-tip span:after,.log-list-hide .hide-tip span:before {
    content: "";
    position: absolute;
    width: 75px;
    border-top: 1px solid rgba(0,0,0,0.1);
    right: 110%;
    top: 49%
}

.log-list-hide .hide-tip span:after {
    left: 110%;
    right: unset
}

.log-list-hide .hide-tip span {
    font-size: 12px;
    position: relative;
    font-weight: 600
}

.log-list-hide .hide-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0
}

.log-list-hide .hide-btns a {
    margin: 0 5px
}

.showContent {
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 5px;
    border: 1px dashed #10aeff;
    color: rgba(0,0,0,0.9)
}

.showContent label {
    display: block;
    font-size: 12px;
    color: rgba(0,0,0,0.3);
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 1em;
    border-bottom: 1px solid rgb(0 0 0 / 3%);
}

.pay-view {
    background-color: #fff;
    padding: 15px;
    margin-top: 10px;
    border-radius: 8px;
    display: block
}

.pay-view .pay-type {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 15px;
    font-size: 12px;
    line-height: 16px;
    background-color: #f064c0;
    color: #fff;
    border-radius: 0 0 8px 0
}

.pay-view .pay-type i {
    font-size: inherit;
    margin-right: 3px
}

.pay-view .pay-amount {
    color: #ff6146;
    font-size: 16px;
    display: block;
    text-align: center
}

.pay-view .pay-amount i {
    font-size: 20px;
    font-weight: 500
}

.pay-view .pay-amount span {
    font-size: 50px;
    font-weight: 700;
    margin: 0 4px;
    display: inline-block;
    line-height: normal
}

.pay-view .pay-btn {
    text-align: right;
    margin-top: 15px
}

.pay-view .pay-btn a {
    width: 100%;
    padding: 4px 25px
}

.pay-view .pay-footer {
    border-top: 1px solid rgba(0,0,0,0.05);
    font-size: 12px;
    margin-top: 15px;
    padding: 12px 5px 0;
    color: rgba(0,0,0,0.3)
}

.pay_layer .layui-layer-title {
    color: #fa9d3b;
    background-color: rgba(250,157,59,0.1)
}
