/* CSS Document */
body {
  background: #E7292C;
  background: #CC181B;
}

.top_bg {
  /* margin-bottom: 1.147rem; */
  margin-bottom: .533rem;
}

.top_bg .top_cc {
  position: absolute;
  left: 35.3%;
  top: 6.133rem;
  width: 29.3%;
  height: 15%;
  display: flex;
  flex-direction: column;
  color: #510001;
  align-items: center;
  justify-content: center;
  text-align: center;

}

.top_bg .top_cc h2,
.count_down {
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  letter-spacing: 0;
  /* color: #FCFBBA; */
  text-align: center;
}

h2 {
  letter-spacing: 4.17px;
  margin-bottom: 10px;
}

.count_down {
  margin-bottom: 5px;
}

.count_down+h2 {
  margin-bottom: 0;
}

.fortune {
  background: linear-gradient(left, #FCA32F, #FFCC78);
  background: -webkit-linear-gradient(left, #FCA32F, #FFCC78);
  border: 2px solid #E14D40;
  border-radius: 48px;
  border-radius: 48px;
  margin: 0 auto;
  width: 93.6%;
  height: 44px;
  line-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .533rem;
}

.fortune_tt {
  margin-left: 6.5%;
  font-family: PingFangSC-Semibold;
  font-weight: bold;
  font-size: 18px;
  color: #800000;
  letter-spacing: 0;
  /* text-shadow: 0 2px 4px rgba(0, 0, 0, 0.30); */
}

.fortune_cc {
  width: 58%;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #222;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
}

.fortune_cc .red {
  color: #D50F29;
}

.icon_arr {
  width: 22px;
  height: 22px;
  margin-right: 3.2%;
  background: #D56311;
  border: 1px solid #FFBF77;
  display: inline-block;
  border-radius: 50%;
}

.icon_arr::after {
  content: '';
  width: .5em;
  height: .5em;
  border-right: .167em solid #fff;
  border-top: .167em solid #fff;
  position: absolute;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  right: 7px;
  top: 6px;
}


/* fortune */
.fortune_list {
  margin: 0 3.2%;
}

.fortune_none {
  margin: 0 3.2%;
  height: 110px;
  line-height: 110px;
  background: #FAE6D9;
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  border-radius: 5px;
  text-align: center;
}

.fortune_list li {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666;
  background: #FFF;
  border-bottom: 1px solid #FAE6D9;
}

.fortune_list li div {
  width: 50%;
}

.fl_tr {
  font-size: 13px;
}

.fortune_list li.fl_tt {
  height: 44px;
  line-height: 44px;
  background: #DF4E2F;
  font-family: PingFangSC-Semibold;
  font-size: 15px;
  color: #FFF;
  border-radius: 5px 5px 0 0;
}

.fortune_list li:last-child {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}

.top_bg .hid {
  display: none;
}

.goBack,
.goFarm {
  position: absolute;
  right: 0;
  width: 17%;
  height: 11.5%;
}

.goFarm {
  top: .97rem;
}

.goBack {
  top: 64.4%;
  display: none;
}

.positonEnter {
  display: block;
  position: absolute;
  bottom: 0%;
  width: 100%;
}

/* 弹层 */
.masked {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  -webkit-transform: translateZ(3px);
  -moz-transform: translateZ(3px);
  -o-transform: translateZ(3px);
  transform: translateZ(3px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pop_normal,
.pop {
  width: 78.7%;
  z-index: 1001;
  -webkit-transform: translateZ(4px);
  -moz-transform: translateZ(4px);
  -o-transform: translateZ(4px);
  transform: translateZ(4px);
  position: relative;
}
.pop_normal .pb_title,
.pop_normal .pb_top{
  background: none;
}
.pop_normal .pb_title{
  font-size: .52rem;
}
.pop_bg {
  width: 100%;
  min-height: 300px;
  /* background: #E7292C; */
  background-image: linear-gradient(180deg, #EF6363 0%, #C2242C 100%);
  border-radius: 10px;
  padding-bottom: 22px;
}

.pop_title {
  padding-right: 3%;
  font-family: PingFangSC-Regular;
  font-size: .4rem;
  color: #FFFFFF;
  letter-spacing: .133rem;
  text-align: center;
  line-height: 45px;
}

.p_close {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 30px;
  height: 30px;
  background: url(../../images/2020manor/close.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.pb_top {
  width: 100%;
  /* min-height: 125px; */
  padding-top: 25px;
  background: url(http://img3.ugoshop.com/mobile/app_activity/20210204/pop_bg.png) no-repeat 10px 10px;
  background-size: 93%;
}

.pb_title {
  width: 80%;
  height: 1.68rem;
  line-height: 1.68rem;
  margin: 0 auto;
  background: url(http://img4.ugoshop.com/mobile/app_activity/20210204/fortune_tt.png) no-repeat;
  background-size: 100%;
  font-family: PingFangSC-Medium;
  font-size: .72rem;
  color: #FCFBBA;
  text-align: center;
}

.pb_cc {
  margin: 4% 0;
  font-family: PingFangSC-Regular;
  font-size: .427rem;
  color: #FFF1F1;
  letter-spacing: .133rem;
  text-align: center;
}

.pop_box {
  width: 72%;
  margin: 5% auto;
}

.pop_box img.img {
  width: 100%;
}

.prize {
  background: rgba(255, 94, 94, 0.50);
  /* border: 1px solid #D04949; */
  border-radius: 10px;
  text-align: center;
  padding: 3% 0;
  margin-bottom: 0;
}

.prize img {
  width: 45%;
}

.prize p {
  font-family: PingFangSC-Semibold;
  font-size: .48rem;
  color: #FCFBBA;
  text-align: center;
  line-height: 30px;
}

.prize_tt {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #3B0002;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
}

.pop_button {
  width: 70%;
  height: 44px;
  line-height: 44px;
  margin: 0 auto;
  background-image: linear-gradient(270deg, #FEE8BE 0%, #FFA14F 100%);
  border-radius: 44px;
  font-family: PingFangSC-Medium;
  font-size: .507rem;
  font-weight: 500;
  color: #B01A2B;
  letter-spacing: 6.33px;
  text-align: center;
}