.section-drop-down {
  top: 64px;
  left: 10%;
  opacity: 0;
  box-shadow: 0 4px 7px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: -1;
}
.section-drop-down.fixed {
  width: 80%;
  min-width: 800px;
}
.section-drop-down .drop-down-left {
  width: 220px;
  padding: 22px 0 35px 0;
  background-color: rgba(255, 255, 255, 0.96);
  border-radius: 8px 0 0 8px;
}
.section-drop-down .drop-down-left .left-title {
  height: 48px;
  padding-left: 45px;
  font-size: 16px;
  color: #333333;
  line-height: 48px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.section-drop-down .drop-down-left .title-icon {
  width: 15px;
  height: 15px;
  margin-left: 4px;
  transform: rotate(-90deg);
}
.section-drop-down .drop-down-left .left-content .left-text {
  padding-left: 45px;
  font-size: 14px;
  color: #666666;
  line-height: 36px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  border-right: 3px solid transparent;
}
.section-drop-down .drop-down-left .left-content .left-text.active {
  color: #E60012;
  background-color: #FFFFFF;
  border-right: 3px solid #E60012;
}
.section-drop-down .drop-down-right {
  width: calc(100% - 220px);
  padding: 30px 50px 80px;
  background-color: #FFFFFF;
  border-radius: 0 8px 8px 0;
}
.section-drop-down .drop-down-right .right-content {
  width: calc(100% - 320px);
}
.section-drop-down .drop-down-right .right-content .right-title {
  font-size: 18px;
  color: #333333;
  line-height: 31px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.section-drop-down .drop-down-right .right-content .right-wrapper .right-text {
  margin-top: 16px;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.section-drop-down .drop-down-right .right-content .right-list {
  width: calc(100% + 320px);
}
.section-drop-down .drop-down-right .right-content .right-list .right-item {
  width: 30%;
  margin-top: 20px;
  margin-left: 5%;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.section-drop-down .drop-down-right .right-content .right-list .right-item:nth-child(3n-2) {
  margin-left: 0;
}
.section-drop-down .drop-down-right .right-content .right-list .right-item.active .item-title {
  color: #E60012;
}
.section-drop-down .drop-down-right .right-content .right-list .right-item.active .item-text {
  color: #E60012;
}
.section-drop-down .drop-down-right .right-content .right-list .right-item .item-title {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.section-drop-down .drop-down-right .right-content .right-list .right-item .item-text {
  font-size: 12px;
  color: #666666;
  line-height: 24px;
}
.section-drop-down .drop-down-right .right-bg {
  width: 280px;
  height: 140px;
}

/*# sourceMappingURL=drop-down.css.map */
