/***** 网站调查模块 *****/
body.mobile .page-content .page-content-title {
  font-size: 20px;
}
.vote-block {
  width: 652px;
  margin-top: 24px;
  padding: 0;
  box-sizing: border-box;
}
.vote-block-title {
  position: relative;
  width: 100%;
  padding-left: 20px;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-all;
}

.vote-block-title:before {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  border-radius: 2px;
  background: #2783d9;

  color: #222;
}
.vote-block-title p {
  width: 100%;

  font-size: 16px;
  font-weight: bold;
  color: #222200;
}
.vote-block-title span {
  display: none;
}

/******  投票选项列表 S  ******/
.vote-item-list {
  margin-top: 16px;
  font-size: 14px;
}
.vote-item-list li {
  background: #fff;
  border: 1px solid rgba(225, 227, 234, 1);
  box-shadow: 0 5px 16px 0 rgba(6, 37, 79, 0.12);
  border-radius: 4px;

  margin-bottom: 8px;
  padding: 16px 16px 14px;
  box-sizing: border-box;
}
.vote-item-list .vote-item-title {
  margin-bottom: 16px;
  position: relative;
}

.vote-item-list .vote-item-title p {
  width: 80.819%;
  color: #222;
  line-height: 23px;
  word-wrap: break-word;
  word-break: break-all;
}

.vote-item-list .vote-item-title input[type='radio'] {
  width: 23px;
  height: 23px;
  background: #edf0f3;
  border: 1px solid rgba(205, 205, 205, 1);
  appearance: none;
  border-radius: 23px;
  cursor: pointer;
  user-select: none;

  position: absolute;
  top: 0;
  right: 0;
}
.vote-item-title input[type='radio']:checked:after {
  display: block;
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  background: #2783d9;
  right: 4px;
  top: 4px;
}

.vote-item-list .vote-item-bar .vote-data-bar {
  background: #edf0f3;
  border-radius: 4px;
  height: 23px;
  width: 100%;
  margin-bottom: 4px;
}
.vote-data-bar .vote-data-bar-percent {
  background: #2783d9;
  border-radius: 4px;
  height: 100%;
}

.vote-item-list .vote-item-bar .vote-item-bar-data {
  font-size: 14px;
  color: #aaa;
  font-weight: bold;
  line-height: 23px;
}
/******  投票选项列表 E  ******/

.submit-btn {
  display: block;
  width: 118px;
  height: 44px;
  line-height: 44px;
  margin: 32px auto 31px;
  background: #2783d9;

  color: #fff;
}
