/* 导航栏样式分布 */
/* 透明度的兼容性 */
.opacity{
  /* older safari/chrome browsers */
  -webkit-opacity: 0.5;
  /* netscape and older than firefox 0.9 */
  -moz-opacity: 0.5;
  /* safari 1.x (pre webkit!) 老式khtml内核的safari浏览器*/
  -khtml-opacity: 0.5;
  /* ie9   etc...modern browsers */
  opacity: .5;
  /* ie 4-9 */
  filter:alpha(opacity=50);
  /*this works in ie 8 & 9 too*/
  -ms-filter:"progid:dximagetransform.microsoft.alpha(opacity=50)";
  /*ie4-ie9*/
  filter:progid:dximagetransform.microsoft.alpha(opacity=50);
}
/* 移动端热线电话弹窗 */
#hotephone{
  display: none;
  position: fixed;
  z-index: 100000;
  background: rgba(0,0,0,.5);
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
}
#hotephone>.bg{
  width: 70vw;
  height: 36vw;
  position: absolute;
  background: #fff;
  border-radius: 10px;
  left: 50%;
  font-size: 3.7vw;
  top: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
#hotephone .title{
  padding: 5vw 0;
  font-weight: 550;
}
#hotephone .num>a{
  color: #d6000f;
  font-size: 5vw;
  font-weight: 600;
}
#hotephone .footer{
  margin: 6vw 0 0 0;
  border-top: 1px solid #f3f3f3;
  padding: 0;
  background: none;
}
#hotephone .footer>p{
  display: inline-block;
  line-height: 11vw;
  height: 11vw;
  width: 49%;
  box-sizing: border-box;
}
#hotephone .footer>p:last-child{
  border-left: 1px solid #f3f3f3;
}
#hotephone .footer>p:last-child>a{
  color: #2d9dec;
}
/* 移动端样式 */
@media screen and (max-width:766px) {
  /* 圆角 */
  .max-height-vehicle{
    height: 104vw !important;
    background-color: rgba(212,9,29,.5) !important;
  }
  .max-height{
    height: 91vw !important;
    background-color: rgba(212,9,29,.5) !important;
  }
  .max-height-config{
    height: 78vw !important;
    background-color: rgba(212,9,29,.5) !important;
  }
  .max-height-vehicle>a{
    background-color: rgba(212,9,29,.5) !important;
  }
  .max-height>a{
    background-color: rgba(212,9,29,.5) !important;
  }
  .max-height-config>a{
    background-color: rgba(212,9,29,.5) !important;
  }
  #navigation-bar{
    position: fixed;
    bottom:30vw;
    right: 0;
    z-index: 900;
    transition: .5s;
    overflow: hidden;
    height: 39vw;
    display: none;
    background-color: #d4091d;
    border-bottom-left-radius:1.5vw;
    border-top-left-radius:1.5vw;
  }
  #navigation-bar>a{
    background-color: #d4091d;
    width: 13vw;
    min-height: 13vw;
    border-bottom:1px solid #9b0514;
    color:#ffffff;
    display: block;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    padding: 2vw 1vw 0;
  }
  #navigation-bar>a>div{
    margin: auto;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  #navigation-bar>a>span{
    padding-top: 1.2vw;
    font-size: 2vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
  }
  #navigation-bar .release{
    position: absolute;
    bottom: 26vw;
  }
  #navigation-bar .top{
    position: absolute;
    bottom: 0;
    border: none;
  }
  #navigation-bar .onlinenews{
    position: absolute;
    bottom: 13vw;
  }
  #navigation-bar .icon-bg0{
    background-image: url(/uploads/image/sbm/look.png);
    width: 6.93vw; 
    height: 4.53vw;
  }
  #navigation-bar .icon-bg1{
    background-image: url(/uploads/image/sbm/yuyue.png);
    width: 4.66vw; 
    height: 4.66vw;
  }
  #navigation-bar .icon-bg2{
    background-image: url(/uploads/image/sbm/dealer.png);
    width:4vw; 
    height: 4.8vw;
  }
  #navigation-bar .icon-bg3{
    background-image: url(/uploads/image/sbm/count.png);
    width: 4.53vw; 
    height: 4.66vw;
  }
  #navigation-bar .icon-bg4{
    background-image: url(/uploads/image/sbm/kefu.png);
    width: 5.86vw; 
    height: 5.64vw;
  }
  #navigation-bar .icon-bg5{
    background-image: url(/uploads/image/sbm/add.png);
    width: 4.266vw; 
    height: 4.266vw;
    margin-top: 2.5vw;
  }
  #navigation-bar .icon-bg6{
    background-image: url(/uploads/image/sbm/top.png);
    width: 3.73vw; 
    height: 2.13vw;
    margin-top: 2vw;
  }
  #navigation-bar .icon-bg7{
    background-image: url(/uploads/image/sbm/close.png);
    width: 3.46vw; 
    height:3.46vw;
    margin-top: 2.5vw;
  }
  #navigation-bar .icon-bg8 {
    background-image: url(/uploads/image/sbm/config.png);
    width: 3.86vw; 
    height:3.86vw; 
}
}
/* pc端样式 */
@media screen and (min-width:766px) and (max-width:1440px) {
	.max-height-vehicle{
	bottom: 5% !important;
  }
}
@media screen and (min-width:766px) {
  /* 圆角 */
  .max-height-vehicle{
    height: 608px !important;
    background-color: rgba(212,9,29,.5) !important;
  }
  .max-height{
    height: 532px !important;
    background-color: rgba(212,9,29,.5) !important;
  }
  .max-height-config{
    height: 456px !important;
    background-color: rgba(212,9,29,.5) !important;
  }
  .max-height-vehicle>a{
    background-color: rgba(212,9,29,.5) !important;
  }
  .max-height>a{
    background-color: rgba(212,9,29,.5) !important;
  }
  .max-height-config>a{
    background-color: rgba(212,9,29,.5) !important;
  }
  #navigation-bar{
    position: fixed;
    bottom:15%;
    right: 0;
    z-index: 900;
    transition: .5s;
    overflow: hidden;
     /* height: 152px; */
    height: 228px;
    display: none;
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
    background-color: #d4091d;
  }
  #navigation-bar>a{
    background-color: #d4091d;
    width: 72px;
    height: 76px;
    border-bottom:1px solid #9b0514;
    color:#ffffff;
    display: block;
    box-sizing: border-box;
    text-align: center;
    padding-top:15px;
    cursor: pointer;
  }
  #navigation-bar>a>div{
    margin: auto;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  #navigation-bar>a>span{
  line-height: 25px;
  font-size: 12px;
  }
  #navigation-bar .release{
    position: absolute;
   bottom: 152px;
  }
  #navigation-bar .top{
    position: absolute;
    bottom: 0;
    border: none;
  } 
  #navigation-bar .onlinenews{
    position: absolute;
    bottom: 76px;
  }
  #navigation-bar .icon-bg0{
    background-image: url(/uploads/image/sbar/look.png);
    width: 40px; 
    height: 26px;
  }
  #navigation-bar .icon-bg1{
    background-image: url(/uploads/image/sbar/yuyue.png);
    width: 26px; 
    height: 26px;
  }
  #navigation-bar .icon-bg2{
    background-image: url(/uploads/image/sbar/dealer.png);
    width: 22px; 
    height: 26px;
  }
  #navigation-bar .icon-bg3{
    background-image: url(/uploads/image/sbar/count.png);
    width: 26px; 
    height: 26px;
  }
  #navigation-bar .icon-bg4{
    background-image: url(/uploads/image/sbar/kefu.png);
    width: 34px; 
    height: 33px;
  }
  #navigation-bar .icon-bg5{
    background-image: url(/uploads/image/sbar/add.png);
    width: 24px; 
    height: 25px;
    margin-top: 10px;
  }
  #navigation-bar .icon-bg6{
    background-image: url(/uploads/image/sbar/top.png);
    width: 22px; 
    height: 13px;
    margin-top: 5px;
  }
  #navigation-bar .icon-bg7{
    background-image: url(/uploads/image/sbar/close.png);
    width: 20px; 
    height: 20px;
    margin-top: 10px;
  }
  #navigation-bar .icon-bg8 {
    background-image: url(/uploads/image/sbar/config.png);
    width: 1.37em;
    height: 1.37em;
  }
}
@media screen and (max-width:1366px) and (min-width:766px){
  #navigation-bar{
    transform: scale(.8);
    /* zoom : .8; */
    /* transform-origin: bottom center; */
    -ms-transform:scale(.8);     
    -moz-transform:scale(.8);     
    -webkit-transform:scale(.8);
    -o-transform:scale(.8);
  }
}

/* 提示弹窗 */
#messagepop{
 
   position: fixed;
   width: 100%;
   height: 100%;
   z-index: 1004;
   top: 0;
   background-color: rgba(0, 0, 0,.5);
   display: block;
   font-size: 14px;
     display:none;
}
#messagepop .pc-pad{
   display: block ;
}
#messagepop .mb-only{
   display: none ;
}
#messagepop>.main{
   background: #fff;
   width:25%;
   position: absolute;
   top: 40%;
   left: 50%;
   transform: translate(-50%,-50%);
   border-radius: 8px;
   padding: 20px;
   box-sizing: border-box;
}
#messagepop>.main .ms-tit{
   font-size:1.28em;
   color:#000;
   font-weight:bold;
   padding-bottom:15px;
}
#messagepop>.main .msg{
  line-height: 1.3em;
}
#messagepop>.main .btnbox{
   text-align: right;
   color: #fff;
   padding-top: 15px;
}

#messagepop>.main .btnbox>span{
   cursor: pointer;
   display: inline-block;
   background-color: #6193f0;
   padding: 2% 4%;
   border-radius: 5px;
}

#messagepop>.main .btnbox>a{
   cursor: pointer;
   display: inline-block;
   background-color: #6193f0;
   padding: 2% 4%;
   border-radius: 5px;
}
#messagepop>.main .btnbox>a:link {
      color: #fff;
    text-decoration: none
}

#messagepop>.main .btnbox>a:visited {
       color: #fff;
}

#messagepop>.main .btnbox>a:hover {
	color: #fff;
}
#messagepop>.main .link-btn{
   margin-right: 1.5%;
   display: none;
}
@media (max-width: 1366px) {
  #messagepop>.main .btnbox>span{
    padding: 6px 10px;
  }
}
@media (max-width: 1350px) {
   #messagepop>.main{
      width: 45%;
   }
}
@media (max-width: 767px) {
   #messagepop .pc-pad{
      display: none ;
   }
   #messagepop .mb-only{
      display: block ;
   }
   #messagepop>.main{
      width: 82%;
      padding: 3% 0 0;
      font-size: 12px;
   }
   #messagepop .main-text{
      padding:0 5% 0;
   }
   #messagepop>.main .ms-tit{
        padding:2% 0 5%;
      text-align: center;
      font-size: 14px;
   }
    #messagepop>.main .msg{
        font-size: 11px !important;
      line-height: 1.5em;
      padding:0 1% 1%;
   }
   #messagepop>.main .btnbox.mb-only{
      margin-top: 5%;
      padding: 0;
      font-size: 12px;
      font-weight: bold;
      color: #2068ff;
      display: flex !important;
      text-align: center;
      border-top:1px solid #efefef ;
      height: 11vw;
      line-height: 11vw;
   }
   #messagepop>.main .btnbox>span{
      background-color:#fff;
      padding: 0;
      border-radius: 0;
      flex: 1;
      height: 100%;
      border-right:1px solid #efefef ;
   }
   #messagepop>.main .btnbox>a{
      background-color:#fff;
      padding: 0;
      border-radius: 0;
      flex: 1;
      height: 100%;
      border-right:1px solid #efefef ;
   }
   #messagepop>.main .btnbox.mb-only .link-btn{
      margin-right: 0;
      border-bottom-left-radius: 8px;
      display: none;
   }
   #messagepop>.main .btnbox.mb-only .close-btn{
      border: none;
      border-bottom-right-radius: 8px;
      border-bottom-left-radius: 8px;
   }
   #messagepop>.main .btnbox>a:link {
         color: #2068ff;
	}

	#messagepop>.main .btnbox>a:visited {
		       color: #2068ff;
	}

	#messagepop>.main .btnbox>a:hover {
		     color: #2068ff;
	}
}