.ticket {
  background: #fbfbfc;
  padding-top: 30px !important;
  padding-bottom: 20px !important;
}
.ticket-con {
  padding: 90px 0;
  background: #fff;
}
.ticket-con .tit {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 36px;
  font-weight: bolder;
}
.ticket-con .sub-tit {
  width: 100%;
  height: 100px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}
.ticket-con .img {
  width: 100%;
  padding-bottom: 50px;
  text-align: center;
}
.ticket-con .img img {
  width: 1100px;
  height: 175px;
}
.ticket-con .form {
  width: 1120px;
  margin: 0 auto;
}
.ticket-con .form .label {
  width: 100%;
  height: 84px;
}
.ticket-con .form .label-box {
  width: 1080px;
  height: 65px;
  padding: 9px 0;
  border: 1px solid #dfdfdf;
  position: relative;
}
.ticket-con .form .label-box .name {
  width: 200px;
  padding-left: 32px;
  height: 47px;
  line-height: 47px;
  font-size: 18px;
  font-weight: 500;
  border-right: 1px solid #ededee;
}
.ticket-con .form .label-box .input {
  width: 877px;
  height: 47px;
}
.ticket-con .form .label-box .input input {
  width: 877px;
  height: 47px;
  border: 0;
  padding: 0 20px;
  font-size: 18px;
}
.ticket-con .form .label-box .getCode {
  width: 214px;
  height: 59px;
  background: #0034c8;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  right: 3px;
  top: 2px;
  text-align: center;
  line-height: 59px;
}
.ticket-con .form .label span {
  width: 20px;
  color: #e7002e;
  line-height: 65px;
  text-align: center;
}
.ticket-con .form .button {
  width: 100%;
  height: 130px;
}
.ticket-con .form .button-box {
  width: 290px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
  background: #F08200;
  color: #fff;
  cursor: pointer;
}

.map {
  background: #fff;
}
.map-con {
  padding-bottom: 140px;
}
.map-con .tit {
  width: 100%;
  height: 135px;
  line-height: 135px;
  font-size: 36px;
  text-align: center;
  font-weight: bolder;
}
.map-con .img {
  width: 100%;
  position: relative;
}
.map-con .img .addr {
  position: absolute;
  top: 40px;
  left: 40px;
  padding: 40px 60px 40px 30px;
  text-align: left;
  background-color: #fff;
}
.map-con .img .addr-tit {
  font-size: 22px;
  font-weight: bold;
}
.map-con .img .addr-detail {
  margin-top: 18px;
}
.map-con .img .addr-detail .name {
  font-size: 20px;
}
.map-con .img .addr-detail .name i {
  color: #0040A5;
  font-size: 24px;
}
.map-con .img .addr-detail .content {
  margin-top: 10px;
  font-size: 14px;
}
.map-con .img .addr-btn {
  display: inline-block;
  font-size: 16px;
  padding: 6px 40px 6px 20px;
  border: 1px solid #000;
  cursor: pointer;
}
.map-con .img .addr-btn i {
  font-size: 12px;
}/*# sourceMappingURL=ticket-reserve.css.map */