body {
    background-color: #ffffff;
    margin: 0px;
}
.三角形效果 {
    display: inline-block;
    width: 0px;
    height: 0px;
    /*透明是一个关键字,全局的任何CSS颜色相关的 都可以使用*/
    border-bottom: 6px solid transparent;
    border-top: 6px solid Gray;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: relative;
    top: 3px;
}
.顶部导航盒子 {

    background-color: #fafafa;
    border-bottom: 1px solid #d9d9d9;
    box-shadow: 5px 5px 5px #e8e8e8;
    padding: 0px 0px 0px 0px;
    position: fixed;
    left: 0px;
    top: 36px;
    width: 100%;

}
.顶部导航居中盒子 {
    width: 1170px;
    height: 95px;
    margin: 0px auto;
    
}
.顶部导航居中盒子 img {
    width: 80px;
    height: 30px;
    margin: 12.5px 0px;
    float: left;
}
.顶部导航超链接列表 {
    float: right;
    list-style-type: none;
    margin: 20px 30px 0px 60px;
    font-size: 16px;
}
.顶部导航超链接列表_下拉列表 {
    font-size: 18px;
}
.顶部导航超链接列表 > li {
    display: inline-block;
    height: 55px;
    position: relative;
}
.顶部导航超链接列表 > li > ul {
    position: absolute;
    width: 120px;
    list-style-type: none;
    background-color: White;
    padding: 5px 0px;
    box-shadow: 0px 0px 5px #f2f2f2;
    display: none;
    /*子绝父相*/
}
.顶部导航超链接列表 > li > ul > li {
    font-size: 14px;
}
.顶部导航超链接列表 > li > ul > li:hover {
    background-color: #f7f7f7;
    color: #ff516b;
}
.顶部导航超链接列表 > li > ul > li > a {
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-left: 0px;
}
.顶部导航超链接列表 > li:hover > ul {
    display: block;
}
.顶部导航超链接列表 > li:hover > div {
    border-bottom: 6px solid #ff66cc;
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: -3px;
}
.顶部导航超链接列表 li a {
    display: inline-block;
    height: 55px;
    line-height: 55px;
    margin-left: 30px;
    color: Black;
    text-decoration: none;
}
.顶部导航超链接列表 li a:hover {
    color: #ff516b;
}
.顶部导航搜索区域 {
    width: 265px;
    height: 55px;
    float: left;
    margin-left: 50px;
}
.顶部导航搜索区域 input {
    /*数据框这样有边框轮廓的控件*/
    outline-style: none;
    height: 37px;
    margin: 6px 0px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    width: 195px;
    font-size: 13px;
}
.顶部导航搜索区域 input:focus {
    border: 1px solid SkyBlue;
}
.顶部导航搜索区域 button {
    width: 55px;
    height: 40px;
    border: 1px solid #4eda92;
    color: #4eda92;
    border-radius: 5px;
    background-color: White;
    margin: 6.5px 0px;
}
.顶部导航搜索区域 button:hover {
    color: White;
    background-color: #4eda92;
}
.顶部导航头像区域 {
    width: 125px;
    height: 55px;
    float: right;
    margin: 20px 0px 0px 60px;
}
.顶部导航头像区域 img {
    width: 43px;
    height: 43px;
    border-radius: 100%;
    border-style: solid;
    border-color: #f5f5f5;
    margin: 5px 0px;
}
.顶部导航头像区域 a {
    display: inline-block;
    height: 55px;
    line-height: 55px;
    width: 69px;
    text-decoration: none;
    color: Black;
    font-size: 16px;
    margin-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.顶部导航头像区域 a:hover {
    color: #ff516b;
}
.广告图片区域 {
    background-color: Pink;
    width: 1170px;
    height: 290px;
    margin: 0px auto;
    background-image: url("../file/1680228836531.png");
    background-size: 100% 100%;
}
.广告图片区域 img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    border-style: solid;
    border-color: White;
    border-width: 1px;
    margin: 190px 0px 0px 28px;
}
.二级分类专区 {
    height: 50px;
    width: 1170px;
    background-color: White;
    margin: 0px auto;
    box-shadow: 5px 5px 5px #e8e8e8;
}
.二级分类专区 span {
    margin-left: 28px;
    float: left;
    height: 50px;
    line-height: 50px;
}
.二级分类专区 ul {
    float: left;
    list-style-type: none;
    margin: 0px;
}
.二级分类专区 ul li {
    display: inline-block;
    height: 50px;
}
.二级分类专区 ul li a {
    height: 48px;
    display: inline-block;
    line-height: 48px;
    text-decoration: none;
    color: Black;
    font-size: 13px;
    margin-left: 33px;
}
.二级分类专区 ul li a:hover {
    border-bottom: 2px solid #ff516b;
    color: #ff516b;
}
.二级分类专区 ul li .二级分类专区导航选中 {
    border-bottom: 2px solid #ff516b;
    color: #ff516b;
}
.二级分类专区 div {
    width: 210px;
    height: 50px;
    float: right;
    margin-right: 28px;
}
.二级分类专区 div input {
    width: 160px;
    height: 28px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin: 9px 0px;
}
.二级分类专区 div input:focus {
    border: 1px solid SkyBlue;
    outline-color: #b3ecff;
}
.二级分类专区 div button {
    width: 32px;
    height: 32px;
    background-color: White;
    border: 1px solid #4eda92;
    border-radius: 4px;
}
.二级分类专区 div button:hover {
    background-color: #4eda92;
}
.内容大盒子 {
    width: 1170px;
    margin: 0px auto 0px;
    overflow: hidden;
    border: 1px solid LightGray;
    border-radius: 12px 12px 0 0;
    margin-bottom: 10px;
}
.源码列表盒子 {
    width: 100%;
    background-color: White;
    float: left;
}
.源码列表内容盒子 {
    margin: 0px 0px;
    list-style-type: none;
}
.源码列表内容盒子 li {
    height: 100px;
    border-bottom: 1px dashed #b4b4b4;
    padding: 0px 10px 0px 10px;
}
.源码列表内容盒子 li:hover {
    background-color: #f0f0f0;
}
.源码列表内容盒子 li img {
    width: 48px;
    height: 48px;
    border: 1px solid White;
    border-radius: 4px;
    margin: 13px 0px 0px 4px;
    float: left;
}
.源码列表内容标题盒子 {
    height: 48px;
    margin: 13px 8px;
    float: left;
}
.源码列表内容标题超链接 {
    display: inline-block;
    text-decoration: none;
    color: Blue;
    font-size: 18px;
    margin-top: 5px;
    margin-right: 10px;
    width: 950px;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.源码列表内容新内容 {
    display: inline-block;
    width: 66px;
    height: 26px;
    font-size: 12px;
    color: White;
    background-color: #00cc00;
    border-radius: 50px;
    text-align: center;
    line-height: 26px;
}
.源码列表内容新内容_价格 {
    background-color: #ffffff;
    color: #ff3333;
    margin-right: 5px;
    margin-top: 5px;
    font-size: 15px;

}
.源码列表内容新内容_自动发货 {
    background-color: #2eb82e;
    color: #ffffff;
    margin-right: 5px;
    margin-top: -5px;
    width: 70px;
    height: 24px;
    font-size: 13px;
}
.商品列表头样式_操作{
    float: right;
    margin-right: 90px;
}

.商品列表头样式_库存{
    float: right;
    margin-right: 190px;
}
.商品列表头样式_价格{
    float: right;
    margin-right: 90px;
}
.源码列表内容新内容_库存 {
    background-color: #ffffff;
    color: #404040;
    margin-right: 5px;
    margin-top: 5px;
    font-size: 15px;
}
.商品图标1{
    overflow: hidden;
}
.源码列表内容标题底部 a {
    display: inline-block;
    text-decoration: none;
    color: #595959;
    font-size: 14px;
    width: 950px;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.源码列表内容标题底部 span {
    color: #666666;
    font-size: 14px;
}

.顶部区块{
    width: 100%;
    background-color: #333333;
    height: 36px;
    position: fixed;
    display: flex;
    justify-content: center;
    top: 0px;
    padding-right: 30px;
}
.顶部区块内容{
    width: 1170px;
    display: inline-block;
    margin: 0px auto 0px;
    
}

.顶部区块内容 a{
    float: right;
    text-decoration: none;
    color: #bfbfbf;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 10px;
    
}

.顶部区块内容 a:hover{
    color: #ffffff;
}

.徽章样式{
    margin-top: 0px;
}
.源码列表内容时间盒子 {
    float: right;
    margin: 12px 3px;
    font-size: 15px;
    
}

.源码列表库存盒子 {
    display: inline-block;
    height: 24px;
    font-size: 15px;
    color: White;
    background-color: #ff4d4d;
    border-radius: 50px;
    text-align: center;
    line-height: 24px;
}

.源码列表内容时间盒子 span {
    color: #b4b4b4;
    font-size: 13px;
    color: Orange;
}

.排序盒子 {
    width: 390px;
    height: 1120px;
    margin-left: 20px;
    float: right;
}
.个人信息专区 {
    width: 390px;
    height: 300px;
    background-color: #f5f5f5;
    margin-bottom: 33px;
}
.个人信息标题 {
    display: inline-block;
    height: 40px;
    width: 100%;
    color: White;
    line-height: 40px;
    padding-left: 14px;
    background-color: #ff516b;
}
.个人信息内容盒子 {
    height: 100px;
    background-color: White;
    margin: 15px 13px 0px 13px;
    border-radius: 4px;
    box-shadow: 5px 5px 5px #f0f0f0;
}
.个人信息内容内部盒子 {
    width: 232px;
    height: 76px;
    float: left;
    margin: 12px 12px;
}
.个人信息昵称及会员状态 {
    height: 50px;
}
.个人信息昵称及会员状态 img {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    border: 1px solid White;
    margin: 5px 0px;
    float: left;
}
.个人信息昵称及会员状态 div {
    height: 40px;
    margin: 5px 0px;
    width: 192px;
    float: left;
}
.个人信息昵称及会员状态 a {
    display: block;
    font-size: 13px;
    text-decoration: none;
    color: #ff516b;
}
.个人信息昵称及会员状态 a:hover {
    color: Black;
}
.个人信息昵称及会员状态 span {
    font-size: 13px;
    color: #888;
}
.个人信息个性签名 {
    color: #888;
    font-size: 13px;
}

.个人信息内容观阅记录 {
    width: 86px;
    height: 38px;
    color: White;
    background-color: #8e6aef;
    float: right;
    margin-top: 12px;
    margin-right: 12px;
    border-style: none;
    border-radius: 3px;
}
.个人信息操作盒子 {
    height: 120px;
    background-color: White;
    margin: 8px 13px 0px 13px;
    border-radius: 4px;
    box-shadow: 5px 5px 5px #f0f0f0;
}
.个人信息操作盒子 div {
    height: 120px;
    width: 50%;
    float: left;
}
.个人信息操作盒子 .发布博客 {
    width: 150px;
    height: 40px;
    border-style: none;
    border-radius: 50px;
    background-color: #8e6aef;
    color: White;
    margin: 13px 13px 0px 13px;
}
.个人信息操作盒子 .定制课程 {
    width: 150px;
    height: 40px;
    border-style: none;
    border-radius: 50px;
    background-color: #42b8f1;
    color: White;
    margin: 10px 13px 0px 13px;
}
.个人信息操作盒子 .发布源码 {
    width: 150px;
    height: 40px;
    border-style: none;
    border-radius: 50px;
    background-color: #ff8a00;
    color: White;
    margin: 13px 13px 0px 13px;
}
.个人信息操作盒子 .打赏历史 {
    width: 150px;
    height: 40px;
    border-style: none;
    border-radius: 50px;
    background-color: #ff516b;
    color: White;
    margin: 10px 13px 0px 13px;
}
.本月开源达人专区 {
    width: 390px;
    height: 360px;
    background-color: PeachPuff;
    margin-bottom: 33px;
}
.近期最火源码专区 {
    width: 390px;
    height: 360px;
    background-color: Purple;
    margin-bottom: 34px;
}
.下一页专区 {
    margin-top: 20px;
    height: 60px;
    background-color: IndianRed;
}
.顶部间隔{
    display: block;
    height: 140px;
    line-height: 140px;
    width: 100%;
    margin: 0px auto 0px;
}
.内容区 {
    width: 1170px;
    margin: 0px auto 0px;
    max-width: 1170px;
    background-color: #fff;
    margin-bottom: 10px;
}
.卡片 {
    background-color: #fff;
    margin-top: 0px;
    width: 1170px;
    overflow: hidden;
    border: 1px solid LightGray;
    border-radius: 12px 12px 0 0;
}

.内联框架样式 {
    width: 100%;
    margin: 0px auto 0px;
    background-color: #fff;
    height: 100vh;
    border: 0px;
}

.卡片头部 {
    background: #404040;
    color: White;
    font-size: 18px;
    padding: 10px;
    border-radius: 12px 12px 0 0;
}

.卡片内容 {
    padding: 5px;
    font-size: 18px;
}

.卡片内容 p {
    font-size: 16px;
    line-height: 1.5;
}

.卡片底部 {
    background-color: #f5f5f5;
    padding: 10px;
    font-size: 16px;
}

.卡片底部 a {
    color: Black;
    text-decoration: none;
    font-weight: bold;
}

.footer {
    background-color: #222222;
    color: #ffffff;
    padding: 30px 20px;
    margin-top: 40px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-section {
    flex: 1;
    min-width: 250px;
    margin-bottom: 20px;
}
.footer-section h3 {
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
}

.footer-section h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #666666;
}
.footer-bottom {
    text-align: center;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #444444;
    color: #999999;
    font-size: 13px;
    width: 100%;
}
a,
img {
    border: 0;
}
a {
    text-decoration: none;
}

body {
    font-size: 12px;
    color: #333333;
}

/* 主要css样式*/
.网页盒子 {
    position: fixed;
    right: 10px;
    top: 60%;
    z-index: 100;
    width: 110px;
    height: 272px;
}
.网页盒子 .QQ链接 {
    display: block;
    width: 106px;
    height: 116px;
    font-size: 14px;
    color: #0484cd;
    text-align: center;
    position: relative;
}
.网页盒子 .QQ链接 span {
    bottom: 5px;
    position: absolute;
    width: 90px;
    left: 10px;
}
.网页盒子 .QQ头像 {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 10px;
    top: 10px;

    z-index: 9;
}

.网页盒子 img {
    display: block;
    position: absolute;
    left: 6px;
    top: 3px;
}
.网页盒子 .QQ盒子:hover img {
}
.网页盒子 .客服盒子 {
    background: #f9fafb;
    border: 1px solid #dddddd;
    border-radius: 10px;
    background-color: #f9fafb;
    display: none;
}

.网页盒子 .客服盒子 .二维码 {
    width: 55px;
    height: 47px;
    border-right: 1px solid #dddddd;
    background: #f5f5f5;
    border-bottom-left-radius: 10px;
    background: url("../file/1759869132867.png") no-repeat center center;
    float: left;
}
.网页盒子 .客服盒子 .微信显隐 {
    width: 112px;
    height: 142px;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #dddddd;
    position: absolute;
    left: -125px;
    top: -109px;
}

.微信显隐 img {
    width: 95px;
    height: 95px;
    padding-left: 3px;
    padding-top: 5px;
}
.网页盒子 .客服盒子 .微信显隐 .微信提示 {
    position: absolute;
    top: 110px;
    left: 7px;
    width: 100px;
    margin: 0 auto;
    text-align: center;
}
.网页盒子 .客服盒子 .回到顶部 {
    width: 50px;
    height: 47px;
    background: #f5f5f5;
    border-bottom-right-radius: 10px;
    background: url("../file/1759869132852.png") no-repeat center center;
    float: right;
}
.网页盒子 .客服盒子 .回到顶部 a {
    display: block;
    width: 52px;
    height: 47px;
}

            .content-area {
                flex: 1;
                max-width: 1140px;
                margin-left: 280px;
                margin-right: 20px;
            }

            .article-container {
                background: white;
                border-radius: 12px;
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
                padding: 32px;
                margin-bottom: 24px;
                line-height: 1.7;
            }

            .article-container h1 {
                font-size: 2rem;
                font-weight: 700;
                margin-bottom: 24px;
                padding-bottom: 16px;
                border-bottom: 1px solid #eaeaea;
            }

            .article-container h2 {
                font-size: 1.5rem;
                font-weight: 600;
                margin: 28px 0 16px;
            }

            .article-container p {
                margin: 16px 0;
                color: #444;
            }

            .picture-container {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                gap: 20px;
                margin: 28px 0;
            }

            .picture-container img {
                width: 100%;
                height: 180px;
                object-fit: cover;
                border-radius: 8px;
                background-color: #f8f9fa;
                border: 1px solid #eee;
            }

            .floating-category {
                position: fixed;
                top: 50%;
                left: 10px;
                transform: translateY(-50%);
                width: 240px;
                background-color: #f8f9fa;
                border-radius: 12px;
                box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
                padding: 0 0 12px;
                z-index: 100;
            }

            .category-title {
                background-color: #404040;
                color: white;
                padding: 16px 20px;
                border-radius: 12px 12px 0 0;
                font-weight: 600;
                font-size: 16px;
                display: flex;
                align-items: center;
            }

            .category-title svg {
                margin-right: 10px;
                font-size: 18px;
            }

            .category-list {
                padding: 0;
                margin: 12px 0;
            }

            .category-item {
                display: flex;
                align-items: center;
                padding: 14px 20px;
                font-size: 16px;
                color: #333;
                cursor: pointer;
                transition: all 0.25s ease;
                position: relative;
            }

            .category-item:hover {
                background-color: rgba(52, 152, 219, 0.15);
            }

            .category-icon {
                width: 20px;
                height: 20px;
                margin-right: 12px;
                color: #2c3e50;
                opacity: 0.7;
            }

            .sub-categories {
                position: absolute;
                left: 100%;
                top: 0;
                width: 200px;
                background-color: #ffffff;
                border-radius: 0 8px 8px 0;
                box-shadow: 4px 0 15px rgba(0, 0, 0, 0.1);
                padding: 8px 0;
                display: none;
                z-index: 101;
            }

            .category-item:hover .sub-categories {
                display: block;
            }

            .sub-category-item {
                padding: 10px 16px;
                font-size: 16px;
                color: #444;
                transition: all 0.2s ease;
                display: block;
            }

            .sub-category-item:hover {
                background-color: rgba(52, 152, 219, 0.1);
                color: #2980b9;
            }

            .arrow-icon {
                margin-left: auto;
                opacity: 0.5;
                font-size: 16px;
            }