.jf-mask_b2mbn {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }

.jf-modal_2ju2m {
  background-position: top center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 10000;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 85%;
  margin: 0 auto;
  justify-content: inherit; }
  .jf-modal__title_rkMJZ {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 40px 20px 10px 20px;
    box-sizing: border-box;
    line-height: 25px;
    object-fit: cover;
    font-size: 15px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center; }
  .jf-modal__close_1H1jG {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center; }

.rule-content_uW0i4 {
  list-style: none;
  width: 80%;
  height: 300px;
  margin: 0 auto;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
  font-family: "Arial"; }
  .rule-content_uW0i4 li {
    color: #99edff;
    display: block;
    position: relative;
    text-align: left; }
  .rule-content__close-icon_18gYI {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px; }

.rule-btn_8MmXQ {
  margin: 20px 0;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  color: #BE6F5E;
  font-size: 14px;
  font-weight: bold; }

.product_eXMMB {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
  margin-bottom: 10px; }
  .product_eXMMB .product-item_3QQ-U {
    background-size: auto 100%;
    margin-bottom: 10px; }
  .product_eXMMB img {
    margin: 0; }

