.center-homepage-error {
    position: relative;
    padding: 10px 0px;
    height: 1em;
    overflow: hidden;
    color: #ff0000;
    font-size: 17px;
}
.center-homepage-preview {
    width: 100%;
    position: absolute;
    /*z-index: 90;*/
    top: -39px;
    border-bottom-color: rgb(226, 226, 226);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: 39px;
    line-height: 39px;
    box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1), 0px -1px 1px rgba(0, 0, 0, 0.1);
}
.center-hompage-view-as-public {
    text-align: center;
    background-color: #438bc5;
}
.center-homepage-not-public {
    /*text-align: right;*/
    
    background-color: #fafafa;
}
.center-homepage-not-public a {
    /*margin-left: 10px;*/
}
.center-homepage-count-info {
    margin-left: 24px;
    color: rgb(0, 0, 0);
    cursor: pointer;
    display: inline;
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
}
.center-homepage-preview-text {
    color: #ffffff;
    font-size: 13px;
    padding-right: 14px;
    display: inline-block;
}
.center-homepage-preview-btn {
    -webkit-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 1px 0px;
    border-bottom: 1px solid rgb(226, 226, 226);
    border-left: 1px solid rgb(226, 226, 226);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 1px 0px;
    cursor: pointer;
    font-size: 14px;
    color: #000000;
    /*rgb(99, 105, 108);*/
    
    margin: 0;
    text-align: center;
    vertical-align: middle;
    display: inline;
    height: 38px;
    line-height: 34px;
    padding: 5px 24px;
    -webkit-transition-property: background, color;
    -moz-transition-property: background, color;
    -o-transition-property: background, color;
    transition-property: background, color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background-color: rgb(251, 251, 251);
    font-weight: bold;
}
.center-homepage-float-right {
    float: right;
    padding: 3px 24px !important;
}
.center-homepage-preview-btn:hover {
    background: #e9e9e9;
    color: #000000;
}
.center-homepage-preview-btn:active {
    background: #eeeeee;
    color: #bbbbbb;
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
}
.center-homepage-preview-btn .fa {
    font-size: 17px;
}
/* top */

.center-homepage-upper {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background-color: #Ffffff;
}
.center-homepage-banner-context {
    height: 160px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 1px 0px rgba(0, 0, 0, .1);
    background: #f5f5f5;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    /*background-image: url("http://t.flipbuilder.com/bannerlogo.jpg");*/
}
.center-homepage-user-info {
    min-height: 134px;
    position: relative;
}
.center-homepage-user-avatar {
    position: absolute;
    width: 130px;
    height: 130px;
    left: 28px;
    top: -20px;
    display: block;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    background-color: #FdFdFd;
    z-index: 1;
}
.center-homepage-info-centent {
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    margin-top: 0px;
}
.center-homepage-info-margin {
    margin-left: 184px;
    /*height: 100%;*/
}
@media (max-width:980px){
  .center-homepage-info-margin{
    margin-left:20px;
    padding-top:120px;
  }
}
.center-homepage-info-name {
    position: relative;
    top: 0px;
    left: 0px;
    font-size: 15px;
    padding: 10px 0px;
    /*margin-right: 280px;*/
    height: 40px;
}
.center-homepage-info-name .name-info {
    padding-right: 6px;
    max-width: 90%;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}
.center-homepage-info-name .contact-user {
    position: relative;
    cursor: pointer;
    float: left;
    padding-left: 6px;
    border-left: 1px solid #ccc;
}
.center-homepage-info-name .contact-user>img {
    display: block;
}
.center-homepage-info-name a {
    margin-left: 6px;
    position: relative;
    top: 2px;
    display: none;
}
.center-homepage-info-des, .center-homepage-info-web, .center-homepage-info-link {
    position: relative;
    /*max-height: 3.2em;*/
    left: 0px;
    line-height: 1.6em;
    font-size: 13px;
    margin: 2px 0px 8px 0px;
    overflow: hidden;
    /*margin-right: 260px;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
}
.center-homepage-update-btn {
    position: relative;
    height: 26px;
    line-height: 26px;
    padding: 0px 9px;
    border-radius: 2px;
    float: right;
    margin-right: 6px;
    top: 0px;
}
/* mid */

.center-homepage-mid {
    margin-top: 17px;
    background-color: #F4F4F4;
}
/* center-home */
.center-homepage-outer-centent{
  /*display: none;*/
}
/* mid */

.center-homepage-lower {
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);*/
    min-height: 388px;
    background-color: #F4F4F4;
}
.center-homepage-about-userInfo {
    position: relative;
    margin: 0px;
    font-size: 13px;
    display: none;
    padding-bottom: 60px;
    margin-top: 10px;
    background-color: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    min-height: 250px;
}
.center-homepage-share-button {
    position: absolute;
    right: 41px;
    /*right: 17px;*/
    
    bottom: 0px;
    padding: 10px;
    background-color: rgba(102, 102, 102, 0.5);
    font-size: 0;
    margin: 0px;
    display: block;
    float: right;
    font-size: 0px;
    line-height: 0px;
}
.center-homepage-share-button li {
    display: inline;
    font-size: 0;
    margin-left: 5px;
    padding: 0px;
}
/*.center-homepage-share-button li:nth-of-type(1) {
    margin: 0px;
}*/

.center-homepage-button {
    float: right;
    min-width: 205px;
}
.center-homepage-bookcase {
    margin-top: 10px;
}
.center-homepage-subscribe {
    position: relative;
    /*float: right;*/
    
    margin-right: 22px;
    margin-top: 28px;
}
.center-homepage-subBtn-common {
    position: relative;
    display: inline-block;
    padding: 0px 17px;
    cursor: pointer;
    font-size: 14px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    width: 120px;
}
/*.center-homepage-subscribe-count {
    background-color: rgb(250, 250, 250);
    border: 1px solid rgb(204, 204, 204);
    border-radius: 2px;
    border-top-style: solid;
    border-top-width: 1px;
    color: rgb(119, 119, 119);
    display: inline-block;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    margin-left: 4px;
    padding: 2px 7px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    top: -1px;
}
.center-homepage-subscribe-count:before {
    margin-top: 2px;
    border-color: transparent #ccc;
    content:'';
    position: absolute;
    top: 4px;
    left: -6px;
    border-width: 6px 6px 6px 0;
    border-style: solid;
}
.center-homepage-subscribe-count:after {
    content:'';
    position: absolute;
    top: 5px;
    left: -5px;
    border-width: 5px 5px 5px 0;
    border-style: solid;
    border-color: transparent #fafafa;
    margin-top: 2px;
}*/

.center-homepage-share-button li:first-child {
    margin: 0px;
}
.center-homepage-share-button li a {
    width: auto;
    height: auto;
    font-size: 0;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}
/* about */

.center-homepage-update-about-empty, .center-homepage-update-web-empty {
    position: absolute;
    top: 0px;
    margin: 12px 15px;  
}
.center-homepage-about-web-container {
    padding: 10px 15px 15px 15px;
    min-height: 54px;
    vertical-align: middle;
}
.center-homepage-about-web-container a {
    cursor: pointer;
}
.center-homepage-about-web-container a>img {
    vertical-align: middle;
    line-height: 20px;
    width: 16px;
    height: 16px;
}
.center-homepage-about-web-container a>span {
    vertical-align: middle;
    line-height: 20px;
}
.center-homepage-noResize {
    resize: none;
}
.center-homepage-share-email {
    position: absolute;
    z-index: 101;
    /*top: 150px;*/
    /*left: 400px;*/
    
    background-color: #ffffff;
    border: 1px solid #c5c5c5;
    box-shadow: 0 0 15px rgba(0, 0, 0, .18);
    padding-top: 8px;
    display: none;
}
.center-homepage-share-email-content {
    padding: 15px;
}
.center-homepage-share-email-content>div {
    /*margin-bottom: 8px;*/
}
.center-homepage-share-email-content>div>input {
    height: 34px;
    border-radius: 1px !important;
    color: rgb(85, 85, 85);
    text-indent: 3px;
    margin-bottom: 8px;
}
.center-homepage-share-email-content>div>textarea {
    border-radius: 1px !important;
    color: rgb(85, 85, 85);
    padding-left: 8px;
    width: 384px !important;
    height: auto;
    resize: vertical;
}
.center-homepage-share-email-button {
    position: relative;
    padding: 15px;
}
.center-homepage-share-email-button>span {
    position: absolute;
    top: -20px;
    padding: 6px 0px;
    /*color: #ff0000;*/
    
    font-size: 13px;
    font-family: arial, sans-serif;
}
.center-homepage-share-email-send, .center-homepage-share-email-cancel {
    position: relative;
    float: right;
    text-align: center;
}
.center-homepage-share-email-cancel {
    margin-right: 15px;
}
.center-homepage-add-out-arrow {
    border-bottom: 12px solid rgb(197, 197, 197);
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    border-top: 0px solid rgba(0, 0, 0, 0);
    display: block;
    left: 50%;
    margin: -1px 0px;
    position: absolute;
    top: -11px;
    margin-left: -5px;
}
.center-homepage-add-inner-arrow {
    border-bottom: 12px solid rgb(255, 255, 255);
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    border-top: 0px solid rgba(0, 0, 0, 0);
    display: block;
    left: 50%;
    position: absolute;
    top: -11px;
    margin-left: -5px;
}
.center-homepage-contact-title {
    color: rgb(51, 51, 51);
    padding: 10px 15px 0px 15px;
    font-family: arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    width: 384px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*height: 1em;
    line-height: 1em;*/
}
.center-hmePage-home-count {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 540px;
    height: 114px;
    text-align: center;
    background: rgba(0, 0, 0, 0.75);
    color: white;
    border-radius: 2px;
    overflow: hidden;
    z-index: 2;
    line-height: 22px;
}
.center-homapeg-hide-to-others {
    width: 100%;
    height: 100%;
    min-height: 300px;
    background-color: #fff;
    font-size: 20px;
    position: relative;
    padding: 80px 0;
}
.center-homepage-hide-inner {
    width: 460px;
    background: #f8f8f8;
    position: relative;
    margin: 0px auto;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    text-align: center;
    padding: 100px 0px;
}
.center-homepage-hide-inner>.input-error {
    position: absolute;
    width: 100%;
    height: 20px;
    font-size: 12px;
    color: #973a3a;
    left: 0px;
    bottom: 74px;
}
.center-homepage-hide-inner>.homepage-img {
    border: none;
    line-height: 0px;
    width: 130px;
    height: 130px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    background-color: #F5F5F5;
    text-align: center;
    font-size: 0;
}
.center-homepage-hide-inner>.homepage-img>img {
    max-height: 130px;
    max-width: 130px;
    border: none;
    vertical-align: middle;
}
.center-homepage-hide-inner>p.user-name {
    margin-top: 6px;
    margin-bottom: 19px;
    color: #333;
}
.center-homepage-hide-inner>p {
    line-height: 1.7em;
    height: 1.7em;
    overflow: hidden;
    padding: 0px 40px;
    margin-bottom: 6px;
    font-size: 16px;
    color: #666;
}
.center-homepage-hide-inner>p>a {
    text-decoration: underline;
}
.center-homepage-hide-inner>.input-content {
    padding-bottom: 12px;
}
.center-homepage-hide-inner>.input-content>input {
    width: 269px;
height: 38px;
font-size: 15px;
}
.center-homepage-hide-inner>.button-pure {
    width: 269px;
    padding: 8px 10px;
    font-size: 15px;
}

.homepage-qrcode-container {
    position: absolute;right: 40px;top: 40px;z-index:99;
    border: 1px solid #ddd;
    width: 78px;
    height: 78px;
}

.homepage-qrcode-container > * {
    display: block;
}

.center-homepage-title{
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    border-top: 1px solid rgb(244,244,244);
}
/*settingPart*/
.center-homepage-SettingLoading{
  position: absolute;
  left:50%;
  margin-left: -30px;
  top:50px;
  color:#B4B4B4;
}
