body,
html {
  font-size: 12px;
  /* -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none; */
}

.p_c:hover {
  cursor: pointer;
}

body,
button,
input,
select,
textarea {
  font: 100%/1 "Helvetica Neue", Helvetica, STHeiTi, "Microsoft YaHei";
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
article,
aside,
footer,
header,
hgroup,
nav,
section,
menu {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}

body::-webkit-scrollbar {
  display: none
}

[v-cloak] {
  display: none;
}

.blue {
  color: #147DFF;
}

.orange {
  color: #267DFF !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orange img {
  width: 8px;
  height: 8px;
  margin-left: 5px;
}

.padd_out {
  padding: 20px;
  min-width: 1200px;
  background-color: #f5f5f5;
}

.tip_top_p {
  margin-bottom: 20px;
  color: #999;
}

/* 翻页 */
.back_fff_height {
  position: relative;
  padding-bottom: 100px !important;
}

.back_fff_height .page_show {
  position: absolute;
  bottom: 10px;
}

.page_show {
  text-align: center;
  padding: 15px 0;
  width: 100%;
  margin-top: 30px;
}

.page_show .page {
  color: #f00;
}

.page_show span {
  margin: 0 5px;
}

.page_show input {
  border: 1px solid #eee;
  width: 50px;
  padding: 5px;
  text-align: center;
}

.page_li {
  border: 1px solid #eee;
  padding: 5px 8px;
  display: inline-block;
  border-radius: 2px;
}

.page_li:hover {
  cursor: pointer;
}

.page_li_act {
  color: #fff;
  background: #267DFF;
}

.button_confirm {
  border-style: solid;
  border-width: 1px;
  border-color: #D3D3D3;
  background-color: #fff;
  padding: 0.2% 0.5%;
  border-radius: 3px;
  cursor: pointer;
}

/* 翻页 */

/* 页面内弹框 */
.cont_layer {
  padding: 20px;
}

/* 查询条件 */
.t_cont_div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.t_cont_div .flex_row {
  width: 35%;
  border-bottom: none;
  margin-right: 0;
}

.t_con {
  margin-right: 20px;
  margin-bottom: 20px;
}

.t_cont_div .t_con_2 {
  width: 25%;
  margin-right: 0;
}

.t_con input,
.t_con select {
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 120px;
  height: 24px;
  line-height: 24px;
  margin-left: 5px;
  padding-left: 5px;
}

.t_con_date {
  border: 1px solid #ddd;
  border-radius: 3px;
}

.t_con_date input {
  border: none !important;
  width: 100px;
  text-align: center;
  height: 24px;
  line-height: 24px;
}

/* 页面内弹框 */

.back {
  margin-left: 20px;
  min-width: 60px;
  cursor: pointer;
  text-align: center;
  background: #267DFF;
  border-radius: 5px;
  color: white;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  box-sizing: border-box;
}

.back_c {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  color: #666;
}

.table_a {
  padding-bottom: 40px;
}

.table_a table {
  width: 100%;
  min-width: 700px;
  color: #666;
  font-size: 13px;
}

.table_a .thead {
  background: #F7F8F9 !important;
  font-size: 12px;
  color: #313131 !important;
}

.table_a .img_td {
  display: flex;
  justify-content: center;
}

.table_a .img_td span {
  display: inline-block;
  width: 50px;
  height: 50px !important;
  border-radius: 3px;
  border: 1px solid #eee;
  box-sizing: border-box;
  overflow: hidden;
}

.table_a .img_td img {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.table_a tr {
  /* text-align: center;
  border-bottom: 1px solid #eee;
  position: relative; */
}

.table_a .tr {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #eee;
  position: relative;
}

.table_a .tr:nth-child(even) {
  background: #FAFCFF;
}

.table_a .tr div {
  flex: 2 !important;
  padding: 0 2px;
  text-align: center;
  color: #666;
  line-height: 50px;
  word-break: break-all;
  display: -webkit-box;
  overflow: hidden;
  /* 可以显示的行数，超出部分用...表示*/
  -webkit-box-orient: vertical;
  /*控制显示行数*/
  -webkit-line-clamp: 1;
  height: 50px;
}

.table_a .tr_red div {
  color: red !important;
}

/* .table_a td{
  padding: 20px 5px;
  line-height: 18px;
} */
tr:hover,
.tr:hover {
  background-color: #f0f0f0 !important;
  cursor: pointer;
}

.td_blue {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: blue;
  border-radius: 50%;
  margin-right: 5px;
}

.td_green {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #53C41A;
  border-radius: 50%;
  margin-right: 5px;
}

.td_red {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #FF4838;
  border-radius: 50%;
  margin-right: 5px;
}

.edit_tr span,
.edit_tr div {
  color: #267DFF !important;
  padding: 0 2px;
  display: inline-block;
}

.clear {
  clear: both;
}

.flex_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}

.flex_left {
  justify-content: left !important;
}

.share_top img {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 20px;
  bottom: 25px;
}

.td_check {
  width: 15px;
  height: 15px;
}

.save_btn {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #fff;
  text-align: center;
  padding: 15px;
  /* border-top: 1px solid #eee; */
  /* box-shadow: 0px -4px 10px 0px rgba(153, 153, 153, 0.2); */
  z-index: 9999;
}

.save_btn span {
  background: #267DFF;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  /* font-weight: bold; */
  font-size: 16px;
  padding: 10px 20px;
  box-sizing: border-box;
}

.can_btn {
  margin-left: 20px;
  background-color: #fff !important;
  border: 1px solid #eee;
  color: #666 !important;
}

.model {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .8);
  z-index: 99999;
}

.model .show_img {
  width: 50%;
  height: 50%;
  margin: 15% 25%;
  box-sizing: border-box;
  object-fit: contain;
}

.model_cont {
  background: #FFFFFF;
  border-radius: 20px 20px 0px 0px;
  width: 100%;
  height: 80%;
  position: fixed;
  left: 0;
  bottom: 0;
}

.model_main {
  width: 60%;
  margin: 0 20%;
}

.no_list_text {
  height: 100px;
  line-height: 100px;
  box-sizing: border-box;
  color: #999;
  width: 100%;
  text-align: center;
  background: #F0F0F0;
}

.ele_td_s p {
  /* overflow: hidden;
  display: -webkit-box; 
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 2;  */
  /* word-break: break-all;  */
  /* max-height: 40px!important; */
}

.ele_td_s {
  position: relative;
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between;
}

.ele_td_s div {
  display: inline-block;
}

.ele_td_ab {
  position: absolute;
  padding: 10px !important;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(83, 83, 83, 0.2);
  border-radius: 4px;
  top: 35px;
  right: 0;
  z-index: 999;
  display: none;
  color: #267DFF;
  padding: 0 25px;
}

.else_detail_ab {
  /* top:50px;
  left: -80px!important;
  padding: 5px!important;
  width: 150px; */
  min-width: 100px;
  text-align: center;
}

.else_detail_ab span {
  display: block;
  height: 25px;
  line-height: 25px;
  padding: 0;
}

.else_detail_ab span:hover {
  background-color: #f5f5f5 !important;
}

.table_a .tr .div {
  overflow: visible
}

.ele_more_div {
  line-height: 20px;
  color: #666;
  width: 200%;
  left: 0;
  top: 40px;
  z-index: 999999;
}

.model_main_model {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.model_main {
  position: relative;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  height: auto;
  padding: 0 30px 30px;
  box-sizing: border-box;
  color: #333;
}

.model_main .m_tit {
  padding: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  position: relative;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.model_main .m_tit img {
  width: 20px;
  height: 20px;
}

.model_main .flex_row {
  justify-content: center !important;
}

.model_main .h4 {
  text-align: center;
  line-height: 80px;
  font-size: 16px;
}

.model_main .s_div_div,
.model_main .s_div {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333
}

.model_main .s_div {
  min-width: 25%;
}

.model_main .s_div_div {
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.model_main .s_div img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}