/* contact */

.contact-adviser {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 1.34rem;
  z-index: 19;
  border-top: 0.01rem solid #E7E7E7;
  background-color: #FFFFFF;
  max-width: 7.7rem !important;
  margin: 0 auto;
}

.contact-out {
  padding: 0.2rem 0.4rem;
}

.contact-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 0.94rem;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  background: #1890FF;
  border-radius: 0.08rem;
}

.contact-btn .text {
  width: 100%;
  height: 0.45rem;
  font-size: 0.36rem;
  line-height: 0.45rem;
}

.contact-btn .desc {
  width: 100%;
  height: 0.33rem;
  font-size: 0.24rem;
  line-height: 0.33rem;
}

/* clue-pop */
.clue-pop {
  position: fixed;
  top: 1.05rem;
  left: calc(100vw / 2 - 50%);
  z-index: 900;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #FFFFFF;
  display: none;
  max-width: 7.7rem !important;
  margin: 0 auto;
}

.clue-pop .header {
  padding: 0.4rem 0.4rem 0.5rem;
  background: #144069;
  border-radius: 0rem 0rem 0.28rem 0.28rem;
  color: #FFFFFF;
}

.clue-pop .header .back-btn {
  position: relative;
  width: 0.64rem;
  height: 0.64rem;
}

.clue-pop .header .back-btn::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0.18rem;
  width: 0.22rem;
  height: 0.22rem;
  border-bottom: 0.06rem solid #E7E7E7;
  border-left: 0.06rem solid #E7E7E7;
  transform: rotate(45deg);
}

.clue-pop .header .info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
  margin-bottom: 0.3rem;
}

.clue-pop .header .info .cover {
  width: 1.1rem;
  height: 1.1rem;
  margin-right: 0.25rem;
  background: #F7F7F7;
  border-radius: 0.93rem;
}

.clue-pop .header .info .cover img {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 0.93rem;
}

.clue-pop .header .info .desc {
  flex: 1;
}

.clue-pop .header .info .desc .desc-1 {
  height: 0.4rem;
  margin-bottom: 0.1rem;
  font-size: 0.28rem;
  line-height: 0.4rem;
}

.clue-pop .header .info .desc .desc-2 {
  height: 0.45rem;
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.45rem;
}

.clue-pop .header .hint {
  height: 0.33rem;
  font-size: 0.24rem;
  line-height: 0.33rem;
  text-align: center;
  opacity: 0.5;
}

.clue-pop .form {
  margin-top: 0.1rem;
  padding-left: 0.4rem;
}

.clue-pop .form .row {
  width: 7.1rem;
  height: 0.97rem;
  border-bottom: 1px solid #E7E7E7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.clue-pop .form .row .title {
  flex-shrink: 0;
  width: 2.2rem;
  height: 0.45rem;
  margin-right: 0.4rem;
  font-size: 0.32rem;
  color: #262626;
  line-height: 0.45rem;
  word-break: break-all;
  white-space: nowrap;
}

.clue-pop .form .row .title span {
  height: 0.4rem;
  font-size: 0.28rem;
  color: #FF4D4F;
  line-height: 0.4rem;
}

.clue-pop .form .row .form-info-box {
  padding-right: 0.4rem;
  width: 3.9rem;
  height: 0.96rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.clue-pop .form .row .form-info-box input {
  position: relative;
  display: block;
  box-sizing: content-box;
  outline: none;
  width: calc(3.9rem - 0.44rem);
  height: 0.32rem;
  padding: 0.16rem 0;
  line-height: normal !important;
  font-size: 0.32rem;
  color: #262626;
  border: none;
}

.clue-pop .form .row .form-info-box input::-webkit-input-placeholder {
  height: 0.32rem; 
  box-sizing: content-box;
  padding-top: 0.48rem;
}

.clue-pop .form .row .form-info-box .input-box {
  display: none;
  flex: 1;
  height: 0.96rem;
  font-size: 0.32rem;
  color: #262626;
  justify-content: flex-start;
  align-items: center;
  overflow-x: auto;
}

.clue-pop .form .row .form-info-box .input-box .active-item {
  flex-shrink: 0;
  padding: 0.06rem 0.08rem;
  border-radius: 0.04rem;
  background-color: #E7E7E7;
  font-size: 0.28rem;
  margin-right: 0.1rem;
}

.clue-pop .form .row .form-info-box input::placeholder {
  height: 0.96rem;
  font-size: 0.32rem;
  color: #8C8C8C;
  line-height: 0.96rem;
}

.clue-pop .form .row .form-info-box .select-pop {
  margin-left: 0.3rem;
  width: 0.14rem;
  height: 0.14rem;
  position: relative;
}

.clue-pop .form .row .form-info-box .select-pop::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.14rem;
  height: 0.14rem;
  border-top: 1px solid #C5C5C5;
  border-right: 1px solid #C5C5C5;
  transform: rotate(45deg);
}

.clue-pop .form .row .select-list {
  position: absolute;
  z-index: 1;
  top: 0.96rem;
  right: 0;
  width: calc(7.5rem - 3rem);
  height: 5rem;
  background-color: #FFFFFF;
  overflow-y: scroll;
  display: none;
  border: 1px solid #E7E7E7;
  box-shadow: 0 0.1rem 0.1rem rgba(197, 197, 197, 0.2);
  max-width: 7.7rem !important;
}

.clue-pop .form .row .select-item {
  padding: 0 0.3rem;
  height: 0.8rem;
  background-color: #FFFFFF;
  line-height: 0.8rem;
}

.clue-pop .form .row .select-item.active {
  color: #1890FF;
}

.clue-pop .form .row .select-item:not(:last-child) {
  border-bottom: 1px solid #E7E7E7;
}

.clue-pop .overlay {
  width: 100%;
  height: 100%;
}

.clue-pop .submit-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 1.34rem;
  border-top: 0.01rem solid #E7E7E7;
  max-width: 7.7rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2rem 0.4rem;
  box-sizing: border-box !important;

}

.clue-pop .submit-btn .btn-box {
  width: 100%;
  height: 0.94rem;
  border-radius: 0.08rem;
  background-color: #1890FF;
  color: #FFFFFF;
  font-size: 0.36rem;
  line-height: 0.94rem;
  text-align: center;
}

/* clue-success */
.clue-success {
  position: fixed;
  top: 1.05rem;
  left: calc(100vw / 2 - 3.75rem);
  z-index: 900;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #FFFFFF;
  display: none;
  /* display: block; */
  max-width: 7.7rem !important;
}

.clue-success .logo {
  width: 2.66rem;
  height: 2.66rem;
  margin: 2.2rem auto 0;
}

.clue-success .logo img {
  width: 2.66rem;
  height: 2.66rem;
}

.clue-success .hint-1 {
  margin-top: 0.4rem;
  height: 0.45rem;
  font-size: 0.32rem;
  color: #262626;
  line-height: 0.45rem;
  text-align: center;
}

.clue-success .hint-2 {
  margin-top: 0.1rem;
  height: 0.4rem;
  font-size: 0.28rem;
  color: #595959;
  line-height: 0.4rem;
  text-align: center;
}

.clue-success .succ-btn {
  display: block;
  width: 6.7rem;
  height: 0.8rem;
  margin: 1.1rem auto 0;
  border-radius: 0.08rem;
  background-color: #1890FF;
  color: #FFFFFF;
  font-size: 0.32rem;
  line-height: 0.8rem;
  text-align: center;
}

.clue-success .succ-btn-app {
  display: block;
  width: 6.7rem;
  height: 0.8rem;
  margin: 0.3rem auto;
  border-radius: 0.08rem;
  border: 1px solid #1890FF;
  color: #1890FF;
  font-size: 0.32rem;
  line-height: 0.8rem;
  text-align: center;
}


