body {
	background: linear-gradient(to bottom, rgba(51, 122, 240, 1) 5%, rgba(51, 122, 240, .5) 20%, rgba(121, 175, 240, 0.2) 40%);
	min-height: 100vh;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-content: center;
	flex-wrap: nowrap;
	align-items: center;
}

.text-default {
	font-family: '微软雅黑';
	font-weight: 400;
	letter-spacing: 1px;
}
.text-default-msg {
	font-family: '微软雅黑';
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 30px;
}

.page-title {
	width: 686px;
	height: 88px;
	font-size: 32px;
	line-height: 88px;
	color: #FFFFFF;
}

.global-input {
	width: 686px;
	height: 56px;
	font-family: '微软雅黑';
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
	background-color: rgba(255, 255, 255, 0.149019607843137);
	border: 2px solid rgba(255, 255, 255, 0.149019607843137);
	border-radius: 32px;
	font-size: 22px;
	padding: 0 32px;
	box-sizing: border-box;
	background-image: url('../images/u17.svg');
	background-repeat: no-repeat;
	background-position: 95% 50%;
	text-align: center;
}

.swiper-container {
	width: 686px;
	height: 320px;
	border-radius: 24px;
	margin-top: 15px !important;
	background-color: #fff;
}

.swiper-container-msg {
	width: 686px;
	height: 320px;
	border-radius: 24px;
	margin-top: 15px !important;
}

.page-alert {
	line-height: 68px;
	color: #666666;
	background-image: url("../images/u30.svg");
	background-repeat: no-repeat;
	background-position: 1% 50%;
	text-align: left;
	padding-left: 42px;
}

.main-menu {
	width: 686px;
	height: 190px;
	border-radius: 24px;
	background-color: #fff;
	display: flex;
	justify-content: space-around;
	align-items: center;
	box-shadow: 0 10px 5px rgba(0, 0, 0, .1);
}

.menu-item {
	width: 110px;
	height: 170px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.menu-image {
	width: 98px;
	height: 98px;
	background-color: #337AF0;
	border-radius: 24px;
	box-shadow: 0 15px 5px rgba(0, 0, 0, .1)
}

.menu-font {
	font-size: 26px;
	font-weight: 700;
	text-align: center;
}


.convenience-title {
	width: 686px;
	margin-top: 40px;
	font-weight: 700;
	font-size: 32px;
	text-rendering: optimizeLegibility;
	color: #333333;
	text-transform: none;
}


.convenience-service {
	width: 686px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.convenience-item {
	width: 334px;
	height: 128px;
	background-color: #fff;
	border-radius: 24px;
	margin-top: 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}

.convenience-image {
	width: 28%;
	height: 66%;
	border-radius: 24px;
	margin-left: 10px;
	margin-right: 10px;
}

.convenience-font {
	width: 65%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: left;
	justify-content: space-around;
}

.font-title {
	font-weight: 700;
	font-size: 24px;
	color: #333333;
	padding-top: 20px;
}

.font-details {
	font-weight: 400;
	font-size: 22px;
	color: #999999;
	padding-bottom: 20px;
}

.bottom-menu {
	width: 100vw;
	height: 120px;
	background-image: url("../images/back.png");
	background-repeat: no-repeat;
	background-size: 100% 60%;
	background-position: bottom;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	position: fixed !important;
	bottom: 0;
}

.bottom-img {
	width: 80px;
	height: 80px;
	position: absolute;
	top: -5%;
	left: 50%;
	transform: translateX(-50%);
}

.bottom-item {
	width: 275px;
	height: 50px;
	transform: translateY(60%)
}

.item-btn {
	width: 70%;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	font-weight: 400;
	font-size: 24px;
	color: #7E808A;
}

.is-active {
	color: #337AF0;
	background-color: rgba(234, 241, 255, 1);
	border-radius: 25px;
	font-weight: 700;
}

.head-nav-img {
	width: 100%;
	height: 100%;
	position: relative;
}
.head-nav-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*img{ width:auto; height:auto; max-width:100%; max-height:100%;}*/
.icon {
	width: 4em;
	height: 4em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}

.btn-submit-index{
	width: 90%;
	background-color: #1d87d1;
	color: #ffffff;
}

.btn-index {
	display: inline-block;
	font-size: 32px;
	text-align: center;
	margin: 20px 0;
	background: #f3f4f6;
	border: none;
	border-radius: 10px;
	height: 80px;
	line-height: 80px;
	background-color: #1d87d1;!important;
}

.operate-bt-index {
	width: 100%;
	margin: 10px auto;!important;
	color: #ffffff;
	display: flex;
	justify-content: space-around;
}
