body{
    background: #f3f3f3;
}
.team-msg,.team-box{
    width: 90%;
    margin: auto;
    border-radius: 5px;
}
.team-msg{
    background-image: linear-gradient(-10deg,#ff850b 0%,#ffce38 100%);
    margin-top: 20px;
    color: #fff;
}
.team-box{
    margin-top:10px;
    background: #fff;
}
.title{
    padding:10px 20px;
    font-size: 16px;
    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){
    font-size: 14px;
    margin-top: 5px;
}
.team-msg>div>div>p:nth-child(3){
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-top: 5px;
}
.team-msg>div>div>p:nth-child(3)>a>img{
    width: 15px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}
.list-item{
    display: flex;
    justify-content: space-between;
    margin: 0 15px;
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 0;
}
.list-item:last-child{
    border-bottom: none;
}
.list-item img{
    width: 20px;
}
.list-item>a>img{
    width: 10px;
}

.clue{
    background-color: #ffffff;
    border-radius: 10px;
    padding: 15px;
    width: 260px;
    height: 210px;
    line-height: 20px;
    display: none;
    border-right: 1px solid #999;
    box-shadow: 0px 15px 27px 1px
    rgba(0, 0, 0, 0.09);
    z-index: 100;
}
.clue>p:first-child{
    font-size: 21px;
    text-align: center;
    margin:15px;
}
.clue>p:nth-child(2){
    font-size: 15px;
}
.clue>p:nth-child(3){
    font-size: 13px;
    color: #f51616;
    margin-top: 10px;
}
.clue>div{
   background: #999;
    color:#fff;
    margin-top: 5px;
    text-align: center;
    padding: 8px 0;
    border-radius: 5px;
}

