.box {
  overflow: hidden;
  background-color: #f3f5f9;
}

.banner {
  position: relative;
  width: 100%;
  height: 527px;
  padding-top: 195px;
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

.txt {
  margin-bottom: 5px;
  font-size: 45px;
  color: #fff;
  text-shadow: 1px 1px #ab08f4, -1px -1px #ab08f4, 1px -1px #ab08f4, -1px 1px #ab08f4, 3px 3px #ab08f4, 3px 2px #ab08f4, 3px 3px #ab08f4, 3px 3px #ab08f4, 3px 3px #ab08f4;
}

.txt01 {
  font-size: 120px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px #ab08f4, -1px -1px #ab08f4, 1px -1px #ab08f4, -1px 1px #ab08f4, 5px 5px #ab08f4, 6px 4px #ab08f4, 4px 4px #ab08f4, 4px 4px #ab08f4, 4px 4px #ab08f4;
}

.txt02 {
  font-size: 66px;
  color: #fff;
  text-shadow: 1px 1px #ab08f4, -1px -1px #ab08f4, 1px -1px #ab08f4, -1px 1px #ab08f4, 3px 3px #ab08f4, 3px 2px #ab08f4, 3px 3px #ab08f4, 3px 3px #ab08f4, 3px 3px #ab08f4;
}

.title {
  display: table;
  position: relative;
  margin: 0 auto 62px auto;
  font-size: 44px;
  font-weight: bold;
}

.title:before {
  content: " ";
  position: absolute;
  top: 11px;
  left: -240px;
  display: block;
  width: 234px;
  height: 36px;
  background: url(../images/title_l.png) no-repeat center;
}

.title:after {
  content: " ";
  position: absolute;
  top: 13px;
  right: -240px;
  display: block;
  width: 234px;
  height: 36px;
  background: url(../images/title_r.png) no-repeat center;
}

.title span {
  color: #5e19c1;
}

.box01 {
  margin-top: 50px;
  margin-bottom: 75px;
}

.box01_container {
  padding-top: 35px;
}

.girl {
  position: relative;
  float: left;
}

.rule_border {
  position: relative;
  border: 10px solid #dcd4f1;
  border-top: none;
  width: 560px;
  height: 344px;
  border-radius: 0 0 15px 15px;
  margin-bottom: 60px;
}

.girl .rule_container {
  height: 344px;
}

.rule_container {
  position: absolute;
  bottom: 0;
  width: 480px;
  height: 344px;
  padding: 20px 40px 0 40px;
  border-radius: 0 0 6px 6px;
  background-color: #fff;
}

.rule_title {
  width: 300px;
  height: 55px;
  margin: -50px auto 0 auto;
  line-height: 55px;
  font-size: 26px;
  background-color: #a887dd;
  text-align: center;
  color: #fff;
}

.rule_list {
  margin-top: 30px;
}

.rule_list li {
  line-height: 40px;
  font-size: 19px;
}

.rule_list li span {
  font-weight: bold;
}

.icon_list li {
  position: relative;
  width: 240px;
  padding: 20px 25px;
  margin-bottom: 25px;
  background-color: #af83e3;
  border-radius: 12px;
  color: #fff;
}

.icon_tips {
  margin-bottom: 18px;
  font-size: 22px;
}

.icon_list li p {
  line-height: 30px;
}

.icon_list li.active {
  width: 194px;
  margin-left: 46px;
}

.icon_list li img {
  position: absolute;
}

.line01 {
  top: 110px;
  right: -173px;
}

.line02 {
  top: 90px;
  right: -120px;
}

.line03 {
  top: -20px;
  right: -159px;
}

.line04 {
  bottom: 38px;
  right: -166px;
  z-index: 2;
}

.girl_icon {
  position: absolute;
  bottom: 110px;
  right: 10px;
}

.boy {
  position: relative;
  float: right;
}

.boy .rule_title {
  background-color: #7186f5;
}

.boy .rule_border {
  border-color: #ccd3f8;
}

.boy .icon_list li {
  background-color: #7186f5;
}

.boy .icon_list li.active {
  margin-left: 0;
}

.boy_icon {
  position: absolute;
  bottom: 165px;
  left: 15px;
}

.boy img {
  position: absolute;
}

.line05 {
  top: 115px;
  left: -165px;
}

.line06 {
  top: 20px;
  left: -123px;
}

.line07 {
  top: -22px;
  left: -138px;
}

.line08 {
  top: -20px;
  left: -143px;
  z-index: 2;
}

.box02 {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 50px;
  background-image: url(../images/bg.png);
  background-position: center;
}

.box02 .title {
  color: #fff;
}

.box02 .title:before, .box04 .title:before {
  background: url(../images/title_l01.png) no-repeat center;
}

.box02 .title:after, .box04 .title:after {
  background: url(../images/title_r01.png) no-repeat center;
}

.box02_list {
  position: relative;
  float: left;
  width: 320px;
  height: 670px;
  padding: 40px 30px 0 30px;
  margin-bottom: 40px;
  border-radius: 16px 0 16px 0;
  background-color: #efe8f9;
  overflow: hidden;
  transition: transform .5s ease;
}

.box02_list:hover {
  transform: translateY(-5px);
}

.box02_list:nth-child(2) {
  margin-left: 30px;
  margin-right: 30px;
}

.box02_list:nth-child(4) {
  margin-left: 204px;
  margin-right: 30px;
}

.img01 {
  margin: 90px auto 32px auto;
}

.img02 {
  margin: 0 auto 26px auto;
}

.img03 {
  margin: 30px auto 18px auto;
}

.img04 {
  margin: 30px auto 32px auto;
}

.img05 {
  margin: 14px auto 32px auto;
}

.box02_list_tips {
  position: relative;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  z-index: 2;
}

.box02_content {
  line-height: 40px;
  text-indent: 2em;
}

.look {
  display: block;
  width: 130px;
  height: 45px;
  margin: 0 auto;
  line-height: 45px;
  color: #fff;
  font-size: 20px;
  border-radius: 40px;
  background-color: #a887dd;
  text-align: center;
  transition: opacity .5s ease;
}

.look:hover {
  opacity: .8;
}

.look02 {
  background-color: #8caf74;
}

.look03 {
  background-color: #ddb762;
}

.look04 {
  background-color: #dc6963;
}

.look05 {
  background-color: #7186f5;
}

.box02_bg {
  position: absolute;
  top: -85px;
  left: -50px;
  width: 459px;
  height: 158px;
  background-repeat: no-repeat;
}

.box02_bg01 {
  background-image: url(../images/bg01.png);
}

.box02_bg02 {
  background-image: url(../images/bg02.png);
}

.box02_bg03 {
  background-image: url(../images/bg03.png);
}

.box02_bg04 {
  background-image: url(../images/bg04.png);
}

.box02_bg05 {
  background-image: url(../images/bg05.png);
}

.box03 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.box03_container {
  height: 243px;
  padding: 40px 64px 0 64px;
  background-image: url(../images/box03.png);
  background-repeat: no-repeat;
}

.box03_t {
  border-bottom: 1px dashed #d7cded;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.box03_t p {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 24px;
}

.box03_t div {
  line-height: 34px;
}

.box03_b {
  color: #dc6963;
  font-size: 24px;
  line-height: 34px;
}

.box04 {
  width: 100%;
  padding-top: 90px;
  background-image: url(../images/bg.png);
  background-position: center;
}

.box04 .title {
  color: #fff;
}

.circle {
  position: relative;
  width: 1190px;
  height: 597px;
  margin: 0 auto;
  background-image: url(../images/circle.png);
  background-repeat: no-repeat;
  color: #fff;
  font-size: 26px;
}

.num {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 2px solid #9e54de;
  margin-right: 15px;
  background-color: #e1d2f3;
  line-height: 32px;
  border-radius: 50%;
  text-align: center;
  color: #5e19c1;
}

.circle>div {
  position: absolute;
}

.circle01 {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.circle02 {
  top: 176px;
  left: 110px;
}

.circle03 {
  top: 176px;
  right: 90px;
}

.circle04 {
  top: 340px;
  left: 50%;
  transform: translateX(-50%);
}

.circle05 {
  top: 460px;
  left: 30px;
}

.circle06 {
  top: 460px;
  right: 30px;
}

.box05 {
  margin-top: 90px;
}

.region {
  margin-bottom: 60px;
}

.region a {
  float: left;
  width: 100px;
  height: 38px;
  margin-right: 22px;
  margin-bottom: 30px;
  line-height: 38px;
  border-radius: 40px;
  background-color: #b79de3;
  transition: background-color .5s ease;
  color: #fff;
  text-align: center;
}

.region a:nth-child(10n) {
  margin-right: 0;
}

.region a:hover {
  background-color: #5e19c1;
}

.fixed {
  display: none;
  position: fixed;
  top: 200px;
  right: 75px;
  width: 258px;
  height: 98px;
  padding-top: 150px;
  background-image: url(../images/tutu.png);
  background-repeat: no-repeat;
  text-align: center;
}

.fixed a {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

@media only all and (min-width:2000px) {
  .banner {
    background-size: 100%;
  }
}

@media only all and (max-width:1700px) {
  .fixed {
    right: 0;
  }
}

@media only all and (max-width:1200px) {
  .fixed {
    display: none !important;
  }
}

@media only all and (max-width:1080px) {
  .banner {
    height: 18.25rem;
    padding-top: 0;
    background-image: url(../images/m_banner.png);
    background-size: 100%;
  }

  .border, .txt, .txt01, .txt02 {
    display: none;
  }

  .box01 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .title {
    margin: 0 auto 1rem auto;
    font-size: 1rem;
  }

  .box01_container {
    padding-top: 3.8rem;
  }

  .girl {
    float: none;
  }

  .rule_title {
    width: 10rem;
    height: 1.5rem;
    margin: -1rem auto 0 auto;
    line-height: 1.5rem;
    font-size: .85rem;
  }

  .rule_list {
    margin-top: .75rem;
  }

  .rule_border {
    border: .25rem solid #dcd4f1;
    border-top: none;
    width: 96%;
    height: 10rem;
    border-radius: 0 0 .375rem .375rem;
    margin-bottom: 1rem;
  }

  .rule_list li {
    margin-bottom: .5rem;
    line-height: 1.2rem;
    font-size: .75rem;
  }

  .girl .rule_container {
    height: auto;
  }

  .rule_container {
    width: calc(100% - 2rem);
    height: auto;
    padding: .5rem 1rem 1rem 1rem;
    border-radius: 0 0 .15rem .15rem;
  }

  .icon_list li, .icon_list li.active {
    width: calc(100% - 1rem);
    padding: .5rem;
    margin-bottom: .5rem;
    margin-left: 0;
    border-radius: .3rem;
  }

  .icon_tips {
    margin-bottom: .2rem;
    font-size: .85rem;
  }

  .icon_list li p {
    line-height: 1.2rem;
  }

  .boy {
    float: none;
  }

  .girl_icon, .boy_icon, .icon_list li img {
    display: none;
  }

  .boy .rule_border {
    margin-top: 4rem;
    height: 16rem;
  }

  .box02 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .title:before, .title::after {
    display: none;
  }

  .box02_list {
    width: calc(100% - 1rem);
    height: auto;
    padding: 1rem .5rem;
    margin-bottom: 1rem;
    border-radius: .4rem 0 .4rem 0;
  }

  .box02_bg {
    top: -2.125rem;
    left: -1.25rem;
    width: 11.475rem;
    height: 3.95rem;
    background-size: 100%;
  }

  .box02_list_tips {
    margin-bottom: .5rem;
    font-size: 1.1rem;
  }

  .box02_content {
    line-height: 1.4rem;
  }

  .box02_list img {
    margin: .5rem auto 1rem auto;
  }

  .img01 {
    width: 5.5rem;
  }

  .img02, .img03 {
    width: 4.5rem;
  }

  .img04 {
    width: 3.5rem;
  }

  .img05 {
    width: 4rem;
  }

  .look {
    width: 6rem;
    height: 2rem;
    margin: 0 auto;
    line-height: 2rem;
    font-size: .8rem;
    border-radius: 1rem;
  }

  .box02_list:nth-child(2), .box02_list:nth-child(4) {
    margin-left: 0;
    margin-right: 0;
  }

  .box03 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .box03_container {
    padding: 1rem 1rem .6rem 1rem;
    background-image: none;
    box-shadow: 0 0 .5rem #ddd;
    border-radius: .5rem;
  }

  .box03_t {
    padding-bottom: .7rem;
    margin-bottom: .5rem;
  }

  .box03_t p {
    margin-bottom: .4rem;
    font-size: .9rem;
  }

  .box03_t div {
    line-height: 1.2rem;
  }

  .box03_b {
    font-size: .8rem;
    line-height: 1.4rem;
  }

  .box04 {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .circle {
    width: 100%;
    height: 10rem;
    background-image: none;
    font-size: .8rem;
  }

  .circle>div {
    position: static;
    transform: translateX(0);
    margin-bottom: .5rem;
  }

  .num {
    width: 1rem;
    height: 1rem;
    border: 0.05rem solid #9e54de;
    margin-right: .375rem;
    line-height: 1rem;
  }

  .box05 {
    margin-top: 1.5rem;
  }

  .region {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .region a {
    width: 24.25%;
    height: 1.5rem;
    margin-right: 1%;
    margin-bottom: .75rem;
    line-height: 1.5rem;
    border-radius: 1rem;
  }

  .region a:nth-child(10n) {
    margin-right: 1%;
  }

  .region a:nth-child(4n) {
    margin-right: 0;
  }
}
