.layout {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: hsla(0, 0%, 97.6%, 0.98);
  z-index: 9999;
  transition: all 0.4s;
  display: none;
}
.layout .close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03), 0 2px 8px rgba(0, 0, 0, 0.03);
  transition: all 0.3s;
  position: absolute;
  top: 40px;
  left: 40px;
  cursor: pointer;
  z-index: 999;
}
.layout .close img {
  height: 20px;
}
.layout .nav {
  display: none;
}
.layout .bigswiper {
  width: 100%;
  height: 100%;
}
.layout .bigswiper .swiper-slide {
  position: relative;
}
.layout .layoutnote {
  height: 600px;
  position: absolute;
  display: flex;
  border: 0.5px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.layout .layoutnote .layoutleft {
  width: 400px;
}
.layout .layoutnote .layoutleft .mySwiper {
  height: 100%;
}
.layout .layoutnote .layoutleft .mySwiper .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: auto;
}
.layout .layoutnote .layoutleft .mySwiper .swiper-wrapper .swiper-slide::-webkit-scrollbar {
  background-color: #fff;
  width: 0;
  height: 0;
}
.layout .layoutnote .layoutleft .mySwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.layout .layoutnote .layoutleft .mySwiper .swiper-wrapper .swiper-slide video {
  width: 100%;
}
.layout .layoutnote .layoutleft .mySwiper .swiper-button-next {
  background: rgba(255, 255, 255, 0.9);
  outline: none;
  transition: all 0.5s;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 2px 7px 18px 3px rgba(153, 153, 153, 0.19);
}
.layout .layoutnote .layoutleft .mySwiper .swiper-button-next::after {
  color: #333;
  font-size: 16px;
}
.layout .layoutnote .layoutleft .mySwiper .swiper-button-prev {
  background: rgba(255, 255, 255, 0.9);
  outline: none;
  transition: all 0.5s;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 2px 7px 18px 3px rgba(153, 153, 153, 0.19);
}
.layout .layoutnote .layoutleft .mySwiper .swiper-button-prev::after {
  color: #333;
  font-size: 16px;
}
.layout .layoutnote .layoutleft .mySwiper .hide {
  opacity: 0;
}
.layout .layoutnote .layoutleft .mySwiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}
.layout .layoutnote .layoutleft .mySwiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.layout .layoutnote .layoutleft .video {
  width: 100%;
  height: 100%;
}
.layout .layoutnote .layoutleft video {
  width: 100%;
  height: 100%;
}
.layout .layoutnote .layoutright {
  box-sizing: border-box;
  width: 400px;
  border-left: 0.5px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.layout .layoutnote .layoutright .author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  padding: 20px 30px;
  transition: all 0.2s;
  border-bottom: 0.5px solid transparent;
  box-sizing: border-box;
}
.layout .layoutnote .layoutright .author .inof {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #333;
}
.layout .layoutnote .layoutright .author .inof .face {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 0.5px solid #ebebeb;
  margin-right: 12px;
}
.layout .layoutnote .layoutright .author .follow {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  width: 68px;
  height: 36px;
  background: #ff2442;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s;
}
.layout .layoutnote .layoutright .scroller {
  transition: all 0.4s;
  overflow-y: scroll;
  flex-grow: 1;
}
.layout .layoutnote .layoutright .scroller::-webkit-scrollbar {
  background-color: #fff;
  width: 0;
  height: 0;
}
.layout .layoutnote .layoutright .scroller .notecontent {
  padding: 10px 0 20px;
  margin: 0 30px;
  color: #333;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
}
.layout .layoutnote .layoutright .scroller .notecontent .title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
}
.layout .layoutnote .layoutright .scroller .notecontent p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #333;
  margin-bottom: 10px;
}
.layout .layoutnote .layoutright .scroller .notecontent .time {
  margin-top: 10px;
  font-size: 12px;
  line-height: 24px;
  color: rgba(51, 51, 51, 0.6);
}
.layout .layoutnote .dyleft {
  display: none;
}
.layout .layoutnote .dybot {
  display: none;
}
@media (max-width: 1200px) {
  .layout {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    height: 100vh;
    background: #000000;
    z-index: 9999;
    transition: all 0.4s;
    display: none;
  }
  .layout .close {
    display: none;
  }
  .layout .nav {
    padding: 0.3rem 0.3rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 998;
    display: block;
  }
  .layout .nav .icon {
    width: 0.3rem;
  }
  .layout .bigswiper {
    width: 100%;
    height: 100%;
  }
  .layout .bigswiper .swiper-slide {
    position: relative;
  }
  .layout .bigswiper .swiper-pagination {
    display: none;
  }
  .layout .bigswiper .swiper-button-prev {
    display: none;
  }
  .layout .bigswiper .swiper-button-next {
    display: none;
  }
  .layout .layoutnote {
    width: 100%;
    height: 100vh;
    flex-wrap: wrap;
    overflow-y: scroll;
    border-radius: 0;
    background: #000000;
  }
  .layout .layoutnote .layoutleft {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #EEEEEE;
  }
  .layout .layoutnote .layoutright {
    display: none;
  }
  .layout .layoutnote .dyleft {
    position: absolute;
    right: 0.3rem;
    bottom: 2.5rem;
    z-index: 999;
    width: 0.88rem;
    display: block;
  }
  .layout .layoutnote .dyleft .pic {
    position: relative;
  }
  .layout .layoutnote .dyleft .pic .face {
    width: 0.88rem;
    height: 0.88rem;
    background: #2D2D2D;
    border-radius: 0.44rem;
    border-radius: 50%;
  }
  .layout .layoutnote .dyleft .pic .v {
    width: 0.19rem;
    height: 0.19rem;
    position: absolute;
    bottom: 0.05rem;
    right: 0.05rem;
  }
  .layout .layoutnote .dyleft .cao li {
    width: 0.88rem;
    height: 0.88rem;
    background: #2D2D2D;
    border-radius: 50%;
    background: rgba(204, 204, 204, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-direction: column;
    font-size: 0.16rem;
    margin-top: 0.3rem;
  }
  .layout .layoutnote .dyleft .cao li img {
    width: 0.35rem;
  }
  .layout .layoutnote .dybot {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 999;
    left: 0;
    color: #ffffff;
    padding: 0.4rem;
    box-sizing: border-box;
    display: block;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
  .layout .layoutnote .dybot .jingxuan {
    width: 0.7rem;
    height: 0.4rem;
    background: #F4EDE2;
    border-radius: 0.2rem;
    font-size: 0.18rem;
    font-family: AlibabaPuHuiTi;
    font-weight: 400;
    color: #DDA236;
    text-align: center;
    line-height: 0.4rem;
  }
  .layout .layoutnote .dybot .bard {
    display: flex;
    margin-top: 0.16rem;
  }
  .layout .layoutnote .dybot .bard .bar {
    width: 1.15rem;
    height: 0.4rem;
    background: #F2F2F2;
    border-radius: 0.2rem;
    font-size: 0.2rem;
    font-family: AlibabaPuHuiTi;
    font-weight: 400;
    color: #999999;
    text-align: center;
    line-height: 0.4rem;
    margin-right: 0.14rem;
  }
  .layout .layoutnote .dybot .bard .bule {
    background: #DFE9FA;
    border-radius: 0.2rem;
    font-size: 0.2rem;
    font-family: AlibabaPuHuiTi;
    font-weight: 400;
    color: #2B5FD4;
  }
  .layout .layoutnote .dybot .infoflex {
    font-size: 0.24rem;
    font-family: AlibabaPuHuiTi;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.36rem;
    margin-top: 0.2rem;
    display: flex;
    justify-content: space-between;
  }
  .layout .layoutnote .dybot .infoflex .info {
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
  .layout .layoutnote .dybot .infoflex .infoactive {
    -webkit-line-clamp: 2;
  }
  .layout .layoutnote .dybot .infoflex .icon {
    align-self: flex-end;
    width: 0.25rem;
    height: 0.15rem;
    margin-left: 0.1rem;
    margin-bottom: 0.1rem;
    transition: all 0.3s;
  }
  .layout .layoutnote .dybot .infoflex .tractive {
    transform: rotate(180deg);
  }
  .layout .layoutnote .dybot .but {
    display: block;
    background: #C20404;
    width: 5.5rem;
    line-height: 0.7rem;
    border-radius: 0.1rem;
    color: #FFFFFF;
    text-align: center;
    margin-top: 0.2rem;
  }
}
