.seize-foot {
  display: block;
}

.seize-foot {
  position: relative;
  background: #000
}
.seize-foot .container::after {
  bottom: 285px;
  position: absolute;
  content: "";
  width: 58%;
  height: 1px;
  background: rgba(255, 255, 255, .21);
  display: block;
}
.seize-foot-form {
  padding: 70px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}
.seize-foot-contact p span {
  font-weight: 700;
  font-size: 22px;
  color:var(--color-primary);
}
.seize-foot-form h5 {
  font-size: 32px;
  line-height: 1.3333333;
  color: #fff;
  font-weight: 600;
  -webkit-flex: 1;
  flex: 1;
 
}

.seize-foot-form .sendemail {
  width: 55%;
  position: relative
}

.seize-foot-form .sendemail form {
  width: 60%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.seize-foot-form .sendemail .post-text {
  -webkit-flex: 1;
  flex: 1;
  height: 65px;
  line-height: 65px;
  overflow: hidden;
  color: #333;
  padding: 0 30px;
  font-size: 18px;
  background: #fff;
  box-sizing: border-box
}

.seize-foot-form .sendemail .post-btn {
  background: var(--color-primary);
  font-size: 24px;
  color: #fff;
  width: 140px;
  text-align: center;
  height: 65px;
  display: block;
  cursor: pointer
}

.seize-foot-form .sendemail .post-btn:hover {
  opacity: 0.8
}

.seize-foot-form .crmFormVali-error {
    color: #a94442;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 74px;
    width: 100%;
}
.seize-foot:before{
  top: 75px;
  right: 130px;
  position: absolute;
  height: 315px;
  width: 300px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  content:"";
  background-image: url("https://okki-shop.oss-cn-hangzhou.aliyuncs.com/category/38746/1900/9a98fa1a46562f3e4586ee7ae6266ff3/ip-%E7%AB%8B%E4%BD%93-%E5%AF%BC%E5%87%BA.png");
}
#seize-footer {
  padding: 60px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

#seize-footer h5 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 20px;
  text-transform: uppercase
}

.seize-foot-nav {
  width: 260px;
}
.seize-foot-list{
  width: 420px;
}
.seize-foot-contact{
   width: 610px;
}
.seize-foot-list ul{
  flex-wrap: wrap;
  display:flex;
}
.seize-foot-nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.seize-foot-nav ul li {
  font-weight: 100;
  position: relative;
  width: 50%;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 6px;
  color: #e2e2e2;
  padding: 0 0 0 16px;
}

.seize-foot-nav ul li::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: var(--color-primary);
}

.seize-foot-nav ul li a:hover {
  color: var(--color-primary);
  text-decoration: underline
}

.seize-foot-list ul li {
  font-weight: 100;
  width: 50%;
  position: relative;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 6px;
  color: #e2e2e2;
  padding: 0 0 0 16px;
}

.seize-foot-list ul li::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: var(--color-primary);
}


.seize-foot-list ul li a:hover {
  color: var(--color-primary);
  text-decoration: underline
}

.seize-foot-contact p {
  font-weight: 100;
  color: #e2e2e2;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 6px
}
.seize-foot-contact p:nth-of-type(1){
  font-weight: 700;
  font-size: 22px;
  color:var(--color-primary);
}

.seize-foot-contact p:nth-of-type(2) {
  position: relative;
}

.seize-foot-contact p:nth-of-type(2) i {
  font-size: 40px;
}

.seize-foot-contact p:nth-of-type(2) a {
  font-size: 16px;
  font-weight: 100;
  color:#e2e2e2
}
.seize-foot-contact p:nth-of-type(2) span {
  font-weight: 700;
  font-size: 20px;
  color:var(--color-primary);
}
.seize-foot-contact p a:hover {
  color: #fff;
  text-decoration: underline
}

.seize-copyright {
  background: #000;
  padding: 26px 0
}

.seize-copyright .container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 90%;
}

.seize-copyright .container img {
  height: 56px;
  object-fit: contain;
}

.seize-copyright p {
  font-size: 17px;
  color: #fff
}

.seize-copyright .share {
  font-size: 0
}

.seize-copyright .share a {
  display: inline-block;
  color: #515151;
  background: #fff;
  border: 1px solid #bababa;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%
}

.seize-copyright .share a+a {
  margin-left: 20px
}

.seize-copyright .share a i {
  font-size: 24px;
  color: inherit
}

.seize-copyright .share a:hover {
  color: #fff;
  border-color: var(--color-primary);
  background: var(--color-primary)
}

#seize-gotop {
  position: fixed;
  bottom: 100px;
  right: 10px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #e60012;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  z-index: 1000;
  cursor: pointer;
  display: none;
  border-radius: 5px
}

#seize-gotop i {
  color: #fff;
  font-size: 18px
}

#seize-gotop:hover {
  background: #353535
}

#seize-footBar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65px;
  display: none;
  z-index: 999;
  background: #333;
  border-top: 1px solid rgba(255, 255, 255, .8);
  transition: all .6s ease 0s;
  -webkit-transition: all .6s ease 0s
}

#seize-footBar li {
  width: 25%;
  height: 65px;
  float: left;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, .2);
  cursor: pointer;
  padding: 6px 0 0;
  box-sizing: border-box
}

#seize-footBar li:first-child {
  border-left: none
}

#seize-footBar li a {
  display: block;
  height: 45px;
  line-height: 1;
  text-transform: uppercase
}

#seize-footBar li i {
  color: #fff;
  font-size: 20px
}

#seize-footBar li span {
  display: block;
  color: #fff;
  font-size: 12px;
  margin-top: 3px
}

@media screen and (max-width: 1500px) {
  .seize-foot-list ul li {
    font-size: 17px;
    line-height: 28px
  }

  .seize-foot-form h5 {
    font-size: 32px;
    margin-right: 90px
  }
  .seize-foot:before{
    width: 220px;
  }
  .seize-copyright .container img {height: 40px;}
  .seize-copyright p {font-size: 15px;}
}

@media screen and (max-width: 1400px) {
  .seize-foot-nav {
    width: 160px
  }

  .seize-foot-nav ul li {
    width: 100%;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 5px
  }

  .seize-foot-list ul li {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 5px
  }

  .seize-foot-contact p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 5px
  }

  .seize-foot-form h5 {
    font-size: 28px;
    margin-right: 60px
  }

  .seize-foot-form .sendemail .post-text {
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
    font-size: 17px
  }

  .seize-foot-form .sendemail .post-btn {
    font-size: 22px;
    width: 160px;
    height: 55px
  }
}

@media screen and (max-width: 991px) {
  .seize-foot {
    padding: 30px 0
  }

  .seize-foot h5 {
    font-size: 22px;
    margin: 0 0 15px;
    text-align: center
  }

  .seize-foot .container {
    -webkit-flex-direction: column;
    flex-direction: column
  }
  
    .seize-foot-form .sendemail form{
    width: 100% !important;
  }

  #seize-footBar {
    display: block
  }

  .seize-foot-form {
    padding: 30px 0;
    -webkit-flex-direction: column;
    flex-direction: column
  }

  .seize-foot-form h5 {
    font-size: 24px;
    line-height: 1.1;
    margin-right: 0;
    text-align: center
  }

  .seize-foot-form .sendemail {
    width: 90%;
    margin: 20px auto 0
  }

  .seize-foot-form .sendemail .post-text {
    height: 50px;
    line-height: 50px;
    padding: 0 15px
  }

  .seize-foot-form .sendemail .post-btn {
    font-size: 20px;
    width: 140px;
    height: 50px
  }

  #seize-footer {
    padding: 30px 0
  }

  #seize-footer h5 {
    font-size: 22px;
    margin: 0 0 15px;
    text-align: center
  }

  #seize-footer .container {
    -webkit-flex-direction: column;
    flex-direction: column
  }

  .seize-foot-nav,
  .seize-foot-list {
    display: none
  }

  .seize-foot-contact {
    width: 100%;
    text-align: center
  }

  .seize-foot-contact p {
    font-size: 16px;
    line-height: 24px
  }

  .seize-foot-contact p:nth-of-type(2) {
    line-height: 40px;
    padding: 0 0 0 50px;
    background-size: 40px;
    display: inline-block
  }

  .seize-foot-contact p:nth-of-type(2) a {
    font-size: 24px
  }

  .seize-copyright {
    padding: 15px 0 70px;
    text-align: center
  }

  .seize-copyright .container {
    -webkit-flex-direction: column;
    flex-direction: column
  }

  .seize-copyright img {
    height: 50px
  }

  .seize-copyright p {
    font-size: 15px;
    margin-top: 15px
  }

  .seize-copyright .share {
    margin: 15px 0 0
  }

  .seize-copyright .share a {
    width: 40px;
    height: 40px;
    line-height: 40px
  }

  .seize-copyright .share a+a {
    margin-left: 8px
  }

  .seize-copyright .share a i {
    font-size: 22px
  }
}

@media screen and (max-width: 768px) {
  
      .seize-foot-form h5 {
        font-size: 20px;
                margin-bottom: 0px;
      }
          .seize-foot-form {
        padding: 0 0 30px 0;
          }
          .seize-foot-form .sendemail .post-btn {
        font-size: 16px;
        width: 100px;
        height: 35px;
    }
        .seize-foot-form .sendemail .post-text {
        height: 35px;
        line-height: 35px;
        }
        .seize-foot-contact p:nth-of-type(2){
          padding: 0;
        }
            .seize-foot-contact p:nth-of-type(2) a {
        font-size: 12px;
    }
        .seize-foot-contact p {
        font-size: 12px;
        line-height: 20px;
    }
        #seize-footer {
        padding: 30px 0 0;
    }
    .seize-foot:before{
          top: 148px;
    right: 20px;
    position: absolute;
    height: 220px;
    width: 85px;
    }
    .seize-copyright .container img {
    height: 35px;
    }
        .seize-copyright p {
        font-size: 12px;
        margin-top: 5px;
        color: #FFF;
    }
        .seize-copyright .share a i {
        font-size: 20px;
        line-height: 40px;
    }
    
    .seize-foot-form .crmFormVali-error {top: 42px;}
   
          
}
@media screen and (max-width:1280px){
.seize-foot .container::after {
  
  display: none;
}

.seize-copyright .share a+a {
    margin-left: 10px;
}
}

@media screen and (max-width:480px){
  #seize-footBar li{
        height: 45px;
}
#seize-footBar{
  height: 45px;
}
#seize-footBar li i{
  font-size: 16px;
}
#seize-footBar li span{
  margin-top: 0;
}

  .seize-foot-form .crmFormVali-error{
    top: 45px !important;
    left: 0 !important;
    right: 0 !important;
  }
  
  
  
  .seize-foot-contact{
  }
  #seize-footer h5{
  }
      .seize-foot:before {
        top: 110px;
        right: 20px;
        position: absolute;
        height: 220px;
        width: 100px;
    }
    

    .seize-foot-contact p span{
      font-size: 14px;
    }
    .seize-foot-contact p:nth-of-type(2) span{
      font-size: 14px;
    }

}





@media screen and (max-width:991px){
    .seize-foot:before {
        top: 151px;
        right: calc(50% - 70px);
        position: absolute;
        height: 220px;
        width: 140px;
    }
    #seize-footer{
              padding: 40px 0 0 !important;
    }
      #seize-footer {
    border-top: none !important;
    }
    .seize-foot-contact{
      margin-top: 60px !important;
    }
        .seize-foot-form {
        padding: 0 0 80px 0 !important;

}
    .seize-foot-contact p {
        font-size: 10px !important;
    }
        .seize-foot-contact p:nth-of-type(1){
      font-size: 16px !important;
    }
}



@media screen and (max-width:1171px) and (min-width:769px){
     /* .seize-foot:before {
        width: 100px;
        right: 50px;
        top: 150px;
    }*/
    .seize-copyright .container img {
    height: 22px;
    }
    .seize-copyright p {
    font-size: 12px;
    }
}


@media(max-width:768px){
   .seize-foot:before {top: 122px;}
}
