
 .left-column {
     display: block;
 }
@media screen and (max-width: 750px) {
.top {
    background: transparent;
    background-size: 100% 100%;
  }
  body,
  html {
    scroll-behavior: smooth;
  }
  .left-column {
    position: fixed;
    top: 168px;
    display: none;
    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: 15px;

    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .tickets h2 {
    font-size: 22px;
    color: #000 !important;
    line-height: 22px;
    margin-bottom: 15px;
    text-align: center;
  }
  .tickets p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 10px;
  }
  .tickets .msg-box {
    padding: 0px;
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
  }
  .tickets .msg-box a {
    width: 90px;
  }
  .tickets .msg-box a .iconfont {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    text-align: center;
    line-height: 75px;
    font-size: 18px;
    color: #f2f2f2;
    transition: 1s;
    margin: auto;
  }
  .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: 14px;
    margin-top: 15px;
  }
  .tickets .msg-box a:hover {
    color: #96bc82;
  }
  .tickets .lx-box {
    margin-top: 0px;
  }
  .tickets .lx-box img {
    display: block;
    margin: auto;
    width: 100%;
  }
  .tickets .cy-box {
    padding: 0px;
  }
  .tickets .cy-box .odd {
    margin-left: 0 !important;
  }
  .tickets .cy-box .list {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-left: 0px;
    margin-bottom: 15px;
  }
  .tickets .cy-box .list h3 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .tickets .cy-box .list .site {
    font-size: 12px;
    color: #666;
    line-height: 12px;
    margin-bottom: 15px;
  }
  .tickets .cy-box .list .img img {
    display: block;
    width: 100%;
    height: auto;
  }
  .tickets .box-l {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    height: auto;

  }
  .tickets .box-r {
    width: 576px;
    float: right;
    height: 332px;
  }
  .bm-tickets {
    background: #f4f3f1;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
  }
  .bm-tickets h2 {
    margin-bottom: 15px !important;
  }
  .bm-tickets .bm-select {
    text-align: center;
  }
  .bm-tickets .bm-select .op {
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid #333;
    border-radius: 30px;
    text-align: center;
    line-height: 23px;
    margin-left: 0px;
    font-size: 14px;
    margin-bottom: 7px;
    background-color: #f5f4f3;
  }
  .bm-tickets .bm-select .op:hover {
    color: #fff;
    background-color: #96bc82;
    border: 1px solid #96bc82;
  }
  .bm-tickets .tit {
    margin-top: 15px;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .bm-tickets .jie {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 22px;
  }
}