* {
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
}

#app {
	width: 19.2rem;
	font-size: 0.16rem;
	/* background-color: #F3F6F9; */
}

.cursor {
	cursor: pointer;
}

/* 选择器 {
	滚动条的宽度或高度;
}*/
::-webkit-scrollbar {
	width: 0.02rem;
	/* 滚动条的宽度*/
	height: 0.02rem;
	/* 滚动条的高度*/
}

/* 选择器 {
	滚动条轨道的样式;
}*/
::-webkit-scrollbar-track {
	background: #f1f1f1;
	/* 轨道颜色*/
}

/* 选择器 {
	滚动条轨道的样式;
}*/
::-webkit-scrollbar-track {
	background: #f1f1f1;
	/* 轨道颜色*/
}

/* 选择器 {
	滚动条轨道的样式;
}*/
::-webkit-scrollbar-track {
	background: #f1f1f1;
	/* 轨道颜色*/
}

/* 选择器 {
	滚动条轨道的样式;
}*/
::-webkit-scrollbar-track {
	background: #f1f1f1;
	/* 轨道颜色*/
}

.YY-header {
	width: 100%;
	height: 80px;
}

.blank {
	width: 100%;
	height: 100%;
}

.heightBox {
	height: 100%;
}

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

.logo-box img {
	height: 0.7rem;
}

.menu-box {
	width: 100%;
	height: 0.8rem;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.menu-item {
	width: 20%;
	height: 0.7rem;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	position: relative;
}

.menu-item-txt {
	width: 50%;
	text-align: center;
	height: 0.7rem;
	line-height: 0.7rem;
	box-sizing: border-box;
}

.menu-link-txt {
	width: 100%;
	text-align: center;
	height: 0.7rem;
	line-height: 0.7rem;
	box-sizing: border-box;
	font-size: 0.18rem;
	font-weight: bold;
	color: #000;
}

.el-dropdown {
	width: 100%;
}

.menu-link-txt-active {
	color: #048E90;
}

.menu-link-txt:hover {
	color: #048E90;
}

.menu-item .menu-link-list {
	position: absolute;
	top: 0.7rem;
	width: 2.5rem;
	background-image: url(../img/menu-list.png);
	background-size: 100% 100%;
}

.menu-link-list p {
	text-align: center;
	height: 0.5rem;
	line-height: 0.5rem;
	font-size: 0.16rem;
	font-weight: bold;
	padding: 0 0.15rem;
}

.menu-link-list p:hover {
	background-color: rgba(4, 142, 144, .1);
}

.menu-link-active {
	background-color: rgba(4, 142, 144, .1);
}

.menu-item-txt:hover {
	color: #048E90;
	border-bottom: 0.02rem solid #048E90;
}

.active {
	color: #048E90;
}

.YY-banner {
	width: 100%;
	height: 500px;
}

.YY-banner img {
	width: 100%;
	height: 100%;
}

.YY-banner-bg {
	width: 100%;
	height: 500px;
	background-image: url(../img/bg-banner.png);
	background-size: 100% 100%;
}

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

.banner-title h3 {
	font-size: 0.6rem;
	margin-bottom: 0.6rem;
}

.banner-title p {
	font-size: 0.24rem;
	color: #000;
	line-height: 0.36rem;
}

.YY-footer {
	height: 230px;
	width: 100%;
	background-color: #7D7D7D;
	padding-top: 0.4rem;
	padding-bottom: 0.15rem;
	box-sizing: border-box;
}

.footerHeightBox {
	height: calc(100% - 0.2rem);
}

.footer-logo-box {
	height: 100%;
	display: flex;
}

.footer-logo-box img {
	height: 0.7rem;
}

.footer-record {

	width: 100%;
	height: 0.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.footer-menu-list {
	display: flex;
	justify-content: space-between;
}

.footer-menu-item {
	color: #fff;
}

.footer-menu-item p:nth-child(2) {
	margin-top: 0.05rem;
}

.footer-menu-item p:nth-child(3) {
	margin-top: 0.2rem;
}

.bold {
	font-weight: bold;
	font-size: 0.2rem;
}

.ml30 {
	margin-left: 0.5rem;
}

.mr30{
	margin-right: 0.5rem;
}

.ee {
	margin-left: 30px;
	margin-right: 10px;
}

.footer-css{
	color: #fff;
	text-decoration: none;
}