body,html{
    height: 100%;
    /* overflow: auto; */
}
/* 左右分开 */
.containerLeft{
    width: 1020px;
    margin-right: 30px;
}
 .containerRight{
    width: 350px;
}
/* 大标题样式 */
.hotBrand_title {
    width: 100%;
    height: 40px;
    margin-top: 40px;
}
.vimg{
	height: 180px;
    width: 320px;
}
.hotBrand_title h2 {
    height: 40px;
    font-size: 22px;
    line-height: 29px;
    font-weight: bold;
    color: #000;
    font-family: "微软雅黑";
    border-bottom: 3px solid #eeeeee;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.hotBrand_title h2 span.titleBrand {
    border-bottom: 3px solid #0055ff;
    display: inline-block;
    height: 40px;
}
.hotBrand_title h2 a{
    color: #999;
    font-size: 16px;
    font-weight: 300;
}
.hotBrand_title h2 a:hover{
    color: #ff6600;
}
/* 接下来想看 */
.knowMore{
    display: flex;
    flex-wrap: wrap;
}
.knowMore li{
    width: 336px;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    color: #303303;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    margin-right: 14px;
    margin-top: 20px;
}
.knowMore li:nth-child(4n){
    margin-right: 0;
}
.knowMore li a{
    color: #303030;
}
.knowMore li:hover{
    border: 1px solid #0055ff;
    cursor: pointer;
}
/* 导航 */
/* 导航 */
.navHeader {
    display: flex;
    font-size: 22px;
    color: #b8b8b8;
    justify-content: space-between;
    margin-top: 40px;
    border-bottom: 1px solid #e1e1e1;
    align-items: center;
    
}
.navHeader li{
    padding: 14px 0px;
    color: #303030;
	cursor: pointer;
}
.morenav{
	font-size: 16px;
	font-weight: 300
}

.navHeader span{
    display: flex;
    width: 2px;
    height: 26px;
    background: #e1e1e1;
}
.navHeader .navHeaderActive{
    border-bottom: 3px solid #0055ff;
	font-weight: bold;
	cursor: inherit;
   
}
.navPagation{
    display: flex;
    font-size: 14px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 28px;
}
.navPagation span{
    width: 1px;
    height: 12px;
    background: #e1e1e1;
    margin: 0px 10px 10px 10px;

}
.navPagation p{
    margin: 0px 10px 10px 10px;
}
.navPagation p a:hover{
    color: #ffcd11;
}
/* 底部导航结束 */
/* 主营业务 */
.productslist{
    display: flex;
    flex-wrap: wrap;
}
.productslist li{
    width: 50%;
    height: 45px;
    line-height: 45px;
    color: #303030;
    font-size: 16px;
}
.productslist li a{
    display: block;
    background: url(/images/images2022/circle.png) no-repeat center left;
    background-size: 20px;
    padding-left: 20px;
    color: #303030;
}
.productslist li a:hover{
    color: #ff6600;
}
.containerRight .moreBtn{
    display: block;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    color: #999;
	margin-top:6px;
}
.productslist .moreBtn:hover{
    color: #ff6600;
}
.productslist .moreBtn img{
    margin-left: 10px;
}
/* 相关机型 */
.producttypeList{
	margin-top: 20px;
}
.producttypeList li{
	margin-bottom: 15px;
	display: flex;
}
.producttypeList li img{
	width: 175px;
	height: 110px;
	margin-right: 15px;
}
.producttypeList .button{
	text-align: center;
	margin-top: 10px;
}
.producttypeList li .title{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 180px;
	margin-top: 5px;
}
/* 小标题 */
.right_title{
    padding: 32px 0px 18px;
    border-bottom:4px solid #e5e5e5;
}
.right_title{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.right_title span{
    font-size: 24px;
    color: #303030;
}
.right_title a{
    font-size: 16px;
    color: #b8b8b8;
}
.right_title a:hover{
    color: #ff6600;
}
/* 大家都在看 */
.personDiscover {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.personDiscover li{
    width:48%;
   display: flex;
    flex-direction: column;
    margin-top: 28px;
	display: flex;
}
.personDiscover li .discoverTop {
    margin: 0 auto;
}
.personDiscover li .discoverTop h1{
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 180px;
	text-align: center;
	/* margin-bottom: 10px; */
}
.personDiscover li .discoverBottom{
	margin-top: 15px;
}
/* .personDiscover li .discoverBottom a{
	cursor: pointer;
} */
.discoverBottom button{
    border: none;
    font-size: 15px;
    color: #fff;
    border-radius: 4px;
    width: 78px;
    height: 32px;
	cursor: pointer;
}
.discoverBottom button:nth-child(1){
    background: #0055ff;
}
.discoverBottom button:nth-child(1):hover{
    background-color: #0044DD;
    cursor: pointer;
}
.discoverBottom button:nth-child(2){
    border: 1px solid #0055ff;
    background-color: #fff;
    color: #0055fe;
}
.discoverBottom button:hover{
    border: 2px solid #0055ff;
}
/**外观通栏**/
.facedContent{width:100%;}
.faced_title{width:100%;margin: 20px 0px;}
.faced_title p {font-size:16px;color:#303303;font-weight: 600;}
.faced_title span{float:right;margin-right:10px;}
.faced_title span a{color:#999999}
/**图文**/
.picWen{width:100%;display: flex;}
.picWenContent{width:100%; display:inline;margin-right:10px;display: flex;}
.picWenContent dl dt{width:235px;border:1px solid #ccc;margin-right: 14px;border-radius: 5px;}
.picWenContent dl dt:nth-child(4){margin-right: 0;}
.picWenContent dl dt:hover{width:235px;border:1px solid #007aea;}
.picWenContent dl dt img{width:235px;height:133px;border-radius: 5px;}
.picWenContent dl dd{text-align:center;padding-top:10px}
.picWenContent dl {
    position: relative;
}
.picWenContent .imgsModel{
    position: absolute;
    width: 236px;
    height: 138px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    top: 0;
    left: 0;
}
.imgsModel img{
    width: 52px;
}
.imgsModel span{
    font-size: 16px;
    margin-top: 15px;
    color: #fff;
}
.param_tit{
    width: 130px;
}
.param_con{
    width: 230px;
}
.detailContainer{
    margin-top: 30px;
    display: flex;
}
.hotcarType{
    width: 100%;
    border: 1px solid;
    margin-top: 40px;
    text-align: center;
    border: 1px solid #efefef;
}
.hotcarType dt{
    margin-top: 26px;
}
.hotcarType dd{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 26px;
}
.hotcarType dd span{
    color: #303030;
    font-size: 18px;
    margin: 20px 0;
}
.hotcarType dd  button{
    width: 144px;
    height: 42px;
    color: #fff;
    background-color: #0055ff;
    font-size: 18px;
    border-radius: 4px;
    outline: none;border: none;
}
.hotcarType dd button:hover{
    background-color: #0044DD;
    cursor: pointer;
}
/* 用户口碑 */
.praiseList,.w708{
    /* margin-bottom: 30px;s */
  }
  .listTop{
      display: flex;
      height: 166px;
      /* justify-content: space-between; */
      border-bottom: 1px dashed #b8b8b8;
      padding-bottom: 30px;
  }
  .listTop .scorezh{
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
  }
  .listTop .scorezh span{
      font-size: 16px;
      color: #b8b8b8;
  }
  .listTop p b{
      font-size: 60px;
      color: #ff5050;
  }
  .listTop .selectBtns,.pushPraise{
      display: flex;
      flex-direction: column;
      justify-content: center;
  }
  .selectBtns{
      width: 510px;
      margin-left: 50px;
      margin-right: 166px;
  }
  .listTop .selectBtns p{
      font-size: 16px;
      color: #b8b8b8;
  }
  .listTop .selectBtns p span{
      color: #ff5050;
  }
  .listTop .selectBtns ul{
      display: flex;
      font-size: 18px;
      height: 60px;
  }
  .listTop .selectBtns ul li{
      padding: 5px 10px;
      color: #0055fe;
      border: 1px solid #0055fe;
      border-radius: 3px;
      margin-right: 10px;
      margin-top: 18px;
      height: 26px;
  }
  .listTop .selectBtns ul li.hui{
	  color:#ccc;
	  border-color: #ccc;
  }
  .listTop .selectBtns ul li.reviewBtnActive{
    background-color: #0055ff;
    border: none;
    color: #fff;
}
.listTop .selectBtns ul a li.reviewBtnActive:hover{
    background-color: #0044DD;
    cursor: pointer;
}
  .pushPraise button{
      width: 220px;
      height: 58px;
      background: #0055fe;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      border: none;
      outline: none;
      border-radius: 5px;
      font-size: 24px;
  }
  .pushPraise button:hover{
    background-color: #0044DD;
    cursor: pointer;
  }
  .pushPraise button img{
      width: 34px;
      margin-right: 25px;
  }
  .pushPraise p{
      text-align: center;
      font-size: 14px;
      color: #000;
      margin-top: 15px;
  }
  .listReview{}
  .listReview li{
      display: flex;
  }
  .listReview li .avtor{
      width: 72px;
      height: 72px;
      border-radius: 50%;
      border:1px solid #b8b8b8;
  }
  .headerMsg{
      width: 935px;
  }
  .listContent{
      margin-left: 15px;
  }
  ._listContent{
    width: 100%;
  }
  .listContent .headerMsg  dt{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    color: #0055ff;
    
  }
 .listContent .headerMsg  dt a{
      color: #303030;
      font-size: 16px;
      
  }
  .listContent .headerMsg  dt a:hover{
      color: #ff6600;
  }
  .listContent .headerMsg  dt span{
    font-size: 15px;
      color: #303030;
  }
  .listContent .headerMsg  dd{
      font-size: 15px;
      color: #666;
      line-height: 26px;
  }
  .listReview li{
      margin-top: 20px;
  }
  .disadvantage{
      background: #f9f9f9;
      border-radius: 10px;
      padding: 23px 27px;
      box-sizing: border-box;
      margin-top: 20px;
      width: 100%;
     
  }
  .disadvantage p {}
  .disadvantage p img{
    width: 190px;
    margin-right: 34px;
      border: 1px solid #eeeeee;
  }
  .disadvantage p img:nth-child(4n){
      margin-right: 0px;
  }
  .disadvantage li{
      margin-bottom: 18px;
  }
  .disadvantage li span{
      display: block;
      font-size: 16px;
      color: #fff;
      background: #0055fe;
      border-radius: 3px;
      margin-right: 24px;
      width: 52px;
      height: 23px;
      text-align: center;
  }
  .disadvantage li p{
      font-size: 16px;
      color: #666;
      width: 780px;
  }
  .startLevel .xingBox{
      width: 102px;
      height: 18px;
      background: url(/images/images2022/xing.png) no-repeat;
      background-position: -21px -18px;
      text-align: center;
      margin-right:8px;
	 
  }
  .startLevel .xingBox span{
      width: 102px;
      height: 18px;
      background: url(/images/images2022/xing.png) no-repeat;
      background-position: -21px -48px;
      text-align: center;
      margin-right:15px;
  }
  
  .startLevel p,.startLevel span{
      font-size: 16px;
      color: #b8b8b8;
      display: flex;
      align-items: center;
  }
  .startLevel p img{
      border: none;
      width: 21px;
      height: 20px;
      border-radius: 0%;
      margin-right: 5px;
  }
 
  .startLevel {
      display: flex;
      /* margin: 14px 0; */
      align-items: center;
	   margin: 5px 0;
     
  }
  
  .startLevel p:nth-child(3){
      margin-left: 15px;
  }
  .startLevel p:nth-child(4){
      margin: 0px 15px;
  }
  .product_online li a{
      color: #303030;
      font-size: 16px;
      background: url(/images/images2022/circle.png) no-repeat center left;
      background-size: 20px;
      padding-left: 26px;
      box-sizing: border-box;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 350px;
      display: block;
      height: 55px;
      line-height: 55px;
      border-bottom: 1px dashed #ddd;
  }
  .product_online li a:hover{
      color: #ff6600;
  }
  /* 询价弹框开始 */
  .inquiryModel,.bossSmallProject,.loginmask{
    position:fixed;
    background-color:rgb(0,0,0,.5);
    width:100%;height:100%;
    top:0;left:0;
    z-index: 999;
  }
  .inquiryModel .inquiryContainer,.smallProjectContainer{
      width: 800px;
      /* height: 800px; */
      background-color: #fff;
      border-radius: 10px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);
      padding-bottom: 40px;
      z-index: 11;
  }
  .smallProjectContainer{
      width: 570px;
  }
  .inquiryContainer h1{
      font-size: 25px;
      font-weight: bold;
      color: #323232;
      border-left: 5px solid #0055fe;
      margin: 40px 0px 0px 44px;
      padding-left: 15px;
  }
  .smallProjectContainer .containerProject{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .smallProjectContainer .containerProject img{
      margin: 70px 0px 25px 0;
  }
  .smallProjectContainer .containerProject b{
      font-size: 18px;
      /* line-height: 74px; */
      margin-bottom: 15px;
  }
  .smallProjectContainer .containerProject span{
      color: #999;
      font-size: 16px;
      line-height: 26px;
  }
  #formInput{
      display: flex;
      align-content: center;
      
      flex-direction: column;
  }
  .labelInput,.checkText {
      display: flex;
      justify-content: center;
      margin-top: 30px;
      align-items: center;
      position: relative;
  }
  .addressList {
    position: absolute;
    background-color: #fff;
    top: 47px;
    left: 32.2%;
    display: flex;
    border: 1px solid #ddd;
    z-index: 10;
  }
  .addressList li{
    width: 122px;
    text-align: center;
    height: 250px;
    overflow-y: scroll;
    font-size: 14px;
  }
  .addressList li p{
      padding: 5px 0;
  }
  .labelInput label{
      width: 80px;
      height: 45px;
      line-height: 45px;
      font-size: 16px;
      color:#666;
      display: block;
      text-align: right;
  }
  .labelInput input,.labelInput textarea,.labelInput .addresSelect, .labelInput select{
      width: 365px;
      height: 45px;
      border: 1px solid #e5e5e5;
      outline: none;
      font-size: 14px;
      color: #000;
	  padding-left: 15px;
  }
  .labelInput  select{
    /*取消默认箭头开始*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    /*取消默认箭头结束*/
    background: url(/images/images2022/arrowDown.png) no-repeat 340px center;
    background-size: 14px 8px
}

  .labelInput .addresSelect{
      background: url(/images/images2022/arrowDown.png) no-repeat 340px center;
      background-size: 14px 8px;
      /* font-size: 14px; */
      line-height: 45px;
      /* color: #000; */
  }
  .checkText input{
      width: 15px;
      height: 15px;
      border: 1px solid #e5e5e5;
      outline: none;
      margin-right: 5px;
  }
  .checkText p{
      font-size: 15px;
      color: #666666;
  }
  .labelInput textarea{
     height: 110px;
  }
  .moreOpen {
    margin-top: 15px;
    text-align: center;
  }
  .moreOpen span{
    
      font-size: 16px;
      color: #ff5050;
    
  }
  .moreOpen img{
      margin-top: 2px;
      margin-left: 5px;
  }
  #formInput .sumbit{
      width: 220px;
      height: 54px;
      border-radius: 4px;
      background-color: #0055fe;
      color: #fff;
      text-align: center;
      line-height: 54px;
      border: none;
      font-size: 18px;
      margin: 25px auto 0;
  }
  .infoText{
  margin-top: 20px;
  }
  .infoText p{
      color: #666666;
      font-size: 14px;
      text-align: center;
      line-height: 20px;
  }
  .infoText p a{
      color: #ff5050;
  }
  .closeBtn{
      position: absolute;
      top: 20px;
      right: 20px;
	  cursor: pointer;
  }
  /* 询价弹框结束 */

/* 左侧弹出框 */
.modelRightContainer{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    display: flex;
}
.backTop{
    width: 30px;
    display: none;
    margin: 0 auto;
    padding-top: 15px;
}
  /* 对比弹框 */
.vs-container{
    width: 0px;
    /* height: 200px; */
    background-color: #fff;
	/* display: none; */
}
.vs-container h1 .arrowRight{
    width: 10px;
}
.vs-container h1{
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
	padding: 0 19px;
    /* background: url(../images/arrowRight.png) no-repeat center left; */
}

.vs-container h1 span{
    font-size: 20px;
    color: #303030;
    display: block;
    width: 230px;
    text-align: center;
    height: 50px;
    line-height: 50px;
}
.vs-container h1 img{
    width: 22px;
}
.vs-container .carType{
  
}
.vs-container .carType li{
    display: flex;
    margin: 0px 18px;
    border-bottom: 1px dashed #ddd;
    padding: 20px 0;
	justify-content: space-between;
	align-items: center;
}
.vs-container .carType li p{
    font-size: 16px;
    width: 240px;
}
.vs-container .carType li img{
	width: 16px;
	height: 16px;
}
.vs-container .startVs{
    width: 110px;
    height: 34px;
    background-color: #0055ff;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    outline: none;
    border: none;
    /* margin: 0 auto; */
	margin: 0 auto;
	margin-top: 30px;
	    display: inherit;
}
.vs-container .vsNotice{
    
text-align: center;
    
font-size: 14px;
    
color: #999;
    
line-height: 38px;
}
.selectBrand{
    width: 256px;
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    line-height: 36px;
    color: #303030;
    font-size: 16px;
    margin: 15px auto 5px;
    background: url(/images/images2022/arrowDown.png) no-repeat 228px center;
    background-size: 14px;
}
.selectBrand input{
    width: 71%;
    height: 90%;
    border: none;
    text-align: center;
    font-size: 16px;
    outline: none;
    background-color: #fff;
}
.brandsContainer{
    border: 1px solid #ddd;
    margin: 5px auto 5px;
    display: flex;
    flex-direction: column;
   /* align-items: center; */
    width: 256px;
    padding: 1px;
    box-sizing: border-box;
}
/* .brandsContainer P{
    width: 250px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    background-color: #efefee;
    padding-left: 10px;
    box-sizing: border-box;
} */
.selectduibitxt{
	padding: 3px 10px;
	background-color: #efefee;
	line-height: 30px;
}
.selectduibitxt li{
	float: left;
}
.selectduibitxt li>a{
	font-size: 14px;
	font-weight: 400;
}
.selectduibitxt li .ge{
	padding: 0 5px;
	font-size: 14px;
}

.brandsContainer ol{
    display: flex;
    flex-wrap: wrap;
    padding: 14px;
    box-sizing: border-box;
}
.brandsContainer ol li{
    width: 18px;
    height: 18px;
    background-color: #0055ff;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 18px;
}
.brandsContainer ol li a{
    color: #fff;
}
.brandsContainer ol li.disable{
    background-color: #999;
}
.brandsContainer .brand_list{
    width: 100%; 
    padding: 14px; 
    box-sizing: border-box; 
    height: 385px;
    overflow-y: scroll;
	position: relative;
}
.brandsContainer .brand_list li{
	position: relative;
}
.brandsContainer .brand_list p{
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    background-color: #efefee;
    padding-left: 10px;
	line-height: 30px;
}
.brandsContainer .brand_list .branditem{
    /* height: 30px; */
    font-size: 16px;
    /* line-height: 30px; */
    font-size: 16px;
    /* border-bottom: 1px dashed #ddd; */
}
.brandsContainer .branditem .brandname{
	/* background: url(/images/images2022/arrowDown.png) no-repeat 200px center;
	background-size: 14px; */
	width: 224px;
	cursor: pointer;
	line-height: 30px;
	margin-bottom: 10px;
}
/* .brandsContainer .brand_list .productlist{
	display: none;
} */
.brandsContainer .brand_list .productlist>div{
	font-size: 16px;
	/* padding-left: 10px; */
	box-sizing: border-box;
	cursor: pointer;
	margin-bottom: 15px;
}
.brandsContainer .brand_list .productlist .weight{
	background: #f1f1f1;
}
.modelRight{
    position: relative;
    width: 45px;
    height: 1100px;
    background: #222222;
    z-index: 12;
    text-align: center;
}
.rightTop{
    width: 100%;
    position: absolute;
    top: 143px;
}

.rightTop p{
    width: 100%;
    /* height: 40px; */
    line-height: 40px;
    position: relative;
    margin-top: 10px;
}
.rightTop img{
    margin-top: 10px;
	cursor: pointer;
}
.rightTop p span{
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: #fff ;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px
}
.rightTop p .sjArrow{
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right-color: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 77%;
    margin-top: -4px;
}
.rightPactive{
    background: #000;
}

/* 代理人 */
.addressContainer{
    /* display: flex; */
    /* border-bottom: 3px solid #eeeeee; */
    position: relative;
    border-bottom: 1px solid #e6ebf5;
    padding-bottom: 15px;
}
.addressContainer .provinceBox {
    width: 800px;
    max-height: 38px;
    overflow: hidden;
}
.addressContainer .provinceBox.active{
    max-height: none;
} 
.addressContainer .provinceBox a{
    float: left;
    line-height: 34px;
    margin: 2px 6px;
    padding: 0 8px;
    word-break: keep-all;
    color: #303030;
    font-size: 14px;
}
.addressContainer .provinceBox .region-item:first-child{
    font-weight: bold;
}
.addressContainer .region-toggle{
    position: absolute;
    top: 9px;
    right: 0;
    word-break: keep-all;

}
.addressContainer .provinceBox .region-item.active ,.addressContainer  .areaBox  .region-item.active{
    color: #05f;
    font-weight: 700;
    background-color: rgba(0,85,255,.08);
    border-radius: 4px;
}
.athm-iconfont{
    position: relative;
    display: inline-block;
    font-size: 12px;
    margin-left: 3px;
  

}
.region-toggle img{
    width: 15px;
    vertical-align: middle;
}

.toggle-show{
    display: inline-block;
}
.toggle-hide{
    display: none;
}
.region-toggle em{
    font-style: normal;
    font-size: 16px;
    color: #303030;
}
 .areaBox {
    margin-top: 10px;
    /* padding: 5px 0;
    border: 1px solid #e6ebf5; */
    overflow: hidden;
	border-bottom: 4px solid #eee;
	padding-bottom: 20px;
}
.rotateArrow180{
    transform: rotate(180deg);
    transition: -webkit-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear,-webkit-transform .25s linear;
}
.rotateArrow0{
    transform: rotate(0deg);
    transition: -webkit-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear,-webkit-transform .25s linear;
}
   
.areaBox dl dt{
    float: left;
    margin: 2px 15px 2px 12px;
    line-height: 34px;
    font-weight: 700;
    font-size: 16px;
}
.areaBox dl dd a{
    float: left;
    line-height: 34px;
    margin: 2px 6px;
    padding: 0 8px;
    word-break: keep-all;
    font-size: 14px;
}
.areaBox dl dd a.active{
	color: #05f;
	font-weight: 700;
	background-color: rgba(0,85,255,.08);
	border-radius: 4px;
}
.addressContainer .provinceBox a:hover,.addressContainer .areaBox a:hover{
    color: #ff5050;
}
.store li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
    border-bottom: 1px solid #eeeeee;
}
.store li dl{
    display: flex;

}
.store li dl img{
    width: 200px;
    margin-right: 30px;
}
.store li dl dd{
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}
.store li dl dd b{
    font-size: 18px;
    margin-bottom: 20px;
}
.store li dl dd b:hover{
    color: #ff6600;
}
.store li dl dd p{
    display: flex;
    flex-direction: column;
    font-size: 16px;
}
.store a{
    display: flex ;
    width: 140px;
    height: 44px;
    border-radius: 4px;
    background-color: #0055ff;
    color: #fff!important;
    font-size: 16px;
    text-align: center;
    line-height: 44px;
    align-items: center;
    justify-content: center;
}
.store a:hover{
    background-color: #0044DD;
    cursor: pointer;
}
.store a img{
    width: 21px;
    height: 20px;
    margin-right: 5px;
}
/*  */
.typeList li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.typeList li img{
}
.typeList li dd{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.typeList li dt a{
    font-size: 16px;
    color: #303030;
}
.typeList li dt a:hover{
    color: #ff6600;
}
.typeList li dd p{
    color:#999999;
    font-size: 15px;
    line-height: 24px;
}
#citySel{
    margin-top: 15px;
}
/* 代理人 */
/* 图片预览 */
@charset "utf-8";
/* CSS Document */
*,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,form{margin:0px;padding:0px;list-style:none}
/* body{background:#ededed} */
img{border:0px;}
.hightPic{
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%;
    background: #000;
    flex-direction: column;
    padding: 50px;
    box-sizing: border-box;
}
.wrap1000{    
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;background-color: #000;}
.blank10{height:10px;font-size:10px;line-height:10px}
/**高清图所在位置**/
.high_address{width:100%;height:36px;background:url(../images/high_bg.png) repeat-x}
.high_addressLeft{width:612px;}
.high_addressLeft span{display:block;height:36px;line-height:36px;float:left}
.high_addressLeft .title{background:url(../images/high_left.png) repeat-x;padding:0px 17px;}
.high_addressLeft .title a{color:#fcc200}
.high_addressLeft .title a:hover,.high_addressLeft .titleAdd a:hover{color:#f00;}
.high_addressLeft .titleAdd{color:#fff;padding-left:10px}
.high_addressLeft .titleAdd a{color:#9d9ea2}
.high_addreddRight{width:160px;color:#9d9ea2;height:36px;line-height:36px;}
.high_addreddRight a{color:#9d9ea2}
.high_addreddRight a:hover{color:#fcc200}
/**高清图的内容部分**/
.w900{
	/* width:1200px; */
	background:#000;padding-bottom:10px;
}
.w100{width:100px;}
.right_top{width:100px;height:7px;line-height:7px;font-size:7px;}
.right_center{width:89px;margin-top: -11px;}
.right_center p{display:block;width:80px;height:47px;line-height:20px;text-align:center;padding-top:10px;cursor:pointer;background: #212121;}
.right_center p span{color:#81859e;font-weight:bold;font-size:14px}
.right_center p .gray{color:#8d96a7}
.right_center p.hover{background: #0055ff;}
.right_center p.hover .gray{color:#ffffff;}
.right_center a{display: inline-block; margin-top: 10px;}
.right_center p:hover{background-color: #0055fe;color: #fff;}

/**版权部分**/ 
.pic_footer{
      width:100%;height:31px;background:#ffffff;
}
.pic_content{line-height:31px;color:#cccccc}
.zoombox{
	width: 900px;
	/* height: 620px; */
	background: #fff;
	/* border: 1px solid #fff; */
	display: flex;
	flex-direction: column;
	align-items: center;
}

#slideshow{
	list-style: none;
	color: #fff;
	width: 900px;
	/* height: 600px; */
	overflow: hidden;
	display: flex;
	align-items: center;
}
#slideshow li{
	
	width: 900px;
	height: 600px;
}
#slideshow li img{
	/*width:930px;height:600px;*/
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	/* margin: 80px auto 0; */
}
.bottomImg{
	background-color: #212121;
	width: 100%;
	height: 85px;
}
#slideshow li h3{filter:alpha(opacity=0.8);opacity:0.8;background:#fff;/* position:absolute; */bottom:0px;left:0px;width:910px;padding:10px 10px}
#slideshow li h3 p{font-weight:normal}
#slideshow li a{display:block;width:50px;height:100%;}
#slideshow li a.prev{position:absolute;left:15px;top:0px;background:url(/images/images2022/hightLeft.png) left center no-repeat;opacity: 0.7;}
#slideshow li a.prev:hover{opacity: 1;}
#slideshow li a.next{position:absolute;right:30px;top:0px;background:url(/images/images2022/hightRight.png) right center no-repeat;opacity: 0.7;}
#slideshow li a.next:hover{opacity: 1;}
#wrapper{width:930px;margin:0px auto;display:none;}
#wrapper *{margin:0;padding:0}
#fullsize{position:relative;width:930px;height:620px;background:#000}
#information{position:absolute;bottom:0;width:930px;height:0;background:#000;color:#fff;overflow:hidden;z-index:200;opacity:.7;filter:alpha(opacity=70)}
#information h3{padding:4px 8px 3px;font-size:14px}
#information p{padding:0 8px 8px}
#image{width:888px}
#image img{position:absolute;z-index:25;width:930px;height:620px;}
.imgnav{position:absolute;width:25%;height:620px;cursor:pointer;z-index:150}
#imgprev{left:0;background:url(/images/images2022/ad_prev.png) left center no-repeat}
#imgnext{right:0;background:url(/images/images2022/ad_next.png) right center no-repeat}
#imglink{position:absolute;height:452px;width:100%;z-index:100;opacity:.4;filter:alpha(opacity=40)}
.linkhover{background:url(../images/link.gif) center center no-repeat}
#thumbnails{margin-top:2px;/* height: 150px; *//* margin-bottom: 2px; */}
#slideleft{float:left;width:20px;height:84px;background:url(/images/images2022/hightLeft.png) center center no-repeat;cursor:pointer;background-size: 20px;margin-left: 5px;opacity: 0.7;margin-right: 20px;}
#slideleft:hover{opacity: 1;}
#slideright{float:right;width:20px;height: 84px;background:url(/images/images2022/hightRight.png) center center no-repeat;cursor:pointer;background-size: 20px;margin-right: 5px;opacity: 0.7;margin-left: 20px;}
#slideright:hover{opacity: 1;}
#slidearea{float:left;position:relative;width:810px;;height:81px;/* overflow:hidden; */display:inline}
#slider{position:absolute;left:0;height:81px}
#slider img{cursor:pointer;width: 121px;height: 73px;display:block;float: left;opacity: 0.7;border: 4px solid transparent;margin: 0 3px;}
#slider img:hover{border: 4px solid #0055ff;}
#slider img.xuanzhong{border: 4px solid #0055ff;}
/* 图片预览 */
/* 资讯 */
.column{
    border-bottom: 1px solid #e5e5e5;
  }
  .columnTop{
      display: flex;
      justify-content: space-between;
      padding: 22px 0;
  }
  .columnTop h1{
      font-size: 30px;
      color: #333333;
      font-weight: bold;
  }
  .columnTop p{
      color: #999;
      font-size: 18px;
  }
  .columnTop span{
      color: #fe0000;
      font-weight: bold;
  }
  .columnContent{
      font-size: 18px;
      color: #999;
      margin-bottom: 40px;
  }
  .newslistDiv{
      border-top:none;
  }
 
  .newslistDiv_bottom{
      color: #999;
      font-size: 14px;
      display: flex;
      align-items: center;
      margin-top: 18px;
  }
  .newslistDiv_bottom span{
      margin-right: 28px;
      width: 120px;
  }
  .newslistDiv_bottom li{
      display: flex;
      align-items: center;
  }
  .newslistDiv_bottom li img{
      margin-right: 2px;
      width: 20px;
  }
  .newslistDiv_bottom li span{
      display: inline-block;
      width: 80px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space:nowrap;
      margin-right: 0;
  }
  .newslistDiv_bottom li span:hover{
      color: #ff6600;
  }
  .newslistDiv_bottom .labels{
      display: flex;
      overflow: hidden;
      width: 300px;
  }
  .hide{
      display: none;
  }
  .understandMore{
      margin: 60px 0 30px 0;
  }
  .understandMore p{
      font-size: 16px;
      color: #333;
      text-align: center;
      line-height: 26px;
  }
  .newslistDiv .noText{
      width: 100%;
      margin-left: 0;
      padding: 0;
  }
  .newslistDiv dd h2:hover{
      color: #ff6600;
  }
  .newslistDiv:hover{
    background: #f6f6f6;
}
.newslistDiv:hover dt img{
    transform:scale(1.2);
    -moz-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -o-transform:scale(1.2);
    -ms-transform:scale(1.2);
}
.newslistDiv{
    width:100%;
    height:180px;
    /* padding-top:20px;
    padding-bottom:25px; */
    border-bottom:1px #e5e5e5 solid;
    border-top: 1px #e5e5e5 solid;
    padding: 20px;
    box-sizing: border-box;
}
.newslistDiv  dt{
    width:210px;
    height:140px;
    float:left;
    overflow:hidden;
}
.newslistDiv  dt img{
    width:100%;
    height:100%;
    transition:all 1.2s;
    -moz-transition:all 1.2s;
    -webkit-transition:all 1.2s;
    -o-transition:all 1.2s;
    -ms-transition:all 1.2s;
}

.newslistDiv  dd{
    float:left;
    padding:0px 20px;
    margin-left:10px;
    width:720px;
    
}
.newslistDiv  dd.noImgtext{
    width:770px;
    padding:0px 0px 0px 0px;
    margin:0;
}
.newslistDiv  dd h2{
    font-size:20px;
    color:#333;
    margin-bottom:10px;
    display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.newslistDiv  dd p{
    font-size:14px;
    color:#666;
    line-height:24px;
    height:72px;
    overflow:hidden;
}
.newsTime{
    color:#999;
    font-size:14px;
    display:block;
    margin-top:8px;
    float:left;
}
.newsShare{
    float:right;
}
.newsShare .plNum{
    line-height: 40px;
    display: block;
    float: right;
    font-size: 14px;
    color: #666;
}

/* 资讯 */
/*全部图片 */
.picWenContent{
    flex-wrap: wrap;
    border-bottom: 1px solid #d7d7d7;
}
.picWenContent dl {
   
}
.picWenContent dl dt{
    margin-bottom: 15px;
}
/* 全部秃瓢  */
/* 视频 */
.type{display: flex;
    border-bottom: 1px solid #ededed;}
    .type .spanType{
        display: block;
        font-size: 16px;
        color: #a1a1a1;
        width: 60px;
        line-height: 28px;
    }
    .type ul {
        display: flex;
        width: 960px;
        /* flex-wrap: wrap; */
        justify-content: space-between;
    }
    .type ul li.active{
        /* width: 64px; */
        /* height: 34px; */
        font-size: 16px;
        color: #fff;
        background-color: #f6ab00;
        text-align: center;
        line-height: 28px;
        border-radius: 3px;
    }
    .type ul li{
        font-size: 16px;
        color: #303030;
        padding: 0 10px;
        display: flex;
        align-items: center;
    }
    .type ul li:hover{
        color: #ff6600;
    }
    .type ul li.active:hover{
        color: #fff;
    }
    .type ul li span{
        color: red;
    }
    .li-list{
        display: flex;
        flex-wrap: wrap;
        width: 870px;
        height: 45px;
        overflow: hidden;
    }
    .li-list li{
        margin-bottom: 20px;
    }
    .product{
        margin-top: 20px;
    }
    /* è§†é¢‘åˆ—è¡¨ */
    .video_all{
        display: flex;
        justify-content: space-between;
        height: 56px;
        align-items: center;
    }
    .video_all_left{
        font-size: 16px;
        color: #303030;
    }
    .video_all_left b{
        color: red;
        
    }
    .video_all_right{
        display: flex;
        font-size: 16px;
    }
    .video_all_right p{
        padding: 0 10px;
        border-right: 1px solid #ededed;
    }
    .video_all_right b{
        color: red;
        padding: 0 10px;
    }
    .video_content{
        display: flex;
    }
    
    .video_ctop{
        display: flex;
        flex-wrap: wrap;
    }

    .video_cleft dl dt a{
        display: block;
        position: relative;
    }
    .video_cleft dl dt .vimg{
        cursor: pointer;  
        transition: all 0.6s;  
    }
	.video_cleft dl dt .playimg{
	   width: 48px;
	   height: 48px;
	   position: absolute;
	   left: 50%;
	   top: 50%;
	   z-index: 2;	
		transform: translate(-50%,-50%);
	}
	
    /* .video_cleft dl dt img :hover{
        transform: scale(1.4);  
    } */
    .video_cleft dl dt .playBtn{
        position: absolute;
        top: 50%;
        left: 50%;
        width: 50px;
        height: 50px;
        transform: translate(-50%,-50%);
    }
    .video_cleft dl dt .time{
        position: absolute;
        bottom: 12px;
        right: 10px;
        display: block;
        width: 50px;
        height: 20px;
        border-radius: 10px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        text-align: center;
        line-height: 20px;
    }
    .videoTj li p .time{
        position: absolute;
        bottom: 5px;
        right: 5px;
        display: block;
        width: 50px;
        height: 20px;
        border-radius: 10px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
    }
    .video_cleft dd a{
        font-size: 18px;
        color: #303030;
        padding: 5px 0;
        display: block;
    }
    .video_cleft dd a:hover{
        color: #ff6600;
    }
    .video_cleft dd .labels{
        display: flex;
        font-size: 14px;
        height: 40px;
        align-items: center;
    }
    .video_cleft dd .labels p{
        width: 100px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        /* display: flex; */
        /* align-items: center; */
        font-size: 14px;
        color: #a1a1a1;
		text-align: center;
    }
    .video_cleft dd .labels p:hover{
        color: #ff6600;
    }
    .video_cleft dd .labels p img{
        margin-right: 5px;
        width: 13px;
        height: 12px;
    }
    .video_ctop .video_cleft{
       margin-right: 30px;
    }
	.video_ctop .video_cleft:nth-child(3n){
		margin-right: 0;
	}
    .lookVideo{
        width: 348px;
        height: 48px;
        background-color: #0055fe;
        border-radius: 4px;
        color: #fff!important;
        line-height: 48px;
        display: block;
        margin: 0 auto;
        text-align: center;
        font-size: 18px;
		margin-top: 40px;
		margin-bottom: 30px;
    }
    .lookVideo:hover{
        background-color: #0044DD;
        cursor: pointer;
    }
 
    .videoTj{
        display: flex;
        flex-direction: column;
    }
    .videoTj li{
        display: flex;
        margin-top: 30px;
    }
    .videoTj p{
        width: 120px;
        position: relative;
        font-size: 16px;
    }
    .videoTj p .videoBg{
        width: 100%;
    }
    
    .videoTj p .tjPlay{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 26px;
        height: 26px;
    }
    .videoTj .textImgRight dd{
        display: flex;
        width: 218px;
        justify-content: space-between;
        align-items: center;
    }
    .videoTj .textImgRight dt{
        margin-bottom: 5px;
    }
    .videoTj .textImgRight dd p{
        width: 72px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 14px;
       /* display: flex;
        align-items: center; */
        font-size: 14px;
        color: #a1a1a1;
    }
    .videoTj .textImgRight dd p img{
        width: 13px;
        height: 12px;
    }
    .textImgRight{
        margin-left: 20px;
        width: 215px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .textImgRight a{
        font-size: 16px;
    }
    .textImgRight a:hover,.videoTj .textImgRight dd p:hover{
        color: #ff6600;
    }
    /* 展开收起 */
    .type p{
        width: 48px;
        font-size: 15px;
        background: url(/images/images2022/zhankai.png) no-repeat center right;
        background-size: 15px;
        height: 20px;
        margin-top: 6px;
        color: #d0d0d0;
        display: none;
		cursor: pointer;
    }
/* 视频 */
/* 右侧弹框 */
.erweimaModel{
    position: absolute;
    top: 186px;
    right: 47px;
    display: flex;
    width: 460px;
    /* height: 190px; */
    background-color: #fff;
    box-shadow: 0 0px 2px 2px #f1f1f1;
    z-index: -1;
    display: none;
    padding: 15px 0;
}
.erweimaModel li img{
	width: 100px;
	height: 100px;
}
.erweimaModel li{
    width: 33.3%;
    float: left;
}
.erweimaModel p{
    font-size: 14px;
    color: #a0a0a0;
}
.erweimaModel p b{
    font-weight: 400;
    display: block;
    color: #a0a0a0;
}
/* 轮播图开始 */
.swiper_box{
    padding: 0 50px;
    position: relative;
	color: #333;
}
.swiper_box a{
	text-decoration: none;
	outline: 0;
	color: inherit;
}

.news_content{
	overflow: hidden;
}
.news_content .item_a {
    padding: 25px;
    margin: 10px;
}
.news_content .item_a a {
    margin: 10px 0;
	transition: all 0.3s ease;
}
.news_content .item_a:hover {
    box-shadow: 0 0px 10px 2px rgb(0 0 0 / 10%);
}
.news_content .item_a .top_info {
    color: #666666;
    font-size: 14px;
}
.news_content .item_a .date {
    color: #999;
    font-size: 16px;
    margin-right: 10px;
}
.news_content .item_a .classify {
    color: initial!important;
    font-size: 22px;
    font-weight: initial!important;
    margin-right: 10px;
}
.news_content .item_a .tit {
    font-size: 18px;
    margin: 15px 0;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color: #0055ff!important;
}
.news_content .item_a .tit .eventmain{
	color: #999;
}

.news_content .item_a .desc {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    /* height: 75px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.swiper_box .next{
	position: absolute;
	top: 50%;
	margin-top: -30px;
	cursor: pointer;
	right: 0;
	
}
.swiper_box .prev{
	position: absolute;
	top: 50%;
	margin-top: -30px;
	cursor: pointer;
	left: 0;}

/* 轮播图结束 */
.marginUp{
    margin-top: 0px;
}
.fixedNavs{
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -700px;
    z-index: 11;
}
.swiper-button-prev{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23efefef'%2F%3E%3C%2Fsvg%3E");

}
.swiper-button-next{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23efefef'%2F%3E%3C%2Fsvg%3E");

} 
.swiper-button-prev:hover{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%230055fe'%2F%3E%3C%2Fsvg%3E");

}
.swiper-button-next:hover{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%230055fe'%2F%3E%3C%2Fsvg%3E");

}
.tjdiqu{
	height:45px;
	line-height:45px;
	border:1px #ddd solid;
	display:inline-block;
	width:360px;
	padding-left:4px;
	font-size:16px;
	color:#999;
	cursor:pointer;
	background:url(https://product.d1cm.com/pcenter/include/images/dropdown.png) right no-repeat;
	overflow:hidden; 
	padding-left: 15px;
	}
.tjdqList{
	width:375px;
	position:absolute;
	border:1px #ddd solid;
	top:46px;
	left:252px;
	height:220px;
	overflow-x:hidden;
	overflow-y:auto;
	z-index:99;
	background:#fff;
	display:none;
	cursor:pointer;
	/* box-sizing: border-box; */
	border-right: none;

	}
.tjdqLeft p,.tjdqRight p{
	line-height: 30px;
	text-align: center;	
}
.tjdqLeft p.active,.tjdqRight p.active{
	background-color: #f1f1f1;
	
}
 .tjdqLeft,.tjdqRight{
	width:123px;
	max-height:290px;
	float:left;
	overflow-x:hidden;
	border-right: 1px solid #ddd;
	box-sizing: border-box;

	} 
.agency li .getPrice1 {
    font-size: 18px;
    color: #fff;
    background-color: #0055fe;
    border-radius: 4px;
    width: 144px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
}
.agency li .getPrice1:hover{
    background-color: #0044DD;
    cursor: pointer;
}
.nodataimg{
	width:73px;
	height:63px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.nodatabox{
	color: #999;
	text-align: center;
	margin-top: 130px;
}
.popUp{
   padding: 0 20px;
   font-size: 14px;
   color: #222;
   text-align: center;
   position: fixed;
   left: 50%;
   top: 50%;
   border: 1px #ddd solid;
   box-shadow: 0px 0px 10px #ccc;
   /* margin-left: -175px; */
   background: #fff;
   line-height: 42px;
   display: none;
   border-radius: 5px;
   transform: translate(-50%, 50%);
   z-index: 999;

}
.popUp img{
	vertical-align: middle;
    margin-top: -6px;
    margin-left: -61px;
    position: absolute;
}

::-webkit-scrollbar{
	width: 4px;
}
::webkit-scrollbar-thumb{
	border-radius: 6px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: rgba(0,0,0,0);
}
::-webkit-scrollbar-track {
	/* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
	border-radius: 0;
	background: rgba(0,0,0,0.1);
}