/*主页 开始*/
body{
	font-family: Microsoft YaHei;
	font-weight: 400;
	position: relative;
	font-size: 14px;
	min-width: 1200px;
    min-height: 100vh;
}
.content231023{
	padding: 0 8vw;
}
.title231023-border{
	width: 8px;
	height: 40px;
	background: #60ABEE;
	margin-right: 14px;
}
.title231023-text{
	font-size: 24px;
	color: #131313;
}
.title231023-en{
	font-size: 16px;
	color: #575757;
	margin-top: 7px;
}
.table {
    width: 100% ;
}


/*搜索start*/
.search_div{
	background: #FFFFFF;
	border-radius: 5px;
	height: 68px;
}
.search_div input{
	font-size: 20px;
	padding: 23px 28px;
	border: none;
	outline: none;
	height: 20px;
	width: calc(100% - 260px);
	box-sizing: content-box;
}
.search_div button{
	background: #60ABEE;
	border-radius: 5px;
	width: 140px;
	height: 68px;
	text-align: center;
	border: none;
	outline: none;
	float: right;
}
/*搜索end*/
/**/
.btn3{
	min-width: 100px;
	height: 30px;	
	border-radius: 4px;	
	font-size: 16px;
	line-height: 30px;
	border: none;
	outline: none;
}
.btn3-gold{
	background: #EB7A28;
	color: #FFFFFF;
}
.btn3-blue{
	background: #10831B;
	color: #FFFFFF;
}
/**/

/* 表格 开始*/
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	padding: 5px;
	vertical-align: middle;
}
.dataTables_wrapper>.row:nth-child(2) {
    overflow: auto;
    max-height: calc(100vh - 260px);
    margin-top: 6px;
}
.table{
	border-radius: 5px;
	border-collapse: initial;
}
.table th{
	white-space: nowrap;
}
.table td,.table th{
	border-right: 1px solid #FFFFFF;
	text-align: center;
}
.table thead,.dataTable.table thead{
	background: #10831b;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.table tbody{
	font-weight: 400;
	color: #404040;
}
.table tbody tr:nth-child(2n+1){
	background: #fff;
}
.table tbody tr:nth-child(2n){
	background: #fff;
}

.tbodyNowrap tbody{
	white-space: nowrap;
}


.loading {
  width: 30px;
  height: 30px;
  position: relative;
  margin-left:4%;
  display: flex;
  align-items: center;
}

.shape {
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
}

.shape-1 {
  background-color: #1875e5;
  left: -5px;
  animation: animationShape1 7s linear infinite;
}

.shape-2 {
  background-color: #c5523f;
  left: 15px;
  animation: animationShape2 7s linear infinite;
}

.shape-3 {
  background-color: #499255;
  left: 35px;
  animation: animationShape3 7s linear infinite;
}

.shape-4 {
  background-color: rgb(0, 191, 255,0.9);
  width: 30px;
  height: 30px;
  left: -40px;
  background-color: transparent !important;
  z-index: 2;
  animation: animationShape4 7s linear infinite;
}

.shape-4 > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.shape-4 .shape-4-top {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(0, 191, 255,0.9);
  clip: rect(0 30px 15px 0);
  transform: rotate(-30deg);
  animation: animationShape4Top 0.4s ease infinite alternate;
}

.shape-4 .shape-4-bottom {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(0, 191, 255,0.9);
  clip: rect(15px 30px 30px 0);
  transform: rotate(45deg);
  animation: animationShape4Bottom 0.4s ease infinite alternate;
}

.shape-4 .shape-4-eye {
  width: 5px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 10px;
}

@keyframes animationShape4Top {
  0% {
    transform: rotate(-30deg);
  }

  100% {
    transform: rotate(0);
  }
}

@keyframes animationShape4Bottom {
  0% {
    transform: rotate(45deg);
  }

  100% {
    transform: rotate(0);
  }
}

@keyframes animationShape1 {
  0% {
    opacity: 1;
  }

  17% {
    opacity: 1;
  }

  19% {
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  85% {
    opacity: 1;
  }

  90% {
    opacity: 0;
  }

  95% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes animationShape2 {
  0% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  22% {
    opacity: 0;
  }

  35% {
    opacity: 0;
  }

  45% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  80% {
    opacity: 0;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes animationShape3 {
  0% {
    opacity: 1;
  }

  27% {
    opacity: 1;
  }

  29% {
    opacity: 0;
  }

  40% {
    opacity: 0;
  }

  64% {
    opacity: 1;
  }

  65% {
    opacity: 1;
  }

  70% {
    opacity: 0;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes animationShape4 {
  0% {
    left: -40px;
    transform: rotateY(0);
  }

  45% {
    left: 50px;
    transform: rotateY(0);
  }

  50% {
    left: 50px;
    transform: rotateY(180deg);
  }

  95% {
    left: -40px;
    transform: rotateY(180deg);
  }

  100% {
    left: -40px;
    transform: rotateY(0);
  }
}