.pd15 {
  padding: 15px;
}
.redColor {
  color: red;
}
.wh100 {
  width: 100%;
}
.mt20 {
  margin-top: 20px;
}
.fw600 {
  font-weight: 600;
}
.themeblank {
  color: #363636;
}
.themegray {
  color: #a4a4a4;
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}

body {
  font: 12px "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #172c45;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: underline;
}

em {
  font-style: normal;
}

li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  word-wrap: break-word;
}
/* 平板或手机 */
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis:hover {
  text-overflow: inherit;
  overflow: visible;
  word-wrap:break-word;
  white-space: normal;
}
@media (min-width: 375px) {
  html {
    font-size: 12px !important;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 24px !important;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 26px !important;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 28px !important;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 30px !important;
  }
}
.footer {
  padding-top: 2rem;
  background: #173163;
}
.footer-content {
  display: flex;
  justify-content: space-between;
}
.footer-content-right {
  padding-top: 0.333333rem;
  text-align: center;
}
.footer-content-left .cntrix-logo {
  margin-bottom: 1.333333rem;
  width: 4.3rem;
}
.footer-content-right .follow-us-img {
  width: 4rem;
}
.follow-us {
  margin-top: 0.633333rem;
  color: #fff;
  font-size: 0.533333rem;
}
.footer-content-row {
  display: flex;
  align-items: center;
  margin-bottom: 0.466667rem;
  font-size: 0.533333rem;
  color: #fff;
}
.footer-content-row .footer-content-row-icon {
  margin-right: 0.333333rem;
  width: 0.566667rem;
}
.copyright-line {
  margin-top: 0.666667rem;
  height: 1px;
  background: #b5b5b5;
  opacity: 0.5;
}
.copyright-content {
  padding: 0.5rem 0;
  text-align: center;
}
.copyright-content a {
  color: #fff;
}
.loading-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  height: 100%;
}
#menuList {
  /* display: flex;
  align-items: center; */
  color: #777;
}
.lang-cn {
  font-weight: normal;
  cursor: pointer;
}

.lang-en {
  font-weight: normal;
  cursor: pointer;
}
.actvieLang {
  font-weight: bold;
  color: #333;
}
.translate-ctrl {
  margin-top: 2px;
  padding: 15px;
}
