html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
html, body, div, span,
h1, h2, p,img,
a, i,ul, li,label,button,
table, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    vertical-align: middle;
    list-style: none;
    box-sizing: border-box;
}
a {
    background-color: transparent;
    text-decoration: none;
}
b,
strong {
    font-weight: bolder;
}
button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}
button,
input { /* 1 */
    overflow: visible;
}
button,
select { /* 1 */
    text-transform: none;
}
button{
    -webkit-appearance: button;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.full {
    width: 100%;
}
.j-copytips {
  position: fixed;
  width: 150px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #666;
  border-radius: 5px;
  background-color: #fff;
  top: 20%;
  left: 50%;
  margin-left: -50px;
  display: none;
  text-align: center;
  z-index: 22222;
}
.c-red {
  color: #E15B57;
  font-weight: 700;
  font-size: 20px;
}
.wrapper {
    position: relative;
    background-size: 100% 100%;
    width: 100%;
    min-height: 100vh;
}
.swiper-banner {
    position: relative;
    overflow: hidden;
}
.swiper-banner img {
    width: 100%;
}
.btns-group {
    position: absolute;
    bottom: 4%;
    left: 55%;
    z-index: 9;
    width: 42%;
    height: 20%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(0, 1.66rem);
    /* gap: 0; */
}
.btns-group a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .14rem;
    color: #fff;
    height: 70%;
    max-height: 52px;
    text-align: center;
    animation: scale-animation 3s infinite;
    transition: transform 1s;
    width: 82%;
}
.btns-group .btn1 {
    background: url("../images/btn1.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.btns-group .btn2 {
    background: url("../images/btn2.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.pc {
    display: block;
}
.h5 {
    display: none;
}
.contact {
  text-align: center;
}
.btns-box {
  position: relative;
  display: inline-block;
  /* width: 214px; */
  height: 45px;
  font-size: 14px;
  color: #ffff;
  border-radius: 45px;
  line-height: 45px;
  padding: 0px 10px;
  text-align: center;
  position: relative;
}
.pc.contact {
  height: 85px;
}
.h5.contact {
    background-color: #eee;
      padding: 10px;
}
.btns-box a {
  color: #fff;
}
.h5 .btns-box {
  font-size: 10px!important;
}
.btns-box img {
  width: 25px;
  height: 25px;
  position: relative;
  bottom: 2px;
  margin-right: 2px;
}

.btns-box:nth-child(2) {
  background: linear-gradient(98.12deg, #E15B57 6.02%, #F0A67E 94.92%);
}

.btns-box:nth-child(3) {
  background: linear-gradient(98.12deg, #2180E1 6.02%, #07A6FF 94.92%);
}
/*h5*/
@media screen and (max-width: 800px) {
    .pc {
        display: none;
    }
    .h5 {
        display: block;
    }
    .btns-group {
        position: initial;
        background: url("../images/img1.jpg") 0 0 no-repeat;
        background-size: 100% 100%;
        width: 100%;
        height: 5.45rem;
        padding-left: 38%;
        padding-top: 3%;
        display: block;
        overflow: hidden;
    }
    .btns-group a {
        float: left;
        max-height: initial;
        height: 10%;
        width: 40%;
        margin-bottom: 5%;
        margin-right: 9%;
        opacity: 0;
    }
}
@keyframes scale-animation {
    0% {
        transform: scale(1); /* Ã¥Ë†ÂÃ¥Â§â€¹Ã§Å Â¶Ã¦â‚¬Â */
    }
    50% {
        transform: scale(1.1); /* Ã¦â€Â¾Ã¥Â¤Â§Ã¥Ë†Â°1.5Ã¥â‚¬Â */
    }
    100% {
        transform: scale(1); /* Ã¥â€ºÅ¾Ã¥Ë†Â°Ã¥Ë†ÂÃ¥Â§â€¹Ã§Å Â¶Ã¦â‚¬Â */
    }
}
