<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    &lt;style&gt;
        @font-face
        {
            font-family: NTcomponents;
            src: url(/Koulen-Regular.ttf);
        }
        a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, input, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead, tr, tt, u, ul, var
        {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        address, cite, dfn, em, i, var
        {
            font-style: normal;
        }
        body
        {
            color: #333;
            font-family: Helvetica,Arial,Tahoma,sans-serif;
            font-size: 14px;
            letter-spacing: .2px;
        }
        table
        {
            border-collapse: collapse;
            border-spacing: 0;
        }
        h1, h2, h3, h4, h5, h6, th
        {
            font-size: 100%;
            font-weight: 400;
        }
        button, input, select, textarea
        {
            font-size: 100%;
        }
        button
        {
            cursor: pointer;
        }
        input
        {
            background-color: transparent;
        }
        fieldset, img
        {
            border: 0;
        }
        a, img
        {
            -webkit-touch-callout: none;
        }
        a, a:active, a:focus, a:hover, a:visited
        {
            color: #666;
            text-decoration: none;
        }
        input[type=password], input[type=text], textarea
        {
            word-wrap: break-word;
            -webkit-appearance: none;
            background: #fff;
            outline: 0;
            resize: none;
            white-space: pre-wrap;
        }
        ol, ul
        {
            list-style: none;
        }
        :focus
        {
            outline: none;
        }
        .clearfix
        {
            content: "";
            display: block;
            overflow: hidden;
        }
        .clear, .clearfix
        {
            clear: both;
        }
        .fl
        {
            float: left;
        }
        .fr
        {
            float: right;
        }
        #__layout, #__layout &gt; div, #__nuxt, body, html
        {
            height: 100%;
            width: 100%;
        }
        *, :after, :before
        {
            box-sizing: border-box;
            margin: 0;
        }
        button
        {
            border: none;
            font-family: oswald;
            outline: none;
        }
        .w
        {
            margin: 0 auto;
            width: 1300px;
        }
        .l1
        {
            -webkit-line-clamp: 1;
        }
        .l1, .l2
        {
            -webkit-box-orient: vertical;
            display: -webkit-box;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-break: break-all;
        }
        .l2
        {
            -webkit-line-clamp: 2;
        }
        .font-NTcomponents
        {
            font-family: NTcomponents;
        }
        #app
        {
            background-color: #f6f8fc;
        }
    &lt;/style&gt;
    &lt;style&gt;
        .theHeader[data-v-fba4dbbb]
        {
            background-color: #fff;
            border-bottom: 1px solid #4066b8;
            width: 100%;
        }
        .theHeader .w[data-v-fba4dbbb]
        {
            position: relative;
        }
        .theHeader .w .bulletinBoard[data-v-fba4dbbb]
        {
            background-color: #fff2e9;
            border-radius: 6px;
            margin: 5px 0;
            padding: 10px 40px;
            width: 1300px;
        }
        .theHeader .w .bulletinBoard pre[data-v-fba4dbbb]
        {
            word-wrap: break-word;
            color: #333;
            flex: 1;
            font-family: unset;
            font-size: 12px;
            line-height: 22px;
            margin-right: 10px;
            text-align: center;
            white-space: pre-wrap;
        }
        .theHeader .w .bulletinBoard .iconfont[data-v-fba4dbbb]
        {
            align-items: center;
            border-radius: 4px;
            cursor: pointer;
            display: flex;
            font-size: 14px;
            height: 25px;
            justify-content: center;
            position: absolute;
            right: 20px;
            top: 8px;
            transition: all .2s;
            width: 25px;
        }
        .theHeader .w .bulletinBoard .iconfont[data-v-fba4dbbb]:hover
        {
            background-color: #3333331a;
        }
        .theHeader .w .topBar[data-v-fba4dbbb]
        {
            align-items: center;
            display: flex;
            font-size: 14px;
            height: 40px;
            justify-content: flex-end;
        }
        .theHeader .w .topBar div[data-v-fba4dbbb]
        {
            align-items: center;
            cursor: pointer;
            display: flex;
            height: 20px;
            position: relative;
        }
        .theHeader .w .topBar div p[data-v-fba4dbbb]
        {
            align-items: center;
            color: #333;
            display: flex;
        }
        .theHeader .w .topBar div p[data-v-fba4dbbb]:hover
        {
            color: #4066b8;
        }
        .theHeader .w .topBar div p .iconfont[data-v-fba4dbbb]
        {
            font-size: 10px;
            margin-left: 6px;
        }
        .theHeader .w .topBar div ul[data-v-fba4dbbb]
        {
            background-color: #fff;
            border-radius: 4px;
            box-shadow: 0 0 15px -7px #ccc;
            color: #333;
            display: none;
            left: 0;
            padding: 15px;
            position: absolute;
            top: 20px;
            z-index: 5;
        }
        .theHeader .w .topBar div ul li[data-v-fba4dbbb]
        {
            min-width: 70px;
        }
        .theHeader .w .topBar div ul li a[data-v-fba4dbbb]
        {
            color: #333;
            display: inline-block;
            padding: 5px 0;
            white-space: nowrap;
            width: 100%;
        }
        .theHeader .w .topBar div:hover ul[data-v-fba4dbbb]
        {
            display: block;
        }
        .theHeader .w .topBar a[data-v-fba4dbbb]
        {
            color: #333;
        }
        .theHeader .w .topBar a[data-v-fba4dbbb]:hover
        {
            color: #4066b8;
            text-decoration: underline;
        }
        .theHeader .w .topBar .line[data-v-fba4dbbb]
        {
            background-color: #666;
            display: inline-block;
            height: 10px;
            margin: 0 10px;
            width: 1px;
        }
        .theHeader .w .fun[data-v-fba4dbbb]
        {
            align-items: center;
            display: flex;
            justify-content: space-between;
            margin-bottom: 20px;
        }
        .theHeader .w .fun .logo[data-v-fba4dbbb]
        {
            height: 50px;
            margin-right: 150px;
            width: 140px;
        }
        .theHeader .w .fun .logo img[data-v-fba4dbbb]
        {
            height: 50px;
            width: 140px;
        }
        .theHeader .w .fun .loginInfo[data-v-fba4dbbb]
        {
            align-items: center;
            display: flex;
        }
        .theHeader .w .fun .loginInfo .cart[data-v-fba4dbbb]
        {
            padding: 5px 20px;
            position: relative;
            transition: all .2s;
        }
        .theHeader .w .fun .loginInfo .cart[data-v-fba4dbbb]:hover
        {
            background-color: #ccc3;
        }
        .theHeader .w .fun .loginInfo .cart span[data-v-fba4dbbb]
        {
            background-color: #c80000;
            border-radius: 7px;
            color: #fff;
            font-size: 10px;
            padding: 2px 5px;
            position: absolute;
            right: 10px;
            top: 3px;
        }
        .theHeader .w .fun .loginInfo a[data-v-fba4dbbb]
        {
            align-items: flex-end;
            border-radius: 4px;
            display: flex;
            font-size: 12px;
        }
        .theHeader .w .fun .loginInfo a .iconfont[data-v-fba4dbbb]
        {
            color: #4066b8;
            font-size: 26px;
            margin-right: 6px;
        }
        .theHeader .w .fun .loginInfo .sign[data-v-fba4dbbb]
        {
            align-items: flex-end;
            display: flex;
            margin-left: 10px;
        }
        .theHeader .w .fun .loginInfo .sign .iconfont[data-v-fba4dbbb]
        {
            color: #4066b8;
            font-size: 26px;
            margin-right: 6px;
        }
        .theHeader .w .fun .loginInfo .sign a[data-v-fba4dbbb]
        {
            font-size: 15px;
            padding: 0;
        }
        .theHeader .w .fun .loginInfo .sign a[data-v-fba4dbbb]:hover
        {
            color: #4066b8;
        }
        .theHeader .w .fun .loginInfo .sign span[data-v-fba4dbbb]
        {
            margin: 0 6px;
        }
        .theHeader .w .fun .loginInfo .userInfo[data-v-fba4dbbb]
        {
            align-items: flex-end;
            cursor: pointer;
            display: flex;
            margin-left: 40px;
            position: relative;
        }
        .theHeader .w .fun .loginInfo .userInfo .iconfont[data-v-fba4dbbb]
        {
            color: #4066b8;
            font-size: 26px;
            margin-right: 6px;
        }
        .theHeader .w .fun .loginInfo .userInfo &gt; p[data-v-fba4dbbb]
        {
            font-size: 16px;
            width: 60px;
        }
        .theHeader .w .fun .loginInfo .userInfo:hover .dialog[data-v-fba4dbbb]
        {
            display: block;
        }
        .theHeader .w .fun .loginInfo .userInfo .dialog[data-v-fba4dbbb]
        {
            display: none;
            padding-top: 10px;
            position: absolute;
            right: 0;
            top: 26px;
            width: 250px;
            z-index: 100;
        }
        .theHeader .w .fun .loginInfo .userInfo .dialog .cot[data-v-fba4dbbb]
        {
            background-color: #fff;
            border-radius: 4px;
            box-shadow: 0 0 15px -7px #ccc;
            display: flex;
            flex-direction: column;
            padding: 16px;
            width: 1005;
            z-index: 2;
        }
        .theHeader .w .fun .loginInfo .userInfo .dialog .cot p[data-v-fba4dbbb]
        {
            border-bottom: 1px solid #d4d4d4;
            color: #000;
            font-size: 15px;
            margin-bottom: 10px;
            padding-bottom: 10px;
        }
        .theHeader .w .fun .loginInfo .userInfo .dialog .cot &gt; a[data-v-fba4dbbb]
        {
            align-items: center;
            display: flex;
            font-size: 14px;
            padding: 6px;
        }
        .theHeader .w .fun .loginInfo .userInfo .dialog .cot &gt; a .iconfont[data-v-fba4dbbb]
        {
            align-items: center;
            color: #666;
            display: flex;
            font-size: 18px;
            height: 22px;
            justify-content: center;
            margin-right: 16px;
            width: 22px;
        }
        .theHeader .w .fun .loginInfo .userInfo .dialog .cot &gt; a .iconfont.icona-ziyuan2[data-v-fba4dbbb]
        {
            font-size: 22px;
        }
        .theHeader .w .fun .loginInfo .userInfo .dialog .cot &gt; a[data-v-fba4dbbb]:hover
        {
            background-color: #9999991a;
        }
        .theHeader .w .fun .loginInfo .userInfo .dialog .cot .signOut[data-v-fba4dbbb]
        {
            align-items: center;
            background-color: #f6f8fc;
            border-radius: 4px;
            cursor: pointer;
            display: flex;
            font-size: 14px;
            height: 36px;
            justify-content: center;
            margin-top: 16px;
            transition: all .2s;
            width: 100%;
        }
        .theHeader .w .fun .loginInfo .userInfo .dialog .cot .signOut[data-v-fba4dbbb]:hover
        {
            background-color: #4066b8;
            color: #fff;
        }
        .theHeader .w .fun .loginInfo .userInfo .dialog .cot .loginOrRegister[data-v-fba4dbbb]
        {
            align-items: center;
            display: flex;
            flex-direction: column;
            padding: 10px 0;
        }
        .theHeader .w .fun .loginInfo .userInfo .dialog .cot .loginOrRegister a[data-v-fba4dbbb]
        {
            align-items: center;
            background-color: #f6f8fc;
            border-radius: 4px;
            cursor: pointer;
            display: flex;
            font-size: 14px;
            height: 36px;
            justify-content: center;
            transition: all .2s;
            width: 100%;
        }
        .theHeader .w .fun .loginInfo .userInfo .dialog .cot .loginOrRegister a[data-v-fba4dbbb]:hover
        {
            background-color: #4066b8;
            color: #fff;
        }
        .theHeader .w .fun .loginInfo .userInfo .dialog .cot .loginOrRegister span[data-v-fba4dbbb]
        {
            display: block;
            margin: 8px 0;
        }
        .theHeader .w .nav[data-v-fba4dbbb]
        {
            align-items: center;
            display: flex;
            height: 40px;
        }
        .theHeader .w .nav .cate[data-v-fba4dbbb]
        {
            background: #4066b8;
            border-radius: 6px 6px 0 0;
            height: 100%;
            margin-right: 20px;
            width: 310px;
        }
        .theHeader .w .nav .cate a[data-v-fba4dbbb]
        {
            align-items: center;
            color: #fff;
            display: flex;
            height: 100%;
            padding-left: 16px;
            width: 100%;
        }
        .theHeader .w .nav .cate a .iconfont[data-v-fba4dbbb]
        {
            font-size: 18px;
            margin-right: 12px;
        }
        .theHeader .w .nav &gt; a[data-v-fba4dbbb]
        {
            color: #333;
            display: inline-block;
            padding: 10px 20px;
        }
        .theHeader .w .nav &gt; a[data-v-fba4dbbb]:hover
        {
            background-color: #d4d4d44d;
            border-radius: 4px;
        }
    &lt;/style&gt;
    &lt;style&gt;
        .searchModule[data-v-cc96b1eb]
        {
            border: 1px solid #4066b8;
            border-radius: 2px;
            height: 38px;
            width: 740px;
        }
        .searchModule[data-v-cc96b1eb], .searchModule .select[data-v-cc96b1eb]
        {
            align-items: center;
            display: flex;
            position: relative;
        }
        .searchModule .select[data-v-cc96b1eb]
        {
            height: 100%;
            justify-content: center;
            padding: 0 20px;
        }
        .searchModule .select .iconfont[data-v-cc96b1eb]
        {
            color: #000;
            font-size: 10px;
            margin-left: 12px;
        }
        .searchModule .select ul[data-v-cc96b1eb]
        {
            background-color: #fff;
            border: 1px solid #4066b8;
            border-radius: 0 0 4px 4px;
            border-top: none;
            color: #000;
            display: none;
            left: -1px;
            padding: 15px 0;
            position: absolute;
            top: 36px;
            width: 160px;
            z-index: 21;
        }
        .searchModule .select ul li[data-v-cc96b1eb]
        {
            cursor: pointer;
            display: block;
            font-size: 14px;
            padding: 8px 15px;
            white-space: nowrap;
        }
        .searchModule .select ul li[data-v-cc96b1eb]:hover
        {
            background-color: #4066b81a;
            color: #4066b8;
        }
        .searchModule .select:hover ul[data-v-cc96b1eb]
        {
            display: block;
        }
        .searchModule input[data-v-cc96b1eb]
        {
            border: none;
            border-left: 1px solid #f1f1f1;
            flex: 1;
            height: 24px;
            padding-left: 10px;
        }
        .searchModule input[data-v-cc96b1eb]::-moz-placeholder
        {
            color: #999;
        }
        .searchModule input[data-v-cc96b1eb]::placeholder
        {
            color: #999;
        }
        .searchModule .list[data-v-cc96b1eb]
        {
            background-color: #fff;
            border-radius: 0 0 4px 4px;
            border-top: none;
            box-shadow: 0 4px 4px -2px #999;
            left: -1px;
            padding: 20px;
            position: absolute;
            top: 37px;
            width: 660px;
            z-index: 20;
        }
        .searchModule .list div[data-v-cc96b1eb]
        {
            padding: 20px 20px 10px;
        }
        .searchModule .list div &gt; p[data-v-cc96b1eb]
        {
            color: #000;
            font-size: 15px;
            margin-bottom: 10px;
        }
        .searchModule .list div ul[data-v-cc96b1eb]
        {
            display: flex;
            flex-wrap: wrap;
        }
        .searchModule .list div ul li[data-v-cc96b1eb]
        {
            line-height: 18px;
            margin: 0 10px 15px;
        }
        .searchModule .list div ul li a[data-v-cc96b1eb], .searchModule .list div ul li p[data-v-cc96b1eb]
        {
            color: #999;
            cursor: pointer;
            height: 100%;
            width: 100%;
        }
        .searchModule .list div ul li a[data-v-cc96b1eb]:hover, .searchModule .list div ul li p[data-v-cc96b1eb]:hover
        {
            text-decoration: underline;
        }
        .searchModule .search[data-v-cc96b1eb]
        {
            background-color: #fff;
            border-radius: 0 0 4px 4px;
            border-top: none;
            box-shadow: 0 4px 4px -2px #999;
            height: 394px;
            left: -1px;
            padding: 20px 0 20px 20px;
            position: absolute;
            top: 37px;
            width: 660px;
            z-index: 20;
        }
        .searchModule .search ul[data-v-cc96b1eb]
        {
            height: 100%;
            overflow-y: auto;
        }
        .searchModule .search ul[data-v-cc96b1eb]::-webkit-scrollbar
        {
            width: 8px;
        }
        .searchModule .search ul[data-v-cc96b1eb]::-webkit-scrollbar-thumb
        {
            background-color: #d4d4d4;
            border-radius: 8px;
        }
        .searchModule .search ul li[data-v-cc96b1eb]
        {
            line-height: 20px;
            margin-bottom: 4px;
        }
        .searchModule .search ul li a[data-v-cc96b1eb]
        {
            color: #333;
            cursor: pointer;
            display: flex;
            flex-direction: column;
        }
        .searchModule .search ul li a .mfg[data-v-cc96b1eb]
        {
            color: #ccc;
        }
        .searchModule .search ul li a i[data-v-cc96b1eb]
        {
            font-size: 12px;
        }
        .searchModule .search ul li a[data-v-cc96b1eb]:hover
        {
            text-decoration: underline;
        }
        .searchModule button[data-v-cc96b1eb]
        {
            background: #4066b8;
            border-radius: 0 2px 2px 0;
            height: 38px;
            width: 80px;
        }
        .searchModule button .iconfont[data-v-cc96b1eb]
        {
            color: #fff;
            font-size: 20px;
        }
    &lt;/style&gt;
    &lt;style&gt;
        .center h3[data-v-95961b47]
        {
            font-weight: 700;
            margin-bottom: 20px;
        }
        .center .desc[data-v-95961b47]
        {
            border-bottom: 1px solid #d4d4d4;
            line-height: 20px;
            padding-bottom: 10px;
        }
        .center ul[data-v-95961b47]
        {
            display: flex;
            flex-wrap: wrap;
            padding: 10px;
        }
        .center ul li[data-v-95961b47]
        {
            height: 80px;
            margin: 10px 12px;
            width: 23%;
        }
        .center ul li a[data-v-95961b47]
        {
            align-items: center;
            border-radius: 4px;
            box-shadow: 0 0 15px -7px #ccc;
            display: flex;
            height: 100%;
            justify-content: center;
            overflow: hidden;
            padding: 0 30px;
            position: relative;
            transition: all .3s;
            width: 100%;
        }
        .center ul li a:hover span[data-v-95961b47]
        {
            color: #4066b8;
        }
        .center ul li a span[data-v-95961b47]
        {
            color: #000;
            font-size: 15px;
            line-height: 20px;
            text-align: center;
        }
        .center ul li a .iconfont[data-v-95961b47]
        {
            bottom: 10px;
            color: #3333331a;
            font-size: 60px;
            position: absolute;
            right: 10px;
        }
    &lt;/style&gt;
    &lt;style&gt;
        .sidebar[data-v-ffcce7b6]
        {
            align-items: center;
            display: flex;
            height: 100vh;
            position: fixed;
            right: 0;
            right: -250px;
            top: 0;
            transition: all .2s ease-in;
            z-index: 101;
        }
        .sidebar.active[data-v-ffcce7b6]
        {
            right: 0;
        }
        .sidebar .side[data-v-ffcce7b6]
        {
            justify-content: center;
        }
        .sidebar .side &gt; div[data-v-ffcce7b6]
        {
            opacity: 1;
        }
        .sidebar .side ul[data-v-ffcce7b6]
        {
            border-radius: 8px 0 0 8px;
            box-shadow: 0 2px 6px #0000001a;
            overflow: hidden;
        }
        .sidebar .side ul li[data-v-ffcce7b6]
        {
            background-color: #fff;
            border-bottom: 1px solid hsla(0,0%,83%,.3);
            cursor: pointer;
            height: 40px;
            line-height: 40px;
            position: relative;
            text-align: center;
            transition: all .2s;
            width: 40px;
        }
        .sidebar .side ul li[data-v-ffcce7b6]:hover
        {
            background-color: #4066b8;
        }
        .sidebar .side ul li:hover .iconfont[data-v-ffcce7b6]
        {
            color: #fff;
        }
        .sidebar .side ul li.active[data-v-ffcce7b6]
        {
            background-color: #4066b8;
            position: relative;
        }
        .sidebar .side ul li.active .iconfont[data-v-ffcce7b6]
        {
            color: #fff;
        }
        .sidebar .side ul li[data-v-ffcce7b6]:last-child
        {
            border: none;
        }
        .sidebar .side ul li .iconfont[data-v-ffcce7b6]
        {
            color: #999;
            font-size: 18px;
        }
        .sidebar .side ul li .iconfont.icona-ziyuan2[data-v-ffcce7b6]
        {
            font-size: 24px;
        }
        .sidebar .side .top[data-v-ffcce7b6]
        {
            align-items: center;
            background-color: #fff;
            border-radius: 50%;
            bottom: 170px;
            box-shadow: 0 3px 6px #0000001a;
            cursor: pointer;
            display: flex;
            flex-direction: column;
            font-size: 12px;
            height: 40px;
            justify-content: center;
            position: absolute;
            transition: all .2s;
            width: 40px;
        }
        .sidebar .side .top[data-v-ffcce7b6]:hover
        {
            background-color: #f4f4f4;
        }
        .sidebar .side .top .iconfont[data-v-ffcce7b6]
        {
            font-size: 20px;
        }
        .sidebar .boxs[data-v-ffcce7b6]
        {
            background-color: #f6f8fc;
            box-shadow: 0 0 15px -7px #ccc;
            display: flex;
            flex-direction: column;
            height: 100%;
            position: relative;
            width: 250px;
        }
        .sidebar .boxs .title[data-v-ffcce7b6]
        {
            align-items: center;
            background-color: #fff;
            display: flex;
            height: 50px;
            margin-bottom: 6px;
            padding-left: 10px;
            width: 100%;
        }
        .sidebar .boxs .title .icon[data-v-ffcce7b6]
        {
            color: #4066b8;
            font-size: 20px;
            margin-right: 10px;
        }
        .sidebar .boxs .title .icon.icona-ziyuan2[data-v-ffcce7b6]
        {
            font-size: 28px;
        }
        .sidebar .boxs .items[data-v-ffcce7b6]
        {
            align-items: center;
            display: flex;
            flex: 1;
            flex-direction: column;
            overflow-y: auto;
            width: 100%;
        }
        .sidebar .boxs .items[data-v-ffcce7b6]::-webkit-scrollbar
        {
            width: 8px;
        }
        .sidebar .boxs .items[data-v-ffcce7b6]::-webkit-scrollbar-thumb
        {
            background-color: #999;
            border-radius: 8px;
        }
        .sidebar .boxs .items &gt; div[data-v-ffcce7b6]
        {
            background-color: #fff;
            display: flex;
            margin-bottom: 6px;
            padding: 10px;
            width: 100%;
        }
        .sidebar .boxs .items &gt; div:hover .imgbox .iconfont[data-v-ffcce7b6]
        {
            opacity: 1;
        }
        .sidebar .boxs .items &gt; div .imgbox[data-v-ffcce7b6]
        {
            height: 50px;
            margin-right: 10px;
            position: relative;
            width: 50px;
        }
        .sidebar .boxs .items &gt; div .imgbox .img[data-v-ffcce7b6]
        {
            height: 50px;
            width: 50px;
        }
        .sidebar .boxs .items &gt; div .imgbox .iconfont[data-v-ffcce7b6]
        {
            align-items: center;
            background-color: #999c;
            border-radius: 4px;
            color: #fff;
            cursor: pointer;
            display: flex;
            font-size: 24px;
            height: 50px;
            justify-content: center;
            left: 0;
            opacity: 0;
            position: absolute;
            top: 0;
            transition: all .2s;
            width: 50px;
        }
        .sidebar .boxs .items &gt; div .cot[data-v-ffcce7b6]
        {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        .sidebar .boxs .items &gt; div .cot a[data-v-ffcce7b6]
        {
            color: #4066b8;
            font-size: 12px;
        }
        .sidebar .boxs .items &gt; div .cot a[data-v-ffcce7b6]:hover
        {
            text-decoration: underline;
        }
        .sidebar .boxs .items &gt; div .cot p[data-v-ffcce7b6]
        {
            font-size: 12px;
        }
        .sidebar .boxs .items &gt; div .cot p.desc[data-v-ffcce7b6]
        {
            color: #999;
        }
        .sidebar .boxs .items .btn[data-v-ffcce7b6]
        {
            width: calc(100% - 20px);
        }
        .sidebar .boxs .empty[data-v-ffcce7b6]
        {
            align-items: center;
            display: flex;
            flex-direction: column;
            padding: 20px;
        }
        .sidebar .boxs .empty .iconfont[data-v-ffcce7b6]
        {
            font-size: 50px;
        }
        .sidebar .boxs .empty p[data-v-ffcce7b6]
        {
            color: #333;
            display: inline-block;
            font-size: 13px;
            margin: 15px 0 0;
        }
    &lt;/style&gt;
    &lt;style&gt;
        .theFooter .top[data-v-10ae3a81]
        {
            background-color: #fff;
            height: 86px;
        }
        .theFooter .top .cot[data-v-10ae3a81]
        {
            height: 100%;
        }
        .theFooter .top .cot ul[data-v-10ae3a81]
        {
            box-sizing: border-box;
            display: flex;
            height: 100%;
            padding: 6px 0;
        }
        .theFooter .top .cot ul li[data-v-10ae3a81]
        {
            align-items: center;
            border-left: 1px solid #f1f1f1;
            display: flex;
            flex: 1;
            height: 100%;
            justify-content: center;
        }
        .theFooter .top .cot ul li[data-v-10ae3a81]:last-child
        {
            border-right: 1px solid #f1f1f1;
        }
        .theFooter .top .cot ul li img[data-v-10ae3a81]
        {
            height: 40px;
            margin-right: 20px;
            width: 40px;
        }
        .theFooter .top .cot ul li div b[data-v-10ae3a81]
        {
            color: #4066b8;
            font-size: 20px;
            line-height: 24px;
        }
        .theFooter .bot[data-v-10ae3a81]
        {
            background-color: #4066b8;
        }
        .theFooter .bot .cot[data-v-10ae3a81]
        {
            height: 100%;
            padding: 30px 0 0;
        }
        .theFooter .bot .cot ul[data-v-10ae3a81]
        {
            display: flex;
            height: 100%;
            justify-content: space-between;
        }
        .theFooter .bot .cot ul li[data-v-10ae3a81]
        {
            height: 100%;
            width: 280px;
        }
        .theFooter .bot .cot ul li b[data-v-10ae3a81]
        {
            color: #fff;
            display: block;
            font-size: 20px;
            font-weight: 400;
            letter-spacing: 1px;
            margin-bottom: 10px;
        }
        .theFooter .bot .cot ul li b.line[data-v-10ae3a81]
        {
            border-bottom: 1px solid #fff;
        }
        .theFooter .bot .cot ul li a[data-v-10ae3a81]
        {
            color: #fff;
            display: block;
            line-height: 30px;
        }
        .theFooter .bot .cot ul li a[data-v-10ae3a81]:hover
        {
            text-decoration: underline;
        }
        .theFooter .bot .cot ul.function[data-v-10ae3a81]
        {
            padding-top: 20px;
        }
        .theFooter .bot .cot ul.function li dl[data-v-10ae3a81]
        {
            display: flex;
        }
        .theFooter .bot .cot ul.function li dl dd[data-v-10ae3a81]
        {
            align-items: center;
            background-color: #fff;
            border-radius: 6px;
            display: flex;
            height: 30px;
            justify-content: center;
            margin-right: 10px;
            width: 56px;
        }
        .theFooter .bot .cot ul.function li dl dd img[data-v-10ae3a81]
        {
            height: 12px;
            width: 42px;
        }
        .theFooter .bot .cot ul.function li .follow[data-v-10ae3a81]
        {
            display: flex;
        }
        .theFooter .bot .cot ul.function li .follow .btn[data-v-10ae3a81]
        {
            background-color: #fff;
            border-radius: 15px;
            box-shadow: 0 5px 15px -5px #0000001a;
            height: 36px;
            line-height: 36px;
            margin-right: 16px;
            overflow: hidden;
            position: relative;
            text-align: center;
            width: 36px;
        }
        .theFooter .bot .cot ul.function li .follow .btn .iconfont[data-v-10ae3a81]
        {
            font-size: 20px;
            transform: scale(.8);
            transition: all .4s cubic-bezier(.31,-.1,.43,1.59);
        }
        .theFooter .bot .cot ul.function li .follow .btn[data-v-10ae3a81]:before
        {
            content: "";
            height: 120%;
            left: -110%;
            position: absolute;
            top: 90%;
            transform: rotate(45deg);
            transition: all .4s cubic-bezier(.31,-.1,.43,1.59);
            width: 120%;
        }
        .theFooter .bot .cot ul.function li .follow .btn .icontuite1[data-v-10ae3a81]
        {
            color: #2fb0ec;
        }
        .theFooter .bot .cot ul.function li .follow .btn.btn_tuite[data-v-10ae3a81]:before
        {
            background-color: #2fb0ec;
        }
        .theFooter .bot .cot ul.function li .follow .btn .iconlinkedin[data-v-10ae3a81]
        {
            color: #0077b5;
        }
        .theFooter .bot .cot ul.function li .follow .btn.btn_linkedin[data-v-10ae3a81]:before
        {
            background-color: #0077b5;
        }
        .theFooter .bot .cot ul.function li .follow .btn .iconinstagram[data-v-10ae3a81]
        {
            color: #e45496;
        }
        .theFooter .bot .cot ul.function li .follow .btn.btn_instagram[data-v-10ae3a81]:before
        {
            background-color: #e45496;
        }
        .theFooter .bot .cot ul.function li .follow .btn .iconfacebook1[data-v-10ae3a81]
        {
            color: #3c57a0;
            font-weight: 700;
        }
        .theFooter .bot .cot ul.function li .follow .btn.btn_facebook[data-v-10ae3a81]:before
        {
            background-color: #3c57a0;
        }
        .theFooter .bot .cot ul.function li .follow .btn[data-v-10ae3a81]:hover:before
        {
            left: -10%;
            top: -10%;
        }
        .theFooter .bot .cot ul.function li .follow .btn[data-v-10ae3a81]:hover
        {
            text-decoration: unset;
        }
        .theFooter .bot .cot ul.function li .follow .btn:hover .iconfont[data-v-10ae3a81]
        {
            color: #fff;
            position: relative;
            transform: scale(1);
        }
        .theFooter .bot .cot ul.function li .subscribe[data-v-10ae3a81]
        {
            align-items: center;
            border: 1px solid #fff;
            border-radius: 18px;
            box-sizing: border-box;
            display: flex;
            height: 36px;
            justify-content: space-between;
            overflow: hidden;
            padding: 2px;
            width: 100%;
        }
        .theFooter .bot .cot ul.function li .subscribe input[data-v-10ae3a81]
        {
            background-color: #4066b8;
            border: none;
            color: #fff;
            height: 30px;
            padding: 0 2px 0 10px;
            width: 60%;
        }
        .theFooter .bot .cot ul.function li .subscribe input[data-v-10ae3a81]::-moz-placeholder
        {
            color: #f4f4f4;
        }
        .theFooter .bot .cot ul.function li .subscribe input[data-v-10ae3a81]::placeholder
        {
            color: #f4f4f4;
        }
        .theFooter .bot .cot ul.function li .subscribe button[data-v-10ae3a81]
        {
            background-color: #fff;
            border-radius: 17px;
            color: #4066b8;
            font-size: 13px;
            height: 32px;
            width: 30%;
        }
        .theFooter .bot .cot ul.function li .certificationBox[data-v-10ae3a81]
        {
            align-items: center;
            display: flex;
            height: 36px;
            justify-content: space-between;
        }
        .theFooter .bot .cot ul.function li .certificationBox .certification[data-v-10ae3a81]
        {
            height: 24px;
        }
        .theFooter .bot .cot .review[data-v-10ae3a81]
        {
            display: flex;
            justify-content: flex-end;
            padding: 10px 0;
        }
        @media screen and (max-width:1024px)
        {
            .theFooter .top[data-v-10ae3a81]
            {
                display: none;
            }
            .theFooter .bot .cot[data-v-10ae3a81]
            {
                width: 100%;
            }
            .theFooter .bot .cot ul[data-v-10ae3a81]
            {
                flex-direction: column;
            }
            .theFooter .bot .cot ul li[data-v-10ae3a81]
            {
                margin-bottom: 20px;
                padding: 0 10px;
                width: 100%;
            }
            .theFooter .bot .cot ul li b[data-v-10ae3a81]
            {
                border-bottom: 1px solid #fff;
                font-size: 18px;
                margin-bottom: 10px;
            }
            .theFooter .bot .cot ul.function[data-v-10ae3a81]
            {
                padding-top: 0;
            }
            .theFooter .bot .cot ul.function li[data-v-10ae3a81]:last-child
            {
                display: none;
            }
        }
    &lt;/style&gt;	</pre></body></html>