.media-detail-container{
    padding-top: 160px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.media-detail-main{
    max-width: 898px;
    min-height: 580px;
}

.detail-title{
    color: #333333;
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
}

.detail-time-box{
    margin-top: 16px;
}

.detail-time-text{
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    margin-right: 32px;
}

.casedetail-boxlt-detail{
    margin: 30px auto 0;
    min-height: 320px;
}

.casedetail-boxlt-detail img{
    width: 100%;
    vertical-align: middle;
}

.casedetail-boxlt-detail p{
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
}

.casedetail-boxlt-detail h1,h2,h3,h4,h5,h6{
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
}

.media-detail-right{
    width: 276px;
    /*float: right;*/
    /*position: fixed;*/
    /*top: 160px;*/
    /*right: calc((100% - 1200px)/2);*/
}

.search-input-container{
    width: 100%;
    height: 36px;
    border: 1px solid #DDDDDD;
    display: flex;
    align-items: center;
    padding: 0 13px;
}

.search-input{
    outline: none;
    flex: 1;
    height: 34px;
    color: #333333;
    font-size: 14px;
    line-height: 34px;
    text-align: right;
}

.search-icon{
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.search-input::placeholder{
    color: #666666;
    font-size: 14px;
    line-height: 34px;
    text-align: right;
}

.record-container{
    width: 100%;
    border: 1px solid #DDDDDD;
    padding: 16px 16px 0;
    margin-top: 14px;
}

.record-title{
    color: #333333;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 12px;
}

.record-item-title-box{
    width: 100%;
    display: flex;
    align-items: center;
}

.record-item-circle{
    min-width: 4px;
    height: 4px;
    background: #466CFF;
    border-radius: 1px;
    margin-right: 11px;
}

.record-item-title{
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.record-item-date{
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
}

.record-item-box{
    margin-bottom: 16px;
}

.record-item-box:hover{
    cursor: pointer;
}

.record-item-box:hover .record-item-title{
    color: #466CFF;
}

.word-btn-list{
    width: 898px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    padding-bottom: 80px;
}

.word-btn-row1,.word-btn-row2{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    transform: rotate(-135deg);
    margin-right: 10px;
}

.word-btn-text{
    display: inline-block;
    color: #333333;
    font-size: 16px;
    line-height: 22px;
    max-width: 308px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.word-btn-row2{
    transform: rotate(45deg);
    margin-right: 0;
    margin-left: 10px;
}

.word-btn-item1,.word-btn-item2{
    display: flex;
    align-items: center;
}

.word-btn-item1:hover{
    cursor: pointer;
}

.word-btn-item1:hover .word-btn-text{
    color: #466CFF;
}

.word-btn-item1:hover .word-btn-row1{
    border-top: 1px solid #466CFF;
    border-right: 1px solid #466CFF;
}

.word-btn-item2:hover{
    cursor: pointer;
}

.word-btn-item2:hover .word-btn-text{
    color: #466CFF;
}

.word-btn-item2:hover .word-btn-row2{
    border-top: 1px solid #466CFF;
    border-right: 1px solid #466CFF;
}


.detail-nav-header-container {
    width: 100%;
    height: 80px;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    border-bottom: 1px solid #DDDDDD;
}

.detail-nav-box {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.detail-nav-logo-box, .detail-nav-logo-container {
    align-items: center;
}

.detail-nav-logo-icon {
    width: 36px;
    height: 36px;
    margin-right: 5px;
}

.detail-nav-logo-zh {
    color: #333333;
    font-size: 22px;
    line-height: 22px;
}

.detail-nav-logo-en {
    color: #333333;
    font-size: 12px;
    line-height: 12px;
    margin-top: 4px;
    letter-spacing: 2px;
}

.detail-nav-logo-text {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    padding-left: 20px;
    border-left: 1px solid #D8D8D8;
    border-radius: 1px;
    margin-left: 20px;
}

.detail-nav-item-box {
    color: #333333;
    font-size: 16px;
    line-height: 36px;
    margin-left: 48px;
}

.detail-nav-item-box:hover {
    cursor: pointer;
}

.detail-header-href-text {
    color: #333333;
    text-decoration: none;
}

.detail-nav-item-box:hover .detail-header-href-text {
    text-decoration: none;
    color: #333333;
}

.detail-free-btn {
    width: 120px;
    height: 36px;
    background: linear-gradient(90deg, #304AD3 0%, #6D3FF2 100%);
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    margin-left: 48px;
}

.detail-free-btn:hover{
    cursor: pointer;
}

.detail-header-href-text {
    color: #333333;
    text-decoration: none;
}

.media-swiper-container{
    display: none;
}



/*手机端样式*/
@media (max-width: 992px) {
    .detail-nav-header-container {
        display: none;
    }

    .media-swiper-container{
        display: block;
    }

    #media-swiper-ban {
        height: 3rem;
        background: url("/static/img/media_banner_phone_icon.png") 100% 100% no-repeat;
        background-size: cover;
    }


    .media-auto-container {
        height: 100%;
        max-width: unset;
        margin: 0 auto;
        padding-top: 1.19rem;
    }

    .media-content-title {
        color: #ffffff;
        font-size: 0.6rem;
        line-height: 0.66rem;
        text-align: center;
    }

    .media-content-des {
        color: #FFFFFF;
        font-size: 0.3rem;
        line-height: 0.36rem;
        margin-top: 0.16rem;
        text-align: center;
    }

    .media-detail-right{
        display: none;
    }

    .media-detail-container{
        padding-top: 0.8rem;
        justify-content: flex-start;
    }

    .media-detail-main{
        width: 100%;
        max-width: unset;
        min-height: 50vh;
        padding: 0 0.42rem;
    }

    .detail-title{
        width: 100%;
        font-size: 0.42rem;
        line-height: 0.48rem;
    }

    .detail-time-box{
        display: flex;
        align-items: center;
        margin-top: 0.3rem;
        height: 0.4rem;
    }

    .detail-time-text{
        font-size: 0.3rem;
        line-height: 0.4rem;
        margin-right: 0.3rem;
    }

    .casedetail-boxlt-detail{
        margin: 0.6rem auto 0;
        min-height: 320px;
    }

    .casedetail-boxlt-detail img{
        width: 100%;
        vertical-align: middle;
    }

    .casedetail-boxlt-detail p{
        color: #666666;
        font-size: 0.3rem;
        line-height: 0.44rem;
        margin-top: 0.4rem;
    }

    .casedetail-boxlt-detail h1,h2,h3,h4,h5,h6{
        color: #666666;
        font-size: 0.3rem;
        line-height: 0.44rem;
        margin-top: 0.4rem;
    }

    .word-btn-list{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: unset;
        margin-top: 0.4rem;
        padding-bottom: 0.8rem;
    }

    .word-btn-row1,.word-btn-row2{
       display: none;
    }

    .word-btn-text{
        width: 100%;
        display: inline-block;
        font-size: 0.32rem;
        line-height: 0.36rem;
    }

    .word-btn-item1,.word-btn-item2{
        display: flex;
        align-items: center;
    }

    .word-btn-item2{
        margin-top: 0.24rem;
    }
}