* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-word;
  /* break-all; */
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url("../css/fonts/Poppins-Regular.otf");
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url("../css/fonts/Poppins-Bold.otf");
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url("../css/fonts/Poppins-Medium.otf");
}
@font-face {
  font-family: 'AlibabaPuHuiTi-Bold';
  src: url("../css/fonts/AlibabaPuHuiTi-2-85-Bold.ttf");
}
body {
  font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
}
li,
i,
em {
  list-style: none;
}
a {
  text-decoration: none;
}
html,
body {
  width: 100%;
  color: #333;
  font-size: 14px;
  scroll-behavior: smooth;
}
.formMessage {
  opacity: 0;
  z-index: -1;
}
.el-message-fade-enter-active {
  opacity: 1;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
.swiper {
  overflow: hidden;
}
.container {
  width: 100%;
  position: relative;
  word-break: break-all;
  font-family: 'Poppins-Regular';
  font-weight: normal;
}
header {
  width: 100%;
  height: 78px;
  background: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 180;
  transition: 0.5s;
  overflow: hidden;
}
header .header-inner {
  padding: 0 360px;
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
header .header-contacts-one {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  line-height: 24px;
  position: relative;
  z-index: 12;
  transition: 0.5s;
}
header .header-contacts-one .icon {
  width: 36px;
  margin-right: 15px;
}
header .header-contacts-one .icon img {
  display: block;
  width: 100%;
  transform: rotateY(0deg);
  transition: 0.5s;
}
header .header-contacts-one .text {
  white-space: nowrap;
  position: relative;
}
header .header-contacts-one .text::after {
  width: 0;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000000;
  transition: 0.5s;
}
header .header-contacts-one:hover {
  color: #000000;
}
header .header-contacts-one:hover .icon img {
  transform: rotateY(360deg);
}
header .header-contacts-one:hover .text::after {
  width: 100%;
}
header .header-logo {
  width: 180px;
}
header .header-logo img {
  display: block;
  width: 100%;
}
.header-active-top {
  top: -78px;
}
.nban {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.nban .banner {
  width: 100%;
  display: block;
}
.nban .nban-inner {
  padding: 13% 170px 10%;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nban .nban-inner .nban-inner-top {
  width: 100%;
}
.nban .nban-inner .nban-inner-title {
  font-family: 'AlibabaPuHuiTi-Bold';
  font-size: 55px;
  line-height: 60px;
  color: #fff;
}
.nban .nban-inner .nban-inner-btns {
  display: flex;
  align-items: center;
  margin-top: 5%;
}
.nban .nban-inner .nban-inner-btns .nban-inner-btn {
  width: 142px;
  height: 46px;
  background: #E63946;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 46px;
  font-family: 'Poppins-Bold';
}
.nban .nban-inner .nban-inner-btns .nban-inner-btn .text {
  position: relative;
  z-index: 12;
  transition: 0.5s;
}
.nban .nban-inner .nban-inner-btns .nban-inner-btn .text::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  transform: translateY(100%);
  z-index: 13;
}
.nban .nban-inner .nban-inner-btns .nban-inner-btn:hover .text {
  transform: translateY(-100%);
  transition: 0.5s;
}
.nban .nban-inner .nban-inner-btns .nban-inner-btn1 {
  margin-right: 20px;
}
.nban .nban-inner .nban-inner-desc {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
  margin-top: 40px;
}
.products-case {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.products-case .products-case-inner {
  padding: 50px 200px 50px 256px;
  display: flex;
  justify-content: space-between;
}
.products-case .products-case-left {
  width: 360px;
}
.products-case .products-case-title {
  font-weight: bold;
  font-size: 40px;
  color: #272727;
  line-height: 55px;
  font-family: 'Poppins-Bold';
  position: relative;
  margin-bottom: 56px;
}
.products-case .products-case-title::after {
  content: "";
  width: 100px;
  height: 2px;
  background: #E63946;
  position: absolute;
  left: 0;
  bottom: 0;
}
.products-case .products-case-btns {
  width: 100%;
}
.products-case .products-case-btns .products-case-btn {
  width: 253px;
  height: 80px;
  background: #E63946;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 29px;
  color: #FFFFFF;
  line-height: 80px;
  font-family: 'AlibabaPuHuiTi-Bold';
}
.products-case .products-case-btns .products-case-btn .text {
  position: relative;
  z-index: 12;
  transition: 0.5s;
}
.products-case .products-case-btns .products-case-btn .text::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  transform: translateY(100%);
  z-index: 13;
}
.products-case .products-case-btns .products-case-btn:hover .text {
  transform: translateY(-100%);
  transition: 0.5s;
}
.products-case .products-case-btns .products-case-btn1 {
  margin-bottom: 46px;
}
.products-case .products-case-right {
  width: calc(100% - 362px);
}
.products-case .products-case-right .products-case-pro {
  width: 100%;
  border-radius: 24px;
}
.products-case .products-case-right .products-case-pro img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.products-case .products-case-right .products-case-pro:hover img {
  transform: scale(1.05);
}
.products-case .products-case-btns1 {
  display: block;
}
.products-case .products-case-btns2 {
  display: none;
}
.whychoose {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.whychoose .whychoose-inner {
  padding: 0 200px 0 256px;
  display: flex;
  justify-content: space-between;
}
.whychoose .whychoose-left {
  width: 50%;
}
.whychoose .whychoose-left .whychoose-title {
  font-weight: bold;
  font-size: 40px;
  color: #272727;
  line-height: 45px;
  font-family: 'Poppins-Bold';
  margin-bottom: 60px;
  position: relative;
}
.whychoose .whychoose-left .whychoose-title::after {
  content: "";
  width: 100px;
  height: 2px;
  background: #E63946;
  position: absolute;
  left: 0;
  bottom: -22px;
}
.whychoose .whychoose-left .whychoose-desc {
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  color: #4F4C4C;
  line-height: 30px;
}
.whychoose .whychoose-left .whychoose-desc .text {
  margin-bottom: 20px;
}
.whychoose .whychoose-left .whychoose-desc .text:nth-last-of-type(1) {
  margin-bottom: 37px;
}
.whychoose .whychoose-left .whychoose-btn {
  margin: 0 auto;
  width: 214px;
  height: 60px;
  background: #E63946;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 60px;
  font-family: 'Poppins-Bold';
  cursor: pointer;
}
.whychoose .whychoose-left .whychoose-btn .text {
  position: relative;
  z-index: 12;
  transition: 0.5s;
}
.whychoose .whychoose-left .whychoose-btn .text::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  transform: translateY(100%);
  z-index: 13;
}
.whychoose .whychoose-left .whychoose-btn:hover .text {
  transform: translateY(-100%);
  transition: 0.5s;
}
.whychoose .whychoose-right {
  width: 45%;
}
.whychoose .whychoose-right .whychoose-right-inner {
  width: 100%;
  background: linear-gradient(53deg, #faf6ec 0%, #fcebdf 100%);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  overflow: hidden;
  padding: 30px 30px 50px;
}
.whychoose .whychoose-right .whychoose-right-title {
  font-weight: bold;
  font-size: 40px;
  color: #272727;
  line-height: 45px;
  font-family: 'Poppins-Bold';
  margin-bottom: 20px;
}
.whychoose .whychoose-right .whychoose-right-form {
  width: 100%;
}
.whychoose .whychoose-right .form {
  width: 100%;
}
.whychoose .whychoose-right .form-input {
  width: 100%;
}
.whychoose .whychoose-right .form-name {
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  color: #4F4C4C;
  line-height: 25px;
  margin-bottom: 6px;
}
.whychoose .whychoose-right .form-input-one {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.whychoose .whychoose-right .form-input-one input {
  width: 100%;
  z-index: 20;
  position: relative;
  border: 0;
  font-weight: 400;
  font-size: 16px;
  color: #4F4C4C;
  font-family: 'Poppins-Regular';
  line-height: 40px;
  background: transparent;
  padding: 0 5px 0 16px;
  transition: 0.5s;
  height: 40px;
  border-radius: 12px;
  border: 1px solid #272727;
}
.whychoose .whychoose-right .form-input-one input::placeholder {
  color: rgba(79, 76, 76, 0.6);
  border: 0;
  outline: none;
  transition: 0.2s;
}
.whychoose .whychoose-right .form-input-one input:focus {
  color: #272727;
  outline: none;
  border: 1px solid #E63946;
  border-radius: 0;
}
.whychoose .whychoose-right .form-input-one input:focus::placeholder {
  opacity: 0;
}
.whychoose .whychoose-right .form-message {
  width: 100%;
  z-index: 20;
  position: relative;
  overflow: hidden;
}
.whychoose .whychoose-right .form-message .message {
  width: 100%;
  z-index: 20;
  position: relative;
  border: 0;
  font-weight: 400;
  font-size: 16px;
  color: #4F4C4C;
  font-family: 'Poppins-Regular';
  line-height: 32px;
  height: 170px;
  border: 1px solid #272727;
  background: transparent;
  border-radius: 12px;
  padding: 12px 12px 12px 15px;
  transition: 0.5s;
  resize: none;
}
.whychoose .whychoose-right .form-message .message::placeholder {
  color: rgba(79, 76, 76, 0.6);
  border: 0;
  outline: none;
  text-transform: uppercase;
}
.whychoose .whychoose-right .form-message .message:focus {
  color: #272727;
  outline: none;
  border: 1px solid #E63946;
  border-radius: 0;
}
.whychoose .whychoose-right .form-message .message:focus::placeholder {
  opacity: 0;
}
.whychoose .whychoose-right .form-message .message::-webkit-scrollbar {
  height: 2px;
  width: 0px;
}
.whychoose .whychoose-right .formButton-box {
  width: 100%;
  margin-top: 20px;
  position: relative;
  z-index: 12;
}
.whychoose .whychoose-right .formButton-box .formButton {
  width: 137px;
  height: 40px;
  background: #E63946;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  border: none;
  font-family: 'Poppins-Medium';
}
.whychoose .whychoose-right .formButton-box .formButton .button-more-text {
  height: 100%;
  overflow: hidden;
  margin-right: 0;
}
.whychoose .whychoose-right .formButton-box .formButton .read-more-p {
  font-weight: 500;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 40px;
  position: relative;
  transition: 0.5s;
}
.whychoose .whychoose-right .formButton-box .formButton .read-more-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transform: translateY(100%);
  z-index: 13;
}
.whychoose .whychoose-right .formButton-box .formButton:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.whychooseDialog {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.5s;
}
.whychooseDialog .whychooseDialog-inner {
  width: 755px;
}
.whychooseDialog .whychooseDialog-main {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.whychooseDialog .whychooseDialog-main .whychooseDialog-close {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  background: #E63946;
  cursor: pointer;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whychooseDialog .whychooseDialog-main .whychooseDialog-close svg {
  width: 45px;
  height: 45px;
}
.whychooseDialog .whychooseDialog-main .whychoose-right {
  width: 635px;
  height: 80vh;
  overflow-y: auto;
  margin-top: 60px;
}
.whychooseDialog .whychooseDialog-main .whychoose-right-inner {
  width: 100%;
  background: linear-gradient(53deg, #faf6ec 0%, #fcebdf 100%);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  overflow: hidden;
  padding: 30px 30px 50px;
}
.whychooseDialog .whychooseDialog-main .whychoose-right-title {
  font-weight: bold;
  font-size: 40px;
  color: #272727;
  line-height: 45px;
  font-family: 'Poppins-Bold';
  margin-bottom: 20px;
}
.whychooseDialog .whychooseDialog-main .whychoose-right-form {
  width: 100%;
}
.whychooseDialog .whychooseDialog-main .form {
  width: 100%;
}
.whychooseDialog .whychooseDialog-main .form-input {
  width: 100%;
}
.whychooseDialog .whychooseDialog-main .form-name {
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  color: #4F4C4C;
  line-height: 25px;
  margin-bottom: 6px;
}
.whychooseDialog .whychooseDialog-main .form-input-one {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.whychooseDialog .whychooseDialog-main .form-input-one input {
  width: 100%;
  z-index: 20;
  position: relative;
  border: 0;
  font-weight: 400;
  font-size: 16px;
  color: #4F4C4C;
  font-family: 'Poppins-Regular';
  line-height: 40px;
  background: transparent;
  padding: 0 5px 0 16px;
  transition: 0.5s;
  height: 40px;
  border-radius: 12px;
  border: 1px solid #272727;
}
.whychooseDialog .whychooseDialog-main .form-input-one input::placeholder {
  color: rgba(79, 76, 76, 0.6);
  border: 0;
  outline: none;
  transition: 0.2s;
}
.whychooseDialog .whychooseDialog-main .form-input-one input:focus {
  color: #272727;
  outline: none;
  border: 1px solid #E63946;
  border-radius: 0;
}
.whychooseDialog .whychooseDialog-main .form-input-one input:focus::placeholder {
  opacity: 0;
}
.whychooseDialog .whychooseDialog-main .form-message {
  width: 100%;
  z-index: 20;
  position: relative;
  overflow: hidden;
}
.whychooseDialog .whychooseDialog-main .form-message .message {
  width: 100%;
  z-index: 20;
  position: relative;
  border: 0;
  font-weight: 400;
  font-size: 16px;
  color: #4F4C4C;
  font-family: 'Poppins-Regular';
  line-height: 32px;
  height: 170px;
  border: 1px solid #272727;
  background: transparent;
  border-radius: 12px;
  padding: 12px 12px 12px 15px;
  transition: 0.5s;
  resize: none;
}
.whychooseDialog .whychooseDialog-main .form-message .message::placeholder {
  color: rgba(79, 76, 76, 0.6);
  border: 0;
  outline: none;
  text-transform: uppercase;
}
.whychooseDialog .whychooseDialog-main .form-message .message:focus {
  color: #272727;
  outline: none;
  border: 1px solid #E63946;
  border-radius: 0;
}
.whychooseDialog .whychooseDialog-main .form-message .message:focus::placeholder {
  opacity: 0;
}
.whychooseDialog .whychooseDialog-main .form-message .message::-webkit-scrollbar {
  height: 2px;
  width: 0px;
}
.whychooseDialog .whychooseDialog-main .formButton-box {
  width: 100%;
  margin-top: 20px;
  position: relative;
  z-index: 12;
}
.whychooseDialog .whychooseDialog-main .formButton-box .formButton {
  width: 137px;
  height: 40px;
  background: #E63946;
  border-radius: 3px;
  font-family: 'Poppins-Medium';
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  border: none;
}
.whychooseDialog .whychooseDialog-main .formButton-box .formButton .button-more-text {
  height: 100%;
  overflow: hidden;
  margin-right: 0;
}
.whychooseDialog .whychooseDialog-main .formButton-box .formButton .read-more-p {
  font-weight: 500;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 40px;
  position: relative;
  transition: 0.5s;
}
.whychooseDialog .whychooseDialog-main .formButton-box .formButton .read-more-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transform: translateY(100%);
  z-index: 13;
}
.whychooseDialog .whychooseDialog-main .formButton-box .formButton:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.whychooseDialog-show {
  z-index: 200;
  display: flex;
  opacity: 1;
}
.whychooseDialog-show .whychooseDialog-inner {
  opacity: 1;
  transform: scale(1);
  transition: 0.5s 0.2s;
}
.peptide-solutions {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.peptide-solutions .peptide-solutions-inner {
  width: 100%;
  padding: 94px 186px 75px;
}
.peptide-solutions .peptide-solutions-title {
  text-align: center;
  position: relative;
  font-weight: bold;
  font-size: 40px;
  color: #272727;
  line-height: 45px;
  font-family: 'Poppins-Bold';
  margin-bottom: 40px;
}
.peptide-solutions .peptide-solutions-title span {
  color: #E63946;
}
.peptide-solutions .peptide-solutions-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  height: 2px;
  background: #E63946;
  bottom: -15px;
}
.peptide-solutions .peptide-solutions-desc {
  font-weight: 400;
  font-size: 18px;
  color: #272727;
  line-height: 30px;
  text-align: center;
  margin-bottom: 38px;
  width: 100%;
}
.peptide-solutions .peptide-solutions-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.peptide-solutions .peptide-solutions-item {
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid #E63946;
  width: calc(50% - 11px);
  margin-right: 22px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.peptide-solutions .peptide-solutions-item .peptide-solutions-cover {
  width: 40%;
}
.peptide-solutions .peptide-solutions-item .peptide-solutions-cover .peptide-solutions-cover-inner {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.peptide-solutions .peptide-solutions-item .peptide-solutions-cover .peptide-solutions-cover-inner img {
  display: block;
  width: 80%;
  height: 90%;
  object-fit: scale-down;
  transform: scale(1);
  transition: 0.5s;
}
.peptide-solutions .peptide-solutions-item .peptide-solutions-con {
  width: 58%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 28px 20px 0;
}
.peptide-solutions .peptide-solutions-item .peptide-solutions-con .peptide-solutions-con-desc {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 15px;
  color: #272727;
  line-height: 25px;
  padding-right: 6%;
}
.peptide-solutions .peptide-solutions-item .peptide-solutions-con .peptide-solutions-btns {
  display: flex;
  flex-wrap: wrap;
}
.peptide-solutions .peptide-solutions-item .peptide-solutions-con .peptide-solutions-btns .peptide-solutions-btn {
  width: 147px;
  height: 46px;
  background: #E63946;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 46px;
  font-family: 'Poppins-Medium';
  cursor: pointer;
}
.peptide-solutions .peptide-solutions-item .peptide-solutions-con .peptide-solutions-btns .peptide-solutions-btn .text {
  position: relative;
  z-index: 12;
  transition: 0.5s;
}
.peptide-solutions .peptide-solutions-item .peptide-solutions-con .peptide-solutions-btns .peptide-solutions-btn .text::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  transform: translateY(100%);
  z-index: 13;
}
.peptide-solutions .peptide-solutions-item .peptide-solutions-con .peptide-solutions-btns .peptide-solutions-btn:hover .text {
  transform: translateY(-100%);
  transition: 0.5s;
}
.peptide-solutions .peptide-solutions-item .peptide-solutions-con .peptide-solutions-btns .peptide-solutions-btn1 {
  margin-right: 20px;
}
.peptide-solutions .peptide-solutions-item:hover .peptide-solutions-cover .peptide-solutions-cover-inner img {
  transform: scale(1.06);
}
.peptide-solutions .peptide-solutions-item-last {
  padding: 25px 27px;
}
.peptide-solutions .peptide-solutions-item-last .peptide-solutions-cover {
  width: 35%;
}
.peptide-solutions .peptide-solutions-item-last .peptide-solutions-cover .peptide-solutions-cover-inner {
  border-radius: 20px;
  overflow: hidden;
}
.peptide-solutions .peptide-solutions-item-last .peptide-solutions-cover .peptide-solutions-cover-inner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.peptide-solutions .peptide-solutions-item-last .peptide-solutions-con {
  padding: 0 2px 0 0;
}
.peptide-solutions .peptide-solutions-item:nth-of-type(2n) {
  margin-right: 0;
}
.supplier-products {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.supplier-products .supplier-inner {
  width: 100%;
  padding: 0 240px 0 245px;
}
.supplier-products .supplier-title {
  font-weight: bold;
  font-size: 40px;
  color: #E63946;
  line-height: 45px;
  margin-bottom: 38px;
  font-family: 'Poppins-Bold';
  text-align: center;
  position: relative;
}
.supplier-products .supplier-title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  height: 2px;
  background: #E63946;
}
.supplier-products .supplier-desc {
  font-weight: 400;
  font-size: 18px;
  color: #272727;
  line-height: 30px;
  text-align: center;
  width: 90%;
  margin: 0 auto 50px;
  max-width: 1110px;
}
.supplier-products .supplier-main {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.supplier-products .supplier-main .supplier-left {
  width: 50%;
}
.supplier-products .supplier-main .supplier-left .supplier-left-title {
  width: 100%;
  font-weight: bold;
  font-size: 35px;
  color: #272727;
  line-height: 53px;
  font-family: 'Poppins-Bold';
  margin-bottom: 24px;
}
.supplier-products .supplier-main .supplier-left .supplier-left-desc {
  font-weight: 400;
  font-size: 16px;
  color: #272727;
  line-height: 26px;
}
.supplier-products .supplier-main .supplier-left .supplier-left-dot {
  font-weight: 400;
  font-size: 16px;
  color: #272727;
  line-height: 26px;
  font-family: 'Poppins-Bold';
  margin: 24px 0;
}
.supplier-products .supplier-main .supplier-form {
  width: 46%;
}
.supplier-products .supplier-main .supplier-form-inner {
  width: 100%;
  padding: 15px 20px 20px;
}
.supplier-products .supplier-main .form {
  width: 100%;
}
.supplier-products .supplier-main .form-input {
  width: 100%;
}
.supplier-products .supplier-main .form-name {
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  color: #4F4C4C;
  line-height: 25px;
  margin-bottom: 6px;
}
.supplier-products .supplier-main .form-input-one {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.supplier-products .supplier-main .form-input-one input {
  width: 100%;
  z-index: 20;
  position: relative;
  border: 0;
  font-weight: 400;
  font-size: 16px;
  color: #4F4C4C;
  font-family: 'Poppins-Regular';
  line-height: 40px;
  background: transparent;
  padding: 0 5px 0 16px;
  transition: 0.5s;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #272727;
}
.supplier-products .supplier-main .form-input-one input::placeholder {
  color: rgba(79, 76, 76, 0.6);
  border: 0;
  outline: none;
  transition: 0.2s;
}
.supplier-products .supplier-main .form-input-one input:focus {
  color: #272727;
  outline: none;
  border: 1px solid #E63946;
  border-radius: 12px;
}
.supplier-products .supplier-main .form-input-one input:focus::placeholder {
  opacity: 0;
}
.supplier-products .supplier-main .form-message {
  width: 100%;
  z-index: 20;
  position: relative;
  overflow: hidden;
}
.supplier-products .supplier-main .form-message .message {
  width: 100%;
  z-index: 20;
  position: relative;
  border: 0;
  font-weight: 400;
  font-size: 16px;
  color: #4F4C4C;
  font-family: 'Poppins-Regular';
  line-height: 32px;
  height: 170px;
  border: 1px solid #272727;
  background: transparent;
  border-radius: 3px;
  padding: 12px 12px 12px 15px;
  transition: 0.5s;
  resize: none;
}
.supplier-products .supplier-main .form-message .message::placeholder {
  color: rgba(79, 76, 76, 0.6);
  border: 0;
  outline: none;
  text-transform: uppercase;
}
.supplier-products .supplier-main .form-message .message:focus {
  color: #272727;
  outline: none;
  border: 1px solid #E63946;
  border-radius: 12px;
}
.supplier-products .supplier-main .form-message .message:focus::placeholder {
  opacity: 0;
}
.supplier-products .supplier-main .form-message .message::-webkit-scrollbar {
  height: 2px;
  width: 0px;
}
.supplier-products .supplier-main .formButton-box {
  width: 100%;
  margin-top: 20px;
  position: relative;
  z-index: 12;
}
.supplier-products .supplier-main .formButton-box .formButton {
  width: 137px;
  height: 40px;
  background: #E63946;
  border-radius: 3px;
  font-family: 'Poppins-Medium';
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  border: none;
}
.supplier-products .supplier-main .formButton-box .formButton .button-more-text {
  height: 100%;
  overflow: hidden;
  margin-right: 0;
}
.supplier-products .supplier-main .formButton-box .formButton .read-more-p {
  font-weight: 500;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 40px;
  position: relative;
  transition: 0.5s;
}
.supplier-products .supplier-main .formButton-box .formButton .read-more-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transform: translateY(100%);
  z-index: 13;
}
.supplier-products .supplier-main .formButton-box .formButton:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.quality-guarantee {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.quality-guarantee .quality-guarantee-inner {
  width: 100%;
  padding: 50px 260px 50px 245px;
  display: flex;
  justify-content: space-between;
}
.quality-guarantee .quality-guarantee-left {
  width: calc(92% - 300px);
}
.quality-guarantee .quality-guarantee-left .quality-guarantee-left-inner {
  width: 100%;
}
.quality-guarantee .quality-guarantee-left .quality-guarantee-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.quality-guarantee .quality-guarantee-left .quality-guarantee-item .quality-guarantee-item-texts {
  width: 50%;
  font-weight: 400;
  font-size: 16px;
  color: #4F4C4C;
  line-height: 26px;
}
.quality-guarantee .quality-guarantee-left .quality-guarantee-item .quality-guarantee-item-texts .quality-guarantee-item-title {
  font-weight: bold;
  font-size: 25px;
  color: #272727;
  line-height: 38px;
  margin-bottom: 2px;
  font-family: 'Poppins-Bold';
}
.quality-guarantee .quality-guarantee-left .quality-guarantee-item .quality-guarantee-item-texts .quality-guarantee-item-title .text {
  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%, #272727 0, #272727 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
.quality-guarantee .quality-guarantee-left .quality-guarantee-item .quality-guarantee-item-imgs {
  width: 47%;
  overflow: hidden;
}
.quality-guarantee .quality-guarantee-left .quality-guarantee-item .quality-guarantee-item-imgs img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.quality-guarantee .quality-guarantee-left .quality-guarantee-item:hover .quality-guarantee-item-texts .quality-guarantee-item-title .text {
  background-size: 100% 1px;
}
.quality-guarantee .quality-guarantee-left .quality-guarantee-item:hover .quality-guarantee-item-imgs img {
  transform: scale(1.05);
}
.quality-guarantee .quality-guarantee-left .quality-guarantee-item1 {
  margin-bottom: 60px;
}
.quality-guarantee .quality-guarantee-form {
  width: 300px;
}
.quality-guarantee .quality-guarantee-form .form {
  width: 100%;
}
.quality-guarantee .quality-guarantee-form .form-input {
  width: 100%;
}
.quality-guarantee .quality-guarantee-form .form-name {
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  color: #4F4C4C;
  line-height: 25px;
  margin-bottom: 6px;
}
.quality-guarantee .quality-guarantee-form .form-input-one {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.quality-guarantee .quality-guarantee-form .form-input-one input {
  width: 100%;
  z-index: 20;
  position: relative;
  border: 0;
  font-weight: 400;
  font-size: 16px;
  color: #4F4C4C;
  font-family: 'Poppins-Regular';
  line-height: 40px;
  background: transparent;
  padding: 0 5px 0 16px;
  transition: 0.5s;
  height: 40px;
  border-radius: 12px;
  border: 1px solid #272727;
}
.quality-guarantee .quality-guarantee-form .form-input-one input::placeholder {
  color: rgba(79, 76, 76, 0.6);
  border: 0;
  outline: none;
  transition: 0.2s;
}
.quality-guarantee .quality-guarantee-form .form-input-one input:focus {
  color: #272727;
  outline: none;
  border: 1px solid #E63946;
  border-radius: 0;
}
.quality-guarantee .quality-guarantee-form .form-input-one input:focus::placeholder {
  opacity: 0;
}
.quality-guarantee .quality-guarantee-form .form-message {
  width: 100%;
  z-index: 20;
  position: relative;
  overflow: hidden;
}
.quality-guarantee .quality-guarantee-form .form-message .message {
  width: 100%;
  z-index: 20;
  position: relative;
  border: 0;
  font-weight: 400;
  font-size: 16px;
  color: #4F4C4C;
  font-family: 'Poppins-Regular';
  line-height: 32px;
  height: 170px;
  border: 1px solid #272727;
  background: transparent;
  border-radius: 12px;
  padding: 12px 12px 12px 15px;
  transition: 0.5s;
  resize: none;
}
.quality-guarantee .quality-guarantee-form .form-message .message::placeholder {
  color: rgba(79, 76, 76, 0.6);
  border: 0;
  outline: none;
  text-transform: uppercase;
}
.quality-guarantee .quality-guarantee-form .form-message .message:focus {
  color: #272727;
  outline: none;
  border: 1px solid #E63946;
  border-radius: 0;
}
.quality-guarantee .quality-guarantee-form .form-message .message:focus::placeholder {
  opacity: 0;
}
.quality-guarantee .quality-guarantee-form .form-message .message::-webkit-scrollbar {
  height: 2px;
  width: 0px;
}
.quality-guarantee .quality-guarantee-form .formButton-box {
  width: 100%;
  margin-top: 20px;
  position: relative;
  z-index: 12;
}
.quality-guarantee .quality-guarantee-form .formButton-box .formButton {
  width: 137px;
  height: 40px;
  background: #E63946;
  border-radius: 3px;
  font-family: 'Poppins-Medium';
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  border: none;
}
.quality-guarantee .quality-guarantee-form .formButton-box .formButton .button-more-text {
  height: 100%;
  overflow: hidden;
  margin-right: 0;
}
.quality-guarantee .quality-guarantee-form .formButton-box .formButton .read-more-p {
  font-weight: 500;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 40px;
  position: relative;
  transition: 0.5s;
}
.quality-guarantee .quality-guarantee-form .formButton-box .formButton .read-more-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transform: translateY(100%);
  z-index: 13;
}
.quality-guarantee .quality-guarantee-form .formButton-box .formButton:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.our-customer {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.our-customer .our-customer-inner {
  width: 100%;
  padding: 0 270px 50px 250px;
}
.our-customer .our-customer-desc {
  width: 90%;
  background: #FAF6ED;
  border-radius: 12px;
  max-width: 1072px;
  font-weight: 400;
  font-size: 16px;
  color: #4F4C4C;
  line-height: 26px;
  padding: 14px 36px;
  margin: 0 auto 38px;
}
.our-customer .our-customer-img {
  width: 100%;
  overflow: hidden;
}
.our-customer .our-customer-img img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.our-customer .our-customer-img:hover img {
  transform: scale(1.05);
}
.abouti {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.abouti .abouti-inner {
  width: 100%;
  padding: 0 360px 50px;
}
.abouti .abouti-title {
  width: 100%;
  font-weight: bold;
  font-size: 40px;
  color: #272727;
  line-height: 60px;
  text-align: center;
  font-family: 'Poppins-Bold';
  position: relative;
  margin-bottom: 20px;
}
.abouti .abouti-title::after {
  content: "";
  width: 100px;
  height: 2px;
  background: #E63946;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -8px;
}
.abouti .abouti-desc {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #4F4C4C;
  line-height: 25px;
}
.abouti .abouti-img {
  width: 100%;
  margin: 50px auto;
  overflow: hidden;
}
.abouti .abouti-img img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.abouti .abouti-img:hover img {
  transform: scale(1.05);
}
.abouti .abouti-honors {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.abouti .abouti-honors .abouti-honor-swiper {
  max-width: 770px;
  width: calc(95% - 140px);
  padding-bottom: 45px;
  position: relative;
}
.abouti .abouti-honors .abouti-honor-swiper .abouti-honor-slide {
  width: 258px;
  aspect-ratio: 0.78233438;
  background: #FFFFFF;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 6px;
  overflow: hidden;
}
.abouti .abouti-honors .abouti-honor-swiper .abouti-honor-slide .el-image {
  width: 100%;
  height: 100%;
}
.abouti .abouti-honors .abouti-honor-swiper .abouti-honor-slide img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: scale(1);
  transition: 0.5s;
}
.abouti .abouti-honors .abouti-honor-swiper .abouti-honor-slide:hover img {
  transform: scale(1.05);
}
.abouti .abouti-honors .abouti-honor-swiper .honor-pagination {
  position: absolute;
  text-align: center;
  bottom: 0;
}
.abouti .abouti-honors .abouti-honor-swiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 1;
  background: #D9D9D9;
  transition: 0.5s;
}
.abouti .abouti-honors .abouti-honor-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #757575;
}
.abouti .abouti-honors .abouti-honor-btn {
  width: 70px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E63B48;
  cursor: pointer;
  color: #fff;
  font-size: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.abouti .abouti-honors .abouti-honor-btn i {
  transition: 0.5s;
  width: 100%;
  height: 100%;
  line-height: 70px;
}
.abouti .abouti-honors .abouti-honor-btn .active {
  position: absolute;
}
.abouti .abouti-honors .abouti-honor-btn-prev i {
  transform: rotateZ(-90deg);
}
.abouti .abouti-honors .abouti-honor-btn-prev .active {
  left: 100%;
}
.abouti .abouti-honors .abouti-honor-btn-prev:hover .default {
  transform: rotateZ(-90deg) translateY(-70px);
}
.abouti .abouti-honors .abouti-honor-btn-prev:hover .active {
  left: 0;
}
.abouti .abouti-honors .abouti-honor-btn-next i {
  transform: rotateZ(90deg) rotateY(180deg);
}
.abouti .abouti-honors .abouti-honor-btn-next .active {
  right: 100%;
}
.abouti .abouti-honors .abouti-honor-btn-next:hover .default {
  transform: rotateZ(90deg) rotateY(180deg) translateY(-70px);
}
.abouti .abouti-honors .abouti-honor-btn-next:hover .active {
  right: 0;
}
.abouti-num {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.abouti-num .abouti-num-inner {
  padding: 0 237px 0 217px;
  width: 100%;
}
.abouti-num .abouti-num-main {
  width: 100%;
  background: #FAF6ED;
  border-radius: 12px;
  padding: 30px 52px;
  display: flex;
  justify-content: space-between;
}
.abouti-num .abouti-num-item .abouti-num-top {
  color: #E63B48;
  font-weight: bold;
  font-family: 'Poppins-Bold';
  display: flex;
  align-items: flex-end;
}
.abouti-num .abouti-num-item span {
  font-size: 80px;
  line-height: 80px;
}
.abouti-num .abouti-num-item .add {
  font-size: 80px;
  line-height: 75px;
  margin-left: 12px;
}
.abouti-num .abouti-num-item .unit {
  font-size: 24px;
  line-height: 30px;
}
.abouti-num .abouti-num-item .abouti-num-desc {
  font-weight: 200;
  font-size: 16px;
  color: #4F4C4C;
  line-height: 16px;
  text-align: center;
  margin-top: 5px;
  opacity: 0.8;
}
.faq-contacti {
  width: 100%;
  max-width: 1920px;
  padding: 50px 275px 60px;
  margin: 0 auto;
  overflow: hidden;
}
.faq-contacti .faq-contacti-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.faq-contacti .faq-contacti-title {
  font-weight: bold;
  font-size: 40px;
  color: #272727;
  line-height: 45px;
  font-family: 'Poppins-Bold';
  position: relative;
}
.faq-contacti .faq-contacti-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 2px;
  width: 100px;
  background: #E63946;
}
.faq-contacti .faq-main {
  width: calc(50% - 10px);
}
.faq-contacti .faq-main .faq-contacti-title {
  margin-bottom: 50px;
}
.faq-contacti .faq-main .faq-list {
  width: 100%;
}
.faq-contacti .faq-main .faq-data-item {
  width: 100%;
  margin-bottom: 10px;
}
.faq-contacti .faq-main .faq-data-item .faq-data-item-title {
  background: #FAF6ED;
  border-radius: 10px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: 0.5s;
}
.faq-contacti .faq-main .faq-data-item .faq-data-item-title .text {
  font-weight: bold;
  font-size: 16px;
  color: #272727;
  line-height: 26px;
  font-family: 'Poppins-Bold';
  transition: 0.5s;
}
.faq-contacti .faq-main .faq-data-item .faq-data-item-title .right {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.faq-contacti .faq-main .faq-data-item .faq-data-item-title .right .right-inner {
  width: 14px;
  height: 14px;
  position: relative;
  text-align: center;
  line-height: 14px;
}
.faq-contacti .faq-main .faq-data-item .faq-data-item-title .right .right-inner .menu {
  width: 100%;
  height: 2px;
  background: #272727;
  border-radius: 2px;
  transition: 0.5s;
  margin-top: 6px;
}
.faq-contacti .faq-main .faq-data-item .faq-data-item-title .right .right-inner .add {
  width: 2px;
  height: 100%;
  background: #272727;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.5s;
}
.faq-contacti .faq-main .faq-data-item .faq-data-item-val {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1.2s ease-in-out;
}
.faq-contacti .faq-main .faq-data-item .faq-data-item-val .faq-data-item-val-inner {
  font-weight: 400;
  font-size: 16px;
  color: #4F4C4C;
  line-height: 26px;
  padding: 15px 20px;
}
.faq-contacti .faq-main .faq-data-item:hover .faq-data-item-title {
  background: #E63946;
}
.faq-contacti .faq-main .faq-data-item:hover .faq-data-item-title .text {
  color: #FFFFFF;
}
.faq-contacti .faq-main .faq-data-item:hover .faq-data-item-title .right .right-inner .menu {
  background: #fff;
}
.faq-contacti .faq-main .faq-data-item:hover .faq-data-item-title .right .right-inner .add {
  background: #fff;
}
.faq-contacti .faq-main .faq-data-item-active .faq-data-item-title {
  background: #E63946;
}
.faq-contacti .faq-main .faq-data-item-active .faq-data-item-title .text {
  color: #FFFFFF;
}
.faq-contacti .faq-main .faq-data-item-active .faq-data-item-title .right .right-inner .menu {
  background: #fff;
}
.faq-contacti .faq-main .faq-data-item-active .faq-data-item-title .right .right-inner .add {
  background: #fff;
  transform: rotateZ(90deg);
}
.faq-contacti .faq-main .faq-data-item-active .faq-data-item-val {
  max-height: 1200px;
}
.faq-contacti .faq-main .faq-data-item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.faq-contacti .contacti {
  width: calc(50% - 10px);
}
.faq-contacti .contacti .faq-contacti-title {
  margin-bottom: 30px;
}
.faq-contacti .contacti .contacti-inner {
  width: 100%;
}
.faq-contacti .contacti .form {
  width: 100%;
  background: #FAF6ED;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  padding: 40px 20px;
}
.faq-contacti .contacti .form-input {
  width: 100%;
}
.faq-contacti .contacti .form-name {
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  color: #4F4C4C;
  line-height: 25px;
  margin-bottom: 6px;
}
.faq-contacti .contacti .form-input-one {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.faq-contacti .contacti .form-input-one input {
  width: 100%;
  z-index: 20;
  position: relative;
  border: 0;
  font-weight: 400;
  font-size: 16px;
  color: #4F4C4C;
  font-family: 'Poppins-Regular';
  line-height: 40px;
  background: transparent;
  padding: 0 5px 0 16px;
  transition: 0.5s;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #272727;
}
.faq-contacti .contacti .form-input-one input::placeholder {
  color: rgba(79, 76, 76, 0.6);
  border: 0;
  outline: none;
  transition: 0.2s;
}
.faq-contacti .contacti .form-input-one input:focus {
  color: #272727;
  outline: none;
  border: 1px solid #E63946;
  border-radius: 12px;
}
.faq-contacti .contacti .form-input-one input:focus::placeholder {
  opacity: 0;
}
.faq-contacti .contacti .form-message {
  width: 100%;
  z-index: 20;
  position: relative;
  overflow: hidden;
}
.faq-contacti .contacti .form-message .message {
  width: 100%;
  z-index: 20;
  position: relative;
  border: 0;
  font-weight: 400;
  font-size: 16px;
  color: #4F4C4C;
  font-family: 'Poppins-Regular';
  line-height: 32px;
  height: 170px;
  border: 1px solid #272727;
  background: transparent;
  border-radius: 3px;
  padding: 12px 12px 12px 15px;
  transition: 0.5s;
  resize: none;
}
.faq-contacti .contacti .form-message .message::placeholder {
  color: rgba(79, 76, 76, 0.6);
  border: 0;
  outline: none;
  text-transform: uppercase;
}
.faq-contacti .contacti .form-message .message:focus {
  color: #272727;
  outline: none;
  border: 1px solid #E63946;
  border-radius: 12px;
}
.faq-contacti .contacti .form-message .message:focus::placeholder {
  opacity: 0;
}
.faq-contacti .contacti .form-message .message::-webkit-scrollbar {
  height: 2px;
  width: 0px;
}
.faq-contacti .contacti .formButton-box {
  width: 100%;
  margin-top: 20px;
  position: relative;
  z-index: 12;
}
.faq-contacti .contacti .formButton-box .formButton {
  width: 137px;
  height: 40px;
  background: #E63946;
  border-radius: 3px;
  font-family: 'Poppins-Medium';
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  border: none;
}
.faq-contacti .contacti .formButton-box .formButton .button-more-text {
  height: 100%;
  overflow: hidden;
  margin-right: 0;
}
.faq-contacti .contacti .formButton-box .formButton .read-more-p {
  font-weight: 500;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 40px;
  position: relative;
  transition: 0.5s;
}
.faq-contacti .contacti .formButton-box .formButton .read-more-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transform: translateY(100%);
  z-index: 13;
}
.faq-contacti .contacti .formButton-box .formButton:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
footer {
  background: #141B35;
  padding: 56px 283px 156px;
  overflow: hidden;
}
footer .footer-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-side {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  width: 284px;
  text-align: center;
}
footer .footer-side .footer-logo {
  width: 100%;
  margin-bottom: 8px;
}
footer .footer-side .footer-logo img {
  display: block;
  width: 100%;
}
footer .footer-side .footer-Technical {
  width: 100%;
}
footer .footer-contacts-one {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 24px;
  position: relative;
  z-index: 12;
  transition: 0.5s;
}
footer .footer-contacts-one .icon {
  width: 36px;
  margin-right: 15px;
}
footer .footer-contacts-one .icon img {
  display: block;
  width: 100%;
  transform: rotateY(0deg);
  transition: 0.5s;
}
footer .footer-contacts-one .text {
  white-space: nowrap;
  position: relative;
}
footer .footer-contacts-one .text::after {
  width: 0;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFFFFF;
  transition: 0.5s;
}
footer .footer-contacts-one:hover {
  color: #FFFFFF;
}
footer .footer-contacts-one:hover .icon img {
  transform: rotateY(360deg);
}
footer .footer-contacts-one:hover .text::after {
  width: 100%;
}
.WhatsApp-fixed {
  position: fixed;
  z-index: 50;
  width: 170px;
  height: 68px;
  bottom: 5%;
  left: 36%;
  background: #00C3FF;
  border-radius: 12px;
  overflow: hidden;
  font-weight: 500;
  font-size: 25px;
  line-height: 68px;
  color: #FFFFFF;
  text-align: center;
}
.WhatsApp-fixed .text {
  position: relative;
  height: 100%;
  z-index: 12;
  transition: 0.5s;
}
.WhatsApp-fixed .text::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  transform: translateY(100%);
  z-index: 13;
}
.WhatsApp-fixed:hover .text {
  transform: translateY(-100%);
  transition: 0.5s;
}
.email-fixed {
  position: fixed;
  z-index: 50;
  width: 170px;
  height: 68px;
  bottom: 5%;
  left: 49%;
  background: #00C3FF;
  border-radius: 12px;
  overflow: hidden;
  font-weight: 500;
  font-size: 25px;
  line-height: 68px;
  color: #FFFFFF;
  text-align: center;
}
.email-fixed .text {
  position: relative;
  height: 100%;
  z-index: 12;
  transition: 0.5s;
}
.email-fixed .text::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  transform: translateY(100%);
  z-index: 13;
}
.email-fixed:hover .text {
  transform: translateY(-100%);
  transition: 0.5s;
}
.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;
  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;
  color: #333;
}
.success .ncon p {
  text-align: center;
  margin-bottom: 5px;
  color: #333;
}
.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;
}
@media only screen and (max-width: 641px) {
  .success .ncon h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1918px) {
  header .header-inner {
    padding: 0 200px;
  }
  .products-case .products-case-inner {
    padding: 50px 120px 50px 146px;
  }
  .whychoose .whychoose-inner {
    padding: 0 120px 0 146px;
  }
  .peptide-solutions .peptide-solutions-inner {
    padding: 60px 146px 45px;
  }
  .supplier-products .supplier-inner {
    padding: 0 120px 0 145px;
  }
  .quality-guarantee .quality-guarantee-inner {
    padding: 50px 120px 50px 145px;
  }
  .our-customer .our-customer-inner {
    padding: 0 120px 50px 150px;
  }
  .abouti .abouti-inner {
    padding: 0 160px 50px;
  }
  .abouti-num .abouti-num-inner {
    padding: 0 137px 0 117px;
  }
  .faq-contacti {
    padding: 50px 175px 60px;
  }
  footer {
    padding: 56px 183px 156px;
  }
  footer .footer-side {
    width: 255px;
  }
}
@media only screen and (max-width: 1650px) {
  header .header-contacts-one {
    font-size: 20px;
  }
  header .header-contacts-one .icon {
    width: 32px;
  }
  .whychooseDialog .whychooseDialog-main .whychoose-right-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .whychooseDialog .whychooseDialog-main .form-input-one {
    margin-bottom: 16px;
  }
  .whychooseDialog .whychooseDialog-main .whychoose-right-inner {
    padding: 26px 30px 28px;
  }
  .nban .nban-inner .nban-inner-title {
    font-size: 50px;
  }
  .products-case .products-case-btns .products-case-btn {
    font-size: 25px;
    width: 240px;
    height: 70px;
    line-height: 70px;
  }
  .whychoose .whychoose-right .whychoose-right-title {
    font-size: 36px;
  }
  .whychoose .whychoose-left .whychoose-title {
    font-size: 36px;
  }
  .whychoose .whychoose-left .whychoose-desc .text {
    margin-bottom: 18px;
  }
  footer {
    padding: 50px 160px 156px;
  }
  footer .footer-contacts-one {
    font-size: 22px;
  }
  footer .footer-contacts-one .icon {
    width: 32px;
  }
}
@media only screen and (max-width: 1598px) {
  header .header-contacts-one {
    font-size: 19px;
  }
  header .header-inner {
    padding: 0 120px;
  }
  .whychooseDialog .whychooseDialog-main .form-input-one {
    margin-bottom: 14px;
  }
  .whychooseDialog .whychooseDialog-main .whychoose-right-title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 14px;
  }
  .whychooseDialog .whychooseDialog-main .formButton-box {
    margin-top: 15px;
  }
  .whychooseDialog .whychooseDialog-main .whychoose-right-inner {
    padding: 26px 30px 24px;
  }
  .whychooseDialog .whychooseDialog-main .whychooseDialog-close {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
  .whychooseDialog .whychooseDialog-main .whychooseDialog-close svg {
    width: 38px;
    height: 38px;
  }
  .whychooseDialog .whychooseDialog-main .whychoose-right {
    margin-top: 55px;
  }
  .whychooseDialog .whychooseDialog-main .form-message .message {
    height: 130px;
  }
  .nban .nban-inner {
    padding: 13% 110px 10%;
  }
  .nban .nban-inner .nban-inner-title {
    font-size: 42px;
  }
  .products-case .products-case-inner {
    padding: 50px 80px 50px;
  }
  .whychoose .whychoose-inner {
    padding: 0 80px;
  }
  .whychoose .whychoose-right .whychoose-right-title {
    font-size: 32px;
    line-height: 42px;
  }
  .whychoose .whychoose-left .whychoose-title {
    font-size: 34px;
  }
  .whychoose .whychoose-left .whychoose-desc {
    font-size: 16px;
  }
  .peptide-solutions .peptide-solutions-inner {
    padding: 50px 80px 25px;
  }
  .peptide-solutions .peptide-solutions-desc {
    width: 90%;
    margin: 0 auto 32px;
  }
  .peptide-solutions .peptide-solutions-item .peptide-solutions-con .peptide-solutions-con-desc {
    font-size: 14px;
  }
  .peptide-solutions .peptide-solutions-item .peptide-solutions-con .peptide-solutions-btns .peptide-solutions-btn {
    width: 142px;
  }
  .peptide-solutions .peptide-solutions-item .peptide-solutions-con .peptide-solutions-btns .peptide-solutions-btn1 {
    margin-right: 18px;
  }
  .supplier-products .supplier-inner {
    padding: 0 80px;
  }
  .quality-guarantee .quality-guarantee-inner {
    padding: 50px 80px;
  }
  .quality-guarantee .quality-guarantee-left {
    width: calc(95% - 300px);
  }
  .quality-guarantee .quality-guarantee-left .quality-guarantee-item .quality-guarantee-item-texts {
    font-size: 15px;
  }
  .our-customer .our-customer-inner {
    padding: 0 80px 50px 80px;
  }
  .abouti .abouti-inner {
    padding: 0 80px 50px;
  }
  .abouti .abouti-desc {
    font-size: 14px;
  }
  .abouti .abouti-img {
    margin: 40px auto;
  }
  .abouti .abouti-honors {
    margin-bottom: 0;
  }
  .abouti-num .abouti-num-inner {
    padding: 0 80px;
  }
  .abouti-num .abouti-num-item span {
    font-size: 66px;
    line-height: 70px;
  }
  .abouti-num .abouti-num-item .add {
    font-size: 66px;
    line-height: 70px;
  }
  .abouti-num .abouti-num-item .unit {
    font-size: 21px;
    line-height: 35px;
  }
  .faq-contacti {
    padding: 50px 80px 50px;
  }
  .faq-contacti .faq-contacti-title {
    font-size: 36px;
  }
  .faq-contacti .faq-main .faq-data-item .faq-data-item-title .text {
    font-size: 15px;
  }
  footer {
    padding: 40px 80px 140px;
  }
  footer .footer-side {
    width: 228px;
  }
  footer .footer-contacts-one {
    font-size: 20px;
  }
  footer .footer-contacts-one .icon {
    width: 30px;
    margin-right: 13px;
  }
  .email-fixed {
    width: 160px;
    height: 60px;
    left: 51%;
    font-size: 24px;
    line-height: 60px;
  }
  .WhatsApp-fixed {
    width: 160px;
    height: 60px;
    font-size: 24px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 1365px) {
  header .header-inner {
    padding: 0 80px;
  }
  .whychooseDialog .whychooseDialog-main .whychoose-right {
    width: 550px;
  }
  .whychooseDialog .whychooseDialog-main .whychoose-right-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .whychooseDialog .whychooseDialog-inner {
    width: 680px;
  }
  .nban .nban-inner {
    padding: 12% 80px 8%;
  }
  .nban .nban-inner .nban-inner-btns {
    margin-top: 4%;
  }
  .nban .nban-inner .nban-inner-title {
    font-size: 40px;
  }
  .products-case .products-case-inner {
    padding: 50px 50px 50px;
  }
  .products-case .products-case-btns .products-case-btn {
    font-size: 23px;
    width: 232px;
    height: 66px;
    line-height: 66px;
  }
  .products-case .products-case-btns .products-case-btn1 {
    margin-bottom: 35px;
  }
  .whychoose .whychoose-inner {
    padding: 0 50px;
  }
  .peptide-solutions .peptide-solutions-inner {
    padding: 42px 50px 25px;
  }
  .peptide-solutions .peptide-solutions-title {
    font-size: 38px;
  }
  .peptide-solutions .peptide-solutions-item .peptide-solutions-con .peptide-solutions-btns .peptide-solutions-btn {
    width: 138px;
    font-size: 15px;
  }
  .supplier-products .supplier-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 36px;
  }
  .supplier-products .supplier-inner {
    padding: 0 50px;
  }
  .supplier-products .supplier-desc {
    font-size: 16px;
    margin: 0 auto 20px;
  }
  .supplier-products .supplier-main .supplier-left .supplier-left-title {
    font-size: 33px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  .quality-guarantee .quality-guarantee-inner {
    padding: 38px 50px 50px;
  }
  .quality-guarantee .quality-guarantee-left .quality-guarantee-item .quality-guarantee-item-texts .quality-guarantee-item-title {
    font-size: 23px;
  }
  .our-customer .our-customer-inner {
    padding: 0 50px 40px;
  }
  .abouti .abouti-title {
    font-size: 38px;
    line-height: 55px;
  }
  .abouti .abouti-img {
    margin: 30px auto 35px;
  }
  .abouti .abouti-inner {
    padding: 0 50px 35px;
  }
  .abouti-num .abouti-num-inner {
    padding: 0 50px;
  }
  .faq-contacti {
    padding: 42px 50px 42px;
  }
  footer .footer-contacts-one {
    font-size: 18px;
  }
  footer .footer-side {
    width: 210px;
  }
  header .header-contacts-one {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1251px) {
  header .header-inner {
    padding: 0 50px;
  }
  .whychooseDialog .whychooseDialog-main .form-name {
    font-size: 14px;
    line-height: 20px;
  }
  .whychooseDialog .whychooseDialog-main .form-input-one input {
    font-size: 14px;
    line-height: 38px;
    height: 38px;
  }
  .whychooseDialog .whychooseDialog-main .form-message .message {
    font-size: 14px;
    height: 100px;
  }
  .whychooseDialog .whychooseDialog-main .whychooseDialog-close {
    width: 48px;
    height: 48px;
  }
  .whychooseDialog .whychooseDialog-main .whychoose-right-inner {
    padding: 20px 25px 16px;
    border-radius: 15px;
  }
  .whychooseDialog .whychooseDialog-main .form-input-one {
    margin-bottom: 12px;
  }
  .whychooseDialog .whychooseDialog-main .formButton-box {
    margin-top: 10px;
  }
  .whychooseDialog .whychooseDialog-main .form-input-one input {
    line-height: 35px;
    height: 35px;
  }
  .whychooseDialog .whychooseDialog-inner {
    width: 660px;
  }
  .whychooseDialog .whychooseDialog-main .whychoose-right {
    margin-top: 48px;
  }
  .whychooseDialog .whychooseDialog-main .whychooseDialog-close svg {
    width: 34px;
    height: 34px;
  }
  .nban .nban-inner .nban-inner-desc {
    font-size: 15px;
  }
  .nban .nban-inner .nban-inner-title {
    font-size: 32px;
    line-height: 45px;
  }
  .nban .nban-inner {
    padding: 13% 50px 6%;
  }
  .products-case .products-case-inner {
    padding: 42px 5% 42px;
  }
  .products-case .products-case-title {
    font-size: 33px;
    line-height: 42px;
    margin-bottom: 40px;
  }
  .products-case .products-case-title::after {
    bottom: -7px;
  }
  .products-case .products-case-btns .products-case-btn {
    font-size: 21px;
    width: 202px;
    height: 62px;
    line-height: 62px;
  }
  .products-case .products-case-btns .products-case-btn1 {
    margin-bottom: 30px;
  }
  .products-case .products-case-left {
    width: 280px;
  }
  .products-case .products-case-right {
    width: calc(100% - 280px);
  }
  .whychoose .whychoose-inner {
    padding: 0 5%;
  }
  .whychoose .whychoose-left .whychoose-title {
    font-size: 28px;
    margin-bottom: 48px;
    line-height: 30px;
  }
  .whychoose .whychoose-left .whychoose-title::after {
    bottom: -20px;
  }
  .whychoose .whychoose-left .whychoose-desc {
    font-size: 14px;
    line-height: 27px;
  }
  .whychoose .whychoose-left .whychoose-desc .text {
    margin-bottom: 14px;
  }
  .whychoose .whychoose-right .whychoose-right-title {
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .whychoose .whychoose-right .whychoose-right-inner {
    border-radius: 12px;
    padding: 24px 30px 30px;
  }
  .whychoose .whychoose-right .form-input-one {
    margin-bottom: 16px;
  }
  .whychoose .whychoose-left .whychoose-desc .text:nth-last-of-type(1) {
    margin-bottom: 26px;
  }
  .whychoose .whychoose-left .whychoose-btn {
    width: 200px;
    height: 56px;
    font-size: 16px;
    line-height: 56px;
  }
  .peptide-solutions .peptide-solutions-inner {
    padding: 36px 5% 12px;
  }
  .peptide-solutions .peptide-solutions-title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 36px;
  }
  .peptide-solutions .peptide-solutions-desc {
    font-size: 14px;
  }
  .peptide-solutions .peptide-solutions-desc {
    width: 92%;
    margin: 0 auto 24px;
  }
  .peptide-solutions .peptide-solutions-item .peptide-solutions-con .peptide-solutions-con-desc {
    font-size: 13px;
    margin-bottom: 20px;
    padding-right: 3%;
  }
  .peptide-solutions .peptide-solutions-item .peptide-solutions-con .peptide-solutions-btns .peptide-solutions-btn {
    width: 110px;
    font-size: 14px;
  }
  .peptide-solutions .peptide-solutions-item .peptide-solutions-cover {
    width: 38%;
  }
  .peptide-solutions .peptide-solutions-item .peptide-solutions-con {
    width: 60%;
  }
  .peptide-solutions .peptide-solutions-item-last {
    padding: 25px 24px;
  }
  .peptide-solutions .peptide-solutions-item .peptide-solutions-cover {
    display: flex;
    align-items: center;
  }
  .supplier-products .supplier-title {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 32px;
  }
  .supplier-products .supplier-desc {
    font-size: 15px;
    margin: 0 auto 22px;
  }
  .supplier-products .supplier-main .supplier-left .supplier-left-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 18px;
  }
  .supplier-products .supplier-main .supplier-left .supplier-left-desc {
    font-size: 14px;
  }
  .supplier-products .supplier-main .supplier-left .supplier-left-dot {
    margin: 14px 0;
  }
  .supplier-products .supplier-main .supplier-form-inner {
    padding: 0 20px 20px;
  }
  .supplier-products .supplier-main .form-input-one {
    margin-bottom: 16px;
  }
  .quality-guarantee .quality-guarantee-inner {
    padding: 30px 5% 35px;
  }
  .quality-guarantee .quality-guarantee-left .quality-guarantee-item .quality-guarantee-item-texts {
    font-size: 14px;
  }
  .quality-guarantee .quality-guarantee-left .quality-guarantee-item {
    flex-wrap: wrap;
  }
  .quality-guarantee .quality-guarantee-left {
    width: 48%;
  }
  .quality-guarantee .quality-guarantee-left .quality-guarantee-item1 {
    flex-direction: column-reverse;
    margin-bottom: 26px;
  }
  .quality-guarantee .quality-guarantee-form {
    width: 48%;
  }
  .quality-guarantee .quality-guarantee-left .quality-guarantee-item .quality-guarantee-item-imgs {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
  .quality-guarantee .quality-guarantee-left .quality-guarantee-item .quality-guarantee-item-texts {
    width: 100%;
    margin-top: 26px;
  }
  .our-customer .our-customer-inner {
    padding: 0 5% 32px;
  }
  .our-customer .our-customer-desc {
    width: 100%;
    font-size: 15px;
    padding: 14px 32px;
    margin: 0 auto 32px;
  }
  .abouti .abouti-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 30px;
  }
  .abouti .abouti-desc {
    font-size: 13px;
  }
  .abouti .abouti-img {
    margin: 24px auto 35px;
  }
  .abouti .abouti-honors .abouti-honor-swiper {
    width: calc(90% - 140px);
  }
  .abouti-num .abouti-num-inner {
    padding: 0 5%;
  }
  .abouti-num .abouti-num-item span {
    font-size: 50px;
    line-height: 62px;
  }
  .abouti-num .abouti-num-item .add {
    font-size: 46px;
    line-height: 65px;
    margin-left: 9px;
  }
  .abouti-num .abouti-num-item .unit {
    font-size: 19px;
    line-height: 40px;
  }
  .abouti-num .abouti-num-item .abouti-num-desc {
    font-size: 14px;
    margin-top: 2px;
  }
  .abouti-num .abouti-num-main {
    padding: 26px 28px;
  }
  .faq-contacti {
    padding: 35px 5% 40px;
  }
  .faq-contacti .faq-contacti-title {
    font-size: 32px;
  }
  .faq-contacti .contacti .form {
    padding: 30px 20px;
  }
  footer {
    padding: 38px 5% 140px;
  }
  .WhatsApp-fixed {
    width: 142px;
    height: 52px;
    font-size: 20px;
    line-height: 52px;
    left: 32%;
  }
  .email-fixed {
    width: 142px;
    height: 52px;
    font-size: 20px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 1023px) {
  footer .footer-side {
    width: 170px;
    font-size: 12px;
  }
  footer .footer-contacts-one {
    font-size: 16px;
  }
  .whychooseDialog .whychooseDialog-inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .whychooseDialog .whychooseDialog-main .whychoose-right {
    height: auto;
    max-height: 80vh;
  }
  .WhatsApp-fixed {
    left: 24%;
  }
  .email-fixed {
    left: 54%;
  }
  .faq-contacti .faq-contacti-inner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .faq-contacti .faq-main {
    width: 100%;
    margin-top: 30px;
  }
  .abouti .abouti-inner {
    padding: 0 5% 35px;
  }
  .faq-contacti .contacti {
    width: 100%;
  }
  .faq-contacti .faq-main .faq-contacti-title {
    margin-bottom: 38px;
  }
  .abouti-num .abouti-num-main {
    flex-wrap: wrap;
  }
  .abouti-num .abouti-num-main .abouti-num-item {
    width: 50%;
  }
  .abouti-num .abouti-num-item .abouti-num-top {
    justify-content: center;
  }
  .abouti .abouti-honors .abouti-honor-swiper {
    width: calc(95% - 140px);
  }
  .abouti .abouti-honors .abouti-honor-swiper .abouti-honor-slide {
    width: 228px;
  }
  .quality-guarantee .quality-guarantee-inner {
    flex-wrap: wrap;
  }
  .quality-guarantee .quality-guarantee-left {
    width: 100%;
  }
  .quality-guarantee .quality-guarantee-form {
    width: 100%;
    margin-top: 32px;
  }
  .quality-guarantee .quality-guarantee-left .quality-guarantee-item .quality-guarantee-item-texts .quality-guarantee-item-title {
    text-align: center;
  }
  .supplier-products .supplier-main {
    flex-wrap: wrap;
  }
  .supplier-products .supplier-main .supplier-left {
    width: 100%;
  }
  .supplier-products .supplier-main .supplier-form {
    width: 100%;
    margin-top: 30px;
  }
  .supplier-products .supplier-main .supplier-form-inner {
    padding: 0 0;
  }
  .supplier-products .supplier-main .supplier-left .supplier-left-title {
    text-align: center;
  }
  .supplier-products .supplier-main .supplier-left .supplier-left-dot {
    text-align: center;
  }
  .supplier-products .supplier-desc {
    font-size: 14px;
    margin: 0 auto 22px;
    width: 100%;
  }
  .supplier-products .supplier-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  .supplier-products .supplier-main .supplier-left .supplier-left-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .peptide-solutions .peptide-solutions-title {
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 34px;
  }
  .peptide-solutions .peptide-solutions-desc {
    width: 100%;
    margin: 0 auto 22px;
  }
  .peptide-solutions .peptide-solutions-item {
    flex-wrap: wrap;
  }
  .peptide-solutions .peptide-solutions-item .peptide-solutions-con {
    width: 100%;
    padding: 0 20px 22px;
  }
  .peptide-solutions .peptide-solutions-item .peptide-solutions-cover {
    margin: 12px auto 0;
    width: 90%;
    max-width: 200px;
  }
  .peptide-solutions .peptide-solutions-item-last .peptide-solutions-con {
    padding: 0 2px 0 0;
  }
  .peptide-solutions .peptide-solutions-item-last {
    padding: 0 20px 22px;
  }
  .whychoose .whychoose-inner {
    flex-wrap: wrap;
  }
  .whychoose .whychoose-left {
    width: 100%;
  }
  .whychoose .whychoose-right {
    width: 100%;
    margin-top: 30px;
  }
  .products-case .products-case-inner {
    flex-wrap: wrap;
  }
  .products-case .products-case-left {
    width: 100%;
  }
  .products-case .products-case-right {
    width: 100%;
    margin: 28px auto 0;
  }
  .products-case .products-case-btns {
    display: flex;
    align-items: center;
  }
  .products-case .products-case-btns .products-case-btn1 {
    margin-right: 30px;
    margin-bottom: 0;
  }
  .nban .nban-inner .nban-inner-desc {
    display: none;
  }
  .nban .nban-inner {
    justify-content: center;
  }
  .nban .nban-inner {
    padding: 80px 50px 3%;
  }
  header .header-inner {
    padding: 0 5%;
  }
  header .header-logo {
    width: 150px;
  }
  header .header-contacts-one {
    font-size: 16px;
  }
  header .header-contacts-one .icon {
    width: 30px;
    margin-right: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .nban .nban-inner .nban-inner-btns {
    display: none;
  }
  .nban .nban-inner {
    background: rgba(0, 0, 0, 0.3);
  }
  .whychooseDialog .whychooseDialog-inner {
    width: 90vw;
  }
  .whychooseDialog .whychooseDialog-main .whychoose-right {
    width: 88vw;
    margin-top: 66px;
  }
  .whychooseDialog .whychooseDialog-main .whychoose-right-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 14px;
  }
  .products-case .products-case-btns1 {
    display: none;
  }
  .products-case .products-case-btns2 {
    display: flex;
    margin-top: 22px;
  }
  .products-case .products-case-right {
    margin-top: 0;
  }
  header .header-contacts-one {
    font-size: 12px;
  }
  header .header-contacts-one .icon {
    width: 23px;
    margin-right: 5px;
  }
  .nban .nban-inner .nban-inner-title {
    font-size: 20px;
    line-height: 35px;
  }
  .nban .nban-inner {
    padding: 55px 5% 2%;
  }
  .nban .nban-inner .nban-inner-btns .nban-inner-btn {
    width: 112px;
    height: 42px;
    border-radius: 9px;
    font-size: 14px;
    line-height: 42px;
  }
  .products-case .products-case-title {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 34px;
  }
  .products-case .products-case-inner {
    padding: 30px 5% 35px;
  }
  .products-case .products-case-btns .products-case-btn {
    font-size: 18px;
    width: 160px;
    height: 55px;
    line-height: 55px;
  }
  .whychoose .whychoose-left .whychoose-title {
    font-size: 26px;
    margin-bottom: 45px;
    line-height: 28px;
  }
  .peptide-solutions .peptide-solutions-item {
    border-radius: 15px;
    width: calc(50% - 8px);
    margin-right: 16px;
    margin-bottom: 18px;
  }
  .peptide-solutions .peptide-solutions-item .peptide-solutions-con .peptide-solutions-con-desc {
    padding-right: 0;
  }
  .peptide-solutions .peptide-solutions-item .peptide-solutions-con {
    padding: 0 16px 20px;
  }
  .peptide-solutions .peptide-solutions-item-last {
    padding: 0 16px 20px;
  }
  .peptide-solutions .peptide-solutions-item .peptide-solutions-cover {
    margin: 10px auto 0;
  }
  .supplier-products .supplier-inner {
    padding: 0 5%;
  }
  .supplier-products .supplier-main .supplier-left .supplier-left-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .supplier-products .supplier-main .supplier-left .supplier-left-dot {
    margin: 10px 0 8px;
  }
  .supplier-products .supplier-main .supplier-form {
    margin-top: 22px;
  }
  .quality-guarantee .quality-guarantee-form {
    margin-top: 22px;
  }
  .our-customer .our-customer-desc {
    font-size: 14px;
    padding: 14px 24px;
    margin: 0 auto 22px;
  }
  .our-customer .our-customer-inner {
    padding: 0 5% 26px;
  }
  .abouti .abouti-inner {
    padding: 0 5% 28px;
  }
  .abouti .abouti-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 26px;
  }
  .faq-contacti {
    padding: 28px 5% 35px;
  }
  .faq-contacti .faq-contacti-title {
    font-size: 30px;
  }
  footer .footer-inner {
    flex-wrap: wrap;
  }
  footer .footer-side {
    width: 100%;
    margin-bottom: 20px;
  }
  footer {
    padding: 32px 5% 150px;
  }
  footer .footer-side .footer-logo {
    width: 150px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 638px) {
  header .header-contacts-one:nth-last-of-type(1) {
    display: none;
  }
  header .header-logo {
    width: 110px;
  }
  header {
    height: 54px;
  }
  .peptide-solutions .peptide-solutions-item .peptide-solutions-con {
    padding: 0 8px 20px;
  }
  .peptide-solutions .peptide-solutions-item {
    border-radius: 12px;
    width: calc(50% - 6px);
    margin-right: 12px;
    margin-bottom: 16px;
  }
  .peptide-solutions .peptide-solutions-item .peptide-solutions-con .peptide-solutions-btns .peptide-solutions-btn1 {
    margin-right: 10px;
  }
  .peptide-solutions .peptide-solutions-item .peptide-solutions-con .peptide-solutions-btns .peptide-solutions-btn {
    width: 100px;
    font-size: 13px;
  }
  .peptide-solutions .peptide-solutions-item-last {
    padding: 0 0px 20px;
  }
  .supplier-products .supplier-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 28px;
  }
  .whychoose .whychoose-left .whychoose-title {
    font-size: 22px;
    margin-bottom: 42px;
    line-height: 25px;
  }
  .whychoose .whychoose-left .whychoose-title::after {
    width: 15%;
    max-width: 100px;
  }
  .products-case .products-case-title {
    font-size: 24px;
    line-height: 39px;
    margin-bottom: 32px;
  }
  .products-case .products-case-title::after {
    width: 15%;
    max-width: 100px;
  }
  .whychoose .whychoose-right .whychoose-right-inner {
    padding: 22px 24px 26px;
  }
  .peptide-solutions .peptide-solutions-item .peptide-solutions-con .peptide-solutions-btns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .peptide-solutions .peptide-solutions-item .peptide-solutions-con .peptide-solutions-btns .peptide-solutions-btn1 {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .abouti .abouti-honors .abouti-honor-btn {
    width: 60px;
    font-size: 24px;
  }
  .abouti .abouti-honors .abouti-honor-btn i {
    line-height: 60px;
  }
  .abouti .abouti-honors .abouti-honor-swiper {
    width: calc(95% - 120px);
    overflow: visible;
  }
  .abouti-num .abouti-num-main .abouti-num-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .abouti-num .abouti-num-main {
    padding: 22px 22px 14px;
  }
  .faq-contacti .faq-contacti-title::after {
    width: 15%;
    max-width: 100px;
  }
  footer .footer-inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer .footer-contacts-one {
    margin-top: 15px;
  }
  footer .footer-side {
    margin-bottom: 6px;
  }
  .WhatsApp-fixed {
    left: 8%;
  }
  .peptide-solutions .peptide-solutions-item .peptide-solutions-con .peptide-solutions-con-desc {
    font-size: 11px;
  }
}
@media only screen and (max-width: 425px) {
  .nban .nban-inner .nban-inner-title {
    font-size: 18px;
    line-height: 30px;
  }
  .nban .nban-inner .nban-inner-btns {
    margin-top: 10px;
  }
  .whychoose .whychoose-left .whychoose-title {
    font-size: 20px;
    margin-bottom: 38px;
    line-height: 22px;
  }
  .whychoose .whychoose-right .whychoose-right-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .whychoose .whychoose-right .whychoose-right-inner {
    padding: 22px 18px 24px;
  }
  .peptide-solutions .peptide-solutions-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 33px;
  }
  .faq-contacti .faq-contacti-title {
    font-size: 26px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 376px) {
  header {
    height: 42px;
  }
  .nban .nban-inner .nban-inner-title {
    font-size: 16px;
    line-height: 28px;
  }
  .nban .nban-inner .nban-inner-btns .nban-inner-btn {
    width: 100px;
    height: 38px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 38px;
  }
  .nban .nban-inner {
    padding: 42px 5% 2%;
  }
  .products-case .products-case-inner {
    padding: 20px 5% 28px;
  }
  .products-case .products-case-title {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 30px;
  }
  .products-case .products-case-btns .products-case-btn {
    font-size: 16px;
    width: 125px;
    height: 48px;
    line-height: 48px;
  }
  .whychoose .whychoose-left .whychoose-title {
    font-size: 18px;
    margin-bottom: 36px;
    line-height: 20px;
  }
  .whychoose .whychoose-right .whychoose-right-title {
    font-size: 22px;
    line-height: 30px;
  }
  .faq-contacti .faq-main .faq-data-item .faq-data-item-val .faq-data-item-val-inner {
    font-size: 15px;
    line-height: 26px;
    padding: 15px 15px;
  }
  .WhatsApp-fixed {
    width: 138px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
  }
  .email-fixed {
    width: 138px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
  }
}
