.left {
  float: left;
}

.right {
  float: right;
}

.overflow {
  overflow: hidden;
}

.relative {
  position: relative;
}

.top5 {
  margin-top: 5px;
}

.top10 {
  margin-top: 10px;
}
.top50 {
  margin-top: 50px;
}
.top20 {
  margin-top: 20px;
}
.top25 {
  margin-top: 25px;
}

.top30 {
  margin-top: 30px;
}

.top40 {
  margin-top: 40px;
}
.top54 {
  margin-top: 54px;
}

.top60 {
  margin-top: 60px;
}
.top80 {
  margin-top: 80px;
}

.left5 {
  margin-left: 5px;
}

.left10 {
  margin-left: 10px;
}
.left15 {
  margin-left: 15px;
}

.left20 {
  margin-left: 20px;
}

.left40 {
  margin-left: 40px;
}

.left100 {
  margin-left: 100px;
}

.right5 {
  margin-right: 5px;
}

.right10 {
  margin-right: 10px;
}

.right20 {
  margin-right: 20px;
}

.right30 {
  margin-right: 30px;
}

.right40 {
  margin-right: 40px;
}
.right50 {
  margin-right: 50px;
}

.right60 {
  margin-right: 60px;
}

.right70 {
  margin-right: 70px;
}

.bottom5 {
  margin-bottom: 5px;
}

.bottom10 {
  margin-bottom: 10px;
}

.bottom20 {
  margin-bottom: 20px;
}

.bottom40 {
  margin-bottom: 40px;
}
.bottom60 {
  margin-bottom: 60px;
}

.bottom80 {
  margin-bottom: 80px;
}

.paddingBottom40 {
  padding-bottom: 40px;
}
.green {
  color: #06c36a;
}
.red {
  color: red;
}
.grey {
  color: rgb(0, 0, 0);
}
.ellipsis-1 {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.ellipsis-2 {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.weight {
  font-weight: 600;
  font-size: 14px;
}

.block {
  display: block;
}

.clear {
  clear: both;
}

.lin20 {
  line-height: 20px;
}

.font14 {
  font-size: 14px;
}

.contentDiv {
  width: 1340px;
  margin: 0 auto;
}
.index32 {
  text-indent: 32px;
  padding-left: 1em;
}

/*767px以下分辨率样式*/
@media screen and (max-width: 1199px) {
}

/* 表格样式 */

table.hovertable {
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color: #333333;
  border-width: 1px;
  border-color: #999999;
  border-collapse: collapse;
  width: 1120px;
}

table.hovertable th {
  /* background-color: #f2f5f7; */
  border-width: 1px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-style: solid;
  border-color: #f9f9f9;
  font-size: 16px;
  font-weight: 600;
}

/* table.hovertable tr:hover {
  background-color: #e6e4e4;
} */

table.hovertable td {
  border-width: 1px;
  border-style: solid;
  border-color: #f9f9f9;
  text-align: center;
  height: 45px;
}

table.hovertable tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* 表格样式 */

table.hovertable1 {
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color: #333333;
  border-width: 1px;
  border-color: #999999;
  border-collapse: collapse;
  width: 1120px;
}

table.hovertable1 th {
  background-color: #f2f5f7;
  border-width: 1px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: solid;
  border-color: #f9f9f9;
  font-size: 16px;
  font-weight: 600;
}

/* table.hovertable1 tr:hover {
  background-color: #e6e4e4;
} */

table.hovertable1 td {
  border-width: 1px;
  padding: 25px;
  border-style: solid;
  border-color: #f3f3f3;
  text-align: center;
}

table.hovertable1 tr:nth-child(even) {
  background-color: #f9f9f9;
}

.text-align {
  text-align: left;
}
.red {
  color: red;
}

.cursor {
  cursor: pointer;
}
/*
* elment ui 样式
*/
