
.login-bbox {
	position: fixed;
	width: 100%;
	height: 100%;
	padding-top: 60px;
}

.login-bbox .curr {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.head-logo {
	background: #01c176;
	min-width: 1200px;
}

.head-logo .box {
	width: 1200px;
	margin: 0 auto;
	padding: 6px 0;
}

.head-logo h2 {
	width: 127px;
	height: 44px;
	padding: 5px 0;
	float: left;
	cursor: pointer;
}

.head-logo h2 img {
	display: block;
	height: 100%;
}

.head-logo .hlink {
	float: right;
	line-height: 44px;
	font-size: 14px;
}

.head-logo .hlink a {
	color: #FFFFFF;
}

.head-nav {
	width: 100%;
	background: #FFFFFF;
	min-width: 1200px;
}

.head-nav ul {
	width: 1200px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	justify-content: space-around;
}

.head-nav ul li {
	line-height: 45px;
	font-size: 14px;
	flex: 1;
	background: url(../images/line.png) no-repeat;
	background-size: 8px 14px;
	background-position: right center;
	text-align: center;
}

/* .head-nav ul li:nth-child(2){
	display: none;
}*/
.head-nav ul li:nth-last-child(1) {
	background: none;
}

.head-nav ul li a {
	color: #333333;
	display: block;
}

/* .head-nav ul.cur li a{
	padding: 0 167px;
}
.head-nav ul li:nth-child(1) a{
	padding-left: 0;
}
.head-nav ul li:nth-last-child(1) a{
	padding-right: 0;
	background: none;
} */
.head-nav ul li.cur a {
	color: #01C176;
}

.head-nav ul li a:hover {
	color: #01C176;
}

.head-nav ul .home {
	display: none;
}

.head-nav ul .ycpage {
	display: none;
}

.contain-login {
	width: 100%;
	min-width: 1200px;
	height: 100%;
	padding-top: 60px;
	background: url(../images/loginbg.png) no-repeat;
	background-size: 100% 100%;
}

.cont-login {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	height: 100%;
}

.login-ipt-count {
	position: absolute;
	padding: 35px;
	right: 0;
	background: #FFFFFF;
	border-radius: 10px;
	-moz-transform: translateY(40%);
	-ms-transform: translateY(40%);
	-webkit-transform: translateY(40%);
	transform: translateY(40%);
}

.ipt-mes .ipt-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.centerEnter {
	float: right;
	height: 44px;
}

.centerEnter .message-dot {
	position: relative;
}

.dot-num {
	display: block;
	font-size: 12px;
	width: 16px;
	height: 16px;
	background: red;
	color: #FFFFFF;
	text-align: center;
	line-height: 16px;
	border-radius: 50%;
	position: absolute;
	right: -3px;
	top: -3px;
	transform: scale(0.7);
}

.centerEnter .message-dot img {
	display: block;
	width: 24px;
	height: 28px;
	transform: scale(0.65);
}

.centerEnter .tximg {
	width: 40px;
	height: 40px;
	background: #F5F5F5;
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	overflow: hidden;
}

.centerEnter .message-dot {
	margin: 0 5px;
}

.returnLogin {
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
}

.switch-nav {
	width: 240px;
	height: 40px;
	display: -webkit-flex;
	display: flex;
	border-bottom: 1px solid #ebebeb;
}

.switch-nav div {
	-webkit-flex: 1;
	flex: 1;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}

.switch-nav div a {
	color: #333333;
	font-size: 12px;
}

.switch-nav div.cur a {
	color: #01C176;
}

.switch-nav div.cur {
	border-bottom: 1px solid #01C176;
}

.ipt-mes .ipt-icon {
	padding: 8px 0;
	margin-top: 20px;
	border-bottom: 1px solid #EBEBEB;
	position: relative;
}

.ipt-mes .ipt-icon .icon {
	display: block;
	width: 23px;
	height: 27px;
	margin-right: 10px;
}

.ipt-mes .ipt-icon input {
	-webkit-flex: 1;
	flex: 1;
	font-size: 12px;
}

.ipt-icon .getCode {
	width: 100px;
	background: #ff9f2d;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 0;
	bottom: -2px;
}

.ipt-icon .getCode.cur {
	background: #969696;
}

.ipt-box .ipt-mes {
	display: none;
}

.ipt-box .ipt-mes:nth-child(1) {
	display: block;
}

.ipt-box .ipt-mes .login-bnt {
	width: 100%;
	height: 40px;
	background: -moz-linear-gradient(left top, #38d27e, #26b868);
	background: -webkit-linear-gradient(left top, #38d27e, #26b868);
	background: -o-linear-gradient(left top, #38d27e, #26b868);
	color: #FFFFFF;
	border-radius: 5rpx;
	margin-top: 30px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	cursor: pointer;
}

.for-rember {
	width: 100%;
	line-height: 30px;
	margin: 10px 0;
}

.rembtn-pas {
	padding-left: 24px;
	background: url(../images/unsel.png) no-repeat;
	background-size: 16px 16px;
	background-position: left center;
	float: left;
	font-size: 12px;
	cursor: pointer;
}

.rembtn-pas.cur {
	background: url(../images/sel.png) no-repeat;
	background-size: 16px 16px;
	background-position: left center;
}

.forget-pas {
	float: right;
	font-size: 12px;
	line-height: 30px;
	cursor: pointer;
}

.go-lotin {
	text-align: center;
	margin-top: 10px;
}

.go-lotin a {
	color: #333333;
	font-size: 12px;
	text-decoration: underline;
}

/* 首页 */
.home-swiper .swiper-container {
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
}

.home-swiper .swiper-container .swiper-slide {
	display: block;
	width: 100%;
}

.swiper-container .swiper-slide img {
	display: block;
	min-width: 1200px;
	width: 100%;
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	opacity: .5;
}

.home-swiper .swiper-pagination-bullet-active {
	background: #01C176;
}

.footer-count {
	width: 100%;
	min-width: 1200px;
	background: #314b63;
	padding: 20px 0;
}

.footer-count .foot-mes {
	width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.mes-titlef {
	-webkit-flex: 1;
	flex: 1;
}

.mes-titlef p {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 28px;
}

.foot-mes .code-mes {
	height: 100%;
}

.foot-mes .code-mes .code{
	margin: 10px 0 0 20px;
}

.foot-mes .code-mes .code img {
	width: 116px;
	height: 116px;
}

.foot-mes .code-mes .code p {
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
	color: #FFFFFF;
}

/* 通知公共 */
.notice-count {
	width: 1200px;
	margin: 0 auto;
	padding: 25px 0;
}

.capti-line .capti {
	padding: 10px 0 5px 0;
}

.capti-line .capti span {
	font-size: 16px;
	font-family: "微软雅黑";
	margin: 0 10px;
}

.capti-line .capti .line {
	width: 38px;
	height: 1px;
	background: #333333;
}

.capti-line .ames {
	font-size: 12px;
	color: #4f5362;
	text-align: center;
}

.notice-list {
	width: 100%;
	padding-top: 30px;
}

.notice-list .list {
	background: #FFFFFF;
	float: left;
	margin: 0 26px 20px 0;
	padding-bottom: 5px;
	width: 280px;
}

.notice-list .list:nth-child(4n) {
	float: right;
	margin-right: 0;
}

.notice-list .list img {
	display: block;
	width: 280px;
	height: 170px;
}

.notice-list .list p {
	font-size: 14px;
	color: #292929;
	margin: 8px 0;
}

.notice-list .list span {
	font-size: 12px;
}

.notice-list .list:hover {
	background: #01C176;
}

.notice-list .list:hover p {
	color: #FFFFFF;
	padding: 0 8px;
}

.notice-list .list:hover span {
	color: #FFFFFF;
	padding: 0 8px;
}

.notice-list .list:hover .dot {
	padding: 0;
}

.notice-list.matchlist .list:hover p {
	padding: 0;
}

/* 比赛直播 */
.matchlist .list {
	width: 365px;
}

.matchlist .list img {
	display: block;
	width: 100%;
	height: 210px;
}

.matchlist .list {
	margin-right: 52px;
	box-shadow: 0 0 5px #EBEBEB;
}

.matchlist .list .mes {
	position: relative;
	padding: 0 15px 10px 15px;
}

.matchlist .list:nth-child(3n) {
	margin-right: 0;
}

.matchlist .list p {
	width: 80%;
	line-height: 20px;
}

.score-btn {
	position: absolute;
	display: block;
	width: 21px;
	height: 20px;
	background: url(../images/score02.png) no-repeat;
	background-size: 21px 20px;
	right: 15px;
	top: 0;
	z-index: 9;
}

.score-btn.cur {
	background: url(../images/score.png) no-repeat;
	background-size: 21px 20px;
}

.matchlist .list:hover {
	background: #FFFFFF;
}

.matchlist .list:hover p {
	color: #333333;
}

.matchlist .list .zb-state {
	width: 100%;
}

.matchlist .list .zb-state .state {
	float: left;
	color: #01C176;
	font-size: 12px;
}

.matchlist .list .zb-state .state span {
	width: 5px;
	height: 5px;
	background: #01C176;
	border-radius: 50%;
	margin-right: 5px;
}

.matchlist .list .zb-state .online-num {
	float: right;
	color: #666666;
	font-size: 12px;
	background: url(../images/online.png) no-repeat;
	background-size: 12px 15px;
	padding-left: 18px;
}

/* 赛事咨询 */
.news-count {}

.artical-tit-nav {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}

.artical-tit-nav .left-link {
	float: left;
	line-height: 50px;
	font-size: 14px;
}

.artical-tit-nav .right-nav {
	float: right;
}

.artical-tit-nav .left-link a {
	color: #333333;
}

.artical-tit-nav .right-nav ul {
	width: auto;
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
}

.artical-tit-nav .right-nav ul li {
	line-height: 50px;
	padding: 0 30px;
}

.artical-tit-nav .right-nav ul li a {
	display: block;
	font-size: 14px;
	color: #333333;
	line-height: 49px;
}

.artical-tit-nav .right-nav ul li.cur a {
	color: #01C176;
	border-bottom: 2px solid #01C176;
}

.news-list {
	width: 1200px;
	margin: 0 auto;
}

.news-list .list {
	width: 100%;
	padding: 25px 0;
	border-bottom: 1px solid #f5f5f5;
}

.news-list .list a {
	display: block;
	width: 100%;
	display: -webkit-flex;
	display: flex;
}

.news-list .list img {
	width: 240px;
	height: 135px;
	margin-right: 30px;
}

.news-tit {
	min-width: 1200px;
	margin: 0 auto;
	border-bottom: 1px solid #ebebeb;
}

.news-list .mes-count {
	flex: 1;
	position: relative;
	padding: 10px 0;
}

.news-list .mes-count h5 {
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	color: #333333;
}

.news-list .list:hover h5 {
	color: #01C176;
}

.news-list .mes-count p {
	font-size: 12px;
	color: #666666;
	line-height: 26px;
}

.news-list .mes-count .time {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 30px;
	font-size: 14px;
	color: #999999;
}

.news-list .mes-count .score-num {
	padding-left: 25px;
	background: url(../images/score02.png) no-repeat left center;
	background-size: 18px 18px;
	line-height: 28px;
	font-size: 12px;
	color: #333333;
}

.news-list .mes-count .score-num.cur {
	background: url(../images/score.png) no-repeat left center;
	background-size: 18px 18px;
}

.news-list .mes-count .detail-enter {
	background: url(../images/doblearr.png) no-repeat;
	background-size: 12px 10px;
	background-position: right center;
	padding-right: 15px;
	font-size: 12px;
	position: absolute;
	right: 0;
	line-height: 28px;
	bottom: 15px;
}

/* .switch-count .news-list{
	display: none;
} */
.list-box .capti-line {
	padding: 15px 0;
}

/* 赛事预测 */
.match-list {
	width: 1200px;
	margin: 0 auto;
	padding-top: 10px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	/* justify-content: space-between; */
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.match-list .list {
	width: 365px;
	background: #FFFFFF;
	border: 1px solid #01C176;
	margin-bottom: 35px;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	margin-right: 52px;
	position: relative;
	height: 200px;
}
.match-list .list .zb-fmimg{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
 .match-list .list.zbbox a{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	background: rgba(0,0,0,0.5);
	padding: 50px 35px 70px 35px;
} 

.match-list .list:nth-child(3n) {
	margin-right: 0;
}

.match-list .list .team {
	text-align: center;
	font-size: 14px;
	color: #01C176;
}

.team p {
	margin: 5px 0;
}

.match-list .list .vs {
	margin: 0 50px;
}

.match-list .list .time-sate {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #01C176;
	color: #FFFFFF;
	font-size: 14px;
	padding: 0 15px;
	z-index: 9;
	line-height: 50px;
	cursor: pointer;
}

.match-list .list .time-sate .time {
	float: left;
}

.match-list .list .time-sate .state {
	float: right;
}

.list .time-sate .state .dot {
	width: 6px;
	height: 6px;
	background: #FFFFFF;
	border-radius: 50%;
	margin: 0 5px;
}

.match-list .list .team img {
	width: 69px;
	height: 69px;
}

.choseList {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px 0;
	font-size: 14px;
}

.choseList .listItem {
	width: 80px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	text-align: center;
	cursor: pointer;
}

.listItem.active {
	background-color: #01C176;
	color: #fff;
	border-radius: 20px;
}

/* .choseList .listItem:nth-child(10n+1){
	text-align: left;
} */

/* 赛事详情 */
.match-mes {
	width: 100%;
	min-width: 1200px;
	height: 420px;
	background: url(../images/shdetailbg.png) no-repeat;
	background-size: 100% 100%;
}

.mes-countent {
	margin: 0 auto;
	padding: 50px 0;
}

.mes-countent .time {
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
}

.mes-countent .time span {
	margin: 0 25px;
}

.mes-countent .score-match {
	width: 130px;
	height: 32px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 14px;
	margin: 20px auto;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}

.match-teame .team img {
	width: 170px;
	height: 170px;
}

.match-teame .team p {
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
}

.match-teame .num-mes h3 {
	font-size: 56px;
	color: #FFFFFF;
	margin: 0 170px;
	font-weight: normal;
}

.match-teame .num-mes p {
	width: 100px;
	height: 36px;
	background: #FFFFFF;
	color: red;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	margin: 15px auto;
	cursor: pointer;
}

.battel-mes {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.battel-list {
	width: 100%;
}

.battel-list .battel-num {
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #EBEBEB;
}

.battel-list .battel-num p {
	float: left;
	line-height: 48px;
	font-size: 14px;
	color: #31c574;
}

.battel-list .battel-num .num {
	float: right;
	font-size: 14px;
	color: #31c574;
}

.battel-count .list-tit {
	width: 100%;
}

.battel-count .list-tit p {
	width: 42%;
	font-size: 14px;
	color: #777777;
	float: left;
	text-align: center;
	line-height: 35px;
}

.battel-count .list-tit p:nth-child(1) {
	width: 10%;
}

.battel-count .list-tit p:nth-child(4) {
	width: 6%;
}

.battel-count .listbox {
	width: 100%;
	border-bottom: 5px solid #eff4f5;
}

.listbox li {
	line-height: 55px;
	border-bottom: 1px solid #EBEBEB;
}

.listbox li:nth-last-child(1) {
	border: none;
}

.listbox li p {
	width: 42%;
	font-size: 14px;
	color: #777777;
	float: left;
	text-align: center;
	line-height: 55px;
	height: 55px;
}

.listbox li p:nth-child(1) {
	width: 10%;
}

.listbox li p:nth-child(4) {
	width: 6%;
}

.allball {
	font-size: 14px;
	color: #777777;
	text-align: right;
	line-height: 40px;
}

.listbox li .result span {
	width: 70px;
	height: 28px;
	background: #12bb50;
	color: #FFFFFF;
	line-height: 28px;
	text-align: center;
	border-radius: 5px;
}

.listbox li .result .win {
	background: red;
}

.listbox li .result .ping {
	background: #3976f8;
}

.match-teame .num-mes .none {
	color: #333333;
}

.mes-countent .score-match.ycbtn {
	background: #ffa21d;
	border: 1px solid #ffa21d;
}

.listbox li .red {
	color: red;
}

.listbox li p span {
	padding: 0 2px;
}

/* 选择胜利队伍 */
.sel-win-pop {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	left: 0;
	top: 0;
	z-index: 90;
}

.sel-win-pop .sel-count {
	width: 750px;
	padding: 20px 50px;
	background: #FFFFFF url(../images/bgsel.png) no-repeat;
	background-position: left top;
	background-size: 20% auto;
	position: relative;
	margin: 0 auto;
	border-radius: 10px;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sel-win-pop .sel-count .close-pop {
	width: 25px;
	height: 25px;
	position: absolute;
	right: 20px;
	top: 15px;
	background: url(../images/closebtn.png) no-repeat center center;
	background-size: 100% 100%;
}

.sel-win-pop .sel-count h5 {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
}

.sel-count .sel-team {
	padding: 20px 0;
}

.sel-count .sel-team .team {
	width: 90px;
	padding-bottom: 50px;
	margin: 0 110px;
	cursor: pointer;
}

.sel-count .sel-team .team img {
	width: 90px;
	height: 90px;
}

.sel-count .sel-team .team p {
	text-align: center;
	font-size: 14px;
}

.sel-count .sel-team .team.cur {
	background: url(../images/selbg.png) no-repeat;
	background-position: center bottom;
	background-size: 50px auto;
}

.sel-count .sure-sel-btn {
	width: 100%;
	height: 50px;
	background: -moz-linear-gradient(right, #55d68d 0%, #1baf58 100%);
	background: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #55d68d), color-stop(100%, #1baf58));
	background: -webkit-linear-gradient(right, #55d68d 0%, #1baf58 100%);
	background: -o-linear-gradient(right, #55d68d 0%, #1baf58 100%);
	background: -ms-linear-gradient(right, #55d68d 0%, #1baf58 100%);
	background: linear-gradient(to right, #55d68d 0%, #1baf58 100%);
	text-align: center;
	font-size: 14px;
	margin: 0 auto;
	color: #FFFFFF;
	line-height: 50px;
	border-radius: 50px;
	margin-bottom: 20px;
	cursor: pointer;
}

.sel-count .ycjz {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	color: #6e6e6e;
	font-size: 12px;
	line-height: 20px;
}

.sel-count .ycjz:nth-child(1) {
	font-size: 14px;
}

.submit-pop {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	left: 0;
	top: 0;
	z-index: 90;
}

.submit-count {
	width: 520px;
	padding: 50px 0 30px 0;
	background: #FFFFFF url(../images/bgsel.png) no-repeat;
	background-position: left top;
	background-size: 20% auto;
	position: absolute;
	margin: 0 auto;
	border-radius: 10px;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

.submit-count .sbicon img {
	width: 200px;
	height: auto;
}

.submit-count .close-pop {
	width: 25px;
	height: 25px;
	position: absolute;
	right: 20px;
	top: 15px;
	background: url(../images/closebtn.png) no-repeat center center;
	background-size: 100% 100%;
}

.submit-count p {
	text-align: center;
	font-size: 14px;
	color: #333333;
	margin: 10px 0;
}

.submit-count .look-btn {
	width: 220px;
	height: 50px;
	background: -moz-linear-gradient(right, #55d68d 0%, #1baf58 100%);
	background: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #55d68d), color-stop(100%, #1baf58));
	background: -webkit-linear-gradient(right, #55d68d 0%, #1baf58 100%);
	background: -o-linear-gradient(right, #55d68d 0%, #1baf58 100%);
	background: -ms-linear-gradient(right, #55d68d 0%, #1baf58 100%);
	background: linear-gradient(to right, #55d68d 0%, #1baf58 100%);
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 50px;
	border-radius: 50px;
	margin: 40px auto;
}

/* 消息列表 */
.message-list {
	width: 1200px;
	min-width: 1200px;
	margin: 20px auto;
	background: #FFFFFF;
	min-height: 400px;
	padding: 0 20px;
}

.mess-capti {
	line-height: 46px;
	border-bottom: 1px solid #F5F5F5;
}

.mess-capti span {
	font-size: 14px;
	color: #01C176;
	padding-bottom: 14px;
	border-bottom: 2px solid #01C176;
}

.mess-capti .all-read {
	float: right;
	font-size: 12px;
	width: 90px;
	height: 30px;
	border: 1px solid #01C176;
	color: #01C176;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	margin-top: 8px;
}

.message-list .list-count {
	width: 100%;
	padding-bottom: 50px;
}

.message-list .list-count .list {
	padding: 20px 0;
	position: relative;
	border-bottom: 1px solid #F5F5F5;
}

.capti-dot-time {
	display: -webkit-box;
	display: flex;
	line-height: 24px;
}

.capti-dot-time .dot {
	width: 6px;
	height: 6px;
	background: red;
	border-radius: 50%;
	margin-right: 5px;
	margin-top: 9px;
}

.capti-dot-time p {
	-webkit-flex: 1;
	flex: 1;
	font-size: 14px;
	color: #333333;
}

.capti-dot-time .time {
	width: 150px;
	color: #999;
	font-size: 12px;
	text-align: right;
}

.message-list .list-count .list .ames {
	color: #999;
	font-size: 12px;
	margin-top: 5px;
}

/* 个人中心-我的收藏 */
.center-count {
	width: 1200px;
	min-width: 1200px;
	margin: 20px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 100px;
}

.center-count .left-nav-mes {
	width: 235px;
	margin-right: 20px;
}

.center-count .right-count {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	background: #FFFFFF;
	padding: 10px 50px;
}

.left-nav-mes .mine-mes {
	padding: 25px 0;
	background: #FFFFFF;
	margin-bottom: 20px;
	border-radius: 5px;
}

.mine-mes .per-img {
	width: 80px;
	height: 80px;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	margin: 0 auto;
}

.mine-mes .per-img img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	background: #F5F5F5;
}

.left-nav-mes .mine-mes .name {
	font-size: 14px;
	color: #808583;
	text-align: center;
}

.left-nav-mes .mine-mes .phone {
	font-size: 12px;
	color: #808583;
	text-align: center;
}

.left-nav-mes .mine-mes p {
	margin: 5px 0;
}

.left-nav-mes .score-num {
	margin: 15px auto;
}

.left-nav-mes .score-num img {
	width: 14px;
	height: 16px;
	margin-right: 5px;
}

.left-nav-mes .score-num {
	font-size: 12px;
	color: #FFFFFF;
	background: #01C176;
	width: 110px;
	height: 30px;
	border-radius: 30px;
}

.left-nav-mes .mine-link {
	width: 100%;
	background: #FFFFFF;
	border-radius: 5px;
	padding: 10px 0;
}

.left-nav-mes .mine-link ul {
	width: 100%;
}

.left-nav-mes .mine-link ul li.cur {
	background: #eafbf4;
}

.left-nav-mes .mine-link ul li:hover {
	background: #eafbf4;
}

.left-nav-mes .mine-link ul li:hover a {
	color: #01C176;
}

.left-nav-mes .mine-link ul li.cur a {
	color: #01C176;
	border-left: 2px solid #01C176;
}

.left-nav-mes .mine-link ul li a {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #333333;
	font-size: 14px;
	text-align: center;
	padding-right: 50px;
}

.score-nav-btn {
	line-height: 46px;
	height: 46px;
	border-bottom: 1px solid #F5F5F5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
}

.score-nav-btn .btn {
	font-size: 14px;
	margin-right: 40px;
	cursor: pointer;
}

.score-nav-btn .btn.cur {
	color: #01C176;
	border-bottom: 2px solid #01C176;
}

.score-count-box .news-list {
	width: 100%;
}

.score-count-box .box {
	padding: 25px 0;
}

.score-count-box .box:nth-child(1) {
	display: block;
}

.score-count-box .matchlist .list {
	width: 265px;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}

.score-count-box .matchlist .list img {
	height: 150px;
}

.score-count-box .matchlist .list:nth-child(3n) {
	margin-right: 0;
}

.score-count-box .score-btn {
	position: absolute;
	display: block;
	width: 17px;
	height: 17px;
	background: url(../images/score02.png) no-repeat;
	background-size: 17px 17px;
	right: 15px;
	top: 9px;
	z-index: 9;
}

.score-count-box .score-btn.cur {
	width: 17px;
	height: 17px;
	background: url(../images/score.png) no-repeat;
	background-size: 17px 17px;
}

.score-count-box .matchlist .list p {
	font-size: 14px;
	color: #333333;
	line-height: 35px;
}

.score-count-box .news-list .mes-count p {
	line-height: 20px;
	margin: 5px 0;
}

.score-count-box .news-list .list img {
	width: 170px;
	height: 100px;
}

.score-count-box .news-list .mes-count {
	padding: 0;
}

.score-count-box .news-list .mes-count .detail-enter {
	bottom: 0;
}

.score-count-box .news-list .mes-count h5 {
	line-height: 22px;
}

.score-count-box .news-list .mes-count .time {
	line-height: 22px;
}

.match-list.center-match {
	width: 100%;
	padding-top: 20px;
}

.match-list.center-match .list {
	width: 265px;
	margin-right: 25px;
	margin-bottom: 25px;
	cursor: pointer;
	position: relative;
}

.match-list.center-match .list .sel-btn {
	width: 22px;
	height: 22px;
	background: url(../images/unselq.png) no-repeat;
	background-size: 22px 22px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 9;
}

.match-list.center-match .list .sel-btn.cur {
	width: 22px;
	height: 22px;
	background: url(../images/selq.png) no-repeat;
	background-size: 22px 22px;
}

.match-list.center-match .list .team img {
	width: 35px;
	height: 35px;
}

.match-list.center-match .list .vs {
	width: 45px;
	margin: 0 25px;
}

.match-list.center-match .list {
	position: relative;
	padding: 35px 0 50px 0;
	float: left;
	min-height: 167px;
}

.match-list.center-match .list .team {
	font-size: 12px;
}

.match-list.center-match .list .time-sate {
	height: 35px;
	line-height: 35px;
}

.match-list.center-match .list:nth-child(3n) {
	margin-right: 0;
	float: right;
}

.right-count.myccenter {
	padding-bottom: 50px;
	position: relative;
}

.all-sel-delbox {
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0;
	bottom: 0;
	z-index: 9;
	padding: 0 50px;
}

.all-sel-delbox .box-div {
	width: 100%;
	height: 50px;
	border-top: 1px solid #F5F5F5;
}

.all-sel-delbox .all-selbtn {
	height: 50px;
	line-height: 50px;
	padding-left: 28px;
	background: url(../images/unselq.png) no-repeat;
	background-size: 22px 22px;
	background-position: left center;
	font-size: 14px;
	cursor: pointer;
	float: left;
}

.all-sel-delbox .all-selbtn.cur {
	background: url(../images/selq.png) no-repeat;
	background-size: 22px 22px;
	background-position: left center;
}

.all-sel-delbox .del-btn {
	padding: 0 15px;
	height: 28px;
	color: #01C176;
	border: 1px solid #01C176;
	font-size: 12px;
	float: right;
	text-align: center;
	line-height: 28px;
	border-radius: 5px;
	margin-top: 11px;
	cursor: pointer;
}

/* 联系我们 */
.center-count .lxus-count {
	padding: 35px;
}

.lxus-count .rich-mes {
	width: 100%;
}

.lxus-count .rich-mes img {
	max-width: 100%;
	display: block;
}

.tel-phone {
	color: #01C176;
	font-size: 12px;
	float: left;
	padding: 3px 8px;
	border: 1px solid #01C176;
	border-radius: 5px;
	margin: 20px 0;
}

.tel-phone a {
	color: #01C176;
	font-size: 12px;
}

.tel-phone img {
	width: 12px;
	margin: 0 5px;
}

.right-count.modemescount {
	padding: 10px 35px;
	position: relative;
}

.modemescount .line-tit {
	border-bottom: 1px solid #01C176;
	font-size: 14px;
	color: #01C176;
	line-height: 36px;
}

.ipt-count {
	width: 500px;
}

.ipt-count .ipt-span {
	padding-right: 110px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 25px;
	position: relative;
}

.ipt-count .ipt-span span {
	display: block;
	width: 90px;
	line-height: 40px;
	font-size: 14px;
}

.ipt-count .ipt-span input {
	margin-left: 15px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	height: 40px;
	line-height: 40px;
	border: 1px solid #01C176;
	padding: 0 5px;
	font-size: 14px;
	border-radius: 5px;
}

.ipt-count .mode-pas-btn {
	width: 120px;
	height: 32px;
	font-size: 14px;
	color: #FFFFFF;
	border-radius: 5px;
	margin-left: 105px;
	margin-top: 30px;
	text-align: center;
	line-height: 32px;
	background: -moz-linear-gradient(right, #55d68d 0%, #1baf58 100%);
	background: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #55d68d), color-stop(100%, #1baf58));
	background: -webkit-linear-gradient(right, #55d68d 0%, #1baf58 100%);
	background: -o-linear-gradient(right, #55d68d 0%, #1baf58 100%);
	background: -ms-linear-gradient(right, #55d68d 0%, #1baf58 100%);
	background: linear-gradient(to right, #55d68d 0%, #1baf58 100%);
	cursor: pointer;
}

.ipt-count .getcode {
	position: absolute;
	width: 100px;
	height: 30px;
	background: #f7a944;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	right: 0;
	top: 5px;
	border-radius: 5px;
}

.ipt-count .getcode.cur {
	background: #969696;
}

.mode-phone-ipt {
	padding: 15px 0;
}

.ipt-tit span {
	float: left;
	display: block;
	width: 60px;
	line-height: 60px;
	font-size: 14px;
}

.ipt-tit .perImg {
	float: left;
	position: relative;
}

.ipt-tit .perImg img {
	width: 100px;
	height: 100px;
	background: #F5F5F5;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
}

.ipt-tit .perImg input {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: p;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
}

.ipt-tit .per-tit {
	float: left;
	line-height: 60px;
	font-size: 14px;
}

.ipt-tit .per-tit i {
	font-style: normal;
	color: #999;
}

.ipt-tit .per-tit a {
	color: #01C176;
	text-decoration: underline;
	margin: 0 15px;
}

.ipt-tit .tx-tit {
	line-height: 100px;
}

.go-invite {
	position: absolute;
	width: 100px;
	height: 30px;
	background: #01C176;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 12px;
	right: 30px;
	top: 14px;
	border-radius: 30px;
	cursor: pointer;
	z-index: 9;
}

.go-invite:hover {
	color: #FFFFFF;
}

.share-pop {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	background: rgba(0, 0, 0, 0.5);
}

.share-pop .count {
	position: relative;
	width: 558px;
	height: 661px;
	margin: 0 auto;
	-moz-transform: scale(0.55);
	-webkit-transform: scale(0.55);
	transform: scale(0.55);
}

.share-pop .count img {
	display: block;
	height: 100%;
	height: 100%;
}

.share-pop .count .guanbi {
	position: absolute;
	width: 44px;
	height: 44px;
	background: url(../images/guanbi.png) no-repeat;
	background-size: 100% 100%;
	left: 50%;
	margin-left: -22px;
	bottom: -60px;
}

.yq-list {
	width: 100%;
}

.yq-list .inviteimg {
	display: block;
	width: 100%;
}

.yq-list ul li {
	width: 100%;
}

.yq-list ul li p {
	width: 50%;
	float: left;
	text-align: center;
	line-height: 40px;
	background: #f4fafa;
	font-size: 14px;
}

.yq-list ul li div {
	width: 50%;
	float: left;
	height: 60px;
	text-align: center;
	font-size: 14px;
	line-height: 60px;
	border-bottom: 1px solid #F5F5F5;
}

.yq-list ul li div img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}

.yq-list ul li div:nth-child(1) {
	text-align: left;
	padding: 0 0 0 180px;
}

.sy-list .tit-tit p {
	color: #333333;
	text-align: center;
	width: 33.3%;
	line-height: 50px;
}

.sy-list ul li p {
	width: 33.3%;
	float: left;
	text-align: center;
	font-size: 14px;
	line-height: 50px;
}

.sy-list {
	padding-bottom: 30px;
}

.sy-list ul li {
	border-bottom: 1px solid #F5F5F5;
}

.sy-list ul li .time {
	color: #999999;
}

.sy-list ul li .score {
	color: #ffa02a;
}

.qd-count-mes {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	background: #FFFFFF;
}

.lin-bg {
	background: #F5F5F5;
	height: 20px;
	width: 100%;
}

.qd-count-mes .qd-mes {
	padding: 15px;
	background: #FFFFFF;
}

#panimg {
	position: absolute;
	left: -2000px;
}

.zpcontainer {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 auto;
	min-width: 1200px;
}

.zp-count {
	width: 1200px;
	margin: 0 auto;
	min-width: 1200px;
	padding: 105px 0;
}

/* 大转盘样式 */
.maskShow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 99999;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.showResult {
	background: url(../images/zhuan3.png) no-repeat;
	background-size: 500px 530px;
	width: 500px;
	height: 530px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.showResult.showResult2 {
	background: url(../images/zhuan22.png) no-repeat;
	background-size: 400px 500px;
	background-position: center;
}

.showResult img {
	width: 320px;
	height: 160px;
	margin-top: 90px;
}

.showResult .resultClose {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 20px;
	top: -140px;
	cursor: pointer;
}

.mypoint {
	color: red;
	text-align: center;
	font-size: 22px;
	margin-top: 50px;
}

.mypoint2 {
	color: black;
}

.closeBtn {
	background-color: #EB512D;
	width: 200px;
	height: 40px;
	margin: 40px auto 0;
	color: #fff;
	line-height: 40px;
	border-radius: 10px;
	font-size: 16px;
	box-shadow: 0px 4px 2px #B82619;
	cursor: pointer;
}




.marquee {
	width: 100%;
	height: 50px;
	align-items: center;
	color: #3a3a3a;
	background-color: #b3effe;
	display: flex;
	box-sizing: border-box;
}

.marquee_title {
	padding: 0 20px;
	height: 30px;
	font-size: 14px;
	border-right: 1px solid #d8d8d8;
	align-items: center;
}

.marquee_box {
	display: block;
	position: relative;
	width: 60%;
	height: 30px;
	overflow: hidden;
}

.marquee_list {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.marquee_top {
	transition: all 0.5s;
	margin-top: -30px;
}

.marquee_list li {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	padding-left: 20px;
}

.marquee_list li span {
	padding: 0 2px;
}

.red {
	color: #ff0101;
}
.panbox{
	position: relative;
}
.roll-msg {
	position: absolute;
	bottom: -15%;
	width: 700px;
	height: 50px;
	display: flex;
	justify-content: center;
	/* left: 130px; */
}
@media screen and (max-width: 1400px) {
	.roll-msg{
		bottom: 50px;
	}
}
.roll-msg .popup {
	border-radius: 20px;
	width: 45%;
	height: 0.6rem;
	min-width: 150px;
	align-items: center;
	color: #fff;
	/* background-color: rgb(10, 10, 10, 0.1); */
	opacity: 0.7;
	display: flex;
	box-sizing: border-box;

}

.roll-msg .popup .box {
	display: block;
    position: relative;
    width: 100%;
    height: 140px;
    overflow: hidden;
}

.roll-msg .popup .box .lb {
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;

}

.roll-msg .popup .box .lb li {
	display: flex;
	justify-content: center;
	margin-top: 4px;
	background-color: rgba(255, 0, 0, 0.8);
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	border-radius: 40px;
}
















.banner {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

.banner {
	width: 380px;
	float: right;
	margin-right: 50px;
}

.banner .turnplate {
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

.turnplate {
	width: 380px;
	height: 380px;
}

.banner .turnplate canvas.item {
	width: 380px;
	height: 380px;
}

.banner .turnplate #tupBtn {
	position: absolute;
	width: 108px;
	height: 128px;
	border: 0;
	background: none;
	display: block;
	z-index: 9;
	left: 50%;
	top: 50%;
	margin-left: -54px;
	margin-top: -64px;
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.banner .turnplate img {
	width: 100%;
	height: 100%;
}

.telBox a:hover {
	color: #FFFFFF;
}

.banner .active-time {
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	margin: 10px 0;
}

.pop-nav-btn {
	width: 50%;
	margin: 0 auto;
}

.pop-nav-btn p {
	width: 50%;
	text-align: center;
}

.pop-nav-btn p a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
}

.rule-pop,
.my-price-pop {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	background: rgba(0, 0, 0, 0.5);
}

.rule-count,
.price-count {
	width: 400px;
	height: 260px;
	background: #FFFFFF url(../images/bgsel.png) no-repeat;
	background-size: 30% auto;
	border-radius: 10px;
	margin: 0 auto;
	position: relative;
	top: 30%;
	-ms-transform: rotateY(50%);
	-webkit-transform: rotateY(50%);
	transform: rotateY(50%);
	padding-top: 40px;
}

.rule-count .guanbi,
.price-count .guanbi {
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../images/closebtn.png) no-repeat;
	background-size: 100% 100%;
	right: 10px;
	top: 10px;
	z-index: 9;
}

.rule-count .capti,
.price-count .capti {
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 40px;
}

.rule-count .rule-mes {
	width: 100%;
	height: 90%;
	padding: 20px 50px;
	font-size: 12px;
	color: #999999;
	line-height: 20px;
	overflow-y: scroll;
}

.rule-count .rule-mes::-webkit-scrollbar {
	display: none
}

.price-list {
	width: 100%;
	height: 90%;
	padding: 20px 30px;
	overflow-y: scroll;
}

.price-list::-webkit-scrollbar {
	display: none
}

.price-list li {
	width: 100%;
}

.price-list li p {
	text-align: center;
	float: left;
	width: 50%;
	line-height: 30px;
	font-size: 12px;
}

.price-list li:nth-child(1) p {
	font-size: 14px;
}

.price-list li p .state {
	color: #c09545;
}

.price-list li p .state.cur {
	color: #01935a;
}

.price-count .no-data {
	text-align: center;
	font-size: 12px;
	margin: 50px auto;
	color: #999999;
}

.cj-times {
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 10px;
}

/* 积分部分 */
.jf-rule-pop {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 99;
	display: none;
}

.jf-rule-pop .rul-mes {
	position: relative;
	width: 450px;
	height: 300px;
	background: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding-top: 30px;
}

.jf-rule-pop .guanbi {
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../images/closebtn.png) no-repeat;
	background-size: 100% 100%;
	right: 10px;
	top: 10px;
	z-index: 9;
}

.jf-rule-pop .captu-lin {
	position: absolute;
	width: 100%;
	line-height: 40px;
	font-size: 14px;
	left: 0;
	top: 0;
	z-index: 3;
	text-align: center;
}

.dh-mes {
	width: 100%;
	height: 90%;
	padding: 30px;
	overflow-y: scroll;
}

.dh-mes::-webkit-scrollbar {
	display: none
}

.exchange-pop {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 99;
	display: none;
}

.exchange-count {
	position: relative;
	width: 260px;
	height: 220px;
	background: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 20px 0;
}

.exchange-count img {
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto;
}

.exchange-count p {
	text-align: center;
	font-size: 12px;
	margin: 10px 0;
}

.exchange-count .ames {
	color: #999999;
}

.exchange-count .know-btn {
	display: block;
	width: 100px;
	height: 32px;
	background: #fbb236;
	color: #FFFFFF;
	text-align: center;
	line-height: 32px;
	border-radius: 32px;
	margin: 0 auto;
}

.jf-count-box {
	padding: 10px 30px;
}

.switch-box .sy-list {
	padding: 10px 0;
}

.switch-box .sy-list .tit-tit {
	background: #f6faff;
	border-bottom: none;
}

.jfdh-bpx {
	padding-top: 20px;
}

.dh-ipt .bb-box {
	float: left;
}

.dh-ipt input {
	width: 220px;
	height: 40px;
	background: #eff4f5;
	border: none;
	padding: 0 10px;
	font-size: 14px;
	border-radius: 5px;
}

.dh-ipt a {
	width: 80px;
	height: 40px;
	background: #01C176;
	color: #FFFFFF;
	text-align: center;
	border-radius: 5px;
	font-size: 14px;
	line-height: 40px;
	margin: 0 10px;
}

.dh-ipt span {
	font-size: 12px;
	color: red;
}

.jfdh-bpx .copy-list {
	width: 100%;
	margin-top: 25px;
}

.jfdh-bpx .copy-list .list {
	line-height: 46px;
	height: 46px;
	border-bottom: 1px solid #F5F5F5;
}

.jfdh-bpx .copy-list .mes-concat {
	float: left;
	font-size: 12px;
}

.jfdh-bpx .copy-list .mes-concat a {
	font-size: 12px;
	color: #01C176;
	height: 28px;
	line-height: 28px;
	border: 1px solid #01C176;
	padding: 0 10px;
	border-radius: 28px;
	margin-left: 20px;
}

.jfdh-bpx .copy-list .mes-concat a img {
	margin-right: 5px;
}

.detail-count {
	width: 1200px;
	margin: 0 auto;
	min-width: 1200px;
	padding: 30px 0 50px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.detail-count .detail-mes-count {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	padding-right: 10px;
}

.detail-mes-count .time {
	font-size: 14px;
	color: #666666;
	margin: 15px 0;
}

.detail-count .title-state h3 {
	font-size: 16px;
	color: #01935A;
}

.detail-count .title-state a {
	padding: 2px 8px;
	color: #FFFFFF;
	background: #ed8a64;
	margin-left: 20px;
	font-size: 12px;
}

.detail-count .more-list .list img {
	display: block;
	width: 330px;
	height: 210px;
}

.detail-count .more-list {
	width: 340px;
	padding-left: 10px;
	border-left: 1px solid #EBEBEB;
}

.detail-count .more-list .list p {
	text-align: center;
	/* line-height: 40px; */
	font-size: 14px;
	border: 1px solid #F5F5F5;
	color: #333333;
	border-top: none;
	padding: 12px;
}

.detail-count .more-list .list {
	margin-bottom: 10px;
}

.invite-count {
	position: relative;
	width: 100%;
	height: 188px;
	background: url(../images/inviteimg.png) no-repeat;
	background-size: 100% 100%;
	padding-top: 65px;
}

.invite-count .count-mes {
	float: right;
	width: 250px;
	margin-right: 65px;
	height: 120px;
	overflow-y: scroll;
}

.qd-num {
	padding: 0 10px;
	border-right: 1px solid #ffa02a;
	text-align: center;
	color: #ffa02a;
	font-size: 14px;
}

.qd-num p {
	margin-bottom: 5px;
}

.qd-num span {
	font-size: 16px;
}

.qd-mes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.qd-mes .day-list {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.day-box-count {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.dot-line img {
	width: 20px;
	height: 20px;
	background: #d7c9c9;
	border-radius: 50%;
	position: relative;
	z-index: 10;
}

.qd-mes .list-day {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 90%;
}

.qd-mes .list-day .day {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.qd-mes .list-day .day .time {
	text-align: center;
	font-size: 16px;
	color: #ffa02a;
	margin-bottom: 5px;
}

.dot-line {
	width: 25px;
	height: 25px;
	background: #e4830c;
	border-radius: 50%;
	position: relative;
	margin: 0 auto;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	color: #FFFFFF;
}

/* .qd-mes .list-day .day:nth-child(1) .dot-line{
	width: 25px;
	height: 28px;
} */
.dot-line.cur {
	background: #ffa02a;
}

.dot-line.cur img {
	background: #ffa02a;
}

.dot-line .line {
	background: #e4830c;
	position: absolute;
	width: 450%;
	height: 6px;
	left: -350%;
	/* 	margin-left: -50%; */
	top: 50%;
	margin-top: -3px;
	z-index: 8;
}

.dot-line.cur .line {
	background: #ffa02a;
}

.dot-line span {
	background: #e4830c;
	display: block;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	position: relative;
	z-index: 10;
	border-radius: 50%;
}

.dot-line.cur span {
	background: #ffa02a;
}

.qd-rule a {
	display: block;
	width: 90px;
	height: 32px;
	background: #ffa02a;
	font-size: 14px;
	text-align: center;
	line-height: 32px;
	border-radius: 3px;
	color: #FFFFFF;
}

.qd-rule a:hover {
	color: #FFFFFF;
}

.qd-rule p {
	text-align: center;
	font-size: 12px;
	text-decoration: underline;
	color: #999999;
	margin-top: 8px;
	cursor: pointer;
}

.more-title {
	font-size: 14px;
	line-height: 35px;
	margin: 0 0 10px 0;
}

.more-title a {
	float: right;
	font-size: 12px;
}

.more-title span {
	padding-left: 5px;
	border-left: 2px solid #01935A;
	color: #01935A;
}

.vs-team {
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
}

.vs-team .team-img {
	width: 120px;
	height: 120px;
}

.select-list {
	position: absolute;
	right: 0;
	top: -1px;
	height: 46px;
	z-index: 9;
	background: #FFFFFF;
}

.select-list .sel-tit {
	height: 46px;
	line-height: 46px;
	background: url(../images/arr-d.png) no-repeat;
	background-size: 16px 16px;
	background-position: right center;
	right: 0;
	top: 0;
	padding: 0 25px;
	font-size: 14px;
	color: #01C176;
	cursor: pointer;
}

.select-list ul {
	position: absolute;
	width: 100%;
	right: -10px;
	top: 46px;
	background: #FFFFFF;
	-webkit-box-shadow: 0 0 5px #F5F5F5;
	box-shadow: 0 0 5px #F5F5F5;
	border-radius: 5px;
	overflow: hidden;
	display: none;
}

.select-list ul li {
	text-align: center;
	line-height: 36px;
	background: #FFFFFF;
	cursor: pointer;
	font-size: 14px;
}

.select-list ul li:hover {
	color: #01C176;
}

.xyCount {
	padding: 0.3rem;
	width: 100%;
}

.xyCount .detail {
	width: 100%;
}

.xyCount .detail img {
	max-width: 100%;
}

.prism-player {
	width: 100%;
	height: 500px;
	background: #333333;
}

.fly-name {
	text-align: center;
	font-size: 16px;
	color: #01C176;
	margin-bottom: 20px;
}

.match-list .list.zbbox {
	padding: 30px 20px;
}

.vs-name img {
	margin: 0 20px;
}
.notice-count{
	position: relative;
}
.notice-count .sy-text{
	position: absolute;
	width: 100%;
	text-align: left;
	color: #01c176;
	left: 10px;
	top: 35px;
	z-index: 999;
	font-size: 16px;
	padding-left: 10px;
}
.head-two{
	display: none;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 90;
	border-bottom: 1px solid #F5F5F5;
}
.no-game-img{
	display: block;
	width: 100%;
}