HTML, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td {
	border: none;
	font-family: "微软雅黑";
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

/*html, body {
	height: 100%;
	width: 100%;
}*/

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

a {
	text-decoration: none;
}

a:link {
	color: #fff;
}

a:visited {
	color: #fff;
}

a:hover {
	color: #FF8B52 !important;
}

a:active {
	color: #fff;
}

input::-ms-clear {
	display: none;
}

input::-ms-reveal {
	display: none;
}

input {
	-webkit-appearance: none;
	margin: 0;
	outline: none;
	padding: 0;
}

input::-webkit-input-placeholder {
	color: #ccc;
}

input::-ms-input-placeholder {
	color: #ccc;
}

input::-moz-placeholder {
	color: #ccc;
}

input[type=submit], input[type=button] {
	cursor: pointer;
}

button[disabled], input[disabled] {
	cursor: default;
}

img {
	border: none;
}

ul, ol, li {
	list-style-type: none;
}



/*导航*/
.daohang {
	width: 1200px;
	height: 44px;
	display: flex;
	margin: 0 auto;
	align-items: center;
}

.daohang span {
	margin: 0 10px;
}

.daohang span, .daohang a {
	color: #999 !important;
}

.daohang a:hover {
	color: #ff8b52;
}

/*导航end*/

/*自定义*/
[v-cloak] {
	display: none;
}

.positioRelative {
	position: relative;
}

 a, button {
	cursor: pointer;
}

a, button, input {
	outline: 0;
}

a:link {
	color: #1c1f21;
}

a:visited {
	color: #1c1f21;
}
body

a:active {
	color: #1c1f21;
}

body {
	background-color: #fbfbfb;
}

.wp {
	margin: 0 auto;
	width: 1200px;
}

img {
	max-width: 100%;
	border: none;
}


img {
	image-rendering: -moz-crisp-edges; /* Firefox */
	image-rendering: -o-crisp-edges; /* Opera */
	image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th {
	text-align: left;
}


.m-mainlist.m-mainlist2 .table .td1 {
	width: 113px;
}

.m-mainlist.m-mainlist2 .table .td2 {
	width: 283px;
}

.m-mainlist.m-mainlist2 .table .td3 {
	width: 178px;
}

.m-mainlist.m-mainlist2 .table .td4 {
	width: 124px;
}

.m-mainlist.m-mainlist2 .table .td5 {
	width: 115px;
}

.m-mainlist .table p.author, .m-mainlist .table p.composer, .m-mainlist .table p.number {
	color: grey;
}

.m-mainlist .table p.author {
	max-width: 161px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.m-mainlist.m-mainlist2 .table .td6 p.number {
	font-size: 12px;
	max-width: 70px;
	color: grey;
}

/*header*/
.header-top {
	height: 28px;
	background-color: #253145;
	box-shadow: 0rpx 0rpx 5rpx 5rpx rgba(40, 40, 40, 0.1);
}

.header_main {
	display: flex;
	justify-content: space-between;
}

.nav {
	overflow: hidden;
	display: flex;
}

.nav a {
	display: block;
	font-size: 12px;
	line-height: 28px;
	color: #fff;
}
.nav a:hover{
	color: #ff8b52 !important;
}
.login {
	display: flex;
	align-items: center;
}

.login a:first-child {

}

.login a {
	position: relative;
	font-size: 12px;
	line-height: 28px;
	color: #fff;
	margin-left: 10px;
}

.login > img {
	width: 18px;
	height: 18px;
	border-radius: 50%;
}

.login a:hover {
	color: #fff !important;
}

.user {
	position: relative;
	display: flex;
	line-height: 28px;
}
.user .block{
	line-height: 28px;
	font-size: 12px;
	color: #fff;

}
.user .block  span {
	display: block;
	margin-right: 20px;
	position: relative;
}

.user .block  span i {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	transition: all 0.2s;
}

.user .block  span:hover i {
	transform: rotate(180deg);
	color: #a82d28;
}

.user a.quit {
	margin: 0 6px 0 5px;
	color: #b2b2b2!important;
}

.teacher-course {
	display: none;
	position: absolute;
	left: -186px;
	top: 35px;
	padding: 20px;
	padding-bottom: 16px;
	background: #fff;
	box-shadow: 0 8px 16px 0 rgba(7, 17, 27, .2);
	border-radius: 12px;
	z-index: 20;
}
.user .block:hover  .teacher-course {
	display: block;
}


/*.user .block > span:hover .teacher-course {
	display: block;
}*/

.teacher-course .teacher-course-arrow {
	position: absolute;
	width: 100%;
	top: -20px;
	height: 35px;
	left: 64%;
}

.teacher-course .teacher-course-arrow span {
	width: 0;
	height: 0;
	border-width: 0 8px 8px;
	border-style: solid;
	border-color: transparent transparent #fff;
	overflow: hidden;
	top: 12px;
	left: 12px;
	position: absolute;
}

.user-box {
	width: 243px;
	background-color: #fff;
}

.user-box .userinner {
	background: none;
	display: flex;
	justify-content: space-between;
	width: 100%;
	border: none;
}

.user-box .pic {
	width: 56px;
	height: 56px;
	/*overflow: hidden;*/
	border-radius: 50%;
}

.user-box .pic img {
	display: block;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 1px solid #eaeaea;
}

.user-box .name {
	width: 176px;
	height: 56px;
	color: #999;
	display: flex;
	flex-direction:column;
}
.user-box .name .na{
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
 }
 .user-box .anniu{
	display: flex;
	justify-content: space-between;
}
.user-box .cz {
	display: block;
	/*width: 100%;*/
	text-align: right;
	color: #999;
}

.user-box .cz:hover {
	color: #ff8b52!important;
	text-decoration: underline
}

.user-box .shezhi {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.user-box .shezhi a {
	display: inline-block;
	vertical-align: middle;
	width: 109px;
	height: 30px;
	line-height: 30px;
	background-color: #e44535;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	transition: all 0.5s;
}

.user-box .shezhi a:hover {
	background-color: #ff8b52;
	color: #fff !important;
}

/*-------------------------------------------------*/
.header {
	/*overflow: hidden;*/
	height: 80px;
	background-color: #fff;
	box-shadow: 0px 0px 5px 5px rgba(40, 40, 40, 0.1);
}

.logo {
	line-height: 80px;
	margin: 0 55px 0 0px;
}
.logo img {
	display: inline-block;
	vertical-align: middle;
}

.m-so {
	/*width: 540px;*/
	/*padding: 20px 0 0;*/
	display: flex;
}

.m-so .so {
	width: 425px;
	height: 35px;
	display: flex;
	align-items: center;
	background-color: #f5f5f5;
	padding-left: 15px;
	border-radius: 5px;
}

.m-so .so a {
	font-size: 20px;
	color: #ccc;
	background-color: #ccc;
}

.m-so .so input {
	border: none;
	height: 35px;
	width: 340px;
	font-size: 14px;
	margin-left: 15px;
	background: none;
}

.m-so .so > img {
	width: 25px;
	height: 25px;
	margin-left: 14px;
	cursor: pointer;
}

.m-so .hot {
	width: 370px;
	font-size: 14px;
	padding-left: 28px;
	line-height: 36px;
	color: #b2b2b2;
	letter-spacing: -.8px;
	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.m-so .hot span {
	color: #000;
}

.m-so .hot a {
	color: #b2b2b2;
	text-decoration: underline;
}

.m-so .hot a:hover {
	color: #ff8b52!important;
}

/*购物车hover*/

.hdr {
	height: 67px;
	display: flex;
	align-items: center;
}

.hdr .shopping-car {
	width: 60px;
	height: 36px;
	position: relative;
	text-align: center;
	margin-right: 10px;
	cursor: pointer;
	z-index: 10;
}

.hdr .shopping-car:hover > i {
	color: #999;
}

.hdr .shopping-car > i {
	font-size: 30px;
	color: #fff;
	line-height: 42px;
}

.hdr .shopping-car > span {
	position: absolute;
	top: 0px;
	right: 20px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background-color: red;
	border-radius: 50%;
}

.shopping-car .shopping_hover {
	display: none;
	position: absolute;
	right: 0;
	top: 36px;
	padding: 20px 20px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 3px 3px 3px 3px rgba(7, 17, 27, 0.2);
	cursor: auto;
}
.shopping_hover .qxdl:hover{
	color: #ff8b52!important;
}
.shopping-car .shopping_hover ul {
	width: 360px;
	cursor: auto;
}

.shopping-car .shopping_hover ul li {
	height: 30px;
	background-color: #fafafa;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	cursor: auto;
	
}

.shopping-car .shopping_hover ul li span {
	display: block;
	width: 115px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 20px;
	font-size: 12px;
	text-align: left;
	cursor: auto;
	
}

.shopping-car .shopping_hover ul li em {
	font-size: 12px;
	cursor: auto;
	transition: all 0.5s;
}

.shopping-car .shopping_hover ul li img {
	display: block;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	cursor: auto;
	
}

.shopping-car .shopping_hover ul li .shoping_pic {
	/*font-size: 12px;*/
	margin-left: 20px;
	width: 12px;
	height: 12px;
	display: none;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.shopping_hover .bottom-box{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}


.shopping_hover .shopping_money {
	height: 30px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
}

.shopping_hover .shopping_money span {
	color: #000;
	font-size: 14px;
	text-align: right;
	display: flex;
	align-items: center;
}

.shopping_hover .shopping_money span img {
	width: 16px;
	height: 16px;
	display: block;
	margin-right: 25px;
}

.shopping_hover .shopping_btn_wrap {
	display: flex;
	justify-content: flex-end;
}

.shopping_hover .shopping_btn_wrap .shopping_btn {
	width: 100px;
	height: 30px;
	background-color: #ff8b52;
	line-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}

.shopping_hover .shopping_btn_wrap .shopping_btn:hover {
	background-color: #ff8b52;
	opacity: 0.9;
}

.shopping_hover .shopping_btn_wrap .shopping_btn span {
	font-size: 16px;
	color: #fff;
}

.shopping_hover .shopping_btn_wrap .shopping_btn img {
	width: 16px;
	height: 16px;
	display: block;
	margin-left: 8px;
}

.hdr .shopping-car:hover {
	background-color: #fff;
}

.header-div{
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 9999;
}

.position{
	/*height: 121px;*/
}


/*.hdr .shopping-car:hover .shopping_hover {
	display: block;
}*/

.shopping-car .shopping_hover ul li:hover .shoping_pic {
	display: block;
}

/*end*/
.hdr .a1 {
	display: block;
	line-height: 30px;
	width: 120px;
	height: 32px;
	
	color: #ff8b52;
	margin-right: 8px;
	border-radius: 4px;
	background-color: #fff;
	text-align: center;
	transition: all 0.4s;
	border: 1px solid #ff8b52;
}

.hdr .a1:hover {
	background-color: #ff8b52;
	color: #fff!important;
}

.hdr .a2 {
	display: block;
	line-height: 30px;
	width: 82px;
	height: 30px;
	color: #fff;
	margin-right: 2px;
	border-radius: 4px;
	background-color: #CC0000;
	text-align: center;
	transition: all 0.4s;
}

.hdr .a2:hover {
	background-color: #ff8b52;
}


.tr_huanse:nth-child(2n+1),.tr_huanse:hover {
	background-color: #fbfbfb;
}

.footer {
	width: 100%;
	height: 230px;
	margin-top: 20px;
	background-color: #2f3b4f;
	display: flex;
	justify-content: center;
}

.footer_main {
	width: 650px;
	height: 230px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction:column;
}
.footer_main span{
	margin-top: 15px;
	color: #fff;
}
.footer_main a{
	margin-top: 15px;
	color: #fff;
}
.footer_main a:hover{
	margin-top: 15px;
	color: #ccc !important;
}

.ivu-page{
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.ivu-page-item-active{
	border-color: #ff8b52!important;
}
.ivu-page-item-active a, .ivu-page-item-active:hover a{
	color: #ff8b52!important;
}
.ivu-page-next:hover, .ivu-page-prev:hover{
	border-color: #ff8b52!important;
}
.ivu-page-next:hover a, .ivu-page-prev:hover a{
	color: #ff8b52!important;
}
.ivu-page-item:hover{
	border-color: #ff8b52!important;
}
.ivu-page-item:hover a{
	color: #ff8b52!important;
}
.fyq{
	padding: 30px 0;
	width: 100%;
	display: flex;
	justify-content: space-around;
}
/*播放器*/
.jsmodern-video-panel{
	width: 100% !important;
}
/*五角星*/
.ivu-rate-star {
	font-size: 16px!important;
	margin-right: 2px!important;
}

.table-border{
	border: 1px solid #eaeaea !important;
}

.table-th{
	background: #F8F8F8;
}

.layui-layer-btn .layui-layer-btn0 {
	border-color: #FF8B52;
	background-color: #FF8B52;
	color: #fff;
}

.layui-layer-btn a:hover {
	color: #fff !important;
}



.main_wrap_r {
	width: 290px;
}


/*内容区域右边*/
.main_wrap_r {
	width: 290px;
}

.top_btn {
	width: 290px;
	/*height: 198px;*/
	display: flex;
	justify-content: space-between;
}

.top_btn .btn {
	height: 60px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-size: 18px;
	color: #fff;
	border-radius: 5px;
	padding: 0 10px;
}

.btn1 {
	background-color: #5a7cea;
}
.btn1:hover{
	opacity: 0.9;
}
.btn1 img{
	width: 32px;
	height: 29px;
}
.btn2 {
	background-color: #ff8b52;
}
.btn2:hover{
	opacity: 0.9;
}
.btn2 img{
	width: 22px!important;
	height: 26px!important;
}
.btn3 {
	background-color: #fdc931;
}
.btn3:hover{
	opacity: 0.9;
}
.btn3 img{
	width: 30px;
	height: 30px;
}

.btn4 {
	background-color: #FF7070;
}
.btn4:hover{
	opacity: 0.9;
}
.btn4 img{
	width: 23px;
	height: 23px;
}

/*热搜关键字*/
.bot_cen{
	margin-top: 10px;
	background: #fff;
}
.bot_cen_title{
	width: 290px;
	height: 52px;
	box-sizing: border-box;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	display: flex;
	align-items: center;
}
.bot_cen_title_z{
	position: relative;
	font-size: 16px;
	font-weight: 600;
	margin-left: 30px;
}
.bot_cen_title_z::after{
	content:'';
	position: absolute;
	left: -14px;
	width: 5px;
	height: 20px;
	border-radius: 5px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #ff8b52;
}
.bot_cen_centent{
	/*width: 272px;*/
	padding: 18px 0 0 18px;
	border-left: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}
.bot_cen_centent a{
	display: block;
	margin-bottom: 15px;
}
.bot_cen_centent .key:hover{
	color: #9D9D9D;
}
.bot_cen_centent_for{
	display: flex;
	
}
.bot_cen_centent_for:last-child{
	margin: 0;
}
.bot_cen_centent_for .num{
	display: block;
	width: 10px;
	color: #999;
	font-size: 14px;
	margin-right: 10px;
}
.bot_cen_centent_for .key{
	font-size: 14px;
	color: #333;
	display: block;
	width: 230px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	text-align: left;
}
.bot_cen_centent_for>div{
	width: 15px;
	height: 17px;
	margin-left: 10px;
	margin-right: 5px;
	background-image: url('../asstes/images/huo_11.png');
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.bot_cen_centent_for .degree{
	display: block;
	width: 70px;
	color: #999;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	cursor: auto;
}
.bot_cen_centent a:nth-child(1) .num,.bot_cen_centent a:nth-child(2) .num,.bot_cen_centent a:nth-child(3) .num{
	font-weight: 600;
	font-size: 16px;
	color: #ff8b52;
}
.bot_cen_centent a:nth-child(1) .bot_cen_centent_for>div,.bot_cen_centent a:nth-child(2) .bot_cen_centent_for>div,.bot_cen_centent a:nth-child(3) .bot_cen_centent_for>div{
	background-image: url('../asstes/images/huo1_07.png');
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
/*制谱者销售排行*/
.bot_pic_wrap{
	/*width: 280px;*/
	padding: 0 10px 0 10px;
	border-left: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}
.bot_pic_wrap_for{
	height: 82px;
	border-bottom: 1px solid #eaeaea;
	display: flex;
	align-items: center;
}
.bot_pic_tx{
	width: 44px;
	height: 44px;
	position: relative;
}
.bot_pic_tx .por{
	width: 44px;
	height: 44px;
	border-radius: 50%;
}
.bot_pic_tx .poa{
	position: absolute;
	right: -8px;
	top: -4px;
	z-index: 9;
}
.bot_pic_name{
	width: 130px;
	height: 44px;
	display: flex;
	flex-direction:column;
	justify-content: space-around;
	margin-left: 14px;
}
.bot_pic_name_top{
	width: 140px;
	display: flex;
	align-items: center;
}
.bot_pic_name_top span{
	font-size: 14px;
	color: #333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.bot_pic_name_top a{
	width: 70%;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	text-align: left;
}
.bot_pic_name_top img{
	width: 16px;
	height: 16px;
	margin-left: 10px;
	cursor: pointer;
}
.bot_pic_name_bot{
	color: #999;
	text-align: left;
}
.bot_pic_name_bot span{
	color: #ff8b52;
}
.bot_pic_qiupu{
	background-color: #ff8b52;
	border-radius: 24px;
	text-align: center;
	line-height: 24px;
	width: 70px;
	height: 24px;
	color: #fff;
	font-size:12px;
	cursor: pointer;
	margin-left: 10px;
	margin-top: 0;
}
.bot_pic_wrap_for:last-child{
	border: none;
}
.bot_pic_wrap_for > a:hover{
	/*opacity: 0.9;*/
}
/*热门艺术家*/
.bot_pic_wrap.on{
	/*width: 270px!important;*/
	padding-top: 20px;
	padding-left: 20px!important;
}
.yishujia{
	width: 270px;
	display: flex;
	flex-wrap: wrap;
}
.yishujia .ys{
	flex-shrink: 0;
	margin-right: 20px;
	/*width: 70px;*/
	height: 28px;
	display: block;
	border: 1px solid #eaeaea;
	box-sizing: border-box;
	margin-bottom: 20px;
	line-height: 26px;
	text-align: center;
	border-radius: 28px;
	transition: all 0.2s;
	color: #333;
	padding: 0 20px;
	font-size: 12px;
}
.yishujia .ys:hover{
	border: 1px solid #ff8b52;
	color: #ff8b52;
}
.yg{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.dd_0{
	position: relative;
}
.yg:hover{
	color: #333;
}



.top_btn {
	width: 290px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.top_btn > a{
	display: block;
	margin-top: 10px;
}

.top_btn > a:first-child{
	/*margin-top:0;*/
}

.top_btn .btn {
	width: 140px;
	height: 48px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
}

.btn1 {
	background-color: #5a7cea;
}
.btn1:hover{
	opacity: 0.9;
}
.btn1 img{
	width: 26px;
	height: 20px;
}
.btn2 {
	background-color: #ff8b52;
}
.btn2:hover{
	opacity: 0.9;
}
.btn2 img{
	width: 25px;
	height: 33px;
}
.btn3 {
	background-color: #fdc931;
}
.btn3:hover{
	opacity: 0.9;
}
.btn3 img{
	width: 23px;
	height: 23px;
}
/*热搜关键字*/
.bot_cen{
	margin-top: 10px;
	background: #fff;
}
.bot_cen_title{
	width: 290px;
	height: 52px;
	box-sizing: border-box;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	display: flex;
	align-items: center;
}
.bot_cen_title_z{
	position: relative;
	font-size: 16px;
	font-weight: 600;
	margin-left: 30px;
}
.bot_cen_title_z::after{
	content:'';
	position: absolute;
	left: -14px;
	width: 5px;
	height: 20px;
	border-radius: 5px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #ff8b52;
}
.bot_cen_centent{
	/*width: 272px;*/
	padding: 18px 0 0 18px;
	border-left: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}
.bot_cen_centent a{
	display: block;
	margin-bottom: 15px;
}
.bot_cen_centent .key:hover{
	color: #9D9D9D;
}

.bot_cen_centent_for:last-child{
	margin: 0;
}
.bot_cen_centent_for .num{
	display: block;
	width: 10px;
	color: #999;
	font-size: 14px;
	margin-right: 10px;
}

.bot_cen_centent_for .degree{
	display: block;
	width: 70px;
	color: #999;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	cursor: auto;
}
.bot_cen_centent a:nth-child(1) .num,.bot_cen_centent a:nth-child(2) .num,.bot_cen_centent a:nth-child(3) .num{
	font-weight: 600;
	font-size: 16px;
	color: #ff8b52;
}
.bot_cen_centent a:nth-child(1) .bot_cen_centent_for>div,.bot_cen_centent a:nth-child(2) .bot_cen_centent_for>div,.bot_cen_centent a:nth-child(3) .bot_cen_centent_for>div{
	background-image: url('../asstes/images/huo1_07.png');
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
/*制谱者销售排行*/
.bot_pic_wrap{
	/*width: 280px;*/
	padding: 0 10px 0 10px;
	border-left: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}
.bot_pic_wrap_for{
	height: 82px;
	border-bottom: 1px solid #eaeaea;
	display: flex;
	align-items: center;
}
.bot_pic_tx{
	width: 44px;
	height: 44px;
	position: relative;
}
.bot_pic_tx .por{
	width: 44px;
	height: 44px;
	border-radius: 50%;
}
.bot_pic_tx .poa{
	position: absolute;
	right: -8px;
	top: -4px;
	z-index: 9;
}
.bot_pic_name{
	width: 130px;
	height: 44px;
	display: flex;
	flex-direction:column;
	justify-content: space-around;
	margin-left: 14px;
}
.bot_pic_name_top{
	width: 140px;
	display: flex;
	align-items: center;
}
.bot_pic_name_top span{
	font-size: 14px;
	color: #333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.bot_pic_name_top img{
	width: 16px;
	height: 16px;
	margin-left: 10px;
	cursor: pointer;
}
.bot_pic_name_bot{
	color: #999;
	text-align: left;
}
.bot_pic_name_bot span{
	color: #ff8b52;
}
.bot_pic_qiupu{
	background-color: #ff8b52;
	border-radius: 5px;
	text-align: center;
	line-height: 24px;
	width: 70px;
	height: 24px;
	color: #fff;
	font-size:12px;
	cursor: pointer;
	margin-left: 10px;
	margin-top: 0;
}
.bot_pic_wrap_for:last-child{
	border: none;
}
.bot_pic_wrap_for > a:hover{
	opacity: 0.9;
}
/*热门艺术家*/
.bot_pic_wrap.on{
	/*width: 270px!important;*/
	padding-top: 20px;
	padding-left: 20px!important;
}
.yishujia{
	width: 270px;
	display: flex;
	flex-wrap: wrap;
}
.yishujia .ys{
	flex-shrink: 0;
	margin-right: 10px;
	/*width: 70px;*/
	height: 24px;
	display: block;
	border: 1px solid #eaeaea;
	box-sizing: border-box;
	margin-bottom: 24px;
	line-height: 22px;
	text-align: center;
	border-radius: 10px;
	transition: all 0.2s;
	color: #333;
	padding: 0 12px;
	font-size: 12px;
}
.yishujia .ys:hover{
	border: 1px solid #ff8b52;
	color: #ff8b52;
}
.yg{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.dd_0{
	position: relative;
}
.yg:hover{
	color: #333;
}


.nodata {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding: 100px;
}

.nodata img{
	width: 160px;
	
}

.nodata p{
	margin-top: 30px;
	font-size: 16px;
	color: #666;
}
.noHover:hover{
	color: unset !important;
}