@charset "utf-8";
/**
* 作品：mixin.less
* 更新：2017年12月14日
* 简介：1. 一个基于 Less 的样式工具库，封装了常用 mixin，帮助您更轻松地书写 Less 代码。
*       2. 只在调用时才输出代码，减少代码冗余，避免样式污染
*       3. 不自带兼容前缀，减少代码量，而建议采用工具生成，如 postcss、Autoprefixer、less-plugin-autoprefix 等
*       4. 附带 IE 各类 Hack
*/
/*-------------------------------------
├   布局                              ┆
└------------------------------------*/
/*-------------------------------------
├   字体                              ┆
└------------------------------------*/
/*-------------------------------------
├   图像                              ┆
└------------------------------------*/
/*-------------------------------------
├   动效                              ┆
└------------------------------------*/
/*-------------------------------------
├   功能                              ┆
└------------------------------------*/
/*-------------------------------------
├   图形                              ┆
└------------------------------------*/
/*-------------------------------------
├   组件                              ┆
└------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}
ol,
ul,
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b {
  font-weight: normal;
}
.ml2 {
  margin-left: 2px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: "PingFangSC-Medium", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
  color: #3c83d7;
}
h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p {
  font-family: "PingFangSC-Light", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 {
  font-size: 44px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 32px;
}
.font-sc-bold {
  font-family: "PingFangSC-Semibold", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-sc-normal {
  font-family: "PingFangSC-Regular", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-sc-black {
  font-family: "PingFangSC-Medium", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-sc-Light {
  font-family: "PingFangSC-Light", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body,
button,
input,
select,
textarea {
  outline: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.clear {
  *zoom: 1;
}
.clear:after {
  display: block;
  clear: both;
  content: '';
  visibility: hidden;
  height: 0;
}
.btn-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner {
  background-size: cover !important;
}
body {
  font-family: "PingFangSC-Regular", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #141414;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  outline: none;
  transition: color 0.3s ease;
}
.container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  height: 147px;
  font-size: 16px;
}
.header.header-theme-white a {
  color: #ffffff;
}
.header.header-theme-white .header-top::after {
  background-image: linear-gradient(90deg, rgba(237, 240, 244, 0) -10%, #eef1f5 35%, #eef1f5 64%, rgba(238, 241, 243, 0) 110%);
}
.header.header-theme-white .header-top span {
  background-color: #ffffff;
}
.header.header-theme-white .logo {
  background-image: url(/ens/img/common/logo-white1.png);
}
.header.header-theme-white .language > p {
  color: #ffffff;
}
.header.header-theme-white .language > p::after {
  background-image: url(../img/index/nav-arrow-white.png) !important;
}
.header.header-theme-white .language .language-popups a {
  color: #141414;
}
.header.header-theme-white .language .language-popups a:hover {
  color: #3b82d6;
}
.header.header-theme-white .header-btn.sign-btn {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.header.header-theme-white .header-btn.sign-btn:hover {
  background-color: #3b82d6;
  border-color: #3b82d6;
}
.header a {
  color: #1c1c1c;
}
.header a:hover {
  color: #3b82d6;
}
.header .header-top {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header .header-top::after {
  content: '';
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, rgba(237, 237, 237, 0) -10%, #b4b4b4 35%, #b4b4b4 64%, rgba(237, 237, 237, 0) 110%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.header .header-top span {
  width: 2px;
  height: 15px;
  background-color: #3c3c3c;
  margin: 0 20px;
  display: inline-block;
  vertical-align: middle;
}
.header .header-top .header-top-left {
  flex: 1;
}
.header .header-top .header-top-left a:hover {
  text-decoration: underline;
}
.header .header-top .header-top-left a.cur {
  color: #3c83d7;
}
.header .header-top .header-top-right {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .header-top .language {
  cursor: pointer;
  margin-right: 24px;
  position: relative;
}
.header .header-top .language img {
  margin-right: 5px;
  width: 26px;
  display: inline-block;
  vertical-align: middle;
}
.header .header-top .language p {
  line-height: 80px;
}
.header .header-top .language p::after {
  content: '';
  background-image: url(../img/index/nav-arrow.png);
  width: 11px;
  height: 7px;
  display: inline-block;
  margin-left: 11px;
  transition: all 0.3s ease-in;
}
.header .header-top .language:hover .language-popups {
  display: block;
}
.header .header-top .language:hover p:after {
  transform: rotate(180deg);
}
.header .logo {
  display: block;
  width: 212px;
  height: 50px;
  background-image: url(/ens/img/common/logo1.png);
  background-size: 80%;
  background-repeat: no-repeat;
}
.header .header-bottom {
  padding-top: 14px;
  display: flex;
  justify-content: space-between;
}
.header .header-bottom .nav-list {
  display: flex;
  align-items: center;
}
.header .header-bottom .nav-list ul {
  padding: 0 27px;
  align-items: center;
  display: flex;
  height: 100%;
}
.header .header-bottom .nav-list ul li {
  padding: 10px 27px;
  position: relative;
}
.header .header-bottom .nav-list ul li:before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
}
.header .header-bottom .nav-list ul li a {
  position: relative;
}
.header .header-bottom .nav-list ul li a:before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
}
.header .header-bottom .nav-list ul li a.cur-page {
  color: #3c83d7;
}
.header .header-bottom .nav-list ul li .dropdown-menu {
  display: none;
  position: absolute;
  opacity: 0;
  min-width: 290px;
  left: -80px;
  margin-top: 20px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.17);
}
.header .header-bottom .nav-list ul li .dropdown-menu .dropdown-holder {
  display: flex;
  padding-top: 30px;
}
.header .header-bottom .nav-list ul li .dropdown-menu .dropdown-holder .title {
  color: #c8d4e1;
  line-height: 2.25;
  padding: 10px 50px;
}
.header .header-bottom .nav-list ul li .dropdown-menu .dropdown-column {
  margin-bottom: 0;
  padding-bottom: 15px;
  min-width: 290px;
  width: 50%;
}
.header .header-bottom .nav-list ul li .dropdown-menu .dropdown-column:first-child {
  border-right: 1px solid #dfe6e9;
}
.header .header-bottom .nav-list ul li .dropdown-menu .dropdown-item {
  color: #009cfc;
  text-align: left;
  display: inline-block;
  padding: 10px 50px;
  line-height: 2.25;
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  transition: all 0.3s ease;
}
.header .header-bottom .nav-list ul li .dropdown-menu .dropdown-item:hover {
  color: #3c83d7;
  background-color: #edf2f6;
}
.header .header-bottom .nav-list ul li .dropdown-menu .dropdown-item.cur-page {
  color: #3c83d7;
  cursor: default;
}
.header .header-bottom .nav-list ul li .dropdown-menu .dropdown-item.cur-page:hover {
  background-color: transparent;
}
.header .header-bottom .nav-list ul li .dropdown-menu .hr {
  margin: 5px 0;
  height: 1px;
  border-bottom: 1px solid #dfe6e9;
}
.header .header-bottom .nav-list ul li.show > .dropdown-menu {
  display: block;
  animation-name: fx-animation-fadeInDown20px;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  opacity: 0;
}
.header .header-bottom .nav-logo {
  position: relative;
}
.header .header-bottom .nav-logo .login-dropdown-pop {
  position: absolute;
  padding-top: 20px;
  top: 40px;
  left: -10px;
  display: none;
  opacity: 0;
}
.header .header-bottom .nav-logo .login-dropdown {
  position: relative;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0px -2px 13px 2px rgba(27, 38, 49, 0.16);
}
.header .header-bottom .nav-logo .login-dropdown:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  content: ' ';
  height: 0;
  width: 0;
  pointer-events: none;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 12px;
  margin-left: -12px;
}
.header .header-bottom .nav-logo .login-dropdown a {
  font-size: 16px;
}
.header .header-bottom .nav-logo .login-dropdown a:first-child {
  margin-bottom: 15px;
}
.header .header-bottom .nav-logo.show > .login-dropdown-pop {
  display: block;
  animation-name: fx-animation-fadeInDown20px;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  opacity: 0;
}
.header .header-btn {
  width: 140px;
  height: 45px;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid #0083dd;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.header .header-btn.sign-btn {
  color: #3c83d7;
}
.header .header-btn.sign-btn:hover {
  background-color: #3b82d6;
  border-color: #3b82d6;
  color: #FFFFFF;
}
.header .header-btn.login-btn {
  background-color: #0083dd;
  color: #ffffff;
}
.header .header-btn.login-btn:hover {
  background-color: #006cc3;
}
.language-popups {
  position: absolute;
  width: 200px;
  top: 100%;
  left: -40px;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  z-index: 1;
  display: none;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.17);
}
.language-popups a {
  display: block;
  padding: 10px 8px;
  padding-left: 40px;
  border-bottom: 1px solid #f5f5f5;
  color: #141414;
}
.language-popups a img {
  margin-right: 5px;
  width: 26px;
  display: inline-block;
  vertical-align: middle;
}
.language-popups a:last-child {
  border: 0;
}
.language-popups a:hover {
  color: #3b82d6;
}
.fx-animation-fadeInDown20px {
  animation-name: fx-animation-fadeInDown20px;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  opacity: 0;
}
@keyframes fx-animation-fadeInDown20px {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.btn {
  width: 240px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 16px;
  background-color: #3c83d7;
  border-radius: 3px;
  transition: all 0.3s ease;
  transform: translateY(0);
  border: none;
  position: relative;
  cursor: pointer;
}
.btn.not-animated:hover {
  transform: translateY(0);
}
.btn:hover {
  background-color: #266bbd;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
  text-decoration: none;
  transform: translateY(-2px);
}
.btn.btn-yellow {
  background-color: #a79582;
  color: #FFFFFF;
}
.btn.btn-yellow:hover {
  background-color: #be9833;
}
.btn.btn-long {
  width: 430px;
}
.btn.btn-white {
  background-color: #FFFFFF;
  color: #3c83d7;
}
.btn.btn-white:hover {
  background-color: #e5eff9;
}
.btn.red-btn {
  background-color: #c44b4e;
  color: #FFFFFF;
}
.btn.red-btn:hover {
  background-color: #ae4446;
}
.btn.btn-white-small {
  width: 146px;
  height: 46px;
  background-color: #FFFFFF;
  color: #3c83d7;
}
.btn.btn-white-small:hover {
  background-color: #e5eff9;
}
.btn.radius {
  border-radius: 200px;
}
.flex {
  display: flex;
}
.icon-yes {
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
}
.icon-yes.icon-yes-blue {
  background-image: url(../img/common/icon-yes-blue.png);
}
.icon-yes.icon-yes-white {
  background-image: url(../img/common/icon-yes-white.png);
}
.footer {
  position: relative;
  overflow: hidden;
  background-color: #1a1f2f;
  color: #FFFFFF;
  padding-bottom: 100px;
  font-size: 12px;
}
.footer .footer-top {
  margin: 49px 0 43px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #4a4e5b;
  border-width: 1px 0 1px;
}
.footer .footer-top .footer-logo {
  width: 272px;
  display: block;
  cursor: default;
}
.footer .footer-top .footer-logo img {
  width: 100%;
  height: 100%;
}
.footer .footer-top .footer-concat-box {
  display: flex;
}
.footer .footer-top .footer-concat-list {
  margin-right: 80px;
  display: flex;
  align-items: center;
}
.footer .footer-top .footer-concat-list a {
  margin: 0 19px;
  display: inline-block;
}
.footer .footer-top .footer-concat-list img {
  width: 17px;
}
.footer .footer-top .footer-country {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  width: 153px;
  height: 34px;
  background-color: #303543;
  border-radius: 3px;
  position: relative;
}
.footer .footer-top .footer-country:hover .language-popups {
  display: block;
}
.footer .footer-top .footer-country img {
  width: 20px;
  height: 20px;
}
.footer .footer-top .footer-country span {
  margin: 0 15px 0 14px;
}
.footer .footer-top .footer-country i {
  display: inline-block;
  width: 11px;
  height: 7px;
  background-image: url(../img/index/nav-arrow-white.png);
}
.footer .footer-top .footer-country .language-popups {
  left: 0;
  width: 153px;
}
.footer .footer-top .footer-country .language-popups a {
  padding: 10px 0 10px 26px;
}
.footer .footer-main {
  display: flex;
  justify-content: space-between;
}
.footer .footer-main .footer-nav-list {
  display: flex;
  width: 850px;
}
.footer .footer-main .footer-nav-list .footer-columns {
  width: 180px;
}
.footer .footer-main .footer-nav-list .footer-columns.footer-columns-long {
  width: 240px;
}
.footer .footer-main .footer-nav-list .footer-columns .title {
  margin-bottom: 12px;
}
.footer .footer-main .footer-nav-list .footer-columns ul li {
  line-height: 24px;
}
.footer .footer-main .footer-nav-list .footer-columns ul li a {
  color: #d3d3d3;
  font-family: "PingFangSC-Light", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer .footer-main .footer-nav-list .footer-columns ul li a:hover {
  color: #468fe6;
}
.footer .footer-main .footer-info {
  width: 275px;
}
.footer .footer-main .footer-info ul li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.footer .footer-main .footer-info ul li i {
  margin-right: 20px;
  display: inline-block;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.footer .footer-main .footer-info ul li i.icon-phone {
  background-image: url(../img/common/icon-phone.svg);
}
.footer .footer-main .footer-info ul li i.icon-email {
  background-image: url(../img/common/icon-email.svg);
}
.footer .footer-main .footer-info ul li i.icon-address {
  background-image: url(../img/common/icon-address.svg);
  margin-top: 5px;
}
.footer .footer-main .footer-info ul li p {
  width: 230px;
  line-height: 30px;
  font-family: "PingFangSC-Light", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #d3d3d3;
}
.footer .footer-main .footer-info ul li p a {
  color: #d3d3d3;
}
.footer .footer-main .footer-info ul li:last-child {
  align-items: flex-start;
}
.footer .footer-main .footer-info ul li:last-child p {
  text-decoration: underline;
}
.footer .footer-prompt {
  margin-top: 30px;
}
.footer .footer-prompt .footer-prompt-header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #4a4e5b;
  padding-bottom: 30px;
}
.footer .footer-prompt .footer-prompt-header a {
  display: block;
  margin: 0 20px;
  width: 161px;
  height: 35px;
}
.footer .footer-prompt .footer-prompt-header span {
  display: inline-block;
  padding: 0 10px;
  height: 36px;
  border: 1px solid #787b85;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  font-style: italic;
  color: #d3d3d3;
}
.footer .footer-prompt .footer-prompt-main {
  margin-top: 30px;
}
.footer .footer-prompt .footer-prompt-main p {
  line-height: 28px;
  font-family: "PingFangSC-Light", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #d3d3d3;
}
.footer .footer-prompt .footer-prompt-main p span {
  color: #3c83d7;
}
.floating-panel {
  position: fixed;
  right: 10px;
  top: 50%;
  z-index: 9999;
  transform: translateY(-50%);
  height: 130px;
}
.floating-panel a {
  display: block;
  width: 60px;
  height: 60px;
  margin-bottom: 5px;
  background-color: #3c83d7;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 3px;
  background-size: 60%;
}
.floating-panel a.customer {
  background-image: url(../img/common/cumcus.svg);
}
.floating-panel a.top {
  background-image: url(../img/common/top.svg);
}
.holder-popups {
  position: fixed;
  z-index: 9999;
  background-color: #ffffff;
  bottom: 75px;
}
.holder-popups-sticky {
  left: 20px;
  width: 208px;
  right: auto;
  top: auto;
  border: 2px solid #3c83d7;
  border-radius: 5px;
  height: 101px;
  padding: 10px;
  font-size: 14px;
}
.holder-popups-sticky dl {
  padding-left: 50px;
  position: relative;
  text-align: center;
  padding-right: 20px;
}
.holder-popups-sticky dl dt {
  font-family: "PingFangSC-Light", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 5px;
  margin-bottom: 5px;
}
.holder-popups-sticky dl dd {
  position: relative;
}
.holder-popups-sticky dl dd .btn {
  width: 130px;
  height: 50px;
  font-size: 14px;
}
.holder-popups-sticky dl dd img {
  width: 38px;
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%) rotate(90deg);
}
.icon-close {
  position: absolute;
  right: 11px;
  top: 11px;
  background-image: url(../img/index/icon-close.png);
  width: 15px;
  height: 13px;
  cursor: pointer;
}
.fixed-rates-bar {
  background-color: #FFFFFF;
  height: 55px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #eeeeee;
  z-index: 8888;
}
.fixed-rates-bar .fixed-rates-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fixed-rates-bar .list-rates ul {
  display: flex;
  align-items: center;
  height: 55px;
  margin-left: -20px;
}
.fixed-rates-bar .list-rates ul li {
  padding: 0 20px;
  color: #5c5b5b;
  font-family: "PingFangSC-Light", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-right: 1px solid #e6e6e6;
  font-size: 12px;
}
.fixed-rates-bar .list-rates ul li span {
  font-size: 14px;
  margin-top: 8px;
  display: block;
  font-family: "PingFangSC-Medium", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #3c83d7;
}
.fixed-rates-bar .list-rates ul li.text-light span {
  color: #c44b4e;
}
.fixed-rates-bar .title-holder {
  font-size: 12px;
  margin-right: 75px;
}
.fixed-rates-bar .title-holder strong {
  font-weight: normal;
}
.fixed-rates-bar .title-holder p {
  margin-top: 5px;
  color: #5c5b5b;
}
.fixed-rates-bar .btn-rates .btn-small {
  width: 130px;
  height: 44px;
  font-size: 14px;
}
.holder-popups-right {
  right: 20px;
  width: 352px;
  height: 127px;
  border-radius: 5px;
  border: 2px solid #a79582;
}
.holder-popups-right dl {
  padding: 20px 30px 0 12px;
  display: flex;
  align-items: center;
}
.holder-popups-right dl dt {
  margin-right: 15px;
  flex: 0 0 45px;
  margin-bottom: 35px;
}
.holder-popups-right dl dt img {
  width: 100%;
}
.holder-popups-right dl dd {
  line-height: 20px;
  font-family: "PingFangSC-Light", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.holder-popups-right dl dd p {
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: normal;
}
.holder-popups-right dl dd a {
  color: #a79582;
}
.why-novox-section {
  overflow: hidden;
}
.why-novox-section h3 {
  text-align: center;
  line-height: 55px;
  margin-bottom: 55px;
  margin-top: 90px;
}
.why-novox-section .section6-list {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.why-novox-section .section6-list li {
  width: 365px;
  height: 201px;
  background-color: #f2f5f8;
  margin-bottom: 51px;
  padding: 40px 28px 0;
  border-radius: 5px;
  transition: all 0.2s linear;
}
.why-novox-section .section6-list li:hover {
  box-shadow: 0 10px 30px rgba(32, 32, 32, 0.2);
  transform: translate3d(0, -2px, 0);
}
.why-novox-section .section6-list li p {
  color: #5c5b5b;
  margin-top: 25px;
  line-height: 30px;
}
.why-novox-section .section6-list li:hover {
  background-color: #3c83d7;
}
.why-novox-section .section6-list li:hover h4 span,
.why-novox-section .section6-list li:hover p {
  color: #FFFFFF;
}
.why-novox-section dl {
  padding-top: 50px;
}
.why-novox-section dl dt {
  color: #7179a3;
  text-align: center;
  position: relative;
}
.why-novox-section dl dt .line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #dee6ee;
  top: 50%;
}
.why-novox-section dl dt span {
  display: inline-block;
  padding: 0 32px;
  background-color: #fff;
  position: relative;
}
.why-novox-section dl dd {
  margin-top: 56px;
}
.why-novox-section dl dd ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.why-novox-section dl dd ul li {
  text-align: center;
}
.why-novox-section dl dd ul li img {
  display: inline-block;
  width: 80%;
}
.bottom-section {
  height: 600px;
  background: url(../img/common/bottom-bg.png) no-repeat center bottom;
  background-size: 100%;
  text-align: center;
}
.bottom-section dl {
  padding-top: 105px;
  padding-bottom: 78px;
}
.bottom-section dl dt {
  color: #3c83d7;
  padding-bottom: 48px;
  line-height: 40px;
  font-family: "PingFangSC-Medium", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
}
.bottom-section dl dd {
  line-height: 38px;
  color: #5c5b5b;
  font-size: 16px;
}
.select-why-wrapper {
  overflow: hidden;
}
.select-why-wrapper h3 {
  text-align: center;
  margin: 140px 0 94px;
}
.select-why-wrapper .select-why-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 24px;
}
.select-why-wrapper .select-why-list li {
  width: 348px;
  height: 202px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #5c5b5b;
  line-height: 32px;
  transition: all 0.3s ease;
  border-radius: 5px;
  margin-bottom: 56px;
  box-shadow: 0px 0px 11.83px 1.17px rgba(0, 0, 0, 0.04);
}
.select-why-wrapper .select-why-list li .icon {
  margin-bottom: 30px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}
.select-why-wrapper .select-why-list li p {
  text-align: center;
}
.select-why-wrapper .select-why-list li:hover {
  background-color: #3c83d7;
  color: #FFFFFF;
}
.select-why-wrapper .select-why-list li.select-item1 .icon {
  background-image: url(../img/common/select-icon1.svg);
}
.select-why-wrapper .select-why-list li.select-item1:hover .icon {
  background-image: url(../img/common/select-icon1-cur.svg);
}
.select-why-wrapper .select-why-list li.select-item2 .icon {
  background-image: url(../img/common/select-icon2.svg);
}
.select-why-wrapper .select-why-list li.select-item2:hover .icon {
  background-image: url(../img/common/select-icon2-cur.svg);
}
.select-why-wrapper .select-why-list li.select-item3 .icon {
  background-image: url(../img/common/select-icon3.svg);
}
.select-why-wrapper .select-why-list li.select-item3:hover .icon {
  background-image: url(../img/common/select-icon3-cur.svg);
}
.select-why-wrapper .select-why-list li.select-item4 .icon {
  background-image: url(../img/common/select-icon4.svg);
}
.select-why-wrapper .select-why-list li.select-item4:hover .icon {
  background-image: url(../img/common/select-icon4-cur.svg);
}
.select-why-wrapper .select-why-list li.select-item5 .icon {
  background-image: url(../img/common/select-icon5.svg);
}
.select-why-wrapper .select-why-list li.select-item5:hover .icon {
  background-image: url(../img/common/select-icon5-cur.svg);
}
.select-why-wrapper .select-why-list li.select-item6 .icon {
  background-image: url(../img/common/select-icon6.svg);
}
.select-why-wrapper .select-why-list li.select-item6:hover .icon {
  background-image: url(../img/common/select-icon6-cur.svg);
}
.link-section {
  background: url(../img/common/pc-bg.png) no-repeat center top;
  height: 528px;
  background-size: cover;
  position: relative;
}
.link-section > .container {
  height: 100%;
}
.link-section .pc-img {
  background: url(../img/common/pc.png) no-repeat center top;
  width: 440px;
  height: 391px;
  position: absolute;
  bottom: 0;
  left: -153px;
}
.link-section .pc-img::after,
.link-section .pc-img::before {
  content: '';
  display: block;
  position: absolute;
  box-shadow: 0px 0px 11.83px 1.17px rgba(0, 0, 0, 0.04);
  border-radius: 50%;
}
.link-section .pc-img::before {
  background: url(../img/common/MT4_1.svg) no-repeat center top;
  width: 184px;
  height: 184px;
  left: -105px;
  top: 80px;
}
.link-section .pc-img::after {
  background: url(../img/common/MT5_1.svg) no-repeat center top;
  width: 145px;
  height: 145px;
  right: -80px;
  top: 190px;
}
.link-section .link-panel {
  width: 710px;
  margin-left: auto;
  padding-top: 98px;
}
.link-section .link-panel h3 {
  margin-bottom: 50px;
  white-space: nowrap;
}
.link-section .link-panel p {
  color: #5c5b5b;
  line-height: 40px;
}
.link-section .link-panel p span {
  color: #3c83d7;
}
.link-section .link-panel .link-btn {
  padding-top: 95px;
  padding-right: 85px;
  display: flex;
  justify-content: space-between;
}
.big-title {
  position: relative;
  text-align: center;
}
.big-title .top-img {
  margin: 50px 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.big-title .top-img img {
  width: 60px;
}
.big-title b {
  margin-bottom: 20px;
  display: block;
}
.big-title p {
  line-height: 30px;
  font-size: 16px;
}
.big-title p span {
  color: #3c83d7;
}
.why-list {
  text-align: center;
}
.why-list h3 {
  padding: 90px 0;
}
.why-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.why-list ul li {
  width: 348px;
  height: 202px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #5c5b5b;
  line-height: 32px;
  transition: all 0.3s ease;
  border-radius: 5px;
  margin-bottom: 56px;
  box-shadow: 0px 0px 11.83px 1.17px rgba(0, 0, 0, 0.04);
}
.why-list ul li img {
  width: 50px;
  height: 50px;
}
.why-list ul li p {
  margin-top: 30px;
}
.why-list ul li:hover {
  background-color: #3c83d7;
  color: #FFFFFF;
}
.this-page {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.this-page .active a,
.this-page .active span {
  background-color: #3c83d7;
  color: #ffffff;
  border-color: #3c83d7;
}
.this-page .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.this-page a,
.this-page span {
  width: 53px;
  height: 53px;
  display: inline-block;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: initial;
  color: #8698b2;
  border: 1px solid #8698b2;
  border-radius: 3px;
  margin: 0 9px;
}
.this-page a:hover,
.this-page span:hover,
.this-page a.cur,
.this-page span.cur {
  background-color: #3c83d7;
  color: #ffffff;
  border-color: #3c83d7;
}
.this-page a:hover.back,
.this-page span:hover.back,
.this-page a.cur.back,
.this-page span.cur.back {
  background-image: url(../img/common/back-white.png);
  background-color: #3c83d7;
}
.this-page a.back,
.this-page span.back {
  background: url(../img/common/back-blue.png) no-repeat center center;
  background-size: 30px 23px;
}
.concat-form-container {
  position: fixed;
  _position: absolute;
  *zoom: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 100
}
.concat-form-container .concat-form-wrapper {
  width: 631px;
  height: 778px;
  background-color: #ffffff;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px 50px;
}
.concat-form-container .concat-form-wrapper .concat-form-title {
  font-size: 20px;
  margin-bottom: 30px;
}
.concat-form-container .concat-form-wrapper .concat-input {
  margin-bottom: 30px;
}
.concat-form-container .concat-form-wrapper .concat-input input,
.concat-form-container .concat-form-wrapper .concat-input textarea {
  display: block;
  width: 100%;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.42858;
  color: #333;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 3px;
  height: 60px;
  border-radius: 5px;
  color: #88919e;
  font-size: 18px;
  transition: all 0.3s ease;
}
.concat-form-container .concat-form-wrapper .concat-input input:-moz-placeholder,
.concat-form-container .concat-form-wrapper .concat-input textarea:-moz-placeholder {
  font-size: 18px;
  color: #88919e;
  text-align: left;
}
.concat-form-container .concat-form-wrapper .concat-input input:-ms-input-placeholder,
.concat-form-container .concat-form-wrapper .concat-input textarea:-ms-input-placeholder {
  font-size: 18px;
  color: #88919e;
  text-align: left;
}
.concat-form-container .concat-form-wrapper .concat-input input::-webkit-input-placeholder,
.concat-form-container .concat-form-wrapper .concat-input textarea::-webkit-input-placeholder {
  font-size: 18px;
  color: #88919e;
  text-align: left;
}
.concat-form-container .concat-form-wrapper .concat-input input:focus,
.concat-form-container .concat-form-wrapper .concat-input textarea:focus {
  border-color: #0083dd;
}
.concat-form-container .concat-form-wrapper .concat-input textarea {
  height: 220px;
  resize: none;
}
.concat-form-container .concat-form-wrapper .concat-input.error input,
.concat-form-container .concat-form-wrapper .concat-input.error textarea {
  color: #c44b4e;
  border-color: #c44b4e;
}
.concat-form-container .concat-form-wrapper .concat-btn {
  padding-top: 30px;
}
.concat-form-container .concat-form-wrapper .concat-btn .btn {
  width: 100%;
}
