.section {
  overflow: hidden;
  position: relative;
}

.fixed_btn {
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 170px;
  cursor: pointer;
}
.fixed_btn .fixed_close {
  position: absolute;
  top: 30px;
  right: 40px;
}

.modal .input_wrap {
  width: 500px;
}
.modal .input_wrap.flex {
  display: flex;
}
.modal .input_wrap h5 {
  font-size: 20px;
  font-weight: 700;
  color: #fe7300;
  display: flex;
  align-items: center;
}
.modal .input_wrap h5 i {
  margin-right: 10px;
}
.modal .input_wrap input {
  width: 100%;
  height: 45px;
  border: none;
  box-sizing: border-box;
  background: url(../images/modal_input.png) no-repeat center;
  padding: 0 15px;
  color: #aaaaaa;
  font-size: 18px;
  margin-top: 10px;
}
.modal .input_wrap input.invite_input {
  padding-left: 140px;
  background: url(../images/input_invite.png) no-repeat center;
}
.modal .input_wrap input.number_input2 {
  padding-left: 150px;
  text-align: left;
  background: url(../images/modal_input2.png) no-repeat center;
}
.modal .input_wrap input.number_input {
  background: url(../images/input_number.png) no-repeat center;
}
.modal .input_wrap small {
  display: block;
  text-align: center;
  color: #c2c2c2;
  margin-top: 17px;
}
.modal .input_wrap .agree {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
  margin-bottom: 20px;
}
.modal .input_wrap .agree li {
  display: flex;
  align-items: center;
}
.modal .input_wrap .agree li span {
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 3px;
  color: #c2c2c2;
  cursor: pointer;
}
.modal .input_wrap p {
  margin-top: 10px;
  color: #c2c2c2;
}
.modal .input_wrap:nth-child(n+2) {
  margin-top: 24px;
}


#login #form .input_wrap.flex {
  display: flex;
}
#login #form .input_wrap h5 {
  font-size: 20px;
  font-weight: 700;
  color: #fe7300;
  display: flex;
  align-items: center;
}
#login #form .input_wrap h5 i {
  margin-right: 10px;
}
#login #form .input_wrap input {
  width: 100%;
  height: 45px;
  border: none;
  box-sizing: border-box;
  background: url(../images/form_input.png) no-repeat center;
  padding: 0 15px;
  color: #aaaaaa;
  font-size: 18px;
  margin-top: 10px;
}
#login #form .input_wrap input.invite_input {
  padding-left: 140px;
  background: url(../images/input_invite.png) no-repeat center;
}
#login #form .input_wrap input.number_input2 {
  padding-left: 150px;
  text-align: left;
  background: url(../images/modal_input2.png) no-repeat center;
  height: 48px;
  background-size: 100% 100%;
}
#login #form .input_wrap input.number_input {
  background: url(../images/input_number.png) no-repeat center;
}
#login #form .input_wrap small {
  display: block;
  text-align: center;
  color: #c2c2c2;
  margin-top: 17px;
}
#login #form .input_wrap .agree {
  display: flex;
  justify-content: space-around;
  margin-top: 14px;
  margin-bottom: 14px;
}
#login #form .input_wrap .agree li {
  display: flex;
  align-items: center;
}
#login #form .input_wrap .agree li span {
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 3px;
  color: #c2c2c2;
  cursor: pointer;
}
#login #form .input_wrap p {
  margin-top: 10px;
  color: #c2c2c2;
}
#login #form .input_wrap:nth-child(n+2) {
  margin-top: 24px;
}

#login #form .input_wrap .verify {
  background: none;
  height: auto;
  width: auto;
  margin-top: 0;
}
#section1 .tit {
  text-align: center;
  position: relative;
  z-index: 1;
}
#section1 .sns {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  top: 30px;
  right: 70px;
}
#section1 .sns li:nth-child(n+2) {
  margin-left: 49px;
}
#section1 .cha_wrap .cha {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#section1 .effect {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
#section1 .txt_con {
  position: absolute;
  text-align: center;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}

#section2 {
  color: #fff;
}
#section2 .tit {
  text-align: center;
  margin-top: 50px;
}
#section2 .box_con {
  width: 1379px;
  left: 50%;
  transform: translateX(-50%);
  height: 981px;
  padding: 75px 90px;
  box-sizing: border-box;
  position: relative;
  top: -16px;
}
#section2 .box_con .bg {
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
}
#section2 .box_con .box_tit,
#section2 .box_con .que,
#section2 .box_con .gift_list,
#section2 .box_con .box_bottom {
  position: relative;
}
#section2 .box_con .que {
  position: absolute;
  right: 102px;
  top: 87px;
}
#section2 .box_con .box_tit {
  text-align: center;
  padding-top: 55px;
}
#section2 .box_con .box_tit p {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 300;
  color: #c2c2c2;
}
#section2 .box_con ul.gift_list {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
#section2 .box_con ul.gift_list li:nth-child(2n) {
  padding: 0 57px;
}
#section2 .box_con ul.gift_list li .gift_txt h5 {
  color: #fe7300;
  font-size: 24px;
  font-weight: 700;
}
#section2 .box_con ul.gift_list li .gift_txt p {
  margin-top: 3px;
  font-size: 18px;
  color: #c2c2c2;
}
#section2 .box_con ul.gift_list li.one .gift_img {
  height: 143px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section2 .box_con ul.gift_list li.two .small {
  display: flex;
  align-items: center;
}
#section2 .box_con ul.gift_list li.two .small:nth-child(n+2) {
  margin-top: 20px;
}
#section2 .box_con ul.gift_list li.two .small .gift_img {
  width: 110px;
}
#section2 .box_con ul.gift_list li.two .small .gift_txt {
  margin-left: 25px;
  text-align: left;
}
#section2 .box_con .box_bottom {
  padding: 0 65px;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
#section2 .box_con .box_bottom .login_after {
  width: 514px;
  height: 284px;
  padding: 08px 21px;
  box-sizing: border-box;
}
#section2 .box_con .box_bottom .login_after .box_left_tit {
  border-bottom: 1px solid #6e6e6e;
  padding-bottom: 15px;
  color: #c2c2c2;
  font-size: 20px;
}
#section2 .box_con .box_bottom .login_after .box_left_txt {
  padding-top: 15px;
}
#section2 .box_con .box_bottom .login_after .box_left_txt p {
  font-size: 18px;
  color: #c2c2c2;
}
#section2 .box_con .box_bottom .login_after .box_left_txt p:nth-child(n+2) {
  margin-top: 12px;
}
#section2 .box_con .box_bottom .login_after .invite {
  text-align: center;
}
#section2 .box_con .box_bottom .login_after .invite h5 {
  font-size: 18px;
  font-weight: 700;
}
#section2 .box_con .box_bottom .login_after .invite h5 span {
  font-size: 45px;
  font-weight: 700;
}
#section2 .box_con .box_bottom .login_after .invite button {
  border-bottom: 1px solid #aaaaaa;
  color: #aaaaaa;
  padding-bottom: 2px;
  margin-top: 5px;
}
#section2 .box_con .box_bottom .input_wrap {
  width: 514px;
}
#section2 .box_con .box_bottom .input_wrap h5 {
  font-size: 20px;
  font-weight: 700;
  color: #fe7300;
  display: flex;
  align-items: center;
}
#section2 .box_con .box_bottom .input_wrap h5 i {
  margin-right: 10px;
}
#section2 .box_con .box_bottom .input_wrap input {
  width: 100%;
  height: 48px;
  border: none;
  box-sizing: border-box;
  background: url(../images/input.png) no-repeat center;
  padding: 0 15px;
  color: #aaaaaa;
  font-size: 18px;
  margin-top: 10px;
}
#section2 .box_con .box_bottom .input_wrap input.invite_input {
  padding-left: 140px;
  background: url(../images/input_invite.png) no-repeat center;
}
#section2 .box_con .box_bottom .input_wrap small {
  display: block;
  text-align: center;
  color: #c2c2c2;
  margin-top: 17px;
}
#section2 .box_con .box_bottom .input_wrap .agree {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  margin-bottom: 20px;
}
#section2 .box_con .box_bottom .input_wrap .agree li {
  display: flex;
  align-items: center;
}
#section2 .box_con .box_bottom .input_wrap .agree li span {
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 3px;
  color: #c2c2c2;
  cursor: pointer;
}
#section2 .box_con .box_bottom .input_wrap p {
  margin-top: 10px;
  color: #c2c2c2;
}
#section2 .box_con .box_bottom .input_wrap button {
  background: url(../images/btn.png) no-repeat center;
  width: 100%;
  height: 48px;
  margin-top: 10px;
}
#section2 .box_con .box_bottom .input_wrap:nth-child(n+2) {
  margin-top: 24px;
}
#section2 .box_con .alert {
  position: relative;
  top: 65px;
  display: flex;
  align-items: center;
  color: #c2c2c2;
}
#section2 .box_con .alert i {
  margin-left: 8px;
  margin-right: 14px;
}

#section3 {
  /* footer */
}
#section3 .top {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
#section3 .cha_wrap .cha {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#section3 .box_con_wrap {
  width: 1220px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 200px;
}
#section3 .box_con_wrap .tit {
  width: 754px;
  margin-left: auto;
  text-align: center;
  position: relative;
}
#section3 .box_con_wrap .tit .bg {
  position: absolute;
  top: -60px;
  right: 15px;
}
#section3 .box_con_wrap .box_con {
  width: 754px;
  height: 432px;
  margin-left: auto;
  background: url(../images/sec3_box.png) no-repeat;
  padding: 40px 50px;
  margin-top: 45px;
  box-sizing: border-box;
}
#section3 .box_con_wrap .box_con .box_con_top {
  display: flex;
  justify-content: space-between;
}
#section3 .box_con_wrap .box_con .box_con_top .box_con_top_left {
  margin-top: 65px;
}
#section3 .box_con_wrap .box_con .box_con_top .box_con_top_left .left_tit {
  font-weight: 700;
  font-size: 24px;
  color: #505050;
  padding-bottom: 5px;
  border-bottom: 2px solid #e49f5c;
}
#section3 .box_con_wrap .box_con .box_con_top .box_con_top_left .left_txt p {
  padding-top: 19px;
  color: #505050;
}
#section3 .box_con_wrap .box_con .box_con_top .box_con_top_right {
  text-align: center;
  font-size: 14px;
}
#section3 .box_con_wrap .box_con .box_con_top .box_con_top_right .gift:nth-child(n+2) {
  margin-top: 20px;
}
#section3 .box_con_wrap .box_con .box_con_top .box_con_top_right .gift:nth-child(n+2) .txt {
  margin-top: 9px;
}
#section3 .box_con_wrap .box_con .box_con_top .box_con_top_right .gift .txt {
  margin-top: 1px;
}
#section3 .box_con_wrap .box_con .box_con_top .box_con_top_right .gift .txt h5 {
  color: #505050;
}
#section3 .box_con_wrap .box_con .box_con_top .box_con_top_right .gift .txt p {
  color: #808080;
}
#section3 .box_con_wrap .box_con .box_con_bottom {
  margin-top: 20px;
}
#section3 .box_con_wrap .box_con .box_con_bottom ul.list {
  display: flex;
  justify-content: center;
  align-items: center;
}
#section3 .box_con_wrap .box_con .box_con_bottom ul.list li:nth-child(2n) {
  width: 1px;
  height: 24px;
  background: #000;
  margin: 0 8px;
  box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.1921568627);
  position: relative;
  top: -2px;
}
#section3 .box_con_wrap .box_con .box_con_bottom ul.list li:nth-child(2n-1) img {
  filter: drop-shadow(0px 0px 3px #fff);
}
#section3 .box_con_wrap .box_con .box_con_bottom p {
  text-align: center;
  color: #808080;
}
#section3 footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #0c0c0c;
  border-top: 2px solid #ff7d00;
  color: #fff;
  padding: 22px 0;
}
#section3 footer .footer_top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
#section3 footer .footer_top p {
  font-size: 17.77px;
}
#section3 footer .footer_top ul.sns {
  display: flex;
  align-items: center;
  margin-left: 37px;
}
#section3 footer .footer_top ul.sns li:nth-child(n+2) {
  margin-left: 29px;
}
#section3 footer .footer_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
#section3 footer .footer_bottom .footer_logo:nth-child(n+2) {
  margin-left: 20px;
}
#section3 footer .footer_bottom .footer_info {
  padding-left: 40px;
}
#section3 footer .footer_bottom .footer_info ul {
  display: flex;
  align-items: center;
  font-size: 18px;
}
#section3 footer .footer_bottom .footer_info ul li:nth-child(2n) {
  padding: 0 18px;
}
#section3 footer .footer_bottom .footer_info .copyright {
  margin-top: 10px;
  color: #595959;
}
#section3 footer .lang select {
  color: #fff;
  font-size: 18px;
  width: 145px;
  height: 41px;
  border: 1px solid #343434;
  padding-left: 47px;
  background: url(../images/lang.png) #0c0c0c no-repeat center;
}

@media screen and (max-height: 1050px) {
  #section2 .box_con_wrap {
    transform: scale(0.85);
  }
  #section2 .box_con_wrap .box_con {
    top: -106px;
  }
  #section3 .box_con_wrap {
    padding-top: 130px;
  }
  #section3 .box_con_wrap .box_con {
    margin-top: 20px;
    transform: scale(0.9);
  }
}
@media screen and (max-height: 900px) {
  #section2 .box_con_wrap {
    transform: scale(0.75);
  }
  #section2 .box_con_wrap .box_con {
    top: -184px;
  }
  #section3 .box_con_wrap {
    padding-top: 130px;
  }
  #section3 .box_con_wrap .box_con {
    margin-top: 0px;
    transform: scale(0.85);
  }
}
@media screen and (max-width: 1700px) {
  .fixed_btn .reserv img {
    width: 180px;
  }
  .fixed_btn .fixed_close {
    top: 10px;
    right: 20px;
  }
}/*# sourceMappingURL=main.css.map */