* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    min-height: 100%;
    position:relative;
    font-family: Tahoma, Verdana, '微软雅黑', 'Microsoft YaHei', '新宋体', Helvetica, Arial, 'sans-serif'
}

body {
    /*min-height:100%;*/
    background: url(../../images/login/bg.png) center no-repeat;
    background-size: 100% 100%;
    background-attachment:fixed;
    position:relative;
    width:100%;
    height:100%;
}
.big-wrapper{
    height: 100%;
}
#container {
    display:flex;
    width: 1200px;
    max-height: 666px;
    justify-content: space-between;
    align-items: flex-start;
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
}

#container .logo {
    margin: 0 auto;
    max-width: 240px;
}

#container .logo-img {
    width: 100%;
}
#left-logo{
   width: 104px;
   height: 36px;
   background:url(../../images/login/logo.png) center center no-repeat;
   background-size: 104px 36px;
    margin-bottom: 84px;

}
.img-container{
    width: 669px;
    height: 510px;
    background:url(../../images/login/img.png) center center no-repeat;
    background-size: 669px 510px
}
.login-container{
    position:relative;
    display:inline-block;
    width: 384px;
    min-height: 630px;
    background: #FFFFFF;
    /*box-shadow: 0 0 16px 0 rgba(119,160,208,0.20);*/
    border-radius: 10px;
}

#container .empty-logo{
    padding-top: 31px;
    padding-bottom:29px;
    box-sizing: border-box;
    /*border-bottom: 1px solid #e1e1e8;*/
}
.toggle-login {
    border-bottom: 1px solid #EBF0F4;
    width: 320px;
    margin: 0 auto;
    display:flex;
    justify-content: center;
    margin-bottom: 43px;
    margin-top: 20px;
}
.toggle-login div{
    user-select: none;
    cursor: pointer;
    width: 110px;
    height: 48px;
    text-align:center;
    line-height: 48px;
    border-bottom: 2px solid transparent;
    color:#1C56A0;
    font-size: 16px;
}
.toggle-login div.active{
    border-bottom-color:#1C56A0;
    font-weight: bold;
    color:#1C56A0;
    font-size: 18px;
}
#container .empty-logo .empty-logo-img {
    display:block;
    width: 84px;
    height: 28px;
    margin: 0 auto;
}

#container #title {
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #4E5B71;
    font-size: 26px;
    letter-spacing: 2px;
}

#container #form-area {
    margin: 0 auto 0 auto;
    min-height: 228px;
    padding-bottom: 20px;
    background: #fff
}

#form-area .form-header {
    padding:0 32px;
    font-size: 16px;
    color:#666;
    text-align:left;
    padding-bottom: 13px;
}

.register {
    padding: 36px 32px 0 32px
}
#form-area .form-content {
    padding: 0px 32px;
}

.register .normal{
    display:block !important;
}
.register label, .register input{
    display:block;
    text-align:left !important;
    color:#666666
}
.register input{
    width: 100%;
    height: 40px;
    line-height:40px;
}
.register input::placeholder {
    color: #CDCDCD;
}

.register .normal, .btn-area {
    display:flex;
    align-items:center;
    margin-bottom: 14px
}
#form-area .normal{
    margin-bottom: 19px;
}
#form-area .normal.btn-area{
    margin-bottom:0
}
#form-area .normal.password{
    margin-bottom: 25px
}
.normal label, .btn-area label{
    width: 6.5em;
    text-align:right;
    font-size: 16px;
    flex: 0 0 auto;
    line-height: 20px;
}
#form-area .normal label{
    text-align:left;
    display:block;
    margin-bottom: 10px
}

#form-area .normal input, .register .normal input {
    color:#333;
    flex: 1;
    height: 44px;
    line-height: 44px;
    outline: 0;
    -webkit-appearance: none;
    background: transparent;
    border:0;
    border-bottom: 1px solid #EBF0F4;
    border-radius: 0px;
    font-size: 14px;
}
.register .normal input {
    height: 40px;
    line-height: 40px;
}
#form-area .normal input::placeholder, .register .normal input::placeholder{
    color:#CDCDCD
}
#form-area .normal input {
    width: 100%
}

.verify-area {
    display: none;
}
.verify-area.third-level-insurance{
    display:flex;
    justify-content: space-between;
}
.randCode-wrapper{
    display:block;
    position:relative
}
.randCode-wrapper.third-level-insurance{
    display:none
}

.remember {
    position: relative;
    height: 16px;
    line-height: 16px;
}

.remember input {
    z-index: 999;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    opacity: 0;
}

.remember label {
    position: relative;
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-right: 4px
}

.remember input:checked + label::after {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url(../../images/img/right.png) 3px 0px no-repeat;
    background-size: 15px 12px
}

.remember span {
    float: left;
    font-size: 12px;
    color: #666666
}

#form-area .verify-area.normal input {
    width: 165px;
    flex: 0 0 auto;
}

.verify-area.normal span {
    flex: 0 0 auto;
    display: block;
    width: 119px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    border: 1px solid #dddddd;
    border-radius: 3px
}

.verify-area.normal span img {
    width: 100%;
    height: 100%;
}

.remember {
    margin: 30px 0
}

.btn-area .login {
    display: block;
    flex: 1;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #fff;
    background: #1C56A0;
    letter-spacing: 1em;
    text-decoration: none;
    font-size: 14px;
    font-weight:bold;
    padding-left: 10px;
    letter-spacing: 5px;
    border-radius: 4px;
    margin:0 auto;
    margin-top:10px;
}
.btn-area .phone-login-btn, .btn-area .specialLogin{
    margin-left:0;
    margin-top:0;
}
.btn-area .unbindBtn, .btn-area .goQrcodeLogin, .btn-area .goUnbind, .btn-area .selectAccountbookLogin{
    width: 320px;
    flex: 0 0 auto;
}
#form-area .btn-area .login{
    display:block;
    flex: none;
    margin: 0px auto;
    width: 320px;
}


#notice {
    width: 100%;
    left: 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-top: 2%;
    margin-bottom: 0.5%
}

#notice_new{
    width: 100%;
    color: #fff;
    opacity: 0.7;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}

#loinForm {
    display: none;
    /*position: relative;*/
    margin-top: -10px
}

.qr-login, .show-unbind-msg, .go-qrcode-login, .go-unbind, .reset-password-success, .registed-msg {
    display: none;
    background: #fff;
    /*margin: 53px auto;*/
    /*position: relative;*/
    padding-bottom: 20px;
}

.show-unbind-msg,.go-qrcode-login, .go-unbind {
    padding: 36px 32px;
    text-align: center;
}
.show-unbind-msg .register-title, .go-qrcode-login .register-title{
    text-align:left
}

.qr-login.active, .show-unbind-msg.active, .go-qrcode-login.active, #loinForm.active {
    display: block
}
.show-unbind-msg{
    height: 630px;
    position: relative;
}
.show-unbind-msg .btn-area{
    position: absolute;
    top: 485px;
}
.show-unbind-msg .bottom-btn-wrapper{
    position: absolute;
    bottom: 36px;
}
.show-unbind-msg .bottom-btn-wrapper a{
    padding-top:0;
    padding-bottom: 0;
}
.message{
    padding: 44px 0;
}

.qr-login .title{
    color: #333;
    text-align: center;
    padding: 20px 0;
    margin: 0 30px;
    margin-bottom: 10px;
    font-size: 18px;
    /*border-bottom: 1px solid #f1f1f1*/
}

.qr-img {
    position: relative;
    margin: 0 auto;
    width: 204px;
    height: 204px;
    background: url('../../images/img/filtercode.png') center center no-repeat;
    background-size: 100% 100%
}

.qr-img img {
    width: 100%;
}


.wechat-notice{
    margin: 0 auto;
    width: 153px;
    margin-bottom: 18px;
}
.wechat-notice p{
    text-align:center;
    width: 153px;
    height: 42px;
    font-size: 16px;
    color: #666666;
    line-height: 21px;
    letter-spacing: 1px;
}

.wechat-notice span {
    color: #45B449;
}

.login-icon {
    position: absolute;
    top: -10px;
    right: -9px;
    width: 150px;
    height: 107px;
    cursor: pointer;
}

.register {
    display: none;
    background: #fff;
    border-radius: 10px;
    /*margin-top: 53px;*/
    /*padding-top: 0;*/
    /*padding-bottom: 20px*/
}
.register-title{
    border-bottom: 1px solid #EBF0F4;
    margin-bottom: 28px;
}
.password-title{
    margin-bottom: 21px;
}
.register-title .title{
    font-size: 20px;
    color:#1C56A0;
    line-height:26px;
    height: 26px;
    font-weight: bold;
}
.register-title p{
    /*height: 49px;*/
    line-height: 19px;
    font-size:14px;
    color:#666;
    margin-top: 11px;
    margin-bottom: 9px;
}

.register.active {
    display: block;
}

.time,.time {
    display: block;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #EBF0F4;
    color: #1C56A0;
    text-align: center;
    font-size: 14px;
}

.time.disabled {
    color: #ccc
}

.verify-box{
    width: 100%;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.register .verify-area input {
    width: 130px;
    /*margin-right:10px*/
}

.word-notice {
    color: #999;
    font-weight: bold;
    font-size: 14px;
}

.refresh {
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    background: #f1f1f1;
}

.refresh-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.refresh-word {
    color: #3276c3
}

.select-accountbook {
    border-radius: 10px;
    background: #fff;
    display: none;
    /*margin-top: 53px;*/
    /*padding: 46px 45px 0px 45px;*/
    padding: 36px 0;
}
.select-accountbook-wrapper{
    height: 450px;
    overflow: hidden;
    overflow-y: auto;
    color:#333;
    width:100%;
    padding:0 32px;
}
.select-item{
    display:flex;
    position:relative;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 8px;
    background:#F2F2F6;
    transition:margin .25s ease;
    padding:10px;
}
.select-item:after{
    content: '';
    display:block;
    width:20px;
    height:20px;
    /*background:#000;*/
    position:absolute;
    top:25px;
    right:12px;
    background:url(../../images/right_arrow.png) center center no-repeat;
    background-size: 20px 20px
}
.select-item:hover{
    background:#1C56A0;
    margin-left: 3px;
}
.select-item:hover:after{
    content: '';
    display:block;
    width:20px;
    height:20px;
    /*background:#000;*/
    position:absolute;
    top:25px;
    right:12px;
    background:url(../../images/right_arrow_white1.png) center center no-repeat;
    background-size: 20px 20px
}
.select-item:hover .tenant-name{
    color:#fff
}


.swiper-container {
    /*padding-top: 53px;*/
    width: 400px;
    height: 140px;
    /*--swiper-navigation-color: #3276c3;*/
    /*--swiper-navigation-size: 18px;*/
    box-sizing: border-box;
}

.navigation {
    position: absolute;
    top: 62px;
    width: 30px;
    height: 30px;
}

.swiper-button-prev {
    left: 0;
    background: url(../../images/img/left.png) center center no-repeat;
    background-size: 30px 30px;
}

.swiper-button-next {
    right: 0;
    background: url(../../images/img/right1.png) center center no-repeat;
    background-size: 30px 30px;
}

.swiper-slide {
    width: 400px;
}

.errormsg {
    /*display:none;*/
    /*margin: 10px 0;*/
    color: #ff5252;
    font-size: 12px;
    text-align:center;
    padding: 0 32px;
    padding-bottom:20px;
}
.errormsg.success{
    color:greenyellow;
}

.accountbook-title {
    border-bottom:0;
    margin-bottom: 14px;
    padding: 0 32px;
}
.accountbook-title .title{
    color:#333;
    font-weight:bold;
    height: 26px;
    line-height: 26px;
    letter-spacing: 1px;
    font-size: 20px;
}
.accountbook-title>p{
    color:#909091;
    font-size:12px;
    height: 16px;
    line-height:16px;
    margin-top: 12px;
}

.accountbook-icon {
    flex: 0 0 auto;
    margin-right: 10px;
    background: #1c56a0;
    width: 94px;
    height: 50px;
    border-radius: 3px;
    overflow: hidden;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accountbook-icon img {
    display: block;
    width: 100%;
}

.tenant-name {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color:#333;
    line-height: 16px;
    font-size: 16px;
    width: 175px;
}

.swiper-content-wrapper {
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #3276c3;
    background: #fff;
    /*padding: 42px 0 20px 0*/
}

.login-btn, .unregister-btn, .register-btn, .forget-btn, .go-back-login {
    display: block;
    text-align: center;
    color: #1C56A0;
    letter-spacing: 0px;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    padding-top: 24px;
    padding-bottom: 30px
}
.password-btn-wrapper .go-back-login{
    padding-top: 36px;
}
.go-back-login-accountbook{
    padding-bottom: 0px;
    padding-top: 20px;
}
#loinForm .bottom-btn-wrapper a{
    color:#999999;
}

.bottom-btn-wrapper{
    display:flex;
    justify-content: space-between;
    align-items: center;
    color:#999;
    font-size: 14px;
    padding:0;
}
.select-accountbook .bottom-btn-wrapper{
    padding: 0 32px;
}

.register-btn, .forget-btn {
    /*padding: 0 10px;*/
    padding-top: 24px;
    letter-spacing: normal;
}
.password-tip{
    font-size:12px;
    line-height: 16px;
    color:#cdcdcd;
    margin-top: -4px;
    padding: 0px 0 38px 0;
    margin-bottom: 0 !important
}
.require{
    color:red;
    margin: 0 5px;
}
.nav-website{
    position:absolute;
    top: 540px;
    left:0;
    width: 100%;
}
.nav-title{
    position:relative;
}
.nav-title p{
    text-align: center;
    position:absolute;
    top: 0px;
    width: 8.5em;
    left: 50%;
    margin-left: -4em;
    line-height: 19px;
    font-size:14px;
    color:#A0AECA;
    z-index: 2;
    background:#fff;
}
.nav-line{
    width: 320px;
    height: 0;
    border-bottom: 1px solid #EBF0F4;
    position:absolute;
    top: 10px;
    left: 50%;
    margin-left: -160px;
}
.nav-button{
    position:absolute;
    top: 48px;
    left: 50%;
    margin-left: -160px;
    width: 320px;
    display:flex;
    justify-content: space-between;
}
.nav-button a{
    text-decoration: none;
    font-size: 14px;
    color: #1C56A0;
}
.telephone-area{
    position:absolute;
    top: 856px;
    font-size:16px;
    color:#9EABC7;
    width: 290px;
    left: 50%;
    margin-left: -145px;
    text-align:right
}
.telephone span{
    margin-left: 5px;
}
.company-info{
    width: 1320px;
    text-align:center;
    margin: 0 auto;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -660px;
    /*padding-top: 1010px;*/
    /*padding-bottom: 20px;*/
}
.company-line {
    height: 1px;
    border: 1px solid #254181;
}
.company-info p {
    margin-top: 20px;
    height: 19px;
    font-size: 14px;
    color: #4E669A;
    line-height: 19px;
    text-align: center;
}
.select-accountbook-wrapper::-webkit-scrollbar {/*滚动条整体样式*/
    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.select-accountbook-wrapper::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.4);
    background: #b2b2b2;
}
.select-accountbook-wrapper::-webkit-scrollbar-track {/*滚动条里面轨道*/
    /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
    border-radius: 10px;
    background: #fff;
}
