.top{
	height: 40px;
	background-color: #f7f7f7;
	line-height: 40px;
}
.top_content{
	
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}
.top_left{
	display: flex;
	align-items: center;
}
.top_left p{
	margin-right: 20px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.top_left p img{
	margin-right: 5px;
}
.top_box{
	background-color: #ffffff;
}
.kuan_content{
	width: 1200px;
	margin: 0 auto;
}
.head_top{
	display: flex;
	align-items: center;
	height: 124px;
}
.head_tab{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.head_tab_box{
	display: flex;
	align-items: center;
	margin-left: 45px;
	line-height: 56px;
}
.head_tab_box a{
	color: #333333;
}
.index_ruzhu{
	width: 153px;
	height: 40px;
	background-color: #fff1ea;
	border-radius: 20px;
	color: #f98701;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}
.index_allfenlei{
	width: 219px;
	height: 56px;
	background-color: #ffebec;
	border-radius: 26px 26px 0px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index_allfenlei img{
	margin-right: 15px;
}
.head_tab_left{
	display: flex;
	align-items: center;
}
.head_tab_box a{
	margin-right: 120px;
	cursor: pointer;
}
.head_left img{
	height: 40px;
	vertical-align: bottom;
	margin-bottom: 6px;
}
.head_search{
	width: 516px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 20px;
	border: solid 1px #ff3f48;
	justify-content: space-between;
	margin: 0 25px 0 90px;
}
.dis_center{
	display: flex;
	align-items: center;
}
.head_search_left img{
	margin: 0 15px 0 20px;
}
.head_search_left input{
	width: 320px;
	height: 38px;
	border: none;
}
.head_top_sou{
	width: 122px;
	height: 40px;
	background-color: #ff3f48;
	border-radius: 0px 20px 20px 0px;
	border: none;
	justify-content: center;
}
.head_top_sou img{
	margin-right: 7px;
}
.head_lishi_list{
	margin-top: 8px;
}
.head_lishi_list span{
	margin-right: 20px;
}
.head_tab_active{
	color: #ff3f48 !important;
	position: relative;
}
.head_tab_active::before{
	width: 50px;
	height: 3px;
	background-color: #ff3f48;
	border-radius: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	display: inline-block;
	transform: translate(-50%,0);
}
.index_head{
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px auto;
}
body{
	
}
.index_head_fenlei{
	width: 220px;
	height: 400px;
	background-color: #ffffff;
	box-sizing: border-box;
	overflow: auto;
	padding-top: 10px;
	
}
.index_head_fenlei::-webkit-scrollbar {
  display: none;
}
.index_lunbo{
	width: 740px;
	height: 400px;
	background-color: #b0b0b0;
}
.index_head_right{
	width: 210px;
	height: 400px;
	background-color: #ffffff;
}
.index_fenlei_item{
	display: flex;
	align-items: center;
	height: 43px;
	cursor: pointer;
	position: relative;
}
.index_fenlei_item:before{
	content: '';
	display: inline-block;
	background: url(../img/hui_right.png) no-repeat;
	position: absolute;
	right: 20px;
	width: 8px;
	height: 12px;
}
.index_fenlei_item img{
	max-height: 40px;
}
.index_fenlei_item_img{
	width: 70px;
	text-align: center;
}
.lunbo_saoma{
	position: absolute;
	bottom: 70px;
	right: 51px;
	text-align: right;
}
.lunbo_saoma img{
	width: 80px;
	height: 80px;
	vertical-align: bottom;
	margin-bottom: 50px;
}
.kuaisu{
	position: absolute;
	bottom:16px;
	text-align: center;
	width: 100%;
	padding-left: 100px;
	box-sizing: border-box;
	z-index: 999;
}
.index_head_center{
	padding: 0 15px;
}
.index_head_center input{
	height: 32px;
	background-color: #ffffff;
	border: solid 1px #e6e6e6;
	padding-left: 10px;
	box-sizing: border-box;
	margin-top: 15px;
	width: 100%;
}
.index_head_tab p{
	width: 50%;
	text-align: center;
	height: 40px;
	background-color: #eeeeee;
	line-height: 40px;
	cursor: pointer;
}
.index_head_dl{
	justify-content: space-between;
	margin: 15px 0 24px;
}
.index_head_dl button{
	width: 90px;
	height: 32px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #ff3f48;
	line-height: 32px;
}
a{
	text-decoration: none;
}
.index_head_shang button{
	width: 85px;
	height: 32px;
	background-color: #ff3f48;
	border-radius: 5px;
	line-height: 32px;
	border: none;
}
.index_head_shang{
	justify-content: space-between;
}
.index_gonggao_title{
	height: 30px;
	background-color: #ff3f48;
	text-align: center;
	line-height: 30px;
	margin-top: 22px;
	position: relative;
	margin-bottom: 20px;
}
.index_gonggao_title::before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #ff3f48;
	position: absolute;
	left: 50%;
	bottom: -5px;
	
	transform: translate(-50%,0)  rotate(45deg);
}
.index_gonggao_list{
	overflow: hidden;
	height: 90px;
}
.index_gonggao_list p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 15px;
}
.index_gonggao_list span{
	width: 7px;
	height: 7px;
	background-color: #ff3f48;
	display: inline-block;
	transform: rotate(45deg);
	margin: 0 6px 0 15px;
	vertical-align: middle;
}
.index_head_tab_active{
	color: #ff3f48;
	background-color: #ffffff !important;
	position: relative;
}
.index_head_tab_active::before{
	content: '';
	display: inline-block;
		height: 2px;
		background-color: #ff3f48;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
}
.index_baozhang{
	justify-content: space-between;
	background-color: #ffffff;
	padding: 0 50px;
	height: 60px;
	margin-bottom: 15px;
}
.index_baozhang p{
	display: flex;
	align-items: center;
	
}
.index_baozhang p img{
	width: 24px;
	height: 24px;
	margin-right: 6px;
}
.index_baozhang p span{
	margin-left: 5px;
}
.index_baokuan_item_img{
	width: 224px;
	height: 224px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
img{
	vertical-align: bottom;
}
.index_baokuan_item_img img{
	height: 100%;
	
}
.index_baokuan{
	background-color: #ffffff;
}
.index_baokuan_item{
	width: 222px;
	margin-left: 20px;
	cursor: pointer;
}
.index_baokuan_item_name{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	margin-top: 10px;
}
.index_baokuan_item_price{
	background: url(../img/xianshi_icon.png) no-repeat;
	background-size: 100% 100%;
	width: 158px;
	height: 45px;
	padding-top: 16px;
	box-sizing: border-box;
	margin: 4px auto 0;
}
.index_baokuan_item_price p{
	width: 90px;
	text-align: center;
}
.index_title{
	margin: 30px 0 15px;
	justify-content: space-between;
}
.index_title_right{
	cursor: pointer;
}
.index_title_right img{
	margin-left: 5px;
}
.index_item{
	width: 232px;
	height: 340px;
	background-color: #ffffff;
	border-radius: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}
.index_item:nth-child(5n){
	margin-right: 0;
}
.index_item_img{
	width: 232px;
	height: 232px;
	background-color: #ffffff;
	border-radius: 6px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index_item_img img{
	height: 100%;
}
.index_item_name{
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	padding: 0 12px;
	line-height: 26px;
}
.index_list{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.index_item_bottom{
	padding: 0 12px;
	justify-content: space-between;
	height: 56px;
	
}
.index_more{
	margin-top: 10px;
	text-align: center;
	cursor: pointer;
	height: 60px;
	background-color: #ffffff;
	line-height: 60px;
		
}
.chengse{
	height: 22px;
	background-color: #fff1f3;
	padding: 0 10px;
	line-height: 22px;
	border-radius: 3px;
}
.banquan{
	text-align: center;
	line-height: 48px;
}
.footer{
	background-color: #ffffff;
}
.footer_box{
	justify-content: space-between;
	padding-right: 50px;
	box-sizing: border-box;
}
.footer_li{
	margin-top: 20px;
}
.footer_li p{
	margin-bottom: 15px;
}
.footer{
	margin-top: 40px;
	padding-top: 40px;
}
.footer_tishi img{
	height: 35px;
	margin-bottom: 10px;
}
.rexian_tishi{
	margin: 10px 0 5px;
}
.chanpin{
	background-color: #ffffff;
	margin-bottom: 10px;
}
.dalei{
	display: flex;
	padding: 10px 0;
		border-bottom: solid 1px #f0f0f0;
		line-height: 25px;
}
.lei_list span{
	margin-left: 20px;
	cursor: pointer;
}
.lei_active{
	color: #ff3f48;
}
.lei_list{
	width: 1140px;
	word-break: break-all;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	
}
.index_dian_lunbo{
	position: relative;
}
.index_dian_lunbo .hd .next,.index_dian_lunbo .hd .prev{
	width: 32px;
	height: 46px;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 99;
}
.index_dian_lunbo .hd .next {
	background: url(http://img3.72yc.com/webs/nz/img/lunbo_next.png) no-repeat;
	background-size: 100% 100%;
	pointer-events: auto;
    right: 0;
}

.index_dian_lunbo .hd .prev {
	
	background: url(http://img3.72yc.com/webs/nz/img/lun_prev.png) no-repeat;
	background-size: 100% 100%;
	pointer-events: auto;
	left: 0;
}
.chanpin_box{
	margin-top: 2px;
}
.muban13_nologin_top {
    text-align: center;
    background-color: #FFFFFF;
    padding-bottom: 18px;
    height: 230px;
    box-sizing: border-box;
	border-bottom: 10px solid #f7f7f7;
	display: none;
}
.muban13_login_top {
    text-align: center;
    background-color: #FFFFFF;
    padding-bottom: 18px;
    height: 230px;
    box-sizing: border-box;
	border-bottom: 10px solid #f7f7f7;
	padding-top: 30px;
	display: none;
}
.touxiang {
    width: 59px;
    height: 59px;
    /* background-color: #fd4259; */
    border-radius: 100%;
    margin-top: 20px;
}
.index_name {
    color: #666666;
    margin: 10px 0 16px 0;
}
.index_denglu_zhuce button {
    width: 180px;
    height: 30px;
    background: none;
    border-radius: 3px;
}
.top13_zhuce {
    background-color: #fd4259 !important;
    margin-bottom: 15px;
}
.top13_login {
    border: solid 1px #fd4259 !important;
}
.index_go_huiyuan {
    width: 123px;
    height: 26px;
    background-image: linear-gradient(98deg, #fd4259 0%, #fe5745 100%), linear-gradient(#fd4259, #fd4259);
    background-blend-mode: normal, normal;
    border-radius: 13px;
    display: inline-block;
    color: #FFFFFF;
    line-height: 26px;
    text-align: center;
    margin-bottom: 15px;
}
.bai_bg{
	background-color: #ffffff;
}
.about_banner{
	height: 400px;
	background: url(../../shang/img/about_banner.png) no-repeat;
	background-position: center center;
}
.about_kefu{
	height: 230px;
	background-color: #f9f9f9;
	margin: 15px 0  10px;
}
.about_jianjie{
	height: 349px;
	background-color: #f9f9f9;
	margin-bottom: 60px;
	padding: 0 30px 0 30px;
	box-sizing: border-box;
}
.about_jianjie_box,.about_kefu_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.about_jianjie_box{
	
}
.about_kefu_list{
	display: flex;
	align-items: center;
}
.about_kefu_title{
	line-height: 60px;
	padding-left: 30px;
}
.about_kefu_list{
	padding-left: 70px;
}
.about_kefu_item{
	display: flex;
	align-items: center;
}
.about_kefu_item_name{
	margin-bottom: 15px;
}
.about_kefu_item_right{
	margin-left: 20px;
}
.job_time{
	padding-left: 70px;
	margin-top: 20px;
}
.about_kefu_item:last-child{
	margin-left: 140px;
}
.about_right_item_img{
	border: solid 1px #e6e6e6;
	padding: 3px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 103px;
	height: 103px;
	margin: 0 auto;
}
.about_right_item img{
	width: 100px;
	height: 100px;
	vertical-align: bottom;
}
.about_right_item_name{
	margin: 5px 0 2px;
}
.about_kefu_right{
	display: flex;
	align-items: center;
}
.about_right_item{
	margin-right: 80px;
	text-align: center;
}
.about_jianjie_left{
    width: 673px;
	line-height:31px;
}
.about_jianjie_right{
	display: flex;
	align-items: center;
	width: 445px;
	justify-content: space-between;
}
.about_jianjie_title{
	padding: 20px 0 10px;
}
.about_jianjie_r img:first-child{
	margin-bottom: 10px;
}
.about_jianjie_l{
	margin-right: 10px;
}
 .footer_li a{
	 color: #999;
 }
 .about_box{
 	display: flex;
 	margin: 15px auto ;
 	justify-content: space-between;
 }
 .about_left{
 	width: 153px;
 	background-color: #ffffff;
 }
 .about_list a{
 	color: #333333;
 	display: inline-block;
 	width: 100%;
 	padding-left: 50px;
 	line-height: 42px;
 }
 .about_name{
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	height: 50px;
 }
 .about_name img{
 	margin-right: 4px;
 }
 
 .about_list{
 	border-bottom: 1px solid #e5e5e5;
 }
 .about_list:last-child{
 	border: none;
 }
 .about_right{
 	background-color: #FFFFFF;
 }
 .about_right_title{
 	height: 75px;
 	display: flex;
 	align-items: center;
 	border-bottom: 1px solid #eaeaea;
 	padding-left: 38px;
	margin-bottom: 20px;
 }
 .about_right{
    width: 1037px;
 }
 .about_contnet{
 	padding: 0 38px 0 38px;
 	box-sizing: border-box;
 }
 .about_on{
 	background-color: #f3f3f3 !important;
 }
 .about_right_title img{
 	margin-right: 4px;
 }