.publish-nav{
    width: 100%;
    height: 100px;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99;
}
.publish-nav-back{
    position: absolute;
    width: 22px;
    height: 22px;
    left: 20px;
    top:40px;
}
.publish-nav-title{
    top: 40px;
    line-height: 22px;
    font-size: 16px;
    font-weight: bold;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
.publish-add-btn{
    background-color: rgb(244,245,247);
    margin: 15px;
    text-align: center;
    height: 120px;
    line-height: 120px;
    margin-top: 100px;
    display: block;
    color: #000;
}
.publish-add-btn:active,.publish-add-btn:hover{
    color: #000;
    text-decoration: none;
}
.publish-list-nav{
    margin: 15px;
    text-align: center;
}
.publish-list-nav-btn{
    width: 22%;
    background-color: rgb(241,240,245);
    color: rgb(86,90,101);
    height: 25px;
    text-align: center;
    line-height: 25px;
    border: 0;
    border-radius: 15px;
    font-size: 13px;
    margin-left: 2px;
    margin-right: 2px;
    display: inline-block;
}
.publish-list-nav-btn:hover{
    text-decoration: none;
    color: rgb(86,90,101);
}
.publish-list-nav-btn.active{
    color: #fff;
    background-color: rgb(73,129,242);
}
.publish-list-item{
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    border-top: 1px solid rgb(248,248,249);
    padding-top: 15px;
    height: 140px;
}
.publish-list-item-logo{
    width: 80px;
    height: 80px;
    position: absolute;
    left: 10px;
    top: 15px;
}
.publish-list-item-num{
    font-size: 12px;
    color: rgb(86,90,101);
    position: absolute;
    left: 35px;
    bottom: 5px;
}
.publish-list-item-title{
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 100px;
}
.publish-list-item-time{
    font-size: 13px;
    position: absolute;
    top: 50px;
    left: 100px;
    color: rgb(136,140,151);
}
.publish-list-item-status{
    background-color: rgb(241,240,244);
    position: absolute;
    right: 10px;
    top: 25px;
    text-align: center;
    color: rgb(86,90,101);
    line-height: 25px;
    height: 25px;
    display: block;
    width: 70px;
    border: 0;
    border-radius: 15px;
    font-size: 12px;
}
.publish-list-item-menu{
    position: absolute;
    right: 10px;
    bottom: 20px;
}
.publish-list-item-menu .publish-list-item-menu-btn{
    border:0;
    background: url(/static/h5/images/publish/publish-list-item-menu.png) no-repeat;
    background-size: 100% 100%;
    font-size: 13px;
    text-align: center;
    width: 70px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding:0;
}
.publish-createMenu-item{
    background: url(/static/h5/images/publish/publish-createMenu-item.png) no-repeat;
    background-size: 100% 100%;
    height: 100px;
    width: 100%;
    position: relative;
    margin-top: 15px;
}
.publish-createMenu-item.active{
    background: url(/static/h5/images/publish/publish-createMenu-item-active.png) no-repeat;
    background-size: 100% 100%;
}
.publish-createMenu-item-icon{
    width: 25px;
    height: 25px;
    position: absolute;
    left:20px;
    top: 50%;
    transform: translateY(-50%);
}
.publish-createMenu-item-title{
    position: absolute;
    left:50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.publish-createMenu-item-span{
    position: absolute;
    left:150px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    color: rgb(136,140,151);
}
.publish-createMenu-item-top{
    left: 18px;
    top: 7px;
    font-size: 12px;
    color: #fff;
    position: absolute;
}
.upload-shop-img-body{
    background-color: rgb(244,245,247);
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 160px;
    vertical-align: middle;
}
.upload-shop-img{
    width: 25px;
    height: 25px;
    margin-top: 25px;
    margin-bottom: 15px;
}
.publish-add-title{
    margin-top: 15px;
}
.publish-add-time{
    background-color: rgb(244,245,247);
    width: 100%;
    padding:10px 10px;
    border-radius: 5px;
}
.publish-add-time-icon{
    width: 20px;
}
.publish-add-times{
    background: none;
    width: 40%;
    border: 0;
    color: rgb(136,140,151);
    text-align: center;
}
.publish-add-name-body{
    background-color: rgb(244,245,247);
    width: 100%;
    padding:10px 10px;
    border-radius: 5px;
}
.publish-add-name,.publish-add-input{
    background: none;
    width: 80%;
    border: 0;
    color: rgb(136,140,151);
    text-align: left;
}
.publish-add-name:focus,.publish-add-input:focus{
    border: 0;
}
.publish-add-name-body span{
    color: rgb(136,140,151);
}
.publish-add-describe-body,.publish-add-describe-body1{
    height: 80px;
    width: 100%;
    background-color: rgb(244,245,247);
    padding: 10px;
    resize:none;
    border: 0;
    border-radius: 5px;
}
.publish-add-row{
    display: flex;
    flex-direction: row;
    margin-top: 15px;
}
.publish-add-title2{
    width: 50px;
    line-height: 42px;
}
.publish-add-body{
    display: inline-block;
    background-color: rgb(244,245,247);
    border: 0;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    vertical-align: middle;
}
.publish-add-price-icon{
    width: 22px;
    text-align: right;
    vertical-align: middle;
}
.publish-add-body-input{
    vertical-align: middle;
    border: 0;
    color: rgb(136,140,151);
    text-align: left;
    background: none;
    width: 100%;
}
.publish-add-body span{
    color: rgb(136,140,151);
}
.publish-nav-add{
    border: 0;
    background: url(/static/h5/images/publish/publish-nav-add.png) no-repeat;
    background-size: 100% 100%;
    font-size: 13px;
    text-align: center;
    width: 70px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding: 0;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.upload-shop-img2{
    max-width: 100%;
    height: 90%;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    position: absolute;
}
.publish-list-item-lock{
    position: absolute;
    left: 33px;
    top: 40px;
    width: 35px;
}
.publish-view-series-describe{
    font-size: 13px;
    color: rgb(180,180,180);
}
.upload-shop-img-body2{
    width: 100px;
    height: 100px;
    display: inline-block;
}
.upload-shop-img-body{
    font-size: 13px;
    color:rgb(180,180,180);
}
.upload-shop-img3{
    width: 100px;
    height: 100px;
    margin: 5px;
}
.upload-img3{
    margin-bottom: 0px;
}
.publish-add-style{
    width: 25px;
    height: 25px;
    display: inline-block;
}
.publish-add-style-decline{
    margin-right: 10px;
    margin-left: 30px;
    z-index: 2;
}
.publish-add-style-rise{

}
.open-box{
    display: none;
}
.publish-list-item-openbox{
    position: absolute;
    width: 60px;
    left: 20px;
    top: 80px;
}