.col_up {
	color: #2BAB40!important;
}

.col_down {
	color: #DB4931!important;
}

.font_16 {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	line-height: 24px;
}

.font_24 {
	font-size: 24px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	line-height: 33px;
}

.font_28 {
	font-size: 28px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	line-height: 44px;
}

.font_28_bold {
	font-size: 28px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	line-height: 40px;
}

.font_60_bold {
	font-size: 60px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	line-height: 84px;
}

.div1 {
	height: 611px;
	background: url(../img/bg.jpg) no-repeat center center;
	background-size: cover;
}

.div1_d1 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 37px;
}

.div1_dr {
	width: 556px;
	padding-top: 13px;
}

.div1_dr .font_28_bold {
	color: #BD0B0B;
}

.div1_dr .font_60_bold {
	color: #3835EE;
	margin: 10px 0 20px;
}

.div1_dr .font_28 {
	color: #2D2D2D;
	margin-bottom: 30px;
}

.kf_btn {
	display: block;
	width: 170px;
	height: 54px;
	line-height: 54px;
	background: rgba(83, 80, 255, 1);
	border-radius: 37px;
	cursor: pointer;
	text-align: center;
	font-size: 24px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: rgba(250, 250, 250, 1);
}

.padding_100 {
	padding: 100px 0;
}

.h4_tit {
	font-size: 44px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: rgba(13, 30, 48, 1);
	line-height: 62px;
	text-align: center;
}

.div2_d1 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.div2_d1_item {
	width: 26.6%;
	text-align: center;
	padding-top: 50px;
	color: #0D1E30;
}

.div2_d1_item img {
	margin-bottom: 24px;
}

.div3 {
	background-color: #FAFAFA;
}

.div3_d1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.div3_d1 .dl .d1 {
	margin: 10px 0 50px;
}

.div3_d1 .dl .d2 {
	margin-bottom: 10px;
}

.div3_d1 .dr {
	width: 728px;
	background: linear-gradient(180deg, rgba(89, 89, 89, 1) 0%, rgba(45, 45, 45, 1) 100%);
	box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.2), 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	color: #FAFAFA;
	box-sizing: border-box;
	padding: 50px;
	text-align: center;
}

.num_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.num_list .active {
	background: rgba(255, 222, 39, 1);
	color: #0D1E30;
	border-color: rgba(255, 222, 39, 1);
}

.num_item {
	width: 190px;
	height: 54px;
	border-radius: 33px;
	border: 1px solid rgba(250, 250, 250, 1);
	font-size: 24px;
	font-family: Montserrat-Regular, Montserrat;
	font-weight: 400;
	color: rgba(250, 250, 250, 1);
	line-height: 54px;
	text-align: center;
	cursor: pointer;
	margin-top: 20px;
	box-sizing: border-box;
}

.d2_mt {
	margin: 34px 0 20px;
}

.xs_div {
	width: 300px;
	height: 66px;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 50px;
	font-size: 36px;
	font-family: Montserrat-Bold, Montserrat;
	font-weight: bold;
	color: rgba(255, 222, 39, 1);
	line-height: 66px;
	margin: 0 auto;
}

.des_p {
	color: #0D1E30;
	text-align: center;
	margin: 20px 0 90px;
}

.chart_symbols {
	display: flex;
	margin-bottom: 20px;
	height: 60px;
	width: 100%;
	justify-content: space-between;
}

.chart_symbols .active {
	border-bottom: 4px solid rgba(83, 80, 255, 1);
	color: #0D1E30;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
}

.symbol_tit_item {
	flex: 1;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(156, 177, 201, 1);
	line-height: 22px;
	height: 60px;
	display: inline-flex;
	align-items: center;
	box-sizing: border-box;
	padding: 12px 0 12px 30px;
	cursor: pointer;
	border-bottom: 1px solid #E3E8EE;
}

.symbol_tit_item img {
	width: 36px;
	height: 36px;
	margin-right: 10px;
}

.chart_div {
	border-radius: 8px;
	border: 1px solid rgba(227, 232, 238, 1);
	overflow: hidden;
}

.symbol_info {
	display: flex;
	height: 200px;
	box-sizing: border-box;
	background: rgba(250, 251, 253, 1);
}

.symbol_info .dl {
	width: 33%;
	font-size: 36px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: rgba(13, 30, 48, 1);
	line-height: 50px;
	padding: 40px 0 40px 30px;
	box-sizing: border-box;
	border-right: 1px solid rgba(227, 232, 238, 1);
}

.symbol_info .dl>div {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.symbol_info .dl img {
	width: 50px;
	height: 50px;
	margin-right: 20px;
}

.symbol_info .dr {
	width: 67%;
}

.symbol_info .dt {
	box-sizing: border-box;
	border-bottom: 1px solid rgba(227, 232, 238, 1);
	height: 100px;
	padding-left: 60px;
	display: flex;
}

.symbol_info .dt>div {
	width: 50%;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: rgba(156, 177, 201, 1);
	line-height: 20px;
}

.symbol_info .dt>div p {
	font-size: 36px;
	font-family: Helvetica;
	color: rgba(13, 30, 48, 1);
	line-height: 43px;
}

.symbol_info .db {
	box-sizing: border-box;
	height: 100px;
	padding-left: 60px;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(156, 177, 201, 1);
	line-height: 20px;
}

.symbol_info .db i {
	margin: 0 16px;
}

.time_item {
	position: relative;
	cursor: pointer;
}

.time_item.active::after {
	content: '';
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: -4px;
	background: #5350FF;
}

.div5 .swiper-container {
	margin-top: 50px;
}

.div5 .swiper-slide img {
	border-radius: 20px;
}

.div5 .swiper-slide p {
	font-size: 26px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: rgba(83, 80, 255, 1);
	line-height: 36px;
	text-align: center;
	margin-bottom: 80px;
}

.div5 .swiper-container-horizontal>.swiper-pagination-bullets,
.div5 .swiper-pagination-custom,
.div5 .swiper-pagination-fraction {
	top: 60px;
	bottom: inherit;
}

.div5 .swiper-pagination-bullet {
	background: #CBCDDB;
	opacity: 1;
}

.div5 .swiper-pagination-bullet-active {
	background: #5350FF;
}

.div6 {
	background: url(../img/bg2.svg) no-repeat center center;
	background-size: cover;
}

.div6_con {
	padding: 50px 0;
	text-align: center;
}

.div6_con .d1 {
	font-size: 36px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: rgba(13, 30, 48, 1);
	line-height: 50px;
}

.div6_con .d2 {
	font-size: 24px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(13, 30, 48, 1);
	line-height: 33px;
	margin: 20px 0 50px;
}

.div6_div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.bg_m,
.div2 .swiper-container,
.div3_d1_s1 {
	display: none;
}

.chart_box {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.div7 {
	padding: 30px 0;
	text-align: center;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #9e9e9e;
	line-height: 18px;
	background: #FAFAFA;
}

@media only screen and (max-width: 1130px) {
	.div3_d1 {
		flex-direction: column;
	}
	.div3_d1_s1 {
		display: inline;
	}
	.div3_d1 .dl .d1 {
		margin-bottom: 30px;
	}
	.div3_d1 .dl .d2 {
		display: none;
	}
	.div3 .kf_btn {
		margin: 0 auto 48px;
	}
	.symbol_tit_item {
		min-width: 170px;
		flex-shrink: 0;
		flex: auto;
	}
}

@media only screen and (max-width: 1000px) {
	.div1_dr {
		transform: scale(0.75);
		transform-origin: right;
	}
}

@media only screen and (max-width: 900px) {
	.div3_d1 .dr {
		width: 100%;
	}
	.num_item {
		width: 30%;
	}
}

@media only screen and (max-width: 850px) {
	.symbol_info .dl {
		display: none;
	}
	.symbol_info .dr {
		width: 100%;
	}
}

@media only screen and (max-width: 750px) {
	.bg_m,
	.div2 .swiper-container {
		display: block;
	}
	.div1 {
		height: auto;
		background: inherit;
	}
	.padding_100 {
		padding: 50px 0;
	}
	.h4_tit {
		font-size: 24px;
		line-height: 33px;
	}
	.div2_d1 {
		display: none;
	}
	.div1 {
		position: relative;
	}
	.div1 .wrap {
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
		box-sizing: border-box;
	}
	.div1 .kf_btn {
		margin: 0 auto;
	}
	.div1_d1 {
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	.div1_d1 img {
		margin: 0 auto;
	}
	.div1_dr {
		width: 100%;
		transform: scale(1);
		transform-origin: right;
		padding-top: 50px;
	}
	.div1_dr .font_60_bold {
		font-size: 42px;
		line-height: 59px;
	}
	.div2 .swiper-container {
		padding-bottom: 50px;
	}
	.div2 .swiper-slide {
		text-align: center;
	}
	.div2 .swiper-slide img {
		margin: 30px auto 20px;
	}
}

@media only screen and (max-width: 600px) {
	.symbol_tit_item {
		min-width: 60px;
		padding: 0;
		justify-content: center;
	}
	.symbol_tit_item img {
		margin-right: 0;
	}
	.chart_symbols .active {
		min-width: 100px;
	}
	.chart_symbols .active img {
		margin-right: 10px;
	}
	.symbol_tit_item span {
		display: none;
	}
	.chart_symbols .active span {
		display: inline-block;
	}
	.symbol_info .dt {
		padding-left: 16px;
	}
	.symbol_info .db {
		padding-left: 16px;
	}
}

@media only screen and (max-width: 450px) {
	.div1_dr .font_28_bold {
		font-size: 16px;
		line-height: 22px;
	}
	.div1_dr .font_28 {
		font-size: 16px;
		line-height: 24px;
	}
	.font_16 {
		font-size: 12px;
		line-height: 18px;
	}
	.kf_btn {
		margin: 0 auto;
	}
	.div3_d1 .dr {
		padding: 30px;
	}
	.div3_d1 .dl .d1 {
		font-size: 16px;
		line-height: 22px;
		text-align: center;
	}
	.num_item {
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}
	.xs_div {
		width: 200px;
		height: 60px;
		line-height: 60px;
		font-size: 24px;
	}
	.div4 .wrap {
		padding: 0;
	}
	.div4 .des_p {
		font-size: 16px;
		line-height: 22px;
		padding: 0 50px;
		margin: 20px 0 50px;
	}
	.div4 .h4_tit {
		padding: 0 80px;
	}
	.dis_450 {
		display: none;
	}
	.symbol_info .db i {
		/*margin: 0 10px;*/
	}
	.symbol_tit_item:first-child {
		margin-left: 16px;
	}
	.chart_div {
		border-radius: 0;
		border: 0;
	}
	.chart_box {
		padding: 0 5px;
	}
	.symbol_info {
		border-top: 1px solid #E3E8EE;
		border-bottom: 1px solid #E3E8EE;
	}
	.div5 .swiper-container {
		margin-top: 20px;
	}
	.div5 .swiper-slide p {
		font-size: 16px;
		line-height: 36px;
		margin-bottom: 30px;
	}
	.div5 .swiper-container-horizontal>.swiper-pagination-bullets,
	.div5 .swiper-pagination-custom,
	.div5 .swiper-pagination-fraction {
		top: 30px;
	}
	.div6_con .d1 {
		font-size: 24px;
		line-height: 33px;
		max-width: 200px;
		margin: 0 auto;
	}
	.div6_con .d2 {
		font-size: 16px;
		line-height: 22px;
	}
}