/* 区块1 */
.knowledge-section1-container{
    width: 100%;
    padding: 6.5625rem 0;
}
.knowledge-section1-container-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.knowledge-section1-container-header-left{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.knowledge-section1-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 3.3125rem;
}
.knowledge-section1-container-header-description{
    width: 100%;
    text-align: left;
    padding-top: 1.5625rem;
    font-size: 1.3125rem;
}
.knowledge-section1-container-header-right{
    width: 33.125rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.knowledge-section1-search-bar{
    width: 100%;
    padding: 0.625rem 0;
    border-bottom: #beb5ae solid 1px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.knowledge-section1-search-bar-btn{
    width: 1.4375rem;
    height: 1.4375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.knowledge-section1-search-bar-btn-icon{
    width: 1.4375rem;
    height: 1.4375rem;
    object-fit: contain;
}
.knowledge-section1-search-bar-input-wrap{
    flex: 1;
    padding-left: 1.875rem;
}
.knowledge-section1-search-bar-input{
    width: 100%;
    height: 1.25rem;
    line-height: 1.25rem;
    font-size: 1.0625rem;
    border: none;
    outline: none;
}
.knowledge-section1-search-bar-input::placeholder{
    color: #beb5ae;
}
.knowledge-section1-category-list{
    width: 100%;
    overflow-x: auto;
    padding-top: 4.375rem;
}
.knowledge-section1-category-list-wrap{
    width: max-content;
    min-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.knowledge-section1-category{
    font-size: 1.25rem;
    text-decoration: none;
    color: #000000;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 1.25rem;
}
.knowledge-section1-category:last-of-type{
    margin-right: 0;
}
.knowledge-section1-category-title{
    font-size: 1.25rem;
    padding-right: 0.3125rem;
}
.knowledge-section1-category-num{
    font-size: 0.75rem;
}
.knowledge-section1-container-body{
    width: 100%;
    padding-top: 5rem;
}
.knowledge-section1-desc-list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2.5rem;
}
.knowledge-section1-desc-group{
    width: 100%;
}
.knowledge-section1-desc{
    width: 100%;
    text-decoration: none;
    color: #000000;
    margin-bottom: 4.375rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.knowledge-section1-desc:last-of-type{
    margin-bottom: 0;
}
.knowledge-section1-desc-poster{
    width: 100%;
    border-radius: 1.25rem;
    overflow: hidden;
}
.knowledge-section1-desc-poster-img{
    width: 100%;
    object-fit: contain;
}
.knowledge-section1-desc-info{
    width: calc(100% - 1.875rem);
    padding: 1.25rem 0.9375rem;
}
.knowledge-section1-desc-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.knowledge-section1-desc-date{
    font-size: 1.125rem;
}
.knowledge-section1-desc-category{
    width: max-content;
    padding: 0 1.25rem;
    height: 1.75rem;
    line-height: 1.75rem;
    font-size: 0.875rem;
    color: #beb5ae;
    border: #beb5ae solid 1px;
    border-radius: 0.9375rem;
}
.knowledge-section1-desc-title{
    width: 100%;
    padding-top: 1.875rem;
    text-align: left;
    font-size: 1.625rem;
}
.knowledge-section1-desc-description{
    width: 100%;
    padding-top: 0.9375rem;
    text-align: left;
    font-size: 1.0625rem;
    color: #beb5ae;
}

/* 区块2 */
.knowledge-section2-container{
    width: 100%;
    padding: 7.5rem 0;
    background: #fbf8f5;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.knowledge-section2-container-content{
    width: 60.25rem;
}
.knowledge-section2-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.knowledge-section2-container-header-title{
    width: 100%;
    text-align: center;
    font-size: 3.3125rem;
}
.knowledge-section2-category-list{
    width: 100%;
    padding-top: 3.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.knowledge-section2-category{
    width: max-content;
    padding: 0 1.5625rem;
    height: 2.9375rem;
    line-height: 2.9375rem;
    border-radius: 0.625rem;
    text-decoration: none;
    color: #000000;
    margin-right: 0.625rem;
    cursor: pointer;
}
.knowledge-section2-category:last-of-type{
    margin-right: 0;
}
.knowledge-section2-category-active, .knowledge-section2-category:hover{
    background: #beb5ae;
    color: #ffffff;
}
.knowledge-section2-container-body{
    width: 100%;
    padding-top: 3.125rem;
}
.knowledge-section2-qa-list-wrap{
    width: 100%;
}
.knowledge-section2-qa-list{
    width: 100%;
}
.knowledge-section2-qa{
    width: 100%;
    border-bottom: #beb5ae solid 1px;
    cursor: pointer;
}
.knowledge-section2-qa:first-of-type{
    border-top: #beb5ae solid 1px;
}
.knowledge-section2-qa-header{
    width: 100%;
    padding: 1.25rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.knowledge-section2-qa-btn{
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.knowledge-section2-qa-btn-icon{
    width: 1.125rem;
    object-fit: contain;
}
.knowledge-section2-qa-btn-icon:last-of-type{
    display: none;
}
.knowledge-section2-qa-open .knowledge-section2-qa-btn-icon:last-of-type{
    display: block;
}
.knowledge-section2-qa-open .knowledge-section2-qa-btn-icon:first-of-type{
    display: none;
}
.knowledge-section2-qa-body{
    width: 100%;
    padding-bottom: 1.25rem;
    display: none;
}
.knowledge-section2-qa-open .knowledge-section2-qa-body{
    display: block;
}
.knowledge-section2-qa-description{
    width: 100%;
    font-size: 1.125rem;
}
.knowledge-section2-container-footer{
    width: 100%;
    padding-top: 6.875rem;
}
.knowledge-section2-subscribe{
    width: calc(100% - 16.25rem);
    padding: 6.25rem 8.125rem;
    background-image: url("/wp-content/themes/george/assets/images/common/knowledge_subscribe_bg.png");
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #beb5ae;
    border-radius: 1.25rem;
}
.knowledge-section2-subscribe-title{
    width: 100%;
    text-align: left;
    font-size: 2.875rem;
    color: #ffffff;
}
.knowledge-section2-subscribe-description{
    width: 100%;
    padding-top: 2.1875rem;
    text-align: left;
    font-size: 1.125rem;
    color: #ffffff;
}
.knowledge-section2-subscribe-form{
    width: 100%;
    padding-top: 2.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.knowledge-section2-subscribe-input-wrap{
    flex: 1;
    margin-right: 0.625rem;
    padding: 0 1.875rem;
    height: 3.25rem;
    background: #ffffff;
    border-radius: 1.625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.knowledge-section2-subscribe-input{
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.0625rem;
    border: none;
    outline: none;
}
.knowledge-section2-subscribe-input::placeholder{
    color: #b4b4b4;
}
.knowledge-section2-subscribe-btn{
    width: 7.6875rem;
    height: 3.25rem;
    background: #000000;
    line-height: 3.25rem;
    border-radius: 1.625rem;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.0625rem;
}