.detail {
  overflow: hidden;
  margin-top: 40px;
  padding: 20px 100px;
  background: #fff;
}

.detail-img-wrap {
  float: left;
  width: 577px;
}

.detail-img {
  width: 100%;
  height: auto;
}

.detail-content {
  overflow: hidden;
  margin-left: 607px;
}

.detail-title {
  height: 60px;
  line-height: 60px;
  background: #4e9bfa;
  font-size: 24px;
  padding: 0 15px;
  color: #fff;
}

.tags {
  margin-top: 20px;
  padding: 0 15px;
}

.tag {
  display: inline-block;
  border: 1px solid;
  border-radius: 3px;
  padding: 0 8px;
  margin-right: 10px;
  margin-top: 10px;
  color: #4e9bfa;
}

.price-x {
  padding-left: 20px;
  margin-top: 30px;
  color: #8a8a8a;
}

.price {
  font-size: 30px;
  color: #fa7900;
}

.tel {
  padding-left: 20px;
  margin-top: 30px;
  color: #8a8a8a;
}

@media (max-width: 768px) {
  .detail {
    overflow: hidden;
    margin-top: 40px;
    padding: 20px 0;
    background: #fff;
  }

  .detail-img-wrap {
    float: none;
    width: auto;
  }

  .detail-content {
    overflow: hidden;
    margin-left: 0;
    margin-top: 20px;
  }
}

.info {
  margin-top: 40px;
  padding: 20px 100px;
}

.info-tabs {
  font-size: 0;
}

.info-tab {
  display: inline-block;
  width: 300px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}

.info-tab.on {
  border-top: 3px solid;
  color: #4e9bfa;
  background: #fff;
}

.info-summary-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.info-summary-header-item {
  width: 480px;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  font-size: 16px;
  border-bottom: 1px dashed #bcbcbc;
}

.info-btn {
  width: 180px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  background: #67a9fb;
  font-size: 16px;
  cursor: pointer;
  border: 0 none;
  outline: none;
}

.info-p {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.6;
}

.target {
  display: none;
}

.target-item {
  display: flex;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.target-type {
  width: 95px;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  border: 1px solid #4e9bfa;
  font-size: 16px;
  color: #4e9bfa;
  margin-right: 25px;
  text-align: center;
}

.target-p {
  flex: 1;
  font-size: 16px;
  line-height: 2;
}

.notice {
  display: none;
}

.notice-p {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 2;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.notice-p::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -2px;
  width: 10px;
  height: 10px;
  background: #4e9bfa;
}

.info-content-wrap {
  background: #fff;
  padding: 60px 90px;
}

@media (max-width: 768px) {
  .info {
    margin-top: 40px;
    padding: 20px 0;
  }

  .info-tab {
    display: inline-block;
    width: 33.3333%;
    height: 50px;
    line-height: 50px;
  }

  .info-content-wrap {
    background: #fff;
    padding: 20px;
  }

  .info-summary-header {
    display: block;
  }

  .info-summary-header-item {
    width: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .target-item {
    flex-direction: column;
  }
}
