body{
    background: #f3f3f3;
}
.team-msg{
    width: 90%;
    margin: auto;
    border-radius: 5px;
}
.team-msg{
    background-image: linear-gradient(-10deg,#ff850b 0%,#ffce38 100%);
    margin-top: 20px;
    color: #fff;
}
.title{
    padding:10px 20px;
    font-size: 15px;
    border-bottom:1px solid #f3f3f3 ;
}
p.title:before{
    content: "";
    width:3px;
    height:12px;
    background: #FF7300;
    margin-right:4px;
    display: inline-block;
    border-radius: 10px;
    margin-left: -10px;

}
.team-msg>div{
    display: flex;
    padding: 15px ;
    margin-top: 15px;
}
.team-msg>div>div>p:first-child>span{
    display: inline-block;
    background-color: #ff850b;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 14px;
}
.team-msg>div>div>p:first-child>span>img{
    width: 13px;
    margin-top: -2px;
    vertical-align: middle;
    margin-right: 3px;
}
.team-msg>div>div{width: 100%;}
.team-msg>div>a>img{
    width:50px ;
    margin-right: 5px;
}
.team-msg>div>div>p:first-child{
    font-size: 16px;
}
.team-msg>div>div>p:nth-child(2),.team-msg>div>div>p:nth-child(3){
    font-size: 14px;
    margin-top: 5px;
}
.share-box{
    width: 100%;
    height:140px ;
    background: #efeff4;
    position: fixed;
    bottom: 0;
    z-index: 100;
    display: none;
}
.share-box>div{
    display: flex;
    padding: 10px 20px 2px 20px ;
    text-align: center;
    justify-content: space-around;
    border-bottom: 1px solid #999;
}
.share-box>div>div{
    width: 80px;
    text-align: center;
    font-size: 14px;
}
.share-box>div>div>img{
    width: 60px;
}
.share-box>a{
    display:block ;
    background-color: #efeff4;
    width: 100%;
    color: #666666;
    text-align: center;
    font-size: 18px;
    line-height: 48px;

}
.btn{

    margin:40px 5%;
    width:90%;
    height: 40px;
    color: #fff;
    font-size: 16px;
    background-color: #000;
    border-radius: 5px;

}