.tn-atom__tip {
    background-color: #efeae1;
    border-radius: 11px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
    width: 5vw;
}
@media screen and (min-width: 640px) {
.t396 .tn-atom__tip {
    position: absolute;
    box-sizing: border-box;
    width: 300px;
    max-width: 5vw;
    padding: 9px;
    display: none;
}}

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

.t396 .tn-atom__tip {
    position: absolute;
    box-sizing: border-box;
    width: 300px;
    max-width: 21vw;
    padding: 9px;
    display: none;
}}