body {
    min-width: 100%;
    /*background: url("../dist/img/bg_loginBg.png") no-repeat;*/
}
.tipArea{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 10%;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
    width: 2px;
    height: 16px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(110, 110, 110, 0.3);
    box-shadow: inset 0 0 6px rgba(110, 110, 110, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.login_inner {
   /* min-height: 800px;*/
    /* margin: 50px auto; */
}

.main {
    position: relative;
    width: 100%;
    /*min-height: 86.1vh;*/
    overflow-x:hidden  ;
}

.login_top {
  min-width: 100%;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(235,235,235,1);
}

.login_top div {
    /*!*line-height: 8vh;*!
    line-height: 65px;*/
}

.login_top div>ul {
    width: 90%;
    /*height: 50px;*/
    display: inline-flex;
    justify-content: space-between;
    flex-direction: row;
    color: #333333;
    font-size: 18px;
}

.login_top div ul li:first-child {
    /*background: url('../dist/img/logo_login1.png') no-repeat;
    width: 136px;
    height: 65px;
    background-position: center;*/
}

.login_top div ul li:not(:first-child):hover {
    cursor: pointer;
    color: #f13434;
}

.login_mid {
   width: 100%;
    height: 100%;
    min-height: 670px;
    float: left;
   /* background: url(../dist/img/login_mid_bg.png) no-repeat;*/
    background-position: center;
    text-align: center;
    top: 0;

}

.loginArea {
    width: 100%;
    background-color: #fbfbfb;
    /* box-shadow: 0px 0px 10px 1px rgb(199, 199, 199); */
  /*  margin: 20px 40px;*/
    padding: 1.5rem;
    position: absolute;
   /* right: 40%;*/
    top: 20%;
}

.accountNumber {
    width: 100%;
    height: 49px;
    line-height: 49px;
    border: 1px solid #e5e5e5;
    border-radius: 1px;
    display: inline-block;
    margin: 10px auto;
}

.labelForAccount {
    display: inline-block;
    width: 107px;
    height: 47px;
    line-height: 47px;
    padding-left: 43px;
    cursor: pointer;
    margin-bottom: 0;
}

.phoneActive {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: -28px;
    margin-top: 11px;
    background: url("../dist/img/sprite.png") no-repeat;
    background-position: -70px -22px;
}

.phone:hover .phoneActive {
    background-position: -30px -22px;
}

.phone:hover {
    color: #f13434;
}

.suoActive {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: -28px;
    margin-top: 11px;
    background: url("../dist/img/sprite.png") no-repeat;
    background-position: -70px -53px;
}

.suoActive_re {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: -28px;
    margin-top: 11px;
    background: url("../dist/img/sprite.png") no-repeat;
    background-position: -70px -53px;
}

.suo:hover .suoActive {
    background-position: -30px -53px;
}

.suo:hover {
    color: #f13434;
}

.suo_re:hover .suoActive {
    background-position: -30px -53px;
}

.suo_re:hover {
    color: #f13434;
}


.telErr {
    font-size: 12px;
    float: right;
    height: 13px;
    color: red;
    display: none;
    line-height: 26px;
}

.accountNumber input {
    outline: none;
    border: 0;
    display: inline-block;
    background-color: #fbfbfb;
    height: 47px;
}

input {
    font-size: 14px;
}

input::-webkit-input-placeholder {
    font-size: 14px;
}

input:-moz-placeholder {
    font-size: 14px;
}

input::-moz-placeholder {
    font-size: 14px;
}

input:-ms-input-placeholder {
    font-size: 14px;
}

.identifying {
    width: 333px;
    height: 42px;
    margin: 10px 0;
    position: relative;
}

.idenDiv {
    height: 100px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.remPassword {
    display: inline-block;
    width: 430px;
    height: 15px;
    line-height: 15px;
    margin: 70px 0 0 60px;
}

.confirmRember {
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 1px solid #ccc;
    background: url("../dist/img/sprite.png") no-repeat;
    float: left;
    cursor: pointer;
}

#rember {
    display: none;
}

.forget {
    margin-left: 10px;
    font-size: 12px;
}

.loginBtn {
    font-size: 20px;
    color: white;
    border-radius: 8px;
    width: 80%;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.yk_login {
    font-size: 20px;
    color: white;
    border-radius: 8px;
    width: 80%;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    background-color: #19BE6B;
    margin-top: 20px;
}



.loginBtn:hover {
    background-color: #3967ab;
}

.thirdLogin {
    width: 430px;
    height: 54px;
    line-height: 54px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-left: 60px;
}

.thirdLogin div {
    width: 40px;
    height: 40px;
    display: inline-block;
    /* background-color: red; */
}

.loginBot {
    text-align: center;
    margin: 15px auto;
}

.loginBot span {
    cursor: pointer;
}

.loginBot span:hover {
    color: #f13434;
}

.registerArea {
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 10%;
    right: 0;
}

#forgotPwdArea {
    position: absolute;
    top: 28%;
}

.register_inner {
    height: 20%;
    margin-top: 5px;
    overflow: hidden;
}
.requireText:before{
    content: '* ';
    color: red;
}
.registerArea input {
    border: 1px solid #e5e5e5;
    width: 60%;
    height: 40px;
    padding: 0 5px;
}

.registerArea .register_yan {
    width: 144px;
    margin-right: 10px;
    float: right;
}

#register_yan {
    width: 48%;
    margin-right: 10px;
}

#register_slide {
    float: right;
    position: relative;
    height: 105px;
}

.login_yanz {
    display: inline-block;
    margin-top: 2%;
    margin-left: 11%;
}

.register_yan_btn {
    width: 30%;
    height: 40px;
    line-height: 40px;
    background-color: #f13434;
    font-size: 12px;
    text-align: center;
    color: #fff;
    float: right;
    cursor: pointer;
    border-radius: 8px;
}

/* .register_yan_btn:hover {
    background-color: #f13434;
} */

.registerArea input:hover {
    border: 1px solid #ffbebe;
}

.registerArea input:focus {
    border: 1px solid #ffbebe;
}

.register_inner_title {
    float: left;
    font-size: 14px;
    color: #4b4b4b;
    text-align: right;
    display: inline-block;
    height: 40px;
    line-height: 34px;
    width: 85px;
    margin-right: 8px;
}

#regiser_btn{
    width: 80%;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    cursor: pointer;
    margin: 0 auto;
}
#bindBtn,#saveBtn{
    background-color: #f13434;
    color: #fff;
    text-align: center;
    height: 54px;
    line-height: 54px;
    font-size: 22px;
    cursor: pointer;
    margin: 0 auto;
    width: 50%;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

#regiser_btn:hover {
    background-color: #ffb400;
}

.backTologin {
    margin: 10px 35%;
    text-decoration: underline;
    display: inline-block;
    cursor: pointer;
}

.backTologin:hover {
    color: #f13434;
}

.registerArea .adress_about select {
    width: 82px;
    height: 34px;
    border: 1px solid #e5e5e5;
    float: left;
}

.registerArea .adress_about select:not(first-child) {
    margin-left: 3px;
}

.adress_about select:focus {
    border: 1px solid #ffbebe;
}

.showError {
    font-size: 12px;
    color: red;
    margin-right: 8px;
    float: right;
}

/* .savePwd {
    padding-left: 67px;
    width: 100%;
    height: 40px;
} */

.savePwd .savePwd-button {
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 130px;
    border: 1px solid #e5e5e5;
    float: left;
    margin: 18px 18px;
}

.savePwd .submitPwd:hover {
    opacity: 0.8;
}

.savePwd .canclePwd:hover {
    opacity: 0.8;
    border: 1px solid #ffbd20;
    color: #ffbd20;
}

.savePwd .submitPwd {
    border: none;
    background-color: #ffbd20;
    color: white;
    float: left;
}

.login_bot {
    width: 100%;
    height: 8vh;
    text-align: center;
    color: #7b7b7b;
}

.login_bot div {
    margin: 0 auto;
}


