* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-word;
  /* break-all; */
}
li,
i,
em {
  list-style: none;
}

a {
  text-decoration: none;
}
.formMessage{
  opacity: 0;
  z-index: -1;
}
.el-message-fade-enter-active{
  opacity: 1;
  -webkit-transform:translate(-50%,100%);
  transform:translate(-50%,100%)
}


html,
body {
  overflow-x: hidden;
  width: 100%;
  color: #333;
  font-size: 14px;
  scroll-behavior: smooth;
}
.swiper {
  overflow: hidden;
}
.container {
  width: 100%;
  position: relative;
  word-break: break-all;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  overflow-x: hidden;
  overflow-y: auto;
}

.clamp1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.clamp2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.clamp3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.clamp4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.sidefixed {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-60%);
  z-index: 998;
  display: flex;
  width: 58px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.sidefixed .sideitemTop {
  border-radius: 10px 10px 0px 0px;
  padding: 8px 0 0;
}

.sidefixed .sideitemTop .icon-box {
  color: #fff;
}

.sidefixed .sideitemTop .icon-box img {
  width: 19px;
  transition: 0.5s;
}

.sidefixed .sideitemTop:hover .icon-box img {
  transform: scale(1.1);
}

.sidefixed .sideitem3 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #fe706c;
  transition: 0.5s;
  position: relative;
  right: 0px;
}

.sidefixed .sideitem3:hover {
  background: #fe706c;
  transition: .5s;
  right: 160px;
  border-radius: 10px !important;
}

.sidefixed .sideitem3:hover .icon-box {
  border-radius: 10px 0px 0px 10px !important;
  background: #fe706c;
  transition: .5s;
}

.sidefixed .sideitem3:hover .sideins {
  border-radius: 0px 10px 10px 0px;
  transition: .5s;
}

.sidefixed .sideitem3 .p {
  font-size: 12px;
}

.sidefixed .sideitem3 .p a {
  color: #fff;
  width: 100%;
  display: block;
}

.sidefixed .sideitem3 .p a span {
  white-space: wrap;
}

.sidefixed .sideitem3 .icon-box {
  z-index: 801;
  padding: 10px 0px;
  align-items: center;
  flex-direction: column;
  width: 58px;
  display: flex;
  transition: .5s;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #fe706c;
  position: relative;
}

.sidefixed .sideitem3 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  background: transparent !important;
  text-align: center;
  word-break: break-word;
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 400;
}

.sidefixed .sideitem3 .icon-box::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  background: #fe706c;
  width: 34px;
}

.sidefixed .sideitem3 svg {
  width: 19px;
  height: 19px;
}

.sidefixed .sideitem3 .sideins {
  width: 180px;
  background: #fe706c;
  padding: 10px 10px;
  min-height: 65px;
  transition: all .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.6;
}

.sidefixed .sideitem3 .sideins .contactWays-value {
  position: relative;
}

.sidefixed .sideitem3 .sideins .contactWays-value::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: 0.5s;
}

.sidefixed .sideitem3 .sideins .contactWays-value:hover::after {
  width: 100%;
  background: #fff;
  transition: 0.5s;
}

.sidefixed .sideitem3 .sideins p {
  line-height: 20px;
  padding: 8px 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_1 {
  border-radius: 10px 10px 0 0;
}

.sidefixed .sideitem3_1 .icon-box {
  border-radius: 10px 10px 0 0;
}

.sidefixed .sideitem4:hover {
  right: 180px;
}

.sidefixed .sideitem4 .sideins {
  width: 180px;
}

.sidefixed .sideitem1 {
  width: 58px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-family: Alibaba PuHuiTi-Regular;
  background: #fe706c;
  transition: .5s;
  position: relative;
  right: 0px;
  overflow: hidden;
}

.sidefixed .sideitem1::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  background: #fe706c;
  width: 34px;
}

.sidefixed .sideitem1:hover {
  overflow: visible;
  background: #fe706c;
  transition: .5s;
}

.sidefixed .sideitem1:hover .sideins {
  transform: translateX(-5px) translateY(-50%);
  opacity: 1;
  transition: all .5s;
}

.sidefixed .sideitem1 .p {
  font-size: 11px;
}

.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;
  width: 58px;
}

.sidefixed .sideitem1 .icon-box p {
  margin-top: 4px;
  font-size: 11px;
  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) translateY(-50%);
  background: #fe706c;
  padding: 10px 10px;
  position: absolute;
  top: 0;
  right: 100%;
  min-height: 74px;
  transition: all .5s;
  display: flex;
}

.sidefixed .sideitem1 .sideins .sideins-one {
  width: 50%;
  margin: 5px 4px 0px;
}

.sidefixed .sideitem1 .sideins p {
  line-height: 26px;
  padding: 5px 0px;
  white-space: nowrap;
  text-align: center;
}

.sidefixed .sideitem1 .sideins img {
  width: 100px;
  height: 100px;
  display: block;
}

.sidefixed .sideitem2 {
  cursor: pointer;
  width: 58px;
  display: flex;
  padding-bottom: 8px;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #fe706c;
  transition: .5s;
  overflow: hidden;
  position: relative;
  right: 0px;
  border-radius: 0px 0px 10px 10px;
}

.sidefixed .sideitem2:hover {
  background: #fe706c;
}

.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: 12px;
  background: transparent !important;
}

.sidefixed .sideitemBase {
  border-radius: 23px;
}

.sidefixed .sideitemOther {
  display: flex;
  border-radius: 20px;
  background: #fff;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  right: -12px;
  bottom: -98%;
  transform: scale(0.7);
}

.sidefixed .sideitemOther .sideitemOther-title {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding: 15px 10px;
  width: 100%;
  background: #F8F8F8;
  border-radius: 20px 20px 0 0;
}

.sidefixed .sideitemOther .sideitem-chat {
  width: 100px;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #EFEFEF;
  transition: 0.5s;
  position: relative;
}

.sidefixed .sideitemOther .sideitem-chat:last-child {
  border-bottom: none;
}

.sidefixed .sideitemOther .sideitem-chat:last-child:hover::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #EFEFEF;
  position: absolute;
  top: -1px;
  left: 0;
}

.sidefixed .sideitemOther .sideitem-chat .link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  opacity: 0;
  transition: 0.5s;
  background: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 10px;
  left: 10px;
}

.sidefixed .sideitemOther .sideitem-chat .link:hover {
  background: #EFEFEF;
}

.sidefixed .sideitemOther .sideitem-chat .link:focus {
  background: #EFEFEF;
}

.sidefixed .sideitemOther .sideitem-chat .link span {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  text-decoration: underline;
  white-space: nowrap;
}

.sidefixed .sideitemOther .sideitem-chat .link img {
  display: block;
  width: 50px;
}

.sidefixed .sideitemOther .sideitem-chat .gif {
  display: block;
  width: 76px;
  margin: 0 auto;
  transition: 0.5s;
  transform: scale(0.9);
  opacity: 1;
}

.sidefixed .sideitemOther .sideitem-chat:hover {
  width: 210px;
}

.sidefixed .sideitemOther .sideitem-chat:hover .link {
  opacity: 1;
}

.sidefixed .sideitemOther .sideitem-chat:hover .gif {
  opacity: 0;
}

.sidefixed .sideitemOther-show {
  display: flex !important;
  margin-top: 20px;
  min-height: 120px;
}

.sidefixedM {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 998;
  left: 0;
  display: none;
  justify-content: space-between;
  background: #fe706c;
}

.sidefixedM .sideitem1 {
  width: 25%;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-family: Alibaba PuHuiTi-Regular;
  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 .sideins1 {
  display: flex;
}

.sidefixedM .sideitem1 .sideins-one {
  width: 50%;
  margin: 5px 5px 0;
}

.sidefixedM .sideitem1 .sideins-one p {
  text-align: center;
  padding: 2px 0;
  line-height: 20px !important;
}

.sidefixedM .sideitem1 .icon-box {
  padding: 10px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
}

.sidefixedM .sideitem1 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  word-break: break-word;
  background: transparent !important;
}

.sidefixedM .sideitem1 .icon-box img {
  width: 20px;
  height: 20px;
}

.sidefixedM .sideitem1 svg {
  width: 20px;
  height: 20px;
}

.sidefixedM .sideitem1 .sideins {
  border-radius: 6px 6px 6px 6px;
  background: #fe706c;
  padding: 5px 5px;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  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: 25%;
  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: 10px;
  margin-bottom: 2px;
  margin-top: 5px;
}

.sidefixedM .sideitem2 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  background: transparent !important;
}
.sidefixed {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-60%);
  z-index: 998;
  display: flex;
  width: 58px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.sidefixed .sideitemTop {
  border-radius: 10px 10px 0px 0px;
  padding: 8px 0 0;
}

.sidefixed .sideitemTop .icon-box {
  color: #fff;
}

.sidefixed .sideitemTop .icon-box img {
  width: 19px;
  transition: 0.5s;
}

.sidefixed .sideitemTop:hover .icon-box img {
  transform: scale(1.1);
}

.sidefixed .sideitem3 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #fe706c;
  transition: 0.5s;
  position: relative;
  right: 0px;
}

.sidefixed .sideitem3:hover {
  background: #fe706c;
  transition: .5s;
  right: 160px;
  border-radius: 10px !important;
}

.sidefixed .sideitem3:hover .icon-box {
  border-radius: 10px 0px 0px 10px !important;
  background: #fe706c;
  transition: .5s;
}

.sidefixed .sideitem3:hover .sideins {
  border-radius: 0px 10px 10px 0px;
  transition: .5s;
}

.sidefixed .sideitem3 .p {
  font-size: 12px;
}

.sidefixed .sideitem3 .p a {
  color: #fff;
  width: 100%;
  display: block;
}

.sidefixed .sideitem3 .p a span {
  white-space: wrap;
}

.sidefixed .sideitem3 .icon-box {
  z-index: 801;
  padding: 10px 0px;
  align-items: center;
  flex-direction: column;
  width: 58px;
  display: flex;
  transition: .5s;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #fe706c;
  position: relative;
}

.sidefixed .sideitem3 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  background: transparent !important;
  text-align: center;
  word-break: break-word;
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 400;
}

.sidefixed .sideitem3 .icon-box::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  background: #fe706c;
  width: 34px;
}

.sidefixed .sideitem3 svg {
  width: 19px;
  height: 19px;
}

.sidefixed .sideitem3 .sideins {
  width: 180px;
  background: #fe706c;
  padding: 10px 10px;
  min-height: 65px;
  transition: all .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.6;
}

.sidefixed .sideitem3 .sideins .contactWays-value {
  position: relative;
}

.sidefixed .sideitem3 .sideins .contactWays-value::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: 0.5s;
}

.sidefixed .sideitem3 .sideins .contactWays-value:hover::after {
  width: 100%;
  background: #fff;
  transition: 0.5s;
}

.sidefixed .sideitem3 .sideins p {
  line-height: 20px;
  padding: 8px 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_1 {
  border-radius: 10px 10px 0 0;
}

.sidefixed .sideitem3_1 .icon-box {
  border-radius: 10px 10px 0 0;
}

.sidefixed .sideitem4:hover {
  right: 180px;
}

.sidefixed .sideitem4 .sideins {
  width: 180px;
}

.sidefixed .sideitem1 {
  width: 58px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-family: Alibaba PuHuiTi-Regular;
  background: #fe706c;
  transition: .5s;
  position: relative;
  right: 0px;
  overflow: hidden;
}

.sidefixed .sideitem1::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  background: #fe706c;
  width: 34px;
}

.sidefixed .sideitem1:hover {
  overflow: visible;
  background: #fe706c;
  transition: .5s;
}

.sidefixed .sideitem1:hover .sideins {
  transform: translateX(-5px) translateY(-50%);
  opacity: 1;
  transition: all .5s;
}

.sidefixed .sideitem1 .p {
  font-size: 11px;
}

.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;
  width: 58px;
}

.sidefixed .sideitem1 .icon-box p {
  margin-top: 4px;
  font-size: 11px;
  background: transparent !important;
  text-align: center;
  word-break: break-word;
}

.sidefixed .sideitem1 svg {
  width: 19px;
  height: 19px;
}

.sidefixed .sideitem1 .sideins {
  opacity: 0;
  z-index: 800;
  border-radius: 8px;
  transform: translateX(10px) translateY(-50%);
  background: #fe706c;
  padding: 10px 10px;
  position: absolute;
  top: 0;
  right: 100%;
  min-height: 74px;
  transition: all .5s;
  display: flex;
}

.sidefixed .sideitem1 .sideins .sideins-one {
  width: 50%;
  margin: 5px 4px 0px;
}

.sidefixed .sideitem1 .sideins p {
  line-height: 26px;
  padding: 5px 0px;
  white-space: nowrap;
  text-align: center;
}

.sidefixed .sideitem1 .sideins img {
  width: 100px;
  height: 100px;
  display: block;
}

.sidefixed .sideitem2 {
  cursor: pointer;
  width: 58px;
  display: flex;
  padding-bottom: 8px;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #fe706c;
  transition: .5s;
  overflow: hidden;
  position: relative;
  right: 0px;
  border-radius: 0px 0px 10px 10px;
}

.sidefixed .sideitem2:hover {
  background: #fe706c;
}

.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: 12px;
  background: transparent !important;
}

.sidefixed .sideitemBase {
  border-radius: 23px;
}

.sidefixed .sideitemOther {
  display: flex;
  border-radius: 20px;
  background: #fff;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  right: -12px;
  bottom: -98%;
  transform: scale(0.7);
}

.sidefixed .sideitemOther .sideitemOther-title {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding: 15px 10px;
  width: 100%;
  background: #F8F8F8;
  border-radius: 20px 20px 0 0;
}

.sidefixed .sideitemOther .sideitem-chat {
  width: 100px;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #EFEFEF;
  transition: 0.5s;
  position: relative;
}

.sidefixed .sideitemOther .sideitem-chat:last-child {
  border-bottom: none;
}

.sidefixed .sideitemOther .sideitem-chat:last-child:hover::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #EFEFEF;
  position: absolute;
  top: -1px;
  left: 0;
}

.sidefixed .sideitemOther .sideitem-chat .link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  opacity: 0;
  transition: 0.5s;
  background: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 10px;
  left: 10px;
}

.sidefixed .sideitemOther .sideitem-chat .link:hover {
  background: #EFEFEF;
}

.sidefixed .sideitemOther .sideitem-chat .link:focus {
  background: #EFEFEF;
}

.sidefixed .sideitemOther .sideitem-chat .link span {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  text-decoration: underline;
  white-space: nowrap;
}

.sidefixed .sideitemOther .sideitem-chat .link img {
  display: block;
  width: 50px;
}

.sidefixed .sideitemOther .sideitem-chat .gif {
  display: block;
  width: 76px;
  margin: 0 auto;
  transition: 0.5s;
  transform: scale(0.9);
  opacity: 1;
}

.sidefixed .sideitemOther .sideitem-chat:hover {
  width: 210px;
}

.sidefixed .sideitemOther .sideitem-chat:hover .link {
  opacity: 1;
}

.sidefixed .sideitemOther .sideitem-chat:hover .gif {
  opacity: 0;
}

.sidefixed .sideitemOther-show {
  display: flex !important;
  margin-top: 20px;
  min-height: 120px;
}

.sidefixedM {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 998;
  left: 0;
  display: none;
  justify-content: space-between;
  background: #fe706c;
}

.sidefixedM .sideitem1 {
  width: 25%;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-family: Alibaba PuHuiTi-Regular;
  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 .sideins1 {
  display: flex;
}

.sidefixedM .sideitem1 .sideins-one {
  width: 50%;
  margin: 5px 5px 0;
}

.sidefixedM .sideitem1 .sideins-one p {
  text-align: center;
  padding: 2px 0;
  line-height: 20px !important;
}

.sidefixedM .sideitem1 .icon-box {
  padding: 10px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
}

.sidefixedM .sideitem1 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  word-break: break-word;
  background: transparent !important;
}

.sidefixedM .sideitem1 .icon-box img {
  width: 20px;
  height: 20px;
}

.sidefixedM .sideitem1 svg {
  width: 20px;
  height: 20px;
}

.sidefixedM .sideitem1 .sideins {
  border-radius: 6px 6px 6px 6px;
  background: #fe706c;
  padding: 5px 5px;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  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: 25%;
  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: 10px;
  margin-bottom: 2px;
  margin-top: 5px;
}

.sidefixedM .sideitem2 .icon-box p {
  margin-top: 4px;
  font-size: 12px;
  background: transparent !important;
}
.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: #fff;
}
.top_nav .top_nav_inner {
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
}
.top_nav .logo img {
  display: block;
  width: 83px;
}
.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;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.top_nav .proMenu-a {
  width: 230px;
  height: 42px;
  background: #009ED6;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  padding: 0 10px;
}
.top_nav .proMenu-a .proMenu-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.top_nav .proMenu-a .proMenu-icon img {
  width: 100%;
}
.top_nav .proMenu-a:hover {
  transform: rotateY(15deg) rotateX(-15deg) scale(1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}
.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 #efefef;
  margin-bottom: 20px;
  padding: 10px 0;
}
.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 {
  width: 48px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  position: relative;
  margin-right: 20px;
  transition: 0.5s;
}
.top_nav .nav .li .menu p:hover {
  transform: translateX(12px);
  transition: 0.5s;
}
.top_nav .nav .li .menu img {
  display: block;
  height: 25px;
  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: #009ED6;
}
.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: #333;
  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: #009ED6;
}
.header-index {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  transition: max-height 1s;
  background: #fffffd;
}
.header-index .header-index-inner {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  transition: 0.5s;
  background: #fffffd;
  border-bottom: 1px solid #FFFFFF;
  max-width: 1440px;
  width: 75%;
  margin: 0 auto;
}
.header-index .logo-index {
  width: 83px;
  height: 80px;
}
.header-index .logo-index a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-index .logo-index a img {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: scale-down;
}

/*nav*/
.header-index .header-index-nav {
  width: calc(75% - 83px);
  white-space: nowrap;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-index .header-index-nav nav {
  height: 100%;
  width: 100%;
}
.header-index .header-index-nav nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
}
.header-index .header-index-nav nav .nav-item {
  position: relative;
  height: 100%;

}
.header-index .header-index-nav nav .nav-item .nav-item-first {
  padding: 0 1vw;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  height: 100%;
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 12;
  transition: 0.5s;
}
.header-index .header-index-nav nav .nav-item .nav-item-first .nav-item-p {
  color: #000000;
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.5s;
  text-transform: uppercase;
  min-width: 95px;
  justify-content: center;
  padding: 0 5px;
}
.header-index .header-index-nav nav .nav-item .nav-item-first .nav-item-p p {
  position: relative;
  z-index: 3010;
}
.header-index .header-index-nav nav .nav-item .nav-item-first .nav-item-p::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 0;
  background: #469CCB;
  border-radius: 8px;
  transition: 0.5s;
}
.header-index .header-index-nav nav .nav-item .nav-item-first:hover .nav-item-p {
  color: #000000;
}
.header-index .header-index-nav nav .nav-item .nav-item-first:hover .nav-item-p::after {
  width: 100%;
}
.header-index .header-index-nav nav .nav-item .nav-item-first:hover .nav-item-p::before {
  width: 100%;
  background-color: #469CCB;
  color: #FFFFFF;
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-size: 20px;
  font-weight: 400;
  text-align:center;
  font-style: normal;
  text-transform: none;
  border-radius: 8px 8px 8px 8px;
}
.header-index .header-index-nav nav .nav-item .nav-item-first-other {
  padding: 0 1vw;
}
.header-index .header-index-nav nav .nav-item .nav-item-first:hover .nav-item-p {
  color: #FFFFFF;
}
.header-index .header-index-nav nav .nav-item .nav-item-first:hover .nav-item-p::after {
  height: 38px;
}
.header-index .header-index-nav nav .nav-item .nav-item-first-other {
  padding: 0 1vw;
}
.header-index .header-index-nav nav .nav-item .nav-item-first-active .nav-item-p {
  color: #FFFFFF;
}
.header-index .header-index-nav nav .nav-item .nav-item-first-active .nav-item-p::after {
  height: 38px;
}
.header-index .header-index-nav nav .nav-item:nth-last-of-type(1) .nav-item-first {
  padding-right: 0;
}
.header-index .nav-default-img {
  opacity: 1;
}
.header-index .nav-active-img {
  opacity: 0;
}
.header-index .nav-cur-img {
  opacity: 0;
}
.header-index .logo-active {
  opacity: 0;
  transition: 0.5s;
}
.header-index .logo-default {
  opacity: 1;
  transition: 0.5s;
}
.nav-item-second {
  position: fixed;
  width: 100%;
  top: 80.8px;
  height: auto;
  max-height: 0;
  opacity: 0;
  z-index: 999;
  overflow: hidden;
  left: 0;
  background: #FFFFFF;
  transition: max-height 0.5s ease-in-out;
}
.nav-item:hover .nav-item-second {
  max-height: 500px; 
}
.nav-item-second .nav-item-second-inner {
  width: 100%;
  display: flex;
}
.nav-item-second .nav-item-second-inner-other {
  display: flex;
  padding: 22px 0;
}
.header-index .header-index-nav .header-lang {
  width: auto;
  height: 32px;
  border-radius: 51px;
  border: 1px solid #D2D2D2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  color: #2B2828;
  line-height: 24px;
  cursor: pointer;
  text-transform: uppercase;
  transition: 0.5s;
  margin-left: 23px;
  padding: 2px 15px;
}
.header-index .header-index-nav .header-lang .icon {
  margin-left: 5px;
  width: 20px;
  height: 20px;
  position: relative;
}
.header-index .header-index-nav .header-lang .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  object-fit: scale-down;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.header-index .header-index-nav .header-lang .icon .default {
  opacity: 1;
}
.header-index .header-index-nav .header-lang .icon .active {
  opacity: 0;
}
.header-index .header-index-nav .header-lang:hover {
  border: 1px solid #469CCB;
  background: #469CCB;
  color: #fff;
}
.header-index .header-index-nav .header-lang:hover .icon .default {
  opacity: 0;
}
.header-index .header-index-nav .header-lang:hover .icon .active {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.header-index .header-index-nav .header-get-contact {
  width: 110px;
  height: 40px;
  background: #469CCB;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 40px;
}
.header-index .header-index-nav .header-get-contact .text {
  position: relative;
  transition: 0.5s;
}
.header-index .header-index-nav .header-get-contact .text::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  transform: translateY(100%);
  z-index: 13;
}
.header-index .header-index-nav .header-get-contact:hover .text {
  transform: translateY(-100%);
}
.header-index .nav-default-img {
  opacity: 1;
}
.header-index .nav-active-img {
  opacity: 0;
}
.header-index .nav-cur-img {
  opacity: 0;
}
.header-index .logo-active {
  opacity: 0;
  transition: 0.5s;
}
.header-index .logo-default {
  opacity: 1;
  transition: 0.5s;
}
.header-active .header-index-top {
  height: 42px;
}
.header-active .header-index-inner {
  height: 80.8px;
  background: #fff;
}
.header-active-top {
  top: -152px;
}
.nav-item-second .nav-item-second-inner {
  width: 100%;
  display: flex;
}
.nav-item-second .indexPage-outer{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
}
.nav-item-second .nav-item-second-inner-other {
  width: 100%;
  display: flex;
  padding: 26px 0;
    justify-content: flex-start;
    gap: 35px;
    margin: 0 auto;
}
.nav-item-second .nav-item-second-inner-other1 {
    width: 80%;
    margin: 0 auto;
    position: relative;
}
.nav-item-second .nav-item-second-inner-other1 .line{
  width: 8px;
  height: 104px;
  border-radius: 8px;
  background: rgba(0, 158, 214, 1);
}
.nav-item-second .nav-item-second-inner-other1 .item1{
  width: 20%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.nav-item-second .nav-item-second-inner-other1 .item1 .one p{
  color: rgba(43, 40, 40, 1);
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
    display: inline-block;
    width: auto;
    transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    display: inline;
    text-decoration: none;
    padding-bottom: 4px;
    background-image: radial-gradient(circle farthest-corner at 10% 20%, #E5322D 0, #E5322D 100.2%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: left 90%;
    border-radius: 0;
    cursor: pointer;
}
.nav-item-second .nav-item-second-inner-other1 .item1 .one-active p{
  color: rgba(229, 50, 45, 1);
    background-size: 100% 2px;
}
.nav-item-second .nav-item-second-inner-other1 .item1 .one:hover p {
    background-size: 100% 2px;
    color: rgba(229, 50, 45, 1);
}
.nav-item-second .nav-item-second-inner-other1 .item2{
  width: 75%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
    position: relative;
}
.nav-item-second .nav-item-second-inner-other1 .item2 .item2-top{
  display: flex;
  gap: 35px;
}
.nav-item-second .nav-item-second-inner-other1 .item2 .item2-top .one{
  width: 200px;
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.nav-item-second .nav-item-second-inner-other1 .item2 .item2-top .one .back{
  width: 100%;
  height: 100%;
  position: absolute;
}
.nav-item-second .nav-item-second-inner-other1 .item2 .item2-top .one .pro{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1);
    transition: 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.nav-item-second .nav-item-second-inner-other1 .item2 .item2-top .one .pro:hover{
    transform:  translate(-50%, -50%) scale(1.05);
}
.nav-item-second .nav-item-second-inner-other1 .item2 .item2-bottom{
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 40px;
  border-radius: 8px;
  background: #fe706c;
  border: 2px solid #fe706c;
  transition: 0.5s;
  position: absolute;
  right:0;
  bottom: 0;
}
.nav-item-second .nav-item-second-inner-other1 .item2 .item2-bottom:hover{
  color: #fe706c;
  background: transparent;
}
.nav-item-second .nav-item-second-inner-other .nav-item-second-nav-second-a {
  width: 300px;
  white-space: normal;
  font-weight: 400;
  font-size: 18px;
  color: #009ED6;
  line-height: 80px;
  height: 80px;
  border-radius: 8px;
    border-bottom: 1px solid #f2f2f2;
  background: #fff;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s;
  font-family: 'SourceHanSansSC-Medium';
  padding: 0 30px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.nav-item-second .nav-item-second-inner-other .nav-item-second-nav-second-a .text {
  width: calc(95% - 26px);
  font-size: 14px;
}
.nav-item-second .nav-item-second-inner-other .nav-item-second-nav-second-a .right {
  width: 26px;
  height: 26px;
  background: #009ED6;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  color: #fff;
  transform: translateX(-12px);
  opacity: 0;
  transition: 0.5s;
}
.nav-item-second .nav-item-second-inner-other .nav-item-second-nav-second-a:hover {
  font-weight: 500;
  color: #009ED6;
}
.nav-item-second .nav-item-second-inner-other .nav-item-second-nav-second-a:hover .right {
  opacity: 1;
  transform: translateX(0);
}
.header-visible {
  overflow: visible !important;
}
.headerDottom-pro {
  max-height: 0 !important;
  overflow: hidden !important;
  transition: max-height 1s;
}
.headerDottom {
  max-height: 0 !important;
  overflow: hidden !important;
  transition: max-height 1s;
}
.header-height {
  max-height: 140px;
  overflow: hidden;
  transition: max-height 1s;
  z-index: 1000;
}
.user-menu-nav{
  z-index: 980;
  max-height: 100vh;
  opacity: 1;
  transition: max-height 1.2s;
  display: block;
  animation: aniPcNav 1.8s;
}

#product-nav-container .product-card {
    display: none;
}


#product-nav-container .product-card.visible {
    display: inline-block;
}

#product-nav-container .image-list {
    display: flex;
    gap: 5px;
    margin-top: 5px;
    position: relative;
    z-index: 2; /
}

#product-nav-container .image-list img.pro {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    width: 60px; 
    height: 60px; 
    object-fit: cover;
    margin: 0;
}

#product-nav-container .image-list img.pro.placeholder {
    visibility: hidden;
}
@keyframes aniPcNav {
  0%{
    max-height: 0;
    display: none;
  }
  100% {
    height: auto;
    max-height: 100vh;
    display: block;
  }
}
.menu_list1 {
  width: 100%;
  background: rgba(255, 255, 255, 0.76);
  padding: 53px 0 66px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  top: 0;
  z-index: 99;
  transition: 0.5s;
}
.menu_list1 .list_wrap {
  width: 60%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}


.headerM {
  z-index: 999;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 1px -3px 10px 2px rgba(0, 0, 0, 0.1);
}
.headerM .header-inner {
  width: 75%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.headerM .header-inner .header-lang {
  display: flex;
  align-items: center;
}
.headerM .header-inner .header-lang-one {
  position: relative;
}
.headerM .header-inner .langBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
.headerM .header-inner .langBtn .langBtn-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.headerM .header-inner .langBtn .langBtn-img img {
  position: absolute;
  height: 26px;
  left: 2px;
  top: 2px;
}
.headerM .header-inner .langBtn .langBtnA {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.headerM .header-inner .langBtn .langBtnA img {
  width: 8px;
  margin-right: 0;
  margin-left: 4px;
}
.headerM .header-inner .langList {
  position: absolute;
  top: 30px;
  right: 0;
  width: 80px;
  height: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.headerM .header-inner .langList .langList-inner {
  width: 100%;
  background: #469CCB;
  border-radius: 6px;
  overflow: hidden;
  padding: 0px 10px;
  transition: all 0.5s;
}
.headerM .header-inner .langList .langList-inner a {
  text-align: center;
  width: 100%;
  height: 0;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  position: relative;
  transition: all 0.5s;
}
.headerM .header-inner .langList .langList-inner a:hover {
  background: #469CCB;
  transition: 0.5s;
}
.headerM .header-inner .langList .langList-inner a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(100% - 24px);
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
}
.headerM .header-inner .langList .langList-inner a:nth-last-of-type(1):after {
  display: none;
}
.headerM .header-inner .langList .langList-inner .langList-last {
  border-bottom: 0;
}
.headerM .header-inner .langListShow {
  height: 114px;
  opacity: 1;
  z-index: 1000;
  transition: all 0.5s;
}
.headerM .header-inner .langListShow .langList-inner {
  padding: 8px 0;
  transition: all 0.5s;
}
.headerM .header-inner .langListShow .langList-inner a {
  height: 32px;
  padding: 0 10px;
  transition: all 0.5s;
}
.headerM .header-inner .action_item {
  width: 34px;
  height: 22px;
  margin-left: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.headerM .header-inner .action_item .action_item_span_line {
  width: 28px;
  height: 2px;
  transform: scaleY(0.5);
  background: #333;
}
.headerM .logo {
  width: 83px;
  height: 80px;
}
.headerM .logo img {
  height: 100%;
  display: block;
}




.langDialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  z-index: 2001;
  display: none;
}

.langDialog .langDialog-inner {
  width: 90%;
  max-width: 1200px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 5% 5%;
  position: relative;
  overflow: hidden;
}

.langDialog .langDialog-inner .langDialog-close {
  position: absolute;
  width: 160px;
  height: 160px;
  cursor: pointer;
  top: -80px;
  right: -80px;
  background: #009ED6;
  border-radius: 50%;
  display: flex;
  align-items: flex-end;
}

.langDialog .langDialog-inner .langDialog-close svg {
  width: 34px;
  height: 34px;
  margin: 0 0 26px 26px;
}

.langDialog .langDialog-inner .langDialog-title {
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  margin-bottom: 16px;
  line-height: 30px;
}

.langDialog .langDialog-inner .langDialog-main {
  display: flex;
  flex-wrap: wrap;
}

.langDialog .langDialog-inner .langDialog-main .langDialog-one {
  display: flex;
  width: 30%;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-family: Alibaba PuHuiTi-Regular;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  border: 1px solid #EFEFEF;
  transition: 0.5s;
  margin-right: 5%;
  height: 60px;
  border-radius: 30px;
  margin-top: 20px;
}

.langDialog .langDialog-inner .langDialog-main .langDialog-one p {
  width: 10px;
  height: 10px;
  background: #999999;
  border-radius: 50%;
  margin-right: 10px;
  transition: 0.5s;
}

.langDialog .langDialog-inner .langDialog-main .langDialog-one:hover {
  background: #009ED6;
  border: 1px solid #009ED6;
  color: #fff;
  transition: 0.5s;
}

.langDialog .langDialog-inner .langDialog-main .langDialog-one:hover p {
  background: #fff;
  transition: 0.5s;
}

.langDialog .langDialog-inner .langDialog-main .langDialog-one:nth-of-type(3n) {
  margin-right: 0;
}

.langDialog .langDialog-inner .langDialog-main .langDialog-one-active {
  background: #009ED6;
  border: 1px solid #009ED6;
  color: #fff;
  transition: 0.5s;
}

.langDialog .langDialog-inner .langDialog-main .langDialog-one-active p {
  background: #fff;
  transition: 0.5s;
}





.contacti {
  width: 100%;
  background: #FFFFFF;
  border-top: 1px solid #FE706C;
}

.contacti .contacti-outer {
  width: 75%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 80px;
}

.contacti .contacti-left ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.contacti .contacti-left .contacti-left-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

.contacti .contacti-left .contacti-left-item-icon {
  width: 40px;
  height: 40px;
  gap: 10px;
}

.contacti .contacti-left .contacti-left-item-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.contacti .contacti-left .contacti-left-item-icon:hover img {
  transform: rotateY(360deg);
}
.contacti .contacti-left .contacti-left-item-con {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contacti .contacti-left .contacti-left-item-con .contacti-left-item-title {
  font-family: MiSans, MiSans;
  font-weight: 500;
  font-size: 16px;
  color: #999999;
}

.contacti .contacti-left .contacti-left-item-con .contacti-left-item-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 50px;
}


.contacti .contacti-left .contacti-left-item-con .contacti-left-item-val .pro-a {
  width: 100%;
}

.contacti .contacti-left .contacti-left-item-con .contacti-left-item-val a {
  transition: 0.5s;
  color: #333333;
}

.contacti .contacti-left .contacti-left-item-con .contacti-left-item-val a .text {
  font-family: DIN, DIN;
  font-weight: bold;
  font-size: 18px;
  transition: 0.5s;
  color: #333333;
  width: auto;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 4px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #ffffff 0, #ffffff 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
  text-decoration: none;
  transition: 0.5s;
}

.contacti .contacti-left .contacti-left-item-con .contacti-left-item-val a:hover {
  color: #FFFFFF;
}

.contacti .contacti-left .contacti-left-item-con .contacti-left-item-val a:hover .text {
  background-size: 100% 1px;
  color: #000000;
}


.contacti-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px
}

.contacti-right .contacti-top .contacti-title {
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 400;
  font-size: 30px;
  color: #000000;
  margin-bottom: 6px;
}

.contacti-right .contacti-top .contacti-desc .contacti-desc-text {
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  margin-bottom: 14px;
}

.contacti-right .contacti-top .contacti-desc .contacti-infos {
  display: flex;
  flex-direction: row;
}

.contacti-right .contacti-top .contacti-desc .contacti-infos .contacti-info-one {
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  padding: 0 7px;
  position: relative;
}
.contacti-right .contacti-top .contacti-desc .contacti-infos .contacti-info-one:first-child {
  padding-left: 0;
}
.contacti-right .contacti-top .contacti-desc .contacti-infos .contacti-info-one::after{
  content: '';
  position: absolute;
  right: 0;
  top: 25%; 
  height: 60%; 
  width: 1px;
  background-color: #8E8E8E;
}

.contacti-right .contacti-top .contacti-desc .contacti-infos .contacti-info-one:last-child:after{
  display: none;
}

.contacti-right .contacti-form {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.contacti-right .contacti-form form {
  width: 100%;
}

.contacti-right .contacti-form .form-input {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.contacti-right .contacti-form .form-input .input{
  width: calc((100% - 30px)/3);
}
.form .form-input .input,
.form .form-message .message {
  background: rgba(2, 6, 24, 0.1);
  border-radius: 8px 8px 8px 8px;
  border: none;
  outline: none;
  padding: 20px 24px;
}

.form .form-input .input::placeholder,
.form .form-message .message::placeholder {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 16px;
  color: rgba(75, 75, 75, 0.8);
}

.form .form-message .message {
  margin-top: 26px;
  min-width: 560px;
  height: 200px;
}

.form .form-input:nth-child(2) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end
}


.formButton-box a {
  height: 56px;
  display: inline-flex;
  align-items: center;
  background-color: #FE706C;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.5s;
  padding: 0 24px;
  min-width: 135px;
}

.formButton-box .formButton-box-left {
  position: relative;
}

.formButton-box .formButton-box-left .formButton-box-left-dot {
  width: 46px;
  height: 46px;
  border-radius: 48%;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  position: absolute;
  top: -22.5px;
  left: -18px;
}

.formButton-box .formButton-box-left img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  position: absolute;
  z-index: 2;
  top: -13px;
  left: -12px;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s; 
}

.formButton-box .formButton-box-left:hover img {
  transform: rotateY(360deg);
}
.formButton-box .formButton-box-right div {
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  margin-left: 35px;
}






footer {
  background: #303030;
  display: flex;
  flex-direction: column;
  border-top: 2px solid #009ED6;
  overflow: hidden;
}

footer .footer-top {
  max-width: 1440px;
  width: 80%;
  margin: 0 auto;
  height: auto;
  margin-top: 40px;
}

footer .footer-top .footer-top-outer {
  width: 100%;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

footer .footer-top .footer-new-share {
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer .footer-top .footer-new-share .footer-new-logo {
  width: 158px;
  height: 194px;
  display: block;
  overflow: hidden;
}

footer .footer-top .footer-new-share .footer-new-logo img {
  display: block;
  width: 100%;
  height: 100%;
}

footer .footer-top .footer-new-share .footer-contactShare {
  width: 163px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

footer .footer-top .footer-new-share .footer-contactShare .footer-center-bottom-one {
  width: 30px;
  max-height: 30px;
  opacity: 0.7;
  transition: 0.5s;
  display: inline-block;
}

footer .footer-top .footer-new-share .footer-contactShare .footer-center-bottom-one .icon {
  max-width: 28px;
  max-height: 28px;
}

footer .footer-top .footer-new-share .footer-contactShare .footer-center-bottom-one .icon1 {
  max-width: 30px;
  max-height: 30px;
}

footer .footer-top .footer-new-share .footer-contactShare .footer-center-bottom-one:hover {
  opacity: 1;
  transition: 0.5s;
}


footer .footer-top .footer-new-other .footer-new-other-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}


footer .footer-top .footer-navs-inner {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

footer .footer-top .footer-nav-one ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

footer .footer-top .footer-nav-one {
  width: auto;
  margin-bottom: 48px;
}

footer .footer-top .footer-nav-one:nth-child(1){
  margin-right:20px;
}
footer .footer-top .footer-nav-one:nth-child(3){
  margin-left:20px;
}

footer .footer-top .footer-nav-one.footer-nav-middle {
  border-left: 2px solid #d9d9d9;
  border-right: 2px solid #d9d9d9;
  padding: 0 20px;
}

footer .footer-top .footer-nav-one .pro-a {
  width: 100%;
}

footer .footer-top .footer-nav-one a {
  transition: 0.5s;
  color: #B3B3B3;
}

footer .footer-top .footer-nav-one a .text {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  width: auto;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 4px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #ffffff 0, #ffffff 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}

footer .footer-top .footer-nav-one a:hover {
  color: #FFFFFF;
}

footer .footer-top .footer-nav-one a:hover .text {
  background-size: 100% 1px;
}

footer .footer-top .footer-nav-one .a-active {
  color: #FFFFFF;
}

footer .footer-top .footer-nav-one:nth-last-of-type(1) {
  margin-bottom: 0;
}

footer .footer-top .footer-code {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

footer .footer-lang {
  height: 10%;
  width: auto;
  height: 34px;
  border-radius: 51px;
  border: 1px solid #D2D2D2;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 24px;
  cursor: pointer;
  text-transform: uppercase;
  transition: 0.5s;
  padding: 2px 15px;
  align-self: center;
  margin-bottom: 40px;
}

footer .footer-lang .langName-text-p {
  font-weight: 500;
  font-size: 14px;
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  color: #FFFFFF;
  writing-mode: horizontal-tb;
}

footer .footer-lang .icon {
  margin-left: 5px;
  width: 20px;
  height: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .footer-lang .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}

footer .footer-lang .icon .default {
  opacity: 1;
}

footer .footer-lang .icon .active {
  opacity: 0;
}

footer .footer-lang:hover {
  border: 1px solid #469CCB;
  background: #469CCB;
  color: #fff;
}

footer .footer-lang:hover .icon .default {
  opacity: 0;
}

footer .footer-lang:hover .icon .active {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-90deg);
}

footer .footer-top .footer-share {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
}

footer .footer-top .footer-share .footer-share-item p {
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  margin: 0 auto;
  margin-top: 5px;
}
footer .footer-top .contacti-share{
  height:80%;
  display:flex;
  flex-direction:column;
  justify-content: flex-start;
  gap: 25px;
}
footer .footer-top .contacti-share .contacti-share-item .contacti-share-qrcodes .contacti-share-qrcodes-inner::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 16px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

footer .footer-top .contacti-share .contacti-share-item:hover .contacti-share-icon {
  opacity: 1;
}

footer .footer-top .contacti-share .contacti-share-item:nth-of-type(1) {
  margin-left: 0;
}


footer .footer-top .contacti-share .contacti-share-item {
  width: 78px;
  height: auto;
}

footer .footer-top .contacti-share .contacti-share-item:last-child {
  margin-bottom: 0;
}

footer .footer-top .contacti-share .contacti-share-item .contacti-share-icon {
  width: 78px;
  height: 73px;
  background: #FFFFFF;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  opacity: 1;
  transition: 0.5s;
  padding: 8px 0;
  overflow: hidden;
}

footer .footer-top .contacti-share .contacti-share-item .contacti-share-icon img {
  height: 125%;
  object-fit: contain;
}

footer .footer-top .contacti-share .contacti-share-item  p {
  margin: 5px;
  font-size: 12px;
  line-height: 1.2;
  color:#fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}
footer .footer-bottom {
    max-width: 1440px;
    width: 80%;
    margin: 0 auto;
  height: 118px;
  background: #303030;
  padding-top: 30px;
  border-top: 2px solid #D9D9D9;
}

footer .footer-bottom .footer-bottom-outer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer .footer-bottom .footer-side {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

footer .footer-bottom .footer-bottom-infor-a {
  font-weight: 400;
  font-size: 14px;
  color: #8D8D8E;
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  line-height: 24px;
  transition: 0.5s;
}

footer .footer-bottom .footer-bottom-infor-a:hover {
  color: #fff;
}

footer .footer-bottom .footer-bottom-infor-ziiynn {
  margin-right: 12px;
}
body {
  padding-top: 80px; 
}
@media only screen and (max-width: 1800px) {
  .nav-item-second-pro-last .nav-item-second-pro-last-main {
    padding: 42px 0;
  }
}
@media only screen and (max-width: 1440px) {
  .contacti .contacti-outer {
    width: 80%;
  }
  .nav-item-second-pro-last .nav-item-second-pro-last-main .nav-item-second-left .nav-item-second-left-desc {
    font-size: 14px;
  }
  .nav-item-second .nav-item-second-inner-other1 {
    width: 100%;
  }
}
@media only screen and (max-width: 1380px) {
  .header-index .header-index-inner {
  width: 85%;
}
  .nav-item-second-pro-last .nav-item-second-pro-last-main .nav-item-second-left .itemProduct-last-types .itemProduct-last-type-one {
    font-size: 13px;
    padding: 12px 0px;
  }
  .nav-item-second-pro-last .nav-item-second-pro-last-main .nav-item-second-left {
    width: 65%;
  }

}

@media only screen and (max-width: 1280px) {
  .headerM {
    display: block;
  }
  .header-index {
    display: none;
  }
  body {
    padding-top: 0px; 
  }
  .nav-item-second-pro-last .nav-item-second-pro-last-main .nav-item-second-left .itemProduct-last-types .itemProduct-last-type-one {
    font-size: 12px;
  }
  .nav-item-second {
    top: 91px;
  }
  .nav-item-second-other .nav-item-second-outer-main {
    padding: 0 30px 30px;
  }
  .nav-item-second-pro {
    padding: 0 30px 30px;
  }
  .nav-item-second-other .nav-item-second-outer .nav-item-second-other-one {
    font-size: 16px;
  }
  .nav-item-second-pro .nav-item-second-outer .itemProduct-type .itemProduct-type-one {
    font-size: 16px;
  }
  .nav-item-second-pro .nav-item-second-outer .itemProduct-pro-outer .itemProduct-pro-one .itemProduct-pro {
    font-size: 16px;
  }
  .contacti .contacti-outer {
    width: 85%;
    flex-direction: column-reverse;
    gap: 30px;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contacti-left{
    width: 100%;
  }
  .contacti .contacti-left ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px; 
  }
  .contacti .contacti-left .contacti-left-item-icon {
    width: 30px;
    height: 30px;
  }
  .contacti .contacti-left .contacti-left-item-con .contacti-left-item-val a .text {
    font-size: 18px;
  }
  .contacti-right {
    width: 100%;
  }
  .contacti-right .contacti-form {
    width: 100%;
  }
  .contacti-right .contacti-form .form-input {
    width: 100%;
  }
  .form .form-input .input, .form .form-message .message {
    width: 80%;
  }
  .form-message{
    width: 85%;
  }
  .form .form-message .message {
    width: 100%;
  }
}
@media only screen and (max-width: 1080px) { 
  .nav-item-second-pro .nav-item-second-outer .itemProduct-type .itemProduct-type-one {
    font-size: 14px;
    padding: 10px 14px;
  }
  .nav-item-second-other .nav-item-second-outer .nav-item-second-other-one {
    font-size: 14px;
    padding: 10px 14px;
  }
  .nav-item-second-pro .nav-item-second-outer .itemProduct-pro-outer .itemProduct-pro-one .itemProduct-pro {
    font-size: 14px;
    padding: 10px 14px;
  }
}
@media only screen and (max-width: 1100px) {
  .contacti .contacti-outer {
    width: 90%;
  }
  .contacti .contacti-left ul {
    grid-template-columns: repeat(2, 1fr);
  }
  footer .footer-top .footer-navs-inner {
    gap: 20px;
    justify-content: flex-start;
  }
  footer .footer-top .footer-nav-one {
    margin-bottom: 20px;
}
  footer .footer-top .footer-nav-one ul {
    flex-direction: row;
  }
  footer .footer-top .footer-nav-one a {
    color: #FFFFFF;
  }
  .footer-navs-inner .footer-nav-one:nth-child(1) ul li:not(:first-child) {
    display: none;
  }
  .footer-navs-inner .footer-nav-one:nth-child(2) ul li:not(:first-child) {
    display: none;
  }
  .footer-navs-inner .footer-nav-one:nth-child(3) ul li {
    display: block;
  }
  .footer-navs-inner .footer-nav-one:nth-child(1) ul li:first-child,
  .footer-navs-inner .footer-nav-one:nth-child(2) ul li:first-child {
    display: block;
  }
  footer .footer-top .footer-nav-one.footer-nav-middle {
    border-left: 0px solid #d9d9d9;
    border-right: 0px solid #d9d9d9;
    padding: 0;
  }
  footer .footer-top .footer-nav-one:nth-child(1) {
    margin-right: 0px;
  }
  footer .footer-top .footer-nav-one:nth-child(3) {
    margin-left: 0px;
  }
  footer .footer-top .footer-top-outer {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    align-items: flex-start;
    justify-items: start;
  }
  footer .footer-top .footer-new-share {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  footer .footer-top .footer-new-other {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    margin-top: 40px;
  }
  footer .footer-top .footer-code {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    align-self: flex-start;
    position: relative;
    top: 10%;
  }
  footer .footer-lang {
    margin-bottom: 20px;
  }
  footer .footer-top .contacti-share {
    gap: 40px;
  }
  .sidefixed .sideitemOther {
        transform: scale(0.8) translateX(10%);
        bottom: auto;
  }
  .sidefixed .sideitemBase {
    display: none;
  }
  .sidefixedM {
    display: flex;
  }
}
@media only screen and (max-width: 900px) {
  .headerM .header-inner {
    width: 85%;
  }
}
@media only screen and (max-width: 821px) {
  .sidefixed .vr .vr-img {
    width: 48px;
  }
  .sidefixed .vr {
    width: 70px;
    font-size: 12px;
    line-height: 16px;
    border-radius: 10px;
    transform: translateX(-22px);
    margin-bottom: 0;
  }
  .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;
  }
  .sidefixedM .sideitem1 .sideins img {
    width: 60px;
    height: 60px;
  }
  .sidefixed .sideitemOther {
    transform: scale(0.8) translateX(10%);
    bottom: auto;
  }
  .sidefixed {
    transform: translateY(-100%);
  }
}
@media only screen and (max-width: 768px) {
  .headerM .header-inner {
    height: 60px;
  }
  .headerM .logo {
    height: 60px;
  }
  .headerM .header-inner {
    width: 90%;
  }
  .headerM .header-inner .langBtn .langBtnA {
    font-size: 16px;
  }
  .contacti .contacti-outer{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contacti .contacti-left .contacti-left-item {
    gap: 10px;
  }
  .contacti .contacti-left .contacti-left-item-con {
    gap: 10px;
  }
  .contacti-right .contacti-top .contacti-title {
    font-size: 24px;
  }
  .contacti-right .contacti-top .contacti-desc .contacti-desc-text {
    font-size: 16px;
  }
  .contacti-right .contacti-top .contacti-desc .contacti-infos .contacti-info-one {
    font-size: 14px;
  }
  .formButton-box .formButton-box-left .formButton-box-left-dot {
    width: 36px;
    height: 36px;
    top: -17.5px;
    left: -16px;
  }
  .formButton-box .formButton-box-left img {
    width: 24px;
    height: 24px;
    top: -10px;
  }
  .formButton-box .formButton-box-right div {
    font-size: 15px;
    min-width:0;
  }
  .form .form-input:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .form-message{
    width: 100%;
  }
  .form .form-message .message {
    width: 100%;
  }
  footer .footer-top {
    width: 90%;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 641px) {
  .top_nav .logo img {
    max-width: 60px;
  }
  .contacti .contacti-left ul {
    gap: 15px;
  }
  .contacti .contacti-left .contacti-left-item {
    gap: 5px;
  }
  .contacti .contacti-left .contacti-left-item-icon {
    width: 25px;
    height: 25px;
  }
  .contacti .contacti-left .contacti-left-item-con {
    gap: 5px;
  }
  .contacti .contacti-left .contacti-left-item-con .contacti-left-item-val a .text {
    font-size: 14px;
  }
  .contacti .contacti-left .contacti-left-item-con .contacti-left-item-title {
    font-size: 12px;
  }
  .contacti-right {
    gap: 20px;
  }
  .contacti-right .contacti-form .form-input {
    width: 100%;
    flex-direction: column;
  }
  .contacti-right .contacti-top .contacti-title {
    font-size: 20px;
  }
  .contacti-right .contacti-top .contacti-desc .contacti-desc-text {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .contacti-right .contacti-top .contacti-desc .contacti-infos .contacti-info-one {
    font-size: 13px;
  }
  .form .form-input .input, .form .form-message .message {
    padding: 12px 12px;
    width: 100%;
  }
  .form .form-message .message {
    min-width: 0px;
    margin-top: 15px;
  }
  .contacti-right .contacti-form .form-input {
    gap: 15px;
  }
  .contacti-right .contacti-form .form-input .input {
      width: 100% ;
  }
  footer .footer-top .footer-top-outer {
    padding-top: 0px;
  }
  footer .footer-top .footer-new-share .footer-new-logo {
    width: 124px;
    height: auto;
  }
  footer .footer-top .footer-navs-inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0;
    margin-bottom: 0;
  }
  footer .footer-top .footer-nav-one {
    margin-bottom: 0px;
  }
  footer .footer-top .footer-navs-inner .footer-nav-one:nth-child(1),
  footer .footer-top .footer-navs-inner .footer-nav-one:nth-child(2) {
    width: 50%;
  }
  footer .footer-top .footer-navs-inner .footer-nav-one:nth-child(3) {
    width: 100%;
  }
  footer .footer-top .footer-nav-one:nth-child(3) ul{
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 0;
  }
  footer .footer-top .footer-nav-one:nth-child(3) ul li{
    margin-top: 20px;
  }
  footer .footer-top .footer-new-other .footer-new-other-inner {
    width: 93%;
  }
  footer .footer-top .footer-nav-one a .text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 521px) {
  .sidefixedM .sideitem1 .sideins {
    left: -50%;
  }
  .sidefixedM .sideitem1 .sideins img {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 431px) {
  .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;
  }
}