* {
  box-sizing: border-box;
}
.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
a {
  color: inherit;
  display: inline-block;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
.ecms-nav {
  height: 60px;
  background: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  transition: all 0.3s ease;
}
.ecms-nav.collapsed {
  background: #fff;
}
.ecms-nav.collapsed .nav-left .ecms-title {
  font-size: 24px;
  color: #333333;
}
.ecms-nav.collapsed .nav-left .ecms-menu li a.name {
  color: #333333;
}
.ecms-nav .wcontainer {
  position: relative;
  background: transparent;
}
.ecms-nav .nav-box {
  position: relative;
  height: 60px;
}
.ecms-nav .nav-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.ecms-nav .nav-left {
  float: left;
  position: relative;
  font-size: 14px;
}
.ecms-nav .nav-left .ecms-title {
  font-size: 24px;
  color: #fff;
  line-height: 60px;
  font-weight: 700;
  margin-right: 28px;
}
.ecms-nav .nav-left .ecms-title .logo-name {
  vertical-align: middle;
}
.ecms-nav .nav-left .ecms-menu {
  height: 60px;
  display: inline-block;
  vertical-align: top;
}
.ecms-nav .nav-left .ecms-menu:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.ecms-nav .nav-left .ecms-menu li {
  float: left;
  height: 100%;
  padding: 0 16px 0 16px;
}
.ecms-nav .nav-left .ecms-menu li:hover a.name:before {
  opacity: 1;
  -ms-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  filter: opacity(100);
}
.ecms-nav .nav-left .ecms-menu li.opended .sub-menus {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.ecms-nav .nav-left .ecms-menu li a.name {
  display: block;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.ecms-nav .nav-left .ecms-menu li a.name:before {
  display: block;
  content: '';
  height: 3px;
  width: 100%;
  background: #5252f2;
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 10;
  opacity: 0;
  -ms-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: opacity(0);
  transition: all 0.3s;
}
.ecms-nav .nav-left .ecms-menu .disabled a {
  color: #999999;
}
.ecms-nav .nav-left .ecms-menu .disabled:hover:before {
  opacity: 0;
  -ms-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: opacity(0);
}
.ecms-nav .nav-left .ecms-menu .active a.name:before {
  opacity: 1;
  -ms-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  filter: opacity(100);
}
.ecms-nav .nav-left .sub-menus {
  position: absolute;
  top: 100%;
  left: 174px;
  z-index: 1;
  line-height: normal;
  opacity: 0;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  overflow: hidden;
  transform: translateY(-16px);
  transition: all 0.3s ease;
  pointer-events: none;
}
.ecms-nav .nav-left .sub-menus .single-dropdown {
  margin-top: 8px;
  background: #fff;
  width: 510px;
  height: 308px;
}
.ecms-nav .nav-left .sub-menus .single-dropdown:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.ecms-nav .nav-left .sub-menus .sub-ads {
  float: left;
  width: 230px;
  height: inherit;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.ecms-nav .nav-left .sub-menus .sub-nav {
  padding: 20px;
  float: left;
  width: 280px;
}
.ecms-nav .nav-left .sub-menus .link-cell {
  display: block;
  padding: 6px 14px;
  font-size: 14px;
  color: #333333;
}
.ecms-nav .nav-left .sub-menus .link-cell.active {
  color: #5252f2;
  background: #ededfc;
}
.ecms-nav .nav-left .sub-menus .link-cell:hover {
  color: #5252f2;
  background: #ededfc;
}
.ecms-nav .nav-right {
  float: right;
  height: 100%;
}
.ecms-nav .nav-right:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.ecms-nav .nav-right .the-quote {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  height: 32px;
  line-height: 32px;
  min-width: 148px;
  background: #5252f2;
  float: left;
  margin: 15px 0 0 20px;
  text-align: center;
  font-weight: 500;
  transition: background-color 0.3s ease-in;
}
.ecms-nav .nav-right .the-quote:hover {
  background: #2d208c;
}
.ecms-main {
  position: relative;
}
.footer_left_top a:hover {
  text-decoration: underline;
  color: #A7A7A7;
}
.ecms-main .appearance-banner {
  height: 600px;
  background: #222323;
  color: #fff;
  overflow: hidden;
}
.ecms-main .appearance-banner .wcontainer {
  background: url("../img/appearance-models/appearance-banner.png") no-repeat right bottom #222323;
  height: inherit;
  padding-top: 60px;
  position: relative;
}
.ecms-main .appearance-banner .appearance-type {
  font-size: 24px;
  margin-top: 70px;
  font-weight: 500;
}
.ecms-main .appearance-banner .appearance-banner-title {
  font-size: 48px;
  line-height: 48px;
  margin-top: 24px;
  font-weight: 700;
}
.ecms-main .appearance-banner .banner-des {
  margin-top: 50px;
  font-size: 18px;
  line-height: 28px;
  width: 550px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  font-weight: normal;
}
.ecms-main.customer-support .appearance-banner {
  background: url("../img/customer-support/customer-banner.png?v=251017") no-repeat center;
  height: 630px;
  background-size: cover;
}
.ecms-main.customer-support .appearance-banner .wcontainer {
  background: none;
  height: inherit;
  position: relative;
}
.ecms-main .extension-module {
  padding: 50px 0;
  background: #fff;
}
.ecms-main .extension-module .extension-title {
  text-align: center;
  color: #333333;
  font-weight: 700;
  font-size: 30px;
}
.ecms-main .extension-module .title-des {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  text-align: center;
  margin-top: 20px;
  font-weight: 500;
}
.ecms-main .extension-module .regulator-box {
  margin-top: 50px;
}
.ecms-main .extension-module .regulator-nav:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.ecms-main .extension-module .reg-cell {
  width: 19.5%;
  float: left;
  text-align: center;
  cursor: pointer;
}
.ecms-main .extension-module .reg-cell:nth-child(3) {
  width: 22%;
}
.ecms-main .extension-module .reg-cell:hover .reg-name .text:after {
  width: 100%;
  opacity: 1;
}
.ecms-main .extension-module .reg-cell.active .reg-name {
  color: #5252f2;
}
.ecms-main .extension-module .reg-cell.active .reg-name .text:after {
  width: 100%;
  opacity: 1;
}
.ecms-main .extension-module .reg-name {
  text-align: center;
  font-size: 16px;
  color: #666666;
  font-weight: 500;
  margin-top: 30px;
  position: relative;
  text-transform: uppercase;
}
.ecms-main .extension-module .reg-name .text {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  position: relative;
  padding-bottom: 26px;
  vertical-align: bottom;
}
.ecms-main .extension-module .reg-name .text:after {
  display: block;
  content: '';
  width: 0;
  height: 4px;
  background-color: #5252f2;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s;
}
.ecms-main .extension-module .regulator-body {
  background: #F7F7F7;
  padding: 50px 0;
}
.ecms-main .extension-module .reg-cell-des {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding-left: 32px;
  display: none;
}
.ecms-main .extension-module .reg-cell-des:first-child {
  display: block;
}
.ecms-main .extension-module .reg-cell-des .des-title {
  color: #333333;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}
.ecms-main .extension-module .reg-cell-des .des-text {
  color: #666666;
  margin-top: 20px;
  font-weight: normal;
}
.ecms-main .extension-verified .appearance-row,
.ecms-main .extension-managed .appearance-row {
  cursor: default;
  padding-bottom: 60px;
}
.ecms-main .extension-verified .appearance-row:after,
.ecms-main .extension-managed .appearance-row:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.ecms-main .extension-verified .appearance-row .row-des,
.ecms-main .extension-managed .appearance-row .row-des {
  float: left;
  width: 50%;
}
.ecms-main .extension-verified .appearance-row .row-des img,
.ecms-main .extension-managed .appearance-row .row-des img {
  max-width: 100%;
}
.ecms-main .extension-verified .appearance-row .row-des .show-info,
.ecms-main .extension-managed .appearance-row .row-des .show-info {
  padding-left: 40px;
}
.ecms-main .extension-verified .appearance-row .row-des .show-info > img,
.ecms-main .extension-managed .appearance-row .row-des .show-info > img {
  padding-top: 26px;
}
.ecms-main .extension-verified .appearance-row .row-des .des-title,
.ecms-main .extension-managed .appearance-row .row-des .des-title {
  color: #333333;
  font-size: 30px;
  font-weight: 500;
  padding-top: 20px;
}
.ecms-main .extension-verified .appearance-row .row-des .des-text,
.ecms-main .extension-managed .appearance-row .row-des .des-text {
  margin-top: 26px;
  line-height: 24px;
  font-size: 16px;
  color: #666666;
  max-width: 550px;
  margin-bottom: 36px;
  font-weight: normal;
}
.ecms-main .extension-verified .appearance-row .row-des .des-text .paragraph,
.ecms-main .extension-managed .appearance-row .row-des .des-text .paragraph {
  margin-bottom: 20px;
}
.ecms-main .extension-managed {
  background: #F7F7F7;
  padding: 40px 0 0;
}
/*# sourceMappingURL=customer-support.css.map */