@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: auto;
}

html.primary_client,
body.primary_client {
  background-color: #F8F9FA !important;
}

.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;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.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 !important;
  color: #fff;
}

.primary_client .msg-content {
  font-family: "FZZCYSK", "Microsoft YaHei", "微软雅黑", serif !important;
  font-weight: normal !important;
}

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

.primary_client .msg-content span {
  font-family: "FZZCYSK", "Microsoft YaHei", "微软雅黑", serif !important;
  font-weight: normal !important;
}

.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 !important;
  color: #222222;
}

.primary_client .tip-title {
  font-family: "FZZCYSK", "Microsoft YaHei", "微软雅黑", serif !important;
  font-weight: normal !important;
}

.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 rgb(229, 229, 229);
  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(rgb(232, 235, 239)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(232, 235, 239), rgb(255, 255, 255));
  border: 0.01rem solid rgb(209, 209, 209);
  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: auto;
  z-index: 0;
}

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

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

.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 {
  padding-top: 1.453rem;
  font-size: 0.9401rem;
  line-height: 1.3675rem;
  color: #000;
}

.preview_detail_time {
  margin-top: 0.4273rem;
  font-size: 0.5983rem;
  line-height: 0.8547rem;
  padding-bottom: 0.8547rem;
  border-bottom: 0.0527rem solid #e5e5e5;
  color: #666;
}

.preview_detail_content {
  color: #222;
  font-size: 0.7692rem;
  line-height: 1.0256rem;
  word-wrap: break-word;
}

.preview_detail_content .title-intro {
  padding-top: 0.7265rem;
  padding-bottom: 0.5982rem;
  font-size: 0.7692rem;
  line-height: 1.0256rem;
  color: #222;
}

.preview_detail_content .title-intro::before {
  content: "";
  display: inline-block;
  width: 0.15rem;
  height: 0.6rem;
  vertical-align: -0.04rem;
  margin-right: 0.4rem;
  background-color: #4385f4;
  border-radius: 0.0855rem;
}

.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: 600 !important;
  color: rgb(0, 0, 0);
  line-height: 0.9rem;
  margin-top: 1.3rem;
  margin-bottom: 1.025rem;
}

.primary_client .preview_title {
  font-family: "FZZCYSK", "Microsoft YaHei", "微软雅黑", serif !important;
  font-weight: normal !important;
}

.preview_content {
  margin-bottom: 1.75214rem;
}

.preview_contentTitle {
  font-size: 0.68376rem;
  font-family: MicrosoftYaHei;
  color: #222;
  line-height: 0.94017rem;
  margin-bottom: 0.641025rem;
  word-break: break-all;
  font-weight: 500 !important;
}

.primary_client .preview_contentTitle {
  font-family: "FZZCYSK", "Microsoft YaHei", "微软雅黑", serif !important;
  font-weight: normal !important;
}

.preview_content .content {
  width: 100%;
  /*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 rgb(233, 233, 233);
  border-radius: 0.1rem;
  padding-left: 0.675rem;
  background: #F8F9FA;
  outline: none;
  font-size: 0.7rem;
  font-family: MicrosoftYaHei;
  font-weight: 500;
  color: rgb(102, 102, 102);
}

.primary_client .preview_content .content input {
  padding-left: 0.4273504274rem;
}

.preview_content input::-webkit-input-placeholder {
  font-size: 0.7rem;
  font-family: MicrosoftYaHei;
  font-weight: 500;
  color: rgb(102, 102, 102);
}

.primary_client .preview_content input::-webkit-input-placeholder {
  color: #999;
  font-weight: normal;
  font-family: "FZBiaoYS_GBK_YS", "Microsoft YaHei", "微软雅黑" !important;
}

.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;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
}

.preview_option div {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  font-size: 0.59829rem;
  font-family: MicrosoftYaHei;
  font-weight: 500 !important;
  color: rgb(51, 51, 51);
  -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.641025rem;
  position: relative;
}

.primary_client .preview_option div {
  font-family: "FZZCYSK", "Microsoft YaHei", "微软雅黑", serif !important;
  font-weight: normal !important;
}

.preview_option div:last-child {
  border: none;
}

input[type=radio] {
  width: 0.7rem;
  height: 0.7rem;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(218, 218, 218);
  opacity: 0.8;
  border-radius: 50%;
  margin-right: 0.625rem;
  -webkit-appearance: none;
  outline: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
}

input[type=checkbox] {
  width: 0.7rem;
  height: 0.7rem;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(218, 218, 218);
  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;
  display: inline-block;
  padding: 0.59829rem 0;
  padding-left: 1.225rem;
  word-break: break-word;
  vertical-align: middle;
}

.preview_textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding-left: 0.5rem;
  height: 6.8376rem;
  resize: none;
  outline: none;
}

.obj {
  height: 100%;
  background-color: #fff;
  padding-top: 0.75rem;
  position: relative;
  width: 100%;
}

.objTitle {
  padding: 0 0.65rem 0 1.15rem;
  margin-bottom: 0.8974rem;
  font-size: 0.7692rem;
  line-height: 1.0684rem;
  color: #222;
  font-family: PingFangSC-Regular;
}

.swiper-container.swiper-container-horizontal {
  margin-top: 1.7094017094rem;
}

.swiper-container.swiper-container-horizontal.padding20 {
  padding-bottom: 0.8547008547rem;
}

.swiper-container.swiper-container-horizontal .form_objSlide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.swiper-container.swiper-container-horizontal .form_objSlide .objItem {
  width: calc(50% - 0.2136rem);
  height: 1.2820512821rem;
  line-height: 1.2820512821rem;
  padding: 0 0.5982905983rem;
  background: #f7f7f7;
  border-radius: 0.3418803419rem 0px 0.3418803419rem 0.3418803419rem;
  border: 1px solid #eaeaea;
  font-size: 0.5982905983rem;
  color: #474747;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  margin-bottom: 0.4273504274rem;
}

.swiper-container.swiper-container-horizontal .form_objSlide .objItem.objItem_active {
  background: #fff3f3;
  border-color: #feaeae;
}

.primary_client .swiper-container.swiper-container-horizontal .form_objSlide .objItem.objItem_active {
  background: rgba(23, 198, 163, 0.06);
  border-color: #17C6A3;
}

.swiper-container.swiper-container-horizontal .swiper-pagination {
  bottom: 0;
}

.swiper-container.swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet {
  width: 0.4700854701rem;
  height: 0.0427350427rem;
}

.swiper-container.swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f05a5a;
}

.footer-nav .swiper-container.swiper-container-horizontal {
  margin-top: 0;
}

.err-tip {
  border: 1px solid #f54d42 !important;
}

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

.footerText {
  width: 100%;
  background: #d8d8d8;
  font-size: 0.6837rem;
  line-height: 1.8804rem;
  height: 1.8804rem;
  border-radius: 0.9402rem;
  font-family: HiraginoSansGB-W3;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
  text-align: center;
}

.footerActive {
  background: transparent;
  color: #f54e42;
  border: 0.0541rem solid #f54e42;
}

.footerActive.footer-selected {
  background: transparent;
  color: #333;
  border: 0.0541rem solid #333;
}

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

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

.form_detail_title {
  padding-top: 1.375rem;
  font-size: 0.9rem;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500 !important;
  color: rgb(34, 34, 34);
}

.primary_client .form_detail_title {
  font-family: "FZZCYSK", "Microsoft YaHei", "微软雅黑", serif !important;
  font-weight: normal !important;
}

.form_detail_time {
  margin-top: 0.95rem;
  font-size: 0.5982rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgb(102, 102, 102);
  padding-bottom: 0.7692rem;
  border-bottom: 0.0541rem solid #e5e5e5;
}

.primary_client .form_detail_time {
  color: #666;
  font-weight: normal;
}

.form_detail_content {
  margin-top: 1.125rem;
  font-size: 0.8rem;
  font-family: PingFangSC-Regular;
  font-weight: 400 !important;
  color: rgb(51, 51, 51);
}

.primary_client .form_detail_content {
  font-family: "FZZCYSK", "Microsoft YaHei", "微软雅黑", serif !important;
  font-weight: normal !important;
}

.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: 600 !important;
  color: rgb(0, 0, 0);
  line-height: 0.9rem;
  margin-top: 1.3rem;
  margin-bottom: 1.025rem;
}

.primary_client .form_title {
  font-family: "FZZCYSK", "Microsoft YaHei", "微软雅黑", serif !important;
  font-weight: normal !important;
}

.form_content {
  margin-bottom: 1.75214rem;
}

.form_contentTitle {
  font-size: 0.68376rem;
  font-family: MicrosoftYaHei;
  color: #222;
  line-height: 0.94017rem;
  margin-bottom: 0.641025rem;
  word-break: break-all;
  font-weight: 500 !important;
}

.primary_client .form_contentTitle {
  font-family: "FZZCYSK", "Microsoft YaHei", "微软雅黑", serif !important;
  font-weight: normal !important;
}

.form_content input[type=text] {
  width: 100%;
  height: 1.8rem;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(229, 229, 229);
  border-radius: 0.25rem;
  font-size: 0.7rem;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: rgb(102, 102, 102);
}

.primary_client .form_content input[type=text] {
  color: #666;
  font-weight: normal;
}

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

.primary_client .form_content input::-webkit-input-placeholder,
.primary_client textarea::-webkit-input-placeholder {
  color: #999;
  font-weight: normal;
  font-family: "FZBiaoYS_GBK_YS", "Microsoft YaHei", "微软雅黑" !important;
}

.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;
  border-radius: 3px;
  border: 1px solid rgb(229, 229, 229);
}

.form_option div {
  width: 100%;
  border-bottom: 1px solid rgb(229, 229, 229);
  font-size: 0.59829rem;
  font-family: MicrosoftYaHei;
  font-weight: 400 !important;
  color: rgb(51, 51, 51);
  -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.641025rem;
  position: relative;
}

.primary_client .form_option div {
  font-family: "FZZCYSK", "Microsoft YaHei", "微软雅黑", serif !important;
  font-weight: normal !important;
}

.form_option div:last-child {
  border: none;
}

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: rgb(255, 255, 255);
  border: 1px solid rgb(218, 218, 218);
  opacity: 0.8;
  border-radius: 50%;
  -webkit-appearance: none;
  outline: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

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

input[type=checkbox] {
  -webkit-appearance: none;
  outline: none;
  border: 0.025rem solid rgb(229, 229, 229);
  width: 0.75rem;
  height: 0.75rem;
  background: rgb(255, 255, 255);
  /*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 !important;
  color: rgb(34, 34, 34);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.primary_client input[type=checkbox] {
  font-family: "FZZCYSK", "Microsoft YaHei", "微软雅黑", serif !important;
  font-weight: normal !important;
}

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

.form_option i {
  font-style: normal;
  display: inline-block;
  padding: 0.59829rem;
  padding-left: 1.225rem;
  word-break: break-word;
  vertical-align: middle;
}

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

.form_content .content input {
  width: 100%;
  height: 1.525rem;
  border: 1px solid rgb(233, 233, 233);
  border-radius: 0.1rem;
  padding-left: 0.675rem;
  background: #F8F9FA;
  outline: none;
}

.primary_client .form_content .content input {
  padding-left: 0.4273504274rem;
}

.preview_formContent {
  padding: 0.8547rem 0.875rem;
  background: #F8F9FA;
  border: 1px solid rgb(229, 229, 229);
  -webkit-box-shadow: 0px 0.1rem 0.1rem 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0.1rem 0.1rem 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 {
  background: #F8F9FA;
  margin: 1.7094rem 0;
}

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

.btn {
  display: block;
  width: 100%;
  /* max-width: 12.6rem; */
  line-height: 1.8802rem;
  margin: 0 auto;
  border-radius: 0.9401rem;
  text-align: center;
  font-size: 0.6838rem;
  color: #f54e42;
  border: 0.0641rem solid rgba(245, 78, 66, 0.18);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 1rem;
  cursor: pointer;
}

.primary_client .btn {
  color: #17C6A3;
  border-color: rgba(23, 198, 163, 0.5);
}

.form_questionnaire .btn {
  background: #F8F9FA;
}

/*数值input*/

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

textarea {
  padding-left: 0.25rem;
  padding-top: 0.2rem;
  background: #F8F9FA;
  font-size: 0.7rem;
  font-family: MicrosoftYaHei;
  font-weight: 400 !important;
  color: rgb(51, 51, 51);
  padding: 0.42735rem;
}

.primary_client textarea {
  font-family: "FZZCYSK", "Microsoft YaHei", "微软雅黑", serif !important;
  font-weight: normal !important;
}

/*提示框*/

/*.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: rgb(255, 255, 255);
  -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: 600 !important;
  color: rgb(51, 51, 51);
  margin: 0.4273504274rem 0;
}

.primary_client .text {
  font-family: "FZZCYSK", "Microsoft YaHei", "微软雅黑", serif !important;
  font-weight: normal !important;
}

.participate {
  font-size: 0.55rem;
  font-family: PingFangSC-Regular;
  font-weight: 400 !important;
  color: rgb(153, 153, 153);
}

.primary_client .participate {
  font-family: "FZZCYSK", "Microsoft YaHei", "微软雅黑", serif !important;
  font-weight: normal !important;
}

/*已答过卷*/

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

.content-participated {
  padding: 2.5641rem 0.641025rem;
  /*position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-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.0684rem;
  font-size: 0.7692rem;
  line-height: 1.0256rem;
  color: #222;
}

.participated-tip {
  text-align: center;
  margin-top: 0.4273rem;
  font-size: 0.5982rem;
  line-height: 0.7692rem;
  color: #999;
}

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

.participatedFooter div {
  height: 2rem;
  width: 100%;
  background: rgb(245, 77, 66);
  border-radius: 0.125rem;
  font-size: 0.8rem;
  font-family: HiraginoSansGB-W3;
  font-weight: normal;
  color: rgb(255, 255, 255);
  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;
}

.form-pack {
  display: none;
  padding: 1.0683rem;
}

/* 预览头图 rwj 0513 */

.preview-tips {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 15.87%;
  overflow: hidden;
  background: url("../../image/preview-tips.png") no-repeat;
  background-size: contain;
}

/* 多对象改版 rwj 0514 */

.btn.disabled {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #999999;
}

input,
textarea {
  outline: none;
  -webkit-appearance: none;
}

.offline-tips::after {
  content: "该问卷已经下线或被删除";
}

/*只允许在app内问卷弹层*/

.app-layer-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  z-index: 2000;
}

.app-layer-modal .app-layer-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13.4615384615rem;
  height: 6.8376068376rem;
  margin-left: -6.7307692308rem;
  margin-top: -3.4188034188rem;
  padding: 0.641025641rem 0.4273504274rem;
  background-color: #fff;
  border-radius: 0.1282051282rem;
  text-align: center;
  cursor: pointer;
}

.app-layer-modal .app-layer-content > p {
  margin: 1.0683760684rem auto 1.2820512821rem;
  font-size: 0.6837606838rem;
  color: #222222;
}

.app-layer-modal .app-layer-content > a.download-btn {
  display: block;
  margin: auto;
  width: 7.6923076923rem;
  height: 1.5384615385rem;
  line-height: 1.5384615385rem;
  background: #4385f4;
  border-radius: 0.8547008547rem;
  font-size: 0.7692307692rem;
  color: #fff;
  cursor: pointer;
}

.app-layer-modal .app-layer-content > a.app-layer-close {
  position: absolute;
  right: 0.4273504274rem;
  top: 0.641025641rem;
  display: block;
  width: 0.6837606838rem;
  height: 0.6837606838rem;
  background: url("../../image/survey/closeIcon.png") no-repeat center center;
  background-size: 0.6837606838rem 0.6837606838rem;
  cursor: pointer;
}

.selectSelect {
  position: absolute;
  width: 100%;
  margin-top: 0.15rem;
  border-radius: 4px;
  color: #000;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

.selectOption,
.selectForm {
  width: 100%;
  color: #000;
  font-size: 0.7rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
}

.primary_client .selectOption,
.primary_client .selectForm {
  font-family: "FZZCYSK", "Microsoft YaHei", "微软雅黑", serif !important;
  font-weight: normal !important;
}

.selectForm {
  width: 88%;
  height: 1.5rem;
  line-height: 1.5rem;
  padding-left: 0.675rem;
  background: #fff;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selectOption {
  padding: 0.1rem 0.5rem;
  padding-left: 0.6rem;
  background-color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.preview_option .xiala,
.preview_option .xialaDisabled,
.form_option .xiala {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 0.7rem;
  height: 0.4rem;
  background: url("../../image/survey/drap.png") no-repeat;
  background-size: 100% 100%;
  padding: 0;
}

.selectSelect .selectOption:hover {
  cursor: pointer;
}

.selectSelect .divider {
  width: 95%;
  height: 0.05rem;
  background-color: #E5E5E5;
  margin-left: 2.5%;
  padding: 0;
}

.zhedie {
  -webkit-animation: run 0.5s forwards;
  animation: run 0.5s forwards;
}

@-webkit-keyframes run {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }

  100% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}

@keyframes run {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }

  100% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}

.selectOption:hover {
  cursor: pointer !important;
  background-color: #fff !important;
}

.hidden {
  display: none;
}

/********************************** 黑夜主题色设置 基线*********************************/

/* 黑夜新增 统一部分 */

.app_theme_ios .btn-red-dark {
  background-color: #262628!important;
  border-color: #7a302b!important;
}

.app_theme_android .btn-red-dark {
  background-color: #262628!important;
  border-color: #7a302b!important;
}

.app_theme_ios .button-go-app,
.app_theme_ios .button-open-app {
  background-color: #262628!important;
  border-color: #7a302b!important;
}

.app_theme_android .button-go-app,
.app_theme_android .button-open-app {
  background-color: #262628!important;
  border-color: #7a302b!important;
}

/* 黑夜重写 通用部分 */

.app_theme_ios,
.app_theme_android {
  background-color: #1d1d1e;
  color: #dddddd;
}

.app_theme_ios *:not(.footer-nav),
.app_theme_android *:not(.footer-nav) {
  background-color: rgba(0, 0, 0, 0);
  color: #dddddd;
}

.app_theme_ios .footer-comment {
  background-color: #1d1d1e!important;
  border-color: #313136!important;
}

.app_theme_ios .footer-comment .footer-comment_input {
  background-color: #262628!important;
}

.app_theme_android .footer-comment {
  background-color: #1d1d1e!important;
  border-color: #313136!important;
}

.app_theme_android .footer-comment .footer-comment_input {
  background-color: #262628!important;
}

.app_theme_ios .margin-top10 {
  border-top: 0.21368rem solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top-color: #313136;
}

.app_theme_android .margin-top10 {
  border-top: 0.21368rem solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top-color: #313136;
}

.app_theme_ios .margin-lr {
  background-color: #1d1d1e;
}

.app_theme_ios .margin-lr p {
  background-color: #1d1d1e;
  color: #dddddd;
}

.app_theme_android .margin-lr {
  background-color: #1d1d1e;
}

.app_theme_android .margin-lr p {
  background-color: #1d1d1e;
  color: #dddddd;
}

.app_theme_ios .layer-mask {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.app_theme_android .layer-mask {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.app_theme_ios .layer-content {
  background-color: #262628;
}

.app_theme_ios .layer-content * {
  color: #dddddd;
  background-color: #262628;
}

.app_theme_ios .layer-content .layer-btns,
.app_theme_ios .layer-content .layer-btns * {
  border-color: #313136;
}

.app_theme_ios .layer-content .layer-btns .layer-confirm,
.app_theme_ios .layer-content .layer-btns * .layer-confirm {
  color: #4385f4;
}

.app_theme_ios .layer-content input,
.app_theme_ios .layer-content .code-btn {
  background-color: #262628;
  border-color: #313136;
}

.app_theme_android .layer-content {
  background-color: #262628;
}

.app_theme_android .layer-content * {
  color: #dddddd;
  background-color: #262628;
}

.app_theme_android .layer-content .layer-btns,
.app_theme_android .layer-content .layer-btns * {
  border-color: #313136;
}

.app_theme_android .layer-content .layer-btns .layer-confirm,
.app_theme_android .layer-content .layer-btns * .layer-confirm {
  color: #4385f4;
}

.app_theme_android .layer-content input,
.app_theme_android .layer-content .code-btn {
  background-color: #262628;
  border-color: #313136;
}

.app_theme_ios .layer-msg {
  background-color: #262628;
}

.app_theme_android .layer-msg {
  background-color: #262628;
}

.app_theme_ios .list-head {
  color: #999999;
}

.app_theme_ios .list-head .horizon::before {
  background-color: #999999;
}

.app_theme_android .list-head {
  color: #999999;
}

.app_theme_android .list-head .horizon::before {
  background-color: #999999;
}

.app_theme_ios .list-content .tpl-list-pack {
  border-color: #313136;
}

.app_theme_ios .list-content .tpl-list-pack:not(:first-child)::before {
  background-color: #313136;
}

.app_theme_ios .list-content .tpl-list-pack .m-tpl-pack .name {
  color: #dddddd;
}

.app_theme_ios .list-content .tpl-list-pack .tpl-pack .hint span {
  color: #666666;
}

.app_theme_android .list-content .tpl-list-pack {
  border-color: #313136;
}

.app_theme_android .list-content .tpl-list-pack:not(:first-child)::before {
  background-color: #313136;
}

.app_theme_android .list-content .tpl-list-pack .m-tpl-pack .name {
  color: #dddddd;
}

.app_theme_android .list-content .tpl-list-pack .tpl-pack .hint span {
  color: #666666;
}

.app_theme_ios .list-content .comment-list {
  border-color: #313136!important;
}

.app_theme_ios .list-content .comment-list .user-name {
  color: #b8b8b8!important;
}

.app_theme_ios .list-content .comment-list .create-time {
  color: #666666!important;
}

.app_theme_android .list-content .comment-list {
  border-color: #313136!important;
}

.app_theme_android .list-content .comment-list .user-name {
  color: #b8b8b8!important;
}

.app_theme_android .list-content .comment-list .create-time {
  color: #666666!important;
}

.app_theme_ios .list-content .child-comment {
  background-color: #262628;
}

.app_theme_ios .list-content .child-comment p,
.app_theme_ios .list-content .child-comment span,
.app_theme_ios .list-content .child-comment i {
  background-color: #262628;
}

.app_theme_ios .list-content .child-comment .isAskName {
  color: #666666;
}

.app_theme_ios .list-content .child-comment .small-btn,
.app_theme_ios .list-content .child-comment .big-btn {
  color: #4385f4;
}

.app_theme_ios .list-content .child-comment .show-more-comment {
  color: #dddddd;
}

.app_theme_android .list-content .child-comment {
  background-color: #262628;
}

.app_theme_android .list-content .child-comment p,
.app_theme_android .list-content .child-comment span,
.app_theme_android .list-content .child-comment i {
  background-color: #262628;
}

.app_theme_android .list-content .child-comment .isAskName {
  color: #666666;
}

.app_theme_android .list-content .child-comment .small-btn,
.app_theme_android .list-content .child-comment .big-btn {
  color: #4385f4;
}

.app_theme_android .list-content .child-comment .show-more-comment {
  color: #dddddd;
}

.app_theme_ios .swiper-pagination-footer-nav.swiper-pagination-bullets {
  background-color: rgba(0, 0, 0, 0);
}

.app_theme_android .swiper-pagination-footer-nav.swiper-pagination-bullets {
  background-color: rgba(0, 0, 0, 0);
}

.app_theme_ios .broadcast-container {
  border-color: #7a302b;
}

.app_theme_ios .broadcast-container span {
  color: #7a302b;
}

.app_theme_android .broadcast-container {
  border-color: #7a302b;
}

.app_theme_android .broadcast-container span {
  color: #7a302b;
}

.app_theme_ios .icon-play {
  background-image: url("../../image/common/icon-play-dark.gif");
}

.app_theme_android .icon-play {
  background-image: url("../../image/common/icon-play-dark.gif");
}

.app_theme_ios .icon-pause {
  background-image: url("../../image/common/icon-pause.png");
}

.app_theme_android .icon-pause {
  background-image: url("../../image/common/icon-pause.png");
}

.app_theme_ios .article-wemedia .follow {
  border-color: #7a302b!important;
  color: #7a302b!important;
  background-color: rgba(0, 0, 0, 0);
}

.app_theme_android .article-wemedia .follow {
  border-color: #7a302b!important;
  color: #7a302b!important;
  background-color: rgba(0, 0, 0, 0);
}

.app_theme_ios .article-wemedia .followed {
  border-color: #dddddd;
  color: #dddddd;
  background-color: rgba(0, 0, 0, 0);
}

.app_theme_android .article-wemedia .followed {
  border-color: #dddddd;
  color: #dddddd;
  background-color: rgba(0, 0, 0, 0);
}

.app_theme_ios .follow {
  border-color: #7a302b;
  background-color: #7a302b;
}

.app_theme_android .follow {
  border-color: #7a302b;
  background-color: #7a302b;
}

.app_theme_ios .followed {
  border-color: #dddddd;
  background-color: rgba(0, 0, 0, 0);
}

.app_theme_android .followed {
  border-color: #dddddd;
  background-color: rgba(0, 0, 0, 0);
}

.app_theme_ios .article-detail {
  background-color: #1d1d1e;
}

.app_theme_android .article-detail {
  background-color: #1d1d1e;
}

.app_theme_ios .article-content section {
  color: inherit !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #313136;
}

.app_theme_ios .article-content p:not(.click-server-skip),
.app_theme_ios .article-content span,
.app_theme_ios .article-content strong {
  color: inherit !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #313136;
}

.app_theme_ios .article-content a {
  color: #4385f4!important;
}

.app_theme_ios .article-content p img {
  background-color: rgba(0, 0, 0, 0) !important;
}

.app_theme_android .article-content section {
  color: inherit !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #313136;
}

.app_theme_android .article-content p:not(.click-server-skip),
.app_theme_android .article-content span,
.app_theme_android .article-content strong {
  color: inherit !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #313136;
}

.app_theme_android .article-content a {
  color: #4385f4!important;
}

.app_theme_android .article-content p img {
  background-color: rgba(0, 0, 0, 0) !important;
}

.app_theme_ios .article-title {
  color: #dddddd;
}

.app_theme_android .article-title {
  color: #dddddd;
}

.app_theme_ios .article-source,
.app_theme_ios .article-time {
  background-color: #1d1d1e;
}

.app_theme_android .article-source,
.app_theme_android .article-time {
  background-color: #1d1d1e;
}

.app_theme_ios .too-long-pack {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1d1d1e), color-stop(35%, #1d1d1e), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, #1d1d1e 0, #1d1d1e 35%, rgba(0, 0, 0, 0) 100%);
  background-color: rgba(0, 0, 0, 0) !important;
}

.app_theme_ios .too-long-pack.show {
  background-image: none !important;
}

.app_theme_android .too-long-pack {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1d1d1e), color-stop(35%, #1d1d1e), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, #1d1d1e 0, #1d1d1e 35%, rgba(0, 0, 0, 0) 100%);
  background-color: rgba(0, 0, 0, 0) !important;
}

.app_theme_android .too-long-pack.show {
  background-image: none !important;
}

.app_theme_ios .list-player,
.app_theme_ios .play-btn,
.app_theme_ios .article-content span.play-btn {
  background-color: rgba(0, 0, 0, 0) !important;
}

.app_theme_android .list-player,
.app_theme_android .play-btn,
.app_theme_android .article-content span.play-btn {
  background-color: rgba(0, 0, 0, 0) !important;
}

.app_theme_ios .editor-news-title {
  color: #666666!important;
}

.app_theme_ios .editor-news-title span {
  color: #666666;
  z-index: 100;
  position: relative;
}

.app_theme_android .editor-news-title {
  color: #666666!important;
}

.app_theme_android .editor-news-title span {
  color: #666666;
  z-index: 100;
  position: relative;
}

.app_theme_ios .sy-video-content {
  background-color: rgba(0, 0, 0, 0);
}

.app_theme_ios .sy-video-content .sy-tools,
.app_theme_ios .sy-video-content .sy-tools * {
  background-color: rgba(0, 0, 0, 0) !important;
}

.app_theme_android .sy-video-content {
  background-color: rgba(0, 0, 0, 0);
}

.app_theme_android .sy-video-content .sy-tools,
.app_theme_android .sy-video-content .sy-tools * {
  background-color: rgba(0, 0, 0, 0) !important;
}

.app_theme_ios .play-video {
  padding-bottom: 0 !important;
}

.app_theme_android .play-video {
  padding-bottom: 0 !important;
}

.app_theme_ios #articleContent embed,
.app_theme_ios #articleContent video {
  background-image: url("../../image/common/16.9dark@2x.png") !important;
}

.app_theme_android #articleContent embed,
.app_theme_android #articleContent video {
  background-image: url("../../image/common/16.9dark@2x.png") !important;
}

.app_theme_ios #articleContent .play-video,
.app_theme_ios #content .play-video,
.app_theme_ios .detail-content .play-video {
  background-image: url("../../image/common/16.9dark@2x.png");
}

.app_theme_android #articleContent .play-video,
.app_theme_android #content .play-video,
.app_theme_android .detail-content .play-video {
  background-image: url("../../image/common/16.9dark@2x.png");
}

.app_theme_ios .audio_area {
  color: #dddddd;
  background-color: #262628!important;
}

.app_theme_ios .audio_area .audio-pack-title,
.app_theme_ios .audio_area .audio-bg {
  color: #dddddd!important;
  background-color: #262628;
  border-radius: 0.3418rem;
}

.app_theme_ios .audio_area.have-title {
  background-color: #262628!important;
}

.app_theme_ios .audio_area .audio-bg *:not(.progress-bar) {
  background-color: #262628;
}

.app_theme_ios .audio_area .progress-bar {
  background-color: #f8f8f8 !important;
}

.app_theme_ios .audio_area .progress_bar {
  background-color: #f54d42 !important;
}

.app_theme_ios .audio_area .audio-time-pack,
.app_theme_ios .audio_area .audio-time-pack * {
  color: #999999 !important;
}

.app_theme_android .audio_area {
  color: #dddddd;
  background-color: #262628!important;
}

.app_theme_android .audio_area .audio-pack-title,
.app_theme_android .audio_area .audio-bg {
  color: #dddddd!important;
  background-color: #262628;
  border-radius: 0.3418rem;
}

.app_theme_android .audio_area.have-title {
  background-color: #262628!important;
}

.app_theme_android .audio_area .audio-bg *:not(.progress-bar) {
  background-color: #262628;
}

.app_theme_android .audio_area .progress-bar {
  background-color: #f8f8f8 !important;
}

.app_theme_android .audio_area .progress_bar {
  background-color: #f54d42 !important;
}

.app_theme_android .audio_area .audio-time-pack,
.app_theme_android .audio_area .audio-time-pack * {
  color: #999999 !important;
}

.app_theme_ios .click-server-skip {
  background-color: #262628!important;
}

.app_theme_ios .click-server-skip * {
  background-color: #262628!important;
}

.app_theme_ios .click-server-skip .click-server-left .click-server-b {
  color: #dddddd !important;
}

.app_theme_android .click-server-skip {
  background-color: #262628!important;
}

.app_theme_android .click-server-skip * {
  background-color: #262628!important;
}

.app_theme_android .click-server-skip .click-server-left .click-server-b {
  color: #dddddd !important;
}

.app_theme_ios .article-content .click-server-skip {
  background-color: #262628!important;
}

.app_theme_ios .article-content .click-server-skip * {
  background-color: #262628!important;
}

.app_theme_ios .article-content .click-server-skip .click-server-left .click-server-b {
  color: #dddddd !important;
}

.app_theme_android .article-content .click-server-skip {
  background-color: #262628!important;
}

.app_theme_android .article-content .click-server-skip * {
  background-color: #262628!important;
}

.app_theme_android .article-content .click-server-skip .click-server-left .click-server-b {
  color: #dddddd !important;
}

.app_theme_ios .article-editor:after {
  border-bottom-color: #313136;
}

.app_theme_android .article-editor:after {
  border-bottom-color: #313136;
}

.app_theme_ios .broadcast-pack:before {
  background-color: #313136;
}

.app_theme_android .broadcast-pack:before {
  background-color: #313136;
}

/***************** 兼容黑夜白天闪屏幕处理 ***************/

html {
  background-color: rgba(0, 0, 0, 0);
}

body {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
}

.app_theme_red,
.app_theme_blue {
  background-color: #f6f6f6;
}

.app_theme_red .article-detail,
.app_theme_blue .article-detail {
  background-color: #fff;
}

.app_theme_red #entryBox .page,
.app_theme_blue #entryBox .page {
  background-color: #fff;
}

/* 黑夜主题色重写（通用不生效时） */

.app_theme_ios .form_detail_title,
.app_theme_ios .preview_detail_content,
.app_theme_ios .preview_detail_content .title-intro,
.app_theme_android .form_detail_title,
.app_theme_android .preview_detail_content,
.app_theme_android .preview_detail_content .title-intro {
  color: #dddddd;
}

.app_theme_ios .form_detail_time,
.app_theme_android .form_detail_time {
  border-color: #313136;
  color: #666666;
}

.app_theme_ios .form_questionnaire,
.app_theme_android .form_questionnaire {
  color: #dddddd;
  background-color: #1d1d1e!important;
  border-color: #1d1d1e!important;
}

.app_theme_ios .form_questionnaire *,
.app_theme_android .form_questionnaire * {
  color: #dddddd;
  background-color: #1d1d1e;
}

.app_theme_ios .form_questionnaire input,
.app_theme_ios .form_questionnaire textarea,
.app_theme_ios .form_questionnaire .form_option,
.app_theme_ios .form_questionnaire .form_option > div,
.app_theme_ios .form_questionnaire .preview_option,
.app_theme_ios .form_questionnaire .preview_option > div,
.app_theme_android .form_questionnaire input,
.app_theme_android .form_questionnaire textarea,
.app_theme_android .form_questionnaire .form_option,
.app_theme_android .form_questionnaire .form_option > div,
.app_theme_android .form_questionnaire .preview_option,
.app_theme_android .form_questionnaire .preview_option > div {
  border-color: #313136;
  color: #dddddd;
}

.app_theme_ios .form_questionnaire .form_option > div i,
.app_theme_ios .form_questionnaire .preview_option > div i,
.app_theme_android .form_questionnaire .form_option > div i,
.app_theme_android .form_questionnaire .preview_option > div i {
  border-radius: 0.25rem;
}

.app_theme_ios .form_questionnaire .form_content .content input,
.app_theme_ios .form_questionnaire .preview_content .content input,
.app_theme_android .form_questionnaire .form_content .content input,
.app_theme_android .form_questionnaire .preview_content .content input {
  border-color: #313136!important;
  background-color: #1d1d1e!important;
}

.app_theme_ios .form_questionnaire .btn,
.app_theme_android .form_questionnaire .btn {
  background-color: #262628;
  border-color: #7a302b;
  color: #f54d42;
}

.app_theme_ios .msg,
.app_theme_android .msg {
  background-color: rgba(0, 0, 0, 0.5);
}

.app_theme_ios .msg-content,
.app_theme_android .msg-content {
  background-color: #262628;
}

.app_theme_ios .msg-content span,
.app_theme_android .msg-content span {
  background: none;
}

.app_theme_ios .successMsg,
.app_theme_android .successMsg {
  background-color: #262628;
}

.app_theme_ios .successMsg *:not(.img),
.app_theme_android .successMsg *:not(.img) {
  background-color: #262628;
  color: #ddd;
}

.app_theme_ios .footerText,
.app_theme_android .footerText {
  background: #262628;
  color: #dddddd;
  border: 0.0541rem solid #dddddd;
}

.app_theme_ios .footerText.footerActive,
.app_theme_android .footerText.footerActive {
  border-color: #7a302b;
  color: #f54e42;
}

.app_theme_ios .objItem_active,
.app_theme_android .objItem_active {
  background: #f54d23;
  color: white;
  border-color: #f54d23;
}

.primary_client .app_theme_ios .objItem_active,
.primary_client .app_theme_android .objItem_active {
  background: #17C6A3;
}

.app_theme_ios input[type=checkbox]:checked,
.app_theme_android input[type=checkbox]:checked {
  background-image: url("../../image/survey/checkboxBtn-dark.png");
}

body.primary_client {
  background-color: white;
}