:root {
    --vt-c-white: #ffffff;
    --vt-c-white-soft: #f8f8f8;
    --vt-c-white-mute: #f2f2f2;
    --vt-c-black: #181818;
    --vt-c-black-soft: #222222;
    --vt-c-black-mute: #282828;
    --vt-c-indigo: #2c3e50;
    --vt-c-divider-light-1: rgba(60, 60, 60, .29);
    --vt-c-divider-light-2: rgba(60, 60, 60, .12);
    --vt-c-divider-dark-1: rgba(84, 84, 84, .65);
    --vt-c-divider-dark-2: rgba(84, 84, 84, .48);
    --vt-c-text-light-1: #282828;
    --vt-c-text-light-2: #282828;
    --vt-c-text-dark-1: var(--vt-c-white);
    --vt-c-text-dark-2: rgba(235, 235, 235, .64);
    --im-theme-light-color: #5896f5;
    --im-theme-dark-color: #5896f5;
    --im-siderBg-dark-color: #2b2a2b;
    --im-siderBg-light-color: #e6e5e5;
    --im-topSearch-dark-color: #191919;
    --im-topSearch-light-color: #f7f7f7;
    --im-cveItem-dark-color: #202020;
    --im-cveItem-light-color: #ebebeb;
    --im-chatPage-dark-color: #111111;
    --im-chatPage-light-color: #f3f3f3;
    --im-chatPageSolid-light-color: #dfdfdf;
    --im-chatPageSolid-dark-color: #1d1d1d;
    --im-chatMsgBg-dark-color: #2c2c2c;
    --im-fileMsgBg-dark-color: #354c3a;
    --im-fileMsgBg-light-color: #a0bca6;
    --im-CGModalBg-dark-color: #1e1e1f
}

:root {
    --color-background: var(--vt-c-white);
    --color-background-soft: var(--vt-c-white-soft);
    --color-background-mute: var(--vt-c-white-mute);
    --color-border: var(--vt-c-divider-light-2);
    --color-border-hover: var(--vt-c-divider-light-1);
    --color-heading: var(--vt-c-text-light-1);
    --color-text: var(--vt-c-text-light-1);
    --section-gap: 160px;
    --im-theme-primary: var(--im-theme-light-color);
    --im-theme-siderBg: var(--im-siderBg-light-color);
    --im-theme-topSearchBg: var(--im-topSearch-light-color);
    --im-theme-cveItemBg: var(--vt-c-white-soft);
    --im-theme-chatPageBg: var(--im-chatPage-light-color);
    --im-theme-chatPageSolid: var(--im-chatPageSolid-light-color);
    --im-theme-chatMsgBg: var(--vt-c-white);
    --im-theme-activeCveBg: #efefef;
    --im-theme-fileMsgBg: var(--im-fileMsgBg-light-color);
    --im--theme-CGModalBg: var(--vt-c-white)
}

*,*:before,*:after {
    box-sizing: border-box;
    margin: 0;
    font-weight: 400
}

a {
    color: inherit;
    text-decoration: none;
    display: block;
    border: none;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none
}

body {
    min-height: 100vh;
    min-width: 100vw;
    color: var(--color-text);
    background: white;
    transition: color .5s,background-color .5s;
    line-height: 1.6;
    font-family: Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    font-size: 15px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

p {
    margin-bottom: 0
}

img,ul {
    padding: 0;
    margin: 0
}

.pointer:hover {
    cursor: pointer
}

.pointer-pr {
    transition: all .5s
}

.pointer-pr:hover {
    cursor: pointer;
    color: #448bff!important
}

li {
    list-style: none
}

.title {
    color: var(--color-heading)
}

.sub_title {
    font-size: 12px
}

a {
    display: inline-block;
    cursor: pointer
}

.container {
    max-width: 48vw;
    margin: 0 auto
}

.center-w {
    display: flex;
    align-items: center
}

.center-h {
    display: flex;
    justify-content: center
}

.center {
    display: flex;
    align-items: center;
    justify-content: center
}

.spaceb {
    justify-content: space-between;
    display: flex
}

.flex {
    display: flex;
    align-items: center
}

.flex1 {
    flex: 1
}

.flex2 {
    flex: 2
}

.flex3 {
    flex: 3
}

.column {
    flex-direction: column;
    display: flex
}

body {
    max-width: 100vw;
    overflow-x: hidden
}

.whitebg-oc9 {
    background-color: #f9fafb
}

.ell1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.ell3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.ell4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden
}

.fs12 {
    font-size: 12px
}

.fs14 {
    font-size: 14px
}

.fs16 {
    font-size: 16px
}

.fs18 {
    font-size: 18px
}

.fs20 {
    font-size: 20px
}

.fs22 {
    font-size: 22px
}

.fs24 {
    font-size: 24px
}

.fs26,.fs28 {
    font-size: 26px
}

.fs30 {
    font-size: 30px
}

.fs32 {
    font-size: 32px
}

.bold {
    font-weight: 700
}

.top-m10 {
    margin-top: 10px
}

.top-m20 {
    margin-top: 20px
}

.top-m30 {
    margin-top: 30px
}

.top-m40 {
    margin-top: 40px
}

.top-m50 {
    margin-top: 50px
}

.top-m60 {
    margin-top: 60px
}

.top-m70 {
    margin-top: 70px
}

.top-m80 {
    margin-top: 80px
}

.top-m90 {
    margin-top: 90px
}

.bottom-m10 {
    margin-bottom: 10px
}

.bottom-m20 {
    margin-bottom: 20px
}

.bottom-m30 {
    margin-bottom: 30px
}

.bottom-m40 {
    margin-bottom: 40px
}

.bottom-m50 {
    margin-bottom: 50px
}

.bottom-m60 {
    margin-bottom: 60px
}

.bottom-m70 {
    margin-bottom: 70px
}

.bottom-m80 {
    margin-bottom: 80px
}

.bottom-m90 {
    margin-bottom: 90px
}

.top-p10 {
    padding-top: 10px
}

.top-p20 {
    padding-top: 20px
}

.top-p30 {
    padding-top: 30px
}

.top-p40 {
    padding-top: 40px
}

.top-p50 {
    padding-top: 50px
}

.top-p60 {
    padding-top: 60px
}

.top-p70 {
    padding-top: 70px
}

.top-p80 {
    padding-top: 80px
}

.top-p90 {
    padding-top: 90px
}

.bottom-p10 {
    padding-bottom: 10px
}

.bottom-p20 {
    padding-bottom: 20px
}

.bottom-p30 {
    padding-bottom: 30px
}

.bottom-p40 {
    padding-bottom: 40px
}

.bottom-p50 {
    padding-bottom: 50px
}

.bottom-p60 {
    padding-bottom: 60px
}

.bottom-p70 {
    padding-bottom: 70px
}

.bottom-p80 {
    padding-bottom: 80px
}

.bottom-p90 {
    padding-bottom: 90px
}

.left-m10 {
    margin-left: 10px
}

.left-m20 {
    margin-left: 20px
}

.left-m30 {
    margin-left: 30px
}

.left-m40 {
    margin-left: 40px
}

.left-m50 {
    margin-left: 50px
}

.left-m60 {
    margin-left: 60px
}

.left-m70 {
    margin-left: 70px
}

.left-m80 {
    margin-left: 80px
}

.left-m90 {
    margin-left: 90px
}

.right-m10 {
    margin-right: 10px
}

.right-m20 {
    margin-right: 20px
}

.right-m30 {
    margin-right: 30px
}

.right-m40 {
    margin-right: 40px
}

.right-m50 {
    margin-right: 50px
}

.right-m60 {
    margin-right: 60px
}

.right-m70 {
    margin-right: 70px
}

.right-m80 {
    margin-right: 80px
}

.right-m90 {
    margin-right: 90px
}

.left-p10 {
    padding-left: 10px
}

.left-p20 {
    padding-left: 20px
}

.left-p30 {
    padding-left: 30px
}

.left-p40 {
    padding-left: 40px
}

.left-p50 {
    padding-left: 50px
}

.left-p60 {
    padding-left: 60px
}

.left-p70 {
    padding-left: 70px
}

.left-p80 {
    padding-left: 80px
}

.left-p90 {
    padding-left: 90px
}

.right-p10 {
    padding-right: 10px
}

.right-p20 {
    padding-right: 20px
}

.right-p30 {
    padding-right: 30px
}

.right-p40 {
    padding-right: 40px
}

.right-p50 {
    padding-right: 50px
}

.right-p60 {
    padding-right: 60px
}

.right-p70 {
    padding-right: 70px
}

.right-p80 {
    padding-right: 80px
}

.right-p90 {
    padding-right: 90px
}

.margin10 {
    margin: 10px
}

.margin20 {
    margin: 20px
}

.margin30 {
    margin: 30px
}

.padding10 {
    padding: 10px
}

.padding20 {
    padding: 20px
}

.padding30 {
    padding: 30px
}

.o1 {
    opacity: .1
}

.o2 {
    opacity: .2
}

.o3 {
    opacity: .3
}

.o4 {
    opacity: .4
}

.o5 {
    opacity: .5
}

.o6 {
    opacity: .6
}

.o7 {
    opacity: .7
}

.o8 {
    opacity: .8
}

.o9 {
    opacity: .9
}

.overhidden {
    overflow: hidden
}

.text-red {
    color: #c00000
}

.text-warning {
    color: #c55911
}

.amplify {
    transition: all .5s;
    transform: scale(1)
}

.amplify:hover {
    transform: scale(1.3)!important;
    transition: all .5s
}

.bg-white {
    background-color: #fff
}

.main-box {
    background-color: #fff;
    box-shadow: 0 7px 29px #12345b1c;
    border-radius: 6px;
    padding: 15px
}

@media screen and (min-width: 1700px) {
    .container {
        max-width:48vw
    }
}

@media screen and (max-width: 980px) {
    .container {
        padding-left:2%!important;
        padding-right: 2%!important;
        max-width: 99%;
        width: 100%!important
    }
}

input {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
    outline: none;
    border: none;
    vertical-align: middle
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none
}

input[type=number] {
    -moz-appearance: textfield
}

.page-container[data-v-496faf22] {
    min-width: 100vw
}

.ok[data-v-496faf22],.bp[data-v-496faf22] {
    width: 50px;
    height: 50px
}

button[data-v-496faf22] {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 16px
}

li[data-v-496faf22] {
    list-style: none
}

.tab-content[data-v-496faf22] {
    width: 100vw;
    margin: 0 auto
}

.tab-content .card-body[data-v-496faf22] {
    margin: 0 auto;
    text-align: center
}
