.top {
  background: url(../images/bg1.png) no-repeat;
  background-size: 100% 100%;
}
body,
html {
  scroll-behavior: smooth;
}
.left-column {
  position: fixed;
  top: 168px;
  z-index: 111;
  background: #fff url(../images/zn-boder.png) left top no-repeat;
}
.left-column a {
  display: block;
  height: 60px;
  width: 120px;
  color: #000;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
}
.left-column a:hover {
  background-color: green;
  color: #fff;
}
.tickets {
  padding: 0 10px;
  padding-top: 70px;
}
.tickets h2 {
  font-size: 32px;
  color: #000;
  line-height: 32px;
  margin-bottom: 60px;
  text-align: center;
}
.tickets p {
  font-size: 16px;
  color: #666666;
  margin-bottom: 30px;
}
.tickets .msg-box {
  padding: 60px 220px;
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
}
.tickets .msg-box a {
  width: 150px;
}
.tickets .msg-box a .iconfont {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  text-align: center;
  line-height: 150px;
  font-size: 34px;
  color: #f2f2f2;
  transition: 1s;
}
.tickets .msg-box a .iconfont img {
  display: block;
  width: 100%;
  height: 100%;
}
.tickets .msg-box a .iconfont:hover {
  transform: scale(1.2);
}
.tickets .msg-box a .last {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}
.tickets .msg-box a:hover {
  color: #96bc82;
}
.tickets .lx-box {
  margin-top: 70px;
}
.tickets .lx-box img {
  display: block;
  margin: auto;
}
.tickets .cy-box {
  padding: 0 60px;
}
.tickets .cy-box .odd {
  margin-left: 0 !important;
}
.tickets .cy-box .list {
  width: 513px;
  text-align: center;
  display: inline-block;
  padding: 0 36px;;
  margin-bottom: 40px;
}
.tickets .cy-box .list h3 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 24px;
}
.tickets .cy-box .list .site {
  font-size: 16px;
  color: #666;
  line-height: 16px;
  margin-bottom: 19px;
}
.tickets .cy-box .list .img img {
  display: block;
  width: 100%;
  height: 274px;
}
.tickets .box-l {
  width: 540px;
  float: left;
  height: 332px;
}
.tickets .box-r {
  width: 576px;
  float: right;
  height: 332px;
}
.bm-tickets {
  background: #f4f3f1;
  padding-top: 44px;
  padding-bottom: 50px;
  margin-top: 70px;
}
.bm-tickets h2 {
  margin-bottom: 45px;
}
.bm-tickets .bm-select {
  text-align: center;
}
.bm-tickets .bm-select .op {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #333;
  border-radius: 30px;
  text-align: center;
  line-height: 26px;
  margin-left: 26px;
  font-size: 16px;
  margin-bottom: 22px;
  background-color: #f5f4f3;
}
.bm-tickets .bm-select .op:hover {
  color: #fff;
  background-color: #96bc82;
  border: 1px solid #96bc82;
}
.bm-tickets .tit {
  margin-top: 50px;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
}
.bm-tickets .jie {
  margin: 0;
  font-size: 16px;
  color: #666;
  line-height: 44px;
}
