:root {
  --mach-footer-title-size: 30px;
  --mach-footer-li-size: 16px;
  --mach-footer-text-size: 15px;
}

/*footer*/
.mach-footer {
  padding: 80px 0 50px;
  background: rgb(1,80,183);
  position: relative;
}
.mach-footer .container{
  position: relative;
}

.mach-footer>.container:before {
  
        
        
            content: "";
    display: block;
    width: 200px;
    height: 200px;
    position: absolute;
    top: -80px;
    right: 0px;
        background: url(/category/369648/2233/0ff09a8df8ed3885327417e394c67e3d/bottom%20square.svg);
z-index: 1;
    background-size: 205px;
    opacity: 0.3;
}

.mach-footer {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mach-footer h3 {
  font-size:20px;
  font-weight: 800;
  color: #fff;
  font-family: var(--title-font-family);
  margin-bottom: 20px;
  line-height: normal;
      letter-spacing: 1px;
}

.mach-footer .foot-content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mach-footer .foot-logo {
  width: 25%;
}

.mach-footer .foot-logo > a {
display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 10px;
}

.mach-footer .foot-logo > a img {
  height: 96px;
	aspect-ratio: 61 / 26;
	object-fit: contain;
}

.mach-footer p {
  margin-bottom: 22px;
  color: #fff;
}
.mach-footer .foot-logo .media {
  display: flex;
  align-items: center;
}
.mach-footer .foot-logo .media a {
width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    border: 1px solid #fff;
    color: var(--color-primary);
    background: #fff;
}

.mach-footer .quick-link ul,
.mach-footer .products ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  color: #bcbcbc;
}
.mach-footer .quick-link ul li,
.mach-footer .products ul li {
margin-bottom: 7px;
    opacity: 0.9;
    color: #fff;
}

.mach-footer .quick-link ul li a,
.mach-footer .products ul li a {
  font-size: var(--mach-footer-li-size);
}
.mach-footer .quick-link ul li a:hover,
.mach-footer .products ul li a:hover {
  color: #fff;
  opacity:0.8;
}
.mach-footer .newsletter {
  width: 33%;
}
.mach-footer .products {
  width: 14%;
}

.mach-footer .newsletter form {
  display: -webkit-flex;
  display: flex;
  /*-webkit-justify-content: space-between;*/
  /*justify-content: space-between;*/
  margin-top: 20px;
  position: relative;
}
.mach-footer .newsletter input {
  width: 50%;
  padding: 4px 0 4px 34px;
  font-size: 13px;
  line-height: normal;
      background: #fff;
    color: #000;
  outline: none;
  border: none;
}
.mach-footer .newsletter input::placeholder {
  color: #000;
}

.mach-footer .crmFormVali-error {
    color: #fff;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    left: 0;
    bottom: -22px;
    top: inherit;
}

.mach-footer .newsletter button {
    width: 20%;
    height: 44px;
    font-size: 13px;
    font-family: var(--font-family);
    background: #fff;
    color: rgb(1,80,183);
    outline: none;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    transition: 0.3s all;
}
.mach-footer .newsletter button:hover {
  color: #fff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%), var(--color-primary);
}

.mach-footer .foot-bottom {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content:space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 50px;
}
.mach-footer .foot-bottom span {
  color: #fff;
  font-size: 14px;
  margin-right: 150px;
}
.mach-footer .foot-bottom a {
  color: #fff;
  font-size: 14px;
  line-height: 2.5;
  text-transform: capitalize;
}
.mach-footer .foot-bottom a:hover {
  color: #fff;
}
/* scrollTop start */
.gotop-mach {
  position: fixed;
  right: 10px;
  top: 50%;
  display: none;
  z-index: 2;
}
.gotop-mach a {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: var(--color-primary);
  margin: 10px 0;
  text-align: center;
  line-height: 44px;
  box-shadow: 1px 2px 6px 2px rgb(0, 0, 0, 0.1);
  cursor: pointer;
}
.gotop-mach a:hover {
  background: var(--color-primary);
}
/* scrollTop end */

/*手机端底部*/
.mobile-mach-footer {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 50px;
  background: var(--color-primary);
  z-index: 99;
  box-shadow: 1px 2px 8px 4px rgba(0, 0, 0, 0.1);
}
.mobile-mach-footer .mobile-foot a {
    float: left;
    width: 25%;
    height: 50px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    border-right: 1px solid #fff;
    box-sizing: border-box;
}
.mobile-mach-footer .mobile-foot a:last-child {
  border-right: none;
}
.mobile-mach-footer .mobile-foot img {
  display: block;
    width: 20px;
    height: 20px;
  margin: 5px auto 0 auto;
}

.gotop-mach img {
  vertical-align: middle;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -ms-transition: 1s all;
  transition: 1s all;
}

@media screen and (max-width: 1600px) {
  :root {
    --mach-footer-title-size: 28px
    --mach-footer-li-size: 17px;
    --mach-footer-text-size: 15px;
  }

}

@media screen and (max-width: 1280px) {
  :root {
    --mach-footer-title-size: 24px;
    --mach-footer-li-size: 16px;
    --mach-footer-text-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  :root {
    --mach-footer-title-size: 22px;
    --mach-footer-li-size: 15px;
    --mach-footer-text-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  :root {
    --mach-footer-li-size: 14px;
    --mach-footer-text-size: 14px;
  }
 
  .mobile-mach-footer{
    /*display: block;*/
  }
  .mach-footer .foot-logo > a img{
    height: 65px;
  }
  .mach-footer{
    padding: 15px 0 0;
  }
  .mach-footer .foot-bottom {
  margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .mach-footer .foot-bottom a{
    line-height: 1;
        text-align: center;
        font-size: 12px;
  }
  .mach-footer .foot-bottom span {
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }
  .mach-footer h3,  .mach-footer p{
    text-align: center;
  }
  .mach-footer .foot-content{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }
  .mach-footer .foot-logo, .mach-footer .newsletter{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .mach-footer .newsletter form{
    width: 100%;
    margin-top: 0;
  }
  .mach-footer .quick-link ul, .mach-footer .products ul{
    align-items: center;
  }
  .mach-footer .foot-logo > a,.mach-footer h3,.mach-footer p{
    margin-bottom: 10px;
        text-align: left;
  }
  .foot-content .quick-link,.foot-content .products,.mach-footer>.container:before{
    display: none;
  }
  .mach-footer .newsletter input{
    width: 70%;
  }
  .mach-footer .newsletter button{
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --mach-footer-li-size: 14px;
    --mach-footer-text-size: 14px;
  }
  .mach-footer .foot-logo{
    width: 100%;
  }
  .mach-footer .newsletter{
    display: none;
  }
  .okki-chat--bubble-holder .okki-chat-widget-bubble.okki-chat-elements--right {
    right: 10px;
    bottom: 60px;
}
}

@media screen and (max-width: 576px) {
  :root {
    --mach-footer-li-size: 14px;
    --mach-footer-text-size: 14px;
  }
}
