/*滚动条的宽度*/
::-webkit-scrollbar {
    width: 5px;
    height: 8px;
}

.el-aside.buletti-aside {
    display: none;
}

html, body, #app, .el-container{
    margin: 0;
}
/*滚动条的滑块*/
::-webkit-scrollbar-thumb {
    background-color: #a1a3a9;
    border-radius: 3px;
}

.el-header {
    height: 70px !important;
    background: #ffffff !important;
}

.login-box {
    display: flex;
    height: 70px;
    justify-content: flex-start
}

.registHeader .app-logo .el-image:first-child {
    margin-right: 0 !important;
}

.registHeader .app-logo .el-image:first-child img {
    width: 60px
}

.registHeader .float-l.app-logo.log {
    width: 62px !important;
}

.registHeader .regist .el-image {
    margin: 20px 10px 10px 0px;
    height: auto;
    width: auto;
}

.registHeader .float-l.app-logo.regist {
    padding-left: 0;
    margin: 0;
}

.registHeader .app-logo {
    display: inline-block;
}

.login-span {
    background: #eee;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 4px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.login-span img {
    width: 60%;
    padding-top: 5px;
}

.login-div {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.el-input__inner {
    height: 50px !important;
    line-height: 50px !important;
    border: 1px solid #ccc;
}

.registHeader .float-l.app-logo.regist {
    width: 220px !important;
    height: 60px;
    line-height: 60px;
    padding-left: 10px;
}

.registHeader .float-l.app-logo.regist img {
    width: 100% !important;
}

.additional a {
    text-decoration: none;
    color: #2997FF;
}

.loginBody .el-form-item {
    margin-bottom: 0px !important;
}

.el-input-group__append, .el-input-group__prepend {
    width: 35px !important;
    padding: 0 10px !important;
}

.el-input-group__prepend img {
    width: 100%;
}

.app-logo.title {
    line-height: 42px;
    font-size: 22px;
}

.login-title {
    text-align: center;
    padding-top: 9vh;
}

.login-title.forgetTitle {
    padding-top: 6vh;
}

.login-title h1 {
    color: #fff;
    font-size: 28px;
}

.code-btn {
    height: 50px !important;
}

.el-col.el-col-19 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.forget .el-input__inner {
    height: 50px !important;
    line-height: 50px !important;
}

.loginBody {
    background-color: var(--highColor);
    height: 100%;
    width: 100%;
    position: relative;
}

.loginContent {
    box-sizing: border-box;
    width: 720px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 55px;
    background: #E6F5FF;
    border-radius: 15px;
}

/*登录页面的样式*/
.submit {
    margin: 30px 0;
    text-align: center;
}

.submit .el-button {
    min-width: 110px;
}

.title {
    margin: 12px 15px;
}

.el-main {
    background-color: #2997FF;
}

.login-p {
    color: #999999;
    line-height: 25px;
    font-size: 14px;
}

/*选择店铺页面的样式*/
.chooseStore-icon .el-image:nth-child(2) {
    vertical-align: middle;
    display: inherit;
    margin-left: 10px;
}

.flex {
    display: flex;
}

.alignment {
    display: flex;
    align-items: center;
}

.storeTitle {
    margin: 30px 0;
    font-size: 20px;
    font-weight: bold;
}

.storeBorder {
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    padding: 10px;
    margin-top: 15px;
}

.storeBorder:hover {
    border: 1px solid #2997FF;
    box-shadow: 0 0 3px #2997FF;
    cursor: pointer;
}

.storeOwner {
    font-weight: bold;
    font-size: 14px;
}

.email {
    color: #333333;
    font-size: 14px;
}

.icon-store {
    font-size: 35px !important;
    color: #2997FF;
}

@media (max-width: 1440px) {
    .loginContent {
        padding: 20px;
    }

    .submit {
        margin: 10px auto;
    }
}

@media (min-width: 280px) and (max-width: 540px) {
    .el-container .el-main {
        padding: 0 10px !important;
    }

    .buletti-star-login .loginContent {
        width: 95%;
        left: 0;
        top: 18%;
        transform: translate(0%, 0%);
        padding: 10px;
        position: relative;
        margin: 10px auto;
    }

    .app-logo.title {
        margin: 12px 0px;
        font-size: 16px;
    }

    .registHeader .float-l.app-logo.regist {
        width: 184px !important;
        margin: 4px 0 !important;
        padding-left: 0 !important;
    }

    .buletti-star-login.forget .loginContent {
        top: 6%;
    }
}