/*圈子公用*/
.w-head{
	text-align: left;
	padding: 30px 0 15px 15px;
	font-size: 15px;
}
.w-head .upper{
	color: #000000;
}
.w-head .gt{
	padding: 0 5px;
}
.w-head .child{
	color: #00B48B;
}
.editor-details .editor-operation .save:hover,
.editor-operation .delete-prompt .btn .bt-on:hover{
	opacity: 0.8;
	filter:alpha(opacity=80);
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-opacity: 0.8;
	-o-opacity: 0.8;
}
.circle-details .pd-top{
	padding: 20px 0;
}
.circle-details a{
	color: #000000;
}
.tc-create-circle .layui-form-select dl {
	max-height: 250px;
}
/*圈子首页*/
/*圈子首页-分类列表*/
.circle-content{
	min-height: 700px;
}
.circle-content .no-circle {
    font-size: 20px;
    color: #929191;
    padding: 50px 0 60px 0;
    text-align: center;
}
.circle-content .personal-information .introduction .label {
	margin-bottom: 15px;
}
.circle-content .personal-information .introduction h2 {
	padding: 0 0 15px 0;
}
.circle-content .classification-list{
	background: #FFFFFF;
	border-radius: 10px;
	margin-top: 20px;
	padding-bottom: 20px;
}
.circle-content .top-nav{
	padding: 20px 20px 20px 50px;
}
.circle-content .top-nav a{
	display: inline-block;
	width: 110px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	margin-right: 15px;
	border-radius: 5px;
	color: #000000;
	text-shadow: 2px 2px 5px rgba(0,0,0,.2);
	-webkit-text-shadow: 2px 2px 5px rgba(0,0,0,.2);
	-moz-text-shadow: 2px 2px 5px rgba(0,0,0,.2);
	-ms-text-shadow: 2px 2px 5px rgba(0,0,0,.2);
	-o-text-shadow: 2px 2px 5px rgba(0,0,0,.2);
}
.circle-content .top-nav a.nav-on{
	background: #00B48B;
	color: #FFFFFF;
	box-shadow: 4px 4px 5px rgba(0,0,0,.2);
	-webkit-box-shadow: 4px 4px 5px rgba(0,0,0,.2);
	-moz-box-shadow: 4px 4px 5px rgba(0,0,0,.2);
	-ms-box-shadow: 4px 4px 5px rgba(0,0,0,.2);
	-o-box-shadow: 4px 4px 5px rgba(0,0,0,.2);
}
.classification-list .tab-content ul li{
	float: left;
    width: 583px;
    height: 108px;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    margin: 0 0 10px 10px;
    padding-top: 20px;
    position: relative;
}
.classification-list .tab-content ul li .pay{
	display: block;
	width: 50px;
	height: 20px;
	line-height: 20px;
	background: #ec5d19;
	color: #FFFFFF;
	border-radius: 4px;
	font-size: 15px;
	text-align: center;
	position: absolute;
	top: 20px;
	right: 20px;
}
.classification-list .tab-content li .header-img{
	display: block;
    width: 90px;
    height: 90px;
    margin: 0 30px;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    position: relative;
}
.classification-list .tab-content li .header-img img{
	width: 100%;
    height: 100%;
    border-radius: 5px;
}
.classification-list .tab-content li .header-img span{
	position: absolute;
	display: inline-block;
   	padding: 1px 8px;
    color: #fff;
    background: #00B48B;
   	border-radius: 5px;
    text-align: center;
    margin-left: 20px;
    font-size: 12px;
    top: 0;
    left: -20px;
}
.tab-content li .information-text{
	width: 420px;
}
.tab-content li .information-text .table{
	overflow: hidden;
}
.tab-content li .information-text .table span{
	float: left;
	padding: 1px 8px;
	font-size: 14px;
	background: #00B48B;
	color: #FFFFFF;
	border-radius: 5px;
	margin: 0 20px 15px 0;
}
.tab-content li .information-text p{
	font-size: 15px;
}
.tab-content li .information-text p span{
	padding-right: 20px;
}
/*弹出-创建圈子*/
.tc-create-circle .create-circle-box{
	width: 780px;
	/*min-height: 850px;*/
	margin: -310px 0 0 -390px;
}
.create-circle-box .create-content{
	padding: 30px 0 0 140px;
	font-size: 14px;
	height: 450px;
	overflow-y: auto;
}
.create-circle-box .create-content .text{
	display: inline-block;
	width: 78px;
	height: 40px;
	line-height: 40px;
}
.create-circle-box .create-content .input{
	height: 38px;
	line-height: 38px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
.create-circle-box .create-content .width-max{
	width: 288px;
}
.create-circle-box .create-content .width-small{
	width: 198px;
}
.create-circle-box .create-content .pd-bottom{
	padding-bottom: 15px;
}
/*下拉选择*/
.circle-select .drop-down-box{
	padding-left: 5px;
	border-radius: 0;
	width: 140px;
}
.circle-select .drop-down-box .drop-down-img{
	border: 0;
	width: 30px;
    height: 40px;
    background-image: url(../images/down01.png);
    background-repeat: no-repeat;
    background-position: 5px 16px;
    background-size: 11px auto;
    padding: 0;
    border: 0;
    top: 0;
    right: 0;
}
.circle-select .drop-down-box .drop-down-list{
	width: 130px;
}
.circle-select .drop-down-box .drop-down-list li{
	border-radius: 0;
}
.circle-select .drop-down-box .drop-down-list li:hover{
	background: #f7f9f8;
	color: #888;
}

/*下拉选择-结*/
.circle-select .hide-img {
    background-image: url(../images/up1.png) !important;
}
.circle-select .show-img {
    background-image: url(../images/down01.png) !important;
}

.create-circle-box .classification .table{
	width: 410px;
}
.create-circle-box .classification .table li{
	float: left;
	width: 90px;
	height: 24px;
	line-height: 24px;
	border-radius:3px;
	text-align: center;
	color: #adadad;
	border: 1px solid #adadad;
	margin: 0 10px 10px 0;
	cursor: pointer;
	font-size: 12px;
}
.create-circle-box .classification .table .on{
	color: #0fb894;
	border: 1px solid #0fb894;
}
.create-circle-box .circle-label .selected ul,
.circle-label  .uncheck{
	width: 410px;
	font-size: 12px;
}
.create-circle-box .circle-label .selected li{
	float: left;
	border: 1px solid #0fb894;
	border-radius: 3px;
	color: #0fb894;
	margin: 0 10px 10px 0;
	position: relative;
}
.circle-label .selected li .selected-text{
	display: block;
	height: 24px;
	line-height: 24px;
	padding: 0 30px 0 10px;
}
.circle-label .selected li .shut-down{
	display: block;
	width: 20px;
	height: 24px;
	background: url(../images/xg_tb4.png) no-repeat 5px 5px;
	background-size: 12px auto;
	border-left: 1px solid #0fb894;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.circle-label .selected li .shut-down:hover{
	background: url(../images/xg_hover.png) no-repeat 5px 5px;
	background-size: 12px auto;
}
.circle-label .uncheck{
	padding-top: 5px;
}
.circle-label .uncheck span,
.circle-label .uncheck .custom{
	float: left;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	border: 1px solid #adadad;
	border-radius: 3px;
	color: #adadad;
	margin: 0 10px 10px 0;
	cursor: pointer;
}
.circle-label .uncheck span:hover{
	border: 1px solid #0fb894;
	color: #0fb894;
}

/*创建圈子-填写自定义标签*/
.tc-custom-table{
	background: rgba(0,0,0,.2);
}
.tc-custom-table .custom-box{
	width: 255px;
	height: 120px;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	margin: -130px 0 0 -122px;
	font-size: 12px;
}
.tc-custom-table .custom-box h3{
	padding: 10px 0 15px 0;
	text-align: center;
	font-size: 14px;
}
.tc-custom-table .custom-box input{
	width: 190px;
	height: 26px;
	line-height: 26px;
	padding-left: 15px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	font-size: 12px;
	margin:0 0 15px 20px;
}
.tc-custom-table .btn{
	width: 120px;
	margin: 0 auto;
}
.tc-custom-table .btn span{
	display: inline-block;
	width: 43px;
	height: 22px;
	line-height: 22px;
	border-radius: 3px;
	border: 1px solid #DDDDDD;
	text-align: center;
	font-size: 12px;
	color: #999;
	cursor: pointer;
	margin-left: 10px;
}
.tc-custom-table .btn .cancel:hover{
	border: 1px solid #00B48B;
	color: #00B48B;
}
.tc-custom-table .btn span.bt-on {
    background: #00B48B;
    color: #FFFFFF;
    border: 1px solid #00B48B;
}
/*圈子介绍*/
.create-content .introduce{
	padding-top: 10px;
}
.create-content .introduce textarea{
	width: 395px;
	height: 130px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	border-radius: 3px;
	color: #999;
}
/*圈子头像*/
.create-content .head-portrait{
	padding-bottom: 15px;
}
.create-content .head-portrait .portrait{
	position: relative;
	width: 90px;
	height: 90px;
	border-radius: 5px;
	background: #effaf6;
}
.create-content .head-portrait .portrait img{
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
.create-content .head-portrait .portrait .camera{
	display: block;
	width: 20px;
	height: 16px;
	background: url(../images/camera03.png) no-repeat;
	background-size: 20px 16px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	cursor: pointer;
}
.create-content .head-portrait p{
	color: #adadad;
	width: 160px;
	padding: 15px 0 0 15px;
	font-size: 12px;
}
.create-circle-box .btn-box{
	width: 260px;
	margin: 15px auto 0 auto;
	padding-bottom: 20px;
}
.create-circle-box .btn-box span{
	float: left;
	width: 118px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	text-align: center;
	color: #999;
	font-size: 15px;
	margin-right: 10px;
	cursor: pointer;
}
.create-circle-box .btn-box .btn-on{
	border: 1px solid #00B48B;
	color: #FFFFFF;
	background: #00B48B;
}
.create-circle-box .btn-box .tc_cancel:hover{
	border: 1px solid #00B48B;
	color: #00B48B;
}
/*付费*/
.create-circle-box .pay-box .color{
	color: #00B48B;
}
.create-circle-box .pay-box .cycle{
	padding-top: 10px;
}
.create-circle-box .pay-box .service-fee .yuan{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
}
/*弹出申请认证*/
.tc-certification .certification-box{
	width: 720px;
	height: 545px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -272px 0 0 -360px;
	background: #fff;
	border-radius: 10px;
}
.tc-certification .certification-box .identity-information{
	padding-top: 10px;
}
.tc-certification .certification-box .title{
	font-size: 15px;
	padding-left: 55px;
	height: 42px;
	line-height: 42px;
}
.tc-certification .certification-box .m-bottom{
	margin-bottom: 20px;
}
.certification-box .identity-information .text{
	font-size: 14px;
	padding-left: 135px;
	width: 80px;
	height: 40px;
	line-height: 40px;
	color: #666666;
}
.certification-box .identity-information .right-text{
	font-size: 14px;
	text-align: center;
	width: 88px;
	height: 40px;
	line-height: 40px;
	color: #666666;
}
.certification-box .identity-information .input{
	height: 38px;
	line-height: 38px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	color: #666;
}
.certification-box .identity-information .max-with{
	width: 330px;
}
.certification-box .identity-information .min-with{
	width: 105px;
}
.certification-box .upload-photos .photos-box{
	padding-left: 215px;
}
.certification-box .upload-photos .photos-box .margin-right{
	margin-right:20px
}
.certification-box .upload-photos .photos{
	width: 168px;
	height: 106px;
	border: 1px dashed #DDDDDD;
	border-radius: 5px;
	font-size: 14px;
	color: #666;
	text-align: center;
	position: relative;
}
.certification-box .upload-photos .photos img{
	width: 168px;
	height: 106px;
	border-radius: 5px;
}
.certification-box .upload-photos .photos .photos-text{
	display: inline-block;
	padding-top: 75px;
}
.certification-box .upload-photos .photos .delete{
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/close_while.png) no-repeat center center rgba(0,0,0,.3);
	background-size: 9px auto;
	border-radius: 50%;
	position: absolute;
	top: -8px;
	right: -8px;
	cursor: pointer;
}
.certification-box .upload-photos .photos .img{
	width: 15px;
	height: 15px;
	background: url(../images/add_.photos.png) no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -10px 0 0 -7.5px;
	cursor: pointer;
}
.tc-certification .certification-box .submit{
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	border-radius: 5px;
	background: #00B48B;
	color: #FFFFFF;
	margin: 30px auto 0 auto;
	cursor: pointer;
}
/*圈子首页-结*/
/*圈子详情页面-免费圈子*/
.circle-details .information-box .com{
	border: 1px solid #f2f2f2;
	border-radius: 5px;
}
.circle-details .free-circle .circle-information{
	width: 810px;
	min-height: 180px;
	padding-bottom: 20px;
}
.circle-details .information-box .personal-information{
	width: 355px;
	min-height: 210px;
}
.circle-details .circle-information .head-portrait{
	width: 185px;
	height: 170px;
	padding: 20px 23px 0 25px;
}
.circle-details .circle-information .head-portrait img{
	width: 100%;
	height: 100%;
}
.circle-information .introduce{
	width: 350px;
	padding-top: 20px;
	font-size: 14px;
}
.circle-information .introduce .type {
	margin-bottom: 8px;
}
.circle-information .introduce .introduction{
	width: 550px;
}
.circle-information .introduce h2{
	font-size: 22px;
	font-weight: bold;
}
.circle-information .introduce .create{
	padding: 8px 0;
}
.circle-information .introduce .classification span{
	float: left;
	padding: 2px 8px;
	background: #00B48B;
	color: #FFFFFF;
	margin: 0 10px 5px 0;
	font-size: 12px;
	border-radius: 3px;
}
.circle-information .introduce .topic{
	padding-bottom: 8px;
}
.circle-information .introduce .topic span{
	padding-right: 30px;
}
.circle-information .right-box{
	padding: 30px 35px 0 0;
}
.circle-information .right-box .com{
	width: 100px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border: 1px solid #01b48c;
	color: #01b48c;
	border-radius: 5px;
	font-size: 14px;
	margin-left: 38px;
	cursor: pointer;
}
.circle-information .right-box .com:hover{
	background: #ceece3;
}
.circle-information .right-box .join-exit{
	width: 85px;
	padding-left: 15px;
	position: relative;
}
.circle-information .right-box .join-exit .img{
	display: block;
	width: 10px;
	height: 10px;
	color: #00B48B;
	background: url(../images/add_c.png) no-repeat;
	position: absolute;
	left: 15px;
	top: 7px;
}
.circle-information .right-box .join-exit .exit{
	background: url(../images/eduction_small.png) no-repeat;
}
.circle-information .right-box .invite-friends{
	margin: 15px 0 0 38px;
}
/*分享*/
.circle-information .right-box .share{
	padding-top: 15px;
}
.circle-information .share a{
	display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background-image: url(../images/share.png);
    background-repeat: no-repeat;
    margin-left: 5px;
}
.circle-information .share .circle-friends,
.circle-information .share .nth-child-2{
	background-position: -43px 0;
}
.circle-information .share .weibo,
.circle-information .share .nth-child-3{
	background-position: -86px 0;
}
.circle-information .share .add,
.circle-information .share .nth-child-4{
	background-position: -130px 0;
}
/*免费圈子-右边区块*/
.information-box .personal-information .head-portrait{
	width: 80px;
	height: 80px;
	margin: 15px auto 0 auto;
}
.information-box .personal-information .head-portrait img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.personal-information .personal-name{
	margin:10px 10px 15px 10px;
	text-align: center;
}
.personal-information .personal-name .name{
	display: inline-block;
	line-height: 25px;
	max-width: 180px;
	vertical-align: middle;
}
.personal-information .personal-name .main{
	display: inline-block;
	width: 50px;
	height: 25px;
	line-height: 25px;
	border-radius: 5px;
	background: #00B48B;
	color: #FFFFFF;
	text-align: center;
	font-size: 13px;
	margin-right: 10px;
	vertical-align: middle;
}
.personal-information .personal-name .user_lv_small,
.personal-information .personal-name .user_medal_small {
	vertical-align: middle;
}
.personal-information .personal-name .medal{
	display: inline-block;
	width: 18px;
	height: 12px;
	margin-left: 10px;
	position: relative;
	top: -4px;
}
.personal-information .personal-name .medal img{
	width: 100%;
	height: 100%;
}
.personal-information .topic{
	width: 176px;
	margin: 0 auto;
}
.personal-information .topic p{
	display: inline-block;
	width: 87px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	border-left: 1px solid #000000;
}
.personal-information .topic p:first-child{
	border-left: 1px solid #FFFFFF;
}
.personal-information .btn-box {
	padding: 15px 80px 0 80px;
}
.personal-information .btn-box .focus-on {
    position: relative;
	display: inline-block;
	width: 45px;
    height: 24px;
    line-height: 24px;
    padding-left: 35px;
    border: 1px solid #01b48c;
    color: #01b48c;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}
.personal-information .btn-box .focus-on i,
.personal-information .btn-box .focus-on .img{
    position: absolute;
    left: 15px;
    top: 7px;
    display: block;
    width: 10px;
    height: 10px;
    color: #00B48B;
    background: url(../images/add_c.png) no-repeat;
}
.personal-information .btn-box .is-focus-on {
	display: inline-block;
    width: 80px;
    height: 24px;
    line-height: 24px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #aeaeae;
    color: #aeaeae;
}
.personal-information .home-page{
	display: block;
	width: 98px;
	height: 24px;
	min-height: 24px;
	line-height: 24px;
	border-radius: 5px;
	border: 1px solid #00B48B;
	color: #00B48B;
	font-size: 12px;
	text-align: center;
	/* margin: 10px auto 0 auto; */
	cursor: pointer;
}
.personal-information .home-page:hover,
.personal-information .btn-box .focus-on:hover{
	background: #ceece3;
}
/*圈主*/
.circle-main .circle-information .right-box .invite-friends{
	margin: 15px 0 0 5px;
}
.circle-main .right-box .set-up,
.public .set-up{
	font-size: 14px;
	line-height: 24px;
	padding: 15px 0 0 0;
	color: #00B48B;
	cursor: pointer;
	margin-left: 20px;
}
.circle-main .right-box .set-up span,
.public .set-up span{
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../images/set_up.png) no-repeat;
	padding: 0 0 0 8px;
	position: relative;
	top: 2px;
	left: 0;
}
.public .margin-right .invite-friends{
	margin: 15px 0 0 0;
}
.circle-details .public .width{
	width: 100%;
	box-sizing: border-box;
}
/*圈子详情页-帖子*/
.circle-details .details-content{
	padding: 10px 0 0 0;
	position: relative;
}
.circle-details .contnet-box{
	position: relative;
}
.circle-details .contnet-box .post-box{
	width: 810px;
}
.circle-details .post-box .post-nav{
	height: 40px;
	line-height: 40px;
	background: #f7f9f8;
	border-radius: 5px;
}
.circle-details .post-box .post-nav .select-label {
	position: relative;
    border: 1px solid #00b48b;
    border-radius: 5px;
    display: inline-block;
    line-height: 25px;
    padding: 0 30px 0 10px;
    color: #00b48b;
    font-size: 14px;
	margin: 0 15px;
}
.post-box .post-nav .select-label .icon-delete {
    position: absolute;
    right: 10px;
    top: 3px;
    width: 15px;
    height: 17px;
    background: url(../images/xg_tb4.png) no-repeat;
    background-size: 15px 17px;
    cursor: pointer;
}
.circle-details .post-box .post-nav .nav-column {
	margin: 0 15px;
	color: #616161;
	font-size: 16px;
    cursor: pointer;
}
.circle-details .post-box .post-nav .publish-post {
	font-size: 15px;
	color: #00B48B;
	margin-right: 40px;
	background: url(../images/icon_pen.png) no-repeat 0 center;
	background-size: 16px auto;
	padding-left: 20px;
}
.circle-details .post-box .post-nav select{
	height: 40px;
	line-height: 40px;
	border: 1px solid #f7f9f8;
	background: #f7f9f8;
}
.circle-details .post-nav .drop-down-box{
	width: 100px;
	padding-left: 15px;
	border: 1px solid #f7f9f8;
	background: #f7f9f8;
	font-size: 16px;
	margin-right: 15px;
}
.circle-details .post-nav .drop-down-box .drop-down-text{
	background: #f7f9f8;
	cursor: pointer;
}
.circle-details .post-nav .drop-down-box .drop-down-list{
	width: 100px;
	top: 40px;
	overflow: initial;
}
.circle-details .post-nav .drop-down-box .drop-down-list li{
	width: 90px;
	padding-left: 25px;
	border-radius: 0;
	border-top: 0;
	border-bottom: 0;
}
.circle-details .post-nav .drop-down-box .drop-down-list li:hover{
	background: #f7f9f8;
	color: #999;
}
.circle-details .post-nav .drop-down-box .drop-down-img{
	width: 20px;
	height: 40px;
	background-image: url(../images/down01.png);
	background-repeat: no-repeat;
	background-position: 5px 16px;
	background-size: 11px auto;
	padding: 0;
	border: 0;
	top: 0;
	right: 0;
}
.circle-details .post-nav .hide-img{
	background-image: url(../images/up1.png) !important;
}
.circle-details .post-nav .show-img{
	background-image: url(../images/down01.png) !important;
}
/*帖子列表*/
.circle-details .post-list .lists-box li{
	position: relative;
	width: 740px;
	margin: 0 15px;
	border-bottom: 1px solid #e4e4e4;
}
.circle-details .post-list .lists-box li .mod-folded {
	position: absolute;
	top: 16px;
	right: 0;
	line-height: 20px;
	cursor: pointer;
	color: #00B48B;
	padding-right: 20px;
	z-index: 99;
}
.circle-details .post-list .lists-box li .mod-folded i {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 16px;
	height: 20px;
	background: url(../images/up_green.png) no-repeat center;
	background-size: contain;
}
.circle-details .post-list .lists-box li .mod-folded .rotate180 {
    transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.circle-details .post-list .lists-box li > .title {
	padding: 15px 60px 15px 20px;
}
.circle-details .post-list .lists-box li .main-area {
	padding: 30px 20px 20px 20px;
}
.post-list .lists-box li .modify-delete{
	font-size: 14px;
	color: #00B48B;
	position: absolute;
	top: 30px;
	right: 20px;
}
.post-list .lists-box li:hover .modify-delete{
	display: block;
}
.post-list .lists-box li .modify-delete span{
	margin: 0 5px;
	cursor: pointer;
}
.post-list .lists-box li .head-box{
	display: inline-block;
	max-width: 300px;
	height: 35px;
	line-height: 35px;
	padding-bottom: 15px;
	position: relative;
}
.post-list .lists-box li .head-box .head-portrait{
	position: relative;
	width: 35px;
	height: 35px;
}
.post-list .head-box .head-portrait .boy,
.post-list .head-box .head-portrait .girl {
    position: absolute;
	right: 0;
	bottom: -1px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-size: 8px auto;
    background-position: center;
    background-repeat: no-repeat;
}
.post-list .head-box .head-portrait .boy {
	background-image: url(../images/boy_white.png);
}
.post-list .head-box .head-portrait .girl {
	background-image: url(../images/girl_white.png);
}
.post-list .lists-box li .head-box .head-portrait img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.post-list .lists-box li .head-box .name{
	max-width: 210px;
	padding: 0 5px 0 15px;
	font-size: 14px;
}
.post-list .lists-box li .head-box .medal{
	display: inline-block;
	width: 20px;
    height: 18px;
    position: relative;
    top: 5px;
    left: 0;
    background: url(../images/icon-certification.png) no-repeat center center;
    background-size: contain;
    cursor: default;
}
.post-list .lists-box li .head-box .medal img{
	width: 100%;
	height: 100%;
}
.post-list .lists-box li .title{
	font-weight: bold;
	padding: 0 0 15px 0;
	font-size: 16px;
}
.post-list .lists-box li .title a:hover{
	color: #00B48B;
}
.post-list .lists-box li .paragraph a:hover,
.box-right .members-lists .introduce h3 a:hover,
.box-right .popular-circle ul li .hot-box h3 a:hover{
	color: #000000;
}
.post-list .lists-box li .paragraph{
	font-size: 15px;
	line-height: 22px;
	word-break: break-all;
}
.post-list .lists-box li .operation{
	padding-top: 18px;
	height: 20px;
	line-height: 20px;
}
.post-list .lists-box li .operation .time{
	font-size: 12px;
	color: #a5a5a5;
}
.send-post .post-lists li .right{
	position: absolute;
	left: 0;
	bottom: 5px;
}
.post-list .lists-box li .operation p,
.send-post .post-lists li .right p{
	position: relative;
	height: 20px;
	line-height: 20px;
}
.post-list .lists-box li .operation img,
.send-post .post-lists li .right img{
	position: absolute;
	top: 1px;
	left: 0;
}
.post-list .lists-box li .operation .time img,
.post-list .lists-box li .operation .right .leave img,
.send-post .post-lists li .right .leave img{
	top: 2px;
}
.post-list .lists-box li .operation .right .praise img,
.send-post .post-lists li .right .praise img{
	top: 0;
}
.post-list .lists-box li .operation p span,
.send-post .post-lists li .right p span{
	display: inline-block;
	padding-left: 20px;
	line-height: 20px;
}
.post-list .lists-box li .operation .right,
.send-post .post-lists li .right{
	font-size: 13px;
}
.post-list .lists-box li .operation .right p,
.send-post .post-lists li .right p{
	margin-right: 15px;
	cursor: pointer;
	color: #888888;
}
.post-list .lists-box li .operation .right .share > span {
	padding-left: 22px;
}
.post-list .lists-box li .hover-show-info:hover .tc-information{
	display: block;
}
/*弹出信息*/
.lists-box li .head-box .tc-information{
	width: 340px;
	min-height: 75px;
	padding-bottom: 15px;
	border: 1px solid #f6f6f6;
	border-radius: 5px;
	background: #FFFFFF;
	position: absolute;
	top: 35px;
	left: 30px;
	z-index: 9999;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.1);
	-ms-box-shadow: 0 0 15px rgba(0,0,0,.1);
	-o-box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.lists-box li .head-box .tc-information .head-portrait{
	width: 45px;
	height: 45px;
	margin: 10px 30px 0 15px;
}
.head-box .tc-information .right-box{
	font-size: 12px;
}
.head-box .tc-information .right-box .introduce{
	font-size: 14px;
	padding-top: 15px;
	overflow: hidden;
	margin-left: -10px;
}
.tc-information .right-box .introduce span{
	float: left;
	padding: 0 10px;
	border-right: 1px solid #000;
	min-height: 14px;
	line-height: 14px;
	word-break: break-all;
	margin-bottom: 8px;
}
.tc-information .right-box .introduce span:last-child{
	border-right: 0;
}
.tc-information .right-box .company span{
	padding-right: 10px;
}
.head-box .tc-information .right-box p{
	line-height: 24px;
	width: 240px;
}
.tc-information .btn-box{
	padding-top: 10px;
}
.tc-information .btn-box .focus-on{
	width: 43px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #00B48B;
	color: #00B48B;
	padding-left: 35px;
	font-size: 12px;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
	margin-right: 50px;
}
.tc-information .btn-box .focus-on span{
	width: 12px;
	height: 12px;
	background: url(../images/add_c.png) no-repeat center center;
	background-size: 8px auto;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -6px;
}
.tc-information .btn-box .is-focus-on{
	width: 78px;
    height: 23px;
    line-height: 23px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    margin-right: 50px;
}
.tc-information .btn-box .focus-on:hover{
	background: #ceece3;
}
.tc-information .btn-box .direct-messages{
	width: 48px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #aeaeae;
	color: #aeaeae;
	padding-left: 30px;
	font-size: 12px;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
}
.tc-information .btn-box .direct-messages span{
	width: 12px;
	height: 12px;
	background: url(../images/private.png) no-repeat center center;
	background-size: 12px auto;
	position: absolute;
	left: 12px;
	top: 50%;
	margin-top: -6px;
}
.tc-information .btn-box .direct-messages:hover{
	background: #F2F2F2;
}
/*圈子详情页-内容-右边区块*/
.circle-details .contnet-box .box-right{
	width: 305px;
	padding: 0 25px;
	min-height: 800px;
	margin-bottom: 20px;
	border-radius: 5px;
	border: 1px solid #f2f2f2;
}
.circle-details .box-right .title{
	font-size: 15px;
	padding: 15px 0 0 5px;
}
.circle-details .box-right .change{
	font-size: 14px;
    cursor: pointer;
    position: relative;
    top: 15px;
}
.circle-details .box-right .change img{
	width: 21px;
    height: 24px;
    position: absolute;
    top: -2px;
    left: -25px;
}
.circle-details .box-right .title span{
	padding-left: 10px;
}
.circle-details .box-right .jump a{
	color: #000000;
	font-size: 14px;
}
.box-right .members-lists .head-portrait{
	width: 45px;
	height: 45px;
	position: relative;
}
.box-right .members-lists .head-portrait img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.box-right .members-lists .head-portrait span{
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-size: 13px auto;
	background-position: 2px 2px;
	background-repeat: no-repeat;
	position: absolute;
	top: 29px;
	left: 30px;
}
.box-right .members-lists li{
	padding: 10px 0 20px 0;
}
.box-right .members-lists .head-portrait .boy{
	background-image: url(../images/boy_white.png);
	background-color: #00b48d;
}
.box-right .members-lists .head-portrait .girl{
	background-image: url(../images/girl_white.png);
	background-color: #F01AFF;
}
.box-right .members-lists .introduce{
	max-width: 140px;
	font-size: 12px;
	padding-left: 12px;
}
.box-right .members-lists .introduce h3{
	max-width: 45px;
	padding:2px 2px 5px 0;
	font-size: 14px;
}
.box-right .members-lists .introduce .user-name {
	max-width: 58px;
    display: inline-block;
    vertical-align: middle;
}
.box-right .members-lists .introduce .medal{
    display: inline-block;
    width: 20px;
    height: 16px;
    position: relative;
    top: 5px;
    left: 0;
    background: url(../images/icon-certification.png) no-repeat center center;
    background-size: contain;
    cursor: default;
}
.box-right .members-lists .introduce .medal img{
	width: 100%;
	height: 100%;
}
.box-right .members-lists .focus-on{
	width: 45px;
    height: 24px;
    line-height: 24px;
   	padding-left: 35px;
    border: 1px solid #01b48c;
    color: #01b48c;
    border-radius: 5px;
    font-size: 14px;
    margin-left: 38px;
    cursor: pointer;
    position: relative;
    margin:15px 20px 0 0;
}
.box-right .members-lists .is-focus-on{
	width: 80px;
    height: 24px;
    line-height: 24px;
    border-radius: 5px;
    font-size: 14px;
    margin-left: 38px;
    cursor: pointer;
    text-align: center;
    margin:15px 20px 0 0;
    border: 1px solid #aeaeae;
    color: #aeaeae;
}
.box-right .members-lists .focus-on .img{
	display: block;
    width: 10px;
    height: 10px;
    color: #00B48B;
    background: url(../images/add_c.png) no-repeat;
    position: absolute;
    left: 15px;
    top: 7px;
}
.box-right .members-lists .focus-on:hover{
	background: #ceece3;
}
/*热门圈子*/
.box-right .popular-circle{
	padding-bottom: 30px;
}
.box-right .popular-circle .change{
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	position: relative;
}
.box-right .popular-circle .change > span{
	display: inline-block;
	/*line-height: 24px;*/
}
.box-right .popular-circle .change i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/refresh02.png) no-repeat center center;
    background-size: 20px auto;
    position: absolute;
    top: 0px;
    left: -12px;
}
.box-right .popular-circle .change img{
	width: 21px;
	height: 24px;
	position: absolute;
	top: -2px;
	left: -25px;
}
.box-right .popular-circle ul{
	padding-top: 20px;
}
.box-right .popular-circle ul li{
	width: 300px;
	min-height: 110px;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	margin-bottom: 15px;
}
.box-right .popular-circle ul li .head-portrait{
	width: 82px;
	height: 82px;
	padding: 15px 20px 0 20px;
}
.box-right .popular-circle ul li .head-portrait img{
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
.box-right .popular-circle ul li .hot-box{
	width: 170px;
}
.box-right .popular-circle ul li .hot-box h3{
	width: 160px;
	font-size: 16px;
	padding-top: 15px;
}
.box-right .popular-circle ul li .hot-box .table{
	width: 170px;
	height: 38px;
	overflow: hidden;
}
.box-right .popular-circle ul li .hot-box .table span{
	float: left;
	padding: 1px 8px;
	background: #00B48B;
	color: #FFFFFF;
	font-size: 12px;
	margin: 10px 10px 10px 0;
	border-radius: 3px;
}
.box-right .popular-circle ul li .li-bottom{
	font-size: 14px;
}
.box-right .popular-circle ul li .li-bottom span{
	padding-right: 15px;
}
/*发布提问*/
.circle-details .post-ask{
	position: absolute;
	top: 160px;
	right: -105px;
}
@media (max-width: 1400px) {
	.circle-details .post-ask {
		position: fixed;
		top: 605px;
	   	right: 0;
	}	
}
.circle-details .post-ask .com{
	display: block;
	width: 43px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #00b48d;
	border-radius: 5px;
	background: #FFFFFF;
	color: #00b48d;
	padding-left: 35px;
	font-size: 15px;
	margin-bottom: 20px;
	cursor: pointer;
	position: relative;
}
.circle-details .post-ask .com:hover{
	background: #ceece3;
}
.circle-details .post-ask .post .img{
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../images/add_max.png) no-repeat;
	background-size: 13px auto;
	position: absolute;
	top: 10px;
	left: 12px;
}
.circle-details .post-ask .ask .img{
	display: inline-block;
	width: 16px;
	height: 14px;
	background: url(../images/ask.png) no-repeat;
	background-size: 16px auto;
	position: absolute;
	top: 12px;
	left: 12px;
}
/*圈子编辑页面(设置)*/
/*左边导航*/
.set-up-content .left-nav{
	width: 163px;
	min-height: 950px;
	border: 1px solid #e4e4e4;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #f4f7fa;
}
.set-up-content .left-nav .list-nav{
	padding: 18px 0 0 14px;
}
.set-up-content .left-nav .list-nav li{
	width: 149px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 14px;
	color: #999999;
	cursor: pointer;
}
.set-up-content .left-nav .list-nav .on{
	color: #00B48B;
	border-left: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	background: #FFFFFF;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
/*圈子编辑页面(设置)-右边内容区*/
.set-up-content .right-content{
	width: 1034px;
	min-height: 920px;
	border-right: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #FFFFFF;
}
.right-content .editor-details{
	padding: 45px 0 0 175px;
}
.editor-details .pd-bottom {
    padding-bottom: 20px;
}
.editor-details .text {
    display: inline-block;
    width: 78px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666666;
}
.editor-details .input {
    height: 38px;
    line-height: 38px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    padding-left: 15px;
}
.editor-details .width-max {
    width: 303px;
}
.editor-details .table {
    width: 410px;
}
.editor-details .table .on {
    color: #0fb894;
    border: 1px solid #0fb894;
}
.editor-details .table li {
    float: left;
    width: 90px;
    height: 24px;
    line-height: 24px;
    border-radius: 3px;
    text-align: center;
    color: #adadad;
    border: 1px solid #adadad;
    margin: 0 10px 10px 0;
    cursor: pointer;
    font-size: 12px;
}
.editor-details .classification{
	padding-bottom: 10px;
}
.editor-details .circle-label .selected ul, .circle-label .uncheck {
    width: 410px;
    font-size: 12px;
}
.editor-details  .circle-label .selected li {
    float: left;
    border: 1px solid #0fb894;
    border-radius: 3px;
    color: #0fb894;
    margin: 0 10px 10px 0;
    position: relative;
}
.editor-details .introduce {
    padding-top: 10px;
}
.editor-details .introduce textarea {
    width: 395px;
    height: 130px;
    padding: 10px;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    border-radius: 3px;
    color: #999;
}
.editor-details .head-portrait .portrait {
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 5px;
    background: #effaf6;
}
.editor-details .head-portrait .portrait img{
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
.editor-details .head-portrait p {
    color: #adadad;
    width: 160px;
    padding: 15px 0 0 15px;
    font-size: 12px;
}
.editor-details .head-portrait .portrait .camera {
    display: block;
    width: 20px;
    height: 16px;
    background: url(../images/camera03.png) no-repeat;
    background-size: 20px 16px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    cursor: pointer;
}
.editor-details .pay-box .cycle {
    padding-top: 10px;
    font-size: 14px;
}
.editor-details .pay-box .service-fee .yuan {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    font-size: 14px;
}
.pay-box .cycle .radio{
	margin-right: 15px;
	padding-left: 25px;
}
.editor-details .pay-box .color {
    color: #00B48B;
}
.editor-details  .editor-operation{
	position: relative;
	padding: 30px 0 30px 160px;
}
.editor-details .editor-operation .com{
	display: inline-block;
	width: 70px;
	height: 33px;
	line-height: 33px;
	border: 1px solid #d7dde4;
	border-radius: 3px;
	color: #999;
	font-size: 14px;
	text-align: center;
	margin-right: 55px;
	cursor: pointer;
}
.editor-details .editor-operation .dissolution:hover,
.editor-details .editor-operation .transfer:hover{
	color: #00B48B;
	border: 1px solid #00B48B;
}
.editor-details .editor-operation .save{
	background: #00B48B;
	color: #FFFFFF;
	border: 1px solid #00B48B;
}
.editor-details .editor-operation .delete-prompt{
	width: 205px;
	height: 90px;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	background: #FFFFFF;
	position: absolute;
	top: -80px;
	left: 90px;
}
.editor-operation .delete-prompt .prompt-text{
	padding: 20px 0 17px 0;
	font-size: 13px;
	color: #999;
}
.editor-operation .delete-prompt .prompt-text span{
	display: inline-block;
	width: 8px;
	height: 10px;
	border: 1px solid #ff992f;
	margin: 0 5px 0 10px;
}
.editor-operation .delete-prompt .btn{
	width: 110px;
	margin: 0 auto;
}
.editor-operation .delete-prompt .btn a{
	float: left;
	width: 42px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #e4e4e4;
	color: #999;
	font-size: 12px;
	margin-left: 10px;
	text-align: center;
	border-radius: 3px;
}
.editor-operation .delete-prompt .btn .cancel:hover{
	border: 1px solid #00B48B;
	color: #00B48B;
}
.editor-operation .delete-prompt .btn .bt-on{
	background: #00B48B;
	color: #FFFFFF;
	border: 1px solid #00B48B;
}
.editor-operation .delete-prompt .triangle{
	display: block;
	width: 22px;
	height: 11px;
	background: url(../images/triangle.png) no-repeat #FFFFFF;
	position: absolute;
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
}
/*圈子成员管理*/
.right-content .management,
.send-post{
	padding:0 35px;
	position: relative;
}
.management .management-head,
.send-post .post-head{
	width: 850px;
	border-bottom: 1px dashed #f2f2f2;
}
.management .management-head .title,
.send-post .post-head .title{
	width: 95px;
	font-size: 14px;
	border-bottom: 3px solid #00b48d;
	padding: 30px 0 10px 2px;
	position: relative;
	bottom: -3px;
	font-weight: bold
}
.management .management-head .title span{
	padding-left: 15px;
}
/*搜索框*/
.management .search-box{
	width: 200px;
	position: relative;
	margin-top: 18px;
	/*padding: 0 0 30px 530px;*/
	padding: 0 0 30px 640px;
}
.management .search-box input{
	width: 130px;
	height: 22px;
	line-height: 22px;
	border: 1px solid #00B48B;
	border-radius: 20px;
	background: #FFFFFF;
	padding:0 45px 0 25px;
	color: #888;
	font-size: 12px;
}
.management .search-box .search-img{
	padding-left: 10px;
	border-left: 1px solid #00B48B;
	position: absolute;
	top: 5px;
	right: 10px;
	cursor: pointer;
}
/*圈子成员管理-成员列表*/
.management .members .members-lists{
	padding:0 0 30px 35px;
}
.members .members-lists a {
	color: #000;
}
.management .members .members-lists li{
	/*width: 815px;*/
	border-bottom: 1px dashed #f2f2f2;
	padding: 22px 0;
}
.management .left .head-portrait{
	width: 65px;
	height: 65px;
	position: relative;
	margin: 0 15px 0 30px;
}
.management .left .head-portrait img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.management .left .head-portrait span {
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-size: 13px auto;
    background-position: 2px 2px;
    background-repeat: no-repeat;
    position: absolute;
    top: 48px;
    left: 40px;
}
.management .left .head-portrait .boy {
    background-image: url(../images/boy_white.png);
    background-color: #00b48d;
}
.management .left .head-portrait .girl {
    background-image: url(../images/girl_white.png);
    background-color: #F01AFF;
}
.management .introduce{
	font-size: 14px;
}
.management .introduce .name{
	font-weight: bold;
	padding-bottom: 5px;
}
.management .introduce .name span:first-child {
	float: left;
    line-height: 26px;
}
.management .introduce p{
	line-height: 22px;
}
.management .introduce .company span{
	padding-right: 10px;
}
.management .introduce p .separated{
	display: inline-block;
	padding: 0 10px;
	position: relative;
	top: -1px;
}
.management .introduce .name .medal{
	display: inline-block;
    width: 20px;
    height: 18px;
    position: relative;
	top: 5px;
    left: 2px;
    background: url(../images/icon-certification.png) no-repeat center center;
    background-size: contain;
    cursor: default;
}
.management .introduce .name .medal img{
	width: 100%;
	height: 100%;
}
.management .right .direct-messages,
.tab-com .lists .direct-messages,
.home-page .right .direct-messages{
	width: 45px;
    height: 23px;
    line-height: 23px;
    padding-left: 33px;
    border: 1px solid #01b48c;
    color: #01b48c;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    position: relative;
}
.my-contacts .is-focus-on{
	margin: 10px 0 0 0 !important;
}
.management .right .remove:hover,
.management .right .is-focus-on:hover{
	background: #f2f2f2;
}
.management .right .direct-messages:hover,
.tab-com .lists .direct-messages:hover,
.home-page .right .direct-messages:hover{
	background: #ceece3;
}
.management .right .direct-messages .img,
.tab-com .lists .direct-messages .img,
.home-page .right .direct-messages .img{
    position: absolute;
    left: 11px;
    top: 50%;
	display: block;
    width: 16px;
    height: 16px;
    color: #00B48B;
    background: url(../images/private.png) no-repeat center center;
	background-size: contain;
	margin-top: -8px;
}
.management .right .focus-on,
.tab-com .lists .focus-on,
.home-page .right .focus-on{
	width: 43px;
    height: 23px;
    line-height: 23px;
    padding-left: 35px;
    border: 1px solid #01b48c;
    color: #01b48c;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    margin-left: 10px;
}
.is-focus-on{
	border: 1px solid #aeaeae;
    color: #aeaeae;
    text-align: center;
    cursor: pointer;
}
.is-focus-on:hover{
	background: #F2F2F2;
}
.management .right .is-focus-on,
.w .tab-com .lists .is-focus-on,
.home-page .right .is-focus-on{
	width: 78px;
    height: 23px;
    line-height: 23px;
    border-radius: 5px;
    font-size: 12px;
    margin:  0 0 0 10px;
}
.management .right .focus-on .img,
.tab-com .lists .focus-on .img,
.home-page .right .focus-on .img{
    display: block;
    width: 10px;
    height: 10px;
    color: #00B48B;
    background: url(../images/add_c.png) no-repeat;
    position: absolute;
    left: 15px;
    top: 6px;
}
.management .right .focus-on:hover,
.tab-com .lists .focus-on:hover,
.home-page .right .focus-on:hover{
	background: #ceece3;
}
.management .right .drop{
	position: relative;
	padding-right: 115px;
}
.management .right .drop-nav{
	display: inline-block;
	width: 25px;
	height: 23px;
	border: 1px solid #00B48B;
	border-radius: 5px;
	margin-left: 10px;
	cursor: pointer;
	background: url(../images/list.png) no-repeat 3px 5px;
}
.management .right .drop:hover .drop-list{
	display: block;
}
.management .right .drop .drop-list{
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	font-size: 14px;
	position: absolute;
	top: 30px;
	left: -30px;
}
.management .right .drop .drop-list li{
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0;
	color: #7f8c8d;
	cursor: pointer;
}
.management .right .drop .drop-list li:hover{
	background: #f2f2f2;
}
/*圈子设置*/
.set-up-circle .set-up-box{
	padding: 65px 150px 0 150px;
}
.set-up-circle .set-up-box .m-bottom{
	margin-bottom: 25px;
}
.set-up-circle .set-up-box .title{
	display: inline-block;
	font-weight: bold;
	width: 130px;
	height: 40px;
	line-height: 40px;
}
.set-up-circle .layui-form-item{
	clear: none;
	font-size: 14px;
	color: #bcbcbc;
	margin: 5px 0 0 0;
}
.set-up-circle .layui-input-block{
	margin-left: 0;
}
.set-up-circle .layui-form-radio{
	margin:0 25px 0 0;
	padding: 0;
}
.set-up-circle .layui-form-radio>i{
	font-size: 18px;
}
.set-up-circle .layui-form-radio>i:hover,
.set-up-circle .layui-form-radioed>i{
	color: #1abc9c;
}
.set-up-circle .layui-form-radioed>div{
	color: #1abc9c;
}
.set-up-circle .set-up-box .input{
	width: 185px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #e4e4e4;
	padding-left: 15px;
	border-radius: 5px;
	color: #999999;
}
.set-up-circle .set-up-box .yuan{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
}
.set-up-circle .commission p{
	color: #bcbcbc;
	padding: 15px 0 0 130px;
	width: 410px;
}
.set-up-circle .set-up-box .save{
	display: block;
	width: 70px;
	height: 34px;
	background: #1abc9c;
	color: #FFFFFF;
	border-radius: 5px;
	line-height: 34px;
	text-align: center;
	cursor: pointer;
	margin: 80px auto 50px auto;
}
.set-up-circle .set-up-box .save:hover{
	opacity: 0.8;
	filter:alpha(opacity=80);
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-opacity: 0.8;
	-o-opacity: 0.8;
}
.set-up-circle .paragraph{
	padding: 10px 0 30px 15px;
}
.set-up-circle .paragraph p{
	margin-bottom: 15px;
}
.set-up-circle .layui-form-checked span,
.set-up-circle .layui-form-checked:hover span{
	background: #1abc9c;
}
.layui-form-checked i, .layui-form-checked:hover i{
	color: #1abc9c;
}
/*我的发帖*/
.send-post .post-head .title-time{
	padding:  35px 0 0 492px;
}
.send-post a{
	color: #000000;
}
.send-post .post-lists{
	padding-left: 40px;
}
.send-post .post-lists li{
	min-width: 800px;
	font-size: 14px;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px dashed #f2f2f2;
	padding-bottom: 15px;
	position: relative;
}
.send-post .post-lists li h3{
	width: 480px;
	height: 60px;
}
.send-post .post-lists li .time{
	width: 200px;
	height: 60px;
	text-align: center;
}
.send-post .post-lists li .operation{
	width: 200px;
	height: 60px;
	text-align: center;
}
.send-post .post-lists li .operation span{
	cursor: pointer;
}
.send-post .post-lists li .operation span:hover{
	color: #00B48B;
}


/*圈子页面*/
/*圈子页面-圈子分类*/
.circle-page .classification{
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	font-size: 15px;
	margin-top: 30px;
	padding: 14px 0;
}
.circle-page .classification .title{
	padding: 0 30px 0 20px;
	line-height: 36px;
}
.circle-page .classification .list-nav{
	width: 1050px;
}
.circle-page a{
	color: #000;
}
.circle-page .classification .list-nav span{
	float: left;
	margin-right: 30px;
	cursor: pointer;
	line-height: 36px;
}
.circle-page .classification .list-nav .on{
	color: #00B48B;
}
/*圈子分类-内容区*/
.classification-content .lists-box{
	margin-left: -30px;
	padding-top: 30px;
}
.classification-content .lists-box li{
	float: left;
	min-height: 432px;
	margin: 0 0 30px 30px;
}
.classification-content .lists-box li .li-top{
	width: 378px;
    height: 248px;
    position: relative;
}
.classification-content .lists-box li .li-top img {
    max-width: 378px;
    width: 100%;
	height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border: 1px solid #EAEEED;
}
.classification-content .lists-box li .label{
	position: absolute;
    top: 16px;
    left: 16px;
    width: 290px;
}
.classification-content .lists-box li .li-top span {
	float: left;
    font-size: 14px;
   	padding: 0 10px;
    height: 22px;
    line-height: 22px;
    background: #00B48B;
    color: #FFFFFF;
    text-align: center;
    border-radius: 5px;
    margin: 0 10px 5px 0; 
}
.classification-content .lists-box li .li-bottom {
    width: 358px;
    padding: 0 10px;
    border: 1px solid #EAEEED;
    font-size: 14px;
}
.classification-content li .li-bottom .bottom-top {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #DDDDDD;
}
.li-bottom .bottom-top h4 {
    width: 230px;
    font-weight: bold;
}
.li-bottom .bottom-top p.members {
    padding:0 15px 0 0;
}
.li-bottom .bm-bottom .topic{
	max-height: 70px;
	overflow: hidden;
}
.li-bottom .bm-bottom p a{
	color: #000000;
}
.li-bottom .bm-bottom p a:hover{
	color: #00B48B;
}
.li-bottom .bottom-top p .red {
    color: red;
}
.li-bottom .bm-bottom p {
    margin-top: 15px;
    cursor: pointer;
}
.li-bottom .bm-bottom a.add-circle:hover {
    background-color: #ceece3;
}
.li-bottom .bm-bottom a.add-circle:hover {
    background-color: #ceece3;
}
.li-bottom .bm-bottom a.add-circle {
    display: block;
    width: 78px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #00B48B;
    border-radius: 5px;
    color: #00B48B;
    background: url(../images/add_c.png) no-repeat 15px 9px;
    padding-left: 35px;
    margin: 20px auto 15px auto;
}
.li-bottom .bm-bottom .is-join {
    display: block;
    width: 113px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #aeaeae;
    border-radius: 5px;
    color: #aeaeae;
    margin: 20px auto 15px auto;
    cursor: initial;
}
.classification-content .lists-box li .li-top img:hover,
.lists-box li .bac-cover:hover {
	transform:scale(0.98);
	-webkit-transform:scale(0.98);
	-moz-transform:scale(0.98);
	-ms-transform:scale(0.98);
	-o-transform:scale(0.98);
	box-shadow: 1px 1px 5px rgba(0,0,0,.1);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.05);
	-mozbox-shadow: 1px 1px 5px rgba(0,0,0,.05);
	-ms-box-shadow: 1px 1px 5px rgba(0,0,0,.05);
	-o-box-shadow: 1px 1px 5px rgba(0,0,0,.05);
}
/*职场资讯*/
.workplace-information h3.title{
    width: 85px;
    display: inline-block;
    font-size: 18px;
    padding-bottom: 5px;
    text-align: center;
    border-bottom: 2px solid #00B48B;
    margin-top: 30px;
}
.workplace-information ul{
	margin-left: -30px;
	padding-top: 30px;
}
.workplace-information ul li {
    float: left;
    width: 380px;
    height: 365px;
    margin-left: 30px;
}
.workplace-information ul li h3 {
    width: 363px;
    border: 1px solid #EAEEED;
    border-radius: 5px;
    line-height: 38px;
    font-size: 16px;
    padding-left: 15px;
    margin-bottom: 20px;
    position: relative;
}
.workplace-information ul li h3 a {
    display: block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background: #00B48B;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 10px;
    text-align: center;
    background-image: url(../images/right_arrow.png);
}
.workplace-information .information-top .top-left img {
    width: 170px;
    height: 122px;
    padding-right: 10px;
}
.workplace-information ul li .information-details {
    width: 378px;
    height: 300px;
    border: 1px solid #EAEEED;
    border-radius: 5px;
}
.workplace-information .information-details .information-top {
    height: 149px;
    padding: 15px 0 0 10px;
    border-bottom: 1px solid #EAEEED;
}
.workplace-information .information-top .top-right {
    width: 175px;
}
.workplace-information .information-top .top-right h4 {
    color: #5a5a5a;
    font-size: 15px;
    padding-bottom: 5px;
}
.workplace-information .information-top .top-right p {
    height: 100px;
    font-size: 12px;
    color: #c4c4c4;
    line-height: 20px;
    overflow: hidden;
}
.workplace-information .information-details .information-bottom {
    height: 140px;
    padding-top: 10px;
}
.workplace-information .information-bottom p {
    font-size: 14px;
    padding: 0 10px;
    height: 30px;
    color: #6a6a6a;
    line-height: 30px;
    position: relative;
}
.workplace-information .information-bottom p a {
    display: inline-block;
    width: 280px;
}
.workplace-information .information-bottom p a:hover{
	color: #00B48B;
}
.workplace-information .information-bottom p span {
    position: absolute;
    right: 10px;
    top: 0;
}
/*帖子详情页*/
.post-details a {
	color: #000000;
}
.post-details .post-box .post-content{
	width: 780px;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	padding: 0 50px 100px 50px;
}
.post-details .post-content .title{
	font-size: 24px;
	padding: 40px 0 0 0;
}
.post-details .release-people{
	padding: 32px 0;
}
.post-details .head-box .head-portrait{
	width: 35px;
	height: 35px;
}
.post-details .head-portrait img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.post-details .post-lists .head-portrait img{
	border-radius: 5px;
}
.post-details .head-box .name{
	max-width: 210px;
	height: 35px;
	line-height: 35px;
    padding: 0 10px 0 15px;
    font-size: 14px;
	color: #000;
}
.post-details .release-people .time{
	font-size: 14px;
	color: #666;
	padding-right: 20px;
}
.post-details .post-content .paragraph{
	/*font-size: 14px;*/
	padding-left: 15px;
}
.post-details .post-content .paragraph table,
.post-details .post-content .paragraph .previewVideo{
	max-width: 765px !important;
	/* width: auto !important;
	height: auto !important; */
}
.post-details .post-content .paragraph div,
.post-details .post-content .paragraph p,
.post-details .post-content .paragraph audio,
.post-details .post-content .paragraph video{
	max-width: 765px !important;
}
.post-details .post-content .paragraph img {
	max-width: 765px !important;
	height: auto;
}
/*.post-details .post-content .paragraph img{
	max-width: 750px;
	height: auto;
}
.post-details .post-content .paragraph p{
	line-height: 24px;
	margin-bottom: 15px;
	word-break: break-all;
}*/
.post-details .post-content .post-operation{
	padding: 30px 0 30px 30px;
	width: 730px;
}
.post-details .post-content .post-operation p{
	margin-right: 15px;
    cursor: pointer;
    color: #888888;
    font-size: 13px;
}
.post-details .post-content .post-operation p img{
	position: relative;
    padding-right: 8px;
    top: 3px;
}
.post-details .post-content .attachment-list {
	padding: 15px;
}
.post-details .post-content .attachment-list dt {
	font-size: 16px;
	padding-bottom: 5px;
}
.post-details .post-content .attachment-list dd {
	padding: 5px 0 5px 40px;
	font-size: 15px;
}
.post-details .post-content .col-grey {
	color: #888888;
}
.post-details .post-content .thumb-list {
	position: relative;
	margin: 10px 15px 10px 15px;
	padding-left: 35px;
}
.post-details .post-content .thumb-list span {
	float: left;
	font-size: 15px;
	line-height: 24px;
	margin: 0 5px;
}
.post-details .post-content .thumb-list .icon-good {
	position: absolute;
	left: 0;
	top: -2px;
	display: block;
	width: 30px;
	height: 24px;
	background: url(../images/good_on.png) no-repeat center center;
	background-size: contain;
}

/*底部评论区*/
.post-details .post-content .post-bottom{
	border-top: 1px solid #e4e4e4;
	padding: 10px 0 0 0;
}
.post-bottom .release-box{
	padding: 15px 0 0 0;
}
.post-bottom .release-box .expression-package {
	position: absolute;
    z-index: 1000;
    top: -190px;
    right: 0;
    background: #FFFFFF;
    width: 375px;
    height: 140px;
    padding: 20px 10px 30px 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
    -ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
    -o-box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
}
.post-bottom .release-box .head-portrait{
	width: 60px;
	height: 60px;
	margin: 0 15px 0 24px;
}
.post-bottom .release-box .input-box{
	position: relative;
}
.post-bottom .release-box .input-box textarea,
.post-bottom .release-box .input-box .textarea{
	width: 463px;
	height: 38px;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	color: #666;
	padding: 10px 70px 10px 10px;
	font-size: 15px;
	outline: none;
}
.release-box .input-box .textarea::-webkit-scrollbar {display:none}
.release-box .input-box .textarea::-moz-scrollbar {display:none}
.release-box .input-box .textarea::-ms-scrollbar {display:none}
.release-box .input-box .textarea::-o-scrollbar {display:none}
.post-bottom .release-box .input-box .textarea {
	overflow: auto;
}
.post-bottom .release-box .input-box .icon-expression{
	display: block;
	width: 25px;
	height: 25px;
	background: url(../images/biaoqing1.png) no-repeat;
	position: absolute;
	top: 17px;
	right: 30px;
	cursor: pointer;
}
.post-bottom .release-box .release-btn{
	display: inline-block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	background: #00B48B;
	text-align: center;
	color: #FFFFFF;
	font-size: 15px;
	cursor: pointer;
	margin: 10px 0 0 15px;
}
/*评论内容*/
.post-bottom .comments-box{
	padding: 20px 0 0 0;
	font-size: 14px;
}
.post-bottom .comments-box .head-portrait{
	width: 60px;
	height: 60px;
	margin: 0 15px 0 24px;
}
.post-bottom .comments-box .specific-content{
	position: relative;
	width: 535px;
}
.post-bottom .comments-box .specific-content:hover .opt-box {
	display: block;
}
.post-bottom .specific-content .opt-box {
	position: absolute;
	bottom: 0;
	right: 0;
}
.comments-box .specific-content .name{
	font-size: 15px;
}
.comments-box .specific-content .time{
	color: #999999;
}
.comments-box .specific-content .comments-text{
	color: #999999;
	line-height: 24px;
	margin: 10px 0;
	word-break: break-all;
}
.comments-box .specific-content .green{
	color: #01b48d;
}
.comments-box .specific-content .reply-name{
	color: #000000;
	font-size: 14px;
}
.comments-box .specific-content .reply{
	color: #01b48d;
	cursor: pointer;
}
/*评论内容-改*/
.expression-package {
	position: absolute;
    z-index: 1000;
    background: #FFFFFF;
    width: 375px;
    height: 140px;
    padding: 20px 10px 30px 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
    -ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
    -o-box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
}
.post-bottom .post-comments .post-comt-box {
	padding: 40px 0;
	border-top: 1px solid #e4e4e4;
	color: #555;
}
.post-bottom .post-comments .post-comt-box a {
	color: #00B48B;
	text-decoration: none;
}
.post-comments .post-comt-box:first-child {
	border-top: none;
}
.post-comt-box > .comt-top .portrait {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 0 15px 0 24px;
	background-color: #00B38E;
	overflow: hidden;
}
.post-comt-box > .comt-top .portrait img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.post-comt-box .expression {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	vertical-align: middle;
}
.post-comt-box > .comt-top .comt-cent {
	width: 500px;
	font-size: 15px;
}
.post-comt-box > .comt-top .comt-name {
	color: #00B48B;
	font-size: 16px;
	line-height: 32px;
	text-decoration: none;
}
.post-comt-box > .comt-top .opt-box {
	margin-right: 20px;
	text-align: right;
}
.post-comt-box > .comt-top:hover .opt-del,
.post-comt-box > .comt-top:hover .opt-top,
.post-comt-box > .comt-btm .reply-list li:hover .opt-del,
.post-comt-box > .comt-btm .reply-list li:hover .opt-top {
	display: inline-block !important;
}
.post-comt-box .opt-box .icon.hide {
	display: none;
}
.post-comt-box .opt-box .icon {
	float: left;
    height: 24px;
	line-height: 24px;
    cursor: pointer;
    margin-right: 8px;
	padding-left: 24px;
	color: #888;
	font-size: 16px;
}
.post-comt-box .opt-box .icon.opt-del {
	background: url(../images/delete02.png) no-repeat center center;
	background-size: contain;
}
.post-comt-box .opt-box .icon.opt-send {
	background: url(../images/icon_lf_arrow.png) no-repeat center center;
	background-size: contain;
}
.post-comt-box .opt-box .icon.opt-praise {
	background: url(../images/icon_praise.png) no-repeat 0 -1px;
	background-size: contain;
}
.post-comt-box .opt-box .icon.opt-praise-on {
	background: url(../images/good_on.png) no-repeat 0 0.5px;
	background-size: auto 20px;
}
.post-comt-box .opt-box .icon.opt-top {
	background: url(../images/icon_placedtop.png) no-repeat center center;
	background-size: auto 20px;
}
.post-comt-box .rotate {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.post-comt-box > .comt-top .time {
	color: #888;
	padding: 5px 0;
}
.post-comt-box > .comt-btm {
	width: 640px;
	min-height: 60px;
	background-color: #EBEBEB;
	border-radius: 5px;
	margin-left: 75px;
	padding: 5px 25px 20px 15px;
}
.post-comt-box > .comt-btm .reply-list li {
	position: relative;
	border-top: 1px solid #d1d1d1;
	padding: 10px 0;
	font-size: 15px;
}
.post-comt-box > .comt-btm .reply-list li:first-child {
	border-top: none;
}
.post-comt-box > .comt-btm .reply-list .row {
	padding-bottom: 5px;
}
.post-comt-box .reply-list .row .reply-msg{
	width: 450px;
}
.post-comt-box > .comt-btm .reply-list .time {
	color: #888;
}
.post-comt-box > .comt-btm .reply-list .opt-box {
	position: absolute;
	top: 20px;
	right: 0;
}
.post-comt-box > .comt-btm .reply-num {
	position: relative;
	display: inline-block;
	color: #00B48B;
	font-size: 14px;
	cursor: pointer;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
}
.post-comt-box > .comt-btm .reply-num.arrow-rt:before {
	position: absolute;
	top: 2px;
	right: -16px;
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/up_green.png) no-repeat center center;
	background-size: contain;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.post-comt-box .comt-input-box.outside {
	width: 680px;
	margin-left: 75px;
	margin-bottom: 10px;
}
.post-comt-box .comt-input-box {
	width: 100%;
	background-color: #fff;
	border: 1px solid #d1d1d1;
	margin-top: 10px;
	padding: 15px 0 15px 15px;
}
.post-comt-box .comt-input-box .reply-box {
	position: relative;
	width: 490px;
	max-height: 70px;
	border: 1px solid #d1d1d1;
	font-size: 15px;
	padding: 10px 0;
}
.post-comt-box .reply-box .expression-package {
	bottom: 52px;
	right: 0;
}
.post-comt-box .comt-input-box .rep-name {
	display: inline-block;
	line-height: 30px;
	padding-left: 10px;
}
.post-comt-box .comt-input-box .rep-name .name {
	display: inline-block;
	max-width: 90px;
}
.post-comt-box .comt-input-box .textarea.width260 {
	width: 260px;
}
.post-comt-box .comt-input-box .textarea.width285 {
	width: 285px;
}
.post-comt-box .comt-input-box .textarea {
	padding: 5px 0;
	min-height: 20px;
	max-height: 60px;
	overflow-x: hidden;
	overflow-y: auto;
	outline: none;
	white-space: nowrap;
}
.post-comt-box .comt-input-box .textarea:empty:before{ 
    content: '请输入...'; 
    color: #ccc; 
}
.post-bottom .release-box .input-box .textarea:empty:before {
	content: '我来说两句...'; 
    color: #ccc; 
}
.post-bottom .release-box .input-box .textarea:focus:before,
.post-comt-box .comt-input-box .textarea:focus:before{
    content:none;
}
.post-comt-box .comt-input-box .textarea::-webkit-scrollbar {display:none}
.post-comt-box .comt-input-box .textarea::-webkit-scrollbar {display:none}
.post-comt-box .comt-input-box .textarea::-moz-scrollbar {display:none}
.post-comt-box .comt-input-box .textarea::-ms-scrollbar {display:none}
.post-comt-box .comt-input-box .textarea::-o-scrollbar {display:none}
.post-comt-box .comt-input-box .btn-send {
	display: inline-block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #00B48B;
	color: #fff;
	border-radius: 5px;
	margin: 6px 0 0 20px;
	cursor: pointer;
}
.post-comt-box .comt-input-box .icon {
	position: absolute;
	top: 50%;
	display: block;
	width: 25px;
	height: 25px;
	cursor: pointer;
	margin-top: -12.5px;
}
.post-comt-box .right10 {
	right: 10px;
}
.post-comt-box .right50 {
	right: 50px;
}
.post-comt-box .comt-input-box .icon.icon-expression {
	background: url(../images/biaoqing1.png) no-repeat center center;
	background-size: contain;
}
.post-comt-box .comt-input-box .icon.icon-img {
	background: url(../images/image.png) no-repeat center center;
	background-size: contain;
}
/* 帖子详情-投票 */
.post-details .com-vote {
	width: 100%;
	padding-bottom: 30px;
	background-color: #FAFAFA;
	border-radius: 10px;
	margin-top: 15px;
}
.com-vote .vote-list,
.com-vote .hascast-list {
	padding: 0 30px;
}
.com-vote .vote-list li{
	/* min-height: 80px; */
	padding: 15px 0;
	border-top: 1px solid #ddd;
}
.com-vote .vote-list li:first-child {
	border-top: none;
}
.com-vote .vote-btn {
	display: block;
	width: 140px;
	height: 50px;
	line-height: 50px;
	margin: 40px auto 20px auto;
	border-radius: 30px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
}
.com-vote .vote-btn.bac-green {
	background-color: #00B48B;
}
.com-vote .vote-btn.bac-green:hover {
	opacity: .8;
}
/* 投票-选项 */
div.com-vote .vote-title {
	position: relative;
	padding: 20px 0 10px 55px;
	font-size: 22px;
	line-height: 30px;
	font-weight: normal !important;
}
div.com-vote .vote-title:before {
	position: absolute;
	top: 20px;
	left: 20px;
	content: '';
	display: block;
	width: 28px;
	height: 28px;
	background: url(../images/icon_vote.png) no-repeat center center;
	background-size: contain;
}
.post-details div.com-vote .headline {
	padding: 20px 30px 10px 30px;
	font-size: 20px;
	font-weight: normal !important;
}
.com-vote .option-box input[type=radio],
.item-select .option-box input[type=radio]{
    display: none;
}
.com-vote .option-box{
    position: relative;
    display: block;
	width: 100%;
    cursor: pointer;
}
.com-vote .option-box .option-bg,
.com-vote .option-box input:checked + span.option-on {
	position: absolute;
	top: 50%;
	left: 5px;
	display: inline-block;
	height: 24px;
	width: 24px;
	margin-top: -12px;
	cursor: pointer;
	border-radius: 100%;
	padding: 0;
}
.com-vote .option-box .option-bg{
    background: url(../images/checkbox02.png) no-repeat center center #FFFFFF;
	background-size: contain;
}
.com-vote .option-box .option-on{
    display: none;
}
.com-vote .option-box input:checked + span.option-on{
    background: url(../images/checkbox01.png) no-repeat center center #FFFFFF;
	background-size: contain;
}
.com-vote .option-box .option-text {
	display: block;
	padding: 10px 5px 10px 50px;
	font-size: 18px;
}
.com-vote .option-box .option-img,
.com-vote .hascast-list .opt-img {
	display: inline-block;
	width: auto;
	height: 74px;
	padding: 10px 0;
}
.com-vote .option-box .option-img {
	padding: 10px 5px 10px 50px;
}
.com-vote .option-box .option-img img,
.com-vote .hascast-list .opt-img img {
	width: auto;
	max-width: 650px;
	height: 100%;
}
/* 投票显示列表 */
.com-vote .hascast-list {
	padding-top: 15px;
	padding-bottom: 20px;
}
.com-vote .hascast-list li {
	padding: 20px 0;
}
.com-vote .hascast-list li > h4 {
	min-width: 710px;
	font-size: 18px;
	font-weight: normal !important;
	padding-bottom: 10px;
}
.com-vote .hascast-list .show-votes {
	position: relative;
	line-height: 36px;
	color: #888;
	padding-left: 70%;
	/* padding-left: 550px; */
}
.com-vote .show-votes .bac-progres {
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	/* width: 550px; */
	width: 70%;
	height: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #DFDFDF;
	margin-top: -5px;
}
.com-vote .bac-progres .show-progres {
	position: absolute;
	left: 0;
	top: 0;
	height: 10px;
	background-color: #00B48B;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.com-vote .show-votes .votes,
.com-vote .show-votes .absolutely {
	text-align: right;
}
.com-vote .show-votes .votes {
	width: 100px;
}
.com-vote .show-votes .absolutely {
	width: 60px;
}
.com-vote .vote-text {
	text-align: center;
	font-size: 20px;
	color: #888;
	padding-top: 30px;
	border-top: 1px solid #ddd;
}
.com-vote .item-btn {
	display: inline-block;
	line-height: 50px;
	height: 50px;
	padding: 0 15px;
	min-width: 70px;
	text-align: center;
	border-radius: 5px;
	background-color: #02b68f;
	color: #fff;
	cursor: pointer;
}
/* 投票-改 */
.com-vote .vote-list li .item-right {
	padding-left: 50px;
	font-size: 18px;
}
.vote-list .item-right .item-img,
.com-vote .hascast-list .item-img {
	width: 100px;
	height: 100px;
	margin-right: 20px;
	overflow: hidden;
}
.vote-list .item-right .item-img img,
.com-vote .hascast-list .item-img img{
	width: auto;
	height: 100%;
}
.com-vote .hascast-list li {
	font-size: 18px;
}
.vote-list .item-right .item-text {
	max-width: 640px;
}
.com-vote .hascast-list .item-text {
	max-width: 680px;
}
.vote-list .item-right .item-img + .item-text {
	max-width: 510px;
}
.com-vote .hascast-list .item-img + .item-text {
	max-width: 550px;
}
/*热门帖子*/
.post-details .post-box .hot-post{
	width: 260px;
	min-height: 800px;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	padding: 0 10px 50px 10px;
}
.post-box .hot-post .hot-post-head{
	padding: 20px 0;
	font-size: 16px;
}
.post-box .hot-post .hot-post-head .title{
	padding-left: 10px;
}
.post-box .hot-post .hot-post-head .change{
	font-size: 14px;
    cursor: pointer;
    position: relative;
}
.post-box .hot-post .hot-post-head .change img{
	width: 21px;
    height: 24px;
    position: absolute;
    top: -2px;
    left: -25px;
} 
.post-box .hot-post .hot-post-head .more{
	color: #01b48d;
	cursor: pointer;
	font-size: 15px;
}
.post-box .hot-post .hot-post-head .more .img{
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/arrow_r.png) no-repeat;
	background-size: auto 14px;
	position: relative;
	top: 1px;
}
.post-box .post-lists li{
	width: 258px;
	height: 60px;
	border: 1px solid #E4E4E4;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 10px 0;
	font-size: 15px;
}
.post-box .post-lists li .head-portrait{
	width: 60px;
	height: 60px;
	margin: 0 20px 0 10px;
}
.post-box .post-lists li .text-box{
	width: 150px;
}
.post-box .post-lists li .text-box span{
	display: inline-block;
	width: 150px;
}
.post-box .post-lists li .text-box h3 .color-green {
	width: initial;
}
.post-box .post-lists li .text-box h3{
	margin: 3px 0 12px 0;
}
.post-box .post-lists li a{
	color: #000000;
}
/*人脉好友粉丝*/
.circle-content .friends-fans{
	padding-top: 50px;
}
.management .right .is-focus-on,
.management .right .remove{
	width: 78px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    border: 1px solid #aeaeae;
    color: #aeaeae;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    margin-left: 10px;
}
.management .right .remove{
	margin-right: 180px;
}
/*我的人脉*/
.my-contacts a {
	color: #000000;
}
.my-contacts h1{
	line-height: 65px;
    height: 65px;
    font-size: 18px;
    padding: 0 15px 0 20px;
    position: relative;
}
.my-contacts  h1 .news {
    font-size: 14px;
    position: absolute;
    top: 0px;
    right: 15px;
}
.my-contacts  h1 .news a{
	color: #000000;
}
.my-contacts  h1 .news .gt {
    color: #000;
    padding: 0 5px;
}
.my-contacts  h1 .news .color {
    color: #00B48B;
}
.my-contacts .contacts-nav{
	padding-bottom: 15px;
	border-bottom: 1px solid #d1d1d1;
}
.my-contacts .contacts-nav span{
	padding: 0 32px;
	border-left: 1px solid #D1D1D1;
	cursor: pointer;
	font-size: 15px;
	color: #999999;
}
.my-contacts .contacts-nav span:first-child,
.my-contacts .contacts-nav a:first-child span{
	border-left: 1px solid #FFFFFF;
}
.my-contacts .contacts-nav .nav-on,
.my-contacts .contacts-nav .nav-on a{
	color: #00B48B;
	text-shadow: 2px 2px 8px rgba(0,0,0,.2);
	-webkit-text-shadow: 2px 2px 8px rgba(0,0,0,.2);
	-moz-text-shadow: 2px 2px 8px rgba(0,0,0,.2);
	-ms-text-shadow: 2px 2px 8px rgba(0,0,0,.2);
	-o-text-shadow: 2px 2px 8px rgba(0,0,0,.2);
}
.my-contacts .tab-com .lists{
	padding: 20px 0 0 25px;
	margin-left: -40px;
}
.my-contacts .tab-com .lists li{
	float: left;
	width: 490px;
	height: 145px;
	margin: 0 0 15px 40px;
	border: 1px solid #E4E4E4;
	border-radius: 5px;
	font-size: 14px;
	padding: 45px 30px 0 30px;
}
.tab-com .lists .head-portrait{
    width: 65px;
    height: 65px;
    position: relative;
    margin: 0 15px 0 0;
}
.tab-com .lists .head-portrait img{
	width: 100%;
    height: 100%;
    border-radius: 50%;
}
.tab-com .head-portrait span {
    display: block;
    width: 17px;
    height: 17px;
    /*background-color: #00b48d;*/
    border-radius: 50%;
    background-size: 13px auto;
    background-position: 2px 2px;
    background-repeat: no-repeat;
    position: absolute;
    top: 48px;
    left: 40px;
}
.tab-com .head-portrait .boy {
    background-image: url(../images/boy_white.png);
    background-color: #00b48d;
}
.tab-com .head-portrait .girl {
    background-image: url(../images/girl_white.png);
    background-color: #F01AFF;
}
.tab-com .lists .introduce .name {
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 16px;
}
.tab-com .lists .introduce .user-name {
	max-width: 230px;
}
.tab-com .lists .introduce .name a{
	color: #000000;
}
.tab-com .lists .introduce .name .medal {
    display: inline-block;
    width: 25px;
    height: 20px;
    position: relative;
    top: 5px;
    left: 2px;
    background: url(../images/icon-certification.png) no-repeat center center;
    background-size: contain;
    cursor: default;
}
.tab-com .lists .introduce .name .medal img{
	width: 100%;
	height: 100%;
}
.tab-com .lists .introduce p {
    line-height: 22px;
    overflow:hidden; 
}
.tab-com .lists .introduce .company {
	max-width: 325px;
}
.tab-com .lists .introduce .company span {
	float: left;
	display: block;
	/*max-width: 325px;*/
	line-height: 22px;
    padding-right: 10px;
}
.tab-com .lists .introduce p .separated {
    display: inline-block;
    padding: 0 10px;
    position: relative;
    top: -1px;
}
.tab-com .lists .right{
	width: 80px;
}
.tab-com .lists .focus-on,
.tab-com .lists .is-focus-on{
	margin: 10px 0 0 0;
}
/*圈子成员查看全部成员*/
.members{
	padding-top: 10px;
}
.members .members-box{
	width: 810px;
	min-height: 400px;
	border-radius: 5px;
    border: 1px solid #f2f2f2;
}
.members .members-box .lists{
	padding: 10px 35px 0 35px;
}
.members .members-box .lists li{
	min-height: 120px;
	border-bottom: 1px dashed #F2F2F2;
	padding: 20px 30px 10px 10px;
}
.members .members-box .lists .right{
	width: 170px;
}
.members .members-box .lists .focus-on{
	margin: 0 0 0 10px;
}
.members .members-box .lists li .introduce{
	width: 440px;
	font-size: 14px;
}
/*圈子成员查看全部成员-热门帖子*/
.members .popular .top{
	padding-top: 20px;
}
.members .popular .more{
	color: #00B48B;
	margin: 15px 10px 0 0;
}
.members .popular .more .more-img{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/arrow_r.png) no-repeat;
	background-size: auto 12px;
	position: relative;
	right: -5px;
	top: 1px;
}
.members .popular .from,
.post-box .post-lists .from{
	/*padding: 5px 20px 15px 20px;*/
	font-size: 14px;
	margin-top: 15px;
}
.members .popular  li .popular-text .from > a,
.members .popular  li .popular-text .from > a:hover,
.post-box .post-lists .from > a,
.post-box .post-lists .from >:hover{
	color: #00B48B;
}
.members .popular .popular-lists{
	padding: 15px 0 0 0;
}
.members .popular .popular-lists li{
	width: 300px;
    min-height: 85px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    margin-bottom: 15px;
}
.popular .popular-lists li .head-portrait{
	width: 65px;
	height: 65px;
	padding: 10px 20px 0 20px;
}
.popular .popular-lists li .head-portrait img{
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
.popular .popular-lists li .popular-text{
	width: 160px;
    font-size: 16px;
    padding-top: 15px;
}
.popular .popular-lists li .popular-text a{
	color: #000000;
}
.popular .popular-lists li .popular-text a:hover{
	color: #000000;
}
.popular .popular-lists li .popular-text .name{
	display: block;
	margin-top: 15px;
	font-size: 15px;
}
/*浮窗头像*/
/*.floating-head{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #f2f2f2;
	cursor: pointer;
	position: absolute;
    top: 400px;
    right: -90px;
}
.floating-head img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.floating-head .message{
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	color: #FFFFFF;
	text-align: center;
	background: #fc5918;
	position: absolute;
	top: -5px;
	right: -10px;
}*/
/*发起帖子*/


.layui-form .layui-form-label{
	padding: 0;
	width: 78px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	color: #666666;
}
.layui-form  .layui-input-block{
	margin-left: 78px;
}
.layui-form .layui-form-item{
	margin-bottom: 0;
}
/*邀请好友*/
.InviteFriends .tc-box{
	width: 600px;
	height: 230px;
	border-radius: 10px;
	margin: -115px 0 0 -300px;
}
.InviteFriends .tc-box h1{
	height: 58px;
	line-height: 58px;
}
.InviteFriends .tc-box .invite,
.InviteFriends .tc-box .inv-box{
	width: 480px;
	margin: 30px auto;
	position: relative;
}
.InviteFriends .tc-box .invite .text,
.InviteFriends .tc-box .inv-box .title{
	display: inline-block;
	width: 80px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
}
.InviteFriends .drop-down-box{
	width: 375px;
	padding-left: 15px;
}
.InviteFriends .drop-down-box .drop-down-text{
	padding-left: 0;
}
.InviteFriends .drop-down-box .drop-down-list{
	width: 375px;
}
.InviteFriends .tc-box .inv-box>.input{
	border: 1px solid #DDDDDD;
    border-radius: 5px;
    line-height: 38px;
    height: 38px;
    width: 360px;
    padding-left: 15px;
}
.inv-box.drop-down .drop-down-list{
	left: 80px;
}
/*查看圈主主页*/
.home-page{
	min-height: 800px;
}
.home-page .information-box{
	height: 300px;
	border: 1px solid #f2f2f2;
	margin: 20px 0 10px 0;
	border-radius: 5px;
	position: relative;
}
.home-page .information-box .head-portrait{
	display: inline-block;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	position: relative;
	top: 50%;
	margin: -75px 60px 0 130px;
}
.home-page .information-box .head-portrait img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.home-page .information-box .head-portrait .boy,
.home-page .information-box .head-portrait .girl {
	display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-size: 13px auto;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.home-page .information-box .head-portrait .boy {
    background-image: url(../images/boy_white.png);
    background-size: 20px auto;
}
.home-page .information-box .head-portrait .girl {
    background-image: url(../images/girl_white.png);
    background-size: 20px auto;
}
.home-page .information-box .introduce{
	width: 600px;
	padding-top: 80px;
	font-size: 16px;
}
.home-page .information-box .introduce .name{
	font-size: 20px;
}
.home-page .introduce .name h3{
	padding-bottom: 8px;
	max-width: 560px;
}
.home-page .introduce .name .medal{
	display: inline-block;
    width: 25px;
    height: 20px;
    position: relative;
    top: 5px;
    left: 10px;
    background: url(../images/icon-certification.png) no-repeat center center;
    background-size: contain;
    cursor: default;
}
.home-page .introduce .name .medal img{
	width: 100%;
	height: 100%;
}
.home-page .introduce p{
	line-height: 28px;
}
.home-page .introduce p span{
	padding-right: 20px;
}
.home-page .information-box .right{
	position: absolute;
	top: 65px;
	right: 130px;
}
.home-page .right .focus-on,
.home-page .right .is-focus-on{
	margin: 15px 0 0 0;
}
.home-page .tab{
	border: 1px solid #f2f2f2;
	border-radius: 5px;
	margin: 0 0 50px 0;
}
.home-page .tab .nav{
	height: 95px;
	padding-left: 65px;
}
.home-page .tab .nav span{
	float: left;
	width: 105px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border-radius: 5px;
	margin: -21px 30px 0 0;
	font-size: 16px;
	position: relative;
	top: 50%;
	cursor: pointer;
	text-shadow: 2px 2px 5px rgba(0,0,0,.2);
	-webkit-text-shadow: 2px 2px 5px rgba(0,0,0,.2);
	-moz-text-shadow: 2px 2px 5px rgba(0,0,0,.2);
	-ms-text-shadow: 2px 2px 5px rgba(0,0,0,.2);
	-o-text-shadow: 2px 2px 5px rgba(0,0,0,.2);
}
.home-page .tab .nav .on{
	background: #00B48B;
	color: #FFFFFF;
	box-shadow: 4px 4px 5px rgba(0,0,0,.2);
	-webkit-box-shadow: 4px 4px 5px rgba(0,0,0,.2);
	-moz-box-shadow: 4px 4px 5px rgba(0,0,0,.2);
	-ms-box-shadow: 4px 4px 5px rgba(0,0,0,.2);
	-o-box-shadow: 4px 4px 5px rgba(0,0,0,.2);
}
.home-page .tab .nav .on a{
	color: #FFFFFF;
}
.home-page .tab-content .lists-box,
.home-page .tab-content .his-circle{
	padding: 0 50px 50px 50px;
}
.home-page .tab-content .lists-box li{
	border-bottom: 1px;
	border-bottom: 1px solid #e4e4e4;
	padding: 20px 15px;
}
.home-page .post-list li .title{
	font-weight: bold;
    padding: 0 0 15px 0;
    font-size: 16px;
}
.home-page a{
	color: #000000;
}
.home-page  .lists-box li .operation .time img{
	top: 2px;
}
.home-page .lists-box li .operation .right p img{
	top: 2px;
}
.home-page .lists-box li .operation .right .leave img{
	top: 3px;
}
.home-page .lists-box li .operation .right .praise img{
	top: 0;
}
.post-list .lists-box li .operation .from{
	max-width: 400px;
	font-size: 12px;
    color: #a5a5a5;
    padding-left: 30px;
    overflow: hidden;
}
.post-list .lists-box li .operation .from span,
.post-list .lists-box li .operation .from a{
	color: #00B48B;
}
.post-list .lists-box li .operation .from a > span {
	padding-left: 0;
}
.home-page .tab-content .his-circle{
	padding-top: 20px;
}
.home-page .tab-content .his-circle li{
	float: left;
	width: 340px;
	height: 120px;
	border-radius: 5px;
	border: 1px solid #e4e4e4;
	position: relative;
	margin: 0 0 20px 20px;
}
.home-page .tab-content .his-circle .header-img{
	display: inline-block;
	width: 70px;
	height: 70px;
	border-radius: 5px;
	position: relative;
	top: 50%;
	margin: -35px 15px 0 15px;
}
.home-page .tab-content .his-circle .header-img img{
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
.home-page .tab-content .his-circle h3{
	font-size: 15px;
}
.home-page .tab-content .his-circle .table{
	height: 34px;
	overflow: hidden;
}
.home-page .tab-content .his-circle .table span{
	float: left;
	margin: 8px 5px 8px 0;
	font-size: 12px;
}
.home-page .tab-content li .information-text p{
	font-size: 14px;
}
.tab-content li .information-text > h3 {
	margin-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.home-page .tab-content .his-circle .header-img span{
	position: absolute;
    display: inline-block;
    padding: 1px 8px;
    color: #fff;
    background: #00B48B;
    border-radius: 5px;
    text-align: center;
    margin-left: 20px;
    font-size: 12px;
    top: 0;
    left: -20px;
}
.home-page .tab-content .his-circle li .pay {
    display: block;
    width: 40px;
    height: 20px;
    line-height: 20px;
    background: red;
    color: #FFFFFF;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}
.home-page .tab-content .his-circle .information-text{
	position: relative;
	top: 25px;
	width: 200px;
}
.create-circle-box .create-content .charge-cycle .text{
	padding-bottom: 15px;
}
.home-page .course .coures-name .w160{
	width: 160px;
}
.home-page .course .coures-name .cost {
	position: absolute;
	top: 0;
	left: 160px;
	color: #00B48B;
	font-size: 14px;
	white-space: nowrap;
}
.home-page .tab-content .course li .name {
	font-size: 14px;
	line-height: 34px;
	font-weight: bold;
}
.home-page .tab-content .course li .time {
	font-size: 13px;
	color: #999;
}
/*提问*/
.Question .tc-com{
	width: 720px;
	height: 550px;
	margin: -275px 0 0 -360px;
}
.tc-com h2{
	font-size: 18px;
	text-align: center;
	padding: 20px 0;
	margin: 0;
}
.tc-com .title{
	width: 50px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	padding-left: 20px;
}
.tc-com .roll-box {
	height: 450px;
	overflow-y: auto;
}
.full-screen .tc-com .pd-btm20{
	padding-bottom: 20px;
}
.full-screen .tc-com .pd-lf50 {
	padding-left: 50px;
}
.tc-com .title-box input{
	height: 38px;
	line-height: 38px;
	border: 1px solid #E4E4E4;
	border-radius: 5px;
	padding: 0 10px;
}
.tc-com .content .content-box{
	/*height: 330px;
	border: 1px solid #EFEFEF; */
	min-height: 250px;
	border-radius: 5px;
}
.tc-com .content-box .w-e-text-container {
	height: 220px !important;
}
.tc-com .accessory {
	padding: 15px 0 20px 0;
}
.tc-com .upload-box {
	line-height: 40px;
}
.tc-com .upload-box .mar-lf {
	margin-left: 10px;
}
.tc-com .upload-box .upload-btn {
	display: inline-block;
	background-color: #00B48B;
    color: #FFFFFF;
    line-height: 28px;
    padding: 0 10px;
    border: 1px solid #00B48B;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 20px;
}
.tc-com .upload-box .upload-btn:hover {
	opacity: 0.8;
}
.tc-com .accessory-list {
	max-width: 742px;
	margin: 5px 0 10px 0;
	word-break: break-all;
	font-size: 0;
}
.tc-com .accessory-list li span {
	font-size: 14px;
}
.tc-com .accessory-list li .m-lf15 {
	margin-left: 15px;	
}
.tc-com .accessory-list li .m-lf-rt15 {
	margin: 0 15px;
	cursor: pointer;
}
.tc-com .accessory-list li .col-red {
	color: red;
}
.tc-com .accessory-list li .col-green {
	color: #00B48B;
}
.tc-com .accessory .consume,
.full-screen .seek-help .money-reward  {
	min-height: 40px;
	line-height: 40px;
}
.full-screen .seek-help .money-reward  {
	padding-left: 40px;
}
.tc-com .accessory .consume input,
.full-screen .seek-help .money-reward input{
	width: 80px;
	border: 1px solid #E4E4E4;
	border-radius: 5px;
	padding: 0 10px;
	height: 38px;
	line-height: 38px;
	margin: 0 20px;
}
.tc-com .btn{
	margin: 20px auto 0 auto;
}
.Question .title-box input{
	width: 500px;
}
.Question .content .content-box{
	width: 620px;
}
.Posting .tc-com{
	width: 840px;
	min-height: 600px;
	border-radius: 5px;
	/*margin: -275px 0 0 -420px;*/
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.Posting .tc-com a{
	color: #0072C1;
	text-decoration: underline;
}
.Posting .title-box input{
	width: 600px;
}
.Posting .content .content-box{
	width: 740px;
}
.post-details .post-operation .share > span{
	padding-left: 0;
	font-size: 14px;
}
.post-details .post-content .post-operation .praise img{
	top: 1px;
}
.post-details .post-content .post-operation .share img {
    top: 3px;
    position: relative;
}
.post-details .post-operation .share.com > .qr-code img{
	margin-top: -3px;
	padding: 0;    
}
.right-icon {
    position: fixed;
    background: #fff;
    bottom: 200px;
    right: 30px;
    z-index: 999;
    cursor: pointer;
}
.right-icon .com-icon {
	display: block;
    width: 50px;
    height: 20px;
    border: 1px solid #DDDDDD;
    margin-bottom: 1px;
    padding-top: 30px;
    color: #999;
}
.right-icon .com-icon.icon-post {
	display: block;
    width: 50px;
    height: 20px;
    border: 1px solid #DDDDDD;
    margin-bottom: 1px;
    padding-top: 30px;
    cursor: pointer;
    background: url(../images/icon-post.png) no-repeat center 6px;
    background-size: 24px auto;
    font-size: 14px;
    text-align: center;
}
.right-icon .com-icon.icon-top {
	background: url(../images/icon-top.png) no-repeat center;
    background-size: 24px auto;
}
.right-icon .com-icon.icon-post:hover,
.right-icon .com-icon.icon-top:hover {
	color: #000;
	border: 1px solid #bbb;
}
.right-icon .com-icon.icon-post:hover {
	background: url(../images/icon-post-hover.png) no-repeat center 6px rgba(0,0,0,.05);
	background-size: 24px auto;
}
.right-icon .com-icon.icon-top:hover {
	background: url(../images/icon-top-hover.png) no-repeat center rgba(0,0,0,.05);
	background-size: 24px auto;
}
.right-icon .hide {
	display: none
}
.tc-com .votes .votes-box {
	max-width: 85%;
}
.tc-com .votes .votes-box > h3 {
	line-height: 22px;
}
.tc-com .votes-box .btn-box {
	padding: 10px 0 20px 0;
}
.tc-com .votes-box .vote-btn {
	display: inline-block;
    background-color: #00B48B;
    color: #FFFFFF;
    line-height: 26px;
    padding: 0 10px;
    border: 1px solid #00B48B;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 20px;
}
.tc-com .votes-box .vote-btn:first-child {
	margin-left: 0;
}
/* 修改发布帖子全屏 */
.tc-background.full-screen {
	overflow: auto;
}
.tc-background.full-screen .tc-com form {
	height: 100%;
}
.tc-background.full-screen .tc-box {
	width: 100%;
	min-width: 1200px;
	height: 100%;
	padding: 2% 0 1% 1%;
	font-size: 16px;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.full-screen .seek-help-choice .radio {
    height: 40px;
    line-height: 40px;
    padding-left: 32px;
    cursor: pointer;
    margin: 0 10px;
}
.full-screen .seek-help-choice .radio-bg,
.full-screen .seek-help-choice input[type=radio]:checked + .radio-on {
	top: 50%;
	margin-top: -9px;
}
.tc-background.full-screen .title {
	width: 70px;
}
.full-screen .tc-com h2 {
	padding: 10px 0 20px 0;
}
.full-screen .accessory-list li span {
	font-size: 16px;
}
.full-screen .title-box input {
	width: 50%;
}
.full-screen .roll-box {
	/* height: 75%;*/
	height: 100%;
}
/* @media screen and (max-height:750px) {
	.full-screen .roll-box {
		height: 70%;
	}
}
@media screen and (max-height:600px) {
	.full-screen .roll-box {
		height: 65%;
	}
} */
.full-screen .content .content-box {
	width: 92%;
	min-height: 450px;
	max-height: 500px;
}
.full-screen .accessory-box,
.full-screen .votes-box {
	width: 92%;
}
.full-screen .accessory-list {
	max-width: 100%;
}
.full-screen .votes-box > h3 {
    line-height: 28px !important;
    padding: 6px 0 15px 0;
	font-size: 15px;
}
.full-screen .m-lf25 {
    margin-left: 25px;
}
.full-screen .votes-box .vote-btn {
    display: inline-block;
    background-color: #00B48B;
    color: #FFFFFF;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #00B48B;
    border-radius: 5px;
    cursor: pointer;
}
.full-screen .btn {
	width: 225px;
    height: 40px;
	margin: 40px auto 20px auto;
}
.full-screen .btn span {
    width: 100px;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
	margin-left: 20px;
}
.full-screen .remind-see {
	padding: 10px 0;
}
.full-screen .remind-see .remind-see-box {
	width: 90%;
	max-height: 120px;
	overflow-y: auto;
}
.full-screen .remind-see .remind-title,
.full-screen .seek-help .seek-help-title,
.full-screen .commentary-time .time-title {
	min-width: 70px;
	height: 40px;
    line-height: 40px;
    font-size: 15px;
    padding-left: 20px;
}
.full-screen .remind-see-box .option-box {
	position: relative;
    display: inline-block;
	height: 40px;
	line-height: 40px;
	padding-left: 32px;
    cursor: pointer;
	margin: 0 10px;
}
.remind-see-box .option-box .option-bg,
.remind-see-box .option-box input:checked + .option-on {
    position: absolute;
    top: 50%;
    left: 5px;
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-top: -9px;
    cursor: pointer;
    border-radius: 100%;
    padding: 0;
}
.remind-see-box .option-box .option-bg {
    background: url(../images/checkbox02.png) no-repeat center center #FFFFFF;
    background-size: contain;
}
.remind-see-box .option-box input:checked + .option-on {
    background: url(../images/checkbox01.png) no-repeat center center #FFFFFF;
    background-size: contain;
}
.full-screen .commentary-time {
	padding: 10px 0;
}
.full-screen .commentary-time .data-box {
    position: relative;
}
.full-screen .commentary-time .data-box input {
	width: 188px;
    height: 38px;
    border-radius: 5px;
    line-height: 38px;
    font-size: 14px;
    color: #616161;
    position: relative;
	padding: 0 40px 0 20px;
	border: 1px solid #DDDDDD;
}
.full-screen .commentary-time .line {
    width: 15px;
    height: 1px;
    margin: 0 10px;
    background: #999;
    margin-top: 20px;
}
.commentary-time .data-box .ico-time {
	position: absolute;
    top: 50%;
	right: 5px;
	margin-top: -10px;
    border-left: 1px solid #DDDDDD;
    cursor: pointer;
    width: 42px;
    height: 20px;
    background: url(../images/date.png) no-repeat 18px 0;
}
/* 页面-发布帖子 */
.posting-post .border {
	border: 1px solid #E4E4E4;
	min-height: 500px;
	border-radius: 10px;
	padding: 30px 20px 20px 20px;
}
.posting-post .pd-left40 {
	padding-left: 40px;
}
.posting-post .pd-btm20 {
	padding-bottom: 20px;
}
.posting-post .drop-down-box,
.full-screen .drop-down-box{
	width: 243px;
	padding-left: 5px;
}
.posting-post .drop-down-box .drop-down-list,
.full-screen .drop-down-box .drop-down-list {
	width: 233px;
	z-index: 10000;
}
.posting-post .title {
	width: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
	text-align: right;
	padding-right: 20px;
}
.posting-post .title-box > input {
	width: 500px;
	height: 38px;
    line-height: 38px;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    padding: 0 10px;
}
.posting-post .anonymous-checkbox {
	margin-left: 25px;
}
.posting-post .anonymous-checkbox,
.post-mini-popup .checkbox-container {
	position: relative;
	font-size: 13px;
	line-height: 40px;
	cursor: pointer;
	padding-left: 20px;
	color: #333;
}
.posting-post .anonymous-checkbox .ico-checkbox,
.post-mini-popup .checkbox-container .ico-checkbox {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
	width: 14px;
	height: 14px;
	border: 1px solid #999;
	background-size: contain;
}
.posting-post .anonymous-checkbox input:checked + .ico-checkbox,
.post-mini-popup .checkbox-container input:checked + .ico-checkbox {
	background: url(../images/tick.png) no-repeat center;
	background-size: 15px auto;
	border: 1px solid #00B38E;
}
.posting-post .content .content-box {
	width: 1000px;
    height: 500px;
	/* border: 1px solid #E4E4E4; */
    border-radius: 5px;
}
.posting-post .upload-box .upload-btn {
    display: inline-block;
    background-color: #00B48B;
    color: #FFFFFF;
    line-height: 36px;
    padding: 0 25px;
    border: 1px solid #00B48B;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 20px;
}
.posting-post .accessory .consume {
	line-height: 40px;
	padding-top: 20px;
}
.posting-post .accessory .consume input {
    width: 80px;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    margin: 0 20px;
}
.posting-post .accessory .accessory-list {
    max-width: 1000px;
    word-break: break-all;
    font-size: 0;
	padding-top: 20px;
}
.posting-post .w .accessory-list li {
	padding: 5px 0;
}
.posting-post .accessory .accessory-list li span {
    font-size: 15px;
}
.posting-post .w .m-lf25 {
    margin-left: 25px;
}
.posting-post .w .m-lf-rt25 {
	margin: 0 25px;
}
.posting-post .w .accessory-list li .col-red {
	color: red;
	cursor: pointer;
}
.posting-post .w > .btn {
	width: 225px;
    height: 40px;
    margin: 40px auto 100px auto;
}
.posting-post .w > .btn span {
    float: left;
    width: 100px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #999;
    font-size: 15px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    margin-left: 20px;
    cursor: pointer;
}
.posting-post .w > .btn span:first-child {
    margin-left: 0;
}
.posting-post .w > .btn span.bt-on {
    background: #00B48B;
    color: #FFFFFF;
    border: 1px solid #00B48B;
}
.posting-post .w .pd-btm60 {
	padding-bottom: 60px;
}
.posting-post .votes-box {
	max-width: 1000px;
}
.posting-post .votes-box .vote-btn {
	display: inline-block;
    background-color: #00B48B;
    color: #FFFFFF;
    line-height: 38px;
    padding: 0 15px;
    border: 1px solid #00B48B;
    border-radius: 5px;
    cursor: pointer;
}
.posting-post .votes-box > h3 {
	line-height: 28px;
	padding: 5px 0 15px 0;
}
/* 弹出投票列表、*/
.votingList .create-btn {
    display: inline-block;
    width: 100px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 15px;
	background: #00B48B;
    color: #FFFFFF;
    border: 1px solid #00B48B;
    border-radius: 5px;
    margin-left: 15px;
    cursor: pointer;
}
.votingList .bootstrap-table {
	margin: 0 15px;
}
.votingList .bootstrap-table .fixed-table-container {
	height: 390px;
	font-size: 15px;
}
.votingList .option-box input {
    display: none;
}
.votingList .option-box {
	position: relative;
    display: block;
	min-height: 16px;
    cursor: pointer;
	margin: 0;
}
.votingList .option-box .option-bg,
.votingList .option-box input:checked + .option-on {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: -8px 0 0 -8px;
    cursor: pointer;
    border-radius: 100%;
    padding: 0;
}
.votingList .option-box .option-bg {
    background: url(../images/center12.png) no-repeat center center #FFFFFF;
    background-size: contain;
}
.votingList .option-box .option-on{
    display: none;
}
.votingList .option-box input:checked + .option-on {
    background: url(../images/center11.png) no-repeat center center #FFFFFF;
    background-size: contain;
}
.votingList .wd15{
	width: 15%;
}
.votingList .wd25{
	width: 25%;
}
.votingList .wd35{
	width: 35%;
}
.votingList .thead span {
	float: left;
}
.votingList .table-box {
	margin: 0 15px;
	width: 808px;
	height: 350px;
	overflow-y: auto;
	overflow-x: hidden;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.votingList .wd808 {
	width: 810px;
	margin: 10px 15px 0 15px;
	border-collapse: collapse;
	box-sizing: border-box;
}
.votingList table,
.votingList table tr th,
.votingList table tr td { border:1px solid #ddd; }
.votingList .table-box .table {
	width: 810px;
	border-collapse: collapse;
	font-size: 15px;
	margin-left: -1px;
}
.votingList table tbody tr:nth-child(2n-1) {
	background-color: #efefef;
}
.votingList .table th,
.votingList .table td {
	padding: 8px;
}
.votingList table .align-left {
	text-align: left;
}
.votingList table .align-left {
	text-align: left;
}
.votingList table .align-center {
	text-align: center;
}
/* 创建投票 */
.Posting.topicForm .tc-com .radio {
	line-height: 40px;
	margin-right: 30px;
}
.votingCreate .radio .radio-bg,
.votingCreate .radio input[type=radio]:checked + span.radio-on{
	left: 0;
	top: 50%;
	margin-top: -9px;
}
.votingCreate .pd-btm15 {
	padding-bottom: 15px;
}
.votingCreate .mar-lf15 {
	margin-left: 15px;
}
.votingCreate .create-time .Data-box {
	position: relative;
}
.create-time .Data-box .demoicon {
	position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
	border-left: 1px solid #DDDDDD;
    padding-left: 0;
    width: 42px;
    height: 20px;
    background: url(../images/date.png) no-repeat 18px 0;
}
.votingCreate .create-time input {
	width: 200px;
	height: 38px;
    line-height: 38px;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    padding: 0 10px;
	cursor: pointer;
}
#question {
	min-height: 185px;
}
.votingCreate .question-item {
	position: relative;
	padding-bottom: 15px;
}
.votingCreate .question-item img {
	vertical-align: middle;
}
.votingCreate .my-upload-icon {
	width: 74px;
	height: 74px;
	border-radius: 8px;
	overflow: hidden;
}
.votingCreate .del-image {
	position: absolute;
    left: 129px;
    top: -5px;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: url(../images/close_while.png) no-repeat center center rgba(255,0,0,.8);
	background-size: 9px auto;
	cursor: pointer;
}
.votingCreate .question-item input {
	border: 1px solid #E4E4E4;
    height: 72px;
    width: 515px;
	border-radius: 5px;
	padding: 0 10px;
	margin-left: 10px;
}
/* 创建投票-改 */
.votingCreate .tc-com .title {
	width: 60px;
}
.votingCreate .relative {
	position: relative;
}
.votingCreate .tc-com .title-box input{
	width: 555px;
	padding: 0 55px 0 10px;
}
.votingCreate .question-item .item-right {
	position: relative;
	width: 620px;
	min-height: 40px;
	border: 1px solid #E4E4E4;
	border-radius: 5px;	
	overflow: hidden;
	background-color: #FBFBFB;
}
.question-item .item-right > .item-img {
	width: 80px;
	height: 90px;
	margin: 5px 10px;
	overflow: hidden;
}
.question-item .item-right > .item-img img {
	width: 100%;
	height: auto;
}
.question-item .item-right > .del-image {
	top: 0;
	left: 80px;
}
.question-item .item-right .item-textarea {
	width: 500px;
	height: 90px;
	padding: 5px 10px;
	text-align: left;
	outline: none;
	background-color: #fff;
	overflow: hidden;
	line-height: 24px;
}
.votingCreate .words-num {
	position: absolute;
	right: 10px;
	bottom: 9px;
	color: #888;
	font-size: 14px;
}
.votingCreate .question-item .item-right .item-input {
	width: 555px;
	height: 38px;
    line-height: 38px;
    border: none;
    border-radius: 5px;
	background-color: #fff;
	padding: 0 55px 0 10px;
	margin: 0;
}
.question-item .item-operation {
	margin: 10px 0 0 5px;
}
.question-item .item-operation .my-btn {
	float: left;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	cursor: pointer;
	margin-left: 8px;
}
.question-item .item-operation .btn-img {
	background-image: url(../images/icon_box_img.png);
}
.question-item .item-operation .btn-add {
	background-image: url(../images/icon_box_add.png);
}
.question-item .item-operation .btn-del {
	background-image: url(../images/icon_reduction.png);
}
/* 帖子详情-右侧按钮（回到评论区） */
.icon-comment-list {
	position: fixed;
    bottom: 80px;
    right: 50px;
	display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: url(../images/information.png) no-repeat center center #fff;
	background-size: 18px auto;
	cursor: pointer;
	border: 1px solid #ccc;
}
/*引导-右侧更多操作*/
.tc-background.guide-more-operations .more-msg {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -600px;
	display: inline-block;
	width: 1200px;
	height: 150px;
	background: url(../images/guide/guide_more.png) no-repeat 700px center;
	background-size: 374px auto;
}
@media (min-width: 1366px) {
	.tc-background.guide-more-operations .more-msg {
		bottom: 0;
		top: 625px;
	}
}
/*引导-右侧更多操作*/
.tc-background.guide-circle-details .setup-msg {
	position: absolute;
	top: 195px;
	left: 50%;
	margin-left: -600px;
	display: inline-block;
	width: 1200px;
	height: 300px;
	background: url(../images/guide/guide_circle_setup.png) no-repeat 0 center;
	background-size: 1197px auto;
}
/*引导-发布帖子*/
.tc-background.guide-circle-details .post-msg {
	position: absolute;
	top: 370px;
	left: 50%;
	margin-left: -600px;
	display: inline-block;
	width: 1200px;
	height: 300px;
	background: url(../images/guide/guide_post.png) no-repeat 455px center;
	background-size: 349px auto;
}
/* 修改页面 */
/* 创建圈子页面 */
.editor-circle-page {
	min-height: 800px;
}
.editor-circle-page .editor-content {
	padding-top: 20px;
}
.editor-circle-page .editor-content .editor-title {
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 30px;
}
.editor-circle-page .editor-content .pd-btm24 {
	padding-bottom: 24px;
}
.editor-circle-page .editor-content .pd-btm14 {
	padding-bottom: 14px;
}
.editor-circle-page .editor-title i {
	position: relative;
	top: 1px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/icon_editor_circle.png) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}
.editor-circle-page .editor-content .btn-box {
	width: 340px;
	margin: 0 auto;
	padding: 50px 0 65px 0;
}
.editor-content .btn-box > .com-btn {
	float: left;
	display: block;
	width: 118px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 5px;
	font-size: 24px;
	cursor: pointer;
	margin: 0 25px;
}
.editor-circle-page .editor-content > .box {
	padding: 0 30px;
}
.editor-content > .box .item-title {
	display: inline-block;
	width: 95px;
	height: 38px;
	line-height: 38px;
}
.editor-content > .box .item-input,
.editor-content > .box .item-number {
	height: 36px;
	line-height: 36px;
	border: 1px solid #d2c8c8;
	border-radius: 5px;
	font-size: 15px;
}
.editor-content > .box .item-select {
	max-width: 1043px;
}
.editor-content .item-select .option-box {
    position: relative;
    display: block;
/* 	width: 120px; */
	height: 38px;
	line-height: 38px;
    cursor: pointer;
	margin-right: 40px;
	padding-left: 30px;
}
.editor-content .item-select .option-box:last-child {
	margin-right: 0;
}
.item-select .option-box .option-bg,
.item-select .option-box input:checked + span.option-on {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    height: 22px;
    width: 22px;
    margin-top: -12px;
    cursor: pointer;
    border-radius: 100%;
    padding: 0;
}
.item-select .option-box .option-bg {
    background: url(../images/checkbox02.png) no-repeat center center #FFFFFF;
    background-size: contain;
}
.item-select .option-box input:checked + span.option-on {
    background: url(../images/checkbox01.png) no-repeat center center #FFFFFF;
    background-size: contain;
}
.editor-content > .box .item-input {
	width: 293px;
	padding: 0 15px;
}
.editor-content > .box .item-number {
	width: 135px;
	padding-left: 15px;
}
.editor-content > .box .num-text {
	line-height: 36px;
	padding-left: 20px;
}
.editor-content > .box .item-textarea {
	width: 1043px;
	height: 100px;
	border: 1px solid #d2c8c8;
	border-radius: 5px;
	padding: 15px 0;
}
.editor-content > .box .item-textarea textarea {
	width: 1013px;
	height: 100%;
	padding: 0 15px;
	font-size: 15px;
}
.editor-content > .box .upload-picture {
	width: 194px;
	height: 173px;
	border: 1px solid #d2c8c8;
	border-radius: 5px;
	cursor: pointer;
	overflow: hidden;
}
.editor-content > .box .item-label {
	width: 1015px;
}
.editor-content .item-label .label {
	position: relative;
	float: left;
	min-width: 60px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	padding: 0 10px;
	border: 1px solid #d2c8c8;
	border-radius: 5px;
	color: #978b8b;
	font-size: 16px;
	cursor: pointer;
	margin-right: 30px;
	margin-bottom: 10px;
}
.editor-content .item-label .label:last-child {
	margin-right: 0;
}
.editor-content .item-label .label .icon-del {
	position: absolute;
	top: -8px;
	right: -8px;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	background: url(../images/close_while.png) no-repeat center center red;
	background-size: 8px auto;
	opacity: .7;
	cursor: pointer;
}
.editor-content .item-label .label.on {
	border: 1px solid #00b48d;
	background-color: #00b48d;
	color: #fff;
}
.editor-content .item-label .label.icon-add {
	background: url(../images/add_small.png) no-repeat center center;
	background-size: auto 14px;
}
.editor-content .upload-picture .icon-addImg {
	display: block;
	width: 100%;
	/* height: 100%; */
	text-align: center;
	color: #878789;
	font-size: 14px;
	padding-top: 130px;
	background: url(../images/icon_add_img.png) no-repeat center 24px;
	background-size: 109px auto;
}
.editor-content > .box .item-input:focus {
	border: 1px solid #00b48d;
}
.editor-circle-page .drop-down-box {
	width: 258px;
	border: 1px solid #d2c8c8;
	padding: 0 50px 0 15px;
	font-size: 15px;
}
.editor-circle-page .drop-down-box .drop-down-list {
	width: 306px;
}
.editor-circle-page .drop-down-box .drop-down-list li {
	font-size: 15px;
}
.editor-circle-page .drop-down-box .drop-down-text {
	padding: 0;
}
.editor-content .drop-down-box .drop-down-img {
	border: 0;
	background-image: url(../images/down01.png) !important;
	background-size: 14px auto;
	background-position: center center;
	opacity: .6;
}
.editor-circle-page .editor-content .drop-down-img.hide-img {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.editor-content .btn-box > .com-btn.bac-green,
.tc-custom-lable .custom-box .com-btn.bac-green{
	border: 1px solid #00b48d;
	background-color: #00b48d;
	color: #fff;
}
.editor-content .btn-box > .com-btn.bac-empty,
.tc-custom-lable .custom-box .com-btn.bac-empty{
	border: 1px solid #d2c8c8;
	background-color: #fff;
	color: #978b8b;
}
/* 自定义标签弹窗 */
.tc-custom-lable {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.tc-custom-lable .custom-box {
	width: 400px;
	min-height: 200px;
	background-color: #fff;
	margin: -100px 0 0 -200px;
}
.tc-custom-lable .custom-box h3 {
    padding: 30px 0 20px 0;
    text-align: center;
    font-size: 18px;
}
.tc-custom-lable .custom-box input {
    width: 293px;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    border: 1px solid #d2c8c8;
    border-radius: 3px;
    font-size: 15px;
	margin: 0  0 0 37px;
}
.tc-custom-lable .custom-box input:focus {
	border: 1px solid #00B48B;
}
.tc-custom-lable .custom-box .btn {
	width: 200px;
    margin: 30px auto 0 auto;
}
.tc-custom-lable .custom-box .com-btn {
	float: left;
    width: 78px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #d2c8c8;
    border-radius: 5px;
    color: #978b8b;
    font-size: 16px;
    cursor: pointer;
	margin: 0 10px;
}
/* 圈子首页 */
.circle-index-page {
	min-height: 820px;
	background-color: #e9eaec;
}
.circle-index-page a {
	color: #000000;
}
.circle-index-page .classification .title {
	width: 95px;
	text-align: left;
}
.circle-index-page .classification .list-nav {
	width: 1100px;
	padding-bottom: 20px;
}
.classification.modify .list-nav li {
	float: left;
	margin: 0 12px 10px 12px;
	cursor: pointer;
}
.classification.modify .list-nav li,
.classification.modify .list-nav li a {
	color: #4b4b4b;
}
.classification.modify .list-nav li:first-child,
.classification.modify .list-nav li:first-child a {
	color: #000000;
}
.classification.modify .list-nav li.on,
.classification.modify .list-nav li.on a{
	color: #00B48B;
}
/* 列表 */
.circle-index-page .public-circle-list {
	margin-left: -20px;
}
.circle-index-page .public-circle-list li {
	width: 380px;
	height: 425px;
	border-radius: 20px;
	margin-left: 25px;
	margin-bottom: 30px;
}
.circle-index-page .public-circle-list .circle-img {
	height: 272px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.circle-index-page .circle-info .icon-tick,
.circle-index-page .circle-info .icon-add {
	width: 88px;
	height: 88px;
	top: -44px;
	margin-left: -44px;
}
.circle-index-page .circle-info .icon-add {
	background-size: 88px auto;
}
.circle-index-page .circle-info .icon-tick {
	background-size: 76px auto;
}
.circle-index-page .circle-info {
	padding-top: 40px;
}
.public-circle-list .circle-info > h3 {
	margin: 20px 0;
}
.circle-index-page .circle-info > h3 a {
	font-size: 18px;
}
.circle-index-page .circle-info .btm {
	font-size: 16px;
}
.circle-index-page .circle-img .table {
	padding-top: 12px;
}
.circle-index-page .circle-img .table span {
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
	margin: 0 0 8px 12px;
}
.circle-index-page .public-paging {
	margin-top: -30px;
}
/* 发布帖子弹窗 -始 */
.post-mini-popup {
	width: 1000px;
    height: 650px;
	border-radius: 5px;
	margin: -325px 0 0 -500px;
}
.post-mini-popup .ico-close {
    position: absolute;
    top: 20px;
	right: 20px;
	width: 15px;
	height: 15px;
	background: url(../images/close.png) no-repeat center;
	background-size: contain;
	cursor: pointer;
    z-index: 99;
}
.post-mini-popup .popup-title {
    font-size: 18px;
    text-align: center;
    padding: 20px 0;
    margin: 0;
}
.post-mini-popup .content-container {
	height: 500px;
	overflow-x: none;
	overflow-y: auto;
}
.post-mini-popup .content-container .max-width {
	max-width: 820px;
}
.post-mini-popup .btn-box {
	font-size: 0;
	text-align: center;
	padding: 20px 0;
}
.post-mini-popup .btn-box .btn-item {
	display: inline-block;
	width: 100px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #999;
    font-size: 15px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    margin: 0 5px;
    cursor: pointer;
}
.post-mini-popup .btn-box .btn-on {
    background-color: #00B48B;
    color: #FFFFFF;
    border: 1px solid #00B48B;
}
.post-mini-popup .btn-on:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-opacity: 0.8;
    -o-opacity: 0.8;
}
.post-mini-popup .content-container .pdbtm {
	padding-bottom: 15px;
}
.post-mini-popup .content-container .title-text {
	line-height: 40px;
	font-size: 15px;
	padding-right: 20px;
	min-width: 80px;
	text-align: right;
}
.post-mini-popup .title-container .title-input {
	width: 330px;
	height: 38px;
    line-height: 38px;
    border: 1px solid #ddd;
	border-radius: 2px;
	font-size: 14px;
    padding: 0 10px;
}
.post-mini-popup .title-container .checkbox-container {
	margin-left: 25px;
}
.post-mini-popup .label-container .drop-down-box {
	padding-left: 0;
	padding-right: 60px;
	width: 290px;
	border-radius: 2px;
}
.label-container .drop-down-box .drop-down-list {
	width: 331px;
	border-radius: 2px;
}
.label-container .drop-down-box .drop-down-list li {
	padding-left: 9px;
}
.post-mini-popup .edit-container .edit-content-box {
	width: 800px;
	height: 280px;
}
.post-mini-popup .seek-help-container .checkbox-container {
	margin-right: 25px;
}
.post-mini-popup .content-container .bac-green-btn {
	display: inline-block;
    width: 100px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 15px;
	background-color: #00B48B;
    color: #FFFFFF;
	border: 1px solid #00B48B;
	border-radius: 5px;
    margin: 0 5px;
    cursor: pointer;
}
.enclosure-container .enclosure-box {
	padding-top: 5px;
}
.enclosure-container .enclosure-list {
	padding: 10px 0;
}
.enclosure-container .enclosure-list .enclosure-item {
	padding: 5px 0;
	font-size: 14px;
}
.enclosure-container .enclosure-item .size {
	padding-left: 20px;
}
.enclosure-container .enclosure-item .delete-opt {
	padding-left: 20px;
	color: #ff0000;
	cursor: pointer;
}
.enclosure-container .consume {
	font-size: 14px;
	line-height: 40px;
}
.enclosure-container .consume input {
	width: 80px;
    border: 1px solid #E4E4E4;
    border-radius: 2px;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    margin: 0 20px;
}
.post-mini-popup .vote-container .vote-title {
	font-size: 14px;
	padding: 10px 0 15px 0;
}
.remind-container .remind-view-box {
	margin-left: -20px;
}
.remind-container .remind-view-box .checkbox-container {
	margin-left: 20px;
}
/* 发布帖子弹窗 -结 */