body {
  background-color: #4682b4;
  margin: 0;
  overflow: hidden;
}

a:hover,
a {
  color: inherit;
  text-decoration: inherit;
}
.hide {
  display: none;
  /* opacity: 0; */
  /* transition: opacity, .5s; */
}
/* 左侧内容区域 */
.left-view {
  width: 75vw;
  height: 100vh;
  
}
.iframe-view{
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
}
.iframe-view.show{
  display: block;
}
iframe{
  width: 100%;
  height: 100%;
}


.preview{
  position: absolute;
  top: 2vh;
  height: 98vh;
  overflow: hidden;
  right: -3vh;
  /* background: red; */
  width: 45vw;
}
.preview-img{

}
.img-item{
  width: 70%;
  position: absolute;
  padding-top: 40%;
  overflow: hidden;
  left: 0;
  top: 35%;
  opacity: 0; 
  visibility: hidden;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
  /* border-radius: 0.8rem; */
  background-color: black;
  background-image: url(../img/loading-1.gif);
    background-position: center;
    background-repeat: no-repeat;
}
.img-item>img{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top:0;
  /* top: 0; */
  height: 100%;
  /* width: 100%; */
  object-fit: cover;
  /* border-radius: 0.8rem; */
  /* top: -0.1rem; */
}
/* .cur{
  opacity: 1; 
  visibility: visible;
  z-index: 10;
  transform: translateX(0) translateY(0) scale(1);
}
.cur_1{
  opacity: 0.8;
  visibility: visible;
  transform: translateX(5vw) translateY(-12vh) scale(0.8);
  z-index: 9;
}
.cur_2{
  opacity: 0.7;
  visibility: visible;
  transform: translateX(10vw) translateY(-24vh) scale(0.6);
  z-index: 8;
}
.cur_3{
  opacity: 0.6;
  visibility: visible;
  transform: translateX(14vw) translateY(-32vh) scale(0.5);
  z-index: 7;
}
.cur_4{
  opacity: 0.5;
  visibility: visible;
  transform: translateX(17vw) translateY(-38vh) scale(0.4);
  z-index: 6;
}
.down_1{
  opacity: 0.8;
  visibility: visible;
  transform: translateX(5vw) translateY(12vh) scale(0.8);
  z-index: 9;
}
.down_2{
  opacity: 0.7;
  visibility: visible;
  transform: translateX(10vw) translateY(24vh) scale(0.6);
  z-index: 8;
}
.down_3{
  opacity: 0.6;
  visibility: visible;
  transform: translateX(14vw) translateY(32vh) scale(0.5);
  z-index: 7;
}
.down_4{
  opacity: 0.5;
  visibility: visible;
  transform: translateX(17vw) translateY(38vh) scale(0.4);
  z-index: 6;
} */
.jq-theme{
  width: 50.5vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jq-theme>div{
  position: relative;
  width: 100%;
  left: 0;
  top: -17vh;
}
.jq-theme-div{
  width: 75%;
  /* margin-left: 25%; */
  position: absolute;
  left: 20%;
  top: 0;
}
.jq-theme-div:before{
  content: "";
    position: absolute;
    width: 2rem;
    height: 2rem;
    background: url('../img/nav-big.png') no-repeat;
    background-size: 1.4rem;
    left: -2.1rem;
    top: 0.7rem;
    opacity: .9;
}

.jq-theme-title{
    color: #C9A063;
    font-size: 1.5rem;
    border-bottom: 0.1rem #fff solid;
    line-height: 3rem;
    opacity: .8;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.jq-theme-cnt{
  margin-top: 3vh;
  overflow: hidden;
  position: relative;
  padding-top: 50%;
  overflow: hidden;
  left: 0;
  top: 0;
  border: 0.3rem solid rgb(201, 160, 99);
  position: absolute;
  width: 83%;
  left: 15%;
  top: 50px;
  z-index: 10;
  background-image: url(../img/loading-1.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-color: black;
    cursor: pointer;
}

.jq-theme-cnt img{
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  object-fit: cover;
  /* left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0.8rem;
  top: -0.1rem; */
  background-image: url(../img/loading-1.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-color:#C9A063;
  transform:translateX(-50%);
}

.jq-theme-title-desc{
  color: #fff;
  font-size: 1.2rem;
  margin-left: 1rem;
}
.jq-theme-cnt-list{
  position: relative;
  left: 0;
  top: 0;
}
.downStr_1{
  transform: translateX(-3vw) translateY(4vh) scale(1);
  z-index: 5;
  opacity: 1;
  filter: brightness(80%);
}
.downStr_2{
  transform: translateX(-6vw) translateY(8vh) scale(1);
  z-index: 1;
  opacity: 1;
  filter: brightness(70%);
}



/* .swiper-pagination-icon{
  height: 3rem;
  position: absolute;
  bottom: 2vh;
  left: 3vw;
  width: 55vw;
}
.icon01{
  float: left;
  height: 1rem;
  margin-top: 1rem;
}
.showNum{
  display: block;
    height: 1.9rem;
    border-radius: 1.9rem;
    color: #cccccc;
    border: 1px solid #cccccc;
    font-size: 1rem;
    padding: 0 0.8rem;
    margin: 0.5rem;
    opacity: .8;
    text-align: center;
}
.showNum-div{
  display: block;
    width: 10rem;
    float: right;
    height: 3rem;
    margin-right: 1.5rem;
}
.showNum span{
  width: auto;
  height: 1.9rem;
  line-height: 1.9rem;
}
.swiper-button-next{
  background-image: url('../img/left.png');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 3rem;
  height: 3rem;
  margin: 0;
  float: right;
  position: relative;
  top:0;right:auto;bottom:auto;left:auto;
  cursor: pointer;
}
.swiper-button-prev{
  background-image: url('../img/right.png');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 3rem;
  height: 3rem;
  margin: 0 1.5rem 0 0;
  float: right;
  position: relative;
  top:0;right:auto;bottom:auto;left:auto;
  cursor: pointer;
}
.no-more{

}
.paginationStr-left span{

}
.paginationStr-left{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 3rem;
}
.paginationStr-left span{
  background-image: url('../img/nav-small.png');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 6px;
  height: 8px;
  margin-right:0px!important;                  
  display: block;
  float: left;
  margin-top: 3px!important;
  cursor: pointer;
}
.span-active{
  background-image: url('../img/nav-big.png') !important;
  width:8px !important;
  height:11px !important;
  margin-top: 0!important;
}
.swiper-button-lock{
  display: inline-block;
}
.swiper-button-next, .swiper-button-prev{
  color:inherit
}
.swiper-paginationStr{
    position: absolute;
    left: 11.5rem;
    right: 18.5rem;
    top: 0;
    bottom: 0;
}
.no-dj{
  opacity: .5;
  cursor:inherit;
} */

.anim02{
  animation-name:anim02;
  animation-duration:.8s;
  animation-timing-function:ease;
  animation-iteration-count:1;
  animation-fill-mode:forwards;
 }
@keyframes anim02{
  0% {opacity:0;}
     100% {opacity: 1;
  }
}
@-webkit-keyframes anim02/* Safari and Chrome */
  {
  0% {opacity: 0;}
  100% {opacity: 1;}
  }