.greeting {
  padding-top: 120px;
}

@media only screen and (max-width: 960px) {
  .greeting {
    padding-top: 80px;
  }
}

.greeting .title {
  position: relative;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 80px;
}

@media only screen and (max-width: 960px) {
  .greeting .title {
    font-size: 30px;
  }
}

.greeting .title::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -12px;
  width: 40%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(30%, white), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), white 30% 70%, rgba(0, 0, 0, 0));
}

.greeting_con {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: 100%;
  padding-top: 30px;
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0s, -webkit-transform 0.3s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0s;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .greeting_con {
    padding-top: 20px;
  }
}

.greeting_con.current {
  opacity: 1;
  position: relative;
  margin-top: 0;
  -webkit-transition: opacity 0.8s ease 0.3s, -webkit-transform 0.8s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0.3s;
  transition: opacity 0.8s ease 0.3s, -webkit-transform 0.8s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0.3s;
  transition: opacity 0.8s ease 0.3s, transform 0.8s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0.3s;
  transition: opacity 0.8s ease 0.3s, transform 0.8s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0.3s, -webkit-transform 0.8s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0.3s;
  pointer-events: auto;
}

.greeting_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.greeting_tab_item {
  position: relative;
  color: #ccc;
  border: solid 1px #ccc;
  margin-left: 20px;
  line-height: 1em;
  padding: 5px 15px 4px;
  cursor: pointer;
  -webkit-transition: all 0.5s cubic-bezier(0.43, 0.72, 0.57, 1.01);
  transition: all 0.5s cubic-bezier(0.43, 0.72, 0.57, 1.01);
}
@media only screen and (min-width: 961px) {
  .greeting_tab_item:first-child { 
    margin-left: 0;
  }
}

@media only screen and (max-width: 960px) {
  .greeting_tab_item {
    margin: 0 5px 10px 5px;
    padding: 5px 6px 4px;
    font-size: 13px;
  }
}

.greeting_tab_item.current {
  background: #ccc;
  color: #000;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  .greeting_tab_item:hover {
    background: #ccc;
    color: #000;
  }
}

.greeting_wrap {
  position: relative;
  max-width: 1000px;
  width: 80%;
  margin: 0 auto;
  margin-top: 40px;
}

@media only screen and (max-width: 960px) {
  .greeting_wrap {
    margin-top: 20px;
    width: 88%;
  }
}

.greeting_cap {
  background: rgba(255, 255, 255, 0.1);
  padding: 15px;
  font-size: 22px;
  line-height: 1.5em;
  text-align: center;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 960px) {
  .greeting_cap {
    font-size: 15px;
  }
}

.greeting_date {
  border-bottom: #ccc solid 1px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 960px) {
  .greeting_date {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

.greeting_date-item {
  margin-top: 40px;
}

@media only screen and (max-width: 960px) {
  .greeting_date-item {
    font-size: 13px;
    margin-top: 35px;
    border-top: #777 solid 1px;
    padding-top: 30px;
  }
  .greeting_date-item:first-child {
    border-top: transparent;
    padding-top: 0;
  }
}

.greeting_date-item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

@media only screen and (max-width: 960px) {
  .greeting_date-item dl {
    display: block;
    margin-top: 18px;
  }
}

.greeting_date-item dl:first-child {
  margin-top: 0;
}

.greeting_date-item dl dt {
  width: 150px;
}

@media only screen and (max-width: 960px) {
  .greeting_date-item dl dt {
    width: 100%;
    font-weight: 500;
    font-size: 14px;
  }
}

.greeting_date-item dl dd {
  width: calc(100% - 150px);
}

@media only screen and (max-width: 960px) {
  .greeting_date-item dl dd {
    width: 100%;
    font-size: 12px;
  }
}

.greeting_date-item dl dd .att {
  font-size: 13px;
  margin-top: 5px;
  color: #ccc;
}

@media only screen and (max-width: 960px) {
  .greeting_date-item dl dd .att {
    font-size: 10px;
    line-height: 1.4em;
  }
}

.greeting_ticket {
  font-size: 22px;
  text-align: center;
  color: #ccc;
}

@media only screen and (max-width: 960px) {
  .greeting_ticket {
    font-size: 18px;
  }
}

.greeting_ticket-cap {
  margin-top: 25px;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  .greeting_ticket-cap {
    font-size: 13px;
    margin-top: 20px;
  }
}

.greeting_ticket-item {
  background: rgba(255, 255, 255, 0.1);
  padding: 35px 20px;
  margin-top: 40px;
}

@media only screen and (max-width: 960px) {
  .greeting_ticket-item {
    padding: 10% 5%;
  }
}

.greeting_ticket-item dt {
  font-size: 20px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 960px) {
  .greeting_ticket-item dt {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

.greeting_ticket-item dd {
  margin-left: 20px;
}

@media only screen and (max-width: 960px) {
  .greeting_ticket-item dd {
    margin-left: 15px;
  }
}

.greeting_ticket-item .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

@media only screen and (max-width: 960px) {
  .greeting_ticket-item .item-info {
    display: block;
    font-size: 13px;
    margin-top: 15px;
  }
}

.greeting_ticket-item .item-info .cap {
  width: 150px;
}

@media only screen and (max-width: 960px) {
  .greeting_ticket-item .item-info .cap {
    width: 100%;
    font-weight: 600;
  }
}

.greeting_ticket-item .item-info .txt {
  width: calc(100% - 150px);
}

@media only screen and (max-width: 960px) {
  .greeting_ticket-item .item-info .txt {
    width: 100%;
  }
}

.greeting_ticket-item .ticket-note {
  font-size: 13px;
  line-height: 1.4em;
  color: #ccc;
  margin-top: 30px;
}

@media only screen and (max-width: 960px) {
  .greeting_ticket-item .ticket-note {
    font-size: 11px;
    margin-top: 30px;
  }
}

.greeting_ticket-item .ticket-note li {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 5px;
}

.greeting_ticket-item .ticket-note li.cap {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 600;
}

@media only screen and (max-width: 960px) {
  .greeting_ticket-item .ticket-note li.cap {
    font-size: 13px;
  }
}

.greeting_ticket-item .ticket-note li.mt {
  margin-top: 30px;
}

.note {
  font-size: 13px;
  line-height: 1.4em;
  border-top: #ccc solid 1px;
  padding-top: 50px;
  margin-top: 50px;
  color: #ccc;
}

@media only screen and (max-width: 960px) {
  .note {
    font-size: 11px;
    padding-top: 40px;
    margin-top: 40px;
  }
}

.note li {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 5px;
}

.note li.cap {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 600;
}

@media only screen and (max-width: 960px) {
  .note li.cap {
    font-size: 13px;
  }
}

.note li.mt {
  margin-top: 30px;
}
/*# sourceMappingURL=luoxiaohei-movie-2nd_greeting.css.map */