.theater {
  padding-top: 120px;
}

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

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

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

.theater .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));
}

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

@media only screen and (max-width: 960px) {
  .theater_tab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 88%;
    margin: 0 auto;
  }
}

.theater_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.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}

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

.theater_tab_item:first-child {
  margin-left: 0;
}

.theater_tab_item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.theater_tab_item:hover {
  background: #ccc;
  color: #000;
}

.theater_area {
  max-width: 1000px;
  width: 80%;
  margin: 0 auto;
  padding-top: 60px;
}

@media only screen and (max-width: 960px) {
  .theater_area {
    width: 88%;
  }
}

.theater_area h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
}

@media only screen and (max-width: 960px) {
  .theater_area h3 {
    margin-bottom: 20px;
  }
}

.theater_cap {
  background: rgba(255, 255, 255, 0.1);
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 960px) {
  .theater_cap {
    font-size: 13px;
    padding: 10px;
  }
}

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

.theater_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 15px;
  border-bottom: solid 1px #444;
}

@media only screen and (max-width: 960px) {
  .theater_item {
    padding: 15px 10px;
  }
}

.theater_item .theater_block02_2 {
  font-size: 12px;
}

@media only screen and (max-width: 960px) {
  .theater_item .theater_block02_2 {
    font-size: 10px;
  }
}

.theater_block01 {
  width: 20%;
}

@media only screen and (max-width: 960px) {
  .theater_block01 {
    width: 30%;
  }
}

.theater_block02 {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 960px) {
  .theater_block02 {
    display: block;
    width: 70%;
  }
}

.theater_block02_1 {
  width: 60%;
}

@media only screen and (max-width: 960px) {
  .theater_block02_1 {
    width: 100%;
  }
}

.theater_block02_2 {
  width: 40%;
}

@media only screen and (max-width: 960px) {
  .theater_block02_2 {
    width: 100%;
  }
}
/*# sourceMappingURL=luoxiaohei-movie-2nd_theater.css.map */