﻿.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: #fff;
    box-shadow: 0 4px 30px -8px rgba(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: #333;
    line-height: 22px;
    text-align: center;
}
