﻿.pop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none; }
  .pop .pop-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    filter: Alpha(Opacity=80); }
  .pop .close {
    background: url("../images/close.png");
    width: 12px;
    height: 13px;
    position: absolute;
    top: 18px;
    right: 27px;
    z-index: 50; }
  .pop .pop-con {
    background: url(../images/pop-con.png);
    width: 568px;
    height: 262px;
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .pop .pop-con h3 {
      color: #c0f4f9;
      text-align: center;
      font-size: 24px;
      margin-top: 5px; }
    .pop .pop-con .code-txt {
      text-align: center; }
    .pop .pop-con span {
      color: #c0f4f9;
      font-size: 20px;
      font-weight: bold; }
    .pop .pop-con input {
      width: 115px;
      background: none;
      border: none;
      font-size: 20px;
      font-weight: bold;
      color: #c0f4f9;
      text-align: center; }
    .pop .pop-con .con {
      width: 90%;
      height: 125px;
      margin: 10px auto; }
      .pop .pop-con .con .txt {
        display: inline-block;
        vertical-align: middle;
        text-align: justify;
        line-height: 25px;
        font-size: 17px;
        color: #c0f4f9; }
    .pop .pop-con .box {
      position: absolute;
      left: 6px;
      bottom: 0px;
      width: 133px;
      height: 89px;
      background: url(../images/btn-gift-box.png); }
  .pop .btn-div {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center; }
    .pop .btn-div a {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      vertical-align: middle;
      background: url("../images/pop-btn.png") no-repeat center;
      width: 184px;
      height: 59px;
      line-height: 59px;
      text-align: center;
      color: #24798e;
      font-size: 22px;
      font-weight: bold; }

.show {
  display: block !important;
  z-index: 999 !important; }
