body {
  margin: 0;
  padding: 0;
  font-family: "PingFang SC";
}
a {
  text-decoration: none;
}
p {
  margin: 0;
  padding: 0;
}
img {
  vertical-align: unset !important;
}
.flex {
  display: flex;
}
ol,
li,
ul {
  padding: 0;
  margin: 0;
}
.aic {
  align-items: center;
}
/*@font-face {*/
/*  font-family: "Alibaba PuHuiTi";*/
/*  src: url("/assets/fonts/Alibaba-PuHuiTi-Regular.ttf");*/
/*}*/
.pr {
  position: relative;
}
.pb {
  position: absolute;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.d-ib {
  display: inline-block;
}
.wrap {
  width: 1200px;
  margin: auto;
}
.tc {
  text-align: center;
}
.mr10 {
  margin-right: 10px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml50 {
  margin-left: 50px;
}

.mt50 {
  margin-top: 50px;
}
.mt10 {
  margin-top: 10px;
}
.mt16 {
  margin-top: 16px;
}
.mt30 {
  margin-top: 30px;
}
.mt20 {
  margin-top: 20px;
}
.mt40 {
  margin-top: 40px;
}
.mb20 {
  margin-bottom: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt20 {
  padding-top: 20px;
}
.pt50 {
  padding-top: 50px;
}
.pb30 {
  padding-bottom: 30px;
}
.p20 {
  padding: 20px;
}
.p15 {
  padding: 15px;
}
.p10 {
  padding: 10px;
}
.tr {
  text-align: right;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.w {
  width: 100%;
}
.w-50p {
  width: 50%;
}
.h {
  height: 100%;
}
.f24 {
  font-size: 24px;
}
.f14 {
  font-size: 14px;
}
.f12 {
  font-size: 12px;
}
.f16 {
  font-size: 16px;
}
.f12 {
  font-size: 12px;
}
.f20 {
  font-size: 20px;
}
.f32 {
  font-size: 32px;
}
.bg1 {
  background: #fafaff;
  /* //#fafaff; */
}
.bgw {
  background-color: #fff;
}
.jb {
  justify-content: space-between;
}
.jc {
  justify-content: center;
}
.mt68 {
  margin-top: 68px;
}
.mb68 {
  margin-bottom: 68px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb10 {
  margin-bottom: 10px;
}
.pt68 {
  padding-top: 68px;
}
.pb68 {
  padding-bottom: 68px;
}
.mt5 {
  margin-top: 5px;
}
.p30 {
  padding: 30px;
}
.mt60 {
  margin-top: 60px;
}
.pb50 {
  padding-bottom: 50px;
}
.hide-s {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hide-m1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.hide-m2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.hide-m3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.txti20 {
  text-indent: 20px;
}
.grey {
  background: linear-gradient(
      0deg,
      rgba(4, 24, 76, 0.02),
      rgba(4, 24, 76, 0.02)
    ),
    #ffffff;
}
.mb5 {
  margin-bottom: 5px;
}
.mr20 {
  margin-right: 20px;
}
.hm1 {
  -webkit-line-clamp: 1;
}
.hm3 {
  -webkit-line-clamp: 3;
}
.hm4 {
  -webkit-line-clamp: 4;
}
.hm5 {
  -webkit-line-clamp: 5;
}
.hm6 {
  -webkit-line-clamp: 6;
}
.hm7 {
  -webkit-line-clamp: 7;
}
.hm8 {
  -webkit-line-clamp: 8;
}
.hm9 {
  -webkit-line-clamp: 9;
}
.hm10 {
  -webkit-line-clamp: 10;
}
.hm16 {
  -webkit-line-clamp: 16;
}
/*鍏叡鏍囬*/
.common-title {
  font-size: 20px;
  color: #051923;
  line-height: 28px;
}
.common-title1 {
  font-size: 24px;
  color: #051923;
  line-height: 32px;
}

.common-value {
  font-size: 16px;
  color: #7a82ab;
  line-height: 24px;
}
.common-value1 {
  font-size: 20px;
  color: #7a82ab;
  line-height: 28px;
}
.common-value a,
.dmore a {
  color: #7a82ab;
}

.box-sha {
  box-shadow: 0px 0px 16px rgba(0, 100, 148, 0.08);
}

.common-indent {
  text-indent: 2em;
}
/*
.wrap .pagination {
  display: flex;
  justify-content: center;
}
.wrap .pagination > .pagination-btns > a {
  border-radius: 40px;
  border: 0;
  width: 48px;
  height: 48px;
  color: #7a82ab;
  background: #fafaff;
  text-align: center;
  line-height: 48px;
  padding: 0;
  font-size: 24px;
  margin-right: 30px;
}
.wrap .pagination > .pagination-btns > a:hover,
.wrap .pagination > .pagination-btns > a.activated {
  background-color: #17c3b2;
  color: #fff;
}
.wrap .pagination > .pagination-btns > a.first,
.wrap .pagination > .pagination-btns > a.prev,
.wrap .pagination > .pagination-btns > a.next,
.wrap .pagination > .pagination-btns > a.last {
  font-size: 24px;
  line-height: 48px;
}
.wrap .pagination > .pagination-btns > a.disabled {
  background-color: #f1f1f1;
}*/
.cursor {
  cursor: pointer;
}

.f-dc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.flex-1 {
  flex: 1;
}

.color-1 {
  color: #7a82ab;
}
.flexequal {
  flex: 1 1 0;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.w960 {
  width: 960px;
}

input{
  outline: none;
}
input:focus{outline: -webkit-focus-ring-color auto 0;}
