.icp_content {
  background-color: #f8fafb;
  font-size: 14px;
}
.wrappernoshadow {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: #fff;
  height: auto;
  /* box-shadow: 0px 0px 15px 0px rgba(29,73,120,0.10); */
  border-radius: 3px;
}
.commcontainer * {
  box-sizing: border-box;
}

.commheadbg {
  background: #f6f8fb;
}
.card_header {
  height: 56px;
  padding: 10px 20px;
  box-sizing: border-box;
}

/* =====flex相关============== */
.flex {
  display: flex;
}
.between {
  justify-content: space-between;
}
.aligncenter {
  align-items: center;
}
.contentcenter {
  justify-content: center;
}

.flexcolumn {
  flex-direction: column;
}

.flexitem {
  flex-grow: 1;
  flex-basis: 0;
}

.gap24 {
  gap: 24px;
}
.gap5 {
  gap: 5px;
}
.gap12 {
  gap: 12px;
}
/* ============================== */
.tiptext {
  height: 14px;
  font-size: 14px;
  font-weight: 350;
  color: #b3b3b3;
  line-height: 14px;
}

.defaulttext {
  font-size: 14px;
  font-weight: 350;
  text-align: left;
  color: #212121;
  line-height: 14px;
}

.defaultcolor {
  color: #212121;
}

.tipcolor {
  color: #b3b3b3;
}

.acolor {
  color: #1d8eff;
}

.btnclass {
  display: inline-block;
  height: 36px;
  background: rgba(29, 142, 255, 0.2);
  border: 1px solid #1d8eff;
  border-radius: 4px;
  padding: 10px 19px;
  font-size: 14px;
  color: #1d8eff;
  line-height: 14px;
  box-sizing: border-box;
}
.btnclass:hover {
  text-decoration: none;
}

.nounderline:hover {
  text-decoration: none !important;
}

.pointer {
  cursor: pointer;
}

/* =========容器========== */
.card_body {
  padding: 20px;
  background-color: #fff;
}
.card_body_no_top {
  padding: 0 20px 20px 20px;
  background-color: #fff;
}
/* =========字体大小========== */
.fontsize12 {
  font-size: 12px;
}
.fontsize18 {
  font-size: 18px;
}
.fontsize20 {
  font-size: 20px;
}
/* =================== */

/* ====================展示label_value_table */
.label_value_table td {
  border: 1px solid #ebebeb;
  padding: 14px 12px;
  line-height: 14px;
  box-sizing: border-box;
  height: 44px;

  /* 表格溢出的处理 配合 子元素ellipsis1 使用 */
  max-width: 0;
  overflow: hidden;
}

.label_value_table .pad8_12 {
  padding: 7px 12px;
}

.label_bg {
  background: #f6f8fb;
}

/* =================== */

.textright {
  text-align: right;
}

.underline {
  text-decoration: underline;
}

.dividervertical {
  display: inline-block;
  height: 12px;
  border-left: 1px solid #ebebeb;
}

.ellipsis1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsistd {
  max-width: 0;
  overflow: hidden;
}
.carditem {
  box-shadow: 0px 0px 15px 0px rgba(29, 73, 120, 0.1);
}
.cardbgwhite {
  background: #ffffff;
}

.contentbg {
  background: #f8fafb;
}

/* 新的表格样式 */
.newcommtable {
  background: #ffffff;
  position: relative;
}
.newcommtable td,
.newcommtable th {
  padding: 14px 8px;
  line-height: 14px;
  font-size: 14px;
  box-sizing: border-box;
  height: 44px;

  /* 表格溢出的处理 配合 子元素ellipsis1 使用 */
  max-width: 0;
  overflow: hidden;
}

.newcommtable th {
  font-weight: normal;
}
.newcommtable tr {
  border-bottom: 1px solid #ebebeb;
}
.newcommtable tbody tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}
/* =================== */
.mt16 {
  margin-top: 16px;
}

.textbold24 {
  font-size: 24px;
  font-weight: 700;
}

/* //othercontent */
.othercontent {
  height: 128px;
}
.minheight290 {
  min-height: 290px;
  box-sizing: border-box;
}
.relative {
  position: relative;
}

.emptyimgbox {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.empty_show {
  height: 100%;
  width: 100%;
}
.empty_show img {
  width: 100%;
  height: 100%;
}
.mt12 {
  margin-top: 12px;
}
.mb50 {
  margin-bottom: 50px;
}

.viptextcontent {
  display: inline-block;
  position: relative;
}
.viptextcontent .popvip {
  margin-left: -7px;
}

/* ===============针对旧的样式的修改 ================ */

.icpsearch {
  width: 100%;
  margin: 36px 0 0;
  position: relative;
}
.pusmall .icpsearch{
  width: 100%;
}

.toolsearchinpt .search-write-left,
.search-new-wrap .search-write-left {
  height: 48px;
}
.toolsearchinpt .search-write-left,
.search-new-wrap .search-write-left {
  width: 700px;
}

.toolsearchinpt .search-write-cont,
.search-new-wrap .search-write-cont {
  width: 700px;
}
.toolsearchinpt .search-write-cont,
.search-new-wrap .search-write-cont {
  height: 44px;
}
.icpsearch .icpclearbtn {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translatey(-50%);
  color: #cccccc;
  cursor: pointer;
  font-size: 18px;

  display: none;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: none !important;
}


.lineheight1{
  line-height: 1;
} 