.top-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.top-box .top-bg {
  position: absolute;
  height: 143px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../image/quotation-header-bg.png');
}

.top-box .top-content {
  z-index: 1;
  text-align: center;
  margin-top: 26px;
  margin-bottom: 45px;
}

.top-box .top-content h3 {
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
}

.top-box .top-content p {
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
  margin-top: 12px;
}

.quotation-main {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
  margin-bottom: 60px;
}

.quotation-left {
  width: 217px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.quotation-left span {
  color: #A1A6AB;
  margin-left: 12px;
  font-size: 14px;
  line-height: 40px;
}

.quotation-left a {
  color: #3E464C;
  padding-left: 11px;
  font-size: 14px;
  line-height: 38px;
  border: 1px solid #fff;
  width: 160px;
  font-weight: 400;
}

.quotation-left a.active {
  color: #00a870;
  border-color: rgba(0, 0, 0, 0.12);
  font-weight: 500;
}

.quotation-left a.active::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 12px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../image/chevron-right.png');
  margin-left: 35px;
}

@media screen and (max-width: 768px) {
  .quotation-left {
    display: none;
  }
}

.quotation-right {
  flex: 1;
  width: 100%;
}

.quotation-right .quotation-scroll {
  width: 100%;
  height: 640px;
  overflow-x: auto;
}

.quotation-right .quotation-scroll>div {
  min-width: 500px;
  height: 100%;
}

.quotation-right > div:nth-child(2) {
  height: 500px;
}

.quotation-right > div:last-child {
  height: auto;
  padding-top: 20px;
}

.quotation-right > div > p {
  margin-left: 8px;
  margin-top: 25px;
  margin-bottom: 20px;
  font-weight: 500px;
  font-size: 1.75rem;
  color: #3E464C;
}

.quotation-right .quotation-contact {
  border: 1px solid #CCD3DB;
  padding: 30px;
  margin: 0 8px;
}

.quotation-right .quotation-contact>div {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.quotation-right .quotation-contact span {
  display: inline-block;
  width: 7px;
  height: 6px;
  background-color: #00AA72;
  margin-right: 8px;
}

.quotation-right .quotation-contact p {
  font-size: 14px;
  line-height: 30px;
  height: 30px;
}
