.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
textarea,
input {
  resize: none;
  outline: none;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-warp {
  width: 1440px;
  margin: 0 auto;
}
@font-face {
  font-family: 'OpenSans_400Regular';
  src: url('../fonts/OpenSans/OpenSans_400Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans_500Medium';
  src: url('../fonts/OpenSans/OpenSans_500Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans_600SemiBold';
  src: url('../fonts/OpenSans/OpenSans_600SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans_700Bold';
  src: url('../fonts/OpenSans/OpenSans_700Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans_800ExtraBold';
  src: url('../fonts/OpenSans/OpenSans_800ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
html,
body {
  font-size: 14px;
  font-family: 'OpenSans_400Regular';
}
.the-services-page {
  background: #E9EDF0;
}
.the-services-page * {
  line-height: 1;
  color: #171717;
}
.the-services-page .banner-btn {
  display: flex;
  gap: 20px;
}
.the-services-page .banner-btn a {
  height: 60px;
  display: inline-block;
  padding: 0 20px;
  font-size: 16px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.the-services-page .banner-btn a:first-of-type {
  line-height: 60px;
  color: #FFFFFF;
  background: #0F3460;
}
.the-services-page .banner-btn a:first-of-type:hover {
  background: #F2994A;
}
.the-services-page .banner-btn a:nth-of-type(2) {
  line-height: 58px;
  color: #0F3460;
  background: #FFFFFF;
  border: 1px solid #0F3460;
}
.the-services-page .banner-btn a:nth-of-type(2):hover {
  border: 1px solid #F2994A;
  color: #F2994A;
}
.the-services-page .banner-module {
  background: url('../images/products-services/banner-bg.jpg') no-repeat center;
  width: 100%;
  min-width: 1440px;
  height: 548px;
  background-size: cover;
}
.the-services-page .banner-module .info-remit {
  padding-top: 60px;
  margin-bottom: 40px;
}
.the-services-page .banner-module .info-remit .banner-title {
  font-size: 40px;
  font-family: 'OpenSans_700Bold';
  margin-bottom: 80px;
}
.the-services-page .banner-module .info-remit .banner-des {
  font-size: 24px;
  margin-bottom: 40px;
}
.the-services-page .banner-module .quote-box .quote-region {
  padding: 20px 16px;
  border-radius: 10px;
  background: #FFFFFF;
  display: inline-block;
  box-shadow: 6px 6px 20px rgba(51, 51, 51, 0.16);
}
.the-services-page .banner-module .quote-box .info-val {
  display: flex;
  gap: 20px;
}
.the-services-page .banner-module .quote-box .input-item {
  height: 60px;
  padding: 20px 16px;
  border: 1px solid #E9ECEF;
  border-radius: 4px;
  position: relative;
}
.the-services-page .banner-module .quote-box .input-item:after {
  background: url("../images/index/down-icon1.png") no-repeat center;
  width: 8px;
  height: 7px;
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 28px;
  transition: all 0.3s ease-in-out;
  transform: rotate(-180deg);
}
.the-services-page .banner-module .quote-box .input-item.w200 {
  width: 200px;
  display: flex;
  align-items: center;
}
.the-services-page .banner-module .quote-box .input-item.w200 input {
  cursor: auto;
}
.the-services-page .banner-module .quote-box .input-item.w200:after {
  display: none;
  background: none;
}
.the-services-page .banner-module .quote-box .input-item.w170 {
  width: 170px;
  cursor: pointer;
}
.the-services-page .banner-module .quote-box .input-item.w116 {
  width: 116px;
}
.the-services-page .banner-module .quote-box .input-item input {
  width: 100%;
  border: unset;
  color: #171717;
  cursor: pointer;
}
.the-services-page .banner-module .quote-box .input-item input::placeholder {
  color: #9da3aa;
}
.the-services-page .banner-module .quote-box .input-item .mill {
  width: 45px;
  line-height: 20px;
}
.the-services-page .banner-module .quote-box .input-item .ride {
  display: inline-block;
  margin: 0 15px;
  line-height: 20px;
}
.the-services-page .banner-module .quote-box .input-item .unit {
  color: #495057;
  line-height: 20px;
  margin-top: -4px;
  margin-left: 14px;
}
.the-services-page .banner-module .quote-box .input-item.active:after {
  transform: rotate(0deg);
}
.the-services-page .banner-module .quote-box .quote-down {
  width: 314px;
  padding: 20px 16px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #e9ecef;
  box-shadow: 6px 6px 20px #33333329;
  position: absolute;
  left: 0;
  top: 70px;
  z-index: 11;
  display: none;
}
.the-services-page .banner-module .quote-box .quote-down .tp-title {
  color: #495057;
  line-height: 21px;
  margin-bottom: 20px;
}
.the-services-page .banner-module .quote-box .quote-down .val-region {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}
.the-services-page .banner-module .quote-box .quote-down .val-region li {
  width: 64px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #e9ecef;
  color: #171717;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.the-services-page .banner-module .quote-box .quote-down .val-region li:hover {
  background: rgba(242, 153, 74, 0.2);
}
.the-services-page .banner-module .quote-box .quote-down .val-region li.active {
  border: 1px solid #F2994A;
  color: #F2994A;
}
.the-services-page .banner-module .quote-box .quote-down .val-region li.active:hover {
  background: rgba(242, 153, 74, 0.2);
}
.the-services-page .banner-module .quote-box .quote-down .order-val {
  display: flex;
  gap: 8px;
}
.the-services-page .banner-module .quote-box .quote-down .order-val .order-text {
  width: 136px;
  height: 40px;
  padding: 0 8px;
  border: 1px solid #e9ecef;
  color: #171717;
  border-radius: 4px;
  cursor: auto;
}
.the-services-page .banner-module .quote-box .quote-down .order-val .order-text::placeholder {
  color: #9da3aa;
}
.the-services-page .banner-module .quote-box .quote-down .order-val .btn {
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  padding: 0 10px;
  display: inline-block;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.the-services-page .banner-module .quote-box .quote-down .order-val .btn.sub-btn {
  background: #0F3460;
}
.the-services-page .banner-module .quote-box .quote-down .order-val .btn.sub-btn:hover {
  background: #F2994A;
}
.the-services-page .banner-module .quote-box .quote-down .order-val .btn.can-btn {
  background: #9da3aa;
}
.the-services-page .banner-module .quote-box .quote-down .order-des {
  color: #9da3aa;
  font-size: 12px;
  margin-top: 10px;
}
.the-services-page .banner-module .quote-box .quote-jump {
  min-width: 182px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  background: #0F3460;
  border-radius: 4px;
  color: #FFFFFF;
  font-family: 'OpenSans_700Bold';
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.the-services-page .banner-module .quote-box .quote-jump:before {
  background: url("../images/index/counter-icon.png") no-repeat center;
  width: 35px;
  height: 40px;
  content: '';
  display: inline-block;
  margin-right: 16px;
  vertical-align: middle;
  margin-top: -4px;
}
.the-services-page .banner-module .quote-box .quote-jump:hover {
  background: #F2994A;
}
.the-services-page .product-module {
  margin-bottom: 80px;
}
.the-services-page .product-module .mill-title {
  font-family: 'OpenSans_700Bold';
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  margin: 60px 0;
}
.the-services-page .product-module .product-item {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
.the-services-page .product-module .product-item .list {
  width: 360px;
  display: block;
  transition: all 0.3s ease-in-out;
}
.the-services-page .product-module .product-item .list img {
  width: 320px;
  height: 320px;
  transition: all 0.3s ease-in-out;
}
.the-services-page .product-module .product-item .list:hover {
  transform: translateY(-10px);
}
.the-services-page .product-module .product-item .list:hover .pro-pic {
  background: #FFFFFF;
  border: 1px solid #F2994A;
  box-shadow: 0 10px 24px rgba(242, 153, 74, 0.32);
}
.the-services-page .product-module .product-item .list:hover .pro-pic img {
  transform: scale(1.1);
}
.the-services-page .product-module .product-item .list:hover .pro-title {
  color: #F2994A;
}
.the-services-page .product-module .product-item .pro-pic {
  width: 100%;
  height: 360px;
  border: 1px solid transparent;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.the-services-page .product-module .product-item .pro-title {
  color: #495057;
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}
.the-services-page .quality-module {
  padding-top: 80px;
  background: #FFFFFF;
}
.the-services-page .quality-module .qual-title {
  font-family: 'OpenSans_700Bold';
  font-size: 40px;
  text-align: center;
  padding-bottom: 60px;
}
.the-services-page .quality-module .menu-tab {
  display: flex;
  gap: 80px;
  justify-content: center;
}
.the-services-page .quality-module .menu-tab .tab-el {
  padding-bottom: 22px;
  font-size: 24px;
  cursor: pointer;
  position: relative;
}
.the-services-page .quality-module .menu-tab .tab-el:after {
  width: 0;
  height: 3px;
  background: #F2994A;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.the-services-page .quality-module .menu-tab .tab-el.active {
  font-family: 'OpenSans_700Bold';
  color: #F2994A;
  font-weight: bold;
}
.the-services-page .quality-module .menu-tab .tab-el.active:after {
  width: 100%;
}
.the-services-page .quality-module .flow {
  padding: 40px 0;
  background: #e9ecef;
  box-shadow: 8px 8px 20px rgba(51, 51, 51, 0.1) inset, -10px -10px 20px rgba(255, 255, 255, 0.4) inset;
}
.the-services-page .quality-module .flow .flow-tab {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
}
.the-services-page .quality-module .flow .tab-el {
  font-size: 24px;
  color: #495057;
  cursor: pointer;
  padding-bottom: 4px;
  position: relative;
}
.the-services-page .quality-module .flow .tab-el:after {
  width: 0;
  height: 1px;
  content: '';
  background: #F2994A;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.the-services-page .quality-module .flow .tab-el.active {
  color: #F2994A;
}
.the-services-page .quality-module .flow .tab-el.active:after {
  width: 100%;
}
.the-services-page .quality-module .flow .flow-row {
  min-height: 270px;
  position: relative;
}
.the-services-page .quality-module .flow .flow-row:before {
  background: url("../images/products-services/flow-bg.png") no-repeat center;
  width: 1208px;
  height: 178px;
  content: '';
  display: block;
  position: absolute;
  right: 60px;
  top: 32px;
  z-index: 1;
}
.the-services-page .quality-module .flow .flow-row:first-of-type .flow-list:first-of-type .flow-title {
  left: -20px;
}
.the-services-page .quality-module .flow .flow-row:first-of-type .flow-list:nth-of-type(2) .flow-title {
  left: -50px;
}
.the-services-page .quality-module .flow .flow-row:first-of-type .flow-list:nth-of-type(3) .flow-title {
  left: -2px;
}
.the-services-page .quality-module .flow .flow-row:first-of-type .flow-list:nth-of-type(4) .flow-title {
  left: 16px;
}
.the-services-page .quality-module .flow .flow-row:first-of-type .flow-list:nth-of-type(5) .flow-title {
  left: 16px;
}
.the-services-page .quality-module .flow .flow-row:first-of-type .flow-list:nth-of-type(6) .flow-title {
  left: -42px;
}
.the-services-page .quality-module .flow .flow-row:first-of-type .flow-list:nth-of-type(7) .flow-title {
  left: -4px;
}
.the-services-page .quality-module .flow .flow-row:first-of-type .flow-list:nth-of-type(8) .flow-title {
  left: 4px;
}
.the-services-page .quality-module .flow .flow-row:first-of-type .flow-list:nth-of-type(9) .flow-title {
  left: -24px;
}
.the-services-page .quality-module .flow .flow-row:first-of-type .flow-list:nth-of-type(10) .flow-title {
  left: -24px;
}
.the-services-page .quality-module .flow .flow-row:first-of-type .flow-list:nth-of-type(11) .flow-title {
  left: -22px;
}
.the-services-page .quality-module .flow .flow-row:first-of-type .flow-list:nth-of-type(12) .flow-title {
  left: -20px;
}
.the-services-page .quality-module .flow .flow-row:first-of-type .flow-list:nth-of-type(13) .flow-title {
  left: -46px;
}
.the-services-page .quality-module .flow .flow-row:nth-of-type(2) .flow-list:first-of-type .flow-title {
  left: -42px;
}
.the-services-page .quality-module .flow .flow-row:nth-of-type(2) .flow-list:nth-of-type(2) .flow-title {
  left: -38px;
}
.the-services-page .quality-module .flow .flow-row:nth-of-type(2) .flow-list:nth-of-type(3) .flow-title {
  left: -10px;
}
.the-services-page .quality-module .flow .flow-row:nth-of-type(2) .flow-list:nth-of-type(4) .flow-title {
  left: -60px;
}
.the-services-page .quality-module .flow .flow-row:nth-of-type(2) .flow-list:nth-of-type(5) .flow-title {
  left: -20px;
}
.the-services-page .quality-module .flow .flow-row:nth-of-type(2) .flow-list:nth-of-type(6) .flow-title {
  left: -10px;
}
.the-services-page .quality-module .flow .flow-row:nth-of-type(2) .flow-list:nth-of-type(7) .flow-title {
  left: -50px;
}
.the-services-page .quality-module .flow .flow-row:nth-of-type(2) .flow-list:nth-of-type(8) .flow-title {
  left: -14px;
}
.the-services-page .quality-module .flow .flow-row:nth-of-type(2) .flow-list:nth-of-type(9) .flow-title {
  left: -15px;
}
.the-services-page .quality-module .flow .flow-row:nth-of-type(2) .flow-list:nth-of-type(10) .flow-title {
  left: -24px;
}
.the-services-page .quality-module .flow .flow-row:nth-of-type(2) .flow-list:nth-of-type(11) .flow-title {
  left: 8px;
}
.the-services-page .quality-module .flow .flow-row:nth-of-type(2) .flow-list:nth-of-type(12) .flow-title {
  left: -20px;
}
.the-services-page .quality-module .flow .flow-row:nth-of-type(2) .flow-list:nth-of-type(13) .flow-title {
  left: -50px;
}
.the-services-page .quality-module .flow .flow-title {
  font-size: 16px;
  color: #495057;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  position: absolute;
  width: max-content;
}
.the-services-page .quality-module .flow .flow-list {
  cursor: pointer;
  position: absolute;
  z-index: 2;
}
.the-services-page .quality-module .flow .flow-list img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
.the-services-page .quality-module .flow .flow-list:hover .flow-title {
  color: #F2994A;
}
.the-services-page .quality-module .flow .flow-list:first-of-type {
  left: 62px;
  top: 0;
}
.the-services-page .quality-module .flow .flow-list:nth-of-type(2) {
  left: 258px;
  top: 0;
}
.the-services-page .quality-module .flow .flow-list:nth-of-type(3) {
  left: 454px;
  top: 0;
}
.the-services-page .quality-module .flow .flow-list:nth-of-type(4) {
  left: 650px;
  top: 0;
}
.the-services-page .quality-module .flow .flow-list:nth-of-type(5) {
  left: 846px;
  top: 0;
}
.the-services-page .quality-module .flow .flow-list:nth-of-type(6) {
  right: 318px;
  top: 0;
}
.the-services-page .quality-module .flow .flow-list:nth-of-type(7) {
  right: 122px;
  top: 0;
}
.the-services-page .quality-module .flow .flow-list:nth-of-type(8) {
  right: 122px;
  top: 156px;
}
.the-services-page .quality-module .flow .flow-list:nth-of-type(9) {
  right: 358px;
  top: 156px;
}
.the-services-page .quality-module .flow .flow-list:nth-of-type(10) {
  right: 593px;
  top: 156px;
}
.the-services-page .quality-module .flow .flow-list:nth-of-type(11) {
  left: 532px;
  top: 156px;
}
.the-services-page .quality-module .flow .flow-list:nth-of-type(12) {
  left: 297px;
  top: 156px;
}
.the-services-page .quality-module .flow .flow-list:nth-of-type(13) {
  left: 62px;
  top: 156px;
}
.the-services-page .quality-module .flow .pro-info {
  text-align: center;
  color: #495057;
  margin-top: 40px;
}
.the-services-page .quality-module .proof {
  background: url("../images/products-services/card-bg.png") no-repeat center;
  width: 100%;
  min-width: 1440px;
  height: 742px;
  background-size: cover;
  padding: 40px 0;
}
.the-services-page .quality-module .proof .card-remit {
  height: 100%;
  display: flex;
  gap: 80px;
  align-items: center;
}
.the-services-page .quality-module .proof .proof-vessel {
  background: url("../images/products-services/proof-bg.png") no-repeat center;
  width: 500px;
  min-width: 500px;
  height: 662px;
  padding: 20px 40px 20px 20px;
}
.the-services-page .quality-module .proof .proof-vessel .proof-pic {
  width: 440px;
  height: 622px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
}
.the-services-page .quality-module .proof .proof-title {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 36px;
  font-weight: normal;
  margin-bottom: 60px;
}
.the-services-page .quality-module .proof .proof-tab {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.the-services-page .quality-module .proof .proof-tab li {
  font-size: 24px;
  border-radius: 4px;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.5);
  height: 84px;
  line-height: 78px;
  width: 260px;
  border: 3px solid transparent;
  text-align: center;
  cursor: pointer;
}
.the-services-page .quality-module .proof .proof-tab li.active {
  border: 3px solid #F2994A;
  color: #F2994A;
  font-family: 'OpenSans_700Bold';
  font-weight: bold;
  background: #FFFFFF;
}
.the-services-page .quality-module .plant {
  background: #e9ecef;
  box-shadow: 8px 8px 20px rgba(51, 51, 51, 0.1) inset, -10px -10px 20px rgba(255, 255, 255, 0.4) inset;
  padding-left: 240px;
}
.the-services-page .quality-module .plant .plant-des {
  color: #495057;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 120px;
}
.the-services-page .quality-module .plant .plant-remit {
  display: flex;
  justify-content: space-between;
  gap: 62px;
  align-items: center;
}
.the-services-page .quality-module .plant .plant-pic {
  width: 1080px;
  min-width: 1080px;
  height: 600px;
}
.the-services-page .faq-module {
  background: #FFFFFF;
  padding-top: 80px;
  display: flex;
}
.the-services-page .faq-module .faq-remit {
  width: 50%;
  padding: 80px 40px 80px 234px;
}
.the-services-page .faq-module .faq-remit .faq-title {
  font-size: 40px;
  margin-bottom: 60px;
}
.the-services-page .faq-module .faq-remit .faq-item {
  width: 680px;
  margin-bottom: 40px;
}
.the-services-page .faq-module .faq-remit .faq-item:last-of-type {
  margin-bottom: unset;
}
.the-services-page .faq-module .faq-remit .faq-item.active {
  background: #e9ecef;
  box-shadow: 8px 8px 20px rgba(51, 51, 51, 0.1) inset, -10px -10px 20px rgba(255, 255, 255, 0.4) inset;
  padding-top: 40px;
}
.the-services-page .faq-module .faq-remit .faq-item.active .faq-des {
  padding: 32px 40px 40px 20px;
  display: block;
}
.the-services-page .faq-module .faq-remit .title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0 20px;
}
.the-services-page .faq-module .faq-remit .mill-title {
  font-size: 16px;
  line-height: 24px;
}
.the-services-page .faq-module .faq-remit .close-btn {
  background: url("../images/products-services/add-icon.png") no-repeat center;
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.the-services-page .faq-module .faq-remit .faq-des {
  font-size: 16px;
  line-height: 24px;
  color: #495057;
  display: none;
}
.the-services-page .faq-module .contact-remit {
  width: 50%;
  padding: 80px 232px 80px 40px;
  background: #1E5F74;
}
.the-services-page .faq-module .contact-remit input,
.the-services-page .faq-module .contact-remit textarea {
  width: 100%;
  border: unset;
  outline: unset;
}
.the-services-page .faq-module .contact-remit input::placeholder,
.the-services-page .faq-module .contact-remit textarea::placeholder {
  color: #9da3aa;
}
.the-services-page .faq-module .contact-remit .contact-title {
  font-size: 40px;
  color: #FFFFFF;
  margin-bottom: 60px;
}
.the-services-page .faq-module .contact-remit .val-item {
  margin-bottom: 40px;
}
.the-services-page .faq-module .contact-remit .val-item.parallel-alone {
  width: 680px;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.the-services-page .faq-module .contact-remit .val-list {
  width: 320px;
}
.the-services-page .faq-module .contact-remit .val-row {
  width: 100%;
}
.the-services-page .faq-module .contact-remit .label-title {
  color: #FFFFFF;
  line-height: 21px;
  margin-bottom: 20px;
  margin-left: 16px;
}
.the-services-page .faq-module .contact-remit .val-text {
  position: relative;
}
.the-services-page .faq-module .contact-remit .val-text.mill-val:after {
  background: url("../images/products-services/down-icon.png") no-repeat center;
  width: 10px;
  height: 6px;
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  transition: all 0.3s ease-in-out;
}
.the-services-page .faq-module .contact-remit .val-text.mill-val .input-val {
  cursor: pointer;
}
.the-services-page .faq-module .contact-remit .val-text.mill-val.active:after {
  transform: rotate(180deg);
}
.the-services-page .faq-module .contact-remit .input-val {
  height: 60px;
  border-radius: 4px;
  padding: 0 16px;
}
.the-services-page .faq-module .contact-remit .val-down {
  width: 100%;
  padding: 20px 0;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #e9ecef;
  box-shadow: 6px 6px 20px #33333329;
  position: absolute;
  right: 0;
  top: 60px;
  z-index: 2;
}
.the-services-page .faq-module .contact-remit .val-down .row {
  font-size: 14px;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.the-services-page .faq-module .contact-remit .val-down .row:hover {
  color: #F2994A;
}
.the-services-page .faq-module .contact-remit .text-des {
  height: 103px;
  padding: 20px 16px;
  border-radius: 4px;
}
.the-services-page .faq-module .contact-remit .upload-files {
  line-height: 21px;
  position: relative;
}
.the-services-page .faq-module .contact-remit .upload-files .add-btn {
  color: #FFFFFF;
  cursor: pointer;
}
.the-services-page .faq-module .contact-remit .upload-files .add-btn:hover + .file-type {
  display: inline-block;
}
.the-services-page .faq-module .contact-remit .upload-files .file-type {
  position: absolute;
  top: -38px;
  left: 0;
  z-index: 1;
  font-size: 12px;
  color: #495057;
  line-height: 18px;
  padding: 9px 10px;
  background: #FFFFFF;
  border: 1px solid #e9ecef;
  box-shadow: 0px 8px 20px #3333331f;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  display: none;
}
.the-services-page .faq-module .contact-remit .uploading-des {
  color: #FFFFFF;
  line-height: 21px;
}
.the-services-page .faq-module .contact-remit .files-name {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.the-services-page .faq-module .contact-remit .files-name .files-list {
  display: flex;
  align-items: center;
}
.the-services-page .faq-module .contact-remit .files-name .files-title {
  line-height: 21px;
  color: #FFFFFF;
  display: inline-block;
  margin-right: 10px;
  max-width: 640px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.the-services-page .faq-module .contact-remit .files-name .file-close-btn {
  background: url("../images/products-services/files-close-btn.png") no-repeat center;
  width: 16px;
  height: 16px;
  display: inline-block;
  cursor: pointer;
}
.the-services-page .faq-module .contact-remit .the-btn {
  text-align: center;
}
.the-services-page .faq-module .contact-remit .the-btn .sub-btn {
  height: 60px;
  line-height: 60px;
  border-radius: 4px;
  background: #F2994A;
  display: inline-block;
  padding: 0 53px;
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer;
}
.flow-pop-module:before {
  background: rgba(23, 23, 23, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 16;
  content: '';
  display: block;
}
.flow-pop-module .flow-pop-box {
  width: 1040px;
  height: 738px;
  padding: 20px;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 8px 8px 20px rgba(51, 51, 51, 0.06);
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  margin: -369px auto 0;
  z-index: 17;
}
.flow-pop-module .flow-pop-title {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px;
}
.flow-pop-module .close-btn {
  background: url("../images/products-services/add-icon.png") no-repeat center;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 22px;
  right: 20px;
  cursor: pointer;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.flow-pop-module .close-btn:hover {
  transform: rotate(135deg);
}
.flow-pop-module .flow-pic {
  width: 1000px;
  height: 618px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 20px;
}
.flow-pop-module .flow-pic img {
  max-width: 1000px;
  max-height: 618px;
  object-fit: cover;
}
.flow-pop-module .menu-pop-tab {
  display: flex;
  gap: 80px;
  align-items: center;
  justify-content: center;
}
.flow-pop-module .menu-pop-tab li {
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  color: #171717;
}
.flow-pop-module .menu-pop-tab li.active {
  color: #F2994A;
}
.flow-pop-module .the-pop-swiper .icon {
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  box-shadow: 8px 8px 20px rgba(51, 51, 51, 0.06), -8px -8px 20px rgba(255, 255, 255, 0.4);
  z-index: 17;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow-pop-module .the-pop-swiper .icon:after {
  background: url("../images/products-services/swiper-icon.png") no-repeat center;
  width: 22px;
  height: 40px;
  display: block;
  content: '';
}
.flow-pop-module .the-pop-swiper .icon.left {
  left: -80px;
}
.flow-pop-module .the-pop-swiper .icon.right {
  right: -80px;
}
.flow-pop-module .the-pop-swiper .icon.right:after {
  transform: rotate(180deg);
}
@media (width: 1440px) {
  .the-services-page .faq-module .faq-remit,
  .the-services-page .faq-module .contact-remit {
    padding: 80px 40px;
  }
}
@media (width: 1600px) {
  .the-services-page .faq-module .faq-remit,
  .the-services-page .faq-module .contact-remit {
    padding: 80px 60px;
  }
}
@media (width: 1680px) {
  .the-services-page .faq-module .faq-remit,
  .the-services-page .faq-module .contact-remit {
    padding: 80px 60px;
  }
}
/*# sourceMappingURL=products-services.css.map */