
/* .article-top .section-mv .btn-wrap {
  position: fixed;
  right: 10px;
  bottom: 10px;
} */
.btn-wrap_fixed{
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
  z-index: 1000;
}
.btn-wrap_fixed a{
  font-size: 20px;
  font-weight: 700;
  padding: 28px 60px;
  height: 90px;
  width: 420px;
  text-align: left;
  border-radius: 50px;
  position: relative;
}
.btn-wrap_fixed .btn .bd{
  position: absolute;
    right: 80px;
    width: 1px;
    height: 40%;
    top: 30%;
    background: #fff;
}
.btn-wrap_fixed .btn i{
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -0.5em;
  font-size: 24px;
}
@media screen and (max-width: 600px){
  .btn-wrap_fixed{
    width: 100%;
  }
  .btn-wrap_fixed a{
    width: 100%;
    margin-top: 30px;
    font-size: 3.4666666667vw;
    height: 60px;
    padding: 16px 40px;
  }
}