
/* 首页-banner */
.md31481.md-home_banner{width: 100%;position: relative;}
.md31481.md-home_banner .a-swiper{width: 100%;}
.md31481.md-home_banner .a-item{width: 100%;position: relative;}
.md31481.md-home_banner .a-link{display: block;width: 100%;position: relative;}
.md31481.md-home_banner .a-media{width: 100%;position: relative;overflow: hidden;padding-top: calc(840/1920*100%);}
.md31481.md-home_banner .a-media img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
.md31481.md-home_banner .a-media video{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
.md31481.md-home_banner .a-text{position: absolute;top: 12.94%;left: 50%;transform: translate(-50%,0);width: 14.4rem;max-width: 92%;text-align: center;}
.md31481.md-home_banner .a-titles{width: 100%;color: #ffffff;font-weight: bold;line-height: 1.23;}
.md31481.md-home_banner .a-titles{opacity:0;transform:translate3d(0,80px,0);}
.md31481.md-home_banner .a-item.swiper-slide-active .a-titles{opacity:1;transform:translate3d(0,0,0);transition:opacity 2s cubic-bezier(.25,.1,.25,1),transform 2s cubic-bezier(.25,.1,.25,1);} 
.md31481.md-home_banner .a-item.swiper-slide-active .a-titles{transition-delay: .5s;} 

.md31481.md-home_banner .a-pagination{position: absolute;bottom: .9rem;left: 0;width: 100%;text-align: center;font-size: 0;}
.md31481.md-home_banner .a-pagination .swiper-pagination-bullet{display: inline-block;vertical-align: middle;position: relative;opacity: 1;margin: 0 .07rem;width: .26rem;height: .26rem;border-radius: 50%;background-color: transparent;} 
.md31481.md-home_banner .a-pagination .swiper-pagination-bullet:after{content: '';z-index: 18;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: .1rem;height: .1rem;border-radius: 50%;background-color: #fff;}
.md31481.md-home_banner .a-lt{position: absolute;left: 0;top: 0;opacity:0;width: 50%;height: 100%;overflow: hidden;}
.md31481.md-home_banner .a-lt:after{content: ""; position: absolute;top:0;left:0;width: 100%;height: 100%;border: 1px solid #fff;border-right: none;border-radius: calc(.13rem + 1px) 0 0 calc(.13rem + 1px);box-sizing: border-box;}
.md31481.md-home_banner .a-rt{position: absolute;right: 0;top: 0;opacity: 0;width: 50%;height: 100%;overflow: hidden;}
.md31481.md-home_banner .a-rt:after{content: ""; position: absolute;top:0;left:0;width: 100%;height: 100%;border: 1px solid #fff;border-left: none;border-radius: 0 calc(.13rem + 1px)  calc(.13rem + 1px) 0;box-sizing: border-box;}
.md31481.md-home_banner .a-pagination .swiper-pagination-bullet-active .a-lt{opacity: 1;}
.md31481.md-home_banner .a-pagination .swiper-pagination-bullet-active .a-lt:after{transform-origin: right center;animation: md31481a_rotate 4.5s linear forwards;}
.md31481.md-home_banner .a-pagination .swiper-pagination-bullet-active .a-rt{opacity: 1;}
.md31481.md-home_banner .a-pagination .swiper-pagination-bullet-active .a-rt:after{transform-origin: left center;animation: md31481a_rotate2 4.5s linear;}

@keyframes md31481a_rotate {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes md31481a_rotate2 {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 750px) {
   .md31481.md-home_banner .a-titles{font-size: 5vw;}
   .md31481.md-home_banner .a-pagination{bottom: .3rem;}
}

/* 首页-服务 */
.md31482.md-home_service{width: 100%;padding: .95rem 0 1.4rem;}
.md31482.md-home_service img{display: inline-block;vertical-align:middle;max-width: 100%;}
.md31482.md-home_service .layout{width: 14.4rem;max-width: 92%;margin: 0 auto;}
.md31482.md-home_service .my-top{width: 100%;text-align: center;padding-bottom: .55rem;}
.md31482.md-home_service .my-titles{width: 100%;color: #333333;font-weight: bold;line-height: 1.16;}
.md31482.md-home_service .my-synopsis{width: 100%;padding-top: .3rem;color: var(--theme);line-height: 1.5;font-weight: bold;}
.md31482.md-home_service .b-cont{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.md31482.md-home_service .b-left{display: flex;flex-wrap: wrap;align-content: space-between;width: 6.6rem;}
.md31482.md-home_service .b-navbox{width: 100%;}
.md31482.md-home_service .b-nav{width: 100%;padding-bottom: .4rem;margin-bottom: .4rem;border-bottom: 1px solid #eeeeee;}
.md31482.md-home_service .b-buttom{width: 100%;display: flex;align-items: center;cursor: pointer;}
.md31482.md-home_service .b-icon{display: flex;align-items: center;justify-content: center;width: .5rem;height: .5rem;background-color: var(--theme);border-radius: .1rem;}
.md31482.md-home_service .b-icon img{width: 100%;height: 100%;object-fit: contain;}
.md31482.md-home_service .b-name{flex: 1;padding-left: .3rem;color: #333333;font-weight: bold;line-height: 1.4;}
.md31482.md-home_service .b-buttom svg{opacity: 0;transition: all .3s;display: block;margin-left: .1rem;width: .18rem;color: var(--active);}
.md31482.md-home_service .b-sub{display: none;width: 100%;padding: .15rem  .25rem .05rem .8rem ;}
.md31482.md-home_service .b-intro{width: 100%;color: #666666;line-height: 1.87;} 
.md31482.md-home_service .b-nav.show .b-icon{background-color: var(--active);}
.md31482.md-home_service .b-nav.show .b-buttom svg{opacity: 1;} 

.md31482.md-home_service .b-morebox{width: 100%;}
.md31482.md-home_service .b-more{transition: all .3s;display: inline-block;vertical-align: middle;cursor: pointer;padding: 0 .15rem 0 .2rem;color: #ffffff;line-height: .6rem;border-radius: .3rem 0 .3rem 0;background-color: var(--theme);}
.md31482.md-home_service .b-svg{transition: all .3s;display: inline-block;vertical-align: middle;margin-left: .37rem;width: .38rem;height: .38rem;text-align: center;line-height: .38rem;border-radius: 50%;background-color: var(--active);}
.md31482.md-home_service .b-svg svg{transition: all .3s;display: inline-block;width:.2rem;color: #fff;}
.md31482.md-home_service .b-more:hover {background-color: var(--active);}
.md31482.md-home_service .b-more:hover .b-svg{background-color: #fff;}
.md31482.md-home_service .b-more:hover .b-svg svg{color: var(--active);}

.md31482.md-home_service .b-right{width: 7rem;display: flex;align-items: center;}
.md31482.md-home_service .b-imgbox{position: relative;width: 100%;}
.md31482.md-home_service .b-imgbox:after{content: '';position: absolute;bottom: 0;left: -.7rem;width: 1.4rem;height: 1.4rem;background-color: var(--active);border-radius: .3rem 0 .3rem 0;mix-blend-mode: multiply;}
.md31482.md-home_service .b-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(820/700*100%);border-radius: .6rem 0 .6rem 0;}
.md31482.md-home_service .b-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}

@media (max-width: 750px) {
   .md31482.md-home_service .b-left{width: 100%;margin-bottom: .3rem;}
   .md31482.md-home_service .b-right{width: 100%;}
   .md31482.md-home_service .b-imgbox:after{left: -.15rem;width: .3rem;height: .3rem;border-radius: .1rem 0 .1rem 0;}
   .md31482.md-home_service .b-img{border-radius: .3rem 0 .3rem 0;}
}

/* 首页-关于我们 */
.md31483.md-home_about_us{overflow: hidden;width: 100%;padding: 1.25rem 0  0;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.md31483.md-home_about_us img{display: inline-block;vertical-align:middle;max-width: 100%;}
.md31483.md-home_about_us .layout{width: 14.4rem;max-width: 92%;margin: 0 auto;}
.md31483.md-home_about_us .my-top{width: 100%;max-width: 7.25rem;padding-bottom: 1.2rem;}
.md31483.md-home_about_us .my-titles{width: 100%;color: #ffffff;font-weight: bold;line-height: 1.16;}
.md31483.md-home_about_us .my-synopsis{width: 100%;padding-top: .45rem;color: #fff;line-height: 2;}
.md31483.md-home_about_us .my-more{transition: all .3s;display: inline-block;vertical-align: middle;cursor: pointer;margin-top: .5rem; padding: 0 .15rem 0 .2rem;color: #ffffff;line-height: .6rem;border-radius: .3rem 0 .3rem 0;background-color: var(--active);}
.md31483.md-home_about_us .my-svg{transition: all .3s;display: inline-block;vertical-align: middle;margin-left: .37rem;width: .38rem;height: .38rem;text-align: center;line-height: .38rem;border-radius: 50%;background-color: #fff;}
.md31483.md-home_about_us .my-svg svg{transition: all .3s;transform: rotate(-45deg); display: inline-block;width:.2rem;color: var(--active);}
.md31483.md-home_about_us .my-more:hover {background-color: var(--theme);} 
.md31483.md-home_about_us .my-more:hover .my-svg svg{color: var(--theme);}

.md31483.md-home_about_us .c-bottom{width: 100%;text-align: right;}
.md31483.md-home_about_us .c-box{text-align: left;display: inline-block;width: 9.6rem;}
.md31483.md-home_about_us .c-cont{display: flex;flex-wrap: wrap;justify-content: space-between;position: relative;width: 12rem; padding: .25rem 1rem;}
.md31483.md-home_about_us .c-cont:before{content: '';position: absolute;bottom: 0;left: 0;width: 19rem;height: 100%;background-color: var(--theme);border-radius: .6rem 0 0 0;opacity: .9;}
.md31483.md-home_about_us .c-item{display: block;position: relative;z-index: 1;padding: .25rem   .2rem;}
.md31483.md-home_about_us .c-icon{width: 100%;margin-bottom: .4rem;}
.md31483.md-home_about_us .c-icon img{height: .4rem;}
.md31483.md-home_about_us .c-nubbox{width: 100%;display: flex;align-items: center;}
.md31483.md-home_about_us .c-nub{padding-right: .05rem;color: #ffffff;font-weight: bold;line-height: 1.16;}
.md31483.md-home_about_us .c-add{padding-right: .05rem;color: #ffffff;font-weight: bold;line-height: 1.16;}
.md31483.md-home_about_us .c-unit{color: #ffffff;font-weight: bold;line-height: 1.16;}
.md31483.md-home_about_us .c-intro{width: 100%;padding-top: .2rem;color: rgba(255,255,255,.5);line-height: 1.5;}

@media (max-width: 900px) {
  .md31483.md-home_about_us .c-box{width: 104%;}
  .md31483.md-home_about_us .c-cont{width: 100%;}
  .md31483.md-home_about_us .c-cont:before{border-radius: .3rem 0 0 0;}
}
@media (max-width: 500px) {
  .md31483.md-home_about_us .c-cont{padding: .25rem .3rem;}
  .md31483.md-home_about_us .c-item{width: 50%;}
}

/* 首页-应用 */
.md31484.md-home_adhibition{overflow: hidden;width: 100%;padding: 1.15rem 0 1.2rem;}
.md31484.md-home_adhibition img{display: inline-block;vertical-align:middle;max-width: 100%;}
.md31484.md-home_adhibition .layout{width: 14.4rem;max-width: 92%;margin: 0 auto;}
.md31484.md-home_adhibition .my-top{width: 100%;text-align: center;padding-bottom: .55rem;}
.md31484.md-home_adhibition .my-titles{width: 100%;color: #333333;font-weight: bold;line-height: 1.16;}
.md31484.md-home_adhibition .my-synopsis{width: 100%;padding-top: .3rem;color: var(--theme);line-height: 1.5;font-weight: bold;}

.md31484.md-home_adhibition .g-cont{width: 10.8rem;max-width: 100%;margin: 0 auto;position: relative;}
.md31484.md-home_adhibition .g-swiper{width: 100%;overflow: visible;}
.md31484.md-home_adhibition .g-item{width: 100%;padding: 0 .4rem;height: auto;}
.md31484.md-home_adhibition .g-link{display: block;cursor: pointer;width: 100%;position: relative;}
.md31484.md-home_adhibition .g-box1{transition: all .5s;position: absolute;top: 0;left: 0;left: 0;width: 72%;}
.md31484.md-home_adhibition .g-box1 .g-img{position: relative;width: 100%;padding-top: calc(620/1000*100%);overflow: hidden;border-radius: .6rem 0 .6rem 0;}
.md31484.md-home_adhibition .g-box1 .g-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all .5s;}
.md31484.md-home_adhibition .g-box1 .g-name{width: 100%;margin-top: .25rem;color: #333333;line-height: 1.4;font-weight: bold;}

.md31484.md-home_adhibition .g-box2{opacity: 0;transition: all .3s;width: 100%;}
.md31484.md-home_adhibition .g-box2 .g-img{position: relative;width: 100%;padding-top: calc(620/1000*100%);overflow: hidden;border-radius: .6rem 0 .6rem 0;}
.md31484.md-home_adhibition .g-box2 .g-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all .5s;}
.md31484.md-home_adhibition .g-box2 .g-text{width: 100%;display: flex;align-items: center;min-height: .6rem;margin-top: .3rem;padding-right: 1.5rem;}
.md31484.md-home_adhibition .g-box2 .g-namebox{width: 100%;display: flex;}
.md31484.md-home_adhibition .g-box2 .g-nubbox{display: flex;align-items: center;height: 1.4em;}
.md31484.md-home_adhibition .g-box2 .g-nub{color: var(--theme);line-height: 1;font-weight: bold;}
.md31484.md-home_adhibition .g-box2 .g-name{flex: 1;padding-left: .2rem;color: #333333;line-height: 1.4;font-weight: bold;}

.md31484.md-home_adhibition .g-item.swiper-slide-active .g-box1{width: 100%;}
.md31484.md-home_adhibition .g-item.swiper-slide-active .g-box1 .g-name{display: none;}
.md31484.md-home_adhibition .g-item.swiper-slide-active  .g-box2{opacity: 1;}
.md31484.md-home_adhibition .g-item.swiper-slide-active  .g-box2 {transition-delay: .3s;}
.md31484.md-home_adhibition .g-item.swiper-slide-prev .g-box1{left: auto;right: 0;}

.md31484.md-home_adhibition .g-link:hover .g-img img{transform: scale(1.05);}
.md31484.md-home_adhibition .g-link:hover .g-name{color: var(--theme);} 

.md31484.md-home_adhibition .g-prev{transition: all  .3s;top: auto;left: auto;bottom: 0;right: 1.2rem;margin-top: 0;display: flex;align-items: center;justify-content: center;width: .6rem;height: .6rem;border-radius:  0 .2rem 0 .2rem;background-color: var(--theme);background-size: 0 0;}
.md31484.md-home_adhibition .g-prev svg{transition: all  .3s;transform: rotate(0);width: .2rem;color: #fff;}
.md31484.md-home_adhibition .g-prev:hover{background-color: var(--active);}
.md31484.md-home_adhibition .g-prev:hover svg{ transform: rotate(45deg);}

.md31484.md-home_adhibition .g-next{transition: all  .3s;top: auto;bottom: 0;right: .4rem;margin-top: 0;display: flex;align-items: center;justify-content: center;width: .6rem;height: .6rem;border-radius:  0 .2rem 0 .2rem;background-color: var(--theme);background-size: 0 0;}
.md31484.md-home_adhibition .g-next svg{transition: all  .3s;transform: rotate(0);width: .2rem;color: #fff;}
.md31484.md-home_adhibition .g-next:hover{background-color: var(--active);}
.md31484.md-home_adhibition .g-next:hover svg{transform: rotate(-45deg);}
@media (max-width: 750px) {
  .md31484.md-home_adhibition .g-cont{padding-bottom: 1rem;}
   .md31484.md-home_adhibition .g-item{padding: 0 .15rem;}
   .md31484.md-home_adhibition .g-box1 .g-img{border-radius: .3rem 0 .3rem 0;}
   .md31484.md-home_adhibition .g-box2 .g-img{border-radius: .3rem 0 .3rem 0;}
   .md31484.md-home_adhibition .g-box2 .g-text{padding-right: 0;min-height: 10px;}
   .md31484.md-home_adhibition .g-prev{right: auto;left: calc(50% - .7rem);}
   .md31484.md-home_adhibition .g-next{right: auto;right: calc(50% - .7rem);}
}

.index-cont{width: 100%;position: relative;background-color: #f3f6fb;}
.index-bg{position: absolute;top: 0;left: 0;width: 100%;height: calc(100% - 2.5rem);background-size: cover;background-position: center center;background-repeat: no-repeat;}
/* 首页-新闻 */
.md31485.md-home_news{position: relative;z-index: 1;width: 100%;padding: 1.15rem 0 .5rem;}
.md31485.md-home_news img{display: inline-block;vertical-align:middle;max-width: 100%;}
.md31485.md-home_news .layout{width: 14.4rem;max-width: 92%;margin: 0 auto;}
.md31485.md-home_news .my-top{width: 100%;text-align: center;padding-bottom: .75rem;}
.md31485.md-home_news .my-titles{width: 100%;color: #333333;font-weight: bold;line-height: 1.16;}
.md31485.md-home_news .my-synopsis{width: 100%;padding-top: .3rem;color: var(--theme);line-height: 1.5;font-weight: bold;}
.md31485.md-home_news .d-cont{position: relative;left: -.23rem;width: calc(100% + .46rem);}
.md31485.md-home_news .d-item{width: 33.33%;height: auto;padding: 0 .23rem;}
.md31485.md-home_news .d-link{display: block;cursor: pointer;width: 100%;padding: .35rem .4rem .4rem;background-color: #ffffff;border-radius: .25rem 0 .25rem 0;} 
.md31485.md-home_news .d-time{width: 100%;margin-bottom: .2rem;color: var(--theme);line-height: 1.5;}
.md31485.md-home_news .d-name{transition: all  .3s;width: 100%;margin-bottom: .25rem;color: #333333;line-height: 1.5;height: 4.5em;}
.md31485.md-home_news .d-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(250/370*100%);border-radius: .2rem;}
.md31485.md-home_news .d-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.md31485.md-home_news .d-text{width: 100%;padding-top: .25rem;}
.md31485.md-home_news .d-intro{width: 100%;margin-bottom: .32rem;color: #666666;line-height: 1.7;height: 5.4em;}
.md31485.md-home_news .d-more{transition: all  .3s;width: 100%;line-height: .5rem;text-align: center;color: #ffffff; background-color: var(--theme);border-radius: .3rem 0 .3rem 0;}
.md31485.md-home_news .d-svg{transition: all  .3s;display: inline-block;vertical-align: middle;margin-left: .2rem;width: .26rem;height: .26rem;text-align: center;line-height: .26rem;background-color: var(--active);border-radius: 50%;}
.md31485.md-home_news .d-svg svg{transition: all  .3s;transform: rotate(45deg); display: inline-block;vertical-align: middle;width: .11rem;color: #fff;}
.md31485.md-home_news .d-link:hover .d-img img{transform: scale(1.05);}
.md31485.md-home_news .d-link:hover .d-name{color: var(--theme);}
.md31485.md-home_news .d-link:hover .d-more{background-color: var(--active);}
.md31485.md-home_news .d-link:hover .d-svg{background-color: #fff;}
.md31485.md-home_news .d-link:hover .d-svg svg{transform: rotate(0);color: var(--active);}

@media (max-width: 750px) {
   .md31485.md-home_news .d-cont{left: -.15rem;width: calc(100% + .3rem);}
   .md31485.md-home_news .d-item{width: 50%; padding: 0 .15rem;}
   .md31485.md-home_news .d-link{padding: .25rem ;}
}

/* 首页-留言 */
.md31485.md-home_leave_message{position: relative;z-index: 1;width: 100%;padding-top: .5rem;}
.md31485.md-home_leave_message:after{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 2.5rem;background-color: var(--theme);}
.md31485.md-home_leave_message img{display: inline-block;vertical-align:middle;max-width: 100%;}
.md31485.md-home_leave_message .layout{width: 14.4rem;max-width: 92%;margin: 0 auto;}
.md31485.md-home_leave_message input::-webkit-input-placeholder,
.md31485.md-home_leave_message textarea::-webkit-input-placeholder{color: #bbbbbb;}
.md31485.md-home_leave_message input:-moz-placeholder,
.md31485.md-home_leave_message textarea:-moz-placeholder{color: #bbbbbb;}
.md31485.md-home_leave_message input::-moz-placeholder,
.md31485.md-home_leave_message textarea::-moz-placeholder{color: #bbbbbb;}
.md31485.md-home_leave_message input:-ms-input-placeholder,
.md31485.md-home_leave_message textarea:-ms-input-placeholder{color: #bbbbbb;}
.md31485.md-home_leave_message .e-cont{position: relative;z-index: 2;width: 100%;min-height: 2.5rem;padding: .95rem .8rem;display: flex;flex-wrap: wrap;justify-content: space-between; background-color: var(--active);border-radius: .6rem 0 .6rem 0;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.md31485.md-home_leave_message .e-left{width: 5.5rem;}
.md31485.md-home_leave_message .e-titles{width: 100%;color: #ffffff;font-weight: bold;line-height: 1.16;}
.md31485.md-home_leave_message .e-intro{width: 100%;padding-top: .3rem;color: #ffffff;line-height: 1.87;}
.md31485.md-home_leave_message .e-right{width: 6.28rem;}
.md31485.md-home_leave_message .e-two{display: flex;flex-wrap: wrap;justify-content: space-between;}
.md31485.md-home_leave_message .e-item{width: 100%;margin-bottom: .2rem;}
.md31485.md-home_leave_message .e-input{border: none;width: 100%;padding: 0 .3rem;color: #333;height: .6rem;background-color: #ffffff;border-radius: .25rem 0 .25rem 0;}
.md31485.md-home_leave_message .e-textarea{border: none;width: 100%;padding: .15rem .3rem;color: #333;line-height: 1.6; height: 8.75em;background-color: #ffffff;border-radius: .25rem 0 .25rem 0;}
.md31485.md-home_leave_message .e-buttom{width: 100%;padding-top: .1rem;text-align: right;}
.md31485.md-home_leave_message .e-submitbox{display: inline-block;position: relative;}
.md31485.md-home_leave_message .e-submit{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: block;cursor: pointer;opacity: 0;}
.md31485.md-home_leave_message .e-submit_tip{transition: all .3s;display: flex;align-items: center;padding: 0 .15rem 0 .2rem;color: var(--active);line-height: .6rem;border-radius: .3rem 0 .3rem 0;background-color: #fff;}
.md31485.md-home_leave_message .e-svg{transition: all .3s;display: flex;align-items: center;justify-content: center;margin-left: .7rem;width: .38rem;height: .38rem;border-radius: 50%;background-color: var(--active);}
.md31485.md-home_leave_message .e-svg svg{transition: all .3s;transform: rotate(-45deg); width:.2rem;color: #fff;}
.md31485.md-home_leave_message .e-submitbox:hover .e-submit_tip{color: #fff;background-color: var(--theme);}
.md31485.md-home_leave_message .e-submitbox:hover .e-svg{background-color: #fff;}
.md31485.md-home_leave_message .e-submitbox:hover .e-svg svg{color: var(--active);}

@media (min-width: 750px) {
  .md31485.md-home_leave_message .e-two .e-item{width: calc(50% - .15rem);}
}
@media (max-width: 750px) {
  .md31485.md-home_leave_message .e-cont{padding: .5rem .3rem;border-radius: .3rem 0 .3rem 0;}
  .md31485.md-home_leave_message .e-left{width: 100%;margin-bottom: .3rem;}
  .md31485.md-home_leave_message .e-right{width: 100%;}
}
