#preview_back{
    position: absolute;
    z-index: 10;
    background: rgba(0, 0, 0, 0.4);
    border: none;
    color: white;
    width: 50px;
    height: 32px;
    top: 30px;
    left: 0;
    border-radius: 0 3px 3px 0;
}
input{
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color:    #888888;
}
::-moz-placeholder {
    color:    #888888;
}
::-moz-placeholder {
    color:    #888888;
}
::-ms-input-placeholder {
    color:    #888888;
}


.loading-outline{
    position: absolute;
    width: 180px;
    height: 8px;
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,0.40);
    top: 50%;
    left: 50%;
    margin-top: 0px;
    margin-left: -90px;
    z-index: 10;
    padding: 1px;
}
#loading-bar{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    width: 0;
    height: 100%;
    background: #fff;
    border-radius: 2px;
}
.reload{
    width: 260px;
    height: 60px;
    position: absolute;
    left: 50%;
    bottom: 0;
    opacity: 0;
    margin-left: -130px;
    z-index: 10;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.reload.active{
    bottom: 50px;
    opacity: 1;
}
.suggest{
    width: 260px;
    height: 30px;
    position: absolute;
    text-align: center;
    font-size:12px;
    color:white;
    top: 0;
    left: 50%;
    margin-left: -130px;
}
#reload-btn{
    width: 80px;
    height: 25px;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -40px;
    background-color: #fff;
    color: #f69;
    border-radius: 4px;
    text-align: center;
    line-height: 24px;
}
.user_blessing_content::-webkit-input-placeholder {
    color:    #CBCBCB;
}
.user_blessing_content:-moz-placeholder {
    color:    #CBCBCB;
}
.user_blessing_content::-moz-placeholder {
    color:    #CBCBCB;
}
.user_blessing_content:-ms-input-placeholder {
    color:    #CBCBCB;
}
.eidt_form{
    height:100%;
    width:100%;
}
.eidt_input{
    height:100%;
    width: 100%;
    opacity:0;
    filter:alpha(opacity=0);
    position:relative;
    z-index:9;
}
/*
.add_icon{
    position:absolute;
    right:20px;
    top:20px;
    z-index:8;
    width: 56px;
    height: 58px;
    background-image:url(../images/add_album.png);
    background-size:cover;
}*/
.img_content{
    position:absolute;
    top:0px;
    z-index:6;
}
.blessing_area{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
}
.blessing_area.false{
    display:none;
}
.blessings{
    position: absolute;
    width: 100%;
    height: 75%;
    background: white;
    z-index: 7;
    bottom:-75%;
    left: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.18);
}

@media (max-height: 400px){
    .blessings{
        height: 320px;
        top:88px;
        left:0;
    }
}
.blessing_area.true .blessings{
    bottom: 0;
}
.bg_mask{
    background: #172334;
    width: 100%;
    height: 100%;
    z-index: 6;
    position: fixed;
    opacity: .7;
    top: 0;
    left: 0;
}
.reply_bless_content{
    position: relative;
    width: 100%;
    height: 70px;
    z-index: 10;
    overflow: hidden;
    border-bottom: 1px solid rgb(238, 238, 238);
}
.reply_people_pic{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: absolute;
    right: 80%;
    top: 12px;
}
.reply_people_name{
    position: absolute;
    color: #ff6699;
    top: 10px;
    left: 24%;
    font-size: 14px;
    width: 14em;
    max-lines: 1;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: nowrap;

}
.reply_bless_dec{
    position: absolute;
    color: #555555;
    top: 30px;
    width: 69%;
    height: 32px;
    left: 24%;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.user_blessing{
    position: absolute;
    padding: 4px 12px;
    z-index: 6;
    background: white;
    width: 100%;
    height: 40px;
    top: -40px;
    border-bottom: 1px solid #D7D7D7;
}
.user_blessing_content{
    position: initial;
    width: 100%;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #D4D4D4;
    top: 5px;
    left: 16px;
    text-indent: 10px;
    font-size: 14px;
    padding-right: 80px;
}
.user_blessing_submit{
    position: absolute;
    width: 70px;
    height: 30px;
    background: #ff6699;
    top: 4px;
    right: 12px;
    text-align: center;
    line-height: 30px;
    border-radius: 0 4px 4px 0;
    cursor:pointer;
}
.blessing_close{
    width: 40px;
    height: 40px;
    position: fixed;
    top: 5px;
    right: 8px;
    background: url(../images/close64.png) center;
    background-size: contain;
    z-index: 10;
}

#bless_weixinTip{
    position: absolute;
    left: 50%;
    top: -40px;
    width: 200px;
    margin-left: -100px;
}
#reply_bless_content{
    position: relative;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
}
.noreply{
    display: none;
    position: absolute;
    width: 200px;
    height: 200px;
    top: 30px;
    left: 50%;
    margin-left: -100px;
    color: gray;
    z-index: 10;
    text-align: center;
    line-height: 320px;
    background: url(../images/sofa.png) center no-repeat;
    background-size: 64px;
    text-indent: 10px;
}
.noreply.showtrue{
    display: block;
}
.reply_bless_content{
    display:none;
}
.reply_bless_content.true{
    display:block;
}
@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);  }
    }
.music-icon{
    display:none;
    position: absolute;
    width: 30px;
    height: 30px;
    margin-bottom: -15px;
    margin-left: -15px;
    z-index: 6;
    background-image: url(../images/music.png);
    background-size: contain;
    background-position: -1px -1px;
    background-color: rgba(107, 107, 107, 0.24);
    top: 20px;
    right: 20px;
    /* border-radius: 50%; */
    border: 2px solid white;
    opacity: .4;
}
.music-icon.true{
    display:block;
}
.on{
    opacity: .75;
    animation: rotating 1.6s linear infinite;
    -webkit-animation: rotating 1.6s linear infinite;
    -moz-animation: rotating 1.6s linear infinite;
    -o-animation: rotating 1.6s linear infinite;
}

/*popup window*/
.pop_up {
    display:none;
    position: fixed;
    top: 0;
    width: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(31, 42, 49, 0.5);
}
.pop_up.true{
    display: block;
}
.warn_win{
    position: absolute;
    top: 20%;
    left: 50%;
    width: 250px;
    height: 150px;
    margin-left: -125px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
    z-index:10;
}
.pop_tit{
    position: absolute;
    width: 100%;
    text-align: center;
    height: 36px;
    line-height: 40px;
    font-size: 16px;
    color: #666666;
}



.pop_btn_s {
    position: absolute;
    display: block;
    width: 100px;
    height: 32px;
    background-color: #FF5252;
    border: none;
    color: white;
    border-radius: 3px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
}
.pop_btn_s:active{
    opacity: .8;
}

.pop_btn_s.cancel {
    bottom: 15px;
    left: 20px;
    background-color: #c9c9c9;
}

.pop_btn_s.right {
    bottom: 15px;
    left: 75px;
}
.warn_dec {
    position: absolute;
    top: 48px;
    left: 27px;
    padding-left: 21px;
    padding-right: 21px;
    color: #666666;
    font-size:15px;
}


/*广告页*/
.page-ad{
    width:100%;
    height:100%;
    background-image:url(../images/bg.jpg);
    background-size:contain;
    background-position:center;
}
.advert_content{

}
.advert_title{
    width: 164px;
    height: 22px;
    background-image: url(../images/title1-min.png);
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -82px;
    margin-top: -104px;
}
.advert_large_title{
    width: 210px;
    height: 105px;
    background-image: url(../images/title2-min.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -105px;
    margin-top: -68px;
}
.free_make{
    display: block;
    width: 145px;
    height: 38px;
    background: #4abdff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -72px;
    margin-top: 52px;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    border-radius: 18px;
    color: #fff;
}
.attention_weixin_bg{
    display:block;
    position:absolute;
    bottom:0px;
    width:100%;
    height:61px;
    background:#4abdff;
}
.attention_weixin_dec{
    width: 148px;
    height: 33px;
    background-image:url(../images/attention.png);
    background-size:cover;
    background-position:center;
    margin:0 auto;
    margin-top:12px;
}

#test_text{
    /* content: "测试数据"; */
    position: absolute;

    width: 200px;
    height: 40px;
    background: rgba(0, 0, 0, 0.48);
    margin-left: -100px;
    top: 10px;
    left: 50%;
    z-index: 3;
    text-align: left;
    color: rgb(107, 234, 107);
}

#shareTips{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    display: none;
}
.share-arrow{
    position: absolute;
    width: 70px;
    height: 70px;
    top: 10px;
    right: 20px;
    background: url(../images/share_arrow.png) 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.share-text{
    position: absolute;
    width: 200px;
    height: 30px;
    margin-left: -90px;
    top: 90px;
    left: 50%;
}