/* line 1, popup.less */
body {
  background-color: #ffffff;
}
@media screen and (min-width: 830px) {
  /* line 20, popup.less */
  .mask_container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 830px) {
  /* line 27, popup.less */
  .mask_container {
    padding-left: .3rem;
    padding-right: .3rem;
  }
}
/*popup*/
/* line 34, popup.less */
.mask_wrap {
  z-index: 5;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* line 42, popup.less */
.mask_wrap .mask_main {
  background: rgba(66, 66, 66, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity .5s;
          transition: opacity .5s;
}
/* line 51, popup.less */
.mask_wrap .mask_main .mask_content {
  background-color: #ffffff;
  position: absolute;
  opacity: 0;
  -webkit-transform: translate(-50%,10px);
      -ms-transform: translate(-50%,10px);
          transform: translate(-50%,10px);
  -webkit-transition: -webkit-transform .5s,opacity .5s,top .5s;
          transition: transform .5s,opacity .5s,top .5s;
  top: 0;
  left: 50%;
  width: 80%;
  margin: auto;
  box-sizing: border-box;
  border-radius: 3px;
  overflow-x: hidden;
}
/* line 65, popup.less */
.mask_wrap .mask_main .mask_content .close_mask {
  width: .29rem;
  height: .28rem;
  position: absolute;
  right: .3rem;
  vertical-align: middle;
}
/* line 74, popup.less */
.mask_wrap .mask_main .slide_down {
  top: 50%;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
/* line 81, popup.less */
.mask_wrap .mask_hide {
  opacity: 0;
}
/*showMsg*/
/* line 90, popup.less */
.show_msg_wrap {
  background: rgba(66, 66, 66, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity .5s;
          transition: opacity .5s;
}
/* line 99, popup.less */
.show_msg_wrap .show_msg {
  border-radius: 5px;
  width: 400px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -200px;
  margin-top: -150px;
  background-color: #ffffff;
}
/* line 110, popup.less */
.show_msg_wrap .show_msg .show_msg_icon_wrap {
  float: left;
  margin-left: 20px;
  margin-top: 30px;
  -webkit-transition: -webkit-transform .3s;
          transition: transform .3s;
}
/* line 116, popup.less */
.show_msg_wrap .show_msg .show_msg_icon_wrap:hover {
  cursor: default;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
/* line 121, popup.less */
.show_msg_wrap .show_msg .show_msg_icon_wrap i {
  font-size: 50px;
}
/* line 126, popup.less */
.show_msg_wrap .show_msg .show_msg_icon_wrap.info {
  color: #0000ff;
}
/* line 130, popup.less */
.show_msg_wrap .show_msg .show_msg_text {
  margin-top: 30px;
  margin-left: 90px;
}
/* line 146, popup.less */
.show_msg_wrap .show_msg .show_msg_btn_group {
  text-align: center;
  position: absolute;
  bottom: 30%;
  width: 100%;
  box-sizing: border-box;
}
/* line 153, popup.less */
.show_msg_wrap .show_msg .show_msg_btn_group .btn {
  display: inline-block;
  cursor: pointer;
  border: 0;
  background-color: #9e9e9e;
  border-radius: 5px;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  color: #ffffff;
  margin-right: 10px;
  text-decoration: none;
}
/* line 167, popup.less */
.show_msg_wrap .show_msg .show_msg_btn_group .btn:last-child {
  margin-right: 0;
}
/*# sourceMappingURL=popup.css.map */