header {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
}

.header {
  max-width: 1288px;

  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 6px 0;
}
.logo a {
  font-family: Mitr, Mitr;
  font-weight: 500;
  font-size: 30px;
  color: #333333;
  margin-left: 60px;
  line-height: 44px;
}
.headerdian {
  display: none;
}
.header1input {
  max-width: 450px;
  min-width: 300px;
  border-radius: 100px 100px 100px 100px;
  border: 1px solid #cac7d2;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  padding: 8px 24px;
  justify-content: space-between;
}
.headerul {
  display: flex;
}
.headerul li {
  margin: 12px;
}
.search_btn {
  display: block;
}
.search_btn img {
  width: 16px;
  height: 16px;
}

@media (max-width: 800px) {
  .headerdian {
    display: block;
  }
  .logo a {
    margin-left: 4px;
  }
}

/* 遮罩 */
.overlay{
  display: none;
}
@media (max-width: 800px) {
  .overlay {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    transition: opacity 0.5s, visibility 0.5s;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    -moz-transition: opacity 0.5s, visibility 0.5s;
    -ms-transition: opacity 0.5s, visibility 0.5s;
    -o-transition: opacity 0.5s, visibility 0.5s;
  }
  .overlay.visible {
    opacity: 1;
    visibility: visible;
  }
  .overlay-content {
    position: fixed;
    top: 0;
    left: -300px;
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
    transform: translateX(-100%);
    background: #fff;
    padding: 48px;
  }
  .overlay.visible .overlay-content {
    transform: translateX(0);
    left: 0;
  }
  .shohui {
    position: absolute;
    right: 48px;
    top: 58px;
  }
  .shohui img {
    width: 20px;
  }
  .zhezhaologo {
    font-family: Mitr, Mitr;
    font-weight: 500;
    font-size: 32px;
    color: #333333;
    line-height: 40px;
  }

  .zheul li {
    border-radius: 4px 4px 4px 4px;
    border-bottom: 1px solid #e2e0e9;
    padding-bottom: 26px;
    font-family: Nunito, Nunito;
    font-weight: 500;
    font-size: 16px;
    color: #413e4a;
    line-height: 24px;
  }

  .zheul {
    width: 100% !important;
    margin-top: 20px;
  }
  .share {
    display: flex !important;
    margin-top: 30px;
  }

  .share img {
    width: 24px;
  }
  .share li {
    font-family: Nunito, Nunito;
    font-weight: bold;
    font-size: 16px;
    color: #736e80;
    line-height: 24px;
  }
  .share li:nth-child(1) {
    margin: 12px 12px 0 0;
  }
}
@media (max-width: 500px) {
  .overlay-content {
    padding: 28px;
  }

  .shohui {
    right: 40px;
    top: 40px;
  }

  .zhezhaologo {
    font-size: 20px;
    line-height: 24px;
  }

  .zheul li {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 18px;
    padding-top: 20px;
  }
  .share img {
    width: 16px;
  }

  .share li {
    font-size: 12px;
    line-height: 16px;
  }
}

.home a{
color: #4000ff;
}
.mainul li:hover a{
color: #4000ff;
}
.mainul li:hover a{
color: #4000ff;
}
.zheul li:nth-child(1){
color: #4000ff;

}


 .icon-facebook:before,.icon-twitter:before,.icon-whatsapp:before,.icon-reddit:before,.icon-link:before  {
    font-size: 26px;
    font-weight: 100;
}
.icon-play3:before {
    padding-right: 10px;
    font-size: 16px;
}
.icon-fullscreen:before {
  
    font-size: 28px;
    color: #4000ff;
}

.icon-search:before {
   
    color: #4000ff;
}

















