 .left-fc-adv {
     position: fixed;
     bottom: 0;
     left: 20px;
     bottom: 50px;
     z-index: 999;
 }

 .left-fc-adv-search:hover {
     text-decoration: none;
 }

 .left-fc-adv-search {
     width: auto;
     height: 28px;
     display: inline-block;
     line-height: 28px;
     border-radius: 15px;
     text-decoration: none;
     position: absolute;
     right: -34px;
     top: 0;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     color: #fff !important;
     background: linear-gradient(to right, #ff6224, #ff1818);
     padding: 0 10px;
     display: flex;
     align-items: center;
 }

 .left-fc-adv-search img {
    width: 15px;
    height: 14px;
    vertical-align: middle;
 }

 .left-fc-adv-search span {
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 14px;
    margin-left: 5px;
 }

 .left-fc-adv-img {
     display: block;
     margin-top: 25px;
 }

 .left-fc-adv-right {
     width: 400px;
     position: absolute;
     right: -402px;
     top: -294px;
     display: none;
 }

 .left-fc-adv-right img {
     margin-left: 16px;
 }
 .close{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 16px;
    color: #ccc;
    text-align: center;
    line-height: 20px;
    position: absolute;
    bottom: -35px;
    left: 50%;
    margin-left: -10px;
    cursor: pointer;
 }

 /* @media (max-width: 1660px) { */
     .left-fc-adv-img img {
         width: 250px;
     }

     .left-fc-adv-search {
         top: -8px;
         right: -27px;
     }
 /* } */