* {
    margin: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
}
input:focus {
    outline: none;
    border-color: #ddd;
    box-shadow: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 999999s ease-in-out 0s;
}
a {
    text-decoration: none;
}
.news span.title, 
.news .desc, 
.result_search p,
.result_search a.title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.main {
    display: flex;
    width: 100%;
    height: 96svh;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
}
.main .pole {
    /*margin-bottom: 60px;*/
}
.pole {
    box-shadow: 0 0 10px 1px #eeeeee;
    padding: 4px 6px 4px 18px;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    width: 560px;
    max-width: 100%;
    gap: 10px;
    display: flex;
    justify-content: center;
}
.pole input {
    width: 100%;
    border: 0;
    background: #ffffff00;
    font-size: 18px;
}
.pole button {
    background: #eeeeee;
    color: #000;
    border: 0;
    border-radius: 50px;
    padding: 12px 18px;
    gap: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
}
.pole button:hover {
    background: #e8e8e8;
}
.copy {
    font-size: 14px;
    display: flex;
    justify-content: center;
    color: #8b8b8b;
    padding: 0 0 10px;
}
.head_search {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px 30px 0;
    border-bottom: 1px solid #eee;
    box-shadow: 0 1px 6px 0 #eee;
}
.results {
    margin: 20px;
    margin-left: 160px;
    max-width: 900px;
}
.video_result {
    
}
.video_result .data {
    
}
img.thumb {
    width: 160px;
    min-width: 160px;
    height: 90px;
    border-radius: 10px;
    object-fit: cover;
}
.result_search {
    
}
.result_search .ico {
    width: 18px;
    height: 18px;
    vertical-align: -2px;
    margin-right: 8px;
}
.result_search a.title {-webkit-line-clamp: 1;}
.result_search a.vid {-webkit-line-clamp: none;}
.result_search .title {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 22px 0 6px;
    font-size: 18px;
    text-decoration: none;
    color: #0066cc;
}
.result_search small {
    color: green;
}

.result_search small.data {
    color: #666;
    font-size: 12px;
}
.result_search p {
    margin: 5px 0;
    color: #333;
    -webkit-line-clamp: 5;
}
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 24px 0;
    flex-wrap: wrap;
}
.page_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    padding: 0 8px;
    border-radius: 6px;
    text-decoration: none;
    color: #1a0dab;
    font-size: 14px;
}
.page_link:hover {
    background: #f1f3f4;
}
.page_link.current {
    background: #1a73e8;
    color: #fff;
    font-weight: 600;
}
.page_dots {
    padding: 0 4px;
    color: #70757a;
}
.wiki {
    background: #eeeeee;
    border-radius: 18px;
    padding: 14px 20px 16px;
    margin-top: 20px;
    display: flex;
    gap: 18px;
}
.wiki h2 {
    margin-bottom: 14px;
}
.wiki img {
    max-width: 300px;
    max-height: 300px;
    width: auto;
    height: auto;
    border-radius: 20px;
}
.ai {
    flex-direction: column;
    gap: 0px;
}
.ai p {
    margin-block-start: 1em;
    margin-block-end: 1em;
}
.noresult {
    display: grid;
    margin-top: 40px;
    gap: 20px;
    justify-items: center;
}
.noresult img {
    max-width: 222px;
}
.news {
    background: #eeeeee;
    color: #000;
    border-radius: 18px;
    padding: 16px 14px;
    margin: 0 20px;
    margin-top: 20px;
    display: flex;
    gap: 18px;
    max-width: 500px;
    font-size: 14px;
    text-decoration: none;
}
.news .cover {
    width: 85px;
    height: 85px;
    object-fit: cover;
    border-radius: 6px;
}
.news .icon {
    width: 18px;
    height: 18px;
}
.news .title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bolder;
}
.news span.title {
    -webkit-line-clamp: 1;
}
.news .desc {
    -webkit-line-clamp: 3;
}
.news .content {
    display: grid;
    align-content: space-around;
}
.request {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    gap: 15px;
}
.list {
    display: flex;
    gap: 10px;
}
.list span, .list a {
    padding: 10px 5px 7px 3px;
    color: #333;
}
.list .ti {
    margin-right: 6px;
} 
.list span.active {
    border-bottom: 3px solid;
}
.logo {
    height: 54px;
    display: flex;
    align-items: center;
}
.video_result small.data {
    display: grid;
}






























































































































@media(max-width: 650px) {
    .data p, .result_search small {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .results {
        margin-left: 20px;
    }
    .head_search {
        padding: 20px 20px 0;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .result_search small {
        -webkit-line-clamp: 1;
    }
    .wiki img {display:none}
    .result_search .title.vid {
        flex-direction: column;
        align-items: flex-start;
    }
    .data p {
        width: 100%;
        max-width: 100vw;
        -webkit-line-clamp: 3;
    }
}