@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
}

/* 置白  filter: grayscale(100%) brightness(600%); */
div,
p,
span,
h6,
h5,
h4,
h2,
h1,
label,
i {
	line-height: 100%;
}

textarea {
	width: 100%;
	display: block;
	white-space: pre-wrap;
	resize: none;
}

html{
	overflow-x: hidden;
}

html,
body {
	width: 100%;
	min-height: 100%;
	font: 12px/1.5 sans-serif, arial, 'MicrosoftJhengHei', 华文细黑, STHeiti, MingLiu;
	background-color: #f5f5f5;
	box-sizing: border-box;
	min-width: 1200px;
	
}

@media screen and (max-width: 1250px) {
	html {
		overflow-x: auto;
	}
}

ul,
li,
dl,
dd,
ol {
	list-style-type: none;
}

div a,
div img {
	display: block;
	outline: none;
}

input {
	width: 100%;
	display: block;
	-webkit-box-shadow: 0 0 0 1000px transparent inset;
}

.flex {
	display: flex;
}

.float {
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.zhong {
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.xend {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
}

.end {
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-o-align-items: flex-end;
	align-items: flex-end;
}

.center {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.wrap {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexCenter {
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.flexFloat {
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.flexBetween {
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.slh {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.slhTwo {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-wrap: break-word;
}

input,
p {
	margin-bottom: 0;
	padding: 0;
	outline: none;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	outline: none;
}

button,
input,
textarea {
	border: none;
	outline: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
}

select {
	width: 100%;
	border: none;
	height: 44px;
	border-radius: 5px;
	line-height: 44px;
	padding: 0 15px;
	color: #999999;
}

button:after {
	border: none;
}

.pick {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}

input[type='number'] {
	-moz-appearance: textfield;
}

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
	outline: none;
	background-size: 1rem;
}

image {
	display: block;
}

.fileInput {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	cursor: pointer;
}

.pthui {
	cursor: default;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	color: #999 !important;
	background-color: #d9d9d9;
}

/*ie8以下*/
.ieBody {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ieBg {
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ieBg p {
	width: 92%;
	height: 74vh;
	background-color: #fff;
	margin: 10vh auto 0 auto;
	color: #666;
	border-radius: 20px;
	font-size: 18px;
	font-family: '微软雅黑';
	text-align: center;
	padding-top: 90px;
}

.kuan {
	width: 1200px;
	margin: 0 auto;
}

.shou {
	cursor: pointer;
}

.shoua {
	cursor: pointer;
}

.shou.on:hover {
	opacity: 1;
}

.shou:hover {
	opacity: 0.8;
}

.img_bai {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.zhan {
	position: relative;
}

.popup {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
}

.popZhong {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

/* pagebody */

.pagebody {
	flex-direction: column;
	min-height: 100vh;
}

.flex_div {
	flex: 1;
}

.pp-footer {
	background-color: #f4f4f4;
	border-top: solid 1px #eaeaea;
}

/* // 暂无数据
 <div class="ptend_gao" v-else>
                 <div class=" ptend_div">
                     <img src="../../../static/user/wu.png" />
                     <p>没有找到匹配的结果</p>
                     <span>建议您修改关键词重新搜索</span>
                 </div>
             </div> */

.ptend_div p {
	text-align: center;
	font-size: 16px;
	color: #000000;
}

.ptend_div>span {
	text-align: center;
	font-size: 14px;
	color: #737373;
	display: block;
	margin-top: 8px;
}

.ptend_div img {
	width: 183px;
	height: 109px;
	margin: 0 auto 20px auto;
	/* zoom: 0.8; */
}

.ptend_div {
	padding: 30px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ptend_gao {
	height: calc(100vh - 448px);
	width: 100%;
}

/* 富文本解析 */
.fwbhtml {
	line-height: revert;
}

.fwbhtml ol,
.fwbhtml li,
.fwbhtml p,
.fwbhtml span,
.fwbhtml h1,
.fwbhtml h2,
.fwbhtml h3,
.fwbhtml h4,
.fwbhtml h5,
.fwbhtml h6,
.fwbhtml dd,
.fwbhtml dl,
.fwbhtml a,
.fwbhtml cite,
.fwbhtml em,
.fwbhtml b,
.fwbhtml strong {
	all: revert;
	white-space: pre-wrap;
	line-height: revert;
}

.fwbhtml img,
.fwbhtml video {
	display: inherit;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
}

.ptgdt {
	overflow: auto;
}

.ptgdt::-webkit-scrollbar {
	display: none;
}

/* element */
.el-button {
	cursor: pointer;
}

.el-cascader,
.el-select,
.el-input__inner,
.el-autocomplete {
	width: 100% !important;
}

/* el 文本域 */
.el-textarea__inner {
	resize: none !important;
}

/* pp-footer0 */

.pp-footer {
	background-color: #e6e6e6;
}

.foter_txt {
	height: 74px;
	line-height: 74px;
	font-size: 14px;
	color: #999999;
	border-top: solid 1px #d9d9d9;
}

.foter_txt a {
	margin: 0 8px;
	font-size: 14px;
	color: #999999;
	display: inline-block;
}

.footer_top {
	padding: 32px 0;
}

.footer_logo {
	width: 300px;
	height: 124px;
}

.footer_ul li {
	position: relative;
}

.footer_ul li a {
	font-size: 16px;
	color: #1a1a1a;
	padding: 0 32px;
	display: block;
	position: relative;
}

.footer_ul li:first-child::after {
	width: 0;
}

.footer_ul li::after {
	content: '';
	width: 1px;
	height: 16px;
	background-color: #cccccc;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
	z-index: 1;
}

.footer_fg span {
	width: 80px;
	height: 26px;
	background-color: #fff;
	border-radius: 2px;
	display: inline-block;
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 26px;
	position: relative;
	margin-right: 12px;
}

.footer_fg span::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left-color: #fff;
	position: absolute;
	right: -7px;
	top: 50%;
	margin-top: -2px;
	z-index: 1;
}


.footer_fg>image {
	width: 78px;
	height: 76px;
}

/* pp_header */

.pp_header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 5;
	height: 60px;
	background-color: #fff;
}

.pp_head_logo {
	/* height: 48px; */
	width: 120px;
	cursor: pointer;
}

.pp_head_menu {
	margin-left: 60px;
	font-size: 14px;
	color: #1a1a1a;
}

.pp_head_query {
	width: 100px;
	height: 36px;
	border-radius: 4px;
	border: solid 1px #015293;
	color: #015293;
	font-size: 16px;
	margin-left: 20px;
}

.pp_head_shu {
	width: 400px;
	height: 36px;
	border-radius: 4px;
	border: solid 1px #015293;
}

.pp_head_btn {
	width: 82px;
	height: 100%;
	cursor: pointer;
	background-color: #015293;
}

.pp_head_btn img {
	width: 25px;
	height: 26px;
}

.pp_head_shu input {
	width: calc(100% - 82px);
	padding: 0 10px;
	font-size: 14px;
	color: #015293;
}

.pp_head_shu input::-webkit-input-placeholder {
	color: #666666;
}

.pp_head_shu input:-moz-placeholder {
	color: #666666;
}

.pp_head_shu input:-ms-input-placeholder {
	color: #666666;
}

#divBody {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.flex_div{
	padding-top: 60px;
}

.ptnewFen{
    font-weight: bold;
    padding: 0 10px;
    line-height: normal;
    font-size: 20px;
    color: #fff !important;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 1;
    width: 100%;
}