.fixed_score_box {
	width: 100%;
	height: 256px;
	background: url(/images/score_back_new.jpg) no-repeat;
	overflow: hidden;
}

.fixed_score_top {
	width: 500px;
	height: 120px;
	margin: 60px auto 0;
}

.score_name_left {
	width: 140px;
	height: 120px;
	float: left;
	text-align: center;
}

.score_name_left>img {
	height: 40px;
	margin-top: 10px;
}

.score_name_left>h1 {
	font-size: 20px;
	color: #fff;
	margin-top: 10px;
	text-align: center;
}

.score_name {
	width: 220px;
	float: left;
}

.score_name time {
	display: block;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.score_name span {
	display: block;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-top: 17px;
}

.score_name p {
	font-size: 18px;
	color: #fff;
	margin-top: 20px;
	text-align: center;
}

.score_name_right {
	float: right;
}

.fixed_score_link {
	/* height: 110px; */
	background: #fff;
}

.fixed_score_taggle {
	width: 144px;
	/* height: 110px; */
	float: left;
}

.fixed_score_taggle>span {
	display: block;
	font-size: 16px;
	color: #000;
	margin-top: 20px;
	margin-left: 20px;
}
.fixed_score_taggle .xinhao_tag{
	margin: 20px 0 0 32px;
}
.fixed_score_taggle .xinhao_tag i{
	cursor: pointer;display:inline-block;width: 10px;height: 10px;border-top:2px solid #DC2221;border-right:2px solid #DC2221;transform: rotate(-135deg);
}
.fixed_score_taggle .xinhao_tag .next{
	transform: rotate(45deg);
}

.fixed_score_taggle .xinhao_tag span{
	display:inline-block;font-size: 16px;color: #333333;padding: 0 4px;user-select:none;
}

.fixed_score_button a {
	float: left;
	width: 128px;
	height: 36px;
	text-align: center;
	font-size: 16px;
	line-height: 34px;
	color: #DC2221;
	margin-top: 20px;
	margin-right: 12px;
	border: 1px solid #fff;
	box-sizing: border-box;
	cursor: pointer;
}

.fixed_score_button a:hover {
	border: 1px solid #DC2221;
	border-radius: 18px;
}

.fixed_socre_time {
	background: #fff;
	/* float: left; */
	margin-top: 10px;
}

.fixed_socre_time>p {
	display: block;
	font-size: 16px;
	color: #000;
	margin-left: 20px;
}