body {
    padding: 0px;
    margin: 0px;
}

img {
    max-width: 100%;
}

.neiye-banner {
    width: 100%;
    height: auto;
}

.neiye-banner img {
    width: 100%;
    height: auto;
}

.neiye-saidao {
    display: flex;
    justify-content: center;
}

.neiye-saidao button {
    flex-basis: 15%;
    height: auto;
    border: none;
    padding: 0px;
    margin-top: 2%;
}

.neiye-saidao button img {
    width: 100%;
}

.honver-img {
    display: none;
}

.layui-btn:hover .btn-img-1 {
    display: none;
}

.layui-btn:hover .btn-img-2 {
    display: block;
}

.saidao2 {
    display: flex;
    justify-content: center;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: -16%;
    margin-bottom: 6%;
    width: 50%;
    flex-flow: row wrap;
}

.saidao2 button {
    height: 80px;
    width: 50%;
    margin: 10px 0px !important;
    border: none;
}

.upload-btn {
    margin: -10% 42% 0% 42%;
    height: auto;
    width: 16%;
    border: 0px;
    background-color: none;
}

#zuopin {
    width: 100%;
}

#zuopin .sort-btn-box {
    margin-top: -59%;
    text-align: right;
    margin-right: 23%;
}

#zuopin .sort-btn-box .sort-btn {
    padding: 0px 10px !important;
    height: 30px;
    margin: 0px;
    line-height: 30px;
    vertical-align: middle;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-family: 'PingFang SC', 'Microsoft YaHei', 'SimHei', 'Arial', 'SimSun';
}

#zuopin .sort-btn-box .this-btn {
    background-color: #fff;
    color: #036ECF;
    font-weight: 700;
}

#zuopin .zuopin-box {
    width: 58%;
    height: 90%;
    margin: 3% auto 17% auto;
}

#zuopin .zuopin-box .zuopin-list {
    width: 100%;
    height: calc(100% - 120px);
    margin-bottom: 60px;
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    flex-flow: row wrap;
}

#zuopin .zuopin-box #zuopin-page-show {
    margin: 5% auto;
    text-align: center;
}

#zuopin .zuopin-box .zuopin-list .zuopin-item {
    flex: 0 0 23%;
    margin: 1%;
    height: 31%;
    width: 23%;
    text-align: center;
}

#zuopin .zuopin-box .zuopin-list .zuopin-item img {
    max-width: 100%;
    height: calc(100% - 70px);
    margin-bottom: 5px;
    width: auto;
}

#zuopin .zuopin-box .zuopin-list .zuopin-item .zuopin-title {
    height: 40px;
    margin-bottom: 5px;
    width: 250px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: left;
}

#zuopin .zuopin-box .zuopin-list .zuopin-item .zuopin-data {
    text-align: left;
}

#zuopin .zuopin-box .zuopin-list .zuopin-item .zuopin-data span {
    margin-right: 30px;
    font-size: 14px !important;
}

#zuopin .zuopin-box .zuopin-list .zuopin-item .zuopin-data span .layui-icon {
    margin-right: 5px;
    font-size: 14px;
}



#zuopin-page-show a,
#zuopin-page-show span {
    border: none;
    padding: 0px 10px;
}

#zuopin-page-show .layui-laypage-em {
    border-radius: 60px;
}

.info-box {
    width: 60%;
    margin: 20px auto;
}

.info-box .info-title {
    word-break: break-all;
    margin-bottom: 5px;
}

.info-box .info-author {
    color: #8F8F8F;
    line-height: 30px;
}

.info-box .info-author button {
    float: right;
    margin-right: 20px;
    border-radius: 35px;
    background-color: #036ECF;
}

.info-content p:has(> img) {
    margin-top: 20px;
    text-align: center;
}

.info-content video {
    max-width: 100%;
    max-height: 600px;
    margin-top: 20px;
}

.info-content img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.info-content #video {
    width: 100%;
    text-align: center;
}

.info-content audio {
    width: 100%;
    margin-top: 20px;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.info-content .info-extra {
    text-indent: 2em;
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 10px;
}

.bottom-btn {
    text-align: center;
}

.bottom-btn button {
    height: 70px;
    margin-top: 30px;
    padding: 3px;
    border-radius: 50px;
    background-color: #036ECF;
}

.bottom-btn button p {
    border-radius: 50px;
    border: #fff 1px solid;
    line-height: 60px;
    width: 360px;
}