
button,.button {
	background-color:transparent;
	outline:none;
	width:100%;
	height:100%;
	border:1px #cdcdcd solid;
}
.footer {
	position:absolute;
	color:#989898;
	margin:auto 30%;
	bottom:-30px;
	height:110px;
}
span.no,span.yes {
	background-image:url(../../images/yesno.gif);
	background-repeat:no-repeat;
	height:30px;
	width:287px;
	line-height:30px;
	margin-top:2px;
	margin-left:5px;
	float:right;
}
span.yes {
	background-position:5px -33px;
	display:block;
}
span.no {
	background-position:0 0;
	color:#000;
	display:block;
	padding-left:40px
}
.picture_upload_head ul li button,.button{
	cursor:pointer;
}
.picture_upload_head ul {
	display:flex;
}
.picture_upload_head li:hover{
    border: 1px #1788e9 solid;
}
.picture_upload_head li {
	height:35px;
    line-height: 35px;
	margin-right:20px;
	width:120px;
}
.picture_upload_head {
	width:80%;
}
.caidan_list_header {
	display:flex;
	margin-top:10px;
	position:relative;
}
ul {
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}
.headerHead-image-list-head {
	position:fixed;
	height:73%;
	overflow-y:auto;
	width:53%;
	border-bottom:1px solid #efefef;
}
#crumbs {
	position:fixed;
	z-index:999;
	background:#fff;
	height:45px;
	line-height:45px;
	font-size:14px;
	cursor:pointer;
	border-bottom:1px solid #efefef;
	width:100%;
	text-align:left;
}
.headerHead-image-reminder-head {
	border-top:1px solid #efefef;
	position:fixed;
	z-index:9999;
	bottom:0;
	width:52.5%;
	background:#fff;
	/*height:50px;*/
	font-size:14px;
}
.headerHead-image-reminder {
	text-align:center;
	color:#6b6c6c;
	line-height:45px;
}
.headerHead-image-list-head-r {
	margin-top:50px;
}
.headerHead-images-upload-so-ul {
	padding:0;
	margin:0;
	list-style:none;
}
.headerHead-images-upload-so-ul li:hover i {
	display:block;
}
.headerHead-images-upload-ze i {
	color:#ffbc39;
	font-size:20px;
	position:absolute;
	margin-top:8px;
	margin-left:8px;
	display:none;
}
.headerHead-image-list .headerHead-image-item:hover .input {
	display:flex;
}
.headerHead-image-list .chooseImg:hover .input {
	display:none;
}
.headerHead-image-list .headerHead-image-item:hover .headerHead-image-item-i {
	display:block;
}
.headerHead-image-list .chooseImg:hover .headerHead-image-item-i {
	display:none;
}
.headerHead-image-item .input {
    /*display: none;*/
	width:90%;
	flex:1;
	padding-left:5%;
	padding-right:5%;
	height:32px;
	line-height:32px;
	vertical-align:middle;
	outline:none;
	font-size:14px;
	-webkit-user-select:auto;
	-moz-user-select:auto;
	-ms-user-select:auto;
	user-select:auto;
	border:none;
	background:rgba(0,0,0,0.65);
	z-index:997;
	position:absolute;
	bottom:0;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	color:#fff;
}
.headerHead-image-item .input::-webkit-input-placeholder {
	color:#c7c7c7;
}
.headerHead-image-item .input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
            color:#c7c7c7;
}
.headerHead-image-item .input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
            color:#c7c7c7;
}
.headerHead-image-item .input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
            color:#c7c7c7;
}
.headerHead-Center-Up-and-down {
	display:flex;
	align-items:center;
	justify-content:center;
}
.headerHead-image-item-i i {
	font-size:26px;
	position:absolute;
	left:-3px;
}
.headerHead-image-item-i {
	position:absolute;
	cursor:pointer;
	width:20px;
	height:20px;
	right:-10px;
	top:-10px;
	z-index:4;
	display:none;
	border-radius:50%;
	background-size:contain;
	background-color:#999;
	transition:opacity .3s ease-in-out 0s;
	color:#ccc;
	z-index: 998;
}
.headerHead-image-item-choice {
	position:absolute;
	cursor:pointer;
	width:20px;
	height:20px;
	z-index:4;
	/*display:none;
	*/
            border-radius:50%;
	transition:opacity .3s ease-in-out 0s;
}
.headerHead-image-item-kan img {
	position:absolute;
	width:100%;
	top:50%;
	transform:translateY(-50%);
	z-index:2;
	left:0;
}
.headerHead-image-item-kan {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	overflow:hidden;
	border-radius:4px;
	display:flex;
}
.headerHead-image-item-kan input::input-placeholder {
	color:#fff;
}
.headerHead-image-item {
	display:inline-block;
	position:relative;
	background:#fff;
	width:158px;
	height:158px;
	background-position:50%;
	border:1px solid #e8e8e8;
	cursor:pointer;
	border-radius:4px;
}
.chooseImg {
	border:5px solid red;
	background:#ffffff;
	z-index:998;
}
.headerHead-image-list li {
	padding-right:12px;
	display:inline-block;
	vertical-align:middle;
	margin-top:10px;
}
.headerHead-image-list {
	margin-bottom:10px;
	text-align:left;
	position:relative;
	overflow-y:auto;
}
.headerHead-images-upload-title-Tips {
	height:30px;
	line-height:30px;
	color:#666;
	font-size:13px;
	text-align:right;
	display:flex;
	justify-content:space-between;
}
.headerHead-images-upload-remarks .input {
	width:90%;
	padding-left:5%;
	padding-right:5%;
	height:30px;
	color:#afafaf;
	font-size:14px;
	background:rgba(0,0,0,0.8);
	bottom:-3px;
	position:absolute;
}
.headerHead-images-upload-remarks {
	margin-top:-35px;
	width:100%;
	border-radius:5px;
	/*display:none;
	*/
            height:30px;
	line-height:30px;
	float:left;
	position:relative;
}
.headerHead-images-upload-ze {
	float:left;
	margin-right:8px;
	margin-bottom:8px;
	cursor:pointer;
}
.headerHead-images-upload-img {
	height:auto;
	width:100%;
	border-radius:4px;
}
.headerHead-images-upload-so {
	margin-top:95px;
}
.gallery-search-text {
	font-weight:700!important;
	border:unset!important;
	color:#222!important;
	padding:0!important;
	cursor:default!important;
	font-size:16px;
}
.gallery-search-header {
	background:#fff;
	z-index:998;
	display:none;
}
.gallery-search-icon {
	width:64px;
	height:36px;
	background-color:#ffbc39;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	cursor:pointer;
}
.gallery-search input {
	flex:1;
	padding:7px 35px 7px 14px;
	height:20px;
	line-height:20px;
	vertical-align:middle;
	outline:none;
	color:#222;
	font-size:14px;
	-webkit-user-select:auto;
	-moz-user-select:auto;
	-ms-user-select:auto;
	user-select:auto;
	border:none;
}
.gallery-search-head {
	height:36px;
	display:flex;
	flex-shrink:0;
	margin-bottom:20px;
	width:50%;
	position:absolute;
}
.gallery-search {
	flex:8;
	overflow:hidden;
	border:1px solid #d8d8d8;
	border-right:none;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	display:flex;
	height:34px;
}
.headerHead-images-upload-title-header a.cur {
	border-bottom:3px #fba600 solid;
}
.headerHead-images-upload-Exhibition {
	margin-left:20px;
	margin-top:20px;
	overflow:auto;
	width:98.5%;
	display:none;
}
.headerHead-images-upload-title {
	height:42px;
	line-height:42px;
	cursor:pointer;
	margin:0 20px;
}
.headerHead-images-upload-title-header {
	display:flex;
}
.headerHead-images-upload-title-head {
	padding-top:18px;
	margin-left:16px;
	font-size:16px;
	margin-right:0;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
}
.headerHead-images-upload-p {
	width:55%;
	height:100%;
	float:right;
	right:0;
	background:#fff;
	position:fixed;
}
.headerHead-images-upload-header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.5);
}
.headerHead-images-upload-head {
	position:fixed;
	display:none;
	width:100%;
	top:0;
	left:0;
	z-index:9999;
	-webkit-user-select: none;
}
.headerHead-footer-color {
	background-color:#ffbc39;
	border-color:#ffbc39;
	color:#fff;
}
.headerHead-footer-border {
	border:1px #ffbc39 solid;
	color:#ffbc39;
	background-color:#fff;
}
.headerHead-footer-release {
	text-align:center;
	border-radius:4px;
	margin-left:24px;
	width:86px;
	height:36px;
	font-size:16px;
	letter-spacing:1px;
	outline:none;
	width:100%;
	line-height:36px;
	moz-user-select:-moz-none;
	-moz-user-select:none;
	-o-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.headerHead-In {
	display:flex;
	flex-direction:row;
	align-items:center;
}
.headerHead-footer-right {
	float:right;
	right:0px;
	width:120px;
	height:55px;
}
.headerHead-footer-num {
	color:#ffbc3a;
	font-weight:bold;
	margin:5px 5px;
}
.headerHead-footer {
	color:#9d9d9d;
}
.headerHead-footer-header {
	margin:0 auto;
	width:50%;
	line-height:58px;
	margin-left:20%;
}
.headerHead-footer-head {
	display:flex;
	background:#ffffff;
	position:fixed;
	bottom:0;
	width:100%;
	height:55px;
	border-top:1px rgba(0,0,0,0.12) solid;
	z-index:999;
}
.headerHead-other-margin {
	display:flex;
	justify-content:center;
	align-items:Center;
}
#street option {
	height:45px;
}
#street {
	font-size:16px;
	height:45px;
	width:150px;
	border:0;
	outline:none;
	border-bottom:1px rgba(0,0,0,0.12) solid;
}
#areaid {
	font-size:16px;
	height:45px;
	width:150px;
	border:0;
	outline:none;
	border-bottom:1px rgba(0,0,0,0.12) solid;
	margin-left:3.5px;
}
#areaid option {
	height:45px;
}
#showstreet {
	margin-left:10%;
}
select {
	font-size:16px;
	height:45px;
	border:0;
	outline:none;
	border-bottom:1px rgba(0,0,0,0.12) solid;
}
select option {
	height:45px;
}
select:-moz-focusring {
	color:transparent;
	text-shadow:0 0 0 #000;
}
.headerHead-other-head text {
	width:fit-content;
	width:-webkit-fit-content;
	width:-moz-fit-content;
	width:100px;
	display:flex;
}
.headerHead-other-margin .units {
	margin-left:10px;
}
.headerHead-other-margin .input {
	width:130px;
	height:30px;
	outline:none;
	border:1px rgba(0,0,0,0) solid;
	border-bottom:1px rgba(0,0,0,0.12) solid;
}
.headerHead-other-head input {
	vertical-align:middle;
}
.headerHead-other-margin label {
	display:flex;
	flex-direction:row;
	align-items:center;
	float:left;
	line-height:32px;
	margin-right:15px;
	moz-user-select:-moz-none;
	-moz-user-select:none;
	-o-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.headerHead-images-tip {
	margin-top:4px;
	font-size:12px;
	color:#999;
}
.headerHead-images-head {
	border:1px dashed #e0e0e0;
	cursor:pointer;
	width:150px;
	height:105px;
	background:#f6f8f9;
	display:flex;
	align-items:center;
	flex-direction:row;
	justify-content:center;
	border-radius:4px;
}
.ss {
	margin-left:64px;
	font-size:14px;
	color:#222;
}
.headerHead-other-content {
	display:flex;
	width:20%;
}
.headerHead-other-head {
	display:flex;
	margin:30px auto;
}
.headerHead-assistant-Tips-content {
	margin:10px 15px;
	display:flex;
	flex-direction:row;
	align-items:center;
	color:#525252;
}
.headerHead-assistant-Tips-testing {
	right:10px;
	float:right;
	color:#1356bd;
	cursor:pointer;
	position:absolute;
}
.headerHead-assistant-Tips-head {
	display:flex;
	color:#666;
	padding:5px 15px;
	border-bottom:1px solid rgb(232,232,232);
}
.headerHead-assistant-header {
	padding-top:32px;
}
.headerHead-assistant-logo {
	text-align:center;
}
.headerHead-assistant-logo-text {
	margin:10px auto;
	font-size:13px;
}
.headerHead-assistant-logo img {
	width:50px;
	height:50px;
	border-radius:15%;
}
#headerHeadassistanthead {
	margin-left:1%;
	box-shadow:0 0 14px 0 rgba(0,0,0,.15);
	background:#fff;
	position:fixed;
	width:250px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	font-size:14px;
	color:#222;
	top:142px;
	display:inline-block;
	float:left;
	border-radius:10px;
}
.headerHead-textarea-content textarea {
	resize:none;
	outline:none;
	border:0;
	width:100%;
	/*line-height:30px;*/
	font-size:16px;
	height:500px;
	font-family:inherit;
	letter-spacing:1px;
}
.headerHead-textarea-content {
	margin:20px auto;
	border-bottom:1px solid rgb(232,232,232);
}
.headerHead-margin {
	margin:20px auto;
}
.headerHead-textarea-title {
	display:flex;
	padding-bottom:20px;
	padding-top:40px;
	border-bottom:1px solid rgb(232,232,232);
}
.headerHead-textarea-title input {
	width:100%;
	outline:none;
	border:0;
	font-family:PingFangSC-Regular,Arial;
	min-height:36px;
	font-weight:700;
	font-size:24px;
	line-height:36px;
	color:#222;
}
.headerHead-textarea-title span {
	margin-right:-100%;
	z-index:991;
}
.headerHead-textarea-margin {
	width:80%;
	margin:auto 10%;
	display:inline-block;
	float:left;
}
.headerHead-textarea-header {
	margin:0 auto;
	background:#fff;
	width:50%;
	margin-left:20%;
	border-radius:10px;
	box-shadow:0 0 14px 0 rgba(0,0,0,.15);
	margin-bottom:75px;
}
.headerHead-textarea-head {
	margin-top:142px;
	width:100%;
	display:flex;
}
.headerHead-right-info-head-name {
	list-style:none;
	height:50px;
	display:flex;
	flex-direction:row;
	align-items:center;
	flex-direction:row;
	justify-content:center;
	cursor:pointer;
}
.headerHead-right-info-head {
	text-align:center;
	font-size:12px;
	width:100%;
}
.headerHead-right-logo-info {
	display:none;
	border:1px solid var(--black06);
	background:#fff;
	z-index:2000;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	position:absolute;
	float:right;
	right:0px;
	top:65px;
	width:25%;
}
.headerHead-plugIn-top {
	color:#666;
	height:45px;
	line-height:45px;
	background-color:#f6f8f9;
	width:100%;
	display:flex;
}
.headerHead-plugIn-top-head {
	display:flex;
	margin:0 auto;
	width:60%;
}
.headerHead-plugIn-top-right {
	display:flex;
}
.headerHead-plugIn-top-left {
	margin-right:20px;
}
body {
	background-color:#f5f5f5;
	margin:0;
	padding:0;
	overflow-y:auto;
	font-size:14px;
	font-family:Helvetica Neue,PingFang SC,Hiragino Sans GB,Microsoft YaHei,微软雅黑,SimSun,Arial,sans-serif;
}
/*包含以下五种的链接*/
        a {
	text-decoration:none;
	color:#989898;
}
/*正常的未被访问过的链接*/
        a:link {
	text-decoration:none;
}
/*已经访问过的链接*/
        a:visited {
	text-decoration:none;
}
/*鼠标划过(停留)的链接*/
        a:hover {
	text-decoration:none;
}
/* 正在点击的链接，鼠标在元素上按下还没有松开*/
        a:active {
	text-decoration:none;
}
/* 获得焦点的时候 鼠标松开时显示的颜色*/
        a:focus {
	text-decoration:none;
}
.header {
	position:absolute;
	width:100%;
	min-height:100%;
	display:flex;
	flex:1;
	flex-direction:column;
}
.headerHead {
	position:fixed;
	background:#fff;
	box-shadow:none;
	width:100%;
	z-index:999;
}
.headerHead-plugIn {
	margin:auto 5%;
	height:65px;
	line-height:65px;
	display:flex;
}
.headerHead-plugIn-right {
	display:flex;
	float:right;
	position:absolute;
	right:5%;
}
.headerHead-right-standard {
	font-size:13px;
	color:#666;
	cursor:pointer;
	vertical-align:middle;
	margin:auto 50px;
}
.headerHead-right-news {
	font-size:13px;
	cursor:pointer;
	vertical-align:middle;
	margin:auto 30px;
}
.headerHead-right-logo {
	width:80px;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
}
.headerHead-right-logo img {
	height:32px;
	width:32px;
	object-fit:cover;
	border-radius:50%;
	border:1px solid #d8d8d8;
}
.headerHead-plugIn-right .headerHead-right-logo:hover .headerHead-right-logo-info {
	display:block;
}
.headerHead-other-content-text svg:hover .headerHead-other-content-text span {
	display:block;
}
.Prompt-to-follow {
	display:none;
	background:#000;
	height:45px;
	width:120px;
}
.headerHead-logo {
	display:flex;
	flex-direction:row;
	align-items:center;
}
.headerHead-logo img {
	height:90%;
	width:90%;
}
.headerHead-fanhui {
	line-height:1;
	font-weight:bold;
	letter-spacing:1px;
	font-size:16px;
	margin-left:1.9%;
	width:150px;
	display:flex;
	flex-direction:row;
	align-items:center;
}
.empty_head {
	margin:15% 25%;
	background:url(/static/images/%E6%9A%82%E6%97%A0%E5%86%85%E5%AE%B9.png) no-repeat 0 100%;
	height:200px;
}
.empty_head_text {
	bottom:0;
	position:absolute;
	width:50%;
}
.empty_head_text .title {
	display:flex;
	height:35px;
}
.empty_head_text text {
	margin:0 auto;
	color:#a7b6b7;
	font-weight:bold;
}
.empty_head_text .center {
	font-size:14px;
	color:#a7b6b7;
	line-height:20px;
}
.classification_head {
	display:flex;
	height:250px;
	line-height:55px;
}
.classification_head {
	margin:10px auto;
	display:flex;
}
.classification_title {
	margin-right:20px;
	height:55px;
	font-size:15px;
}
.classification_title span {
	color:#f00;
}
.publish-detail-item {
	height:55px;
}
.publish-detail-item span {
	margin-top:15px;
}
.publish-detail-item select {
	font-size:14px;
}