/*** 

====================================================================
  Resources / Css Files
====================================================================

 ***/
 @import url('bootstrap.min.css');
 @import url('swiper.min.css');
 @import url('animation.css');
 @font-face {
   font-family: 'DINPRO';
   src: url('/template/laibao/assets/fonts/DINPRO-MEDIUM.OTF');
 }
 
 /* reset css start */
 html {
  font-size: 16px;
  overflow-x: hidden;
 }
 
 body {
   font-family: Arial, sans-serif;
   color: #555;
   position: relative;
 }

 .page-wrapper{
  position: relative;
 }
 
 
 :root {
   --primary: #ff0000;
   --main:#da2a13;
 }
 
 
 *:focus {
   outline: none;
 }
 
 a{
   color: #555;
 }
 
 a:hover{
   text-decoration: unset;
   cursor: pointer;
 }
 
 p{
   margin-bottom: 0;
 }
 
 img {
   max-width: 100%;
   height: auto;
 }
 
 ul{
   margin-left: -40px;
   margin-bottom: 0;
   list-style: none;
 }
 
 img{
   image-rendering: -moz-crisp-edges; /* Firefox */
   image-rendering: -o-crisp-edges; /* Opera */      
   image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ 
   image-rendering: crisp-edges; 
   -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
 }

 h1{
  margin-bottom: 0;
 }


 .div-img{
  overflow: hidden;
 }
 
 
 .container-fluid{
   max-width: 1630px;
   margin: auto;
   padding-left: 5%;
   padding-right: 5%;
 }

 /*顶部*/
 .htop{
  background-color: #222;
  color: #b7b6b6;
  padding: 5px 0;
  font-size: 12px;
 }

 .htop .item{
  margin-left:15px;
 }

 .htop .item:hover{
  cursor: pointer;
 }

 .htop span{
  display: inline-block;
  vertical-align: middle;
 }

 .htop .spanC{
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  background-color: #aaaaaa;
 }

 .htop .tel span{
  font-family: 'Candara';
  font-size: 14px;
  margin-left: 5px;
 }

 .htop a{
  color: #b7b6b6;
 }

 .htop a:hover{
  color: var(--primary);
 }

 .htop .item .div-img{
  padding: 15px 10px 10px 10px;
  width: 146px;
  height: 139px;
  background-image: url(../image/ewm_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  overflow: unset;
  text-align: center;
 }

.htop .item .div-img img{
  max-width: 110px;
}

 .htop .item .sub-item{
  position: absolute;
  z-index: 9;
  transform: translateX(-40px);
  display: none;
 }


 .mainHeader{
  background-color: #fff;
}

.mainHeader .main{
  padding:5px 5%;
}

.mainHeader .d2{
  margin-left: 5%;
  max-width: 850px;
}

.mainHeader .d2 a{
  color: #333;
}

.mainHeader .d2 .item>a{
  color: #222;
  display: block;
  height: 85px;
  line-height: 85px;
  position: relative;
  padding: 0 10px;
  font-weight: lighter;
}

.mainHeader .d2 .item>a:hover{
  color: var(--primary);
  font-weight: bold;
}

.mainHeader .div-logo a{
  display: block;
}

.mainHeader .item .sub-menu{
  position: absolute;
  padding-top: 15px;
  display: none;
  z-index: 999;
}

.mainHeader .item .sub-menu i{
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: 10px;
  left: 35px;
  transition: all .1s;
}

.mainHeader .item .sub-menu a{
  display: block;
  padding: 15px 55px;
  border-bottom:1px solid #eee;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.mainHeader .item .sub-menu a:hover{
  background-color: #ff0000;
  color: #fff;
}

.mHeader{
  display: none;
}

.m-memu{
  display: none;
}

/* banner */
.banner .swiper-pagination .swiper-pagination-bullet{
  width: 15px;
  height: 15px;
  background:#fff;
  opacity: .8;
}

.banner .swiper-pagination .swiper-pagination-bullet-active{
  background: var(--primary)!important;
}

.lastNews{
  background-color: rgba(246, 246, 246, 1);
  padding: 15px 0;
}

.lastNews .d1{
  font-size: 16px;
  font-weight: bold;
  color: #da2a13;
}

.lastNews .d1 span{
  display: inline-block;
  vertical-align: middle;
}


/*  */
.zyyw_msg li a{
  display: block;
  width: 100%;
  color: #444;
}

.zyyw_msg li a:hover{
  color: var(--main);
}

.zyyw_msg li a span{
  color: #999;
  min-width: 90px;
  font-size: 14px;
}

.zyyw_msg li a p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: 1100px;
}


.zyyw_msg_slide{
  padding: 10px;
  left: 40px;
  width: 100%;
}
.zyyw_msg_slide>li{
  margin-bottom: 20px;
}

/* sp-65 */
.pt65{
  padding: 65px 0;
}

/* 首页大标题 */
.commTit{
  position: relative;
  z-index: 1;
}

.commTit .t-txt{
  display: inline-block;
  padding: 0 20px;
  background-color: #fff;
}

.commTit::after{
  position:absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #eaeaea;
  top: 50%;
  left: 0;
  z-index: -1;
}

.commTit p.t1{
  font-size: 24px;
  margin-bottom: 10px;
  color: #222;
}

.commTit p.t2{
  color: #797979;
  font-size: 15px;
}

/* 首页产品列表 */
.proLists{
  margin-top: 45px;
  position: relative;
  padding: 0 65px;
}

.sbtn{
  width: 45px;
  height: 45px;
  font-size: 20px;
  background-color: #fff;
  border-radius: 50%;
  border:1px solid #969696;
}

.sbtn:after{
  font-size: 20px;
  color: #969696;
}

.proLists a.item{
  display: block;
  width: 100%;
  height: 100%;
  border:1px solid #eee;
  background-color: #fff;
  text-align: center;
}

.proLists a.item .div-text{
  padding: 15px;
  background-color: #fafafa;
  transition: all .6s;
}

.proLists a.item .div-text p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #555;
}

.proLists a.item .div-img{
  overflow: hidden;
}

.proLists a.item .div-img img{
  width: 100%;
  transition: all .6s;
}

.proLists a.item:hover {
  border:1px solid var(--main);
}

.proLists a.item:hover .div-img img{
  transform: scale(1.1);
}

.proLists a.item:hover .div-text p{
  color: #fff;
}

.proLists a.item:hover .div-text{
  background-color: var(--main);
}

/* 首页关于我们 */
.aboutSection{
  background-color: rgba(246, 246, 246, 1);
  position: relative;
  z-index: 1;
}

.aboutSection .commTit .t-txt{
  background-color: rgba(246, 246, 246, 1);
}

.aboutSection .main{
  margin-top: 35px;
}

.aboutSection .main .div-img{
  margin-bottom: 15px;
}

.aboutSection .main .div-img img{
  width: calc(100% - 45px);
}

.aboutSection .main .content{
  line-height: 30px;
}

.aboutSection .more{
  margin-top: 25px;
}

.more a{
  display: inline-block;
  padding: 10px 35px;
  color: var(--primary);
  border:1px solid var(--primary);
  cursor: pointer;
}

.more a span{
  display: inline-block;
  margin-left: 10px;
}

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(0) translateZ(0);
  transform: perspective(0) translateZ(0);
  /* box-shadow: 0 0 1px rgba(0, 0, 0, 0); */
  position: relative;
  /* background: #fff; */
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: .5px;
  bottom: 0;
  left: .5px;
  right: 0;
  background: var(--primary);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
  /* border: unset; */
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* 首页新闻 */
.newsLists{
  margin-top: 45px;
}

.newsLists .item a{
  display: block;
  color: #555;
  padding: 20px;
  border: 1px solid #eee;
  margin-bottom: 25px;
}

.newsLists .item .div-img{
  position: relative;
  overflow: hidden;
}

.newsLists .item .div-img img{
  transition: all .6s;
}

.newsLists .item .div-img span{
  position: absolute;
  left: 0;
  top: 0;
  padding: 3px 15px;
  background-color: var(--primary);
  font-size: 14px;
  color: #fff;
  z-index: 1;
}

.newsLists .item .div-text{
  margin-top: 15px;
  color: #555;
}

.newsLists .item .div-text .date{
  font-size: 14px;
  color: #999;
  margin-top: 15px;
}

.newsLists .item .div-text .date svg{
  fill: #999;
}

.newsLists .item .div-text .date span{
  display: inline-block;
  margin-left: 3px;
  vertical-align: text-top;
}

.newsLists .item:hover .div-img img{
  transform: scale(1.2);
}

.newsLists .item:hover .div-img span{
  background-color: #333;
}

.newsLists .item:hover .div-text p{
  color: var(--primary);
}

.newsLists .item:hover .div-text span{
  color: var(--primary);
}

.newsLists .item:hover .div-text .date svg{
  fill: var(--primary);
}

.newsSection .more{
  margin-top: 25px;
}

/* 首页行业应用 */
.scopeSection,.scopeSection .commTit .t-txt {
  background: #f6f6f6;
}

.scopeSection .commTit .t1 {
  color: #222;
}

.scopeLists{
  margin-top: 45px;
}

.scopeLists .item{
  margin-bottom: 25px;
}

.scopeLists .item a{
  display: block;
  margin-bottom: 25px;
}

.scopeLists .item .div-img{
  position: relative;
  height: 190px;
}

.scopeLists .item .div-img img{
  min-width: 100%;
  max-width: unset;
  height: 100%;

}

.scopeLists .item .div-img .mask{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .6);
  text-align: center;
  opacity: 0;
}

.scopeLists .item .div-img .mask span{
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  border:2px solid #fff;
  color: #fff;
  border-radius: 50%;
  transform: translateY(-100%);
  opacity: 0;
  transition: all .6s;
  z-index: 1;
}

.scopeLists .item .div-img .mask svg{
  display: inline-block;
}

.scopeLists .item .div-text{
  position: relative;
}

.scopeLists .item .div-text p{
  height: 55px;
  line-height: 55px;
  padding: 0 15px;
  background-color: #f4f3f3;
  color: #555;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
  z-index: 1;
  transition: all .6s;
}

.scopeLists .item .div-text p::after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #b3c5df;
  transition: all .6s;
  z-index: -1;
}

.scopeLists .item:hover .div-text p{
  color: #000;
  font-weight: bold;
}

.scopeLists .item:hover .div-text p::after{
  width: 100%;
}

.scopeLists .item:hover .mask{
  opacity: 1;
}

.scopeLists .item:hover .mask span{
  transform: translateY(65px);
  opacity: 1;
}

.scopeLists .item .div-img img{
  transition: all .6s;
}

.scopeLists .item:hover .div-img img{
  transform: scale(1.2);
}

/* 底部 */
.mainFooter{
  background-color: rgba(82, 82, 82, 1);
  color: #fff;
  font-size: 14px;
}

.mainFooter .main{
  padding: 35px 0;
}

.mainFooter .main a{
  color: #fff;
  display: block;
}

.mainFooter .main .d2{
  text-align: center;
  padding-left: 10%;
}

.mainFooter .main .d2 img{
  margin: 0 15px;
  max-width: 120px;
}

.mainFooter .main .d2 p{
  margin-top: 5px;
}

.mainFooter .main .title{
  margin-bottom: 20px;
}

.mainFooter .main .title a{
  font-size: 16px;
  font-weight: bold;
}

.mainFooter .main .lists a{
  display: block;
  margin-bottom: 10px;
}

.mainFooter .main a:hover{
  color: var(--primary);
}

/* copyright */
.mainFooter .copyright{
  font-size: 14px;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
  font-size: 14px;
  padding: 15px 0;
}

.mainFooter .copyright a{
  color: #a5a5a5;
}

.mainFooter .copyright a:hover{
  color: var(--primary);
}

/* bread */
.breadMenu{
  background-color: rgba(248, 247, 247, 1);
  padding: 15px 0;
}

.breadMenu svg{
  display: inline-block;
  vertical-align: sub;
}

.breadMenu a{
  display: inline-block;
}

.breadMenu span{
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}

.breadMenu .d2 a{
  display: inline-block;
  padding: 10px 25px;
  font-weight: bold;
  color: #fd4444;
  transition: all .6s;
}

.breadMenu .d2 a:hover{
  color: #fff;
  background-color:#fd4444; 
}

/* 内页 关于我们 */
.nabout{
  background-color: #fff;
}

.nabout .main{
  background-color: #fff;
  padding: 35px 25px;
  box-shadow: 0 0 20px #eee;
  margin: 65px 0;
}

.aboutSection .main .div-img img{
  width: calc(100% - 15px);
}

.aboutSection .main p.content{
  text-indent: 30px;
}

/*  */
.nproSection .scopeLists{
  margin-top: 0;
}

.sliderLeft{
  display: block;
  margin-bottom: 25px;
}

.sliderLeft div.title{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 25px 15px;
  background-color: var(--primary);
}

.sliderLeft ul li a{
  display: block;
  padding: 20px 20px;
  background-color: #e8e8e8;
  margin-top: 1px;
  font-size: 14px;
  transition: all .3s;
  color: #333;
}

.sliderLeft ul li a:hover{
  background-color: #d8d8d8;
}

/*产品详情*/
.proContent .div-img{
  text-align: center;
}

.proContent h2.title{
  padding: 0;
  color: rgba(51, 51, 51,1);
  font-size: 18px;
  font-weight: bold;
  margin: 25px 0 15px 0;
}

.proContent p.des{
  color: rgba(102,102,102,1);
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #eee;
}

.contentDetail{
  margin-top: 25px;
}

.contentDetail span.s1{
  display: inline-block;
  padding: 10px 25px;
  color: #fff;
  background-color: #333;
}

.contentDetail .cmain{
  padding: 0 20px 40px 20px;
  border: 1px solid rgba(240, 240, 240, 1);
  margin-bottom: 15px;
}

.prev-next a{
  margin-left: 15px;
  display: inline-block;
  font-size: 14px;
  color: #555;
}

.prev-next a svg{
  display: inline-block;
  fill: #555;
  margin-left: 5px;
  vertical-align: text-top;
}

.prev-next a:hover{
  color: var(--primary);
}

.prev-next a:hover svg{
  fill: var(--primary);
}

/*公司新闻*/

.newAllLists {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-top: 50px;
  background-color: #fff;
  box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}

.newAllLists a.item{
  display: block;
  position: relative;
  margin-bottom: 25px;
  /*padding: 20px 25px;*/
  border:1px solid #eee;
  color: #464646;
  overflow: hidden;
  
}

.newAllLists a.item .div-img{
  overflow: hidden;
  min-height: 350px;
  width: 100%;
  background-size: cover;
  background-position: center;
  transform: scale(1.5);
  transition: all .6s;
}


.newAllLists a.item .div-text{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  transition: all .6s;
  width: 100%;
  height: 100%;
  padding: 20px;
  transition: all .6s;
}

.newAllLists a.item:hover .div-text{
  top: calc(100% - 125px);
  background-color: rgba(0,0,0,.6);
}

.newAllLists a.item:hover .div-img{
  transform: scale(1);
}

.newAllLists a.item .arrow{
  position: absolute;
  top: 20px;
  right: 45px;
  display: inline-block;
  padding: 2px 5px;
  border:1px solid #fff;
  opacity: 0;
  transition: all .6s ease-in;
}

.newAllLists a.item:hover .arrow{
  opacity: 1;
  right: 20px;
}

.newAllLists a.item h3.title{
  font-size: 18px;
  height: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.newAllLists a.item:hover h3.title{
  color: #fff;
}

.newAllLists a.item p.des{
  font-size: 13px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 60px;
  margin-bottom: 25px;
}

.newAllLists a.item .s1{
  display: inline-block;
  padding: 5px 15px;
  font-size: 14px;
  color: #fff;
  background-color: #fd4444;
  margin-bottom: 15px;
}

.newAllLists a.item .date{
  font-size: 14px;
  color: #b29364;
  font-weight: bold;
}

/*行业新闻*/
.hyLists .item a{
  display: block;
  padding: 25px 0;
  border-bottom: 1px dashed #eee;
  color: #707070;
}

.hyLists .item .d1{
  min-width: 105px;
  width: 105px;
  padding: 20px;
  background-color: #f2f2f2;
  text-align: center;
  margin-right: 25px;
}

.hyLists .item .d1 .f1{
  font-size: 26px;
}

.hyLists .item .d1 .f2{
  font-size: 14px;
}

.hyLists .item .d2 p.title{
  color: #000;
  margin-bottom: 10px;
  margin-top: 10px;
}

.hyLists .item .d2 p.des{
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.hyLists .item:hover .d2 p.title{
  color: #06b3b6;
}

.conSection .conLeft{
  font-size: 13px;
}


.conSection .conLeft p.title{
  color: #000;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 20px;
}

.conSection .conLeft .item{
  margin-bottom: 15px;
  color: #666;
}

.conSection .conLeft .item strong{
  min-width: 70px;
}

.conSection .conLeft .item strong i{
  display: inline-block;
  width: 25px;
}

.conSection .conLeft a{
  color: #00E;
}

.nnewsDetail h2.title{
  font-size: 30px;
  color: #000;
  margin-bottom: 15px;
}

.nnewsDetail .meta{
  font-size: 13px;
  background: #f5f5f5;
  padding: 15px 0;
  border: solid 1px #e7e7e7;
  color: #969696;
  margin: 15px 0;
}

.nnewsDetail .meta span{
  display: inline-block;
  margin: 0 15px;
  color: #969696;
}

.nnewsDetail .meta svg{
  display: inline-block;
  margin-right: 5px;
  vertical-align: text-top;
}

.nnewsDetail .zhaiyao{
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 15px 20px;
 /* border:1px solid rgba(228,228,228,1);*/
  background-color: rgba(252,251,253,1);
}

.nnewsDetail .conContent{
  font-size: 14px;
  min-height: 300px;
}

/*文件下载*/
.fileDown .main{
  padding: 20px;
  border:1px solid #eee;
}

.fileDown .item{
  padding: 15px;
  transition: all .6s;
  margin-bottom: 15px;
  background-color: #8d64640a;

}

.fileDown .item:hover{
  background-color: #eff8f8;
}

.fileDown .item .meta{
  margin-top: 5px;
  font-size: 13px;
  color: #969696;
}

.fileDown .item .meta span{
  display: inline-block;
  margin-right: 15px;
}

.fileDown .item .meta svg{
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 3px;
}

.fileDown .item .date{
  font-size: 12px;
  color: #969696;
  margin-bottom: 10px;
}

.fileDown .item .d2{
  text-align: right;
}

.fileDown .item .d2 a{
  display: inline-block;
  padding: 3px 20px;
  background-color: var(--primary);
  color: #fff;
}

.fileDown .item .d2 svg{
  display: inline-block;
  vertical-align: sub;
  margin-right: 5px;
}

.pagination{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.pagination a.page-item{
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  padding: 0 12px;
  background: #fff;
  margin: 0 5px;
  border: 1px solid #ccc;
}
.pagination a.page-num,
.pagination span.page-num{
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #ccc;
  margin: 0 5px;
}
.pagination a.page-num.page-num-current{
  background: var(--primary);
  color: #FFFFFF;
  border-color:var(--primary);
}
.pagination a:hover{
  background: #e6eef5;
}

.pagination .page-link{
  color: #333;
}

.caseContent .div-text span.s1{
  display: inline-block;
  min-width: 80px;
}

.caseContent .div-text{
  color: #666;
}

.caseContent .div-text p.p1{
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

/*荣誉资质*/

.div-honor{
  padding: 180px 0 105px 0;
  background-image: url(../image/honor-bg.jpg);
  margin-top: 35px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}

.honors{
  max-width: 90%;
  margin: auto;
  overflow: hidden;
}

.honors .swiper-slide img{
  width: 100%;
}

.hbtn{
  position: absolute;
  top: 50%;
  opacity: .5;
  transition: all .6s;
  z-index: 999;
}

.hbtn svg{
  fill: #fff;
}

.hbtn.sbtnprev{
  left: 15px;
} 


.hbtn.sbtnnext{
  right: 15px;
}

.hbtn:hover{
  opacity: 1;
}


/*留言*/
.msgSection .item{
  margin-bottom: 15px;
}

.msgSection form{
  display: block;
  max-width: 600px;
  width: 100%;
  font-size: 14px;
}

.msgSection form font{
  color: var(--primary);
}


.msgSection .item .d2 input{
  display: block;
  width: 100%;
  height: 40px;
  line-height: 30px;
  padding: 5px 15px;
  border:1px solid rgba(228, 228, 228, 1);
}

.msgSection .item .d3 input{
   height: 40px;
  line-height: 30px;
  padding: 5px 15px;
  border:1px solid rgba(228, 228, 228, 1);
}

.msgSection .item textarea{
  display: block;
  width: 100%;
  border:1px solid rgba(228, 228, 228, 1);
  padding: 15px;
}

.msgSection .item .d1{
  min-width: 150px;
  text-align: right;
}

.msgSection .item .d3 img{
  max-height: 40px;
  margin-left: 15px;
}

::-webkit-input-placeholder{
  color: #999;
} 

:-moz-placeholder{
   color:#999;
} 

::-moz-placeholder{
  color: #999;
}

:-ms-input-placeholder{
  color: #999;
} 

.msgBtn{
  padding: 8px 35px;
  background-color: var(--primary);
  color: #fff;
  border:none;
}

.rightInfo{
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 999;
}

.rightInfo .sub{
  width: 160px;
  position: absolute;
  right: 65px;
  top: 0;
  display: none;
  opacity: 0;
}

.rightInfo .sub p{
  padding: 5px 15px;
  background-color: var(--primary);
  color: #fff;
}

.rightInfo .sub.on{
  display: block;
  opacity: 1;
  right: 65px;
}

.rightInfo .item{
  text-align: center;
  position: relative;
}

.rightInfo .item img{
  border:1px solid #eee;
  border-radius: 3px;
}

.rightInfo .item span{
  display: inline-block;
  text-align: center;
  padding: 15px;
  background-color: #313131;
  margin-bottom: 2px;
}

.rightInfo .item span svg{
  fill: #fff;
  opacity: .8;
}

.rightInfo .item span:hover{
  cursor: pointer;
}

.rightInfo .item span:hover svg{
  opacity: 1;
}

.mbtns{
  display: none;
}



















 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 