.getPrice-btn{
    position: relative;
}
.getfanan-btn:hover {
    color: #fff;
    background: linear-gradient(to right, #F40B0B 0%, #F37819 100%);
}
.getPrice-modal{
    display: none;
    position: absolute;
    top: 42px;
    left: 0;
    width: 220px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px -8px rgba(0,0,0,0.25);
    border-radius: 12px 12px 12px 12px;
    box-sizing: border-box;
    padding-top: 23px;
    padding-bottom: 28px;
    z-index: 99;
}
.getPrice-modal>img{
    margin: 0 auto 14px !important;
    width: 162px !important;
    height: 162px !important;
}
.getPrice-modal-title{
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    font-style: normal;
    background-image: linear-gradient(to right, #F40B0B, #F37819);
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 10px;
}
.getPrice-modal-desc{
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    text-align: center;
}

@media screen and (max-width: 600px){

}
