/*头部 */
i {
  font-style: normal;
}
input {
  font-size: 12px;
  font-family: Microsoft Yahei, tahoma, HELVETICA;
  outline: none
}
/* 导航g-header */
.g-header .wrap {
  position: relative;
  margin: 0 auto;
  width: 1400px;
}
.g-header {
  background: #fff;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}
.g-header .head-top {
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.g-header h1 {
  height: 32px;
  display: flex;
  align-items: center
}
.g-header .logo {
  width: 174px;
  height: 34px;
  background: url("../image/logo-pconline-new.webp") no-repeat;
  background-size: contain;
  overflow: hidden;
  line-height: 1000px
}
.g-header .channel-name {
  font-size: 28px;
  font-weight: 700;
  color: #0F89FF;
  margin-left: 12px;
  padding-left: 12px;
  height: 34px;
  line-height: 32px;
  border-left: 1px solid #D8D8D8
}
.g-header .search {
  width: 335px;
  height: 40px;
  border-radius: 20px;
  background: #F5F6F8 url("../image/ico-search.png") 15px center no-repeat;
  background-size: 15px;
  padding-left: 40px;
  box-sizing: border-box
}
.g-header .search .ks-input {
  display: flex;
  align-items: center
}
.g-header .search .txt {
  border: none;
  height: 40px;
  flex: 1;
  width: 100%;
  background: transparent
}
.g-header .search .btn-search {
  width: 74px;
  height: 40px;
  border-radius: 20px;
  background-image: linear-gradient(-90deg, #00ADF7 0, #0781F0 100%);
  border: none;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  cursor: pointer
}
/* nav */
.g-header .nav {
  width: 360px;
  position: absolute;
  left: 341px;
  top: 0;
}
.g-header .nav .item {
  height: 90px;
  line-height: 90px;
  font-size: 0;
  float: left;
  color: #2D313E;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.g-header .nav div + div {
  margin-left: 70px;
}
.g-header .nav .item:hover {
  background: #fff;
  color: #07d;
}
.g-header .nav .ic {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top;
  margin-top: 36px;
  margin-right: 10px;
  background: url(../image/i_nav.png);
  background-size: 20px;
}
.g-header .nav .lm {
  background-position: 0 0;
}
.g-header .nav .pd {
  background-position: 0 -60px;
}
.g-header .nav .more {
  background-position: 0 -120px;
}
.g-header .nav .current {
  color: #0F89FF;
  /* border-bottom: 2px solid #289bff; */
}
.g-header .nav .current .line {
  display: block;
}
.g-header .nav .item:hover .lm, .g-header .current .lm {
  background-position: 0 -30px;
}
.g-header .nav .item:hover .pd, .g-header .current .pd {
  background-position: 0 -90px;
}
.g-header .nav .item:hover .more, .g-header .current .more {
  background-position: 0 -150px;
}
.g-header .nav .txt {
  font-size: 18px;
}
.g-header .nav .line {
  width: 100%;
  height: 2px;
  background: #0F89FF;
  position: absolute;
  bottom: 0px;
  right: 0;
  display: none;
}
.g-header .nav-pannel {
  width: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.98);
  left: 0;
  top: 90px;
  border-top: 1px solid #F5F6F8;
  box-shadow: 0 4px 16px 0 #0000000a;
  z-index: 12;
}
.g-header .nav-pannel .pannel {
  height: auto;
  overflow: hidden;
  padding: 10px 0;
  width: 1400px;
  margin: 0 auto;
  display: none
}
.g-header .nav-pannel .pannel a {
  line-height: 36px;
  float: left;
  margin-right: 40px;
  font-size: 16px;
  color: #2D313E;
  text-decoration: none;
}
.g-header .nav-pannel .pannel a:hover {
  color: #289bff;
  text-decoration: none;
}
.g-header .nav-pannel .pannel .active {
  color: #289bff;
}
/* /nav */
/* /导航g-header */
@media screen and (max-width: 1440px) {
  .g-header .wrap {
    width: 1200px;
  }
  /* 导航g-header */
  .g-header .head-top {
    height: 78px;
  }
  .g-header .logo {
    width: 150px;
    height: 30px;
  }
  .g-header .channel-name {
    font-size: 24px;
    height: 30px;
    line-height: 26px;
  }
  .g-header .search {
    width: 288px;
    height: 34px;
    border-radius: 17px;
    background-size: 12.5px;
    background-position: 12px center;
    padding-left: 34px;
  }
  .g-header .search .txt {
    height: 34px;
  }
  .g-header .search .btn-search {
    width: 64px;
    height: 34px;
    border-radius: 17px;
    line-height: 34px;
    font-size: 14px;
  }
  .g-header .nav {
    left: 295px;
  }
  .g-header .nav .item {
    height: 78px;
    line-height: 78px;
  }
  .g-header .nav .ic {
    margin-top: 30px;
    transform: scale(.9);
  }
  .g-header .nav .txt {
    font-size: 16px;
  }
  .g-header .nav-pannel {
    top: 78px;
  }
  .g-header .nav-pannel .pannel {
    width: 1200px;
  }
  .g-header .nav-pannel .pannel a {
    font-size: 14px;
    line-height: 30px;
  }
  /* /导航g-header */
}
/*头部 */
.pc-share .bdshare-button-style0-16 {
  height: 26px;
  padding: 6px;
  zoom: 1
}
.pc-share .bdshare-button-style0-16 a {
  width: 26px;
  height: 26px;
  padding: 0;
  margin: 0 2px 0 0;
  float: left;
  background-image: url(static/image/art_tools_v3.png) !important
}
.pc-share .bdshare-button-style0-16 a.bds_more {
  display: none
}
.pc-share .bdshare-button-style0-16 a.bds_weixin {
  background-position: 0 0 !important
}
.pc-share .bdshare-button-style0-16 a.bds_sqq {
  background-position: -162px 0 !important
}
.pc-share .bdshare-button-style0-16 a.bds_qzone {
  background-position: -27px 0 !important
}
.pc-share .bdshare-button-style0-16 a.bds_tsina {
  background-position: -54px 0 !important
}
.pc-share .bdshare-button-style0-16 a.bds_tqq {
  background-position: -81px 0 !important
}