header .searchBox {
    position: relative;
    width: calc(100% - 135px);
    border-radius: 6px
}

header .searchBox .xuanfu .search_b {
    width: 100%;
    height: 34px
}

header .searchBox .xuanfu .search_b input {
    border-radius: 16px;
    position: relative;
    width: 100%;
    height: 100%;
    background: #eee;
    color: #4F4F4F;
    font-weight: bold;
    font-size: 14px;
    border: none;
    outline: none;
    text-indent: 1em
}

header .searchBox .xuanfu .search_b input::-webkit-input-placeholder {
    color: #4F4F4F;
}

header .searchBox .xuanfu .search_b>.iconfont {
    position: absolute;
    border: none;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    right: 10px;
    top: 12px;
    color: #999;
    font-size: 25px
}

header .searchBox .a {
    display: flex;
    z-index: 999
}

.detail_2,
.playbox {
    overflow: hidden;
    position: relative;
    height: 250px;
    border-radius: 6px;
    padding-top: 0px;
    max-height: 400px;
}

.playbox {
    height: 100%;
    max-height: 100%;
    position: absolute;
    width: 100%;
}

.container {
    max-width: 767px;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
}

.detail_2>img,
.playbox>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(20px);
}

.play_bc {
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.play_bc .bbc {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
}

.play_bc .bbc .play_img {
    width: 120px;
    height: 120px;
    border: 2px solid #fff;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 15px
}

.play_bc .bbc .play_img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.play_bc .bbc>a {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    width: 100px;
    height: 34px;
    background-color: #f94941;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-top: 17px
}

.dtitle {
    text-align: center;
    margin-top: 16px;
}

.playimg {
    position: absolute;
    top: 33%;
    z-index: 2;
    width: 33%;
}

.bttomad {
    position: absolute;
    width: 100%;
    height: 0px;
    bottom: 0;
}

.play_iframe {
    width: 100%;
    height: calc(100% - 0px);
    position: absolute;
    background: #202020;
}

.play_iframe>iframe {
    display: block;
    width: 100%;
    min-width: 100%;
    height: 1px;
    min-height: 100%;
    border: 0;
    overflow: hidden;
    z-index: 999
}

.top_lea {
    display: none;
    width: 50px;
    height: 50px;
    background-color: #669efb;
    border-radius: 25px;
    position: fixed;
    align-items: center;
    justify-content: center;
    right: 15px;
    bottom: 162px;
    z-index: 9999
}

.top_lea .iconfont {
    color: #fff;
    font-size: 18px
}

.socialShare {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 1;
}

.socialShare .msb_main {
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
    text-indent: -9999px;
    border: 2px solid #FFF;
    box-shadow: 0 0 5px #DDD;
    border-radius: 36px;
}

.socialShare .msb_main:hover {
    box-shadow: 0 0 5px #BBB;
}

.socialShare .msb_main img {
    width: 46px;
    height: 46px;
    cursor: pointer;
    border-radius: 23px;
    border: none;
    float: left;
}

.socialShare .network_button {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 9px;
    left: 92px;
    z-index: 1;
    cursor: pointer;
    text-indent: -9999px;
    display: none;
    background: no-repeat;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
}

#shareWrap {
    position: fixed;
    right: 15px;
    top: calc(30% + 60px);
    z-index: 10001;
}

.description {
    padding: 10px 16px;
    border-radius: 6px;
    margin: 10px auto;
    max-width: 1280px;
    background-color: #fff;
    max-width: 767px;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
}

.description h3 {
    line-height: 22px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px
}

.description .module {
    width: 100%;
    border-radius: 2px;
    margin-bottom: 24px;
}

.description .module>h2 {
    color: #333;
    line-height: 22px;
    font-size: 16px;
    font-weight: bold
}

.description .module .des {
    overflow: hidden;
    position: relative;
    color: #666;
    box-sizing: content-box;
    font-weight: 600;
    font-size: 14px;
    margin: 10px 0
}

.description .module .des>p {
    color: #666;
    font-size: 14px;
    margin: 0 !important;
    line-height: 16px;
    font-family: -apple-system, PingFangSC-Semibold, PingFang SC, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.description .categories>a {
    display: inline-block;
    height: 30px;
    background-color: #084CE8;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-right: 8px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 4px;
    padding: 0px 10px
}

.company h1#content_title {
    text-align: center;
    margin-bottom: 8px;
}

.company h2.wp-block-heading {
    font-size: 20px;
    justify-content: flex-start;
    margin: 16px 0;
}

.company h2.wp-block-heading:first-child {
    margin-top: 0;
}

.company h2.wp-block-heading::before {
    content: "|";
    color: #669efb;
    background: #669efb;
    font-size: 19px;
    margin-right: 8px;
}

.company h4.wp-block-heading {
    text-align: center;
    margin: 8px 0;
}

.company {
    margin-top: 20px;
    min-height: calc(100% - 74px);
    margin-bottom: 30px;
    max-width: 767px;
    margin: 0 auto;
    width: calc(100% - 20px);
    padding-top: 20px;
}

.company h2 {
    display: flex;
    justify-content: center;
    color: #333;
}

.company_title+h3 {
    text-align: center;
    margin-bottom: 16px;
}

.company .mainBox {
    background-color: #fff;
    padding: 16px;
    border-radius: 4px;
}

.company .mainBox h3 {
    font-size: .9em;
    color: #f94941;
}

.company .mainBox h4 {
    margin-bottom: 6px;
}

.company .mainBox p {
    font-size: 1em;
    color: #2e3b48;
    font-family: 'Times New Roman', Helvetica, Arial, sans-serif;
    margin-bottom: 16px;
}

.company .mainBox p:last-child {
    margin-bottom: 0;
}

.company .mainBox a {
    font-weight: 600;
}

.company .mainBox ul {
    padding-left: 16px;
    font-family: 'Times New Roman', Helvetica, Arial, sans-serif;
    font-size: 1em;
}

.company .mainBox ul li {
    list-style: disc;
    margin-bottom: 8px;
}

.company .mainBox ol {
    padding-left: 16px;
    margin-bottom: 15px;
    font-family: 'Times New Roman', Helvetica, Arial, sans-serif;
    font-size: 1em;
}

.company .mainBox .article-pad {
    display: flex;
    align-items: center;
}

.bottominfo {
    font-size: 12px;
    width: 92%;
    padding: 20px 4%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.bottominfo .bottominfo-left {
    width: 50%;
}

.bottominfo .bottominfo-left h2 {
    padding-bottom: 10px;
}

.bottominfo .bottominfo-left span {
    font-family: 'Lucida Handwriting', Helvetica, Arial, sans-serif;
    font-size: 20px;
}

.bottominfo .bottominfo-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.bottominfo .bottominfo-right .bottominfo-right-div ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.bottominfo .bottominfo-right .bottominfo-right-div ul li {
    font-weight: 600;
    font-size: 14px;
}

.bottominfo .bottominfo-right .bottominfo-right-div ul li a:focus,
.bottominfo .bottominfo-right .bottominfo-right-div ul li a:hover {
    color: #216CE3;
}

.bottominfo .bottominfo-right .page-foot-copyright {
    text-align: center;
    color: #565657;
}