.meta-split{
  width: 100%;
  margin-top: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 14px;
}
.toggle.disabled{
  cursor: not-allowed;
  pointer-events: none;
}
.toggle.flat{
  height: 25px;
  width: 70px;
}
.toggle.flat:before{
  top:1px;
}
.toggle.flat .toggle-handle{
  top: -3px;
  left: -2px;
}
.toggle.flat.active .toggle-handle{
  left:0;
}
#fbWrapper > *{
  display: inline-block;
}
#fbWrapper .vip{
  background-color:#e03131;
  color:white;
  vertical-align: top;
  border-radius: 10px;
  padding: 1px 6px;
  font-size: 12px;
  margin-top: 1px;
  margin-left: 5px;
}
#fbWrapper > a{
  margin-top: 2px;
  color: #e03131;
  font-size: 12px;
  padding-left: 5px;
  vertical-align: top;
  text-decoration: underline;
  -webkit-text-decoration-color: red;
  -moz-text-decoration-color: red;  /* vendor prefix not required as of V36 */
  text-decoration-color: red;
}
.toggle.rm.active{
  background-color: #e03131;
  border: 2px solid #e03131;
}
.toggle.rm.active .toggle-handle{
  border-color: #e03131;
}
#thumbImg{
  height: 50px;
  width: 50px;
}
.bar-footer.footer-tab{
  height: 50px;
}
.bar-footer.footer-tab > a{
  text-align: center;
  vertical-align: middle;
  height: 50px;
  /*display: table-cell;*/
  cursor: pointer;
}
.bar-footer.footer-tab a.pull-right, .bar-footer.footer-tab a.pull-left{
  padding:5px 7px 0 7px;
}
.bar-footer.footer-tab a span{
  color: #666;
}
#delCard {
  display: none;
}
a#wepageShareBtn  span.icon{
  color: #E03131;
}
a#wepageShareBtn.disabled span.icon{
  color: #FFCDCD;
}
.bar-footer.footer-tab a span.icon{
  color: #2f3e46;
  top: 3px;
  width: 24px;
  height: 24px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  margin: auto;
  font-size: 21px;
}
.bar-footer.footer-tab a span.tab-label{
  display: block;
  font-size: 10px;
}
a#wepagePreviewBtn span.icon{
  color:#2f3e46;
}
a#wepagePreviewBtn.disabled span.icon{
  color: #B6BBBD;
}
.rcmd-tip{
  font-weight: bold;
  font-size: 18px;
  padding: 0px 0px 0px 8px;
  border-left: 7px solid red;
  line-height: 17px;
  margin: 20px 0 20px 0;
  vertical-align: top;
  height: 15.5px;
}
.note-editor .note-toolbar.panel-heading{
  padding: 3px;
  z-index: 20;
  /* position: absolute;
  top: 44px;
  margin-top: 0; */
}
/* #housecard-page-edit-body .bar.bar-nav{
  position: absolute;
  top: 0;
} */
.note-popover .popover .popover-content>.btn-group,.note-editor .note-toolbar>.btn-group {
  margin-right: 2px;
}
.note-editor .note-editing-area .note-popover .note-link-popover {
  margin-top: 140px;
}
div#shareDialog nav#share-content{
  /*height: 350px;*/
}

input.disabled, a.disabled{
  pointer-events: none !important;
  cursor: default !important;
}
p {
  color:inherit;;
}
.note-editing-area .note-handle .note-control-selection{
  z-index:20;
  margin-top: 132px;
}
.note-popover .popover.note-image-popover {
  margin-top:132px;
}
.note-toolbar div.note-color ul.dropdown-menu{
  min-width: 172px;
}

.note-toolbar div.note-color ul.dropdown-menu .btn-group{
  margin-left: 5px;
}
.modal-dialog{
  margin-top:44px;
}
#del-btn-wrapper{
  z-index: 40;
  position: absolute;
  background-color: rgba(0,0,0,0.5);
  text-align: center;
  vertical-align: middle;
  bottom: 10%;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  left: 50%;
  /*margin-top: -25px;*/
  margin-left: -25px;
}

#del-btn-wrapper.active{
  position: absolute;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    vertical-align: middle;
    bottom: 10%;
    height: 40px;
    width: 150px;
    border-radius: 10px;
    left: 50%;
    /*margin-top: -20px;*/
    margin-left: -75px;
}


#gal-del-btn{
  color: white;
  font-size: 19px;
  margin-top: 10px;
  border: 1px none;
  background-color: transparent;
}
#gal-del-yes-btn{
  width: 55px;
  display: none;
  margin-top: 7px;
}
#gal-del-can-btn{
  width: 55px;
  margin-left: 10px;
  display: none;
  margin-top: 7px;
}

#gal-del-btn, #gal-del-yes-btn, #gal-del-can-btn{
  cursor: pointer;
}

#imgSelectModal #imgSelectPicList{
  height: 95%;
  overflow-x: scroll;
}
#imgSelectModal #imgSelectPicList .thumb-wrapper .selected{
  border: 3px solid #5cb85c;
}
#imgSelectModal #imgSelectPicList .thumb-wrapper {
  height: 90px;
  /*width: 90px;     */
  width: 33.33333%;
  display: inline-block;
  text-align: center;
  /*padding-right: 10px;*/
}
#imgSelectModal #imgSelectPicList .thumb-wrapper img{
  height: 90px;
  width: 90px;
}
.flash-message-box {
  position: fixed;
  /*margin-top: 50%;*/
  /*margin-left: 50%;*/
  top: 50%;
  left: 50%;
  width:200px;
  height:80px;
  margin-top: -40px; /*set to a negative number 1/2 of your height*/
  margin-left: -100px; /*set to a negative number 1/2 of your width*/
  /*margin:auto;*/
  z-index: 100;
  display: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.flash-message-box .flash-message-inner {
  /*margin-left: -60%;*/
  /*margin-top: -50%;*/
  /* border: 3px solid #AAA; */
  background-color: #000;
  padding: 30px 10%;
  text-align: center;
  color: white;
  border-radius: 10px;
}

[contenteditable] {
    -webkit-user-select: text;
    -moz-user-select:text;
    -ms-user-select:text;
    user-select: text;
}

.col-3{
  width:30%;
}
label.col-3{
  font-size: 15px;
  display: inline-block;
}
.col-9{
  width: 69%;
}

input.col-9{
  padding-left: 5px;
  font-size: 15px;
  height: 30px;
  width: 69%;
  margin-bottom: 8px;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
  margin-left: -1px;
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group>.btn:first-child {
  margin-left: 0;
}
.btn-group-vertical>.btn, .btn-group>.btn {
  position: relative;
  float: left;
}



a.avator.icon {
  padding: 7px 0;
  font-size: 30px;
  width: 30px;
  height: 30px;
}
a.avator img {
  width: 30px;
  border-radius: 15px;
  border: solid 1px white;
}

/* CSS Document */
body {
  font-family: "微软雅黑","Helvetica";
  font-size: 14px;
  background: #CCC;
  color:#5c5c5c;
}
/*iframe {
  opacity: 0;
}*/
a, input, div, textarea {
  outline: none;
}
html, body, h1, h2, h3, h4, ul, li, ol, dl, dt, dd, form, p, input, textarea {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
input.no-outline, textarea.no-outline{
  outline: none;
  -webkit-appearance: none;
  border: none;
  border-bottom: 1px solid #eee;
}
input.no-outline:focus, textarea.no-outline:focus{
  /*border-left: 2px solid #f51c40;*/
  border-bottom: 1px solid #5cb85c;
}

input:focus {
  outline: none;
  background:none;
}

/*input,textarea{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-modify: read-write-plaintext-only;}*/
html, body {
  width: 100%;
  height: 100%;
  min-height: 300px;
  -ms-touch-action: none;
}

ul, dl, ol, li {
  list-style: none;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f7f7f7;
  font-size: 14px;
  color: #000;
  user-select: none;
  overflow: hidden;
  -webkit-user-select: none;
  -webkit-text-size-adjust: none;
  position: relative;
}
img {
  border: none;
  max-width: 100% !important;
}
h1, h2, h3 {
  font-weight: normal;
}
.clear {
  clear: both;
}
a {
  text-decoration: none;
}

li.dis{
  opacity:0.5;
}

.backdrop{
  position:fixed;
  top:0;
  right:0;
  bottom:45px;
  left:0;
  z-index:15;
  background-color: rgba(0, 0, 0, 0.6);
}


@-webkit-keyframes rotate{
from{-webkit-transform:rotate(0deg)}
to{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes rotate{
from{-moz-transform:rotate(0deg)}
to{-moz-transform:rotate(360deg)}
}
@-ms-keyframes rotate{
from{-ms-transform:rotate(0deg)}
to{-ms-transform:rotate(360deg)}
}
@-o-keyframes rotate{
from{-o-transform:rotate(0deg)}
to{-o-transform:rotate(360deg)}
}
.anm-rotate {
  animation: 3.5s linear 0.5s normal none infinite rotate;
  -webkit-animation:3.5s linear 0.5s normal none infinite rotate;
}

/*-----------------------------------------*/
.bar .title{ background-color:#E03131}
.bar.bar-footer{
  /*background-color: #E03131;*/
  /*border-top:none;*/
}

@media screen and (min-width: 800px){
  #show-page-contents {
    margin: 0px 25% 0px 25%;
    /*margin-top: 43px;*/
    margin-bottom: 43px;
  }
  #show-page-body footer .show-footer{
    left: 25%;
    right: 25%;
  }
  #housecard-page-contents{
    position: relative;
    padding: 0;
    padding-bottom: 50px;
  }
  #housecard-page-show-body.blog-style{
    /* left: 25%; */
    height: auto;
    width: 100%;
    overflow-y: scroll;
    /* margin: 0 25%; */
    padding-left: 25%;
    padding-right: 25%;
  }
  #getAppBar{
    left: 25%;
    right: 25%;
  }
  .housecard-page-show-body .contents.housecard-page.vt-style ul.items-ul li{
    /*padding:0 25% 0 25%;*/
    width: 50% !important;
    margin-left: 25%;
  }
  .contents.vt-style{
    margin: 0;
  }
}
#show-page-contents{
  background-size: cover;
  margin-bottom: 43px;
}
.show-page-body .bar-footer{
 /* background-color: #fff;*/
}
.bar .icon-footer-right{
  background: url('/img/add-icon.png') center center;
  background-size: 29px 30px;
  width: 30px;
  height: 30px;
  margin: 8px 0 0 0;
}

.contents {
  /*margin:45px 0px 44px 0px;*/
  padding:0px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}



.home-page .ul-list{
  width:100%;
  padding: 5px 8px;
}
.home-page .ul-list li{
  clear: both;
  display: block;
  border: 2px dashed #ddd;
  border-radius:10px;
  margin: 12px 0;
  width: 100%;
  height: 80px;
  line-height:70px;
  padding: 8px;
  font-size:14px;
}
.home-page .ul-list li img{
  float:left;
  display:block;
  width:60px;
  height:60px;
  margin-right:8px;
}
.home-page .ul-list li.wdmp{

}

.home-page .ul-list li.fymc{

}
.home-page .ul-list li .del-btn{
  float: right;
  background: url('/img/del.png') center center;
  background-size: 30px 30px;
  display: block;
  width: 30px;
  height: 32px;
  margin-top: 12px;
  margin-right: 8px;
}
.link-color,label.link-color{
  /*color: rgb(80, 80, 203);*/
  color: #428bca;
  text-decoration: underline;
}
/* ---------edit-page start--------------*/

.edit-page .items-ul {
  width:100%;
  padding: 5px 8px;
}
.edit-page.wecard-edit{
  margin: 45px 0px 44px 0px; */
}

.edit-page ul.items-ul li{
  clear: both;
  display: block;
  border: 2px dashed #ddd;
  color: #fff;
  border-radius:10px;
  margin: 12px 0;
  width: auto;
  padding: 8px;
  font-size:14px;
  position:relative;
  padding-top:21px;

}
.wecard-edit ul.items-ul li{
  padding-top:22px;
}

.edit-page ul.items-ul li.map-item-ul{
  padding:0;
  margin:0 auto;
}
.edit-page ul.items-ul li.map-item-ul ul{
  margin:24px auto 10px;
}
.edit-page ul.items-ul li.map-item-ul ul div.photo{
  width:60px;
  height:60px;
  margin:0 auto 4px;
  padding-top: 10px;
  font-size: 40px;
  color: rgb(223, 223, 223);
  border: 1px solid white;
  border-radius: 50%;
  background-color: rgba(102, 102, 102,0.4);
}

.edit-page ul.items-ul li.map-item-ul ul div.photo img{
  width:60px;
  height:60px;
  display:block;
  border-radius:50px;
}
.edit-page ul.items-ul li.map-item-ul ul li {
  border: none;
  display: inline-block;
  width: 33%;
  padding: 0;
  margin: 0;
  text-align: center;
  border-radius: 0;
}
.edit-page ul.items-ul li.map-item-ul ul li a{ display:inline-block;}
.edit-page ul.items-ul li.map-item-ul ul li p{ color:#fff;}
.edit-page ul.items-ul li.item5 ul li{
  border: none;
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: left;
  border-radius: 0;
}
.edit-page ul.items-ul li.item5 ul li span.label:after{
  content: ' : ';
}
.edit-page .company-name{
  text-align:center;
}
ul.items-ul li .btn-r i.fa{
  font-size: 14px;
  vertical-align: middle;
  padding-right: 2px;
}
ul.items-ul li .btn-r{
  position:absolute;
  top:5px;
  font-size: 12px;
}
ul.items-ul li .btn-sort{
  color:rgb(165, 165, 165);
  background-size: 20px 20px;
  display: block;
  width: 63px;
  height: 11px;
  right: 51px;
  top: 8px;
}
ul.items-ul li .btn-see:before{
}
ul.items-ul li .btn-delete{
  color: red ; /*rgb(165, 165, 165);*/
  background-size: 15px 15px;
  display: block;
  width: 12px;
  height: 11px;
  left: 17px;
  top: 8px;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 10px;
  border-left: 5px solid #eeeeee;
  background-color: #F9F9F9;
  text-align: left;
}
ul.items-ul li .btn-see{
  color: rgb(165, 165, 165);
  background-size: 15px 15px;
  display: block;
  width: 50px;
  height: 11px;
  right: 0;
  top: 8px;
}
ul.items-ul li .btn-edit{
  /*background: url('/img/up.png') center center;*/
  color:rgb(165, 165, 165);
  background-size: 20px 20px;
  display: block;
  width: 43px;
  height: 11px;
  right: 126px;
  top: 8px;
}

.edit-page li.nick-photo {
  text-align:center;
}
.edit-page li.nick-photo {

}
.edit-page li.nick-photo .photo {
  display:block;
  width:100px;
  height:105px;
  margin:0 auto;
}
.edit-page li.nick-photo .photo img{
  height:100px;
  display:block;
  width:100px;
  border-radius:50px;
  border: 1px solid white;
}
.edit-page li.nick-photo .nn{
  font-weight:bold;
  font-size:16px;
  margin:0;
  color: #fff;
}
.edit-page li.nick-photo .nn .icon1{
  background: url('/img/realtor.png') center center;
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0 -3px 5px;
}
.edit-page ul.items-ul li.item5 ul li{
  width: 100%;
  height: 20px;
  display: block;
  font-size: 12px;
}

.edit-page ul.items-ul li.item5 ul li .tel-btn{
  float: right;
  display: inline-block;
  margin: 0 15px 0;
  height: 25px;
  line-height: 25px;
}

.edit-page ul.items-ul li.item5 ul li .tel-btn i{
  background: url('/img/ico-call.png')no-repeat center center;
  background-size: 25px 25px;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 5px 0 0;
  float: left;
}
 .edit-page ul.items-ul .media-link{
  text-align:right;
  padding: 20px 65px 12px 8px;
  padding-right: 15px;
}

ul.items-ul .media-link  a.sns-link{
  display:inline-block;
  margin:0 5px;
  color:white;
  font-size: 15px;
}

/*ul.items-ul .media-link  a img{
  display:inline-block;
  width:30px;
  height:30px;
}*/
.edit-footer .icon, .housecard-edid-footer .icon{
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 10px 5px 0 0;
}
.edit-footer .icon-footer-left1, .housecard-page-edit-body .icon-footer-left1{
  color:#2f3e46;
  margin:0px ;
  font-size:22px;
  margin-left:6px;
  cursor:pointer;
}
.edit-footer .icon-footer-left2, .housecard-page-edit-body .icon-footer-left2 {
  cursor: pointer;
  color:#2f3e46;
  margin:0px;
  margin-left: 16px; ;
  font-size:22px;
}

.edit-footer .icon-footer-right2, .housecard-page-edit-body .icon-footer-right2{
  width: 30px;
  height: 30px;
  margin: 10px 10px 0 10px;
}
.housecard-page-edit-body .icon-footer-left4{
  cursor: pointer;
  color:#2f3e46;
  margin:0px;
  margin-left: 16px; ;
  font-size:22px;
}
#frame-preview {
  border: none;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
  pointer-events: none !important;
  cursor: default !important;
  /*-ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;*/
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
#frameEditorModal .bar .btn{
  padding: 6px 10px 7px;
}
#frameEditorModal .bar-header-secondary{
  height: auto;
  background: #efefef;
  padding: 0;
}
#frameEditorModal .row1 .desc{
  padding: 10px 5px;
  font-size: 10px;
}
#frameEditorModal .row2 .desc{
  padding: 5px;
}
#frameEditorModal .row > div{
  display: inline-block;
  vertical-align: top;
}
.select-header{
  width: 100%;
  position: fixed;
  text-align: center;
  font-size: 15px;
  color: white;
  background: #E03131;
  padding: 10px 0;
  z-index:1;
}
::-webkit-scrollbar {
    display: none;
}
.li-items-close{
  float: right;
  color: white;
  padding-right: 5px;
}
.li-items-close:visited{
  color:white;
}
.li-items-close:active{
  color:white;
}
.bottom-cover{
  position:absolute;
  bottom:45px;
  left:0;
  right:0;
  width:100%;
  height:70%;
  overflow-y: scroll;
  overflow-x:hidden;
  background-color:#fff;
  padding: 0px 0 0 0;
  z-index:500;
}
.edit-page-body .bgs-map {

}
.edit-page-body .bgs-mp3{

}
.edit-page-body .bgs-map ul li, .housecard-page-edit-body .bgs-map ul li{
  display:inline-block;
  width:32%;
  text-align:center;
  padding:0;
  margin:0;
  height:110px;
}
.edit-page-body .bgs-map ul li img, .housecard-page-edit-body .bgs-map ul li img{
  display:inline-block;
  width:80px;
  height:110px;
}
.edit-page-body .bgs-mp3 ul li, .housecard-page-edit-body .bgs-mp3 ul li{
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 5px 0;
  text-align: left;
}
.edit-page-body .bgs-mp3 ul li span, .housecard-page-edit-body .bgs-mp3 ul li span{
  display:inline-block;
  width:auto;
  /*46px;*/
  height:25px;
  line-height: 25px;
  background-color: #fafafa;
  /*border: 1px solid #ddd;*/
  /*border-radius:50px;*/
  text-align: center;
  margin-left:4px;
}
.edit-page-body .bgs-mp3 ul li .mp3.anm-rotate, .housecard-page-edit-body .bgs-mp3 ul li .mp3.anm-rotate{
  background-position: 0px 0px;
}
.edit-page-body .bgs-mp3 ul li .icon, .housecard-page-edit-body .bgs-mp3 ul li .icon {
  width: 28px;
  height: 28px;
  font-size: 13px;
  line-height: 28px;
  margin: 6px 4px 6px 10%;
  float: left;
}
.edit-page-body .bgs-mp3 ul li .mp3, .housecard-page-edit-body .bgs-mp3 ul li .mp3{
  display:inline-block;
  background: url('/img/icon-music.png')no-repeat center center;
  background-position: -28px 0px;
  background-size: 56px 28px;

 }



/*---------------show-page-contents-----------------------*/

 body{
  margin-top:0;
  min-height:100%;
  height:100%;
  width:100%;
  /*background:url('/img/bg1.png') no-repeat center center;*/
  background: no-repeat center center;
  background-size: cover;
}
.top-right-icon {
  position: absolute;
  top: 20px;
  right: 0px;
  width: 36px;
  height: 30px;
  z-index: 39;
}
.top-right-icon .icon{
  display:inline-block;
  width:28px;
  height:28px;
  margin:0 5px 0 0;
}
.top-right-icon .quarstr{
  /*background: url('/img/ico-ewm.png')no-repeat center center;*/
  /*background-size: 17px 17px;*/
}
.top-right-icon .mp3.anm-rotate{
  background-position: 0px 0px;
}
.top-right-icon .mp3{
  margin-top: -13px;
  background: url('/img/icon-music.png')no-repeat center center;
  background-position: -28px 0px;
  background-size: 56px 28px;
}


.contents.show-page-contents{
  margin-top:0;
}
.show-page-contents ul.items-ul{
  padding-top:0;
}
.show-page-contents ul.items-ul li{
  border:none;
}

.show-page-contents ul.items-ul li.company-name{
  font-weight:bold;
  font-size:16px;
}

.show-footer .icon{
  height: 28px;
  line-height: 30px;
  padding: 0 0 0 23px;
  margin: 10px 5px 0 0;
  font-size: 14px;
}
.bar a.icon-footer-left1{
  background: url('/img/ico-favor.png')no-repeat left center;
  background-size: 20px 20px;
}
.icon-footer-left2{
  background: url('/img/icon-card.png')no-repeat left center;
  background-size: 20px 20px;
}
.content-cover{
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.8);
  display: none;
}
.arrow{
  position: absolute;
  top: 20px;
  right: 50px;
  width: 150px;
}
 .content-cover .arrow img{
  display:block;
  width:150px;
}
.content-cover .layer{
  margin: 163px auto 0;
  font-size: 14px;
  color: #fff;
  width: 215px;
  text-align: left;
}
 .content-cover .layer p{color:#fff;}
 .content-cover .layer p:nth-child(1){
  height:18px;
  line-height:18px;
  font-size: 22px;
}
.content-cover .layer p:nth-child(2) img{
  width: 30px;
  height: 18px;
  display: inline-block;
  float: right;
}
.content-cover .layer p:nth-child(2){
  height: 18px;
  line-height: 18px;
  width: 199px;
  margin: 10px 0;
}
.content-cover .layer p:nth-child(3){
  height: 50px;
  line-height: 50px;
}
.content-cover .layer p:nth-child(3) img{
  height: 50px;
  width: 55px;
  margin: 0 7px;
}

.qrcode-cover{
  position: absolute;
  bottom: 44px;
  left: 0;
  right: 0;
  width: 100%;
  height: 320px;
  overflow: hidden;
  background-color: #fff;
  padding: 12px 0 0 0;
  text-align: center;
  margin: 0 auto;
  z-index: 500;
}
.qrcode-cover h4{
  margin: 0 0 5px 0;
}
.qrcode-cover div.i{
  width:100%;
  margin:0 auto;
}
.qrcode-cover div.i img{
  display:inline-block;
  width:200px;
  height:190px;
}
.qrcode-cover .line{
  border:solid 1px rgb(240, 237, 237);
}
.qrcode-cover p{
  font-size:14px;
  height:40px;
  line-height:20px;
}
.qrcode-cover .btn-close{
  font-size: 14px;
  color: black;
  font-weight: bold;
  margin: 8px auto;
  height: 18px;
  display: block;
}
.show-page-contents ul.items-ul .media-link{
  padding: 10px 15px 10px 8px;
}

/*---------housecard-page-----------*/
body.housecard-page-edit-body,body.housecard-page-show-body{
  background:none;
  background-color:#fff;
  overflow: scroll;
}
.housecard-page.edit{
  margin:45px 0px 44px 0px;
}
.housecard-page .items-ul{
  width: 100%;
  overflow-x: hidden;
  padding: 5px 8px;
}
.housecard-page #edit-page-contents-ul.items-ul > li{
  cursor: pointer;
  clear: both;
  display: block;
  border: 2px dashed #ddd;
  border-radius: 10px;
  margin: 12px 0;
  width: 100%;
  padding: 28px 8px 8px;
  font-size: 14px;
  position: relative;
  text-align: inherit;

  height: 160px;
  overflow-x: hidden;
  overflow-y: hidden;
}
.housecard-page .items-ul li.item-topic img{
  width:90%;
}
.housecard-page .items-ul li .text-left{
  text-align: left;
}
.housecard-page .items-ul li .btn-sort {
 /* background: url('../images2/up.png') center center;
  background-size: 15px 15px;
  display: block;
  width: 15px;
  height: 15px;
  right: 32px;*/
}
.housecard-page .items-ul li .btn-r {
  /*position: absolute;
  top: 5px;*/
}
.housecard-page .items-ul li .btn-see {
 /* background: url('../images2/see.png') center center;
  background-size: 12px 14px;
  display: block;
  width: 12px;
  height: 14px;
  right: 15px;*/
}
.btn-long{
  width: 86.6%;
  margin-left: 6.7%;
  padding: 10px 0;
}

.housecard-page .items-ul li.item-img{
  /*min-height: 271px;*/
}
.housecard-page .items-ul li.item-img img{
   /*position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;*/
  display:block;
  width:100%;
}

.housecard-page .items-ul li .des{
 /* position: absolute;
  bottom:0px;
  width:100%;
  text-align:left;
  padding: 0 10px 10px;*/
}
#items-pages.items-ul li .des{
  position: relative;
}

.housecard-page .items-ul li .des p{
/*  font-size: 12px;
  font-weight:bold;
  color:white;
  height: 15px;
  line-height: 15px;
  margin: 0 0 5px 0;
*/}

.housecard-page .items-ul li.item-detail{

}
.housecard-page .items-ul li.item-detail .detail-ul{

}
.housecard-page .items-ul li.item-detail .detail-ul li{
  border: none;
  text-align: left;
  padding: 0 0 0 15px;
  margin: 5px 0;
}
.housecard-page .items-ul li.item-detail .detail-ul li span{
  width: 31%;
  min-width: 90px;
  display: inline-block;
  font-weight: bold;
}
.housecard-page .items-ul li.item-detail .detail-ul li label{
  display: inline-block;
  line-height: 18px;
}
.housecard-page-show-body .housecard-page .items-ul li.item-des{
  padding:15px 0;
}
body.housecard-page-show-body .housecard-page.vt-style .items-ul li .des p,
body.housecard-page-show-body .housecard-page.vt-style .items-ul li div {
  color:white;
}
body.housecard-page-show-body .housecard-page.vt-style .items-ul li div p span{
  color:white;
}


.housecard-page-show-body .housecard-page .items-ul li > div:first-child{
  /*padding-top: 30%;*/
  /*display: table;*/
  /*vertical-align: middle;*/
  /*position: absolute;*/
  /*margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;*/
}
.item-contact {

}
.item-contact .photo img{
  border-radius: 50px;
  height: 60px;
  width: 60px;
}
.item-contact .nn {

}
.item-contact .icon1{
  background: url('/img/realtor.png') center center;
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0 -2px 5px;
}

.item-contact .contact-ul{
  /*position: absolute;
  bottom:0;
*/
  width:100%;
  margin: 30px auto 0;
}
.item-contact .contact-ul li{
  border: none;
  text-align: left;
  padding: 0px 0 0 15px;
  margin: 0;
  font-weight: bold;
}
div.note-editor{
  overflow-y: auto;
  padding-bottom: 44px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
}
div.note-editor .note-editable{
  margin-top:133px;
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  overflow-y:scroll;
  padding-bottom: 70px;
  padding-top: 20px;
}
.note-editor .note-toolbar.btn-toolbar{
  position: fixed;
  right: 0;
  left: 0;
  z-index: 10;
  height: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 44px;
}
.note-editor.codeview textarea.note-codable{
  padding-top: 162px;
}
/*------housecard-page-show------*/
.housecard-page-show-body .contents.housecard-page.vt-style{
  padding: 0px 5px 0px 5px;
  margin-top:0;
  /*margin-bottom: 42px;*/
  background-color: black;
  height: 100%;
    /*margin: 0px 5px 50px 5px;*/
}
.housecard-page-show-body .contents.housecard-page.vt-style blockquote{
  color:#DDD;
  border-left: 5px solid #E03131;
  background-color: #666;
}
.housecard-page-show-body .contents.housecard-page.blog-style{
  padding: 0px 0px 50px 0px;
  margin-top:0;
  /*margin-bottom: 42px;*/
  background-color: white;
  -webkit-overflow-scrolling: touch;
  overflow-y:auto;
    /*margin: 0px 5px 50px 5px;*/
}
.housecard-page-show-body .contents.housecard-page.blog-style #items-pages{
  padding-left: 14px;
  padding-right: 14px;
}
.housecard-page-show-body .contents.housecard-page.blog-style #recommendList .rcmd:first-child{
  border-top: 1px solid #ddd;
}
.housecard-page-show-body .contents.housecard-page.blog-style #recommendList .rcmd{
  border-bottom: 1px solid #ddd;
  padding-top: 9px;
}
.housecard-page-show-body .contents.housecard-page.blog-style #recommendList .rcmd{
  display: block;
  height: 110px;
}
.housecard-page-show-body .contents.housecard-page.blog-style #recommendList .rcmd .image{
  display: inline;
  float: left;

}
.housecard-page-show-body .contents.housecard-page.blog-style #recommendList .rcmd .rcmd-title span:first-child{
  max-height: 41px;
  display: inline-block;
  overflow: hidden;
}
.housecard-page-show-body .contents.housecard-page.blog-style #recommendList .rcmd .rcmd-title span:last-child{
  color: #777;
  font-size: 14px;
  max-height: 45px;
  display: inline-block;
  overflow: hidden;
}
.housecard-page-show-body .contents.housecard-page.blog-style #recommendList .rcmd .rcmd-title{
  padding-left: 100px;
  font-size: 16px;
  color: black;
}
body.housecard-page-show-body .housecard-page.blog-style .items-ul li div#realtorInfoFrame{
  padding: 7px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.vt-style #realtorInfoFrame hr{
  display: none;
}

.housecard-page-show-body .housecard-page .items-ul{
  padding:0;
}
body.housecard-page-show-body .housecard-page .items-ul li {
  border:none;
  padding:2px 0px 0 0px;
  margin:0 0 0 0;
}
body.housecard-page-show-body .housecard-page.vt-style .items-ul li > div:not(.full-screen):first-child{

  position: relative;
  top: 50%;
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
}
.housecard-page-show-body .housecard-page .items-ul li div ul.detail-ul li{
  padding-left: 10px;
  text-align: left;
}


.housecard-page-show-body .housecard-page .items-ul li .des p{
  /*color:#ff5961;*/
  font-size:14px;
}
.housecard-page-show-body .items-ul li.item-contact .contact-ul li {
  padding: 0px 0 0 15px;
}
.housecard-page-show-body .items-ul li.item-contact .contact-ul li span {
  width:100px;
  text-align:left;
}

.up-btns{
  top: 10px;
}
.down-btns{
  bottom: 10px;

}
.up-btns , .down-btns{
  position: absolute;
  right: 50%;
  width: 36px;
  margin-right:-36px;
  height: 36px;
  z-index: 277;
}
.up-btns img, .down-btns img{
  width: 20px;
  height: 20px;
}
.up-btns , .drag-btn-up{

}
.note-link-dialog{
  z-index:50;
}

.down-btns .drag-btn-down{
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.vt-style #items-pages li div img{
  width: 100%;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}



@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
.fade {
   -webkit-animation: flickerAnimation 3s infinite;
   -moz-animation: flickerAnimation 3s infinite;
   -o-animation: flickerAnimation 3s infinite;
    animation: flickerAnimation 3s infinite;
}

.blink_text {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
.loader-wrapper{
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.68);
  border-radius: 7px;
  height: 70px;
  width: 70px;
  z-index: 20;
  position: fixed;
  margin-left: -35px;
  margin-top: -35px;
  top: 50%;
  left: 50%;
  display: none;
  stroke: #FFFFFF;
  /*#69717d;*/
  fill: #444;
}
.loader {
  /*margin: 60px auto;*/
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.8em solid rgba(255, 255, 255, 0.2);
  border-right: 0.8em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.8em solid rgba(255, 255, 255, 0.2);
  border-left:0.81em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
