/* css */
body{
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    background: #f5f5f8;
    padding: 0 .3rem;
}
.sharedBox{
    margin: .35rem 0;
}
.sharedBox ul li{
    width: 6.9rem;
    height: 3.2rem;
    margin: 0 auto;
    background: url(../images/shadow.png) no-repeat center 1.92rem;
    background-size: 100%;
}
.sharedBox ul li .share{
    width: 6.8rem;
    height: 2.84rem;
    margin: 0 auto;
    background: #fff;
    border-radius: .08rem;
    overflow: hidden;
}

/* 后台可编辑文字 */
.sharedBox ul li .share .edit-text{
    /*flex 布局*/
    display: flex;
    /*实现垂直居中*/
    align-items: center;
    /*实现水平居中*/
    justify-content: center;
    text-align: justify;
    float: left;
    width: 1.4rem;
    height: 2.84rem;
    background: #e48137;
    writing-mode: vertical-lr; 
}

/* color */
.sharedBox ul li.Slist01 .share .edit-text{
    background: #e48137;
}
.sharedBox ul li.Slist02 .share .edit-text{
    background: #d54b59;
}
.sharedBox ul li.Slist03 .share .edit-text{
    background: #249b7f;
}
.sharedBox ul li.Slist04 .share .edit-text{
    background: #807ca0;
}
.sharedBox ul li.Slist05 .share .edit-text{
    background: #007bc3;
}
.sharedBox ul li.Slist06 .share .edit-text{
    background: #d49c25;
}

.sharedBox ul li .share .edit-text .text{
    background: url(../images/line.png) no-repeat bottom center;
    max-height: 2.08rem;
    line-height: .4rem;
    margin: 0 auto;
    padding-bottom: .38rem;
    background-size: 0.24rem;
}
.sharedBox ul li .share .edit-text p{
    display: block;
    font-size: .32rem;
    color: #fff;
    letter-spacing: 0.02rem;
    writing-mode: vertical-lr;

}
.sharedBox ul li .share .edit-text span{
    display: inline-block;
    width: .24rem;
    height: .04rem;
    background: #fff;
    border-radius: .02rem;
}

/* 分享栏目图片 */
.sharedBox ul li .share .picRight{
    float: left;
    width: 5.4rem;
    height: 2.84rem;
}
.sharedBox ul li .share .picRight img{
    width: 100%;
    height: 100%;
}

.flex{
    
    width:200px;
    height:200px;
    background: #000;
    margin:0 auto;
    color:#fff;
}