html,
body {
  width: 100%;
  height: 100%;
  min-width: 1200px;
  font-family: '苹方';
  background-color: #f7f7f7;
}

.container {
  width: 100%;
  height: 100%;
}

div {
  cursor: pointer;
}

.ticketOrder {
  width: 100%;
  height: 100%;
  /* background-color: tomato; */
}

.typePage {
  width: 1366px;
  margin: 0 auto;
  position: relative;
}

.ticketOrder_main {
  width: 100%;
  min-height: 800px;
  height: auto;
  padding-bottom: 50px;
}

.sc_index_main_boxHeader {
  width: 100%;
  height: 140px;
  /* border: 1px solid tomato; */
}

.sc_index_main_boxHeader_text {
  display: inline-block;
  width: auto;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  position: relative;
  margin-top: 54px;
  margin-left: 20px;
}

.sc_index_main_boxHeader_text span {
  width: 100%;
  height: 4px;
  background-color: #3b78e2;
  position: absolute;
  top: 0;
  left: 0;
}

.ticketOrder_main_title {
  width: 100%;
  height: 122px;
  line-height: 122px;
  font-size: 24px;
  color: #2457ba;
  /* border: 1px solid tomato;*/
}

.ticketOrder_con {
  width: 100%;
  height: auto;
  background-color: #ffff;
  padding: 10px 50px;
}

.ticketOrder_header {
  width: 100%;
  height: 300px;
  /* border: 1px solid tomato; */
}

.ticketOrder_header_l {
  width: 40%;
  height: 300px;
  float: left;
  /* border: 1px solid tomato; */

}

.ticketOrder_header_l img {
  width: 100%;
  height: 300px;
}

.ticketOrder_header_r {
  width: 60%;
  height: 300px;
  float: left;
  /* border: 1px solid tomato; */
  padding: 0 50px 0;
}

.ticketOrder_header_r_name {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  color: #545454;
}

.ticketOrder_header_r_address {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
}

.ticketOrder_header_r_data {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
}

.ticketOrder_header_r_tel {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
}

.ticketOrder_header_r_text {
  width: 100%;
  height: 170px;
  line-height: 30px;
  font-size: 18px;
  padding: 25px 0;
  overflow: hidden;
}

.ticketList {
  width: 100%;
  height: auto;
  /* border: 1px solid tomato; */
  display: inline-block;
}

.ticketList_title {
  width: 100%;
  height: 90px;
  line-height: 90px;
  font-size: 20px;
  padding: 0 20px;
  color: #2457ba;
}

.ticketList_con {
  width: 100%;
  height: auto;
  padding: 10px 40px;
}

.ticketList_con_li {
  width: 100%;
  height: 80px;
  border: 1px solid #3b78e2;
  border-radius: 10px;
  padding: 0 50px;
  margin-bottom: 20px;
}

.ticketList_con_li_name {
  width: 50%;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  font-weight: bold;
  /* border: 1px solid tomato; */
  float: left;
}

.ticketList_con_li_price {
  width: 25%;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  /* border: 1px solid tomato; */
  float: left;
}

.ticketList_con_li_btn {
  width: 25%;
  height: 80px;
  position: relative;
  /* border: 1px solid tomato; */
  float: left;
}

.ticketList_con_li_btn_con {
  width: 144px;
  height: 40px;
  background-color: #3b78e2;
  line-height: 40px;
  color: #ffff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -72px;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 5px;
}

.ticketList_info {
  width: 100%;
  height: auto;
  display: inline-block;

}
.ticketList_info_title {
  width: 100%;
  height: 90px;
  line-height: 90px;
  font-size: 20px;
  padding: 0 20px;
  color: #2457ba;
}
.ticketList_info_imgText {
  width: 100%;
  height:auto;
  line-height: 40px;
  font-size: 20px;
  color: #525252;
  padding: 10px 50px;
}
.ticketList_info_imgText img {
  width: 100%;
  height: auto;
  margin: 20px 0;
}