body {
    font-size: 16px;
    background: url(/images/login/bg.png) no-repeat;
    background-size: 100%;
}

/*logo*/
.logo-box {
    margin: 0 auto;
    padding: 63px auto 24px;
    width: 221px;
    height: 55px;
}

.logo {
    margin: 0 auto;
}

.login-box {
    margin: 106px auto;
    width: 470px;
    height: 425px;
    border-radius: 4px;
    background: #FFFFFF;
    padding-top: 63px;
    opacity: 0.8;
}

/*后台管理系统-字体*/
.welcome {
    text-align: center;
    margin: 24px auto 50px;
    height: 24px;
    color: #333333;
    letter-spacing: 1px;
    font: 20px/24px PingFangSC-Regular;
}

.layui-form {
    width: 80%;
    margin: auto;
}

.layui-form-item {
    margin-top: 20px !important;
}

/*手机号输入框*/
.name {
    width: 334px;
    height: 46px;
    border-radius: 4px;
    border: 1px solid #DFDFDF;
}
.smsCode {
    width: 334px;
    height: 46px;
    border-radius: 4px;
    border: 1px solid #DFDFDF;
}
/*验证码输入框*/
/*.smsCode {*/
/*    width: 218px;*/
/*    height: 46px;*/
/*    border-radius: 4px;*/
/*    border: 1px solid #DFDFDF;*/
/*}*/

/*获取验证码按钮*/
#codeMsgBtn {
    width: 97px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #317DFF;
    color: #317DFF;
    margin-left: 14px;
    cursor: pointer;
    font: 400 15px/24px PingFangSC-Regular, PingFang SC;
}

/*输入框*/
.data-input {
    padding: 5px 20px;
}

/*登录按钮*/
#submit {
    height: 56px;
    background: #317DFF;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    font: 400 16px/56px PingFangSC-Regular, PingFang SC;
}

/*placeholder颜色*/
.data-input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ccc;
}

.data-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc;
}

.data-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc;
}

.data-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}

/*去除IE输入框后叉号*/
input::-ms-clear, input::-ms-reveal {
    display: none
}

.footer {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    height: 24px;
    width: 238px;
    color: #FFFFFF;
    bottom: 0;
    letter-spacing: 0;
    margin: 32px auto;
    text-align: center;
    font: 400 16px/24px PingFangSC-Regular, PingFang SC;
}