     /** 项目列表样式 */
        .project-list-item {
            background-color: #fff;
            border: 1px solid #e8e8e8;
            border-radius: 4px;
            cursor: pointer;
            transition: all .2s;
        }

        .project-list-item:hover {
            box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
        }

        .project-list-item .project-list-item-cover {
            width: 100%;
            height: 220px;
            display: block;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

        .project-list-item-body {
            padding: 20px;
        }

        .project-list-item .project-list-item-body > h2 {
            font-size: 18px;
            color: #333;
            margin-bottom: 12px;
        }

        .project-list-item .project-list-item-text {
            height: 44px;
            overflow: hidden;
            margin-bottom: 12px;
        }

        .project-list-item .project-list-item-desc {
            position: relative;
        }

        .project-list-item .project-list-item-desc .time {
            color: #999;
            font-size: 12px;
        }

        .project-list-item .project-list-item-desc .ew-head-list {
            position: absolute;
            right: 0;
            top: 0;
        }

        .ew-head-list .ew-head-list-item {
            width: 22px;
            height: 22px;
            border-radius: 50%;
            border: 1px solid #fff;
            margin-left: -10px;
        }

        .ew-head-list .ew-head-list-item:first-child {
            margin-left: 0;
        }

        /** // 项目列表样式结束 */
        
        /** 圆角样式开始 */
        #yuanjiao {
        border-radius: 10px;
        }
        /** 圆角样式结束 */
    
        /** 背景样式开始 */
        body{background:linear-gradient(to right,#D2E9FF,#FFECEC );font-family:"微软雅黑";
        }
        /** 背景样式结束 */
    
        /** LOGO图片样式开始 */
        .img{
            width: 20em;
            height: 7em;
            margin:auto;
            display: block;
            border-radius: 10em;
            box-shadow: 3px 3px 8px 1px silver;
            margin-bottom: 1em;
        }
        /** LOGO图片样式结束 */
    	
        /** github包裹样式开始 */
    	.github-badge{
        display: inline-block;
         border-radius: 4px;
        text-shadow: none;
         font-size: 12px;
         color: #fff;
         line-height: 15px;
         background-color: #abbac3;
        }
    
        .github-badge>a{
            color: white;
            }
    
        .github-badge .badge-subject {
         display: inline-block;
         background-color: #4d4d4d;
         padding: 4px 4px 4px 6px;
         border-top-left-radius: 4px;
         border-bottom-left-radius: 4px
        }
        .github-badge .badge-value {
         display: inline-block;
         padding: 4px 6px 4px 4px;
         border-top-right-radius: 4px;
         border-bottom-right-radius: 4px
        }
         /*蓝色*/
        .github-badge .bg-blue {
         background-color: #007ec6
        }
         /*橙色*/
        .github-badge .bg-orange {
         background-color: #ffa500
        }
          /*红色*/
        .github-badge .bg-red {
         background-color: #f00
        }
           /*绿色*/
        .github-badge .bg-green {
         background-color: #3bca6e
        }
          /*紫色*/
        .github-badge .bg-purple {
         background-color: #ab34e9
        }
        /** github包裹样式结束 */

        /** 全屏宽度样式开始 */
        .site-content {
                margin: 0 20%;
                width: 60%;
            }
        @media (max-width: 769px) {
                .site-content {
                    margin: 0;
                    width: 100%;
                }
                .img{
                    width: 10em;
                    height: 4em;
                    margin:auto;
                    display: block;
                    border-radius: 10em;
                    box-shadow: 3px 3px 8px 1px silver;
                    margin-bottom: 1em;
                }
            }
        /** 全屏宽度样式结束 */

        /** 获取图形验证码弹窗 */
        .layer-get-code {
            padding: 25px 25px;
        }

        .layer-get-code > p {
            color: #666;
            font-size: 16px;
        }

        .layer-get-code > .lay-code-group {
            position: relative;
            padding-right: 135px;
            margin: 15px 0;
        }

        .layer-get-code > .lay-code-group > .layui-input {
            border-radius: 0;
            height: 46px;
            line-height: 46px;
            background-color: transparent;
            border-color: rgba(111, 121, 122, 0.3);
        }

        .layer-get-code > .lay-code-group > img {
            position: absolute;
            right: 0;
            top: 0;
            height: 46px;
            width: 120px;
            box-sizing: border-box;
            cursor: pointer;
        }

        .layer-get-code .layui-btn-fluid {
            line-height: 50px;
            height: 50px;
        }

        /** //获取图形验证码弹窗 */