html, body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, fieldset, form, label, input, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, article, aside, audio, canvas, figure, footer, header, mark, menu, nav, section, time, video {
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote {
    display: block
}

ul, ol {
    list-style: none
}

img {
    border: 0 none;
    vertical-align: top
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

strong, em, i {
    font-style: normal;
    font-weight: 400
}

ins {
    text-decoration: underline
}

del {
    text-decoration: line-through
}

mark {
    background: none
}

input::-ms-clear {
    display: none !important
}

a {
    text-decoration: none;
    color: #333
}

a:hover {
    text-decoration: none
}

body {
    font: 14px/1.5 -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol
}

.common-arrows {
    width: 12px;
    height: 12px;
    margin-left: 6px;
    vertical-align: top;
    margin-top: 5px
}

.hover-btn-ani:hover {
    box-shadow: 0 8px 20px rgba(193, 193, 193, .3);
    transform: scale(1.01) translateY(-2px);
    transition: all .3s
}

.border-hover-btn {
    position: relative;
    cursor: pointer;
    translate: none;
    rotate: none;
    scale: none;
    -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 110%, 0px 110%);
    clip-path: polygon(0px 0px, 100% 0px, 100% 110%, 0px 110%);
    transform: translate(0);
    fill: #fffffa;
    color: #fffffa;
    transition: all .5s ease-in-out 0s
}

.border-hover-btn:after {
    content: "";
    position: absolute;
    inset: 0px;
    border-radius: 16px;
    border: 1px solid transparent;
    background: linear-gradient(277.33deg, rgba(110, 49, 221, 1) -2.48%, rgba(1, 119, 255, 1) 47.21%, rgba(61, 194, 243, 1) 93.62%) center center / 105%;
    -webkit-mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) padding-box padding-box, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px);
    -webkit-mask-composite: xor;
    opacity: 1;
    transition: opacity .2s ease-in-out 0s;
    -webkit-clip-path: polygon(100% 50%, 150% 0%, calc(calc(4 * var(--progress)) - 50%) 0%, calc(2 * var(--progress)) 50%, 100% 50%, 0% 50%, -50% 100%, calc(350% - calc(4 * var(--progress))) 100%, calc(200% - calc(2 * var(--progress))) 50%);
    clip-path: polygon(100% 50%, 150% 0%, calc(calc(4 * var(--progress)) - 50%) 0%, calc(2 * var(--progress)) 50%, 100% 50%, 0% 50%, -50% 100%, calc(350% - calc(4 * var(--progress))) 100%, calc(200% - calc(2 * var(--progress))) 50%);
    z-index: -1;
    transition: all .5s ease-in-out 0s
}

.border-hover-btn:hover {
    --progress: 0%;
    background: #1b2841;
    border-radius: 16px;
    transition: all .5s ease-in-out 0s
}

.line-of {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.show {
    display: block !important
}

.content-wrap {
    width: 1300px;
    margin: 0 auto
}

.overflow-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}
