/* 作品页面模板样式 */
html,
body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

a {
    color: #222222;
}

p {
    color: #121212;
}

button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: inherit;
    outline: none;
}

/* 导航栏样式 */
.Topone {
    /* 保持原有样式 */
}

/* 作品切换按钮样式 */
.fanhui {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 10px;
}

.fanhui a {
    list-style: none;
}

.fanhui p {
    text-align: center;
    display: inline-block;
    color: #142129;
    border: #b3b3b3 solid 1px;
    border-radius: 40px;
    width: 42px;
    height: 42px;
    padding: 16px;
    line-height: 40px;
}

/* 内容区域样式 */
.juzhong {
    /* 保持原有样式 */
}/* /Users/chen/Desktop/my/css/work-template.css */
html,
body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

a {
    color: #222222;
}

p {
    color: #121212;
}

button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: inherit;
    outline: none;
}

/* 导航栏样式 */
.Topone {
    /* 保持原有样式 */
}

/* 作品切换按钮样式 */
.fanhui {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 20px;
}

.fanhui a {
    list-style: none;
}

.fanhui p {
    text-align: center;
    display: inline-block;
    color: #142129;
    border: #b3b3b3 solid 1px;
    border-radius: 40px;
    width: 42px;
    height: 42px;
    padding: 16px;
    line-height: 40px;
}

/* 内容区域样式 */
.juzhong {
    /* 保持原有样式 */
}