.calendar__nav {
  background: url(../img/calendar/banner.png) no-repeat center;
  background-size: cover;
}

.calendar__wrapper {
  min-height: 600px;
  margin-bottom: 65px;
}
.calendar__wrapper .tab_wrap {
  margin-top: 30px;
  border-bottom: solid 1px #eee;
  display: flex;
}
.calendar__wrapper .tab_wrap .item {
  width: 130px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #fafafa;
  font-size: 18px;
  color: #666666;
  margin-right: 10px;
  cursor: pointer;
}
.calendar__wrapper .tab_wrap .item h3 {
  display: inline-block;
}
.calendar__wrapper .tab_wrap .item.active {
  background: #3659B6;
  color: #fff;
}

.detail {
  font-size: 14px;
  color: #999;
  box-sizing: border-box;
  padding: 20px;
  border-bottom: solid 1px #eee;
}
.detail .impor,
.detail .country {
  display: none;
}
.detail h4 {
  margin: 20px 0;
  color: #333;
}
.detail h4 span {
  margin-right: 22px;
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
.detail h4 span:before {
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: solid 1px #eee;
  border-radius: 50%;
}
.detail h5 p {
  display: inline-block;
}
.detail h5 span {
  margin-right: 30px;
  color: #1a9d00;
}

@media (max-width: 1080px) {
  .calendar__wrapper {
    min-height: 100vw;
    margin-bottom: 16vw;
  }
  .calendar__wrapper .tab_wrap {
    margin: 5.333vw 0;
    justify-content: space-between;
    border-bottom: none;
  }
  .calendar__wrapper .tab_wrap .item {
    width: 16vw;
    height: 16vw;
    font-size: 3.2vw;
    margin-right: 1.333vw;
    line-height: 7.2vw;
  }
  .calendar__wrapper .tab_wrap .item h3 {
    font-size: 6.4vw;
    display: block;
  }
  .calendar__wrapper .tab_wrap .item.active {
    border-radius: 1.6vw;
  }
  .calendar__wrapper .detail {
    font-size: 3.733vw;
    padding: 4vw;
    border-bottom: none;
    margin-bottom: 2.667vw;
    background: #fafafa;
  }
  .calendar__wrapper .detail .impor {
    display: inline-block;
    margin-left: 4vw;
    color: #333;
  }
  .calendar__wrapper .detail .country {
    display: inline-block;
  }
  .calendar__wrapper .detail h4 {
    margin: 2.667vw 0;
    color: #333;
  }
  .calendar__wrapper .detail h4 span {
    margin-right: 2.933vw;
    padding-left: 6.5vw;
  }
  .calendar__wrapper .detail h4 span:before {
    width: 5.333vw;
    height: 5.333vw;
  }
  .calendar__wrapper .detail h5 p {
    display: none;
  }
  .calendar__wrapper .detail h5 span {
    margin-right: 5.333vw;
    color: #1a9d00;
  }
  .calendar__wrapper .detail h5 span:nth-last-child(1) {
    margin-right: 0;
  }
}/*# sourceMappingURL=calendar.css.map */