.component__anchor {
  position: relative;
  width: 1200px;
  height: 66px;
  background-color: var(--bg-default-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.component__anchor .layout__left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.component__anchor .layout__left.type-1 div[class^='anchor-item-'] {
  width: calc(100% / 6);
  height: 66px;
  line-height: 66px;
  font-size: 16px;
  color: #131414;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s;
}

.component__anchor .layout__left div[class^='anchor-item-'].active {
  color: var(--bg-default-color) !important;
  background-color: #2372FF !important;
  transition: all 0.3s;
}

.component__anchor .layout__left.type-1 div[class^='anchor-item-']:hover {
  color: #2372FF;
  transition: all 0.3s;
}

.component__anchor .layout__left div[class^='anchor-item-'].active:hover {
  color: var(--bg-default-color);
}

/* .component__anchor .layout__left.type-1 div[class^='anchor-item-']:not(:last-child) {
  margin-right: 77px;
} */

.component__anchor .layout__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.component__anchor .layout__right .contact-btn {
  width: 115px;
  height: 40px;
  border-radius: 20px;
  background-color: #2372FF;
  color: var(--bg-default-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  display: none;
}

.component__anchor .layout__right .contact-btn.square-btn,
.component__anchor .layout__right .btn.square-btn {
  width: 115px;
  height: 40px;
  border-radius: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  box-sizing: border-box;
}

.component__anchor .layout__right .collect-btn {
  min-width: 85px;
  height: 40px;
  padding: 0 15px;
  border-radius: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: var(--bg-default-color);
  color: #2372FF;
  margin-right: 10px;
  border: 1px solid #2372FF;
  box-sizing: border-box;
}

.component__anchor .layout__right .collect-btn .add {
  font-size: 24px;
  font-weight: 300;
}

.component__anchor .layout__right .collect-btn .icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.component__anchor .layout__left .title {
  min-height: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  padding-left: 20px;
}

.component__anchor .layout__mid {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.component__anchor .layout__mid.type-1 div[class^='anchor-item-'] {
  width: calc(100% / 4);
  height: 66px;
  line-height: 66px;
  font-size: 16px;
  color: var(--text-sub2-color);
  cursor: pointer;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
}

.component__anchor .layout__mid div[class^='anchor-item-'].active {
  color: var(--theme-primary-color) !important;
  font-weight: bold;
  transition: all 0.3s;
}
