/* 列表相关 */
.list_332001_00090_vis_list {
    display: flex;
    padding: 10px;
    flex-direction: column;
    width: 100%;
    height: 100%;
} 

.list_332001_00090_vis_list .list_332001_00090_list_head {
    display: flex;
    justify-content: space-between;
}
.list_332001_00090_list_head{
	position:relative;
}
.list_332001_00090_vis_list .list_332001_00090_list_head_item {
    padding: 5px;
    /* flex: 1; */
    text-align: center;
    padding: 6px 10px;
    width: 50%;
    font-size: 15px;
    display: flex;
}
.list_332001_00090_list_body_content{
	overflow:hidden;
	height: 50px;
    flex-grow: 1;
    position: relative;
}
.list_332001_00090_list_body_content_scroll{
	overflow-y:auto;
}
.list_332001_00090_vis_list .list_332001_00090_list_body {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    overflow: auto;
}
.list_332001_00090_list_body{
	position: absolute;
	width: 100%;
}
.list_332001_00090_vis_list .list_332001_00090_list_tr {
    display: flex;
    color: #f2f2f2;
    justify-content: space-between;
    cursor: pointer;
}

.list_332001_00090_list_body_item {
    /* flex: 1; */
    text-align: center;
    padding: 6px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    min-height: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
} 

.list_332001_00090_list_show_img_box{
	width:100%;
	height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    min-width:390px;
}
.list_332001_00090_list_show_img_box img{
	max-width: 470px;
	max-height: 470px;
} 
.list_332001_00090_listShowImg{
	max-width: 35px;
	max-height: 35px;
	cursor: pointer;
}
.list_332001_00090_listShowVideo{ 
	color: #6683ff;
    text-decoration: none; 
}
.list_332001_00090_list_img_box{
	display: flex;
	align-items: center;
}

.list_332001_00090_list_tr_hover:hover {
	background: rgba(255,255,255,0.11);
}
/* 列表相关 */

.condition_tabs{
	display: flex;
	padding: 10px 0 0 10px;
}
.condition_tab{
	padding: 4px 10px;
	background-color: transparent;
	border: 1px solid #0e315a;
	border-radius: 6px;
	font-size: 15px;
	cursor: pointer;
	margin: 0px 10px;
}
.condition_tab.active_btn{
	background: #0e315a;
	color: #fff;
} 


/* 斑马色 */
.list_332001_00090_list_tr_bg{
	background: rgba(255,255,255,0.11);
}

/* 边框线 */
.list_332001_00090_border_rb{
	border-right:0.1px solid #ffffff38;
	border-bottom:0.1px solid #ffffff38;
}
.list_332001_00090_border_t{
	border-top:0.1px solid #ffffff38;
}
.list_332001_00090_border_l{
	border-left:0.1px solid #ffffff38;
}
/* .list_332001_00090_list_head_after{
	position:relative;
} */
.list_332001_00090_list_head_after{
	position:absolute;
	bottom:-1px;
	width:90%;
	height:2px;
	left:50%;
	transform:translate(-50%);
	box-shadow: 0 0 4px;
}

.list_332001_00090_item_span{
	/* min-width: 50%; */
    padding: 4px 5px;
    overflow: hidden;
}
.color_font_1_332001_00090{
	color:#ffffffd4;
}

.list_header_332001_00090_04{
	margin-bottom: 12px;
    border-bottom: 1px solid #ffffff2e;
    padding: 5px 0;
}
.list_332001_00090_04_list_tr{
	margin-bottom: 12px;
   /*  border: 1px solid #ffffff2e;
    border-bottom: 1px solid #ffffff0d;
    border-right: 2px solid #ffffff3d; */
    position: relative;
    overflow: hidden;
    background:url('https://res.dapingyun.com/1/img/component/332001/00090/4/001.png');
    background-size:100% 100%;
}
.list_332001_00090_04_list_tr::after{
	/* position: absolute;
    content: "";
    width: 22%;
    height: 10px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 6px 0px #ffffff;
    background-color: #ffffff;
    border-radius: 50%;	 */
}

.list_332001_00090_05_list_body_item{
	/* background-color: #08324D; */
    margin: 0 5px;
}
.list_332001_00090_05_list_head_item{
	margin: 0 5px;
	position:relative;
	padding-bottom: 20px !important;
	overflow:hidden;
}
.list_332001_00090_05_list_head_item_before{
	position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    left: calc(50% - 3px);
    background-color: #0D7EB3;
    transform: rotate(45deg);
}
.list_332001_00090_05_list_head_item_after{
	position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0D7EB3;
    border-radius: 6px;
}
.list_332001_00090_05_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.list_332001_00090_05_item_icon {
    width: 50px;
    height: 50px;
    border: 2px solid;
    border-radius: 50%;
    box-shadow: 0 0 5px inset;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list_332001_00090_05_item_name {
    margin-top: 5px;
}
.item_icon_pick {
    font-size: 24px !important;
}
.list_05_body_data_bg_content {
    width: 100%;
    position: absolute;
    display: flex;
}
.list_05_body_data_bg {
    width: 10px;
    margin: 0 5px;
    padding: 6px 10px;
}


