.h-main {
  min-height: 500px;
  margin-bottom: 20px;
}

.help-l {
  display: inline-block;
  width: 200px;
}

.help-r {
  display: inline-block;
  margin-left: 20px;
  border: 1px solid #E5E5E5;
  padding: 0 32px;
  vertical-align: top;
  width: 975px;
  min-height: 560px;
}

.help-r>.title {
  width: 100%;
  height: 66px;
  line-height: 66px;
  position: relative;
  border-bottom: 1px dashed #E5E5E5;
  padding-left: 26px;
  color: #333;
  font-size: 18px;
}

.help-r .title .point {
  position: absolute;
  top: 30px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #1581F0;
  box-shadow: 0 0 0 2px rgba(21, 129, 240, 0.2);
  border-radius: 50%;
}

.help-r .title .newsinfo-ct {
  float: right;
  color: #999;
  font-size: 14px;
}

.help-r .no-news-data {
  font-size: 14px;
  color: #999;
  padding: 192px 0;
  text-align: center;
}

.help-base-menu {
  border: 1px solid #E5E5E5;
}

.help-base-menu .news-title {
  width: 100%;
  line-height: 50px;
  background: #1581F0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
}

.help-base-menu .list {
  margin-bottom: 15px;
}

.help-base-menu .list:last-child {
  margin-bottom: 0;
}

.help-base-menu .list .title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 16px;
  padding-left: 40px;
}

.help-base-menu .item {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #999;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.help-base-menu .item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.help-base-menu .item.active,
.help-base-menu .item:hover {
  background: url(/statics/images/member/menu_active_bg.png) no-repeat 0 0 /100% 100%;
}

.help-base-menu .item.active a,
.help-base-menu .item:hover a {
  color: #1581F0 !important
}

.help-base-menu .item.active:after,
.help-base-menu .item:hover:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 40px;
  border-width: 1px;
  border-style: solid;
  border-bottom-color: #fff;
  box-sizing: border-box;
  pointer-events: none;
  border-top: 0;
  border-left: 0;
  border-right: 2px solid #1581f0;
  border-radius: 0;
}

.page-wrapper {
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-top: 1px solid #E5E5E5;
}

.theme-title {
  font-weight: bold;
}

.help-r .wich-content {
  padding: 20px 0;
  min-height: 270px;
}

/* 帮助中心 */
.help-nav-menu .fir-item-txt {
  display: inline-block;
  width: 100%;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-align: center;
}

.help-detail-list {
  padding: 20px 0;
  min-height: 442px;
}

.help-detail-list .item {
  line-height: 40px;
  font-size: 14px;
}

.help-detail-list .item a {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #333;
  vertical-align: top;
  position: relative;
  padding-left: 20px;
  margin-left: -2px;
}

.help-detail-list .item a:hover {
  color: #1581F0;
}

.help-detail-list .item a .point {
  position: absolute;
  top: 16px;
  left: 2px;
  width: 4px;
  height: 4px;
  background: #1581F0;
  box-shadow: 0 0 0 2px rgba(21, 129, 240, 0.2);
  border-radius: 50%;
}

/* 产品知识库 */
.pro-art-main {
  min-height: 500px;
  margin-bottom: 140px;
}

.pro-art-main .w {
  display: flex;
}

.pro-art-main .no-news-data {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #999;
}

.pro-art-l {
  flex: 1;
  margin-right: 20px;
  border: 1px solid #E5E5E5;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
}

.pro-art-l>.title {
  width: 100%;
  height: 66px;
  line-height: 66px;
  position: relative;
  border-bottom: 1px dashed #E5E5E5;
  padding-left: 26px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
}

.pro-art-l>.title .point {
  position: absolute;
  top: 30px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #1581F0;
  box-shadow: 0 0 0 2px rgb(21 129 240 / 20%);
  border-radius: 50%;
}

.pro-art-l>.tips {
  line-height: 20px;
  color: #999;
  padding: 10px 0;
}

.pro-art-l>.tips .keyword {
  color: #333;
  font-weight: bold;
}

.pro-art-list {
  flex: 1;
  min-height: 540px;
}

.pro-art-list .item {
  font-size: 14px;
  margin-bottom: 12px;
  border-bottom: 1px dashed #E5E5E5;
  padding: 12px;
}

.pro-art-list .item>a {
  color: #333;
  display: flex;
}

.pro-art-list .img-wrapper {
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
}

.pro-art-list .img-wrapper img {
  width: 100%;
  height: 100%;
}


.pro-art-list .info-wrapper {
  flex: 1;
  margin-left: 20px;
}

.pro-art-list .info-wrapper .title {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.pro-art-list .item>a:hover .info-wrapper .title {
  color: #1581F0;
}

.pro-art-list .info-wrapper .description {
  margin-top: 6px;
  font-size: 14px;
  color: #999;
}

.pro-art-list .info-wrapper .info2 {
  margin-top: 6px;
  color: #999;
  display: flex;
}

.pro-art-list .info-wrapper .info2 .time {
  flex: 1;
}

.pro-art-list .info-wrapper .info2 .read_qty {
  text-align: center;
  margin-left: 12px;
}

.pro-art-r {
  flex: 0 0 200px;
}

.pro-art-menu>.title {
  width: 100%;
  line-height: 50px;
  background: #1581F0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
}

.pro-art-menu>.title a {
  color: #FFF;
}

.pro-art-menu>.title a:hover {
  text-decoration: underline;
}

.pro-art-menu .item {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #999;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.pro-art-menu .item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.pro-art-menu .item.active,
.pro-art-menu .item:hover {
  background: url(/statics/images/member/menu_active_bg.png) no-repeat 0 0 /100% 100%;
}

.pro-art-menu .item.active a,
.pro-art-menu .item:hover a {
  color: #1581F0 !important
}

.pro-art-menu .item.active:after,
.pro-art-menu .item:hover:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 40px;
  border-width: 1px;
  border-style: solid;
  border-bottom-color: #fff;
  box-sizing: border-box;
  pointer-events: none;
  border-top: 0;
  border-left: 0;
  border-right: 2px solid #1581f0;
  border-radius: 0;
}

.pro-art-oths {
  border: 1px solid #E5E5E5;
  margin-bottom: 12px;
}

.pro-art-oths>.title {
  font-size: 14px;
  line-height: 40px;
  padding: 0 12px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #E5E5E5;
}

.pro-art-oths>.content {
  padding: 12px;
}

.pro-art-oths>.content .layui-form .layui-form-item:last-child {
  margin-bottom: 0;
}

.pro-art-oths>.content .layui-form .layui-input-block {
  margin-left: 0;
  min-height: 0;
}

.pro-art-oths>.content .layui-form .knowledge-btn {
  width: 100%;
}

.pro-art-oths .share-wrapper {
  display: flex;
  justify-content: space-around;
}

.pro-art-oths .share-wrapper .iconfont {
  display: inline-block;
  font-size: 32px;
  cursor: pointer;
}

.pro-art-oths .share-wrapper .iconfont.wechat {
  color: #46bb36;
}

.pro-art-oths .share-wrapper .iconfont.qq {
  color: #06b4fd;
}

.pro-art-oths .share-wrapper .iconfont.xl {
  color: #d81e06
}

.pro-art-oths .relevance-banner {
  width: 200px;
  height: 200px;
}

.pro-art-oths .relevance-banner .banner-swiper {
  width: 100%;
  height: 100%;
}

.pro-art-oths .relevance-banner .img-wrapper {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro-art-oths .relevance-banner img {
  width: 160px;
  height: 160px;
}

.pro-art-oths .relevance-banner .pagination {
  position: absolute;
  z-index: 20;
  bottom: 4px;
  width: 100%;
  text-align: center;
}

.pro-art-oths .relevance-banner .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #555;
  margin: 0 2px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}

.pro-art-oths .relevance-banner .swiper-active-switch {
  width: 20px;
  height: 8px;
  border-radius: 4px;
  background: #1581F0;
}

.recommend-article-wrapper {
  border: 1px solid #E5E5E5;
}

.recommend-article-wrapper>.title {
  font-size: 14px;
  line-height: 40px;
  padding: 0 12px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #E5E5E5;
}

.recommend-article-wrapper .article-list {
  padding: 0 12px;
}

.recommend-article-wrapper .article-list .item {
  height: 30px;
  line-height: 30px;
  width: 200px;
}

.recommend-article-wrapper .article-list .item a {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pro-art-info-l {
  margin-right: 20px;
  flex: 1;
}

.pro-art-l-container {
  padding: 0 32px 12px;
  border: 1px solid #E5E5E5;
}

.pro-art-l-container>.title-wrapper {
  width: 100%;
  height: 90px;
  position: relative;
  border-bottom: 1px dashed #E5E5E5;
  padding-left: 26px;
  color: #333;
  font-size: 18px;
  display: flex;
}

.pro-art-l-container>.title-wrapper .point {
  position: absolute;
  top: 45px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #1581F0;
  box-shadow: 0 0 0 2px rgb(21 129 240 / 20%);
  border-radius: 50%;
}

.pro-art-l-container>.title-wrapper .title {
  font-weight: bold;
  line-height: 90px;
  flex: 1;
}

.pro-art-l-container>.title-wrapper .newsinfo-ct {
  color: #666;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 90px;
  line-height: 24px;
}

.pro-art-l-container>.title .newsinfo-ct p {
  color: #999;
  margin: 6px 0;
}

.pro-art-l-container .wich-content {
  padding: 12px;
  min-height: 540px;
}

.pro-art-l-container .pro_art_content a {
  color: blue;
  text-decoration: none;
}

.pro-art-l-container .grade-wrapper {
  display: flex;
  width: 300px;
  margin: 20px auto;
}

.pro-art-l-container .grade-wrapper .iconfont {
  flex: 1;
  font-size: 32px;
  cursor: pointer;
  text-align: center;
  color: #999;
}

.pro-art-l-container .grade-wrapper .iconfont.curr {
  color: #1581F0;
}

.pro-art-l-container .grade-form .layui-input-block {
  margin-left: 0;
  min-height: 0;
}

.pro-art-l-container .grade-form textarea {
  width: 100%;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  padding: 20px;
  font-size: 14px;
  color: #333;
}

.pro-art-l-container .grade-form textarea::placeholder {
  color: #999;
  font-size: 14px;
}

.pro-art-l-container .grade-form .grade-btn {
  display: block;
  width: 320px;
  margin: 0 auto;
}

.pro-art-info-l .quick-nav-wrapper {
  background: #F8F8F8;
  padding: 12px 24px;
  margin-top: 12px;
}

.pro-art-info-l .quick-nav-wrapper .prev-wrapper,
.pro-art-info-l .quick-nav-wrapper .next-wrapper {
  line-height: 44px;
  font-size: 14px;
}

.pro-art-info-l .quick-nav-wrapper .prev-wrapper .title,
.pro-art-info-l .quick-nav-wrapper .next-wrapper .title {
  font-weight: bold;
}

.related-labels-wrapper {
  margin-top: 12px;
}

.related-labels-wrapper>.title {
  line-height: 44px;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #E5E5E5;
}

.related-labels-wrapper .label-wrapper {
  margin-top: 12px;
}

.related-labels-wrapper .label:first-child {
  margin-left: 0;
}

.related-labels-wrapper .label {
  display: inline-block;
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
  background: #EBF5FF;
  border: 1px solid #1581F0;
  border-radius: 3px;
  color: #1581F0;
  margin-left: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 700px;
  vertical-align: top;
  cursor: pointer;
}


.wx-qrcode-dialog .container {
  background: #FFF;
  box-shadow: 0px 0px 37px 0px rgba(168, 168, 168, 0.4);
  border: 1px solid #E5E5E5;
  padding: 0 50px 20px;
  border-radius: 6px;
}

.wx-qrcode-dialog .content {
  text-align: center;
  line-height: 24px;
  margin-top: 12px;
  font-size: 14px;
  color: #333;
}

.wx-qrcode-dialog .title {
  width: 100%;
  height: 80px;
  line-height: 50px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.wx-qrcode-dialog .ic_close {
  position: absolute;
  top: 10px;
  right: 10px;
}


.pros-zouma-wrapper {
  border: 1px solid #E5E5E5;
}

.pros-zouma-wrapper>.title {
  font-size: 14px;
  line-height: 40px;
  padding: 0 12px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #E5E5E5;
}

.pros-zouma-wrapper .container {
  width: 100%;
  padding: 60px 10px;
  position: relative;
  background: #F5F5F5
}

.pros-zouma-wrapper .prev-arrow {
  width: 60px;
  height: 60px;
  background: url(../../images/home/home_arrow_left.png) no-repeat 0 0 /60px 60px;
  position: absolute;
  left: 50%;
  top: 0;
  cursor: pointer;
  transform: rotate(90deg);
  margin-left: -30px;
}

.pros-zouma-wrapper .next-arrow {
  width: 60px;
  height: 60px;
  background: url(../../images/home/home_arrow_right.png) no-repeat 0 0 /60px 60px;
  position: absolute;
  left: 50%;
  bottom: 0;
  cursor: pointer;
  transform: rotate(90deg);
  margin-left: -30px;
}

.pros-zouma-wrapper .list-wrapper .list {
  height: 470px;
  overflow: hidden;
}

.pros-zouma-wrapper .list-wrapper .item {
  width: 100%;
  height: 150px;
  text-align: center;
  cursor: pointer;
  white-space: normal;
  vertical-align: top;
  background: #FFF;
  margin-bottom: 10px;
}

.pros-zouma-wrapper .list-wrapper .item>a {
  display: inline-block;
  width: 200px;
  padding: 10px;
}

.pros-zouma-wrapper .list-wrapper .img-wrapper {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.pros-zouma-wrapper .list-wrapper img {
  max-width: 100px;
  max-height: 100px;
}

.pros-zouma-wrapper .list-wrapper .name {
  font-size: 14px;
  color: #333;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pros-zouma-wrapper .list-wrapper .item:hover .name {
  color: #1581F0
}


/* newinfo */
.newinfo-r {
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
  width: 975px;
  min-height: 560px;
}

.newinfo-r .main-content {
  border: 1px solid #E5E5E5;
  padding: 0 32px;
}

.newinfo-r .main-content>.title-wrapper {
  width: 100%;
  height: 66px;
  line-height: 66px;
  position: relative;
  border-bottom: 1px dashed #E5E5E5;
  padding-left: 26px;
  color: #333;
  font-size: 18px;
}

.newinfo-r .main-content>.title-wrapper .point {
  position: absolute;
  top: 30px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #1581F0;
  box-shadow: 0 0 0 2px rgba(21, 129, 240, 0.2);
  border-radius: 50%;
}

.newinfo-r .main-content>.title-wrapper .newsinfo-ct {
  float: right;
  color: #999;
  font-size: 14px;
}

.newinfo-r .main-content .wich-content {
  padding: 20px 0;
  min-height: 405px;
}

.newinfo-r .newinfo-page-wrapper {
  display: flex;
  height: 50px;
  line-height: 50px;
  justify-content: space-between;
}

/* newinfo */

/* nl-main */
.nl-main {
  margin-bottom: 20px;
}

.nl-main .w {
  display: flex;
}

.nl-main .newlist-l {
  flex: 0 0 200px;
  width: 0;
}

.nl-main .newlist-r {
  flex: 1;
  margin-left: 20px;
  border: 1px solid #E5E5E5;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
}

.nl-main .newlist-r .title-wrapper {
  width: 100%;
  height: 66px;
  line-height: 66px;
  position: relative;
  border-bottom: 1px dashed #E5E5E5;
  padding-left: 26px;
  color: #333;
  font-size: 18px;
}

.nl-main .newlist-r .title-wrapper .point {
  position: absolute;
  top: 30px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #1581F0;
  box-shadow: 0 0 0 2px rgba(21, 129, 240, 0.2);
  border-radius: 50%;
}

.nl-main .newlist-r .title-wrapper .theme-title {
  font-weight: bold;
}


.nl-main .new-list {
  padding: 20px;
  flex: 1;
}

.nl-main .new-list .item {
  line-height: 40px;
  font-size: 14px;
}

.nl-main .new-list .item a {
  display: flex;
  color: #333;
}

.nl-main .new-list .item a:hover {
  color: #1581F0;
}

.nl-main .new-list .item a .info-wrapper {
  line-height: 40px;
  font-size: 14px;
  flex: 1;
  display: flex;
}

.nl-main .new-list .item .info-wrapper>.title {
  flex: 1;
  width: 0;
  line-height: 40px;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}

.nl-main .new-list .item .time {
  flex: 0 0 130px;
  text-align: right;
  color: #999;
}


/* .nl-main .new-list .item a.pic-mode {
  width: 100%;
}

.nl-main .new-list .item a.pic-mode .img-wrapper {
  display: inline-block;
  width: 100px;
  height: 60px;
  vertical-align: top;
}

.nl-main .new-list .item a.pic-mode .img-wrapper img {
  width: 100%;
  height: 100%;
}

.nl-main .new-list .item a.pic-mode .info-wrapper {
  display: inline-block;
  width: 750px;
  margin-left: 12px;
  line-height: 60px;
}

.nl-main .new-list .item a.pic-mode .info-wrapper>.title {
  display: inline-block;
  width: 624px;
} */

/* nl-main */