.social-wrap {
	padding: 5px;
}

.social-post-box {
	margin: 8px;
	/*border-bottom: solid 1px #dfe0e4;*/
}

.social-post-box textarea {
	margin: 4px 0 4px 0;
	padding: 5px;
	border-style: none;
	border-width: 0px;
	font-size: 14px;
	overflow-wrap: break-word;
	line-height: 18px;
	overflow-y: auto;
	overflow-x: hidden;
	outline: medium none;
	background: transparent;
	width: 95%;
	height: 50px;
	word-wrap: break-word;
	outline: none;
	border: none;
	box-shadow: none;
	border-color: #cccccc;
	position: relative;
	resize: none;
	box-sizing: border-box;
}

.social-post-box textarea:focus {
	border: solid 1px #fa7d3c !important;
}

.social-func-btn:hover {
	background: #008ACB;
	border: 1px solid #008ACB;
}

.social-func-btn2 {
	padding: 0 10px 0 10px;
	white-space: nowrap;
	display: inline-block;
	border-radius: 2px;
	width: 60px;
	height: 26px;
	line-height: 26px;
	text-decoration: none !important;;
	font-size: 12px;
	min-width: 40px;
	text-align: center;
	outline: none;
	background-color: #f6f7f9;
	color: #4b4f56;
	border: 1px solid #ced0d4;
}
.social-func-btn2:hover {
	background-color: #e9ebee;
}

.social-func-box {
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	border-top: solid 1px #dfe0e4;
}

.social-func-btn {
	background: #0095DD;
	border: 1px solid #0095DD;
	color: #fff !important;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
	padding: 0 10px 0 10px;
	white-space: nowrap;
	display: inline-block;
	border-radius: 2px;
	width: 60px;
	height: 26px;
	line-height: 26px;
	text-decoration: none !important;;
	font-size: 12px;
	min-width: 40px;
	text-align: center;
	outline: none;
}

.social-func-box-r {
	float: right;
	text-align: right;
	white-space: nowrap;
	margin: 5px 5px 5px 5px;
}

.social-block {
	border: 1px solid;
	border-color: #c5c5c5;
	border-radius: 3px;
	margin-bottom: 10px;
	min-width: 350px;
}

.social-post-content {
	padding: 12px 12px 0 12px;
}

.social-post-content-head {
	position: relative;
	width: 100%;
	height: 40px;
	width: 100%;
}

.social-avatar {
	width: 40px;
	height: 40px;
	float: left;
}

.social-avatar img,.social-avatar-mini img {
	width: 100%;
	height: 100%;
}

.social-post-content-info {
	padding-left: 8px;
	float: left;
	height: 40px;
}

.social-post-content-info-name {
	width: 100%;
	height: 20px;
}

.social-post-content-info-name a {
	font-weight: bold !important;
	font-size: 15px !important;
	color: #365899 !important;
	text-decoration: none !important;
}

.social-post-content-info-name a:hover {
	color: #365899 !important;
	text-decoration: underline !important;
}

.social-post-content-info-time {
	width: 100%;
	height: 20px;
	color: #90949c;
	font-size: 13px;
	font-weight: normal;
}

.social-post-content-body {
	padding: 10px 0px;
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.38;
	overflow: hidden;
	width: 100%;
}

.social-post-content-head-down {
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(../images/icon/fbicons.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: -91px -196px;
	height: 20px;
	width: 20px;
	cursor: pointer;
}

.social-post-content-head-down:hover {
	background-position: -66px -197px;
}

.social-post-content-head-menu {
	display: none;
	position: absolute;
	padding: 2px 0px;
	top: 20px;
	right: 0px;
	width: 150px;
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.2);
	top: 20px;
	z-index: 99;
}

.social-post-content-head-menu-i {
	box-sizing: border-box;
	cursor: pointer;
	padding: 0px 10px;
	width: 100%;
	display: block;
	height: 30px;
	line-height: 30px;
}

.social-post-content-head-menu-i:hover {
	background-color: #0095DD;
	color: #fff;
	border-color: #29487d;
}

.social-post-response {
	width: 100%;
}

.social-post-response-action-wrap {
	border-bottom: 1px solid #e5e5e5;
}

.social-post-response-action {
	box-sizing: border-box;
	margin: 0px 12px 0px 12px;
	border-top: 1px solid #e5e5e5;
	height: 30px;
}

.social-post-response-action-item {
	position: relative;
	margin: 0px 30px 0px 0px;
	display: block;
	float: left;
	line-height: 30px;
	height: 30px;
	vertical-align: bottom;
}

.social-post-response-action-item span {
	padding-left: 20px;
	font-weight: bold;
	color: #7f7f7f;
	cursor: pointer;
}

.social-post-response-action-item-tip {
	font-weight: bold;
	color: #7f7f7f;
}

.social-post-response-action-item span.ssactive {
	color: #4080ff;
}

.social-post-response-action-like {
	position: absolute;
	top: 8px;
	background-image: url(../images/icon/fbicons.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: -400px -250px;
	height: 14px;
	width: 14px;
	cursor: pointer;
}

.social-post-response-action-item>span:hover {
	text-decoration: underline;
}

.social-post-response-action-like.ssactive {
	background-position: -430px -250px;
}

.social-post-response-action-comment {
	position: absolute;
	top: 8px;
	background-image: url(../images/icon/fbicons.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: -385px -250px;
	height: 14px;
	width: 14px;
	cursor: pointer;
}

.social-avatar-mini {
	width: 32px;
	height: 32px;
	float: left;
}

.social-post-response-comment-wrap {
	padding: 12px;
	background-color: #f6f7f9;
}

.social-post-response-comment {
	padding: 8px 0px 0px 0px;
}

.social-post-response-comment-hi {
	width: 100%;
	min-height: 32px;
	padding: 8px 0px 0px 0px;
	position: relative;
}

.social-post-comment {
	margin-left: 40px;
	min-height: 32px;
	box-sizing: border-box;
}

.social-post-comment textarea:focus {
	border: solid 1px #fa7d3c;
}

.social-post-comment textarea {
	width: 100%;
	border: 1px solid #dddfe2;
	min-height: 33px;
	height: 33px;
	padding: 5px;
	resize: none;
	box-shadow: none;
	overflow-y: auto;
	margin: 0px;
	box-sizing: border-box;
}

.social-post-comment-content {
	min-height: 32px;
	padding: 0px 10px 0px 42px;
	position: relative;
}

.social-post-comment-content-name>a {
	color: #365899 !important;
	font-weight: bold !important;
	font-size: 13px !important;
	text-decoration: none !important;
}

.social-post-comment-content-action {
	display: block;
	width: 100%;
	height: 20px;
}

.social-post-comment-content-action-link:hover {
	text-decoration: underline;
}

.social-post-comment-content-action-link {
	display: inline-block;
	color: #365899;
	cursor: pointer;
	padding-right: 3px;
}

.social-post-comment-content-action-time {
	display: inline-block;
	padding-right: 3px;
	color: #90949c;
	cursor: default;
}

.social-func-box-l {
	float: left;
}

.social-func-box-l-item {
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: relative;
	float: left;
}

.social-func-box-l-item:hover {
	background-color: #f2f2f2;
}

.social-func-box-l-item>div {
	margin-top: 13px;
	margin-left: 13px;
}

.social-icon-pic {
	background-image: url(../images/icon/camera.png);
	background-repeat: no-repeat;
	background-size: 15px 15px;
	display: inline-block;
	height: 40px;
	width: 40px;
	overflow: hidden;
}

.social-icon-close {
	background-image: url(../images/icon/fbicons.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: -150px -265px;
	display: inline-block;
	height: 12px;
	width: 15px;
	cursor: pointer;
}

.social-icon-more {
	background-image: url(../images/icon/more_16.png);
	background-repeat: no-repeat;
	background-size: 15px 15px;
	display: inline-block;
	height: 15px;
	width: 15px;
}

.social-icon-calendar {
	background-image: url(../images/icon/calendar.png);
	background-repeat: no-repeat;
	background-size: 15px 15px;
	display: inline-block;
	height: 15px;
	width: 15px;
}

.social-icon-file input,.social-icon-pic input {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	font-size: 100px;
	opacity: 0;
	filter: alpha(opacity =       0);
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.social-post-cal-box {
	width: 480px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	vertical-align: top;
	border-top: solid 1px #dfe0e4;
	padding: 8px;
	box-sizing: border-box;
}

.social-post-cal-item {
	position: relative;
	height: 25px;
	padding-left: 60px;
	box-sizing: border-box;
}

.social-post-cal-item-lbl {
	position: absolute;
	left: 0px;
	top: 4px;
	display: block;
	text-align: right;
	line-height: 15px;
	width: 45px;
}

.social-post-cal-item-chk {
	margin-bottom: 6px;
	vertical-align: bottom;
}

.social-post-pic-box {
	width: 100%;
	/*height: 108px;*/
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	vertical-align: top;
}

.social-post-pic-box-item {
	font-size: 0px;
	margin-left: 8px;
	margin-bottom: 8px;
	display: inline-block;
	width: 100px;
	height: 100px;
	white-space: nowrap;
	vertical-align: top;
	position: relative;
}

.social-post-pic-box-item img {
	width: 100%;
	height: 100%;
	z-index: 10;
}

.social-post-pic-box-item-layer {
	cursor: pointer;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	line-height: 100px;
}

.social-post-pic-box-item:hover .social-post-pic-box-item-layer {
	display: block !important;
	z-index: 11;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity =                                                      
		0.5);
}

.social-post-pic-box-item-add {
	position: relative;
	border: 2px dashed #dddfe2;
	border-radius: 2px;
	box-sizing: border-box;
	display: inline-block;
	width: 100px;
	height: 100px;
	background-image: url(../images/icon/fbicon3.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 20px;
	cursor: pointer;
}

.social-post-pic-box-item-add input {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	font-size: 100px;
	opacity: 0;
	filter: alpha(opacity = 0);
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.social-post-content-body-pic {
	width: 100%;
}

.social-post-content-body-pic-big {
	text-align: center;
	background-color: #f2f2f5;
	width: 100%;
	padding: 10px 0px;
	box-sizing: border-box;
}

.social-post-content-body-pic-thumb {
	overflow-x: auto;
}

.social-post-content-body-pic-thumb-item-wrap {
	height: 70px;
}

.social-post-content-body-pic-thumb-item {
	width: 70px;
	height: 70px;
	overflow: hidden;
	float: left;
	margin: 3px;
	border: 1px solid rgba(0, 0, 0, .05);
	background-color: #f2f2f5;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.social-post-content-body-pic-thumb-item.ssactive,
.social-post-content-body-pic-thumb-item:hover {
	border: 2px solid #fa7d3c;
	margin: 2px !important;
	opacity: 1;
	filter: alpha(opacity=100);
}


.social-post-content-body-pic-thumb-item img{
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}

.social-post-content-body-pic-i {
	margin: 3px;
	box-sizing: border-box;
	float: left;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, .05);
	background-color: #f2f2f5;
	width: 100px;
	height: 100px;
	position: relative;
}

.social-cursor-big img,
.social-cursor-big {
	cursor: url(../images/icon/big.cur) 32 32 auto;
}

.social-cursor-small img,
.social-cursor-small {
	cursor: url(../images/icon/small.cur) 32 32 auto;
}

.social-post-content-body-pic-i img {
	width: auto;
	min-width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: perspective(1px) translate(-50%, -50%);
	-webkit-transform: perspective(1px) translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: perspective(1px) translate(-50%, -50%);
}

.social-icon-file {
	background-image: url(../images/icon/clip.png);
	background-repeat: no-repeat;
	background-size: 15px 15px;
	display: inline-block;
	height: 40px;
	width: 40px;
	overflow: hidden;
}

.social-icon-del {
	background-image: url(../images/icon/fbicons.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: -212px -265px;
	display: inline-block;
	height: 14px;
	width: 14px;
}

.social-post-file-box {
	padding: 8px 8px 8px 128px;
	overflow: auto;
	line-height: 20px;
	border-top: solid 1px #e5e5e5;
	position: relative;
}

.social-post-file-box-item {
	display: inline-block;
	background-color: #f2f2f2;
	overflow: auto;
	margin: 0px 3px 3px 0px;
}

.social-post-file-box-item:hover .social-post-file-box-item-del {
	display: block !important;
}

.social-post-file-box-item:hover .social-post-file-box-item-fname {
	padding: 3px 5px 3px 5px !important;
}

.social-post-file-box-item-fname {
	padding: 3px 25px 3px 5px;
	float: left;
	overflow: hidden;
}

.social-post-file-box-item-del {
	display: none;
	float: left;
	width: 14px;
	height: 14px;
	cursor: pointer;
	padding: 3px;
}

.social-post-content-body-file {
	padding: 8px 8px 0px 128px;
	overflow: auto;
	line-height: 20px;
	width: 100%;
	border-top: solid 1px #e5e5e5;
	position: relative;
	box-sizing: border-box;
}

.social-post-content-body-file .social-post-file-box-item-fname {
	padding: 3px 5px 3px 5px !important;
}

.social-setting-follow-wrap {
	margin-top: 10px;
	width: 100%;
}

.social-setting-follow-item-add,.social-setting-follow-item {
	float: left;
	background-color: #eee;
	padding: 3px 5px;
	margin-right: 5px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 5px;
}

.social-setting-follow-item:hover a {
	margin-right: 5px !important;
}

.social-setting-follow-item-add a,.social-setting-follow-item a {
	margin-left: 10px;
	margin-right: 20px;
	display: block;
	float: left;
}

.social-setting-follow-item:hover img {
	display: block;
	float: left;
}

.social-setting-follow-item img {
	display: none;
	margin: 2px;
	cursor: pointer;
}

.social-func-share-type-wrap {
	float: left;
	display: block;
	position: relative;
	margin-right: 10px;
}

.social-func-share-type-menu {
	display: none;
	position: absolute;
	right: 0px;
	top: 27px;
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.2);
	z-index: 99;
	width: 110px;
	position: absolute;
}

.social-func-share-type-menu-item {
	display: block;
	text-align: left;
	padding: 2px 15px 2px 15px;
	margin-bottom: 3px;
	margin-top: 3px;
	cursor: pointer;
	height: 28px;
	line-height: 28px;
	position: relative;
	padding-left: 26px;
	text-decoration: none !important;
}

.social-func-share-type-menu-item .social-icon-public,.social-func-share-type-menu-item .social-icon-friend,.social-func-share-type-menu-item .social-icon-group
	{
	position: absolute;
	left: 5px;
	top: 7px;
}

.social-func-share-type-menu-item .social-icon-right {
	position: absolute;
	right: 5px;
	top: 10px;
}

.social-func-share-type-menu-item:hover {
	background-color: #f6f7f9;
}

.social-func-share-type { /*width: 90px;*/
	min-width: 70px;
	max-width: 200px;
	overflow: hidden;
	height: 26px;
	background-color: #f6f7f9;
	color: #4b4f56;
	border: 1px solid #ced0d4;
	border-radius: 2px;
	box-sizing: content-box;
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
	font-weight: bold;
	padding: 0 8px;
	position: relative;
	text-align: center;
	text-shadow: none;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
}

.social-func-share-type .social-icon-down {
	position: absolute;
	top: 5px;
	right: 5px;
}

.social-func-share-type:hover {
	background-color: #e9ebee;
}

.social-icon-down {
	background-image: url(../images/icon/fbicons.png);
	background-repeat: no-repeat;
	background-size: auto;
	display: inline-block;
	width: 9px;
	height: 8px;
	background-position: -260px -205px;
}

.social-func-share {
	float: left;
}

.social-func-share-type-text {
	display: block;
	margin-right: 10px;
	float: left;
	max-width: 190px;
	overflow: hidden;
	height: 28px;
	line-height: 28px;
}

.social-func-share-type-menu-title {
	padding: 5px 15px;
}

.social-icon-right {
	background-image: url(../images/icon/fbicons.png);
	background-repeat: no-repeat;
	background-size: auto;
	display: inline-block;
	width: 11px;
	height: 11px;
	background-position: -203px -267px;
}

.social-icon-public {
	background-position: -50px -200px;
	background-image: url(../images/icon/wbicons.png);
	background-repeat: no-repeat;
	background-size: auto;
	display: inline-block;
	width: 16px;
	height: 16px;
}

.social-icon-friend {
	background-position: -50px -150px;
	background-image: url(../images/icon/wbicons.png);
	background-repeat: no-repeat;
	background-size: auto;
	display: inline-block;
	width: 16px;
	height: 16px;
}

.social-icon-group {
	background-position: -100px -150px;
	background-image: url(../images/icon/wbicons.png);
	background-repeat: no-repeat;
	background-size: auto;
	display: inline-block;
	width: 16px;
	height: 16px;
}

.social-func-box-more-menu {
	display: none;
	position: absolute;
	right: -60px;
	top: 27px;
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.2);
	z-index: 99;
	position: absolute;
	list-style: none;
	padding: 0px;
}

.social-func-box-more-menu-item {
	display: block;
	text-align: left;
	padding: 2px 15px 2px 15px;
	margin-bottom: 3px;
	margin-top: 3px;
	cursor: pointer;
	height: 28px;
	line-height: 28px;
	position: relative;
	list-style: none;
	min-width: 60px;
}

.social-func-box-more-menu-item.disabled {
	color: #90949c;
	cursor: default;
}

.social-func-box-more-menu-item.disabled:hover {
	background-color: #fff !important;
}

.social-func-box-more-menu-item:hover {
	background-color: #f2f2f2;
}

.social-post-file-box-label {
	width: 120px;
	position: absolute;
	left: 0px;
	top: 10px;
	text-align: right;
	vertical-align: top;
}

.social-icon-tips {
	background-position: -375px -100px;
	background-image: url(../images/icon/wbicons.png);
	background-repeat: no-repeat;
	background-size: auto;
	display: inline-block;
	width: 38px;
	height: 42px;
}

.social-block-empty {
	padding: 10px 0px;
	text-align: center;
	border: 0px;
}

.social-post-response-action-like-num {
	color: #7f7f7f !important;
	font-weight: bold !important;
	text-decoration: none !important;
}

.social-post-response-action-like-num.ssactive {
	color: #4080ff !important;
}

.social-post-response-action-like-num:hover {
	text-decoration: underline !important;
}

.social-dialog {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, .4);
	z-index: 99;
}

.social-dialog-content {
	margin: 100px auto;
	width: 450px;
	height: 480px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 2px 26px rgba(0, 0, 0, .3), 0 0 0 1px rgba(0, 0, 0, .1);
}

.social-icon-new {
	position: absolute;
	display: inline-block;
	border-radius: 3px;
	background: #fa7d3c;
	overflow: hidden;
	right: 12px;
	top: 8px;
	right: 12px;
	width: 25px;
	height: 15px;
	display: inline-block;
	border-radius: 3px;
	background: #fa7d3c;
	overflow: hidden;
	right: 12px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	line-height: 15px;
}

.social-block-tabbar {
	width: 100%;
	height: 50px;
	background-color: #f6f7f9;
	margin-bottom: 10px;
}

.social-block-tab {
	width: 150px;
	height: 48px;
	line-height: 48px;
	float: left;
	text-align: center;
	cursor: pointer;
}

.social-block-tab.ssactive {
	border-bottom: solid 2px #0095DD;
	font-weight: bold;
}

.social-post-content-info-likeu {
	color: #90949c;
}

.social-comment-content {
	padding: 12px 12px;
	position: relative;
}

.social-comment-content-head {
	position: relative;
	height: 40px;
	width: 100%;
}

.social-comment-content-info {
	padding-left: 8px;
	min-height: 40px;
	height: 100%;
	overflow: hidden;
}

.social-comment-content-info-name {
	width: 100%;
	height: 20px;
}

.social-comment-content-info-text {
	line-height: 23px;
}

.social-comment-content-info-name a {
	font-weight: bold !important;
	font-size: 15px !important;
	color: #365899 !important;
	text-decoration: none !important;
}

.social-comment-content-info-name a:hover {
	color: #365899 !important;
	text-decoration: underline !important;
}

.social-comment-content-info-time-wrap {
	width: 100%;
}

.social-comment-content-info-reply {
	display: inline-block;
	color: #365899;
	cursor: pointer;
	padding-right: 3px;
}

.social-comment-content-info-time {
	width: 100px;
	height: 20px;
	color: #90949c;
	font-size: 13px;
	font-weight: normal;
	display: inline;
}

.social-comment-content-info-src {
	padding: 5px 16px;
	background-color: #f2f2f5;
	width: 100%;
	color: #808080;
}

.social-comment-content-info-src>a {
	color: #333 !important;
	text-decoration: none !important;
}

.social-comment-response-comment {
	padding: 0px;
}

.social-comment-comment {
	margin-left: 48px;
	min-height: 32px;
	box-sizing: border-box;
}

.social-comment-comment textarea:focus {
	border: solid 1px #fa7d3c;
}

.social-comment-comment textarea {
	border: 1px solid #dddfe2;
	width: 100%;
	min-height: 40px;
	height: 40px;
	padding: 7px 7px 7px 7px;
	resize: none;
	box-shadow: none;
	overflow-y: auto;
	margin: 0px;
	box-sizing: border-box;
}

.social-comment-reply {
	padding: 0px 12px 12px 12px;
	position: relative;
}

.social-search-wrap {
	padding: 15px;
}
.social-search-head {
	width: 100%;
	height: 25px;
	position: relative;
	border-bottom: solid 1px #e5e5e5;
}
.social-search-body {
	width: 100%;
}
.social-search-form {
	width: 480px;
	margin-top: 5px;
	box-sizing: border-box;
	overflow: hidden;
}
.social-search-form-group {
	height: 30px;
	padding-left: 128px;
	position: relative;
	box-sizing: border-box;
}
.social-search-form-group-label {
	width: 128px;
	height: 30px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: right;
	line-height: 30px;
	box-sizing: border-box;
}
.social-search-form-group-value {
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	box-sizing: border-box;
}
.social-search-head-text {
	font-size: 14px;
	font-weight: 700;
	color: #333;
}
.social-search-head-btn {
	position: absolute;
	top: 0px;
	right: 0px;
}

.social-loading-wrap {
	text-align: center;
	width: 100%;
}

.social-loading {
	margin: 15px auto;
	width: 34px;
	height: 34px;
	background-image: url(../images/icon/loading.gif);
	background-repeat: no-repeat;
	background-size: auto; 
}