@charset "UTF-8";div.tips.container{width:calc(100% - 22px);min-width:609px;padding:20px 30px}@media screen and (max-width:710px){div.tips.container{width:calc(100% - 11px);min-width:220px}}div.tips.container .list-spread{min-width:100%;display:block}div.tips.container .details{display:flex;align-items:center;justify-content:space-between}div.tips.container .list-wrapped .details{display:block}div.tips.container .title{font-size:1.5rem;font-weight:700}@media screen and (max-width:490px){div.tips.container .title{font-size:1rem;font-weight:800}}@media screen and (max-width:710px){div.tips.container .title{margin-bottom:15px}}div.tips.container .details li{list-style:none;margin:8px 0}@media screen and (max-width:490px){div.tips.container .details li{margin:4px 0}}div.tips.container .details li.topic{font-size:1rem;font-weight:700;color:#2b509b}@media screen and (max-width:710px){div.tips.container .details li.topic{font-size:.9rem}}div.tips.container .details li a{font-size:1.125rem;color:#333;text-decoration:none}@media screen and (max-width:490px){div.tips.container .details li a{font-size:.9rem}}div.tips.container .button{width:100%;display:flex;justify-content:flex-end}div.tips.container .button a{color:#fff;background:#0a2558;padding:4px 12px;font-size:.9rem;font-weight:400;border-radius:4px;text-decoration:none;transition:all .3s ease}div.tips.container .button a:hover{background:#0d3073}