body {
  background-color: #f4f4f4;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8125rem;
  color: #333;
  padding-bottom: 100px;
}

.container {
  max-width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin: auto;
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.vote-header {
  /*height: 230px;*/
  /*background-image:url('../images/redcool_pc.jpg');*/
  color: #fff;
  font-size: 2.5rem;
}

.vote-header .container {
  height: 100%;
  display: flex;
  align-items: center;
}

.vote-header h1 {
  text-shadow: 2px 2px 10px #444;
}

.vote-operate button {
  padding: 0.625rem 0.9375rem;
  color: white;
  font-size: 1.25rem;
  margin: 0.625rem;
  border-radius: 0.625rem;
}

.vote-operate button i {
  margin: 0.625rem;
}

.vote-operate button:first-child {
  background-color: #dd6d61;
  border-color: #dd6d61;
  position: fixed;
  top: 50%;
  right: 10%;
}

.vote-operate1 button {
  padding: 0.625rem 0.9375rem;
  color: white;
  font-size: 1.25rem;
  margin: 0.625rem;
  border-radius: 0.625rem;
}

.vote-operate1 {
  position: fixed;
  top: 50%;
  right: 10%;
}

.vote-operate1 button {
  margin-bottom: 10px;
}

.vote-operate button:last-child {
  /* background-color: #464848; */
  /* border-color:#464848; */
}

.split-line {
  text-align: center;
  margin: 1.25rem 0;
}

.split-line img {
  width: 100%;
}
