.vote-con {
  padding: 0 50px 30px;
}

.vote-con .title {
  margin: 35px 0;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.vote-con .time {
  padding-left: 155px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 27px;
}

.vote-con .time .status {
  display: inline-block;
  height: 27px;
  padding: 0 16px;
  margin-left: 42px;
  border-radius: 20px;
  background: #ededed;
}

.vote-con .top-card {
  margin-bottom: 30px;
  border: 1px solid #ededed;
}

.vote-con .top-card .vote-title {
  height: 50px;
  padding: 0 19px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #0364dd;
}

.vote-con .top-card .vote-sel {
  padding: 30px 240px 8px;
}

.vote-con .top-card .vote-sel .vote-item {
  margin-bottom: 28px;
}

.vote-con .top-card .vote-sel .vote-item .layui-form-radio {
  line-height: 18px;
  margin-bottom: 2px;
}

.vote-con .top-card .vote-sel .vote-item .layui-form-radio > i {
  font-size: 20px;
  margin-right: 6px;
}

.vote-con .top-card .vote-sel .vote-item .layui-form-checkbox {
  margin-left: 1px;
}

.vote-con .top-card .vote-sel .vote-item .layui-form-checkbox i {
  top: 7px;
}

.vote-con .top-card .vote-sel .vote-item span {
  display: inline-block;
  height: 28px;
  line-height: 28px;
}

.vote-con .top-card .vote-sel .vote-item .per {
  display: inline-block;
  width: 80px;
  text-align: right;
}

.vote-con .top-card .vote-sel .view-result {
  display: block;
  color: #0364dd;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  cursor: pointer;
}

.vote-con .top-card.text-card {
  margin-bottom: 0;
  padding: 0;
}

.vote-con .top-card.text-card .vote-sel {
  padding: 0;
}

.vote-con .top-card.text-card .vote-sel textarea {
  width: 100%;
  height: 278px;
  border: none;
}

.vote-con .submit-btn {
  display: block;
  width: 180px;
  height: 50px;
  margin: 30px auto 0;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #0364dd;
}
