body{
	background-color: #f8f8f8;
}
.bg{
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
	height: auto;
}
.vip-wrapper{
	width: 100%;
    min-width: 1200px;
    overflow: hidden;
    margin:0 auto;
}

/*个人中心的头部、左侧和右侧title切换、提示,分页的样式*/



/*head*/
/* 顶部活动入口 */
.card-banner{
    width: 886px;
    margin-bottom: 20px;
}
.card-banner a{
    display: block;
    overflow: hidden;
}
.card-banner img{
    float: left;
}
/* head开始 */
.vip-header{
	width: 100%;
    min-width: 1200px;
    margin:0 auto;
	background:#333333;
}
.vip-header-content{
	width: 1200px;
	margin:0 auto;
    height: 40px;
    line-height: 40px;
}
.menu-link{
    max-width: 742px;
	float: left;
	height: 40px;
	overflow: hidden;
	font-size: 0;
}
.menu-link a{
	display: inline-block !important;
	*display: inline;
    zoom: 1;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #999999;
    margin-right: 18px;
}
.menu-link a:hover{
	color: #fff;
}
.head-info{
	width: 340px;
	float: right;
}
.vip-person{
	float: right;
    max-width: 162px;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    margin-right: 10px;
    text-overflow: ellipsis;
    word-break: break-all;
    _position: relative;
    _top: 5px;
}
.vip-person img{
	width: 20px;
    height: 20px;
    position: relative;
    top: -10px;
    margin-right: 7px;
}
.vip-person span{
    color: #b0b0b0;
    display: inline-block;
    max-width: 135px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.vip-person span:hover{
    color: #fff;
    cursor: pointer;
}
.vip-tab{
    overflow: hidden;
    font-size: 0;
    float: right;
    max-width: 156px;
    height: 40px;
}
.vip-tab a{
	display: inline-block !important;
	*display: inline;
    zoom: 1;
    font-size: 14px;
    line-height: 40px;
	height: 40px;
    color: #b0b0b0;
    position: relative;
    margin-right: 10px;
}
.vip-tab a.vip-logout{
	margin-left: 10px;
	margin-right: 0;
}
.vip-tab a span{
	padding: 0 2px;
	height: 15px;
	border-radius: 20px;
	background-color: #d50000;
	line-height: 13px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	right: -7px;
	top: 2px;
}
.vip-tab a:hover{
    color: #fff;
}
.management{
    /* margin-right: 10px;
    margin-left: 10px; */
}
.vip-line{
	display: inline-block !important;
    zoom: 1;
    width: 1px;
    height: 14px;
    position: relative;
    background-color: #b0b0b0;
    top: 4px;
}

/*wrap*/
.vip-wrap{
	width: 1200px;
    overflow: hidden;
    margin:40px auto 50px;
}
.vip-left{
	float: left;
	width: 284px;
	overflow: hidden;
	margin-right: 30px;
	background-color: #fff;
	box-shadow: 0 0 15px #ededed;
}
.vip-info{
	margin:0 30px;
	padding:29px 0;
	height: 125px;
	overflow: hidden;
    border-bottom: 1px solid #ededed;
}
.person-head{
    width: 70px;
    height: 70px;
    float: left;
    border: 1px solid #ededed;
    border-radius: 2px;
    position: relative;
    box-sizing: border-box;
}
.person-head img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.person-head div{
    width: 100%;
    height: 100%;
    font-size: 32px;
    line-height: 70px;
    text-align: center;
    color: #fff;
}
.person-head .iron-icon{
    position: absolute;
    width: 28px;
    height: 28px;
    bottom: -4px;
    left: 50px;
}
.vip-head-info{
	float: left;
	width: 132px;
	margin-left: 20px;
	overflow: hidden;
	padding-top:10px;
}
.vip-name{
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
	font-weight: 500;
}
.vip-name img{
	width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
    margin-left: 3px;
}
.vip-edit{
	height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    width: 120px;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}
.vip-edit img{
	width: 19px;
    height: 19px;
    position: relative;
    top: 4px;
    left: -4px;
    margin-right: -3px;
}
.vip-edit img.active{
    display: none;
}
.vip-edit:hover img.active{
    display: inline-block;
}
.vip-edit img.active-no{
    display: inline-block;
}
.vip-edit:hover img.active-no{
    display: none;
}
.vip-edit:hover{
    color: #d50000;
}


.vip-menu{
	overflow: hidden;
	padding: 0 30px 40px 30px;
}
.vip-menu li{
	overflow: hidden;
	margin-top:16px;
}
.menu-name{
	display: block;
	height: 36px;
    line-height:36px;
    font-size: 16px;
    color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
	text-indent: 40px;
	cursor: pointer;
}
.menu-name.menu-active,.menu-name:hover{
	background-color: #d50000;
	color: #fff;
}
.menu-name img{
	width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
    margin-right: 12px;
}
.img-no{

}
.img-yes{
	display: none;
}
.menu-name.menu-active img.img-yes,.menu-name:hover img.img-yes{
	display: inline-block;
}
.menu-name.menu-active img.img-no,.menu-name:hover img.img-no{
	display: none;
}

.menu-name .new-icon{
    width: 32px;
    height: 14px;
    float: right;
    margin-right: 52px;
}
.menu-name .item-icon{
    margin-right: 38px;
}

.second-name{
	overflow: hidden;
	margin-left: 67px;
	padding-top:14px;
	padding-bottom: 7px;
	display: none;
}
.second-name a{
	display: block;
	height: 35px;
    line-height:35px;
    font-size: 16px;
    color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
}
.second-name a.active,.second-name a:hover{
	color: #d50000;
}
.second-name a span{
	margin-right: 10px;
}
.vip-right{
	width:886px;
	float: left;
	overflow: hidden;
}




.vip-right-tab{
	height: 60px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 0 15px #ededed;
	font-size: 0;
}
.vip-right-tab span{
	display: inline-block !important;
	*display: inline;
    zoom: 1;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    color: #333;
    padding:0 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
	margin-right:32px;
	border-top:3px solid #fff;
	cursor: pointer;
}
.vip-right-tab span.active{
	border-top:3px solid #d50000;
	_background:#fff;
    color: #d50000;
}



/*tishi*/
.article-tips{
    height: 54px;
    line-height: 54px;
    font-size: 14px;
    color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
}
.article{
    color: #1f6cdd;
    cursor: pointer;
}
.article-tips img{
	width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
    left: 10px;
    margin-right: 17px;
}
.article-tips-join{
    color: #D50000;
}
.tipsa{
	display: inline;
}
.tipsb{
	display: none;
}





/*pages*/
.article-page{
	overflow: hidden;
}
.article-page .pages-number{
	float: right;
}


/*添加联系人*/
.remove {
    float: left;
    margin-left: 2px;
    width: 15px;
    height: auto;
    margin-top: 10px;
    cursor: pointer;
}
.person-remove{
	margin-left: 15px;
}


.block{
	display: block;
}
.border-top{
	border-top: 1px solid #ededed;
}
.margin-top-no{
	margin-top: 0!important
}
.margin-top-20{
	margin-top: 20px!important
}



.index-footer {
    background: #fff!important;
}
.vip-right-getcode-wrapper{
    float: left;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    cursor: pointer;
    margin-left:20px;
}

.vip-right-getcode:hover{
    color:#d50000;
}
.business-banner {
    padding-bottom: 20px;
    cursor: pointer;
}

/*土地求购信息*/
.vip-right .land-want-buy span{
    float: right;
    color: #d50000;
    font-size: 16px;
}
/* 我的商铺 */
.my-shop{
    width: 223px;
    height: 40px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 20px;
    background: url('/assets/img/bg@2x.png') no-repeat center;
    background-size: 223px 40px;
}
.my-shop img{
    float: left;
    margin-top: 12px;
    width: 110px;
    height: 15px;
    margin-left: 20px;
}
.look-my-shop{
    width: 60px;
    height: 24px;
    background: #D50000;
    border-radius: 12px;
    float: right;
    margin-top: 8px;
    margin-right: 8px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
}
.look-my-shop:hover{
    background: #b60e0e;
    transition: all .225s ease-in-out;
}
.random0{
    background-color: #AE98C6;
}
.random1{
    background-color: #E79178;
}
.random2{
    background-color: #E8AB6F;
}
.random3{
    background-color: #8BA2CC;
}
.random4{
    background-color: #6EAAE2;
}
.random5{
    background-color: #6BB5CE;
}
.random6{
    background-color: #91CFB7;
}