.rule-model {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}
.rule-modelCon {
  width: 90%;
  height: auto;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%);
  z-index: 120;
}
.model_img{
  height: 460px;
  overflow: auto;
  border-radius: 10px;
}
/* .modelTopImg{
    position: absolute;
    width: 90%;
    margin-left: 5%;
    z-index: 4;
    top: 0;
} */
.closeImg {
  width: 12%;
  margin-left: 44%;
  margin-top: 15px;
}
.modelContent {
  width: 100%;
  height: auto;
  z-index: 2;
  left: 0;
  top: 14px;
  position: absolute;
  text-align: center;
}
.modelContent-text {
  background: #fff;
  padding: 80px 15px 30px 15px;
  border-radius: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}
.toFlow {
  position: fixed;
  top: 37%;
  right: 0;
  background-color: #fff;
  color: #28707f;
  box-shadow: #28707f 0px 1px 1px 1px;
  font-size: 16px;
  border-radius: 12px 0 0 0;
  line-height: 26px;
  padding: 4px 10px;
}
@media screen and (min-width: 1200px) {
  .rule-model {
    width: 33.3% !important;
    margin-left: 33.33333%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .rule-model {
    width: 40% !important;
    margin-left: 30%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .rule-model {
    width: 50% !important;
    margin-left: 25%;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .rule-model {
    width: 60% !important;
    margin-left: 20%;
  }
}
