.search {
  height: 320px;
  background: url("../img/suppor-center/banner.png") no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search .page-title,
.search a {
  color: #fff;
}
.search a:hover {
  text-decoration: underline;
}
.search input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #fff;
  outline: none;
  width: 600px;
  height: 40px;
  line-height: 1;
  border-radius: 24px;
  box-sizing: border-box;
  padding: 10px 20px;
  text-align: center;
  font-size: 14px;
  color: #333;
  display: block;
  margin: 50px auto 40px;
}
.search input::-moz-placeholder {
  font-size: 14px;
  color: #999999;
}
.search input::placeholder {
  font-size: 14px;
  color: #999999;
}

.content {
  padding: 30px 0 70px;
}
.content > .container {
  display: block;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.submenu {
  width: 290px;
  margin-right: 30px;
  flex-shrink: 0;
  flex-grow: 0;
}
.submenu.hidden, .submenu.mobile {
  display: none;
}
.submenu .menu-item {
  font-size: 18px;
  color: #333333;
  text-align: center;
  padding: 18px 20px;
  box-shadow: 0 1px 0 0 #eeeeee, inset 0 1px 0 0 #eeeeee;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.submenu i {
  font-size: 12px;
  color: #ccc;
  transform: scale(0.6);
}
.submenu span {
  position: relative;
}
.submenu .menu-item.active ~ .submenu_list {
  display: block;
}

.submenu_list {
  max-height: 440px;
  overflow-y: scroll;
  padding: 10px 0;
  display: none;
}
.submenu_list .lg-size {
  max-height: 800px;
}
.submenu_list a {
  display: block;
  padding: 0 40px;
  line-height: 40px;
  color: #666;
  transition: 0.25s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.submenu_list a:hover {
  background: #fafafa;
  transition: 0.25s;
}
.submenu_list a.active {
  color: #3659B6;
  background: #fafafa;
  transition: 0.25s;
}

.detail {
  padding: 18px 30px;
  flex-grow: 1;
}
.detail h2 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 30px;
}

@media (max-width: 1080px) {
  .search,
  .detail,
  .detail--mobile {
    display: none;
  }
  .submenu {
    width: 100%;
    margin-right: 0;
    overflow-x: scroll;
    min-height: 60vw;
    position: relative;
    display: flex;
    white-space: nowrap;
  }
  .submenu.mobile {
    display: block;
  }
  .submenu.desktop {
    display: none;
  }
  .submenu .submenu-list__wrapper {
    display: flex;
    align-items: center;
    overflow-x: auto;
  }
  .submenu .menu-item {
    box-shadow: none;
    font-size: 4vw;
    color: #666;
    position: relative;
    margin-bottom: 1.067vw;
  }
  .submenu .menu-item.active:after {
    display: block;
    content: "";
    width: 5.333vw;
    height: 1.067vw;
    background: #3659B6;
    border-radius: 0.533vw;
    position: absolute;
    left: 40%;
    top: 100%;
    transform: translateX(-50%);
  }
  .submenu .menu-item.active span {
    font-weight: bold;
    color: #333;
  }
  .submenu .menu-item span:before {
    display: none;
  }
  .submenu .menu-item i {
    display: none;
  }
  .submenu .detail--mobile {
    padding: 2.667vw;
  }
  .submenu .detail--mobile p {
    max-width: 100vw;
    overflow-wrap: wrap;
    text-overflow: ellipsis;
    max-height: none;
    white-space: pre-wrap;
  }
  .submenu .menu-item.active ~ .submenu_list.submenu-list--mobile {
    display: block;
  }
  .submenu .subcategory--mobile.active span {
    font-weight: bold;
  }
  .submenu .subcategory--mobile.active i {
    transform: scale(0.6) rotate(180deg);
  }
  .submenu .subcategory--mobile.active + .detail--mobile {
    display: block;
  }
  .submenu .submenu_list.submenu-list--mobile a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4.33vw 2.667vw;
  }
  .content {
    padding: 0;
  }
  .content > .container {
    display: block;
    padding: 0;
  }
  .submenu_list {
    max-height: initial;
    overflow: visible;
    padding: 1.333vw 0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset;
    font-size: 3.733vw;
    display: block;
  }
  .submenu_list .lg-size {
    max-height: 106.667vw;
  }
  .submenu_list .menu-item > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5.333vw 4vw 4vw 0;
    line-height: 5.333vw;
    margin-left: 2.667vw;
    border-bottom: 1px solid #eee;
  }
  .submenu_list .menu-item > a.active {
    background: #fff;
    color: #333;
    font-weight: bold;
  }
  .submenu_list .menu-item > a.active i {
    transform: scale(0.6) rotate(180deg);
  }
  .submenu_list .menu-item > a i {
    font-size: 3.2vw;
    transform: scale(0.6);
    color: rgba(0, 0, 0, 0.4);
  }
  .submenu_list .menu-item:last-child > a {
    border: none;
  }
  .submenu_list .content_detail {
    padding: 2.667vw;
  }
}/*# sourceMappingURL=support-center.css.map */