/* CSS Document */
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
fieldset,
form,
tr,
th,
td,
center,
input,
button,
textarea {
  padding: 0;
  margin: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
input,
img,
select {
  vertical-align: middle;
  border: none;
  background: none;
  outline: none;
}
ul,
li {
  list-style: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.txthide {
  text-indent: -9999em;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}
input[type='submit'],
input[type='reset'],
input[type='button'],
button {
  -webkit-appearance: none;
  /*去掉苹果的默认UI来渲染按钮*/
}
/* float */
.clearfix:after {
  content: '';
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clear {
  clear: both;
}
/* a */
img {
  height: 100%;
  width: 100%;
  background-size: 100% 100%;
}
body {
  font-size: 0.24rem;
  -webkit-overflow-scrolling: auto;
}
html,
body {
  width: 100%;
  height: 100%;
}
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.item_container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 13.44rem;
  border-radius: 0.2rem;
  background-color: #fff;
  padding: 0.68rem 0.56rem;
  box-sizing: border-box;
}
.item_container .item_title {
  margin-bottom: 0.68rem;
}
.item_container .item_title img {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}
.item_container .item_cont {
  border-width: 1.208px;
  border-color: #d13d3d;
  border-style: solid;
  border-radius: 0.36rem;
  width: 12.28rem;
  padding: 0.4rem 0.56rem 0.4rem;
  box-sizing: border-box;
}
.item_container .item_cont p {
  text-align: justify;
  font-size: 0.44rem;
  color: #282728;
  line-height: 0.72rem;
}
.header {
  width: 15rem;
  height: 36.76rem;
  background: url(../images/header_h5_img.jpg) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.header .item_container {
  position: absolute;
  left: 50%;
  margin-left: -6.72rem;
  top: 50%;
  margin-top: 2.8rem;
}
.header .about_title {
  width: 5.64rem;
  height: 0.96rem;
}
.banner {
  width: 15rem;
  background-color: #910d0e;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.6rem;
}
.banner .item_container {
  margin-bottom: 0.6rem;
}
.banner .selection_title {
  width: 3.88rem;
  height: 0.94rem;
}
.banner .time_plan_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner .time_plan_title {
  width: 6.5rem;
  height: 0.72rem;
}
.banner .time_plan_title img {
  width: 100%;
  height: 100%;
}
.banner .time_plan_cont {
  width: 9.62rem;
  height: 5.46rem;
  margin: 0.66rem 0 1.1rem;
}
.banner .time_plan_cont img {
  width: 100%;
  height: 100%;
}
.banner .vote_Instructions_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.6rem;
}
.banner .vote_Instructions_title {
  width: 6.5rem;
  height: 0.72rem;
}
.banner .vote_Instructions_title img {
  width: 100%;
  height: 100%;
}
.banner .vote_Instructions_cont {
  font-size: 0.4rem;
  line-height: 0.68rem;
}
.banner .vote_Instructions_cont .vote_desc {
  position: relative;
  padding-left: 0.46rem;
  font-size: 0.44rem;
  color: #282728;
  line-height: 0.72rem;
}
.banner .vote_Instructions_cont .vote_desc:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 0.18rem;
  background-color: #d91d1b;
}
.banner .vote_Instructions_cont p {
  font-size: 0.36rem;
  padding-left: 0.46rem;
}
.banner .code_container {
  display: flex;
  justify-content: space-between;
  padding: 0 0.3rem;
}
.banner .code_container .code_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner .code_container .code_item p {
  padding-left: 0;
}
.banner .code_container .code_item img {
  width: 2.84rem;
  height: 2.84rem;
}
.banner .pingxuan_yuanze_title {
  width: 3.88rem;
  height: 0.98rem;
}
.main_continer {
  width: 15rem;
  background-color: #910d0e;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main_continer .item_container {
  margin-bottom: 0.6rem;
}
.main_continer .jiangxiang_title {
  width: 3.9rem;
  height: 0.96rem;
}
.main_continer .award_item {
  position: relative;
  min-height: 7.46rem;
  background-color: #fffbf5;
  padding: 0.6rem 0.4rem 0;
  box-sizing: border-box;
  margin-bottom: 0.4rem;
}
.main_continer .award_item::before {
  content: '';
  position: absolute;
  background: url(../images/award_item_before.png) top left;
  width: 12.32rem;
  height: 7.46rem;
  left: 0;
  top: 0;
}
.main_continer .award_item::after {
  content: '';
  position: absolute;
  background: url(../images/award_item_after.png) center;
  width: 9.42rem;
  height: 4.12rem;
  right: 0;
  bottom: 0;
}
.main_continer .award_title {
  margin-bottom: 0.4rem;
  position: relative;
}
.main_continer .award_title::before {
  content: '';
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  width: 1.44rem;
  height: 0.08rem;
  background-color: #d91d1b;
}
.main_continer .shizhiguanli_title {
  width: 9.5rem;
  height: 0.72rem;
}
.main_continer .shizhiguanli_title img {
  width: 100%;
}
.main_continer .jinshuguang_shijian_title {
  width: 9.78rem;
  height: 0.74rem;
}
.main_continer .jinshuguang_shijian_title img {
  width: 100%;
}
.main_continer .jinshuguang_touzi_title {
  width: 9.54rem;
  height: 0.72rem;
}
.main_continer .jinshuguang_touzi_title img {
  width: 100%;
}
.main_continer .jinshuguang_xinzhi_title {
  width: 10.22rem;
  height: 0.74rem;
}
.main_continer .jinshuguang_xinzhi_title img {
  width: 100%;
}
.main_continer .jinshuguang_changzhang_title {
  width: 8.74rem;
  height: 0.72rem;
}
.main_continer .jinshuguang_changzhang_title img {
  width: 100%;
}
.main_continer .jinshuguang_jinrong_title {
  width: 10.86rem;
  height: 0.74rem;
}
.main_continer .jinshuguang_jinrong_title img {
  width: 100%;
}
.main_continer .jinshuguang_dongmi_title {
  width: 9.84rem;
  height: 0.74rem;
}
.main_continer .jinshuguang_dongmi_title img {
  width: 100%;
}
.main_continer .jinshuguang_touziguanxi_title {
  width: 10.48rem;
  height: 0.74rem;
}
.main_continer .jinshuguang_touziguanxi_title img {
  width: 100%;
}
.main_continer .award_cont {
  padding-top: 0.36rem;
  font-size: 0.4rem;
  line-height: 0.72rem;
  color: #000000;
}
.main_continer .view_more {
  position: relative;
  z-index: 1;
  padding: 0.4rem 0 0.8rem;
}
.main_continer .view_more a {
  font-size: 0.5rem;
  color: #d91d1b;
  text-decoration: none;
  font-weight: bold;
}
.main_continer .canping_title {
  width: 7.76rem;
  height: 0.96rem;
}
.main_continer .shenbao_title {
  width: 5.84rem;
  height: 0.98rem;
}
.main_continer .baosong_title {
  width: 5.78rem;
  height: 0.72rem;
  padding: 26px 0 28px;
  margin: 0 auto;
}
.main_continer .baosongcailiao_info {
  font-size: 0.4rem;
  line-height: 0.84rem;
  color: #333333;
  font-weight: bold;
  margin-top: 0.46rem;
}
.prize_set .prize_cont {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.prize_set .prize_cont .prize_item {
  width: 12.32rem;
  border-style: solid;
  border-width: 1px;
  border-color: #99835e;
  border-radius: 0.36rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 0.36rem;
  color: #f6edde;
  padding: 0.52rem 0.6rem 0.4rem;
  box-sizing: border-box;
}
.prize_set .prize_cont .prize_item h6 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.52rem;
  height: 0.62rem;
  margin-top: 0.16rem;
  margin-bottom: 0.4rem;
}
.prize_set .prize_cont .prize_item h6 span {
  display: flex;
  width: 0.26rem;
  height: 0.28rem;
  background: url(../images/start_icon.png) no-repeat;
  background-size: 100% 100%;
}
.prize_set .prize_cont .prize_item h6 span:first-child {
  margin-right: 0.2rem;
}
.prize_set .prize_cont .prize_item h6 span:last-child {
  margin-left: 0.2rem;
}
.prize_set .prize_cont .prize_item p {
  font-size: 0.44rem;
  line-height: 0.56rem;
  text-align: justify;
}
.prize_set .prize_cont .prize_item a {
  width: 11.42rem;
  height: 1.32rem;
  background: url(../images/vote_btn_bg.png) no-repeat;
  background-size: 100% 100%;
  color: #37291d;
  font-size: 0.48rem;
  line-height: 1.32rem;
  text-align: center;
  text-decoration: none;
  margin-top: 0.4rem;
  letter-spacing: 5px;
}
.partake_container {
  width: 15rem;
  background-color: #1e1006;
  display: flex;
  justify-content: center;
  padding-bottom: 0.56rem;
}
.partake_container .partake_cont .partake_item {
  border-style: solid;
  border-width: 1px;
  border-color: #99835e;
  border-radius: 0.36rem;
  width: 12.42rem;
  margin-bottom: 0.48rem;
}
.partake_container .partake_cont .partake_item_title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9.9rem;
  height: 1rem;
  background: url(../images/deng_guang.png) no-repeat;
  background-size: 100% 100%;
  margin: 0.3rem auto 0;
}
.partake_container .partake_cont .partake_item_title img {
  width: 2.26rem;
  height: 0.58rem;
}
.partake_container .partake_cont .partake_item_esg {
  width: 13.26rem;
  height: 1rem;
  background: url(../images/partake_item_title_esg.png) no-repeat;
  background-size: 100% 100%;
}
.partake_container .partake_cont .bs_cl_title img {
  width: 2.3rem;
  height: 0.56rem;
}
.partake_container .partake_cont .tp_sm img {
  width: 2.28rem;
  height: 0.56rem;
}
.partake_container .partake_cont .partake_item_list {
  padding: 0.4rem 0.28rem 0.72rem 0.46rem;
}
.partake_container .partake_cont .partake_item_list .partake_li {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  font-size: 0.44rem;
  line-height: 0.58rem;
  color: #f6edde;
}
.partake_container .partake_cont .partake_item_list .partake_li span {
  display: flex;
  flex-shrink: 0;
  width: 0.28rem;
  height: 0.28rem;
  background: url(../images/l_x_icon.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 0.2rem;
}
.partake_container .partake_cont .sb_cont {
  width: 9.36rem;
  height: 6.4rem;
  margin: 1rem auto;
}
.partake_container .partake_cont .sb_cont img {
  width: 100%;
  height: 100%;
}
.cy_recipe img {
  width: 15rem;
  height: 15.72rem;
}
.billboard_container {
  background: url(../images/billboard_img.jpg) no-repeat;
  width: 15rem;
  height: 12.62rem;
  background-size: 100% 100%;
}
.vote_prop {
  position: fixed;
  right: -4px;
  top: 50%;
  margin-top: 1.5rem;
  width: 3.2rem;
  height: 3.4rem;
  z-index: 10;
}
.vote_prop a {
  display: flex;
  width: 100%;
  height: 100%;
}
.vote_prop img {
  width: 100%;
  height: 100%;
}
.footer {
  width: 15rem;
  height: 13.96rem;
  background: url(../images/footer_img.jpg) no-repeat;
  background-size: 100% 100%;
}
.loading_cotainer {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  background-color: #999;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading,
.loading > div {
  position: relative;
  box-sizing: border-box;
}
.loading {
  display: block;
  font-size: 0;
  color: #000;
}
.loading.la-dark {
  color: #333;
}
.loading > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.loading {
  width: 32px;
  height: 32px;
}
.loading > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  animation: ball-spin-clockwise 1s infinite ease-in-out;
}
.loading > div:nth-child(1) {
  top: 5%;
  left: 50%;
  animation-delay: -0.875s;
}
.loading > div:nth-child(2) {
  top: 18.18019485%;
  left: 81.81980515%;
  animation-delay: -0.75s;
}
.loading > div:nth-child(3) {
  top: 50%;
  left: 95%;
  animation-delay: -0.625s;
}
.loading > div:nth-child(4) {
  top: 81.81980515%;
  left: 81.81980515%;
  animation-delay: -0.5s;
}
.loading > div:nth-child(5) {
  top: 95%;
  left: 50%;
  animation-delay: -0.375s;
}
.loading > div:nth-child(6) {
  top: 81.8198047%;
  left: 18.18019492%;
  animation-delay: -0.25s;
}
.loading > div:nth-child(7) {
  top: 49.99997508%;
  left: 5.00000512%;
  animation-delay: -0.125s;
}
.loading > div:nth-child(8) {
  top: 18.17946497%;
  left: 18.18037005%;
  animation-delay: 0s;
}
.loading.la-sm {
  width: 16px;
  height: 16px;
}
.loading.la-sm > div {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}
.loading.la-2x {
  width: 64px;
  height: 64px;
}
.loading.la-2x > div {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
}
.loading.la-3x {
  width: 96px;
  height: 96px;
}
.loading.la-3x > div {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}
@keyframes ball-spin-clockwise {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: scale(0);
  }
}
