.UquizGroup{
  width: 532px;
  height: 350px;
  position: absolute;
  top: 257px;
  left: 140px;
}
.UquizTitle{
  position: relative;
  left:55px;
  width: 100%;
  font-size: 20px;
  color: #663300;
  margin-bottom: 30px;
}
.uOXGroup{
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.UquizO, .UquizX{
  width: 91px;
  height: 104px;
  display: inline-block;
  vertical-align: top;
  margin: 0 25px;
  cursor: pointer;
}
.UquizO{
  background: url(../../images/common/uQuizO.png) no-repeat center;
}

.UquizX{
  background: url(../../images/common/uQuizX.png) no-repeat center;
}


.UqFeedBack{
  position: relative;
  width: 532px;
  height: 107px;
  background: url(../../images/common/uQuizFeedBackBg.png) no-repeat center;
  display: none;
}
.UqFeedBack div{
  position: absolute;
}
.UqAnswereNum{
  top: 14px;
  left: 108px;
  color: #7E2C2D;
  font-size: 23px;
}
.UqAnswerText{
  top: 45px;
  left: 67px;
  font-size: 18px;
  width: 450px;
  height: 43px;
  overflow: hidden;
  overflow-y: auto;
}

.UqChar{
  position: absolute;
  top: -25px;
  right: -233px;
  width: 224px;
  height: 200px;
  background: url(../../images/common/UquizCharDefault.png) no-repeat right top;
}
