html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

header {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

body,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea {
  margin: 0;
  padding: 0;
}

body {
  font: normal 12px/1.5  Helvetica, Arial, sans-serif;
}

ul,
ol,
li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

a {
  background-color: transparent;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
}


::-webkit-scrollbar{
  display: none;
}

*{
  scrollbar-width: none; /* firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

html,body{
  background: #fff

}



.inner{
  max-width: 1000px;
  margin: 0 auto;
}

.box-1{
  background:url(./iosimg/bg.png) center no-repeat;
  background-size: cover;
  color:#fff;
}

.box-1 .header{
  width:100%;
  max-width: 1000px;
  margin:0 auto;
  display: flex;
  align-items: center;
  padding: 40px 10px 20px;
  justify-content: space-between;
}

.box-1 .header .logo img{
  display: block;
  height:62px;
}

.box-1 .header .btn-faq{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size:14px;
  color:#fff;
  text-decoration: none;
  color:inherit;
  height: 38px;
  padding:0 16px 0 8px;
  background:#ffffff20;
  border-radius: 100px;
  border:solid 1px #fff;
  transition: all .3s;
}
.box-1 .header .btn-faq svg{
  display: block;
  width: 23px;
  height:23px;
}

.box-1 .header .btn-faq:hover{
  background:#ffffff50;
}


.box-1 .inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap:20px;
}
.box-1 .txt{
  width:50%;
}
.box-1 .txt img{
  display: block;
  height:150px;
  margin-left: -20px;
}

.box-1 .txt h1{
  font-size: 36px;
}
.box-1 .txt h1 strong{
  font-size: 52px;
}
.box-1 .txt p {
  font-size: 16px;
  line-height:1.5;
  margin-top: 30px;
}
.box-1 .img img{
  display: block;
  width: 110%;
}

.box-2{
  padding: 60px 0;
  background:linear-gradient( 180deg, #FFFFFF 0%, #FFD8FE 100%);
}
.box-2 h2{
  font-size: 46px;
  margin-bottom: 30px;
}

.box-2 li{
  margin-bottom:30px;
  font-size:14px;
}
.box-2 li h3{
  height: 76px;
  font-size: 24px;
  background: linear-gradient( 270deg, rgba(253,1,121,0) 95%, #FF008150 100%);
  display: flex;
  align-items: center;
  padding-left: 18px;
  margin-bottom: 20px;
}

.box-2 .img{
  padding: 60px 0 0px;
}
.box-2 .img img{
  display: block;
  width: 80%;
  margin:0 auto;
}
.box-2 .contact-us {
  text-align: center;
  margin-bottom: 40px;
  font-size:16px;
  display: flex;
  align-items: center;
  gap:20px;
  justify-content: center;
}
.box-2 .contact-us a{
  color:#000;
  text-decoration: none;
  font-weight: bold;
  background:#ffffff40;
  display: flex;
  height: 50px;
  align-items: center;
  padding:0 20px;
  border-radius: 100px;
  color:#FF5CFA;
  font-style: italic;
}




.the-footer{
  background: #000;
  text-align: center;
  padding-top: 30px;
}
.the-footer .links{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size:15px;
  color:#fff;
}
.the-footer .links a{
  text-decoration: none;
  color:inherit;
}
.the-footer .copy{
  padding: 30px 0 22px;
  font-size:12px;
  color:#fff;
  background: #000;
}





