.Nav {
  position: relative;
  height: 60px;
  background-color: #fff;
}
.Nav .nav-banner-type {
  padding: 24px 20px;
  text-align: center;
  color: #ffffff !important;
}
.Nav .nav-banner-type:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.Nav .nav-banner-login {
  color: #ffffff !important;
}
.Nav .nav-banner-login:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.Nav .nav-banner-login:hover a {
  color: #ffffff !important;
}
.Nav .Nav-container {
  position: relative;
  min-width: 10.8rem;
  height: 100%;
  padding: 0 0 0 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-left;
  align-items: center;
}
.Nav .Nav-container .Nav-logo {
  width: 120px;
  margin-right: 27.5px;
  cursor: pointer;
}
.Nav .Nav-container .Nav-logo .logo-bak {
  position: absolute;
  display: none;
}
.Nav .Nav-container .Nav-logo img {
  width: 120px;
}
.Nav .Nav-container .common-menu-inner {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 750px);
  overflow: hidden;
}
.Nav .Nav-container .common-menu-inner .scroll-left-arrow {
  width: 23px;
  height: 60px;
  background: url(https://resource.eziot.com/group1/M00/00/F1/CtwQEmVkl7WARbFZAAACezzCZOw039.png) no-repeat center;
  background-size: 16px 16px;
  cursor: pointer;
  display: none;
}
.Nav .Nav-container .common-menu-inner .scroll-left-arrow:hover {
  background: url(https://resource.eziot.com/group1/M00/00/F1/CtwQEmVkl9yAU7XiAAAC0g9o1IA826.png) no-repeat center;
  background-size: 16px 16px;
}
.Nav .Nav-container .common-menu-inner .scroll-right-arrow {
  width: 23px;
  height: 60px;
  background: url(https://resource.eziot.com/group1/M00/00/F1/CtwQE2Vkl7qACcDEAAACmI-2UfM938.png) no-repeat center;
  background-size: 16px 16px;
  cursor: pointer;
  display: none;
}
.Nav .Nav-container .common-menu-inner .scroll-right-arrow:hover {
  background: url(https://resource.eziot.com/group1/M00/00/F1/CtwQE2VkmAmAGXD1AAACmfV4OKw652.png) no-repeat center;
  background-size: 16px 16px;
}
.Nav .Nav-container .common-menu-inner .common-menu-scroll-bar {
  overflow: hidden;
}
.Nav .Nav-container .common-menu-inner.scrollRight .scroll-left-arrow {
  display: none;
}
.Nav .Nav-container .common-menu-inner.scrollRight .scroll-right-arrow {
  display: block;
}
.Nav .Nav-container .common-menu-inner.scrollRight .common-menu-scroll-bar {
  margin-left: 0;
  width: calc(100% - 23px);
}
.Nav .Nav-container .common-menu-inner.scrollLeft .scroll-left-arrow {
  display: block;
}
.Nav .Nav-container .common-menu-inner.scrollLeft .scroll-right-arrow {
  display: none;
}
.Nav .Nav-container .common-menu-inner.scrollLeft .common-menu-scroll-bar {
  margin-right: 0;
  width: calc(100% - 23px);
}
.Nav .Nav-container .common-menu-inner.scrollAll .scroll-left-arrow {
  display: block;
}
.Nav .Nav-container .common-menu-inner.scrollAll .scroll-right-arrow {
  display: block;
}
.Nav .Nav-container .common-menu-inner.scrollAll .common-menu-scroll-bar {
  width: calc(100% - 46px);
}
.Nav .Nav-container .Nav-items-contianer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  transition: all .5s ease 0s;
}
.Nav .Nav-container .Nav-items-contianer .Nav-NavMainLink {
  display: inline-block;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
  letter-spacing: 1.56px;
  white-space: nowrap;
}
.Nav .Nav-container .Nav-items-contianer .Nav-NavMainLink a {
  display: inline-block;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
  letter-spacing: 1.56px;
}
.Nav .Nav-container .Nav-items-contianer .Nav-NavMainLink .nav-icon-wrap {
  font-size: 8px;
  margin-left: 4px;
  vertical-align: middle;
  line-height: 16px;
}
.Nav .Nav-container .Nav-items-contianer .Nav-NavMainLink .nav-icon-down {
  display: inline-block;
}
.Nav .Nav-container .Nav-items-contianer .Nav-NavMainLink .nav-icon-label {
  color: #262626;
}
.Nav .Nav-container .Nav-items-contianer .Nav-NavMainLink .nav-icon-img {
  width: 20px;
  height: 20px;
  vertical-align: top;
}
.Nav .Nav-container .Nav-items-contianer .Nav-NavMainLink .nav-icon-img + .nav-icon-label {
  margin-left: 8px;
}
.Nav .Nav-container .Nav-items-contianer .Nav-NavMainLink .nav-icon-img + .nav-icon-label:empty {
  display: none;
}
.Nav .Nav-container .Nav-items-contianer .Nav-NavMainLink .nav-icon-up {
  display: none;
}
.Nav .Nav-container .Nav-items-contianer .Nav-NavMainLink:hover {
  color: #407AFF !important;
}
.Nav .Nav-container .Nav-items-contianer .Nav-NavMainLink:hover .nav-icon-label {
  color: #407AFF !important;
}
.Nav .Nav-container .Nav-items-contianer .Nav-NavMainLink:hover .nav-icon-down {
  display: none;
}
.Nav .Nav-container .Nav-items-contianer .Nav-NavMainLink:hover .nav-icon-up {
  color: #407AFF !important;
  display: inline-block;
  margin-top: 2px;
}
.Nav .Nav-container .Nav-items-contianer .Nav-NavMainLink.selected {
  color: #407AFF;
}
.Nav .Nav-container .Nav-items-contianer .Nav-NavMainLink.selected a {
  display: inline-block;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
  letter-spacing: 1.56px;
}
.Nav .Nav-container .Nav-right-container {
  position: absolute;
  top: 0;
  right: 20px;
  width: 190px;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.Nav .Nav-container .Nav-right-container .logout-item {
  margin-left: 10px;
}
.Nav .Nav-container .Nav-right-container .logout-item a {
  font-size: 10px;
  color: #333333;
  letter-spacing: 0;
  text-align: right;
}
.Nav .login-container {
  position: absolute;
  top: 0;
  right: 0px;
  height: 60px;
  line-height: 42px;
  text-align: center;
  display: flex;
}
.Nav .login-container .login-divider {
  color: #DEDEDE;
}
.Nav .login-container .red-dot {
  position: relative;
}
.Nav .login-container .red-dot::before {
  content: " ";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #FF4D4F;
  position: absolute;
  right: 8px;
  top: 18px;
}
.Nav .login-container .login-item {
  display: inline-block;
  padding: 9px 12.5px;
  font-size: 14px;
  color: #333333;
  letter-spacing: 1.56px;
  cursor: pointer;
}
.Nav .login-container .login-item .icon {
  line-height: 16px;
  vertical-align: middle;
}
.Nav .login-container .login-item .anticon {
  font-size: 8px;
  vertical-align: 0.125em;
}
.Nav .login-container .login-item.login-item-register {
  background: #407AFF !important;
}
.Nav .login-container .login-item.login-item-register a {
  color: #fff;
}
.Nav .login-container .login-item a {
  color: #333333;
}
.Nav .login-container .login-item .Nav-SelectLink .Nav-SelectLink-href {
  color: #262626 !important;
}
.Nav .login-container .login-item .Nav-SelectLink .Nav-SelectLink-href:hover {
  color: #407AFF !important;
}
.Nav .userinfo-wrap {
  display: flex !important;
  align-items: center;
}
.Nav .userinfo-wrap .ezd-badge {
  margin-right: 7px;
}
.Nav .userinfo-wrap .ezd-badge .ezd-badge-multiple-words {
  padding: 1px 3px;
  height: 16px !important;
}
.Nav .userinfo-wrap .ezd-badge-count {
  box-shadow: none;
}
.Nav .userinfo-wrap .user-icon {
  background-image: url(https://resource.eziot.com/group1/M00/00/F0/CtwQEmVeAyqAHPW7AAAItizKSYQ982.png);
  background-size: 20px;
  width: 20px;
  height: 20px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}
.Nav .userinfo-wrap .nav-userinfo-username-label {
  max-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.Nav .userinfo-wrap:hover .user-icon {
  background-image: url(https://resource.eziot.com/group1/M00/00/F0/CtwQE2Vev9WAXrlTAAAJJwREcU4747.png);
}
.Nav .userinfo-wrap:hover .nav-userinfo-menu {
  display: block;
}
.Nav .userinfo-wrap .nav-userinfo-menu {
  padding: 20px;
  display: none;
  width: 220px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
  position: absolute;
  right: 0;
  top: 60px;
}
.Nav .userinfo-wrap .nav-userinfo-menu .nav-userinfo-username {
  font-size: 16px;
  color: #262626;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 14.5px;
  margin-bottom: 4.5px;
  border-bottom: 1px solid rgba(201, 208, 220, 0.5);
  display: block;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
}
.Nav .userinfo-wrap .nav-userinfo-menu .titleItem {
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 20px;
}
.Nav .userinfo-wrap .nav-userinfo-menu .titleItem .titleItem-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.Nav .userinfo-wrap .nav-userinfo-menu .titleItem:hover .titleItemTxt {
  color: #407AFF;
}
.Nav .userinfo-wrap .nav-userinfo-menu .titleItem:hover .titleItem-icon.user {
  background-image: url(https://resource.eziot.com/group1/M00/00/F0/CtwQE2Vev9WAXrlTAAAJJwREcU4747.png);
}
.Nav .userinfo-wrap .nav-userinfo-menu .titleItem:hover .titleItem-icon.application {
  background-image: url(https://resource.eziot.com/group1/M00/00/F0/CtwQEmVev_yAAHq-AAAIOMStJJI650.png);
}
.Nav .userinfo-wrap .nav-userinfo-menu .titleItem:hover .titleItem-icon.workorder {
  background-image: url(https://resource.eziot.com/group1/M00/00/F0/CtwQEmVewA2AcxtpAAAC12uBDC8168.png);
}
.Nav .userinfo-wrap .nav-userinfo-menu .titleItem:hover .titleItem-icon.cost {
  background-image: url(https://resource.eziot.com/group1/M00/00/F0/CtwQE2VewAeAaMbHAAAIli-uyM0641.png);
}
.Nav .userinfo-wrap .nav-userinfo-menu .titleItem .titleItemTxt {
  height: 20px;
  font-size: 14px;
  color: #000000;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 400;
  margin-left: 8px;
}
.Nav .userinfo-wrap .nav-userinfo-menu .titleItem .workorder-num {
  height: 24px;
  background: #FFF1F0;
  border-radius: 2px;
  font-size: 12px;
  color: #FF4D4F;
  line-height: 20px;
  font-weight: 400;
  padding: 2px 8px;
  text-align: center;
  letter-spacing: 0;
}
.Nav .userinfo-wrap .nav-userinfo-menu .titleItem .titleItem-icon {
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-repeat: no-repeat;
}
.Nav .userinfo-wrap .nav-userinfo-menu .titleItem .titleItem-icon.user {
  background-image: url(https://resource.eziot.com/group1/M00/00/F0/CtwQEmVeAyqAHPW7AAAItizKSYQ982.png);
}
.Nav .userinfo-wrap .nav-userinfo-menu .titleItem .titleItem-icon.application {
  background-image: url(https://resource.eziot.com/group1/M00/00/F0/CtwQEmVeAzuAYBU2AAAH2_FsJr4547.png);
}
.Nav .userinfo-wrap .nav-userinfo-menu .titleItem .titleItem-icon.workorder {
  background-image: url(https://resource.eziot.com/group1/M00/00/F0/CtwQEmVeA1SAXQMiAAACwt0Rqp4935.png);
}
.Nav .userinfo-wrap .nav-userinfo-menu .titleItem .titleItem-icon.cost {
  background-image: url(https://resource.eziot.com/group1/M00/00/F0/CtwQEmVeA0qAWin3AAAIMxhap14012.png);
}
.Nav .userinfo-wrap .nav-userinfo-menu .titleBotton {
  width: 100%;
  height: 24px;
  background: #FFFFFF;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  font-size: 12px;
  color: #595959;
  text-align: center;
  line-height: 22px;
  font-weight: 400;
  margin-top: 20px;
  box-sizing: border-box;
}
.Nav .userinfo-wrap .nav-userinfo-menu .titleBotton:hover {
  color: #407AFF;
  border: 1px solid #407AFF;
}
.Nav.white {
  margin-bottom: -60px;
  z-index: 999;
  background: rgba(255, 255, 255, 0.1);
  border-bottom: 0.5px solid #c9d0dc;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(61, 61, 61, 0.15);
  border-top: none;
}
.Nav.white .search-input {
  color: #262626;
}
.Nav.white .search-input::placeholder {
  color: #8c8c8c;
}
.Nav.white.navType:hover .logo-bak {
  display: block;
  background: #fff;
}
.Nav.white.navType:hover .search-input-icon {
  background: url(https://resource.eziot.com/group1/M00/00/F1/CtwQEmVlWKSAahpuAAAG-eBXIPw200.png) no-repeat center;
  background-size: 100%;
}
.Nav.white.navType:hover .search-input-icon:hover {
  background: url(https://resource.eziot.com/group1/M00/00/F1/CtwQE2VlWKyAZZFoAAAHNQ2e1iM650.png) no-repeat center;
  background-size: 100%;
}
.Nav.white.navType:hover .search-input-clear {
  background: url(https://resource.eziot.com/group1/M00/00/F1/CtwQEmVlWMuAQ274AAAHl6nbeD8813.png) no-repeat center;
  background-size: 100%;
}
.Nav.white.navType:hover .search-input-clear:hover {
  background: url(https://resource.eziot.com/group1/M00/00/F1/CtwQE2VlWNGAL3IzAAAHIP8Htqg704.png);
  background-size: 100%;
}
.Nav.white.navType:hover .user-icon {
  background-image: url(https://resource.eziot.com/group1/M00/00/F0/CtwQEmVeAyqAHPW7AAAItizKSYQ982.png);
  background-size: 20px;
}
.Nav.white.navType:hover .user-icon:hover {
  background-image: url(https://resource.eziot.com/group1/M00/00/F0/CtwQE2Vev9WAXrlTAAAJJwREcU4747.png);
  background-size: 20px;
}
.Nav.white.navType .search-input-icon {
  background: url(https://resource.eziot.com/group1/M00/00/F1/CtwQE2VlWDeAc4DSAAAEyfkoYzI598.png) no-repeat center;
  background-size: 100%;
}
.Nav.white.navType .search-input-icon:hover {
  background: url(https://resource.eziot.com/group1/M00/00/F1/CtwQE2VlWKyAZZFoAAAHNQ2e1iM650.png) no-repeat center;
  background-size: 100%;
}
.Nav.white.navType .search-input-clear {
  background: url(https://resource.eziot.com/group1/M00/00/F1/CtwQEmVlWOSAaOH3AAAEjqhwNHc615.png) no-repeat center;
  background-size: 100%;
}
.Nav.white.navType .search-input-clear:hover {
  background: url(https://resource.eziot.com/group1/M00/00/F1/CtwQE2VlWNGAL3IzAAAHIP8Htqg704.png);
  background-size: 100%;
}
.Nav.white.navType .user-icon {
  background-image: url(https://resource.eziot.com/group1/M00/00/F1/CtwQE2VlUySALxKtAAAF_SlA4yE897.png);
  background-size: 20px;
}
.Nav.white.navType .user-icon:hover {
  background-image: url(https://resource.eziot.com/group1/M00/00/F0/CtwQE2Vev9WAXrlTAAAJJwREcU4747.png);
  background-size: 20px;
}
.Nav.white.navType .search-input {
  color: #fff;
}
.Nav.white.navType .search-input::placeholder {
  color: #fff;
}
.Nav.white.navType .common-menu-inner .scroll-left-arrow {
  background: url(https://resource.eziot.com/group1/M00/00/F1/CtwQEmVlUmaAfLcBAAACbJaxJ34386.png) no-repeat center;
  background-size: 16px 16px;
}
.Nav.white.navType .common-menu-inner .scroll-left-arrow:hover {
  background: url(https://resource.eziot.com/group1/M00/00/F1/CtwQEmVkl9yAU7XiAAAC0g9o1IA826.png) no-repeat center;
  background-size: 16px;
}
.Nav.white.navType .common-menu-inner .scroll-right-arrow {
  background: url(https://resource.eziot.com/group1/M00/00/F1/CtwQE2VlUleAXWPmAAACQchKf1E174.png) no-repeat center;
  background-size: 16px 16px;
}
.Nav.white.navType .common-menu-inner .scroll-right-arrow:hover {
  background: url(https://resource.eziot.com/group1/M00/00/F1/CtwQE2VkmAmAGXD1AAACmfV4OKw652.png) no-repeat center;
  background-size: 16px;
}
.Nav-container .Nav-items-contianer .Nav-NavMainLink.Nav.white.navType.nav-banner-type .cloud:hover .cloud-label {
  color: #407AFF !important;
}
.Nav.white:hover {
  background: #fff;
}
.Nav.white:hover .search-input {
  color: #262626;
}
.Nav.white:hover .search-input::placeholder {
  color: #8c8c8c;
}
.Nav.white:hover .common-menu-inner .scroll-left-arrow {
  background: url(https://resource.eziot.com/group1/M00/00/F1/CtwQEmVkl7WARbFZAAACezzCZOw039.png) no-repeat center;
  background-size: 16px;
}
.Nav.white:hover .common-menu-inner .scroll-left-arrow:hover {
  background: url(https://resource.eziot.com/group1/M00/00/F1/CtwQEmVkl9yAU7XiAAAC0g9o1IA826.png) no-repeat center;
  background-size: 16px;
}
.Nav.white:hover .common-menu-inner .scroll-right-arrow {
  background: url(https://resource.eziot.com/group1/M00/00/F1/CtwQE2Vkl7qACcDEAAACmI-2UfM938.png) no-repeat center;
  background-size: 16px;
}
.Nav.white:hover .common-menu-inner .scroll-right-arrow:hover {
  background: url(https://resource.eziot.com/group1/M00/00/F1/CtwQE2VkmAmAGXD1AAACmfV4OKw652.png) no-repeat center;
  background-size: 16px;
}
.Nav.white:hover .Nav-container .Nav-items-contianer .Nav-NavMainLink {
  color: #333333;
}
.Nav.white:hover .Nav-container .Nav-items-contianer .Nav-NavMainLink.nav-banner-type .nav-icon-label,
.Nav.white:hover .Nav-container .Nav-items-contianer .Nav-NavMainLink.nav-banner-type a,
.Nav.white:hover .Nav-container .Nav-items-contianer .Nav-NavMainLink.nav-banner-type span,
.Nav.white:hover .Nav-container .Nav-items-contianer .Nav-NavMainLink.nav-banner-type i {
  color: #262626 !important;
}
.Nav.white:hover .Nav-container .Nav-items-contianer .Nav-NavMainLink.nav-banner-type .nav-icon-label.product-item:hover,
.Nav.white:hover .Nav-container .Nav-items-contianer .Nav-NavMainLink.nav-banner-type a.product-item:hover,
.Nav.white:hover .Nav-container .Nav-items-contianer .Nav-NavMainLink.nav-banner-type span.product-item:hover,
.Nav.white:hover .Nav-container .Nav-items-contianer .Nav-NavMainLink.nav-banner-type i.product-item:hover {
  color: #407AFF !important;
}
.Nav.white:hover .Nav-container .Nav-items-contianer .Nav-NavMainLink.nav-banner-type .nav-icon-label.product-item:hover.product-item-txt,
.Nav.white:hover .Nav-container .Nav-items-contianer .Nav-NavMainLink.nav-banner-type a.product-item:hover.product-item-txt,
.Nav.white:hover .Nav-container .Nav-items-contianer .Nav-NavMainLink.nav-banner-type span.product-item:hover.product-item-txt,
.Nav.white:hover .Nav-container .Nav-items-contianer .Nav-NavMainLink.nav-banner-type i.product-item:hover.product-item-txt {
  color: #407AFF !important;
}
.Nav.white:hover .Nav-container .Nav-items-contianer .Nav-NavMainLink.nav-banner-type .Nav-SelectLink .Nav-SelectLink-href {
  color: #262626 !important;
}
.Nav.white:hover .Nav-container .Nav-items-contianer .Nav-NavMainLink.nav-banner-type .Nav-SelectLink .Nav-SelectLink-href:hover {
  color: #407AFF !important;
}
.Nav.white:hover .nav-banner-login {
  color: #262626 !important;
}
.Nav.white:hover .nav-banner-login * {
  color: #262626 !important;
}
.Nav.white:hover .nav-banner-login .ezd-scroll-number-only-unit,
.Nav.white:hover .nav-banner-login .ezd-badge-count {
  color: #fff !important;
}
.Nav.white:hover .nav-banner-login .workorder-num {
  color: #FF4D4F !important;
}
.Nav.white:hover .nav-banner-login:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #407AFF !important;
}
.Nav.white:hover .nav-banner-login:hover a,
.Nav.white:hover .nav-banner-login:hover i,
.Nav.white:hover .nav-banner-login:hover .nav-userinfo-username-label,
.Nav.white:hover .nav-banner-login:hover .login-item-console {
  color: #407AFF !important;
}
.Nav.white:hover .nav-banner-login:hover a .titleItemTxt:hover,
.Nav.white:hover .nav-banner-login:hover i .titleItemTxt:hover,
.Nav.white:hover .nav-banner-login:hover .nav-userinfo-username-label .titleItemTxt:hover,
.Nav.white:hover .nav-banner-login:hover .login-item-console .titleItemTxt:hover {
  color: #407AFF !important;
}
.Nav.white:hover .nav-banner-login:hover .Nav-SelectLink .Nav-SelectLink-href {
  color: #262626 !important;
}
.Nav.white:hover .nav-banner-login:hover .Nav-SelectLink .Nav-SelectLink-href:hover {
  color: #407AFF !important;
}
.Nav.white:hover .nav-banner-login:hover .user-icon {
  background-image: url(https://resource.eziot.com/group1/M00/00/F0/CtwQE2Vev9WAXrlTAAAJJwREcU4747.png);
  background-size: 20px;
}
.Nav.white:hover .nav-banner-login:hover .titleBotton:hover {
  color: #407AFF !important;
}
.Nav.white .Nav-container .Nav-items-contianer .Nav-NavMainLink {
  color: #262626;
}
.Nav.white .Nav-container .Nav-items-contianer .Nav-NavMainLink.nav-banner-type:hover .nav-icon-label,
.Nav.white .Nav-container .Nav-items-contianer .Nav-NavMainLink.nav-banner-type:hover i,
.Nav.white .Nav-container .Nav-items-contianer .Nav-NavMainLink.nav-banner-type:hover .nav-icon-up {
  color: #407AFF !important;
}
.Nav.white .Nav-container .Nav-items-contianer .Nav-NavMainLink.nav-banner-type .nav-icon-label,
.Nav.white .Nav-container .Nav-items-contianer .Nav-NavMainLink.nav-banner-type i {
  color: #ffffff !important;
}
.Nav.white .Nav-container .Nav-items-contianer .Nav-NavMainLink a {
  color: #262626;
}
.Nav.white .Nav-container .Nav-items-contianer .Nav-NavMainLink span {
  color: #262626;
}
.Nav.white .Nav-container .Nav-items-contianer .Nav-NavMainLink:hover {
  color: #407AFF !important;
}
.Nav.white .Nav-container .Nav-items-contianer .Nav-NavMainLink a:hover {
  color: #407AFF !important;
}
.Nav.white .Nav-container .Nav-right-container .logout-item a {
  color: #262626;
}
.Nav.white .login-container .login-item {
  color: #262626;
}
.Nav.white .login-container .login-item.login-item-register {
  background: #407AFF !important;
}
.Nav.white .login-container .login-item.login-item-register a {
  color: #fff;
}
.Nav.white .login-container {
  right: 0;
}
.Nav.white .login-container .login-item:hover {
  color: #407aff;
}
.Nav.white .login-container .login-item:hover a {
  color: #407aff;
}
.Nav.white .login-container .login-item a {
  color: #262626;
}
.Nav.white .login-container .login-item.login-item-register a {
  color: #fff !important;
}
.Nav.bright {
  width: 100%;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  z-index: 9999;
  border-bottom: 0.5px solid #c9d0dc;
}
.Nav.bright:hover {
  background: #fff;
}
.Nav.bright:hover .Nav-container .Nav-items-contianer .Nav-NavMainLink {
  color: #333333;
}
.Nav.bright .Nav-items-contianer .Nav-NavMainLink {
  color: #262626;
}
.Nav.bright .Nav-items-contianer .Nav-NavMainLink a {
  color: #262626;
}
.Nav.bright .Nav-items-contianer .Nav-NavMainLink span {
  color: #262626;
}
.Nav.bright .Nav-items-contianer .Nav-NavMainLink:hover {
  color: #407AFF !important;
}
.Nav.bright .Nav-items-contianer .Nav-NavMainLink a:hover {
  color: #407AFF !important;
}
.Nav.bright .login-container .login-item {
  color: #262626;
}
.Nav.bright .login-container .login-item a {
  color: #262626;
}
.Nav.bright .login-container .login-item.login-item-register a {
  color: #fff !important;
}
.Nav.bright .login-container .login-item:hover {
  color: #407aff;
}
.Nav.bright .login-container .login-item:hover a {
  color: #407aff;
}
@media only screen and (max-width: 1240px) {
  .Nav.bright .login-container {
    right: -50px;
  }
}
.Nav.index {
  margin-bottom: -60px;
  z-index: 999;
  background: rgba(255, 255, 255, 0.1);
  border-bottom: 0.5px solid rgba(183, 186, 190, 0.5);
  backdrop-filter: blur(5px);
}
.Nav.index .common-menu-inner .scroll-left-arrow {
  background: url(https://resource.eziot.com/group1/M00/00/F1/CtwQEmVlUmaAfLcBAAACbJaxJ34386.png) no-repeat center;
  background-size: 16px 16px;
}
.Nav.index .common-menu-inner .scroll-right-arrow {
  background: url(https://resource.eziot.com/group1/M00/00/F1/CtwQE2VlUleAXWPmAAACQchKf1E174.png) no-repeat center;
  background-size: 16px 16px;
}
.Nav.index .search-container .search-input::placeholder {
  color: #fff;
}
.Nav.index .userinfo-wrap .user-icon {
  background-image: url(https://resource.eziot.com/group1/M00/00/F1/CtwQE2VlUySALxKtAAAF_SlA4yE897.png);
  background-size: 20px;
}
.Nav.index .search-container .search-input {
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 400;
}
.Nav.index .search-container .search-input-icon {
  background: url(https://resource.eziot.com/group1/M00/00/F1/CtwQE2VlWDeAc4DSAAAEyfkoYzI598.png) no-repeat center;
  background-size: 100%;
}
.Nav.index .search-container .search-input-icon:hover {
  background: url(https://resource.eziot.com/group1/M00/00/F1/CtwQE2VlWKyAZZFoAAAHNQ2e1iM650.png) no-repeat center;
  background-size: 100%;
}
.Nav.index .search-container .search-input-clear {
  background: url(https://resource.eziot.com/group1/M00/00/F1/CtwQEmVlWOSAaOH3AAAEjqhwNHc615.png) no-repeat center;
  background-size: 100%;
}
.Nav.index .search-container .search-input-clear:hover {
  background: url(https://resource.eziot.com/group1/M00/00/F1/CtwQE2VlWNGAL3IzAAAHIP8Htqg704.png);
  background-size: 100%;
}
.Nav.index:hover {
  background: #fff;
}
.Nav.index:hover .Nav-logo .logo-bak {
  display: block;
  background: #fff;
}
.Nav.index:hover .search-container .search-input {
  opacity: 1;
  color: #262626;
}
.Nav.index:hover .search-container .search-input::placeholder {
  color: #8C8C8C;
}
.Nav.index:hover .search-container .search-input-icon {
  background: url(https://resource.eziot.com/group1/M00/00/F1/CtwQEmVlWKSAahpuAAAG-eBXIPw200.png) no-repeat center;
  background-size: 100%;
}
.Nav.index:hover .search-container .search-input-icon:hover {
  background: url(https://resource.eziot.com/group1/M00/00/F1/CtwQE2VlWKyAZZFoAAAHNQ2e1iM650.png) no-repeat center;
  background-size: 100%;
}
.Nav.index:hover .search-container .search-input-clear {
  background: url(https://resource.eziot.com/group1/M00/00/F1/CtwQEmVlWMuAQ274AAAHl6nbeD8813.png) no-repeat center;
  background-size: 100%;
}
.Nav.index:hover .search-container .search-input-clear:hover {
  background: url(https://resource.eziot.com/group1/M00/00/F1/CtwQE2VlWNGAL3IzAAAHIP8Htqg704.png);
  background-size: 100%;
}
.Nav.index:hover .Nav-container .Nav-items-contianer .Nav-NavMainLink {
  color: #333333 !important;
}
.Nav.index:hover .Nav-container .Nav-items-contianer .Nav-NavMainLink .nav-icon-label {
  color: #333333;
}
.Nav.index:hover .Nav-container .Nav-items-contianer .Nav-NavMainLink:hover {
  color: #407AFF !important;
}
.Nav.index:hover .Nav-container .Nav-items-contianer .Nav-NavMainLink a {
  color: #333333 !important;
}
.Nav.index:hover .Nav-container .Nav-items-contianer .Nav-NavMainLink a:hover {
  color: #407AFF !important;
}
.Nav.index:hover .Nav-container .Nav-right-container .logout-item a {
  color: #333333 !important;
}
.Nav.index:hover .Nav-container .Nav-right-container .logout-item a:hover {
  color: #407AFF !important;
}
.Nav.index:hover .common-menu-inner .scroll-left-arrow {
  background: url(https://resource.eziot.com/group1/M00/00/F1/CtwQEmVkl7WARbFZAAACezzCZOw039.png) no-repeat center;
  background-size: 16px;
}
.Nav.index:hover .common-menu-inner .scroll-left-arrow:hover {
  background: url(https://resource.eziot.com/group1/M00/00/F1/CtwQEmVkl9yAU7XiAAAC0g9o1IA826.png) no-repeat center;
  background-size: 16px;
}
.Nav.index:hover .common-menu-inner .scroll-right-arrow {
  background: url(https://resource.eziot.com/group1/M00/00/F1/CtwQE2Vkl7qACcDEAAACmI-2UfM938.png) no-repeat center;
  background-size: 16px;
}
.Nav.index:hover .common-menu-inner .scroll-right-arrow:hover {
  background: url(https://resource.eziot.com/group1/M00/00/F1/CtwQE2VkmAmAGXD1AAACmfV4OKw652.png) no-repeat center;
  background-size: 16px;
}
.Nav.index:hover .userinfo-wrap .user-icon {
  background-image: url(https://resource.eziot.com/group1/M00/00/F0/CtwQEmVeAyqAHPW7AAAItizKSYQ982.png);
  background-size: 20px;
}
.Nav.index:hover .userinfo-wrap:hover .user-icon {
  background-image: url(https://resource.eziot.com/group1/M00/00/F0/CtwQE2Vev9WAXrlTAAAJJwREcU4747.png);
  background-size: 20px;
}
.Nav.index:hover .login-container .login-item {
  color: #333333 !important;
}
.Nav.index:hover .login-container .login-item:hover {
  color: #407AFF !important;
}
.Nav.index:hover .login-container .login-item a {
  color: #333333 !important;
}
.Nav.index:hover .login-container .login-item a:hover {
  color: #407AFF !important;
}
.Nav.index:hover .login-container .login-item.login-item-register a {
  color: #fff !important;
}
.Nav.index:hover .login-container .login-item.login-item-register a:hover {
  color: #fff !important;
}
.Nav.index .Nav-container .Nav-items-contianer .Nav-NavMainLink {
  color: #fff !important;
}
.Nav.index .Nav-container .Nav-items-contianer .Nav-NavMainLink .nav-icon-label {
  color: #fff;
}
.Nav.index .Nav-container .Nav-items-contianer .Nav-NavMainLink a {
  color: #fff !important;
}
.Nav.index .Nav-container .Nav-items-contianer .Nav-NavMainLink {
  text-align: center;
}
.Nav.index .Nav-container .Nav-right-container .logout-item a {
  color: #FFF;
}
.Nav.index .login-container {
  right: 0px;
}
.Nav.index .login-container .login-item {
  color: #fff !important;
}
.Nav.index .login-container .login-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.Nav.index .login-container .login-item a {
  color: #fff !important;
}
.Nav.brown {
  background-color: #091f3b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 999;
}
.Nav.brown .Nav-container .Nav-items-contianer .Nav-NavMainLink {
  color: #fff !important;
}
.Nav.brown .Nav-container .Nav-items-contianer .Nav-NavMainLink a {
  color: #fff !important;
}
.Nav.brown .Nav-container .Nav-items-contianer .Nav-NavMainLink span {
  color: rgba(255, 255, 255, 0.6);
}
.Nav.brown .Nav-container .Nav-right-container .logout-item a {
  color: #FFF;
}
.Nav.brown .login-container {
  background-color: #FF8F42;
}
.Nav.brown .login-container .login-item {
  color: #fff !important;
}
.Nav.brown .login-container .login-item a {
  color: #fff !important;
}
.Nav-subItem-container:first-child {
  margin-top: 0;
}
.Nav-subItem-container {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: flex-start;
}
.Nav-subItem-container .Nav-SubItem-link-title {
  display: inline-block;
  width: 110px;
  font-size: 14px;
  color: #333333;
  letter-spacing: 2.33px;
  font-weight: 600;
}
.Nav-subItem-container .Nav-SubItem-link-container {
  display: inline-block;
}
.Nav-subItem-container .Nav-SubItem-link-container .Nav-items-container {
  flex-direction: column;
  justify-content: left;
  align-items: left;
}
.Nav-subItem-container .Nav-SubItem-link-container .Nav-items-container .Nav-link {
  margin-right: 30px;
  font-size: 14px;
  color: #333333;
  letter-spacing: 2px;
}
.Nav-subItem-container .Nav-SubItem-link-container .Nav-items-container .Nav-link a {
  display: inline-block;
  margin-left: 30px;
  font-size: 14px;
  color: #333333;
  letter-spacing: 2px;
}
.Nav-subItem-container .Nav-SubItem-link-container .Nav-items-container .Nav-link:last-child {
  margin-right: 0;
}
.Nav-subItem-container .Nav-SubItem-link-container .Nav-items-container .Nav-link:hover {
  color: #407AFF;
}
.Nav-subItem-container .Nav-SubItem-link-container .Nav-items-container .Nav-link:hover a:hover {
  color: #407AFF;
}
.Nav-subItem-container .Nav-SubItem-link-container .Nav-items-container .Nav-link.noLink {
  color: #999999;
}
.Nav-subItem-container .Nav-SubItem-link-container .Nav-items-container .Nav-link.noLink a {
  color: #999999;
}
.Nav-subItem-container .Nav-SubItem-link-container .Nav-items-container .Nav-link.noLink:hover {
  color: #999999;
}
.Nav-subItem-container .Nav-SubItem-link-container .Nav-items-container .Nav-link.noLink:hover a {
  color: #999999;
}
.Nav-subItem-container .Nav-SubItem-link-container .Nav-items-container .Nav-tag-container {
  margin-right: 30px;
  display: inline-block;
}
.Nav-subItem-container .Nav-SubItem-link-container .Nav-items-container .Nav-tag-container .Nav-tag-text {
  margin-top: 16px;
  font-size: 10px;
  color: #999999;
  letter-spacing: 1.67px;
}
.ant-popover.Nav-popover .ant-popover-inner {
  border-radius: 0;
}
.ant-popover.Nav-popover .ant-popover-inner-content {
  padding: 40px 50px;
}
.ant-popover.Nav-popover .ant-popover-content {
  opacity: 0.99;
  margin-top: 26px;
}
.ant-popover.Nav-popover .ant-popover-content .ant-popover-arrow {
  display: none;
}
.ant-popover.Nav-popover-newPop .ant-popover-inner {
  border-radius: 0;
}
.ant-popover.Nav-popover-newPop .ant-popover-content {
  width: 100vw;
  box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.05), 0px 3px 16px 0px rgba(0, 0, 0, 0.03);
}
.ant-popover.Nav-popover-newPop .ant-popover-inner-content {
  padding: 0;
  background: linear-gradient(to right, #FAFAFA, rgba(233, 240, 249, 0));
}
.ant-popover.Nav-popover-newPop .ant-popover-content {
  opacity: 0.99;
  margin-top: -16px;
}
.ant-popover.Nav-popover-newPop .ant-popover-content .ant-popover-arrow {
  display: none;
}
.ant-popover.Nav-popover-newPop2 {
  left: 0px !important;
}
.ant-popover.Nav-popover-newPop2 .ant-popover-inner {
  border-radius: 0;
}
.ant-popover.Nav-popover-newPop2 .ant-popover-content {
  width: 100vw;
  overflow: scroll;
  box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.05), 0px 3px 16px 0px rgba(0, 0, 0, 0.03);
}
.ant-popover.Nav-popover-newPop2 .ant-popover-inner-content {
  padding: 0;
}
.ant-popover.Nav-popover-newPop2 .ant-popover-content {
  opacity: 0.99;
  margin-top: -16px;
}
.ant-popover.Nav-popover-newPop2 .ant-popover-content .ant-popover-arrow {
  display: none;
}
.ant-popover.Nav-popover2 .ant-popover-inner-content {
  padding-top: 32px;
  width: 144px;
  text-align: center;
  margin-top: -13px;
}
.ant-popover.Nav-popover2 .ant-popover-content {
  opacity: 0.99;
  margin-top: 0px;
}
.ant-popover.Nav-popover2 .ant-popover-content .ant-popover-arrow {
  display: none;
}
.hotTip {
  font-size: 10px;
  vertical-align: baseline;
  position: absolute;
  color: #FF4D4F;
  margin-top: -8px;
  margin-left: -4px;
}
.Nav-SelectLink {
  font-size: 14px;
  color: #333333;
  margin-bottom: 24px;
}
.Nav-SelectLink a {
  font-size: 14px;
  color: #333333;
  cursor: pointer;
}
.Nav-SelectLink.selected {
  color: #407AFF;
}
.Nav-SelectLink.selected a {
  font-size: 14px;
  color: #333333;
  cursor: pointer;
}
.Nav-SelectLink:hover {
  color: #407AFF;
}
.Nav-SelectLink:hover a:hover {
  color: #407AFF;
}
.ant-popover {
  position: fixed !important;
}
.BeginnerNavigator {
  padding-left: 60px;
  padding-right: 60px;
  width: 100%;
  height: 60px;
  background: #FFFFFF;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.04);
  top: 0;
  z-index: 9;
  display: block;
}
.BeginnerNavigator .BeginnerNavigator-container a {
  color: #407AFF;
}
.BeginnerNavigator .BeginnerNavigator-container a:hover {
  color: #699bff;
}
.BeginnerNavigator .BeginnerNavigator-container a:active {
  color: #2b5ad9;
}
.BeginnerNavigator .BeginnerNavigator-container .row {
  display: flex;
  flex-direction: row;
}
.BeginnerNavigator .BeginnerNavigator-container .BeginnerNavigator-container-content {
  height: 60px;
  align-items: center;
}
.BeginnerNavigator .BeginnerNavigator-container .BeginnerNavigator-container-content .container-content-item {
  line-height: 20px;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 400;
  margin-right: 80px;
  cursor: pointer;
}
.BeginnerNavigator .BeginnerNavigator-container .BeginnerNavigator-container-content .container-content-item-checked {
  color: #407AFF;
}
.BeginnerNavigator .BeginnerNavigator-container .BeginnerNavigator-container-content .container-content-item:hover {
  color: #407AFF;
}
.BeginnerNavigator .BeginnerNavigator-container .BeginnerNavigator-container-content .container-content-item:active {
  color: #2b5ad9;
}
.BeginnerNavigator .BeginnerNavigator-container .BeginnerNavigator-container-content .container-content-item:last-child {
  margin-right: 0px;
}

.NewPop {
  min-width: 240px;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 0px;
  margin: auto;
  min-height: 356px;
  background-color: #FAFAFA !important;
  display: flex;
  flex-direction: row;
}
.NewPop .NewPop-divide {
  height: 1px;
  background-color: #f0f0f0;
  margin: 0 32px;
}
.NewPop .lastClass {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 32px 10px;
}
.NewPop .lastClass .NewPop-tabs-items-href-icon {
  font-size: 6px;
  margin-left: 8px;
  display: none;
  color: #407AFF;
}
.NewPop .lastClass .NewPop-tabs-items {
  display: inline-block;
  margin-bottom: 0 !important;
}
.NewPop .iconImg {
  width: 16px;
  height: 16px;
  background: url(http://resource.eziot.com/group2/M00/00/92/CtwQF2QJh52AevF7AAAHNNKptjI421.svg) no-repeat;
  background-size: 16px 16px;
  display: block;
  margin-right: 5px;
}
.NewPop .cloud-img {
  width: 16px;
  height: 16px;
  background: url(https://resource.eziot.com/group2/M00/00/C3/CtwQF2Vayd6ALyH0AAAB2Bby-0E403.png) no-repeat;
  background-size: 16px 16px;
  display: block;
}
.NewPop .lastClass .cloud:hover .iconImg {
  background: url(http://resource.eziot.com/group2/M00/00/93/CtwQFmQJiOuAHtv3AAAHN-2hXy4749.svg) no-repeat;
  background-size: 16px 16px;
}
.NewPop .lastClass .cloud:hover .cloud-img {
  background: url(https://resource.eziot.com/group2/M00/00/C3/CtwQFmVayeqAVNblAAAB0wTH9LQ159.png) no-repeat;
  background-size: 16px 16px;
}
.NewPop .lastClass .cloud:hover .NewPop-tabs-items,
.NewPop .lastClass .cloud:hover .cloud-label {
  color: #407AFF;
}
.NewPop .lastClass .cloud:hover .NewPop-tabs-items .NewPop-tabs-items-href-icon,
.NewPop .lastClass .cloud:hover .cloud-label .NewPop-tabs-items-href-icon {
  display: inline-block;
}
.NewPop .lastClass .cloud:hover .NewPop-tabs-items-href-icon {
  display: inline-block;
}
.NewPop .NewPop-tabs {
  padding: 40px 0;
  width: 216px;
  min-width: 216px;
  min-height: 100%;
  background: #FAFAFA;
}
.NewPop .NewPop-tabs .NewPop-tabs-items {
  width: 100%;
  height: 21px;
  background: #FAFAFA;
  font-size: 14px;
  color: #262626;
  letter-spacing: 0.4px;
  line-height: 21px;
  font-weight: 400;
  padding: 0 32px;
  display: flex;
  cursor: pointer;
  align-items: center;
  margin-bottom: 25px;
}
.NewPop .NewPop-tabs .NewPop-tabs-items.NewPop-tabs-items-href:hover .NewPop-tabs-items-href-icon {
  display: inline-block;
}
.NewPop .NewPop-tabs .NewPop-tabs-items .NewPop-tabs-items-href-icon {
  font-size: 6px;
  margin-left: 8px;
}
.NewPop .NewPop-tabs .NewPop-tabs-items.cloud {
  padding-left: 0;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
}
.NewPop .NewPop-tabs .NewPop-tabs-items.cloud .cloud-label {
  line-height: 22px !important;
}
.NewPop .NewPop-tabs .NewPop-tabs-items.cloud:hover .cloud-label {
  color: #407AFF;
}
.NewPop .NewPop-tabs .NewPop-tabs-items:hover {
  color: #407AFF;
  font-weight: 600;
}
.NewPop .NewPop-tabs .NewPop-tabs-items-click {
  color: #407AFF !important;
  font-weight: 600;
}
.NewPop .NewPop-content {
  width: 100%;
  min-height: 356px;
  padding: 40px 0 8px 20px;
  display: flex;
  flex-direction: row;
}
.NewPop .NewPop-content .NewPop-content-item {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  margin-left: 20px;
  margin-bottom: 8px;
}
.NewPop .NewPop-content .NewPop-content-item .content-item-txt {
  color: #595959;
  line-height: 22px;
  font-weight: 400;
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.NewPop .NewPop-content .NewPop-content-item .content-item-txt:hover {
  color: #407AFF;
}
.NewPop .NewPop-content .NewPop-content-item .sub-item .content-item-title {
  color: #262626;
  letter-spacing: 0.4px;
  line-height: 22px;
  font-weight: 600;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 24px;
}
.NewPop .NewPop-content .NewPop-content-item .sub-item .sub-item-content {
  display: flex;
  flex-direction: column;
}
.NewPop .NewPop-content .NewPop-content-item .sub-item .sub-item-content .sub-item-content-rank {
  display: flex;
  flex-direction: column;
}
.NewPop .NewPop-content .NewPop-content-item .sub-item .sub-item-content .sub-item-content-rank .content-sublist-item {
  color: #262626;
  line-height: 22px;
  font-weight: 400;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 25px;
  cursor: pointer;
}
.NewPop .NewPop-content .NewPop-content-item .sub-item .sub-item-content .sub-item-content-rank .content-sublist-item:hover {
  color: #407AFF;
}
.NewPop .NewPop-right {
  margin: 32px 0;
  width: 100%;
  padding-left: 10px;
  min-height: 292px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.NewPop .NewPop-right .NewPop-right-items {
  width: 230px;
  font-size: 14px;
  padding: 15px 20px;
  color: #262626;
  font-weight: 600;
  margin-bottom: 15px;
  border-radius: 4px;
  background-color: #F2F6FA;
}
.NewPop .NewPop-right .NewPop-right-items:hover .NewPop-right-items-title {
  color: #407AFF;
}
.NewPop .NewPop-right .NewPop-right-items .NewPop-right-items-title {
  font-size: 14px;
  color: #262626;
  letter-spacing: 0.4px;
  line-height: 21px;
  font-weight: 600;
}
.NewPop .NewPop-right .NewPop-right-items .NewPop-right-items-desc {
  font-size: 12px;
  color: #595959;
  line-height: 20px;
  font-weight: 400;
  margin-top: 2px;
}
.NewPop .NewPop-right .NewPop-right-items:hover {
  color: #407AFF;
}
.NewPop .NewPop-right .NewPop-right-items-product {
  width: 230px;
  padding: 20px;
  border-radius: 4px;
  background-color: #F2F6FA;
}
.NewPop .NewPop-right .NewPop-right-items-product .product-title {
  font-weight: 600;
  color: #262626;
  margin-bottom: 15px;
  display: block;
}
.NewPop .NewPop-right .NewPop-right-items-product .product-item {
  font-weight: 400;
  color: #262626;
  margin-bottom: 10px;
  width: 145px;
  display: block;
}
.NewPop .NewPop-right .NewPop-right-items-product .product-item:last-child {
  margin-bottom: 0;
}
.NewPop .NewPop-right .NewPop-right-items-product .product-item .product-item-txt {
  width: 145px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.NewPop .NewPop-right .NewPop-right-items-product .product-item:hover {
  color: #407AFF;
}

.search-container {
  margin-right: 12.5px;
  position: relative;
}
.search-container .search-input::placeholder {
  color: #8C8C8C;
}
.search-container:hover .global-search-container-panel.focus {
  display: block;
}
.search-container:hover .search-input {
  width: 400px;
  background: #fff;
}
.search-container:hover .search-input-icon {
  background: url(https://resource.eziot.com/group2/M00/01/10/CtwQF2mD972ACn2QAAAJkrxbjdo669.png) no-repeat center;
  background-size: 100%;
}
.search-container .search-input-icon {
  position: absolute;
  background: url(https://resource.eziot.com/group2/M00/01/10/CtwQF2mD972ACn2QAAAJkrxbjdo669.png) no-repeat center;
  background-size: 18px;
  top: 21px;
  left: 20px;
  display: block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  z-index: 1;
}
.search-container .search-input-icon:hover {
  background: url(https://resource.eziot.com/group2/M00/01/10/CtwQF2mD972ACn2QAAAJkrxbjdo669.png) no-repeat center;
  background-size: 100%;
}
.search-container .search-input-clear {
  position: absolute;
  background: url(https://resource.eziot.com/group1/M00/00/F1/CtwQEmVlWMuAQ274AAAHl6nbeD8813.png) no-repeat center;
  background-size: 16px;
  top: 22px;
  right: 20px;
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  z-index: 1;
}
.search-container .search-input-clear:hover {
  background: url(https://resource.eziot.com/group1/M00/00/F1/CtwQE2VlWNGAL3IzAAAHIP8Htqg704.png);
  background-size: 100%;
}
.search-container .search-input {
  border-left: 0.5px solid rgba(201, 208, 220, 0.5);
  border-right: 0.5px solid rgba(201, 208, 220, 0.5);
  border-top: 0;
  border-bottom: 0;
  background: transparent;
  height: 59px;
  width: 200px;
  padding: 0 48px;
  box-sizing: border-box;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  /*width变化时，添加过渡动画*/
}
.search-container .search-input:hover {
  background-color: #fff;
  height: 59px;
}
.search-container .search-input:hover,
.search-container .search-input:focus {
  border-left: 0.5px solid rgba(201, 208, 220, 0.5) !important;
  border-right: 0.5px solid rgba(201, 208, 220, 0.5) !important;
  box-shadow: none !important;
}
.search-container .global-search-container-panel {
  border-top: 1px solid rgba(201, 208, 220, 0.5);
  background: #fff;
  text-align: left;
  padding: 5px 20px 20px;
  width: 400px;
  box-sizing: border-box;
  display: none;
  box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
  opacity: 1;
}
.search-container .global-search-container-panel .global-search-panel-title {
  height: 20px;
  font-size: 14px;
  color: #8C8C8C;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 2px;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.search-container .global-search-container-panel .global-search-panel-title .global-search-panel-title-delete {
  font-size: 14px;
  color: #8C8C8C;
  letter-spacing: 0;
  font-weight: 400;
  margin-left: 5px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-image: url(https://resource.eziot.com/group1/M00/00/F0/CtwQEmVgmsWAXxXfAAAB8wdXi4Q833.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.search-container .global-search-container-panel .global-search-panel-title .global-search-panel-title-delete:hover {
  background-image: url(https://resource.eziot.com/group1/M00/00/F0/CtwQE2VgmsqAbCFLAAACCngC7DE412.png);
  background-size: 100%;
}
.search-container .global-search-container-panel .global-search-panel-title .global-search-panel-title-hot {
  width: 33px;
  height: 14px;
  margin-left: 5px;
}
.search-container .global-search-container-panel .global-search-panel-content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}
.search-container .global-search-container-panel .global-search-panel-content .global-search-panel-content-tag {
  display: block;
  height: 28px;
  background: #F2F6FA;
  border-radius: 2px;
  line-height: 22px;
  font-size: 14px;
  color: #262626;
  text-align: center;
  padding: 3px 10px ;
  box-sizing: border-box;
  max-width: 47%;
  margin: 10px 0 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.search-container .global-search-container-panel .global-search-panel-content .global-search-panel-content-tag:hover {
  color: #407AFF;
}

.NewPopWithoutTabs {
  min-width: 1240px;
  max-width: 1440px;
  padding: 32px 10px;
  margin: auto;
  min-height: 356px;
  background-color: white;
  display: flex;
  flex-direction: row;
}
.NewPopWithoutTabs .NewPopWithoutTabs-content {
  width: 100%;
  min-height: 356px;
  display: flex;
  flex-direction: row;
}
.NewPopWithoutTabs .NewPopWithoutTabs-content .NewPop-content-item {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  margin-left: 20px;
  margin-bottom: 8px;
}
.NewPopWithoutTabs .NewPopWithoutTabs-content .NewPop-content-item .content-item-txt {
  color: #595959;
  line-height: 22px;
  font-weight: 400;
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.NewPopWithoutTabs .NewPopWithoutTabs-content .NewPop-content-item .content-item-txt:hover {
  color: #407AFF;
}
.NewPopWithoutTabs .NewPopWithoutTabs-content .NewPop-content-item .sub-item .content-item-title {
  color: #262626;
  letter-spacing: 0.4px;
  line-height: 22px;
  font-weight: 600;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 24px;
}
.NewPopWithoutTabs .NewPopWithoutTabs-content .NewPop-content-item .sub-item .sub-item-content {
  display: flex;
  flex-direction: column;
}
.NewPopWithoutTabs .NewPopWithoutTabs-content .NewPop-content-item .sub-item .sub-item-content .sub-item-content-rank {
  display: flex;
  flex-direction: column;
}
.NewPopWithoutTabs .NewPopWithoutTabs-content .NewPop-content-item .sub-item .sub-item-content .sub-item-content-rank .content-sublist-item {
  color: #595959;
  line-height: 22px;
  font-weight: 400;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 24px;
  cursor: pointer;
}
.NewPopWithoutTabs .NewPopWithoutTabs-content .NewPop-content-item .sub-item .sub-item-content .sub-item-content-rank .content-sublist-item:hover {
  color: #407AFF;
}

.NewPop {
  min-width: 240px;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 0px;
  margin: auto;
  min-height: 356px;
  background-color: #FAFAFA !important;
  display: flex;
  flex-direction: row;
}
.NewPop .NewPop-divide {
  height: 1px;
  background-color: #f0f0f0;
  margin: 0 32px;
}
.NewPop .lastClass {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 32px 10px;
}
.NewPop .lastClass .NewPop-tabs-items-href-icon {
  font-size: 6px;
  margin-left: 8px;
  display: none;
  color: #407AFF;
}
.NewPop .lastClass .NewPop-tabs-items {
  display: inline-block;
  margin-bottom: 0 !important;
}
.NewPop .iconImg {
  width: 16px;
  height: 16px;
  background: url(http://resource.eziot.com/group2/M00/00/92/CtwQF2QJh52AevF7AAAHNNKptjI421.svg) no-repeat;
  background-size: 16px 16px;
  display: block;
  margin-right: 5px;
}
.NewPop .lastClass .cloud:hover .iconImg {
  background: url(http://resource.eziot.com/group2/M00/00/93/CtwQFmQJiOuAHtv3AAAHN-2hXy4749.svg) no-repeat;
  background-size: 16px 16px;
}
.NewPop .lastClass .cloud:hover .NewPop-tabs-items,
.NewPop .lastClass .cloud:hover .cloud-label {
  color: #407AFF;
}
.NewPop .lastClass .cloud:hover .NewPop-tabs-items .NewPop-tabs-items-href-icon,
.NewPop .lastClass .cloud:hover .cloud-label .NewPop-tabs-items-href-icon {
  display: inline-block;
}
.NewPop .lastClass .cloud:hover .NewPop-tabs-items-href-icon {
  display: inline-block;
}
.NewPop .NewPop-tabs {
  padding: 40px 0;
  width: 216px;
  min-width: 216px;
  min-height: 100%;
  background: #FAFAFA;
}
.NewPop .NewPop-tabs .NewPop-tabs-items {
  width: 100%;
  height: 21px;
  background: #FAFAFA;
  font-size: 14px;
  color: #262626;
  letter-spacing: 0.4px;
  line-height: 21px;
  font-weight: 400;
  padding: 0 32px;
  display: flex;
  cursor: pointer;
  align-items: center;
  margin-bottom: 25px;
}
.NewPop .NewPop-tabs .NewPop-tabs-items.NewPop-tabs-items-href:hover .NewPop-tabs-items-href-icon {
  display: inline-block;
}
.NewPop .NewPop-tabs .NewPop-tabs-items .NewPop-tabs-items-href-icon {
  font-size: 6px;
  margin-left: 8px;
}
.NewPop .NewPop-tabs .NewPop-tabs-items.cloud {
  padding-left: 0;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
}
.NewPop .NewPop-tabs .NewPop-tabs-items.cloud .cloud-label {
  line-height: 22px !important;
}
.NewPop .NewPop-tabs .NewPop-tabs-items.cloud:hover .cloud-label {
  color: #407AFF;
}
.NewPop .NewPop-tabs .NewPop-tabs-items:hover {
  color: #407AFF;
  font-weight: 600;
}
.NewPop .NewPop-tabs .NewPop-tabs-items-click {
  color: #407AFF;
  font-weight: 600;
}
.NewPop .NewPop-content {
  width: 100%;
  min-height: 356px;
  padding: 40px 0 8px 20px;
  display: flex;
  flex-direction: row;
}
.NewPop .NewPop-content .NewPop-content-item {
  height: auto;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  margin-left: 20px;
  margin-bottom: 8px;
}
.NewPop .NewPop-content .NewPop-content-item .content-item-txt {
  color: #595959;
  line-height: 22px;
  font-weight: 400;
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.NewPop .NewPop-content .NewPop-content-item .content-item-txt:hover {
  color: #407AFF;
}
.NewPop .NewPop-content .NewPop-content-item .sub-item .content-item-title {
  color: #262626;
  letter-spacing: 0.4px;
  line-height: 22px;
  font-weight: 600;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 24px;
}
.NewPop .NewPop-content .NewPop-content-item .sub-item .sub-item-content {
  display: flex;
  flex-direction: column;
}
.NewPop .NewPop-content .NewPop-content-item .sub-item .sub-item-content .sub-item-content-rank {
  display: flex;
  flex-direction: column;
}
.NewPop .NewPop-content .NewPop-content-item .sub-item .sub-item-content .sub-item-content-rank .content-sublist-item {
  color: #262626;
  line-height: 22px;
  font-weight: 400;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 25px;
  cursor: pointer;
}
.NewPop .NewPop-content .NewPop-content-item .sub-item .sub-item-content .sub-item-content-rank .content-sublist-item:hover {
  color: #407AFF;
}
.NewPop .NewPop-content .NewPop-content-item .sub-item .sub-item-content .sub-item-content-rank .content-sublist-item3 {
  color: #262626;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 20px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.NewPop .NewPop-content .NewPop-content-item .sub-item .sub-item-content .sub-item-content-rank .content-sublist-item3 .content-sublist-item3-icon {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
.NewPop .NewPop-content .NewPop-content-item .sub-item .sub-item-content .sub-item-content-rank .content-sublist-item3 .content-sublist-item3-txt {
  font-size: 14px;
  color: #262626;
  letter-spacing: 0.4px;
  line-height: 22px;
  font-weight: 400;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.NewPop .NewPop-content .NewPop-content-item .sub-item .sub-item-content .sub-item-content-rank .content-sublist-item3:hover .content-sublist-item3-txt {
  color: #407AFF;
}
.NewPop .NewPop-content .NewPop-content-item2:hover .NewPop-content-item2-title {
  color: #407AFF;
}
.NewPop .NewPop-content .NewPop-content-item2 {
  cursor: pointer;
  padding-left: 40px;
  margin-bottom: 30px;
}
.NewPop .NewPop-content .NewPop-content-item2 .NewPop-content-item2-title {
  font-size: 14px;
  color: #262626;
  letter-spacing: 0.4px;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 15px;
}
.NewPop .NewPop-content .NewPop-content-item2 .NewPop-content-item2-desc {
  font-size: 14px;
  color: #595959;
  letter-spacing: 0.4px;
  line-height: 22px;
  font-weight: 400;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.NewPop .NewPop-right {
  margin: 32px 0;
  width: 100%;
  padding-left: 10px;
  min-height: 292px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.NewPop .NewPop-right .NewPop-right-items {
  width: 230px;
  font-size: 14px;
  padding: 15px 20px;
  color: #262626;
  font-weight: 600;
  margin-bottom: 15px;
  border-radius: 4px;
  background-color: #F2F6FA;
}
.NewPop .NewPop-right .NewPop-right-items:hover .NewPop-right-items-title {
  color: #407AFF;
}
.NewPop .NewPop-right .NewPop-right-items .NewPop-right-items-title {
  font-size: 14px;
  color: #262626;
  letter-spacing: 0.4px;
  line-height: 21px;
  font-weight: 600;
}
.NewPop .NewPop-right .NewPop-right-items .NewPop-right-items-desc {
  font-size: 12px;
  color: #595959;
  line-height: 20px;
  font-weight: 400;
  margin-top: 2px;
}
.NewPop .NewPop-right .NewPop-right-items:hover {
  color: #407AFF;
}
.NewPop .NewPop-right .NewPop-right-items-product {
  width: 230px;
  padding: 20px;
  border-radius: 4px;
  background-color: #F2F6FA;
}
.NewPop .NewPop-right .NewPop-right-items-product .product-title {
  font-weight: 600;
  color: #262626;
  margin-bottom: 15px;
  display: block;
}
.NewPop .NewPop-right .NewPop-right-items-product .product-item {
  font-weight: 400;
  color: #262626;
  margin-bottom: 10px;
  width: 145px;
  display: block;
}
.NewPop .NewPop-right .NewPop-right-items-product .product-item:last-child {
  margin-bottom: 0;
}
.NewPop .NewPop-right .NewPop-right-items-product .product-item .product-item-txt {
  width: 145px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.NewPop .NewPop-right .NewPop-right-items-product .product-item:hover {
  color: #407AFF;
}

.NewPopAi {
  min-width: 240px;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 0px;
  margin: auto;
  min-height: 356px;
  background-color: #FAFAFA !important;
  display: flex;
  flex-direction: row;
}
.NewPopAi .NewPop-tabs {
  padding: 40px 0;
  width: 216px;
  min-width: 216px;
  min-height: 100%;
  background: #FAFAFA;
}
.NewPopAi .NewPop-tabs .NewPop-tabs-items-ai {
  width: 100%;
  padding: 0 20px 0 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.4px;
}
.NewPopAi .NewPop-tabs .NewPop-tabs-items-ai .NewPop-tabs-items-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #262626;
  margin-bottom: 15px;
}
.NewPopAi .NewPop-tabs .NewPop-tabs-items-ai .NewPop-tabs-items-subtitle {
  color: #8C8C8C;
  margin-bottom: 20px;
}
.NewPopAi .NewPop-tabs .NewPop-tabs-items-ai .NewPop-tabs-items-extra {
  color: #407AFF !important;
}
.NewPopAi .NewPop-tabs .NewPop-tabs-items-ai .NewPop-tabs-items-extra img {
  width: 16px;
  height: 16px;
}
.NewPopAi .NewPop-content-border {
  width: 100%;
  min-height: 356px;
  min-width: 100px;
  background: white;
  overflow: auto;
}
.NewPopAi .NewPop-content-border .NewPop-content-row {
  width: 100%;
  min-width: 820px;
  padding-right: 24px;
}
.NewPopAi .NewPop-content {
  width: 100%;
  min-height: 356px;
  padding: 40px 0 8px 20px;
  display: flex;
  flex-direction: row;
}
.NewPopAi .NewPop-content .NewPop-content-item {
  height: auto;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  margin-left: 20px;
  margin-bottom: 8px;
}
.NewPopAi .NewPop-content .NewPop-content-item .content-item-txt {
  color: #595959;
  line-height: 22px;
  font-weight: 400;
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.NewPopAi .NewPop-content .NewPop-content-item .content-item-txt:hover {
  color: #407AFF;
}
.NewPopAi .NewPop-content .NewPop-content-item .sub-item .content-item-title {
  color: #262626;
  letter-spacing: 0.4px;
  line-height: 21px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 30px;
}
.NewPopAi .NewPop-content .NewPop-content-item .sub-item .sub-item-content {
  display: flex;
  flex-direction: column;
}
.NewPopAi .NewPop-content .NewPop-content-item .sub-item .sub-item-content .sub-item-content-rank {
  display: flex;
  flex-direction: column;
}
.NewPopAi .NewPop-content .NewPop-content-item .sub-item .sub-item-content .sub-item-content-rank .content-sublist-item {
  color: #262626;
  line-height: 22px;
  letter-spacing: 0.4px;
  font-weight: 400;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 25px;
  cursor: pointer;
}
.NewPopAi .NewPop-content .NewPop-content-item .sub-item .sub-item-content .sub-item-content-rank .content-sublist-item:hover {
  color: #407AFF;
}
.NewPopAi .NewPop-content .NewPop-content-item .sub-item .sub-item-content .sub-item-content-rank .content-sublist-item-no-hover:hover {
  color: #262626;
}
.NewPopAi .NewPop-content .content-secondary-item {
  color: #407AFF;
  line-height: 22px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.4px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 25px;
}

.consult-modal-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.consult-modal-box .consult-modal-img {
  width: 160px;
  height: 160px;
  margin-top: 8px;
}
.consult-modal-box .consult-modal-txt {
  margin-top: 20px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  text-align: right;
  line-height: 22px;
  font-weight: 600;
}
.ant-modal-title {
  font-weight: 700;
}

.ezd-modal-root .ezd-modal-wrap .ezd-modal-centered .ezd-modal .mail-modal .ezd-modal-content {
  box-shadow: none;
}
.ezd-modal-root .ezd-modal-wrap .ezd-modal-centered .ezd-modal .mail-modal .ezd-modal-content .ezd-modal-footer {
  padding-bottom: 40px;
}

.cn-open-footer .footer-item {
  text-align: left;
  color: #666666;
}
.cn-open-footer .footer-item-title {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}
.cn-open-footer .footer-item-list {
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.cn-open-footer .footer-item-list a {
  font-size: 14px;
  color: #8C8C8C;
  line-height: 22px;
  font-weight: 400;
}
.cn-open-footer .footer-item-list a:hover {
  color: #b8b8b8;
  text-decoration: underline;
}
.cn-open-footer.bright .footer-item {
  color: #999999;
}
.cn-open-footer.bright .footer-item-title {
  color: #333333;
}
.cn-open-footer.bright .footer-item-list a {
  color: #999999;
}
.cn-open-footer.bright .footer-item-list a:hover {
  color: #999999;
}

.ai-card-list {
  padding: 0.6rem 1.5rem 1rem;
}
.ai-card-list .ai-card-list-title {
  font-weight: 600;
  font-size: 0.48rem;
  line-height: 0.67rem;
  color: #2C2C2C;
  text-align: center;
  margin-bottom: 0.8rem;
}
.ai-card-list .ai-card-list-sub-title {
  color: #2C2C2C;
  text-align: center;
  font-size: 0.16rem;
  line-height: 0.26rem;
}
.ai-card-list .ai-card-list-containter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ai-card-list .ai-card-list-containter .ai-card-list-card {
  width: calc(50% - 0.1rem);
  border-radius: 0.24rem;
  overflow: hidden;
  padding: 0.48rem 0.21rem 0 0.64rem;
  margin-bottom: 0.2rem;
  position: relative;
  text-align: left;
}
.ai-card-list .ai-card-list-containter .ai-card-list-card .card-title {
  font-weight: 500;
  font-size: 0.36rem;
  line-height: 0.5rem;
  color: #2C2C2C;
  margin-bottom: 0.14rem;
}
.ai-card-list .ai-card-list-containter .ai-card-list-card .card-sub-title {
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #2C2C2C;
}
.ai-card-list .ai-card-list-containter .ai-card-list-card .card-image {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ai-card-list .ai-card-list-containter .ai-card-list-card:hover .card-hover {
  top: 0;
}
.ai-card-list .ai-card-list-containter .ai-card-list-card .card-hover {
  border-radius: 0.24rem;
  color: #fff;
  transform: translateY(0);
  transition: top 0.5s;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: rgba(43, 45, 48, 0.7);
  backdrop-filter: blur(20px);
}
.ai-card-list .ai-card-list-containter .ai-card-list-card .card-hover .hover-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.ai-card-list .ai-card-list-containter .ai-card-list-card .card-hover .hover-content .hover-btn {
  width: calc(100% - 3rem);
  height: 0.81rem;
  border-radius: 0.11rem;
  border: solid 1px #fff;
  color: #fff;
  font-weight: 500;
  font-size: 0.2rem;
  line-height: 0.81rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.05);
  cursor: pointer;
}
.ai-card-list .ai-card-list-containter .ai-card-list-card .card-hover .hover-content .hover-btn-theme {
  border: none;
  background: linear-gradient(to right, #006FFF, #00C4FF);
}
.ai-card-list .no-content-hidden:empty {
  display: none;
}

.cn-open-footer {
  background: #292929;
}
.cn-open-footer .cn-open-footer-container {
  display: flex;
  justify-content: space-between;
}
.cn-open-footer-container {
  margin: 0 auto;
  padding: 50px 0 30px;
}
.cn-open-footer-container .footer-item-container {
  vertical-align: top;
  color: #fff;
  flex-basis: 224px;
}
.cn-open-footer-container .footer-item-container .qr {
  vertical-align: top;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.cn-open-footer-container .footer-item-container .qr img {
  width: 100px;
}
.cn-open-footer-container .footer-item-container .qr .name {
  text-align: center;
  font-size: 14px;
  color: #8c8c8c;
  line-height: 40px;
}
.cn-open-footer-container .footer-item-container .footer-consult {
  cursor: pointer;
  text-align: center;
  width: 124px;
  height: 44px;
  line-height: 44px;
  border: 1px solid ;
  border-radius: 2px;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 400;
}
.cn-open-footer-container .footer-item-container .footer-consult:hover {
  border-color: #699BFF;
  color: #699BFF;
}
.cn-open-footer-container .footer-item-container .footer-consult:active {
  border-color: #2b5ad9;
  color: #2b5ad9;
}
.cn-open-footer-container .footer-item-container:last-child {
  padding-right: 10px;
}
.cn-open-footer .open-footer-divide {
  height: 1px;
  background: #333;
}
.cn-open-footer-copyright {
  text-align: center;
  font-size: 10px;
  color: #666666;
  letter-spacing: 0;
  line-height: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  padding: 0 20px;
  margin: auto;
}
.cn-open-footer-copyright .copyright-left {
  display: inline-block;
}
.cn-open-footer-copyright .copyright-right {
  display: inline-block;
}
.cn-open-footer-copyright span {
  vertical-align: top;
}
.cn-open-footer-copyright .divide {
  vertical-align: top;
  display: inline-block;
  width: 0px;
  height: 12px;
  margin: 33px 5px;
  background: #666666;
}
.cn-open-footer-copyright a {
  color: #666666;
  font-size: 10px;
}
.cn-open-footer .footer-item-description {
  font-size: 14px;
  color: #8c8c8c;
  line-height: 20px;
  margin: -10px 0 12px;
}
.cn-open-footer.eziot .cn-open-footer-container .footer-item-container {
  width: 25%;
}
.cn-open-footer.eziot .cn-open-footer-container .footer-item-container .qr {
  margin: 0;
  text-align: left;
  margin-right: 20px;
}
.cn-open-footer.eziot .cn-open-footer-container .footer-item-container .qr img.eziotLogo {
  width: 100px;
}
.cn-open-footer.eziot .cn-open-footer-container .footer-item-container .qr .desc {
  margin-top: 10px;
  margin-left: 6px;
  margin-right: 20px;
  text-align: left;
  line-height: 2;
  font-size: 10px;
  color: #5e5e5e;
}
.cn-open-footer.eziot .cn-open-footer-container .footer-item-container .qr.eziotContainer {
  padding-left: 20px;
}
.cn-open-footer.eziot .cn-open-footer-container .footer-item-container.with50 {
  width: 50%;
}
.cn-open-footer.bright {
  margin-top: 100px;
  background: #F8F8F8;
}
.cn-open-footer.bright .cn-open-footer-container .footer-item-container {
  color: #333333;
}
.cn-open-footer.bright .cn-open-footer-container .footer-item-container .qr img {
  width: 90px;
}
.cn-open-footer.bright .cn-open-footer-container .footer-item-container .qr .name {
  color: #999999;
}
.cn-open-footer.bright .open-footer-divide {
  background: #DEDEDE;
}
.cn-open-footer.bright .cn-open-footer-copyright {
  color: #999999;
}
.cn-open-footer.bright .cn-open-footer-copyright .copyright-left {
  display: inline-block;
}
.cn-open-footer.bright .cn-open-footer-copyright .copyright-right {
  display: inline-block;
}
.cn-open-footer.bright .cn-open-footer-copyright .divide {
  background: #999999;
}
.cn-open-footer.bright .cn-open-footer-copyright a {
  color: #999999;
}
.cn-open-footer.bright.eziot .cn-open-footer-container .footer-item-container .qr .desc {
  color: #999999;
}

.ai-developing-resources {
  padding: 0.6rem 0 0.4rem;
  background-color: #EEF4FB;
}
.ai-developing-resources .ai-developing-resources-title {
  font-weight: 600;
  font-size: 0.48rem;
  line-height: 0.67rem;
  color: #2C2C2C;
  text-align: center;
  margin-bottom: 0.2rem;
}
.ai-developing-resources .ai-developing-resources-sub-title {
  color: #2C2C2C;
  text-align: center;
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 0.22rem;
  margin-bottom: 0.8rem;
  position: relative;
}
.ai-developing-resources .ai-developing-resources-sub-title .sub-title-link {
  font-weight: 500;
  color: #006FFF;
  font-size: 0.16rem;
  line-height: 0.22rem;
  position: relative;
  padding-right: 0.16rem;
}
.ai-developing-resources .ai-developing-resources-sub-title .sub-title-link::after {
  content: "";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABHNCSVQICAgIfAhkiAAAAHdJREFUKJGNzs0RQDAQQOG3Rh1RgR64qwUdGC2oxV0RKohG1gHjNyt7yUzme8kKx7RaoExYI/SJCZ6jdGKCWh0wIuTHVfiHK1ZmO3jjKhx84UGW7+AH34MIfAaRGCClVofgAUwslNvRqAfcHmShl8+VEipgicEAK+KSN8EhkO9wAAAAAElFTkSuQmCC);
  width: 0.1rem;
  height: 0.1rem;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.04rem;
  right: 0;
}
.ai-developing-resources .ai-developing-resources-containter {
  display: flex;
  justify-content: space-between;
}
.ai-developing-resources .ai-developing-resources-containter .resources-item {
  width: calc(50% - 0.175rem);
  padding: 0.4rem 0.6rem 0.2rem;
  background-color: #fff;
  border-radius: 0.24rem;
}
.ai-developing-resources .ai-developing-resources-containter .resources-item .resources-item-title {
  font-weight: 500;
  font-size: 0.32rem;
  line-height: 0.45rem;
  color: #2C2C2C;
  margin-bottom: 0.25rem;
}
.ai-developing-resources .ai-developing-resources-containter .resources-item .resources-item-list {
  display: flex;
}
.ai-developing-resources .ai-developing-resources-containter .resources-item .resources-item-list .resources-list-item {
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 0.22rem;
  margin: 0 0.4rem 0.2rem 0;
  padding-left: 0.15rem;
  position: relative;
  color: #2C2C2C;
  cursor: pointer;
}
.ai-developing-resources .ai-developing-resources-containter .resources-item .resources-item-list .resources-list-item::before {
  content: "";
  height: 0.08rem;
  width: 0.08rem;
  border-radius: 50%;
  background-color: #CFD5DB;
  position: absolute;
  left: 0;
  top: 0.07rem;
}
.ai-developing-resources .no-content-hidden:empty {
  display: none;
}
.ai-developing-resources-modal .ezd-modal-body {
  width: 60vw;
}
.ai-developing-resources-modal .ezd-modal-body .ezd-video,
.ai-developing-resources-modal .ezd-modal-body .ezd-video__wrap,
.ai-developing-resources-modal .ezd-modal-body .ezd-video__main {
  width: 100%;
}

.common-contact-us-form {
  width: 100%;
}
.common-contact-us-form .contact-us-form-title {
  font-size: 30px;
  color: #FFFFFF;
  letter-spacing: 5px;
  line-height: 60px;
  height: 60px;
}
.common-contact-us-form .contact-us-form-sub-title {
  letter-spacing: 2px;
}
.common-contact-us-form .work-item-normal-hint {
  color: #FFFFFF;
  text-align: left;
}
.common-contact-us-form .work-item-normal {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 2.5px;
  line-height: 30px;
  opacity: 1;
  padding-bottom: 9px;
}
.common-contact-us-form .work-item-normal input,
.common-contact-us-form .work-item-normal textarea {
  background-color: transparent;
  border: none;
  color: #ffffff;
  resize: none;
  padding-left: 0;
  box-shadow: none!important;
  background-color: transparent!important;
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  padding: 0;
  -webkit-box-shadow: 0 0 0 1000px white inset;
  max-width: 100%;
}
.common-contact-us-form .work-item-normal input::-webkit-input-placeholder,
.common-contact-us-form .work-item-normal textarea::-webkit-input-placeholder {
  color: #ffffff!important;
}
.common-contact-us-form .submit-btn-container {
  margin-top: 60px;
}
.common-contact-us-form .submit-btn-container .submit-btn {
  letter-spacing: 9px;
  cursor: pointer;
  font-size: 18px;
  background-color: transparent;
  color: #FFFFFF;
  width: 100%;
  line-height: 42px;
  height: 46px;
  border: 2px solid #FFFFFF;
  outline: none;
}
.common-contact-us-form.transparent {
  padding: 40px 60px 62px;
}
.common-contact-us-form.white .contact-us-form-title {
  color: #333333;
  height: 30px;
  line-height: 30px;
}
.common-contact-us-form.white .contact-us-form-sub-title {
  margin-top: 18px;
  font-size: 12px;
  color: #999999;
  letter-spacing: 2px;
  line-height: 20px;
  letter-spacing: 0;
}
.common-contact-us-form.white .work-item-normal-hint {
  color: #333333;
}
.common-contact-us-form.white .work-item-normal {
  border-bottom: 1px solid #F1F1F1;
  color: #333;
}
.common-contact-us-form.white .work-item-normal input,
.common-contact-us-form.white .work-item-normal textarea {
  color: #333;
}
.common-contact-us-form.white .work-item-normal input::-webkit-input-placeholder,
.common-contact-us-form.white .work-item-normal textarea::-webkit-input-placeholder {
  color: #333!important;
}
.common-contact-us-form.white .submit-btn-container .submit-btn {
  font-size: 18px;
  letter-spacing: 9px;
  background: #4C80F7;
  color: #ffffff;
  border: 2px solid #4C80F7;
}
.common-contact-us-form.mobile .contact-us-form-title {
  font-size: 26px;
  color: #333333;
  letter-spacing: 9px;
  line-height: 30px;
}
.common-contact-us-form.mobile .contact-us-form-sub-title {
  font-size: 12px;
  color: #999999;
  letter-spacing: 2px;
  line-height: 20px;
  text-align: left;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.common-contact-us-form.mobile .ant-row.ant-form-item {
  margin-bottom: 15px;
  padding-bottom: 0px;
}
.common-contact-us-form.mobile .ant-row.ant-form-item.form-item {
  margin-bottom: 5px;
}
.common-contact-us-form.mobile .work-item-normal {
  border-bottom: 1px solid #F1F1F1;
  color: #333;
}
.common-contact-us-form.mobile .work-item-normal input,
.common-contact-us-form.mobile .work-item-normal textarea {
  color: #333;
  padding: 0;
  outline: none;
}
.common-contact-us-form.mobile .work-item-normal input::-webkit-input-placeholder,
.common-contact-us-form.mobile .work-item-normal textarea::-webkit-input-placeholder {
  color: #000000!important;
  opacity: 1;
}
.common-contact-us-form.mobile .submit-btn-container {
  margin-top: 40px;
}
.common-contact-us-form.mobile .submit-btn-container .submit-btn {
  font-size: 18px;
  letter-spacing: 9px;
  background: #4C80F7;
  color: #ffffff;
  border: 2px solid #4C80F7;
}
.common-contact-us-form.mobile2 {
  padding-top: 15px;
}
.common-contact-us-form.mobile2 .contact-us-form-title {
  font-size: 26px;
  line-height: 1em;
  height: 30px;
  margin-bottom: 10px;
}
.common-contact-us-form.mobile2 .contact-us-form-sub-title {
  margin-bottom: 20px;
}
.common-contact-us-form.mobile2 .submit-btn-container {
  margin-top: 0px;
}
.common-contact-us-form.mobile2 .work-item-normal {
  line-height: 24px;
}
.common-contact-us-form.mobile2 .no-border {
  border: none;
}
.common-contact-us-form.mobile2 .ant-form-explain {
  text-align: left;
}
.common-contact-us-form.mobile2 .submit-btn-container {
  margin-top: 6px;
}
.form-item .no-border {
  border: none;
}
.submit-success {
  text-align: center;
  padding: 20px 60px;
}
.submit-success .succes-img {
  max-width: 300px;
}
.submit-success .success-title {
  font-size: 24px;
  color: #333333;
  letter-spacing: 8.31px;
  text-align: center;
  line-height: 30px;
  margin-top: 30px;
}
.submit-success .success-sub-title {
  font-size: 14px;
  color: #999999;
  letter-spacing: 2.33px;
  text-align: center;
  line-height: 20px;
  margin-top: 10px;
}
.submit-success .success-img img {
  width: 100%;
}
.submit-success .submit-btn-container {
  margin-top: 100px;
  background-color: #4C80F7;
}
.submit-success .submit-btn-container .submit-btn {
  font-size: 18px;
  letter-spacing: 9px;
  text-align: center;
  background-color: transparent;
  color: #FFFFFF;
  width: 100%;
  line-height: 42px;
  height: 46px;
  border: 2px solid #FFFFFF;
  outline: none;
}
.submit-success.transparent .success-title {
  color: #FFFFFF;
}
.submit-success.transparent .success-sub-title {
  color: #ffffff;
}
.submit-success.transparent .submit-btn-container .submit-btn {
  font-size: 18px;
  letter-spacing: 9px;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}
.submit-success.mobile {
  text-align: center;
  padding: 20px 60px;
}
.submit-success.mobile .success-title {
  font-size: 24px;
  color: #333333;
  letter-spacing: 9px;
  text-align: center;
  line-height: 30px;
  margin-top: 30px;
}
.submit-success.mobile .success-sub-title {
  font-size: 12px;
  color: #999999;
  letter-spacing: 2px;
  text-align: center;
  line-height: 20px;
  margin-top: 10px;
}
.submit-success.mobile .submit-btn-container {
  margin-top: 100px;
}
.submit-success.mobile .submit-btn-container .submit-btn {
  font-size: 18px;
  letter-spacing: 9px;
  background: #4C80F7;
  color: #FFFFFF;
  width: 100%;
  line-height: 40px;
  height: 40px;
  border: 2px solid #4C80F7;
  outline: none;
}

.ai-logo-loop {
  padding: 0.3rem 0 0.34rem;
  background-color: #EEF4FB;
}
.ai-logo-loop .ai-logo-loop-title {
  color: #979BA3;
  text-align: center;
  font-weight: 400;
  font-size: 0.24rem;
  line-height: 0.34rem;
  position: relative;
  margin: 0 auto 0.5rem;
  width: fit-content;
  letter-spacing: 0;
}
.ai-logo-loop .ai-logo-loop-title-line::before {
  content: "";
  position: absolute;
  left: -1.58rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.32rem;
  height: 1px;
  background: linear-gradient(to right, #979BA3, #FFF);
}
.ai-logo-loop .ai-logo-loop-title-line::after {
  content: "";
  position: absolute;
  right: -1.58rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.32rem;
  height: 1px;
  background: linear-gradient(to left, #979BA3, #FFF);
}
.ai-logo-loop .ai-logo-loop-container {
  display: flex;
}
.ai-logo-loop .ai-logo-loop-container .ai-logo-loop-border {
  max-width: 100%;
  overflow: hidden;
  display: grid;
  margin: 0 auto;
}
.ai-logo-loop .ai-logo-loop-container .ai-logo-loop-border .logo-line-offset {
  position: relative;
  left: -1.26rem;
}
.ai-logo-loop .ai-logo-loop-container .ai-logo-loop-border .logo-line {
  display: inline-flex;
}
.ai-logo-loop .ai-logo-loop-container .ai-logo-loop-border .logo-line-copy {
  display: inline-flex;
  position: absolute;
  left: 100%;
  top: 0;
}
@keyframes ai-logo-loop {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.ai-logo-loop .ai-logo-loop-container .ai-logo-loop-border img {
  width: 2.2rem;
  height: 0.75rem;
  margin-right: 0.32rem;
  border-radius: 0.08rem;
  margin-bottom: 0.26rem;
  background: #fff;
}

.feedback-modal .ezd-modal-close {
  top: 24px;
  right: 20px;
}
.feedback-modal .ezd-modal-close-x {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.feedback-modal .feedback-wrap {
  margin: 6px;
}
.feedback-modal .feedback-wrap .ezd-rate {
  color: #407AFF;
}
.feedback-modal .feedback-wrap .ezd-rate-text {
  margin-left: 15px;
  color: #c8c8c8;
}
.feedback-modal .feedback-wrap .ant-form-item-label {
  line-height: 24px;
}
.feedback-modal .feedback-wrap .ant-form-item label {
  font-size: 16px;
  color: #262626;
  line-height: 24px;
  font-weight: 400;
}
.feedback-modal .feedback-wrap .rate-wrap {
  display: flex;
  align-items: center;
  line-height: 24px;
  margin: 15px 0 0;
}
.feedback-modal .feedback-wrap .reason-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 12px;
  margin-right: -10px;
  margin-bottom: -10px;
}
.feedback-modal .feedback-wrap .reason-list .reason-item {
  height: 28px;
  background: #F2F6FA;
  border-radius: 2px;
  padding: 3px 10px;
  font-size: 14px;
  color: #262626;
  text-align: center;
  line-height: 22px;
  margin: 0 10px 10px 0;
  cursor: pointer;
}
.feedback-modal .feedback-wrap .reason-list .reason-item.select {
  color: #407AFF;
}
.feedback-modal .feedback-wrap .feedback-other {
  margin-top: 12px;
  height: 76px;
  resize: none;
}
.feedback-modal .feedback-wrap .submit-btn {
  margin-top: 25px;
  text-align: center;
  width: 100%;
}
.feedback-modal .submit-success {
  text-align: left;
  padding: 0;
}
.feedback-modal .submit-success .success-title {
  font-size: 16px;
  color: #262626;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  margin: 0;
  letter-spacing: 0;
  display: flex;
  align-items: center;
}
.feedback-modal .submit-success .success-title .icon {
  color: #52c41a;
  font-size: 24px;
  margin-right: 5px;
}
.feedback-modal .submit-success .success-sub-title {
  font-size: 14px;
  color: #8C8C8C;
  line-height: 22px;
  font-weight: 400;
  margin-top: 10px;
  text-align: left;
  letter-spacing: 0;
}

.ai-protective-system {
  padding: 0.6rem 1.5rem 1rem;
  background-color: #EEF4FB;
}
.ai-protective-system .ai-protective-system-title {
  font-weight: 600;
  font-size: 0.48rem;
  line-height: 0.67rem;
  color: #2C2C2C;
  text-align: center;
  margin-bottom: 0.8rem;
}
.ai-protective-system .ai-protective-system-sub-title {
  color: #2C2C2C;
  text-align: center;
  font-size: 0.16rem;
  line-height: 0.22rem;
  margin-bottom: 0.8rem;
}
.ai-protective-system .ai-protective-system-containter {
  position: relative;
  border-radius: 0.24rem;
  overflow: hidden;
}
.ai-protective-system .ai-protective-system-containter .ai-protective-system-tab {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  width: 17.3%;
  flex-direction: column;
  height: 100%;
}
.ai-protective-system .ai-protective-system-containter .ai-protective-system-tab .tab-item {
  color: #2C2C2C;
  font-weight: 500;
  font-size: 0.28rem;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  position: relative;
}
.ai-protective-system .ai-protective-system-containter .ai-protective-system-tab .tab-item-active {
  color: #0074F8;
  background: linear-gradient(to right, #DEEEFF, rgba(230, 241, 255, 0));
}
.ai-protective-system .ai-protective-system-containter .ai-protective-system-tab .tab-item-active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.05rem;
  height: 100%;
  background: linear-gradient(#006FFF, #00C4FF);
}
.ai-protective-system .ai-protective-system-tab-content {
  padding: 0.8rem 0.74rem;
  padding-left: calc(17.3% + 0.74rem);
  height: 6.1rem;
}
.ai-protective-system .ai-protective-system-tab-content .ai-protective-system-tab-title {
  color: #2C2C2C;
  font-weight: 600;
  font-size: 0.40rem;
  line-height: 0.56rem;
  margin-bottom: 0.25rem;
}
.ai-protective-system .ai-protective-system-tab-content .tab-item {
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 0.30rem;
  margin-bottom: 0.15rem;
  color: #616771;
  position: relative;
  padding-left: 0.2rem;
}
.ai-protective-system .ai-protective-system-tab-content .tab-item::before {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  position: absolute;
  top: 0.11rem;
  left: 0;
  background: linear-gradient(#006FFF, #00C4FF);
}
.ai-protective-system .no-content-hidden:empty {
  display: none;
}

.cn-fixed-bar {
  position: fixed;
  right: 40px;
  bottom: 39px;
  font-size: 16px;
  z-index: 11;
}
.cn-fixed-bar .ezd-ai-dialogue {
  bottom: 360px;
}
.cn-fixed-bar .cn-fixed-bar-container .cn-fixed-bar-item {
  width: 46px;
  background-image: linear-gradient(180deg, #F2F6FA 0%, #FFFFFF 100%);
  border: 1px solid #ffffff;
  box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
  border-radius: 23px;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
}
.cn-fixed-bar .cn-fixed-bar-container .cn-fixed-bar-item.cn-fixed-bar-item-blue {
  background-image: linear-gradient(138deg, #5EA7FF 0%, #1864FF 100%);
  border: 0;
}
.cn-fixed-bar .cn-fixed-bar-container .cn-fixed-bar-item img {
  width: 20px;
  height: 20px;
  margin-top: 20px;
}
.cn-fixed-bar .cn-fixed-bar-container .cn-fixed-bar-item .fixedBar-contactus {
  background-image: url('https://resource.eziot.com/group2/M00/00/C1/CtwQFmVUM9-AepJWAAAKQ1qyKi0508.png');
  background-size: 24px 24px;
  background-repeat: no-repeat;
  padding-top: 29px;
  margin: 15px 11px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
}
.cn-fixed-bar .cn-fixed-bar-container .cn-fixed-bar-item .fixedBar-icon2 {
  background-size: 24px 24px;
  background-repeat: no-repeat;
  padding-top: 24px;
  font-size: 12px;
  background-position: top center;
  color: #262626;
  text-align: center;
  line-height: 20px;
  font-weight: 400;
  margin: 15px 0 12px;
}
.cn-fixed-bar .cn-fixed-bar-container .cn-fixed-bar-item .fixedBar-icon2.fixedBar-icon2-active {
  background-image: url(https://resource.eziot.com/group2/M00/00/C1/CtwQF2VUaeqARPFUAAAH75GMDT4103.png);
}
.cn-fixed-bar .cn-fixed-bar-container .cn-fixed-bar-item .fixedBar-icon2.fixedBar-icon2-active:hover {
  background-image: url(https://resource.eziot.com/group2/M00/00/C1/CtwQFmVUagKABLMHAAAIO4YJ_h8151.png);
  color: #407AFF;
}
.cn-fixed-bar .cn-fixed-bar-container .cn-fixed-bar-item .fixedBar-icon2.fixedBar-icon2-feedback {
  background-image: url(https://resource.eziot.com/group2/M00/00/C1/CtwQF2VUaimAPwCAAAAG2UlJGHA476.png);
}
.cn-fixed-bar .cn-fixed-bar-container .cn-fixed-bar-item .fixedBar-icon2.fixedBar-icon2-feedback:hover {
  color: #407AFF;
  background-image: url(https://resource.eziot.com/group2/M00/00/C2/CtwQFmVUajOAGPMtAAAHH3QAZ20012.png);
}
.cn-fixed-bar .cn-fixed-bar-container .cn-fixed-bar-item .fixedBar-icon2:last-child {
  margin: 0 0 15px;
}
.cn-fixed-bar .cn-fixed-bar-container .cn-fixed-bar-item .cn-fixed-bar-tip {
  width: 14px;
  margin: 0 auto;
}
.cn-fixed-bar .cn-fixed-bar-container .cn-fixed-bar-totop {
  width: 46px;
  height: 46px;
  background-image: linear-gradient(180deg, #F2F6FA 0%, #FFFFFF 100%);
  border: 1px solid #ffffff;
  box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
  border-radius: 23px;
  cursor: pointer;
}
.cn-fixed-bar .cn-fixed-bar-container .cn-fixed-bar-totop .fixedBar-icon3 {
  width: 24px;
  height: 24px;
  margin: auto;
  margin: 11px;
  background-image: url('https://resource.eziot.com/group2/M00/00/C1/CtwQFmVUZeOAMhrxAAAF52W26A0826.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
.cn-fixed-bar .cn-fixed-bar-container .cn-fixed-bar-totop:hover .fixedBar-icon3 {
  background-image: url('https://resource.eziot.com/group2/M00/00/C1/CtwQF2VUZeqAcrx6AAAF-AbF6vc752.png');
}
.cn-fixed-bar .ezd-modal-wrap {
  pointer-events: none;
}
.fixed-bar-worklist .ezd-tooltip-content {
  width: 352px !important;
}
.fixed-bar-worklist .fixed-bar-worklist-a {
  font-size: 14px;
  color: #407AFF;
  text-align: center;
  line-height: 22px;
  font-weight: 400;
}
.contactus-container {
  padding: 18px 14px 18px;
}
.contactus-container > div,
.contactus-container > a {
  margin-bottom: 16px;
  display: block;
}
.contactus-container > div:last-child,
.contactus-container > a:last-child {
  margin-bottom: 0;
}
.contactus-container .contactus-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contactus-container .contactus-item .item-title {
  font-size: 16px;
  color: #262626;
  line-height: 24px;
  font-weight: 400;
  margin: 16px 0 5px;
}
.contactus-container .contactus-item .item-title:first-child {
  margin-top: 0;
}
.contactus-container .contactus-item .item-tips {
  font-size: 12px;
  color: #8C8C8C;
  line-height: 22px;
  font-weight: 400;
}
.contactus-container .contactus-item .popover-image {
  width: 148px;
  height: 148px;
}
.contactus-container .contactus-item .contactus-item-icon {
  display: flex;
  align-items: center;
}
.contactus-container .contactus-item .contactus-item-icon.contactus-item-icon-left {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.contactus-container .contactus-item .contactus-item-icon.contactus-item-icon-right {
  width: 16px;
  height: 16px;
  margin-left: 20px;
}
.contactus-container .contactus-item .contactus-item-icon img {
  width: 100%;
  height: 100%;
}
.contactus-container .contactus-item .contactus-item-icon .contactus-item-icon-hover {
  display: none;
}
.contactus-container .contactus-item:hover {
  cursor: pointer;
}
.contactus-container .contactus-item:hover .item-title {
  color: #407AFF;
}
.contactus-container .contactus-item:hover .contactus-item-icon .contactus-item-icon-default {
  display: none;
}
.contactus-container .contactus-item:hover .contactus-item-icon .contactus-item-icon-hover {
  display: block;
}
.popover-txt {
  font-size: 16px;
  color: #262626;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}
.popover-image {
  width: 148px;
  height: 148px;
}
.connect-pop .ant-popover-inner-content {
  padding: 20px;
}
.connect-pop .pop-close {
  text-align: right;
}
.connect-pop .pop-close img {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.fixed-bar-popover {
  z-index: 12 !important;
}
.fixed-bar-popover .ezd-popover-arrow {
  display: none;
}
.fixed-bar-popover .ezd-popover-content {
  margin-right: 5px;
}

.ai-standardized-delivery {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(https://resource.eziot.com/group2/M00/01/00/CtwQFmfY0CKAN8FZAAJDvmahV1Y096.png);
  padding: 0.9rem 0 1.46rem;
  background-color: #EEF4FB;
}
.ai-standardized-delivery .ai-standardized-delivery-title {
  font-weight: 600;
  font-size: 0.48rem;
  line-height: 0.67rem;
  text-align: center;
  color: #fff;
  padding-bottom: 0.58rem;
}
.ai-standardized-delivery .ai-standardized-delivery-container .card-border {
  display: flex;
  justify-content: space-between;
}
.ai-standardized-delivery .ai-standardized-delivery-container .card-border .card-title {
  font-weight: 600;
  font-size: 0.32rem;
  line-height: 0.45rem;
  color: #2c2c2c;
}
.ai-standardized-delivery .ai-standardized-delivery-container .card-border .card-big {
  padding: 0.63rem 0.65rem 0.47rem 0.48rem;
  border-radius: 0.32rem;
  background: url(https://resource.eziot.com/group2/M00/01/00/CtwQF2fY0aiAShdnAAHhkbK7psc096.png) right top / cover no-repeat;
  width: calc(50% - 0.15rem);
}
.ai-standardized-delivery .ai-standardized-delivery-container .card-border .card-big .card-title {
  margin-bottom: 0.3rem;
}
.ai-standardized-delivery .ai-standardized-delivery-container .card-border .card-big .card-des-border {
  padding: 0.35rem 0.15rem 0.15rem 0.25rem;
  background-color: #fff;
  border-radius: 0.14rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  border: solid 1px #E7EAEF;
}
.ai-standardized-delivery .ai-standardized-delivery-container .card-border .card-big .card-des-border .card-des-item {
  width: calc(50% - 0.16rem);
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #2c2c2c;
  padding-left: 0.31rem;
  position: relative;
  margin-bottom: 0.2rem;
}
.ai-standardized-delivery .ai-standardized-delivery-container .card-border .card-big .card-des-border .card-des-item::before {
  content: "";
  width: 0.18rem;
  height: 0.13rem;
  position: absolute;
  left: 0;
  top: 0.055rem;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAJCAYAAAAGuM1UAAAABHNCSVQICAgIfAhkiAAAALFJREFUGJWNzz0KwkAQhuF3skm8VsTKwsN4gmwatRFLDxAEBYMgCDayOZa6WdYimkSCP9MNPN/8wD91cJqT0wDhT1w4jSJFAcYRfMU7qwl8jRW0enE3LG/6DW+sZl95js5zdp5LfVLA7GpQPiGUlLWtQ7nVhNJOVmSMlAYQ5jZh4A0xEAvElESSdPqMsWq2CwCrV0joQIgkY9JimjemUYnIsF4vzzP6uF+5TdhWhsJ9hA8PCDt2J1qhTwAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ai-standardized-delivery .ai-standardized-delivery-container .card-border .card-small {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: calc(50% - 0.15rem);
  justify-content: space-between;
}
.ai-standardized-delivery .ai-standardized-delivery-container .card-border .card-small .card-title {
  margin-bottom: 0.1rem;
}
.ai-standardized-delivery .ai-standardized-delivery-container .card-border .card-small .card-small-item {
  display: flex;
  align-items: center;
  padding: 0.71rem 0.6rem 0.71rem 0.54rem;
  background: url(https://resource.eziot.com/group2/M00/01/00/CtwQFmfY0leAQW9SAAFtvecMxbc757.png) right top / cover no-repeat;
  border-radius: 0.32rem;
  width: 100%;
  height: calc(50% - 0.15rem);
}
.ai-standardized-delivery .ai-standardized-delivery-container .card-border .card-small .card-small-item .card-left {
  margin-right: 0.3rem;
  flex: 1;
}
.ai-standardized-delivery .ai-standardized-delivery-container .card-border .card-small .card-small-item .card-sub-title {
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #888F99;
}
.ai-standardized-delivery .ai-standardized-delivery-container .card-border .card-btn {
  border-radius: 0.11rem;
  width: 1.9rem;
  height: 0.62rem;
  background: linear-gradient(to right, #006EF7, #00CEFF);
  color: #fff;
  font-weight: 500;
  font-size: 0.2rem;
  line-height: 0.62rem;
}

.cn_activity_container .icon,
.cn_activity_customModal .icon {
  font-size: 14px;
}
.cn_activity_container .message,
.cn_activity_customModal .message {
  font-size: 14px;
  color: #262626;
}
.cn_activity_container .titleBlock,
.cn_activity_customModal .titleBlock {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}
.cn_activity_container .block,
.cn_activity_customModal .block {
  width: 2px;
  height: 12px;
  border-radius: 8px;
  background: #407aff;
}
.cn_activity_container .title,
.cn_activity_customModal .title {
  color: #262626;
  font-size: 14px;
}
.cn_activity_container .textarea textarea,
.cn_activity_customModal .textarea textarea {
  min-height: 120px !important;
  max-height: 260px !important;
}
.cn_activity_container .success,
.cn_activity_customModal .success {
  font-size: 14px;
  color: #262626;
}
.cn_activity_container .link,
.cn_activity_customModal .link {
  color: #407aff;
  cursor: pointer;
}
.cn_activity_container .container .ezd-checkbox-group,
.cn_activity_customModal .container .ezd-checkbox-group {
  display: grid !important;
}
.cn_activity_container .modalConfirmTitle,
.cn_activity_customModal .modalConfirmTitle {
  color: #262626;
  font-size: 16px;
  font-weight: 500;
}
.cn_activity_container .popoverContainer,
.cn_activity_customModal .popoverContainer {
  min-width: 240px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.cn_activity_container .popoverContent,
.cn_activity_customModal .popoverContent {
  padding: 0 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
}
.cn_activity_container .popoverContent:hover .popoverTitle,
.cn_activity_customModal .popoverContent:hover .popoverTitle,
.cn_activity_container .popoverContent:hover .popoverLeftIcon,
.cn_activity_customModal .popoverContent:hover .popoverLeftIcon,
.cn_activity_container .popoverContent:hover .popoverIcon,
.cn_activity_customModal .popoverContent:hover .popoverIcon {
  color: #407aff;
}
.cn_activity_container .popoverItem,
.cn_activity_customModal .popoverItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.cn_activity_container .popoverIconContainer,
.cn_activity_customModal .popoverIconContainer {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(89, 89, 89, 0.08);
}
.cn_activity_container .popoverLeftIcon,
.cn_activity_customModal .popoverLeftIcon {
  color: #262626;
}
.cn_activity_container .popoverIcon,
.cn_activity_customModal .popoverIcon {
  width: 8px;
  height: 8px;
  color: #262626;
}
.cn_activity_container .popoverTitle,
.cn_activity_customModal .popoverTitle {
  margin: 0;
  color: #262626;
  font-size: 16px;
}
.cn_activity_container .popoverDesc,
.cn_activity_customModal .popoverDesc {
  margin: 0;
  color: #8c8c8c;
  font-size: 12px;
}
.cn_activity_container .customInput,
.cn_activity_customModal .customInput {
  box-sizing: border-box;
  margin: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  color: #595959;
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-color: #d9d9d9;
  transition: all 0.3s;
  padding: 4px 8px;
}
.cn_activity_container .customInput:focus,
.cn_activity_customModal .customInput:focus {
  border-color: #407aff !important;
  box-shadow: 0 0 0 2px #407aff33;
  border-right-width: 1px !important;
  outline: 0;
}

