.agassi5-container {
  --global-nav-height: 76px;
  --global-full-height: calc(100vh - var(--global-nav-height));
}

.agassi5-container *, .agassi5-container::before, .agassi5-container::after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.agassi5-container *:focus,
.agassi5-container *:active {
  outline: none;
}
.agassi5-container section {
  position: relative;
  z-index: 1;
}
.agassi5-pc-hide{
  display: none;
}
.agassi5-mob-hide{
  display: inline-block;
}
.agassi5-container img{
  width: 100%;
  max-width: 100%;
}
.agassi5-container sup {
  font-size: .6em;
  cursor: pointer;
}
.agassi5-container .section-between{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.agassi5-container .section-left{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.agassi5-title{
  font-size: 3.333333vw;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 2.083333vw;
}
.agassi5-desc{
  font-size: 1.145833vw;
  line-height: 1.6;
}
/* s1 */
.agassi5-s1 .section-picture{
  width: 73.958333vw;
}
.agassi5-kv-text{
  position: absolute;
  top: 14.645833vw;
  left: 59.895833vw;
}
.agassi5-kv-text .video-pop-play{
  width: 12.239583vw;
  margin: 0 auto;
  margin-top: 2vw;
  color: #000000;
  cursor: pointer;
  font-size: 1.3vw;
  white-space: nowrap;
}
.agassi5-kv-text .video-pop-play svg {
  width: 1.25em;
  height: 1.25em;
  margin-right: .3em;
  vertical-align: middle;
}
.agassi5-kv-logo{
  width: 34.490104vw;
  margin-bottom: 2.604167vw;
}
.agassi5-kv-slogan{
  width: 33.541667vw;
  font-size:1.25vw;
  line-height: 1.6;
  color: #302623;
  text-align: center;
}
.agassi5-kv-footer-logo{
  width: 15.126042vw;
  position: absolute;
  right: 3.677083vw;
  top: 39.073958vw;
  display: inline-block;
}
.agassi5-s2{
  padding-top: 10.416667vw;
}
.agassi5-s2 .agassi5-title{
  width: 82.1875vw;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 4.166667vw;
}
.agassi5-s2-wrap{
  width: 82.1875vw;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.agassi5-reasons-1{
  width: 53.75vw;
  background-color: #8EB347;
  border-radius: 2.447917vw;
  -webkit-border-radius: 2.447917vw;
  -moz-border-radius: 2.447917vw;
  position: relative;
  padding-top: 5.729167vw;
  padding-bottom: 1.71875vw;
  margin-right: 1.875vw;
  margin-bottom: 1.875vw;
}
.agassi5-reasons-tree{
  width: 5.677083vw;
  transform: translateY(-0.416667vw);
  -webkit-transform: translateY(-0.416667vw);
}
.agassi5-reasons-1 .agassi5-reasons-content{
  position: absolute;
  top: -0.78125vw;
  left: 6.197917vw;
  align-items: flex-start;
}
.agassi5-reason-title{
  font-size: 2.083333vw;
  line-height: 1.25;
  font-weight: bold;
}
.agassi5-reasons-text .agassi5-reason-title{
  margin-bottom: 1.5625vw;
}
.agassi5-reasons-1 .agassi5-reasons-imgbox{
  position: relative;
  margin-right: 1.5625vw;
  flex: none;
}
.agassi5-reasons-1 .agassi5-reasons-shadow{
  width: 32.239583vw;
  left: -2.552083vw;
  position: absolute;
  top: 13.510417vw;
}
.agassi5-reasons{
  position: relative;
  cursor: pointer;
}
.agassi5-container .agassi5-s2-wrap .section-indicator {
  position: absolute;
  bottom: 1.5625vw;
  right: 1.5625vw;
  overflow: hidden;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, .5);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 101%;
  cursor: pointer;
}
.agassi5-container .agassi5-s2-wrap .section-indicator-img {
	width: 100%;
	position: absolute;
	left: 0vw;
	bottom: 0;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.agassi5-container .agassi5-s2-wrap .agassi5-reasons:hover .section-indicator-img{
  bottom: -100%;
}
.agassi5-reasons-imgbox .agassi5-reasons-pic{
  width: 27.34375vw;
  position: relative;
  z-index: 1;
}
.agassi5-reasons-1 .agassi5-reasons-text{
  margin-top: 5.364583vw;
}
.agassi5-reasons-1 .agassi5-reasons-text .agassi5-reasons-pic{
  width: 3.802083vw;
}
.agassi5-reasons-2{
  width: 26.510417vw;
  background-color: #F7E774;
  border-radius: 2.447917vw;
  -webkit-border-radius: 2.447917vw;
  -moz-border-radius: 2.447917vw;
  padding-top: 4.6875vw;
  padding-left:4.260417vw;
  position: relative;
  margin-bottom: 1.875vw;
  align-self: flex-start;
}
.agassi5-reasons-2 .agassi5-reason-title{
  position: absolute;
  top: 2.03125vw;
  left: 3.125vw;
}
.agassi5-reasons-2 .agassi5-reasons-pic{
  width: 21.25vw;
}
.agassi5-reasons-3{
  width: 26.510417vw;
  background-color: #F58532;
  border-radius: 2.447917vw;
  -webkit-border-radius: 2.447917vw;
  -moz-border-radius: 2.447917vw;
  padding-left: 3.28125vw;
  padding-top: 2.03125vw;
  padding-bottom: .729167vw;
  margin-right: 1.354167vw;
}
.agassi5-reasons-3 .agassi5-reasons-pic{
  width: 17.395833vw;
  margin-top: .9375vw;
}
.agassi5-reasons-4{
  width: 54.010417vw;
  border-radius: 2.447917vw;
  -webkit-border-radius: 2.447917vw;
  -moz-border-radius: 2.447917vw;
  background-color: #A2EBFF;
  position: relative;
  padding-top: 4.895833vw;
  padding-bottom:6.1465vw;
  padding-left: 2.864583vw;
}
.agassi5-reasons-4 .agassi5-reasons-pic{
  width: 32.708333vw;
  position: absolute;
  left: 17.729167vw;
  top: -2.90625vw;
}

.agassi5-s3-wrap{
  width: 73.802083vw;
  margin-left: 15.833333vw;
  padding-top: 10.416667vw;
}
.agassi5-s3-wrap .agassi5-text{
  margin-top: 4.583333vw;
}
.agassi5-s3-wrap .agassi5-reasons-pic{
  width: 39.635417vw;
}
.agassi5-s3-wrap .agassi5-desc{
  width: 23.197917vw;
}

/* s4 */
.agassi5-s4{
  padding-top: 6.25vw;
}
.agassi5-s4 .section-content{
  overflow: hidden;
}
.agassi5-container .sticky-wrapper {
  position: relative;
  z-index: 1;
  height: 350vh;
}
.agassi5-container.isie .sticky-wrapper{
  height: auto;
}
.agassi5-container .sticky-content {
  position: sticky;
  top: var(--global-nav-height);
  width: 100%;
  height: var(--global-full-height);
}
.agassi5-container.isie .sticky-content{
  height: auto;
}
.agassi5-s4 .agassi5-ie-wrap{
  display: none;
}
.agassi5-container.isie .agassi5-s4 .agassi5-ie-wrap{
  display: block;
}
.agassi5-container.no-sticky .sticky-content{
  position: relative;
  top: 0;
  height: auto;
}
.agassi5-container .section-content{
  width: 100%;
  height: 100%;
  position: relative;
}
.agassi5-handle-wrap-1{
  will-change:opacity;
  width: 79.895833vw;
  margin-left: 4.427083vw;
  padding-top: calc((var(--global-full-height) - 30.885417vw) / 2);
}
.agassi5-container.isie .agassi5-handle-wrap-1{
  padding-bottom: 6.25vw;
}
.agassi5-handle-wrap-1 .agassi5-reasons-pic{
  width: 45.572917vw;
}
.agassi5-handle-wrap-1 .agassi5-text{
  margin-top: 7.421875vw;
  width:29.525vw;
}
.agassi5-handle-wrap-2{
  opacity: 0;
}
.agassi5-handle-wrap-2,.agassi5-handle-wrap-3{
  will-change: z-index,opacity;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.agassi5-handle-wrap-3{
  z-index: 0;
}
.agassi5-container.isie .agassi5-handle-wrap-3{
  display: none;
}
.agassi5-container.isie .agassi5-handle-wrap-2{
  position: relative;
  opacity: 1;
  padding:6.25vw 0 8.534167vw 0;
}

.agassi5-handle-wrap-2 .agassi5-imgbox{
  padding-left: 15.833333vw;
  position: relative;
  z-index: 1;
}
.agassi5-handle-wrap-2 .agassi5-txtbox{
  width: 70.729167vw;
}
.agassi5-handle-wrap-2 .agassi5-text{
  width: 47.083333vw;
  margin: 0 auto;
  text-align: center;
}
.agassi5-handle-wrap-2 .agassi5-display-center{
  will-change: transform;
}
.agassi5-handle-wrap-2 .agassi5-display-center.agassi5-pic{
  will-change: transform;
  width: 38.145833vw;
  margin-top: 3.125vw;
  transform: scale(calc(1920 / 630));
  -webkit-transform: scale(calc(1920 / 630));
  position: relative;
  z-index: 1;
  transform-origin: 51% 55%;
  -webkit-transform-origin: 51% 55%;
  position: absolute;
  left: 31.00625vw;
}
.agassi5-display-left{
  margin-top: 7.916667vw;
  width: 12.55vw;
}
.agassi5-display-left .agassi5-pic{
  width: 4.152604vw;
  margin-bottom: .520833vw;
}
.agassi5-display-right{
  width: 14.76375vw;
  margin-top: 8.739583vw;
}
.agassi5-display-right .agassi5-pic{
  width: 4.635417vw;
  margin-bottom: 2.083333vw;
}
.agassi5-display-right .agassi5-desc p:first-child{
  margin-bottom: 1.5625vw;
}
.agassi5-handle-wrap-2 .agassi5-display-bgimg{
  width: 34.770833vw;
  position: absolute;
  left: -11.854167vw;
  top: -0.729167vw;
}
.agassi5-leaf-1,.agassi5-leaf-2,.agassi5-leaf-3{
  will-change: transform,opacity;
  position: absolute;
  top: 0;
  left: 0;
}
.agassi5-handle-wrap-2{
  will-change: transform;
  transform: translateX(-3%);
  -webkit-transform: translateX(-3%);
}
.agassi5-leaf-1{
  width: 77.5vw;
  left: -4.791667vw;
  bottom: -6.041667vw;
  z-index: 3;
  transform: translateX(-77.5vw);
  -webkit-transform: translateX(-77.5vw);
  opacity: 0;
}
.agassi5-leaf-2{
  width: 89.739583vw;
  left:2.135417vw;
  top: -20.416667vw;
  z-index: 1;
  transform: translateX(-90.739583vw);
  -webkit-transform: translateX(-90.739583vw);
  opacity: 0;
}
.agassi5-leaf-3{
  width: 87.96875vw;
  left: 46.40625vw;
  top: unset;
  bottom: -10.729167vw;
  z-index: 2;
  transform: translateX(87.96875vw);
  -webkit-transform: translateX(87.96875vw);
  opacity: 0;
}
/* s5 */
.agassi5-s5{
  background: url(../images/conner/huawei-matepad-se-10.4-kids-edition-kids-conner-bg.jpg) no-repeat bottom center;
  background-size: 100%;
  overflow: hidden;
  padding-top: 10.416667vw;
  padding-bottom: 3.125vw;
  margin-bottom: -1px;
}
.agassi5-container.isie .agassi5-s5{
  padding-top: 10.416667vw;
}
.agassi5-s5-wrap{
  width: 71.197917vw;
  margin: 0 auto;
}
.agassi5-s5 .agassi5-text{
  width: 27.239583vw;
}
.conner-dial-wrapper{
  width: 36.4375vw;
}
.conner-swiper-pagination{
  position: relative;
  margin-top: 2.083333vw;
}
.conner-swiper-pagination .swiper-pagination-bullet{
  width: 1.197917vw;
  height: 1.197917vw;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 1.041667vw;
}
.swiper-pagination-bullet{
  background-color: #fff;
  border: 1px solid #000;
}
.swiper-pagination-bullet-active{
  background-color: #000;
}
/* s6 */
.agassi5-s6{
  padding-top: 6.25vw;
  background: url(../images/panda/huawei-matepad-se-10.4-kids-edition-baby-panda-world-bg.jpg) no-repeat bottom center #FDC66D;;
  background-size: 100%;
  padding-bottom: 8.59375vw;
  margin-bottom:-1px;
}
.agassi5-s6-wrap{
  width: 74.739583vw;
  margin-left: 15.989583vw;
}
.agassi5-s6-wrap .agassi5-text{
  width: 30.104167vw;
  margin-top: 1.041667vw;
}
.panda-dial-wrapper{
  width: 33.020833vw;
  position: relative;
}
.panda-dial-wrapper .swiper-slide{
  width: 100%;
}
.panda-dial-wrapper .swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 .75vw;
}
.panda-dial-wrapper .swiper-pagination-bullet{
  width: .885417vw;
  height: .885417vw;
  background: #FDC66D;
  border: 1px solid #707070;
  opacity: 1;
}
.panda-dial-wrapper .swiper-pagination-bullet-active{
  background-color: #000;
}
.panda-dial-wrapper .swiper-pagination-bullets, .panda-dial-wrapper .swiper-pagination-custom, .panda-dial-wrapper .swiper-pagination-fraction{
  padding-left: 19.333333vw;
  text-align: left;
}
.panda-logo{
  width: 10.520833vw;
  position: absolute;
  top: 17.197917vw;
  left: .416667vw;
  z-index: 1;
}
/* s7 */
.agassi5-s7{
  background: url(../images/health/huawei-matepad-se-10.4-kids-edition-eye-health-bg.png) no-repeat bottom center #93C796;
  background-size: 100%;
  background-position: 0 -0.15625vw;
  padding-top: 1.5625vw;
  margin-bottom: -1px;
}
.agassi5-s7-wrap {
  background: url(../images/health/huawei-matepad-se-10.4-kids-edition-eye-health-bg.jpg) no-repeat bottom center;
  background-size: 100%;
  padding-bottom: 3.458333vw;
}
.agassi5-s7-wrap .agassi5-text{
  width: 49.083333vw;
  margin: 0 auto;
  text-align: center;
}
.agassi5-health-info{
  width: 42.416667vw;
  margin: 0 auto;
  margin-top: 1.5625vw;
}
.agassi5-s7 .agassi5-health-info>ul{
  flex-wrap: wrap;
  justify-content: center;
}
.agassi5-health-icon{
  width: 2.604167vw;
  margin-right: .833333vw;
}
.agassi5-health-info .agassi5-health-item{
  align-items: center;
  margin-right: 3.802083vw;
}
.agassi5-health-info .agassi5-health-item-1{
  width: 11.25vw;
}
.agassi5-health-info .agassi5-health-item-2{
  width: 13.125vw;
}
.agassi5-health-info .agassi5-health-item-3{
  width: 10.052083vw;
  margin-right: 0;
  margin-bottom: 1.5625vw;
}
.agassi5-health-info .agassi5-health-item-4{
  width: 11.041667vw;
}
.agassi5-health-info .agassi5-health-item-5{
  width: 12.65625vw;
  margin-right: 0;
}
.agassi5-health-info .agassi5-health-item>span{
  font-size: 1.145833vw;
  line-height: 1.6;
}
.health-dial-wrapper{
  width: 38.4375vw;
  margin: 2.083333vw auto 0 auto;
  position: relative;
}
.health-dial-wrapper .swiper-button-next:after, .health-dial-wrapper .swiper-container-rtl .swiper-button-prev:after,
.health-dial-wrapper .swiper-button-prev:after, .health-dial-wrapper .swiper-container-rtl .swiper-button-next:after{
  content: '';
}
.health-dial-wrapper .swiper-button-next, .health-dial-wrapper .swiper-button-prev{
  width: 3.541667vw;
}
.health-dial-wrapper .swiper-button-prev{
  left: -6.479167vw;
}
.health-dial-wrapper .swiper-button-next{
  right: -6.5625vw;
}
/* s8 */
.agassi5-s8{
  background: linear-gradient(#5DCBFB, #A2E6FC);
  background: -webkit-linear-gradient(#5DCBFB, #A2E6FC);
  padding-top: 6.25vw;
  position: relative;
}
.agassi5-s8-bg-1{
  position: absolute;
  width: 14.985938vw;
  top: 23.958333vw;
  left: 2.40625vw;
}
.agassi5-s8-bg-2{
  position: absolute;
  width: 19.270833vw;
  bottom: 2.083333vw;
  right: 5.505208vw;
}
.agassi5-s8-wrap{
  width: 100%;
}
.agassi5-s8-wrap .agassi5-text{
  width: 47.083333vw;
  margin: 0 auto;
  text-align: center;
}
.agassi5-parents-info{
  width: 40.572917vw;
  margin: 1.5625vw auto 2.083333vw auto;
}
.agassi5-parents-item-1{
  width: 10vw;
}
.agassi5-parents-item-2{
  width: 9.479167vw;
}
.agassi5-parents-item-3{
  width: 12vw;
}
.agassi5-parents-icon{
  width: 4.010417vw;
  margin: 0 auto;
  margin-bottom: .520833vw;
}
.agassi5-parents-item>span{
  font-size: 1.145833vw;
  line-height: 1.6;
}
.agassi5-s8-wrap .agassi5-imgbox{
  width: 38.145833vw;
  margin: 0 auto;
}
/* s9 */
.agassi5-s9{
  position: relative;
  background: url(../images/paint/huawei-matepad-se-10.4-kids-edition-paint-bg1.jpg) no-repeat top center #FFFAEC;
  background-size: 100%;
}
.agassi5-s9-wrap{
  width: 100%;
  padding-top:11.041667vw;
  padding-bottom:8.92968vw;
  background: url(../images/paint/huawei-matepad-se-10.4-kids-edition-paint-bg2.jpg) no-repeat bottom center;
  background-size: 100%;
}
.agassi5-s9-wrap .agassi5-text{
  width: 47.1875vw;
  margin: 0 auto;
  text-align: center;
}
.agassi5-s9-wrap .agassi5-imgbox{
  width: 48.333333vw;
  margin: 0 auto;
}
.agassi5-s9-star-left{
  width: 6.666667vw;
  position: absolute;
  top: 34.84375vw;
  left: 13.59375vw;
}
.agassi5-s9-star-right{
  width: 7.1875vw;
  position: absolute;
  top: 22.447917vw;
  left: 75.208333vw;
}
/* s10 */
.agassi5-s10{
  position: relative;
  margin-bottom: -1px;
  background: url(../images/charge/huawei-matepad-se-10.4-kids-edition-charge-bg.jpg) no-repeat bottom center #EAFEFF;
  background-size: 100%;
  padding-top: 3.541667vw;
  padding-bottom: .694444vw;
}
.agassi5-s10-circle{
  width: 46.427083vw;
  margin: 0 auto;
  position: relative;
}
.agassi5-s10-wrap .agassi5-text{
  width:52.083333vw;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.agassi5-s10-wrap .agassi5-imgbox{
  width: 35.364583vw;
  margin: 0 auto;
  position: absolute;
  top: 11.770833vw;
  left: 0;
  right: 0;
}
/* s11 */
.agassi5-s11{
  position: relative;
  color: white;
  overflow: hidden;
}
.agassi5-s11-wrap{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 6.25vw;
}
.agassi5-s11-wrap .agassi5-text{
  width: 47.083333vw;
  margin: 0 auto;
  text-align: center;
}
.azoomee-dial-wrapper{
  width: 40.9375vw;
  margin: 0 auto;
  margin-top: 4.166667vw;
  position: relative;
}
.azoomee-dial-wrapper .swiper-button-next:after, .azoomee-dial-wrapper .swiper-container-rtl .swiper-button-prev:after,
.azoomee-dial-wrapper .swiper-button-prev:after, .azoomee-dial-wrapper .swiper-container-rtl .swiper-button-next:after{
  content: '';
}
.azoomee-dial-wrapper .swiper-button-next, .azoomee-dial-wrapper .swiper-button-prev{
  width: 3.28125vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.azoomee-dial-wrapper .swiper-button-prev{
  left: -4.84475vw;
}
.azoomee-dial-wrapper .swiper-button-next{
  right: -4.519917vw;
}
.azoomee-doll{
  width: 17.916667vw;
  position: absolute;
  top: 10.078125vw;
  left: 27.458333vw;
  z-index: 1;
}
.agassi5-container .section-footnote{
  color: #989898;
  font-size: 12px;
  margin: 0 auto;
  width: 55.989583vw;
  padding-top: 10.416667vw;
  padding-bottom: 6.25vw;
  overflow: hidden;
}
.agassi5-container .agassi5-backtotop {
  position: fixed;
  z-index: 200;
  bottom: 90px;
  right: 50px;
}
.agassi5-container .agassi5-backtotop a {
  display: block;
  width: 40px;
  height: 40px;
  margin: 5px 0;
  text-indent: -9999px;
  background: url(https://consumer.huawei.com/content/dam/huawei-cbg-site/common/mkt/pdp/store/img/sprites_cbg_icon.png) no-repeat;
  opacity: 0.6;
  filter: alpha(opacity=80);
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.agassi5-container .agassi5-backtotop a {
  background-position: -549px -188px;
}
.agassi5-container .agassi5-backtotop a.hidden {
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: default;
}
.agassi5-container .agassi5-backtotop a.agassi5-icon-backtohome {
  background-position: -549px -148px;
}
@media (min-width: 1920px){
  .agassi5-container .section-footnote {
    font-size: .625vw;
  }
}
.agassi5-container .section-footnote .active{
  color: #000000;
}
.agassi5-container .section-footnote ol{
  list-style-type: decimal;
  padding-left: 2em;
}
.agassi5-container .section-footnote li{
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.6em;
  padding-left: 0.5em;
}
@media (max-aspect-ratio: 51 / 50){
  .agassi5-container{
    --global-nav-height: 96px;
  }
  .agassi5-pc-hide{
    display: inline-block;
  }
  .agassi5-mob-hide{
    display: none;
  }
  .agassi5-container .agassi5-backtotop{
    bottom: 15px;
    right: 20px;
  }
  .agassi5-title{
    font-size: 8.88888vw;
    margin-bottom: 5.555556vw;
  }
  .agassi5-desc{
    font-size: 4.444444vw;
  }
  .agassi5-s1 {
    padding-top: 16.666667vw;
  }
  .agassi5-s1 .section-picture{
    width: 100%;
  }
  .agassi5-kv-text{
    position: static;
    width: 80.859722vw;
    margin: 0 auto;
    margin-top: 13.888889vw;
  }
  .agassi5-kv-text .video-pop-play {
    width: 36.388889vw;
    margin-top: 4vw;
    font-size: 3.8vw;
  }
  .agassi5-kv-text .video-pop-play svg{
    width: 5vw;
    height: 5vw;
    overflow: visible;
  }
  .agassi5-kv-logo{
    width: 100%;
    margin-bottom: 2.777778vw;
  }
  .agassi5-kv-slogan{
    font-size: 2.777778vw;
    width: 100%;
  }
  .agassi5-kv-footer-logo{
    position: static;
    width: 24.166667vw;
    margin-top: 11.111111vw;
    margin-left: 73.055556vw;
    overflow: visible;
  }
  .agassi5-kv-footer-logo img{
    overflow: visible;
  }
  .agassi5-s2{
    padding-top: 27.777778vw;
  }
  .agassi5-s2 .agassi5-title{
    width: 91.666667vw;
    margin-bottom: 11.111111vw;
  }
  .agassi5-s2-wrap{
    width: 91.666667vw;
  }
  .agassi5-container .agassi5-s2-wrap .section-indicator{
    width: 6.666667vw;
    height: 6.666667vw;
    bottom: 4.166667vw;
    right: 4.166667vw;
  }
  .agassi5-reasons-1{
    width: 100%;
    padding-top: 15.277778vw;
    padding-bottom: 4.583333vw;
    margin-right: 0;
    margin-bottom: 4.166667vw;
    border-radius: 6.527778vw;
    -webkit-border-radius: 6.527778vw;
    -moz-border-radius: 6.527778vw;
  }
  .agassi5-reasons-tree{
    width: 15.138889vw;
    transform: translateY(-1.388889vw);
    -webkit-transform: translateY(-1.388889vw);
  }
  .agassi5-reasons-1 .agassi5-reasons-content{
    top: 5.694444vw;
    left: 5.555556vw;
  }
  .agassi5-reasons-1 .agassi5-reasons-imgbox{
    margin-right: 0;
    width: 57.526389vw;
    flex: none;
  }
  .agassi5-reasons-imgbox .agassi5-reasons-pic{
    width: 57.526389vw;
  }
  .agassi5-reasons-1 .agassi5-reasons-shadow{
    width: 71.944444vw;
    top: 28.010417vw;
    left: -6.552083vw;
  }
  .agassi5-reasons-1 .agassi5-reasons-text{
    margin-top: 4.583333vw;
    margin-left: 7.5vw;
    display: flex;
    flex-direction: column-reverse;
  }
  .agassi5-reasons-1 .agassi5-reasons-text .agassi5-reasons-pic{
    width: 10.138889vw;
  }
  .agassi5-reasons-text .agassi5-reason-title{
    margin-top: 4.166667vw;
    margin-bottom: 0;
  }
  .agassi5-reason-title{
    font-size: 3.333333vw;
  }
  .agassi5-reasons-2{
    width: 47.916667vw;
    padding: 13.472222vw 5.694444vw 8.055556vw 0;
    margin-right: 4.166667vw;
    border-radius: 6.527778vw;
    -webkit-border-radius: 6.527778vw;
    -moz-border-radius: 6.527778vw;
    margin-bottom: 4.166667vw;
    align-self: auto;
  }
  .agassi5-reasons-2 .agassi5-reasons-pic{
    width: 42.222222vw;
  }
  .agassi5-reasons-2 .agassi5-reason-title{
    top: 5.555556vw;
    left: 0;
    padding: 0 0 0 5.555556vw;
  }
  .agassi5-reasons-3{
    width: 39.583333vw;
    margin-right: 0;
    padding: 5.277778vw 0 1.944444vw 4.166667vw;
    border-radius: 6.527778vw;
    -webkit-border-radius: 6.527778vw;
    -moz-border-radius: 6.527778vw;
    margin-bottom: 4.166667vw;
  }
  .agassi5-reasons-3 .agassi5-reasons-pic{
    width: 31.25vw;
    margin-top: 2.777778vw;
  }
  .agassi5-reasons-4{
    width: 100%;
    padding-top: 15.625vw;
    padding-left: 4.166667vw;
    padding-bottom: 16.180556vw;
    border-radius: 6.527778vw;
    -webkit-border-radius: 6.527778vw;
    -moz-border-radius: 6.527778vw;
  }
  .agassi5-reasons-4 .agassi5-reasons-pic{
    width: 59.861111vw;
    top: 0;
    left: unset;
    right: 1.027778vw;
  }
  .agassi5-s3-wrap{
    width: 91.666667vw;
    margin: 0 auto;
    flex-direction: column;
    padding-top: 16.666667vw;
  }
  .agassi5-s3-wrap .agassi5-text{
    text-align: center;
    margin-bottom: 11.111111vw;
    margin-top: 0;
  }
  .agassi5-s3-wrap .agassi5-desc{
    width: 100%;
  }

  .agassi5-s3-wrap .agassi5-reasons-pic{
    width: 100%;
  }
  .agassi5-handle-wrap-1 {
    flex-direction: column-reverse;
    width: 91.66666vw;
    padding-top: calc((var(--global-full-height) - 131.319444vw) / 2);
  }
  .agassi5-handle-wrap-1 .agassi5-text{
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 8.333333vw;
  }
  .agassi5-handle-wrap-1 .agassi5-text{
    width: 100%;
  }
  .agassi5-handle-wrap-1 .agassi5-reasons-pic{
    width: 100%;
  }
  .agassi5-leaf-1{
    width: 185.665278vw;
    top: 0;
    left: -84.777778vw;
    transform: translateX(-185.665278vw);
    -webkit-transform: translateX(-185.665278vw);
  }
  .agassi5-leaf-2{
    width: 180.739583vw;
    top: 19.222222vw;
    left:-65.864583vw;
    transform: translateX(-180.739583vw);
    -webkit-transform: translateX(-180.739583vw);
  }
  .agassi5-leaf-3{
    width: 226.96875vw;
    top: -51.625vw;
    left: 32.40625vw;
    transform: translateX(226.96875vw);
    -webkit-transform: translateX(226.96875vw);
  }
  .agassi5-handle-wrap-2 .agassi5-text{
    width: 91.666667vw;
  }
  .agassi5-display-bgimg{
    display: none;
  }
  .agassi5-handle-wrap-2 .agassi5-imgbox{
    padding-left: 8.333333vw;
    margin-top: 11.111111vw;
    flex-direction: column-reverse;
  }
  .agassi5-container .sticky-content{
    height: calc(var(--global-full-height) + 20vw);
  }
  .agassi5-display-left .agassi5-pic{
    width: 11.073611vw;
    margin-bottom: 2.777778vw;
  }
  .agassi5-display-right .agassi5-pic{
    width: 12.361111vw;
    margin-bottom: 2.777778vw;
  }
  .agassi5-handle-wrap-2 .agassi5-display-center.agassi5-pic{
    width: 82.038889vw;
    position: relative;
    left: 0;
    margin-top: 0;
    margin-bottom: 8.333333vw;
    transform-origin: 49% 72%;
    -webkit-transform-origin: 49% 72%;
    transform: scale(calc(3.822));
    -webkit-transform: scale(calc(3.822));
  }
  .agassi5-display-left{
    margin-top: 0;
    width: 34.444444vw;
  }
  .agassi5-display-right {
    margin-top: 0;
    width: 41.111111vw;
  }
  .agassi5-handle-wrap-2 .agassi5-txtbox{
    width: 80.916667vw;
  }
  .agassi5-handle-wrap-2 .agassi5-txtbox .agassi5-desc{
    font-size: 3.055556vw;
  }
  /* s5 */
  .agassi5-s5{
    background: url(../images/conner/huawei-matepad-se-10.4-kids-edition-kids-conner-bg-xs.jpg) no-repeat bottom center;
    background-size: 100%;
    padding-top: 16.666667vw;
  }
  .agassi5-s5-wrap{
    flex-direction: column;
  }
  .agassi5-s5 .agassi5-s5-wrap{
    width: 91.666667vw;
    text-align: center;
  }
  .agassi5-s5 .agassi5-text{
    width: 100%;
  }
  .conner-dial-wrapper{
    width: 81.805556vw;
    margin: 0 auto;
    margin-top: 11.111111vw;
    margin-bottom: 13.5vw;
  }
  .conner-swiper-pagination{
    margin-top: 5.555556vw;
  }
  .conner-dial-wrapper .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 2.277778vw;
  }
  .conner-swiper-pagination .swiper-pagination-bullet{
    width: 2.688889vw;
    height: 2.688889vw;
  }
  /* s6 */
  .agassi5-s6{
    background: url(../images/panda/huawei-matepad-se-10.4-kids-edition-baby-panda-world-bg-xs.jpg) no-repeat bottom center #FDC66D;
    background-size: 100%;
    padding-bottom: 23.5vw;
    margin-bottom: -1px;
  }
  .agassi5-s6-wrap{
    flex-direction: column-reverse;
    width: 91.666667vw;
    margin: 0 auto;
  }
  .agassi5-s6-wrap .agassi5-text{
    width: 100%;
    text-align: center;
  }
  .panda-dial-wrapper{
    width: 83.975vw;
    margin-top: 11.111111vw;
    margin-left: 5.555556vw;
  }
  .panda-logo{
    width: 25.972222vw;
    top: 43.011111vw;
    left: 0.27777vw;
  }
  .panda-dial-wrapper .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 1.847222vw;
  }
  .panda-dial-wrapper .swiper-pagination-bullet{
    width: 2.186111vw;
    height: 2.186111vw;
  }
  .panda-dial-wrapper .swiper-pagination-bullets, .panda-dial-wrapper .swiper-pagination-custom, .panda-dial-wrapper .swiper-pagination-fraction{
    padding-left: 49.763889vw;
  }
  /* s7 */
  .agassi5-s7{
    background-image: none;
  }
  .agassi5-s7-wrap .agassi5-text{
    width: 91.666667vw;
  }
  .agassi5-health-info{
    width: 86.694444vw;
    margin: 0 auto;
    margin-top: 11.111111vw;
  }
  .agassi5-health-icon{
    width: 9.166667vw;
    margin-right: 0;
    margin-bottom: 1.388889vw;
  }
  .agassi5-health-info .agassi5-health-item>span{
    font-size: 3.055556vw;
    text-align: center;
  }
  .agassi5-health-info .agassi5-health-item{
    flex-direction: column;
    margin-right: 10.694444vw;
  }
  .agassi5-health-info .agassi5-health-item-1{
    width: 20.833333vw;
  }
  .agassi5-health-info .agassi5-health-item-2{
    width: 25.833333vw;
  }
  .agassi5-health-info .agassi5-health-item-3{
    width: 17.777778vw;
    margin-right: 0;
    margin-bottom: 5.555556vw;
  }
  .agassi5-health-info .agassi5-health-item-4{
    width: 20.277778vw;
  }
  .agassi5-health-info .agassi5-health-item-5{
    width: 24.583333vw;
    margin-right: 0;
  }
  .health-dial-wrapper{
    width: 67.254167vw;
    margin: 0 auto;
    margin-top: 11.111111vw;
  }
  .health-dial-wrapper .swiper-button-next, .health-dial-wrapper .swiper-button-prev{
    width: 6.511111vw;
  }
  .health-dial-wrapper .swiper-button-prev{
    left: -12.222222vw;
  }
  .health-dial-wrapper .swiper-button-next{
    right: -12.222222vw;
  }
  .agassi5-s7-wrap{
    background: url(../images/health/huawei-matepad-se-10.4-kids-edition-eye-health-bg-xs.jpg) no-repeat bottom center;
    background-size: 100%;
    padding-bottom: 27vw;
  }
  /* s8 */
  .agassi5-s8{
    background: linear-gradient(#5DCBFB, #E5FEFF);
    background: -webkit-linear-gradient(#5DCBFB, #E5FEFF);
    padding: 16.666667vw 0;
  }
  .agassi5-s8-bg-1{
    width: 39.9625vw;
    left: -4.833333vw;
    top: 9.722222vw;
  }
  .agassi5-s8-bg-2{
    width: 27.583333vw;
    left: 71.722222vw;
    top: 87.916667vw;
  }
  .agassi5-s8-wrap{
    position: relative;
    padding-top: 0;
  }
  .agassi5-s8-wrap .agassi5-text{
    width: 91.666667vw;
  }
  .agassi5-parents-info{
    width: 89.027778vw;
    margin: 8.333333vw auto;
  }
  .agassi5-parents-item{
    text-align: center;
  }
  .agassi5-parents-item-1{
    width: 26.666667vw;
  }
  .agassi5-parents-item-2{
    width: 25.277778vw;
  }
  .agassi5-parents-item-3{
    width: 31.527778vw;
  }
  .agassi5-parents-icon{
    width:10.833333vw;
  }
  .agassi5-parents-item>span{
    font-size: 3.055556vw;
  }
  .agassi5-s8-wrap .agassi5-imgbox{
    width: 80.381944vw;
  }
  /* s9 */
  .agassi5-s9{
    background: url(../images/paint/huawei-matepad-se-10.4-kids-edition-paint-bg1-xs.jpg) no-repeat top center #FFFAEC;
    background-size: 100%;
    overflow: hidden;
  }
  .agassi5-s9-wrap{
    padding-top:19.166667vw;
    background: url(../images/paint/huawei-matepad-se-10.4-kids-edition-paint-bg2-xs.jpg) no-repeat bottom center;
    background-size: 100%;
    padding-bottom: 20vw;
  }
  .agassi5-s9-wrap .agassi5-text{
    width: 89.777778vw;
  }
  .agassi5-s9-wrap .agassi5-imgbox{
    width: 95.972222vw;
    margin-top: 11.111111vw;
  }
  .agassi5-s9-star-left{
    display: none;
  }
  .agassi5-s9-star-right{
    width: 13.472222vw;
    left: 86.805556vw;
    top: 98.611111vw;
  }
  /* s10 */
  .agassi5-s10{
    background: url(../images/charge/huawei-matepad-se-10.4-kids-edition-charge-bg-xs.jpg) no-repeat bottom center #EAFEFF;
    background-size: 100%;
    padding-bottom: 19.444444vw;
  }
  .agassi5-s10{
    padding-top: 13.888889vw;
  }
  .agassi5-s10-wrap .agassi5-text{
    width: 85.722222vw;
    position: relative;
  }
  .agassi5-s10-wrap .agassi5-s10-circle{
    width: 91.111111vw;
    margin-left: 2.819444vw;
  }
  .agassi5-s10-wrap .agassi5-imgbox{
    width: 68.611111vw;
    top: 25vw;
  }
  /* s11 */
  /* .agassi5-s11{
    background: url(../images/paint/huawei-matepad-se-10.4-kids-edition-paint-bg1-xs.jpg) no-repeat top center #FFFAEC;
    background-size: 100%;
  } */
  .agassi5-s11-wrap{
    padding-top: 27.777778vw;
  }
  .agassi5-s11-wrap .agassi5-text{
    width: 93vw;
  }
  .azoomee-dial-wrapper{
    width: 70.833333vw;
    margin-top: 18.333333vw;
  }
  .azoomee-dial-wrapper .swiper-button-next, .azoomee-dial-wrapper .swiper-button-prev{
    width: 8.888889vw;
  }
  .azoomee-dial-wrapper .swiper-button-prev{
    left: -10.416667vw;
  }
  .azoomee-dial-wrapper .swiper-button-next{
    right: -12.083333vw;
  }
  .azoomee-doll{
    width: 33.333333vw;
    top: 25.875vw;
    left: 52.5vw;
  }
  .agassi5-container .section-footnote {
    font-size: 3vw;
    width: 88.888889vw;
    padding-bottom: 16.666667vw;
    padding-top: 16.666667vw;
  }
}
@media screen and (min-width:1430px) and (max-width:1520px){
  .agassi5-handle-wrap-2 .agassi5-display-center.agassi5-pic{
    transform-origin: 51% 60%;
    -webkit-transform-origin: 51% 60%;
  }
}
@media screen and (width:1366px){
  .agassi5-s6{
   margin-bottom: -1px;
  }
}
@media screen and (width:2160px){
  .agassi5-leaf-2{
    top: -15.416667vw;
  }
  .agassi5-leaf-3{
    bottom: -7.729167vw;
  }
  .agassi5-handle-wrap-2 .agassi5-display-center.agassi5-pic{
    transform-origin: 51% 65%;
    -webkit-transform-origin: 51% 65%;
  }
}
@media screen and (min-aspect-ratio: 51 / 50) and (width:1440px){
  .agassi5-handle-wrap-2 .agassi5-display-center.agassi5-pic{
    transform-origin: 51% 64%;
    -webkit-transform-origin: 51% 64%;
  }
}
@media screen and (max-aspect-ratio: 51 / 50) and (width:768px){
  .agassi5-container .sticky-wrapper{
    height: 400vh;
  }
  .agassi5-handle-wrap-2 .agassi5-display-center.agassi5-pic{
    transform: scale(3, 3);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
  }
  .agassi5-handle-wrap-1 .agassi5-text{
    margin-bottom: 0;
  }
  .agassi5-handle-wrap-1 .agassi5-reasons-pic {
    width: 68%;
    margin: 0 auto;
  }
}
@media screen and (max-aspect-ratio: 51 / 50) and (width:834px){
  .agassi5-handle-wrap-1 .agassi5-text{
    margin-bottom: 0;
  }
  .agassi5-handle-wrap-1 .agassi5-reasons-pic {
    width: 88%;
    margin: 0 auto;
  }
}
@media screen and (max-aspect-ratio: 51 / 50) and (width:375px){
  .agassi5-handle-wrap-2 .agassi5-text{
    width: 93.666667vw;
  }
}
@media only screen and (min-device-width : 1024px) and (max-device-width : 1280px) and (orientation : landscape){
  .agassi5-s5{
    margin-top: calc(890 / 2 - 50vh);
  }
  .agassi5-handle-wrap-2 .agassi5-display-center.agassi5-pic{
      transform: scale(calc(3.2));
      -webkit-transform: scale(calc(3.2));
    transform-origin: 51% 64%;
    -webkit-transform-origin: 51% 64%;
  }
}
@media screen and (width:390px){
  .agassi5-health-info{
    width: 87.694444vw;;
  }
  .agassi5-health-info .agassi5-health-item-1{
    width: 21vw;
  }
  .agassi5-health-info .agassi5-health-item-2{
    width: 26.5vw;
  }
  .agassi5-health-info .agassi5-health-item-3{
    width: 18vw;
  }
  .agassi5-health-info .agassi5-health-item-4 {
    width: 20.5vw;
  }
  .agassi5-health-info .agassi5-health-item-5 {
    width: 25vw;
  }
  .agassi5-parents-item-1{
    width: 27vw;
  }
  .agassi5-parents-item-2{
    width: 25.5vw;
  }
  .agassi5-parents-item-3 {
    width: 32vw;
  }
}
@media only screen and (width : 1024px) , screen and (max-device-width : 1194px) and (orientation : landscape){
  .agassi5-display-left{
    width: 13.55vw;
  }
  .agassi5-display-right {
    width: 15.5vw;
}
  .agassi5-health-info{
    width: 44.416667vw;
  }
  .agassi5-health-info .agassi5-health-item-1{
    width: 12vw;
  }
  .agassi5-health-info .agassi5-health-item-2{
    width: 13.5vw;
  }
  .agassi5-health-info .agassi5-health-item-3{
    width: 10.5vw;
  }
  .agassi5-health-info .agassi5-health-item-4 {
    width: 11.5vw;
  }
  .agassi5-health-info .agassi5-health-item-5 {
    width: 13vw;
  }
  .agassi5-parents-item-1{
    width: 10.5vw;
  }
  .agassi5-parents-item-2{
    width: 10vw;
  }
  .agassi5-parents-item-3 {
    width: 13vw;
  }
  .agassi5-handle-wrap-2 .agassi5-display-center.agassi5-pic {
    transform-origin: 51% 63%;
    -webkit-transform-origin: 51% 63%;
  }
  .agassi5-leaf-2{
    top: -16.416667vw;
  }
}
@media only screen and (width : 1024px) and (orientation : landscape){
  .agassi5-handle-wrap-2 .agassi5-display-center.agassi5-pic{
    transform: scale(calc(3.5));
    -webkit-transform: scale(calc(3.5));
  transform-origin: 51% 64%;
  -webkit-transform-origin: 51% 64%;
}
.agassi5-leaf-3{
  bottom:-5.929167vw;
}
}
@media screen and (width:677px), screen and (width:734px){
  .agassi5-title{
    font-size: 7.88888vw;
    margin-bottom: 2.555556vw;
  }
  .agassi5-desc {
    font-size: 3.444444vw;
  }
  .agassi5-handle-wrap-1 .agassi5-text{
    margin-bottom: 1.333333vw;
  }
  .agassi5-handle-wrap-1 .agassi5-reasons-pic {
    width: 73%;
    margin: 0 auto;
  }
  .agassi5-container .sticky-wrapper{
    height: 440vh;
  }
  .agassi5-display-left,.agassi5-health-info,.agassi5-display-right,.agassi5-health-info .agassi5-health-item-1,
  .agassi5-health-info .agassi5-health-item-2,.agassi5-health-info .agassi5-health-item-3,
  .agassi5-health-info .agassi5-health-item-4,.agassi5-health-info .agassi5-health-item-5,
  .agassi5-parents-item-1,.agassi5-parents-item-2,.agassi5-parents-item-3{
    width: auto;
  }
  .conner-dial-wrapper {
    margin-bottom: 16vw;
}
  
}
@media only screen and (min-device-width : 640px) and (max-device-width : 1024px) and (orientation : portrait){
  .conner-dial-wrapper {
    margin-bottom: 16vw;
}
}