*{
    font-family:'微软雅黑', Verdana, Helvetica, Arial, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -box-sizing: border-box;
    padding:0;
    margin:0;
    list-style:none;
    box-sizing: border-box;
}

body,html{
    height:100%;
    overflow:hidden;
}
body{
    background:url(../img/login/bg.png) no-repeat center;
    background-size: cover;
}
a{
    color:#27A9E3;
    text-decoration:none;
    cursor:pointer;
}
.login{
    margin: 150px auto 0 auto;
    min-height: 420px;
    max-width: 420px;
    padding: 40px;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    /* overflow-x: hidden; */
    box-sizing: border-box;
}
a.logo{
    display: block;
    height: 58px;
    width: 167px;
    margin: 0 auto 30px auto;
    background-size: 167px 42px;
}
.message {
    margin: 10px 0 0 -58px;
    padding: 18px 10px 18px 60px;
    background: #189F92;
    position: relative;
    color: #fff;
    font-size: 16px;
}
#darkbannerwrap {
    background: url(../img/login/aiwrap.png);
    width: 18px;
    height: 10px;
    margin: 0 0 20px -58px;
    position: relative;
}

input[type=text],
input[type=file],
input[type=password],
input[type=email], select {
    border: 1px solid #DCDEE0;
    vertical-align: middle;
    border-radius: 3px;
    height: 45px;
    padding: 0px 10px;
    font-size: 14px;
    color: #555555;
    outline:none;
    width:100%;
    -webkit-box-shadow : 0 0 0px 1000px #fff inset ;
}
input[type=text]:focus,
input[type=file]:focus,
input[type=password]:focus,
input[type=email]:focus, select:focus {
    border: 1px solid #27A9E3;
}


input[type=submit],.layui-btn,
button{
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    font-size: 16px !important;
    line-height: 45px;
    height: 45px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    background-color: #189F92;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
    outline:none;
    width:100%;
}
hr.hr15 {
    height: 15px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-color: transparent !important;
}
hr.hr20 {
    height: 20px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-color: transparent !important;
}

.copyright{
    font-size:14px;
    color:rgba(255,255,255,0.85);
    display:block;
    position:absolute;
    bottom:15px;
    right:15px;
}
.clearfix{
    zoom:1;
}
.clearfix:after{
    content: "";
    display:block;
    clear:both;
    visibility:hidden;
    height:0;
}
.pull-left{
    float: left !important;
}
.pull-right{
    float: right !important;
}
.modal{
    padding: 30px;
}
.modal label{
    line-height: 30px;
    font-size: 15px;
}
.form-control {
    width: 100%;
    height: 30px !important;
    line-height: 28px;
    padding-left: 5px;
    border-radius:2px;
    box-shadow:none;
    border: 1px solid #ccc;
}
.width-lable{
    width: 30%;
}
.width-input{
    width: 70%;
}
.form-group{
    margin-bottom: 15px;
}
.layui-tab-content{
    padding: 0 !important;
}
.layui-tab-title{
    margin-bottom: 15px !important;
    border-bottom: 2px solid #e6e6e6 !important;
}
.layui-tab-title li{
    padding: 0 30px !important;
    width: 50%;
    text-align: center;
}
.layui-tab-title .layui-this{
    color: #189F92 !important;
}
.layui-tab-title .layui-this:after{
    border: none !important;
    height: 40px !important;
    border-bottom: 2px solid #189F92 !important;
}
input[type=button].code-box{
    height: 45px;
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 10px;
    border-radius: 3px;
    cursor: pointer;
    width: 132px;
}
#code{
    width: 200px !important;
}