*{
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	/* 平滑滚动 */
	scroll-behavior:smooth;
}
img{
	width: 100%;
}
a{
	text-decoration: none
}
.active{
	color: #FFFFFF
}
.selfCursor{
	cursor: pointer
}
.layout{
	width: 70%;
	margin: 0px 15%;
}
/* .custom-color{
	background-color: #FF0000;
	color: #D6D6D6;
} */
/* 预约体验弹框 */
.bulletFrame{
	width: 100%;
	position: fixed;
	background-color: lightgray;
	z-index: 9999;
	border-radius: 25px;
	left: -100%;
}
/* 左侧固定导航开始 */
.navigation{
	padding: 1% 0px;
	text-align: center;
	/* height: 45%; */
	width: 6%;
	position: fixed;
	left: 92%;
	top: 27.5%;
	background-color: #FFFFFF;
	z-index: 999;
	border-radius: 25px;
	border: 1px solid #DDDDDD;
}
.rightTabFir{
	cursor: pointer;
}
.rightTab{
	margin-top: 10%;
	cursor: pointer;
}
.gongzhongStyle{
	position: absolute;
	right: 6rem;
	top: -2rem;
	z-index: 999;
	width: 10rem;
	height: 10rem;
}
.kefuStyle{
	position: absolute;
	right: 6rem;
	top: 2rem;
	z-index: 999;
	width: 10rem;
	height: 10rem;
}
.iphoneStyle{
	background-color: #FF0000;
	color: #FFFFFF;
	position: absolute;
	right: 6rem;
	top: 10rem;
	z-index: 999;
	width: 15rem;
	line-height: 3rem;
	text-align: center;
	border-radius: 0.8rem;
}
/* 左侧固定导航结束 */
/* 移动 */
#movetop{
	  display: none;
	  position: fixed;
	  bottom: 0.3rem;
	  right: 2.5rem;
	  background-color: red;
	  z-index: 99999;
	  font-size: 18px;
	  border: none;
	  outline: none;
	  cursor: pointer;
	  color: #fff;
	  width: 50px;
	  height: 50px;
	  line-height: 36px;
	  border-radius: 50%;
}
/* 图标 */
.logo{
	height: 10%;
	width: 10%;
	position: absolute;
	z-index: 999;
	top: 2.5rem;
	left: 3%;
}
/* banner图 */
.top{
	width: 100%;
}
.top-inner{
	position: absolute;
	top: 2.5rem;
	margin: 0px 20%;
	width: 60%;
	z-index: 999;
}
.topInnerBody{
	display: inline-block;
	width: 19%;
	text-align: center;
}
/* 疑问 */
.doubt{
	width: 100%;
	position: relative;
	top: -8.25rem;
	z-index: 999;
}
.doubt-img{
	width: 24.5%;
}
/*预约*/
.yuyue{
	/* margin-top: 1.5rem; */
	background-color: #000000;
	position: relative;
}
.yuyue-body{
	width: 25%;
	float: right;
	position: absolute;
	top: 8rem;
	right: 7rem;
	z-index: 9999;
	height: 25rem;
	background-color: #FFFFFF;
	border-radius: 20px;
	border: 1px solid #DDDDDD;
}
/* 公司展望 */
.yuyue-body-expectation{
	width: 40%;
	float: right;
	position: absolute;
	top: 8rem;
	right: 0rem;
	z-index: 9999;
	height: 25rem;
	background-color: #FFFFFF;
	border-radius: 20px;
	border: 1px solid #DDDDDD;
	
	display: flex;
	justify-content: center;
	align-items: center;
	color: red;
	letter-spacing: 1rem;
}
.yuyue-body-expectation-x{
	font-size: 30px;
	position: absolute;
	left: 93%;
	top: 1%;
	width:2rem;
	height; 2rem;
	line-height: 2rem;
	font-weight: 700;
}
.yuyue-body-top{
	height: 20%;
	display: flex;
	justify-content: space-between;
	padding-top: 1rem;
}
.yuyue-body-left{
	width: 30%;
}
.yuyue-body-right{
	width: 70%;
	text-align: center;
}
.yuyue-body-right-top{
	font-size: 40px;
	color: red;
	font-weight: 700;
	margin: 2% 0px;
}
.yuyue-body-right-bottom{
	font-size: 16px;
	color: #869791;
	font-weight: 700;
}
.yuyue-body-input-style{
	font-size: 25px; 
	height: 100%;
	width: 70%;
	background-color: #D6D6D6;
	/* margin-left: 25%; */
	border: none;
	outline:none;
}
.yuyue-body-input-style-code{
	font-size: 25px;
	height: 100%;
	width: 70%;
	background-color: #D6D6D6;
	margin-left: 15%;
	border: none;
	outline:none;
}
.yuyue-body-input-div{
	width: 100%;
	height: 10%;
	margin-top: 1rem;
}
.yuyue-body-input-div-inner{
	width: 80%;
	margin-left: 10%;
	background-color: #D6D6D6;
	height: 100%;
	border-radius: 20px 20px;
	text-align: center;
}
.yuyue-body-submit{
	font-size: 26px;
	width: 80%;
	margin-left: 10%;
	background-color: red;
	color: #FFFFFF;
	height: 2.5rem;
	line-height: 2.5rem; 
	border-radius: 20px 20px;
	text-align: center;
	cursor: pointer;
}
.yuyue-body-submit-code{
	font-size: 20px;
	width: 40%;
	background-color: red;
	color: #FFFFFF;
	height: 2.5rem;
	line-height: 2.5rem; 
	border-radius: 20px 20px;
	text-align: center;
	cursor: pointer;
}
/*底部*/
.bottom{
	width: 100%;
	background-color: #000000;
}
.bottom-body{
	padding-top: 8rem;
	width: 70%;
	margin-left: 15%;
	display: flex;
	justify-content: space-between;
}
.bottom-body-left{
	width: 70%;
}
.bottom-body-left-font{
	display: inline-block;
	width: 18%;
	color: #FFFFFF;
}
.bottom-body-left-line{
	display: inline-block;
	width: 50%;
	border-bottom: 1px solid #FFFFFF;
}
.bottom-body-left-font-style{
	display: inline-block;
	width: 18%;
	font-size: 12px;
	color: #869791
}
.bottom-body-midline{
	border: 0.5px solid #FFFFFF;
	/* height: 50% */
}
.bottom-body-right{
	width: 30%;
	color: #869791;
	text-align: center;
}
.bottom-body-beian{
	padding: 5rem 0px; 
	font-size: 16px; 
	width: 70%;
	color: #869791;
	text-align: center;
	background-color: #000000;
	margin-left: 15%;
}
/* 底部栏 */
.common-bottom-body{
	height: 8%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-color: rgba(0,0,0,.5);
	position: fixed;
	top: 92%;
	z-index:9999;text-align: center;
}
.common-bottom-body-free{
	color: #FFFFFF;
	margin-left: 5%;
	font-weight: 700;
}
.common-bottom-body-expectation{
	padding: 0.5%;
	width: 8%;
	background-color: red;
	color:#FFFFFF;
	border-radius: 25px;
	margin-left: 2%;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}
 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
 
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: rgba(0,0,0,.3);
}