* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	min-width: 800px;
}
/* 在小于或等于 992 像素的屏幕上，将背景色设置为蓝色 */
@media screen and (max-width: 992px) {
   .page-middle .panel .item {
    
  }
}
/* 在 600 像素或更小的屏幕上，将背景色设置为橄榄色 */
@media screen and (max-width: 600px) {
  .page-middle .panel .item {
    
  }
}
.container {
	display: flex;
	height: 100%;
	/* min-height: 100%; */
	flex-direction: column;
}
.page-top {
	height: 100px;
	line-height: 100px;
	background-color: #a31a2f;
    padding-left: 50px;
    padding-right: 50px;
}
.page-middle {
	flex: 1;
	overflow: auto;
	/* background-color: #ffb91b; */
}
.page-bottom {
	height: 60px;
	line-height: 60px;
	background-color: #a31a2f;
    font-family: 'Arial Normal', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
    text-align: center;
    vertical-align: none;
    text-align: center;
    text-transform: none;
}
.page-top .logo {
	vertical-align: middle;
}
.page-top .biz-name {
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #FFFFFF;
    margin-left: 20px;
}
.page-top .opt {
   font-size: 14px;
    font-family: 'Arial Normal', 'Arial', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
}
.page-top .opt .split {
	color: #FFFFFF;
	margin-left: 4px;
    margin-right: 4px;
}
.page-top .opt a {
    color: #FFFFFF;
}
.page-middle .panel {
	height: 200px;
	width: 300px;
}

.bh-pull-left {
	float: left;
}
.bh-pull-right {
	float: right;
}
.bh-clearfix, .bh-clearfix:after, .bh-container, .bh-container:after, .bh-row, .bh-row:after {
    clear: both;
}

.user-icon {
    background: url(../../public/images/form-user-icon.png) no-repeat;
}
.pwd-icon {
    background: url(../../public/images/form-pwd-icon.png) no-repeat;
}
.vcode-icon {
    background: url(../../public/images/form-vcode-icon.png) no-repeat;
}
.idcard-icon {
    background: url(../../public/images/form-idcard-icon.png) no-repeat;
}
.phone-icon {
    background: url(../../public/images/form-phone-icon.png) no-repeat;
}

.bh-btn-danger {
	background-color: #a31a2f;
}


