
body {
	height: 100%;
	font-family: arial 'Microsoft Yahei';
	background: #465975;
}
.bg-box {
	position: fixed;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
  background: url(../images/login_bg5.jpg) center center/cover no-repeat;
}
.bg-box li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.bg-box li img {
	width: 100%;
	height: 100%;
}
.login-content {
  position: fixed;
	top: 50%;
	left: 50%;
	/* margin-top: -220px;
	margin-left: -180px; */
  width: 600px;
	z-index: 100;
  margin-left: -300px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.login-logo {
  display: block;
  width: 540px;
  margin: 0 auto 30px;
}
.login-box {
  width: 540px;
  height: 360px;
  background: rgba(255,255,255,0.2);
  padding: 16px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.login-box .login {
  background: #fff;
  margin: 0;
  padding: 10px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.login-box .login dt {
	line-height: 1;
	margin-bottom: 24px;
	color: #fff;
	font-size: 42px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
	font-weight: 700;
	letter-spacing: 3px;
	font-family: arial, 'Microsoft Yahei';
}
.login-box .inputs {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-icon {
  display: block;
  position: absolute;
  top: 50%;
  width: 20px;
  transform: translateY(-50%);
  left: 15px;
}
.login-box .login dd {
  position: relative;
  height: 50px;
  line-height: 50px;
  width: 80%;
  margin: 0 auto;
}
.login-box .login dd:not(:last-child) {
  margin: 0 auto 30px;
}
.login-box .login .code-box {
	margin-bottom: 25px;
}
.login-box .login .code-box .code {
	position: relative;
	width: 170px;
	height: 100%;
	float: left;
}
.login-box .login dd .code-img {
	margin-left: 10px;
	vertical-align: middle;
}
.login-box .login dd .iconfont {
	position: absolute;
	font-size: 16px;
color: #dcdfe6;
	height: 100%;
	line-height: 50px;
	left: 20px;
}
.login-box .login .btn-box .login-btn{
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #fff;
	border: 0;
	outline: none;
	line-height: 50px;
	font-size: 20px;
	font-weight: 700;
	border-radius: 4px;
	background-color: #2f55cc;
  padding: 0;
	/* background-image: -webkit-linear-gradient(to bottom, #e86e3e, #ce3e12);
	background-image: linear-gradient(to bottom, #e86e3e, #ce3e12); */
}
.login-box .login dd .login-input {
	display: inline-block;
	width: 100%;
	height: 100%;
	-ms-line-height: 50px;
	font-size: 16px;
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 4px;
  color: #606266;
	outline: none;
	padding-left: 50px;
  border: 1px solid #dcdfe6;
}
.login-box .login-input::-webkit-input-placeholder {
  color: #dcdfe6!important;
}
.login-box .login-input::-moz-placeholder {
  color: #dcdfe6!important;
}
.login-box .login-input:-ms-input-placeholder {
  color: #dcdfe6!important;
}
.login-box .login-input::-ms-input-placeholder {
  color: #dcdfe6!important;
}
.login-box .login-input::placeholder {
  color: #dcdfe6!important;
}
input::-webkit-input-placeholder {
  color: #dcdfe6!important;
}
input::-moz-placeholder {
  color: #dcdfe6!important;
}
input:-ms-input-placeholder {
  color: #dcdfe6!important;
}
input::-ms-input-placeholder {
  color: #dcdfe6!important;
}
input::placeholder {
  color: #dcdfe6!important;
}
.login-box .login dd label {
	position: absolute;
	top: 0;
	left: 50px;
	line-height: 50px;
  color: #999;
	font-size: 16px;
	cursor: text;
}
.login-box .msg dt,
.login-box .msg dd{
	width: 100%;
	margin: 0 0 5px 0;
	border-radius: 4px;
	height: 36px;
	line-height: 36px;
	padding-left: 20px;
	font-size: 12px;
	padding-right: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	background-color: #8c8589;
	background-color: rgba(255,255,255,0.2);
}
.login-box .msg {
	max-height: 160px;
	overflow-y: auto;
}
.login-box .msg dt {
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.login-box .msg .scroll {
	margin-top: 5px;
}
.login-box .msg .msg-link {
	color: #fff;
	text-decoration: none;
}
.login-box .msg .msg-link:hover{
	text-decoration: underline;
}
.login-box .msg dt .t-msg {
	width: 100%;
	height: 100%;
	display: none;
}
.login-box .msg dd {
	display: none;
}
.login-box .msg dt .arrow {
	position: absolute;
	top: 0;
	right: 10px;
	height: 100%;
	color: #fff;
	font-size: 12px;
	transition: -webkit-transform 0.2s ease;
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.login-box .msg .rotate {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
/*消息提示*/
.pbox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    display: none;
}
.layout-box {
    position: relative;
    margin: 100px 15px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
            box-shadow: 0 5px 15px rgba(0,0,0,.5);
    transform: translate3d(0,100%,0);
    -webkit-transform: translate3d(0,100%,0);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    border-radius: 4px;
    overflow: hidden;
    opacity: 0;
}
@media (min-width: 374px) {
    .layout-box {
        margin: 140px 20px;
    }
}
@media (min-width: 600px) {
    .layout-box {
        width: 300px;
        margin: 300px auto;
    }
}
.layout-box .layout-header {
    position: relative;
    font-size: 16px;
    color: #333;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    line-height: 1.4;
}
.layout-box .layout-header .close-btn {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #333;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.layout-box .layout-content {
    padding: 15px;
    font-size: 14px;
    color: #333;
}
.layout-box .layout-footer {
    height: 35px;
    border-top: 1px solid #e5e5e5;
}
.layout-box .layout-footer .yes,
.layout-box .layout-footer .no {
    text-align: center;
    width: 50%;
    float: left;
    height: 100%;
    line-height: 35px;
    color: #fff;
    cursor: pointer;
}
.layout-box .layout-footer .yes {
    background: #fe716a;
}
.layout-box .layout-footer .no {
    background: #babbcd;
}
.success_tip,
.error_tip {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    width: 120px;
    height: 120px;
    background: rgba(0,0,0,0.7);
    border-radius: 10px;
    text-align: center;
    display: none;
    z-index: 999999;
    opacity: 0;
}
.success_tip .icon,
.error_tip .icon {
    display: block;
    padding: 20px 0 10px;
    width: 100%;
    text-align: center;
    line-height: 1;
    /*height: 90px;*/
    font-size: 40px;
    color: #fff;
}
.success_tip  .msg,
.error_tip .msg {
    text-align: center;
    line-height: 1.5;
    margin: 0;
    font-size: 14px;
    color: #fff;
}
.showup {
    opacity: 1;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
}
.showUp {
    opacity: 1;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}
