@font-face {
    font-family: nsSemiBold;
    /*src:url('../font/NotoSerifCJKsc-Bold.otf');*/
    src:url('../font/NotoSerifCJKsc-Light.otf');
}
@media all
and (-moz-min-device-pixel-ratio: 1.09) and (-moz-max-device-pixel-ratio: 1.18),
    (-webkit-min-device-pixel-ratio: 1.09) and (-webkit-max-device-pixel-ratio: 1.18),
    (min-resolution: 1.09dppx) and (max-resolution: 1.18dppx) {
    :root {
        font-size: 14px;
    }
}
@media all
and (-moz-min-device-pixel-ratio: 1.19) and (-moz-max-device-pixel-ratio: 1.28),
    (-webkit-min-device-pixel-ratio: 1.19) and (-webkit-max-device-pixel-ratio: 1.28),
    (min-resolution: 1.19dppx) and (max-resolution: 1.28dppx) {
    :root {
        font-size: 13px;
    }
}
@media all
and (-moz-min-device-pixel-ratio: 1.29) and (-moz-max-device-pixel-ratio: 1.4),
    (-webkit-min-device-pixel-ratio: 1.29) and (-webkit-max-device-pixel-ratio: 1.4),
    (min-resolution: 1.29dppx) and (max-resolution: 1.4dppx) {
    :root {
        font-size: 12px;
    }
}
@media all
and (-moz-min-device-pixel-ratio: 1.41) and (-moz-max-device-pixel-ratio: 1.6),
    (-webkit-min-device-pixel-ratio: 1.41) and (-webkit-max-device-pixel-ratio: 1.6),
    (min-resolution: 1.41dppx) and (max-resolution: 1.6dppx) {
    :root {
        font-size: 10px;
    }
}
@media all
and (-moz-min-device-pixel-ratio: 1.61) and (-moz-max-device-pixel-ratio: 1.8),
    (-webkit-min-device-pixel-ratio: 1.61) and (-webkit-max-device-pixel-ratio: 1.8),
    (min-resolution: 1.61dppx) and (max-resolution: 1.8dppx) {
    :root {
        font-size: 9px;
    }
}
@media all
and (-moz-min-device-pixel-ratio: 1.81) and (-moz-max-device-pixel-ratio: 2.1),
    (-webkit-min-device-pixel-ratio: 1.81) and (-webkit-max-device-pixel-ratio: 2.1),
    (min-resolution: 1.81dppx) and (max-resolution: 2.1dppx) {
    :root {
        font-size: 8px;
    }
}
body{
	margin:0;
    background: no-repeat linear-gradient(to left, #000000 0%, #40220f 100%);
    min-height: 100vh;
    overflow: hidden;
    font-family:'nsSemiBold'
}
.logo,.topRightBtn{
    position: absolute;
    top: 3%;
    cursor: pointer;
    z-index: 30;
    cursor: pointer;
  }
  .logo{
    left: 3%;
    height: 5vh;
    z-index: 30;
  }
  .topRightBtn{
    right: 3%;;top: 4.2%;
  }
 .topRightBtn .backBtn{
    height: 2.7vh;float:right;
  }
.topRightBtn .menu{
    height: 2.7vh;float:right;margin-left:40px;
  }
.hide{
    display: none;
}
.title{
    /* padding: 6vh 0vw 4vh 0vw; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.2rem;
    color: #C79F62;
    position: absolute;
    width: 94%;
    left: 3%;
    top: 10vh;
    z-index: 20;
    border-radius: 0.5rem;
}

.title a{
    color: inherit;
    text-decoration: none;
}

.title>div{
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
    filter: brightness(50%);
}
.title>div:nth-child(9) .hover-title{
    min-width: 33vw;
    transform: translateX(-50%);
}
.title>div:nth-child(9) .hover-title div{
    left: 52%;
}
.title>div:nth-child(7) .hover-title{
    min-width: 30vw;
}
.title>div:nth-child(8) .hover-title{
    min-width: 30vw;
    transform: translateX(-40%);
}
.title>div:nth-child(8) .hover-title div{
    left: 43%;
}
.title-active{
    filter: brightness(100%) !important;
    font-size: 1.3rem;
}
.title-active span{
    width: 100%;
    height: 0.2rem;
    display: inline-block;
    background: #C79F62;
    position: absolute;
    left: 0;
    bottom: -0.8rem;
}
.container-cnt{
    padding: 0 3vw;
    position: relative;
    left: 0;
    top:0;
}
.container-cnt-list{
    filter: brightness(50%);
    position: absolute;
    left: 0;
    top: 23vh;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -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;
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
}
.container-list-title{
    color: #C79F62;
    font-size: 1.2rem;
    padding: 1rem 0;
    letter-spacing: 0.3rem;
}
.container-list-img-list{
    /* overflow: hidden; */
}
.container-list-img-div{
    float: left;
    width: 14vw;
    margin-right: 2vw;
    cursor: pointer;
}
.container-list-img-div-cnt{

}
.container-list-img{
    position: relative;
    padding-top: 77%;
    overflow: hidden;
    width: 100%;
    border: 0.3rem #c89f6200 solid;
    background-image: url(../img/loading-1.gif);
    background-position: center;
    background-repeat: no-repeat;
    /* background-color: #C9A063; */
    background-size: 20px 20px;
}
.container-list-img img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: .9;
}
.anim02{
    animation-name:anim02;
    animation-duration:1s;
    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;}
    }
.container-list-img-name{
    color: #C79F62;
    font-size: 1.2rem;
    margin: 1rem 0;
    text-align: center;
    letter-spacing: .3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.container-img-all{
    overflow: hidden;
    -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;
    /* width: 20000px; */
}
.cur .container-list-title{
    background: #C89F62;
    color: #fff;
    margin-left: 3vw;
    width: 12vw;
    text-align: center;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    font-size: 1.3rem;
}
.chnagjisng-title{
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
}
.cur .container-list-img-list{
    /* background: no-repeat linear-gradient(to left, #d92f2f  0%, #40220f 100%); */
    position: relative;
    left: 0;
    top: 0;
    padding: 2.5rem 0 .5rem 0;
}
.cur .container-list-img-list{
    background:no-repeat url('../img/cj_other_bg.png');
    background-size: 100% 100%;
}
.cur .img-left{
    display: flex !important;
}
.cur .img-right{
    display: flex !important;
}
.img-left{
    width: 10vw;
    /* background: #622f2f63; */
    position: absolute;
    left: 0;
    top: 3.5rem;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    background:no-repeat url('../img/cj_left_arrow.png');
    background-size: 100% 100%;
    /* background-image: linear-gradient(to right,#3B1F0D,transparent); */
}
.img-left img{
    position: relative;
    left: 0;
    z-index: 99;
    top:0;
    width:35%;
}
.img-right{
    width: 10vw;
    /* background: #622f2f63; */
    position: absolute;
    right: 0;
    top: 3.5rem;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    background:no-repeat url('../img/cj_right_right.png');
    background-size: 100% 100%;
    /* background-image: linear-gradient(to left,#060301,transparent); */
}
.img-right img{
    position: relative;
    left: 0;
    z-index: 99;
    top:0;
    width:35%;
}
.select-div{

}
.select-div .container-list-img{
    border: 0.3rem #C89F62 solid;
}
.select-div .draw-sj{
    width: 0;
    height: 0;
    border-top: 1.5rem solid #C89F62;
    border-right: 1rem solid transparent;
    border-left: 1rem solid transparent;
    position: absolute;
}
/* .cur{
    filter: brightness(100%);
    z-index: 10;
}
.cur_1{
    z-index: 9;
    transform: translateX(0vw) translateY(-14vh) scale(0.94);
}
.down_1{
    z-index: 9;
    transform: translateX(0vw) translateY(35vh) scale(0.94);
} */
.show-desc{
    position: absolute;
    left: 0;
    width: 100%;
    top: 61vh;
    z-index: 9;
    height: 31vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.show-desc-left{
    width: 23%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    /* background-image: linear-gradient(to right,#734A23,transparent); */
    background:no-repeat url('../img/cj_left_bg.png');
    background-size: 100% 100%;
    height: 100%;
}
.show-desc-left>div{
    width: 70%;
}
.show-desc-left-title{
    font-size: 1.5rem;
    margin-bottom: 3vh;
    opacity: .9;
    letter-spacing: .3rem;
}
.show-desc-left-title-desc{
    font-size: 1rem;
    opacity: .8;
}
.show-desc-img{
    width: 17%;
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
}
.how-desc-img-one{
    width: 100%;
}
.how-desc-img-two{
    width: 100%;
}
.show-desc-cnt{
    width: 60%;
    color: #fff;
    padding: 0 3vw;
    opacity: .8;
    font-size: 1rem;
    max-height: 28vh;
    overflow-y: auto;
    white-space: pre-line;
    display: flex;
align-items: center;
justify-content: center;
}
.show-desc-one{
    /* margin-bottom: 2vh; */
    max-height: 28vh;
}
.show-desc-img{
    width: 17%;
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
}
.show-desc-img-list{
    position: absolute;
    padding-top: 66%;
    overflow: hidden;
    width: 90%;
    top: 5vh;
    right: 0;
    z-index: 10;
    background-color: #C9A063;
    cursor: pointer;
}
.show-desc-img-list img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: .9;
}
.show-two{
    left: 0;
    top: 8vh;
    z-index: 1;
    filter: brightness(80%);
}
.hover-title{
    position: absolute;
    min-width: 50vw;
    font-size: 1rem;
    top: 5.5vh;
    color: #fff;
    opacity: .8;
    background: #C89F62;
    padding: 1.5vh;
    z-index: 99;
    border-radius: .5rem;
    display:none;
    text-align: justify;
}
.hover-title div{
    width: 0;
    height: 0;
    border-left: 0.8rem solid transparent;
    border-right: 0.8rem solid transparent;
    border-bottom: 0.5rem solid #C89F62;
    position: absolute;
    top: -0.5rem;
}
.title-active:hover .hover-title{
    display: block;
    transition:display .5;
}
.cj-cnt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48vh;
    position: relative;
    left: 0;
    top: 0;
    background:no-repeat url('../img/cj_desc_bg.png');
    background-size: 100% 100%;
}
.cj-cnt-left{
    width: 20%;
    position: relative;
    left: 0;
    top: 0;
    height: 48vh;
}
.cj-cnt-left-img{
    position: absolute;
    padding-top: 100%;
    overflow: hidden;
    width: 70%;
    top: 6%;
    right: 10%;
    z-index: 10;
    background-color: #C9A063;
    background-image: url(../img/loading-1.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}
.cj-cnt-left-img img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.left-img-sec{
    z-index: 1;
    right: 19%;
    top: 12%;
    filter: brightness(80%);
}
.cj-cnt-center{
    width: 50%;
    color: #fff;
    padding-right: 1%;
    padding-left: .5%;
    height: 48vh;
}
.cj-cnt-right{
    width: 30%;
    color: #fff;
    padding-right: 3%;
    height: 48vh;
    padding-left: 1%;
}
.cj-cnt-title{
    font-size: 1.5rem;
    line-height: 5rem;
    opacity: .9;
    letter-spacing: .3rem;
}
.cj-cnt-desc{
    font-size: .9rem;
    opacity: .8;
    text-align: justify;
    max-height: calc(48vh - 7rem);
    overflow: auto;
}
.chnagjisng{
    padding:0 !important;
    background:inherit !important;
}
.show-desc-arrow{
    width: 0;
    height: 0;
    border-top: 1rem solid #C89F62;
    border-right: 0.8rem solid transparent;
    border-left: 0.8rem solid transparent;
    position: absolute;
    top: 0;
}

::-webkit-scrollbar {
    width: 5px;
  }
::-webkit-scrollbar-track {
    background-color:#654E2E;
  }
::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(179, 141, 99, 0.95);
  }