#blog-news p {
    margin-bottom:16px;
}
#sidebar_c3,#profile_block, #blogTitle, #sidebar_news .catListTitle, #footer, #ad_c1, #ad_c2, #ad_t2, #author_profile, #comment_nav, #comment_pager_top, #green_channel, #homepage_top_pager, #lnkBlogLogo, #under_post_kb, #under_post_news, .blogStats, .c_ad_block, .dayTitle, .navbar, .under-comment-nav, .under-post-card {
    display: none;
}
#sidebar_c3 {
    display: none !important;
}
.postTitle, .entrylistPosttitle, .feedback_area_title {
    border-bottom: 1px solid #ddd;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 10px;
}
#topics .postTitle {
    border: 0;
    font-size: 300%;
    font-weight: bold;
    float: left;
    line-height: 1.5;
    width: 100%;
    padding-left: 0px;
}
#profile_block {
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    padding: 12px 0;
}

.comment_textarea {
    width: 100%;
}
.postTitle #cb_post_title_url:hover {
    color: #06c;
}
#sideBar {
    top: 60px;
    left: 0;
    border-right: 1px solid #ccc;
    border-left: none;
    padding: 0 30px 20px 15px;
}

#mainContent {
    margin-left: 340px;
    margin-right:0;
    max-width: 1200px;
}
@media screen and (max-width: 767px) {
    #mainContent {
        margin-left: 0;
    }
}

.postBody {
    font-size: 15px;
}
#cnblogs_post_body table, .blogpost-body table {
    width: 100%;
}
#cnblogs_ch {
    display:none;
}
#sidebar_news_content {
    margin-top:0;
}
.mt-4{
    margin-top: 24px;
}


div#page_end_html {
    border-top: 1px solid #ddd;
    padding: 20px;
    margin-top: 30px;
}
ul.footer-links {
    text-align: center;
}
.footer-links li {
    display: inline;
    text-align: center;
}
.footer-links li a {
    padding: 6px;
}

.newsItem p a.button-54 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  border: 3px solid;
  padding: 0.25em 0.5em;
  box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.newsItem p a.button-54:active {
  box-shadow: 0px 0px 0px 0px;
  top: 5px;
  left: 5px;
}

@media (min-width: 768px) {
  .newsItem p a.button-54 {
    padding: 0.25em 0.75em;
  }
}

.button-56 {
  align-items: center;
  background-color: #fee6e3;
  border: 2px solid #111;
  border-radius: 8px;
  box-sizing: border-box;
  color: #111;
  cursor: pointer;
  display: flex;
  font-family: Inter,sans-serif;
  font-size: 16px;
  height: 48px;
  justify-content: center;
  line-height: 24px;
  max-width: 100%;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-56:after {
  background-color: #111;
  border-radius: 8px;
  content: "";
  display: block;
  height: 48px;
  left: 0;
  width: 100%;
  position: absolute;
  top: -2px;
  transform: translate(8px, 8px);
  transition: transform .2s ease-out;
  z-index: -1;
}

.button-56:hover:after {
  transform: translate(0, 0);
}

.button-56:active {
  background-color: #ffdeda;
  outline: 0;
}

.button-56:hover {
  outline: 0;
}

@media (min-width: 768px) {
  .button-56 {
    padding: 0 40px;
  }
}

.button-52 {
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 1px;
  padding: 13px 20px 13px;
  outline: 0;
  border: 1px solid black;
  cursor: pointer;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-52:after {
  content: "";
  background-color: #ffe54c;
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 7px;
  left: 7px;
  transition: 0.2s;
}

.button-52:hover:after {
  top: 0px;
  left: 0px;
}

@media (min-width: 768px) {
  .button-52 {
    padding: 13px 50px 13px;
  }
}

/* CSS */
.button-78 {
  align-items: center;
  appearance: none;
  background-clip: padding-box;
  background-color: initial;
  background-image: none;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  flex-direction: row;
  flex-shrink: 0;
  font-family: Eina01,sans-serif;
  font-size: 16px;
  font-weight: 800;
  justify-content: center;
  line-height: 24px;
  margin: 0;
  min-height: 64px;
  outline: none;
  overflow: visible;
  padding: 19px 26px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  width: auto;
  word-break: keep-all;
  z-index: 0;
}

@media (min-width: 768px) {
  .button-78 {
    padding: 19px 32px;
  }
}

.button-78:before,
.button-78:after {
  border-radius: 80px;
}

.button-78:before {
  background-image: linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.button-78:after {
  background-color: initial;
  background-image: linear-gradient(#070538 0, #040404 100%);
  bottom: 4px;
  content: "";
  display: block;
  left: 4px;
  overflow: hidden;
  position: absolute;
  right: 4px;
  top: 4px;
  transition: all 100ms ease-out;
  z-index: -1;
}

.button-78:hover:not(:disabled):before {
  background: linear-gradient(92.83deg, rgb(255, 116, 38) 0%, rgb(249, 58, 19) 100%);
}

.button-78:hover:not(:disabled):after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transition-timing-function: ease-in;
  opacity: 0;
}

.button-78:active:not(:disabled) {
  color: #ccc;
}

.button-78:active:not(:disabled):before {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
}

.button-78:active:not(:disabled):after {
  background-image: linear-gradient(#541a0f 0, #0c0d0d 100%);
  bottom: 4px;
  left: 4px;
  right: 4px;
  top: 4px;
}

.button-78:disabled {
  cursor: default;
  opacity: .24;
}

.newsItem p a.button-56:link, .newsItem p a.button-56:visited {
  color: #000;
  max-width: 90%;
  background-color: #fff000;
}

.start-now {
    background-color:#070538;
	  text-align:center;
	  padding:24px 36px;
    margin-top: 30px;
	  color:#fff;
    border-radius: 12px;
}
.start-now .sn-titile {
    font-size:30px;
	  font-weight:bold;
    line-height: 1.4;
}
.start-now .sn-desc {
    font-size:14px;
}
.start-now .sn-btn {
    text-decoration:none;
	  max-width:300px;
	  margin: 0 auto;
    color: #fff;
}

#cnblogs_post_body a.cnblogs-shopify-cta{
  display:flex !important;
  width:100% !important;
  box-sizing:border-box !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:16px !important;

  padding:12px 26px !important;
  min-height:48px !important;
  border-radius:999px !important;

  background:#eaf7eb !important;
  color:#222 !important;

  font-size:14px !important;
  line-height:1.5 !important;
  font-weight:600 !important;

  text-decoration:none !important;
  border-bottom:0 !important;

  box-shadow:0 1px 0 rgba(0,0,0,.01) !important;

  transition:
    box-shadow .25s ease,
    filter .25s ease,
    color .25s ease !important;

  overflow:hidden !important;
}

/* hover：不再移动按钮本体 */
#cnblogs_post_body a.cnblogs-shopify-cta:hover{
  filter:brightness(.98) !important;
  box-shadow:0 2px 4px rgba(0,0,0,.07) !important;
  color:#000 !important;
  text-decoration:none !important;
  border-bottom:0 !important;
}

/* visited / active 状态兜底 */
#cnblogs_post_body a.cnblogs-shopify-cta:visited,
#cnblogs_post_body a.cnblogs-shopify-cta:active{
  color:#111 !important;
  text-decoration:none !important;
  border-bottom:0 !important;
}

/* 左侧文字 */
.cnblogs-shopify-cta__text{
  flex:1 1 auto !important;
  min-width:0 !important;
}

/* 右侧圆形 icon 容器 */
.cnblogs-shopify-cta__icon{
  flex:0 0 auto !important;
  width:28px !important;
  height:28px !important;
  border-radius:999px !important;
  background:#000 !important;

  position:relative !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;

  transition:transform .5s ease, opacity .5s ease !important;
}

/* 箭头「杆」 */
.cnblogs-shopify-cta__icon::before{
  content:"" !important;
  position:absolute !important;
  width:12px !important;
  height:2px !important;
  background:#f6f6f1 !important;
  border-radius:2px !important;
  left:8px !important;
  top:50% !important;
  transform:translateY(-50%) !important;
}

/* 箭头「尖」 */
.cnblogs-shopify-cta__icon::after{
  content:"" !important;
  position:absolute !important;
  width:6px !important;
  height:6px !important;
  border-top:2px solid #f6f6f1 !important;
  border-right:2px solid #f6f6f1 !important;
  right:8px !important;
  top:50% !important;
  transform:translateY(-50%) rotate(45deg) !important;
  border-radius:1px !important;
}

/* hover：仅 icon 滑出 + 消失 */
#cnblogs_post_body a.cnblogs-shopify-cta:hover .cnblogs-shopify-cta__icon{
  transform:translateX(16px) !important;
  opacity:0 !important;
}
