body {
  background: #fff;
}

.appointment-box {
  width: 100%;
}

.appointment-box__title {
  height: 100px;
  background-size: 352px 100px;
}

.appointment-box__content {
  padding: 32px 16px 32px;
  border: 1px solid #dbdbdb;
  border-radius: 0 0 3px 3px;
  border-top: 0;
}

.appointment-box__tips {
  margin: 17px 0 0;
  font-size: 14px;
  color: #f3a536;
  text-align: center;
}

.appointment-box__item {
  padding: 15px 17px 11px;
}

.appointment-box__submit {
  margin-top: 24px;
  line-height: 48px;
  outline: 0;
}

.footer {
  margin-top: 20px;
}

.company-detail-head {
  padding: 40px 0 0 0;
  height: 276px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.company-detail-head::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}

.company-detail-head__wrapper {
  position: relative;
  z-index: 2;
}

.company-detail-head__avatar {
  width: 160px;
  height: 160px;
  margin-right: 30px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}

.company-detail-head__name {
  margin: 17px 0 29px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.company-detail-head__desc {
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.company-detail-head__desc + .company-detail-head__desc {
  margin-top: 10px;
}

.company-detail-head__content__right {
  min-width: 312px;
}

.company-detail-head__info {
  margin-bottom: 40px;
  font-size: 0;
  white-space: nowrap;
}

.company-detail-head__control {
  font-size: 0;
  position: relative;
}

.company-detail-head__btn {
  width: 148px;
  line-height: 46px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
  outline: 0;
  border: 0;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.company-detail-head__btn + .company-detail-head__btn {
  margin-left: 16px;
}

.company-detail-head__btn.company-detail-head__btn--appointed:hover {
  color: #212733;
  background: #fff;
}

.company-detail-head__btn.company-detail-head__btn--tel:hover ~ .company-detail-head__tel {
  display: block;
}

.company-detail-head__tel {
  display: none;
  padding: 3px 14px;
  font-size: 14px;
  color: #212733;
  text-align: center;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  right: 12px;
  top: 54px;
}

.company-detail-head__tel::before {
  content: "";
  margin-top: -12px;
  margin-right: -6px;
  border-bottom: 6px solid #e6e7eb;
  border-left: 6px solid transparent;
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  right: 50%;
  top: 0;
}

.company-info-item {
  display: inline-block;
}

.company-info-item + .company-info-item {
  margin-left: 50px;
}

.company-info-item__title {
  margin-bottom: 4px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.company-info-item__num {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.main {
  padding: 83px 0 137px;
}

.main__left {
  width: 816px;
  padding-right: 32px;
  min-height: 712px;
  position: relative;
}

.main__left::after {
  content: "";
  width: 1px;
  height: calc(100% - 37px);
  background: rgba(219, 219, 219, 0.6);
  position: absolute;
  top: 0;
  right: 0;
}

.main__right {
  width: 384px;
  padding-left: 32px;
}

.company-detail-section {
  margin-top: -36px;
}

.company-detail-section + .company-detail-section {
  margin-top: 58px;
}

.company-detail-section__title {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: bold;
  color: #212733;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.company-detail-section--desc .company-detail-section__content {
  line-height: 1.6;
  font-size: 14px;
  color: #212733;
}

.company-detail-section--desc .company-detail-section__content img {
  width: 100% !important;
  background: #f4f6f9;
}

.company-detail-section--desc .company-detail-section__content img + img {
  margin-top: 10px;
}

.store-material-list {
  font-size: 0;
}

.store-material-item {
  display: inline-block;
  width: 252px;
  margin-bottom: 22px;
  cursor: pointer;
}

.store-material-item + .store-material-item {
  margin-left: 14px;
}

.store-material-item:nth-of-type(3n+1) {
  margin-left: 0;
}

.store-material-item:hover {
  -webkit-box-shadow: 1px 2px 10px rgba(225, 227, 230, 0.55);
  box-shadow: 1px 2px 10px rgba(225, 227, 230, 0.55);
}

.store-material-item__cover {
  height: 122px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #d8d8d8;
  border-radius: 2px;
}

.store-material-item__content {
  padding: 10px 10px 15px;
  border-radius: 0 0 2px 2px;
}

.store-material-item__title {
  font-size: 16px;
  font-weight: bold;
  color: #212733;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.store-material-item__keywords {
  display: none;
  margin-top: 6px;
  font-size: 0;
}

.store-material-item__info {
  margin-top: 6px;
  font-size: 0;
}

.store-material-item__price {
  margin-top: 6px;
  font-size: 16px;
  color: #ff7733;
}

.store-material-item__unit {
  font-size: 12px;
  font-style: normal;
}

.store-material-keyword-item {
  display: inline-block;
  font-size: 14px;
  color: #656a73;
}

.store-material-keyword-item + .store-material-keyword-item:before {
  content: "|";
  margin: 0 8px;
  color: #dbdbdb;
}

.store-material-item__history-price {
  margin-left: 10px;
  font-size: 12px;
  text-decoration: line-through;
  color: #acaeb3;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
