.is-phone .title-content {
  text-align: center;
}
.is-phone .tabs {
  margin-right: 2px;
  padding: 0 5px;
}
.is-phone .tabs li {
  margin-right: 2px;
}
.is-phone .tabs li > a{
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  padding: 8px 0;
  line-height: 1;
}
.is-phone .content-wrapper {
  padding: 0;
}
.is-phone .content-wrapper-passed {
  padding-bottom: 20px;
}
.is-phone .content-item {
  padding: 25px 0;
}
.is-phone .content-item-title {
  padding: 10px 0 10px 20px;
}
.is-phone .content-item-title::before {
  height: 100%;
  top: 0;
}
.is-phone .more-information {
  margin-bottom: 0;
  padding: 10px;
}
.is-phone .fake-space {
  height: 32px;
  margin-right: -15px;
  margin-left: -15px;
}
.is-phone .topics-item {
  padding: 20px 0;
}

.is-phone .preview-left {
  display: flex;
  flex-direction: column;
  padding-right: 10px;
}

.is-phone .preview-topic-title {
  width: auto;
  max-width: none;
  display: box;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-box;
  box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-line-clamp: 2;
  -moz-line-clamp: 2;
  -webkit-line-clamp: 2;
  word-wrap: break-word;
  white-space: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.is-phone .preview-topic-img {
  min-width: 85px;
  margin-right: 30px;
  width: 85px;
}
/* .is-phone .preview-topic-img.image-default {
  height: 75px;
}
.is-phone .preview-topic-img.image-default img {
  height: 100%;
} */
.is-phone .preview-topic-img img {
  height: auto;
}
.is-phone .topics-item.collapsed .preview-topic .preview-topic-date {
  padding-left: 0;
}
.is-phone .topics-item.collapsed .preview-topic {
  margin-left: 0;
}
.is-phone .topics-item.collapsed .preview-topic:before {
  width: calc(100% - 30px);
}

.is-phone .footer-page .footer-top--container {
  padding: 80px 0;
}
.is-phone .footer-top--container {
  padding-top: 50px;
}

.is-phone .footer-link-list, .is-phone .footer-bottom--wrapper {
  display: flex;
  flex-direction: column;
}
.is-phone .footer-link-list > li {
  border-right: none;
  writing-mode: unset;
  padding-bottom: 20px;
  padding-left: 0;
}
.is-phone .footer-link-list > li a {
  padding-bottom: 15;
}
.is-phone .footer-info {
  margin-left: 0;
}
.is-phone .footer-bottom--wrapper {
  padding: 0;
}
.is-phone .coppy-right-wrap {
  padding-left: 24px;
  padding-bottom: 100px;
  display: flex;
  justify-content: flex-start;
}
.is-phone .footer-bottom--wrapper .footer-info {
  margin-left: 0;
}
.is-phone .other-wrapper {
  display: flex;
  padding-bottom: 20px;
}
.is-phone .footer-bottom--container {
  padding-top: 0px;
  background-color: #e9e9e9;
}
.is-phone .header-link-list > li a.login-link {
  padding: 7px 25px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #ff9900;
  white-space: nowrap;
  font-weight: 700;
  line-height: normal;
  width: auto;
  height: auto;
  font-size: 12px;
}
.is-phone .wrap-header-left {
  display: flex;
  align-items: center;
}
.is-phone .wrap-header-left .logo-link {
  margin-left: 15px;
}
.logo-link {
  width: 154px;
}
@media screen and (max-width: 374px) {
  .is-phone .header-link-list > li a.login-link {
    padding: 7px 10px !important;
  }
}
