.legend-header {
	display: flex;
	justify-content: center;
	font-size: 14px;
}
.legend-header div {
	padding: 10px;
	color: #9098AA;
	margin: 0 20px;
}
.legend-header-cur {
	color: #DA441E !important;
	border-bottom:3px solid #DA441E;
}

._iner {
	/* padding-left: 100px !important; */
	position: absolute;
	left: 44%;
	transform: translateX(-50%);
	/* top: 290px; */
	width: 70%;
}
._iner li {
	width: 30%;
	border-radius: 10px;
}
._iner img {
	width: 90%;
	height: 90%;
	border-radius: 6px;
}
.m-block-week-nice {
	background-color: white;
}
.u-btn-dload-s {
	background-color: #1FA9E1;
	border: 0px !important;
	color: white !important;
	height: 30px !important;
	line-height: 30px !important;
}
.m-rank-item-a-1 .icon-rank {
    background-image: url(/SkinNew/images/f1.png);
	top: -6px;
	left: -16px;
	line-height: 35px;
}
.m-rank-item-a-2 .icon-rank {
    background-image: url(/SkinNew/images/f2.png);
	top: -6px;
	left: -16px;
	line-height: 35px;
}
.m-rank-item-a-3 .icon-rank {
    background-image: url(/SkinNew/images/f3.png);
	top: -6px;
	left: -16px;
	line-height: 35px;
}
.text,.text2{
	font-size: 10px !important;
}
.juxing {
	background-image: url(/SkinNew/images/juxing25.png);
	background-repeat: no-repeat;
	background-size: 24px 24px;
	padding-left: 0px;
	padding-top: 2px;
	color: white;
	position: absolute;
	z-index: 99;
	width: 24px;
	height: 24px;
	left: 10px;
	text-align: center;
	/* margin-left: -16px; */
}
.legend-middle-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 12px;
	color: #777777;
	width: 94%;
    margin: 0 auto;
}
.legend-middle-item {
	width: 46%;
	margin: 5px 2px;
	display: flex;
	position: relative;
	background-color: #EDF1F3;
}
.legend-middle-item-name {
	background-image: url(/SkinNew/images/juxingjiantou.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	/* background-color: #879299; */
	padding: 8px 12px;
	color: white;
	width: 36%;
	text-align: center;

}
.legend-middle-item-txt {
	
	padding: 8px;
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.hide {
	display: none;
}
.more_btn11 {
	font-size: 10px !important;
}
.item-title,.item-people{
	font-size: 6px !important;
}
.item-title {
	color: #777777;
}
.item-people {
	color: #ABABAB;
}
.zhuanti_love_content {
	width: 100%;
	padding: 0 15px;
}
.icon-rank-con {
	position: relative;
}
.icon-rank1,.icon-rank2,.icon-rank3 {
	background-image: url(/SkinNew/images/f1.png);
	background-size: 32px 32px;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 99;
	left: -15px;
	top: -14px;
	width: 32px;
	height: 32px;
}
.icon-rank2 {
	background-image: url(/SkinNew/images/f2.png);
}
.icon-rank3 {
	background-image: url(/SkinNew/images/f3.png);
}
.model-title {
	font-size: 15px;
	color: #68696D;
}
.legend-middle-item-img img {
	width: 60px;
	height: 60px;
}
.legend-middle-item-txt1 {
	display: flex;
	width: 100%;
	align-items: center;
	border-radius: 2px;
}
.bandan-css {
	height: 20px;
	font-size: 12px;
}
.legend-middle-item-txt-c {
	margin-left: 6px;
}
.legend-middle-item-txt-1 {
	color: #68696D;
	width: 80%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.legend-middle-item-txt-2 {
	color: #9E9E9E;
	font-size: 6px;
}
.legend-download {
	background-color: #1FA9E1;
	color: white;
	display: block;
	width: 25px;
	height: 16px;
	line-height: 16px;
	padding: 3px 10px;
	border-radius: 10px;
	color: #FEFEFE;
}
.other-container {
	padding: 0 10px;
}
.model-title {
	width: 70%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.hot-img {
	width: 30px;
	position: absolute;
	left:80%;
	top: 10px;
}
.all_bandan {
	color: #DA441E;
	margin-left: 24px;
	padding: 10px;
	border-top: 1px solid #F1F1F1;
	border-bottom: 1px solid #F1F1F1;
}
.all_bandan img {
	width: 18px;
}
.all_bandan span {
	margin-left: 4px;
}

.alert-container {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    font-size: 13px;
    overflow: hidden;
}
.alert-container-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: white;
    /* border-radius: 2px; */
    overflow-y: hidden;
	width: 90%;;
    height: 500px;
}
.alert-container-content-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
	background-color: #E2E2E2;
	padding: 10px 20px;
	color: #777777;
}
.alert-container-content-content {
    max-height: 84%;
    overflow-y: auto;
	padding: 10px 20px;
	color: #8B9AB0;
}
.jian-container {
	background-image: url(/SkinNew/images/jian-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 22px;
	height: 23px;
	color: white;
	text-align: center;
	padding-top: 5px;
	font-size: 12px;
}

