.center,.error{text-align:center}:root{--max-width:880px;--navbar-height:70px}*{box-sizing:border-box}h1,h2,h3{margin:0}body,html{margin:0;padding:0;width:100%;font-family:Inter,"Noto Sans","PingFang SC","Microsoft YaHei","Hiragino Sans GB",sans-serif}.body-container,.navbar{width:100%;max-width:var(--max-width);margin:0 auto}.navbar-container{background-color:#262626;height:var(--navbar-height);width:100%;z-index:99999;position:fixed;top:0;left:0;right:0;display:flex;align-items:center}.navbar{padding:0 15px;display:flex;justify-content:space-between;align-items:center}.navbar .logo{color:#fff;font-size:24px;font-weight:700;text-decoration:none}.navbar .menu{display:flex;gap:20px}.navbar .menu-item>a{color:#fff;text-decoration:none;display:block}.navbar .menu-item:hover{text-decoration:underline}.navbar .icon{display:none;font-size:30px;color:#fff;cursor:pointer}#download-result-setion,#task-error,#task-loadding{display:none}.body-container{padding-top:var(--navbar-height);padding-bottom:50px}a{color:#55f}.download-setion{padding-top:50px;padding-bottom:30px}h1.title,h2.title,h3.title{font-weight:600;font-size:30px;margin-bottom:5px}p{margin:0 0 10px;line-height:25px}.section-search h1{color:#262626}.section-group{margin:20px auto;display:flex;align-items:center;justify-content:center;width:80%}.section-group .input-group{display:inline-block;flex:1;position:relative}.section-group .input-group input{width:100%;border:2px solid #262626;box-sizing:border-box;border-radius:5px 0 0 5px;height:55px;padding:17px 20px;font-size:15px;outline:0}.section-group .input-group:focus{outline:0}.btn-gray,.btn-red{background:#262626;border-radius:0 5px 5px 0;width:180px;height:55px;display:inline-block;border:none;color:#fdfdfe;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s}.error{border:1px solid #ffdd57;border-radius:6px;padding:10px;background:#ffdd57;width:100%;margin:0 auto}.error p{color:rgba(0,0,0,.7);margin:0}.download-result-setion{box-shadow:-1px -3px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);border-radius:5px;overflow:hidden;margin-top:50px}.result{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;text-align:left;padding:10px}.result-setion-left{width:40%;min-width:80px;max-height:500px;overflow:hidden}.result-setion-right{max-height:500px;flex:1;overflow:auto;text-align:left;margin-left:15px}.thumbnail{border-radius:.25rem;object-fit:cover;width:100%;display:block}.result-setion-right .title{font-size:27px;font-weight:700;margin-bottom:15px}.result-setion-right .title>a{color:#000;text-decoration:none}.result-setion-right .title>a:hover{color:#337ab7}.result-setion-right .description{color:#595959;font-size:16px;margin-bottom:15px}.description.clamped{max-height:120px;overflow:hidden;position:relative}.description.clamped::after{content:"";position:absolute;bottom:0;left:0;height:30px;width:100%;background:linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,.9));pointer-events:none}.result-setion-right .description-show-more{display:none;cursor:pointer;padding:8px;text-align:center;user-select:none;margin-bottom:10px}.result-setion-right .description-show-more.rotated{transform:rotate(180deg)}.download-result-tips{font-size:14px;margin:10px 0}.dl-actions{position:relative}.dl-action-group{margin-bottom:10px}.dl-action-group-title{font-size:16px;margin-bottom:5px}.dl-button{background-color:#fff;border-color:#dbdbdb;border-width:1px;color:#363636;cursor:pointer;justify-content:center;padding:5px 10px;text-align:center;white-space:nowrap;display:inline-flex;text-decoration:none;border-radius:5px;margin-bottom:10px;margin-right:5px;font-size:14px}.dl-button-success{background-color:#4A90E2;border-color:transparent;color:#fff;width:30%;min-width:120px}.dl-restart-download{width:100%;background-color:#f4f4f4;color:#000;padding:10px 0;font-size:bold;font-size:18px;display:flex;justify-content:center;align-items:center}.description-section{padding:20px 0}.description-section-item{margin:15px 0 20px}.list-feature{padding-left:15px}.list-feature li{margin-bottom:5px}.list-feature-disc{list-style:disc}.list-feature-decimal{list-style:decimal}.footer-container{background:#f4f4f4;color:#000;text-align:center;position:fixed;bottom:0;width:100%;z-index:999999;height:40px;line-height:40px}#language-select{width:120px}@media screen and (max-width:768px){.navbar .menu{display:flex;flex-direction:column;width:100%;background-color:#333;position:absolute;top:60px;left:0;overflow:hidden;max-height:0;transition:max-height .1s linear;gap:10px}.navbar .menu .menu-item{text-align:left;padding:10px 15px}.navbar .icon{display:block}.navbar.responsive .menu{max-height:300px}.section-group{width:90%}.download-setion{padding-top:50px;padding-bottom:20px}.description-section{padding:15px}}