.hoayue_wrapper{font-family:'Arial',sans-serif;background-color:#f4f4f4;margin:0;padding:0;}.hoayue_wrapper .hoayue_header{display:flex;align-items:center;justify-content:center;padding:20px;background-color:#ffff;color:black;border-bottom:4px solid #ffff;}.hoayue_wrapper .hoayue_header img{width:40px;height:40px;margin-right:10px;}.hoayue_wrapper .hoayue_header h3{margin:0;font-size:1.75em;font-weight:500;text-align:center;}.hoayue_wrapper .hoayue_container{display:flex;flex-wrap:wrap;justify-content:space-between;padding:20px;}.hoayue_wrapper .hoayue_card{background-color:white;border:1px solid #ddd;border-radius:12px;box-shadow:0 4px 8px rgba(0,0,0,0.1);width:30%;margin:1%;padding:20px;box-sizing:border-box;overflow:hidden;position:relative;transition:transform 0.3s ease;}.hoayue_wrapper .hoayue_card:hover{transform:translateY(-5px);box-shadow:0 6px 12px rgba(0,0,0,0.15);}.hoayue_wrapper .hoayue_card h3{display:flex;align-items:center;margin-top:0;font-size:1.25em;color:#333;text-align:left;font-weight:bold;}.hoayue_wrapper .hoayue_card h3 img{width:25px;height:25px;margin-right:10px;}.hoayue_wrapper .hoayue_card ul{padding:0;list-style-type:none;}.hoayue_wrapper .hoayue_card ul li{display:flex;justify-content:space-between;align-items:center;padding:10px 0;font-size:0.95em;color:#555;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold;}.hoayue_wrapper .hoayue_card ul li .hoayue_title{flex-grow:1;margin-left:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.hoayue_wrapper .hoayue_card ul li .hoayue_hot-value{color:#888;margin-left:20px;font-size:0.85em;}.hoayue_wrapper .hoayue_card ul li a{color:#333;text-decoration:none;}.hoayue_wrapper .hoayue_card ul li a:hover{color:#ff5722;text-decoration:none;transition-duration:0.3s;}.hoayue_wrapper .hoayue_rank-1 .hoayue_rank-badge{background-color:red;color:white;}.hoayue_wrapper .hoayue_rank-2 .hoayue_rank-badge{background-color:orange;color:white;}.hoayue_wrapper .hoayue_rank-3 .hoayue_rank-badge{background-color:rgb(186,186,8);color:white;}.hoayue_wrapper .hoayue_rank-4 .hoayue_rank-badge,.hoayue_wrapper .hoayue_rank-5 .hoayue_rank-badge{background-color:gray;color:white;}.hoayue_wrapper .hoayue_rank-badge{font-size:1.25em;font-weight:bold;display:inline-block;width:30px;height:30px;text-align:center;line-height:30px;border-radius:50%;background-color:#f1f1f1;flex-shrink:0;}@media (max-width:1024px){.hoayue_wrapper .hoayue_card{width:45%;}}@media (max-width:768px){.hoayue_wrapper .hoayue_card{width:100%;}}