.detailbanner {
  width: 100%;
  height: 500px;
  background: url(../images/detailbanner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.enviro {
  width: 32%;
  height: 300px;
  background-color: #dfdfdf;
  margin-top: 48px;
  margin-left: 2%;
  float: left; }

.enviro:first-child {
  margin-left: 0; }

.searchstore {
  width: 40%;
  height: 280px;
  margin-top: 48px; }

.showdown {
  width: 100%;
  height: 70px;
  background-color: #313131; }

.showdown h2 {
  color: white;
  text-align: left;
  text-indent: 1em;
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 70px; }

.storeadress {
  width: 100%;
  height: 200px;
  background-color: white;
  margin-top: 10px; }

.name h1 {
  line-height: 50px;
  text-align: left;
  text-indent: 0.8em;
  font-size: 28px;
  color: #242424;
  font-family: Arial, Helvetica, sans-serif; }

.name h2 {
  line-height: 30px;
  text-align: left;
  text-indent: 1em;
  font-size: 22px;
  font-family: Arial, Helvetica, sans-serif;
  color: #313131; }

.xinxi {
  margin-top: 20px; }

.tell {
  float: left; }

.tell h2 {
  line-height: 40px;
  text-align: left;
  text-indent: 1em;
  font-size: 22px;
  font-family: Arial, Helvetica, sans-serif;
  color: #313131; }

.icon {
  height: 80px;
  float: right; }

.map {
  width: 100%;
  height: 500px;
  margin-top: 48px;
  background-color: #dfdfdf;
  position: relative; }
  .map .company-list {
    font-weight: 200;
    background-color: transparent;
    position: absolute;
    top: 30px;
    left: 50px;
    z-index: 1; }
    .map .company-list .company-title {
      height: 50px;
      line-height: 50px;
      font-size: 20px;
      padding-left: 10px;
      position: relative;
      color: white;
      background-color: #313131;
      margin-left: 10px;
      width: 370px; }
      .map .company-list .company-title img {
        position: absolute;
        right: 5px;
        top: 0;
        width: 45px;
        cursor: pointer; }
    .map .company-list .company-detail-div {
      max-height: 380px;
      overflow-y: auto;
      width: 390px;
      padding: 0 10px;
      padding-bottom: 10px; }
      .map .company-list .company-detail-div .company-item {
        padding: 10px;
        color: black;
        background-color: white;
        box-shadow: 0 1px 10px #555;
        width: 370px;
        margin-top: 7px; }
        .map .company-list .company-detail-div .company-item p {
          margin: 0;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
        .map .company-list .company-detail-div .company-item .company-name {
          font-size: 20px;
          height: 30px;
          line-height: 30px;
          text-align: left;
          font-weight: 400; }
        .map .company-list .company-detail-div .company-item .company-address {
          font-size: 14px;
          height: 25px;
          line-height: 25px; }
        .map .company-list .company-detail-div .company-item .company-bottom {
          margin-top: 5px;
          overflow: hidden;
          font-size: 15px; }
          .map .company-list .company-detail-div .company-item .company-bottom .bottom-left {
            float: left; }
            .map .company-list .company-detail-div .company-item .company-bottom .bottom-left p {
              line-height: 25px;
              height: 25px; }
          .map .company-list .company-detail-div .company-item .company-bottom .bottom-right {
            float: right;
            width: auto; }
            .map .company-list .company-detail-div .company-item .company-bottom .bottom-right img {
              width: 48px; }
      .map .company-list .company-detail-div .company-item:first-child {
        margin-top: 7px; }

/*# sourceMappingURL=brand-detail.css.map */
