#app {
  width: 100%;
  height: 100%;
  /* min-width: 1280px; */
  /* overflow: hidden; */
}
body {
  /* width: 100vw;
  height: 100vh; */
  margin: 0;
  padding: 0;
  /* overflow-y: hidden; */
}
* {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.drawer {
  background: "#f4f4f4";
  min-width: 1020px;
}
::-webkit-scrollbar {
  width : 10px;  
  height: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #D8D8D8;
}
::-webkit-scrollbar-track {
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background   : #ededed;
}
.ant-dropdown, .ant-message, .ant-picker-dropdown, .ant-select-dropdown{
  z-index: 1301 !important;
}
.rc-virtual-list-scrollbar {
  display: inline-block !important;
}

@font-face {
  font-family: 'newRoman';
  src: url(../fonts/times.ttf);
}


.common-page {
  width: 100%;
  height: calc(100vh - 54px);
  display: flex;
  background: #eef2f5;
}
.common-left-search {
  position: relative;
  width: 300px;
  height: 100%;
  padding-bottom: 80px;
  background: #fff;
  margin-right: 6px;
}
.common-main {
  flex: 1;
  width: calc(100% - 306px);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.common-main-search {
  width: 100%;
  min-height: 55px;
  background: #fff;
  margin-bottom: 6px;
  border-radius: 0 0 6px 6px;
}
.common-main-container {
  flex: 1;
  width: 100%;
  padding: 0 20px 10px;
  background: #fff;
  border-radius: 6px 6px 0 0 ;
  overflow: auto;
}
.left-search-title {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  background: #fff;
  z-index: 5;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-title {

  font-size: 16px;  
  font-weight: bold;
  color: #242424;
  letter-spacing: 1px;
}
.clear-option {
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  color: #5A5A5A;
  cursor: pointer;
}
.clear-option:hover {
  color: #07AEA0
}
.search-bottom-btns {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  padding: 0 20px;
  background: #F5FFFE;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-form {
  width: 100%;
  height: calc(100% - 60px);
  padding: 0 20px 20px;
  overflow: auto;
}
.search-form .form-item {
  width: 100%;
  margin-bottom: 14px;
}
.form-item .form-label {
  color: #6a6a6a;
  font-size: 13px;
  margin-bottom: 8px;
}
.form-input {
  width: 100%;
}
.form-input .ant-select {
  width: 100%;
}
.default-btn, .primary-btn {
  width: 100px;
  margin: 0 10px;
  border-radius: 4px !important;
  color: #07aea0 !important;
  border: 1px solid #D9E8E6 !important;
}
.primary-btn {
  background: #07aea0 !important;
  color: #fff !important;
  border: 1px solid #07aea0 !important;
}
.default-btn:hover {
  border: 1px solid #07aea0 !important;
}
.title-top {
  width: 100%;
  height: 55px;
  padding: 0 20px 0 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: #999;
}
.page-title {
  font-weight: 600;
  color: #242424;
  font-size: 16px;
  margin-right: 20px;
}
.page-count {
  color: #A0A2A7;
  font-weight: 600;
}
.search-history {
  width: 100%;
  padding: 0 20px 10px;
  display: flex;
  flex-wrap: wrap;
}
.history-item {
  display: flex;
  align-items: center;
  height: 26px;
  line-height: 26px;
  color: #6c7580;
  color: #fff;
  font-size: 13px;
  padding: 0 7px;
  border-radius: 4px;
  margin-right: 20px;
  margin-bottom: 10px;
  background: #fafafa;
  background: #40a9ff;
}
.history-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
}
.clear-icon {
  cursor: pointer;
  margin-left: 6px;
  font-size: 10px;
}
.hitstory-btn {
  display: inline-block;
  min-width: 12px;
  height: 26px;
  padding: 0 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  background: #07aea0;
  border-radius: 4px;
  cursor: pointer;
}
.btn-icon {
  margin-right: 6px;
  font-size: 13px;
}
.main-tab {
  display: inline-block;
  height: 26px;
  margin-right: 15px;
  cursor: pointer;
  line-height: 26px;
  font-size: 14px;
  color: #6A6A6A;
  border-bottom: 2px solid transparent;
}
.main-tab.active, .main-tab:hover {
  border-bottom: 2px solid #07AEA0;
  color: #07AEA0;
}
.main-top {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 5;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-top button {
  margin-left: 10px;
}
.main-top .ant-btn-primary {
  background: #07aea0 !important;
  border: 1px solid #07aea0 !important;
  color: #fff !important;
}
.main-top .ant-btn-default {
  color: #07aea0 !important;
  border: 1px solid #D9E8E6 !important;
  background: #fff !important;
}
.main-top .ant-btn-default:hover {
  border: 1px solid #07aea0 !important;
}
.ant-pagination {
  padding-right: 60px !important;
}