@charset "utf-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
form,
th,
td {
	margin: 0;
	padding: 0
}

body {
	background: #fff;
	font-size: .28rem;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	min-width: 320px;
	/* max-width: 640px; */
	margin: 0 auto;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important
}

address,
cite,
dfn,
em,
var {
	font-style: normal
}

strong,
b {
	font-weight: normal
}

ul,
ol {
	list-style: none
}

a {
	text-decoration: none;
	color: #333
}

area {
	outline: 0
}

button {
	border-width: 0;
	background-color: transparent;
	cursor: pointer
}

.fl-clr {
	zoom: 1
}

.fl-clr:after {
	display: block;
	content: '';
	clear: both;
	visibility: hidden
}

.fl-clear {
	clear: both
}

.fl-clr {
	zoom: 1
}

.fl-clr:after {
	display: block;
	clear: both;
	height: 0;
	content: "\0020"
}

i {
	font-style: normal
}

::-webkit-input-placeholder {
	color: #999
}

input[type="text"],
input[type="password"] {
	-webkit-appearance: none;
	appearance: none;
	outline: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border-radius: 0
}

::-webkit-input-placeholder {
	color: #999
}

:-moz-placeholder {
	color: #999
}

::-moz-placeholder {
	color: #999
}

:-ms-input-placeholder {
	color: #999
}

@media screen and (min-width:640px) {
	html {
		font-size: 100px
	}
}

@media screen and (min-width:601px) and (max-width:639px) {
	html {
		font-size: 93.9063px
	}
}

@media screen and (min-width:551px) and (max-width:600px) {
	html {
		font-size: 86.0938px
	}
}

@media screen and (min-width:501px) and (max-width:550px) {
	html {
		font-size: 78.2813px
	}
}

@media screen and (min-width:451px) and (max-width:500px) {
	html {
		font-size: 70.4688px
	}
}

@media screen and (min-width:414px) and (max-width:450px) {
	html {
		font-size: 64.6875px
	}
}

@media screen and (min-width:375px) and (max-width:413px) {
	html {
		font-size: 58.5938px
	}
}

@media screen and (min-width:360px) and (max-width:374px) {
	html {
		font-size: 56.25px
	}
}

@media screen and (min-width:320px) and (max-width:359px) {
	html {
		font-size: 50px
	}
}

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

.hidden2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 显示的行数，可以根据需要修改 */
	overflow: hidden;
	text-overflow: ellipsis;
}

.hidden3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	/* 显示的行数，可以根据需要修改 */
	overflow: hidden;
	text-overflow: ellipsis;
}

.tpm2 {
	margin-top: .2rem;
}

.tpm3 {
	margin-top: .3rem;
}

.publicBackground {
	background: #f5f5f5;
}

.publicTop {
	width: 100%;
	height: 1rem;
}

.publicTop_box {
	width: calc(100% - .4rem);
	height: 1rem;
	position: fixed;
	padding-left: .2rem;
	padding-right: .2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
}

.publicTop_box .left {
	display: flex;
	align-items: center;
}

.publicTop_box .left .logo {
	width: 2rem;
	height: auto;
}

.publicTop_box .left .title {
	margin-left: .1rem;
	font-size: .24rem;]
	
}

.publicTop_box .right {
	width: 2.2rem;
	height: .5rem;
	border: 1px solid #C6C6C6;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.publicTop_box .right .icon {
	width: .3rem;
	height: .29rem;
}
.publicTop_box .right .icon img {
	width: .3rem;
	height: .3rem;
}
.publicTop_box .right .input {
	border: none;
	width: calc(100% - .8rem);
	height: 100%;
	margin-left: .1rem;
	font-size: .22rem;
}

/* 弹框 */
.alertBox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.alertBox .bj {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}

.alertBox .box {
	position: absolute;
	width: calc(90% - .12rem);
	height: auto;
	background-color: #fff;
	border-radius: 20px;
	padding: .06rem;
}

.alertBox .box .boxTitle {
	width: 100%;
	height: .6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .26rem;
	font-weight: bold;
}

.alertBox .box .list {
	width: 100%;
	height: auto;
	display: flex;
	margin-top: .1rem;
}

.alertBox .box .list .title {
	font-size: .24rem;
	width: 1.4rem;
	height: .6rem;
	line-height: .6rem;
	text-align: right;
}

.alertBox .box .list .input {
	width: calc(100% - 1.8rem);
	min-height: .6rem;
	display: flex;
	align-items: center;
	margin-left: .2rem;
}

.alertBox .box .list .input>input,
select {
	margin: 0;
	padding: 0;
	height: .6rem;
	width: 100%;
	font-size: .24rem;
	border-radius: .05rem;
	border: .1px solid #333333;
	color: #333333;
	padding: .04rem;
	background: none;
}

.alertBox .box .list .input>input {
	height: .35rem;
}

.alertBox .box .list .input>textarea {
	height: .9rem;
	width: 100%;
	border: .01rem solid #333333;
	border-radius: .05rem;
}

.alertBox .box .list .input .validdate {
	width: calc(100% - 1.8rem);
}

.alertBox .box .list .input img {
	width: 1.5rem;
	height: .5rem;
	margin-left: .1rem;
}

.alertBox .box .text {
	width: 100%;
	font-size: .24rem;
	text-align: center;
	margin-top: .1rem;
	color: #444444;
}

.alertBox .box .buttonBox {
	margin-top: .2rem;
	padding-bottom: .1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.alertBox .box .buttonBox .hied {
	width: 1rem;
	font-size: .24rem;
	color: #333;
	height: .4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	/* background: #f6f6f6; */
	color: #333;
	border-radius: .05rem;
	border: 1px solid #6f6f6f;
}

.alertBox .box .buttonBox input {
	border: 1px solid #1648ea;
	font-size: .26rem;
	width: 1rem;
	height: .4rem;
	border-radius: .05rem;
	color: #fff;
	background: #1648ea;
	margin-left: .2rem;
}

/* 通用底部 */
.publicBottomBox {
	width: calc(100% - .4rem);
	padding: .2rem;
	margin-top: .2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.publicBottomBox .list {
	margin-top: .1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .25rem;
	color: #999;
}

.publicBottomBox .list:nth-child(1) {
	margin-top: 0;
}

.publicBottomBox .list .icon {
	padding-left: .2rem;
	padding-right: .2rem;
}

.publicBottomBox .list .link {
	color: #999;
}



/* 通用分页样式 */
.publicPase {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: .3rem;
	margin-bottom: .3rem;
}

.publicPase .item{
	font-size: 0.24rem;
	text-decoration: none;
	height: 0.5rem;
	color: #333;
	line-height: 0.5rem;
	margin: 0 2%;
	padding: 0;
	border: 1px solid #E5EAF0;
	border-radius: 0.08rem;
	min-width: .55rem;
	text-align: center;
	background: #fff;
}
.publicPase .item.is{
	background: #1479D7;
	color: #fff;
}
.publicPase_side .img {
	width: .2rem;
	height: .2rem;
}


/* 粉体展通用头部 */
.goods_public_top {
	width: 100%;
	position: sticky;
	left: 0;
	top: 0;
	z-index: 999;
}
.goods_public_top_box {
	background: #fff;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.goods_public_top_box .top {
	width: calc(100% - .4rem);
	padding-left: .2rem;
	padding-right: .2rem;
	height: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.goods_public_top_box .top .left {
	display: flex;
	align-items: center;
}

.goods_public_top_box .top .left .logo {
	width: 2rem;
	height: .6rem;
}

.goods_public_top_box .top .left .title {
	margin-left: .1rem;
	font-size: .28rem;
	font-weight: bold;
}

.goods_public_top_box .top .right {
	width: 2.2rem;
	height: .5rem;
	border: 1px solid #C6C6C6;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.goods_public_top_box .top .right .icon {
	width: .3rem;
	height: .29rem;
}
.goods_public_top_box .top .right .icon img{
	width: .3rem;
  height: .3rem;
}
.goods_public_top_box .top .right .input {
	border: none;
	width: calc(100% - .8rem);
	height: 100%;
	margin-left: .1rem;
	font-size: .22rem;
}


/* 探会展头部 */
.activity_huizhan_top {
	width: 100%;
	height: 1rem;
}
.activity_huizhan_top_box {
	position: fixed;
	background: #fff;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
}
.activity_huizhan_top_box .top {
	width: calc(100% - .4rem);
	padding-left: .2rem;
	padding-right: .2rem;
	height: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.activity_huizhan_top_box .top .left {
	display: flex;
	align-items: center;
}

.activity_huizhan_top_box .top .left .a{
	display: flex;
	align-self: center;
}

.activity_huizhan_top_box .top .left .logo {
	width: 2rem;
	height: auto;
}

.activity_huizhan_top_box .top .left .title {
	margin-left: .1rem;
	font-size: .24rem;
	font-weight: bold;
}

.activity_huizhan_top_box .top .right {
	width: 2rem;
	height: .45rem;
	border: 1px solid #C6C6C6;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.activity_huizhan_top_box .top .right .icon {
	width: .25rem;
	height: .24rem;
}

.activity_huizhan_top_box .top .right .input {
	border: none;
	width: calc(100% - .7rem);
	height: 100%;
	margin-left: .1rem;
	font-size: .22rem;
}

.goods_Publicright_box{
	display: flex;
	align-items: center;
}
.goIndex{
	width: .49rem;
	height: .49rem;
	margin-left: .1rem;
}


.bgcolor_modify{ background-color: #3b52d4 !important;}
.color_modify{ color: #3b52d4 !important;}
.border_modify{ border-color: #3b52d4 !important;}
/* 拨打电话 */
.bddh{ width: 100%; height: 100vh; overflow: hidden; background-color: rgba(0, 0, 0, 0.5); position: fixed; top: 0; left: 0; z-index: 999; display: none; justify-content: center; align-items: center;}
.bddh .bddh_box{ width: 92%; height: auto; position: relative;}
.bddh_box .bddh_cont{ width: 92%; height: auto; padding: 0.16rem 4%; border-top-right-radius: 0.08rem; border-top-left-radius: 0.08rem; overflow: hidden; background: url(dhxj_bg.png) 0 center/100% no-repeat #fff;}
.bddh_box .bddh_cont div{ width: 100%; overflow: hidden; height: auto; margin-top: 0.3rem; line-height: 0.36rem; color: #222; text-align: center; font-size: 0.3rem; font-weight: bold;}
.bddh_box .bddh_cont p{ margin: 0.09rem 0 0; font-size: 0.26rem; text-align: center; height: auto; line-height: 0.24rem; color: #777; overflow: hidden;}
.bddh_box .bddh_cont p span{ color: red;}
.bddh_box .bddh_cont a{ background-color: #0C7FF2; border-radius: 0.06rem; text-align: center; color: #fff; overflow: hidden; width: 55%; display: block; text-decoration: none; margin: 0.2rem auto 0; font-size: 0.28rem; height: auto; line-height: 0.6rem;}
.bddh_box .bddh_bot{ margin: 0; width: 92%; height: auto; border-bottom-right-radius: 0.08rem; border-bottom-left-radius: 0.08rem; text-align: center; color: #222; background-color: #f3f9ff; font-size: 0.20rem; padding: 0.12rem 4%; overflow: hidden;}
.bddh_box .bddh_gb{ position: absolute; display: block; width: 0.8rem; left: 50%; bottom: -0.8rem; margin-left: -0.4rem; height: auto;}
.bddh_box .bddh_gb img{ width: 100%; display: block; height: auto;}
.bddh2{ width: 100%; height: 100vh; overflow: hidden; background-color: rgba(0, 0, 0, 0.5); position: fixed; top: 0; left: 0; z-index: 999; display: none; justify-content: center; align-items: center;}
.bddh2 .bddh2_box{ width: 80%; height: auto; padding: 0.2rem 6%; border-radius: 0.07rem; background-color: #fff; position: relative;}
.bddh2_box .bddh2_gb{ position: absolute; top: 0.1rem; right: 5%; width: 0.4rem; height: 0.4rem; text-align: center; line-height: 0.35rem; color: #bdbdbd; overflow: hidden; font-size: 0.4rem;}
.bddh2_box .bddh2_tit{ font-size: 0.26rem; color: #111; width: 100%; height: auto; line-height: 0.3rem; overflow: hidden;}
.bddh2_box .bddh2_tit2{ width: 100%; height: auto; font-size: 0.26rem; margin-top: 0.17rem; color: #777; overflow: hidden;}
.bddh2_box .bddh2_name{ width: 100%; overflow: hidden; height: auto; margin: 0.1rem 0 0; font-size: 0.26rem; color: #777;}
.bddh2_box input{ display: block; padding: 0 3%; width: 94%;  margin-left:3%; outline: none; border-radius: 0.03rem; color: #333; height: 0.45rem; overflow: hidden; margin-top: 0.2rem; border: 1px solid #f2f2f2;}
.bddh2_but{ height: auto; width: 100%; overflow: hidden; margin-top: 0.18rem;}
.bddh2_but div{ float: left; font-size: 0.26rem; border: 2px solid #1479d7; color: #1479d7; padding: 0 2%; line-height: 0.5rem; border-radius: 0.04rem; height: 0.5rem; overflow: hidden;}
.bddh2_but a{ float: right; font-size: 0.26rem; border: 2px solid #1479d7; color: #fff; background-color: #1479d7; text-decoration: none; padding: 0 2%; line-height: 0.5rem; border-radius: 0.04rem; height: 0.5rem; overflow: hidden;}
/* 留言咨询 */
.lyzx{ background-color: #fff; width: 100%; height: 100vh; overflow: hidden; display: none; position: fixed; top: 0; left: 0; z-index: 999;}
.lyzx .lyzx_top{ width: 100%; height: 0.48rem; line-height: 0.48rem; color: #fff; text-align: center; font-size: 0.3rem; background-color: #3b52d4; overflow: hidden; position: relative;}
.lyzx .lyzx_top .lyzx_gb{ position: absolute; display: block; height: 0.48rem; width: 0.48rem; left: 0; top: 0; display: flex; justify-content: center; align-items: center;}
.lyzx .lyzx_top .lyzx_gb img{ width: 52%; display: block;}
.lyzx .lyzx_main{ width: 92%; padding: 0 4%; overflow-x: hidden; overflow-y: auto; height: calc(100vh - 0.48rem); background: linear-gradient(0deg, rgba(255,255,255,1), rgba(255,255,255,0));}
.lyzx_main .lyzx_fb{ width: 100%; height: auto; overflow: hidden;}
.lyzx_main .lyzx_fb img{ display: block; width: 100%;}
.lyzx_main .lyzx_box1{ width: 94%; padding: 0 3%; background-color: #fff; overflow: hidden; height: auto; border-radius: 0.07rem;}
.lyzx_box1 .lyzx_rad{ width: 100%; height: 0.58rem; margin-top: 0.1rem; overflow: hidden;}
.lyzx_box1 .lyzx_rad p{ float: left; margin: 0; height: 0.78rem; width: 25%; color: #4F565C; font-size: 0.26rem; line-height: 0.58rem; overflow: hidden;}
.lyzx_box1 .lyzx_rad div{ float: left; width: 75%; overflow: hidden; height: 0.78rem; line-height: 0.58rem; color: #333; font-size: 0.26rem;}
.lyzx_box1 .lyzx_rad div label{ display: block; margin-right: 6%; float: left;}
.lyzx_box1 .lyzx_rad div input { margin: 0.21rem 0.1rem 0 0; vertical-align: top;}
.lyzx_box1 .lyzx_text{ width: 100%; height: 1.8rem; margin-top: 0.15rem; overflow: hidden;}
.lyzx_box1 .lyzx_text p{float: left; margin: 0; height: 0.58rem; width: 25%; color: #4F565C; font-size: 0.26rem; line-height: 0.26rem; overflow: hidden;}
.lyzx_box1 .lyzx_text textarea{ width: 75%; height: 1.2rem; line-height: 0.26rem; font-family: '微软雅黑'; border: none; outline: none; color: #333; font-size: 0.26rem; float: left; padding: 0; margin: 0;}
.lyzx_main .lyzx_box2{ width: 94%; padding: 0 3% 0.1rem; background-color: #fff; margin-top: 0.16rem; overflow: hidden; height: auto; border-radius: 0.07rem;}
.lyzx_box2 .lyzx_tit{ font-size: 0.28rem; width: 100%; line-height: 0.6rem; margin-top: 0.3rem; font-weight: bold; color: #333;}
.lyzx_box2 .lyzx_tit span{ width: 0.05rem; height: 0.36rem; background-color: #ff000d; margin: 0.12rem 0.08rem 0 0; vertical-align: top; display: inline-block;}
.lyzx_box2 .lyzx_inp{ width: 100%; height: 0.78rem; margin-top: 0.2rem; overflow: hidden;}
.lyzx_box2 .lyzx_inp p{ float: left; margin: 0; height: 0.58rem; width: 25%; color: #4F565C; font-size: 0.26rem; line-height: 0.58rem; overflow: hidden;}
.lyzx_box2 .lyzx_inp input{ width: 75%; height: 0.58rem; line-height: 0.58rem; border: none; outline: none; color: #333; font-size: 0.26rem; float: left; padding: 0; margin: 0;}
.lyzx_box2 .lyzx_sjh{ width: 100%; height: 0.78rem; margin-top: 0.2rem; overflow: hidden;}
.lyzx_box2 .lyzx_sjh p{ float: left; margin: 0; height: 0.58rem; width: 25%; color: #4F565C; font-size: 0.26rem; line-height: 0.58rem; overflow: hidden;}
.lyzx_box2 .lyzx_sjh input{ width: 35%; height: 0.58rem; line-height: 0.58rem; border: none; outline: none; color: #333; font-size: 0.26rem; float: left; padding: 0; margin: 0;}
.lyzx_box2 .lyzx_sjh span{ float: right; height: 0.58rem; color: #3b52d4; cursor: pointer; overflow: hidden; font-size: 0.26rem; line-height: 0.58rem;}
.lyzx_main .lyzx_but{ background-color: #3b52d4; overflow: hidden; display: block; margin-top: 0.2rem; border-radius: 0.05rem; width: 100%; border: none; padding: 0; color: #fff; font-size: 0.35rem; height: 0.85rem;}
.lyzx_main .lyzx_xy{ width: 100%; text-align: center; color: #A0A1A3; margin: 0.16rem 0 0.12rem; overflow: hidden; height: auto; line-height: 0.3rem; font-size: 0.24rem;}
.lyzx_main .lyzx_xy a{ text-decoration: none; color: #3b52d4;}

/* 弹框 */
.dengji{ position: fixed; top: 0; left: 0; z-index: 9999999; width: 100%; height: 100%; background-color: rgba(0,0,0,0.4); display: none; justify-content: center; align-items: center;}
.dengji .dengji_box{ width: 84%; height: auto; border: 1px solid rgb(216, 216, 216); overflow: hidden; border-radius: 0.08rem; background-color: #fff; padding: 0.05rem 4% 0.1rem;}
.dengji_bt{ width: 100%; height: 0.46rem; overflow: hidden; border-bottom: 1px solid #ddd;}
.dengji_bt div{ float: left; color: #333; font-size: 0.17rem; height: 0.4rem; line-height: 0.45rem;}
.dengji_bt span{ float: right; font-size: 0.3rem; height: 0.4rem; width: 0.4rem; color: #bdbdbd; overflow: hidden; display: flex; justify-content: center; align-items: center;}
.dengji_form{ width: 100%; overflow: hidden; height: auto; margin-top: 0.1rem;}
.dengji_form .dengji_inp{ width: 100%; height: auto; overflow: hidden; margin-top: 0.1rem;}
.dengji_inp p{ float: left; margin: 0; width: 28%; text-align: right; height: 0.35rem; line-height: 0.35rem; color: #333; font-size: 0.26rem;}
.dengji_inp input{ float: left; width: 66%; height: 0.32rem; outline: none; border: 1px solid #ddd; border-radius: 0.04rem; padding: 0 2%;}
.dengji_text{ width: 100%; height: auto; overflow: hidden; margin-top: 0.1rem;}
.dengji_text p{ float: left; margin: 0; width: 24%; text-align: right; height: 0.35rem; line-height: 0.35rem; color: #333; font-size: 0.26rem;}
.dengji_text textarea{ float: left; width: 70%; height: 0.7rem; outline: none; color: #444; font-family: '微软雅黑'; border: 1px solid #ddd; border-radius: 0.04rem; padding: 0.1rem 2%;}
.dengji_yzm{ width: 100%; height: auto; overflow: hidden; margin-top: 0.1rem;}
.dengji_yzm p{ float: left; margin: 0; width: 28%; text-align: right; height: 0.35rem; line-height: 0.35rem; color: #333; font-size: 0.26rem;}
.dengji_yzm input{ float: left; width: 30%; margin-right: 1%; height: 0.32rem; outline: none; border: 1px solid #ddd; border-radius: 0.04rem; padding: 0 2%;}
.dengji_yzm img{ float: left; height: 0.32rem;}
.dengji_but{ width: 40%; overflow: hidden; padding: 0; height: 0.4rem; border-radius: 0.06rem; font-weight: bold; border: none; color: #fff; background-color: #ff000d; display: block; margin: 0.14rem 0 0 24%;}
.dengji_sm{ width: 100%; height: auto; font-size: 0.14rem; margin: 0.12rem 0; overflow: hidden; text-align: center; color: #666;}