/* 公用 */
@charset "UTF-8";
.bg-gray{
    background-color: #F5F5F5;
}
.center{
    width: 1200px;
    margin: 0 auto;
}
a:hover {
  color: #06cc71;
}

.content_center {
  width: 1200px;
  margin: 0 auto;
}

.shou {
  cursor: pointer;
}

.bg_zs {
  background: #06cc71;
}

.bg_zs_1 {
  background: #71d5a1;
}

.bg_zs_2 {
  background: #dbf1e1;
}

.bg_white {
  background: #fff;
}

.bg_F0_top {
  background: #f0f0f0;
}

.bg_df_nav {
  background: #dfdfdf;
}

.color_white {
  color: #fff;
}

.color_zs {
  color: #06cc71;
}

.color_zs_1 {
  color: #71d5a1;
}

.color_zs_2 {
  color: #dbf1e1;
}

.color_444 {
  color: #444;
}

.color_777 {
  color: #777;
}

.color_b3 {
  color: #b3b3b3;
}

.color_red {
  color: #cc3606;
}

/* 改变滚动条的宽度 */
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* 改变滚动条凹槽的颜色 */
::-webkit-scrollbar-track-piece {
  background-color: #fff;
}

/* 改变滚动条滑块的样式 */
::-webkit-scrollbar-thumb {
  background-color: #e4e7ed;
  background-clip: padding-box;
  min-height: 28px;
}

/* iphoneX适配底部 */
@supports (bottom: env(safe-area-inset-bottom)) {

  body,
  .iphoneX {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
  }
}

/* placeholder 设置字体颜色 */
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #c0c4cc;
  font-size: 14px;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c0c4cc;
  font-size: 14px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #c0c4cc;
  font-size: 14px;
}

/* 输入框样式 */

.button .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
  width: 100%;
  background: #27d278;
  color: #fff;
  border-radius: 4px !important;
  padding: 12px;
  display: block;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  position: relative;
}

.button .button:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #1fa75f 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform 0.3s, opacity 0.5s;
}

.button .button:active:after {
  transform: scale(0, 0);
  opacity: 0.3;
  transition: 0s;
}

.medium .button {
  padding: 8px;
  font-size: 14px;
}

.mini .button {
  padding: 5px;
  font-size: 12px;
}

.info .button {
  background: #f3f4f6;
  color: #909399;
}

/* 步进器 */
.Stepper input {
  width: 40px;
  height: 28px;
  line-height: 28px;
  border: none;
  background: #f3f4f6;
  border-radius: 4px;
  text-align: center;
  color: #303133;
  -webkit-appearance: none;
  padding: 0;
}

.Stepper .but {
  width: 40px;
  height: 28px;
  color: #c0c4cc;
  border: none;
  background: #f3f4f6;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.calendar {
  position: relative;
  z-index: 88;
}

.calendar .calendar_icon {
  font-size: 20px;
}

.calendar .calendar_item {
  width: 14.2857142857%;
  height: 40px;
  cursor: pointer;
}

.calendar .calendar_card {
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  position: absolute;
  background: #fff;
}

.calendar .calendar_block {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
}

.calendar .calendar_active .calendar_block {
  color: #fff;
  background: #27d278;
}

.calendar .calendar_select {
  height: 44px;
  position: relative;
}

.calendar .calendar_select .calendar_icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #c0c4cc;
  transition: all 0.5s;
}

.calendar .calendar_select input[type="text"] {
  padding-right: 36px;
}

.dropDown {
  position: relative;
}

.dropDown .dropDown_select {
  height: 44px;
  position: relative;
}

.dropDown .dropDown_select .dropDown_icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #c0c4cc;
  transition: all 0.5s;
}

.dropDown .dropDown_select input[type="text"] {
  padding-right: 36px;
}

.dropDown .dropDown_card {
  width: 100%;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 44px;
  left: 0;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}

.dropDown .dropDown_item {
  cursor: pointer;
}

.dropDown .dropDown_item:hover {
  color: #27d278;
}

.dropDown .dropDown_select .dropDown_icon_active {
  transform: rotate(180deg) translate(0, 50%);
}

.dropDown .dropDown_item_active {
  color: #27d278;
}

.tag {
  background: #e2fff0;
  border: 1px solid #27d278;
  color: #27d278;
  border-radius: 1000px;
  display: inline-block;
  padding: 2px 6px;
}

.rela {
  position: relative;
}

.abso {
  position: absolute;
}

/* 初始化 */
body,
html {
  padding: 0;
  margin: 0;
  color: #303133;
  font-size: 16 px;
  width: 100%;
  font-family: -apple-system, Helvetica, sans-serif;
}

ul,
li,
dl,
dd {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #303133;
}

i {
  font-style: normal;
}

/* 上下左右间距 */
.m_4 {
  margin: 4px;
}

.m_t_4 {
  margin-top: 4px;
}

.m_r_4 {
  margin-right: 4px;
}

.m_b_4 {
  margin-bottom: 4px;
}

.m_l_4 {
  margin-left: 4px;
}

.m_lr_4 {
  margin: 0 4px;
}

.m_tb_4 {
  margin: 4px 0;
}

.p_4 {
  padding: 4px;
}

.p_t_4 {
  padding-top: 4px;
}

.p-r-4 {
  padding-right: 4px;
}

.p_b_4 {
  padding-left: 4px;
}

.p_l_4 {
  padding-left: 4px;
}

.p_lr_4 {
  padding: 0 4px;
}

.p_tb_4 {
  padding: 4px 0;
}

.m_8 {
  margin: 8px;
}

.m_t_8 {
  margin-top: 8px;
}

.m_r_8 {
  margin-right: 8px;
}

.m_b_8 {
  margin-bottom: 8px;
}

.m_l_8 {
  margin-left: 8px;
}

.m_lr_8 {
  margin: 0 8px;
}

.m_tb_8 {
  margin: 8px 0;
}

.p_8 {
  padding: 8px;
}

.p_t_8 {
  padding-top: 8px;
}

.p_r_8 {
  padding-right: 8px;
}

.p_b_8 {
  padding-left: 8px;
}

.p_l_8 {
  padding-left: 8px;
}

.p_lr_8 {
  padding: 0 8px;
}

.p_tb_8 {
  padding: 8px 0;
}

.m_12 {
  margin: 12px;
}

.m_t_12 {
  margin-top: 12px;
}

.m_r_12 {
  margin-right: 12px;
}

.m_b_12 {
  margin-bottom: 12px;
}

.m_l_12 {
  margin-left: 12px;
}

.m_lr_12 {
  margin: 0 12px;
}

.m_tb_12 {
  margin: 12px 0;
}

.p_12 {
  padding: 12px;
}

.p_t_12 {
  padding-top: 12px;
}

.p_r_12 {
  padding-right: 12px;
}

.p_b_12 {
  padding-left: 12px;
}

.p_l_12 {
  padding-left: 12px;
}

.p_lr_12 {
  padding: 0 12px;
}

.p_tb_12 {
  padding: 12px 0;
}

.m_16 {
  margin: 16px;
}

.m_t_16 {
  margin-top: 16px;
}

.m_r_16 {
  margin-right: 16px;
}

.m_b_16 {
  margin-bottom: 16px;
}

.m_l_16 {
  margin-left: 16px;
}

.m_lr_16 {
  margin: 0 16px;
}

.m_tb_16 {
  margin: 16px 0;
}

.p_16 {
  padding: 16px;
}

.p_t_16 {
  padding-top: 16px;
}

.p_r_16 {
  padding-right: 16px;
}

.p_b_16 {
  padding-left: 16px;
}

.p_l_16 {
  padding-left: 16px;
}

.p_lr_16 {
  padding: 0 16px;
}

.p_tb_16 {
  padding: 16px 0;
}
.padding-bt-5{
    padding: 5px 0;
}
.padding-5{
    padding: 5px;
}
.m_20 {
  margin: 20px;
}

.m_t_20 {
  margin-top: 20px;
}

.m_r_20 {
  margin-right: 20px;
}

.m_b_20 {
  margin-bottom: 20px;
}

.m_l_20 {
  margin-left: 20px;
}

.m_lr_20 {
  margin: 0 20px;
}

.m_tb_20 {
  margin: 20px 0;
}
.m_tb_10 {
  margin: 10px auto;
}
.p_20 {
  padding: 20px;
}

.p_t_20 {
  padding-top: 20px;
}

.p_r_20 {
  padding-right: 20px;
}

.p_b_20 {
  padding-left: 20px;
}

.p_l_20 {
  padding-left: 20px;
}

.p_lr_20 {
  padding: 0 20px;
}

.p_tb_20 {
  padding: 20px 0;
}

.m_24 {
  margin: 24px;
}

.m_t_24 {
  margin-top: 24px;
}

.m_r_24 {
  margin-right: 24px;
}

.m_b_24 {
  margin-bottom: 24px;
}

.m_l_24 {
  margin-left: 24px;
}

.m_lr_24 {
  margin: 0 24px;
}

.m_tb_24 {
  margin: 24px 0;
}

.p_24 {
  padding: 24px;
}

.p_t_24 {
  padding-top: 24px;
}

.p_r_24 {
  padding-right: 24px;
}

.p_b_24 {
  padding-left: 24px;
}

.p_l_24 {
  padding-left: 24px;
}

.p_lr_24 {
  padding: 0 24px;
}

.p_tb_24 {
  padding: 24px 0;
}

.m_28 {
  margin: 28px;
}

.m_t_28 {
  margin-top: 28px;
}

.m_r_28 {
  margin-right: 28px;
}

.m_b_28 {
  margin-bottom: 28px;
}

.m_l_28 {
  margin-left: 28px;
}

.m_lr_28 {
  margin: 0 28px;
}

.m_tb_28 {
  margin: 28px 0;
}

.p_28 {
  padding: 28px;
}

.p_t_28 {
  padding-top: 28px;
}

.p_r_28 {
  padding-right: 28px;
}

.p_b_28 {
  padding-left: 28px;
}

.p_l_28 {
  padding-left: 28px;
}

.p_lr_28 {
  padding: 0 28px;
}

.p_tb_28 {
  padding: 28px 0;
}

.m_32 {
  margin: 32px;
}

.m_t_32 {
  margin-top: 32px;
}

.m_r_32 {
  margin-right: 32px;
}

.m_b_32 {
  margin-bottom: 32px;
}

.m_l_32 {
  margin-left: 32px;
}

.m_lr_32 {
  margin: 0 32px;
}

.m_tb_32 {
  margin: 32px 0;
}

.p_32 {
  padding: 32px;
}

.p_t_32 {
  padding-top: 32px;
}

.p_r_32 {
  padding-right: 32px;
}

.p_b_32 {
  padding-left: 32px;
}

.p_l_32 {
  padding-left: 32px;
}

.p_lr_32 {
  padding: 0 32px;
}

.p_tb_32 {
  padding: 32px 0;
}

.m_36 {
  margin: 36px;
}

.m_t_36 {
  margin-top: 36px;
}

.m_r_36 {
  margin-right: 36px;
}

.m_b_36 {
  margin-bottom: 36px;
}

.m_l_36 {
  margin-left: 36px;
}

.m_lr_36 {
  margin: 0 36px;
}

.m_tb_36 {
  margin: 36px 0;
}

.p_36 {
  padding: 36px;
}

.p_t_36 {
  padding-top: 36px;
}

.p_r_36 {
  padding-right: 36px;
}

.p_b_36 {
  padding-left: 36px;
}

.p_l_36 {
  padding-left: 36px;
}

.p_lr_36 {
  padding: 0 36px;
}

.p_tb_36 {
  padding: 36px 0;
}

.m_40 {
  margin: 40px;
}

.m_t_40 {
  margin-top: 40px;
}

.m_r_40 {
  margin-right: 40px;
}

.m_b_40 {
  margin-bottom: 40px;
}

.m_l_40 {
  margin-left: 40px;
}

.m_lr_40 {
  margin: 0 40px;
}

.m_tb_40 {
  margin: 40px 0;
}

.p_40 {
  padding: 40px;
}

.p_t_40 {
  padding-top: 40px;
}

.p_r_40 {
  padding-right: 40px;
}

.p_b_40 {
  padding-left: 40px;
}

.p_l_40 {
  padding-left: 40px;
}

.p_lr_40 {
  padding: 0 40px;
}

.p_tb_40 {
  padding: 40px 0;
}

.m_44 {
  margin: 44px;
}

.m_t_44 {
  margin-top: 44px;
}

.m_r_44 {
  margin-right: 44px;
}

.m_b_44 {
  margin-bottom: 44px;
}

.m_l_44 {
  margin-left: 44px;
}

.m_lr_44 {
  margin: 0 44px;
}

.m_tb_44 {
  margin: 44px 0;
}

.p_44 {
  padding: 44px;
}

.p_t_44 {
  padding-top: 44px;
}

.p_r_44 {
  padding-right: 44px;
}

.p_b_44 {
  padding-left: 44px;
}

.p_l_44 {
  padding-left: 44px;
}

.p_lr_44 {
  padding: 0 44px;
}

.p_tb_44 {
  padding: 44px 0;
}

/* 字体大小 */
.font_12 {
  font-size: 12px;
}

.font_14 {
  font-size: 14px;
}

.font_16 {
  font-size: 16px;
}

.font_18 {
  font-size: 18px;
}

.font_20 {
  font-size: 20px;
}

.font_22 {
  font-size: 22px;
}

.font_24 {
  font-size: 24px;
}

.font_26 {
  font-size: 26px;
}

.font_28 {
  font-size: 28px;
}

.font_30 {
  font-size: 30px;
}

.font_32 {
  font-size: 32px;
}

.font_34 {
  font-size: 34px;
}

.font_36 {
  font-size: 36px;
}

.font_38 {
  font-size: 38px;
}

.font_40 {
  font-size: 40px;
}

.font_bold {
  font-weight: bold;
}

/* 布局 */
.flex {
  display: flex;
}

.flex_1 {
  flex: 1;
}

.flex_2 {
  flex: 2px;
}

.flex_3 {
  flex: 3px;
}

.flex_4 {
  flex: 4px;
}

.flex_5 {
  flex: 5px;
}

.flex_6 {
  flex: 6px;
}

.flex_7 {
  flex: 7px;
}

.flex_8 {
  flex: 8px;
}

.flex_9 {
  flex: 9px;
}

.flex_10 {
  flex: 10px;
}

.flex_11 {
  flex: 11px;
}

.flex_0 {
  flex-shrink: 0;
}

/* 允许换行 */
.flex_wrap {
  flex-wrap: wrap;
}

/* 垂直排列 */
.flex_column {
  flex-direction: column;
}

/* 水平排列 */
/* 左边排列 */
.align_h_left {
  justify-content: flex-start;
}

/* 右对齐 */
.align_h_right {
  justify-content: flex-end;
}

/* 剧中排列 */
.align_h_center {
  justify-content: center;
}

/* 两端排列 */
.align_h_between {
  justify-content: space-between;
}

/* 周围空间分布 */
.align_h_around {
  justify-content: space-around;
}

/* 垂直排列 */
/* 顶部对齐 */
.align_v_top {
  align-items: flex-start;
}

/* 底部对齐 */
.align_v_bottom {
  align-items: flex-end;
}

/* 剧中对齐 */
.align_v_center {
  align-items: center;
}

.font_center {
  text-align: center;
}

.font_right {
  text-align: right;
}

.font_left {
  text-align: left;
}

/* 轮播图圆点样式 */
.swiper {
  --swiper-pagination-color: #06CC71;
  /* 两种都可以 */
}

.m_t_50 {
  margin-top: 50px;
}

/* 行高 */
.hgao {
  line-height: 24px;
}

/* 线 */
.line {
  border-bottom: 1px solid #DFDFDF;
}

.line_xu {
  border-bottom: 1px dashed #DFDFDF;
}

/* 公用标题 */
.public_title i {
  height: 16px;
  width: 3px;
  background-color: #06cc71;
  display: block;
}

.public_title span {
  font-size: 20px;
  color: #06cc71;
  padding-left: 6px;
  line-height: 20px;
}

/* 分页 */
#paging {
  height: 32px;
  margin-top: 50px;
  /* font-size: 14px; */
}

.custom-pagination {
  height: 32px;
  display: inline-block;
  width: 650px;
}

#paging li {
  width: 20px;
  height: 20px;
  float: left;
  color: #06cc71;
  border: 1px solid #06cc71;
  padding: 4px;
  border-radius: 100px;
  line-height: 22px;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  margin-left: 10px;
}

#paging li a {
  color: #06cc71;
}

#paging .current-page a {
  color: white;
}

#paging .prev-page a {
  color: #06cc71;
}

.prev-page {
  width: 20px;
  height: 20px;
  float: left;
  padding: 4px;
  border-radius: 50px;
  text-align: center;
  border: 1px solid #06cc71;
  color: #06cc71;
  background-color: rgb(250, 250, 250);
}

.prev-page-t {
  width: 20px;
  height: 20px;
  float: left;
  padding: 4px;
  border-radius: 50px;
  text-align: center;
  cursor: not-allowed;
  border: 1px solid rgb(210, 210, 210);
  color: rgb(220, 220, 220);
  background-color: rgb(250, 250, 250);
  font-size: 14px;
}

.next-page {
  width: 20px;
  height: 20px;
  float: left;
  border: 1px solid #06cc71;
  padding: 4px;
  border-radius: 50px;
  text-align: center;
  margin-left: 10px;
  color: #06cc71;
  font-size: 14px;
}

.next-page-t {
  width: 20px;
  height: 20px;
  float: left;
  padding: 4px;
  border-radius: 50px;
  text-align: center;
  margin-left: 10px;
  cursor: not-allowed;
  border: 1px solid rgb(210, 210, 210);
  color: rgb(220, 220, 220);
  background-color: rgb(250, 250, 250);
}

#paging .next-page a {
  color: #06cc71;
}

#paging .current-page {
  background-color: #06cc71;
  color: white;
}

.page-to {
  float: left;
  height: 20px;
  line-height: 22px;
  margin-left: 10px;
  margin-top: 4px;
  color: #666666;
  font-size: 14px;
}

.page-to input {
  width: 30px;
  height: 20px;
  margin: 0 6px;
  text-align: center;
  color: #777;
}

.go {
  width: 20px;
  height: 20px;
  border: 1px solid #06cc71;
  padding: 7px 5px;
  border-radius: 50px;
  text-align: center;
  margin-left: 10px;
  color: #06cc71;
  cursor: pointer;
  font-size: 12px;
}

/* 左右布局 */
.width_770 {
  width: 770px;
  margin-right: 40px;
}

.width_390 {
  width: 390px;
}

/* 分类导航 */
.classify {
  border-radius: 4px;
  background-color: #fcfcfc;
  font-size: 16px;
  padding: 30px;
  box-sizing: border-box;
}

.classify a {
  color: #444;
  padding: 0 5px 20px 15px;
  display: block;
  box-sizing: border-box;
}

.classify .xuanz {
  color: #06cc71;
}

.shouqi {
  width: 40px;
  text-align: center;
  background-color: #dbf1e1;
  margin: 0 auto;
  padding: 4px 8px;
  cursor: pointer;
  color: #18b566;
  margin-bottom: 20px;
}

.shouqi span {
  color: #18b566;
}

.shouqi i {
  color: #18b566;
}

/* 收起翻转 */
.rotate1 {
  transform: rotate(180deg);
  transition: all 0.3s linear;
  -webkit-transform: rotate(180deg);
  -webkit-transtion: all 0.3s linear;
}

.rotate {
  transform: rotate(0);
  transition: all 0.3s linear;
  -webkit-transform: rotate(0);
  -webkit-transtion: all 0.3s linear;
}

.nav_fenlei {
  max-height: 82px;
  overflow: hidden;
  transition: all 0.3s linear;
  -webkit-transtion: all 0.3s linear;
}

.nav_fenlei_1 {
  max-height: 100vh;
  transition: all 0.3s linear;
  -webkit-transtion: all 0.3s linear;
}

/* 收起翻转 */
/* 问答公用 */
.question {
  position: fixed;
  bottom: 100px;
  right: 150px;
}

/* right内容模块*/
.right_box {
  width: 390px;
}

.right_box .right_mk {
  padding: 10px 10px 20px 10px;
  margin-bottom: 20px;
}

.right_box .right_mk li {
  margin-top: 20px;
  max-width: 380px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.right_box .right_mk li a {
  color: #444;
}

.right_box .right_mk:hover {
  box-shadow: 0 0.3px 6px rgb(0 0 0 / 15%);
  transition: all 0.3s;
}

.wenwen_list .lists {
  height: 112px;
  padding: 8px;
}

.wenwen_list .lists img {
  width: 112px;
  height: 112px;
  border-radius: 4px;
}

.wenwen_list .lists span {
  font-size: 16px;
}

.wenwen_list .lists:hover {
  box-shadow: 0 0.3px 6px rgb(0 0 0 / 15%);
  transition: all 0.3s;
}

.wenwen_list .lists .text {
  margin-top: 6px;
  line-height: 20px;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.zixun_box a {
  display: block;
  font-size: 12px;
  background-color: #06cc71;
  border-radius: 4px;
  padding: 5px 8px;
  margin-left: 10px;
}

.zixun_box .zixun {
  color: white;
  margin-top: 26px;
}

.zixun_box .zhuangjia {
  color: #06cc71;
  margin-top: 10px;
  background-color: #DBF1E1;
}

.wen {
  display: block;
  background-color: #06cc71;
  color: white;
  width: 19px;
  height: 19px;
  line-height: 19px;
  font-size: 13px;
  border-radius: 4px;
  margin-right: 6px;
  text-align: center;
}

.da {
  display: block;
  background-color: #FA3534;
  color: white;
  width: 19px;
  height: 19px;
  line-height: 19px;
  font-size: 13px;
  border-radius: 4px;
  margin-right: 6px;
  text-align: center;
}

/* 回到顶部 */
#scrolltop .icon-huidaodingbu {
  position: fixed;
  bottom: 50px;
  right: 100px;
  box-shadow: 0 0.3px 6px rgb(0 0 0 / 15%);
  transition: all 0.3s;
  cursor: pointer;
  font-size: 30px;
}
.tjiao #but{
    width: 46px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #DBF1E1;
    color: #06cc71;
    font-size: 14px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    margin-top: 20px;
}
.tjiao .yingdao{
    color: #06cc71;
    font-size: 14px;
    margin-left: 6px;
    margin-top: 20px;
}
.layui-layer .layui-layer-title{
    color: #06cc71;
    font-size: 16px;
    border-left: 4px solid #06cc71;
}
#tiwen{
    width: 500px;
    padding: 20px 20px 30px 20px;
    display: none;
}
.xz_xx .x_x{
    width: 232px;
}
.xz_xx .x_x:nth-child(2n){
    margin-right: 0;
}
#xx_box{
    width: 500px;
    padding: 20px 20px 30px 20px;
    display: none;
}
#xx_box .sc_img img{
    width: 100px;
    height: 100px;
    margin-right: 15px;
    margin-bottom: 15px;
}
#xx_box .sc_box{
    margin-top: 10px;
}
.sc_img{
    position: relative;
}
.sc_img i{
    position: absolute;
    top: -6px;
    right: 8px;
    background:rgba(97, 97, 97, 0.3);
    border-radius: 1000px;
    color: white;
    cursor: pointer;
}
.file {
    width: 100px;
    height: 100px;
    background: #e8e8e8;
    position: relative;
}
.file::before {
    content: '';
    display: block;
    width: 55px;
    height: 2px;
    background: #b3b3b3;
    position: absolute;
    left:50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.file::after {
    content: '';
    display: block;
    width: 2px;
    height: 55px;
    background: #b3b3b3;
    position: absolute;
    left:50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.textarea_box{
    margin-top: 20px;
}