*, ::after, ::before {
  box-sizing: border-box;
}
.cat-header .background{
  width: 100%;
  height: 360px;
}
.fb-block1 .background{
  width: 100%;
  height: 360px;
}

.fb-block1-wrap{
  display: flex;
  justify-content: space-between;
  padding: 60px 0px 90px;
}
.fb-block1-wrap .post-content .post-detail{
    position: relative;
}
.fb-block1-wrap .post-content .post-detail .need_pay{
    background-image: linear-gradient(180deg,rgba(255,255,255,0),#fff);
    height: 380px;
    position: absolute;
    left: 0;
    bottom:0;
    display:flex;
    align-items: end;
    width: 100%;
}
.fb-block1-wrap .post-content .post-detail .need_pay_img{
    height:auto;
    background-color:transparent;
}
.fb-block1-wrap .post-content .need_pay_btn{
    height: 40px;
    border-radius: 4px;
    border: 1px solid #FF942E;
    width: 372px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 500;
    color: #FF942E;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.post-list-wrap{
  display: flex;
  justify-content: space-between;
  padding: 60px 0 90px;
}
.title-24{
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 36px;
}
.tab-bar{
  display: flex;
  height: 84px;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.08);
}
.tab-bar a{
  display: block;
  flex: 1;
  text-align: center;
  line-height: 84px;
  font-size: 20px;
  color: #666;
}
.tab-bar .active{
  border-bottom: 4px solid #FF942E;
  color: #FF942E;
}
.post-list, .post-content{
  flex: 1;
  margin-right: 10%;
  width: 100%;
}
.siderbar{
  width: 25%;
  min-width: 276px;
}
.siderbar .pay-block{
    width: 320px;
    height: 320px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(121, 131, 140, 0.1);
    border-radius: 4px;
    padding-top:27px;
    text-align: center;
    margin-bottom:40px;
}
.siderbar .pay-block .pay-title{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}
.siderbar .pay-block .pay-code{
    width: 160px;
    height: 160px;
    margin:0 auto;
    margin-top: 20px;
}
.siderbar .pay-block .pay-code img{
    width: 100%;
    height: 100%;
}
.siderbar .pay-block .pay-btn{
    width: 200px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0 auto;
    background: #FF942E;
    line-height: 40px;
    border-radius: 4px;
    margin-top: 20px;
    cursor: pointer;
}
.siderbar .tel{
  display: flex;
  justify-content: space-between;
  padding: 24px;
  height: 105px;
  border-radius: 4px 4px 0px 0px;
  border: 1px solid rgba(216,216,235,0.6);
  margin-bottom: 40px;
}
.tel{
  display: block;
  cursor: pointer;
}
.tel .tel-title{
  font-size: 18px;
  font-weight: 600;
  color: #FF942E;
  line-height: 25px;
  margin-bottom: 12px;
}
.tel .tel-number{
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
.tel img{
  width:64px;
  height:55px;
}
.ad{
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
}
.ad img{
  transition: all 0.4s;
  height: auto;
  width: 100%;
}
.ad img:hover{
  transform: scale(1.1)
}
.hot-post{
  border-radius: 4px 4px 0px 0px;
  border: 1px solid rgba(216,216,235,0.6);
}
.hot-post .header{
  height: 80px;
  border-bottom: 1px solid #D8D8EB;
  padding: 24px;
}
.hot-post .header-title{
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
}
.fb-before-line{
  display: flex;
  align-items: center;
}
.fb-before-line::before{
  content: '';
  width: 8px;
  height: 20px;
  border-radius: 4px;
  margin-right: 10px;
  background-color: #FF942E;
}
.hot-list{
  padding: 24px 24px 0;
}
.hot-list .item{
  display: block;
}
.hot-list .item-title{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  color: #333333;
  margin-bottom: 16px;
  line-height: 27px;
}

.hot-list .item-time{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-bottom: 24px;
}

.post-item{
  display: flex;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(216,216,235, 0.6);
  padding-bottom: 20px;
}
.post-item img{
  width: 240px;
  height: 135px;
}

.post-des{
  margin-left: 20px;
  position: relative;
}
.post-des .item-title{
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 27px;
  height: 27px;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.post-des .item-des{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  height: 40px;
  margin-bottom: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.post-des .item-time{
  height: 16px;
  bottom: 0;
  position: absolute;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.post-des .item-tag{
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.cat-wrap{
  display: flex;
  flex-direction: column;
}
.cat{
  width: 100%;
}
.cat-title{
  display: flex;
  justify-content: space-between;
  height: 56px;
  align-items: center;
  padding: 0 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  border: 1px solid #D8D8EB;
  opacity: 0.6;
}

.post-des .top{
  display: flex;
  justify-content: space-between;
}
.post{
  margin-top: 70px;
  margin-right: 100px;
}

.bread{
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  margin-bottom: 24px;
  display: flex;
}
.post-tag-title{
  margin-bottom: 24px
}
.archive-content .post-list{
  width: 100%;
  margin-right: 0;
}
.post-categories{
  display: flex;
}
.bread .line{
  width: 1px;
  height: 12px;
  /* background: #EBEBEB; */
  border-radius: 1px;
  margin: 0 7px;
}
.bread a{

  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.bread a:hover{
  color: #FF8E22 ;
}
.post-title{
  font-size: 36px;
  font-weight: 500;
  color: #333333;
  line-height: 50px;
  margin-bottom: 48px;
}
.post-head{
  display: flex;
  margin-bottom: 60px;
}

.post-head .left{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 80px;
}
.post-head .left img{
  width: 200px;
  height: 200px;
  margin-bottom: 24px;
  border-radius: 100px;
  overflow: hidden;
  border: none;
}
.post-head .left .name{
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 4px;
}
.post-head .left .job{
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.post-head .right{
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
.post-head .line{
  width: 70px;
height: 4px;
background: #FF942E;
border-radius: 2px;
margin: 20px 0 24px;
}

.hot-tag{
  margin-bottom: 48px;
}
.hot-tag .title-24{
  margin-bottom: 24px;
}
.hot-tag .tag-list{
  display: flex;
  flex-wrap: wrap;
}

.hot-tag a{
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #E5E0E0;
  font-size: 14px !important;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 0 16px;
}
.case .title-24{
  margin-bottom: 24px;
}
.case .case-list .item{
  display: flex;
  margin-bottom: 10px;
}

.case .case-list img{
  width: 100px;
  height: 100px;
  margin-right: 20px;
}
.case .case-company{
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 26px;
  margin-bottom: 8px;
}
.case .case-title{
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.case .case-tag{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-bottom: 6px;
  height: 20px;
  overflow: hidden;
}

.hot-case{
  margin-top: 64px;
}
.hot-case .case-list{
  display: flex;
  margin-top: 32px;
}
.hot-case .case{
  display: block;
  width: calc(25% - 20px);
  margin-right: 20px;
  margin-bottom: 40px;
  padding: 0;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #EFE9E9;
  transition: 0.3s;
}
.hot-case .case:hover{
  transform: translateY(-10px);
  box-shadow: 0px 4px 20px 0px #EFE9E9;
  border-radius: 4px;
  border: 1px solid #EFE9E9;
}
.case .cate{
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  margin-bottom: 8px;
}


.hot-case .content{
  padding: 16px 24px 14px;
}

.hot-case .case-img{
  width: 100%;
  height: 150px;
}
.hot-case .img-wrap{
  overflow: hidden;
  width: 100%;
  height: 150px;
}
.hot-case .case .title{
  min-height: 40px;
}
.case .name{
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 26px;
  margin-bottom: 8px;
}
.case .title{
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  text-align: left;
  margin-bottom: 16px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;

}

.case .tag{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-bottom: 16px;
}
.case .detail{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}

.pagination{
  margin-top: 40px;
}
.pagination ul{
  display:flex;
}
.pagination .active{
  display:flex;
}
.pagination li{
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #EFE9E9;
  color: #454A4D;
  font-size: 14px;
  margin-right: 8px;
}

.pagination li a{
  color: #454A4D;
  display: block;
}

.pagination li:hover{
  border-color: #FF942E;
}
.pagination li span{
  width: 100%;
}
.pagination .active{

  border: none;
  color: white;
  background: #FF942E;

}
.pagination .next-page{
  width: 84px;
  height: 32px;
}

.pagination .prev-page{
  width: 84px;
  height: 32px;
}
.pagination .total-page{
  width: 84px;
  height: 32px;
}
.pagination .disable{
  background: #F1F1F1;
  border: none;
}
.article_nav{
  margin-top: 33px;
  font-size: 16px;
}
.article_nav a{
  color: #666666;
}
.article_nav a:hover{
  color: #FF942E;
}
.post-detail img{
  height: 100%;
  margin: 20px auto;
  display: block;
}
.wp-video{
  margin-bottom: 10px;
}
.page-404{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
}
.page-404 img{
  width:720px;
  height:420px;
  margin-bottom: 62px;
}
.page-404 .title{
  font-size: 24px;
  line-height:33px;
  color: #000000;
  margin-bottom: 8px;
}
.page-404 .phone{
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  margin-bottom: 40px;
}
.page-404 .action{
  display: flex;
  flex-direction: row;
}
.page-404 .action .left{
  box-shadow: 0px 6px 6px 0px rgba(255, 188, 125, 0.3);
}
.page-404 .action .right{
  border-radius: 4px;
  border: 1px solid #F2994A;
  color: #F2994A;
  background-color: white;
  margin-left: 16px;
}
.reg-wrap{
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(121, 131, 140, 0.1);
  border-radius: 4px;
  padding: 32px 24px 24px;
  margin-bottom: 32px;
}
.reg-wrap .fb-btn{
  width: 100%;
}
.reg-wrap .title{
  font-size: 18px;
  color: #FF8E20;
  line-height: 26px;
  text-align: left;
  margin-bottom:32px;
}
.reg-done{
  display: none;
}
.reg-done .title, .m-reg-done .title{
  margin-bottom: 16px;
  font-size: 24px;
  color: #47433f;
  line-height: 36px;
  color: #FF8E20;
}
.reg-done .detail, .m-reg-done .detail{
  margin-bottom: 32px;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}
.reg-done .down, .m-reg-done .down {
  margin-bottom: 12px;
  background: white;
  border: 1px solid #FF942E;
  color: #FF942E;
}

input{
  border: none;
  outline: none;
  height: 40px;
  font-size: 14px;
}
.input-wrap{
  height: 40px;
  border-radius: 2px;
  padding: 0 12px;
  margin-bottom: 16px;
  border: 1px solid #cccccc;
  align-items: center;
}
.input-wrap input{
  width: 100%;
  height: 100%;
}
.captcha-input{
  display: flex;
}
.captcha-input input{
  flex: 1;
}
.phone-wrap .input-title{
  display: flex;
  justify-content: space-between;
}
.phone-error{
  color: red;
}
#captch-btn{
  width: 90px;
  color:#FF8E22;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
}
.input-wrap:hover{
  border: 1px solid #FF8E22;
}
.input-wrap:hover{
  border: 1px solid #FF8E22;
}

#fb-toast{
  display: none;
  z-index: 100;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  color: white;
  position: absolute;
  text-align: center;
  top: 100px;
  left: 50%;
  border-radius: 4px;
  background-color: tomato;
  transform: translate(-50%,-50%);
}
.m-reg-wrap{
  display: none;
}
.m-reg-form{
  display: none;
}
.m-reg-done{
  display: none;
}
#fb-toast{
  display: none;
  z-index: 100;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  color: white;
  position: fixed;
  text-align: center;
  top: 100px;
  left: 50%;
  border-radius: 4px;
  background-color: tomato;
  transform: translate(-50%,-50%);
}
@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation: shake 1s;
}

@media screen and (min-width: 768px) and (max-width: 1200px){

  .post-content{
    margin: 0 auto;
  }
  .post-container .siderbar{
    display: none;
  }
  .hot-case .case{
    width: calc(33% - 20px);
  }
}
@media screen and (max-width: 1380px){
  .tel img{
    display:none;
  }
}


@media(max-width: 768px){

  .tab-bar{
    flex-direction: column;
  }
  .post{
    margin-right: 0;
  }
  .post-list{
    border: 1px solid #D8D8EB;
    padding: 20px 20px 0;
    margin: 0 auto;
  }
  .post-item{
    flex-direction: column;
  }
  .post-item img{
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .post-des{
    width: 100%;
    padding: 12px 0 0;
    margin-left: 0;
  }
  .post-des .item-tag{
    max-width: 60%;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .post-des .item-title{
    margin-bottom: 0;
  }
  .post-des .item-time{
    position: relative;
  }
  .siderbar{
    display: none;
  }
  .post-head{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 60px;
    margin-top: 24px;
  }
  .post-head .line {
      margin: 20px auto 24px;
  }
  .post-head .left{
    margin-right: 0;
  }
  .post-title{
    text-align: center;
    margin-bottom: 32px;
  }
  .post-content{
    margin: 0;
  }
  .fb-block1-wrap{
    padding: 20px 16px 32px;
  }
  .hot-case .case-list{
    /* display: flex; */
    /* margin-top: 32px; */
    flex-direction: column;
  }

  .hot-case{
    width: 375px;
    margin: 0 auto;
  }
  .hot-case .case{
    width: 100%;
  }
  .page-404 img{
    width:288px;
    height:168px;
  }
  .page-404 .action{
    display: flex;
    flex-direction: column;
  }
  .page-404 .action .right{
    margin-left: 0;
    margin-top: 16px;
    border: none;
    width: 112px;
  }
  .reg-wrap{
    margin-top: 55px;
  }
  .m-reg-wrap{
    display: block;
  }
  .m-reg-form{
    display: block;
  }
  .m-reg-done{
    display: none;
  }
}

