@charset "UTF-8";

/********************************** 项目中样式 *********************************/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

html,
body {
  width: 100%;
  height: 100%;
}

.wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.msg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.02);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.msg-content {
  display: none;
  width: 12.65rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem;
  font-size: 0.55rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #fff;
}

.msg-content span {
  font-size: 0.55rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #fff;
  /*color:rgba(153,153,153,1);*/
}

.mark {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.02);
}

/*
 除app微信，其他的情况
 * */

.special {
  padding: 0.25rem;
}

.tip-title {
  margin: 1.5rem 0 1rem;
  text-align: center;
  font-size: 0.4rem;
  font-weight: 400;
  color: #222222;
}

.copy-input {
  display: block;
  width: 100%;
  height: 2.5rem;
  /*line-height: 0.75rem;*/
  /*padding: .1rem .3rem;*/
  padding: 5px;
  /*border: .01rem solid rgba(229,229,229,1);*/
  border: 0.025rem solid #e5e5e5;
  border-radius: 0.1rem;
  /*overflow: auto;*/
  color: #999999;
  font-family: Arial, "Microsoft Yahei", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.28em;
}

.info {
  margin-top: 0.32rem;
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 0.26rem;
  color: #999999;
}

.copy-btn {
  display: block;
  width: 3.75rem;
  height: 1.25rem;
  /*width: 1.5rem;*/
  /*height: .66rem;*/
  /*line-height: .64rem;*/
  margin: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#e8ebef), to(white));
  background: linear-gradient(180deg, #e8ebef, white);
  border: 0.01rem solid #d1d1d1;
  border-radius: 0.06rem;
  font-family: PingFangSC-Regular;
  color: #666666;
  cursor: pointer;
}

.page {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  z-index: 0;
}

.page#entryInfoPage {
  overflow-y: hidden;
}

.page#tipPage {
  padding: 0 0.3rem;
}

.page.active {
  display: block;
  z-index: 10;
}

.page.gray-bg {
  background-color: #f6f6f6;
}

/*
 预览页面
 * */

.preview {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 1.15rem;
}

.preview_detail_title {
  margin-top: 1.375rem;
  font-size: 0.9rem;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  color: #222222;
}

.preview_detail_time {
  margin-top: 0.95rem;
  font-size: 0.7rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #666666;
}

.preview_detail_content {
  margin-top: 1.125rem;
  font-size: 0.8rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #333333;
}

.preview_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.75rem;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: black;
  line-height: 0.9rem;
  margin-top: 1.3rem;
  margin-bottom: 1.025rem;
}

.preview_content {
  margin-bottom: 1.2rem;
}

.preview_contentTitle {
  font-size: 0.75rem;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 0.9rem;
  margin-bottom: 0.825rem;
  word-break: break-all;
}

.preview_content .content {
  width: 100%;
  height: 1.525rem;
  /*border:1px solid rgba(233,233,233,1);*/
  border-radius: 0.1rem;
}

.preview_content .content input {
  /*width:13.575rem;*/
  width: 100%;
  height: 1.525rem;
  border: 1px solid #e9e9e9;
  border-radius: 0.1rem;
  padding-left: 0.675rem;
  background: #fff;
  outline: none;
  font-size: 0.7rem;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
}

.preview_content input::-webkit-input-placeholder {
  font-size: 0.7rem;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
}

.preview_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.preview_option div {
  width: 100%;
  height: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
  font-size: 0.7rem;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
  margin-bottom: 0.525rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.775rem;
  position: relative;
}

.preview_option div input[type="radio"] {
  width: 0.7rem;
  height: 0.7rem;
  background: white;
  border: 1px solid #dadada;
  opacity: 0.8;
  border-radius: 50%;
  margin-right: 0.625rem;
  -webkit-appearance: none;
  outline: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.preview_option div input[type="checkbox"] {
  width: 0.7rem;
  height: 0.7rem;
  background: white;
  border: 1px solid #dadada;
  opacity: 0.8;
  margin-right: 0.625rem;
  -webkit-appearance: none;
  outline: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.preview_option i {
  font-style: normal;
  width: calc(100% - 0.7rem);
  float: right;
  padding: 0.25rem 0;
  padding-left: 0.625rem;
  word-break: break-word;
}

.preview_textarea {
  width: 100%;
  height: 2.5rem;
  border: 1px solid #ddd;
}

.obj {
  padding-top: 0.75rem;
}

.objTitle {
  padding: 0 0.65rem 0 1.15rem;
  margin-bottom: 1.8rem;
  font-size: 0.9rem;
  font-family: PingFangSC-Regular;
  font-weight: bold;
  color: #222222;
}

.objList {
  padding: 0 0.65rem 0 1.15rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.objItem {
  cursor: pointer;
  padding: 0 0.775rem;
  height: 1.6rem;
  background: #f9f9fb;
  border: 1px solid #e5e5e5;
  border-radius: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.75rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #222222;
  margin-right: 0.5rem;
  margin-bottom: 0.775rem;
}

.objItem_active {
  background: #f54d23;
  color: white;
}

.footer {
  position: absolute;
  bottom: 2.15rem;
  /*bottom: 5rem;*/
  width: 100%;
  padding: 0 0.65rem 0 1.15rem;
}

.footerText {
  width: 100%;
  height: 2rem;
  background: #e5e5e5;
  border-radius: 0.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8rem;
  font-family: HiraginoSansGB-W3;
  font-weight: normal;
  color: #666666;
  cursor: pointer;
}

.footerActive {
  background: #f54d23;
  color: white;
}

.form {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 1.15rem;
  padding-bottom: 2.275rem;
}

.form_view {
  /*background: #F6F6F6;*/
}

.form_detail_title {
  margin-top: 1.375rem;
  font-size: 0.9rem;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  color: #222222;
}

.form_detail_time {
  margin-top: 0.95rem;
  font-size: 0.7rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #666666;
}

.form_detail_content {
  margin-top: 1.125rem;
  font-size: 0.8rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #333333;
}

.form_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.75rem;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: black;
  line-height: 0.9rem;
  margin-top: 1.3rem;
  margin-bottom: 1.025rem;
}

.form_content {
  margin-bottom: 1.2rem;
}

.form_contentTitle {
  font-size: 0.75rem;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 0.9rem;
  margin-bottom: 0.825rem;
  word-break: break-all;
}

.form_content input[type="text"] {
  width: 100%;
  height: 1.8rem;
  background: white;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
  font-size: 0.7rem;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
}

.form_content input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 0.7rem;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
  /*line-height:0.9rem;*/
}

.form_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form_option div {
  width: 100%;
  height: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
  font-size: 0.7rem;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
  margin-bottom: 0.525rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.775rem;
  position: relative;
}

.form_option div input[type="radio"] {
  /*width:0.7rem;
  height:0.7rem;
  background:rgba(255,255,255,1);
  border:1px solid rgba(218,218,218,1);
  opacity:0.8;
  border-radius:50%;*/
  margin-right: 0.6rem;
  width: 0.75rem;
  height: 0.75rem;
  background: white;
  border: 1px solid #dadada;
  opacity: 0.8;
  border-radius: 50%;
  -webkit-appearance: none;
  outline: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.form_option div input[type="radio"]:checked {
  background: url("../../image/survey/radioBtn.png") no-repeat;
  background-size: 100% 100%;
  border: none;
}

.form_option div input[type="checkbox"] {
  -webkit-appearance: none;
  outline: none;
  border: 0.025rem solid #e5e5e5;
  width: 0.75rem;
  height: 0.75rem;
  background: white;
  /*border:1px solid rgba(183,183,183,1);*/
  border-radius: 0.1rem;
  margin-right: 0.6rem;
  font-size: 0.65rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #222222;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.form_option div input[type="checkbox"]:checked {
  background: url("../../image/survey/checkboxBtn.png") no-repeat;
  background-size: 100% 100%;
  border: none;
}

.form_option i {
  font-style: normal;
  width: calc(100% - 0.7rem);
  float: right;
  padding: 0.25rem 0;
  padding-left: 0.625rem;
  word-break: break-word;
}

.form_content .content {
  /*width:13.575rem;*/
  height: 1.525rem;
  /*border:1px solid rgba(233,233,233,1);*/
  border-radius: 0.1rem;
}

.form_content .content input {
  width: 100%;
  height: 1.525rem;
  border: 1px solid #e9e9e9;
  border-radius: 0.1rem;
  padding-left: 0.675rem;
  background: #fff;
  outline: none;
}

.preview_formContent {
  padding: 1.775rem 0.875rem;
  background: white;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0px 0.1rem 0.3rem 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0.1rem 0.3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  margin-top: 1.5rem;
  margin-bottom: 2.275rem;
}

/*单份答卷*/

.answerSheet {
  padding: 1.775rem 0.875rem;
}

.answer_formContent {
  padding: 1.775rem 0.875rem;
}

.form_questionnaire {
  padding: 1.775rem 0.875rem;
  background: white;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0px 0.1rem 0.3rem 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0.1rem 0.3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  margin-top: 1.5rem;
  margin-bottom: 2.275rem;
}

.form_textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding-left: 0.5rem;
}

.btn {
  height: 2rem;
  background: #f54d23;
  -webkit-box-shadow: 0px 0.05rem 1px 0px rgba(57, 97, 123, 0.2);
  box-shadow: 0px 0.05rem 1px 0px rgba(57, 97, 123, 0.2);
  border-radius: 0.25rem;
  font-size: 0.85rem;
  font-family: HiraginoSansGB-W3;
  font-weight: normal;
  color: white;
  text-align: center;
  line-height: 2rem;
  cursor: pointer;
}

/*数值input*/

input[type="number"] {
  width: 1.25rem;
  height: 0.75rem;
  outline: none;
  border: none;
  background: #fff;
}

textarea {
  padding-left: 0.25rem;
  padding-top: 0.2rem;
  background: #ffffff;
  font-size: 0.7rem;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
}

/*提示框*/

/*.layer-msg{
   display: none;
   width: 100%;
   height: 100%;
   display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   position: absolute;
   padding: 0.75rem 0.5rem;
   z-index: 20;
   border: 1px solid red;
}*/

/*.layer-msg .show{
    display: block;
    -webkit-animation-name:layui-scale;
    animation-name:layui-scale;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}*/

.successTip {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.07);
  display: none;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.successMsg {
  position: fixed;
  z-index: 5;
  left: 50%;
  margin-left: -6.325rem;
  top: 50%;
  margin-top: -4.2rem;
  width: 12.65rem;
  height: 8.4rem;
  background: white;
  -webkit-box-shadow: 0px 0.1rem 0.2rem 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0.1rem 0.2rem 0px rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  padding: 1.675rem 0 1.775rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.closeBtn {
  width: 1.5rem;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0.6rem;
  right: 0.65rem;
  z-index: 9999999;
  cursor: pointer;
}

.closeBtn span {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: url("../../image/survey/closeBtn.png") no-repeat;
  background-size: 100% 100%;
}

.img {
  width: 2.125rem;
  height: 2.125rem;
  background: url("../../image/survey/tijiao.png") no-repeat;
  background-size: 100% 100%;
}

.text {
  font-size: 0.95rem;
  font-family: PingFangSC-Regular;
  font-weight: bold;
  color: #333333;
}

.participate {
  font-size: 0.55rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #999999;
}

/*已答过卷*/

.participated {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.content-participated {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.participated-pic {
  display: block;
  height: 3.225rem;
  background-image: url("../../image/survey/participated.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.participated-text {
  text-align: center;
  margin-top: 1.2821rem;
  font-size: 0.641rem;
  line-height: 0.9401rem;
  color: #b7b7b7;
}

.participated-tip {
  text-align: center;
  margin-top: 4.1367rem;
  font-size: 0.641rem;
  line-height: 0.9401rem;
  color: #b7b7b7;
}

.participatedFooter {
  position: absolute;
  width: 100%;
  bottom: 4.4rem;
  padding: 0 1.125rem;
}

.participatedFooter div {
  height: 2rem;
  width: 100%;
  background: #f54d42;
  border-radius: 0.125rem;
  font-size: 0.8rem;
  font-family: HiraginoSansGB-W3;
  font-weight: normal;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.preview-tips {
  position: relative;
  left: -1.15rem;
  background-image: url("../../image/common/preview-tips-survey.png");
}
