/* jqm docs css

Beware: lots of last-minute CSS going on in here 
cobblers, shoes, 
*/

h2 {
	margin: 1.2em 0 .4em 0;
}

h3 {
	margin: 0.5em 0 .2em 0;
	font-size: 14px;
	display: inline-block;
}

p code {
	font-size: 1.2em;
	font-weight: bold;
}

h4 code {
	font-size: 1.2em;
	font-weight: bold;
}

dt {
	font-weight: bold;
	margin: 2em 0 .5em;
}

dt code, dd code {
	font-size: 1.3em;
	line-height: 150%;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.menu {
	list-style: none;
}

.menu li {
	border: 1px solid #eee;
	overflow: hidden;
	padding: 10px 0;
	float: left;
	width: 107px;
	height: 90px;
	border-right-width: 0;
        /*
        border-left:none;
        border-bottom:none;
        border-top:none;*/
}

.active {
	border-color: red;
}

.menu li span {
	display: inline-block
}

.menuitem {
}

.list {
	list-style: none;
	overflow: hidden;
}

.list li {
	display: block;
	text-align: left;
	float: left;
	width: 100%;
	height: 28px;
}

.list li label {
	float: left;
	width: 80px;
	display: block;
	overflow: hidden;
}

a:link,
    a:visited {
	color: #000;
}

.content_header {
	font-size: 14px;
	padding-left: 15px;
}

    /* »ý·ÖÁ÷Ë®*/
.hisory_cell {
	padding: 0;
	position: relative;
	display: block;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	-webkit-box-align: center;
	-webkit-align-items: center;
}

.content_cell {
	padding: 0;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	border-bottom: solid 1px #000;
	-webkit-box-align: center;
	-webkit-align-items: center;
}

.cell_hd {
	padding: 10px 5px;
	font-size: 12px;
	width: 100%;
	float: left;
}

.cell_hd_T {
	padding: 10px 10px;
	border-top: solid 1.5px #888;
	font-size: 12px;
	width: 100%;
	float: left;
}

.cell_bd_T {
	padding: 10px 10px;
	font-size: 12px;
	width: 100%;
	float: left;
}

.cell_label1 {
	text-align: left;
	display: block;
	width: 40%;
	float: left;
}

.cell_label2 {
	display: block;
	text-align: left;
	width: 35%;
	float: left;
}

.cell_label3 {
	display: block;
	text-align: right;
	width: 21%;
	float: left;
}

.cell_label4 {
	display: block;
	text-align: center;
	width: 70px;
	color: orange;
}

.decrease {
	color: green;
}

.loginbody {
	background-image: url("../images/loginBg.png");
	background-size: 100%;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.logo {
	width: 70px;
	height: 70px;
	border-radius: 35px;
}

.logo-contain1 {
	width: 90px;
	height: 90px;
	border-radius: 45px;
	background-color: rgba(255, 255, 255, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo-contain2 {
	width: 110px;
	height: 110px;
	border-radius: 55px;
	background-color: rgba(255, 255, 255, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}

.welcome-title {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	padding: 20px;
}

.form {
	width: 80%;
	max-width: 800px;
	background-color: hsla(0, 0%, 100%, .9);
	border-radius: 10px;
	overflow: hidden;
	padding: 30px 20px 20px;
	box-shadow: 0 0 3px 3px #e6e6e6;
}

.form-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: white;
	height: 44px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.form-item img {
	width: 20px;
	height: 20px;
	padding: 0px 10px;
}

.form-item input {
	border: none;
}

.login-btn {
	background-color: rgb(231, 85, 72);
	color: white;
	text-align: center;
	height: 44px;
	line-height: 44px;
	margin-top: 20px;
	border-radius: 5px;
}

.register-btn {
	text-align: center;
	color: gray;
	margin-top: 80px;
    font-size:0.9em;
}

.show {
	display: "block";
}

.hide {
	display: none;
}

.code-enable {
	color: rgb(229,86,77);
}

.code-disable {
	color: gray;
}

.layui-input {
	display: block;
	width: 100%;
	padding-left: 10px;
	border: none;
	height: 38px;
	line-height: 1.3;
	background-color: #fff;
	color: rgba(0,0,0,.85);
	border-radius: 2px;
	outline: 0;
	-webkit-appearance: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	box-sizing: border-box;
}

.item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	background-color: white;
	border-bottom: 1px solid rgb(244, 244, 244);
}

.value {
	color: gray;
}

.weui-btn {
	display: flex;
	flex: 1;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border: 1px solid rgb(229,86,77);
	border-radius: 15px;
	align-items: center;
	justify-content: center;
}

.zx {
	background-color: white;
	color: rgb(229,86,77);
}

.tc {
	background-color: rgb(229,86,77);
	color: white;
}

.fh {
	background-color: rgb(229,86,77);
	color: white;
}

.row {
	background-color: white;
    /*margin-bottom: 10px;*/
}

.row-item-line {
	border-bottom: 1px solid rgb(244,244,244);
}

.row-item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 10px;
	align-items: center;
}

.list-container {
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0 0 3px 3px #e6e6e6;
	margin: 20px;
}

.row-header {
	background-color: rgb(229,86,77);
	color: #fff;
}

.item-title {
	display: flex;
	flex: 1;
}

.item-right {
	display: flex;
	max-width: 100px;
	align-items: center;
}

.item-title img {
	width: 20px;
	height: 20px;
	margin-top: 3px;
}