/*公共样式*/
.paddingLR{
  padding:0 16px;
}
.marginTop10{
  margin-top:8px;
}
.marginTop20{
  margin-top:22px;
}
.paddingB50{
  padding-bottom:50px;
}
.margint50{
  margin-top:50px;
}
.line{
  height:8px;
  background: #f7f7f7;
}
.color_h{
  color:#d2d2d2;
}

a:active {
    color: #c94443;
}

/*登录*/
.logo{
  height:200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo img{
  width: 112px;
  margin-top: 31px;
}
.m_login{
  padding:0 20px;
}
.m_login .input_item{
  width:100%;
  height:60px;
  line-height: 60px;
  border-bottom: 1px solid #ececec;
  margin-bottom:10px;
}
.m_login .input_item span{
  display: inline-block;
  width:15%;
  font-size:16px;
}
.m_login .input_item input{
  width:80%;
  border:0;
  color:#666;
  font-size: 14px;
}
.but_box{
  padding:0 20px;
  margin-top:50px;
  display: flex;
}
.but_box button{
  width:100%;
  border-radius: 50px;
  border:0;
  height:40px;
  background:#c71415 ;
  color:#fff;
}

.nopassword{
  color:#c71415;
  float: right;
  margin-top:25px;
  margin-right:20px;
}

.dx{
  position: absolute;
  top:0px;
  right:0px;
  color:#c71415;
}
.dxdl{
  display: none;
}

/*个人中心*/
.personal_top{
  height: 140px;
  width:100%;
  background: url(../image/gere_bg.png) no-repeat center center/100% 140px ;
  display: flex;
  align-items: center;
  padding:0 20px;
  position: relative;
}
.personal_top img{
  width:100px;
  height:100px;
  border-radius:50%;
}
.personal_top .top_xx{
  margin-left: 20px;
  margin-top: 5px;
}
.personal_top:after{
  content: '';
  width:20px;
  height:20px;
  background:url(../image/yjt2.png) no-repeat center center;
  background-size:20px 20px;
  position:absolute;
  top:55px;
  right:10px;
}
.personal_top1{
  height: 100px;
  width:100%;
  background: url(../image/gere_bg.png) no-repeat center center/100% 140px ;
  display: flex;
  align-items: center;
  padding:0 20px;
  position: relative;
  overflow: hidden;
}
.personal_top1 img{
  width:60px;
  height:60px;
  float:right;
  border-radius: 50%;
}
.personal_top1 .top_xx{
  width:84%;
  height:60px;
  line-height:60px;
}

.personal_item{
  border-bottom:1px solid #ececec;
  height:50px;
  line-height: 50px;
  padding:0 20px;
  position: relative;
}
.personal_item1{
  border-bottom:1px solid #ececec;
  height:50px;
  line-height: 50px;
  padding:0 20px;
  position: relative;
}
.personal_item img{
  width:24px;
  height:24px;
  vertical-align: middle;
}
.personal_item:after{
  content: '';
  width:20px;
  height:20px;
  background:url(../image/yjt.png) no-repeat center center;
  background-size:16px 16px;
  position:absolute;
  top:14px;
  right:10px;
}
.personal_item span{
  font-size:14px;
}
.personal_item .right_ms{
  margin-right: 10px;
  float: right;
  color:#666;
}
.personal_item .right_input{
    margin-right: 10px;
    float: right;
    border: 0;
    text-align: right;
    font-size: 14px;
    color: #666;
    margin-top: 15px;
    width:80%;
}
.personal_item1 span{
  font-size:14px;
}
.personal_item1 .right_ms{
  margin-right: 10px;
  float: right;
  color:#666;
}
.personal_item1 .right_input{
    margin-right: 10px;
    float: right;
    color: #d2d2d2;
    border: 0;
    text-align: right;
    font-size: 14px;
    margin-top: 15px;
    color: #666;
}
.out{
  width: 100%;
  position: absolute;
  bottom: 80px;
}
/*首页*/

.home_search{
  width:100%;
  height:34px;
  border-radius: 40px;
  border:1px solid #d2d2d2;
  margin-top:5px;
  display: flex;
  align-content: center;
}
.home_search .icon-sousuo{
  color:#b1b1b1;
  font-size: 22px;
  margin-left:10px;
  margin-top:7px;
}
.home_search input{
  border: 0;
  padding-left:10px;
  font-size:14px;
  width:84%;
  height: 100%;
  background: none;
  user-select: auto;
}
#slider img{
  height:170px;
}

.weather_box{
  padding:0 10px;
}
.weather{
  background:url(../image/weatherbg.png) no-repeat center center/100% 100%;
  height:60px;
  color:#fff;

}
.weather .wt_top{
  padding:5px;
  font-size:20px;
  display: flex;
  align-items: center;
}
.weather .wt_top img{
  width:28px;
  height:28px;
  margin-right:5px;
}
.weather .wt_con{
  display: flex;

}
.weather .wt_con span{
    flex: 1;
    text-align: center;
    font-size:13px;
}
.map_box{
  padding:0 10px;
}
.map_box .map{
  background:url(../image/map_bg.png) no-repeat center center/100% 100%;
  height:80px;
}
.map_box .map_cd{
  background:url(../image/qn_bg.png) no-repeat center center/100% 100%;
  height:80px;
  display: flex;
  padding: 10px 0;
  box-sizing: border-box;
}
.map_box .map_cd .cd_item{
  width: 33.333%;
  text-align: center;
  border-right: 1px solid #ececec;
}
.map_box .map_cd .cd_item:last-child{
  border-right:0;
}
.map_box .map_cd .cd_item img{
  width:40px;
  height:40px;
}
.map_box .map_cd .cd_item p{
  color:#c71415;
}
.map_box .map div{
  float:left;
}
.map_box .map .qh{
  width:10%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.map_box .map .qh img{
  width:30px;
  height:30px;
}
.map_box .map .yuan{
  width:10%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.map_box .map .yuan img{
  width:10px;
}
.map_box .map_input{
  width:65%;
}

.map_box .map_input input{
  border:0;
  background: none;
  margin-bottom:0;
  font-size:14px;
  padding-left:5px;
  border-radius:0;
}
.map_box .map_input .input1{
  border-bottom:1px solid #999;
}
.map_box .map .sousuo{
  width:15%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.map_box .map .sousuo span{
  font-size:23px;
  color:#333;
}
.zjsearch{
  padding:0 10px;
}
.zjsearch .search_title{
  height:40px;
  line-height: 40px;
  border-bottom:1px solid #d2d2d2;
  font-size:14px;
}
.zjsearch .search_title .iconfont{
  color:#c71415;
  font-size:18px;
}
.zjsearch .search_title .icon-qingkong{
  float:right;
}

.zjsearch .search_list .search_item{
  height:36px;
  line-height: 36px;
  border-bottom:1px solid #d2d2d2;
  font-size:13px;
  position: relative;
} 
.zjsearch .search_list .search_item:before{
  content:'';
  background: url(../image/yjt.png) no-repeat center center /16px 16px;
  position:absolute;
  right:0;
  top:7px;
  width:20px;
  height:20px;
} 
.zjsearch .search_list .s_time{
  float:right;
  font-size:12px;
  color:#bcbcbc;
  margin-right:20px;
}
/*搜索*/
.back{
  width: 20px;
  height: 20px;
  margin-top: 11px;
  float:left;
  margin-right:16px;
}

.ss_search{
  width:88%;
  height:34px;
  border-radius: 40px;
  border:1px solid #d2d2d2;
  margin-top:5px;
  display: flex;
  align-content: center;
}
.ss_search .icon-sousuo{
  color:#b1b1b1;
  font-size: 22px;
  margin-left:10px;
  margin-top:7px;
}
.ss_search .icon-delete{
  color:#b1b1b1;
  font-size: 22px;
  margin-top:7px;
  margin-right:5px;
}
.ss_search input{
  border: 0;
  padding-left:10px;
  font-size:14px;
  width:84%;
  height: 100%;
}
.dd_con{
  /*padding:0 10px;*/
}
.dd_con .dd_list{
  height:68px;
  padding:8px 0;
  border-bottom:1px solid #f7f7f7;
  overflow: hidden;
}
.dd_con .dd_list p{
  margin-top:3px;
  margin-bottom: 0;
  color:#d2d2d2;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  width:82%;
}
.dd_con .dd_list .dd_left{
  width:10%;
  height:100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#cfcfcf;
}
.dd_con .dd_list .dd_right{
  width:90%;
  float: right;
  position: relative;
}
   
.dd_con .dd_list .dd_right .hear{
  position:absolute;
  right:10px;
  top:-3px;
}
.dd_con .dd_list .dd_right .hear_icon{
  display: block;
  background: #333;
  width:32px;
  height:32px;
  border-radius:50%;
  line-height: 32px;
  text-align: center;
  color:#fff;
  margin-left:5px;
}
.dd_con .dd_list .dd_right .hear_text{
  font-size:15px;
  color:#d2d2d2;
}
.dd_con .dd_title{
  color:#333 !important;
  font-size:15px;
}

/*站点详情*/
.site_tit{
  height:96px;
  padding:10px 10px;
  background:#fff;
  position: fixed;
  top:0;
  width:100%;
  border-bottom:1px solid #ececec;
  z-index:10;
}
.site_tit p{
  color:#333;
  margin-bottom:6px;
}
.site_tit .site_time{
  color:#999;
  margin-bottom:0;
  font-size:11px;
}
.site_tit .site_time span:nth-child(2){
  margin:0 10px;
}
.site_box{
  position: fixed;
  top: 97px;
  right: 0;
  left: 0;
  bottom: 47px;
  overflow-y: scroll;
  
}
.site_left{
  width:30%;
  background:#f2f2f2 url(../image/lu_bg.png);
  background-size:100% 50px;
  height: 100%;
  float: left;
  border-right:6px solid #666;
}
.site_right{
  padding-left: 10px;
  width:70%;
  float: right;
}
.site_right a{
  color:#666;
  display: block;
  margin-bottom:0;
  padding-left:5px;
  height:60px;
  line-height:60px;
  border-bottom:1px solid #ececec;
  position:relative;
  font-size:14px;
}

.site_right a:before{
  content: '';
  width:16px;
  height:16px;
  border-radius:20px;
  border:1px solid #666;
  position:absolute;
  left:-22px;
  top:19px;
  background:#fff;
}

.site_right .site_curtend{
 color:#c71415;
}
.site_right .site_curtend1{
 color:#ffa42f;
}
.site_right .site_curtend:before{
  content: '';
  width:16px;
  height:16px;
  border-radius:20px;
  border:1px solid #ececec;
  position:absolute;
  left:-22px;
  top:19px;
  background:#c71415;
}
.site_right .site_curtend1:before{
  content: '';
  width:16px;
  height:16px;
  border-radius:20px;
  border:1px solid #ececec;
  position:absolute;
  left:-22px;
  top:19px;
  background:#ffa42f;
}
.dtqh{
  float:right;
  width:26px;
  height:26px;
  margin-top: 7px;
  position: fixed;
  right:10px;
  top:10px;
  z-index:11;
}
.site_sx{
  width:50%;
  display: inline-block;
  text-align: center;
  font-size:14px;
  color:#999;
}

.site_sx img{
  height: 22px;
  width: 22px;
  display: block;
  margin: 0 auto;
  margin-top: 4px;
}
.search_model{
  position: fixed;
  top:0;
  left:0;
  height: 100%;
  width:100%;
  z-index:100;
  background: #fff;
  display: none;
}

#sure{
  font-size:16px;
  border-radius:30px;
  width: 65px;
  display: inline-block;
  color:#333;
  text-align: center;
  line-height: 30px;
  display: none;
}
#r-result{
  padding:0 10px;
}
#r-result p{
  height:40px;
  line-height: 40px;
  margin-bottom:0;
  border-bottom:1px solid #ececec;
  padding-left:5px;
}
.luxian span{
  display: inline-block;
  line-height: 30px;
  font-size:14px;
}
.luxian span:after{
  content: '';
  width:20px;
  height:20px;
  display: inline-block;
  background:url(../image/hc_icon.png) no-repeat center center;
  background-size:20px 20px;
  vertical-align: text-bottom;
  margin:0 5px;
}
.luxian span:last-child:after{
  content: '';
  background:none;
}

.lx_item{
  border-bottom:1px solid #ececec;
  padding:10px;
  position: relative;
}
.lx_item:after{
  content: '';
  width:20px;
  height:20px;
  background:url(../image/yjt.png) no-repeat center center;
  background-size:20px 20px;
  position:absolute;
  top:34px;
  right:10px;
}
.lx_item .ms span{
  margin-right:10px;
  color:#d2d2d2;
}

#lx-result{
  position: absolute;
  top:80%;
  left:0;
  right:0;

}

.lx_item2{
  border-bottom:1px solid #ececec;
  padding:10px;
  position: relative;
}
.lx_item2 .ms span{
  margin-right:10px;
  color:#d2d2d2;
}

#result-list{
  display: none;
}
#list-box{
  position: fixed;
  bottom:0;
  left:0;
  right:0;
  background: #fff;
}
.trans-plan-content tr{
  padding:10px 0;
}
.xl_box{
  padding:10px;
  height: 180px;
  overflow: hidden;
  overflow-y: scroll;
}
.swiper-slide .luxian{
  margin:0;
  height:50px;
  padding: 10px 10px 0 0;
}
.swiper-slide .ms{
  margin:0;
}
.fg_line{
  height:10px;
  background: #ececec;
  display: block;
  margin-top:63px;
  width: 100%;
  margin-left: -10px;
}
.hccon{
  border-left:1px dashed #666;
  padding:10px 0 10px 10px;
}
.qd{
  padding-left:10px;
  margin-top:10px;
  position: relative;
}
.qd:after{
  content: '';
  width:8px;
  height:8px;
  border-radius: 10px;
  border:1px solid green;
  position: absolute;
  left:-4px;
  top:5px;
}
.zd{
  padding-left:10px;
  position: relative;
}
.zd:after{
  content: '';
  width:8px;
  height:8px;
  border-radius: 10px;
  border:1px solid red;
  position: absolute;
  left:-4px;
  top:5px;
}
.toHeight{
  height:350px !important;
}
.find{
  width:24px;
  height:24px;
  background: url(../image/sjt.png) no-repeat center center/100% 100%;
  position: absolute;
  left:50%;
  top:0px;
  margin-left:-12px;
  z-index: 20;
}
.find_x{
  background: url(../image/xjt.png) no-repeat center center/100% 100%;
}

/*关于我们*/
.aboutbg{
  height:100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../image/aboutbg.png) no-repeat center center;
  background-size:100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.aboutbg img{
  width:80px;
  height:80px;
}
.aboutbg .mz{
  font-size:20px;
  color:#333;
  margin-top: 20px;
}

/*设置密码*/

.password .input_item span{
  width: 20%
}
.password .input_item input{
  width: 78%
}


/*站点详情*/
.siteDetail{
  padding:0 10px;
  margin-top:10px;
}
.siteDetail .detail_item{
  border:2px solid #c71415;
  border-radius:4px;
  margin-bottom: 10px;
  position: relative;
  display: block;
}
.siteDetail .detail_item .detail_top{
  display: flex;
  align-items: center;
  padding:5px;
}
.siteDetail .detail_item .detail_top .left{
  width:20%;
  font-size:20px;
  text-align: center;
  color:#333;
}
.siteDetail .detail_item .center .dian{
  display: inline-block;
  width:10px;
  height:10px;
  margin-right:5px;
  background: #c71415;
  border-radius:20px;
}
.siteDetail .detail_item .detail_top .center{
  width:80%;
}
.siteDetail .detail_item .center .cf{
  color:#c71415;
}
.siteDetail .detail_item .center .md{
  color:#333;
}
.siteDetail .detail_item .center .md .dian{
  background: #333;
}
.siteDetail .detail_item .center .pj{
  color:#c71415;
}

.siteDetail .detail_item .right{
  position: absolute;
  right:10px;
  top:20px;
  width:30px;
  height:30px;
  background: url(../image/site_sx.png) no-repeat center center/100% 100%;
}
.siteDetail .detail_item .center .smz{
  color:#d2d2d2;
  float: right;
}
.siteDetail .detail_item .detail_bottom{
  height:30px;
  background: #c94443;
  color:#fff;
  line-height: 30px;
  padding:0 5px;
  font-size: 14px;
}
.siteDetail .detail_item .detail_bottom .zj{
  float:left;
}
.siteDetail .detail_item .detail_bottom .qh_btn{
  float:right;
  padding-left:30px;
  background: url(../image/qh_b.png) no-repeat left center/20px 20px;
}
.search_list .search_item:last-child{
  display: none;
}

.yijian{
  border:1px solid #d2d2d2;
  border-radius: 5px;
  height: 240px;
  padding: 5px;
}
.zd_title{
  height:36px;
  line-height: 36px;
  font-size: 14px;
  background:#f7f7f7;
  padding:0 16px;
}
.zd_con a{
  margin:0 16px;
  height:36px;
  line-height: 36px;
  color:#666;
  border-bottom:1px solid #d2d2d2;
  display: block;
  text-decoration: none;
}
.zd_con a:last-child{
  border-bottom:0;
}
.but_box .tj{
  width:100px;
  border-radius:4px;
  margin:0 auto;
}
#file_input{
  opacity: 0;
  position: absolute;
  right:0;
  width:100px;
}
/*.zhand:after{
  content: '';
  width:30px;
  height:30px;
  background:url(../image/bus.png) no-repeat center center;
  background-size:30px 30px;
  position:absolute;
  top:13px;
  left:-59px;
}*/
.chepai2{
  display: inline-block;
  position:relative;
  top:70px;
  left:-80px;
  font-size:14px;
  width: 0;
  height:0;
  word-break:keep-all;           /* 不换行 */
white-space:nowrap;    
}
.chepai{
  display: inline-block;
  position:relative;
  top:80px;
  left:-116px;
  font-size:14px;
  width: 0;
  height:0;
  word-break:keep-all;           /* 不换行 */
white-space:nowrap;  
}
.chepai:after{
  content: '';
  width:30px;
  height:30px;
  background:url(../image/bus.png) no-repeat center center;
  background-size:30px 30px;
  position:absolute;
  top: -27px;
  left:15px;
}
.chepai2:after{
  content: '';
  width:30px;
  height:30px;
  background:url(../image/bus.png) no-repeat center center;
  background-size:30px 30px;
  position:absolute;
  top: -27px;
  left: 15px;
}

.chepai.site_curtend1:before{
  background: none;
}
.chepai2.site_curtend1:before{
  background: none;
}
.chepai.site_curtend1,.chepai2.site_curtend1{
color:#333;
}
/*.likai:after{
  content: '';
  width:30px;
  height:30px;
  background:url(../image/bus.png) no-repeat center center;
  background-size:30px 30px;
  position:absolute;
  top:-28px;
  left:-85px;
}*/
.sitemap_box{
  position: relative;
}
.sitemap_right{
  background: #FFF;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  padding-top:56px;
  position: relative;
}
.sitemap_box:after{
  content: "";
  position: absolute;
  top:40px;
  width:100%;
  height:6px;
  background: rgba(60,60,60,0.5);
}
.sitemap_right a{
  position: relative;
  color:#666;
  width:16px;
  display: inline;
  margin:0 20px;
  height:100%;
  max-height: 130px;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size:14px;
}
.sitemap_right .site_curtend{
 color:#c71415;
}
.sitemap_right .site_curtend1{
 color:#ffa42f;
}
.sitemap_right a{
  position: relative;
  max-height: 130px;
}
.sitemap_right a:after{
  content: '';
  width:16px;
  height:16px;
  border-radius:20px;
  border:1px solid #666;
  position:absolute;
  left:0px;
  top:-22px;
  background:#fff;
  z-index:10;
}
.sitemap_right .site_curtend:after{
  content: '';
  width:16px;
  height:16px;
  border-radius:20px;
  border:1px solid #ececec;
  position:absolute;
  left:0px;
  top:-22px;
  background:#c71415;
}
.sitemap_right .site_curtend1:after{
  content: '';
  width:16px;
  height:16px;
  border-radius:20px;
  border:1px solid #ececec;
  position:absolute;
  left:0px;
  top:-22px;
  background:#ffa42f !important;
}
.mapzhand:before{
  content: '';
  width:45px;
  height:30px;
  background:url(../image/bus_lg.png) no-repeat center center;
  background-size:45px 30px;
  position:absolute;
  top:-58px;
  left:-14px;
}
.maplikai:before{
  content: '';
  width:45px;
  height:30px;
  background:url(../image/bus_lg.png) no-repeat center center;
  background-size:45px 30px;
  position:absolute;
  top:-58px;
  left:-35px;
}
.mapline{
  height:6px;
  background: #666;
  position: absolute;
  top: 43px;
  width: 100%;
}
.BMap_noprint{
  background: url(../image/bus_icon.png) no-repeat center center !important;
  background-size: 15px 15px !important;
  width: 15px !important;
  height: 15px !important;
}

.feed_item{
  border-bottom:1px solid #ececec;
  display: block;
  position: relative;
}
.feed_item .feed_tit{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  margin-top:16px;
  color:#666;
  padding-right: 20px;
}
.feed_item:before{
  content:'';
  background: url(../image/yjt.png) no-repeat center center /16px 16px;
  position:absolute;
  right:0;
  top:14px;
  width:20px;
  height:20px;
} 

.close{
  width:30px;
  height:30px;
  position:absolute;
  top:5px;
  right:10px;
}
.close img{
  width:100%;
  height:100%;
}
.gg_con{
  margin:10px;
  background:#f1f1f1;
  border-radius:6px;
}
.gg_con img{
  width:25px;
  height:25px;
  margin-top:5px;
  margin-left:5px;
}
.gg_tit{
  font-size:14px;
  margin-top:6px;
}
.gg_time{
  font-size:12px;
  color:#999;
  margin:6px 0;
}
.ggms{
  border-top:1px solid #ececec;
  padding:5px 0;
  font-size:14px;
}
.search_item .s_dd{
  display: inline-block;
  width:70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}



