/* 消除边距 */
* {
  margin: 0;
  padding: 0;
}
html {
  --dir-multiplier: -1;
}
html[dir="rtl"] {
  --dir-multiplier: 1;
}
body,
hr,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  padding: 0;
  margin: 0;
}
/*列表样式消除*/
ol,
ul,
li {
  list-style: none;
}
ul::-webkit-scrollbar {
  width: 0 !important;
}
/* a标签样式重置 */
a {
  text-decoration: none;
}
/*盒模型默认使用内边框*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*清除浮动*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
* + html .clearfix {
  min-height: 1%;
}
/*合并表格边框*/
table,
td,
tr,
th {
  border-collapse: collapse;
}
/*img在盒子中有下边距*/
img {
  /*IE7*/
  border: none;
  vertical-align: middle;
  object-fit: cover;
}
/* 定义 Roboto 字体 */
/* Roboto Black */
@font-face {
  font-family: 'Roboto';
  src: url(font/Roboto-Black.ttf);
  font-weight: 600;
  /* 根据字体文件的权重进行调整 */
  font-style: normal;
}
/* Roboto Black Italic */
@font-face {
  font-family: 'Roboto';
  src: url(font/Roboto-BlackItalic.ttf);
  font-weight: 600;
  font-style: italic;
}
/* Roboto Bold */
@font-face {
  font-family: 'Roboto';
  src: url(font/Roboto-Bold.ttf);
  font-weight: bold;
  font-style: normal;
}
/* Roboto Bold Italic */
@font-face {
  font-family: 'Roboto';
  src: url(font/Roboto-BoldItalic.ttf);
  font-weight: bold;
  font-style: italic;
}
/* Roboto Italic */
@font-face {
  font-family: 'Roboto';
  src: url(font/Roboto-Italic.ttf);
  font-style: italic;
}
/* Roboto Light */
@font-face {
  font-family: 'Roboto';
  src: url(font/Roboto-Light.ttf);
  font-weight: 300;
  font-style: normal;
}
/* Roboto Light Italic */
@font-face {
  font-family: 'Roboto';
  src: url(font/Roboto-LightItalic.ttf);
  font-weight: 300;
  font-style: italic;
}
/* Roboto Medium */
@font-face {
  font-family: 'Roboto';
  src: url(font/Roboto-Medium.ttf);
  font-weight: 500;
  font-style: normal;
}
/* Roboto Medium Italic */
@font-face {
  font-family: 'Roboto';
  src: url(font/Roboto-MediumItalic.ttf);
  font-weight: 500;
  font-style: italic;
}
/* Roboto Regular */
@font-face {
  font-family: 'Roboto';
  src: url(font/Roboto-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
/* Roboto Thin */
@font-face {
  font-family: 'Roboto';
  src: url(font/Roboto-Thin.ttf);
  font-weight: 100;
  font-style: normal;
}
/* Roboto Thin Italic */
@font-face {
  font-family: 'Roboto';
  src: url(font/Roboto-ThinItalic.ttf);
  font-weight: 100;
  font-style: italic;
}
/*全局设置*/
body {
  font-family: "Poppins", "HelveticaNeueLTStd", "sans-serif";
  box-sizing: border-box;
}
.coverlink {
  position: absolute;
  top: 0;
  bottom: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  z-index: 1;
}
.adTitle {
  font-size: 12px;
  line-height: 14px;
  margin: 3px 0 6px 0;
  color: #ccc;
  text-align: start;
}
.moduleTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.moduleTitle .moduleTitleName {
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  background: linear-gradient(94deg, #ED2151 49.91%, #B322F1 95.3%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.moduleTitle .line {
  height: 1px;
  flex: 1 0 0;
  background: #ED2151;
}
.howNowModule,
.SimilarQuizModule {
  display: flex;
  width: 100%;
  height: 24px;
  padding: 8px 0 8px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  border-left: 5px solid #ED2151;
  background: #FFF;
  margin-bottom: 16px;
}
.howNowModule .howNowTitle,
.SimilarQuizModule .howNowTitle,
.howNowModule .SimilarQuizTitle,
.SimilarQuizModule .SimilarQuizTitle {
  color: #333;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
}
.emojiNum {
  display: flex;
  align-items: center;
  gap: 2px;
  width: fit-content;
  padding: 2px 6px;
  border-radius: 11px;
  background: #EBEBEB;
  position: relative;
}
.emojiNum .love {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.emojiNum .num {
  color: #666;
  font-size: 12px;
  font-weight: 400;
  line-height: 135%;
}
.emojiNum .icon {
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(calc(50% * var(--dir-multiplier)));
  width: 12px;
  height: 6px;
}
.mobileStartQuiz {
  display: flex;
  height: 48px;
  padding: 0 60px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  background: #ED2151;
  box-shadow: 0 4px 0 0 #E6E6E6;
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  margin-bottom: 16px;
}
/* 设置广告高度 */
.adsHeight {
  width: 100%;
  height: 252px;
  margin-bottom: 10px;
}
@media (max-width: 355px) {
  .adsHeight {
    height: 312px;
    width: 100%;
  }
}
@media (min-width: 356px) {
  .adsHeight {
    height: 312px;
    width: 100%;
  }
}
@media (min-width: 748px) {
  .adsHeight {
    height: 280px;
    width: 100%;
  }
}
.wrap {
  min-height: 90vh;
  background-color: #FFFFFF;
}
.wrap .contWrap {
  max-width: 1400px;
  min-height: 90vh;
  padding: 30px 30px 60px 30px;
  margin: 0 auto;
}
.wrap .resultContent {
  width: 1300px;
  min-height: 90vh;
  padding: 24px 30px 30px 30px;
  margin: 0 auto;
}
.loading {
  color: #666;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  margin-top: 20px;
}
/* 响应式布局 */
@media only screen and (max-width: 767px) {
  .wrap .contWrap,
  .wrap .resultContent {
    width: 100%;
    padding: 16px 16px 32px 16px;
  }
  .wrap .contWrap .moduleTitle .moduleTitleName,
  .wrap .resultContent .moduleTitle .moduleTitleName {
    font-size: 20px;
  }
  .wrap .contWrap .howNowModule .howNowTitle,
  .wrap .resultContent .howNowModule .howNowTitle,
  .wrap .contWrap .SimilarQuizModule .howNowTitle,
  .wrap .resultContent .SimilarQuizModule .howNowTitle,
  .wrap .contWrap .howNowModule .SimilarQuizTitle,
  .wrap .resultContent .howNowModule .SimilarQuizTitle,
  .wrap .contWrap .SimilarQuizModule .SimilarQuizTitle,
  .wrap .resultContent .SimilarQuizModule .SimilarQuizTitle {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
  .wrap .contWrap,
  .wrap .resultContent {
    width: 100%;
    padding: 20px 16px 40px 16px;
  }
}
/* common.less 末尾 */
.wrap.minh-90vh {
  min-height: 90vh !important;
}
input {
  border: 0px;
  outline: none;
}
.headWrap {
  width: 100%;
  border-bottom: 4px solid #ED2151;
  background: #000;
}
.headWrap .mantle {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  inset-inline-start: 0;
  z-index: 11;
  width: 100%;
  height: 100vh;
  opacity: 0.7;
}
.headWrap .headCont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 66px;
  max-width: 1400px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  z-index: 13;
}
.headWrap .headCont #menuToggle {
  display: none;
  align-items: center;
  justify-items: center;
  margin-left: 10px;
}
.headWrap .headCont #menuToggle .bar {
  transition: all 0.3s ease;
}
.headWrap .headCont #menuToggle .menu rect.line1,
.headWrap .headCont #menuToggle .menu rect.line2,
.headWrap .headCont #menuToggle .menu rect.line3 {
  transform: translateY(0);
  opacity: 1;
}
.headWrap .headCont #menuToggle .close rect.line1 {
  transform: rotate(45deg) translate(0px, 6.5px);
  transform-origin: center;
}
.headWrap .headCont #menuToggle .close rect.line2 {
  opacity: 0;
}
.headWrap .headCont #menuToggle .close rect.line3 {
  transform: rotate(-45deg) translate(0px, -6.5px);
  transform-origin: center;
}
.headWrap .headCont .Logo .seniorchosen {
  position: relative;
  width: auto;
  height: 37px;
}
.headWrap .headCont .headRtCont {
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
.headWrap .headCont .headRtCont .Nav {
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
}
.headWrap .headCont .headRtCont .Nav .itemNav {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 24px;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
}
.headWrap .headCont .headRtCont .Nav .itemNav .itemNavtext {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  color: #FFD0D6;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
}
.headWrap .headCont .headRtCont .Nav .itemNav:hover .itemNavtext {
  color: #FFF;
  text-decoration-line: underline;
}
.headWrap .headCont .headRtCont .Nav .moreNav {
  position: relative;
  padding: 0;
}
.headWrap .headCont .headRtCont .Nav .moreNav .moreNavSvg {
  display: flex;
  width: 30px;
  height: 30px;
  padding: 3px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
.headWrap .headCont .headRtCont .Nav .moreNav .moreNavList {
  display: none;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 60px;
  translate: -50% 0;
  padding: 24px 30px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05), 0px 2px 16px 0px rgba(0, 0, 0, 0.06), 0px 0px 30px 0px rgba(0, 0, 0, 0.08), 0px 2px 33px 0px rgba(0, 0, 0, 0.08);
}
.headWrap .headCont .headRtCont .Nav .moreNav .moreNavList .moreItemNav {
  margin-bottom: 20px;
}
.headWrap .headCont .headRtCont .Nav .moreNav .moreNavList .moreItemNav:last-child {
  margin-bottom: 0;
}
.headWrap .headCont .headRtCont .Nav .moreNav .moreNavList .moreItemNav .moreItemNavtext {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  white-space: nowrap;
  text-transform: capitalize;
}
.headWrap .headCont .headRtCont .Nav .moreNav .moreNavList .moreItemNav .moreItemNavtext:hover {
  text-decoration-line: underline;
}
.headWrap .headCont .headRtCont .Nav .moreNav:hover .moreNavSvg {
  background: rgba(255, 255, 255, 0.15);
}
.headWrap .headCont .headRtCont .Nav .moreNav:hover .moreNavList {
  display: block;
}
.headWrap .headCont .headRtCont .headerSvg {
  margin-inline-start: 24px;
  display: flex;
  width: 30px;
  height: 30px;
  padding: 3px;
  border-radius: 6px;
}
.headWrap .headCont .headRtCont .headerSvg svg {
  width: 24px;
  height: 24px;
}
.headWrap .headCont .headRtCont .headerSvg:hover {
  background: rgba(255, 255, 255, 0.15);
}
.headWrap .headCont .headRtCont .SearchPageEntry {
  height: 100%;
  width: auto;
  display: flex;
  align-items: center;
}
.headWrap .headCont .headRtCont .SearchPageEntry .icon {
  width: 24px;
  height: 24px;
}
.headWrap .headCont .headRtCont .langWrap {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  padding-inline-start: 24px;
}
.headWrap .headCont .headRtCont .langWrap .globalSvg {
  width: 30px;
  height: 30px;
  padding: 3px;
  border-radius: 6px;
}
.headWrap .headCont .headRtCont .langWrap .globalSvg svg {
  width: 24px;
  height: 24px;
}
.headWrap .headCont .headRtCont .langWrap .globalSvg:hover {
  background: rgba(255, 255, 255, 0.15);
}
.headWrap .headCont .headRtCont .langWrap .langList {
  display: none;
  width: max-content;
  max-height: 400px;
  position: absolute;
  z-index: 2;
  inset-inline-end: 0;
  top: 60px;
  padding: 24px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05), 0px 2px 16px 0px rgba(0, 0, 0, 0.06), 0px 0px 30px 0px rgba(0, 0, 0, 0.08), 0px 2px 33px 0px rgba(0, 0, 0, 0.08);
  overflow-y: scroll;
  /* 始终显示垂直滚动条 */
  scrollbar-width: thin;
  /* Firefox: 滚动条宽度 */
  scrollbar-color: #888 #f1f1f1;
  /* Firefox: 滚动条颜色 */
  /* WebKit 浏览器 (Chrome / Edge / Safari) */
}
.headWrap .headCont .headRtCont .langWrap .langList::-webkit-scrollbar {
  -webkit-appearance: none;
  /* 去掉默认外观 */
  width: 10px;
  /* 滚动条宽度 */
}
.headWrap .headCont .headRtCont .langWrap .langList::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* 滚动条轨道颜色 */
}
.headWrap .headCont .headRtCont .langWrap .langList::-webkit-scrollbar-thumb {
  background-color: #888;
  /* 滚动条滑块颜色 */
  border-radius: 5px;
  /* 圆角 */
  border: 2px solid #f1f1f1;
  /* 内边距 */
}
.headWrap .headCont .headRtCont .langWrap .langList::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* 悬停颜色 */
}
.headWrap .headCont .headRtCont .langWrap .langList .langItem .lang {
  display: block;
  padding: 8px 0px;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.headWrap .headCont .headRtCont .langWrap .langList .langItem .active {
  color: #FF4B12;
}
.headWrap .headCont .headRtCont .langWrap .langList .langItem:hover .lang {
  color: #FF4B12;
}
.headWrap .headCont .headRtCont .langWrap:hover .langList {
  display: block;
}
.headWrap .headCont .headRtCont .trophyIcon {
  margin-inline-start: 24px;
  transform-origin: bottom center;
  animation: trophySwing 2s ease-in-out infinite;
  will-change: transform;
}
.headWrap .headCont .headRtCont .trophyIcon svg {
  width: 30px;
  height: 30px;
}
.headWrap .headCont .menu {
  display: none;
  align-items: center;
  justify-content: center;
}
.headWrap .headCont .menu .icon {
  width: 24px;
  height: 24px;
}
.headWrap .siderbar {
  z-index: 15;
  position: fixed;
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  overflow: scroll;
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
  background: #FFF;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}
.headWrap .siderbar .siderTop {
  position: sticky;
  top: 0;
  z-index: 1;
  height: 48px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
}
.headWrap .siderbar .siderTop .siderTopImg {
  height: 30px;
  width: auto;
  object-fit: contain;
}
.headWrap .siderbar .siderTop .siderTopCloseicon {
  position: absolute;
  right: 10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.headWrap .siderbar .mobileSideNavWrap .sideNavList::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.headWrap .siderbar .mobileSideNavWrap .sideNavList,
.headWrap .siderbar .mobileSideNavWrap .langList {
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.headWrap .siderbar .mobileSideNavWrap .sideNavList .sideItemNav,
.headWrap .siderbar .mobileSideNavWrap .langList .sideItemNav,
.headWrap .siderbar .mobileSideNavWrap .sideNavList .langItem,
.headWrap .siderbar .mobileSideNavWrap .langList .langItem {
  width: calc(50% - 5px);
}
.headWrap .siderbar .mobileSideNavWrap .sideNavList .sideItemNav .sideItemNavCont,
.headWrap .siderbar .mobileSideNavWrap .langList .sideItemNav .sideItemNavCont,
.headWrap .siderbar .mobileSideNavWrap .sideNavList .langItem .sideItemNavCont,
.headWrap .siderbar .mobileSideNavWrap .langList .langItem .sideItemNavCont,
.headWrap .siderbar .mobileSideNavWrap .sideNavList .sideItemNav .lang,
.headWrap .siderbar .mobileSideNavWrap .langList .sideItemNav .lang,
.headWrap .siderbar .mobileSideNavWrap .sideNavList .langItem .lang,
.headWrap .siderbar .mobileSideNavWrap .langList .langItem .lang {
  height: 100%;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #E4E4E4;
  background: #FFF;
  transition: all 0.3s ease;
}
.headWrap .siderbar .mobileSideNavWrap .sideNavList .sideItemNav:hover .sideItemNavCont,
.headWrap .siderbar .mobileSideNavWrap .langList .sideItemNav:hover .sideItemNavCont,
.headWrap .siderbar .mobileSideNavWrap .sideNavList .langItem:hover .sideItemNavCont,
.headWrap .siderbar .mobileSideNavWrap .langList .langItem:hover .sideItemNavCont,
.headWrap .siderbar .mobileSideNavWrap .sideNavList .sideItemNav:hover .lang,
.headWrap .siderbar .mobileSideNavWrap .langList .sideItemNav:hover .lang,
.headWrap .siderbar .mobileSideNavWrap .sideNavList .langItem:hover .lang,
.headWrap .siderbar .mobileSideNavWrap .langList .langItem:hover .lang {
  color: #DF4210;
  border: 1px solid #DF4210;
  background: #FFF5F2;
}
.headWrap .siderbar .mobileSideNavWrap .langWrap {
  padding: 16px;
}
.headWrap .siderbar .mobileSideNavWrap .langWrap .selectTitle {
  color: #666;
  font-size: 16px;
  font-weight: 600;
}
.headWrap .siderbar .mobileSideNavWrap .langWrap .langList {
  padding: 10px 0 20px 0;
}
.headWrap .siderbar .mobileSideNavWrap .langWrap .langList .langItem .active {
  color: #DF4210;
  border: 1px solid #DF4210;
  background: #FFF5F2;
}
@keyframes trophySwing {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(7deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-7deg);
  }
  80% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .trophyIcon {
    animation: none;
  }
}
@media only screen and (max-width: 768px) {
  .headWrap {
    position: sticky;
    top: 0;
    z-index: 5;
    border-bottom: 2px solid #ED2151;
  }
  .headWrap .headCont {
    height: 48px;
    padding: 0px 16px;
  }
  .headWrap .headCont #menuToggle {
    display: flex;
  }
  .headWrap .headCont .Logo .seniorchosen {
    height: 30px;
  }
  .headWrap .headCont .headRtCont .Nav,
  .headWrap .headCont .headRtCont .tagsIcon,
  .headWrap .headCont .headRtCont .langWrap {
    display: none;
  }
  .headWrap .headCont .headRtCont .headerSvg,
  .headWrap .headCont .headRtCont .trophyIcon {
    margin-inline-start: 10px;
  }
  .headWrap .headCont .menu {
    display: flex;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .headWrap {
    position: sticky;
    top: 0;
    z-index: 5;
    border-bottom: 2px solid #ED2151;
  }
  .headWrap .headCont {
    height: 48px;
    padding: 0px 16px;
  }
  .headWrap .headCont #menuToggle {
    display: block;
  }
  .headWrap .headCont .Logo .seniorchosen {
    height: 30px;
  }
  .headWrap .headCont .headRtCont .headerSvg,
  .headWrap .headCont .headRtCont .trophyIcon {
    margin-inline-start: 10px;
  }
  .headWrap .headCont .headRtCont .Nav,
  .headWrap .headCont .headRtCont .langWrap {
    display: none;
  }
  .headWrap .headCont .menu {
    display: flex;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1180px) {
  .headWrap .headCont {
    padding: 0px 20px;
  }
  .headWrap .headCont .headRtCont .searchBox {
    display: none;
    margin-inline-start: 10px;
  }
  .headWrap .headCont .headRtCont .headerSvg,
  .headWrap .headCont .headRtCont .trophyIcon {
    margin-inline-start: 10px;
  }
  .headWrap .headCont .headRtCont .Nav .itemNav {
    padding: 0px 12px;
  }
}
.SimilarQuizzesWrap {
  margin-top: 40px;
}
.SimilarQuizzesWrap .SimilarList {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(3, calc((100% - 48px) / 3));
}
.SimilarQuizzesWrap .SimilarList .itemTestCont {
  position: relative;
  border-radius: 12px;
  border: 1px solid #E4E4E4;
  background: #FFF;
  box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.1);
}
.SimilarQuizzesWrap .SimilarList .itemTestCont .itemTestImgBox {
  border-radius: 12px 12px 0 0;
  width: 100%;
  overflow: hidden;
}
.SimilarQuizzesWrap .SimilarList .itemTestCont .itemTestImgBox .itemTestImg {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 12px 12px 0 0;
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.SimilarQuizzesWrap .SimilarList .itemTestCont .itemTestDetCont {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.SimilarQuizzesWrap .SimilarList .itemTestCont .itemTestDetCont .itemTestDet .itemTestTitle {
  color: #333;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: normal;
}
.SimilarQuizzesWrap .SimilarList .itemTestCont:hover {
  border: 1px solid #B3B3B3;
  box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.3);
}
.SimilarQuizzesWrap .SimilarList .itemTestCont:hover .itemTestImgBox .itemTestImg {
  transform: scale(1.1);
}
.SimilarQuizzesWrap .SimilarList .itemTestCont:hover .itemTestDet .itemTestTitle {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .SimilarQuizzesWrap {
    margin-top: 32px;
  }
  .SimilarQuizzesWrap .SimilarList {
    grid-template-columns: repeat(1, calc(100% / 1));
  }
}
.hotNowWrap .howNowModule {
  display: flex;
  width: 100%;
  height: 24px;
  padding: 8px 0 8px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  border-left: 5px solid #ED2151;
  background: #FFF;
  margin-bottom: 16px;
}
.hotNowWrap .howNowModule .howNowTitle {
  color: #333;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
}
.hotNowWrap .hotNowList {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.hotNowWrap .hotNowList .hotTestItem {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #E4E4E4;
  background: #FFF;
  box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.1);
}
.hotNowWrap .hotNowList .hotTestItem .hotTestItemImg {
  flex-shrink: 0;
  width: 50%;
  border-radius: 8px 0 0 8px;
  overflow: hidden;
  position: relative;
}
.hotNowWrap .hotNowList .hotTestItem .hotTestItemImg .itemImg {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 8px 0 0 8px;
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  object-fit: contain;
}
.hotNowWrap .hotNowList .hotTestItem .hotTestItemInfo {
  padding: 0 16px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.hotNowWrap .hotNowList .hotTestItem .hotTestItemInfo .itemCate {
  margin-bottom: 6px;
  padding: 5px 8px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  word-break: break-all;
  color: #FFF;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  z-index: 2;
  background: #1FA6F2;
}
.hotNowWrap .hotNowList .hotTestItem .hotTestItemInfo .itemTitle {
  color: #333;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: normal;
  -webkit-line-clamp: 3;
}
.hotNowWrap .hotNowList .hotTestItem:hover {
  border: 1px solid #B3B3B3;
  box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.3);
}
.hotNowWrap .hotNowList .hotTestItem:hover .hotTestItemImg .itemImg {
  transform: scale(1.1);
}
.hotNowWrap .hotNowList .hotTestItem:hover .hotTestItemInfo .itemTitle {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .hotNowWrap .howNowModule .howNowTitle {
    font-size: 20px;
  }
  .hotNowWrap .hotNowList .hotTestItem .hotTestItemImg {
    /* 让图片容器跟随父元素高度 */
    height: 100%;
  }
  .hotNowWrap .hotNowList .hotTestItem .hotTestItemImg .itemImg {
    height: 100%;
    width: 100%;
    aspect-ratio: auto;
    object-fit: cover;
  }
  .hotNowWrap .hotNowList .hotTestItem .hotTestItemInfo {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .hotNowWrap .hotNowList .hotTestItem .hotTestItemImg {
    height: 100%;
  }
  .hotNowWrap .hotNowList .hotTestItem .hotTestItemImg .itemImg {
    height: 100%;
    width: 100%;
    aspect-ratio: auto;
    object-fit: cover;
  }
  .hotNowWrap .hotNowList .hotTestItem .hotTestItemInfo {
    padding: 10px;
  }
}
.subscription {
  margin-top: 20px;
  display: flex;
  padding: 32px 20px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  border-radius: 12px;
  background: linear-gradient(100deg, rgba(242, 247, 255, 0.85) 19.99%, rgba(255, 252, 242, 0.85) 57.25%, rgba(254, 241, 249, 0.85) 90.9%);
}
.subscription .subscriptionIcon {
  height: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.subscription .title {
  color: #333;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  margin-bottom: 10px;
}
.subscription .subtitle {
  color: #666;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
}
.subscription .emailAddress {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.subscription .emailAddress .emailFilter {
  flex: 1;
  height: 44px;
  padding: 8px 8px 8px 16px;
  border-radius: 8px;
  border: 1px solid #838383;
  background: #FFF;
}
.subscription .submit {
  width: 100%;
  border: none;
  outline: none;
  height: 44px;
  padding: 4px 16px;
  border-radius: 8px;
  background: #1588CC;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 16px;
}
.subscription .emailVerification {
  display: flex;
  align-items: center;
  justify-content: center;
}
.subscription .emailVerification .emailVerificationIcon {
  display: none;
  margin-right: 10px;
}
.subscription .emailVerification #message {
  color: #999;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (min-width: 821px) {
  .subscription.sticky {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .subscription .emailAddress .emailFilter {
    width: 80px;
  }
  .subscription .emailAddress .submit {
    padding: 4px;
  }
}
.footerWrap {
  position: relative;
  background: #000;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.15) inset;
}
.footerWrap .footer {
  display: flex;
  width: 1400px;
  padding: 40px 30px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  margin: 0 auto;
}
.footerWrap .footer .top .logo img {
  width: auto;
  height: 40px;
  object-fit: contain;
}
.footerWrap .footer .top .socialMedia {
  margin-inline-start: 32px;
  display: flex;
}
.footerWrap .footer .top .socialMedia .externalLinks {
  display: inline-block;
  margin-inline-end: 12px;
}
.footerWrap .footer .top .socialMedia .externalLinks svg {
  width: 28px;
  height: 28px;
}
.footerWrap .footer .tabbar {
  display: flex;
  align-items: center;
}
.footerWrap .footer .tabbar a {
  margin-inline-end: 24px;
  color: rgba(255, 255, 255, 0.8);
  text-align: end;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  white-space: nowrap;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
}
.footerWrap .backTop {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footerWrap .backTop .svgIcon {
  position: fixed;
  z-index: 3;
  bottom: 100px;
  inset-inline-end: 40px;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  filter: drop-shadow(0px 2px 14px rgba(45, 47, 58, 0.06)) drop-shadow(0px 2px 10px rgba(45, 47, 58, 0.02));
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1), 0 0 20px 0 rgba(0, 0, 0, 0.08);
}
.footerWrap .backTop:hover {
  background: #FFF9FB;
}
.footerWrap .backTop:hover .svgIcon {
  background: #FFF9FB;
}
.footerWrap .cookie-notice-container {
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
  position: fixed;
  bottom: 0;
  inset-inline-start: 0;
  width: 100%;
  color: #6f6f6f;
  text-align: center;
  z-index: 999999;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.footerWrap .cookie-notice-container .container {
  max-width: 900px;
  z-index: 2;
  position: relative;
  text-align: center;
  padding: 10px;
  padding-inline-end: 100px;
  margin: 0 auto;
}
.footerWrap .cookie-notice-container .container a,
.footerWrap .cookie-notice-container .container button,
.footerWrap .cookie-notice-container .container video {
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  text-decoration: none;
}
.footerWrap .cookie-notice-container .container .moreJump {
  color: #0186FF;
}
.footerWrap .cookie-notice-container .container button {
  position: absolute;
  inset-inline-end: 0;
  top: 50%;
  transform: translate(-8px, -50%);
  display: block;
  padding: 0 25px;
  height: 30px;
  line-height: 30px;
  background: #0186FF;
  border: none;
  color: #fff;
  margin: 0 auto;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
}
.footerWrap .cookie-notice-container:before {
  content: '';
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  z-index: -1;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  .footerWrap .footer {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    padding: 32px 16px;
  }
  .footerWrap .footer .top {
    text-align: center;
  }
  .footerWrap .footer .top .socialMedia {
    margin-block-start: 16px;
    margin-inline-start: 0px;
    align-items: center;
    justify-content: center;
  }
  .footerWrap .footer .tabbar {
    justify-content: center;
    flex-wrap: wrap;
  }
  .footerWrap .backTop .svgIcon {
    inset-inline-end: 16px;
    bottom: 20px;
    width: 40px;
    height: 40px;
  }
  .footerWrap .cookie-notice-container {
    font-size: 14px;
  }
  .footerWrap .addToScreenTip .tipCont {
    display: flex;
    justify-content: center;
  }
  .footerWrap .addToScreenTip .tipCont .stepImg {
    width: 50%;
  }
  .cookie-notice-container .container {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footerWrap .footer {
    padding: 20px 16px;
  }
  .footerWrap .footer .top {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
  }
  .footerWrap .footer .top .socialMedia {
    margin-inline-start: 50px;
  }
  .footerWrap .cookie-notice-container {
    font-size: 1.4rem;
  }
  .footerWrap .addToScreenTip .tipCont {
    display: flex;
    justify-content: center;
  }
  .footerWrap .addToScreenTip .tipCont .stepImg {
    width: 40%;
  }
  .cookie-notice-container .container {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footerWrap .footer {
    padding: 20px 24px;
  }
  .footerWrap .footer .top {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
  }
  .footerWrap .footer .top .socialMedia {
    margin-inline-start: 50px;
  }
  .footerWrap .cookie-notice-container {
    font-size: 16px;
  }
  .footerWrap .addToScreenTip .tipCont {
    display: flex;
    justify-content: center;
  }
  .footerWrap .addToScreenTip .tipCont .stepImg {
    width: 20%;
  }
  .cookie-notice-container .container {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .footerWrap .footer .top {
    display: flex;
    align-items: center;
  }
  .footerWrap .footer .top .socialMedia {
    margin-inline-start: 50px;
  }
  .footerWrap .cookie-notice-container {
    font-size: 16px;
  }
  .footerWrap .addToScreenTip {
    display: none;
  }
  .cookie-notice-container .container {
    font-size: 16px;
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-8px);
  }
  60% {
    transform: translateY(-4px);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 23, 135, 0.7);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(255, 23, 135, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 23, 135, 0);
  }
}
@keyframes submitbounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-6px);
  }
  60% {
    transform: translateY(-3px);
  }
}
@keyframes flash {
  0%,
  100% {
    border: 2px solid #F5F5F5;
    background-color: #F5F5F5;
  }
  50% {
    border: 2px solid #FFE6E6;
    background-color: #FFE6E6;
  }
}
.topicCont {
  width: 100%;
  display: flex;
}
.topicCont .leftWrap {
  width: 70%;
  padding-inline-end: 40px;
  /* 进度条样式 */
}
.topicCont .leftWrap .question {
  color: #333;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  margin-bottom: 16px;
  cursor: pointer;
}
.topicCont .leftWrap .progressWrap {
  display: none;
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  z-index: 5;
  width: 100%;
  height: 32px;
  padding: 10px 16px;
  background: #FFFFFF;
  border-bottom: 1px solid #E4E4E4;
}
.topicCont .leftWrap .progressWrap #progressBar {
  height: 12px;
  max-width: 1200px;
  margin: auto;
  background: #E8E8E8;
  border-radius: 12px;
}
.topicCont .leftWrap .progressWrap #progressBar #progress {
  height: 100%;
  width: 0%;
  background: #FF1284;
  transition: width 0.5s ease;
  border-radius: 12px;
}
.topicCont .leftWrap .relatedTags {
  margin-bottom: 16px;
}
.topicCont .leftWrap .relatedTags .relatedTagsList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.topicCont .leftWrap .relatedTags .relatedTagsList .itemTag {
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #CCC;
  background: #FFF;
}
.topicCont .leftWrap .relatedTags .relatedTagsList .itemTag .itemTaglink {
  display: flex;
  width: fit-content;
  align-items: center;
  height: 30px;
  padding: 0 10px;
  color: #1588CC;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.topicCont .leftWrap .relatedTags .relatedTagsList .itemTag:hover {
  background: #1588CC;
}
.topicCont .leftWrap .relatedTags .relatedTagsList .itemTag:hover .itemTaglink {
  color: #FFFFFF;
  border: 1px solid #1588CC;
}
.topicCont .leftWrap .relatedTags .relatedTagsList .itemTag2 {
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #CCC;
  background: #FFF;
}
.topicCont .leftWrap .relatedTags .relatedTagsList .itemTag2:hover {
  background: #1588CC;
}
.topicCont .leftWrap .relatedTags .relatedTagsList .itemTag2:hover .itemTaglink {
  color: #FFFFFF;
}
.topicCont .leftWrap .authorInfo {
  display: flex;
  margin-bottom: 16px;
  color: #999;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}
.topicCont .leftWrap .authorInfo .authorName {
  font-weight: 500;
  margin-inline-end: 10px;
}
.topicCont .leftWrap .topicImg {
  width: 100%;
}
.topicCont .leftWrap .topicImg .itemImg {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  margin-bottom: 16px;
  cursor: pointer;
}
.topicCont .leftWrap .topicImg .StartQuiz {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 52px;
  max-width: 450px;
  margin: auto;
  margin-bottom: 32px;
  border-radius: 26px;
  background: linear-gradient(276deg, #FF4B12 2.52%, #FF1787 97.55%);
  transition: all 0.3s ease;
  cursor: pointer;
}
.topicCont .leftWrap .topicImg .StartQuiz span {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
}
.topicCont .leftWrap .topicImg .StartQuiz svg {
  width: 24px;
  height: 24px;
}
.topicCont .leftWrap .topicImg .StartQuiz .arrow {
  display: inline-block;
  font-size: 20px;
  transition: all 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.topicCont .leftWrap .topicImg .StartQuiz::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
  transition: none;
}
.topicCont .leftWrap .topicImg .StartQuiz:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(255, 23, 135, 0.4);
}
.topicCont .leftWrap .topicImg .StartQuiz:hover .arrow {
  animation: bounce 1.2s infinite;
}
.topicCont .leftWrap .topicImg .StartQuiz:hover::after {
  left: 150%;
  transition: left 0.7s ease-in-out;
}
.topicCont .leftWrap .topicImg .StartQuiz:active {
  transform: translateY(1px);
}
.topicCont .leftWrap .allTestQuizzes {
  width: 100%;
}
.topicCont .leftWrap .allTestQuizzes .testQuizList {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.topicCont .leftWrap .allTestQuizzes .testQuizList .itemQuizCont {
  border-radius: 16px;
  border: 1px solid #E4E4E4;
  padding: 24px;
  position: relative;
  margin-bottom: 24px;
}
.topicCont .leftWrap .allTestQuizzes .testQuizList .itemQuizCont .itemCurtain {
  position: absolute;
  top: -15px;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0.4;
}
.topicCont .leftWrap .allTestQuizzes .testQuizList .itemQuizCont .itemQuizSerial {
  flex-shrink: 0;
  height: 30px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  color: #999;
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
  margin-bottom: 6px;
}
.topicCont .leftWrap .allTestQuizzes .testQuizList .itemQuizCont .itemQuizSerial .nowSerial {
  color: #ED2151;
  font-size: 18px;
}
.topicCont .leftWrap .allTestQuizzes .testQuizList .itemQuizCont .itemQuizTitle {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.topicCont .leftWrap .allTestQuizzes .testQuizList .itemQuizCont .itemQuizTitle .itemQuizText {
  color: #ED2151;
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
}
.topicCont .leftWrap .allTestQuizzes .testQuizList .itemQuizCont .itemQuizImg {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 20px;
}
.topicCont .leftWrap .allTestQuizzes .testQuizList .itemQuizCont .QuizOptions {
  width: 100%;
  display: grid;
  grid-gap: 16px 16px;
  grid-template-columns: repeat(2, calc((100% - 16px) / 2));
}
.topicCont .leftWrap .allTestQuizzes .testQuizList .itemQuizCont .QuizOptions .itemOpt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.topicCont .leftWrap .allTestQuizzes .testQuizList .itemQuizCont .QuizOptions .itemOpt .itemOptImg {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 6px 6px 0 0;
}
.topicCont .leftWrap .allTestQuizzes .testQuizList .itemQuizCont .QuizOptions .itemOpt .itemOptQuiz {
  width: 100%;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  padding: 12px;
}
.topicCont .leftWrap .allTestQuizzes .testQuizList .itemQuizCont .QuizOptions .itemOpt .itemTextOpt {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding: 20px 16px;
}
.topicCont .leftWrap .allTestQuizzes .testQuizList .itemQuizCont .QuizOptions .itemOpt .itemOnlyImgOpt {
  width: 100%;
  border-radius: 6px;
}
.topicCont .leftWrap .allTestQuizzes .testQuizList .itemQuizCont .QuizOptions .itemOpt.flash {
  animation: flash 0.3s ease-in-out 2;
}
.topicCont .leftWrap .allTestQuizzes .testQuizList .itemQuizCont .QuizOptions .itemOpt.selected,
.topicCont .leftWrap .allTestQuizzes .testQuizList .itemQuizCont .QuizOptions .itemOpt.selected:hover {
  transform: scale(1.02);
  border: 2px solid #ED2151;
  background: #ED2151;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.topicCont .leftWrap .allTestQuizzes .testQuizList .itemQuizCont .QuizOptions .itemOpt.selected .itemOptQuiz,
.topicCont .leftWrap .allTestQuizzes .testQuizList .itemQuizCont .QuizOptions .itemOpt.selected:hover .itemOptQuiz {
  font-weight: 500;
  color: #FFF;
}
.topicCont .leftWrap .allTestQuizzes .testQuizList .itemQuizCont .QuizOptions .itemOpt:hover {
  transform: scale(1.02);
  background: #FFEBEF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.topicCont .leftWrap .allTestQuizzes .testQuizList .itemQuizCont .QuizOptions .itemOpt:hover .itemOptQuiz {
  color: #ED2151;
}
.topicCont .leftWrap .allTestQuizzes .testQuizList .itemQuizCont:first-child .itemCurtain {
  display: none;
}
.topicCont .leftWrap .allTestQuizzes .testSubmit {
  width: 100%;
  max-width: 450px;
  height: 48px;
  text-align: center;
  border-radius: 8px;
  background: #ED2151;
  box-shadow: 0 4px 0 0 #E6E6E6;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  margin: 16px auto 10px auto;
  cursor: pointer;
}
.topicCont .leftWrap .allTestQuizzes .testSubmit:hover {
  background: #C71242;
}
.topicCont .leftWrap .allTestQuizzes .submitable {
  animation: pulse 2s infinite;
}
.topicCont .leftWrap .allTestQuizzes .submitable:hover {
  animation: none;
  box-shadow: 0 4px 20px rgba(255, 75, 18, 0.4);
  transform: translateY(-2px);
}
.topicCont .leftWrap .allTestQuizzes .submitable:active {
  transform: translateY(1px);
}
.topicCont .leftWrap .allTestQuizzes .watchAD {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 16px;
}
.topicCont .leftWrap .allTestQuizzes .watchAD svg {
  width: 20px;
  height: 20px;
  margin-inline-end: 6px;
}
.topicCont .leftWrap .allTestQuizzes .watchAD .text {
  color: #999;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.topicCont .leftWrap .allTestQuizzes .relatedTags {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.topicCont .leftWrap .allTestQuizzes .relatedTags .title {
  flex-shrink: 0;
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-inline-end: 12px;
}
.topicCont .leftWrap .allTestQuizzes .relatedTags .relatedTagsList {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.topicCont .leftWrap .allTestQuizzes .relatedTags .relatedTagsList .itemTag {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.topicCont .leftWrap .allTestQuizzes .relatedTags .relatedTagsList .itemTag .itemTaglink {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid #FF4B12;
  color: #FF4B12;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.topicCont .leftWrap .allTestQuizzes .relatedTags .relatedTagsList .itemTag:hover {
  background: #1588CC;
}
.topicCont .leftWrap .allTestQuizzes .relatedTags .relatedTagsList .itemTag:hover .itemTaglink {
  color: #FFF;
  border: 1px solid #1588CC;
}
.topicCont .rightWrap {
  width: 30%;
  margin-top: 20px;
  position: sticky;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .topicCont {
    flex-direction: column;
  }
  .topicCont .leftWrap {
    width: 100%;
    padding-inline-end: 0px;
    padding-block-end: 32px;
  }
  .topicCont .leftWrap .question {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .topicCont .leftWrap .relatedTags::-webkit-scrollbar {
    /* 隐藏滚动条 */
    display: none;
    /* Chrome Safari */
  }
  .topicCont .leftWrap .relatedTags {
    overflow: scroll;
    margin: 0 -16px 10px -16px;
    /* 隐藏滚动条 */
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
  }
  .topicCont .leftWrap .relatedTags .relatedTagsList {
    flex-wrap: nowrap;
    width: fit-content;
    margin: 0 16px;
  }
  .topicCont .leftWrap .relatedTags .relatedTagsList .itemTag .itemTaglink {
    height: 28px;
    padding: 4px 12px;
    font-size: 12px;
    line-height: 20px;
  }
  .topicCont .leftWrap .relatedTags .relatedTagsList .itemTag:last-child {
    margin: 0;
  }
  .topicCont .leftWrap .authorInfo {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .topicCont .leftWrap .allTestQuizzes .testQuizList .itemQuizCont {
    padding: 10px;
  }
  .topicCont .leftWrap .allTestQuizzes .testQuizList .itemQuizCont .itemQuizSerial {
    inset-inline-start: 10px;
    font-size: 14px;
  }
  .topicCont .leftWrap .allTestQuizzes .testQuizList .itemQuizCont .itemQuizSerial .nowSerial {
    font-size: 18px;
  }
  .topicCont .leftWrap .allTestQuizzes .testQuizList .itemQuizCont .itemQuizTitle .itemQuizText {
    font-size: 18px;
  }
  .topicCont .leftWrap .allTestQuizzes .testQuizList .itemQuizCont .QuizOptions {
    grid-gap: 6px 6px;
    grid-template-columns: repeat(2, calc((100% - 6px) / 2));
  }
  .topicCont .leftWrap .allTestQuizzes .testQuizList .itemQuizCont .QuizOptions .itemOpt {
    display: flex;
  }
  .topicCont .leftWrap .allTestQuizzes .testQuizList .itemQuizCont .QuizOptions .itemOpt .itemOptImg {
    width: 100%;
    height: auto;
    margin-bottom: 2px;
  }
  .topicCont .leftWrap .allTestQuizzes .testQuizList .itemQuizCont .QuizOptions .itemOpt .itemOptQuiz {
    font-size: 16px;
    padding: 10px;
  }
  .topicCont .leftWrap .allTestQuizzes .relatedTags {
    flex-direction: column;
    align-items: flex-start;
  }
  .topicCont .leftWrap .allTestQuizzes .relatedTags .title {
    margin-bottom: 12px;
  }
  .topicCont .leftWrap .allTestQuizzes .relatedTags .relatedTagsList {
    margin-inline-start: 0;
    flex-wrap: wrap;
    gap: 10px;
  }
  .topicCont .leftWrap .allTestQuizzes .relatedTags .relatedTagsList .itemTag .itemTaglink {
    padding: 5px 16px;
  }
  .topicCont .rightWrap {
    width: 100%;
  }
}
@media only screen and (max-width: 820px) {
  .topicCont .leftWrap .progressWrap {
    top: 43px;
  }
  .topicCont .rightWrap {
    top: 43px;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.topicCont .leftWrap .uploadCard {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 32px 24px;
  margin-bottom: 16px;
  border-radius: 16px;
  border: 1px solid #E4E4E4;
  background: linear-gradient(180deg, var(--Primary) 2.94%, var(--Border1) 38.15%, var(--Border2) 70.08%);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}
.topicCont .leftWrap .uploadCard .formTitle {
  max-width: 506px;
  color: var(--Primary);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 135%;
  margin-bottom: 20px;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF;
  -webkit-text-stroke-width: 2;
  -webkit-text-stroke-color: #FFF;
}
.topicCont .leftWrap .uploadCard .matchForm {
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.topicCont .leftWrap .uploadCard .matchForm .inputGroup {
  width: 305px;
  max-width: 100%;
}
.topicCont .leftWrap .uploadCard .matchForm .inputGroup .formInput {
  width: 100%;
  padding: 10.5px 10px;
  margin-bottom: 12px;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
  border-radius: 10px;
  border: 2px solid var(--Border1);
  background: #FFF;
  transition: all 0.3s ease;
}
.topicCont .leftWrap .uploadCard .matchForm .inputGroup .formInput:focus {
  outline: none;
  box-shadow: 0 0 0 2px var(--Border1);
}
.topicCont .leftWrap .uploadCard .matchForm .inputGroup .formInput::placeholder {
  color: #999;
}
.topicCont .leftWrap .uploadCard .matchForm .submitBtn {
  width: 305px;
  max-width: 100%;
  margin-top: 8px;
  border-radius: 16px;
  animation: heartbeat 2.5s ease-in-out infinite both;
  overflow: hidden;
}
.topicCont .leftWrap .uploadCard .matchForm .submitBtn .submit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(92deg, var(--GradientA) 0.25%, var(--GradientB) 98.41%);
  border-radius: 16px;
  border: 2px solid transparent;
  border-image: repeating-linear-gradient(to right, transparent 0%, transparent 8%, #FFF 8%, #FFF 16%) 1;
  box-shadow: 3px 3px 10px 0px rgba(255, 255, 255, 0.53) inset, 6px 6px 10px 0px rgba(255, 255, 255, 0.53) inset, -9px -9px 16px 0px rgba(53, 53, 53, 0.08) inset, -3px -3px 8px 0px rgba(255, 255, 255, 0.7) inset, 0px 1px 7px 2px rgba(255, 255, 255, 0.47), 0px 6px 13px 0px rgba(53, 53, 53, 0.1);
  cursor: pointer;
  transition: background 0.3s ease;
}
.topicCont .leftWrap .uploadCard .matchForm .submitBtn .submit .submitText {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 135%;
  padding: 13px;
}
.topicCont .leftWrap .uploadCard .matchForm .submitBtn .submit:hover {
  background: linear-gradient(92deg, var(--GradientB) 0.25%, var(--GradientA) 98.41%);
}
.topicCont .leftWrap .uploadCard .matchForm .watchAD {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}
.topicCont .leftWrap .uploadCard .matchForm .watchAD svg {
  width: 20px;
  height: 20px;
  margin-inline-end: 6px;
}
.topicCont .leftWrap .uploadCard .matchForm .watchAD .text {
  color: #999;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.topicCont .leftWrap .uploadCard .cardImg {
  width: 100%;
  height: auto;
  border-radius: 16px 16px 0 0;
}
.topicCont .leftWrap .uploadCard .formWrap {
  width: 100%;
  padding: 24px 0px;
}
.topicCont .leftWrap .uploadCard .formWrap .formInfo {
  display: flex;
  justify-content: space-between;
  margin: 0 24px;
  gap: 20px;
}
.topicCont .leftWrap .uploadCard .formWrap .formInfo .border {
  display: none;
  margin: 4px 0;
  width: 100%;
  height: 1px;
  background: #DDD;
}
.topicCont .leftWrap .uploadCard .formWrap .formInfo .column {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.topicCont .leftWrap .uploadCard .formWrap .formInfo .column .formLabel {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 135%;
  margin-bottom: 4px;
}
.topicCont .leftWrap .uploadCard .formWrap .formInfo .column .formInput,
.topicCont .leftWrap .uploadCard .formWrap .formInfo .column .formSelect {
  width: 100%;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
  padding: 10px 11px;
  border-radius: 6px;
  border: 1px solid #F5F5F5;
  background: #F5F5F5;
  cursor: pointer;
  position: relative;
}
.topicCont .leftWrap .uploadCard .formWrap .formInfo .column .formInput:focus,
.topicCont .leftWrap .uploadCard .formWrap .formInfo .column .formSelect:focus {
  border: 1px solid #7BF;
  background: #FFF;
}
.topicCont .leftWrap .uploadCard .formWrap .formInfo .column .formInput::placeholder,
.topicCont .leftWrap .uploadCard .formWrap .formInfo .column .formSelect::placeholder {
  color: #999;
}
.topicCont .leftWrap .uploadCard .formWrap .formInfo .column .formInput .select,
.topicCont .leftWrap .uploadCard .formWrap .formInfo .column .formSelect .select {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topicCont .leftWrap .uploadCard .formWrap .formInfo .column .formInput .select .arrow-down,
.topicCont .leftWrap .uploadCard .formWrap .formInfo .column .formSelect .select .arrow-down,
.topicCont .leftWrap .uploadCard .formWrap .formInfo .column .formInput .select .arrow-up,
.topicCont .leftWrap .uploadCard .formWrap .formInfo .column .formSelect .select .arrow-up {
  flex-shrink: 0;
}
.topicCont .leftWrap .uploadCard .formWrap .formInfo .column .formInput .select .arrow-down .icon,
.topicCont .leftWrap .uploadCard .formWrap .formInfo .column .formSelect .select .arrow-down .icon,
.topicCont .leftWrap .uploadCard .formWrap .formInfo .column .formInput .select .arrow-up .icon,
.topicCont .leftWrap .uploadCard .formWrap .formInfo .column .formSelect .select .arrow-up .icon {
  width: 12px;
  height: 12px;
}
.topicCont .leftWrap .uploadCard .formWrap .formInfo .column .formInput .select .arrow-up,
.topicCont .leftWrap .uploadCard .formWrap .formInfo .column .formSelect .select .arrow-up {
  display: none;
}
.topicCont .leftWrap .uploadCard .formWrap .formInfo .column .formInput .options,
.topicCont .leftWrap .uploadCard .formWrap .formInfo .column .formSelect .options {
  display: none;
  width: 100%;
  max-height: 300px;
  overflow-y: scroll;
  position: absolute;
  top: calc(100% + 7px);
  inset-inline-start: 0;
  z-index: 3;
  flex-direction: column;
  gap: 13px;
  padding: 10px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 16px 0px rgba(33, 35, 39, 0.15), 0px 0px 8px 0px rgba(33, 35, 39, 0.25);
}
.topicCont .leftWrap .uploadCard .formWrap .formInfo .column .formInput .options .formOption,
.topicCont .leftWrap .uploadCard .formWrap .formInfo .column .formSelect .options .formOption {
  width: 100%;
  cursor: pointer;
}
.topicCont .leftWrap .uploadCard .formWrap .formInfo .column .formInput .options .formOption .optionText,
.topicCont .leftWrap .uploadCard .formWrap .formInfo .column .formSelect .options .formOption .optionText {
  width: fit-content;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 8px 12px;
  border-radius: 6px;
}
.topicCont .leftWrap .uploadCard .formWrap .formInfo .column .formInput .options .formOption:hover .optionText,
.topicCont .leftWrap .uploadCard .formWrap .formInfo .column .formSelect .options .formOption:hover .optionText {
  background: #F5F5F5;
}
.topicCont .leftWrap .uploadCard .formWrap .formInfo .column .focus {
  border: 1px solid #7BF;
  background: #FFF;
}
.topicCont .leftWrap .uploadCard .formWrap .formInfo .column .focus .select .arrow-down {
  display: none;
}
.topicCont .leftWrap .uploadCard .formWrap .formInfo .column .focus .select .arrow-up {
  display: block;
}
.topicCont .leftWrap .uploadCard .formWrap .formInfo .column .focus .options {
  display: flex;
}
.topicCont .leftWrap .uploadCard .formWrap .ad-box {
  margin: 16px 0;
}
.topicCont .leftWrap .uploadCard .formWrap .submitBtn {
  display: block;
  width: fit-content;
  height: 48px;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 135%;
  padding: 0px 32px;
  margin: auto;
  margin-top: 16px;
  border-radius: 8px;
  background: #ED2151;
  box-shadow: 0 4px 0 0 #E6E6E6;
  border: none;
  cursor: pointer;
}
.topicCont .leftWrap .uploadCard .formWrap .submitable {
  animation: pulse 2s infinite;
}
.topicCont .leftWrap .uploadCard .formWrap .submitable:hover {
  animation: none;
  box-shadow: 0 4px 20px rgba(255, 75, 18, 0.4);
  transform: translateY(-2px);
}
.topicCont .leftWrap .uploadCard .formWrap .submitable:active {
  transform: translateY(1px);
}
.topicCont .leftWrap .startBtn {
  margin-bottom: 32px;
}
.topicCont .leftWrap .startBtn .StartTest {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 52px;
  border: none;
  border-radius: 26px;
  background: linear-gradient(276deg, #FF4B12 2.52%, #FF1787 97.55%);
  cursor: pointer;
}
.topicCont .leftWrap .startBtn .StartTest span {
  font-family: "Poppins", "HelveticaNeueLTStd", "sans-serif";
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 135%;
}
.topicCont .leftWrap .startBtn .StartTest:hover {
  background: linear-gradient(91deg, #FF4B12 1.85%, #FF1787 99.25%);
}
@media only screen and (max-width: 767px) {
  .topicCont .leftWrap .uploadCard .cardImg {
    height: 170px;
  }
  .topicCont .leftWrap .uploadCard .formWrap .formInfo {
    flex-direction: column;
    margin: 0 12px;
  }
  .topicCont .leftWrap .uploadCard .formWrap .formInfo .border {
    display: block;
  }
  .topicCont .leftWrap .uploadCard .formWrap .formInfo .column {
    width: 100%;
  }
}
