
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/
@charset "utf-8";
/*----------------公共部分----------------*/
html {
	overflow-x: hidden;
	overflow-y: auto;
}
body {
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	overflow-x: hidden;
}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p, select {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 14px;
	font: 12px/1.5 "Microsoft YaHei", Arial, sans-serif;
	outline: 0 none;
	color: #333;
}
em, i {
	font-style: normal;
}
a {
	color: #333;
}
a {
	text-decoration: none;
}
* {
	margin: 0px;
	padding: 0px;
	outline: none !important;
}
img {
	-ms-interpolation-mode: bicubic;
	border: none;
}
.view {
	z-index: 1;
	position: absolute;
}
.horizontal .view {
	position: relative;
	float: left;
}
.vertical .view {
	position: relative;
}
.opacityHide {
	opacity: 0;
}
.opacityHide.animated {
	opacity: 1;
}
.view_contents {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	z-index: 10;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/
}
.view.style_01.text>.view_contents {
	word-break: break-word;
}
.layout {
	position: relative;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	z-index: 1;
}
.layout > .view_contents { /*overflow: visible;*/
	cursor: default;
}
/*流布局*/
.flow .view_contents > .view {
	float: left;
}
.clear {
	clear: both;
}
/*苹果去除样式*/
select, input[type='button'], input[type="reset"], input[type='submit'], input[type='text'], input[type="password"], input[name='query'], input[name='d'] {
	-webkit-appearance: none;
	border-radius: 0px
}
input:focus {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-user-modify: read-write-plaintext-only;
}
/*模块分页*/
.page_btn {
	clear: both;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}
.page_btn .old_page a {
	display: inline-block;
	color: #333;
	box-sizing: border-box;
	margin: 0 5px 5px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #ccc;
	vertical-align: top;
}
.page_btn .old_page a.cur, .page_btn .old_page a:hover {
	border: 1px solid #4c4c4c;
}
.old_page .prev_btn, .old_page .next_btn {
	border: 0 !important;
	font-family: '黑体';
}
.no_page {
	border: 0 !important;
}
/* 新分页 */
.page_btn .new_page .page {
	display: inline-block;
	border: none;
	background: white;
	text-align: center;
	width: auto;
	padding: 0 15px;
	margin: 0 .5px;
	height: auto;
	line-height: 35px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #e5e5e5;
}
.page_btn .new_page .page {
	width: auto;
	margin: 0 5px 10px 5px;
	border-radius: 5px;
}
.page_btn .new_page .cur {
	background: red;
	color: white;
	cursor: pointer;
}
.page_btn .new_page .page:hover {
	background: red;
	color: white;
	cursor: pointer;
}
.page_btn .new_page {
	clear: both;
	margin-top: 20px;
	width: 100%;
	text-align: center;
	font-size: 14px;
}
.page_btn .new_page a {
	display: inline-block;
	color: #333;
	box-sizing: border-box;
	margin: 0 5px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #ccc;
	font-family: 'microsoft YaHei';
}
.page_btn .new_page a:nth-child(n+12) {
	display: none;
}
.page_btn .new_page a:nth-last-child(1), .page_btn .new_page a:nth-last-child(2), .page_btn .new_page a:nth-last-child(3) {
	display: inline-block !important;
}
.page_btn .new_page .prev_btn, .page_btn .new_page .next_btn {
	font-family: '黑体' !important;
	border: 0 !important;
}
.page_btn .new_page .no_page {
	border: 0 !important;
}
.page_btn .new_page a:nth-child(n+10) {
	display: none;
}
.page_btn .new_page .all_page {
	display: inline-block;
	margin: 0 10px;
}
.submit_div {
	display: inline-block;
}
.page_btn .new_page .submit_div input {
	width: 50px;
	margin: 0 5px;
}
.page_btn .new_page .submit_div input:hover {
	cursor: default;
	background: white;
	color: #333;
}
.page_btn .new_page .page_submit {
	margin-left: 5px;
}
.page_btn .new_page .page.sty04 {
	margin: 0 -1px 12px;
	border-radius: 0px;
	line-height: 32px;
	z-index: 3;
}
.page_btn .new_page .sty04.cur {
	border-color: red #e5e5e5;
	border-left-color: #e5e5e5!important;
	border-right-color: #e5e5e5!important;
	z-index: 5;
}
.page_btn .new_page .sty04 .page:hover {
	border-color: red #e5e5e5;
}
.page_btn .new_page .sty04.new_prev_btn {
	border-radius: 200px 0px 0px 200px !important;
	font-family: '黑体';
	vertical-align: top;
}
.page_btn .new_page .sty04.new_next_btn {
	border-radius: 0px 200px 200px 0px !important;
	font-family: '黑体';
	vertical-align: top;
}
@media screen and (max-width:1200px) {
.page_btn .new_page .page {
	margin: 0 3px 10px;
	padding: 0px 12px;
	line-height: 32px;
}
}
@media screen and (max-width:640px) {
.page_btn .new_page .page {
	margin: 0 2px 10px;
	padding: 0px 10px;
	line-height: 28px;
}
.page_btn .new_page .page.sty02 {
	padding: 0px 7px;
}
.page_btn .new_page .page.sty04 {
	padding: 0px 11px;
	margin-bottom: 0;
	line-height: 28px;
}
.page_btn .new_page {
	font-size: 12px;
}
.page_btn .new_page .submit_div {
	display: none;
}
}
/*图片放大样式*/
.imgBox {
	position: fixed;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.4);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.imgBox img {
	position: absolute;
	width: auto;
	max-width: 80%; /*max-height: 65%;*/
	border: 20px solid #fff;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.imgBox.scroll {
	overflow-y: scroll;
	overflow-x: hidden;
}
.imgBox.scroll::-webkit-scrollbar {
width: 6px;
height: 6px;
background: rgba(0,0,0,.05);
}
.imgBox.scroll::-webkit-scrollbar {
width: 6px;
height: 6px;
background: rgba(0,0,0,.02);
}
.imgBox.scroll::-webkit-scrollbar-button {
background: #f7f7f7;
height: 0;
}
.imgBox.scroll::-webkit-scrollbar-corner {
background: rgba(0,0,0,.05);
}
.imgBox.scroll::-webkit-scrollbar-thumb {
background: rgba(255,255,255,.7);
border-radius: 3px;
}
.imgBox.scroll img {
	top: 5%;
	margin-bottom: 5%;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
}
.pos_fixed {
	position: fixed;
	width: 100%;
}
.imageButton {
	position: fixed;
	bottom: 15%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.imageButton span {
	display: inline-block;
	cursor: pointer;
	box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}
.imageButton span:hover {
	opacity: .8;
}
.imageButton span.closeShowPic {
	font-size: 40px;
	border-radius: 100%;
	font-family: serif;
	line-height: 1;
	background-color: #fff;
	padding: .2em;
	text-align: center;
}
@media screen and (max-width: 768px) {/*mobi*/
.imgBox img {
	border-width: 10px;
}
.imgBox.scroll img {
	top: 5%;
	margin-bottom: 10vh;
}
}
.jurisdiction_mask {
	top: 0;
	left: 0;
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0,0.5);
	z-index: 2147483647;
	display: none;
}
.jurisdiction_tips {
	width: 400px;
	background: #ffffff;
	position: absolute;
	left: 50%;
	top: 45%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 23px 20px;
	box-sizing: border-box;
	text-align: center;
}
.jurisdiction_tips img {
	display: block;
	margin: 0 auto;
}
.jurisdiction_tips h3 {
	font-size: 18px;
	font-weight: 400;
	line-height: 40px;
	color: #575757;
	text-align: center;
	margin: 5px 0 0;
}
.jurisdiction_tips p {
	color: #999;
	font-size: 16px;
	text-align: center;
	font-weight: 300;
	margin: 0;
}
.jurisdiction_tips button {
	color: #fff;
	font-size: 12px;
	padding: 10px 0;
	margin: 10px 3px 0;
	background-color: #aaa;
	cursor: pointer;
	display: inline-block;
	box-sizing: border-box;
	border: none;
	outline: none !important;
	width: 98px;
}
.jurisdiction_tips .jurisdiction_login {
	background: #ff0099;
}
.jurisdiction_tips button:hover {
	opacity: 0.8;
}
.jurisdiction_tips_mobile {
	display: none;
}
 @media screen and (max-width: 450px) {
.jurisdiction_tips {
	width: 80%;
	padding: 20px 15px;
}
.jurisdiction_tips p {
	display: none;
}
.jurisdiction_tips .jurisdiction_tips_mobile {
	display: block;
}
.jurisdiction_tips img {
	width: 60px;
}
.jurisdiction_tips h3 {
	font-size: 16px;
}
.jurisdiction_tips p {
	font-size: 14px;
}
.jurisdiction_tips button {
	margin-top: 12px;
	padding: 8px 0;
}
}
/*内链替换的继承父样式*/
.inherit_the_style {
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
	background: inherit;
	display: unset;
	margin: 0;
	padding: 0
}
