/* window popup ***************/
/* tips */
.window-tips {
  position: fixed;
  z-index: 191;
  left: 50%;
  top: 150%;
  transform: translate(-50%, -50%);
  padding: 35px 0;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  text-transform: capitalize;
  transition: all ease-in 0.3s;
}
.window-tips_icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.window-tips_icon::before {
  position: relative;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
  display: inline-block;
  color: #fff;
}
.window-tips_icon.success {
  background-color: #81d578;
}
.window-tips_icon.fail {
  background-color: rgba(185, 74, 72);
}
.window-tips_text {
  width: 232px;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.4em;
  padding: 0 15px;
  box-sizing: border-box;
}
.window-tips_text a {
  text-transform: capitalize;
  color: #ff117e;
}
.window-tips > a {
  color: #f60089;
  text-decoration: underline;
}
.window-tips--active {
  top: 50%;
  transition: all ease-in 0.3s;
}
/*end tips */
/* Loading animation */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.window-cover.show {
  display: block;
  z-index: 180;
}
.loading--light {
  position: fixed;
  display: inline-block;
  width: 7em;
  height: 6em;
  top: 50%;
  left: 50%;
  z-index: 9999;
  margin-left: -3.5em;
  margin-top: -3.5em;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  line-height: 5em;
  border-radius: 1em;
}
.loading_demo {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  margin: -8px 8px;
  animation: loading_demo linear 1s infinite;
  -webkit-animation: loading_demo linear 1s infinite;
}
.loading_demo--1 {
  animation-delay: 0s;
}
.loading_demo--2 {
  animation-delay: 0.15s;
}
.loading_demo--3 {
  animation-delay: 0.3s;
}
@keyframes loading_demo {
  0%,
  60%,
  100% {
    transform: scale(1);
  }
  30% {
    transform: scale(2.5);
  }
}
@-webkit-keyframes loading_demo {
  0%,
  60%,
  100% {
    transform: scale(1);
  }
  30% {
    transform: scale(2.5);
  }
}
/*end Loading animation */
/* windows */
.window-btn {
  display: inline-block;
  height: 54px;
  line-height: 54px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  background-color: #e4007f;
  border-radius: 5px;
  color: #fff;
  box-sizing: border-box;
}
.window-cover {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 180;
}
.window-cover_con {
  display: none;
  position: fixed;
  z-index: 180;
  padding: 39px 20px;
  left: 50%;
  top: 50%;
  background-color: #fff;
  box-sizing: border-box;
}
.window-cover_con--title {
  padding: 0;
}
.window-cover_con--title .window-con_tit {
  min-height: 50px;
  padding: 13px 20px;
  margin: 0 auto;
  text-align: left;
  border-bottom: 1px solid #CBCCCD;
  font-size: 16px;
  line-height: normal;
  font-weight: bold;
  box-sizing: border-box;
}
.window-cover_con--title .window-con_wrap {
  padding: 30px 20px;
  box-sizing: border-box;
}
.window-cover_con--light {
  background-color: #ffcddc;
}
.window-cover_con-close {
  display: inline-block !important;
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-transform: uppercase;
  font-size: 25px;
  color: #333;
  text-align: center;
  border: none;
  border-radius: 50%;
  background: none;
  cursor: pointer;
}
.window-cover_con-close::before {
  content: "\e882";
  font-family: "iconfont" !important;
  font-size: 24px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.window-cover_con_close:focus {
  outline: none;
  border: none;
}
.information_tit {
  height: 42px;
  line-height: 42px;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  background-color: #f8f8f8;
  border-radius: 2px 2px 0 0;
  text-transform: uppercase;
}
/* 确认框 */
.information_text {
  padding: 40px 20px;
  word-break: break-word;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 20px;
  font-weight: bold;
  text-align: center;
}
.information_text > a {
  text-decoration: underline;
}
.information_con {
  width: 380px;
  padding: 0;
  padding-bottom: 21px;
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  z-index: 190;
}
.information_con .buttons-set {
  justify-content: center;
}
.information_btn {
  height: 38px;
  line-height: 38px;
  padding: 0 40px;
  background-color: #fff;
  color: #0D1623;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  width: 165px;
  border: 1px solid #0D1623;
}
.information_btn--yes {
  background-color: #0D1623;
  color: #fff;
}
.information_btn--no {
  margin-left: 10px;
}
/* end 确认框 */
/*end  window弹窗部分 */
