/*---footer---*/

.foot-top-arshine {
  padding: 80px 0;
  background: url(https://okki-shop.oss-cn-hangzhou.aliyuncs.com/402/upload/news/7703798979e7d5a192f872fcc087c85d1486865367ecd098f277a3ef8f1c89a1.jpg) no-repeat center top;
}

.foot-top-arshine .wp {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.foot-top-arshine .tit {}

.foot-top-arshine .tit h5 {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-family: var(--font-family1);
}

.foot-top-arshine .tit p {
  font-size: 24px;
  color: #fff;
  margin: 17px 0 0;
}

.foot-top-arshine a {
  width: 258px;
  height: 50px;
  line-height: 50px;
  background-image: linear-gradient(to bottom, #9B7301, #C79300, #DFBF00, #C79300, #9B7301);
  border-radius: 30px;
  font-size: 24px;
  color: #fff;
  font-family: var(--font-family1);
  text-align: center;
  display: inline-block;
}


footer {
  background: #000;
  padding: 90px 0;
}

footer .wp {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

footer h5 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-family: var(--font-family1);
  margin-bottom: 40px;
}

.foot-contact {
  width: 500px;
}

.foot-contact p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.foot-contact p~p {
  margin-top: 15px;
}

.foot-contact p:nth-of-type(1) {}

.foot-contact p a {
  color: inherit;
}

.foot-contact p:hover {
  color: #ccc;
}

.foot-contact .share {
  font-size: 0;
  margin: 17px 0 0;
}

.foot-contact .share a {
  display: inline-block;
  color: #92959D;
  width: 38px;
  height: 38px;
  line-height: 34px;
  border: 2px solid #92959D;
  border-radius: 50%;
  text-align: center;
}

.foot-contact .share a+a {
  margin-left: 20px;
}

.foot-contact .share a i {
  font-size: 20px;
}

.foot-contact .share a:hover {
  background: var(--active-color);
  border-color: var(--active-color);
  color: #000;
}

.foot-link {
  margin-top: 30px;
  width: 365px;
  background-color: rgba(255, 255, 255, 0.1);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.foot-link .list {
  width: 309px;
  position: relative;
  transition: all 500ms;
}

.foot-link .list h6 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 46px;
  text-indent: 20px;
  transition: all 500ms;
}

.foot-link .list ul {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 46px;
  background-color: #fff;
  overflow: hidden;
  height: 0;
  transition: all 500ms;
}

.foot-link .list ul li a {
  display: block;
  font-size: 15px;
  color: #333;
  line-height: 40px;
  padding-left: 20px;
}

.foot-link .list ul li:hover a {
  background: var(--active-color);
  color: #fff
}

.foot-link .select_icon {
  width: 55px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  display: block;
  position: relative;
  background-color: rgba(92, 92, 92, 0.6);
  transition: all 500ms;
}

.foot-link .select_icon i {
  font-size: 26px;
  display: inline-block;
  transition: all 500ms;
}

.foot-link:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.foot-link:hover .list h6 {
  color: rgba(29, 29, 29, 0.8);
}

.foot-link:hover .list ul {
  height: 200px;
}

.foot-link:hover .select_icon {
  background-color: rgba(255, 255, 255, 0.8);
}

.foot-link:hover .select_icon i {
  color: #000;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.foot-nav ul {}

.foot-nav ul li {
  font-size: 18px;
  line-height: 30px;
  color: #9d9d9d;
}

.foot-nav ul li+li {
  margin-top: 15px;
}

.foot-nav ul li a:hover {
  opacity: rgba(255, 255, 255, 0.8);
}


.foot-form {
  width: 345px;
}

.foot-form p {
  font-size: 18px;
  line-height: 30px;
  color: #9d9d9d;
}

.foot-form .inquirbox {
  margin-top: 20px;
}

.foot-form .input-box~.input-box {
  margin-top: 25px;
}

.foot-form .inquirbox input[type="text"],
.foot-form .inquirbox textarea {
  padding: 12px 25px;
  font-size: 16px;
  border: none;
  border-radius: 35px;
  background: #3B414F;
  color: #fff;
}

.foot-form .inquirbox .submit {
  width: 150px;
  line-height: 46px;
  background: #fff;
  color: #000;
  border-radius: 35px;
  margin: 0;
  font-size: 18px;
  font-family: var(--font-family1);
}

.foot-form .inquirbox .submit i {
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -2px;
}

.foot-form .inquirbox .submit:hover {
  background: #3B414F;
  color: #757575;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding: 40px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.copyright p {
  color: #eeeeee;
  font-size: 18px;
  font-family: var(--font-family3);
}



#gotop-arshine {
  position: fixed;
  bottom: 100px;
  right: 10px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background-image: linear-gradient(to bottom, #9B7301, #C79300, #DFBF00, #C79300, #9B7301);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 1000;
  cursor: pointer;
  display: none;
  border-radius: 5px;
}

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

#gotop-arshine:hover {
  background: #353535;
}

@media screen and (max-width:1441px) {

  footer h5 {
    font-size: 28px;
    margin-bottom: 30px;
  }

}

@media screen and (max-width:1367px) {

  .foot-top-arshine .tit h5,
  .foot-top-arshine .tit p {
    font-size: 22px;
  }

  footer h5 {
    font-size: 26px;
    margin-bottom: 25px;
  }

  .foot-contact p {
    font-size: 17px;
    line-height: 28px;
  }

  .foot-nav ul li {
    font-size: 17px;
    line-height: 28px;
  }

}

@media screen and (max-width:768px) {
  .foot-top-arshine {
    padding: 40px 0;
    text-align: center;
  }

  .foot-top-arshine .wp {
    display: block;
  }

  .foot-top-arshine .tit h5,
  .foot-top-arshine .tit p {
    font-size: 20px;
  }

  .foot-top-arshine .tit p {
    margin: 15px 0 0;
  }

  .foot-top-arshine a {
    margin: 30px 0 0;
    width: 220px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }


  footer {
    padding: 30px 0;
  }

  footer .wp {
    display: block;
  }

  footer h5 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
  }

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

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

  .foot-contact p~p {
    margin-top: 10px;
  }

  .foot-contact .share {
    font-size: 0;
    margin: 15px 0 0;
  }

  .foot-contact .share a+a {
    margin-left: 15px;
  }

  .foot-contact form {
    margin: 25px auto 0;
  }

  .foot-nav {
    display: none;
  }

  .foot-form {
    width: 100%;
    margin: 30px 0 0;
  }

  .foot-form p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .foot-form .inquirbox {
    margin-top: 20px;
  }

  .foot-form .input-box~.input-box {
    margin-top: 15px;
  }

  .foot-form .inquirbox input[type="text"],
  .foot-form .inquirbox textarea {
    padding: 10px 15px;
  }

  .foot-form .inquirbox .submit {
    margin: 0 auto;
    font-size: 17px;
  }

  .inquirbox .row {
    margin-bottom: 0;
  }

  .inquirbox .row>div {
    margin-bottom: 10px;
  }

  .inquirbox .submit {
    width: 130px;
    line-height: 36px;
    font-size: 15px;
  }
}

@media screen and (max-width:600px) {

  .foot-top-arshine .tit h5,
  .foot-top-arshine .tit p {
    font-size: 19px;
  }

}


@media screen and (max-width:480px) {
  .foot-logo img {
    height: 45px;
  }

  footer h5 {
    font-size: 22px;
  }

  .foot-contact form {
    width: 100%;
  }

  .foot-top-arshine .tit h5,
  .foot-top-arshine .tit p {
    font-size: 18px;
  }

  .foot-top-arshine a {
    margin: 20px 0 0;
    width: 180px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
  }

}

@media screen and (max-width: 900px) {
  #gotop-arshine {
    margin-bottom: 50px;
  }
}