html {
    overflow-y: scroll;
}

:root {
    overflow-y: auto;
    overflow-x: hidden;
}

:root body {
    position: absolute;
}

body {
    width: 100vw;
    overflow: hidden;
}

.page {
    height: 100%;
    overflow: hidden;
}

.l-head {
    position: fixed;
    width: 100vw;
    background: #FFFCF7;
    box-shadow: 0px 6px 10px 0px rgba(219, 189, 154, 0.3);
    z-index: 4;
}

.l-head .l-container {
    display: block;
    margin: 0 auto;
    width: 1240px;
    clear: both;
}

.logo {
    display: flex;
    align-items: center;
    height: 48px;
    line-height: 48px;
}
.logoimg{
    display: flex;
    align-items: center;
    flex: 1;
}
.logo .logoimg>div {
    display: flex;
    align-items: center;
    margin-right: 62px;
}

.logo .logoimg>div>img {
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: middle;
}

.logo .logoimg>div>div {
    display: flex;
    flex-direction: column;
}

.logo .logoimg>div>div>span {
    margin-left: 10px;
    font-size: 16px;
    line-height: 1.5;
    color: #9A632A;
    vertical-align: middle;
}

.login {
    float: right;
    line-height: 60px;
}

.login_btn {
    width: 80px;
    height: 32px;
    margin-top: 8px;
    background: url(../img/sy_icon_dl.png) no-repeat;
    cursor: pointer;
}

.user {
    position: relative;
    line-height: 60px;
    float: right;
}

.user:hover .user_tool {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s;
}

.user:hover .user_name i {
    transform: rotate(-180deg);
}

.user_name {
    padding-right: 15px;
    font-size: 16px;
    color: #9A632A;
    cursor: pointer;
}

.user_name i {
    position: absolute;
    right: 0;
    top: 50%;
    width: 6px;
    height: 4px;
    background: url(../img/sy_icon_sj.png) no-repeat;
    transform: translateY(-50%);
    transition: transform .3s;
}

.user_tool {
    position: absolute;
    top: 51px;
    left: 50%;
    width: 120px;
    padding: 20px 28px;
    background: #FFFFFF;
    border-radius: 4px;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
}

.user_tool ul li {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    cursor: pointer;
}

.user_tool ul li:last-child {
    color: #999999;
    margin-bottom: 0;
}

.l-head-text{
    position: relative;
    float: right;
    font-size: 16px;
    color: rgba(158, 91, 55, 1);
    line-height: 16px;
    margin-left: 16px;
    padding-left: 16px;
    cursor: pointer;
    border-left: 1px solid rgba(158, 91, 55, 1);
}
.l-head-text:last-child{
    border: 0;   
}
/* .l-head-text::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 16px;
    background: rgba(158, 91, 55, 1);
    transform: translateY(-50%);
} */
.user{
    margin-left: 16px;
    padding-left: 16px;
    font-size: 16px;
    color: rgba(158, 91, 55, 1);
    line-height: 48px;
    margin-left: 16px;
    padding-left: 16px;
}
.nav{
    display: flex;
    justify-content: space-between;
}
.nav .left{
    display:  flex;
    align-items: center;
}
.nav .left ul li{
    display: inline-block;
    width: 66px;
    height: 30px;
    line-height: 28px;
    margin-right: 130px;
    text-align: center;
}
.nav .left ul li.checked{
    background: url(../img/qjsy_icon_sy.png) no-repeat;
}
.nav .left ul li a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #9A632A;
    line-height: 32px;
}
.nav1{
    display: flex;
    justify-content: space-between;
    height: 48px;
}
.nav1 .left{
    display:  flex;
    align-items: center;
}
.nav1 .left ul li{
    display: inline-block;
    width: 66px;
    height: 30px;
    line-height: 28px;
    margin-right: 130px;
    text-align: center;
}
.nav1 .left ul li.checked{
    background: url(../img/qjsy_icon_sy.png) no-repeat;
}
.nav1 .left ul li a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #9A632A;
    line-height: 32px;
}

.l-body {
    display: block;
    padding-top: 96px;
    border-top: 1px solid transparent;
    min-height: calc(100vh - 88px);
    padding-bottom: 24px;
}

.l-body.index {
    margin-bottom: -40px;
    background: url(../img/qjsy_pct_bg.png) top center repeat-y;
}

.l-body.detail{
    padding-top: 88px;
}

.l-body {
    background: url(../img/ssjg_pct_sw.png) center no-repeat;
    background-color: #FFFCF8;
    background-position-y: 313px;
}

.l-body .l-container {
    width: 1240px;
    margin: 30px auto 0;
    clear: both;
}

.l-body.detail .l-container {
    position: relative;
    width: 1240px;
    min-height: calc(100vh - 180px);
    margin: 95px auto 0;
    padding: 0;
    /* background: #F6EBDD; */
    /* border: 1px solid #D0AB94; */
}
.l-body.aboutus .l-container,
.l-body.detail-sentences .l-container,
.l-body.detail-sentence .l-container,
.l-body.detail-wordss .l-container,
.l-body.collect .l-container{
    margin-top: 95px
}

.banner_title {
    width: 792px;
    margin: 0 auto;
    padding: 64px 0;
    font-size: 64px;
    font-family: 'simsun', cursive;
    font-weight: normal;
    color: #91583C;
    line-height: 73px;
}

.banner_title img {
    display: block;
}
/* 
@media screen and (min-width: 1440px) {
    .banner_title {
        padding: 140px 0 64px;
    }
} */

.m-banner-search {
    position: relative;
    width: 1000px;
    height: 64px;
    margin: 0 auto;
    background: url(../img/sy_block_search.png) no-repeat;
}

.search-tool {
    position: absolute;
    z-index: 2;
    width: auto;
    height: auto;
    padding: 0;
    background: transparent;
}

.search-tool_text {
    position: relative;
    width: 117px;
    height: 64px;
    padding-right: 42px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    text-align: right;
    color: #966147;
    line-height: 64px;
    cursor: pointer;
}

.search-tool_text i {
    position: absolute;
    top: 50%;
    right: 22px;
    width: 12px;
    height: 12px;
    background: url(../img/sy_icon_v.png) center -2px no-repeat;
    transform: translateY(-50%);
    transition: transform 0.3s;
}

.search-tool_text::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 2px;
    height: 28px;
    background: rgba(215, 197, 181, 1);
    transform: translateY(-50%);
}

.search-tool_type {
    position: absolute;
    top: 68px;
    left: 0;
    width: 120px;
    height: 258px;
    background: url(../img/sy_block_xxzk.png) no-repeat;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s;
    z-index: 2;
}

.search-tool_type ul {
    padding: 16px 11px;
}

.search-tool_type ul li {
    width: 100%;
    height: 45px;
    padding-left: 22px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 45px;
    border-bottom: 1px solid #F1EAE4;
    cursor: pointer;
}

.search-tool_type ul li.checked {
    color: #966147;
    background: url(../img/sy_icon_xz.png) right 10px center no-repeat
}

.search-tool.expand .search-tool_text i {
    transform: translateY(-50%) rotate(-180deg)
}

.search-tool.expand .search-tool_type {
    visibility: visible;
    opacity: 1;
}

.search-input {
    height: 100%;
}

.search-input .search {
    width: 100%;
    height: 64px;
    padding: 0 136px 0 126px;
    font-size: 16px;
    background: transparent;
    text-align: left;
}

.search-input_history {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    width: 1000px;
    padding: 16px 18px;
    background: #FFFFFF;
    border: 1px solid #D0AB94;
    z-index: 2;
}

.search-input_history__tit {
    margin-bottom: 16px;
}

.search-input_history__tit span {
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}

.search-input_history__tit .search-input_history__clear {
    float: right;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #966147;
    line-height: 22px;
    cursor: pointer;
}

.search-input_history__tag div {
    display: inline-block;
    height: 32px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #B59A8D;
    line-height: 32px;
    margin-right: 16px;
    margin-bottom: 8px;
    padding: 0 16px;
    background: #FCF6F4;
    border: 1px solid #EFE4DF;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    word-break: break-all;
    overflow: hidden;
}

.search-input_close {
    position: absolute;
    right: 100px;
    top: 50%;
    width: 24px;
    height: 24px;
    background: url(../img/ssk_icon_x.png) center no-repeat;
    transform: translateY(-50%);
    cursor: pointer;
}

.search-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    width: 45px;
    height: 45px;
    background: url(../img/sy_icon_search.png) center no-repeat;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}

.search-icon:active {
    opacity: 0.8;
}

.m-header-search {
    position: fixed;
    width: 100vw;
    padding-top: 24px;
    padding-bottom: 7px;
    background: url(../img/ssjg_block_ss.png) center top 24px no-repeat;
    z-index: 3;
    background-color: #fffcf8;
}

.m-header-search>div {
    position: relative;
    width: 1240px;
    height: 56px;
    margin: 0 auto;
    padding: 0 24px;
    clear: both;
}

.m-header-search .header-search-text {
    float: left;
    width: 290px;
    font-size: 24px;
    font-family: cursive;
    color: #91583C;
    line-height: 56px;
    cursor: pointer;
}

.m-header-search .header-search-text:hover {
    color: #DB6B33;
}

.m-header-search .header-search {
    float: right;
    position: relative;
    width: 556px;
    height: 40px;
    margin-top: 8px;
    background: #FFFFFF;
    border-radius: 20px;
}

.m-header-search .header-search input {
    padding: 0 110px 0 123px;
    width: 100%;
    height: 100%;
    font-size: 16px;
    background: transparent;
}

.m-header-search .header-search i {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
    background: url(../img/ssjg_icon_search.png) center no-repeat;
    cursor: pointer;
    z-index: 2;
}

.m-header-search .header-search i.close {
    width: 24px;
    height: 24px;
    right: 84px;
    background: url(../img/ssk_icon_x.png) center no-repeat;
    background-size: 20px;
}

.m-header-search .header-search_history {
    display: none;
    position: absolute;
    top: 55px;
    right: 0;
    width: 581px;
    padding: 16px 18px;
    background: #FFFFFF;
    border: 1px solid #D0AB94;
    z-index: 2;
}

.m-header-search .header-search_history__tit {
    margin-bottom: 16px;
}

.m-header-search .header-search_history__tit span {
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}

.m-header-search .header-search_history__tit .header-search_history__clear {
    float: right;
    height: 22px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #966147;
    line-height: 22px;
    cursor: pointer;
}

.m-header-search .header-search_history__tag div {
    display: inline-block;
    min-height: 32px;
    margin-right: 16px;
    margin-bottom: 8px;
    padding: 0 16px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 30px;
    color: #B59A8D;
    background: #FCF6F4;
    border: 1px solid #EFE4DF;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
.m-header-search .header-search-tool{
    position: absolute;
    top: 50%;
    width: 108px;
    transform: translateY(-50%);
}
.m-header-search .header-search-tool .header-search-tool_text{
    position: relative;
    padding-left: 26px;
    font-size: 16px;
    color: #927560;
    cursor: pointer;
}
.m-header-search .header-search-tool .header-search-tool_text i{
    position: absolute;
    top: 50%;
    right: 22px;
    width: 12px;
    height: 12px;
    background: url(../img/sy_icon_v.png) center -2px no-repeat;
    transform: translateY(-50%);
    transition: transform 0.3s;
}
.m-header-search .header-search-tool .header-search-tool_text::after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 2px;
    height: 22px;
    background: rgba(215, 197, 181, 1);
    transform: translateY(-50%);
}
.m-header-search .header-search-tool.expand .header-search-tool_text i{
    transform: translateY(-50%) rotate(-180deg);
}
.m-header-search .header-search-tool.expand .header-search-tool_type{
    visibility: visible;
    opacity: 1;
}
.m-header-search .header-search-tool .header-search-tool_type{
    position: absolute;
    top: 34px;
    left: 18px;
    width: 103px;
    padding: 6px 15px 17px;
    background: #FFFFFF;
    border: 1px solid #E3D1C5;
    visibility: hidden;
    opacity: 0;
}
.m-header-search .header-search-tool .header-search-tool_type ul li{
    padding-top: 4px;
    padding-bottom: 7px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    border-bottom: 1px solid #E3D1C5;
    cursor: pointer;
}

.l-back {
    display: flex;
    justify-content: space-between;
    width: 304px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #91583C;
    z-index: 2;
}
.l-back span{
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #E4CAB4;
    cursor: pointer;
}

.l-back span {
    color: #91583C;
}

.l-body.detail .l-back {
    position: absolute;
}

.l-slide {
    position: relative;
    float: left;
    width: 304px;
    /* height: 910px; */
    margin-right: 24px;
    padding: 24px 35px 47px;
    background: url(../img/ssjg_block_sx.png) repeat-y;
}
.l-slide::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 304px;
    height: 24px;
    background: url(../img/ssjg_block_sx_top.png) no-repeat;
}
.l-slide::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 304px;
    height: 38px;
    background: url(../img/ssjg_block_sx_bottom.png) no-repeat;
}

.l-slide .m-category {
    border: 1px solid #EBD9CA;
}

.l-slide .m-category .m-category-tit {
    width: 234px;
    height: 48px;
    margin: -1px;
    font-size: 16px;
    font-weight: 500;
    color: #6C4324;
    text-align: center;
    line-height: 48px;
    background: #FBF7F4;
    border: 1px solid #EBD9CA;
}

.l-slide .m-category .m-category-body {
    padding: 10px 0;
}

.l-slide .m-category .m-category-body ul li {
    margin-bottom: 1px;
    width: 100%;
    height: 32px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    text-align: center;
    color: #666666;
    line-height: 32px;
    cursor: pointer;
}

.l-slide .m-category .m-category-body ul li.checked {
    color: #ffffff;
    background: url(../img/ssjg_block_xz.png) center no-repeat;
}

.m-category {
    margin-bottom: 16px;
}

.l-slide .m-category:last-child {
    margin-bottom: 0;
}

.l-main-head {
    display: flex;
    margin-bottom: 16px;
}

.tag {
    display: inline-block;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #6C4324;
    line-height: 20px;
    vertical-align: middle;
}

.tag>span {
    display: inline-block;
    vertical-align: middle;
}

.tag>i {
    display: inline-block;
    margin-left: 8px;
    margin-right: 16px;
    width: 12px;
    height: 12px;
    background: url(../img/ssjg_icon_x.png) center no-repeat;
    vertical-align: middle;
    cursor: pointer;
}

.des {
    display: inline-block;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #6C4324;
    line-height: 20px;
    vertical-align: middle;
}

.des span {
    color: #BD3B1B;
}

.m-explain {
    margin-bottom: 16px;
    border: 1px solid #D2BDAF;
    overflow: hidden;
}

.m-explain_tit {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 48px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #6C4324;
    line-height: 48px;
    background: #FBF7F4;
    border-bottom: 1px solid #D2BDAF;
}
.m-explain_tit .m-explain_tit_left__des{
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #D5B09C;
    margin-left: 24px;
}
.m-explain_tit .more {
    width: 23px;
    height: 23px;
    background: url(../img/jgxq_icon_qp.png) center no-repeat;
    cursor: pointer;
}

.m-explain_content {
    /* background: #ffffff; */
}

.word .word_write {
    margin-bottom: -1px;
    padding: 6px 9px;
    border-bottom: 1px solid #D2BDAF;
}

.word .word_write .word_write_cell {
    display: inline-block;
    width: 130px;
    height: 130px;
    font-size: 100px;
    font-family: cursive;
    font-weight: 500;
    color: #333333;
    line-height: 127px;
    text-align: center;
    background: url(../img/ssjg_block_zt.png) no-repeat;
    cursor: pointer;
    transition: all .3s;
    vertical-align: middle;
}
.word .word_write .word_write_cell.ie{
    display: none;
}
/* .word .word_write .word_write_cell:hover {
    font-size: 88px;
    transition: all .3s;
} */

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
    }

}

.word_write_cell__tool {
    display: inline-block;
    vertical-align: top;
}

.word_write_cell__tool .play {
    display: block;
    width: 22px;
    height: 22px;
    background: url(../img/zxq_icon_bf.png) no-repeat;
    cursor: pointer;
}

.word_write_cell__tool .play.playing {
    display: none;
    background: url(../img/zxq_icon_load.png) no-repeat;
    pointer-events: none;
    -moz-animation: rotate 1000ms infinite;
    /* Firefox */
    -webkit-animation: rotate 1000ms infinite;
    /* Safari and Chrome */
    -o-animation: rotate 1000ms infinite;
    /* Opera */
}

.word .word_list {
    padding: 16px 12px 16px 16px;
}

.words .words_list,
.sentence .sentence_list,
.arts .arts_list {
    padding: 14px 12px 18px 12px;
}

.word .word_list .word_item {
    margin-bottom: 16px;

}

.words .words_list .words_item,
.sentence .sentence_list .sentence_item,
.arts .arts_list .arts_item {
    display: flex;
    margin-bottom: 12px;
}

.word .word_list .word_item:last-child,
.words .words_list .words_item:last-child,
.sentence .sentence_list .sentence_item:last-child 
.arts .arts_list .arts_item:last-child{
    margin-bottom: 0;
}

.word .word_list .word_item .word_item__cont,
.words .words_list .words_item .words_item__cont,
.sentence .sentence_list .sentence_item .sentence_item__cont,
.arts .arts_list .arts_item .arts_item__cont {
    padding-right: 98px;
}

.words .words_list .words_item .words_item__cont,
.sentence .sentence_list .sentence_item .sentence_item__cont,
.arts .arts_list .arts_item .arts_item__cont {
    flex: 1;
}

.word .word_item .word_item__order,
.sentence .sentence_item .sentence_item__order,
.arts .arts_item .arts_item__order {
    float: left;
    line-height: 22px;
}

.word_item {
    /* display: flex; */
}

.word .word_item .word_item__name {
    /* display: flex; */
}

.word .word_item .word_item__des {
    flex: 1;
}

.words .words_item .words_item__name,
.sentence .sentence_item .sentence_item__name,
.arts .arts_item .arts_item__name {
    /* flex: 1; */
    /* float: left; */
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
}

.word .word_item .word_item__name .word_item__name__text,
.words .words_item .words_item__name .words_item__name__text,
.sentence .sentence_item .sentence_item__name .sentence_item__name__text,
.arts .arts_item .arts_item__name .arts_item__name__text {
    display: flex;
    cursor: pointer;
}

.word .word_item .word_item__name .word_item__name__text:hover div,
.words .words_item .words_item__name .words_item__name__text:hover div,
.sentence .sentence_item .sentence_item__name .sentence_item__name__text:hover div {
    text-decoration: underline;
    text-decoration-color: #E42C2C;
}

/* .word .word_item .word_item__name .word_item__name__text:hover span,
.words .words_item .words_item__name .words_item__name__text:hover span,
.sentence .sentence_item .sentence_item__name .sentence_item__name__text:hover span{
    color: #E42C2C;
} */
@keyframes voice {
    0% {
        background: url(../img/zxq_icon_dy.png) no-repeat;
    }

    50% {
        background: url(../img/zxq_icon_dy2.png) no-repeat;
    }

    100% {
        background: url(../img/zxq_icon_dy3.png) no-repeat;
    }
}

.word_item__voice {
    display: flex;
    align-items: center;
    margin-left: 16px;
    line-height: 1;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #E2AD92;
}
.word_item__voice.play{
    position: static;
    background: none;
    height: auto;
}

.word_item__voice>i {
    position: static;
    width: 17px;
    height: 14px;
    margin-left: 5px;
    background: url(../img/zxq_icon_dy2.png) no-repeat;
    transform: none;

}

.word_item__voice.play>i {
    animation: voice 1000ms infinite;
}

.word .word_item .word_item__name .word_item__name__translate,
.words .words_item .words_item__name .words_item__name__translate {
    display: flex;
    margin-top: 8px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.words .words_item .words_item__name .words_item__name__translate span {
    margin-left: 8px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}

.words .words_item .words_item__name .words_item__name__translate div {
    flex: 1;
}

/* .sentence .sentence_item .sentence_item__name{
    width: 567px;
} */
.sentence .sentence_item .sentence_item__name__translate {
    margin-top: 8px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.word .word_item .word_item__des,
.words .words_item .words_item__des,
.sentence .sentence_item .sentence_item__des,
.arts .arts_item .arts_item__des {
    /* float: left; */
    /* width: 567px; */
    margin-left: 6px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}

.word .word_item .word_item__des label {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}
.arts .arts_item .arts_item_des{
    display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
    -moz-line-clamp: 2 !important;
     -moz-box-orient: vertical;
     margin-top: 8px;
     color: #666666;
}
.word .word_item .word_item__source,
.words .words_item .words_item__source,
.sentence .sentence_item .sentence_item__source,
.arts .arts_item .arts_item__source {
    display: flex;
    /* float: right; */
    /* width: 200px; */
    margin-top: 8px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    /* text-align: right; */
    color: #E2AD92;
    line-height: 20px;
    cursor: pointer;
}

.word .word_item .word_item__source:hover div,
.words .words_item .words_item__source:hover div,
.sentence .sentence_item .sentence_item__source:hover div,
.arts .arts_item .arts_item__source:hover div{
    text-decoration: underline;
    text-decoration-color: #E42C2C;
}

.word .word_item .word_item__source:hover div span,
.words .words_item .words_item__source:hover div span,
.sentence .sentence_item .sentence_item__source:hover div span,
.arts .arts_item .arts_item__source:hover div span {
    text-decoration: underline;
    text-decoration-color: #E42C2C;
}

.word .word_item .word_item__source div,
.words .words_item .words_item__source div,
.sentence .sentence_item .sentence_item__source div,
.arts .arts_item .arts_item__source div {
    flex: 1;
}

.word .word_item .word_item__source span,
.words .words_item .words_item__source span,
.sentence .sentence_item .sentence_item__source span,
.arts .arts_item .arts_item__source span {
    display: inline-block;
}

.words .words_item .words_item__tag,
.sentence .sentence_item .sentence_item__tag,
.arts .arts_item .arts_item__tag {
    float: left;
    width: 48px;
    height: 22px;
    margin-right: 8px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #DFC0AE;
    line-height: 22px;
}

.words .words_item .words_item__name {
    width: auto;
    margin-right: 8px;
}

.words .words_item .words_item__name .words_item__name__from {
    flex: 1;
    margin-left: 8px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}

.word_more,
.words_more,
.sentence_more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #D2BDAF;
    text-align: center;
    line-height: 40px;
    border-top: 1px solid #E8E1DD;
    cursor: pointer;
}

.word_more:active,
.words_more:active,
.sentence_more:active {
    color: #C2987C;
}

.word_more img,
.words_more img,
.sentence_more img {
    display: block;
    margin-left: 4px;
}

.wordimg {
    padding: 16px 8px 19px 16px;
}

.wordimg_item {
    float: left;
    width: 102px;
    height: 124px;
    padding: 6px 6px 0 6px;
    margin-right: 8px;
    background: #FFFFFF;
    border: 1px solid #F0E6DF;
}

.wordimg_item .wordimg_img {
    width: 88px;
    height: 88px;
}

.wordimg_img img {
    width: 100%;
    height: 100%;
}

.wordimg .wordimg_text {
    height: 20px;
    margin: 0 auto;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    text-align: center;
    color: #333333;
    line-height: 28px;
}

.explain-location {
    margin-bottom: 16px;
}

.explain-location .tab {
    display: inline-block;
    width: 88px;
    height: 32px;
    margin-right: 24px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #91583C;
    line-height: 32px;
    text-align: center;
    background: url(../img/jgxq_icon_sx_unseclect.png) no-repeat;
    cursor: pointer;
}

.explain-location .tab.checked {
    background-color: #FFFFFF;
}

.link_pdf {
    float: right;
    width: 23px;
    height: 23px;
    margin-top: 13px;
    margin-right: 14px;
    background: url(../img/jgxq_icon_qp.png) no-repeat;
    cursor: pointer;
}

.pdf {
    height: 452px;
    margin: 16px 0 47px;
    overflow-y: auto;
    overflow-x: hidden;
}

.pdf_img {
    position: relative;
    width: 823px;
    margin: 0 auto;

}

.pdf_img img {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 100%;
    margin: 0 auto;
    transform: translateX(-50%);
}

.detail .l-main {
    position: relative;
    overflow: hidden;
}

.detail-sentences .l-main,
.detail-sentence .l-main,
.detail-wordss .l-main {
    position: relative;
    width: 1240px;
    min-height: calc(100vh - 180px);
    margin: 0 auto;
    /* padding: 20px; */
    /* background: #F6EBDD; */
    /* border: 1px solid #D0AB94; */
}

.detail-wordss .m-explain {
    margin-top: 16px;
}

.detail-wordss .m-sentence-head {
    border: 0;
    padding-bottom: 0;
}

.m-sentence {
    padding: 16px;
    /* background: #FFFFFF; */
    border: 1px solid #D2BDAF;
}

.m-sentence-head {
    padding-bottom: 8px;
    border-bottom: 1px solid #D2BDAF;
}

.m-sentence_tit {
    padding-right: 100px;
    margin-bottom: 8px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 25px;

}

.m-sentence_property__item {
    margin-bottom: 8px;
}

.m-sentence_property__item:first-child {
    margin-bottom: 16px;
}

.m-sentence_property__label {
    float: left;
    width: 42px;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}

.m-sentence_property__value {
    overflow: hidden;
    width: 699px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.m-sentence-conetent_tit {
    padding: 16px 0 8px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 25px;
}

.m-sentence-conetent_text {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.m-sentence-conetent_text>div {
    width: 680px;
}

.color_link {
    color: #DB9B6F;
}

.color_link:hover {
    text-decoration: underline;
    text-decoration-color: #E42C2C;
}

.color_mark {
    color: #ED8369;
}

.detail-sentence .m-sentence {
    min-height: calc(100vh - 230px);
}

.detail-sentence .m-sentence-conetent_text {
    width: 640px;
}

.detail-sentences .m-sentence_tit {
    margin-bottom: 16px;
    padding-right: 100px;
}

.detail-sentences .m-sentence_property__item:first-child {
    margin-bottom: 8px;
}

.detail-sentences .m-sentence-conetent_text {
    padding: 15px 102px 21px 24px;
    /* background: #FFFFFF; */
    border: 1px solid #DDDDDD;
}

.l-body.detail-wordss .m-collect-icon,
.l-body.detail-sentences .m-collect-icon,
.l-body.detail-sentence .m-collect-icon {
    top: 9px;
    right: 9px;
}

.l-body.detail .m-collect-icon {
    top: 56px;
    right: 9px;
}

.m-collect-icon {
    position: absolute;
    top: 29px;
    right: 29px;
    width: 24px;
    height: 31px;
    background: url(../img/jgxq_icon_sc_unseclect.png) no-repeat;
    cursor: pointer;
}

.m-collect-icon.collected {
    background: url(../img/jgxq_icon_sc_seclected.png) no-repeat;
}

.search_null,
.search_wrong {
    margin-top: 18.5%;
    margin-bottom: 18.5%;
}

.search_wrong img,
.search_null img {
    display: block;
    margin: 0 auto;
}

.m-explain_tit__des {
    float: left;
    margin-left: 24px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 48px;
}

.m-explain_tit__des span {
    margin: 0 6px;
    color: #CE5858
}

.collect .m-explain {
    width: 1240px;
    /* background-color: #F6EBDD; */
    margin: 0 auto;
}

.m-collect {
    padding: 16px 24px;
    min-height: calc(100vh - 230px);
}

.m-collect_tab {
    float: left;
    margin-bottom: 16px;
}

.m-collect_tab div.checked {
    background: url(../img/wdsc_icon_xx_seclected.png);
}

.m-collect_tab div {
    display: inline-block;
    width: 112px;
    height: 30px;
    margin-right: 16px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #B99579;
    line-height: 30px;
    text-align: center;
    background: url(../img/wdsc_icon_xx_unseclect.png) no-repeat;
    cursor: pointer;
}

.m-collect_tool {
    float: right;
}

.m-collect_tool__check,
.m-collect_tool__del {
    display: inline-block;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #91583C;
    line-height: 30px;
    cursor: pointer;
}

.m-collect_list {
    /* background: #FFFFFF; */
    border: 1px solid #D2BDAF;
}

.m-collect_item {
    display: flex;
    padding: 24px 40px 24px 16px;
    border: 1px solid #D2BDAF;
    margin: -1px;
}

.m-collect_item:last-child {
    border: 0;
}

.m-collect_item__check {
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 3px;
    background: url(../img/wdsc_icon_xz_unseclect.png) no-repeat;
    margin-right: 16px;
    cursor: pointer;
}

.m-collect_item__check.checked {
    background: url(../img/wdsc_icon_xz_seclected.png) no-repeat;
}

.m-collect_item__cont {
    float: left;
    flex: 1;
}

.m-collect_item__cont .m-collect_item__cont__name {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
    cursor: pointer;
}

.m-collect_item__cont .m-collect_item__cont__name:hover {
    text-decoration: underline;
    text-decoration-color: #E42C2C;
}

.m-collect_item__cont .m-collect_item__cont__des {
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.m-collect_item__cont__des label {
    float: left;
}

.m-collect_item__cont__des div {
    overflow: hidden;
}

.m-collect_item__del>i {
    float: right;
    display: block;
    width: 16px;
    height: 20px;
    background: url(../img/wdsc_icon_delete.png) no-repeat;
    cursor: pointer;
}

.m-collect_null {
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 230px);
}

.m-collect_null img {
    display: block;
    margin: 60px 0;
}

/* .detail-sentences .m-sentence{
    width: 100%;
} */
.detail-sentences .l-main_sentence {
    float: left;
}

.detail-sentences .l-relate {
    float: right;
    width: 384px;
    margin-top: 34px;
}

.detail-sentences .m-explain_tit {
    padding-left: 24px;
    background: #f6ebdd;
}

.relate {
    /* background: #ffffff; */
}

.relate_list {
    padding: 0 24px 24px;
}

.relate_list ul li {
    padding: 16px 0;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    border-bottom: 1px solid #D2BDAF;
}

.l-relate .m-explain_tit {
    font-size: 16px;
}

.l-relate .relate_list ul li {
    padding: 12px 0;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    cursor: pointer;
}

.l-relate .relate.word .relate_list,
.l-relate .relate.words .relate_list {
    padding: 12px 24px 2px;
    font-size: 0;
}

.l-relate .relate.word .relate_list ul li,
.l-relate .relate.words .relate_list ul li {
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 10px;
    padding: 0;
    line-height: 1.2;
    border: 0;
    cursor: pointer;
}

.l-relate .relate.word .relate_list ul li:hover,
.l-relate .relate.words .relate_list ul li:hover,
.l-relate .relate.sentence .relate_list ul li:hover {
    text-decoration: underline;
    text-decoration-color: #E42C2C;
}

.totop {
    position: fixed;
    bottom: 100px;
    right: 0;
    display: block;
    width: 32px;
    height: 32px;
    background: url(../img/hd_icon_hddb_unselect.png) no-repeat;
    cursor: pointer;
}

.totop:hover {
    background: url(../img/hd_icon_hddb_hover.png) no-repeat;
}

.totop:active {
    background: url(../img/hd_icon_hddb_selected.png) no-repeat;
}

.dialog-view-login .view-tab .check {
    color: #D0AB94;
    border-bottom: 3px solid #D0AB94;
}
.page .btn.btn-blue{
    background-color: #D0AB94;
    border-color: #D0AB94;
}
.page .btn.btn-blue:active{
    background-color: #E8CDBC;
    border-color: #E8CDBC;
}
.btn-blue {
    background-color: #D0AB94;
    border-color: #D0AB94;
}

.btn-blue:active {
    background-color: #E8CDBC;
    border-color: #E8CDBC;
}

.dialog-view-normal .view-body .view-btn .btn {
    width: 78px;
    height: 28px;
    line-height: 26px;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    text-align: center;
}

.btn:hover {
    color: #333;
}

.l-footer {
    position: relative;
    height: 88px;
    font-size: 14px;
    background: url(../img/qjsy_bg_bottom.png) center no-repeat;
    background-size: auto 100%;
    z-index: 1;
}

.l-footer .l-container {
    width: 1200px;
    margin: 0 auto;
}

.l-footer_bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 14px;
    font-size: 13px;
    color: #ffffff;
}

.l-footer_bottom__left {
    display: flex;
    text-align: center;
    flex-direction: column;
}

.l-footer_bottom__left a {
    color: #ffffff;
}

.l-footer_bottom__left a:hover {
    color: #FFDBA1;
}

.l-footer_bottom__left>div span {
    margin-right: 15px;
    line-height: 30px;
}

.l-footer_bottom__right {
    display: flex;
    width: 381px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.l-footer_bottom__right>a {
    vertical-align: middle;
    color: #FFE6D0;
}

.l-footer_bottom__right>a:hover {
    color: #FFDBA1;
}

.l-footer_bottom__right>a>span {
    display: flex;
    align-items: center;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes shape1 {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    to {
        -webkit-transform: translate(20px, 20px);
        transform: translate(20px, 20px);
    }
}

@keyframes shape1 {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    to {
        -webkit-transform: translate(20px, 20px);
        transform: translate(20px, 20px);
    }
}

@-webkit-keyframes shape2 {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    to {
        -webkit-transform: translate(-20px, 20px);
        transform: translate(-20px, 20px);
    }
}

@keyframes shape2 {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    to {
        -webkit-transform: translate(-20px, 20px);
        transform: translate(-20px, 20px);
    }
}

@-webkit-keyframes shape3 {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    to {
        -webkit-transform: translate(20px, -20px);
        transform: translate(20px, -20px);
    }
}

@keyframes shape3 {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    to {
        -webkit-transform: translate(20px, -20px);
        transform: translate(20px, -20px);
    }
}

@-webkit-keyframes shape4 {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    to {
        -webkit-transform: translate(-20px, -20px);
        transform: translate(-20px, -20px);
    }
}

@keyframes shape4 {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    to {
        -webkit-transform: translate(-20px, -20px);
        transform: translate(-20px, -20px);
    }
}

.m-loading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.6);
    z-index: 2;
}

.m-loading .loader-inner {
    position: absolute;
    top: 200px;
    left: 50%;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    -webkit-animation: rotation 1s infinite;
    animation: rotation 1s infinite;
}

.m-loading .shape {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 5px;
}

.m-loading .shape.shape-1 {
    left: 0;
    background-color: #4285F4;
}

.m-loading .shape.shape-2 {
    right: 0;
    background-color: #34A853;
}

.m-loading .shape.shape-3 {
    bottom: 0;
    background-color: #FBBC05;
}

.m-loading .shape.shape-4 {
    bottom: 0;
    right: 0;
    background-color: #EA4335;
}

.m-loading .shape-1 {
    -webkit-animation: shape1 0.5s infinite alternate;
    animation: shape1 0.5s infinite alternate;
}

.m-loading .shape-2 {
    -webkit-animation: shape2 0.5s infinite alternate;
    animation: shape2 0.5s infinite alternate;
}

.m-loading .shape-3 {
    -webkit-animation: shape3 0.5s infinite alternate;
    animation: shape3 0.5s infinite alternate;
}

.m-loading .shape-4 {
    -webkit-animation: shape4 0.5s infinite alternate;
    animation: shape4 0.5s infinite alternate;
}

.m-word-animation {
    position: absolute;
    left: 50%;
    width: 1440px;
    height: 400px;
    /* background: #000000; */
    transform: translateX(-50%);
}

.m-word-animation>div {
    position: absolute;
    top: 0;
    left: 0;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-transform: all 1s;
    -ms-transform: all 1s;
    -o-transform: all 1s;
    transform: all 1s;
    -webkit-animation-duration: 5s;
    -o-animation-duration: 5.3s;
    animation-duration: 5.3s;
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -o-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fs16 {
    font-size: 16px !important;
}

.wmask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0);
    z-index: 10000;
    width: 100%;
    height: 100%;
}

.dialog-view-msg {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: rgba(0, 0, 0, 0.55);
    z-index: 10001;
    border-radius: 6px;
}

.dialog-view-msg p {
    padding: 10px 16px;
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
    font-weight: 300;
}
.about{
    padding: 21px 26px 60px;
    overflow: hidden;
}
.about-left{
    float: left;
    margin-right: 190px;
}
.about-item{
    margin-bottom: 20px;
}
.about-item .about-tit{
    font-weight: 500;
    font-size: 18px;
    color:rgba(51, 51, 51, 1);
    line-height: 2;
}
.about-item .about-body p{
    line-height: 2;
    font-size: 16px;
    color: rgba(108, 67, 36, 1);
}
.about-item .about-body p span{
    color: rgba(102, 102, 102, 1);
}

.banner_content{
    display: block;
    margin: 0 auto;
    padding: 40px 44px;
    width: 1313px;
    background: #FFF9F4;
    border-radius: 40px 40px 0px 0px;
    border: 12px solid #F1D3AE;
}
.banner_content .m-banner-search{
    width: 1200px;
    height: 54px;
    margin-bottom: 10px;
    background: url(../img/sy_block_search2.png) no-repeat;
}
.banner_content .m-banner-search .search-input .search{
    height: 54px;
    padding-left: 54px;
}
.banner_content .m-banner-search .search-input_history{
    top: 54px;
    width: 1200px;
}

.banner_content .section{
    display: flex;
    margin-bottom: 16px;
}
.banner_content .section .side{
    width: 285px;
   
}

.banner_content .side  .m-category{
    margin-bottom: 0;
}
.banner_content .side .m-category .m-category-tit,
.m-block .m-block-title{
    margin-bottom: -1px;
    height: 48px;
    line-height: 48px;
    background: #FFF7F0;
    border: 1px solid #D2BDAF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #6C4324;
}

.banner_content .side .m-category .m-category-body,
.m-block-content{
    background: #FFFBF8;
    border: 1px solid #D2BDAF;
}
.junior .banner_content .side .m-category .m-category-body{

}

.junior .banner_content .content .m-block-content{
    height: 483px;
}
.junior .banner_content .content .m-block-content canvas{
    padding: 10px 0;
}
.primary .banner_content .side .m-category .m-category-body{

}
.primary .banner_content .content .m-block-content{
    height: 345px;
}
/* .primary .banner_content .content .m-block-content canvas{
    width: 345px;
    height: 345px;
} */
.banner_content .side .m-category  .m-category-body {
    padding: 10px 0;
}

.banner_content .side .m-category  .m-category-body ul li {
    margin-bottom: 1px;
    width: 100%;
    height: 45px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    text-align: center;
    color: #AD8666;
    line-height: 45px;
    cursor: pointer;
}

.banner_content .side .m-category  .m-category-body ul li.checked {
    color: #ffffff;
    background: url(../img/ssjg_block_xz.png) center no-repeat;
}

.banner_content .section .content{
    
    flex: 1;
    margin-left: 16px;
}
.m-block{
    width: 100%;
}
.m-block .m-block-content .m-intro{
    padding: 32px 36px;
}
.m-intro .m-introitem{
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E4DAD2;
}
.m-intro .m-introitem .m-introitem-img{
    width:76px;
    height: 76px;
} 
.m-intro .m-introitem .m-introitem-img img{
    width: 100%;
    height: 100%;
}
.m-intro .m-introitem .m-introitem-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    margin-left: 16px;
}
.m-intro .m-introitem .m-introitem-content div{
    font-size: 16px;
    line-height: 1;
}
.m-intro .m-introitem .m-introitem-content div:first-child{
    margin-bottom: 20px;
    font-weight: 500;
    color: #6C4324;
}
.m-intro .m-introitem .m-introitem-content div:last-child {
    color: #AD8666;
}

.l-tool{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.l-tool .back{
    width: 304px;
    margin-right: 24px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #91583C;
    line-height: 20px;
    cursor: pointer;
}
.l-tool .l-tool-content{
    flex: 1;
}
.l-tool .location{
    float: right;
    font-size: 0;
}
.l-tool .location .tab {
    display: inline-block;
    width: 88px;
    height: 32px;
    margin-left: 24px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #91583C;
    line-height: 32px;
    text-align: center;
    background: url(../img/jgxq_icon_sx_unseclect.png) no-repeat;
    cursor: pointer;
}

.l-tool .location .tab.checked {
    background-color: #FFFFFF;
}
.l-tool .l-tool-content .search{
    position: relative;
    float: right;
    width: 424px;
    height: 40px;
    background: #FFFCF8;
    border: 1px solid #D2BDAF;
    transform: none;
}
.l-tool .l-tool-content .search input{
    background: transparent;
    width: 100%;
    height: 100%;
    padding-left:20px;
    padding-right: 50px;
}

.l-tool .l-tool-content .search i{
    position: absolute;
    top: 8px;
    right: 16px;
    width: 21px;
    height: 21px;
    background: url(../img/sy_icon_search.png) no-repeat;
    background-size: cover;
    cursor: pointer;
    transform: none;
}
.m-tool{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 56px;
    padding: 0 20px;
    background: #FBF7F4;
    border: 1px solid #D2BDAF;
}
.m-tool .m-tool-condition{
    display: flex;
    align-items: center;
}
.m-tool .m-tool-search{
    position: relative;
    width: 360px;
    height: 36px;
    background: #FFFFFF;
    margin-top: 9px;
}
.m-tool .m-tool-search input{
    height: 100%;
    width: 100%;
    padding: 0 38px 0 20px;
}
.m-tool .m-tool-search i{
    position: absolute;
    top: 5px;
    right: 10px;
    width: 23px;
    height: 23px;
    background: url(../img/gifn_icon_js.png) no-repeat;
}
.category .l-main {
    position: relative;
    overflow: hidden;
}
 .m-explain_tit_right{
    font-size: 14px;
    font-weight: 400;
    color: #B98B6C;
    cursor: pointer;
}
.m-explain_tit_right span{
    color: #B98B6C;
}
.m-explain_tit_right span span{
    color: rgba(237, 131, 105, 1);
}
.wordlist{
    padding:14px 16px 6px 16px;
    font-size: 0;
}
.worditem{
    display: inline-flex;
    width: 20%;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    cursor: pointer;
}
.worditem:hover{
    text-decoration: underline;
    text-decoration-color: #E42C2C;
}
.worditem img{
    width: 35px;
    height: 16px;
    margin-left: 5px;
    margin-top: 5px;
}
.m-explain_more{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #D2BDAF;
    border-top: 1px solid #D2BDAF;
    cursor: pointer;
}
.m-explain_more img{
    display: block;
    margin-top: -2px;
    margin-left: 4px;
}
.l-pagination{
    margin-top: 30px;
    text-align: right;
}
.l-pagination .pagination>.active>a,
.l-pagination .pagination>.active>a:focus,
.l-pagination .pagination>.active>a:hover, 
.l-pagination .pagination>.active>span, 
.l-pagination .pagination>.active>span:focus, 
.l-pagination .pagination>.active>span:hover{
    background-color: #E2AD92;
    border-color: #E2AD92;
}

@media screen and (max-width: 1440px) {
    .l-body {
        min-height: calc(100vh - 100px);
    }
    .l-body.index .banner_title{
        width: 518px;
        padding: 30px 0;
    }
    .banner_title img{
        width: 100%;
    }
    .banner_content .section .content{
        margin-left: -1px;
    }
    .banner_content{
        width: 1000px;
        padding: 20px 38px;
    }
    .banner_content .m-banner-search{
        width: 898px;
        height: 54px;
        margin-bottom: 0;
        background: url(../img/sy_block_search_small.png) no-repeat;
    }
    .banner_content .m-banner-search .search-input_history{
        width: 898px;
    }
    .l-body.index {
        margin-bottom: -40px;
        background: url(../img/qjsy_pct_bg_small.png) top center repeat-y;
        background-color: #FFFCF7;
    }
    .l-footer{
        height: 100px;
        background: url(../img/qjsy_bg_bottom_small.png) center no-repeat;
    }
    .m-intro .m-introitem{
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
    .m-intro .m-introitem .m-introitem-img{
        width: 62px;
        height: 62px;
    }
    .m-intro .m-introitem .m-introitem-content div:first-child{
        margin-bottom: 10px;
    }
}