body {
  line-height: 1.5;
  background-color: #f4f4f5;
  --blueColor: #0591f9;
  --grayColor: #676767;
}
input,
textarea,
select,
option {
  border: none;
  outline: none;
  font-size: 0.26rem;
}
/* placeholder font-style */
input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 0.26rem;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.26rem;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.26rem;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 0.26rem;
}
.not-arrow {
  padding: 5px 10px;
  border: 1px solid #dcd8d8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*去掉下拉箭头*/
}
h2 {
  font-size: 0.26rem;
  font-weight: 600;
}
a {
  font-size: 0.28rem;
  color: #fff;
}
/* 单行文字溢出隐藏 */
.font-hideen {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.selected {
  display: block !important;
}
header {
  width: 7.5rem;
  height: 1rem;
  background-color: #0591f9;
}
header .header-title {
  padding-top: 0.28rem;
  text-align: center;
  width: 100%;
  height: 1rem;
  font-size: 0.32rem;
  color: #ffffff;
}
header .header-bottom-wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 0.68rem;
}
header .header-bottom-wrap .login {
  color: #ffffff;
  font-size: 0.28rem;
}
header .header-bottom-wrap .keywords-search-wrap {
  display: flex;
  height: 0.66rem;
  border-radius: 0.3rem;
  background-color: #fff;
}
header .header-bottom-wrap .keywords-search-wrap .keywords-input {
  outline: none;
  padding: 0.08rem 0;
  width: 4rem;
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  text-indent: 0.25rem;
  font-size: 0.26rem;
}
header .header-bottom-wrap .keywords-search-wrap .line {
  width: 0.01rem;
  background-color: #b2b2b2;
}
header .header-bottom-wrap .keywords-search-wrap .keywords-button {
  width: 1rem;
  line-height: 0.66rem;
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  background-color: #fff;
  text-align: center;
  font-size: 0.26rem;
}
/* 我要提问部分 start */
.quiz-wrap {
  position: relative;
  margin-top: 0.56rem;
  height: 11.15rem;
}
.quiz-wrap .quiz-content {
  position: absolute;
  padding: 0.52rem;
  width: 6.14rem;
  height: 9.48rem;
  background-color: #0591f9;
  left: 0;
  top: 0;
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  z-index: 9;
}
.quiz-wrap .quiz-content .problem-name,
.quiz-wrap .quiz-content .problem-detail {
  background-color: #fff;
  font-size: 0.26rem;
  border-radius: 0.2rem;
}
.quiz-wrap .quiz-content .problem-name {
  width: 5.07rem;
  height: 0.7rem;
  text-indent: 0.2rem;
}
.quiz-wrap .quiz-content .problem-detail {
  padding: 0.3rem;
  margin-top: 0.4rem;
  width: 5.07rem;
  height: 3.63rem;
}
.quiz-wrap .quiz-content .problem-type-wrap {
  margin-top: 0.3rem;
  /* select标签箭头图标 */
}
.quiz-wrap .quiz-content .problem-type-wrap .problem-type-text {
  color: #fff;
  font-size: 0.28rem;
}
.quiz-wrap .quiz-content .problem-type-wrap .problem-type {
  width: 1.6rem;
  height: 0.6rem;
  border-radius: 0.1rem;
  background-color: #fff;
}
.quiz-wrap .quiz-content .problem-type-wrap .problem-type:nth-child(2) {
  margin-right: 0.24rem;
}
.quiz-wrap .quiz-content .problem-type-wrap .select-icon {
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/select-icon.png) no-repeat center / 100%;
}
.quiz-wrap .quiz-content .problem-type-wrap .select-icon:nth-last-child(2) {
  top: 61.5%;
  left: 52%;
}
.quiz-wrap .quiz-content .problem-type-wrap .select-icon:nth-last-child(1) {
  top: 61.5%;
  left: 83%;
}
.quiz-wrap .quiz-content .phoneNumber-wrap {
  margin-top: 0.3rem;
}
.quiz-wrap .quiz-content .phoneNumber-wrap .problemNumber-text {
  color: #fff;
  font-size: 0.28rem;
}
.quiz-wrap .quiz-content .phoneNumber-wrap .phoneNumber {
  width: 3.86rem;
  height: 0.6rem;
  border-radius: 0.2rem;
  text-indent: 0.2rem;
}
.quiz-wrap .quiz-content .radio-wrap {
  margin-top: 0.3rem;
  color: #fff;
  font-size: 0.28rem;
}
.quiz-wrap .quiz-content .radio-wrap input {
  width: 0.4rem;
  height: 0.4rem;
}
.quiz-wrap .quiz-content .radio-wrap span {
  margin-right: 0.6rem;
}
.quiz-wrap .quiz-content .radio-wrap .age {
  width: 1.22rem;
  height: 0.6rem;
  border-radius: 0.2rem;
  text-indent: 0.2rem;
}
.quiz-wrap .quiz-content .authCode {
  margin-top: 0.4rem;
  font-size: 0.28rem;
  color: #fff;
}
.quiz-wrap .quiz-content .authCode .authCode-input {
  margin-right: 0.38rem;
  width: 1.8rem;
  height: 0.6rem;
  border-radius: 0.2rem;
  text-indent: 0.2rem;
}
.quiz-wrap .quiz-content .authCode img {
  margin-top: 0.05rem;
  width: 1.57rem;
  height: 0.5rem;
}
.quiz-wrap .quiz-content .form-submit {
  margin-top: 0.2rem;
  margin-left: .8rem;
  width: 4.6rem;
  height: 0.8rem;
  border-radius: 2rem;
  background-color: #fff;
  font-size: 0.3rem;
  color: #0395f8;
}
.quiz-wrap .second-background {
  position: absolute;
  width: 6.14rem;
  height: 9.48rem;
  background-color: #64aafb;
  left: 0.9rem;
  top: 0.8rem;
  border-radius: 0.2rem;
  z-index: 8;
}
/* 我要提问部分 end */
/* footer start */
footer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 1.9rem;
}
footer .footer-nav {
  display: flex;
}
footer .footer-nav li {
  padding: 0 0.28rem;
  border-right: 0.02rem solid #a4a4a5;
}
footer .footer-nav li a {
  color: #666666;
  font-size: 0.28rem;
}
footer .footer-nav li:nth-last-child(1) {
  border-right: none;
}
footer .footer-nav li .gotop-icon {
  display: inline-block;
  margin-right: 0.1rem;
  width: 0.34rem;
  height: 0.34rem;
  background: url(../images/gotop_icon.png) no-repeat center / 100%;
}
footer .footer-nav .gotop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0.72rem;
  padding-right: 0;
  color: #666666;
  font-size: 0.28rem;
}
footer .footer-copyright {
  margin-top: 0.26rem;
  color: #a4a4a5;
  font-size: 0.28rem;
}
footer .service {
  position: fixed;
  width: 0.84rem;
  height: 0.84rem;
  background: url(../images/service.png) no-repeat center / 100%;
  bottom: 18%;
  right: 1%;
  z-index: 999;
}
/* footer end */
