/*css reset*/
@charset "UTF-8";

/* body {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font: inherit;
	font-style: inherit;
	font-size: 100%;	
} */

html {
	font-size: 62.5%;
	height: 100%;
	-webkit-font-smoothing: antialiased
}

body {
	color: #333333;
	line-height: 1;
	background: #f0f0f0;

}

body.blue {
	background: #efeff4;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

dl,
dt,
dd,
ul,
ol,
li,
em,
i,
p {
	margin: 0;
	padding: 0;
	list-style: none;
	font-style: normal;
}

* {
	-webkit-tap-highlight-color: transparent;
	outline: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

img {
	border: 0 none;
	vertical-align: middle;
}

i,
em {
	font-style: normal;
}

ol,
ul {
	list-style: none;
}

input,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-family: inherit;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	color: #333333;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="file"],
textarea,
button,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/*page css*/
html,
body {
	width: 100%;
	height: 100%;
	background: #f7f7f7;
}

.banner {
	/* text-align: center; */
	height: 300px;
	background: #1b32d0 url(../images/bg-pc.png) center 0 no-repeat;
	width: 100%;
	background-size: 1200px 100%;
	/* background-repeat: no-repeat;
	background-position: center; */
	position: relative;
}
/* .banner .bg{
	width: 100%;
	height: 100%;
	position: absolute;

left:50%;
top:0;
margin-left: -600px;
} */

.search {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 697px;
	top: 180px;
}

.search input {
	width: 540px;
	height: 50px;
	background: #FFFFFF;
	border-radius: 10px 0px 0px 10px;
	border: none;
	padding-left: 20px;
	font-size: 16px;
	font-family: PingFang-SC-Medium, PingFang-SC;
	font-weight: 500;
	color: #999999;
}

.search button {
	width: 137px;
	height: 50px;
	background: #FF6600;
	border-radius: 0px 10px 10px 0px;
	background: #FF6600;
	border: none;
	cursor: pointer;
	float: right;
}

.search button img {
	width: 14px;
	height: 14px;
	margin-bottom: 4px;
}


.search button span {
	width: 28px;
	height: 20px;
	font-size: 16px;
	font-family: PingFang-SC-Medium, PingFang-SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 20px;
}

.screen {
	display: flex;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 1200px;
	height: 46px;
	bottom: 0;
	background: #F5F5F5 linear-gradient(180deg, #CAE0FC 0%, #FFFFFF 85%);
	
}

.zbisact {
	border: 1px solid #6bb4ff00 !important;
}

.zbisact span {
	color: #0A7CFF!important;
}

.screen div {
	width: 600px;
	height: 48px;
	
	display: inline-block;
	line-height: 48px;
	cursor: pointer;
	text-align: center;
}
.screen div img{
	margin-top: -6px;

}
#zbyg{
	background-image: url(../images/直播预告bg.png) ;
}

.screen div:last-child{
	margin-right: 0px;
}

.screen div span {
	width: 125px;
	font-size: 20px;
	font-family: PingFang-SC-Bold, PingFang-SC;
	color: #666;
	letter-spacing: 7px;
}

.container {
	height: 100%;
	/* overflow-y:scroll ; */
	text-align: center;
	position: relative;
}

.logo {
	position: absolute;
	width: 100%;
	top: 8px;
	z-index: 222;
}

.logo img {
	width: auto;
	height: auto;
}

#summary,
#playback {
	padding-top: 40px;
}

.year {
	/* width:.94rem; */
	height: .29rem;
	font-size: 24px;
	font-family: PingFang-SC-Heavy, PingFang-SC;
	color: rgba(253, 224, 61, 1);
	line-height: 29px;
	letter-spacing: 2px;
	font-weight: bold;
	margin-top: 0.06rem;
}

#summary .title {
	width: 253px;
	height: 40px;
	background: #FF6500;
	border-radius: 6px 0px 0px 0px;
	border: 1px solid #FF6500;
	line-height: 40px;
	margin-bottom: 56px;
}


#summary .list {
	padding-top: 0 !important;
}

#summary .list ul li::before {
	display: none;
}

#summary .list ul li a::before {
	border-radius: 50%;
	content: '';
	width: 8px;
	height: 8px;
	background: #FE6B0B;
	border: 1px solid #FF6500;
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 1px;
}

#summary .list ul li a {
	width: 49%;
	display: inline-block;
	position: relative;
}

#summary .title span {
	width: 214px;
	font-size: 18px;
	font-family: PingFang-SC-Bold, PingFang-SC;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 2px;
}

.des {
	width: 3.04rem;
	height: 0.2rem;
	font-size: .14rem;
	font-family: PingFang-SC-Heavy, PingFang-SC;
	font-weight: normal;
	color: rgba(255, 255, 255, 1);
	line-height: 20px;
	letter-spacing: 0.01rem;
	margin: .1rem 0.35rem 0 .36rem;
	font-weight: 800;
}

.time {
	width: 412px;
	height: 64px;
	border: 2px solid rgba(247, 253, 255, 1);
	text-align: center;
	position: absolute;
	left: 45%;
	top: 395px;
}

.time p {
	width: 339px;
	height: 52px;
	font-size: 36px;
	font-family: PingFang-SC-Heavy, PingFang-SC;
	font-weight: 800;
	color: rgba(250, 250, 250, 1);
	line-height: 52px;
	letter-spacing: 3px;
	margin-left: 36px;
	line-height: 64px;
}

.content {
	width: 100%;
	height: auto;
	background: #FFFFFF;
}

.chang {
	width: 1200px;
	position: relative;
	margin: 0 auto;
	height: 330px;
	margin-bottom: 16px;
	cursor: pointer
}

.chang-frist {
	position: absolute;
	width: 590px;
	height: 330px;
	background: rgba(255, 255, 255, 1);
	border-radius: 12px;
	/* top: 397px; */
	left: 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.chang-two .live,
.chang-frist .live {
	float: right;
	border: 1px solid rgba(255, 255, 255, 1) !important;
	display: none;
}

.chang-two .live span,
.chang-frist .live span {
	color: rgba(255, 255, 255, 1) !important;
}

.chang-two-copy .live,
.chang-frist .live {
	border: 1px solid rgba(255, 255, 255, 1) !important;
}

.chang-two-copy .live span,
.chang-frist .live span {
	color: rgba(255, 255, 255, 1) !important;
}

.live img {
	width: 32px;
	height: 33px;
	float: left;
	margin-top: 11px;
	margin-left: 17px;
}

.live span {
	font-size: 16px;
	font-family: PingFang-SC-Medium, PingFang-SC;
	font-weight: 500;
	color: #FF6500;
	letter-spacing: 2px;
}

.go-zhibo {
	width: 250px;
	height: 55px;
	background: rgba(255, 255, 255, 1);
	border-radius: 28px;
	line-height: 60px;
	margin: 250px auto;
}

.go-zhibo a {
	width: 106px;
	height: 25px;
	font-size: 18px;
	font-family: PingFang-SC-Heavy, PingFang-SC;
	font-weight: 800;
	color: rgba(255, 91, 18, 1);
	line-height: 25px;
	letter-spacing: 1px;
}

.chang-two {
	position: absolute;
	width: 590px;
	height: 330px;
	background: rgba(255, 255, 255, 1);
	border-radius: 12px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	/* top: 397px; */
	right: 0;
	/* top: 14.5%;
	left: 4.04%; */
}

.chang-two-copy {
	position: absolute;
	width: 590px;
	height: 330px;
	border-radius: 12px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	/* top: 397px; */
	right: 0;
	/* top: 14.5%;
	left: 4.04%; */
}

.chang-two-copy .go-zhibo {
	margin-top: 257px !important;
}

.shijiang {
	width: 16px !important;
	height: 16px !important;
}

.asdk {
	width: 1200px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 1);
}

.nodata {
	height: 28px;
	font-size: 20px;
	font-family: PingFang-SC-Bold, PingFang-SC;
	font-weight: bold;
	color: #333333;
	line-height: 28px;
}

.notice {
	height: 124px;
	width: 100%;
	line-height: 124px;
	text-align: left;
	position: relative;
}

.notice .activetab {
	background:  #1586FF !important;
}

.notice .activetab span {
	color: #FFFFFF !important;
}

/* .notice::after {
	content: '';
	width: 1192px;
	position: absolute;
	display: block;
	border-radius: 0px 4px 4px 0px;
	border: 1px solid #FF6500;
	bottom: 40px;
	margin-left: 6px;
} */

.notice div {
	
	width: 124px;
	height: 36px;
	line-height: 36px;
	background: #FCFCFC;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	border: 1px solid #DEDEDE;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	margin-right: 20px;
}

.notice div span {
	width: 108px;
	height: 22px;
	font-size: 16px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 22px;
	letter-spacing: 2px;
}

.notice img {
	width: 34px;
	height: 30px;
	vertical-align: revert;
}

.regular {
	width: 92px;
	height: 38px;
	font-size: 28px;
	font-family: Alibaba-PuHuiTi-B, Alibaba-PuHuiTi;
	font-weight: bold;
	color: #007AFF;
	line-height: 38px;
	letter-spacing: 2px;
	padding-left: 249px;
	display: inline-block;
	float: left;
	cursor: pointer;
}

.regular span {
	left: 0;
}

.active {
	position: relative;
}

.active span {
	width: 590px;
	height: 3px;
	background: #007AFF;
	top: 45px;
	position: absolute;
}

.specialty {
	cursor: pointer;
	width: 92px;
	height: 38px;
	font-size: 28px;
	font-family: Alibaba-PuHuiTi-B, Alibaba-PuHuiTi;
	font-weight: bold;
	color: #007AFF;
	line-height: 38px;
	letter-spacing: 2px;
	padding-right: 250px;
	float: right;
	display: inline-block;
}

.specialty span {
	right: 0;
}

.list {
	width: 1200px;
	background: rgba(249, 249, 249, 1);
	border-radius: 6px;
	margin-bottom: 30px;
	padding-top: 20px;
}

.list .live {
	margin-left: 20px;
	width: 125px;
	height: 37px;
	line-height: 37px;
	border-radius: 4px;
	border: 1px solid #FF6500;
	margin-bottom: 32px;
}

.list ul {
	text-align: left;
	margin-left: 20px;
}

.list-img {
	width: 1200px;
	height: 258px;
	background: #F9F9F9;
	border-radius: 6px;
}

.list-img ul li::before {
	display: none !important;
}

.list-img ul li .live_img {
	width: 250px;
	height: 156px;
	border-radius: 6px;
	float: left;
	overflow: hidden;
	clear: both;
	margin-right: 22px;
}

.list-img ul li .live_name .jb {
	width: 18px;
	height: 19px;
	margin-right: 2px;
	margin-bottom: 2px;
}

.list-img ul li .live_name {
	height: 28px;
	font-size: 20px;
	font-family: PingFang-SC-Bold, PingFang-SC;
	font-weight: bold;
	color: #333333;
	margin-bottom: 14px;
	line-height: 28px;
}

.list-img ul li .text {
	height: 20px;
	font-size: 14px;
	font-family: PingFang-SC-Medium, PingFang-SC;
	font-weight: 500;
	color: #333333;
	line-height: 20px;
	margin-bottom: 51px;
	margin-left: 292px;
}

.list-img ul li .gozb {
	width: 134px;
	background: #0374FF;
	border-radius: 10px;
	float: right;
	margin-right: 20px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
}

.list-img ul li .gozb img {
	width: 28px;
	height: 18px;
	margin-right: 4px;
}

.list-img ul li .gozb span {
	width: 64px;
	font-size: 16px;
	font-family: PingFang-SC-Bold, PingFang-SC;
	font-weight: bold;
	color: #FFFFFF;
}

.list-img ul li .end_time {
	height: 22px;
	font-size: 16px;
	font-family: PingFang-SC-Medium, PingFang-SC;
	font-weight: 500;
	color: #FF6500;
	line-height: 22px;
	letter-spacing: 2px;
	margin-left: 16px;
}

.list-img ul li .end_time img {
	margin-right: 3px;
	margin-bottom: 3px;
}

.list-img ul li::after {
	display: none !important;
}

.list ul li::before {
	border-radius: 50%;
	content: '';
	width: 8px;
	height: 8px;
	background: #FE6B0B;
	border: 1px solid #FF6500;
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 1px;
}

.list ul li::after {
	content: '';
	width: 1150px;
	border: 1px dashed #CCCCCC;
	position: absolute;
	display: block;
	top: 60px;
}

.list ul li {
	/* width:412px; */
	height: 33px;
	font-size: 24px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
	line-height: 43px;
	letter-spacing: 1px;
}

.list ul li time {
	margin-right: 16px;
}

.list ul li {
	position: relative;
	padding-bottom: 50px;
	line-height: 33px;
}

.list ul li .biaoti {
	width: 60%;
	display: inline-block;
	height: 22px;
	font-size: 16px;
	font-family: PingFang-SC-Medium, PingFang-SC;
	font-weight: 500;
	color: #333333;
	line-height: 22px;
}

.list ul li .make {
	width: 250px;
	height: 43px;
	background: rgba(0, 130, 255, 1);
	border-radius: 25px;
	text-align: center;
	margin-right: 30px;
	float: right;
	line-height: 40px;
	cursor: pointer;
}

.list ul li .yjsp {
	background: rgba(0, 130, 255, 0.1);
}

.list ul li .yjsp .yjs {
	font-size: 18px;
	color: rgba(0, 110, 255, 1);
	font-family: PingFang-SC-Heavy, PingFang-SC;
	font-weight: 800;
	color: rgba(0, 112, 255, 1);
}

.list ul li .yyym {
	background: rgba(0, 130, 255, 0.1);
	border-radius: 25px;
	text-align: center;
	margin-right: 30px;
	float: right;
	line-height: 40px;
	cursor: pointer;
}

.list ul li .make .yyy {
	font-size: 18px;
	color: rgba(0, 110, 255, 1);
	font-family: PingFang-SC-Heavy, PingFang-SC;
	font-weight: 800;
}

.list ul li .make .yy {
	width: 106px;
	height: 25px;
	font-size: 18px;
	font-family: PingFang-SC-Heavy, PingFang-SC;
	font-weight: 800;
	color: rgba(249, 249, 249, 1);
	line-height: 25px;
	letter-spacing: 1px;
	font-weight: 800;
	color: rgba(250, 250, 250, 1);
}

.list ul li .jjks {
	width: 250px;
	height: 43px;
	background: rgba(255, 153, 0, 1);
	border-radius: 25px;

}

.list ul li .jjks span {
	font-family: PingFang-SC-Heavy, PingFang-SC;
	font-weight: 800;
	font-size: 18px;
	color: rgba(249, 249, 249, 1);
}

.zbz {
	background: rgba(255, 83, 0, 1) !important;
}

.zbz img {
	margin-left: 10px;
}

.util {
	width: 100%;
	height: 56px;
	font-size: 40px;
	font-family: PingFang-SC-Bold, PingFang-SC;
	font-weight: bold;
	color: #0374FF;
	line-height: 56px;
	text-align: center;
	margin-bottom: 46px;
	margin-top: 50px;
}

.list ul li .zbz span {
	width: 106px;
	height: 25px;
	font-size: 18px;
	font-family: PingFang-SC-Heavy, PingFang-SC;
	font-weight: 800;
	color: rgba(249, 249, 249, 1);
	line-height: 25px;
	letter-spacing: 1px;
	font-weight: 800;
	color: rgba(250, 250, 250, 1);
}

.tool {
	color: #0070FF !important;
}

.tool-list div {
	width: 316px;
	height: 150px;
	background: #F9F9F9;
	display: inline-block
}

.tool-list div a {
	width: 316px;
	height: 150px;
	display: block;
}

.tool-list div img {
	width: 64px;
	height: 64px;
	border-radius: 19px;
	margin-top: 27px;
}

.tool-list div h3 {
	height: 22px;
	font-size: 16px;
	font-family: PingFang-SC-Medium, PingFang-SC;
	font-weight: 500;
	color: #333333;
	line-height: 22px;
	margin-top: 13px;
}

.dialog {
	width: 100%;
	height: 3000px;
	background: rgba(0, 0, 0, 0.6);
	z-index: 11111;
	position: fixed;
	top: 0;
}

.dialog-body {
	width: 287px;
	height: 185px;
	background: rgba(255, 255, 255, 1);
	border-radius: 12px;
	position: fixed;
	top: 45%;
	left: 42%;
	z-index: 111111;
	text-align: center;
}

.dialog-body p:first-child {
	padding-top: 15px;
	font-size: 14px;
	font-family: PingFang-SC-Heavy, PingFang-SC;
	font-weight: 800;
	color: rgba(51, 51, 51, 1);
	line-height: 20px;
	letter-spacing: 1px;
}

.dialog-body p:nth-child(2) {
	/* padding-top: 0.15rem; */
	font-size: 20px;
	font-family: PingFang-SC-Heavy, PingFang-SC;
	font-weight: 800;
	color: #0069FF;
	line-height: 28px;
	letter-spacing: 2px;
	text-align: left;
	margin-left: 25px;
}

.dialog-body .sdksm {
	font-size: 14px;
	font-family: PingFang-SC-Heavy, PingFang-SC;
	font-weight: 800;
	color: rgba(51, 51, 51, 1);
	line-height: 20px;
	letter-spacing: 1px;
	text-align: left;
	margin-left: 25px;
	margin-right: 25px;
}

.buttons {
	display: inline-block;
	width: 100%;
}

.closedialog {
	width: 105px;
	height: 29px;
	border-radius: 14px;
	line-height: 29px;
	cursor: pointer;
	border: 1px solid rgba(0, 110, 255, 1);
	margin-top: 15px;
	float: left;
	margin-left: 20px;
}

.go-zbyx {
	width: 105px;
	height: 29px;
	border-radius: 14px;
	line-height: 29px;
	cursor: pointer;
	margin-top: 15px;
	background: rgba(0, 110, 255, 1);
	float: right;
	margin-right: 20px;
}

.go-zbyx span,
.closedialog span {
	width: 59px;
	height: 20px;
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	line-height: 20px;
}

.cancel {
	background: rgb(36 37 42 / 91%);
	border-radius: 22px;
	top: 50%;
	left: 45%;
	position: fixed;
	text-align: center;
	width: 150px;
	height: 45px;
	line-height: 45px;
}

.cancel span {
	font-size: 16px;
	font-family: PingFang-SC-Heavy, PingFang-SC;
	font-weight: 800;
	color: rgba(254, 255, 254, 1);
	letter-spacing: 1px;
}

.news {
	/* height: 55px; */
	padding: 6px 0 6px 0;
	background: #fff;
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 16px;
	/* border-radius: 12px; */
	background: rgba(255, 91, 18, 1);
}

.news .t_news {
	height: 40px;
	color: #fff;
	/* margin-top: 15px; */
	overflow: hidden;
	position: relative;
	width: 1200px;
}

.news .t_news li a {
	color: #FFFFFF;
	margin-left: 24px;
}

.news .news_li,
.swap {
	line-height: 40px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 16px;
	font-size: 24px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	text-align: left;
	color: #585858
}

.news .swap {
	top: 40px;
}