body,
button,
dd,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
select,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: "microsoft yahei", helvetica, arial
}

button,
input,
select,
textarea {
	vertical-align: middle;
	font-family: "microsoft yahei", helvetica, arial;
	-webkit-appearance: none;
	border-radius: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: 0;
}

address,
cite,
dfn,
em,
i,
var {
	font-style: normal
}

ol,
ul {
	list-style-type: none
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
    color: #d43d3d;
}

input,
select,
textarea {
	outline: 0
}

input {
	border-radius: 0;
	border: 0;
	background: 0
}


.daohang {
    display: flex;
    align-items: center;
    margin:10px 0;
    padding-left: 10px;
    border-bottom: solid 1px #DC2221;
    background: #DC2221;
    height: 30px;
    cursor: pointer;
    color:#fff;
}

.blue {
	color: #017BD1 !important;
}

.red {
	color: #DC2221 !important;
}

.green {
	color: #009900 !important;
}

.left {
	float: left;
}

.right {
	float: right;
}

.area {
    width: 100%;
    display: block;
    text-align: left;
    margin-bottom: 10px;
}

.layout {
    display: block;
    width: 1250px;
    margin: 0 auto;
}

.cf:after, 
.cf:before {
    content: " ";
    display: table;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0
}

.rotate90 {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg)
}

.rotate_90 {
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg)
}

.rotate180 {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg)
}

.text_center {
	text-align: center!important
}

.textcenter {
	text-align: center
}

.textleft {
	text-align: left!important
}

.textright {
	text-align: right!important
}

.fl {
	float: left!important
}

.fr {
	float: right!important
}

.hide {
	display: none!important
}

.show {
	display: block!important
}

.flexBox .boxWrap {
	display: -webkit-box
}

.flexBox .box {
	box-flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1
}

.flexBox .ulBox {
	display: -webkit-box;
}

.flexBox .ulBox li {
	box-flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1
}

.fixedTop {
	position: fixed;
	top: 0;
	left: 0
}

.p_t_10 {
	padding-top: 10px
}

.m_b_20 {
	margin-bottom: 20px
}

.f14 {
	font-size: 14px
}

.f12 {
	font-size: 12px!important
}

.f16 {
	font-size: 16px!important
}

.center {
	width: 1250px;
	margin-left: auto;
	margin-right: auto
}

body {
	overflow-x: hidden
}

.mainHeader {
	height: 80px;
	border-bottom: 1px solid #ff4f15;
	position: relative;
	z-index: 99999999
}

.mainHeader .center {
	position: relative;
	height: 100%
}

.mainHeader .logo {
	width: 256px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0
}



.mainHeader .logo a {
	display: flex;
	height: 100%
}

.mainHeader .logo a span {
	font-size: 24px;
	color:#fff;
	display: inline-block;
    align-items: center;
    text-align: center;
	margin: auto;
}

.mainHeader .headerMenu {
	height: 100%;
	padding-left: 300px
}

.mainHeader .headerMenu li {
	float: left;
	position: relative;
	margin: 0 17px
}

.mainHeader .headerMenu li a {
	display: block;
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	color: grey;
	position: relative;
	z-index: 10
}

.mainHeader .headerMenu li:hover {
	height: 79px;
	background: #ff4f15
}

.mainHeader .headerMenu li:hover:before {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-bottom: 80px solid #ff4f15;
	border-left: 28px solid transparent;
	position: absolute;
	left: -27px;
	bottom: 0
}

.mainHeader .headerMenu li:hover:after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-top: 80px solid #ff4f15;
	border-right: 28px solid transparent;
	position: absolute;
	right: -27px;
	bottom: 0
}

.mainHeader .headerMenu li:hover a {
	color: #fff
}

.mainHeader .headerMenu li.active {
	height: 79px;
	background: #ff4f15
}

.mainHeader .headerMenu li.active:before {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-bottom: 80px solid #ff4f15;
	border-left: 28px solid transparent;
	position: absolute;
	left: -27px;
	bottom: 0
}

.mainHeader .headerMenu li.active:after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-top: 80px solid #ff4f15;
	border-right: 28px solid transparent;
	position: absolute;
	right: -27px;
	bottom: 0
}

.mainHeader .headerMenu li.active a {
	color: #fff
}

.mainHeader .fixbox {
	height: 80px;
	background: #fff;
	background: #408ed6;
	background: #0D3BB5;
	background: #3580c5;
	background: #006fb9;
	background: #d43d3d;
}

@media screen and (max-width:1024px) {
	.mainHeader .fixbox,
	.footer {
		width: 1250px;
	}
}

.mainHeader .fixbox.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #ff4f15;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .4)
}

.mainHeader .headerMenus {
	display: flex;
	padding-left: 304px;
	padding-left: 256px;
	height: 80px;
	padding-top: 20px;
	padding-top: 0;
}

.mainHeader .headerMenus li {
	line-height: 40px;
	float: left;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	position: relative
}

.mainHeader .headerMenus li a {
	margin: 0 22px 10px;
	font-size: 18px;
	color: grey;
	color: #fff;
}

.mainHeader .headerMenus li a:hover {
	color: #3885e1;
	/* font-weight: 700; */
	/* background:#327fc6; */
	color:#ffe036;
}

.mainHeader .headerMenus li a.active {
	color: #3885e1;
	color: #ffe036;
	font-weight: 700
}

.mainHeader .headerMenus li .manyTitle_block a {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 100%;
	margin-bottom: 10px;
	margin-bottom: 0;
	padding: 4px;
}

.mainHeader .headerMenus li .manyTitle {
	display: flex;
	flex-flow: wrap;
	padding: 0 10px;
	margin-left: 10px;
}

.mainHeader .headerMenus li .manyTitle .hmenus-li-dom {
	display: block;
	float: left;
	text-align: center;
	margin-left: 10px;
}

.mainHeader .headerMenus li .manyTitle a {
	display: block;
	float: left;
	text-align: center;
	font-size: 16px;
	line-height: 100%;
	margin: 0 0;
	padding: 4px 2px;
}

.mainHeader .headerMenus li:after {
	position: absolute;
	right: -6px;
	top: 9%;
	content: '';
	width: 17px;
	height: 46px;
	top: 19px;
	width: 1px;
	padding-left: 8px;
}

.mainHeader .headerMenus li:last-child::after {
	display: none
}

.mainHeader .headerMenus .multi_line {
	line-height: 100%;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	line-height: 60px;
	position: relative;
	top: -5px
}

.mainHeader .headerFnBox {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%
}

.mainHeader .srcButton {
	display: inline-block;
	/* width: 33px; */
	/* height: 30px; */
	/* margin-top: 24px; */
	margin-right: 30px;
	width: 40px;
	height: 40px;
	margin-top: 20px;
}

.mainHeader #search_btn {
}

.mainHeader .login {
	float: right
}

.mainHeader .login .noLogin {
	display: inline-block
}

.mainHeader .login .noLogin a {
	color: #ff4f15;
	font-size: 14px;
	line-height: 80px;
	width: 40px;
	height: 40px;
	margin-top: 20px;
	display: inline-block;
}

.mainHeader .login .noLogin a:hover {
	text-decoration: underline
}

.mainHeader .login .noLogin span {
	color: #ff4f15;
	margin: 0 10px
}

.mainHeader .login .logon {
	width: 70px;
	height: 79px;
	text-align: center;
	padding-top: 20px;
	position: relative;
	cursor: pointer;
	/* background: #f2f2f2 */
}

.mainHeader .login .logon .mask {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	border: 1px solid #286bbd;
	border-radius: 100%;
	overflow: hidden
}

.mainHeader .login .logon .mask img {
	width: 100%;
	height: 100%
}

.mainHeader .userMenu {
	display: none;
	position: absolute;
	top: 80px;
	right: 0;
	box-shadow: 0 0 10px rgba(216, 216, 216, .8);
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #FFF
}

.mainHeader .userMenu p {
	font-size: 14px;
	color: grey;
	width: 120px;
	padding: 10px 20px;
	border-bottom: 1px solid #f2f2f2;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.mainHeader .userMenu ul {
	margin-top: 7px
}

.mainHeader .userMenu ul li {
	padding: 0 24px
}

.mainHeader .userMenu ul li:hover {
	background: #286cbf
}

.mainHeader .userMenu ul li:hover a {
	color: #fff
}

.mainHeader .userMenu ul a {
	display: block;
	padding: 10px 0;
	text-align: left;
	font-size: 14px
}

.mainHeader .logon:hover .userMenu {
	display: block
}

.mainHeader .srcBox {
	width: 654px;
	margin: 0 auto;
	height: 100%;
	position: relative;
	display: none
}

.mainHeader .inputBlock {
	padding-top: 30px;
	height: 100%
}

.mainHeader .inputBlock .int {
	font-size: 14px;
	margin-left: 20px;
	color: #333;
	width: 70%
}


.mainHeader .inputBlock .int::-webkit-input-placeholder {
	color: #ccc
}

.mainHeader .inputBlock .int::-ms-input-placeholder {
	color: #ccc
}

.mainHeader .inputBlock .srcButton {
	margin-top: 0;
	margin-right: 0;
	float: right
}

.mainHeader .removeButton {
	position: relative;
	top: 3px;
	color: grey;
	padding: 8px;
}

.mainHeader .recommend {
	padding-top: 15px;
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;

	background: #fff;
	background-position: right bottom;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .5)
}

.mainHeader .recommend li {
	margin: 0 15px;
	padding-left: 45px;
	position: relative;
	margin-bottom: 15px
}

.mainHeader .recommend li a {
	font-size: 14px;
	color: grey
}

.mainHeader .recommend li a:hover {
	text-decoration: underline
}

.mainHeader .recommend li:first-child:before {
	display: block;
	content: '';
	width: 38px;
	height: 17px;
	background-position: top left;
	position: absolute;
	top: 3px;
	left: 0
}

.mainHeader .recommend li:nth-child(2):before {
	display: block;
	content: '';
	width: 38px;
	height: 17px;
	background-position: bottom left;
	position: absolute;
	top: 3px;
	left: 0
}

.mainHeader .headerMenus li:hover .header-submenu {
	display: block
}

.mainHeader .headerMenus .header-submenu {
	width: 90px;
	background: #FFF;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	position: absolute;
	top: 60px;
	left: -24px;
	z-index: 99;
	box-shadow: 0 0 8px rgba(0, 0, 0, .5);
	display: none
}

.mainHeader .headerMenus .header-submenu a {
	display: block;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	color: grey;
	border-bottom: 1px solid #efefef
}

.dot:after {
	display: inline-block;
	content: '';
	width: 8px;
	height: 8px;
	background: #e20423;
	border-radius: 100%;
	position: relative;
	top: -6px;
	left: 4px
}

.conspicuous {
	height: 900px;
	position: relative
}

.conspicuous .hugeBanner {
	height: 100%
}

.conspicuous .hugeBanner .swiper-slide {
	height: 900px;
	background-position: center
}

.conspicuous .hugeBanner .swiper-button {
	background: #333;
	width: 60px;
	height: 100px;
	text-align: center;
	line-height: 110px;
	font-size: 40px;
	color: #fff;
	position: absolute;
	top: 350px;
	z-index: 99;
	cursor: pointer
}

.conspicuous .hugeBanner .swiper-button:hover {
	background: #ff4f15
}

.conspicuous .hugeBanner .swiper-button-next {
	right: 0
}

.conspicuous .hugeBanner .swiper-button-prev {
	left: 0
}

.hugeBannerMes {
	display: none;
	width: 220px;
	height: 100px;
	background: #333;
	padding: 13px 10px;
	position: absolute
}

.hugeBannerMes img {
	border: 1px solid #fff;
	float: left;
	margin-right: 10px;
	width: 88px;
	height: 68px
}

.hugeBannerMes h3 {
	font-size: 18px;
	color: #fff;
	margin: 10px 0 10px;
	text-indent: -19px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.hugeBannerMes p {
	font-size: 14px;
	color: #fff;
	line-height: 100%;
	text-align: left
}

.hugeBanner {
	min-width: 1200px
}

.hugeBanner .hugeBannerMesPre {
	left: 60px;
	top: 0;
	border-left: 1px solid #000
}

.hugeBanner .hugeBannerMesNext {
	top: 0;
	right: 60px;
	border-right: 1px solid #000
}

.hugeBanner .hotAreaWrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99
}

.hugeBanner .swiper-button:hover .hugeBannerMes {
	display: block
}

.hugeBanner .center {
	position: relative;
	height: 480px
}

.hugeBanner .hotArea {
	display: block;
	height: 490px
}

.hugeBanner .pagination {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 99;
	margin: 0
}

.hugeBanner .swiper-button {
	z-index: 200
}

.hugeBanner .swiper-pagination-switch {
	display: inline-block;
	background: #fff;
	opacity: 1;
	margin-left: 20px;
	width: 20px;
	height: 20px;
	position: relative;
	border-radius: 100%;
	cursor: pointer
}

.hugeBanner .swiper-active-switch:before {
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: #ff4f15;
	position: absolute;
	top: 3px;
	left: 3px
}

.matchPrediction {
	position: absolute;
	top: 500px;
	width: 100%;
	z-index: 99
}

.matchPrediction .center {
	height: 400px
}

.matchPrediction .item {
	float: left
}

.matchPrediction .matchList {
	width: 21.5%;
	position: relative;
	z-index: 99
}

.matchPrediction .matchList li {
	height: 80px;
	padding-top: 16px;
	background: #286cbf;
	position: relative
}

.matchPrediction .matchList li img {
	margin-left: 26px;
	margin-right: 10px;
	float: left;
	border: 1px solid #ff4f15;
	border-radius: 8px
}

.matchPrediction .matchList li h4 {
	font-size: 16px;
	color: #aed5ff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 5px 10px 8px 0
}

.matchPrediction .matchList li p {
	color: #aed5ff;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.matchPrediction .matchList li.active {
	background: rgba(255, 79, 21, .9);
	background: #ff3f00
}

.matchPrediction .matchList li.active:before {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-top: 22px solid transparent;
	border-left: 27px solid rgba(255, 79, 21, .9);
	border-left: 27px solid #ff3f00;
	border-bottom: 22px solid transparent;
	position: absolute;
	top: 20px;
	right: -27px
}

.matchPrediction .matchList li.active img {
	border-color: #286cbf
}

.matchPrediction .matchList li.active h4,
.matchPrediction .matchList li.active p {
	color: #fff
}

.matchPrediction .matchList li:hover {
	background: rgba(255, 79, 21, .9);
	background: #ff3f00
}

.matchPrediction .matchList li:hover img {
	border-color: #286cbf
}

.matchPrediction .matchList li:hover h4,
.matchPrediction .matchList li:hover p {
	color: #fff
}

.matchPrediction .matchVideo {
	width: 35.7%;
	height: 400px;
	overflow: hidden
}

.matchPrediction .matchVideo a {
	display: block;
	height: 100%
}

.matchPrediction .matchTeam {
	width: 42.8%;
	overflow: hidden
}

.matchPrediction .videoMask {
	height: 400px;
	background-size: auto 100%;
	background-position: center;
	position: relative
}

.matchPrediction .matchTeam {
	background: #286cbf
}

.matchPrediction .matchTeam .boxWrap,
.matchPrediction .matchTeam .tagBox {
	height: 40px
}

.matchPrediction .matchTeam .box {
	text-align: center;
	line-height: 40px;
	width: 50%;
	float: left
}

.matchPrediction .matchTeam .box a {
	font-size: 18px;
	color: #fff;
	display: inline-block;
	height: 41px;
	position: relative;
	padding: 0 15px
}

.matchPrediction .matchTeam .box.active a {
	background: #ff4f15
}

.matchPrediction .matchTeam .box.active a:before {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-bottom: 40px solid #ff4f15;
	border-left: 16px solid transparent;
	position: absolute;
	left: -16px;
	bottom: 0
}

.matchPrediction .matchTeam .box.active a:after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-top: 40px solid #ff4f15;
	border-right: 16px solid transparent;
	position: absolute;
	right: -16px;
	bottom: 0
}

.matchPrediction .switchBox {
	background:#286cbf;
	background-position: right bottom;
	height: 360px
}

.matchPrediction .switchBox ul {
	display: none
}

.matchPrediction .switchBox li {
	height: 90px;
	padding-left: 17px;
	padding-right: 20px
}

.matchPrediction .switchBox li:nth-child(odd) {
	background: rgba(32, 99, 181, .7)
}

.matchPrediction .switchBox li.darkbg {
	background: #195aa9
}

.matchPrediction .switchBox table {
	width: 100%
}

.matchPrediction .switchBox table td span {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #ff4f15;
	font-weight: 700;
	margin: 0 25px;
	position: relative;
	top: 5px
}

.matchPrediction .switchBox table td a {
	font-size: 18px;
	color: #fff
}

.matchPrediction .switchBox table td .matchFn {
	position: relative;
	top: 15px
}

.matchPrediction .switchBox .topMes {
	color: #fff;
	font-size: 12px;
	padding-top: 5px
}

.matchPrediction .switchBox .topMes .sp1 {
	margin-right: 10px
}

.matchPrediction .switchBox .topMes .sp2 {
	margin-right: 6px
}

.matchPrediction .switchBox .topMes .red {
	color: red
}

.matchPrediction .switchBox .middle {
	text-align: center;
	margin: 0 5px;
	font-size: 18px;
	color: #fff
}

.matchPrediction .switchBox .middle .matchItem {
	display: inline-block
}

.matchPrediction .switchBox .middle img {
	border-radius: 100%;
	line-height: 40px
}

.matchPrediction .switchBox .middle .bif {
	font-size: 18px;
	color: #ff4f15;
	font-weight: 700;
	margin: 0 25px
}

.matchPrediction .switchBox .matchFn {
	text-align: center;
	margin-top: -5px
}

.matchPrediction .switchBox .matchFn a {
	font-size: 12px;
	color: #aed5ff
}

.matchPrediction .switchBox .matchFn a:hover {
	color: #fff
}

.viderIcon:before {
	display: block;
	content: '';
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px
}

.viderIcon:hover:before {
	background-position: bottom
}

.mainContent {
	padding-top: 30px;
	padding-bottom: 50px;
	padding-bottom: 0;
}

.listItem {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.listItem p{
	font-size: 16px;
    color: #333;
    line-height: 32px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.listItem img{
	display: block;
    margin: 0 auto;
    max-width: 100% !important;
    height: auto !important;
}

.listItem .swiper-wrapper {
	height: 120px;
	overflow: hidden
}

.listItem .swiper-button {
	display: block;
	width: 24px;
	height: 120px;
	text-align: center;
	/* line-height: 40px; */
	line-height: 120px;
	position: absolute;
	/* top: 50%; */
	/* margin-top: -16px; */
	font-size: 40px;
	color: #286cbf;
	z-index: 99;
}

.listItem .icon-arrow {

	/* background-position: left top; */
}

.listItem .arrow-left {
	left: -24px;
	background-position: -71px 54px;
}

.listItem .arrow-left:hover {
	background-position: -39px 54px;
}

.listItem .arrow-right {
	right: -24px;
	background-position: -138px 54px;
}

.listItem .arrow-right:hover {
	background-position: -106px 54px;
}

.matchSlide {
	line-height: 40px;
	background: #fff;
	border-bottom: 2px solid #286cbf
}

.matchSlide .topMenu {
	padding-left: 30px;
	background: #fff
}

.matchSlide .topMenu a {
	color: grey;
	font-size: 14px;
	display: inline-block;
	position: relative;
	padding: 0 12px;
}

.matchSlide .topMenu a.active,
.matchSlide .topMenu a:hover {
	color: #fff;
	background: #3885e1
}

.matchSlide .topMenu a.active:before,
.matchSlide .topMenu a:hover:before {
	display: block;
	content: '';
	width: 0;
	height: 0;
	/* border-bottom: 40px solid #3885e1; */
	border-left: 10px solid transparent;
	position: absolute;
	left: -10px;
	bottom: 0
}

.matchSlide .topMenu a.active:after,
.matchSlide .topMenu a:hover:after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	/* border-top: 40px solid #3885e1; */
	border-right: 10px solid transparent;
	position: absolute;
	right: -10px;
	bottom: 0
}

.mainContent {
	background: #f2f2f2;
	padding-top: 10px;
}

.HotMatchList {
	background: #fff;
	margin-bottom: 10px;
	height: 140px;
	overflow: hidden;
	position: relative;
	padding: 10px 100px;
}

.HotMatchList .tips {
	position: absolute;
	background: #eee;
    width: 75px;
    height: 120px;
    text-align: center;
    color: #d43d3d;
    line-height: 25px;
}

.HotMatchList .count {
    left: 1px;
    border-left: 2px solid #d43d3d;
}

.HotMatchList .ctoday {
	padding-top: 30px;
}

.HotMatchList .whole {
	right: 1px;
    border-right: 2px solid #d43d3d;
}

.HotMatchList .sicon {
	height: 60px;
    width: 60px;
    margin: 0 auto;
    margin-top: 15px;
}

.HotMatchList .call {
	/* padding-top: 45px; */
}

.HotMatchList .liwrap {
	position: relative
}

.HotMatchList .item {
	width: 202px;
	height: 120px;
	position: relative;
	margin-right: 10px
}

.HotMatchList .topTitle {
	background: #000;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: #fff;
	background: #006fb9;
	background: #eee;
	color:#000;
}

.HotMatchList .topTitle span {
	font-size: 12px;
	float: right;
	color: #00ffff;
	color: #000;
}

.HotMatchList .outsTime {
	text-align: right;
	font-size: 12px
}

.HotMatchList .outs {
	padding: 0 10px;
	background: #f2f2f2;
	background: #fff;
	height: 90px;
	position: relative;
	border: 1px solid #eee;
}

.HotMatchList .teamOuts {
	font-size: 12px
}

.HotMatchList .teamOuts span {
	color: grey;
	font-size: 12px
}

.HotMatchList .teamOuts i {
	float: right;
	height: 30px;
	line-height: 30px;
}

.HotMatchList .teamOuts img {
	margin-right: 10px
}

.HotMatchList .teamOuts p {
	margin-bottom: 5px
}

.HotMatchList .showOuts {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	display: table;
	vertical-align: middle;
	display: none;
	background: rgba(0,0,0,.2);
}

.HotMatchList .showOuts .socell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%
}

.HotMatchList .showOuts a {
	display: inline-block;
	width: 70px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	border-radius: 3px;
	margin-right: 2px;
	margin-bottom: 7px
}

.HotMatchList .item:hover .showOuts {
	display: table
}

.HotMatchList .listItem {
	visibility: hidden;
}

.orgBG {
	/* background: #ff4f15; */
	background: #d43d3d;
}

.greenBG {
	background: #1cc94b
}

.whiteBG {
	background: #fff
}

.org {
	color: #ff4f15
}

.user-block {
	z-index: 9;
}
.gry {
	color: grey
}

.color_333 {
	color: #333
}

.showBack {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
}

/*热门赛事*/
.toc_left_w665 {
width: 1200px;
margin: 10px auto;
}

.topic_match_box .index_tag_title {
	height: 45px;
    border-bottom: 1px solid #d43d3d;
    position: relative;
    margin-left: 0;
    margin-right: 0;
}

.topic_match_box .index_tag_title span {
	width: 180px;
    /* height: 60px; */
    height: 45px;
    background: url(/skins/images/v19/baseTitleIcon1.png) no-repeat;
    /* padding-left: 27px; */
    padding-left: 50px;
    /* line-height: 60px; */
    line-height: 45px;
    color: #fff;
    position: absolute;
    /* top: 6px; */
    /* left: -10px; */
    font-size: 18px;
    font-weight: bold;
}

.topic_match_box .index_tag_title a {
	float: right;
	font-size: 16px;
	width: 129px;
    height: 33px;
	color: #000000;
	line-height: 19px;
	margin: 8px 9px 0 0;
}

.topic_match_box .index_tag_title .fire:before {
	display: inline-block;
	content: '';
	width: 22px;
	height: 27px;

	position: absolute;
	/* top: 5px; */
	/* margin-right: 6px; */
	width: 45px;
	height: 45px;
	left: 0;
}

.index_match_list {
	margin-top: 10px;
	padding-bottom: 16px;
}

.topic_match_box {
	width: 98%;
	height: auto;
	background: #fff;
}

.topic_match_box .topic_tag_title {
	height: 26px;
	padding: 20px 0 0 20px;
}

.topic_tag_title h1 {
	font-size: 20px;
	color: #000;
	float: left;
	line-height: 26px;
}

.topic_tag_title i {
	font-size: 16px;
	color: #999;
	float: left;
	line-height: 26px;
	padding: 0 20px;
	font-family: simsun;
}

.topic_tag_title a {
	float: left;
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}

.topic_tag_title a s {
	font-family: simsun;
	text-decoration: none;
}

.topic_match_list {
	margin-top: 20px;
	height: auto;
}

.topic_match_list .list_block {
	height: 48px;
	border-top: 1px solid #ddd;
}

.topic_match_list .list_block:hover {
	background: #F8F8F8;
	cursor: pointer;
}

.topic_match_list .list_block:first-child {
	border-top: none;
}

.topic_match_list .list_block .state {
	float: left;
	width: 52px;
	height: 22px;
	border: 1px solid #fff;
	color: #333;
	margin: 13px 0 0 20px;
	line-height: 22px;
	text-align: center;
	font-size: 12px;
}

.topic_match_list .list_block .gray_left {
	color: #666;
	border-color: #666;
}

.topic_match_list .list_block .red_left {
	color: #fff;
	border-color: #DC2221;
	background: #DC2221;
}

.topic_match_list .list_block .blue_left {
	color: #017BD1;
	border-color: #017BD1;
}

.topic_match_list .list_block .time {
	font-size: 16px;
	float: left;
	margin: 15px 15px 0 15px;
}

.topic_match_list .list_block .type {
	font-size: 16px;
	float: left;
	margin: 15px 0 0 10px;
	width: 130px;
}

.topic_match_list .list_block .match_name {
	float: left;
	height: 19px;
	margin: 15px 15px 1px 15px;
}

.topic_match_list .list_block .match_name span {
	float: left;
	width: 135px;
	font-size: 16px;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 19px;
}

.topic_match_list .list_block .match_name .text_left {
	text-align: right;
}

.topic_match_list .list_block .match_name img {
	float: left;
	width: 32px;
    height: 25px;
    padding: 0 2px;
	box-sizing: border-box;
}

.topic_match_list .list_block .match_name strong {
	float: left;
	width: 26px;
	height: 20px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-align: center;
	line-height: 19px;
}

.topic_match_list .list_block .match_name .shape {
	float: left;
	margin: 10px 0px 0px;
	width: 10px;
	height: 2px;
	background: #000;
	text-decoration: none;
	line-height: 0;
}

.topic_match_list .list_block .resource {
	position: absolute;
    right: 100px;
	width: 140px;
	margin: 15px 0 0 5px;
	margin-top: 15px;
	font-size: 16px;
	text-align: center;
}

.matchFB1 {
	background: #fff;
	width: 46%;
}

.matchFB1 .mFBContent {
	padding: 20px 30px 0;
	background: #fff
}

.matchFB11 {
	background: #fff;
	width: 40%;
	float: right;
}

.matchFB11 .mFBContent {
	padding: 20px 30px 0;
	background: #fff
}

.baseTitleLine {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	/*height: 60px*/
}

.baseTitleLine h2 {
	width: 161px;
	height: 60px;
	float: left;
	padding-left: 27px;
	line-height: 60px;
	color: #fff
}

.baseTitleLine .fire:before {
	display: inline-block;
	content: '';
	width: 20px;
	height: 25px;
	position: relative;
	top: 5px;
	margin-right: 6px
}

.baseTitleLine .lqIcon:before {
	display: inline-block;
	content: '';
	width: 25px;
	height: 25px;
	position: relative;
	top: 5px;
	margin-right: 6px
}

.baseTitleLine .zqIcon:before {
	display: inline-block;
	content: '';
	width: 25px;
	height: 25px;
	position: relative;
	top: 7px;
	margin-right: 6px
}

.baseTitleLine .jpIcon:before {
	display: inline-block;
	content: '';
	width: 20px;
	/*height: 25px;*/
	position: relative;
	top: 5px;
	margin-right: 6px
}

.baseTitleLine .pgIcon:before {
	display: inline-block;
	content: '';
	width: 20px;
	height: 25px;
	position: relative;
	top: 5px;
	margin-right: 6px
}

.baseTitleLine .pgIcon:before {
	display: inline-block;
	content: '';
	width: 25px;
	height: 22px;
	position: relative;
	top: 5px;
	margin-right: 6px
}

.baseTitleLine .cardIcon:before {
	display: inline-block;
	content: '';
	width: 24px;
	height: 18px;
	position: relative;
	top: 5px;
	margin-right: 6px
}

.baseTitleLine .appIcon:before {
	display: inline-block;
	content: '';
	width: 25px;
	height: 25px;
	position: relative;
	top: 5px;
	margin-right: 6px
}

.baseTitleLine .navMenu {
	float: left;
	margin-left: 18px
}

.baseTitleLine .navMenu li {
	margin-right: 10px;
	float: left;
	line-height: 60px
}

.baseTitleLine .navMenu li a {
	display: inline-block;
	width: 70px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 4px;
	color: grey
}

.baseTitleLine .navMenu li a:hover,
.baseTitleLine .navMenu li.active a {
	background: #ff4f15;
	color: #fff
}

.baseLeftMsg {
	width: 25.8%;
	float: left
}

.baseLeftMsg .newsItem {
	margin-bottom: 15px
}

.baseLeftMsg .newsItem h3 {
	font-size: 18px;
	color: #1e1e1e;
	margin-bottom: 10px;
	font-weight: 700
}

.baseLeftMsg .newsItem h3 a {
	font-size: 18px;
	font-weight: 700;
	color: #1e1e1e;
	width: 100%
}

.baseLeftMsg .newsItem a {
	display: inline-block;
	font-size: 14px;
	color: #807e7e;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.baseLeftMsg .newsItem li a {
	width: 45%
}

.baseLeftMsg .newsItem a:hover {
	color: #ff4f15
}

.baseLeftMsg .newsItem span {
	display: inline-block;
	color: #ff4f15;
	margin: 0 10px;
	position: relative;
	top: -3px
}

.baseLeftMsg .addItem img {
	width: 100%
}

.baseLeftMsg .BF2TopNews {
	margin-bottom: 20px
}

.baseLeftMsg .BF2TopNews a {
	display: block;
	position: relative
}

.baseLeftMsg .BF2TopNews a img {
	width: 100%
}

.baseLeftMsg .BF2TopNews .mes {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: rgba(255, 79, 21, .7);
	background: #ff4f15
}

.baseLeftMsg .BF2TopNews .mes p {
	color: #fff;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 100%
}

.baseLeftMsg .BF2TopNews .mes p span {
	color: #efbfb1;
	font-size: 12px;
	display: inline-block;
	margin-top: 5px
}

.rfMsg {
	float: right;
	overflow: hidden
}

.rfMsg li {
	width: 235px;
	height: 180px;
	float: left;
	margin-right: 10px;
	margin-bottom: 12px
}

.rfMsg li img {
	display: block;
	width: 100%;
	height: 130px
}

.rfMsg li p {
	font-size: 14px;
	color: #333;
	background: #f2f2f2;
	height: 50px;
	padding: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 100%
}

.rfMsg li p span {
	color: grey;
	font-size: 12px;
	display: inline-block;
	margin-top: 5px
}

.bigRfMsg {
	width: 73%
}

.bigRfMsg ul {
	width: 1000px
}

.smallMsg {
	width: 57%
}

.smallMsg ul {
	width: 500px
}

.matchFB2 {
	margin-top: 20px
}

.matchFB2 .LfFB2 {
	width: 65%;
	background: #fff;
	float: left
}

.matchFB2 .LfFB2 .baseLeftMsg {
	width: 41.3%
}

.matchFB2 .LfFB2 .mFBContent {
	padding: 20px 20px 5px
}

.matchFB2 .LfFB2 .rfMsg li {
	margin-bottom: 10px
}

.matchFB2 .RfFB2 {
	width: 34%;
	background: #fff;
	float: right
}

.matchFB2 .RfFB2 .mFBContent {
	background-size: cover;
	background-position: bottom left
}

.matchFB2 .RfFB2 .mFBContentItem {
	margin-top: 1px;
	display: none;
	height: 595px
}

.matchFB2 .RfFB2 .mFBContentItemTB {
	padding-left: 20px;
	padding-right: 20px;
}

.matchFB2 .RfFB2 .mFBContentItemTB table {
	width: 100%
}

.matchFB2 .RfFB2 .mFBContentItemTB thead td {
	color: #fff;
	font-size: 18px
}

.matchFB2 .RfFB2 .mFBContentItemTB td {
	height: 50px;
	text-align: center;
	font-size: 14px;
	color: grey
}

.matchFB2 .RfFB2 .mFBContentItemTB .scondStyle {
	text-align: left;
	padding-left: 20px
}

.matchFB2 .RfFB2 .mFBContentItemTB .listMore {
	display: block;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #ff4f15
}

.matchFB2 .RfFB2 .mFBContentItemTB .listMore:hover {
	text-decoration: underline
}

.matchFB2 .RfFB2 .subMenu {
	height: 50px;
	padding-left: 20px;
	line-height: 50px
}

.matchFB2 .RfFB2 .subMenu a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	color: grey;
	border-radius: 4px
}

.matchFB2 .RfFB2 .subMenu a.active {
	background: #ff4f15;
	color: #fff
}

.matchFB2 .RfFB2 .listAdd img {
	width: 100%
}

.footer {

	/* background-position: center; */
	background: #3580c5;
	background: #fff;
	/* padding-top: 55px; */
	padding-top: 0;
	font-size: 14px;
	color: #666;
	color: #000;
	padding-bottom: 20px
}

.footer a {
	color: #666;
	/* color: #7fc0fc; */
}

.footer a:hover {
	color: #fff;
	color:#0053fe;
}

.footer .foot_t {
	color: #ff4f15;
	font-size: 24px;
	position: relative
}

.footer .foot_t:before {
	display: inline-block;
	content: '';
	width: 1300px;
	height: 1px;
	background: #4d4d4d;
	position: absolute;
	top: 19px;
	right: 0
}

.footer .foot_t span {
	display: inline-block
}

.foot_c .FirendLink {
	border-right: 1px solid #666;
	padding-right: 20px;
	float: left;
	width: 925px;
	padding-left: 30px;
	margin-top: 30px
}

.foot_c .FLTitle {
	font-size: 14px;
	color: #fff
}

.footer .link_list {
	float: left;
	width: 238px;
	line-height: 28px;
	padding-top: 10px
}

.footer .link_list a {
	font-size: 14px;
	color: #666;
	color: #7fc0fc;
}

.footer .link_list a:hover {
	color: #fff;
}

.footer .erweima {
	float: left;
	margin-left: 100px;
	width: 311px;
	margin-top: 30px
}

.footer .erweima .code_txt {
	font-size: 14px
}

.footer .erweima .code_txt span {
	font-size: 18px;
	display: inline-block;
	border-bottom: 1px solid #4d4d4d
}

.footer .link_list:last-child {
	width: 160px
}

.footer .code_box img {
	width: 150px
}

.footer .code_txt {
	padding: 16px 0
}

.footer .code_box,
.footer .syst_list {
	line-height: 40px
}

.footer .icon {
	width: 29px;
	height: 24px;
	background-size: 25px;
	vertical-align: middle
}

.footer .foot_b {
	padding:10px;
}

.footer .foot_b p {
	text-align: center;
	line-height: 22px;
	font-size: 14px;
	color: #000;
}

.footer .foot_b .link_mav {
	padding-bottom: 15px;
	padding-top: 5px
}

.footer .foot_b .link_mav a {
	padding: 0 2px;
	font-size: 14px
}

.footer .footernew {
	color: #515151;
	font-size: 12px;
	height: 70px;
	line-height: 24px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	width: 1000px;
}

.footer .footernew .footernewdiv {
	margin: 0 auto;
	width: 680px;
}

.footer .footernew p {
	border: 1px solid #D2D2D2;
	float: left;
	font-size: 12px;
	height: 50px;
	line-height: 20px;
	margin: 6px;
	padding: 0;
	width: 120px;
	overflow: hidden;
}

.footer .footernew .fl {
	padding: 3px;
}

.footer .footernew .fl a {
	padding-right: 3px;
}

.zhF1 {
	margin-bottom: 20px
}

.zhF1 .baseLeftMsg {
	background: #fff;
	padding: 15px 10px;
	width: 100%;
	height: 470px;
	position: relative
}

.zhF1 .lfNews {
	float: left;
	width: 27.5%
}

.zhF1 .rfBanner {
	float: right;
	width: 71.4%;
	height: 470px
}

.zhF1 .rfBanner .swiper-slide {
	height: 100%;
	height: 470px;
	background-size: auto 100%;
	background-position: center
}

.zhF1 .rfBanner .swiper-button {
	background: #333;
	width: 60px;
	height: 100px;
	text-align: center;
	line-height: 110px;
	font-size: 40px;
	color: #fff;
	position: absolute;
	top: 180px;
	z-index: 99;
	cursor: pointer
}

.zhF1 .rfBanner .swiper-button-pre {
	left: 0
}

.zhF1 .rfBanner .swiper-button-next {
	right: 0
}

.zhF1 .rfBanner .smallBannerMes {
	display: none;
	width: 220px;
	height: 100px;
	background: #333;
	padding: 13px 10px;
	position: absolute
}

.zhF1 .rfBanner .smallBannerMes img {
	border: 1px solid #fff;
	float: left;
	margin-right: 10px;
	width: 88px;
	height: 68px
}

.zhF1 .rfBanner .smallBannerMes h3 {
	font-size: 18px;
	color: #fff;
	margin: 10px 0 10px;
	text-indent: -19px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.zhF1 .rfBanner .smallBannerMes p {
	font-size: 14px;
	color: #fff;
	line-height: 100%;
	text-align: left
}

.zhF1 .rfBanner .smallBannerMesPre {
	left: 60px;
	top: 0;
	border-left: 1px solid #000
}

.zhF1 .rfBanner .smallBannerMesNext {
	right: 60px;
	top: 0;
	border-left: 1px solid #000
}

.zhF1 .rfBanner .swiper-button:hover .smallBannerMes {
	display: block
}

.zhF1 .rfBanner .pagination {
	position: absolute;
	bottom: 28px;
	right: 25px;
	margin: 0
}

.zhF1 .rfBanner .pagination .swiper-pagination-switch {
	display: inline-block;
	width: 13px;
	height: 13px;
	background: #FFF;
	border-radius: 100%;
	margin-left: 10px
}

.zhF1 .rfBanner .pagination .swiper-active-switch {
	background: #656565
}

.zhF1 .rfBanner .swiper-button:hover {
	background: #ff4f15
}

.page {
	text-align: center;
	padding-top: 10px
}

.page a {
	display: inline-block;
	width: 24px;
	height: 24px;
	font-size: 12px;
	color: grey;
	border: 1px solid grey;
	border-radius: 3px;
	margin: 0 2px;
	line-height: 22px
}

.page a.active,
.page a:hover {
	background: #3885e1;
	border: 1px solid #3885e1;
	color: #fff
}

.page a.fst {
	width: 73px;
	height: 24px;
	border: none;
	border-radius: 0;
	color: #333;
	text-align: left;
	padding: 0
}

.page a.fst:hover {
	color: #3885e1
}

.page a.fst:first-child {
	text-indent: 22px
}

.page a.fst:last-child {
	text-indent: 10px
}

.page a.disabled {
	background: #ccc;
	color: grey;
	border-color: #ccc
}

.zhStyle {
	padding-bottom: 25px
}

.matchInfoWrap .lfInfo {
	width: 65%;
	float: left
}

.matchInfoWrap .rfInfo {
	width: 34%;
	float: right
}

.matchInfoWrap .matchFB2 .LfFB2,
.matchInfoWrap .matchFB2 .RfFB2 {
	width: 100%;
	float: none
}

.matchInfoWrap .matchFB2 {
	margin-top: 0;
	margin-bottom: 20px
}

.zhTopic {
	background-position: top center
}

.zhTopic .zhF1 .baseLeftMsg {
	padding-top: 65px
}

.zhTopic .topBG {
	width: 100%;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	background-size: 100%
}

.zhTopic .matchSlide .topMenu a.active,
.zhTopic .matchSlide .topMenu a:hover {
	background: #0f7498
}

.zhTopic .matchSlide .topMenu a.active:after,
.zhTopic .matchSlide .topMenu a.active:before,
.zhTopic .matchSlide .topMenu a:hover:after,
.zhTopic .matchSlide .topMenu a:hover:before {
	border-bottom-color: #0f7498;
	border-top-color: #0f7498
}

.zhTopic .baseTitleLine h4 {
}

.zhTopic .baseTitleLine .navMenu li a:hover,
.zhTopic .baseTitleLine .navMenu li.active a {
	background: #0f7498
}

.zhTopic .baseTitleLine {
	border-color: #0f7498
}

.zhTopic .page {
	padding-top: 20px;
	padding-bottom: 30px
}

.zhTopic .matchFB2 .RfFB2 .mFBContent {
	background-position: center 120px
}

.zhTopic .matchFB2 .RfFB2 .mFBContentItem {
	height: auto
}

.zhTopic .matchFB2 .RfFB2 .mFBContentItemTB {
}

.zhTopic .zhF1 .rfBanner .pagination .swiper-pagination-switch {
	display: inline-block;
	background: #fff;
	opacity: 1;
	margin-left: 20px;
	width: 20px;
	height: 20px;
	position: relative;
	border-radius: 100%;
	cursor: pointer
}

.zhTopic .zhF1 .rfBanner .pagination .swiper-active-switch:before {
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: #1cc94b;
	position: absolute;
	top: 3px;
	left: 3px
}

.zhTopic .txnews .baseNewsList a {
	line-height: 24px!important
}

.zhTopic .baseTitleLine2 {
	margin-left: 0
}

.zhTopic .baseTitleLine2 h2,
.zhTopic .baseTitleLine2 h4 {
	top: 0;
	left: 0
}

.zhTopic .baseTitleLine2 .navMenu li a:hover,
.zhTopic .baseTitleLine2 .navMenu li.active a {
	background: #e63409
}

.zhTopic .baseTitleLine2 {
	border-bottom-color: #37b3ae
}

.zhTopic .listcont {
	background-position: center;
	height: 539px;
	position: relative
}

.zhTopic .listbottomwrap {
	height: 539px;
	overflow: hidden
}

.zhTopic .listable {
	padding: 0
}

.zhTopic .listable thead td {
	background: #f7f7f7
}

.zhTopic .listreadmore {
	height: 57px;
	line-height: 57px
}

.zhTopic .listreadmore {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}

.zhTopic .zhgroup {
	background: #fff;
	text-align: center;
	padding: 10px 0
}

.zhTopic .zhgroup a {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: grey;
	border-radius: 3px;
	margin: 0 7px
}

.zhTopic .zhgroup a.act,
.zhTopic .zhgroup a:hover {
	color: #fff;
	background: #3884e1
}

.zcTopic {
	background-position: top center
}

.zcTopic .zhF1 .baseLeftMsg {
	padding-top: 65px
}

.zcTopic .topBG {
	width: 394px;
	height: 72px;
	position: absolute;
	top: -11px;
	left: 0;
	background-size: 100%
}

.zcTopic .matchSlide .topMenu a.active,
.zcTopic .matchSlide .topMenu a:hover {
	background: #e63409
}

.zcTopic .matchSlide .topMenu a.active:after,
.zcTopic .matchSlide .topMenu a.active:before,
.zcTopic .matchSlide .topMenu a:hover:after,
.zcTopic .matchSlide .topMenu a:hover:before {
	border-bottom-color: #e63409;
	border-top-color: #e63409
}

.zcTopic .baseTitleLine h4 {
}

.zcTopic .baseTitleLine .navMenu li a:hover,
.zcTopic .baseTitleLine .navMenu li.active a {
	background: #e63409
}

.zcTopic .baseTitleLine {
	border-color: #ff4f15
}

.zcTopic .page {
	padding-top: 20px;
	padding-bottom: 30px
}

.zcTopic .matchFB2 .RfFB2 .mFBContent {
	background-position: center 120px
}

.zcTopic .matchFB2 .RfFB2 .mFBContentItem {
	height: auto
}

.zcTopic .matchFB2 .RfFB2 .mFBContentItemTB {
}

.zcTopic .zhF1 .rfBanner .pagination .swiper-pagination-switch {
	display: inline-block;
	background: #fff;
	opacity: 1;
	margin-left: 20px;
	width: 20px;
	height: 20px;
	position: relative;
	border-radius: 100%;
	cursor: pointer
}

.zcTopic .zhF1 .rfBanner .pagination .swiper-active-switch:before {
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: #1cc94b;
	position: absolute;
	top: 3px;
	left: 3px
}

.zcTopic .txnews .baseNewsList a {
	line-height: 24px!important
}

.zcTopic .baseTitleLine2 {
	margin-left: 0
}

.zcTopic .baseTitleLine2 h2,
.zcTopic .baseTitleLine2 h4 {

	top: 0;
	left: 0
}

.zcTopic .baseTitleLine2 .navMenu li a:hover,
.zcTopic .baseTitleLine2 .navMenu li.active a {
	/* background: #e63409 */
}

.zcTopic .baseTitleLine2 {
	border-color: #ff4f15
}

.zcTopic .listcont {
	background-position: center
}

.zcTopic .listable {
	padding: 0
}

.zcTopic .listable thead td {
	background: #f7f7f7
}

.zcTopic .listreadmore {
	height: 57px;
	line-height: 57px
}

.zcTopic {
	background-position: top center
}

.zcTopic .zhF1 .baseLeftMsg {
	padding-top: 65px
}

.zcTopic .topBG {
	width: 394px;
	height: 72px;
	position: absolute;
	top: -11px;
	left: 0;
	background-size: 100%
}

.zcTopic .matchSlide .topMenu a.active,
.zcTopic .matchSlide .topMenu a:hover {
	background: #e63409
}

.zcTopic .matchSlide .topMenu a.active:after,
.zcTopic .matchSlide .topMenu a.active:before,
.zcTopic .matchSlide .topMenu a:hover:after,
.zcTopic .matchSlide .topMenu a:hover:before {
	border-bottom-color: #e63409;
	border-top-color: #e63409
}

.zcTopic .baseTitleLine h4 {
}

.zcTopic .baseTitleLine .navMenu li a:hover,
.zcTopic .baseTitleLine .navMenu li.active a {
	background: #e63409
}

.zcTopic .baseTitleLine {
	border-color: #ff4f15
}

.zcTopic .page {
	padding-top: 20px;
	padding-bottom: 30px
}

.zcTopic .matchFB2 .RfFB2 .mFBContent {
	background-position: center 120px
}

.zcTopic .matchFB2 .RfFB2 .mFBContentItem {
	height: auto
}

.zcTopic .matchFB2 .RfFB2 .mFBContentItemTB {
}

.zcTopic .zhF1 .rfBanner .pagination .swiper-pagination-switch {
	display: inline-block;
	background: #fff;
	opacity: 1;
	margin-left: 20px;
	width: 20px;
	height: 20px;
	position: relative;
	border-radius: 100%;
	cursor: pointer
}

.zcTopic .zhF1 .rfBanner .pagination .swiper-active-switch:before {
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: #1cc94b;
	position: absolute;
	top: 3px;
	left: 3px
}

.zcTopic .txnews .baseNewsList a {
	line-height: 24px!important
}

.zcTopic .baseTitleLine2 {
	margin-left: 0
}

.zcTopic .baseTitleLine2 h2,
.zcTopic .baseTitleLine2 h4 {

	top: 0;
	left: 0
}

.zcTopic .baseTitleLine2 .navMenu li a:hover,
.zcTopic .baseTitleLine2 .navMenu li.active a {
	/* background: #e63409 */
}

.zcTopic .baseTitleLine2 {
	border-color: #ff4f15
}

.zcTopic .listcont {
	background-position: center
}

.zcTopic .listable {
	padding: 0
}

.zcTopic .listable thead td {
	background: #f7f7f7
}

.zcTopic .listreadmore {
	height: 57px;
	line-height: 57px
}

.imgnewsbottomTitle {
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	text-indent: 15px;
	background-size: auto 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%
}

.ogTopic {
	background-position: top center
}

.ogTopic .zhF1 .baseLeftMsg {
	padding-top: 65px
}

.ogTopic .topBG {
	width: 100%;
	height: 60px;

	position: absolute;
	top: 0;
	left: 0;
	background-size: 100%
}

.ogTopic .matchSlide .topMenu a.active,
.ogTopic .matchSlide .topMenu a:hover {
	background: #0f7498
}

.ogTopic .matchSlide .topMenu a.active:after,
.ogTopic .matchSlide .topMenu a.active:before,
.ogTopic .matchSlide .topMenu a:hover:after,
.ogTopic .matchSlide .topMenu a:hover:before {
	border-bottom-color: #0f7498;
	border-top-color: #0f7498
}

.ogTopic .baseTitleLine h4 {

}

.ogTopic .baseTitleLine .navMenu li a:hover,
.ogTopic .baseTitleLine .navMenu li.active a {
	background: #0f7498
}

.ogTopic .baseTitleLine {
	border-color: #0f7498
}

.ogTopic .page {
	padding-top: 20px;
	padding-bottom: 30px
}

.ogTopic .matchFB2 .RfFB2 .mFBContent {

	background-position: center 120px
}

.ogTopic .matchFB2 .RfFB2 .mFBContentItem {
	height: auto
}

.ogTopic .matchFB2 .RfFB2 .mFBContentItemTB {

}

.ogTopic .zhF1 .rfBanner .pagination .swiper-pagination-switch {
	display: inline-block;
	background: #fff;
	opacity: 1;
	margin-left: 20px;
	width: 20px;
	height: 20px;
	position: relative;
	border-radius: 100%;
	cursor: pointer
}

.ogTopic .zhF1 .rfBanner .pagination .swiper-active-switch:before {
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: #1cc94b;
	position: absolute;
	top: 3px;
	left: 3px
}

.ogTopic .txnews .baseNewsList a {
	line-height: 24px!important
}

.ogTopic .baseTitleLine2 {
	margin-left: 0
}

.ogTopic .baseTitleLine2 h2,
.ogTopic .baseTitleLine2 h4 {

	top: 0;
	left: 0
}

.ogTopic .baseTitleLine2 .navMenu li a:hover,
.ogTopic .baseTitleLine2 .navMenu li.active a {
	background: #e63409
}

.ogTopic .baseTitleLine2 {
	border-bottom-color: #37b3ae
}

.ogTopic .listcont {

	background-position: center;
	height: 539px;
	position: relative
}

.ogTopic .listbottomwrap {
	height: 539px;
	overflow: hidden
}

.ogTopic .listable {
	padding: 0
}

.ogTopic .listable thead td {
	background: #f7f7f7
}

.ogTopic .listreadmore {
	height: 57px;
	line-height: 57px
}

.ogTopic .listreadmore {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}

.ogTopic .oggroup {
	background: #fff;
	text-align: center;
	padding: 10px 0
}

.ogTopic .oggroup a {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: grey;
	border-radius: 3px;
	margin: 0 7px
}

.ogTopic .oggroup a.act,
.ogTopic .oggroup a:hover {
	color: #fff;
	background: #3884e1
}

.ycTopic {

	background-position: top center
}

.ycTopic .zhF1 .baseLeftMsg {
	padding-top: 65px
}

.ycTopic .topBG {
	width: 100%;
	height: 60px;

	position: absolute;
	top: 0;
	left: 0;
	background-size: 100%
}

.ycTopic .matchSlide .topMenu a.active,
.ycTopic .matchSlide .topMenu a:hover {
	background: #072257
}

.ycTopic .matchSlide .topMenu a.active:after,
.ycTopic .matchSlide .topMenu a.active:before,
.ycTopic .matchSlide .topMenu a:hover:after,
.ycTopic .matchSlide .topMenu a:hover:before {
	border-bottom-color: #072257;
	border-top-color: #072257
}

.ycTopic .baseTitleLine h4 {

}

.ycTopic .baseTitleLine .navMenu li a:hover,
.ycTopic .baseTitleLine .navMenu li.active a {
	background: #072257
}

.ycTopic .baseTitleLine {
	border-color: #ff4f15
}

.ycTopic .page {
	padding-top: 20px;
	padding-bottom: 30px
}

.ycTopic .matchFB2 .RfFB2 .mFBContent {

	background-position: center 120px
}

.ycTopic .matchFB2 .RfFB2 .mFBContentItem {
	height: auto
}

.ycTopic .matchFB2 .RfFB2 .mFBContentItemTB {

}

.ycTopic .zhF1 .rfBanner .pagination .swiper-pagination-switch {
	display: inline-block;
	background: #fff;
	opacity: 1;
	margin-left: 20px;
	width: 20px;
	height: 20px;
	position: relative;
	border-radius: 100%;
	cursor: pointer
}

.ycTopic .zhF1 .rfBanner .pagination .swiper-active-switch:before {
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: #1cc94b;
	position: absolute;
	top: 3px;
	left: 3px
}

.ycTopic .txnews .baseNewsList a {
	line-height: 24px!important
}

.ycTopic .baseTitleLine2 {
	margin-left: 0
}

.ycTopic .baseTitleLine2 h2,
.ycTopic .baseTitleLine2 h4 {

	top: 0;
	left: 0
}

.ycTopic .baseTitleLine2 .navMenu li a:hover,
.ycTopic .baseTitleLine2 .navMenu li.active a {
	/* background: #e63409 */
}

.ycTopic .baseTitleLine2 {
	border-color: #ff4f15
}

.ycTopic .listcont {

	background-position: center
}

.ycTopic .listable {
	padding: 0
}

.ycTopic .listable thead td {
	background: #f7f7f7
}

.ycTopic .listreadmore {
	height: 57px;
	line-height: 57px
}

.xjTopic {

	background-position: top center
}

.xjTopic .zhF1 .baseLeftMsg {
	padding-top: 65px
}

.xjTopic .topBG {
	width: 100%;
	height: 60px;

	position: absolute;
	top: 0;
	left: 0;
	background-size: 100%
}

.xjTopic .matchSlide .topMenu a.active,
.xjTopic .matchSlide .topMenu a:hover {
	background: #a01e49
}

.xjTopic .matchSlide .topMenu a.active:after,
.xjTopic .matchSlide .topMenu a.active:before,
.xjTopic .matchSlide .topMenu a:hover:after,
.xjTopic .matchSlide .topMenu a:hover:before {
	border-bottom-color: #a01e49;
	border-top-color: #a01e49
}

.xjTopic .baseTitleLine h4 {

}

.xjTopic .baseTitleLine .navMenu li a:hover,
.xjTopic .baseTitleLine .navMenu li.active a {
	background: #a01e49
}

.xjTopic .baseTitleLine {
	border-color: #ddb204
}

.xjTopic .page {
	padding-top: 20px;
	padding-bottom: 30px
}

.xjTopic .matchFB2 .RfFB2 .mFBContent {

	background-position: center 120px
}

.xjTopic .matchFB2 .RfFB2 .mFBContentItem {
	height: auto
}

.xjTopic .matchFB2 .RfFB2 .mFBContentItemTB {

}

.xjTopic .zhF1 .rfBanner .pagination .swiper-pagination-switch {
	display: inline-block;
	background: #fff;
	opacity: 1;
	margin-left: 20px;
	width: 20px;
	height: 20px;
	position: relative;
	border-radius: 100%;
	cursor: pointer
}

.xjTopic .zhF1 .rfBanner .pagination .swiper-active-switch:before {
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: #1cc94b;
	position: absolute;
	top: 3px;
	left: 3px
}

.xjTopic .txnews .baseNewsList a {
	/* line-height: 24px!important */
}

.xjTopic .baseTitleLine2 {
	margin-left: 0
}

.xjTopic .baseTitleLine2 h2,
.xjTopic .baseTitleLine2 h4 {

	top: 0;
	left: 0
}

.xjTopic .baseTitleLine2 .navMenu li a:hover,
.xjTopic .baseTitleLine2 .navMenu li.active a {
	/* background: #e63409 */
}

.xjTopic .baseTitleLine2 {
	border-color: #ddb204
}

.xjTopic .listcont {

	background-position: center
}

.xjTopic .listable {
	padding: 0
}

.xjTopic .listable thead td {
	background: #f7f7f7
}

.xjTopic .listreadmore {
	height: 57px;
	line-height: 57px
}

.djTopic {

	background-position: top center
}

.djTopic .zhF1 .baseLeftMsg {
	padding-top: 65px
}

.djTopic .topBG {
	width: 100%;
	height: 60px;

	position: absolute;
	top: 0;
	left: 0;
	background-size: 100%
}

.djTopic .matchSlide .topMenu a.active,
.djTopic .matchSlide .topMenu a:hover {
	background: #d81a0b
}

.djTopic .matchSlide .topMenu a.active:after,
.djTopic .matchSlide .topMenu a.active:before,
.djTopic .matchSlide .topMenu a:hover:after,
.djTopic .matchSlide .topMenu a:hover:before {
	border-bottom-color: #d81a0b;
	border-top-color: #d81a0b
}

.djTopic .baseTitleLine h4 {

}

.djTopic .baseTitleLine .navMenu li a:hover,
.djTopic .baseTitleLine .navMenu li.active a {
	background: #d81a0b
}

.djTopic .baseTitleLine {
	border-color: #580505
}

.djTopic .page {
	padding-top: 20px;
	padding-bottom: 30px
}

.djTopic .matchFB2 .RfFB2 .mFBContent {

	background-position: center 120px
}

.djTopic .matchFB2 .RfFB2 .mFBContentItem {
	height: auto
}

.djTopic .matchFB2 .RfFB2 .mFBContentItemTB {

}

.djTopic .zhF1 .rfBanner .pagination .swiper-pagination-switch {
	display: inline-block;
	background: #fff;
	opacity: 1;
	margin-left: 20px;
	width: 20px;
	height: 20px;
	position: relative;
	border-radius: 100%;
	cursor: pointer
}

.djTopic .zhF1 .rfBanner .pagination .swiper-active-switch:before {
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: #1cc94b;
	position: absolute;
	top: 3px;
	left: 3px
}

.djTopic .txnews .baseNewsList a {
	line-height: 24px!important
}

.djTopic .baseTitleLine2 {
	margin-left: 0
}

.djTopic .baseTitleLine2 h2,
.djTopic .baseTitleLine2 h4 {

	top: 0;
	left: 0
}

.djTopic .baseTitleLine2 .navMenu li a:hover,
.djTopic .baseTitleLine2 .navMenu li.active a {
	background: #e63409
}

.djTopic .baseTitleLine2 {
	border-color: #ff4f15
}

.djTopic .listcont {

	background-position: center
}

.djTopic .listable {
	padding: 0
}

.djTopic .listable thead td {
	background: #f7f7f7
}

.djTopic .listreadmore {
	height: 57px;
	line-height: 57px
}

.cbaTopic {
	/* background: #f2f2f2; */
	/* background-position: top center */
}

.cbaTopic .zhF1 .baseLeftMsg {
	padding-top: 65px
}

.cbaTopic .topBG {
	width: 100%;
	height: 60px;

	position: absolute;
	top: 0;
	left: 0;
	background-size: 100%
}

.cbaTopic .matchSlide .topMenu a.active,
.cbaTopic .matchSlide .topMenu a:hover {
	background: #8f2711
}

.cbaTopic .matchSlide .topMenu a.active:after,
.cbaTopic .matchSlide .topMenu a.active:before,
.cbaTopic .matchSlide .topMenu a:hover:after,
.cbaTopic .matchSlide .topMenu a:hover:before {
	border-bottom-color: #8f2711;
	border-top-color: #8f2711
}

.cbaTopic .baseTitleLine {
	border-color: #580505
}

.cbaTopic .page {
	padding-top: 20px;
	padding-bottom: 30px
}

.cbaTopic .matchFB2 .RfFB2 .mFBContentItem {
	height: auto
}

.cbaTopic .zhF1 .rfBanner .pagination .swiper-pagination-switch {
	display: inline-block;
	background: #fff;
	opacity: 1;
	margin-left: 20px;
	width: 20px;
	height: 20px;
	position: relative;
	border-radius: 100%;
	cursor: pointer
}

.cbaTopic .zhF1 .rfBanner .pagination .swiper-active-switch:before {
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: #1cc94b;
	position: absolute;
	top: 3px;
	left: 3px
}

.cbaTopic .txnews .baseNewsList a {
	line-height: 24px!important
}

.cbaTopic .baseTitleLine2 {
	margin-left: 0
}

.cbaTopic .baseTitleLine2 h2,
.cbaTopic .baseTitleLine2 h4 {

	top: 0;
	left: 0
}

.cbaTopic .baseTitleLine2 .navMenu li a:hover,
.cbaTopic .baseTitleLine2 .navMenu li.active a {
	background: #e63409
}

.cbaTopic .baseTitleLine2 {
	border-color: #c17625
}

.cbaTopic .listcont {

	background-position: center
}

.cbaTopic .listable {
	padding: 0
}

.cbaTopic .listable thead td {
	background: #f7f7f7
}

.cbaTopic .listreadmore {
	height: 57px;
	line-height: 57px
}

.nbaTopic {

	/* background-position: top center */
}

.nbaTopic .zhF1 .baseLeftMsg {
	padding-top: 60px
}

.nbaTopic .topBG {
	width: 100%;
	height: 60px;

	position: absolute;
	top: 0;
	left: 0;
	background-size: 100%
}

.nbaTopic .matchSlide .topMenu a.active,
.nbaTopic .matchSlide .topMenu a:hover {
	background: #e82c1b
}

.nbaTopic .matchSlide .topMenu a.active:after,
.nbaTopic .matchSlide .topMenu a.active:before,
.nbaTopic .matchSlide .topMenu a:hover:after,
.nbaTopic .matchSlide .topMenu a:hover:before {
	border-bottom-color: #e82c1b;
	border-top-color: #e82c1b
}

.nbaTopic .baseTitleLine {
	border-color: #580505
}

.nbaTopic .page {
	padding-top: 20px;
	padding-bottom: 30px
}

.nbaTopic .matchFB2 .RfFB2 .mFBContentItem {
	height: auto
}

.nbaTopic .zhF1 .rfBanner .pagination .swiper-pagination-switch {
	display: inline-block;
	background: #fff;
	opacity: 1;
	margin-left: 20px;
	width: 20px;
	height: 20px;
	position: relative;
	border-radius: 100%;
	cursor: pointer
}

.nbaTopic .zhF1 .rfBanner .pagination .swiper-active-switch:before {
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: #1cc94b;
	position: absolute;
	top: 3px;
	left: 3px
}

.nbaTopic .txnews .baseNewsList a {
	line-height: 24px!important
}

.nbaTopic .baseTitleLine2 {
	margin-left: 0;
	margin-right: 0;
}

.nbaTopic .baseTitleLine2 h2,
.nbaTopic .baseTitleLine2 h4 {

	top: 0;
	left: 0
}

.nbaTopic .baseTitleLine2 .navMenu li a:hover,
.nbaTopic .baseTitleLine2 .navMenu li.active a {
	/* background: #e63409; */
	background: #d43d3d;
	color: #fff;
}

.nbaTopic .baseTitleLine2 {
	border-color: #e82c1b
}

.nbaTopic .listcont {

	background-position: center
}

.nbaTopic .listable {
	padding: 0
}

.nbaTopic .listable thead td {
	background: #f7f7f7
}

.nbaTopic .listreadmore {
	height: 57px;
	line-height: 57px
}

.fjTopic {

	background-position: top center
}

.fjTopic .zhF1 .baseLeftMsg {
	padding-top: 65px
}

.fjTopic .topBG {
	width: 100%;
	height: 60px;

	position: absolute;
	top: 0;
	left: 0;
	background-size: 100%
}

.fjTopic .matchSlide .topMenu a {
	width: 75px;
	text-align: center;
	padding-left: 0;
	padding-right: 0
}

.fjTopic .matchSlide .topMenu a:after,
.fjTopic .matchSlide .topMenu a:before {
	display: none
}

.fjTopic .matchSlide .topMenu a.active,
.fjTopic .matchSlide .topMenu a:hover {

}

.fjTopic .baseTitleLine h4 {

}

.fjTopic .baseTitleLine .navMenu li a:hover,
.fjTopic .baseTitleLine .navMenu li.active a {
	background: #242487
}

.fjTopic .baseTitleLine {
	border-color: #580505
}

.fjTopic .page {
	padding-top: 20px;
	padding-bottom: 30px
}

.fjTopic .matchFB2 .RfFB2 .mFBContent {

	background-position: center 120px
}

.fjTopic .matchFB2 .RfFB2 .mFBContentItem {
	height: auto
}

.fjTopic .matchFB2 .RfFB2 .mFBContentItemTB {

}

.fjTopic .zhF1 .rfBanner .pagination .swiper-pagination-switch {
	display: inline-block;
	background: #fff;
	opacity: 1;
	margin-left: 20px;
	width: 20px;
	height: 20px;
	position: relative;
	border-radius: 100%;
	cursor: pointer
}

.fjTopic .zhF1 .rfBanner .pagination .swiper-active-switch:before {
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: #1cc94b;
	position: absolute;
	top: 3px;
	left: 3px
}

.fjTopic .txnews .baseNewsList a {
	line-height: 24px!important
}

.fjTopic .baseTitleLine2 {
	margin-left: 0
}

.fjTopic .baseTitleLine2 h2,
.fjTopic .baseTitleLine2 h4 {

	top: 0;
	left: 0
}

.fjTopic .baseTitleLine2 .navMenu li a:hover,
.fjTopic .baseTitleLine2 .navMenu li.active a {
	background: #e63409
}

.fjTopic .baseTitleLine2 {
	border-color: #ff4f15
}

.fjTopic .listcont {

	background-position: center
}

.fjTopic .listable {
	padding: 0
}

.fjTopic .listable thead td {
	background: #f7f7f7
}

.fjTopic .listreadmore {
	height: 57px;
	line-height: 57px
}

.yjTopic {

	background-position: top center
}

.yjTopic .zhF1 .baseLeftMsg {
	padding-top: 65px
}

.yjTopic .topBG {
	width: 100%;
	height: 60px;

	position: absolute;
	top: 0;
	left: 0;
	background-size: 100%
}

.yjTopic .matchSlide .topMenu a {
	width: 75px;
	text-align: center;
	padding-left: 0;
	padding-right: 0
}

.yjTopic .matchSlide .topMenu a.active,
.yjTopic .matchSlide .topMenu a:hover {
	background: #d6230c
}

.yjTopic .matchSlide .topMenu a.active:after,
.yjTopic .matchSlide .topMenu a.active:before,
.yjTopic .matchSlide .topMenu a:hover:after,
.yjTopic .matchSlide .topMenu a:hover:before {
	border-bottom-color: #d6230c;
	border-top-color: #d6230c
}

.yjTopic .baseTitleLine h4 {

}

.yjTopic .baseTitleLine .navMenu li a:hover,
.yjTopic .baseTitleLine .navMenu li.active a {
	background: #d6230c
}

.yjTopic .baseTitleLine {
	border-color: #580505
}

.yjTopic .page {
	padding-top: 20px;
	padding-bottom: 30px
}

.yjTopic .matchFB2 .RfFB2 .mFBContent {

	background-position: center 120px
}

.yjTopic .matchFB2 .RfFB2 .mFBContentItem {
	height: auto
}

.yjTopic .matchFB2 .RfFB2 .mFBContentItemTB {

}

.yjTopic .zhF1 .rfBanner .pagination .swiper-pagination-switch {
	display: inline-block;
	background: #fff;
	opacity: 1;
	margin-left: 20px;
	width: 20px;
	height: 20px;
	position: relative;
	border-radius: 100%;
	cursor: pointer
}

.yjTopic .zhF1 .rfBanner .pagination .swiper-active-switch:before {
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: #1cc94b;
	position: absolute;
	top: 3px;
	left: 3px
}

.yjTopic .txnews .baseNewsList a {
	line-height: 24px!important
}

.yjTopic .baseTitleLine2 {
	margin-left: 0
}

.yjTopic .baseTitleLine2 h2,
.yjTopic .baseTitleLine2 h4 {

	top: 0;
	left: 0
}

.yjTopic .baseTitleLine2 .navMenu li a:hover,
.yjTopic .baseTitleLine2 .navMenu li.active a {
	background: #e63409
}

.yjTopic .baseTitleLine2 {
	border-color: #ff4f15
}

.yjTopic .listcont {

	background-position: center
}

.yjTopic .listable {
	padding: 0
}

.yjTopic .listable thead td {
	background: #f7f7f7
}

.yjTopic .listreadmore {
	height: 57px;
	line-height: 57px
}
/*濞戞挸顭烽妴澶�?嚕閳ь剚鎱ㄩ敓锟�*/

.TCdataLeagueList .switchTag {
	/*width: 240px;*/
}
.dataMainContent .TCdataLeagueList .lfContent .switchTag ul{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	background-color: #ffffff;
}

.TCdataLeagueList .lfContent .switchTag .text_wholegame {
	text-align: center;
	padding: 20px 0;
	font-size: 18px;
	color: #ff3f00;
}

.TCdataLeagueList .switchTag .text_wholegame .eng_text {
	padding-top: 10px;
	font-size: 15px;
	color: #a5a5a5;
}
.TCdataLeagueList .switchItem .dataCountry .clearfixl{
	display: flex;
	justify-content: space-between;
}
.dataMainContent .TCdataLeagueList .lfContent .switchItem ul{
	flex-wrap: wrap;
}
.dataMainContent .TCdataLeagueList .lfContent .switchItem ul li{
	position: relative;
}
.dataMainContent .TCdataLeagueList .lfContent .switchItem ul li .line{
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	border-right: 1px solid #f2f2f2;
}
.dataMainContent .TCdataLeagueList .lfContent .switchItem ul >li:nth-child(4n) .line{
	border-right: none;
}


/*濞戞挸顭烽妴澶岀磼閹惧瓨灏�*/

/*tc閻犙勭〒閳昏偐鎸у☉娆戜函鐎殿喒鍋撳┑顕嗘嫹*/
#tc_game_result{
	padding-top: 30px;
}
#tc_game_result .dataLayout .lfContent{
	border: none;
	width: 100%;
}
#tc_game_result .dataLayout .lfContent .switchTag{
	width: 19.2%;
}
#tc_game_result .dataLayout .lfContent .switchItem{
	width: 80%;
}
#tc_game_result .dataLeagueList .switchTag{
	border: 1px solid #ccc;
}
#tc_game_result .dataLeagueList .switchTag ul{
	width: 100%;
}
#tc_game_result .dataLeagueList .switchTag li{
	width: 100%;
}
#tc_game_result .dataLeagueList .switchTag .title_wrapper{
	width: 100%;
	/*padding-left: 30px;*/
}

#tc_game_result .dataLeagueList .switchItem{
	border: 1px solid #cccccc;
}

#tc_game_result .dataLeagueList .switchTag .group{
	width: 100%;
	padding: 0;
	text-align: left;
}
#tc_game_result .dataLeagueList .switchTag .group_li{
	height: 30px;
	line-height: 30px;
	color: #333;
	width: 100%;
	margin: 0;
	padding-left: 95px;
	border-top: 1px solid #CCCCCC;

}
#tc_game_result .dataLeagueList .switchTag .group_li_starred{

}

#tc_game_result .dataLeagueList .switchTag ul .title_wrapper{
	width: 100%;
	height: auto;
	font-size: 15px;
	margin-bottom: 0;
	padding: 0;
	border-bottom: 1px solid #CCCCCC;
}
#tc_game_result .dataLeagueList .switchTag ul li .switchTag_title{
	height: 30px;
	line-height: 30px;
	font-size: 15px;

	background-size: 10px;
}
#tc_game_result .dataLeagueList .switchTag ul li .switchTag_title_down{

	background-size: 10px;
}
#tc_game_result .dataLeagueList .switchTag ul li .switchTag_title > div{
	padding-left: 55px;
}
#tc_game_result .dataLeagueList .switchTag ul li div{
	font-size: 15px;
}
#tc_game_result .dataLeagueList .switchTag ul li li{
	font-size: 15px;
}
#tc_game_result .dataLeagueList .switchTag ul li .group .country_game{
	height: auto;
	width: 100%;
	margin: 0;
	border-top: 1px solid #CCCCCC;
}
#tc_game_result .dataLeagueList .switchTag ul li .group .country_game .switchTag_title_sec{
	height: 30px;
	line-height: 30px;

	background-size: 12px;
}
#tc_game_result .dataLeagueList .switchTag ul li .group .country_game .switchTag_title_sec > div >img{
	vertical-align: top;
	margin: 20px 10px 0 0;
}
#tc_game_result .dataLeagueList .switchTag ul li .group .country_game .switchTag_title_sec_decrease{
	height: auto;

	background-size: 12px;
}
#tc_game_result .dataLeagueList .switchTag ul li .group .country_game .switchTag_title_sec > div{
	width: 100%;
	padding-left: 75px;
}
#tc_game_result .dataLeagueList .socer_switchTag ul li .group .country_game .switchTag_title_sec > div{
	padding-left: 85px;
}
#tc_game_result .dataLeagueList .switchTag ul li .group .country_game .country_game_sec{
	/*height: auto;*/
	/*margin: 0;*/
	height: 30px;
	line-height: 30px;
	color: #333;
	width: 100%;
	margin: 0;
	padding-left: 95px;
	border-top: 1px solid #CCCCCC;

}
#tc_game_result .dataLeagueList .switchTag ul li .group .country_game .switchTag_title_thir > div >img{
	vertical-align: top;
	margin: 20px 10px 0 0;
}

#tc_game_result .dataLeagueList .switchTag ul li .group .country_game .switchTag_title_thir{
	width: 100%;
	height: 30px;
	line-height:30px;
	border-top: 1px solid #CCCCCC;

}
#tc_game_result .dataLeagueList .switchTag ul li .group .country_game .switchTag_title_thir_decrease{

}
#tc_game_result .dataLeagueList .switchTag ul li .group .country_game .switchTag_title_thir > div{
	width: 100%;
	padding-left: 100px;
}
#tc_game_result .dataLeagueList .switchTag ul li .group .country_game .country_game_sec .country_game_thir{
	margin: 0;
	height: 30px;
	line-height: 30px;
	border-top: 1px solid #CCCCCC;
	padding-left: 100px;

}
#tc_game_result .dataLeagueList .socer_switchTag ul li .group .country_game .country_game_sec .country_game_thir:nth-child(1){
	padding-left: 135px;
}
#tc_game_result .dataLeagueList .switchTag ul li .group .country_game .country_game_sec .country_game_thir_starred{

	color: #ff3f00;
}
#tc_game_result .dataLeagueList .switchTag ul li .group .country_game .group_sec .country_game_sec_starred{

	color: #ff3f00;
}
#tc_game_result .dataLeagueList .switchTag ul li .group .country_game .country_game_sec .country_game_fou{
	margin: 0;
	height: 30px;
	line-height: 30px;
	border-top: 1px solid #CCCCCC;
	padding-left: 70px;
}

/*濞戞搩鍙冨Λ鍧楁焾閵娿儱鐎荤€殿喒鍋撳┑顕嗘嫹*/
#tc_game_result .switchItem{
	padding-bottom: 60px;
	font-size: 16px;
}
#tc_game_result .tc_title_wrapper .title_top{
	display: flex;
	align-items: center;
	margin: 20px 0;
	position: relative;
}

#tc_game_result .tc_title_wrapper .title_top .team_logo{
	margin:0 340px 0 20px;
	font-size: 24px;
}
/*#tc_game_result .tc_title_wrapper .title_top .select_season{
	width: 120px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	border: 1px solid #f2f2f2;
	margin-right: 165px;
	text-align: center;
}*/
#tc_game_result .tc_title_wrapper .title_top .select_season{
	width: 120px;
	height: auto;
	font-size: 16px;
	border: 1px solid #f2f2f2;
	margin-right: 165px;
	text-align: center;
	position: absolute;
	top: 40px;
	left: 250px;
	background-color: #ffffff;
	z-index: 50;
}
#tc_game_result .tc_title_wrapper .title_top .select_season .main_time{
	display: inline-block;
	width: 100%;
	height: 35px ;
	line-height: 35px;
	border-bottom: 1px solid #F2F2F2;
}
#tc_game_result .tc_title_wrapper .title_top .select_season .other_time{
	width: 100%;
	/*height: 200px;*/
	overflow-y: auto;
}
.other_time::-webkit-scrollbar{
	display: none;
}
.other_item::-webkit-scrollbar{
	display: none;
}
#tc_game_result .tc_title_wrapper .title_top .select_season .other_time > div{
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #F2F2F2;
}


#tc_game_result .tc_title_wrapper .title_top .hot_team li{
	float: left;
	padding: 0 5px;
	border-right: 1px solid #000000;
}
#tc_game_result .tc_title_wrapper .title_top .hot_team li:nth-child(1){
	border: none;
}
#tc_game_result .tc_title_wrapper .title_top .hot_team li:last-child{
	border: none;
}
#tc_game_result .tc_title_wrapper .title_item{
	margin: 0 20px 20px;
	border-bottom: 1px solid #f2f2f2;
}

#tc_game_result .tc_title_wrapper .title_item a{
	display: inline-block;
	width: 80px;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	text-align: center;
}
#tc_game_result .tc_title_wrapper .title_item .active{
	background-color: #F2F2F2;
}
#tc_game_result .tc_title_pos{
	position: relative;
}
#tc_game_result .tc_title_wrapper .title_team{
	display: flex;
	position: absolute;
	right: 15px;
}
#tc_game_result .tc_title_wrapper .title_team > div{
	width: 80px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #f2f2f2;
	text-align: center;
	margin-right: 10px;
}

#tc_game_result #tc_no_pad{
    border-spacing: 0 ;
}
#tc_game_result #tc_no_pad .tc_center_value{
    height: 37px;
    line-height:37px;
}
#tc_game_result .tc_center_table{
	display: table;
	font-size: 16px;
	margin: 80px 20px 0;
	background-color: #ffffff;
	border-collapse: separate;
    border-spacing: 0 20px ;
}
#tc_game_result .tc_center_table tr{
	/*display: table-row;*/
	height: 50px;
	background-color: #ffffff;
}
#tc_game_result .tc_center_table .tc_center_thead{
	height: 37px;
	padding-left: 25px;
	background-color: #f2f2f2;
}
#tc_game_result .tc_center_table .tc_center_time{
	height: 35px;
	background-color: #fffbee;
	border-spacing: 0;
}
#tc_game_result .tc_center_table .tc_center_time .td_time{
	text-align: center;
	color: #ff3f00;
}

#tc_game_result .tc_center_table .tc_left{
	text-align: left;
	text-indent: 2rem;
}
#tc_game_result .tc_center_table .tc_schedule_td1{
	width: 210px;
	padding-left: 30px;
}
#tc_game_result .tc_center_table .tc_schedule_td2{
	width: 220px;
	text-align: right;
}
#tc_game_result .tc_center_table .tc_schedule_td3{
	width: 100px;
	text-align: center;
	color: #ff3f00;
}
#tc_game_result .tc_center_table .tc_schedule_td4{
	width: 220px;
	text-align: left;
	border-right: none;
}
#tc_game_result .tc_center_table .tc_schedule_td5{
	width: 80px;
	text-align: center;
}
#tc_game_result .tc_center_table .tc_schedule_td6{
	width: 130px;
	padding-left: 20px;
}
#tc_game_result .tc_center_table .tc_center_thead .tc_schedule_td3{
	color: #000000;
}
/*濞戞搩鍙冨Λ鍧楁焾閵娿儱鐎荤紓浣规尰濞硷拷*/
/*tc閻犙勭〒閳昏偐鎸у☉娆戜函缂備焦鎸诲锟�?*/

/*tc  NBA缂佸鍨伴崹搴ｇ磼閻旀椿鍚€鐎殿喒鍋撳┑顕嗘嫹*/
#tc_game_result .whole_rank{
	padding: 0 20px;
}
#tc_game_result .whole_rank .east_rank,.west_rank{
	margin-bottom: 20px;
}
#tc_game_result .whole_rank .east_score_table{
	border-collapse: collapse;
	border: 1px solid #f2f2f2;
	margin-bottom: 30px;
}
#tc_game_result .whole_rank .east_score_table .tc_score_top{
	height: 5px;
	background-color: #808080;
}

#tc_game_result .whole_rank .east_score_table tr{
	height: 37px;
	text-align: center;
}
#tc_game_result .whole_rank .east_score_table .tc_score_top .tc_schedule_td4{
	background-color: #808080;
}
#tc_game_result .whole_rank .east_score_table .tc_score_top .tc_schedule_td5{
	background-color: #808080;
}
#tc_game_result .whole_rank .east_score_table .tc_score_top .tc_schedule_td6{
	background-color: #808080;
}
#tc_game_result .whole_rank .east_score_table .tc_score_top .tc_schedule_td12{
	background-color: #808080;
}
#tc_game_result .whole_rank .east_score_table tr .tc_schedule_td1{
	width: 55px;
}
#tc_game_result .whole_rank .east_score_table tr .tc_schedule_td2{
	width: 145px;
}
#tc_game_result .whole_rank .east_score_table tr .tc_schedule_td3{
	width: 70px;
}
#tc_game_result .whole_rank .east_score_table tr .tc_schedule_td4{
	width: 60px;
	background-color: #fdfaf4;
}
#tc_game_result .whole_rank .east_score_table tr .tc_schedule_td5{
	width: 60px;
	background-color: #fdfaf4;
}
#tc_game_result .whole_rank .east_score_table tr .tc_schedule_td6{
	width: 70px;
	background-color: #fdfaf4;
}
#tc_game_result .whole_rank .east_score_table tr .tc_schedule_td7{
	width: 70px;
}
#tc_game_result .whole_rank .east_score_table tr .tc_schedule_td8{
	width: 65px;
}
#tc_game_result .whole_rank .east_score_table tr .tc_schedule_td9{
	width: 65px;
}
#tc_game_result .whole_rank .east_score_table tr .tc_schedule_td10{
	width: 65px;
}
#tc_game_result .whole_rank .east_score_table tr .tc_schedule_td11{
	width: 65px;
}
#tc_game_result .whole_rank .east_score_table tr .tc_schedule_td12{
	width: 110px;
	background-color: #fdfaf4;
}
#tc_game_result .whole_rank .east_score_table tr .tc_schedule_td13{
	width: 75px;
}
#tc_game_result .whole_rank .east_score_table tr td .num_red{
	color: #ff3f00;
}
#tc_game_result .whole_rank .east_score_table tr td .num_orange{
	color: #ff8824;
}
#tc_game_result .whole_rank .east_score_table tr td .num_lig_orange{
	color: #f5a444;
}
/*閻犙勭☉閸╋�?*/
#tc_game_result .tc_compet_system{
	margin-top: 20px;
	padding: 0 20px;
}
#tc_game_result .tc_compet_system > p{
	margin-bottom: 10px;
}
/*缂佸鍨伴崹搴ｇ磼閻旀椿鍚€CBA鐎殿喒鍋撳┑顕嗘�?*/
#tc_game_result #whole_rank .east_score_table tr .tc_schedule_td1{
	width: 55px;
}
#tc_game_result #whole_rank .east_score_table tr .tc_schedule_td2{
	width: 145px;
}
#tc_game_result #whole_rank .east_score_table tr .tc_schedule_td3{
	width: 70px;
}
#tc_game_result #whole_rank .east_score_table tr .tc_schedule_td4{
	width: 70px;
}
#tc_game_result #whole_rank .east_score_table tr .tc_schedule_td5{
	width: 70px;
}
#tc_game_result #whole_rank .east_score_table tr .tc_schedule_td6{
	width: 75px;
}
#tc_game_result #whole_rank .east_score_table tr .tc_schedule_td7{
	width: 75px;
}
#tc_game_result #whole_rank .east_score_table tr .tc_schedule_td8{
	width: 75px;
}
#tc_game_result #whole_rank .east_score_table tr .tc_schedule_td9{
	width: 75px;
}
#tc_game_result #whole_rank .east_score_table tr .tc_schedule_td10{
	width: 100px;
}
#tc_game_result #whole_rank .east_score_table tr .tc_schedule_td11{
	width: 100px;
}
#tc_game_result #whole_rank .east_score_table tr .tc_schedule_td12{
	width: 70px;
}

#tc_game_result #whole_rank .east_score_table tr td .win_red{
	color: #ff3f00;
}
#tc_game_result #whole_rank .east_score_table tr td .lose_green{
	color: #15ab27;
}
/*缂佸鍨伴崹搴ｇ磼閻旀椿鍚€CBA缂備焦鎸诲锟�*/
/*闁艰鲸妫佺粋宀€绱掗悢娲诲悁鐎殿喒鍋撳┑顕嗘嫹*/
 .game_state{
	width: 100px;
	height: 35px;
	font-size: 16px;
	margin-right: 10px;
	border: 1px solid #f2f2f2;
	text-align: center;
	background-color: #ffffff;
	z-index: 50;
}
 .game_state .main_item{
	display: inline-block;
	width: 100%;
	height: 35px ;
	line-height: 35px;
	border-bottom: 1px solid #F2F2F2;
	background-color: #ffffff;
}
 .game_state .other_item{
	width: 100%;
	height: auto;
	overflow-y: hidden;
	background-color: #ffffff;
	z-index: 500;
}
 .game_state .other_item > div{
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #F2F2F2;
	border-left: 1px solid #F2F2F2;
	border-right: 1px solid #F2F2F2;
	background-color: #ffffff;
}
.basketball .game_state .other_item{
	height: 120px;
	overflow-y: auto;
}
.east_score_table{
	position: relative;
}

#tc_game_result #league_statistic .choose_wrapper{
	display: flex;
	justify-content: space-between;
}
#tc_game_result #league_statistic .choose_wrapper .baseRfList_bottom{
	display: flex;
	justify-content: space-between;
}
/*#tc_game_result #league_statistic .choose_wrapper .baseRfList_bottom .game_state{
	width: 100px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #f2f2f2;
	text-align: center;
	margin-right: 10px;
}*/
#tc_game_result #league_statistic .choose_wrapper .team_player{
	display: flex;
	justify-content: space-between;
}
#tc_game_result #league_statistic .choose_wrapper .team_player .team_item{
	width: 75px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #f2f2f2;
	text-align: center;
	margin-left: 20px;
}
#tc_game_result #league_statistic .choose_wrapper .team_player .team_item_active {
	background-color: #ff3f00;
	color: #FFFFFF;
}
#tc_game_result #league_statistic .east_score_table .tc_score_thead td:nth-child(1){
	background: none;
}
#tc_game_result #league_statistic .east_score_table .tc_score_thead td{

}
#tc_game_result #league_statistic .east_score_table .tc_score_thead td.td_triangle_red{
	color: #ff3f00;

}
/*#tc_game_result #league_statistic .east_score_table .tc_score_value .tc_schedule_td1{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}*/
/*#tc_game_result #league_statistic .east_score_table .tc_score_value .tc_schedule_td1 > div{
	width: 100%;
}
#tc_game_result #league_statistic .east_score_table .tc_score_value .tc_schedule_td1 > div .team_name{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}*/

#tc_game_result #league_statistic .east_score_table tr .tc_schedule_td1{
	width: 130px;
}
#tc_game_result #league_statistic .east_score_table tr .tc_schedule_td2{
	width: 55px;
}
#tc_game_result #league_statistic .east_score_table tr .tc_schedule_td3{
	width: 60px;
}
#tc_game_result #league_statistic .east_score_table tr .tc_schedule_td4{
	width: 55px;
	background-color: #FFFFFF;
}
#tc_game_result #league_statistic .east_score_table tr .tc_schedule_td5{
	width: 60px;
	background-color: #FFFFFF;
}
#tc_game_result #league_statistic .east_score_table tr .tc_schedule_td6{
	width: 55px;
	background-color: #FFFFFF;
}
#tc_game_result #league_statistic .east_score_table tr .tc_schedule_td7{
	width: 60px;
}
#tc_game_result #league_statistic .east_score_table tr .tc_schedule_td8{
	width: 55px;
}
#tc_game_result #league_statistic .east_score_table tr .tc_schedule_td9{
	width: 55px;
}
#tc_game_result #league_statistic .east_score_table tr .tc_schedule_td10{
	width: 55px;
}
#tc_game_result #league_statistic .east_score_table tr .tc_schedule_td11{
	width: 55px;
}
#tc_game_result #league_statistic .east_score_table tr .tc_schedule_td12{
	width: 55px;
	background-color: #FFFFFF;
}
#tc_game_result #league_statistic .east_score_table tr .tc_schedule_td13{
	width: 50px;
}
#tc_game_result #league_statistic .east_score_table tr .tc_schedule_td14{
	width: 50px;
}
#tc_game_result #league_statistic .east_score_table tr .tc_schedule_td15{
	width: 55px;
}
#tc_game_result #league_statistic .east_score_table tr .tc_schedule_td16{
	width: 55px;
}

#tc_game_result #league_statistic .east_score_table .tc_score_top .tc_schedule_td4{
	background-color: #808080;
}
#tc_game_result #league_statistic .east_score_table .tc_score_top .tc_schedule_td5{
	background-color: #808080;
}
#tc_game_result #league_statistic .east_score_table .tc_score_top .tc_schedule_td6{
	background-color: #808080;
}
#tc_game_result #league_statistic .east_score_table .tc_score_top .tc_schedule_td12{
	background-color: #808080;
}
/*闁艰鲸妫佺粋宀€绱掗悢娲诲悁缂備焦鎸诲锟�?*/

/*tc缂佸鍨伴崹搴ｇ磼閻旀椿鍚€缂備焦鎸诲锟�?*/
/*闁荤偛鍟村Σ锕傚礉閵�?腹鍋撴担鍝ョ；濠殿噯鎷�*/
/*鐎归潻绠掔粩锟�*/

#tc_team_introduce{
	padding-top: 30px;
}
#tc_team_introduce .team_item_wrapper .tc_hide{
	display: none;
}

#tc_team_introduce .lfContent{
	width: 80%;
	float: left;
	margin-right: 10px;
}

#tc_team_introduce #switchItem{
	width: 100%;
}

#tc_team_introduce #switchItem .player_page{
	display: flex;
	justify-content: space-between;
	min-height: 128px;
	margin: 30px 0;
}
#tc_team_introduce #switchItem .team_logo{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	font-weight: 100;
	width: 40%;
	min-height: 128px;
}
#tc_team_introduce #switchItem .team_logo .pic_wrapper{
	overflow: hidden;
	text-align: center;
}
#tc_team_introduce #switchItem .team_logo .pic_wrapper img{
	width: 100px;
	height: 100px;
}
#tc_team_introduce #switchItem .team_logo > div{
	display: inline-block;
	width: 50%;
}
#tc_team_introduce #switchItem .team_message{
	display: inline-block;
	width: 30%;
}
#tc_team_introduce #switchItem .team_message div {
	padding: 5px;
}
#tc_team_introduce .east_score_table{
	border-collapse: collapse;
	border: 1px solid #f2f2f2;
	margin-bottom: 35px;
}
#tc_team_introduce .east_score_table .tc_score_top{
	height: 5px;
	background-color: #808080;
}

#tc_team_introduce .east_score_table tr{
	height: 50px;
	text-align: center;
}
#tc_team_introduce .east_score_table .tc_score_top .tc_schedule_td4{
	background-color: #808080;
}
#tc_team_introduce .east_score_table .tc_score_top .tc_schedule_td5{
	background-color: #808080;
}
#tc_team_introduce .east_score_table .tc_score_top .tc_schedule_td6{
	background-color: #808080;
}
#tc_team_introduce .east_score_table .tc_score_top .tc_schedule_td13{
	background-color: #808080;
}
#tc_team_introduce .team_item_wrapper .title_item{
	margin: 0 10px 20px;
	border-bottom: 1px solid #f2f2f2;
}

#tc_team_introduce .team_item_wrapper .title_item a{
	display: inline-block;
	width: 80px;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	text-align: center;
}
#tc_team_introduce .team_item_wrapper .title_item .active{
	background-color: #F2F2F2;
}
/*闁荤偛鍟村Σ锔剧磼閻旀椿鍚�?*/
#tc_team_introduce .team_statistic_wrapper .title_wrapper .right .game_state{
	width: 75px;
	margin-left: 10px;
}
#tc_team_introduce .team_statistic_wrapper .title_wrapper .right .game_state .main_item{
	width: 75px;
	border-right: 1px solid #f2f2f2;
}
#tc_team_introduce #switchItem #team_statistic_wrapper .title_wrapper{
	flex-direction: row-reverse;
}
#tc_team_introduce #switchItem #team_statistic_wrapper .east_score_table .tc_score_thead .tc_schedule_td10{
	color: #000000;
}
#tc_team_introduce #switchItem #team_statistic_wrapper .east_score_table tr .tc_schedule_td1{
	width: 120px;
}
#tc_team_introduce #switchItem #team_statistic_wrapper .east_score_table tr .tc_schedule_td2{
	width: 110px;
}
#tc_team_introduce #switchItem #team_statistic_wrapper .east_score_table tr .tc_schedule_td3{
	width: 60px;
}
#tc_team_introduce #switchItem #team_statistic_wrapper .east_score_table tr .tc_schedule_td4{
	width: 70px;
}
#tc_team_introduce #switchItem #team_statistic_wrapper .east_score_table tr .tc_schedule_td5{
	width: 60px;
}
#tc_team_introduce #switchItem #team_statistic_wrapper .east_score_table tr .tc_schedule_td6{
	width: 60px;
}
#tc_team_introduce #switchItem #team_statistic_wrapper .east_score_table tr .tc_schedule_td7{
	width: 60px;
}
#tc_team_introduce #switchItem #team_statistic_wrapper .east_score_table tr .tc_schedule_td8{
	width: 60px;
}
#tc_team_introduce #switchItem #team_statistic_wrapper .east_score_table tr .tc_schedule_td9{
	width: 50px;
}
#tc_team_introduce #switchItem #team_statistic_wrapper .east_score_table tr .tc_schedule_td10{
	width: 50px;
	color: #ff3f00;
}
#tc_team_introduce #switchItem #team_statistic_wrapper .east_score_table tr .tc_schedule_td11{
	width: 50px;
}
#tc_team_introduce #switchItem #team_statistic_wrapper .east_score_table tr .tc_schedule_td12{
	width: 50px;
}
#tc_team_introduce #switchItem #team_statistic_wrapper .east_score_table tr .tc_schedule_td13{
	width: 50px;
}
#tc_team_introduce #switchItem #team_statistic_wrapper .east_score_table tr .tc_schedule_td14{
	width: 50px;
}
#tc_team_introduce #switchItem #team_statistic_wrapper .east_score_table tr .tc_schedule_td15{
	width: 50px;
}

/*闁荤偛鍟村Σ锔剧磼閻旀椿鍚�?*/
/*闁荤偛鍟村Σ锕傚礉閵�?腹鍋撻敓锟�*/
#tc_team_introduce #switchItem .socer_team_activity{
	/*padding: 0 30px 30px;*/
}
#tc_team_introduce #switchItem .socer_team_activity .team_active{
	padding-bottom: 10px;
	position: relative;
	padding: 0 30px;
	/*border-bottom: 1px solid #ccc;*/
}
#tc_team_introduce #switchItem .socer_team_activity .team_active .tc_bg_gray{
	width: 1000px;
	height: 10px;
	background-color: #F2F2F2;
	position: absolute;
	bottom: 0;
	left: -1px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#tc_team_introduce #switchItem .team_news:nth-child(1){
	margin-top: 30px;
}
#tc_team_introduce #switchItem .team_news{
	display: flex;
	/*height: 150px;*/
	margin: 20px 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #F2F2F2;
}
#tc_team_introduce #switchItem .team_news .news_pic{
	margin-right: 15px;
}
#tc_team_introduce #switchItem .team_news .news_pic > img{
	width: 100%;
	height: 100%;
}
#tc_team_introduce #switchItem .team_news .news_content{
	width: calc(100% - 250px);
	height: 100%;
}
#tc_team_introduce #switchItem .team_news .news_content .title{
	font-weight: bold;
	font-size: 22px;
}
#tc_team_introduce #switchItem .team_news .news_content .detail{
	height: calc(100% - 103px);
	font-size: 18px;
	margin: 25px 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#tc_team_introduce #switchItem .team_news .news_content .team{
	display: flex;
	justify-content: space-between;

}
/*濞戞挻鎹囬。浠嬪礌閿燂�?*/

/*#tc_team_introduce .tc_player_detail .team_cont_wrapper{
	padding: 0 20px 20px ;
}*/
#tc_team_introduce #switchItem .major_project{
	padding: 0 30px 20px;
}
#tc_team_introduce #switchItem .major_project .title{
	display: flex;
	justify-content: space-between;
	padding-bottom: 15px;
}
#tc_team_introduce #switchItem .major_project .title .more{
	margin-right: 10px;
}
#tc_team_introduce #switchItem .major_project .project_wrapper{
	display: flex;
	flex-wrap: wrap;
}
#tc_team_introduce #switchItem .major_project .project_wrapper .project_item{
	width: 25%;
	padding-right: 10px;
}
#tc_team_introduce #switchItem .major_project .project_wrapper .project_item:last-child{
	padding-right: 0;
}
#tc_team_introduce #switchItem .major_project .project_wrapper .project_item > img{
	width: 100%;
}
#tc_team_introduce #switchItem .major_project .project_wrapper .project_item > span{
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: #F2F2F2;
}
/*闁荤偛鍟村Σ锕傚礉閵�?腹鍋撻敓锟�*/

/*闁荤偛鍟村Σ锔剧不閳ь剚绂掗敓锟�?*/
#tc_team_introduce #switchItem .team_describe_wrapper{
	padding: 0 20px;
}
#tc_team_introduce #switchItem .team_describe_wrapper .team_title{
	margin-bottom: 10px;
	font-weight: bold;
}
#tc_team_introduce #switchItem .team_describe_wrapper .team_introduce{
	text-indent: 2rem;
	line-height: 30px;
}
#tc_team_introduce #switchItem .team_describe_wrapper .champion_record{
	/*height: 240px;*/
	margin-top: 30px;
}
#tc_team_introduce #switchItem .team_describe_wrapper .champion_record .title{
	height: 50px;
	line-height: 50px;
	background-color: #f2f2f2;
	text-align: center;
	margin: 30px 0 10px;
}
#tc_team_introduce #switchItem .team_describe_wrapper .champion_record .honor_title{
	width: 100%;
	font-weight: bold;
}
#tc_team_introduce #switchItem .team_describe_wrapper .champion_record .content .honor_club{
	width: 100%;
	height: auto;
	line-height: 35px;
	margin: 20px 0;
	padding: 10px 0;
	background-color: #f2f2f2;
}
#tc_team_introduce #switchItem .team_describe_wrapper .champion_record .content .honor_personal{
	width: 100%;
	height: auto;
	line-height: 35px;
	margin: 20px 0;
	padding: 10px 0;
	background-color: #f2f2f2;
}
/*闁荤偛鍟村Σ锔剧不閳ь剚绂掗敓锟�?*/
/*闁荤偛鍟村Σ锕傛⒓闂堟侗鍟�?*/

#tc_team_introduce #switchItem .team_cast_wrapper{
	padding: 10px 20px 0;
}
#tc_team_introduce #switchItem .team_cast_wrapper .title_wrapper{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
#tc_team_introduce #switchItem .team_cast_wrapper .title_wrapper .right{
	display: flex;
	justify-content: space-between;
}
#tc_team_introduce #switchItem .team_cast_wrapper .title_wrapper .baseRfList_season{
	height: 35px;
	font-size: 16px;
	border: 1px solid #f2f2f2;
	text-align: center;
	z-index: 500;
}
#tc_team_introduce #switchItem .team_cast_wrapper .title_wrapper .baseRfList_season .main_time{
	display: inline-block;
	width: 100px;
	height: 35px ;
	line-height: 35px;
}
#tc_team_introduce #switchItem .team_cast_wrapper .title_wrapper .baseRfList_season .other_time{
	width: 100%;
	height: 200px;
	overflow-y: auto;
	border-bottom: 1px solid #F2F2F2;
	border-left: 1px solid #F2F2F2;
	border-right: 1px solid #F2F2F2;
	background-color: #ffffff;
}
#tc_team_introduce #switchItem .team_cast_wrapper .title_wrapper .baseRfList_season .other_time .other_time_item{
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #F2F2F2;
}
/*#tc_team_introduce #switchItem .team_cast_wrapper .title_wrapper .game_state{
	width: 100px;
	height: auto;
	font-size: 16px;
	border: 1px solid #f2f2f2;
	text-align: center;
	background-color: #ffffff;
}
#tc_team_introduce #switchItem .team_cast_wrapper .title_wrapper .game_state .main_item{
	display: inline-block;
	width: 100%;
	height: 35px ;
	line-height: 35px;
	border-bottom: 1px solid #F2F2F2;
	background-color: #ffffff;
}
#tc_team_introduce #switchItem .team_cast_wrapper .title_wrapper .game_state .other_item{
	width: 100%;
	height: auto;
	overflow-y: auto;
}
#tc_team_introduce #switchItem .team_cast_wrapper .title_wrapper .game_state .other_item > div{
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #F2F2F2;
}*/



#tc_team_introduce #switchItem .team_cast_wrapper .east_score_table{
	position: relative;
}
#tc_team_introduce #switchItem .team_cast_wrapper .east_score_table tr .tc_schedule_td1{
	width: 160px;
}
#tc_team_introduce #switchItem .team_cast_wrapper .east_score_table tr .tc_schedule_td2{
	width: 50px;
}
#tc_team_introduce #switchItem .team_cast_wrapper .east_score_table tr .tc_schedule_td3{
	width: 50px;
}
#tc_team_introduce #switchItem .team_cast_wrapper .east_score_table tr .tc_schedule_td4{
	width: 50px;
}
#tc_team_introduce #switchItem .team_cast_wrapper .east_score_table tr .tc_schedule_td5{
	width: 50px;
}
#tc_team_introduce #switchItem .team_cast_wrapper .east_score_table tr .tc_schedule_td6{
	width: 60px;
}
#tc_team_introduce #switchItem .team_cast_wrapper .east_score_table tr .tc_schedule_td7{
	width: 70px;
}
#tc_team_introduce #switchItem .team_cast_wrapper .east_score_table tr .tc_schedule_td8{
	width: 70px;
}
#tc_team_introduce #switchItem .team_cast_wrapper .east_score_table tr .tc_schedule_td9{
	width: 70px;
}
#tc_team_introduce #switchItem .team_cast_wrapper .east_score_table tr .tc_schedule_td10{
	width: 70px;
}
#tc_team_introduce #switchItem .team_cast_wrapper .east_score_table tr .tc_schedule_td11{
	width: 70px;
}
#tc_team_introduce #switchItem .team_cast_wrapper .east_score_table tr .tc_schedule_td12{
	width: 50px;
}
#tc_team_introduce #switchItem .team_cast_wrapper .east_score_table tr .tc_schedule_td13{
	width: 50px;
}
#tc_team_introduce #switchItem .team_cast_wrapper .east_score_table tr .tc_schedule_td14{
	width: 50px;
}
#tc_team_introduce #switchItem .team_cast_wrapper .east_score_table tr .tc_schedule_td15{
	width: 50px;
}
#tc_team_introduce #switchItem .team_cast_wrapper .east_score_table tr .tc_schedule_td16{
	width: 50px;
}
#tc_team_introduce .dataLeagueList .tc_player{
	width: 19.2%;
	float: left;
}
#tc_team_introduce .dataLeagueList .tc_player .baseRfList{
	width: 100%;
	padding: 20px 0 10px 10px;
}
#tc_team_introduce .dataLeagueList .tc_player .baseRfList .title{
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
}
#tc_team_introduce .dataLeagueList .tc_player .baseRfList .pos_item{
	margin-bottom: 30px;
}
#tc_team_introduce .dataLeagueList .tc_player .baseRfList .pos_item > div{
	margin-bottom: 30px;
}
#tc_team_introduce .dataLeagueList .tc_player .baseRfList .pos_item ul li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
#tc_team_introduce .dataLeagueList .tc_player .baseRfList .pos_item ul li img{
	margin: 0 10px;
}

/*闁荤偛鍟村Σ锕傚礉閵�?腹鍋撴担铏规尝闁哄鎷�*/
/*闁荤偛鍟幉宕囨嫚閿旇棄鍓扮€殿喒鍋撳┑顕嗘�?*/
/*闁荤偛鍟幉鎶藉极閻楀牆绁�?*/
#tc_team_introduce .tc_player_detail .team_describe_wrapper .champion_record .content{
	text-indent: 2rem;
	line-height: 30px;
}
#tc_team_introduce #switchItem .player_page{
	/*margin-right: 100px;*/
	font-weight: 100;
}


#tc_team_introduce #switchItem .team_cast_wrapper .game_type .title{
	height: 50px;
	line-height: 50px;
	color: #FF3F00;
	text-align: center;
	background-color: #fffbee;
}

#tc_team_introduce #switchItem .team_cast_wrapper .game_type .east_score_table .tc_schedule_td1{
	width: 130px;
}
#tc_team_introduce #switchItem .team_cast_wrapper .game_type .east_score_table .tc_schedule_td2{
	width: 95px;
	/*overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
}
#tc_team_introduce #switchItem .team_cast_wrapper .game_type .east_score_table .tc_schedule_td6{
	width: 80px;
}

#tc_team_introduce .tc_player_detail .player_statistic .tc_center_table .tc_schedule_td0{
	width: 100px;
}
#tc_team_introduce .tc_player_detail .player_statistic .tc_center_table .tc_schedule_td1{
	width: 145px;
}
#tc_team_introduce .tc_player_detail .player_statistic .tc_center_table .tc_schedule_td2{
	width: 130px;
}
#tc_team_introduce .tc_player_detail .player_statistic .tc_center_table .tc_schedule_td3{
	width: 60px;
}
#tc_team_introduce .tc_player_detail .player_statistic .tc_center_table .tc_schedule_td4{
	width: 130px;
}
#tc_team_introduce .tc_player_detail .player_statistic .tc_center_table .tc_schedule_td5{
	width: 60px;
}
#tc_team_introduce .tc_player_detail .player_statistic .tc_center_table .tc_schedule_td6{
	width: 60px;
}
#tc_team_introduce .tc_player_detail .player_statistic .tc_center_table .tc_schedule_td7{
	width: 60px;
}
#tc_team_introduce .tc_player_detail .player_statistic .tc_center_table .tc_schedule_td8{
	width: 60px;
}
#tc_team_introduce .tc_player_detail .player_statistic .tc_center_table .tc_schedule_td9{
	width: 60px;
}
#tc_team_introduce .tc_player_detail .player_statistic .tc_center_table .tc_schedule_td10{
	width: 95px;
}
/*闁荤偛鍟幉宕囨嫚閿旇棄鍓扮紓浣规尰濞硷�?*/

/*閻℃帒纾幃鍡樸亜闂堟稓纾诲┑顕嗘嫹*/
#tc_team_introduce #switchItem .team_describe_wrapper{
	padding-bottom: 80px;
}
#tc_team_introduce #switchItem .team_describe_wrapper .content_wrapper{
	margin-bottom: 20px;
}
#tc_team_introduce #switchItem .team_describe_wrapper .content_wrapper .team_honor{
	text-indent: 2rem;
	background-color: #f2f2f2;
	line-height: 30px;
	padding: 15px 0 60px;
}
#tc_team_introduce #switchItem .team_describe_wrapper .content_wrapper .title{
	font-weight: bold;
	margin-bottom: 10px;
}
#tc_team_introduce #switchItem .team_item_wrapper .socer_team_detail .east_score_table .tc_score_thead .tc_schedule_td2{
	text-align: center;
}

#tc_team_introduce #switchItem .team_item_wrapper .socer_team_detail .east_score_table .tc_schedule_td1{
	width: 80px;
}
#tc_team_introduce #switchItem .team_item_wrapper .socer_team_detail .east_score_table .tc_schedule_td2{
	width: 240px;
	text-align: left;
	padding-left:10px;
}
#tc_team_introduce #switchItem .team_item_wrapper .socer_team_detail .east_score_table .tc_schedule_td3{
	width: 120px;
}
#tc_team_introduce #switchItem .team_item_wrapper .socer_team_detail .east_score_table .tc_schedule_td4{
	width: 80px;
}
#tc_team_introduce #switchItem .team_item_wrapper .socer_team_detail .east_score_table .tc_schedule_td5{
	width: 80px;
}
#tc_team_introduce #switchItem .team_item_wrapper .socer_team_detail .east_score_table .tc_schedule_td6{
	width: 80px;
}
#tc_team_introduce #switchItem .team_item_wrapper .socer_team_detail .east_score_table .tc_schedule_td7{
	width: 100px;
}
#tc_team_introduce #switchItem .team_item_wrapper .socer_team_detail .east_score_table .tc_schedule_td8{
	width: 70px;
}
#tc_team_introduce #switchItem .team_item_wrapper .socer_team_detail .east_score_table .tc_schedule_td9{
	width: 70px;
}
#tc_team_introduce #switchItem .team_item_wrapper .socer_team_detail .east_score_table .tc_schedule_td10{
	width: 70px;
}
#tc_team_introduce #switchItem .team_item_wrapper .socer_team_detail .east_score_table .tc_schedule_td11{
	width: 70px;
}
/*闁荤偛鍟村Σ锕傚极閻楀牆绁�?*/
#tc_team_introduce .team_statistic_wrapper .title_wrapper{
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
}
#tc_team_introduce .team_statistic_wrapper .title_wrapper .left{
	display: flex;
	justify-content: space-between;
}
#tc_team_introduce .team_statistic_wrapper .title_wrapper .right{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#tc_team_introduce .team_statistic_wrapper .title_wrapper .game_state{
	width: 100px;
	height: 35px;
	font-size: 16px;
	margin-right: 10px;
	border: 1px solid #f2f2f2;
	text-align: center;
	background-color: #ffffff;
	z-index: 50;
}
#tc_team_introduce .team_statistic_wrapper .title_wrapper .game_state .main_item{
	display: inline-block;
	width: 100%;
	height: 35px ;
	line-height: 35px;
	border-bottom: 1px solid #F2F2F2;
	background-color: #ffffff;
}
#tc_team_introduce .team_statistic_wrapper .title_wrapper .game_state .other_item{
	width: 100%;
	height: auto;
	overflow-y: hidden;
	background-color: #ffffff;
	z-index: 500;
}
#tc_team_introduce #socer .title_wrapper .game_state .other_item{
	height: 120px;
	overflow-y: auto;
}
#tc_team_introduce .team_statistic_wrapper .title_wrapper .game_state .other_item > div{
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #F2F2F2;
	border-left: 1px solid #F2F2F2;
	border-right: 1px solid #F2F2F2;
	/* background-color: #ffffff; */
}
#tc_team_introduce .team_statistic_wrapper .title_wrapper .left .game_time{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
#tc_team_introduce .team_statistic_wrapper .title_wrapper .left .game_time > div{
	width: 100px;
	height: 35px;
	line-height: 35px;
	margin-left: 10px;
}

#tc_team_introduce .team_statistic_wrapper .title_wrapper .left .game_time > div.active{
	background-color: #ff3f00;
	color: #FFFFFF;
}
/*#tc_team_introduce .team_statistic_wrapper .title_wrapper .right .game_state{
	width: 75px;
	margin: 0 5px;
}*/
#tc_team_introduce .team_statistic_wrapper .first_part{
	padding: 0 20px;
}

#tc_team_introduce .team_statistic_wrapper .first_part .tc_center_table{
	border-collapse: collapse;
	border: 1px solid #F2F2F2;
	margin: 10px 0 25px;
}
#tc_team_introduce .team_statistic_wrapper .first_part > div{
	padding: 0 15px 30px;
}



#tc_team_introduce .team_statistic_wrapper .first_part .tc_center_table tr{
	height: 45px;
	text-align: center;
}
#tc_team_introduce .team_statistic_wrapper .first_part .tc_center_table .tc_score_top{
	height: 5px;
	background-color: #808080;
}
#tc_team_introduce .team_statistic_wrapper .first_part .tc_center_table .tc_score_top .tc_schedule_td4{
	background-color: #808080;
}
#tc_team_introduce .team_statistic_wrapper .first_part .tc_center_table .tc_score_top .tc_schedule_td5{
	background-color: #808080;
}
#tc_team_introduce .team_statistic_wrapper .first_part .tc_center_table .tc_score_top .tc_schedule_td6{
	background-color: #808080;
}
#tc_team_introduce .team_statistic_wrapper .first_part .tc_center_table .tc_score_top .tc_schedule_td13{
	background-color: #808080;
}

#tc_team_introduce .team_statistic_wrapper .tc_center_table .tc_center_thead .tc_schedule_td3{
	color: #000000;
}

#tc_team_introduce .team_statistic_wrapper .tc_center_table .tc_schedule_td0{
	width: 95px;
	text-align: center;
}
#tc_team_introduce .team_statistic_wrapper .tc_center_table .tc_schedule_td1{
	width: 160px;
	padding-left: 0;
	text-align: center;
}
#tc_team_introduce .team_statistic_wrapper .tc_center_table .tc_schedule_td2{
	width: 200px;
}
#tc_team_introduce .team_statistic_wrapper .tc_center_table .tc_schedule_td3{
	width: 90px;
	color: #ff3f00;
}
#tc_team_introduce .team_statistic_wrapper .tc_center_table .tc_schedule_td4{
	width: 220px;
}
#tc_team_introduce .team_statistic_wrapper .tc_center_table .tc_schedule_td5{
	width: 95px;
}
#tc_team_introduce .team_statistic_wrapper .tc_center_table .tc_schedule_td6{
	width: 90px;
}
#tc_team_introduce .team_statistic_wrapper .game_wrapper .second_part .top_wrapper{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
/*{
	width: 100px;
	height: auto;
	font-size: 16px;
	border: 1px solid #f2f2f2;
	text-align: center;
}
#tc_team_introduce .team_statistic_wrapper .game_wrapper .second_part .game_state:nth-child(2){
	width: 160px;
}
{
	display: inline-block;
	width: 100%;
	height: 35px ;
	line-height: 35px;
	border-bottom: 1px solid #F2F2F2;
}
{
	width: 100%;
	height: auto;
	overflow-y: auto;
}
{
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #F2F2F2;
}*/
#tc_team_introduce .team_statistic_wrapper .game_wrapper .second_part .game_state{
	width: 100px;
	height: 35px;
	font-size: 16px;
	margin-right: 10px;
	border: 1px solid #f2f2f2;
	text-align: center;
	background-color: #ffffff;
	z-index: 50;
}
#tc_team_introduce .team_statistic_wrapper .game_wrapper .second_part .game_state:nth-child(2){
	width: 140px;
}
#tc_team_introduce .team_statistic_wrapper .game_wrapper .second_part .game_state .main_item{
	display: inline-block;
	width: 100%;
	height: 35px ;
	line-height: 35px;
	border-bottom: 1px solid #F2F2F2;
	background-color: #ffffff;
}
#tc_team_introduce .team_statistic_wrapper .game_wrapper .second_part .game_state .other_item{
	width: 100%;
	height: 180px;
	overflow-y: auto;
	background-color: #ffffff;
	z-index: 500;
}
#tc_team_introduce .team_statistic_wrapper .game_wrapper .second_part .game_state .s_item{
	height: auto;
}
#tc_team_introduce .team_statistic_wrapper .game_wrapper .second_part .game_state .other_item > div{
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #F2F2F2;
	border-left: 1px solid #F2F2F2;
	border-right: 1px solid #F2F2F2;
	background-color: #ffffff;
}
#tc_team_introduce .team_statistic_wrapper .second_part{
	padding: 0px 15px;
}
#tc_team_introduce .team_statistic_wrapper .second_part .east_score_table .tc_schedule_td1{
	width: 120px;
}
#tc_team_introduce .team_statistic_wrapper .second_part .east_score_table .tc_schedule_td2{
	width: 70px;
}

#tc_team_introduce .team_statistic_wrapper .second_part .east_score_table .tc_schedule_td3{
	width: 60px;
}
#tc_team_introduce .team_statistic_wrapper .second_part .east_score_table .tc_schedule_td4{
	width: 60px;
}
#tc_team_introduce .team_statistic_wrapper .second_part .east_score_table .tc_schedule_td5{
	width: 60px;
}
#tc_team_introduce .team_statistic_wrapper .second_part .east_score_table .tc_schedule_td6{
	width: 60px;
}
#tc_team_introduce .team_statistic_wrapper .second_part .east_score_table .tc_schedule_td7{
	width: 60px;
}
#tc_team_introduce .team_statistic_wrapper .second_part .east_score_table .tc_schedule_td8{
	width: 60px;
}
#tc_team_introduce .team_statistic_wrapper .second_part .east_score_table .tc_schedule_td9{
	width: 60px;
}
#tc_team_introduce .team_statistic_wrapper .second_part .east_score_table .tc_schedule_td10{
	width: 60px;
}
#tc_team_introduce .team_statistic_wrapper .second_part .east_score_table .tc_schedule_td11{
	width: 60px;
}

#tc_team_introduce .team_statistic_wrapper .second_part .east_score_table .tc_schedule_td12{
	width: 60px;
}
#tc_team_introduce .team_statistic_wrapper .second_part .east_score_table .tc_schedule_td13{
	width: 60px;
}
#tc_team_introduce .team_statistic_wrapper .second_part .east_score_table .tc_schedule_td14{
	width: 70px;
}
#tc_team_introduce .team_statistic_wrapper .second_part .east_score_table .tc_schedule_td15{
	width: 70px;
}
#tc_team_introduce .team_statistic_wrapper .second_part .east_score_table .tc_score_value .tc_schedule_td14{
	color: #FF3F00;
}
#tc_team_introduce .team_statistic_wrapper .third_part{
	padding: 0px 15px;
}
#tc_team_introduce .team_statistic_wrapper .third_part .east_score_table{
	display: table;
	/*border-collapse: separate;*/
    border-spacing: 0 10px;
}
#tc_team_introduce .team_statistic_wrapper .third_part .east_score_table .tc_score_value td{
	height: 70px;
}
#tc_team_introduce .team_statistic_wrapper .third_part .east_score_table .tc_score_top td{
	width: 100px;
}
#tc_team_introduce .team_statistic_wrapper .third_part .east_score_table .tc_score_thead td{
	width: 90px;
}
#tc_team_introduce .team_statistic_wrapper .third_part .east_score_table .tc_score_value td{
	width: 90px;
}

/*閻忓繐瀚晶�?冾潡濠婂啰纾诲┑顕嗘�?*/
#tc_game_result #whole_rank .top_title{
	margin-bottom: 20px
}
#tc_game_result #whole_rank .tc_socer_player .tc_score_thead .tc_schedule_td2{
	text-align: center;
}
#tc_game_result #whole_rank .tc_socer_player .tc_score_thead td{
	background-color: #ffffff;
}
#tc_game_result #whole_rank .tc_socer_player .tc_score_value td{
	/*background-color: #ffffff;*/
}
#tc_game_result #whole_rank .tc_socer_player tr .tc_schedule_td1{
	width: 90px;
}
#tc_game_result #whole_rank .tc_socer_player tr .tc_schedule_td2{
	width: 260px;
	text-align: left;
	padding-left: 30px;
}
#tc_game_result #whole_rank .tc_socer_player tr .tc_schedule_td3{
	width: 210px;
}
#tc_game_result #whole_rank .tc_socer_player tr .tc_schedule_td4{
	width: 170px;
}
#tc_game_result #whole_rank .tc_socer_player tr .tc_schedule_td5{
	width: 125px;
}
#tc_game_result #whole_rank .tc_socer_player tr .tc_schedule_td6{
	width: 105px;
}

#tc_game_result #whole_rank .tc_socer_player .tc_score_thead .tc_schedule_td2{
	text-align: center;
}
/*閻忓繐瀚晶�?冾潡濠婂懐娉㈤柡澶涙�?*/
/*缂佸鍨伴崹搴☆潡濠婂啰纾诲┑顕嗘嫹*/
#tc_game_result #whole_rank #tc_socer_player tr .bg_red{
	width: 23px;
	height: 23px;
	line-height: 21px;
	background-color: #ff3f00;
	color: #FFFFFF;
	margin: 0 auto;
	border-radius: 11.5px;
}
#tc_game_result #whole_rank #tc_socer_player tr .bg_blue{
	width: 23px;
	height: 23px;
	line-height: 21px;
	background-color: #009bdc;
	color: #FFFFFF;
	margin: 0 auto;
	border-radius: 11.5px;
}
#tc_game_result #whole_rank #tc_socer_player tr .bg_gray{
	width: 23px;
	height: 23px;
	line-height: 21px;
	background-color: #808080;
	color: #FFFFFF;
	margin: 0 auto;
	border-radius: 11.5px;
}
#tc_game_result #whole_rank #tc_socer_player tr .tc_schedule_td1{
	width: 70px;
}
#tc_game_result #whole_rank #tc_socer_player tr .tc_schedule_td2{
	width: 200px;
	/*text-align: left;
	padding-left: 30px;*/
}
#tc_game_result #whole_rank #tc_socer_player tr .tc_schedule_td3{
	width: 70px;
}
#tc_game_result #whole_rank #tc_socer_player tr .tc_schedule_td4{
	width: 50px;
}
#tc_game_result #whole_rank #tc_socer_player tr .tc_schedule_td5{
	width: 50px;
}
#tc_game_result #whole_rank #tc_socer_player tr .tc_schedule_td6{
	width: 50px;
}
#tc_game_result #whole_rank #tc_socer_player tr .tc_schedule_td7{
	width: 60px;
}
#tc_game_result #whole_rank #tc_socer_player tr .tc_schedule_td8{
	width: 60px;
}
#tc_game_result #whole_rank #tc_socer_player tr .tc_schedule_td69{
	width: 80px;
}
#tc_game_result #whole_rank #tc_socer_player tr .tc_schedule_td10{
	width: 100px;
}
#tc_game_result #whole_rank #tc_socer_player tr .tc_schedule_td11{
	width: 100px;
}
#tc_game_result #whole_rank #tc_socer_player tr .tc_schedule_td12{
	width: 60px;
}
#tc_game_result .switchItem #whole_rank .score_top_title{
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
#tc_game_result .switchItem #whole_rank .bottom_title{
	display: flex;
	justify-content: space-between;
	width: 340px;
	margin: 0 auto 30px;
}
#tc_game_result .switchItem #whole_rank .bottom_title > div >img{
	margin: -2px 10px 0 0;
}
#tc_game_result .switchItem #whole_rank .text_content{
	line-height: 30px;
	color: #808080;
}

#tc_game_result .switchItem #whole_rank .text_content p{
	text-indent: 3rem;
}
/*缂佸鍨伴崹搴☆潡濠婂懐娉㈤柡澶涙嫹*/
/*闁艰鲸妫佺粋宀€绱掗悢娲诲悁鐎殿喒鍋撳┑顕嗘嫹*/
/*閺夆晜绋撻幃鍡欑磼閻旀椿鍚�?*/
#tc_game_result #whole_rank .socer_goal .tc_score_thead td{
	background-color: #ffffff;
	height: 37px;
}
#tc_game_result #whole_rank .socer_goal .tc_score_value td{
	background-color: #ffffff;
	height: 37px;
}
#tc_game_result #whole_rank .socer_goal tr .tc_schedule_td1{
	width: 180px;
}
#tc_game_result #whole_rank .socer_goal tr .tc_schedule_td2{
	width: 135px;
}
#tc_game_result #whole_rank .socer_goal tr .tc_schedule_td3{
	width: 135px;
}
#tc_game_result #whole_rank .socer_goal tr .tc_schedule_td4{
	width: 135px;
}
#tc_game_result #whole_rank .socer_goal tr .tc_schedule_td5{
	width: 135px;
}
#tc_game_result #whole_rank .socer_goal tr .tc_schedule_td6{
	width: 135px;
}
#tc_game_result #whole_rank .socer_goal tr .tc_schedule_td7{
	width: 105px;
}
/*闁告锕ら崣蹇涘捶妤﹀灝鍔忛悹鎰舵�?*/

#tc_game_result #whole_rank .socer_half_goal .tc_score_thead td{
	background-color: #ffffff;
	height: 37px;
}
#tc_game_result #whole_rank .socer_half_goal .tc_score_value td{
	background-color: #ffffff;
	height: 37px;
}
#tc_game_result #whole_rank .socer_half_goal tr .tc_schedule_td1{
	width: 180px;
}
#tc_game_result #whole_rank .socer_half_goal tr .tc_schedule_td2{
	width: 90px;
}
#tc_game_result #whole_rank .socer_half_goal tr .tc_schedule_td3{
	width: 65px;
}
#tc_game_result #whole_rank .socer_half_goal tr .tc_schedule_td4{
	width: 65px;
}
#tc_game_result #whole_rank .socer_half_goal tr .tc_schedule_td5{
	width: 65px;
}
#tc_game_result #whole_rank .socer_half_goal tr .tc_schedule_td6{
	width: 55px;
}
#tc_game_result #whole_rank .socer_half_goal tr .tc_schedule_td7{
	width: 65px;
}
#tc_game_result #whole_rank .socer_half_goal tr .tc_schedule_td8{
	width: 65px;
}
#tc_game_result #whole_rank .socer_half_goal tr .tc_schedule_td9{
	width: 65px;
}
#tc_game_result #whole_rank .socer_half_goal tr .tc_schedule_td10{
	width: 55px;
}
#tc_game_result #whole_rank .socer_half_goal tr .tc_schedule_td11{
	width: 65px;
}
#tc_game_result #whole_rank .socer_half_goal tr .tc_schedule_td12{
	width: 65px;
}
#tc_game_result #whole_rank .socer_half_goal tr .tc_schedule_td13{
	width: 65px;
}
/*濞戞挸锕ｇ粭鍛村础婵犲倹绨氶弶鈺傜〒閹棛绱掗悢娲诲悁*/
#tc_game_result #whole_rank .up_down_goal .tc_score_value td{
	border: 1px solid #F2F2F2;
}
#tc_game_result #whole_rank .up_down_goal .tc_score_thead .tc_schedule_td1,.tc_schedule_td4,.tc_schedule_td7{
	border-right: 1px solid #F2F2F2;
}

#tc_game_result #whole_rank .up_down_goal .tc_score_thead td{
	background-color: #ffffff;
	height: 50px;
}
#tc_game_result #whole_rank .up_down_goal .tc_score_value td{
	background-color: #ffffff;
	height: 50px;
}
#tc_game_result #whole_rank .up_down_goal .tc_score_title td{
	height: 72px;
}
#tc_game_result #whole_rank .up_down_goal tr .tc_schedule_td1{
	width: 180px;
}
#tc_game_result #whole_rank .up_down_goal tr .tc_schedule_td2{
	width: 86px;
}
#tc_game_result #whole_rank .up_down_goal tr .tc_schedule_td3{
	width: 86px;
	border-left: none;
	border-right: none;
}
#tc_game_result #whole_rank .up_down_goal tr .tc_schedule_td4{
	width: 86px;
}
#tc_game_result #whole_rank .up_down_goal tr .tc_schedule_td5{
	width: 86px;
}
#tc_game_result #whole_rank .up_down_goal tr .tc_schedule_td6{
	width: 86px;
}
#tc_game_result #whole_rank .up_down_goal tr .tc_schedule_td7{
	width: 86px;
}
#tc_game_result #whole_rank .up_down_goal tr .tc_schedule_td8{
	width: 86px;
}
#tc_game_result #whole_rank .up_down_goal tr .tc_schedule_td9{
	width: 86px;
}
 #whole_rank .up_down_goal tr .tc_schedule_td10{
	width: 86px;
}
/*缂佸鍨伴崹搴☆潡濠婂懐娉㈤柡澶涙嫹*/
/*閻犙勭〒閳昏偐鎸у☉娆戜函鐎殿喒鍋撳┑顕嗘嫹*/
/*缂佹鍏涚粩鎾焾閵娿儱鐎�*/
#tc_game_result .switchItem .title_date{
	margin-top: 20px;
	padding: 0 20px;
	font-size: 0;
}
#tc_game_result .switchItem .title_date .title{
	font-size: 16px;
	margin-bottom: 15px
}
#tc_game_result .switchItem .title_date .date_num span{
	display: inline-block;
	width: 56px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	background-color: #F2F2F2;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}#tc_game_result .switchItem .title_date .date_num .date_choose{
	background-color: #ff3f00;
	color: #FFFFFF;
}
#tc_game_result .switchItem .title_date .date_num .no_arrive{
	background-color: #FFFFFF;
	border-right: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
}

#tc_game_result .switchItem .socer_game_result{
	margin-top: 20px;
	border-spacing: 0;
	border: 1px solid #F2F2F2;
	border-collapse: collapse;
}
#tc_game_result .switchItem .socer_game_result .tc_center_thead{
	height: 37px;
	background-color: #FFFFFF;
}
#tc_game_result .switchItem .socer_game_result tr td{
	text-align: center;
}
#tc_game_result .switchItem .socer_game_result tr .tc_schedule_td0{
	width: 95px;
}
#tc_game_result .switchItem .socer_game_result tr .tc_schedule_td1{
	width: 165px;
	padding-left: 0;
}
#tc_game_result .switchItem .socer_game_result tr .tc_schedule_td4{
	border-right:none;
}
#tc_game_result .switchItem .socer_game_result .tc_center_top{
	height: 5px;
	background-color: #808080
}
/*缂佹鍏涚花鈺呮焾閵娿儱鐎�*/
#tc_game_result .switchItem .second_part .score_game_data{
	margin-top: 0px;
	border: 1px solid #F2F2F2;
	border-collapse: collapse;
	border-spacing: 0px;
}
#tc_game_result .switchItem .second_part .score_game_data .tc_score_data td{
	/*border: 1px solid #F2F2F2;*/
}
#tc_game_result .switchItem .second_part .title{
	height: 50px;
	line-height: 50px;
	text-indent: 2rem;
	margin: 20px 20px 0;
	background-color: #F2F2F2;
}
#tc_game_result .switchItem .second_part .score_game_data tr th,td{
	text-align: center;
}
#tc_game_result .switchItem .second_part .tc_center_data{
	height: 58px;
	background-color: #FFFFFF;
}
#tc_game_result .switchItem .second_part .score_game_data .tc_score_data{
	height: 58px;
	color: #ff3f00;
}
#tc_game_result .switchItem .score_game_data .tc_schedule_td0 .game_total{
	color: #ff3f00;
	font-size: 22px;
}
#tc_game_result .switchItem .score_game_data .tc_schedule_td0{
	width: 210px;
	font-weight: 100;
}
#tc_game_result .switchItem .score_game_data .tc_schedule_td1{
	width: 125px;
	padding-left:0;
}
#tc_game_result .switchItem .score_game_data .tc_schedule_td2{
	width: 125px;
	text-align: center;
}
#tc_game_result .switchItem .score_game_data .tc_schedule_td3{
	width: 125px;
}
#tc_game_result .switchItem .score_game_data .tc_schedule_td4{
	width: 125px;
	text-align: center;
}
#tc_game_result .switchItem .score_game_data .tc_schedule_td5{
	width: 125px;
}
#tc_game_result .switchItem .score_game_data .tc_schedule_td6{
	width: 125px;
}
/*缂佹鍏涚粭渚€鏌堥妸銉ョ€�?*/

#tc_game_result .switchItem .third_part .title{
	margin: 20px 0 30px;
	padding: 0 20px;
}
#tc_game_result .switchItem .third_part .max_game_title{
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	height:50px;
	line-height: 50px;
}
#tc_game_result .switchItem .third_part .max_game_title > div{
	flex: 1;
	text-align: center;
	background-color: #f2f2f2;
}

#tc_game_result .switchItem .third_part .max_game_team{
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	margin: 25px 0 40px;
	text-align: center;
}
#tc_game_result .switchItem .third_part .max_game_team .team_detail_wrapper{
	flex: 1;
}
#tc_game_result .switchItem .third_part .max_game_team .team_detail_wrapper .team_detail{
	width: 190px;
	margin: 0 auto;
}
#tc_game_result .switchItem .third_part .max_game_team .team_detail .top_cont{
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px
}
#tc_game_result .switchItem .third_part .max_game_team .team_detail .top_cont .team_name{
	text-align: left;
}
#tc_game_result .switchItem .third_part .score_game_max{
	margin: 0 20px 0 16px;
}
#tc_game_result .switchItem .third_part .score_game_max .tc_center_thead{
	color: #f2f2f2;
	height:37px;
}
#tc_game_result .switchItem .third_part .score_game_max .tc_center_thead{
	background-color: #f2f2f2;
	height:37px;
	color: #000000;
}
#tc_game_result .switchItem .third_part .score_game_max{
	border: 1px solid #f2f2f2;
}
#tc_game_result .switchItem .third_part .score_game_max .tc_score_value {
	border: 1px solid #f2f2f2;
}
#tc_game_result .switchItem .third_part .score_game_max .tc_center_thead .tc_schedule_td1{
	width: 480px;
	text-align: center;
	padding-left: 0;
	font-weight: 100;
}
#tc_game_result .switchItem .third_part .score_game_max .tc_center_thead .tc_schedule_td2{
	width: 480px;
	text-align: center;
	padding-left: 0;
	font-weight: 100;
}
#tc_game_result .switchItem .third_part .score_game_max .tc_center_value{
	height: 37px;
}
#tc_game_result .switchItem .third_part .score_game_max .tc_score_value .tc_schedule_td1{
	width: 100px;
}
#tc_game_result .switchItem .third_part .score_game_max .tc_score_value .tc_schedule_td2{
	width: 280px;
	color: #FF3F00;
}
#tc_game_result .switchItem .third_part .score_game_max .tc_score_value .tc_schedule_td3{
	width: 100px;
	border-right: 1px solid #f2f2f2;
}
#tc_game_result .switchItem .third_part .score_game_max .tc_score_value .tc_schedule_td4{
	width: 100px;
}
#tc_game_result .switchItem .third_part .score_game_max .tc_score_value .tc_schedule_td5{
	width: 280px;
	color: #FF3F00;
}
#tc_game_result .switchItem .third_part .score_game_max .tc_score_value .tc_schedule_td6{
	width: 100px;
}

/*閻犙勭〒閳昏偐鎸у☉娆戜函缂備焦鎸诲锟�?*/
/*婵炲柌鍐ㄦ殕闁哄鎷�-闁告娲橀鐓庮嚕閳ь剚鎱ㄩ敓锟�?*/
#tc_game_result .switchItem .title_menu{
	padding: 10px 20px 0;
}
#tc_game_result .switchItem .title_menu .game_type{
	width: 700px;
}
#tc_game_result .switchItem .title_menu .game_type span{
	display: inline-block;
	width: 135px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #cccccc;
	border-radius: 17.5px;
	color: #cccccc;
	text-align: center;
	margin-bottom: 10px;
}
#tc_game_result .switchItem .title_menu .game_type .active{
	border: 1px solid #ff3f00;
	color: #ff3f00;
}
#tc_game_result .switchItem .europe_cup{
	border: 1px solid #f2f2f2;
	border-collapse: collapse;
}
#tc_game_result .switchItem .europe_cup .tc_center_top{
	height: 5px;
	background-color: #808080;
}
#tc_game_result .switchItem .europe_cup .tc_center_thead{
	background-color: #FFFFFF;
	border: 1px solid #f2f2f2;
}
#tc_game_result .switchItem .europe_cup .tc_center_thead td{
	border-right: 1px solid #f2f2f2;
}
#tc_game_result .switchItem .europe_cup .tc_center_value{
	height: 37px;
	/*background-color: #FFFFFF;*/
	border: 1px solid #f2f2f2;
}
#tc_game_result .switchItem .europe_cup tr .tc_schedule_td0{
	width: 75px;
}
#tc_game_result .switchItem .europe_cup tr .tc_schedule_td1{
	width: 110px;
}
#tc_game_result .switchItem .europe_cup tr .tc_schedule_td2{
	width: 275px;
}
#tc_game_result .switchItem .europe_cup tr .tc_schedule_td3{
	width: 75px;
	color: #000000;
}
#tc_game_result .switchItem .europe_cup tr .tc_schedule_td4{
	width: 275px;
}
#tc_game_result .switchItem .europe_cup tr .tc_schedule_td5{
	width: 75px;
}
#tc_game_result .switchItem .europe_cup tr .tc_schedule_td6{
	width: 75px;
}
/*婵炲柌鍐ㄦ殕闁哄鎷�-闁告娲橀鑲╃磼閹惧瓨灏�?*/
/*婵炲柌鍐ㄦ殕闁哄鎷�-闁告帒妫涚划宥囨導濞戞纾诲┑顕嗘嫹*/
#tc_game_result .switchItem .title_menu .group_num{
	font-size: 0;
}
#tc_game_result .switchItem .title_menu .group_num > span{
	display: inline-block;
	width: 105px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	border-right:1px solid #FFFFFF;
	background-color: #F2F2F2;
}
#tc_game_result .switchItem .title_menu .group_num .group_choose{
	background-color: #FF3F00;
	color: #FFFFFF;
}
#tc_game_result .switchItem .title_menu .group_num > span:first-child{
	border-bottom-left-radius: 17.5px;
	border-top-left-radius: 17.5px;
}
#tc_game_result .switchItem .title_menu .group_num > span:last-child{
	border-bottom-right-radius: 17.5px;
	border-top-right-radius: 17.5px;
}
/*缂佹鍏涚粩鎾焾閵娿儱鐎�*/
#tc_game_result .switchItem .first_part .group_item{
	padding: 20px;
}
#tc_game_result .switchItem .first_part #tc_socer_player .tc_score_top {
    height: 5px;
    background-color: #808080;
}

#tc_game_result .switchItem .first_part #tc_socer_player{
	border: 1px solid #F2F2F2;
	border-collapse: collapse;
	margin: 0 20px;
}
 #tc_game_result .switchItem .first_part #tc_socer_player .tc_score_thead {
    height: 37px;
 }
 #tc_game_result .switchItem .first_part #tc_socer_player .tc_score_value {
    height: 37px;
 }
 #tc_game_result .switchItem .first_part #tc_socer_player tr td .num_red{
	color: #ff3f00;
}
#tc_game_result .switchItem .first_part #tc_socer_player tr .tc_schedule_td1{
	width: 70px;
}
#tc_game_result .switchItem .first_part #tc_socer_player tr .tc_schedule_td2{
	width: 200px;
}
#tc_game_result .switchItem .first_part #tc_socer_player tr .tc_schedule_td3{
	width: 70px;
}
#tc_game_result .switchItem .first_part #tc_socer_player tr .tc_schedule_td4{
	width: 55px;
}
#tc_game_result .switchItem .first_part #tc_socer_player tr .tc_schedule_td5{
	width: 55px;
}
#tc_game_result .switchItem .first_part #tc_socer_player tr .tc_schedule_td6{
	width: 55px;
}
#tc_game_result .switchItem .first_part #tc_socer_player tr .tc_schedule_td7{
	width: 65px;
}
#tc_game_result .switchItem .first_part #tc_socer_player tr .tc_schedule_td8{
	width: 65px;
}
#tc_game_result .switchItem .first_part #tc_socer_player tr .tc_schedule_td9{
	width: 80px;
}
#tc_game_result .switchItem .first_part #tc_socer_player tr .tc_schedule_td10{
	width: 100px;
}
#tc_game_result .switchItem .first_part #tc_socer_player tr .tc_schedule_td11{
	width: 100px;
}
#tc_game_result .switchItem .first_part #tc_socer_player tr .tc_schedule_td12{
	width: 65px;
}
#tc_game_result .switchItem .first_part .israise{
	margin: 20px;
}
#tc_game_result .switchItem .first_part .israise > div{
	display: inline-block;
	margin-right: 20px;
}
#tc_game_result .switchItem .first_part .israise > div >img{
	margin-top: 0px;
}
/*婵炲柌鍐ㄦ殕闁哄鎷�-濡絾鐗旈柌婊堝炊閻愬弶鍊ょ€殿喒鍋撳┑顕嗘�?*/
#tc_game_result .switchItem .first_part .tc_table_bottom{
	/*width: 100%;*/
	height: 35px;
	line-height: 35px;
	margin: 0 20px;
	background-color: #F2F2F2;
}
#tc_game_result .switchItem .first_part .tc_table_bottom >div{
	display: inline-block;
}
#tc_game_result .switchItem .first_part .tc_table_bottom > div:nth-child(1){
	width: 454px;
	text-align: right;
}
#tc_game_result .switchItem .first_part .tc_table_bottom > div:nth-child(2){
	width: 75px;
	text-align: center;
	color: #ff3f00;
}
#tc_game_result .switchItem .first_part .tc_table_bottom > div:nth-child(3){
	width: 419px;
	text-align: left;
}
#tc_game_result .switchItem .first_round{
	margin-top: 0px;
}



/*婵炲柌鍐ㄦ殕闁哄鎷�-濡絾鐗旈柌婊堝炊閻愬弶鍊ょ紓浣规尰濞硷�?*/


/*婵炲柌鍐ㄦ殕闁哄鎷�-闁告帒妫涚划宥囨導濞戞氨娉㈤柡澶涙嫹*/
/*閻℃帒纾幃鍡樸亜閻㈢數娉㈤柡澶涙嫹*/









.dataMainContent {
	background: #f2f2f2;
	padding-bottom: 80px
}

.dataMainContent .cateMenu {
	padding-top: 30px;
	padding-bottom: 20px
}

.dataMainContent .cateMenu a {
	display: block;
	width: 50%;
	height: 100px;
	float: left;
	text-align: center;
	color: grey;
	background: #FFF
}

.dataMainContent .cateMenu a.fb:before {
	display: block;
	content: '';
	width: 45px;
	height: 45px;

	background-position: center 0;
	margin: 0 auto;
	margin-top: 15px;
	font-size: 18px
}

.dataMainContent .cateMenu a.bs:before {
	display: block;
	content: '';
	width: 45px;
	height: 45px;

	background-position: center -113px;
	margin: 0 auto;
	margin-top: 15px
}

.dataMainContent .cateMenu a.active {

	color: #fff
}

.dataMainContent .cateMenu a.active.fb:before {
	background-position: center -54px
}

.dataMainContent .cateMenu a.active.bs:before {
	background-position: center -166px
}

.dataMainContent .dataleagueBox {
	background: #FFF;
	padding: 20px;
	position: relative;
	margin-bottom: 20px
}

.dataMainContent .dataleagueBox .leagueItem {
	width: 170px;
	text-align: center
}

.dataMainContent .dataleagueBox .leagueLogo {
	height: 100px;
	width: 100%;
	display: table
}

.dataMainContent .dataleagueBox .lgbox {
	display: table-cell;
	vertical-align: middle;
	height: 100px
}

.dataMainContent .dataleagueBox .lgbox img {
	max-height: 100px;
	max-width: 100%
}

.dataMainContent .dataleagueBox .leagueName {
	font-size: 16px;
	color: #333;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center
}

.dataMainContent .dataleagueBox .swiper-button {
	line-height: 100%;
	font-size: 40px;
	color: #286cbf;
	position: absolute;
	top: 70px;
	cursor: pointer;
	z-index: 99
}

.dataMainContent .dataleagueBox .swiper-button-prev {
	left: 0
}

.dataMainContent .dataleagueBox .swiper-button-next {
	right: 0
}

.dataMainContent .center .TCdataLeagueList .switchTag {
	width: 25.5%;
	height: 100%;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
}
.dataMainContent .center .TCdataLeagueList .switchItem {
	width: 74.5%;
}

.dataMainContent .dataLeagueList .switchTag ul {
	background: #FFFFFF;
	/*height: 100%*/
	width: 80%;
	/*margin: 0 auto;*/
}
.dataMainContent .dataLeagueList .switchTag {
	width: 18.5%;
	height: 100%;
	float: left;
	/*position: absolute;*/
	top: 0;
	left: 0;
	background-color: #FFFFFF;
}

.dataMainContent .dataLeagueList .switchTag li {
	/*text-align: center;*/
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #333;
	width: 104%;
	margin-bottom: 20px
}

.dataMainContent .dataLeagueList .switchTag .switchTag_li.active,
.dataMainContent .dataLeagueList .switchTag .switchTag_li:hover {

	background-color: #ff3f00;
	/*border-radius: 6px;*/
	color: #fff;
	cursor: pointer
}

.dataMainContent .dataLeagueList .switchItem {
	width: 81%;
	float: right;
	background: #fff;
}

.dataMainContent .dataLeagueList .dataCateTitle {
	font-size: 18px;
	color: #ff3f00;
	font-weight: 700;
}

.dataMainContent .dataLeagueList .item {
	min-height: 850px;
}
.dataMainContent .dataLeagueList .dataCountry {
	padding: 20px;
}
.dataMainContent .dataLeagueList .dataCountry:nth-child(2){
	border: none;
}
.dataMainContent .dataLeagueList .item ul {
	display: flex;
	/*justify-content: space-between;*/
	padding-top: 25px;

}

.dataMainContent .dataLeagueList .item li {
	width: 25%;
	/*float: left;*/
	text-align: center;
	margin-bottom: 20px;
	/*border-right: 1px solid #F2F2F2;*/
}
.dataMainContent .dataLeagueList .item li:last-child{
	border-right: none;
}

.dataMainContent .dataLeagueList .item li img {
	margin-bottom: 10px
}

.dataMainContent .dataLeagueList .item li p {
	font-size: 15px;
	color: #333;
	/*padding-top: 15px;*/
}

.dataMainContent .dataLeagueList .item li:hover p {
	color: #ff4f15;
	text-decoration: underline
}

/*tc 闁搞儴妫勯宥囨導濞戞鐨�*/

.dataMainContent .dataLeagueList .item .tc_country_game{
	padding-top: 20px;
}
.dataMainContent .dataLeagueList .item .tc_country_game .tc_country_wrapper{
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
	padding-bottom: 10px;
	text-align: center;
	width: 100%;
}
.dataMainContent .dataLeagueList .item .tc_country_game .country_name{
	width: calc((100% - 40px)/4);
	margin-bottom: 20px;
	position: relative;
}
.dataMainContent .dataLeagueList .item .tc_country_game .country_name .vertical_line{
	height: 130px;
	border-right: 1px solid #F2F2F2;
	position: absolute;
	right: -5px;
	top: -10px;
}
.dataMainContent .dataLeagueList .item .tc_country_game .country_name .long_height{
	height: 330px;
}
.dataMainContent .dataLeagueList .item .tc_country_game .country_name > img{
    vertical-align: middle;
}
.dataMainContent .dataLeagueList .item .tc_country_game .country_detail{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	max-width: 630px;
	padding: 20px 0 0 30px;
	top: 4px;
	border: 1px solid #ccc;
	border-top: 1px solid #FF0000;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #f5f5f6;
	z-index: 200;

}
.dataMainContent .dataLeagueList .item .tc_country_game .country_detail > div{
	display: inline-block;
	width: 75px;
	padding-bottom: 20px;
	/*text-align: center;*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 20px;
}


/*tc 闁搞儴妫勯宥囨導濞戞鐨�*/
.dataMainContent .dataLeagueList .showMore {
	display: block;
	text-align: center;
	font-size: 14px;
	color: grey
}

.dataMainContent .dataLeagueList .showMore span {
	margin-left: 5px
}

.dataMainContent .dataLeagueList .showMore.act span {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg)
}

.dataMainContent .dataLeagueList .dataZj {
	padding-bottom: 30px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 20px
}

.dataMainContent .dataLeagueList .dataZj ul {
	height: 157px;
	overflow: hidden
}

.dataMainContent .dataLeagueList .dataCountry{
	border-bottom: 1px solid #959595;
}
.dataMainContent .dataLeagueList .dataCountry ul {
	padding-left: 40px
}

.dataMainContent .dataLeagueList .dataCountry li {
	/*line-height: 30px;*/
	text-align: left;
	position: relative;
	cursor: pointer
}

.dataMainContent .dataLeagueList .dataCountry li img {
	vertical-align: middle;
	margin-bottom: 0;
	margin-right: 10px
}
.dataMainContent .dataLeagueList .dataCountry .tcload_more {
	text-align: center;
	color: #959595;
}
.dataMainContent .dataLeagueList .dataCountry .tcload_more img{
	margin-left: 5px;
}


/*.dataMainContent .dataLeagueList .dataCountry .subMenuShow {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	background: rgba(51, 115, 194, .9);
	background: #3373c2\9;
	width: 173px;
	padding: 10px 20px 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px
}

.dataMainContent .dataLeagueList .dataCountry .subMenuShow:before {
	display: block;
	content: '';
	width: 15px;
	height: 8px;

	position: absolute;
	top: -8px;
	left: 0
}

.dataMainContent .dataLeagueList .dataCountry .subMenuShow a {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	margin-right: 5px
}*/

.TCdataLeagueList .lfContent {
	width: 75.2%;
	float: left;
	position: relative;
	border-top: 3px solid #ff3f00;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.TCdataLeagueList .rfContent {
	width: 24%;
	float: right
}

.baseRfList {
	background: #fff;
	/*margin-bottom: 20px*/
}
#baseRfList:nth-child(1) .baseTitleLine{
	background-color: #FFFFFF;
}
#baseRfList:nth-child(1) .listContent{
	background-color: #FFFFFF;
}
.baseRfList .search_box{
	width:100%;
	margin-bottom: 10px;
	position: relative;
	background-color: #FFFFFF;
}
.baseRfList .search_box::after{
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 55px;
	height: 40px;


}
.baseRfList .search_box .input_name{
	width:100%;
	height: 40px;
	border: none;
	outline: none;
	border: 1px solid #ff3f00;
	text-indent: 20px;
}

.input_name::-webkit-input-placeholder{
	text-indent: 20px
}
#baseRfList:nth-child(1){
	background-color: #F2F2F2;
}
#baseRfList:nth-child(2){
	margin-top: 10px;
}
#baseRfList .baseTitleLine {
	color: #ff3f00;
	border-top: 3px solid #ff3f00;
	padding: 20px 0;
}
#baseRfList .baseTitleLine .hot_team{
	padding-left: 20px;
	font-weight: bold;
}
.baseRfList .listContent {
	padding: 20px 20px 0;

	background-position: bottom left;
	background-size: cover;
	border: 1px solid #CCCCCC;
}

.baseRfList .list1 li {
	float: left;
	width: 33.333%;
	text-align: center;
	margin-bottom: 20px
}

.baseRfList .list1 li img {
	margin-bottom: 5px;
	border-radius: 100%
}

.baseRfList .list1 li p {
	font-size: 12px;
	color: grey;
	max-width: 90px;
	margin: 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.baseRfList .listContWrap {

	background-position: bottom left;
	background-size: cover
}

.baseRfList .listContWrap ul {
	padding: 5px 0
}

.baseRfList .listContWrap ul li {
	margin-bottom: 1px
}

.baseRfList .listContWrap ul li a {
	line-height: 50px;
	text-align: center;
	color: #333;
	display: block;
	font-size: 14px
}

.baseRfList .listContWrap ul li a.act,
.baseRfList .listContWrap ul li a:hover {

	color: #fff
}

.baseRfList .dataIntegral table {
	width: 100%
}

.baseRfList .dataIntegral thead td {
	padding: 15px 0;
	text-align: center;
	font-size: 14px
}

.baseRfList .dataIntegral tbody td {
	text-align: center;
	padding: 10px 0;
	font-size: 14px
}

.baseRfList .dataIntegral tbody td a:hover {
	color: #ff4f15
}

.baseRfList .dataIntegral tbody tr:hover {
	background: #fafafa
}

.baseRfList .dataIntegral .redmore {
	display: block;
	font-size: 14px;
	color: #ff3f00;
	height: 50px;
	line-height: 50px;
	border-top: 1px solid #f2f2f2;
	text-align: center
}

.datadeta {
	padding-top: 30px
}

.dataMessageBox {
	padding-top: 30px
}

.dataMessageBox p {
	color: #333
}

.dataMessageBox .headname {
	font-size: 18px;
	float: left;
	padding-top: 20px
}

.dataMessageBox .headname span {
	font-size: 14px;
	color: grey
}

.dataMessageBox .headMes {
	min-width: 300px;
	float: left;
	margin-right: 20px
}

.dataMessageBox .headMes img {
	float: left;
	margin-right: 15px
}

.dataMessageBox .headdeta td {
	font-size: 14px;
	color: grey;
	padding: 3px 0
}

.dataMessageBox .leagueName {
	font-size: 20px;
	margin-bottom: 20px;
	padding-top: 12px
}

.newSelect {
	width: 150px;
	height: 30px;
	border: 1px solid #e1e1e1;
	background: #fff;
	text-align: center;
	position: relative;
	z-index: 99
}

.newSelect .option {
	display: none;
	position: absolute;
	top: 46px;
	left: 0;
	width: 100%;
	background: #FFF;
	padding: 10px 0;
	border-radius: 5px
}

.newSelect .option:before {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #fff;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -20px
}

.newSelect .option a {
	font-size: 12px;
	color: grey;
	display: block;
	margin: 0 10px;
	border-radius: 5px;
	line-height: 30px
}

.newSelect .option a:hover {
	color: #fff;
	background: #ff4f15
}

.newSelect p {
	line-height: 25px;
	display: block;
	cursor: pointer;
	font-size: 14px
}

.newSelect p:after {
	display: inline-block;
	content: "\e259";
	margin-left: 10px;
	position: relative;
	top: 2px
}

.dataContent {
	box-shadow: 0 0 10px rgba(216, 216, 216, .8)
}

.datadeta {
	padding-top: 20px
}

.showDataWrap .dataMenu {
	background: #fafafa;
	height: 55px;
	position: relative
}

.showDataWrap .dataMenu .goback {
	font-size: 16px;
	color: grey;
	line-height: 55px;
	display: inline-block;
	float: right;
	margin-right: 20px
}

.showDataWrap .switchTagA {
	display: inline-block;
	width: 130px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #333
}

.showDataWrap .switchTagA.act {
	color: #fff;

}

.showDataWrap .dataJf thead tr {
	border-bottom: 1px solid #e6e6e6
}

.showDataWrap .dataJf thead tr td:first-child {
	padding-left: 20px;
	text-align: left
}

.showDataWrap .dataJf thead tr td {
	font-weight: 700
}

.showDataWrap .dataJf tbody tr td:first-child {
	text-align: left;
	padding-left: 25px;
	border-right: 1px solid #e6e6e6;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.showDataWrap .dataJf tbody tr:nth-child(odd) {
	background: #fafafa
}

.showDataWrap .datainte thead tr {
	border-bottom: 1px solid #e6e6e6
}

.showDataWrap .datainte thead tr td:nth-child(2) {
	padding-left: 20px;
	text-align: left
}

.showDataWrap .datainte tbody tr td:first-child {
	border-right: 1px solid #e6e6e6
}

.showDataWrap .datainte tbody tr td:nth-child(2) {
	padding-left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left
}

.showDataWrap .datainte tbody tr:nth-child(odd) {
	background: #fafafa
}

.showDataWrap .dataCs table thead tr {

}

.showDataWrap .dataCs table thead td {
	color: #fff;
	font-size: 18px
}

.showDataWrap .dataCs table tbody td {
	font-size: 16px;
	color: #333;
	padding: 10px
}

.showDataWrap .dataCs table tbody tr td:first-child {
	text-align: left;
	padding-left: 25px;
	border-right: 1px solid #e6e6e6;
	padding-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.showDataWrap .dataCs table tbody tr:nth-child(even) {
	background: #fafafa
}

.showDataWrap .datashoter table thead tr td:first-child {
	text-align: center
}

.showDataWrap .datashoter table thead tr td:nth-child(2),
.showDataWrap .datashoter table thead tr td:nth-child(3) {
	text-align: left;
	padding-left: 25px
}

.showDataWrap .datashoter table tbody tr td:first-child {
	text-align: center;
	padding-left: 0
}

.showDataWrap .datashoter table tbody tr td:nth-child(2),
.showDataWrap .datashoter table tbody tr td:nth-child(3) {
	text-align: left;
	padding-left: 25px
}

.showDataWrap .datasxbc .title {
	font-size: 18px;

	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff
}

.showDataWrap .datasxbc table thead tr:first-child td {
	border-bottom: 1px solid #f2f2f2
}

.showDataWrap .datasxbc table thead tr td {
	border-right: 1px solid #f2f2f2
}

.showDataWrap .datasxbc table tbody tr td {
	border-right: 1px solid #f2f2f2
}

.showDataWrap .datasxbc table tbody tr:nth-child(odd) {
	background: #fafafa
}

.showDataWrap .datasxbc table tr td p {
	width: 33.333%;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #333
}

.baseTb {
	margin-top: 5px
}

.baseTb table {
	width: 100%;
	background: #FFF
}

.baseTb td {
	padding: 10px 0;
	text-align: center;
	font-size: 16px
}

.baseTb td a {
	font-size: 16px
}

.baseTb td a:hover {
	color: #ff9625
}

.baseTb .ogGroupStyle {
	background: #ff4f15;
	color: #fff;
	font-size: 20px
}

.showDataWrap .data-table1 td {
	font-size: 14px
}

.showDataWrap .data-table1 td a {
	font-size: 14px
}

.showDataWrap .data-table1 tbody td {
	padding: 5px 0
}

.showDataWrap .data-table2 thead td {
	border-bottom: 1px solid #efefef
}

.pt20 {
	padding-top: 20px
}

.dataBasketball .toptitle {
	text-align: center;
	height: 45px;
	line-height: 45px;
	color: #fff;

}

.dataBasketball .leagueTeam {
	background: #fff;
	padding: 20px 0
}

.dataBasketball .leagueTeam li {
	width: 20%;
	float: left;
	text-align: center;
	margin-bottom: 40px
}

.dataBasketball .leagueTeam li img {
	margin-bottom: 10px
}

.dataBasketball .leagueTeam li:hover p {
	color: #ff4f15
}

.dataBasketball .leagueTeam p {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.roundRes {
	padding: 0 20px;
	background: #fff;
	margin-top: 5px
}

.roundRes .topRound {
	border-bottom: 1px solid #f2f2f2
}

.roundRes .roundTitle {
	text-align: center;
	width: 12.2%;
	height: 88px;
	display: inline-block;
	padding-top: 20px;
	border-right: 1px solid #f2f2f2;
	font-size: 16px;
	float: left
}

.roundRes .roundTitle span {
	font-size: 26px
}

.roundRes .mainround {
	display: inline-block;
	width: 86%;
	height: 88px;
	float: left;
	padding-left: 20px;
	padding-top: 20px
}

.roundRes .mainround a {
	margin-right: 10px;
	display: inline-block;
	padding: 3px 5px;
	color: #333
}

.roundRes .mainround a.act,
.roundRes .mainround a:hover {
	background: #ff4f15;
	color: #fff
}

.roundRes .restb table {
	width: 100%
}

.roundRes .restb thead td {
	padding: 10px 0;
	font-size: 16px;
	border-bottom: 1px solid #f2f2f2
}

.roundRes .restb thead tr td:first-child {
	padding-left: 20px
}

.roundRes .restb tbody td {
	font-size: 14px;
	padding: 10px 0
}

.roundRes .restb tbody td span {
	font-size: 12px;
	margin-left: 15px
}

.roundRes .restb tbody td a:hover {
	color: #ff4f15
}

.roundRes .restb tbody tr td:first-child {
	padding-left: 10px
}

.roundRes .restbbs tbody tr td:first-child {
	border-right: 1px solid #efefef
}

.roundRes2 {
	padding: 0
}

.roundRes2 .mainround {
	width: 100%;
	height: auto;
	padding-bottom: 20px
}

.roundRes2 .mainround a {
	border-radius: 2px;
	padding: 2px 10px
}

.roundRes2 .restb thead tr td:first-child {
	padding-left: 45px
}

.roundRes2 .restb tbody tr td:first-child {
	padding-left: 30px
}

.mdatabox {
	line-height: 55px;
	font-size: 18px;
	width: 370px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -185px;
	font-weight: 300
}

.mdatabox a {
	display: inline-block;
	color: #0f7498
}

.mdatabox .lfbtn span {
	margin-right: 10px
}

.mdatabox .rfbtn span {
	margin-left: 10px
}

.mdatabox p {
	font-size: 18px;
	display: inline-block
}

.mdatabox p span {
	margin: 0 12px
}

.rescontent {
	padding: 20px;
	background: #fff;
	margin-top: 5px;
	font-size: 16px;
	color: #333;
	line-height: 35px
}

.leagueResData {
	margin-top: 20px;
	background: #fff
}

.leagueResData .topTitle {
	text-align: center;
	height: 45px;
	line-height: 45px;
	color: #fff;

}

.leagueResData .resDataTb {
	background: #fff;
	border-top: 1px solid #ff4f15;
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 30px
}

.leagueResData .resDataTb table {
	width: 100%;
	border-top: 2px solid #ff3f00
}

.leagueResData .resDataTb tr td {
	text-align: center;
	padding: 15px 0;
	border: 1px solid #f2f2f2;
	font-size: 14px
}

.leagueResData .resDataTb tr td span {
	font-size: 26px
}

.leagueResData .panel {
	padding: 20px 30px 20px
}

.leagueResData .panel .item {
	display: inline-block;
	width: 48%;
	background: #f9af38;
	height: 262px;
	padding: 15px
}

.leagueResData .panel .item table {
	width: 100%
}

.leagueResData .panel .item table td {
	color: #fff;
	padding: 10px 0;
	font-size: 14px
}

.leagueResData .panel .item:last-child {
	background: #6dbcee
}

.roundTimeLine {
	border-bottom: 1px solid #f2f2f2
}

.roundTimeLine .timeLine {
	width: 95%;
	margin: 0 auto;
	position: relative
}

.roundTimeLine .swiper-slide {
	text-align: center;
	font-size: 14px;
	padding-top: 30px
}

.roundTimeLine .swiper-slide i {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #ff4f15;
	position: relative;
	margin: 0 auto 25px
}

.roundTimeLine .swiper-slide i:before {
	display: block;
	content: '';
	width: 48px;
	position: absolute;
	top: 5px;
	left: -40px;
	border-top: 1px solid #f2f2f2;
	z-index: -1
}

.roundTimeLine .swiper-slide i:after {
	display: block;
	content: '';
	width: 61px;
	position: absolute;
	top: 5px;
	left: 10px;
	border-top: 1px solid #f2f2f2;
	z-index: -1
}

.roundTimeLine .swiper-slide:first-child i:before {
	display: none
}

.roundTimeLine .swiper-slide:last-child i:after {
	display: none
}

.roundTimeLine .swiper-button {
	display: inline-block;
	position: absolute;
	top: 20%;
	font-size: 20px;
	font-weight: 400;
	color: #286cbf
}

.roundTimeLine .arrow-left {
	left: -10px
}

.roundTimeLine .arrow-right {
	right: -10px
}

.contts .cont {
	padding: 20px;
	margin-top: 5px;
	background: #fff
}

.contts .contItem {
	width: 49.5%;
	float: left;
	line-height: 30px;
	color: #333
}

.contts .contItem:first-child {
	border-right: 1px solid #f2f2f2
}

.contts .contItem:last-child {
	padding-left: 20px
}

.teamPlayer .feng {
	height: 40px;
	color: #fff;

}

.teammain .dataItem {
	position: relative
}

.teammain .teamPlayerList thead tr {
	border: 0
}

.teammain .teamPlayerList tbody tr td:first-child {
	border-right: 0
}

.teammain .selbox {
	position: absolute;
	right: 0;
	top: -45px
}

.teammain .selbox .newSelect {
	margin-right: 25px
}

.input1 {
	width: 15px;
	height: 15px;

	margin: 0
}

.input1:checked {
	background-position: bottom
}

.instantWrap {
	position: relative;
	z-index: 99
}

.instantWrap .topSelect {
	padding-top: 30px;
	padding-bottom: 20px;
	position: relative;
	z-index: 999
}

.instantWrap .insTopMenuStyle {
	font-size: 16px;
	color: #333;
	display: inline-block;
	padding: 3px 16px;
	background: #FFF;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	position: relative
}

.instantWrap .left {
	display: inline-block
}

.instantWrap .left a {
	margin-right: 15px
}

.instantWrap .left a.act,
.instantWrap .left a:hover {
	color: #fff;
	border: 1px solid #3885e1;
	background: #3885e1
}

.instantWrap .right {
	float: right
}

.instantWrap .select_box {
	display: inline-block;
	color: #333;
	border-radius: 4px;
	border: 1px solid #e8e8e8;
	position: relative;

	background-color: #fff;
	padding-right: 30px;
	background-position: 80px center;
	margin-right: 20px
}

.instantWrap .select_bth {
	display: block;
	text-align: center
}

.instantWrap .option_box {
	position: absolute;
	background: #fff;
	top: 44px;
	left: -61px;
	width: 368px;
	font-size: 14px;
	color: #333;
	border: 1px solid #f9f9f9;
	border-radius: 10px;
	box-shadow: 0 0 17px rgba(0, 0, 0, .2);
	visibility: hidden
}

.instantWrap .letter_box {
	overflow: hidden;
	margin: 14px 17px;
	text-align: left
}

.instantWrap .letter_box a {
	font-size: 12px;
	color: grey;
	padding: 4px
}

.instantWrap .letter_box a:hover {
	color: #ff4f15
}

.instantWrap .letter_box .letter_b_box {
	margin-top: 8px
}

.instantWrap .letter_box a.block_btn {
	width: 49%;
	display: inline-block;
	text-align: center;
	background: #f3f3f3;
	line-height: 20px;
	border-radius: 4px
}

.instantWrap .letter_box a.block_btn.active {
	color: #fff;
	background: #3885e1
}

.instantWrap .select_box.active .option_box {
	visibility: visible
}

.instantWrap .select_box .option_box:after {
	content: '';
	height: 0;
	width: 0;
	border: 13px solid transparent;
	border-bottom-color: #fff;
	position: absolute;
	top: -26px;
	left: 104px
}

.instantWrap .insleaguebox {
	padding: 10px 10px 0 10px;
	border-bottom: 1px solid #ececec
}

.instantWrap .btn_box {
	width: 100%;
	background: #ebebeb
}

.instantWrap .btn_box a {
	display: block;
	text-align: center;
	line-height: 40px;
	color: #333
}

.instantWrap .btn_box a:hover {
	background: #f2f2f2
}

.instantWrap .selall {
	margin-right: 20px
}

.instantWrap .baseSel p {
	font-size: 14px;
	text-align: center;
	vertical-align: middle
}

.instantWrap .baseSel p:before {
	display: inline-block;
	content: '';
	width: 20px;
	height: 20px;

	position: relative;
	float: left;
	margin-right: 2px;
	margin-top: 1px
}

.instantWrap .baseSel .option {
	box-shadow: 0 0 17px rgba(0, 0, 0, .2)
}

.instantWrap .baseSel .option a {
	text-align: center
}

.league-bf input {
	margin-right: 5px;
	margin-top: -2px
}

.league-bf label {
	font-weight: 400;
	font-size: 14px;
	margin: 0;
	cursor: pointer
}

.league-bf .row {
	margin-right: -6px;
	margin-left: -6px
}

.league-bf .col-xs-4 {
	padding-left: 6px;
	padding-right: 6px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.league-bf .media-body {
	border-bottom: 1px dotted #ececec
}

.baseSel {
	position: relative
}

.baseSel p {
	cursor: pointer
}

.baseSel .option {
	display: none;
	position: absolute;
	top: 46px;
	left: 0;
	width: 100%;
	background: #fff;
	padding: 10px 0;
	border-radius: 5px;
	box-shadow: 0 0 17px rgba(0, 0, 0, .2)
}

.baseSel .option a {
	font-size: 12px;
	color: grey;
	display: block;
	margin: 0 10px;
	border-radius: 5px;
	line-height: 30px;
	margin-bottom: 1px
}

.baseSel .option a.act,
.baseSel .option a:hover {
	background: #3885e1;
	color: #fff
}

.baseSel .option::after {
	content: '';
	height: 0;
	width: 0;
	border: 13px solid transparent;
	border-bottom-color: #fff;
	position: absolute;
	top: -26px;
	left: 50%;
	margin-left: -10px
}

.instantMatchList {
	background: #fff;
	border-top: 1px solid #ff4f15
}

.instantMatchList table {
	width: 100%
}

.instantMatchList table td,
.instantMatchList table th {
	text-align: center;
	border-bottom: 1px solid #efefef
}

.instantMatchList table th {
	padding: 10px 0;
	font-weight: 700
}

.instantMatchList table td {
	white-space: nowrap;
	font-size: 14px;
	padding: 5px 10px;
	height: 50px
}

.instantMatchList table tbody tr:hover {
	background-color: #efefef;
}

.instantMatchList .rightLine {
	border-right: 1px solid #f2f2f2
}

.instantMatchList .listTitle {
	background: #f2f2f2;
	text-align: center;
	font-size: 18px;
	font-weight: 700
}

.instantMatchList .dataM {
	color: grey
}

.instantMatchList .dataM a {
	font-size: 14px;
	color: grey;
	margin: 0 5px
}

.instantMatchList .dataM a:hover {
	color: #3885e1
}

.instantMatchList .zs {
	padding-left: 10px;
	text-align: left
}

.instantMatchList .zs.last {
	padding-right: 10px
}

.instantMatchList .neutral {
	position: relative
}

.instantMatchList .neutral td {
	position: relative;
	padding-bottom: 30px;
	padding-top: 10px;
	height: 20px
}

.instantMatchList .neutral .msk {
	background: #fff;
	position: absolute;
	bottom: 0;
	width: 1250px;
	height: 20px;
	box-shadow: 0 0 8px rgba(251, 119, 131, .35);
	text-align: left;
	opacity: 0
}

.instantMatchList .neutral .msk span {
	position: relative;
	z-index: 99;
	display: inline-block;
	color: #eb1d39
}

.instantMatchList .neutral .msk i {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #fff;
	position: absolute;
	top: -10px;
	z-index: 99
}

.iconTop {
	display: inline-block;

	width: 19px;
	height: 17px;
	cursor: pointer
}

.iconTop.act {
	background-position: bottom
}

.iconStar {
	display: inline-block;

	width: 19px;
	height: 19px;
	cursor: pointer
}

.iconStar.act {
	background-position: bottom
}

.cardyellow {
	display: inline-block;
	width: 19px;
	height: 19px;
	line-height: 19px;
	text-align: center;

	background-size: 100%;
	font-size: 12px;
	margin-left: -2px;
	color: #fff;
	font-style: oblique;
	text-indent: -3px
}

.cardred {
	display: inline-block;
	width: 19px;
	height: 19px;
	line-height: 19px;
	text-align: center;

	background-size: 100%;
	font-size: 12px;
	margin-left: -2px;
	color: #fff;
	font-style: oblique;
	text-indent: -3px
}

.card-red-yellow {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;

	color: #fff;
	text-indent: -8px;
	font-style: oblique
}

.sc-ball {
	display: inline-block;
	width: 22px;
	height: 22px;

	vertical-align: middle
}

.sc-ball2 {
	display: inline-block;
	width: 30px;
	height: 30px;

	vertical-align: middle
}

.sc-ball3 {
	display: inline-block;
	width: 22px;
	height: 22px;

	background-size: 100%;
	vertical-align: middle
}

.sc-ball-pk {
	display: inline-block;
	width: 25px;
	height: 26px;

	vertical-align: middle
}

.sc-ball-pk2 {
	display: inline-block;
	width: 29px;
	height: 30px;

	vertical-align: middle
}

.sc-arrow {
	display: inline-block;
	width: 10px;
	height: 20px;

	vertical-align: middle;
	background-size: contain;
}

.redUp {
	display: inline-block;
	margin-left: 10px;
	color: #eb1d39
}

.redUp:after {
	display: inline-block;
	content: '';
	width: 10px;
	height: 10px;

}

.greenDown {
	display: inline-block;
	color: #1cc94b;
	margin-left: 10px
}

.greenDown:after {
	display: inline-block;
	content: '';
	width: 10px;
	height: 10px;

}

.rightsead {
	z-index: 99;
	position: fixed;
	width: 100%;
	top: 157px;
	left: 0;
	height: 0
}

.rightsead .center {
	height: 0
}

.rightsead ul {
	width: 50px;
	background: #fff;
	display: inline-block;
	margin-left: -60px
}

.rightsead ul li {
	width: 50px;
	font-size: 18px;
	text-align: center;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	border-bottom: 1px solid #e4e4e4
}

.rightsead ul li a {
	padding: 10px 0;
	font-size: 12px
}

.rightsead ul li span {
	margin-bottom: 5px
}

.rightsead ul li a,
.rightsead ul li span {
	display: block
}

.colorOrange {
	color: #ff4f15!important
}

.colorRed {
	color: #eb1d39!important
}

.colorBlue {
	color: #105cb8!important
}

.colorGray {
	color: grey!important
}

.colorGreen {
	color: #1cc94b!important
}

.colorBlack {
	color: #333!important
}

.colorWhite {
	color: #fff !important
}

.fontBold {
	font-weight: 700
}

.now-live-scorea {
	position: absolute;
	top: 200px;
	left: 100px;
	z-index: 99;
	left: 50%;
	margin-left: -227px;
	width: 400px;
	background-color: rgba(0, 0, 0, .7);
	border-radius: 4px;
	display: none;
	font-size: 14px
}

.now-live-scorea td {
	font-size: 14px
}

.now-live-scorea.active {
	display: block
}

.now-live-scorea:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color: #105cb8;
	top: -20px;
	left: 50%;
	margin-left: -10px
}

.now-live-title {
	height: 35px;
	background: #105cb8;
	vertical-align: middle;
	color: #fff;
	position: relative;
	border-radius: 4px 4px 0 0;
	margin-bottom: 15px
}

.now-live-text,
.now-live-textrg {
	font-weight: 400
}

.now-live-img {
	width: 24px;
	height: 24px;
	display: inline-block;
	position: relative;
	top: 6px;
	left: 10px
}

.now-live-img img,
.now-live-imgrg img {
	width: 24px;
	height: 24px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.now-live-imgrg {
	position: absolute;
	right: 10px;
	top: 6px
}

.now-live-text {
	width: 120px;
	position: absolute;
	left: 20px;
	bottom: 7px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: right
}

.now-live-text2 {
	width: 40px;
	display: block;
	text-align: center;
	margin: 0 auto;
	position: relative;
	top: 10px;
	color: #ff8400
}

.now-live-textrg {
	width: 120px;
	display: inline-block;
	position: absolute;
	right: 20px;
	bottom: 7px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.now-goaicon {
	width: 18px;
	height: 19px;
	display: inline-block;
	background-position: -406px 0;
	position: absolute;
	left: 40px;
	top: 12px
}

.now-goaicon2 {
	width: 18px;
	height: 19px;
	display: inline-block;
	background-position: -406px 0;
	position: absolute;
	right: 40px;
	top: 12px
}

.now-data-contrast {
	padding: 0 10px;
	width: 100%
}

.now-data-contrast li {
	height: 40px;
	line-height: 40px;
	color: #fff
}

.now-dtcttime2 {
	position: absolute;
	right: 0
}

.now-text-leftad {
	width: 200px;
	position: relative
}

.now-dtcttext {
	right: 10px
}

.now-dtcttext2 {
	left: 10px;
	text-align: right
}

.now-dtcttext,
.now-dtcttext2 {
	width: 90px;
	position: absolute;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 400
}

.now-data-contrast p {
	text-align: center
}

.now-contrastleft {
	width: 146px;
	text-align: left;
	padding-left: 5px
}

.now-contrastright {
	width: 146px;
	text-align: right;
	padding-right: 16px
}

.ballrate2 {
	width: 82px;
	text-align: center;
	font-size: 14px
}

.technical-contrast .now-contrastleft .barbox,
.technical-contrast .now-contrastright .barbox {
	height: 13px;
	line-height: 13px;
	text-align: center;
	color: #fff
}

.technical-contrast .barbox .barline {
	float: left;
	width: 100px;
	background: #363636;
	height: 13px;
	overflow: hidden;
	display: inline;
	position: relative;
	right: 0;
	top: 16px
}

.technical-contrast .barbox .barline .charts {
	background: #fff;
	height: 13px
}

.now-live-scorea .now-data-contrast tr td {
	vertical-align: middle
}

.now-live-scorea .now-data-contrast tr td:first-child {
	text-align: right
}

.now-live-scorea .now-data-contrast tr td:last-child {
	text-align: left
}

.now-live-title {
	height: 40px
}

.now-live-title table {
	width: 100%
}

.now-live-title table td {
	text-align: center;
	line-height: 40px
}

.now-data-contrast td {
	text-align: center;
	color: #fff;
	height: 35px
}

.jstj {
	width: 100%
}

.jstj td {
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	padding: 0 5px
}

.jstj .jsLine {
	width: 96px;
	height: 13px;
	background: #333
}

.jstj .jsLine div {
	background: #fff;
	height: 100%;
	height: 13px
}

.calendarList {
	background: #fafafa;
	border-top: 1px solid #ff4f15;
	margin-bottom: 10px
}

.calendarList table {
	width: 100%
}

.calendarList table tbody tr {
	height: 60px;
}

.calendarList table tbody tr td:hover a {
	color: #ff3f00;
}
.calendarList table tbody tr td.act:hover a {
	color: #fff;
}

.calendarList table td {
	text-align: center
}

.calendarList table td span {
	font-size: 12px
}

.calendarList table td a {
	display: block;
	color: #333;
	font-size: 18px
}

.calendarList table .act {

}

.calendarList table .act a {
	color: #fff
}

.calendarList .canlBtn {
	font-size: 14px;
	height: 70px;
	line-height: 70px;
	text-align: center;

	background-position: 70px center;
	cursor: pointer
}

.calendar_box {
	height: 70px;
	box-sizing: border-box;
	font-size: 14px;
	width: 109px;
	line-height: 70px;
	text-align: center;
	position: relative;

}

.calendar_box .btn_rili {
	height: 70px;
	width: 100%;
	display: block
}

#schedule-box {
	width: 320px;
	margin: 0 auto;
	padding: 0 10px 12px;
	font-size: 13px;
	position: absolute;
	background: #fff;
	z-index: 99;
	border-radius: 4px;
	display: none
}

#schedule-box:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 11px solid transparent;
	border-bottom-color: #333;
	top: -21px;
	left: 54px
}

.schedule-hd {
	display: flex;
	justify-content: space-between;
	line-height: 38px;
	font-size: 18px;
	color: #fff;
	background: #333;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 38px
}

.today {
	flex: 1;
	text-align: center
}

.ul-box {
	overflow: hidden;
	margin-top: 38px
}

.week-ul li {
	font-size: 18px;
	padding: 0;
	line-height: 36px
}

.ul-box>li {
	float: left;
	width: 14.28%;
	text-align: center;
	padding: 5px 0
}

.schedule-bd {
	margin-top: 10px;
	background: #fafafa
}

.schedule-bd li {
	font-size: 14px;
	line-height: 34px
}

.other-month {
	color: #999
}

.current-month {
	color: #333
}

.today-style {
	border-radius: 50%;
	background: #58d321
}

.arrow {
	cursor: pointer
}

.dayStyle {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	cursor: pointer
}

.current-month>.dayStyle:hover {
	background: #3885e1;
	color: #fff
}

.today-flag {
	background: #3885e1;
	color: #fff
}

.selected-style {
	background: #ff8400;
	color: #fff
}

#h3Ele {
	text-align: center;
	padding: 10px
}

#nextMonth,
#prevMonth {
	width: 49px;
	height: 38px;
	line-height: 38px;
	display: block
}

#nextMonth {

}

#prevMonth {

}

#nextYear,
#prevYear {
	display: none
}

.loginMain {
	height: 724px;

	background-size: auto 100%;
	background-position: center;
	position: relative
}

.loginMain .boxWrap1 {
	width: 600px;
	position: absolute;
	top: 110px;
	left: 50%;
	margin-left: -300px;

	border-radius: 20px;
	padding-bottom: 20px
}

.loginMain .switch {
	display: block;
	width: 43px;
	height: 43px;

	position: absolute;
	right: 15px;
	top: 15px
}

.loginMain .switch.act {

}

.loginMain .innerBox {
	width: 430px;
	margin: 0 auto
}

.loginMain .topTag {
	border-bottom: 2px solid #fff;
	margin-bottom: 30px;
	padding-top: 10px
}

.loginMain .topTag a {
	display: inline-block;
	padding: 15px 10px;
	font-size: 18px;
	color: #FFF;
	margin-bottom: -2px
}

.loginMain .topTag a.act,
.loginMain .topTag a:hover {
	border-bottom: 2px solid #ff4f15
}

.loginMain .inputbox {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2) inset;
	height: 40px
}

.loginMain .inputbox input {
	width: 100%;
	height: 100%;
	padding: 0 15px;
	font-size: 14px
}

.loginMain .orangeBtn {
	width: 100%;
	height: 40px;
	color: #fff;
	background: #ff4f15;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
	border-radius: 5px;
	font-size: 18px
}

.loginMain .greenBtn {
	background: #1cc94b;
	height: 40px;
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .3)
}

.loginMain .getNum {
	width: 150px;
	float: right
}

.loginMain .mes {
	margin-bottom: 40px
}

.loginMain .mes .rf {
	color: #ff4f15;
	font-size: 14px;
	float: right
}

.loginMain .mes .rf a {
	color: #ff4f15;
	font-size: 14px
}

.loginMain .mes .rf span {
	margin: 0 10px
}

.loginMain .ms2 {
	color: #fff;
	font-size: 14px;
	text-align: center;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px
}

.loginMain .oth {
	padding-top: 20px;
	text-align: center
}

.loginMain .oth a {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 5px
}

.loginMain .oth .wechat {

}

.loginMain .oth .wechat:hover {
	background-position: bottom
}

.loginMain .oth .weibo {

}

.loginMain .oth .weibo:hover {
	background-position: bottom
}

.loginMain .oth .qq {

}

.loginMain .oth .qq:hover {
	background-position: bottom
}

.loginMain .redTip {
	font-size: 14px;
	color: #e20423;
	height: 40px;
	line-height: 40px;
	border: 1px solid #e20423;
	border-radius: 4px;
	padding-left: 15px
}

.loginMain .tip {
	position: absolute;
	top: 15px;
	right: 55px
}

.loginMain .tip2 {
	font-size: 20px;
	color: #fff;
	padding-top: 35px
}

.loginMain .tip2 img {
	margin-right: 5px
}

.loginMain .ewm {
	width: 300px;
	height: 345px;
	padding-top: 30px;

	background-size: 100%;
	text-align: center;
	margin: 20px auto 0
}

.loginMain .zc {
	font-size: 14px;
	color: #fff;
	float: right;
	margin-right: 15px
}

.labelCheck {
	color: #fff;
	font-weight: 400;
	cursor: pointer;
	margin: 0;
	font-size: 14px
}

.labelCheck input {
	width: 15px;
	height: 15px;

	border-radius: 2px;
	margin: 0;
	margin-right: 5px
}

.labelCheck input:checked {
	background-position: bottom
}

.mb20 {
	margin-bottom: 20px
}

.reg {
	background: #f2f2f2;
	padding: 90px 0
}

.reg .cbody {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	padding: 30px 80px;
	border-radius: 20px
}

.reg .regTitle {
	font-size: 32px;
	color: #ff4f15;
	margin-bottom: 20px
}

.reg .tipmes {
	font-size: 14px;
	position: relative;
	border-bottom: 1px solid #f3f3f3;
	padding-bottom: 2px
}

.reg .tipmes span {
	color: #ff4f15
}

.reg .tipmes:before {
	display: block;
	content: '';
	width: 84px;
	height: 1px;
	background: #ff4f15;
	position: absolute;
	bottom: -1px;
	left: 0
}

.reg .tipmes p {
	font-size: 14px;
	color: #8f8f8f;
	float: right
}

.reg .tipmes p a {
	font-size: 14px;
	color: #ff4f15;
	text-decoration: underline
}

.reg .intbox {
	width: 200px;
	height: 25px;
	display: inline-block;
	margin-right: 25px
}

.reg .intbox input {
	width: 100%;
	height: 100%;
	padding: 0 5px;
	font-size: 12px;
	border: 1px solid #ddd;
	border-radius: 2px
}

.reg .intbox input:focus {
	border-color: #ff4f15
}

.reg .regMes {
	padding-top: 24px
}

.reg .regMes tr td:first-child {
	text-align: right
}

.reg .regMes tr td:first-child span {
	color: red
}

.reg .regMes tr td {
	padding: 13px 5px;
	font-size: 14px
}

.reg i.roll {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 100%
}

.reg .green {
	background: #1cc94b
}

.reg .red {
	background: red
}

.reg .check {
	font-weight: 400;
	margin: 0;
	margin-right: 20px
}

.reg .check input {
	width: 12px;
	height: 13px;

	margin: 0;
	margin-right: 5px
}

.reg .check input:checked {
	background-position: bottom
}

.reg .tip3 {
	font-size: 12px;
	color: #999;
	display: inline-block
}

.reg .checkpsd {
	padding-top: 15px
}

.reg .checkpsd .item {
	text-align: center;
	color: #ddd;
	display: inline-block
}

.reg .checkpsd .item:before {
	display: block;
	content: '';
	width: 54px;
	height: 8px;
	background: #ddd
}

.reg .checkpsd.t1 .i1:before {
	background: red
}

.reg .checkpsd.t2 .i1:before {
	background: red
}

.reg .checkpsd.t2 .i2:before {
	background: #ff4f15
}

.reg .checkpsd.t3 .i1:before {
	background: red
}

.reg .checkpsd.t3 .i2:before {
	background: #ff4f15
}

.reg .checkpsd.t3 .i3:before {
	background: #1cc94b
}

.reg .subbtn {
	width: 190px;
	height: 50px;
	background: #ff4f15;
	color: #fff;
	font-size: 18px;
	border-radius: 5px
}

.colorRed {
	color: red
}

.userMain {
	background: #f2f2f2;
	padding-bottom: 80px
}

.userMain .center {
	/* padding-top: 30px */
}

.userMain .me {
	position: relative;
	margin-bottom: 10px;
	background: #fff
}

.userMain .hbox {

	padding-top: 40px;
	padding-bottom: 20px
}

.userMain .userHead {
	width: 135px;
	height: 135px;
	margin: 0 auto 15px;
	background: #e7edf4;
	border-radius: 100%;
	overflow: hidden;
	position: relative
}

.userMain .userHead .imgbox {
	width: 123px;
	height: 123px;
	border: 1px solid #ff4f15;
	border-radius: 100%;
	overflow: hidden;
	margin: 7px auto 0;
	position: relative
}

.userMain .userHead .user-change-head {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;

	font-size: 14px
}

.userMain .gz {
	position: absolute;
	top: 20px;
	right: 20px
}

.userMain .gz a {
	display: inline-block;
	border: 1px solid #3885e1;
	background: #3885e1;
	color: #fff;
	padding: 2px 5px;
	border-radius: 3px
}

.userMain .gz a.act {
	border: 1px solid #ddd;
	color: #ddd;
	background: 0 0
}

.userMain .username {
	text-align: center
}

.userMain .username p {
	font-size: 16px;
	display: inline-block;
	color: #333;
	position: relative
}

.userMain .username p:before {
	display: block;
	content: '';
	width: 16px;
	height: 21px;
	position: absolute;
	right: -30px;
	top: 0
}

.userMain .username .lv1:before {

	background-size: 100% auto
}

.userMain .username .lv2:before {

	background-size: 100% auto
}

.userMain .username .lv3:before {

	background-size: 100% auto
}

.userMain .userMes1 {
	font-size: 14px;
	color: grey;
	margin: 45px 20px 20px
}

.userMain .userlv {
	margin: 0 auto;
	padding: 0 20px
}

.userMain .userlv table {
	width: 100%
}

.userMain .userlv table td {
	font-size: 12px;
	padding: 0 7.5px
}

.userMain .userlv .jyline {
	width: 145px;
	height: 8px;
	border-radius: 15px;
	margin: 0 auto
}

.userMain .userlv .subjy {
	height: 100%;
	position: relative;
	border-radius: 15px
}

.userMain .userlv .subjy i {
	display: block;
	font-size: 14px;
	color: grey;
	text-align: center;
	position: absolute;
	top: -12px;
	right: -12px
}

.userMain .userlv .subjy i:before {
	display: block;
	content: '';
	width: 32px;
	height: 32px;
	background-position: center
}

.userMain .userlv .lv1 {
	background: #dedadc
}

.userMain .userlv .lv1 .subjy {
	background: #978a99
}

.userMain .userlv .lv1 .subjy i:before {

}

.userMain .userlv .lv2 {
	background: #f3ebbb
}

.userMain .userlv .lv2 .subjy {
	background: #dec629
}

.userMain .userlv .lv2 .subjy i:before {

}

.userMain .userlv .lv3 {
	background: #f7ddb4
}

.userMain .userlv .lv3 .subjy {
	background: #ed9810
}

.userMain .userlv .lv3 .subjy i:before {

}

.userMain .userlv .lv4 {
	background: #f9c9b2
}

.userMain .userlv .lv4 .subjy {
	background: #f4510a
}

.userMain .userlv .lv4 .subjy i:before {

}

.userMain .userlv .lv5 {
	background: #fab3ed
}

.userMain .userlv .lv5 .subjy {
	background: #f905d7
}

.userMain .userlv .lv5 .subjy i:before {

}

.userMain .userlv .lv6 {
	background: #e6b1f9
}

.userMain .userlv .lv6 .subjy {
	background: #b300fe
}

.userMain .userlv .lv6 .subjy i:before {

}

.userMain .userlv .lv7 {
	background: #b5e3fc
}

.userMain .userlv .lv7 .subjy {
	background: #13a6ff
}

.userMain .userlv .lv7 .subjy i:before {

}

.userMain .userlv .lv8 {
	background: #b2c9f9
}

.userMain .userlv .lv8 .subjy {
	background: #0053fe
}

.userMain .userlv .lv8 .subjy i:before {

}

.userMain .userlv .lv9 {
	background: #b2c9f9
}

.userMain .userlv .lv9 .subjy {

}

.userMain .userlv .lv9 .subjy i:before {

}

.userMain .content .lfcont {
	width: 18%;
	float: left;
	background: #fff
}

.userMain .content .rfcont {
	width: 81.5%;
	float: right;
	background: #fff;
	padding: 30px
}

.userMain .content .lfmenubutton {
	display: block;
	text-align: center;
	height: 70px;
	font-size: 18px;
	line-height: 70px
}

.userMain .content .act,
.userMain .content .cur {
	color: #fff
}

.userMain .content .act.home,
.userMain .content .cur.home {

}

.userMain .content .act.art,
.userMain .content .cur.art {

}

.userMain .content .act.bbs,
.userMain .content .cur.bbs {

}

.userMain .content .act.user,
.userMain .content .cur.user {

}

.userMain .content .topMenu {
	border-bottom: 2px solid #ddd
}

.userMain .content .topMenu a {
	font-size: 18px;
	margin-right: 70px;
	color: grey;
	display: inline-block;
	padding-bottom: 15px;
	margin-bottom: -2px
}

.userMain .content .topMenu a.act,
.userMain .content .topMenu a:hover {
	color: #3885e1;
	border-bottom: 4px solid #3885e1
}

.userMain .content .topMenu .ed {
	float: right
}

.userMain .content .topMenu .ed a {
	display: inline-block;
	padding-left: 30px;
	font-size: 14px;
	border-bottom: 0;
	margin-right: 0;
	margin-left: 10px
}

.userMain .content .topMenu .ed .a1 {

}

.userMain .content .topMenu .ed .a2 {

}

.userMain .content .rfcont .type {
	padding: 15px 0
}

.userMain .content .rfcont .type a {
	font-size: 18px;
	color: grey
}

.userMain .content .rfcont .type a.act,
.userMain .content .rfcont .type a:hover {
	color: #3885e1
}

.userMain .content .rfcont .type span {
	margin: 0 15px
}

.postList li {
	padding: 20px 0;
	border-bottom: 1px solid #f2f2f2
}

.postList li .editInt {
	display: none
}

.postList .toptitle {
	color: grey
}

.postList .toptitle a span span:hover {
	color: #3885e1;
	font-weight: 700
}

.postList .postImg {
	padding: 10px 0
}

.postList .postImg img {
	margin-right: 10px
}

.postList .ms2 {
	font-size: 14px;
	color: grey;
	padding-top: 10px
}

.postList .ms2 span {
	font-size: 14px
}

.postList .reply {
	background: #f2f2f2;
	padding: 0 15px;
	margin-top: 20px
}

.postList .reply .replyItem {
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px solid #dfdfdf
}

.postList .reply .replyItem p {
	font-size: 14px
}

.postList .reply .replyItem .p1 {
	color: #333
}

.postList .reply .replyItem .p2 {
	color: grey;
	text-align: right;
	font-size: 14px
}

.postList .reply .replyItem a {
	color: #286cbf;
	font-size: 14px
}

.postList .reply .replyItem:last-child {
	border-bottom: none
}

.postList .reply .replyItem .reply-more {
	color: grey;
	font-size: 12px
}

.postList.edit li {
	padding-left: 30px;
	position: relative
}

.postList.edit li .editInt {
	display: block;
	position: absolute;
	left: 5px;
	top: 17px
}

.postList.edit li .editInt input {
	width: 15px;
	height: 15px;

}

.postList.edit li .editInt input:checked {
	background-position: bottom
}

.postlistswitch .item {
	display: none;
	overflow: hidden
}

.userheadlist {
	width: 1200px;
	padding-top: 20px
}

.userheadlist .uhw {
	width: 95px;
	height: 95px;
	border: 2px solid #286cbf;
	border-radius: 100%;
	overflow: hidden;
	margin-bottom: 10px
}

.userheadlist .uhw img {
	width: 100%;
	height: 100%
}

.userheadlist li {
	width: 95px;
	float: left;
	margin-right: 45px;
	margin-bottom: 35px
}

.userheadlist li p {
	font-size: 16px;
	color: grey;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.color000 {
	color: #000
}

.editBlock .p1 {
	font-size: 16px;
	color: #333;
	padding: 20px 0
}

.editBlock .ei {
	padding: 10px 0
}

.editBlock .ei .tl {
	display: inline-block;
	margin-right: 20px;
	width: 70px;
	text-align: right
}

.editBlock .ei a {
	font-size: 14px;
	color: #ff4f15;
	margin: 0 10px
}

.editBlock .ei .s1 {
	font-size: 14px;
	color: grey
}

.editBlock .ei .tl2 {
	width: 97px
}

.editBlock .check {
	font-weight: 400;
	margin: 0;
	margin-right: 20px;
	font-size: 14px;
	color: grey
}

.editBlock .check input {
	width: 15px;
	height: 15px;

	margin: 0;
	margin-right: 5px
}

.editBlock .check input:checked {
	background-position: bottom
}

.editBlock .qm {
	background: #f8f8f8;
	font-size: 14px;
	color: grey;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	width: 730px;
	height: 30px;
	text-indent: 10px
}

.editBlock.bod {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 40px
}

.submitbtnEdit {
	text-align: center
}

.submitbtnEdit input {
	width: 70px;
	height: 30px;
	color: #fff;
	background: #3885e1;
	border-radius: 4px
}

.usersafe .usitem {
	font-size: 14px;
	color: grey;
	width: 100%
}

.usersafe .usitem td {
	padding: 10px 0;
	font-size: 14px;
	color: grey
}

.usersafe .usitem a {
	font-size: 14px;
	color: grey
}

.usersafe .usitem .tl {
	width: 70px
}

.usersafe .usitem .username {
	color: #000;
	margin-right: 10px;
	font-size: 14px
}

.usersafe .qm {
	background: #f8f8f8;
	font-size: 14px;
	color: grey;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	width: 730px;
	height: 30px;
	text-indent: 10px
}

.main {
	background: #f2f2f2;
	padding-top: 30px;
	padding-bottom: 100px
}

.main .con1 .lfcon {
	width: 75%;
	float: left;
	padding: 30px;
	background: #fff;
	min-height: 1000px;
}

.main .con1 .rfcon {
	width: 24%;
	float: right
}

.main .artUp .tlbox {
	position: relative;
	height: 40px;
	border-bottom: 1px solid #bfbfbf
}

.main .artUp .tlbox input {
	width: 100%;
	height: 100%;
	padding-left: 10px;
	font-size: 22px
}

.main .artUp .tlbox span {
	display: inline-block;
	font-size: 12px;
	color: #bfbfbf;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 40px
}

.main .artUp .intbox {
	height: 588px;
	margin-top: 25px
}

.main .artUp .artUpButton {
	text-align: center;
	margin-top: 20px
}

.main .artUp .artUpButton input {
	width: 120px;
	height: 40px;
	color: #fff;
	font-size: 14px;
	border-radius: 4px;
	background: #3885e1
}

.main .hotTopic {
	background: #fff
}

.main .hotTopic .hotTopicList {
	padding: 10px 20px
}

.main .hotTopic .hotTopicList li {
	position: relative;
	padding: 10px 0 10px 40px;
	border-bottom: 1px solid #f2f2f2
}

.main .hotTopic .hotTopicList li a {
	line-height: 30px;
	font-size: 14px
}

.main .hotTopic .hotTopicList li a:hover {
	color: #ff4f15
}

.main .hotTopic .hotTopicList li .inum {
	position: absolute;
	left: 0;
	top: 8px
}

.selectTopic {
	font-size: #333;
	font-size: 14px
}

.selectTopic select {
	width: 130px;
	height: 30px;
	border: 1px solid #efefef;
	font-size: 14px;
	padding: 5px 25px 5px 10px;

}

.listNumIcon .inum {
	display: inline-block;
	/* width: 25px; */
	width: 34px;
	height: 30px;

}

.listNumIcon .inum_text {
	width: 20px;
    height: 20px;
    background: #ccc;
    border-radius: 4px;
    font-size: 14px;
	display: block;
	text-align: center;
	margin: 0 auto;
	color: #fff;
}

.listNumIcon .it1 {
	background-color: #FF1818 !important;
}
.listNumIcon .it2 {
	background-color: #FF7418 !important;
}
.listNumIcon .it3 {
	background-color: #F5DC0A !important;
}

.listNumIcon .i1 {
	background-position: 0 0
}

.listNumIcon .i2 {
	background-position: 0 -49px
}

.listNumIcon .i3 {
	background-position: 0 -98px
}

.listNumIcon .i4 {
	background-position: 0 -149px
}

.listNumIcon .i5 {
	background-position: 0 -194px
}

.listNumIcon .i6 {
	background-position: 0 -244px
}

.listNumIcon .i7 {
	background-position: 0 -293px
}

.listNumIcon .i8 {
	background-position: 0 -345px
}

.listNumIcon .i9 {
	background-position: 0 -388px
}

.listNumIcon .i10 {
	background-position: 0 -442px
}

.listNumIcon .i11 {
	background-position: 0 -488px
}
.listNumIcon .i12 {
	background-position: 0 -532px
}
.listNumIcon .i13 {
	background-position: 0 -580px
}
.listNumIcon .i14 {
	background-position: 0 -624px
}
.listNumIcon .i15 {
	background-position: 0 -670px
}
.listNumIcon .i16 {
	background-position: 0 -715px
}
.listNumIcon .i17 {
	background-position: 0 -762px
}
.listNumIcon .i18 {
	background-position: 0 -807px
}
.listNumIcon .i19 {
	background-position: 0 -854px
}

.listNumIcon .scondStyle {
	text-align: left;
}

.topBanner1 {
	height: 100px
}

.topBanner1 a {
	display: block;
	height: 100%
}

.bslider .swiper-container,
.bslider .swiper-slide,
.bslider .swiper-wrapper {
	height: 100%;
	position: relative
}

.bslider .swiper-slide {
	background-position: center;
	background-repeat: no-repeat
}

.bslider .swiper-slide a {
	display: block;
	height: 100%
}

.bslider .swiper-button {
	background: #333;
	width: 60px;
	height: 100px;
	text-align: center;
	line-height: 110px;
	font-size: 40px;
	color: #fff;
	position: absolute;
	z-index: 99;
	cursor: pointer;
	top: 50%;
	margin-top: -50px
}

.bslider .swiper-button-next {
	right: 0
}

.bslider .swiper-button-prev {
	left: 0
}

.bslider .pagination {
	position: absolute;
	bottom: 10px;
	right: 196px;
	margin: 0
}

.bslider .pagination span {
	display: inline-block;
	background: #fff;
	opacity: 1;
	margin-left: 20px;
	width: 20px;
	height: 20px;
	position: relative;
	border-radius: 100%;
	cursor: pointer
}

.bslider .pagination .swiper-active-switch:before {
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: #3885e1;
	position: absolute;
	top: 3px;
	left: 3px
}

.sliderSt1 {
	height: 400px
}

.con2 {
	padding-top: 20px
}

.con2 .lfcon {
	width: 24%;
	float: left
}

.con2 .midcon {
	width: 51%;
	float: left
}

.con2 .rfcon {
	width: 25%;
	float: right
}

.con2 .follow {

}

.con2 .flowBlock {
	padding: 15px 20px;
	border: 1px solid rgba(255, 255, 255, 0);
	border-bottom-color: #f5f5f5;
	overflow: hidden
}

.con2 .flowBlock h3 {
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
	font-weight: 700
}

.con2 .flowBlock .followName a {
	display: inline-block;
	font-size: 12px;
	color: grey;
	margin-right: 6px;
	margin-bottom: 5px
}

.con2 .flowBlock .followName a:hover {
	color: #3885e1
}

.con2 .flowBlock .followName p {
	text-align: right;
	margin-top: -5px
}

.con2 .flowBlock:hover {
	border: 1px solid #3885e1
}

.con2 .flowBlock:hover h3 {
	color: #3885e1
}

.con2 .midw {
	margin: 0 10px
}

.con2 .topbbs {
	background: #fff
}

.con2 .topbbs .lfimgbox {
	float: left;
	width: 100px;
	height: 100px;
	border: 1px solid #3885e1;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 10px
}

.con2 .topbbs .lfimgbox a {
	display: block;
	height: 100%
}

.con2 .topbbs .lfimgbox img {
	width: 100%;
	height: 100%
}

.con2 .topbbs .fw {
	padding-top: 10px
}

.con2 .topbbs table {
	width: 100%
}

.con2 .topbbs table td {
	padding: 10px 36px
}

.con2 .topbbs .p1 {
	font-size: 14px;
	color: #333;
	font-weight: 700
}

.con2 .topbbs .p1 .fname {
	font-size: 14px;
	color: #333;
	font-weight: 700
}

.con2 .topbbs .p1 .focusBtn {
	display: inline-block;
	padding: 0 10px;
	background: #3885e1;
	color: #fff;
	border-radius: 3px;
	margin-left: 20px
}

.con2 .topbbs .p1 a.act {
	background: 0 0;
	border: 1px solid #ccc;
	color: #ccc
}

.con2 .topbbs .p2 {
	font-size: 12px;
	color: #333;
	padding: 15px 0 20px
}

.con2 .topbbs .p3 {
	color: #ccc;
	font-size: 12px
}

.con2 .topbbs .p3 span {
	margin-right: 10px
}

.con2 .topbbs .p3 img {
	margin-right: 10px;
	vertical-align: middle
}

.con2 .topbbs .pagination {
	text-align: center;
	margin: 0;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px
}

.con2 .topbbs .pagination span {
	display: inline-block;
	opacity: 1;
	margin-left: 20px;
	width: 20px;
	height: 20px;
	position: relative;
	border-radius: 100%;
	cursor: pointer;
	background: #f2f2f2
}

.con2 .topbbs .pagination .swiper-active-switch:before {
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: #3885e1;
	position: absolute;
	top: 3px;
	left: 3px
}

.mainPostList {
	margin-top: 30px;
	background: #fff;
	padding-bottom: 20px
}

.mainPostList .topMenu {
	padding-left: 30px;
	background: #fff;
	line-height: 40px;
	border-bottom: 1px solid #286cbf;
	height: 40px
}

.mainPostList .topMenu a {
	color: grey;
	font-size: 14px;
	display: inline-block;
	position: relative;
	padding: 0 12px;
	float: left
}

.mainPostList .topMenu a.active,
.mainPostList .topMenu a:hover {
	color: #fff;
	background: #3885e1
}

.mainPostList .topMenu a.active:before,
.mainPostList .topMenu a:hover:before {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-bottom: 40px solid #3885e1;
	border-left: 10px solid transparent;
	position: absolute;
	left: -10px;
	bottom: 0
}

.mainPostList .topMenu a.active:after,
.mainPostList .topMenu a:hover:after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-top: 40px solid #3885e1;
	border-right: 10px solid transparent;
	position: absolute;
	right: -10px;
	bottom: 0
}

.mainPostList .plboxs {
	padding: 0 30px;
	background: #fff
}

.mainPostList .plitem {
	padding: 10px 0;
	border-bottom: 1px solid #f2f2f2
}

.mainPostList .plitem:last-child {
	border-bottom: 0
}

.mainPostList .topTopic {
	font-size: 18px;
	color: #333
}

.mainPostList .tag {
	display: inline-block;
	padding: 3px 10px;
	color: #fff;
	font-size: 12px;
	margin-right: 10px
}

.mainPostList .title {
	font-size: 14px;
	color: #2063b5;
	margin: 10px 0;
	display: inline-block
}

.mainPostList .orgTag {
	background: #ff4f15
}

.mainPostList .blueTag {
	background: #2063b5
}

.mainPostList .green {
	background: #1cc94b
}

.mainPostList .cont {
	font-size: 14px;
	color: #333
}

.mainPostList .imgbox {
	padding: 15px 0 0
}

.mainPostList .imgbox img {
	margin-right: 5px
}

.mainPostList .bottomMes {
	padding-top: 15px
}

.mainPostList .bottomMes span {
	font-size: 12px;
	color: #bfbfbf;
	margin-right: 15px
}

.mainPostList .bottomMes span img {
	margin-right: 5px
}

.hotTopic .htcon {
	background: #fff;
	padding: 0 20px
}

.hotTopic .htcon a {
	color: #333
}

.hotTopic .htcon a:hover {
	color: #3885e1
}

.hotTopic .htcon td {
	border-bottom: 1px solid #efefef
}

.hotTopic .htcon tr td:first-child {
	text-align: left
}

.hotTopic .headbg {

}

.tablist table {
	width: 100%
}

.tablist table tr td:first-child {
	text-align: center
}

.tablist table td {
	padding: 10px 0;
	font-size: 14px;
	color: grey
}

.listHotIcon .lhi {
	display: inline-block;
	width: 12px;
	height: 20px;
	vertical-align: middle
}

.listHotIcon .up {

}

.listHotIcon .mid {

}

.listHotIcon .down {

}

.addBaan {
	display: block
}

.addBaan img {
	width: 100%
}

.topicHead {

	background-position: center;
	background-size: auto 100%;
	height: 420px;
	margin-bottom: 20px
}

.topicHead .thead {
	padding-top: 117px;
	text-align: center
}

.topicHead .theadbox {
	display: inline-block;
	width: 140px;
	height: 140px;
	border-radius: 100%;
	overflow: hidden;
	border: 2px solid #ff4f15
}

.topicHead .theadbox img {
	width: 100%;
	height: 100%
}

.topicHead .tname {
	font-size: 18px;
	color: #333;
	font-weight: 700;
	text-align: center;
	padding: 10px 0
}

.topicHead .tmes {
	text-align: center
}

.topicHead .cate {
	font-size: 14px
}

.topicHead .cate a {
	color: #105cb8
}

.topicHead .ms2 {
	font-size: 14px;
	color: grey;
	margin: 0 20px
}

.topicHead .tbutton {
	text-align: center;
	padding-top: 30px
}

.topicHead .tbutton a {
	display: inline-block;
	border-radius: 3px;
	color: #fff;
	padding: 3px 15px;
	font-size: 14px;
	margin: 0 5px
}

.topicHead .tbutton .nor {
	border: 1px solid grey;
	color: grey
}

.darkredBg {
	background: #eb1d39
}

.orangeBg {
	background: #ff4f15
}

.blueBg {
	background: #105cb8
}

.grayBg {
	background: gray;
}

.bbsmes .bzmes {
	text-align: center;
	padding: 30px 0 10px
}

.bbsmes .bzhead {
	display: inline-block;
	margin: 0 10px;
	position: relative
}

.bbsmes .bzhead a {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	overflow: hidden;
	border: 2px solid #0f7498
}

.bbsmes .bzhead a img {
	width: 100%;
	height: 100%
}

.bbsmes .bzhead p {
	font-size: 12px;
	position: relative
}

.bbsmes .bzhead .fans {
	display: block;
	text-align: center;
	font-size: 12px;
	color: grey;
	margin-top: 10px
}

.bbsmes .bzhead .ic {
	display: inline-block;
	padding: 2px;
	background: #ff4f15;
	color: #fff;
	position: absolute;
	top: 39px;
	right: 0;
	font-size: 12px
}

.bbsmes .tpmes {
	padding-left: 30px
}

.bbsmes .tpmes p {
	font-size: 14px;
	margin-bottom: 10px
}

.bbsmes .tpmes a {
	font-size: 14px
}

.bbsmes .bzbtn {
	text-align: center;
	padding: 15px 0 30px
}

.bbsmes .bzbtn a {
	display: inline-block;
	width: 120px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff!important;
	border-radius: 3px;
	margin: 0 12px;
	font-size: 14px
}

.bbsrelation {
	background: #fff;
	margin-top: 20px
}

.bbsrelation h4 {
	padding-bottom: 15px;
	border-bottom: 1px solid #f2f2f2;
	font-size: 18px;
	font-weight: 700
}

.bbsrelation ul {
	text-align: center;
	padding: 10px
}

.bbsrelation li {
	width: 33.333%;
	float: left;
	padding: 8px 0
}

.bbsrelation li p {
	font-size: 14px
}

.bbsrelation a {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	overflow: hidden;
	border: 1px solid #0f7498
}

.bbsrelation a img {
	width: 100%;
	height: 100%
}

.crumbs {
	font-size: 14px;
	color: grey;
	margin-bottom: 20px;
	padding: 10px 10px 10px 20px;
	background-color:#fff;
}

.crumbs a {
	font-size: 14px;
	color: #337ab7;
}

.crumbs a:hover {
	color:#d43d3d;
}

.con3 .lfcon {
	width: 12%;
	float: left;
	min-height: 5px
}

.con3 .mid {
	width: 76%;
	float: left
}

.con3 .rfcon {
	width: 24%;
	float: right
}

.play_video_box {
	background: #1d1d1d;
	overflow: hidden;
    display: flex;
    justify-content: center;
}

.room_video_box {
	float: left;
    width: 75%;
    padding-bottom: 15px;
}

.correlation_video {
	width: 25%;
    height: auto;
    float: left;
    background: #333333;
}

.room_video {
	position: relative;
	height: 540px;
}

.room_video a {
	display: block;
}

.room_video img {
	/*height: 540px;*/
}

.room_video_title {
	padding-left: 15px;
}

.video_article_play_box {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
}

.video_article_play {
	display: block;

    margin: 210px auto 0;
    width: 120px;
    height: 120px;
}

.full {
	width: 100%;
    height: 100%;
}

.room_video_title h1 {
	font-size: 26px;
    color: #FFFFFF;
    margin-top: 30px;
}

.room_video_title .video_user {
	height: 40px;
	padding-top: 10px;
}

.room_video_title .video_user a {
	display: inline-block;
	color: #fff;
	padding-right: 10px;
}

.room_video_title .video_user a:hover {
	color: #d43d3d;
}

.room_video_title .video_user a img {
    height: 24px;
    width: 24px;
    line-height: 24px;
	vertical-align: bottom;
    display: inline-block;
	margin-right: 10px;
	border-radius: 50%;
}

.room_video_title .video_user .user_name {
	display: inline-block;
}

.room_video_title time {
	font-size: 14px;
    color: #CCCCCC;
    display: inline-block;
}

.room_video_title ul {
	width: 70%;
	display: inline-block;
}

.room_video_title ul li {
	display: inline-block;
    margin: 10px 20px 0 0;
    padding: 5px 13px;
    border: 1px solid #666666;
    border-radius: 20px;
}

.room_video_title ul li:hover {
	background: #666;
}

.room_video_title ul li a {
	font-size: 14px;
    color: #CCCCCC;
    line-height: 14px;
}

.video_like_favorite {
	padding-right: 20px;
}

.video_like_favorite span {
	display: inline-block;
	position: relative;
}

.video_like_favorite a {
	height: 44px;
	line-height: 44px;
	color: #fff;
	padding-left: 30px;
}

.video_like_favorite a:hover {
	color: #d43d3d;
}

.video_like_favorite a img {
	width: 21px;
	height: 21px;
	vertical-align: text-bottom;
}

.icon64 {
	width: 28px;
	height: 28px;
	background: url("../img/icon64.png");
	position: absolute;
	top: 7px;
	left: -28px;
}

.icon_zan {
	background-position: 0 0;
}

.icon_zan_1 {
	background-position: 0 -30px;
	top: 5px;
}

.icon_favorite {
	background-position: -30px 0;
	top: 9px;
	left: -32px;
}

.icon_favorite_1 {
	background-position: -30px -32px;
    top: 5px;
    left: -32px;
}

.correlation_video .correlation_video_tab {
	height: 55px;
    border-bottom: 1px solid #454545;
}

.scroll_video {
	height: 619px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-top: 5px;
}

.scroll_video::-webkit-scrollbar-track-piece {
	background-color: #333;
}

.scroll_video::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.scroll_video::-webkit-scrollbar-thumb {
	background-color: #c1c1c1;
	background-clip: padding-box;
	min-height: 28px;
	border-radius: 8px;
}

.scroll_video::-webkit-scrollbar-thumb:hover {
	background-color: #a8a8a8;
}

.correlation_video .correlation_video_tab li {
	float: left;
    width: 50%;
    height: 54px;
    text-align: center;
    line-height: 54px;
    font-size: 20px;
    color: #CCCCCC;
    cursor: pointer;
}

.correlation_video .correlation_video_tab li.active {
	border-bottom: 2px solid #D0021B;
    color: #DC2221;
}

.scroll_video_block {
	height: 99px;
	position: relative;
}

.scroll_video_block img {
	width: 100px;
    height: 75px;
    margin: 12px 0 0 10px;
    float: left;
}

.scroll_video_block p {
	font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    width: 160px;
    float: left;
    margin: 6px 0 0 10px;
    height: 56px;
    overflow: hidden;
}

.scroll_video_block time {
	opacity: 0.66;
    font-size: 12px;
    color: #CCCCCC;
    float: left;
    margin: 12px 0 0 10px;
}

.scroll_video_block .view-count {
	position: absolute;
	left: 120px;
	bottom: 10px;
	font-size: 12px;
	color: #ccc;
	display: block;
}

.scroll_video_block .view-count .icon-video {

	display: inline-block;
	margin-right: 5px;
}

.scroll_video_block.active,
.scroll_video_block:hover {
	background: #000000;
}

.scroll_video_block:hover p {
	color: #d43d3d;
}

.team_logo {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 5px;
}

.team_logo img {
	width: 100%;
}

.artdeta {
	text-align: center;
	background: #fff
}

.artdeta .athdeta {
	padding: 10px 0;
	margin: 0 15px;
	border-top: 1px solid #e6e6e6
}

.artdeta .athdeta .item {
	width: 50%;
	float: left;
	position: relative
}

.artdeta .athdeta .item p {
	font-size: 14px
}

.artdeta .athdeta .item p:first-child {
	font-size: 14px;
	color: grey
}

.artdeta .athdeta .line:before {
	display: block;
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #e6e6e6
}

.floatDeta {
	width: 150px
}

.floatDeta.fixed {
	position: fixed;
	top: 10px
}

.athHead {
	display: inline-block;
	position: relative;
	padding: 20px 0
}

.athHead a {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	overflow: hidden;
	border: 2px solid #3885e1
}

.athHead a img {
	width: 100%;
	height: 100%
}

.athHead p {
	font-size: 14px
}

.athHead .ic {
	display: inline-block;
	padding: 2px;
	background: #0f7498;
	color: #fff;
	position: absolute;
	top: 59px;
	right: 0;
	font-size: 12px
}

.artmes2 {
	background: #fff;
	padding: 20px 15px;
	margin-top: 20px
}

.artmes2 p {
	font-size: 14px;
	text-align: center;

}

.artmes2 .numbox {
	text-align: center;
	padding: 30px 0 40px
}

.artmes2 .numbox span {
	display: inline-block;
	width: 42px;
	height: 42px;

	position: relative
}

.artmes2 .numbox span i {
	font-size: 18px;
	color: #3885e1;
	position: absolute;
	left: 30px;
	top: -10px
}

.artmes2 .oth {
	text-align: center;
	padding: 10px 0 0
}

.artmes2 .oth li {
	padding: 10px 0
}

.artmes2 .oth a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 5px
}

.artmes2 .oth .wechat {

	background-size: 100% auto
}

.artmes2 .oth .wechat:hover {
	background-position: bottom
}

.artmes2 .oth .weibo {

	background-size: 100% auto
}

.artmes2 .oth .weibo:hover {
	background-position: bottom
}

.artmes2 .oth .qq {

	background-size: 100% auto
}

.artmes2 .oth .qq:hover {
	background-position: bottom
}

.artmes2 .oth .share {

	background-size: 100% auto
}

.artmes2 .oth .share:hover {
	background-position: bottom
}

.artblock {
	background: #fff;
	margin: 0 10px 0 0;
	padding: 0 30px
}

.artblock .arttitle {
	padding: 40px 0 20px;
	border-bottom: 1px solid #e6e6e6
}

.artblock .arttitle h1 {
	font-size: 24px;
	color: #333;
	text-align: center;
	margin-bottom: 23px;
	line-height: 35px;
}

.artblock .arttitle h2 {
	font-size: 24px;
	color: #333;
	text-align: center;
	margin-bottom: 23px
}

.artblock .arttitle .mes {
	font-size: 14px;
	color: grey;
	text-align: center
}

.artblock .arttitle .mes a {
	font-size: 14px;
	color: #333;
	color: #ff4f15;
	margin: 0 5px
}

.artblock .arttitle .mes span {
	margin-left: 20px
}

.artblock .arttitle .mes .fr img {
	margin-top: -2px;
	margin-right: 5px
}

.artblock .arttitle .icon-top {
	display: inline-block;
	width: 40px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background: #61adf1;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 10px
}

.artblock .artContent {
	padding: 20px 0;
	border-bottom: 1px solid #e6e6e6
}

.artblock .artContent img {
	max-width: 100%
}

.artblock .artbottom {
	font-size: 16px;
	color: grey;
	padding: 8px 0 24px
}

.artblock .artbottom .like:before {
	display: inline-block;
	content: '';
	width: 21px;
	height: 26px;

	position: relative;
	top: 5px;
	margin-right: 5px
}

.artblock .artbottom .like.act:before {
	background-position: left bottom
}

.artblock .artbottom .marks:before {
	display: inline-block;
	content: '';
	width: 22px;
	height: 22px;

	position: relative;
	top: 5px;
	margin-right: 5px
}

.artblock .artbottom .marks.act:before {
	background-position: right bottom
}

.artblock .artbottom span {
	display: inline-block;
	margin-right: 20px;
	cursor: pointer
}

.h_change_page {
	border-top: 1px solid #f2f2f2;
	padding: 12px 0
}

.h_change_page .item {
	float: left;
	width: 50%
}

.h_change_page .item:first-child {
	border-right: 1px solid #f2f2f2
}

.h_change_page a {
	color: #333;
	display: block;
	font-size: 14px;
	line-height: 27px
}

.h_change_page a p {
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.h_change_page a:hover {
	color: #3885e1
}

.h_news_box {
	background: #fff;
	padding: 0 30px 20px;
	margin: 20px 10px 0 0;
}

.h_news_box .tl {
	padding: 15px 0;
	border-bottom: 1px solid #f2f2f2
}

.h_news_box .tl .act {
	position: relative;
	display: inline-block;
	padding-left: 15px;
	font-size: 16px;
	margin-right: 20px
}

.h_news_box .tl .act:before {
	display: block;
	content: '';
	width: 4px;
	height: 18px;
	background: #ff4f15;
	position: absolute;
	top: 0;
	left: 0
}

.h_news_box .h_news_list .item {
	overflow: hidden;
	padding: 5px 0;
	border-bottom: 1px solid #f2f2f2
}

.h_news_box .h_news_list .item .img_box {
	float: left;
	width: 207px;
	height: 120px;
	overflow: hidden;
}
.h_news_box .h_news_list .item .img_box a{
	position: relative;
	display: block;
}
.h_news_box .h_news_list .item .img_box a i{
	background: url(../images/BFAN.png);
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: calc((100% - 38px) / 2);
	z-index: 10;
}
.h_news_box .h_news_list .item .img_box img {
	width: 207px;
	transition: all .6s;
}
.h_news_box .h_news_list .item .vide a:hover img{
	transform: scale(1.2);
}
.h_news_box .h_news_list .item .txt_box {
	float: right;
	width: 650px;
	height: 135px;
	position: relative;
}

.h_news_box .h_news_list .item .txt_box .txt_tit {
	font-weight: 700;
}

.h_news_box .h_news_list .item .txt_box h3 {
	font-size: 18px;
	color: #000;
	padding-bottom: 22px
}

.h_news_box .h_news_list .item .txt_box .m_txt {
	height: 63px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: grey;
}
.h_news_box .h_news_list .item .txt_box p{
	margin-bottom: 10px;
}

.h_news_box .h_news_list .item .txt_box .m_txt a {
	color: grey;
	font-size: 14px;
	line-height: 22px
}

.h_news_box .h_news_list .item .txt_box .b_txt {
	padding-top: 5px
}

.h_news_box .h_news_list .item .txt_box .b_txt .label_box {
	color: #333;
	font-size: 12px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.h_news_box .h_news_list .item .txt_box .b_txt .label_box a{
	color: #808080;
}
.h_news_box .h_news_list .item .txt_box .b_txt .label_box a.h_label {
	display: inline-block;
	padding-right: 16px;
	font-size: 12px
}

.h_news_box .h_news_list .item .txt_box .b_txt .label_box a:hover {
	color: #d43d3d;
}

.h_news_box .h_news_list .item .txt_box .b_txt .h_time,
.item .txt_box .b_txt .h_zan {
	font-size: 14px;
	color: grey;
	vertical-align: middle;
	right: 0;
	bottom: 0;
}

.h_news_box .h_news_list .item .txt_box .b_txt .h_time span {
	vertical-align: middle;
}

.h_news_box .h_news_list .item .txt_box .b_txt .h_zan span {
	vertical-align: middle;
	font-size: 12px;
	margin-right: 5px;
}

.h_news_box .h_news_list .item a:hover {
	color: #116b9e
}

.h_news_box .h_news_list .see_more {
	text-align: center;
	color: #eb1d39;
	line-height: 55px
}

.h_news_box .h_news_list .see_more a {
	color: #eb1d39
}

.artContent {
	word-break: break-all
}

.artContent img {
	max-width: 100%
}

.artContent .tip {
	color:#ff3f00;
	font-size:14px;
	text-indent: 0px;
	text-align: center;
}

.artContent p a span,
.artContent p a {
    background-color: #fff !important;
    color: #eb1d39 !important;
}

#artContent p {
	line-height: 28px;
	margin-bottom: 1.5em;
	font-size: 16px;
	text-align: justify;
	text-indent: 2em;
}

#artContent img {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-indent: 0px;
}

.replys {
	background: #fff;
	padding: 0 30px 20px;
	margin: 20px 10px 0;
	border-top: 2px solid #ff4f15
}

.replys .tl {
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
	padding-top: 30px
}

.replys .tl a {
	position: relative;
	display: inline-block;
	padding-left: 15px;
	font-size: 16px;
	margin-right: 20px;
	color: grey
}

.replys .tl a.act {
	color: #333
}

.replys .tl a.act:before {
	display: block;
	content: '';
	width: 4px;
	height: 18px;
	background: #ff4f15;
	position: absolute;
	top: 0;
	left: 0
}

.replyItems {
	border-bottom: 1px solid #e6e6e6;
	padding: 15px 0 15px 78px;
	position: relative
}

.replyItems .repUserHead {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	overflow: hidden;
	border: 1px solid #0f7498;
	position: absolute;
	top: 15px;
	left: 0
}

.replyItems .repUserHead img {
	width: 100%;
	height: 100%
}

.replyItems .line {
	margin: 0 15px
}

.replyItems .cont {
	font-size: 14px;
	color: #333;
	padding: 15px 0
}

.replyItems .mes1 {
	font-size: 14px;
	color: grey
}

.replyItems .mes1 .a1 {
	font-size: 14px;
	color: #333
}

.replyItems .mes1 .a2 {
	margin-right: 15px;
	font-size: 14px;
	color: grey
}

.replyItems .bottom {
	text-align: right
}

.replyItems .bottom a {
	font-size: 14px;
	color: grey;
	margin-left: 30px
}

.replyItems .bottom a img {
	margin-right: 5px;
	margin-top: -3px
}

.replyItems .reply {
	background: #f2f2f2;
	padding: 0 15px;
	margin-top: 20px
}

.replyItems .reply .replyItem {
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px solid #dfdfdf
}

.replyItems .reply .replyItem .p1 {
	color: #333
}

.replyItems .reply .replyItem .p2 {
	color: grey;
	text-align: right;
	font-size: 14px
}

.replyItems .reply .replyItem a {
	color: #286cbf;
	font-size: 14px
}

.replyItems .reply .replyItem p {
	font-size: 14px
}

.replyItems .tag {
	display: inline-block;
	color: #fff;
	padding: 0 5px;
	font-size: 12px;
	margin: 0 5px
}

.hotTopicList2 {
	margin: 0 20px
}

.hotTopicList2 li {
	position: relative;
	padding: 10px 0 10px 15px;
	border-bottom: 1px solid #f2f2f2
}

.hotTopicList2 li a,
.hotTopicList3 li a {
	font-size: 14px;
	color: #333
}

.hotTopicList2 li a:hover,
.hotTopicList3 li a:hover {
	color: #d43d3d
}

.hotTopicList3 {
	margin: 0;
}

.hotTopicList3 li {
	position: relative;
	padding: 10px;
	border-bottom: 1px solid #f2f2f2
}

.hotTopicList3 li a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	display: block;
}

.hotTopicList2 .hline {
	position: absolute;
	top: 15px;
	left: 0;
	display: block;
	width: 2px;
	height: 13px
}

.plbox {
	background: #fff;
	padding: 0 30px 20px;
	margin: 20px 10px 0
}

.plbox .txt {
	height: 174px;
	border: 1px solid #f2f2f2;
	padding: 5px
}

.plbox .txt textarea {
	width: 100%;
	height: 100%;
	border: none;
	font-size: 14px
}

.plbox .txt a {
	display: block;
    text-align: center;
    padding-top: 74px;
}

.plbox .bt {
	text-align: right;
	padding-top: 15px
}

.plbox .btn {
	background: #3885e1;
	color: #fff;
	width: 120px;
	height: 30px
}

.plbox .username {
	position: absolute;
	top: 85px;
	left: 0;
	font-size: 14px;
	width: 60px
}

.videoBox {
	height: 820px;
	background: #060f1f;
	padding: 30px 0 50px 0
}

.videoBox .vdshow {
	width: 80%;
	float: left;
	height: 730px
}

.videoBox .vdmenu {
	width: 20%;
	float: right;
	height: 730px;
	overflow: hidden
}

.videoBox .vdmenu ul {
	height: 100%;
	width: 100%;
	overflow-y: scroll
}

.videoBox .vdmenu li {
	position: relative;
	border: 5px solid #0f2853
}

.videoBox .vdmenu li a {
	display: block;
	height: 190px
}

.videoBox .vdmenu li a img {
	width: 100%;
	height: 100%
}

.videoBox .vdmenu li p {
	height: 40px;
	width: 100%;

	color: #fff;
	font-size: 16px;
	line-height: 40px;
	padding-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	bottom: 0;
	left: 0
}

.videoBox .vdmenu li:hover {
	border-color: #0f7498
}

.videoBox .vditem {
	height: 100%
}

.rfartmes .bzhead .ic {
	background: #e6e6e6;
	color: #333;
	padding: 0 5px;
	top: 43px
}

.rfartmes .bzhead p {
	margin-top: 10px;
	font-size: 16px;
	font-weight: 700;
	color: #333
}

.rfartmes .bzhead p.user_desc {
	font-size: 14px;
	font-weight: normal;
}

.rfartmes .bzbtn {
	padding-top: 0
}

.rfartmes .artdeta {
	background: 0 0
}

.rfartmes .athdeta .item p {
	margin-bottom: 5px
}

.rfartmes .athdeta .item img {
	margin-top: -5px;
	margin-right: 5px
}

.aboutPostList {
	padding: 20px 30px
}

.aboutPostList .media {
	margin-bottom: 20px
}

.aboutPostList .media a:hover {
	color: #3885e1
}

.aboutPostList .media:last-child {
	margin-bottom: 0
}

.aboutPostList .media-left {
	padding-right: 15px
}

.aboutPostList .media-heading {
	font-size: 14px;
	color: #333
}

.aboutPostList .media-body {
	position: relative
}

.aboutPostList .media-body .time {
	color: grey;
	font-size: 14px;
	position: absolute;
	bottom: 0;
	left: 0
}

.ListItem {
	background: #fff;
	padding: 0 30px
}

.ListItem .litem {
	padding: 20px 0;
	border-bottom: 2px solid #efefef;
	margin-top: 0
}

.ListItem .litem:hover {
	border-bottom: 2px solid #d43d3d;
}

.ListItem .litem .media-heading {
	font-size: 18px;
	color: #333;
	line-height: 20px;
	margin-bottom: 25px
}

.ListItem .litem .media-heading a {
	font-size: 18px;
	color: #333
}

.ListItem .litem .media-heading a:hover {
	color: #d43d3d
}

.ListItem .litem .media-heading span {
	font-size: 12px;
	color: #bfbfbf;
	float: right
}

.ListItem .media-left {
	padding-right: 15px;
	position: relative;
}
.ListItem .media-left a{
	width: 230px;
	display: inline-block;
	height: 150px;
	overflow: hidden;
}
.ListItem .vide a img:first-child{
	width: 40px;
	position: absolute;
	top: calc((100% - 40px) / 2);
	left: calc((100% - 60px) / 2);
	z-index: 1;
}
.ListItem .vide a img:last-child{
	transition: all .6s;
}
.ListItem .vide a:hover img:last-child{
	transform: scale(1.2);
}
.ListItem .media-body {
	font-size: 14px;
	color: grey;
	position: relative
}

.ListItem .media-body .dt {
	line-height: 24px;
	font-size: 14px
}

.ListItem .media-body .bottomMes {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}

.ListItem .media-body .bottomMes .fr span {
	width: 55px
}

.ListItem .media-body .bottomMes .fr span:first-child {
	margin-right: 25px
}

.z-avatar-group {
	height: 20px;
}

.z-avatar-group .z-avatar-pic {
	display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
	border-radius: 50%;
	margin-right: 10px;
	text-align: center;
}

.z-avatar-group .z-avatar-pic img {
	max-width: 100%;
	vertical-align: top;
	margin: 0;
}

.z-avatar-group .z-avatar-name {
	font-size: 14px;
    max-width: 118px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 5px;
	text-overflow: ellipsis;
	line-height: 20px;
    color: #999;
}

.z-avatar-group a:hover {
	color: #d43d3d;
}

.ListItem .media-body .bottomMes .fr span.z-foot-zan {
	margin-right: 0;
}

.z-foot-zan, .z-foot-favorite, .z-foot-comment {
	cursor: pointer;
}

.media-body .bottomMes .z-foot-r {
	font-size: 12px;
    color: #bfbfbf;
}

.ListItem .media-body .bottomMes span {
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
	line-height: 20px
}

.ListItem .media-body .bottomMes span img {
	/* margin-top: -3px; */
	/* margin-right: 10px */
}

.ListItem .litem:first-child {
	padding-top: 0
}

.ListItem .litem:last-child {
	/* border-bottom: 0 */
}

.lvup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	z-index: 999
}

.lvup .upbox {
	width: 585px;
	height: 585px;

	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -292px;
	margin-top: -292px
}

.lvup .upbox:before {
	display: block;
	content: "";
	width: 158px;
	height: 210px;
	margin: 126px auto 0
}

.lvup .upbox p {
	text-align: center
}

.lvup .upbox .p1 {
	font-size: 22px;
	color: #0f7498;
	margin-bottom: 10px;
	padding-top: 60px
}

.lvup .upbox .p2 {
	font-size: 14px;
	color: grey
}

.lvup .upbox .p2 span {
	color: #ff4f15;
	font-size: 16px;
	font-weight: 700
}

.lvup .lv1:before {

}

.lvup .lv2:before {

}

.lvup .lv3:before {

}

.wc_indexTop {
	background: #6712d1;
	height: 126px
}

.wc_matchSlide {
	height: 750px;
	position: relative;
	background-color: #0a1931
}

.wc_matchSlide .wc_ms {
	opacity: 0
}

.wc_matchSlide .wc_ms .swiper-slide {
	width: 1200px;
	color: #fff;
	position: relative;
	overflow: hidden
}

.wc_matchSlide .wc_bannerSlide {
	height: 100%
}

.wc_matchSlide .wc_msw .lf {
	width: 74%;
	float: left;
	position: relative;
	overflow: hidden
}

.wc_matchSlide .wc_msw .rf {
	width: 23%;
	float: right;
	position: relative;
	margin-right: 25px
}

.wc_matchSlide .mask {
	position: absolute;
	width: 100%;
	height: 100%;

	z-index: 999;
	left: 0;
	top: 0;
	-webkit-transition: linear 1s all;
	-moz-transition: linear 1s all;
	-ms-transition: linear 1s all;
	-o-transition: linear 1s all;
	transition: linear 1s all
}

.wc_matchSlide .swiper-slide-active .mask {
	width: 0
}

.wc_matchSlide .videoPost {
	position: relative
}

.wc_matchSlide .bottommes {
	color: #FFF;
	font-size: 14px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;

	padding-left: 15px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: linear .2s all;
	-moz-transition: linear .2s all;
	-ms-transition: linear .2s all;
	-o-transition: linear .2s all;
	transition: linear .2s all
}

.wc_matchSlide .bottommes a {
	display: inline-block
}

.wc_matchSlide .swiper-scrollbar {
	width: 4px;
	height: 100%;
	position: absolute;
	right: -10px;
	bottom: 0;
	z-index: 1
}

.wc_matchSlide .videoList {
	height: 602px;
	overflow: hidden
}

.wc_matchSlide .videoList .swiper-slide {
	width: auto
}

.wc_matchSlide .videoList li {
	position: relative;
	border: 5px solid #0f2853;
	overflow: hidden
}

.wc_matchSlide .videoList li.act,
.wc_matchSlide .videoList li:hover {
	border-color: #2256b0
}

.wc_matchSlide .videoList li:hover .bottommes {
	bottom: -40px
}

.wc_matchSlide .rf .swiper-scrollbar-drag {
	background: #535c6b
}

.wc_matchSlide .rf .swiper-scrollbar,
.wc_matchSlide .rf .swiper-scrollbar-drag {
	width: 10px
}

.wc_matchSlide .wc_ms {
	padding-top: 30px
}

.wc_matchSlide .wc_ms .pagination {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	min-width: 1300px
}

.wc_matchSlide .wc_ms .pagination span {
	font-size: 24px;
	color: #fff;
	cursor: pointer;
	display: inline-block
}

.wc_matchSlide .wc_ms .pagination span:before {
	display: block;
	content: '';
	width: 307px;
	height: 14px;

	margin-bottom: 10px;
	-webkit-transition: linear .2s all;
	-moz-transition: linear .2s all;
	-ms-transition: linear .2s all;
	-o-transition: linear .2s all;
	transition: linear .2s all
}

.wc_matchSlide .wc_ms .pagination .swiper-active-switch:before {
	background-position: top
}

.todayMatch {
	background-color: #193d7b;
	background-repeat: no-repeat;
	padding-left: 61px;
	height: 150px;
	margin-top: -30px;
	padding-top: 15px;
	position: relative;
	padding-right: 43px;
	box-shadow: 0 5px 5px rgba(169, 169, 169, .5)
}

.todayMatch .swiper-container {
	padding-left: 41px;
	overflow: hidden;
	height: 134px
}

.todayMatch .swiper-slide {
	width: 255px;
	height: 134px
}

.todayMatch .glyphicon-menu-left,
.todayMatch .glyphicon-menu-right {
	font-size: 29px
}

.todayMatch .wc_matchItem {
	width: 210px;
	height: 120px;
	background: #fff;
	position: relative
}

.todayMatch .wc_matchItem a {
	display: block;
	height: 100%
}

.todayMatch .wc_matchItem .top {
	background: #08152b;
	text-align: right;
	line-height: 30px;
	height: 30px;
	padding-right: 15px;
	color: #fff
}

.todayMatch .wc_matchItem .top span {
	color: #c4c4c4;
	margin-right: 10px
}

.todayMatch .wc_matchItem .matchStatus {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	font-size: 14px
}

.todayMatch .wc_matchItem .matchStatus span {
	display: inline-block;
	padding: 0 0 0 5px;
	color: #fff;
	font-size: 12.5px;
	line-height: 30px
}

.todayMatch .wc_matchItem .matchStatus span:after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-top: 30px solid #fff;
	border-right: 15px solid transparent;
	position: absolute;
	right: -15px;
	bottom: 0
}

.todayMatch .wc_matchItem .matchStatus.sRed {
	border-top: 2px solid #da001f
}

.todayMatch .wc_matchItem .matchStatus.sRed span {
	position: relative;
	background: #da001f
}

.todayMatch .wc_matchItem .matchStatus.sRed span:after {
	border-top-color: #da001f
}

.todayMatch .wc_matchItem .matchStatus.sBlue {
	border-top: 2px solid #105cb8
}

.todayMatch .wc_matchItem .matchStatus.sBlue span {
	position: relative;
	background: #105cb8
}

.todayMatch .wc_matchItem .matchStatus.sBlue span:after {
	border-top-color: #105cb8
}

.todayMatch .wc_matchItem .matchStatus.sGray {
	border-top: 2px solid grey
}

.todayMatch .wc_matchItem .matchStatus.sGray span {
	position: relative;
	background: grey
}

.todayMatch .wc_matchItem .matchStatus.sGray span:after {
	border-top-color: grey
}

.todayMatch .wc_sc {
	display: inline-block;
	width: 90px;
	height: 200px;
	background: #105cb8;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99
}

.todayMatch .arrow-left {
	position: absolute;
	top: 50%;
	left: 63px;
	font-size: 40px;
	color: #286cbf;
	z-index: 999;
	margin-top: -20px;
	font-weight: 400
}

.todayMatch .arrow-right {
	position: absolute;
	top: 50%;
	right: 13px;
	font-size: 40px;
	color: #286cbf;
	z-index: 999;
	margin-top: -20px;
	font-weight: 400
}

.todayMatch .matchDeta {
	width: 100%;
	height: 90px
}

.todayMatch .matchDeta td {
	text-align: center
}

.todayMatch .matchDeta .t1 p {
	font-size: 12px;
	color: #193d7b;
	margin: 4px 4px -7px;
	width: 65px;
	overflow: hidden;
	white-space: nowrap
}

.todayMatch .matchDeta .t2 {
	font-size: 30px
}

.todayMatch .matchDeta .t2 span {
	color: #da0040
}

.todayMatch .matchDeta .t2 i {
	color: #105cb8
}

.todayMatch .matchDeta .t3 {
	font-size: 18px
}

.todayMatch .matchDeta .t3 .time {
	font-size: 14px
}

.all_bs_box {

	position: relative
}

.all_bs_box .all_bs_btn {
	width: 152px;
	height: 25px;
	line-height: 24px;
	display: inline-block;
	font-size: 14px;
	color: #006fb9;
	text-align: center;

	background-size: 100%;
	white-space: nowrap;
	position: relative;
	z-index: 9999999
}

.all_bs_box .all_bs_tk {
	width: 1033px;
	background: #fafafa;
	position: absolute;
	z-index: 9999;
	padding: 14px 17px;
	left: 50%;
	margin-left: -516px;
	display: none
}

.all_bs_box .all_bs_tk .all_xz_list {
	background: #134c99;
	padding: 8px;
	border-radius: 15px;
	width: 479px;
	margin: 0 10px 10px
}

.all_bs_box .all_bs_tk .all_xz_list dt {
	color: #fff;
	padding-bottom: 5px;
	font-weight: 400
}

.all_bs_box .all_bs_tk .all_xz_list dt .key {
	font-size: 30px;
	float: left;
	margin-top: 7px
}

.all_bs_box .all_bs_tk .all_xz_list dt .key small {
	font-size: 16px
}

.all_bs_box .all_bs_tk .all_xz_list dt .qd_list {
	float: left;
	padding-left: 24px
}

.all_bs_box .all_bs_tk .all_xz_list dt .qd_list .qd_item {
	float: left;
	min-width: 64px;
	text-align: center;
	font-weight: 400;
	font-size: 12px
}

.all_bs_box .all_bs_tk .all_xz_list dt .qd_list .qd_item p {
	font-size: 12px;
	padding-bottom: 3px
}

.all_bs_box .all_bs_tk .all_xz_list dt .qd_list .qd_item img {
	width: 29px;
	height: 29px;
	border-radius: 50%
}

.all_bs_box .all_bs_tk .all_xz_list .xz_bs_details {
	line-height: 22px;
	border-radius: 10px;
	background: #d5e0ff;
	width: 100%;
	font-size: 13px;
	color: #0b1f58;
	overflow: hidden
}

.all_bs_box .all_bs_tk .all_xz_list .xz_bs_details tr:nth-child(even) {
	background: #84a4ff
}

.all_bs_box .all_bs_tk .all_xz_list .xz_bs_details tr:hover {
	opacity: .8
}

.all_bs_box .all_bs_tk .all_xz_list .xz_bs_details td {
	font-size: 13px;
	color: #0b1f58
}

.all_bs_tk_share {
	content: '';
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 999;
	display: none
}

.wc_lay .lfCont {
	width: 77.8%;
	float: left
}

.wc_lay .rfCont {
	width: 21.4%;
	float: right
}

.wc_lay .adbox {
	height: 120px;
	background: #c5c5c5
}

.wc_f1news {
	margin: 0 -5px
}

.wc_f1news .item {
	width: 50%;
	float: left;
	padding: 0 5px
}

.wc_f1news .toptl1 {
	height: 60px;
	background-color: #efefef;
	box-shadow: 5px 5px 5px #e2e2e2
}

.wc_f1news .cont {
	background: #fff;
	margin-top: 20px;
	padding: 20px
}

.wc_f1news .ibx {
	overflow: hidden;
	position: relative
}

.wc_f1news .ibx img {
	width: 100%
}

.wc_f1news .ibx a {
	display: block
}

.wc_f1news .ibx p {
	width: 100%;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	padding-left: 15px;

	position: absolute;
	bottom: 0;
	left: 0
}

.wc_f1news .f1newsTl2 {
	font-size: 18px;
	font-weight: 700
}

.wc_f1news .f1newsTl2 span {
	margin: 0 15px;
	color: #ff4f15
}

.wc_f1news .f1newsTl2 a {
	color: #333;
	font-size: 18px
}

.wc_f1news .item a:hover {
	color: #ff4f15
}

.wc_f1news .f1newslist li {
	font-size: 14px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.wc_f1news .f1newslist li span {
	color: #ff4f15;
	margin: 0 10px
}

.wc_f1news .f1newslist li a {
	font-size: 14px
}

.wc_f1news .f1newslist li .fb {
	font-weight: 700;
	margin-right: 15px
}

.wc_f1news .newtextitem .f1newsTl2 {
	margin: 28px 0
}

.wc_f1news .newtextitem .f1newsTl2 a {
	display: block;
	font-size: 18px
}

.wc_f1news .newtextitem .f1newsTl2:first-child {
	margin-top: 0
}

.wc_ibx2 {
	margin: 0 -5px;
	padding-top: 10px
}

.wc_ibx2 .item {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 10px;
	float: left
}

.wc_ibx2 a {
	display: inline-block;
	width: 100%;
	position: relative
}

.wc_ibx2 a img {
	width: 100%
}

.wc_ibx2 p {
	width: 100%;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	padding-left: 10px;

	position: absolute;
	bottom: 0;
	left: 0
}

.wc_itbox {
	padding: 10px;
	background: #fff;
	margin-bottom: 15px
}

.wc_itbox .tl {

	height: 30px;
	color: #333;
	font-size: 18px;
	margin-bottom: 10px
}

.wc_itbox .ltbox {
	height: 100px;
	background-color: #c5c5c5
}

.wc_itbox .tl2 {

}

.wc_itbox .wc_rooundTag {
	margin-bottom: 10px;
	margin-left: 10px
}

.wc_itbox .wc_rooundTag a {
	display: inline-block;
	float: left;
	width: 22px;
	height: 22px;
	font-size: 14px;
	color: grey;
	margin-right: 5px;
	text-align: center;
	line-height: 22px;
	border-radius: 3px
}

.wc_itbox .wc_rooundTag a.act,
.wc_itbox .wc_rooundTag a:hover {
	background: #da001f;
	color: #fff
}

.wc_itbox .listTb {
	width: 100%
}

.wc_itbox .listTb td {
	text-align: center;
	font-size: 14px
}

.wc_itbox .listTb thead {

}

.wc_itbox .listTb thead td {
	height: 30px
}

.wc_itbox .listTb tbody td {
	padding: 6px 0
}

.wc_itbox .listTb tbody tr:first-child td {
	padding-top: 10px
}

.wc_adbox1 {
	height: 100px;
	background-color: red;
	margin: 20px 0
}

.wc_btitle {
	height: 60px;
	background-color: #1f2e67;
	background-repeat: no-repeat;
	background-size: 100%
}

.wc_topic_fb .wc_teamRound .teamRoundItem {
	width: 50%;
	height: 110px;
	position: relative;
	float: left
}

.wc_topic_fb .wc_teamRound .lftitle {
	width: 10%;
	float: left;
	background: #08152b;
	color: #fff;
	height: 110px;
	font-size: 26px;
	line-height: 110px;
	cursor: pointer;
	text-align: center
}

.wc_topic_fb .wc_teamRound .lftitle:hover {
	background: #0d5fe9
}

.wc_topic_fb .wc_teamRound .rfTeam {
	width: 90%;
	float: right;
	height: 110px;
	border-bottom: 1px solid #efefef;
	background: #fff
}

.wc_topic_fb .wc_teamRound .rfTeam .countryItem {
	width: 25%;
	float: left;
	height: 110px;
	text-align: center;
	padding-top: 12px
}

.wc_topic_fb .wc_teamRound .rfTeam .countryItem a {
	display: block
}

.wc_topic_fb .wc_teamRound .rfTeam .countryItem p {
	font-size: 14px
}

.wc_topic_fb .wc_teamRound .groupTip {
	width: 90%;
	height: 110px;

	padding: 10px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 10%;
	text-indent: 10px;
	font-size: 12px;
	display: none
}

.wc_topic_fb .newsInfo {
	background: #fff
}

.wc_topic_fb .newsInfo .lfGroup {
	width: 10%;
	float: left
}

.wc_topic_fb .newsInfo .lfGroup a {
	display: block;
	text-align: center;
	line-height: 51px;
	font-size: 18px;
	color: #fff;
	background: #08152b
}

.wc_topic_fb .newsInfo .lfGroup a.act,
.wc_topic_fb .newsInfo .lfGroup a:hover {
	background: #0d5fe9
}

.wc_topic_fb .newsInfo .rfNews {
	float: left;
	width: 90%;
	padding: 0 20px
}

.wc_topic_fb .newsInfo .rfNews .wc_f1newsTl2 {
	margin: 17px 0
}

.wc_topic_fb .newsInfo .rfNews .wc_f1newslist li {
	margin-bottom: 3px
}

.wc_topic_fb .newsInfo .rfNews .groupNews {
	max-width: 485px;
	display: inline-block
}

.wc_topic_fb .newsInfo .rfNews .groupMatch {
	width: 300px;
	float: right;
	padding-top: 10px
}

.wc_topic_fb .newsInfo .rfNews .gm_intList {
	width: 100%
}

.wc_topic_fb .newsInfo .rfNews .gm_intList thead {
	background: #f2f2f2
}

.wc_topic_fb .newsInfo .rfNews .gm_intList tbody {
	background: #fafafa
}

.wc_topic_fb .newsInfo .rfNews .gm_intList td {
	font-size: 14px;
	padding: 5px 0;
	text-align: center
}

.wc_topic_fb .newsInfo .rfNews .gm_intListsc {
	padding: 10px 20px;
	background: #fafafa;
	position: relative
}

.wc_topic_fb .newsInfo .rfNews .gm_intListsc .swiper-slide {
	width: 100%
}

.wc_topic_fb .newsInfo .rfNews .gm_intListsc .swiper-container {
	height: 130px
}

.wc_topic_fb .newsInfo .rfNews .gm_intListsc .box {
	float: left;
	width: 50%;
	font-size: 12px;
	color: grey;
	margin-bottom: 10px
}

.wc_topic_fb .newsInfo .rfNews .gm_intListsc .swiper-scrollbar {
	width: 8px;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1
}

.wc_topic_fb .newsInfo .rfNews .gm_intListsc .swiper-scrollbar-drag {
	background: #193d7b
}

.wc_linetitle {
	color: #333;
	font-size: 18px;
	position: relative;
	margin: 10px 0;
	font-weight: 700;
	padding-left: 15px
}

.wc_linetitle:before {
	display: block;
	content: '';
	width: 5px;
	height: 20px;

	position: absolute;
	top: 3px;
	left: 0
}

.wc_f1newsTl2 {
	font-size: 18px;
	font-weight: 700
}

.wc_f1newsTl2 span {
	margin: 0 15px;
	color: #ff4f15
}

.wc_f1newsTl2 a {
	color: #333;
	font-size: 18px
}

.wc_f1newsTl2 a:hover {
	color: #ff4f15
}

.wc_f1newslist {
	margin-top: 18px
}

.wc_f1newslist li {
	font-size: 14px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.wc_f1newslist li span {
	color: #ff4f15;
	margin: 0 10px
}

.wc_f1newslist li a {
	font-size: 14px
}

.wc_f1newslist li a:hover {
	color: #ff4f15
}

.wc_f1newslist li .fb {
	font-weight: 700;
	margin-right: 15px
}

.wc_mdmediaItem {
	background: #fff;
	padding: 10px;
	font-size: 12px;
	color: grey
}

.wc_mdmediaItem a {
	color: grey;
	display: inline-block
}

.wc_mdmediaItem .media-body .media-body .media-heading {
	color: #333;
	margin-bottom: 10px;
	font-size: 14px
}

.wc_mdmediaItem .deta {
	margin-top: 10px
}

.wc_picbox {
	height: 600px;
	background: #08152b;
	margin: 20px 0
}

.wc_picbox h3 {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	padding: 17px
}

.wc_picbox tr:first-child td:first-child {
	width: 34.15%
}

.wc_picbox td {
	border: 1px solid #08152b;
	width: 21.9%;
	overflow: hidden;
	position: relative
}

.wc_picbox td img {
	width: 100%;
	height: 100%
}

.wc_picbox td .pic_txt {
	position: absolute;
	color: #fff;
	width: 100%;
	bottom: 0;
	left: 0;

	background-size: auto 100%;
	padding: 24px 15px 15px;
	font-size: 14px;
	display: none
}

.wc_picbox td a:hover .pic_txt {
	display: block
}

.wc_teamCombat {
	background: #fff
}

.wc_teamCombat .wc_tcb {
	text-align: center;
	width: 9%;
	float: left
}

.wc_teamCombat .wc_tcbbottom {
	height: 350px;
	background-color: #08152b
}

.wc_teamCombat .wc_redtop {
	background: #da001f;
	line-height: 60px;
	color: #fff;
	font-size: 24px;
	font-weight: 700
}

.wc_teamCombat .wc_tcnews {
	width: 91%;
	float: left;
	padding: 11px 15px
}

.wc_teamCombat .wc_imgnews {
	width: 50%;
	float: left
}

.wc_teamCombat .wc_team img {
	border-radius: 100%;
	border: 1px solid #fff;
	margin-bottom: 5px
}

.wc_teamCombat .wc_team p {
	color: #fff;
	font-size: 12px
}

.wc_teamCombat .wc_vs {
	font-size: 40px;
	color: #fff;
	font-weight: 700;
	margin: 50px 0
}

.wc_teamCombat .wc_team:first-child {
	padding-top: 20px
}

.wc_teamCombat .wc_tcnewsList {
	width: 50%;
	float: right;
	padding-top: 10px;
	padding-left: 15px
}

.wc_teamCombat .wc_tcnewsList .wc_f1newsTl2 {
	margin-bottom: 20px
}

.wc_teamCombat .wc_tcnewsList .wc_f1newslist li {
	margin-bottom: 8px
}

.wc_vote {
	background: #fff;
	padding: 15px
}

.wc_vote .wc_voteblock h3 {
	color: #333;
	font-size: 18px;
	margin-bottom: 5px
}

.wc_vote .wc_voteblock label {
	font-weight: 400;
	margin: 0;
	cursor: pointer
}

.wc_vote .wc_voteblock label input {
	width: 15px;
	height: 15px;

	position: relative;
	top: -3px
}

.wc_vote .wc_voteblock label input:checked {
	background-position: bottom
}

.wc_vote table {
	width: 100%
}

.wc_vote table td {
	padding: 3px 0;
	font-size: 14px;
	color: #333
}

.wc_vote .voteline {
	background: #f2f2f2;
	position: relative;
	display: inline-block;
	width: 70px;
	height: 10px;
	border-radius: 15px;
	text-align: left;
	margin-right: 10px
}

.wc_vote .voteline i {
	display: block;
	height: 10px;
	border-radius: 15px;
	background: #ff4f15
}

.wc_vote .btn {
	width: 80px;
	height: 30px;
	color: #fff;
	font-size: 12px
}

.wc_map {
	background: #fff
}

.wc_map .mapblock {
	padding-top: 78px;
	float: left;
	border-right: 1px solid #f2f2f2;
	width: 81%;
	height: 600px;
	overflow: hidden
}

.wc_map .mapblock .map {
	width: 780px;
	height: 420px;
	margin: 0 auto
}

.wc_map .pedeta {
	padding: 15px;
	width: 19%;
	float: right
}

.wc_map .pedeta h4 {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px
}

.wc_map .pedeta img {
	margin-bottom: 10px;
	width: 100%
}

.wc_map .txt h4 {
	color: #da001f;
	font-size: 14px;
	font-weight: 700
}

.wc_map .txt p {
	font-size: 12px;
	color: #333;
	text-indent: 15px;
	line-height: 20px
}

.wc_map .map {
	position: relative
}

.wc_map .map i {
	display: block;
	width: 15px;
	height: 25px;

	position: absolute;
	cursor: pointer
}

.wc_map .map .i0 {
	top: 148px;
	left: 249px
}

.wc_map .map .i1 {
	top: 100px;
	left: 106px
}

.wc_map .map .i2 {
	top: 150px;
	left: 106px
}

.wc_map .map .i3 {
	top: 174px;
	left: 147px
}

.wc_map .map .i4 {
	top: 193px;
	left: 139px
}

.wc_map .map .i5 {
	top: 204px;
	left: 67px
}

.wc_map .map .i6 {
	top: 214px;
	left: 175px
}

.wc_map .map .i7 {
	top: 223px;
	left: 229px
}

.wc_map .map .i8 {
	top: 231px;
	left: 100px
}

.wc_map .map .i9 {
	top: 242px;
	left: 25px
}

.wc_map .showBlock {
	background: rgba(0, 0, 0, .8);
	width: 301px;
	height: 266px;
	border-radius: 6px;
	padding: 10px;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	display: none;
	font-size: 12px
}

.wc_map .showBlock:before {
	display: block;
	content: '';
	width: 31px;
	height: 34px;

	position: absolute;
	bottom: -34px;
	left: 0
}

.wc_map .showBlock img {
	width: 100%;
	margin-bottom: 10px;
	line-height: 20px
}

.wc_course {
	text-align: center;
	margin-bottom: 10px
}

.wc_courseCont h4 {
	font-size: 24px;
	color: #333;
	margin-bottom: 20px
}

.wc_courseCont .imgbox {
	margin-bottom: 20px
}

.wc_courseCont .imgbox img {
	width: 50%;
	float: left;
	display: inline-block
}

.wc_courseCont p {
	font-size: 14px;
	color: grey;
	margin-bottom: 20px
}

.wc_cityIntr {
	background: #fff;
	padding: 20px
}

.wc_cityIntr .wcci {
	margin-bottom: 30px
}

.wc_cityIntr .wcci img {
	margin-bottom: 10px;
	width: 100%
}

.wc_cityIntr .wcci p {
	font-size: 12px;
	color: grey;
	line-height: 24px
}

.wc_cityIntr .wcci p span {
	color: #0f7498;
	font-size: 18px;
	margin-right: 10px;
	font-weight: 700
}

.baseTitleLine2 {
	/* height: 60px; */
	height: 45px;
	border-bottom: 1px solid #d43d3d;
	position: relative;
	margin-left: 0;
	margin-right: 0;
}

.baseTitleLine2 h2,
.baseTitleLine2 h4 {
	width: 180px;
	/* height: 60px; */
	height: 45px;
	background: url(/skins/images/v19/baseTitleIcon1.png) no-repeat;
	/* padding-left: 27px; */
	padding-left: 50px;
	/* line-height: 60px; */
	line-height: 45px;
	color: #fff;
	position: absolute;
	/* top: 6px; */
	/* left: -10px; */
	font-size: 18px;
	font-weight: bold;
}

.tagNews .baseTitleLine2 h4 {
	background: none;
	color: #d43d3d;
}

.baseTitleLine2 .icon img {
	position: absolute;
	left: 0;
	height: 45px;
	width: 45px;
	padding: 5px;
}

.baseTitleLine2 .zqIcon:before {
	display: inline-block;
	content: '';
	width: 25px;
	height: 25px;


	position: absolute;
	/* top: 7px; */
	/* margin-right: 6px; */
	width: 45px;
	height: 45px;
	left: 0;
}

.baseTitleLine2 .djIcon:before {
	display: inline-block;
	content: '';
	width: 25px;
	height: 25px;

	position: absolute;
	width: 45px;
	height: 45px;
	left: 0;
}

.baseTitleLine2 .lqIcon:before {
	display: inline-block;
	content: '';
	width: 25px;
	height: 25px;


	position: absolute;
	/* top: 7px; */
	/* margin-right: 6px; */
	width: 45px;
	height: 45px;
	left: 0;
}

.baseTitleLine2 .linkIcon:before {
	display: inline-block;
	content: '';
	width: 25px;
	height: 25px;


	position: absolute;
	/* top: 7px; */
	/* margin-right: 6px; */
	width: 45px;
	height: 45px;
	left: 0;
}

.baseTitleLine2 .appIcon:before {
	display: inline-block;
	content: '';
	width: 25px;
	height: 25px;

	position: relative;
	top: 5px;
	margin-right: 6px
}

.baseTitleLine2 .vidIcon:before {
	display: inline-block;
	content: '';
	width: 45px;
	height: 45px;

	position: absolute;
	left: 0;
}

.baseTitleLine2 .listIcon:before {
	display: inline-block;
	content: '';
	width: 45px;
	height: 45px;

	position: absolute;
	left: 0;
}

.baseTitleLine2 .bbsIcon:before {
	display: inline-block;
	content: '';
	width: 28px;
	height: 26px;

	position: relative;
	top: 5px;
	margin-right: 6px
}

.baseTitleLine2 .fire:before {
	display: inline-block;
	content: '';
	width: 22px;
	height: 27px;


	position: absolute;
	/* top: 5px; */
	/* margin-right: 6px; */
	width: 45px;
	height: 45px;
	left: 0;
}

.baseTitleLine2 .match:before {
	display: inline-block;
	content: '';

	position: absolute;
	width: 45px;
	height: 45px;
	left: 0;
}

h4.logoIcon {
	padding-left: 85px;
	background: none;
    color: #d43d3d;
}

h4.logoIcon img {
	left: 20px !important;
}

.baseTitleLine2 .navMenu {
	padding-left: 10px;
}

.baseTitleLine2 .navMenu li {
	margin-right: 20px;
	float: left;
	line-height: 60px;
	line-height: 45px;
}

.whitebg {
	background: #fff;
}

.pad-l10 {
	padding-left: 10px;
}

.hotteam-list {
	display: flex;
	flex-flow: wrap;
}

.hotteam-list a.hotteam-name {
	padding:10px;
	white-space: nowrap;
}

.hotteam-list .hotteam-name:hover {
	color:red;
	font-weight: bold;
}

.baseTitleLine2 .navMenu a {
	display: inline-block;
	width: auto;
	min-width: 70px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 4px;
	color: grey
}

.baseTitleLine2 .playerMenu a {
	min-width: auto;
}

.baseTitleLine2 .navMenu li.act a {
	color: #fff;
	background: #d43d3d;
}

.baseTitleLine2 .playerMenu li.act a {
	color: #d43d3d !important;
	background: none !important;
	font-weight: 700;
}

.baseTitleLine2 .navMenu li.active a {
	color: #fff;
	background: #d43d3d;
}

.baseTitleLine2 .playerMenu li.active a {
	color: #d43d3d !important;
	background: none !important;
	font-weight: 700;
}

.baseTitleLine2 .navMenu a:hover {
	color: #fff;
	background: #d43d3d;
}

.baseTitleLine2 .playerMenu a:hover {
	color: #d43d3d !important;
	background: none !important;
}

.tagNews .baseTitleLine2 .navMenu li.active a {
	background: none;
	color: #d43d3d;
	font-weight: bold;
}

.tagNews .baseTitleLine2 .navMenu li:hover {
	background: none;
	color: #d43d3d;
}

.baseTitleLine2 .tlreadmore {
	float: right;
	font-size: 14px;
	color: grey;
	margin-top: 15px;
	margin-right: 30px
}

.baseTitleLine3 .tlreadmore {
	position: absolute;
	font-size: 14px;
	color: #808080;
	top: 15px;
	right: 15px
}

.baseTitleLine3 .tlreadmore:hover,
.baseTitleLine2 .tlreadmore:hover {
	color: #d43d3d;
}

.MainHotNews {
	margin: 0 -10px
}

.MainHotNews .MainHotNewsL {
	width: 100%;
	float: right;
	padding: 4px 10px 0
}

.MainHotNews .MainHotNewsR {
	width: 68%;
	float: left;
	padding: 0 10px
}

.mFBContent2 {
	padding: 0 30px 0
}

.baseNewsList {
}

.baseNewsList h3,
.baseNewsList h4 {
	margin: 10px 0;
	font-weight: 700;
	line-height: 100%
}

.baseNewsList h3 a,
.baseNewsList h4 a {
	font-size: 18px;
	color: #1e1e1e;
	padding-bottom: 0;
	border-bottom: 0;
}

.baseNewsList h3 span,
.baseNewsList h4 span {
	color: #807e7e;
	font-size: 14px;
	font-weight: 400;
	text-overflow:clip;
}

.baseNewsList h4 span.time {
	/* position: relative; */
	line-height: 25px;
	/* float: right; */
}

.baseNewsList h4 a span,
.baseNewsList h3 a span {
	display: inline-block;
	background: #3884e1;
	position: relative;
	color: #ffffff;
	padding: 0 4px;
	margin-right: 2px;
}

.baseNewsList h4:first-child {
	margin-top: 0
}

.baseNewsList a {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #807e7e;
	line-height: 28px;
	font-size: 14px;
	position: relative;
	padding-bottom: 2px;
	border-bottom: .5px solid #eee;
}

.baseNewsList a:hover {
	color: #d43d3d
}

.baseNewsList a:hover span {
	color: #d43d3d
}

.baseNewsList h3 a:hover span,
.baseNewsList h4 a:hover span {
	color: #fff;
}

.baseNewsList span {
	position: absolute;
	right: 0;
	top: 0
}

.baseNewsList .media {
	margin-top: 0
}

.baseNewsList .media .media-left {
	position: relative
}

.baseNewsList .media .media-body {
	padding-left: 10px
}

.baseNewsList .lines:after {
	display: block;
	content: '';
	width: 1px;
	height: 15px;
	position: absolute;
	top: 5px;
	right: 0
}

.baseNewsList .lines.orange:after {
	background: #ff4f15
}

.baseNewsList .lines.green:after {
	background: #74d889
}

.baseBanner {
	height: 370px;
	margin: 15px 0
}

.baseBanner .swiper-container,
.baseBanner .swiper-slide,
.baseBanner .swiper-wrapper {
	height: 100%;
	position: relative
}

.baseBanner .swiper-slide {
	background-size: auto 100%;
	background-position: center
}

.baseBanner .swiper-slide a {
	display: block;
	height: 100%
}

.baseBanner .slideTitle,
.rfBanner .slideTitle {
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	text-indent: 20px;

	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%
}

.baseBanner .swiper-button {
	position: absolute;
	top: 50%;
	color: #fff;
	font-size: 50px;
	font-weight: 400;
	margin-top: -30px;
	cursor: pointer
}

.baseBanner .swiper-button-prev {
	left: 0
}

.baseBanner .swiper-button-next {
	right: 0
}

.baseBanner .bannerpagination {
	position: absolute;
	bottom: 15px;
	right: 20px
}

.baseBanner .bannerpagination span {
	display: inline-block;
	background: #fff;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 0 5px
}

.baseBanner .bannerpagination .swiper-active-switch {
	background: #ff4f15
}

.imgNewsBox .row {
	margin: 0 -5px
}

.imgNewsBox .item {
	padding: 0 5px 10px;
	position: relative
}

.imgNewsBox .item img {
	width: 100%
}

.imgNewsBox .item a {
	display: block
}

.imgNewsBox .item .ib {
	position: relative
}

.imgNewsBox .item p {
	/* background: #f2f2f2; */
	font-size: 14px;
	height: 50px;
	line-height: 22.5px;
	overflow: hidden;
	padding-top: 5px;
	padding-left: 5px;
	padding: 5px 5px 0 5px;
}

.imgNewsBox .item a:hover p {
	color: #d43d3d;
}

.imgNewsBox .item p span {
	color: grey;
	font-size: 12px;
	display: inline-block;
	margin-top: 5px;
	width: 100%
}

.videoIcon {
	position: relative;
	height: 100%;
	z-index: 99;
	overflow: hidden;
}

.videoIcon:before {
	display: block;
	content: '';
	width: 30px;
	height: 30px;

	background-size: 100%;
	position: absolute;
	left: 10px;
	bottom: 20px;
	z-index: 99
}

.videoIcon:hover:before {

	background-size: 100%;
	background-position: bottom;
	/* transition: all .3s ease-out; */
}

.videoIcon .pic,
.img_box .pic,
.picBox img {
	cursor: pointer;
	transition: all 0.6s;
}

.videoIcon:hover .pic,
.img_box:hover .pic,
.picBox:hover img {
	-webkit-transform: scale(1.55);
    -moz-transform: scale(1.55);
    -ms-transform: scale(1.55);
    -o-transform: scale(1.55);
    transform: scale(1.55)
}

.videoIcon .mask {
	position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    color: #fff;
	background: rgba(0,0,0,.45);
	font-size: 10px;
}

.videoIcon .mask .time {
	margin-left: 4px;
    float: left;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 50%;
}

.videoIcon .icon {
	float: right;
	margin-right: 4px;
}

.videoIcon .icon-video {
    font-size: 0;
    margin-right: 2px;
}


.picBox .ib {
	margin: 0 auto;
	overflow: hidden;
}

.baseWrap1 {
	margin: 20px -5px;
	margin: 10px -5px;
}

.baseWrap1 .box {
	padding: 0 5px
}

.baseWrap1 .baseWrap1L {
	width: 67%;
	float: left
}

.baseWrap1 .baseWrap1R {
	width: 33%;
	float: right
}

.partner-box {
	padding-top: 11px;
	padding-bottom: 22px;
	font-size: 14px;
	font-weight: 400;
	color: #303030;
	line-height: 32px;
	background: #fff;
	padding-left: 30px;
}
.partner-box a {
	padding-right: 1em;
	display: inline-block;
}

.partner-box a:hover {
	color: #7fc0fc;
}

.topicNews {
	background: #fff
}

.hotnewsTi {
	padding: 20px 30px;
	background: #fff;
	padding-bottom: 10px;
}

.hotnewsTi .imgnews {
	width: 31%;
	float: left
}

.hotnewsTi .imgnews .item {
	padding-bottom: 20px;
	padding-bottom: 15px;
}

.hotnewsTi .imgnews .row:last-child .item {
	padding-bottom: 0
}

.hotnewsTi .itembox {
	position: relative;
}

.hotnewsTi .itembox p {
	height: 44px;
	padding-top: 0;
	line-height: 44px;
	height: 40px;
	line-height: 20px;
	position: absolute;
	bottom: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
	color: #fff;
	width: 100%;
}

.hotnewsTi .picBox a:hover p {
	color: #fff;
	background-color: rgba(0, 0, 0, .5);
}

.hotnewsTi .txnews {
	width: 69%;
	float: right
}

.hotnewsTi .txnews .baseNewsList {
	padding-left: 20px
}

.hotnewsTi .txnews .baseNewsList a {
	line-height: 25px;
	padding-right: 85px;
}

.hotnewsTi .txnews .line {
	padding-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #efefef
}

.hotnewsTi .txnews .baseNewsList h4 {
	margin:0;
}

.hotnewsTi .txnews .baseNewsList h4 a {
	/* padding-right: 0; */
}

.newsSlide {
	clear: both;
	position: relative;
	padding-top: 20px;
	margin: 0 9px
}

.newsSlide .swiper-slide {
	padding: 0 5px
}

.newsSlide .swiper-slide a {
	display: block;
	position: relative
}

.newsSlide .swiper-slide p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #fff;
	text-indent: 10px;

}

.newsSlide .swiper-button {
	position: absolute;
	top: 50%;
	font-size: 25px;
	color: grey;
	cursor: pointer
}

.newsSlide .swiper-button-prev {
	left: -20px
}

.newsSlide .swiper-button-next {
	right: -25px
}

.baseTitleLine3 {
	/* height: 60px; */
	height: 45px;
	border-bottom: 1px solid #d43d3d;
	position: relative
}

.baseTitleLine3 p {
	float: left;
	font-size: 18px;
	color: #eb1d39;
	padding-top: 10px;
	padding-left: 10px;
	font-weight: 700
}

.baseTitleLine3 p img {
	position: relative;
	top: -2px;
	margin-right: 10px
}

.baseTitleLine3 h4 {
	float: left;
	font-size: 18px;
	color: #eb1d39;
	/* padding-top: 19px; */
	/* padding-top: 14px; */
	padding-top: 6px;
	padding-left: 10px;
	font-weight: 700
}

.baseTitleLine3 h4.line3-tit {
	padding-top: 13px;
	padding-left: 40px;
}

.baseTitleLine3 h4 img {
	position: relative;
	/* top: -3px; */
	margin-right: 10px
}

.baseTitleLine3 h4 .icon-hot {

	position: absolute;
	width: 20px;
	height: 24px;
	top: 10px;
	left: 10px;
}

.baseTitleLine3 h4 .icon-comment {

	position: absolute;
	width: 20px;
	height: 24px;
	top: 10px;
	left: 10px;
}

.baseTitleLine3 .navMenu {
	padding-left: 140px
}

.baseTitleLine3 .navMenu li {
	margin-right: 10px;
	float: left;
	/* line-height: 60px; */
	line-height: 45px;
}

.baseTitleLine3 .navMenu li a {
	display: inline-block;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 4px;
	color: grey;
	padding: 0 10px
}

.baseTitleLine3 .navMenu li a:hover {
	background: #3884e1;
	background: #d43d3d;
	color: #fff
}

.baseTitleLine3 .navMenu li.act a {
	background: #3884e1;
	background: #d43d3d;
	color: #fff
}

.listtitle {
	background: #f7f7f7;
	/* padding-right: 60px; */
	padding: 0 30px;
	position: relative
}

.listtitle .swiper-container {

	background-position: right
}

.listtitle .swiper-slide {
	padding: 15px
}

.listtitle .swiper-slide a {
	font-size: 16px;
	color: grey
}

.ozbMain .listtitle .swiper-slide a {
	display: block;
	width: 30px;
	text-align: center;
}

.listtitle .swiper-slide a:hover {
	color: #d43d3d;
	font-weight: 700
}

.listtitle .swiper-slide.act a {
	color: #d43d3d;
	font-weight: 700
}

.listtitle .swiper-button-prev {
	position: absolute;
	left: 5px;
	top: 15px;
	color: #d43d3d;
	font-size: 20px;
	cursor: pointer;
	top: 0;
	left: 0;
	height: 52px;
	line-height: 52px;
	background: #fff;
	padding: 0 5px;
}

.listtitle .swiper-button-next {
	position: absolute;
	right: 5px;
	top: 15px;
	color: #d43d3d;
	font-size: 20px;
	cursor: pointer;
	top: 0;
	right: 0;
	height: 52px;
	line-height: 52px;
	background: #fff;
	padding: 0 5px;
}

.listcont {
	background-size: cover;
	background-position: bottom left;
	background-color: #fff;
}

.listcont .group_title {
	margin: 10px 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #006fb9;
}

.listcont table tbody tr:hover {
	background-color: #eee;
}

.listable::-webkit-scrollbar-track-piece {
	background-color: #f1f1f1;
}

.listable::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.listable::-webkit-scrollbar-thumb {
	background-color: #c1c1c1;
	background-clip: padding-box;
	min-height: 28px;
	border-radius: 8px;
}

.listable::-webkit-scrollbar-thumb:hover {
	background-color: #a8a8a8;
}

.listable table {
	width: 100%;
	text-align: center
}

.listable thead td {
	font-size: 16px;
	color: grey;
	text-align: center
}

.listable tbody td:first-child,
.listable thead td:first-child {
	/* padding-left: 15px */
}

.listable tbody td:last-child,
.listable thead td:last-child {
	padding-right: 15px
}

.listable tbody td {
	font-size: 14px;
	color: grey
}

.listable tbody td:nth-child(2),
.listable thead td:nth-child(2) {
	text-align: left
}

.listable td {
	padding: 10px 0
}

.side-change {
	display: none;
    padding: 14px;
    overflow: hidden;
    width: 100%;
}

.side-change.show {
	display: block;
}

.side-change li {
	margin-bottom: 6px;
}

.side-change li:last-child {
	margin-bottom: 0;
}

.side-change li .side-max {
	display: none;
    font-size: 0;
}

.side-change li .side-max:after {
	display: block;
    content: "";
    clear: both;
}

.side-change li .side-max>a {
	float: left;
    margin-right: 14px;
    font-size: 0;
    width: 120px;
    height: 80px;
    text-align: center;
    overflow: hidden;
}

.side-change li .side-max>a:after {
	content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.side-change li .side-max>a img {
	vertical-align: middle;
    width: 100%;
    height: 100%;
}

.side-change li .side-max div.side-jx-r {
	float: left;
    overflow: hidden;
    vertical-align: top;
    font-size: 14px;
    width: 203px;
    height: 80px;
}

.side-change li .side-max div.side-jx-r .side-line-title {
	color: #333;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.side-change li:hover .side-max div.side-jx-r .side-line-title {
	color: #d43d3d;
}

.side-change li.active .side-max {
	display: block;
}

.side-line-title {
	width: 100%;
}

.side-change li .side-max div.side-jx-r div.side-zan-comment {
	font-size: 0;
    color: #999;
}

.side-change li .side-max div.side-jx-r>div {
	margin-top: 8px;
	line-height: 24px;
	height: 24px;
}

.side-change li .side-max div.side-jx-r div.side-zan-comment .s-zan {
	display: inline-block;
    margin-right: 20px;
    color: #999;
    font-size: 14px;
}

.side-change li .side-max div.side-jx-r div.side-zan-comment .s-comment {
	color: #999;
    display: inline-block;
    margin-right: 0;
    font-size: 14px;
}

.side-change li .side-max div.side-jx-r div.side-zan-comment .s-zan i {
	font-size: 16px;
    vertical-align: -2px;
    display: inline-block;
    margin-right: 7px;
}

.side-change li .side-max div.side-jx-r div.side-zan-comment .s-comment i {
	font-size: 16px;
    vertical-align: -2px;
    display: inline-block;
    margin-right: 7px;
}

.side-change li.active .side-min {
	display: none;
}

.listreadmore {
	font-size: 16px;
	color: #eb1d39;
	text-align: center;
	display: block;
	height: 70px;
	line-height: 70px;
	border-top: 1px solid #f2f2f2
}

.addbanner {
	height: 100px;
	background: gray
}

.mb10 {
	margin-bottom: 10px; width: 98%; float: none;
}

.mb20 {
	margin-bottom: 20px
}

.titleTag1 {
	display: inline-block;
	background: #ff4f15;
	color: #fff;
	font-size: 14px;
	float: left;
	padding: 0 5px;
	border-radius: 3px;
	margin-right: 5px
}

.videoWrap .videos {
	padding: 20px 20px 10px 20px;
	background: #fff
}

.videoWrap .videos .imgNewsBox .itembox .boxinfo {
	/* background: #f2f2f2; */
    height: 50px;
    line-height: 100%;
    padding: 5px;
}

.videoWrap .videos .imgNewsBox .itembox .boxinfo p {
	height: 40px;
    overflow: hidden;
    font-size: 14px;
	padding: 0;
	background: none;
}

.videoWrap .videos .imgNewsBox .itembox .boxinfo p:hover {
	color: #d43d3d;
}

.bbsblock {
	margin: 20px 0;
	background: #fff
}

.bbsblock .bbslf {
	width: 34%;
	float: left;
	border-right: 1px solid #efefef
}

.bbsblock .bbsrf {
	width: 66%;
	float: left
}

.bbsblock .box {
	padding: 10px 0
}

.bbsblock .bbspost {
	padding: 0 35px;
	height: 160px;
	position: relative
}

.bbsblock .bbspost .title {
	font-size: 18px;
	color: grey;
	display: inline-block;
	padding: 15px 0
}

.bbsblock .bbspost .title span {
	color: #eb1d39
}

.bbsblock .bbspost p {
	font-size: 14px;
	color: grey;
	line-height: 24px
}

.bbsblock .bbspost .more {
	font-size: 14px;
	color: grey;
	position: absolute;
	bottom: 15px;
	right: 35px
}

.bbsblock .newsSlide {
	padding: 10px 0;
	margin: 0 50px
}

.bbsblock .newsSlide .glyphicon {
	top: -13px
}

.bbsblock .newsSlide .swiper-slide {
	text-align: center;
	padding: 0
}

.bbsblock .box {
	padding: 10px 0
}

.bbsblock .bti {
	margin-top: 10px;
	font-size: 14px;
	color: grey
}

.mainHeader .headerMenu li {
	margin: 0 13px
}

.mainHeader .headerMenu {
	padding-left: 280px
}

.baseLeftMsg .newsItem li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.baseLeftMsg .newsItem a {
	display: inline-block;
	width: 45%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.baseLeftMsg .newsItem span {
	position: relative;
	top: -5px
}

.rfMsg li {
	width: 201px
}

.footer .erweima {
	margin-left: 50px;
	width: 300px
}

.footer .link_list {
	width: 180px
}

.foot_c .FirendLink {
	width: 850px
}

.footer .foot_t:before {
	width: 1100px
}

.wc_vote .voteline {
	width: 53px
}

.con5 {
	position: relative;
	z-index: 10
}

.con5 .lfcon {
	width: 160px;
	min-height: 5px;
	float: left;
	position: relative;
	z-index: 20
}

.con5 .midcon {
	float: left;
	width: 790px
}

.con5 .rfcon {
	width: 300px;
	float: left
}

.bbsMenu {
	width: 160px;
	background: #fff
}

.bbsMenu.fixed {
	position: fixed;
	top: 20px
}

.bbsMenu li {
	position: relative;
	border-bottom: 1px solid #efefef
}

.bbsMenu li .menu-title {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px
}

.bbsMenu li .menu-title:before {
	display: inline-block;
	content: '';
	width: 3px;
	height: 16px;
	background: #3885e1;
	margin-right: 15px;
	margin-left: 30px;
	position: relative;
	top: 2px
}

.bbsMenu li .menu-title:after {
	display: inline-block;
	content: '';
	width: 5px;
	height: 12px;

	background-size: 100%;
	position: relative;
	top: 2px;
	margin-left: 10px
}

.bbsMenu .submenu {
	position: absolute;
	top: 0;
	left: 160px;
	width: 890px;
	border: 1px solid #3885e1;
	padding: 10px 25px;
	background: #fff;
	display: none
}

.bbsMenu .submenu .submenu-tips {
	font-size: 16px;
	margin-bottom: 15px
}

.bbsMenu .submenu .submenu-tips a {
	color: #3885e1
}

.bbsMenu .submenu .plate a {
	display: block;
	width: 20%;
	float: left;
	margin: 15px 0
}

.bbsMenu .submenu .plate a:hover {
	color: #3885e1
}

.bbsMenu .submenu .plate img {
	margin-right: 10px;
	border-radius: 100%
}

.bbsMenu li.act .menu-title {
	color: #fff;
	background: #3885e1
}

.bbsMenu li.act .menu-title:before {
	background: #fff
}

.bbsMenu li.act .menu-title:after {

	background-size: 100%
}

.bbsMenu li.act .submenu {
	display: block
}

.bbs-posts {
	margin: 0 10px;
	background: #fff;
	padding: 0 30px 20px
}

.bbs-posts .plitem .cont a {
	font-size: 16px;
	line-height: 30px
}

.bbs-posts .plitem .cont a:hover {
	color: #3885e1
}

.bbs-posts .topic-tag {
	display: inline-block;
	padding: 2px 10px;
	color: #fff;
	font-size: 12px
}

.bbs-posts .topic-tag-orange {
	background: #ff4f15
}

.bbs-posts .topic-tag-blue {
	background: #3885e1
}

.bbs-posts .topic-tag-green {
	background: #1cc94b
}

.bbs-posts-tag {
	position: relative
}

.bbs-posts-tag .topMenu {
	padding-left: 20px
}

.bbs-posts-tag .topMenu a {
	margin-left: 15px
}

.bbs-posts-tag .page {
	position: absolute;
	right: 20px;
	top: 0;
	padding-top: 0
}

.bbs-hot {
	background: #fff;
	margin-bottom: 20px
}

.bbs-hot ul {

	background-size: 100% auto;
	background-position: bottom
}

.bbs-hot ul li {
	padding: 15px 25px;
	border-bottom: 1px solid #efefef
}

.bbs-hot .bbs-focus-button {
	display: inline-block;
	width: 55px;
	height: 21px;
	text-align: center;
	line-height: 21px;
	background: #e63409;
	color: #fff;
	border-radius: 3px;
	font-size: 12px;
	float: right
}

.bbs-hot .bbs-focus-button.on {
	background: 0 0;
	border: 1px solid #ccc;
	color: #ccc
}

.bbs-hot .head-title {
	font-size: 18px
}

.bbs-hot .head-title:hover {
	color: #3885e1
}

.bbs-hot .det {
	color: #bfbfbf;
	font-size: 12px;
	margin-top: 10px
}

.bbs-hot .hot-posts a {
	display: block
}

.bbs-hot .hot-posts .hot-posts-title {
	font-size: 14px
}

.bbs-hot .hot-posts .hot-posts-title:hover {
	color: #3885e1
}

.bbs-hot .hot-posts .hot-posts-cate a {
	font-size: 12px;
	color: #bfbfbf;
	text-align: right
}

.con4 .lfcon {
	width: 160px;
	min-height: 5px;
	float: left
}

.con4 .rfcon {
	width: 1090px;
	float: left
}

.bbs-deta {
	padding: 25px;
	background: #fff
}

.bbs-media-item .media-heading a:first-child {
	font-size: 16px
}

.bbs-media-item .media-heading a:first-child:hover {
	color: #0f7498
}

.bbs-media-item .media-heading a:last-child {
	color: #fff;
	display: inline-block;
	padding: 2px 5px;
	font-size: 14px;
	border-radius: 3px;
	background: #eb1d39;
	float: right
}

.bbs-media-item .media-heading a.act {
	background: 0 0;
	border: 1px solid grey;
	color: grey
}

.bbs-media-item .media-body p {
	font-size: 12px;
	color: grey;
	margin-top: 10px
}

.bbs-relation {
	padding: 0 20px
}

.bbs-relation .bbs-media-item {
	padding: 15px 0;
	border-bottom: 1px solid #efefef
}

.artmes2-button {
	text-align: center
}

.artmes2-button a {
	display: inline-block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 15px;
	border-radius: 4px
}

.artmes2-button .blueBg {
	background: #3884e1
}

.artmes2-button .darkredBg {
	background: #eb1d39
}

.baseLeftMsg .newsItem a {
	zoom: 1\9;
	position: relative
}

.baseLeftMsg .newsItem a {
	text-overflow: inherit
}

.bigRfMsg ul {
	width: auto;
	margin: 0 -5px
}

.bigRfMsg ul li {
	margin: 0 5px 10px
}

.smallMsg ul {
	width: 100%
}

.smallMsg ul li {
	margin: 0 5px 10px
}

@media screen and (max-width:1400px) {
	.matchFB2 .LfFB2 {
		width: 70%
	}
	.matchFB2 .RfFB2 {
		width: 29%
	}
	.rfMsg li {
		width: 200px
	}
}

.bbs-index-publish {
	background: #fff;
	text-align: center;
	margin-bottom: 20px
}

.bbs-index-publish .bbs-publish-button {
	padding: 15px 0;
	border-bottom: 1px solid #efefef
}

.bbs-index-publish p {
	font-size: 14px;
	color: grey;
	padding: 15px 0
}

.bbs-index-publish p span {
	font-size: 20px;
	color: #3885e1
}

.con6 .lfcont {
	width: 260px;
	float: left;
	min-height: 5px
}

.con6 .rfcont {
	width: 990px;
	float: left
}

.me .athdeta {
	padding: 10px 0;
	margin: 0 15px;
	border-top: 1px solid #e6e6e6
}

.me .athdeta .item {
	width: 50%;
	float: left;
	position: relative;
	text-align: center
}

.me .athdeta .item p {
	font-size: 14px
}

.me .line:before {
	display: block;
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #e6e6e6
}

.recent-visitors {
	background: #fff;
	padding: 0 18px
}

.recent-visitors .toptitle {
	font-size: 16px;
	border-bottom: 1px solid #efefef;
	padding: 15px 0 10px 0;
	text-align: center
}

.recent-visitors .button {
	text-align: right;
	padding-bottom: 18px
}

.recent-visitors .button a {
	display: inline-block;
	width: 11px;
	height: 15px
}

.recent-visitors .button a:first-child {

	background-position: left top
}

.recent-visitors .button a:last-child {

	background-position: right top
}

.recent-visitors .button:before {
	display: inline-block;
	content: '闁煎瓨顨夐惌楣冩嚇濡ゅ嫮鐔呴柤瀛橆殙閻拷';
	font-size: 22px;
	color: #ccc
}

.user-list {
	padding: 8px 0
}

.user-list li {
	float: left;
	width: 33.333%;
	text-align: center;
	padding: 8px 0
}

.user-list li p {
	font-size: 12px;
	color: grey;
	margin-top: 5px
}

.user-list li img {
	border-radius: 100%
}

.user-list li:hover p {
	color: #3885e1
}

.personal {
	margin-left: 10px;
	background: #fff;
	padding: 30px
}

.personal .topMenu {
	border-bottom: 2px solid #ddd
}

.personal .topMenu a {
	font-size: 16px;
	margin-right: 30px;
	color: grey;
	display: inline-block;
	padding-bottom: 15px;
	margin-bottom: -2px
}

.personal .topMenu a.act,
.personal .topMenu a:hover {
	color: #3885e1;
	border-bottom: 4px solid #3885e1
}

.personal .topMenu .ed {
	float: right
}

.personal .topMenu .ed a {
	display: inline-block;
	padding-left: 30px;
	font-size: 14px;
	border-bottom: 0;
	margin-right: 0;
	margin-left: 10px
}

.personal .topMenu .ed .a1 {

}

.personal .topMenu .ed .a2 {

}

.art-switch-tag {
	padding-top: 20px
}

.art-switch-tag a {
	font-size: 16px;
	color: grey
}

.art-switch-tag span {
	font-size: 16px;
	margin: 0 10px
}

.art-switch-tag a.act {
	color: #3885e1
}

.huif {
	background: #fff
}

.psersonal-fans-empty {
	height: 115px;
	line-height: 115px;
	text-align: center;
	font-size: 14px;
	color: #ccc
}

.postList-empty {
	width: 1000px;
	height: 300px;
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	text-align: center;
	color: #ccc
}

.postList-empty img {
	margin-right: 20px
}

.personal-follow {
	padding: 8px 0
}

.personal-follow li {
	padding: 8px 0;
	float: left;
	width: 12.5%;
	text-align: center
}

.personal-follow li img {
	border-radius: 100%
}

.personal-follow li p {
	font-size: 12px;
	color: grey;
	margin-top: 5px
}

.personal-follow li:hover p {
	color: #3885e1
}

.focus-button {
	text-align: center;
	padding: 20px 0
}

.focus-button a {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	background: #3885e1;
	width: 65px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 3px
}

.focus-button a.act {
	background: 0 0;
	border: 1px solid grey;
	color: grey
}

.login2 {
	height: auto;
	background: 0 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(0, 0, 0, .6)
}

.login2 .boxWrap1 {
	top: 150px;
	background: #fff
}

.login2 .inputbox {
	box-shadow: none;
	border: 1px solid #efefef
}

.login2 .topTag {
	border-bottom: 2px solid #efefef
}

.login2 .topTag a {
	color: #333
}

.login2 .topTag .act {
	color: #ff4f15
}

.login2 .mes {
	margin-bottom: 0
}

.login2 .greenBtn,
.login2 .orangeBtn {
	box-shadow: 0 5px 5px rgba(0, 0, 0, .1)
}

.login2 .close-icon {
	display: block;
	width: 29px;
	height: 29px;

	position: absolute;
	top: -30px;
	right: -30px
}

.index-menu-bar {
	width: 1396px;
	margin: 0 auto;
	height: 0;
	position: relative;
	z-index: 999
}

.index-menu-bar .bar-wrap {
	width: 65px;
	height: 0;
	float: right
}

.index-menu-bar ul {
	position: fixed;
	/* bottom: 70px; */
	bottom: 119px;
}

.index-menu-bar li {
	width: 65px;
	height: 65px;
	padding-top: 18px;
	background: #fff;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #f3f3f3
}

.index-menu-bar li:before {
	display: inline-block;
	content: '';
	width: 28px;
	height: 28px
}

.index-menu-bar li:last-child {
	border-bottom: 0
}

.index-menu-bar li.i1:before {
    background: url(/skins/images/v19/baricon.png) no-repeat;
	background-position: 1px 0
}

.index-menu-bar li.i2:before {

	background-position: 0 -28px
}

.index-menu-bar li.i3:before {

	background-position: 0 -102px
}

.index-menu-bar li.i4 .hov:before {
	display: inline-block;
	content: '';
	width: 28px;
	height: 23px;

	background-position: 0 -56px;
	margin-top: 10px
}

.index-menu-bar li.i4:before {

	background-position: 0 -74px
}

.index-menu-bar .hov {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 14px;
	padding-top: 12px;
	background: #3885e1;
	color: #fff
}

.index-menu-bar .barewm {
	display: none;
	width: 208px;
	height: 200px;

	position: absolute;
	right: 65px;
	bottom: 0;
	text-align: left
}

.index-menu-bar .barewm img {
	margin: 17px
}

.index-menu-bar li:hover .barewm,
.index-menu-bar li:hover .hov {
	display: block
}

.cwrap {
	position: absolute;
	top: 18px;
	right: 20px
}

.cutdown {
	font-size: 16px
}

.cutdown span {
	display: inline-block;
	background: #383838;
	color: #fff;
	width: 23px;
	height: 26px;
	border-radius: 3px;
	text-align: center;
	line-height: 26px;
	margin: 0 2px
}

.cutdown i {
	margin: 0 3px
}

.art-opction {
	padding: 10px 0 10px 0
}

.art-opction table {
	width: 100%
}

.art-opction table td {
	padding: 5px
}

.art-opction .sub-tag {
	padding: 5px 0
}

.art-opction .sub-tag a {
	padding: 2px 10px;
	border-radius: 4px;
	margin: 5px
}

.keyword-add-title {
	border: 1px solid #efefef;
	width: 130px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	font-size: 14px;
	border-radius: 5px
}

.input-keyword {
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #efefef;
	font-size: 14px
}

.blue-button {
	display: inline-block;
	background: #3885e1;
	color: #fff;
	font-size: 14px
}

.gray-button {
	display: inline-block;
	background: #f2f2f2;
	color: #333;
	font-size: 14px
}

.art-thumb .art-thumb-title {
	float: left;
	font-size: 16px;
	color: #333;
	margin-right: 15px
}

.art-thumb .thumb-box {
	float: left
}

.thumb-box {
	border: 1px solid #b3b3b3;
	background: #fafafa;
	position: relative;
	width: 120px
}

.thumb-box .thumb-top {
	height: 119px;
	border-bottom: 1px solid #b3b3b3
}

.thumb-box .thumb-top img {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 99
}

.thumb-box .thumb-top:before {
	display: block;
	content: '';
	width: 2px;
	height: 60px;
	background: #b3b3b3;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -1px
}

.thumb-box .thumb-top:after {
	display: block;
	content: '';
	width: 60px;
	height: 2px;
	background: #b3b3b3;
	position: absolute;
	top: 50%;
	left: 30px;
	margin-top: -15px
}

.thumb-box input {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer
}

.thumb-box .thumb-bottom {
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: grey;
	cursor: pointer
}

.white-block {
	background: #fff
}

.alert-tip1 {
	text-align: right;
	color: #3885e1;
	font-size: 14px;
	padding: 10px
}

.alert-mes {
	padding-bottom: 50px
}

.alert-mes-tip {
	font-size: 24px;
	color: #333;
	text-align: center;
	margin-top: 120px;
	margin-bottom: 22px
}

.alert-mes-tip img {
	margin-right: 20px
}

.alert-sub-tip {
	font-size: 16px;
	color: grey;
	text-align: center
}

.alert-button {
	margin-top: 60px;
	text-align: center
}

.alert-button a {
	width: 106px;
	height: 30px;
	border-radius: 3px;
	text-align: center;
	line-height: 30px;
	margin: 0 10px
}

.suggest {
	padding: 20px 30px
}

.suggest table {
	width: 100%;
	margin-top: 20px
}

.suggest table td {
	font-size: 16px;
	padding: 10px 5px
}

.suggest .sginput {
	border: 1px solid #efefef;
	text-indent: 10px;
	font-size: 14px;
	height: 30px;
	border-radius: 4px;
	width: 600px
}

.suggest .sgtxt {
	width: 1095px;
	height: 200px;
	border: 1px solid #efefef;
	padding: 10px;
	border-radius: 4px
}

.line_title {
	font-size: 20px;
	color: #333;
	position: relative;
	padding-left: 15px
}

.line_title:before {
	display: block;
	content: '';
	width: 5px;
	height: 20px;
	background: #ff4f15;
	position: absolute;
	bottom: 0;
	left: 0
}

.suggest-tip {
	margin-top: 50px;
	font-size: 14px;
	color: grey;
	margin-left: 30px;
	position: relative;
	padding-left: 20px
}

.suggest-tip:before {
	display: block;
	content: '*';
	color: red;
	position: absolute;
	top: 0;
	left: 0
}

.alert-button2 {
	text-align: center;
	margin-top: 10px
}

.fixed-bottom {
	bottom: 494px!important;
	top: auto!important
}

.my-reply {
	padding-top: 20px
}

.my-reply .media-left {
	width: 11%
}

.my-reply .txt {
	height: 174px;
	border: 1px solid #f2f2f2;
	padding: 5px
}

.my-reply .txt textarea {
	width: 100%;
	height: 100%;
	border: none;
	font-size: 14px
}

.my-reply .bt {
	text-align: right;
	padding-top: 15px
}

.my-reply .bt .btn {
	background: #3885e1;
	color: #fff;
	width: 120px;
	height: 30px
}

.my-reply .me {
	text-align: center;
	font-size: 14px;
	display: block
}

.my-reply .me img {
	width: 60px;
	height: 60px;
	border-radius: 100%
}

.frame-box-form {
	width: 90%;
	margin: 0 auto
}

.frame-box-form .contItem {
	display: none
}

.frame-box-form .topTag {
	border-bottom: 2px solid #efefef
}

.frame-box-form .topTag a.act,
.frame-box-form .topTag a:hover {
	border-bottom: 2px solid #ff4f15
}

.frame-box-form .topTag a {
	display: inline-block;
	padding: 15px 10px;
	font-size: 18px;
	color: #333;
	margin-bottom: -2px
}

.frame-box-form .topTag .act {
	color: #ff4f15
}

.frame-box-form .inputbox {
	background: #fff;
	border-radius: 5px;
	height: 40px;
	border: 1px solid #efefef
}

.frame-box-form .inputbox input {
	width: 100%;
	height: 100%;
	padding: 0 15px;
	font-size: 14px
}

.frame-box-form .orangeBtn {
	width: 100%;
	height: 40px;
	color: #fff;
	background: #ff4f15;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
	border-radius: 5px;
	font-size: 18px
}

.frame-box-form .greenBtn {
	background: #1cc94b;
	height: 40px;
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .3)
}

.frame-box-form .mes {
	margin-bottom: 20px
}

.frame-box-form .mes .rf {
	color: #ff4f15;
	font-size: 14px;
	float: right
}

.frame-box-form .mes .rf a {
	color: #ff4f15;
	font-size: 14px
}

.frame-box-form .mes .rf span {
	margin: 0 10px
}

.frame-box-form .labelCheck {
	color: #333
}

.frame-box-form .labelCheck input {
	width: 12px;
	height: 13px;

}

.frame-box-form .labelCheck input:checked {
	background-position: bottom
}

.frame-box-form .ms2 {
	color: #333;
	font-size: 14px;
	text-align: center;
	border-bottom: 1px solid #efefef;
	padding-bottom: 15px
}

.frame-box-form .oth {
	padding-top: 20px;
	text-align: center
}

.frame-box-form .oth a {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 5px
}

.frame-box-form .wechat {

}

.frame-box-form .wechat:hover {
	background-position: bottom
}

.frame-box-form .weibo {

}

.frame-box-form .weibo:hover {
	background-position: bottom
}

.frame-box-form .qq {

}

.frame-box-form .qq:hover {
	background-position: bottom
}

.tool-tip {
	position: fixed;
	top: 0;
	left: 0;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 0 18px rgba(0, 0, 0, .35);
	z-index: 999999999;
	display: none
}

.tool-tip table {
	width: 100%
}

.tool-tip:after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #fff;
	position: absolute;
	bottom: -14px;
	left: 50%;
	margin-left: -7px;
	z-index: 99
}

.tool-tip .tool-tip-wrap {
	width: 700px;
	padding-bottom: 10px
}

.tool-tip .head-tip {
	font-size: 16px;
	color: #3885e1;
	background: #f2f2f2;
	height: 35px
}

.tool-tip .list1 {
	text-align: center
}

.tool-tip .list1 thead td {
	padding: 10px 0
}

.tool-tip .list1 td {
	font-size: 14px;
	padding: 5px 0
}

.scrollbar1 {
	width: 100%
}

.scrollbar1 .viewport {
	width: 330px;
	height: 200px;
	overflow: hidden;
	position: relative
}

.scrollbar1 .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.scrollbar1 .scrollbar {
	position: relative;
	float: right;
	width: 7px
}

.scrollbar1 .track {
	background: #f2f2f2;
	height: 100%;
	width: 7px;
	position: relative;
	padding: 0 1px;
	border-radius: 15px
}

.scrollbar1 .thumb {
	background: #ff4f15;
	height: 20px;
	width: 7px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 15px
}

.scrollbar1 .thumb .end {
	overflow: hidden;
	height: 5px;
	width: 7px
}

.scrollbar1 .disable {
	display: none
}

.noSelect {
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none
}

.bf-main {

	padding-top: 30px;
	padding-top: 10px;
}

.bf-top-data {
	height: 150px;

	border-radius: 2px
}

.bf-top-data table {
	width: 100%
}

.bf-top-data th {
	color: #FFF;
	font-size: 12px;
	font-weight: 400;
	padding: 10px 0
}

.bf-top-data .timezone {
	float: left;
	margin-left: 30px
}

.bf-top-data .timezone img {
	margin-left: 10px;
	margin-top: -2px
}

.bf-top-data .soc {
	display: inline-block;
	width: 40px;
	height: 45px;
	background: #fff;
	color: #000;
	border-radius: 3px;
	text-align: center;
	line-height: 45px;
	font-size: 34px
}

.bf-top-data .white-font {
	color: #fff;
	font-size: 30px
}

.bf-top-data .white-font2 {
	color: #fff;
	font-size: 12px
}

.bf-menu {
	background: #FFF;
	border-top: 1px solid #ff4f15
}

.bf-menu li {
	float: left;
	width: 20%;
	text-align: center
}

.bf-menu a {
	display: inline-block;
	line-height: 50px;
	position: relative;
	color: grey
}

.bf-menu a.act,
.bf-menu a:hover {
	color: #ff4f15
}

.bf-menu a.act:after,
.bf-menu a:hover:after {
	display: block;
	content: '';
	width: 100%;
	height: 4px;
	border-radius: 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #ff4f15
}

.bf-menu li.active a {
	color: #ff4f15
}

.bf-menu li.active a:after {
	display: block;
	content: '';
	width: 100%;
	height: 4px;
	border-radius: 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #ff4f15
}

.layout1 .lf {
	width: 780px;
	float: left
}

.layout1 .rf {
	width: 460px;
	float: right
}

.font-zb .top-title {
	height: 34px;

}

.font-zb .font-main {
	background: #fff;
	padding: 15px
}

.font-main .scrollbar1 {
	margin-top: 0;
	margin-bottom: 0
}

.font-main .scrollbar1 .thumb {
	background: #3885e1
}

.font-main .scrollbar {
	right: -10px
}

.font-main .viewport {
	width: 730px;
	height: 381px
}

.font-main .viewport p {
	font-size: 14px;
	margin-bottom: 10px
}

.mt20 {
	margin-top: 20px
}

.bf-chat {
	background: #fafafa
}

.bf-chat .bf-chat-title {
	font-size: 18px;
	color: grey;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #f2f2f2;
	padding-left: 20px;
	background: #fff
}

.bf-chat .viewport {
	width: 440px;
	height: 280px;
	border-bottom: 1px solid #f2f2f2
}

.bf-chat .overview {
	padding: 15px
}

.bf-chat .media-left img {
	width: 35px;
	border-radius: 100%
}

.bf-chat .media-body {
	font-size: 14px
}

.bf-chat .media-heading {
	color: grey
}

.bf-chat .chat-input {
	height: 130px;
	background: #FFF
}

.bf-chat .scrollbar1 {
	margin-top: 0;
	margin-bottom: 0
}

.bf-chat .scrollbar1 .thumb {
	background: #d6d6d6
}

.bf-chat .chat-input {
	padding: 15px
}

.bf-chat .chat-input textarea {
	width: 100%;
	height: 70px;
	resize: none;
	border: none
}

.bf-chat .chat-button {
	width: 80px;
	height: 30px;
	background: #3885e1;
	color: #fff;
	border-radius: 5px;
	float: right;
	margin-top: 5px
}

.bf-chat .scrollbar {
	right: 5px
}

.bf-gap-title {
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: 700
}

.layout2 .lf {
	width: 360px;
	float: left
}

.layout2 .mid {
	width: 530px;
	float: left
}

.layout2 .rf {
	width: 360px;
	float: left
}

.bf-event-list {
	background: #fff
}

.bf-event-list .viewport {
	width: 520px
}

.bf-event-list table {
	width: 100%
}

.bf-event-list .bf-player-list th {
	font-size: 14px;
	background: #e6e6e6;
	color: #333;
	font-weight: 400;
	text-align: center
}

.bf-event-list .bf-player-list td {
	text-align: center;
	font-size: 14px;
	border-bottom: 1px solid #efefef
}

.bf-event-list .bf-player-list td,
.bf-event-list .bf-player-list th {
	height: 43px
}

.bf-event-list .bf-player-list tbody tr {
	background: #FFF
}

.bf-event-list .bf-player-list thead tr th:nth-child(2) {
	padding-left: 20px;
	text-align: left
}

.bf-event-list .bf-player-list tbody {
	background: #fcfcfc
}

.bf-event-list .bf-player-list tbody td {
	border-right: 1px solid #efefef
}

.bf-event-list .bf-player-list tbody tr td:nth-child(2) {
	padding-left: 20px;
	text-align: left
}

.bf-event-list .bf-player-list tbody tr:nth-child(even) {
	background: #f5f5f5
}

.bf-event-list .nodata td {
	height: 450px;
	border-bottom: none
}

.bf-main-even-list {
	position: relative;
	background: #FFF
}

.bf-main-even-list:before {
	display: block;
	content: '';
	width: 1px;
	top: 0;
	left: 50%;
	height: 100%;
	background: grey
}

.bf-main-even-list .bf-time-roll {
	display: inline-block;
	width: 28px;
	height: 28px;
	border: 1px solid grey;
	text-align: center;
	line-height: 28px;
	border-radius: 100%;
	font-size: 14px;
	vertical-align: middle;
	background: #FFF
}

.bf-main-even-list table {
	position: relative;
	z-index: 99
}

.bf-main-even-list .scrollbar1 {
	padding: 10px 0;
	-webkit-transition: linear .2s;
	-moz-transition: linear .2s;
	-ms-transition: linear .2s;
	-o-transition: linear .2s;
	transition: linear .2s
}

.bf-main-even-list .viewport {
	height: 450px
}

.bf-main-even-list .overview {
	position: relative
}

.bf-main-even-list .overview:before {
	display: block;
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	background: grey;
	margin-left: -.5px
}

.bf-main-even-list .thumb {
	background: #3885e1
}

.bf-main-even-list .overview tr td {
	text-align: center;
	padding: 10px
}

.bf-main-even-list .overview tr td:first-child {
	text-align: right
}

.bf-main-even-list .overview tr td:nth-child(5) {
	text-align: left
}

.sc-bottom-ms {
	color: grey;
	border-top: 1px solid #efefef
}

.sc-bottom-ms td {
	text-align: center;
	font-size: 14px;
	padding: 5px 0
}

.sc-bottom-ms td img {
	margin-right: 5px
}

.bf-jstj {
	padding-bottom: 130px
}

.bf-jstj table {
	width: 100%
}

.bf-jstj tr {
	background: #fff
}

.bf-jstj tr:nth-child(odd) {
	background: #fafafa
}

.bf-jstj td {
	border-bottom: 1px solid #efefef;
	padding: 10px
}

.bf-jstj .bf-line {
	width: 500px;
	height: 13px;
	background: #e6e6e6;
	position: relative
}

.bf-jstj .inside_line {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: #3885e1
}

.bf-jstj .inside_line.right {
	left: auto;
	right: 0
}

.bf-dxq {
	padding-bottom: 90px
}

.bf-dxq table {
	width: 100%
}

.bf-dxq table thead td {
	padding: 10px 0;
	font-size: 18px;
	color: #333;
	background: #f2f2f2
}

.bf-dxq table td {
	text-align: center
}

.bf-dxq table tbody td {
	padding: 10px 0;
	background: #FFF;
	border-bottom: 1px solid #efefef;
	font-size: 14px
}

.bf-dxq .bf-sub-data {
	margin-top: 20px
}

.bf-dxq .bf-empty td {
	padding: 10px 0;
	background: #f2f2f2
}

.data_bg td {
	background: #fafafa!important
}

.right_line1 td:first-child {
	border-right: 1px solid #efefef
}

.right_line1 td:nth-child(2),
.right_line1 td:nth-child(5) {
	border-right: 1px solid #efefef
}

.right_line2 td:first-child {
	border-right: 1px solid #efefef
}

.right_line2 td:nth-child(4) {
	border-right: 1px solid #efefef
}

.right_line3 {
	border-right: 1px solid #efefef
}

.bf-tool-tip {
	width: 460px;
	top: -1000px;
	display: block
}

.bf-tool-tip .tool-tip-wrap {
	width: 460px
}

.bf-tool-tip .bf-tip-title td {
	background: #f2f2f2;
	text-align: center;
	padding: 10px 0;
	color: #3885e1
}

.bf-tool-tip .bf-main-tip-list .viewport {
	width: 450px;
	height: 140px
}

.bf-tool-tip .bf-main-tip-list .thumb {
	background: #3885e1
}

.bf-tool-tip .bf-main-tip-list td {
	text-align: center;
	font-size: 14px;
	padding: 7px 0;
	border-bottom: 1px solid #efefef;
	color: grey
}

.bf-tool-tip .bf-main-tip-list td:nth-child(3) {
	border-right: 1px solid #efefef
}

.bf-main-gap-title {
	text-align: center;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	background: #f2f2f2
}

.bf-sj {
	padding-bottom: 0
}

.bf-sj table thead td {
	background: #fff
}

.bf-sj table td {
	border: 1px solid #efefef
}

.bf-sj td {
	color: grey
}

.bf-data-table .bf-data-title {
	height: 50px;
	padding-top: 10px;
	background: #FFF
}

.bf-data-swith-tag {
	padding-top: 2px;
	padding-left: 15px;
	padding-right: 15px;
	float: left
}

.bf-data-swith-tag a {
	display: inline-block;
	padding: 3px 10px;
	font-size: 14px;
	border-radius: 3px
}

.bf-data-swith-tag a.act,
.bf-data-swith-tag a:hover {
	color: #FFF;
	background: #3885e1
}

.bf-data-sel-cc {
	border: 1px solid #efefef;
	display: inline-block;
	width: 81px;
	height: 30px;

	background-position: 58px center;
	border-radius: 3px;
	float: left
}

.bf-data-sel-cc p {
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	padding-right: 20px;
	border-radius: 3px
}

.bf-data-sel-cc .option {
	text-align: center;
	box-shadow: 0 0 10px #f2f2f2
}

.bf-data-team-tag {
	display: inline-block;
	margin-left: 20px
}

.bf-data-team-tag li {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 5px
}

.bf-data-team-tag li a {
	font-size: 14px
}

.bf-data-team-tag li.act {
	background: #f2f2f2
}

.bf-data-team-tag li.act a {
	color: #3885e1
}

.bf-data-team-tag li.act:after {
	content: '';
	color: #3885e1;
	font-size: 14px
}

.bf-data-sel-cc2 {
	display: inline-block
}

.bf-data-sel-cc2 p {
	font-size: 14px
}

.bf-data-sel-cc2 .option {
	width: 110px;
	left: -20px
}

.bf-data-tb {
	background: #FFF
}

.bf-data-tb .bf-data-base-table {
	width: 100%
}

.bf-data-tb .bf-data-base-table thead td {
	color: grey;
	font-size: 14px
}

.bf-data-tb .bf-data-base-table td {
	font-size: 14px;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef
}

.bf-data-bottom-mes {
	text-align: center;
	background: #fff;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: grey
}

.bf-data-lg-name {
	display: inline-block;
	margin-left: 20px;
	font-size: 14px;
	margin-right: 20px;
	float: left;
	margin-top: 5px
}

.bf-data-lg-name img {
	margin-right: 10px
}

.bf-data-sg-tag {
	display: inline-block;
	padding-top: 5px
}

.bf-data-sg-tag a {
	padding: 2px 10px;
	border: 1px solid #efefef;
	border-radius: 4px;
	color: #3885e1
}

.bf-data-base-table3 td {
	border: 1px solid #efefef
}

.bf-data-base-table2 tbody tr:last-child td {
	border: none
}

.bf-data-base-table2 .no_right_line {
	border-right: none
}

.bf-y-l1 {
	background: #fcfbe6!important
}

.bf-y-l2 {
	background: #faf8e3!important
}

.bf-y-d1 {
	background: #fcf6e6!important
}

.bf-y-d2 {
	background: #faf4e3!important
}

.bf-data-layout-half .row {
	margin-left: -5px;
	margin-right: -5px
}

.bf-data-layout-half .col-xs-6 {
	padding-left: 5px;
	padding-right: 5px
}

.bf-data-layout-half table tr td:first-child {
	border-left: 0
}

.bf-data-layout-half table tr td:last-child {
	border-right: 0
}

.bf-nodata {
	background: 0 0;
	text-align: center;
	line-height: 200px;
	border-top: 1px solid #efefef
}

.bf-red-bg {
	background: #f5e8e4!important;
	color: #eb1d39
}

.bf-green-bg {
	background: #eaf5e4!important;
	color: #1cc94b
}

.bf-bs-data-table {
	position: relative;
	padding-left: 75px;
	overflow: hidden
}

.bf-bs-data-table:before {
	display: block;
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	top: 45px;
	left: 55px;
	background: #e6e6e6
}

.bf-bs-data-table table {
	width: 100%
}

.bf-bs-data-table th {
	background: #fafafa;
	font-weight: 400;
	text-align: center;
	color: grey;
	padding: 6px;
	font-size: 14px;
	border-bottom: 1px solid #efefef
}

.bf-bs-data-table tr th:first-child {
	position: relative
}

.bf-bs-data-table .bf-bs-time {
	width: 75px;
	position: absolute;
	top: 0;
	left: -75px
}

.bf-bs-data-table .bf-bs-time p {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	color: #333;
	padding-top: 5px
}

.bf-bs-data-table .bf-bs-time p span {
	font-size: 12px;
	color: #eb1d39
}

.bf-bs-data-table .redtag:after {
	display: block;
	content: '';
	float: right;
	width: 26px;
	height: 32px;

}

.bf-bs-data-table .bluetag:after {
	display: block;
	content: '';
	float: right;
	width: 26px;
	height: 32px;

}

.bf-bs-data-table td {
	padding: 10px 5px;
	background: #fff;
	font-size: 14px;
	text-align: center;
	border-bottom: 1px solid #efefef
}

.bf-bs-data-table .bf-bs-pk {
	margin: 0 5px
}

.bf-bs-data-table .bf-bs-pk:hover {
	color: #3885e1
}

.bf-bs-data-table .no-marginl {
	margin-left: 0
}

.bf-table-title td {
	background: #f2f2f2;
	font-size: 18px;
	font-weight: 700;
	text-align: center
}

.bf-bs-gap td {
	background: #f2f2f2
}

.bf-bg-blue-light {
	background: #f9fcfd!important
}

.bf-bs-main {

}

.bf-bs-data-table2 th {
	font-weight: 400;
	text-align: center;
	background: #fff;
	font-size: 18px;
	border: 1px solid #efefef;
	padding: 5px 0
}

.bf-bs-data-table2 td {
	border: 1px solid #efefef
}

.bf-data-base-table5 tbody tr:first-child td {
	font-size: 12px;
	padding: 10px 0
}

.bf-data-base-table5 tbody td {
	border-right: 1px solid #efefef
}

.bf-bs-nodata {
	margin-top: 5px;
	height: 518px;
	background: #fff;
	line-height: 518px;
	text-align: center
}

.data-bp-tj {
	margin-top: 20px;
	background: #FFF
}

.data-bp-tj .baseTb {
	padding: 10px 30px
}

.data-bp-tj .baseTb table {
	border-top: 2px solid #ff4f15
}

.data-bp-tj .baseTb table td {
	border-bottom: 1px solid #efefef;
	padding-right: 15px;
	padding-left: 15px
}

.data-bp-tj .baseTb table td:first-child {
	text-align: left
}

.border-l-r {
	border-right: 1px solid #efefef;
	border-left: 1px solid #efefef
}

.data-bp-title {
	text-align: center;
	color: #fff;
	height: 45px;
	line-height: 45px;

	background-position: center top
}

.bf-goal-in-tip {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	z-index: 999
}

.tip-wrap {
	width: 1000px;
	margin: 0 auto;
	height: 0;
	position: relative;
	text-align: center;
	top: 200px
}

.tips-goanin {
	height: 0
}

.tips-goanin-inner {
	position: relative;
	right: -400px
}

.tips-goanin-inner.goal-in-right {
	right: auto;
	left: -400px
}

.goal-in-left {
	display: inline-block;
	width: 555px;
	height: 72px;

	line-height: 72px;
	position: relative
}

.goal-in-left img {
	margin: 0 15px
}

.goal-in-left table {
	margin-left: 20px;
	margin-top: 10px
}

.goal-in-left td {
	line-height: 100%;
	text-align: center;
	padding: 2px 0
}

.goal-in-left tr:first-child td {
	color: #999;
	font-size: 12px
}

.goal-in-left .closed {
	display: inline-block;
	width: 22px;
	height: 22px;

	background-size: 100%;
	position: absolute;
	left: 428px;
	top: 29px;
	border-radius: 100%
}

.goal-in-right {

	background-size: 100%
}

.goal-in-right table {
	margin-left: 0;
	margin-right: 20px;
	float: right
}

.goal-in-right .closed {
	left: 118px
}

.comment {
	width: 680px;
	margin: 20px auto;
	position: relative;
	background: #fff;
	padding: 20px 50px 50px;
	border: 1px solid #DDD;
	border-radius: 5px
}

.comment h3 {
	height: 28px;
	line-height: 28px
}

.com_form {
	width: 100%;
	position: relative
}

.input {
	width: 99%;
	height: 60px;
	border: 1px solid #ccc
}

.com_form p {
	height: 28px;
	line-height: 28px;
	position: relative;
	margin-top: 10px
}

span.emotion {
	display: inline-block;
	height: 25px;
	padding-left: 30px;
	line-height: 25px;
	cursor: pointer;
	background: url(../../images/emotion/1.gif) no-repeat;
	font-size: 12px
}

.qqFace {
	margin-top: 4px;
	background: #fff;
	padding: 2px;
	border: 1px #dfe6f6 solid
}

.qqFace table td {
	padding: 0
}

.qqFace table td img {
	cursor: pointer;
	border: 1px #fff solid
}

.qqFace table td img:hover {
	border: 1px #06c solid
}

#show {
	width: 770px;
	margin: 20px auto;
	background: #fff;
	padding: 5px;
	border: 1px solid #DDD;
	vertical-align: top
}

.sub_btn {
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	zoom: 1;
	vertical-align: baseline;
	margin: 0 2px;
	outline: 0;
	cursor: pointer;
	text-align: center;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top, #7db72f, #4e7d0e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e')
}

.sub_btn:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top, #6b9d28, #436b0c);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c')
}

.wechat-share-cont {
	background: #fef4f7;
	border-radius: 3px;
	border: 1px solid #ffcec3;
	padding: 10px 20px;
	margin-top: 10px
}

.user-cont {
	padding: 10px 20px 20px;
	margin-top: 10px;
	text-align: center;
}

.user-cont .user-avatar {
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 50%;
}

.user-cont p {
	font-size: 12px
}

.user-cont a {
	width: 60px;
	height: 60px;
    display: inline-block;
	border: 1px solid #999;
	color: #999;
    border-radius: 50%;
}

.user-cont a:first-child {
	margin-right: 30px;
}

.user-cont a i {
	padding: 10px 15px 5px;
    display: block;
}

.user-cont a font {
	font-size: 12px;
}

.user-cont a img {
	width: 21px;
	height: 21px;
	vertical-align: text-top;
}

.user-cont .user-nickname {
	font-size: 16px;
	color: #e64243;
	margin-bottom: 5px;
	margin-top: 2px
}

.wechat-share-cont .ewmm {
	width: 50px;
	height: 50px
}

.wechat-share-cont .tl {
	font-size: 16px;
	color: #e64243;
	margin-bottom: 5px;
	margin-top: 2px
}

.wechat-share-cont .ct {
	font-size: 12px
}

.h_logo_box {
	display: inline-block;
	/* background: #fff; */
	/* border: 1px solid red; */
	text-align: center;
	line-height: 70px;
	width: 70px;
	border-radius: 50%;
	overflow: hidden
}

.h_logo_box img {
	width: 70%
}

.h_label_box {
	margin-top: 20px
}

.h_label_box a {
	display: inline-block;
	margin-right: 10px;
	color: grey;
	border: 1px solid #c9c9c9;
    border-radius: 4px;
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 10px;
}

.h_label_box a:hover {
	color: #fff;
	background: #d43d3d;
}

.dots {
	width: 24px;
	height: 24px;
	background: #3ac;
	border-radius: 100%;
	display: inline-block;
	animation: slide 1s infinite
}

.dots:nth-child(1) {
	animation-delay: .1s;
	background: #32aacc
}

.dots:nth-child(2) {
	animation-delay: .2s;
	background: #64aacc
}

.dots:nth-child(3) {
	animation-delay: .3s;
	background: #96aacc
}

.dots:nth-child(4) {
	animation-delay: .4s;
	background: #c8aacc
}

.dots:nth-child(5) {
	animation-delay: .5s;
	background: #faaacc
}

@-moz-keyframes slide {
	0% {
		transform: scale(1)
	}
	50% {
		opacity: .3;
		transform: scale(2)
	}
	100% {
		transform: scale(1)
	}
}

@-webkit-keyframes slide {
	0% {
		transform: scale(1)
	}
	50% {
		opacity: .3;
		transform: scale(2)
	}
	100% {
		transform: scale(1)
	}
}

@-o-keyframes slide {
	0% {
		transform: scale(1)
	}
	50% {
		opacity: .3;
		transform: scale(2)
	}
	100% {
		transform: scale(1)
	}
}

@keyframes slide {
	0% {
		transform: scale(1)
	}
	50% {
		opacity: .3;
		transform: scale(2)
	}
	100% {
		transform: scale(1)
	}
}

.loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -90px;
	margin-top: -30px;
	width: 180px;
	height: 60px;
	z-index: 99999;
	text-align: center
}

.h_corde_box {
	position: fixed;
	top: 126px;
	width: 150px;
	overflow: hidden
}

.h_corde_box * {
	font-size: 12px;
	color: #fff
}

.h_corde_box p.tit {
	width: 120px;
	text-align: center;
	line-height: 21px
}

.h_corde_box .colose {
	position: absolute
}

.h_corde_box .code_box {
	width: 120px;
	background: #fff;
	text-align: center
}

.h_corde_box.left {
	left: 81px
}

.h_corde_box.right {
	right: 81px
}

.h_corde_gzh {
	padding: 49px 8px 0;
	height: 190px;

	background-size: 100%
}

.h_corde_gzh .colose {
	right: 2px;
	top: 36px;
	width: 17px;
	height: 17px;
	color: transparent
}

.h_corde_bfxcx {
	height: 202px;

	background-size: 100%;
	padding: 60px 8px 0
}

.h_corde_bfxcx .colose {
	right: 2px;
	top: 48px;
	width: 17px;
	height: 17px;
	color: transparent
}

.code_block {
	background: #fff;
	padding: 20px
}

.code_block .txt_box {
	height: 130px;
	width: 200px;
	vertical-align: middle;
	float: right;
	padding-top: 45px;
	font-size: 14px;
	color: grey;
	display: table-cell
}

.code_block .txt_box .inline-block {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	font-size: 14px
}

.relative {
	position: relative
}

.h_sub_nav {
	position: relative;
	height: 160px;

	background-size: cover
}

.h_sub_nav .h_sub_nav_box {
	position: absolute;
	bottom: 0;
	line-height: 34px;
	font-size: 18px
}

.h_sub_nav .h_sub_nav_list {
	margin-left: 50px
}

.h_sub_nav .h_sub_nav_list .item {
	float: left;
	min-width: 120px;
	text-align: center;
	margin-right: 10px
}

.h_sub_nav .h_sub_nav_list .item a {
	color: #fff
}

.h_sub_nav .h_sub_nav_list .item.active {
	background: rgba(250, 250, 250, .5)
}

.sjb_side {
	width: 138px
}

.jsb_content_box {
	width: 1102px
}

.sjb_side_nav {
	background: #fff;
	text-align: center;
	font-size: 18px
}

.sjb_side_nav li {
	line-height: 54px;
	border-bottom: 1px solid #f2f2f2
}

.sjb_side_nav li a {
	color: grey;
	position: relative
}

.sjb_side_nav li.active a {
	color: #000
}

.sjb_side_nav li.active a:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 22px;
	background: #88092f;
	left: -12px;
	top: 0
}

.sjb_table tr th {
	font-size: 14px;
	color: #000
}

.sjb_table tr .listTitle {
	font-size: 16px
}

.sjb_table tr td {
	font-size: 14px;
	padding: 10px 10px;
	height: auto;
	position: relative
}

.sjb_table tr td .iconTop {
	margin-top: 8px
}

.sjb_table tr td .cardred,
.sjb_table tr td .cardyellow {
	width: 13px;
	height: 13px;
	line-height: 13px;
	font-size: 12
}

.sjb_table tr td .greenDown,
.sjb_table tr td .redUp {
	line-height: 100%
}

.sjb_table tr .dataM a {
	font-size: 12px
}

.sjb_table.table-striped tr:nth-child(even) {
	background: #fafafa
}

.sjb_table.table-striped tr:nth-child(odd) {
	background: #fff
}

.h_hover_box {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-60%, -102%);
	width: 616px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .5);
	z-index: 1;
	padding-bottom: 10px;
	display: none
}

.h_hover_box .h_hover_box_top {
	background: #f2f2f2;
	line-height: 30px;
	font-size: 14px;
	color: #006fb9;
	text-align: center;
	border-radius: 8px 8px 0 0
}

.h_hover_box .h_hover_content {
	padding-top: 10px
}

.h_hover_box .h_hover_table th {
	border: none;
	font-size: 12px;
	padding: 0
}

.h_hover_box .h_hover_table tr:nth-child(even) {
	background: 0 0
}

.h_hover_box .h_hover_table td {
	border: none;
	padding: 0;
	font-size: 12px
}

.h_hover_box:after {
	content: '';
	border: 10px solid transparent;
	border-top-color: #fff;
	position: absolute;
	left: 58%;
	bottom: -20px
}

.hover_btn:hover .h_hover_box {
	display: block
}

.h_bg_blue {
	background: #3884e1
}

.bs_swiper_container {

	padding-top: 14px
}

.bs_swiper_container .arrow-left,
.bs_swiper_container .arrow-right {
	color: #fff;
	font-size: 33px;
	position: absolute;
	top: 85px;
	z-index: 9999
}

.bs_swiper_container .arrow-left {
	left: 20px
}

.bs_swiper_container .arrow-right {
	right: 20px
}

.bs_swiper_container .zuqichangbg {

	background-size: 930px
}

.bs_swiper_container .swiper-container .bs_time_ing {
	width: 190px;
	line-height: 24px;
	font-size: 20px;
	color: #fff;
	padding: 0 17px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;

	background-size: 100%;
	margin: 0 auto
}

.bs_swiper_container .swiper-container .bs_swiper_t1 {
	width: 930px;
	min-height: 276px;
	margin: 0 auto
}

.bs_swiper_container .swiper-container .bs_swiper_t1 .side_box {
	width: 40%;
	position: relative
}

.bs_swiper_container .swiper-container .bs_swiper_t1 .side_box .qd_name {
	font-size: 22px;
	font-weight: 700;
	color: #333;
	display: inline-block;
	padding-bottom: 10px;
	margin: 0 13px;

	background-size: 95% 4px
}

.bs_swiper_container .swiper-container .bs_swiper_t1 .side_box .img_box {
	width: 169px;
	height: 115px;
	display: inline-block;

	background-size: 100% 115px;
	vertical-align: middle;
	position: relative;
	z-index: 10
}
.bs_swiper_container .swiper-container .bs_swiper_t1 .side_box .img_box img {
	height: 107px
}

.bs_swiper_container .swiper-container .bs_swiper_t1 .c_box {
	width: 20%;
	text-align: center
}

.bs_swiper_container .swiper-container .bs_swiper_t1 .c_box .bf_box {
	color: #333
}

.bs_swiper_container .swiper-container .bs_swiper_t1 .c_box .bf_box .bf_l {
	font-size: 50px;
	float: left;
	width: 70px;
	font-weight: 700
}

.bs_swiper_container .swiper-container .bs_swiper_t1 .c_box .bf_box .c_vs {
	font-size: 50px;
	float: left;
	width: 41px;
	font-size: 42px
}

.bs_swiper_container .swiper-container .bs_swiper_t1 .annals {
	width: 480px;
	padding: 8px 14px;
	background: rgba(250, 250, 250, .8);
	margin: 13px auto 0;
	font-size: 14px;
	position: relative;
	line-height: 18px
}

.bs_swiper_container .swiper-container .bs_swiper_t1 .annals .annals_c_box {
	width: 366px;
	display: inline-block;
	vertical-align: middle
}

.bs_swiper_container .swiper-container .bs_swiper_t1 .annals .annals_c_box .progress {
	height: 6px;
	background: #557ff6;
	border-radius: 0;
	margin-bottom: 0;
	margin-top: -3px;
	line-height: 18px
}

.bs_swiper_container .swiper-container .bs_swiper_t1 .annals .annals_c_box .progress .progress-bar {
	background: #f65555
}

.bs_swiper_container .swiper-container .bs_swiper_t1 .annals .col-4 {
	width: 33.3333%;
	float: left;
	position: relatve
}

.bs_swiper_container .swiper-container .bs_swiper_t1 .annals .progress_value {
	width: 44px;
	position: absolute;
	left: 0
}

.bs_swiper_container .swiper-container .bs_swiper_t1 .annals .progress_value.right {
	right: 0;
	left: auto
}

.bs_swiper_container .swiper-container .c_box_480 {
	width: 480px
}

.bs_swiper_container .swiper-container .annals_t2 {
	font-size: 12px;
	padding: 0 20px 11px;
	border-bottom: 1px solid #e6e6e6;
	line-height: 18px
}

.bs_swiper_container .swiper-container .annals_t2 p {
	font-size: 12px
}

.skjl_wrap .skjl_t {
	padding: 14px 12px 12px;
	line-height: 48px;
	font-size: 14px
}

.skjl_wrap .skjl_t img {
	height: 48px;
	width: 48px;
	border-radius: 50%;
	margin: 0 10px
}

.skjl_wrap .skjl_main_list {
	background: #f2f2f2;
	padding: 7px 13px;
	font-size: 12px;
	overflow: hidden
}

.skjl_wrap .skjl_main_list .s_box {
	position: relative;
	padding: 0
}

.skjl_wrap .skjl_main_list .s_box .item {
	position: relative;
	color: #fff;
	font-size: 12px;
	background: #f65555;
	padding: 10px;
	margin-top: 16px
}

.skjl_wrap .skjl_main_list .s_box .item.blue {
	background: #557ff6
}

.skjl_wrap .skjl_main_list .s_box .item:after {
	content: '';
	width: 9px;
	height: 11px;
	position: absolute;
	top: 0;

}

.skjl_wrap .skjl_main_list .s_box .item:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	top: 0;
	z-index: 2
}

.skjl_wrap .skjl_main_list .l_box .item {
	margin-right: 18px;
	border-radius: 10px 0 10px 10px
}

.skjl_wrap .skjl_main_list .l_box .item.red:after {
	right: -8px;
	background-position: 0 -38px
}

.skjl_wrap .skjl_main_list .l_box .item.red:before {
	right: -22px;
	background: #f65555
}

.skjl_wrap .skjl_main_list .l_box .item.blue:after {
	right: -7px;
	background-position: 0 -20px
}

.skjl_wrap .skjl_main_list .l_box .item.blue:before {
	right: -22px;
	background: #557ff6
}

.skjl_wrap .skjl_main_list .r_box {
	padding-top: 22px
}

.skjl_wrap .skjl_main_list .r_box .item {
	margin-left: 18px;
	border-radius: 0 10px 10px 10px
}

.skjl_wrap .skjl_main_list .r_box .item.red:after {
	left: -8px;
	background-position: 0 -57px
}

.skjl_wrap .skjl_main_list .r_box .item.red:before {
	left: -22px;
	background: #f65555
}

.skjl_wrap .skjl_main_list .r_box .item.blue:after {
	left: -7px;
	background-position: 0 0
}

.skjl_wrap .skjl_main_list .r_box .item.blue:before {
	left: -22px;
	background: #557ff6
}

.skjl_wrap .skjl_main_list.center_line:after {
	top: 7px
}

.skjl_wrap .skjl_dbzs {
	font-size: 14px;
	background: #fff;
	padding: 12px
}

.skjl_wrap .skjl_dbzs .red:before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #f65555
}

.skjl_wrap .skjl_dbzs .dian {
	display: inline-block;
	padding-right: 50px
}

.skjl_wrap .skjl_dbzs .dian:before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 10px
}

.skjl_wrap .skjl_dbzs .red:before {
	background: #f65555
}

.skjl_wrap .skjl_dbzs .blue:before {
	background: #557ff6
}

.sjb_tj_list .item {
	padding: 16px 0 14px;
	background: #fff;
	border-bottom: 1px solid #f2f2f2;
	font-size: 14px
}

.sjb_tj_list .item .user_logo_box {
	float: left;
	width: 72px
}

.sjb_tj_list .item .user_logo_box img {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	border: 1px solid #105cb8
}

.sjb_tj_list .item .main_box {
	float: right;
	width: 513px
}

.sjb_tj_list .item .main_box .t_1_box {
	padding-bottom: 12px
}

.sjb_tj_list .item .main_box .t_1_box .time {
	color: grey
}

.sjb_tj_list .item .main_box .txt_box {
	padding: 10px;
	background: #f2f2f2
}

.sjb_tj_list .item:last-child {
	border-bottom: none
}

.h_video_block {
	padding: 10px 10px 26px;
	position: relative
}

.h_video_block .block_item {
	width: 100%
}

.h_video_block .block_item .video_img {
	width: 100%;
	height: 246px
}

.h_video_block .block_item .video_txt {
	background: #202c40;
	line-height: 30px;
	color: #fff;
	padding: 0 13px;
	font-size: 14px
}

.h_video_block .h_video_list {
	margin-left: 23px;
	margin-right: 17px;
	padding: 20px 0 17px 0
}

.h_video_block .swiper-slide a {
	display: block;
	padding: 0 5px
}

.h_video_block .video_img {
	height: 86px;
	width: 100%
}

.h_video_block .video_txt {
	background: #202c40;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 12px;
	line-height: 21px
}

.h_video_block .video {
	position: relative
}

.h_video_block .video:after {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;

}

.h_video_block .arrow-left,
.h_video_block .arrow-right {
	width: 19px;
	height: 108px;
	position: absolute;
	background: #f2f2f2;
	color: #286cbf;
	line-height: 108px;
	text-align: center;
	top: 20px
}

.h_video_block .arrow-left {
	left: 0
}

.h_video_block .arrow-right {
	right: 0
}

.h_video_block .b_video_2 .item {
	width: 100%;
	padding-bottom: 5px
}

.h_video_block .b_video_2 .item a {
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid #e46b75;
	font-size: 14px
}

.h_video_block .b_video_2 .item a:last-child {
	border-right: none
}

.sjb_wc_itbox {
	margin: 0;
	padding-bottom: 0
}

.sjb_wc_itbox .wc_rooundTag a {
	font-size: 14px
}

.sjb_wc_itbox .tl {
	margin-bottom: 8px
}

.sjb_wc_itbox .sjb_listTb tbody td {
	height: 36px;
	padding: 0
}

.sjb_wc_itbox .sjb_listTb tr {
	border-bottom: 1px solid #f2f2f2
}

.relative {
	position: relative
}

.h_video2_icon:before {
	content: '';
	display: inline-block;

	width: 16px;
	height: 16px;
	background-size: 16px;
	vertical-align: middle
}

.h_news_block {
	padding: 10px 10px
}

.h_news_block .list_ul {
	padding-top: 5px;
	padding-bottom: 30px
}

.h_news_block .list_ul .list_t {
	padding: 13px 0
}

.h_news_block .list_ul .list_t a {
	color: #006fb9;
	font-size: 18px
}

.h_news_block .list_ul .item {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 4px
}

.h_news_block .list_ul .item a {
	font-size: 14px;
	font-size: #323233
}

.h_news_block .list_ul .item a span {
	padding-right: 13px
}

.h_news_block a:hover {
	color: #006fb9
}

.h_bs_tab {
	padding: 7px 20px;
	font-size: 14px;
	line-height: 26px;
	background: #fff;
	color: grey
}

.h_bs_tab .btn {
	display: inline-block;
	width: 90px;
	text-align: center;
	border-radius: 15px;
	padding: 0
}

.h_bs_tab .btn.act {
	color: #fff;
	background: #105cb8
}

.jinjizhilu_box .jijizhilu_content {
	padding: 23px 20px
}

.jinjizhilu_box .jijizhilu_content .jijizhilu_main_box {

	height: 468px;
	position: relative
}

.jinjizhilu_box .jijizhilu_content .item_list {
	display: inline-block
}

.jinjizhilu_box .jijizhilu_content .item {
	width: 155px;
	padding: 12px;
	height: 94px;
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
	text-align: center
}

.jinjizhilu_box .jijizhilu_content .item .t1 {
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.jinjizhilu_box .jijizhilu_content .item .t1 .gj_icon {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, .3);
	vertical-align: middle;
	margin-right: 3px
}

.jinjizhilu_box .jijizhilu_content .item .t2 {
	font-size: 12px;
	line-height: 23px
}

.jinjizhilu_box .jijizhilu_content .item:last-child {
	margin-bottom: 0!important
}

.jinjizhilu_box .jijizhilu_content .bjy_list .item {
	margin-bottom: 23px
}

.jinjizhilu_box .jijizhilu_content .sjy_list .item {
	margin-bottom: 143px
}

.jinjizhilu_box .jijizhilu_content .zjs_list .item {
	margin-bottom: 23px
}

.jinjizhilu_box .jinjizhilu_sm_box {
	line-height: 26px;
	font-size: 14px
}

.jinjizhilu_box .jinjizhilu_sm_box .item2 {
	display: inline-block;
	width: 116px;
	text-align: center;
	margin: 0 5px;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px
}

.jinjizhilu_box .fs_bg {
	background: #f7d6b6;
	border-color: #dbbb9b
}

.jinjizhilu_box .orange_bg {
	background: #feab00;
	border-color: #fe8900
}

.jinjizhilu_box .orange_red_bg {
	background: #fa7411;
	border-color: #fa4811;
	color: #fff
}

.jinjizhilu_box .orange_red_bg a {
	color: #fff
}

.jinjizhilu_box .red_bg {
	background: #f63b50;
	border-color: #c0002d;
	color: #fff
}

.jinjizhilu_box .red_bg a {
	color: #fff
}

.jinjizhilu_box .violet_blue_bg {
	background: #8e81f9;
	color: #fff;
	border-color: #3e52ee
}

.jinjizhilu_box .violet_blue_bg a {
	color: #fff
}

.lishi_swiper_box {
	padding-bottom: 47px
}

.lishi_swiper_box .swiper-btn-box {
	position: relative;
	padding: 29px 64px 64px;
	margin: 0 60px
}

.lishi_swiper_box .swiper-btn-box .btns {
	position: relative;
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-right: 31px;
	float: left
}

.lishi_swiper_box .swiper-btn-box .btns .txt {
	position: absolute;
	line-height: 32px;

	background-size: 100%;
	white-space: nowrap;
	top: 26px;
	left: 0;
	padding: 0 11px;
	display: none
}

.lishi_swiper_box .swiper-btn-box .btns:last-child .txt {
	left: auto;
	right: 0
}

.lishi_swiper_box .swiper-btn-box .btns.act {

	background-size: 100%
}

.lishi_swiper_box .swiper-btn-box .btns.act .txt {
	display: block
}

.lishi_swiper_box .swiper-btn-box .btns:after {
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ccc;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -6px;
	margin-top: -6px
}

.lishi_swiper_box .swiper-btn-box .btns.act:after {
	display: none
}

.lishi_swiper_box .swiper-btn-box:before {
	content: '';
	width: 100%;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: 0;
	top: 38px
}

.lishi_swiper_box .lishi_swiper_container {
	position: relative
}

.lishi_swiper_box .lishi_swiper_container .swiper-slide {
	opacity: .5
}

.lishi_swiper_box .lishi_swiper_container .swiper-slide.swiper-slide-active {
	opacity: 1
}

.lishi_swiper_box .lishi_swiper_container .arrow-left,
.lishi_swiper_box .lishi_swiper_container .arrow-right {
	color: #ccc;
	position: absolute;
	top: 50%;
	font-size: 33px;
	z-index: 9999;
	margin-top: -16px
}

.lishi_swiper_box .lishi_swiper_container .arrow-left {
	left: 23%
}

.lishi_swiper_box .lishi_swiper_container .arrow-right {
	right: 23%
}

.center_line {
	position: relative
}

.center_line:after {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	background: #d9d9d9;
	left: 50%;
	margin-left: -.5px;
	top: 0
}

.h_title {
	overflow: hidden;
	line-height: 26px;
	padding: 7px 0 13px 0;
	border-bottom: 1px solid #f2f2f2
}

.h_title .main_text {
	font-size: 18px;
	color: #000
}

.h_title .title_icon {
	width: 24px;
	height: 24px;
	margin-right: 9px
}

.h_title .se_more {
	float: right;
	color: #333;
	font-size: 12px
}

.h_title_2 {
	text-align: center;
	padding: 10px;

}

.h_title_3 {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 10px
}

.h_title_3 .main_txt {
	font-size: 18px;
	color: #333;
	border-left: 6px solid #105cb8;
	padding-left: 9px;
	font-weight: 700
}

.bg_blue {
	background: #3884e1
}

/*百科*/
/*encyclopedias*/
body{background: #f2f2f2;}
.content{
	width: 1249px;
	margin: 35px auto;
}
.content .content_left{
	width: 890px;
	min-height: 1671px;
	background: #ffffff;
	float: left;
	padding-bottom: 40px;
	margin-bottom: 50px;
}
.content_left_title{
	position: relative;
	height: 63px;
	width: 100%;
	clear: both;
}
.content_left_title img{
	position: absolute;
	left: 20px;
	bottom: 1px;
}
.content_left_title div{
	width: 818px;
	height: 100%;
	border-bottom: 1px solid #c1c1c1;
	float: right;
}
.content_left_title div span{
	display: inline-block;
	font-size: 24px;
	margin-top: 28px;

}
.content_left_title div span:first-child{
	color: #ff3f00;
}
.recommends{
	width: 100%;
}
.recommends ul,.football_text ul,.basketballs ul,.comprehensive ul{
	width: 100%;
}
.recommends ul li,.football_text ul li,.basketballs ul li,.comprehensive ul li{
	float: left;
	width: 23%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-bottom: 1px solid #f2f2f2;
	position: relative;
}
.recommends ul li div,.football_text ul li div,.basketballs ul li div,.comprehensive ul li div{
	width: 1px;
	height: 46px;
	margin: auto;
	background: #e8e8e8;
}
.recommends ul li img,.football_text ul li img,.basketballs ul li img,.comprehensive ul li img{
	position: absolute;
	top: 20px;
	left: 30px;
}
.football,.basketball,.comprehensive{
	width: 100%;
	min-height: 419px;
	overflow: hidden;
}
.football_text,.basketball_text,.comprehensive_text{
	width: 100%;
	height: 385px;
	overflow: hidden;
}
.spread{
	background: #f2f2f2;
	width: 836px;
	height: 34px;
	float: right;
	margin-right: 19px;
	text-align: center;
	line-height: 34px;
	color: #ff3f00;

	font-size: 15.92px;
	cursor: pointer;
}
.spread img{margin-left: 9px;}
.content .content_right{
	width: 340px;
	float: right;
}
.content_right .encyclopedias,.labels{
	height: auto;
	width: 100%;
	background: #ffffff;
}
.content_right .encyclopedias .encyclopedias_title,.labels .labels_title{
	height: 59px;
	width: 100%;
	border-bottom: 1px solid #ec2c46;
	position: relative;
}
.content_right .encyclopedias .encyclopedias_title img,.labels .labels_title img{
	position: absolute;
	left: 28px;
	top: 18px;
}
.content_right .encyclopedias .encyclopedias_title p,.labels .labels_title p{
	height: 59px;
	font-size: 17.99px;
	line-height: 59px;
	margin-left: 57px;

	color: #eb1d39;
	font-weight: bold;
}
.content_right .encyclopedias .encyclopedias_text,.labels .labels_text{
	width: 295px;
	height: auto;
	margin: 0 auto;
	margin-top: 10px;
	line-height: 24px;
	padding: 0 10px 10px;
}
.content_right .encyclopedias .encyclopedias_text a,.labels .labels_text a {
	color: #333333;
	font-size: 14px;
}
.content_right .encyclopedias .encyclopedias_text span,.labels .labels_text span{margin: 0 5px;}
/*encyclopedia_details*/
.nav{
	margin-top: 35px;
	margin-left: 337px;
	color: #808080;

	font-size: 16px;
}
.nav a{
	color: #808080;

	font-size: 16px;
}
.catalogbox{
	width: 278px;
	position: fixed;
	top: 0;
	/*left: 357px;*/
	z-index: 999999999;
}
.catalog{
	width: 100%;
	height: 46px;
	background: #fe5022;
	line-height: 46px;
	cursor: pointer;
}
.catalog span{

	font-size: 22px;
	color: #ffffff;
	margin-left: 20px;
}
.catalog img{
	float: right;
	margin-top: 19px;
	margin-right: 20px;
}
.catalog_textbox{
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #c1c1c1;
	border-top: none;
	display: none;
	padding-bottom: 10px;
	padding-top: 10px;
}
.catalog_textbox ul{
	width: 100%;
}
.catalog_textbox ul li{
	height: 28px;
	line-height: 28px;
	float: left;
	position: relative;
}
.catalog_textbox ul li div{
	width: 1px;
	background: #f2f2f2;
	height: 100%;
	margin: auto;
}
.catalog_textbox ul li img{
	position: absolute;
	top: 9px;
	left: 15.3px;
}
.ed_centent{
	width: 1555px;
	margin-left: 337px;
	margin-top: 20px;
	margin-bottom: 50px;
}
.ed_centent .btw_centet{
	width: 890px;
	background: #FFFFFF;
	float: left;
	margin-bottom: 20px;
	position: relative;
}
.ed_centent .btw_catalog{
	margin-top: 20px;
	margin-left: 20px;
	width: 278px;
	min-height: 325px;
	border: 1px solid #c1c1c1;
	float: left;
	position: relative;
	position: absolute;
	top: 0;
	background: #FFFFFF;
}
.ed_centent .btw_catalog .btw_catalog_title{
	width: 100%;
	height: 44px;
	background: #f2f2f2;
	border-bottom: 1px solid #c1c1c1;
}
.ed_centent .btw_catalog_title img{
	margin-top: -7px;
	margin-left: 19px;
}
.ed_centent .btw_catalog .btw_catalog_title span{
	line-height: 44px;
	margin-left: 10px;
	font-size: 22px;

	color: #808080;
}
#catalog_text_box{
	width: 278px;
}
#catalog_text_box ul{
	width: 100%;
	padding-top: 8px;
	height: 260px;
	overflow: hidden;
}
#catalog_text_box ul li{
	float: left;
	height: 30px;
	line-height: 30px;
	position: relative;
}
#catalog_text_box ul li div{
	width: 1px;
	height: 100%;
	background: #f2f2f2;
	margin: auto;
}
#catalog_text_box ul li img{
	position: absolute;
	left: 15.3px;
	top: 9px;
}
.a1{
	color: #ff3f00;
}
.ed_centent .btw_catalog .triangle{
	text-align: center;
	width: 100%;
}
.ed_centent .btw_catalog .triangle img{
	margin-bottom: 4px;
}
.ed_centent .definition{
	margin-right: 20px;
	margin-top: 20px;
	width: 558px;
	min-height: 325px;
	border: 1px solid #c1c1c1;
	float: right;
}
.ed_centent .definition h1{
	font-size: 22px;

	margin-left: 17px;
	margin-top: 22px;
}
.ed_centent .definition h1 span{
	color: #fe5022;
}
.ed_centent .definition p{
	text-indent: 2em;
	width: 524px;
	display: inline-block;
	margin-left: 16px;
	margin-top: 20px;
	line-height: 30px;
}
.article{
	width: 100%;
	height: 71px;
	clear: both;
}
.article img{
	margin-top: -3px;
	height: 25px;
	margin-left: 20px;
}
.article span{
	display: inline-block;
	height: 71px;
	margin-left: 10px;

	font-size: 22px;
	color: #fe5022;
	line-height: 71px;
}
.article_img{
	width: 850px;
	height: 425px;
	margin: auto;
	background: #fe5022;
}
.img_title{
	width: 100%;
	text-align: center;
	padding-top: 20px;

	font-size: 16px;
	color: #333333;
}
.btw_centet .article_text{
	display: inline-block;
	text-indent: 2em;
	width: 850px;
	margin-left: 20px;

	font-size: 15.95px;
	line-height: 25px;
	margin-top: 29px;
	color: #333333;
}
.btw_centet_foot{
	height: 79px;
	width: 820px;
	margin: auto;
}
.btw_centet_foot .btw_centet_foot_left{
	width: 410px;
	height: 50px;
	float: left;
	border-right: 1px solid #f4f4f4;
}
.btw_centet_foot_left a,.btw_centet_foot_right a{
	font-size: 15.95px;

	color: #333333;
}
.btw_centet_foot_left p,.btw_centet_foot_right p{
	margin-top: 16px;
	font-size: 15.95px;
}
.btw_centet_foot .btw_centet_foot_right{
	width: 410px;
	height: 50px;
	float: right;
	text-align: right;
}
.hot{
	width: 340px;
	float: left;
	margin-left: 19px;
}
.hot_encyclopedias{
	height: 284px;
	width: 100%;
	background: #ffffff;
}
.hot_encyclopedias_title{
	height: 59px;
	width: 100%;
	border-bottom: 1px solid #ec2c46;
	position: relative;
}
.hot_encyclopedias_title img{
	position: absolute;
	left: 28px;
	top: 18px;
}
.hot_encyclopedias_title p{
	height: 59px;
	font-size: 17.99px;
	line-height: 59px;
	margin-left: 57px;

	color: #eb1d39;
	font-weight: bold;
}
.hot_encyclopedias_text{
	width: 295px;
	height: 204px;
	margin: 0 auto;
	margin-top: 20px;
	line-height: 24px;
}
.hot_encyclopedias_text a{
	color: #333333;
	font-family: "寰蒋闆呴粦";
	font-size: 14px;
}
.hot_encyclopedias_text span{margin: 0 5px;}
.related{
	background: #FFFFFF;
	width:890px;
	min-height: 165px;
	clear: both;
}
.related_title{
	width: 850px;
	margin: auto;
	padding-top: 20px;
}
.related_title span{

	font-size: 22px;
}
.related_title a{
	font-size: 16px;
	float: right;
	color: #808080;
	line-height: 42px;
}
.related_text{
	width: 850px;
	margin: auto;
	margin-top: 20px;
}
.related_text a{

	color: #333333;
	font-size: 15.95px;
}
.related_text span{
	margin: 0 5px;
}
.fi{
	position: fixed;
	top: -230px;
	width: 340px;
}
/*百科结束*/


/*转会记录*/
.transfer{
	width: 100%;
	padding: 0 20px;
}
.transfer table{
	width: 100%;
}
.transfer table th{
	height: 5px;
	background: #808080;
	border: 1px solid #f2f2f2;
}
.transfer table td{
	border: 1px solid #f2f2f2;
	height: 47px;
}
.transfer table .transfer_td{
	text-align: left;
	padding-left: 20px;
}
.transfer table .transfer_td span{
	margin-left: 10px;
}

/*专题*/
.sl_box{
	margin: 30px auto 0;
}
.sl_centent{
	background: #ffffff;
	float: left;
	width: calc(100% - 300px - 5px);
}
.sl_classification div{
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}
.sl_classification div:first-child a:hover{
	background: rgb(255, 63, 0);
	color: #FFF;
}
.sl_classification #a #spa a:hover,.sl_result_box ul li a:hover span{
	color: rgb(255, 63, 0);
}
.sl_classification div a{
	/*margin-right: 5px;*/
	display: inline-block;
	/*padding: 0 10px;*/
}
.sl_classification div span{
	display: inline-block;
	padding: 0 10px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	color: #808080;
	font-size: 18px;
}
.sl_classification #a span:last-child{
	float: right;
	padding: 0;
}
.sl_classification #a span:first-child{
	line-height: 0;
	float: left;
	margin-top: 15px;
}
.sl_classification div div{
	float: left;
	/*border: 1px solid #dddddd;*/
	height: 32px;
}
.sl_classification div div input{
	font-size: 16px;
	color: #808080;
	padding-left: 20px;
	width: calc(100% - 18px - 20px);
}
.sl_classification div div button{
	float: right;
	text-align: center;
	border: none;
	background: #FFFFFF;
	margin-top: 2px;
	margin-right: 10px;
}
.sl_classification div div button img{width: 18px;}
.sl_condition_box{
	background: #f2f2f2;
	width: 100%;
	clear: both;
	padding: 13px 5px 13px 0;
}
.sl_condition_box .sl_condition_title{
	font-size: 18px;
	color: #808080;
	padding-right: 0;
	padding-left: 5px;
}
.sl_condition_box .sl_condition{
	padding: 0 10px;
}
.sl_condition_box .sl_condition a{
	padding: 0 3px;
}
.sl_condition_box .sl_condition_resultNum{
	float: right;
	width: auto;
	border: none;
	font-size: 14.2px;
}
.sl_condition_box .sl_condition_resultNum span{
	color: #ff3f00;
}
.sl_result_box{
	height: 640px;
	overflow: hidden;
	margin-bottom: 20px;
}
.sl_result_box li{
	float: left;
	width: 23.9%;
	background: #f2f2f2;
	margin-left: 1.45%;
}
.sl_result_box li div{
	margin-bottom: 0px;
	height: auto;
	overflow: hidden;
}
.sl_result_box li div img{width: 100%;}
.sl_select{
	clear: both;
	text-align: center;
	font-size: 15.92px;
	padding: 9px 0;
	background: #f2f2f2;
}
.sl_select a{
	color: #ff3f00;
}
.sl_result_box li span{
	font-size: 14px;
	color: #333333;
}
.zt_bg{
	background: #ffffff;
}
.zt_rfcon{
	width:300px;float: right;
}
.zt_baseTitleLine3{
	border-top: 10px solid #f2f2f2;
	height: 70px;
}
.zt_hotTopic{
	margin-top:10px;
	width: 100%;
}
.zt_hotTopicList2{background: #ffffff;}
.zt_hotTopicList2 li{
	float: left;
	width:49%;
	padding: 10px 7.5px 10px 7.5px;
}
.scsg_box{
	background: #ffffff;
	position: relative;
}
.scsg_box li{
	height: 136px;
	border-bottom: 1px solid #f2f2f2;
	padding: 20px;
}
.scsg_box li:last-child{
	padding: 0px;
	height: 46px;
	line-height: 46px;
	text-align: center;
}
.scsg_box li a p{
	font-size: 14px;
	padding-bottom: 15px;
}
.scsg_box li a div{position: relative;}
.scsg_box li a div div.scsg_dw2{margin-top: 10px;}
.scsg_box li a div div.scsg_wk{
	position: absolute;
	top: 15px;
	right: 0;
	color: #808080;
	font-size: 14px;
}
.scsg_box li a div div img{
	margin-right: 10px;
	height: 24px;
}
.scsg_box li a div div span.scsg_bf{float: right;}
#qdjs{
	width: 100%;
}
.qdjs_xq{
	height: 20px;
	width: 46px;
	background: #3885e1;
	position: absolute;
	top: -20px;
	right: 0;
	color: #ffffff;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
}
.qdjs_qytxxm{
	margin-top: 20px;
	padding: 0 0px 0 20px;
}
.qdjs_qytxxm .qyjs_tx{
	float: left;
	margin-right: 20px;
}
.qdjs_qytxxm .qyjs_tx div{
	height: 80px;
	width: 80px;
	overflow: hidden;
}
.qdjs_qytxxm .qyjs_tx .qyjs_txbox{
	border-radius: 50%;
}
.qdjs_qytxxm .qyjs_tx div img{height: 100%;}
.qdjs_qytxxm .qyjs_name{
	width: 180px;
	float: left;
	padding-top: 16px;
	line-height: 24px;
}
.scsg_box a p{font-size: 14px;}
.qdjs_qytxxm .qyjs_name .qyjsChineseName{
	font-weight: bold;
	font-size: 16px;
}
.qdjs_qdzl{
	padding: 20px 20px 10px;
	clear: both;
	line-height: 35px;
	border-bottom: 1px solid #f2f2f2;
}
.qdjs_qdzl .qdjs_qdzlSpan{float: right;width: 120px;}
.qdjs_ckgd{
	text-align: center;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
}
.qdjs_ckgd a:hover,.scsg_box li:last-child a:hover{
	color: rgb(255, 63, 0)!important;
}

/*��������*/
.ac_share{
	margin-top: -10px;
	color:grey;
	font-size:15px;
}
.ac_share span{
	display: block;
	float: left;
	margin-top: 2px;
}
.ac_share a{
	margin-left: 10px;
}
.ac_share a img{
	 height:24px;
}
.art_div{
	margin: 20px 0 10px;
	display: inline-block;
	color: #333333;
}
.art_span{
	float: right;
}
.art_span img{
	height: 25px;
	margin-top: -9px;
	margin-right: 6px;
}
.lae{
	font-size: 14px;
	margin-bottom: 20px;
}
.lae a{
	border: 1px solid #c9c9c9;
	border-radius: 4px;
	display: inline-block;
	color: #808080;
	padding: 0 10px;
}
.vote{
	padding: 20px 28px;
	margin: 20px 10px 0;
	border: 1px dashed #67d6f2;
	background: #f5fdff;
}
.vote p{
	font-size: 18px;
}
.vote div{
	margin-top: 20px;
}
.vote div:last-child span{
	display: inline-block;
	margin-left: 10px;
	height: auto;
	margin-top: 0;
	color: #ff3f00;
}
.vote span{
	font-size: 16px;
	display: block;
	height: 20px;
	margin-top: 10px;
}
.vote label{
	width: 16px;
	height: 16px;
	position: relative;
	border: 0.01rem solid #cdcdcd;
	background: #f2f2f2;
	float: left;
	margin-top: 4px;
	margin-right: 10px;
}
/* .vote div:last-child{
	margin-left: 25px;
} */
.vote span input{
	-webkit-appearance: radio;
	opacity: 0;
}
.vote .vote_selected{
	color: #ff3f00;
}
.vote .vote_selected label:after{
	content: '';
	width: 6px;
	height: 11px;
	transform: rotate(40deg);
	border: 2px solid #fff;
	border-top: none;
	border-left: none;
	position: absolute;
	left: 5px;
	top: .5px;
}
.vote .vote_selected label{
	background: #ff3f00;
	border-color: #ff3f00;
}
.vote span input:checked + label{
	background: #ff3f00;
	border-color: #ff3f00;
}
.vote span input:checked + label:after{
	content: '';
	width: 6px;
	height: 11px;
	transform: rotate(40deg);
	border: 2px solid #fff;
	border-top: none;
	border-left: none;
	position: absolute;
	left: 5px;
	top: .5px;
}
.vote p input{
	font-size: 16px;
	color: #FFFFFF;
	background: #ff3f00;
	border-radius: 4px;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: right;
	margin-top: 10px;
}
.vote div.vote_result{
	margin: 5px 0 0;
}
.vote div.vote_result i{
	font-size: 16px;
	margin-left: 10px;
}
.vote div.vote_result .vote_JDT{
	width: 526px;
	height: 8px;
	border: 1px solid #cdcdcd;
	margin-top: 5px;
	float: left;
}
.vote div.vote_result .vote_JDT div{
	background: #5ea7e3;
	height: 100%;
	margin: 0;
}
.vote div.vote_result span{
	margin: 0;
}
.media_af{
	display: -moz-box;
	display: -webkit-box;
	display: box;
}
.media_af .media_actil{
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	text-align: center;
	border-right: 1px solid #e6e6e6;
}
.media_af .media_af_span1 a{color: #808080;}
.media_af .media_af_span1 img{
	height: 16px;
	margin-top: -4px;
	margin-right: 5px;
}
.media_af .media_af_span2{
	display: block;
	margin-top: 10px;
}
.media_af .media_fans{
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	text-align: center;
}
.bbs-relation ul li{
	width: 125px;
	float: left;
	margin-top: 10px;
	background: #f2f2f2;
}
.bbs-relation ul li a img{width: 100%;}
.bbs-relation ul li a span{
	height: 34px;
	line-height: 34px;
	padding-left: 10px;
	font-size: 14px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space:nowrap;
}
.WZ_FDimg ul li a div{
	overflow: hidden;
	height: 78.56px;
	width: 100%;
	position: relative;
}
.WZ_FDimg a img:first-child{
	transition: all 1s;
}
.WZ_FDimg a:hover img:first-child{
	transform: scale(1.1);
}
.wz_img{
	width: 38px!important;
	position: absolute;
	top: 20px;
	left: 44px;
}
.labels_text a:hover{
	color: #d43d3d !important;
}
.media_ab{
	background: #ff3f00;
	float: right;
	color: #ffffff;
	font-size: 12px;
	border-radius: 3px;
	padding: 0 5px;
	display: inline-block;
	margin-top: 10px;
}
.media_af{
	display: -moz-box;
	display: -webkit-box;
	display: box;
}
/*IE��ʽ*/
.media_af .media_actil1{
	width: 50%;
	float: left;
	text-align: center;
	border-right: 1px solid #e6e6e6;
}
.media_af .media_fans1{
	float: right;
	width: 50%;
	text-align: center;
}
/*IE��ʽ����*/
/*�����������*/


/*��ʱ�ȷ�  (���������ֳ�����   ֱ��)*/
.imgclass img {
	height: 24px;
	float: left;
	margin-top: .2rem;
}

.team-logo span {
	display: inline-block;
	margin-top: 10px;
}

.logo-left span {
	float: right;
	margin-left: 10px;
}

.logo-right span {
	float: left;
	margin-right: 10px;
}

.team-logo img {
	width: 36px;
	height: 36px;
	display: inline-block;
	margin-top: 1.5px;
}

.team-logo a {
	display: block;
}

.logo-left {
	float: right;
}

.logo-right {
	float: left;
}

.white-font2  a.live_box {
	display: block;
	width: 120px;
	line-height: 42px;
	background: #a1a194;
	background: #fff;
	border-radius: 20px;
	color: #ff3f00;
	font-size: 16px;
	margin: -10px auto 0 auto;
}

.white-font2 a.live_box i {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../images/u5.png) 0 0 / 100% no-repeat;
	vertical-align: -5px;
	margin-right: 10px;
}

.matchzb {
	overflow: hidden;
	padding-top: 2px;
}

.matchzb .matchvideoBox {
	background: url(../images/u7.jpg) 0 0 / 100% no-repeat;
	height: 444px;
	float: left;
	width: 778px;
}
.matchzb .matchvideoBox .matchtsBox{
	text-align: center;
	color: #888;
	overflow: hidden;
	background: rgba(0,0,0,.5);
	width: 486px;
	height: 280px;
	margin: calc((444px - 280px) / 2) auto;
	padding: 60px 120px;
}
.matchzb .matchvideoBox .matchtsBox p{
	overflow: hidden;
	margin-top: 20px;
}
.matchzb .matchvideoBox .matchtsBox p a{
	color: #ff4949;
	float: right;
}
.matchzb .matchvideoBox .matchvideoxl{
	height: 63px;
	padding: 20px;
}
.matchzb .matchvideoBox .matchvideoxl a{
	width: 70px;
	height: 34px;
	border-radius: 2px;
	color: #888;
	padding: 2px 10px;
	margin-right: 10px;
	background: #333333;
}
.matchzb .matchvideoBox .matchvideoxl a.adq{
	background: #3884e1;
	color: #fff;
}
.matchzb .matchvideoBox .matchvideo{
	height: calc(100% - 63px);
}
.matchzb .matchfontBox {
	height: 444px;
	width: 462px;
	float: right;
	background: #fff;
}

.matchzb .matchfontBox .matchfonthead {
	line-height: 35px;
	background: url(../images/u3.png) 0 0 / 100% no-repeat;
	color: #fff;
	font-size: 14px;
	padding-left: 20px;
}

.matchzb .matchfontBox .matchfonttext {
	overflow-y: auto;
	padding-left: 10px;
	height: 100%;
}

.matchzb .matchfontBox .matchfonttext p {
	margin-top: 10px;
    padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}

.matchzb .matchfontBox .matchfonttext p span {
	display: inline-block;
	font-size: 10px;
}

.matchzb .matchfontBox .matchfonttext p span.matchfontspan0 {
	width: 40px;
	margin-right: 10px;
	font-weight: bold;
	/* vertical-align: top; */
}

.matchzb .matchfontBox .matchfonttext p span.matchfontspan1 {
	width: calc(100% - 40px - 30px - 110px);
}

.matchzb .matchfontBox .matchfonttext p span.matchfontspan2 {
	width: 50px;
	margin-right: 10px;
	color: #8f8f8f;
}

.matchzb .matchfontBox .matchfonttext p span.matchfontspan3 {
	width: 50px;
}

.lqxcdataqy {
	text-align: left;
	padding-left: 20px;
}

.lqxcdataqy i {
	margin-right: 10px;
	display: inline-block;
	width: 20px;
	height: 24px;
	background: url(../images/u6.png) 0 0 / 100% no-repeat;
	vertical-align: middle;
}

#listCont1 {
	height: 600px;
	background: #fff;
}

.pd0 {
	padding: 0;
}

.pb0 {
	padding-bottom: 0
}

.pb10 {
	padding-bottom: 10px
}

.pb20 {
	padding-bottom: 20px
}

.pt10 {
	padding-top: 10px
}

.mt10 {
	margin-top: 10px
}

.bold-font {
	font-weight: 700;
}

.item-title {
	display: inline-block;
    width: 42px;
    height: 23px;
    line-height: 23px;
	background-color: #4a4a4a;
	color: #fff;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.tac {
	text-align: center;
}

.vam {
	vertical-align: middle;
}

.replyItems_rp {
	border-bottom: none;
	padding-top: 30px;
}

.pagination {
	text-align: center;
	display: block;
}

.pagination li {
	display: inline-block;
}

.icon-video {
    background: url("../img/icon-video.png");
    width: 10px;
    height: 10px;
    display: inline-block;
}

.icon-text {
    background: url("../img/u6.png");
    width: 10px;
    height: 10px;
    display: inline-block;
}

.area-videoquery,.area-toptime {
	background: #fff;
}

.block-title {
	padding: 20px 10px 0;
}

.block-body {
	margin-top: 10px;
    overflow: hidden;
}

.area-videoquery .block-body {
    margin-top: 20px;
    border-top: 2px solid #d43d3d;
    min-height: 570px;
}

.block-title .title {
    display: block;
    float: left;
    font-size: 24px;
    line-height: 1;
    color: #555;
    padding-left: 16px;

    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: default;
}

.block-title .title-sub {
    display: block;
    overflow: hidden;
    padding-left: 40px;
    padding-top: 2px;
    font-size: 16px;
    color: #ccc;
}

.more a {
    display: block;
    height: 16px;
    line-height: 16px;
    margin-top: 5px;
    font-size: 14px;
    color: #888;

    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 20px;
    vertical-align: top;
}

.area-videoquery .block-body .sort {
	height: 25px;
}

.area-videoquery .block-body .sort .sort-btns {
	margin-right: 10px;
}

.area-videoquery .block-body .sort .sort-btns a {
    display: block;
    float: left;
    width: 45px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #d43d3d;
    color: #d43d3d;
	background-color: #fff;
	font-size: 14px;
}

.area-videoquery .block-body .sort .sort-btns a.selected {
    color: #fff;
    background-color: #d43d3d;
}

.area-videoquery .block-body .query-main .query {
    float: left;
    width: 400px;
	margin-top: 10px;
	padding-left: 10px;
}

.area-videoquery .block-body .query-main .query .condition {
    border-bottom: 1px dotted #d6d6d6;
    margin-bottom: 10px;
}

.area-videoquery .block-body .query-main .query .condition h3 {
    height: 18px;
    line-height: 18px;
    padding-left: 10px;
    color: #555;
    font-size: 16px;
    border-left: 3px solid #f23e64;
    font-weight: 700;
}

.area-videoquery .block-body .query-main .query .condition ul {
    padding-top: 20px;
    padding-bottom: 5px;
}

.area-videoquery .block-body .query-main .query .condition ul li {
    display: inline-block;
    width: 56px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    margin-right: 4px;
    margin-bottom: 8px;
    cursor: pointer;
    overflow: hidden;
}

.area-videoquery .block-body .query-main .query .condition ul li a {
    color: #555;
}

.area-videoquery .block-body .query-main .query .condition ul li:hover a {
	color: #d43d3d;
}

.area-videoquery .block-body .query-main .query .condition ul li.selected {
	background: #d43d3d;
}

.area-videoquery .block-body .query-main .query .condition ul li.selected a {
	color: #fff;
}

.area-videoquery .block-body .query-main .result {
    height: 700px;
    overflow: hidden;
    padding-left: 20px;
}

.area-videoquery .block-body .query-main .result .figures-list {
	width: 100%;
    font-size: 0;
}
.figures-list {
    width: 100%;
    font-size: 0;
}
.figures-list .list-item {
    position: relative;
    width: 195px;
    padding: 5px;
    margin: 5px;
    vertical-align: top;
    font-size: 12px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-out;
}


.figures-list .list-item a {
    display: block;
    position: relative;
    width: 195px;
    height: 110px;
    z-index: 2;
}

.figures-list .list-item p {
    margin-top: 8px;
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    font-size: 14px;
}

.figures-list .list-item p a {
    color: #555;
    height: auto;
}

.figures-list .list-item:hover a {
	color: #d43d3d;
	transition: all .3s ease-out;
}

.figures-list .list-item a img {
    width: 100%;
    height: 100%;
}

.area-tab .wrap {
    background-color: #fff;
    border: 1px solid #e8e8e8;
	padding: 12px 20px;
	height: 62px;
}

.area-tab .wrap ul.tab {
    float: left;
}

.area-tab .wrap ul.tab li {
    display: block;
    float: left;
    position: relative;
    width: 125px;
    height: 34px;
    line-height: 34px;
    margin-right: 15px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 18px;
    cursor: pointer;
    transition: all .2s ease-out;
}

.area-tab .wrap ul.tab li.current,
.area-tab .wrap ul.tab li:hover {
    color: #fff;
    background-color: #f23d63;
    border-color: #f23d63;
}

.area-tab .wrap ul.tab li a {
    display: block;
    color: #585858;
    text-decoration: none;
}

.area-tab .wrap ul.tab li.current a,
.area-tab .wrap ul.tab li:hover a {
    color: #fff;
}

.area-tab .wrap ul.tab li.current:after {
    content: ' ';
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    font-size: 0;
    border-style: solid;
    border-width: 0 8px 10px 8px;
    border-color: transparent transparent #fff transparent;
    -webkit-filter: drop-shadow(0 -1px 0 rgba(0, 0, 0, .1));
    filter: drop-shadow(0 -1px 0 rgba(0, 0, 0, .1));
}

.area-tab .wrap h2 {
    float: left;
    font-size: 20px;
    color: #393939;
    line-height: 1;
    margin-top: 10px;
    margin-left: 15px;
}

.area-tab .wrap a.more {
    display: block;
    float: right;
    height: 36px;
    line-height: 36px;
    color: #888;
    font-size: 16px;
    text-decoration: none;
    padding-right: 24px;
    background-position: right 10px;


    background-repeat: no-repeat;
}

.area-tab .wrap a.more:hover {
    color:#d43d3d;
    background-position:right -33px
}

.area-tables {
    min-height: 1000px;
}

.table-block {
    margin-bottom: 30px;
}

.table-block .title {
    display: block;
    height: 32px;
    line-height: 32px;
    color: #fff;
}

.table-theme-blue .title {
    background-color: #579ede;
}

.table-theme-red .title {
    background-color: #ec6a86;
}

.table-block .tbl-wrap {
    border: 1px solid #e8e8e8;
}

.table-block .title h3 {
    float: left;
    font-size: 16px;
    margin-left: 18px;
	font-weight: 700;
	line-height: 32px;
}

.table-block .title .paging {
    float: right;
    margin-top: 5px;
    margin-right: 10px;
}

.table-block .title .paging a {
    display: block;
    float: left;
    width: 24px;
    height: 22px;
    line-height: 22px;
    margin-left: 2px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-family: NanumMyeongjo,"\5B8B\4F53",sans-serif;
    font-size: 12px;
}

.table-theme-blue .title .paging a {
    background-color: #0062a7;
}

.table-theme-red .title .paging a {
    background-color: #c6002b;
}

.table-theme-red .title .paging a.disable {
    background-color: #ee839a;
}

.table-theme-blue .title .paging a.disable {
    background-color: #72b1ea;
}

.table-block .tbl-wrap {
    border: 1px solid #e8e8e8;
}

.table-block .tbl-wrap table {
    font-size: 14px;
    font-family: Arial,sans-serif;
    color: #606060;
    background-color: #fff;
    margin-top: -1px;
}

.table-block .tbl-wrap table.tbl-main {
    width: 36%;
    float: left;
    border-right: 1px solid #e8e8e8;
}

.table-block .tbl-wrap table thead {
    background-color: #f3f3f3;
    font-family: "\5FAE\8F6F\96C5\9ED1",sans-serif;
}

.table-block .tbl-wrap table tr {
    border-top: 1px solid #e8e8e8;
}

.table-block .tbl-wrap table tr:hover {
    background: #f2f2f2;
}

.table-block .tbl-wrap table td {
    text-align: center;
}

.table-block .tbl-wrap table thead td {
    height: 37px;
    font-weight: 700;
    cursor: default;
}

.table-block .tbl-wrap table.tbl-main tbody td i.order {
    padding: 10px;
    font-style: normal;
    color: #fff;
    background-color: #ccc;
    border-radius: 2px;
	cursor: default;
	font-size: 14px;
	font-family: Arial,sans-serif;
}

.table-theme-blue .tbl-wrap table.tbl-main tbody td i.order-hl {
    background-color: #2d85d5;
}

.table-theme-red .tbl-wrap table.tbl-main tbody td i.order-hl {
    background-color: #f74c6f;
}

.table-block .tbl-wrap table.tbl-main tbody td a.team {
    display: block;
    margin-left: 20px;
    font-size: 16px;
    color: #606060;
    text-decoration: none;
    cursor: pointer;
}

.table-block .tbl-wrap table.tbl-main tbody td a.team img {
    height: 40px;
    padding: 5px 0;
    float: left;
    vertical-align: top;
}

.table-block .tbl-wrap table.tbl-main tbody td a.team span {
    float: left;
    padding-left: 15px;
}

.table-block .tbl-wrap table tbody td {
    height: 50px;
}

.table-block .tbl-wrap .scroll-area {
    display: block;
    width: 64%;
    overflow: hidden;
}

.table-block .tbl-wrap .scroll-area .scoll-container {
    width: 200%;
}

.table-block .tbl-wrap table {
    font-size: 14px;
    font-family: Arial,sans-serif;
    color: #606060;
    background-color: #fff;
    margin-top: -1px;
}

.table-block .tbl-wrap .scroll-area table.tbl-details {
    float: left;
    width: 50%;
    table-layout: fixed;
}

.table-block .tbl-wrap table td span {
    line-height: 50px;
}

.table-block .tbl-wrap table td .cn {
    font-family: "\5FAE\8F6F\96C5\9ED1",sans-serif;
}

/* ���� */
.headlineC {
    height:63px;
    margin-top:30px
}
.headline {
    width:1250px;
    height:61px;
    background:#fff;
    margin:0 auto
}
.headline .icon {
    width:17px;
    height:63px;
    float:left;
    margin-top:-1px;
    margin-right:14px;

}
.headline .title {
    float:left;
    font-family:Arial, "Microsoft Yahei";
    font-size:22px;
    height:63px;
    line-height:63px
}
.headline .type {
    float:left;
    font-size:12px;
    color:#fff;
    height:20px;
    background-color:#d43d3d;
    font-style:normal;
    width:45px;
    line-height:20px;
    text-align:center;
    margin-top:21px;
    font-family:"Microsoft Yahei";
    margin-left:6px
}
.headline .links {
    float:right;
    margin-top:15px;
    margin-right:20px;
    position:relative;
    z-index:1
}
.headline .links a {
    text-decoration:none;
    text-align:center;
    color:#606060;
    float:left;
    width:76px;
    height:30px;
    line-height:30px;
    background-color:#fff;
    border:1px solid #ddd;
    margin-left:10px;
    font-family:"Microsoft Yahei";
    font-size:14px
}
.headline .links a:first-child {
    margin-left:0
}
.headline .links a:hover {
    color:#fff;
    background:#f23d63
}
.headline .links .calendar {
    background-color:#f3f3f3;
    border:none
}
.headline .links .calendar .calendar_icon {
    display:inline-block;
    width:25px;
    height:25px;

    background-position:0 0;
    background-size:50px 33px!important;
    vertical-align:middle;
    margin-bottom:2px;
    margin-right:6px
}
.headline .links .calendar:hover {
    background-color:#f3f3f3
}
.headline .links .calendar:hover .calendar_icon {

    background-position:-25px 0;
    background-size:50px 33px!important
}
.headline .links .calendar .icon-arrow {
    display:inline-block;
    width:8px;
    height:8px;
    margin-left:8px;

    background-position:0 -25px;
    background-size:50px 33px!important;
    background-repeat:no-repeat;
    vertical-align:middle
}
.headline .links .teams {
    width:798px;
    height:310px;
    border:1px solid #dadada;
    position:absolute;
    top:46px;
    right:-21px;
    background:#fff
}
.headline .links .teams .east, .headline .links .teams .west {
    width:398px;
    height:308px;
    float:left;
    border-right:1px solid #dadada;
    text-align:center
}
.headline .links .teams .east .tit, .headline .links .teams .west .tit {
    width:398px;
    height:45px;
    border-bottom:1px solid #d7d7d7;
    background:#f6f6f6
}
.headline .links .teams .east .tit i.logo, .headline .links .teams .west .tit i.logo {
    width:25px;
    height:25px;
    margin-top:10px;
    margin-left:146px;
    margin-right:10px;
    display:inline-block;
    float:left;

}
.headline .links .teams .east .tit h2, .headline .links .teams .west .tit h2 {
    float:left;
    font-size:18px;
    font-family:"Microsoft Yahei";
    color:#5a5a5a;
    line-height:45px
}
.headline .links .teams .east .cont, .headline .links .teams .west .cont {
    text-align:center
}
.headline .links .teams .east .cont a, .headline .links .teams .west .cont a {
    width:130px;
    height:36px;
    line-height:36px;
    float:left;
    display:inline-block;
    text-decoration:none;
    border-width:0;
    margin-left:2px;
    margin-top:14px;
    text-align:left;
    font-size:14px;
    font-family:"Microsoft Yahei";
    color:#5a5a5a;
    background:#fff
}
.headline .links .teams .east .cont a a:hover, .headline .links .teams .west .cont a a:hover {
    color:#f23d63;
    background:#f3f3f3
}
.headline .links .teams .east .cont a i, .headline .links .teams .west .cont a i {
    width:25px;
    height:25px;
    float:left;
    display:inline-block;
    margin-top:5px;
    margin-right:12px;
    margin-left:22px;

}
.headline .links .teams .east .cont a i.celtics, .headline .links .teams .west .cont a i.celtics {
    background-position:0 -33px
}
.headline .links .teams .east .cont a i.bulls, .headline .links .teams .west .cont a i.bulls {
    background-position:0 -367px
}
.headline .links .teams .east .cont a i.hawks, .headline .links .teams .west .cont a i.hawks {
    background-position:0 -200px
}
.headline .links .teams .east .cont a i.nets, .headline .links .teams .west .cont a i.nets {
    background-position:0 -99px
}
.headline .links .teams .east .cont a i.cavaliers, .headline .links .teams .west .cont a i.cavaliers {
    background-position:0 -400px
}
.headline .links .teams .east .cont a i.hornets, .headline .links .teams .west .cont a i.hornets {
    background-position:0 -167px
}
.headline .links .teams .east .cont a i.knicks, .headline .links .teams .west .cont a i.knicks {
    background-position:0 -65px
}
.headline .links .teams .east .cont a i.pistons, .headline .links .teams .west .cont a i.pistons {
    background-position:0 -466px
}
.headline .links .teams .east .cont a i.heat, .headline .links .teams .west .cont a i.heat {
    background-position:0 -232px
}
.headline .links .teams .east .cont a i.sixers, .headline .links .teams .west .cont a i.sixers {
    background-position:0 0
}
.headline .links .teams .east .cont a i.pacers, .headline .links .teams .west .cont a i.pacers {
    background-position:0 -431px
}
.headline .links .teams .east .cont a i.magic, .headline .links .teams .west .cont a i.magic {
    background-position:0 -264px
}
.headline .links .teams .east .cont a i.raptors, .headline .links .teams .west .cont a i.raptors {
    background-position:0 -133px
}
.headline .links .teams .east .cont a i.bucks, .headline .links .teams .west .cont a i.bucks {
    background-position:0 -333px
}
.headline .links .teams .east .cont a i.wizards, .headline .links .teams .west .cont a i.wizards {
    background-position:0 -300px
}
.headline .links .teams .east .cont a i.nuggets, .headline .links .teams .west .cont a i.nuggets {
    background-position:0 -866px
}
.headline .links .teams .east .cont a i.warriors, .headline .links .teams .west .cont a i.warriors {
    background-position:0 -599px
}
.headline .links .teams .east .cont a i.mavericks, .headline .links .teams .west .cont a i.mavericks {
    background-position:0 -732px
}
.headline .links .teams .east .cont a i.blazers, .headline .links .teams .west .cont a i.blazers {
    background-position:0 -966px
}
.headline .links .teams .east .cont a i.clippers, .headline .links .teams .west .cont a i.clippers {
    background-position:0 -498px
}
.headline .links .teams .east .cont a i.rockets, .headline .links .teams .west .cont a i.rockets {
    background-position:0 -764px
}
.headline .links .teams .east .cont a i.timberwolves, .headline .links .teams .west .cont a i.timberwolves {
    background-position:0 -932px
}
.headline .links .teams .east .cont a i.lakers, .headline .links .teams .west .cont a i.lakers {
    background-position:0 -532px
}
.headline .links .teams .east .cont a i.grizzlies, .headline .links .teams .west .cont a i.grizzlies {
    background-position:0 -665px
}
.headline .links .teams .east .cont a i.thunder, .headline .links .teams .west .cont a i.thunder {
    background-position:0 -898px
}
.headline .links .teams .east .cont a i.suns, .headline .links .teams .west .cont a i.suns {
    background-position:0 -633px
}
.headline .links .teams .east .cont a i.pelicans, .headline .links .teams .west .cont a i.pelicans {
    background-position:0 -698px
}
.headline .links .teams .east .cont a i.jazz, .headline .links .teams .west .cont a i.jazz {
    background-position:0 -832px
}
.headline .links .teams .east .cont a i.kings, .headline .links .teams .west .cont a i.kings {
    background-position:0 -567px
}
.headline .links .teams .east .cont a i.spurs, .headline .links .teams .west .cont a i.spurs {
    background-position:0 -798px
}
.headline .links .teams .west {
    border-right:0 solid #dadada
}
.headline .links .teams .west .tit i.logo {

}
.headline .page {
    width:309px;
    height:32px;
    margin:0 auto;
	padding-top: 15px;
}
.headline .page a {
    text-decoration:none;
    text-align:center;
    color:#606060;
    display:inline-block;
    width:74px;
    height:30px;
    line-height:30px;
    font-size:14px;
    font-family:"Microsoft Yahei";
	border:1px solid #ddd;
	border-radius: 0;
	margin: 0;
}
.headline .page a:hover {
    color:#fff;
    background:#f23d63
}
.headline .page .forward {
    float:left;
    background-color:#fff
}
.headline .page .forward:hover {
    background:#f23d63
}
.headline .page .backward {
    float:right;
    background-color:#fff
}
.headline .page .backward:hover {
    background:#f23d63
}
.headline .page-month {
    width:520px;
    height:32px;
    text-align:center;
    font-size:0
}
.headline .page-month a {
    display:inline-block;
    background-color:#fff;
    font-size:14px
}
.headline .page-month a.month {
    width:45px;
    height:30px;
    border-top:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    border-left:0;
    display:inline-block
}
.headline .page-month a.month:first-child {
    border-left:1px solid #ddd
}
.headline .page-month a:hover {
    background:#f23d63
}
.headline .page-month a.current {
    color:#fff;
    background:#f23d63
}
.headlineC .headline .page .stream .item span.today, .headlineC .headline .page span.date, .headlineC .headline .page-month .stream .item span.today, .headlineC .headline .page-month span.date, .stream .item .headlineC .headline .page span.today, .stream .item .headlineC .headline .page-month span.today {
    width:161px;
    height:30px;
    float:left;
    display:inline-block;
    line-height:30px;
    text-align:center;
    font-size:18px;
    font-family:Arial, "Microsoft Yahei";
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    color:#f23d63;
    background-color:#fff
}
.stream {
    width:1250px;
    height:100%;
    min-height:1000px;
    margin:25px auto 50px
}
.stream .item {
    width:1250px;
    height:100%;
    margin-bottom:25px
}
.stream .item .date, .stream .item .today {
    width:1250px;
    height:33px;
    line-height:33px;
    background:#579ede;
    font-family:"Microsoft Yahei";
    font-size:16px;
    font-weight:700;
    color:#fff;
	border-bottom:1px solid #e8e8e8;
	text-align: center;
}
.stream .item .today {
    background:#ec6a86
}
.stream .item .list-team, .stream .item .list-time {
    width:1250px;
    height:100%
}
.stream .item .list-team .row, .stream .item .list-time .row {
    cursor:pointer;
    border-left:1px solid #e8e8e8;
    border-right:1px solid #e8e8e8;
    border-bottom:1px solid #e8e8e8;
    width:100%;
    height:59px;
    line-height:59px;
    font-family:"Microsoft Yahei";
    font-size:16px;
    color:#606060;
    background:#fff;
	text-align:center;
	margin-left: 0;
	margin-right: 0;
}
.stream .item .list-team .row.left-win .goal .visit, .stream .item .list-time .row.left-win .goal .visit {
    font-weight:700
}
.stream .item .list-team .row.right-win .goal .home, .stream .item .list-time .row.right-win .goal .home {
    font-weight:700
}
.stream .item .list-team .row .link, .stream .item .list-time .row .link {
    height:59px;
    line-height:59px;
    text-align:center;
    width:70px;
    display:none;
    text-decoration:none;
    color:#606060
}
.stream .item .list-team .row .link:hover, .stream .item .list-time .row .link:hover {
    color:#1986d2
}
.stream .item .list-team .row.hover, .stream .item .list-time .row.hover {
    background-color:#f4f4f4
}
.stream .item .list-team .row.hover .link, .stream .item .list-time .row.hover .link {
    display:block
}
.stream .item .list-team .row.hover .strike, .stream .item .list-time .row.hover .strike {
    display:none
}
.stream .item .list-team .row:first-child, .stream .item .list-time .row:first-child {
    cursor:auto;
    height:37px;
    line-height:37px;
    font-family:"Microsoft Yahei";
    font-size:14px;
    background:#f3f3f3;
    font-weight:700
}
.stream .item .list-team .row:first-child .visit, .stream .item .list-time .row:first-child .visit {
    text-align:right;
    direction:rtl;
    text-indent:80px
}
.stream .item .list-team .row:first-child .home, .stream .item .list-time .row:first-child .home {
    text-align:left;
    text-indent:80px
}
.stream .item .list-team .row .time, .stream .item .list-time .row .time {
    float:left;
    width:120px;
    height:100%;
    margin-right:44px;
    position:relative
}
.stream .item .list-team .row .time .vip, .stream .item .list-time .row .time .vip {
    width:28px;
    height:16px;
    line-height:16px;
    display:inline-block;
    background:#ff9820;
    font-family:"Microsoft Yahei";
    font-size:11px;
    color:#fff;
    position:absolute;
    right:0;
    bottom:21px
}
.stream .item .list-team .row .time .order, .stream .item .list-time .row .time .order {
    width:39px;
    height:39px;
    display:inline-block;
    position:absolute;
    top:-1px;
    left:-1px;

}
.stream .item .list-team .row .status, .stream .item .list-time .row .status {
    float:left;
    width:64px;
    height:100%
}
.stream .item .list-team .row .visit, .stream .item .list-time .row .visit {
    float:left;
    width:240px;
    height:100%
}
.stream .item .list-team .row .visit a, .stream .item .list-time .row .visit a {
    text-decoration:none;
    color:#606060
}
.stream .item .list-team .row .visit a:hover, .stream .item .list-time .row .visit a:hover {
    color:#1986d2
}
.stream .item .list-team .row .visit a .logo, .stream .item .list-time .row .visit a .logo {
    float:right;
    display:inline-block;
    width:36px;
    height:36px;
    margin-top:11.5px
}
.stream .item .list-team .row .visit a .chname, .stream .item .list-time .row .visit a .chname {
    float:right;
    display:inline-block;
    width:96px;
    height:16px;
    text-align:left;
    line-height:16px;
    margin-top:21.5px;
    margin-left:16px
}
.stream .item .list-team .row .goal, .stream .item .list-time .row .goal {
    float:left;
    width:70px;
    height:100%;
    position:relative;
    vertical-align:middle
}
.stream .item .list-team .row .goal span, .stream .item .list-time .row .goal span {
    float:left;
    display:inline-block
}
.stream .item .list-team .row .goal .home, .stream .item .list-team .row .goal .visit, .stream .item .list-time .row .goal .home, .stream .item .list-time .row .goal .visit {
    width:30px
}
.stream .item .list-team .row .goal .strike, .stream .item .list-time .row .goal .strike {
    border:1px solid #606060;
    width:28px;
    height:0;
    float:none;
    position:relative;
    top:-4px;
    *top:12px
}
.stream .item .list-team .row .goal .win, .stream .item .list-time .row .goal .win {
    color:#ec6a86
}
.stream .item .list-team .row .goal .yanqi, .stream .item .list-time .row .goal .yanqi {
    margin-left:24px
}
.stream .item .list-team .row .home, .stream .item .list-time .row .home {
    float:left;
    width:240px;
    height:100%
}
.stream .item .list-team .row .home a, .stream .item .list-time .row .home a {
    text-decoration:none;
    color:#606060
}
.stream .item .list-team .row .home a img.logo, .stream .item .list-time .row .home a img.logo {
    float:left;
    display:inline-block;
    width:36px;
    height:36px;
    margin-top:11.5px
}
.stream .item .list-team .row .home a span.chname, .stream .item .list-time .row .home a span.chname {
    float:left;
    display:inline-block;
    width:96px;
    height:16px;
    text-align:right;
    line-height:16px;
    margin-top:21.5px;
    margin-right:16px
}
.stream .item .list-team .row.right-win .home a span.chname, .stream .item .list-time .row.right-win .home a span.chname {
    font-weight:700
}
.stream .item .list-team .row.left-win .visit a span.chname, .stream .item .list-time .row.left-win .visit a span.chname {
    font-weight:700
}
.stream .item .list-team .row .home a:hover, .stream .item .list-time .row .home a:hover {
    color:#1986d2
}
.stream .item .list-team .row .jj, .stream .item .list-time .row .jj {
    float:left;
    width:34px;
    height:100%;
    margin-right:70px
}
.stream .item .list-team .row .jj a, .stream .item .list-time .row .jj a {
    text-decoration:none;
    color:#606060
}
.stream .item .list-team .row .jj a:hover, .stream .item .list-time .row .jj a:hover {
    color:#1986d2
}
.stream .item .list-team .row .sj, .stream .item .list-time .row .sj {
    float:left;
    width:34px;
    height:100%;
    margin-right:60px
}
.stream .item .list-team .row .sj a, .stream .item .list-time .row .sj a {
    text-decoration:none;
    color:#606060
}
.stream .item .list-team .row .sj a:hover, .stream .item .list-time .row .sj a:hover {
    color:#1986d2
}
.stream .item .list-team .row .qz-zb, .stream .item .list-time .row .qz-zb {
    float:left;
    width:70px;
    height:100%;
    margin-right:74px
}
.stream .item .list-team .row .qz-zb a, .stream .item .list-time .row .qz-zb a {
    text-decoration:none;
    color:#606060
}
.stream .item .list-team .row .qz-zb a:hover, .stream .item .list-time .row .qz-zb a:hover {
    color:#1986d2
}
.stream .item .list-team .row .zb-hf, .stream .item .list-time .row .zb-hf {
    float:left;
    width:97px;
    height:100%
}
.stream .item .list-team .row .zb-hf a, .stream .item .list-time .row .zb-hf a {
    text-decoration:none;
    display:inline-block;
    width:95px;
    height:26px;
    line-height:26px;
    border:1px solid #fff;
    color:#606060;
    background-color:#fff;
	font-size:14px;
	padding: 0;
}
.stream .item .list-team .row .zb-hf a.end, .stream .item .list-time .row .zb-hf a.end {
    border:1px solid #66b2f3;
    color:#1986d2
}
.stream .item .list-team .row .zb-hf a.end:hover, .stream .item .list-time .row .zb-hf a.end:hover {
    font-weight:700
}
.stream .item .list-team .row .zb-hf a.end i, .stream .item .list-time .row .zb-hf a.end i {
    width:14px;
    height:12px;
    display:inline-block;
    margin-right:4px;

    *position:relative;
    *top:-5px
}
.stream .item .list-team .row .zb-hf a.pic-living, .stream .item .list-time .row .zb-hf a.pic-living {
    border:1px solid #ff486e;
    color:#fff;
    background:#ff486e
}
.stream .item .list-team .row .zb-hf a.pic-living i, .stream .item .list-time .row .zb-hf a.pic-living i {
    width:16px;
    height:12px;
    display:inline-block;
    margin-right:4px;

    position:relative;
    top:1px;
    *top:-5px
}
.stream .item .list-team .row .zb-hf a.video-living, .stream .item .list-time .row .zb-hf a.video-living {
    border:1px solid #ff486e;
    color:#fff;
    background:#ff486e
}
.stream .item .list-team .row .zb-hf a.video-living:hover, .stream .item .list-time .row .zb-hf a.video-living:hover {
    font-weight:700
}
.stream .item .list-team .row .zb-hf a.video-living i, .stream .item .list-time .row .zb-hf a.video-living i {
    width:14px;
    height:12px;
    display:inline-block;
    margin-right:4px;

    position:relative;
    top:1px;
    *top:-5px
}
.stream .item .list-team .row .zb-hf a.pic-coming, .stream .item .list-time .row .zb-hf a.pic-coming {
    border:1px solid #ddd;
    color:#606060;
    background:#fff
}
.stream .item .list-team .row .zb-hf a.pic-coming i, .stream .item .list-time .row .zb-hf a.pic-coming i {
    width:16px;
    height:12px;
    display:inline-block;
    margin-right:4px;

    position:relative;
    top:1px;
    *top:-5px
}
.stream .item .list-team .row .zb-hf a.video-coming, .stream .item .list-time .row .zb-hf a.video-coming {
    border:1px solid #ddd;
    color:#606060;
    background:#fff
}
.stream .item .list-team .row .zb-hf a.video-coming i, .stream .item .list-time .row .zb-hf a.video-coming i {
    width:14px;
    height:12px;
    display:inline-block;
    margin-right:4px;

    position:relative;
    top:1px;
    *top:-5px
}
.stream .item .list-team .row .zb-hf a.clock, .stream .item .list-time .row .zb-hf a.clock {
    border:1px solid #ddd;
    color:#606060;
    background:#fff
}
.stream .item .list-team .row .zb-hf a.clock i, .stream .item .list-time .row .zb-hf a.clock i {
    width:13px;
    height:13px;
    display:inline-block;
    margin-right:4px;

    position:relative;
    top:1px;
    *top:-5px
}
.stream .item .list-team .odd, .stream .item .list-time .odd {
    background:#fff
}
.stream .item .list-team .even, .stream .item .list-time .even {
    background:#fafafa
}
.stream .item .list-team {
    width:1250px;
    height:100%
}
.stream .item .list-team .row .time {
    width:160px;
    margin-right:0
}
.stream .item .list-team .row .visit {
    margin-left:-28px
}
.stream .item .list-team .row .goal span.visit {
    margin-left:0
}
.stream .item .list-team .row .status {
    margin-right:70px
}
.stream .item .list-team .row .jj {
    margin-right:60px
}
.stream .item .list-team .row .sj {
    margin-right:44px
}
.stream .item .list-team .row .qz-zb {
    margin-right:66px
}
.prompt {
    width:1250px;
    height:100%;
    margin:0 auto 366px;
    text-align:center;
    font-size:18px;
    font-family:"Microsoft Yahei"
}
.prompt a {
    text-decoration:none;
    color:#66b2f3
}
.prompt a:hover {
    text-decoration:underline
}
/* ���� // */


.z-side-box {
	background: #fff;
}
.z-side-head {
    height:44px;
    line-height:45px;
    padding:0 14px;
    border-bottom:1px solid #d43d3d;
	width:auto;
	margin-bottom: 10px;
}
.z-side-head .z-side-title {
    float:left;
    white-space:nowrap
}
.z-side-head .z-side-title .icon-hot {

	padding-right: 10px;
	width: 20px;
	height: 24px;
	margin-top: 10px;
	position: absolute;
}
.z-side-head .z-side-title .side-head-tab {
    height:45px
}
.z-side-head .z-side-title .side-head-tab>span {
    font-size:16px;
    display:inline-block;
    margin-right:20px;
    cursor:pointer;
    height:100%;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    line-height:47px
}
.z-side-head .z-side-title .side-head-tab>span.active {
    border-bottom:2px solid #e62828
}
.z-side-head .z-side-title .side-head-tab>span::last-child {
    margin-right:0
}
.z-side-head .z-side-title>a {
    font-size:16px;
    color:#333
}
.z-side-head .z-side-title>span {
    font-size:16px;
	color:#333;
	padding-left: 25px;
}
.z-side-head .z-side-more {
    float:right
}
.z-side-head .z-side-more a, .z-side-head .z-side-more span {
    color:#999;
    -webkit-font-smoothing:antialiased
}
.z-side-head .z-side-more a:hover {
    color:#d43d3d
}
.side-img-text {
	padding-bottom: 10px;
}
.side-img-text .imgtext-item {
    margin:0 14px 14px
}
.side-img-text .imgtext-item:after {
    content:"";
    clear:both;
    display:block
}
.side-img-text .imgtext-item:last-child {
    margin-bottom:0
}
.side-img-text .imgtext-item .imgtext-img {
    float:left;
    width:120px;
    height:80px;
    margin-right:14px;
    font-size:0;
    text-align:center;
    overflow:hidden
}
.side-img-text .imgtext-item .imgtext-img:after {
    content:"";
    display:inline-block;
    width:0;
    height:100%;
    vertical-align:middle
}
.side-img-text .imgtext-item .imgtext-img img {
    width:100%;
    height:100%;
    vertical-align:middle
}
.side-img-text .imgtext-item .imgtext-img:hover img {
    opacity:.9
}
.side-img-text .imgtext-item .imgtext-content {
    float:left;
    width:243px;
    height:80px
}
.side-img-text .imgtext-item .imgtext-content .imgtext-title {
    font-size:14px;
    color:#333;
    line-height:24px;
    height:48px;
    display:-webkit-box;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2
}
.side-img-text .imgtext-item .imgtext-content .imgtext-title:hover {
    color:#d43d3d
}
.side-img-text .imgtext-item .imgtext-content .imgtext-price {
    color:#e62828;
    font-size:14px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    display:block;
    margin-top:8px;
    line-height:24px
}
.side-img-text .imgtext-item .imgtext-content .imgtext-foot {
    margin-top:10px
}
.side-img-text .imgtext-item .imgtext-content .imgtext-foot .imgtext-thumb {
    color:#999;
    display:inline-block;
    font-size:0
}
.side-img-text .imgtext-item .imgtext-content .imgtext-foot i {
    font-size:16px;
    margin-right:7px;
    display:inline-block;
    position:relative;
    top:2px
}
.side-img-text .imgtext-item .imgtext-content .imgtext-foot .imgtext-thumb span {
    font-size:14px;
    margin-right:20px;
    display:inline-block
}
.side-img-text .imgtext-item .imgtext-content .imgtext-foot .imgtext-comment {
    color:#999;
    display:inline-block;
    font-size:0
}
.side-img-text .imgtext-item .imgtext-content .imgtext-foot .imgtext-comment span {
    font-size:14px;
    display:inline-block
}
.mapItem a:hover {
	color:#d43d3d;
}

h2.text_tit {
	background: none;
    color: #666;
    margin-left: 20px;
    border-left: 5px solid #d43d3d;
    line-height: 24px;
    height: 24px;
    padding-left: 20px;
    margin-top: 10px;
}

/*比赛页面*/
.content_block_left {
	width: 100%;
	height: auto;
	background: #fff;
}
/*fixed——score*/

.fixed_score_box {
	width: 100%;
	height: 256px;
	/*background: #1c2d49;*/
	background-image:url(/skins/images/v19/newBG_live_banner.png);
	background-position: center center;
	overflow: hidden;
}

.fixed_live_box {
	width: 100%;
	height: 550px;
	background: #1c2d49;
	overflow: hidden;
}

.fixed_score_top {
	width: 550px;
	height: 120px;
	margin: 60px auto 0;
}

.score_name_left {
	width: 140px;
	height: 120px;
	float: left;
	text-align: center;
}

.score_name_left>img {
	width: 80px;
	height: 80px;
	margin-top: 10px;
}

.score_name_left>h1 {
	font-size: 20px;
	color: #fff;
	margin-top: 10px;
}

.score_name {
	width: 270px;
	float: left;
}
.score_name .leagueName{
	font-size: 18px;
	color: #ffffff;
	text-align: center;
}

.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;
}

/* hy 2020/10/12 */
.fixed_score_link {
	/* min-height: 133px; */
	background: #fff;
}

.fixed_score_taggle {
	/* min-height: 133px; */
	box-sizing: border-box;
	padding: 20px 10px;
}
.signal{
	width: 100%;
	font-size: 18px;
	color: #000;
  font-weight: bold;
}
.signal_img{
	display: inline-block;
	width: 15px;
	margin-right: 5px;
}
.signalCon{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.signalCon_list{
	width: 150px;
	height: 64px;
	border: 1px solid #EAEAEA;
	border-radius: 4px;
	background: #fff;
	margin: 13px 13px 0 0;
	color: #000;
}
.signalCon_listD{
	width: 900px;
	height: 64px;
	border: 1px solid #EAEAEA;
	border-radius: 4px;
	background: #F8F8F8;
	margin: 13px 13px 0 0;
	color: #999999;
	display: flex;
	align-items: center;
}
.signalCon_listD>h5{
	width: 100%;
	/* height: 24px; */
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	overflow: hidden;
	/* margin: 10px 0 3px; */
	padding: 0 10px;
	box-sizing: border-box;
}
.signalCon_listD>p{
	height: 24px;
	font-size: 12px;
	font-weight: 300;
	color: #999999;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
	overflow: hidden;
}
.signalCon_list:hover{
	border: 1px solid#FF0C0C;
	background: rgba(255, 12, 12, 0.1);
	color: #FF0C0C;
}

.signalCon_list>h5{
	width: 100%;
	height: 24px;
	line-height: 22px;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	overflow: hidden;
	margin: 10px 0 3px;
	padding: 0 10px;
	box-sizing: border-box;
}
.signalCon_list>p{
	height: 24px;
	font-size: 12px;
	font-weight: 300;
	color: #999999;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
	overflow: hidden;
}
.signalCon_list_active{
	border: 1px solid#FF0C0C;
	background: rgba(255, 12, 12, 0.1);
	color: #FF0C0C;
}

.fixsco_tab_content{width:100%;  }
.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: 14px;
	margin-right: 12px;
	border: 1px solid #fff;
	box-sizing: border-box;
}

.fixed_score_button a:hover {
	border: 1px solid #DC2221;
	border-radius: 18px;
}

.fixsco_block_nav {
	height: 60px;
	margin-top: 10px;
	background: #fff;
	border-bottom: 1px solid #F1F1F1;
	list-style:none;
}

.fixsco_block_nav li {
	width: 140px;
	text-align: center;
	float: left;
	border-bottom: 2px solid #fff;
	cursor: pointer;
	box-sizing: border-box;
}

.fixsco_block_nav li a {
	font-size: 18px;
	color: #666666;
	line-height: 58px;
}

.fixsco_block_nav li.active {
	border-bottom: 2px solid #DC2221;
}

.fixsco_block_nav li.active a {
	color: #dc2221;
}
.nav_explain{
	width: 100%;
	margin: 0 auto;
	background: #fff;
	padding: 10px 30px;
	box-sizing: border-box;
  text-align: center;
}
.nav_explain1{
	width: 1080px;
	margin-left: 120px;
	background: #fff;
	padding: 10px 30px;
	box-sizing: border-box;
  text-align: center;
}
.nav_explain>p,.nav_explain1>p{
	line-height: 18px;
	font-size: 14px;
}
/*table*/

.fixsco_table {
	width: 100%;
	height: auto;
	margin-top: 10px;
	background: #fff;
}

.fixsco_table table {
	padding: 10px 0 0 240px;
}

.fixsco_table table tbody tr th {
	font: 14px/48px "microsoft yahei";
	color: #333333;
	text-align: center;
}

.fixsco_table table tbody tr td {
	font: 14px/48px "microsoft yahei";
	color: #333;
	text-align: center;
	border-top: 1px solid #e5e5e5;
}
/*=======阵容=====*/

.lineup_list {
	background: #fff;
}

.lineup_list_name {
	height: 64px;
	padding: 0 24px;
}

.lineup_name {
	width: 336px;
	float: left;
}

.lineup_name img {
	width: 32px;
	height: 32px;
}

.lineup_name span {
	float: right;
	font: 14px/64px "microsoft yahei";
	color: #333;
}

.lineup_list_name .lineup_name.left img {
	float: right;
	margin-top: 17px;
}

.lineup_list_name .lineup_name.left span {
	float: right;
	margin-right: 10px;
}

.lineup_list_name .lineup_name.right img {
	float: left;
	margin-top: 17px;
}

.lineup_list_name .lineup_name.right span {
	float: left;
	margin-left: 10px;
}

.lineup_name_center {
	width: 130px;
	font: 16px/64px "microsoft yahei";
	float: left;
	text-align: center;
}

.lineup_list_table {
	padding: 0 24px;
}

.lineup_list_table table tbody tr td {
	font: 14px/48px "microsoft yahei";
	color: #333;
	text-align: center;
	border-top: 1px solid #e5e5e5;
	vertical-align: middle;
}

.lineup_table_title {
	height: 54px;
	border-top: 1px solid #e5e5e5;
	text-align: center;
	font-size: 16px;
	line-height: 54px;
	color: #333;
}

/*比赛介绍*/
.introduction{margin-top:20px}
.introduction ul li{padding-left:14px;position:relative;}.introduction ul li:after{position:absolute;content: "";width:6px;height:6px;top:12px;left:4px;border-radius:50%;background:#e0e0e0;}.introduction ul li span{display: inline-block;vertical-align: middle;font-size:16px;}.introduction ul li .title{color:#408ed6;margin-left:12px;}
.intro-content {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    height: auto;
    color: #666;
}

/*=========集锦回放页面==========*/

.playback_list {
	background: #fff;
	padding: 10px 24px 44px;
	list-style:none;
	min-height: 385px;
}

.playback_list li {
	overflow: hidden;
	margin-top: 10px;
	height: 28px;
}

.playback_list li i {
	float: left;
	width: 4px;
	height: 4px;
	margin: 7px 14px 0px 0px;
	background: #999;
}

.playback_list li a {
	float: left;
	max-width: 630px;
	height: 28px;
	font-family: "microsoft yahei";
	font-size: 18px;
	color: #333;
	overflow: hidden;
}

.playback_list li a:hover {
	color: #dc2221;
	text-decoration: underline;
}

.playback_list li time {
	float: right;
	font: 14px/14px "microsoft yahei";
	color: #999;
}
/*相关搜索*/
.events-box ul{/*border:1px solid #e0e0e0;*/padding:20px;box-sizing:border-box;font-size:14px;}
.events-box{margin-top: 20px;}
.events-box ul p{color:#999;}
.events-box ul p a{color:#333;margin:0 8px;}
.events-box ul p a:hover{color:#ff4f20;}
.events-box ul li{line-height:30px;border-bottom:1px dotted #e0e0e0;}
.events-box ul li b{margin:0 10px;}
.events-box ul li i{display:inline-block;width:8px;height:8px;border-radius:50%;background:#e0e0e0;margin:0 8px;}
.events-box ul li span a{color:#007744;margin:0 8px;}
.events-box ul li span a:hover{text-decoration:underline;}
.head-fi{/*border-bottom:2px solid #DC2221;*/height:34px;line-height:34px;position:relative;}
.head-fi p{display:inline-block;min-width:140px;text-align:center;font-size:18px;font-weight:500;border-bottom:2px solid #DC2221;color:#DC2221;background:#FFF;padding:0 10px;}
.head-fi a{position:absolute;right:10px;top:0;font-size:14px;font-weight:400;}
.seo-box li span{display:inline-block;width:80px;}
.seo-box li a{color:#DC2221;}
.seo-box li a:hover{text-decoration:underline;}

/*栏目频道*/
.toc_left_w850 {
	width: 900px;
	float: left;
    padding-bottom: 10px;
}

.toc_right_w340 {
	width: 340px;
	float: right;
}
.topic_name_video_box {
	margin-top: 10px;
	background: #fff;
}

.topic_name_video_box .tocname_tag_title {
	height: 50px;
	padding: 20px 20px 0 20px;
}

.tocname_tag_title img {
	float: left;
	width: 50px;
	height: 50px;
}

.tocname_tag_title h1 {
	float: left;
	font-size: 18px;
	color: #333333;
	line-height: 50px;
	margin-left: 10px;
}

.tocname_tag_title ul {
	float: left;
	margin-left: 60px;
	margin-top: 14px;
}

.tocname_tag_title li {
	float: left;
	margin-right: 20px;
	font-size: 16px;
	color: #999;
}

.tocname_tag_title li a {
	color: #999;
}

.tocname_tag_title li a:hover {
	color: #000;
}

.tocname_tag_title li a.active {
	color: #000;
}

.tocname_tag_title .gd {
	font-size: 14px;
	color: #666;
	float: right;
	margin-top: 16px;
}

.tocname_list {
	margin-top: 20px;
}

.tocname_list>ul:first-child {
	margin-right: 40px;
}

.tocname_list>ul {
	width: 375px;
	float: left;
	margin-left: 20px;
}

.tocname_list>ul>li {
	height: 21px;
	overflow: hidden;
	margin-top: 10px;
}

.tocname_list>ul>li>a {
	font-size: 16px;
	color: #333333;
	line-height: 21px;
}

.tocname_list>ul>li>a:hover {
	color: #DC2221;
}

.tocname_score_box {
	border-top: 1px solid #DDDDDD;
	margin-top: 20px;
}

.tocname_score_box .tocname_score_li {
	float: left;
	width: 450px;
	height: 141px;
}

.tocname_score_box .tocname_score_li:hover {
	background: #FFF5F5;
}

.tocname_score_box .tocname_score_li .score_block_name {
	width: 249px;
	float: left;
}

.tocname_score_box .tocname_score_li .score_block_score {
	width: 116px;
	float: left;
}

.tocname_score_box .tocname_score_li .score_block_name>strong {
	display: block;
	font-size: 14px;
	color: #333333;
	margin: 20px 0 0 20px;
}

.tocname_score_box .tocname_score_li .score_block_name>div {
	height: 28px;
	margin-top: 15px;
}

.tocname_score_box .tocname_score_li .score_block_name>div>img {
	width: 28px;
	height: 28px;
	float: left;
	margin-left: 20px;
}

.tocname_score_box .tocname_score_li .score_block_name>div>span {
	font-size: 16px;
	color: #000;
	float: left;
	margin-left: 10px;
	line-height: 28px;
}

.tocname_score_box .tocname_score_li .score_block_score>strong {
	font-size: 14px;
	color: #333;
	display: block;
	margin-top: 20px;
	text-align: center;
}

.tocname_score_box .tocname_score_li .score_block_score>span {
	font-size: 20px;
	color: #000;
	display: block;
	text-align: center;
	font-weight: bold;
	margin-top: 36px;
}
.topic_right_block {
	background: #fff;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.tocr_block_title {
	height: 44px;
	border-bottom: 2px solid #017BD1;
}

.tocr_block_title h1 {
	float: left;
	padding: 0 20px;
	font-size: 18px;
	color: #000;
	line-height: 44px;
	border-bottom: 2px solid #DC2221;
}

.tocr_block_title a {
	float: right;
	font: 14px/44px "microsoft yahei";
	color: #666;
	margin-right: 20px;
	padding-right: 15px;
	background: url(../images/more_gray.png) no-repeat right;
}

.tocr_block_table {
	margin: 20px 20px 0 17px;
}

.tocr_block_table table th {
	font-size: 14px;
	color: #666;
}

.tocr_block_table table td {
	font-size: 16px;
	color: #333;
	text-align: center;
	padding-top: 15px;
}

.tocr_block_taggle {
	height: 44px;
	background: #F8F8F8;
}

.tocr_block_taggle li {
	float: left;
	width: 50%;
	font-size: 18px;
	color: #999;
	text-align: center;
	line-height: 44px;
	cursor: pointer;
	position: relative;
}

.tocr_block_taggle li s {
	display: block;
	width: 100%;
	height: 4px;
	background: #DC2221;
	position: absolute;
	left: 0;
	top: -2px;
	display: none;
}

.tocr_block_taggle li:active {
	background: #fff;
	color: #DC2221;
}

.tocr_block_taggle li:active s {
	display: none;
}

.tocr_block_taggle li.active {
	background: #fff;
	color: #DC2221;
}

.tocr_block_taggle li.active s {
	display: none;
}
.match_block {
	width: 100%;
	height: auto;
	background: #fff;
	font-family: "microsoft yahei";
	margin-bottom: 10px;
}

.match_block_li {
	height: 128.5px;
	border-bottom: 1px solid #f3f3f3;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}

.match_block_name {
	width: 178px;
	height: 125px;
}

.match_block_name>strong {
	font-size: 12px;
	color: #999;
	margin: 14px 0 0 10px;
	display: block;
}

/* .match_block_name>div {
	height: 35px;
	margin-top: 12px;
}

.match_block_name>div>img {
	width: 35px;
	height: 35px;
	float: left;
}

.match_block_name>div>span {
	font-size: 14px;
	line-height: 35px;
	color: #333;
	float: left;
	margin-left: 12px;
} */

.match_block_cell{
	display: table;
	height: 35px;
	margin-top: 12px;
}
.match_block_cell>*{
	display: table-cell;
	vertical-align: middle;
}

.match_block_cell img{
	width: 35px;
	/* height: 35px; */
}
.match_block_cell div{
	padding-left: 12px;
	font-size: 14px;
	color: #333;
}
.match_block_cell div p{
	overflow: hidden;
	max-height: 35px;
	vertical-align: middle;
	line-height: 17px;
}



.match_block_score {
	width: 92px;
	height: 125px;
}

.match_block_score>strong {
	font-size: 12px;
	line-height: 12px;
	display: block;
	margin-top: 14px;
	min-height: 12px;
}

.match_block_score>span {
	font-size: 20px;
	line-height: 20px;
	display: block;
	margin-top: 40px;
	color: #333;
	text-align: center;
}

.channel_video .match_block_score {
	width: 60px;
}

.match_block_opacty {
	width: 100%;
	height: 125px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(195, 25, 19, 0.5);
	filter: Alpha(opacity=50);
	transform: scale(0.9);
	opacity: 0;
	transition: all .25s ease-in-out;
}

.match_block_opacty>span {
	display: block;
	width: 102px;
	height: 36px;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 10px;
	margin: 44px auto 0;
	transition: all .3s;
}

.match_block_li:hover .match_block_opacty {
	transform: scale(1);
	opacity: 1
}
.block_title {
	height: 40px;
	background:#DC2221;
}

.block_title h1 {
	float: left;
	padding: 0 15px;
	height: 40px;
	font: 20px/40px "microsoft yahei";
	color: #fff;
	text-align: center;
	background: #dc2221;
}

.block_title a {
	float: right;
	font: 11px/40px "microsoft yahei";
	color: #fff;
	margin-right: 10px;
	padding-right: 16px;
	background: url(../images/more.png) no-repeat right;
}

.hot_channel_con>a {
	font: 14px/14px "microsoft yahei";
	color: #333;
	display: inline-block;
	margin: 22px 0 0 22px;
}

.hot_channel_con>a:hover {
	color: #dc2221;
	text-decoration: underline;
}

/*-------------naw index------------*/


/*热门赛事*/

.topic_match_box .index_tag_title {
	height: 48px;
	border-bottom: 1px solid #F72921;
	background: url(/uploads/allimg/index_tag_title.png) no-repeat
	top left;
}

.topic_match_box .index_tag_title h1 {
	float: left;
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 46px;
	/*margin-left: 20px;*/
}

.topic_match_box .index_tag_title a {
	float: right;
	font-size: 16px;
	width: 129px;
    height: 33px;
	color: #000000;
	line-height: 19px;
	margin: 8px 9px 0 0;
}

.index_match_list {
	margin-top: 5px;
	padding-bottom: 16px;
}


/*img/trxt block*/

.index_hot_textimg_box {
	width: 1200px;
}

.index_hot_textimg {
	margin-left: 0;
}

.index_hot_textimg li {
	margin: 20px 0 0 20px;
}

.index_hot_textimg li a {
	width: 275px;
	height: 206px;
}

.index_hot_textimg li strong {
	background-image: linear-gradient(-135deg, #FE3C2A 0%, #F41E1D 100%);
	width: 80px;
	height: 28px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 28px;
	overflow: hidden;
}

.hotteam-list a.link-a {
	color:#666;
}

.hotteam-list a.link-a:hover {
	color:#0053fe;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index:1;
    left: 0;
    right: 0;
}


.conn-right{width:96%;margin:0 auto; float:none;}
/*首页短视频列表*/
.duansp_list{background:#fff;padding:6px 10px 20px 6px;border:1px #eee solid;border-top:0;border-radius:0 0 4px 4px}
.duansp_list li{width:20%;float:left;text-align:center;margin-bottom:10px}
.dspmr_lb .dsp_bt{width:95%;display:-webkit-box;text-overflow:ellipsis;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:26px;text-align:left;color: #333;font-size: 14px;}
.duansp_list .dsp_img{position:relative;width:145px;height:100px;margin:0 auto}
.duansp_list .dsp_img span{width:145px;height:100px;display:block}
.duansp_list .dsp_img span img{width:145px;height:100px;display:block}
.duansp_list .dsp_img .covermask{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s}
.duansp_list .dsp_img:hover .covermask{opacity:.2;-webkit-transition:opacity .5s;transition:opacity .5s}

.duansp_list .dsp_img:hover .playbtn{opacity:.9;-webkit-transform:scale(1);-webkit-transition-property:opacity,-webkit-transform;-webkit-transition-duration:.5s;transform:scale(1);transition-property:opacity,transform;transition-duration:.5s;cursor:pointer}

.mainHeader .headerMenus li .manyTitle .cav-nav-link .header_menu_item_item .hmenus-li-dom  {
	float: unset;
	text-align: center;
	display: flex;
	justify-content: center;
    line-height: 30px;
    height: 30px;
}

.ep-pages {
  clear:both;
  display: flex;
	flex-flow: wrap;
  justify-content: center;
}
.pagination li {
	display: inline-block;
}
.pagination a{
	padding: 6px 8px;
	background: #eee;
	margin: 5px;
	display: inline-block;
}

@media screen and (min-width:640px) {
	.mobile {
		display:none;
	}
}
@media screen and (max-width:640px) {
	.pc {
		display: none;
	}
	.center,.toc_left_w665 {
		width: 100%;
	}

	.mainHeader .fixbox, .footer {
		width: 100%;
	}

	.duansp_list li {
		width:50%;
	}

	.mainHeader .logo {
		position:unset;
		width:50%;
		height:50px;
	}

	.baseNewsList span {
		position:unset;
	}

	.mainHeader .center {
		display: flex;
		flex-direction: column;
	}

	.mainHeader .headerMenus {
		padding-left:unset;
		height:unset;
		padding-top:10px;
		padding-bottom: 10px;
	}

	.mainHeader,.mainHeader .fixbox {
		height: unset;
	}

	.index_matches_box {
		width:100%;
		display: flex;
		flex-flow: wrap;
	}

	.index_matches_box .matches_block {
		width: 48%;
		height: 86px;
		background: #f5f5f5;
		margin: 3px;
	}

	.matches_block .time_video time {
	  font-size: 12px;
	  color: #999;
	  float: left;
	  margin: 5px 0 0 7px;
	}

	.matches_block .time_video span {
		width:40px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	  font-size: 12px;
	  color: #333;
	  float: right;
	  margin: 5px 6px 0 0rem;
	}

	.matches_block .name_score {
	  height: 25px;
	  margin-top: 5px;
	}

	.matches_block .name_score img {
	  float: left;
	  width: 25px;
	  height: 25px;
	  margin-left: 9px;
	}

	.matches_block .name_score span {
	  float: left;
	  width: 130px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	  font-size: 12px;
	  color: #000;
	  margin: 5px 0 0 6px;
	}

	.matches_block .name_score strong {
	  display: inline-block;
		position: absolute;
		right: 0;
	  font-size: 12px;
	  width:2rem;
	  color: #000;
	  text-align: center;
	  margin: 5px 0 0 6px;
	}

	.matches_block .name_score .colothin {
	  color: #999;
	}

	.mb10 {
		width:unset;
	}

	.fixed_score_top {
		width:100%;
	}

	.score_name_left {
		width:25%;
	}

	.score_name {
		width:48%
	}

}

.toc_left-bt-p {
	padding-left:10px;
}

.item-groups {
	background: #fff;
}

#comment_box{background:#fff;padding:10px;margin-bottom:22px; border-radius: 5px;}
#comments-title{padding-top:100px;margin-top:-80px}
.c-title{font-size: 18px;font-weight: 500;color: #222;}
.comment-disable{padding:1.5em;color:#888;text-align:center}
.comment-disable i.iconfont{padding-right:5px;color:#666;font-size:18px}
.comment-num{color:#999;font-size:16px}
.comment-num .emphasize{color:#f33}
.no-comment{color:#999;text-align:center}
.no-comment i.iconfont{font-size:60px;color:#ddd;display:block;margin-top:-20px;height:90px}
.comment-msg{padding:1.5em 0;overflow:hidden;border-top:1px solid #ddd}
.comment-list .ul{list-style:none;border-top:1px solid #ededed}
.comment-list .li{overflow:hidden;padding:1em}
.comment-list .li:hover{background:#f8f8f8}
.comment-list .li img{width:50px;height:50px;border-radius:100px;}
.comment-list .li:hover img{}
.comment-list .li .clbody{margin-left:70px}
.comment-list .ul .ul{margin-left:4%}
.comment-list .title{font-size:18px;padding:10px 0;color:#222;}
.compost .com-info{margin-bottom:10px;}
.compost .com-info li{float:left;margin-bottom:1em;width:33.3%;padding-right:3%;position:relative}
.compost .com-info li:nth-child(2){padding-right:0}
.compost .com-info li .verify{position:absolute;right:6.5%;top:0;z-index:1;height:40px}
.compost .com-info li .verify img{height:100%;border:1px solid #ddd}
.compost .com-info li input{width:90%;height:40px;line-height:40px;padding-left:4px;border:1px solid #ddd;border-radius:3px;text-indent:2px}
.compost .com-name{padding:1em 0 1em .2em}
#cancel-reply{color:#d43d3d}
.com-box textarea{border-radius:3px;text-indent:5px;margin:0 0 20px 0;padding:5px;width:98%;border:1px solid #ddd;background:#fff;-webkit-appearance:none;font-size: 14px;}
.com-submit{border-radius:3px;border:none;cursor:pointer;height:40px;line-height:40px;background-color:#d43d3d;color:#fff;padding:0 20px;font-size: 14px;  }
.comment-list .cinfo{height:20px}
.comment-list .clbody .p{word-wrap:break-word}
.cinfo .author{color:#666}
.c-time{color:#999;font-size:12px}
.comment-at{color:#d43d3d}
.reply-a{opacity:0.5}
.comment-list li:hover .reply-a{opacity:1}
.mcolor{color:#d43d3d}

.detail_h1 {
	text-align: center;
	padding:10px;
	font-weight: bold;
	font-size:20px;
}


.detail-live-box {
    border-color: #1c969f;
    border-width: 2px;
    border-radius: 3px;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    display: flex;
    gap: 3px;
    width: max-content;
    border-style: solid;
    padding: 12px 18px;
    margin-top: 5px;
}

.live-box-p1 {
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(28 150 159/1);
    font-size: 14px;
    line-height: 15px;
}


.source-text {
    color:#ff0000;
    font-size:13px;
}

.detail-live-box:hover {
    color:#fff !important;
    background:#1c969f ;
}

.detail-live-box:hover .live-box-p1,.detail-live-box:hover .source-text {
    color:#fff !important;
}

.newslist {
	background: #fff;
}
.newslist dl{border-bottom: 1px solid #eee;float:left;width:90%;height:130px;margin:3% 0 0 5%;padding:0 0 3% 0}
.list-img{background:#b60000;float:left;width:20%;height:130px;margin:0px 0px 0px 0;border-radius:8px;overflow: hidden;}
.list-img img{float:left;width:100%;min-height:130px;}
.newslist dd {
    float: left;
    text-align: left;
    width: 70%;
    height: 120px;
    margin: 0 0 0 5%;
    overflow: hidden;
}
.newslist dd.luxiang-jinji {
	width: 100%;
	margin:0;
}
.newslist .a2 {
    float: left;
    width: 100%;
    font-weight: 700;
	list-style: none;
    font-size: 22px;
    height: 90px;
    line-height: 35px;
    padding: 10px 0 0 0px;
    overflow: hidden;
}
.newslist .a1 {
    float: left;
    width: 100%;
    height: 20px;
    padding: 0 0 0 20px;
    overflow: hidden;
    color: #999;
    font-size: 12px;
}

@media screen and (max-width:640px) {
	.newslist dl ,.newslist dd{
		height:100px;
	}
	.list-img {
		width: 30%;
		height: 100px;
	}
	.newslist dd {
		float: unset;
	}
	.newslist .a2 {
		white-space: nowrap;
		width: 100%;
		list-style: none;
		padding-left: 15px;
		font-size: 15px;
		height:70px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.artblock {
		margin:0;
		padding:10px;
	}
	.artblock .arttitle {
		padding:20px 0;
	}
}

