@charset "utf-8";
.widget-quizEntry {
  width: 100%;
  height: 260px;
  border-radius: 4px;
  position: relative;
  background: url("../../images/common/quiz-bg.jpg") no-repeat;
  margin-bottom: 38px;
  margin-top: 38px;
  cursor: pointer;
}

.widget-quizEntry-l {
  padding-right: 406px;
  position: relative;
  text-align: center;
  padding-top: 172px;
}

.widget-quizEntry-r {
  width: 430px;
  padding: 30px 42px;
  position: absolute;
  right: 0;
  top: 0;
}

.widget-quizEntry-match {
  width: 350px;
  height: 200px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

.widget-quizEntry-match-bg {
  position: absolute;
  right: -45px;
  bottom: -45px;
  left: -45px;
  top: -45px;
  background: url("../../images/common/quiz-match-bg.png") no-repeat;
}

.widget-quizEntry-subtit {
  color: #ffffff;
  font-size: 16px;
  margin: 8px auto 20px;
}

.widget-quizEntry-title {
  width: 288px;
  height: 58px;
  background: url("../../images/common/quiz-title.png") no-repeat;
  margin: auto;
}

.widget-quizEntry-btn {
  padding: 0 38px;
  height: 37px;
  line-height: 36px;
  border-radius: 19px;
  display: inline-block;
  margin: auto;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.widget-quizEntry-btn:hover {
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}

.widget-quizEntry-coin {
  width: 38px;
  height: 28px;
  display: block;
  background: url("../../images/common/quiz-coin.png") no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -90px;
  top: 90px;
}

.widget-quizEntry-coin-sm {
  width: 22px;
  height: 20px;
  display: block;
  background: url("../../images/common/quiz-coin-sm.png") no-repeat;
  position: absolute;
  right: 26px;
  top: 170px;
}
