.cyfsp{
            font-size:11px;
            padding:4px 0px;
            border:2px solid #ff9300;
            border-radius:40px;
            color:#ff9300;
            background-color:#0433ff;
            width:226px;
            margin: 10px auto;
            display:block;}
            .pafp{
            font-size:11px;
            padding:4px 0px;
            border:2px solid #286ef0;
            border-radius:40px;
            color:#0433ff;
            background-color:#ffffff;
            width:228px;
            margin-right:auto;
            margin-left:auto;
            margin-bottom:10px;
            display:block;}
            
            #hidepriceseasily{position: fixed;bottom:0px;z-index: 9999999;width: 100%;height:auto;}
            #hidepriceseasily_msg
            {
                line-height: 12px;
                text-align:center;height:auto;
                color:#ffffff;
                font-size:12px;
                opacity:0.63;
                padding:10px;
                background-color:#0006b8;
            }
            #hidepriceseasily_msg:hover{opacity:1}
            @media (max-width: 768px) {
                #hidepriceseasily_r{position: fixed;
                bottom:0px;z-index: 9999999;width: 100%;height:auto;}
                #hidepriceseasily_msg{display:none;}
                #hidepriceseasily_msg_r
                {
                    text-align:center;
                    color:#ffffff;
                    font-size:15px;
                    line-height: 15px;
                    opacity:0.71;
                    padding:9px;
                    background-color:#0006b8;
                }
            }@media (min-width: 768px) {#hidepriceseasily_msg_r{display:none;}}