.incontainer {
  width: 100%;
  padding-bottom: 1.5rem;
  background: url(../../images/maxbg.png);
  background-size: 100% 100%;
}

.contai {
  width: 16rem;
  margin: auto;
  padding: 0.01rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.contai_left {
  position: relative;
  left: -10rem;
  top: 0.6rem;
}

.contai_right {
  position: relative;
  right: -10rem;
}

.contai_left h2 {
  font-size: 0.52rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #01040b;
}

.contai_title2 {
  font-size: 0.32rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #07913a;
  margin-top: 0.68rem;
  margin-bottom: 0.38rem;
}

.contai_content {
  width: 8rem;
  font-size: 0.2rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 0.4rem;
  color: #333333;
  margin-bottom: 0.2rem;
}

.contai_right {
  width: 6.8rem;
  height: 4.9rem;
  margin-top: 1.5rem;
}

.contai_right img {
  width: 100%;
  height: 100%;
}

.allul {
  width: 16rem;
  overflow: hidden;
  height: 1.2rem;
  position: absolute;
  display: flex;
  background-color: white;
  top: -0.6rem;
  box-shadow: 0px 3px 18px 0px rgba(0, 88, 154, 0.07);
}

.allul li {
  width: 100%;
  height: 1.2rem;
  border-right: 1px solid #e4e4e4;
  cursor: pointer;
}

.allul li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  border-right: 1px solid #e4e4e4;
  text-align: center;
  line-height: 1.2rem;
  color: #333333;
  font-size: 0.24rem;
  transition: all 1s;
  cursor: pointer;
}

.allul li:last-of-type {
  border-right: none;
}

.activeul {
  background: #07913a;
  color: white !important;
  border-color: #07913a;
}

.allul li:hover a {
  background: #07913a;
  color: white !important;
  border-color: #07913a;
}

.nnn li {
  width: 3.8rem;
  height: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 2px solid #cfcfcf;
  transition: all 1s;
  cursor: pointer;
}

.nnn li:hover {
  border-color: #07913a;
}

.hide {
  opacity: 0;
  height: 0;
  margin-top: 0.1rem;
}

.ylist {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.ylist li {
  width: 5.1rem;
  height: 1.8rem;
  background: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border: 1px solid #cfcfcf;
  margin-right: 0.3rem;
  margin-bottom: 0.5rem;
}

.ylist li:nth-child(3n + 3) {
  margin-right: 0;
}

.ylist_img {
  width: 1.13rem;
  height: 0.93rem;
}

.ylist_img img {
  width: 100%;
  height: 100%;
}

.ylist li p {
  width: 2.78rem;
  font-size: 0.22rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
}

.con_white {
  width: 16rem;
  /* height: 7.21rem; */
  padding-bottom: 0.5rem;
  background: white;
  background: url(../../images/debj.jpg);
  background-size: 100% 100%;
}

.white {
  width: 14.2rem;
  margin: auto;
  padding: 0.01rem;
}

.whiteTilt {
  margin-top: 0.78rem;
  font-size: 0.24rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #01040b;
  margin-bottom: 0.39rem;
}

.whitelist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.whitelist li {
  width: 50%;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  font-size: 0.18rem;
  margin-bottom: 0.6rem;
}

.whitelist li a {
  width: 100%;
  height: 100%;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  font-size: 0.18rem;
  margin-bottom: 0.6rem;
  position: relative;
}

.whitelist li a>p {
  position: absolute;
  left: 5rem;
  bottom: 0;

  font-size: .2rem;
}

.whitelist li a>p:hover {
  color: #07913a;
}

.whiteleft {
  width: 2.26rem;
  height: 2rem;
  margin-right: 0.19rem;
}

.whiteleft img {
  width: 100%;
  height: 100%;
}

.whitelist p {
  color: #01040b;
}

.whitelist p span {
  color: #07913a;
  font-size: 0.18rem;
}

.zizhilist_img {
  /*width: 2.86rem;*/
    width: 3.3rem;
    height: 3.3rem;
}

.zizhilist_img img {
  width: 100%;
  height: 100%;
}

.zizhilist {
  width: 33.3%;
  display: flex;
  flex-wrap: wrap;
}

.zizhilist .box {
  width: 100%;
  height: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #cfcfcf;
  transition: all 0.5s;
}

.zizhilist .box p {
  font-size: 0.18rem;
  margin-top: 0.2rem;
}

.zizhilist .box:hover {
  background: white;
  box-shadow: 0px 0px 62px 6px rgba(0, 0, 0, 20%);
}

.contentswiper {
  width: 100%;
  margin: auto;
  position: relative;
  margin-top: 0.8rem;
}

.alling {
  display: flex;
  align-items: center;
  margin-top: 0.69rem;
  margin-bottom: 0.39rem;
}

.alling img {
  width: 0.4rem;
  height: 0.4rem;
}

.alling span {
  font-size: 0.32rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  margin-left: 0.19rem;
}

.lb1 {
  width: 16rem;
  margin: auto;
  height: 4.7rem;
}

.lb1_item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.swiper-pagination {
  top: auto !important;
  bottom: 0 !important;
}

.mimg {
  width: 4.6rem;
  height: 3.6rem;
  overflow: hidden;
}

.mimg img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.lb1_item p {
  margin-top: 0.3rem;
  font-size: 0.24rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
}

.swiper-pagination-progressbar-fill {
  background: #07913a !important;
}

.lb2 {
  /* padding-bottom: 1rem; */
  position: relative;
}

.mySwiper2 .swiper-pagination-bullet {
  background: #07913a !important;
  margin-right: 0.5rem !important;
  opacity: 1 !important;
}

.mySwiper2 .swiper-pagination-bullet-active {
  width: 0.5rem !important;
  height: 0.12rem !important;
  border-radius: 0.1rem !important;
}

.lb2 .swiper-slide {
  margin-bottom: 0.5rem;
}

.lb3con .swiper-slide {
  margin-bottom: 0.5rem;
  background: none;
}

.mySwiper3 .swiper-pagination-bullet {
  background: #07913a !important;
  margin-right: 0.5rem !important;
  opacity: 1 !important;
}

.mySwiper3 .swiper-pagination-bullet-active {
  width: 0.5rem !important;
  height: 0.12rem !important;
  border-radius: 0.1rem !important;
}

.mySwiper4 .swiper-pagination-bullet {
  background: #07913a !important;
  margin-right: 0.5rem !important;
  opacity: 1 !important;
}

.mySwiper4 .swiper-pagination-bullet-active {
  width: 0.5rem !important;
  height: 0.12rem !important;
  border-radius: 0.1rem !important;
}

.mySwiper5 .swiper-pagination-bullet {
  background: #07913a !important;
  margin-right: 0.5rem !important;
  opacity: 1 !important;
}

.mySwiper5 .swiper-pagination-bullet-active {
  width: 0.5rem !important;
  height: 0.12rem !important;
  border-radius: 0.1rem !important;
}

.mySwiper6 .swiper-pagination-bullet {
  background: #07913a !important;
  margin-right: 0.5rem !important;
  opacity: 1 !important;
}

.mySwiper6 .swiper-pagination {
  margin-top: 0.5rem;
  position: inherit !important;
}

.mySwiper6 .swiper-pagination-bullet-active {
  width: 0.5rem !important;
  height: 0.12rem !important;
  border-radius: 0.1rem !important;
}

.lbmax {
  width: 100%;
  height: auto;
  background: url(../../images/lb3bg.png);
  background-size: 100% 100%;
  padding-bottom: 1rem;
}

.lb3con {
  width: 16rem;
  margin: auto;
  padding: 0.01rem;
  position: relative;
}

.lbmax2 {
  width: 100%;
  height: auto;
  background: white;
  padding-bottom: 1rem;
}

.bmax2con {
  width: 100%;
  height: auto;
  background: url(../../images/lb4bg.png);
  background-size: 100% 100%;
}

.lbmax5 {
  width: 100%;
  height: auto;
  background: url(../../images/lb5.png);
  background-size: 100% 100%;
  padding-bottom: 1rem;
}

.lbmax6 {
  width: 100%;
  height: auto;
  background: white;
  padding-bottom: 1rem;
}

/* .swiper-slide:hover img {
  transform: scale(1.1);
} */
.mySwiper2 p {
  width: 4.6rem;
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
  background: #07913a;
  margin-top: 0;
  font-size: 0.24rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #ffffff;
}

.mySwiper3 .lb1_item {
  width: 4.8rem;
  height: 4.5rem;
  border: 1px solid #07913a;
  background: white;
}

.mySwiper3 .mimg {
  width: 4.2rem;
  height: 3rem;
}

.mySwiper4 .mimg {
  width: 4.8rem;
  height: 3.6rem;
}

.mySwiper4 p {
  width: 4.8rem;
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
  background: rgba(7, 145, 58, 0.7);
  margin-top: 0;
  font-size: 0.24rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #ffffff;
  position: absolute;
  bottom: 0;
}

.mySwiper5 .mimg {
  width: 3.6rem;
  height: 3.6rem;
  border: 2px solid green;
}

.mySwiper6 .mimg {
  width: 2.4rem;
  height: 3.36rem;
}

.mySwiper6 .swiper-slide {
  width: 4rem !important;
  height: 4.57rem !important;
  background: url(../../images/slidbg.png);
  background-size: 100%;
  margin-bottom: 0;
  background-repeat: no-repeat;
}

.mySwiper6 p {
  font-size: 0.18rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
}

.lbmax6 {
  height: 11rem;
  position: relative;
}

.listcon {
  width: 16rem;
  margin: auto;
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}

.sliditem {
  width: 5.13rem;
  height: 6rem;
  background: white;
  padding-top: 0.01rem;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  margin-right: 0.3rem;
}

.listcon .sliditem:nth-child(3n + 3) {
  margin-right: 0;
}

.sliditem {
  cursor: pointer;
  transition: all 1s;
}

.sliditem:hover {
  box-shadow: 0px 0.2rem 0.37rem 0.1rem rgba(0, 46, 107, 0.3);
}

.ccoonn {
  width: 16rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.cclist,
.cclist1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cclist {
  width: 7.8rem;
  height: 6rem;
  background: url(../../images/bg.png);
  background-size: 100%;
}

.cclist1 {
  width: 7.8rem;
  height: 6rem;
  background: url(../../images/bg1.png);
  background-size: 100%;
}

.hjimg {
  width: 1.3rem;
  height: 1.3rem;
  transition: all 0.5s;
  margin-top: 1rem;
}

.hjimg img {
  width: 100%;
  height: 100%;
}

.cctitle {
  margin-top: 0.54rem;
  margin-bottom: 0.38rem;
  font-size: 0.46rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  transition: all 0.5s;
}

.cccontent {
  width: 6rem;
  font-size: 0.2rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  text-align: center;
  transition: all 0.5s;
}

.cccontent1 {
  width: 6rem;
  font-size: 0.2rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  transition: all 0.5s;
}

.ccitem:hover .hjimg {
  opacity: 0;
}

.contact_con {
  width: 16rem;
  margin: auto;
}

.tact_nav {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #333333;
  padding-bottom: 0.4rem;
  margin-bottom: 0.4rem;
  flex-wrap: wrap;
}

.tact_nav li {
  width: 2.1rem;
  height: 0.6rem;
  border: 1px solid #07913a;
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.18rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #07913a;
  transition: all 0.5s;
  cursor: pointer;
  margin-right: .64rem;
}

.tact_nav li:nth-child(6n+6) {
  margin-right: 0 !important;
}

.tact_nav li:hover {
  background: #07913a;
  color: white;
}

.lihover {
  background: #07913a !important;
  color: white !important;
}

.cctbot {
  display: flex;
  justify-content: space-between;
}

.tact_left {
  width: 10rem;
  height: 6rem;
  background: #07913a;
}

.tact_right {
  width: 5.2rem;
  height: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cr_item {
  width: 100%;
  height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  transition: all 0.5s;
}

.cr_item p {
  width: 3rem;
  font-size: 0.18rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
}

.crimg {
  width: 0.6rem;
  height: 0.6rem;
  border-right: 1px solid black;
  padding-right: 0.48rem;
  margin-right: 0.48rem;
}

.crimg img {
  width: 100%;
  height: 100%;
}

.cr_item:hover {
  box-shadow: 0.1rem 0.1rem 0rem 0.005rem rgba(0, 46, 107, 0.3);
}

.tdwhcon {
  width: 16rem;
  height: 7.62rem;
  background: url(../../images/tdwhbg.png);
  background-size: 100%;
  position: relative;
  padding: 0.01rem;
}

.posiimg {
  width: 6rem;
  height: 6.66rem;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}

.posiimg img {
  width: 100%;
  height: 100%;
}

.tdwhcon p {
  /* width: 6.3rem; */
  margin-left: .5rem;
  margin-bottom: 0.2rem;
  font-size: 0.2rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  text-indent: 2em;
}

.text {
  margin-top: .5rem;
}

.jiarulist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.jiarulist li {
  width: 5.3rem;
  height: 2rem;
  border: 1px solid #c9c9c9;
  transition: all 1s;
}

.jiaru_title {
  width: 4rem;
  margin: auto;
  margin-top: 0.4rem;
  font-size: 0.22rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  margin-bottom: 0.47rem;
  transition: all 1s;
}

.jiarulist li p {
  width: 4rem;
  margin: auto;
  font-size: 0.18rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  margin-bottom: 0.1rem;
  transition: all 1s;
}

.jiarulist li:hover {
  background: #07913a;
  color: white;
}

.jiarulist li:hover p {
  color: white;
}

.jiarulist li:hover .jiaru_title {
  color: white;
}

/* .contai_left {
  top: 0.55rem;
} */


.search_con {
  width: 17.5rem;
  margin: auto;
}

.searchcolor {
  background: #07913a;
  color: white !important;
}

.searchnav li {
  width: 1.6rem;
  height: 0.6rem;
  border: 1px solid #07913a;
  text-align: center;
  line-height: 0.6rem;
  color: #07913a;
  margin-right: 0.2rem;
  cursor: pointer;
}

.searchnav {
  display: flex;
  margin-bottom: 0.6rem;
}

.searchmax {
  width: 100%;
  height: auto;
  background: #f5f6f8;
  padding: 0.01rem;
}

.search_con {
  margin-top: 0.6rem;
}

.searchall {
  font-size: 0.24rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #01040b;
  margin-bottom: 0.4rem;
}

.searchall span {
  color: #07913a;
  margin: 0 0.1rem 0 0.1rem;
}

.searchcon {
  width: 16rem;
  background: white;
  margin: auto;
  padding-top: 0.58rem;
  padding-bottom: 1rem;
}

.searchcon ul {
  width: 14rem;
  margin: auto;
}

.searchcon ul li {
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #ebf0f4;
  font-size: 0.24rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  margin-bottom: 0.278rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.searchcon ul li img {
  width: 0.097rem;
  height: 0.173rem;
}

.imgtitle1 {
  display: flex;
  align-items: center;
}

.imgtitle1 img {
  width: 0.93rem;
  height: 0.56rem;
  margin-right: 0.2rem;
}

.imgtitle {
  margin-top: 1.5rem;
}

.swiper-button-next::after {
  display: none;
}

.swiper-button-prev::after {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  width: 0.64rem;
  height: 0.64rem;
  border: 1px solid white;
}

.swiper-button-prev {
  left: -1rem !important;
  z-index: 100;
}

.swiper-button-next {
  right: -1rem !important;
  z-index: 100;
}







.swiper-button-next:hover {
  transition: all 1s;
  background: #07913a;
  border-color: #07913a;
}

.swiper-button-prev:hover {
  transition: all 1s;
  background: #07913a;
  border-color: #07913a;
}

.lb1 {
  position: relative;
}

.swiper-button-prev {
  left: -1rem !important;
  z-index: 100;
  border: 1px solid #07913A;
  background: #07913a;
}

.swiper-button-next {
  right: -.5rem !important;
  z-index: 100;
  background: #07913a;
  border: 1px solid #07913A;
}

.swiper-button-prev img,
.swiper-button-next img {
  width: 0.20rem;
  height: 0.22rem;
}






.swiper-button-next1::after {
  display: none;
}

.swiper-button-prev1::after {
  display: none;
}

.swiper-button-prev1,
.swiper-button-next1 {
  width: 0.64rem;
  height: 0.64rem;
  border: 1px solid white;
  position: absolute;
  top: 50%;
  margin-top: -.32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.swiper-button-prev1 {
  left: -.5rem !important;
  z-index: 100;
  border: 1px solid #07913A;
  background: #07913a;
}

.swiper-button-next1 {
  right: -.5rem !important;
  z-index: 100;
  background: #07913a;
  border: 1px solid #07913A;
}

.swiper-button-prev1 img,
.swiper-button-next1 img {
  width: 0.20rem;
  height: 0.22rem;
}







.swiper-button-next2::after {
  display: none;
}

.swiper-button-prev2::after {
  display: none;
}

.swiper-button-prev2,
.swiper-button-next2 {
  width: 0.64rem;
  height: 0.64rem;
  border: 1px solid white;
  position: absolute;
  top: 50%;
  margin-top: -.32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.swiper-button-prev2 {
  left: -.5rem !important;
  z-index: 100;
  border: 1px solid #07913A;
  background: #07913a;
}

.swiper-button-next2 {
  right: -.5rem !important;
  z-index: 100;
  background: #07913a;
  border: 1px solid #07913A;
}

.swiper-button-prev2 img,
.swiper-button-next2 img {
  width: 0.20rem;
  height: 0.22rem;
}






.swiper-button-next3::after {
  display: none;
}

.swiper-button-prev3::after {
  display: none;
}

.swiper-button-prev3,
.swiper-button-next3 {
  width: 0.64rem;
  height: 0.64rem;
  border: 1px solid white;
  position: absolute;
  top: 60%;
  margin-top: -.32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.swiper-button-prev3 {
  left: -.5rem !important;
  z-index: 100;
  border: 1px solid #07913A;
  background: #07913a;
}

.swiper-button-next3 {
  right: -.5rem !important;
  z-index: 100;
  background: #07913a;
  border: 1px solid #07913A;
}

.swiper-button-prev3 img,
.swiper-button-next3 img {
  width: 0.20rem;
  height: 0.22rem;
}











.swiper-button-next4::after {
  display: none;
}

.swiper-button-prev4::after {
  display: none;
}

.swiper-button-prev4,
.swiper-button-next4 {
  width: 0.64rem;
  height: 0.64rem;
  border: 1px solid white;
  position: absolute;
  top: 60%;
  margin-top: -.32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.swiper-button-prev4 {
  left: -.5rem !important;
  z-index: 100;
  border: 1px solid #07913A;
  background: #07913a;
}

.swiper-button-next4 {
  right: -.5rem !important;
  z-index: 100;
  background: #07913a;
  border: 1px solid #07913A;
}

.swiper-button-prev4 img,
.swiper-button-next4 img {
  width: 0.20rem;
  height: 0.22rem;
}










.swiper-button-next5::after {
  display: none;
}

.swiper-button-prev5::after {
  display: none;
}

.swiper-button-prev5,
.swiper-button-next5 {
  width: 0.64rem;
  height: 0.64rem;
  border: 1px solid white;
  position: absolute;
  top: 50%;
  margin-top: -.32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.swiper-button-prev5 {
  left: -.5rem !important;
  z-index: 100;
  border: 1px solid #07913A;
  background: #07913a;
}

.swiper-button-next5 {
  right: -.5rem !important;
  z-index: 100;
  background: #07913a;
  border: 1px solid #07913A;
}

.swiper-button-prev5 img,
.swiper-button-next5 img {
  width: 0.20rem;
  height: 0.22rem;
}









.swiper-button-next6::after {
  display: none;
}

.swiper-button-prev6::after {
  display: none;
}

.swiper-button-prev6,
.swiper-button-next6 {
  width: 0.64rem;
  height: 0.64rem;
  border: 1px solid white;
  position: absolute;
  top: 50%;
  margin-top: -.32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.swiper-button-prev6 {
  left: -1rem !important;
  z-index: 100;
  border: 1px solid #07913A;
  background: #07913a;
}

.swiper-button-next6 {
  right: -1rem !important;
  z-index: 100;
  background: #07913a;
  border: 1px solid #07913A;
}

.swiper-button-prev6 img,
.swiper-button-next6 img {
  width: 0.20rem;
  height: 0.22rem;
}

.ylist li {
  cursor: pointer;
  transition: all 1s;
}

.ylist li:hover {
  box-shadow: 0px 3px 18px 0px #07913A;
}

.swiper-slide:hover img {
  transform: scale(1.1);
  cursor: pointer;
}

.msgcon p {
  width: 8rem;
  font-size: 0.2rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 0.4rem;
  color: #333333;
  margin-bottom: 0.2rem;
}
.msgcon2 p{
  width: auto !important;
}