.box {
  position: relative;
  overflow: hidden;
}

.banner {
  position: relative;
  width: 100%;
  height: 1204px;
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-position: center;
}

.txt01 {
  width: 456px;
  height: 70px;
  margin: 0 auto;
  background-color: #2b31b9;
  border-radius: 0 0 16px 16px;
  font-size: 34px;
  color: #fff;
  line-height: 70px;
  text-align: center;
}

.txt02 {
  margin: 100px auto 0 auto;
}

.border {
  width: 1200px;
  height: 131px;
  background-image: url(../images/border.png);
  background-repeat: no-repeat;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  line-height: 91px;
}

.border-span01 {
  color: #fc2604;
}

.gift {
  width: 100%;
  height: 409px;
  margin-top: 75px;
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-position: center;
}

.gift_title {
  position: relative;
  display: table;
  padding-top: 70px;
  margin: 0 auto 60px auto;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}

.gift_title span {
  color: #fefd02;
}

.gift_title::after, .gift_title::before {
  content: '';
  position: absolute;
  top: 80px;
  left: -151px;
  width: 135px;
  height: 33px;
  background-image: url(../images/title_l.png);
  background-repeat: no-repeat;
}

.gift_title::after {
  left: auto;
  right: -151px;
  background-image: url(../images/title_r.png);
}

.gift_list li {
  float: left;
}

.gift_list a {
  display: block;
}

.gift_list li img {
  float: left;
  margin-right: 10px;
}

.gift-txt {
  float: left;
  font-size: 22px;
  color: #fff;
}

.gift-txt a {
  color: #fff;
}

.gift-txt p {
  margin-top: 26px;
}

.gift-txt p span {
  font-size: 30px;
}

.gift_list02 {
  margin-left: 30px;
  margin-right: 60px;
}

.gift_list01 .gift-txt>div {
  color: #bd0306;
}

.gift_list02 .gift-txt>div {
  color: #675ef7;
}

.gift_list03 .gift-txt>div {
  color: #d1d303;
}

.gift-txt>div {
  margin-top: 20px;
}

.box01 {
  padding: 20px 0;
  background: rgba(143, 0, 0, 1);
}

.tips {
  float: left;
  margin-right: 40px;
}

.tips p {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

.tips p span {
  font-size: 40px;
}

.tips01, .tips02 {
  width: 155px;
  height: 416px;
  padding-top: 140px;
  background-image: url(../images/tips01.png);
  background-repeat: no-repeat;
  color: #fdfe03;
  font-weight: bold;
  font-size: 38px;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  line-height: 155px;
}

.form {
  float: left;
  width: 1000px;
  height: 556px;
  margin-top: 42px;
  background: rgba(228, 0, 1, 1);
  box-shadow: 2px 5px 38px 0px rgba(0, 0, 0, 0.28);
  border-radius: 20px;
}

.form_container {
  width: 824px;
  padding-top: 42px;
  margin: 0 auto;
}

.msg_wrap {
  float: left;
  border: 1px solid #fff;
  padding: 6px;
  margin-right: 30px;
  margin-bottom: 36px;
  border-radius: 40px;
}

.msg_wrap:nth-child(even) {
  margin-right: 0;
}

.select, .input {
  width: 380px;
  height: 60px;
  border-radius: 40px;
  background-color: #fff;
  font-size: 26px;
  color: #000;
  border: none;
  outline: none;
  text-indent: 1em;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.select {
  text-indent: 0;
  padding-left: 28px;
  background-image: url(../images/arrow.png);
  background-position: 90% center;
  background-repeat: no-repeat;
  background-color: #fff;
}

option::-ms-expand {
  display: none;
  background-color: red;
}

option:hover {
  color: #fff;
  background-color: #1E90FF;
}

select::-ms-expand {
  display: none;
}

.code {
  position: relative;
  width: 812px;
  padding: 6px;
  border: 1px solid #fff;
  border-radius: 40px;
  margin: 0 auto;
}

.code .input {
  width: 100%;
}

.code .send {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 382px;
  height: 60px;
  border-radius: 40px;
  background-color: #000;
  cursor: pointer;
  color: #fff;
  font-size: 22px;
}

.button {
  display: block;
  width: 480px;
  height: 90px;
  margin: 66px auto 0 auto;
  background-image: url(../images/btn.png);
  background-repeat: no-repeat;
  text-align: center;
  line-height: 98px;
  font-size: 36px;
  font-weight: bold;
  color: #fdfe03;
  cursor: pointer;
  transition: opacity .5s ease;
}

.button:hover {
  opacity: .95;
}

.line {
  width: 100%;
  height: 20px;
  background-color: #000;
}

.box02 {
  padding: 10px 0;
  background-color: #141414;
}

.download {
  float: left;
  width: 960px;
  height: 557px;
  margin-top: 30px;
  background: rgba(228, 0, 1, 1);
  box-shadow: 2px 5px 38px 0px rgba(0, 0, 0, 0.28);
  border-radius: 20px;
}

.download p {
  padding-top: 34px;
  font-size: 26px;
  color: #fff;
  line-height: 36px;
  text-align: center;
}

.download img {
  width: 370px;
  margin: 0 auto;
}

.tips.active {
  float: right;
}

.tips.active p {
  color: #e40001;
}

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

.tips02.active {
  background-image: url(../images/tips03.png);
}

#download {
  margin-top: 20px;
}

.box03 {
  padding: 10px 0;
  background-color: #900000;
}

.draw {
  float: right;
  width: 1004px;
  height: 557px;
  margin-top: 40px;
  background: rgba(228, 0, 1, 1);
  box-shadow: 2px 5px 38px 0px rgba(0, 0, 0, 0.28);
  border-radius: 20px;
}

.draw_wrap {
  position: relative;
  float: left;
  width: 520px;
  margin-left: 30px;
  text-align: center;
}

.draw_img {
  position: relative;
  width: 511px;
  height: 511px;
  background-image: url(../images/draw.png);
  background-repeat: no-repeat;
}

.pointer {
  position: absolute;
  top: 46%;
  left: 50%;
  width: 100px;
  height: 137px;
  transform: translate(-50%, -50%);
  background-image: url(../images/pointer.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

.draw_wrap p {
  font-size: 16px;
  color: rgba(253, 254, 3, 1);
}

.list {
  position: relative;
  float: right;
  width: 386px;
  margin-right: 46px;
  margin-top: 74px;
}

.list_title {
  position: relative;
  width: 357px;
  height: 71px;
  margin-bottom: 40px;
  background-image: url(../images/award01.png);
  background-repeat: no-repeat;
  text-align: center;
  color: #eb0006;
  font-weight: bold;
  line-height: 60px;
  font-size: 32px;
  z-index: 1;
}

.flower {
  position: absolute;
  top: -46px;
  left: -40px;
  width: 438px;
  height: 228px;
  background-image: url(../images/award02.png);
  background-repeat: no-repeat;
  z-index: 2;
}

.str_wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}

.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}

.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}

.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}

.award_wrap {
  height: 270px;
  overflow: hidden;
}

.infoList {
  color: #fff;
  font-size: 14px;
}

.infoList li {
  margin-bottom: 20px;
}

.infoList span {
  color: #f7d801;
}

.infoList span.active {
  color: #fff;
}

.box04 {
  padding: 10px 0;
  background-color: #141414;
}

.box04 .tips p {
  text-align: center;
}

.box04_bg {
  position: relative;
  float: left;
  width: 960px;
  height: 534px;
  margin-top: 30px;
  background-image: url(../images/bg02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 20px;
}

.box04_line {
  position: absolute;
  top: 112px;
  left: 110px;
  width: 798px;
  height: 344px;
  background-image: url(../images/line.png);
  background-repeat: no-repeat;
  z-index: 1;
}

.ball {
  position: absolute;
  border-radius: 50%;
  z-index: 2;
  background-color: rgba(255, 255, 255, .28);
  text-align: center;
  font-size: 20px;
}

.ball p {
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fff;
}

.ball01 {
  top: 35px;
  left: 60px;
  width: 280px;
  height: 250px;
  padding-top: 30px;
}

.ball01 p {
  width: 220px;
  height: 160px;
  padding-top: 60px;
}

.ball02 {
  top: 40px;
  left: 466px;
  width: 200px;
  height: 170px;
  padding-top: 30px;
}

.ball02 p {
  width: 140px;
  height: 110px;
  padding-top: 30px;
  background-color: #8b0909;
  color: #fff;
}

.ball03 {
  top: 120px;
  right: 60px;
  width: 160px;
  height: 140px;
  padding-top: 20px;
}

.ball03 p {
  width: 120px;
  height: 86px;
  padding-top: 34px;
}

.ball04 {
  bottom: 36px;
  left: 270px;
  width: 170px;
  height: 150px;
  padding-top: 20px;
}

.ball04 p {
  width: 130px;
  height: 90px;
  padding-top: 40px;
  background-color: #8b0909;
  color: #fff;
}

.ball05 {
  left: 556px;
  bottom: 46px;
  width: 210px;
  height: 180px;
  padding-top: 30px;
}

.ball05 p {
  width: 150px;
  height: 115px;
  padding-top: 35px;
}

.box05 {
  padding: 66px 0;
  background-color: #8f0000;
}

.title {
  width: 565px;
  height: 86px;
  margin: 0 auto;
  background-image: url(../images/title.png);
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 74px;
}

.books_wrap {
  margin-top: 30px;
}

.books {
  float: left;
  width: 400px;
  height: 296px;
  background-image: url(../images/books02.png);
  background-repeat: no-repeat;
  transition: transform .5s ease;
}

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

.books:last-child {
  margin-right: 0;
}

.books img {
  width: 351px;
  height: 232px;
  margin-top: 29px;
  margin-left: 31px;
  border-radius: 10px;
}

.box06 {
  padding-top: 66px;
  padding-bottom: 40px;
  background-color: #141414;
}

.box06 .title {
  margin-bottom: 52px;
}

.region {
  float: left;
  width: 156px;
  height: 98px;
  margin-right: 18px;
  margin-bottom: 16px;
  background-image: url(../images/region.png);
  background-repeat: no-repeat;
  font-size: 26px;
  line-height: 108px;
  text-align: center;
  transition: transform .5s ease;
}

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

.region:hover {
  transform: translateY(-5px);
  color: #ec0000;
}

.m_title {
  display: none;
}

@media only all and (max-width:1080px) {
  .banner_container {
    padding-bottom: 5.5rem;
    background-color: #000;
  }

  .banner {
    height: 14.525rem;
    padding-top: .7rem;
    background-image: url(../images/m_banner.png);
    background-size: 100%;
  }

  .txt01 {
    width: 10rem;
    height: 1.6rem;
    background-color: #2b31b9;
    border-radius: 1rem;
    font-size: .7rem;
    color: #fff;
    line-height: 1.6rem;
  }

  .txt02 {
    width: 16rem;
    margin-top: .3rem;
  }

  .border {
    width: 16rem;
    height: 1.5rem;
    margin: 0 auto;
    background-size: 100%;
    font-size: .75rem;
    line-height: 1.33rem;
  }

  .gift {
    height: auto;
    margin-top: 0;
    background-image: none;
  }

  .gift_title {
    padding-top: 1rem;
    margin: 0 auto 1rem auto;
    font-size: .8rem;
  }

  .gift_title::after, .gift_title::before {
    top: 1.2rem;
    left: -3.2rem;
    width: 3rem;
    height: .825rem;
    background-size: 100%;
  }

  .gift_title::after {
    left: auto;
    right: -3.2rem;
  }

  .gift_list li img {
    float: none;
    width: 3rem;
    margin: 0 auto;
  }

  .gift_list li {
    width: 33.33%;
  }

  .gift-txt {
    float: none;
    font-size: .7rem;
    text-align: center;
  }

  .gift-txt p {
    margin-top: .5rem;
  }

  .gift-txt p span {
    font-size: .8rem;
  }

  .gift-txt>div {
    margin-top: .2rem;
    font-size: .65rem;
  }

  .gift_list02 {
    margin-left: 0;
    margin-right: 0;
  }

  .tips {
    display: none;
  }

  .m_title, .title {
    display: block;
    width: 14.125rem;
    height: 2.15rem;
    margin: 0 auto;
    background-image: url(../images/title.png);
    background-repeat: no-repeat;
    background-size: 100%;
    color: #fff;
    text-align: center;
    font-size: .95rem;
    font-weight: bold;
    line-height: 1.8rem;
  }

  .box01 {
    padding: 1rem 0;
  }

  .form {
    float: none;
    width: 100%;
    height: auto;
    padding-bottom: .8rem;
    margin-top: 1rem;
    border-radius: .6rem;
  }

  .form_container {
    width: 94%;
    padding-top: 1rem;
  }

  .msg_wrap {
    width: calc(47% - 2px);
    padding: .15rem;
    margin: 0 auto .7rem auto;
    border-radius: 1rem;
  }

  .msg_wrap:nth-child(even) {
    float: right;
  }

  .select, .input {
    width: 100%;
    height: 1.5rem;
    border-radius: 1rem;
    font-size: .7rem;
  }

  .select {
    padding-left: .6rem;
    background-size: 7%;
  }

  .code {
    width: 94%;
    padding: .15rem;
    border-radius: 1rem;
  }

  .code .send {
    top: .15rem;
    right: .15rem;
    width: 6rem;
    height: 1.5rem;
    border-radius: 1rem;
    font-size: .7rem;
  }

  .button {
    width: 12rem;
    height: 2.25rem;
    margin: 1rem auto 0 auto;
    background-size: 100%;
    line-height: 2.7rem;
    font-size: 1rem;
  }

  .line {
    height: .5rem;
  }

  .box02 {
    padding: 1rem 0;
  }

  .download {
    float: none;
    width: 100%;
    height: auto;
    padding-bottom: 1rem;
    margin-top: .7rem;
    border-radius: .5rem;
  }

  .download p {
    padding: 1rem 1rem 0 1rem;
    font-size: .75rem;
    line-height: 1.2rem;
  }

  .download img {
    width: 70%;
  }

  #download {
    margin-top: 0;
  }

  .box03 {
    padding: 1rem 0;
  }

  .draw {
    float: none;
    width: 100%;
    height: auto;
    padding-bottom: 1rem;
    margin-top: 1rem;
  }

  .draw_wrap {
    float: none;
    width: 94%;
    margin: 0 auto .5rem auto;
  }

  .draw_img {
    width: 16.6rem;
    height: 16.6rem;
    margin: 0 auto;
    background-size: 100%;
  }

  .pointer {
    width: 3rem;
    height: 4.15rem;
    background-size: 100%;
  }

  .draw_wrap p {
    font-size: .7rem;
  }

  .list {
    float: none;
    width: 94%;
    margin: 1rem auto 0 auto;
  }

  .list_title {
    width: 10.925rem;
    height: 2rem;
    margin: 0 auto 1rem auto;
    background-size: 100%;
    line-height: 1.9rem;
    font-size: 1rem;
  }

  .flower {
    top: -.5rem;
    left: 1rem;
    width: 14rem;
    height: 6rem;
    background-size: 100%;
  }

  .award_wrap {
    height: 7rem;
  }

  .infoList li {
    margin-bottom: .5rem;
  }

  .box04 {
    padding: 1rem 0;
  }

  .box04_bg {
    float: none;
    width: 100%;
    height: 10rem;
    margin-top: .75rem;
    background-size: 100%;
    border-radius: .5rem;
  }

  .box04_line {
    top: 1rem;
    left: 0;
    width: 16rem;
    height: 8.6rem;
    background-size: 100%;
  }

  .ball {
    font-size: .55rem;
  }

  .ball01 {
    top: .2rem;
    left: .3rem;
    width: 5.8rem;
    height: 5.4rem;
    padding-top: .4rem;
  }

  .ball01 p {
    width: 5rem;
    height: 4rem;
    padding-top: 1rem;
  }

  .ball02 {
    top: .2rem;
    left: 9rem;
    width: 3.6rem;
    height: 3.3rem;
    padding-top: .3rem;
  }

  .ball02 p {
    width: 3rem;
    height: 2.6rem;
    padding-top: .4rem;
  }

  .ball03 {
    top: 2rem;
    right: -.5rem;
    width: 3.7rem;
    height: 3.35rem;
    padding-top: .35rem;
  }

  .ball03 p {
    width: 3rem;
    height: 2.3rem;
    padding-top: .7rem;
  }

  .ball04 {
    bottom: 0;
    left: 4.5rem;
    width: 3.5rem;
    height: 3.25rem;
    padding-top: .25rem;
  }

  .ball04 p {
    width: 3rem;
    height: 2.2rem;
    padding-top: .8rem;
  }

  .ball05 {
    left: 10rem;
    bottom: 1rem;
    width: 4rem;
    height: 3.6rem;
    padding-top: .4rem;
  }

  .ball05 p {
    width: 3.4rem;
    height: 2.65rem;
    padding-top: .55rem;
  }

  .box05 {
    padding: 1rem 0;
  }

  .books_wrap {
    margin-top: .5rem;
  }

  .books {
    width: 50%;
    height: 6.2rem;
    background-size: 100%;
  }

  .books img {
    width: 84%;
    height: auto;
    margin-top: .65rem;
    margin-left: .65rem;
    border-radius: .5rem;
  }

  .box06 {
    padding: 1rem 0;
  }

  .box06 .title {
    margin-bottom: .5rem;
  }

  .region {
    width: 24.25%;
    height: 2.75rem;
    margin-right: 1%;
    margin-bottom: 0;
    background-size: 100%;
    font-size: .75rem;
    line-height: 3rem;
  }

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

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