.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*table*/
.table-box {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
.table-box table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.2;
}
.table-box table tr,
.table-box table td,
.table-box table th {
  width: auto !important;
  height: auto !important;
  background-color: #f2f3f4;
  color: #02152d;
}
.table-box table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.table-box table tr:nth-child(even) {
  background-color: #ffffff;
}
.table-box table td,
.table-box table th {
  vertical-align: middle;
  font-weight: normal;
  padding: 10px !important;
  border: 1px solid #eeeeee !important;
  font-size: 15px;
}
@media (max-width: 767px) {
  .table-box table td,
  .table-box table th {
    font-size: 14px;
  }
}
.table-box table tr p,
.table-box table tr span {
  line-height: 1.2 !important;
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.table-box table th {
  text-align: center;
}
.table-box .table-nav {
  overflow: hidden;
}
.table-box .table-content {
  overflow-x: auto;
  overflow-y: auto;
  max-height: 300px;
  max-height: 42vh;
}
.banner {
  font-size: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .banner {
    padding-top: 70px;
  }
}
.banner .banner-content {
  background: no-repeat center;
  background-size: cover;
  position: relative;
  min-height: 800px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .banner .banner-content {
    min-height: 550px;
  }
}
@media screen and (max-width: 991px) {
  .banner .banner-content {
    min-height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .banner .banner-content {
    min-height: 400px;
  }
}
.banner .slickbanner .slick-slide {
  height: auto !important;
}
.banner .slickbanner .item {
  display: block;
  position: relative;
  z-index: 0;
}
.banner .slickbanner .item img {
  display: block;
  width: 100%;
}
.banner .banner-txt {
  width: 100%;
  text-align: center;
}
.banner .banner-txt h2 {
  margin: 0 0 30px;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.075;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 1439px) {
  .banner .banner-txt h2 {
    font-size: 55px;
  }
}
@media screen and (max-width: 1199px) {
  .banner .banner-txt h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 991px) {
  .banner .banner-txt h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .banner .banner-txt h2 {
    font-size: 20px;
  }
}
.banner .banner-txt p {
  font-weight: 700;
  font-size: 22px;
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  .banner .banner-txt p {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .banner .banner-txt p {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .banner .banner-txt p {
    font-size: 14px;
  }
}
.index-parameter {
  overflow: hidden;
}
.index-parameter .content {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .index-parameter .content {
    display: block;
  }
}
.index-parameter .content .pic {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: no-repeat center;
  width: 50%;
  background-size: 100% auto;
}
@media screen and (max-width: 991px) {
  .index-parameter .content .pic {
    position: relative;
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .index-parameter .content .pic {
    height: 249px;
  }
}
.index-parameter .content .pic .content-slick .item .img-box {
  padding-bottom: calc(1090 / 600 * 100%);
}
.index-parameter .content .info {
  position: relative;
  z-index: 5;
  width: 50%;
  background-color: rgba(31, 50, 83, 0.67);
}
@media screen and (max-width: 991px) {
  .index-parameter .content .info {
    width: 100%;
    margin-top: -30px;
  }
}
.index-parameter .content .info ul {
  padding: 40px 80px;
}
@media screen and (max-width: 767px) {
  .index-parameter .content .info ul {
    padding: 50px 20px 30px 40px;
  }
}
.index-parameter .content .info ul li {
  position: relative;
  padding: 10px 0;
  font-size: 18px;
  line-height: 1.38888889;
  color: #ffffff;
  display: block;
  border-style: none none dotted none;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 0px;
  font-family: Arial, sans-serif;
}
@media screen and (max-width: 767px) {
  .index-parameter .content .info ul li {
    font-size: 15px;
  }
}
.index-parameter .parameter-btn {
  display: block;
  margin: 60px auto 0;
  border-radius: 13px;
  width: 525px;
  height: 60px;
  background: #004EA2;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
  font-size: 28px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .index-parameter .parameter-btn {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .index-parameter .parameter-btn {
    margin-top: 30px;
    width: 270px;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
  }
}
.index-parameter .parameter-btn:active {
  background: #004EA2;
  box-shadow: inset 0px 2px 4px #583705;
  color: #fff;
}
.index-parameter .parameter-btn:hover {
  background: #004EA2;
  box-shadow: inset 0px 2px 4px #583705;
  color: #fff;
}
.index-product {
  overflow: hidden;
}
.index-product .content {
  width: 100%;
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .index-product .content {
    width: 970px;
  }
}
@media screen and (max-width: 992px) {
  .index-product .content {
    width: 750px;
  }
}
@media screen and (max-width: 767px) {
  .index-product .content {
    width: 100%;
  }
}
.index-product .product-list {
  padding-top: 30px;
}
@media screen and (max-width: 991px) {
  .index-product .product-list {
    padding-top: 15px;
  }
}
.index-product .product-list > li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .index-product .product-list > li {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .index-product .product-list > li {
    margin-bottom: 20px;
  }
}
.index-product .product-list > li .pic-box {
  position: relative;
  width: 46.484375%;
}
@media screen and (max-width: 767px) {
  .index-product .product-list > li .pic-box {
    width: 100%;
  }
}
.index-product .product-list > li .pic-box .img-box {
  padding-bottom: 67.22689076%;
}
.index-product .product-list > li .pic-box .pic2 {
  position: absolute;
  top: 10px;
  width: 45%;
  z-index: 5;
  border: 3px solid #fff;
}
.index-product .product-list > li .txt-box {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .index-product .product-list > li .txt-box {
    padding-top: 20px;
    width: 100%;
  }
}
.index-product .product-list > li .txt-box h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.5;
  color: #3a3a3a;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .index-product .product-list > li .txt-box h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .index-product .product-list > li .txt-box h3 {
    font-size: 20px;
  }
}
.index-product .product-list > li .txt-box ul li {
  font-size: 18px;
  line-height: 1.5;
  color: #3a3a3a;
  padding-bottom: 13px;
  margin-bottom: 13px;
  border-bottom: 1px dashed #000;
}
@media screen and (max-width: 991px) {
  .index-product .product-list > li .txt-box ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .index-product .product-list > li .txt-box ul li {
    font-size: 15px;
  }
}
.index-product .product-list > li .txt-box ul li h4 {
  margin: 0;
  font-weight: 700;
  color: #3a3a3a;
}
.index-product .product-list > li .txt-box ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.index-product .product-list > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.index-product .product-list > li:nth-child(odd) .pic-box .pic2 {
  right: 10px;
}
.index-product .product-list > li:nth-child(even) {
  flex-direction: row-reverse;
}
.index-product .product-list > li:nth-child(even) .pic-box .pic2 {
  left: 10px;
}
@media screen and (max-width: 767px) {
  .index-product .product-list > li:nth-child(even) .pic-box .pic2 {
    left: calc(100% - 10px);
    transform: translateX(-100%);
  }
}
.index-product .product-list .content-slick .slick-prev,
.index-product .product-list .content-slick .slick-next {
  top: 50%;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0px;
  transition: all 0.3s ease-out;
}
.index-product .product-list .content-slick .slick-prev:hover,
.index-product .product-list .content-slick .slick-next:hover {
  background: #004EA2;
}
.index-product .product-list .content-slick .slick-prev:hover::before,
.index-product .product-list .content-slick .slick-next:hover::before {
  color: #fff;
}
.index-product .product-list .content-slick .slick-prev {
  left: 0;
  z-index: 2;
}
.index-product .product-list .content-slick .slick-prev::before {
  content: "<";
  position: absolute;
  font-size: 20px;
}
.index-product .product-list .content-slick .slick-next {
  right: 0;
}
.index-product .product-list .content-slick .slick-next::before {
  content: ">";
  position: absolute;
  font-size: 20px;
}
.index-package,
.index-clients {
  overflow: hidden;
}
.index-package .content,
.index-clients .content {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .index-package .content,
  .index-clients .content {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .index-package .content,
  .index-clients .content {
    padding-top: 20px;
  }
}
.index-package .content .pic-box,
.index-clients .content .pic-box {
  width: 40.830189%;
}
@media screen and (max-width: 991px) {
  .index-package .content .pic-box,
  .index-clients .content .pic-box {
    width: 100%;
  }
}
.index-package .content .pic-box .img-box,
.index-clients .content .pic-box .img-box {
  padding-bottom: 75%;
}
.index-package .content .txt-box,
.index-clients .content .txt-box {
  width: 58%;
}
@media screen and (max-width: 1199px) {
  .index-package .content .txt-box,
  .index-clients .content .txt-box {
    width: 43%;
  }
}
@media screen and (max-width: 991px) {
  .index-package .content .txt-box,
  .index-clients .content .txt-box {
    width: 100%;
    padding-top: 30px;
  }
}
.index-package .content .txt-box .txt,
.index-clients .content .txt-box .txt {
  position: relative;
  padding: 88px 30px;
  text-align: start;
  background-color: rgba(234, 230, 230, 0.68);
}
@media screen and (max-width: 767px) {
  .index-package .content .txt-box .txt,
  .index-clients .content .txt-box .txt {
    padding: 90px 20px 60px;
  }
}
.index-package .content .txt-box .txt::before,
.index-clients .content .txt-box .txt::before {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 59px;
  height: 51px;
  content: "";
  background: url(../images/img/delivery_icon.png) no-repeat center;
  background-color: cover;
  display: none;
}
.index-package .content .txt-box .txt::after,
.index-clients .content .txt-box .txt::after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 104px;
  height: 103px;
  content: "";
  background: url(../images/img/delivery_arrow.gif) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .index-package .content .txt-box .txt::after,
  .index-clients .content .txt-box .txt::after {
    width: 90px;
    height: 90px;
  }
}
.index-package .content .txt-box .txt p,
.index-clients .content .txt-box .txt p {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}
@media screen and (max-width: 1199px) {
  .index-package .content .txt-box .txt p,
  .index-clients .content .txt-box .txt p {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .index-package .content .txt-box .txt p,
  .index-clients .content .txt-box .txt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .index-package .content .txt-box .txt p,
  .index-clients .content .txt-box .txt p {
    font-size: 15px;
  }
}
.index-package .content .txt-box > a,
.index-clients .content .txt-box > a {
  display: block;
  margin: 0 auto;
  margin-top: 45px;
  width: 390px;
  height: 49px;
  background: #e50026;
  box-shadow: inset 0px 1px 0px #e50026, inset 0 -1px 2px #e50026;
  color: #fff;
  font-size: 24px;
  line-height: 49px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .index-package .content .txt-box > a,
  .index-clients .content .txt-box > a {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-package .content .txt-box > a,
  .index-clients .content .txt-box > a {
    width: 283px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
  }
}
.index-package .content .txt-box > a:active,
.index-clients .content .txt-box > a:active {
  background: #e50026;
  box-shadow: inset 0px 2px 4px #583705;
  color: #fff;
}
.index-package .content .txt-box > a:hover,
.index-clients .content .txt-box > a:hover {
  background: #e50026;
  box-shadow: inset 0px 2px 4px #583705;
  color: #fff;
}
.index-clients .content {
  flex-direction: row-reverse;
}
.index-about {
  position: relative;
  z-index: 1;
  background: no-repeat center;
  background-size: cover;
}
.index-about::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  content: "";
}
.index-about .container {
  position: relative;
  z-index: 5;
}
.index-about .container > a {
  margin: 60px auto 0;
  display: block;
  width: 383px;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  background-color: #e50026;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .index-about .container > a {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .container > a {
    width: 270px;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    margin-top: 30px;
  }
}
.index-about .container > a:active {
  background: #e50026;
  box-shadow: inset 0px 2px 4px #583705;
  color: #fff;
}
.index-about .container > a:hover {
  background: #e50026;
  box-shadow: inset 0px 2px 4px #583705;
  color: #fff;
}
.index-about .common-title {
  margin-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .index-about .common-title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .common-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .common-title {
    margin-bottom: 30px;
  }
}
.index-about .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  border: 1px solid #ccc;
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .index-about .content {
    padding: 30px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .content {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .index-about .content {
    padding: 20px;
  }
}
.index-about .content .txt-box {
  width: 43.10344828%;
}
@media screen and (max-width: 991px) {
  .index-about .content .txt-box {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .content .txt-box {
    margin-top: 20px;
  }
}
.index-about .content .txt-box h3 {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 13px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .index-about .content .txt-box h3 {
    font-size: 15px;
  }
}
.index-about .content .txt-box p {
  font-size: 18px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .index-about .content .txt-box p {
    font-size: 15px;
  }
}
.index-about .content .pic-box {
  width: 51.72413793%;
}
@media screen and (max-width: 991px) {
  .index-about .content .pic-box {
    width: 100%;
  }
}
.index-about .content .pic-box .img-box {
  padding-bottom: 70%;
}
@media screen and (min-width: 1200px) {
  .index-about .content .pic-box .img-box:hover img {
    transform: scale(1.05);
  }
}
.index-about .content .pic-box .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-contact {
  background-color: #1f3253;
/*  display: none;*/
}
.index-contact .title {
  text-align: center;
}
.index-contact .title h2 {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.25;
  color: #fff;
  font-style: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .index-contact .title h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .index-contact .title h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .index-contact .title h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.index-contact .title p {
  font-size: 16px;
  line-height: 1.8125;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .index-contact .title p {
    font-size: 15px;
  }
}
.index-contact .content form {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.index-contact .content ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
}
.index-contact .content ul li {
  width: 50%;
  padding: 0 13px;
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .index-contact .content ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.index-contact .content ul li label {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.index-contact .content ul li input,
.index-contact .content ul li textarea {
  display: block;
  width: 100%;
  height: 37px;
  padding: 0 10px;
  border-radius: 3px;
  border: 1px solid #bbbbbb;
  background-color: #fff;
}
.index-contact .content ul li textarea {
  height: 97px;
  line-height: 19px;
  padding-top: 9px;
  padding-bottom: 10px;
}
.index-contact .content ul li button {
  display: block;
  width: 100%;
  margin-top: 28px;
  font-size: 26px;
  line-height: 55px;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  background-color: #e50026;
}
.index-contact .content ul li button:hover {
  background: #ffffff;
  box-shadow: none;
  color: #e50026;
}
.index-contact .content ul li p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.85714286;
  color: #fff;
  text-align: center;
}
.index-about .container > a {
  background: #004EA2;
}
.index-about .container > a:hover {
  background: #004EA2;
}
.index-package .content .txt-box > a,
.index-clients .content .txt-box > a {
  background: #004EA2;
  box-shadow: inset 0px 1px 0px #004EA2, inset 0 -1px 2px #004EA2;
}
.index-package .content .txt-box > a:hover,
.index-clients .content .txt-box > a:hover {
  background: #004EA2;
}
.float-window {
  position: fixed;
  width: auto;
  height: auto;
  top: 40%;
  right: 10px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 0px;
  background: transparent;
  border-radius: 100px;
  padding: 5px;
  transition: transform 0.5s ease;
}
@media (max-width: 991px) {
  .float-window {
    top: 30%;
  }
}
.float-window .window-box.box-top i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.float-window .box-top i {
  color: #FFF;
  display: block;
  transition: all 0.3s;
}
.float-window .box-top:hover {
  cursor: pointer;
}
.float-window .window-box {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
  opacity: 1;
  margin: 3px 0;
}
@media (max-width: 1199px) {
  .float-window .window-box {
    width: 45px;
    height: 45px;
  }
}
.float-window .window-box:hover {
  background: #004EA2;
  color: #FFF;
}
.float-window .window-box:hover i {
  color: #fff;
}
.float-window .window-box i {
  font-size: 26px;
  color: #fff;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .float-window .window-box i {
    font-size: 24px;
  }
}
.float-window .window-box a {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.float-window .window-box a .name {
  color: #FFF;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.float-window .window-box:hover.box-wechat a i {
  opacity: 1 !important;
}
.float-window .window-box:hover.box-cart a i,
.float-window .window-box:hover.box-linkedin a i,
.float-window .window-box:hover.box-telephone a i,
.float-window .window-box:hover.box-whatapp a i,
.float-window .window-box:hover.box-email a i,
.float-window .window-box:hover.box-wechat a i,
.float-window .window-box:hover.box-inquiry a i,
.float-window .window-box:hover.box-message a i,
.float-window .window-box:hover.box-facebook a i,
.float-window .window-box:hover.box-tiktok a i,
.float-window .window-box:hover.box-youtube a i,
.float-window .window-box:hover.box-twitter a i,
.float-window .window-box:hover.box-instagram a i,
.float-window .window-box:hover.box-tiktok a i,
.float-window .window-box:hover.box-skype a i {
  opacity: 1;
  pointer-events: none;
}
.float-window .window-box:hover.box-cart a p,
.float-window .window-box:hover.box-linkedin a p,
.float-window .window-box:hover.box-telephone a p,
.float-window .window-box:hover.box-whatapp a p,
.float-window .window-box:hover.box-email a p,
.float-window .window-box:hover.box-wechat a p,
.float-window .window-box:hover.box-inquiry a p,
.float-window .window-box:hover.box-message a p,
.float-window .window-box:hover.box-facebook a p,
.float-window .window-box:hover.box-tiktok a p,
.float-window .window-box:hover.box-youtube a p,
.float-window .window-box:hover.box-twitter a p,
.float-window .window-box:hover.box-instagram a p,
.float-window .window-box:hover.box-tiktok a p,
.float-window .window-box:hover.box-skype a p {
  display: block;
  opacity: 1;
  transform: translateX(100%);
  animation: slideInFromRight 0.5s forwards;
  padding: 8px 15px;
  border-radius: 4px;
  background: #004EA2;
  vertical-align: middle;
  height: 100% !important;
  display: flex;
  align-items: center;
  top: 0% !important;
  margin: 0;
  right: calc(100%);
}
.float-window .window-box:hover.box-cart a p i,
.float-window .window-box:hover.box-linkedin a p i,
.float-window .window-box:hover.box-telephone a p i,
.float-window .window-box:hover.box-whatapp a p i,
.float-window .window-box:hover.box-email a p i,
.float-window .window-box:hover.box-wechat a p i,
.float-window .window-box:hover.box-inquiry a p i,
.float-window .window-box:hover.box-message a p i,
.float-window .window-box:hover.box-facebook a p i,
.float-window .window-box:hover.box-tiktok a p i,
.float-window .window-box:hover.box-youtube a p i,
.float-window .window-box:hover.box-twitter a p i,
.float-window .window-box:hover.box-instagram a p i,
.float-window .window-box:hover.box-tiktok a p i,
.float-window .window-box:hover.box-skype a p i {
  margin-right: 10px;
  vertical-align: middle;
  opacity: 1;
  pointer-events: auto;
  font-size: 20px;
}
@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    /* 初始位置在右侧外部 */
  }
  to {
    transform: translateX(0%);
    /* 移动到初始位置 */
  }
}
.float-window .window-box.box-wechat p {
  display: block;
  padding: 10px;
  background: #fff;
}
.float-window .window-box.box-wechat p img {
  background: #fff;
  max-height: 120px;
}
.float-window .window-box.box-cart a {
  position: relative;
}
.float-window .window-box.box-cart a span {
  content: "";
  width: 14px;
  height: 14px;
  background: #004EA2;
  border-radius: 100%;
  top: 0;
  right: -10px;
  position: absolute;
  z-index: 1;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.float-window .window-box.box-wechat a p {
  position: absolute;
  right: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  color: #FFF;
  top: 120px;
  border-radius: 100px;
  display: none;
  background: none !important;
}
.float-window .window-box.box-whatapp a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 96px;
  border-radius: 100px;
  display: none;
  z-index: -1;
}
.float-window .window-box.box-linkedin a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 8px;
  border-radius: 100px;
  display: none;
}
.float-window .window-box.box-inquiry a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 157px;
  display: none;
}
.float-window .window-box.box-skype a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 180px;
  border-radius: 100px;
  display: none;
}
.float-window .window-box.box-message a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 70px;
  border-radius: 100px;
  display: none;
}
.float-window .window-box.box-telephone a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 48px;
  border-radius: 100px;
  display: none;
  z-index: -1;
}
.float-window .window-box.box-email a p {
  position: absolute;
  right: 100%;
  width: 260px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 0px;
  border-radius: 100px;
  display: none;
  z-index: -1;
}
#float-window-close {
  position: fixed;
  right: 2px;
  top: 80%;
  z-index: 99;
  width: 46px;
  height: 46px;
  background: #004EA2;
  border-radius: 5px;
  text-align: center;
  line-height: 46px;
  color: #FFF;
}
@media (min-width: 991px) {
  #float-window-close {
    display: none;
  }
}
#float-window-close i {
  font-size: 32px;
}
#float-window-close:hover {
  cursor: pointer;
}
#float-window-open {
  position: fixed;
  right: 2px;
  top: 80%;
  z-index: 99;
  width: 46px;
  height: 46px;
  background: #004EA2;
  border-radius: 5px;
  text-align: center;
  line-height: 46px;
  display: none;
  color: #FFF;
}
#float-window-open i {
  font-size: 32px;
  transform: rotate(-45deg);
}
#float-window-open:hover {
  cursor: pointer;
}
.float-window-visible {
  transform: translateX(-100%);
  right: 0;
}
@media (max-width: 991px) {
  .float-window-visible {
    right: -6% !important;
  }
}
@media (max-width: 767px) {
  .float-window-visible {
    right: -14% !important;
  }
}
