/*html {*/
/*    height: auto !important;*/
/*}*/

/*body {*/
/*    height: auto !important;*/
/*    min-height: 100vh;*/
/*}*/

html, body {
    overflow: auto;
    height: 100%;
}

/* 顶部导航 */
/* .layout .layout_header {
    background: rgba(13, 32, 62, 0.3) !important;
} */

.layout_body {
    padding-bottom: 50px;
}

.search_container {
    max-width: 960px;
}

/* 页面正中间标题 */
.layout_body .header_container {
    text-align: center;
    line-height: 1;
    margin: 135px auto 40px;
    background-repeat: no-repeat;
    background-position: center center;
}

.body_bg_container .search_container {
    width: auto;
}

.body_bg_container .search_inner {
    width: 960px;
    height: 56px;
    margin: 0 auto;
}


/* 搜索输入框 */
.body_bg_container .search_inner .search_input_wrapper {
    float: left;
    width: 78%;
    height: 52px;
}

.body_bg_container .search_container .search_inner .search_input_wrapper .search_input {
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 0;
}

/* 搜索按钮 */
.body_bg_container .search_inner .search_btn_wrapper {
    float: right;
    margin-left: 0;
    position: relative;
    width: 116px;
    height: 56px;
    /* border-radius: 0px 4px 4px 0px; */
}

/* 搜索图标 */
.body_bg_container .search_inner .search_btn_wrapper i {
    position: absolute;
    left: 16px;
    display: inline-block;
    z-index: 5;
    width: 16px;
    height: 16px;
    color: #fff;
}

/* input按钮 */
.body_bg_container .search_inner .search_btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 54px;
    line-height: 56px;
    font-size: 16px;
    padding-left: 25px;
    transition: none;
}

/* 搜索提示 */
.search_area .suggest_container {
    width: 88%;
    top: 56px !important;
}


/* 热搜热点 */
.hot_search_court {
    margin-top: 20px;
    height: 50px;
}

.hot_search_court span {
    float: left;
}

/* 热搜列表 */
.hot_search_court .list {
    display: inline-block;
    max-width: 844px;
    width: calc(100% - 173px);
    margin-left: 10px;
    max-height: 48px;
    overflow: hidden;
}

.hot_search_court .list li {
    float: left;
    max-width: calc(100%);
    cursor: pointer;
    position: relative;
}

.hot_search_court .list span {
    max-width: calc(100%);
    height: 16px;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hot_search_court .list li .wrapper {
    max-width: calc(100%);
    height: 24px;
    line-height: 24px;
}

.hot_search_court .list span:hover {
    color: #346DFE;
}

/* 热搜下边tab */
.layout_body .module_show_area {
    padding: 0;
    margin-top: 50px;
}

/* tab头 */
.module_show_area .module_item .module_tabs {
    padding: 10px 24px 0;
}

/* tab头每一项 */
.module_show_area .module_item .module_tabbar {
    width: auto;
}

.module_show_area .module_item .module_tabbar:hover,
.module_show_area .module_item .module_tabbar.active {
    color: #2D72E0;
    background: transparent;
    border-bottom: 2px solid #2D72E0;
    border-radius: 5px;
}

.court_module .live_item h2:hover {
    color: #2D72E0 !important;
}

/* tab整体内容 */
.module_show_area .module_item {
    /* width: calc(100% - 120px); */
    width: 960px;
    border-radius: 4px;
    padding-bottom: 10px;
}

.module_show_area .module_item .module_info {
    background-color: transparent;
}

.module_show_area .court_module .list {
    padding: 0 16px;
}

/* 庭审视频每一个 */
.module_show_area .court_module .list .item {
    box-sizing: border-box;
    /* width: calc(100% / 3 - 32px); */
    width: 290px;
    height: 216px;
    margin: 8px;
    border-radius: 4px;
}

/* 缩略图 */
.module_show_area .court_module .list .item img {
    height: 162px;
}

/* 底部标题 */
.module_show_area .court_module .list .item h5 {
    font-size: 14px;
    line-height: 22px;
}

.module_show_area .court_module .list .item h5:hover {
    color: #2D72E0;
}

.module_show_area .court_module .court_info {
    height: auto;
}

/* 悬浮遮罩层 */
.module_show_area .court_module .list .item .play_button {
    height: 106px;
    padding-top: 56px;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.6);
}

.court_module .court_info .list .item .play_button i {
    font-size: 40px;
}

.court_module .court_info .list .item .play_button span {
    margin-top: 15px;
}

/* 图文直播 */
/* 第一行 */
.module_show_area .court_module .live_item h2,
.module_show_area .court_module .live_item p span:first-of-type {
    padding-left: 0;
}

/* footer */
.layout_footer {
    margin-top: 16px;
}
