html, body {
  margin: 0;
  padding: 0;
  font-family: STZhongSong-SC;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  /* width: 0!important; */
}
body {
  -ms-overflow-style: none;
}
body {
  max-width: 19.2rem;
  margin: 0 auto;
  overflow: -moz-scrollbars-none;
}
ul {
  list-style: none!important;
  margin: 0;
  padding: 0;
}
section {
  position: relative;
  padding: 0 0;
  width: 100%;
  color: #333;
}
section:nth-child(odd) {
  background: #fff;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
section:nth-child(1) { background: rgb(232, 232, 232)}
section:nth-child(2) { background: rgb(251, 251, 251); color: #fff; margin: -1px 0;}
/* section:nth-child(3) { background: #0aba58; color: #fff; } */
section:nth-child(4) { background: #fff; color: #333; }
pre {
  font-size: .75em;
  background: #222; color: #fff;
  padding: 20px;
}
.box {
  position: relative;
  width: 50%; height: 30vh;
  background: #ec484d; margin: 10px; box-shadow: 0 0 10px rgba(0,0,0,.3);
  text-align: center;
  color: #fff;
  font-size: 0.8em;
  padding: 10px;
}
.box:nth-child(2) { background: #f8c82d; }
.box:nth-child(3) { background: #0aba58; }
a {
  color: inherit;
}
/* delighter */
.delighter.splash {
  transition: all 2s ease-out;
}
.delighter.splash.ended {
  /* background: #fff; */
}
.delighter.right { transform:translate(-100%); opacity:0; transition: all .75s ease-out; }
.delighter.right.started { transform:none; opacity:1; }

.delighter.left { transform:translate(100%); opacity:0; transition: all .75s ease-out; }
.delighter.left.started { transform:none; opacity:1; }

.delighter.bottom { transform:translatey(300%); opacity:0; transition: all .75s ease-out; }
.delighter.bottom.started { transform:none; opacity:1; }

.delighter li { transform: translatey(100%); transition: all .7s ease-out; }
.delighter.started li { opacity: 1; transform: none; }
.delighter.started li:nth-child(1) { transition: all .7s ease-out .1s; }
.delighter.started li:nth-child(2) { transition: all .5s ease-out .5s;}
.delighter.started li:nth-child(3) { transition: all .7s ease-out .3s; }
.delighter.started li:nth-child(4) { transition: all .7s ease-out .7s; }
.delighter.started li:nth-child(5) { transition: all .7s ease-out .9s; }
.delighter.started li:nth-child(6) { transition: all .7s ease-out 1.1s; }
.delighter.started li:nth-child(7) { transition: all .7s ease-out 1.3s; }

.delighter pre {
  display: block; transition: all 2s ease-out; opacity: 0;
  padding: 20px 0;
  width: 1px; overflow: hidden;
}
.delighter.started pre {
  max-width: 99999px; width: 100%; opacity: 1;
}
.delighter .box { transition: all 1s ease-out; }
.delighter .box:nth-child(1) { transform: translate(-100%, 0); }
.delighter .box:nth-child(2) { transform: translate(170%, -70%); }
.delighter .box:nth-child(3) { transform: translate(20%, 0%); }

.delighter.started .box:nth-child(1) { transform: translate(0, 0); }
.delighter.started .box:nth-child(2) { transform: translate(70%, -70%); }
.delighter.started .box:nth-child(3) { transform: translate(20%, -120%); }
/* delighter */

/* 品牌的第一部分 */
.second-page-brand .first-wrap {
  width: 100%;
  height: 10.8rem;
  /* position: relative; */
}
.second-page-brand .page1 {
  width: 100%;
  position: relative;
}
/* tab切换 */
.second-page-brand .tab-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: .2rem;
  padding-bottom: .2rem;
  /* background-color: rgb(236, 237, 241); */
  z-index: 999;
}
.second-page-brand .tab-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #353535;
  padding-top: .3rem;
  box-sizing: border-box;
}
.second-page-brand .tab-item {
  flex: 1;
  text-align: center;
  height: 0.35rem;
}
.second-page-brand .tab-item img{
  width: .96rem;
  height: auto;
  margin: 0 auto;
}
.second-page-brand .tab-wrap .menu-text-select {
  display: none;
}
.second-page-brand .tab-wrap .active .menu-text {
  display: none;
}
.second-page-brand .tab-wrap .active .menu-text-select {
  display: block;
}
.second-page-brand .tab-item:hover {
  /* color: #d90830; */
  cursor: pointer;
}
.second-page-brand .title-wrap {
  width: 100%;
  position: relative;
}
.second-page-brand .title-wrap .title-conetnt {
  width: 100%;
  position: absolute;
  top: 0;
}
.second-page-brand .title-wrap .header-wrap {
  width: 100%;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
}
.second-page-brand .header-content-left {
  width: 1rem;
  margin-top: -0.35rem;
  text-align: left;
  padding-left: .27rem;
}
.second-page-brand .header-content-right {
  width: 1rem;
  margin-top: -0.45rem;
  text-align: right;
  padding-right: .25rem;
}
.second-page-brand .header-content {
  flex: 1;
  text-align: center;
  margin-top: -0.15rem;
}
.second-page-brand .search {
  width: .36rem;
  height: .36rem;
}
.second-page-brand .logo {
  width: .72rem;
  height: .72rem;
}
.second-page-brand .guide {
  width: .34rem;
  height: .2rem;
}
/* 第一张人物和文字盒子 */
.first-video {
  position: relative;
  width: 19.2rem;
  height: 9.7rem;
  overflow: hidden;
}
.first-video video {
  width: 19.2rem;
}
.second-page-brand .conetnt .text {
  position: absolute;
  left: 1.3rem;
  bottom: 2rem;
  z-index: 1
}
.second-page-brand .conetnt .text img{
  width: 6.94rem;
  height:auto;
}
.second-page-brand .conetnt .people img{
  width: 4.67rem;
  height: auto
}
.second-page-brand .conetnt .people {
  position: absolute;
  right: 1.8rem;
  bottom: .65rem;
  z-index: 2
}
/* 中间bannerb部门盒子 */
.second-page-brand .second-title {
  text-align: center;
  font-size: .45rem;
  padding: .5rem 0;
  color: #353535
}
.second-page-brand .second-content .swiper {
  width: 100%;
  height: 90%;
}


.second-page-brand .second-content .parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.second-page-brand .second-content .swiper-slide .title {
  font-size: 41px;
  font-weight: 300;
}

.second-page-brand .second-content .swiper-slide .subtitle {
  font-size: 21px;
}

.second-page-brand .second-content .swiper-slide .text {
  font-size: 14px;
  max-width: 400px;
  line-height: 1.3;
}



/* 中国个人Ip美妆品牌第一人 */
.second-page-brand .third-title {
  text-align: center;
  font-size: .45rem;
  padding: .6rem 0 .45rem 0;
}
.second-page-brand .third-title img{
  width: 3.74rem;
}
.second-page-brand .third-wrap {
  width: 100%;
  padding: 0 1.3rem;
  box-sizing: border-box;
  color: #353535;
}
.second-page-brand .third-content {
  display: flex;
  justify-content: center;
  opacity: 0;
  /* padding-bottom: 1.08rem; */
}
.second-page-brand .third-content .left-img {
  width: 5.99rem;
  height: 4.34rem;
  overflow: hidden;
  padding-right: .6rem;
  border-radius: 0rem .2rem 0rem .2rem;
}
.second-page-brand .third-content .left-img img{
  width: 100%;
  border-radius: 0rem .2rem 0rem .2rem;
}
.second-page-brand .third-content .right-img {
  width: 5.99rem;
  height: 4.34rem;
  overflow: hidden;
  padding-left: .42rem;
  border-radius: 0rem .2rem 0rem .2rem;
}
.second-page-brand .third-content .right-img img{
  width: 100%;
  border-radius: 0rem .2rem 0rem .2rem;
}
/* 底部文字 */
.second-page-brand .third-content .left-text {
  width: 5.99rem;
  height: auto;
  overflow: hidden;
  font-size: .3rem;
  padding: .8rem .4rem 2rem 0;
}
.second-page-brand .third-content .third-content_text {
  width: 6.09rem;
}
.second-page-brand .third-content .third-content_title {
  width: auto;
  height: .29rem;
  margin: 0 0 .3rem 0;
}
.second-page-brand .third-content .left-text p{
  font-size: .22rem;
}
.second-page-brand .third-content .right-text {
  width: 5.99rem;
  height: auto;
  font-size: .3rem;
  padding: .8rem 0 2rem .4rem;
}
.second-page-brand .third-content .right-text p{
  font-size: .22rem;
}
.second-page-brand .third-content .text-red {
  color: #d90830;
  padding-bottom: .05rem;
  border-bottom: .02rem solid #d90830;
}
/* ----------------轮播按钮--------------- */
/* 轮播按钮 左右a按钮样式*/
.second-page-brand .swiper-button-next::after {
  content: '';
}
.second-page-brand .swiper-button-prev::after {
  content: '';
}
.second-page-brand .swiper-button-next {
  width: .35rem;
  height: .68rem;
  background: url(../../../static/icon/array_r.png) no-repeat;
  background-size: .35rem .68rem;
  padding-right: .5rem;
}
.second-page-brand .swiper-button-prev {
  width: .35rem;
  height: .68rem;
  background: url(../../../static/icon/array_l.png) no-repeat right bottom;
  background-size: .35rem .68rem;
  padding-left: .5rem;
}
.second-page-brand .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.second-page-brand .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.second-page-brand .swiper-slide {
  width: 100%;
}

.second-page-brand  .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  overflow:hidden;
}
.second-page-brand  .slide-inner video {
  width: 100%;
  height: auto;
  display: inline-block;
  margin: 0 auto;
}


/* 轮播按钮悬浮鼠标变为自定义 */
.second-page-brand .swiper-button-next:hover {
  cursor: url(../../image/yusai.cur), pointer;
}
.second-page-brand .swiper-button-prev:hover {
  cursor: url(../../image/yusai.cur), pointer;
}