#bottom {
    line-height: 150%;
    padding: 20px;
    background: #d81618;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
#bottom {
          padding: 5px 0;
          height: 80px;
          overflow: hidden;
          zoom: 1;
        }

        .bottom_main {
          width: auto;
          max-width: 770px !important;
          margin: 0 auto;
          padding: 0;
          overflow: hidden;
        }

        .bottom_main p {
          padding: 0;
          text-align: left;
          font-size: 16px;
          line-height: 200%;
          font-weight: normal;
          color: #fff;
        }

        .bottom_main p a {
          color: #fff;
        }

        .bottom_main span {
          display: inline;
          padding-left: 15px;
        }

        .dzjg_biaozhi {
          float: left;
          width: 80px;
          height: 80px;
          overflow: hidden;
        }

        .dzjg_biaozhi span {
          padding: 0;
        }

        .dzjg_biaozhi img {
          width: 80px;
          height: 80px;
        }

        .bottom_cont {
          float: left;
          display: inline;
          padding-left: 15px;
          margin-top: 5px;
        }

        .zhaocuo {
          float: right;
          width: 130px;
          text-align: center;
          margin-top: 5px;
        }




@media screen and (max-device-width:768px) {
          #bottom {
            height: auto;
          }

          .bottom_main {
            max-width: 100%;
          }

          .bottom_main p {
            text-align: center;
            line-height: 180%;
          }

          .bottom_main span {
            display: block;
          }

          .dzjg_biaozhi,
          .bottom_cont,
          .zhaocuo {
            float: none;
            margin: 0 auto;
          }

          .bottom_cont {
            padding: 0;
          }

          .bottom_cont p {
            margin: 0;
            padding: 0;
          }

          .zhaocuo {
            margin-top: 15px;
          }

        }