
@-webkit-keyframes pop-loading {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2516px 0;
  }
}

@-moz-keyframes pop-loading {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2516px 0;
  }
}

@-ms-keyframes pop-loading {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2516px 0;
  }
}

@-o-keyframes pop-loading {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2516px 0;
  }
}

@keyframes pop-loading {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2516px 0;
  }
}

.pop-bg {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #000;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=0.5* 100);
}

.pop-box {
  width: 362px;
  background: #f2f2f2;
  margin: 0px 0px 0px -218.5px;
  position: absolute;
  left: 50%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.pop-box .pop-close {
  display: block;
  width: 20px;
  height: 20px;
  background: center center url("img/close.png") no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.pop-box .pop-close:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.pop-box .pop-content {
  height: 100%;
  word-break: break-all;
}

.pop-box .pop-content .pop-title {
  color: #5e5e5e;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  padding-top: 35px;
}

.pop-box .pop-content .pop-center {
  height: 100%;
  padding: 22px 28px 30px;
  position: relative;
  z-index: 5;
}

.pop-box .pop-content .pop-center > table {
  width: 100%;
  height: 100%;
}

.pop-box .pop-content .pop-center > table > tbody > tr > td {
  position: relative;
}

.pop-box .pop-content .pop-center .pop-warn-box, .pop-box .pop-content .pop-center .pop-right-box {
  overflow: hidden;
  margin: 20px 10px;
}

.pop-box .pop-content .pop-center .icon-warn, .pop-box .pop-content .pop-center .icon-right {
  width: 90px;
  height: 90px;
  background: center center url("img/warn.png") no-repeat;
  margin: 0px auto 25px;
}

.pop-box .pop-content .pop-center .icon-right {
  background: center center url("img/right.png") no-repeat;
}

.pop-box .pop-content .pop-center .pop-text {
  color: #5e5e5e;
  font-size: 18px;
}

.pop-box .pop-content .pop-btn-confirm,
.pop-box .pop-content .pop-btn-cancel {
  width: 100%;
  height: 52px;
  line-height: 52px;
}

.pop-box table, .pop-box tbody, .pop-box thead, .pop-box th, .pop-box tr, .pop-box td {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.pop-type-doublebtn, .pop-type-confirm, .pop-type-alert {
  width: 460px;
  background-color: #fff;
}

.pop-type-doublebtn .pop-close, .pop-type-confirm .pop-close, .pop-type-alert .pop-close {
  width: 15px;
  height: 15px;
  background: 0px 0px url("img/close_small.png") no-repeat;
  right: 15px;
  top: 20px;
}

.pop-type-doublebtn .pop-content .pop-title, .pop-type-confirm .pop-content .pop-title, .pop-type-alert .pop-content .pop-title {
  padding-top: 0;
  padding-left: 20px;
  font-size: 16px;
  font-weight: normal;
  line-height: 54px;
  background: #f7f8fa;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pop-type-doublebtn .pop-content .pop-center, .pop-type-confirm .pop-content .pop-center, .pop-type-alert .pop-content .pop-center {
  height: auto;
}

.pop-type-doublebtn .pop-content .pop-btn-wrap, .pop-type-confirm .pop-content .pop-btn-wrap, .pop-type-alert .pop-content .pop-btn-wrap {
  padding-bottom: 30px;
  text-align: center;
}

.pop-type-doublebtn .pop-content .pop-btn-confirm, .pop-type-doublebtn .pop-content .pop-btn-cancel, .pop-type-confirm .pop-content .pop-btn-confirm, .pop-type-confirm .pop-content .pop-btn-cancel, .pop-type-alert .pop-content .pop-btn-confirm, .pop-type-alert .pop-content .pop-btn-cancel {
  display: inline-block;
  width: 118px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  margin: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.pop-type-doublebtn .pop-content .pop-btn-confirm, .pop-type-confirm .pop-content .pop-btn-confirm, .pop-type-alert .pop-content .pop-btn-confirm {
  color: #fff;
  background-color: #28a3ef;
  border: 1px solid #28a3ef;
}

.pop-type-doublebtn .pop-content .pop-btn-confirm:hover, .pop-type-confirm .pop-content .pop-btn-confirm:hover, .pop-type-alert .pop-content .pop-btn-confirm:hover {
  background-color: #53b5f2;
}

.pop-type-doublebtn .pop-content .pop-btn-cancel, .pop-type-confirm .pop-content .pop-btn-cancel, .pop-type-alert .pop-content .pop-btn-cancel {
  color: #666;
  background-color: #fff;
  border: 1px solid #e8e9eb;
}

.pop-type-doublebtn .pop-content .pop-btn-cancel:hover, .pop-type-confirm .pop-content .pop-btn-cancel:hover, .pop-type-alert .pop-content .pop-btn-cancel:hover {
  border-color: #cacbcc;
}

.pop-type-alert .pop-center {
  font-size: 16px;
}

.icon-pop-loading {
  text-align: center;
}

.icon-pop-loading span {
  display: inline-block;
  width: 68px;
  height: 68px;
  background: 0px 0px url("img/loading.png") no-repeat;
  -moz-animation: pop-loading 2s steps(37) infinite;
  -webkit-animation: pop-loading 2s steps(37) infinite;
  -o-animation: pop-loading 2s steps(37) infinite;
  -ms-animation: pop-loading 2s steps(37) infinite;
  animation: pop-loading 2s steps(37) infinite;
}

.pop-type-loading {
  width: 259px;
  height: 164px;
  background: #35373f;
  opacity: 0.72;
}

.pop-type-loading .pop-content-box {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}

.pop-type-loading-bg {
  background: none !important;
}
