body{
    width: 100%;
    background-image: url("../images/login-background.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}
body,button, input, select, textarea,h1 ,h2, h3, h4, h5, h6,p { font-family: "PingFang SC";}
::-webkit-scrollbar {/*滚动条整体样式*/
    width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    background-color: rgba(0,0,0,.23);
}
::-webkit-scrollbar-track {/*滚动条里面轨道*/
    background: #fff;
}
.bg{
    padding-top: 80px;
    box-sizing: border-box;
    position: relative;
}
.mainbox {
    width: 100%;
    /* height:  calc(100vh - 150px); */
}
.container1 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.login-img {
    width: 514px;
    height: 497px;
    background-image: url(../images/login-img.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.regis {
    width: 43.8%;
    /* width: 657px; */
    height: 715px;
    background: #FFFFFF;
    box-shadow: 5px 6px 17px 0px rgba(70,70,70,0.12);
    border-radius: 10px 10px 10px 10px;
    padding: 20px 70px 45px;
    box-sizing: border-box;
}
.regis .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.regis .logo .line {
    width: 1px;
    height: 30px;
    background-color: #999999;
    margin: 0 14px;
}
.regis .logo .login {
    font-size: 22px;
    font-weight: 400;
    color: #181818;
}
.regis .cutline {
    padding-top: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #DEDEDE;
}
.regis .title {
    font-size: 32px;
    font-weight: 400;
    color: #4A4A4A;
    margin: 20px 0;
    text-align: center;
}
#model input::-webkit-input-placeholder { /* WebKit browsers */
    color: #C0C4CC;
}
#model input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #C0C4CC;
}
#model input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #C0C4CC;
}
#model input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #C0C4CC;
}
#model .layui-form-item {
    position: relative;
}
/* 底部样式 */
.footer {
    width: 1200px;
    margin: 50px auto 0;
}
.footer p{
    color: #73777A;
    font-size: 14px;
}
.form ul.layui-tab-title li {
    font-size: 18px;
    width: 50%;
}
.form ul.layui-tab-title li:first-child {
    border-right: 1px solid #D8D8D8;
}
.foot p {
    color: #949494;
    font-size: 12px;
    text-align: center;
    display: block;
}
.foot {
    width: 1200px;
    text-align: center;
    /* padding-top: 50px;
    padding-bottom: 30px; */
    font-size: 14px;
    max-width: 1200px;
    margin: 0 auto;
}
.foot p {
    font-size: 14px;
    color: #949494;
}
.foot a {
    color: #949494;
    font-size: 14px;
}