body, html, div, h1, h2, h3, h4, h5, h6, table, tbody, th, tr, ul, li dl, dt, dd, p, a, form, input,span{
  border: 0 none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  outline: 0;
  font-family: "Heiti SC", "SimHei", "sans-serif", "Source Han Sans CN", "PingFang SC", "sans-serif", "PingFang-SC-Regular", "arial", "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  vertical-align:baseline;
  background:transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
}
body {
  min-width: 1200px;
  -webkit-text-size-adjust: 100% !important;
}
body * {
  box-sizing: border-box;
}
:focus {
outline: 1;
}
.wrap{
  width:1120px;
  margin: 0 auto;
  text-align: left;
  height: auto;
  overflow: hidden;
}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {display:block;}

nav ul {list-style:none;}

.clear{ clear:both}
.clearFix::after{
  display: block;
  content: '';
  clear: both;
}
ul,li{
  list-style:none;
}
a:visited,
a:active,
a:focus,
a, a * {
  text-decoration: none;
}
a:hover{
  color: var(--main);
  text-decoration: none;
  cursor: pointer;
}
button {
  outline: 0;
}
.center{
  text-align: center;
}
.right{
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.flex {
  display: flex;
}
.flexCs {
  display: flex;
  justify-content: space-between;
}
.flexBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapContent {
  width: 1300px;
  margin: 0 auto;
}
.noFalse::before,
.noFalse::after {
  display: none;
}
.capital {
  text-transform: uppercase;
}
.singleText {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: inherit;
}
.multilineText {
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gray {
  background: #F6F6F6;
}
.thumb {
  overflow: hidden;
}
.thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.thumb:hover img {
  transform: scale(1);
}

.text-center {
  text-align: center !important;
}

.rotate {
  transform: rotate(-180deg);
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.linearText {
  background: var(--linear);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

:root {
  --main: #323896;
  --white: #FFFFFF;
  --minor: #102863;
  --black: #000000;
  --assist: #F1FAF5;
  --text-hover: #323896;
  --text-gray:#F2F5F9;
  --color-minor: #649C7B;
  --color-primary: #14c9c9;
  --color-success: #4cd964;
  --color-warning: #FF832A;
  --color-error: #dd524d;
  --color-info: #797979;
  --color-ccc: #cccccc;
  --page-bg: #f7f8fa;
  --text-color:#333;
  --text-color-inverse:#fff;
  --text-color-gray:#F2F5F9;
  --text-color-grey:#999;
  --text-color-placeholder: #808080;
  --text-color-disable: #c0c0c0;
  --linear: linear-gradient(90deg, #E02460, #3C67D2);
}

/************ Common ************/
.headerBar {
  display: block;
  background: var(--white);
  height: 75px;
  position: sticky;
  top: 0;
  box-shadow: 0px 10px 20px 2px rgba(88, 126, 225, 0.06);
  /* padding: 0 90px;
  padding: 0 4.7vw; */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.headerBar .logo {
  min-width: 220px;
  width: 15.1vw;
}
.headerBar .logo img {
  display: block;
  width: 290px;
  width: 100%;
  min-width: 220px;
  height: 50px;
  object-fit: contain;
}

.navList {
  display: flex;
  align-items: center;
  margin-left: 60px;
  margin-left: 3%;
  height: 100%;
}
.navList li {
  height: 100%;
  display: flex;
  align-items: center;
}
.navList li a {
  min-width: 85px;
  display: block;
  padding: 0 1vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navList li a span {
  color: #102863;
  /* font-size: 18px; */
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
}
.navList li a:hover,
.navList li a.selected {
  background: #F6F5FA;
  border-bottom: 2px var(--linear) solid;
  position: relative;
}
.navList li a.selected::after {
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background: var(--linear);
  position: absolute;
  left: 0;
  bottom: 0;
}
.navList li a:hover span,
.navList li a.selected span {
  font-weight: 700;
  background: var(--linear);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.headerUserBar {
  display: flex;
  align-items: center;
}
.headerUserBar a.btn {
  display: block;
  width: 80px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 50px;
  background: var(--linear);
  text-align: center;
  line-height: 28px;
  position: relative;
  color: var(--white);
  padding: 0;
  margin-left: 15px;
}
.headerUserBar a.btn.login::after {
  display: block;
  content: '';
  width: 78px;
  height: 28px;
  background: var(--white);
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 100px;
}
.headerUserBar a.btn.login span {
  display: block;
  width: 78px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100px;
  color: #000;
  z-index: 2;
}
.headerUserBar a.btn.logined,
.headerUserBar a.btn.logined::after {
  border-radius: 0;
  background: var(--white);
  line-height: 34px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.headerUserBar a.btn.logined span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.headerUserBar a.btn.logout {
  width: 70px;
  height: 32px;
  line-height: 30px;
  font-size: 14px;
}

.jd a {
  display: block;
  min-width: 85px;
  text-align: center;
  margin: 0 1%;
  color: #102863;
  /* font-size: 18px; */
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}

.footer {
  padding-top: 90px;
  background: url(../images/bg005.jpg) no-repeat center bottom;
  /* background-size: 100%; */
  background-size: cover;
  position: relative;
  z-index: 1;
}
.footer .list {
  width: 900px;
  flex: 0 0 900px;
  justify-content: space-between;
}
.footer dl {
  width: 100px;
}
.footer dl + dl {
  width: 110px;
  text-align: center;
}
.footer dt a {
  display: block;
  color: var(--white);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px; /* 240% */
}
.footer dd a {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  opacity: 0.7;
}
.footer .others {
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer .others .qrcode {
  width: 140px;
  color: rgba(255, 255, 255, 0.70);
  font-size: 16px;
  font-weight: 400;
  line-height: 48px; /* 200% */
  /* letter-spacing: 2.4px; */
  text-align: center;
}
.footer .others .qrcode img {
  width: 100%;
  height: 140px;
}
.footer .telephoneWrap {
  width: 160px;
  height: 36px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.70);
  background: rgba(255, 255, 255, 0.10);
  display: flex;
  margin-top: 16px;
  justify-content: space-between;
  align-items: center;
}
.footer .telephoneWrap .number {
  padding: 0 12px;
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  line-height: 36px; /* 184.615% */

}
.footer .telephoneWrap .icon {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: #3C67D3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: var(--white);
  margin-right: 2px;
}
.footer .telephoneWrap .iconfont {
  font-size: 24px;
}
.footer .copyright {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.70);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 48px; /* 240% */
  margin-top: 30px;
  border-top: 1px rgba(255, 255, 255, 0.50) solid;
}
.footer .copyright *,
.footer .copyright a {
  color: rgba(255, 255, 255, 0.70);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 48px;
  text-decoration-line: underline;
}

.pagination {
  display: block;
  width: 100%;
  text-align: center;
  margin: 20px auto;
}
.pagination li {
  display: inline-block;
}
.pagination li a {
  color: #102863;
}
.pagination li .selected {
  background: #102863;
  color: var(--white);
  border-color: #102863;
}
.lastOrNext {
  display: flex;
  justify-content: center;
  padding-top: 35px;
  border-top: 1px #E3E3E3 solid;
}
.pageitem {
  width: 350px;
  margin: 15px 10px 0;
  border-radius: 6px;
  background: #F3F5F6;
  padding: 15px 20px 15px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.9px;
}
.pageitem span {
  display: block;
  color: #727377;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.9px;
}
.pageitem a {
  /* color: #727377; */
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.9px;
}

.memberFooter {
  background: var(--white);
  box-shadow: 0px -4px 4px 0px rgba(88, 126, 225, 0.10);
}
.memberFooter .flexBox {
  height: 110px;
}
.memberFooter .copyright {
  color: #102863;
  font-size: 16px;
  font-weight: 400;
  line-height: 48px; /* 300% */
}
.memberFooter .copyright a {
  color: #102863;
  font-size: 16px;
  font-weight: 400;
  line-height: 48px; /* 300% */
}
.memberFooter .copyright span {
  display: none;
}
.memberFooter .navi {
  display: flex;
  align-items: center;
}
.memberFooter .navi .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #3C67D3;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.56px;
  margin-left: 15px;
}
.memberFooter .navi .iconfont {
  color: #3C67D3;
  font-size: 46px;
  width: 46px;
  height: 46px;
}
.loginBanner {
  margin-top: 80px;
}
.loginBanner .en {
  color: #1E2538;
  text-shadow: 0px 8px 14px rgba(88, 126, 225, 0.16);
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 50px;
  font-weight: 800;
  text-transform: uppercase;
}
.loginBanner .cn {
  display: inline-block;
  font-family: Alibaba PuHuiTi 3.0;
  font-size: 40px;
  font-weight: 800;
}