* {
    margin: 0;
    padding: 0;
    font-family: -apple-system,"Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB",STHeiti,"Microsoft YaHei","Microsoft JhengHei","Source Han Sans SC","Noto Sans CJK SC","Source Han Sans CN","Noto Sans SC","Source Han Sans TC","Noto Sans CJK TC","WenQuanYi Micro Hei",SimSun,sans-serif;
}
html, body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
html {
    background-color: #FFFFFF;
    background-image: url(../images/login_background.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.notDisplay{
    display: none;
}
#login-div {
    margin: auto;
    width: 370px;
    /*height: 340px;*/
    padding: 0px 50px 50px 50px;
    text-align: center;
    border-radius: 8px;
    /*box-shadow: 0 3px 40px rgba(0,0,0,.05);*/
}
#head {
    font-size: 58px;
}
#subhead {
    font-size: 16px;
    color: #b3b3b3;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
.row {
    position: relative;
}
.input-cu {
    border: 2px solid #eaeaea !important;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #A4A6A5;
    color: #495057;
}
.input-cu:focus {
    border-color: #ffa576 !important;
}
#reme {
    text-align: left;
}
#login-btn{
    cursor: pointer;
    margin-top: 13px;
    border: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #FF600C;
    font-size: 1.1rem;
    font-family: sans-serif;
    border-radius: 5px;
    letter-spacing: 2px;
    box-shadow: 0 0 5px #ffc6c6;
}
.row label {
    color: #b3b3b3;
    position: absolute;
    left: -34px;
    top: 11px;
}
.right {
    text-align: right;
}
.fl-of {
    overflow: hidden;
}
.forget-password {
    float: right;
    color: #A5A5A5;
    margin-bottom: 3px;
}
.experience-now {
    margin-top: 10px;
    float: left;
    color: #A5A5A5;
    margin-bottom: 3px;
    background-color: white;
    border: none;
}
#container {
    display: flex;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.logo {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}
.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #f98d54;
}
.layui-form-checked[lay-skin=primary] i {
    background-color: #f98d54;
}
.layui-form-checked[lay-skin=primary] i {
    border-color: #f98d54;
}

.rg-panel {
    width: 480px;
    height: 535px;
    left: calc(50% - 245px);
    background-color: #fff;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 3px 40px rgba(0,0,0,.05);
    position: relative;
}

.page_content {
    padding-top: 80px;
    position: relative;
}

.left_module {
    float: left;
    width: 35%;
    margin-left: 10%;
}

.right_module {
    margin-top: -38px;
    margin-left: 10%;
    float: left;
    width: 35%;
}

.left_module_footer {
    padding-top: 140px;
    width: 90%;
    text-align: center;
}
.left_module_footer li{
    display: inline-block;
    width: 22%;
    float: left;
}
.left_module_footer li img{
    width: 96%;
}
.left_module_footer li div{
    color: rgb(51,51,51);
    font-size: 14px;
    padding-top: 11px;
}

.back_btn {
    position: relative;
    top: 15px;
    left: 32px;
    cursor: pointer;
    width: 120px;
    height: 40px;
}

.back_btn1 {
    top: 8px;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    position: absolute;
    padding-left: 5px;
}

.layui-form-checkbox span {
    margin-top: 0px;
    height: 20px;
}

.clear {
    clear: both;
}

/*遮罩层*/
.fade{
    display: none;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}
/*弹出层*/
.succ-pop{
    display: none;
    width: 330px;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -155px;
    margin-top: -105px;
    z-index: 999;
    border-radius: 5px;
}
.scan-login {
    position: absolute;
    right: 1px;
    top: 3px;
    cursor: pointer;
}

/*界面2*/
#login-div2 {
    margin: auto;
    width: 370px;
    padding: 30px 50px 50px 50px;
    text-align: center;
    border-radius: 8px;
}
.login-div2-title{
    padding-top: 60px;
    letter-spacing: 5px;
    text-align: center;
    font-weight: bold;
    color: #0C0C0C;
    font-size: 25px;
}
#subhead2{
    font-size: 16px;
    color: #000;
    padding-top: 35px;
    letter-spacing: 1px;
}
.blodFont{
    font-weight: bold;
    color: rgb(103,153,253);
    right: 110px;
    top: 11px;
}
