body {
    font: 14px "Helvetica Neue", "Segoe UI", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

html, body, #app {
    width: 100%;
    height: 100%;
}

::-webkit-input-placeholder {
    color: #747474;
}

:-moz-placeholder {
    color: #747474;
}

::-moz-placeholder {
    color: #747474;
}

:-ms-input-placeholder {
    color: #747474;
}


#app {
    background: rgba(70, 86, 112, 1) url("/static/imgs/login/login-clinicBg.png") no-repeat top center / 100%;
}

.app-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: rgba(37, 80, 151, 0.85);
}

.container {
    width: 856px;
    height: 525px;
    /*background: #FFF;*/
    margin: 10% auto 5%;
    box-shadow: 0px 0px 30px 0px rgba(35, 76, 145, 0.51);
    border-radius: 15px;
    overflow: hidden;
    transform:translateZ(0) scale(0.88);

}

.container:after {
    content: "";
    display: block;
    clear: both;
}

.container-left {
    width: 50%;
    height: 100%;
    float: left;
    background: #1E6DEA;
    overflow: hidden;
}

.login-icon {
    width: 305px;
    margin: 200px auto 26px;
    /*background: url("/static/imgs/login/login-icon.png") no-repeat center center / 100%;*/

}

.login-img{
    width: 100%;
    height: 100%;
    transform: translateZ(0) scale(1);
    image-rendering:-moz-crisp-edges;
    image-rendering:-o-crisp-edges;
    image-rendering:-webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode:nearest-neighbor;
}

.login-text {
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
}

.container-right {
    width: 50%;
    height: 100%;
    float: right;
    background: #FFFFFF;
    padding: 80px 58px;
}

.tablist {
    width: 100%;
    height: 52px;
    line-height: 52px;
    font-size: 0;
    overflow: hidden;
    position: relative;
    /*border-bottom: 0.5px solid #4A89ED;*/
    /*transform: translateZ(0) scale(1);*/
}
.tablist:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #BBD3F8;
    transform: translateZ(0) scale(1.5);
}
.tabitem {
    display: inline-block;
    width: 50%;
    height: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #747474;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.tabactive {
    color: #1E6DEA;
}

.tabactive:after {
    content: "";
    display: block;
    width: 75px;
    height: 3px;
    background: #1E6DEA;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -37.5px;
}

.tab-text{
    font-size: 20px;
    font-weight: 600;
    color: #1E6DEA;
    text-align: center;
}

.tabpane1 {
    padding: 24px;
}

.tabbar {
    font-size: 18px;
    font-weight: 500;
    color: #B5B4B5;
    line-height: 25px;
    text-align: center;
}


.tabqrbox{
    margin: 28px auto 0;
    width: 190px;
    height: 190px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #EAEAEA;
    padding: 10px;

}
.tabqr {
    width: 170px;
    height: 170px;

}
.tabqrbox iframe{
    width: 170px;
    height: 170px;
}

.impowerBox .qrcode {
    width: 170px;
}

.impowerBox .title ,.impowerBox .info,.status_icon,.impowerBox .status{
    display: none;
}

.tabpane2,.tabpane3{
    padding: 0 12px;
}

.tabpane-content{
    height: 225px;
}

.tabpane2 .tabpane-content{
    padding-top: 40px;
}

.tabpane-mobile{
    width: 100%;
}

.tabpane-code{
    width: 157px;
}
.tabinput{
    width: 100%;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #D9D9D9;
    padding: 0 24px;
    font-size: 18px;
}

.tabinput:focus {
    border-color: #1E6DEA;
    outline: 0;
    box-shadow: 0 0 0 3px #c3e0fe!important;
    transition: border .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.tabinput:hover{
    border-color: #1E6DEA;
}

.tabpane2 .tabpane-item,.item-code{
    display: flex;
    justify-content: space-between;
    position: relative;
}

.tabpane2 .item-code{
    margin-top: 24px;
}


.is-error .tabinput {
    border-color: #f93!important;
    background-color: #fef7e9;
    z-index: 2;
}

.tabpane-tips{
    display: none;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    background: #FF9D59;
    position: absolute;
    top: -38px;
    color: #FFFFFF;
    border-radius: 2px;
}


.tabpane-tips:after{
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top:5px solid #FF9D59;
    position: absolute;
    bottom: -4px;
    left: 12px;
}

.is-error:hover .tabpane-tips{
    display: block !important;
}
.tabpane2 .tabpane-error{
    margin-top:16px ;
}

.tabpane3 .tabpane-error{
    margin-top: 8px;
}

.tabpane-error{
    margin-top: 16px;
    font-size: 14px;
    color: #E94132;
    line-height: 16px;
}


.tabpane-btn{
    width: 120px;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #D9D9D9;
    font-size: 18px;
    color: #1E6DEA;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    background: transparent;
}

.tabpane-btn[disabled="false"]:hover{
    border-color:#1E6DEA;
    background-color: #ecf5ff;
}

.tabpan-login{
    width: 287px;
    height: 50px;
    background: #1E6DEA;
    border-radius: 3px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 4px;
}

.tabpan-login:hover{
    background: #D1E1FA;
    color:#1E6DEA;
}

.tabpan-info{
    margin-top: 34px;
    display: flex;
    justify-content: space-between;
}
.tabpan-info p{
    width: 100%;
    text-align: center;
}

.forget-pwd{
    font-size: 18px;
    font-weight: 400;
    color: #1E6DEA;
}


.pw-login{
    font-size: 18px;
    font-weight: 400;
    color: #1E6DEA;
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.pw-hasText{
    font-size: 16px;
    font-weight: 400;
    color: #747474;
    margin-right: 10px;
}

.pw-login a{
    font-size: 18px;
    font-weight: 400;
    color: #1E6DEA;
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.pw-login i{
    display: inline-block;
    width: 12px;
    height: 12px;
    font-size: 12px;
    margin-left: 4px;
}

.tabpane3 .tabpane-content{
    padding-top: 20px;
}

.tabpane3 .tabpane-item{
    margin-bottom: 12px;
    position: relative;
}

.tabpane3 .item-captcha{
    margin-bottom:  0;
    display: flex;
    justify-content: space-between;
}

.tabpane3 .tabpane-captcha{
    width: 157px;
}
.tabpane-check{
    display: flex;
    align-items: center;
    width: 120px;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #D9D9D9;
    cursor: pointer;
    overflow: hidden;
}
.img-check{
    width: 120px;
    height: 50px;
    margin:-5px -10px;
}

.another{
    margin-left: 12px;
    font-size: 16px;
    font-weight: 400;
    color: #747474;
    line-height: 22px;
    cursor: pointer;
    user-select: none;
}

.add-layer {
    padding: 16px 32px;
}

.menu-item {
    margin-bottom: 16px;
}

.add-layer label {
    min-width: 70px;
    display: inline-block;
    height: 28px;
    line-height: 28px;
}

.add-layer label i {
    color: red;
    margin-left: 5px;
    line-height: 30px;
}

.add-layer input, .add-layer select {
    width: 180px;
    display: inline-block;
    vertical-align: middle;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    height: 28px;
    padding: 0 8px;
    cursor: pointer;
}