/* reset  */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {margin:0;padding:0;}
body{font:14px/2em Microsoft Yahei, tahoma, HELVETICA;text-align:left;}
ol,ul{list-style:none;}
h1,h2,h3,h4,h5,h6 { font-size: 100%;}
img{border:none;} 
i,em{font-style:normal;}
input,select,option,textarea{font-size:12px;}
a{text-decoration:none;} a:hover{text-decoration:underline;}

/* function */
noscript,.spanclass,.contentdiv,.hidden{display:none;}
.show,.block{display:block;}
.mark,.fl,.subMark,.fr {display: inline;}
.mark,.fl{float:left;} .sub-mark,.fr {float:right;}
.f14 {font-size:14px;} .f16 {font-size:16px;}
.clear{clear:both;height:0;line-height:0;font-size:0;overflow:hidden;}
.clearfix{*zoom:1} .clearfix:after{content:"\20";clear:both;height:0;display:block;overflow:hidden}
body { background: #F5F6F8 !important; font: 14px/2em Microsoft Yahei, tahoma, HELVETICA; text-align: left; color: #000; }
* html, * html body { background-image: url(about:blank); background-attachment: fixed; }
.inner { width: 1000px; margin: 0px auto; }
/**/
.over_h { overflow: hidden; zoom: 1; }
.img { border: none; background-color: #fff; }
a { color: #000; text-decoration: none; }
a:hover { color: #0F89FF; text-decoration: none; }
a:active { star: expression(this.onFocus=this.blur()); }
a:focus { outline: none; }
.clear { clear: both; }
strong { font-weight: normal; }
body .navibar,body .navibar-wrap { width: 1400px; }
html .g-footer { background:#fff; }
.fl { float: left; }
.fr { float: right; }
.mark, .fl, .subMark, .fr { display: inline; }
a:hover { color: #fff; }

.dn { display: none !important; }
.mr0 { margin-right: 0 !important; }

body .g-footer .gft-links,
body .g-footer .gft-links a{ color:#000;}
body .g-footer .gft-copyRight,
body .g-footer .gft-copyRight a{ color:#000;} 
.g-doc{
  overflow-x:hidden;
}
.inner{
    width:1400px;
    margin:0 auto;
}
.g-header {
  background: #fff;
}

.g-header .head-top {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.g-header h1 {
  height: 32px;
  display: flex;
  align-items: center
}

.g-header .logo {
  width: 160px;
  height: 32px;
  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: 32px;
  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;
  outline: none;
}

.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
}
.g-header h1 .m-top-float {
    display: flex;
    align-items: center;
}
.g-header h1 .m-top-float .m-top-icon-box {
    width: 166px;
    height: 64px;
    background: url(../image/top-title-float-tof.png) center / 100% 100% no-repeat;
}
.banner{
    height: 300px;
    width:100%;
    margin:0 auto;
}
.g-nav{
    width:100%;
    height:65px;
    background-color: #fff;
    text-align: center;
    margin-bottom:20px;
}
.g-nav .item{
    display: inline-block;
    width:100px;
    height:65px;
    font-size: 20px;
    line-height: 65px;
    color:#2D313E; 
    margin:0 10px;
    cursor: pointer;
    position: relative;
}
.g-nav .item:hover,.g-nav .item.cur{
    color:#0F89FF;
    font-weight: bold;
}
.g-nav .item:hover::before,.g-nav .item.cur::before{
    content:'';
    display: block;
    width:100px;
    height:3px;
    background: #0F89FF;
    position: absolute;
    bottom:0;
    left:0;
}

.g-content{
    padding-bottom:20px;
}
.g-content .pt-list{
    margin-right:-20px;
    overflow: hidden;
    min-height: 50vh;
}
.g-content .pt{
    float: left;
    width:264px;
    height:310px;
    background:#fff;
    margin-bottom:20px;
    margin-right:20px;
    border-radius: 6px;
    overflow: hidden;
}
.g-content .pt .img{
    display: block;
    width:264px;
    height: 198px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    margin-bottom:13px;
    object-fit: cover;
    transition:all .2s linear;
}
.g-content .pt:hover .img{
  transform: scale(1.05);
}
.g-content .pt .txt{
    padding:0 20px;
    height: 80px;
    position: relative;
}
.g-content .pt .tit{
    display: block;
    height:46px;
    font-size:16px;
    line-height: 23px;
    color:#2D313E;
    overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;
    margin-bottom:13px;
}
.g-content .pt .txt p{
    display: none;
}
.g-content .pt .info{
    width:224px;
    display: block;
    height:22px;
    overflow: hidden;
    position: absolute;
    bottom:0;
    left:20px;
}
.g-content .pt .author{
    width:150px;
    height:22px;
}
.g-content .pt .photo{
    width:20px;
    height:20px;
    border-radius:100%;
    border:1px solid #DFE5EA;
    margin-right:10px;
}
.g-content .pt .name{
    font-size:14px;
    line-height:22px;
    color:#848792;
}
.g-content .pt .tag{
    line-height: 20px;
    padding:0 10px;
    border:1px solid #dfe4ea;
    font-size:12px;
    color:#848792;
    border-radius:2px;
}







.g-content .pt:nth-child(17n+1){
    width:548px;
    height:640px;
    
}
.g-content .pt:nth-child(17n+1) .img{
    width:548px;
    height:410px;
    margin-bottom:20px;
}
.g-content .pt:nth-child(17n+1) .info{
  width:488px;
  position: absolute;
  bottom:0;
  left:30px;
}
.g-content .pt:nth-child(17n+1) .txt{
    padding:0 30px;
    height:186px;
}
.g-content .pt:nth-child(17n+1) .tit{
    height: auto;
    max-height:64px;
    line-height: 32px;
    font-size: 26px;
    margin-bottom:20px;
}
.g-content .pt:nth-child(17n+1) .txt p{
    display: block;
    height:48px;
    font-size: 14px;
    color:#848792;
    line-height: 24px;
    overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;
    margin-bottom: 35px;
}
.list-ts{
    display:none;
    height:40px;
    line-height: 40px;
    font-size:16px;
    text-align: center;
    color:#848792;
}
.loader {
    display:none;
    width: 23px;
    height: 23px;
    position: relative;
    z-index: 1;
    transform: translateX(-50%);
    margin: 0 auto 0;
    padding: 0 0 15px 0;
  }
  
  .loader::before, 
  .loader::after {
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    mix-blend-mode: multiply;
    animation: rotate92523 1s infinite cubic-bezier(0.77, 0, 0.175, 1);
  }
  
  .loader::before {
    background-color: rgba(15,137,255,0.5);
  }
  
  .loader::after {
    background-color: #0F89FF;
    animation-delay: .5s;
    left: 35px;
  }
  
  @keyframes rotate92523 {
    0%, 100% {
      left: 35px;
    }
  
    50% {
      left: 0%;
    }

  }

@media screen and (max-width:1440px){
  body .navibar,body .navibar-wrap{ width: 1200px; }
    .inner{
        width:1200px;
        margin:0 auto;
    }
    .banner{
        height:225px;
        width:100%;
    }
    .g-nav{
        width:100%;
        height:56px;
        background-color: #fff;
        text-align: center;
        margin-bottom:15px;
    }
    .g-nav .item{
        width:100px;
        height:56px;
        font-size: 18px;
        line-height: 56px;
    }
    
    
    .g-content .pt-list{
        margin-right:-15px;
        overflow: hidden;
    }
    .g-content .pt{
        float: left;
        width:228px;
        height:267px;
        background:#fff;
        margin-bottom:15px;
        margin-right:15px;
        border-radius: 6px;
    }
    .g-content .pt .img{
        display: block;
        width:228px;
        height: 170px;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
        margin-bottom:10px;
    }
    .g-content .pt .txt{
        padding:0 13px;
        height: 76px;
        position: relative;
    }
    .g-content .pt .tit{
        display: block;
        height:44px;
        font-size:14px;
        line-height: 22px;
        color:#2D313E;
        overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;
        margin-bottom:10px;
    }
    .g-content .pt .txt p{
        display: none;
    }
    .g-content .pt .info{
        width:202px;
        display: block;
        height:22px;
        overflow: hidden;
        position: absolute;
        bottom:0;
        left:13px;
    }
    .g-content .pt .author{
        width:150px;
        height:22px;
    }
    .g-content .pt .photo{
        width:18px;
        height:18px;
        border-radius:100%;
        border:1px solid #DFE5EA;
        margin-right:5px;
    }
    .g-content .pt .name{
        font-size:12px;
        line-height:22px;
        color:#848792;
    }
    .g-content .pt .tag{
        line-height: 18px;
        padding:0 8px;
        border:1px solid #dfe4ea;
        font-size:12px;
        color:#848792;
        border-radius:2px;
    }

    .g-content .pt:nth-child(17n+1){
        width:471px;
        height:549px;
        
    }
    .g-content .pt:nth-child(17n+1) .info{
      width:488px;
      left:30px;
    }
    .g-content .pt:nth-child(17n+1) .img{
        width:471px;
        height:353px;
        margin-bottom:18px;
    }
    .g-content .pt:nth-child(17n+1) .txt{
        padding:0 25px;
        height:164px;
    }
    .g-content .pt:nth-child(17n+1) .tit{
        height: auto;
        max-height:64px;
        line-height: 32px;
        font-size: 22px;
        margin-bottom:10px;
    }
    .g-content .pt:nth-child(17n+1) .txt p{
        display: block;
        height:44px;
        font-size: 12px;
        color:#848792;
        line-height: 22px;
        overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;
        margin-bottom: 20px;
    }
    .guide{
        right:0px!important;
        margin-right: 0!important;;
    } 
}



.guide {
    width: 70px;
    z-index: 300;
    margin-right:-790px;
    position: fixed;
    right: 50%;
    bottom: 35px;
    display: none;
  }
  .guide .guide-wrap {
    position: relative;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
  }
  .guide .guide-wrap a {
    height: 37px;
    line-height: 16px;
    padding: 5px 0 2px;
    display: block;
    text-align: center;
    color: #ccc;
    position: relative;
  }
  .guide .guide-wrap a:hover {
    color: #0f89ff;
    text-decoration: none;
  }
  .guide .guide-wrap a:hover .guide-ico {
    display: none;
  }
  .guide .guide-wrap a:hover .hover-txt {
    display: block;
    font-size: 12px;
    width: 24px;
    margin: auto;
  }
  .guide .guide-ico {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
  }
  .guide .sewm-mini {
    background: url('../image/side-logo.svg') no-repeat;
    background-size: contain;
  }
  .guide .ico-idea {
    background: url('../image/ico-suguess.png') no-repeat;
    background-size: contain;
  }
  .guide .ico-totop {
    background: url('../image/ico-goTop.png') no-repeat;
    background-size: contain;
  }
  .guide .hover-txt {
    display: none;
  }
  .guide .sewm:hover .sewm-mini {
    /* background: url('../image/side-logo.svg') no-repeat; */
    background-size: contain;
    display: inline-block !important;
  }
  .guide .sewm:hover .sewm-stxt {
    display: block;
  }
  .guide .sewm:hover .sewm-tc {
    display: block;
  }
  .guide .sewm:hover .sewm-pic {
    width: 238px;
    height: 270px;
    position: absolute;
    display: block;
    background: #fff;
    top: -123px;
    left: -205px;
    /* padding: 15px 0 0; */
    z-index: 0;
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.06));
  }
  .guide .sewm:hover .sewm-pic::after {
    content: "";
    z-index: -999;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    background: #fff;
    z-index: 2;
    position: absolute;
    right: -10px;
    top: 136px;
  }
  .guide .sewm .sewm-tc {
    position: absolute;
    display: none;
    width: 50px;
    height: 45px;
    top: 0;
    left: -51px;
    background: 0;
  }
  .guide .sewm .sewm-stxt {
    width: 18px;
    height: 18px;
  }
  .guide .sewm .sewm-txt1 {
    display: block;
    width: 238px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    font-size: 15px;
    color: #0077db;
    left: -204px;
    top: 90px;
    z-index: 3;
  }
  .guide .sewm .sewm-txt2 {
    font-weight: 700;
    top: 111px;
    z-index: 4;
  }
  .guide .side-nav {
    background: #fff;
    margin-bottom: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
  }
  .guide .side-nav a {
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 12px;
    position: relative;
  }
  .guide .side-nav a:hover,
  .guide .side-nav a .cur {
    color: #0f89ff;
  }


