* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  width:auto;
  /* min-width: 1200px; */
  font-size: 14px;
  color: #555;
  background: #fff;
  font-family: Poppins-Regular;
  margin: 0px;

}

fieldset,
img {
  border: 0;
  display: block;
}

ol,
ul {
  list-style: none;
}

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

em {
  font-style: normal;
}

input,
button,
select,
textarea {
  outline: none;
  border: 0;
}

textarea {
  resize: none;
}

a {
 
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  /* font-weight: bold; */
  text-decoration: none;
}

.clearfix:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
}

/*    */
.fleft {
  float: left;
}

.fright {
  float: right;
}

.overflow-hd {
  overflow: hidden;
}

/*    */
.positionr {
  position: relative;
}

.positiona {
  position: absolute;
}

.positionf {
  position: fixed;
}

/*      */
.tleft {
  text-align: left;
}

.tcenter {
  text-align: center;
}

.tright {
  text-align: right;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

/*   */
.mt20px {
  margin-top: 20px;
}

.mb20px {
  margin-bottom: 20px;
}

.mt40px {
  margin-top: 40px;
}

.mt22px {
  margin-top: 22px;
}

.mt25px {
  margin-top: 25px;
}

.mb30px {
  margin-bottom: 30px;
}

.mr20px {
  margin-right: 20px;
}

.mr30px {
  margin-right: 30px;
}

.mb34px {
  margin-bottom: 34px;
}

.mb10px {
  margin-bottom: 10px;
}

.mb14px {
  margin-bottom: 14px;
}

.mb15px {
  margin-bottom: 15px;
}

.cursor {
  cursor: pointer;
}

.no-cursor {
  cursor: auto;
}

input[type=button],
button {
  cursor: pointer;
}

.disblock {
  display: block;
}

.disinline {
  display: inline-block;
}

/*      */
.show {
  display: block;
}

.hide {
  display: none!important;
}

/*       */
.ellipsis-uniline {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis-multiline {
  display: box !important;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /*        */
}

.nopadding {
  padding: 0px !important;
}

/*      */
.font12px {
  font-size: 12px;
}

.font14px {
  font-size: 14px;
}

.font16px {
  font-size: 16px;
}

.font18px {
  font-size: 18px !important;
}

.font20px {
  font-size: 20px;
}

/*    */
.fontColor-red {
  color: #e00000;
}

.fontColor-blue {
  color: #2f88ee;
}

.fontColor-green {
  color: #73b906;
}

.fontColor-logo {
  color: #dc3965;
}

.h4 {
  font-size: 20px;
  color: #000011;
  font-weight: normal;
}

/*  */
.container{
    width: 100%;
}
.header{
    padding: 0 2.4rem;
    height: 1.76rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    background: #ffffff;
    width: 100%;
    z-index: 6;
}
.header img{
    width: 3.72rem;
}
.nav {
    display: flex;
    align-items: center;
    height: 100%;
}

.nav >a {
    display: block;

    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 0.32rem;
    color: #333333;
    position: relative;
    margin-right: 1.28rem;
    box-sizing: border-box;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    align-items: center;
}

.nav >a.active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.08rem;
    background: linear-gradient(106deg, #FFC170 0%, #FEA048 26%, #FF7F24 39%, #FF5100 50%, #FF5789 61%, #F589DC 74%, #C1B8FF 100%);
    left: 0;
    bottom: .4rem;
}

.nav >a .concept {
    width: 217px;
    height:120px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    position: absolute;
    left: 50%;
    margin-left: -108px;
    top: 1.4rem;
    display: none;
    z-index: 100;
    box-sizing: border-box;

}
.nav >a .concept p{
  font-family: 'Poppins-Medium';
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height:60px;
}
.nav >a .concept p:hover{
  background: linear-gradient(15.57deg, #FFC170 0%, #FEA048 26%, #FF7F24 39%, #FF5100 50%, #FF5789 61%, #F589DC 74%, #C1B8FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.nav >a .concept p.concept-active{
  background: linear-gradient(15.57deg, #FFC170 0%, #FEA048 26%, #FF7F24 39%, #FF5100 50%, #FF5789 61%, #F589DC 74%, #C1B8FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.nav >a:hover .concept {
    display: block;
}
.footer{
  width: 100%;
  height: 7.96rem;
  background: linear-gradient( 106deg, #FFC170 0%, #FEA048 26%, #FF7F24 39%, #FF5100 50%, #FF5789 61%, #F589DC 74%, #C1B8FF 100%);
  padding: 1rem 2.4rem 0;
}
.footer .footer-head{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer .footer-head img{
  width: 5.4rem;
}
.footer .footer-head .footer-nav-list{
  display: flex;
  margin-top: 1rem;
}
.footer .footer-head .footer-nav-list a{
  display: block;
  height: 0.48rem;
  font-family: 'Poppins-Medium';
  font-weight: 500;
  font-size: 0.32rem;
  color: #FFFFFF;
  position: relative;
  margin-right: 1.28rem;
  position: relative;
}
.footer .footer-head .footer-nav-list a.active::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 0.08rem;
  background: #ffffff;
  left: 0;
  bottom: -.2rem;
}
.footer .footer-bot{
  display: flex;
  margin-top: .82rem;
}
.footer .footer-l{
  margin-right: 1rem;
}
.footer .footer-bot .footer-l{
  display: flex;
  align-items: flex-start;
}
.footer .footer-bot img{
  width: .92rem;
  margin-right: .38rem;
}
.footer-l-t .title{
  font-family: 'Poppins-Bold';
  font-weight: bold;
  font-size: 0.48rem;
  color: #FFFFFF;
  margin-top: .1rem;
}

.footer-l-t .text{
  font-family: 'Poppins-Regular';
  font-weight: 400;
  font-size: 0.4rem;
  color: #FFFFFF;
  line-height: 0.64rem;
  max-width: 8.2rem;
  margin-top: .2rem;
}

/* concept */
.concept-head-box{
  width: 100%;
  height: 11rem;
  background: linear-gradient( 106deg, #FFC170 0%, #FEA048 26%, #FF7F24 39%, #FF5100 50%, #FF5789 61%, #F589DC 74%, #C1B8FF 100%);
  overflow: hidden;
}
.concept-head-box p.tip{
  font-family: 'Poppins-SemiBold';
  font-weight: 600;
  font-size: 0.9rem;
  color: #000000;
  margin: 2.62rem 0 0 2.4rem;
}
.concept-head-box p.title{
  font-family: 'Poppins-SemiBold';
  font-weight: 600;
  font-size: 0.9rem;
  color: #000000;
  margin:1.42rem 0 0 2.4rem;
}
.concept-head-box p.text{
  width: 24rem;
  font-family: 'Poppins-Medium';
  font-weight: 500;
  font-size: 0.32rem;
  color: #000000;
  line-height: 0.68rem;
  margin: .4rem 0 0 2.4rem;
}
.concept-head-img{
  display: block;
  width: 23.98rem;
  margin: -4rem auto 0;
}
.concept-title{
  font-family: 'Poppins-SemiBold';
  font-weight: 600;
  font-size: 1.06rem;
  color: #171740;
  margin-left: 2.4rem;
  margin-top: .88rem;
}
.concept-imgBox{
  margin: 1rem auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.4rem;
}
.concept-imgBox img{
  display: block;
  width: 7.6rem;
}
.concept-visition{
  display: block;
  width: 21.24rem;
  margin: 1rem auto 0;
}
.concept-strategy{
  margin: .78rem auto 1.84rem;
  padding: 0 2.4rem;
}
.concept-strategy img{
  display: block;
  width: 100%;
  margin-bottom: .3rem;
}
.concept-promise{
  width: 24rem;
  margin: 1.58rem auto .82rem;
  position: relative;
}
.concept-promise img{
  display: block;
  width: 100%;
}
.appStore-promise-btn{
  width: 3.86rem;
  height: 1.14rem;
  position: absolute;
  left: 50%;
  margin-left: -1.93rem;
  bottom: .36rem;
  background: url(../images/appStore.png) no-repeat;
  background-size: 100% 100%;
}

/* our product */
.ourproduct-videoBox{
  margin: 1rem auto;
  width: 23.98rem;
  height: 19.78rem;
  background: url(../images/video-box.webp) no-repeat;
  background-size: 100% 100%;
  text-align: center;
    overflow: hidden;
}
.ourproduct-videoBox .video{
  width: 22.02rem;
  
  border-radius: .74rem;
}
.ourproduct-videoBox > .video-box{
  margin: 6.4rem auto 0;
  position: relative;

}
.ourproduct-videoBox > .video-box .play{
  position: absolute;
  left: 50%;
  margin-left: -1.1rem;
  top: 50%;
  margin-top: -1.1rem;
}

.footer-join{
  margin: 1.86rem auto 1.24rem;
  padding: 0 2.4rem;
  position: relative;
}
.footer-join img{
  display: block;
  width: 100%;
}
.appStore-foot-btn{
  position: absolute;
  left: 5.6rem;
  top: 9.18rem;
  width: 4.38rem;
  height: 1.3rem;
  background: url(../images/appStore.png) no-repeat;
  background-size: 100% 100%;
}

.products-img{
  width: 24rem;
  margin: .88rem auto 1.86rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.products-img img{
  display: block;
  width: 7.25rem;
}
.product-listImg{
  width: 24rem;
  margin: .78rem auto 0;
}
.product-listImg img{
  width: 100%;
  display: block;
  margin-bottom: .3rem;
}
.concept-img{
  position: relative;
}
.appStore-btn{
  display: block;
  width: 4.38rem;
  height: 1.3rem;
  background: url(../images/appStore.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 16rem;
  top: 11.48rem;
}