body{
  background: #FFFFFF !important;
}
.product {
  width: 28.8rem;
  height: 14.22rem;
  margin-top:3.4rem;
  margin-bottom: 2.48rem;
  
}
.product img {
  width: 28.8rem;
  height: 14.22rem;
}
.img-box {
  width: 28.8rem;
  height: 12.6rem;
  margin-bottom: 1.34rem;
  display: flex;
  justify-content: center;
}
.img-box img{
  width: 25.7rem;
  height: 12.6rem;
}


.header{
  background: #23161A !important;
}
.main{
  padding-top:3.24rem ;
}
.main-one{
  display: flex;
  justify-content: center;
  padding: 0.16rem 1.4rem 1.32rem;
}
.main-one .three-img{
  width: 13.1rem;
  height: 14.5rem;
  margin-right:0.6rem ;
}
.main-one .three-title{
 width: 8.34rem;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.main-one h2 {
  width: 12.5rem;
  font-family: Jost-Bold;
  font-weight: 900;
  font-size: 0.9rem;
  color: #1B1717;
  letter-spacing: 3px;
  text-align: left;
  margin-bottom: 0.78rem;
}
.main-one p{
  width: 11.84rem;
  font-weight: 400;
  font-size: 0.34rem;
  color: #6E6E6E;
  text-align: left;
}
.main-one .btn-google{
  margin-top: 2.04rem;
  width: 5.96rem;
  height: 1.78rem;
}
.main-one  .btn-href{
  margin-top: 2.04rem;
  width: 6.11rem;
  height: 1.78rem;
  background: #FEEBE3;
  border-radius: 0.29rem 0.29rem 0.29rem 0.29rem;
  display: block;
  font-family: Jost-Medium;
  font-weight: 500;
  font-size: 0.47rem;
  color: #F87943;
  text-align: center;
  line-height: 1.78rem;
  margin-left: 0.38rem;
}

.main-two{
  background: #F87943;
  padding-top: 0.72rem;
  padding-bottom: 1.66rem;
  text-align: center;
  margin-bottom: 1.52rem;
}
.main-two h2{
  font-family: Jost-Bold;
  font-weight: bold;
  font-size: 1.2rem;
  color: #FFFFFF;
}
.main-two p{
  margin-bottom: 2.24rem;
  font-weight: 400;
  font-size: 0.32rem;
  color: #FFFFFF;
  text-align: center;
}
.main-two img{
  width: 90%;
  height: auto;
  margin: 0 auto;
}


.main-three {
  width: 80%;
  
  margin: 0 auto;
}

.main-three h2 {
  font-family: Jost-Bold;
  font-weight: bold;
  font-size: 1.2rem;
  color: #000000;
  text-align: left;
}


.main-three .text-column p{
  width: 10.8rem;
  font-weight: 300;
  font-size: 0.24rem;
  color: #000000;
  text-align: left;
  padding-left: 0.5rem;
  margin-bottom: 0.88rem;
}
.main-three .row-p{
  padding: 0 !important;
  font-size: 0.32rem;
  margin-bottom: 0.44rem !important;
  /* width: 7.4rem !important; */
  
}
.main-three .text-column h5{
  font-family: Jost-SemiBold;
  font-weight: 600;
  font-size: 0.32rem;
  color: #000000;
  text-align: left;
}
.top-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.text-column {
  /* flex: 1;
  min-width: 300px; */
}


 
.advantage {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.advantage img {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.16rem;
} 

.image-column {
  flex: 1;
 
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.image-column img {
  max-width: 13.06rem;
  height: auto;
  border-radius: 4px;
}

.main-four {
  width: 100%;
  height: 11.5rem;
  background: url('../images/product/four.png') #FFFFFF no-repeat;
  background-size: 100% 9.38rem;
  background-position: bottom left;
  display: flex;
  justify-content: center;
  margin-bottom: 2.24rem;
}
.main-four img{
  width: 5.52rem;
  height: 10.74rem;
  margin-right: 3.34rem;
}
.main-four h2{
  font-family: Jost-Bold;
  font-weight: bold;
  font-size: 0.96rem;
  color: #FFFFFF;
  text-align: left;
  margin-top: 4.58rem;
}
.main-four p{
  width: 8.74rem;
  font-weight: 400;
  font-size: 0.4rem;
  color: #FFFFFF;
  text-align: left;
}
.main-four .btn {
  background: none;
}
.main-four .btn img{
 width: 4.32rem;
 height: auto;
 margin-top: 0.36rem;
}


.mb123{
  margin-bottom: 12.98rem;
}