html {
	font-size: 10px;
}

p,
div,
body,
ul,
li,
iframe {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	display: flex;
	flex-direction: column;
	align-items: center;
}


.top-menu-box {
	position: sticky;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	width: 100%;
	height: 8rem;
	z-index: 100;
}

.top-menu-box-white {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-color: #FFFFFF;
	width: 100%;
	height: 8rem;
	z-index: 100;
}

.top-menu-img {
	width: 10.4rem;
	height: 5.6rem;
}

.top-menus {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}

.top-menu-txt-white {
	font-size: 1.4rem;
	line-height: 2.4rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	text-align: right;
	margin-left: 2.5rem;
	text-decoration: none;
	cursor: pointer;
}

.top-menu-txt {

	font-size: 1.4rem;
	line-height: 2rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #000000;
	text-align: right;
	margin-left: 2.5rem;
	text-decoration: none;
	border-bottom: 0.3rem solid transparent;
	cursor: pointer;
}

.menu-select {
	border-bottom: 0.3rem solid #4157E8;
}

.menu-select-white {
	border-bottom: 0.3rem solid #FFFFFF;
}

.menu-unselect {
	border-bottom: 0.3rem solid #FFFFFF;
}

.banner-box {

	width: 100%;
	display: flex;
	flex-direction: column;
	/* height:104rem; */
	justify-content: center;
	background-color: #7886F3;
	margin-top: 8rem;
	position: relative;

}

.banner-img {
	width: 100%;
	height: calc(100vw * (1040/1920));
}

.banner-img-small {
	width: 100%;
	height: calc(100vw * (500/1920));


}
.home-banner-img {
	width: 100%;
	height:  calc(100vw * (1040/1920));
	display: block;
}
.home-banner-img-none {
	width: 100%;
	height:  calc(100vw * (1040/1920));
	display: none;
}
.home-banner-ul{
	position: absolute;
	width: 100%;
	top:0;
}
.home-banner-li{
	position: absolute;
	left: 0px;
	top:0px;
}

.box750 {
	/*width: 120rem;*/
	width: 90%;
	height: 50rem;
	display: flex;
	flex-direction: column;
	justify-content: center;

}

.box-row-750 {
	/*width: 120rem;*/
	width: 90%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;

}


.banner-title {
	font-size: 2.4rem;
	font-family: Helvetica Neue;
	font-weight: 400;
	color: #4F4F4F;
}

.banner-sup {
	font-size: 3.6rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	margin-top: 4rem;
	margin-bottom: 3rem;
	color: #4F4F4F;
}

.banner-tip {
	font-size: 2.4rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #1F873A;
}


.service-menu-patient-box {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #F4F5F9;
}

.service-menu-box {
	/*width: 120rem;*/
	width: 90%;
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 8rem;
	margin-left: auto;
	margin-right: auto;
}

.service-menu-txt {
	font-size: 1.8rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #000000;
	text-align: center;
	margin-right: 2.5rem;
	text-decoration: none;
	cursor: pointer;
	line-height: 7.7rem;
}

.service-menu-select {
	border-bottom: 0.3rem solid #4157E8;
}

.service-menu-unselect {
	border-bottom: 0.3rem solid #F4F5F9;
}

.service-pop-box {

	display: flex;
	flex-direction: column;
	align-items: center;
	background: #262626;
	border-radius: 1rem;
	padding: 1rem 2rem;


}

.service-pop-patient-box {
	position: fixed;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.service-pop-txt {
	font-size: 1.4rem;
	font-family: Source Han Sans CN;
	text-decoration: none;
	font-weight: 400;
	line-height: 3rem;
	color: #CCCCCC;
}

.service-pop-txt:hover {
	color: #FFFFFF;
}

.service-pop-box-hidden {
	visibility: hidden;
}

.service-pop-box-visible {
	visibility: visible;
}

.triangle {
	width: 0;
	height: 0;
	border-left: 0.5rem solid transparent;
	border-right: 0.5rem solid transparent;
	border-bottom: 1rem solid #262626;
}
