﻿.detail-article-title
{
  color: #F5846F;
  display: inline-block;
  padding: 0;
  font-size: 16px;
}
.detail-article-left, .detail-article-right
{
    display:inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
.detail-article-left
{
    width: 70%;
    padding-bottom: 5px;
}
.detail-article-right
{
    width: 28%;
    vertical-align: top;
    background: #F2F2F2;
    padding: 22px 20px 18px 20px;
    margin-left: 14px;
    border-radius: 5px;
}
.detail-article-content
{
    border-bottom: 2px #ccc dotted;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
}
.detail-article-keywords
{
    border-bottom: 2px #ccc solid;
    padding: 4px 0 8px 0;
    display: inline-block;
    width: 100%;
    position: relative;
}
.detail-article-label
{
    color: #8DA5A3;
    /* display: inline-block; */
}
.detail-article-files
{
    margin-top:10px;
}
.detail-article-file
{
    color: #F5846F;
    width:100%;
    text-decoration: blink;
    padding-left: 20px;
    background-image:url(../../Images/Svg/clip.svg);
    background-repeat:no-repeat;
    background-position: 0 center;
    background-size:16px;
}
.detail-article-file-title
{
    width:100%;
    display: inline-block;
    margin-bottom: 5px;
}
.detail-article-file span
{
    color:#666666;
}
.detail-article-tools
{
    background:#F2F2F2;
    display: inline-block;
    border-radius: 3px;
    padding: 3px 7px;
    position: absolute;
    top: 4px;
    right: 0;
}
.detail-article-keyword
{
    width: 48%;
    display: block;
    vertical-align: top;
}
.detail-article-modified
{
    margin-left:20px;
}
.rate-rating
{
    background-color:#ffffff;
    border-radius:50%;
    width: 120px;
    height: 120px;
    display:inline-block;
}
.rate-rating-label
{
    color: #F5846F;
    font-size: 52px;
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 52px;
    margin-top: 30px;
}
.rate-rating-points
{
    color: #8DA5A3;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.rate-content
{
    text-align:center;
    width:100%;
    border-bottom: 2px #ccc dotted;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.rate-rating-count
{
    display: inline-block;
    width: 150px;
    margin-top: 8px;
}
.rate-comment-label
{
    color: #8DA5A3;
    font-size:14px;
}
.rate-comment
{
    margin-top: 15px;
    box-sizing:border-box;
}
.rate-comment-button
{
    margin-top: 12px;
    text-align:center;
}
.rate-number
{
    width:30px;
    height:30px;
    background-color:#ffffff;
    color:#666;
    margin: auto;
    border-radius: 50%;
    position: relative;
    font-size: 16px;
    padding-top: 2px;
    box-sizing: border-box;
    text-align: center;
}
.rate-number input
{
    opacity: 0.01;
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.rate-number-content
{
    display:flex;
    width: 100%;
    margin-top: 10px;
}
.detail-article-keyword-label
{
    padding-top:4px;
    display:inline-block;
    word-wrap: break-word;
    vertical-align: top;
}
.detail-article-favorite
{
    background-image: url(../../Images/svg/star.svg);
    background-repeat:no-repeat;
    background-position:0 center;
    padding-left: 21px;
    border: none;
    background-color: transparent;
    color: #666;
    font-size: 12px;
    cursor: pointer;
    background-size: 16px;
}

.detail-article-email
{
    background-image: url(../../Images/svg/email.svg);
    background-repeat:no-repeat;
    background-position:0 center;
    padding-left: 20px;
    color: #666;
    font-size: 12px;
    cursor: pointer;
    background-size: 16px;
    text-decoration: blink;
    margin-right: 20px;
}
.detail-article-keyword-list
{
    margin-top: 4px;
    padding-top: 0px;
    display: inline-block;
    width: 285px;
}
.rate-number.select
{
    background: #F5846F;
    color: #fff;
}
.article-form-main
{
    margin-top:10px;
}

.bubble-detail-template.bubble-detail-template-article {
    top: calc(100% - 60px);
    right: 20px;
}

.detail-article-content iframe {
    max-width: 100%;
    max-height: 250px;
    overflow: auto;
}