@charset "utf-8";
/* random_img_layer begin */

.random_img_layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
  font-weight: 300;
  display: none;
  overflow: auto;
}

.close_random_img {
  background: url(../../images/idp/ic_close_random.png) no-repeat center;
  background-size: contain;
  width: 0.33rem;
  height: 0.33rem;
  color: #fff;
  font-size: 0.24rem;
  position: absolute;
  right: 0;
  top: -0.2rem;
}
.random_img_layer .nsrch_wrp {
  width: 6.7rem;
  margin: 0 auto;
  color: #fff;
  padding: 0.3rem 0;
  font-weight: 300;
  position: relative;
  top: 2.5rem;
}

.random_img_layer .random_img {
  width: 6.7rem;
}
/* random_img_layer end */