.couplet-box-unit{
  display:none;
  position:fixed;
  top:309px;
  width:70px;
  z-index:15;
}
/*.couplet-box-unit-img{
  width:100%;
}*/
.couplet-box-unit-1{
  left: calc((100% - 1280px) / 2 - 85px);
}
.couplet-box-unit-2{
  right: calc((100% - 1280px) / 2 - 90px);
}
@media (max-width:1400px){
  .couplet-box-unit{
    width:4vw;
  }
  .couplet-box-unit-1{
    left:0;
  }
  .couplet-box-unit-2{
    right:0;
  }
}