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:''苹方-简 中黑体', '苹方-简 常规体', '苹方-简', sans-serif';
  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;
}
@media (max-width: 768px) {
  body {
    min-width: 100% !important;
  }
}
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: flex;
  background: rgba(255, 255, 255, 0);
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background-color:rgba(255, 255, 255, 0.117647058823529);
  padding: 0 2%;
  box-shadow:0px 5px 5px rgba(0, 0, 0, 0.0470588235294118);
}

/* 滚动后的导航栏样式 */
.headerbar.scrolled {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0px 2px 25px rgba(88, 126, 225, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.headerbar .logo {
  min-width: 299px;
  width: 53px;
}
.headerbar .logo img {
  display: block;
  width: 290px;
  width: 100%;
  min-width: 299px;
  height: 53px;
  object-fit: contain;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  filter: drop-shadow(0 3px 8px rgba(0,0,0,0.4)) brightness(1.1) contrast(1.1);
  transform: scale(1);
}

/* 滚动后logo样式 */
.headerbar.scrolled .logo img {
  filter: none;
  transform: scale(0.98);
}

.navlist {
  display: flex;
  align-items: center;
  margin-left: 60px;
  margin-left: 4%;
  height: 100%;
  gap: 5px;
}
.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: rgba(255, 255, 255, 0.95);
  /* font-size: 18px; */
  font-size: 15px;
  white-space: nowrap;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
  letter-spacing: 0.5px;
}

/* 滚动后导航文字样式 */
.headerbar.scrolled .navlist li a span {
  color: #102863;
  text-shadow: none;
}
.navlist li a:hover,
.navlist li a.selected {
  background: rgba(246, 245, 250, 0.9);
  border-bottom: 2px var(--linear) solid;
  position: relative;
  border-radius: 8px 8px 0 0;
}

/* 透明状态下的悬停效果 */
.headerbar:not(.scrolled) .navlist li a:hover,
.headerbar:not(.scrolled) .navlist li a.selected {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px var(--linear) solid;
}

.headerbar:not(.scrolled) .navlist li a:hover span,
.headerbar:not(.scrolled) .navlist li a.selected span {
  color: rgba(255, 255, 255, 1);
}
.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;
}

/* header 悬浮效果 */
.headerbar:hover,
.headerbar.scrolled {
  background: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0px 2px 25px rgba(88, 126, 225, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.headerbar:hover .logo img,
.headerbar.scrolled .logo img {
  content: ;
  filter: none;
  transform: scale(0.98);
}

.headerbar:hover .navlist li a span,
.headerbar.scrolled .navlist li a span {
  color: #000000;
  text-shadow: none;
}

.headerbar:hover .navlist li a:hover span,
.headerbar:hover .navlist li a.selected span,
.headerbar.scrolled .navlist li a:hover span,
.headerbar.scrolled .navlist li a.selected span {
  background: var(--linear);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 下拉菜单样式 */
.navlist li.hasdropdown {
  position: relative;
}

.navlist li.hasdropdown .dropdownmenu {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  width: 100vw;
  background: #ffffff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  border-bottom: 1px solid #eee;
}

.navlist li.hasdropdown .dropdownmenu .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  padding: 15px 0;
  align-items: flex-start;
}

.navlist li.hasdropdown .dropdownmenu .companyinfo {
  width: 291px;
  height: 184px;
  padding-right: 20px;
  border-right: 1px solid #000;
}

.navlist li.hasdropdown .dropdownmenu .companyinfo .title {
  font-size: 26px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 5px;
}

.navlist li.hasdropdown .dropdownmenu .companyinfo .subtitle {
  font-size: 16px;
  color: #696969;
  margin-bottom: 10px;
  line-height: 1.5;
}

.navlist li.hasdropdown .dropdownmenu .companyinfo .image {
  width: 251px;
  height: 109px;
  border-radius: 8px;
  overflow: hidden;
}

.navlist li.hasdropdown .dropdownmenu .companyinfo .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.navlist li.hasdropdown .dropdownmenu .menucontent {
  margin-top: 29px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/* 新闻中心特殊样式 */
.navlist li.hasdropdown .dropdownmenu .newslist {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  width: 100%;
  height: 184px;
}

.navlist li.hasdropdown .dropdownmenu .newslist .item {
  display: block;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
  text-decoration: none;
  color: inherit;
  height: 184px;
}

.navlist li.hasdropdown .dropdownmenu .newslist .item:hover {
  transform: translatey(-2px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.navlist li.hasdropdown .dropdownmenu .newslist .item .thumb {
  width: 100%;
  height: 130px;
  overflow: hidden;
}

.navlist li.hasdropdown .dropdownmenu .newslist .item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.navlist li.hasdropdown .dropdownmenu .newslist .item .title {
  padding-top: 5px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
  white-space: nowrap; /* 不换行 */
  overflow: hidden;    /* 隐藏超出部分 */
  text-overflow: ellipsis; /* 显示省略号 */
}

.navlist li.hasdropdown .dropdownmenu .newslist .item .date {
  padding-top: 5px;
  font-size: 12px;
  color: #999;
  display: flex;
  align-items: center;
}

.navlist li.hasdropdown .dropdownmenu .newslist .item .date::before {
  content: '';
  width: 16px;
  height: 16px;
  background:  no-repeat center;
  background-size: contain;
  margin-right: 6px;
  flex-shrink: 0;
}

.navlist li.hasdropdown .dropdownmenu .newslist .item:hover .title {
  color: #e02460;
}

/* 产品中心特殊样式 */
.navlist li.hasdropdown .dropdownmenu .productslist {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  width: 100%;
  height: 184px;
}

.navlist li.hasdropdown .dropdownmenu .productslist .item {
  display: block;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
  text-decoration: none;
  color: inherit;
  height: 184px;
}

.navlist li.hasdropdown .dropdownmenu .productslist .item:hover {
  transform: translatey(-2px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.navlist li.hasdropdown .dropdownmenu .productslist .item .thumb {
  width: 100%;
  height: 130px;
  overflow: hidden;
}

.navlist li.hasdropdown .dropdownmenu .productslist .item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.navlist li.hasdropdown .dropdownmenu .productslist .item .title {
  padding: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}

.navlist li.hasdropdown .dropdownmenu .productslist .item:hover .title {
  color: #e02460;
}

.navlist li.hasdropdown .dropdownmenu .menucolumn ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navlist li.hasdropdown .dropdownmenu .menucolumn ul li {
  display: block;
  height: auto;
  margin-bottom: 8px;
  border: none !important;
  outline: none !important;
  background: none !important;
}

.navlist li.hasdropdown .dropdownmenu .menucolumn ul li a {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 0;
  min-width: auto;
  height: auto;
  justify-content: flex-start;
  text-align: left;
  position: relative;
  border: none !important;
  outline: none !important;
  background: none !important;
  box-shadow: none !important;
}

.navlist li.hasdropdown .dropdownmenu .menucolumn ul li a::before {
  content: '•';
  color: #e02460;
  font-size: 18px;
  margin-right: 12px;
  font-weight: bold;
}

.navlist li.hasdropdown .dropdownmenu .menucolumn ul li a:hover {
  color: #e02460;
  border: none !important;
  outline: none !important;
  background: none !important;
  box-shadow: none !important;
}



.navlist li.hasdropdown.active .dropdownmenu {
  opacity: 1;
  visibility: visible;
}

/* 菜单项激活状态 */
.navlist li.hasdropdown.active > a {
  /* 移除所有背景和边框效果 */
}

.headerbar:not(.scrolled) .navlist li.hasdropdown.active > a {
  /* 移除所有背景和边框效果 */
}

.navlist li.hasdropdown.active > a span {
  font-weight: 700;
  background: var(--linear);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.headerbar:not(.scrolled) .navlist li.hasdropdown.active > a span {
  color: #c1174e;
  background: none;
  -webkit-text-fill-color: initial;
}

/* 京东店铺样式 */
.jd {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.jd a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.jd a:hover {
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0,0,0,0.6);
}

/* header悬浮时京东店铺样式 */
.headerbar:hover .jd {
  border-left-color: rgba(16, 40, 99, 0.2);
}

.headerbar:hover .jd a {
  color: #102863;
  text-shadow: none;
}

.headerbar:hover .jd a:hover {
  color: #e02460;
}

/* 响应式设计 */
@media (max-width: 1024px) {
  .navlist li.hasdropdown .dropdownmenu .container {
    padding: 30px 15px;
    gap: 30px;
    flex-direction: column;
  }
  
  .navlist li.hasdropdown .dropdownmenu .companyinfo {
    flex: none;
    max-width: 100%;
  }
  
  .navlist li.hasdropdown .dropdownmenu .menucontent {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .jd {
    margin-left: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 768px) {
  .navlist li.hasdropdown .dropdownmenu .container {
    padding: 20px 15px;
  }
  
  .navlist li.hasdropdown .dropdownmenu .companyinfo .title {
    font-size: 20px;
  }
  
  .navlist li.hasdropdown .dropdownmenu .companyinfo .subtitle {
    font-size: 13px;
  }
  
  .navlist li.hasdropdown .dropdownmenu .companyinfo .image {
    height: 150px;
  }
}

.headeruserbar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  padding-left: 20px;
}
.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: rgba(255, 255, 255, 0.95);
  /* font-size: 18px; */
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
  letter-spacing: 0.5px;
  padding: 8px 12px;
  border-radius: 6px;
}

.jd a:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translatey(-1px);
}

/* 滚动后右侧链接样式 */
.headerbar.scrolled .jd a {
  color: #102863;
  text-shadow: none;
  font-weight: 400;
}

.headerbar.scrolled .jd a:hover {
  background: rgba(60, 103, 211, 0.1);
}

/* 透明状态下的按钮样式 */
.headerbar .headeruserbar a.btn {
  border: 1px solid rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  color: #102863 !important;
}

.headerbar .headeruserbar a.btn:not(.login) span {
  color: #102863 !important;
  font-weight: 500;
}

/* 注册按钮悬停效果 */
.headerbar .headeruserbar a.btn:not(.login):hover {
  background: rgba(255,255,255,1);
  border-color: rgba(255,255,255,0.4);
  transform: translatey(-1px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

/* 登录按钮（红色渐变背景） */
.headerbar .headeruserbar a.btn.login {
  background: var(--linear) !important;
  color: rgba(255, 255, 255, 1) !important;
  border: 1px solid rgba(193, 23, 78, 0.3);
  box-shadow: 0 4px 15px rgba(193, 23, 78, 0.2);
}

.headerbar .headeruserbar a.btn.login::after {
  display: none;
}

.headerbar .headeruserbar a.btn.login span {
  color: rgba(255, 255, 255, 1) !important;
  font-weight: 500;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.headerbar .headeruserbar a.btn.login:hover {
  background: var(--linear) !important;
  color: rgba(255, 255, 255, 1) !important;
  border-color: rgba(193, 23, 78, 0.5);
  box-shadow: 0 6px 20px rgba(193, 23, 78, 0.3);
  transform: translatey(-1px);
}

/* 滚动后的按钮样式 */
.headerbar.scrolled .headeruserbar a.btn {
  border: none;
  background: var(--white);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: #102863 !important;
}

.headerbar.scrolled .headeruserbar a.btn:hover {
  transform: translatey(-1px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  background: var(--white);
}

.headerbar.scrolled .headeruserbar a.btn:not(.login) span {
  color: #102863 !important;
}

/* 滚动后的登录按钮（红色渐变背景） */
.headerbar.scrolled .headeruserbar a.btn.login {
  background: var(--linear) !important;
  color: var(--white) !important;
  box-shadow: 0 2px 10px rgba(193, 23, 78, 0.2);
  border: 1px solid rgba(193, 23, 78, 0.3);
}

.headerbar.scrolled .headeruserbar a.btn.login:hover {
  background: var(--linear) !important;
  box-shadow: 0 4px 15px rgba(193, 23, 78, 0.3);
  transform: translatey(-1px);
  border-color: rgba(193, 23, 78, 0.5);
}

.headerbar.scrolled .headeruserbar a.btn.login span {
  color: var(--white) !important;
}

.headerbar.scrolled .headeruserbar a.btn.login::after {
  display: none;
}

/* 语言选择样式 */
.language .dropdown-toggle {
  color: rgba(255, 255, 255, 0.95) !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4) !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid transparent;
}

.language .dropdown-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translatey(-1px);
}

.headerbar.scrolled .language .dropdown-toggle {
  color: #102863 !important;
  text-shadow: none !important;
  font-weight: 400;
}

.headerbar.scrolled .language .dropdown-toggle:hover {
  background: rgba(60, 103, 211, 0.1);
  border-color: rgba(60, 103, 211, 0.2);
}

/* 整体布局优化 */
.headerbar > * {
  flex-shrink: 0;
}

.headerbar .logo {
  margin-right: auto;
}

.language {
  margin-left: 15px;
}

.footer {
  padding-top: 90px;
  background: url(/uploads/image/simages/homebg2.png) no-repeat center bottom;
  background-size: cover;
  position: relative;
  background-position: center;
  z-index: 1;
  height: 700px;
  display: flex;
  flex-direction: column;
}
.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: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px; /* 240% */
}
.footer dd a {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  opacity: 0.8;
}
.footer .others {
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer .others .qrcode {
  width: 140px;
  color: #666;
  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(51, 51, 51, 0.30);
  background: rgba(51, 51, 51, 0.05);
  display: flex;
  margin-top: 16px;
  justify-content: space-between;
  align-items: center;
}
.footer .telephonewrap .number {
  padding: 0 12px;
  color: #333;
  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 .container {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.footer .flexcs {
  flex: 1;
}

.footer .copyright {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 48px; /* 240% */
  margin-top: auto;
  border-top: 1px rgba(51, 51, 51, 0.20) solid;
}
.footer .copyright *,
.footer .copyright a {
  color: #666;
  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;
}

.footer2 {
  padding-top: 90px;
  background: url(/uploads/image/simages/homebg2.png) no-repeat center bottom;
  background-size: cover;
  position: relative;
  background-position: center;
  z-index: 1;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.footer2 .list2 {
  display: flex;
  justify-content: space-between;
}
.footer2 dl {
  width: 100px;
  text-align: center;
}
.footer2 dl   dl {
  width: 110px;
  text-align: center;
}
.footer2 dt a {
  display: block;
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px; /* 240% */
}
.footer2 dd a {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  opacity: 0.8;
}
.footer2 .others2 {
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer2 .others2 .qrcode2 {
  width: 140px;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 48px; /* 200% */
  /* letter-spacing: 2.4px; */
  text-align: center;
}
.footer2 .others2 .qrcode2 img {
  width: 100%;
  height: 140px;
}
.footer2 .telephonewrap2 {
  width: 160px;
  height: 36px;
  border-radius: 6px;
  border: 1px solid rgba(51, 51, 51, 0.30);
  background: rgba(51, 51, 51, 0.05);
  display: flex;
  margin-top: 16px;
  justify-content: space-between;
  align-items: center;
}
.footer2 .telephonewrap2 .number2 {
  padding: 0 12px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px; /* 184.615% */

}
.footer2 .telephonewrap2 .icon2 {
  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;
}
.footer2 .telephonewrap2 .iconfont {
  font-size: 24px;
}
.footer2 .container {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.footer2 .flexcs2 {
  flex: 1;
}

.footer2 .copyright2 {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 48px; /* 240% */
  margin-top: auto;
  border-top: 1px rgba(51, 51, 51, 0.20) solid;
}
.footer2 .copyright2 *,
.footer2 .copyright2 a {
  color: #666;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 48px;
  text-decoration-line: underline;
}