.comment{
    margin: 20px 0;
}
.comment .title{
    font-size: 1.1rem;
    color: #C00000;
    margin: 20px 0;
}
.comment .list{
    padding: 20px 0;
    border-bottom: 1px solid #f2f4f5;
}
.comment .list .head{
    display: inline-block;
    vertical-align: middle;
}
.comment .list .head img{
    width: 30px;
    height: 30px;
}
.comment .list .name{
    display: inline-block;
    color: #006bb3;
}
.comment .list .top .text{

}

.comment .list .bottom{
    margin-top: 20px;
	margin-left: 10px;
	padding-left: 8px;
	border-left: 2px solid #d3d6db
}

.center{
    text-align: center;
}
.right{
    text-align: right;
}
.span{
    color: #cc0000;
}
p{
    color: rgb(38, 38, 38);
    font-size: 16px;
    font-family: PingFangTC-Light;
}
.anli{
    border: 1px solid #e788b0;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 10px;
}
        .guild {
    max-width: 640px;
    position: fixed;
    bottom: -8px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    z-index: 100000;
}

.guild .id {
    text-align: center;
    color: #22a48a;
    line-height: 35px;
    background: white;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

.guild img {
    max-width: 100%;
    background: white;
}
.yellow{
    background-color: yellow;
}

@media screen and (max-width: 1000px){
    #myModal{ display: none; }
}