@font-face {
  font-family: "Montserrat-Black";
  src: url("https://olivetreeweb.com/soueast/front-asset/font/Montserrat-Black.otf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("https://olivetreeweb.com/soueast/front-asset/font/Montserrat-Bold.otf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("https://olivetreeweb.com/soueast/front-asset/font/Montserrat-Regular.otf") format("truetype");
}
body {
  font-family: "Montserrat-Regular";
}

.media {
  background-color: #fff;
  padding: 1.5rem 1.3rem;
}

.media .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 1rem;
}

.media .head .head-left {
  font-size: 0.5rem;
  color: #000;
  font-family: "Montserrat-Black";
}

.media .head .head-right {
  display: flex;
  height: 100%;
  align-items: center;
}

.media .head .head-right .nav {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.2rem;
  cursor: pointer;
  width: 1.76rem;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.media .head .head-right .active {
  position: relative;
  color: #000;
  font-family: "Montserrat-Bold";
}

.media .head .head-right .active::after {
  content: "";
  position: absolute;
  bottom: 0rem;
  width: 100%;
  height: 1px;
  background-color: #000;
  left: 0;
}

.media .list {
  padding: 0.5rem 0;
}
.media .list ul {
  margin-top: 44px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.media .list ul li {
  width: 100%;
  margin-bottom: 0.9rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.media .list ul li .top-box {
  flex: 1;
}
.media .list ul li .top-box img {
  width: 100%;
}
.media .list ul li .top-box .d {
  display: none;
}
.media .list ul li .bottom-box {
  padding-right: 1rem;
  width: 40%;
}
.media .list ul li .bottom-box .d {
  font-size: 0.7rem;
  color: rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-family: "Montserrat-Black";
}
.media .list ul li .bottom-box .t {
  color: #000;
  font-size: 0.2rem;
  line-height: 0.36rem;
  font-weight: 300;
  letter-spacing: 0.012em;
  margin-top: 0.5rem;
}
.media .list ul li .bottom-box .date {
  color: #8d8d8d;
  font-size: 0.18rem;
  margin-top: 0.35rem;
  font-weight: 700;
  letter-spacing: 0.014em;
}
.media .list ul li .bottom-box .btn {
  display: block;
  width: 2.5rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.14rem;
  cursor: pointer;
  margin-top: 0.5rem;
  background-color: #000;
  color: #fff;
  border-radius: 0.5rem;
  font-family: "Montserrat-Bold";
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.5rem;
}
.media .list ul li .bottom-box .btn img {
  width: 0.2rem;
}

.btn1 {
  display: block;
  width: 2.5rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.14rem;
  margin: 0 auto;
  cursor: pointer;
  color: #fff;
  background-color: #000;
  font-family: "Montserrat-Bold";
  border-radius: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.5rem;
}
.btn1 img {
  width: 0.2rem;
}

/* button */
.btn-stay{
  width: 2.7rem;
  height: 0.6rem;
  border-radius: 50px;
  overflow: hidden;
  margin: 0 auto;
}
.btn-stay .bt_mask{
  background-color: #000;
}
.btn-stay .bt_t{
  color: #fff;
  font-weight: bold;
}

.btn-stay_1{
  width: 2.7rem;
  height: 0.6rem;
  border-radius: 50px;
  overflow: hidden;
  margin-top: 1.1rem;
}
.btn-stay_1 .bt_mask{
  background-color: #000;
}
.btn-stay_1 .bt_t{
  color: #fff;
  font-weight: bold;
}




@media (max-width: 768px) {
  .btn1 {
    font-size: 0.22rem;
    width: 80%;
    height: 0.88rem;
    line-height: 0.88rem;
    margin-top: 1rem;
  }
  .media {
    padding: 1.88rem 0.48rem;
  }
  .media .head {
    flex-direction: column;
    border: none;
  }
  .media .head .head-left {
    font-size: 0.6rem;
  }
  .media .head .head-right {
    width: 100%;
    margin-top: 0.9rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .media .head .head-right .nav {
    width: 50%;
    font-size: 0.27rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 0.32rem;
  }
  .media .head .head-right .active::after {
    bottom: -1px;
  }
  .media .list {
    padding: 0 0 0;
  }
  .media .list ul {
    margin-top: 0;
  }
  .media .list ul li {
    width: 100%;
    flex-direction: column;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 0.6rem;
    margin-bottom: 0;
  }
  .media .list ul li .top-box .d {
    color: rgba(0, 0, 0, 0.1);
    font-family: "Montserrat-Black";
    font-size: 0.67rem;
    padding: 0.5rem 0;
    display: block;
    text-transform: uppercase;
  }
  .media .list ul li .bottom-box {
    width: 100%;
    padding: 0.6rem 0 0;
  }
  .media .list ul li .bottom-box .d {
    display: none;
  }
  .media .list ul li .bottom-box .t {
    font-size: 0.36rem;
    margin-top: 0;
    line-height: 0.44rem;
  }
  .media .list ul li .bottom-box .date {
    font-size: 0.27rem;
    margin-top: 0.5rem;
    color: #8d8d8d;
  }
  .media .list ul li .bottom-box .btn {
    display: none;
  }
} /*# sourceMappingURL=event.css.map */
