.btns{
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.btns .btn{
    box-sizing: border-box;
    padding: 0 10px 0 20px;
    height: 32px;
    line-height: 32px;
    border-radius: 30px 30px 30px 30px;
    border: 1px solid #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.btns .btn img{
    width: 16px;
    height: 16px;
    margin-left: 8px;
}
.getPrice-btns{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.getPrice-btns .getPrice-btn, .getPrice-btns .getfanan-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    line-height: 32px;
    color: #ffffff;
    background: linear-gradient( to right, #F40B0B 0%, #F37819 100%);
    border-radius: 16px 16px 16px 16px;
    box-sizing: border-box;
    padding: 0 17px 0 14px;
    cursor: pointer;
}
.getPrice-btns .getfanan-btn{
    color: #666666;
    background: #F3F3F3;
    padding: 0 19px 0 14px;
}
.getPrice-btns .getPrice-btn img, .getPrice-btns .getfanan-btn img{
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
