/* valder fields */
/*right content*/
.content {
	float: left;
	display: inline;
	padding: 30px 0 80px 20px;
}
.content .right-content {
	width: 748px;
}
.content .current-position {
	color: #333;
	margin-bottom: 12px;
}
.content .current-position a {
	color: #3F8DD4;
	margin: 0 5px;
}
.content .tab-control {
	height: 40px;
	padding-left: 24px;
	background: #f7f7f7;
	border-bottom: 1px solid #dedede;
}
.tab-control a {
	float: left;
	display: inline;
	position: relative;
	top: 5px;
	color: #333;
	height: 36px;
	line-height: 36px;
	padding: 0 12px;
}
.tab-control a.current {
	height: 35px;
	line-height: 35px;
	padding: 0 11px;
	border: 1px solid #dedede;
	border-bottom: none;
	background: #fff;
}

/*供应管理 添加供应*/
.tab-content {
	color: #333;
	margin-top: 10px;
	background: #fbfbfb;
}
.tab-content th {
	width: 100px;
	height: 42px;
	text-align: right;
	font-weight: normal;
	padding: 5px 0;
    line-height: 16px;
}
.tab-content th i {
	color: #e60012;
	font-family: arial;
	vertical-align: middle;
	margin-right: 3px;
}
.tab-content td {
	color: #666;
	padding: 5px 0 5px 10px;
}
.tab-content .infor-type label {
	color: #333;
	margin-right: 20px;
}
.tab-content .infor-type label input {
	margin-right: 5px;
	vertical-align: middle;
}
.right-content .table-text {
	color: #5f5f5f;
	height: 24px;
	line-height: 24px;
	border: 1px solid #dedede;
	text-align: left;
	padding-left: 3px;
	margin-right: 5px;
	width: 180px;
}
.tab-content .table-long-text {
	width: 340px;
	margin-right: 8px;
}
.tab-content .product-tip {
	margin-top: 5px;
}
.tab-content .title-color .color-box {
	cursor: pointer;
	background: #f00;
}
.tab-content .title-color .color-box i {
	display: block;
	width: 20px;
	height: 17px;
	background: url(../images/small-tip.png) 0 -25px no-repeat;
}
.tab-content .title-color p {
	margin-left: 6px;
	height: 17px;
	line-height: 17px;
}
.tab-content .title-color p b {
	color: #e60012;
	font-weight: normal;
	margin: 0 3px;
}
.tab-content select {
	color: #4e4e4e;
}
.tab-content .industry-classify select {
	width: 178px;
	overflow: hidden;
	border: 1px solid #dedede;
}
.tab-content .search-classify {
	display: block;
	color: #333;
	width: 68px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin-top: 6px;
	cursor: pointer;
	border: 1px solid #dedede;
	background: #f7f7f7;
}
.tab-content textarea {
	width: 560px;
	height: 80px;
	resize: none;
	margin: 8px 0;
	padding: 3px;
	line-height: 18px;
	border: 1px solid #dedede;
}
.tab-content .describe-tip p {
	color: #666;
	margin-bottom: 8px;
}

/*upload photo*/
.tab-content .upload {
	padding: 12px;
}
.tab-content .upload li {
	float: left;
	display: inline;
	margin-right: 5px;
}

.upload li .upload-photo {
	width: 88px;
	height: 88px;
	border: 1px solid #dedede;
}
.upload .upload-photo img {
	width: 88px;
	height: 88px;
}
.upload .upload-control {
	width: 60px;
	margin: 6px auto 0 auto;
}
.upload .upload-control span {
	float: left;
	display: inline;
	width: 12px;
	height: 12px;
	margin: 0 4px;
	cursor: pointer;
	background: url(../images/small-tip.png) no-repeat;
}
.upload .upload-control .upload-icon {
	background-position: 0 -45px;
}
.upload .upload-control .select-icon {
	background-position: 0 -60px;
}
.upload .upload-control .delete-icon {
	background-position: 0 -75px;
}
.trade-condition li {
	color: #333;
	height: 28px;
	line-height: 28px;
	margin-top: 10px;
}
.trade-condition li span {
	float: left;
	display: inline;
	width: 80px;
	text-align: left;
}
.trade-condition li input {
	float: left;
	display: inline;
	vertical-align: middle;
	margin-right: 6px;
}
.tab-content .trade-condition li label input {
	width: 150px;
}
.trade-condition .tradition-date {
	width: auto;
	margin-right: 5px;
}
.trade-condition .business-tip {
	color: #666;
	margin-top: 6px;
}
.tab-content .user-define a {
	color: #3f8dd4;
	margin-left: 10px;
}
.tab-content .user-define a:hover {
	text-decoration: underline;
}
.tab-content .home-page label {
	color: #333;
	margin-right: 28px;
}
.tab-content .home-page label input {
	margin-right: 3px;
}
.tab-content .form-btn {
	padding-top: 20px;
}
.tab-content .form-btn label, .tab-table .tab-table-list label {
	float: left;
	display: inline;
	width: 56px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	background: #3f8dd4;
}
.tab-content .form-btn label input, .tab-table .tab-table-list label input {
	color: #fff;
	border: none;
	background: none;
	height: 26px;
	line-height: 26px;
}
.tab-content .form-btn a, .tab-table .tab-table-list a {
	float: left;
	display: inline;
	color: #5b5b5b;
	width: 54px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin-left: 24px;
	border: 1px solid #dedede;
}
.tab-table .tab-table-list a {
	color: #5b5b5b;
}
.tab-table .tab-table-list a:hover {
	text-decoration: none;
}

/*供应管理 已发布*/
.tab-table .table-classify {
	padding: 10px 0;
}
.table-classify .selectCls{
	margin-right: 5px;
}
.table-classify .classify-btn {
	color: #fff;
	height: 26px;
	line-height: 26px;
	padding: 0 6px;
	margin-right: 1px;
	border: none;
	background: #3f8dd4;
}
.tab-table .table-list {
	margin-top: 10px;
}
.tab-table .table-list th {
	color: #4e4e4e;
	height: 30px;
	text-align: center;
	font-weight: normal;
	background: #f7f7f7;
	border:  1px solid #dedede;
}
.tab-table .classify-list th.line1 {
	width: 32px;
}
.tab-table .classify-list th.line2 {
	width: 32px;
}
.tab-table .classify-list th.line3 {
	width: 90px;
}
.tab-table .classify-list th.line4 {
	width: 186px;
}
.tab-table .classify-list th.line5 {
	width: 112px;
}
.tab-table .classify-list th.line6 {
	width: 100px;
}
.tab-table .classify-list th.line7 {
	width: 64px;
}
.tab-table .classify-list th.line8 {
	width: 56px;
}
.tab-table .classify-list th.line9 {
	width: 100px;
}
.tab-table .classify-list td {
	height: 80px;
}
.tab-table .table-list td {
	color: #4e4e4e;
	text-align: center;
	border-bottom: 1px solid #dedede;
    line-height: 16px;
}
.tab-table .classify-list td img {
	cursor: pointer;
	border: 1px solid #dedede;
}
.tab-table .classify-list td.classify-photo img {
	width: 48px;
	height: 48px;
}
.tab-table .classify-list td a {
	display: block;
	color: #509de4;
	text-align: center;
	margin: 8px 0;
}
.tab-table .classify-list td a.control-tip {
	float: left;
	display: inline;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	background: url(../images/big-tip.png) no-repeat;
}
.tab-table .classify-list td a.amend-tip {
	background-position: -140px -300px;
}
.tab-table .classify-list td a.copy-tip {
	background-position: -160px -300px;
}
.tab-table .classify-list td a.delete-tip {
	background-position: -180px -300px;
}
.tab-table .classify-list td a.preview-tip {
	cursor: pointer;
	background-position: -200px -300px;
}
.tab-table .classify-list td a:hover {
	text-decoration: underline;
}

/* 广告管理列表 */
.tab-table .ad-list th.line2 {
	width: 80px;
}
.tab-table .ad-list th.line3 {
	width: 200px;
}
.tab-table .ad-list th.line4 {
	width: 240px;
}
.tab-table .ad-list th.line5 {
	width: 130px;
}
.tab-table .ad-list th.line6 {
	width: 100px;
}
.tab-table .ad-list td {
	height: 40px;
}

/* 翻页 */
.tab-table .pages {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
}
.tab-table .pages .c input {
	padding: 0;
	text-align: center;
}
.tab-table .pages a {
	float: left;
	display: inline;
	height: 26px;
	line-height: 26px;
	margin: 0 2px;
	padding: 0 8px;
	color: #4e4e4e;
	text-align: center;
}
.tab-table .pages a.prePage, .tab-table .pages a.nextPage {
	width: 48px;
	border: 1px solid #dfdfdf;
}
.tab-table .pages a.prePage {
	margin: 0 12px 0 0;
}
.tab-table .pages a.nextPage {
	margin: 0 0 0 12px;
}
.tab-table .pages a.current {
	border: 1px solid #dfdfdf;
}
.tab-table .pages a:hover {
	color: #fff;
	background: #3F8DD4;
	border-color: #3F8DD4; 
}
.tab-table .pages span {
	/*float: left;
	display: inline;*/
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 6px;
	color: #4e4e4e;
	height: 26px;
	line-height: 26px;
	/*vertical-align: middle;*/
}
.tab-table .classify-operate {
	overflow: hidden;
	zoom: 1;
	padding: 12px 0;
	background: #f7f7f7;
}
.tab-table .classify-operate a {
	float: left;
	display: inline;
	color: #fff;
	height: 26px;
	line-height: 26px;
	padding: 0 15px;
	margin-left: 16px;
	background: #3f8dd4;
}
.tab-table .classify-operate .file_warp{
	float: left;
	display: inline;
	position: relative;
	height:26px;
	width: 96px;
	overflow: hidden;
}
.tab-table .classify-operate .file{
	position: absolute;
	top:0;
	left:16px;
	opacity: 0;
	filter: alpha( opacity=0);
	height:26px;
	width: 96px;
	cursor:pointer;
}
.file_btn{position: absolute; top:0;left:0}
.tab-table .classify-operate
.tab-table .classify-operate p {
	float: left;
	display: inline;
	color: #333;
	height: 26px;
	line-height: 26px;
}
.tab-table .classify-operate p span {
	margin-left: 16px;
}

/*供应分类*/
.tab-table .supply-list .add-classify {
	color: #ef0303;
}
.tab-table .supply-list .line1 {
	width: 36px;
	text-align: center;
}
.tab-table .supply-list .line2 {
	width: 98px;
}
.tab-table .supply-list .line3 {
	width: 450px;
}
.tab-table .supply-list .line4 {
	width: 164px;
}
.tab-table .supply-list td {
	height: 30px;
}
.tab-table .supply-list .subClass a {
	color: #3f8dd4;
}
.tab-table .supply-list .subClass a:hover {
	text-decoration: underline;
}
.tab-table .supply-list .order-text {
	width: 68px;
	text-align: center;
}
.tab-table .supply-list .supply-text {
	float: left;
	display: inline;
	width: 240px;
}
.tab-table .classify-title {
	color: #4e4e4e;
	margin: 12px 0 6px 0;
}
.tab-table .classify-title span {
	color: #509de4;
}
.tab-content .upload-brand a{
	color: #3f8dd4;
	margin-left: 5px;
}
.tab-content .upload-brand a:hover {
	text-decoration: underline;
}
.tab-content .operate-data {
	color: #3f8dd4;
	overflow: hidden;
	zoom: 1;
}
.tab-content .operate-data p {
	float: left;
	display: inline;
}
.tab-content .operate-data p a {
	color: #3f8dd4;
}
.tab-content .operate-data span {
	color: #3e3e3e;
	float: left;
	display: inline;
	margin-left: 12px;
}
.tab-content .operate-data span i {
	float: left;
	display: inline;
	width: 11px;
	height: 11px;
	margin-right: 10px;
	background: url(../images/small-tip.png) 0 -130px no-repeat;
}
.tab-content .describe-tip {
	margin-top: 20px;
}

/* 品牌管理 */
.tab-table .brand-deport th.line3 {
	width: 150px;
}
.tab-table .brand-deport th.line4 {
	width: 150px;
}
.tab-table .brand-deport th.line5 {
	width: 120px;
}
.tab-table .brand-deport th.line6 {
	width: 120px;
}
.tab-table .brand-deport th.line7 {
	width: 70px;
}
.tab-table .brand-deport th.line8 {
	width: 100px;
}
.tab-table .classify-list td.brand-photo img {
	width: 108px;
	height: 48px;
}

/* 求购管理 */
.tab-table .classify-list .buy-list th.line3 {
	width: 260px;
}
.tab-table .classify-list .buy-list th.line4 {
	width: 136px;
}
.tab-table .classify-list .buy-list th.line5 {
	width: 120px;
}
.tab-table .classify-list .buy-list th.line6 {
	width: 90px;
}
.tab-table .classify-list .buy-list th.line7 {
	width: 100px;
}
.tab-table .narrow-list td {
	height: 40px;
}

/* 问答管理 */
.tab-table .question-deport th.line3 {
	width: 220px;
}
.tab-table .question-deport th.line4 {
	width: 120px;
}
.tab-table .question-deport th.line5 {
	width: 110px;
}
.tab-table .question-deport th.line6 {
	width: 80px;
}
.tab-table .question-deport th.line7 {
	width: 90px;
}
.tab-table .question-deport th.line8 {
	width: 90px;
}
.tab-table .question-deport td {
	height: 40px;
}
.tab-content .invite-list .table-text {
	width: 180px;
}
.tab-content .invite-list input.table-number-text {
	width: 80px;
}
.tab-content .past-due input {
	width: 100px;
}
.tab-content .past-due select {
	margin-right: 5px;
}


.tab-table .invite-deport th.line3 {
	width: 70px;
}
.tab-table .invite-deport th.line4 {
	width: 50px;
}
.tab-table .invite-deport th.line5 {
	width: 50px;
}
.tab-table .invite-deport th.line6 {
	width: 105px;
}
.tab-table .invite-deport th.line7 {
	width: 75px;
}
.tab-table .invite-deport th.line8 {
	width: 80px;
}
.tab-table .invite-deport th.line9{
	width: 80px;
}
.tab-table .invite-deport th.line10 {
	width: 100px;
}
.tab-table .invite-deport th.line11 {
	width: 60px;
}
.tab-table .invite-deport td {
	height: 40px;
}
.tab-table .resume-deport th.line2 {
	width: 150px;
}
.tab-table .resume-deport th.line3 {
	width: 60px;
}
.tab-table .resume-deport th.line4 {
	width: 60px;
}
.tab-table .resume-deport th.line5 {
	width: 60px;
}
.tab-table .resume-deport th.line6 {
	width: 60px;
}
.tab-table .resume-deport th.line7 {
	width: 90px;
}
.tab-table .resume-deport th.line8 {
	width: 90px;
}
.tab-table .resume-deport th.line9 {
	width: 80px;
}
.tab-table .resume-deport th.line10 {
	width: 80px;
}
.tab-table .resume-deport th.line11 {
	width: 40px;
}
.tab-table .resume-deport td {
	height: 40px
}
.tab-table .release-deport th.line3 {
	width: 150px;
}
.tab-table .release-deport th.line4 {
	width: 150px;
}
.tab-table .release-deport th.line5 {
	width: 50px;
}
.tab-table .release-deport th.line6 {
	width: 140px;
}
.tab-table .release-deport th.line7 {
	width: 70px;
}
.tab-table .release-deport th.line8 {
	width: 50px;
}
.tab-table .release-deport th.line9 {
	width: 100px;
}
.tab-table .release-deport td {
	height: 40px;
}

.tab-table .infor-deport th.line3 {
	width: 240px;
}
.tab-table .infor-deport th.line4 {
	width: 160px;
}
.tab-table .infor-deport th.line5 {
	width: 150px;
}
.tab-table .infor-deport th.line6 {
	width: 120px;
}
.tab-table .infor-deport th.line7 {
	width: 70px;
}
.tab-table .infor-deport th.line8 {
	width: 100px;
}

.tab-table .infor-deport td {
	height: 40px;
}
.tab-content td .table-number-text {
	width: 120px;
}

/* 展会列表 */
.tab-table .exhibition-deport th.line3 {
	width: 200px;
}
.tab-table .exhibition-deport th.line4 {
	width: 120px;
}
.tab-table .exhibition-deport th.line5 {
	width: 80px;
}
.tab-table .exhibition-deport th.line6 {
	width: 120px;
}
.tab-table .exhibition-deport th.line7 {
	width: 80px;
}
.tab-table .exhibition-deport th.line8 {
	width: 120px;
}
.tab-table .exhibition-deport td {
	height: 40px;
}

/* 视频管理 */
.tab-table .video-deport th.line3 {
	width: 120px;
}
.tab-table .video-deport th.line4 {
	width: 200px;
}
.tab-table .video-deport th.line5 {
	width: 100px;
}
.tab-table .video-deport th.line6 {
	width: 130px;
}
.tab-table .video-deport th.line7 {
	width: 60px;
}
.tab-table .video-deport th.line8 {
	width: 100px;
}
.tab-table .video-deport th img {
	width: 60px;
	height: 60px;
}


.tab-table .invest-deport th.line3 {
	width: 220px;
}
.tab-table .invest-deport th.line4 {
	width: 128px;
}
.tab-table .invest-deport th.line5 {
	width: 160px;
}
.tab-table .invest-deport th.line6 {
	width: 100px;
}
.tab-table .invest-deport th.line7 {
	width: 100px;
}
.tab-table .invest-deport td {
	height: 40px;
}


.tab-table .applicant-deport th.line3 {
	width: 180px;
}
.tab-table .applicant-deport th.line4 {
	width: 100px;
}
.tab-table .applicant-deport th.line5 {
	width: 100px;
}
.tab-table .applicant-deport th.line6 {
	width: 120px;
}
.tab-table .applicant-deport th.line7 {
	width: 100px;
}
.tab-table .applicant-deport th.line8 {
	width: 80px;
}
.tab-table .applicant-deport th.line9 {
	width: 120px;
}
.tab-table .applicant-deport td {
	height: 40px;
}


.tab-table .upload-title {
	color: #4e4e4e;
	padding: 16px 0;
	border-bottom: 1px solid #dedede;
}
.tab-table .upload-title span {
	float: right;
	display: inline;
}
.wrap-upload-photo .wrap-select-photo {
	padding-top: 10px;
	overflow: hidden;
	zoom: 1;
}
.wrap-select-photo label {
	float: left;
	display: inline;
	margin-top: 6px;
	color: #4e4e4e;
}
.wrap-select-photo label input {
	margin-right: 3px;
	vertical-align: middle;
}
.wrap-select-photo .upload-btn {
	float: right;
	display: inline;
	color: #fff;
	cursor: pointer;
	height: 26px;
	line-height: 26px;
	padding: 0 18px;
	background: #3f8dd4;
}
.wrap-upload-photo .upload-photo-list li {
	width: 160px;
	margin: 16px 12px 0 12px;
	float: left;
	display: inline;
}
.wrap-upload-photo .upload-photo-list img {
	width: 160px;
	height: 160px;
	display: block;
}
.wrap-upload-photo .upload-photo-list p {
	width: 160px;
	color: #333;
	font-size: 13px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	margin-top: 10px;
}

.upload-photo-list .handle-photo {
	margin-top: 8px;
}

.upload-photo-list .handle-photo input {
	margin-right: 6px;
	vertical-align: middle;
}
.upload-photo-list .handle-photo a {
	color: #3f8dd4;
	margin-right: 5px;
	cursor: pointer;
	vertical-align: middle;
}
.upload-photo-list .handle-photo a:hover {
	text-decoration: underline;
}


/*pop box*/
.pop-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.5;
	z-index: 99998;
}

.pop-box {
	position: fixed;
	z-index: 99999;
	width: 480px;
	background: #fff;
	border: 1px solid #cdcdcd;
}
.pop-box .pop-title {
	position: relative;
	height: 36px;
	background: #eaeaea;
	border-bottom: 1px solid #cdcdcd;
}
.pop-box .pop-title h3 {
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
	font-size: 15px;
	font-weight: normal;
	color: #333;
}
.pop-box .pop-title .close-btn {
	position: absolute;
	top: 12px;
	right: 12px;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
	background: url(../images/small-tip.png) 0 -145px no-repeat;
}
.pop-box .pop-body {
	overflow: hidden;
	zoom: 1;
	padding: 20px 0;
}
.pop-box .preview-photo {
	width: 110px;
	height: 110px;
	margin-left: 20px;
}
.pop-box .upload-photo-list {
	float: left;
	display: inline;
	margin-left: 10px;
}
.pop-box .upload-photo-list li {
	overflow: hidden;
	zoom: 1;
	padding: 5px 0;
}
.pop-box .upload-photo-list li input {
	float: left;
	display: inline;
}
.pop-box .upload-photo-list li span {
	float: left;
	display: inline;
	color: #333;
	width: 36px;
	height: 26px;
	line-height: 26px;
	text-align: left;
}
.pop-box .upload-photo-list li .select-file {
	float: left;
	display: inline;
	padding: 0 8px;
	margin-left: 10px;
}
.select-file {
    background: #F7F7F7;
    border: 1px solid #DEDEDE;
    color: #333;
    cursor: pointer;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
.pop-box .table-text {
    border: 1px solid #DEDEDE;
    color: #5F5F5F;
    height: 24px;
    line-height: 24px;
    padding-left: 3px;
    text-align: left;
}
.pop-box .pop-upload {
	height: 48px;
	border-top: 1px solid #cdcdcd;
	background: #eaeaea;
}
.pop-box .pop-upload .upload-photo-btn {
	position: relative;
	display: block;
	cursor: pointer;
	width: 100px;
	height: 30px;
	margin: 10px auto 0 auto;
	background: #3f8dd4;
}
.pop-upload .upload-photo-btn span {
	position: absolute;
	left: 14px;
	top: 0;
	display: block;
	color: #fff;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	padding-left: 24px;
	background: url(../images/small-tip.png) 0 -155px no-repeat;
}
.pop-upload .upload-photo-btn input {
	background: none;
	border: none;
}

/*账号管理*/
.tab-content .handle-btn .search-classify {
	float: left;
	display: inline;
	margin-right: 10px;
}
.tab-content .handle-btn p {
	float: left;
	display: inline;
	height: 26px;
	line-height: 26px;
	margin-top:6px;
}
.tab-content .selected-classify {
	margin-top: 6px;
}
.tab-content .selected-classify select {
	width: 360px;
	border: 1px solid #DEDEDE;
}
.tab-content .callOut-btn input {
	float: left;
	display: inline;
	margin-right: 10px;
	margin-top: 0;
}
.tab-content .coordinate {
	margin-top: 20px;
}
.right-content .wrap-safty {
	color: #333;
	padding: 10px;
	margin-top: 12px;
	background: #f7f7f7;
}
.wrap-safty .login-status {
	height: 48px;
	background: #fff;
	border: 1px solid #dfdfdf;
}
.wrap-safty .login-status h3 {
	font-size: 20px;
	padding-left: 20px;
	height: 48px;
	line-height: 48px;
}
.login-status .safty-level .level-text {
	font-size: 20px;
	font-weight: bold;
	height: 48px;
	line-height: 48px;
}
.login-status .safty-level .level-color {
	height: 15px;
	width: 160px;
	margin: 18px 0 0 16px;
	background: #d1d1d1;
}
.safty-level .level-color em {
	display: block;
	height: 15px;
}
.safty-level .level-color em.high-level {
	width: 160px;
	background: #5bc92b;
}
.safty-level .level-color em.medium-level {
	width: 120px;
	background: #ff9915;
}
.safty-level .level-color em.low-level {
	width: 80px;
	background: #fc4343;
}
.login-status .status-detail {
	height: 14px;
	line-height: 14px;
	margin: 18px 0 0 24px;
}
.login-status .status-detail span {
	margin-left: 5px;
}
.wrap-safty .account-modify {
	margin-top: 10px;
	background: #fff;
	border: 1px solid #dfdfdf;
	border-bottom: none;
}
.wrap-safty .account-modify li {
	height: 88px;
	border-bottom: 1px solid #dfdfdf;
}
.account-modify .account-title {
	width: 190px;
	height: 36px;
	margin-top: 26px;
	border-right: 1px solid #dfdfdf;
}
.account-modify .account-tip {
	float: left;
	display: inline;
	width: 40px;
	height: 30px;
	margin: 4px 0 0 20px;
	background: url(../images/big-tip.png) 0 -280px no-repeat;
}
.account-modify h3 {
	float: left;
	display: inline;
	font-size: 18px;
	margin: 8px 0 0 20px;
}
.account-modify .no-verify .account-tip {
	background-position: 0 -310px;
}
.account-modify .account-title-modify {
	width: 490px;
}
.account-modify .account-title-modify p {
	float: left;
	display: inline;
	margin: 36px 0 0 30px;
}
.account-modify-btn {
	float: right;
	display: inline;
	color: #fff;
	height: 25px;
	line-height: 25px;
	width: 64px;
	margin-top: 32px;
	text-align: center;
	background: #3f8dd4;
}
.wrap-portrait {
	overflow: hidden;
	zoom: 1;
	color: #333;
	margin-top: 10px;
	padding: 10px 0;
	background: #f7f7f7;
}
.wrap-portrait .wrap-set-portrait {
	width: 370px;
	padding-bottom: 40px;
	border-right: 1px solid #e6e6e6;
}
.wrap-portrait h3 {
	font-size: 15px;
	margin: 10px 0 0 20px;
}
.wrap-portrait p {
	width: 340px;
	margin: 15px 0 0 20px;
	line-height: 16px;
}
.wrap-current-portrait {
	width: 370px;
}
.wrap-current-portrait .current-portrait {
	width: 200px;
	height: 200px;
	padding: 1px;
	margin: 40px auto 0 auto;
	border: 1px solid #d2d2d2;
}
.wrap-current-portrait .current-portrait img {
	width: 200px;
	height: 200px;
}
.tab-content .on-vertify {
	display: none;
	height: 26px;
}
.tab-content .vertify-tip {
	float: left;
	display: inline;
}
.tab-content .unvertify-tip {
	float: left;
	display: inline;
}
.tab-content .on-vertify em {
	float: left;
	display: inline;
	width: 13px;
	height: 13px;
	margin: 6px 0 0 6px;
	background: url(../images/small-tip.png) no-repeat;
}
.tab-content .on-vertify span {
	float: left;
	display: inline;
	height: 26px;
	line-height: 26px;
	margin-left: 6px;
}
.tab-content .vertify-tip em {
	background-position: 0 -275px;
}
.tab-content .vertify-tip span {
	color: #3f8dd4;
}
.tab-content .unvertify-tip em {
	background-position: 0 -436px;
}
.tab-content .unvertify-tip span {
	color: #e60012;
}
.tab-content .vertify-text {
	float: left;
	display: inline;
}
.tab-content .code img {
	float: left;
	display: inline;
	width: 140px;
	height: 40px;
}
.tab-content .code a {
	float: left;
	display: inline;
	color: #509de4;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
}
.tab-content .code-prompt {
	color: #959595;
	margin-top: 5px;
}
.tab-content .vertify-message {
	padding: 30px 0;
}
.tab-content .message-tip {
	height: 25px;
	width: 25px;
	margin-left: 30px;
	background: url(../images/small-tip.png) 0 -450px no-repeat;
}
.tab-content .message-text {
	margin-left: 10px;
}
.tab-content .message-text h3 {
	color: #333;
	font-size: 14px;
	margin-top: 4px;
}
.tab-content .message-text p {
	color: #666;
	margin-top: 8px;
}
.tab-content .message-text p span, .tab-content .message-text p a {
	color: #148cbe;
	margin: 0 5px;
}
.tab-content .message-text p a:hover {
	text-decoration: underline;
}
.tab-content .vertify-account {
	padding: 20px 0 30px 0;
}
.tab-content .vertify-account th {
	height: 32px;
}
.tab-content .modify-link {
	color: #509de4;
	margin-left: 30px;
}
.tab-content .modify-link:hover {
	text-decoration: underline;
}
.tab-content .get-code {
	color: #5f5f5f;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	background: #f7f7f7;
	border: 1px solid #dedede;
	margin-left: 10px;
}
.tab-content .password-table th {
	width: 130px;
}

/* 个人资料 */
.wrap-infor {
	border: 1px solid #e1e1e1;
}
.wrap-infor .infor-title {
	height: 48px;
	background: #fafafa;
	border-bottom: 1px solid #e1e1e1;
}
.infor-title .infor-title-tip {
	width: 20px;
	height: 15px;
	margin: 16px 0 0 18px;
	background: url(../images/big-tip.png) -40px -280px no-repeat;
}
.infor-title h3 {
	color: #3f8dd4;
	font-size: 15px;
	font-weight: normal;
	height: 48px;
	line-height: 48px;
	margin-left: 8px;
}
.infor-list {
	position: relative;
	padding: 20px 0;
}
.infor-list li {
	float: left;
	display: inline;
	color: #333;
	font-size: 13px;
	padding: 10px 0 10px 60px;
}
.infor-list li b {
	float: left;
	display: inline;
	font-weight: normal;
	width: 80px;
	text-align: left;
}
.infor-list li span {
	float: left;
	display: inline;
	width: 150px;
}
.infor-list .edit-infor {
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	color: #fff;
	height: 34px;
	line-height: 34px;
	width: 90px;
	background: #3f8dd4;
}
.infor-list .edit-infor span {
	float: left;
	display: inline;
	height: 15px;
	width: 15px;
	margin: 10px 6px 0 10px;
	background: url(../images/big-tip.png) -40px -320px no-repeat;
}
.wrap-complete {
	height: 42px;
	border-top: 1px solid #dedede;
}
.wrap-complete .complete-level {
	position: relative;
	width: 218px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #ff9915;
	border-right: 1px solid #dedede;
}
.complete-level .triangle-tip {
	position: absolute;
	top: 12px;
	right: -9px;
	height: 18px;
	width: 18px;
}
.complete-level .triangle-tip em,
.complete-level .triangle-tip span {
	border-width: 9px 9px 9px 0;
}
.complete-level .triangle-tip em {
	border-color: transparent #dedede transparent transparent;
}
.complete-level .triangle-tip span {
	left: 1px;
	border-color: transparent #fff transparent transparent;
}
.wrap-complete .rank-role p {
	float: left;
	display: inline;
	height: 42px;
	line-height: 42px;
	margin-left: 20px;
}
.wrap-complete .rank-role a {
	float: right;
	display: inline;
	color: #3f8dd4;
	margin-right: 18px;
	height: 42px;
	line-height: 42px;
}
.wrap-complete .rank-role a:hover {
	text-decoration: underline;
}
.infor-title .optimize-title-tip {
	width: 19px;
	height: 18px;
	margin: 15px 0 0 20px;
	background: url(../images/big-tip.png) -40px -300px no-repeat;
}
.optimize-list li {
	height: 100px;
	border-bottom: 1px dotted #c4c4c4;
}
.optimize-list .optimize-title {
	height: 100px;
	width: 190px;
}
.optimize-title .optimize-tip {
	float: left;
	display: inline;
	width: 26px;
	height: 26px;
	margin: 38px 0 0 20px;
	background: url(../images/big-tip.png) 0 -340px no-repeat;
}
.optimize-title h3 {
	float: left;
	display: inline;
	color: #000;
	font-size: 13px;
	height: 100px;
	line-height: 100px;
	margin-left: 20px;
}
.optimize-list .optimize-content {
	width: 460px;
	/*margin-top: 20px;*/
	margin-top: 35px;
}
.optimize-list .optimize-content p {
	padding: 9px 0;
}
.optimize-content .optimize-remind {
	color: #666;
}
.optimize-content .optimize-remind span {
	color: #ff9915;
	margin: 0 5px;
}
.optimize-list .complete-btn {
	float: left;
	display: inline;
	color: #4792d6;
	height: 30px;
	line-height: 30px;
	width: 80px;
	text-align: center;
	margin-top: 32px;
	border: 1px solid #4792d6;
}
.optimize-list .complete-btn:hover {
	color: #fff;
	background: #4792d6;
}
.add-server-number li {
	margin: 8px 0;
}
.add-server-number li label {
	margin-right: 20px;
}

/* 公司新闻 */
.tab-table .news-publish th.line1 {
	width: 50px;
}
.tab-table .news-publish th.line2 {
	width: 300px;
}
.tab-table .news-publish th.line3 {
	width: 150px;
}
.tab-table .news-publish th.line4 {
	width: 80px;
}
.tab-table .news-publish th.line5 {
	width: 100px;
}
.tab-table .news-publish td {
	height: 40px;
}
.news-publish .news-handle a {
	float: left;
	display: inline;
	width: 50px;
}
.news-publish .message-handle a {
	display: block;
	width: 100px;
}
.tab-table .news-publish a {
	color:#3F8DD4;
}
.tab-table .news-publish a:hover {
	text-decoration: underline;
}

/* 添加新闻 */
.tab-content .add-news-table .search-classify {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #3F8DD4;
	margin-left: 10px;
}
.add-news-table .form-btn label {
	margin-right: 20px;
}
.tab-table .honour-deport th.line1 {
	width: 120px;
}
.tab-table .honour-deport th.line2 {
	width: 160px;
}
.tab-table .honour-deport th.line3 {
	width: 160px;
}
.tab-table .honour-deport th.line4 {
	width: 100px;
}
.tab-table .honour-deport th.line5 {
	width: 100px;
}
.tab-table .honour-deport th.line6 {
	width: 100px;
}
.honour-deport .honour-handle a {
	float: left;
	display: inline;
	width: 50px;
}
.honour-deport img {
	width: 60px;
	height: 60px;
}
.tab-table .classify-list td.job a{
    float:none;
    width:auto;
}
.line_height16{
    line-height: 16px;
}
.f_red{color: red}
#catesch{margin: 20px auto 10px auto}
#catesch  strong{color:red;  display: block;}

.wx_menu{overflow: hidden;}
.wx_menu .f1{ width: 245px; float: left; margin-top: 30px;  }
.wx_menu .f1 .f1text{float: left; border-bottom: 2px solid #eee;height: 24px;line-height: 24px;}
.wx_menu .f1 li{float: left;}


.wx_menu .f2{ float: left; padding-left: 5px;margin-top: 10px; height: 24px;line-height: 24px; }
.wx_menu .f2 li{float: left;}
.right-content .text-child{width: 162px;}
.menu_tc_yes, .submit{
	background: #589fdf;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border: none;
 }
.menu_tc_no, .close{
	background: #ddd;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border: none;
}
.menu_tc_yes, .menu_tc_no {
	margin: 0 10px;
}
.menu_tc{
	height:300px;width:600px;left: 35%;position: absolute;top: 200px;display: none;background-color: #fff;
	border: 2px solid #589fdf;;
}
.menu_tc .menu_tc_header {
	height: 36px;
	line-height: 36px;
	background: #eee;
}
.menu_tc .menu_tc_header h3 {
	color: #666;
	font-size: 14px;
	font-weight: normal;
	margin-left: 20px;
}
.menu_tc td {
	padding: 12px 0 12px 24px;
}
.menu_tc td .link_item {
	margin-right: 12px;
}
.menu_tc td .link_item input {
	margin-right: 5px;
}
.wx_menu .f2 .menu_cat{width: 150px;}
.menu_cat{
    margin-right: 5px;
    padding-left: 3px;
    text-align: left;
    width: 180px;float: left;height: 24px; line-height: 24px;}
#weixin-plat{
	float: right;
	width: 715px;
}

  #weixin-plat  .fir_menu {
  	background: #f2f2f2;
  	height: 40px;
  }


  #weixin-plat  .fir_menu  a{
  	display: inline-block;
  	color: #000;
  	padding: 0 40px;
  	line-height: 40px;
  }


  #weixin-plat  .fir_menu  .on{
  	background: #fff;
  	height: 30px;
  	line-height: 30px;
  	margin-top: 10px;
  }

  

   #weixin-plat  .sed_menu{
   	margin-top: 10px;
  	height: 40px;
  	border-bottom: 1px solid #e5e5e5;
  }


  #weixin-plat  .sed_menu  a{
  	display: inline-block;
  	color: #979797;
  	padding: 0 20px;
  	line-height: 40px;
  }


  #weixin-plat   .notice{
  	margin: 25px 0;
  	padding-left: 25px;
  	height: 36px;
  	line-height: 36px;
  	font-size: 14px;
  	color: #ff590b;
  	background: #f2f2f2;

  }
       #weixin-plat   .news .tab_menu li {
           float: left;
        }
       #weixin-plat   .news .tab_menu li.current {
        color: #51a0e5;
  	border-bottom: 2px solid #51a0e5;
        }
        .tab_content {
        	clear: both;
            color: #333;
            background: #fff;
        }
       
       #pop_2  .tab_con{
       	top: 20px
       }
       #weixin-plat   .news .tab_conItem {
            width: 710px;
            height: 800px;
        }
#weixin-plat  .radio input{
	  margin: 0 5px 0 15px;
	}



#weixin-plat  .textarea-content{
  display: block;
  width: 670px;
  height: 240px;
  margin: 20px auto;
}



#weixin-plat  .text_submit{
display: block;
margin: 0 auto;
width: 80px;
height: 26px;
line-height: 26px;
border: 1px solid #d7d7d7;
color: #010101;
background: #fff;
 -moz-border-radius: 3px;      /* Gecko browsers */
    -webkit-border-radius: 3px;   /* Webkit browsers */
    border-radius:3px; 
}


#weixin-plat   .keyword_table {
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	text-align: center;

}

#weixin-plat   .keyword_table  th,
#weixin-plat   .keyword_table  td{
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	height: 38px;
	line-height: 38px;
}


#weixin-plat   .keyword_table  th{
	width: 160px;
	background: #f2f2f2;

}

#weixin-plat   .manage_table  th{
	width: 257px;
}

#weixin-plat   .keyword_table  td a{
	color:#999;
}
#weixin-plat   .keyword_table  .true{
	color: #2a7ad9;
}
#weixin-plat   .keyword_table  .false{
color: #fd0000;
}
.weixin_pop{
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 460px;
	margin-left: -230px;
	margin-top: -240px;
	border: 2px solid #589fdf;
	background: #fff;
	z-index: 100;
}
.weixin_pop .imgselected{
	margin-bottom: 10px;
    overflow: hidden;
}
.weixin_pop .imgbox{
	border: 1px solid #c4cece;
    float: left;
    margin-right: 10px;
    overflow: hidden;
    width: 356px;
}	
.weixin_pop .imgbox h4{
background: #313131 none repeat scroll 0 0;
    color: #fff;
}	
#pop_2 {
	height: 580px;
	margin-top: -290px;
}

.set_form {
	margin-top: 20px;
	display: none;
}

.set_forms {
	margin-top: 20px;
	display: none;
}
.weixin_pop h3,
.set_form h3{
	background: #589fdf;
	color: #fff;
	padding-left: 20px;
	height: 28px;
	line-height: 28px;
}

.weixin_pop  .list-box,
.set_form  .list-box{

	padding: 20px;
}
.weixin_pop   .list_tit,
.set_form   .list_tit{
	background: #f2f2f2;
	height: 36px;
	line-height: 36px;
}

.weixin_pop   .list_tit,
.set_forms   .list_tit{
	background: #f2f2f2;
	height: 36px;
	line-height: 36px;
}
.weixin_pop   .input-wraper,
.set_form   .input-wraper{
	float: right;
	width: 180px;
}

.weixin_pop   .input-wraper input,
.set_form   .input-wraper input
{
	margin: 0 8px 0 20px;

}

.weixin_pop    .list-input,
.set_form    .list-input{

	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #f2f2f2;
}

.weixin_pop    .list-input,
.set_forms    .list-input{

	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #f2f2f2;
}

.weixin_pop    .list-input input,
.set_form    .list-input input{
	margin-right: 8px;
}


.weixin_pop    .list-input a,
.set_form    .list-input a{
	float: right;
	margin-right: 10px;
}


.weixin_pop  .pages,
.set_form  .pages{

	margin-top: 10px;
	float: right;
}

.weixin_pop  .pages span,
.set_form  .pages span{
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	border: 1px solid #e8e8e8;
	text-align: center;
}

.weixin_pop   .botton_wraper{
	margin-top: 20px;
	clear: both;
	text-align: center;
}

#pop_1   .botton_wraper{
	margin-top: 100px
}
.weixin_pop   .botton_wraper button{
	display: inline-block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border: none;
}

.weixin_pop   .botton_wraper .yes{
	background: #589fdf;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border: none;
}

.weixin_pop   .botton_wraper .no{
	background: #999;
}

.weixin_pop   .input_text{
	margin-bottom: 20px;
}

.weixin_pop   .input_texts{
	height: 100px;
	margin-bottom: 10px;line-height: 100px;
}

.weixin_pop   .input_texts label{
	height: 100px;
	margin-bottom: 10px;line-height: 100px;float: left;
}

.weixin_pop   .input_text label{
	width: 80px;
	margin-right: 25px;
}

.weixin_pop   .input_text  .tit_input{
	border: 1px solid #e8e8e8;
	height: 30px;
	line-height: 30px;
	width: 280px;
}

.set_form p{
	padding-left: 20px;
}

.img_view{
	width: 80px;
	margin-bottom: 20px;
}

.file_notice{
	font-size: 12px;
	color: #f99c23;
	float: right;
  	width: 133px;
 	margin-top: -19px;
}
.textarea_jianjie{
	width: 300px;
	height: 80px;
}


#weixin-plat  .weixin_pop .tab_conItem {
	width: 400px;
	height: 150px;
}
#weixin-plat   .pop_add_wraper{
	text-align: right;
}

#weixin-plat  .pop_add{
	display: inline-block;
	margin:0  100px 20px 0;
	border: none;
	padding:0 20px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	background: #559ee2;
}

#weixin-plat  .pop_adds{
	display: inline-block;
	margin:0  100px 20px 0;
	border: none;
	padding:0 20px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	background: #559ee2;
}

#weixin-plat  .manage_add{
	margin-top: 20px;
}
#weixin-plat  .manage_adds{
	margin-top: 20px;
}
#weixin-plat .pop4_add{
	 float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 50px;
	display: inline-block;
	
	border: none;
	
	height: 32px;
	line-height: 32px;
	color: #fff;
	background: #559ee2;
}
#pop24_2{z-index: 1000;}
#pop_2{
	z-index: 99;
}

#pop_2 .news{
	margin-top: 70px
}

#pop_2  .botton_wraper{
	margin-top: 20px;
}

#pop_2  .news .tab_menu li.current {
  border-bottom: none;
}

#pop_2   .tab_menu .radio{
	margin: 0 10px 0 20px;
}

#pop_2   .text_box{
  width: 310px;
  height: 150px;
  float: right;
  margin-top: -15px;
}

#pop_3{
	z-index: 100;
}
.edits {display: none;}
#pop_3 .input_text label{
  
  width: 84px;
  margin-right: 25px;
  float: left;
  text-align: righttab_co
}
#pop_3 .radio_p{
	display:inline-block;
	width: 310px;
	font-size: 12px;
}
.weixin_pop .radio_p{
	display:inline-block;
	width: 310px;
	font-size: 12px;
}

#pop_3 .radio_p label{
	float: none;
	width: 200px;
}

#pop_3   .keyword_tab{
	display: none;
}
#pop_3   .keyshow_tab{
	display:block
}
.weixin_pop .keyword_tab{
	display: none;
}

.weixin_pop #keyword_textarea{
	display:block;
}
#pop_3  #keyword_textarea{
	display:block;
}

#pop_3  .textImg_content{
	margin-top: 15px;
}

#pop_4{
	z-index: 999;
}

#pop_4 .imgselected{
	overflow: hidden;
	margin-bottom: 10px;
}


#pop_4 .imgbox{
	border: 1px solid #c4cece;
	 width: 356px;
	 margin-right: 10px;
	float: left;
	overflow: hidden;
}

#pop_4 .imgbox img{
	width: 100%;
}
#pop_4 .pop_add{
	float: left;
	width: 50px;
	text-align: center;
	padding:0;
	margin: 0;
}

#pop_4 .add-box-module {
	display: block;
	text-align: center;
	width: 50px;
	display: inline-block;
	border: none;
	height: 32px;
	line-height: 32px;
	color: #fff;
	background: #559ee2;
	padding: 0;
	cursor: pointer;
}

.imgbox_1 h4{
	background: #313131;
	color: #fff;

}

#pop_4  .imgbox_2 img{
	border: 1px solid #c4cece;
	width: 80px;
	height: 80px;
	float: right;margin: 20px;


}


#pop_4  .imgbox_2  h4{
	margin: 10px;
	width: 210px;
	float: left;
}

