html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
button,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
input,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

button {
  background: transparent;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

strong {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  display: block;
}

a {
  display: block;
}

html {
  line-height: initial;
}

.index-tabbar {
  width: 100%;
  height: 35px;
  border-radius: 0px;
  background: #333333;
}

.answer-box-content-item {
  display: flex;
  flex-wrap: wrap;
}

.answer-box-content-item :nth-child(3n) {
  margin-right: 0;
}

.index-tabbar-content {
  height: 100%;
  width: 12rem;
  margin: 0 auto;
  display: flex;
  position: relative;
  justify-content: space-between;
}

.tabbar-code {
  display: none;
  position: absolute;
  right: 50px;
  top: 50px;
  width: 186px;
  height: 215px;
  z-index: 99;
  background-color: #ffffff;
  border-radius: 5%;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.56);
}

.tabbar-code::after {
  position: absolute;
  right: 50%;
  content: "";
  width: 20px;
  height: 20px;
  top: -10px;
  background-color: #fff;
  transform: rotateZ(45deg);
}

.tabbar-code img {
  width: 100%;
  height: 186px;
}

.tabbar-code p {
  font-size: 14px;
  text-align: center;
}

.tabbar-codeA {
  display: none;
  position: absolute;
  right: -12px;
  top: 50px;
  width: 186px;
  height: 215px;
  z-index: 99;
  background-color: #ffffff;
  border-radius: 5%;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.56);
}

.tabbar-codeA::after {
  position: absolute;
  right: 50%;
  content: "";
  width: 20px;
  height: 20px;
  top: -10px;
  background-color: #fff;
  transform: rotateZ(45deg);
}

.tabbar-codeA img {
  width: 100%;
  height: 186px;
}

.tabbar-codeA p {
  font-size: 14px;
  text-align: center;
}

.tabbar-codeB {
  display: none;
  position: absolute;
  right: -78px;
  top: 50px;
  width: 186px;
  height: 80px;
  padding-top: 20px;
  z-index: 99;
  background-color: #ffffff;
  border-radius: 5%;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.56);
}

.tabbar-codeB::after {
  position: absolute;
  right: 50%;
  content: "";
  width: 20px;
  height: 20px;
  top: -10px;
  background-color: #fff;
  transform: rotateZ(45deg);
}

.tabbar-codeB p:nth-child(1) {
  font-size: 14px;
  text-align: center;
}
.tabbar-codeB p:nth-child(2) {
  font-size: 18px;
  text-align: center;
  color: #00a9a0;
}
.index-tabbar-content-tiile {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 35px;
}

.index-tabbar-content-lable {
  width: 400px;
  height: 100%;
  font-size: 12px;
  line-height: 35px;
  color: #ffffff;
  display: flex;
  justify-content: flex-end;
}

.index-tabbar-content-lable-item {
  display: block;
  font-size: 12px;
  line-height: 35px;
  color: #ffffff;
  text-decoration: none;
}

.index-tabbar-content-lable-item:hover {
  color: #00817a;
}

.foot-container-top-content-code {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.index-tabbar-content-lable-line {
  margin: 0 0.1rem;
}

.class-tabbar {
  width: 12rem;
  margin: 0.21rem auto 0.13rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-box {
  display: flex;
  height: 0.66rem;
}

.logo-box-container {
  display: flex;
  height: 0.66rem;
}

.logo-boxA {
  display: flex;
}

.logo-box-img {
  width: 0.75rem;
  height: 100%;
}

.logo-box-phone {
  display: flex;
  display: none;
}

.logo-box-phone-text {
  color: #333333;
  font-size: 12px;
  margin-right: 6px;
  text-align: right;
}

.logo-box-phone-icon {
  width: 34px;
  height: 34px;
}

.logo-box-phone-icon img {
  width: 100%;
  height: 100%;

  border-radius: 50%;
}

.brand-name-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.brand-name {
  font-size: 20px;
  color: #00a9a0;
}

.brand-title {
  font-size: 12px;
  color: #333333;
  margin-top: 2px;
}

/* .class-container {
    display: flex;
    justify-content: space-between;
} */

.class-container a {
  font-size: 16px;
  position: relative;
  color: #333333;
  margin-right: 33px;
}

.class-container a:hover {
  color: #00a9a0;
}

.last-tabbar {
  display: flex;
  justify-content: space-between;
}

.last-tabbar :last-child {
  margin-right: 0px !important;
}

.class-link-active {
  font-weight: bold;
  color: #00a9a0 !important;
}

.class-link-active::before {
  width: 100%;
  height: 2px;
  background: #00a9a0;
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
}

.tutorial-box {
  display: none;
  width: 161px;
  height: 272px;
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  opacity: 1;
  border-radius: 0px;
  position: absolute;
  top: 101px;
  right: 405px;
  padding: 25px 16px;
  overflow: hidden;
  z-index: 99;
}

.knowledge-box-third-content-left-text-box {
  padding: 0 15px;
}

.tutorial-box:last-child {
  margin-bottom: 0px;
}

.tutorial-box-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.tutorial-box-item-img {
  width: 10px;
  height: 6px;
}

.banner-box {
  width: 12rem;
  height: 5rem;
  margin: 0 auto;
}

.swiper {
  width: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-box-lable {
  width: 12rem;
  margin: 0.19rem auto 0.52rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.article-box-lable-item {
  display: flex;
  align-items: center;
}

.article-box-lable-item-img {
  width: 28px;
  height: 28px;
}

.article-box-lable-item-name {
  font-size: 16px;
  color: #333333;
}

.card-box {
  width: 12rem;
  margin: 0 auto;
}

.title-box-tabbar {
  text-align: center;
}

.title-box-tabbar :nth-child(1) {
  font-size: 20px;
  color: #333333;
  font-weight: normal !important;
}

.title-box-tabbar:nth-child(1) span {
  color: #00a9a0;
  font-weight: bold;
  font-size: 20px;
}

.title-box-tabbar :nth-child(2) {
  font-size: 14px;
  margin-top: 0.06rem;
  font-weight: 0;
  color: #999999;
}

.card-box-content {
  width: 100%;
  margin-top: 0.51rem;
  display: flex;
  /* justify-content: space-between; */
}

.card-box-content-item {
  width: 2.89rem;
  height: 316px;
  margin-right: 15px;
  background: #f8f8f8;
  border-radius: 0px 0px 40px 0px;
  padding: 0.15rem 0.15rem 0.26rem;
  transition: transform 1s ease 0s;
}

.card-box-content-item:nth-child(4) {
  margin-right: 0;
}

.card-box-content-item.top {
  margin-top: 0.5rem;
}

.card-box-content-item:hover {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
  transform: translate(0, -0.1rem);
}

.card-box-content-item-img {
  width: 258px;
  height: 172px;
}

.card-box-content-item-img img {
  width: 100%;
  height: 100%;
}

.card-box-content-text {
  margin-top: 0.24rem;
}

.card-box-content-text :first-child {
  font-size: 16px;
  color: #333333;
}

.card-box-content-text :last-child {
  margin-top: 0.15rem;
  font-size: 14px;
  color: #999999;
}

.service-box {
  width: 100%;
  margin-top: 0.6rem;
  background-color: #f8f8f8;
  padding: 0.56rem 0;
}

.service-box-content {
  width: 12rem;
  margin: 0.48rem auto;
  display: flex;
  /* flex-wrap: wrap; */
}

.service-box-content-item {
  width: 1.88rem;
  height: 2.9rem;
  background: #ffffff;
  margin-left: 0.15rem;
  padding: 0.14rem 0.15rem 0.23rem;
  position: relative;
  transition: transform 1s ease 0s;
}

.service-box-content-itemA {
  width: 23.5%;
  height: 2.9rem;
  background: #ffffff;
  padding: 0.14rem 0.15rem 0.23rem;
  margin-right: 0.15rem;
  margin-bottom: 0.2rem;
  position: relative;
  transition: transform 1s ease 0s;
}

.service-box-content-item:hover {
  transform: translate(0, -0.1rem);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
}

.service-box-content-itemA:hover {
  transform: translate(0, -0.1rem);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
}

.service-box-content :nth-child(1) {
  margin-left: 0;
}

.service-box-content-item-lable {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.43rem;
  height: 0.22rem;
  background: #fe6100;
  opacity: 1;
  border-radius: 0px 10px 0px 10px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
}

.service-box-content-item-lableA {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.43rem;
  height: 0.22rem;
  background: #00a9a0;
  opacity: 1;
  border-radius: 0px 10px 0px 10px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
}

.service-box-content-item-img {
  width: 100%;
  height: 158px;
}

.service-box-content-item-img img {
  width: 100%;
  height: 100%;
}

.service-box-content-item-text :nth-child(1) {
  margin-top: 0.12rem;
  font-size: 16px;
  color: #333;
  text-align: center;
}

.service-box-content-item-text :nth-child(2) {
  font-size: 12px;
  width: 100%;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  margin-top: 0.05rem;
}

.service-box-content-item-text :nth-child(3) {
  font-size: 16px;
  color: #fe6100;
  margin-top: 0.12rem;
  text-align: center;
}

.service-box-more-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-box-more {
  display: flex;
  align-items: center;
}

.service-box-moreA {
  display: flex;
  align-items: center;
}

.service-box-more span {
  font-size: 14px;
  color: #999999;
}

.service-box-moreA span {
  font-size: 14px;
}

.service-box-more span:hover {
  color: #00a9a0;
}

.service-box-more-img img {
  width: 10px;
  height: 6px;
  margin-left: 10px;
}

.service-box-more-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.knowledge-box {
  width: 12rem;
  margin: 60px auto;
}

.knowledge-box-content {
  display: flex;
  margin: 50px 0;
  flex-wrap: wrap;
}

.knowledge-box-content-item {
  width: 285px;
  height: 370px;
  margin-right: 15px;
}

.knowledge-box-content-item-img {
  width: 285px;
  height: 186px;
  border-radius: 40px 0px 40px 0px;
  border: 1px solid #ebebeb;
}

.knowledge-box-content-item-img img {
  width: 100%;
  height: 100%;
  border-radius: 40px 0px 40px 0px;
}

.knowledge-box-content-item-text :nth-child(1) {
  font-size: 16px;
  width: 100%;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  margin-top: 25px;
}

.knowledge-box-content-item-text :nth-child(2) {
  font-size: 14px;
  width: 100%;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  margin: 16px 0 14px;
}

.knowledge-box-content-item-text p:hover {
  color: #00a9a0;
}

.knowledge-box-second {
  width: 100%;
  background-color: #f8f8f8;
  padding: 60px 0;
}

.knowledge-box-second-content {
  width: 12rem;
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.knowledge-box-second-content-item {
  width: 593px;
  height: 157px;
  /* margin-right: 12px; */
  margin-bottom: 20px;
}

.knowledge-box-second-content-item-number {
  position: absolute;
  min-width: 46px;
  height: 46px;
  background: #00a9a0;
  top: 56px;
  left: -25px;
  color: #ffffff;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  z-index: 99;
}

.knowledge-box-second-content-item-text {
  width: 569px;
  height: 157px;
  margin-left: 25px;
  background: #ffffff;
  color: #999999;
  position: relative;
  padding: 30px 26px 21px 40px;
  transition: transform 1s ease 0s;
}

.knowledge-box-second-content-item-text:hover {
  background-color: #00a9a0;
  color: #ffffff;
}

.knowledge-box-second-content-item-text:hover
  .knowledge-box-second-content-item-text-one {
  color: #ffffff;
}

.knowledge-box-second-content-item-text:hover
  .knowledge-box-second-content-item-number {
  color: #00a9a0;
  background-color: #ffffff;
}

.knowledge-box-second-content-item-text-one {
  font-size: 16px;
  width: 100%;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}

.knowledge-box-second-content-item-text-two {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  margin: 16px 0 5px;
}

.knowledge-box-third {
  width: 12rem;
  margin: 60px auto;
}

.knowledge-box-third-content {
  margin: 55px 0;
  display: flex;
  justify-content: space-between;
}

.knowledge-box-third-content-left {
  width: 582px;
  background-color: #f8f8f8;
}

.knowledge-box-third-content-left-img {
  width: 100%;
  height: 389px;
}

.knowledge-box-third-content-left-img img {
  width: 100%;
  height: 100%;
}

.knowledge-box-third-content-left-text :nth-child(1) {
  font-size: 18px;
  width: 100%;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  margin-top: 18px;
}

.knowledge-box-third-content-left-text :nth-child(2) {
  font-size: 12px;
  color: #999999;
  margin: 10px 0 20px;
}

.knowledge-box-third-content-left-text :nth-child(3) {
  font-size: 16px;
  width: 100%;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  margin-bottom: 9px;
}

.knowledge-box-third-content-left-text p:hover {
  color: #00a9a0;
}

.knowledge-box-third-content-right {
  width: 595px;
}

.knowledge-box-third-content-right-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 26px 0;
  border-bottom: 2px dotted #ebebeb;
  transition: transform 1s ease 0s;
}

.knowledge-box-third-content-right-item p:hover {
  color: #00a9a0;
}

.knowledge-box-third-content-right :first-child {
  padding-top: 0;
}

.knowledge-box-third-content-right-item-left {
  min-width: 75px;
  height: 75px;
  background: #f8f8f8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.knowledge-box-third-content-right-item-left :nth-child(1) {
  font-size: 24px;
  color: #333333;
}

.knowledge-box-third-content-right-item-left :nth-child(2) {
  font-size: 13px;
  color: #999999;
}

.knowledge-box-third-content-right-item-right {
  width: 497px;
}

.knowledge-box-third-content-right-item-right-text :nth-child(1) {
  font-size: 16px;
  width: 100%;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}

.knowledge-box-third-content-right-item-right-text :nth-child(2) {
  font-size: 14px;
  width: 100%;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  margin: 15px 0 9px;
}

.answer-box {
  width: 100%;
  padding: 60px 0;
  background: #f8f8f8;
}

.answer-box-content {
  width: 12rem;
  margin: 35px auto 50px;
}

.problem-item {
  width: 3.92rem;
  height: 1.58rem;
  background: #ffffff;
  margin-top: 0.15rem;
  margin-right: 0.1rem;
  transition: transform 1s ease 0s;
}

.problem-item:hover {
  color: #00a9a0;
  transform: translate(0, -10px);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.problem-item :hover {
  color: #00a9a0;
}

.problem-itemA {
  height: 1.58rem;
  background: #ffffff;
  margin-top: 0.15rem;
  transition: transform 1s ease 0s;
}

.problem-itemA:hover {
  color: #00a9a0;
  transform: translate(0, -10px);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.problem-itemA :hover {
  color: #00a9a0;
}

.problem-item-top {
  max-width: 100%;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px dashed #d9e4ef;
  padding: 0px 11px;
}

.problem-item-title {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.problem-item-title-img-box {
  width: 17px;
  height: 17px;
}

.problem-item-title-img {
  width: 100%;
  height: 100%;
}

.problem-item-title-text {
  margin-left: 0.05rem;
  font-size: 16px;
  color: #333333;
  flex: 1;
}

.problem-item-answer {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 0.12rem;
}

.problem-item-answer-text {
  font-size: 12px;
  width: 3.46rem;
  margin-left: 0.05rem;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  flex: 1;
}

.problem-item-foot {
  max-width: 100%;
  height: 0.48rem;
  padding: 0 0.11rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.problem-item-foot-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.problem-item-foot-avt-box {
  width: 21px;
  height: 21px;
}

.problem-item-foot-avt {
  width: 100%;
  height: 100%;
}

.problem-item-foot-name {
  color: #333333;
  font-size: 14px;
  margin-left: 7px;
}

.problem-item-foot-day {
  font-size: 12px;
  color: #999999;
  margin-left: 5px;
}

.problem-item-foot-time {
  font-size: 12px;
  color: #999999;
  margin-left: 4px;
}

.problem-item-foot-right {
  font-size: 12px;
  color: #333333;
}

.service-process {
  width: 12rem;
  margin: 60px auto;
}

.service-process-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 70px 0;
}

.service-process-content-item {
  display: flex;
  align-items: center;
  flex-direction: column;

  transition: transform 1s ease 0s;
}

.service-process-content-item-img {
  width: 64px;
  height: 64px;
}

.service-process-content-item-img img {
  width: 100%;
  height: 100%;
}

.service-process-content-item-text {
  font-size: 14px;
  color: #333333;
  margin-top: 11px;
}

.main-fwlc-ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 42px;
  padding-bottom: 4px;
}

.main-fwlc-ul li {
  width: 14.2%;
  position: relative;
}

.main-fwlc-ul li:after {
  position: absolute;
  content: "";
  background: url(../img/arrow.png) no-repeat center;
  width: 20px;
  height: 12px;
  background-size: cover;
  top: 50%;
  right: 8px;
  margin-top: 6px;
}

.main-fwlc-ul li:last-child:after {
  display: none;
}

.main-fwlc-ul li img {
  width: 64px;
  height: 64px;
  display: inline-block;
}

.main-fwlc-title {
  font-size: 0.14rem;
  color: #333;
}

.service-process-content-item-arrow {
  display: flex;
  display: none;
  align-items: center;
}

.service-process-content-item-arrow img {
  width: 12px;
  height: 8px;
}

.service-process-content-item-arrowA {
  display: flex;
  display: none;
  align-items: center;
}

.service-process-content-item-arrowA img {
  width: 12px;
  height: 8px;
}

.foot-container {
  width: 100%;
  height: 246px;
}

.foot-container-top {
  width: 100%;
  height: 195px;
  background: #363333;
}

.foot-container-top-content {
  width: 12rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 38px 0 28px;
}

.foot-container-top-content-logo {
  width: 207px;
  height: 65px;
}

.foot-container-top-content-logo img {
  width: 100%;
  height: 100%;
}

.content-code-box {
  width: 93px;
  height: 93px;
}

.code-img {
  width: 100%;
  height: 100%;
}

.content-code-title {
  font-size: 16px;
  text-align: center;
  margin-top: 9px;
  color: #ffffff;
  opacity: 0.7;
}

.foot-container-bottom {
  width: 100%;
  height: 48px;
  background: #2a2a2a;
  font-size: 12px;
  color: #999999;
  text-align: center;
  line-height: 48px;
}

.logo-box-imgA-img {
  width: 92px;
  height: 82px;
}

.brand-name-boxA {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 5px;
}

.brand-nameA {
  font-size: 20px;
  color: #ffffff;
}

.brand-titleA {
  font-size: 12px;
  color: #ffffff;
  opacity: 0.6;
}

.contact-phone-top :nth-child(1) {
  font-size: 20px;
  color: #ffffff;
  opacity: 0.7;
  text-align: right;
}

.contact-phone-top :nth-child(2) {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.7;
  text-align: right;
}

.contact-phone-foot {
  width: 158px;
  height: 35px;
  background: #c3c2c2;
  opacity: 1;
  font-size: 16px;
  color: #363333;
  border-radius: 10px 10px 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-left: 70px;
}

.contact-phone-foot:hover {
  background-color: #ffffff;
  color: #333333;
}

.contact-phone-foot img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.banner-container {
  width: 12rem;
  margin: 0px auto;
  height: 200px;
}

.banner-container-img {
  width: 100%;
  height: 100%;
}

.content-container {
  width: 100%;
  background-color: #f8f8f8;
  padding: 0 0 0.2rem;
}

.article-list-content {
  width: 12rem;
  margin: 0 auto;
}

.article-list-a {
  display: flex;
  align-items: center;
  height: 52px;
  flex-wrap: wrap;
}

.article-list-a,
.article-list-a a {
  font-size: 14px;
  color: #999;
}

.article-list-a a:hover {
  color: #00a9a0;
}

.company-introduction {
  width: 12rem;
  margin: 43px auto 20px;
}

.company-introduction-content {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}

.company-introduction-content-left {
  width: 572px;
  height: 381px;
}

.company-introduction-content-right {
  font-size: 16px;
  color: #333333;
  line-height: 23px;
  flex: 1;
}

.enterprise-culture {
  width: 100%;
  background-color: #f8f8f8;
  padding: 28px 0;
}

.enterprise-culture-content {
  width: 12rem;
  margin: 50px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.enterprise-culture-content-item img {
  width: 94px;
  height: 135px;
}

.enterprise-culture-content-item p {
  text-align: center;
  color: #333333;
  font-size: 16px;
  margin-top: 19px;
}

.enterprise-culture-content-interval img {
  width: 63px;
  height: 11px;
}

.service-value {
  width: 12rem;
  margin: 50px auto;
}

.service-value-content {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.service-value-content-item {
  padding-top: 20px;
}

.service-value-content-item-box {
  display: flex;
  width: 100%;
}

.service-value-content-item-box-left {
  min-width: 12px;
  height: 12px;
  background: #b2e5e2;
  border-radius: 50%;
  margin: 6px 10px 0;
}

.service-value-content-item-img img {
  min-width: 243px;
  height: 243px;
}

.service-value-content-item-box-right {
  width: 454px;
}

.service-value-content-item-box-rightA {
  width: 454px;
}

.service-value-content-item-box-right :nth-child(1) {
  font-size: 18px;
  text-align: right;
  color: #00a9a0;
}

.service-value-content-item-box-right :nth-child(2) {
  font-size: 16px;
  color: #333333;
  margin-top: 8px;
  text-align: right;
}

.service-value-content-item-box-rightA :nth-child(1) {
  font-size: 18px;
  text-align: left;
  color: #00a9a0;
}

.service-value-content-item-box-rightA :nth-child(2) {
  font-size: 16px;
  color: #333333;
  margin-top: 8px;
  text-align: left;
}

.service-concept {
  width: 100%;
  background-color: #f8f8f8;
  padding: 50px;
}

.service-concept-content {
  width: 12rem;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
}

.service-concept-content-item img {
  width: 272px;
  height: 166px;
}

.service-concept-content-item p {
  font-size: 16px;
  color: #333333;
  margin-top: 16px;
  text-align: center;
}

.contact-us {
  width: 12rem;
  margin: 0.5rem auto;
}

.contact-us-content {
  margin-top: 0.5rem;
}

.contact-us-content-top {
  display: flex;
  justify-content: center;
}

.contact-us-content-top-phone {
  display: flex;
  align-items: center;
  margin: 0 40px;
}

.contact-us-content-top-phone img {
  width: 15px;
  height: 18px;
}

.contact-us-content-top-phone p {
  font-size: 18px;
  color: #333333;
  margin-left: 5px;
}

.contact-us-content-map {
  margin-top: 42px;
  width: 100%;
  height: 600px;
}

.service-value-content-item-box-interval {
  height: 75px;
}

.service-value-content-item-box-intervalA {
  height: 94px;
}

.zixun-text-a{
  padding-top: 10px;
  color: #999;
  font-size: 16px;
  text-align: right;
  transition: 0.3s;
}
.zixun-text-a:hover{
  transition: 0.3s;
  color: #00a9a0;
  text-decoration: underline;
}

@media only screen and (max-width: 750px) {
  .zixun-text-a{
  padding-top: 0.2rem;
  font-size: 0.28rem;
}
  .index-tabbar {
    display: none;
  }

  .class-tabbar {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
  }

  .logo-box-container {
    width: 98%;
    height: auto;
    margin: 0 auto;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0.15rem;
    padding-bottom: 0.15rem;
    justify-content: center;
  }

  .logo-box {
    width: 98%;
    height: auto;
    align-items: center;
  }

  .logo-box-phone {
    display: block;
    display: flex;
  }

  .logo-box-img {
    width: 60px;
    height: 53px;
  }

  .last-tabbar {
    margin-top: 6px;
    height: 30px;
    overflow-x: scroll;
    white-space: nowrap;
    padding-right: 10px;
  }

  .class-link-active {
    color: #00a9a0 !important;
    font-weight: bold;
  }

  .tutorial-box {
    top: 134px;
    right: 57px;
  }

  .class-tabbar {
    margin-bottom: 7px;
  }

  ::-webkit-scrollbar {
    display: none;
  }

  .class-container {
    width: 100%;
  }

  .last-tabbar a {
    font-size: 16px;
    position: relative;
    color: #999999;
    margin-right: 0px !important;
    margin-bottom: 5px;
    text-align: center;
    display: inline-block;
    margin: 0 10px;
  }

  .class-link-active::before {
    width: 95%;
    height: 2px;
    background: #00a9a0;
    position: absolute;
    bottom: -3px;
    left: 0;
    content: "";
  }

  .banner-box {
    width: 95% !important;
    height: auto !important;
    margin: 0 auto;
  }

  .article-box-lable {
    width: 95%;
    overflow-x: scroll;
    white-space: nowrap;
    margin: 19px 0 50px;
  }

  .article-box-lable-item {
    /* min-width: 40%; */
    margin: 0 10px;
  }

  .card-box {
    width: 95%;
  }

  .card-box-content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
  }

  .card-box-content-item {
    width: 48%;
    margin: 0 auto 0.2rem;
    height: auto;
  }

  .card-box-content-item-img {
    width: 100%;
    height: 103px;
  }

  .card-box-content-item-img img {
    width: 100%;
    height: 100%;
  }

  .service-box {
    width: 100%;
    padding: 28px 0;
  }

  .service-box-content {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    margin: 28px auto;
    justify-content: space-between;
  }

  .service-box-content-item {
    width: 48%;
    margin: 0;
    height: auto;
    margin-bottom: 10px;
  }

  .service-box-content-item-lable {
    width: 0.83rem;
    height: 0.42rem;
  }

  .service-box-content-item-lableA {
    width: 0.83rem;
    height: 0.42rem;
  }

  .service-box-content-item-img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .knowledge-box {
    width: 95%;
    margin: 28px auto;
  }

  .knowledge-box-content {
    display: flex;
    flex-wrap: wrap;
    margin: 28px 0;
    justify-content: space-between;
  }

  .knowledge-box-content-item {
    width: 49%;
    margin: 0;
    height: auto;
    margin-bottom: 30px;
  }

  .knowledge-box-content-item-img {
    width: 100%;
    height: 113px;
  }

  .knowledge-box-third {
    width: 98%;
  }

  .title-box-tabbar :nth-child(1) {
    font-size: 16px;
  }

  .title-box-tabbar:nth-child(1) span {
    font-size: 16px;
  }

  .knowledge-box-second {
    width: 100%;
    padding: 0.28rem 0;
  }

  .knowledge-box-second-content {
    width: 100%;
    margin: 0.28rem 0;
    padding: 0 0.2rem;
  }

  .knowledge-box-second-content-item {
    width: 100%;
  }

  .knowledge-box-second-content-item-text {
    width: auto;
  }

  .knowledge-box-third {
    width: 100%;
    margin: 0.28rem 0;
  }

  .knowledge-box-third-content {
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 0.5rem;
    justify-content: space-between;
  }

  .knowledge-box-third-content-left {
    width: 100%;
    margin: 20px auto;
    background-color: #f8f8f8;
  }

  .knowledge-box-third-content-right {
    width: 100%;
  }

  .knowledge-box-third-content-left-img {
    width: 100%;
    height: 237px;
  }

  .knowledge-box-third-content-right-item-right {
    margin-left: 20px;
  }

  .knowledge-box-third-content-left-text-box {
    padding: 0 10px 20px;
  }

  .answer-box {
    width: 100%;
    margin: 0 auto;
    padding: 28px 0;
  }

  .answer-box-content {
    width: 100%;
    margin: 28px auto;
  }

  .answer-box-content-item {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .answer-box-content-item a {
    width: 100%;
  }

  .problem-item {
    width: 100%;
    height: auto;
    margin: 0 auto 10px;
  }

  .problem-item-foot div {
    font-size: 12px !important;
  }

  .problem-item-answer {
    margin-top: 0.2rem;
  }

  .service-process {
    width: 100%;
    margin: 28px auto;
  }

  .service-process-content {
    width: 95%;
    margin: 50px auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .service-process-content-item {
    margin-bottom: 20px;
    padding: 0 10px;
    width: 25%;
  }

  .service-process-content-item-img {
    width: 40px;
    height: 40px;
  }

  .service-process-content-item-img img {
    width: 100%;
    height: 100%;
  }

  .service-process-content-item-text {
    text-align: center;
    font-size: 11px;
    margin-top: 0;
  }

  .logo-boxA {
    display: none;
  }

  .foot-container-top-content-code {
    display: none;
  }

  .foot-container {
    width: 100%;
  }

  .foot-container-top-content {
    width: 90%;
    margin: 0 auto;
  }

  .foot-container-bottom {
    height: auto;
    width: 100%;
    padding: 20px;
    line-height: 15px;
  }

  .banner-container {
    width: 95%;
    height: 59px;
  }

  .company-introduction {
    width: 95%;
  }

  .company-introduction-content {
    display: flex;
    flex-wrap: wrap;
  }

  .company-introduction-content-left {
    width: 100%;
    height: 236px;
    margin-bottom: 20px;
  }

  .enterprise-culture-content {
    width: 95%;
  }

  .enterprise-culture-content-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .enterprise-culture-content-item img {
    width: 54px;
    height: 77px;
  }

  .enterprise-culture-content-interval {
    display: none;
  }

  .service-value {
    width: 95%;
    margin: 28px auto;
  }

  .service-value-content {
    flex-wrap: wrap;
    margin: 28px auto;
  }

  .service-value-content-item {
    width: 100%;
  }

  .service-value-content-item-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .service-value-content-item-img {
    display: none;
  }

  .service-value-content-item-box-interval,
  .service-value-content-item-box-intervalA {
    display: none;
  }

  .service-concept {
    width: 100%;
    padding: 28px 0;
  }

  .service-concept-content {
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 28px;
  }

  .service-concept-content-item {
    width: 48%;
    margin-bottom: 20px;
  }

  .service-concept-content-item img {
    width: 170px;
    height: 103px;
  }

  .service-concept-content-item p {
    font-size: 14px;
  }

  .contact-us {
    width: 95%;
    margin: 28px auto;
  }

  .contact-us-content-top {
    flex-wrap: wrap;
  }

  .contact-us-content {
    margin-top: 20px;
  }

  .contact-us-content-top-phone {
    width: 100%;
    margin: 0;
    margin-bottom: 20px !important;
  }

  .contact-us-content-top-phone p {
    font-size: 14px;
  }

  .contact-us-content-map {
    height: 178px;
    margin-top: 20px;
  }

  .article-list-content {
    width: 95%;
  }

  .branches {
    display: flex;
    flex-wrap: wrap;
  }

  .service-swiper {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .service-swiper-left {
    width: 100%;
  }

  .service-swiper-right-title {
    font-size: 25px;
  }

  .service-swiper {
    display: block;
  }

  .mySwiper-top {
    height: 250px !important;
  }

  .service-swiper-right {
    width: 100%;
  }

  .service-swiper-right-top {
    width: 100%;
    padding: 20px;
  }

  .service-swiper-right-top {
    flex-wrap: wrap;
  }

  .service-swiper-right-top-left {
    margin-bottom: 20px;
  }

  .service-swiper-right-top-right {
    width: 100%;
    text-align: center;
  }

  .service-swiper-ul {
    width: 100%;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
  }

  .service-swiper-ul li {
    width: 50%;
    margin: 0;
    line-height: 0;
    padding: 6px 20px;
  }

  .service-swiper-bottom {
    flex-wrap: wrap;
    margin-top: 20px;
    padding-left: 10px;
    padding-bottom: 10px;
  }

  .service-swiper-bottom > a {
    width: auto !important;
    padding: 0 5px !important;
    font-size: 12px !important;
  }

  .service-swiper-bottom a:nth-child(3) {
    justify-content: flex-start !important;
    margin: 0;
  }

  .service-rxtj {
    width: 98%;
    flex-wrap: wrap;
    margin: 20px auto;
  }

  .wd-details-left-foot-content-a {
    width: 100%;
  }

  .service-rxtj-right-a a {
    font-size: 14px;
  }

  .service-rxtj-left {
    width: 100%;
    display: none;
  }

  .service-fwpj-item-content {
    padding: 0;
    margin-bottom: 20px;
  }

  .service-rxtj-right {
    width: 100%;
  }

  .service-rxtj-right-a {
    width: 100%;
  }

  .article-list-box {
    flex-wrap: wrap;
  }

  .article-list-content {
    width: 95% !important;
    margin: 0 auto !important;
  }

  .article-list-a {
    width: 95%;
    margin: 0 auto;
  }

  .article-list-left {
    width: 100%;
  }

  .problem-container-details,
  .answer-container-details-content {
    width: 100%;
  }

  .problem-container-details-foot-text {
    flex-wrap: wrap;
  }

  .problem-container-details-foot-text :nth-child(1) {
    margin-bottom: 10px;
  }

  .article-list-right {
    display: none;
    width: 100%;
    margin-top: 20px;
  }

  .answerList-item-foot-text span,
  .answerList-item-center-text {
    font-size: 12px;
  }

  .answerList-item-foot-right {
    font-size: 12px;
    color: #999;
  }

  .problem-container-details-content-img-box {
    width: 100%;
    height: auto;
  }

  .advertising-container-top {
    flex-wrap: wrap;
  }

  .advertising-container-top {
    width: 100% !important;
    height: auto !important;
  }

  .advertising-container-bottom {
    width: 100% !important;
    height: auto !important;
  }

  .top-img-box {
    display: none;
  }

  .top-center {
    width: 100%;
  }

  .top-right {
    width: 100%;
    flex-direction: row;
    margin-top: 10px;
    height: auto;
    justify-content: space-around;
  }

  .advertising-container-bottom {
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .advertising-container-bottom-item {
    width: 48% !important;
    height: 3rem;
  }

  .advertising-container-bottom-item img {
    width: 100%;
    height: 100%;
  }

  .top-right-itemA,
  .top-right-itemC {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }

  .article-list-left {
    width: 100%;
  }

  .answerList-item {
    flex-wrap: wrap;
    height: auto;
  }

  .answerList-item-info {
    min-width: 100%;
  }

  .answerList-item-img {
    min-width: auto;
    height: auto;
    margin: 20px 0 10px;
  }

  .article-list-left-ul {
    justify-content: center;
  }

  .service-box-content-itemA {
    width: 48%;
    height: auto;
    margin: 0 0 10px;
  }

  .article-list-left-goods-content {
    justify-content: space-between;
  }

  .knowledge-img-box {
    margin-top: 20px;
  }

  .knowledge-img-box-right {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .knowledge-img-box-right-item {
    width: 48%;
    height: 200px;
    margin: 10px 0;
  }

  .article-list-left-box {
    margin: 7px 0 0;
  }

  .article-list-left-box-item {
    flex-wrap: wrap;
  }

  .article-list-left-item-img {
    width: 100%;
    margin: 10px auto;
  }

  .details-info {
    /* flex-wrap: wrap; */
    display: block;
  }

  .details-info-img-box {
    display: none;
  }

  .details-info-left {
    display: block;
  }

  .details-info-text {
    margin: 10px 0px;
  }

  .details-content {
    margin-top: 15px;
  }

  .details-img-box {
    height: 140px;
  }

  .details-content-img-box {
    width: 100%;
    height: auto;
    text-align: left;
  }

  .details-content-img {
    width: 100%;
    height: 100%;
  }

  .article-box-lable-item-name {
    font-size: 13px;
  }

  .company-introduction-content-right {
    font-size: 14px;
  }

  .enterprise-culture-content-item p {
    font-size: 14px;
  }

  .service-value-content-item-box-right :nth-child(1),
  .service-value-content-item-box-rightA :nth-child(1) {
    font-size: 14px;
  }

  .service-value-content-item-box-right :nth-child(2),
  .service-value-content-item-box-rightA :nth-child(2) {
    font-size: 14px;
  }

  .change-list-item :nth-child(1) {
    font-size: 12px;
  }

  .change-list-item :nth-child(2) {
    font-size: 14px;
  }

  .service-process-content-item-arrowA {
    display: none;
  }

  .service-process-content-item-arrow {
    display: none;
  }

  .knowledge-box-third-content-left-text :nth-child(3) {
    font-size: 14px;
  }

  .main-fwlc-ul li {
    width: 25%;
    margin-bottom: 54px;
  }

  .main-fwlc-ul li img {
    width: 49px;
    height: 49px;
  }

  .main-fwlc-ul li:nth-child(4):after {
    display: none;
  }

  .main-fwlc-ul li:after {
    width: 14px;
    height: 9px;
    top: 50%;
    right: 0px;
    margin-top: 0px;
  }

  .main-fwlc-ul li:last-child {
    width: 32%;
  }

  .problem-itemA {
    height: auto;
  }

  .detail-main-img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }

  .detail-main-title2 {
    display: block;
  }

  .detail-main-name {
    margin-right: 0;
    font-size: 14px;
    padding-top: 10px;
  }

  .detail-main-title2 p {
    margin-top: 7px;
  }

  .detail-main-title p span {
    font-size: 12px;
  }

  .detail-main-main {
    width: 100%;
    margin-right: 0;
  }

  .detail-main-title1 {
    display: none;
  }

  .detail-main-name {
    margin-right: 0;
    font-size: 14px;
    padding-top: 10px;
  }

  .detail-main-title p span {
    font-size: 12px;
  }

  .detail-main-text {
    margin-bottom: 5px;
  }

  .detail-main-btn {
    display: flex;
    flex-direction: row;
    margin-top: 3px;
    width: 100%;
    justify-content: space-between;
  }

  .detail-main-btn a {
    width: 49%;
  }

  .detail-main-btn div {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }

  .detail-main-box {
    padding: 5px 10px 5px 10px;
  }

  .detail-gg {
    bottom: 0px;
  }

  .detail-main {
    padding: 10px 15px;
    padding-bottom: 20px;
  }

  .problem-container-details-content-img-boxA {
    max-width: 100%;
    height: auto;
  }

  .problem-container-details-content-img-boxA img {
    width: 100%;
    height: 100%;
  }

  .knowledge-box-content-item-text :nth-child(1) {
    margin-top: 9px;
  }
  .answerList-item-top {
    flex-wrap: wrap;
  }
  .answerList-item-top-tag {
    flex-wrap: wrap;
  }
  .answerList-item-top-tag span {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    font-size: 14px;
  }
  .answerList-item-top-tag p {
    margin-top: 8px;
  }
  .problem-item-foot-name {
    width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    font-size: 12px;
  }
  .answerList-item-foot-right {
    width: 67px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    font-size: 12px;
  }
  .problem-container-details-content-text img {
    max-width: 100% !important;
    height: auto !important;
  }
  .problem-container-details-content-text p img {
    max-width: 100% !important;
    height: auto !important;
  }
  .answerList-item-top-tag {
    flex-wrap: wrap;
  }
}
