html,body{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    
}

u{
    text-decoration: none;
}
.box{
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    margin-left: 10px;
}
.show{
    cursor: pointer;
    color: red;
    margin-bottom: 10px;
    margin-left: 10px;

}

.text{
    display: none;
    color: red;
    font-size: 16px;
    line-height: 16px;
    
}

.text.active{
    display:block;
}

p{
   margin: 5px 15px;
   font-size: 18px;
   line-height: 18px;

}

.yinpin{
    
    display: none;
    cursor: pointer;
}

.red{
    background: red;
}

.green{
    background: #12B4B1;
}

.biaosu{
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.tingliquan{
    margin-bottom: 5px;
}