.wh-box{
    width: 100%;
    max-width: 1000px;
    margin: 3rem auto 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.box-left h2{
    line-height: 1.2;
    font-size: 4rem;
    font-weight: normal;
    margin-bottom: 1rem;
}
.box-left h2 p{
    line-height: 1.2;
}
.box-left{
    line-height: 2;
    width: 425px;
}
.box-left span{
    font-size: 1.2rem;
}
.index-more{
    font-size: 1.2rem;
}
.index-more{
    margin-top: 2rem;
}
.index-more a {
    color: #333;
    position: relative;
    text-decoration: none; /* 去掉默认下划线 */
}
.index-more a:hover{
    color: #25d366;
}
.index-more a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px; /* 调整下划线距离文字的距离 */
    width: 80%;
    height: 2px; /* 下划线的高度 */
    background-color: #25d366; /* 下划线的颜色 */
}
.wh-tit{
    text-align: center;
}
.wh-tit h2{
    text-align: center;
    font-size: 2.4rem !important;
    font-weight: 700;
}
.wh-tit div{
    width: 650px;
    margin: .8rem auto;
    font-size: 1.1rem;
    line-height: 180%;
}
.wh-box-1{
    width: 100%;
    max-width: 1152px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}
.wh-box-1 div{
    text-align: center;
}

.wh-box-1 div b{
    display: block;
    margin-top: 1rem !important;
    color: #000;
    font-size: 1.5rem;
}
.wh-footer{
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.wh-footer-main{
    width: 1152px;
    margin: auto;
}
.wh-footer-1{
    display: flex;
    align-items: center;
    gap: 1rem;
    border-bottom: solid 1px #CCC;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}
.foot-logo{
    width: 40px;
    height: 40px;
    border-radius: .5rem;
    overflow: hidden;
}
.wh-footer-1 ul{
    display: flex;
    gap: 1rem;
}
.wh-footer-1 ul li a{
    color: #000;
    display: flex;
    gap: .2rem;
    justify-items: center;
    align-items: center;
}
.wh-footer-2{
    font-size: 1rem;
    display: flex;
    gap: 1rem;
}
.wh-footer-2 a{
    color: #000;
}
.wh-downapp-tit{
    text-align: center;
}
.wh-downaa-img{
    text-align: center;
    max-height: 500px;
}
.wh-downaa-img img{
    max-height: 450px;
}
.wh-down-btn{
    text-align: center;
}
.wh-down-btn-tit{
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
    margin: 1rem 0;
}
.wh-down-link{
    margin: auto;
    display: block;
    width: 400px;
    height: 45px;
    line-height: 45px;
    border-radius: .5rem;
    background-color: #48d366;
    color: #000;
    font-weight: bold;
    margin-bottom: 1rem;
}
.wh-down-link:hover{
    background-color: #FFF;
    color: #000;
    border: solid 1px #000;
    text-decoration: none;
}
.nextorprev{
/*    width: 760px;*/
    margin: auto;
}
.nextorprev a{
    text-decoration: none;
    color: #000;
}
.nextorprev a:hover{
    text-decoration: underline;
}
@media screen and (max-width: 750px) {
    .wh-box {
        width: 100%;
        display: block;
        padding: .8rem;
    }
    .box-left h2{
        font-size: 2rem;
    }
    .box-left span{
        font-size: 1rem;
    }
    .box-left{
        width: 100%;
    }
    .index-more{
        margin-bottom: 1rem;
    }
    .wh-tit{
        padding: .8rem;
    }
    .wh-tit h2{
        font-size: 2rem;
    }
    .wh-tit div{
        width: 100%;
        margin-top: 1rem;
    }
    .wh-box-1{
        width: 100%;
        padding: .8rem;
        grid-template-columns: 1fr;
    }
    .wh-footer-main{
        width: 100%;
        padding: .8rem;
    }
    .wh-footer-1{
        display: none;
    }
    .wh-footer-2{
        display: block;
        line-height: 180%;
    }
    .wh-footer-2 a{
        display: block;
    }
    .wh-down-link{
        width: 100%;
    }
  }
  .box-right button{
    height: auto;
  }
  
  
  
  
  .latest-posts-placeholder {
      background-color: #25d366;
      color: #fff;
      text-align: center;
      padding: 20px 0;
  }
.news-list{
    margin-top: 40px;
}
.wh-box-1,
.news-list,
.wh-box{
    padding-right: 2%;
    padding-left: 2%;
}
.wh-downaa-img{
    margin-top: 20px;
}
.breadcrumbs{
    display: flex;
    align-items: center;
}
.breadcrumbs .seperator{
    margin-left: 4px;
    margin-right: 4px;
}
.wh-downapp{
    margin-bottom: 40px;
}

.news-list a:hover{
    text-decoration: none;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


#faqsu-faq-list {
    background: #F0F4F8;
    border-radius: 5px;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#faqsu-faq-list .faqsu-faq-single {
    background: #fff;
    padding: 15px 15px 20px;
    box-shadow: 0px 0px 10px #d1d8dd, 0px 0px 40px #ffffff;
    border-radius: 5px;
    margin-bottom: 1rem;
}
#faqsu-faq-list .faqsu-faq-single:last-child {
    margin-bottom: 0;
}
#faqsu-faq-list .faqsu-faq-question {
    border-bottom: 1px solid #F0F4F8;
    padding-bottom: 0.825rem;
    margin-bottom: 0.825rem;
    position: relative;
    padding-right: 40px;
}
#faqsu-faq-list .faqsu-faq-question:after {
    content: "?";
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #c6d0db;
    background: #F0F4F8;
    border-radius: 40px;
    font-size: 20px;
}
#ez-toc-container{
    margin: 20px 0;
}
.atk-title strong{
    color: #000;
}
.pageout{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.pagination-nav{
    display: flex;
    align-items: center;
}
.pagination-nav span,
.pagination-nav a{
    font-size: 1em;
    justify-content: center;
    margin: .25rem;
    padding-left: .5em;
    padding-right: .5em;
    text-align: center;
    display: block;
    height: 2.5em;
    min-width: 2.5em;
    line-height: 2.5;
    border: 1px solid  #dbdbdb;
    color: #363636;
    text-decoration: none;
    -webkit-transition:.3s;
    transition:.3s;
}
.pagination-nav .current{
    color: #fff;
    background-color: #17D869;
}
.pagination-nav span:hover,
.pagination-nav a:hover{
    text-decoration: none;
}
.pagination-nav span:hover,
.pagination-nav a:hover{
    border-color: #000;
}


.go-top{
    position: fixed;
    right: 30px;
    bottom: 50px;
    width: 50px;
    height: 50px;
    z-index: 50;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    -webkit-transition:.3s;
    transition:.3s;
}

.go-top svg{
    height: auto;
    width: 60%;
    vertical-align: middle;
}


a.go-top svg path {
  fill: var(--icon-color, #17D869);
  transition: fill 0.3s ease; 
}


a.go-top:hover svg path {
  --icon-color: #fff; /* hover 颜色 */
}

a.go-top:hover{
    background-color: #17D869;
}

@media screen and (max-width: 960px){
    .container:not(.navbar .container) {
        padding-left: 20px;
        padding-right: 20px;
    }
    .go-top {
        width: 50px;
        height: 50px;
        line-height: 40px;
    }

    .go-top svg{
        width: 30px;
        height: 30px;
    }
}
@media screen and (max-width: 760px){
    #post .container{
        padding-left: 0;
        padding-right: 0;
    }
}
.navbar-burger:hover{
    color: #17D869;
}
