.arshine2-foot_top {
  position: relative;
padding:60px 0;
  background-repeat: no-repeat;
  background-position: center;background-size: cover;
}

.arshine2-foot_top .background {
  width: 100%;
  aspect-ratio: 5;
  object-fit: cover;
}

.arshine2-foot_top .container {
text-shadow: 2px 2px 4px #666;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2%;
}

.arshine2-foot_top .tit {
  flex: 1;
}

.arshine2-foot_top .tit h5 {
  font-size: 24px;
  color: #fff;
  line-height: 1;
}

.arshine2-foot_top .tit p {
  font-size: 24px;
  color: #fff;
  margin: 17px 0 0;
}

.arshine2-foot_top a {
  width: 258px;
  height: 50px;
  line-height: 50px;
  background: var(--color-primary);
  color: #fff;
  border-radius: var(--button-radius);
  font-size: 24px;
  color: #fff;
  display: inline-block;
  text-align: center;
}

.arshine2-foot_top a:hover {
  background: none;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}

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

  .arshine2-foot_top .background {
    width: 100%;
    aspect-ratio: 3;
  }

  .arshine2-foot_top .tit h5 {
    font-size: 18px;
  }

  .arshine2-foot_top .tit p {
    font-size: 18px;
  }

  .arshine2-foot_top a {
    width: 220px;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
  }
}

#contact .row {
  display: grid;
}

#contact .row > div {
  max-width: 100%!important;
  width: 100%;
}


@media screen and (max-width:768px) {
  .arshine2-foot_top {padding:30px 0;background-image:url('https://okki-shop.oss-cn-hangzhou.aliyuncs.com/category/346869/1673/cc52bab522e0b4be48cfd0f93c0e0ad8/444.jpg') !important;}
.arshine2-foot_top .container {
	display: block;text-align: center;
}

  .arshine2-foot_top .tit h5 {
    font-size: 16px;
  }

  .arshine2-foot_top .tit p {
    font-size: 16px;
  }

  .arshine2-foot_top a {
    width: 160px;
    font-size: 18px;margin-top: 20px;
  }
}