@charset "utf-8";@font-face {
  font-family: Averta;
  src: local('Averta'),url(./font/Averta.woff2) format('woff2');
  font-weight: 400;
  font-display: swap;
  font-style: normal
}

@font-face {
  font-family: Averta;
  src: local('Averta Bold'),url(./font/Averta.woff2) format('woff2');
  font-weight: 700;
  font-display: swap;
  font-style: normal
}

@font-face {
  font-family: DomaineDisp;
  src: local('DomaineDisp Bold'),url(./font/DomaineDisp-Bold.woff2) format('woff2');
  font-weight: 700;
  font-display: swap;
  font-style: normal
}

@font-face {
  font-family: DomaineDisp;
  src: local('DomaineDisp-Semibold'),url(./font/DomaineDisp-Semibold.woff2) format('woff2');
  font-weight: 600;
  font-display: swap;
  font-style: normal
}
.popular {
  margin-bottom: 62px
}

.recommend_title {
  font-family: DomaineDisp;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: #044b4a;
  text-transform: uppercase;
  margin-bottom: 22px
}

.recommend_item {
  width: 100%;
  margin-bottom: 21px;
  box-sizing: border-box
}

.recommend_item h4 {
  font-family: ProductSans;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #333
}

.img_link {
  display: block;
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
  background-color: #f6fbf0
}

.img_link img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%
}

.r_box_item {
  width: 100%;
  margin-bottom: 21px;
  box-sizing: border-box
}

.r_box_item h4 {
  font-family: ProductSans;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #333
}

.ad {
  margin: 20px 0 32px
}

.list_banner {
  position: relative;
  font-size: 0
}

.list_img {
  width: 100%
}

.list_banner span {
  width: 100%;
  text-align: center;
  font-family: DomaineDisp;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 2px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-transform: uppercase
}

.list_menu {
  transform: translateY(-32px);
  z-index: 1;
  position: relative
}

.level_menu {
  max-width: 600px;
  height: 64px;
  max-height: 64px;
  background-color: #044b4a;
  padding: 0 24px;
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  left: 16px;
  right: 16px;
  margin: 0 auto
}

.level_menu span,.level_menu_link {
  display: inline-block;
  font-family: ProductSans;
  font-weight: 400;
  font-size: 18px;
  line-height: 64px;
  color: #fff;
  vertical-align: middle;
  width: 100%;
  text-align: center
}

.level_menu span a {
  color: #fff
}

.icon_more {
  width: 20px;
  height: 64px;
  fill: #dbbda7;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 24px
}

#level_menu_btn {
  display: none
}

#level_menu_btn:checked+.level_menu {
  height: auto;
  max-height: 500px;
  transition: all ease 1s
}

#level_menu_btn:checked+.level_menu .icon_more {
  transform: rotate(180deg)
}

.list_essay {
  margin-top: 72px
}

.back_to_top {
  display: none
}

.usetips {
  font-family: ProductSans;
  font-weight: 400;
  width: 100%;
  padding: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(115,115,115,.9);
  z-index: -1;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity ease .25s;
  transition: opacity ease .25s;
  font-size: 15px;
  line-height: 16px;
  box-sizing: border-box
}

.desktop-usetips {
  color: #fff
}

.usetips-link {
  color: #fff;
  text-decoration: underline;
  font-size: 13px;
  transform: translateY(-1px);
  display: inline-block
}

.usetips-ls {
  display: flex;
  margin-top: 6px
}

.usetips-item {
  display: inline-block;
  width: 110px;
  text-align: center;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  margin: 0;
  margin-right: 10px;
  height: 22px;
  line-height: 22px;
  font-size: 13px
}

span.usetips-item {
  background-color: #fff;
  color: #333;
  border-color: #fff
}

.not_find {
  border: 2px solid #f1f8e8;
  border-radius: 3px;
  padding: 25px;
  margin-bottom: 48px;
  text-align: center
}

.not_find img {
  width: 100%;
  margin-bottom: 35px
}

.not_find h2 {
  font-size: 22px;
  margin-bottom: 8px;
  font-family: Averta;
  font-weight: 700;
  color: #202020
}

.not_find p {
  font-size: 16px;
  margin-bottom: 24px
}

.not_find a {
  display: inline-block;
  width: 160px;
  height: 30px;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  background: #8b583e;
  text-transform: uppercase;
  color: #fff;
  border-radius: 30px;
  cursor: pointer
}

.not_find a:hover {
  opacity: .8
}

.archives {
  min-height: 72vh
}

.archives .l_box h2 {
  margin-bottom: 32px;
  font-family: ProductSans;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px
}

.slide .popular,.slide .r_box,.slide-footer {
  display: none
}

.slide #ads2,.slide .pageGo {
  margin: 20px 0
}

.morebtn {
  padding: 12px 20px;
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  bottom: 0;
  background: #ffff
}

.next-page-btn {
  display: block;
  font-family: Averta;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  padding: 8px;
  border-radius: 20px;
  background-color: #d72f2f;
  color: #fff
}

.slide .essay_box p {
  font-size: 18px;
  font-family: helvetica,georgia,times new roman,'serif';
  font-weight: 400;
  line-height: 32px
}

.slide .essay_box h4 {
  font-size: 22px;
  line-height: 26px
}

.slide .pageGo {
  border-radius: 6px;
  height: 66px
}

.slide .page_next {
  font-size: 30px;
  font-weight: 600;
  line-height: 66px
}

.slide .popular {
  display: none
}

.slide .ad-inline .ad:nth-child(2) {
  display: none
}

.slide .ad-inline .ad {
  margin-bottom: 20px
}

.advertisement {
  font-family: ProductSans;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 4px;
  color: #8990a1
}

@media screen and (min-width: 425px) {
  .article_item {
      width:50%;
      display: inline-block;
      vertical-align: top
  }

  .r_box_inner,.recommend_box {
      margin-right: -16px
  }

  .r_box_item,.recommend_item {
      width: 50%;
      margin-bottom: 20px;
      padding-right: 16px;
      display: inline-block;
      vertical-align: top
  }

  .log_box {
      width: 360px
  }
}

@media screen and (min-width: 600px) {
  .content-swiper .cover,.content-swiper .swiper-slide {
      padding-top:398px
  }

  .content-swiper .swiper-slide img {
      height: 398px
  }

  .content-swiper .swiper-pagination {
      top: 373px
  }

  .swiper-next,.swiper-prev {
      display: block;
      width: 60px;
      height: 60px;
      background-color: #044b4a;
      outline: 0;
      text-align: center;
      position: absolute;
      top: 52%;
      z-index: 9;
      opacity: .8;
      transform: translateY(-50%)
  }

  .swiper-next {
      opacity: 1
  }

  .swiper-prev:hover {
      opacity: 1
  }

  .swiper-prev {
      left: 16px
  }

  .swiper-next {
      right: 16px
  }

  .icon-next {
      width: 28px;
      height: 60px;
      fill: #fff
  }
}

@media screen and (min-width: 767px) {
  .r_box_item,.recommend_item {
      width:33.3333333%
  }
}

@media screen and (min-width: 768px) {
  section {
      margin-top:95px
  }

  .best_tl:before {
      width: 132px;
      margin-right: 24px
  }

  .best_tl:after {
      content: 'DESIGNS';
      display: block;
      position: absolute;
      right: 0;
      font-family: Averta;
      font-weight: 700;
      font-size: 48px;
      color: #dbbda7;
      opacity: .1
  }

  .article_item {
      width: 33.3333%;
      display: inline-block
  }

  .article_img:before {
      content: '';
      width: 100%;
      height: 100%;
      background-color: #044b4a;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      transition: all .2s ease 0s
  }

  .article_img:after {
      content: "\e503";
      font-family: iconfont;
      font-size: 48px;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      z-index: 1;
      opacity: 0;
      transition: all .2s ease 0s
  }

  .article_item:hover .article_img:before {
      opacity: .65
  }

  .article_item:hover .article_img:after {
      opacity: 1
  }

  .big_article_img {
      width: calc(40% - 20px);
      display: inline-block;
      margin-right: 20px;
      vertical-align: middle
  }

  .big_article {
      width: 60%;
      display: inline-block;
      vertical-align: middle
  }

  .big_article .category {
      margin-top: 0
  }

  .front_img {
      float: right
  }

  .back_img {
      left: 0;
      right: auto
  }

  .category_wrapper {
      display: flex;
      flex-direction: row;
      width: 100%
  }

  .category_box {
      width: 50%
  }

  .box {
      margin-top: 24px
  }

  .list_img {
      height: 320px;
      object-fit: cover
  }

  .list_banner span {
      font-size: 56px
  }

  .level_menu .icon_more {
      display: none
  }

  .level_menu {
      text-align: center;
      max-width: 1100px
  }

  .level_menu span,.level_menu_link {
      width: auto;
      margin: 0 8px
  }

  .level_menu span a,.level_menu_link {
      opacity: .35
  }

  .level_menu_link:hover {
      opacity: 1
  }

  .level_menu span:hover a {
      opacity: 1
  }

  .curr {
      opacity: 1!important
  }

  .footer_logo img {
      width: 220px
  }

  .footer_logo,.link-f {
      margin-top: 20px
  }

  .back_to_top {
      width: 45px;
      height: 45px;
      background-color: #044b4a;
      position: fixed;
      right: 16px;
      bottom: 150px;
      display: none;
      text-align: center;
      z-index: 99
  }

  .back_to_top .icon_down {
      width: 22px;
      height: 45px;
      transform: rotate(90deg);
      fill: #fff
  }
}

@media screen and (min-width: 1023px) {
  .wrapper {
      width:900px
  }

  .detail_page {
      width: 1023px
  }

}
@media screen and (min-width: 1440px) {
  
  .banner_title {
      font-size: 48px;
      line-height: 52px
  }

  .article_title {
      margin: 18px 0 24px
  }

  .banner-swiper {
      width: 891px;
      height: 640px;
      position: absolute;
      right: 122px
  }

  .swiper-page {
      left: -52px
  }

  #swiper-container2 {
      height: 170px
  }

  .down {
      width: 80px;
      height: 80px;
      bottom: -18px;
      right: 107px
  }

  .icon_down {
      height: 80px
  }

  .r_box {
      width: 300px;
      margin-left: 72px
  }
}

section {
  margin-top: 10px;
  position: relative
}

.common_tl {
  font-family: DomaineDisp;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #111;
  display: flex;
  align-items: flex-start;
  position: relative
}

.best_tl:before {
  content: '';
  display: block;
  width: 32px;
  height: 4px;
  background-color: #044b4a;
  margin-right: 10px;
  margin-top: 4px
}

.category {
  font-family: Averta;
  font-size: 14px;
  line-height: 14px;
  color: #cca589;
  margin: 24px 0 10px;
  display: block;
  text-transform: uppercase
}

.recommend_box{
  display: flex;flex-wrap: wrap;
}

