.other_tags,
.other_time,
.other_product,
.details_content {
    background-color: #fff;
}

.crumbs {
    height: 78px;
    line-height: 78px;
    font-size: 18px;
}

.crumbs a:first-child {
    color: #0089e1;
}

.details_content {
    width: 920px;
    float: left;
    box-sizing: border-box;
    padding: 0 39px 40px 38px;
    line-height: 24px;
    margin-right: 20px;
}

.details_other {
    width: 315px;
    float: left;
    position: sticky;
    top: 0;
}

.details_title {
    font-size: 30px;
    line-height: 30px;
    margin: 40px 0 20px 0;
}

.case_list .case_item {
    width: 386px;
    height: 157px;
    border: solid 1px #ededed;
    float: left;
    box-sizing: border-box;
    padding: 26px 34px 0 26px;
    margin-top: 20px;
}

.case_list .case_item:nth-child(2n) {
    margin-left: 67px;
}

.details_content strong {
    font-weight: 700;
}



.other_head {
    height: 50px;
    line-height: 50px;
    padding-left: 21px;
    box-sizing: border-box;
    font-size: 16px;
    border-bottom: 2px solid #e3e3e3;
}

.other_tags .other_con {
    padding: 0 21px 20px;
    margin-top: 10px;
}

.other_tags .other_con span,.tag_list span {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    border-radius: 12px;
    border: solid 1px #b4b5b7;
    color: #999999;
    margin-top: 10px;
    padding: 0 5px;
}

.other_time,
.other_product {
    margin-top: 20px;
}
.button_hover,.button_bgc{
    display: inline-block;
    box-sizing: border-box;
    width: 218px;
    height: 39px;
    text-align: center;
    line-height: 39px;
    margin-top: 10px;
}
.button_bgc{
    color: #fff;
    background-color: #0089e1;
}
.button_hover{
    border: solid 1px #0089e1;
    color: #0089e1;
}
.button_hover:hover{
    color: #fff;
    background-color: #0089e1;
}
.other_time{
    padding-bottom: 20px;
}
.other_time_icon{
    margin-top: 20px;
    height: 20px;
    color: #999999;
}
.other_time_icon i{
    float: left;
}
.other_time_icon span{
    float: left;
    margin-top: 1.5px;
    margin-left: 5px;
}
.other_time_icon img{
    vertical-align:middle;
}

.bottom_dom{
    height: 70px;
}

/* 图片上下边距 */
.datails_img_20{
    margin: 20px 0;
}
.datails_img_32 {
    margin: 32px 0;
}

/* 图标修改 */
.other_product .product_wrap{
    width: 80px;
    height: 80px;
    margin-top: 10px;
    margin-right: 10px;
}


.other_product .product_icon{
    font-size: 30px;
    display: inline;
    text-align: center;
}

.content_title_center{
    font-size: 18px;
    text-align: center;
    margin: 30px 0;
}


/* 总页面 */
.search_box{
    width: 1258px;
    height: 40px;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
}
.setdata_url{
    display: inline-block;
    color: #0089e1;
    margin-top: 10px;
    
}
.search{
    width: 100%;
    height: 100%;
    padding-left: 38px;
    box-sizing: border-box;
    /* text-indent: 38px; */
}
.title_h2{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
}
.trial_layout{
    margin-top: 50px;
    min-height: 500px;
    width: 1290px;
}
.trial{
    position: relative;
    width: 400px;
    height: 438px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 0px rgba(153, 153, 153, 0.4);
    margin-bottom: 30px;
    float: left;
    margin-right: 30px;
}
.trial_img{
    width: 401px;
    height: 187px;
    position: relative;
}
.trial_content_text{
    padding: 0 20px;
}
.img_title{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: 40px;
    font-size: 16px;
    background: rgba(0,0,0,.3);
    line-height: 40px;
    padding-left: 20px;
    box-sizing: border-box;
}
.trial_content_text{
    margin-top: 20px;
    padding: 0 20px 10px 20px;
    line-height: 24px;
}
.trial_content_text p{
    height: 72px;
}
.tag_list{
    margin-top: 36px;
}
.trial_button{
    display: flex;
    justify-content: center;
}
.tag_list span{
    margin-right: 5px;
}
.search_icon{
    position: absolute;
    top: 11px;
    left: 11px;
}

.card{
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%);
    margin: 50px auto;
    width: 1260px;
}

.card_content,.card_img{
    float: left;
    height: 400px;
}

.card_content{
    width: 760px;
    padding: 60px 40px;
    box-sizing: border-box;
    line-height: 24px;
}
.card_img{
    width: 500px;
    background-color: skyblue;
}
.card_img img{
    width: 100%;
    height: 100%;
}

.data_null{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 380px;
    display: none;
}