#arshine2-gotop {
  position: fixed;
  bottom: 100px;
  right: 10px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--color-primary);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 1000;
  cursor: pointer;
  display: none;
  border-radius: 5px;
}

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

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

.san-foot-other {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.san-foot-other.padding {
  padding: 30px 0;
}
.san-foot-other.padding .copyright {
  width: 100%;
  text-align: center;
  padding: 50px 0 0;
}
.footother-fl {
  width: 46%;
  margin-top: 30px
}

.footother-top span {
  font-size: 16px;
  font-family: var(--title-font-family);
  font-weight: 700;
  color: #000;
}

.footother-top h1 {
  margin-top: 25px;
  font-size: 46px;
  color: #fff
}

.footother-top h2 {
  margin-top: 25px;
  font-size: 46px;
  color: #000;
}

.footother-top p {
  margin-top: 35px;
  line-height: 34px;
  font-size: 26px;
  color: #000;
}

.san-foot-other .wpb{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact-listnameone li h3 {
  margin-top: 40px;
  font-size: 22px;
  color: #000;
  font-family: var(--title-font-family);
font-weight: 700;
}

.contact-listnameone li p {
  font-size: 20px;
  color: #000;
}

.footother-fr {
  width: 44%
}

.footother-fr .div_info {
  width: 100%;
  box-shadow: none;
  border-radius: 0
}

.footother-fr .div_info input {
  height: 49px
}

.footother-fr .div_info textarea {
  height: 142px
}

.div_info {
  width: 30%;
  padding: 55px;
  background: #fff;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, .1);
  border-radius: 24px
}

.div_info h3 {
  padding-bottom: 20px;
  font-size: 28px;
  color: #333;
  line-height: 24px;
  letter-spacing: 1px;
  font-family: var(--title-font-family);
font-weight: 700;
}

.div_info input,
.div_info textarea {
  display: block;
  width: 100%;
  height: 52px;
  margin: 0 auto;
  margin-top: 20px;
  padding-left: 30px;
  font-size: 15px;
  border: none;
  background: #fafafa;
  border: 1px solid #eee;
  outline: none;
  border-radius: 8px
}

.div_info button {
  width: 100%;
  height: 56px;
  font-size: 15px;
  color: #fff;
  background: var(--color-primary);
  margin-top: 30px;
  border: none;
  outline: none;
  letter-spacing: 1px;
  font-family: var(--title-font-family);
font-weight: 700;;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -ms-transition: .3s all;
  transition: .3s all;
  border-radius: 8px;
  border: 1px solid transparent;
}

.div_info button:hover {
  background: none;
  color: var(--color-primary);
  border-color: var(--color-primary);
  cursor: pointer
}

.div_info textarea {
  height: 166px;
  padding: 20px 30px;
  line-height: 30px
}

.input-position {
  position: relative
}

.san-foot-other.main-href {
  margin-top: 50px
}

.san-foot-other .main-href a {
  display: inline-block;
  padding: 17px 60px;
  background: var(--color-primary);
  color: #fff;
  font-size: 16px;
  font-family: var(--title-font-family);
font-weight: 700;;
  cursor: pointer;
  border-radius: 50px
}

.san-foot-other .main-href a:hover {
  background: var(--color-primary);
  text-decoration: none
}


@media screen and (min-width:1921px) {
  .san-foot-other {
      background-position: center bottom
  }
}

@media screen and (max-width:1580px) {
  .div_info {
      width: 36%
  }

  .san-foot-other .main-href {
      margin-top: 40px
  }

  .san-foot-other h2,
  .san-foot-other h2 a {
      font-size: 32px
  }

  .san-foot-other .title p {
      font-size: 17px
  }

  .san-foot-other .main-href a {
      padding: 16px 50px;
      font-size: 15px
  }

  .san-foot-other .title p {
      margin-top: 20px;
  }

  .footother-top h1 {
      margin-top: 20px;
      font-size: 34px
  }

  .footother-top h2 {
    margin-top: 20px;
    font-size: 34px
  }

  .footother-top p {
      margin-top: 20px;
      font-size: 20px
  }
}

@media screen and (max-width:1280px) {
  .san-foot-other h2,
  .san-foot-other h2 a {
      font-size: 28px
  }

  .footother-fr {
      width: 50%
  }

  .footother-fr .div_info {
      padding: 50px 40px
  }

  .footother-top p {
      font-size: 20px;
      line-height: 30px
  }

  .div_info textarea {
      line-height: 26px
  }
}

@media screen and (max-width:960px) {
  .div_info {
      padding: 30px
  }

  .div_info button {
      margin-top: 28px
  }

  .san-foot-other .main-href a {
      font-size: 14px
  }

  .san-foot-other p {
      font-size: 15px;
      line-height: 24px
  }

  .san-foot-other .main-href {
      margin-top: 30px
  }

  .san-foot-other .title {
      width: 100%
  }

  .san-foot-other .title p {
      font-size: 16px
  }
  .san-foot-other h2,
  .san-foot-other h2 a {
      font-size: 26px
  }
  .san-foot-other .title h1,
  .san-foot-other .title h1 a {
      font-size: 28px
  }

  .san-foot-other .title h2,
  .san-foot-other .title h2 a {
      font-size: 28px
  }


  .footother-fl {
      width: 100%;
      margin-top: 0
  }

  .san-foot-other {
      padding-bottom: 90px;
      /* background: url(../images/m-bg08.webp) no-repeat center; */
      background-size: auto 100%;
  }

  .footother-fr {
      width: 100%;
      margin-top: 30px
  }

  .footother-fr .div_info {
      padding: 40px 30px
  }

  .footother-top h1 {
      font-size: 30px
  }

  .footother-top h2 {
    font-size: 30px
  }

  .footother-top p {
      font-size: 17px
  }

  .contact-listnameone li p {
      font-size: 15px
  }

  .div_info h3 {
      font-size: 26px
  }
}


@media screen and (max-width:340px) {
  .div_info textarea {
      height: 204px
  }
}