
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;
    background-color: #F3F4F5;
    padding-bottom: 40px;
}
.dy-ins .container {
    background-color: #fff;
    border-radius:16px;
    box-shadow:0px 20px 60px rgba(30, 50, 96, 0.07);
    overflow: hidden;
}
.dy-ins .dy-top ,
.detailed {
    padding: 40px 42px 0;
}
.dy-nav {
    font-size: 20px;
}
.dy-nav a {
    color: rgba(255, 102, 0, 1);
    margin: 0 6.71px;
    font-size: 20px;
}
.dy-nav .currentIndex {
    font-size: 20px;
    color: #000;
}
.dy-ins .introduce {
    margin: 29px 0 12px;
    font-size: 30px;
}
.dy-top {
    border-bottom: 1px solid #ccc;
}
.detailed-top {
    display: flex;
}
.dy-photo {
    margin-right: 20px;
}
.dy-photo img {
    width: 306px;
    height: 439px;

}
.dy-deta .dy-title {
    font-size: 36px;
}
.dy-deta p {
    font-size: 20px;
    margin: 18px 0;
}
.detailed-top {
    margin-bottom: 22px;
}
.dy-moreIns {
    font-size: 20px;
    line-height: 35px;
    padding-bottom: 38px;
}

/* 联系方式 */
.contact {
    position: fixed;
    right: 0;
    top: 370px;
    padding: 30px 12px 0;
    background-color: #fff;
    border-radius:16px 0px 0px 16px;
    box-shadow:0px 20px 20px rgba(0, 0, 0, 0.04);
}
.contact-item {
    text-align: center;
    margin-bottom: 33px;
}
.contact-item a {
    color: #000;
}
.contact-item img {
    width:50px;
    height:50px;
}
.con-num {
    color: rgba(255, 102, 0, 1);
}

.dy-collect ,
.dy-comments {
    margin-top: 20px;   
}
.dy-collect .container {
    padding-bottom: 20px;
    border-radius:16px;
    box-shadow:0px 20px 40px rgba(30, 50, 96, 0.04);
    background-color: #fff;
}
.dy-collect .dy-title ,
.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-collect-video .dy-collect-video-name {
    padding: 40px 0 17px 40px;
    font-size: 20px;
    background-color: #fff;
}
.dy-collect-video .dy-collect-list li {
    background-color: rgba(247, 249, 250, 1);
    font-size: 20px;
    line-height: 72px;
    padding-left: 40px;

}
.dy-collect-video .dy-collect-list li a {
    color: rgba(0, 118, 255, 1);
    font-size: 20px;
}
.dy-collect-video .dy-collect-list .report {
    float: right;
    width: 125px;
    height: 36px;
    margin-right: 50px;
    margin-top: 18px;
    color: #fff;
    font-size: 20px;
    background-color: #ff0000;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    line-height: 36px;
    text-align: center;
}
.dy-collect-video .dy-collect-list li span {
    margin-right: 10px;
}
.dy-collect-video input[type="checkbox"] {
    width: 22px;
    height: 22px;
    border: 1px solid;
    margin-right: 16px;
    border-color: #ff6600;
    vertical-align: text-bottom;
    opacity: 0;
}
.dy-collect-video input[type="checkbox"]:checked~label::after {
    opacity: 1;
}
.dy-collect-list li ,
.dy-collect-video-foot {
    position: relative;
}
.dy-collect-list label ,
.dy-collect-video-foot label {
    position: absolute;
    top: 27px;
    left: 40px;
}
.dy-collect-list label::before ,
.dy-collect-video-foot label::before{
    position: absolute;
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url("../image/unchecked.png");
    background-size: cover;
    vertical-align: text-bottom;
}
.dy-collect-list label::after ,
.dy-collect-video-foot label::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height:normal;
    color: #fff;
    background-image: url("../image/select.jpg");
    background-size: cover;
    pointer-events: none;
    opacity: 0;
}
.dy-collect-video-foot {
    padding-left: 40px;
    font-size: 20px;
    line-height: 72px;
    background-color: #fff;
}
.dy-collect-video-foot button {
    padding: 0 22px;
    height: 36px;
    background-color: #0076ff;
    border-radius: 1000px;
    color: #fff;
    font-size: 20px;
    border: none;
    cursor: pointer;
    margin: 0 10px;
}
.dy-collect-video-foot button:first-of-type {
    margin-left: 0;
}
.dy-collect-video-foot span {
    margin-right: 34px;
}

.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-wrap .talk-item:nth-of-type(n+2) {
    padding-left: 60px;
    margin-top: 15px;
}
.talk-wrap {
    
    padding: 30px 0;
    border-bottom: 1px solid rgba(244, 244, 244, 1);
}
.talk-item .talk-pl {
}
.talk-item .talk-pl::after {
    content: "";
    display: block;
    clear: both;
}
.talk-left .avator img {
    width: 60px;
    height: 60px;
}
.talk-left .avator {
    margin-right: 16px;
}
.talk-item .talk-pl {
    /*display: flex;*/
    /*justify-content: space-between;*/
}
.talk-item .talk-left {
    display: inline-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 {
    float: right;
    text-align: right;
    margin-bottom: 15px;
}
.talk-right a {
    color: rgba(0, 118, 255, 1);
}
.talk-right a:last-of-type {
    margin-left: 40px;
}

/* 分页 */
.paging {
    display: block;
    text-align: center;
    margin: 69px auto 0;
    padding-bottom: 109px;
}
