/*用户中心-帮助中心-关于我们样式*/


/*页面样式*/
.container_right{
    min-height: 540px;
}
.right_center{
    padding: 30px;
    font-family: Microsoft YaHei, Microsoft YaHei;
}
.right_center>.title{
    height: 29px;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    line-height: 29px;
    margin-bottom: 30px;
    text-align: center;
}
.right_center>.desription{
    text-indent: 2em;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
}
.right_center>.tip_title{
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 34px;
}
.right_center>p{
    text-indent: 2em;
}
