.asin-box{
    max-width:900px;
    margin:40px auto;
    background:#fff;
    padding:30px;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.06)
}
.asin-form{
    display:flex;
    gap:12px
}
.asin-form input{
    flex:1;
    padding:12px;
    font-size:16px
}
.asin-form button{
    padding:12px 24px;
    background:#1677ff;
    color:#fff;
    border:none;
    border-radius:6px;
    cursor:pointer
}
#asin-result li{
    display:flex;
    justify-content:space-between;
    padding:10px 0;
    border-bottom:1px solid #eee
}
.yes{color:#2ecc71}
.no{color:#aaa}
.err{color:#e74c3c}
.warn{color:#e67e22}
.vip{color:#f39c12}
.vip-btn{
    background:#f59e0b;
    color:#fff;
    padding:6px 12px;
    border-radius:4px;
    margin-left:10px
}