
        * {
            margin: 0;
            padding: 0;
        }

        .el-header {
            color: #333;
            text-align: center;
            border-bottom: 1px solid lightgray;
            display: flex;
            align-items: center;
        }
        .el-footer {
            border-top: 1px dashed lightgray;
            border-left: 1px dashed lightgray;
        }
        .el-aside {
        }
        .ahref:hover{
            color: black;
        }
        .ahref:nth-child(2){
            color: #2563EB;
        }
        .toolItem a{
            width: 100%;
            line-height: 35px;
            padding-left: 40px;
            cursor: pointer;
        }
        .toolItem a:hover{
            background-color: rgba(253,220,41,.3);
        }

        .el-main {
            display: flex;
            flex-direction: column;
            /*justify-content: center; */
            padding-top: 50px;
            align-items: center;
            background-color: rgb(238, 242, 248);
            height: calc(100vh - 260px);
            /*overflow: hidden;*/
        }

        .el-tabs__item {
            color: gray;
        }

        body a {
            text-decoration: none;
        }

        [type='text'] {
            font-size: 0.7rem;
            border-color: #DCDFE6;
        }

        .imgFoucs {
            border: 2px solid rgb(255, 106, 0);
        }
        
        [v-cloak]{
            display: none;
        }
        
        
        
        @media screen and (max-width: 1500px) {
            .el-main > [class='flex']{
                transform: scale(0.9);
            }
        }
        @media screen and (max-width: 1400px) {
            .el-main > [class='flex']{
                transform: scale(0.8);
            }
        }
        @media screen and (max-width: 1200px) {
            .el-main .rightBox{
                display: none !important;
            }
        }
        @media screen and (max-width: 1000px) {
            .el-main > [class='flex']{
                transform: scale(0.7);
            }
        }