.header{
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    color: #181818;
    position: relative;
    border-bottom: 1px solid #e6e6e6
}
.header h6{
    font-size: .38rem;
    color: #181818;
    font-weight: 500;
}
.header .back{
    width: 1rem;
    height: 100%;
    position: absolute;
    top:0;left: 0;
    margin: auto;
    background: url(../img/back.png)no-repeat;
    background-size: .3rem;
    background-position: center center;
}
ul{
    padding: .23rem;
}
ul li{
    padding: .31rem 0;
    border-bottom: 1px solid #F5F5F5;
}
ul li:after{
    content: "";
    clear: both;
    display: block;
}
.trademarkImg{
    width: 2.18rem;
    height: 1.64rem;
    float: left;
}
.trademarkImg img{
    width: 100%;
    height: 100%;
}
.reademarkMessage{
    width: 4.60rem;
    float: right;
}
.reademarkMessage h3{
    font-size: .3rem;
    line-height: .4rem;
    color: #181818;
    margin-bottom: .1rem;
}
.reademarkMessage p{
    font-size: .24rem;
    color: #666666;
    line-height: .4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.reademarkMessage p .number{
    margin-left: .35rem;
}
.shareDetail .shareImg{
    position: relative;
}
.shareDetail .shareImg img{
    width: 100%;
    display: block;
}
.shareDetail .shareImg.active:after{
    display: block;
}
.shareDetail .shareImg:after{
    display: none;
    content: "";
    width: .48rem;
    height: .48rem;
    background: url(../img/detailsIcon04.png)no-repeat;
    background-size: cover;
    position: absolute;
    top: .5rem;left: .4rem;
}

.shareName{
    border-bottom: .2rem solid #F5F5F5;
    line-height: 1.06rem;
    padding: 0 .32rem;
    font-size: .3rem;
    color: #181818;
    font-weight: 600;
}
.shareName img{
    width: .34rem;
    vertical-align:middle;
    margin-left: .1rem;
}
.shareMsg {
    border-bottom: .1rem solid #f5f5f5;
    padding: .1rem .3rem;
    line-height: .4rem;
}
.shareMsg p {
    line-height: .5rem;
    color: #333;
    font-size: .28rem;
}
.shareMsg p:first-child{
     font-size: .32rem;
     margin-bottom: .15rem;
 }
.shareMsg p span{
    font-size: .28rem;
    color: #909090;
}

.shareMsg .msg{
    font-size: .28rem;
    color: #666666;
    line-height: .35rem;
}
.shareMsg img{
    width: 100%;
    display: block;
}

.consult{
    height: 1rem;
    line-height: 1rem;
    background: #268fff;
    position: fixed;
    bottom: 0;left: 0;right: 0;
    margin: auto;
    font-size: .32rem;
    color: #fff;
    text-align: center;
}

.shareDetail{
    margin-bottom: 1rem;
}