.figure {position: relative;line-height: 1.2;overflow: hidden;z-index: 1;}
.figure__top {position: absolute;width: 30%;top: 9%;left: 0.4%;text-align: center;}
.figure__center {position: absolute;width: 46%;height: 1em;top: -21%;bottom: 0;left: -22%;right: 0;margin: auto;text-align: center;}
.figure__bottom {position: absolute;bottom: 40%;left: 0;right: 0;width: 100%;text-align: center;}
.figure__bottom__left {position: absolute;top: 0;left: 0.4%;width: 30%;}
.figure__bottom__center {position: absolute;top: 0;left: 0;right: 0;margin: 0 auto;width: 35%;left: 0;right: -25%;}
.figure__bottom__right {position: absolute;top: 0;right: -0.1%;width: 30%;}


@media all and (max-width:739px){
.box-scloll{width:100%;padding: 6px;background: #F5F5F5;}
.box-scloll-inr{width:100%;overflow-x:auto;overflow-y: hidden;background: #fff;}
.box-scloll img {width: 100%;height: auto;}
::-webkit-scrollbar{
  height: 6px;
}
::-webkit-scrollbar-track{
  background: #F5F5F5;
  border: none;
  border-radius: 10px 0px 0px 10px;
  box-shadow: none; 
}
::-webkit-scrollbar-thumb{
  background: #ccc;
  border-radius: 10px;
  box-shadow: none;
}   
.figure {min-width: 1060px;margin-left: -70px;}
}