html, body {
    width: 100%;
    height: 100%;
}

.bg-login {
    width: 100%;
    height: 100%;
    background: url(../img/login/bg.jpg) center top no-repeat;
    background-size: 100% auto;
    background-color: #fff;
}

.loginPanel {
    width: 1000px;
    height: 600px;
    position: absolute;
    left: 50%;
    bottom: 5em;
    margin: -300px 0 0 -500px;
}

.brCode {
    display: none;
    padding-top: 10px;
    left: calc(50% - 150px);
    border-radius: 10px;
    position: absolute;
    background: white;
    width: 303px;
    height: 420px;
    margin: 0 auto;
    top: calc(50% - 206px);
}

.brCode .codeTitle {
    display: block;
    height: 2em;
    line-height: 3em;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.brCode .closeBr > a {
    color: white !important;
}

.brCode .closeBr {
    width: 130px;
    height: 36px;
    background-color: orange;

    line-height: 36px;
    text-align: center;
    font-size: 20px;
    border-radius: 10px;
    margin-left: calc(50% - 65px);
    cursor: pointer;
}

.brCode > div {
    float: left;
    width: 100%;
    height: 85%;
}

.brCode > div > img {
    width: 100%;
}

.logo {
    text-align: center;
}

.srk-login {
    width: 450px;
    height: 530px;
    margin: 10px auto 0;
    padding: 35px 20px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: 0 0 5px #aaa;
    overflow: hidden;
    text-align: center;
}

.srk-login ul {
    padding: 30px 0;
}

.srk-login ul li {
    padding: 5px 20px;
    text-align: left;
    list-style-type: none;
}
.srk-login .srk input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border: 1px solid #dadada;
    border-radius: 40px;
    background: #fff;
    margin: 10px auto;
    text-indent: 56px;
    font-size: 16px;
}

.srk-login .logoTitle {
    font-size: 30px;
    font-family: "Franklin Gothic Heavy";
    color: #009688;
    font-weight: bold;
}

.loginPanel .srk-login div {
    display: inline-block;
    vertical-align: middle;
}

.btn-login a {
    display: block;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    border-radius: 40px;
    background: #00B8A7;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.btn-login a:hover {
    background: #ff9000;
    border-color: #ff9000;
    cursor: pointer;
}

.srk-login .srk .user {
    background: #fff url(../img/login/yonghu.png) 15px center no-repeat;
    background-size: 25px;
}

.srk-login .srk .password {
    background: #fff url(../img/login/mima.png) 15px center no-repeat;
}

.nocheck {
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.forget {
    float: left;
}

.reg {
    float: right;
    text-decoration: underline;
    color: #0098e1;
}

.bq {
    text-align: center;
    padding: 20px 0;
    color: #666666;
    font-size: 16px;
}

.title-l {
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
    font-size: 20px;
    color: #666;
}

.jj-t {
    margin: 20px;
    text-align: left;
}

.jj-t .el-checkbox__inner {
    width: 30px;
    height: 30px;
}

.jj-t .el-checkbox__label {
    display: inline-block;
    padding-left: 10px;
    line-height: 19px;
    font-size: 16px;
    color: #666666 !important;
}

.jj-t .el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #00B8A7;
    border-color: #00B8A7;
}

.jj-t .el-checkbox__inner::after {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    content: "";
    border: 4px solid #fff;
    border-left: 0;
    border-top: 0;
    height: 12px;
    left: 10px;
    position: absolute;
    top: 4px;
    -webkit-transform: rotate(45deg) scaleY(0);
    transform: rotate(45deg) scaleY(0);
    width: 5px;
    -webkit-transition: -webkit-transform .15s ease-in .05s;
    transition: -webkit-transform .15s ease-in .05s;
    transition: transform .15s ease-in .05s;
    transition: transform .15s ease-in .05s, -webkit-transform .15s ease-in .05s;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.mui-switch {
    margin-right: 5px;
    vertical-align: middle;
    width: 40px;
    height: 20px;
    position: relative;
    border: 1px solid #d5d5d5;
    background-color: #d5d5d5;
    box-shadow: #d5d5d5 0 0 0 0 inset;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-clip: content-box;
    display: inline-block;
    -webkit-appearance: none;
    user-select: none;
    outline: none;
    cursor: pointer;
}

.mui-switch:before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0px;
    left: 0;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.mui-switch:checked:before {
    left: 19px;
}

.mui-switch.mui-switch-anim {
    transition: border cubic-bezier(0, 0, 0, 1) 0.4s, box-shadow cubic-bezier(0, 0, 0, 1) 0.4s;
}

.mui-switch.mui-switch-anim:before {
    transition: left 0.3s;
}

.mui-switch.mui-switch-anim:checked {
    box-shadow: #0098e1 0 0 0 16px inset;
    background-color: #0098e1;
    transition: border ease 0.4s, box-shadow ease 0.4s, background-color ease 1.2s;
}

.mui-switch.mui-switch-anim:checked:before {
    transition: left 0.3s;
}

#app {
    width: 100%;
    height: 100%;
    /*display: none;*/
}

.rewardDeclareLogin .srk-login{
    width: auto;
    height: auto;
}

.rewardDeclareLogin >.panel{
    padding-top: 150px;
    background: transparent;
    border: none;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.rewardDeclareLogin .logoTitle {
    font-size: 28px;
}

.rewardDeclareLogin .logo{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.rewardDeclareLogin .logo .logoTitle{
    font-size: 38px;
    font-family: "Franklin Gothic Heavy";
    color: #009688;
    font-weight: bold;
}

.rewardDeclareLogin .logo img{
    width: 64px;
    margin-right: 10px;
}

.rewardDeclareLogin .regForm{
    margin-top: 40px;
    padding: 0 70px 0 10px;
}
.rewardDeclareLogin .regForm label.el-form-item__label {
    font-size: 16px;
    padding-right: 20px;
    font-weight: 500;
    color: #000;
}

.rewardDeclareLogin .regForm .el-input__inner {
    height: 44px;
    line-height: 44px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #fff !important;
    opacity: 1;
}

.btn-reg a {
    display: block;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    border-radius: 40px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    background: #fff;
    color: #00B8A7;
    border: 1px solid #00B8A7;
}

.btn-reg a:hover {
    background: #ff9000;
    border-color: #ff9000;
    cursor: pointer;
}

.bg-login .consultation{
    position: absolute;
    bottom: 100px;
    right: 100px;
    cursor: pointer;
    text-align: center;
    width: 120px;
    height: 130px;
}
.bg-login .consultation .text{
    font-size: 24px;
    font-weight: bolder;
    color: #000;
    margin-top: 10px;
    text-align: center;
}

.bg-login .code{
    position: absolute;
    bottom: 65px;
    right: 230px;
    cursor: pointer;
}