/*

===================

@explain: 系统后台登录页面

@copyright: Copyright 2012,phpwind.com

@author: longwenid@gmail.com

$Id: admin_login.css 22060 2012-12-19 03:01:55Z yanchixia $

===================

*/

html{

    padding: 0;

    margin: 0;

}

body {

    padding:0;

    margin:0;

    font-family:Arial, "Microsoft Yahei";

}

.wrap {

    width: 600px;

    overflow: hidden;

    -webkit-animation: bounceIn 600ms linear;

    -moz-animation: bounceIn 600ms linear;

    -o-animation: bounceIn 600ms linear;

    animation: bounceIn 600ms linear;

    margin-top: 230px;

    margin-right: auto;

    margin-bottom: 0;

    margin-left: auto;

}



h1 a {

    display: block;

    height: 70px;

    width: 350px;

    margin:auto;

    overflow: hidden;

    text-indent: -2000em;



}



.login ul,

.login li{

    padding:0;

    margin:0;

    list-style:none;

}

.login ul{



    overflow:hidden;

    margin-bottom:15px;

    width:500px;

    height:230px;

    overflow:hidden;

}

.login li{

    height: 40px;

    background-color: #FFF;

    padding: 5px;

    margin:5px;

    line-height: 30px;

    border: 1px solid #999999;

}

.login li img{

    vertical-align:top;

}

.login .input {

    width: 225px;

    padding: 5px;

    vertical-align: middle;

    border:0 none;

    background:transparent;

    font-size:18px;

    font-family:Arial,"Microsoft Yahei";

}

.login .input:focus {

    outline:0 none;

}

.btn {

    width: 100px;

    height: 38px;

    padding: 0;

    margin: 0;

    vertical-align: middle;

    overflow: visible;

    color: #fff;

    font-size: 20px;

    cursor: pointer;

    font-family: Arial, "Microsoft Yahei";

    border: 1px solid #2d2e30;

    border-radius: 5px;

    background-color: #ff4a00;

    background-image: url(../images/btn.png);

    background-repeat: no-repeat;

}

.btn:hover{

    background-position:0 -40px;

}

.btn:active {

    background-position:0 -80px;

}

.placeholder{

    color:#999;

}

/*登录框动画*/

@-webkit-keyframes bounceIn {

    0% {

        opacity: 0;

        -webkit-transform: scale(.3);

    }



    50% {

        opacity: 1;

        -webkit-transform: scale(1.05);

    }



    70% {

        -webkit-transform: scale(.9);

    }



    100% {

        -webkit-transform: scale(1);

    }

}

@-moz-keyframes bounceIn {

    0% {

        opacity: 0;

        -moz-transform: scale(.3);

    }



    50% {

        opacity: 1;

        -moz-transform: scale(1.05);

    }



    70% {

        -moz-transform: scale(.9);

    }



    100% {

        -moz-transform: scale(1);

    }

}

@-o-keyframes bounceIn {

    0% {

        opacity: 0;

        -o-transform: scale(.3);

    }



    50% {

        opacity: 1;

        -o-transform: scale(1.05);

    }



    70% {

        -o-transform: scale(.9);

    }



    100% {

        -o-transform: scale(1);

    }

}

@keyframes bounceIn {

    0% {

        opacity: 0;

        transform: scale(.3);

    }



    50% {

        opacity: 1;

        transform: scale(1.05);

    }



    70% {

        transform: scale(.9);

    }



    100% {

        transform: scale(1);

    }

}

/*新增*/

#mainBody {

    width: 100%;

    height: 100%;

    position: absolute;

    z-index: -1;

}

.cloud{position:absolute;top:0px;left:0px;width:100%;height:100%;background:url(../images/cloud.png)no-repeat;z-idnex:1;opacity:0.5;}

#cloud2{z-index:2;}

.logintop {

    height: 47px;

    position: absolute;

    top: 0;

    background: url(../images/loginbg1.png) repeat-x;

    z-index: 100;

    width: 100%;

}

.logintop span {

    line-height: 47px;

    background: url(../images/loginsj.png) no-repeat 21px 18px;

    text-indent: 44px;

    color: #afc5d2;

    float: left;

}

.logintop ul {

    float: right;

    padding-right: 30px;

}

ul {

    display: block;

    margin: 0;

    padding: 0;

    list-style: none;

}

.logintop ul li {

    float: left;

    margin-left: 20px;

    line-height: 47px;

}

.logintop ul li a {

    color: #afc5d2;

}

li {

    display: block;

    margin: 0;

    padding: 0;

    list-style: none;

}

body{

    /* background: url(../images/bg.png) repeat center -100px; */
    /*
        background-size: 100%; */

}

.loginbody {

    /*background: url(../images/loginbg3.png) no-repeat center center;*/

    width: 100%;


    overflow: hidden;

}

.systemlogo {

    background: url(../images/loginlogo.png) no-repeat center;

    width: 100%;

    height: 71px;

    margin-top: 75px;

    display: block;

}

.loginbox {

    margin-top: 30px;

}

.loginbox ul {

    margin-top: 60px;

}

.loginbox ul li {

    margin-bottom: 25px;position: relative;overflow: hidden;

}

.loginuser {

    display: block;
    width: 253px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin: 0 auto;
    box-sizing: border-box;
}
.loginuser:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
}
.loginpwd {

    display: block;
    width: 253px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin: 0 auto;
    box-sizing: border-box;
}
.loginpwd:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
}
.logincode {

    position: relative;
}
.loginbody ul li:not(:last-child) {
    margin-bottom: 20px;
}
.logincode input {

    display: block;
    width: 253px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin: 0 auto;
    box-sizing: border-box;
}
.logincode input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
}
.verify_img {
    right: 21px !important;
    top: 0px !important;
    width: 140px !important;
    height: 33px !important;
}
.logincode span {

    float: right;

    border-left: 1px solid #e5e5e5;

    padding: 0 15px;

    height: 46px;

    margin: 1px 0;

    color: #066cac;

    cursor: pointer;

}

.loginbtn {

    background: #317fbe;
    border-radius: 10px;
    width: 120px;
    height: 38px;
    line-height: 38px;
    margin: 20px auto;
    border: 0px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;

}

.loginbox ul li label {

    color: #fff;

    padding-left: 25px;

}

.loginbox ul li label input {

    margin-right: 5px;

    outline: none;

}

.loginbm {

    height: 50px;

    line-height: 50px;

    text-align: center;

    background: url(../images/loginbg2.png) repeat-x;

    position: absolute;

    bottom: 0;

    width: 100%;

    /*color: #0b3a58;*/

    /*color: #fff;*/

    color: #A97E44;

}

.loginbm a{

    /*color: #A97E44;*/

    color: #fff;

}

.loginTips span{

    display: block;

    text-align: center;

    color: #333;

}



body {
    background: #fff;
}
.hide2 {
    display: none;
}
.wrap {
    margin-top: 180px;
}
.head {
    width: 1020px;
    height: 77px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.right {
    /* width: 400px; */
    height: 50px;
    line-height: 50px;
    margin-top: 13px;
}
.right ul {
    font-size: 0;
}
.right ul li {
    display: inline-block;
    margin-left: 20px;
    width: 50px;
}
.right ul li a {
    color: #000;
    font-size: 12px;
}
.box {
    width: 100%;
    height: 600px;
    background-position: 50% 0%;
    position: relative;
}
.box .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
}
.text-box {
    float: left;
    margin-top: -500px;
    margin-left: 500px;
    width: 1020px;
    height: 425px;
}
.login-box {
    width: 295px;
    height: 425px;
    margin: 0px 0px 0px 670px;
    background: #f1f7fa;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 15px 20px 25px #5794b4;
    position: relative;
    box-sizing: border-box;
}
.login-box .logo {
    width: 118px;
    height: 68px;
    margin: 0px 0px 0px 80px;
    padding-top: 20px;
}.login-box .logo img {
     vertical-align: center;
     border: 0;
     display: block;
 }
.xtbt1 {
    margin: 0px 0px 20px 30px;
}
.form-group {
    width: 253px;
    height: 38px;
    margin: 0 auto 20px;
}
.form-control {
    height: 38px;
}
.form-group2 {
    margin: 0 auto;
    width: 120px;
}
.btn {
    background: #317fbe;
    border-radius: 10px;
    width: 120px;
    height: 38px;
    margin: 30px auto;
    border: 0px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
.fwrx {
    text-align: center;
    color: #464646;
    margin-top: 5px;
}
.tel img {
    display: block;
    margin: 5px auto 0;
}
.eml {
    width: 64px;
    height: 63px;
    /* background: url(../manage_images/ewm1.png) no-repeat; */
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 10px;
}
.ewm2 {
    color: #626262;
    font-weight: bold;
    line-height: 20px;
    padding-top: 60px;
    text-align: center;
    width: 290px;
    font-size: 12px;
}

.ewm3 img{
    width: 165px;
    height: 165px;
    margin: 35px auto 20px;
    display: block;
}
.ewm4 {
    color: #959595;
    width: 290px;
    text-align: center;
    font-size: 12px;
}
.ewm5 {
    color: #317fbe;
    width: 290px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}
.footer {
    width: 1020px;
    height: 65px;
    margin: 0 auto;
    display: flex;
}
.footer .left {
    width: 235px;
    margin: 20px 0px;
}
.footer .in1 {
    color: #828282;
    margin: 20px 0px 0px 90px;
    font-size: 12px;
    line-height: 25px;
}


