/*div{
	box-sizing: border-box;
}
a{
	text-decoration: none;
}*/
.Recommended{
	width: fit-content;
    background-color:#FFA608 ;
    color: white;
    display: flex;
    align-items: center;
    height: fit-content;
    border-radius: 5px;
    font-size: 13px;
    padding-left: 6px;
    padding-right: 6px;
    margin-left: 3px;
}
.m_container {
	width: 1280px;
	/* height: 1000px; */
	margin: auto;
	padding-bottom: 120px;
	/* background-color: red; */
}

.m_container .content {
	width: 100%;
	font-size: 0;
}

.m_container .content ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.m_container .content .b_li {
	display: inline-block;
	perspective: 500px;
height: fit-content;
width: fit-content;
	margin-bottom: 15px;
	margin-left: 20px;
	/* float: left; */
	/*border:1px solid black;*/
}


.content .b_li:nth-of-type(1), .content .b_li:nth-of-type(4) {
	/* margin-left: 0; */
}

.content .b_li_first {
	margin-left: 0;
}



.b_item {
	max-width: 334px;
	min-height: 483px;
	background-color: #E0F3FF;
	padding: 30px;
	position: relative;
	border-radius: 4px;
	transform-origin: 10% 10%;
	transition: all .2s linear;
	padding-bottom: 133px;
}

.b_item .b_item_link {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	z-index: 100;
}

.b_item:hover {
	transform: rotate3d(0, 1, 0, -3deg);
	box-shadow: 0 5px 20px 0 rgba(198, 211, 220, 0.14);
	/*width: 370px;*/
}

.b_item_bottom:hover {
	transform: rotate3d(0, 1, 0, -2deg);
}

.b_item:hover .b_item_btn {
	display: block;
}

.b_item .title {
	margin: 0;
	font-size: 26px;
	line-height: 40px;
	color: #1A2736;
}

.b_item .title a {
	display: inline-block;
	/* float: right; */
	height: 34px;
	width: 34px;
	cursor: pointer;
	position: absolute;
	right: 30px;
	z-index: 101;
}

.b_item .describe {
	display: block;
	margin: 0;
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
	color: #37475A;
	margin-top: 10px;
}

.b_item_btn {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50px;
	padding-left: 30px;
}

.b_item_btn:hover img {
	margin-left: 10px;
}

.b_item_btn img {
	vertical-align: top;
	margin-left: 5px;
	transition: margin-left .2s ease-in;
	-moz-transition: margin-left .2s ease-in;
	-webkit-transition: margin-left .2s ease-in;
	-o-transition: margin-left .2s ease-in;
}

.b_item_btn span {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	color: #007FDF;
}

.b_item_pic {
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 99;
	width: 72px;
}

@media screen and (max-width: 1408px) {}

@media screen and (max-width: 1280px) {
	.m_container .content ul{
		justify-content: space-evenly;
	}
	.m_container {
		width: 1040px;
	}
	.content ul .b_li {
		width: 333px !important;
	}
	.content ul .b_li_bottom {
		/* width: 510px !important; */
	}
	.b_item_pic img {
		width: 140px;
	}
}

@media screen and (max-width: 1024px) {
	.m_container {
		width: 90%;
	}
	.content ul .b_li {
		/* width: 48% !important; */
		margin-left: 2%;
		margin-top: 20px;
		perspective: 900px;
	}
	.content ul .b_li_bottom {
		/* width: 48% !important; */
		margin-left: 2%;
	}
	.content .b_li:nth-of-type(1), .content .b_li:nth-of-type(4) {
		margin-left: 2%;
	}
	.b_item_pic img {
		width: 120px;
	}
}

@media screen and (max-width: 768px) {
	.m_container {
		width: 80%;
		flex-direction: column;
	}
	.m_container .content{
		width: unset !important;

	}
	.content ul .b_li {
		/* width: 100% !important; */
		margin-left: 0;
	}
	.b_item{
		/* width: 60%; */

	}
	.m_container .content .b_li{
		margin-left: unset;
		width: 50%;
	}
	.m_container .content ul{
		justify-content: center;
	}
}

@media screen and (max-width: 480px) {
	.m_container {
		height: auto;
	}
	.m_container .content .b_li {
		margin-left: 0;
	}
	.content ul .b_li {
		/* height: 480px!important; */
	}
	.b_item .title {
		font-size: 24px;
	}
	.content ul .b_li_bottom {
		height: 420px;
	}
	.b_item .describe {
		font-size: 14px;
	}
	/* .b_item{
		padding:20px !important;
	} */
}

@media screen and (max-width: 375px) {}
