/* .beg-login-bg {
	background: url(../Images/login-bg-1.jpg) no-repeat center center fixed;
	background-color: #393D49;
}

.beg-login-box {
	width: 450px;
	height: 330px;
	margin: 10% auto;
	background-color: rgba(255, 255, 255, 0.407843);
	border-radius: 10px;
	color: aliceblue;
}

.beg-login-box header {
	height: 39px;
	padding: 10px;
	border-bottom: 1px solid aliceblue;
}

.beg-login-box header h1 {
	text-align: center;
	font-size: 25px;
	line-height: 40px;
}

.beg-login-box .beg-login-main {
	height: 185px;
	padding: 30px 90px 0;
}

.beg-login-main .layui-form-item {
	position: relative;
}

.beg-login-main .layui-form-item .beg-login-icon {
	position: absolute;
	color: #cccccc;
	top: 10px;
	left: 10px;
}

.beg-login-main .layui-form-item input {
	padding-left: 34px;
}

.beg-login-box footer {
	height: 35px;
	padding: 10px 10px 0 10px;
}

.beg-login-box footer p {
	line-height: 35px;
	text-align: center;
}

.beg-pull-left {
	float: left !important;
}

.beg-pull-right {
	float: right !important;
}

.beg-clear {
	clear: both;
}

.beg-login-remember {
	line-height: 38px;
}

.beg-login-remember .layui-form-switch {
	margin-top: 0px;
}

.beg-login-code-box {
	position: relative;
	padding: 10px;
}

.beg-login-code-box input {
	position: absolute;
	width: 100px;
}

.beg-login-code-box img {
	cursor: pointer;
	position: absolute;
	left: 115px;
	height: 38px;
} */
.container{
	display: flex;
	flex-direction: column;
  height: 100vh;
}
.logo-box{
	position: relative;
	height: 130px;
	width: 1200px;
	margin: auto;
	display: flex;
	align-items: center;
	/* padding-left: 350px;
	box-sizing: border-box; */
}
.logo-img{
	width: 200px;
	/*height: 55px;*/
	vertical-align: middle;
}
.logo-box>p{
	/* font-weight: bold; */
	font-size: 35px;
	margin-left: 24px;
	color: #1d1d1d;
}
.banner{
	/* height: 810px; */
	flex: 1;
	background: url('../images/banenr1.png') no-repeat;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer{
	height: 100px;
	padding-top: 40px;
	box-sizing: border-box;
	text-align: center;
	font-size: 15px;
}
.login-box{
	width: 400px;
	height: 400px;
	background: #fff;
	border-radius: 5px;
}
.input-box{
	margin: auto;
	width: 297px;
	height: 44px;
	border: 1px solid #004198;
	display: flex;
	align-items: center;
	padding-left: 15px;
	box-sizing: border-box;
}
.input-box:nth-of-type(2){
	margin-top: 25px;
}
.input-box img{
	width: 23px;
	height: 25px;
}
.input-box input{
	flex: 1;
	height: 100%;
	border: none;
	padding-left: 10px;
	box-sizing: border-box;
}
.banner button{
	display: block;
	margin: auto;
	width: 297px;
	height: 52px;
	background: #004198;
	color: #fff;
	outline: none;
	border: none;
	margin-top: 45px;
	border-radius: 3px;
	cursor: pointer;
}
.login-text{
	height: 130px;
	line-height: 130px;
	text-align: center;
	color: #004198;
	font-weight: bold;
	font-size: 25px;
}
.tack{
	/* width: 335px; */
	/* height: 167px; */
	margin-left: 35px;
	/* background: url('../images/banner.png') no-repeat; */
	background-size: 100% 100%;
	padding-left: 30px;
	box-sizing: border-box;
	display: flex;
	/* align-items: center; */
}
.tack p:first-child{
	/* margin-top: 40px; */
	font-size: 32px;
	font-weight: bold;
	color:  #004196;
}
.tack p:last-child{
	margin-top: 15px;
	color:  #004196;
	margin-left: 15px;
	font-size: 16px;
}
.phone img{
	width: 35px;
	height: 35px;
	vertical-align: middle;
}

.phone{
	position: absolute;
	right: 0;
	/*top: 45px;*/
}
.phone span{
	font-size: 16px;
}