/* 使用100vw 消除左右滚动条 */
html {
  overflow-y: scroll;
}
 
:root {
  overflow-y: auto;
  overflow-x: hidden;
}
 
:root body {
  position: absolute;
}
 
body {
  width: 100vw;
  overflow: hidden;
  background-color: #f1f1f1;
}
/* 使用100vw 消除左右滚动条结束 */
/* 栏目 */
.T_xia{
			width: 100vw;
			height: 60px;
			background-color: #ff6680;
			
		}
		.Tdaohang{
			width: 1200px;
			margin: 0 auto;
			display: flex;
			justify-content: space-between;
		}
		.Tzuo_dh{
			background-color: none;
			margin-left: 12px;
		}
		.el-menu{
			background-color: none;
		}
		
		.el-menu-demo{
			background-color: #ff6680;
		}
		/*  */
		.el-menu--horizontal>.el-menu-item.is-active{
			border-bottom: 4px solid #ffffff;
			font-size: 16px;color: #ffffff;
		}
		.el-menu--horizontal>.el-menu-item{
			font-size: 16px;color: #ffffff;
		}
		.Tyou_dr{
			width: 250px;
			height: 60px;
			display: flex;
			justify-content: space-between;
			align-items: center;
			
		}
		.dr_zc{
			width: 97px;
			height: 34px;
			border: solid 1px #fff;
			font-size: 14px;
			border-radius: 25px;
			line-height: 34px;
			text-align: center;
			cursor: pointer;
			color: #fff;
		}
/*  */
.C_neirong{
	width: 100vw;
	background-color: #f1f1f1;
	overflow: hidden;
	padding-bottom: 50px;
}
.Y_neirong{
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.zuo_fu{
	width: 210px;
	background-color: #ffffff;
	border-radius: 10px;
	height: 534px;
	padding: 0;
}
.you_T{
	width: 1200px;
	background-color: #ffffff;
	border-radius: 10px;
    display: flex;
    flex-direction: column;
}
.lei_bei:nth-child(1){
	margin-top: 20px;
}
.lei_bei{
	width: 160px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-bottom: solid 1px #dedede;
	margin: 0 auto;
	cursor: pointer;
}
.lleT:nth-child(1){
	margin-top: 20px;
}
.lleT{
	width: 160px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin: 0 auto;
	cursor: pointer;
	background-color: #ff6680; 
	color: #ffffff;
}
.lleT:nth-child(12){
	margin-bottom:33px;
}
.lei_bei:nth-child(12){
	margin-bottom:33px;
}
.new_mo{
	width: 1200px;
	padding: 20px;
	/*margin-bottom: 20px;*/
}
.new_mo:nth-child(1){
	margin-top: 13px;
}
.B_ti5{
	font-size:17px;
	font-weight: 600;
	margin-left: 15px;
	color: #3e3e3e;
	/*margin-top: 75px;*/
}
.nei_img_ka{
	width: 1200px;

	
}
.img_ka{
	width: 210px;
	height:285px;
	position: relative;
	overflow: hidden;
	margin-left: 15px;
	float: left;
	margin-top: 15px;
	border: solid 1px #ededed;
	border-radius: 10px;
}
.Tp_lei{
	width: 210px;
	height:208px;
	overflow: hidden;
}
.img_ka:hover .beijing_img{
	transition: 0.3s;
	margin-left: -10px;
	width:110%;
	height:110%;
}
.beijing_img{
	width:100%;
	height: 218px;
	transition: 0.5s;
	cursor: pointer;
}
.zi_tip{
	width: 207px;
	height: 30px;
	display:flex;
	align-items: center;
	justify-content: space-between;
	margin-left: 5px;
	margin-top: 10px;
}
.jieshi{
	font-size: 14px;
	cursor: pointer;
	color: #ff6680;
	margin-left:9px;
}
.bt-ti{
	font-size: 16px;
	color: #787878;
	font-weight: ;
	margin: 5px;
	cursor: pointer;
	user-select: none;
}
.zangfu{
	width: 50px;
	display: flex;
	align-items: center;
	margin:15px;
}
.dian-zan{
	width: 15px;
	height: 15px;
	background: url("../../image/sp_ico_v10_202106.png")no-repeat;;
	background-position: -300px -1500px;
	cursor: pointer;
}
/* 使用100vw 消除左右滚动条 */
html {
  overflow-y: scroll;
}
 
:root {
  overflow-y: auto;
  overflow-x: hidden;
}
 
:root body {
  position: absolute;
}
 
body {
  width: 100vw;
  overflow: hidden;
  background-color: #f1f1f1;
}
/* 使用100vw 消除左右滚动条结束 */