html, body{width: 100%; height: 100%;}
input:-webkit-autofill{-webkit-box-shadow: 0 0 0px 1000px white inset;}
/* 旧的登录 */
.enter-login{background:url(../img/enter-bg.jpg) no-repeat center fixed; -webkit-background-size:cover;
    -moz-background-size:cover; -o-background-size:cover; background-size:cover; display: flex; justify-content: center; align-items: center;}
.enter-login-wrap{width: 65%; height: 75%; background: #fff; border-radius: 5px; display: flex;}
.enter-login-left, .enter-login-right{width: 50%;}
.enter-login-left img{width: 100%; height: 100%; border-top-left-radius: 5px; border-bottom-left-radius: 5px;}
.enter-login-right{display: flex; flex-direction: column; padding: 30px 90px 0; position: relative;}
.enter-login-switch{position: absolute; right: 0; top: 0; z-index: 9; z-index: 9;
    width: 80px; height: 80px; cursor: pointer;}
.enter-login-switch img{width: 100%; height: 100%; display: flex;}
.enter-login-title{color: #5C50F8; font-size: 30px; font-weight: bold; text-align: center; margin-bottom: 15%;}
.enter-login-list{display: flex; flex-direction: column;}
.enter-login-label{color: #8F8FA7; font-size: 18px; font-weight: 400; margin-bottom: 10px;}
.enter-login-input input{color: #726D86; font-size: 16px; height: 40px; line-height: 40px; padding-left: 7px;
    border: 0; border-bottom: 1px solid #e8e8e8;}
.enter-login-input .change-code{position: absolute; right: 0; top: 0; z-index: 9; width: 100px; height: 40px;}
.enter-login-input .change-code img{width: 100%; height: 100%;}
.enter-login-rem{margin-top: 10px;}
.enter-login-rem .layui-form-checked[lay-skin=primary] i{background-color: #5C50F8; border-color: #5C50F8;}
.enter-login-rem .layui-form-checkbox[lay-skin=primary]:hover i{border-color: #5C50F8;}
.enter-login-bottom{display: flex; justify-content: center; margin: 15% 0 7%;}
.enter-login-bottom button{background-color: #5C50F8; width: 100%;}
.enter-login-other{position: absolute; right: 20px; bottom: 10px;}
.enter-login-other a{font-size: 14px;}
.enter-login-other .reg{color: #5C50F8; margin-right: 10px;}
.enter-login-other .pwd{color: #777777;}
.enter-login-others{display: flex; justify-content: space-around; align-items: center; }
.enter-login-others a{font-size: 14px;}
.enter-login-others .reg{color: #5C50F8;}
.enter-login-others .pwd{color: #777777;}
.enter-reg-input{position: relative;}
.enter-reg-input button{position: absolute; right: 0; bottom: 10px; border: 1px solid #5C50F8; color: #5C50F8;
    height: 30px; line-height: 30px; font-size: 12px; padding: 0 10px;}
.enter-reg-input button:hover{background: #5C50F8; color: #fff; border: 1px solid #5C50F8;}
.enter-login-qrcode{display: flex; flex-direction: column; justify-content: center; align-items: center;}
.enter-login-qrcode img{width: 300px; height: 300px; display: flex; margin-bottom: 15px;}
.enter-login-qrcode .layui-form-checked[lay-skin=primary] i{background-color: #5C50F8; border-color: #5C50F8;}
.enter-login-qrcode .layui-form-checkbox[lay-skin=primary]:hover i{border-color: #5C50F8;}
.enter-login-right-org{padding: 30px 0; width: 50%;}
.enter-login-right-org-return{display: flex; align-items: center; padding: 0 20px; cursor: pointer;}
.enter-login-right-org-return img{width: 18px; height: 18px; display: flex;}
.enter-login-right-org-return .desc{font-size: 16px; color: #999;}
.enter-login-right-org-title{display: flex; flex-direction: column; justify-content: center; margin: 30px 60px;}
.enter-login-right-org-title .title{font-size: 26px; font-weight: 500; color: #333; margin-bottom: 10px;}
.enter-login-right-org-title .desc{font-size: 14px; color: #999;}
.enter-login-right-org-list{margin: 0 60px; height: calc(100% - 180px); overflow-y: auto;}
.enter-login-right-org-item{display: flex; justify-content: space-between; align-items: center;
    padding: 15px; background: #f5f5f5; border-radius: 5px; cursor: pointer; margin-bottom: 15px;}
.enter-login-right-org-item:active{background: #fff;}
.enter-login-right-org-item .left{display: flex; align-items: center;}
.enter-login-right-org-item .left img{width: 42px; height: 42px; display: flex; margin-right: 10px;}
.enter-login-right-org-item .left .name{font-size: 16px; color: #555;}
.enter-login-right-org-item .forward{width: 20px; height: 20px; display: flex;}
/* 新的登录 */
.enter-login-new{background:url(../img/own/bg.png) no-repeat center fixed; background-size: cover; -webkit-background-size: cover;
    -moz-background-size: cover; -o-background-size: cover; display: flex; justify-content: center; align-items: center; position: relative;}
.enter-login-new-top{position: absolute; left: 0; top: 0; right: 0; z-index: 9;
    display: flex; justify-content: space-between; align-items: center;
    height: 50px; padding: 0 20px; background: #F3F5FF; box-shadow: 0px 6px 6px 1px rgba(112,61,216,0.02);}
.enter-login-new-top .left{display: flex; align-items: center;}
.enter-login-new-top .left img{width: 110px; height: 21px; display: flex;}
.enter-login-new-wrap{width: 600px; height: 680px; background: #fff; border-radius: 10px; position: relative;}
.enter-login-new-switch{position: absolute; right: 0; top: 0; z-index: 9;
    width: 100px; height: 100px; cursor: pointer;}
.enter-login-new-switch img{width: 100%; height: 100%; display: flex; border-top-right-radius: 10px;}
.enter-login-new-right{padding: 60px 60px 0;}
.enter-login-new-title{color: #000; font-size: 26px; font-weight: bold; text-align: left; margin-bottom: 80px;}
.enter-login-new-input{margin-bottom: 30px; position: relative;}
.enter-login-new-input:after{content: ''; position: absolute; left: 50px; top: 18px; bottom: 18px; z-index: 9;
    width: 1px; background: #D4D4D6;}
.enter-login-new-input .left{position: absolute; left: 0; top: 0; bottom: 0; z-index: 9; width: 50px;
    display: flex; justify-content: center; align-items: center;}
.enter-login-new-input .left img{width: 20px; height: 20px; display: flex;}
.enter-login-new-input input{color: #333; font-size: 14px; height: 52px; line-height: 52px; padding-left: 65px;
    border: 1px solid #D9D9D9; border-radius: 5px;}
.enter-login-new-verify{margin-bottom: 10px;}
.enter-login-new-pwd{display: flex; justify-content: space-between; align-items: center;}
.enter-login-new-pwd .left{display: flex; align-items: center;}
.enter-login-new-pwd .left .layui-form-checked[lay-skin=primary] i{background-color: #5C50F8; border-color: #5C50F8;}
.enter-login-new-pwd .left .layui-form-checkbox[lay-skin=primary]:hover i{border-color: #5C50F8;}
.enter-login-new-pwd .left .layui-form-checkbox[lay-skin=primary] span{color: #333;}
.enter-login-new-pwd .right{display: flex; align-items: center;}
.enter-login-new-pwd .right span{font-size: 14px; color: #999; cursor: pointer;}
.enter-login-new-pwd .right span:hover{opacity: 0.8;}
.enter-login-new-action{display: flex; justify-content: center; margin: 50px 0 10px;}
.enter-login-new-action button{background-color: #5C50F8; width: 100%;}
.enter-login-new-agreement{display: flex; justify-content: center; align-items: center;}
.enter-login-new-agreement .desc{font-size: 14px; color: #999;}
.enter-login-new-agreement .link{font-size: 14px; color: #666; cursor: pointer;}
.enter-login-new-agreement .link:hover{opacity: 0.8;}
.enter-login-new-bottom{position: absolute; left: 50%; bottom: 15px; transform: translateX(-50%); z-index: 9;
    display: flex; align-items: center;}
.enter-login-new-bottom .desc{font-size: 14px; color: #999;}
.enter-login-new-bottom .link{font-size: 14px; color: #5C50F8; cursor: pointer;}
.enter-login-new-bottom .link:hover{opacity: 0.8;}
.enter-login-new-copyright{position: absolute; left: 50%; bottom: 20px; transform: translateX(-50%); z-index: 9;
    font-size: 14px; color: #999;}
/* 新的注册 */
.enter-register-new{background:url(../img/own/bg.png) no-repeat center fixed; background-size: cover; -webkit-background-size: cover;
    -moz-background-size: cover; -o-background-size: cover; display: flex; justify-content: center; align-items: center; position: relative;}
.enter-register-new-top{position: absolute; left: 0; top: 0; right: 0; z-index: 9;
    display: flex; justify-content: space-between; align-items: center;
    height: 50px; padding: 0 20px; background: #F3F5FF; box-shadow: 0px 6px 6px 1px rgba(112,61,216,0.02);}
.enter-register-new-top .left{display: flex; align-items: center;}
.enter-register-new-top .left img{width: 110px; height: 21px; display: flex;}
.enter-register-new-wrap{width: 600px; height: 750px; background: #fff; border-radius: 10px; position: relative;}
.enter-register-new-right{padding: 60px 60px 0;}
.enter-register-new-title{color: #000; font-size: 26px; font-weight: bold; text-align: left; margin-bottom: 80px;}
.enter-register-new-input{margin-bottom: 30px; position: relative;}
.enter-register-new-input:after{content: ''; position: absolute; left: 50px; top: 18px; bottom: 18px; z-index: 9;
    width: 1px; background: #D4D4D6;}
.enter-register-new-input .left{position: absolute; left: 0; top: 0; bottom: 0; z-index: 9; width: 50px;
    display: flex; justify-content: center; align-items: center;}
.enter-register-new-input .left img{width: 20px; height: 20px; display: flex;}
.enter-register-new-input input{color: #333; font-size: 14px; height: 52px; line-height: 52px; padding-left: 65px;
    border: 1px solid #D9D9D9; border-radius: 5px;}
.enter-register-new-input .right{position: absolute; right: 0; top: 0; bottom: 0; z-index: 9; width: 100px;
    display: flex; justify-content: center; align-items: center;}
.enter-register-new-input .right .get{font-size: 14px; color: #5C50F8; cursor: pointer;}
.enter-register-new-action{display: flex; justify-content: center; margin: 50px 0 10px;}
.enter-register-new-action button{background-color: #5C50F8; width: 100%;}
.enter-register-new-agreement{display: flex; justify-content: center; align-items: center;}
.enter-register-new-agreement .desc{font-size: 14px; color: #999;}
.enter-register-new-agreement .link{font-size: 14px; color: #666; cursor: pointer;}
.enter-register-new-agreement .link:hover{opacity: 0.8;}
.enter-register-new-bottom{position: absolute; left: 50%; bottom: 15px; transform: translateX(-50%); z-index: 9;
    display: flex; align-items: center;}
.enter-register-new-bottom .desc{font-size: 14px; color: #999;}
.enter-register-new-bottom .link{font-size: 14px; color: #5C50F8; cursor: pointer;}
.enter-register-new-bottom .link:hover{opacity: 0.8;}
.enter-register-new-copyright{position: absolute; left: 50%; bottom: 20px; transform: translateX(-50%); z-index: 9;
    font-size: 14px; color: #999;}
/* 忘记密码 */
.forget-pwd-new{background:url(../img/own/bg.png) no-repeat center fixed; background-size: cover; -webkit-background-size: cover;
    -moz-background-size: cover; -o-background-size: cover; display: flex; justify-content: center; align-items: center; position: relative;}
.forget-pwd-new-top{position: absolute; left: 0; top: 0; right: 0; z-index: 9;
    display: flex; justify-content: space-between; align-items: center;
    height: 50px; padding: 0 20px; background: #F3F5FF; box-shadow: 0px 6px 6px 1px rgba(112,61,216,0.02);}
.forget-pwd-new-top .left{display: flex; align-items: center;}
.forget-pwd-new-top .left img{width: 110px; height: 21px; display: flex;}
.forget-pwd-new-wrap{width: 600px; height: 680px; background: #fff; border-radius: 10px; position: relative;}
.forget-pwd-new-switch{position: absolute; right: 0; top: 0; z-index: 9;
    width: 100px; height: 100px; cursor: pointer;}
.forget-pwd-new-switch img{width: 100%; height: 100%; display: flex; border-top-right-radius: 10px;}
.forget-pwd-new-right{padding: 60px 60px 0;}
.forget-pwd-new-title{color: #000; font-size: 26px; font-weight: bold; text-align: left; margin-bottom: 80px;}
.forget-pwd-new-input{margin-bottom: 30px; position: relative;}
.forget-pwd-new-input:after{content: ''; position: absolute; left: 50px; top: 18px; bottom: 18px; z-index: 9;
    width: 1px; background: #D4D4D6;}
.forget-pwd-new-input .left{position: absolute; left: 0; top: 0; bottom: 0; z-index: 9; width: 50px;
    display: flex; justify-content: center; align-items: center;}
.forget-pwd-new-input .left img{width: 20px; height: 20px; display: flex;}
.forget-pwd-new-input input{color: #333; font-size: 14px; height: 52px; line-height: 52px; padding-left: 65px;
    border: 1px solid #D9D9D9; border-radius: 5px;}
.forget-pwd-new-input .right{position: absolute; right: 0; top: 0; bottom: 0; z-index: 9; width: 100px;
    display: flex; justify-content: center; align-items: center;}
.forget-pwd-new-input .right .get{font-size: 14px; color: #5C50F8; cursor: pointer;}
.forget-pwd-new-action{display: flex; justify-content: center; margin: 50px 0 10px;}
.forget-pwd-new-action button{background-color: #5C50F8; width: 100%;}
.forget-pwd-new-bottom{position: absolute; left: 50%; bottom: 15px; transform: translateX(-50%); z-index: 9;
    display: flex; align-items: center;}
.forget-pwd-new-bottom .desc{font-size: 14px; color: #999;}
.forget-pwd-new-bottom .link{font-size: 14px; color: #5C50F8; cursor: pointer;}
.forget-pwd-new-bottom .link:hover{opacity: 0.8;}
.forget-pwd-new-copyright{position: absolute; left: 50%; bottom: 20px; transform: translateX(-50%); z-index: 9;
    font-size: 14px; color: #999;}
/* 创建机构 */
.create-org-new{background:url(../img/own/bg.png) no-repeat center fixed; background-size: cover; -webkit-background-size: cover;
    -moz-background-size: cover; -o-background-size: cover; display: flex; justify-content: center; align-items: center; position: relative;}
.create-org-new-top{position: absolute; left: 0; top: 0; right: 0; z-index: 9;
    display: flex; justify-content: space-between; align-items: center;
    height: 50px; padding: 0 20px; background: #F3F5FF; box-shadow: 0px 6px 6px 1px rgba(112,61,216,0.02);}
.create-org-new-top .left{display: flex; align-items: center;}
.create-org-new-top .left img{width: 110px; height: 21px; display: flex;}
.create-org-new-wrap{display: flex; flex-direction: column; justify-content: center; align-items: center;}
.create-org-new-title{font-size: 48px; font-weight: bold; color: #1E1D22;}
.create-org-new-wrap form{margin: 40px 0;}
.create-org-new-input input{color: #333; font-size: 14px; height: 52px; line-height: 52px;
    border: 0; border-radius: 5px; width: 500px;}
.create-org-new-action{display: flex; align-items: center;}
.create-org-new-action button{background-color: #5C50F8;}
.create-org-new-copyright{position: absolute; left: 50%; bottom: 20px; transform: translateX(-50%); z-index: 9;
    font-size: 14px; color: #999;}
/* 机构列表 */
.create-org-list-new{background:url(../img/own/bg.png) no-repeat center fixed; background-size: cover; -webkit-background-size: cover;
    -moz-background-size: cover; -o-background-size: cover; display: flex; justify-content: center; align-items: center; position: relative;}
.create-org-list-new-top{position: absolute; left: 0; top: 0; right: 0; z-index: 9;
    display: flex; justify-content: space-between; align-items: center;
    height: 50px; padding: 0 20px; background: #F3F5FF; box-shadow: 0px 6px 6px 1px rgba(112,61,216,0.02);}
.create-org-list-new-top .left{display: flex; align-items: center;}
.create-org-list-new-top .left img{width: 110px; height: 21px; display: flex;}
.create-org-list-new-wrap{position: absolute; left: 20px; top: 70px; right: 20px; bottom: 20px; z-index: 9;
    background: #fff; border-radius: 5px; padding: 30px;}
.create-org-list-new-title{font-size: 18px; font-weight: bold; color: #1E1D22; margin-bottom: 20px;}
.create-org-list-new-wrap .top{display: flex; background: #FAFAFE; border-bottom: 1px solid #f5f5f5;}
.create-org-list-new-wrap .top span{display: inline-block; text-align: center; line-height: 60px; font-weight: 700;
    color: #000; font-size: 14px; height: 60px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.create-org-list-new-wrap .list{display: flex; height: 64px; border-bottom: 1px solid #f5f5f5; position: relative;}
.create-org-list-new-wrap .list:hover{background: #FAFAFE;}
.create-org-list-new-wrap .list .item{display: flex; justify-content: center; align-items: center;
    color: #666; font-size: 14px;}
.create-org-list-new-wrap .list .action{display: flex; justify-content: center; align-items: center;}
.create-org-list-new-wrap .list .action a{font-size: 14px; color: #5C50F8}
.create-org-list-new-wrap .list .action a:first-child{margin-right: 10px;}
/* 协议 */
.enter-agreement-new{background:url(../img/own/bg.png) no-repeat center fixed; background-size: cover; -webkit-background-size: cover;
    -moz-background-size: cover; -o-background-size: cover;}
.enter-agreement-new-top{position: absolute; left: 0; top: 0; right: 0; z-index: 9;
    display: flex; justify-content: space-between; align-items: center;
    height: 50px; padding: 0 20px; background: #F3F5FF; box-shadow: 0px 6px 6px 1px rgba(112,61,216,0.02);}
.enter-agreement-new-top .left{display: flex; align-items: center;}
.enter-agreement-new-top .left img{width: 110px; height: 21px; display: flex;}
.enter-agreement-new-title{font-size: 40px; font-weight: 600; color: #1E1D22; text-align: center; margin: 100px 0 30px;}
.enter-agreement-new-content{font-size: 16px; color: #777; padding: 0 60px 40px; line-height: 2;}
/* 停车商户端登录 */
.hollysys-enter-login{background:url(../img/pc/enter_bg.png) no-repeat center fixed; -webkit-background-size:cover;
    -moz-background-size:cover; -o-background-size:cover; background-size:cover; display: flex; justify-content: center; align-items: center;}
.hollysys-enter-login-wrap{width: 65%; height: 75%; background: #fff; border-radius: 5px; display: flex;}
.hollysys-enter-login-left{width: 50%; position: relative;}
.hollysys-enter-login-left img{width: 100%; height: 100%; border-top-left-radius: 5px; border-bottom-left-radius: 5px;}
.hollysys-enter-login-left .title{position: absolute; top: 50px; left: 50%; transform: translateX(-50%); z-index: 9;
    font-size: 24px; font-weight: 500; color: #fff; letter-spacing: 1px;}
.hollysys-enter-login-right{display: flex; flex-direction: column; padding: 30px 90px 0; position: relative; width: 50%;}
.hollysys-enter-login-switch{position: absolute; right: 0; top: 0; z-index: 9; z-index: 9;
    width: 80px; height: 80px; cursor: pointer;}
.hollysys-enter-login-switch img{width: 100%; height: 100%; display: flex;}
.hollysys-enter-login-title{color: #5C50F8; font-size: 30px; font-weight: bold; text-align: center; margin-bottom: 15%;}
.hollysys-enter-login-list{display: flex; flex-direction: column;}
.hollysys-enter-login-label{color: #8F8FA7; font-size: 18px; font-weight: 400; margin-bottom: 10px;}
.hollysys-enter-login-input input{color: #726D86; font-size: 16px; height: 40px; line-height: 40px; padding-left: 7px;
    border: 0; border-bottom: 1px solid #e8e8e8;}
.hollysys-enter-login-input .change-code{position: absolute; right: 0; top: 0; z-index: 9; width: 100px; height: 40px;}
.hollysys-enter-login-input .change-code img{width: 100%; height: 100%;}
.hollysys-enter-login-rem{margin-top: 10px;}
.hollysys-enter-login-rem .layui-form-checked[lay-skin=primary] i{background-color: #5C50F8; border-color: #5C50F8;}
.hollysys-enter-login-rem .layui-form-checkbox[lay-skin=primary]:hover i{border-color: #5C50F8;}
.hollysys-enter-login-bottom{display: flex; justify-content: center; margin: 20% 0 7%;}
.hollysys-enter-login-bottom button{background-color: #5C50F8; width: 100%;}
.hollysys-enter-login-other{position: absolute; right: 20px; bottom: 10px;}
.hollysys-enter-login-other a{font-size: 14px;}
.hollysys-enter-login-other .reg{color: #5C50F8; margin-right: 10px;}
.hollysys-enter-login-other .pwd{color: #777777;}
.hollysys-enter-login-others{display: flex; justify-content: space-around; align-items: center; }
.hollysys-enter-login-others a{font-size: 14px;}
.hollysys-enter-login-others .reg{color: #5C50F8;}
.hollysys-enter-login-others .pwd{color: #777777;}
.hollysys-enter-reg-input{position: relative;}
.hollysys-enter-reg-input button{position: absolute; right: 0; bottom: 10px; border: 1px solid #5C50F8; color: #5C50F8;
    height: 30px; line-height: 30px; font-size: 12px; padding: 0 10px;}
.hollysys-enter-reg-input button:hover{background: #5C50F8; color: #fff; border: 1px solid #5C50F8;}
.hollysys-enter-login-qrcode{display: flex; flex-direction: column; justify-content: center; align-items: center;}
.hollysys-enter-login-qrcode img{width: 300px; height: 300px; display: flex; margin-bottom: 15px;}
.hollysys-enter-login-qrcode .layui-form-checked[lay-skin=primary] i{background-color: #5C50F8; border-color: #5C50F8;}
.hollysys-enter-login-qrcode .layui-form-checkbox[lay-skin=primary]:hover i{border-color: #5C50F8;}
.hollysys-enter-login-right-org{padding: 30px 0; width: 50%;}
.hollysys-enter-login-right-org-return{display: flex; align-items: center; padding: 0 20px; cursor: pointer;}
.hollysys-enter-login-right-org-return img{width: 18px; height: 18px; display: flex;}
.hollysys-enter-login-right-org-return .desc{font-size: 16px; color: #999;}
.hollysys-enter-login-right-org-title{display: flex; flex-direction: column; justify-content: center; margin: 30px 60px;}
.hollysys-enter-login-right-org-title .title{font-size: 26px; font-weight: 500; color: #333; margin-bottom: 10px;}
.hollysys-enter-login-right-org-title .desc{font-size: 14px; color: #999;}
.hollysys-enter-login-right-org-list{margin: 0 60px; height: calc(100% - 180px); overflow-y: auto;}
.hollysys-enter-login-right-org-item{display: flex; justify-content: space-between; align-items: center;
    padding: 15px; background: #f5f5f5; border-radius: 5px; cursor: pointer; margin-bottom: 15px;}
.hollysys-enter-login-right-org-item:active{background: #fff;}
.hollysys-enter-login-right-org-item .left{display: flex; align-items: center;}
.hollysys-enter-login-right-org-item .left img{width: 42px; height: 42px; display: flex; margin-right: 10px;}
.hollysys-enter-login-right-org-item .left .name{font-size: 16px; color: #555;}
.hollysys-enter-login-right-org-item .forward{width: 20px; height: 20px; display: flex;}