/* 问题详情 Start */
.post-status{
  position: absolute;
  top:0;
  left:0;
  width:87px;
  height:87px;
}
.post-fail{
  background: url("../../Image/fail.png") no-repeat;
}
.post-checking{
  background: url("../../Image/checking.png") no-repeat;
}
.post-reason{
  color: red;
  margin-top: 20px;
}
.card {
  position: relative;
  background: #fff;
  padding: 40px;
  padding-bottom: 60px;
  width: 880px;
  box-sizing: border-box;
  margin-bottom: 20px;
  transition: all .5s;
}
.card-level {
  position: relative;
  z-index: 3;
}
.card-shadow:hover {
  box-shadow: 0 0 18px 2px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
.card-title {
  font-size: 18px;
  font-weight: 800;
  color: #404040;
  display: inline-block;
  line-height: 19px;
}
.card-author {
  padding: 20px 0 16px 0;
  position: relative;
  height: 56px;
  /*z-index: 3;*/
}
.card-author__head {
  width: 20px;
  height: 20px;
  font-size: 0;
  float: left;
  border-radius: 12px;
}
.card-author__name {
  color: #404040;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  float: left;
  margin-left: 10px;
  margin-right: 20px;
}
.card-author__dep {
  color: #b2b2b2;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  float: left;
}
.card-author__op {
  font-size: 0;
  height: 20px;
  line-height: 20px;
}
.card-author__op .card-time,
.card-author__op .card-status {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  font-size: 12px;
  color: #b2b2b2;
  height: 24px;
}
.card-author__op .card-status .icon-liulan-xian,
.card-author__op .card-status .icon-fenxiang {
  margin-right: 6px;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
}
.card-author__op .card-status {
  font-size: 0;
}
.card-author__op .card-status span {
  font-size: 12px;
  margin-left: 22px;
}
.card-author__btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  background-color: #178fff;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  margin-top: -10px;
  cursor: pointer;
  z-index: 4;
}
.card-author__btn i {
  margin-right: 6px;
}
.card-content p {
  font-size: 14px;
  line-height: 22px;
  margin: 14px 0;
  word-break: break-all;
}
.card-content img {
  max-width: 100%;
}
.card-content__cover {
  width: 200px;
  height: 100px;
  position: relative;
  float: left;
  margin-right: 18px;
  margin-bottom: 4px;
  border-radius: 4px;
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}
.card-content__inner {
  overflow: hidden;
}
.card-content__rich {
  overflow: hidden;
  max-height: 100px;
  position: relative;
}
.card-content__text {
  font-size: 15px;
  line-height: 1.67;
}
.card-content__btn {
  padding: 0;
  margin-left: 4px;
  color: #175199;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  border: none;
  font-size: 15px;
  position: relative;
}
.card-content__btn::before {
  content: "...";
  position: absolute;
  left: -15px;
}
.card-content__btn i {
  color: #175199;
}
.card-action__source a {
  font-size: 14px;
  color: #607aae;
}
.card-action__operate span {
  display: inline-block;
  margin-left: 20px;
  font-size: 14px;
}
.card-more {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  color: #b2b2b2;
  cursor: pointer;
  transition: all .5s;
}
.card-more:hover {
  color: #404040;
}
/* 户型图缩略图 Start */
.houseType {
  position: relative;
  border: 2px solid #cdcdcd;
  height: 470px;
  box-sizing: content-box;
}
.houseType-picture {
  font-size: 0;
  width: 796px;
  height: 410px;
  box-sizing: border-box;
}
.houseType-picture-show {
  width: 796px;
  height: 100%;
}
.houseType-picture-enlarge {
  position: absolute;
  right: 10px;
  z-index: 2;
  cursor: pointer;
  font-size: 40px;
}
.houseType-description {
  position: relative;
  width: 796px;
  height: 60px;
  border-top: 2px solid #cdcdcd;
  box-sizing: border-box;
}
.houseType-description-title {
  display: inline-block;
  color: #404040;
  font-size: 18px;
  font-weight: bold;
  padding: 0 20px;
  height: 36px;
  line-height: 36px;
  border-right: 2px solid #e5e5e5;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  box-sizing: border-box;
}
.houseType-description-msg {
  display: inline-block;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 150px;
  margin-top: -18px;
}
.houseType-description-msg div {
  font-size: 12px;
  line-height: 18px;
  margin: 0 20px;
}
.houseType-description-msg div:last-child {
  color: #b2b2b2;
}
.houseType-description-btn {
  display: inline-block;
  width: 128px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  background-color: #FD8049;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -20px;
}
.houseType-description-btn:hover {
  color: #fff;
}
/* 户型图缩略图 End */
/* 其它缩略图 Start */
.otherType {
  font-size: 0;
}
.otherType .otherType-thumbnail {
  display: inline-block;
  width: 144px;
  height: 98px;
  margin-right: 20px;
  margin-top: 0;
  border-radius: 4px;
  cursor: pointer;
}
.otherType .otherType-thumbnail:last-child {
  margin-right: 0;
}
/* 其它缩略图 End */
/* 问题详情 End */
/* 问题答案 Start */
.answer-more {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  color: #b2b2b2;
  cursor: pointer;
  transition: all .5s;
}
.answer-more:hover {
  color: #404040;
}
.answer-list {
  padding: 40px;
  background: #fff;
}
.answer-item {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}
.answer-item:last-child {
  border: none;
  padding-bottom: 0;
}
.answer-count {
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  color: #404040;
  line-height: 18px;
}
.answer-bd {
  margin: 16px 0;
}
.answer-bd p{
  word-break: break-all;
}
.answer-content{
  word-break: break-all;
}
.answer-content img{
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  max-width: 100%;
  vertical-align: top;
}
.answer-list .answer-content img:first-child {
  margin-top: 0;
}
.answer-content1{
  word-break: break-all;
}
.answer-content1 img{
  max-width: 100%;
  vertical-align: top;
}
.answer-author {
  padding: 20px 0 0 0;
  position: relative;
  font-size: 0;
}
.answer-author__head {
  width: 40px;
  height: 40px;
  font-size: 0;
  float: left;
  border-radius: 99px;
}
.answer-author__name {
  height: 32px;
  float: left;
  margin-left: 50px;
  margin-right: 20px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
.answer-author__name div {
  font-size: 0;
  line-height: 14px;
  height: 14px;
  margin-bottom: 6px;
}
.answer-author__name div span:first-child {
  font-size: 14px;
  margin-right: 20px;
  color: #404040;
  line-height: 14px;
  height: 14px;
  display: inline-block;
}
.answer-author__name span {
  font-size: 12px;
  color: #b2b2b2;
  display: inline-block;
  line-height: 12px;
}
.answer-author__dep {
  color: #b2b2b2;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  float: left;
}
.answer-author__op span {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  font-size: 12px;
  color: #b2b2b2;
}
.answer-author__op span i {
  margin-right: 5px;
}
.answer-author__btn {
  position: absolute;
  top: 0;
  right: 10px;
  width: 48px;
  height: 58px;
  /*width: 109px;*/
  /*height: 40px;*/
  /*line-height: 33px;*/
  /*text-align: center;*/
  /*color: #fff;*/
  /*font-size: 14px;*/
  background: url("../../Image/recommend.png") no-repeat;
  background-position: 0 -1px;
  /*background-size: 109px 30px;*/
  /*padding-left: 25px;*/
}
.answer-action__source a {
  font-size: 14px;
  color: #607aae;
}
.answer-action__operate i {
  font-size: 16px;
  /*margin-right: 4px;*/
}
.answer-action__operate>div{
  display: inline-block;
  margin-left: 20px;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
}
/*.answer-action__operate span {
  display: inline-block;
  margin-left: 20px;
  line-height: 16px;
  height: 16px;
}*/
.answer-action__operate span .like {
  font-size: 0;
}
.answer-action__operate span .like-number {
  margin-left: 0;
  font-size: 12px;
}
.answer-action__operate span .commentNumber {
  font-size: 0;
  position: relative;
}
.answer-action__operate span .commentNumber .comment-icon {
  display: inline-block;
  position: absolute;
  top: -2px;
}
.answer-action__operate span .commentNumber span {
  margin-left: 20px;
  font-size: 12px;
}
.answer-comment-box {
  background: #fafafa;
  border: 1px solid #cdcdcd;
  padding: 20px;
  position: relative;
  display: none;
  margin-top: 5px;
  border-radius: 4px;
}
.answer-comment-box:after {
  content: ' ';
  position: absolute;
  background: url("../../Image/comment_arrow.png") no-repeat;
  top: -6px;
  right: 28px;
  width: 13px;
  height: 6px;
}
.answer-comment-more {
  text-align: center;
  padding-top: 20px;
}
.answer-comment-more div {
  display: inline-block;
  cursor: pointer;
  color: #607aae;
}
.answer-comment-item {
  /*margin-bottom: 16px;*/
}
.answer-comment-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.answer-comment__head {
  width: 20px;
  height: 20px;
  font-size: 0;
  float: left;
  border-radius: 99px;
  /*margin-bottom: 15px;*/
}
.answer-comment__name {
  color: #404040;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  float: left;
  margin-left: 10px;
  margin-right: 20px;
}
.answer-comment__name div {
  font-size: 14px;
  margin-right: 5px;
  display: inline-block;
}
.answer-comment__name span {
  font-size: 14px;
  color: #b2b2b2;
}
.answer-comment__name span.time {
  font-size: 12px;
}
.answer-comment-hd{
  margin-top: 16px;
}
.answer-comment-bd{
  font-size: 14px;
  line-height: 1.67;
  margin: 16px 0;
  width: 760px;
}
.answer-comment-ft{
  line-height: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 0;
}
.answer-comment__text{
  word-break: break-all;
}
.answer-comment__text--btn {
  padding: 0;
  margin-left: 4px;
  color: #175199;
  display: none;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  border: none;
  font-size: 14px;
  position: relative;
}
.answer-comment-action{
  height: 16px;
}
.answer-comment-action .baseLink{
  font-size: 0;
  position: relative;
}
.answer-comment-action .comment-icon{
  display: inline-block;
  position: absolute;
  top: 1px;
}
.answer-comment-action .like{
  margin-left: 0;
}
.answer-comment-action .count{
  margin-left: 20px;
}
.answer-comment-action i {
  font-size: 14px;
  margin-right: 6px;
}
.answer-comment-action span {
  display: inline-block;
  font-size: 12px;
  margin-left: 20px;
}
.answer-comment-action span:last-child{
  margin-right: 0;
}
.answer-comment-root {
  position: relative;
  z-index: 5;
}
.answer-comment-root--son {
  display: none;
  margin-top: 16px;
}
.answer-comment-root--active {
  /*padding-right: 80px;*/
}
.answer-comment-root--active .answer-comment-root__wrap {
  background: #fff;
}
.answer-comment-root--active  {
  display: block;
}
.answer-comment-root__wrap {
  border: 1px solid #ececec;
  padding: 8px 0;
  width: 763px;
  height: 40px;
  position: relative;
  border-radius: 4px;
}
.answer-comment-root__wrap .form-count{
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 12px;
  color: #b2b2b2;
}
.answer-comment-root__inner {
  position: absolute;
  display: inline-block;
  width: 760px;
  height: 38px;
  line-height: 1.5;
  outline: none;
  padding: 10px;
  border: 0;
  margin-top: -19px;
  top: 50%;
  resize: none;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 12px;
  overflow-y: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.answer-comment-root__textbox {
  position: relative;
  z-index: 1;
  min-height: 22px;
}
.answer-comment-root__btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 40px;
  line-height: 40px;
  background-color: #178fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/@begin+0,4ba0ff+100 */
  /*background: #4dadff;*/
  /* Old browsers */
  /*background: -moz-linear-gradient(-45deg, #4dadff 0%, #4ba0ff 100%);*/
  /* FF3.6-15 */
  /*background: -webkit-linear-gradient(-45deg, #4dadff 0%, #4ba0ff 100%);*/
  /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(135deg, #4dadff 0%, #4ba0ff 100%);*/
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4dadff, endColorstr=#4ba0ff, GradientType=1);*/
  /* IE6-9 fallback on horizontal gradient */
  color: #fff;
  text-align: center;
  border-radius: 4px;
  display: none;
  cursor: pointer;
  font-size: 14px;
}
.answer-comment-root__count {
  position: absolute;
  right: 8px;
  top: 8px;
}
/* 问题答案 End */
/* 固定头部 Start */
.pageHeader {
  display: none;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
}
.pageHeader-content {
  position: relative;
  width: 1180px;
  height: 60px;
  line-height: 72px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  font-size: 0;
}
.pageHeader-content a:hover {
  color: #fff;
}
.pageHeader-content .card-share--btn {
  margin-left: 20px;
  font-size: 0;
  color: #b2b2b2;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
}
.pageHeader-content .card-share--btn:hover .icon-fenxiang,
.pageHeader-content .card-share--btn:hover span {
  color: #178fff;
}
.pageHeader-content .card-share--btn > i {
  margin-right: 6px;
}
.pageHeader-content .card-share--btn span {
  font-size: 12px;
}
.pageHeader-content-btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  background-color: #178fff;
  cursor: pointer;
}
.answer-btn {
  width: 120px;
  position: absolute;
  top: 10px;
  right: 160px;
}
.answer-btn i,.question-btn i{
  margin-right: 6px;
}
.question-btn {
  width: 140px;
  position: absolute;
  top: 10px;
  right: 0;
}
/* 固定头部 End */
/* 分享 Start */
.card-share--btn {
  position: relative;
  z-index: 3;
  cursor: pointer;
}
.card-share--btn:hover .card-share--box {
  display: block;
}
.card-share--btn:hover i,
.card-share--btn:hover span {
  color: #178fff;
}
.card-share--box {
  display: none;
  position: absolute;
  top: 20px;
  left: -51px;
  width: 100px;
  height: 238px;
  background-color: #fff;
  background: url("../../Image/share_bg.png") no-repeat;
  padding: 10px 26px;
  box-sizing: content-box;
}
.card-share--box .share-item {
  font-size: 14px;
  line-height: 30px;
}
.card-share--box .share-item a{
  color: #666;
}
.card-share--box .share-item a:hover{
  color: #178fff;
}
.card-share--box .share-item:last-child {
  margin-bottom: 0;
}
.card-share--box .share-item i {
  margin-right: 10px;
  font-size: 20px;
  vertical-align: middle;
}
.card-share--box .share-item .icon-weibo {
  color: #eb616a;
}
.card-share--box .share-item .icon-QQ {
  color: #178fff;
}
.card-share--box .share-item .icon-kongjian {
  color: #ffcd00;
}
.card-share--box .share-item .icon-weixin {
  color: #7dd239;
}
.card-share--box .share-item .qrcode {
  display: block;
  width: 88px;
  height: 88px;
}
/* 分享 End */
/* 富文本编辑器 Start */
.richtext {
  display: none;
  position: relative;
  width: 100%;
  height: 403px;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 40px;
  box-sizing: border-box;
  z-index: 2;
}
.richtext .note-editor {
  height: 263px;
  border-radius: 4px;
  border: 1px solid #cdcdcd !important;
}
.richtext .note-editor .note-toolbar {
  border-radius: 4px;
  position: relative;
}
.richtext .note-editor .note-toolbar .note-style:after,
.richtext .note-editor .note-toolbar .note-para:after {
  content: '';
  width: 1px;
  height: 21px;
  background-color: #e5e5e5;
  position: absolute;
  top: 8px;
}
.richtext .note-editor .note-editing-area {
  height: 208px;
}
.richtext .note-editor .note-statusbar .note-resizebar {
  height: 0 !important;
  padding-top: 0 !important;
}
.richtext .note-editor .note-statusbar .note-resizebar .note-icon-bar {
  width: 0 !important;
  margin: 0 !important;
  border-top: none !important;
}
.richtext .note-btn:last-child {
  margin-left: 0;
}
.richtext-btn {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.richtext-btn:hover {
  color: #fff;
  background-color: #5DB0FF;
}
.richtext .disabled {
  border: 1px solid #ccc;
  background-color: #ccc;
  pointer-events: none;
}
.richtext .active {
  background-color: #178fff;
}
/* 富文本编辑器 End */
/* 是否同意插入户型图弹窗 Start */
.warmPrompt {
  display: none;
  width: 800px;
  height: 300px;
  padding: 30px;
  text-align: center;
  position: relative;
}
.warmPrompt-title {
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: left;
  margin: 20px 0;
}
.warmPrompt-title > i {
  color: red;
  font-size: 24px;
  font-weight: bold;
  margin-right: 8px;
}
.warmPrompt-title > span {
  font-size: 24px;
  color: #404040;
  font-weight: bold;
}
.warmPrompt-content {
  color: #737373;
  font-size: 18px;
  padding-left: 14px;
  margin: 40px 0;
}
.warmPrompt-btn {
  display: inline-block;
  width: 110px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  margin-top: 20px;
  cursor: pointer;
}
.warmPrompt .agree {
  margin-right: 40px;
  border: 1px solid #178fff;
  background-color: #178fff;
  color: #fff;
}
.warmPrompt .disagree {
  border: 1px solid #737373;
}
/* 是否同意插入户型图弹窗 End */
/* 插入户型图弹窗 Start */
.door-modal {
  display: none;
  background-color: #fff;
  width: 880px;
  height: 744px;
  padding: 40px;
  position: relative;
}
.door-modal-hd {
  padding: 10px 0;
  font-size: 18px;
  color: #262626;
  border-bottom: 1px solid #e5e5e5;
  font-weight: bold;
  line-height: 19px;
}
.door-modal-hd span {
  display: inline-block;
  line-height: 19px;
  height: 19px;
  border-left: 2px solid #178fff;
  padding-left: 10px;
}
.door-modal-bd {
  width: 800px;
  height: 510px;
}
.door-modal-operate {
  padding: 20px 0;
}
.door-modal-operate .line {
  height: 1px;
  background: #737373;
  width: 15px;
  margin: 0 5px;
}
.door-modal-operate .form-group {
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 0;
  padding-right: 15px;
  vertical-align: middle;
  position: relative;
}
.door-modal-operate .form-group .form-label {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 700;
}
.door-modal-operate .form-group .search-box {
  display: inline-block;
  width: 200px;
  height: 32px;
  padding: 0;
  vertical-align: middle;
}
.door-modal-operate .form-group .search-box:hover .search-box__val {
  border-color: #178fff;
}
.door-modal-operate .form-group .search-box__btn {
  height: 32px;
  top: 0;
}
.door-modal-operate .form-group input {
  display: inline-block;
  height: 32px;
  box-sizing: border-box;
  font-size: 12px;
  padding: 10px;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
}
.door-modal-operate .form-group input::-webkit-input-placeholder {
  color: #b2b2b2;
  font-size: 12px;
}
.door-modal-operate .form-group input:focus {
  border: 1px solid #178fff;
}
.door-modal-operate .form-group input.door-modal-date {
  width: 120px !important;
}
.door-modal-operate .form-group input.door-modal-keyword {
  width: 200px !important;
}
.door-modal-list {
  margin: 0;
  width: 810px;
  height: 510px;
  box-sizing: border-box;
}
.door-modal-list li {
  float: left;
  width: 240px;
  height: 240px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.door-modal-close {
  position: absolute;
  top: 0;
  right: -40px;
  cursor: pointer;
}
.door-modal-close i {
  font-size: 32px;
  color: #fff;
}
.door-modal .list-item {
  width: 260px;
  height: 250px;
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
}
.door-modal .list-item-hd {
  height: 178px;
}
.door-modal .list-item-hd img {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #cdcdcd;
}
.door-modal .list-item-ft {
  padding: 20px;
}
.door-modal .list-item__tit {
  font-size: 14px;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #404040;
  width: 150px;
  margin-bottom: 5px;
}
.door-modal .list-item__des {
  font-size: 12px;
  line-height: 12px;
  color: #b2b2b2;
}
.door-modal .list-item__btn {
  width: 60px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  background-color: #FD8049;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}
.door-modal-ft {
  margin-top: 20px;
}
.door-modal-ft .pagination {
  position: relative;
  text-align: center;
  font-size: 0;
  margin: 0;
  padding: 0;
}
.door-modal-ft .pagination .prev-page {
  margin-right: 20px;
  cursor: pointer;
}
.door-modal-ft .pagination .prev-page:hover {
  color: #178fff;
}
.door-modal-ft .pagination .next-page {
  margin-left: 20px;
  cursor: pointer;
}
.door-modal-ft .pagination .next-page:hover {
  color: #178fff;
}
.door-modal-ft .pagination .active a {
  z-index: 2;
  color: #178fff;
  border-color: #178fff;
}
.door-modal-ft .pagination li {
  display: inline-block;
  box-sizing: border-box;
  font-size: 14px;
  margin-right: 14px;
}
.door-modal-ft .pagination li a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  position: relative;
  display: block;
  text-decoration: none;
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
  border-radius: 4px;
}
.door-modal-ft .pagination li a:hover {
  border-color: #E3F1FF;
  background-color: #E3F1FF;
  color: #737373;
}
.door-modal-ft .pagination li:nth-last-child(2) {
  margin-right: 0 !important;
}
.layui-layer-page .layui-layer-content {
  overflow: visible !important;
}
.datepicker-dropdown {
  z-index: 9999 !important;
}
.form-inline .door-modal-date {
  width: 140px !important;
}
/* 插入户型图弹窗 End */
/* 上传图片弹窗 Start */
.upload {
  display: none;
  width: 500px;
  height: 226px;
}
.upload-picture {
  position: absolute;
  left: 125px;
  top: 88px;
  width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  background-color: #178fff;
  color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
}
.upload-picture_text {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -25px;
}
.upload-picture > input {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 100px;
  opacity: 0;
  cursor: pointer;
}
/* 上传图片弹窗 End */
/* 富文本编辑器插入表情和户型提示文字样式 Start */
.layui-layer-tips .layui-layer-content {
  font-size: 14px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  width: 40px;
  height: 26px !important;
  line-height: 26px !important;
  padding: 0 !important;
  text-align: center;
}
.icon-box {
  pointer-events: none;
}
.note-btn-except {
  padding: 0 !important;
}
.note-btn-except .emoji-picker {
  padding: 8px 10px;
}
/* 富文本编辑器插入表情和户型提示文字样式 End */

/* 点赞样式 */
.likeStyle{
  color: #178fff;
}

input[type=file].file {
  display: none;
}
.vj-main{
   position: relative;
}
/* 投稿按钮 */
.fixed-btn{
  position: fixed;
  right:35%;
  bottom: 10px;
  width:171px;
  height:46px;
  line-height: 46px;
  background:rgba(0,140,255,1);
  border-radius:6px;
  font-size:18px;
  text-align: center;
  color:#fff;
  cursor: pointer;
}

.PopSubmissionFailure{
  overflow: hidden;
}

select {
  width: 192px;
  height: 28px;
  font-size: 12px;
  margin: -1px;
  padding: 4px;
  color: #666;
  border-color: rgb(169, 169, 169);
}

.plan .popup .search__btn {
  display: inline-block;
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  transition: all .15s;
}

.layui-layer-page {
  border-radius: 13px !important;
}
.btn__gray{
  color:#6F6F6F !important;
}

.part_top {
  height: 345px;
  position: relative;
  padding: 0 65px;
}

.part_bottom {
  text-align: center;
  margin-top: 48px;
}

.blue__btn {
  color: #fff;
  background: #178fff;
}

.PopSubmission, .PopSchemeEdit, .PopSubmissionSuccess, .PopSubmissionFailure {
  width: 100%;
  height: 100%;
  /*padding: 40px 110px;*/
  box-sizing: border-box;
  position: relative;
  color: #737373;
  display: none;
  font-size: 14px;
  font-family: '微软雅黑';
  /*border-radius: 12px;*/
}

input[type="checkbox"], input[type="radio"] {
  /* display: none; */
  opacity: 0;
  cursor: pointer;
  /*position:absolute;
  top:0px;
  left:-13px;*/;
}

.closeBtn {
  position: absolute;
  top: 34px;
  right: 73px;
  font-size: 40px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  color: #fff;
}

/* 选择方案弹窗 Start */
.plan {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  z-index: 999;
}

.plan .popup {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -300px;
  margin-left: -490px;
  width: 980px;
  height: 600px;
  background: #fff;
  border-radius: 4px;
}

.plan .popup .popup__hd {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #178fff;
  padding: 0 20px;
  border-radius: 4px 4px 0 0;
}

.plan .popup .popup__title {
  font-size: 18px;
}

.plan .popup .popup__close {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 14px;
  cursor: pointer;
}

.plan .popup .popup__search {
  position: relative;
  height: 50px;
  line-height: 50px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  padding: 0 20px;
}

.plan .popup .search__name {
  width: 240px;
  height: 30px;
  font-size: 14px;
  padding: 0 14px;
  margin-right: 18px;
}

.plan .popup .search__timewrap {
  display: inline-block;
  position: relative;
  line-height: 30px;
}

.plan .popup .search__time {
  display: inline-block;
  position: relative;
  width: 140px;
  height: 30px;
  margin-right: 20px;
}

.plan .popup .search__time input {
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #666;
  padding: 0 14px;
  cursor: auto;
}

.plan .popup .search__time i {
  position: absolute;
  top: 6px;
  right: 10px;
  font-size: 18px;
  color: #999;
  cursor: pointer;
}

.plan .popup .search__join:after {
  position: absolute;
  display: inline-block;
  top: 15px;
  left: 147px;
  content: '';
  width: 10px;
  height: 2px;
  background: #999;
}

.plan .popup .search__btn {
  display: inline-block;
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  transition: all .15s;
}

.plan .popup .search__panoramic {
  position: absolute;
  right: 20px;
  top: 0;
}

.plan .popup .search__panoramic i {
  font-size: 18px;
  color: #999;
  cursor: pointer;
}

.plan .popup .search__panoramic span {
  font-size: 16px;
  color: #666;
  margin-left: 8px;
}

.plan .popup .popup__list {
  height: 439px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.schemeList {
  width: 100%;
  font-size: 0;
  padding: 20px 0 20px 20px;
}

.schemeList .list__item {
  display: inline-block;
  width: 180px;
  height: 196px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  margin: 0 10px 20px 0;
  cursor: pointer;
  vertical-align: top;
}

.schemeList .list__item .item__pic {
  position: relative;
  width: 100%;
  height: 135px;
}

.schemeList .list__item .item__pic div {
  width: 180px;
  height: 135px;
}

.schemeList .list__item .item__pic img {
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 0 0;
}

.schemeList .list__item .item__pic .item__mask {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background: rgba(0,0,0,.5);
}

.schemeList .list__item .item__pic .item__mask i {
  font-size: 12px;
  margin-right: 5px;
}

.schemeList .list__item .item__pic .icon-gouxuan, .icon-shanchu {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
}

.schemeList .list__item .item__text {
  padding: 10px;
}

.schemeList .list__item .item__text .item__name {
  width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  margin-bottom: 4px;
}

.schemeList .list__item .item__text .item__id {
  font-size: 12px;
  color: #999;
}

.schemeList .list__item .item__text .item__id span {
  display: inline-block;
  width: 124px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 4px;
  vertical-align: middle;
}

.plan .popup .popup__list .schemeList .list__item:nth-child(5n) {
  margin-right: 0;
}

.scheme .schemeList {
  overflow-y: visible;
  padding: 0;
}

.scheme .list__item {
  width: 280px;
  height: 293px;
  box-shadow: none;
  border: 1px solid #eee;
  margin: 0 0 20px 20px;
}

.js-scheme:nth-child(4n+1) {
  margin: 0;
}

.scheme .list__item .item__pic {
  height: 210px;
}

.schemeList .list__item .item__pic .icon-shanchu {
  color: rgba(0,0,0,.5);
}

.scheme .list__item .item__pic .item__mask {
  height: 30px;
  line-height: 30px;
}

.scheme .list__item .item__text {
  padding: 18px 20px;
}

.scheme .list__item .item__text .item__name {
  width: 238px;
  font-size: 16px;
}

.scheme .list__item .item__text .item__id {
  font-size: 14px;
}

.scheme .list__item .item__text .item__id span {
  width: 196px;
}

.plan .popup .popup__ft {
  position: relative;
  height: 60px;
  line-height: 60px;
  border-top: 1px solid #ddd;
  padding: 0 20px;
}

.plan .popup .popup__count {
  display: inline-block;
  font-size: 16px;
  color: #666;
  opacity: 1;
}

.plan .popup .popup__num {
  color: #fff;
  font-weight: bold;
  margin: 0 5px;
}

.plan .popup .popup__btn {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: all .15s;
}
/* 选择方案弹窗 End */

/* 无方案时显示 Start */
.noScheme {
  padding: 100px 0 60px 0;
}

.noScheme .noScheme__pic {
  display: block;
  width: 400px;
  height: 218px;
  margin: 0 auto;
}

.noScheme .noScheme__text {
  text-align: center;
  font-size: 24px;
  margin-top: 24px;
}

.noScheme .noScheme__text span {
  color: #178fff;
  cursor: pointer;
}
/* 无方案时显示 End */

/* 提示信息弹窗 Start */
.popup__wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  z-index: 999;
}

.popup__wrap .popup {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -133px;
  margin-left: -300px;
  width: 600px;
  height: 266px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border-radius: 4px;
}

.popup__wrap .popup .popup__hd {
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #ddd;
  padding: 0 30px 0 20px;
}

.popup__wrap .popup .popup__title {
  font-size: 18px;
}

.popup__wrap .popup .icon-guanbi {
  position: absolute;
  top: 22px;
  right: 30px;
  font-size: 14px;
  cursor: pointer;
}

.popup__wrap .popup .popup__content {
  padding-top: 50px;
}

.popup__wrap .popup .popup__desc {
  font-size: 18px;
  font-weight: bold;
  color: #666;
  text-align: center;
  margin-bottom: 50px;
}

.popup__wrap .popup .popup__btn {
  margin-top: 50px;
}
/* 提示信息弹窗 End */

/* 方案编辑弹窗 Start */
.PopSchemeEdit .edit__banner {
  width: 100%;
  height: 90px;
  line-height: 90px;
  background: rgba(23,143,255,1);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  font-size: 30px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  padding-left: 77px;
}

.PopSchemeEdit .part_top {
  padding-top: 40px;
  box-sizing: border-box;
}

.PopSchemeEdit .part_top .formWrap {
  padding: 0;
  margin: 0;
}

.PopSchemeEdit .part_top .formWrap .formItem label .title:after {
  content: '';
}

.PopSchemeEdit .part_top .formWrap .formItem label .area:after {
  content: ' :';
}

.PopSchemeEdit .part_top .formWrap .formItem label .required:before {
  position: absolute;
  top: 3px;
  left: -15px;
}

.PopSchemeEdit .part_top .formWrap .schemeFeature {
  /*text-align: center;*/
  margin-left: 10px;
}

.PopSchemeEdit .part_top .formWrap .formItem {
  display: inline-block;
  margin-right: 54px;
}

.PopSchemeEdit .part_top .formWrap .formItem select {
  font-size: 14px;
  line-height: 22px;
  padding: 2px;
}

.PopSchemeEdit .part_top .formWrap .formItem:nth-child(3) {
  margin-right: 0;
  top: -18px;
}

.PopSchemeEdit .part_top .formWrap .overview {
  margin-bottom: 0;
}

.PopSchemeEdit .part_top .formWrap .formItem label {
  /*width: 64px;*/
  margin-right: 20px;
  font-size: 18px;
  /*line-height: 52px;*/
  color: #414141;
}

.PopSchemeEdit .part_top .formWrap .formItem label span {
  display: inline-block;
  /*height: 60px;
line-height: 60px;*/
  position: relative;
}

.PopSchemeEdit .part_top .formWrap .overview label {
  /*width: 78px;*/
  margin-bottom: 10px;
  margin-left: 11px;
}

.PopSchemeEdit .part_top .formWrap .formItem .control-select {
  border-radius: 8px;
  background: rgba(240,242,244,1);
}

.PopSchemeEdit .part_top .formWrap .formItem .control-select select {
  width: 180px;
  height: 52px;
  line-height: 52px;
  background: rgba(240,242,244,1);
  border-radius: 8px;
  padding: 0;
  padding-left: 25px;
  padding-right: 17px;
  border: none;
}

/*.PopSchemeEdit .part_top .formWrap .formItem .control-select select:hover {
border: 1px solid rgba(23,143,255,1);
}*/

.PopSchemeEdit .part_top .formWrap .formItem .short {
  display: inline-block;
  margin-top: 6px;
  color: #222;
  font-size: 18px;
}

.PopSchemeEdit .part_top .formWrap .textarea_div {
  position: relative;
  margin-bottom: 15px;
  width: 856px;
  height: 135px;
  margin: 0 auto;
}

.PopSchemeEdit .part_top .formWrap textarea {
  width: 856px;
  height: 135px;
  display: block;
  padding: 20px;
  margin: 0 auto;
  border: 1px solid #ddd;
  background: rgba(240,242,244,1);
  border-radius: 6px;
  font-size: 16px;
  color: rgba(39,39,39,0.8);
  box-sizing: border-box;
}

.PopSchemeEdit .part_top .formWrap .wordCount {
  position: absolute;
  right: 26px;
  bottom: 6px;
  font-size: 16px;
  color: rgba(157,163,180,1);
}

.PopSchemeEdit .part_top .formWrap .checkbox_div {
  margin-left: -20px;
  margin-top:15px;
}

.PopSchemeEdit .part_top .formWrap .checkbox_div .checkbox {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  border-radius: 2px;
  /*vertical-align: middle;*/
  cursor: pointer;
  box-sizing: border-box;
}

.checked {
  background: url(../../Image/selected.png) no-repeat;
  border: 1px solid #528fcc !important;
}

.PopSchemeEdit .part_top .formWrap .checkbox_div span {
  font-size: 16px;
  color: #777;
}

.PopSchemeEdit .part_bottom .btn_div {
  /*width: 265px;
  height: 40px;*/
  margin: 0 auto;
}

.PopSchemeEdit .part_bottom .btn {
  display: inline-block;
  width: 170px;
  height: 50px;
  line-height: 46px;
  border: 2px solid #178fff;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 18px;
}

.PopSchemeEdit .part_bottom .btn:first-child {
  color: #178fff;
  margin-right: 52px;
}

.PopSchemeEdit .part_bottom .btn:last-child {
  color: #fff;
  background-color: #178fff;
}

.formWrap .formItem > label > span.required:before {
  content: '*';
  color: red;
  margin-right: 5px;
  vertical-align: text-top;
}

.PopSchemeEdit {
  line-height: 1.8;
}

.formWrap .formItem {
  margin-bottom: 22px;
  position: relative;
}

.formWrap .formItem > label {
  color: #333;
  font-size: 12px;
  /*width: 112px;*/
  float: left;
  text-align: right;
  margin-right: 26px;
  margin-bottom: 0px;
  position: relative;
  top: 5px;
  font-weight: normal;
  /* color: #5e5e5e; */
}

.control-select {
  /* width: 188px; */
  /*height: 26px;*/
  height: 52px;
  display: inline-block;
  /*border: 1px solid #dcdcdc;*/
  overflow: hidden;
}

input[type="checkbox"], input[type="radio"] {
  /* display: none; */
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer
  /*position:absolute;
top:0px;
left:-13px;*/;
}

.mr20 {
  margin-right: 20px;
}
/* 方案编辑弹窗 End */

/* 投稿成功弹窗 Start */
/*.PopSubmissionSuccess .success_content, .PopSubmissionFailure .failure_content {
    width: 560px;
    height: 144px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -72px;
    margin-left: -280px;
}*/

.PopSubmissionFailure .failure_content {
  padding:174px 74px;
  display:flex;
  justify-content:space-between;
}

.PopSubmissionSuccess .success_content{
  padding:174px 74px;
  display:flex;
  justify-content:space-between;
}

.PopSubmissionSuccess .success_content .success, .PopSubmissionFailure .failure_content .failure {
  margin-bottom: 40px;
}

.PopSubmissionSuccess .success_content .success span, .PopSubmissionFailure .failure_content .failure span {
  font-size: 33px;
  color: rgba(65,65,65,1);
  font-weight: 500;
}

.success__bg,.failure__bg {
  width: 350px;
  height: 240px;
  background: url(../../Image/complete.png);
}

.failure__info{
  text-align:left;
  width:417px;
}

.success-icon {
  background: url(../../Image/icon-list.png) no-repeat;
  display: inline-block;
  width: 33px;
  height: 37px;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 10px;
  background-position: 0 -51px;
}

.failure-icon {
  background: url(../../Image/failure.png) no-repeat;
  display: inline-block;
  width: 37px;
  height: 37px;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 10px;
}



.PopSubmissionSuccess .success_content .description, .PopSubmissionFailure .failure_content .description {
  color: #404040;
  font-size: 20px;
}

.PopSubmissionSuccess .success_content .description a {
  color: #178fff;
  cursor: pointer;
}

.confusion-icon {
  background: url(../../Image/icon-list.png) no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background-position: -134px 0;
  margin-left: 5px;
  cursor: pointer;
}

.nodata {
  font-size: 16px;
  color: #666;
  text-align: center;
  margin-bottom: 35px;
}

.merge__btn {
  width: 242px;
  height: 64px;
  line-height:64px;
  background: rgba(23,143,255,1);
  border-radius: 8px;
  font-size: 26px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align:center;
  margin-top:45px;
  cursor:pointer;
  display:none;
}
/* 投稿成功弹窗 End */
.description {
  position: relative;
}

.error-tip {
  position: absolute;
  top: 60px;
  display: none;
  width: 310px;
  box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  pointer-events: none;
}

.error-tip img {
  width: 100%;
  pointer-events: none;
}

.table-head-tip {
  color: red;
  margin-left: 10px;
}

/* 提示信息弹窗 Start */
.part__banner {
  width: 100%;
  height: 120px;
  line-height: 120px;
  background: url(../../Image/titleBanner.png);
  font-size: 28px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: center;
}


.popup__wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  z-index: 999;
}

.popup__wrap .popup {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -133px;
  margin-left: -300px;
  width: 600px;
  height: 266px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border-radius: 4px;
}

.popup__wrap .popup .popup__hd {
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #ddd;
  padding: 0 30px 0 20px;
}

.popup__wrap .popup .popup__title {
  font-size: 18px;
}

.popup__wrap .popup .icon-guanbi {
  position: absolute;
  top: 22px;
  right: 30px;
  font-size: 14px;
  cursor: pointer;
}

.popup__wrap .popup .popup__content {
  padding-top: 50px;
}

.popup__wrap .popup .popup__desc {
  font-size: 18px;
  font-weight: bold;
  color: #666;
  text-align: center;
  margin-bottom: 50px;
}

.popup__wrap .popup .popup__btn {
  margin-top: 50px;
  text-align: center;
}
.popup__wrap .popup .popup__btn .btn{
  display: inline-block;
  width: 140px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  vertical-align: middle;
  transition: all .15s;
}
.popup__wrap .popup .popup__btn .gray__btn{
  color: #666;
  border: 1px solid #666;
}

/* 提示信息弹窗 End */

.hidden{
  display: none;
  visibility: hidden;
}
/* 选择方案弹窗 */
.scheme-popup{
  display: none;
  background: #fff;
  border-radius: 4px;
}
.scheme-popup__hd{
  position: relative;
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
}
.scheme-popup__title{
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.scheme-popup__hd .icon-close{
  position: absolute;
  top: 0px;
  right: 40px;
  font-size: 20px;
  cursor: pointer;
}
.scheme-popup__bd{
  height: 480px;
  background: #F4F5F9;
}
.scheme-popup__search{
  display: flex;
  align-items: center;
  height: 56px;
  padding: 0 40px;
}
.scheme-popup__input{
  width: 224px;
  height: 32px;
  line-height: 32px;
  background: transparent;
  outline: 0;
  border: 1px solid rgba(153,153,153,.5);
  border-radius: 4px;
  padding: 0 16px;
}
.scheme-popup__date{
  display: inline-block;
  width: 246px;
  height: 32px;
  margin: 0 24px;
}
.c-datepicker-date-editor{
  background: transparent !important;
  border: 1px solid rgba(153,153,153,.5);
}
.c-datepicker-data-input{
  background-color: transparent !important;
}
.c-datepicker-range__icon{
  color: #999;
  line-height: 32px;
}
.c-datepicker-range-separator{
  display: inline-block;
  width: 12px;
  height: 1px;
  background: #999;
  vertical-align: 6px;
}
.svj-checkbox{
  margin-left: 210px;
}
.scheme-popup__content{
  max-height: 424px;
  overflow-y: auto;
}
.scheme-popup__content .list{
  font-size: 0;
  padding-left: 40px;
}
.scheme-popup__content .list__item{
  display: inline-block;
  width: 200px;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  border: 2px solid transparent;
  overflow: hidden;
}
.scheme-popup__content .list__item:nth-child(4n){
   margin-right: 0;
 }
.list__item.on{
   border-color: #178fff;
}
.list__item.on .icon-checkbox__hook{
  display: block !important;
}
.list__wrap{
  position: relative;
  height: 128px;
}
.icon-checkbox__hook{
  display: none;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  line-height: 32px !important;
  color: #fff !important;
  font-size: 18px;
  text-align: center;
  background: #178fff;
  border-radius: 50%;
}
.icon-checkbox__hook::before{
  color: #fff !important;
}
.list__cover{
  height: 100%;
  background-color: #F4F4F4;
  cursor: pointer;
}
.list__name{
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  background: #fff;
  padding: 0 12px;
}
.scheme-popup__empty{
  text-align: center;
  margin: 60px auto 0;
}
.scheme-popup__empty .empty__pic{
  width: 220px;
  height: 200px;
}
.scheme-popup__empty .empty__text{
  font-size: 18px;
  margin-top: 40px;
}
.scheme-popup__more{
  text-align: center;
  margin-bottom: 20px;
}
.scheme-popup__ft{
  height: 60px;
  padding: 0 40px;
}
.scheme-popup__ft .svj-button{
  margin-top: 10px;
}
.c-datepicker-picker{
  z-index: 198910160 !important;
}

/* button base */
.svj-button {
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  color: #999;
  border: 1px solid #999;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  transition: .1s;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  font-size: 14px;
  padding: 0 20px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
}
.svj-button.is-icon{
   padding: 0 16px;
 }
/* button size */
.svj-button.small{
   padding: 0 16px;
   height: 32px;
   line-height: 30px;
}
.svj-button.small.is-icon{
   padding: 0 12px;
}
.svj-button.medium {
   font-size: 16px;
   padding: 0 24px;
   height: 40px;
   line-height: 38px;
}
.svj-button.medium.is-icon{
  padding: 0 20px;
}
.svj-button.large {
   font-size: 20px;
   padding: 0 28px;
   height: 48px;
   line-height: 46px;
}
.svj-button.large.is-icon{
   padding: 0 24px;
}
.svj-button.large.is-icon .communityicon{
  font-size: 20px;
}
.svj-button.is-round {
   border-radius: 24px;
 }
.svj-button:hover{
   color: #178fff;
   border-color: #178fff;
 }
.svj-button:active {
   color: #096DD9;
   border-color: #096DD9;
 }

/* button color */
.svj-button__primary {
  color: #fff;
  background-color: #178fff;
  border-color: #178fff;
}
.svj-button__primary.is-plain {
   color: #178fff;
   background: #fff;
   border-color: #178fff;
}
.svj-button__primary.is-plain:hover {
   color: #40A9FF;
   background-color: rgba(57, 159, 255, 0.1);
 }
.svj-button__primary.is-plain:active {
   color: #096DD9;
   background-color: rgba(14, 128, 235, 0.1);
 }
.svj-button__primary:hover {
   color: #fff;
   background-color: #40A9FF;
   border-color: #40A9FF;
 }
.svj-button__primary:active {
   color: #fff;
   background-color: #096DD9;
   border-color: #096DD9;
 }

/* loading */
.loading{
  position: fixed;
  top: 50%;
  margin-top: -14px;
  left: 50%;
  margin-left: -14px;
  width: 26px;
  height: 26px;
  z-index: 2;
}
.loading-balla,.loading-ballb,.loading-ballc,.loading-balld{
  width:10px;
  height:10px;
  position:absolute;
  border-radius:50%;
  animation:k-loadingO 2s ease infinite;
}
.loading-balla {
  background:#63AEFF;
  animation-delay:-1.5s
}
.loading-ballb {
  background:#A0CDFF;
  animation-delay:-1s
}
.loading-ballc {
  background:#A9D1FF;
  animation-delay:-0.5s
}
.loading-balld {
  animation:k-loadingO 2s ease infinite;
  background:#6CB3FF
}
@keyframes k-loadingO {
  0%,100% {
    transform:translate(0)
  }
  25% {
    transform:translate(160%)
  }
  50% {
    transform:translate(160%,160%)
  }
  75% {
    transform:translate(0,160%)
  }
}