

.partmnav {
  width:65%;
  height:2rem;
  position: absolute;
  opacity: 0;
  bottom:0.74rem;
  left: 2rem;
  z-index: 0;display: none;
  transform: translate3d(0px, 0px, 0px);
}
.partswiper {
  width: 100%;
  height: 100%;
}
.partswiper .swiper-slide {
  text-align: center;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  background-color: transparent;
  transform: scale(1);
}

.partul .swiper-slide.curre {
  /* transform: scale(1.1); */
  filter: drop-shadow(2px 4px 6px black);
}

.partswiper .swiper-slide img {
  width:100%;
  /* height: 100%; */
}


.partul .swiper-slide.curre img{
  /* width:98%;
  height: 92%;*/
  border: 5px solid rgb(37,139,220);
}

.swiper-next1 {
  width: 0.5rem;
  height: 0.92rem;
  background-image: url(../images/common/swiper-right-arrow.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  right: -0.7rem;
  left: auto;
  top: 24%;
  position: absolute;
  z-index: 99;
  cursor: pointer;
  transform: translate3d(0px, 0px, 0px);
}
.swiper-prev1 {
  width: 0.5rem;
  height: 0.92rem;
  background-image: url(../images/common/swiper-left-arrow.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: -0.7rem;
  right: auto;
  top: 24%;
  position: absolute;
  z-index: 99;
  cursor: pointer;
  transform: translate3d(0px, 0px, 0px);
}


.partsix {
   width:100%;
   height:100%;
   position: relative;
   left:0px;
   top:0px;
   z-index: 9;
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   -webkit-align-items: center;
   align-items: center;
}

.partend {
  width:100%;
  height:100%;
  position: relative;
  left:0px;
  top:0px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#sixVa,#fiveVa,#zeroVa,#zeroVab,#endVa {
  position: absolute;
  left:0;
  top:0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#zeroVab {
   display: none;
}
.partf_l {
  width: 14%;
  float:left;
  height: 100%;
  margin-left: 8%;
}
.partf_l ul {
  height:100%
}

.partf_l ul li span {
  display: block;
  width: 100%;
  height: 33%;
  margin-top: 42%;
}

.partf_l ul li i {
  padding-top: 1%;
  display: block;
}

.partf_r {
  width: 78%;
  float:right;
  height: 92%;
}

.partf_rm {
  width: 97%;
  height: 100%;
  margin-top:2%;
  overflow-y: auto;
}
.chs {
  width:100%;
  height:100%
}
.chs img {
  width:100%;
}

.faudiobut.curre {
  transform:rotate(0deg) scale(1) translate(0.2rem, -0rem);
  -webkit-animation: faudio 2s ease-in infinite;
  -moz-animation: faudio 2s ease-in infinite;
  -o-animation: faudio 2s ease-in infinite;
  animation: faudio 2s ease-in infinite;
  -moz-box-shadow: 3px 3px 4px #0058ad;
    -webkit-box-shadow: 3px 3px 4px #0058ad;
    box-shadow: 3px 3px 4px #0058ad;

}


.partf_rmb , .partf_rmc{
   display: none;
}

.partf_rmb ul li {
  width: 23%;
  float:left;
  margin: 2% 4% 0% 4%;
  height: 5.5rem;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: transform 0.5s;
}
.partf_rmb ul li img {
  width: 90%;
}
.partf_rmb ul li:hover {
  transform:rotate(0deg) scale(1.02) translate(-1%, -1%);
}

.partf_rmb ul li h5 {
  color: #333;
  font-weight: bold;
  line-height: 0.4rem;
  font-size: 0.3rem;
  height: 1rem;
  overflow: hidden;
  text-align: left;
  padding-top: 0.2rem;
}



.partf_rmc ul li {
  width:30%;
  float:left;
  margin: 1% 1% 2% 1%;
  border: 1px solid #e3effa;
  cursor: pointer;
  position: relative;
  -webkit-transition: transform 0.5s;
}
.partf_rmc ul li img {
  width:100%;
}

.partf_rmc ul li:hover {
  transform:rotate(0deg) scale(1.02) translate(-1%, -1%);
}

.partf_rmc ul li h5 {
  color: #fff;
  width: 96%;
  padding: 2%;
  line-height: 0.5rem;
  font-size: 0.3rem;
  text-align: left;
  position: absolute;
  bottom:0;
  left:0;
  background: rgba(0, 0, 0, 0.8);
}



.partf_rm::-webkit-scrollbar {
  width: 0.15rem;
  height: 1px;
}

.partf_rm::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #0058ad;
}

.partf_rm::-webkit-scrollbar-track {

  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #EDEDED;
}

.browsenumber {
  font-size:32px;
  color:#d32526;
  text-align: center;
  width:100%;
  position: absolute;
  left:0px;
  top:80%;
  z-index: 10;
  font-weight: bold;

}
.browsenumber img {
  margin-left:15px;
}

@media screen and (max-width: 750px) {
  .browsenumber img {
    width: 7vh;
  }
  .browsenumber {
    font-size: 14px;
    width: 100%;
    bottom: 8vh;
    top: auto;
}

  .tonextpart , .partonenext{
    width:2rem;
    height:2rem;
    right: 0.5rem;
  }
  .partoneup {
    width: 2rem;
    height: 2rem;
    right: 2.7rem;
  }

  .partmnav {
    height:3rem;
  }
  .swmiddle p,.swvideo p , .swleft p ,.swdiff p ,.swordinary p {
    font-size: 0.6rem;
    line-height: 1rem;
}

.torches {
  min-width: 490px;
}
.foreing_list ul {
  min-width: 490px;
}

.swmiddle i {
  font-size: 0.6rem;
  line-height: 0.8rem;
}
.alterclose {
  width: 1.4rem;
}
.nav{
  width: 10%;
}
.nav ul li {
  padding-top: 0.5rem;
  height: 2rem;
}
.videoplaym {
  display: block;
}
.homevideopass,.opennext , .storynext ,  .openvnext, .opentwovnext,.openthreevnext ,.openfourvnext,.openfivevnext,.zeroclose {
  width: 2.4rem;
  right:1.5%;
  top:1.5%;
}
.partul .swiper-slide.curre img{
  width:98%;
  border: 1px solid rgb(37,139,220)
}

}

.slide-label-content {
	background-color: rgb(1, 214, 228);
	position: absolute;
	bottom: 0rem;
	font-size: 0.2rem;
	width: 100%;
	height: 0.4rem;
	color: #ffffff;
	line-height: 0.4rem;
}













