﻿@import url("font_871096_208lrxa0zju.css");
.qFormInput, .qFormSelect, .qFormRadio {
  font-size: 14px;
}

.qFormInput, .qFormSelect {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #cccccc;
  color: #787878;
  width: 100%;
  border-radius: 3px;
}

.qFormInput {
  padding: 8px 13px;
}

.qFormSelect {
  padding: 8px 5px;
  position: relative;
}

.qFormSelect::after {
  content: " ";
  position: absolute;
  right: 13px;
  top: 16px;
  height: 6px;
  width: 10px;
  border-width: 3px 5px;
  border-style: solid;
  border-color: #cccccc transparent transparent;
}

.qFormRadio {
  display: none !important;
}

.qFormRadio + label {
  cursor: pointer;
  font-weight: normal;
  display: inline-block;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.qFormRadio + label i {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #aaa;
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  vertical-align: middle;
}

.qFormRadio + label .radioText {
  width: calc(100% - 30px);
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}

.qFormRadio + label:hover,
.qFormRadio + label:active,
.qFormRadio:checked + label,
.qFormRadio + label:hover i,
.qFormRadio + label:active i,
.qFormRadio:checked + label:active i,
.qFormRadio:checked + label i {
  border-color: #649efd;
}

.qFormRadio:checked + label i:after {
  content: ' ';
  width: 8px;
  height: 8px;
  border-radius: 8px;
  position: absolute;
  top: 3px;
  background: #649efd;
  text-shadow: 0px;
  left: 3px;
  font-size: 32px;
}

.qFormCheckbox {
  display: none;
}

.qFormCheckbox + label {
  position: relative;
  display: inline-block;
  padding-left: 26px;
  line-height: 30px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  vertical-align: middle;
  white-space: nowrap;
  width: calc(100% - 30px);
}

.qFormCheckbox + label::before {
  content: " ";
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.qFormCheckbox + label::after {
  content: " ";
  position: absolute;
  top: 9px;
  left: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 5px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 2px solid transparent;
  border-top: 0;
  border-left: 0;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.qFormCheckbox:checked + label::before {
  background: transparent;
  border-color: #649efd;
}

.qFormCheckbox:checked + label::after {
  border-color: #649efd;
}

.qFormBtn {
  display: inline-block;
  padding: 0 28px;
  height: 35px;
  line-height: 35px;
  background-color: #649efd;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}

.qFormBtn:hover {
  opacity: 0.8;
}

html, body {
  padding: 0;
  margin: 0;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}

html {
  height: 100%;
}

@media screen and (min-width: 1024px) {
  body {
    padding: 40px 0;
  }
}

.fullLen {
  width: 100%;
}

.halfLen {
  width: 50%;
}

textarea {
  resize: none;
}

button:active,
button:focus,
.formBtn:active,
.formBtn:focus {
  outline: 0 !important;
}

.mainWrapper {
  
  background-attachment: fixed;
}

#mainContainer {
  position: relative;
  font-size: 14px;
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.08);
          box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.08);
}

@media screen and (max-width: 1024px) {
  #mainContainer {
    width: 100%;
    margin: 0;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    min-height: 100vh;
  }
  #mainContainer #formBody {
    min-height: calc(100vh - 54px);
  }
}

@media screen and (min-width: 1024px) {
  #mainContainer {
    width: 640px;
    margin: 0 auto;
  }
}

#formHead {
  height: 40px;
  background-color: #CCCCCC;
}

#formBody {
  padding: 10px;
  min-height: 600px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form {
  padding-top: 10px;
}

.formInfo {
  border-bottom: 1px solid #f7f7f7;
}

.formInfoTitle,
#formInfoTitle {
  font-size: 22px;
  font-weight: bold;
}

.formInfoDesc,
#formInfoDesc {
  font-size: 12px;
  padding: 8px 0;
  word-break: break-all;
}


.itemName,
.item {
  width: 100%;
}

#formDetail ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#formDetail .formItemLi {
  padding: 10px 0;
}

#formDetail .itemName,
#formDetail .item {
  display: inline-block;
  vertical-align: top;
}

#formDetail .itemName {
  
  padding: 5px 0;
}

#formDetail .requiredSymbol {
  color: red;
  margin-left: 5px;
}

.hide {
  display: none;
}

#formDetail .input {
  color: #adadad;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px;
  font-size: 100%;
  font-family: verdana, 微软雅黑, 宋体, "lucida grande";
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #adadad !important;
}

:-moz-placeholder {
  color: #adadad !important;
}

::-moz-placeholder {
  color: #adadad !important;
}

:-ms-input-placeholder {
  color: #adadad !important;
}

#formDetail .input:hover,
#formDetail .input:focus {
  border: 1px solid #649efd;
  outline: none;
}

.itemInputSpan {
  display: inline-block;
}

.itemTextarea {
  height: 80px;
}

.itemRadio:checked + label::before,
.itemCheckbox:checked + label::before {
  border-color: #649efd;
}

.itemRadio {
  display: none;
}

.itemRadio + label {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  line-height: 30px;
}

.itemRadio + label::before,
.itemRadio + label::after {
  content: " ";
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-radius: 50%;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.itemRadio + label::before {
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  border: 1px solid #CCCCCC;
}

.itemRadio + label::after {
  left: 3px;
  top: 11px;
  width: 8px;
  height: 8px;
}

.itemRadio:checked + label::before {
  border-color: #649efd;
}

.itemRadio:checked + label::after {
  background: #649efd;
}

.itemCheckbox {
  display: none;
}

.itemCheckbox + label {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  line-height: 30px;
}

.itemCheckbox + label::before {
  content: " ";
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.itemCheckbox + label::after {
  content: " ";
  position: absolute;
  top: 9px;
  left: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 5px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 2px solid transparent;
  border-top: 0;
  border-left: 0;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.itemCheckbox:checked + label::before {
  background: transparent;
  border-color: #649efd;
}

.itemCheckbox:checked + label::after {
  border-color: #649efd;
}

#formDetail .itemSiteSum span {
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  #formDetail .itemSiteSum span {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1024px) {
  #formDetail .itemSiteSum > span {
    width: 32%;
  }
}

#formDetail .itemSiteSum select {
  width: 99%;
}

#formDetail .itemSiteDetail {
  margin-top: 8px;
}

.btn {
  padding: 7px 15px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  cursor: pointer;
}

.itemFile {
  background-color: #00b7ee;
  color: #FFFFFF;
}

.uploadBtn {
  background-color: #FFFFFF;
  color: #333333;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
}

.uploadBtn:hover {
  background-color: #e6e6e6;
  border-color: #adadad;
}

.layui-upload-choose {
  display: none;
}

.itemDate {
  -webkit-appearance: none;
}


#formDetail .itemText {
  margin: 0;
  color: #adadad;
}

#formDetail .formSub {
  text-align: center;
}

#formDetail .formSubBtn {
  display: inline-block;
  border: none;
  
  width: 50%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background-color: #008B8B;
  border-radius: 3px;
  font-size: 100%;
  font-family: verdana, 微软雅黑, 宋体, "lucida grande";
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  vertical-align: middle;
}


.inputError {
  border-color: #FF0000 !important;
}


.fileUploadContainer {
  border: 1px solid #CCC;
  border-radius: 5px;
  height: 70px;
  padding: 6px 5px 0;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fileUploadInfoDetail {
  padding-top: 10px;
  position: relative;
}

.fileUploadName,
.fileUploadResult {
  display: inline-block;
  line-height: 18px;
  height: 18px;
}

.fileUploadName {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  width: 75%;
}

.fileUploadResult {
  position: absolute;
  top: 10px;
  right: 0;
  width: 25%;
  min-width: 70px;
  text-align: right;
  color: green;
}

.fileUploadResult.fileUploadErrorTip {
  color: red;
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

#CAPTCHAPanel {
  padding: 10px 0;
  
}

#CAPTCHAInput {
  width: 120px;
}

#CAPTCHAPic {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  height: 35px;
  vertical-align: top;
}

.itemDescText {
  color: #adadad;
  padding-top: 5px;
  word-break: break-all;
}

.layui-progress-text {
  display: inline-block;
  width: 100%;
  text-align: right;
  top: 0 !important;
  position: unset !important;
}

#formRes {
  font-size: 16px;
  padding: 20px;
}

#formResContainer {
  
}

.resItemPanel + .resItemPanel {
  
}

.resItem {
  
  
  
  
  word-break: break-all;
  
  line-height: 20px;
  vertical-align: top;
}

.resItemName {
  
}

.resItemDetail {
  padding-left: 4px;
}

#formResHead {
  position: relative;
  line-height: 20px;
  padding: 15px 0;
}

#formResTitle {
  font-size: 18px;
}

#formResCount {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  
  padding: 15px 0;
}

#resCountNum {
  color: red;
}

.resOnePart {
  border-top: 1px solid #eeeeee;
  padding: 20px 0;
  font-size: 14px;
}

.resItemPanel {
  color: #777777;
}

.resOnePartPortait {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #ccdfee;
  color: #fff;
  font-size: 25px;
  text-align: center;
  line-height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.inlineCon {
  display: inline-block;
  vertical-align: middle;
}

.resOnePartUser {
  line-height: 30px;
  padding-left: 5px;
}

.resOnePartUser .submitterName {
  color: #3296fa;
}

.resItemPanel {
  line-height: 24px;
  padding: 4px 10px 4px 50px;
}

.adminReply {
  background-color: #f9f9f9;
  color: #000;
  padding: 16px 20px;
}

.adminReply .adminReplyContent {
  overflow: hidden;
}

.adminReply .adminReplyContent img {
  max-width: 100%;
}

#getMoreRes {
  background-color: #f9f9f9;
  color: #2e40d4;
  text-align: center;
  font-size: 14px;
  padding: 6px 0;
  cursor: pointer;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

#getMoreRes:hover {
  background-color: #efefef;
}

.cover {
  padding-bottom: 10px;
  text-align: center;
}

.coverImg {
  width: 100%;
}

.fakeInput {
  height: 35px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
}

.fakeInput:hover {
  border: 1px solid #cccccc !important;
}

.realInput {
  display: none;
}

.formCopyRight {
  text-align: center;
  padding: 20px 0;
  color: #999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}

.formCopyRight a {
  color: inherit !important;
}

.requestCover {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 99999;
}

.scrollbar {
  overflow: auto;
}

.scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #e6e6e6;
  border-radius: 36px;
}

.scrollbar::-webkit-scrollbar-track {
  border-radius: 36px;
  background-color: #e6e6e6;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.scrollbar::-webkit-scrollbar-thumb {
  height: 4px;
  border-radius: 36px;
  background-color: #bfbfbf;
}

.inline {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inline + .inline {
  margin-left: -5px;
}

.viewRecord {
  cursor: pointer;
  vertical-align: middle;
}

.itemVideo {
  height: 300px;
}

.itemVideo > video {
  background-color: #000;
}

.fakeVideoContainer {
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  background-color: #000000;
}

.fakeVideoContainer {
  background-size: contain !important;
}

.fakeVideoPlayBtn {
  color: #FFF;
  display: inline-block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border-radius: 60px;
  border: 4px solid #FFF;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
}

.fakeVideoPlayBtn i {
  padding-left: 2px;
  font-size: 40px !important;
}

.itemStar ul > li {
  padding: 0 5px;
}

.queryQrContainer {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 172px;
  height: 195px;
  padding: 17px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(125, 125, 125, 0.75);
          box-shadow: 0px 0px 7px 0px rgba(125, 125, 125, 0.75);
  border-radius: 10px;
  z-index: 8;
  color: #000;
  background-color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.queryQrContainer .queryQr {
  width: 138px;
  height: 138px;
}

.queryQrContainer .queryQrText {
  font-size: 12px;
  padding-top: 11px;
}

.queryMainContainer {
  padding: 25px 20px 0;
  color: #1c1c1c;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.08);
          box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.08);
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.queryMainContainer div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.queryMainContainer .queryForm {
  min-height: 600px;
}

.queryMainContainer .queryForm .queryFormInfo {
  margin-bottom: 20px;
  text-align: left;
}

.queryMainContainer .queryForm .queryFormDetail .qFormPanel {
  margin-bottom: 16px;
}

.queryMainContainer .queryForm .queryFormDetail .qFormPanel.queryCAPTCHAPanel {
  text-align: left;
}

.queryMainContainer .queryForm .queryFormDetail .qFormPanel .queryItemName {
  padding: 5px 0 10px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
}

.queryMainContainer .queryForm .queryFormDetail .qFormPanel .queryItemName .queryItemNameDetail, .queryMainContainer .queryForm .queryFormDetail .qFormPanel .queryItemName .queryItemNameType {
  display: inline-block;
  vertical-align: middle;
}

.queryMainContainer .queryForm .queryFormDetail .qFormPanel .queryItemName .queryItemNameDetail {
  word-break: keep-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: calc(100% - 42px);
}

.queryMainContainer .queryForm .queryFormDetail .qFormPanel .queryItemFill {
  text-align: left;
}

.queryMainContainer .queryForm .queryFormDetail .qFormPanel .queryItemFill .frontRadioPanel, .queryMainContainer .queryForm .queryFormDetail .qFormPanel .queryItemFill .frontRPRadioContent, .queryMainContainer .queryForm .queryFormDetail .qFormPanel .queryItemFill .frontCheckboxPanel {
  height: 36px;
  line-height: 36px;
}

.queryMainContainer .queryForm .queryFormDetail .qFormPanel .queryItemFill .frontRadioPicPanel .frontRadioPicBoxLabel {
  cursor: pointer;
}

.queryMainContainer .queryForm .queryFormDetail .qFormPanel .queryItemFill .frontRadioPicPanel .frontRadioPicBox {
  display: inline-block;
  width: calc(33% - 15px - 5px);
  padding: 10px;
  margin: 0 15px 15px 0;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

.queryMainContainer .queryForm .queryFormDetail .qFormPanel .queryItemFill .frontRadioPicPanel .frontRadioPicBox .frontRPPicContent {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../image/voteRadioPicDef.png);
  padding-top: 100%;
  margin-bottom: 5px;
}

.queryMainContainer .queryForm .queryFormDetail .qFormPanel .queryItemFill .queryCAPTCHAInput {
  width: 120px;
}

.queryMainContainer .queryForm .queryFormDetail .qFormPanel .queryItemFill .queryCAPTCHAPicHolder .queryCAPTCHAPic {
  cursor: pointer;
  height: 35px;
  vertical-align: top;
}

.queryMainContainer .queryForm .queryFormDetail .queryFormSub {
  margin-top: 42px;
}

.queryMainContainer .queryForm .queryFormDetail .queryFormSub .queryFormSubBtn, .queryMainContainer .queryForm .queryFormDetail .queryFormSub .voteFormViewResBtn {
  vertical-align: middle;
}

.queryMainContainer .queryForm .queryFormDetail .queryFormSub .voteFormViewResBtn {
  color: #649efd;
  margin-left: 15px;
  cursor: pointer;
}

.queryMainContainer .queryResWin {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 9;
  font-size: 16px;
  padding: 56px 10px;
}

.queryMainContainer .queryResWin .queryResBottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1;
}

.queryMainContainer .queryResWin .queryResBottom .queryResWinText {
  padding: 22px 0;
  color: #727272;
}

.queryMainContainer .queryResWin .queryResHasData {
  height: calc(100vh - 171px);
  margin-top: 25px;
}

.queryMainContainer .queryResWin .queryResHasData .queryPanel {
  padding-bottom: 25px;
}

.queryMainContainer .queryResWin .queryResHasData .queryPanel.queryResPanel {
  border-top: 1px solid #cccccc;
  padding: 30px 30px;
}

.queryMainContainer .queryResWin .queryResHasData .queryPanel.queryResPanel:last-child {
  border-bottom: 1px solid #cccccc;
}

.queryMainContainer .queryResWin .queryResHasData .queryPanel.queryResPanel:nth-child(even) {
  background-color: #fcfcfc;
}

.queryMainContainer .queryResWin .queryResHasData .queryPanel .queryResDetail {
  display: inline-block;
  text-align: left;
  position: relative;
  max-width: 100%;
}

.queryMainContainer .queryResWin .queryResHasData .queryPanel .queryResDetail .queryDetailTitle {
  color: #1c1c1c;
  font-weight: 600;
  padding-bottom: 17px;
  text-align: center;
}

.queryMainContainer .queryResWin .queryResHasData .queryPanel .queryResDetail .queryDetailTitle.queryResDetailTitle {
  color: #649efd;
}

.queryMainContainer .queryResWin .queryResHasData .queryPanel .queryResDetail .queryResDetailContent {
  color: #727272;
}

.queryMainContainer .queryResWin .queryResHasData .queryPanel .queryResDetail .queryResDetailContent .queryResDetailPanel {
  
  word-break: break-all;
}

.queryMainContainer .queryResWin .queryResHasData .queryPanel .queryResDetail .queryResDetailContent .queryResDetailPanel + .queryResDetailPanel {
  padding-top: 10px;
}

.queryMainContainer .queryResWin .queryResNoData {
  padding-top: 63px;
}

.queryMainContainer .queryResWin .queryResNoData > div {
  text-align: center;
  margin: 10px 0;
}

.queryMainContainer .queryResWin .queryResNoData .queryResNoDataIconPanel .queryResNoDataIcon {
  font-size: 70px;
  color: #ccc;
}

.queryMainContainer .queryResWin .queryResNoData .queryResNoDataText {
  color: #727272;
}

.queryMainContainer .queryResWin .queryResWinReturn {
  color: #649efd;
  text-decoration: underline;
  cursor: pointer;
}

.queryMainContainer #formInfoTitle, .queryMainContainer .queryFormTitle {
  font-size: 22px;
  font-weight: 600;
  text-align: left;
}

.queryMainContainer .queryFormTitle {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: center;
}

.voteOutOfDateContainer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.voteOutOfDateContainer .voteOutOfDateBgContainer {
  max-width: 500px;
  max-height: 400px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../image/voteOutOfDate.png);
}

.voteOutOfDateContainer .voteOutOfDateNoticeWin {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.voteOutOfDateContainer .voteOutOfDateNoticeWin .voteOutOfDateNoticeMask {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.voteOutOfDateContainer .voteOutOfDateNoticeWin .voteOutOfDateNoticeContent {
  max-width: 220px;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  padding: 20px 10px;
  background-color: #fff;
  border-radius: 20px;
  line-height: 1;
}

.voteOutOfDateContainer .voteOutOfDateNoticeWin .voteOutOfDateNoticeContent .voteOutOfDateNoticeText {
  font-size: 24px;
  padding: 20px 0 26px;
}

.voteOutOfDateContainer .voteOutOfDateNoticeWin .voteOutOfDateNoticeContent .voteOutOfDateNoticeViewResBtn {
  font-size: 16px;
  color: #649efd;
  cursor: pointer;
}

.voteOutOfDateContainer .voteOutOfDateCopyRight {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .queryResWin {
    padding: 40px 10px !important;
  }
  .queryMainContainer {
    -webkit-box-shadow: unset;
            box-shadow: unset;
    padding: 40px 10px 0 !important;
    min-height: 100vh;
  }
  .queryMainContainer .queryForm {
    min-height: calc(100vh - 94px);
  }
  .queryResHasData {
    height: calc(100vh - 160px) !important;
  }
  .queryQrContainer {
    display: none;
  }
  .voteOutOfDateNoticeText {
    font-size: 18px !important;
  }
  .voteOutOfDateNoticeViewResBtn {
    font-size: 14px !important;
  }
}

@media screen and (min-width: 1024px) {
  .queryMainContainer {
    width: 640px;
    margin: 0 auto;
  }
}