.hks-ui.tabmenu {
  align-items: flex-end;
  display: flex;
  margin-top: 15px;
  margin-bottom: -1px;
}
.hks-ui.tabmenu .item {
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  box-sizing: border-box;
  color: inherit;
  font-size: 14px;
  font-weight: bold;
  height: 44px;
  line-height: 45px;
  min-width: 170px;
  padding: 0 35px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s ease;
}
.hks-ui.tabmenu .item:before {
  border-top: 4px solid #ccc;
  border-radius: 1px 1px 0 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hks-ui.tabmenu .item:after {
  border: 5px solid transparent;
  border-left: 7px solid #ccc;
  content: "";
  height: 0;
  left: 15px;
  position: absolute;
  top: calc(50% - 5px);
  width: 0;
}
.hks-ui.tabmenu .item.isActive {
  background: #fff;
  font-size: 16px;
  height: 49px;
  line-height: 50px;
}
.hks-ui.tabmenu .item.isActive:before {
  border-top: 5px solid #6ec41f;
  border-radius: 3px 3px 0 0;
}
.hks-ui.tabmenu .item.isActive:after {
  border-left-color: #6ec41f;
}
.hks-ui.tabmenu .item:not(:last-child) {
  margin-right: 4px;
}
.hks-ui.tabmenu .item:hover {
  height: 49px;
  line-height: 50px;
}

.hks-ui.tabpane {
  border: 1px solid #ccc;
  border-radius: 0 4px 4px 4px;
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  padding: 10px 5px;
}
.hks-ui.tabpane .item:not(.isActive) {
  display: none;
}

@font-face {
  font-family: "hks-icons";
  src: url("/fonts/hks-icons/hks-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.hks-ui.icon {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  font-variant: normal;
  font-family: "hks-icons";
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  speak: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hks-ui.icon.icon-tel {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("/images/sp/icn_company_tel-wh.png") no-repeat;
  background-size: 20px;
  vertical-align: top;
  margin-right: 7px;
}

.hks-ui.icon.icon-arrow-down-02:before {
  content: "\ea01";
}

.hks-ui.icon.icon-arrow-down:before {
  content: "\ea02";
}

.hks-ui.icon.icon-arrow-left:before {
  content: "\ea03";
}

.hks-ui.icon.icon-arrow-right:before {
  content: "\ea04";
}

.hks-ui.icon.icon-arrow-up-02:before {
  content: "\ea05";
}

.hks-ui.icon.icon-arrow-up:before {
  content: "\ea06";
}

.hks-ui.icon.icon-calender:before {
  content: "\ea07";
}

.hks-ui.icon.icon-caret-down:before {
  content: "\ea08";
}

.hks-ui.icon.icon-caret-left:before {
  content: "\ea09";
}

.hks-ui.icon.icon-caret-right:before {
  content: "\ea0a";
}

.hks-ui.icon.icon-caret-up:before {
  content: "\ea0b";
}

.hks-ui.icon.icon-clock:before {
  content: "\ea0c";
}

.hks-ui.icon.icon-copy:before {
  content: "\ea0d";
}

.hks-ui.icon.icon-exclamation:before {
  content: "\ea0e";
}

.hks-ui.icon.icon-home:before {
  content: "\ea0f";
}

.hks-ui.icon.icon-information:before {
  content: "\ea10";
}

.hks-ui.icon.icon-link:before {
  content: "\ea11";
}

.hks-ui.icon.icon-minus-circle:before {
  content: "\ea12";
}

.hks-ui.icon.icon-phone:before {
  content: "\ea13";
}

.hks-ui.icon.icon-plus-circle:before {
  content: "\ea14";
}

.hks-ui.icon.icon-question:before {
  content: "\ea15";
}

.hks-ui.icon.icon-right-arrow:before {
  content: "\ea16";
}

.hks-ui.icon.icon-search:before {
  content: "\ea17";
}

.hks-ui.icon.icon-x:before {
  content: "\ea18";
}