.section-lg {
    padding-top: 40px;
}

.box {
    overflow: visible;
    border-radius: 8px;
    position: relative;
    height: 90px;
    width: 150px;
    background-color: #0099DB;
}

.box .rBox {
    position: absolute;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    right: -10px;
    background-color: #0099DB;
}

.tRow {
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.list-creative li article:hover {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px #E9E9E9;
}

.list-creative li h5:hover {
    color: #147CFF;
}

.list-creative li {
    border: none !important;
    padding: 0 0;
}

.list-creative .quote-creative {
    box-shadow: none
}

.list-creative img {
    width: 310px;
    height: 180px;
}

.list-creative h5 {
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
}

.list-creative p,
.list-creative span {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #777777;
    line-height: 22px;
}

.list-creative span {
    margin: 8px 0;
}

.quote-creative__main>* {
    margin-bottom: 0;
}

.breadcrumbs-custom__aside {
    flex-direction: column;
    align-items: flex-start;
}

.breadcrumbs-custom__aside.bg-image.context-dark div {
    text-align: left;
    color: white;
    font-size: 50px;
    position: relative;
    left: -20%;
    width: 450px;
}

.breadcrumbs-custom__aside.bg-image.context-dark div:nth-child(2) {
    font-size: 19px;
}


/* 在线客服样式 */
.contact{
    position: fixed;
    width: 420px;
    height: 500px;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    background-color: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 14px 14px 0 0;
}

.isHide{
 display: none;
}

.contact_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    color: white;
    padding: 0 12px;
    box-sizing: border-box;
    border-radius: 14px 14px 0 0;
    background-color: #319CF8;
}
.contact_reply{
    position: relative;
    width: 100%;
    height: 300px;
    overflow: auto; /* 或者使用 overflow: scroll; */    
    border-bottom: 1px solid #eeeeee;
}

.reply_item{
    display: flex;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.reply_msg{
    display: inline-block;
    margin-bottom: 5px;
    padding: 8px 11px;
    color: #333;
    background: #F2F2FB;
    border-radius: 0 16px 16px 16px;
    box-shadow: 0 2px 4px 0 rgba(207, 209, 211, 1);
    border: 1px solid #e6e6e6;
    word-wrap: break-word;
    word-break: break-word;
    text-align: left !important;
    max-width: 290px;
    font-size: 14px;
    font-family: SimSun !important;
    font-size: 12px;
    color: #000000 !important;
    box-sizing: border-box;
}
.operate{
    width: 100%;
    height: 139px;
    position: relative;
}

.sending{   
    position: absolute;
    top: 10px;
    right: 10px;
    width: 60px;
    height: 30px;
    text-align: center;
    line-height: 30px;
     background-color: #319CF8;
    border-color: #319CF8;
    border-radius: 14px;
    font-size: 12px;
    color: #ffffff;
    /* padding: 5px 0; */
}
.box{
    width: 100%;
    /* position: fixed; */
    margin-top: 76px;
    bottom: 0;
    height: 24px;
    background-color: rgba(242, 242, 251, 1);
}

.answer_item{
    float: right;
    min-height: 40px;
}

.answer_msg{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px 0 16px 16px;
    padding:  0 10px;
    box-sizing: border-box;
    min-width: 30px;
    min-height: 30px;
    font-family: SimSun !important;
    font-size: 12px;
    color: #FFFFFF !important;
    background: #319CF8;
    border-color: #319CF8;
}

.post-classic__image{
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 180px;
    width: 310px !important;
    max-width: 310px;
}

@media (max-width: 768px) {
    .list-creative h5 {
        font-size: 16px;
    }

    .section-lg {
        padding: 30px 0;
    }

    .breadcrumbs-custom__aside.bg-image.context-dark {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        background-image: url(https://rjet.oss-cn-beijing.aliyuncs.com/cj/RJET/cover/new_banner2.png) !important;
        width: 100%;
        height: 480px;
    }

    .breadcrumbs-custom__aside.bg-image.context-dark div {
        width: 280px;
        font-size: 24px;
    }

    .quote-creative__main {
        margin: 0 auto;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .quote-creative__main div:nth-child(1) {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 !important;
        margin-left: 0;
    }

    .list-creative li img {
        /* display: none !important; */
        margin-bottom: 20px;
        width: 100% !important;
    }

    .quote-creative__main-text {
        width: 100% !important;
        margin-left: 0;
    }

    .list-creative li {
        padding: 15px 0 !important;
    }

    .list-creative span {
        margin: 0;
    }

    .tRow {
        -webkit-line-clamp: 1;
    }

    .quote-creative__main-text .tRow:nth-child(3) {
        display: none;
    }
}