.mypanle {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 26px;
  position: relative;
}
.mypanle.has-col {
  border-bottom: 1px solid #f00;
}
.mypanle .title {
  padding: 0 30px;
}
.mypanle .title .title-p {
  margin: 0;
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  line-height: 20px;
  padding: 30px 0 20px 0;
  color: #2c2e34;
}
.mypanle .title .title-p.has-line {
  border-bottom: 1px solid #d9dfe9;
}
.mypanle .content-class {
  padding: 0px 30px 0px 30px;
}

.el-pagination {
  text-align: center;
  max-height: 16px;
  padding: 40px 0 50px 0;
  color: #2c2e34;
}
.el-pagination button {
  line-height: 16px;
  max-height: 16px;
}
.el-pagination .el-pagination__total,
.el-pagination .btn-next,
.el-pagination .btn-prev {
  color: #2c2e34;
}
.el-pagination span:not([class*=suffix]) {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 16px;
  max-height: 16px;
}
.el-pagination button:disabled span {
  color: #cacfd2 !important;
}
.el-pagination .el-pager {
  line-height: 20px;
  max-height: 20px;
}
.el-pagination .el-pager li {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  height: 20px;
  width: 20px;
  max-height: 20px;
  min-width: 20px;
  line-height: 20px;
  padding: 0;
  margin: 0 10px;
}
.el-pagination .el-pager li.active {
  color: #3d80c4 !important;
  background: #f1f7fb;
  border-radius: 50%;
}
.el-pagination .el-pager .more::before {
  line-height: 16px;
}

.outlets p {
  margin: 0;
  line-height: 16px;
}
.outlets .mypanle {
  margin: 0;
  padding-bottom: 0;
}
.outlets .outlets-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px 40px 40px;
}
.outlets .outlets-body .line {
  width: 1px;
  height: 680px;
  margin: 0 30px 0 15px;
  background: #e7e7e7;
}
.outlets .outlets-body .body-left {
  width: 23%;
}
.outlets .outlets-body .body-left .collapse-body {
  height: 560px;
  overflow: auto;
  padding-right: 5px;
}
.outlets .outlets-body .body-left .el-tabs__header {
  margin: 0;
}
.outlets .outlets-body .body-left .el-tabs__item {
  font-size: 16px;
  font-weight: 500;
}
.outlets .outlets-body .body-left .el-collapse {
  border-top: 0px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.outlets .outlets-body .body-left .el-collapse-item__header {
  height: 55px;
  line-height: 55px;
  font-size: 15px;
  color: #272727;
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.outlets .outlets-body .body-left .el-collapse-item__header .el-collapse-item__arrow {
  margin: 0;
}
.outlets .outlets-body .body-left .el-collapse-item__header .collapse-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 90%;
          flex: 1 0 90%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 15px;
  line-height: 16px;
}
.outlets .outlets-body .body-left .el-collapse-item__content {
  padding-bottom: 10px;
}
.outlets .outlets-body .body-left .content {
  margin: 13px 0;
  height: 32px;
  color: #848484;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.outlets .outlets-body .body-left .content span {
  margin-left: 15px;
  line-height: 16px;
}
.outlets .outlets-body .body-left .dizhi {
  cursor: pointer;
}
.outlets .outlets-body .body-left .time-class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.outlets .outlets-body .body-left .time-class .time-left {
  margin-left: 15px;
}
.outlets .outlets-body .body-left .page-class {
  padding-top: 35px;
  text-align: right;
}
.outlets .outlets-body .body-left .page-class .el-pagination {
  padding: 0;
}
.outlets .outlets-body .body-right {
  width: 77%;
}
.outlets .outlets-body .body-right .search-class .el-form-item {
  margin: 0;
  padding-right: 20px;
}
.outlets .outlets-body .body-right .search-class .search-but {
  width: 100px;
  height: 34px;
}
.outlets .outlets-body .body-right .map-class {
  width: 100%;
  height: 610px;
  border: 1px solid #e7e7e7;
  margin-top: 30px;
}
.outlets .outlets-body .body-right .map-class .google-map {
  width: 100%;
  height: 100%;
}

