   html body, body h1,body h2,body h3,body h4,body h5,body h6 {
  	font-family:"PingFang SC","Microsoft YaHei","Helvetica","arial";
 
  }
body address,body dd,body h1,body h2,body h3,body h4,body h5,body h6,body hr,body ol,body p,body pre,body table{
   margin:0px;
}
#masthead .rg-icon-wrap{
height:inherit !important;
}
.rg-more-button .far{
   margin-top:11px;
}
   #learndash-page-content .forminator-module-edit-link{
	display:none;
}
.elementor-author-box__bio{
 word-break:break-all;
}
#block-member{
 display:none;
}
#masthead .container{
  max-width: 1200px;
  padding: 0px;
}
body .version-two .primary-menu>li{
  padding:25px 4px !important;
}
#reported-content{
 display:none;
}
#content-report{
   display:none;
}
.logged-in-as{
  display:none;
}
#scrollUp{
 display:none !important;
}
#comments #submit{
  margin-top:10px;
}
#noty_layout__topRight{
   display:none;

}
 .rw-table-content{
  background:#FCFCFA;
  border-radius: 8px;
  width: 280px;
  padding: 24px;

}

.rw-table-content-word{
  color:#314049;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.rw-table-content-h2 {
  padding:0px 8px;
  font-size:14px;
  color:#314049;
  line-height:22px;
}

.rw-table-content-h2.actived{
 color:#0099F2;
}
.site-branding a img{
max-width:120px;
}

.elementor-menu-anchor{
    display: block;
    position: relative;
    top: -30vh;
    visibility: hidden;

}


/* 隐藏编辑页侧边栏 */
.elementor-editor-active #secondary{
  display:none;
}

.page a{
  color:inherit;
}

.media-modal{
  width:85% !important;
}

.single-post .content-wrapper ol,.single-post .content-wrapper ul,#page .rw-post-content ol,#page .rw-post-content ul{
    margin-left: 18px;
    margin-top: 12px;
}

.single-post .content-wrapper h2,#page .rw-post-content h2{
  font-size:22px;
  line-height:40px;
  font-weight:500;
}
.single-post .content-wrapper a,.rw-post-content a{
  color:#0099F2;
}
#page .rw-post-content a{
     text-decoration: underline;
}
#page .rw-post-content section a{
    text-decoration: none;
}

.single-post .content-wrapper h3, .rw-post-content h3{
  font-size:20px;
  line-height:36px;
  font-weight:500;
}

.single-post .content-wrapper h4, .rw-post-content h4{
  font-size:18px;
  line-height:32px;
  font-weight:500;
}

.single-post .content-wrapper p,body .rw-post-content p{
  font-size:17px !important;
  line-height:32px  !important;
  font-weight:400;
  margin-bottom:20px;
}
.single-post .content-wrapper b,.single-post .content-wrapper strong,.rw-post-content b, .rw-post-content strong{
 color:#1E2132;
}

.single-post .elementor-image img,, .rw-post-content .elementor-image img{
  border-radius:10px;
  box-shadow:0px 8px 32px 0px rgb(64 84 179/8%);
}

.single-post .content-wrapper blockquote p, .rw-post-content  blockquote p {
  font-size:15px;
  line-height:24px;
  padding-left:40px;
  padding-right:40px;
}

.single-post .content-wrapper blockquote cite, .rw-post-content blockquote cite{
  font-size:17px;
  line-height:24px;
  font-weight:500;
  padding-left:40px;
  padding-right:40px;
  padding-bottom:20px;
}

.single-post .content-wrapper li, .rw-post-content li{
  font-size:17px;
  line-height:30px;
  font-weight:400;
}

.single-post .content-wrapper figcaption,, .rw-post-content figcaption{
  font-size:15px;
  line-height:24px;
  font-weight:400;
}

.single-post .content-wrapper .elementor-widget-container{
  border-style:none;
}

body .elementor-popup-modal .dialog-widget-content{
    width:auto;
}

.post-author-thumb{
   display:inline-block;
   width:24px;
   height:27px;
   cursor:pointer;
   background: url(https://runwise.oss-accelerate.aliyuncs.com/svg/thumb_not_actived.svg) no-repeat 0 0;
   transform:scale(0.9);
}
.post-author-thumb:hover{
       background: url(https://runwise.oss-accelerate.aliyuncs.com/svg/thumb_hover.svg) no-repeat 0 0;
}
.post-author-thumb.icon-click{
        background: url(https://runwise.oss-accelerate.aliyuncs.com/svg/thumb_click.svg) no-repeat 0 0;  
}

.rw-post-list{
  max-width: 1200px;
   margin: auto;
  display:flex;
/*      padding-left: 20px;
    padding-right: 20px;*/
}
.rw-post-list-wrap{
    display: grid;
    margin: auto;
    max-width: 1200px;
    grid-template-columns: repeat(4,1fr);
    grid-row-gap: 24px;
    grid-column-gap: 24px;

}
.rw-article-post{
  padding:16px;
  background:#fff;
  border-radius: 8px;
}
.rw-article-post:hover{
  box-shadow:0px 0px 24px 0px rgba(0,0,0,0.08);

}
.rw-article-post:hover .article-post-thumbnail{
     transform: scale(1.1);

   transition: all 0.3s;
}
.article-post-title{
  overflow: hidden;
  color: #344752;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding-top:16px;
  padding-bottom: 12px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 65px;
  display: -webkit-box;
  margin-bottom:12px;
}
.article-post-author-name{
  color: #67737A;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-left:34px;
  padding-right:8px;
  max-width: 144px;
  overflow: hidden;
  white-space: nowrap;
}
.article-post-author-name:hover{
 color:#0099F2;
}
.rw-article-post .article-post-thumbnail{
  border-radius: 4px;
  border: 1px solid  #EEE;
    height: 160px;
    width: 100%;
object-fit: cover;
}
.report .rw-article-post .article-post-thumbnail{
  height:360px;
}
.rw-article-post .article-post-view{
  color: #C5CCD1;
  font-size: 14px;
  padding-left:8px;
  font-weight: 400;
  line-height: 20px; 
}
.rw-article-post .article-post-tag{
  background:#0099F2;
  border-radius:4px;
  padding: 4px 8px;
  color:#fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  position:absolute;
  top: 10px;
  left: 10px;
  z-index:20;
}
.article-post-thumbnail-div{
  position:relative;
  overflow:hidden;
  border-radius: 4px;
}

.rw-article-post .article-post-point{
  color: #C5CCD1;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
}
.rw-article-post .article-post-author-line{
 display:inline-flex;
 position:relative;
 width:100%;
}

.rw-article-post .article-post-author-thumb{
  width: 24px;
  height: 24px;
  border-radius:50%; 
  position: absolute;
  top: -1px;
}
.rw-article-post:hover .article-post-overlay{
  opacity:1;
}
.article-post-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75); /* 黑色蒙版，透明度为0.5 */
  opacity: 0; /* 初始设置蒙版为透明 */
  transition: opacity 0.2s ease; /* 添加过渡效果 */	
  z-index:21;
  border-radius:4px;
}
.rw-article-post:hover .overlay-icon{
  opacity:1;
  width:40px;
  height:40px; 
}
.rw-article-post:hover .overlay-icon-webinar{
  opacity:1;
  width:64px;
  height:64px;
}
.login-form-line{
    margin-top:30px;
}

.login-hint{
    margin:0 auto;
    font-size:12px;
    color:#D0021B;
    width:286px;
    text-align:right;
}

 .inputgroup {
        position:relative;
        display: inline-block;
        height: 42px;
        line-height: 30px;
        vertical-align: middle;
  }

  .inputgroup .innericon {
        position: absolute;
        top: 18px;
        left: 16px;
        z-index: 2;
        display: block;
        text-align: center;
        pointer-events: none;
   }
    .innericon:before {
        display: inline-block;
        width: 13px;
        height: 18px;
        margin-right: 5px;
        content: "";
        background-size: 100%;
    }

.emailicon:before {
    background: url(https://runwise.oss-accelerate.aliyuncs.com/svg/reg_email.svg) no-repeat 0 0;
    background-size: 100%;
}
.passwordicon:before{
    background: url(https://runwise.oss-accelerate.aliyuncs.com/svg/reg_password.svg) no-repeat 0 0;
    background-size: 100%;
}

.password_display_on:before{
    background: url(https://runwise.oss-accelerate.aliyuncs.com/svg/reg_eye_on.svg) no-repeat 0 0;
    background-size: 100%;
}
  .slider-title{
   font-size:25px;
   font-weight:300;
   margin:0 0 12px 0;
   color: #fff;
 }

.slider-title-right{
    font-weight: 700;

}

  .slider-word{
   width:450px;
   margin:auto;
   font-size:14px;
   padding-top: 12px;
   color:#fff;
 }




   .inner-right-icon{
        position: absolute;
        top: 18px;
        right: 6px;
        z-index: 2;
        display: block;
        cursor:pointer;
        text-align: center;
   }
   .inner-right-icon:before {
        display: inline-block;
        width: 18px;
        height: 18px;
        margin-right: 5px;
        content: "";
        background-size: 100%;
   }
.password_display_off:before{
    background: url(https://runwise.oss-accelerate.aliyuncs.com/svg/reg_eye_off.svg) no-repeat 0 0;
    background-size: 100%;
}
.newlogin-reg-line1{
   color:#fff;
   font-size: 28px;
   font-weight: 500;
   line-height: 40px;
}

.newlogin-reg-line2{
   color:#fff;
   font-size: 16px;
   font-weight: 500;
   line-height: 24px;
   width:86%;
}
.rslides_tabs li {
    padding-right: 18px;
    display: inline;
}

body .rslides_here a{
    background: rgb(255,255,255,1);
    width: 16px;
    height: 16px;
    margin-bottom: -2px;
}
.rslides_tabs{
    margin-top: 20px;
    padding-left: 151px;

}

.rslides_tabs a {
    text-indent: -9999px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: rgb(255,255,255,0.3);
    display: inline-block;
    -webkit-box-shadow: inset 0 0 2px 0 rgb(0 0 0 / 30%);
    -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
    box-shadow: inset 0 0 2px 0 rgb(0 0 0 / 30%);
    width: 10px;
    height: 10px;
}



.newlogin-reg-decoration{
    width: 414px;
    padding-bottom: 36px;
}


.newlogin-container  .login-form-field{
        width: 286px;
        height: 53px;
        border-radius: 6px;
        border: 1.2px solid #CFCFCF;
        line-height: 30px;
        padding: 3px 40px 3px 40px;
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  }

.newlogin-forget-me{
   position: relative;
   right: -71px;
   font-size:16px;
}
.newlogin-remember-me{
   position: relative;
   left: -61px;
   font-size:16px;
}

.newlogin-remember-line{
  padding-top:40px;
}

.newlogin-final-line{
  display:none;
}
.newlogin-right-mob-container{
 display:none;
}


.newlogin-no-acct-mob{
  display:none;
}


.newlogin-container{
  border-radius: 24px;
  background:#fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  position: fixed;
  z-index: 9999;
  width: 1074px;
  background: #0099F2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display:none;
}

.newlogin-leftcontainer{
  border-radius: 24px;
  width:607px;
  display:inline-flex;
  flex-direction:column;
  float:left;
  padding-top: 72px;
  padding-left: 80px;
  padding-bottom:10px;
}
.newlogin-h1{
  color: #FFF;
  font-size: 36px;
  font-weight: 500;
  line-height: normal; 
}
.newlogin-has-acct{
  padding-top:20px;
}

.newlogin-span{
 font-size:15px;
 color: #FFF;
 padding-top:10px;
 width: 433px;
}
.newlogin-no-acct{
 font-size:28px;
 font-weight:500;
 line-height:64px;
 display: inline-flex;
 color:#fff;
 margin-right: 104px;
}
.newlogin-decoration{
  margin-top: -44px;
  width:370px;
  margin-bottom:-56px;
}

.newlogin-reg-left{
 display: inline-flex;
 font-size:16px;
 width: 172px;
 height: 61px;
 padding: 9px 24px;
 justify-content: center;
 align-items: center;
 gap: 8px;
 border-radius: 40px;
 border: 1.5px solid var(--text-white, #FFF);
 background:#0099F2;
  color:#fff;
}
.newlogin-reg-left:hover,.newlogin-reg-left:focus{
 background:#FFF;
 color:#0099F2;
}
.newlogin-login-btm-line{
  cursor:pointer;
}

.newlogin-remember-checkbox{
 position: relative;
 left:-71px;
 scale:1.22;
}

.newlogin-logo img{
    width: 31%;
    padding-top: 25px;
}

.newlogin-rightcontainer{
  border-radius: 24px;
  background: #FFF;
  width:467px;
  display:inline-flex;
  flex-direction:column;
  padding:50px; 
  height:654px;
  text-align:center;
}
.newlogin-close-svg{
  position: absolute;
  top: 13px;
  right: 20px;
  cursor:pointer;
}
.newlogin-login-word{
  color:#314049;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 29px;
}
.theme-color{
  color:#0099F2;
}
.newlogin-container .theme-color{
  color:#0099F2;
}
.newlogin-final-line{
 display:block;
 margin-top: 50px;
 margin-bottom: 43px;
}


.newlogin-login-footer{
  font-size: 14px;
  color:#67737A;
  font-weight: 400;
  line-height: 20px;
}
.newlogin-login-now{
  font-size:16px;
  border-radius: 40px;
  width: 172px;
  height: 61px;
  padding: 9px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: var(--primary-blue-nor, #0099F2);
  margin: auto;
}
.newlogin-login-now:hover{
 background:#008BDB;
}
.newlogin-overlay{
    display:none;
    position: fixed;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 9998;
    left: 0px;
    top: 0px;
    opacity: 0.6;
}

.overlay-icon-webinar:hover{
  background:url('https://runwise.oss-cn-beijing.aliyuncs.com/svg/icon_list_player_hover.svg') no-repeat;

}

.overlay-icon-webinar{
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  transition:all 0.3s ease;
  transform: translate(-50%, -50%); /* 将图标水平垂直居中 */
  z-index:25;
  opacity:0;
  background:url('https://runwise.oss-cn-beijing.aliyuncs.com/svg/icon_list_player_default.svg') no-repeat;
}

.icon_list_video_player{
  width:40px;
  height:40px;
  position: absolute;
  bottom: -9px;
  right: -2px;
  z-index:17;
  opacity:1;
  background:url('https://runwise.oss-cn-beijing.aliyuncs.com/svg/icon_list_video_player.svg') no-repeat;

}


.overlay-icon{
  position: absolute;
  top: 50%;
  left: 50%;
  width:24px;
  height:24px;
  transition:all 0.3s ease;
  transform: translate(-50%, -50%); /* 将图标水平垂直居中 */
  z-index:25;
  opacity:0;
}
.rw-article-post .article-post-collect{
  width: 20px;
  height: 20px;
  background:url('https://runwise.oss-cn-beijing.aliyuncs.com/svg/icon_collection_default.svg') no-repeat;
  position: absolute;
  background-size: contain;
  cursor:pointer;
  right:0px;
}
.rw-article-post .article-post-collect:hover{
  background:url('https://runwise.oss-cn-beijing.aliyuncs.com/svg/icon_collection_hover.svg') no-repeat;
  background-size: contain;
}
.rw-article-post .article-post-collect.article-post-collect-actived{
  background:url('https://runwise.oss-cn-beijing.aliyuncs.com/svg/icon_collection_actived.svg') no-repeat;
  background-size: contain;
}
.post-author-thumb-num{
    display:inline-block;
    color:#B2C3E6;
    font-size:17px;
    margin-left:29px;
    margin-top:3px;
}
.post-author-thumb:hover + .post-author-thumb-num{
   color:#0099F2;
}
.post-author-thumb.icon-click + .post-author-thumb-num{
   color:#0099F2;
}


.post-author-favorite{
   display:inline-block;
   width:24px;
   height:27px;
   cursor:pointer;
   background: url(https://runwise.oss-accelerate.aliyuncs.com/svg/favorite_not_actived.svg) no-repeat 0 0;
   transform:scale(0.9);
}
.post-author-favorite:hover{
   background: url(https://runwise.oss-accelerate.aliyuncs.com/svg/favorite_hover.svg) no-repeat 0 0;
}
.post-author-favorite.icon-click{
   background: url(https://runwise.oss-accelerate.aliyuncs.com/svg/favorite_click.svg) no-repeat 0 0;
}

.post-author-favorite-num{
    display:inline-block;
    color:#B2C3E6;
    font-size:17px;
    margin-left:29px;
    margin-top:3px;
}
.post-author-favorite:hover + .post-author-favorite-num{
   color:#0099F2;
}
.post-author-favorite.icon-click + .post-author-favorite-num{
   color:#0099F2;
}







.post-comment-svg{
    width:22px;
    padding-bottom:3px;
    cursor:pointer;
}
.comments-count{
      color:#B2C3E6 !important;
    font-size:17px;
    margin-left:5px;
}

body .subscribe-btn{
  width: 80px;
  height: 35px;
  border-radius: 75px 75px 75px 75px;
  opacity: 1;
  border: 2px solid #FE496A;
  background-color:transparent;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: #FE496A;
  padding-top:7px;
  text-align:center;
}
.single-webinar #reply-title{
  color :#FFFFFF;
}
.comment-form-comment label{
  display:none;
}
.single-webinar #respond .comment-form-comment textarea{
    background: #222B2F;
    border:1px solid #3E4143;
    color:#FFFFFF;
}
.single-webinar #respond .comment-form-comment textarea::-webkit-input-placeholder{
    color:#FFFFFF !important;
}
.single-webinar #respond .comment-form-comment textarea:-moz-placeholder{
    color:#FFFFFF !important;
}
.single-webinar #respond .comment-form-comment textarea::-moz-placeholder{
    color:#FFFFFF !important;
}
.single-webinar #respond .comment-form-comment textarea:-ms-input-placeholder{
    color:#FFFFFF !important;
}


body .unsubscribe{
color: #627E8E !important;
background: #FFFFFF !important;
border: 2px solid #627E8E !important;
}

body .subscribe-btn:hover{
 color:#fff !important;
 background:#FE496A !important;
border:2px solid #FE496A !important;
}

/*创作者中心*/
.bblpro-form-wrapper #postimagediv {
  background: #fafbfd !important;
  border-radius: 8px !important;
  min-height:240px !important;
}

.bp-nouveau .bp-vertical-navs .rg-nouveau-sidebar-menu{
 display:none !important;
}
#item-body #item-header{
 display:none;
}
.bp-nouveau #buddypress.bp-vertical-navs #item-body .wb-grid{
 margin-top: 15px;
}
.bbl-edit-section h3{
    font-size: 18px;
    line-height: 18px;
}
.bbl-field-description{
   text-align:center;
}
/*
 * 右上角浮窗
 * */
#right-corner-div{
  background: #FFFFFF;
  width:400px;
  height:240px;
  position:fixed;
  left:calc(50% + 290px);
  top:78px;
  z-index:999;
  text-align:left;
  padding:24px;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding-top:0px;
}

.right-corner-svg{
  position: relative;
  bottom: 17px;
  left: 165px;
}
.right-corner-title{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #21292E;
  padding-top: 7px;
  padding-bottom: 7px;
}
.right-corner-line{
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #21292E;
  margin-top:10px;
}
.right-corner-line-word{
  position: relative;
  bottom: 12px;
    margin-right: 40px;
    margin-left: 6px;
}
.right-corner-line-word2{
  position: relative;
  bottom: 12px;
    margin-right: 0px;
    margin-left: 6px;
}

#right-corner-div button{
  width: 352px;
  height: 40px;
  background: #0099F2;
  border-radius: 4px;
  color:#FFF;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top:11px;
}

#rw-float-msg{
  position:fixed;
  width:500px;
  display:block;
  z-index:600;
  height:257px;
  right:4px;
  bottom:24px;
  margin:25px;
  background:#fff;
  border-radius: 10px 10px 10px 10px;
  box-shadow:0px 10px 35px 0px rgb(16 47 65 / 15%);
}
#rw-float-msg .rw-float-close{
 position:absolute;
 top:12px;
 right:12px;
 cursor:pointer;
}
.post-related-fixed{
  display:none !important;
}
#rw-float-msg .rw-float-title{
 font-size: 18px;
 font-weight:600;
  color:#28303f;
}

#rw-float-msg .rw-select-checkbox{
    -webkit-appearance: none;
    outline: none;
    height: 20px;
    width: 20px;
    border: 0px solid black;
    color: black;
    background: url(https://runwise.oss-accelerate.aliyuncs.com/svg/reg_not_selected.svg) no-repeat 0 0;
    background-size: 100%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left:15px;
    margin-right:6px;
}
#rw-float-msg .rw-select-checkbox:checked{
    background: url(https://runwise.oss-accelerate.aliyuncs.com/svg/reg_selected.svg) no-repeat 0 0;
   background-size: 100%;

}


.rw-float-desc{
 color:#627E8E;
 font-size: 14px;
}

.rw-selectbox{
  width:100%;
  margin-top:14px;
}
.rw-select-span{
    position: relative;
    text-align: left;
    cursor: pointer;
    display: inline-block;
    color: #CFCFCF;
    font-size: 15px;
    width:440px;
    padding: 7px 0px 7px 22px;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #ccc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rw-select-ul{
  margin:0;
  width:440px;
  margin-top:-8px;
  border:1px solid #ccc;
  border-top:none;
  background:#fff;
  height:133px;
  overflow:scroll; 
  display:none;
}

.rw-visible{
  display: block;
}

.rw-select-wrap{
 height:50px;
 z-index:10;
}
.rw-select-text{
  width:440px;
}
.rw-select-span::after{
   content:"";
   position: absolute;
   width:23px;
   height:23px;
   top:10px;
   right:11px;
   background: url(https://runwise.oss-accelerate.aliyuncs.com/svg/caret-down.svg) no-repeat 0 0;
   background-size: 100%;
}
.changed .rw-select-span::after{
   content:"";
   position: absolute;
   width:23px;
   height:23px;
   top:10px;
   right:11px;
   background: url(https://runwise.oss-accelerate.aliyuncs.com/svg/caret-up.svg) no-repeat 0 0;
   background-size: 100%;
}


.rw-select-li-checkbox{
  padding:5px 10px 5px 0px;
  font-size:14px;
  text-align:left;
  cursor:pointer;
  background:#fff;
  position:relative;	
}
.rw-select-li-checkbox:hover{
   background: #ccc; 
}

.rw-float-msg-bg{
    background: url(https://runwise.oss-accelerate.aliyuncs.com/image/sub_pic_bg.png) no-repeat 0 0 !important; 
    background-size:100% !important;
}

.rw-select-li{
  font-size:14px;
  text-align:left;
  padding:5px 10px 5px 18px;
  cursor:pointer;
  background:#fff;
  position:relative;

}
.rw-select-li:hover{
   background: #ccc;
}
#rw-sub-title{
    height: 50px;
    font-size: 22px;
    color: #FFFFFF;
    border-radius: 10px 10px 0px 0px;
    padding: 29px 0px 46px 26px;
}
#rw-sub-line1{
  padding:17px 0px 12px 28px;
  font-size:18px;
}
#rw-sub-line2{
  padding-left:28px;
  font-size:14px;
  margin-bottom:10px;
}
.rw-sub-wrap{
  border: 1px solid #EEEEEE;
  margin-left: 30px;
  border-radius: 8px;
  margin-right: 35px;
  padding: 4px;
  height:50px;
}
.rw-sub-wrap-success{
background: #b1efd338;
    color: #00BF73;
    line-height: 39px;
    text-align: center;
    border: 1px solid #00BF73;
}
.rw-sub-wrap-success:hover{
    border: 1px solid #00BF73 !important;
}
.rw-sub-input{
  height:40px;
  border:none !important;
  width:270px;
}
.rw-sub-wrap:hover{
    border: 1px solid #0099F2;
}
.rw-sub-submit{
    color: #fff;
    background: #0099F2;
    margin-left: 4px;
    border: 1px solid #0099f2;
    height: 40px;
    display: inline;
    border-radius: 4px;
    float: right;
}
.rw-sub-submit:hover{
  background:#008BDB;
    border: 1px solid #008BDB;
}
.rw-sub-submit:active{
  background:#008BDB;
    border: 1px solid #008BDB;
}
.rw-sub-submit:focus{
  background:#008BDB;
    border: 1px solid #008BDB;
}
.reg-error-hint{
  font-size:12px;
  color:#F53F3F;
  padding-top:10px;
}
.rw-light-green{
 color:#B1EFD3;
}
#rw-float-fill{
  margin-top:10px;
  font-size: 12px;
  font-weight: 300;
  color: #627E8E;
  line-height: 14px;
  text-align:center;
}
.rw-float-submit{
  margin-top:23px;
  color:#FF7A00;
  background:#fff;
  width:435px;
  margin-left:4px;
  border:1px solid #FF7A00;
  height:42px;
}
.rw-float-submit:hover{
  background:#FF7A00;
  color:#fff;
  border:1px solid #FF7A00;
}

.rw-float-submit:focus{
  background:#FF7A00;
  color:#fff;
  border:1px solid #FF7A00;
}
.rw-float-login-btn{
   padding:0px;
   width:320px !important;
   margin-left:22px;
   margin-top:14px;
   background: #0099F2;
   border-radius: 4px;
   height: 36px;
   font-size:15px;
   border:none;
   font-weight:400;
   line-height:23px;
   color:#fff;
}

.rw-float-login-btn:hover{
   background: #008BDB;
}




.rw-float-login-bg{
/*  background:url(https://runwise.oss-accelerate.aliyuncs.com/image/pic_bg_leadlogin_down.png) no-repeat 0 0 !important; */
 height:336px !important;
  width:360px !important;
  background-size:100% !important;
}
#rw-float-login-line1{
  margin-top:19px;
  margin-left:23px;
  font-size:18px;
  color:#344752;
   font-weight:600;
}

#rw-float-login-line2{
  margin-top:11px;
  margin-left:23px;
  margin-right:21px;
  font-size:13px;
  font-weight:400;
  color:#67737A;
}

.rw-select-b-span{
    color:#FF7A00;
}
#rw-hint-span{
  color:#FF7A00;
}
.rw-float-result{
  text-align:center;
  margin-top:32px;

}
.rw-float-success-word{
  text-align:center;
  margin-top:10px;
  font-size:24px;
  font-weight:600;
}
.rw-table-content{
  background:#FCFCFA;
  border-radius: 8px;
  width: 280px;
  padding: 24px;

}

.rw-table-content-word{
  color:#314049;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.rw-table-content-icon{
    font-size: 8px;
    margin-top: 3px;
    position: absolute;
    top: 5px;
    left:-16px;
    color:#C5CCD1;
}

.rw-table-content-h2 {
  padding:8px 0px;
  font-size:14px;
  display: block;
  color:#314049 !important;
  line-height:22px;
  position:relative;
}
.rw-table-content-link{
  margin-left: 16px;
  margin-top: 15px;

}
.rw-table-content-h2 a{
     color: #314049 !important;
    border-radius: 0;
      text-decoration: none !important;

}
.rw-table-content .rw-table-content-link  .table-selected a{
       color: #0099F2 !important;
}
.rw-table-content .rw-table-content-link  .table-selected .rw-table-content-icon{
        color: #0099F2 !important;
}

.rw-table-content-h2.actived{
 color:#0099F2;
}

.interact{
  display:inline-flex;
  width: 100%;
  text-align: center;
  min-width:280px;
}
.interact-section{
  width:25%;
  margin-right:2px;
  background:#FCFCFA;
  padding-top:8px;
  padding-bottom:8px;
  cursor:pointer;
  display:grid;
  border-radius:8px;
}
.interact-section svg{
  margin:auto;
  height:24px;
}
.interact-section:hover{
  color:#0099F2; 
}
.interact-like-act{
  display:none;
}
.icon-click  .interact-like-act{
    display:block;
}
.icon-click .interact-like-nor{
    display:none;
}

.interact-collection-act{
  display:none;
}

.icon-click .interact-collection-act{
    display:block;
}

.icon-click .interact-collection-nor{
    display:none;
}

.interact-span{
 font-size: 11px;
 font-weight: 400;
 line-height: 12px; 
 color:#67737A;
}
.interact-section:hover .interact-span{
    color:#0099F2;  
}
.icon-click .interact-span{
    color:#0099F2;
}

.new-fixed-share-qrcode{
  position:absolute;
  top:63px;
  display:none;
  border-radius: 8px;
  background:#FCFCFA;
  padding: 8px 7px 8px 8px;
  z-index:999;
  min-width:120px;
}
.interact-share{
  position: relative;
}


.interact-share-span{
  color:#67737A;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
}

.interact-like:hover svg path{
  fill:#0099F2;
}
.interact-collection:hover svg path{
  stroke:#0099F2;
}
.interact-comment:hover svg path{
  fill:#0099F2;
}
.interact-share:hover svg path{
  stroke:#0099F2;
}

.interact-span{
  margin-top:4px;
}
.rw-community-container{
  padding: 24px;
  width:280px;
  background:#FCFCFA;
  border-radius:8px;
   
}
.rw-community-head{
  color:#314049;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 8px;
}
.rw-community-line{
  display:inline-flex;
  width:100%;
  padding:16px 0px;
  position:relative;
}
.rw-community-icon{
  width:24px;
  height:24px !important;
}

.rw-community-group{
  color:#314049;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding-left:8px;
  margin-top:1px;
}

.rw-community-join-btn{
  color:#0099F2;
  border:1px solid #0099F2 !important; 
  background:#fff;
  position:relative;
  right:-40px;
  margin-top: -2px; 
  padding:0px;
  font-size: 12px;
  height:28px;
  width:48px;
}

.rw-community-join-btn:hover{
  color:#fff;
  background:#0099F2;   
  border:1px solid #0099F2 !important;
}
.rw-community-join-btn:hover + .rw-community-float{
  display:block;
} 

.rw-community-float{
  border-radius: 8px;
  background:#0099F2;
  position:absolute;
  top: 14px;
  display:none;
  right: 78px;
  z-index:999;
  width: 120px;
  text-align: center;
  padding:8px;
  float: right;
}

.rw-community-container .rw-community-wrap  .rw-community-qr-code{
  width:104px;
  height:104px;
  border-radius: 4px;
}

.rw-community-scan-word{
  color:#fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  text-align:center;
  padding-top:8px;
}


body .elementor-popup-modal .dialog-message{
   padding : 0px;
}
#rw_readmorelogin_placeholder a{
    display: inline-block;
    width:auto;
}


#learndash-page-content .ld-content-action {
margin-left:auto;
margin-right:auto;
margin-bottom:240px;
}
 #learndash-page-content .ld-content-action .learndash_mark_complete_button {
    width: 197px;
    display: inline-block;
    background: url(https://runwise.oss-accelerate.aliyuncs.com/svg/rw_learndash_checked.svg) no-repeat 15px 13px;
    background-size:20px;
    padding:15px 8px 15px 26px;
    background-color:#00a2e8;
}

.subnav_box .subnav_div .subnav_hot{
    color:#f3705a;
    font-weight:700;
}
.subnav_mob_box .subnav_mob_div .subnav_hot{
    color:#f3705a;
    font-weight:700;
}



 .rw-icon-flame{
        width: 16px;
        height: 16px;
        position:absolute;
        top:0px;
        left:7px;
        background-image: url( https://runwise.oss-accelerate.aliyuncs.com/svg/icon-flame.svg);
    }

#learndash-page-content .ld-content-action .learndash_mark_complete_button:before {
		content:"\F058";
}

.float-right-side{
  position:fixed;
  right:0;
  top:50%;
  z-index:500;
  margin-right:8px;
  transform:translate(0%, -50%);
}

.float-right-hover{
  position:absolute;
  z-index:99999;
  top:-15px;
  display:none;
  right: 90px;
  width: 200px;
  background:#FCFCFA;
  border-radius: 8px;
  box-shadow: 0px 4px 32px 0px rgba(0, 30, 48, 0.05);
}
.float-right-block{
  margin-bottom:4px;
  position:relative;
}
.float-telephone-head{
  text-align:center;
  color:#FE496A;
  font-size:24px;
  line-height:24px;
  font-weight:700;
  padding-top:36px;
  padding-bottom:8px;
}
.float-telephone-desc{
  text-align:center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  color:#67737A;
  padding-bottom:36px;
}

.consulting-qrcode-head{
  text-align:center;
  color:#314049;
  font-size:18px;
  padding-top:16px;
  padding-bottom:4px;
  font-weight:600;
}
.consulting-qrcode-desc{
  text-align:center;
  font-size:12px;
  color:#67737A;
  padding-bottom:33px;
}
.float-right-icon{
  cursor:pointer;
  width:80px;
  height:80px;
  text-align:center;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
  background:#FCFCFA;
   transition: 0.3s;

}
.float-right-icon:hover{
  background: #FE496A;
  color: #FFF;
}
.float-right-icon:hover .float-right-word{
  color: #FFF;
}

.float-right-icon:hover .float-right-icon-img  path{
  fill:#fff;
}

.float-right-word{
  font-size: 12px;
  margin-top: 8px;
  line-height: 16px;
  color: #FE496A;
}
.float-right-icon-img{
  margin-top:5px auto 0px auto;
}
.consulting-img{
  width: 144px;
  margin: auto;
  padding-top:30px;
}
.pcHide{
  display:none !important;
}

@media (min-width:1001px) {
  body.page #content{
/*   padding-top:118px; */
    padding-top:82px;

  }

/* 临时banner */

.reign-sticky-topbar .site-content{
   padding-top:0px !important;

}
#content{
   padding-top:0px !important;
}

.interact-share:hover .new-fixed-share-qrcode{
  display:block;
}


 .subnav_box{
   display:block !important;
   margin-top:72px;
   z-index:99;
   width:100%;
   position:fixed;
   text-align:center;
   background-color:#EFF4F8;
   padding-top:9px;
   padding-bottom:9px;
   font-size:14px;
 }
 .subnav_mob_box{
   display:none;
 }

 .subnav_box .subnav_div{
   display:inline-block;
   margin-right:0px;
   margin-left:0px;
   position:relative;
 }
 .subnav_box .subnav_div:hover::after{
   height:3px;
   width:100%;
   left:0;
   bottom:-9px;
   position:absolute;
   content:"";
   background-color:#0099F2;
   z-index:2;
 }
 .subnav_box .subnav_div_a {
   color:#6A6A6A;
   padding-right:28px;
   padding-left:28px;
   display:inline-block;
   width:100%;
   height:100%;
 }
  .subnav_box .subnav_flame:hover::after{
   background-color:#f3705a !important;
 }

 .subnav_box .subnav_div_a:hover{
   color:#0099F2;
 }
 .subnav_box .subnav_div .subnav_hot:hover{
   color:#f3705a;
 }
}



@media (max-width:1000px) {
 .pcHide{
  display:block;
}

/*elementor bug*/
.elementor-widget-n-accordion .e-n-accordion-item-title-icon span>svg{
  width:20px !important;
}

#chatbase-bubble-button{
  bottom:6rem !important;

}
 body.page #content{
 /* padding-top:136px;*/
   padding-top:86px;
 }


.single-post .content-wrapper h2,#page .rw-post-content h2{
	line-height:36px;
}

.single-post .content-wrapper h3,#page .rw-post-content h3{
	line-height:32px;
}

.single-post .content-wrapper h3,#page .rw-post-content h4{
	line-height:28px;
}


.float-right-side{
  display:none;
}
.newlogin-mob-logo{
  width: 236px;
  margin-top: -50px;
}

.newlogin-right-mob-span{
  color:#fff; 
}
.mobileHide{
   display:none; 
}

.newlogin-right-mob-container{
  display:block;
  background:#0099F2;
  border-radius:24px 24px 0px 0px;
  height:296px;
}
.newlogin-mob-decoration{
  width:200px;
  display: block;
  margin: auto;
}
.newlogin-right-mob-span{
  padding-top:30px;
}

.newlogin-container{
   left:inherit;
   width: 100%;
   bottom: 0;
   right: inherit;
   transform: inherit;
   top: 10%;
}

@media(max-height: 700px) {
  .newlogin-container {
    top: 0%;
  }
}


.newlogin-leftcontainer{
  display:none;
}
.newlogin-rightcontainer{
  width:100%;
  height:100%;
  border-radius: 24px 24px 0px 0px;
  padding:0px;
}

.newlogin-login-word{
  font-size:24px;
}
.newlogin-login-now{
  height: 50px;
}
.newlogin-remember-line{
  padding-top:20px;
}

.newlogin-no-acct-mob{
  padding-top: 12px;
}




.rw-post-list-wrap{
grid-template-columns:repeat(2,1fr);
 padding:20px;
}
#right-corner-div{
  opacity:0;
}
#rw-float-msg{
  display:none !important;
}
 .single-post  blockquote p{
   padding-left:0px;
   padding-right:0px;
 }
 .single-post  blockquote cite{
   padding-left:0px;
   padding-right:0px;
 }
 .subnav_box{
  display:none;
 }
 .subnav_mob_nav{
   text-align:center;
   width:100%;
   background: #EFF4F8;
 }
 .entry-meta .post-comment-svg{
    display:none;
 }
 .entry-meta .comments-count{
    display:none;
 }
 .entry-meta .post-author-thumb{
    display:none;
 }
  .entry-meta .post-author-thumb-num{
   display:none;
 }
 .entry-meta .subscribe-btn{
   position:absolute; 
   right:0px;
 }
 .subnav_mob_box{
   display:block !important;
   position: fixed;
   font-size:14px; 
   width: 100%;
   height: 70px;
   margin-top:72px;
   scrollbar-width: none;
   box-sizing: border-box;
   overflow-y: hidden;
   overflow-x: scroll;
   white-space: nowrap;
   z-index:500;
   text-align:left;
   line-height:50px;
   -ms-overflow-style: none; /* IE and Edge */
   scrollbar-width: none; /* Firefox */
 }
 .subnav_mob_box::-webkit-scrollbar {
   display:none;
   width: 0;
 }
 .subnav_mob_box .subnav_mob_div{
   height: 100%;
   padding-left: 10px;
   padding-right: 10px;
   box-sizing: border-box;
   display:inline-block;
   position:relative;
 }
 .subnav_mob_box .subnav_mob_div:hover::after{
   height:3px;
   width:100%;
   left:0;
   bottom:-1px;
   position:absolute;
   content:"";
   background-color:#0099F2;
   z-index:15;
 }
 .subnav_mob_box .subnav_flame:hover::after{
   background-color:#f3705a !important;
}
 .subnav_mob_box .subnav_mob_div_a{
   color:#6A6A6A;
   display:inline-block;
   width:100%;
   height:100%;
 }
 .subnav_mob_box .subnav_mob_div_a:hover{
   color:#0099F2;
 }
 .subnav_mob_box  .subnav_mob_div .subnav_hot:hover{
   color:#f3705a;
 }
  .rw-icon-flame{
        top:16px;
	left:-9px;  
  }
}

@media(max-width:700px){
 .subnav_mob_nav{
  width:fit-content;
  padding-left:25px;
 }

.rw-post-list-wrap{
grid-template-columns:repeat(1,1fr);
 padding:0px;
}
}

  #content .uael-post__arrow-inside .uael-post-grid .slick-next{
       display:none !important;	
   }
   body .single-post .entry-content p{
	font-size:16px;
   }
    .single #primary .entry-img{
        padding-top : 52.56%;
   }

   .learndash .form-submit #submit{
        color:#fff !important;
   }
	
   #wp-admin-bar-wp-rocket{
        display:none;
   }
   
   .elementor-custom-embed-play i:before{
        color:#FE496A;
   }
   .right-recommend-subscript{
	margin-top:-23px;

   }	 
   .right-recommend-img{
	margin-top:-13.5px;
	width:40px;
	position:relative;
	display:inline-flex;
    }
   
    body .learndash-single-course-header{
  padding-top:112px;
   }

    .right-recommend-word{
	position:relative;
	display:inline-flex;
    	width: 74px;
	height: 24px;
	padding-left:7px;
	background: #353535;
	border-radius: 0px 10px 0px 0px;
	opacity: 0.9;
        top:-2px;
    }	
    .right-recommend-word-read{
	font-size: 12px;
        font-weight: 400;
        line-height: 17px;
        color:#fff;
	 align-self: center;

    }	

    .rw-icon-hot {
        width: 46px;
        height: 21px;
        background-image: url( https://runwise.oss-accelerate.aliyuncs.com/svg/icon-hot.svg);
    }
	
    .rw-icon-arrow-r {
        width: 15px;
        height: 15px;
        background-image: url( https://runwise.oss-accelerate.aliyuncs.com/svg/icon-arrow-r.svg);
    }			
	
    .post-related-fixed{
      display:none !important;
    }

    .post-related-fixed em,i,h2 {
        font-style:normal
    }
    .post-related-fixed a:hover{
	color:#007CFF
    }
    .post-related-fixed div {
        margin:0;
        padding:0
    }
    .post-related-fixed .btn-orange-light {
        background:rgba(255,140,52,0.1);
        color:#ff6000
    }
    .post-related-fixed .thumb {
        display:block;
        background-repeat:no-repeat;
        background-position:center;
        background-size:cover;
        width:100%;
        height:0
    }
    .post-related-fixed .items{
        display:block;
        float:none;
        zoom:1
    }
    .post-related-fixed .post-related-fixed .items:after {
        content:" ";
        display:block;
        font-size:0;
        height:0;
        clear:left;
        visibility:hidden
    }
    .post-related-fixed .btn {
        -webkit-transition:all .2s;
        transition:all .2s;
        cursor:pointer;
        display:inline-block;
        outline:none;
        border:none;
        text-align:center
        border-radius: 0.21428571em;
        line-height: 2.4;
        white-space: nowrap;
        border: 1px solid transparent;
    }
    .post-related-fixed  .item {
        float:left;
        box-sizing:border-box
    }
    .post-related-fixed  .item .item-wrap,.post-related-fixed  .group-item .item-images .img-item .item-wrap {
        display:block
    }

    /*.item .item-thumb,.group-item .item-images .img-item .item-thumb {*/
    /*    width:100%;*/
    /*    overflow:hidden;*/
    /*    display:block;*/
    /*    -webkit-transform:rotate(0deg);*/
    /*    -ms-transform:rotate(0deg);*/
    /*    transform:rotate(0deg)*/
    /*}*/
    .post-related-fixed {
        background-color:#fff;
        -webkit-backdrop-filter:blur(20px);
        backdrop-filter:blur(20px);
        box-shadow:0 -10px 36px 0 rgba(0,0,0,0.03);
        position:fixed;
        left:0;
        right:0;
        visibility:hidden;
        opacity:0;
        -webkit-transition:all .2s;
        transition:all .2s;
        bottom:-100%;
        font-size:14px;
        display:none
    }

    @supports (((-webkit-backdrop-filter:blur(20px)) or (backdrop-filter:blur(20px))) or (-webkit-backdrop-filter:blur(20px))) {
    .post-related-fixed {
        background-color:rgba(255,255,255,0.8);
        -webkit-backdrop-filter:blur(20px);
        backdrop-filter:blur(20px)
    }
    }.post-related-fixed {
        visibility:visible;
        opacity:1;
        -webkit-transition:all .2s;
        transition:all .2s;
        bottom:0;
        z-index:10
    }
    .post-related-fixed .b-wrap {
        position:relative;
        padding-left:3em
    }
    .post-related-fixed .b-title {
        position:absolute;
        left:0;
        top:0;
        bottom:0;
        font-size:inherit;
        padding:21px 26px 4px 10px;
	width:1.14285714em
    }
    .post-related-fixed .b-title2 {
        position:absolute;
        left:39px;
        top:49px;
        width:15px;
	
    }
    .post-related-fixed .b-title .title {
        color:#999999;
        font-size:16px;
        font-weight:normal;
        line-height:1.225em
    }
    .post-related-fixed .main {
        position:relative;
        padding:1.57142857em 8.57142857em 1.57142857em 5.57142857em;
        overflow:hidden
    }
    .post-related-fixed .items{
        margin:0 -2em
    }
    .post-related-fixed .item{
        width:100%;
        padding:0 2em
    }
    .post-related-fixed .item-wrap {
        position:relative;
        padding-left:10.07142857em;
        color:#323232;
        overflow:hidden;
        -webkit-transform:rotate(0deg);
        -ms-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    .post-related-fixed .item-wrap:hover .thumb {
        -webkit-transform:scale(1.1);
        -ms-transform:scale(1.1);
        transform:scale(1.1)
    }
    .post-related-fixed .item-thumb {
        position:absolute;
        left:0;
        top:0;
        width:8.57142857em;
        border-radius:.5em;
        overflow:hidden;
        -webkit-transform:rotate(0);
        -ms-transform:rotate(0);
        transform:rotate(0)
    }
    .post-related-fixed .item-thumb .thumb {
        -webkit-transition:all .2s;
        transition:all .2s;
        padding-top:63.33333333%
    }
    .post-related-fixed .item-title {
        font-size:inherit;
        line-height:1.42857143em;
        height:2.85714286em;
        overflow:hidden;
        margin-bottom:1em;
        font-weight:normal
    }
    .post-related-fixed .item-meta {
        font-size:85.71428571%;
        line-height:1.83333333em;
        font-weight:normal;
        color:#8a8a8a;
        white-space:nowrap;
    	margin:0px;
	padding:0px;
    }
    .post-related-fixed .item-meta .btn {
        padding:0.41666667em;
        line-height:inherit;
        margin-right:1.25em;
        vertical-align:top;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .post-related-fixed .item-meta .meta-item {
        vertical-align:top;
        display:inline-block;
        white-space:nowrap;
        text-overflow:ellipsis;
        width:10em;
        overflow:hidden
    }

.fixed-share img{
        border-radius:50%;
	width:50px;
}

    @media (min-width:1000px) {
        .uael-post__columns-4 .uael-post-wrapper{
          padding-right:20px;
        }
        .post-related-fixed {
        display:none
        }
        .post-related-fixed .item {
            width:50%;
            padding:0 2em
        }
        .post-related-fixed .item:nth-child(3),.post-related-fixed .item:nth-child(4),.post-related-fixed .group-item .item-images .img-item:nth-child(3),.post-related-fixed .group-item .item-images .img-item:nth-child(4) {
            display:none
        }
    }
    @media (min-width:1330px) {
        .post-related-fixed .item {
            width:33.33333333%
        }
        .post-related-fixed .item:nth-child(3) {
            display:block
        }
    }@media (min-width:1680px) {
        .post-related-fixed .item{
            width: 25%
        }
        .post-related-fixed .item:nth-child(4), .post-related-fixed .group-item .item-images .img-item:nth-child(4) {
            display: block
        }
    }

  .fixed-share {
            display:none;
        }

        @media (min-width:1000px) {
             .fixed-share-top-word{
		text-align:center;
		font-size:14px;
		color:#9A9A9A;
    		margin-bottom:20px; 
             }
	     .fixed-share-num-div{
		position: absolute;
		right:-25px;
		width:89%;
		top:-8px;
		text-align:center;
		height: 22px;
		background: #62848E;
		border-radius: 14px 14px 14px 14px;
		opacity: 1;
		font-size: 14px;
                color: #FFFFFF;
                font-weight: 800;
		z-index:20;
	     }
	     

	     .fixed-right-num{
		font-size: 11px;
		font-weight: 800;
		color: #FFFFFF;
		margin:auto;
		line-height: 22px;
	     }
		
	     .fixed-share {
        	bottom:-8%;
	        display:block;
                position: fixed;
                z-index: 999;
                left: 3%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
		opacity:0;
	
            }

            .fixed-share-icon-wrapper {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                font-size: 1.5rem;
                cursor: pointer;
                position: relative;
                color: #000;
		margin-bottom:10px;
            }

            .fixed-share-icon-wrapper .fixed-share-hint-span {
                display:none;
                width: 156px;
		box-shadow: 0px 10px 20px 1px rgba(0, 71, 112, 0.15);
                position: absolute;
                top: 50%;
		height:38px;
                transform:translateY(-50%);
                left: 4.5rem;
                font-stretch: normal;
                font-style: normal;
                line-height:normal;
                letter-spacing:normal;
                font-size:16px;
                line-height:38px;
                color:#333333;
		border-radius: 10px 10px 10px 10px;
		opacity: 1;
		padding-left:14px;
		background-color:#ffffff;
            }
	    
            .fixed-share-hint-span:before {
		content: "";
		position: absolute;
 		top: -webkit-calc(100% - 24px); /*may require prefix for old browser support*/
  		top: calc(100% - 24px); /*i.e. half the height*/
  		left: -4px;
  		height: 10px;
  		width: 10px;
  		background: #ffffff;
  		transform: rotate(45deg);
  		border-bottom:inherit;
  		border-right:inherit;
  		box-shadow:inherit;

	    }

	    .fixed-share .fixed-share-icon-wrapper  .fixed-share-hint-span-blue{
		color:#0099F2;
		width:102px;
            }
            .fixed-share-icon-wrapper .fixed-share-qrcode {
             	box-shadow: 0px 10px 20px 1px rgba(0, 71, 112, 0.15);
		border-radius: 10px 10px 10px 10px;
		position: absolute;
            	z-index:50;
	        top: -143px;
                left: 83px;
                width: 200px;
                height: 250px;
                background-color: #fff;
                /*display: flex;*/
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

            .fixed-share-icon{
                height:58px;
	        background-size:contain;
		display:block;
		transform:scale(0.9);
            }

	   .fixed-share-subscribe-wrap{
	      margin-bottom:30px;
	   }
	   .fixed-share-subscribe{
	     top:41px;
	     left:3px;
	     background:#F62349;
	     height:19px;
	     border-radius:14px;
	     line-height:19px;
	     font-size:12px;
	   }
	   .fixed-share-subscribe:hover{
		background:#FE496A;
           }
           .fixed-share-subscribe.flag-subscribed{
	     background:#ccc;
	   }
	
            .thumb-circle-icon{
                background:url(https://runwise.oss-cn-beijing.aliyuncs.com/svg/thumb_circle.svg) no-repeat;
		width:58px; 
	   }
	    .thumb-circle-icon:hover{
                background:url(https://runwise.oss-cn-beijing.aliyuncs.com/svg/thumb_circle_hover.svg) no-repeat;
            }
	    .thumb-circle-icon.icon-click{
	        background:url(https://runwise.oss-cn-beijing.aliyuncs.com/svg/thumb_circle_click.svg) no-repeat;
	    }

	    .favorite-circle-icon{
                background:url(https://runwise.oss-cn-beijing.aliyuncs.com/svg/favorite_circle.svg) no-repeat;
                width:58px;
            }
            .favorite-circle-icon:hover{
                background:url(https://runwise.oss-cn-beijing.aliyuncs.com/svg/favorite_circle_hover.svg) no-repeat;
            }
            .favorite-circle-icon.icon-click{
                background:url(https://runwise.oss-cn-beijing.aliyuncs.com/svg/favorite_circle_click.svg) no-repeat;
            }

	
	
	    .share-circle-icon{
	       background:url(https://runwise.oss-cn-beijing.aliyuncs.com/svg/share_circle.svg) no-repeat;
                width:58px;
	    }
	    .share-circle-icon:hover{
               background:url(https://runwise.oss-cn-beijing.aliyuncs.com/svg/share_circle_hover.svg) no-repeat;
	    }
            .comment-circle-icon{
               background:url(https://runwise.oss-cn-beijing.aliyuncs.com/svg/comment_circle.svg) no-repeat;
                width:58px;
            }
	    .comment-circle-icon:hover{
               background:url(https://runwise.oss-cn-beijing.aliyuncs.com/svg/comment_circle_hover.svg) no-repeat;
            }


            .fixed-share-icon:hover .fixed-share-qrcode{
                display:flex;
            }
            .fixed-share-icon:hover .fixed-share-hint-span{
                display:flex;
            }
            .fixed-share-qrcode {
                display:none;
            }
            #fixed-share-qrcode-img{
	    	margin-bottom: 5px;
	    }

            .fixed-share-wechat-wrapper .fixed-share-qrcode > span {
                font-size: .95rem;
		line-height: 1.25rem;
                color: #777;
            }
        }


 
