/* fomo */
 .w_fomo_wrapper {
     position: fixed;
     bottom: 0px;
     left: 10px;
     min-width: max-content;
     background-color: #fff;
     -webkit-transition: transform 0.8s ease;
     -webkit-transition: -webkit-transform 0.8s ease;
     transition: -webkit-transform 0.8s ease;
     transition: transform 0.8s ease;
     transition: transform 0.8s ease, -webkit-transform 0.8s ease;
     z-index: 1001;
     color: #fff;
     font-weight: 400;
     -webkit-transform: translateX(-120%);
     transform: translateX(-120%);
    /* -webkit-box-shadow: 0 0 5px #6f6f6f;
     */
    /* box-shadow: 0 0 5px #6f6f6f;
     border-radius: 20px;
     */
     max-width: min-content;
     width: 100%;
     border-radius: 10px;
     border: 1px solid #ffffff;
     background: #fff;
     box-shadow: -4px 0 50px rgb(186 186 186 / 10%), 4px 0 50px rgb(255 255 255 / 10%), 0 -6px 50px rgb(232 232 232 / 10%);
}
 .w_item {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     display: -webkit-flex;
     -webkit-align-items: center;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-justify-content: space-between;
}
 .w_desc p {
     margin-bottom: 6px;
     text-align: left;
     font-size: 15px;
     color: #808080;
     line-height: normal;
     line-height: 23px;
     font-weight: 500;
     font-family: Montserrat, sans-serif;
}
 .w_desc p .green{
     color: #1664c3;
}
 .wysiwyg-content.statistical table {
     text-align: right;
     font-size: 14px;
     width: 100%;
}
 .wysiwyg-content.statistical .ta-l {
     text-align: left;
}
 .edit_mode .w_fomo_wrapper {
     position: static;
     -webkit-transform: translateX(0);
     transform: translateX(0);
}
 .w_fomo_wrapper.notify {
     -webkit-transform: translateX(0);
     transform: translateX(0);
}
 .w_fomo_wrapper .w_item {
     display: table;
     width: 380px;
}
 .w_fomo_wrapper .w_item > div {
     display: table-cell;
     vertical-align: middle;
}
 .w_fomo_wrapper .w_thumb {
     width: 80px;
     background-color: #fff;
     text-align: center;
        border-radius: 10px 0 0 10px;
}
 .w_fomo_wrapper .w_thumb img {
     width: auto;
     margin: 0 auto;
     max-height: 60px;
     object-fit: contain;
}
 .w_fomo_wrapper .w_desc {
     padding: 20px 15px 15px 15px;
     font-size: 1.3rem;
}
 .w_fomo_wrapper .w_desc strong {
     color: #000;
}
 .w_item {
     display: inline-flex;
     min-width: 300px;
     justify-content: space-between;
     transition: transform 0.8sease;
     z-index: 1001;
     font-weight: 400;
     box-shadow: 0 0 5px #6f6f6f;
     border-radius: 5px 8px 8px 5px;
     overflow: hidden;
}
 .w_thumb {
     text-align: center;
     background-color: #fff;
}
 .w_desc {
     padding: 10px 20px;
    /* background-color: #daffed;
     */
     background-color: #fff;
     min-width: 200px;
}

 @media (min-width: 992px) {
     .w_fomo_wrapper {
         top: auto;
         bottom: 10px;
    }
     .btn-new span {
         font-size: 16px;
    }
}
 @media (max-width: 991px) {
     .w_fomo_wrapper {
         bottom: auto;
         top: 10px;
         background-color: transparent;
         box-shadow: none;
    }
}
 @media (max-width: 767.9px) {
     .w_fomo_wrapper {
         /* bottom: 10px; */
         /* background-color: transparent; */
         background-color: transparent;
         box-shadow: none;
         border:0;
    }
}
 @media (max-width: 767.5px) {
     .btn-new{
         width: max-content;
    }
}
 @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     .w_fomo_wrapper {
         width: 300px;
    }
}

 @media (max-width: 450px){
     .w_fomo_wrapper .w_item {
         display: table;
         width: 320px;
    }
}
 @media (max-width: 320px) {
     .w_fomo_wrapper {
         min-width: 300px;
         max-width: 300px;
    }
}