@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt,var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,caption, tbody, tfoot, thead,th,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, rsection, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
 /* Firefox */
	-webkit-box-sizing: border-box;
 /* Safari */
}

html {
	font-size: 12px;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: "arial","PingFangSC-Regular", "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue";
	font-size: 14px;
	line-height: 1.6;
	font-weight: normal;
	color: #333;
	overflow-x: hidden;
	-webkit-overflow-scrolling:touch; 
	overflow-scrolling: touch;
}

* {
	box-sizing: border-box;
}

em {
	display: block;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

ul,ol {
	list-style-type: none;
}

em,strong,th,address {
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}

img,object,embed {
	border: 0;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

li {
	list-style-type: none;
}

strong {
	font-weight: bold;
}

input, textarea, select {
	outline: none;
}

img {
	height: auto;
	border: 0px;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}

ul, ol, li, dl {
	list-style: none;
}

i {
	font-style: normal;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}

a {
	text-decoration: none;
}

a,button,input,textarea,dt,dd,.nav li h3 {
	tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-appearance: none;
}

a, a:link {
	text-decoration: none;
	/*color: inherit!important;*/
}

a:hover {
	text-decoration: none!important;
	color: #333;
}

input:not([type]), input[type="color"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"] {
	outline: none;
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
  /* chrome */
	-webkit-appearance: none!important;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
 /*Firefox*/
}

input[type=button] {
	-webkit-appearance: none;
	outline: none
}

button {
	-webkit-appearance: none;
	outline: none
}

input:-moz-placeholder {
 /* Mozilla Firefox 4 to 18 */
	color: #cecece;
	opacity: 1;
}

input::-moz-placeholder {
 /* Mozilla Firefox 19+ */
	color: #cecece;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #cecece;
	opacity: 1;
}

input::-webkit-input-placeholder {
	color: #cecece;
	opacity: 1;
}

textarea:-moz-placeholder {
 /* Mozilla Firefox 4 to 18 */
	color: #cecece;
	opacity: 1;
}

textarea::-moz-placeholder {
 /* Mozilla Firefox 19+ */
	color: #cecece;
	opacity: 1;
}

textarea:-ms-input-placeholder {
	color: #cecece;
	opacity: 1;
}

textarea::-webkit-input-placeholder {
	color: #cecece;
	opacity: 1;
}
:focus{
	outline: none;
}




/*控制ios里面背景颜色泛白*/

input[type=button], input[type=submit], input[type=file], button {
	cursor: pointer;
	-webkit-appearance: none;
}



/* 首页 */	
.head{
	padding-top: 10px;
	padding-bottom: 24px;
}
.head .home-title{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333333;
	margin-left: 6px;
}
.address{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
	margin-left: 6px;
}
.login{
	/* width: 80px; */
	margin-left: 42px;
}
.login a{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
}
.login a:hover{
	color: #CA3B28;
}
.head-nav{
	padding-bottom: 70px;
}
.head-nav .item-nav{
	padding: 0 15px;
	display: flex;
}
.head-nav .item-nav .current-img{
	width: 17px;
	height: 17px;
	margin-right: 7px;
	position: relative;
	top: 3px;
}
.head-nav .item-nav .current-img .img{
	display: block;
	width: 100%;
	height: 100%;
}
.head-nav .item-nav a{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 18px;
	color: #333333;
}
.head-nav .item-nav a:last-of-type{
	flex: 1;
}
.head-nav .item-nav .nav-title{
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #D3432E;
}
.title{
	padding-bottom: 45px;
}
.title img{
	max-width: 145px;
}
.title h1{
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #191212;
	line-height: 75px;
	margin-left: 12px;
}
@media (max-width: 560px) {
	.title h1{
		display: none;
	}
	.head-nav{
		flex-direction: column;
		padding-bottom: 25px;
	}
	.head-nav .item-nav{
		margin-bottom: 15px;
		padding-left: 25px;
		position: relative;
	}
	.head-nav .item-nav .current-img{
		position: absolute;
		left: 0;
	}
}
/* 搜索 */
.select-options .row .options-wrap{
	width: 100%;
	flex-direction: column;
	padding: 0 15px;
}
@media (min-width: 1180px) {
	.select-options .row .options-wrap{
		width:75%;
		flex-direction: row;
	}
}

.search-wrap{
	padding-bottom: 24px;
}
.search-wrap .select-options{
	padding-bottom: 26px;
}

.search-input-wrap{
	width: 100%;
}
.search-input-wrap .input-wrap{
	flex: 1;
	height: 40px;
	border: 1px solid #ABABAB;
	border-right: none;
	border-radius: 4px 0px 0px 4px;
	padding: 8px 15px;
}
.search-input-wrap .input-wrap input{
	height: 100%;
	width: 100%;
	border: none;
}
.search-btn{
	width: 89px;
	height: 40px;
	background: #CA3B28;
	border-radius: 0px 4px 4px 0px;
	cursor: pointer;
}
.search-btn .text{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	margin-left: 8px;
}

/* 标题 */
.class-title{
	margin-bottom: 25px;
}
.class-title .conTitle{
	position: relative;
	height: 35px;
}
.class-title .conTitle img{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.class-title .conTitle .text{
	position: absolute;
	bottom: 12px;
	left: 32px;
	width: 150px;
	font-size: 22px;
	font-family: PingFang SC;
	font-weight: 800;
	color: #CF3F2B;
	z-index: 5;
}
.class-title .more{
	position: relative;
	height: 35px;
}
.class-title .more img{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.class-title .more .text{
	width: 100px;
	text-align: right;
	position: absolute;
	top: -3px;
	right: 0;
	z-index: 5;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999999;
}

/* 文章 */
.Articles{
	padding-bottom: 20px;
}
.article-list .article-item{
	margin-bottom: 30px;
	width: 100%;
	display: flex;
}

.article-item .ar-img,.article-item .ar-descript{
	width: 50%;
	height: 240px;
}

.article-item .ar-img .img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.article-item .ar-descript{	
	background: #F7F7F7;
	padding: 30px 23px;
	display: flex;
	flex-direction: column;
}
.article-item .ar-descript .date{
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999999;
}
.article-item .ar-descript .ar-title{
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
	margin: 10px 0 15px;
	position: relative;
	left: -8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.article-item .ar-descript .ar-title .tab{
	color: #CA3B28;
	flex-shrink: 0;
}
.article-item .ar-descript .ar-title .name{
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.article-item .ar-descript p{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #7B7B7B;
	line-height: 24px;
	margin-bottom: auto;
	position: relative;
	left: -6px;
}
.article-item .ar-descript a{
	width: 90px;
	height: 36px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
}
.article-item .ar-descript .view-btn{
	width: 90px;
	height: 36px;
	border: 1px solid #999999;
	border-radius: 4px;
	cursor: pointer;
}
.article-item .ar-descript .view-btn img{
	margin-left: 3px;
}
@media (max-width: 758px) {
	.article-list .article-item{
		flex-direction: column;
	}
	.article-item .ar-img,.article-item .ar-descript{
		width: 100%;
	}
}
/* 行业信息 */
.mes-descript{	
	background: #F7F7F7;
	height: 240px;
	padding: 30px 23px;
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}
.mes-descript .date{
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999999;
}
.mes-descript .ar-title{
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
	margin: 10px 0 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.mes-descript .ar-title .tab{
	color: #CA3B28;
}
.mes-descript .zy-status{
	flex-shrink: 0;
}
.mes-descript p{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #7B7B7B;
	line-height: 24px;
	margin-bottom: auto;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 3;
	overflow: hidden; 
	text-overflow: ellipsis;
}
.mes-descript a{
	width: 90px;
	height: 36px;
}
.mes-descript .view-btn{
	width: 90px;
	height: 36px;
	border: 1px solid #999999;
	border-radius: 4px;
	cursor: pointer;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
}
.mes-descript .view-btn img{
	margin-left: 3px;
}

/* 宗源 */
.ZongYuan{
	padding-top: 35px;
	padding-bottom: 15px;
	background-color: #f7f7f7;
	background: url(../img/bg-img.png) no-repeat 100% 100%;
	background-size: cover;
}
.ZongYuan .zy-descript{
	background: #FFFFFF;
}
.ZongYuan .zy-descript:hover{
	background: #CF3F2B;
}
.ZongYuan .zy-descript:hover .date,.ZongYuan .zy-descript:hover .zy-title
,.ZongYuan .zy-descript:hover .zy-area
{
	color: #FFFFFF;
}
.ZongYuan .zy-descript:hover a .view-btn{
	border-color: #FFFFFF;
	color: #FFFFFF;
}
.ZongYuan .zy-descript a .view-btn .jiao-h{
	display: block;
}
.ZongYuan .zy-descript .view-btn .jiao-w{
	display: none;
}
.ZongYuan .zy-descript:hover a .view-btn .jiao-w{
	display: block;
}
.ZongYuan .zy-descript:hover a .view-btn .jiao-h{
	display: none;
}
.mes-descript .zy-title{
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
	margin: 10px 0 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.mes-descript .zy-area{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #7B7B7B;
	line-height: 24px;
	margin-bottom: auto;
	position: relative;
	left: -6px;
	display: flex;
}
.mes-descript .zy-status{
	margin-left: 15%;
}

/* 宗谱 */
.ZongPu{
	padding-top: 35px;
	padding-bottom: 20px;
	background: #FFFFFF;
}
.zp-descript{	
	height: 240px;
	background: #F7F7F7;
	margin-bottom: 30px;
	display: flex;
}
.zp-descript .left-book{
	width: 170px;
	padding: 8px;
	background: #E2E2E2;
}
.zp-descript .left-book .w-border{
	width: 100%;
	height: 100%;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	position: relative;
	padding: 16px 13px;
}
.w-border .horn1{
	position: absolute;
	top: 5px;
	left: 5px;
	opacity: 0.3;
}
.w-border .horn2{
	position: absolute;
	top: 5px;
	right: 5px;
	opacity: 0.3;
}
.w-border .horn3{
	position: absolute;
	bottom: 5px;
	left: 5px;
	opacity: 0.3;
}
.w-border .horn4{
	position: absolute;
	bottom: 5px;
	right: 5px;
	opacity: 0.3;
}
.w-border .book-img{
	width: 100%;
	height: 100%;
	background: #FFFFFF;
}
.w-border .book-img .bimg{
	display: block;
	width: 100%;
	height: 100%;
}
.zp-descript .right-content{
	flex: 1;
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.zp-descript .right-content .pdf-img{
	margin-right: 6px;
	width: 20px;
	height: 25px;
	flex-shrink: 0;
}
.img{
	display: block;
	width: 100%;
	height: 100%;
}
.zp-descript .right-content .b-name{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
	margin-bottom: 20px;
}
.zp-descript .right-content .b-dec,.zp-descript .right-content .b-addre,.zp-descript .right-content .pg{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
}
.zp-descript .right-content .b-dec{
	position: relative;
	left: -6px;
}
.zp-descript .right-content .b-addre{
	margin: 15px 0;
}
/* 优秀谱管 */
.Spectral-Tube{
	background: #F7F7F7;
	padding-top: 35px;
	padding-bottom: 60px;
}
.swiper-container {
    width: 100%;
    height: 228px;
}
.swiper-container .swiper-slide{
    background: #FFFFFF;
	padding: 12px 9px;
	display: flex;
}
.swiper-slide .left-headimg{
	flex-shrink: 0;
	width: 150px;
	height: 100%;
	border: 4px solid #FFBA01;
}
.swiper-slide .left-headimg .img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-slide .right-content{
	padding: 3% 4%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.swiper-slide .right-content li{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #7B7B7B;
	display: flex;
}
.swiper-slide .right-content li .p-img{
	width: 18px;
	height: 18px;
	margin-left: 6px;
}
.swiper-slide .right-content li .p-img .img{
	display: block;
	width: 100%;
	height: 100%;
}
.swiper-slide .right-content li .content{
	flex: 1;
	color: #333333;
}
.swiper-slide .right-content li ul{
	position: relative;
	left: -6px;
}
.swiper-slide .right-content li ul li{
	margin-right: 5px;
}
ul{
	margin-bottom: 0!important;
}
.swiper-content{
	position: relative;
	overflow: visible;
}
.swiper-button-prev{
	left: 0;
	margin-left: -28px;
}
.swiper-button-next{
	right: 0;
	margin-right: -28px;
}
.swiper-button-prev,.swiper-button-next{
    width: 56px!important;
    height: 56px!important;
    background: #000000;
    opacity: 0.1;
    border-radius: 50%;
}
.swiper-button-prev:after,.swiper-button-next:after{
	color: #FFFFFF;
	font-size: 30px!important;
}
@media (max-width: 560px) {
	.swiper-button-prev{
		left: 0;
		margin-left: -20px;
	}
	.swiper-button-next{
		right: 0;
		margin-right: -20px;
	}
	.swiper-button-prev,.swiper-button-next{
		width: 40px;
		height: 40px;
	}
	.swiper-button-prev:after,.swiper-button-next:after{
		font-size: 20px;
	}
}
/* foot */
.footer{
	background: #f7f7f7;
	padding-top: 22px;
	text-align: center;
}
.footer .bottom-tab{
	font-size: 17px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #7B7B7B;
	line-height: 17px;
	margin-bottom: 15px!important;
}
.footer .bottom-tab span{
	width: 12px;
	height: 12px;
	background: #7B7B7B;
	transform-origin: center center;
	/* Rotate div */
    transform:rotate(45deg);
	-ms-transform:rotate(45deg); /* IE 9 */
	-webkit-transform:rotate(45deg); /* Safari and Chrome */
}
.footer .bottom-tab li{
	padding: 0 20px;
	border-right: 1px solid #7B7B7B;
}
.footer .bottom-tab li:last-of-type{
	border-right: none;
}
@media (max-width: 580px){
	.footer .bottom-tab li{
		margin: 10px 10px;
	}
	.footer .bottom-tab{
		font-size: 15px;
		flex-wrap: wrap;
	}
}
.footer .bottom-tab a{
	color: #7B7B7B;
}
.footer .bottom-tab a:hover{
	color: #333333;
}
.footer .bottom-dec{
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #7B7B7B;
	margin-bottom: 24px!important;
}
.footer p{
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #7B7B7B;
	padding-bottom: 35px;
}



/* 宗源页面 */
.ZongYuan.ZongYuan-main{
	background-color: #FFFFFF;
	background-image: none;
}
.ZongYuan.ZongYuan-main .zy-descript{
	background: #f7f7f7;
}
.ZongYuan.ZongYuan-main .zy-descript:hover{
	background: #CF3F2B;
}

.wait-ZongYuan .swiper-slide .wt-zy{
	width: 100%!important;
}
.wait-ZongYuan .swiper-container{
	height: 240px;
}
.wait-ZongYuan .swiper-slide .com-pe{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #7B7B7B;
	line-height: 24px;
}
.search-ZongYuan{
	padding-top: 40px;
	padding-bottom: 100px;
	overflow: hidden;
}
.table thead tr{
	background: #E2E2E2;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #333333;
	line-height: 32px;
}
.table tbody tr{
	background: #F7F7F7;
	border-top: 1px solid #FFFFFF;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
	cursor: pointer;
}
.table tbody tr td:first-child{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 120px;
}
.table tbody tr td:nth-child(2){
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 200px;
}
.table tbody tr td:nth-child(3){
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 200px;
}
.table tbody tr:hover{
	color: #CA3B28;
}
@media (max-width: 992px) {
	.search-ZongYuan .table-responsive table{
		width: 992px;
	}
}

/* 分页 */
.paginations{
 margin: 35px 0;
}
.paginations .pre-page,.paginations .next-page{
 width: 100px;
 height: 40px;
 border: 1px solid #C2C2C2;
 border-radius: 20px;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 16px;
 font-family: PingFang SC;
 font-weight: 400;
 color: #666666;
 cursor: pointer;
}

.paginations li:first-child,.paginations li:last-child{
 width: 100px;
 height: 40px;
 border: 1px solid #C2C2C2;
 border-radius: 20px;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 16px;
 font-family: PingFang SC;
 font-weight: 400;
 color: #666666;
 cursor: pointer;
}

.paginations .next-page{
 margin-left: 15px;
}
.paginations li:last-child{
 margin-left: 15px;
}


.paginations .item-page
{
 width: 40px;
 height: 40px;
 border: 1px solid #C2C2C2;
 border-radius: 50%;
 font-size: 18px;
 font-family: PingFang SC;
 font-weight: 400;
 color: #666666;
 display: flex;
 align-items: center;
 justify-content: center;
 margin-left: 15px;
 cursor: pointer;
}

.paginations li
{
 width: 40px;
 height: 40px;
 border: 1px solid #C2C2C2;
 border-radius: 50%;
 font-size: 18px;
 font-family: PingFang SC;
 font-weight: 400;
 color: #666666;
 display: flex;
 align-items: center;
 justify-content: center;
 margin-left: 15px;
 cursor: pointer;
}

.paginations li a{
 color: #666666;
 display: block;
}

.paginations .item-page.page-dot{
 padding-bottom: 9px;
}
.paginations .item-page:hover{
 border: 1px solid #CA3B28;
 color: #CA3B28;
}

.paginations li:hover{
 border: 1px solid #CA3B28;
 color: #CA3B28;
}

.paginations li:hover a{
 color: #CA3B28;
}

.paginations .item-page.current{
 border: none;
 color: #FFFFFF;
 background: #CA3B28;
}
@media (max-width: 768px) {
 .paginations .item-page{
  display: none;
 }

 .paginations li{
  display: none;
 }

 .paginations .item-page.mobile_page{
  display: flex;
  margin-left: 5px;
 }
 .paginations .next-page{
  margin-left: 5px;
 }

 .paginations li:last-child {
  margin-left: 5px;
 }
}

/* 查找宗源 */
.zy-search{
	margin-bottom: 30px;
}
@media (max-width: 992px) {
	.zy-search{
		flex-direction: column;
	}
	.zy-search .seInputW{
		margin-bottom: 20px;
	}
}
.zy-search .seInputW{
	display: flex;
}
.zy-search .seInputW .input-wrap{
	width: 299px;
	height: 40px;
	border: 1px solid #C2C2C2;
	border-radius: 4px;
	padding: 8px 15px;
}
.zy-search .seInputW .input-wrap .input{
	width: 100%;
	height: 100%;
	border: none;
}
.zy-search .seInputW .seBtn{
	width: 89px;
	height: 40px;
	background: #CA3B28;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
}
.add-zy{
	width: 148px;
	height: 40px;
	background: #CA3B28;
	border-radius: 4px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

/* 宗谱页面 */
.wait-ZongYuan .swiper-slide .zp-descript{
	width: 100%!important;
}
.wait-ZongYuan .swiper-container .swiper-slide{
	padding: 0;
}
.wait-ZongYuan .swiper-container .swiper-slide .right-content{
	justify-content: center;
}

/* 文章页面 */
.Articles .paginations{
	padding-bottom: 100px;
}
.ar-card{
	margin-bottom: 30px;
}
.ar-card .ar-img{
	width: 100%;
	padding-bottom: 65%;
	position: relative;
}
.ar-card .ar-img .img{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ar-card .ar-descript{	
	background: #F7F7F7;
	/* padding: 30px 23px; */
	display: flex;
	flex-direction: column;
}
.ar-card .ar-descript .date{
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999999;
}
.ar-card .ar-descript .ar-title{
	/* font-size: 20px; */
	font-family: PingFang SC;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
	margin: 10px 0 15px;
	position: relative;
	left: -8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ar-card .ar-descript .ar-title .tab{
	color: #CA3B28;
	flex-shrink: 0;
}
.ar-card .ar-descript .ar-title .name{
	flex: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ar-card .ar-descript p{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #7B7B7B;
	line-height: 24px;
	margin-bottom: 20px;
	position: relative;
	left: -6px;
}
.ar-card .ar-descript a{
	width: 90px;
	height: 36px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
}
.ar-card .ar-descript .view-btn{
	width: 90px;
	height: 36px;
	border: 1px solid #999999;
	border-radius: 4px;
	cursor: pointer;
}
.ar-card .ar-descript .view-btn img{
	margin-left: 3px;
}

/* 文章详情 */
.Articles .detail-top{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 50px;
	position: relative;
}
.Articles .detail-top .article-title{
	font-size: 28px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #333333;
	margin-bottom: 24px;
}
.Articles .detail-top .article-dec{
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999999;
}
.Articles .detail-top .article-dec .date{
	margin: 0 24px;
}
.Articles .detail-top .share-links{
	position: absolute;
	top: 60px;
	left: 2em;
	font-size: 16px;
	width: 360px;
}
@media (max-width: 1280px) {
	.Articles .detail-top .share-links{
		top: 90px;
	}
}
.Articles .detail-content{
	padding-bottom: 20px;
}
.Articles .detail-content p{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	margin-bottom: 30px;
	text-indent: 2em;
}
.Articles .detail-content img{
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
}

/* 头部导航切换 */
.sec-tabs-wrap{
	margin-top: 40px;
	margin-bottom: 40px;
}

.sec-tabs-wrap ul{
	min-height: 82px;
	background: #f7f7f7;
	flex-wrap: wrap;
}
.sec-tabs-wrap ul li a{
	display: block;
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 82px;
}
.sec-tabs-wrap ul li{
	position: relative;
	padding: 0 10px;
}
.sec-tabs-wrap ul .current a{
	color: #CA3B28;
}
.sec-tabs-wrap ul li .tab-img{
	position: absolute;
	left: 1px;
	top: -40px;
	width: 80px;
	height: 112px;
}
@media (max-width: 568px) {
	.sec-tabs-wrap ul{
		min-height: 70px;
	}
	.sec-tabs-wrap ul li a{
		font-size: 20px;
		line-height: 70px;
	}
	.sec-tabs-wrap ul li .tab-img{
		width: 60px;
		height: 88px;
		left: 5px;
		top: -28px;
	}
}
.Tube-slide{
	display: flex;
	background: #F7F7F7;
	margin-bottom: 10px;
	height: 180px;
}
.Tube-slide .left-headimg{
	width: 145px;
	/* height: 100%; */
	flex-shrink: 0;
	border: 4px solid #FFBA01;
}
.Tube-slide .left-headimg .img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.Tube-slide .right-content{
	padding: 3% 4%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.Tube-slide .right-content .p-img{
	margin-left: 6px;
}
.Tube-slide .right-content li{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #7B7B7B;
	display: flex;
}
.Tube-slide .right-content li .content{
	flex: 1;
	color: #333333;
}
.Tube-slide .right-content li ul{
	position: relative;
	left: -6px;
}
.Tube-slide .right-content li ul li{
	margin-right: 5px;
}

.ZongPu.zy-detail{
	padding-bottom: 0;
}
.zy-detail-ar{
	padding-top: 35px;
}

.item-zy-detail{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	background: #f7f7f7;
	padding: 40px 0;
}
.item-zy-detail .de-title{
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
	margin-bottom: 10px;
}
.item-zy-detail .de-date{
	margin-bottom: 45px;
}
.item-zy-detail .top-detail{
	flex-wrap: wrap;
}
.item-zy-detail .item-detail{
	margin-top: 25px;
}
.item-zy-detail .item-detail .content{
	flex: 1;
	text-align: justify;
}
.item-zy-detail .item-detail .content img{
	max-width: 100%;
}

/* 宗谱详情 */
.zp-content{
	padding-bottom: 100px;
	min-height: 600px;
}
.zp-content p{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	text-indent: 2em;
}
.zp-detail{
	min-height: 360px;
}
.zp-detail .left-book{
	width: 270px;
	height: 360px;
}
.zp-detail .right-content{
	padding: 60px 20px 30px;
}
.zp-detail .right-content .b-name{
	font-size: 22px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
}
.zp-detail .right-content .pdf-img{
	width: 23px;
	height: 28px;
}
.zp-detail .right-content .read-count{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999999;
}
.zp-detail .right-content .p-dec1{
	margin-bottom: 10px;
}
.zp-detail .right-content .p-dec1,.zp-detail .right-content .p-dec2{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
}
.zp-detail .right-content .p-dec2{
	margin-bottom: 18px;
}
.zp-detail .right-content .p-dec2 .code-img{
	width: 120px;
	height: 120px;
	border-radius: 6px;
	margin-left: 12px;
}
.zp-detail .right-content .read-btn{
	width: 120px;
	height: 40px;
	background: #CA3B28;
	border-radius: 4px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	margin-right: 15px;
	margin-bottom: 10px;
	cursor: pointer;
}
.zp-detail .right-content .down-btn{
	width: 120px;
	height: 40px;
	background: #FFA200;
	border-radius: 4px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	margin-right: 15px;
	margin-bottom: 10px;
	cursor: pointer;
}
.zp-detail .right-content .edit-btn{
	width: 120px;
	height: 40px;
	border: 1px solid #999999;
	border-radius: 4px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

@media (max-width: 1028px) {
	.zp-detail{
		flex-direction: column;
		height: auto;
		align-items: center;
		padding-top: 30px;
	}
}
@media (max-width: 500px) {
	.zp-detail .left-book{
		width: 200px;
		height: 240px;
	}
	.zp-detail .right-content{
		padding-top: 30px;
	}
	.zp-detail .right-content .b-name{
		flex-direction: column;
	}
	.zp-detail .right-content .bottom-btn{
		flex-direction: column;
	}
}

.mask{
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 10;
	background: rgba(0,0,0,0.3);
	display: none;
}
.read-modal,.download-modal,.edit-modal{
	display: none;
	position: fixed;
	width: 670px;
	height: 484px;
	background: #FFFFFF;
	border-radius: 6px;
	z-index: 99;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin:auto;
}
.read-modal .model-top{
}
.close-img{
	padding: 16px;
	box-sizing: content-box;
}
.read-modal .logo-img{
	width: 95px;
	height: 95px;
}
.download-modal .logo-img,.edit-modal .logo-img{
	width: 95px;
	height: 95px;
}
.model-content{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.model-input-wrap{
	margin-top: 30px;
}
.model-input-wrap .input-wrap{
	width: 268px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	padding: 5px 9px;
}
.model-input-wrap .input-wrap .input{
	width: 100%;
	height: 100%;
	border: none;
}
.model-input-wrap .enter-read-btn{
	width: 100px;
	height: 40px;
	background: #CA3B28;
	border-radius: 4px;
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 18px;
	cursor: pointer;
}
.model-content .care-text{
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
}
.code-wrap{
	width: 492px;
}

.code-price{
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
}
.code-text{
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
}
.item-code{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
	margin-right: 10px;
}
.item-code .code-img{
	width: 120px;
	height: 120px;
}
.item-code .code-img .img{
	display: block;
	width: 100%;
	height: 100%;
}
.model-content .model-balance{
	width: 492px;
	margin: 25px 0;
}
.model-content .bd-btn{
	width: 120px;
	height: 40px;
	background: #CA3B28;
	border-radius: 4px;
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
}
.left-tip{
	margin-right: 26px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333333;
	align-items: flex-start;
}
.left-tip img{
	margin-right: 7px;
}
@media (max-width: 800px){
	.read-modal,.download-modal,.edit-modal{
		width: 500px;
		height: 600px;
	}
	.read-modal .model-input-wrap,.download-modal .model-input-wrap,.edit-modal .model-input-wrap{
		flex-direction: column;
		align-items: flex-start!important;
	}
	.read-modal .model-balance,.download-modal .model-balance,.edit-modal .model-balance{
		flex-direction: column;
		align-items: flex-start!important;
		width: 386px;
	}
	.read-modal .code-wrap,.download-modal .code-wrap,.edit-modal .code-wrap{
		flex-direction: column;
		align-items: flex-start!important;
		width: 386px;
	}
	.model-content .left-tip{
		margin-bottom: 10px;
	}
}
@media (max-width: 568px){
	.read-modal,.download-modal,.edit-modal{
		width: 90%;
		height: 550px;
	}
	.read-modal .model-content,.download-modal .model-content,.edit-modal .model-content{
		transform: scale(0.8);
		transform-origin: center center;
	}
	.read-modal .model-input-wrap,.download-modal .model-input-wrap,.edit-modal .model-input-wrap{
		margin-top: 10px;
	}
}
@media (max-width: 320px){
	.read-modal .model-content,.download-modal .model-content,.edit-modal .model-content{
		transform: scale(0.7);
		transform-origin: center center;
	}
}

/* pdf阅读页 */
.pdf-page{
	min-height: 100vh;
	background: url(../img/bg-img1.png) no-repeat right bottom;
	padding-bottom: 30px;
	background-size:100% 100%;
}
.pdf-page .main{
	padding-top: 30px;
}
.pdf-page .down-btn{
	width: 60px;
	height: 60px;
	background: #CF3F2B;
	border-radius: 10px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
	cursor: pointer;
}
.pdf-page .down-btn .down-img{
	width: 25px;
	height: 18px;
}
.pdf-page .down-btn .down-img .img{
	display: block;
	width: 100%;
	height: 100%;
}
.pdf-page .main .read-content-wrap{
}
.pdf-page .main .read-content-wrap .read-content{
	flex: 1;
	margin: 0 50px;
	display: flex;
	flex-direction: column;
}
.read-content-wrap .left-btn,.read-content-wrap .right-btn{
	width: 60px;
	height: 60px;
	background: #B6B6B6;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	cursor: pointer;
}
.read-content-wrap .left-btn .iconfont,.read-content-wrap .right-btn .iconfont{
	font-size: 20px;
}
.read-content .content-top{
	width: 100%;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	padding-bottom: 20px;
}
.read-content .content-top .tuichu-img{
	width: 18px;
	height: 16px;
	margin-right: 3px;
}
.read-content .content-top .left-back{
	cursor: pointer;
	color: #666666;
}
.img{
	display: block;
	width: 100%;
	height: 100%;
}
.read-content .content-top .top-title{
	font-size: 22px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
}
.read-content .content-top .right-pages .loop-page{
	margin-right: 15px;
}
.read-content .content-top .right-pages .loop-input{
	width: 50px;
	height: 28px;
	border: 1px solid #C2C2C2;
	border-radius: 4px;
	margin-right: 5px;
}
.read-content .content-top .right-pages .loop-page input{
	width: 100%;
	height: 100%;
	border: none;
	background: transparent;
	color: #666666;
}
#loop{
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
	cursor: pointer;
}
.read-content .content-pdf{
	border: 9px solid #e6e6e6;
	background: #FFFFFF;
	padding-bottom: 136%;
	position: relative;
}
#the-canvas{
	width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
@media (max-width: 768px) {
	.read-content-wrap{
		position: relative;
	}
	.read-content-wrap .left-btn,.read-content-wrap .right-btn{
		position: absolute;
		width: 50px;
		height: 50px;
	}
	.read-content-wrap .left-btn{
		left: 0;
		z-index: 99;
	}
	.read-content-wrap .right-btn{
		right: 0;
		z-index: 99;
	}
	.pdf-page .main .read-content-wrap .read-content{
		margin: 0 20px;
	}
	.read-content .content-top{
		flex-wrap: wrap;
	}
	.read-content .content-top .top-title{
		font-size: 18px;
		order: -1;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.pdf-page .down-btn{
		margin-top: 30px;
	}
}

/* 链接导航 */
/* 续谱软件 */
.link-nav .product-teaching{
	/* padding-bottom: 30px; */
	padding-top: 50px;
}
.link-nav .conS-know{
	padding-bottom: 100px;
}
.link-nav .ar-descript .ar-title{
	left: 0;
}
/* 标题二 */
.link-title{
	margin-bottom: 25px;
}
.link-title .conTitle{
	position: relative;
	height: 35px;
}
.link-title .conTitle img{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.link-title .conTitle .text{
	position: absolute;
	bottom: 12px;
	left: 24px;
	width: 150px;
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 800;
	color: #333333;
	z-index: 5;
}
.ar-descript .down-btn{
	width: 78px;
	height: 36px;
	background: #FFA200;
	border-radius: 4px;
	color: #FFFFFF;
}
.ar-descript img{
	margin-left: 5px;
}

.teaching-title{
	width: 500px;
	justify-content: space-between;
}

.tab-switch{
	display: flex;
	position: relative;
	top: -5px;
}
.tab-switch li{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding:0 20px;
	cursor: pointer;
}
@media (max-width:560px) {
	.teaching-title{
		width: 100%;
	}
	.tab-switch li{
		padding:0 10px;
	}
}
.tab-switch li .tab-name{
	font-size: 16px;
	color: #333333;
}
.tab-switch li .line{
	width: 15px;
	height: 2px;
	background: #CA3B28;
	display: none;
}
.tab-switch li.current .tab-name{
	color: #CF3F2B;
}
.tab-switch li.current .line{
	display: block;
}

/* 广告链接 */
.ad-articles{
	padding-top: 20px;
}
.ad-articles-link,.font-link{
	padding-bottom: 50px;
}
.users-articles{
	padding-bottom: 100px;
}
.link-head .class-title{
	width: 150px;
}
@media (max-width: 820px) {
	.link-head{
		flex-direction: column;
		padding-bottom: 20px;
	}
}

/* 表格自适应 */
.ad-articles .table tbody tr td:first-child{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 120px;
}
.ad-articles .table tbody tr td:nth-child(2){
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 120px;
}
.ad-articles .table tbody tr td:nth-child(3){
	min-width: 80px;
}
.ad-articles .table tbody tr td:nth-child(4){
	min-width: 120px;
}
.ad-articles .table tbody tr td:nth-child(5){
	min-width: 100px;
}
.users-articles .users-top{
	display: flex;
	justify-content: space-between;
}
@media (max-width: 820px) {
	.users-articles .users-top{
		flex-direction: column;
		padding-bottom: 20px;
	}
}

/* 广告文章 */
.ad-modal{
	display: none;
	position: fixed;
	width: 560px;
	height: 354px;
	background: #FFFFFF;
	border-radius: 6px;
	z-index: 99;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin:auto;
}

.ad-modal .logo-img{
	width: 95px;
	height: 95px;
}
.ad-modal .model-content .model-balance{
	width: 386px;
	margin: 25px 0;
}

@media (max-width: 568px){
	.ad-modal{
		width: 90%;
		height: 320px;
	}
	.ad-modal .model-content{
		transform: scale(0.8);
		transform-origin: center center;
	}
}
@media (max-width: 320px){
	.read-modal .model-content,.download-modal .model-content{
		transform: scale(0.7);
		transform-origin: center center;
	}
}
.ad-article-title{
	padding-bottom: 10px;
	border-bottom: 1px solid #e2e2e2;
	margin-top: 10px;
	margin-bottom: 65px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999999;
}
.ad-article-title img{
	display: block;
	width: 15px;
	height: 15px;
}
.ad-article-title a{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999999;
	margin: 0 3px;
}
.ad-article-title a:last-child{
	color: #333333;
}

/* 增加宗源 */
.layui-btn{
	height: 40px;
	background: #CF3F2B;
}
.layui-btn-primary{
	background-color: transparent;
}
.layui-btn-primary:hover{
	border-color: #CF3F2B;
}
.layui-form-label{
	width: 140px;
	font-size: 16px;
}
.layui-form-label span{
	color: #CF3F2B;
	font-weight: bold;
	margin-right: 2px;
}
.layui-input-block{
	margin-left: 140px;
}
.form-textarea{
	display: flex;
}
.textarea-input{
	flex: 1;
}
.button:focus{
	outline: none;
}
.layui-form-select dl dd.layui-this{
	background-color: #CF3F2B;
}
.layui-form-label, .layui-form-mid, .layui-form-select, .layui-input-block, .layui-input-inline, .layui-textarea{
	font-size: 14px;
}
.layui-form-checked[lay-skin=primary] span{
	font-size: 14px;
}
.layui-form-checked[lay-skin=primary] i{
	background-color: #CF3F2B;
	border-color: #CF3F2B!important;
}
.layui-form-checkbox[lay-skin=primary]:hover i{
	border-color: #CF3F2B!important;
}
@media (max-width: 800px){
	.acquisition-table .layui-form-item{
		display: flex;
		flex-direction: column;
	}
	.acquisition-table .layui-form-item .layui-input-inline{
		width: 100%!important;
		flex: 1;
		margin-bottom: 10px;
		margin-left: 0;
	}
	.acquisition-table .layui-form-label{
		padding-left: 0;
		text-align: left;
	}
	.acquisition-table .textarea-input{
		margin-bottom: 10px;
	}
	.acquisition-table .layui-input-block{
		margin-left: 0;
	}
}

/* 登录 */
html,body{
	height: 100%;
}
.bg-w{
	width: 100%;
	min-height: calc(100% - 250px);
	background: url(../img/bg-img2.png) no-repeat bottom right;
	background-color: #FFFFFF;
	padding-top: 80px;
}
@media (max-width: 560px){
	.bg-w{
		padding-top: 0px;
	}
}
.bg-w .bg-bottom-text{
	bottom: 0;
	padding: 30px;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #C2C2C2;
	border: 1px solid #EFEFEF;
	margin-top: 20px;
}
/* 多选框 */
.bg-w .layui-form-checkbox[lay-skin=primary]:hover i{
	border-color: #CF3F2B;
}
.bg-w .layui-form-checked[lay-skin=primary] i{
	border-color: #CF3F2B!important;
	background-color: #CF3F2B;
}
.lg-wrap{
	position: relative;
	width: 400px;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.lg-title{
	font-size: 28px;
	font-weight: bold;
	color: #222222;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 5px 0;
}
.lg-img{
	/*width: 60px;*/
	height: 62px;
	/*margin-right: 15px;*/
}
.lg-img .img{
	display: block;
	width: 100%;
	height: 100%;
}
.item-inp{
	margin-top: 30px;
}
.inp-wrap,.code-inp-wrap{
	height: 40px;
	border: 1px solid #D2D2D2;
	border-radius: 4px;
	padding:5px 10px;
	box-sizing: border-box;
}
.code-wraps{
	display: flex;
	margin-top: 20px;
	align-items: center;
}
.code-inp-wrap{
	flex: 1;
}
.code-img{
	width: 118px;
	height: 50px;
	margin-left: 20px;
}
.code-img img{
	display: block;
	width: 100%;
	height: 100%;
}
.inp-wrap .input,.code-inp-wrap .input{
	width: 100%;
	height: 100%;
	border: none;
	background: transparent;
	font-size: 14px;
	color: #333333;	
	line-height: 20px;
}
.inp-wrap:focus-within,.code-inp-wrap:focus-within{
	border: 1px solid #CF3F2B;
}
.remeber-wrap{
	margin-top: 20px;
	font-size: 14px;
	color: #7B7B7B;
}

.bottom-wrap{
	margin-top: 30px;
}
.bottom-wrap .bottom-btn{
	height: 40px;
	background: #CF3F2B;
	border-radius: 4px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}
.bottom-text{
	padding: 10px;
	display: flex;
	justify-content: space-between;
}
.bottom-text a{
	font-size: 14px;
	color: #666666;
}
.bottom-text a:hover{
	color: #c2c2c2;
}
@media (max-width: 400px) {
	.lg-wrap{
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.lg-title{
		font-size: 25px;
	}
}
@media (max-width: 320px) {
	.lg-title{
		font-size: 22px;
	}
}

/* 找回密码 */
.item-inp .item-text,.send-code-wrap .item-text{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
	padding-bottom: 5px;
}
.send-code-wrap{
	margin-top: 30px;
}
.send-code-wrap .input-code{
	display: flex;
}
.send-code-wrap .input-code .code-inp-wrap{
	flex: 1;
}
.send-code-wrap .input-code .send-code{
	width: 107px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #CF3F2B;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	color: #CF3F2B;
	margin-left: 15px;
	box-sizing: border-box;
	cursor: pointer;
}

.f-mask{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	background: rgba(0,0,0,0.3);
}
.f-tips-popup{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 21;
	background: #FFFFFF;
	width: 350px;
	height: 383px;
	box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.11);
	border-radius: 10px;
	padding: 50px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	display: none;
}
.f-tips-popup .pop1{
	width: 121px;
	height: 121px;
	background: #F7F7F7;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.f-tips-popup .f-text{
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #CF3F2B;
	display: flex;
	align-items: center;
}
.f-tips-popup .f-text .pop-img2{
	margin-right: 10px;
}
.f-tips-popup a{
	width: 100%;
	height: 40px;
	background: #CF3F2B;
	border-radius: 4px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 40px;
	color: #FFFFFF;
	text-align: center;
}
@media (max-width: 500px) {
	.f-tips-popup{
		transform-origin: center center;
		transform: scale(0.8);
	}
}
/* 注册 */

.rg-wrap{
	width: 467px;
	margin: 0 auto;
}
.bg-w.r-bg-w{
	height: auto;
	min-height: 100%;
	position: relative;
}
.select-wrap{
	display: flex;
	flex-wrap: wrap;
}
.r-code-wrap{
	margin-top: 10px;
}
.r-code-wrap .item-text{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
	padding-bottom: 5px;
}
.r-code-wrap .code-wrap{
	margin-top: 0;
}
@media (max-width: 500px) {
	.rg-wrap{
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	
}

.bottom-agreement{
	margin-top: 15px;
	display: flex;
	align-items: center;
}
.bottom-agreement .agreement-text{
	font-size: 14px;
	color: #7B7B7B;
}
.bottom-agreement .agreement-text a{
	color: #CF3F2B;
}

.bottom-tips{
	display: flex;
	margin-top: 100px;
	font-size: 14px;
	color: #999999;
	justify-content: center;
	padding: 0 10px;
}
.bottom-tips .tip-icon{
	display: block;
	width: 14px;
	height: 14px;
	flex-shrink: 0;
	margin-right: 5px;
	position: relative;
	top: 4px;
}

/* 广告位 */
.ad-page{
	padding-top: 50px;
	padding-bottom: 50px;
}
.ad-page .poster{
	padding-bottom: 20%;
	position: relative;
}
.ad-page .poster .img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 子站 */
.child-detail-wrap{
	margin-bottom: 55px;
}
.child-detail-wrap .child-detail{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	padding: 15px;
	background: #F8F8F8;
	border-radius: 10px;
}

.layui-form-radio>i:hover, .layui-form-radioed>i{
	color: #CA3B28;
}

.model-content .bd-btn{
	width: 100px;
	text-align: center;
	line-height: 40px;
}

/* 切换城市 */
.change-city-wrap{
	font-size: 12px;
	margin: 0 10px 0 6px;
	color: #555555;
}
.change-city{
	color: #666666;
	cursor: pointer;
}
.change-city:hover{
	color: #CA3B28;
}
@media (max-width: 560px) {
	.login {
	    margin-left: 22px;
	}
}
.select-city-text{
	font-size: 14px;
	line-height: 40px;
	margin-right: 10px;
}
.change-city-popup{
	width: 500px;
	height: 400px;
}
@media (max-width: 800px){
	.change-city-popup {
	    width: 400px;
	    height: 400px;
	}
}
@media (max-width: 568px){
	.change-city-popup {
	    width: 90%;
	    height: 400px;
	}
}



.hn_body.web-msg .layui-form-label {
	width: 56px!important;
}
.hn_body.web-msg .layui-input-block {
	margin-left: 86px;
}
.hn_body.web-msg .layui-input-inline {
	margin-left: 86px;
}
.web-msg .layui-container{
	padding: 0;
}
.web-head{
	margin-bottom: 15px;
}
.web-head a{
	color: #CF3F2B;
	padding: 0 5px;
	margin-right: 3px;
	line-height: 10px;
	border-left: 1px solid #CF3F2B;
	border-right: 1px solid #CF3F2B;
}
.web-head a:first-child{
	border-left: none;
}
.web-head a:last-child{
	border-right: none;
}
.web-msg .msg-code-wrap{
	display: flex;
	align-items: center;
	position: relative;
	top: -6px;
}
.web-msg .msg-code{
	width: 150px;
	height: 50px;
}

.web-msg .msg-code .img{
	width: 100%;
	height: 100%;
	display: block;
}




.zy-descript .zy-code{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #7B7B7B;
	line-height: 24px;
}
.zy-descript:hover .zy-code{
	color: #FFFFFF;
}
.zy-descript .zy-area{
	margin-bottom: 20px;
}


a{
	color: inherit;
}
/* 新页面 */
.new-page{
	padding-bottom: 100px;
}
.new-page .new-list .new-item .conTitle .text{
	color: #000;
	font-size: 16px;
}
.new-page .new-list .new-item .more{
	color: #999999;
}
.new-page .new-list .new-item .ar-img{
	height: 160px;
}
.new-page .new-list .new-item .ar-img .img{
	width: 100%;
	height: 100%;
	display: block;
/* 	object-fit: cover; */
}
.new-page .new-list .new-item .pa-descript .pa-title{
	font-size: 14px;
	color: #000;
	margin: 10px 0 20px;
	position: relative;
	cursor: pointer;
	display: block;
}
.new-page .new-list .new-item .pa-descript .pa-title:hover{
	opacity: 0.9;
}
.new-page .new-list .new-item .pa-descript .pa-title::after{
	content: ">";
	background: #fff;
	z-index: 99;
	height: 21px;
}
.new-page .new-list .new-item .pa-descript .page-wrap .pa-item{
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	line-height: 25px;
	display: block;
	position: relative;
	cursor: pointer;
	color: #333333;
}
.new-page .new-list .new-item .pa-descript .page-wrap .pa-item:hover{
	opacity: 0.9;
}
.new-page .new-list .new-item .pa-descript .page-wrap .pa-item::after{
	content: ">";
	display: block;
	position: absolute;
	right: 0;
	background: #fff;
	z-index: 99;
	padding: 0 3px;
	height: 100%;
	top: 0;
}
.new-page .new-list .new-item .pa-descript .page-wrap .pa-item span{
	color: #CF3F2B;
}

.new-page .right-zy .conTitle .text{
	color: #000;
	font-size: 16px;
}
.new-page .right-zy{
	/* 、height: 390px; */
}
.new-page .right-zy .descript{
	display: flex;
	align-items: baseline;
	line-height:200%;
}
.new-page .right-zy .ar-title{
	width: 30%;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 5px;
	color: #333333;
}
.new-page .right-zy .ar-area{
	width: calc(70% - 5px);
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333333;
}

.new-page .right-zp .conTitle .text{
	color: #000;
	font-size: 16px;
}
.new-page .right-zp .zp-list{
	display: flex;
	width: calc(100% + 10px);
	flex-wrap: wrap;
}
.new-page .right-zp .zp-list .zp-item{
	display: block;
	width: calc((100% / 2) - 10px);
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 10%;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	
	

}
.new-page .right-zp .zp-list .zp-item img{
	
	object-fit: cover; 
	height:230px;
	

	/* object-fit: cover; */
	opacity: 0.9;
}
.new-page .right-zp .zp-list .zp-item .bottom-text-wrap{
	position: absolute;
	width: 100%;
	padding: 3px 5px;
	/* background: rgba(0,0,0,0.3); */
}
.new-page .right-zp .zp-list .zp-item .bottom-text-wrap .title{
	color: #000;
	/* color: #fff;
	font-size: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 0; */
}
.new-page .right-zp .zp-list .zp-item .bottom-text-wrap .address{
	/* color: #999999;
	font-size: 7px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: 0; */
}
@media (max-width: 560px) {
	.new-page .right-zp .zp-list .zp-item {
		width: calc((100% / 2) - 10px);
		margin-right: 10px;
		margin-bottom: 10px;
		padding-bottom: 10%;
	}
}

.ad-page-banner{
	max-height: 400px;
}
.ad-page-banner .poster{
	max-height: 400px;
}
.ad-page-banner .poster .img{
	display: block;
	max-height: 400px;
	object-fit: cover;
}

.head .home-title{/* font-size:18px !important; */}
.login a {/* font-size:18px !important; */}
.currenttab div{
	border-bottom:2px solid red;
}

.userpath a {color:red;}


.layui-nav .layui-nav-item a{font-size:16px !important;}


@media (max-width: 980px) {
	
	.layui-nav .layui-nav-item a{font-size:15px !important;}
	
	.layui-nav .layui-nav-more
	{
		right:0px !important;
	}
	.layui-nav {
		padding:0px !important;
	}
	.layui-nav .layui-nav-item a{padding: 0 10px 0px 10px !important;}
	
	.fourlinelink a{width:100%;}
}