.index_box{
  position: relative;
  width: 100%;
  min-height: 100%;
  background-color: #F5F5F5;
  padding-bottom: 0.6rem; /* 220524 */
}
.header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.16rem;
  box-sizing: border-box;
  z-index: 99;
}
.header .logo{
  width: 1.5rem;
}
/* 220524 */
.header .back{
  width: 0.1rem;
}
.header .nav_btn{
  width: 0.24rem;
}
/* 220524 over */
.header .nav_mask{
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.header .nav_mask .nav_box{
  position: absolute;
  top: 0;
  right: -60%;
  width: 60%;
  height: 100%;
  background-color: #fff;
  box-shadow: -0.03rem 0 0.2rem 0.01rem rgba(0, 0, 0, 0.3);
}
.header .nav_mask .nav_box .nav_item{
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.18rem;
  color: #333333;
  border-bottom: 0.01rem solid #D1D1D1;
}
.header .nav_mask .nav_box .nav_item a{
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 0.44rem;
  box-sizing: border-box;
}
.index_box .classify{
  padding: 0.20rem 0rem;
}
.public_title{
  font-size: 0.16rem;
  font-weight: bold;
  text-align: center;
}
.public_title span{
  color: #005CFD;
}
.index_box .classify .public_title{
  font-size: 0.16rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.02rem;
}
.public_title_l{
  text-align: center;
  font-size: 0.11rem;
  color: #999999;
  margin-bottom: 0.20rem;
}
.index_box .classify .public_title_l{
  text-align: center;
  font-size: 0.11rem;
  color: #999999;
  margin-bottom: 0.20rem;
}
.index_box .classify .class_list{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem 0.36rem;
  box-sizing: border-box;
}
.index_box .classify .class_list .class_item{
  width: 0.68rem;
  margin: 0 0.05rem;
}
.index_box .classify .class_list .class_item img{
  margin-bottom: 0.12rem;
}
.index_box .classify .class_list .class_item p{
  font-size: 0.12rem;
  font-weight: bold;
  text-align: center;
}
.index_box .pdu_main{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0.10rem;
}
.index_box .pdu_main .pdu_item{
  width: calc(50% - 0.04rem);
  margin-bottom: 0.08rem;
  padding: 0.16rem 0.23rem 0rem;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0rem 0.02rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
}
.index_box .pdu_main .pdu_item p{
  font-size: 0.14rem;
  margin: 0.07rem 0 0.09rem;
  text-align: center;
}
.advantage{
  padding: 0.20rem 0.10rem 0;
  box-sizing: border-box;
}
.adv_main{
  margin-top: 0.15rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.adv_item{
  width: calc(50% - 0.05rem);
  min-height: 2.12rem;
  margin-bottom: 0.10rem;
  padding: 0.10rem;
  box-sizing: border-box;
  color: #fff;
  border-radius: 0.08rem;
  background-color: rgb(58, 83, 213, 1);
}
.adv_item .title{
  font-size: 0.32rem;
  font-weight: bold;
}
.adv_item .title_l{
  font-size: 0.16rem;
  font-weight: bold;
  margin-bottom: 0.10rem;
}
.adv_item .text{
  font-size: 0.13rem;
}
.call{
  position: relative;
}
.call_main{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.16rem;
  box-sizing: border-box;
  color: #fff;
}
.call_main .left .title{
  font-size: 0.15rem;
  font-weight: bold;
}
.call_main .left .title_l{
  font-size: 0.12rem;
}
.call_main .right{
  display: flex;
  justify-content: space-between;
}
.call_main .right img{
  width: 0.36rem;
  margin-right: 0.06rem;
}
.call_main .right .text{
  font-size: 0.12rem;
  text-align: right;
}
.call_main .right .phone{
  font-size: 0.16rem;
  letter-spacing: 0.01rem;
}
.partner{
  padding-top: 0.20rem;
}
.partner_main{
  padding-top: 0.20rem;
  padding-bottom: calc(10% + 0.21rem);
}
.partner_main .list{
  display: flex;
  justify-content: center;
}
.partner_main .list .item{
  position: relative;
  width: calc(20% - 0.02rem);
  margin: 0.01rem;
}
.partner_main .list .item a{
  display: block;
  width: 100%;
  height: 0;
  padding-top: 50%;
}
.partner_main .list .item img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.strength{
  padding: 0 0.10rem;
  box-sizing: border-box;
}
.strength video{
  margin-top: 0.20rem;
  margin-bottom: 0.16rem;
  width: 100%;
  box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
}
.strength .text{
  font-size: 0.14rem;
  margin-bottom: 0.16rem;
}
.strength .text span{
  color: #E0A21D;
}
.strength .str_list{
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 0 0.04rem;
  box-sizing: border-box;
}
.strength .str_list .str_item{
  width: calc(25% - 0.08rem);
  padding: 0.32rem 0.08rem;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0rem 0.02rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
}
.strength .str_list .str_item p{
  font-size: 0.11rem;
  white-space: nowrap;
  text-align: center;
}
.strength .str_list .str_item .top span{
  font-size: 0.20rem;
  font-weight: bold;
}
/* news */
/* 220524 */
.news{
  padding: 0.2rem;
  box-sizing: border-box;
}
.news .public_title_l{
  margin-bottom: 0.04rem;
}
.news_banner a{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.news_banner p{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.35rem;
  line-height: 0.35rem;
  font-size: 0.14rem;
  font-weight: bold;
  padding-left: 0.1rem;
  box-sizing: border-box;
  color: #fff;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}
.news .list{
  padding-top:0.1rem;
}
.news .list .item{
  font-size: 0.13rem;
  color: #666666;
  border-bottom: 0.01rem solid #E1E1E1;
}
.news .list .item:last-of-type{
  border-bottom: none;
}
.news .list .item a{
  display: block;
  padding: 0.1rem 0;
  box-sizing: border-box;
}
.news .list .item span{
  float: right;
  font-size: 0.11rem;
  color: #999;
}
/* 220524 over */

.bottom_nav{
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 0.56rem;
  background-color: #fff;
  box-shadow: 0rem -0.02rem 0.06rem 0.01rem rgba(0, 0, 0, 0.1);
}
.bottom_nav .item{
  color: #333333
}
.bottom_nav .item.checked{
  color: #005CFD
}
.bottom_nav .item .nav_img{
  width: 0.32rem;
  height: 0.30rem;
  margin: 0 auto 0.02rem;
  background: url(../img/navIcon.png) no-repeat;
  background-size: 1.60rem;
  background-position-y: 0rem;
}
.bottom_nav .item.checked .nav_img{
  background-position-y: -0.48rem;
}
.bottom_nav .item:nth-of-type(1) .nav_img{
  background-position-x: 0rem;
}
.bottom_nav .item:nth-of-type(2) .nav_img{
  background-position-x: -0.39rem;
}
.bottom_nav .item:nth-of-type(3) .nav_img{
  background-position-x: -0.82rem;
}
.bottom_nav .item:nth-of-type(4) .nav_img{
  background-position-x: -1.25rem;
}
.bottom_nav .item p{
  font-size: 0.10rem;
}
/* ------------- classify ------------- */
.classify_box{
  min-height: 100%;
  background-color: #F5F5F5;
}
.local{
  margin-top: 0.10rem;
  padding: 0 0.16rem;
  box-sizing: border-box;
  font-size: 0.11rem;
  color: #999999;
}
.classify_box .tab{
  display: flex;
  justify-content: space-between;
  font-size: 0.14rem;
  color: #333333;
  border-bottom: 0.01rem solid #D1D1D1;
}
.classify_box .tab .tab_item{
  position: relative;
  width: 25%;
  height: 0.50rem;
  line-height: 0.50rem;
  text-align: center;
}
.classify_box .tab .tab_item.checked::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.03rem;
  background-color: #005CFD;
}
.classify_box .tab_main{
  padding: 0.20rem 0.10rem 1rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.classify_box .tab_main .classify_item{
  position: relative;
  margin-bottom: 0.35rem;
  width: calc(50% - 0.035rem);
  padding: 0.10rem;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0rem 0.02rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
}
.classify_box .tab_main .classify_item p{
  position: absolute;
  bottom: -0.26rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-size: 0.13rem;
  color: #666666;
}
/* ------------- classify_details ------------- */
.cd_box{
  min-height: 100%;
  background-color: #F5F5F5;
}
.cd_box .banner{
  background-color: #fff;
  position: relative;
}
.cd_box .banner .swiper .swiper-slide{
  padding: 0.32rem 0.49rem;
  box-sizing: border-box;
}
.cd_box .banner .swiper .swiper-slide a{
  display: block;
  width: 100%;
}
.cd_box .banner .paging{
  position: absolute;
  bottom: 0.08rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0rem 0.08rem;
  height: 0.17rem;
  line-height: 0.17rem;
  font-size: 0.13rem;
  font-weight: bold;
  color: #fff;
  border-radius: 0.08rem;
  background-color: rgba(0, 0, 0, 0.22);
  letter-spacing: 0.01rem;
}
.details_main{
  margin-top: 0.10rem;
}
.details_main .details_display{
  position: relative;
}
.details_main .details_display .list{
  position: absolute;
  bottom: 0.33rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0rem 0.125rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.details_main .details_display .list .item{
  width: calc(33.33% - 0.07rem);
  margin: 0.16rem 0.035rem 0rem;
  padding: 0.13rem 0.05rem 0.06rem;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0.11rem;
}
.details_main .details_display .list .item p{
  margin-top: 0.20rem;
  font-size: 0.13rem;
  color: #333;
  font-weight: bold;
  text-align: center;
}
/* -------------- about_us ------------ */
.about_us_box{
  padding-bottom: 1rem;
}
/* 220602 */
.about_us_box .banner{
  position: relative;
}
.about_us_box .banner .video_mask{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 57, 132, 0.5);
  z-index: 9;
}
.about_us_box .banner video{
  width: 100%;
}
/* 220602 over */
.about_us_box .tab{
  display: flex;
  justify-content: space-between;
  font-size: 0.14rem;
  color: #333333;
  border-bottom: 0.01rem solid #D1D1D1;
}
.about_us_box .tab .tab_item{
  position: relative;
  width: 25%;
  height: 0.50rem;
  line-height: 0.50rem;
  text-align: center;
}
.about_us_box .tab .tab_item.checked::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.03rem;
  background-color: #005CFD;
}
.about_us_box .tab .tab_item a{
  display: block;
  width: 100%;
  height: 100%;
}
.about_main .about_zf{
  padding: 0.20rem 0.16rem;
  box-sizing: border-box;
}
.about_main .about_zf .public_title_l{
  margin-bottom: 0.10rem;
}
.about_main .about_zf .text{
  font-size: 0.12rem;
  color: #333;
  line-height: 0.22rem;
}
.about_main .history img{
  margin-bottom: 0.14rem;
}
.about_main .history .list .item{
  position: relative;
  padding: 0.06rem 0.16rem;
  padding-left: 0.25rem;
  box-sizing: border-box;
  font-size: 0.12rem;
  color: #333;
  border-bottom: 0.01rem solid #D1D1D1;
}
.about_main .history .list .item::after{
  content: '';
  position: absolute;
  left: 0.16rem;
  top: 0.12rem;
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 50%;
  background-color: #005CFD;
}
.about_main .honor{
  padding-top: 0.2rem;
  box-sizing: border-box;
}
.about_main .honor .honor_main{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0rem 0.13rem;
  box-sizing: border-box;
}
.about_main .honor .honor_main .item{
  width: calc(33.33% - 0.06rem);
  margin: 0rem 0.03rem 0.06rem;
}
.facility{
  padding-top: 0.2rem;
}
.facility .facility_main{
  padding: 0 0.08rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.facility .facility_main  .item{
  width: calc(33.33% - 0.05rem);
  margin: 0rem 0.025rem 0.05rem;
}
.facility .facility_main  .item p{
  font-size: 0.12rem;
  margin: 0.08rem 0rem 0.03rem;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.contact{
  padding-top: 0.2rem;
}
.contact .contact_main{
  padding: 0rem 0.12rem;
  box-sizing: border-box;
}
.contact .contact_main .line{
  display: flex;
}
.contact .contact_main .line .item{
  height: 0.4rem;
  padding-left: 0.1rem;
  box-sizing: border-box;
  flex: 1;
  display: flex;
  align-items: center;
  align-content: center;
  font-size: 0.10rem;
  color: #333;
  border: 0.01rem solid #999;
}
.contact .contact_main .line .item img{
  width: 0.15rem;
  margin-right: 0.1rem;
}
.about_main .map{
  padding-top: 0.2rem;
}
/* ---------------- contact_us ------------ */
.contact_us_box{
  padding: 0.44rem 0.16rem 1rem;
  box-sizing: border-box;
  background-color: #F5F5F5;
}
.contact_us_box .top{
  position: fixed;
  top: 0;
  left: 0;
  margin-bottom: 0.14rem;
  display: flex;
  align-items: center;
  align-content: center;
  padding-left: 0.16rem;
  box-sizing: border-box;
  width: 100%;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size:  0.13rem;
  color: #DC3636;
  background-color: #EED9C6;
}
.contact_us_box .top img{
  width: 0.12rem;
  margin-right: 0.06rem;
}
.contact_us_box .msg_box{
  margin-bottom: 0.14rem;
  padding: 0.1rem  0.16rem;
  box-sizing: border-box;
  border-radius: 0.08rem;
  background-color: #fff;
}
.contact_us_box .msg_box .title{
  margin-bottom: 0.21rem;
  font-size: 0.16rem;
  color: #333333;
}
.contact_us_box .msg_box textarea{
  width: 100%;
  font-size: 0.16rem;
  color: #333333;
}
.contact_us_box .msg_box textarea::-webkit-input-placeholder{
  font-size: 0.15rem;
  color: #999999;
}
.contact_us_box .user_info{
  border-radius: 0.08rem;
  background-color: #fff;
}
.contact_us_box .user_info .item{
  height: 0.48rem;
  display: flex;
  align-items: center;
  align-content: center;
  padding-left: 0.16rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #F5F5F5;
}
.contact_us_box .user_info .item img{
  width: 0.24rem;
  margin-right: 0.08rem;
}
.contact_us_box .user_info .item input{
  font-size: 0.16rem;
  font-weight: normal;
  color: #333;
}
.contact_us_box .btn{
  margin-top: 0.35rem;
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  font-size: 0.15rem;
  font-weight: bold;
  color: #fff;
  border-radius: 0.2rem;
  background-color: #005CFD;
  letter-spacing: 0.05rem;
}

/* news */
/* 220524 */
.news_box{
  padding-top: 0.5rem;
  box-sizing: border-box;
  min-height: 100%;
  background-color: #F5F5F5;
}
.news_box .header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
.news_box .news_main{
  padding: 0.29rem 0.16rem;
  box-sizing: border-box;
}
.news_box .news_main .title{
  font-size: 0.16rem;
  color: #333;
  margin-bottom: 0.04rem;
}
.news_box .news_main .title_l{
  font-size: 0.11rem;
  color: #666666;
  margin-bottom: 0.2rem;
}
.news_box .news_main p{
  font-size: 0.15rem;
  color: #666;
  margin-bottom: 0.06rem;
}
.news_box .news_main img{
  height: auto;
  vertical-align: top;
}
.news_box .news_main .btn_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-top: 0.2rem;
}
.news_box .news_main .btn_box .btn{
  width: calc(50% - 0.08rem);

  height: 0.33rem;
  line-height: 0.33rem;
  font-size: 0.15rem;
  color: #333;
  background-color: #fff;
  border: 0.01rem solid #E1E1E1;
}
.news_box .news_main .btn_box .btn a{
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0.06rem;
  box-sizing: border-box;
}
/* 220524 over */

/* news_list 220530 */
.news_list_box{
  min-height: 100%;
  background-color: #F5F5F5;
}
/* 220602 */
.news_list_box .tabber {
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  font-size: 0.15rem;
  line-height: 0.45rem;
  color: #333;
  white-space: nowrap;
}
.news_list_box .tabber .selected{
  font-weight: bold;
  color: #005CFD;
}
/* 220602 over */
.news_list_box .news_list .item {
  position: relative;
  margin-bottom: 0.12rem;
  cursor: pointer;
  background-color: #fff;
}
.news_list_box .news_list .item a{
  display: flex;
  align-items: center;
  align-content: center;
  width: 100%;
  padding: 0.08rem;
  box-sizing: border-box;
}
.news_list_box .news_list .item img {
  margin-right: 0.08rem;
  flex: 0 0 1.2rem;
  width: 1.2rem;
  max-width: 1.2rem;
  height: 0.8rem;
  object-fit: cover;
}
.news_list_box .news_list .item a>div{
  width: calc(100% - 1.28rem);
}
.news_list_box .news_list .item p {
  font-size: 0.12rem;
  font-weight: 300;
  color: #333;
}
.news_list_box .news_list .item .title {
  width: 100%;
  font-size: 0.15rem;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news_list_box .news_list .item .content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 0.04rem;
}
.news_list_box .news_list .item .more {
  font-size: 0.14rem;
  text-align: right;
  color: #3b83ff;
  cursor: pointer;
}

/* DIYcard.html 220705*/
.DIY_box .DIY_banner{
  position: relative;
  padding: 0.45rem 0.2rem 0.22rem;
  box-sizing: border-box;
  background: url(../img/DIY_banner.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.DIY_box .DIY_banner .DIY_banner_title{
  margin-bottom: 0.3rem;
  padding-left: 0.18rem;
  box-sizing: border-box;
  width: 1.5rem;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: #fff;
  background-color: rgba(145, 178, 236, 0.44)
} 
.DIY_box .DIY_banner p{
  margin-bottom: 0.15rem;
  font-size: 0.12rem;
  color: #fff;
}
.DIY_box .DIY_banner .DIY_banner_des{
  font-weight: bold; 
}
.DIY_box .DIY_banner .DIY_banner_slide{
  position: relative;
  width: 0.6rem;
  height: 0.2rem;
  border: 0.02rem solid #fff;
  border-radius: 0.2rem;
  box-sizing: border-box;
}
.DIY_box .DIY_banner .DIY_banner_slide span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 0.1rem;
  color: #fff;
}
.DIY_box .DIY_banner .slide_block{
  position: absolute;
  top: -0.02rem;
  left: 0rem;
  width: 0.2rem;
  height: 0.2rem;
  background-color: #e0a21d;
  border-radius: 0.2rem;
}
.DIY_main{
  padding: 0.2rem;
  box-sizing: border-box;
}
.DIY_main .title_text{
  font-size: 0.16rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.DIY_main .DIY_des{
  font-size: 0.12rem;
  margin-bottom: 0.2rem;
}
.DIY_main .legend_caption {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin-bottom: 0.2rem;
}
.DIY_main .legend_caption.last {
  min-height: 2.55rem;
}
.DIY_main .lc_num {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  /* align-items: center; */
  flex: 0 0 0.7rem;
  width: 0.7rem;
  text-align: center;
  background-color: #d6d6d6;
}
.DIY_main .last .lc_num{
  height: 0.86rem;
}
.DIY_main .lc_num p:nth-of-type(1) {
  width: 100%;
  font-size: 0.32rem;
  color: #333;
}
.DIY_main .lc_num p:nth-of-type(2) {
  width: 100%;
  font-size: 0.1rem;
  color: #333;
}
.DIY_main .lc_img {
  flex: 0 0 1.08rem;
  width: 1.08rem;
}
.DIY_main .lc_img img{
  height: 100%;
  object-fit: cover;
}
.DIY_main .last .lc_img img{
  height: 0.86rem;
}
.DIY_main .lc_msg {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  padding-left: 0.28rem;
  padding-right: 0.1rem;
  box-sizing: border-box;
  font-size: 0.12rem;
  color: #333;
}
.DIY_main .lc_msg.bis {
  padding-left: 0.12rem;
  padding-right: 0rem;
}
.DIY_main .lc_msg.mini{
  padding-left: 0.18rem;
  padding-right: 0.32rem;
  font-size: 0.1rem;
}
.DIY_main .lc_msg p {
  position: relative;
  width: 100%;
}
.DIY_main .lc_msg p::before {
  content: "";
  position: absolute;
  top: 0.06rem;
  left: -0.12rem;
  width: 0.05rem;
  height: 0.05rem;
  background-color: #333;
  border-radius: 50%;
  overflow: hidden;
}
.DIY_main .lc_msg.bis p {
  display: inline-block;
  width: auto;
  min-width: 0.65rem;
  margin-right: 0.15rem;
}
.DIY_main .lc_msg.bis p::before{
  left: -0.08rem;
}
.DIY_main .lc_msg.bis p:nth-of-type(2n){
  margin-right: 0;
}

.DIY_main .img_display_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.DIY_main .img_display_list img {
  width: calc(50% - 10px);
  margin-bottom: 0.2rem;
}
.DIY_main .img_display_list.key{
  position: relative;
}
.DIY_main .img_display_list.key img{
  width: 1rem;
}
.DIY_main .img_display_list.key img:nth-of-type(1){
  position: absolute;
  bottom: 100%;
  left: 0;
}
.DIY_main .img_display_list.key img:nth-of-type(2){
  position: absolute;
  bottom: 100%;
  right: 0;
}