/*类标签*/
em,i,cite{font-style: normal;}
strong,a{text-decoration: none;}
strong,a:hover{text-decoration: none;}
img{height: 100%;width: 100%;border: 0;vertical-align: middle;}
input{outline: none;padding-left: 10px;border: 1px solid #DEDEDE;}
select{border-color: #DEDEDE;}
textarea{outline: none;resize: none;padding:5px 0 0 10px;border-color: #DEDEDE;}
a,p,b,li{ text-decoration:none;color: #333;}
p{margin: 0;}
b{display: block;}
a:hover,button:hover{cursor:pointer;text-decoration:none;}
b,em,i,span,u{font-weight: 400;font-style: normal;}
table{border-collapse:collapse;}
iframe{margin-bottom: -5px;}
select{border-color: #DEDEDE;}
label{font-weight: normal;}
button{border: none;background-color: transparent;outline: none; }
input::-webkit-input-placeholder {color: #999;}
input::-moz-input-placeholder {color: #999;}
input::-ms-input-placeholder {color: #999;}
textarea::-webkit-input-placeholder {color: #999;}
textarea::-moz-input-placeholder {color: #999;}
textarea::-ms-input-placeholder {color: #999;}
*:focus{outline: none !important; box-shadow:none !important; }/* 取消focus点击效果 */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{font-weight: bold;}
*::after,*::before{
	transition: all .6s;
	-moz-transition: all .6s;	/* Firefox 4 */
	-webkit-transition: all .6s;	/* Safari 和 Chrome */
	-o-transition: all .6s;	/* Opera */
}
/* 滚动条 */
.srco::-webkit-scrollbar{
width:3px;
}
.srco::-webkit-scrollbar-track{
background: #ddd;
border-radius:2px;
}
.srco::-webkit-scrollbar-thumb{
background: #18da46;
border-radius:25px;
}
.srco::-webkit-scrollbar-corner{
background: #179a16;
}
/*过渡*/
.img_hover img{
	transition: all .6s;
	-moz-transition: all .6s;	/* Firefox 4 */
	-webkit-transition: all .6s;	/* Safari 和 Chrome */
	-o-transition: all .6s;	/* Opera */
}
.pro_show_js_con *{
	transition: all .3s;
	-moz-transition: all .3s;	/* Firefox 4 */
	-webkit-transition: all .3s;	/* Safari 和 Chrome */
	-o-transition: all .3s;	/* Opera */
}
/*延迟*/
.sy_t_box:nth-child(2),.xinw_nr_box:nth-child(2){
animation-delay:.2s;
-webkit-animation-delay:.2s; /* Safari 和 Chrome */
}
.sy_t_box:nth-child(3) ,.xinw_nr_box:nth-child(3){
animation-delay:.3s;
-webkit-animation-delay:.3s; /* Safari 和 Chrome */
}
.sy_t_box:nth-child(4) ,.xinw_nr_box:nth-child(4){
animation-delay:.4s;
-webkit-animation-delay:.4s; /* Safari 和 Chrome */
}
.sy_t_box:nth-child(5) {
animation-delay:.5s;
-webkit-animation-delay:.5s; /* Safari 和 Chrome */
}
.sy_t_box:nth-child(6) {
animation-delay:.6s;
-webkit-animation-delay:.6s; /* Safari 和 Chrome */
}
.team_box:hover{
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
/* 公共 */

/* 普通移入效果 */
.mov_08{transition: all 0.6s;}
.mov_08:hover{opacity: 0.8;}

/* 粘性布局调整 */
.sticky_top{top: 0 !important;}
@media screen and (max-width: 1440px) {
	.sticky_top{top: 60px;}
}

/* 移入图片切换 */
.img_qh .img2{display: none;}
.img_qh:hover .img1{display: none;}
.img_qh:hover .img2{display: block;}
/* pc和移动端的隐藏显示 */
.xs,.xs2{display: block;}
.yc,.yc2{display: none;}
@media (max-width: 767px) {
  .xs,.xs2{display: none;}
  .yc,.yc2{display: block;}
}
/* 图片移入效果 */
.img_hover:hover img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
/* 使用swiper 出现闪屏问题 */
.swiper-slide{transform: translate3d(0,0,0);/* overflow: hidden; */}
/* 头部图文 */
.tuw{display: flex;align-items: center;}
.tuw img{width: 0.28rem;height: auto;}
.tuw p{margin-left: 0.1rem;}
	/* banner中间小图标 */
.banner_sb{position: absolute;left: 50%;transform: translateX(-50%);bottom: 0.5rem;width: 18px;height: auto;z-index: 100;object-fit: contain;animation:moveh 3s infinite linear;-webkit-animation:moveh 3s infinite linear;}
@keyframes moveh{
	0%{bottom: 0.5rem;}
	50%{bottom: 0.3rem;}
	100%{bottom: 0.5rem;}
}
/* 子页面分隔 */
.gw{margin-top: 100px;width: 100%;}
@media screen and (max-width: 1440px) {
	.gw{margin-top: 60px;}
}


/* banner */
.h_b_img{width: 100%;height: 100%;position: relative;}
.h_b_img>img{position: absolute;left: 0;top: 0;}
.h_b_img .img1{z-index: 1;}
.h_b_img .img2{z-index: 2;display: none;}
.h_b_img .img3{z-index: 3;}
.h_b_img .img4{z-index: 4;display: none;}
@media (max-width: 767px) {
  .h_b_img .img1{z-index: 1;display: none;}
  .h_b_img .img2{z-index: 2;display: block;}
  .h_b_img .img3{z-index: 3;display: none;}
  .h_b_img .img4{z-index: 4;display: block;}
}

.ceshi{
	-webkit-animation-name: fadeInRightSm;
	animation-name: fadeInRightSm;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	animation-delay: .4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

/* 开始 */

/* 导航 */
.navbox {
  width: 300px;
  position: fixed;
  top: 0;
  right: -300px;
  height: 100%;
  z-index: 999;
  border-right: 1px solid #f1f4f6;
  transition: all 0.3s linear;
  background-color: #fff;
}
@media (max-width: 767px) {
  .navbox {
    /* visibility: hidden; */
  }
}
.navbox .f_but {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 32px;
  padding-top: 43px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 1440px) {
}
.navbox .f_but .basemenubut {
  width: 20px;
  margin-bottom: 8px;
}
.navbox .f_but .basemenubut span {
  height: 2px;
  background-color: #333;
  width: 100%;
}
.navbox .f_but .text {
  font-size: 18px;
  line-height: 30px;
  color: #666666;
}
.navbox .cont {
  -webkit-transition: transform 0.3s 0.1s linear;
  transition: transform 0.3s 0.1s linear;
  height: 100vh;
  padding-top: 36px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .navbox .cont {
    padding-top: 30px;
  }
}
.navbox .cont .f_pad {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 767px) {
  .navbox .cont .f_pad {
    padding-left: 26px;
    padding-right: 26px;
  }
}
@media (max-width: 576px) {
  .navbox .cont .f_pad {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.navbox .cont .f_list1 .f_title {
  padding-bottom: 10px;
  border-bottom: 2px solid #f1f1f1;
  display: flex;
  align-items: center;
  
}
@media (max-width: 1440px) {
  .navbox .cont .f_list1 .f_title {
    padding-bottom: 20px;
    border-width: 2px;
    height: 60px;
  }
}
.navbox .cont .f_list1 .f_title .icon {
  width: 27px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .navbox .cont .f_list1 .f_title .icon {
    width: 22px;
  }
}
.navbox .cont .f_list1 .f_title .icon img {
  width: 100%;
  float: left;
}
.navbox .cont .f_list1 .f_title .font {
  width: 90%;
  width: calc(100% - 27px);
  /* padding-left: 14px; */
}
@media (max-width: 767px) {
  .navbox .cont .f_list1 .f_title .font {
    width: calc(100% - 22px);
    padding-left: 10px;
  }
}
.navbox .cont .f_list1 .f_title .font .tit {
  font-size: 20px;
  color: #000;
  line-height: 20px;
font-weight: bold;}
.navbox .cont .f_list1 .f_title .font .text {
  font-size: 14px;
  line-height: 40px;
  color: #666666;
}
.navbox .cont .f_nav {
  height: 60%;
  height: calc(100% - 115px - 68px);
  padding: 35px 32px;
}
@media (max-width: 1440px) {
  .navbox .cont .f_fot {
    padding-top: 40px;
    padding-bottom: 40px;
    height: calc(100vh - 85px - 112px);
  }
	.navbox .cont .f_nav {
	  height: calc(100% - 115px - 60px);
	}
}
.navbox .cont .f_nav .f_jut {
  height: 100%;
  overflow: auto;
	padding-right: 10px;
}
.navbox .cont .f_nav .f_jut .tit {
  font-size: 20px;
  margin-bottom: 34px;
}
@media (max-width: 1440px) {
  .navbox .cont .f_nav .f_jut .tit {
    margin-bottom: 26px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .navbox .cont .f_nav .f_jut .tit {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .navbox .cont .f_nav .f_jut .tit {
    margin-bottom: 16px;
  }
}
.navbox .cont .f_nav .f_jut .na {
  display: block;
  width: 100%;
}
.navbox .cont .f_nav .f_jut .na .item {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #333333;
  margin-bottom: 28px;
}
@media (max-width: 1440px) {
  .navbox .cont .f_nav .f_jut .na .item {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .navbox .cont .f_nav .f_jut .na .item {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .navbox .cont .f_nav .f_jut .na .item {
    margin-bottom: 10;
  }
	
}
.navbox .cont .f_nav .f_jut .na .item:last-child {
  margin-bottom: 0;
}
.navbox .cont .f_nav .f_jut .na .item.on {
  color: #f30000;
}
.navbox .cont .f_fot {
  background-color: #f7f7f7;
  display: flex;
	flex-direction: column;
	justify-content: center;
  height: 115px;
}
@media (max-width: 1440px) {
  .navbox .cont .f_fot {
    padding: 0 20px;
  }
}
.navbox .cont .f_fot .nei .img {
  width: 122px;
  margin-bottom: 7px;
}
@media (max-width: 1440px) {
  .navbox .cont .f_fot .nei .img {
    width: 100px;
  }
}

.navbox .cont .f_fot .nei .img svg{
	width: 100%;
	height: auto;
}
.navbox .cont .f_fot .nei .text {
  font-size: 14px;
  color: #666666;
}
@media (max-width: 1440px) {
  .navbox .cont .f_fot .nei .text {
    margin-bottom: 12px;
  }
}
.navbox .cont .f_fot .nei .font {
  width: 100%;
  border-top: 1px solid #d9d9d9;
  padding: 18px 0 30px;
}
@media (max-width: 1440px) {
  .navbox .cont .f_fot .nei .font {
    padding: 12px 0 26px;
  }
}
.navbox .cont .f_fot .nei .font .item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 4px;
}
.navbox .cont .f_fot .nei .font .item i {
  display: block;
  overflow: hidden;
  width: 14px;
  margin-top: 4px;
}
.navbox .cont .f_fot .nei .font .item i img {
  width: 100%;
  float: left;
}
.navbox .cont .f_fot .nei .font .item span {
  display: block;
  color: #060304;
  font-size: 14px;
  padding-left: 12px;
  width: 90%;
  width: calc(100% - 14px);
}



.f_navbox .navbox .f_but .text {
  display: none;
}
.f_navbox .navbox {
  right: 0;
}
@media (min-width: 768px) {
  .mo_nav {
    display: none!important;
  }
}
@media (max-width: 767px) {
  .mo_nav {
    display: block;
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 66;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
  }
}
.mo_nav .but {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 1440px) {
}
.mo_nav .but .basemenubut {
  width: 20px;
}
.mo_nav .but .basemenubut span {
  height: 2px;
  background-color: #c3ced3;
  width: 100%;
}
.f_body {
  /* padding-left: 70px; */
  -webkit-transition: padding 0.3s linear;
  transition: padding 0.3s linear;
}
@media (max-width: 767px) {
  .f_body {
    padding-left: 0;
  }
}
.basemenubut {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  width: 22px;
}
.basemenubut span {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 5px;
  border-radius: 3px;
  background-color: #666;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.basemenubut span:last-child {
  margin-bottom: 0;
}
.basemenubut span:nth-child(2) {
  width: 80%;
}
.basemenubut2 span:nth-child(1) {
  transform: rotate(45deg);
  margin: 0;
  margin-top: 2px;
}
.basemenubut2 span:nth-child(2) {
  display: none;
}
.basemenubut2 span:nth-child(3) {
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -2px;
}

/* .f_navbox {
  padding-left: 300px;
} */
@media (max-width: 767px) {
  .f_navbox {
    padding-left: 0;
  }
}

.goTop{position: absolute;bottom: 15px;left: 50%;transform: translateX(-50%);z-index: 3;border-radius: 3px;border: 1px solid #ebebeb;padding: 5px;width: 34px;height: 34px;display: flex;align-items: center;justify-content: center;transition: all 0.5s;}
.goTop img{transition: all 0.5s;}
.goTop .img2{display: none;}
.f_navbox .navbox .goTop1{display: none;}
.goTop:hover{background: #00d28c;border-color: #00d28c;}
.goTop:hover .img1{display: none;}
.goTop:hover .img2{display: block;}
.navbox .cont .f_fot{position: relative;}
.goTop2{left: auto;transform: translate(0,-50%);right: 15px;top: 50%;background: #fff;}
.f_jut::-webkit-scrollbar{
width:2px;
}
.f_jut::-webkit-scrollbar-track{
background: #f1f1f1;
border-radius:2px;
}
.f_jut::-webkit-scrollbar-thumb{
background: #00d28c;
border-radius:25px;
}
.f_jut::-webkit-scrollbar-corner{
background: #00d28c;
}


.dis_pl::-webkit-scrollbar{
width:2px;
}
.dis_pl::-webkit-scrollbar-track{
background: #f1f1f1;
border-radius:2px;
}
.dis_pl::-webkit-scrollbar-thumb{
background: #00d28c;
border-radius:25px;
}
.dis_pl::-webkit-scrollbar-corner{
background: #00d28c;
}

.f_nav_box{padding-right: 10px;display: flex;flex-direction: column;align-items: flex-start;margin-bottom: 0.2rem;}
.f_nav_box p{margin-bottom: 0.2rem;font-weight: bold;}
.f_nav_box a{margin-bottom: 0.1rem;}
.f_nav_box a:hover,.f_nav_box a.on{color: #00d28c;}

@media (max-width: 767px) {
  .goTop2{display: none;}
}
.head{height: 60px;background: #212123;padding: 0 24px;display: flex;justify-content: space-between;align-items: center;}
.head_logo{display: flex;align-items: center;}
.head_logo img,.head_logo svg,.head_logo path{width: 132px;height: auto;margin-right: 14px;}
.head_logo p{color: #fff;}
.head_txt p{color: #fff;}
.foot{display: flex;align-items: center;justify-content: center;background: #212123;height: 60px;}
.foot p{color: #fff;}
.goTop3{position: fixed;bottom: 5%;right: 0.6rem;left: auto;transform: translate(0,0);display: none;background: #fff;}
.list{padding: 0.65rem 0;width: 1200px;margin: auto;}
.list_box{margin-bottom: 0.65rem;}
.list_box h2{padding-bottom: 0.15rem;color: #003333;border-bottom: 1px solid #cccccc;margin-bottom: 0.33rem;}
.list_con{display: flex;flex-wrap: wrap;}
.list_nr{width: calc((100% - 60px)/4);margin: 0 20px 20px 0;display: flex;flex-direction: column;align-items: center;position: relative;}
.list_nr:nth-child(4n){margin-right: 0;}
.list_img{height: 300px;padding: 10px 0.65rem;background: #f0f0f0;width: 100%;transition: all 0.6s;border: 1px solid transparent;}
.list_img video{width: 100%;height:100%;object-fit: contain;}
.list_nr img{object-fit: contain;}
.list_nr p{margin: 10px;max-width: 100%;text-align: center;transition: all 0.6s;}
.list_nr:hover .list_img{border-color: #00d28c;}
.list_nr:hover p{color: #00d28c;}

@media screen and (max-width: 1200px) {
	.list{width: 100%;padding: 30px 5%;}
}
@media screen and (max-width: 991px) {
	
}
@media screen and (max-width: 767px) {
	.list_nr{width: calc((100% - 20px)/2);margin: 0 20px 20px 0;display: flex;flex-direction: column;align-items: center;}
	.list_nr:nth-child(4n){margin-right: 0;}
	.list_nr:nth-child(2n){margin-right: 0;}
	.list_img{height: 150px;}
	.goTop3{right: 10px;}
	.head{height: auto;padding: 15px 20px;flex-direction: column;align-items: flex-start;}
	.head_logo{margin-bottom: 10px;}
	.head_logo img, .head_logo svg, .head_logo path{width: 100px;}
}

/* 新增 */
.discuss_off{position: fixed;top: 50%;right: 0;transform: translateY(-50%);height: 70px;padding: 0 0 0 28px;background: #fff;display: flex;align-items: center;border-bottom-left-radius: 70px;border-top-left-radius: 70px;box-shadow: 0 0 20px rgba(0,0,0,0.12);z-index: 5;transition: all 0.5s;-webkit-transition: all 0.5s;width: 83px;}
.discuss_off svg{width: 37px;height: auto;}
.discuss_on{position: fixed;z-index: 4;width: 3.78rem;background: #fff;height: 100vh;right: -3.78rem;top: 0;padding: 0.35rem 0.33rem 0.44rem 0.38rem;display: flex;flex-direction: column;border: 1px solid #e6e6e6;transition: all 0.5s;-webkit-transition: all 0.5s;}
.discuss_on form{display: contents;}
.discuss_del{position: absolute;width: 0.33rem;height: auto;top: 0.2rem;right: 0.15rem;}
.discuss_title{width: 100%;padding-bottom: 0.32rem;border-bottom: 4px solid #f1f1f1;margin-bottom: 0.26rem;}
.discuss_title{display: flex;align-items: center;}
.discuss_title svg{width: 37px;margin-right: 0.18rem;}
.discuss_title_txt p{color: #000;line-height: 1;}
.discuss_title_txt span{color: #666;font-size: 12px;}
.discuss_box{padding-right: 0.23rem;overflow-y: auto;max-height: 72vh;}
.discuss_box::-webkit-scrollbar{
width:2px;
}
.discuss_box::-webkit-scrollbar-track{
background: #f1f1f1;
border-radius:2px;
}
.discuss_box::-webkit-scrollbar-thumb{
background: #00d28c;
border-radius:25px;
}
.discuss_box::-webkit-scrollbar-corner{
background: #00d28c;
}

.discuss_con{background: #f5f5f5;border-radius: 0.05rem;padding: 0.22rem 0.22rem 0.32rem;margin-bottom: 0.22rem;word-break: break-all;}
.discuss_con_p p{line-height: 1.71;font-size: 14px;color: #000;}
.discuss_name{margin-top: 0.22rem;}
.discuss_name p{font-size: 14px;color: #000;}
.discuss_name span{color: #666;font-size: 12px;}
.discuss_new_t{display: flex;justify-content: space-between;}
.discuss_new_t .a1{color: #ff4e4e;display: inline-block;margin-bottom: 0.05rem;font-size: 14px;}
.discuss_new_t .a2{font-size: 14px;display: none;padding: 0 10px;transition: all 0.3s;}
.discuss_new_t .a2:hover{color: #ff4e4e;}
.discuss_new{margin-bottom: 0.2rem;}
.discuss_new textarea{border: 1px solid #e6e6e6;width: 100%;height: 5em;}
.discuss_new input{border: 1px solid #e6e6e6;width: 100%;}
.discuss_new_box{display: none;}
.discuss_con_p{overflow: hidden;}

/* 修改 */

.yl_off{
	font-size: 16px;
	position: fixed;
	right: 0.5vw;
	bottom: 10vh;
	overflow: hidden;
	box-sizing: initial;
	width: 60px;
	height: 60px;
	cursor: pointer;
	transition: color .36s ease;
	color: #666;
	border: 5px solid #fff;
	border-radius: 40px;
	background-color: #fff;
	box-shadow: 0 40px 80px 0 rgb(0 0 0 / 20%);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	transition: all 0.5s;
	transform: scale(1);
  z-index: 999;
}
.yl_off>span{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	font-size: 16px;
	flex: 0 0 auto;
	transition: .26s ease;
	transition-property: transform,background-color;
	color: #fff;
	background-color: #00cc82;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: all 0.5s;
}
.yl_off>p{
	white-space: nowrap;
	margin: 0 20px;
}
.yl_off.on{
	width: 220px;
}
.yl_off:hover>span{
	background-color: #00dc88;
}
body{
	overflow-x: hidden;
}
.img img{width: auto;}

@media screen and (max-width: 1900px) {
	.img img{width: 100%;}
}

.page-loading {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.page-loading.on {
  opacity: 1;
  visibility: visible;
}
.page-loading img {
  width: 50px;
  height: 50px;
  z-index: 1000;
}



/* 新增评论 */

/* 图片弹窗 */
#hi-img-pop {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10000;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}

#hi-img-pop * {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}

#hi-img-pop .hi-close {
		position: fixed;
		top: 86%;
		left: 50%;
		margin-left: -25px;
		width: 50px;
		height: 50px;
		color: #fff;
		background: #fff;
		border-radius: 50%;
		transition: .8s;
		cursor: pointer;
}

#hi-img-pop .hi-close:after,
#hi-img-pop .hi-close:before {
		content: "";
		position: absolute;
		bottom: 24px;
		left: 10px;
		width: 30px;
		height: 2px;
		background: #333;
		transition: .8s;
}

#hi-img-pop .hi-close:hover {
		background: #019dee;
}

#hi-img-pop .hi-close:hover:after,
#hi-img-pop .hi-close:hover:before {
		background: #fff;
}

#hi-img-pop .hi-close:after {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
}

#hi-img-pop .hi-close:before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
}

#hi-img-pop img {
		position: fixed;
		left: 50%;
		top: 50%;
		max-width: 90%;
		max-height: 70%;
		width: auto;
		height: auto;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
}

.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.dis_pl{
	overflow: auto;
	max-height: 60vh;
}
.dis_pl_id{
	margin-bottom: 10px;
}
.dis_pl_id p{
	color: #f97a12;
	font-size: 14px;
}

.dis_pl_img{
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
}

.dis_pl_img_box{
	width: 0.52rem;
	height: auto;
	border-radius: 0.05rem;
	margin: 0 0.07rem 0.07rem 0;
	position: relative;
}

.dis_pl_img_con{
	width: 100%;
	height: 100%;
}

.dis_pl_img_fd{
	position: absolute;
	width: 0.25rem;
	height: 0.25rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
	pointer-events: none;
}
.dis_pl_img_fd svg{
	width: 100%;
	height: 100%;
	filter: drop-shadow(0 0 5px rgb(0 0 0 / 50%));
}
.dis_pl_img_fd path{
	fill: #fff;
}

.dis_hf{
	margin: 0.1rem 0;
}
.dis_hf_box{
	margin-bottom: 0.12rem;
	border: 1px solid #cccccc;
	border-radius: 0.05rem;
	background: #fff;
	padding: 0.17rem 0.15rem 0.14rem 0.17rem;
	
}
.dis_hf_inp{
	margin-bottom: 0.05rem;
}

.dis_hf_inp textarea{
	width: 100%;
	min-height: 40px;
}

.dis_hf .layui-upload{
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
}

.dis_hf .layui-upload-list{
	display: flex;
	flex-wrap: wrap;
}

.dis_hf .layui-upload-list img{
	width: 0.46rem;
	height: 0.46rem;
	object-fit: cover;
	border-radius: 0.05rem;
}

.dis_hf .layui-btn{
	width: 20px;
	height: 20px;
	padding: 0;
	line-height: initial;
	border-radius: 0;
	flex-shrink: 0;
	margin-left: 10px;
	background: none;
}
.dis_hf .layui-btn svg{
	width: 100%;
	height: 100%;
}
.dis_hf .layui-btn svg path{
	fill: #8c8c8c;
}
.dis_hf .layui-quote-nm{
	padding: 0;
	margin: 0 0 0.12rem;
	width: 100%;
	border: none;
}

.gscimg{
	margin: 0 10px 10px 0;
	position: relative;
	
}

.gscimg i{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(50%,-50%);
	width: 0.18rem;
	height: 0.18rem;
	background: url(../img/disimg2.svg) no-repeat;
	background-size: contain;
	cursor: pointer;
	opacity: 0.8;
}

.dis_hf_a{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.dis_hf_a a{
	color: #666;
	transition: all 0.3s;
	margin-left: 0.15rem;
}
.dis_hf_a a:hover{
	opacity: 0.8;
}
.dis_hf_a .a2{
	color: #f97a12;
}

.p_final{
	display: flex;
	align-items: center;
	color: #2bdd31;
}
.p_final svg{
	width: 0.26rem;
	height: auto;
	margin-right: 0.1rem;
}
.p_final svg path{
	fill: #2bdd31;
}

.p_pls{
	position: absolute;
	top: 0.13rem;
	left: 0.15rem;
	z-index: 10;
	padding: 0;
	margin: 0 !important;
	display: flex;
	align-items: center;
}

.p_pls svg{
	width: 0.22rem;
	height: auto;
	margin-right: 0.09rem;
}

.p_pls svg path{
	fill: #fa933f;
}
@media screen and (max-width: 767px) {
	.p_pls svg{width: 0.33rem;}
}