body {
    overflow-x: hidden;
    font-family: "Microsoft YaHei", Arial, sans-serif  !important;
    /*font-family: SourceHanSansCN-Regular;*/
}
.chino-content {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 10px;
}

.collapse {
    visibility: unset !important;
}

.line1_ {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.sidemenu1 {
    background-color: #FFF;
}
.sidemenu > div > a {
    display: block;
    box-shadow: 0px 3px 10px 1px rgba(153, 153, 153, 0.2);
    border-radius: 5px;
    text-align: center;
    margin-top: 20px;
    width: 50px;
    height: 50px;
}

.sidemenu .hover-change-bg:hover {
    background-color: #fff1e9;
}

.sidemenu .hover-change-bg:hover path {
    fill: #ef5816;
}

.sidemenu .kefu > a {
    height: 165px;
    background: #FFF;
}

.sidemenu .kefu > a .icon_warp {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 5px;
    background-color: #FFF;
    border-radius: 100%;
    padding: 5px;
}
.sidemenu .kefu > a .icon {
    /*background: url(/themes/theme-cnbianya/assets/svg/kefu.svg) no-repeat center center;*/
    width: 40px;
    height: 40px;
}

.sidemenu .totop > a {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(180deg);
    background: #FFF;
}

.sidemenu .flot_img {
    transition: all .3s;
}

.post-content img {
    display: block !important;
    margin: 0 auto;
}


.sy-b {
    font-weight: bold;
}

.btn-hover, .text-hover, .text-hover * {
    transition: all .3s;
}

.btn-hover:hover {
    background-color: #FF6E00 !important;
    border-color: #FF6E00 !important;
    color: #ffffff !important;
}

.btn-hover .r-row {
    transition: all .3s;
}

.btn-hover:hover .r-row {
    transform: translateX(5px);
}

.text-hover:hover {
    color: #FF6E00 !important;
}

.text-hover:hover svg path {
    stroke: #FF6E00 !important;
}



.anima {
    transform: translateY(50px);
    opacity: 0;
    transition: all 1.5s ease;
}

.anima.anima2 {
    transform: translateY(-50px);
}

.anima.anima3 {
    transform: translateY(0px) translateX(-50px);
}

.anima.anima4 {
    transform: translateY(0px) translateX(50px);
}

.anima.anima5 {
    opacity: 1;
    transform: scale(1.1);
}

.anima.show {
    transform: translateY(0) !important;
    opacity: 1 !important;
}

.anima.anima5.show {
    transform: scale(1) !important;
}


.anima-fadeIn {
    opacity: 0;
}

.anima-fadeIn.show {
    opacity: 1 !important;
}


.hover-btn {
    position: relative;
    overflow: hidden !important;
    cursor: pointer;
    transition: all .3s;
    border-radius: 20px;
}

.hover-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #FF6E00;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: -1;
    transition: width 0.4s ease;
}

.hover-btn:hover {
    color: white !important;
    border-color: transparent !important;
}

.hover-btn:hover::before {
    width: 100%;
}

