body{
    color:#333;
    /* 有顶部标题栏 */
    /* padding-top:1.17333333rem; */
    /* 有底部栏 */
    padding-bottom:1.6rem;
}
.create-wrap{
    padding:0.37333333rem 0.32rem;
}
.create-wrap .content{
    background: rgba(239, 239, 244, 1);
    border-radius: 0.10666666rem;
    padding:0.32rem 0.2666666rem;
    margin-bottom:0.2666666rem;
}
.create-wrap .content .exitTxt{
    background: #fff;
    height:5.0666666rem;
    border-radius: 0.10666666rem;
    padding:0.32rem;
    display: block;
    width: calc(100% - 0.64rem);
    border:0;
    line-height: 0.5333333rem;
    font-size: 0.48rem;
}
.images .item {
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    z-index: 999;
    margin-bottom: 0.32rem;
    margin-right:3%;
    width:2.666666rem;
    height:2.666666rem;
}
.images .item1{
    width:50%;
}

.images .item .img{
    width: 100%;
    position: relative;
    display: block;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: .37333333rem;
}

/*.images .item:nth-child(1):nth-last-child(2),.images .item:nth-child(2):nth-last-child(1) {*/
/*    width: 50%*/
/*}*/
.images .item1 .icon{
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background: url(../../img/show/icon-video@2x.png) no-repeat 50% 50%;
    background-size: 1.28rem;
}
.images .item1 video{
    width:100%;
    height:100%;
    position: absolute;
    object-fit:cover;
}
.images .item1 .close{
    top: 0rem;
    right: -.533333rem;
}
.images .item .upload-btn{
    position: absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    display: block;
    opacity: 0;
}

.images {
    margin: 0.213rem 0 0 0;
}

.feed-bd{
    /* padding-top:0.32rem; */
    padding-top:0.42666666rem;
    overflow: hidden;
    position: relative;
}
.feed-bd .images {
    /* margin-left: -0.02666667rem; */
    /*overflow: hidden;*/
}
.feed-bd p.img.img-gif {
    line-height: 1;
    font-size: 0
}
.feed-bd .img:nth-child(1),.feed-bd .video:nth-child(1),.images:nth-child(1) {
    margin: 0
}
.feed-bd .blog-title {
    margin: 0 0 8px
}

.feed-bd .txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    letter-spacing: 0.04rem;
}

.feed-bd .txt img {
    vertical-align: text-bottom
}

.feed-bd .txt .username {
    position: relative;
    margin: 0 5px;
    font-weight: 700;
    color: inherit
}

.feed-bd .txt .username:nth-child(1) {
    margin-left: 0
}

input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
/* place the button on top-right */
.close {
    top: -.213rem;
    right: -0.02rem;
    position: absolute;
    z-index: 9999;
    border-radius: 50%;
    width: .533333rem;
    height: .533333rem;
}

.bottom-btn{
    padding:0.42666666rem 0.32rem;
    height:0.74666666rem;
    line-height:0.74666666rem;
    background: #F45200;
    color:#fff;
    text-align: center;
    font-size: 0.5333333rem;
    box-shadow: 0 0.02666666rem 0.08rem 0 rgba(0, 0, 0, 0.5);
    position: fixed;
    left:0;
    right:0;
    bottom:0;
    z-index: 999;
}

.video-paly-mask{
    z-index: 1000;
}