* {
  margin: 0;
  padding: 0;
  font-family: "Microsoft Yahei";
  font-size: 0.426rem;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
.con {
  width: 100%;
  background: url(../images/back.png);
  background-size: 100% 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 1.2rem;
  max-width: 10rem;
/*  filter:blur(5px);
  -webkit-filter:blur(5px);*/
}
.companyLog {
  width: 100%;
  max-height: 140px;
}
.listVote {
  padding: 0 0.2rem;
  position: relative;
}
.before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%
}
.listVote li {
  width: 31%;
  float: left;
  position: relative;
  margin: 3% 0 0 2%
}
.listVote li p {
  background: #e7e6e8;
  color: #000;
  font-weight: 500;
  width: 100%;
  height: 0.9rem;
  line-height: 1rem;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
}
.listVote li p img {
  width: 0.8rem;
  margin-top: 0.06rem
}
.listVote li p span {
  position: absolute;
  top: 0;
  left: 40%;
  font-size: 0.46rem
}
.layer {
  position: fixed;
  z-index: 888;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  left: 0;
  top: 0;
/*  filter:blur(5px);*/
display: none;
}
.title {
  margin-bottom: 0.4rem;
  font-size: 0.6rem;
  font-weight: 500
}
.exit,.name {
  font-size: 0.5rem
}
.exit {
  width: 26px;
  height: 26px;
  float: right;
  color: #000;
   background: url(../images/out.png);
  background-size: 100% 100%;
}
.desc {
  position: absolute;
  color: #fff;
  font-size: 0.36rem;
  width: 71%;
  top: 28%;
  left: 10%;
/*  background: #e7d5bc;*/
  padding: 0.5rem 0.5rem 0.7rem 0.5rem;
  border-radius:6px;
  text-align:justify;
  font-size: 0.42rem;
  background: url(../images/1002.png);
  background-size: 100% 100%;
}
.desc abbr {
  font-size: 0.36rem
}
.footer {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 0.36rem;
  margin-top: 6%
}
#searchC {
  z-index: 666;
  position: fixed;
  right: .2rem;
  bottom: 1rem;
}
.searchL {
    z-index: 777;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    display: none;
}
.input-search {
    padding: 0 3%;
    width: 94%;
    height: 1rem;
    border: 0 none;
    border-radius: 3px;
    font-size: 14px;
    margin-top: 0.2rem
 }
 form {
  padding: 0.2rem 0.6rem;
  position: relative;
  top: -4.5rem;
 }
  .listInput {
    margin: 0.7rem 0;
  }
 .listInput label {
  color: #fff;
  font-size: 0.4rem
 }
 .listInput input {
    padding: 0 3%;
    width: 60%;
    height: 1rem;
    border: 0 none;
    border-radius: 3px;
 }
 form a {
  display: block;
   padding: 0 3%;
    width: 60%;
    height: 1rem;
    border: 0 none;
    border-radius: 3px;
    font-size: 14px;
    background: #1ca3cd;
    font-size: 0.5rem;
    text-align: center;
    line-height: 1rem;
    color: #fff;
    margin: 0.6rem auto;
    margin-left: 23%;
 }
 .layer button {
    display: block;
    width: 2rem;
    height: 0.8rem;
    text-align: center;
    line-height: 0.8rem;
    outline: none;
    border: none;
    background: #fff;
    margin: 0 auto;
    margin-top: 0.8rem;
 }
 .success {
    width: 60%;
    display: block;
    margin: 0 auto;
    position: fixed;
    top: 40%;
    left: 20%;
    opacity: 0.9;
    display: none;
 }
 .now {
    font-size: 0.44rem;
    color: #fff;
    width: 40%;
    background: #4f3381;
    padding: 0.4rem;
    position: fixed;
    top: 40%;
    left: 30%;
    display: none;
    text-align: center;
 }
