body {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    -webkit-overflow-scrolling: touch;
}

* {
    padding: 0;
    border: 0;
    outline: 0;
}

li {
    list-style-type: none;
}

body::-webkit-scrollbar {
    display: none
}

::-webkit-scrollbar {
    width: 6px;
    height: 10px
}

::-webkit-scrollbar-track {
    border-radius: 0;
    background: none
}

::-webkit-scrollbar-thumb {
    background-color: rgba(85, 85, 85, .4)
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .2)
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(85, 85, 85, .3)
}

.logo {
    object-fit: fill;
    margin-top: 10px;
}

.header-box {
    height: 56px;
}

.header {
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    font-weight: 400;
}

.head-cmds {
    display: flex;
    align-items: center;
}

.head-cmd {
    -webkit-user-select: none;
    user-select: none;
    float: left;
    cursor: pointer;
    margin: 0 10px;
    padding: 12 0px;
}

.head-cmd:hover,
#member:hover {
    color: #38b9ff;
    border-color: transparent;
    background-color: transparent;
}

#member {
    font-weight: 600;
    position: relative;
    vertical-align: middle;
    background: linear-gradient(90deg, #ffeccc, #ffd080);
    color: #664100;
    border: 0;
    border-radius: 26px;
    line-height: 28px;
    font-size: 14px;
    padding: 0 16px;
}

.container {
    background-image: url(https://jwlrobot.oss-cn-hangzhou.aliyuncs.com/uniccimages/background.png);
}

.top {
    height: calc(100vh - 100px);
    max-height: 900px;
    min-height: 700px;
    background-size: cover;
}

.main {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.top {
    width: 1440px;
    overflow: auto;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-image {
    width: 40%;
    height: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(https://jwlrobot.oss-cn-hangzhou.aliyuncs.com/uniccimages/login-banner.png);
    overflow: hidden;
    background-size: contain;
}

@media screen and (min-width: 1400px)and (max-width:1920px) {
    .login-content {
        width: 500px;
    }
    .login-image {
        flex: .8;
    }
}

.login-title {
    font-size: 60px;
    font-weight: 700;
    line-height: 80px;
    color: #030b1a;
}

.login-box {
    margin-bottom: 18px;
}

.login-subtitle {
    font-size: 18px;
    line-height: 26px;
    color: #495366;
    font-weight: 300;
}

#login {
    padding: 0;
    border: 0;
    outline: 0;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    width: 210px;
    height: 60px;
    border-radius: 30px;
    font-size: 21px;
    background: #38b9ff;
    border-color: #38b9ff;
    color: #fff;
    cursor: pointer;
}

#login:hover {
    opacity: 0.8;
}

.pages {
    width: 100%;
}

.page {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fafcff;
}

.page-box {
    width: 1260px;
    margin: 150px 0 140px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-title {
    font-size: 66px;
    line-height: 66px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #030b1a;
}

.page-sub-title {
    font-size: 50px;
    line-height: 50px;
    color: #495366;
    font-weight: 300;
}

.page-contents {
    width: 1200px;
    height: 380px;
    /* justify-content: flex-start; */
    align-items: center;
    position: relative;
    overflow: hidden;
}

.page-content {
    width: 1200px;
    margin: 0;
    padding: 0;
    /* position: absolute; */
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    float: left;
}

.content-text {
    width: 560px;
    height: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-top-title {
    line-height: 55px;
    font-weight: 500;
    font-size: 40px;
    color: #030b1a;
}

.text-top-sub-title {
    margin-top: 10px;
    line-height: 34px;
    font-size: 26px;
    flex-wrap: wrap;
    align-items: stretch;
    display: flex;
    font-weight: 300;
    color: #495366;
}

.text-buttom {
    margin-top: 60px;
}

.content-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 70px;
}

.content-img {
    width: 560px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.page-menus {
    bottom: 26px;
    text-align: center;
    position: static;
    transform: none;
    float: left;
}

.page-menu {
    padding: 10px 0 10px 54px;
}

.menu-btn {
    border-radius: 8px;
    width: 16px;
    height: 16px;
    background-color: #06a7ff;
    z-index: 100;
    opacity: .24;
    cursor: pointer;
}

.menu-on {
    opacity: 1;
}

.deep {
    background-color: #f2f7ff;
}

.mask {
    position: fixed;
    height: 100%;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}

.signin-box {
    background-color: white;
    font-size: 18px;
    font-family: 微软雅黑;
    width: 400px;
    height: 400px;
    position: relative;
}

.inputbutton {
    margin: 5px 5px 5px 0px;
}

.signinerror,
.signuperror {
    margin-left: 10px;
    color: red;
}

#qrinput {
    padding: 0px;
    margin: 20px;
    height: 100%;
    padding-top: 20px;
    display: none;
}

.login-back {
    top: 20px;
    right: 20px;
    height: 60;
    width: 154px;
    position: absolute;
    cursor: pointer;
}

#signupinput {
    padding: 0px;
    width: 92%;
    height: 100%;
    margin: 15px 0px 15px 30px;
    padding-top: 20px;
    display: none;
}

#signininput {
    padding: 0px;
    width: 90%;
    height: 100%;
    margin: 10px 20px;
    padding-top: 20px;
    display: none;
}

#signininput li {
    list-style: none;
    margin: 20px 10px;
    min-height: 21px;
}

#signupinput li {
    list-style: none;
    margin: 5px 10px;
    min-height: 21px;
}

.log-input {
    padding: 5px;
    width: 290px;
    font-size: 18px;
    border: 1px solid gray;
    border-radius: 3px;
    line-height: 24px;
}

.log-input-mini {
    padding: 5px;
    width: 176px;
    font-size: 18px;
    border: 1px solid gray;
    border-radius: 3px;
    line-height: 24px;
}

#verifycode,
#verifycode1 {
    padding: 5px;
    width: 120px;
    font-size: 18px;
    border: 1px solid gray;
    border-radius: 3px;
    line-height: 24px;
}

.inputcheck {
    margin-left: 5px;
    width: 32px;
}

.signin-box button {
    background-color: #38b9ff;
    border-color: #38b9ff;
    color: white;
    font-size: 18px;
    padding: 5px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.signin-box button:hover {
    opacity: .8;
}

#rememberme {
    width: 20px;
    height: 20px;
    float: left;
}

.rememberme-text {
    display: block;
    line-height: 25px;
    height: 30px;
    float: left;
}

.scan {
    position: absolute;
    top: 330px;
    left: 30px;
    width: 49px;
    float: left;
}

.scan-text {
    position: absolute;
    top: 330px;
    left: 80px;
    margin-left: 20px;
    display: block;
    line-height: 49px;
    height: 49px;
    float: left;
}

.login-left {
    width: 32px;
    left: 32px;
    top: 32px;
    cursor: pointer;
    position: absolute;
}

.login-left:hover {
    opacity: 0.8;
}

#sendverifycode,
#sendverifycode1 {
    width: 150px;
    margin-left: 20px;
    height: 35px;
}

#signupinput .signin-title {
    margin-left: 50px;
}

#myqr {
    width: 360px;
    height: 400px;
    margin: 20px 0px 0px 40px;
}

.signinBySMS {
    display: none;
}

.signup-pwds {
    width: 226px;
    height: 100px;
    float: left;
}

.signin-avatar {
    background-size: cover;
    height: 98px;
    width: 74px;
    float: left;
    border: 1px solid gray;
    cursor: pointer;
}

.signin-avatar:hover {
    border: 1px solid green;
}

.avatars-box {
    display: none;
    position: absolute;
    left: calc(50% - 380px);
    top: calc(50% - 228px);
    width: 760px;
    height: 456px;
    margin: auto;
    z-index: 100;
    box-shadow: 0 0 10px rgba(0, 0, 0, .8);
    background-color: white;
}

.avatars {
    margin: 20px;
}

.avatars li {
    display: block;
    float: left;
    margin: 3px;
    border: 1px solid gray;
    opacity: 0.7;
}

.avatars .avatar {
    width: 72px;
    height: 96px;
    background-size: cover;
}

.avatars li:hover {
    border: 1px solid red;
    cursor: pointer;
    opacity: 1;
}
#bottom-layer {
    position: relative;
    z-index: 3000;
    bottom: 0;
    height: 39px;
    padding-top: 1px;
    zoom: 1;
    margin: 0;
}

.bottom-layer-content-v {
    color: white;
    /* 字体颜色 */
    text-align: center;
    /* 文本居中 */
    padding: 15px;
    /* 内边距 */
}

.bottom-layer-content a {
    color: white;
    /* 字体颜色 */
}

.bottom-layer-content-v a {
    color: rgb(0, 0, 0);
    /* 字体颜色 */
}