.activity-wrapper .main-wrapper {
  padding-top: 60px;
  height: 940px;
  background: url("../imgs/activity-main-bg.png") no-repeat center center;
  background-size: cover;
}
.activity-wrapper .main-wrapper .bread-crumb-wrapper {
  width: 600px;
  margin: 0 auto;
  font-size: 16px;
}
.activity-wrapper .main-wrapper .pay-way-wrapper {
  display: none;
  width: 100%;
  height: 100%;
  min-width: 1000px;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
  z-index: 10;
}
.activity-wrapper .main-wrapper .pay-way-wrapper .pay-way-container {
  padding: 35px 50px;
  background: #fff;
  width: 500px;
  margin: 0 auto;
}
.activity-wrapper .main-wrapper .pay-way-wrapper .pay-way-container .close-icon {
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url("../imgs/x.png") no-repeat center center;
  background-size: 12px 12px;
  cursor: pointer;
}
.activity-wrapper .main-wrapper .pay-way-wrapper .pay-way-container .ticket-info-wrapper {
  margin-bottom: 50px;
}
.activity-wrapper .main-wrapper .pay-way-wrapper .pay-way-container .ticket-info-wrapper .ticket-info-box {
  background: #fff;
}
.activity-wrapper .main-wrapper .pay-way-wrapper .pay-way-container .ticket-info-wrapper .ticket-info-box .ticket-info-row {
  font-size: 0;
}
.activity-wrapper .main-wrapper .pay-way-wrapper .pay-way-container .ticket-info-wrapper .ticket-info-box .ticket-info-row.ticket-amount {
  margin-top: 25px;
}
.activity-wrapper .main-wrapper .pay-way-wrapper .pay-way-container .ticket-info-wrapper .ticket-info-box .ticket-info-row .info-row-left {
  width: 86px;
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  color: #333;
}
.activity-wrapper .main-wrapper .pay-way-wrapper .pay-way-container .ticket-info-wrapper .ticket-info-box .ticket-info-row .info-row-right {
  width: 312px;
  height: 52px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 0;
  vertical-align: top;
}
.activity-wrapper .main-wrapper .pay-way-wrapper .pay-way-container .ticket-info-wrapper .ticket-info-box .ticket-info-row .info-row-right.ticket-row-right {
  width: 312px;
  height: 52px;
  border: 1px solid #dcdcdc;
  font-size: 0;
}
.activity-wrapper .main-wrapper .pay-way-wrapper .pay-way-container .ticket-info-wrapper .ticket-info-box .ticket-info-row .info-row-right.ticket-row-right .reduce {
  width: 75px;
  height: 52px;
  line-height: 52px;
  font-size: 60px;
  vertical-align: top;
  cursor: pointer;
}
.activity-wrapper .main-wrapper .pay-way-wrapper .pay-way-container .ticket-info-wrapper .ticket-info-box .ticket-info-row .info-row-right.ticket-row-right .amount {
  width: 160px;
  height: 52px;
  line-height: 52px;
  font-size: 32px;
  color: #333;
  vertical-align: top;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
.activity-wrapper .main-wrapper .pay-way-wrapper .pay-way-container .ticket-info-wrapper .ticket-info-box .ticket-info-row .info-row-right.ticket-row-right .add {
  width: 75px;
  height: 52px;
  line-height: 52px;
  vertical-align: top;
  font-size: 60px;
  cursor: pointer;
}
.activity-wrapper .main-wrapper .pay-way-wrapper .pay-way-container .ticket-info-wrapper .ticket-info-box .ticket-info-row .info-row-right .phone-input {
  font-size: 16px;
  margin-top: 16px;
  text-align: center;
  width: 100%;
  border: none;
  outline: none;
}
.activity-wrapper .main-wrapper .pay-way-wrapper .pay-way-container .ticket-info-wrapper .ticket-info-box .ticket-info-row .info-row-right .phone-input::-webkit-input-placeholder {
  color: #a4a4a4;
}
.activity-wrapper .main-wrapper .pay-way-wrapper .pay-way-container .order-price-wrapper {
  width: 440px;
  padding: 30px;
  height: 120px;
  background: #f5f5f5;
  font-size: 18px;
}
.activity-wrapper .main-wrapper .pay-way-wrapper .pay-way-container .order-price-wrapper .goods-name {
  margin-bottom: 25px;
}
.activity-wrapper .main-wrapper .pay-way-wrapper .pay-way-container .order-price-wrapper .goods-price {
  margin-bottom: 18px;
}
.activity-wrapper .main-wrapper .pay-way-wrapper .pay-way-container .order-price-wrapper .goods-price span {
  font-size: 24px;
  color: #e3b268;
}
.activity-wrapper .main-wrapper .pay-way-wrapper .pay-way-container .order-price-wrapper .user-coin-wrapper {
  font-size: 0;
}
.activity-wrapper .main-wrapper .pay-way-wrapper .pay-way-container .order-price-wrapper .user-coin-wrapper .user-coin {
  font-size: 18px;
  width: 382px;
  height: 33px;
  line-height: 33px;
}
.activity-wrapper .main-wrapper .pay-way-wrapper .pay-way-container .order-price-wrapper .user-coin-wrapper .user-coin span {
  color: #e3b268;
}
.activity-wrapper .main-wrapper .pay-way-wrapper .pay-way-container .order-price-wrapper .user-coin-wrapper .switch {
  width: 58px;
  vertical-align: top;
  height: 33px;
  background: url("../imgs/switch-icon.png") no-repeat left -35px;
  background-size: 58px 66px;
  cursor: pointer;
}
.activity-wrapper .main-wrapper .pay-way-wrapper .pay-way-container .order-price-wrapper .user-coin-wrapper .switch.on {
  background: url("../imgs/switch-icon.png") no-repeat left 0;
  background-size: 58px 66px;
}
.activity-wrapper .main-wrapper .pay-way-wrapper .pay-way-container .way-title {
  font-size: 18px;
  color: #333;
  margin: 35px auto 15px;
}
.activity-wrapper .main-wrapper .pay-way-wrapper .pay-way-container .way-wrapper {
  width: 400px;
  margin: 0 auto;
}
.activity-wrapper .main-wrapper .pay-way-wrapper .pay-way-container .way-wrapper .way-row {
  font-size: 0;
}
.activity-wrapper .main-wrapper .pay-way-wrapper .pay-way-container .way-wrapper .way-row.alipay-row {
  border-bottom: 1px solid #dcdcdc;
}
.activity-wrapper .main-wrapper .pay-way-wrapper .pay-way-container .way-wrapper .way-row .way-icon {
  vertical-align: top;
  width: 80px;
  height: 100px;
  background: url("../imgs/wechat.png") no-repeat left center;
  background-size: 62px 62px;
}
.activity-wrapper .main-wrapper .pay-way-wrapper .pay-way-container .way-wrapper .way-row .way-icon.alipay {
  background: url("../imgs/alipay.png") no-repeat left center;
  background-size: 62px 62px;
}
.activity-wrapper .main-wrapper .pay-way-wrapper .pay-way-container .way-wrapper .way-row .way-name {
  vertical-align: top;
  width: 292px;
  height: 100px;
  line-height: 100px;
  font-size: 18px;
  color: #333;
}
.activity-wrapper .main-wrapper .pay-way-wrapper .pay-way-container .way-wrapper .way-row .way-checkbox {
  vertical-align: top;
  width: 28px;
  height: 100px;
  background: url("../imgs/check.png") no-repeat -34px center;
  background-size: auto 26px;
}
.activity-wrapper .main-wrapper .pay-way-wrapper .pay-way-container .way-wrapper .way-row .way-checkbox.active {
  background: url("../imgs/check.png") no-repeat -3px center;
  background-size: auto 26px;
}
.activity-wrapper .main-wrapper .pay-way-wrapper .pay-way-container .real-price {
  font-size: 24px;
  color: #333;
}
.activity-wrapper .main-wrapper .pay-way-wrapper .pay-way-container .real-price span {
  font-size: 40px;
}
.activity-wrapper .main-wrapper .pay-way-wrapper .pay-way-container .pay-btn {
  width: 241px;
  height: 47px;
  line-height: 47px;
  background-color: #e3b268;
  border-radius: 23px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  margin: 30px auto 0;
}
.activity-wrapper .main-wrapper .complete-info-wrapper .form-wrapper {
  width: 620px;
  height: 325px;
  padding-top: 82px;
  margin: 50px auto;
  background: url("../imgs/form-bg.png") no-repeat center center;
  background-size: cover;
}
.activity-wrapper .main-wrapper .complete-info-wrapper .form-wrapper ul {
  width: 560px;
  margin: 0 auto;
}
.activity-wrapper .main-wrapper .complete-info-wrapper .form-wrapper ul li {
  height: 98px;
  border-top: 2px solid #d8d8d8;
  padding-left: 22px;
}
.activity-wrapper .main-wrapper .complete-info-wrapper .form-wrapper ul li #txt_calendar {
  height: 30px;
}
.activity-wrapper .main-wrapper .complete-info-wrapper .form-wrapper ul li div label {
  height: 98px;
  line-height: 98px;
  font-size: 24px;
  margin-right: 80px;
}
.activity-wrapper .main-wrapper .complete-info-wrapper .form-wrapper ul li div .no-box {
  height: 30px;
  outline: none;
  font-size: 24px;
  border: none;
  background: none;
}
.activity-wrapper .main-wrapper .complete-info-wrapper .form-wrapper ul li div .no-box::-webkit-input-placeholder {
  color: #808080;
  font-size: 24px;
}
.activity-wrapper .main-wrapper .complete-info-wrapper .form-wrapper ul li div .no-box::-moz-placeholder {
  color: #808080;
  font-size: 24px;
}
.activity-wrapper .main-wrapper .complete-info-wrapper .form-wrapper ul li div .no-box:-ms-input-placeholder {
  color: #808080;
  font-size: 24px;
}
.activity-wrapper .main-wrapper .complete-info-wrapper .form-wrapper ul li .birth-wrapper label {
  margin-right: 0;
}
.activity-wrapper .main-wrapper .complete-info-wrapper .form-wrapper ul li .birth-wrapper label span {
  color: #828282;
}
.activity-wrapper .main-wrapper .complete-info-wrapper .form-wrapper ul li .birth-wrapper select {
  height: 35px;
  margin-right: 10px;
  outline: none;
  font-size: 20px;
}
.activity-wrapper .main-wrapper .complete-info-wrapper .form-wrapper ul li .sex-wrapper .sex-label {
  width: 96px;
  height: 98px;
  margin-right: 80px;
  line-height: 98px;
  font-size: 24px;
}
.activity-wrapper .main-wrapper .complete-info-wrapper .form-wrapper ul li .sex-wrapper .sex-radio {
  font-size: 24px;
}
.activity-wrapper .main-wrapper .complete-info-wrapper .form-wrapper ul li .sex-wrapper .sex-radio .out-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: solid 2px #a5a5a5;
  vertical-align: top;
}
.activity-wrapper .main-wrapper .complete-info-wrapper .form-wrapper ul li .sex-wrapper .sex-radio .out-circle.active {
  background: url("../imgs/radio-active.png") no-repeat center center;
  background-size: 18px 18px;
}
.activity-wrapper .main-wrapper .complete-info-wrapper .submit-btn {
  width: 359px;
  height: 53px;
  margin: 40px auto 45px;
  background: url("../imgs/submit-btn.png") no-repeat center center;
  background-size: cover;
  cursor: pointer;
}
.activity-wrapper .main-wrapper .complete-info-wrapper .warn-tip {
  font-size: 16px;
}
.activity-wrapper .main-wrapper .complete-info-wrapper .warn-tip span {
  color: #d30000;
}
