/* CSS Document */
*:not(input) {
  margin: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-appearance: none;
}
.combo_cmt {
  padding: 10px;
}
.pl5 {
  padding-left: 5px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
* {
  border: 0;
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", Tahoma, Helvetica, arial, sans-serif;
}
body {
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC,
    Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  line-height: 1.5;
  background-color: #fff;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  margin-bottom: 1em;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-table;
}
/* Hides from IE-mac \*/
.clearfix {
  display: block;
}
.pr {
  position: relative;
}
/* End hide from IE-mac */
button,
input,
select {
  outline: none;
}
input,
select {
  transition: all 0.3s;
  box-sizing: border-box;
}
input:hover,
select:hover,
input:focus,
select:focus {
  border-color: #e07074 !important;
  border-right-width: 1px !important;
}
input:focus,
select:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(224, 112, 116, 0.2);
}
.banner {
  height: 260px;
  background: url("../img/banner.jpg") no-repeat 50% / cover;
}
.banner .bannername {
  width: 1200px;
  margin: 0 auto;
}
.banner .bannername img {
  width: 87px;
  margin: 25px 0 0 0;
}
.banner .bannername h1 {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #192543;
  margin-top: 60px;
}
.banner .bannername p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #8d97ad;
  margin-top: 10px;
}
.const {
  width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
}
.const div {
  float: left;
  width: 373px;
  height: 318px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  transition: all 0.3s;
}
.const div:hover {
  box-shadow: 0px 18px 45px 0px rgba(0, 0, 0, 0.12);
}
.const div img {
  width: 100%;
}
.const div h1 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #192544;
  line-height: 34px;
  text-align: center;
  margin-top: 20px;
  position: relative;
  margin-bottom: 20px;
}
.const div h1 img {
  width: 44px;
  position: absolute;
  top: -4px;
  right: 60px;
}
.const div p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #8e97ae;
  line-height: 34px;
  text-align: center;
}
.const .const2 {
  margin: 0 37px;
}
.yd-client {
  cursor: pointer;
}
/* Modal 样式 */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(29, 29, 31, 0.6);
}
.modal-content {
  width: 700px;
  height: 480px;
  transform-origin: 386.5px 419px;
  background-color: #fefefe;
  margin: 0 auto;
  border: 1px solid #888;
  position: relative;
  top: 100px;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12),
    0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  pointer-events: auto;
  padding: 48px 60px;
}
.close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
}
.close:hover,
.close:focus {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}

.modal-close-x {
  display: block;
  width: 54px;
  height: 54px;
  font-size: 16px;
  font-style: normal;
  line-height: 54px;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
}

.modal-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  color: #192544;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 48px;
}

.ant-tabs {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  display: flex;
  flex-direction: column;
}
.ant-tabs-nav {
  position: relative;
  display: flex;
  flex: none;
  align-items: center;
  margin: 0 0 16px;
}
.ant-tabs-nav:before {
  position: absolute;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  content: "";
  bottom: 0;
}
.ant-tabs-nav-wrap {
  position: relative;
  display: flex;
  flex: auto;
  align-self: stretch;
  overflow: hidden;
  white-space: nowrap;
  transform: translate(0);
}
.ant-tabs-nav-list {
  position: relative;
  display: flex;
  transition: transform 0.3s;
}
.ant-tabs-tab {
  border-radius: 4px 4px 0 0;
  padding: 6px 16px;
  margin: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  display: inline-flex;
  align-items: center;
  outline: none;
  cursor: pointer;
  color: #757d8e;
  margin-left: 2px;
}
.ant-tabs-tab:nth-of-type(1) {
  margin-left: 0;
}
.ant-tabs-tab-btn {
  outline: none;
  transition: all 0.3s;
  font-size: 16px;
}

.ant-tabs-tab-active {
  color: #212c3f;
  background: rgba(9, 26, 56, 0.04);
  border-bottom-color: #fff;
}

table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  text-align: left;
}

td {
  padding: 12px 16px;
  color: #888f9d;
}
th {
  background-color: #fafafa;
  color: #000000d9;
  font-weight: 500;
  padding: 14px 0;
  transition: background 0.3s ease;
}

th span {
  border-left: 1px solid rgba(0, 0, 0, 0.06);
  padding: 2px 16px;
}

thead th:first-of-type {
  border-top-left-radius: 4px;
}
thead th:first-of-type span {
  border-left: none;
}
thead th:last-of-type {
  border-top-right-radius: 4px;
}
tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
button {
  background-color: transparent;
  color: #2e79ff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
button:hover {
  background: #ffffff;
  opacity: 0.6;
}

.no-data {
  text-align: center;
  padding: 20px 0;
  color: #888f9d;
  position: sticky;
  left: 0px;
  overflow: hidden;
}

.no-data svg {
  width: 159px;
  height: 124px;
}

.tips {
  margin-top: 8px;
}
