/* pc端 */
.cont {
  width: 100%;
  background-color: #f3f3f3;
  position: relative;
}
.cont .wrap.l-m-c {
  z-index: 10;
}
.cont_wrap {
  position: relative;
  padding: 90px 0 718px 0;
}
.cont_title {
  color: #ffffff;
  text-shadow: 2px 2px 5px #666;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.cont_dropDown {
  max-width: 130px;
  position: absolute;
  top: 23%;
  left: 0;
  z-index: 2;
}
.dropDown_current {
  width: 130px;
  height: 38px;
  overflow: hidden;
  background-color: #ffbd21;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}
.current_font {
  float: left;
  width: 90px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-right: 1px solid #c7992c;
  margin-top: 4px;
}
.dropDown_current span {
  width: 8px;
  height: 5px;
  display: block;
  float: left;
  overflow: hidden;
  margin-top: 17px;
  margin-left: 15px;
  cursor: pointer;
}
.dropDown_current span img {
  width: 100%;
  height: 100%;
  display: block;
}
.cont_dropDown ul {
  max-height: 400px;
  overflow: hidden;
  border-right: 1px solid #696969;
  overflow-y: auto;
  border-radius: 0 0 5px 5px;
}
.cont_dropDown ul li {
  width: 116px;
  height: 32px;
  background-color: #474747;
  color: #ffffff;
  float: left;
  padding-left: 30px;
  line-height: 32px;
  cursor: pointer;
}
.cont_dropDown ul li:hover {
  background-color: #000;
}
.cont_dropDown ::-webkit-scrollbar {
  width: 13px;
  background-color: #696969;
}
.cont_dropDown ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #ffffff;
}
.cont_dropDown ul li.on {
  background-color: #000;
}
.cont_map {
  width: 100%;
  position: absolute;
  top: 70px;
  left: 0;
}
.network {
  background-color: #f3f3f3;
}
.cl11 {
  width: 375px;
  height: 450px;
  left: 13%;
  top: 31%;
}
.cl11 .w {
  padding: 0 30px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.w_tit {
  margin-top: 34px;
  line-height: 24px;
}
.w_tit p:nth-of-type(2) {
  color: #717171;
}
.w_con {
  width: 100%;
  margin-top: 18px;
  padding-left: 25px;
  line-height: 26px;
  color: #717171;
  border-bottom: 1px solid #d1d1d1;
}
.w_con p:nth-last-of-type(1) {
  margin-bottom: 20px;
}
.w_con p {
  position: relative;
}
.w_con span {
  position: absolute;
  left: -24px;
  top: 0;
  color: #ffbf29;
}
.cl11 ::-webkit-scrollbar {
  width: 12px;
  background-color: #f3f3f3;
}
.cl11 ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #ffba18;
}
.cl11 li:nth-last-of-type(1) .w_con {
  border: none;
}
.c_left {
  left: 13%;
  top: 34%;
}
.c_right {
  left: 46%;
  top: 40%;
}
.cl11 .close1 {
  color: #000;
  background: none;
}
.cont_dropDown ul.add {
  visibility: hidden;
}

#cont_list_wrap {
  display: none;
}
/* ipad */
@media only screen and (max-width: 1024px) {
  #cont_list_wrap {
    display: block;
  }
  .cont_wrap {
    position: relative;
    padding: 80px 0 280px 0;
  }
  .cont_dropDown {
    display: none;
  }
  .address-select li {
    line-height: 34px;
  }
  .cont_map {
    top: 10px;
    position: relative;
  }
  .cl11 {
    display: none !important;
  }
  .network {
    padding: 2% 0;
  }
  .address-select li:hover {
    background-color: #ffbd21;
    color: #ffffff;
    cursor: pointer;
  }
}

/* 手机端 */
@media only screen and (max-width: 767px) {
  .cont_wrap {
    position: relative;
    padding: 80px 0 324px 0;
  }
  .address-select li {
    line-height: 40px;
  }
}

.xmn_bjq {
  color: #000 !important;
  text-shadow: none;
  position: relative;
  z-index: 2;
  font-size: 14px;
}
.xmn_bjq div span{
  color: #000 !important;
}

@media only screen and (max-width: 767px) {
  .xmn_bjq {
    color: #fff !important;
    text-shadow: none;
    position: relative;
    z-index: 2;
    font-size: 14px;
  }
  .xmn_bjq div span{
    color: #fff !important;
  }
}

