.other-login {
    /*position: absolute;*/
    bottom: 25px;
    /*width: 94%;*/
    padding: 14px 14px;
    /*background: #fff;*/
}
.other-login .title {
    position: relative;
    font-size: 11px;
    color: #b3b6be;
    line-height: 1;
    text-align: center;
    border-top: 1px solid #f4f4f4;
}
.other-login .title span {
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    text-align: center;
    background: #fff;
}
.other-login .title {
    position: relative;
    font-size: 11px;
    color: #b3b6be;
    line-height: 1;
    text-align: center;
    border-top: 1px solid #f4f4f4;
}
.flexbox {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
}
.pdX20 {
    padding-left: 20px!important;
    padding-right: 20px!important;
}
.other-login a {
    display: block;
    width: 50%;
    margin-top: 26px;
    font-size: 12px;
    line-height: 1.5;
    color: #83868f;
    text-align: center;
}
.flexbox>* {
    display: block;
    box-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
}
.other-login a i.qq {
    background-position: -1px -1px;
    border: 1px solid #9ec0ff;
}
.other-login a i {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/icons_other.png) no-repeat;
    background-size: 50px auto;
    border-radius: 50%;
    border: 1px solid #9ec0ff;
}
.other-login a i.wx {
    background-position: -1px -50px;
    border: 1px solid #7cdc82;
}
.other-login a i {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/icons_other.png) no-repeat;
    background-size: 50px auto;
    border-radius: 50%;
    border: 1px solid #9ec0ff;
}