@charset "UTF-8";
html {
  width: 100%;
  height: 100vh;
}

body {
  width: 100%;
  background: #e7fad9 !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
dl,
dt,
dd,
ol,
input,
figure,
figcaption {
  padding: 0;
  margin: 0;
}

ul,
ol {
  list-style: none;
}

input {
  outline: none;
}

header,
footer,
nav,
aside,
article,
section,
main {
  display: block;
}

body {
  font-size: 12px;
  font-family: "微软雅黑" !important;
}

a {
  text-decoration: none !important;
}

/* =======================手机端========================== */
* {
  box-sizing: border-box;
}

/* ========================public=============================== */
.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
  float: none;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.questionnaire {
  width: 100%;
  height: 2016px;
}

.questionnaire .container {
  width: 1000px;
  height: 100%;
  background-image: url(../images/back.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  margin: 0 auto;
  padding-top: 466px;
}

.questionnaire .container form {
  display: block;
  width: 100%;
  height: 100%;
  padding: 40px 45px 0;
  position: relative;
}

.questionnaire .container .questionnaireCont {
  width: 896px;
  height: 1152px !important;
  overflow: hidden;
  overflow-y: scroll !important;
  padding: 0 57px;
  position: absolute;
  left: 57px;
  top: 45px;
}

.questionnaire .container .questionnaireCont div {
  width: 100%;
  height: auto;
  padding: 20px 0 10px;
  border-bottom: 1px dashed #666666;
}

.questionnaire .container .questionnaireCont div p {
  width: 100%;
  height: auto;
  color: #007657;
  font-size: 16px;
  line-height: 25px;
}

.questionnaire .container .questionnaireCont div ul {
  width: 100%;
  height: auto;
  margin-top: 11px;
}

.questionnaire .container .questionnaireCont div ul li {
  float: left;
  width: auto;
  height: 22px;
  line-height: 22px;
  color: #007657;
  font-size: 16px;
  margin-right: 34px;
  margin-bottom: 10px;
}

.questionnaire .container .questionnaireCont div ul li input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.questionnaire .container .questionnaireCont div ul li input[type="radio"] + label::before {
  content: "";
  /*不换行空格*/
  display: inline-block;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  margin-top: -3px;
  vertical-align: middle;
  border-radius: 50%;
  background-clip: content-box;
  background-color: #fff;
  border: 1px solid #767676;
}

.questionnaire .container .questionnaireCont div ul li input[type="radio"]:checked + label::before {
  content: "\2713";
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-clip: content-box;
  background-color: #27990d;
  border: 1px solid #767676;
}

.questionnaire .container .questionnaireCont div ul li input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.questionnaire .container .questionnaireCont div ul li input[type="checkbox"] + label::before {
  content: "";
  /*不换行空格*/
  display: inline-block;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  margin-top: -3px;
  vertical-align: middle;
  background-clip: content-box;
  background-color: #fff;
  border: 1px solid #767676;
}

.questionnaire .container .questionnaireCont div ul li input[type="checkbox"]:checked + label::before {
  content: "\2713";
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-clip: content-box;
  background-color: #27990d;
  border: 1px solid #767676;
}

.questionnaire .container .questionnaireCont div ul:before,
.questionnaire .container .questionnaireCont div ul:after {
  content: "";
  display: block;
  clear: both;
}

.questionnaire .container .questionnaireCont div textarea {
  width: 100%;
  display: block;
  min-height: 90px;
  line-height: 20px;
  border: 1px solid #27990d;
  border-radius: 2px;
  padding: 5px 20px;
  outline: none;
  margin-top: 10px;
}

.questionnaire .container .questionnaireCont div:first-child {
  padding-top: 0;
}

.questionnaire .container .questionnairebtn {
  width: 100%;
  height: 63px;
  margin-top: 45px;
  position: absolute;
  top: 1192px;
  left: 0;
}

.questionnaire .container .questionnairebtn button {
  margin: 0 auto;
  display: block;
  width: 188px;
  height: 63px;
  border: 0;
  background-image: url(../images/submit.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}

.questionnaire .container .questionnairetitle {
  width: 100%;
  height: 63px;
  text-align: center;
  line-height: 62px;
  position: absolute;
  bottom: 42px;
  left: 0;
  color: #007657;
  font-size: 16px;
}

body::-webkit-scrollbar {
  display: none;
}

.questionnaireCont::-webkit-scrollbar {
  width: 13px;
  /* 垂直滚动条的宽度 */
  height: 6px;
  /* 水平滚动条的高度 */
}

/* 滚动条轨道 */
.questionnaireCont::-webkit-scrollbar-track {
  background: #acd598;
  /* 轨道颜色 */
  border-radius: 2px;
  /* 圆角 */
}

/* 滚动条滑块 */
.questionnaireCont::-webkit-scrollbar-thumb {
  background: #fff;
  width: 13px;
  /* 滑块颜色 */
  border-radius: 2px;
  /* 圆角 */
  border: 1px solid #F0F0F0;
  /* 滑块边缘的颜色，与轨道颜色相同，形成对比 */
}

/* 滑块在悬停时的样式 */
.questionnaireCont::-webkit-scrollbar-thumb:hover {
  background: #b6b5b5;
  /* 悬停时的颜色 */
}
