/* 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;
  outline: none;
  background: 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;
  justify-content: center;
  flex-direction: column;
}
.container .header {
  width: 15rem;
  height: 7.6rem;
  background-image: url(../images/header_h5_toupiao.jpg);
  background-size: cover;
}
.container .banner {
  background-color: #fff9f0;
  padding: 0.4rem 1.2rem 0.44rem;
}
.container .banner .banner_title {
  height: 1.4rem;
  background-color: #ce3131;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.4rem;
}
.container .banner .banner_cont {
  padding-top: 0.48rem;
  font-size: 0.4rem;
  line-height: 0.84rem;
  color: #422a19;
  text-align: justify;
}
.container .main {
  padding: 0 1.2rem 4rem;
  background-color: #fff9f0;
  position: relative;
  min-height: calc(100vh - 18.5rem);
}
.container .main::after {
  content: '';
  position: absolute;
  width: 9.42rem;
  height: 4.16rem;
  background-image: url(../images/award_item_after.png);
  background-size: contain;
  bottom: 0;
  right: 0;
}
.container .main .search_container {
  height: 1.8rem;
  width: 12.54rem;
  border: 1px solid #ce3131;
  border-radius: 4px;
  padding: 0 0.4rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.72rem;
}
.container .main .search_container span {
  display: flex;
  background-color: #ce3131;
  width: 0.04rem;
  height: 0.62rem;
}
.container .main .search_input {
  width: 6rem;
  height: 100%;
  text-indent: 0.4rem;
  font-size: 0.54rem;
  color: #ce3131;
}
.container .main .search_btn {
  font-size: 0.54rem;
  color: #ce3131;
}
.container ul {
  display: flex;
  flex-wrap: wrap;
}
.container ul li {
  width: 2.96rem;
  padding: 0.32rem 0;
  margin-bottom: 0.4rem;
  margin-right: 0.12rem;
  border: 1px solid #ffc18a;
  background-color: #fff;
  color: #422a19;
  border-radius: 0.06rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container ul li input {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.container ul li:nth-child(4n) {
  margin-right: 0;
}
.container ul .company_details {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container ul .company_name,
.container ul .company_code {
  color: #422a19;
  height: 0.4rem;
  line-height: 0.4rem;
}
.container ul .company_name {
  font-size: 0.48rem;
  line-height: 0.48rem;
  font-weight: bold;
}
.container ul .company_code {
  font-size: 0.32rem;
  line-height: 0.32rem;
  margin-top: 0.2rem;
}
.container ul .company_code1 {
  font-size: 0.28rem;
  line-height: 0.36rem;
}
.container .active_li {
  border-color: #b22d2b;
  font-weight: bold;
  position: relative;
}
.container .active_li::before {
  content: '';
  position: absolute;
  right: 0.14rem;
  bottom: 0.14rem;
  width: 0.5rem;
  height: 0.5rem;
  background: url(../images/checked_icon.png) no-repeat;
  background-size: 0.5rem 0.5rem;
}
.vote_into {
  position: fixed;
  left: 50%;
  margin-left: -6.32rem;
  bottom: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12.66rem;
  height: 1.6rem;
  border-radius: 0.8rem;
  background-image: -moz-linear-gradient(0deg, #ff7140 0%, #a21110 100%);
  background-image: -webkit-linear-gradient(0deg, #ff7140 0%, #a21110 100%);
  background-image: -ms-linear-gradient(0deg, #ff7140 0%, #a21110 100%);
  z-index: 9;
}
.vote_into input {
 width:100%;
 height:100%;
  font-size: 0.48rem;
  color: #fff;
}
/*弹窗样式*/
.prop_item_container {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prop_item_container .prop_cont {
  position: absolute;
  z-index: 30;
  border-radius: 0.28rem;
  background-color: #ce3131;
  width: 11.64rem;
  height: 12.54rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1.2rem;
  box-sizing: border-box;
}
.prop_item_container .prop_cont .prop_icon {
  width: 2.84rem;
  height: 2.84rem;
}
.prop_item_container .prop_cont .sucess_icon {
  width: 2.8rem;
  height: 2.8rem;
  background: url(../images/sucess_icon.png) no-repeat;
  background-size: 100% 100%;
}
.prop_item_container .prop_cont .tips_icon {
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  background: url(../images/tip_icon.png) no-repeat;
  background-size: 100% 100%;
}
.prop_item_container .prop_cont h6 {
  font-size: 0.56rem;
  line-height: 0.88rem;
  color: #fff;
  text-align: center;
  padding: 0.42rem 0 0.56rem;
}
.prop_item_container .prop_cont p {
  width: 8.8rem;
  font-size: 0.56rem;
  line-height: 0.84rem;
  text-align: justify;
  color: #fff;
}
.prop_item_container .prop_cont .prop_item_off {
  width: 7.92rem;
  height: 1.8rem;
  background-color: #fff;
  border-radius: 0.9rem;
  font-size: 0.7rem;
  font-weight: bold;
  color: #ce3131;
  text-align: center;
  line-height: 1.8rem;
  margin-top: 1.4rem;
}
.prop_item_container .tips_cont {
  padding-top: 2.2rem;
}
.prop_item_container .tips_cont h6 {
  display: flex;
  align-items: center;
}
.prop_item_container .tips_cont h6 span {
  margin-right: 0.3rem;
}
.prop_item_container .tips_cont .prop_item_off {
  margin-top: 1.8rem;
}
.prop_item_container .sucess_cont h6 {
  font-size: 0.96rem;
  line-height: 1.48rem;
  color: #fff;
  padding: 0;
  margin-top: 0.32rem;
}
.prop_item_container .sucess_cont p {
  text-align: center;
}
.prop_item_container .sucess_cont a {
  color: #37291d;
  text-decoration: none;
}
.prop_item_container .sucess_cont .prop_item_off {
  margin-top: 0.8rem;
}
.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;
  width: 32px;
  height: 32px;
}
.loading.la-dark {
  color: #333;
}
.loading > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  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);
  }
}
