/*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: #0236f8;
	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 .bg {
	height: auto;
	width: 100%;
}

/* body:after{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background:rgba(0,110,255,1);
    opacity: 0.2;
    z-index: 1;
    width: 100%;
    height: 100%;
} */
.container {
	height: 100%;
	/* overflow-y:scroll ; */
	text-align: center;
	position: relative;
}

.logo {
	position: absolute;
	width: 100%;
	top: 41px;
}

.logo img {
	width: auto;
	height: auto;
}

.year {
	/* width:.94rem; */
	height: .29rem;
	font-size: 24px;
	font-family: 鈥淢icrosoft Yahei鈥�;
	color: rgba(253, 224, 61, 1);
	line-height: 29px;
	letter-spacing: 2px;
	font-weight: bold;
	margin-top: 0.06rem;
}

.title {
	width: 3.14rem;
	height: .56rem;
	font-size: .41rem;
	font-family: 鈥淢icrosoft Yahei鈥�;
	font-weight: normal;
	color: rgba(250, 250, 250, 1);
	line-height: 56px;
	letter-spacing: 0.03rem;
	margin: 0 0.30rem 0 .31rem;
}

.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: rgba(245, 245, 245, 1);
}

.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 {
	width: 122px;
	height: 45px;
	border: 1px solid rgba(255, 78, 0, 1);
	margin: 30px 30px 0 0;
	line-height: 45px;
}

.live img {
	width: 32px;
	height: 33px;
	float: left;
	margin-top: 6px;
	margin-left: 10px;
}

.live span {
	width: 60px;
	height: 25px;
	font-size: 18px;
	font-family: PingFang-SC-Heavy, PingFang-SC;
	font-weight: 800;
	color: rgba(255, 91, 18, 1);
	letter-spacing: 1px;
}

.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: 32px !important;
	height: 32px !important;
}

.asdk {
	width: 1200px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 1);
	padding: 20px 10px;
}

.notice {
	height: 61px;
	font-size: 43px;
	font-family: PingFang-SC-Heavy, PingFang-SC;
	font-weight: 800;
	/* color: #007AFF; */
	line-height: 61px;
	letter-spacing: 4px;
	padding-top: 40px;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}

.notice img {
	width: 34px;
	height: 30px;
	vertical-align: revert;
}

.regular {
	width: 150px;
	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:150px;
	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: 1160px;
	background: rgba(249, 249, 249, 1);
	border-radius: 12px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

.list .live {
	margin-top: 20px;
	margin-left: 70px;
	width: 140px;
	position: absolute;
}

.list ul {
	text-align: left;
	padding: 15px 10px;
}

.list ul li:nth-child(2n){
	float: right;
	/* padding-top: 20px !important; */
}


.list ul li {
	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;
	width: 48%;
	float: left;
}

.list ul li .biaoti {
	width: 80%;
	display: inline-block;
}

.list ul li .make {
	/* width: 250px; */
	width: 20%;
	height: 43px;
	background: rgba(0, 130, 255, 1);
	border-radius: 25px;
	text-align: center;
	/* margin-right: 70px; */
	float: right;
	line-height: 40px;
	cursor: pointer;
	color: white;
}

.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: 70px;
	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;
}

.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: 370px;
	height: 180px;
	background: rgba(249, 249, 249, 1);
	border-radius: 12px;
	display: inline-block
}

.tool-list div a {
	width: 390px;
	height: 180px;
	display: block;
}

.tool-list div img {
	width: 80px;
	height: 80px;
	margin: 22px 0 14px;
}

.tool-list div h3 {
	height: 40px;
	font-size: 28px;
	font-family: PingFang-SC-Heavy, PingFang-SC;
	font-weight: 800;
	color: rgba(51, 51, 51, 1);
	line-height: 40px;
	letter-spacing: 2px;
}

.dialog {
	width: 100%;
	height: 3000px;
	background: rgba(0, 0, 0, 0.6);
	z-index: 11111;
	position: fixed;
	top: 0;
}

.dialog-body {
	width: 287px;
	height: 165px;
	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;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.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;
}

.zbisact {
	color: #007AFF !important;
}


.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;
}

.title1{
	font-size: 25px;
    height: 10px;
    border-radius: 25px;
    text-align: center;
    width: 150px;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 15px;
    margin-left: 20px;
    border: 1px solid #ffffff;
}