body {
  background: #131313;
}

.prizeNav {
  height: 60px;
  background: #252527;
}

.prizeNav ul li {
  flex: 1;
  position: relative;
}

.prizeNav ul a {
  display: block;
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 60px;
  letter-spacing: 1.8px;

}

.prizeNav .active {
  background: #2D2D2E;
}

.prizeNav .active::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 4px;
  width: 100%;
  background: #F8BC24
}

.prizeNav .active a {
  color: #F8BC24;
}

.prizeNav li:hover a {
  color: #F8BC24;
}

.vote-rule {
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  width: 1200px;
  left: 0px;
  top: 55px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 24px;
}

.vote-rule::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 65px;
  width: 7px;
  height: 13px;
  background: url(../images/arrow.png) left top no-repeat;
  background-size: 100% 100%;
}


.voted, .disable {
  background: #3c5468;
  color: #919AA4;
  cursor: not-allowed;
}

.disable {
  cursor: not-allowed;
}

.voted:hover, .disable:hover {
  background: #3c5468;
}

.prizeWrap {
  position: relative;
  padding: 80px 0;
  background: #171922;
}

#prize_area_href {
  position: absolute;
  left: 0px;
  top: -60px;
}

.prizeTitle {
  font-size: 32px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 45px;
  margin-bottom: 50px;
}

.common_bg1 {
  position: absolute;
  left: 0;
  top: -349px;
  background: url(../images/commom_bg.png) no-repeat;
  width: 364px;
  height: 1028px;
  z-index: -1;
}

.common_bg2 {
  position: absolute;
  right: 0;
  top: -700px;
  background: url(../images/commom_bg.png) no-repeat;
  width: 364px;
  height: 1028px;
  z-index: -1;
  transform: rotate(-180deg);
}

.draw-pool:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.draw-pool h1 {
  margin-bottom: 48px;
  font-size: 28px;
  line-height: 1;
  color: #fec471;
  text-align: center;
  font-weight: 400;
}

/* .draw-pool-left {
    float: left;
    width: 678px;
} */
.draw-pool-right {
  border-radius: 5px;
  float: right;
  width: 490px;
  height: 470px;
  color: #fff;
}

.draw-pool-right_box {
  background: rgb(223, 196, 140, 0.1);
  box-sizing: border-box;
  padding: 15px 25px;
  height: 347px;
  border-radius: 8px;
  margin-top: 16px;
  color: #fad9aa;
  font-size: 14px;
}

.draw-pool-right .tit {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}

.draw-pool-right>p {
  font-size: 14px;
  line-height: 26px;
}

.elecfans-fuli {
  display: flex;
}

.firm-item {
  display: flex;
}

.firm-item>img {
  width: 226px;
  height: 85px;
  margin-right: 20px;
}

.firm-text {
  width: 1000px;
}

.firm-text>h1 {
  font-size: 24px;
  color: #fff;
}

.firm-text>h2 {
  color: #999999;
  margin: 20px 0 16px 0;
}

.firm-text>p {
  cursor: pointer;
  color: #4F89FF;
}

#prilist {
  float: left;
  width: 750px;
  margin-right: 50px;
}

#prilist li {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  width: 240px;
  height: 180px;
  padding-top: 27px;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  font-size: 16px;
  color: #372C11;
  line-height: 22px;
  background: url(../images/lottery/icon_lottery_bg.png) left top no-repeat;
  background-size: 100% 100%;
}

#prilist li.right {
  margin-right: 0;
}

#prilist li.active {
  background: url(../images/lottery/icon_lottery_bg_hv.png) left top no-repeat;
  background-size: 100% 100%;
}

#prilist img {
  display: block;
  height: 86px;
  max-width: 135px;
  margin: 0 auto 18px;
}

#prilist img.smileImg {
  width: 64px;
  height: 64px;
  margin-bottom: 29px;
  margin-top: 11px;
}

#prilist .u_img {
  height: auto !important;
  margin: 25px auto !important;
}

#prilist #begin_btn {
  padding: 0;
  height: 180px;
  padding-top: 49px;
  box-sizing: border-box;
  font-size: 30px;
  cursor: pointer;
  border-radius: 8px;
  font-family: PingFang SC, PingFang SC-Bold;
  color: #372C11;
  line-height: 42px;
  background: url(../images/lottery/icon_lottery_btn.png) left top no-repeat;
  background-size: 100% 100%;
}

#prilist #begin_btn.active, #prilist #begin_btn:hover {
  background: url(../images/lottery/icon_lottery_btn_hv.png) left top no-repeat;
  background-size: 100% 100%;
}

#prilist #begin_btn.disabled {
  background: #ccc;
  cursor: not-allowed;
}

#prilist #begin_btn.disabled:hover {
  background: #ccc;
  cursor: not-allowed;
}

#prilist #begin_btn .prizeChange {
  margin-top: 10px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: center;
  color: #372C11;
  line-height: 20px;
}

.close_num {
  position: absolute;
  right: 0px;
  top: -24px;
  color: #fad9aa;
  font-size: 16px;
  font-style: normal;
  cursor: pointer;
}

.jq_marquee_box {
  overflow: hidden;
}

.draw-winlist {
  position: relative;
}

.draw-winlist-box {
  border-radius: 12px;
  height: 135px;
  overflow: hidden;
  position: relative;
}

.draw-winlist-title {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  color: #d9b56b;
  background: rgb(223, 196, 140, 0.1);
  height: 100%;
  text-align: center;
  z-index: 1;
  width: 60px;
  box-sizing: border-box;
  padding: 19px 20px;
  border-radius: 5px;
}

#jq_marquee_box {
  height: 135px;
  line-height: 30px;
  overflow: hidden;
  background: rgb(223, 196, 140, 0.1);
  border-top: none;
  border-radius: 0 0 10px 10px;
  font-size: 14px;
  color: #fff;
}

.draw-winlist-ul {
  padding-left: 35px;
}

.draw-winlist-ul li {
  display: flex;
  width: 100%;
}

.draw-winlist-ul li em {
  width: 77px;
}

.draw-winlist-ul li span {
  width: 64px;
  text-align: center;
}

.draw-winlist-ul li .pn {
  width: 180px;
  text-align: left;
}

.draw-winlist-ul li em span {
  display: block !important;

}

.draw-winlist-item {
  width: 100%;
  display: table;
  table-layout: fixed;
  box-sizing: border-box;
}

.prize_name {
  display: block;
  font-size: 24px;
  font-family: PingFang SC, PingFang SC-Bold;
  font-weight: 700;
  color: #33bed3;
  line-height: 33px;
  margin-top: 11px;
  margin-bottom: 25px;
}

.no_prize_text {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0px 5px 0px;
  display: inline-block;
}
.votePop span {
  color: #333333;
}
.go_vote_btn {
  cursor: pointer;
  width: 140px;
  height: 40px;
  background: linear-gradient(55deg, #00bbb5 16%, #00b6d5 92%);
  border-radius: 20px;
  margin: 0 auto;
  display: inline-block;
  line-height: 40px;
  margin-top: 70px;
  color: #FFFFFF !important;
}

.go_vote_btn:hover {
  background: linear-gradient(55deg, #00bbb5 16%, #00b6d5 92%);
}

.votePop .layui-layer-content {
  text-align: center !important;
  padding: 0 30px;
}

.winner {
  width: 400px;
  padding: 15px 20px 15px 22px;
  box-sizing: border-box;
  background: #232534;
  border-radius: 8px;
  margin-bottom: 10px;
}

.winner>div:first-child {
  width: 16px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 22px;
  letter-spacing: 5.12px;
  margin-right: 19px;
}

.winner #jq_marquee_box {
  flex: 1;
  background: #2C2E3E;
  border-radius: 4px;
  height: 150px;
}

.activeDesc {
  width: 400px;
  height: 370px;
  background: #232534;
  padding: 20px 20px 0 20px;
  border-radius: 8px;
  box-sizing: border-box;
}

.activeDesc>h3 {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 22px;
  margin-bottom: 10px;
}

.activeDesc ul {
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #DEE0E5;
  line-height: 23px;
}

.winnerContact {
  margin-top: 20px;
  justify-content: flex-start;
  align-items: center;
}

.win_left {
  width: 100px;
  text-align: center;
  margin-right: 32px;
}

.win_left img {
  display: block;
  width: 100%;
}

.win_left p {
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #DEE0E5;
  line-height: 17px;
  margin-top: 6px;
}

.win_right {
  margin-top: -28px;
}

.win_right li {
  justify-content: flex-start;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
}

.win_right li:first-child {
  margin-bottom: 9px;
}

.win_right img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.moreContent {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 700px;
  height: 680px;
  margin-left: -350px;
  margin-top: -340px;
  background: #ffffff;
  border-radius: 8px;
  padding: 33px 40px 20px;
  box-sizing: border-box;
}

.moreContent>img.closePop {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 16px;
  cursor: pointer;
}

.moreContent>img.voteDxLogo {
  position: absolute;
  top: 33px;
  right: 62px;
  width: 229px;
  height: 82px;
}

.zh_name {
  font-size: 20px;
  font-family: PingFang SC, PingFang SC-Bold;
  font-weight: 700;
  text-align: left;
  color: #333333;
  line-height: 28px;
  margin-bottom: 0;
  padding-top: 28px;
}

.en_name {
  display: block;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 30px;
}

.en_name:hover {
  text-decoration: underline;
}

.voteMoreWords {
  flex: 1;
  overflow-y: auto;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #333333;
  line-height: 28px;
}

.votePop {
  background: linear-gradient(182deg, rgba(90, 90, 90, 0.2) 1%, rgba(255, 254, 254, 0.2) 96%);
  border-radius: 8px;
}

.votePop .layui-layer-content img, .votePop2 .layui-layer-content img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
}

.votePop .layui-layer-title, .votePop2 .layui-layer-title {
  background: none;
  border: none;
}

.votePop2 {
  background: linear-gradient(180deg, rgba(0, 179, 184, 0.2), rgba(255, 254, 254, 0.2));
}

.votePop2 .layui-layer-content {
  text-align: center;
  padding: 0 30px;
}

.votePop2 .layui-layer-content big {
  display: block;
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-Bold;
  font-weight: 700;
  color: #333333;
  line-height: 25px;
  margin-top: -16px;
}

.votePop2 .layui-layer-content>span {
  display: block;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 27px;
}

.noChancePop {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
}

.noChanceContent {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -180px;
  margin-top: -130px;
  width: 360px;
  height: 260px;
  background: #ffffff;
  border-radius: 8px;
  text-align: center;
  padding-top: 50px;
  box-sizing: border-box;
}

.noChanceContent img {
  width: 100px;
  height: 100px;
  cursor: pointer;
}

.noChanceContent img.closePop {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 16px;
  height: 16px;
}

.noChanceContent p {
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-Bold;
  font-weight: 700;
  text-align: center;
  color: #333333;
  line-height: 25px;
}

.noChancePopp2 .noChanceContent {
  height: 386px;
  margin-top: -193px;
}

.noChancePopp2 .noChanceContent span {
  display: block;
  text-align: center;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 65px;
}

.noChancePopp2 .noChanceContent button {
  width: 140px;
  height: 40px;
  background: linear-gradient(55deg, #00bbb5 16%, #00b6d5 92%);
  border-radius: 20px;
  border: none;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #ffffff;
  line-height: 40px;
}

.votePow {
  border-radius: 8px !important;
}

.votePow .pBox.clearfix {
  margin-bottom: 20px;
}

.votePow .pBox.clearfix p {
  font-size: 14px;
}

.votePow .pBox.clearfix span {
  display: block;
  color: #333;
  font-weight: 700;
}

.votePow .pBox.clearfix h4 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 18px;
}

.votePow .pBox.clearfix {
  line-height: 26px;
}

.formBox {
  padding: 0px 30px;
  color: #000;
  box-sizing: border-box;
}

.votePow .layui-layer-title {
  background: none;
  border: none;
  height: 36px;
}

.votePow .voteTitle {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #000000;
}

.votePow .voteTitle div {
  font-size: 20px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #000000;
  line-height: 20px;
}

.votePow.layui-layer-page .layui-layer-content {
  /*overflow: visible;*/
}

.formBox h2 {
  font-size: 30px;
}

.formBox h3 {
  font-size: 24px;
  font-weight: 700;
}

.formBox .red {
  color: #E23143;
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
}

.formBox p {
  margin: 20px 0 35px;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
}

.formBox .formItem {
  margin-bottom: 20px;
}

.formBox .formItem span {
  display: inline-block;
  width: 54px;
  font-size: 15px;
}

.formBox .formItem input {
  width: 316px;
  line-height: 40px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding-left: 10px;
  box-sizing: border-box;
}

.formBox .formBtn {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
  margin: 30px 0 20px 50px;
}

.formBox .formBtn a {
  display: inline-block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
}

.formBox .formBtn .subimtBtn {
  background: var(--apply-btn-color);
  color: var(--default-color);
  margin-right: 25px;
}

.formBox .formBtn a:hover {
  background: #f9f9f9;
}

.formBox .formBtn .subimtBtn:hover {
  background: var(--apply-btn-hover-color);
}

.formBox .formBtn .canceBtn {
  background: #fff;
  border: 1px solid #e1e1e1;
  color: #000;
}

.formBox .formBtn .canceBtn:hover {
  background: #f9f9f9;
}

/*手机验证弹框样式*/
#post_form_phone .phone_code dt {
  width: 54px;
  font-size: 15px;
}

#post_form_phone #phone {
  width: 316px;
  line-height: 40px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding-left: 120px;
  box-sizing: border-box;
}

.get_code_box {
  position: relative;
  margin-bottom: 20px;
  width: 316px;
  margin-left: 54px;
}

.get_code_box>input {
  width: 316px;
  line-height: 40px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  box-sizing: border-box;
  padding-left: 10px;
}

#post_form_phone .getcode_btn {
  position: absolute;
  position: absolute;
  top: 0px;
  right: 10px;
  background: transparent;
  outline: none;
  border: 0;
  line-height: 40px;
  z-index: 33;
  cursor: pointer;
}

/*.getcode_btn.disabled{

}*/
#post_form_phone .phone_code .mobile_item {
  position: relative;
}

#post_form_phone .phone_code .mobile_item .ui-err {
  position: absolute;
  bottom: -19px;
  left: 0px;
  color: #dd0000;
}

.g-clear {
  position: relative;
}

.ui-err-count {
  position: absolute;
  bottom: -19px;
  left: 62px;
  color: #dd0000;
}

.get_code_box .ui-err {
  display: block;
  margin-left: 4px;
  color: #dd0000;
  margin-top: 3px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
}

#post_form_phone .phone_code .mobile_item select {
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 40px;
  border: 1px solid #e1e1e1;
  border-radius: 5px 0px 0px 5px;
  height: 42px;
}

#post_form_phone .nc-container {
  font-size: 12px;
  -ms-touch-action: none;
  touch-action: none;
  position: relative;
  left: 54px;
  margin: 20px 0;
  width: 316px;
}

#post_form_phone .nc-container #nc_1_wrapper, #post_form_phone .nc-container.tb-login #nc_1_wrapper {
  width: 316px;
}

.votePow2 .layui-layer-title {
  height: 62px;
}

.votePow2 p {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: center;
  color: #666666;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 50px;
}

.votePow2 h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 34px;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 49px;
  color: #000000;

}

.votePow2 h3 img {
  width: 60px;
  height: 34px;
  margin-right: 10px;
}

.votePow2 .pop_ercode {
  display: block;
  width: 160px;
  margin: 0 auto;
}

.votePow2 .votePowBtnGroup {
  justify-content: center;
}

.votePow2 .votePowBtnGroup a {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: center;
  color: #000000;
  line-height: 40px;
}

.votePow2 .votePowBtnGroup a:first-child {
  width: 140px;
  height: 40px;
  background: #ff8d26;
  border-radius: 4px;
  color: #fff;
  margin-right: 25px;
  border: 1px solid #ff8d26;
}

.votePow2 .votePowBtnGroup a:first-child:hover {
  background: #F57603;
}

.votePow2 .votePowBtnGroup a:last-child {
  width: 140px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
}

.votePow2 .votePowBtnGroup a:last-child:hover {
  background: #f9f9f9;
}

.price_num_aside {
  position: fixed;
  top: 50%;
  right: 28px;
  width: 120px;
  height: 120px;
  background: url(../images/awards/lottery_fix.png) center center no-repeat;
  z-index: 2;
  box-sizing: border-box;
  padding-top: 20px;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  color: #F00024;
  line-height: 25px;

}

.price_num_aside span {
  text-align: center;
  padding-right: 0px;
  display: block;
}

.price_num_aside i {
  font-style: normal;
}

.close_prize_pop {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 16px;
  height: 16px;
  background: url(../images/rightClose.png) left top no-repeat;
  background-size: 100% 100%;
}

.awrads_nav_wrap {
  position: relative;
}

#awrads_nav {
  position: absolute;
  left: 0px;
  margin-top: -68px;
}

.prizeContent {
  align-items: flex-start;
}

.votePopNoChance {
  width: 360px;
  height: 380px;
  background: #fff;
  border-radius: 8px;
}

.votePopNoChance .layui-layer-title {
  height: 63px;
}

.votePopNoChance .layui-layer-content img {
  width: 100px;
  display: block;
  margin: 0 auto 10px;
}

.votePopNoChance .no_prize_text {
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-Bold;
  font-weight: 700;
  text-align: center;
  color: #333333;
  line-height: 25px;
}

.voteGetChance {
  background: #fff;
}

.voteGetChance .layui-layer-title {
  height: 23px;
}

.voteGetChance .no_prize_text {
  height: 25px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #333333;
  line-height: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.voteGetChance .layui-layer-content p {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  margin-bottom: 10px;
}

.voteGetChance .go_vote_btn {
  margin-top: 0px;
  width: 140px;
  height: 40px;
  background: #ff8d26;
  border-radius: 20px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 40px;
}

.voteGetChance .go_vote_btn:hover {
  background: #F57603;
}

.votePowGeted {
  background: linear-gradient(180deg, #fce0d9, #ffffff) !important;
}

.votePowGeted .layui-layer-content big {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-Bold;
  font-weight: 700;
  text-align: center;
  color: #333333;
  line-height: 25px;
}

.votePowGeted .prize_name {
  font-size: 24px;
  font-family: PingFang SC, PingFang SC-Bold;
  font-weight: 700;
  text-align: center;
  color: #f06543;
  line-height: 33px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.votePowGeted .layui-layer-content>span {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 24px;
}

#nominate, #award_setting {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 1px;
}

@media (max-width: 750px) {
  .common_bg1, .common_bg2 {
    display: none;
  }

  .draw-pool {
    padding: 0.8rem 0.3rem;
  }

  .draw-pool h1 {
    margin-bottom: .5rem;
    font-size: .32rem;
  }

  .draw-pool-left {
    width: auto;
    float: none;
  }

  #prilist:after {
    display: none;
  }

  #prilist {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    float: none;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }

  #prilist li {
    float: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 .12rem;
    width: 2.22rem;
    height: 1.8rem;
    padding: 0;
    font-size: 0.23rem;
  }

  #prilist li.roll-5, #prilist li.roll-6, #prilist li.roll-7 {
    margin-bottom: 0px;
  }

  #winner_ul li span {
    margin-right: 40px !important;
  }

  #winner_ul li em span {
    width: 60px !important;
    margin-right: 0px !important;

  }

  #prilist img,
  #prilist .u_img {
    margin: 0 auto .15rem !important;
    height: .8rem !important;
    max-width: 80% !important;
    width: auto !important;
  }

  #prilist .u_img {
    padding: .25rem 0;
    height: .3rem !important;
  }

  #prilist #begin_btn {
    height: 1.8rem;
    cursor: pointer;

  }

  #prilist #begin_btn {
    line-height: 1.8rem;
  }

  .draw-pool-right {
    margin-top: .3rem;
    float: none;
    width: auto;
    height: auto;
    padding: 0rem;
    position: relative;
  }

  .draw-pool-right .tit {
    line-height: 1;
    margin-bottom: .3rem;
    font-size: .3rem;
    opacity: 1;
  }

  .draw-pool-right>p {
    font-size: .24rem;
    line-height: 1.6;
    opacity: .8;
  }

  .elecfans-fuli {
    margin-top: .3rem;
    justify-content: space-between;
    align-items: center;
  }

  .elecfans-fuli>div {
    margin: 0 !important;
    padding: 0 !important;
  }

  .elecfans-fuli>:first-child {
    order: 1;
  }

  .elecfans-fuli>:first-child img {
    margin: 0 !important;
  }

  .elecfans-fuli>:last-child {
    order: 1;
  }

  .draw-winlist-ul {
    font-size: 12px;
    padding-left: 1.3rem;
    width: 100%;
  }

  .draw-winlist-ul li span {
    margin: 0px 0.3rem !important;
  }

  .draw-winlist-title {
    left: 0px;
  }

  .draw-pool-right_box {
    padding: 0.5rem 0.3rem;
    height: auto;
  }

  .no_prize_text {
    font-size: 0.34rem;
  }

  .go_vote_btn {
    width: 2.4rem;
    height: 0.8rem;
    background: linear-gradient(55deg, #00bbb5 16%, #00b6d5 92%);
    border-radius: 0.4rem;
    margin: 0 auto;
    display: inline-block;
    line-height: 0.8rem;
    margin-top: 0.7rem;
    color: #FFFFFF !important;
  }
}