<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.supermarket {
  color: #333333;
  margin-bottom: 30px;
}
.creditShops-details-box {
  width: 1200px;
  margin: 20px auto;
  overflow: hidden;
}
.creditShops-details-box .table {
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 12px 5px -10px rgba(0, 0, 0, 0.1), 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 12px 5px -10px rgba(0, 0, 0, 0.1), 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}
.creditShops-details-box .table .container {
  padding: 20px;
}
.creditShops-details-box .table .container .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  margin-bottom: 10px;
}
.creditShops-details-box .table .container .title-box .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 28px;
}
.creditShops-details-box .table .container .explian {
  margin: 10px auto;
}
.creditShops-details-box .table .container .explian p {
  margin: 10px auto;
}
.creditShops-details-box .table .container .explian .explian-btn {
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
</pre></body></html>