@charset "utf-8";
input::-webkit-input-placeholder {
    color: #a6aebf;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #a6aebf;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #a6aebf;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a6aebf;
}
input:-webkit-autofill { /* 取消Chrome记住密码的背景颜色 */
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

body {
    margin: 0;
    padding: 0;
    font: "宋体","Arial";
    font-size: 12px
}

.transition05s {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.login {
    background-image: url(../image/bg1.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    min-width: 1200px;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.login .loginImg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -610px;
    margin-top: -255px;
    width: 706px;
}

.login .loginImg img{width:100%}

.login .loginBox {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -236px;
    margin-left: 180px;
    width: 400px;
    border: 1px solid #dfdfd;
    animation: loginbox 0.8s;
    /* background: #fff; */
}

.login .loginBox .top {
    height: 80px;
    line-height: 80px;
    background-color: #2ea967;
    border-radius: 12px 12px 0 0;
    font-family: SourceHanSansCN-Regular;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    overflow: hidden;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.login .loginBox .top .bg1 {
    display: inline-block;
    width: 54px;
    height: 54px;
    background: #fff;
    opacity: .1;
    border-radius: 0 54px 0 0;
    position: absolute;
    left: 0;
    top: 37px
}

.login .loginBox .top .bg2 {
    display: inline-block;
    width: 74px;
    height: 74px;
    background: #fff;
    opacity: .1;
    border-radius: 50%;
    position: absolute;
    right: -16px;
    top: -16px
}

.login .loginBox .bottom {
    background: #fff;
    border-radius: 0 0 12px 12px;
    padding-bottom: 53px
}

.login .loginBox .bottom .center {
    width: 288px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 15px;
    position: relative
}

.login .loginBox .bottom .center .item {
    width: 288px;
    height: 30px;
    border-bottom: 1px solid #dae1e6;
    margin-bottom: 30px
}

.login .loginBox .bottom .center .item .validateImg {
    position: absolute;
    right: 36px;
    cursor: pointer
}

.login .loginBox .bottom .center .item input {
    display: inline-block;
    width: 227px;
    height: 22px;
    padding: 0;
    position: absolute;
    border: 0;
    outline: 0;
    font-size: 14px;
    letter-spacing: 0
}

.login .loginBox .bottom .deal {
    display: block;
    border: 0;
    width: 288px;
    height: 40px;
    background-color: #2ea967;
    border-radius: 16px;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    cursor: pointer
}

.login .loginBox .bottom .deal.gray {
    background-color: #ccc;
}

.text-left      {text-align:eft;}
.text-right     {text-align:right;}
.text-center    {text-align:center;}
.text-justify   {text-align:justify;}
.text-nowrap    {white-space:nowrap;}
.text-lowercase {text-transform:owercase;}
.text-uppercase {text-transform:uppercase;}
.text-capitalize{text-transform:capitalize;}
.fl {float:left;}
.fr {float:right;}
.wd1000{width:1000px;margin:0 auto;}

.login_bg {
    /* background-image: url(../image/login/bg.png);
    background-repeat: no-repeat;
    background-position: center top; */
    /* background-size: cover; */
}
.login_top {padding-top:5px;padding-bottom:15px;background-color:#fff;}
.login_top .fl img{height:50px;}
.login_top .fr {margin-top:15px;}
.login_top .fr img{height:25px;}

.login_info {padding:5px 0;border-top:1px solid #fff;border-bottom:1px solid #fff;background:#fff;}
.login_info li {border-right:1px solid #bfbfbf;box-shadow:1px 0 0 #fff;float:left;margin:0 5px;}
.login_info li:last-child {border-right:none;box-shadow:none;}
.login_info li div.fl {text-align:center;padding-left:0;}
.login_info li div.fl img {width:64px;}
.login_info li div.fr {padding-left:8px;padding-top:5px;padding-right:0;width:163px;}
.login_info li div.fr h4 {font-size:18px;font-weight:700;line-height:24px;height:24px;text-shadow:1px 1px #fff;}
.login_info li div.fr p {line-height:20px;margin-top:2px;text-shadow:1px 1px #fff;font-size:12px;}

.login_main {
    background-image: url(../image/login/bg.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    padding: 25px 0;
}
.login_main .loginImg img{height:400px}
.login_main .loginBox {
    width: 400px;
    /* margin-top: 135px; */
    animation: loginbox 0.8s;
}
.login_main .loginBox .top {
    height: 80px;
    line-height: 80px;
    background-color: #2ea967;
    border-radius: 12px 12px 0 0;
    font-family: SourceHanSansCN-Regular;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    overflow: hidden;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}
.login_main .loginBox .top .bg1 {
    display: inline-block;
    width: 54px;
    height: 54px;
    background: #fff;
    opacity: .1;
    border-radius: 0 54px 0 0;
    position: absolute;
    left: 0;
    top: 37px
}
.login_main .loginBox .top .bg2 {
    display: inline-block;
    width: 74px;
    height: 74px;
    background: #fff;
    opacity: .1;
    border-radius: 50%;
    position: absolute;
    right: -16px;
    top: -16px
}
.login_main .loginBox .bottom {
    background: #fff;
    border-radius: 12px;
    padding-bottom: 33px
}
.login_main .loginBox .bottom .center {
    width: 288px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 15px;
    position: relative
}
.login_main .loginBox .bottom .center .item {
    width: 288px;
    height: 30px;
    border-bottom: 1px solid #dae1e6;
    margin-bottom: 30px
}
.login_main .loginBox .bottom .center .item .validateImg {
    position: absolute;
    right: 36px;
    cursor: pointer
}
.login_main .loginBox .bottom .center .item input {
    display: inline-block;
    width: 227px;
    height: 22px;
    padding: 0;
    position: absolute;
    border: 0;
    outline: 0;
    font-size: 14px;
    letter-spacing: 0
}
.login_main .loginBox .bottom .deal {
    display: block;
    border: 0;
    width: 288px;
    height: 40px;
    background-color: #367bf0;
    border-radius: 16px;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    cursor: pointer
}
.login_main .loginBox .bottom .deal.gray {
    background-color: #ccc;
}

.login_foot p {line-height:30px;height:30px;}
