#content {
    position: relative;
    margin-top: 20px;
}

#content_top img {
    width: 140px;
    height: 210px;
    border-radius: 4px;
    float: left;
}

#content_top {
    width: 1000px;
    height: 210px;
    margin: 0 auto;
}

#content_top_txt {
    margin-left: 160px;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 170px;
}

h3 {
    color: #d2d2d2;
    margin-bottom: 10px;
}

#content_top_txt span {
    font-size: 12px;
    background-color: #FFEFEA;
    color: #FF6668;
    padding: 3px 5px;
    border-radius: 4px;
}

.zhuyaoxinxi {
    font-size: 13px;
    margin-top: 10px;
}

.jieshao {
    font-size: 12px;
    margin-top: 20px;
}

#video_mp4 {
    width: 1000px;
    font-size: 0px;
}

#video_mp4 video {
    width: 1000px;
}

#msg {
    width: 1000px;
    color: #fff;
    margin: 0 auto;
}

h1 {
    font-size: 24px;
    line-height: 50px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.463);
}

#msg li {
    margin-bottom: 30px;
}

#msg li img {
    width: 50px;
    float: left;
    border-radius: 50%;
    margin-right: 20px;
}

.name_title {
    line-height: 50px;
    font-size: 14px;
    color: #FF9F29;
}

#msg li p {
    font-size: 12px;
    margin-left: 70px;
}

#msg li p:last-child {
    margin-top: 20px;
}

textarea {
    width: 960px;
    padding: 20px;
}

button {
    width: 120px;
    line-height: 30px;
}