/* 个人中心样式开始 */
.page-body{
	min-height: 0;
}
body{
	background: #F0EFF2;
}
i{font-style: normal;}
.personal-center-wrap{
	overflow: hidden;
}
.personal-center-wrap .side-nav {
	width: 330px;
	background: #fff;
	float: left;
	box-shadow:0px 0px 4px 0px rgba(4,0,0,0.14);
	border-radius:5px;
	overflow: hidden;
	visibility:hidden;
}
.side-nav a{
	padding-left: 25px;
	display: block;
	height: 50px;
	line-height: 50px;
	color: #9E9B9E;
	font-size: 16px;
	background: #fff;
	border-bottom: 1px solid #EFEFEF;
}
.side-nav a.on{
	background: #F6F5F8;
	border-left: 2px solid #CF1A15;
}
.side-nav a:hover{
	background: #F6F5F8;
	border-left: 2px solid #CF1A15;
}
.side-nav a i{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	font-style: normal;
	color: #696969;
	padding-right: 8px;
	line-height: 30px;
    margin-top: -3px;
}
.side-nav dl{
	display: none;
}
.side-nav .pointer>a{
	background: url(../../images/user/pointer_down.png) right 25px center no-repeat #fff;
}
.side-nav .pointer-down>a{
	background: url(../../images/user/pointer_up.png) right 25px center no-repeat #fff;
}
.personal-center-wrap .main-personal-content{
	float: right;
	width: 848px;
	background: #fff;
	display: none;
	margin-bottom: 15px;
}
.main-personal-content .g-tit h4{
	padding:0 22px;
	font-size: 16px;
	color: #A19EA2;
	height: 48px;
	line-height: 48px;
	font-weight: normal;
	border-bottom: 1px solid #EFEFEF;
}
.center-area{
	padding-bottom: 68px;
}
.main-personal-content .content-box{
	width: 708px;
	margin: 0 auto;
}
.center-area .user-info{
	margin-top: 28px;
	border-radius: 5px;
	border:1px solid #F0F0F0;
	padding: 18px 25px 18px 20px;
	height: 64px;
	display: none;
}
.center-area .user-info .photo{
	float: left;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 16px;
}
.center-area .user-info .photo img{
	width: 100%;
	height: 100%;
}
.center-area .user-info .name-box{
	float: left;
	padding-top:8px;
}
.user-info .name-box strong{
	font-size: 16px;
	color: #9E9B9E;
	font-weight: normal;
}
.user-info .name-box p{
	font-size: 14px;
	color: #D0CDD0;
	padding-top: 4px;
}
.user-info .fraction-box{
	float: right;
	font-size: 12px;
	padding-top: 24px;
	color: #B9B9B9;
}
.center-area .subscribe-box .tit{
	font-size: 14px;
	color: #9A979B;
	padding: 30px 0 20px;
}
.subscribe-box .tit-item{
	font-size: 12px;
	color: #9A979B;
	padding: 10px 0 10px;
}
.section-div{
	padding: 0 36px;
	border:1px solid #F1EFF2;
	border-radius:5px;
	margin-bottom: 44px;
}
.author-div{
	padding: 0 36px;
	border:1px solid #F1EFF2;
	border-radius:5px;
	margin-bottom: 44px;
}
.section-subscribe{
	width: 100%;
}
.author-subscribe{
	width: 100%;
}
.subscribe-swiper-container{
	height: 266px;
	overflow: hidden;
	visibility: hidden;
}

.swiper-slide .inner{
	box-shadow:0px 0px 4px 0px rgba(4,0,0,0.14);
	border-radius:5px;
	text-align: center;
	height: 230px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 10px;
}
.swiper-slide .icon{
	width: 85px;
	height: 85px;
	border-radius: 50%;
	margin-top: 34px;
	margin-bottom: 16px;
}
.swiper-slide p{
	font-size: 20px;
	color: #323232;
	margin-bottom: 14px;
}
.swiper-slide .subscribed {
	width: 60px;
    height: 25px;
}
.swiper-slide .author-subscribed {
    width: 60px;
    height: 25px;
}
.center-area .add-time{
	padding: 0 36px;
	height:102px;
	border:1px solid #F1EFF2;
	border-radius:5px;
	margin-bottom: 44px;
}
.center-area .add-time p{
	float: left;
	width: 50%;
	padding-top: 18px;
	font-size: 16px;
	color: #666366;
}
.main-personal-content .btn-edit{
	display: block;
	width:156px;
	padding:5px 0;
	border:1px solid #893630;
	border-radius:20px;
	font-size: 18px;
	color: #CF1A15;
	margin: 25px auto;
	text-align: center;
}

/* 会员卡页面开始 */
.card-area .content-box{
	width: 708px;
    margin: 0 auto;
    min-height: 600px;
}
.switch-box .item-nav{
	height:44px;
	margin-top: 28px;
	background:#F7F4F8;
	border-radius:2px;
	margin-bottom: 28px;
}
.switch-box .item-nav span{
	float: left;
	width:190px;
	height:40px;
	line-height:40px;
	text-align: center;
	font-size: 18px;
	color: #9B989C;
	border-radius:5px;
	cursor: pointer;
	border:2px solid #F7F4F8;
}
.switch-box .item-nav span.on{
	background:#fff;
	color: #C11C16;
	
}
.card-area .item{
	width: 600px;
	margin: 0 auto;
}
.card-area .get-card{
	margin-bottom: 22px;
} 
.card-area .get-card h4{
	font-size: 16px;
	color: #666;
	margin-bottom: 10px;
}
.card-area .get-card p{
	font-size: 14px;
	padding-left: 15px;
	color: #666;
	line-height: 1.65;
}
.card-area .get-card span{
	color: #3a4bdd;
}
.card-area .card-pic{
	margin-bottom: 36px;
}
.card-handy{
	margin-bottom: 32px;
} 
.card-handy dt{
	font-size: 14px;
	color: #888;
	margin-bottom: 12px;
}
.card-handy dd{
	padding-left: 8px;
	font-size: 16px;
	color: #646464;
	margin-bottom: 10px;
	list-style: none;
}
.invite-card p{
	font-size:14px;
	color: #888;
	margin-bottom: 8px;
}
.invite-card input{
	font-size: 14px;
	padding: 0 15px;
	height: 28px;
	line-height: 28px;
	width: 402px;
	border:1px solid #e0e0e0;
	border-radius:5px;
	color: #333;
}
.invite-card input::-webkit-input-placeholder { /* WebKit browsers */
    color: #D1D1D1;
}
.invite-card input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #D1D1D1;
    opacity: 1;
}
.invite-card input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #D1D1D1;
    opacity: 1;
}
.invite-card input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #D1D1D1;
}
.invite-card .btn-edit{
	display: block;
	width:155px;
	height:28px;
	line-height:28px;
	text-align: center;
	font-size: 18px;
	color: #CF1A15;
	border:1px solid rgba(207,26,21,1);
	border-radius:14px;
	margin: 42px auto 80px;
}
.card-record{
	padding-bottom: 46px;
} 
.card-record table{
	width:100%;
	border:1px solid #F0F0F0;
	border-radius: 5px;
	text-align: center;
}
.card-record table th{
	height: 42px;
	font-size: 16px;
	color: #333;
	font-weight: normal;
	border-bottom: 1px solid #F0F0F0;
}
.card-record table td{
	height: 45px;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #F0F0F0;
}

/* 我的评论页面样式 */
.comment-list li{
	border:1px solid #F0F0F0;
	margin-bottom: 20px;
}
.comment-list .time{
	height: 40px;
	padding-left: 24px;
	line-height: 40px;
	font-size: 14px;
}
.comment-list .time i{
	font-style: normal;
	padding-right: 5px;
	font-size: 10px;
	vertical-align: top;
}
.comment-list .comment-item{
	padding: 0 16px;
}
.comment-list .user-comment{
	padding: 16px 0 12px 76px;
	position: relative;
}
.comment-list .user-comment .photo{
	position: absolute;
	left: 10px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	top: 16px;
}
.comment-list .user-comment p{
	font-size: 16px;
	color: #323232;
	line-height: 22px;
}
.comment-list .user-comment .txt p:first-child{
	font-size: 15px;
}
.comment-list .user-comment .txt .praise-box{
	float: right;
	cursor: pointer;
	color: #B9B9B9;
	padding-right: 32px;
}

.comment-list .user-comment .txt .praise-box .praise-num{
	font-size:14px;
	vertical-align: bottom;
}

.comment-list .user-comment .txt .praise-box .btn{
	width:20px;
	margin-left:10px;
}

.comment-list .user-comment span{
	font-size: 12px;
	color: #B9B9B9;
}
.comment-list .user-comment .txt p:last-child{
	padding-top: 3px;
}
.comment-list .news-box{
	padding-bottom: 22px;
	border-bottom: 1px solid #EFEFEF;
}
.comment-list .news-box a{
	display: block;
	height: 40px;
	line-height: 40px;
	padding:0 15px 0 44px;
	background: url(../../images/user/icon_link.jpg) 14px center no-repeat #F7F4F8;
	font-size: 14px;
	color: #505050;
	border-radius: 3px;
}
.comment-item .reply-item{
	margin-bottom: 20px;
}
.reply-item .comment-list li{
	display:none;
	border:0px;
	background: #F7F4F8;
	margin: 0px;
}
.border-line{
	margin:0 10px 0 10px;
	height: 1px;
	background: #EFEFEF;
}
.reply-item .comment-list .spread-box{
	display: block;
	height: 34px;
	line-height: 34px;
	padding:0 11px;
	margin: 0;
	font-size: 14px;
	color: #505050;
	border-radius: 3px;
	cursor: pointer;
	background: #F7F4F8;
}
.reply-item .comment-list .spread-box .spread-operate{
	font-size: 14px;
	color: #B9B9B9;
	padding-right: 30px;
	height: 34px;
	line-height: 34px;
	float: right;
	vertical-align: top;
	background: url(../../images/user/icon_spread.jpg) right center no-repeat;
}
.packup-box .spread-operate{
	font-size: 14px;
	color: #B9B9B9;
	padding-right: 30px;
	height: 34px;
	line-height: 34px;
	float: right;
	vertical-align: top;
	background: url(../../images/user/pointer_up.png) right center no-repeat;
}
.comment-list .news-box .user-comment{
	background: #F7F4F8;
	padding-right: 10px;
}
.comment-list .news-box .user-comment .photo{
	left: 10px;
}
.comment-list .comment-item:last-child .news-box{
	border-bottom: 0;
}

.comment-item .replay-num{
	color: #505050;
	font-size: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
}

/* 我的收藏 */
.collection-area .delete-box{
    font-size: 14px;
    color: #A09FA2;
    margin:20px 35px;
}
.collection-area .btn-delete{
	cursor: pointer;
	float: right;
}
.collection-area .delete-box{
	font-size: 14px;
	color: #9D9D9F;
}
.collection-area .list-box{
	margin:0 35px;
}
.collection-area .list-box .cancel-box{
	margin:20px 0;
	display: none;
}
.collection-area .list-box .cancel-box span{
	font-size: 14px;
	color: #A3A3A5;
}
.collection-area .list-box .cancel-box .select-all{
	margin-right: 25px;
	cursor: pointer;
}
.collection-area .list-box .cancel-box i{
	font-style: normal;
}
.collection-area .list-box .btn-cancel{
	float: right;
	cursor: pointer;
}
.collection-area .collect-list li{
	position: relative;
	margin-bottom: 15px;
	font-size: 0;
}
.collection-area .icon-select{
	display: none;
	box-sizing:border-box;
	width:6%;
	height: 140px;
	vertical-align: top;
}
.collection-area .icon-select img{
	width:22px;
	height:22px;
	margin-top:60px;
}
.collection-area .collect-list{
	display: none;
}
.collection-area .collect-list .inner{
	display: inline-block;
	box-sizing:border-box;
	width:100%;
	padding: 10px 9px;
	border:1px solid #F0F0F0;
	border-radius:5px;
}
.collection-area .collect-list .pic{
	float: left;
	width: 29.2%;
	border-radius: 5px;
	overflow: hidden;
}
.collection-area .collect-list .pic img{
	width: 100%;
	height: 118px;
}
.collection-area .collect-list .txt{
	width: 68%;
	height:118px;
	float: right;
	position: relative;
}
.collection-area .collect-list .txt h4{
	font-size: 17px;
	color: #323232;
	margin-bottom: 8px;
}
.collection-area .collect-list .txt p{
	font-size: 14px;
	color: #646464;
	height:40px;
	margin: 12px 0 20px 0;
	display:block;
	display:-webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.collection-area .collect-list .tips span{
	font-size: 12px;
	color: #B9B9B9;
}
.collection-area .collect-list .tips{
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
}
.collection-area .collect-list .reply-num-box{
	position: relative;
    float: right;
    margin-right: 5px;
}
.collection-area .collect-list .reply-num-box img{
	width: 18px;
}
.collection-area .collect-list .reply-num{
	position: absolute;
    top: -7px;
    left: 10px;
    font-size: 12px;
    color: #b9b9b9;
    -o-transform: scale(0.6,0.6);
    -ms-transform: scale(0.6,0.6);
    -webkit-transform: scale(0.6,0.6);
    -moz-transform: scale(0.6,0.6);
    transform: scale(0.6,0.6);
}

/* 意见反馈 */
.feedback-area .feed-back .inner-box{
	width: 450px;
	margin: 0 auto;
}
.feedback-area .feed-back .tit{
	font-size: 14px;
	color: #979497;
	line-height: 22px;
	margin-top:32px;
	margin-bottom: 12px;
}
.feedback-area .feed-back .tit i{
	font-size: 12px;
	color: #CF1A15;
	padding-right: 6px;
	vertical-align: top;
}
.feedback-area .feed-back .type-box ul{
	height: 86px;
	margin-bottom: 20px;
}
.feedback-area .type-box li{
	float: left;
	width: 110px;
	height: 29px;
	cursor: pointer;
	line-height: 29px;
	border-radius: 5px;
	border:1px solid #F3F0F3;
	text-align: center;
	margin-right: 54px;
	margin-bottom: 14px;
	font-size: 14px;
	color: #646464;
}
.feedback-area .type-box li.on{
	border:1px solid #CF1A15;
	color:#CF1A15;
}
.feed-back .textarea-box textarea{
	padding: 8px 10px;
	height: 96px;
	width: 100%;
	border:1px solid #c5c5c5;
	box-sizing: border-box;
	font-size:14px;
	color:#666;
}
.feed-back .contact-box{
	margin-bottom: 46px;
} 
.feed-back .contact-box input{
	height: 29px;
	padding: 0 12px;
	width: 100%;
	border:1px solid #F3F0F3;
	border-radius: 5px;
	font-size: 14px;
	color: #666;
	margin-bottom: 9px;
	box-sizing: border-box;
}
.feed-back .contact-box p{
	font-size: 12px;
	color: #B9B9B9;
}
.feed-back .bottom-tip{
	margin: 36px 0 46px;
	font-size: 12px;
	color: #918E91;
	text-align: center;
}
.feed-back .bottom-tip span{
	color: #CF1A15;
}
.feedback-area .uploader-box{
	position:relative;
    background-color:#fff;
    padding:2px 0 13px 0;
    font-size:0;
}
.uploader-box input[type='file']{
    display:none;
}
.uploader-box .pic-item-container{
    display:inline-block;
    margin-left:59px;       
}
.uploader-box .add-pic-btn{
	width:110px;
	cursor: pointer;
}
.hidden{
    display:none;
}
.uploader-box .pic-preview-box{
    display:none;
    width:110px;
    height:110px;
    position:relative;
}
.uploader-box .preview-img{
    width:100%;
    height:100%;
    cursor: pointer;
}
.uploader-box .delete-img{
    display:inline-block;
    width:22px;
    height:22px;
    background-image:url('/staticsg/res/images/close.png');
    background-size:100%;       
    background-repeat:no-repeat;
    position:absolute;
    right:-10px;
    top:-10px;
}
.full-preview{
    background-color:rgba(0,0,0,0.7);
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    text-align:center;
    display:none;
    z-index: 99;
}
.full-preview img{
    max-width:96vw;
    max-height:90vh;       
}

.my-feed .feed-list{
	display: none;
}
.my-feed .feed-list li{
	margin-bottom: 25px;
	border:1px solid #F0F0F0;
}
.my-feed .feed-list .feed-time{
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #F0F0F0;
	padding-left: 25px;
	font-size: 16px;
	color: #A0A1A9;
}
.my-feed .feed-list .feed-time i{
	font-size: 12px;
	vertical-align: top;
	padding-right: 5px;
}
.my-feed .feed-list .feed-time span{
	padding-left: 5px;
}
.my-feed .feed-list .feed-con{
	padding: 22px;
}
.my-feed .feed-list .txt{
	float: left;
}
.my-feed .feed-list .txt p{
	color: #333;
	font-size: 14px;
	margin-bottom: 8px;
	line-height: 22px;
}
.my-feed .feed-list .txt span{
	color: #666;
}
.my-feed .feed-list .feed-con .pic{
	float: right;
}
.my-feed .feed-list .feed-con img{
	width: 80px;
	height: 80px;
	margin-right: 10px;
	cursor: pointer;
}
.my-feed .feed-list .feed-con img:last-child{
	margin-right: 0;
}
.answer-me{
	border-top:1px solid #e5e5e5;
	padding-top:4px;
	margin-top:5px;
	display: none;
}
.answer-me-item{
	font-size:14px;
	margin-top:6px;
}
.answer-me-item .left{
	color:#333;
	width:60px;
	display: inline-block;
}
.answer-me-item .content{
	color:#666;
	margin-top:6px;
}
.answer-me-item .time{
	color:#A0A1A9;
}

/* 修改资料样式 */
.setting-area .content-box{
	width: 100%;
	padding-bottom: 54px;
}
.setting-area .g-tit h4{
	border-bottom: 0;
}
.setting-area .set-tit{
	height: 54px;
	line-height: 54px;
	font-size: 18px;
	color: #646464;
	padding: 0 45px 0 22px;
	margin-bottom: 16px;
	border-bottom: 1px solid #F0F0F0;
}
.setting-area .set-tit .btn{
	width:154px;
	height:26px;
	line-height:26px;
	text-align: center;
	border:1px solid #D0130E;
	border-radius:14px;
	float: right;
	color: #CF1A15;
	cursor: pointer;
	margin-top: 12px;
}
.setting-area .inner{
	width: 394px;
	margin: 0 auto;
}
.setting-area .inner .tit{
	font-size: 14px;
	color: #999;
	height: 42px;
	line-height: 42px;
	margin-top:15px;
}
.change-data .photo{
	height: 94px;
	line-height: 94px;
}
.change-data .photo img{
	width: 94px;
	height: 94px;
	vertical-align: top;
	border-radius: 47px;
	margin-right: 18px;
}
.change-data .photo .select-file-btn{
	display: inline-block;
	width:154px;
	height:26px;
	line-height:26px;
	border:1px solid #D6D6D6;
	border-radius:14px;
	font-size: 18px;
	color: #B9B9B9;
	text-align: center;
}
.change-data .photo .headpic-input{
	cursor: pointer;
	position: absolute;
	left:0;
	top:0;
	opacity:0;
    filter:alpha(opacity=0); /* 针对 IE8 以及更早的版本 */
}

.setting-area input[type=text],.setting-area input[type=password]{
	padding: 0 16px;
	height: 28px;
	line-height: 28px;
	border:1px solid #d0d0d0;
	border-radius: 5px;
	font-size: 14px;
	color: #666;
	width: 358px;
}
.setting-area .sex-li {
	color: #999;
	display: inline-block;
	font-size: 14px;
	margin-right: 80px;
}
.birthday-select-box select{
	padding:3px 10px;
	margin-right:45px;
	border:1px solid #d0d0d0;
	color:#666;
}

.win-shade{
	width:100%;
	height:100%;
	position: fixed;
	left:0;
	top:0;
	background-color: rgba(0,0,0,0.3);
	text-align: center;
	display: none;
}
.win-shade .panel{
	background-color: #fff;
	display:none;
	padding:35px 40px;
	border-radius:5px;
	margin-top:16%;
	position: relative;
}
.win-shade .panel p{
	line-height: 1.65;
	color:#333;
}
.win-shade .panel .btn{
	display: inline-block;
	padding:5px 40px;
	border:1px solid #D0130E;
	border-radius:14px;
	color: #CF1A15;
	cursor: pointer;
}
.win-shade .input-box{
    height: 46px;
    border-bottom: 1px solid #A0A0A0;
    text-align: left;
}
.win-shade .input-box input{
    border:0;
    outline: none;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    color: #646464;
    width: 100%;
}
.win-shade .code-box .code{
	width:200px;
}
.win-shade .code-box .code-img{
	width: 110px;
    vertical-align: middle;
}
.win-shade .code-box .change-code{
	font-size: 16px;
    color: #B9B9B9;
    display: inline-block;
    width: 62px;
    text-align: center;
    cursor: pointer;
}
.win-shade h3{
	color:#333;
	letter-spacing: 3px;
}
.win-shade .verify-box .verify{
	width:270px;
}
.win-shade .verify-box .get-verify,.time-box{
	float: right;
    padding-right: 5px;
    cursor: pointer;
    font-size: 16px;
    color: #B9B9B9;
    height: 46px;
    line-height: 46px;
    user-select: none;
}
.win-shade .large-btn{
	padding:5px 60px!important;
	letter-spacing: 3px;
}

.change-phone,.change-password{
	margin-top:45px;
}
.win-shade .btn-close{
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url(../../images/login/icon_close.png) 0 0 no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top:15px;
    right:18px;
}
.update-pwd .input-box{
	width:300px;
}
.update-pwd .icon-eye{
    float: right;
    width: 30px;
    height: 46px;
    background: url(../../images/login/icon_eyes.png) center 20px no-repeat;
}
.update-pwd .open-eye{
    background: url(../../images/login/icon_eyes.png) center -28px no-repeat;
}
.update-pwd .pwd1,.pwd2{
	width:auto!important;
}
.content{
	text-align: justify; 
	word-wrap:break-word;
	word-break:normal;
}