.login-head{
    background: #fff;
    padding-bottom: 10px;
}
.login-head-nav a{
    color:#424242;
    opacity: 1;
}
.login-head-nav .login-head-select{
    border-bottom: 1px solid #22AAFF;
    color:#333;
}

.login-head-nav .login-head-select{
    border-bottom:0;
    position: relative;
}
.login-head-nav .login-head-select::after{
    content: "";
    width:24px;
    height: 3px;
    background: #22AAFF;
    position: absolute;
    left:50%;
    bottom:-4px;
    margin-left:-12px;
}

.login-footer{
    padding:20px 0px;
}

/*内容*/
.login-body{
    background: #22AAFF;
}
.login-body-bg{
    width: 100px;
    height: auto;
    left: 50%;
    top: 50%;
}
.login-balloon{
    width:900px;
    position: absolute;
    left: 50%;
    margin-left:-450px;
    height: 100%;
}
.login-balloon img{
    width: 450px;
    position: absolute;
    left:0px;
    top:50%;
    margin-top: -115px;
}
.login-nav-right{
    right: 0;
    left: auto;
}
.login_balloon_button{
    width:400px;
    position: absolute;
    left: 0px;
    top:50%;
    margin-top:50px;
}
.login_balloon_button .button{
    float: left;
    min-width:100px;
    background:#fff;
    color:#22AAFF;
    padding:10px 20px;
    border-radius: 24px;
    font-size: 14px;
    margin-right:20px;
    position: relative;
    padding-left:35px;
    cursor: pointer;
}
.login_balloon_button .button img{
    height:14px;
    left:20px;
    top:13px;
    margin:0;
    width:auto;
}
.buttonBox{
    width:150px;
    height:150px;
    background:#fff;
    position: absolute;
    left:2px;
    top:-160px;
    border-radius:4px;
    display: none;
}
.buttonBox .buttonBoxImg img{
    width:110px;
    height:110px;
    left:20px;
    top:15px;
}
.buttonBox .nav{
    position: absolute;
    left: 0;top:126px;
    text-align: center;
    width:150px;
    font-size: 12px;
    color:#333333;
}
.button:hover .buttonBox{
    display: block;
}

.login-port-select{
    position: relative;
    width:400px;
}
.login-port-select-title{
    position: absolute;
    right: 35px;
    background: #29B8FF;
    top: 63px;
    z-index: 1050;
    width: 250px;
    min-width: auto;
    border-radius:20px;
    padding:5px;
}
.login-port-select-title div{
    width:81px;
    background:none;
    color:#fff;
}
.login-port-select-title .login-port-selected{
    border-radius: 20px;
}
.login-input-code span{
    background: #29B8FF;
}


.login-nav-right{
    z-index: 999;
}

.login-port-select-nav{
    background:#f1f9fc;
    border-radius: 5px;
    width:310px;
    float: right;
    padding: 20px 10px;
    position: relative;
    padding-top: 340px;
    min-height: 50px;
}
.login-select-way{
    background:none;
    position: absolute;
    left: 25px;top:10px;
}
.login-way-btn{
    color:#A2A2A2;
}
.login-way-selected{
    border:0;
    background: none;
    color:#333;
    font-size: 16px;
}
.login-input-prompt{
    position: absolute;
    left: 40px;
    top: 200px;
}
.login-input-iphone{
    position: absolute;
    left:35px;
    top:100px;
    width:260px;
}

.login-input-password input, .login-input-iphone input{
    background:#fff;
    width:200px;
    border-radius: 4px;
}
.login-password, .login-iphone{
    top: 8px;
}
.login-input-code .login-password{
    top:28px;
}
.login-input-code{
    width: 260px;
}
.login-input-code input{
    width:100px;
    background: #fff;
}

.login-input-code,.login-input-password{
    position: absolute;
    left: 35px;
    top: 150px;
}
.login-remember-password{
    position: absolute;
    left:35px;
    top:230px;
    width:260px;
}
.login-into{
    position: absolute;
    left: 35px;
    top: 265px;
    width: 260px;
}
.login-in-to{
    width:260px;
    background: #22AAFF;
    border-radius:40px;
}
.login-third-party{
    height:75px;
    position: relative;
}
.login-third-party .title{
    width:260px;
    margin:20px auto;
    position: relative;border-top:1px solid #e4e9ed;
    height:30px;
}
.login-third-party .title span{
    display: block;
    min-height:30px;
    line-height: 30px;
    width:120px;
    position: absolute;
    left:50%;
    margin-left:-60px;
    text-align: center;
    font-size:14px;
    top:-15px;
    color:#A2A2A2;
    background: #f1f9fc;
}
.login-third-party .sapnbox{
    position: absolute;
    width:260px;
    text-align: center;
    left:5px;
    top:24px;
}
.login-third-party span{
    display: contents;
}
.login-third-party span img{
    width:50px;height: 50px;
    margin-left: 20px;
}
.login-nav .login-box{
    top:0%;
}
.login_balloon_button .button img.triangle{
    position: absolute;left: 50%;top:100%;
    margin-left: -11px;
    margin-top: -4px;
}