.museum_link {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.museum_banner {
  width: 100%;
  height: auto;
}
.link_main {
  width: 50%;
  height: 52px;
  justify-content: center;
  font-family: EquitanSansBold;
  font-weight: bold;
  font-size: 20px;
}
.link_block {
  width: fit-content;
  color: #000000 !important;
}
.line {
  border-right: 1px solid #000000;
}
.electronic {
  padding: 150px 170px 130px 170px;
}
.electronic_text {
  font-weight: bold;
  font-size: 32px;
  color: #000000;
  text-align: center;
}
.electronic_align {
  margin-top: 80px;
}
.electronic_main {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.electronic_content {
  width: 632px;
  font-family: EquitanSansRegular;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  line-height: 28px;
  text-align: center;
}
.electronic_link {
  width: 387px;
  height: 38px;
  background: #ffffff;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 96px;
}
.electronic_section {
  font-family: EquitanSansBold;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
}
.float_line::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 53px;
  background: #000000;
content: "";
}
.wearit{
  border-top: 1px solid #000;
  padding-top: 100px;
  
}
.wearit_head{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wearit_title{
font-family:"EquitanSansBold";
font-weight: bold;
font-size: 32px;
color: #000000;
margin-bottom: 40px;
}
.wearit_content{
font-family:"EquitanSansRegular";
font-weight: 400;
font-size: 16px;
color: #000000;
line-height: 19px;
text-align: center;
width: 1097px;
text-transform: uppercase;
}
.wearit_frame,.wearit_frames{
  width: 598px;
  height: 654px;
  background-image: url('../static/frame_0.png');
  background-size: 100% 100%;
  position: relative;
}
.model_img,.product_straight{
  width: 342px;
  height: 486px;
  position: absolute;
  top: 300px;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .3s;
}
.model_img:hover{
  opacity: 0;
}
.similar_scroll {
  overflow: hidden;
  position: relative;
  margin-top: 80px;
}
.swiper-slide{
  width: auto;
}
.brief{
  width: 487px;
}
.slide-next,.slide-previous{
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 11;
  font-size: 25px;
  color: #000!important;
  cursor: pointer;
}
.slide-next{
right: 10px;
}
.slide-previous{
  left: 30px;
}
.exhibit{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 60px 60px 60px;
}
.wearit_frames{
background-image: url('../static/frame_1.png');
width: 555px;
height: 650px;
margin:30px auto 0 auto;
}
.picture_straight{
  width: 374px;
  height: 532px;
  top: 340px;
  left:285px;
}
.similar_scroll,.slide-next{
  /* display: block !important; */
}
.brief-swiper{
  overflow: hidden;
  position: relative;
}
.wearit[id="section2"]{
  padding: 100px 4% 80px 4%;
}