/*
* @Author: xuebingsi
* @Date:   2019-04-01 13:37:17
* @Last Modified by:   zhibinm
* @Last Modified time: 2019-04-01 13:37:19
*/
.login-bg{
    /*background: #eeeeee url() 0 0 no-repeat;*/
    background:url(../images/bg1.jpg) no-repeat fixed center;
    background-size: cover;
    overflow: hidden;
}

.login{
    margin: 120px auto 0 auto;
    min-height: 220px;
    max-width: 340px;
    padding: 40px;
    background-color: #F5F5F5;
    margin-left: auto;
    margin-right: -moz-calc(38% - 340px);
  	margin-right: -webkit-calc(38% - 340px);
    margin-right: calc(38% - 340px);
    border-radius: 4px;
    /* overflow-x: hidden; */
    box-sizing: border-box;
    opacity: 0.5;
}

.login a.logo{
    display: block;
    height: 58px;
    width: 167px;
    margin: 0 auto 30px auto;
    background-size: 167px 42px;
}

.login .message {
    margin: 10px 0 0 -58px;
    padding: 18px 10px 18px 60px;
    background: #4682B4;
    position: relative;
    color: white;
    font-size: 16px;
}

.login #darkbannerwrap {
    background: url(../images/aiwrap.png);
    width: 18px;
    height: 10px;
    margin: 0 0 20px -58px;
    position: relative;
}

.login input[type=text],
.login input[type=file],
.login input[type=password],
.login input[type=email], select {
    border: 1px solid #DCDEE0;
    vertical-align: middle;
    border-radius: 3px;
    height: 50px;
    padding: 0px 16px;
    font-size: 14px;
    color: #555555;
    outline:none;
    width:100%;
    box-sizing: border-box;
}

.login input[type=text]:focus,
.login input[type=file]:focus,
.login input[type=password]:focus,
.login input[type=email]:focus, select:focus {
    border: 1px solid #27A9E3;
}

.login input[type=submit],
.login input[type=button]{
    display: inline-block;
    vertical-align: middle;
    padding: 12px 24px;
    margin: 0px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    background-color: #4682B4;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
    outline:none;
    width:100%;
}

.login hr {
    background: #F5F5F5 url() 0 0 no-repeat;
}

.login hr.hr15 {
    height: 15px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.login hr.hr20 {
    height: 20px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.content {
    padding-top: .48rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    height: 100%;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.head{
	padding-top: 2.68rem;
	display: inline-block; /*一定要将div设置为inline-block*/
    vertical-align: middle;/*设置该元素在父元素中的位置*/
    position:relative;
    width:100%;
    height:100%;
    line-height:100%;
    text-align:center;
    letter-spacing:38px;
    font-weight:bold;
}

.foot{
	padding-bottom: 0.2rem;
    position:relative;
    width:100%;
    height:100%;
    line-height:100%;
    text-align:center;
    letter-spacing:10px;
    font-weight:bold;
}