﻿* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}
.box4 {
	width: 100%;
	height: auto;
	padding: 3% 0;
}

.box2 {
	/*width: 100%;*/
	height: auto;
	padding: 3% 0;
}

#textOne,
#textTwo {
	/*width: 90%;*/
	height: auto;
	margin: 0 auto;
}

#textOne {
	margin-bottom: 5%;
}

.team_l li p:only-child {
	width: 100%;
	text-align: center;
}

.hostName p {
	font-weight: bold;
}

.team_l li:nth-child(2),
.team_l li:nth-child(3),
.team_l li:nth-child(4),
.team_l li:nth-child(5),
.team_l li:nth-child(6) {
	color: #005CE3;
}

.team_l li:nth-child(2) a,
.team_l li:nth-child(3) a,
.team_l li:nth-child(4) a,
.team_l li:nth-child(5) a,
.team_l li:nth-child(6) a {
	color: #005CE3;
}

.teamTable {
	/*width: 100%;*/
	position: relative;
	clear: both;
	margin: 12px 6px 0;
	padding: 0 10px;
	text-align: center;
	font-size: 12px;
	color: #1a1a1a;
	background: #fff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.team_l li {
	border-bottom: 1px solid #CBCBCB;
}

.teamTable li {
	min-height: 36px;
}

.teamTable li:last-of-type {
	border-bottom: none;
}

.teamTable li p {
	float: left;
	width: 36%;
	height: 36px;
	line-height: 36px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.teamTable li p span:first-child {
	display: block;
	width: 70%;
	float: left;
	margin-left: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.teamTable li p span:last-child {
	display: block;
	width: 20%;
	text-align: right;
	float: right;
	margin-right: 3px;
}

.teamTable li p::after {
	content: "";
	display: block;
	width: 1px;
	height: 36px;
	background: #dfdfdf;
	position: absolute;
	right: 0;
	top: 0;
}

.teamTable li p:first-child {
	width: 100%;
}

.teamTable li p:last-child::after {
	display: none;
}

.team_l {
	float: left;
	width: 29%;
	position: relative;
	border: 1px solid #CBCBCB;
}

.j_scroller {
	/*position: absolute;*/
	-webkit-transition: -webkit-transform .5s ease;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.teamTable .team_r li {
	width: 25%;
	float: left;
	background: #fff;
	font-weight: normal;
}

.teamTable .shadow_l li,
.teamTable .shadow_r li {
	width: 7.69%;
}

.teamTable .team_r li p {
	height: 36px;
	line-height: 36px;
	width: 100%;
	border-bottom: 1px solid #CBCBCB;
}

.teamTable .team_r li:last-child {
	border-bottom: none;
}

.teamTable .team_r li p::after {
	display: none;
}


/*.teamTable .team_r::-webkit-scrollbar {
	width: 0;
}*/

.j_wrapper {
	position: relative;
	overflow: hidden;
}

.team_r {
	float: left;
	width: 70%;
	position: relative;
	height: auto;
	overflow-x: auto;
	border: 1px solid #CBCBCB;
	border-bottom: none;
	border-left: none;
}

.team_r ul {
	float: left;
	width: 700px;
}

.noData {
	width: 130px;
	height: auto;
}

.info2[data-v-3073f131] {
    width: 100%;
}
.info2 .liveshow[data-v-3073f131] {
    width: 100%;
    text-align: center;
}
.info2 .liveshow a[data-v-3073f131] {
    font-size: 16px;
}
.liveshow .picked {
    background: #4184f3;
    color: #fff;
}
.liveshow a {
    height: 24px;
    line-height: 24px;
    display: inline-block;
    float: left;
    padding: 0 12px;
    font-size: 14px;
    margin: 8px 10px 0 0;
    border-radius: 14px;
    border: 1px solid #4184f3;
    color: #4184f3;
    text-decoration: none;
}