.question {
  min-height: 100vh;
  padding: 0.75rem;
  background-color: #d71611;
}
.question-content {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 2.5rem 0.5rem 0.5rem 0.5rem;
  position: relative;
  min-height: 50vh;
  background-image: url("../img/logo2.png");
  background-repeat: no-repeat;
  background-position: 97.5% 5px;
  background-size: 45px auto;
  overflow: hidden;
}
.question-content > .head {
  color: #fff;
  background-color: #ffa61a;
  border-radius: 50%;
  width: 4.5rem;
  height: 4.5rem;
  text-align: center;
  font-size: 0.75rem;
  position: absolute;
  top: -2.25rem;
  left: calc(50% - 2.25rem);
  line-height: 6.5rem;
}

.question-content > .time {
  color: #d71611;
  font-weight: bold;
  font-size: 0.7rem;
  text-align: center;
  margin-bottom: 0.5rem;
}
.question-title {
  font-size: 0.85rem;
  color: #000000;
  margin-bottom: 0.75rem;
  font-weight: bold;
}
.radio-item {
  width: 100%;
  border-radius: 6px;
  background-color: #f9f9f9;
  margin-bottom: 0.5rem;
  color: #333333;
  font-size: 0.8rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.radio-item > .right {
  width: 100%;
  overflow: hidden;
}
.fixed-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 4;
  padding: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #e5e5e5;
}
.fixed-bottom > .left {
  color: #e92221;
  font-size: 0.65rem;
  width: 40%;
  text-align: center;
}
.fixed-bottom > .left > img {
  width: 1.5rem;
}
.fixed-bottom > .right {
  width: 60%;
  text-align: right;
}
.fixed-bottom > .right > a {
  background-color: #fa3a3b;
  color: #ffffff;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 0.75rem;
  padding: 0.75rem 0rem;
  border-radius: 25px;
}
.right-window-box {
  width: 14rem;
  padding: 0.5rem;
}
.right-window-box > .list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}
.right-window-box > .list > .item {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #eeeeee;
  border: 1px solid #999999;
  color: #999999;
  line-height: 1.5rem;
  font-size: 0.75rem;
  text-align: center;
}
.right-window-box > .list > .curr {
  background-color: #d71611 !important;
  border: 1px solid #d71611 !important;
  color: #ffffff !important;
}
.right-window-box > .title {
  font-size: 0.75rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  color: #999999;
  margin-bottom: 0.75rem;
}
.right-window-box > .title > .yuan {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin-left: 0.5rem;
  margin-right: 0.1rem;
  background-color: #eeeeee;
  border: 1px solid #999999;
}
