@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px !important;
  }
  h2 {
    font-size: 24px !important;
  }
  span,
  p {
    font-size: 12px !important;
  }
}
.bnr .title-nav {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.bnr .title-nav::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/resource/images/answers/ic-home@2x.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -3px;
}
.bnr .title-nav .icon {
  margin: 0 6px;
}
.bnr .nav1,
.bnr .nav2 {
  cursor: pointer;
  color: #1e46d6;
}
.bnr .nav1:hover,
.bnr .nav2:hover {
  text-decoration: underline;
}
.bnr .nav3 {
  color: #666666;
}
.bnr h1 {
  font-size: 42px;
  font-weight: 700;
  color: #111111;
  line-height: 56px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  margin: 40px 0;
}
.bnr .h1-icon {
  width: 120px;
  height: 32px;
  background: #00b67a;
  border-radius: 300px 300px 300px 300px;
  opacity: 1;
  font-weight: 700;
  line-height: 32px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  margin-right: 16px;
  display: inline-block;
}
.bnr p {
  font-size: 20px;
  font-weight: 400;
  color: #111111;
  font-family: PT Sans-Regular, PT Sans;
}
.bnr .user-content {
  background: #f8f9fa;
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  border: 1px solid #e6e8e9;
  padding: 40px;
  margin-top: 60px;
}
.bnr .user-content p {
  font-size: 18px;
  font-weight: 400;
  color: #111111;
  line-height: 26px;
  margin-bottom: 24px;
}
.bnr .user-content .user-title {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.bnr .user-content .user-title p {
  margin-bottom: 0;
}
.bnr .user-content .user-title .title-right {
  margin-left: 16px;
}
.bnr .user-content .user-title img {
  border-radius: 50%;
  height: 64px;
}
.bnr .user-content ul li {
  list-style: disc inside;
}
.bnr .user-content ol li {
  list-style: decimal inside;
}
.bnr .title-right {
  display: inline-block;
}
.bnr .title-right p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
.bnr .notes {
  max-width: 1200px;
  background: #fcfdff;
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  border: 2px dashed #dee2e7;
  margin: 32px 0;
  display: flex;
  align-items: center;
  padding: 32px;
}
.bnr .notes span {
  font-weight: 700;
  color: #111111;
  line-height: 26px;
  display: inline-block;
  margin-right: 8px;
}
.bnr .notes p {
  display: inline-block;
  font-weight: 400;
  color: #111111;
  line-height: 26px;
  margin-bottom: 0;
}
.bnr .helpful {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  text-align: right;
  font-size: 18px;
  line-height: 26px;
}
.bnr .helpful .zanBox {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.bnr .helpful .zan {
  margin-left: 40px;
  margin-right: 6px;
  margin-top: -5px;
  cursor: pointer;
  vertical-align: middle;
}
.bnr .helpful .animation-up {
  color: red;
  animation-name: counterUpBig;
}
.bnr .helpful .animation-down {
  animation-name: counterDownBig;
}
.bnr .helpful .numbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
}
.bnr .helpful .numbox .zan {
  width: 26px;
  height: 26px;
}
.bnr .helpful .numbox .zan.add {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: counterDown2;
}
.bnr .helpful .numbox .num {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
@media screen and (max-width: 991px) {
  .bnr h1 {
    margin-top: 50px !important;
    margin-top: 120px;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: center;
  }
  .bnr h1 span {
    margin: 20px 0;
  }
  .bnr .up-free {
    flex-wrap: wrap;
    padding: 40px 20px;
  }
  .bnr .up-btn {
    margin: 40px auto 0 auto;
  }
  .bnr .up-btn .btn-box2 {
    width: auto;
  }
  .bnr .zanBox {
    display: block;
    margin: 20px 0;
    margin-left: 50%;
  }
  .bnr .zanBox span {
    vertical-align: middle;
  }
  .bnr .helpful {
    text-align: left;
    flex-wrap: wrap;
    justify-content: center;
  }
  .bnr .user-content {
    padding: 40px 10px;
  }
  .bnr .notes {
    align-items: baseline;
  }
}
.wrap {
  padding-top: 120px;
}
.wrap h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  text-align: center;
  margin-bottom: 80px;
}
.wrap .newlist {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.wrap .newlist .uri-item {
  padding: 40px;
  width: 400px;
  height: 424px;
  background: #ffffff;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wrap .newlist .uri-item:hover {
  box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.2);
}
.wrap .newlist .uri-item:hover a {
  color: #1e46d6;
}
.wrap .newlist .user-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap .newlist .zanBox {
  cursor: pointer;
  display: flex;
}
.wrap .newlist .numbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  margin-left: 4px;
}
.wrap .newlist .numbox .zan {
  width: 16px;
  height: 16px;
}
.wrap .newlist .numbox .zan.add {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: counterDown2;
}
.wrap .newlist .numbox .num {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.wrap .newlist .animation-up {
  color: red;
  animation-name: counterUp;
}
.wrap .newlist .animation-down {
  animation-name: counterDown;
}
.wrap .newlist a {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  line-height: 30px;
  height: 60px;
}
.wrap .newlist p {
  font-size: 18px;
  font-weight: 400;
  color: #111111;
  line-height: 30px;
  margin: 24px 0 40px 0;
  text-align: left;
  height: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.wrap .newlist img {
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 3px;
}
.wrap .newlist span {
  font-size: 14px;
  font-family: PT Sans-Regular, PT Sans;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
  vertical-align: middle;
}
.wrap .more {
  width: 294px;
  height: 64px;
  border-radius: 62px;
  border: 1px solid #2258f6;
  line-height: 64px;
  text-align: center;
  color: #2258f6;
  display: block;
  margin: auto;
  margin-top: 20px;
}
.wrap .more:hover {
  background: #2258f6;
  color: #fff;
}
.wrap .pagination {
  text-align: center;
  display: inline-block;
  margin: auto;
  margin-top: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.wrap .pagination ul {
  margin: auto;
  display: flex;
  width: auto;
}
.wrap .pagination ul li {
  color: rgba(0, 0, 0, 0.65);
  margin: 0 4px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.wrap .pagination ul li a {
  width: 100%;
  color: rgba(0, 0, 0, 0.65);
}
.wrap .pagination ul li:nth-child(1),
.wrap .pagination ul li:last-child,
.wrap .pagination ul li:nth-child(2) {
  display: none;
}
.wrap .pagination ul li.disabled {
  opacity: 0.8;
  color: rgba(0, 0, 0, 0.7);
}
.wrap .pagination ul li.active {
  color: #fff;
  background: #2258f6;
}
@media screen and (max-width: 991px) {
  .wrap .newlist .uri-item {
    width: 100%;
    height: auto;
  }
}
.dowload {
  color: #fff;
  text-align: center;
  padding: 80px 0;
}
.dowload .container2 {
  max-width: 1280px;
  height: 412px;
  background: url(/resource/images/answers/bg-pic1@2x.png) no-repeat;
  background-size: 100% 100%;
  padding: 80px 0;
}
.dowload h2 {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  line-height: 46px;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.302);
}
.dowload .dowload-nav {
  margin: auto;
  padding: 60px 0;
  max-width: 966px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dowload .dowload-nav span {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.302);
  position: relative;
}
.dowload .dowload-nav span::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/resource/images/answers/gou1.svg) no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 3px;
  left: -25px;
}
.dowload .dowload-free {
  display: flex;
  justify-content: center;
}
.dowload .btn-box,
.dowload .btn-box2 {
  width: 294px;
  height: 64px;
  background: #1d70ec;
  border-radius: 288px 288px 288px 288px;
  opacity: 1;
  margin: 0 10px;
  line-height: -1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dowload .btn-box:hover,
.dowload .btn-box2:hover {
  background: #2258f6;
}
.dowload .btn-box .down,
.dowload .btn-box2 .down {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/resource/images/answers/ic-download-24.svg) no-repeat;
  background-size: cover;
  margin-right: 8px;
}
.dowload .btn-box .bt-txt,
.dowload .btn-box2 .bt-txt {
  line-height: 1;
  display: inline-block;
  text-align: left;
}
.dowload .btn-box .bt-txt strong,
.dowload .btn-box2 .bt-txt strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  line-height: 24px;
}
.dowload .btn-box .bt-txt span,
.dowload .btn-box2 .bt-txt span {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 16px;
}
@media screen and (max-width: 991px) {
  .dowload {
    padding-left: 6%;
    padding-right: 6%;
  }
  .dowload .container2 {
    height: auto;
    border-radius: 30px;
    padding: 80px 10px;
  }
  .dowload .dowload-nav {
    flex-wrap: wrap;
    justify-content: center;
  }
  .dowload .dowload-nav span {
    width: 50%;
    display: block;
    text-align: left;
    padding-left: 25px;
    margin: 10px 0;
  }
  .dowload .dowload-nav span::before {
    left: 5px;
  }
  .dowload .dowload-free {
    flex-wrap: wrap;
  }
}
.like-container {
  position: relative;
  width: 100px;
}
.like-container .like-count {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  opacity: 0;
  transition: all 10s;
}
.like-container .like-count.animating-up {
  transform: translateY(-100%);
  opacity: 1;
}
.like-container .like-count.animating-down {
  transform: translateY(100%);
  opacity: 1;
}
@keyframes counterUpBig {
  from {
    transform: translateY(0px) scale(0.6);
    opacity: 0.5;
  }
  to {
    transform: translateY(-26px) scale(1);
    opacity: 1;
  }
}
@keyframes counterDownBig {
  from {
    transform: translateY(-26px) scale(0.6);
    opacity: 0.5;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@keyframes counterUp {
  from {
    transform: translateY(0px) scale(0.6);
    opacity: 0.5;
  }
  to {
    transform: translateY(-18px) scale(1);
    opacity: 1;
  }
}
@keyframes counterDown {
  from {
    transform: translateY(-18px) scale(0.6);
    opacity: 0.5;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
/*# sourceMappingURL=questions-answer-post.css.map */