@charset "UTF-8";
/*通用头部*/
.settings_title {
    height: 55px;
    line-height: 55px;
    width: 100%;
    background: #29B6F6;
    color: #fff;
    font-size: 18px;
    position: relative;
    text-align: center;
}

.settings_title .retreat {
    position: absolute;
    height:100%;
    width:100%;
    text-align: center;
}
.settings_title .retreat span{
    position: absolute;
    left: 0;
    display: inline-block;
    width: 70px;
    height: 100%;
    padding-left: .5rem;
    text-align: left;
}
.settings_title .retreat span a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
/* .settings_title div { */
/*     width: 100%; */
/*     text-align: center; */
/* } */