.header_banner {
  width: 100%;
  height: 35px;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  font-size: 14px;
  box-shadow: 0 2px 4px #EEE;
  line-height: 28px;
  min-width: 375px;
  background-color: #F8F8F8;
}
.header_banner .banner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  font-size: 14px;
  height: calc(100% - 2px);
}
.header_banner .banner .xc_region {
  position: absolute;
  left: 10px;
}
.header_banner .banner .xc_region .location_icon {
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
  width: 18px;
  height: 18px;
  fill: currentColor;
  overflow: hidden;
}
.header_banner .banner .xc_region .region_button {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  text-align: center;
  margin-left: 2px;
}
.header_banner .banner .xc_region .region_button .button_text {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  color: #666;
  padding: 0 10px 0 0;
  height: 34px;
  line-height: 34px;
}
.header_banner .banner .app_applet {
  position: absolute;
  left: 120px;
}
.header_banner .banner .app_applet .app_icon {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  width: 1.5em;
  height: 2em;
  fill: currentColor;
  overflow: hidden;
}
.header_banner .banner .app_applet .app_text {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  cursor: pointer;
  color: #666;
}
.header_banner .banner .banner_login {
  position: absolute;
  right: 10px;
}
.header_banner .banner .banner_login .banner_login_a {
  padding-top: 8px;
  display: inline-block;
  vertical-align: center;
}
.header_banner .banner .banner_login .banner_login_a .portrait {
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-top: -4px;
  cursor: pointer;
  background-color: #ffffff;
}
.header_banner .banner .banner_login .banner_login_a .login {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  color: #666;
  line-height: 17px;
  margin-left: 5px;
}
.header_banner .banner .banner_login .banner_login_a .register {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  color: #666;
  line-height: 17px;
  margin-left: 10px;
}
.header_banner .banner .banner_login .banner_login_a .logout {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  color: #666;
  line-height: 17px;
  margin-left: 10px;
}

.header_frame {
  width: 100%;
}
.header_frame .header_background {
  width: 100%;
  height: 130px;
  background-image: url(/static/img/da1d536e5a3721bb2c51.png);
}
.header_frame .header_background .frame {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  height: 100%;
}
.header_frame .header_background .frame .logo {
  display: inline-block;
  vertical-align: top;
  margin-top: 37px;
  width: 180px;
}
.header_frame .header_background .frame .logo img {
  width: 100%;
  height: 100%;
}
.header_frame .header_background .frame .search {
  display: inline-block;
  vertical-align: top;
  margin-top: 45px;
  margin-left: 230px;
  right: 0;
  font-size: 0;
  width: 550px;
  text-align: left;
  position: relative;
}
.header_frame .header_background .frame .search .link {
  cursor: pointer;
}
.header_frame .header_background .frame .search .search_select {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 36px;
  border-top: 1px solid #187261;
  border-left: 1px solid #187261;
  border-bottom: 1px solid #187261;
  font-size: 14px;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 5px 0 0 5px;
}
.header_frame .header_background .frame .search .search_select div,
.header_frame .header_background .frame .search .search_select ul,
.header_frame .header_background .frame .search .search_select li {
  margin: 0;
  padding: 0;
}
.header_frame .header_background .frame .search .search_select ul {
  line-style: none;
}
.header_frame .header_background .frame .search .search_select .select {
  position: relative;
  width: 100%;
  height: 36px;
  cursor: pointer;
}
.header_frame .header_background .frame .search .search_select .select:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  border-top: 5px solid #666;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.header_frame .header_background .frame .search .search_select .select .select_text {
  padding: 0 20px 0 10px;
  height: 36px;
  line-height: 36px;
}
.header_frame .header_background .frame .search .search_select .select_ul {
  display: none;
  position: absolute;
  top: 38px;
  left: 0;
  width: 100px;
  height: 200px;
  min-width: 100px;
  border: 1px solid #D4D4D4;
  border-radius: 5px;
  overflow-y: auto;
  scrollbar-width: none;
  z-index: 100;
  background-color: #ffffff;
}
.header_frame .header_background .frame .search .search_select .select_ul::-webkit-scrollbar {
  width: 1px;
}
.header_frame .header_background .frame .search .search_select .select_ul li {
  display: block;
  line-height: 36px;
  background-color: #ffffff;
}
.header_frame .header_background .frame .search .search_select .select_ul li:hover {
  color: #fff;
  background: #00775F;
}
.header_frame .header_background .frame .search .search_select .select_ul li.cur {
  color: #fff;
  background: #00775F;
}
.header_frame .header_background .frame .search input.search_keywords {
  outline: none;
  width: calc(100% - 232px);
  height: 36px;
  background: #FFFFFF;
  border-top: 1px solid #187261;
  border-left: 0;
  border-bottom: 1px solid #187261;
  border-right: 0;
  box-shadow: 0 3px 6px rgba(91, 0, 0, 0.05);
  padding-left: 10px;
  color: #999FAA;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}
.header_frame .header_background .frame .search input.search_submit {
  display: inline-block;
  vertical-align: top;
  color: #FFFFFF;
  outline: none;
  width: 120px;
  height: 38px;
  background: #09A183;
  border: 1px solid #187261;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 14px;
}
.header_frame .header_background .frame .search ul {
  height: 21px;
}
.header_frame .header_background .frame .search ul li {
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px 0 10px;
}
.header_frame .header_background .frame .search ul li a {
  width: 48px;
  height: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #656870;
}
.header_frame .header_background .frame .button {
  display: inline-block;
  vertical-align: top;
  margin-top: 45px;
  margin-left: 40px;
}
.header_frame .header_background .frame .button button {
  cursor: pointer;
  width: 120px;
  height: 38px;
  background: #09A183;
  border: 1px solid #187261;
  opacity: 1;
  border-radius: 5px;
  color: #FFFFFF;
}
.header_frame .sub_menu_background {
  background: #F4FEFC;
  width: 100%;
}
.header_frame .sub_menu_background .sub_menu {
  max-width: 1200px;
  height: 48px;
  margin: 0px auto 0 auto;
  border-radius: 5px 5px 0 0;
}
.header_frame .sub_menu_background .sub_menu ul li {
  display: inline-block;
  vertical-align: top;
}
.header_frame .sub_menu_background .sub_menu ul li a {
  display: inline-block;
  vertical-align: top;
  margin: 13px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #656870;
}
.header_frame .sub_menu_background .sub_menu ul li:first-child {
  border-radius: 5px 0 0 0;
}
.header_frame .sub_menu_background .sub_menu ul .selected {
  background-color: #00775F;
}
.header_frame .sub_menu_background .sub_menu ul .selected a {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: #FFFFFF;
}

.header_menu {
  height: 42px;
  width: 100%;
  background-color: #09A183;
  top: 0;
  z-index: 1000;
  min-width: 1366px;
}
.header_menu .menu_ul_1 {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
}
.header_menu .menu_ul_1 .menu_li_1 {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  padding: 0 16px;
  line-height: 42px;
  position: relative;
  list-style: none;
  text-align: center;
  height: 42px;
}
.header_menu .menu_ul_1 .menu_li_1 a {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  text-decoration: none;
  font-weight: normal;
  letter-spacing: 1px;
  cursor: pointer;
}
.header_menu .menu_ul_1 .menu_li_1 .menu_ul_2 {
  display: none;
  font-size: 0;
  position: absolute;
  width: 375px;
  background-color: #058B71;
  padding: 0;
  left: 0;
  z-index: 1000;
  text-align: left;
}
.header_menu .menu_ul_1 .menu_li_1 .menu_ul_2 .menu_li_2 {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 30px);
  line-height: normal;
  padding: 10px;
  list-style: none;
  font-size: 14px;
  margin: 5px 5px;
}
.header_menu .menu_ul_1 .menu_li_1 .menu_ul_2 .menu_li_2 .menu_li_2_icon {
  width: 3rem;
  height: 3rem;
}
.header_menu .menu_ul_1 .menu_li_1 .menu_ul_2 .menu_li_2 p {
  margin: 0;
  padding: 0;
}
.header_menu .menu_ul_1 .menu_li_1 .menu_ul_2 .menu_li_2:hover {
  background-color: #00775F;
}
.header_menu .menu_ul_1 .menu_li_1 .menu_bottom {
  display: none;
}
.header_menu .menu_ul_1 .menu_li_1:hover {
  background-color: #058B71;
}
.header_menu .menu_ul_1 .menu_li_1:hover .menu_ul_2 {
  display: block;
}
.header_menu .menu_ul_1 .active .active_a {
  color: #FFBD6B !important;
  font-weight: bold;
}
.header_menu .menu_ul_1 .active .menu_bottom {
  display: block;
  margin: -4px auto 0 auto;
  height: 8px;
  width: 100%;
  border-top: 4px #FFBD6B solid;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .header_menu {
    height: auto;
  }
  .header_menu .menu_ul_1 {
    width: auto;
  }
  .header_menu .menu_ul_1 .menu_li_1 {
    width: 80px;
  }
  .header_menu .menu_ul_1 .menu_li_1 .menu_ul_2 {
    min-width: 375px;
  }
}

.sidebar_operate {
  width: 48px;
  background-color: #ffffff;
  position: fixed;
  top: 32%;
  right: 10px;
  z-index: 1000;
  padding: 6px;
  border-radius: 4px;
}
.sidebar_operate ul li {
  height: 65px;
  text-align: center;
  border-bottom: 1px #D2D2D2 solid;
}
.sidebar_operate ul li a {
  display: block;
  width: 100%;
  height: calc(100% - 20px);
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
.sidebar_operate ul li a .operate_icon {
  width: 24px;
  height: 24px;
}
.sidebar_operate ul li a span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  color: #999FAA;
}
.sidebar_operate ul li:last-child {
  border-bottom: 0;
}
.sidebar_operate ul .contact {
  position: relative;
}
.sidebar_operate ul .contact .news_tips {
  position: absolute;
  right: 12px;
  top: 6px;
  width: 8px;
  height: 8px;
  background-color: red;
  border-radius: 50%;
}

.picture_magnifier {
  position: relative;
  width: 100%;
  height: 100%;
}
.picture_magnifier * {
  margin: 0;
  padding: 0;
}
.picture_magnifier ul,
.picture_magnifier li {
  list-style: none;
}
.picture_magnifier .small-box {
  position: relative;
  width: 100%;
  height: calc(100% - 78px);
  border: 1px solid #eee;
}
.picture_magnifier .small-box img {
  width: 100%;
  height: 100%;
}
.picture_magnifier .thumbnail-box {
  position: relative;
  width: 100%;
  height: 58px;
  margin-top: 20px;
}
.picture_magnifier .thumbnail-box .btn {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 32px;
  margin-top: -16px;
}
.picture_magnifier .thumbnail-box .btn-prev {
  left: 0;
  background: url(/static/img/c610aead900a53cb39fa.png) no-repeat;
}
.picture_magnifier .thumbnail-box .btn-prev.btn_prev_disabled {
  background: url(/static/img/d867bc9692360de8c6a7.png) no-repeat;
  cursor: not-allowed;
}
.picture_magnifier .thumbnail-box .btn-next {
  right: 0;
  background: url(/static/img/0925098e2d14c84113d0.png) no-repeat;
}
.picture_magnifier .thumbnail-box .btn-next.btn_next_disabled {
  background: url(/static/img/a6511359f67cb4fc770b.png) no-repeat;
  cursor: not-allowed;
}
.picture_magnifier .thumbnail-box .list {
  overflow: hidden;
  width: calc(100% - 44px);
  margin: 0 auto;
}
.picture_magnifier .thumbnail-box .list .wrapper {
  width: 100000px;
}
.picture_magnifier .thumbnail-box .list .wrapper .item {
  float: left;
  margin: 0 10px;
  width: 54px;
  height: 54px;
  border: 2px solid #a9a9a9;
}
.picture_magnifier .thumbnail-box .list .wrapper .item img {
  width: 100%;
  height: 100%;
}
.picture_magnifier .thumbnail-box .list .wrapper .item-cur {
  border: 2px solid #e53e41;
}
.picture_magnifier .img-frame {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #00000073;
  z-index: 1001;
  display: none;
  cursor: pointer;
  -webkit-touch-callout: none;
  /*系统默认菜单被禁用*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -khtml-user-select: none;
  /*早期浏览器*/
  -moz-user-select: none;
  /*火狐*/
  -ms-user-select: none;
  /*IE10*/
  user-select: none;
  padding: 3% 0;
}
.picture_magnifier .img-frame .open-img {
  margin: 0 auto;
  align-self: center;
  max-height: 100%;
  max-width: 100%;
}

.sidebar {
  width: 280px;
}
.sidebar .sidebar_block {
  width: 100%;
  background-color: #FFFFFF;
  margin-top: 10px;
}
.sidebar .sidebar_block .sidebar_block_content {
  width: calc(100% - 40px);
  margin: 0 auto;
  height: calc(100% - 40px);
  overflow: hidden;
}
.sidebar .sidebar_block .sidebar_block_content ul li {
  margin-top: 13px;
  margin-bottom: 13px;
  list-style: none;
}
.sidebar .sidebar_block .sidebar_block_content ul li a {
  display: inline-flex;
  width: 100%;
}
.sidebar .sidebar_block .sidebar_block_content ul li a .spot {
  width: 8px;
  height: 8px;
  margin-top: 7px;
  border-radius: 50%;
  background-color: #F9B800;
}
.sidebar .sidebar_block .sidebar_block_content ul li a .text {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #33363C;
  opacity: 1;
}
.sidebar .sidebar_block_img {
  width: 100%;
  background-color: #ffffff;
  margin-top: 10px;
  border-radius: 4px;
}
.sidebar .sidebar_block_img .sidebar_block_content ul {
  width: calc(100% - 40px);
  padding: 0 20px;
}
.sidebar .sidebar_block_img .sidebar_block_content ul li {
  margin-top: 10px;
}
.sidebar .sidebar_block_img .sidebar_block_content ul li a {
  display: inline-flex;
}
.sidebar .sidebar_block_img .sidebar_block_content ul li a .image_frame {
  width: 100px;
  height: 64px;
}
.sidebar .sidebar_block_img .sidebar_block_content ul li a .image_frame .image {
  width: 100px;
  height: 64px;
}
.sidebar .sidebar_block_img .sidebar_block_content ul li a .title_and_summary {
  margin-left: 10px;
  width: 137px;
}
.sidebar .sidebar_block_img .sidebar_block_content ul li a .title_and_summary .title {
  font-size: 12px;
  font-weight: bold;
  line-height: 19px;
  color: #33363C;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidebar .sidebar_block_img .sidebar_block_content ul li a .title_and_summary .summary {
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  color: #999FAA;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.sidebar .sidebar_block_img:first-child {
  margin-top: 0;
}
.sidebar .site_declares .declares_header {
  margin: 0 10px;
  width: calc(100% - 20px);
  height: 39px;
  border-bottom: 1px #D2D2D2 solid;
  display: flex;
}
.sidebar .site_declares .declares_header a {
  display: flex;
}
.sidebar .site_declares .declares_header .declares_header_icon {
  padding-top: 10px;
  width: 24px;
  height: 24px;
}
.sidebar .site_declares .declares_header .declares_header_title {
  flex: 8;
  padding-top: 13px;
  margin-left: 5px;
  width: 56px;
  height: 19px;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  color: red;
  opacity: 1;
}
.sidebar .site_declares .declares_header .declares_header_more {
  flex: 1;
  padding-top: 13px;
  height: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  color: #999FAA;
  opacity: 1;
}
.sidebar .site_declares .site_declares_content {
  width: calc(100% - 30px);
  margin: 0 auto;
  height: calc(100% - 40px);
  overflow: hidden;
}
.sidebar .site_declares .site_declares_content ul li {
  margin-top: 13px;
  margin-bottom: 13px;
  list-style: none;
}
.sidebar .site_declares .site_declares_content ul li .text {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: red;
  opacity: 1;
}
.sidebar .site_notice {
  width: 100%;
  background-color: #FFFFFF;
}
.sidebar .site_notice .site_notice_content {
  width: calc(100% - 40px);
  margin: 0 auto;
  height: calc(100% - 40px);
  overflow: hidden;
}
.sidebar .site_notice .site_notice_content ul li {
  margin-top: 13px;
  margin-bottom: 13px;
  list-style: none;
}
.sidebar .site_notice .site_notice_content ul li a {
  display: inline-flex;
  width: 100%;
}
.sidebar .site_notice .site_notice_content ul li a .spot {
  width: 8px;
  height: 8px;
  margin-top: 7px;
  border-radius: 50%;
  background-color: #F9B800;
}
.sidebar .site_notice .site_notice_content ul li a .text {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #33363C;
  opacity: 1;
}
.sidebar .spread_recommend {
  width: 100%;
  height: 142px;
  margin-top: 10px;
}
.sidebar .spread_recommend .image_frame {
  display: block;
  width: inherit;
  height: 142px;
}
.sidebar .spread_recommend .image_frame .image {
  width: 100%;
  height: 100%;
}

.box_header {
  margin: 0 10px;
  width: calc(100% - 20px);
  height: 39px;
  border-bottom: 1px #D2D2D2 solid;
  display: flex;
}
.box_header a {
  display: flex;
}
.box_header .box_header_icon {
  padding-top: 10px;
  width: 24px;
  height: 24px;
}
.box_header .box_header_title {
  flex: 8;
  padding-top: 13px;
  margin-left: 5px;
  width: 56px;
  height: 19px;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  color: #33363C;
  opacity: 1;
}
.box_header .box_header_more {
  flex: 1;
  padding-top: 13px;
  height: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  color: #999FAA;
  opacity: 1;
}

.picture_toggle {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.picture_toggle .box {
  height: 100%;
  float: left;
  transition: all 0.3s;
  position: absolute;
  left: 0;
}
.picture_toggle .box.notran {
  transition: none;
}
.picture_toggle .box_item {
  width: initial;
  height: 100%;
  float: left;
  background: #f1f1f1;
  text-align: center;
  font-size: 24px;
  line-height: 100px;
}
.picture_toggle .box_item a {
  display: block;
  width: 100%;
  height: 100%;
}
.picture_toggle .box_item img {
  width: 100%;
  height: 100%;
  /* 图片适应 */
  object-fit: cover;
}

.search_condition {
  padding: 0 20px;
}
.search_condition .condition_header {
  width: 100%;
  height: 39px;
  border-bottom: 1px #D2D2D2 solid;
  display: flex;
}
.search_condition .condition_header a {
  display: flex;
}
.search_condition .condition_header .condition_header_icon {
  padding-top: 10px;
  width: 24px;
  height: 24px;
}
.search_condition .condition_header .condition_header_title {
  flex: 8;
  padding-top: 13px;
  margin-left: 5px;
  width: 56px;
  height: 19px;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  color: #33363C;
  opacity: 1;
}
.search_condition .condition_header .condition_header_more {
  flex: 1;
  padding-top: 13px;
  height: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  color: #999FAA;
  opacity: 1;
  cursor: pointer;
}
.search_condition .search_block ul {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
.search_condition .search_block ul li {
  display: inline-block;
  vertical-align: top;
  margin: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}
.search_condition .search_block ul li a {
  color: #656870;
}
.search_condition .search_block ul li .name {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #33363C;
}
.search_condition .search_block ul li .search_form {
  display: flex;
}
.search_condition .search_block ul li .search_form span {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #656870;
}
.search_condition .search_block ul li .search_form .text_input {
  padding: 3px;
  outline: none;
  width: 61px;
  height: 16px;
  margin-right: 5px;
  margin-left: 5px;
  border: 1px solid #F3F3F3;
  border-radius: 5px;
}
.search_condition .search_block ul li .search_form .submit_button {
  margin-left: 15px;
  width: 48px;
  height: 24px;
  background-color: #09A183;
  border-radius: 5px;
  border: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #FFFFFF;
}
.search_condition .search_block ul .selected a {
  color: #FC6C0E;
}

.article_item {
  height: 130px;
  padding: 10px;
  margin: 0 10px 20px 10px;
  border: 1px #F3F3F3 solid;
  border-radius: 4px;
  position: relative;
}
.article_item .confirm_mask {
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0 4px 4px 0;
}
.article_item .confirm_mask .mask_border {
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 44px);
  display: block;
  margin: 17px auto;
  width: 80px;
  height: 80px;
  color: #FFFFFF;
  border: 4px #FFFFFF double;
  border-radius: 50%;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
.article_item .confirm_mask .mask_border .text {
  margin: 3px auto;
  display: block;
  width: 68px;
  color: #FFFFFF;
  border: 3px #FFFFFF dashed;
  padding: 24px 0;
  border-radius: 50%;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
.article_item .item_content {
  display: flex;
  width: 100%;
  height: calc(100% - 38px);
  margin-bottom: 10px;
  font-size: 0;
}
.article_item .item_content .image_frame {
  flex: none;
  display: inline-block;
  vertical-align: middle;
  width: 140px;
  height: 100%;
}
.article_item .item_content .image_frame .cover {
  width: 140px;
  height: 100%;
}
.article_item .item_content .describe {
  height: 100%;
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
}
.article_item .item_content .describe .certified {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 21px;
  width: 50px;
  height: 21px;
  border-radius: 4px 4px 4px 4px;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  background: #84dfa7;
  margin-right: 5px;
}
.article_item .item_content .describe .title {
  display: inline;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 800;
  line-height: 19px;
  color: #33363C;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.article_item .item_content .describe .summary {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #656870;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.recruit_item {
  height: 120px;
  padding: 10px;
  margin: 0 10px 20px 10px;
  border: 1px #F3F3F3 solid;
  border-radius: 4px;
  position: relative;
}
.recruit_item .confirm_mask {
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  height: 100%;
  z-index: 100;
  background-color: #0000004d;
  border-radius: 0 4px 4px 0;
}
.recruit_item .confirm_mask .mask_border {
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 44px);
  display: block;
  margin: 17px auto;
  width: 80px;
  height: 80px;
  color: #FFFFFF;
  border: 4px #FFFFFF double;
  border-radius: 50%;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
.recruit_item .confirm_mask .mask_border .text {
  margin: 3px auto;
  display: block;
  width: 68px;
  color: #FFFFFF;
  border: 3px #FFFFFF dashed;
  padding: 24px 0;
  border-radius: 50%;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
.recruit_item .item_content {
  display: flex;
  height: calc(100% - 38px);
  margin-bottom: 10px;
}
.recruit_item .item_content .item_left {
  width: 100%;
  height: 100%;
  font-size: 0;
}
.recruit_item .item_content .item_left .title,
.recruit_item .item_content .item_left .specs_size,
.recruit_item .item_content .item_left .certified {
  margin-bottom: 10px;
}
.recruit_item .item_content .item_left .certified {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 21px;
  width: 50px;
  height: 21px;
  border-radius: 4px 4px 4px 4px;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  background: #84dfa7;
  margin-right: 5px;
}
.recruit_item .item_content .item_left .title {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 800;
  line-height: 21px;
  color: #33363C;
}
.recruit_item .item_content .item_left .specs_size {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #09A183;
}
.recruit_item .item_content .item_left .address {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #656870;
}
.recruit_item .item_content .item_right {
  flex: none;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(120px - 38px);
  color: #FC6C0E;
}

.item_footer {
  display: flex;
  height: 28px;
}
.item_footer .footer_left {
  display: flex;
  width: 100%;
}
.item_footer .footer_left .portrait {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #F6F6F6;
}
.item_footer .footer_left .nick_name {
  display: inline-flex;
  margin-left: 10px;
  max-width: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  color: #999FAA;
  vertical-align: top;
}
.item_footer .footer_left .user_a {
  flex: 10;
}
.item_footer .footer_left .apply_time {
  margin-left: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  color: #999FAA;
  flex: 6;
}
.item_footer .footer_right {
  display: flex;
  flex: none;
  font-size: 0;
  line-height: 28px;
}
.item_footer .footer_right .icon_block {
  display: inline-block;
  vertical-align: middle;
}
.item_footer .footer_right .icon_block .icon {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
}
.item_footer .footer_right .icon_block .icon_text {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #999FAA;
}

.news_item {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}
.news_item .news_time {
  font-size: 12px;
  color: rgba(39, 40, 50, 0.3);
  line-height: 17px;
  padding: 8px 0;
  text-align: center;
}
.news_item .news_left,
.news_item .news_right {
  display: flex;
  padding: 10px 0;
  position: relative;
}
.news_item .news_left .user_portrait,
.news_item .news_right .user_portrait {
  flex: none;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  cursor: pointer;
}
.news_item .news_left .user_read,
.news_item .news_right .user_read {
  position: absolute;
  right: 60px;
  bottom: -10px;
  font-size: 12px;
  color: rgba(39, 40, 50, 0.3);
  line-height: 17px;
}
.news_item .news_left {
  flex-direction: row;
}
.news_item .news_left .news_model {
  flex: none;
  position: relative;
  margin-left: 19px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 1px rgba(122, 122, 122, 0.08);
  max-width: 240px;
  cursor: pointer;
}
.news_item .news_left .news_model:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right-color: white;
  left: -19px;
  top: 10px;
}
.news_item .news_left .news_text {
  padding: 10px;
  min-height: 20px;
  max-width: 220px;
  line-height: 20px;
  background: white;
}
.news_item .news_left .news_image {
  flex: none;
  position: relative;
  margin-left: 19px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 1px rgba(122, 122, 122, 0.08);
}
.news_item .news_left .news_image .image_frame {
  display: flex;
  width: 240px;
  height: 240px;
}
.news_item .news_left .news_image .image_frame .image {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news_item .news_left .news_voice {
  padding: 10px 16px 10px 10px;
  min-width: 50px;
  max-width: 220px;
  min-height: 20px;
  line-height: 20px;
  background: white;
  font-size: 16px;
}
.news_item .news_left .news_voice .voice_image {
  width: 14px;
  height: 18px;
  float: left;
  padding: 2px;
}
.news_item .news_left .news_place {
  position: relative;
  background: #fff;
  width: 232px;
}
.news_item .news_left .news_place .place_name,
.news_item .news_left .news_place .place_address {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_item .news_left .news_place .place_name {
  font-size: 16px;
  color: #272832;
  line-height: 22px;
  padding: 10px 12px 0 12px;
}
.news_item .news_left .news_place .place_address {
  height: 26px;
  font-size: 12px;
  color: rgba(39, 40, 50, 0.4);
  padding: 0 12px 4px 12px;
}
.news_item .news_left .news_place .place_map {
  position: absolute;
  bottom: 0;
  z-index: 0;
  border-radius: 0 0 5px 5px;
  width: 232px;
  height: 88px;
}
.news_item .news_left .news_place .place_mask {
  position: absolute;
  bottom: 0;
  z-index: 1;
  border-radius: 0 0 5px 5px;
  width: 232px;
  height: 88px;
}
.news_item .news_left .news_video {
  position: relative;
  margin-left: 19px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 1px rgba(122, 122, 122, 0.08);
  width: 80px;
  height: 160px;
  cursor: pointer;
}
.news_item .news_left .news_video .video {
  position: absolute;
  z-index: 0;
  width: 80px;
  height: 160px;
  border-radius: 5px;
}
.news_item .news_left .news_video .video_mask {
  position: absolute;
  z-index: 1;
  width: 80px;
  height: 160px;
  border-radius: 5px;
}
.news_item .news_left .news_file {
  padding: 10px;
  min-height: 20px;
  max-width: 220px;
  line-height: 20px;
  background: white;
  display: flex;
  align-items: center;
}
.news_item .news_left .news_file .news_content {
  float: left;
  width: 196px;
  margin-right: 10PX;
}
.news_item .news_left .news_file .news_content .file_name,
.news_item .news_left .news_file .news_content .file_size {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news_item .news_left .news_file .news_content .file_name {
  font-size: 14px;
}
.news_item .news_left .news_file .news_content .file_size {
  font-size: 12px;
  color: #999999;
}
.news_item .news_left .news_file .file_icon {
  font-size: 24px;
  float: right;
  height: 24px;
}
.news_item .news_left .news_file .file_icon:before {
  color: #ffffff;
  border-radius: 50%;
  background-color: #999999;
}
.news_item .news_left .news_link {
  padding: 10px;
  min-height: 20px;
  max-width: 220px;
  line-height: 20px;
  background: white;
}
.news_item .news_left .news_link .link_content {
  float: left;
  width: 175px;
  margin-right: 5px;
}
.news_item .news_left .news_link .link_content .logo_title {
  display: block;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_item .news_left .news_link .link_content .logo_describe {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 12px;
  color: #999999;
}
.news_item .news_left .news_link .link_logo {
  border-radius: 5px;
  float: right;
  width: 40px;
  height: 40px;
}
.news_item .news_right {
  flex-direction: row-reverse;
}
.news_item .news_right .news_model {
  flex: none;
  position: relative;
  margin-right: 19px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 1px rgba(122, 122, 122, 0.08);
  max-width: 240px;
  cursor: pointer;
}
.news_item .news_right .news_model:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: white;
  right: -19px;
  top: 10px;
}
.news_item .news_right .news_text {
  padding: 10px;
  min-height: 20px;
  max-width: 220px;
  line-height: 20px;
  background: white;
}
.news_item .news_right .news_image {
  flex: none;
  position: relative;
  margin-right: 19px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 1px rgba(122, 122, 122, 0.08);
}
.news_item .news_right .news_image .image_frame {
  display: flex;
  width: 240px;
  height: 240px;
}
.news_item .news_right .news_image .image_frame .image {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news_item .news_right .news_voice {
  padding: 10px 10px 10px 16px;
  min-width: 50px;
  max-width: 220px;
  min-height: 20px;
  line-height: 20px;
  background: white;
  font-size: 16px;
}
.news_item .news_right .news_voice .voice_image {
  width: 14px;
  height: 18px;
  float: right;
  padding: 2px;
}
.news_item .news_right .news_place {
  position: relative;
  background: #fff;
  width: 232px;
}
.news_item .news_right .news_place .place_name,
.news_item .news_right .news_place .place_address {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_item .news_right .news_place .place_name {
  font-size: 16px;
  color: #272832;
  line-height: 22px;
  padding: 10px 12px 0 12px;
}
.news_item .news_right .news_place .place_address {
  height: 26px;
  font-size: 12px;
  color: rgba(39, 40, 50, 0.4);
  padding: 0 12px 4px 12px;
}
.news_item .news_right .news_place .place_map {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  z-index: 0;
  border-radius: 0 0 5px 5px;
  width: 232px;
  height: 88px;
}
.news_item .news_right .news_place .place_mask {
  position: absolute;
  bottom: 0;
  z-index: 1;
  border-radius: 0 0 5px 5px;
  width: 232px;
  height: 88px;
}
.news_item .news_right .news_video {
  position: relative;
  margin-right: 19px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 1px rgba(122, 122, 122, 0.08);
  width: 80px;
  height: 160px;
  cursor: pointer;
}
.news_item .news_right .news_video .video {
  position: absolute;
  z-index: 0;
  width: 80px;
  height: 160px;
  border-radius: 5px;
}
.news_item .news_right .news_video .video_mask {
  position: absolute;
  z-index: 1;
  width: 80px;
  height: 160px;
  border-radius: 5px;
}
.news_item .news_right .news_file {
  padding: 10px;
  min-height: 20px;
  max-width: 220px;
  line-height: 20px;
  background: white;
  display: flex;
  align-items: center;
}
.news_item .news_right .news_file .news_content {
  float: left;
  width: 196px;
  margin-right: 10PX;
}
.news_item .news_right .news_file .news_content .file_name,
.news_item .news_right .news_file .news_content .file_size {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news_item .news_right .news_file .news_content .file_name {
  font-size: 14px;
}
.news_item .news_right .news_file .news_content .file_size {
  font-size: 12px;
  color: #999999;
}
.news_item .news_right .news_file .file_icon {
  font-size: 24px;
  float: right;
  height: 18px;
}
.news_item .news_right .news_link {
  padding: 10px;
  min-height: 20px;
  max-width: 220px;
  line-height: 20px;
  background: white;
}
.news_item .news_right .news_link .link_content {
  float: left;
  width: 175px;
  margin-right: 5px;
}
.news_item .news_right .news_link .link_content .logo_title {
  display: block;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_item .news_right .news_link .link_content .logo_describe {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 12px;
  color: #999999;
}
.news_item .news_right .news_link .link_logo {
  border-radius: 5px;
  float: right;
  width: 40px;
  height: 40px;
}
.news_item .video_show {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
.news_item .video_show .video_content {
  display: block;
  margin: 0 auto;
  height: calc(100vh - 100px);
  padding: 50px 0;
}
.news_item .video_show .video_content .video {
  width: 100%;
  height: 100%;
}
.news_item .video_show .video_close {
  position: fixed;
  z-index: 1;
  width: 100vw;
  top: 30px;
  right: 60px;
  text-align: right;
  cursor: pointer;
}
.news_item .video_show .video_close .close_icon {
  display: inline-block;
  margin-left: calc((100vw - 40px) / 2);
  font-size: 40px;
  color: #ffffff;
}
.news_item .image_show {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
.news_item .image_show .image_content {
  display: block;
  text-align: center;
  margin: 0 auto;
  height: calc(100vh - 100px);
  padding: 50px 0;
}
.news_item .image_show .image_content .image {
  height: 100%;
}
.news_item .image_show .image_close {
  position: fixed;
  z-index: 1;
  width: 100vw;
  top: 30px;
  right: 60px;
  text-align: right;
  cursor: pointer;
}
.news_item .image_show .image_close .close_icon {
  display: inline-block;
  margin-left: calc((100vw - 40px) / 2);
  font-size: 40px;
  color: #ffffff;
}

.news_submit {
  height: 200px;
  position: absolute;
  bottom: 0;
  padding: 0 20px;
  width: calc(100% - 40px);
  border-top: 1px #EEEEEE solid;
  background-color: white;
}
.news_submit .operate {
  margin: 6px 0;
  font-size: 0;
}
.news_submit .operate .icon_block {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin-right: 18px;
}
.news_submit .operate .icon_block .icon {
  width: 24px;
  height: 24px;
}
.news_submit .textarea {
  background-color: #FBFBFB;
}
.news_submit .textarea textarea {
  border-color: #DCDFE6;
}
.news_submit .textarea textarea:hover {
  border-color: #DCDFE6;
}
.news_submit .textarea textarea:focus {
  border-color: #DCDFE6;
}
.news_submit .send {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.news_submit .send .send_button {
  width: 80px;
  color: white;
  background-color: #09A183;
}
.news_submit .submit_emoji {
  position: absolute;
  bottom: 201px;
  width: 600px;
  height: 245px;
  background: white;
  border-radius: 5px 5px 0 0;
  border-top: 1px #DCDFE6 solid;
  border-right: 1px #DCDFE6 solid;
  border-left: 1px #DCDFE6 solid;
}
.news_submit .submit_emoji .emoji {
  width: 100%;
  height: 245px;
  padding: 8px 5px 8px 5px;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: auto;
}
.news_submit .submit_emoji .emoji .emoji_line {
  display: flex;
}
.news_submit .submit_emoji .emoji .emoji_line .emoji_line_item {
  flex: 1;
  text-align: center;
  font-size: 22px;
  line-height: 36px;
  cursor: pointer;
}

.admin_user_header {
  width: 100%;
  height: 48px;
  background-color: #09A183;
}
.admin_user_header .content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  font-size: 0;
  position: relative;
}
.admin_user_header .content .site_logo {
  display: inline-flex;
  padding: 11px 0;
  width: 193px;
  max-width: 193px;
  margin-left: 20px;
  cursor: pointer;
}
.admin_user_header .content .site_logo .logo_img {
  width: 27px;
  height: 27px;
}
.admin_user_header .content .site_logo .site_name {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #FFFFFF;
  margin: 3px 0 3px 10px;
  overflow: hidden;
}
.admin_user_header .content .header_info {
  position: absolute;
  right: 0;
  display: inline-flex;
}
.admin_user_header .content .header_info .notice {
  display: inline-flex;
  padding: 14px 0;
  width: 21px;
  height: 21px;
  position: relative;
  cursor: pointer;
}
.admin_user_header .content .header_info .notice .el-badge__content.is-dot {
  height: 9px;
  width: 9px;
  border: 0;
}
.admin_user_header .content .header_info .notice .icon {
  color: #ffffff;
  width: 21px;
  height: 21px;
}
.admin_user_header .content .header_info .user_report {
  margin-left: 40px;
  font-size: 0;
  cursor: pointer;
}
.admin_user_header .content .header_info .user_report .report_icon {
  display: inline-flex;
  vertical-align: middle;
  padding: 14px 0;
  width: 21px;
  height: 21px;
  position: relative;
}
.admin_user_header .content .header_info .user_report .report_icon .icon {
  color: #ffffff;
  width: 21px;
  height: 21px;
}
.admin_user_header .content .header_info .user_report .el-badge__content.is-dot {
  height: 9px;
  width: 9px;
  border: 0;
  right: -2px;
  top: -2px;
}
.admin_user_header .content .header_info .user_report .report_text {
  margin-left: 10px;
  display: inline-flex;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #FFFFFF;
}
.admin_user_header .content .header_info .user_info {
  padding: 8px 0;
  margin-left: 40px;
  margin-right: 20px;
  cursor: pointer;
  font-size: 0;
}
.admin_user_header .content .header_info .user_info .portrait {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #F6F6F6;
  object-fit: cover;
  object-position: center;
}
.admin_user_header .content .header_info .user_info .user_name {
  display: inline-block;
  vertical-align: top;
  margin: 6px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #FFFFFF;
  width: calc(100% - 42px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 170px;
  min-width: 110px;
}

.user_sidebar {
  height: 100%;
}
.user_sidebar .user_user {
  width: 240px;
  height: 237px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 4px;
}
.user_sidebar .user_user .user_info {
  text-align: center;
  font-size: 0;
}
.user_sidebar .user_user .user_info .portrait {
  width: 80px;
  height: 80px;
  background-color: #F6F6F6;
  border-radius: 4px;
  border: 1px #EEEEEE solid;
  object-fit: cover;
  object-position: center;
}
.user_sidebar .user_user .user_info .user_name {
  display: block;
  vertical-align: top;
  margin-left: 10px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #33363C;
}
.user_sidebar .user_user .user_integral {
  margin-top: 10px;
  position: relative;
  font-size: 0;
}
.user_sidebar .user_user .user_integral .integral_icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-left: 10px;
}
.user_sidebar .user_user .user_integral .integral_icon .icon {
  width: 24px;
  height: 24px;
}
.user_sidebar .user_user .user_integral .integral {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #656870;
}
.user_sidebar .user_user .user_integral .integral .integral_num {
  color: #409EFF;
  font-weight: bold;
  cursor: pointer;
}
.user_sidebar .user_user .user_integral .recharge {
  display: inline-block;
  position: absolute;
  top: 1px;
  right: 10px;
  width: 48px;
  height: 20px;
  text-align: center;
  color: #FFFFFF;
  background: linear-gradient(304deg, #409EFF 0%, #1968B9 100%);
  opacity: 1;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  cursor: pointer;
}
.user_sidebar .user_user .user_data {
  margin-top: 10px;
  padding-top: 14px;
  width: 100%;
  display: flex;
  text-align: center;
  border-top: 2px #F3F3F3 dashed;
}
.user_sidebar .user_user .user_data .data_block {
  flex: 1;
}
.user_sidebar .user_user .user_data .data_block .title {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #656870;
  line-height: 16px;
}
.user_sidebar .user_user .user_data .data_block .num {
  display: block;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #33363C;
  line-height: 19px;
}
.user_sidebar .user_user .user_data .select {
  height: 32px;
  width: 100%;
}
.user_sidebar .user_user .user_data .select .el-select {
  width: 200px;
}
.user_sidebar .user_user .user_release {
  margin-top: 20px;
  text-align: center;
}
.user_sidebar .user_user .user_release .release {
  width: 200px;
  height: 32px;
  background: #09A183;
  border-color: #09A183;
  border-radius: 4px;
  padding: 0;
}
.user_sidebar .user_menu {
  margin-top: 10px;
  width: 240px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 4px;
}
.user_sidebar .user_menu .el-menu {
  border: 0;
}
.user_sidebar .user_menu .el-menu .menu_tree .menu_item_icon {
  width: 18px;
  height: 18px;
}
.user_sidebar .user_menu .el-menu .menu_tree .title {
  margin-left: 10px;
}

.table_find .table_button .button {
  background-color: #09A183;
  border-color: #09A183;
}
.table_find .table_list .button {
  color: #09A183;
}
.table_find .table_pagination {
  text-align: right;
  margin-top: 40px;
  position: relative;
  right: 20px;
  bottom: 20px;
}
.table_find .table_pagination .el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #09A183;
  color: #ffffff;
}
.table_find .table_pagination .el-pagination.is-background .el-pager li:not(.disabled):hover.active {
  color: #ffffff;
}
.table_find .table_pagination .el-pagination.is-background .el-pager li:not(.disabled):hover {
  color: #09A183;
}
.table_find .table_pagination .el-pagination.is-background .el-pager li:not(.disabled) {
  color: #999FAA;
}

.form_info .form_block {
  width: 272px;
}
.form_info .form_block .select {
  width: 184px;
}
.form_info .form_block .select .el-input__suffix {
  height: 32px;
}
.form_info .button1 {
  background-color: #09A183;
  border-color: #09A183;
}
.form_info .button2 {
  height: 34px;
  width: 76px;
}

.modal .el-dialog {
  min-width: 450px;
  width: min-content !important;
}
.modal .el-dialog .el-dialog__header {
  height: 20px;
  padding: 10px 0;
  border-bottom: 1px #EEEEEE solid;
}
.modal .el-dialog .el-dialog__header .el-dialog__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #656870;
  margin-left: 20px;
}
.modal .el-dialog .el-dialog__header .el-dialog__headerbtn {
  top: 10px;
}
.modal .el-dialog .el-dialog__body {
  padding: 0;
}
.modal .el-dialog .el-dialog__footer {
  padding-top: 0;
}
.modal .el-dialog .el-dialog__footer .modal_footer .cancel_button,
.modal .el-dialog .el-dialog__footer .modal_footer .confirm_button {
  height: 32px;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #FFFFFF;
}
.modal .el-dialog .el-dialog__footer .modal_footer .cancel_button {
  color: #9DA0A8;
  border: 1px solid #9DA0A8;
}
.modal .el-dialog .el-dialog__footer .modal_footer .confirm_button {
  background: #09A183;
  color: #FFFFFF;
}

.xc_upload .image_upload {
  font-size: 0;
}
.xc_upload .image_upload .upload_block {
  display: inline-flex;
  vertical-align: top;
  width: 136px;
  height: 90px;
  border: 1px dashed #bfbfbf;
  position: relative;
  margin-right: 10px;
  margin-top: 10px;
}
.xc_upload .image_upload .upload_block .image_frame {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
.xc_upload .image_upload .upload_block .image_frame .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.xc_upload .image_upload .upload_block .upload_icon {
  position: absolute;
  width: 26px;
  height: 26px;
  padding: 23% 41%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.xc_upload .image_upload .upload_block:hover {
  background: #f5f6f7;
}
.xc_upload .image_upload .upload_block:hover .image_operate {
  display: block;
}
.xc_upload .image_upload .image_operate {
  display: none;
  position: absolute;
  font-size: 20px;
  line-height: 20px;
  color: #f6f6f6;
  width: 100%;
  height: calc(100% - 70px);
  text-align: center;
  padding: 35px 0;
}
.xc_upload .image_upload .image_operate .el-icon-delete {
  cursor: pointer;
}
.xc_upload .image_upload .image_operate:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.xc_upload .image_upload_multiple {
  font-size: 0;
}
.xc_upload .image_upload_multiple .upload_block {
  display: inline-flex;
  width: 160px;
  height: 90px;
  border: 1px dashed #bfbfbf;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}
.xc_upload .image_upload_multiple .upload_block .image_frame {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
.xc_upload .image_upload_multiple .upload_block .image_frame .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.xc_upload .image_upload_multiple .upload_block .upload_icon {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.xc_upload .image_upload_multiple .upload_block:hover {
  background: #f5f6f7;
}


.contact_add .el-dialog {
  min-width: 910px;
}
.contact_add .dialog_content {
  width: 850px;
  background-color: #ffffff;
  padding: 20px;
}
.contact_add .dialog_content .contact_tip {
  line-height: 21px;
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
  margin-left: 120px;
}
.contact_add .dialog_content .required::before {
  content: '*';
  color: red;
  margin-right: 3px;
}
.contact_add .dialog_content .input_item .label,
.contact_add .dialog_content .select_group .select_item .label,
.contact_add .dialog_content .range_item .label,
.contact_add .dialog_content .address_item .label,
.contact_add .dialog_content .textarea_item .label {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 124px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #33363C;
}
.contact_add .dialog_content .p1,
.contact_add .dialog_content .p2,
.contact_add .dialog_content .p3 {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  color: #33363C;
}
.contact_add .dialog_content .input_item {
  font-size: 0;
  margin-bottom: 20px;
}
.contact_add .dialog_content .input_item .input {
  display: inline-block;
  vertical-align: middle;
  width: 615px;
}
.contact_add .dialog_content .select_group {
  font-size: 0;
  margin-bottom: 20px;
}
.contact_add .dialog_content .select_group .select_item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 91px;
}
.contact_add .dialog_content .select_group .select_item .select {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
}
.contact_add .dialog_content .range_item {
  font-size: 0;
  margin-bottom: 20px;
}
.contact_add .dialog_content .range_item .input {
  display: inline-block;
  vertical-align: middle;
  width: 615px;
}
.contact_add .dialog_content .range_item .input .input_1,
.contact_add .dialog_content .range_item .input .input_2 {
  vertical-align: middle;
  width: 140px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 4px;
}
.contact_add .dialog_content .range_item .input .line {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #999FAA;
}
.contact_add .dialog_content .address_item {
  font-size: 0;
  margin-bottom: 20px;
}
.contact_add .dialog_content .address_item .input {
  display: inline-block;
  vertical-align: middle;
  width: 615px;
}
.contact_add .dialog_content .address_item .input .el-input-group__prepend {
  border: 0;
}
.contact_add .dialog_content .address_item .input .select {
  width: 140px;
  background-color: #ffffff;
}
.contact_add .dialog_content .address_item .input .select input {
  border: 1px solid #DCDFE6;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.contact_add .dialog_content .textarea_item {
  font-size: 0;
  margin-bottom: 20px;
}
.contact_add .dialog_content .textarea_item .label {
  margin-top: 10px;
  vertical-align: top;
}
.contact_add .dialog_content .textarea_item .textarea {
  display: inline-block;
  vertical-align: top;
  width: 615px;
  height: 120px;
}
.contact_add .dialog_content .textarea_item .textarea .el-textarea {
  height: 100%;
}
.contact_add .dialog_content .textarea_item .textarea .el-textarea textarea {
  height: 100%;
}
.contact_add .dialog_content .operate_button {
  display: inline-block;
  text-align: center;
  margin-top: 20px;
  width: 100%;
}
.contact_add .dialog_content .operate_button .save_button,
.contact_add .dialog_content .operate_button .revert_button {
  height: 30px;
  border: 1px solid #09A183;
  border-radius: 4px;
  color: #09A183;
  background: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  cursor: pointer;
  padding: 5px 18px;
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
}
.contact_add .dialog_content .operate_button .save_button {
  color: #FFFFFF;
  background: #09A183;
}
.contact_add .dialog_content .operate_button .revert_button {
  border: 1px solid #656870;
  color: #656870;
}
.contact_add .dialog_footer {
  display: inline-block;
  text-align: center;
  margin-top: 20px;
  width: 100%;
}
.contact_add .dialog_footer .save_button,
.contact_add .dialog_footer .cancel_button {
  height: 30px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  cursor: pointer;
  padding: 5px 18px;
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
}
.contact_add .dialog_footer .save_button {
  background-color: #09A183;
  border: 1px solid #09A183;
  color: white;
}
.contact_add .dialog_footer .cancel_button {
  background-color: #ffffff;
  color: #FC6C0E;
  border: 1px solid #FC6C0E;
}


.top_up .top_up_content {
  margin-top: 2px;
  background-color: #FFFFFF;
  overflow: hidden;
  line-height: 21px;
  font-size: 12px;
  color: #999999;
  padding: 0 10px;
  height: 320px;
  overflow-y: auto;
}
.top_up .top_up_content .text {
  display: block;
  font-size: 12px;
  line-height: 21px;
  color: #999FAA;
}
.top_up .dialog_footer {
  text-align: center;
}
.top_up .dialog_footer .button {
  background-color: #09A183;
  border-color: #09A183;
}

