body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
div,
fieldset,
legend,
input,
textarea,
button,
select {
  margin: 0;
  padding: 0;
  outline: none;
  outline: 0;
  box-sizing: border-box;
  letter-spacing: 0.3px;
  font-family: Arial;
}

html {
  font-size: 14px !important;
  font-family: "Microsoft Yahei", Arial, sans-serif;
  height: 100%;
  /* background-color: #fff; */
}

body {
  color: rgba(#333, 1);
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  height: 100%;
}

em {
  font-style: normal;
}

li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  word-wrap: break-word;
}

.over-text {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.clearfix {
  clear: both;
  content: "";
  display: block;
}

.main {
  width: 68.75%;
  margin: auto;
}

.page {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}

.noHH {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*为了保证顶部不被遮挡 导航的高度为20的类名*/
.mt70 {
  margin-top: 70px;
}

.mr-10 {
  margin-right: 10px;
}

.mt20 {
  margin-top: 20px;
}

/*为了保证顶部不被遮挡 导航的高度为70的类名*/
.pt70 {
  padding-top: 70px;
}

.pt30 {
  padding-top: 30px;
}

.hiden {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*弹性盒子*/
.flex {
  display: flex;
}
.flex-w {
  flex-wrap: wrap;
}
.align-center {
  align-items: center;
}
.align-stat {
  align-items: flex-start;
}
.align-end {
  align-items: flex-end;
}
.just-center {
  justify-content: center;
}
.just-spen {
  justify-content: space-between;
}
.just-star {
  justify-content: flex-start !important;
}
.just-end {
  justify-content: flex-end;
}
.column {
  flex-direction: column;
}

button {
  border: none;
  transition: 0.3s;
}

/*transition要求的类名 四个方向逐步出现*/
/* top */
.fade-top-enter-from,
.fade-top-leave-to {
  transform: translate3d(0, -15%, 0);
  opacity: 0;
}
.fade-top-leave-from,
.fade-top-enter-to {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.fade-top-enter-active,
.fade-top-leave-active {
  transition: all 0.5s;
}

/* right */
.fade-right-enter-from,
.fade-right-leave-to {
  transform: translate3d(15%, 0, 0);
  opacity: 0;
}
.fade-right-leave-from,
.fade-right-enter-to {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.fade-right-enter-active,
.fade-right-leave-active {
  transition: all 0.5s;
}

/* bottom */
.fade-bottom-enter-from,
.fade-bottom-leave-to {
  transform: translate3d(0, 15%, 0);
  opacity: 0;
}
.fade-bottom-leave-from,
.fade-bottom-enter-to {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.fade-bottom-enter-active,
.fade-bottom-leave-active {
  transition: all 0.5s;
}

/* left */
.fade-left-enter-from,
.fade-left-leave-to {
  transform: translate3d(-15%, 0, 0);
  opacity: 0;
}
.fade-left-leave-from,
.fade-left-enter-to {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.fade-left-enter-active,
.fade-left-leave-active {
  transition: all 0.5s;
}

.cur {
  cursor: pointer;
}

.cur:hover {
  opacity: 0.7;
  transition: 0.3s;
  transform: translate3d(-2px, -2px, -2px) scale(1.01);
}

.disable-opacity {
  opacity: 0.3;
  pointer-events: none;
}

.R {
  color: rgba(red, 1) !important;
}
.RG {
  background-color: rgba(239, 63, 63, 1) !important;
}
.RG1 {
  background-color: rgba(239, 63, 63, 0 1) !important;
}
.B {
  color: rgb(70, 68, 217) !important;
}
.BG {
  background-color: rgb(70, 68, 217) !important;
}
.BG1 {
  background-color: rgba(70, 68, 217, 0.1) !important;
}
.Y {
  color: rgba(yellow, 1) !important;
}
.YG {
  background-color: rgba(237, 155, 67, 1) !important;
}
.YG1 {
  background-color: rgba(237, 155, 67, 0 1) !important;
}
.P {
  color: rgba(purple, 1) !important;
}
.PG {
  background-color: rgba(purple, 1) !important;
}
.H {
  color: rgba(#333, 1) !important;
}
.HG {
  background-color: rgba(#333, 1) !important;
}
.HG6 {
  background-color: rgba(51, 51, 51, 0.3) !important;
}
.Grey {
  color: rgba(#808080, 1) !important;
}
.GreyG {
  background-color: rgba(#808080, 1) !important;
}
.W {
  color: rgba(#f8f8f8, 1) !important;
}
.WG {
  background-color: rgba(#f8f8f8, 1) !important;
}

.G {
  color: rgb(6, 178, 6) !important;
}
.GG {
  background-color: rgb(6, 178, 6) !important;
}

.none {
  display: none !important;
}

.B-box {
  box-shadow: 0 0 12px rgba(blue, 0.2);
  background-color: rgba(#f8f8f8, 1);
}
.Y-box {
  box-shadow: 0 0 12px rgba(yellow, 0.2);
}
.G-box {
  box-shadow: 0 0 12px rgba(#6cff6c, 0.2);
}
.H-box {
  box-shadow: 0 0 12px rgba(#666, 0.2);
}

.u-color-B {
  border-bottom: 1px solid rgba(blue, 1);
}
.u-color-Y {
  border-bottom: 1px solid rgba(yellow, 1);
}
.u-color-R {
  border-bottom: 1px solid rgba(red, 1);
}
.u-color-G {
  border-bottom: 1px solid rgba(green, 1);
}
.u2-color-B {
  border-bottom: 2px solid rgba(blue, 1);
}
.u2-color-Y {
  border-bottom: 2px solid rgba(yellow, 1);
}
.u2-color-R {
  border-bottom: 2px solid rgba(red, 1);
}
.u2-color-G {
  border-bottom: 2px solid rgba(green, 1);
}
@media screen and (max-width: 1600px) {
  :root {
    font-size: 8px !important;
  }
  .main {
    width: 80%;
  }
}
@media screen and (max-width: 1366px) {
  :root {
    font-size: 6px !important;
  }
  .main {
    width: 82%;
  }
}
@media screen and (max-width: 1200px) {
  :root {
    font-size: 6px !important;
  }
  .main {
    width: 85%;
  }
}
