nav .search {
    position: relative;
    width: 430px;
    font-size: 20px;
    margin-right: 28px;
}
nav .search input[type="text"] {
    width: 430px;
    height: 58px;
    padding-left: 47px;
    background-color: #f5f7f8;
    border-radius: 1000px;
    border: none;
    font-size: 20px;
}
nav button {
    position: absolute;
    right: 0px;
    top: 50%;
    width: 160px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    background-image: linear-gradient(270deg,#ff6600 0%,#ffb43c 100%);
    border-radius: 1000px;
    transform: translateY(-50%);
    border: none;
    cursor: pointer;
}
.search button i {
    margin-right: 6.99px;
    vertical-align: sub;
}
.search button i img {
    width: 23.27px;
    height: 22.01px;
}

/* 主体 */
main {
    padding-top: 20px;
    padding-bottom: 40px;
}
.dy-comments .dy-title {
    background-color: rgba(51, 51, 51, 1);
    color: #fff;
    padding-left: 40px;
    font-size: 24px;
    line-height: 77px;
    border-radius:16px 16px 0px 0px;
}
.dy-comments .container {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 20px 40px rgba(30, 50, 96, 0.04);
}
.dy-comments-main {
    padding: 20px;
    background-color: #fff;
    border-radius: 16px;
}
.dy-comments-main .textInput {
    width: 100%;
    height: 192px;
    padding: 16px 29px;
    font-size: 20px;
    background-color: #f7f9fa;
    border-radius: 16px;
    outline: none;
    border: none;
    resize: none;
}
.comments .text {
    position: relative;
}
.comments .limitNum {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 20px;
    color: rgba(190, 190, 190, 1);
}
.comments {
    text-align: right;
}
.comments .push {
    display: inline-block;
    width: 89px;
    height: 40px;
    margin: 20px 0;
    background-color: #ff6600;
    border-radius: 8px;
    font-size: 20px;
    color: #fff;
    border: none;
    cursor: pointer;
}


/* 用户评论 */
.talk {
    font-size: 20px;
    color: rgba(51, 51, 51, 1);
}
.talk-item {
    padding: 30px 0;
    border-bottom: 1px solid rgba(244, 244, 244, 1);
}
.talk-left .avator img {
    width: 60px;
    height: 60px;
}
.talk-left .avator {
    margin-right: 16px;
}
.talk-item {
    display: flex;
    justify-content: space-between;
}
.talk-item .talk-left {
    display: flex;
}
.uinfo .uname {
    color: rgba(132, 132, 132, 1);
    margin-bottom: 18px;
}
.talk-right .time {
    color: rgba(190, 190, 190, 1);
    margin-bottom: 18px;
}
.talk-right .more {
    text-align: right;
}
.talk-right .more a {
    color: rgba(0, 118, 255, 1);
}
.talk-right .more a:first-of-type {
    margin-right: 40px;
}

.glyreply{
        margin-top: 10px;
    display: block;
}
/* 分页 */
.paging {
    display: block;
    text-align: center;
    margin: 69px auto 0;
    padding-bottom: 109px;
}
