*{margin:0;padding:0;box-sizing:border-box}.h-1{width:100%;max-height:500px;margin-bottom:10px}.h-2{max-width:700px}.h-2 img{width:100%;border-radius:5px;box-shadow:0 0 10px #ccc}.h-4{width:100%;padding:10px;display:flex;gap:10px}.h-4 div{width:50%;height:70px;background:red;color:#fff;text-align:center;line-height:70px}.h-5{width:100%;display:flex;flex-direction:column}.box{display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:100vh}.search-box{display:flex;align-items:center;max-width:800px;margin-bottom:20px;width:100%}input[type=text]{flex:1;padding:12px 20px;font-size:16px;border-radius:20px 0 0 20px;border:2px solid #ccc;outline:none;transition:border-color .3s ease-in-out;border-right:none}input,button{margin:0;padding:0;border:none;font:inherit}input[type=text]:focus{border-color:#00f}button{padding:12px 20px;font-size:16px;border:none;border-radius:0 20px 20px 0;background-color:#00f;color:#fff;cursor:pointer;transition:background-color .3s ease-in-out}button:hover{background-color:#0056b3}.modal{display:none;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#00000080;align-items:center;justify-content:center}.modal-content{background-color:#fff;padding:20px;text-align:center;max-width:70%;max-height:70%;margin:auto;display:flex;flex-direction:column;gap:20px;background:linear-gradient(135deg,#ebadb6,#aceae1);border-radius:7px;box-shadow:20px 20px 60px #bebebe,-20px -20px 60px #fff}.close{color:#aaa;font-size:28px;font-weight:700;cursor:pointer}.close:hover,.close:focus{color:#000;text-decoration:none}#img{min-height:100%;min-width:100%;object-fit:contain}.container{position:relative}.header{display:flex;justify-content:space-between;padding:10px;font-weight:700}.scroll-container{height:400px;overflow:hidden;position:relative}.scroll-content{position:absolute;width:100%;animation:scroll 15s linear infinite}@keyframes scroll{0%{top:0}to{top:-50%}}.item{padding:10px;display:flex;justify-content:space-between}.item span{white-space:nowrap;font-size:12px;height:30px;text-align:center}.item span:first-child{width:16%}.item span:nth-child(2){width:25%}.item span:nth-child(3){width:25%}.item span:last-child{width:33.33%;white-space:normal}
