.troubleContainers{
    width: 100%;
    height: 100%;
}
.troubleContainers.backfff{
    background-color: #ffffff;
}
.troubleContent{
    padding-left: 30px;
}
.troubleContent .troubleText{
    height: 100px;
    display: table-cell;
    vertical-align: bottom;
}
.troubleContent .troubleBox{
    margin: 20px 0;
}
.troubleContent .troubleBtnBox{
    height: 80px;
    width: 100%;
    text-align: right;
    padding-right: 30px;
}
.troubleContent .troubleBtn{
    width: 413px;
    height: 100%;
    display: inline-block;
    line-height: 80px;
    text-align: center;
    background-color: #ff7860;
    border-radius: 10px;
}