.btn-alley, .btn-alley:hover, .btn-alley:active, .btn-alley:focus, .btn-alley:visited,
.btn-default, .btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:visited {
  color: #fff;
}

.btn-alley:focus, .btn-default:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #ff990052;
          box-shadow: 0 0 0 0.2rem #ff990052;
}

.pr {
  position: relative;
}

.overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.dialog-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden auto;
}

.dialog-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dialog-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.dialog-content {
  cursor: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dialog-content-popup, .dialog-content-popup-2, .dialog-content-popup-3, .dialog-content-popup-t {
  position: relative;
  margin: 35px auto;
  width: 400px;
  text-align: center;
  background: #FFF;
  border-radius: 4px;
  padding: 22px 20px;
  zoom: 1;
}

.dialog-content-popup-2 {
  width: 600px;
  padding: 18px;
}

.dialog-content-popup-3 {
  width: 550px;
  padding: 18px;
}

.dialog-content-popup-t {
  width: 550px;
  background: transparent;
}

.dialog_title {
  font-size: 20px;
}

.dialog_info {
  font-size: 1em;
  font-weight: 300;
}

.dialog_info-2 {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
}

.txt-center .wide-l {
  width: 250px;
}

.sumbit-group {
  padding: 0;
}

.clbts {
  display: inline-block;
  position: absolute;
  right: -15px;
  top: -45px;
}

.bt-slug {
  position: relative;
  height: 36px;
}

.bt-slug .clbts {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
}

.dialog-content-popup:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.dialog-bt-outside {
  width: 100%;
}

.trn-off-btn {
  position: absolute;
  top: -5px;
  right: 0;
  color: #000;
  font-weight: 800;
}

.trn-off-btn-2 {
  position: absolute;
  top: 3px;
  right: 0;
  color: #fbb03b;
  font-weight: 400;
}

.unselect {
  border: #efefef 1px solid;
}

.selected {
  border-radius: 10px;
  border: #fbb03b 2px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.confirm-bottom {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  position: absolute;
  border-radius: 5px;
  bottom: 0px;
  left: 0;
  z-index: 500;
}

.pbt-up {
  padding-bottom: 50px;
}

.pubg-bt {
  height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}

.oops-frm {
  width: 100%;
  position: absolute;
  left: 0;
  top: -60px;
}

.oops {
  width: 120px;
}

@media screen and (max-width: 768px) {
  .dialog-content-popup {
    width: 300px;
  }
  .dialog-content-popup .txt-center .wide-l {
    width: 100%;
  }
  .dialog-content-popup-2 {
    width: 340px;
  }
}

@media screen and (max-width: 414px) {
  .dialog-content-popup-2, .dialog-content-popup-3, .dialog-content-popup-t {
    width: 360px;
    padding: 18px;
  }
  .dialog-content-popup-t {
    padding: 0 5px;
  }
}

@media screen and (max-width: 375px) {
  .dialog-content-popup-2, .dialog-content-popup-3, .dialog-content-popup-t {
    width: 340px;
    padding: 18px;
  }
  .dialog-content-popup-t {
    padding: 0 5px;
  }
}

@media screen and (max-width: 375px) and (max-height: 667px) {
  .dialog-content-popup-2, .dialog-content-popup-3, .dialog-content-popup-t {
    width: 340px;
    height: 500px;
    overflow: hidden;
    padding: 18px;
  }
  .dialog-content-popup-t {
    padding: 0 5px;
  }
  .dialog-content-popup-2-no-h {
    overflow: visible;
    height: auto;
  }
}

@media screen and (max-width: 360px) {
  .dialog-content-popup-2, .dialog-content-popup-3, .dialog-content-popup-t {
    width: 330px;
    padding: 15px;
  }
  .dialog-content-popup-t {
    padding: 0 5px;
  }
  .clbts {
    display: inline-block;
    position: absolute;
    right: -5px;
    top: -45px;
  }
}

@media screen and (max-width: 320px) {
  .dialog-content-popup {
    width: 300px;
  }
  .dialog-content-popup .txt-center .wide-l {
    width: 100%;
  }
  .dialog-content-popup-2, .dialog-content-popup-3, .dialog-content-popup-t {
    width: 280px;
  }
  .dialog-content-popup-t {
    padding: 0 5px;
  }
  .pubg-bt {
    height: 450px;
    overflow: hidden;
    overflow-y: scroll;
  }
}

.dialog-info {
  margin-bottom: 20px;
  padding: 0;
}

.srch-bar-group {
  border: #ccc 1px solid;
  border-radius: 10px;
  padding: 5px 7px;
  text-align: left;
  position: relative;
  width: 80%;
  display: inline-block;
}

.cancel-btn {
  display: inline-block;
  margin-left: 5px;
}

.icon-srch {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}

.srch-bars {
  width: 240px;
  display: inline-block;
  border: none;
}

.srch-bars:focus {
  outline: none;
}

.srch-history {
  padding: 0 15px;
  list-style: none;
}

.srch-history li {
  border-bottom: 1px #efefef solid;
  height: 32px;
  line-height: 32px;
  color: #ccc;
  text-align: left;
}

.hot-tags-title {
  text-align: left;
}

.hot-tag-frame {
  padding: 0px;
  margin: 0 auto;
  width: 100%;
  list-style: none;
}

.hot-tag-frame li {
  display: inline-block;
  padding: 0;
}

.clear-all:hover, .clear-all:focus {
  color: #fbb03b;
}

.hot-tags {
  text-align: center;
  background-color: #efefef;
  border-radius: 5px;
  color: #666;
  padding: 5px;
  margin-bottom: 10px;
  display: inline-block;
  width: 92%;
}

.hot-tags:hover, .hot-tags:active, .hot-tags:focus {
  background-color: #ccc;
  color: #666;
}

.sumbit-group a {
  font-size: 16px;
}

.spcl-ifm {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
}

iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  border: none;
}

iframe::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 768px) {
  .icon-srch {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
  }
  .srch-bars, .cancel-btn, .srch-history li, .clear-all, .hot-tags-title, .hot-tag-frame, .sumbit-group a {
    font-size: 14px;
  }
  .srch-bars {
    width: 168px;
    display: inline-block;
  }
}

@media screen and (max-width: 414px) {
  .srch-bars {
    width: 160px;
    display: inline-block;
  }
}
/*# sourceMappingURL=dialog.css.map */
