
@import url(../font/stylesheet.css);
@import url(../font/fonts.css);

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a,
button,
input,
div {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border: none;
}

form {
	height: auto;
	width: 100%;
}

i {
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
}


input:focus::placeholder {
	color: transparent !important;
}



body {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	outline: none;
	font-family: 'am';
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
}


html,
body {
	height: 100%;
}

a {
	text-decoration: none;
}

ul li {
	list-style: none;
}

input,
button,
a {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-block-start: 0;
	margin-block-end: 0;
	font-weight: normal;
}


html {
	font-size: 26px !important;
}



@media (min-width: 768px) {
	html {
		font-size: 28px !important;
	}
}

@media (min-width: 1025px) {
	html {
		font-size: 30px !important;
	}
}

@media (min-width: 1440px) {
	html {
		font-size: 34px !important;
	}
}

@media (min-width: 1680px) {
	html {
		font-size: 40px !important;
	}
}




body{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#main{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.tipBox{
	width: 4rem;
	height: 1.575rem;
	background-image: url('../img/index/tip.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.popup{
	background-color: #000000;
	position: fixed;
	width: 8.95rem;
	height: auto;
	display: none;
	border-radius: 0.25rem;
	border: 0.05rem solid #76aee5;
	background-color: #ffffff;
	padding: 0.5rem 0.75rem;
	box-sizing: border-box;
}

.popupO{
	width: 100%;
	display: flex;
	align-items: center;
	height: auto;
	padding: 0.2rem 0;
	box-sizing: border-box;
	border-bottom: 1px dashed #e5e5e5;
}

.popupO img{
	display: block;
	width: 1.6rem;
	height: auto;
	margin-right: 0.25rem;
}

.popupOR{
	display: flex;
	flex-direction: column;
}

.popupOR span{
	font-size: 0.5rem;
	margin-bottom: 0.125rem;
	line-height: 1;
	color: #1b1b1b;
}

.popupOR p{
	font-size: 0.4rem;
	line-height: 1;
	color: #1b1b1b;
}

.popupT{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
}

.popupT p{
	color: #959595;
	font-size: 0.4rem;
	line-height: 1.5;
	margin-top: 0.2rem;
}

.popupT span{
	font-size: 0.25rem;
	line-height: 1.5;
	margin-top: 0.2rem;
	color: #959595;
}

.close{
	position: absolute;
	top: 0.2rem;
	right: 0.2rem;
	display: block;
	width: 0.6rem;
	height: 0.6rem;
	cursor: pointer;
}

.popupS{
	display: flex;
	justify-content: flex-end;
	margin-top: 0.65rem;
}

.popupS a{
	border-radius: 0.1rem;
	width: 2rem;
	height: 0.675rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.35rem;
	color: #ffffff;
	background-color: #76aee5;
}

.top{
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.7rem;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.topL{
	display: flex;
	align-items: center;
	height: 100%;
}

.menu{
	display: block;
	width: 0.65rem;
	height: auto;
	margin-right: 1.2rem;
	cursor: pointer;
}

.timeBox{
	display: flex;
	align-items: center;
	font-size: 0.45rem;
	color: #000000;
	font-family: 'Digital Numbers';
} 

.timeBox span{
	margin-right: 0.45rem;
}

.topR{
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: flex-end;
}

/* .topR img{
	display: block;
	width: 0.975rem;
	margin-left: 0.7rem;
	cursor: pointer;
} */
/* 
.bottom{
	width: 100%;
	height: 1.55rem;
	background-position: top center;
	background-size: 98% auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	position: fixed;
	bottom: 0.25rem;
	left: 0;
	z-index: 9999;
	padding-top: 0.3rem;
}

.bottom span{
	font-size: 0.625rem;
	color: #4792f7;
	line-height: 1;
	margin-bottom: 0.15rem;
	letter-spacing: 0.23rem;
	text-indent: 0.23rem;
}

.bottom p{
	font-size: 0.35rem;
	color: #4792f7;
	line-height: 1;
} */



.bottom {
	width: 100%;
	height: 1.85rem;
	background-position: top center;
	background-size: 98% auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-repeat: no-repeat;
	position: fixed;
	bottom: 0.25rem;
	left: 0;
	z-index: 9999;
	padding: 0.3rem 2% 0;
	box-sizing: border-box;
}

.bottomCenter {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.bottomCenter span {
	font-size: 0.625rem;
	color: #4792f7;
	line-height: 1;
	margin-bottom: 0.15rem;
	letter-spacing: 0.23rem;
	text-indent: 0.23rem;
}

.bottomCenter p {
	font-size: 0.35rem;
	color: #4792f7;
	line-height: 1;
}



.topDL{
	display: flex;
	align-items: center;
	height: 100%;
	padding-top: 0.25rem;
	box-sizing: border-box;
}

.back{
	display: block;
	width: 0.75rem;
	height: auto;
}

.topDLCon{
	margin-left: 0.5rem;
	display: flex;
	align-items: center;
}

.topDLCon img{
	display: block;
	width: 1.1rem;
	height: auto;
	margin-right: 0.25rem;
}

.topDLCon span{
	font-size: 0.75rem;
	line-height: 1;
	color: #000000;
}


.topDR{
	display: flex;
	align-items: center;
	height: 100%;
	padding-top: 0.4rem;
	box-sizing: border-box;
}

.topDR a{
	width: 5rem;
	height: 1.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1.3rem;
	background-color: #335088;
}

.topDR a img{
	display: block;
	width: 0.8rem;
	height: auto;
	margin-right: 0.3rem;
}

.topDR a span{
	font-size: 0.5rem;
	color: #ffffff;
	line-height: 1;
}




.topR {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: flex-end;
	margin-top: 0.3rem;
}




.topR a {
	width: 4rem;
	height: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1.3rem;
	background-color: #335088;
	margin-left: 1rem;
}

.topR a img {
	display: block;
	width: 0.7rem;
	height: auto;
	margin-right: 0.3rem;
}

.topR a span {
	font-size: 0.5rem;
	color: #ffffff;
	line-height: 1;
}






.conBox{
	width: 100%;
	height: 100%;
	padding: 2rem 0;
	box-sizing: border-box;
}

.mlBox{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.mlTop{
	display: flex;
	width: 100%;
	height: auto;
	align-items: center;
	justify-content: center;
}

.mlTop img{
	display: block;
	width: 4.1rem;
	height: auto;
	margin-right: 0.5rem;
}

.mlTopR{
	display: flex;
	flex-direction: column;
}

.mlTopR span{
	font-size: 1.875rem;
	line-height: 1;
	color: #000000;
}

.mlTopR p{
	font-size: 0.925rem;
	line-height: 1;
	color: #000000;
}

.mlChoose{
	width: 100%;
	display: flex;
	justify-content: space-around;
	height: auto;
	padding-top: 4rem;
}

.mlChooleList{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.mlCImgBox{
	width: 5.85rem;
	height: 5.85rem;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transition: all 1s ease;
}
.mlCTxt{
	margin-top: 1.1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.mlCTxt span{
	font-size: 0.8rem;
	line-height: 1;
	color: #000000;
	margin-bottom: 0.3rem;
}

.mlCTxt p{
	font-size: 0.4rem;
	line-height: 1;
	color: #000000;
}


.jsTop{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.75rem;
	color: #ffffff;
	line-height: 1;
	height: 1.4rem;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}

.jsBox{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
	padding-top: 1.75rem
}

.jsCon{
	padding: 1rem 3rem 1.3rem;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
}

.jsL{
	border-right: 1px dashed #87d2f5;
	width: 50%;
	padding-right: 0.4rem;
	box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
}

.jsL p{
	font-size: 0.6rem;
	color: #313131;
	line-height: 1.7;
}

.jsL p b{
	color: #335088;
}
.jsR{
	width: 50%;
	padding-left: 0.4rem;
	box-sizing: border-box;
	height: auto;
}


.jsR p{
	font-size: 0.4rem;
	color: #313131;
	line-height: 1.7;
}

.jsR p b{
	color: #335088;
}

.jsImg{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 2.25rem;
	box-sizing: border-box;
}



.dlTxtBox{
	display: flex;
	width: 100%;
	padding: 0 2.125rem;
	box-sizing: border-box;
	margin-top: 1.35rem;
	margin-bottom: 2rem;
}

.dlTL{
	font-size: 0.6rem;
	line-height: 1.7;
	color: #000000;
	width: 46%;
	padding-right: 1.25rem;
	box-sizing: border-box;
}

.dlTR{
	font-size: 0.4rem;
	color: #313131;
	width: 54%;
	line-height: 1.7;
}

.dlTR p{
	line-height: 2.4;
}

.dlChartBox{
	display: flex;
	align-items: flex-start;
	padding: 0 2.125rem;
	box-sizing: border-box;
	width: 100%
}

#bing{
	width: 12rem;
	height: 12.5rem;
}

.dlChartListBox{
	flex: 1;
	min-width: 0;
}

.dlChartListBox div{
	margin-bottom: 1.95rem;
	width: 100%;
	height: auto;
}

.dlChartListBox div p{
	font-size: 0.6rem;
	line-height: 1.7;
	color: #000000;
}

.dlChartListBox div span{
	font-size: 0.4rem;
	color: #313131;
	line-height: 1.7;
	display: block;
	width: 100%;
	margin-top: 0.7rem;
}

.dlChartListBox div:last-child{
	margin-bottom: 0;
}

.lsCon{
	display: flex;
	height: auto;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	margin-top: -1rem;
	padding: 0 2.25rem;
	width: 100%;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.lsList{
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	width: 20rem;
	margin-right: 2rem;
	box-sizing: border-box;
	white-space: normal;
	vertical-align: top;
}

/* 移除nth-child(2)的特殊样式，横向滚动布局下统一样式 */

.lsImgBox{
	width: 100%;
	height: 7rem;
	display: flex;
	align-items: center;
	margin-bottom: 0.25rem;
	justify-content: center;
}

.lsImgBox img{
	display: block;
	height: 100%;
	width: auto;
}

.lsList span{
	font-size: 0.6rem;
	color: #000000;
	line-height: 1.5;
	text-align: center;
}

.lsList p{
	font-size: 0.4rem;
	color: #313131;
	line-height: 1.5;
	text-align: center;
	margin-top: 0.3rem;
}





.ldCon{
	display: flex;
	height: auto;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	padding: 0 2.25rem;
	width: 100%;
	margin-top: 2rem;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.ldList{
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	width: 20rem;
	margin-right: 2rem;
	white-space: normal;
	vertical-align: top;
}

/* 移除nth-child(2)的特殊样式，横向滚动布局下统一样式 */
.ldList:nth-child(2){
	padding: 0;
}

.ldImgBox{
	width: 100%;
	height: 5.75rem;
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
	justify-content: center;
}

.ldImgBox img{
	display: block;
	height: 100%;
	width: auto;
}

.ldList span{
	font-size: 0.6rem;
	color: #000000;
	line-height: 1.5;
	text-indent: 2em;
}

.ldList p{
	font-size: 0.4rem;
	color: #313131;
	line-height: 1.5;
	margin-top: 1rem;
}

.gallery{
	display: flex;
	height: auto;
}

.gallery a{
	flex: 1;
	margin: 0 0.25rem;
}