body {
  background: #fafbfd;
}
body .content img {
  height: auto!important;
}
body .topBox2 {
  box-sizing: border-box;
  border-radius: 16px;
  background: #ffffff;
  border: 0.5px solid #edf0ff;
  box-shadow: 0px 0px 11px -2px rgba(55, 84, 106, 0.05);
  margin-top: 48px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  padding: 18px;
  width: 100%;
  justify-content: space-between;
  gap: 10px;
}
body .topBox2 .leftBox2 {
  display: flex;
  align-items: center;
  gap: 21px;
  flex: 1;
  min-width: 300px;
}
body .topBox2 .leftBox2 .thumb {
  border-radius: 16px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  flex-shrink: 0;
}
body .topBox2 .leftBox2 .thumb img {
  width: 100%;
  height: 100%;
}
body .topBox2 .leftBox2 .infoBox2 {
  max-width: calc(100% - 150px);
}
body .topBox2 .leftBox2 .infoBox2 .box-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
body .topBox2 .leftBox2 .infoBox2 .box-item .bg {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  opacity: 0.12;
  background: var(--base-color);
  border-radius: 6px;
}
body .topBox2 .leftBox2 .infoBox2 .top {
  display: flex;
  align-items: center;
  gap: 10px;
}
body .topBox2 .leftBox2 .infoBox2 .top .name {
  color: #1c1f23;
  font-size: 18px;
  font-weight: bold;
}
body .topBox2 .leftBox2 .infoBox2 .top .label {
  font-size: 12px;
  color: #FFF;
  border-radius: 16px;
  background: #43cf7c;
  font-weight: 700;
  padding: 2px 8px;
  flex-shrink: 0;
}
body .topBox2 .leftBox2 .infoBox2 .top .agentIcon {
  padding: 2px;
  width: 16px;
  height: 16px;
  display: block;
}
body .topBox2 .leftBox2 .infoBox2 .description {
  color: #808080;
  font-size: 14px;
  margin: 8px 0;
}
body .topBox2 .leftBox2 .infoBox2 .labels {
  display: flex;
  align-items: center;
  gap: 8px;
}
body .topBox2 .leftBox2 .infoBox2 .labels .label {
  border: 1px solid var(--base-color);
  color: var(--base-color);
  padding: 0px 7px;
  border-radius: 4px;
  font-size: 12px;
}
body .topBox2 .rightBox2 {
  display: flex;
  align-items: stretch;
}
body .topBox2 .rightBox2 .normalTitle {
  font-size: 14px;
  color: #808080;
}
body .topBox2 .rightBox2 .likes {
  border-radius: 16px;
  overflow: hidden;
  max-width: 482px;
  padding: 12px 16px;
  position: relative;
  background: #f5f9fc;
}
body .topBox2 .rightBox2 .likes.more::after {
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #f5f9fc 75%);
  position: absolute;
  right: 0px;
  bottom: 12px;
  height: 36px;
  width: 150px;
  z-index: 1;
}
body .topBox2 .rightBox2 .likes.moreBefore::before {
  content: "";
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #f5f9fc 75%);
  position: absolute;
  left: 0px;
  bottom: 12px;
  height: 36px;
  width: 150px;
  z-index: 1;
}
body .topBox2 .rightBox2 .likes .pushMore {
  position: absolute;
  right: 8px;
  bottom: 12px;
  height: 36px;
  z-index: 2;
  width: 19px;
  line-height: 36px;
  color: var(--base-color);
  font-weight: bold;
  font-size: 16px;
  border: 1px solid #edf0ff;
  background: #ffffff;
  border-radius: 6px;
  text-align: center;
}
body .topBox2 .rightBox2 .likes .pushMore i {
  font-weight: bold;
}
body .topBox2 .rightBox2 .likes .pushMore.pushMoreBefore {
  transform: rotate(180deg);
  left: 8px;
  right: unset;
  display: none;
}
body .topBox2 .rightBox2 .likes .items2 {
  margin-top: 6px;
  position: relative;
  height: 36px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.4s;
  max-width: unset;
  width: fit-content;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
body .topBox2 .rightBox2 .likes .items2::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
body .topBox2 .rightBox2 .likes .items2 .item {
  border-radius: 8px;
  box-sizing: border-box;
  max-width: 156px;
  height: 36px;
  padding: 5px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #FFFFFF;
  width: fit-content;
  min-width: 120px;
  border: 0.5px solid #EDF0FF;
  transition: all 0.3s;
}
body .topBox2 .rightBox2 .likes .items2 .item:hover {
  transition: all 0.3s;
  box-shadow: 0px 0px 11px -2px rgba(55, 84, 106, 0.35);
}
body .topBox2 .rightBox2 .likes .items2 .item .url_name {
  color: #232323;
  font-size: 14px;
}
body .topBox2 .rightBox2 .likes .items2 .item .icon {
  width: 26px;
  height: 26px;
  border-radius: 4px;
}
body .topBox2 .rightBox2 .askBox {
  border-radius: 16px;
  position: relative;
  padding: 12px 20px;
  overflow: hidden;
  margin: 0 25px 0 14px;
  background: #f5f9fc;
}
body .topBox2 .rightBox2 .askBox .number {
  color: var(--base-color);
  font-size: 28px;
  font-weight: bold;
  padding-top: 4px;
}
body .topBox2 .rightBox2 .opBtn2 {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}
body .topBox2 .rightBox2 .opBtn2 .btn {
  font-size: 14px;
  color: #FFF;
  background-color: var(--base-color);
  padding: 6px 26px;
  border-radius: 25px;
}
body .topBox2 .rightBox2 .opBtn2 .mobileView {
  font-size: 14px;
  display: flex;
  align-items: center;
  border-radius: 25px;
  border: 1px solid var(--base-color);
  color: #232323;
  padding: 6px 12px;
  gap: 4px;
}
body .topBox2 .rightBox2 .opBtn2 .mobileView .czs-qrcode-l {
  color: var(--base-color);
  display: block;
}
body .topBox2 .rightBox2 .opBtn2 .mobileView .img {
  width: 20px;
  height: 20px;
}
textarea[data-placeholder-style]::placeholder {
  content: attr(data-placeholder-style);
}
.mainBody {
  flex: 1;
  display: block;
  margin-top: 0;
  padding: 0 10px;
  max-width: 1200px;
  min-width: unset !important;
}
.mainBox {
  display: flex;
  align-items: flex-start;
  width: 100%;
  box-sizing: border-box;
  margin-top: 12px;
  gap: 14px;
}
.mainBox .whiteBox {
  flex: 1;
  padding: 14px 18px;
  border-radius: 16px;
  background: #FFFFFF;
  border: 0.5px solid #edf0ff;
  box-shadow: 0px 0px 11px -2px rgba(55, 84, 106, 0.05);
}
.mainBox .whiteBox h2 {
  color: var(--base-color);
}
.mainBox .whiteBox p {
  margin: 5px 0 !important;
}
.mainBox .detailLeftBox {
  width: 100%;
  box-sizing: border-box;
}
.mainBox .detailLeftBox .whiteBox {
  width: 100%;
  box-sizing: border-box;
}
.mainBox .detailLeftBox .whiteBox .h2 {
  padding: 10px 0 15px;
  font-size: 18px;
}
.mainBox .detailLeftBox .whiteBox .webimg {
  border: 1px solid #edf0ff;
  border-radius: 12px;
}
.mainBox .thataBox2 {
  position: sticky;
  top: 60px;
  max-width: 288px;
  box-sizing: border-box;
  border: 0.5px solid #edf0ff;
  box-shadow: 0px 0px 11px -2px rgba(55, 84, 106, 0.05);
  border-radius: 16px;
  background: #FFFFFF;
  padding: 12px;
  width: 288px;
}
.mainBox .thataBox2 .ahhBox {
  margin-bottom: 12px;
  border-radius: 8px;
  overflow: hidden;
}
.mainBox .thataBox2 .ahhBox.code {
  width: 290px;
  max-width: 100%;
  overflow: hidden;
  word-break: break-word;
}
.mainBox .thataBox2 .ahhBox.code iframe,
.mainBox .thataBox2 .ahhBox.code div.p,
.mainBox .thataBox2 .ahhBox.code span,
.mainBox .thataBox2 .ahhBox.code h1,
.mainBox .thataBox2 .ahhBox.code h2,
.mainBox .thataBox2 .ahhBox.code h3,
.mainBox .thataBox2 .ahhBox.code h4,
.mainBox .thataBox2 .ahhBox.code h5,
.mainBox .thataBox2 .ahhBox.code h6,
.mainBox .thataBox2 .ahhBox.code a,
.mainBox .thataBox2 .ahhBox.code img,
.mainBox .thataBox2 .ahhBox.code input,
.mainBox .thataBox2 .ahhBox.code code {
  max-width: 100%;
}
.mainBox .thataBox2 .ahhLink {
  display: block;
  width: 288px;
  max-width: 100%;
}
.goBtn {
  display: none;
}
#imageContainer {
  position: relative;
}
#image {
  width: 100%;
  height: 100%;
}
#loadingAnimation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 8px solid #fff;
  border-top: 8px solid #007bff;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.appBox.dark {
  background-color: #091829;
}
.appBox.dark .content p,
.appBox.dark .content div,
.appBox.dark .content span,
.appBox.dark .content pre,
.appBox.dark .content code {
  color: #FFF;
}
.appBox.dark .mainBox .thataBox2 {
  background: #192736;
  box-shadow: 0px 0px 11px -2px rgba(55, 84, 106, 0.05);
  border-color: rgba(55, 84, 106, 0.05);
}
.appBox.dark .menuIcon.backIcon i {
  color: #FFF !important;
}
.appBox.dark .header {
  background: rgba(255, 255, 255, 0.1);
}
.appBox.dark .topBox2 {
  background: #192736;
  border-color: #192736;
}
.appBox.dark .topBox2 .leftBox2 .infoBox2 .top .name,
.appBox.dark .topBox2 .leftBox2 .infoBox2 .description,
.appBox.dark .topBox2 .rightBox2 .normalTitle {
  color: #FFF !important;
}
.appBox.dark .topBox2 .rightBox2 .likes {
  background: #243342;
}
.appBox.dark .topBox2 .rightBox2 .likes .items2 .item {
  background: #384654;
  border-color: transparent;
}
.appBox.dark .topBox2 .rightBox2 .likes .items2 .item .url_name {
  color: #FFF;
}
.appBox.dark .whiteBox {
  border-color: #192736;
  background: #192736;
}
.appBox.dark .whiteBox .content p,
.appBox.dark .whiteBox .content h1,
.appBox.dark .whiteBox .content h2,
.appBox.dark .whiteBox .content h3,
.appBox.dark .whiteBox .content h4,
.appBox.dark .whiteBox .content h5,
.appBox.dark .whiteBox .content h6,
.appBox.dark .whiteBox .content a,
.appBox.dark .whiteBox .content img,
.appBox.dark .whiteBox .content span,
.appBox.dark .whiteBox .content input,
.appBox.dark .whiteBox .content code {
  color: #FFF;
}
.appBox.dark .topBox2 .rightBox2 .likes.more::after {
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #243342 75%);
  position: absolute;
  right: 0px;
  bottom: 12px;
  height: 36px;
  width: 150px;
  z-index: 1;
}
.appBox.dark .topBox2 .rightBox2 .likes.moreBefore::before {
  content: "";
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #243342 75%);
  position: absolute;
  left: 0px;
  bottom: 12px;
  height: 36px;
  width: 150px;
  z-index: 1;
}
.appBox.dark .topBox2 .rightBox2 .likes .pushMore {
  background: #384654;
  border-color: transparent;
}
.appBox.dark .topBox2 .rightBox2 .opBtn2 .mobileView {
  color: #FFF;
}
.appBox.dark .topBox2 .rightBox2 .askBox {
  background: #243342;
}
.appBox.dark .topBox2 .leftBox2 .infoBox2 .box-item {
  background: #e3f1ff;
  border-radius: 6px;
}
.appBox.dark .topBox2 .leftBox2 .infoBox2 .box-item .bg {
  opacity: 0;
}
@media screen and (max-width: 1060px) {
  .mainBox .thataBox2 {
    max-width: 25%;
  }
}
@media screen and (max-width: 950px) {
  body .topBox2 .rightBox2 .opBtn2 {
    display: none;
  }
  body .topBox2 .leftBox2 {
    min-width: 50vw;
  }
  #app > div.appBox > div.mainBody.container > div.topBox2 > div.rightBox2 > div.opBtn2 {
    display: flex;
    margin-top: 10px;
    flex-direction: row;
  }
  .mainBox .thataBox2 {
    display: none;
  }
  body .topBox2 .rightBox2 {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 800px) {
  .menuIcon {
    display: none !important;
  }
  .menuIcon.backIcon {
    display: block !important;
    transform: rotate(90deg);
  }
  .menuIcon.backIcon i {
    color: #000 !important;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #app > div.appBox > div.mainBody.container > div.topBox2 > div.rightBox2 > div.opBtn2 {
    display: none;
  }
  body .topBox2 .leftBox2 .infoBox2 {
    max-width: unset;
  }
  .appBox .mainBody {
    max-width: 100%;
    box-sizing: border-box;
  }
  body .topBox2 .rightBox2 .likes .items2 {
    max-width: 100%;
    overflow-x: auto;
  }
  body .topBox2 .rightBox2 .likes.more::after {
    content: "";
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #FFF 75%);
    position: absolute;
    right: 0px;
    bottom: 12px;
    height: 36px;
    width: 50px;
    z-index: 1;
  }
  body .topBox2 .rightBox2 .likes.moreBefore::before {
    content: "";
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #FFF 75%);
    position: absolute;
    left: 0px;
    bottom: 12px;
    height: 36px;
    width: 50px;
    z-index: 1;
  }
  .appBox.dark .topBox2 .rightBox2 .likes.more::after {
    content: "";
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #243342 75%);
    position: absolute;
    right: 0px;
    bottom: 12px;
    height: 36px;
    width: 50px;
    z-index: 1;
  }
  .appBox.dark .topBox2 .rightBox2 .likes.moreBefore::before {
    content: "";
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #243342 75%);
    position: absolute;
    left: 0px;
    bottom: 12px;
    height: 36px;
    width: 50px;
    z-index: 1;
  }
  body .topBox2 .rightBox2 .likes .pushMore {
    display: none;
  }
  body .topBox2 .leftBox2 {
    width: 100%;
  }
  body .topBox2 {
    margin-top: 0px;
    display: block;
  }
  body .topBox2 .rightBox2 {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  body .topBox2 .rightBox2 .askBox {
    width: 100%;
    margin: unset;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
  }
  body .topBox2 .rightBox2 .likes {
    width: 100%;
    max-width: unset;
    box-sizing: border-box;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    margin-top: 14px;
  }
  body .topBox2 .rightBox2 .likes .opacityBg {
    display: none;
  }
  body .topBox2 .rightBox2 .opBtn2 {
    display: none;
  }
  body .topBox2 .rightBox2 .goBtn {
    display: block;
    padding: 6px 24px;
    border-radius: 25px;
    color: #FFF;
    background-color: var(--base-color);
  }
}
/*# sourceMappingURL=details.css.map */