.myvideotag{
    width: 100% !important;
}
iframe, embed {
    width: 100%;
    height: auto;
}
.comment-star-box {
    padding: 8px .2rem;
}
.comment-star-box .star {
    display: inline-block;
    width: 52px;
    color: #ff7e00;;
    text-align: center;
}
.comment-star-box span {
    vertical-align: middle;
}
.comment-star-box .star.not {
    color: #d6d6d6;
}
.comment-star-box .icon-xingxing-copy {
    font-size: 30px;
    line-height: 30px;
}
.comment-star-box .star-score {
    display: none;
}
.comment-star-box .text-area {
    max-width: 100%;
    min-width: 100%;
    resize: both;
}
.comment-title {
    width: 82px;
    margin-top: 6px;
    text-align: right;
}
.comment-star-box .comment-title {
    margin-top: 8px;
}
.review-star {
    padding: 5px 0;
}
.review-star span.star {
    width: 28px;
}
.review-star .icon-xingxing-copy {
    font-size: 24px;
    line-height: 24px;
}
.review-img {
    margin-top: 5px;
}
.review-img img {
    width: 50px;
    height: 50px;
}
#previewSlide {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: #000;
}
#previewSlide .previewList li {
    position: relative;
    text-align: center;
}
#previewSlide img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.preview-close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    padding: 6px 10px;
    color: #333;
    background: rgba(255,255,255,.9);
    -webkit-border-radius:50%;
    border-radius:50%;
    z-index: 3;
}
.review-tab {
    background: transparent;
}
.review-tab .flex-item {
    border-right: 1px solid #ddd;
}
.review-tab .flex-item.act{
    background: #fefefe;
}
