* {
	box-sizing: border-box;
}

html,body{
	width:100%;
	height:100%;
}

#indexIframe{
	width: 100%;
	height: calc(100vh - 10%);
	border: none;
	margin: 10px;
	
}

body {
	margin: 0;
	font-family: 微软雅黑;
}

.menu {
	display: block;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 150px;
	color: #474747;
	padding-top: 10px;
	border-top: 1px solid #eee;
	background-color: #fff;
}

.subMenu {
	width: 33.33%;
	float: left;
	cursor: pointer;
}

.menu_name {
	height: 80px;
	width: 100%;
	line-height: 80px;
	font-weight: 500;
	font-size: 40px;
}

img.menu_img {
	height: 50px;
	width: 50px;
}

img {
	vertical-align: middle;
	border: 0;
}

.active {
	color: #008bd1;
}

.text-center {
	text-align: center
}

.billHead {
	font-size: 40px;
	background-color: #0093E9;
	background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
	border-radius: 15px 15px 0px 0px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	color: #eeeeee;
	font-weight: bold;
	/* margin-bottom: 10px; */
}


.weather-search{
	display:flex;
	width: 100%;
    height: 84px;
	border:1px solid white;
	border-radius:30px;
	justify-content:space-between;
	align-items:center;
	position:relative;}

.weather-search input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
	-webkit-text-fill-color: #000 !important;
    -webkit-box-shadow:0 0 0px 1000px transparent inset !important;
    background-color:transparent;
    background-image:none;
    transition:background-color 50000s ease-in-out 0s; //背景色透明 生效时长 过渡效果启用时延迟的时间
}

.weather-search input{
	width: 100%;
    height: 84px;
	border:0;
	font-size:50px;
	outline:none;
	margin:0 10px;
	background-color:transparent;}
	
.search{
	border:none;
	outline:none;
	cursor:pointer;
	background:inherit;
	min-width:78px;
	height: 84px;
}
	
.search span{
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height:100%;
	outline:none;
}
.search img{
    height: 100%;
}

.show{
	position: absolute;
    width: 101%;
    background: white;
    font-size: 45px;
}

ul,li{list-style:none;}