.uiwu-box {
    background: #f1f1f1;
    padding-bottom: 50px;
}

.uiwu-box .uiwu-box-header {
    width: 100%;
    height: 380px;
    background: #265CED;
    background-size: cover;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box .uiwu-box-header {
        height: 200px;
    }
}

.uiwu-box .uiwu-box-header .uiwu-max-width {
    padding: 0 20px;
}

.uiwu-box .uiwu-box-header .user {
    padding-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uiwu-box .uiwu-box-header .user img {
    width: 87px;
    height: 87px;
    border-radius: 50%;
    margin-right: 16px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box .uiwu-box-header .user {
        padding-top: 20px;
    }

    .uiwu-box .uiwu-box-header .user img {
        width: 60px;
        height: 60px;
        margin-right: 0.27rem;
    }
}

.uiwu-box .uiwu-box-header .user p {
    font-size: 32px;
    font-weight: 600;
    color: #F5F5F5;
    margin-bottom: 5px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box .uiwu-box-header .user p {
        font-size: 16px;
    }
}

.uiwu-box .uiwu-box-header .user span {
    font-size: 16px;
    font-weight: 400;
    color: #F5F5F5;
    display: block;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box .uiwu-box-header .user span {
        font-size: 14px;
    }
}

.uiwu-box .uiwu-box-header .p1 {
    max-width: 882px;
    font-size: 16px;
    font-weight: 400;
    color: #F5F5F5;
    line-height: 26px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box .uiwu-box-header .p1 {
        font-size: 14px;
        /*line-height: 0.43rem;*/
        margin-top: 0.36rem;
    }
}

.uiwu-box hgroup {
    text-align: center;
    padding: 100px 0 0px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box hgroup {
        padding: 20px 0 0px;
    }
}

.uiwu-box hgroup h2 {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
    line-height: 42px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box hgroup h2 {
        font-size: 26px;
       /* line-height: 0.56rem;*/
    }
}

.uiwu-box hgroup h3 {
    font-size: 17px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin: auto;
    max-width: 1160px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box hgroup h3 {
        font-size: 16px;
        line-height: 1.8;
        margin-top: 20px;
        padding: 0 20px;
    }
}

.uiwu-box .uiwu-box-menu {
    padding: 0 20px;
    margin-top: 60px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box .uiwu-box-menu {
        padding: 0 20px;
        margin-top: 40px;
    }
}

.uiwu-box .uiwu-box-menu li {
    width: 100%;
    min-height: 237px;
    height: auto;
    background: #F8F8F8;
    box-shadow: 2px 3px 20px 2px rgba(62, 62, 62, 0.15);
    border-radius: 5px;
    margin-bottom: 38px;
    padding: 45px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box .uiwu-box-menu li {
        padding: 0.6rem;
        min-height: 5.28rem;
        margin-bottom: 30px;
    }
}

.uiwu-box .uiwu-box-menu li:last-child {
    margin-bottom: 0;
}

.uiwu-box .uiwu-box-menu li div {
    display: flex;
    align-items: center;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box .uiwu-box-menu li div img {
       /* width: 0.69rem;*/
    }
}

.uiwu-box .uiwu-box-menu li div span {
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    line-height: 42px;
    margin-left: 20px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box .uiwu-box-menu li div span {
    }
}

.uiwu-box .uiwu-box-menu li p {
    font-size: 17px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-top: 20px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box .uiwu-box-menu li p {
        font-size: 14px;
        line-height: 2;
    }
}

.uiwu-box .uiwu-box-article {
    padding: 0 20px;
    padding-bottom: 100px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box .uiwu-box-article {
        margin-bottom: 1.33rem;
    }
}

.uiwu-box .uiwu-box-article h2 {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
    line-height: 42px;
    margin: 110px 0 50px;
    text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box .uiwu-box-article h2 {
        font-size: 24px;
        margin: 60px 0 40px;
        text-align: left;
    }
}

.uiwu-box .uiwu-box-article > div {
    width: 100%;
    background: #F8F8F8;
    box-shadow: 2px 3px 20px 2px rgba(62, 62, 62, 0.15);
    border-radius: 5px;
    padding: 10px 45px 45px 45px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box .uiwu-box-article > div {
        padding: 0.6rem;
    }
}

.uiwu-box .uiwu-box-article > div .list li {
    border-bottom: 1px solid #E6E6E6;
    margin-top: 20px;
    padding-bottom: 20px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box .uiwu-box-article > div .list li {
        padding-bottom: 0.27rem;
    }
}

.uiwu-box .uiwu-box-article > div .list li h4 {
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    /*line-height: 42px;*/
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box .uiwu-box-article > div .list li h4 {
        font-size: 18px;
        line-height: 1.5
    }
}

.uiwu-box .uiwu-box-article > div .list li p {
    font-size: 17px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin: 5px 0 10px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box .uiwu-box-article > div .list li p {
        font-size: 14px;
        line-height: 2;
        margin: 0;
        margin-top: 0.27rem;
    }
}

.uiwu-box .uiwu-box-article > div .list li span {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 2;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box .uiwu-box-article > div .list li span {
        font-size: 14px;
        line-height: 2;
    }
}

.uiwu-box .uiwu-box-article > div .w-content-box-pagination {
    justify-content: space-between;
    padding: 0 30px;
    margin-top: 65px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-box .uiwu-box-article > div .w-content-box-pagination {
        padding: 0 30px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-box .uiwu-box-article > div .w-content-box-pagination {
        position: relative;
        justify-content: center;
        padding-bottom: 60px;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .uiwu-box .uiwu-box-article > div .w-content-box-pagination .button-btn {
        position: absolute;
        bottom: 0;
        font-size: 16px;
    }

    .uiwu-box .uiwu-box-article > div .w-content-box-pagination .button-btn:nth-child(1) {
        left: 0.53rem;
    }

    .uiwu-box .uiwu-box-article > div .w-content-box-pagination .button-btn:nth-child(3) {
        right: 0.53rem;
    }
}

.uiwu-box .uiwu-box-article > div .w-content-box-pagination-up {
    color: #000;
    font-size: 16px;
    cursor: pointer;
}

.uiwu-box .uiwu-box-article > div .w-content-box-pagination-up span {
    margin-left: 5px;
}

.uiwu-box .uiwu-box-article > div .w-content-box-pagination-page ul li {
    font-size: 17px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.uiwu-box .uiwu-box-article > div .w-content-box-pagination-page ul li.active {
    background: #F8F9FA;
    border: 2px solid #CCD2D8;
    border-radius: 3px;
}

.uiwu-box .uiwu-box-article > div .w-content-box-pagination-next {
    color: #000;
    cursor: pointer;
    font-size: 16px;
}

.uiwu-box .uiwu-box-article > div .w-content-box-pagination-next span {
    margin-right: 5px;
}


.w-content-box-pagination-page a {
    font-size: 17px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #000000;
    line-height: 30px;
    cursor: pointer;
}

.w-content-box-pagination-page a.active {
    background: #F8F9FA;
    color: #000000;
    border: 2px solid #CCD2D8;
    border-radius: 3px;
}

.uiwu-max-width {
    max-width: 1440px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-box .uiwu-box-article {
        padding: 0 38px;
        padding-bottom: 50px;
    }

    .uiwu-box .uiwu-box-menu {
        padding: 0 38px;
        margin-top: 40px;
    }

    .uiwu-box hgroup {
        padding: 50px 38px 0px;
    }

    .uiwu-box .uiwu-box-article h2 {
        margin: 80px 0 50px;

    }
}

.skill-list {
    list-style-type: disc; /* 显示圆点 */
    padding-left: 20px;    /* 调整缩进，让圆点和文字分开 */
    margin-top:10px
}

.uiwu-box .uiwu-box-menu li.skill-item {
    min-height: auto;      /* 覆盖原来的 237px */
    padding: 0px;         /* 自定义 padding */
    background: none;      /* 覆盖背景颜色 */
    box-shadow: none;      /* 去掉阴影 */
    border-radius: 0;      /* 去掉圆角 */
    margin-bottom: 0px;   /* 自定义间距 */
}