.float_right_normal {
  position: fixed;
  width: 412px;
  height: 350px;
  right: -65px;
  bottom: -380px;
  z-index: 10;
  background: url(./images/bg.png) no-repeat center/cover;
  transition: all .5s ease; }
  .float_right_normal.asia {
    background: url(./images/bg_asia.png) no-repeat center/cover; }
  .float_right_normal.on {
    bottom: 0px; }

.close_normal {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(./images/close.png) no-repeat center/cover;
  position: absolute;
  top: 30px;
  right: 80px;
  z-index: 11;
  cursor: pointer; }

.float_right_nor_a {
  position: absolute;
  bottom: 8px;
  left: 56px;
  width: 287px;
  height: 95px;
  background: url(./images/spr_btn.png) no-repeat -10px -5px;
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 32px;
  color: #fff;
  align-items: center; }
  .float_right_nor_a span {
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px; }
    .float_right_nor_a span i {
      font-weight: 300;
      font-style: normal;
      padding: 0 2px; }
  .float_right_nor_a:hover {
    background: url(./images/spr_btn.png) no-repeat -10px -103px; }

@media (max-width: 769px) {
  .float_right_normal_bg {
    width: 100%;
    height: 100%;
    background: rgba(30, 30, 32, 0.6) 0% 0% no-repeat padding-box;
    opacity: 1;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    position: fixed;
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all .3s ease;
    transform-origin: center;
    z-index: -1000;
    display: none; }
    .float_right_normal_bg.on {
      transform: scale(1);
      z-index: 999;
      display: block; }

  .float_right_normal {
    display: none;
    width: 298px;
    height: 295px;
    background: url(./images/bg_mob.png) no-repeat center/cover;
    position: fixed;
    left: 16px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1000;
    margin: auto;
    transform: scale(0);
    transition: all .3s ease;
    transform-origin: center;
    z-index: -999; }
    .float_right_normal.asia {
      background: url(./images/bg_mob_asia.png) no-repeat center/cover; }
    .float_right_normal.on {
      display: block;
      transform: scale(1);
      z-index: 1000; }
    .float_right_normal .close_normal {
      display: inline-block;
      width: 23px;
      height: 23px;
      background: url(./images/close.png) no-repeat center/cover;
      position: absolute;
      top: 20px;
      right: 40px;
      z-index: 11;
      cursor: pointer; }
    .float_right_normal .float_right_nor_a {
      position: absolute;
      bottom: 32px;
      left: 32px;
      width: 220px;
      height: 65px;
      background: url(./images/btn.png) no-repeat center/cover;
      display: flex;
      box-sizing: border-box;
      justify-content: center;
      font-family: Montserrat;
      font-size: 15px;
      font-weight: bold;
      padding-bottom: 24px;
      color: #fff;
      align-items: center; }
      .float_right_normal .float_right_nor_a span {
        font-size: 14px;
        font-weight: bold;
        padding-left: 5px; } }

/*# sourceMappingURL=style.css.map */
