body {
  height: 100%;
  position: relative;
}
.main {
  padding: 0;
  background-color: #F7F7F7;
  max-width: 780px;
  position: relative;
  min-height: 100%;
  padding-bottom: 0.75rem;
  margin: 0 auto;
}
.main .top_img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3.12;
}
.main .content {
  padding: 0.36rem 0.56rem 0.51rem;
  margin-top: -0.08rem;
  background: linear-gradient(to bottom, #dfecff 0%, #ffffff 5.03rem, #ffffff 100%);
  border-radius: 0.26rem 0.26rem 0rem 0rem;
  position: relative;
}
.main .content .v_title {
  font-size: 0.51rem;
  color: #333333;
  line-height: 0.72rem;
  font-weight: bold;
}
.main .content .par_num {
  margin-top: 0.25rem;
}
.main .content .par_num .v_num {
  padding: 0.01rem 0.1rem;
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  background-color: #FFE4D2;
  font-size: 0.26rem;
  color: #FD5B59;
  line-height: 0.36rem;
}
.main .content .par_num .vote_status {
  margin-left: 0.25rem;
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  border: 0.03rem solid #1678FF;
  font-size: 0.26rem;
  color: #1678FF;
  line-height: 0.36rem;
  padding: 0 .11rem;
}
.main .content .par_num .vote_status.vote_end {
  background: #F7F7F7;
  color: #888888;
  border: 0.03rem solid #F7F7F7;
}
.main .content .desc {
  margin-top: 0.26rem;
  font-size: 0.31rem;
  color: #666666;
  line-height: 0.44rem;
}
.main .content .desc .open,
.main .content .desc .close {
  cursor: pointer;
  user-select: none;
  color: #1678FF;
}
.main .content .vote_t {
  margin-top: 0.62rem;
  text-align: center;
  font-size: 0.31rem;
  color: #666666;
  line-height: 0.44rem;
}
.main .content .vote_t .you_voted {
  color: #B2B2B2;
}
.main .content .vote_ul > li {
  margin-top: 0.36rem;
  background-color: #F7F7F7;
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  padding: 0.23rem 0.51rem;
  font-size: 0.38rem;
  color: #333333;
  line-height: 0.46rem;
  cursor: pointer;
  user-select: none;
  border: 0.03rem solid transparent;
  display: flex;
}
.main .content .vote_ul > li.select {
  background: rgba(22, 120, 255, 0.14);
  border: 0.03rem solid rgba(22, 120, 255, 0.4);
  color: #1678FF;
}
.main .content .vote_ul > li .vote_name {
  flex: 1;
  margin-left: .3rem;
  text-align: justify;
}
.main .content .mark_input {
  margin-top: 0.36rem;
  padding: 0.23rem 0.51rem;
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  border: 0.03rem solid #E5E5E5;
  width: 100%;
  display: none;
  outline: none;
}
.main .content .res_ul {
  display: none;
}
.main .content .res_ul > li {
  margin-top: 0.36rem;
  padding-bottom: 0.23rem;
}
.main .content .res_ul > li .res_li_d1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .content .res_ul > li .res_li_d1 .res_d1_l {
  flex: 1;
  margin-right: 0.23rem;
  font-size: 0.38rem;
  color: #333333;
  line-height: 0.46rem;
  display: flex;
  align-items: center;
}
.main .content .res_ul > li .res_li_d1 .res_d1_l .select_img {
  width: 0.36rem;
  height: 0.36rem;
  margin-left: 0.26rem;
}
.main .content .res_ul > li .res_li_d1 .res_d1_r {
  min-width: 1.03rem;
  font-size: 0.36rem;
  color: #333333;
  line-height: 0.51rem;
  text-align: right;
}
.main .content .res_ul > li .res_li_d2 {
  margin-top: 0.21rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .content .res_ul > li .res_li_d2 .res_d2_l {
  flex: 1;
  margin-right: 0.23rem;
}
.main .content .res_ul > li .res_li_d2 .res_d2_r {
  min-width: 1.03rem;
  font-size: 0.31rem;
  color: #888888;
  line-height: 0.41rem;
  text-align: right;
}
.main .content .b_btn {
  margin-top: 1.03rem;
  margin-bottom: 0.77rem;
  text-align: center;
  display: none;
}
.main .content .b_btn .b_sp {
  padding: 0.28rem .92rem;
  font-size: 0.41rem;
  color: #FFFFFF;
  line-height: 0.56rem;
  background: #1678FF;
  border-radius: 0.565rem;
  cursor: pointer;
  user-select: none;
  display: inline-block;
  min-width: 1.5rem;
  margin: 0 0.36rem;
}
.main .content .b_btn .b_sp.vote_btn {
  padding: 0.28rem 1.92rem;
}
.main .content .b_btn .b_sp.draw_btn {
  background-color: #FF7A45;
}
.main .content .b_btn .b_sp.back_btn {
  background-color: transparent;
  border: 0.03rem solid #B2B2B2;
  color: #666666;
}
.main .content .b_btn .b_sp.share_btn {
  background-color: transparent;
  border: 0.03rem solid #1678FF;
  color: #1678FF;
}
.main .content .tip_box {
  margin-top: 0.73rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.29rem;
  color: #B2B2B2;
  line-height: 0.39rem;
}
.main .content .tip_box .tip_img {
  width: 0.39rem;
  height: 0.39rem;
  margin-right: 0.1rem;
}
.main .content .tip_box .tip_sp {
  color: #1678FF;
  cursor: pointer;
}
.main.no_data {
  background-color: #fff;
}
.main.no_data .content {
  background: transparent;
}
.main .download_box {
  margin-top: .26rem;
  padding: 0.33rem 0.36rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  position: relative;
}
.main .download_box .download_img {
  width: 0.36rem;
  height: 0.36rem;
  margin-right: .1rem;
}
.main .download_box .download_t {
  font-size: 0.38rem;
  color: #1678FF;
  line-height: 0.51rem;
  flex: 1;
}
.main .download_box .download_hand {
  position: absolute;
  top: .33rem;
  right: .36rem;
  width: .9rem;
}
.main .company {
  margin-top: 0.75rem;
  font-size: 0.31rem;
  color: #B2B2B2;
  line-height: 0.41rem;
}
.main .company > img {
  width: 0.41rem;
  height: 0.41rem;
  margin-right: 0.1rem;
}
.main .company div {
  text-align: center;
  margin-top: 0.1rem;
}
.main .company a {
  font-size: 0.31rem;
  color: #B2B2B2;
}
.main .draw_dialog {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.main .draw_dialog .draw_cont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .draw_dialog .draw_cont .success {
  display: none;
}
.main .draw_dialog .draw_cont .success .draw_sucess {
  width: 100%;
  max-width: 10rem;
  margin: 0 auto;
}
.main .draw_dialog .draw_cont .success .draw_bottom {
  position: absolute;
  top: 7.87rem;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .draw_dialog .draw_cont .success .draw_bottom .draw_yb {
  text-align: center;
  font-size: 0.41rem;
  color: #333333;
  line-height: 0.56rem;
}
.main .draw_dialog .draw_cont .success .draw_bottom .draw_yb .yb_sp {
  font-size: 1.03rem;
  color: #FF7A45;
  line-height: 1.44rem;
  margin-right: 0.15rem;
}
.main .draw_dialog .draw_cont .success .draw_bottom .draw_yb .yb_sp.tl_sp {
  font-size: 0.61rem;
}
.main .draw_dialog .draw_cont .success .draw_bottom .use_btn {
  text-align: center;
  margin-top: 0.51rem;
}
.main .draw_dialog .draw_cont .success .draw_bottom .use_btn .use_sp {
  display: inline-block;
  padding: 0.28rem 1.36rem;
  cursor: pointer;
  user-select: none;
  box-shadow: 0rem 0.1rem 0.26rem 0rem rgba(255, 122, 69, 0.6);
  background: #FF7A45;
  font-size: 0.41rem;
  color: #FFFFFF;
  line-height: 0.56rem;
  border-radius: 0.565rem;
}
.main .draw_dialog .draw_cont .success .draw_bottom .close_img {
  margin-top: 2.33rem;
  width: 1.13rem;
  height: 1.13rem;
  cursor: pointer;
  user-select: none;
}
.main .draw_dialog .draw_cont .fail {
  width: 6.26rem;
  margin: 0 auto;
  position: relative;
  display: none;
}
.main .draw_dialog .draw_cont .fail .draw_fail {
  width: 100%;
}
.main .draw_dialog .draw_cont .fail .draw_f_box {
  position: absolute;
  left: 0;
  right: 0;
  top: 2.9rem;
}
.main .draw_dialog .draw_cont .fail .draw_f_box .f_text {
  text-align: center;
  font-size: 0.38rem;
  color: #333333;
  line-height: 0.62rem;
  height: 1.34rem;
}
.main .draw_dialog .draw_cont .fail .draw_f_box .sure_btn {
  text-align: center;
  font-size: 0.38rem;
  color: #333333;
  line-height: 0.54rem;
  padding: 0.31rem;
}
.empty_box {
  z-index: 99;
  margin-top: 2.22rem;
  display: none;
}
.empty_box .em_cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.38rem;
  color: #888888;
  line-height: 0.54rem;
}
.empty_box .em_cont .em_img {
  width: 3.85rem;
  height: 3.85rem;
}
.empty_box .start_box {
  text-align: center;
  font-size: 0.37rem;
  color: #888888;
  line-height: 0.51rem;
}
.empty_box .start_box .starttime {
  color: #1678FF;
}
