/* phone validate */
.phone-input .form-row {
  position: relative;
  margin: 0.16rem 0 0 0;
}

.phone-input .country-code-selector {
  position: relative;
  width: 0.8rem;
  z-index: 9;
  text-align: left;
}

.input.lined input {
  padding-left: 0;
  padding-right: 0;
  font-size: 0.18rem;
  border-radius: 0;
  border-width: 0 0 0.01rem;
}

.input.lined input:focus {
  outline: none;
  box-shadow: none;
  border-color: #1e6ee6;
}

.phone-input .form-row.country-code-select {
  margin-bottom: -0.57rem !important;
}

.phone-input .country-code-selector .flag {
  display: inline-block;
  vertical-align: middle;
  width: 0.16rem;
  height: 0.11rem;
  background: url(/statics/market/cn/c8f4b2da5e630334.png) no-repeat;
}

/*  */
.phone-input .country-code-selector .current {
  height: 0.4rem;
  line-height: 0.4rem;
}

.phone-input .country-code-selector .current .flag {
  margin-left: 0;
  margin-right: 0.2rem;
  position: relative;
}

.phone-input .country-code-selector .current .flag:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.1rem;
  width: 0;
  height: 0;
  border: 0.03rem solid transparent;
  border-top-color: #2a5caf;
  position: absolute;
  right: -0.14rem;
  top: 0.04rem;
}

.phone-input .country-code-selector .current .country-code {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.17rem;
  color: var(--umu-color-text, #333);
  position: relative;
  height: 0.28rem;
  margin: 0.07rem 0;
  line-height: 0.26rem;
  border-right: 0.01rem solid var(--umu-color-border, #e0e0e0);
  padding-right: 0.1rem;
  margin-right: -0.2rem;
}

.phone-input .country-code-selector .current .country-code:before {
  content: "+";
}

/*  */
.phone-input .country-code-selector.active {
  width: auto;
}

.phone-input .country-code-selector.active .country-code-list {
  display: block;
}

.phone-input .country-code-selector.active .current:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 1000%;
  left: 0;
  top: -300%;
}

/*  */
.phone-input .country-code-list {
  overflow-y: scroll;
  height: 2rem;
  background: var(--umu-color-bg-base, #fff);
  width: 100%;
  display: none;
  position: absolute;
  top: 0.4rem;
  left: 0;
  right: 0;
  border: 0.01rem solid var(--umu-color-border, #ccc);
  box-sizing: border-box;
  border-radius: 0;
  margin-bottom: -0.01rem;
  -webkit-overflow-scrolling: touch;
}

.phone-input .country-code-option {
  padding: 0.06rem 0.14rem 0.06rem 0.2rem;
  position: relative;
}

.phone-input .country-code-option.active {
  background: var(--umu-color-fill-secondary, #eee);
}

.phone-input .country-code-option .flag {
  position: absolute;
  left: 0.14rem;
  top: 0.08rem;
}

.phone-input .country-code-option .country-name {
  color: var(--umu-color-text, #333);
  margin-right: 0.05rem;
}

.phone-input .country-code-option .country-code-data {
  color: #737373;
}

/*  */
.phone-input .phone-number {
  position: relative;
  z-index: 8;
}

.phone-input .phone-number input {
  padding-left: 0.9rem;
  padding-right: 0;
  height: 0.41rem;
  box-sizing: border-box;
  width: 100%;
}

.phone-input .input-tooltip {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.11rem;
}

.phone-input .input-tooltip .icon-entity {
  width: 0.16rem;
  height: 0.16rem;
}
@charset "UTF-8";
/*
 * @description: PC 端空页面
 */
.list-blank-pc {
  width: 4.48rem;
  padding: 0;
  margin: 0 auto;
  margin-top: 1.04rem;
  margin-bottom: 1.04rem;
}

.list-blank-pc .list-blank-img {
  display: block;
  width: 1.6rem;
  height: auto;
  margin: 0 auto;
  margin-bottom: 0.24rem;
}

.list-blank-pc .list-blank-text {
  padding: 0;
  text-align: center;
}

.list-blank-pc .list-blank-title {
  margin-bottom: 0.08rem;
  font-size: 0.18rem;
  line-height: 0.26rem;
  color: var(--umu-color-text, #222);
}

.list-blank-pc .list-blank-desc {
  padding: 0;
  margin: 0;
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: var(--umu-color-text-secondary, #666);
}

.list-blank-pc .list-blank-operation {
  margin-top: 0.24rem;
  text-align: center;
}

.list-blank-pc .operation-button {
  display: inline-block;
  min-width: 1.04rem;
  padding: 0.08rem;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 0.2rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #1e6ee6;
  border-radius: 4px;
}

.list-blank-pc.list-blank-img-512,
.list-blank-pc.list-blank-img-512-absolute {
  width: 5.12rem;
}

.list-blank-pc.list-blank-img-512 .list-blank-img,
.list-blank-pc.list-blank-img-512-absolute .list-blank-img {
  display: block;
  width: 1.6rem;
  height: auto;
  margin: 0 auto;
  margin-bottom: 0.16rem;
}

.list-blank-pc.list-blank-img-512-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}

@media screen and (height <= 900px) {
  .list-blank-pc.list-blank-img-220 {
    margin-top: 0;
  }
}
/*
 * @description: 移动端空页面
 */
.list-blank-mobile {
  width: 100%;
  text-align: center;
}

.list-blank-mobile .list-blank-img {
  width: 1.6rem;
}

.list-blank-mobile .list-blank-text {
  overflow: hidden;
}

.list-blank-mobile .list-blank-text .list-blank-img {
  margin: 0 auto;
}

.list-blank-mobile .list-blank-text .list-blank-title {
  font-size: 0.16rem;
  line-height: 0.24rem;
  text-align: center;
  color: var(--umu-color-text, #222222);
  margin-top: 0.06rem;
}

.list-blank-mobile .list-blank-text .list-blank-desc {
  font-size: 0.15rem;
  line-height: 0.23rem;
  text-align: center;
  color: var(--umu-color-text-secondary, #666666);
  margin-top: 0.06rem;
}

.list-blank-mobile.width-450 .list-blank-img {
  width: 2.25rem;
}

.auto-height-textarea textarea::-moz-placeholder,
.auto-height-textarea textarea::-moz-placeholder,
.auto-height-textarea textarea::-ms-input-placeholder,
.auto-height-textarea textarea::-webkit-input-placeholder {
  color: var(--umu-color-text-tertiary, #999);
}

.auto-height-textarea .textarea-mirror {
  position: absolute;
  top: -100rem;
  left: -100rem;
  z-index: -10000;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0.16rem;
  line-height: normal;
  visibility: hidden;
}

.auto-height-textarea {
  padding: 0.12rem 0.16rem;
}

.auto-height-textarea textarea {
  outline-style: none;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  line-height: 1.3;
  resize: none;
  border: 0 none;
  font-size: 0.16rem;
  background: inherit;
}
.ai-report-section {
  text-align: center;
  line-height: normal;
  color: var(--umu-color-text, #333);
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}

.ai-report-section .ai-report-overview {
  font-size: 0.14rem;
  color: var(--umu-color-text, #333);
  text-align: left;
  margin: 0 0.15rem 0.14rem;
}

.ai-report-section .ai-report-homework-title {
  color: var(--umu-color-primary, #ffab00);
  font-size: 0.2rem;
  text-align: left;
  margin: auto 0.15rem;
}
@charset "UTF-8";
.radar-chart {
  overflow: visible;
}

.radar-chart .axis {
  stroke: #d6dde3;
  stroke-width: 0.3;
}

.radar-chart .caption-group {
  /* common 中将 p 的 margin 置成 0 了，导致雷达图上字距不对，这里恢复成默认 */
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0rem;
  margin-inline-end: 0rem;
}

.radar-chart .caption-group.fog .caption-value {
  font-size: 0.14rem;
  fill: var(--umu-color-text-tertiary, #999999);
  font-weight: normal;
}

.radar-chart .caption-group .caption-value {
  font-weight: 500;
}

.radar-chart .caption-group img {
  width: 0.24rem;
  height: 0.24rem;
  vertical-align: middle;
  margin-left: 0.04rem;
  display: inline-block;
}

.radar-chart .spider-dot-outer {
  fill: #1973e8;
}

.radar-chart .spider-dot-inner {
  fill: #ffffff;
}

.radar-chart .scale:nth-child(2n) {
  fill: #fafbff;
}

.radar-chart .scale {
  stroke: #d6dde3;
  stroke-width: 0.3;
  fill: #ffffff;
}

.radar-chart .shape {
  fill-opacity: 0.2;
  stroke-width: 0.4;
  stroke: #1973e8;
  fill: #1e6ee6;
}
.ai-report-chart .linear-bar {
  background-color: var(--umu-color-fill-secondary, #eee);
  height: 0.15rem;
  border-radius: 0.04rem;
  margin: 0.15rem auto;
}

.ai-report-chart .linear-bar .inner-bar {
  height: 0.15rem;
  position: relative;
  border-radius: 0.04rem;
}

.ai-report-chart .linear-bar .bg {
  background: linear-gradient(270deg, rgb(255, 134, 12) 0%, rgb(255, 200, 58) 100%);
}

.ai-report-chart .linear-bar .medal {
  height: 0.45rem;
  width: 0.42rem;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: -0.05rem;
  top: -0.15rem;
}

.ai-report-chart .linear-bar .medal .score {
  color: var(--umu-color-text, #222222);
  font-size: 0.12rem;
  text-align: center;
  line-height: 0.45rem;
  width: 0.43rem;
  padding-top: 0.02rem;
  font-weight: 600;
}

.ai-report-chart .linear-bar .normal-medal {
  background-image: url(/statics/market/cn/1267097e1b431038.png);
  left: 0;
}

.ai-report-chart .linear-bar .gold-medal {
  background-image: url(/statics/market/cn/72a42c1c2bd1925f.png);
}
.ai-report-chart .linear-chart {
  width: 84%;
  margin: -0.02rem auto 0;
  text-align: initial;
}

.ai-report-chart .linear-chart .linear-title {
  font-size: 0.13rem;
  color: var(--umu-color-text, #222222);
  line-height: 0.18rem;
  margin-top: 0.35rem;
  margin-bottom: 0.08rem;
}
.ai-report-chart .ai-report-star {
  margin-bottom: 0.1rem;
}

.ai-report-chart .score-limit {
  font-size: 0.14rem;
  line-height: 0.22rem;
  color: var(--umu-color-text-secondary, #666);
  text-align: center;
  gap: 20px;
  white-space: nowrap;
  flex-wrap: wrap;
}
.ai-tags {
  text-align: left;
  margin: -0.06rem 0.1rem 0.04rem;
}
.ai-tag {
  display: inline-block;
  background-size: 100% 0.35rem;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0.15rem 0.2rem;
  margin: 0 0.05rem;
  font-size: 0.14rem;
  font-weight: 500;
}

.ai-tag.tag-orange {
  color: #f5a623;
  background-image: url(/statics/market/cn/f656e7540342dbcd.png);
}

.ai-tag.tag-blue {
  color: #208cfc;
  background-image: url(/statics/market/cn/b34c5af4c85c573c.png);
}

.ai-tag.tag-red {
  color: #ff3131;
  background-image: url(/statics/market/cn/2549299e82e45fce.png);
}

/*# sourceMappingURL=libs-common-0.css.map*/