.b_list {
  color: #919292;
}
.hx_line + .b_list {
  margin-top: 20px;
}
.b_list .title {
  margin: 0 0 10px 0;
  font-size: 24px;
}
.b_list ul {
  padding: 0;
  margin: 0 0 -10px 0;
  list-style: none;
}
.b_list ul li {
  margin-bottom: 10px;
}
body {
  background-color: white;
  overflow-y: scroll;
  margin: 0;
  background-image: url("/img/background.png?v=3");
}
.b_body {
  display: flex;
  flex-direction: column;
  max-width: 800px !important;
  margin: auto;
  min-height: 100vh;
  box-sizing: border-box;
  padding: 20px 20px 0 20px;
  background-color: white;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .b_body {
    font-size: 15px;
    padding: 0;
  }
}
a {
  color: #2A5885;
  text-decoration: none;
}
a:visited {
  color: #2A5885;
}
a:hover {
  text-decoration: underline;
}
h1 {
  margin: 0 0 20px 0;
  font-size: 24px;
  line-height: 18px;
  font-weight: normal;
  color: #919292;
  white-space: nowrap;
}
@media (max-width: 767px) {
  h1 {
    margin: 5px 0 10px 0;
  }
}
.b_ya_share2 {
  margin: 0 auto 20px 0;
}
@media (max-width: 767px) {
  .b_ya_share2 {
    margin: 10px 0 10px 10px;
  }
}
.b_box {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .b_box {
    margin-top: 10px;
    padding: 10px;
  }
}
.b_box .hx_line {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding-bottom: 5px;
  align-items: flex-end;
  color: #919292;
  overflow: hidden;
}
@media (max-width: 767px) {
  .b_box .hx_line {
    margin-bottom: 10px;
  }
}
.b_box .hx_line .back {
  height: 24px;
}
.b_box .hx_line .back img {
  width: 24px;
  height: inherit;
  opacity: 0.5;
}
.b_box .hx_line .back + h1 {
  margin-left: 15px;
}
.b_box .hx_line h1 {
  flex-shrink: 0;
  margin-bottom: 0;
  margin-right: 10px;
}
.b_box .hx_line .clicks {
  margin-right: 10px;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
}
.b_box .hx_line form {
  position: relative;
  bottom: -3px;
  width: 100%;
  margin-top: 5px;
}
.b_box .hx_line form + form {
  margin-top: 8px;
}
.b_box .hx_line form select {
  padding: 2px 5px;
}
.b_box .hx_line form button[type=submit] {
  display: none;
}
.b_user_menu {
  position: absolute;
  right: 0;
  z-index: 1;
}
.b_user_menu ul {
  height: 24px;
  overflow: hidden;
  list-style: none;
  background: white;
  border-radius: 2px;
  box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
  margin: 10px;
  padding: 10px;
  max-width: 200px;
  white-space: nowrap;
}
.b_user_menu ul hr {
  visibility: hidden;
}
.b_user_menu ul:hover {
  height: auto;
}
.b_user_menu ul:hover hr {
  visibility: visible;
}
@media (max-width: 767px) {
  .b_user_menu ul {
    padding: 8px 5px;
    max-width: 85px;
  }
}
.b_user_menu ul > li {
  overflow: hidden;
}
.b_user_menu ul > li > a {
  display: inline-block;
  padding: 1px 2px;
  width: 100%;
}
.b_user_menu ul > li:first-of-type > a {
  width: auto;
}
.b_user_menu.hidden ul {
  background: none;
  border: none;
  box-shadow: none;
}
.b_user_menu.hidden a {
  color: transparent;
}
.b_header .logo {
  padding: 0;
  text-align: center;
}
.b_header .logo img {
  width: auto;
  height: 60px;
}
.b_header .logo h1 {
  display: flex;
  justify-content: center;
  margin: 0;
}
.b_search_form {
  margin: 0 -10px;
  border: 0;
  background-color: white;
}
.b_search_form form {
  display: flex;
}
.b_search_form form .input {
  flex-grow: 1;
}
.b_search_form form .input input {
  width: 100%;
  height: 100%;
  padding: 15px 10px;
  border: 2px solid #d3d9de;
  border-right: none;
  outline: none;
  font-family: inherit;
  font-size: 24px;
}
@media (max-width: 767px) {
  .b_search_form form .input input {
    padding: 8px;
  }
}
.b_search_form form .input input::-webkit-input-placeholder {
  transition-property: opacity;
  transition-duration: .15s;
}
.b_search_form form .input input:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.b_search_form form .btn.spinner {
  position: relative;
}
.b_search_form form .btn.spinner input {
  background-image: none;
}
.b_search_form form .btn.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  animation: spinner .6s linear infinite;
}
.b_search_form form .btn input {
  background-image: url(/img/search.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: inherit;
  background-size: 25px;
  height: 100%;
  width: 60px;
  border: 2px solid #d3d9de;
  color: transparent;
  outline: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .b_search_form form .btn input {
    background-size: 20px;
  }
}
.b_search_form .list {
  margin: 10px 10px 10px 10px;
}
@media (max-width: 767px) {
  .b_search_form .list {
    margin-bottom: 0;
  }
}
.b_search_form .list ul {
  display: inline-flex;
  padding: 0;
  flex-direction: row;
  list-style: none;
  flex-wrap: wrap;
  margin: -7px 0 0 0;
  font-size: 16px;
}
@media (max-width: 767px) {
  .b_search_form .list ul {
    font-size: 15px;
  }
}
.b_search_form .list ul li {
  display: inline-flex;
  margin: 7px 5px 0 0;
  align-items: center;
}
.b_search_form .list ul li:first-of-type {
  padding-left: 0;
}
.b_search_form .list ul li.hide {
  display: none;
}
.b_search_form .list ul li.item {
  order: 0;
  border: 2px solid #d3d9de;
  border-radius: 2px;
  margin-right: 12px;
}
.b_search_form .list ul li.item:hover {
  background-color: #F2F4F7;
}
.b_search_form .list ul li.item a {
  padding: 3px 7px 5px 7px;
}
.b_search_form .list ul li.item a:hover {
  text-decoration: none;
}
.b_search_form .list ul li.active {
  background-color: #F2F4F7;
}
.b_search_form .list ul li.active.hide {
  order: 1;
  display: inline-flex;
}
.b_search_form .list ul li.active a {
  color: black;
  cursor: default;
  text-decoration: none;
}
.b_search_form .list ul li.show_all {
  order: 2;
}
.b_footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-grow: 1;
  align-items: flex-end;
  line-height: 1.5;
  margin: 30px 0;
  opacity: 0.7;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .b_footer {
    margin: 10px 10px 20px 10px;
  }
}
.b_footer .center {
  flex-grow: 1;
  text-align: center;
}
.b_footer .right {
  text-align: right;
}
@media (max-width: 767px) {
  .b_footer .hide_phone {
    display: none;
  }
}
.b_footer .li {
  position: relative;
  bottom: -2px;
}
