﻿@charset "utf-8";
/* CSS Document */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*  *** *** ***  设置滚动条的样式  开始  *** *** *** */
::-webkit-scrollbar {
	width: 5px;
	height: 11px;
}
/* 滚动槽 */ ::-webkit-scrollbar-track {
	-webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
	border-radius: 10px;
}
/* 滚动条滑块 */ ::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(50, 165, 214, 0.75);
	-webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(46, 159, 148, 0.4);
}
/* *** *** ***  设置滚动条的样式  结束   *** *** *** */

html, body {
    padding: 0;
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
	overflow: auto;
}
body {
	color: #333;
	background-color: #fff;
	font-family: "微软雅黑", 'PingFang SC', 'STHeitiSC-Light', 'Helvetica-Light', arial, sans-serif, 'Droid Sans Fallback';
	margin: 0;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	font: inherit;
	color: inherit;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	box-sizing: border-box;
}
body {
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 22px;
    color: #333;
    -webkit-text-size-adjust: none;
    background-color: #aed8ff;
    text-align: center;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100vh;
}
body * {
	text-shadow: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #98c2e2;
}
input:focus, textarea:focus {
    outline: none;
}


/*	模拟安卓的页面头，返回 ，保存*/
    /*固定头定位*/
header, footer{
	flex: 0 0 auto; /* 自动高度 */
	overflow: auto;
}
header.headBg{
/*
    background-image: url(../images/headBg.png);
    background-size: 54%;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-position-y: 24px;
    background-color: #0087e6;
*/
	background-image: linear-gradient(178deg, #8ac5fd, #afd9ff);

}


header .mainTitle {
	padding: 0;
	/* border: 0px solid #f00; */
	/* text-align: center; */
	border-bottom: 0px solid #eee;
	/* background-color: #FFF !important; */
	overflow: auto;
	display: flex;
}
header .mainTitle .backimg {
/*	background: url(../images/chevronLeft.svg) no-repeat;*/
    width: 50px;
    height: 50px;
    float: left;
    position: absolute;
    left: 0px;
    z-index: 10;
    background-size: 33%;
    background-position: 16px;
    color: #fff;
    font-size: 23px;
    line-height: 55px;
	    display: none;
}
header .mainTitle .menuList {
	    display: block;
}
header .mainTitle .backhome {
	background: url(../images/house.svg) no-repeat;
    background-size: 50%;
    background-position: 10px;
}
header .mainTitle .logout {
	background: url(../images/logout.svg) no-repeat;
    background-size: 50%;
    background-position: 10px;
}
header .mainTitle p {
	/* position: absolute; */
	width: 100%;
	/* height: 100%; */
	left: 0;
	line-height: 50px;
	font-size: 15px;
	color: #fff;
	/* background-color: #0087e6; */
	font-weight: normal;
	margin: 0 auto;
	text-align: left;
	flex: 1;
}
header .mainTitle p em{
	font-size: 15px;
    line-height: 28px;
    display: inline-block;
    width: auto;
    margin-left: 1.3rem;
}
header .mainTitle .flRight {
	cursor: pointer;
	width: 45px;
	/*    background: #fff;*/
	/*    border-radius: 50px;*/
}
header .mainTitle .flRight i {
	font-size: 18px;
	color: #fff;
	line-height: 50px;
}
header .searchArea {
    /* margin-top: -25px; */
    padding: 0px 15px 9px;
    /* color: #fff; */
    /* box-sizing: border-box; */
    /* display: none; */
}
header .searchArea input {
	border: 0px #ddd solid;
	padding: 5px 10px;
	box-sizing: border-box;
	border-radius: 3px;
	margin: 4px 0 0;
	width: 100%;
	color: #454545;
}
header .searchArea .searchNow {
	position: absolute;
	font-size: 18px;
	color: #b1b1b1;
	width: 37px;
	text-align: center;
	cursor: pointer;
	height: 36px;
	border-radius: 6px;
	line-height: 34px;
	right: 16px;
	margin-top: 3px;
}

.mainSection {
	margin: 0px 0;
}
.mainFoot {
	position: fixed;
	border: 0px solid #f00;
	text-align: center;
	height: 50px;
	font-size: 20px;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	margin: 0 auto;
	box-sizing: border-box;
}
.mainFoot button {
	background-color: #00D3FF;
	font-size: 20px;
	height: 100%;

	color: #fff;
	width: 100%;
	cursor: pointer;
}

section {
    position: relative;
    /* top: -25px; */
    /* padding-right: 0.4375rem; */
    /* padding-left: 0.4375rem; */
    /* margin-right: auto; */
    /* margin-left: auto; */
    /* margin-bottom: 3.5rem; */
    padding: 0px;
    background: #F1F2F6;
    /* top: 80px; */
    /* height: calc(100% - 138px); */
    /* margin-top: -15px; */
    border-radius: 20px 20px 0 0;
    width: 100%;
    flex: 1; /* 弹性高度 */
}


section::-webkit-scrollbar {
    display: none;
}
section *::-webkit-scrollbar {
    display: none;
}
section.itemSection {
	padding: 29px 12px 10px;
}



footer {
	/* position: fixed; */
	/* bottom: 0px; */
	width: 100%;
	/* overflow: auto; */
	/* z-index: 9; */
	background-color: #3c7265;
	display: none;
}
footer ul {
    color: #fff;
	border-top: 1px #d4d4d4 solid;
	line-height: 50px;
	text-align: center;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display:flex;
	flex-direction:row;
}
footer ul li {
	width: 25%;
	display: inline-block;
	float: left;
	font-size: 14px;
    line-height: 22px;
    padding: 8px 0 0px 0;
    height: 75px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
}
footer ul li  i{
    width: 38px;
    height: 38px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
	display: block;
}
footer ul li:last-child {
	border-right: 0px;
}
footer ul li i.navUser{
	background-image:url(../images/navUser01.png)
}
footer ul li i.navCale{
	background-image:url(../images/navCale01.png)
}
footer ul li i.navAdd{
	background-image:url(../images/navAdd01.png)
}
footer ul li i.navHelp{
	background-image:url(../images/navHelp01.png)
}

footer ul li.active {
	background-color: #f3f3f3;
	color:#3c7265;
}
footer ul li.active i.navUser{
	background-image:url(../images/navUser02.png)
}
footer ul li.active i.navCale{
	background-image:url(../images/navCale02.png)
}
footer ul li.active i.navAdd{
	background-image:url(../images/navAdd02.png)
}
footer ul li.active i.navHelp{
	background-image:url(../images/navHelp02.png)
}






.requiredItem {
	font-size: 22px;
	color: #F00;
	display: inline-block;
	position: relative;
	left: -2px;
	top: 5px;
	line-height: 100%;
}
.addPayType {
	text-align: center;
	width: 140px;
	margin-left: 50%;
	left: -70px;
	display: inline-block;
	position: relative;
	line-height: 40px;
	background: #53abfd;
	color: #fff;
	border-radius: 20px;
	margin-top: 15px;
}

header .mainTitle .searchBt{
	font-size: 25px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0px;
    z-index: 10;
    color: #fff;
}

.searchBox{
	overflow: auto;
    position: relative;
    top: 50px;
	    padding: 10px 10px 0px 10px;
}

.searchBox .searchArea {
    font-size: 15px;
    margin-top: 0px;
    outline: medium;
    border: none;
    background: #f5f5f5;
    height: 30px;
    line-height: 30;
    padding: 0 10px 0 10px;
}

.searchBox .keySearchNow{
	width: 30px;
    height: 30px;
    /* position: relative; */
    /* margin-top: 34px; */
    text-align: center;
    line-height: 27px;
    font-size: 21px;
}













