.pc.showing .setting.geted .settingSwiper .swiperContent .swiper-slide .pic[type="1"] {
  background-image: url(../assets/images/setting/1.jpg);
}
.pc.showing .setting.geted .settingSwiper .swiperContent .swiper-slide .pic[type="2"] {
  background-image: url(../assets/images/setting/2.jpg);
}
.pc.showing .setting.geted .settingSwiper .swiperContent .swiper-slide .pic[type="3"] {
  background-image: url(../assets/images/setting/3.jpg);
}
.pc.showing .setting.geted .settingSwiper .swiperContent .swiper-slide .pic[type="4"] {
  background-image: url(../assets/images/setting/4.jpg);
}
.pc.showing .setting.geted .settingSwiper .swiperContent .swiper-slide .pic[type="5"] {
  background-image: url(../assets/images/setting/5.jpg);
}
.pc.showing .setting.geted .topLine .wordImg1 {
  background-image: url(../assets/images/setting/bg_text_world.png);
}
.pc.showing .setting.geted .topLine .wordImg2 {
  background-image: url(../assets/images/setting/bg_text_Densicraft.png);
}
.pc.showing .setting.geted .itemList .listItem[type="1"] {
  background-image: url(../assets/images/setting/1_1.jpg);
}
.pc.showing .setting.geted .itemList .listItem[type="2"] {
  background-image: url(../assets/images/setting/2_1.jpg);
}
.pc.showing .setting.geted .itemList .listItem[type="3"] {
  background-image: url(../assets/images/setting/3_1.jpg);
}
.pc.showing .setting.geted .itemList .listItem[type="4"] {
  background-image: url(../assets/images/setting/4_1.jpg);
}
.pc.showing .setting.geted .itemList .listItem[type="5"] {
  background-image: url(../assets/images/setting/5_1.jpg);
}
.pc.showing .setting.geted .bottomLine .changeBtn .icon {
  background-image: url(../assets/images/originator/arrow.png);
}
.pc.showing .setting {
  width: 100%;
  height: 100vh;
  height: calc(100 * var(--vh));
  position: relative;
  overflow: hidden;
}
.pc.showing .setting .settingBingBox {
  width: 1920px;
  height: 1080px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pc.showing .setting .settingBingBox .resetSize {
  width: 100%;
  height: 100%;
}
.pc.showing .setting .topLine {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #a59f94;
  top: calc(23% - 30px);
  left: 50%;
  transform: translateX(-50%);
}
.pc.showing .setting .topLine .wordImg1 {
  position: absolute;
  left: 12%;
  bottom: 1px;
  width: 342px;
  height: 53px;
  background-size: 100% 100%;
  transform-origin: left bottom;
}
.pc.showing .setting .topLine .wordImg2 {
  position: absolute;
  right: 13.5%;
  padding-bottom: 20px;
  bottom: 1px;
  width: 102px;
  height: 29px;
  background-size: 102px 9px;
  background-repeat: no-repeat;
  transform-origin: right bottom;
}
.pc.showing .setting .settingSwiper {
  position: absolute;
  top: 23%;
  z-index: 3;
  opacity: 0;
  width: 100%;
  height: 57%;
  left: 50%;
  transform: translateX(-50%);
}
.pc.showing .setting .settingSwiper .swiperContent {
  flex: 1;
  height: 100%;
  width: 100%;
}
.pc.showing .setting .settingSwiper .swiperContent .swiper-slide {
  width: 86.5%;
  height: 100%;
  margin-right: 4%;
}
.pc.showing .setting .settingSwiper .swiperContent .swiper-slide .pic {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center 30%;
}
.pc.showing .setting .settingSwiper .swiperContent .swiper-slide:last-child {
  margin-right: 0;
}
.pc.showing .setting .settingSwiper .swiperContent .swiper-slide .maskBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: all 1s ease;
}
.pc.showing .setting .settingSwiper .swiperContent .swiper-slide.swiper-slide-active .maskBox,
.pc.showing .setting .settingSwiper .swiperContent .swiper-slide.swiper-slide-duplicate-active .maskBox {
  opacity: 0;
}
.pc.showing .setting .bottomLine {
  position: absolute;
  width: 100%;
  height: 8px;
  background-color: #5a5a5a;
  top: 80%;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}
.pc.showing .setting .bottomLine .changeBtn {
  width: 12.5%;
  height: 52px;
  background-color: #585858;
  position: absolute;
  right: 0;
  top: -22px;
  cursor: pointer;
}
.pc.showing .setting .bottomLine .changeBtn .icon {
  width: 22px;
  height: 34px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 23.3%;
  top: 17.3%;
}
.pc.showing .setting .itemList {
  height: 20%;
  position: absolute;
  left: 0;
  top: 80%;
  transform-origin: left top;
  display: flex;
  padding-left: 71px;
}
.pc.showing .setting .itemList .listItem {
  width: 158px;
  height: 90px;
  background-size: 158px 90px;
  background-position: center;
  margin-right: 22px;
  margin-top: 58px;
  position: relative;
}
.pc.showing .setting .itemList .listItem.active::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 3px solid #537ef0;
}
.pc.showing .setting .storyBox {
  width: 818px;
  position: absolute;
  top: 80%;
  right: 0;
  transform-origin: right top;
  padding-top: 48px;
  font-style: italic;
}
.pc.showing .setting .storyBox .title {
  color: #ffffff;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 9px;
  font-weight: 600;
}
.pc.showing .setting .storyBox .des {
  color: #d9d9d9;
  font-size: 18px;
  width: 734px;
  line-height: 22px;
}
.mobile.showing .setting-m.geted {
  background-image: url(../assets/images/common/mobileBg.jpg);
}
.mobile.showing .setting-m.geted .swiper-slide[data-index="0"] .img {
  background-image: url(../assets/images/setting/mobile/1.jpg);
}
.mobile.showing .setting-m.geted .swiper-slide[data-index="1"] .img {
  background-image: url(../assets/images/setting/mobile/2.jpg);
  background-position: 30% center!important;
}
.mobile.showing .setting-m.geted .swiper-slide[data-index="2"] .img {
  background-image: url(../assets/images/setting/mobile/3.jpg);
}
.mobile.showing .setting-m.geted .swiper-slide[data-index="3"] .img {
  background-image: url(../assets/images/setting/mobile/4.jpg);
}
.mobile.showing .setting-m.geted .swiper-slide[data-index="4"] .img {
  background-image: url(../assets/images/setting/mobile/5.jpg);
}
.mobile.showing .setting-m.geted .preBtn,
.mobile.showing .setting-m.geted .nextBtn {
  background-image: url(../assets/images/setting/mobile/arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 37px;
}
.mobile.showing .setting-m {
  width: 100%;
  height: 100vh;
  height: calc(100 * var(--vh));
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 25%;
  position: relative;
  overflow: hidden;
}
.mobile.showing .setting-m .settingBox {
  width: 563px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.mobile.showing .setting-m .settingBox .resetSize_m {
  transform-origin: top center;
  position: relative;
  padding-top: 86px;
}
.mobile.showing .setting-m .settingBox .resetSize_m .storyTitle {
  font-size: 25px;
  line-height: 50px;
  margin-left: 35px;
  font-weight: bold;
  font-style: italic;
  color: #ffffff;
}
.mobile.showing .setting-m .settingBox .resetSize_m .lineBox {
  display: flex;
  align-items: center;
  margin: 0 35px;
  margin-top: 4px;
}
.mobile.showing .setting-m .settingBox .resetSize_m .lineBox .line1 {
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  margin-right: 5px;
}
.mobile.showing .setting-m .settingBox .resetSize_m .lineBox .line2 {
  height: 1px;
  background-color: #ffffff;
  opacity: 0.3;
  width: 100px;
  flex-grow: 1;
}
.mobile.showing .setting-m .settingBox .resetSize_m .storyContent {
  margin-top: 10px;
  line-height: 25px;
  width: 100%;
  padding: 0 35px;
  font-style: italic;
  color: #d9d9d9;
  font-size: 13px;
  height: 128px;
}
.mobile.showing .setting-m .settingBox .resetSize_m .swiper {
  width: 969px;
  height: 626px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.mobile.showing .setting-m .settingBox .resetSize_m .swiper .swiper-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.mobile.showing .setting-m .settingBox .resetSize_m .swiper .swiper-wrapper .swiper-slide {
  width: 323px;
  height: 100%;
  transform: scale(0.96);
  transition: all 0.5s ease;
  pointer-events: all;
}
.mobile.showing .setting-m .settingBox .resetSize_m .swiper .swiper-wrapper .swiper-slide .img {
  width: 309px;
  height: 100%;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
}
.mobile.showing .setting-m .settingBox .resetSize_m .swiper .swiper-wrapper .swiper-slide .img .imgMask {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transition: opacity 0.5s ease;
  background-color: #000;
}
.mobile.showing .setting-m .settingBox .resetSize_m .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.mobile.showing .setting-m .settingBox .resetSize_m .swiper .swiper-wrapper .swiper-slide.swiper-slide-active.showAni {
  transform: scale(0.96);
}
.mobile.showing .setting-m .settingBox .resetSize_m .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .img .imgMask {
  opacity: 0;
}
.mobile.showing .setting-m .settingBox .resetSize_m .preBtn {
  width: 74px;
  height: 74px;
  transform: rotateY(180deg);
  position: absolute;
  left: -15px;
  top: 555px;
  cursor: pointer;
}
.mobile.showing .setting-m .settingBox .resetSize_m .nextBtn {
  width: 74px;
  height: 74px;
  position: absolute;
  right: -15px;
  top: 555px;
  cursor: pointer;
}
.mobile.showing .setting-m .settingBox .resetSize_m .proBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 939px;
}
.mobile.showing .setting-m .settingBox .resetSize_m .proBox .line {
  width: 164px;
  height: 2px;
  background-color: #ffffff;
  margin-right: 9px;
}
.mobile.showing .setting-m .settingBox .resetSize_m .proBox .dot {
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  margin-left: 21px;
  position: relative;
}
.mobile.showing .setting-m .settingBox .resetSize_m .proBox .dot.active {
  background-color: #537ef0;
}
.mobile.showing .setting-m .settingBox .resetSize_m .proBox .dot.active::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  width: 24px;
  height: 24px;
  border: 3px solid #537ef0;
}
