@charset "utf-8";
/* CSS Document */

html,
body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}



/* 渐变色 */
.layui-fluid {
    width: 100%;
    height: 100vh;
    background: radial-gradient(circle at center,
            #ffffff 0%,
            #e2e2e2 100%);
}


/*登录*/
.LoginBox {
    margin: 0 auto;
    width: 700px;
    min-width: 700px;
    height: 350px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .15);
    border-radius: 15px;
}

.left {
    display: inline-block;
    width: 250px;
    height: 350px;
    float: left;
    border-radius: 15px 0 0 15px;
    position: relative;
    background-image: url("/statics/img/login/bg1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.jyLogo {
    background-color: #ffffff;
    width: 70px;
    height: 70px;
    border-radius: 5px;
    margin: 70px 85px 0;
    background-image: url("/statics/img/logo.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.right {
    display: inline-block;
    width: 450px;
}

.LoginTitle {
    text-align: center;
    line-height: 100px;
    font-size: 24px;
    height: 100px;
}

.LoginContent {
    border-radius: 0px;
    height: 150px;
    text-align: center;
}

.LoginFooter {
    height: 100px;
}

/*input外套*/
.loginInputc {
    width: 100%;
}

/*input*/
.logininput {
    height: 32px;
    margin: 5px 0;
    width: 307px;
    background-color: transparent;
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 2px;
    text-align: center;
}

/*记住密码*/
.checkMMBox {
    width: 100px;
    margin: 10px 0 0 80px;
}

.LoginBtn {
    font-size: 14px;
    width: 60px;
    padding: 0;
    cursor: pointer;
    margin: 20px auto 0;

}

.checkboxfalse {
    height: 29px;
    display: block;
    background: url(/statics/img/login/checkbox.png) no-repeat left top;
    cursor: pointer;
    padding-left: 40px;
    line-height: 29px;
    font-size: 14px;
    font-weight: bold
}

.checkboxtrue {
    height: 29px;
    display: block;
    background: url(/statics/img/login/checkboxtrue.png) no-repeat left top;
    cursor: pointer;
    padding-left: 40px;
    line-height: 29px;
    font-size: 14px;
    font-weight: bold
}

.h20 {
    height: 25%;
}

/*}*/


@media screen and (max-width:768px) {}

/*平板及电脑*/
@media screen and (min-width:768px) {}