.rule .kv_wrapper {
  background-image: url("../images/rule_kv_bg.png");
}
.rule .kv {
  height: 500px;
}
.rule .kv_people {
  left: -10%;
}
.rule .kv_date {
  left: 42%;
}
.rule .kv_slogan1 {
  left: 39%;
  top: 20%;
}
.rule .kv_slogan2 {
  left: 40%;
  top: 41%;
}
/**rule_wrapper**/
.rule_wrapper {
  position: relative;
  width: 1100px;
  margin: 0px auto 50px;
  z-index: 2;
}
.rule_container {
  background-color: #fff;
  border: solid 3px #fff;
  border-radius: 20px;
}
/**rule_content**/
.rule_content {
  margin: auto;
  padding: 30px;
  width: 90%;
  border-radius: 20px;
  background: #fff;
  font-size: 15px;
  line-height: 25px;
}
.rule_wrapper h1 {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  background-color: #000;
  color: #ffecc4;
  border-radius: 20px 20px 0 0;
  padding: 25px 0;
  line-height: 35px;
}
.rule_wrapper h2 {
  display: inline-block;
  margin: 10px 0;
  padding: 5px 20px;
  border-radius: 20px;
  background: #000;
  color: #ffecc4;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.rule_wrapper h3 {
  color: #9d462b;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  margin-top: 20px;
}
.rule_wrapper li {
  margin-left: 25px;
  padding: 2px 0;
  list-style-type: disc;
}
.rule a {
  display: inline-block;
}
a.link {
  color: darkred;
  font-weight: 900;
}
a.btn_back {
  display: block;
  margin: auto;
  padding: 10px 20px;
  width: 150px;
  border-radius: 50px;
  background-color: darkred;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  transition: linear .2s;
  cursor: pointer;
}
a.btn_back:hover, a.btn_back:focus, a.btn_back:active {
  background-color: tomato;
}
a.btn {
  display: block;
  width: 100px;
  padding: 5px 15px;
  border-radius: 50px;
  background-color: #000;
  color: #ffea00;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  transition: linear .2s;
  cursor: pointer;
  font-weight: bold;
  margin: auto;
}
a.btn:hover, a.btn:focus, a.btn:active {
  background-color: #ffea00;
  color: #000;
  transform: translateY(5px);
}
.gift {
  text-align: center;
}
@media screen and (max-width:1200px) {
  /**rule_container_m**/
  .rule_wrapper {
    width: 96%;
  }
  .rule_content {
    width: 98%;
  }
  .rule_wrapper h1 {
    font-size: 25px;
    padding: 15px 0;
  }
  .rule_content span {
    display: block !important;
  }
}
  @media screen and (max-width:992px) {
    .rule .kv {
      height: 43vw;
    }
  }
  @media screen and (max-width:576px) {
	  .rule_wrapper h1{
		  font-size: 18px;
	  }
	  .rule_content{
		  padding: 15px;
	  }
	}