﻿.user .user_header {
    background-image: url('../../img/User-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.user .user_setting_main {
    display: flex;
    justify-content: space-between;
    padding: 1rem 2rem 0rem;
}
.user .user_setting {
    color: #fff;
    font-size: 3rem;
}
.user .user_info {
    padding: 1rem 4rem 2rem;
    display: flex;
}
.user .user_picture {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    background: gray;
}
.user .user_picture img {
    width: 100%;
}
.user .user_name {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-size: 2rem;
}
.user .update_user_info {
    font-size: 1.5rem;
}

.user .user_main {
    padding:3rem;
    padding-bottom:5rem;
}
.user .user_makes {
    display: flex;
    flex-wrap: wrap;
}
.user .user_make_item {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    color: #333;
    font-size: 1.5rem;
    margin-bottom: 3rem;
}
.user .user_make_item i {
    color: #32dab9;
    font-size: 3rem;
    margin-bottom: 0.5rem;
}
.user .tiyan_img {
    width: 100%;
    margin-bottom:3rem;
}
/**我的服务**/
.user_service_main{

}
.user_main_title{
    color:#333;
    font-size:2rem;
    font-weight:bold;
    line-height:1;
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:4rem;
}
.user_service_list .user_make_item i{
    color:#333;
}
/**添加房源**/
.user_add_house{
    display:flex;
    align-items:center;
    font-size:1.4rem;
    color:#666;
}
.user_add_house i {
    color: #32dab9;
    margin-left:0.6rem;
    font-size:1.4rem;
}



/** 注册page **/
body, html, div, span, a, li, ul, img, header, footer, main {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #333;
}

ul {
    list-style: none;
}

a:hover {
    -webkit-tap-highlight-color: transparent;
}

body {
    background: #fff;
}

.Register .appbar {
    background: #32dab9;
    height: 5rem;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
}

.Register .appbar_title {
    color: #fff;
    font-size: 1.8rem;
}

.appbar a i {
    color: #fff;
    font-size: 1.8rem;
}
.Register_main{
    height:calc(100% - 5rem);
    padding:0 3rem;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
.register_ipt_item{
    display:flex;
    height:6rem;
    width:100%;
    align-items:center;
}
.ipt_item_icon{
    width:5rem;
    height:6rem;
    display:flex;
    align-items:center;
    justify-content:center;
}
.ipt_item_icon i{
    color:#333;
    font-size:2rem;
}
.ipt_item_main{
    width:calc(100% - 5rem);
    height:100%;
    border-bottom:solid 1px #ccc;
    display:flex;
    align-items:center;
    position:relative;
}
.ipt_item{
    width:100%;
    border:none;
    background:none;
    outline:none;
    font-size:1.5rem;
    color:#666;
}
.get_yzm {
    background: #eafdf9;
    color: #999;
    padding: 8px 10px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 1.3rem;
    cursor: pointer;
    border-radius: 10px;
}
.register_btn {
    margin: 0 auto;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #32dab9;
    color: #fff;
    font-size: 2rem;
    width: 90%;
    margin-top: 3rem;
    cursor: pointer;
}

.Setup{
    background:#f5f5f5;
}
.Setup .appbar {
    border-bottom:solid 2px #e2e2e2;
}
.Setup .index_main {
    padding: 0;
    padding-top: 6rem;
}
.Setup .appbar_title {
    font-size: 1.7rem;
    color: #fff;
}
.Setup .setup_main {
    padding: 0 1rem;
    border-bottom: solid 1px #e2e2e2;
    background: #fff;
    margin-bottom: 1rem;
}
.Setup .setup_item {
    border-bottom: solid 1px #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 5rem;
}
.Setup .setup_item_title {
    font-size: 1.6rem;
    font-weight: bold;
}
.Setup .setup_item_vlaue {
    color: #666;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
}
.setup_item_right {
    width: 1.4rem;
    margin-left: .5rem;
}
.Setup .setup_item_user {
    height: 6rem;
}
.Setup .user_img {
    height: 5rem;
    width: 5rem;
    border: solid 1px #e2e2e2;
    border-radius: 50%;
}
.Setup .user_img img {
    width:100%;
}
.Setup .outLogin {
    height: 6rem;
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    color: #1bb776;
    font-weight: bold;
}
.Setup .webuploader-pick {
    background: none;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding:0;
}

.setup_son_page{
    position:fixed;
    width:100%;
    height:100%;
    background:#f5f5f5;
    left:0;
    top:0;
    z-index:999;
    display:none;
}
.appbar_son {
    padding:0 1rem;
    background: #32dab9;
    height: 5rem;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.appbar_son .appbar_title{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%)
}
.close_son_page, .son_page_right {
    color:#fff;
    font-size:1.5rem;
}
.son_page_item {
    height: 5rem;
    border-bottom: solid 1px #f2f2f2;
}
.son_page_item input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 1.5rem;
    color: #333;
}
#submit_password{
    width:90%;
    height:5rem;
    border-radius:5px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto;
    margin-top:3rem;
    color:#fff;
    background:#00ae66;
    font-size:1.5rem;
}
.system_footer .system_footer_btn a {
    color: #fff;
}