[data-bs-theme=dark] .popup{background: #191b1d;}
[data-bs-theme=dark] .popup-title{color: #e67f8b;}
[data-bs-theme=light]{
    --shane-accordion-color:#fff;
    --shane-accordion-btn-bg:#2f363c;
    --shane-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --shane-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
[data-bs-theme=dark]{
    --shane-accordion-color:#a1a1a8;
    --shane-accordion-btn-bg:#222529;
    --shane-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23a1a1a8'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --shane-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23a1a1a8'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
/*简码折叠美化*/
.accordion-button:not(.collapsed){color: var(--shane-accordion-color)!important;background-color: var(--shane-accordion-btn-bg)!important;}
.accordion-button{color: var(--shane-accordion-color)!important;background-color: var(--shane-accordion-btn-bg)!important;}
.accordion-button:not(.collapsed)::after{background-image: var(--shane-accordion-btn-active-icon)！}
.accordion-button::after{background-image: var(--shane-accordion-btn-icon)!important}
/*文章中超链接文字去除蓝色显示*/
.post-content a:not(.btn){color:rgba(var(--ri-link-color-rgb),var(--ri-link-opacity,1))!important}

/*评论框美化*/
.comments-list{padding-left:0px!important;}
#comments .comments-list .comment .children{margin-left: 0px!important;}
/*文章tag颜色*/
.entry-tags>a{color:#fff!important;}
.entry-tags>a:nth-child(7n){
        background-color: #ff5722;
}
.entry-tags>a:nth-child(7n+1){
        background-color: #ffb800;
}
.entry-tags>a:nth-child(7n+2){
        background-color: #16baaa;
}
.entry-tags>a:nth-child(7n+3){
        background-color: #1e9fff;
}
.entry-tags>a:nth-child(7n+4){
        background-color: #31bdec;
}
.entry-tags>a:nth-child(7n+5){
        background-color: #a233c6 ;
}
.entry-tags>a:nth-child(7n+6){
        background-color: #16b777;
}
/*评论头像鼠标悬停旋转360*/
.comment-author img{
  transition: transform 1s ease-in-out; 
  transform: rotate(0deg); 
}
.comment-author img:hover {
  transform: rotate(360deg);
}
/*文章页左侧导航*/
.Btnshane {
    margin-right: 0;
    margin-bottom: 20px;
    width: 48px;
    height: 48px;
    padding: 12px 0px 0px 0px;
    text-align: center;
    display: block;
    border-radius: 100%;
    box-shadow: 0 4px 16px 0 rgb(13 39 91 / 6%);
    background: #fff;
    color: inherit;
}
.Btnshane:hover {
    transform: translateX(1.5px);
}
.Btnshane:active {
    transform: translateY(2px);
}
.iframe-wrapper {
  width: 5%;
  z-index: 1;
  position: fixed;
  top: 160px;
  margin-left: -60px;
}
.iframe-wrapper.shane{  
    display: block;
    animation: Btnshane-in 0.5s forwards;
}
.iframe-wrapper.shane.hide {
    animation: Btnshane-out 0.5s forwards;
}
.iframe-wrapper.shane.hide.hidden {
    display: none;
}

@keyframes Btnshane-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes Btnshane-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/*公告*/
/*屏蔽原本关闭按钮*/

.btn-large,.load-all,.popup-btn,.popup-btn-o,.page-number
{
    padding:0 15px;
    line-height:40px;
    font-size:14px;
    display:inline-block;
    border-radius:10px
}
.btn-gray:hover,.more:hover,.load-all:hover,.module-tab-item:hover,.module-blocklist a:hover,.video-info-aux .tag-link:hover,.page-number:hover
{
    background:#eaedf1
}
.btn-main,.popup-btn
{
    background:#4e7cf2;
    color:#fff
}
.popup
{
    display: none; /* 默认隐藏弹出窗口 */
    box-shadow:0 .25rem .5rem rgba(0,0,0,.05),0 1.5rem 2.2rem rgba(0,0,0,.1)!important;
    padding:0 30px;
    background:#fff;
    width:400px;
    position:fixed;
    top:50%;
    left:50%;
    z-index:999999;
    transform:translate(-50%, -50%);
    margin:0 auto;
    border-radius:18px;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}
@media(max-width:746px){
    .popup{
        width: 95%;
    }
    .Btnshane{display:none;}
}
/* 弹出窗口显示时的状态 */
.popup.active {
  display: block; /* 显示弹出窗口 */
  z-index:9999999999999;
  animation: popup-in 0.5s forwards;
}
.popup.hide {
  animation: popup-out 0.1s forwards;
}

/* 定义一个名为popup-animation的动画 */
@keyframes popup-in {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes popup-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.popup::after
{
    content:'';
    height:80px;
    width:100%;
    background:#eaedf1;
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    border-radius:18px 18px 0 0
}
.popup-header
{
    line-height:40px;
    text-align:center
}
.popup-title
{
    position:relative;
    font-size:18px;
    font-weight:900;
    color:var(--ri-body-color);
    display:inline-block
}
.popup-title::after
{
    content:'';
    position:absolute;
    width:100%;
    height:30%;
    background:#fde6dd;
    border-radius:5px;
    left:0;
    bottom:5px;
    z-index:-1
}
.close-popup:hover
{
    background:#fff
}
.close-popup i
{
    transform:scale(.88);
    font-size:12px;
    color:#fff
}
.close-popup:hover i
{
    color:#ff2a14
}
.popup-icon
{
    width:100%;
    text-align:center;
    height:220px;
    margin:-60px 0 0
}
.popup-icon img
{
    height:220px
}
.popup-main
{
    padding-bottom:20px
}
.popup-main p
{
    padding:12px 0 0
}
.popup-main p a
{
    color:#ff2a14
}
.popup strong
{
    color:#ff2a14
}
.popup-footer
{
    padding:10px 0 30px;
    text-align:center
}
.popup-footer p
{
    margin-top:10px
}
.popup-btn
{
    font-weight:700;
    border-radius:50px;
    width:100%;
    cursor:pointer
}
.popup-btn-o
{
    color:#ff2a14;
    font-weight:700;
    width:50%;
    margin:5px 5px;
    cursor:pointer
}
.popup-btn-o::after
{
    border-color:#ff2a14;
    border-radius:50px
}
.popup-msg
{
    position:fixed;
    width:280px;
    z-index:9999999;
    height:auto;
    padding:30px;
    top:50%;
    left:50%;
    margin:-50px 0 0 -140px;
    text-align:center;
    color:#fff;
    background-color:rgba(7,7,10,.92);
    border-radius:10px
}
.popup-tips::after
{
    background:0 0
}
.tooltip {font-size:12px;text-align:center;line-height:1.5;position:absolute;margin-left:-10px;padding:5px;z-index:999999;opacity:.7}
.tipsy-arrow {position:absolute;width:0;height:0;line-height:0;border:6px dashed#111;top:0;left:15px;margin-left:-5px;border-bottom-style:solid;border-top:0;border-left-color:transparent;border-right-color:transparent}
.tipsy-arrow-n {border-bottom-color:#000}
.tipsy-inner {background-color:#000;color:#fff;max-width:230px;padding:5px 8px 4px 8px;text-align:center;border-radius:3px}
/*底部透明度*/
.filter-warp,.site-footer{opacity:0.9}
.search-form{border-radius: 10px!important;}
.navbar .navbar-search{top: 60px!important;}
.fuid-vip-link {
    text-align: center;
}
.fuid-vip-link img {
    width: 24px;
    display: initial;
}
.fuid-vip-link a {
    font-size: 12px;
    font-weight: 500;
    padding: 7px 20px;
    color: #A16629;
    border-radius: 30px;
    background: linear-gradient(151deg,#FEEDC2 0%, #fef1d2 100%);
    transition: all .5s cubic-bezier(.215,.61,.355,1),
    transform .5s cubic-bezier(.215,.61,.355,1),
    -webkit-box-shadow .5s cubic-bezier(.215,.61,.355,1),
    -webkit-transform .5s cubic-bezier(.215,.61,.355,1)
}
.fuid-vip-link a:hover{
	box-shadow: 0 6px 18px -6px rgb(255 199 115 / 38%);
}
@media(max-width:746px){
    .fuid-vip-link{
        display: none;
    }
}

.post-content .h2, .post-content h2{padding-bottom: 0px!important;margin: 0px!important;}

.gx::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%; /* 使小圆点圆形 */
  margin-right: 5px; /* 与文本之间的距离 */
}
 
.gx {
  padding-left: 20px; /* 文本与小圆点之间的距离 */
}

.p_top {
    text-align: center;
    background-color: #5eaefc;
    color: #fff;
    padding: 5px;
}

.int {
    max-width: 60%;
    width: 450px;
    height: 30px;
    margin-bottom: 10px;
    border: 1px solid #4bb3ea;
    font-size: 14px;
    font-family: 微软雅黑;
    font-weight: 500;
    padding-left: 10px;
}

.fk_service {
    max-height: 232px;
    position: fixed;
    right: 10px;
    top: 65%;
    /* 垂直位置 */
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #243558;
    z-index: 10000
}

.fk_service ul {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0
}

.fk_service li {
    list-style-type: none
}

.fk_service li>div {
    box-sizing: border-box;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1)
}

.fk_service_box {
    width: 40px;
    height: 40px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1)
}

.fk_service_triangle {
    top: 12px;
    right: -11px;
    position: absolute;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid #e1e6ec;
    z-index: 1010
}

.fk_service_triangle:after {
    content: "\20";
    top: -6px;
    right: 1px;
    position: absolute;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #fff;
    z-index: 1000
}

.fk_service_triangle:before {
    content: "\20";
    width: 80px;
    height: 45px;
    top: -20px;
    right: -52px;
    position: absolute;
    background: rgba(0, 0, 0, 0)
}

@keyframes fade-in {
    0% {
        opacity: .4;
        right: 82px
    }

    100% {
        opacity: 1;
        right: 62px
    }
}

.fk_service_consult {
    background: url(../../other/img/20190827-5d652476ab305.png) no-repeat -366px -16px #fff
}

.fk_service_consult:hover {
    border: 0;
    background: url(../../other/img/20190827-5d652476ab305.png) no-repeat -410px -16px #4f7cfc
}

.fk_service_consult:hover .fk_service_consult_cont {
    display: block;
    opacity: 1;
    transition: linear .2s;
    animation-name: fade-in;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-delay: 0s
}

.fk_service_consult_cont {
    width: 200px;
    min-height: 210px;
    max-height: 268px;
    border-radius: 3px;
    background: #fff;
    right: 62px;
    position: absolute;
    text-align: center;
    border: 1px solid #e1e6ec;
    display: none;
    opacity: 0
}

.fk_service_consult_cont1 {
    width: 70px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 5px;
    right: 62px;
    text-align: center;
    position: absolute;
    display: none;
    border: 1px solid #e1e6ec
}

.fk_service_consult_cont1 .fk_service_triangle:before {
    width: 0 !important
}

.fk_service_consult_cont>.fk_service_triangle:after {
    border-left: 10px solid #f6f8fb !important
}

.fk_service_consult_cont span {
    float: left
}

.fk_service_consult_cont_top {
    width: 100%;
    height: 157px;
    background: #f6f8fb;
    border-radius: 3px;
    border-bottom: 1px solid #eef2f8
}

.fk_service_hint {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #9aa8c2;
    text-align: center
}

.fk_service_hint>.fk_service_icon {
    background: url(../../other/img/20190827-5d652476ab305.png) no-repeat -460px -25px;
    width: 15px;
    height: 15px;
    margin: 13px 2px 0 18px
}

.fk_service_button {
    width: 160px;
    height: 38px;
    line-height: 38px;
    background: #4f7cfc;
    border-radius: 18px;
    text-align: center;
    color: #fff;
    margin: 5px 0 10px 20px;
    cursor: pointer
}

.fk_service_button:hover {
    background: #618aff
}

.fk_service_phone {
    width: 100%;
    height: 53px;
    line-height: 53px;
    font-size: 14px;
    text-align: center
}

.fk_service_check_site {
    width: 100%;
    height: 48px;
    line-height: 48px;
    color: #3b6bf4;
    border-top: 1px solid #eaeef5;
    cursor: pointer
}

.fk_service_check_site>.fk_service_icon {
    background: url(../../other/img/20190827-5d652476ab305.png) no-repeat -461px -75px;
    width: 20px;
    height: 20px;
    margin: 15px 2px 0 45px
}

.fk_service_feedback {
    background: url(../../other/img/20190827-5d652476ab305.png) no-repeat -363px -64px #fff
}

.fk_service_feedback:hover {
    border: 0;
    background: url(../../other/img/20190827-5d652476ab305.png) no-repeat -407px -64px #4f7cfc;
    cursor: pointer
}

.fk_service_feedback:hover .fk_service_feedback_cont {
    display: block;
    opacity: 1;
    transition: linear .2s;
    animation-name: fade-in;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-delay: 0s
}

.fk_service_feedback_cont {
    width: 200px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 5px;
    right: 62px;
    text-align: center;
    position: absolute;
    display: none;
    border: 1px solid #e1e6ec
}

.fk_service_qr {
    background: url(../../other/img/20190827-5d652476ab305.png) no-repeat -365px -113px #fff
}

.fk_service_qr:hover {
    border: 0;
    background: url(../../other/img/20190827-5d652476ab305.png) no-repeat -409px -113px #4f7cfc
}

.fk_service_qr:hover .fk_service_qr_cont {
    display: block;
    opacity: 1;
    transition: linear .2s;
    animation-name: fade-in;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-delay: 0s
}

.fk_service_qr_cont {
    width: 143px;
    height: 202px;
    border-radius: 3px;
    background: #fff;
    right: 62px;
    position: absolute;
    text-align: center;
    border: 1px solid #e1e6ec;
    background-color: #f6f8fb;
    display: none;
    opacity: 0
}

.fk_service_qr_cont>.fk_service_triangle:after {
    border-left: 10px solid #f6f8fb !important
}

.fk_service_qr_cont>.fk_service_qrimg {
    width: 100%;
    height: 164px;
    float: left
}

.fk_service_qrimg_site {
    width: 119px;
    height: 119px;
    float: left;
    margin: 12px 12px 5px 12px;
    background: url(../../other/img/20190827-5d652476ab305.png) no-repeat -41px -26px
}

.fk_service_qrimg_hd {
    width: 119px;
    height: 119px;
    float: left;
    margin: 12px 12px 5px 12px;
    background: url(../../other/img/20190827-5d652476ab305.png) no-repeat -198px -26px
}

.fk_service_qrimg_wxast {
    width: 119px;
    height: 119px;
    float: left;
    margin: 12px 12px 5px 12px;
    background: url(../other/image/fk_service.png?v=201905151200) no-repeat -198px -328px
}

.fk_service_qrimg_flyer {
    width: 119px;
    height: 119px;
    float: left;
    margin: 12px 12px 5px 12px;
    background: url(../../other/img/20190827-5d652476ab305.png) no-repeat -41px -177px
}

.fk_service_qrimg_wxapp {
    width: 119px;
    height: 119px;
    float: left;
    margin: 12px 12px 5px 12px;
    background: url(../../other/img/20190827-5d652476ab305.png) no-repeat -198px -177px
}

.fk_service_qrimg_fkmall {
    width: 119px;
    height: 119px;
    float: left;
    margin: 12px 12px 5px 12px;
    background: url(../../other/img/20190827-5d652476ab305.png) no-repeat -41px -326px
}

.fk_service_qr_cont>.fk_service_qrtext {
    width: 100%;
    height: 35px;
    font-size: 12px;
    color: #7b89a6;
    background-color: #fff;
    float: left;
    bottom: 0;
    display: table
}

.fk_service_qr_cont>.fk_service_qrtext>span {
    display: table-cell;
    vertical-align: middle
}

.fk_service_upward {
    display: none;
    background: url(../../other/img/20190827-5d652476ab305.png) no-repeat -363px -159px #fff
}

.fk_service_upward:hover {
    border: 0;
    background: url(../../other/img/20190827-5d652476ab305.png) no-repeat -407px -159px #4f7cfc;
    cursor: pointer
}

.fk_service_upward:hover .fk_service_upward_cont {
    display: block;
    opacity: 1;
    transition: linear .2s;
    animation-name: fade-in;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-delay: 0s
}

.fk_service_upward_cont {
    width: 84px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    background: #fff;
    right: 62px;
    position: absolute;
    text-align: center;
    border: 1px solid #e1e6ec;
    display: none;
    opacity: 0
}

.fk_service_upward_cont span {
    font-size: 14px
}

/* ----------------------------------------------------------------------- */
/* 新增图标-> 开始*/
.fk_service_jk {
    /* 前景图标 */
    background: url(../../img/20191218-c9feba3074fcf.png) no-repeat center center #fff;
    background-size: 40%40%;
}

.fk_service_jk:hover {
    border: 0;
    /* 鼠标悬浮图标 */
    background: url(../../img/20191218-9e8acd5341cdc.png) no-repeat center center #4f7cfc;
    background-size: 40%40%;
    cursor: pointer
}

.fk_service_jk:hover .fk_service_jk_cont {
    display: block;
    opacity: 1;
    transition: linear .2s;
    animation-name: fade-in;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-delay: 0s
}

.fk_service_jk_cont {
    width: 200px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 5px;
    right: 62px;
    text-align: center;
    position: absolute;
    display: none;
    border: 1px solid #e1e6ec
}

/* 新增图标->zmki 结束*/
/* 新增图标->zmki 开始*/
.fk_service_ws {
    background: url(../../img/20191218-61b4baac98ee7.png) no-repeat center center #fff;
    background-size: 50%50%;
}

.fk_service_ws:hover {
    border: 0;
    background: url(../../img/20191218-8ded04c01bb3c.png) no-repeat center center #4f7cfc;
    background-size: 50%50%;
    cursor: pointer
}

.fk_service_ws:hover .fk_service_ws_cont {
    display: block;
    opacity: 1;
    transition: linear .2s;
    animation-name: fade-in;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-delay: 0s
}

.fk_service_ws_cont {
    width: 200px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 5px;
    right: 62px;
    text-align: center;
    position: absolute;
    display: none;
    border: 1px solid #e1e6ec
}

/* 新增图标->zmki 结束*/
/* 闪电 新增图标->zmki 开始*/
.fk_service_sd {
    background: url(../../img/20191218-94664bd399372.png) no-repeat center center #fff;
    background-size: 50%50%;
}

.fk_service_sd:hover {
    border: 0;
    background: url(../../img/20191218-fab840acee28b.png) no-repeat center center #4f7cfc;
    background-size: 50%50%;
    cursor: pointer
}

.fk_service_sd:hover .fk_service_sd_cont {
    display: block;
    opacity: 1;
    transition: linear .2s;
    animation-name: fade-in;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-delay: 0s
}

.fk_service_sd_cont {
    width: 200px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 5px;
    right: 62px;
    text-align: center;
    position: absolute;
    display: none;
    border: 1px solid #e1e6ec
}

/*闪电 新增图标->zmki 结束*/
/* 导航 新增图标->zmki 开始*/
.fk_service_dh {
    background: url(../../other/img/20191218-711bcdc875f32.png) no-repeat center center #fff;
    background-size: 60%60%;
}

.fk_service_dh:hover {
    border: 0;
    background: url(../../other/img/20191218-8d9cf4c72a239.png) no-repeat center center #4f7cfc;
    background-size: 60%60%;
    cursor: pointer
}

.fk_service_dh:hover .fk_service_dh_cont {
    display: block;
    opacity: 1;
    transition: linear .2s;
    animation-name: fade-in;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-delay: 0s
}

.fk_service_dh_cont {
    width: 200px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 5px;
    right: 62px;
    text-align: center;
    position: absolute;
    display: none;
    border: 1px solid #e1e6ec
}

/*导航 新增图标->zmki 结束*/
/* 爱心 新增图标->zmki 开始*/
.fk_service_ax {
    background: url(../../other/img/20191218-bf1792e790a39.png) no-repeat center center #fff;
    background-size: 40%40%;
}

.fk_service_ax:hover {
    border: 0;
    background: url(../../other/img/20191218-f379809ce7aef.png) no-repeat center center #4f7cfc;
    background-size: 40%40%;
    cursor: pointer
}

.fk_service_ax:hover .fk_service_ax_cont {
    display: block;
    opacity: 1;
    transition: linear .2s;
    animation-name: fade-in;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-delay: 0s
}

.fk_service_ax_cont {
    width: 200px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 5px;
    right: 62px;
    text-align: center;
    position: absolute;
    display: none;
    border: 1px solid #e1e6ec
}

/*爱心 新增图标->zmki 结束*/
/* 点赞 新增图标->zmki 开始*/
.fk_service_dz {
    background: url(../../other/img/20191218-3d077e8df0bf0.png) no-repeat center center #fff;
    background-size: 50%50%;
}

.fk_service_dz:hover {
    border: 0;
    background: url(../../other/img/20191218-986a9393f3e9e.png) no-repeat center center #4f7cfc;
    background-size: 50%50%;
    cursor: pointer
}

.fk_service_dz:hover .fk_service_dz_cont {
    display: block;
    opacity: 1;
    transition: linear .2s;
    animation-name: fade-in;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-delay: 0s
}

.fk_service_dz_cont {
    width: 200px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 5px;
    right: 62px;
    text-align: center;
    position: absolute;
    display: none;
    border: 1px solid #e1e6ec
}

/*点赞 新增图标->zmki 结束*/
/* 手机端自动隐藏 开始 */
@media screen and (max-width: 1221px) {
    .wapnone {
        display:none;
    }
}
/* 手机端自动隐藏 结束 */

/*############################################*/
img {border-width: 0px;}
.pos-f {
    position: relative;
}
.left-100 {
    width: 100%;
    height: 100%;
}
.blur {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}
.tr3 {
    transition: all .3s;
}

#donateBox {
    /*left: calc(50% - 111px);
    top: calc(50% - 15px);*/
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    height: 30px;
    float: left;
    /*z-index: 1;*/
}
#donateBox li {
    width: 74px;
    float: left;
    text-align: center;
    border-left: 1px solid #ddd;
    background: no-repeat center center;
    background-color: rgba(204, 217, 220,0.1);
    background-size: 45px;
    transition: all .3s;
    cursor: pointer;
    overflow: hidden;
    line-height: 600px;
    height: 28px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.5;
}
#donateBox li:hover {
    background-color: rgba(204, 217, 220,0.3);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}
#donateBox>li:first-child {
    border-width: 0;
}
#donateBox a {
    display: block;
}

#donateBox>#QQ {
    background-image: url(../img/qqpay.svg);
}

#donateBox #AliPay {
    background-image: url(../img/alipay.svg);
}
#donateBox #WeChat {
    background-image: url(../img/wxpay.svg);
}
#QRBox {
    top: 0;
    right: 50px;
    z-index: 1;
    bottom: 100px;
    /*background-color: rgba(255,255,255,0.3);*/
    display: none;
   perspective: 400px;
    -webkit-touch-callout: none;
}
#MainBox {
    cursor: pointer;
    position: absolute;
    text-align: center;
    width: 200px;
    height: 200px;
    left: calc(50% - 100px);
    top: calc(50% - 180px);
    background: #fff no-repeat center center;
    background-size: 190px;
    border-radius: 6px;
    box-shadow: 0px 2px 7px rgba(0,0,0,0.3);
    opacity: 0;
    transition: all 1s ease-in-out;
    transform-style: preserve-3d;
    transform-origin: center center;
    overflow: hidden;
    -webkit-touch-callout: none;
}
#btc-key {
    opacity: 0;
    width: 2px;
    height: 8px;
    overflow: hidden;
    left: -2px;
    top: -8px;
}

[data-footnote] {
    position: relative;
    overflow: hidden;
}
[data-footnote]:hover {
    overflow: visible;
}
[data-footnote]::before, [data-footnote]::after {
    position: absolute;
    transition: all .3s;
    transform: translate3d(-50%,0,0);
    opacity: 0;
    left: 37px;
    z-index: 10;
}
[data-footnote]::before {
    content: attr(data-footnote);
    border-radius: 6px;
    background-color: rgba(100,100,100,0.8);
    color: #fff;
    height: 24px;
    line-height: 24px;
    padding: 0 6px;
    font-size: 12px;
    white-space: nowrap;
    top: -24px;
    left: 37px;
}
[data-footnote]::after {
    content: '';
    border: 5px solid #333;
    border-color: rgba(100,100,100,0.8) transparent transparent transparent;
    top: 0;
    left: 37px;
}
[data-footnote]:hover::before,[data-footnote]:hover::after {
    opacity: 1;
}
[data-footnote]:hover::before,[data-footnote]:hover::after {
    transform: translate3d(-50%,-7px,0);
}

#MainBox.showQR {
    opacity: 1;
    animation-name:showQR;
    animation-duration:3s;
    animation-timing-function:ease-in-out;
    animation-iteration-count:1;
    animation-fill-mode:forwards;
    -webkit-animation:showQR 3s ease-in-out 0s 1 normal forwards;
    -webkit-touch-callout: none;
}
@keyframes showQR {
    from {
        transform: rotateX(90deg);
    }
    8% {
        opacity: 1;
        transform: rotateX(-60deg);
    }
    18% {
        opacity: 1;
        transform: rotateX(40deg);
    }
    34% {
        opacity: 1;
        transform: rotateX(-28deg);
    }
    44% {
        opacity: 1;
        transform: rotateX(18deg);
    }
    58% {
        opacity: 1;
        transform: rotateX(-12deg);
    }
    72% {
        opacity: 1;
        transform: rotateX(9deg);
    }
    88% {
        opacity: 1;
        transform: rotateX(-5deg);
    }
    96% {
        opacity: 1;
        transform: rotateX(2deg);
    }
    to {
        opacity: 1;
    }
}
#MainBox.hideQR {
    opacity: 1;
    animation-name:hideQR;
    animation-duration:0.5s;
    animation-timing-function:ease-in-out;
    animation-iteration-count:1;
    animation-fill-mode:forwards;
    -webkit-animation:hideQR 0.5s ease-in-out 0s 1 normal forwards;
}
@keyframes hideQR {
    from {
    }
    20%,50% {
        transform: scale(1.08,1.08);
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: rotateZ(40deg) scale(0.6,0.6);
    }
}
.bigad{height:180px!important}
.wenziad{height:85px!important}
@media (max-width: 545px) {
    .bigad,.smallad{height:100px!important}
    .wenziad{height:145px!important}
}
@media (min-width: 575px) and (max-width: 767px) {
    .bigad,.smallad{height:100px!important}
    .wenziad{height:145px!important}
}
/*列表三个小圆点*/
.float-rightse {
float: left;
position: absolute;
top: 10px;
}
.title-iconse {
height: 10px;
width: 10px;
background: #fd4b4b;
padding: 0px;
display: inline-block;
border-radius: 50%;
line-height: 0;
position: relative;
-webkit-transition: ease-in-out 0.25s!important;
transition: ease-in-out 0.25s!important;
margin: 0 10px;
}
.title-iconse:before {
content: '';
height: 10px;
width: 10px;
background: #ffd12a;
border-radius: 50%;
margin-left: 15px;
position: absolute;
display: block;
-webkit-transition: ease-in-out 0.25s!important;
transition: ease-in-out 0.25s!important;
}
.title-iconse:after {
content: '';
height: 10px;
width: 10px;
background: #79f52a;
border-radius: 50%;
margin-left: 30px;
position: absolute;
display: block;
-webkit-transition: ease-in-out 0.25s!important;
transition: ease-in-out 0.25s!important;
}

/*鼠标悬停列表*/
buttonshane {
  position: relative;
  padding: 5px 25px;
  background: #FEC195;
  font-size: 17px;
  font-weight: 500;
  color: #181818;
  border: 3px solid #FEC195;
  border-radius: 8px;
  box-shadow: 0 0 0 #fec1958c;
  transition: all .3s ease-in-out;
}

buttonshane:hover {
  background: transparent;
  color: #FEC195;
  box-shadow: 0 0 25px #fec1958c;
}

.fil0 {
  fill: #FFFDEF
}
.overlay {  
    position: absolute;  
    top: 0;  
    left: 0;  
    width: 100%;  
    height: 100%;  
    background: rgb(0 0 0 / 80%); /* 黑色遮罩，可以根据需要修改 */  
    display: flex;  
    align-items: center;  
    justify-content: center;  
    opacity: 0; /* 初始状态为隐藏 */  
    transition: opacity 0.3s ease; /* 添加过渡效果 */  
}  
.media-img:hover .overlay {  
    opacity: 1; /* 鼠标悬停时显示 */  
}
.ri-down-warp .down-buy-warp .prices-desc{
    background-color: #16b777!important;
}
.ri-down-warp .down-buy-warp .prices-desc:after{
    border-color: #16b777 transparent transparent transparent!important;
}