body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  font-size: 12px;
  /* font-family: "PingFangSC-Medium","PingFangSC-Regular", "PingFang SC", "Microsoft YaHei", Arial, Helvetica, "WenQuanYi Micro Hei", "tohoma,sans-serif"; */
}

* {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;

}

body {
  min-height: 100%;
  position: relative;
  font-size: 12px;
  background: #fafafa;
  color: #6c6c6c;
  word-break: break-all;
  font-feature-settings: "liga" 0;
}

a {
  color: #5daadc;
  text-decoration: none;
}

i,
em {
  font-style: normal
}

li {
  list-style: none
}

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

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

p {
  word-wrap: break-word;
  font-family: "PingFangSC-Regular"
}

.block {
  display: block !important;
}

button:focus,
select:focus {
  outline: none;
}

textarea,
input {
  outline: none;
  border: none;
  resize: none
}

.clearfix:after,
.cl:after {
  content: '.';
  clear: both;
  display: block;
  height: 0px;
  overflow: hidden;
  visibility: hidden
}

html {
  font-size: 20px;
  /* color: #FFFFFF; */
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

html,
body,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PingFangSC-Regular", "PingFang SC", "Microsoft YaHei", Arial, Helvetica, "WenQuanYi Micro Hei", "tohoma,sans-serif";
  /* font-family:"PingFangSC-Medium,Helvetica Neue,Helvetica,Arial,sans-serif"; */
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 500;
}

.lock-screen {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000000000;
}

/* 文章详情图片描述 */
.alt-img,
figcaption {
  font-size: 14px !important;
  font-family: PingFangSC-Regular, PingFang SC !important;
  font-weight: 400 !important;
  color: rgba(153, 153, 153, 1) !important;
  line-height: 22px !important;
  text-align: center !important;
}

.display-block {
  display: block !important;

}

.display-none {
  display: none !important;
}

i {
  font-style: normal;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

.l,
.z {
  float: left;
}

.r,
.y {
  float: right;
}

img {
  /* max-width: 100%; */
  vertical-align: top;
}

.flex {
  display: flex;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-space-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.avatar-lable {
  background: url(../../img/lable.png) no-repeat center;
  background-size: cover;
}

.avatar {
  background: url(../../img/noavatar_middle.gif) no-repeat center;
  background-size: cover;
}

.avatar img {
  background: #fff;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #BCBCBC;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #BCBCBC;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #BCBCBC;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #BCBCBC;
}

.dot {
  height: 4px;
  width: 4px;
  background: #D8D8D8;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: block;
  margin: 0 5px;
}

.fixed-common {
  position: fixed;
  top: 80px;
}

textarea::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

textarea::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
  background: #ddd9d9;
}

textarea::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
  border-radius: 10px;
  background: #EDEDED;
}

img[smilieid] {
  width: 20px !important;
  height: auto !important;
}

/* 显示省略好-webkit-line-clamp: 2; 默认显示两行*/
.p-omit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p-omit-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.pointer {
  cursor: pointer;
}

.border-bottom {
  border-bottom: 1px solid #E5E5E5;
}

.border-radius {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.img-cover {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.look-img {
  cursor: pointer;
}

.mask-wrap {
  position: fixed;
  top: 0;
  z-index: 100;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.30);
}

/* .own-img{
  width: 50px;
  height: 50px;
} */
.own-img2 {
  width: 40px;
  height: 40px;
}

.radius-2px,
.radius-6px {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  overflow: hidden;
}

.radius-50 {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
}

.spot {
  height: 4px;
  width: 4px;
  display: block;
  background: #D8D8D8;
  margin: 0 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.author-avator {
  cursor: pointer;
}

.shadow-animation {
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;

}

.bg-animation {
  position: relative;
}

.bg-animation:hover::after {
  background: rgba(0, 0, 0, 0.1);
}

.bg-animation::after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.shadow-animation:hover {
  box-shadow: 0 15px 15px 0 rgba(15, 37, 64, 0.1);
}

.border-active {
  -webkit-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  cursor: pointer;
}

.border-active::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  height: 2px;
  width: 0;
  background: none;
  display: block;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.border-active:hover {
  color: #333333 !important;

}

.border-active:hover::after {
  background: #333;
  width: 100%;
}

.active.border-active {
  color: #333333 !important;
}

.active.border-active::after {
  width: 100%;
  background: #333;
}

/****************** 图片浏览器重置样式 start  content: "\e961";****************/
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb-outer {
  display: none;
}

.lg-backdrop {
  background-color: #000000a6;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {

  border-radius: 50%;
  display: block !important;
}

/* .lg-toolbar{
    background: none;
  width: 100%;
  margin: 0 auto;
  bottom: 0;
  bottom: 150px;
  z-index: 1082;
} */
.lg-outer.lg-visible .lg {
  width: 1200px !important;
  right: 0;
  margin: auto;
}

.lg-outer .lg {
  overflow: inherit;
}

.lg-icon {
  display: none;
  color: #fff;
}

.lg-close.lg-icon {
  opacity: 1;
  display: block;

}

#lg-counter {
  position: absolute;
  bottom: 30px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  padding: 6px 24px;
  text-align: center;
  left: 47%;
  color: #ffffff !important;
  z-index: 10000;
}

.lg-actions .lg-prev {
  left: -5%;
}

.lg-actions .lg-next {
  right: -5%;
}

.lg-outer .lg-inner {
  overflow: hidden;
}

.lg-toolbar .lg-close,
.lg-actions .lg-next,
.lg-actions .lg-prev {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-size: 15px;
}

.lg-toolbar .lg-close {
  position: absolute;
  top: 20px;
  right: -60px;
  width: 40px;
  text-align: center;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
}

.lg-toolbar .lg-close:after {
  content: "\e961";
}

.lg-actions .lg-next:before {
  content: "\e96f";
}

.lg-actions .lg-prev:after {
  content: "\e96e";
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background: none;
  font-size: 32px;
  font-weight: 700;
}

.lg-object.lg-image {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.lg-outer.lg-visible {
  opacity: 1;
  padding: 80px;
  box-sizing: border-box;
}

/********************* 图片浏览器重置样式 end************/

/* ***********************三角形 start******************** */
.triangle-bottom-icon {
  width: 0px;
  height: 0px;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid #ffffff;
  border-left: 10px solid rgba(0, 0, 0, 0);
}

.triangle-right-icon {
  width: 0px;
  height: 0px;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid #4790E5;
  border-left: 10px solid rgba(0, 0, 0, 0);
}

.triangle-top-icon {
  width: 0px;
  height: 0px;
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid #4790E5;
  border-left: 10px solid rgba(0, 0, 0, 0);
}

.triangle-left-icon {
  width: 0px;
  height: 0px;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid #4790E5;
  border-bottom: 10px solid rgba(0, 0, 0, 0);
}

.arrow-icon {
  position: absolute;
  z-index: 91;
  top: -8px;
  left: 40px;
  /* background: #fff; */
}

.arrow-icon:after {
  content: '';
  display: block;
  background: #fff;
  width: 16px;
  height: 16px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.10);
  transform: rotate(45deg);
}

.arrow-icon:before {
  position: absolute;
  z-index: 2;
  content: '';
  display: block;
  background: #ffffff;
  width: 66px;
  height: 20px;
  top: 8px;
  left: -24px;
}

/* ***********************三角形 end******************** */
/* // 标签样式 */
.label-icon-1,
.label-icon-2 {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #9BC2D9;
  line-height: 12px;
  padding: 5px 10px;
  background: #FFFFFF;
  border-radius: 100px;
  display: inline-block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  margin-right: 5px;
}

.label-icon-2 {
  background: #F5F7F9;
  color: #9BC2D9;

}

.icon-Dgtlex-dgtlexicon-biaoqing:hover,
.icon-all_edit_photo:hover {
  color: rgba(80, 106, 138, 1) !important;
}

/********************************字体 start***********************************/
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?g90beu');
  src: url('../fonts/icomoon.eot?g90beu#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?g90beu') format('truetype'),
    url('../fonts/icomoon.woff?g90beu') format('woff'),
    url('../fonts/icomoon.svg?g90beu#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}


[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-edit_tag:before {
  content: "\e976";
}

.icon-all_arrow_new:before {
  content: "\e900";
}

.icon-all_back_new:before {
  content: "\e901";
}

.icon-all_comment_new:before {
  content: "\e902";
}

.icon-all_edit_link_new:before {
  content: "\e903";
}

.icon-all_like_new:before {
  content: "\e904";
}

.icon-all_like_on_new:before {
  content: "\e905";
}

.icon-all_off_new:before {
  content: "\e906";
}

.icon-all_plus_new:before {
  content: "\e907";
}

.icon-all_refresh_new:before {
  content: "\e908";
}

.icon-all_repost_new:before {
  content: "\e909";
}

.icon-cam_icon_new:before {
  content: "\e90a";
}

.icon-edit_emoticon_new:before,
.icon-Dgtlex-dgtlexicon-biaoqing:before {
  content: "\e90b";
}

.icon-edit_photo_new:before,
.icon-Dgtlex-dgtlexicon-picture-empty:before {
  content: "\e90c";
}

.icon-mark_new:before {
  content: "\e90d";
}

.icon-nan_new:before {
  content: "\e90e";
}

.icon-stars_icon_new:before {
  content: "\e90f";
}

.icon-tab_home_normal_new:before {
  content: "\e910";
}

.icon-tab_info_normal_new:before {
  content: "\e911";
}

.icon-tab_me_normal_new:before {
  content: "\e912";
}

.icon-tab_review_normal_new:before {
  content: "\e913";
}

.icon-tab_taste_normal_new:before {
  content: "\e914";
}

.icon-tag_claim_on_icon_new:before {
  content: "\e915";
}

.icon-top_edit_new:before {
  content: "\e916";
}

.icon-top_plus_messager_new:before {
  content: "\e917";
}

.icon-top_search_new:before {
  content: "\e918";
}

.icon-woman_new:before {
  content: "\e919";
}

.icon-all__setting:before {
  content: "\e956";
}

.icon-all_arrow:before {
  content: "\e957";
}

.icon-all_comment-copy:before {
  content: "\e958";
}

.icon-all_delete:before {
  content: "\e959";
}

.icon-all_done:before {
  content: "\e95a";
}

.icon-all_edit_photo:before {
  content: "\e95b";
}

.icon-all_editor:before {
  content: "\e95c";
}

.icon-all_favorites:before {
  content: "\e95d";
}

.icon-all_iocation:before {
  content: "\e95e";
}

.icon-all_like-copy:before {
  content: "\e95f";
}

.icon-all_more:before {
  content: "\e960";
}

.icon-all_off:before {
  content: "\e961";
}

.icon-all_phone:before {
  content: "\e962";
}

.icon-all_play:before {
  content: "\e963";
}

.icon-all_plus_photo:before {
  content: "\e964";
}

.icon-all_qq:before {
  content: "\e965";
}

.icon-all_refresh:before {
  content: "\e966";
}

.icon-all_repost-copy:before {
  content: "\e967";
}

.icon-all_search:before {
  content: "\e968";
}

.icon-all_see:before {
  content: "\e969";
}

.icon-all_tag:before {
  content: "\e96a";
}

.icon-all_wechat:before {
  content: "\e96b";
}

.icon-all_weibo:before {
  content: "\e96c";
}

.icon-arrow_down:before {
  content: "\e96d";
}

.icon-arrow_left:before {
  content: "\e96e";
}

.icon-arrow_right:before {
  content: "\e96f";
}

.icon-arrow_up:before {
  content: "\e970";
}

.icon-cooperation_geetest:before {
  content: "\e971";
}

.icon-cooperation_qiniu:before {
  content: "\e972";
}

.icon-cooperation_shangzhibo:before {
  content: "\e973";
}

.icon-cooperation_upyun:before {
  content: "\e974";
}

.icon-full:before {
  content: "\e975";
}

.icon-Shape-Copy:before {
  content: "\e977";
}

.icon-tag_claim_on_icon:before {
  content: "\e978";
}

.icon-top_bell:before {
  content: "\e979";
}

.icon-top_message:before {
  content: "\e97a";
}

.icon-video_pause:before {
  content: "\e97b";
}

.icon-video_volume_add:before {
  content: "\e97c";
}

.icon-video_volume_subtract:before {
  content: "\e97d";
}

.icon-pause_icon:before {
  content: "\e955";
}

.icon-fullscreen_off:before {
  content: "\e950";
}

.icon-fullscreen_on:before {
  content: "\e951";
}

.icon-play_arrow:before {
  content: "\e952";
}

.icon-volume_off:before {
  content: "\e953";
}

.icon-volume:before {
  content: "\e954";
}

.icon-Dgtlex-dgtlexlogo-Collaboration-shangzhibo:before {
  content: "\e94f";
}

.icon-Dgtlex-dgtlexicon-live-line:before {
  content: "\e94c";
}

.icon-Dgtlex-dgtlexicon-Time:before {
  content: "\e94b";
}

.icon-xchuxingicon_play:before {
  content: "\e94a";
}

.icon-Dgtlex-dgtlexicon-tips:before {
  content: "\e949";
}

.icon-Dgtlex-dgtlexicon-wom:before {
  content: "\e91a";
}

.icon-Dgtlex-dgtlexlogo-Collaboration-qiniu:before {
  content: "\e932";
}

.icon-Dgtlex-dgtlexlogo-Dgtlelogo:before {
  content: "\e936";
}

.icon-Dgtlex-dgtlexicon-search:before {
  content: "\e91b";
}

.icon-Dgtlex-dgtlexicon-portals-admin:before {
  content: "\e946";
}

.icon-Dgtlex-dgtlexicon-Cloud-platform:before {
  content: "\e947";
}

.icon-Dgtlex-dgtlexicon-admin-center:before {
  content: "\e948";
}

.icon-Dgtlex-dgtlexicon-more-horizontal:before {
  content: "\e937";
}

.icon-Dgtlex-dgtlexicon-Refresh:before {
  content: "\e94d";
}

.icon-Dgtlex-dgtlexicon-Home-commend:before {
  content: "\e94e";
}

.icon-Dgtlex-dgtlexlogo-Collaboration-upyun:before {
  content: "\e933";
}

.icon-Dgtlex-dgtlexlogo-Collaboration-geetest:before {
  content: "\e934";
}

.icon-Dgtlex-dgtlexicon-sina-weibo:before {
  content: "\e92a";
}

.icon-Dgtlex-dgtlexicon-eye-solid:before {
  content: "\e938";
}

.icon-Dgtlex-dgtlexicon-chevron-left:before {
  content: "\e939";
}

.icon-Dgtlex-dgtlexicon-chevron-left-bold:before {
  content: "\e93a";
}

.icon-Dgtlex-dgtlexicon-arrow-button-up:before {
  content: "\e93b";
}

.icon-Dgtlex-dgtlexicon-arrow-button-down:before {
  content: "\e93c";
}

.icon-Dgtlex-dgtlexicon-play2:before {
  content: "\e93d";
}

.icon-Dgtlex-dgtlexicon-qzone:before {
  content: "\e93e";
}

.icon-Dgtlex-dgtlexicon-douban:before {
  content: "\e93f";
}

.icon-Dgtlex-dgtlexicon-more-vertical:before {
  content: "\e940";
}

.icon-Dgtlex-dgtlexicon-mark:before {
  content: "\e941";
}

.icon-Dgtlex-dgtlexicon-arrow-button-right:before {
  content: "\e942";
}

.icon-Dgtlex-dgtlexicon-arrow-button-left:before {
  content: "\e943";
}

.icon-Dgtlex-dgtlexicon-tag:before {
  content: "\e944";
}

.icon-Dgtlex-dgtlexicon-message:before {
  content: "\e945";
}

.icon-Dgtlex-dgtlexicon-Plus:before {
  content: "\e935";
}

.icon-Dgtlex-dgtlexicon-avatar-solid:before {
  content: "\e931";
}

.icon-Dgtlex-dgtlexicon-wechat:before {
  content: "\e92b";
}

.icon-Dgtlex-dgtlexicon-pk:before {
  content: "\e92c";
}

.icon-Dgtlex-dgtlexicon-avatar:before {
  content: "\e92d";
}

.icon-Dgtlex-dgtlexicon-play:before {
  content: "\e92e";
}

.icon-Dgtlex-dgtlexicon-moon:before {
  content: "\e92f";
}

.icon-Dgtlex-dgtlexicon-Question-and-Answer:before {
  content: "\e930";
}

.icon-Dgtlex-dgtlexicon-camera:before {
  content: "\e91c";
}

/* .icon-Dgtlex-dgtlexicon-biaoqing:before {
  content: "\e91d";
} */
.icon-Dgtlex-dgtlexicon-picture:before {
  content: "\e91e";
}

.icon-Dgtlex-dgtlexicon-AT:before {
  content: "\e91f";
}

.icon-Dgtlex-dgtlexicon-Pencil:before {
  content: "\e920";
}

.icon-Dgtlex-dgtlexicon-bells:before {
  content: "\e921";
}

.icon-Dgtlex-dgtlexicon-wrong:before {
  content: "\e922";
}

.icon-Dgtlex-dgtlexicon-Mall:before {
  content: "\e923";
}

.icon-Dgtlex-dgtlexicon-Map-marker:before {
  content: "\e924";
}

.icon-Dgtlex-dgtlexicon-men:before {
  content: "\e925";
}

.icon-Dgtlex-dgtlexicon-heart-empty:before {
  content: "\e926";
}

.icon-Dgtlex-dgtlexicon-hot:before {
  content: "\e927";
}

.icon-Dgtlex-dgtlexicon-eye:before {
  content: "\e928";
}

/* .icon-Dgtlex-dgtlexicon-picture-empty:before {
  content: "\e929";
} */
.icon-Dgtlex-dgtlexicon-picture2:before {
  content: "\e97e";
}

.icon-Dgtlex-dgtlexicon-star-empty:before {
  content: "\e97f";
}

.icon-Dgtlex-dgtlexicon-italic:before {
  content: "\e980";
}

.icon-Dgtlex-dgtlexicon-font-size:before {
  content: "\e981";
}

.icon-Dgtlex-dgtlexicon-align-left:before {
  content: "\e982";
}

.icon-Dgtlex-dgtlexicon-align-center:before {
  content: "\e983";
}

.icon-Dgtlex-dgtlexicon-align-right:before {
  content: "\e984";
}

.icon-Dgtlex-dgtlexicon-bold:before {
  content: "\e985";
}

.icon-Dgtlex-dgtlexicon-list:before {
  content: "\e986";
}

.icon-Dgtlex-dgtlexicon-quotes:before {
  content: "\e987";
}

.icon-Dgtlex-dgtlexicon-video:before {
  content: "\e988";
}

.icon-Dgtlex-dgtlexicon-link:before {
  content: "\e989";
}

.icon-Dgtlex-dgtlexicon-link-off:before {
  content: "\e98a";
}

.icon-Dgtlex-dgtlexicon-Underline:before {
  content: "\e98b";
}

.icon-Dgtlex-dgtlexicon-Clear-font:before {
  content: "\e98c";
}

.icon-Dgtlex-dgtlexicon-glyphicon-off:before {
  content: "\e98d";
}

.icon-Dgtlex-dgtlexicon-me:before {
  content: "\e997";
}

.icon-Dgtlex-dgtlexicon-plus:before {
  content: "\e996";
}

.icon-Dgtlex-dgtlexicon-star:before {
  content: "\e995";
}

.icon-Dgtlex-dgtlexicon-speaker:before {
  content: "\e994";
}

.icon-Dgtlex-dgtlexicon-settings:before {
  content: "\e993";
}

.icon-Dgtlex-dgtlexicon-chevron-right:before {
  content: "\e992";
}

.icon-Dgtlex-dgtlexicon-chevron-right-bold:before {
  content: "\e991";
}

.icon-Dgtlex-dgtlexicon-rss:before {
  content: "\e990";
}

.icon-Dgtlex-dgtlexicon-comment:before {
  content: "\e98f";
}

.icon-Dgtlex-dgtlexicon-like:before {
  content: "\e98e";
}

.icon-top_message:before {
  content: "\e97a";
}

.icon-top_bell:before,
icon-Dgtlex-dgtlexicon-bells:before {
  content: "\e979";
}

/********************************字体 end***********************************/


/*按钮加载更多 搜索关注 start*/
.icon-more,
.icon-more2 {
  position: relative;
  /* z-index: 100; */
}

.icon-more span,
.icon-more2 span,
.icon-more3 span {
  position: relative;
  cursor: pointer;
  z-index: 2;
  box-sizing: border-box;
  font-family: PingFangSC-Regular;
  will-change: transform, filter, border-color;
  transform-style: preserve-3d;
  transition: transform 0.5s ease, filter 0.5s ease;
  /*background: #E5E5E5;*/
  display: block;
  border-radius: 100px;
  height: 40px;
  line-height: 40px;
  width: 154px;
  text-align: center;
  color: #ffffff;
  background-image: linear-gradient(#4790E5, #52A5F4);
  -webkit-transition: transform 0.5s ease, filter 0.5s ease;
  -moz-transition: transform 0.5s ease, filter 0.5s ease;
  -ms-transition: transform 0.5s ease, filter 0.5s ease;
  -o-transition: transform 0.5s ease, filter 0.5s ease;
  /* border: 1px solid transparent; */
  /* box-sizing: border-box; */
}

.icon-more3 span {
  width: 80px;
  height: 34px;
  color: #fff;
  line-height: 34px;
  display: block;
  background-image: linear-gradient(-180deg, #4790E5 0%, #52A5F4 100%);
  border-radius: 17px;
}

.icon-more4 span{
  position: relative;
  cursor: pointer;
  z-index: 2;
  box-sizing: border-box;
  font-family: PingFangSC-Regular;
  will-change: transform, filter, border-color;
  transform-style: preserve-3d;
  transition: transform 0.5s ease, filter 0.5s ease;
  /* background: #E5E5E5; */
  display: block;
  border-radius: 100px;
  height: 40px;
  line-height: 40px;
  width: 154px;
  text-align: center;
  color: #ffffff;
  background-color: #E5E5E5;

  -webkit-transition: transform 0.5s ease, filter 0.5s ease;
  -moz-transition: transform 0.5s ease, filter 0.5s ease;
  -ms-transition: transform 0.5s ease, filter 0.5s ease;
  -o-transition: transform 0.5s ease, filter 0.5s ease;
}


.icon-more:hover span,
.icon-more3:hover span {
  /* background-image: linear-gradient(-180deg, #4790E5 0%, #52A5F4 100%) !important; */
  /* background-image: linear-gradient(-180deg, #4790E5 0%, #3BCFFF 99%) !important; */
  background: linear-gradient(180deg, rgba(71, 144, 229, 1) 0%, rgba(82, 165, 244, 1) 100%) !important;
  ;
  border: none !important;
  box-shadow: 0px 7px 20px #4690d485;
  color: #fff !important;
  filter: brightness(1.05) contrast(1.05);
  transform: scale(1.1);
  -webkit-filter: brightness(1.05) contrast(1.05);
}

.icon-more2:hover span {
  /* background-image: linear-gradient(-180deg, #4790E5 0%, #52A5F4 100%); */
  /* background-image: linear-gradient(-180deg, #59DFA4 0%, #61F9A8 96%) !important; */
  background: linear-gradient(180deg, rgba(89, 223, 164, 1) 0%, rgba(91, 220, 196, 1) 100%) !important;
  border: none !important;
  color: #fff !important;
  filter: brightness(1.05) contrast(1.05);
  transform: scale(1.1);
}

.icon-more4:hover span{
  background:linear-gradient(180deg,rgba(71,144,229,1) 0%,rgba(82,165,244,1) 100%) !important;;
  border: none !important;
  box-shadow: 0 7px 20px #4690d485;
  color: #fff !important;
  filter: brightness(1.05) contrast(1.05);
  transform: scale(1.1);
  -webkit-filter: brightness(1.05) contrast(1.05);
}


/*按钮加载更多 end*/


/*===============加载动画 start=======================*/
.loadding-wap {
  height: 100px;
}

.spinner {
  margin: 100px auto 0;
  width: 150px;
  text-align: center;
}

.spinner>div {
  width: 30px;
  height: 30px;
  background-color: #C9D6DE;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0.0)
  }

  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes bouncedelay {

  0%,
  80%,
  100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }

  40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


/* 过度动画 */
.spinner-loading-warp {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0000008c;
  background: #ffffffab;
  z-index: 1000000000;
}

.spinner-loading {
  margin: 100px auto;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
  -webkit-animation: rotate 2.0s infinite linear;
  animation: rotate 2.0s infinite linear;
}

.spinner-loading .dot1,
.spinner-loading .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #649de4;
  border-radius: 100%;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.spinner-loading .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.weixin-share {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 10px;
  width: 240px;
  height: 277px;
  background: #fff;
  border: solid 1px #d8d8d8;
  z-index: 11001;
  font-size: 12px;
}

.weixin-share div {
  height: 200px;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.weixin-share .p {
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;

}

.weixin-share .p i {
  color: #d8d8d8;
  float: right;
  cursor: pointer;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg)
  }
}

@-webkit-keyframes bounce {

  0%,
  100% {
    -webkit-transform: scale(0.0)
  }

  50% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes bounce {

  0%,
  100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }

  50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/* ======加载动画 end=======================*/
