body{
	background-color: #F7F7F7;
}
#userpage{
	width: 100%;
	height: 550px;
	background:url(../images/userpage.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
/*头部开始*/
.p20{
	padding-top: 20px;
}
#userpage .w{
	height: 40px;
	line-height: 40px;
	position: relative;
}
#userpage .banope{
	margin-left: 100px;
	display: inline-block;
}
/*.banope-left{*/
/*	float: left;*/
/*}*/
/*.banope-left>img{*/
/*	margin-right: 20px;*/
/*	vertical-align: middle;*/
/*}*/
/*.banope-left>span{*/
/*	padding: 10px;*/
/*	color:#fff;*/
/*	display: inline-block;*/
/*	height: 21px;*/
/*	line-height: 21px;*/
/*	margin-right: 10px;*/
/*	cursor: pointer;*/
/*}*/
/*.banope-left span.chart{*/
/*	position: relative;*/
/*}*/
/*.banope-left span.active{*/
/*    background: #f2f2f2;*/
/*    color: #333;*/
/*    z-index: 3;*/
/*    border-top-left-radius: 4px;*/
/*	border-top-right-radius: 4px;*/
/*}*/
/*.banope-left .firpage i{*/
/*	display: inline-block;*/
/*	width: 21px;*/
/*	height: 21px;*/
/*	background: url(../images/index.png);*/
/*	background-repeat: no-repeat;*/
/*	background-size: 21px 21px;*/
/*	vertical-align: top;*/
/*	margin-right: 10px;*/
/*}*/
/*.banope-left .recharge i{*/
/*	display: inline-block;*/
/*	width: 21px;*/
/*	height: 21px;*/
/*	background: url(../images/recharge.png);*/
/*	background-repeat: no-repeat;*/
/*	background-size: 21px 21px;*/
/*	vertical-align: top;*/
/*	margin-right: 10px;*/
/*}*/
/*.banope-left .up_level i{*/
/*	display: inline-block;*/
/*	width: 21px;*/
/*	height: 21px;*/
/*	background: url(../images/level.png);*/
/*	background-repeat: no-repeat;*/
/*	background-size: 21px 21px;*/
/*	vertical-align: top;*/
/*	margin-right: 10px;*/
/*}*/
/*.banope-left .chart i{*/
/*	display: inline-block;*/
/*	width: 29px;*/
/*	height: 21px;*/
/*	background: url(../images/chat.png);*/
/*	background-repeat: no-repeat;*/
/*	background-size: 29px 21px;*/
/*	vertical-align: top;*/
/*	margin-right: 10px;*/
/*}*/
/*.banope-left .chart i{*/
/*	display: inline-block;*/
/*	width: 29px;*/
/*	height: 21px;*/
/*	background: url(../images/chat.png);*/
/*	background-repeat: no-repeat;*/
/*	background-size: 29px 21px;*/
/*	vertical-align: top;*/
/*	margin-right: 10px;*/
/*}*/
.chart {
	position: relative;
}
.chart .num{
	position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 100%;
	background: red;
    color: #fff;
}
/*.banope-left .chart i{*/
/*	display: inline-block;*/
/*	width: 29px;*/
/*	height: 21px;*/
/*	background: url(../images/chat.png);*/
/*	background-repeat: no-repeat;*/
/*	background-size: 29px 21px;*/
/*	vertical-align: top;*/
/*	margin-right: 10px;*/
/*}*/
/**/
/**/
/*********************new start*********************/

.photo_wall{
	display: block;
	margin: 15px auto 0px;
	width: 1200px;
	height: 142px;
	background-color: #fff;
	border: 1px solid #ccc;
}

.photo_wall a {
	display: block;
	height: 120px;
	width: 120px;
	border: 1px solid #ccc;
	float: left;
	margin: 10px 0px auto 10px;
}

.photo_wall a:hover {
	border: 1px solid #2d536c;
}

.photo_wall img {
	height: 120px;
	width: 120px;
}

.main_content{
	display: block;
	/*margin: 15px auto 0px;*/
	/*width: 1200px;*/
	width: 100%;
	height: auto;
	position: relative;
    overflow: hidden;
}

.main_content .left_content{
	width: 310px;
	height: auto;
	display: block;
	float: left;

}

.my_info{
	width: 308px;
	height: 142px;
	border: 1px solid #ccc;
    border-radius: 5px;
	background-color: #fef6ff;
	display: block;
	position: relative;
	overflow: hidden;
}

.my_info a {
	display: block;
	width: 120px;
	height: 120px;
	border: 1px solid #ccc;
	border-radius: 15px;
	float: left;
	margin: 10px 0px auto 10px;
}

.my_info a:hover {
	border: 1px solid #2d536c;
}

.my_info a img{
	width: 120px;
	height: 120px;
	border-radius: 15px;
}

.my_info .text_info {
	display: block;
	float: right;
	width: 148px;
	height: 120px;
	margin: 10px;
}

.my_info .text_info span {
	display: block;
	width: 148px;
	height: 35px;
    line-height: 35px;
	font-size: 16px;
}

.my_info i{
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 18px;
	right: 10px;
}

.my_info i.lanzuan{
	background: url(/static/images/gold.png);
	background-repeat: none;
	background-size: 100% 100%;
}

.my_info i.huangguan{
	background: url(/static/images/vip.png);
	background-repeat: none;
	background-size: 100% 100%
}

.left_content .category{
	width: 308px;
	height: auto;
	overflow: hidden;
	position: relative;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 15px;
	padding-bottom: 10px;
}

.left_content .category a {
	width: 286px;
	height: 43px;
	overflow: hidden;
	position: relative;
	border: 1px solid transparent;
    display: block;
	margin:10px auto auto 10px;
	position: relative;
	line-height: 43px;
	font-size: 16px;
	color: #666;
	text-indent: 43px;

}
.left_content .category a .tips {
    position: absolute;
	width: 26px;
	height:26px;
	text-align: center;
	line-height:26px;
	border-radius: 26px;
	color: #fff;
	text-indent: 0;
	font-size: 12px;
	top:10px;
	right:10px;
}


.left_content .category a.active{
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #eee;
}
.left_content .category a:hover{
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #fcfcfc;
}

.left_content .category a img{
	height: 23px;
	width: 23px;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
}

.left_content .btn_menu{
	width: 308px;
	height: 85px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 20px;
	font-size: 20px;
    line-height: 85px;
	text-indent: 151px;
	color: #fff;
	position: relative;
	cursor: pointer;
}

.left_content .btn_menu img {
	display: block;
	position: absolute;
	width: 67px;
	height: 67px;
	top:9px;
	left: 42px;

}

.left_content .change_avatar{
	width: 308px;
	height: 258px;
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	line-height: 258px;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	margin-top: 20px;
	background: url(../images/menu_ghtx.png);
	background-size: 100% 100%;
}
.use_info {
	height: 152px;
	background: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #333;
	font-size: 18px;
	position: relative;
}
.use_info .set_btn {
	position: absolute;
	right: 20px;
	top: 35px;
	width:85px;
	height:32px;
	color: #333333;
	border-radius:16px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	cursor: pointer;
	border:1px solid rgba(105,105,105,1);
}
.user_avatar_user_info_box {
	width: 90px;
	height: 90px;
	position: relative;
}
.change_avatar_btn {
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid #BEBEBE;
	right: 0;
	bottom: 0;
	display: flex;
	cursor: pointer;
	justify-content: center;
	align-items: center;
}
.use_info #user_avatar_user_info, #user_avatar_user_info_friend {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin-bottom: 10px;
}
.use_info_friend {
	display: flex;
	background: white;
	justify-content: center;
	align-items: center;
}
.use_info_friend 	.use_info_friend_like,.use_info_friend_chat {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: flex;
	cursor: pointer;
	margin: 0 14px;
	justify-content: center;
	align-items: center;
	border: 1px solid #EEEEEE;
}
.use_info_friend_chat >span {
	font-size: 28px;
}
/*.main_content .right_content{*/
/*	width: 1200px;*/
/*	height: auto;*/
/*	display: block;*/
/*	float: right;*/
/*	border: #0e509e;*/
/*}*/

/*.right_content .btn_upload_video{*/
/*	width: 868px;*/
/*	height: 128px;*/
/*	border: 1px solid #ccc;*/
/*	border-radius: 5px;*/
/*    background:url(../images/btn_submit_video.png);*/
/*	line-height: 128px;*/
/*	text-align: center;*/
/*	cursor: pointer;*/
/*}*/
.submit_dynamic_box {
	width: 1200px;
	margin: auto;
}
.submit_dynamic_box_info {
	width: 948px;
	margin-bottom: 35px;
}
.submit_dynamic{
	width: 100%;
	height: 145px;
	margin: 30px auto 0;
	box-sizing: border-box;
	position: relative;
	background: white;
}
.submit_dynamic .fn_template {
	position: absolute;
	width: 100%;
	height: 46px;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.submit_dynamic .input_content textarea{
	width: 100%;
	height: 95px;
	box-sizing: border-box;
	resize: none;
	border: none;
	outline: none;
	padding: 10px;
	color: #676767;
	font-size: 14px;
}
.submit_dynamic span {
	width: 100%;
	display: block;
	height: auto;
	overflow: hidden;
}

.submit_dynamic span.title{
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	position: relative;
	text-indent: 28px;
}
.submit_dynamic span.title i{
	display: block;
	height: 18px;
	width: 18px;
	position: absolute;
	top:16px;
	background: url(../images/icon_edit.png);
}


.upload_dynamics_photo {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: 0 10px 0 14px;
}
.submit_dynamic a.upload_dynamics_photo #upload_dynamics_photo{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
}

.submit_dynamic a.upload_dynamics_photo *{
	cursor: pointer;
	position: absolute;
	/*width: 100%;*/
	/*height: 100%;*/
}

.submit_dynamic a:hover{
	opacity: 0.6;
}

.submit_dynamic a.submit {
	float: right;
	margin-bottom: 14px;
	height: 46px;
	width: 46px;
	display: flex;
	border-radius: 50%;
}
.submit_dynamic a.submit img {
	width: 100%;
	height: 100%;
}
.right_content .public{
	width: 1200px;
	display: block;
	height: auto;
	overflow: hidden;
	margin: 40px auto 0;
	box-sizing: border-box;
}

.right_content .public .navigation{
	width: 1200px;
	height: 30px;
	margin: auto;
}

.right_content .public .navigation a {
    /*min-width: 90px;*/
	height: 34px;
	line-height: 34px;
    font-size: 14px;
	text-align: center;
	box-sizing: border-box;
	padding: 0 14px;
	border-radius: 4px;
	margin-right: 12px;
	float: left;
	display: block;
    color:#676767;
	position: relative;
}




.active_web {
	position: absolute;
	width: 20px;
	height: 2px;
	background: #4067FA;
	bottom: 4px;
	left: 0;
	right: 0;
	margin: auto;
}

.right_content .public .navigation a .tips {

	position: absolute;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	border-radius: 26px;
	color: #fff;
	text-indent: 0;
	font-size: 12px;
	top: 10px;
	right: -13px;

}

.right_content .public .navigation a.active{
	background: white;
	color: #333;
	box-shadow:0px 2px 6px 0px rgba(206,215,253,1);
}
.right_content .public .navigation a.active .active_web{
	display: inline-block !important;
}
.right_content .public .navigation a:hover{
	background: white;
	color: #333;
}
.right_content .public .navigation a:hover{
	display: inline-block !important;
}
.right_content .public .public_content{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
#loop_content_list {
	margin-top: 30px;
}
#index_dynamics_content {
	width: 1200px;
	margin: auto;
}
.public_content #dynamic {
	width: 100%;
	display: flex;
	flex-direction: column;
	background: white;
	margin-top: 30px;
	border-radius: 6px;
}
.public_content {
	width: 1200px;
	background: #F7F7F7;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	margin: auto;
}
.user_info {
	width: 20%;
	box-sizing: border-box;
	height: 278px;
	margin-bottom: 20px;
	position: relative;
}
.name_user_list {
	display: inline-block;
	max-width: 55px;
	color: #333;
	font-size: 18px;
	font-weight: 600;
	overflow: hidden;/*超出部分隐藏*/
	text-overflow:ellipsis;/* 超出部分显示省略号 */
	white-space: nowrap;/*规定段落中的文本不进行换行 */
}

.user_box {
	width: 224px;
	height: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 4px;
	overflow: hidden;
}
.user_box >*{
	color: #676767;
}
.user_box >.user {
	height: 236px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: white;
	cursor: pointer;
	position:relative;
	z-index:1;

}

.blur{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:-1;
	filter:blur(2px);
}

.user_box .operation {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.user_box .operation >span {
	background: #F4F6FB;
	color: #676767;
	font-size: 14px;
	height: 100%;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.online_user_region {
	background: #D6D6D6;
	width: 1px;

	height: 22px;
}
.user_box .operation >span >span {
	cursor: pointer;
}
.user_box .operation >span >span:nth-of-type(2) {
	margin-left: 4px;
}
.user_box .operation >span:hover {
	color: white !important;
	background: #417EFA;
}
.user_box .operation >span:hover .iconxiaoxi {
	color: white !important;
}
.user_box >.user >.user_avatar {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	overflow: hidden;
	margin-top: 40px;
}
.user_box >.user >.user_avatar >img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.user_region{
	display: flex;
	margin-top: 15px;
	align-items: center;
	vertical-align: center;
}
.user_region >span {
	display: flex;
	/*align-items: center;*/
	/*vertical-align: center;*/
}
.user_region >span >em {
	font-size: 20px;

}
.user_region .online {
	width: 8px;
	height: 8px;
	background: #666666;
	border-radius: 50%;
}
.countrie {
	margin-left: 10px;
}
/*.user_namechat_contact_life_1 {*/
	/*background: #44E482;*/
/*}*/
.autograph {
	margin-top: 5px;
}




/*.right_content .public .public_content .user_info:hover{*/
/*	border-color: #2d536c;*/
/*}*/

/*.right_content .public .public_content .user_info .avatar{*/
/*	height: 200px;*/
/*	width: 200px;*/
/*	border-right: 1px solid #ccc;*/
/*	display: block;*/
/*	float: left;*/
/*}*/

/*.right_content .public .public_content .user_info .avatar img{*/
/*	height: 200px;*/
/*	width: 200px;*/
/*	border: none;*/
/*}*/

/*.right_content .public .public_content .user_info .detail{*/
/*	width: 216px;*/
/*	height: 190px;*/
/*	overflow: hidden;*/
/*	position: relative;*/
/*	padding-top: 10px;*/
/*}*/










	/*********************new end*********************/

/*.banope-right{*/
/*	float: right;*/
/*	margin-top: 26px;*/
/*}*/
/*.banope-right div{*/
/*	display: inline-block;*/
/*	float: left;*/
/*	position: relative;*/
/*}*/
/*.banope-right .search input{*/
/*	width: 180px;*/
/*	height: 40px;*/
/*	line-height: 40px;*/
/*	border-radius: 8px;*/
/*	border:none;*/
/*	padding-left: 10px;*/
/*	margin-right: 20px;*/
/*}*/
/*.head_search_arrow {
    height: 9px;
    width: 20px;
    left: 35px;
    position: relative;
    background: url(../Images/icon_0.png) no-repeat scroll -80px -317px;
}*/
/*.banope-right .search i{*/
/*	display: inline-block;*/
/*	height: 26px;*/
/*	width: 26px;*/
/*	background: url(../images/search.png) no-repeat;*/
/*	background-size:100% 100%;*/
/*	vertical-align: middle;*/
/*	margin-right:30px;*/
/*}*/

.set .lang,.zhong .lang{
	cursor: pointer;
	display: inline-block;
	width: 102px;
	height: 100%;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.select .lang a{
	color:#fff;
	font-size: 14px;
	display: flex;
	align-items: center;
	height: 100%;
}
.select .lang a >img {
	border-radius: 50%;
}
.select .lang a:after{
    content: " ";
    display: inline-block;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-bottom: solid 6px #fff;
    border-left: solid 4px transparent;
    border-right: solid 4px transparent;
    vertical-align: 3px;
    margin-left: 5px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

/*给送个下拉助攻*/
 .select:hover span a:after{
    -webkit-transform: rotate(180deg);/*旋转180度*/
    transform: rotate(180deg);
}
.select:hover .drop{
    position: absolute;
    opacity: 1;
    top: 48px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
/*一个很重要的三角形*/
.drop li:first-child:before {
    content: " ";
    font-size: 0;
    line-height: 0;
    margin: 0 auto;/*居中*/
    display: block;/*独占一行*/
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2); /*配合整体一样的投影*/
    background-color: #fff;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); /*一个正方形倾斜四十五度就是三角了但是要把下半部分藏起来*/
    position: relative;
    top: -5px; /*果断的露出上半部分*/
    z-index: 1; /*果断的隐藏下半部分*/
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.drop li a {
    color: #888;
    /* line-height: 46px; */
    border-bottom: solid 1px #eee;
    font-size: 14px;
    display: block;
    background-color: #fff; /*要有背景色才能盖住呀*/
    position: relative;
    z-index: 2; /*这里很重要 要挡住三角形的下半部分*/
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
/*以下两块：控制第一个和最后一个li要圆角，因为最外边的div没有overflow 也不可以overflow*/
.drop li:first-child a{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: -10px;
}
.drop li:last-child a{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: none;
}
/*hover事件给了li，先改变三角 再改变a*/
.drop li:hover:before{
    background-color: #41b1d9;
}
.drop li:hover a {
    background-color: #41b1d9;
    color: #fff;
}
.banope-right{
	color: white;
	/*margin-right: 15px;*/
}
.banope-right .list_box a {
	display: flex;
	color: white;
	position: relative;
}
.banope-right .list_box a li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#index_btn_giftshop >.tips {
	position: absolute;
	position: absolute;
	top: -10px;
	right: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 100%;
	background: red;
	color: #fff;
}
.banope-right .list_box li {
	margin: 0 14px;
}
.banope-right li >span:nth-of-type(2) {
	font-size: 12px;
}
#userpage .userimg{
	width: 254px;
	margin:0 auto;
	text-align: center;
	margin-top: 180px;
}
#userpage .userimg .u-img img{
	width: 254px;
	height: 254px;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-bottom: 16px;
}
#userpage .userimg .username{
	margin-bottom: 10px;
}
#userpage .userimg .username span{
	color:#555;
}
#userpage .userimg .username i{
	display: inline-block;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 10px;
}
#userpage .userimg .dengji span{
	display: inline-block;
	width: 22px;
    height: 18px;
	background:url(../images/star.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
}
/*#usernav{*/
/*	width: 1200px;*/
/*	margin: auto;*/
/*}*/
/*#usernav span{*/
/*	display: inline-block;*/
/*	width: 33.33%;*/
/*	height: 60px;*/
/*	box-sizing:border-box;*/
/*	line-height: 60px;*/
/*	text-align: center;*/
/*	font-size: 22px;*/
/*	cursor: pointer;*/
/*	border: 1px solid #ccc;*/
/*}*/
/*#usernav span.active{*/
/*	background:#fbeaea;*/
/*}*/
.imagewall{
	width: 100%;
	background:#fafafa;
}
.imagewall .w{
	margin-top:60px;

	border:1px solid #ccc;
}
.imagewall .title{
	font-size: 18px;
	color: #333;
	height: 45px;
	line-height: 45px;
	box-sizing:content-box;
	background: #fbeaea;
	padding-left: 10px;
}
.imagewall .w .images{
	padding:10px;
	padding-bottom: 30px;
}
.wall .images ul{
	height: 528px;
	overflow: hidden;
}
.imagewall .w .images li{
	position: relative;
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
}
.imagewall .w .images li:nth-child(3n){
	margin-right: 0px;
}
.imagewall .w .images li span{
	display:block;
	width: 384px;
	height: 252px;
	border:1px solid #ddd;
    overflow: hidden;
}
.imagewall .w .images li img{
	width: 100%;
}
.wall .images li span:hover{
	border:1px solid #2d536c;
	position: relative;
}
/*.delete_photo_wall{*/
	/*display: none;*/
	/*position: absolute;*/
	/*width:30px;*/
	/*height: 30px;*/
	/*top:6px;*/
	/*right: 6px;*/
	/*cursor: pointer;*/
	/*background: url(../images/delete.png);*/
	/*background-repeat: no-repeat;*/
	/*background-size: 100% 100%;*/
/*}*/
.delete_photo_wall {
	width: 100%;
	display: none;
	position: absolute;
	height: 50px;
	top: 0;
	left: 0;
	background: url("../images/bgimage.png") no-repeat;
	opacity: 0.3;
}
.delete_photo_wall >span {
	float: right;
	font-size: 22px;
	margin: 10px;
	color: white;
}
.photo_wall_list:hover >.delete_photo_wall{
	display: block;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.w .more{
	width: 100%;
	height: 40px;
	margin-top: 20px;
	display: flex;
	justify-content: right;
	align-items: center;
}
.w .more span{
	width:26px;
	height: 15px;
	background:url(../images/moreimg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	margin: auto;
}
.photos .headope{
    ont-size: 18px;
    color: #333;
    height: 45px;
    line-height: 45px;
    box-sizing:content-box;
    background: #fbeaea;
    padding-left: 10px;
}
.photos .headope div{
	display: inline-block;
	float: left;
}
.photos .headope span.title{
	font-size: 18px;
	color:#333;
	float: left;
}
.photos .group{
	position: relative;
}
.photos .group a{
    color: #707070;
    width: 205px;
    height: 27px;
    line-height: 27px;
    margin: 0 10px;
    background: #fff;
    padding-left: 10px;
    font-size: 14px;
    display: inline-block;
}
.photos .group em{
	    width: 20px;
    height: 15px;
    display: inline-block;
    margin-top: -1px;
    vertical-align: middle;
    margin-right: 5px;
    background: url(../images/select.png) no-repeat;
    margin-left: -38px;
	position: absolute;
	top: 15px;
	right: 46px;
}
.photos .group #group_list{
	z-index: 2;
	color: #707070;
    width: 205px;
    max-height: 200px;
    top: 37px;
    left: 10px;
    display: none;
    position: absolute;
    border: 1px solid #E3E3E3;
    border-top: 0;
    border-radius: 0 0 3px 3px;
    padding: 5px;
    overflow-y: auto;
    background: #FFF;
    border-left: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.group #group_arrow .group_list_item {
    text-indent: 5px;
    line-height: 30px;
}
/*.photos .addimg{*/
/*	margin-left: 346px;*/
/*	margin-right: 278px;*/
/*}*/
/*.photos .addimg i{*/
/*	 position: relative;*/
/*	display: inline-block;*/
/*	width: 22px;*/
/*	height: 22px;*/
/*	background: url(../images/addimg.png);*/
/*	background-repeat: no-repeat;*/
/*	background-size: 100% 100%;*/
/*	vertical-align: middle;*/
/*	margin-right: 10px;*/
/*	cursor: pointer;*/
/*}*/
/*.photos .addimg i input{*/
/*	position: absolute;*/
/*	left: 0;*/
/*	top: 0;*/
/*	opacity: 0;*/
/*	width: 22px;*/
/*    height: 22px;*/
/*}*/
/*.photos .addimg span,.group span{*/
/*	font-size: 18px;*/
/*	color:#2d536c;*/
/*	cursor: pointer;*/
/*}*/

#group_list div{
	display: block;
}
#group_list .group_list_item{
	padding: 0 4px;
	font-size: 14px;
	float: none;
}
.photos .images li p{
	text-align: center;
	font-size: 14px;
	color:#666;
	margin:10px 0;
	line-height: 28px;
}
.photos .images ul{
	height: 612px;
	overflow: hidden;
}
.photos .images li{
	border:1px solid transparent;
}
.photos .images li:hover{
	border:1px solid #2d536c;
	position: relative;
}
#userinfo{
	margin-top: 28px;
	margin-bottom: 25px;
}
#userinfo .otherleft{
	width: 363px;
}

#userinfo .leftinfo{
	width: 210px;
	height: 780px;
	float: left;
	margin-right: 18px;
	padding: 28px 0 0 26px;
	background: white;
	font-size: 13px;
	color: #676767;
	box-shadow:0 0 12px 0 rgba(229,234,255,1);
}
#userinfo .leftinfo .otherinfo p{
	color: #333;
	font-size: 18px;
	margin-bottom: 18px;
}
#userinfo .leftinfo .otherinfo .leftlist {
	display: flex;
	flex-direction: column;
}
#userinfo .leftinfo .otherinfo .leftlist >span {
	margin-bottom: 10px;
	width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*#userinfo .leftinfo .leftlist{*/
/*	padding-left: 8px;*/
/*	margin-top: 15px;*/
/*}*/
/*#userinfo .leftinfo p{*/
/*	height: 45px;*/
/*	line-height: 45px;*/
/*	padding-left: 8px;*/
/*	color:#333;*/
/*	font-size: 18px;*/
/*}*/
/*#userinfo .leftinfo span{*/
/*	display: block;*/
/*	font-size: 16px;*/
/*	color:#333;*/
/*	margin:0 0 19px;*/
/*}*/
#userinfo .rightinfo{
	width: 946px;
	float: left;
	box-sizing:border-box;
}
#userinfo .rightinfo .user_info_box {
	display: flex;
	flex-direction: column;
	margin-bottom: 28px;
}
/*#userinfo .rightinfo .user_info_box >div:nth-of-type(2) {*/
/*	display: flex;*/
/*	height: 65px;*/
/*}*/
/*#userinfo .rightinfo .user_info_box >div:nth-of-type(2) >div {*/
/*	flex: 1;*/
/*}*/
.user_info_money_and_level {
	background: #FBFBFE;
	padding: 10px 0;
	background:rgba(251,251,254,1);
	display: flex;
	justify-content: center;


}
.user_info_money_and_level >div {
	width: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.user_info_money_and_level >div >div {
	padding: 0 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.flex_info_money {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
/*#userinfo .rightinfo .rightlist{*/
/*	padding:17px;*/
/*	border-bottom: 1px solid #ccc;*/
/*}*/
#userinfo .rightinfo .rightlist:last-child{
	border-bottom: none;
}
#userinfo .otherleft {
	margin-bottom: 20px;
	border-left: 1px solid #ccc;
}
#userinfo .otherleft span{
	display: inline-block;
	width: 180px;
	height: 100px;
	text-align: center;
	margin:0;
	border: 1px solid #ccc;
    border-left: none;
    margin-left: -1px;
    margin-top: -1px;
    cursor: pointer;
}

#userinfo .otherleft span.other{
	width: 120px;
	height: 100px;
}
#userinfo .otherleft span.other:last-child{
    border-right: none;
}
#userinfo .otherleft span.goodfriends em{
	display:block;
	margin:20px auto 10px;
	width: 40px;
	height: 35px;
	background:url(../images/menu_hy.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
#userinfo .otherleft span.goodfriends em:hover{
	display:block;
	margin:20px auto 10px;
	width: 40px;
	height: 35px;
	background:url(../images/friend1.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
#userinfo .otherleft span.like em{
	display:block;
	margin:20px auto 10px;
	width: 40px;
	height: 35px;
	background:url(../images/menu_xh.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
#userinfo .otherleft span.like em:hover{
	display:block;
	margin:20px auto 10px;
	width: 40px;
	height: 35px;
	background:url(../images/love1.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
#userinfo .otherleft span.chart em{
	display:block;
	margin:20px auto 10px;
	width: 40px;
	height: 35px;
	background:url(../images/chat.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
#userinfo .otherleft span.chart em:hover{
	display:block;
	margin:20px auto 10px;
	width: 40px;
	height: 35px;
	background:url(../images/cose1.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
#userinfo .otherleft span.report em{
	display:block;
	margin:20px auto 10px;
	width: 40px;
	height: 35px;
	background:url(../images/report.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
#userinfo .otherleft span.report em:hover{
	display:block;
	margin:20px auto 10px;
	width: 40px;
	height: 35px;
	background:url(../images/report1.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
#userinfo .otherleft span.gift em{
	display:block;
	margin:20px auto 10px;
	width: 40px;
	height: 35px;
	background:url(../images/menu_lw.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
#userinfo .otherleft span.gift em:hover{
	display:block;
	margin:20px auto 10px;
	width: 40px;
	height: 35px;
	background:url(../images/present1.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
#userinfo .otherleft span.recharge em{
	display:block;
	margin:20px auto 10px;
	width: 40px;
	height: 35px;
	background:url(../images/recharge.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
#userinfo .otherleft span.recharge em:hover{
	display:block;
	margin:20px auto 10px;
	width: 40px;
	height: 35px;
	background:url(../images/recharge1.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
#userinfo .otherleft span.promote em{
	display:block;
	margin:20px auto 10px;
	width: 40px;
	height: 35px;
	background:url(../images/level.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
#userinfo .otherleft span.promote em:hover{
	display:block;
	margin:20px auto 10px;
	width: 40px;
	height: 35px;
	background:url(../images/queen1.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
#userinfo .rightinfo:not(:first-child){
	margin-top: -1px;
}
#userinfo .rightinfo .headinfo{
	overflow: hidden;
	display: flex;
	align-items: center;
}
.rightinfo .Lheadinfo{
	width: 58px;
	height: 58px;
	margin-right: 8px;
}
.rightinfo .Lheadinfo img{
	width: 100%;
	border-radius: 100%;
	height: 100%;
}
.rightinfo .Rheadinfo p {
	text-indent: 15px;
}
.rightinfo .Rheadinfo p.username{
	font-size: 20px;
	color:#333;
}
.rightinfo .Rheadinfo p.time{
	font-size: 18px;
	color:#777;
}
.rightinfo .dec, .uploadimg{
	padding-left: 80px;
	font-size: 16px;
	color: #333;
	margin: 10px 0 5px 0;
	display: flex;
	flex-wrap: wrap;
	line-height: 26px;
	margin-bottom: 20px;
}
.rightinfo .uploadimg img{
	max-width: 300px;
	height: auto;
	/*height: 290px;*/

}
.rightinfo .uploadimg img:first-child{
	margin-right: 10px;
}
.rightinfo span.del{
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../images/del.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin:23px 0px;
	cursor: pointer;
}
.rightinfo span.chart{
	color:#777;
	cursor: pointer;
	margin: 0 10px;
}
.rightinfo span.chart i{
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../images/argument.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin:23px 0px;
	vertical-align: middle;
	margin-right: 10px;
}
#userinfo .w .imgwall{
	height: auto;
}
#userinfo .w .imgwall .leftlist{
	padding-left: 0px;
	text-align: center;
	height: 804px;
	overflow: hidden;
}
.w .imgwall .leftlist img{
	width: 341px;
	margin-bottom: 10px;
}
#userinfo .w .imgwall .more span{
	display: inline-block;
	margin:0 0 10px;
}
.opecontent >ul {
	padding-left: 60px;
}
.chartdetail li,.opecontent li{
	overflow: hidden;
	padding: 2px;
	margin-bottom: 8px;
}
.chartdetail li,.opecontent li:nth-of-type(1) {
	/*border-top: 2px solid #EEEBEE;*/
	padding-top: 12px;
}
.chartdetail .chartimg,.opecontent .chartimg{
	width: 36px;
	height: 36px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
}
.chartdetail .chartimg img,.opecontent .chartimg img{
	width: 100%;
	height: 100%;
}
.chartdetail .chartcon,.opecontent .chartcon{
	width: 90%;
	/*border: 1px solid red;*/
}
.chartdetail .chartcon,.opecontent .chartcon >.name {
	/*border: 1px solid red;*/
	display: flex;
	flex-direction: column;
}
.chartdetail .chartcon .chartname,.opecontent .chartcon .chartname{
	color:#222;
	/*margin-right: 18px;*/
}
.chartdetail .chartcon .charttime,.opecontent .chartcon .charttime{
	color:#666;
}
.chartdetail .chartcon .chartcontent,.opecontent .chartcon .chartcontent{
	color:#444;
	margin-top: 8px;
}
.rightinfo .operate{
	overflow: hidden;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.chartdetail{
	display: none;
}
.chartdetail li:not(:first-child){
	margin-top: -1px;
}
.chartdetail .open {
	text-align: right;
	margin-top: 18px;
	margin-bottom: 34px;
}
.chartdetail .open span{
	display: inline-block;
	width: 23px;
	height: 15px;
	background:url(../images/moreup.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.chartdetail .myview{
	margin-bottom: 20px;
	overflow: hidden;
}
.chartdetail .myview img{
	width: 70px;
	height: 70px;
	float: left;
}

.chartdetail .myview input{
	width: 638px;
	height: 68px;
	margin:0 20px 0 10px;
	border:1px solid #2d536c;
	float: left;
}
.chartdetail .myview textarea{
	width: 99%;
	height: 68px;
	border:1px solid #2d536c;
	/*float: left;*/
	border-radius:5px;
	resize: none;
}
.chartdetail .myview .publish{
	float: right;
	display: inline-block;
	text-align: center;
	padding: 6px 18px;
	background: linear-gradient(270deg, #ffa5a5 0%, #c28a36 100%);
	color: #fff;
	border-radius: 19px;
	cursor: pointer;
}

.chartdetail .myview .emoji{
	display: inline-block;
	float: left;
	width: 28px;
	height: 28px;
	cursor: pointer;
	background: url(../images/smile.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 10px;
}


/*首页最新视频*/
.video-list .list {
	 margin: 35px 0 0;
	 overflow: hidden;}
.video-list li {
	float: left;
	margin: 0 0 35px 35px;
	width: 240px;
	height: 160px;
	border: 1px solid #000;
	list-style-type: none;

}
.video-list li a {
	width: 240px;
	height: 160px;
	display: block;
	position: relative;
	cursor: pointer;
}
.video-list li a:hover .play-arrow {display: block}
.video-list li .play-arrow {
	display: none;
	position: absolute;
	left: 110px;
	top: 68px;
	border-left: 22px solid #000;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}
/*我的视频*/
.my_video-list .list {
	margin: 35px 0 0;
	overflow: hidden;}
.my_video-list li {
	float: left;
	margin: 0 0 35px 45px;
	width: 240px;
	height: 160px;
	border: 1px solid #000;
	list-style-type: none;
	position: relative;

}
.my_video-list li .my_video-list li a {
	width: 260px;
	height: 160px;
	display: block;
	position: relative;
	cursor: pointer;
}

.my_video-list li .video-set { position: absolute;
	left:0; bottom: 0;
	background: rgba(0,0,0,.6);
	color: #fff;
	height:36px;
	line-height:36px;
	width: 100%;
}

.my_video-list li .video-set span { display: block; position: relative; float:left; font-size:14px; font-weight: 100; width: 33.33%; text-align: center; cursor: pointer}
.my_video-list li .video-set span:before { position: absolute;
	left:0; width: 1px;
	top:11px; height: 15px; background: #fff;content: "."; font-size: 0}
.my_video-list li .video-set span:first-child:before { display: none}
.my_video-list li a:hover .play-arrow {display: block}
.my_video-list li .play-arrow {
	display: none;
	position: absolute;
	left: 110px;
	top: 68px;
	border-left: 22px solid #000;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.opecontent .more{
	margin-top:20px;
	text-align:center;
}

.opecontent .more span{
	display: inline-block;
	width:26px;
	height: 15px;
	background:url(../images/moreimg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	margin: 10px;
}

.public_content  .more{
	margin-top:20px;
	text-align:center;
}

.public_content .more span{
	display: inline-block;
	width:26px;
	height: 15px;
	background:url(../images/moreimg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	margin: auto;
}

.username span .putong{
	background:url(../images/online.png);
}

.username span .huangguan{
	background: url(../images/vip.png);
	background-repeat: no-repeat;;
	background-size: 100% 100%;
}

.username span .lanzuan{
	background: url(../images/gold.png);
	background-repeat: no-repeat;;
	background-size: 100% 100%;
}


.inner-box-wrapper .inner-item { display: none}
.advice-box {
	width: 426px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 10px auto;
}
.advice-box .send-btn {
	float: left;
	margin: 0 0 0 10px;
	line-height: 32px;
	height: 32px;
	border: 1px solid #d3d3d3;
	color: #3a5899;
	font-size: 14px;
	width: 70px;
	cursor: pointer;
}
.advice-box .input-text {
	/*float: left;*/
	padding: 0 10px;
	width: 500px;
	line-height: 30px;
	height: 30px;
	border: 1px solid #d3d3d3;
}
/*.advice-box .text {*/
	/*float: left;*/
	/*background-color: #56c1a0;*/
	/*color: #FFFFFF;*/
	/*display: inline-block;*/
	/*float: left;*/
	/*font-size: 14px;*/
	/*font-weight: bold;*/
	/*height: 32px;*/
	/*line-height: 32px;*/
	/*text-align: center;*/
	/*width: 100px;*/
/*}*/
.gift-list-box .gift-list {
	overflow-y:auto;
	height: 475px;
	box-sizing: border-box;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}
.gift-list-box li {
	width: 174px;
	height: 218px;
	box-shadow:0 0 13px 0 rgba(229,234,255,1);
	box-sizing: border-box;
	margin-right: 12px;
	margin-bottom: 10px;
	border-radius: 6px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.gift-list-box li .image {
	flex: 1;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.gift_name {
	width: 100%;
	padding: 4px 10px;
	box-sizing: border-box;
	position: absolute;
	/*background: url("../images/bgimage.png");*/
	color: white;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
    background: rgba(0,0,0,0.4);
}
.gift_name >span:nth-of-type(2) {
	display: flex;
	align-items: center;
}
.gift-list-box li img {
	width: 100%;
	height:100%;
	object-fit: cover;
}
/*.gift-list-box li.active {*/
/*	border: 3px solid #2d536c;*/
/*}*/
.gift-list-box li .name {
	font-size: 14px;
	line-height: 32px;
	height: 32px;
	text-align: center;
}
.classify-tab-box {
	/*background-image: -moz-linear-gradient(bottom, #F5F5F5, #FFFFFF);*/
	/*background-image: -webkit-linear-gradient(bottom, #F5F5F5, #FFFFFF); !*chrome*!*/
	/*background-image: -ms-linear-gradient(bottom, #F5F5F5, #FFFFFF); !*IE10+*!*/
	/*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#FFFFFF", EndColorStr="#F5F5F5"); !*ie6-9*!*/
	/*border: 1px solid #d3d3d3;*/
	/*border-top-left-radius: 3px;*/
	/*border-top-right-radius: 3px;*/
	height: 35px;
	box-sizing: border-box;
	display: flex;
	margin-top: 12px;
	padding: 0 10px;
}

.classify-tab-box li {
	text-align: center;
	cursor: pointer;
	flex: 1;
	box-sizing: border-box;
	font-size: 14px;
	color: #333;
}
.classify-tab-box li:hover,.classify-tab-box li.active {
	text-decoration: none;
	box-sizing: border-box;
	border-bottom: 1px solid #3085EF;
	/*height: 36px;*/
	/*line-height: 36px;*/
}
.select-friends {
	display: none;
	position: absolute;
	left: 20px;
	top: 47px;
	width: 315px;
	max-height: 100px;
	overflow: auto;
	border: 1px solid #ccc;
	border-top: none;
	background: #fff;
	z-index: 999999;
}
.select-friends li { min-width:120px;line-height: 24px; font-size: 14px; text-indent: 10px;cursor: pointer;}
.select-friends li:hover {
	color: #fff;
	background: #2d536c;
}
.search-friend-box {
	margin: 0 auto;
	width: 458px;
	height:45px;
	border-radius:45px;
	border:1px solid rgba(224,228,238,1);
	background: linear-gradient(270deg, #ffa5a5 0%, #c28a36 100%);
	position: relative;
	margin-top: 35px;
}
.search-friend-box .text {
	width:122px;
	height:45px;
	background: linear-gradient(270deg, #ffa5a5 0%, #c28a36 100%);
	border-radius:0 35px 35px 0;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	text-align: center;
	line-height: 45px;
	color: white;
	font-size: 22px;
/*	color: #FFFFFF;*/
/*	float: left;*/
/*	font-size: 14px;*/
/*	font-weight: bold;*/
/*	height: 32px;*/
/*	line-height: 32px;*/
/*	text-align: center;*/
/*	width: 100px;*/
/*	background: #79ca04;*/
}

.search-friend-box .search-input-box input {
	outline: none;
}

.search-friend-box .search-input-box {
	width: 100%;
	height: 100%;
	position: relative;
}
.search-friend-box .search-input-box input {
	width: 100%;
	height: 100%;
	border-radius: 45px;
	border: 1px solid #d3d3d3;
	color: #a9a9a9;
	font-size: 18px;
	text-indent: 20px;
}
.search-friend-box .search-btn {
	float: left;
	margin: 0 0 0 10px;
	line-height: 32px;
	height: 32px;
	border: 1px solid #d3d3d3;
	color: #3a5899;
	font-size: 14px;
	width: 70px;
	cursor: pointer;
}

.outer-tab-wrapper,.inner-tab-wrapper {
	overflow:hidden;
	padding-top: 10px;
}
/*.outer-tab-wrapper {*/
/*	padding:4px 0 14px;*/
/*	border-bottom: 1px solid #ddd;*/
/*}*/
/*.inner-tab-wrapper { padding: 14px 0 0}*/
.outer-tab-wrapper li,.inner-tab-wrapper li {
	display: inline-block;
	min-width: 116px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	border:1px solid #3085EF;
	color: #3085EF;
	margin-right: 20px;
}
.outer-tab-wrapper li.active,.inner-tab-wrapper li.active {
	color: #333;
	font-weight: bold;
	border: none;
}
.outer-box-wrapper .outer-item { display: none}
.gift-box-list {padding-bottom: 40px; height: 468px; overflow-y:auto}
.gift-box-list li {
	border-bottom: 1px solid #eee;}
.gift-box-list li .inner {
	padding: 20px 10px;
	display: flex;
}
#giftcontainer_wrap_send_gift .avatar {
	display: inline-block;
}

/*.gift-box-list li .avatar { float: left}*/
/*.gift-box-list li .avatar img { border-radius:50%}*/
.gift-box-list li .text { width: 500px; padding: 0 0 0 20px; font-size: 14px}
.gift-box-list .feedback-btn {
	margin: 10px 0 0 12px;
	cursor: pointer;
	float: right;
	position: relative;
	width: 100px;
	height: 28px;
	border: 1px solid #E9E9E9;
	text-align: center;
	border-radius: 28px;
	background-image: -moz-linear-gradient(bottom, #ebebeb, #FAFAFA);
	background-image: -webkit-linear-gradient(bottom, #ebebeb, #FAFAFA);
	background-image: -ms-linear-gradient(bottom, #ebebeb, #FAFAFA);
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr="#FAFAFA", EndColorStr="#ebebeb");

}

.gift-box-list .feedback-btn:hover {
	background-image: -moz-linear-gradient(bottom, #FAFAFA, #E4E4E4); /*firefox*/
	background-image: -webkit-linear-gradient(bottom, #FAFAFA, #E4E4E4); /*chrome*/
	background-image: -ms-linear-gradient(bottom, #FAFAFA, #E4E4E4); /*IE10+*/
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr="#E4E4E4", EndColorStr="#FAFAFA"); /*ie6-9*/
}
.gift-box-list .feedback-btn .txt {line-height: 28px; font-size: 14px;}
.header_active {
	color: white!important;
	opacity: 0.6;
}


/*个人详情页面*/
.info_page_tab {
	width: 100%;
	height: 28px;
	display: flex;
	align-items: center;
	margin-bottom: 28px;
}
.info_page_tab >span {
	height: 100%;
	min-width: 66px;
	cursor: pointer;
	text-align: center;
	line-height: 28px;
}
.info_page_tab >.info_page_tab_active {
	background: white;
	color: #333;
	box-shadow:0px 2px 6px 0px rgba(206,215,253,1);
	border-radius:4px;
	position: relative;
}
.info_page_tab_active_line {
	display: none;
	position: absolute;
	width: 10px;
	height: 2px;
	background: #4067FA;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.info_page_tab >.info_page_tab_active >.info_page_tab_active_line {
	display: inline-block;
}
.info_page_tab_content {
	display: flex;
	justify-content: space-between;
}
.info_page_tab_content_box {
	width: 680px;
	height: auto;
	background: white;
}
.info_page_tab_content_box_friend {
	width: 980px;
	height: auto;
	background: white;
}
.visitor_box {
	width: 210px;
	height: 310px;
	overflow: auto;
	background: white;
}
.visitor_box >a {
	display: inline-block;
}
.visitor_title {
	height: 56px;
	line-height: 56px;
	font-size: 20px;
	text-indent: 18px;
	color: #333;
	border-bottom: 1px solid #EBEBEB;
}
.info_page_tab_content_box_page {
	padding: 20px;
}
.info_page_tab_content_box_page2 {
	display: flex;
	flex-wrap: wrap;
}
.photo_wall_list {
	width: 200px;
	height: 200px;
	cursor: pointer;
	border-radius: 6px;
	margin-bottom: 20px;
}
.photo_wall_list >img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*#gift_image {*/
/*	border: 1px solid red;*/
/*}*/
.addimg {
	width: 200px;
	height: 200px;
	background: #ECECEC;
	box-shadow:0 0 8px 2px rgba(236,236,236,1);
	border-radius:6px;
	display: flex;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-bottom: 20px;
	margin-right: 13px;
}
.addimg >span {
	font-size: 46px;
	color: #9B9EB4;
}
.uploadify-button_add {
	position: absolute;
	box-sizing: border-box;
}
.photo_wall_list {
	border-radius: 6px;
	box-sizing: border-box;
	margin-right: 13px;
	position: relative;
}
.visitor_list {
	display: flex;
	flex-wrap: wrap;
	cursor: pointer;
	padding-top: 16px;
}
.visitor_list >.visitor_list_avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	margin-left: 16px;
	margin-right: 10px;
	position: relative;
}
.visitor_list >.visitor_list_avatar >.visitor_online{
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #CCCCCC;
	right: 3px;
	bottom: 0;
}
.visitor_list >.visitor_list_avatar >.online {
	background: #0EE248;
}
.visitor_list >.visitor_list_avatar img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	object-fit: cover;
}
.visitor_list .visitor_list_content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.visitor_list .visitor_list_content >span {
	width: 120px;
	color: #676767;
	overflow: hidden;/*超出部分隐藏*/
	text-overflow:ellipsis;/* 超出部分显示省略号 */
	white-space: nowrap;/*规定段落中的文本不进行换行 */
}
.visitor_list .visitor_list_content >span:nth-of-type(1) {
	color: #333;
}
.gift_details_views {
	display: flex;
	justify-content: center;
}
.gift_details_box {
	width: 426px;
	display: flex;
	flex-direction: column;
}
.gift_details_box >div {
	text-align: center;
}
#gift_details_box_name {
	color: #666666;
	font-size: 22px;
	margin-top: 10px;
}
.gift_details_box >img {
	width: 80%;
	margin: auto;
	height: 240px;
	object-fit: cover;
}
#gift_gold {
	width: 100%;
	display: flex;
	color: #F3B031;
	font-size: 20px;
	justify-content: center;
	align-items: center;
	margin-bottom: 8px;
	margin-left: 10px;
}
#gift_details_box_introduction {
	font-size: 16px;
	color: #333;
	overflow: hidden;/*超出部分隐藏*/
	text-overflow:ellipsis;/* 超出部分显示省略号 */
	white-space: nowrap;/*规定段落中的文本不进行换行 */
}
