.case_box {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.center {
	width: 1240px;
	margin: 0 auto;
}

.cb_banner {
	width: 100%;
	height: 430px;
	background: url('../../images/newcase/bg.png') no-repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* background-size: 100% 100%; */
}

.cb_banner_title {
	width: 400px;
	text-align: center;
	margin-top: 190px;
	height: 78px;
	font-size: 52px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 61px;
	position: relative;
}

.cb_banner_title .cb_banner_titleMask {
	position: absolute;
	word-wrap: unset;
	width: 400px;
	text-align: center;
	bottom: -40px;
	height: 78px;
	font-size: 52px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	line-height: 61px;
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 70%);
	opacity: 20%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.cb_options {
	width: 100%;
	height: 65px;
	background: #FFFFFF;
	padding: 12px 0;
}

.cb_options .cb_options_items {
	/* width: 1012px; */
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.cb_options .cb_options_items .cb_options_item {
	margin-right: 180px;
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
}

.cb_options .cb_options_items .cb_options_item:nth-child(4) {
	margin-right: 0;
}

.cb_options .cb_options_items .cb_options_item .cb_options_item_img {
	width: 40px;
	height: 40px;
	margin-right: 15px;
}
.cb_options .cb_options_items .cb_options_item .cb_options_item_img>img{
	width: 100%;
	height: 100%;
}

.cb_options .cb_options_items .cb_options_item .cb_options_item_title {
	height: 27px;
	font-size: 18px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #000000;
	line-height: 27px;
}
.activeTitle{
	color: #4B72FF !important;
}

.cb_main{
	width: 100%;
	display: flex;
	flex-direction: column;
	background: #F1F1F1;
}
.cb_main_items{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 37px 0;
}
.cb_main_items .cb_main_item{
	margin-right: 12px;
	margin-bottom: 25px;
	width: 405px;
	height: 254px;
	background: #FFFFFF;
	position: relative;
	/* z-index: 2; */
}
.cb_main_items .cb_main_item:nth-child(3n){
	margin-right: 0;
}

.cb_main_items .cb_main_item .cb_main_item_title{
	width: 100%;
	height: 85px;
	line-height: 85px;
	font-size: 26px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #000000;
	/* z-index: 2; */
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 22px;
	background:url('../../images/newcase/mask1.png') no-repeat;
}
.cb_main_items .cb_main_item .cb_main_item_middle{
	display: flex;
	flex-direction: row;
	padding: 0 22px;
}
.cb_main_items .cb_main_item .cb_main_item_middle .cb_main_item_time{
	border-top: 1px solid #BDBDBD;
	font-size: 18px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #454545;
	margin-right: 47px;
	height: 80px;
	line-height: 80px;
	margin-bottom: 10px;
	width: 200px;
	
}
.cb_main_items .cb_main_item .cb_main_item_middle .cb_main_item_img{
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 5px;
}

.cb_main_item_img_in{
	width: 55px;
	height: 55px;
	z-index: 2;
}


.cb_main_items .cb_main_item .cb_main_item_middle .cb_main_item_img .cb_main_item_img_in>img{
	width: 100%;
	height: 100%;
	/* z-index: 2; */
}
.cb_main_items .cb_main_item .cb_main_item_view{
	width: 100%;
	padding: 0 22px ;
}

.cb_main_items .cb_main_item .cb_main_item_view .cb_main_item_btn{
	width: 142px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #4B72FF;
	border-radius: 5px 5px 5px 5px;
	font-size: 20px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
}


.cb_main_items .cb_main_item .cb_main_item_mask{
	width: 405px;
	height: 85px;
	position: absolute;
	top: 0;
	left: 0;
	/* z-index: 1; */
	background:url('../../images/newcase/mask1.png');
}

.cb_main_items .cb_main_item .cb_main_item_bg{
	position: absolute;
	right: 10px;
	bottom: 0;
	width: 160px;
	height: 135px;
	z-index: 1;
}
.cb_main_items .cb_main_item .cb_main_item_bg>img,
.cb_main_items .cb_main_item .cb_main_item_mask>img{
	width: 100%;
	height: 100%;
}


.pg{
	width: 752px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 50px;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}


.el-drawer{
	border-radius: 20px 20px 0px 0px;
}

.cb_detail{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.cb_detail_top{
	padding:58px 0 30px 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}
.cb_detail_top_title{
	height: 39px;
	font-size: 26px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
	margin-bottom: 5px;
}

.cb_detail_top_date{
	height: 30px;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #454545;
	line-height: 19px;
}



.cb_detail_top_mask{
	position: absolute;
	right: 0;
	bottom: -20px;
	width: 187px;
	height: 209px;
}

.cb_detail_top_mask_1{
	width: 50px;
	position: absolute;
	top: 55px;
	left:45px ;
	height: 50px;
	z-index: 2;
}
.cb_detail_top_mask_1>img{
	width: 100%;
	height: 100%;
}
.cb_detail_top_mask_2{
	width: 160px;
	height: 135px;
	position: absolute;
	bottom: 0;
	z-index: 1;
}
.cb_detail_top_mask_2>img{
	width: 100%;
	height: 100%;
}
.cb_detail_main{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.cb_detail_main .cb_detail_main_item{
	width: 100%;
	display: flex;
	flex-direction: column;
}

.cb_detail_main .cb_detail_main_item .cb_detail_main_item_title{
	height: 60px;
	width: 100%;
	background: #F3F3F3;
	border-radius: 5px 5px 5px 5px;
	line-height: 60px;
	font-size: 20px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #000000;
	padding: 0 25px;
	position: relative;
}

.cb_detail_main .cb_detail_main_item .cb_detail_main_item_title .cb_detail_main_item_icon{
	width: 30px;
	height: 30px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 15px;
	top: 15px;
}
.cb_detail_main .cb_detail_main_item .cb_detail_main_item_title .cb_detail_main_item_icon>img{
	width: 100%;
	height: 100%;
}

.cb_detail_main .cb_detail_main_item .cb_detail_main_values{
	display: flex;
	flex-direction: column;
	padding: 15px 25px;
}
.cb_detail_main .cb_detail_main_item .cb_detail_main_values .cb_detail_main_value{
	padding: 15px 0;
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid #F3F3F3;
}
.cb_detail_main .cb_detail_main_item .cb_detail_main_values .cb_detail_main_value:nth-last-child(1){
	border-bottom: none;
}

.cb_detail_main .cb_detail_main_item .cb_detail_main_values .cb_detail_main_value .cb_detail_main_value_title{
	width: 150px;
	height: 24px;
	font-size: 16px;
	font-family: Source Han Sans CN-Normal, Source Han Sans CN;
	font-weight: 400;
	color: #000000;
	line-height: 19px;
}
.cb_detail_main .cb_detail_main_item .cb_detail_main_values .cb_detail_main_value .cb_detail_main_value_2{
	font-size: 16px;
	height: 24px;
	font-family: Source Han Sans CN-Normal, Source Han Sans CN;
	font-weight: 400;
	color: #000000;
	line-height: 19px;
}

.bottomItem{
	padding-bottom:150px;
}

.linkFile{
	cursor: pointer;
	color:#0C4AE7 !important;
}
.linkFile:hover{
	color:#ff3366 !important;
}