.pages {
  width: 100%;
  text-align: center;
}
.pages .el-pagination.is-background .el-pager li {
  color: #4d4b46;
}
.pages .el-pagination.is-background .el-pager li {
  background: transparent;
}
.pages .el-pager .number {
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  cursor: pointer;
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  background: #f4f4f5 !important;
}
.pages .el-pager .number:hover {
  color: #ffffff !important;
  background: #bd2122 !important;
}
.pages .el-pager .active {
  color: #ffffff !important;
  background: #bd2122 !important;
}
.pages button {
  cursor: pointer;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  background: #ED1C24 !important;
  border-radius: 4px;
}
.pages button .el-icon {
  color: #fff;
}
.pages .el-pagination.is-background .btn-prev:disabled {
  background: #F8F8F8 !important;
  border: 1px solid transparent;
}
.pages .el-pagination.is-background .btn-prev:disabled .el-icon {
  color: #333333;
}
.pages .btn-next:disabled {
  background: transparent !important;
  border: 1px solid #ED1C24;
}
.pages .btn-next:disabled .el-icon {
  color: #ED1C24;
}
.pagesPros {
  margin-top: 40px;
}
.whatsappp-footer {
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  display: block;
}
.whatsappp-footer img {
  width: 100%;
}
.contact-way-one-whatsapp {
  display: flex !important;
}
.contact-way-one-whatsappshow {
  display: flex !important;
}
.sidefixed {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  display: flex;
  width: 82px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: 'costomFont';
}
.sidefixed .sideitem3 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  background: #bd2122;
  transition: 0.5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
}
.sidefixed .sideitem3:hover {
  background: #ed1c24;
  transition: .5s;
  right: 190px;
  border-radius: 10px !important;
}
.sidefixed .sideitem3:hover .icon-box {
  border-radius: 10px 0px 0px 10px !important;
  background: #ed1c24;
  transition: .5s;
}
.sidefixed .sideitem3:hover .sideins {
  border-radius: 0px 10px 10px 0px;
  transition: .5s;
}
.sidefixed .sideitem3 .p {
  font-size: 16px;
}
.sidefixed .sideitem3 .p a {
  color: #fff;
}
.sidefixed .sideitem3 .icon-box {
  z-index: 801;
  padding: 10px 0px;
  align-items: center;
  flex-direction: column;
  width: 82px;
  display: flex;
  transition: .5s;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  background: #bd2122;
}
.sidefixed .sideitem3 .icon-box p {
  margin-top: 4px;
  font-size: 16px;
  background: transparent !important;
  text-align: center;
  word-break: break-word;
}
.sidefixed .sideitem3 svg {
  width: 30px;
  height: 30px;
}
.sidefixed .sideitem3 .sideins {
  width: 190px;
  background: #ed1c24;
  padding: 10px 10px;
  min-height: 74px;
  transition: all .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.6;
}
.sidefixed .sideitem3 .sideins p {
  line-height: 26px;
  padding: 13px 0px;
  white-space: nowrap;
  position: relative;
}
.sidefixed .sideitem3 .sideins p::after {
  content: '';
  position: absolute;
  top: 14%;
  height: 80%;
  left: -20px;
  width: 1px;
  background: #fff;
}
.sidefixed .sideitem3:nth-of-type(1) {
  border-radius: 10px 10px 0px 0px;
}
.sidefixed .sideitem3:nth-of-type(1) .icon-box {
  border-radius: 10px 10px 0px 0px;
}
.sidefixed .sideitem1 {
  width: 82px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  background: #bd2122;
  transition: .5s;
  position: relative;
  right: 0px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.sidefixed .sideitem1:hover {
  overflow: visible;
  background: #ed1c24;
  transition: .5s;
}
.sidefixed .sideitem1:hover .sideins {
  transform: translateX(-5px);
  opacity: 1;
  transition: all .5s;
}
.sidefixed .sideitem1 .p {
  font-size: 16px;
}
.sidefixed .sideitem1 .p a {
  color: #fff;
}
.sidefixed .sideitem1 .icon-box {
  z-index: 801;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sidefixed .sideitem1 .icon-box p {
  margin-top: 4px;
  font-size: 16px;
  background: transparent !important;
  text-align: center;
  word-break: break-word;
}
.sidefixed .sideitem1 svg {
  width: 30px;
  height: 30px;
}
.sidefixed .sideitem1 .sideins {
  opacity: 0;
  z-index: 800;
  border-radius: 8px;
  transform: translateX(10px);
  background: #bd2122;
  padding: 10px 10px;
  position: absolute;
  top: 0;
  right: 100%;
  min-height: 74px;
  transition: all .5s;
}
.sidefixed .sideitem1 .sideins p {
  line-height: 26px;
  padding: 13px 0px;
  white-space: nowrap;
}
.sidefixed .sideitem1 .sideins img {
  width: 100px;
  height: 100px;
  display: block;
}
.sidefixed .sideitem2 {
  cursor: pointer;
  width: 82px;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  background: #bd2122;
  transition: .5s;
  overflow: hidden;
  position: relative;
  right: 0px;
  border-radius: 0px 0px 10px 10px;
  margin-bottom: 3px;
}
.sidefixed .sideitem2:hover {
  background: #ed1c24;
}
.sidefixed .sideitem2 .p {
  font-size: 16px;
}
.sidefixed .sideitem2 .p a {
  color: #fff;
}
.sidefixed .sideitem2 .sideins {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sidefixed .sideitem2 .icon-box {
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.sidefixed .sideitem2 .icon-box svg {
  width: 10px;
  height: 10px;
  margin-right: 4px;
}
.sidefixed .sideitem2 .icon-box p {
  font-size: 16px;
  background: transparent !important;
}
.sidefixedM {
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 999;
  left: 0px;
  display: none;
  justify-content: space-between;
  background: #bd2122;
  font-family: 'costomFont';
}
.sidefixedM .sideitem1 {
  width: 20%;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  transition: .5s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.sidefixedM .sideitem1:hover {
  overflow: visible;
}
.sidefixedM .sideitem1:hover .sideins {
  bottom: calc(100% + 5px);
  opacity: 1;
  transition: .5s;
}
.sidefixedM .sideitem1 .p {
  font-size: 12px;
}
.sidefixedM .sideitem1 .p a {
  color: #fff;
}
.sidefixedM .sideitem1 .icon-box {
  padding: 10px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.sidefixedM .sideitem1 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  word-break: break-word;
  background: transparent !important;
}
.sidefixedM .sideitem1 svg {
  width: 30px;
  height: 30px;
}
.sidefixedM .sideitem1 .sideins {
  border-radius: 6px 6px 6px 6px;
  background: #ed1c24;
  padding: 5px 5px;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 0px;
  transition: .5s;
}
.sidefixedM .sideitem1 .sideins p {
  line-height: 50px;
  white-space: nowrap;
}
.sidefixedM .sideitem1 .sideins img {
  width: 100px;
  height: 100px;
  display: block;
}
.sidefixedM .sideitem2 {
  width: 20%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  transition: .5s;
  overflow: hidden;
  position: relative;
}
.sidefixedM .sideitem2 .p {
  font-size: 12px;
}
.sidefixedM .sideitem2 .p a {
  color: #fff;
}
.sidefixedM .sideitem2 .sideins {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sidefixedM .sideitem2 .icon-box {
  padding: 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.sidefixedM .sideitem2 .icon-box svg {
  width: 15px;
  height: 15px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.sidefixedM .sideitem2 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  background: transparent !important;
}
header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  font-family: 'costomFont';
}
header .header-back {
  width: 100%;
  height: 0;
  background: #fff;
  transition: 0.5s;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
}
header .header-back-active {
  height: 100px;
  transition: 0.5s;
}
header .header-inner {
  padding: 0 3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-top {
  height: 45px;
  transition: 0.5s;
}
header .header-top-a {
  display: flex;
  align-items: center;
}
header .header-top-a a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
}
header .header-top-a img {
  width: 20px;
  margin-right: 5px;
}
header .header-top-a .header-top-a-last {
  padding-left: 20px;
}
header .header-top-share {
  display: flex;
  align-items: center;
}
header .header-top-share a {
  margin-left: 12px;
}
header .header-top-share img {
  width: 18px;
}
header .header-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  height: 100px;
}
header .language-dropdown {
  padding: 7px 20px;
  background: #bd2122;
  border-radius: 4px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  word-break: keep-all;
  width: 125px;
  height: 40px;
  overflow: hidden;
  margin-left: 30px;
  position: relative;
  transition: 0.5s;
}
header .language-dropdown .language-link {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
}
header .language-dropdown .language-link:hover .el-icon-arrow-down {
  transform: rotateZ(180deg);
  transition: 0.5s;
}
header .language-dropdown .el-icon-arrow-down {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 10px;
}
header .language-dropdown .language-main {
  position: absolute;
  border-radius: 0 0 4px 4px;
  top: 100%;
  left: 0;
  width: 125px;
  height: 0;
  background: #bd2122;
  display: flex;
  flex-direction: column;
  transition: 0.5s;
}
header .language-dropdown .language-main a {
  width: 100%;
  height: 0;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  padding: 0 12px 0 20px;
  transition: 0.5s;
}
header .language-dropdown .language-main-active {
  height: 60px;
  transition: 0.5s;
}
header .language-dropdown .language-main-active a {
  height: 30px;
  transition: 0.5s;
}
header .language-dropdown-active {
  border-radius: 4px 4px 0 0;
  overflow: visible;
  transition: 0.5s;
}
header .header-logo {
  max-width: 200px;
}
header .header-logo img {
  width: auto;
}
header .header-logo .logoBai {
  display: block;
}
header .header-logo .logoCai {
  display: none;
}
header .header-main {
  display: flex;
  align-items: center;
  width: calc(100% - 300px);
}
header .header-main nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: calc(100% - 170px);
}
header .header-main nav .nav-item {
  display: block;
  padding: 0 clamp(0.625rem, 1.538rem, 1.25rem);
  font-weight: 300;
  white-space: nowrap;
  font-size: 20px;
}
header .header-main nav .nav-item .nav-item-first {
  width: 100%;
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
}
header .header-main nav .nav-item .nav-item-p {
  color: #fff;
}
header .header-main nav .nav-item:hover .nav-item-first::after {
  width: 100%;
  transition: width 0.5s ease;
}
header .header-main nav .nav-item-first::after {
  content: " ";
  height: 4px;
  border-radius: 4px;
  width: 0;
  background-color: #bd2122;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: width 0.5s ease;
  margin: 0 auto;
}
header .header-main .nav-item-second {
  position: absolute;
  top: 100%;
  height: 0;
  opacity: 0;
  z-index: 999;
  display: block;
  overflow: hidden;
  left: 0;
  width: 100%;
  background: #f5f5f5;
  transition: 1s;
  font-family: 'costomFont';
}
header .header-main .nav-item-second .nav-item-second-inner {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 30px 0px;
  flex-wrap: wrap;
}
header .header-main .nav-item-second .nav-imgBoxs {
  width: 30%;
  position: relative;
  height: 240px;
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
header .header-main .nav-item-second .nav-imgBoxs .nav-imgBoxOne {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
header .header-main .nav-item-second .nav-imgBoxs .nav-imgBoxOne img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .header-main .nav-item-second .nav-imgBoxs .nav-imgBoxOne-active {
  opacity: 1;
  z-index: 20;
}
header .header-main .nav-item-second .second-nav-a {
  width: 65%;
  height: 240px;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  position: relative;
  padding-left: 5%;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
header .header-main .nav-item-second .second-nav-a::-webkit-scrollbar {
  height: 2px;
  width: 2px;
}
header .header-main .nav-item-second .second-nav-a-one {
  line-height: 1;
  width: auto;
  margin: 10px 30px 0 0;
  padding: 15px 30px;
  border: 1px solid #cecece;
  border-radius: 4px;
  color: #666666;
  transition: 0.5s;
}
header .header-main .nav-item-second .second-nav-a-one:hover {
  border: 1px solid #bd2122;
  color: #fff;
  background: #bd2122;
  transition: 0.5s;
}
header .header-main .nav-item-second .second-nav-a-one .nav-name {
  width: 100%;
  height: 100%;
  font-size: 16px;
}
header .header-main .user-menu-nav {
  z-index: 999;
  height: 300px;
  opacity: 1;
  transition: 0.8s;
}
.header-active .header-logo .logoBai {
  display: none;
}
.header-active .header-logo .logoCai {
  display: block;
}
.header-active .header-main nav .nav-item .nav-item-p {
  color: #333;
}
@keyframes aniPcNav {
  0% {
    height: 0px;
    display: none;
  }
  100% {
    height: 180px;
    display: block;
  }
}
.headerM {
  z-index: 999;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 1px -3px 10px 2px rgba(0, 0, 0, 0.1);
  font-family: 'costomFont';
}
.headerM .header-inner {
  width: 90%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.headerM .header-inner .rightShare {
  display: flex;
  align-items: center;
}
.headerM .header-inner .rightShare .language-dropdown {
  position: relative;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-right: 14px;
}
.headerM .header-inner .rightShare .language-dropdown .language-link {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
  padding: 5px;
  border-radius: 3px;
  width: 100px;
  height: 35px;
}
.headerM .header-inner .rightShare .language-dropdown .language-main {
  left: 0;
  top: 40px;
  width: 100px;
  height: 0;
  background: #fff;
  margin-top: 10px;
  border-radius: 0px;
  position: absolute;
  border: 1px solid #000000;
}
.headerM .header-inner .rightShare .language-dropdown .language-main a {
  padding: 8px 20px;
  color: #333;
  height: 0;
  font-size: 14px;
  line-height: 30px;
  transition: all ease .3s;
  font-family: 'costomFont-Regular';
}
.headerM .header-inner .rightShare .language-dropdown .language-main-active {
  height: 60px;
  transition: 0.5s;
}
.headerM .header-inner .rightShare .language-dropdown .language-main-active a {
  height: 30px;
  transition: 0.5s;
}
.headerM .header-inner .rightShare .language-dropdown-active {
  overflow: visible;
}
.headerM .header-inner .rightShare .lang-box {
  display: flex;
  align-items: center;
  width: 90px;
  height: 32px;
  background: #ED1C24;
  border-radius: 6px;
  justify-content: center;
  color: #fff;
}
.headerM .header-inner .rightShare .lang-box .lang {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.headerM .header-inner .rightShare .lang-box img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.headerM .header-inner .rightShare .lang-box .lang-a {
  color: #999;
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
}
.headerM .header-inner .rightShare .lang-box .lang-a-active {
  color: #ED1C24;
}
.headerM .header-inner .rightShare .lang-box .lang-line {
  width: 1px;
  height: 14px;
  background: #eee;
  margin: 0 13px;
}
.headerM .logo {
  width: auto;
  max-width: 140px;
}
.headerM .logo img {
  width: 100%;
  display: block;
}
.headerM .action_item {
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.headerM .action_item .action_item_span_line {
  width: 20px;
  height: 2px;
  margin: 4px 0 2px;
  background: #333;
}
.top_nav.show_nav {
  transform: translateY(0);
}
textarea {
  resize: none;
}
.top_nav {
  display: none;
  overflow: auto;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  height: 100vh;
  transform: translateY(-100vh);
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.6);
  font-family: 'costomFont';
}
.top_nav .logo img {
  display: block;
  width: 150px;
}
.top_nav .top_nav_inner {
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
}
.top_nav .top_nav_close {
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
}
.top_nav .top_nav_close svg {
  width: 30px;
  height: 30px;
  margin-top: 20px;
  margin-right: 0px;
  cursor: pointer;
}
.top_nav .nav {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  background: #fff;
  height: auto;
  padding: 0px 30px;
  display: flex;
  flex-direction: column;
}
.top_nav .nav .li {
  width: 100%;
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  border-right: 1px solid rgba(239, 239, 239, 0.1);
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.top_nav .nav .li:last-child {
  border-right: none;
}
.top_nav .nav .li .logo {
  width: 150px;
  height: 100%;
  padding-top: 60px;
  box-sizing: border-box;
  margin: 0 auto;
}
.top_nav .nav .li .menu {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  padding: 10px 0;
  background: #fff;
}
.top_nav .nav .li .menu a {
  width: 40px;
  display: flex;
  height: 20px;
  justify-content: flex-end;
  align-items: center;
}
.top_nav .nav .li .menu p {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
  transition: 0.5s;
  font-size: 18px;
}
.top_nav .nav .li .menu p:hover {
  transform: rotateZ(90deg);
  transition: 0.5s;
}
.top_nav .nav .li .menu img {
  display: block;
  height: 8px;
  transition: 0.5s;
}
.top_nav .nav .li .menu .index {
  font-size: 18px;
  color: #333;
}
.top_nav .nav .li .menu .name {
  font-size: 18px;
  color: #333;
  width: calc(100% - 50px);
  display: flex;
  height: 20px;
  justify-content: flex-start;
  align-items: center;
}
.top_nav .nav .li .menu .name:hover {
  color: #ed1c24;
}
.top_nav .nav .li .menu2 {
  width: 100%;
  height: auto;
  z-index: 2;
  box-sizing: border-box;
  padding: 0 4%;
  display: flex;
  align-items: center;
  overflow: hidden;
  max-height: 0px;
  transition: max-height 0.5s linear;
}
.top_nav .nav .li .menu2 .item_list {
  width: 100%;
}
.top_nav .nav .li .menu2 .item_val {
  line-height: 24px;
}
.top_nav .nav .li .menu2 .item_val a {
  color: #666;
  display: flex;
  margin-bottom: 6px;
  width: 100%;
}
.top_nav .nav .li .menu2 .item_val a span {
  font-size: 12px;
  margin-right: 8px;
  white-space: nowrap;
}
.top_nav .nav .li .menu2 .item_val a p {
  font-size: 16px;
}
.top_nav .nav .li .menu2 .item_val a:hover {
  color: #ed1c24;
}
footer {
  width: 100%;
  font-family: 'costomFont';
  background-image: url(https://omo-oss-image1.thefastimg.com/portal-saas/new2023120121182641665/cms/image/ff7e79bf-b6e9-4982-815e-07fec7e28d0e.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% 100%;
}
footer main {
  width: 100%;
}
footer .footer-inner {
  width: 94%;
  max-width: 1600px;
  padding: 60px 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
footer .footer-inner .footer-one .footer-logo {
  max-width: 200px;
  margin-bottom: 20px;
  display: inline-block;
}
footer .footer-inner .footer-one .footer-logo img {
  width: 100%;
  display: block;
}
footer .footer-inner .footer-one .footer-address {
  line-height: 1.5;
  font-size: 16px;
  color: #ffffff;
  max-width: 290px;
  margin-bottom: 30px;
  font-family: 'costomFont-Regular';
}
footer .footer-inner .footer-one .footer-nav p {
  line-height: 1.5;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
footer .footer-inner .footer-one .footer-nav a {
  line-height: 1.5;
  font-size: 24px;
  color: #ffffff;
  transition: all .3s ease;
  font-family: 'costomFont';
}
footer .footer-inner .footer-one .business {
  line-height: 1.5;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 20px;
}
footer .footer-inner .footer-one .business-desc {
  font-size: clamp(1.5rem, 1.8rem, 3rem);
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 50px;
}
footer .footer-inner .footer-one .business-btn {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  width: 200px;
  padding: 12px 8px;
  background: #bd2122;
  border: 1px solid #bd2122;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  margin-left: 0px;
  transition: all .3s ease;
}
footer .footer-inner .footer-one .business-btn::after {
  z-index: 10;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
footer .footer-inner .footer-one .business-btn:hover::after {
  animation: hovercaret 0.6s ease-in;
}
footer .footer-inner .footer-one .Navigation-title {
  line-height: 1.5;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 20px;
}
footer .footer-inner .footer-one .Navigation-main a {
  width: 100%;
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  line-height: 1.5;
}
footer .footer-inner .footer-one1 {
  width: 45%;
  padding-right: 5%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
footer .footer-inner .footer-one2 {
  padding-left: 5%;
  padding-right: 5%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
footer .footer-inner .footer-one3 {
  padding-left: 5%;
  width: 30%;
}
footer .footer-inner .footer-bottom-infor-copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #4D4A45;
}
footer .footer-inner .footer-bottom-infor-copyright .footer-bottom-infor-copyright-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}
footer .footer-inner .footer-bottom-infor-copyright .footer-bottom-infor-to {
  color: #FFFFFF;
  transition: 0.5s;
}
footer .footer-inner .footer-bottom-infor-copyright .footer-bottom-infor-to:hover {
  color: #ED1C24;
  transition: 0.5s;
}
footer .footer-inner .footer-bottom-infor-copyright .footer-bottom-infor-gov {
  color: #666666;
  transition: 0.5s;
}
footer .footer-inner .footer-bottom-infor-copyright .footer-bottom-infor-gov:hover {
  color: #FFFFFF;
  transition: 0.5s;
}
footer .footer-inner .footer-bottom-infor-copyright .footer-bottom-infor-aone {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  transition: 0.5s;
  display: flex;
  align-items: center;
  cursor: pointer;
}
footer .footer-inner .footer-bottom-infor-copyright .footer-bottom-infor-aone a {
  color: #666666;
  transition: 0.5s;
}
footer .footer-inner .footer-bottom-infor-copyright .footer-bottom-infor-aone a:hover {
  color: #FFFFFF;
  transition: 0.5s;
}
footer .footer-inner .footer-bottom-infor-copyright .footer-bottom-infor-aone span {
  color: #FFFFFF;
}
footer .footer-inner .footer-bottom-infor-copyright .footer-bottom-infor-aone span:hover {
  color: #ED1C24;
  transition: 0.5s;
}
footer .main2 {
  padding: 15px 0;
  background-color: rgba(0, 0, 0, 0.3);
}
footer .footer-inner2 {
  width: 94%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .footer-inner2 .footer-inner-one {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  font-weight: normal;
  transition: 0.5s;
  margin-right: 10px;
  display: flex;
  flex-wrap: wrap;
}
footer .footer-inner2 .footer-inner-one:hover {
  color: #ffffff;
  transition: 0.5s;
}
footer .footer-inner2 img {
  width: 100px;
  height: 36px;
  display: block;
  margin: 5px 0;
}
@keyframes hovercaret {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    width: 360px;
    height: 360px;
    opacity: 0;
  }
}
.success {
  padding-bottom: 80px;
  max-height: 70vh;
  min-height: 57vh;
}
.success .ncon {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  flex-direction: column;
}
.success .ncon svg {
  width: 60px;
  margin-top: 110px;
  margin-bottom: 20px;
}
.success .ncon h3 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 5px;
}
.success .ncon p {
  text-align: center;
  margin-bottom: 5px;
}
.success .ncon a {
  width: auto;
  padding: 0 12px;
  height: 40px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #2CB148;
  margin-top: 20px;
  text-align: center;
}
.success .ncon a:hover,
.success .ncon a.active {
  width: auto;
  padding: 0 12px;
  background: #fff;
  color: #333333;
  border: 1px solid #2CB148;
}
@keyframes anierweima {
  0% {
    scale: 0;
    translate: 0px;
    opacity: 0;
  }
  100% {
    scale: 1;
    translate: 10px;
    opacity: 1;
  }
}
.nban {
  width: 100%;
  position: relative;
}
.nban img {
  width: 100%;
  display: block;
  z-index: 1;
  position: relative;
}
.nban .nban-word {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 94%;
  max-width: 1600px;
  margin: 0 auto;
  transform: translateY(-50%);
  display: flex;
  z-index: 5;
}
.nban .nban-p {
  width: 100%;
  word-wrap: break-word !important;
  word-break: keep-all !important;
  font-family: 'costomFont-Regular';
  color: #fff;
}
.nban .nban-p .nban-p-title {
  font-family: 'costomFont';
  font-size: 3vw;
}
.nban .nban-p .nban-p-desc {
  font-size: 20px;
}
.nban .nban-mask {
  width: 100%;
  background: #051427;
  opacity: 0.3;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.nside {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.nside .nside-inner {
  width: 94%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.nside .nside-inner .nside-a {
  display: flex;
  align-items: center;
  margin-right: 8px;
  color: #6c757d;
  font-size: 16px;
  transition: 0.5s;
  word-break: keep-all;
}
.nside .nside-inner .nside-a svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.nside .nside-inner .nside-a .el-icon-arrow-right {
  color: #6c757d;
  font-size: 16px;
  margin-right: 8px;
}
.nside .nside-inner .nside-a p {
  color: #6c757d;
  font-size: 16px;
  margin-right: 8px;
}
.nside .nside-inner .nside-a:hover {
  color: #333;
  transition: 0.5s;
}
.nside .nside-inner .nside-a-last {
  color: #333;
}
.success {
  padding-bottom: 80px;
  max-height: 70vh;
  min-height: 57vh;
}
.success .ncon {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  flex-direction: column;
}
.success .ncon svg {
  width: 60px;
  height: 60px;
  margin-top: 110px;
  margin-bottom: 20px;
}
.success .ncon h3 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 5px;
}
.success .ncon p {
  text-align: center;
  margin-bottom: 5px;
}
.success .ncon a {
  width: 120px;
  height: 40px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #2CB148;
  margin-top: 20px;
  text-align: center;
}
.success .ncon a:hover,
.success .ncon a.active {
  background: #fff;
  color: #333333;
  border: 1px solid #2CB148;
}
/* 滚动条整体 */
::-webkit-scrollbar {
  height: 2px;
  width: 4px;
}
/* 两个滚动条交接处 -- x轴和y轴 */
::-webkit-scrollbar-corner {
  background-color: transparent;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px #ed1c24;
  background: #ed1c24 !important;
}
/* 滚动条轨道 */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
@media only screen and (max-width: 1280px) {
  header .header-main nav .nav-item {
    font-size: 18px;
    padding: 0 1%;
  }
  footer .footer-inner .footer-one .footer-nav {
    width: auto;
    word-wrap: break-word !important;
    word-break: keep-all !important;
  }
  footer .footer-inner .footer-one .footer-nav:nth-of-type(1) {
    padding-right: 10px;
  }
  footer .footer-inner .footer-one1 {
    width: 55%;
    display: flex;
    flex-wrap: wrap;
  }
  footer .footer-inner .footer-one .footer-nav a {
    font-size: clamp(0.875rem, 1.004rem, 1rem);
    line-height: 1.8;
  }
}
@media only screen and (max-width: 1024px) {
  .pagesPros {
    margin-top: 20px;
  }
  header .header-logo {
    max-width: 145px;
  }
  header .header-logo img {
    width: 100%;
  }
  header .header-bottom {
    height: 76px;
  }
  header .language-dropdown {
    margin-left: 15px;
  }
  header .header-main {
    width: calc(100% - 160px);
  }
  header .header-main nav {
    width: calc(100% - 125px);
  }
  header .header-main nav .nav-item {
    padding: 0 16px 0 0;
  }
  header .header-main nav .nav-item {
    font-size: 14px;
  }
  header .header-main nav .nav-item .nav-item-first {
    height: 76px;
  }
  header .header-back-active {
    height: 76px;
  }
  .nban .nban-p .nban-p-desc {
    font-size: 12px;
  }
  .sidefixed .sideitem3 .icon-box p {
    font-size: 12px;
  }
  .sidefixed .sideitem3 svg {
    width: 26px;
    height: 26px;
  }
  .sidefixed .sideitem1 svg {
    width: 26px;
    height: 26px;
  }
  .sidefixed .sideitem1 .icon-box p {
    font-size: 12px;
  }
  .sidefixed .sideitem1 {
    width: 70px;
  }
  .sidefixed {
    width: 70px;
  }
  .sidefixed .sideitem3 .icon-box {
    width: 70px;
  }
  .sidefixed .sideitem2 {
    width: 70px;
  }
  footer .footer-inner .footer-one3 {
    width: 45%;
  }
  footer .footer-inner .footer-one1 {
    width: 65%;
  }
}
@media only screen and (max-width: 820px) {
  .headerM {
    display: block;
  }
  header {
    display: none;
  }
  .top_nav {
    display: block;
  }
  .nban {
    margin-top: 80px;
  }
  .nban .nban-p .nban-p-desc {
    display: none;
  }
  .nban .nban-p .nban-p-title {
    text-align: center;
    font-size: 22px;
  }
  .nban .nban-word {
    top: 50%;
    bottom: auto;
  }
  footer .footer-inner .footer-one .footer-logo {
    max-width: 160px;
  }
  footer .footer-inner2 .footer-inner-one {
    width: 100%;
    margin: 0 0 3px;
    font-size: 12px;
    line-height: 2;
  }
  footer .footer-inner {
    flex-wrap: wrap;
    padding: 30px 0;
  }
  footer .footer-inner .footer-one .business-btn {
    width: 185px;
    padding: 10px 8px;
    border-radius: 4px;
    font-size: 14px;
  }
  footer .footer-inner .footer-one .footer-address {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  footer .footer-inner .footer-one2 {
    margin-top: 20px;
  }
  footer .footer-inner .footer-one .business {
    margin-bottom: 0px;
    font-size: clamp(0.875rem, 1.004rem, 1rem);
    line-height: 1.8;
  }
  footer .footer-inner .footer-one .business-desc {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  footer .footer-inner .footer-one .footer-nav {
    width: 50%;
  }
  footer .footer-inner .footer-one1 {
    width: 100%;
    border-right: 0;
    padding-right: 0;
  }
  footer .footer-inner .footer-one2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-right: 0;
  }
  footer .footer-inner .footer-one3 {
    display: none;
  }
  footer .footer-inner2 img {
    margin: 0px 0;
  }
  footer .main2 {
    padding: 15px 0 80px;
  }
  .whatsappp-footer {
    right: 5px;
    bottom: 80px;
  }
  .headerM .header-inner {
    height: 65px;
  }
  .nban {
    margin-top: 65px;
  }
  .headerM .action_item {
    width: 30px;
    height: 30px;
  }
  .headerM .action_item .action_item_span_line {
    width: 22px;
  }
  .sidefixed {
    display: none;
  }
  .sidefixedM {
    display: flex;
  }
  .top_nav .logo img {
    max-width: 120px;
  }
  .top_nav .top_nav_close svg {
    width: 24px;
    height: 24px;
    margin-top: 0px;
  }
  .top_nav .nav .li .menu .name {
    font-size: 16px;
  }
  .top_nav .nav .li .menu {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 640px) {
  .whatsappp-footer {
    width: 44px;
  }
}
@media only screen and (max-width: 580px) {
  .success .ncon h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 520px) {
  footer .main2 {
    padding: 15px 0 100px;
  }
  .pagesPros {
    margin-top: 6px;
  }
}
@media only screen and (max-width: 415px) {
  footer .footer-inner2 .footer-inner-one p {
    width: 100%;
  }
  .headerM .header-inner {
    height: 50px;
  }
  .nban {
    margin-top: 50px;
  }
  .top_nav .nav {
    padding: 0px 20px;
  }
  .sidefixedM .sideitem1 svg {
    width: 24px;
    height: 24px;
  }
  .sidefixedM .sideitem2 .icon-box svg {
    width: 12px;
    height: 12px;
  }
  .headerM .logo {
    width: 120px;
  }
  .top_nav .logo img {
    max-width: 100px;
  }
  .top_nav .top_nav_close svg {
    width: 20px;
    height: 20px;
  }
  .top_nav .nav .li .menu .name {
    font-size: 14px;
  }
  .top_nav .nav .li .menu2 .item_val a {
    margin-bottom: 5px;
    padding: 5px 0;
  }
  .top_nav .nav .li .menu {
    margin-bottom: 10px;
  }
  .top_nav .nav .li .menu2 .item_val a p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 320px) {
  footer .footer-inner .footer-one .footer-nav {
    width: 100%;
  }
}
