html,
body {
  height: 100%;
  width: 100%;
}

.w {
  width: 1200px;
  margin: 0 auto;
}

.line {
  width: 100%;
  height: 8px;
  background: #0ac7cd;
}

.header {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .h-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .h-left .logo {
  position: relative;
  top: -4px;
  width: 160px;
  height: 52px;
  margin-right: 77px;
}

.header .h-left .logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.header .h-left .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 52px;
}

.header .h-left .nav .nav-item {
  margin-right: 38px;
}

.header .h-left .nav .nav-item a {
  color: #666666;
}

.header .h-left .nav .nav-item a:hover {
  color: #00c7cd;
}

.header .h-left .nav .nav-item.active a {
  color: #00c7cd;
}

.header .h-right {
  width: 128px;
  height: 42px;
  border-radius: 24px;
  border: 1px solid #00c7cd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #3bdad7;
}

.header .h-right .icon-order {
  margin-right: 8px;
  display: block;
  width: 16px;
  height: 16px;
}

.banner {
  margin-bottom: 24px;
}

.banner > img {
  display: block;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer {
  margin-top: 60px;
  height: 104px;
  background: #424348;
  font-size: 14px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

.container .title-wrap {
  width: 100%;
  height: 120px;
  background: url("../images/banner2.png") no-repeat center center/100% 100%;
}

.container .title-wrap .w {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container .title-wrap .w .title {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
}

.container .main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

.container .main .list {
  margin-top: 24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .main .list .inspect-item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 588px;
  height: 64px;
  border: 1px solid #00cfcb;
  background: #f0fbfb;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  border-radius: 4px;
  padding: 0 24px;
}

.container .main .list .inspect-item .inspect-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  color: #000000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.container .main .list .inspect-item .price {
  font-size: 16px;
  margin-right: 10px;
  color: #00c7cd;
  font-weight: 600;
}

.container .main .list .inspect-item .more-icon {
  width: 10px;
  height: 10px;
  border: 1px solid #00cfcb;
  border-left: none;
  border-top: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.container .footer {
  margin-top: 0;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.modal .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.modal .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 287px;
  height: 340px;
  background: #ffffff;
}

.modal .content img {
  display: block;
  width: 264px;
  height: 270px;
  margin: 10px auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.modal .content p {
  font-size: 14px;
  color: #000000;
  text-align: center;
}
/*# sourceMappingURL=check.css.map */