@charset "UTF-8";
/* =========================================================
   Luping Theme - Global Styles Entry
   ========================================================= */
/**
 * Theme Variables
 * 集中管理主题色、字体、尺寸等变量
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
hr,
p,
pre,
span,
strong,
form,
iframe,
label,
button,
input,
textarea,
table,
tr,
th,
td,
fieldset,
i {
  margin: 0;
  padding: 0;
  text-align: left;
}

dl,
dd,
ol,
ul,
li {
  list-style: none;
  list-style-type: none;
}

i {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

a,
a:link,
a:visited,
a:hover,
a:active,
a:focus,
input,
button,
textarea,
select,
optgroup,
option,
label,
label:focus {
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}

img {
  border: 0;
  vertical-align: middle;
}

a img,
img {
  -ms-interpolation-mode: bicubic;
}

a,
a:link,
a:visited {
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input,
button,
textarea,
select,
optgroup,
option {
  border: 0;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  overflow: visible;
  vertical-align: middle;
  outline: none;
  border-radius: 0;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select[multiple],
select[size] {
  height: auto;
}

textarea {
  overflow-y: auto;
}

hr {
  height: 0;
  margin: 15px 0;
  border: 0;
  border-top: 1px solid #eee;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

header,
footer,
section,
aside,
article,
main,
nav,
menu,
details,
summary,
address,
hgroup,
figure,
figcaption,
legend {
  display: block;
  margin: 0;
  padding: 0;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

legend {
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

time {
  display: inline;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 400;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

dfn {
  font-style: italic;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

figure {
  margin: 1em 40px;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

/* 清除浮动 */
.clearfix {
  *zoom: 1;
}
.clearfix::before, .clearfix::after {
  display: table;
  line-height: 0;
  content: " ";
}
.clearfix::after {
  clear: both;
}

/* 通用容器 */
.w1200 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

/* 页面根元素 */
html,
body {
  min-height: 100vh;
}

/* 自动填充输入框 */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  border: 1px solid #CCC !important;
  background-color: #fff !important;
  background: #fff !important;
}

.higeshi-navbar_ocupation {
  height: 70px;
}

.higeshi-navbar_wrapper {
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  border-bottom: 1px solid #d8d8d8;
  z-index: 100;
}
.higeshi-navbar_wrapper #logo {
  display: block;
  height: 42px;
  float: left;
  margin-top: 14px;
}
.higeshi-navbar_wrapper .hegeshi-navbar {
  width: 1200px;
  margin: 0 auto;
}
.higeshi-navbar_wrapper .nav-slogen {
  height: 36px;
  float: left;
  margin: 18px 0 0 5px;
}
.higeshi-navbar_wrapper .logo {
  float: left;
}
.higeshi-navbar_wrapper #nav {
  float: left;
}
.higeshi-navbar_wrapper #nav ul li {
  float: left;
  font-size: 16px;
  padding: 0 15px;
  margin-left: 56px;
}
.higeshi-navbar_wrapper #nav ul li a {
  color: #1A1A1A;
  height: 70px;
  display: block;
  width: 100%;
  line-height: 70px;
  text-align: center;
}
.higeshi-navbar_wrapper #nav ul li a:hover {
  color: #69C0FF;
}
.higeshi-navbar_wrapper #nav ul li.current-menu-item a {
  color: #1890FF;
}
.higeshi-navbar_wrapper .head_search {
  float: right;
  margin-top: 14px;
}
.higeshi-navbar_wrapper .head_search .text-center {
  width: 200px;
  border: 1px solid #D8D8D8;
  border-radius: 2px;
}
.higeshi-navbar_wrapper .head_search .text-input {
  width: 158px;
  height: 40px;
  font-size: 14px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 40px;
}
.higeshi-navbar_wrapper .head_search .iconfont {
  font-size: 18px;
  background: transparent;
  color: #666666;
  cursor: pointer;
}
.higeshi-navbar_wrapper .head_search .iconfont:hover {
  color: #1890FF;
}

.history-container {
  padding-bottom: 15px;
  width: 1200px;
  margin: 0 auto;
}
.history-container .page-header {
  margin-top: 0;
  padding-top: 0;
  border-color: #e0e0e0;
}
.history-container .page-header h1 {
  margin-top: 0;
  padding-top: 0;
  font-size: 32px;
  line-height: normal;
}
.history-container .history-lists li {
  overflow: visible;
  position: relative;
  padding: 15px 0;
}
.history-container .history-lists li:not(:first-child) {
  margin-top: 15px;
}
.history-container .history-lists li:last-child .media-left::before {
  bottom: 0;
}
.history-container .history-lists li .media-left {
  padding-right: 100px;
  min-width: 205px;
  padding-left: 40px;
  position: relative;
}
.history-container .history-lists li .media-left::after {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 10px;
  -webkit-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
  position: absolute;
  right: 50px;
  top: 20px;
  background: #1890FF;
}
.history-container .history-lists li h3 {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 36px;
  position: relative;
  top: -5px;
}
.history-container .history-lists li h3 small {
  display: block;
}
.history-container .history-lists li .media-body {
  overflow: visible;
}
.history-container .history-lists li .well {
  position: relative;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* =========================================================
   旧版首页样式（保留兼容）
   ========================================================= */
.banner-wrapper {
  background: url(https://cdn-business-static.aunbox.cn/www_luping_com/images/banner_bj.jpg) no-repeat center center;
  background-size: cover;
  height: 480px;
  min-width: 1200px;
}
.banner-wrapper .goods-title {
  font-size: 38px;
  color: #1a1a1a;
  text-align: center;
  display: block;
  padding-top: 115px;
}
.banner-wrapper .goods-slogen {
  font-size: 20px;
  color: #1a1a1a;
  padding-top: 20px;
  text-align: center;
}
.banner-wrapper .goods-slogen .dot {
  display: inline-block;
}
.banner-wrapper .sub-slogen {
  font-size: 20px;
  color: #4D4D4D;
  text-align: center;
  line-height: 30px;
  width: 720px;
  margin: 14px auto 0;
}

.main-content {
  width: 1200px;
  margin: 0 auto;
  line-height: 1;
}

.content-topic {
  font-size: 28px;
  color: #1A1A1A;
  text-align: center;
  padding: 60px 0;
}

.goods-feature_wrapper {
  padding-bottom: 60px;
}
.goods-feature_wrapper .main-content {
  width: 1200px;
}
.goods-feature_wrapper .feature-lists {
  overflow: hidden;
}
.goods-feature_wrapper .feature-lists .feature-item {
  width: 280px;
  float: left;
  margin-left: 180px;
}
.goods-feature_wrapper .feature-lists .feature-item.first-item {
  margin-left: 0;
}
.goods-feature_wrapper .feature-lists .feature-item.scond-row {
  margin-top: 80px;
}
.goods-feature_wrapper .feature-lists .feature-item img {
  width: 147.7px;
  display: block;
  margin: 0 auto;
}
.goods-feature_wrapper .feature-lists .feature-item p {
  font-size: 16px;
  color: #1A1A1A;
  text-align: center;
  margin: 30px 0 22px;
}
.goods-feature_wrapper .feature-lists .feature-item span {
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
}

.goods-function_wrapper {
  background: #F9F9F9;
  padding-bottom: 80px;
}
.goods-function_wrapper .main-content .content-topic {
  padding-bottom: 60px;
}
.goods-function_wrapper .function-lists {
  overflow: hidden;
}
.goods-function_wrapper .function-lists li {
  width: 300px;
  height: 210px;
  background: #fff;
  float: left;
}
.goods-function_wrapper .function-lists li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 40px 0 36px;
}
.goods-function_wrapper .function-lists li.border-right {
  border-right: 1px solid #D8D8D8;
}
.goods-function_wrapper .function-lists li.border-bottom {
  border-bottom: 1px solid #D8D8D8;
}
.goods-function_wrapper .function-lists li:hover {
  background: #1890FF;
  color: #fff;
}
.goods-function_wrapper .function-lists li:hover .function-pic .fill {
  display: block;
}
.goods-function_wrapper .function-lists li:hover .function-pic .pale {
  display: none;
}
.goods-function_wrapper .function-lists li:hover .function-text {
  color: #fff;
}
.goods-function_wrapper .function-lists li .function-text {
  font-size: 16px;
  color: #1A1A1A;
  text-align: center;
  margin-top: 31px;
}
.goods-function_wrapper .function-lists li .function-pic {
  width: 88px;
  height: 86px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.goods-function_wrapper .function-lists li .function-pic .fill {
  display: none;
}
.goods-function_wrapper .function-lists li .function-pic .pale {
  display: block;
}
.goods-function_wrapper .function-lists li .function-pic img {
  width: 100%;
  height: 100%;
}

.goods-course_wrapper .main-content {
  padding-bottom: 80px;
  width: 1070px;
}
.goods-course_wrapper .content-topic {
  padding-bottom: 60px;
}
.goods-course_wrapper .gif-container {
  width: 500px;
  margin-left: 135px;
}
.goods-course_wrapper .steps-wrapper {
  float: left;
  padding: 10px;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
}
.goods-course_wrapper .steps-wrapper .ball {
  background: #D8D8D8;
  height: 9px;
  width: 9px;
  border-radius: 100%;
  z-index: 3;
  cursor: pointer;
}
.goods-course_wrapper .steps-wrapper .ball::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  opacity: 0.18;
  position: absolute;
  top: -5px;
  left: -5px;
  cursor: pointer;
}
.goods-course_wrapper .steps-wrapper .ball.active {
  background: #1890FF;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.goods-course_wrapper .steps-wrapper .ball.selected::after {
  background: #1890FF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.goods-course_wrapper .steps-wrapper .line {
  height: 106px;
  width: 1px;
  background: #D8D8D8;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.goods-course_wrapper .steps-wrapper .line.active .line-core {
  top: 0px;
}
.goods-course_wrapper .steps-wrapper .line .line-core {
  position: absolute;
  background: #1890FF;
  width: 1px;
  height: 100%;
  left: 0;
  z-index: 1;
  top: -106px;
}
.goods-course_wrapper .stepbar_wrapper {
  height: 250px;
  position: absolute;
}
.goods-course_wrapper .stepbar_wrapper::after {
  content: "";
  display: block;
  position: absolute;
  background: #D8D8D8;
  width: 1px;
  height: 240px;
  top: 10px;
  left: 4px;
  z-index: 1;
}
.goods-course_wrapper .stepbar_wrapper .step-line {
  display: block;
  position: absolute;
  width: 1px;
  height: 240px;
  top: 10px;
  left: 4px;
  background: #1890FF;
  z-index: 2;
}
.goods-course_wrapper .text-steps {
  float: left;
}
.goods-course_wrapper .text-steps .steps-li {
  width: 400px;
  cursor: pointer;
}
.goods-course_wrapper .text-steps .steps-li p {
  font-size: 18px;
  color: #1A1A1A;
  font-weight: 500;
}
.goods-course_wrapper .text-steps .steps-li div {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  margin-top: 10px;
}
.goods-course_wrapper .text-steps .steps-li.selected p {
  color: #1890FF;
}

.goods-news_wrapper {
  background: #F9F9F9;
  padding-bottom: 100px;
}
.goods-news_wrapper .news-blcok {
  width: 585px;
  height: 291px;
  background: #fff;
  float: left;
  padding: 18px 14px;
}
.goods-news_wrapper .news-blcok.last-block {
  float: right;
}
.goods-news_wrapper .news-blcok .block-title {
  font-size: 16px;
  color: #1A1A1A;
  padding-bottom: 10px;
  border-bottom: 1px solid #D8D8D8;
}
.goods-news_wrapper .news-blcok .block-title .article-more {
  float: right;
}

.recommend-content_wrapper {
  background: #F9F9F9;
  padding-bottom: 80px;
}
.recommend-content_wrapper .recommend-content {
  width: 585px;
  height: 291px;
  background: #FFFFFF;
  border-radius: 2px;
  padding: 18px 16px;
  float: left;
  border: 1px solid #eee;
}
.recommend-content_wrapper .recommend-content .item-title {
  font-size: 18px;
  color: #1A1A1A;
  line-height: 16px;
  border-bottom: 1px solid #D8D8D8;
  display: block;
  padding-bottom: 10px;
}
.recommend-content_wrapper .recommend-content .item-title .iconfont {
  font-size: 20px;
  color: #666;
  float: right;
  cursor: pointer;
}
.recommend-content_wrapper .recommend-content .item-title .iconfont:hover {
  color: #1890FF;
}
.recommend-content_wrapper .right-box {
  width: 348px;
  float: right;
  margin-top: 16px;
}
.recommend-content_wrapper .right-box li {
  position: relative;
  padding-left: 14px;
}
.recommend-content_wrapper .right-box li.margin-style {
  margin-top: 36px;
}
.recommend-content_wrapper .right-box li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  line-height: 1;
  color: #666666;
  font-size: 14px;
}
.recommend-content_wrapper .right-box li a:hover {
  color: #1890FF;
}
.recommend-content_wrapper .right-box li a:hover span {
  background: #1890FF;
}
.recommend-content_wrapper .right-box li span {
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 100%;
  background: #D8D8D8;
  margin-right: 6px;
  position: absolute;
  left: 0;
  margin-top: -2px;
  top: 50%;
}
.recommend-content_wrapper .left-box {
  margin-top: 16px;
  width: 186px;
  float: left;
}
.recommend-content_wrapper .left-box li {
  margin-bottom: 16px;
}
.recommend-content_wrapper .left-box .left_in_img_box {
  position: relative;
  width: 186px;
  height: 100px;
  overflow: hidden;
}
.recommend-content_wrapper .left-box .left_in_img_box img {
  width: 186px;
  height: 100px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.recommend-content_wrapper .left-box .left_in_img_box img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.recommend-content_wrapper .left-box .left_in_img_box p {
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 186px;
  padding: 0 6px 5px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 14px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.footer-banner {
  background: url(https://cdn-business-static.aunbox.cn/www_luping_com/images/download_bg.jpg) no-repeat center center;
  background-size: cover;
  line-height: 1;
}
.footer-banner p {
  font-size: 28px;
  color: #FFFFFF;
  text-align: center;
  padding-top: 26px;
}
.footer-banner .theme-button:hover {
  color: #1890FF;
}

/* =========================================================
   按钮组件
   ========================================================= */
@keyframes button-border-animate-1 {
  50% {
    transform: translate(-20px, 0) rotate(-180DEG);
    -webkit-transform: translate(-20px, 0) rotate(-180DEG);
    -moz-transform: translate(-20px, 0) rotate(-180DEG);
    opacity: 0.6;
  }
  100% {
    transform: translate(0, 0) rotate(0DEG);
    -webkit-transform: translate(0, 0) rotate(0DEG);
    -moz-transform: translate(0, 0) rotate(0DEG);
    opacity: 1;
  }
}
.theme-button {
  display: block;
  width: 180px;
  height: 58px;
  border-radius: 2px;
  background-color: #FFFFFF;
  font-size: 16px;
  color: #1890FF;
  line-height: 58px;
  text-align: center;
  margin: 22px auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  top: 0;
}
.theme-button:hover {
  top: -0.2rem;
  color: #69C0FF;
}
.theme-button_fill {
  background-color: #1890FF;
  color: #fff;
}
.theme-button_fill:hover {
  background: #69C0FF !important;
  color: #FFFFFF !important;
}
.theme-button_fill.banner-button {
  font-size: 18px;
}
.theme-button_fill.banner-button:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  top: 0;
}
.theme-button_fill__hover {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.theme-button_fill__hover:hover {
  background: #69C0FF !important;
  color: #FFFFFF !important;
}

.theme-btn {
  color: #fff;
  font-size: 20px;
  transition: color 0.3s;
  cursor: pointer;
  position: relative;
  z-index: 1;
  width: 228px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #009CF6;
  box-sizing: border-box;
}
.theme-btn .iconfont-v5 {
  font-size: 20px;
  margin-right: 15px;
}
.theme-btn:active {
  border: 1px solid #14142d;
  background: #007CC4 !important;
  color: #CCCCCC;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19), inset 1px 1px 1px 0 rgba(255, 255, 255, 0.15);
}
.theme-btn:active .iconfont-v5 {
  -webkit-animation: button-border-animate-1 1s;
}

.theme-btn-animate:hover {
  border: 1px solid #14142d;
  box-shadow: #009CF6 1px 1px 3px, #009CF6 -1px -1px 3px;
  background: #4CBEFF;
}
.theme-btn-animate:hover .iconfont-v5 {
  -webkit-animation: button-border-animate-1 1s;
}

.download-btn-frame {
  display: block;
  width: 228px;
  height: 60px;
  background: rgb(0, 156, 246);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.19), 1px 1px 1px 0px rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  font-size: 20px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  line-height: 60px;
  text-align: center;
  margin: 0 auto 80px;
}
.download-btn-frame:hover {
  box-shadow: #009CF6 1px 1px 3px, #009CF6 -1px -1px 3px;
  background: #4CBEFF;
}

.wangke-wrap1 .download-btn-frame {
  margin-bottom: 0;
  margin-top: 50px;
}

.download-btn {
  display: block;
  width: 228px;
  height: 60px;
  background: #009cf6;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.19), 1px 1px 1px 0px rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  margin: 60px auto 0;
}

.footer-content_wrapper {
  background: #292929;
  color: #D1D1D9;
}
.footer-content_wrapper .footer-links_wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 60px;
  overflow: hidden;
  width: 100%;
}
.footer-content_wrapper .links-column {
  float: left;
}
.footer-content_wrapper .links-column.secod-column {
  margin: 0 129px 0 120px;
}
.footer-content_wrapper .links-column li {
  padding-bottom: 20px;
}
.footer-content_wrapper .links-column li.column-header {
  color: #ffffff;
  font-size: 14px;
  padding-bottom: 28px;
}
.footer-content_wrapper .links-column li a {
  color: #ffffff;
  opacity: 0.6;
  font-size: 14px;
}
.footer-content_wrapper .links-column li a:hover {
  color: #fff;
  opacity: 1;
}
.footer-content_wrapper .links-column li a.qqkf-button {
  display: block;
  width: 68px;
  height: 24px;
  background: #1890FF;
  border-radius: 2px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
}
.footer-content_wrapper .links-column li a.qqkf-button:hover {
  background: #69C0FF;
}
.footer-content_wrapper .footer_list {
  float: right;
}
.footer-content_wrapper .footer_list .list-item {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 14px;
  text-align: center;
  float: none;
  margin-top: 20px;
}
.footer-content_wrapper .footer_list .list-item span {
  width: 100%;
  display: block;
  text-align: center;
  color: #ffffff;
  opacity: 0.6;
  margin-top: 12px;
}
.footer-content_wrapper .footer_list .list-item.center-margin {
  margin-right: 48px;
}
.footer-content_wrapper .line {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-content_wrapper .index_firends_link {
  width: 1200px;
  margin: 0 auto;
  padding: 26px 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: hidden;
}
.footer-content_wrapper .index_firends_link .button_up {
  margin-left: 8px;
}
.footer-content_wrapper .index_firends_link label {
  float: left;
  font-size: 14px;
  color: #8A8F98;
  letter-spacing: 0;
  line-height: 14px;
}
.footer-content_wrapper .index_firends_link li {
  float: left;
  font-size: 14px;
  color: #8A8F98;
  letter-spacing: 0;
  line-height: 14px;
  margin-right: 19px;
}
.footer-content_wrapper .index_firends_link li a {
  color: #8A8F98;
}
.footer-content_wrapper .index_firends_link li a:hover {
  color: #fff;
}
.footer-content_wrapper .index_footer-copyright {
  width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 22px;
}
.footer-content_wrapper .index_footer-copyright .footer_copy_box {
  position: relative;
}
.footer-content_wrapper .index_footer-copyright .footer_copy_box .index_safe_copy {
  position: absolute;
  right: 15px;
  top: 15px;
}
.footer-content_wrapper .index_footer-copyright .footer_copy_box p {
  font-size: 14px;
  color: #8A8F98;
  text-align: center;
  padding-bottom: 3px;
}
.footer-content_wrapper .index_footer-copyright .footer_copy_box p.color-ddd {
  font-size: 14px;
}
.footer-content_wrapper .index_footer-copyright .footer_copy_box p a {
  color: #8A8F98;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer-content_wrapper .index_footer-copyright .footer_copy_box p a:hover {
  color: #fff !important;
}

.wx_ewm {
  float: right;
  margin: 0 103px 0 93px;
}
.wx_ewm div {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wx_ewm img {
  width: 100px;
  height: 100px;
  padding: 6px;
  border: 1px solid #fff;
}
.wx_ewm p {
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  margin-top: 15px;
}

.footer-frame {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 1200px;
  margin: 0 auto;
  padding-right: 80px;
}
.footer-frame .wx_ewm {
  margin: 0;
}
.footer-frame .ul-container {
  width: 600px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer-frame .ul-container > ul {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.go-back_top {
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  border: 1px solid #D1D1D9;
  border-radius: 100px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 58px;
  cursor: pointer;
  display: none;
}
.go-back_top .iconfont {
  line-height: 1;
  font-size: 12px;
  color: #9593A2;
}
.go-back_top:hover .iconfont {
  color: #1890FF;
}

.fixed_box {
  background: #FFFFFF;
  border: 1px solid #D1D1D9;
  border-radius: 4px;
  width: 80px;
  position: fixed;
  top: 36%;
  right: 10px;
  text-align: center;
  z-index: 999;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fixed_box p {
  position: relative;
  width: auto;
  margin: 0 auto;
  color: #9593A2;
  cursor: pointer;
  text-align: center;
}
.fixed_box p .icon-wrapper {
  display: block;
  text-align: center;
  height: 20px;
  line-height: 1;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.fixed_box p .icon-text {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  margin-top: 9px;
}
.fixed_box p i {
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
}
.fixed_box p:nth-child(4) a {
  text-decoration: none;
}
.fixed_box p span {
  font-size: 14px;
}
.fixed_box p a {
  color: #666;
  display: block;
  width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-bottom: 14px;
  margin-top: 14px;
}
.fixed_box p a:hover .icon-text {
  color: #1890FF;
}
.fixed_box p a:hover span {
  color: #666;
}
.fixed_box p a:hover i {
  color: #1890FF;
}
.fixed_box p a span.fixed_erweima {
  font-size: 14px;
  position: absolute;
  right: 150px;
  top: -75px;
  display: none;
  width: 131px;
}
.fixed_box p.weixin_p a:hover span.fixed_erweima {
  display: block;
}
.fixed_box p.kefu_p .span_show {
  display: none;
}
.fixed_box p.kefu_p:hover .span_show {
  display: inline-block;
  font-size: 14px;
}
.fixed_box p.kefu_p:hover .span_hide {
  display: none;
}
.fixed_box .fixed_tel {
  position: absolute;
  right: 85px;
  top: 6px;
  background: #fff;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  border-radius: 4px;
  display: none;
  font-size: 14px;
  width: 140px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #666;
  border: 1px solid #D1D1D9;
}
.fixed_box .fixed_tel img {
  position: absolute;
  right: -9px;
  color: #354255;
  top: -1px;
}

.location {
  width: 1200px;
  margin: 0 auto;
  line-height: normal;
  border-radius: 0;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 14px;
  padding: 15px 0;
}
.location a {
  color: #1a1a1a;
}
.location a.active {
  color: #999;
}
.location span {
  color: #6D6C7D;
}

.notfound-wrapper {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.notfound-wrapper .theme-button:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.notfound-wrapper .notfound-ico {
  width: 360px;
  display: block;
  margin: 112px auto 0;
}
.notfound-wrapper .iconfont {
  margin-right: 10px;
}
.notfound-wrapper .tips {
  font-size: 14px;
  color: #999999;
  margin-top: 40px;
  text-align: center;
}

.pic-list {
  display: block;
  cursor: pointer;
}
.pic-list .pic-item {
  float: left;
  width: 160px;
  height: 160px;
  padding-top: 50px;
  text-align: center;
  background: #ffffff;
  border-radius: 2px;
  margin-right: 13px;
  margin-bottom: 13px;
}
.pic-list .pic-item:nth-child(7n+7) {
  margin-right: 0px;
}
.pic-list .pic-item:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#40A9FF), to(#1890FF));
  background-image: linear-gradient(-180deg, #40A9FF 0%, #1890FF 100%);
  -webkit-box-shadow: 0 8px 18px 0 rgba(24, 144, 255, 0.3);
  box-shadow: 0 8px 18px 0 rgba(24, 144, 255, 0.3);
}
.pic-list .pic-item:hover p {
  color: white;
}
.pic-list .pic-item p {
  color: #1890FF;
  text-align: center;
}
.pic-list .pic-item .iconfont {
  font-size: 36px;
}
.pic-list .pic-item .fn-name {
  margin-top: 30px;
  font-size: 16px;
  line-height: 16px;
  color: black;
}

.activity_fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 10000;
}
.activity_fixed .activity_bg {
  background: url("https://cdn-business-static.aunbox.cn/www_luping_com/static/images/year_activity/banner_1@2x.png") center no-repeat;
  background-size: cover;
  width: 840px;
  height: 260px;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}
.activity_fixed .activity_bg > img {
  width: 300px;
  position: absolute;
  bottom: 25px;
  right: 25px;
  -webkit-animation: activityBtn 1s linear infinite alternate;
  animation: activityBtn 1s linear infinite alternate;
}
.activity_fixed .close_btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -25px;
  right: 125px;
}

@-webkit-keyframes activityBtn {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes activityBtn {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.lp_yc {
  position: relative;
  margin-right: 25px;
}
.lp_yc img {
  position: absolute;
  top: 24px;
  right: -13px;
  width: 32px;
  height: 16px;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track-piece {
  background-color: #E0E0E0;
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #676869;
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: #676869;
  -webkit-border-radius: 6px;
}

/**
 * Header Styles
 * 全局导航栏样式
 */
.luping_header {
  width: 100%;
  position: absolute;
  z-index: 901;
  height: 84px;
  top: 0px;
  background: rgba(0, 0, 0, 0.5);
  min-width: 1300px;
}
.luping_header.yc_banner {
  top: 60px;
}
.luping_header .gohome {
  width: 195px;
  height: 84px;
  float: left;
}
.luping_header .gohome img {
  width: 195px;
  height: 44px;
  margin-top: 21px;
}
.luping_header ul {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.luping_header ul li {
  padding: 0 20px;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 84px;
}
.luping_header ul li.current_select a {
  color: #00FFE9;
}
.luping_header ul li .nav_mobile_item {
  height: 84px;
  line-height: 84px;
}
.luping_header ul li > a,
.luping_header ul li > span {
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.luping_header .nav_mobile_item {
  color: #fff;
  position: relative;
}
.luping_header .nav_mobile_item::after {
  content: "";
  display: block;
  height: 45px;
  margin-top: -5px;
}
.luping_header .nav_mobile_item:hover .nav_mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.luping_header .nav_mobile_item .nav_mobile {
  display: none;
  position: absolute;
  bottom: -77px;
  left: 50%;
  margin-left: -72px;
  width: 144px;
  height: 77px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
}
.luping_header .nav_mobile_item .nav_mobile > a {
  width: 100%;
  padding: 8px 0;
  text-align: center;
  font-size: 14px;
  font-family: ArialMT;
  color: white;
  background: rgba(0, 0, 0, 0.18);
  border: 2px solid;
  -o-border-image: linear-gradient(133deg, #00e4ff, #509ff5) 2 2;
  border-image: linear-gradient(133deg, #00e4ff, #509ff5) 2 2;
}
.luping_header .nav_mobile_item .nav_mobile > a:last-child {
  border-top: 0;
}
.luping_header .nav_mobile_item .nav_mobile > a:hover {
  color: #00FFE9;
}

/* =========================================================
   Hub Styles (archive / single / search / help / tech-docs)
   Based on kuquecam layout, adapted for luping-theme.
   ========================================================= */
/* ---- Local variables (derived from global theme) ---- */
/* ---- Crumbs ---- */
.crumbs {
  font-size: 14px;
  font-weight: 400;
  color: #91969d;
  line-height: 14px;
  display: flex;
  width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
}
.crumbs a {
  color: #91969d;
  margin: 0 5px;
}
.crumbs a:first-child {
  margin-left: 0;
}
.crumbs a:last-child, .crumbs a.on {
  color: #1890FF;
}
.crumbs .sep {
  margin: 0 8px;
  color: #ccc;
}

/* ---- Archive layout (cat_page) ---- */
.cat_page {
  padding-bottom: 17px;
}
.cat_page .h {
  width: 100%;
  height: 84px;
  background: #000;
}
.cat_page.single_page {
  min-height: calc(100vh - 316px);
}
.cat_page.single_page .cat_content {
  position: relative;
  padding-left: 316px;
  box-sizing: border-box;
}
.cat_page.single_page .left_box {
  float: left;
  position: absolute;
  left: 0;
}
.cat_page .wd_1200 {
  width: 1200px;
  margin: 0 auto;
}
.cat_page .cat_content {
  margin-top: 30px;
  display: flex;
}
.cat_page .cat_content.left_tall .left_box {
  border-right: 1px solid #D8D8D8;
}
.cat_page .cat_content.left_tall .right_box {
  border: none;
}
.cat_page .cat_content {
  /* ---- Left sidebar ---- */
}
.cat_page .cat_content .left_box {
  width: 280px;
  padding-right: 36px;
  border: none;
  padding-bottom: 42px;
  height: 100%;
  overflow-y: auto;
}
.cat_page .cat_content .left_box #search-form {
  width: 280px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #D8D8D8;
  position: relative;
}
.cat_page .cat_content .left_box #search-form input {
  height: 40px;
  border: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  background: none;
  outline: none;
  color: #333333;
  padding: 0 12px;
  width: 80%;
}
.cat_page .cat_content .left_box #search-form input::placeholder {
  color: #91969d;
}
.cat_page .cat_content .left_box #search-form img,
.cat_page .cat_content .left_box #search-form .search-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.cat_page .cat_content .left_box #search-form .search-btn {
  display: inline-block;
  background: url("/wp-content/themes/luping-theme/assets/images/icon/search.png") center no-repeat;
  background-size: 22px 22px;
}
.cat_page .cat_content .left_box h2 {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
  margin: 30px 0 29px;
}
.cat_page .cat_content .left_box {
  /* Generic cat_item (tech-docs) */
}
.cat_page .cat_content .left_box > div.cat_item {
  padding-left: 12px;
}
.cat_page .cat_content .left_box > div.cat_item.on > .title_h4 {
  color: #1890FF;
}
.cat_page .cat_content .left_box > div.cat_item.on > .title_h4 span {
  transform: rotate(90deg);
}
.cat_page .cat_content .left_box > div.cat_item > .title_h4 {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #F3F3F3;
  padding: 12px 0;
}
.cat_page .cat_content .left_box > div.cat_item > .title_h4 span {
  width: 20px;
  height: 20px;
  display: inline-block;
  padding: 20px;
  box-sizing: border-box;
  background: none;
  position: relative;
  transition: transform 0.2s;
  /* CSS arrow */
}
.cat_page .cat_content .left_box > div.cat_item > .title_h4 span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid #999;
  border-right: 1.5px solid #999;
  transform: translate(-50%, -50%) rotate(45deg);
}
.cat_page .cat_content .left_box > div.cat_item > ul {
  padding-top: 13px;
  display: none;
}
.cat_page .cat_content .left_box > div.cat_item > ul > li {
  position: relative;
  padding: 0 8px 0 20px;
  border-radius: 2px;
  transition: all 0.3s;
}
.cat_page .cat_content .left_box > div.cat_item > ul > li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #D8D8D8;
  border-radius: 50%;
  position: absolute;
  top: 18px;
  left: 8px;
}
.cat_page .cat_content .left_box > div.cat_item > ul > li:not(:last-child) {
  margin-bottom: 8px;
}
.cat_page .cat_content .left_box > div.cat_item > ul > li:hover, .cat_page .cat_content .left_box > div.cat_item > ul > li.active {
  background: rgba(24, 144, 255, 0.1);
}
.cat_page .cat_content .left_box > div.cat_item > ul > li:hover:before, .cat_page .cat_content .left_box > div.cat_item > ul > li.active:before {
  background-color: #1890FF;
}
.cat_page .cat_content .left_box > div.cat_item > ul > li:hover > a, .cat_page .cat_content .left_box > div.cat_item > ul > li.active > a {
  color: #1890FF;
}
.cat_page .cat_content .left_box > div.cat_item > ul > li a {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  line-height: 34px;
  padding-top: 3px;
}
.cat_page .cat_content {
  /* ---- Right content ---- */
}
.cat_page .cat_content .right_box {
  flex: 1;
  padding-left: 35px;
  border-left: 1px solid #D8D8D8;
  padding-bottom: 42px;
}
.cat_page .cat_content .right_box h2 {
  font-size: 32px;
  font-weight: 500;
  color: #333333;
  line-height: 45px;
  padding-left: 15px;
}
.cat_page .cat_content .right_box > ul {
  margin-top: 15px;
  padding: 0;
  list-style: none;
}
.cat_page .cat_content .right_box > ul > li {
  padding: 0 15px;
  margin-bottom: 15px;
}
.cat_page .cat_content .right_box > ul > li:hover {
  box-shadow: 0px 10px 36px 0px rgba(28, 46, 68, 0.14);
}
.cat_page .cat_content .right_box > ul > li:hover a {
  border-color: transparent;
}
.cat_page .cat_content .right_box > ul > li a {
  border-bottom: 1px solid #E6E6E6;
  padding: 16px 0;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.cat_page .cat_content .right_box > ul > li a img {
  width: 143px;
  height: 99px;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  display: block;
  object-fit: cover;
  flex-shrink: 0;
}
.cat_page .cat_content .right_box > ul > li a .post_info {
  flex: 1;
  margin-left: 10px;
}
.cat_page .cat_content .right_box > ul > li a .post_info .p_18 {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
}
.cat_page .cat_content .right_box > ul > li a .post_info .p_14 {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
  margin: 6px 0;
  padding: 0;
}
.cat_page .cat_content .right_box > ul > li a .post_info .p_12 {
  font-size: 12px;
  font-weight: 400;
  color: #91969d;
  line-height: 21px;
}
.cat_page .cat_content .right_box > ul > li .p_14 {
  padding: 16px 0;
  font-size: 14px;
  color: #666666;
}
.cat_page .cat_content .right_box .archive_pagination {
  display: flex;
  padding-left: 15px;
  margin-top: 23px;
}
.cat_page .cat_content .right_box .archive_pagination a,
.cat_page .cat_content .right_box .archive_pagination span {
  width: 25px;
  height: 25px;
  background: #F4F4F4;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  text-decoration: none;
}
.cat_page .cat_content .right_box .archive_pagination a:hover, .cat_page .cat_content .right_box .archive_pagination a.page_active, .cat_page .cat_content .right_box .archive_pagination a.current,
.cat_page .cat_content .right_box .archive_pagination span:hover,
.cat_page .cat_content .right_box .archive_pagination span.page_active,
.cat_page .cat_content .right_box .archive_pagination span.current {
  color: #fff;
  background: #1890FF;
}

/* ---- Search results ---- */
.search_data h1 {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
}
.search_data .search-hit {
  color: #1890FF;
  font-weight: 600;
  background: transparent;
}
.search_data > ul {
  margin-top: 15px;
  padding: 0;
  list-style: none;
}
.search_data > ul > li {
  padding: 0 15px;
  margin-bottom: 15px;
}
.search_data > ul > li:hover {
  box-shadow: 0px 10px 36px 0px rgba(28, 46, 68, 0.14);
}
.search_data > ul > li:hover a {
  border-color: transparent;
}
.search_data > ul > li a {
  border-bottom: 1px solid #E6E6E6;
  padding: 16px 0;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.search_data > ul > li a img {
  width: 143px;
  height: 99px;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  display: block;
  object-fit: cover;
  flex-shrink: 0;
}
.search_data > ul > li a .post_info {
  flex: 1;
  margin-left: 10px;
}
.search_data > ul > li a .post_info .p_18 {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
}
.search_data > ul > li a .post_info .p_14 {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
  margin: 6px 0;
}
.search_data > ul > li a .post_info .p_12 {
  font-size: 12px;
  font-weight: 400;
  color: #91969d;
  line-height: 21px;
}

.search_nodata {
  padding-top: 100px;
}
.search_nodata img {
  width: 193px;
  height: 164px;
  margin: 0 auto;
  display: block;
}
.search_nodata .p_20 {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  text-align: center;
  margin: 32px 0 7px;
}
.search_nodata .font_14 {
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.search_nodata .font_14 > div {
  display: flex;
  margin: 0 10px;
}
.search_nodata .font_14 > div a {
  color: #1890FF;
}

/* ---- Single article page ---- */
.single-page {
  background-color: #f5f6f8;
  padding-bottom: 40px;
}
.single-page .h {
  width: 100%;
  height: 84px;
  background: #000;
}
.single-page ul,
.single-page ol {
  padding-left: 1.5em;
}
.single-page ul li {
  list-style: disc;
}
.single-page table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e5e5e5;
}
.single-page table th,
.single-page table td {
  border: 1px solid #e5e5e5;
  padding: 10px 12px;
}
.single-page .single-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}
.single-page .single-container .main-content {
  width: 860px;
  flex-shrink: 0;
}
.single-page .single-container .main-content .article-box {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  margin-bottom: 20px;
}
.single-page .single-container .main-content .article-box .article-title {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.single-page .single-container .main-content .article-box .article-meta {
  font-size: 14px;
  color: #999;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.single-page .single-container .main-content .article-box .article-meta a {
  font-size: 14px;
  color: #999;
  margin-right: 24px;
  text-decoration: none;
}
.single-page .single-container .main-content .article-box .article-meta a:hover {
  color: #1890FF;
}
.single-page .single-container .main-content .article-box .product-block {
  background: #f8f9fb;
  border-radius: 8px;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.single-page .single-container .main-content .article-box .product-block .product-info {
  display: flex;
  align-items: center;
}
.single-page .single-container .main-content .article-box .product-block .product-info .product-logo {
  margin-right: 16px;
}
.single-page .single-container .main-content .article-box .product-block .product-info .product-logo img {
  width: 50px;
}
.single-page .single-container .main-content .article-box .product-block .product-info .product-details .product-name {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 13px;
}
.single-page .single-container .main-content .article-box .product-block .product-info .product-details .product-desc {
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
}
.single-page .single-container .main-content .article-box .product-block .product-info .product-details .product-desc .stars {
  color: #ffb800;
  letter-spacing: 2px;
}
.single-page .single-container .main-content .article-box .product-block .product-info .product-details .product-desc .divider {
  margin: 0 10px;
  color: #ddd;
}
.single-page .single-container .main-content .article-box .product-block .download_box {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}
.single-page .single-container .main-content .article-box .product-block .download_box .btn-download-wrap {
  position: relative;
  display: flex;
  border-radius: 8px;
  background: #1890FF;
  transition: background 0.3s;
  width: 140px;
}
.single-page .single-container .main-content .article-box .product-block .download_box .btn-download-wrap:hover {
  background: #096DD9;
}
.single-page .single-container .main-content .article-box .product-block .download_box .btn-download-wrap:hover .download-dropdown {
  display: block;
}
.single-page .single-container .main-content .article-box .product-block .download_box .btn-download-wrap .btn-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  flex: 1;
}
.single-page .single-container .main-content .article-box .product-block .download_box .btn-download-wrap .btn-download img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.single-page .single-container .main-content .article-box .product-block .download_box .btn-download-wrap .btn-dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.single-page .single-container .main-content .article-box .product-block .download_box .btn-download-wrap .btn-dropdown-toggle img {
  width: 12px;
  height: auto;
  transition: transform 0.3s;
}
.single-page .single-container .main-content .article-box .product-block .download_box .btn-download-wrap:hover .btn-dropdown-toggle img {
  transform: rotate(180deg);
}
.single-page .single-container .main-content .article-box .product-block .download_box .btn-download-wrap .download-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: 140px;
  z-index: 10;
  display: none;
  padding-top: 10px;
}
.single-page .single-container .main-content .article-box .product-block .download_box .btn-download-wrap .download-dropdown > div {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 8px;
}
.single-page .single-container .main-content .article-box .product-block .download_box .btn-download-wrap .download-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.3s;
  height: 30px;
  border-radius: 4px;
  margin-bottom: 4px;
  padding: 0 4px;
}
.single-page .single-container .main-content .article-box .product-block .download_box .btn-download-wrap .download-dropdown .dropdown-item img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  object-fit: contain;
}
.single-page .single-container .main-content .article-box .product-block .download_box .btn-download-wrap .download-dropdown .dropdown-item:hover {
  background: #F4F4F4;
}
.single-page .single-container .main-content .article-box .product-block .download_box .btn-download-wrap .download-dropdown .dropdown-item:last-child {
  margin-bottom: 0;
}
.single-page .single-container .main-content .article-box .product-block .download_box .btn-app-wrap {
  position: relative;
}
.single-page .single-container .main-content .article-box .product-block .download_box .btn-app-wrap .btn-app {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 40px;
  padding: 0 24px;
  border-radius: 8px;
  border: 1px solid #1890FF;
  color: #1890FF;
  font-size: 14px;
  text-decoration: none;
  background: #fff;
  transition: all 0.3s;
  cursor: pointer;
}
.single-page .single-container .main-content .article-box .product-block .download_box .btn-app-wrap .btn-app:hover {
  background: rgba(24, 144, 255, 0.1);
}
.single-page .single-container .main-content .article-box .product-block .download_box .btn-app-wrap:hover .download-dropdown {
  display: block;
}
.single-page .single-container .main-content .article-box .product-block .download_box .btn-app-wrap .download-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: 140px;
  z-index: 10;
  display: none;
  padding-top: 10px;
}
.single-page .single-container .main-content .article-box .product-block .download_box .btn-app-wrap .download-dropdown > div {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 8px;
  position: relative;
}
.single-page .single-container .main-content .article-box .product-block .download_box .btn-app-wrap .download-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.3s;
  height: 30px;
  border-radius: 4px;
  margin-bottom: 4px;
  padding: 0 4px;
  cursor: pointer;
}
.single-page .single-container .main-content .article-box .product-block .download_box .btn-app-wrap .download-dropdown .dropdown-item img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  object-fit: contain;
}
.single-page .single-container .main-content .article-box .product-block .download_box .btn-app-wrap .download-dropdown .dropdown-item .qrcode-popup {
  position: absolute;
  top: 0;
  right: 110%;
  background: #fff;
  padding: 12px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  z-index: 10;
  width: 140px;
  height: 140px;
  display: none;
}
.single-page .single-container .main-content .article-box .product-block .download_box .btn-app-wrap .download-dropdown .dropdown-item .qrcode-popup img {
  width: 100%;
  height: 100%;
  display: block;
}
.single-page .single-container .main-content .article-box .product-block .download_box .btn-app-wrap .download-dropdown .dropdown-item:hover {
  background: #F4F4F4;
}
.single-page .single-container .main-content .article-box .product-block .download_box .btn-app-wrap .download-dropdown .dropdown-item:hover .qrcode-popup {
  display: block;
}
.single-page .single-container .main-content .article-box .product-block .download_box .btn-app-wrap .download-dropdown .dropdown-item:last-child {
  margin-bottom: 0;
}
.single-page .single-container .main-content .article-box .ai-summary {
  background: #f4f6ff;
  border-radius: 8px;
  padding: 20px 24px;
  margin-bottom: 30px;
}
.single-page .single-container .main-content .article-box .ai-summary .ai-title {
  margin-bottom: 12px;
}
.single-page .single-container .main-content .article-box .ai-summary .ai-title img {
  width: 53px;
  height: 14px;
}
.single-page .single-container .main-content .article-box .ai-summary .ai-content {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 12px;
}
.single-page .single-container .main-content .article-box .ai-summary .ai-footer {
  font-size: 12px;
  color: #999;
}
.single-page .single-container .main-content .article-box .article-content {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 40px;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
}
.single-page .single-container .main-content .article-box .article-content p,
.single-page .single-container .main-content .article-box .article-content div {
  margin-bottom: 20px;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
}
.single-page .single-container .main-content .article-box .article-content img,
.single-page .single-container .main-content .article-box .article-content video {
  max-width: 100%;
  height: auto;
}
.single-page .single-container .main-content .article-box .article-tags {
  display: flex;
  align-items: center;
  border-top: 1px solid #eee;
  padding-top: 20px;
}
.single-page .single-container .main-content .article-box .article-tags .tag-label {
  font-size: 14px;
  color: #999;
  margin-right: 12px;
}
.single-page .single-container .main-content .article-box .article-tags .tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.single-page .single-container .main-content .article-box .article-tags .tags-list a {
  display: inline-block;
  padding: 4px 12px;
  background: #f5f6f8;
  color: #666;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s;
}
.single-page .single-container .main-content .article-box .article-tags .tags-list a:hover {
  background: #1890FF;
  color: #fff;
}
.single-page .single-container .main-content .article-nav {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.single-page .single-container .main-content .article-nav a {
  flex: 1;
  background: #fff;
  border-radius: 12px;
  padding: 20px 24px;
  text-decoration: none;
  transition: box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-page .single-container .main-content .article-nav a:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.single-page .single-container .main-content .article-nav a .nav-label {
  font-size: 14px;
  color: #999;
  margin-bottom: 12px;
}
.single-page .single-container .main-content .article-nav a .nav-title {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
}
.single-page .single-container .main-content .article-nav .nav-prev {
  text-align: left;
}
.single-page .single-container .main-content .article-nav .nav-next {
  text-align: right;
}
.single-page .single-container .main-content .article-nav .empty {
  flex: 1;
  background: transparent;
}
.single-page .single-container {
  /* ---- Article sidebar (single detail) ---- */
}
.single-page .single-container .article-sidebar {
  width: 320px;
  flex-shrink: 0;
  position: sticky;
  top: 88px;
}
.single-page .single-container .article-sidebar .widget {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
}
.single-page .single-container .article-sidebar .widget .widget-title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}
.single-page .single-container .article-sidebar .related-posts ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-page .single-container .article-sidebar .related-posts ul li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 12px;
  list-style: none;
}
.single-page .single-container .article-sidebar .related-posts ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  background: #ccc;
  border-radius: 50%;
}
.single-page .single-container .article-sidebar .related-posts ul li:last-child {
  margin-bottom: 0;
}
.single-page .single-container .article-sidebar .related-posts ul li a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.3s;
}
.single-page .single-container .article-sidebar .related-posts ul li a:hover {
  color: #1890FF;
}
.single-page .single-container .article-sidebar .hot-tags .tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.single-page .single-container .article-sidebar .hot-tags .tag-cloud a {
  display: inline-block;
  padding: 6px 12px;
  background: #f5f6f8;
  color: #666;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s;
}
.single-page .single-container .article-sidebar .hot-tags .tag-cloud a:hover {
  background: #1890FF;
  color: #fff;
}

/* ---- Help sidebar: tab_box & category_box ---- */
.left_box .tab_box {
  display: flex;
  align-items: center;
  margin: 24px 0 20px;
}
.left_box .tab_box .tab_item {
  flex: 1;
  color: #333333;
  font-size: 16px;
  padding-bottom: 7px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s;
}
.left_box .tab_box .tab_item.on {
  font-weight: 500;
  color: #1890FF;
  border-bottom-color: #1890FF;
}
.left_box .tab_box .tab_item:hover {
  color: #1890FF;
}
.left_box .category_box h2 {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  margin: 0 0 20px;
}
.left_box .category_box .category_item {
  display: none;
}
.left_box .category_box .category_item.on {
  display: block;
}
.left_box .category_box .category_item .category_first {
  list-style: none;
  padding: 0;
  margin: 0;
}
.left_box .category_box .category_item .category_first > li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 12px;
  border-radius: 2px;
  transition: all 0.2s;
  list-style: none;
}
.left_box .category_box .category_item .category_first > li.on, .left_box .category_box .category_item .category_first > li:hover {
  background: rgba(24, 144, 255, 0.1);
}
.left_box .category_box .category_item .category_first > li.on::before, .left_box .category_box .category_item .category_first > li:hover::before {
  background: #1890FF;
}
.left_box .category_box .category_item .category_first > li.on > a, .left_box .category_box .category_item .category_first > li:hover > a {
  color: #1890FF;
}
.left_box .category_box .category_item .category_first > li > a {
  font-size: 14px;
  color: #333333;
  display: block;
  line-height: 28px;
  padding: 4px 8px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ---- Scrollbar hide for sidebars ---- */
.left_box,
.right_box {
  scrollbar-width: none;
}

.left_box::-webkit-scrollbar,
.right_box::-webkit-scrollbar {
  display: none;
}

/* 文章列表无封面图时的标题占位块 */
.post-thumb-placeholder {
  width: 143px;
  height: 99px;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  background: linear-gradient(145deg, #0D6EFD 0%, #20C997 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.1);
  word-break: break-word;
}
.post-thumb-placeholder span {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  align-self: center;
  width: 100%;
}

/* =========================================================
   全局响应式适配 (非帮助中心/技术文档页面)
   断点：≤1200px tablet / ≤768px mobile
   ========================================================= */
/* =========================================================
   通用容器 & 工具类响应式
   ========================================================= */
@media (max-width: 1200px) {
  .w1200,
  .wd_1200,
  [class*=w1200] {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box !important;
  }
  body {
    min-width: 0 !important;
  }
  .footer-frame,
  .crumbs {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box !important;
  }
}
@media (max-width: 768px) {
  .w1200,
  .wd_1200,
  [class*=w1200] {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .footer-frame,
  .crumbs {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  body {
    font-size: 14px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}
/* =========================================================
   Header 导航栏响应式
   ========================================================= */
@media (max-width: 1200px) {
  .luping_header {
    min-width: 0 !important;
    height: auto !important;
    padding: 10px 0;
  }
  .luping_header .w1200 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .luping_header .gohome {
    float: none;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  .luping_header .gohome img {
    width: 140px;
    height: auto;
    margin-top: 0;
  }
  .luping_header ul#navListItems {
    float: none;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .luping_header ul#navListItems li {
    padding: 0 10px;
    line-height: 40px;
  }
  .luping_header ul#navListItems li > a,
  .luping_header ul#navListItems li > span {
    font-size: 14px;
  }
  .enterpriseEditionLi::after {
    right: -5px;
    top: 50%;
    transform: translateY(-10px);
    width: 18px;
    height: 10px;
  }
}
@media (max-width: 768px) {
  .luping_header {
    position: fixed !important;
    background: #000 !important;
    height: 50px !important;
    display: flex;
    align-items: center;
  }
  .luping_header .w1200 {
    padding: 0 12px !important;
    height: 100%;
  }
  .luping_header .gohome img {
    width: 120px;
    height: auto;
    margin-top: 0;
  }
  .luping_header ul#navListItems {
    display: none;
  }
  .luping_header::after {
    content: "";
    display: none;
  }
  .enterpriseEditionLi::after {
    display: none;
  }
}
/* =========================================================
   Footer 页脚响应式
   ========================================================= */
@media (max-width: 1200px) {
  .footer-content_wrapper .footer-frame {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    text-align: center;
  }
  .footer-content_wrapper .footer-frame .ul-container {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 20px;
  }
  .footer-content_wrapper .footer-frame .ul-container > ul {
    flex: 1 1 auto;
    min-width: 120px;
    margin-bottom: 15px;
  }
  .footer-content_wrapper .footer-frame .footer_list {
    float: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .footer-content_wrapper .footer-frame .footer_list .list-item.center-margin {
    margin-right: 20px;
  }
  .footer-content_wrapper .footer-frame .wx_ewm {
    float: none;
    margin: 10px 15px;
  }
  .footer-content_wrapper .index_footer-copyright {
    width: 100%;
    padding: 0 15px 22px;
    box-sizing: border-box;
  }
  .footer-content_wrapper .index_footer-copyright p {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .footer-content_wrapper .footer-links_wrapper {
    padding-top: 30px;
  }
  .footer-content_wrapper .footer-frame .ul-container {
    flex-direction: column;
    align-items: center;
  }
  .footer-content_wrapper .footer-frame .ul-container .links-column {
    text-align: center;
  }
  .footer-content_wrapper .footer-frame .ul-container .links-column li {
    padding-bottom: 12px;
    text-align: center;
  }
  .footer-content_wrapper .footer-frame .ul-container .links-column li a {
    font-size: 13px;
  }
  .footer-content_wrapper .footer-frame .ul-container .links-column .column-header {
    padding-bottom: 16px;
    font-size: 14px;
  }
  .footer-content_wrapper .footer-frame .wx_ewm {
    margin: 10px 8px;
  }
  .footer-content_wrapper .footer-frame .wx_ewm img {
    width: 80px;
    height: 80px;
  }
  .footer-content_wrapper .footer-frame .wx_ewm p {
    font-size: 11px;
    margin-top: 8px;
  }
  .footer-content_wrapper .footer-frame .footer_list {
    flex-direction: column;
    align-items: center;
  }
  .footer-content_wrapper .footer-frame .footer_list .list-item.center-margin {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer-content_wrapper .index_footer-copyright {
    padding-bottom: 15px;
  }
  .footer-content_wrapper .index_footer-copyright .footer_copy_box p {
    line-height: 20px;
    padding: 8px 0;
  }
  .footer-content_wrapper .index_footer-copyright .beian img {
    width: 16px;
  }
}
/* =========================================================
   Hub 页面（archive / single / search）响应式增强
   移动端帮助/技术文档使用独立 m/ 模板，
   此处仅作为平板端过渡和降级方案
   ========================================================= */
@media (max-width: 1200px) {
  .cat_page.single_page .cat_content {
    flex-direction: column;
    padding-left: 0 !important;
  }
  .cat_page.single_page .cat_content .left_box {
    position: static;
    float: none;
    width: 100%;
    padding-right: 0;
    border-right: none !important;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 20px;
    overflow-y: visible;
    max-height: none;
  }
  .cat_page.single_page .cat_content .left_box #search-form {
    width: 100%;
  }
  .cat_page.single_page .cat_content .right_box {
    padding-left: 0;
    border-left: none;
  }
}
@media (max-width: 768px) {
  .cat_page .h {
    height: 50px;
  }
  .cat_page .cat_content {
    margin-top: 15px;
  }
  .cat_page .cat_content .left_box h2 {
    font-size: 16px;
    margin: 15px 0 12px;
  }
  .cat_page .cat_content .left_box .tab_box .tab_item {
    font-size: 14px;
  }
  .cat_page .cat_content .left_box .category_box .category_first > li > a {
    font-size: 13px;
  }
  .cat_page .cat_content .left_box > div.cat_item > .title_h4 {
    font-size: 14px;
  }
  .cat_page .cat_content .right_box h2 {
    font-size: 22px;
    line-height: 30px;
    padding-left: 0;
  }
  .cat_page .cat_content .right_box > ul > li {
    padding: 0;
    margin-bottom: 10px;
  }
  .cat_page .cat_content .right_box > ul > li a {
    flex-direction: column;
    padding: 12px 0;
  }
  .cat_page .cat_content .right_box > ul > li a img {
    width: 100%;
    height: auto;
    max-height: 160px;
    object-fit: cover;
    margin-bottom: 8px;
  }
  .cat_page .cat_content .right_box > ul > li a .post_info {
    margin-left: 0;
  }
  .cat_page .cat_content .right_box > ul > li a .post_info .p_18 {
    font-size: 16px;
  }
  .cat_page .cat_content .right_box > ul > li a .post_info .p_14 {
    font-size: 13px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .cat_page .cat_content .right_box .archive_pagination {
    padding-left: 0;
    flex-wrap: wrap;
  }
  .crumbs {
    font-size: 12px;
    padding: 80px 12px 10px !important;
    flex-wrap: wrap;
    line-height: 20px;
  }
}
/* =========================================================
   Single Article 响应式
   ========================================================= */
@media (max-width: 1200px) {
  .single-page .h {
    height: 50px;
  }
  .single-page .single-container {
    width: 100%;
    flex-direction: column;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .single-page .single-container .main-content {
    width: 100%;
    flex-shrink: 1;
  }
  .single-page .single-container .main-content .article-box {
    padding: 20px;
  }
  .single-page .single-container .main-content .article-box .article-title {
    font-size: 22px;
  }
  .single-page .single-container .main-content .article-box .product-block {
    flex-direction: column;
    align-items: stretch;
  }
  .single-page .single-container .main-content .article-box .product-block .product-info {
    margin-bottom: 15px;
  }
  .single-page .single-container .main-content .article-box .product-block .download_box {
    justify-content: center;
  }
  .single-page .single-container .main-content .article-nav {
    flex-direction: column;
  }
  .single-page .single-container .article-sidebar {
    width: 100%;
    position: static;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .single-page .crumbs {
    padding: 80px 12px 10px !important;
  }
  .single-page .single-container {
    padding: 0 12px;
    margin-top: 12px;
  }
  .single-page .single-container .main-content .article-box {
    padding: 15px;
    border-radius: 8px;
  }
  .single-page .single-container .main-content .article-box .article-title {
    font-size: 18px;
    line-height: 1.5;
  }
  .single-page .single-container .main-content .article-box .article-meta {
    font-size: 12px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .single-page .single-container .main-content .article-box .article-meta a {
    font-size: 12px;
  }
  .single-page .single-container .main-content .article-box .product-block {
    padding: 15px;
  }
  .single-page .single-container .main-content .article-box .product-block .product-info .product-logo img {
    width: 40px;
  }
  .single-page .single-container .main-content .article-box .product-block .product-info .product-details .product-name {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .single-page .single-container .main-content .article-box .product-block .product-info .product-details .product-desc {
    font-size: 12px;
  }
  .single-page .single-container .main-content .article-box .ai-summary {
    padding: 15px;
  }
  .single-page .single-container .main-content .article-box .article-content {
    font-size: 15px;
    line-height: 1.7;
  }
  .single-page .single-container .main-content .article-box .article-tags {
    flex-wrap: wrap;
  }
  .single-page .single-container .main-content .article-nav a {
    padding: 15px;
  }
  .single-page .single-container .article-sidebar .widget {
    padding: 15px;
    border-radius: 8px;
  }
  .single-page .single-container .article-sidebar .widget .widget-title {
    font-size: 16px;
  }
  .single-page .single-container .article-sidebar .widget .related-posts ul li a {
    font-size: 13px;
  }
  .single-page .single-container .article-sidebar .widget .hot-tags .tag-cloud a {
    font-size: 12px;
    padding: 5px 10px;
  }
}
/* =========================================================
   搜索页响应式
   ========================================================= */
@media (max-width: 768px) {
  .search_data h1 {
    font-size: 18px;
    line-height: 26px;
  }
  .search_data > ul > li {
    padding: 0;
  }
  .search_data > ul > li a {
    flex-direction: column;
  }
  .search_data > ul > li a img {
    width: 100%;
    height: auto;
    max-height: 140px;
    margin-bottom: 8px;
  }
  .search_data > ul > li a .post_info {
    margin-left: 0;
  }
  .search_nodata {
    padding-top: 40px;
  }
  .search_nodata img {
    width: 140px;
    height: auto;
  }
  .search_nodata .p_20 {
    font-size: 16px;
    margin: 20px 0 7px;
  }
  .search_nodata .font_14 {
    flex-direction: column;
    align-items: center;
  }
  .search_nodata .font_14 > div {
    margin: 5px 0;
  }
}
/* =========================================================
   404 页面响应式
   ========================================================= */
@media (max-width: 768px) {
  .notfound-wrapper {
    padding-bottom: 50px;
  }
  .notfound-wrapper .notfound-ico {
    width: 80%;
    max-width: 280px;
    margin-top: 60px;
  }
  .notfound-wrapper .tips {
    font-size: 13px;
    margin-top: 25px;
  }
}
/* =========================================================
   通用页面模板响应式
   ========================================================= */
@media (max-width: 768px) {
  .location {
    width: 100%;
    padding: 15px 12px;
    font-size: 13px;
    box-sizing: border-box;
  }
}
