body {
    background-color: #f3f4f6;
    font-family: -apple-system-font,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Arial,sans-serif;
}
.star-body-container {
    position: relative;
    width: 1160px;
    min-height: 500px;
    background-color: transparent;
    margin-top: 80px;
    height: auto;
}
.path-select-container {
    position: relative;
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin-bottom: 15px;
}
.star-left-container {
    position: relative;
    float: left;
    width: 880px;
    height: auto;
    min-height: 300px;
    background-color: transparent;
}
.star-right-container {
    position: relative;
    float: right;
    width: 320px;
    height: auto;
    min-height: 300px;
    background-color: transparent;
}
.star-detail-container {
    position: relative;
    padding: 45px 30px;
    background-color: white;
}
.star-right-module-container {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    min-height: 75px;
    background-color: #fff;
    padding: 20px;
}
.right-module-title {
    font-size: 14px;
    margin-bottom: 10px;
    color: rgb(156 156 156 / 90%);
    font-weight: 400;
    text-align: left;
}
.right-module-title:before {
    content: " ";
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    vertical-align: middle;
    background-color: rgba(0,0,0,.9);
    margin-right: 7px;
}
#question-title {
    position: relative;
    width: 100%;
    font-size: 28px;
    line-height: 44px;
    text-align: left;
    box-sizing: border-box;
    display: block;
}
.question-content-tip {
    position: relative;
    width: 100%;
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
    margin-top: 10px;
    color: #b4b4b4;
    display: none;
}
#question-description {
    position: relative;
    width: 100%;
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
    color: #3a3a3f;
    margin-top: 10px;
}
.question-about {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 22px;
    padding: 10px 0px;
}
#question-images {
    position: relative;
    width: 100%;
    min-height: 65px;
    height: auto;
    margin-top: 10px;
    display: none;
}
#question-images img:hover {
    cursor: pointer;
}
.question-image {
    position: relative;
    width: 65px;
    height: 65px;
    float: left;
    border: 1px solid whitesmoke;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
}
.authorAvatar {
    position: relative;
    float: left;
    width: 22px;
    height: 22px;
    border-radius: 50px;
}
#author-card-name {
    float: left;
    margin-left: 5px;
    color: #576b95;
}
.qa-count {
    float: right;
    color: #666;
    font-size: 13px;
}
.before-point:before {
    content: " ";
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    vertical-align: middle;
    background-color: #666;
    margin-right: 10px;
    margin-left: 10px;
}
.SimilarQuestions-item {
    color: #8590a6;
    font-size: 14px;
    line-height: 21px;
    margin-top: 5px;
    text-align: left;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
}
.SimilarQuestions-item .Button {
    color: #303131;
    display: inline;
    word-break: break-word;
    line-height: 21px;
    text-align: justify;
}
.recommend-joincount {
    font-size: 13px;
    text-align: left;
    margin-bottom: 8px;
    margin-right: 3px;
}
.question-ctrl {
    position: relative;
    width: 100%;
    height: 50px;
    margin-top: 30px;
    margin-bottom: 0px;
}
.qa-answer-btn {
    position: relative;
    float: right;
    padding: 12px 30px;
    border: none;
    border-radius: 3px;
    background-color: #f8bc3c;
    color: white;
    font-weight: 500;
}
.cc-question-body-left-container {
    position: relative;
    float: left;
    width: 100%;
    min-height: 0px;
    margin-bottom: 10px;
    background-color: white;
    border-radius: 5px;
    border-bottom: 1px dashed whitesmoke;
}
.question-answer-user-container {
    position: relative;
    width: 100%;
    height: 50px;
    background-color: transparent;
}
.question-answer-content-container {
    position: relative;
    width: 100%;
    min-height: 50px;
    height: auto;
    background-color: transparent;
    text-align: left;
    line-height: 1.75;
    font-family: -apple-system-font, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0.1em;
    color: #3f3f3f;
}
.question-answer-footer-container {
    position: relative;
    margin-top: 20px;
    width: 100%;
    height: 40px;
    background-color: transparent;
}
.question-answer-user-avatar {
    position: absolute;
    left: 0px;
    top: 5px;
    height: 40px;
    width: 40px;
    border-radius: 5px;
}
.question-answer-user-name {
    position: absolute;
    left: 50px;
    top: 5px;
    font-size: 15px;
    color: black;
}
.question-answer-user-signature {
    position: absolute;
    left: 50px;
    bottom: 5px;
    font-size: 13px;
    color: #727070;
}
.answer-user-focused, .answer-user-focus {
    position: absolute;
    right: 0px;
    top: 8px;
    height: 34px;
    width: 80px;
    border: none;
    border-radius: 5px;
}
.answer-user-focused {
    background-color: whitesmoke;
    color: black;
}
.answer-user-focus {
    background-color: #0c7fef;
    color: white;
}
.agree-btn {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 35px;
    color: #f8bc3c;
    padding: 0 15px;
    background: #faf1e0;
    border: none;
    border-radius: 5px;
}
.agree-btn.active {
    background: #f8bc3c;
    color: white;
}
.question-cc-path-icon {
    position: absolute;
    top: 15px;
    left: 15px;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    box-shadow: 0 1px 3px hsl(0deg 0% 7% / 10%);
}
#question-signs {
    position: relative;
    float: left;
    width: 450px;
    height: 30px;
}
.question-cc-path-name {
    position: absolute;
    top: 15px;
    left: 80px;
    line-height: 30px;
    font-size: 17px;
    color: #1953be;
    text-align: left;
    max-width: 200px;
}
.question-cc-path-desc {
    position: absolute;
    top: 45px;
    left: 80px;
    line-height: 20px;
    font-size: 13px;
    color: #535c6c;
    text-align: left;
}
.cc-sign {
    padding: 0px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    border: none;
    margin-right: 15px;
    float: left;
    background-color: transparent;
    color: #f8bc3c;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}
.content-type {
    position: absolute;
    left: 40px;
    top: 12px;
    padding: 2px 10px;
    border-radius: 3px;
    color: #f8bc3c;
    font-size: 13px;
    background-color: whitesmoke;
    border: none;
    cursor: pointer;
    transition: color .3s;
}
.qa-ctrl-container {
    position: fixed;
    top: 150px;
    left: calc((100% - 1140px) / 2 - 100px);
    width: 70px;
    height: 500px;
}
.widget-operation.side {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 74px;
}
.widget-operation.side .like {
    width: 73px;
    height: 73px;
}
.widget-operation.side .btn {
    position: relative;
    margin-bottom: 20px;
    width: 47px;
    height: 47px;
    border: 1px solid #e0e3e3;
    border-radius: 50%;
    color: #9ea8b2;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease;
}
.widget-operation.side .btn:hover {
    color: #f8bc3c;
}
.unAttendContainer {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.98;
    display: none;
    z-index: 999;
}
.unAttendContainer .attendButton {
    background-color: #f8bc3c;
    font-size: 16px;
    border-radius: 5px;
    color: white;
    padding: 20px 40px;
    border: none;
    box-shadow: 0px 0px 10px #f8ce76;
    margin-top: 400px;
}
.content-ctrl-type {
    position: absolute;
    right: 25px;
    top: 12px;
    padding: 2px 10px;
    border-radius: 3px;
    color: #484848;
    font-size: 13px;
    border: none;
    cursor: pointer;
    transition: color .3s;
    background-color: transparent;
}













