a.t {
	text-decoration: underline
}

a.t:hover {
	color: #f30;
	text-decoration: underline
}

.cf {
	zoom: 1
}

.cf:after {
	content: ".";
	display: block;
	clear: both;
	font-size: 0;
	height: 0;
	visibility: hidden;
	overflow: hidden
}

.left {
	float: left
}

.right {
	float: right
}

.fnone {
	float: none
}

.middle {
	float: left
}

.tleft {
	text-align: left
}

.tright {
	text-align: right
}

.tcenter {
	text-align: center
}

.dis {
	display: block
}

.undis {
	display: none
}

.sanjiao {
	border-width: 20px;
	border-color: transparent transparent #ccc transparent;
	border-style: dashed dashed solid dashed;
	width: 0;
	height: 0;
	overflow: hidden
}

.clcikActive {
	color: #fff;
	background: #33b0c4;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px
}

.crumb {
	display: none
}

@media ( min-width :768px) {
	.crumb {
		display: block;
		zoom: 1;
		line-height: 50px
	}
	.crumb:after {
		content: " ";
		clear: both;
		display: table
	}
	.crumb p {
		color: #999
	}
	.crumb p a {
		padding: 0 10px
	}
	.crumb p span {
		padding-left: 10px
	}
}

body {
	background-color: #f4f4f4
}

.banner {
	min-width: 1000px;
	overflow: hidden;
	height: 400px;
	position: relative
}

.banner .bdIndex li {
	height: 400px
}

.banner .bdIndex li a {
	height: 100%;
	width: 100%;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover
}

.banner .banner-nav {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0
}

.banner .banner-nav .banner-list {
	height: 100%;
	width: 100%;
	position: relative
}

.banner .banner-nav .banner-list>ul {
	height: 100%;
	width: 192px;
	background-color: rgba(0, 0, 0, .7);
	background: rgba(0, 0, 0, .5);
	-pie-background: rgba(0, 0, 0, .5);
	box-shadow: 1px 1px rgba(0, 0, 0, .5)
}

.banner .banner-nav .banner-list>ul>li {
	overflow: hidden;
	padding: 0 12px;
	height: 16.66%;
	border-bottom: 1px solid #4a4a4a;
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.banner .banner-nav .banner-list>ul>li:last-of-type {
	border: none
}

.banner .banner-nav .banner-list>ul>li>h3 {
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
	overflow: hidden
}

.banner .banner-nav .banner-list>ul>li>h3 i {
	float: right;
	margin-top: 3px;
	color: #999
}

.banner .banner-nav .banner-list>ul>li>p a {
	font-size: 12px;
	margin-right: 6px;
	display: inline-block;
	color: #959596
}

.banner .banner-nav .banner-list>ul>li.selected, .banner .banner-nav .banner-list>ul>li:hover
	{
	background-color: #666;
	opacity: 1
}

.banner .banner-nav .banner-list .list_div {
	display: none;
	padding: 20px 10px 20px 40px;
	box-sizing: border-box;
	position: absolute;
	left: 192px;
	top: 0;
	width: 446px;
	height: 100%;
	background-color: #666;
	overflow: hidden
}

.banner .banner-nav .banner-list .list_div dl {
	margin: 15px 0;
	zoom: 1
}

.banner .banner-nav .banner-list .list_div dl:after {
	content: " ";
	clear: both;
	display: table
}

.banner .banner-nav .banner-list .list_div dl dt {
	color: #ccc;
	width: 96px;
	height: 30px;
	border: 1px solid #757575;
	background-color: #6e6e6e;
	border-radius: 5px;
	line-height: 30px;
	text-align: center;
	float: left
}

.banner .banner-nav .banner-list .list_div dl dd {
	padding-left: 106px
}

.banner .banner-nav .banner-list .list_div dl dd a {
	display: inline-block;
	color: #fff;
	line-height: 30px;
	margin: 0 10px
}

.banner .banner-nav .banner-list .list_div .list-content {
	height: 100%;
	width: 425px;
	overflow-x: hidden;
	overflow-y: scroll
}

.banner .hdIndex {
	width: 50%;
	max-width: 600px;
	left: 50%;
	position: absolute;
	bottom: 20px
}

.banner .hdIndex ul {
	float: right
}

.banner .hdIndex li {
	height: 2px;
	width: 25px;
	margin: 0 3px;
	padding: 10px 0;
	float: left;
	cursor: pointer
}

.banner .hdIndex li:before {
	content: "";
	display: block;
	border: 1px solid #d55;
	height: 2px;
	width: 25px
}

.banner .hdIndex li.on:before {
	background-color: #d55
}

@media ( min-width :1200px) {
	.banner .banner-nav {
		left: 50%;
		margin-left: -600px
	}
}

.btn {
	display: inline-block;
	border: none;
	padding: 10px 28px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	color: #FFF
}

.btn:hover {
	color: #fff
}

.btnG {
	display: inline-block;
	border: none;
	padding: 10px 28px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	color: #FFF;
	background-color: #419f45
}

.btnG:hover {
	color: #fff
}

.btnG:hover {
	background-color: #37953b
}

.btnR {
	display: inline-block;
	border: none;
	padding: 10px 28px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	color: #FFF;
	background-color: #d55
}

.btnR:hover {
	color: #fff
}

.btnR:hover {
	background-color: #d34b4b
}

.btnO {
	display: inline-block;
	border: none;
	padding: 10px 28px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	color: #FFF;
	background-color: #f5a623
}

.btnO:hover {
	color: #fff
}

.btnO:hover {
	background-color: #eb9c19
}

.ubtn {
	display: inline-block;
	border: none;
	padding: 10px 28px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	color: #FFF;
	background-color: #ddd;
	color: #999
}

.ubtn:hover {
	color: #fff
}

.ubtn:hover {
	color: #999
}

.btnB0 {
	display: inline-block;
	border: 1px solid #2679bd;
	padding: 8px 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	color: #2679bd
}

.btnB0:hover {
	background-color: #2679bd;
	color: #fff
}

.livelist>ul {
	zoom: 1;
	box-sizing: border-box
}

.livelist>ul:after {
	content: " ";
	clear: both;
	display: table
}

.livelist>ul>li {
	background-color: #fff;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 2%;
	position: relative
}

.livelist>ul>li .mid .til {
	font-size: 16px;
	color: #333;
	height: 1.5em;
	overflow: hidden;
	display: -webkit-box;
	word-break: break-all;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.livelist>ul>li .mid .tim {
	color: #666;
	margin-top: 5px
}

.livelist>ul>li .mid .oth>img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	margin-right: 10px;
	vertical-align: middle
}

.livelist>ul>li .mid .oth>b {
	font-size: 14px;
	color: #666;
	font-weight: 400;
	vertical-align: middle
}

.livelist>ul>li .mid .oth>span.p {
	color: #d55
}

.livelist>ul>li .mid .oth>span.p del {
	color: #999;
	margin-left: 10px;
	font-size: 14px
}

.livelist>ul>li .mid .oth>span.f {
	display: inline-block;
	color: #419f45;
	background-color: #eee;
	border: 1px solid #ddd;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	padding: 2px 5px
}

.livelist>ul>li .mid .tag {
	display: inline-block;
	background: url(../../images/livelist/bg_tag.png) left center no-repeat;
	width: 65px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	box-sizing: border-box;
	color: #fff;
	margin-left: 8px;
	padding-left: 5px;
	text-align: center;
	font-size: 14px
}

.livelist>ul>li .rig {
	position: absolute
}

.livelist>ul.block {
	margin: 0 -1.25% -30px
}

.livelist>ul.block>li {
	float: left;
	width: 30.83%;
	margin: 0 1.25% 30px;
	overflow: hidden
}

.livelist>ul.block>li .img {
	width: 100%;
	height: 220px;
	margin-bottom: 5px
}

.livelist>ul.block>li .img img {
	width: 100%;
	height: 220px;
	display: block
}

.livelist>ul.block>li .mid .til .tag {
	display: none
}

.livelist>ul.block>li .mid .tim {
	height: 24px;
	line-height: 24px
}

.livelist>ul.block>li .mid .tim.l {
	display: none
}

.livelist>ul.block>li .mid .oth {
	margin-top: 10px
}

.livelist>ul.block>li .mid .oth>span {
	float: right
}

.livelist>ul.block>li .mid .oth>span.p {
	margin-top: 5px;
	font-size: 18px
}

.livelist>ul.block>li .mid .oth>span.f {
	font-size: 16px
}

.livelist>ul.block>li .mid .oth>span.f i {
	margin-right: 5px
}

.livelist>ul.block>li .mid .oth>span del {
	display: none
}

.livelist>ul.block>li .rig {
	width: 100%;
	height: 100%;
	top: 100%;
	left: 0;
	background-color: rgba(255, 255, 255, .8);
	-ms-transition: top .618s;
	-webkit-transition: top .618s;
	-moz-transition: top .618s;
	transition: top .618s
}

.livelist>ul.block>li .rig .b {
	height: 310px;
	padding: 40px 50px;
	box-sizing: border-box;
	font-size: 16px
}

.livelist>ul.block>li .rig .b>a {
	font-size: 14px;
	display: block;
	margin-top: 15px;
	color: #2679bd
}

.livelist>ul.block>li .rig .b>a:hover {
	color: #00478b
}

.livelist>ul.block>li .rig>a {
	display: block;
	text-align: center;
	height: 50px;
	font-size: 18px;
	padding: 12px 0;
	box-sizing: border-box
}

.livelist>ul.block>li .rig .l, .livelist>ul.block>li .rig .yuy {
	display: none
}

.livelist>ul.block>li:hover .rig {
	top: 0
}

.livelist>ul.line {
	background-color: #fff
}

.livelist>ul.line>li {
	zoom: 1;
	padding: 25px
}

.livelist>ul.line>li:after {
	content: " ";
	clear: both;
	display: table
}

.livelist>ul.line>li .img {
	float: left;
	width: 180px;
	height: 120px;
	margin-bottom: 5px;
	text-align: center
}

.livelist>ul.line>li .img img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block
}

.livelist>ul.line>li .mid {
	zoom: 1;
	margin-left: 200px;
	margin-right: 150px
}

.livelist>ul.line>li .mid:after {
	content: " ";
	clear: both;
	display: table
}

.livelist>ul.line>li .mid .til {
	font-size: 18px;
	padding-right: 65px;
	position: relative;
	float: left
}

.livelist>ul.line>li .mid .til .tag {
	position: absolute;
	top: 0;
	right: 0
}

.livelist>ul.line>li .mid .tim {
	float: left;
	width: 100%;
	color: #999;
	line-height: 1.6em;
	height: 3.2em;
	overflow: hidden;
	display: -webkit-box;
	word-break: break-all;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.livelist>ul.line>li .mid .tim.b {
	display: none
}

.livelist>ul.line>li .mid .oth {
	float: left;
	margin-top: 13px
}

.livelist>ul.line>li .mid .oth>b {
	margin-right: 30px
}

.livelist>ul.line>li .mid .oth>b.zhib {
	color: #999
}

.livelist>ul.line>li .mid .oth>span {
	vertical-align: middle
}

.livelist>ul.line>li .mid .oth>span.p {
	font-size: 24px;
	line-height: 1.2
}

.livelist>ul.line>li .mid .oth>span.f {
	font-size: 14px
}

.livelist>ul.line>li .mid .oth>span.f i {
	margin-right: 3px
}

.livelist>ul.line>li .mid .oth>span.zhib {
	color: #999
}

.livelist>ul.line>li .mid .oth>span.zhib>img {
	vertical-align: middle;
	margin-right: 5px
}

.livelist>ul.line>li .rig {
	width: 120px;
	right: 25px;
	top: 25px;
	text-align: center
}

.livelist>ul.line>li .rig .b {
	display: none
}

.livelist>ul.line>li .rig .l span {
	color: #d55;
	font-size: 16px
}

.livelist>ul.line>li .rig .l span>i {
	margin-right: 5px;
	font-size: 12px
}

.livelist>ul.line>li .rig .yuy {
	margin-top: 5px;
	color: #999
}

.livelist>ul.line>li .rig .yuy>span {
	color: #d55
}

.livelist>ul.line>li .rig>a {
	margin-top: 38px;
	width: 4em
}

.livelist>ul.line>li .rig p+a {
	margin-top: 10px
}

.livelist>ul.line>li:hover {
	background-color: #f4f5f9
}

.hotlive, .newlive {
	margin-top: 50px
}

.hotlive>h2, .newlive>h2 {
	text-align: center;
	font-size: 24px
}

.newlive {
	position: relative
}

.newlive .door {
	position: absolute;
	top: -1px;
	right: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	border: 1px solid #d55;
	padding: 8px 18px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	color: #666
}

.newlive .door i {
	margin-right: 5px;
	color: #d55;
	font-size: 1.2em
}

.newlive .linkNav {
	text-align: center;
	font-size: 18px;
	color: #666;
	margin-top: 30px;
	margin-bottom: 24px
}

.newlive .linkNav>li {
	display: inline-block;
	margin-left: 1em;
	margin-right: 1em
}

.newlive .linkNav>li a {
	color: inherit
}

.newlive .linkNav>li:hover {
	color: #d55
}

.newlive>div {
	zoom: 1;
	background-color: #fff
}

.newlive>div:after {
	content: " ";
	clear: both;
	display: table
}

.newlive>div .live-screen {
	float: left;
	width: 540px;
	height: 302px;
	position: relative;
	color: #fff;
	text-align: center
}

.newlive>div .live-screen .screen-mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .5)
}

.newlive>div .live-screen .item {
	display: none
}

.newlive>div .live-screen .item>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.newlive>div .live-screen .item .screen-bd {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.newlive>div .live-screen .item .screen-bd>h3 {
	font-size: 24px;
	margin-top: 40px
}

.newlive>div .live-screen .item .screen-bd>p {
	width: 320px;
	margin: 18px auto 0;
	border-radius: 21px;
	-moz-border-radius: 21px;
	-webkit-border-radius: 21px;
	-ms-border-radius: 21px;
	-o-border-radius: 21px;
	background-color: #000;
	padding: 6px 0;
	font-size: 18px
}

.newlive>div .live-screen .item .screen-bd>p>img {
	vertical-align: middle;
	margin-right: 15px
}

.newlive>div .live-screen .item .screen-bd>p>span {
	color: #d55;
	font-size: 16px;
	margin: 0 15px
}

.newlive>div .live-screen .item .screen-bd .btnG, .newlive>div .live-screen .item .screen-bd .btnR
	{
	font-size: 18px;
	margin-top: 24px;
	padding: 15px 45px
}

.newlive>div .live-screen .item .screen-bd .btnG:hover, .newlive>div .live-screen .item .screen-bd .btnR:hover
	{
	color: #fff;
	background-color: #37953b
}

.newlive>div .live-screen .item .screen-bd>div {
	position: absolute;
	z-index: 4;
	top: 240px;
	width: 100%;
	height: 60px;
	background-color: rgba(0, 0, 0, .5);
	text-align: left
}

.newlive>div .live-screen .item .screen-bd>div>img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	margin: 15px 10px 15px 20px;
	vertical-align: middle
}

.newlive>div .live-screen .item .screen-bd>div>b {
	font-size: 16px;
	font-weight: 400
}

.newlive>div .live-screen .item .screen-bd>div>span {
	float: right;
	color: #d55;
	font-size: 20px;
	margin-top: 14px;
	margin-right: 20px
}

.newlive>div .live-screen .item .screen-bd>div>span.p {
	color: #d55
}

.newlive>div .live-screen .item .screen-bd>div>span.f {
	color: #419f45
}

.newlive>div .live-screen .item .screen-bd>div>span.f i {
	margin-right: 5px;
	vertical-align: middle
}

.newlive>div .list {
	padding-top: 1px;
	padding-bottom: 1px;
	margin-left: 540px;
	height: 300px;
	position: relative;
	overflow: hidden
}

.newlive>div .list:after {
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	background-color: #419f45;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 23px
}

.newlive>div .list li {
	color: #666;
	position: relative;
	font-size: 14px
}

.newlive>div .list li a {
	display: block;
	height: 24px;
	line-height: 24px;
	padding: 13px 18px 13px 50px;
	color: inherit
}

.newlive>div .list li span {
	color: #419f45;
	font-size: 16px;
	display: inline-block;
	float: left;
	width: 11em
}

.newlive>div .list li p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-left: 12.57em
}

.newlive>div .list li p>em {
	background-color: #eee;
	display: inline-block;
	vertical-align: middle;
	color: #666;
	width: 6em;
	border-right: solid .5em #eee;
	border-left: solid .5em #eee;
	text-align: center;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	margin-right: .5em;
	overflow: hidden
}

.newlive>div .list li:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border: 3px solid #fff;
	background-color: #86d389;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 18px;
	margin-top: -6px
}

.newlive>div .list li.old:before {
	border-color: #419f45;
	background-color: #fff
}

.newlive>div .list li.on {
	font-size: 16px;
	color: #333;
	background-color: #f9fafb;
	outline: 1px solid #eee
}

.newlive>div .list li.on p {
	margin-left: 11em
}

.newlive>div .list li.on p>em {
	color: #333;
	font-size: 14px
}

.newlive>div .list li.on:before {
	border-color: #419f45;
	background-color: #419f45
}

.hotlive>h2 {
	position: relative;
	padding-bottom: 40px
}

.hotlive>h2>span {
	position: absolute;
	right: 10px
}

.hotlive>h2>span>i {
	cursor: pointer;
	margin-left: 30px;
	color: #666
}

.hotlive>h2>span>i.on {
	color: #d55
}

.hotlive .livelist>ul.block li {
	height: 360px
}

.hotlive .livelist>ul.line {
	padding: 25px
}

.hotlive>button {
	display: block;
	border: 1px solid #ddd;
	width: 350px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 45px auto 0;
	background-color: #fff;
	font-size: 16px;
	color: #666
}

.hotlive>button:hover {
	background-color: #f5f5f5
}

.order, .uorder {
	width: 400px;
	height: 240px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	text-align: center
}

.order .mes, .uorder .mes {
	margin-top: 80px;
	margin-bottom: 15px;
	font-size: 18px
}

.order .mes>i, .uorder .mes>i {
	font-size: 22px;
	margin-right: 10px
}

.order .mes {
	color: #419f45
}

.uorder .mes {
	color: #d55
}

.popupLayer {
	display: none;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #333;
	background-color: rgba(0, 0, 0, .7)
}

.popupLayer .popBox {
	color: #666;
	background-color: #fff;
	position: absolute;
	max-width: 80%;
	max-height: 76%;
	overflow-x: hidden;
	overflow-y: auto;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding-bottom: 30px;
	font-size: 14px;
	line-height: 1.8
}

.popupLayer .popBox .closeX {
	position: absolute;
	top: 15px;
	right: 10px;
	display: inline-block;
	font-size: 18px;
	width: 1em;
	height: 1em;
	line-height: 1em;
	cursor: pointer;
	font-weight: 400
}