*{
	box-sizing: content-box !important;
}

html,body{
	font-size: 14px !important;
	background-color: #fafafa;
}

a{
	color: #333;
}

a:hover{
	color: #ff6600;
}

/* 登录窗口 */
.login{
	position: fixed;
	left: 1px;
	right: 1px;
	top: 1px;
	bottom: 1px;
	margin: auto;
	background-color: rgba(255, 255, 255, 1);
	width: 371px;
	height: 478px;
	border: 1px solid white;
	border-radius: 10px;
	z-index: 999;
	display: none;
	text-align: center;
}

.login p{
	margin: 0 auto;
	width: 280px;
}

.login img{
	width: 200px;
}

.login > :nth-child(1){
	padding-top: 60px;
}

.login > :nth-child(2){
	margin-top: 50px;
    margin-bottom: 18px;
}

.login .login-close{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #ffa200;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	font-size: 25px;
	font-weight: bold;
}

/* middle */
.middle{
	/* width: 100%; */
	/* overflow: hidden; */
	/* height: 100%; */
}

.middle-inner{
	width: 1200px;
	margin: auto;
	/* overflow: hidden; */
	height: 100%;
}

.personal-like{
	width: 100%;
	margin-top: 10px;
	/* overflow: hidden; */
	height: 100%;
}

.personal{
	width: 222px;
	background-color: white;
	overflow: hidden;
	border: 1px solid #efefef;
	float: left;
	position: fixed;
}

.personal .head-top{
	width: 100%;
	height: 102px;
	overflow: hidden;
	background-image: url('../images/user-bg.jpg');
}

.personal .head-top img{
	width: 60px;
	height: 60px;
	margin: 0 auto;
	margin-top: 40px;
	display: block;
	border-radius: 50%;
}

#usersign{
	font-size: 12px;
	color: #ccc;
	line-height: 1.5em;
	margin-top: 2px;
}

.personal .info-msg{
	width: 100%;
}

.personal .info-msg > :nth-child(1){
	line-height: 20px;
	text-align: center;
	margin: 6px auto;
}

.personal .info-msg > :nth-child(2){
	line-height: 20px;
	text-align: center;
	color: #666;
	margin: 6px auto;
	font-size: 12px;
}

.personal .info-msg > :nth-child(3) > a{
	width: 40%;
	display: block;
	line-height: 20px;
	text-align: center;
	margin: 6px auto;
	background-color: #666;
	color: white;
	font-size: 12px;
}

.create-middle{
	border-right: none;
	line-height: 38px;
	width: 90%;
	overflow: hidden;
	margin: 10px auto;
}

.create-middle > :nth-child(1){
	width: 95px;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	color: white;
	cursor: pointer;
	background-color: #ff703a;
}

.create-middle > :nth-child(2){
	width: 95px;
	line-height: 30px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	color: white;
	cursor: pointer;
	background-color: #ffa200;
}

.personal .info-top{
	width: 100%;
	margin: auto;
	margin-top: 15px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

.personal .info-top ul{
	width: 100%;
	overflow: hidden;
}

.personal .info-top ul>:last-child>li{
	border-right: none;
}

.personal .info-top li{
	width: 33%;
	line-height: 2em;
	margin: auto;
	float: left;
	text-align: center;
	border-right: 1px solid #efefef;
}

.personal .info-top li:hover,.personal .info-top li.on{
	color: #ff6600;
}

.personal .info-bottom{
	width: 100%;
	margin: auto;
	border-bottom: 1px solid #efefef;
}

.personal .info-bottom ul{
	width: 100%;
	overflow: hidden;
}

.personal .info-bottom ul>:last-child>li{
	border-right: none;
}

.personal .info-bottom li{
	width: 33%;
	line-height: 2em;
	margin: auto;
	float: left;
	text-align: center;
	border-right: 1px solid #efefef;
}

.first-login{
	width: 90%;
	height: 90px;
	margin: 10px auto;
	padding: 5px 0;
	border: 1px solid #f8e7c6;
	background-color: #fffef0;
}

.first-login p{
	padding: 0 10px;
	margin: 10px 0;
	text-align: center;
}

.first-login button{
	width: 40%;
	line-height: 25px;
	text-align: center;
	display: block;
	margin: auto;
	border: none;
	background-color: #e64c5d;
	color: white;
	border-radius: 6px;
	cursor: pointer;
}

.fine-more{
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	text-decoration: underline;
	margin-bottom: 10px;
	cursor: pointer;
}

.fine-more a{
	color: #e64c5d;
}

.like{
	width: 947px;
	float: right;
	border-bottom: 1px solid #efefef;
	overflow: hidden;
}

.like .like-top{
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}

.like .like-top .like-top-left{
	float: left;
}

.like .like-top .like-top-right{
	float: right;
}

.like .like-top .like-top-right a:hover{
	color: #ffa200;
}

.like-top-left > :nth-child(1){
	display: inline-block;
	vertical-align: middle;
}

.like-top-left > :nth-child(2){
	display: inline-block;
	vertical-align: middle;
}

.like-top-right > :nth-child(1){
	display: inline-block;
	vertical-align: middle;
}

.like-top-right > :nth-child(2){
	display: inline-block;
	vertical-align: middle;
}

.like-wrap{
	width: 100%;
	height: 287px;
	overflow: hidden;
	position: relative;
}

.like-wrap .like-wrap-box{
	width: 200%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	transition: .35s all;
}

#leftbtn{
	width: 25px;
	height: 100px;
	line-height: 100px;
	position: absolute;
	left: 0;
	top: 25%;
	background-color: rgba(0,0,0,0.1);
	color: white;
	text-align: center;
	cursor: pointer;
	transition: .35s all;
}

#leftbtn:hover{
	background-color: rgba(0,0,0,0.3);
}

#rightbtn{
	width: 25px;
	height: 100px;
	line-height: 100px;
	position: absolute;
	right: 0;
	top: 25%;
	background-color: rgba(0,0,0,0.1);
	color: white;
	text-align: center;
	cursor: pointer;
	transition: .35s all;
}

#rightbtn:hover{
	background-color: rgba(0,0,0,0.3);
}


.like-inner{
	width: 50%;
	overflow: hidden;
	float: left;
}

.like-inner ul{
	width: 97%;
	margin: auto;
	overflow: hidden;
}

.like-inner li{
	float: left;
	margin-left: 1%;
	overflow: hidden;
	margin-bottom: 10px;
}

.like-inner img{
	width: 172px;
	height: 232px;
}

.like-inner li .like-inner-info > :nth-child(1){
	color: #ccc;
}

.like-inner li .like-inner-info > :nth-child(2){
	color: #ddd;
}

.pbl{
	width: 1200px;
	height: 100%;
	margin: auto;
}

.main-title{
	width: 947px;
	float: right;
	margin-top: 20px;
}

.main-title img{
	display: inline-block;
	vertical-align: middle;
}

.main-title span{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

#main{
	width: 947px;
	height: 100%;
	float: right;
	position: relative;
	margin-top: 20px;
}

#loading{
	width: 200px;
	height: 60px;
	line-height: 60px;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 2px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 999;
	text-align: center;
	display: none;
}

#loading img{
	vertical-align: middle;
}

#loading span{
	display: inline-block;
	vertical-align: middle;
}

#tiles li{
	width: 200px;
	border: 1px solid #efefef;
	transition: .18s all;
}

#tiles li:hover{
	box-shadow: 0 0 5px 1px #ccc;
}

#tiles li>.user-msg{
	width: 100%;
	height: 50px;
	overflow: hidden;
}

#tiles li .user-msg > img{
	width: 30px;
	border-radius: 2px;
	margin-top: 5px;
	margin-left: 10px;
	float: left;
}

#tiles li .user-msg > div{
	float: left;
	margin-left: 10px;
}

#tiles li .user-msg > div > :nth-child(1){
	color: #ffa200;
}

#tiles li>.msg{
	width: 100%;
	height: 25px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	margin-top: 5px;
	margin-bottom: 5px;
}

#tiles li>.msg img{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

#tiles li>.msg span{
	display: inline-block;
	vertical-align: middle;
}

#tiles li .msg-title{
	line-height: 30px;
	color: #ffa200;
	margin-left: 10px;
}

#tiles li .inner-msg{
	width: 90%;
	margin: auto;
}

.wkan{
	width: 947px;
	float: right;
	/* border-bottom: 1px solid #ddd; */
	/* overflow: hidden; */
}

.wkan .wkan-top{
	margin-bottom: 10px;
	border: solid 1px #eee;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    background: #fff;
    height: 60px;
    line-height: 60px;
    padding: 0px 20px;
}

.wkan .wkan-top .wkan-top-left{
	float: left;
	width: 100%;
}

.wkan-top-tt{
	display: inline-block;
	vertical-align: middle;
}

.wkan-top-tt p{
	line-height: 56px;
	float: left;
	margin-right: 10px;
	min-width: 62px;
	text-align: center;
	border-bottom: 2px solid white;
	box-sizing: border-box;
	cursor: pointer;
}

.wkan-top-tt p.on,.wkan-top-tt p:hover{
	border-bottom: 2px solid #ff6600;
}

.ivu-date-picker .ivu-select-dropdown{
	position: absolute !important;
	left: 0px !important;
}

.wkan-top-right{
	float: right;
	/* margin-right: 20px; */
}

.wkan-top-type{
	display: inline-block;
	vertical-align: middle;
}

.wkan-top-date{
	display: inline-block;
	vertical-align: middle;
}

.wkan-top-date input{
	width: 130px;
}

.ivu-select-selection:hover{
	border-color: #ffa200;
}

.ivu-input:hover{
	border-color: #ffa200;
}

.ivu-input:focus{
	border-color: #ffa200;
	box-shadow: 0 0 0 2px rgba(255,162,0,.2);
}

.wkan-top-search{
	display: inline-block;
	vertical-align: middle;
}

::-webkit-input-placeholder {
	color: #d7dde4;
}

.wkan-top-search input{
	width: 150px;
	transition: .2s all;
}

.wkan-top-search input:hover{
	border-color: #ffa200;
}

.ivu-select-visible .ivu-select-selection{
	border-color: #ffa200;
	box-shadow: 0 0 0 2px rgba(255,162,0,.2);
}

.wkan-top-search input:focus{
	border-color: #ffa200;
	box-shadow: 0 0 0 2px rgba(255,162,0,.2);
}

.wkan-top-search button{
	min-width: 60px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border: none;
	background-color: #ff6600;
	color: white;
	margin-left: 20px;
}

.wkan-top-left > :nth-child(3) li{
	float: left;
	width: 80px;
	line-height: 25px;
	background-color: white;
	border-radius: 5px;
	text-align: center;
	border: 1px solid #ddd;
	margin-left: 5px;
	cursor: pointer;
}

.wkan-top-left > :nth-child(3) .onorange{
	background-color: #ffa200;
	color: white;
}

.wkan-top-left > :nth-child(4){
	float: right;
}

.wkan-top-left > :nth-child(4) > :nth-child(2){
	width: 80px;
	line-height: 25px;
	background-color: #ffa200;
	border-radius: 5px;
	text-align: center;
	border: 1px solid #ddd;
	color: white;
	cursor: pointer;
}

.mywkan{
	width: 100%;
	overflow: hidden;
	float: left;
}

.mywkan ul{
	width: 97%;
	margin: auto;
	overflow: hidden;
}

.mywkan li{
	width: 186px;
	height: 290px;
	float: left;
	margin-left: 2%;
	overflow: hidden;
	margin-bottom: 20px;
	background-color: white;
	border: 1px solid #efefef;
	padding: 10px;
	margin-top: 5px;
	position: relative;
	transition: .18s all;
}

.mywkan li .mywkan-del{
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 18px;
	opacity: 0;
	cursor: pointer;
}

.mywkan li:hover{
	box-shadow: 0 0 5px 1px #ccc;
}

.mywkan li:hover>.mywkan-del{
	opacity: 1;
}

.mywkan img{
	width: 186px;
	height: 248px;
}

/* .mywkan li .mywkan-info > :nth-child(1){
	width: 28%;
	line-height: 25px;
	border: 1px solid #ddd;
	background-color: #ffa200;
	float: right;
	border-radius: 5px;
	margin-top: 5px;
	color: white;
	cursor: pointer;
}

.mywkan li .mywkan-info > :nth-child(2){
	width: 70%;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	color: #ccc;
	overflow: hidden;
}

.mywkan li .mywkan-info > :nth-child(3){
	width: 70%;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	color: #ccc;
	overflow: hidden;
} */

.mywkan li .mywkan-info > a{
	width: 100%;
	line-height: 30px;
	text-align: center;
	border: 1px solid #ddd;
	background-color: #f6f6f6;
	float: right;
	margin-top: 5px;
	display: block;
}
/* .mywkan li .mywkan-info > button a{
	line-height: 25px;
	background-color: #ffa200;
	border-radius: 5px;
	float:left;
	width:100%;
	color: white;
} */

.mywkan li .mywkan-info > .p1{
	width: 70%;
	line-height: 20px;
	display: inline-block;
	color: #ccc;
	float: left;
	background-color: white;
	border: 0;
	margin: 0;
}

.mywkan li .mywkan-info > .p2{
	width: 70%;
	line-height: 20px;
	display: inline-block;
	color: #ccc;
}

.mywkan .create-wkan{
	width: 186px;
	height: 290px;
	border: 1px solid #efefef;
	box-sizing: border-box;
	text-align: center;
	background-color: white;
	position: relative;
	cursor: pointer;
}

#wktiles .create-wkan{
	height: 195px;
	border: 1px solid #efefef;
	box-sizing: border-box;
	margin-bottom: 20px;
	text-align: center;
	background-color: white;
	position: relative;
	cursor: pointer;
	padding: 0;
}


.create-wkan-box{
	width: 97%;
	height: 85%;
	position: absolute;
	top: 1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
	margin: auto;
	border: 1px dashed #ddd;
}

.cw-icon{
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 50px;
	color: #ccc;
	position: absolute;
	top: 50px;
	left: 1px;
	right: 1px;
	margin: 0 auto;
}

.cw-bd{
	width: 56px;
	height: 56px;
	border: 2px solid #ccc;
	border-radius: 50px;
	position: absolute;
	top: 50px;
	left: 1px;
	right: 1px;
	margin: 0 auto;
}

.create-wkan p{
	text-align: center;
	color: #ccc;
	position: absolute;
	top: 117px;
	left: 1px;
	right: 1px;
}

.myarticle{
	width: 100%;
	float: left;
}

.article-list li {
	padding: 24px 0;
	background-color: white;
}

.article-title {
	/* height: 28px; */
	font-size: 28px;
	font-weight: bold;
	font-family: '微软雅黑';
	color: #3b3b3b;
	cursor: pointer;
	line-height: 1.6;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.article-title:hover {
	color: #ff703a;
}

/* .article-digest {
	color: #666;
	font-size: 12px;
} */

.article-period {
	color: #09f;
	line-height: 30px;
	position: relative;
}

/* .icon-heart {
	float: right;
	color: #09f;
	height: 30px;
	line-height: 30px !important;
	padding-left: 30px;
	background: url(../images/icon-heart.png) no-repeat left center;
	font-size: 18px;
	cursor: pointer;
} */

.article-img {
	width: 195px;
	height: 146px;
	border-radius: 8px;
	margin-left: 50px;
	display: inline-block;
	vertical-align: middle;
}

.no-img .article-content{
	width: 100%;
}

.article-content {
	width:577px;
	/* height: 146px; */
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}

.type-icon{
	padding: 0 7px;
	line-height: 1.4;
	display: inline-block;
	vertical-align: middle;
	color: #ff9a9a;
	border: 1px solid #ff9a9a;
	border-radius: 2px;
}

.article-from{
	color: #666;
	padding: 0 10px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	border-right: 1px solid #666;
}

.article-date{
	padding: 0 10px;
	color: #9a9a9a;
	display: inline-block;
	vertical-align: middle;
}

.article-count{
	color: #9a9a9a;
	display: inline-block;
	vertical-align: middle;
}

.article-count span{
	cursor: pointer;
}

.article-set{
	width: 130px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background-color: #f1f1f1;
	color: #666;
	position: absolute;
	right: 0;
	top: 1px;
	bottom: 1px;
	margin: auto 0;
	border-radius: 4px;
	cursor: pointer;
}

/* #wktiles li{
	width: 186px;
	height: 293px;
	float: left;
	margin-left: 2%;
	overflow: hidden;
	margin-bottom: 20px;
	background-color: white;
	border: 1px solid #efefef;
	padding: 10px;
	margin-top: 5px;
	position: relative;
	transition: .18s all;
}

#wktiles li .myarticle-del{
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 18px;
	opacity: 0;
	cursor: pointer;
	z-index: 999;
}

#wktiles li:hover{
	box-shadow: 0 0 5px 1px #ccc;
}

#wktiles li:hover>.myarticle-del{
	opacity: 1;
}

#wktiles li>.wkuser-msg{
	width: 100%;
	height: 50px;
}

.wkuser-msg input{
	width: 80%;
	line-height: 30px;
	margin: 10px auto;
	background-color: #ffa200;
	color: white;
	border: none;
	border-radius: 5px;
	display: block;
	cursor: pointer;
}

#wktiles li>.wkmsg{
	width: 100%;
	height: 25px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	margin-top: 5px;
	margin-bottom: 5px;
}

#wktiles li>.wkmsg img{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

#wktiles li>.wkmsg span{
	display: inline-block;
	vertical-align: middle;
}

#wktiles li .wkmsg-title{
	line-height: 30px;
	color: #ffa200;
	margin-left: 10px;
}

#wktiles li .wkinner-msg{
	width: 90%;
	min-height: 40px;
	margin: auto;
} */

.myremark{
	width: 100%;
	overflow: hidden;
	float: left;
}

.myremark ul{
	width: 97%;
	margin: auto;
	overflow: hidden;
}

.myremark li{
	padding: 10px 20px;
	border: 1px solid #ddd;
	background-color: white;
	position: relative;
}

.remark-title{
	overflow: hidden;
}

.remark-title img{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	float: left;
	margin-right: 5px;
}

.remarker{
	line-height: 60px;
	float: left;
	color: #ffa200;
	margin-left: 10px;
}

.liker{
	line-height: 60px;
	float: right;
	color: #666;
}

.liker i{
	margin-right: 5px;
}

.liker i.on{
	color: #c71521;
}

.remark-msg{
	height: 21px;
	line-height: 1.5em;
	margin: 5px 0px 5px 50px;
	overflow: hidden;
}

.autoheight{
	height: auto;
	overflow:auto;
	word-wrap:break-word;
}

.remark-change{
	text-align: center;
}

.remark-change i{
	font-size: 20px;
	color: #666;
	cursor: pointer;
}

.remark-article{
	line-height: 25px;
	background-color: #f8f8f8;
	padding: 10px;
}

.remark-del{
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 20px;
	position: absolute;
	top: -2px;
	right: -2px;
}

.wkuser-msg a{
	width: 100%;
	line-height: 30px;
	text-align: center;
	border: 1px solid #ddd;
	background-color: #f6f6f6;
	float: right;
	margin-top: 5px;
	display: block;
}

.rmuser-msg button{
	width: 100px;
	height: 30px;
	line-height: 30px;
	margin: auto;
	background-color: #ffa200;
	border: none;
	border-radius: 5px;
	display: block;
	float: right;
}
.rmuser-msg button a{
	display: block;
	color: white;
	width:100%;
}

#rmtiles li>.rmmsg{
	width: 100%;
	height: 25px;
	overflow: hidden;
	border-bottom: 1px solid #efefef;
	margin: 5px auto;
}

#rmtiles li>.rmmsg img{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

#rmtiles li>.rmmsg span{
	display: inline-block;
	vertical-align: middle;
}

#rmtiles li .rmmsg-title{
	line-height: 30px;
	color: #ffa200;
	margin-left: 10px;
}

#rmtiles li .rminner-msg{
	width: 98%;
	margin: 10px 0;
	padding-left: 10px;
	background-color: white;
}

.mywkan-msg{
	width: 100%;
	line-height: 200px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: #ccc;
}

.tags li.on,
.time li.on{
	background:#ffa200;
	color:white;
}


/** 粉丝/关注 **/
.myfans {
    width: 100%;
    float: left;
}
.myfans ul {
    width: 97%;
    margin: auto;
    overflow: hidden;
}
.myfans > ul > li {
    width: 47.6%;
    height: 80px;
    float: left;
    background-color: white;
    padding: 10px;
    border: 1px solid #efefef;
}
.myfans .info-header {
    width: 60px;
    height: 60px;
    margin-top: 10px;
    border-radius: 50%;
    float: left;
}
.myfans .info-msg {
    width: 300px;
    float: left;
}
.myfans .info-msg-name {
    padding-left: 20px;
    font-size: 16px;
    color: #333;
    line-height: 26px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.myfans .info-msg-hobby {
    padding-left: 20px;
    font-size: 14px;
    color: #666;
    line-height: 26px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.myfans .info-msg-fansfollows {
    padding-left: 20px;
    font-size: 14px;
    color: #ff703a;
    line-height: 26px;
}
.myfans .info-state {
    width: 70px;
    float: left;
    margin-top: 10px;
}
.myfans .info-state p {
    text-align: center;
}
.myfans .info-state p a.followed {
    color: #333;
}
.myfans .info-state p a {
    line-height: 40px;
    text-align: center;
    color: #ff703a;
    cursor: pointer;
}
.myfans .info-msg-fansfollows span {
    color: #ccc;
    margin-left: 8px;
    margin-right: 20px;
}
.myfans .followed-or-no.yes {
    height: 30px;
    background-position: 0 30px;
}
.myfans .followed-or-no.no {
    height: 31px;
    background-position: 0 0;
}
.myfans .followed-or-no {
    width: 34px;
    margin: auto;
    background-image: url(../images/add-3.png);
}
/** end 粉丝/关注 **/


/** 个人资料设置 **/
.setup{
	width: 947px;
	float: right;
	/* border-bottom: 1px solid #ddd; */
	overflow: hidden;
}

.nav{
	width: 100%;
	height: 54px;
	line-height: 54px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: white;
	border-bottom: 1px solid #efefef;
}

#my-article{
	width: 100%;
	overflow: hidden;
}

.nav ul{
	width: 100%;
	overflow: hidden;
}

.nav ul li{
	min-width: 60px;
	line-height: 50px;
	float: left;
	margin-left: 10px;
	margin-right: 30px;
	text-align: center;
	cursor: pointer;
}

.nav ul li:hover{
	border-bottom: 4px solid #ffa200;
}

/* .on{
	line-height: 50px;
	float: left;
	margin-left: 10px;
	margin-right: 30px;
	border-bottom: 4px solid #ffa200;
} */

.bg-color{
	background-color: #fbfbfb !important;
	border: 1px solid #efefef !important;
}

.mg-bottom>:first-child{
	margin: 10px 0;
}

.tpl-title1{
	width: 32%;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.tpl-title2{
	width: 32%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.tpl-title3{
	width: 32%;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	color: skyblue;
}


/*个人信息设置*/
.setup-setting{
	padding-left: 25px;
}

.oldname,.newname,.truename,.nowcity,.sex,.birthday,.me,.send{
	line-height: 60px;
}

.oldname>span{
	min-width: 60px;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
}

.oldname :nth-child(2){
	margin-left: 16px;
}

.newname>span{
	min-width: 60px;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
}

.newname input{
	width: 194px;
	margin-left: 16px;
}

.truename>span{
	min-width: 60px;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
}

.truename input{
	width: 194px;
	margin-left: 16px;
}

.nowcity>span{
	min-width: 60px;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
}

.nowcity select{
	color: #657180;
	font-size: 12px;
	cursor: pointer;
	margin-right: 10px;
}

.nowcity :nth-child(2){
	margin-left: 16px;
}

.sex>span{
	min-width: 60px;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
}

.sex>form{
	margin-left: 18px;
	display: inline-block;
	vertical-align: middle;
}

.sex>form>span{
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.sex>form>input{
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

/*TODO*/
.birthday>span{
	min-width: 60px;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
}

.birthday>div{
	margin-left: 16px;
	display: inline-block;
	vertical-align: middle;
}

.birthday input{
	width: 160px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 38px !important;
}

.me>span{
	min-width: 60px;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 70px;
}

.me textarea{
	width: 188px;
	height: 100px !important;
	margin-top: 20px;
	margin-left: 16px;
	resize: none;
}

.send{
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

.send>:nth-child(1){
	width: 60px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #ffa200;
	background-color: #ffa200;
	color: white;
	margin-left: 30px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 6px;
	cursor: pointer;
}

.send>:nth-child(2){
	width: 60px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #ccc;
	background-color: white;
	color: #ccc;
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 6px;
	cursor: pointer;
}

.setup-hobby{
	padding-left: 25px;
}

.setup-hobby ul{
	width: 100%;
	margin-top: 20px;
}

.setup-hobby ul li{
	float: left;
	width: 68px;
	line-height: 30px;
	text-align: center;
	color: #333;
	background-color: white;
	border: 1px solid #ddd;
	border-radius: 6px;
	margin-right: 18px;
	margin-bottom: 20px;
	cursor: pointer;
}

.setup-hobby ul li.hobbyselect{
	background-color: #ffa200;
	color: white;
	border: 1px solid #ffa200;
}

.setting-privacy{
	padding-left: 25px;
}

.setting-privacy h4{
	margin: 10px 0;
	line-height: 40px;
}

.setting-privacy span{
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.setting-privacy input{
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.setting-vip{
	padding-left: 25px;
}

.setting-vip p{
	min-width: 110px;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	color: #ff703a;
	font-weight: bold;
	margin-top: 10px;
}

.setting-vip a{
	margin-left: 60px;
	display: inline-block;
	vertical-align: middle;
	text-decoration: underline;
	color: #657180;
	margin-top: 10px;
}

.setting-changenumber{
	padding-left: 25px;
}

.setting-changenumber p{
	width: 100%;
	line-height: 30px;
	text-align: center;
}

.setting-changenumber .changenumber-btn{
	width: 100%;
	line-height: 45px;
	text-align: center;
}

.setting-changenumber .changenumber-btn button{
	margin: 0 auto;
}

.setting-bindnumber{
	padding-left: 25px;
}

.setting-bindnumber .number-city,.number,.checknumber{
	line-height: 50px;
	padding-left: 308px;
}

.number-city p,.number-city select{
	display: inline-block;
	vertical-align: middle;
}

.number p,.number input{
	display: inline-block;
	vertical-align: middle;
}

.checknumber p,.checknumber input,.checknumber button{
	display: inline-block;
	vertical-align: middle;
}

#clipArea {
	width: 600px;
	height: 600px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: white;
	display: none;
	z-index: 998;
}

#filebox{
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: relative;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #ddd;
	border-radius: 6px;
	margin-top: 60px;
	padding: 0;
}

.userlogo{
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

#headbox{
	width: 180px;
	height: 180px;
	display: inline-block;
	vertical-align: top;
	margin-left: 376px;
	padding: 0;
}

#file {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}

#filebox p{
	cursor: pointer;
}


#clipBtn{
	position: absolute;
	top: 560px;
	left: 450px;
	width: 60px;
	line-height: 30px;
	background-color: white;
	color: #ccc;
	border: 1px solid #ddd;
	border-radius: 6px;
	cursor: pointer;
	z-index: 999;
	display: none;
}

#clipBtn2{
	position: absolute;
	top: 560px;
	left: 520px;
	width: 60px;
	line-height: 30px;
	background-color: white;
	color: #ccc;
	border: 1px solid #ddd;
	border-radius: 6px;
	cursor: pointer;
	z-index: 999;
	display: none;
}

#view {
	/* margin: 0 auto; */
	width: 60px;
	height: 60px;
	background-color: #666;
	display: none;
	border: 2px solid #ddd;
	text-align: center;
	margin: 10px 0;
	margin-top: 40px;
	vertical-align: top;
	padding: 0;
	border-radius: 50%;
}

/** end个人资料设置 **/

.pagination-box{
	text-align: center;
	overflow: hidden;
	margin: 0 auto 20px;
	padding-bottom: 40px;
}

.pagination {
	text-align: center;
	line-height: 50px;
}

.pagination li{
	height: 30px;
	line-height: 30px;
	display: inline-block;
	margin:0 5px;
}

.pagination li a{
	padding:.2rem 1rem;
	display:inline-block;
	border:1px solid #ddd;
	background:#fff;
	color:#666;
}

.pagination li a:hover{
	background:#eee;
}

.pagination li.active a{
	background:#fd703c;
	color:#fff;
}

.first-login-bg{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
	z-index: 9998;
}

.first-login-inner{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.first-create-box{
	height: 100%;
	position: relative;
}

.first-create{
	position: absolute;
	left: 12px;
	top: 548px;
}

.first-nav{
	position: absolute;
	top: 378px;
}

.first-create > :nth-child(1){
	width: 95px;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	color: white;
	cursor: pointer;
	background-color: #ff703a;
}

.first-create > :nth-child(2){
	width: 95px;
	line-height: 30px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	color: white;
	cursor: pointer;
	background-color: #ffa200;
}

.myfans-style2{
	width: 100%;
	float: left;
}

.style-none{
	height: 200px;
	margin-bottom: 20px;
	background-color: white;
	position: relative;
}

.style-none img{
	max-width: 100%;
	position: absolute;
	left: 1px;
	right: 1px;
	top: 60px;
	margin: 0 auto;
}

.style-none p{
	width: 100%;
	text-align: center;
	color: #ff703a;
	position: absolute;
	top: 115px;
}

.style2-title2{
	padding: 10px 20px;
	background-color: white;
}

.style2-title2 img{
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.style2-title2 p{
	display: inline-block;
	vertical-align: middle;
	color: #ff703a;
	font-size: 16px;
	margin-left: 6px;
}

.style2-btn-bg{
	background-color: white;
	padding: 20px;
}

.style2-btn{
	width: 240px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #ddd;
	font-size: 16px;
	margin: 0 auto;
	border-radius: 4px;
}

.style2-btn a{
	color: #666;
	display: block;
}