.question_title h3,
.question_title h4,
.question_title h1 {
  font-size: 1.3rem;
  padding: 0 0.5rem;
  line-height: 1.7rem;
  font-weight: 400;
  color: #ff7c59;
}

.author_detial {
  width: 100%;
  font-size: 0.6rem;
  margin: 0.5rem;
  display: flex;
  width: calc(100% - 1rem);
  align-items: center;
  justify-content: space-between;
}

.author_detial span {
  color: #999;
}

.author_detial > div {
  align-items: center;
  display: flex;
}

.author_detial img {
  width: 1.5rem;
  height: 1.5rem;
}

img {
  vertical-align: middle;
}
.author_detial a {
  margin: 0 0.5rem;
  color: #3175ff;
}

.question_img,
.result_img {
  min-height: 8rem;
  margin-top: 0.5rem;
}

.common_list-li,
.question_img,
.result_img {
  position: relative;
}

.question_img img,
.result_img img {
  width: 100%;
  /* height: 100%; */
  vertical-align: top;
}

.copyright {
  font-weight: 400;
  font-size: 0.5rem;
  margin-top: 10px;
  color: #bababa;
  font-style: italic;
}

.diggfun_temp_tags {
  margin: 0.5rem !important;
  height: 1.2rem;
  overflow: hidden;
  position: relative;
}

.quizeLongChoose-wenzi,
.quizeLongChoose_zichuang,
.quizeLongChoose {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 0.5rem;
}

.quizeLongChoose_zichuang > div,
.quizeLongChoose > div {
  /* margin: 1rem auto 0; */
  width: calc(100% - 2rem);
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  background: #3175ff;
  padding: 0.4rem 0.5rem;
  border-radius: 0.3rem;
}

.quizeLongChoose > div {
  animation: breathe 1.5s infinite;
}

.quizeLongChoose img {
  width: 1rem;
  height: 1rem;
  margin-left: 0.3rem;
}

@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 #3b5998;
  }

  50% {
    box-shadow: 0 0 0 2vw rgba(59, 89, 152, 0);
  }

  100% {
    box-shadow: 0 0 0 2vw rgba(59, 89, 152, 0);
  }
}

.chooseingItem {
  box-shadow: 0 2px 5px #cecece;
  background: #fff;
}

.newSelectTest-choiceType-pa,
.newSelectTest-choiceType-pa-wenda {
  margin-top: 1rem;
  color: #1a1a1a;
  position: relative;
}

.new_select_count_new {
  padding: 0.5rem;
  color: #999;
  font-size: 0.7rem;
}
p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}

.countQuiz_span {
  color: #3175ff;
  font-size: 1.1rem;
  font-weight: bold;
}

.chooseingItem .newSelectTest-item-title {
  color: #ff5c35;
  font-size: 1.1rem;
  line-height: 1.3rem;
}

.newSelectTest-choiceType-pa > .newSelectTest-item-title,
.newSelectTest-choiceType-pa-wenda > .newSelectTest-item-title {
  color: #333;
  font-size: 1.1rem;
  line-height: 1.3rem;
  padding: 0.5rem;
  /* padding-top: 2rem; */
}

.quizeselectItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  /* height: 20.875rem; */
  padding: 0 0.5rem 0.5rem;
}

.quizeselectItem > div {
  width: 47.5%;
  margin: 0.25rem;
  padding: 0.5rem 1.75rem 0.5rem 0.5rem;
  background: #fff;
  box-shadow: 0rem 0rem 5px 0rem rgba(102, 102, 102, 0.2);
  font-size: 0.85rem;
  color: #1a1a1a;
  position: relative;
  border-radius: 0.3rem;
  font-weight: bold;
}

.newSelectTest-img {
  width: 47.5% !important;
  /* padding: .2rem !important; */
  position: relative;
}

.newSelectTest-img .longSelectDiv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #ff7c59;
  border: solid 2px #ff7c59;
  opacity: 0.3;
  display: none;
}

.newSelectTest-img img {
  display: block;
  width: 10rem;
  height: 5rem;
}

div.quizeselectItem div.longSelectDivTempClass {
  background: #ff7c59;
  padding: 0.2rem !important;
}

.divLinePa {
  margin: 0.5rem 0;
  text-align: center;
  color: #ccc;
  font-size: 14px;
  position: relative;
}

.divLine {
  border-bottom: 1px solid #e3e3e3 !important;
  background: none !important;
  width: 100%;
  color: #d9d9d9;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  z-index: -1;
}

.divLinePa span {
  background: #f7f7f7;
}

.chooseingItem {
  box-shadow: 0 2px 5px #cecece;
  background: #fff;
}

.newPollLongSelectSubmit,
.longSelectSubmit,
.longSelectSubmit_duoxuan,
.longSelectSubmit_zichuang,
.longSelectSubmitWenda {
  margin: 1rem auto;
  display: block;
  width: calc(100% - 1rem);
  background: #3175ff;
  padding: 0.5rem 0;
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
  border-radius: 0.3rem;
}

.huisedezhezhao {
  position: absolute;
  z-index: 8;
  width: 100%;
  height: 100%;
  background-color: #b3b3b3;
  opacity: 0.5;
}

div.quizeselectItem div.longSelectDivTempClasszhengchang {
  background: #ff7c59 !important;
  color: #fff;
}

.none {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: none;
  color: green;
}

.nones {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: none;
  color: red;
}

.copy {
  text-align: center;
  color: cornflowerblue;
  font-size: 16px;
}

.longSelectSubmit {
  /* margin-bottom: 8rem; */
}

.ads {
  width: 23.4375rem;
  height: 15.625rem;
}

.divLinePa {
  margin: 0.5rem 0;
  text-align: center;
  color: #ccc;
  font-size: 14px;
  position: relative;
}

.divLine {
  border-bottom: 1px solid #e3e3e3 !important;
  background: none !important;
  width: 100%;
  color: #d9d9d9;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  z-index: -1;
}

.divLinePa span {
  background: #f7f7f7;
}

.quiz6ItemH3 {
  background-image: linear-gradient(90deg, #ff7c59 0, #ffb431 100%),
    linear-gradient(#fc4260, #fc4260);
  background-blend-mode: normal, normal;
  height: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 1rem;
}


.list {
  margin: .5rem .5rem 1.5rem;
  width: calc(100% - 1rem);
  border-radius: 0.3rem;

  box-shadow: 0rem 0rem 1rem 0rem rgb(103 102 102 / 30%);
}

.list h3 {
  font-size: 1.2rem;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #1a1a1a;
  text-align: left;
  font-weight: bold;
}

.list img {
  width: 22.25rem;
  height: 11.6875rem;
}

.common_list-questiondesc {
  border-radius: 0 0 .5rem .5rem;
  padding: 0rem .5rem;
  color: #535353;
  overflow: hidden;
  padding: .4rem .5rem;
}

.gamelists {
  margin-bottom: 8rem;
}
