input:-internal-autofill-selected {
  -webkit-box-shadow: inset 0 0 0 1000px #FFFFFF !important;
  box-shadow: inset 0 0 0 1000px #FFFFFF !important;
}

:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 2000px #FFFFFF;
  box-shadow: inset 0 0 0 2000px #FFFFFF;
}

:autofill {
  -webkit-box-shadow: inset 0 0 0 2000px #FFFFFF;
  box-shadow: inset 0 0 0 2000px #FFFFFF;
}

body {
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 100% */
  min-width: 1400px;
  background: #F4F4F4;
}

.login-wrapper {
  z-index: 999999;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.login-wrapper .card {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 400px;
  height: 383px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(47, 53, 52, 0.12);
  box-shadow: 0px 0px 12px 0px rgba(47, 53, 52, 0.12);
  position: relative;
}
.login-wrapper .card .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #333333;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
}
.login-wrapper .card .close-btn img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.login-wrapper .card .title {
  margin-top: 36px;
  padding-bottom: 12px;
  border-bottom: 1px solid #EEEEEE;
  color: #111;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.login-wrapper .card .title::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #3B83F2;
}
.login-wrapper .card .title + .field-container {
  margin-top: 32px;
}
.login-wrapper .card .field-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  padding-left: 11px;
  width: 300px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #E7E7E7;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.login-wrapper .card .field-container + .field-container {
  margin-top: 16px;
}
.login-wrapper .card .field-container img {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.login-wrapper .card .field-container .input-container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.login-wrapper .card .field-container .input-container input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 9px;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  background: transparent;
}
.login-wrapper .card .code-container {
  margin: 16px auto 0;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.login-wrapper .card .code-container .field-container {
  width: 200px;
}
.login-wrapper .card .code-container .code {
  margin-left: 16px;
  width: 84px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 4px;
  background: #F2F2F4;
}
.login-wrapper .card .code-container .code img {
  width: 100%;
  height: 100%;
}
.login-wrapper .card .login-btn {
  margin: 40px auto auto;
  width: 300px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #FFF;
  font-family: "Microsoft YaHei UI", sans-serif;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  border-radius: 36px;
  background: #004AC4;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(0, 59, 156, 0.16);
  box-shadow: 0px 8px 12px 0px rgba(0, 59, 156, 0.16);
  cursor: pointer;
}

.main-width {
  margin: auto;
  width: 1280px;
}

.header-container {
  padding-top: 12px;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.header-container .left .title {
  padding-bottom: 14px;
  height: 14px;
}
.header-container .left .title img {
  height: 100%;
}
.header-container .left .logo {
  width: 350px;
  height: 40px;
}
.header-container .left .logo img {
  width: 100%;
  height: 100%;
}
.header-container .right .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-container .right .btns .btn {
  padding-right: 15px;
  padding-left: 16px;
  color: #666;
  position: relative;
  cursor: pointer;
}
.header-container .right .btns .btn + .btn::before {
  content: "";
  width: 1px;
  height: 16px;
  background: #EEE;
  position: absolute;
  left: 0;
}
.header-container .right .navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-container .right .navs .nav {
  margin-top: 24px;
  padding-bottom: 14px;
  color: #333;
  font-size: 18px;
  cursor: pointer;
}
.header-container .right .navs .nav.active, .header-container .right .navs .nav:hover {
  color: #004AC4;
  font-weight: 700;
  position: relative;
}
.header-container .right .navs .nav.active::after, .header-container .right .navs .nav:hover::after {
  content: "";
  height: 4px;
  width: 100%;
  border-radius: 2px;
  background: #004AC4;
  position: absolute;
  bottom: 0;
  left: 0;
}
.header-container .right .navs .nav + .nav {
  margin-left: 32px;
}

.banner-container {
  width: 100%;
  height: 280px;
  background: -webkit-gradient(linear, right top, left top, color-stop(-0.63%, #3EAEFF), to(#5C34FF)) center/auto 100% no-repeat;
  background: linear-gradient(270deg, #3EAEFF -0.63%, #5C34FF 100%) center/auto 100% no-repeat;
}

.current-menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.current-menu-container .left {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 70px;
  width: calc(260px + (100% - 1400px) / 2);
  background: -webkit-gradient(linear, right top, left top, color-stop(11.39%, #1C9DF1), color-stop(86.39%, #00BAE3));
  background: linear-gradient(270deg, #1C9DF1 11.39%, #00BAE3 86.39%);
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.current-menu-container .left div:first-child {
  font-size: 16px;
}
.current-menu-container .left div:nth-child(2) {
  padding: 0 8px;
}
.current-menu-container .left div:nth-child(3) {
  font-size: 24px;
}
.current-menu-container .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 50px;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 59, 156, 0.08);
  box-shadow: 0px 2px 12px 0px rgba(0, 59, 156, 0.08);
}
.current-menu-container .right .item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.current-menu-container .right .item-container .item {
  padding: 28px 12px;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}
.current-menu-container .right .item-container .item + .item {
  margin-left: 56px;
}
.current-menu-container .right .item-container .item:hover, .current-menu-container .right .item-container .item.active {
  color: #004AC4;
}
.current-menu-container .right .item-container .item:hover::after, .current-menu-container .right .item-container .item.active::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #004AC4;
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer-container {
  padding-top: 40px;
  padding-bottom: 24px;
  background: #2C2A2B;
  color: #FFF;
}
.footer-container .main-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer-container .title {
  font-size: 16px;
  font-weight: 700;
}
.footer-container .title + .item {
  padding-top: 20px;
}
.footer-container .item {
  font-size: 13px;
  line-height: 18px; /* 138.462% */
}
.footer-container .item:nth-child(1) {
  padding-top: 36px;
}
.footer-container .item + .item {
  margin-top: 5px;
}
.footer-container .item a {
  text-decoration: none;
  color: inherit;
}

.section-title {
  padding-left: 16px;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}
.section-title::before {
  content: "";
  width: 4px;
  height: 20px;
  border-radius: 2px;
  background: #004AC4;
  position: absolute;
  left: 0;
  top: 2px;
}

.section-title-2 {
  border-bottom: 1px solid #EEEEEE;
}
.section-title-2 .text {
  padding-bottom: 14px;
  color: #010101;
  font-size: 20px;
  position: relative;
  display: inline-block;
}
.section-title-2 .text::before {
  content: "";
  width: 100%;
  height: 4px;
  background: #004AC4;
  position: absolute;
  left: 0;
  bottom: 0;
}

.content-card {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 30px auto 30px;
  padding: 30px;
  width: 1200px;
  background: #FFF;
}

[data-link] {
  cursor: pointer;
}

[data-for-second-menu] {
  display: none;
}

.communication {
  font: unset;
  line-height: normal;
  font-size: 18px;
}