@charset "UTF-8";
/**
 * Theme Variables
 * 集中管理主题色、字体、尺寸等变量
 */
/* =========================================================
   Help Center Styles (page-help-win.php)
   覆盖说明：以下样式在 style.css 之后加载，仅保留
   帮助中心特有模块及必要的全局组件覆盖。
   ========================================================= */
/* ---- Header 覆盖（帮助中心导航无透明背景及下拉菜单） ---- */
.luping_header {
  width: 100%;
  height: 84px;
}
.luping_header .gohome {
  width: 195px;
  height: 84px;
  float: left;
}
.luping_header .gohome img {
  width: 195px;
  height: 44px;
  margin-top: 27px;
}
.luping_header ul {
  float: right;
}
.luping_header ul li {
  padding: 22px 20px 0px;
  float: left;
}
.luping_header ul li.current_select a {
  color: #00FFE9;
}
.luping_header ul li a {
  font-size: 16px;
  color: #FFFFFF;
}

/* ---- 页面背景 ---- */
.all_bg {
  background-image: url("https://cdn-business-static.aunbox.cn/www_luping_com/static/images/lupingdashi/background.png");
  background-repeat: no-repeat;
  background-color: #000000;
}

/* ---- 帮助中心主体 ---- */
.help_center {
  padding-bottom: 50px;
}
.help_center .help_center_title {
  padding: 74px 0px 55px;
  min-width: 1200px;
  text-align: center;
  font-size: 38px;
  color: #FFFFFF;
  letter-spacing: -0.5px;
}
.help_center .czsc {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 260px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 0px 10px 20px;
  background: rgba(54, 54, 54, 0.9);
  overflow-x: hidden;
  height: 650px;
}
.help_center .czsc .czsc_title {
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: -0.32px;
  margin-bottom: 12px;
}
.help_center .czsc img {
  height: 1px;
  margin-bottom: 12px;
}
.help_center .firest_floor .firest_floor_header {
  text-align: left;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: -0.24px;
  margin-bottom: 10px;
}
.help_center .firest_floor .second_floor_header {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: -0.21px;
  padding-left: 20px;
  margin-bottom: 10px;
}
.help_center .firest_floor .third_floor {
  font-size: 14px;
  color: #C9C9C9;
  letter-spacing: -0.18px;
  padding-left: 40px;
  margin-bottom: 10px;
  max-width: 788px;
}
.help_center .firest_floor .third_floor_img {
  margin: 15px auto;
  text-align: center;
}
.help_center .firest_floor .third_floor_img img {
  height: 300px;
}
.help_center .bzzxwa {
  float: right;
  width: 930px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  padding: 24px 0px 0px 20px;
  background: rgba(54, 54, 54, 0.9);
}
.help_center .bzzxwa .bzzxwa_title {
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: -0.32px;
  margin-bottom: 15px;
}
.help_center .bzzxwa img {
  height: 1px;
  margin-bottom: 12px;
}

.czsc .firest_floor * {
  cursor: pointer;
}

/* ---- Footer 覆盖（帮助中心版式差异） ---- */
.footer-content_wrapper {
  background: #292929;
}
.footer-content_wrapper .footer_list {
  float: left;
  margin-top: -25px;
}
.footer-content_wrapper .footer_list .list-item {
  float: none;
  margin-top: 20px;
}
.footer-content_wrapper .footer_list .list-item span {
  color: #ffffff;
  opacity: 0.6;
}
.footer-content_wrapper .links-column {
  float: right;
}
.footer-content_wrapper .links-column li.column-header {
  color: #FFFFFF;
}
.footer-content_wrapper .links-column li a {
  color: #ffffff;
  opacity: 0.6;
}
.footer-content_wrapper .links-column li a.qqkf-button {
  background: none;
  text-align: left;
}
.footer-content_wrapper .links-column li a.qqkf-button:hover {
  background: none;
}
.footer-content_wrapper .links-column.secod-column {
  margin: 0 129px 0 120px;
}

/* ---- 悬浮框覆盖 ---- */
.fixed_box {
  top: initial;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 9px 23px 0px rgba(196, 194, 217, 0.2);
  box-shadow: 0px 9px 23px 0px rgba(196, 194, 217, 0.2);
  border-radius: 8px;
  border: 1px solid #E7E7E9;
  position: fixed;
  bottom: 50px;
  right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 999;
}
.fixed_box p .icon-wrapper {
  height: auto;
  margin-bottom: 18px;
}
.fixed_box p a {
  padding-bottom: 20px;
  margin-top: 20px;
}
.fixed_box p a span {
  color: #272727;
}
.fixed_box p a span i {
  color: #272727;
}
.fixed_box p a:hover span {
  color: #0079FF !important;
}
.fixed_box p a:hover span i {
  color: #0079FF !important;
}
.fixed_box .hover_box {
  width: 221px;
  height: 279px;
  position: absolute;
  top: -15px;
  left: -210px;
  background: url(/static/images/lupingdashi/img_bg@2x.png) center no-repeat;
  background-size: cover;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 34px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 3px;
  display: none;
}
.fixed_box .hover_box img {
  width: 111px;
  height: 111px;
}
.fixed_box .hover_box .p_14 {
  font-size: 14px;
  font-weight: 600;
  color: #3B3B3B;
  line-height: 24px;
  margin-top: 6px;
}
.fixed_box .hover_box .line_style {
  width: 133px;
  height: 1px;
  opacity: 0.75;
  border-bottom: 1px dashed #D8D8D8;
  margin-top: 4px;
}
.fixed_box .hover_box .p_12 {
  font-size: 12px;
  font-weight: 600;
  color: #3B3B3B;
  line-height: 24px;
  margin-top: 8px;
}
.fixed_box .hover_box .p_time {
  font-size: 14px;
  font-weight: 400;
  color: #6E6E6E;
  line-height: 22px;
  margin-top: -5px;
}

.go-back_top {
  background: black !important;
  border-radius: 0px !important;
  border: 2px solid #00E4FF;
  z-index: 999999999;
}
.go-back_top:hover .iconfont {
  color: #00E4FF;
}

/* ---- Footer 辅助类 ---- */
.links-column-color {
  display: inline-block;
  width: 158px;
  color: #fff;
  opacity: 0.6;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.links-column-margin {
  margin-right: 60px;
}

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

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