.Bnr{
  position: relative;
  margin: 0 auto;
  width: 100%;
  display: none;
  z-index: 10000;
}
.Bnr .Bnr__img{
  position: fixed;
  bottom: 220px;
  right: 30px;
  z-index: 200;
}
.Bnr .Bnr__img2{
  position: fixed;
  bottom: 250px;
  right: 30px;
  z-index: 200;
}
.Bnr .Bnr__img3{
  position: fixed;
  bottom: 440px;
  right: 30px;
  z-index: 200;
}

.Bnr__img__inner{
  width: 100%;
  height: auto;
  box-sizing:border-box;
}
.Bnr .Bnr__img__inner a{
  display: block;
}
.Bnr .Bnr__img p.close2{
	top: -15px;
	right: -15px;
    position: absolute;
	cursor: pointer;
    transition: opacity 0.3s ease-out;
}

.Bnr .Bnr__img2 p.close2{
	top: -15px;
	right: -15px;
    position: absolute;
	cursor: pointer;
    transition: opacity 0.3s ease-out;
}
.Bnr .Bnr__img3 p.close2{
	top: -15px;
	right: -15px;
    position: absolute;
	cursor: pointer;
    transition: opacity 0.3s ease-out;
}


@media screen and (max-width: 768px){

.Bnr__img__inner img{
  width: 150px!important;
  right: 10px;
  bottom: 10px;
    }
  .Bnr .Bnr__img{
    bottom: 230px;
    }
  .Bnr .Bnr__img2{
    bottom: 180px;
    }
  .Bnr .Bnr__img3{
    bottom: 390px;
    }
}

@media screen and (min-width: 769px){

.Bnr__img__inner img{
  width: 210px!important;
    }
}