.main {
	margin: 60px 12%;
	display: flex;
	justify-content: space-between;
}

.main-left {
	width: 78%
}

.l-content {
	margin-right: 10px;
}

.l-hd {
	width: 100%;
	height: 78px;
}

.l-hd img {
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.l-hd h1 {
	font-size: 24px;
	display: inline;
	padding-top: 10px;
}

.hd-detail {
	height: 20px;
	margin-left: 78px;
	margin-top: 15px;
	display: flex;
	align-items: center;
}

.hd-detail .i1 {
	background-image: url(../../huya/main3/assets/img/room/anchor_level/hig/33_d15d2.png);
	width: 44px;
	height: 22px;
	display: inline-block;
	margin-left: 5px;
}

.hd-detail .i2 {
	background: url(../../huya/main3/assets/img/room/room_hd_host_34bab.png) no-repeat;
	background-size: cover;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 5px;
	position: relative;
	top: 2px;
}

.hd-detail .span1 {
	color: #00A7EA;
	cursor: pointer;
	line-height: 20px;
	margin-left: 5px;
}

.hd-detail .a1 {
	font-size: 12px;
	margin-left: 5px;
	color: #666;
}

.hd-detail em {
	font-size: 15px;
	margin-left: 5px;
	color: #666;
}

.a2 {
	color: #fff;
	background: #ffa900;
	padding: 0 12px;
	border-radius: 15px;
	cursor: pointer;
	position: relative;
	left: 75%;
}

.l-bd {
	width: 100%;
	height: 680px;
	background-color: #000000;
	position: relative;
}

.layer1 {
	width: 100%;
	height: 680px;
	position: absolute;
	top: 0;
}

.l-ft img {
	width: 75px;
	height: 75px;
	margin: 2px;
	border-radius: 5px;
	border: 2px solid #fff;
	cursor: pointer;
}

.l-ft img:hover {
	border: 2px solid #ffa900;
}

.img-hover {
	border: 2px solid #ffa900 !important;
}

.l-ft select {
	color: #e43793;
}

.ft-right {
	float: right;
}

.ft-right * {
	float: right;
	width: 76px;
	height: 28px;
	text-align: center;
	margin-top: 5px;
	vertical-align: top;
}

.ft-right a {
	padding-top: 5px;
	color: #fff;
	font-size: 12px;
}

.main-right {
	width: 22%;
}

i,
em {
	font-style: normal;
}

.HeaderNav span.active {
	background: #FFCC34;
}

.HeaderNav span:nth-child(1) {
	width: 60px;
}

.HeaderNav span {
	width: 25%;
	padding: 5px 0;
	text-align: center;
	background: #797C90;
	color: #fff;
	cursor: pointer;
}

.InfoList {
	height: 445px;
	overflow: auto;
}

.InfoList p {
	padding: 5px 5px 0;
	color: #7e5596;
}

.InfoList p span {
	color: #f9963e;
}

.InfoBtn {
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #36393E;
}

.InfoBtn input {
	background: #1d1b27;
	border: 0;
	outline: 0;
	padding: 5px 5px 5px 10px;
	border-radius: 15px;
	flex: 1;
	color: #fff;
}

.InfoBtn span {
	margin: 0 10px;
	padding: 5px 10px;
	border-radius: 15px;
	background: #ffcc34;
	cursor: pointer;
}