/* start */
.div-flex{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
input,select,option,textarea{
  outline: none;
  border: none;
}
.route-revert,
.close{
  cursor: pointer;
}
.section-main .article-detail{
  position: relative;
  border: 1px solid #ddd;
}
.wholeicon{
  position: absolute;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 68px;
  background: rgb(255 255 255 / 80%);
  text-align: center;
  font-size: 12px;
  color: #555558;
  font-weight: 600;
}
.wholeicon a{
  color: #555558;
  text-decoration: none;
}
.wholeicon .icon-box{
  display: inline-block;
  margin: 8px 0;
  min-width: 60px;
}
.wholeicon .icon-box .icon{
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #555558;
  border-radius: 4px;
  line-height: 40px;
}
.wholeicon .icon-box p{
  margin: 6px 0 0;
  text-align: CENTER;
}
.wholeicon .icon-box .icon img{
  width: 20px;
}
.open-btn{
  position: absolute;
  top: 68px;
  left: 50%;
  width: 88px;
  height: 20px;
  margin-left: -44px;
  border-radius: 0 0 6px 6px;
  background: rgb(255 255 255 / 80%);
  line-height: 20px;
  cursor: pointer;
}
.open-btn img{
  margin-left: 4px;
}
.wholeicon .icon-box.act .icon,
.wholeicon .icon-box:hover .icon
{
  background: #c92b2f;
}
.wholeicon .icon-box.act p,
.wholeicon .icon-box:hover p{
  color: #c92b2f;
}
.popuplayer{
  position: absolute;
  z-index: 10000;
  left: 36%;
  top: 28%;
  width: 340px;
  padding: 20px ;
  opacity: 1;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 25%);
  border-radius: 6px;
}
.popuplayer .close{
  width: 20px;
  position: absolute;
  right: -10px;
  top: -10px;
  background: #ccc;
  padding: 4px;
  border-radius: 50%;
}
.popuplayer::after{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 20px;
  left: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgb(255, 255, 255);
}
.popuplayer h3{
  margin: 0;
  font-size: 20px;
}
.popuplayer .starbox{
  margin: 15px 0;
}
.popuplayer .intro{
  margin-bottom: 15px;
  color: #666666;
  font-size: 14px;
  line-height: 22px;
}
.popuplayer .main-layer{
  min-height: 100px;
  display: flex;
}
.popuplayer .main-layer .img{
  flex: none;
}
.popuplayer .img{
  width: 134px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.popuplayer .text{
  margin-left: 20px;
}
.clear{
  clear: both;
}
.popuplayer .btnbox{
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: start;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #eee;
}
.popuplayer .btnbox a{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
  padding: 8px 10px;
  background: #2bcc9c;
  border-radius: 6px;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
}
.popuplayer .btnbox a img{
  margin-right: 6px;
}
.popuplayer .btnbox a.yuyin{
  background: #3478e8;
}
.map-icon-name{
  position: absolute;
  z-index: 9999;
  left: 29%;
  top: 38%;
  padding: 4px 8px;
  background: rgba(255,255,255,0.80);
  border-radius: 45px;
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.05);
  color: #555558;
  font-size: 12px;
}
.map-icon-bg{
  position: absolute;
  z-index: 9999;
  left: 30%;
  top: 30%;
  width: 48px;
  height: 55px;
  margin: 0 auto;
  text-align: center;
  line-height: 54px;
  background: url('../img/icon/icon-bg-def.png');
}
.map-icon-bg.act{
  background: url('../img/icon/icon-bg-act.png');
}
.map-icon-bg .img{
  display: inline-block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.route-popuplayer{
  left: 10px;
  top: 80px;
}
.route-popuplayer.popuplayer::after{
  border: 0;
}

.route-popuplayer .route-inputs>div {
  height: 50px;
  width: 289px;
  border-bottom: 1px solid #eaebed;
  position: relative;
}
.route-popuplayer .route-inputs>div input {
  box-sizing: border-box;
  border: 0;
  height: 100%;
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
  border-left: 10px solid transparent;
  border-right: 27px solid transparent;
  line-height: 20px;
}
.route-popuplayer .route-inputs{
  margin-left: 15px;
}
.route-popuplayer .route-input-icon{
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: 2px solid #80E45D;
}
.route-popuplayer .route-end .route-input-icon{
  border: 2px solid #F35B5B;
}
.route-popuplayer .input-clear{
  width: 18px;
  display: none;
  cursor: pointer;
}
.route-popuplayer .btnbox{
  border-top: none;
}