/* menu */
.menu{
  display: flex;
  position: fixed;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  height: 1.96rem;
  background: #FFFFFF;
  border-bottom: 0.02rem solid rgba(18, 12, 10, 0.1);
  z-index: 10;
}
.menu-item{
  display: flex;
  flex-shrink: 0;
  width: 3.3rem;
  font-size: 0.56rem;
  font-weight: 500;
  color: #666666;
  padding: 0.68rem 0;
  align-items: center;
  justify-content: center;
}
.menu-item.active{
  font-size: 0.64rem;
  font-weight: bold;
  color: #120C0A;
}
.active-line{
  position: absolute;
  bottom: 0;
  width: 2.48rem;
  height: 0.08rem;
  background: #FF5033;
  transition: left 500ms;
}

/* layout */
.part-title{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding:1.2rem 0
}
.part-title h2{
  font-size: 0.88rem;
  font-weight: 700;
  color: #120C0A;
}
.part-title h5{
  font-size: 0.44rem;
  font-weight: 400;
  color: #0A0608;
  opacity: 0.5;
  margin-top: .4rem;
}
.back-top{
  width: 1.56rem;
  height: auto;
  position: fixed;
  bottom: 3rem;
  right: 0.6rem;
  z-index: 99;
}
/* anime */
.frist-hide{
  opacity: 0;
}
/* introduction */
.introduction{
  margin: 4.4rem 0 1.2rem;
  padding: 0 0.6rem;
}
.introduction-img{
  width: 100%;
  min-height: 7.84rem;
  height: auto;
  border-bottom: 0.08rem solid #ff5033;
}
.introduction p{
  line-height: 1.6;
  font-size: 0.56rem;
  font-weight: 400;
  color: #666666;
  margin-top: 0.92rem;
}
.introduction-text{
  padding:1.1rem 1rem;
}
.introduction-text h5{
  font-size: 0.76rem;
  font-weight: bold;
  color: #120C0A;
}
.introduction-text h6{
  font-size: 0.56rem;
  font-weight: 500;
  color: #120C0A;
  margin-top: 0.46rem;
}

/* mission */
.mission{
  padding: 0 0.6rem;
  margin-bottom: 1.2rem;
}
.mission-content{
  background-image: url(../img/YOKAVERSE@2x.png);
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 2.8rem 0;
  text-align: center;
}
.mission-text{
  padding: 0 0.4rem;
  font-size: 1.12rem;
  font-weight: 800;
  color: #120C0A;
  display: inline-block;
  position: relative;
}
.mission-text img{
  width: 0.2rem;
  height: 0.2rem;
}
.mission-text .tl{
  position: absolute;
  left: 0;
  top: 0.06rem;
}
.mission-text .br{
  position: absolute;
  right: 0;
  bottom: 0.06rem;
  transform: rotate(180deg);
}
.mission-describe{
  margin-top: 0.58rem;
  font-size: 0.6rem;
  font-weight: 400;
  color: #FF5033;
}

/* connotation */
.connotation{
  padding: 0 0.6rem;
}
.connotation-item{
  opacity: 0;
  width: 100%;
  height: auto;
}
.connotation-text{
  font-size: 0.56rem;
  font-weight: 400;
  color: #666666;
}

/* history */
.history{
  padding: 1.2rem 0.6rem 0;
  background-image: url(../img/fazhan-bg@2x.png);
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
}
.history-content{
  overflow: hidden;
  padding: 1.5rem 0;
  position: relative;
}
.history-wrapper{
  width: 13.8rem;
  height: 12rem;
  overflow: hidden;
}
.history-text{
  padding: 0 0.6rem;
  line-height: 1.6;
  margin-bottom: 0.8rem;
  font-size: 0.52rem;
  font-weight: 400;
  color: #120C0A;
}
.history-text:nth-last-child(1){
  margin-bottom: 0;
}
.history-time{
  font-weight: 600
}
.history-nav{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 1rem;
  padding: 0 0.6rem;
}
.history-pagination{
  position: relative;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 0.2rem;
}
.history-bullet{
  padding: 0 1rem 1.12rem 1rem;
  font-size: 0.6rem;
  color: #666666;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.history-bullet-active{
  color: #FF5033;
  font-size: 0.76rem;
  font-weight: bold;
}
.history-bullet .time-line{
  width: 100%;
  height: 0.02rem;
  background: #FF5033;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0.5rem;
}
.time-line::after{
  content: '';
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  background: #FF5033;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%,-50%);
}
.history-bullet-active .time-line::after{
  width: 0.15rem;
  height: 0.15rem;
  background: #FFFFFF;
  border: 0.15rem solid #FF5033;
  border-radius: 50%;
}
.history-button-prev,.history-button-next{
  width: 0.88rem;
  height: 0.88rem;
  background-color: #FF5033;
  color: #FFFFFF;
  padding: 0 0.44rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.history-button-prev i{
  transform: rotate(180deg);
}
.history-button-prev i,.history-button-next i{
  font-size: 0.5rem;
}
.history-button-disabled{
  background-color: #E6E3E3;
}

/* culture */
.culture{
  padding: 1.2rem 0.6rem;
}
.culture-content{
  background-color: #fff;
  width: 100%;
}
.culture-img{
  width: 100%;
  min-height: 7rem;
  height: auto;
}
.culture-content-text{
  padding: 0.78rem 0 1.1rem;
}
.text-p{
  display: flex;
}
.text-p:nth-child(1){
  margin-bottom: 0.5rem;
}
.text-item{
  flex-grow: 1;
  font-size: 0.68rem;
  font-weight: bold;
  font-style: italic;
  color: #120C0A;
  text-align: center;
  position: relative;
}
.text-item::before{
  content: '';
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  background: #FF5033;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  left: 0.58rem;
}

/* honors */
.honors{
  padding: 0 0.44rem;
  margin-bottom: 1.2rem;
}
.honors-content{
  background: #fff;
  padding: 1.5rem 0;
  box-shadow: 0 0 0.08rem 0.06rem #f2f2f2;
  position: relative;
  overflow: hidden;
}
.honors-nav{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 1rem;
  padding: 0 0.6rem;
}
.honors-pagination{
  position: relative;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 0.2rem;
}
.honors-bullet{
  padding: 0 1rem 1.12rem 1rem;
  font-size: 0.6rem;
  color: #666666;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.honors-bullet-active{
  color: #FF5033;
  font-size: 0.76rem;
  font-weight: bold;
}
.honors-bullet .time-line{
  width: 100%;
  height: 0.02rem;
  background: #FF5033;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0.5rem;
}
.honors-bullet-active .time-line::after{
  width: 0.15rem;
  height: 0.15rem;
  background: #FFFFFF;
  border: 0.15rem solid #FF5033;
  border-radius: 50%;
}
.honors-button-prev,.honors-button-next{
  width: 0.88rem;
  height: 0.88rem;
  background-color: #FF5033;
  color: #FFFFFF;
  padding: 0 0.44rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.honors-button-prev i{
  transform: rotate(180deg);
}
.honors-button-prev i,.honors-button-next i{
  font-size: 0.5rem;
}
.honors-button-disabled{
  background-color: #E6E3E3;
}
.honors-slide-content{
  display: flex;
  flex-flow: column wrap;
  max-height: 20rem;
  align-items: center;
  transition: transform 500ms;
}
.honors-slide-item{
  padding: 0 1.32rem;
  width: 10.4rem;
  height: 2.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0.4rem 0.7rem 0.6rem;
  background: url(../img/maisuo@2x.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.honors-slide-item p{
  text-align: center;
  font-size: 0.52rem;
  font-weight: 400;
  color: #666666;
}
.honors-slide-item .title{
  font-size: 0.56rem;
  font-weight: bold;
  color: #120C0A;
  margin-bottom: 0.2rem;
}
.honors-slide-nav{
  position: absolute;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.32rem;
}
.honors-slide-nav-item{
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  background: #CCCCCC;
  margin: 0 0.08rem;
}
.honors-slide-nav-item.active{
  background: #FF5033;
}

/* csr */
.csr{
  position: relative;
  z-index: 2;
}
.csr-content{
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
}
.csr-content-item{
  opacity: 0;
  padding-left: 0.6rem;
}
.csr-content-title{
  font-size: 0.64rem;
  font-weight: bold;
  color: #120C0A;
  margin-bottom: 0.5rem;
}
.csr-info-frist{
  background-color: #fff;
  box-shadow: 0 0 0.08rem 0.06rem #f2f2f2;
}
.csr-info-frist-img{
  width: 100%;
  height: 6.96rem;
}
.csr-info-frist-content{
  padding: 1rem 0.6rem;
}
.csr-info-frist-content p{
  margin-bottom: 0.32rem;
}
.csr-info-frist-title{
  font-size: 0.6rem;
  font-weight: bold;
  color: #120C0A;
}
.csr-info-frist-text{
  font-size: 0.52rem;
  font-weight: 400;
  color: #666666;
}
.csr-info-frist-more{
  padding-top: 0.22rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.44rem;
  font-weight: 500;
  color: #999999;
}
.csr-info-frist-more i{
  font-size: 0.32rem;
  color: #999;
}
.csr-info-item{
  width: 100%;
  padding: 0.8rem 0.6rem;
  margin-top: 0.4rem;
  background-color: #fff;
  box-shadow: 0 0 0.08rem 0.06rem #f2f2f2;
}
.csr-info-item-title{
  position: relative;
  padding-right: 3.5rem;
  font-size: 0.56rem;
  font-weight: bold;
  color: #120C0A;
  margin-bottom: 0.52rem;
}
.csr-info-item-title .csr-info-item-time{
  position: absolute;
  right: 0;
  font-size: 0.44rem;
  font-weight: 500;
  color: #999999;
}
.csr-info-item-text{
  position: relative;
  padding-right: 0.9rem;
  font-size: 0.52rem;
  font-weight: 400;
  color: #666666;
}
.csr-info-item-text i{
  position: absolute;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
  font-size: 0.28rem;
  font-weight: 500;
  color: #999999;
}
