body {
    font-family: "Microsoft YaHei" ! important;
    BACKGROUND: url("/view/static/images/login/bgLogin.png") no-repeat;
    background-size:100% 100%;
    background-color: #e9eaeb;
}
/*左边一键订气*/
.phoneBox{
    position:absolute;
    margin-top:8%;
    margin-left:20%;
}
#phone{
    width:400px;
}

#clickOneTime{
    width:350px;
    margin-left:-100px;
}
.content {
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 100%;
}
.welcome-message{
    font-family: MicrosoftYaHei-Bold;
    font-size: 28px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 42px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 19px;
    
}
.loginFrm {
    height: 500px;
    width: 100%;
    text-align: center;
    position: absolute;
    max-width: 660px;
    /* margin-top:12%; */
    z-index: 99999;
    right:10%;
    margin: auto;
    inset: 0;
}

.loginFrm-bg{
    position:absolute;
    top:0;
    left:0;
    width:98%;
    height:82%;
    background:#fff;
    BACKGROUND: url("/view/static/images/login/login-card-bg.png") no-repeat;
    background-size:100% 100%;
    
    opacity:.8;
    z-index:-1;
    margin-left: 30px;
}
.loginFrm-title{
    position:absolute;
    width:98%;
    text-align: center;
    font-size:40px;
    color:#fff;
    top:-90px;
}

@media screen and (max-width:1445px){
    .loginFrm {
        /* right:10% !important; */
    }
    .phoneBox{
        margin-left:10%;
    }
}

@media screen and (min-width:460px){
    .loginFrm {
        /* right: 17%; */
    }
}

.login-content{
    padding: 35px 0px 0px 35px;
    filter:Alpha(opacity=50);/* 只支持IE6、7、8、9 */
    position:static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
    *zoom:1; /* 激活IE6、7的haslayout属性，让它读懂Alpha*/
    margin-left: 30px;
}

.tab {
    position:relative;
    background:#FFB900;
    margin-left:-35px;
    margin-top:-36px;
    margin-right: 10px;
    height:60px;
    width: 451px;
}

.headpng{
    position:absolute;
    top:-10px;
    right:40px;

}

.headpng>img{
    width:100px;
}

.tab UL {
    zoom: 1;
    clear: both;
    margin: 0;
    padding: 0;
}
.tabli{
    margin-top:10px;
    margin-left:35px;
}

.tab UL:after {
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
    content: "";
}

.tab UL LI {
    list-style: none;
    float:left;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    font-size: 24px;
    float: left;
    height: 36px;
    color: #333;
    font-weight:500;
    cursor: pointer !important;
}

.tab UL LI.on {
    color: #fff;
}

.tabList {
    height: 400px;
}

.tabList .tabContent {
    padding: 10px;
    display: none;
    width: 100%;
    max-width: 400px;
    margin-left: 66px;
    float: left;
}

.tabList .block {
    display: block;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.input-group {
    margin: 0px 0px 20px 0px !important;
}

.form-signin{
    margin-right: 30px;
}

.form-control,
.input-group {
    height: 40px;
    font-size: 18px;
}

.form-group {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    text-align: center;
}

.login-btn {
    BACKGROUND: url("/view/static/images/login/loginSubmit.png") no-repeat;
    background-size: 100% 100%;
    border: 0px;
    width: 250px;
    height: 42px;
    font-size: 22px;
    line-height: 42px;
    color: #fff;
    font-weight: 100;
}

.input-group {
    display: table !important;
}

.qr_span {
    width: 200px;
    height: 200px;
}

.qr_span img {
    width: 200px;
    position: absolute;
}

.qr_invalid {
    height: 200px;
    width: 200px;
    text-align: center;
    position: relative;
    display: none;
}

.qr_invalid_span {
    background: #000;
    filter: Alpha(opacity=60);
    opacity: .6;
    height: 200px;
    position: absolute;
    width: 200px;
    z-index: 1000;
}

.qr_invalid_tips {
    color: #fff;
    cursor: pointer;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 80px;
    width: 200px;
    z-index: 1000;
}

.input-group-addon {
    color: #999;
}

.k-widget.k-tooltip {
    background: none;
}

.navbar-fixed-bottom {
    text-align: center;
    font-weight: 500;
    color: #333;
    font-size: 1.2em;
}

.margin-10{
    margin: 10px;
}

.navbar-fixed-bottom img {
    border: 0;
    padding: 0;
}
.copyright a {
    margin: 0px;
    color: #1abc9c !important;
}

/*下边下载*/
.left{float:left;}
.right{float:right;}

.down{
    position:absolute;
    bottom:4%;
    width:100%;
}
.downBox{
    width:500px;
    height:50px;
    margin:0 auto;

}
.y-btn{
    width:160px;
    height:56px;
    line-height:56px;
    text-align:center;
    cursor:pointer;
    background:#FF9600;
    color:#fff;
    border-radius:4px;
    font-size:20px;
}
.y-btn:hover{
    background: #272121;
}