.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.hide{
  display: none;
}
.dfa {
  display: flex;
  align-items: center;
  justify-content: initial;
}
.difa {
  display: inline-flex;
  align-items: center;
  justify-content: initial;
}
.dfia {
  display: inline-flex;
  align-items: center;
  justify-content: initial;
}
.dfj {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dfja {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.dffdja {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.dffdjc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.dfjb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fx {
  flex: 1;
}
/*自动隐藏文字*/
.hw-ellipsis-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hw-ellipsis {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.hw-ellipsis-2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hw-ellipsis-3
  {
  display: -webkit-box!important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.hw-ellipsis-6
  {
  display: -webkit-box!important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
/*内外边距类*/

.hw-p-5 {
  padding: 5px;
}
.hw-p-10 {
  padding: 10px;
}
.hw-p-15 {
  padding: 15px;
}
.hw-p-20 {
  padding: 20px;
}
.hw-p-25 {
  padding: 25px;
}
.hw-p-30 {
  padding: 30px;
}
.hw-p-40 {
  padding: 40px;
}
.hw-p-50 {
  padding: 50px;
}
.hw-p-t-0 {
  padding-top: 0;
}
.hw-p-t-5 {
  padding-top: 5px;
}
.hw-p-t-10 {
  padding-top: 10px;
}
.hw-p-t-15 {
  padding-top: 15px;
}
.hw-p-t-20 {
  padding-top: 20px;
}
.hw-p-t-50 {
  padding-top: 50px;
}
.hw-p-b-0 {
  padding-bottom: 0;
}
.hw-p-b-5 {
  padding-bottom: 5px;
}
.hw-p-b-10 {
  padding-bottom: 10px;
}
.hw-p-b-15 {
  padding-bottom: 15px;
}
.hw-p-b-20 {
  padding-bottom: 20px;
}
.hw-p-b-30 {
  padding-bottom: 30px;
}
.hw-p-b-50 {
  padding-bottom: 50px;
}
.hw-p-l-0 {
  padding-left: 0;
}
.hw-p-l-5 {
  padding-left: 5px;
}
.hw-p-l-10 {
  padding-left: 10px;
}
.hw-p-l-15 {
  padding-left: 15px;
}
.hw-p-l-20 {
  padding-left: 20px;
}
.hw-p-r-0 {
  padding-right: 0;
}
.hw-p-r-5 {
  padding-right: 5px;
}
.hw-p-r-10 {
  padding-right: 10px;
}
.hw-p-r-15 {
  padding-right: 15px;
}
.hw-p-r-20 {
  padding-right: 20px;
}
.hw-p-0 {
  padding: 0;
}
.hw-m-auto {
  margin: auto;
}
.hw-m-0 {
  margin: 0;
}
.hw-m-5 {
  margin: 5px;
}
.hw-m-10 {
  margin: 10px;
}
.hw-m-15 {
  margin: 15px;
}
.hw-m-20 {
  margin: 20px;
}
.hw-m-t-0 {
  margin-top: 0;
}
.hw-m-t-5 {
  margin-top: 5px;
}
.hw-m-t-10 {
  margin-top: 10px;
}
.hw-m-t-15 {
  margin-top: 15px;
}
.hw-m-t-20 {
  margin-top: 20px;
}
.hw-m-t-30 {
  margin-top: 30px;
}
.hw-m-t-40 {
  margin-top: 40px;
}
.hw-m-t-50 {
  margin-top: 50px;
}
.hw-m-b-0 {
  margin-bottom: 0;
}
.hw-m-b-5 {
  margin-bottom: 5px;
}
.hw-m-b-10 {
  margin-bottom: 10px;
}
.hw-m-b-15 {
  margin-bottom: 15px;
}
.hw-m-b-20 {
  margin-bottom: 20px;
}
.hw-m-b-30 {
  margin-bottom: 30px;
}
.hw-m-b-50 {
  margin-bottom: 50px;
}
.hw-m-l-0 {
  margin-left: 0;
}
.hw-m-l-5 {
  margin-left: 5px;
}
.hw-m-l-10 {
  margin-left: 10px;
}
.hw-m-l-15 {
  margin-left: 15px;
}
.hw-m-l-20 {
  margin-left: 20px;
}
.hw-m-l-25 {
  margin-left: 25px;
}
.hw-m-l-30 {
  margin-left: 30px;
}
.hw-m-r-0 {
  margin-right: 0;
}
.hw-m-r-5 {
  margin-right: 5px;
}
.hw-m-r-10 {
  margin-right: 10px;
}
.hw-m-r-15 {
  margin-right: 15px;
}
.hw-m-r-20 {
  margin-right: 20px;
}
.hw-m-r-30 {
  margin-right: 30px;
}
/* 字体大小 */
.hw-f-8 {
  font-size: 8px;
}
.hw-f-10 {
  font-size: 10px;
}
.hw-f-11 {
  font-size: 11px;
}
.hw-f-12 {
  font-size: 12px;
}
.hw-f-14 {
  font-size: 14px;
}
.hw-f-15 {
  font-size: 15px;
}
.hw-f-16 {
  font-size: 16px;
}
.hw-f-18 {
  font-size: 18px;
}
.hw-f-20 {
  font-size: 20px;
}
.hw-f-22 {
  font-size: 20px;
}
.hw-f-24 {
  font-size: 24px;
}
.hw-f-26 {
  font-size: 26px;
}
.hw-f-30 {
  font-size: 30px;
}
.hw-f-35 {
  font-size: 35px;
}
.hw-f-50 {
  font-size: 50px;
}
.hw-f-w {
  font-weight: bold;
}
/* 系统颜色 */
.hw-c-t {
  color: #1F1F1F;
}
.hw-c-999 {
  color: rgba(151, 151, 151, 1);
}
.muted {
  color: #c1abad;
}
.hw-c-fff {
  color: #fff;
}
.sysColor {
  color: #0069ea;
}
.sysred {
  color: red;
}
.syscyellow{
  color: #FFEB82;
}
.sysyellow {
  background: #FFEB82;
}

.csysBColor {
  background: #0069ea;
}
.sysBColor-gray {
  background: #c1abad;
}
.sysBColor {
  background: #FFFACD;
}
.sysBColor-fff {
  background: #fff;
}
.sysBColor7 {
  background: #6f6f6f;
}
.bb {
  border-bottom: 1px solid #f1f1f1;
}
.bt {
  border-top: 1px solid #f1f1f1;
}
.br {
  border-right: 1px solid #f1f1f1;
}
.bl {
  border-left: 1px solid #f1f1f1;
}
.bb-d {
  border-bottom: 1px dashed #f1f1f1;
}
.b {
  border: 1px solid #f1f1f1;
}
.bt0 {
  border-top: 0;
}
.bl0 {
  border-left: 0;
}
.bb0 {
  border-bottom: 0;
}
.bs {
  box-shadow: 0px 1px 10px 1px #ddd;
}
.bbs {
  box-shadow:0 0 10px 15px #000;  
}
.bs1{
  box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
}
.text-shadow {
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.round10 {
  border-radius: 10px;
  overflow: hidden;
}
.round5 {
  border-radius: 5px;
  overflow: hidden;
}
.round30 {
  border-radius: 30px;
  overflow: hidden;
}
.round50 {
  border-radius: 50%;
  overflow: hidden;
}

.w100 {
  width: 100%;
}
.w_1332{
	max-width: 1320px;
	width: 100%;
	margin: auto;
}
@media screen and (max-width: 1350px) {
	.w_1332{
		width: 95%;
	}
}
.mobile .w_1332{
	max-width: 1320px;
	width: 95%;
}
/* align */
.text-align-l {
  text-align: left;
}
.text-align {
  text-align: center;
}
.text-align-r {
  text-align: right;
}
/* overflow */
.of {
  overflow: hidden;
}
/* line-height */
.lh {
  line-height: normal;
}
.lh25{
  line-height: 25px;
}
.lh28{
  line-height: 28px;
}
.lh30{
  line-height: 30px;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}
.clearfix:after {
  font-size: 0;
}
.clearfix {
  clear: both;
}
.cp {
  cursor: pointer;
}
.img-init {
  width: initial;
}
.hold-footer{
  height: 280px;
  background: #eee;
}
.fr{
  float: right;
}

.bottom-btn{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 12;
  background: #fff;
}
.headbg{
	background: linear-gradient(180deg, #72E4E0 63.31%, #D7EFC9 100%);border-radius: 0 0 30px 30px;
		overflow: hidden;
	
}
.headbg .header{
	height: 174rpx;
}

.hold-pa{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.imgscale{
  transition: all 0.8s;
  overflow: hidden;
  }
 .imgscale:hover img{
    transform: scale(1.1);
  }
  .imgscale img{
    transform: scale(1);
    transition: all 0.8s;
  }
.img-relative{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  }
  .img-relative span{
    box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      width: initial;
      height: initial;
      background: none;
      opacity: 1;
      border: 0px none;
      margin: 0px;
      padding: 0px;
      position: absolute;
      inset: 0px;
	}
     .img-relative span img{
        position: absolute;
        inset: 0px;
        box-sizing: border-box;
        padding: 0px;
        border: medium none;
        margin: auto;
        display: block;
        width: 0px;
        height: 0px;
        min-width: 100%;
        max-width: 100%;
        min-height: 100%;
        max-height: 100%;
        object-fit: contain;
        object-position: center center;
	}
    .img-relative span img.cover{
	  object-fit: cover;
	}
