.answer_list {
    /*background: #fff;*/
    border: 1px solid #e2e8ec;
    border-radius: 3px;
}

.answer_list_li {
    padding: 32px 0 0;
    /*border-top: 10px solid #f6f6f6;*/
    background: #fff;
}

.answer_list_body, .answer_list_head {
    padding: 0 20px;
}

.answer_user_info {
    padding-left: 12px;
    color: #77839c;
}

.answer_user_info p {
    font-size: 12px;
    line-height: 20px;
}

.answer_user_info p .answer_user_answer {
    padding-right: 10px;
}

.answer_user_answer i {
    background: url(//static-f.fwxgx.com/image/common/icon-v2-0332a58f29c77a64045eded83c420a74.png);
    width: 12px;
    height: 16px;
    display: inline-block;
    padding-left: 20px;
    overflow: hidden;
    background-position: -103px -20px;
}

.answer_user_count i {
    background: url(//static-f.fwxgx.com/image/common/icon-v2-0332a58f29c77a64045eded83c420a74.png);
    width: 12px;
    height: 16px;
    display: inline-block;
    padding-left: 20px;
    overflow: hidden;
    background-position: -60px -20px;
}

.answer_detail {
    line-height: 25px;
    color: #222;
    width: 720px;
    font-size: 16px;
    padding-top: 4px;
    word-break: break-all;
}
.answer_detail img{
    max-width: 90%;
}
.answer_detail p{
    font-size: 16px;
}

.answer_time {
    color: #999;
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 8px;
}

.answer_list_footer {
    padding: 20px;
}

.answer_list_footer .answer_button {
    margin-right: 20px;
    color: #888;
    cursor: pointer;
    width: 90px;
    height: 36px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    border: 1px solid #ddd;
    border-radius: 17px;
}
.answer_list_footer .answer_button:hover{
    border: 1px solid #0084ff;
}
.answer_list_footer .answer_button em{
    padding-right: 4px;
}
.icon_upquestion {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(//static-f.fwxgx.com/image/common/upquestion-b00f8ad64d74d760ca780ecacf0efe69.png) no-repeat;
    margin-bottom: -4px;
}
.icon_delquestion{
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(//static-f.fwxgx.com/image/common/garbage_ddd-a5d438eb8549803d7cb1c9af99dbe9aa.png) no-repeat;
    margin-bottom: -4px;
}

.supply_form {
    padding-top: 20px;
}

.inquiries_title {
    font-size: 12px;
    color: #77839c;
    padding-top: 8px;
}

.already_collect .icon_myCollect {
    background-position: -261px -1px;
}

.question_noself .already_collect {
    color: #0084ff;
}

.toanswerbox-enter-active, .toanswerbox-leave-active {
    transition: opacity .5s;
    transition: all 1s ease;
}

.toanswerbox-enter, .toanswerbox-leave-active {
    opacity: 0
}

.answer_list_footer .small_question_head span {
    padding-right: 4px;
}

.small_question {
    width: 810px;
    border: 1px solid #ddd;
    margin-top: 12px;
    display: none;
    position: relative;
}

.small_question_arrow {
    position: absolute;
    left: 40px;
    bottom: -27px;
    z-index: 99;
    display: none;
}

.small_question_list {
    padding: 16px 0 10px;
    border-bottom: 1px dashed #ddd;
    margin-right: 20px;
    margin-left: 20px;
}

.small_question_body {
    padding: 8px 0;
}

.reply_question i {
    background: url(//static-f.fwxgx.com/image/common/icon-v2-0332a58f29c77a64045eded83c420a74.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    padding-left: 18px;
    overflow: hidden;
    background-position: -148px -18px;
}

.reply_question {
    color: #77839c;
    font-size: 12px;
    cursor: pointer;
}

.inquiries {
    padding: 16px 0 16px 16px;
    position: relative;
}

.inquiriesinput {
    width: 687px;
    height: 32px;
    border: 1px solid #ddd;
}

.inquiriestip {
    color: #f23300;
    padding-top: 4px;
}

/**采纳*/
.answer_list_li_adopted {
    border: 2px dotted #3ab890;
    border-radius: 3px;
}

.answer_adopted {
    padding: 0 20px 20px;
}

.answer_adopted i {
    display: inline-block;
    width: 24px;
    height: 28px;
    background: url(//static-f.fwxgx.com/image/common/adopted-62cca537f85eb47eb47883f8a5ab38b0.png);
    float: left;
}

.answer_adopted span {
    font-size: 20px;
    font-weight: bold;
    color: #09a573;
    float: left;
    padding: 2px 3px 0;
}
/**举报*/
.answer_list_footer .answer_report,.question_report{
    padding-right: 0;
    line-height: 30px;
    font-size: 12px;
    color: #999;
}
.answer_report i,.question_report i{
    background: url(//static-f.fwxgx.com/image/common/report-ac6fe65bcc04ba031aa9c71d19105c66.png);
    width: 16px;
    height: 16px;
    float: left;
    display: inline-block;
    margin-top: 6px;
}

.answer_list_footer .questioner{
    color: #3bc300;
}
.question_user_info span{
    margin-right: 4px;
}
.question_descrition{
    color: #222222;
}
.question_descrition p img,.answer_detail p img,.question_descrition img,.answer_detail img{
    max-width: 750px;
    height: auto;
    cursor: pointer;
    padding: 12px 0;
}
.question_descrition p{
    font-size: 16px;
}
.question_descrition p.supply_time{
    font-size: 14px;
    color: #6d90bd;
    padding-top: 12px;
    padding-bottom: 4px;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
#myadoptComponent .modal_pop .modal-body::-webkit-scrollbar
{
    width: 8px;
    height: 8px;
    background-color: #fff;
}

/*定义滚动条轨道 内阴影+圆角*/
#myadoptComponent .modal_pop .modal-body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #fff;
}

/*定义滑块 内阴影+圆角*/
#myadoptComponent .modal_pop .modal-body::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #fff;
}

.reviewing {
    padding: 20px;
    text-align: center;
}

.reviewing p {
    color: #b5b5b5;
}
.reviewing p i {
    width: 24px;
    height: 26px;
    display: inline-block;
    background: url(//static-f.fwxgx.com/image/common/deng-0e2c8b33a58d8530f0624d3580e073e4.png) no-repeat;
    margin-bottom: -4px;
}
.reviewing p span {
    color: #0084ff;
}

.reviewing_comment {
    padding: 0 16px 16px;
    text-align: left;
}

.reviewing_comment p {
    color: #b5b5b5;
}
.reviewing_comment p i {
    width: 24px;
    height: 26px;
    display: inline-block;
    background: url(//static-f.fwxgx.com/image/common/deng-0e2c8b33a58d8530f0624d3580e073e4.png) no-repeat;
    margin-bottom: -4px;
}
.reviewing_comment p span {
    color: #0084ff;
}
.answer_num_title {
    padding: 20px 0 16px;
}
.answer_num_title p{
    font-size: 20px;
    color: #777;
    font-weight: bold;
}
.answer_num_title p span{
    font-size: 18px;
    color: #999;
    font-weight: normal;
}
.bread_crumb{
    margin-bottom: 25px;
}
.main_right{
    margin-top: 49px;
}
.small_question_body span {
    word-break: break-all;
}
/*赞赏按钮*/
.reward_button{
    display: inline-block;
    cursor:pointer;
    width: 90px;
    height: 36px;
    text-align:  center;
    border: 2px solid #f45e44;
    border-radius: 17px;
    line-height: 36px;
}
.reward_button em{
    position: relative;
    color: #f45e44;
    top: -2px;
}
.reward_button:hover{background: #f45e44;}
.reward_button:hover em{
    color: #fff;
}
.reward_button i{
    display: inline-block;
    width: 14px;
    height: 18px;
    background: url(//static-f.fwxgx.com/image/common/reward_button-c10833a9b5f866cb992c27ee59f0e3de.png);
}
.reward_button:hover i{
    background: url(//static-f.fwxgx.com/image/common/reward_button_hover-22ad0734bd0a0c3cd37d4355f032f66f.png);
}
.reward_guidance{
    margin-left:10px;
    font-size:12px;
    color: #aaa;
}
.adopted_after_box{
    height: 10px;
    background: #f1f2f3;
    border-bottom: 1px solid #e2e8ec;
}
.no_answer{
    border: 1px solid #e2e8ec;
    background: #fff;
    border-radius: 3px;
    position: relative;
}
.answer_num_title p .color777 {
    color: #777777;
    font-size: 12px;
    padding-top: 12px;
    font-style: italic;
}
.similar_question {
    background: #fff;
    padding: 10px 20px;
    margin-top: 10px;
    border: 1px solid #e2e8ec;
    border-radius: 3px;
}
.similar_question_head {
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.similar_question_head span{
    font-size: 16px;
    font-weight: bold;
}
.similar_question_ul li {
    padding-bottom: 30px;
}
.similar_question_ul li p {
    width: 815px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.similar_question_ul li p i {
    margin-bottom: -2px;
}
.similar_question_ul_title a,
.similar_question_ul_span {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    cursor: pointer;
}
.similar_question_ul_desc a {
    color: #777;
    padding-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.similar_search {
    background: #fff;
    margin-top: 10px;
    border: 1px solid #e2e8ec;
    padding: 10px 20px;
    border-radius: 3px;
}
.similar_search_word {
    padding-bottom: 10px;
}
.similar_search_word a {
    padding: 12px;
}
.similar_question_head .similar_question_head_tip {
    color: #777;
    font-size: 12px;
    font-weight: normal;
    padding-left: 20px;
    float: left;
    padding-top: 2px;
}
.similar_ask {
    padding-top: 4px;
    height: 50px;
    background: #fff;
    margin-top: 10px;
    text-align: center;
    line-height: 50px;
    color: #aaa;
    border: 1px solid #e2e8ec;
    border-radius: 3px;
}
.similar_ask p span {
    padding-left: 20px;
    line-height: 50px;
    display: inline-block;
}
.similar_ask p span img {
    margin-top: -10px;
    cursor: pointer;
}

/* 可以设置不同的进入和离开动画 */
/* 设置持续时间和动画函数 */
.praisefade-enter-active {
    transition: all .3s ease;
}
.praisefade-leave-active {
    transition: all .8s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.praisefade-enter, .praisefade-leave-to
    /* .slide-fade-leave-active for below version 2.1.8 */ {
    transform: translateY(50px);
    opacity: 0;
}

.detail_to_search {
    background: #fff;
    border: 1px solid #e2e8ec;
    padding: 30px;
    margin: 10px 0;
}
.detail_to_search_box {
    width: 620px;
    margin: 0 auto;
    text-align: center;
}
.detail_to_search_title {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
}
.search_ipnut {
    width: 610px;
    height: 44px;
    border: 1px solid #ddd;
    outline:none;
    padding-left: 15px;
}
.detail_to_search_button {
    position: absolute;
    width: 19px;
    height: 19px;
    display: inline-block;
    background: url(//static-f.fwxgx.com/image/common/detail_search-9b9ec071f267175299e447d11e290f3b.png) no-repeat;
    top: 13px;
    right: 20px;
    cursor: pointer;
}
.detail_to_search_button:hover{
    background-position: right;
}
.detail_to_search_ul li {
    width: 185px;
    display: inline-block;
    margin-right: 28px;
}
.search_tip {
    line-height: 30px;
    width: 108px;
    padding-left: 10px;
}
.search_img_tip {
    width: 60px;
}

.answer_list ol{padding-left: 14px;}
.detail_banner{
  margin-bottom: 10px;
}

.recomment-course li {
    padding-top: 16px;
}
.recomment-course-img {
    width: 254px;
    height: 144px;
}
.recomment-course-title {
    color: #4e4e4e;
    line-height: 25px;
    padding-top: 8px;
}
.recomment-course-title:hover,.j_help_about{
    color: #0084ff;
}
.hot_article_box {
    margin-top: 16px;
}

.edui-default iframe {
    max-height: 550px;
    overflow-y: auto;
    min-height: 220px;
}

.edui-default .edui-editor-iframeholder {
    max-height: 550px;
}

.view {
    overflow-y: auto;
}
.icon_zhuan, .icon_na{
    vertical-align: bottom;
}
.remind{
    display: inline-block;padding: 0 8px;cursor: pointer;position: relative;
}
.colorbbb{
    color: #bbbbbb;
}
.imgportrait{
    width: 18px;
    height: 18px;
    border-radius: 100%;
}
.imgportrait-big{
    width: 42px;height: 42px;
    border-radius: 100%;
}
.no_answer_a{
    position: absolute;left: 370px;top: 242px;display: block;height: 22px;width: 66px;cursor: pointer;
}
.icon_ke {
    display: inline-block;
    vertical-align: bottom;
    width: 18px;
    height: 18px;
    position: relative;
    background: url(//static-f.fwxgx.com/image/question/ke-5deb66f66a00c28defdc62d3808112f0.png);
    top: -2px;
}
.question-success-modal .modal-dialog{
  width: 480px;
}
.question-success-modal-img{
  width: 48px;
  height: 48px;
  border-radius: 100%;
}
.question-success-modal-close{
  background: url(//static-f.fwxgx.com/image/common/close-new-30e12c4c4cd15cb8d79a033aaeea086b.png) no-repeat;
  display: inline-block;
  width: 14px;
  height: 15px;
}
.question-success-modal-close:hover{
  background-position: 0 -17px;
}
.question-success-modal-close-button{
  background-color: #fff;
  border: none;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 99;
}
.question-success-modal .modal-dialog {
  margin-left: -240px;
  margin-top: -155px;
  position: absolute;
  left: 50%;
  top: 40%;
}
.question-success-modal .modal-header{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 0 10px 20px;
}
.question-success-modal-title{
  margin-left: 10px;
  font-size: 14px;
  color: #aaa;
  line-height: 23px;
}

.question-success-modal-nickname{
  color: #77839C;
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: -6px;
  line-height: 23px;
  word-break: keep-all;
}
.icon-request-success{
  background: url(//static-f.fwxgx.com/image/question/success-8b99a879a3d8c3329733110ff136e887.png) no-repeat;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 5px;
}
.question-success-modal .modal-body{
  text-align: center;
}

.question-success-modal .first-line{
  color: #3BBC02;
  font-size: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 21px;
}
.question-success-modal .second-line{
  font-size: 14px;
  text-align: center;
  color: #333;
  margin: 25px 0 15px 0;
}
.question-success-modal .answer-second-line{
  font-size: 16px;
  text-align: center;
  color: #333;
  margin: 25px 0 15px 0;
}
.question-success-modal .third-line{
  font-size: 14px;
  text-align: center;
  color: #FF6600;
  font-weight: bold;
}
.question-success-modal-button{
  width: 150px;
  height: 38px;
  display: inline-block;
  color: #EEF4FB;
  background: #0084FF;
  border-radius: 5px;
  font-size: 16px;
  line-height: 38px;
  cursor: pointer;
  margin: 27px 0 18px 0;
}
.question-success-modal-button:hover{
  background: #118cff;
}
.forth-line{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 5px;
}
.forth-line-right{
  font-size: 12px;
  color: #999;
}
.forth-line-left{
  font-size: 14px;
  color: #999;
  font-weight: normal;
}
/*  遮罩层 */
#prizechance {
  z-index: 1000 !important;
}
.btn-icon{
  display: inline-block;
  background: url(//static-f.fwxgx.com/image/question/btn-icon-d095dea62a16934afa16c3bc101155b0.png) no-repeat;
}
.answer-del i{
  width: 16px;
  height: 19px;
  margin-bottom: -2px;
  background-position: -78px 4px;
}
.answer-del:hover i{
  background-position: -78px -20px;
}
.btn-icon-edit{
  width: 20px;
  margin-bottom: -2px;
  height: 16px;
  background-position: -26px 1px;
}
.btn-icon-reply{
  width: 20px;
  margin-bottom: -3px;
  height: 16px;
  background-position: -48px 1px;
}
.answer_list_footer .answer_button:hover {
  color:#0084ff;
}

.answer_list_footer .answer_button:hover .btn-icon-edit{
  background-position: -26px -24px;
}
.answer_list_footer .answer_button:hover .btn-icon-reply{
  background-position: -48px -24px;
}
.adopt-button{
  margin-right: 20px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  width: 120px;
  height: 36px;
  background: #E7F7F0;
  border: 1px solid #09A573;
  border-radius: 17px;
  font-weight: bold;
  color: #09A573;
  font-size: 14px;
  line-height: 34px;
}
.adopt-button:hover{
  background: #09A573;
  color: #E7F7F0;
}
.answer-zan{
  margin-right: 20px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  width: 90px;
  height: 36px;
  background: #E7F3FF;
  border: 1px solid #0084FF;
  color: #0084FF;
  font-size: 14px;
  line-height: 34px;
  border-radius: 17px;
}
.answer-zan:hover{
  background: #eef7ff;
  border: 1px solid #1d92ff;
}
.answer-zan i {
  width: 22px;
  height: 18px;
  background-position: 2px 3px;
  margin-bottom: -3px;
}
.answer-zan:hover i,
.answer-zan.hover i {
  background-position: 2px -22px;
}

.question-login-modal .modal-dialog {
  text-align: center;
  margin-left: -315px;
  margin-top: -155px;
  position: absolute;
  left: 50%;
  top: 40%;
}
.question-login-modal-header{
  color: #222222;
  font-size: 32px;
  text-align: center;
  margin: 20px 0;
}
.question-login-modal-desc{
  display: inline-block;
  width: 515px;
  height: 80px;
  margin-top: 25px;
}
.question-login-modal-item{
  text-align: center;
}
.question-login-modal-item-content{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 42px 0 35px 0;
}
.question-login-modal-item img{
  display: inline-block;
  width: 78px;
  height: 72px;
}
.question-login-modal-item-title{
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 45px;
}
.question-login-modal-item-desc{
  display: inline-block;
  font-size: 16px;
  color: #999;
}
.question-login-modal-button{
  width: 200px;
  height: 40px;
  display: inline-block;
  color: #EEF4FB;
  background: #2189FF;
  border-radius: 50px;
  font-size: 16px;
  line-height: 40px;
  cursor: pointer;
  margin-bottom: 20px;
}
.question-login-modal-button:hover{
  background: #0084FF;
}
.answer-flod i{
  background: url(//static-f.fwxgx.com/image/question/arrow-new-509bec9aac857d6dfe44435c99fbda28.png) no-repeat;
  display: inline-block;
  width: 14px;
  height: 7px;
  margin-left: 5px;
}
.answer-flod span{
  cursor: pointer;
  width: 180px;
  height: 40px;
  background: #0084FF;
  box-shadow: 0px 10px 20px 0px #BBDAF7;
  border-radius: 20px;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 40px;
  margin: 22px 0 19px;
}
.answer-flod span:hover{
  background: #118cff;
}
.answer_list_footer .answer-zan em {
  padding-right: 4px;
}
.question-login-modal .modal-content{
  border: none !important;
}
.more_answers {
    background-color: #fff;
    margin-top: 10px;
    text-align: left;
    position: relative;
}
.more_answers .answer_list_li {
    height: 210px;
}
.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: linear-gradient(transparent 0%, #fff 30%);
}
.more_answers .btn {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 30%);
    width: 180px;
    height: 40px;
    background: linear-gradient(90deg, #852BFC 8%, #0283FF 102%);
    box-shadow: 0px 10px 20px 0px #BBDAF7;
    border-radius: 60px;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    z-index: 1000;
    padding: 0;
    line-height: 40px;
}
.more_answers .text {
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translate(-50%, 50%);
    display: inline-block;
    font-size: 15px;
    color: #666666;
    z-index: 1000;
}
.more_answers .text_1 {
    font-size: 18px;
    color: #0084FF;
}
.more_answers .btn:hover {
    background: linear-gradient(90deg, #9443FF 10%, #1B8FFF 102%);
}
.more_answers i{
  background: url(//static-f.fwxgx.com/image/question/arrow-new-509bec9aac857d6dfe44435c99fbda28.png) no-repeat;
  display: inline-block;
  width: 14px;
  height: 7px;
  margin-left: 5px;
}
.no_answer_text {
    position: absolute;
    right: 0;
    font-size: 14px;
    margin-right: 16px;
}
.no_answer_text span {
    color: #0084FF;
    cursor: pointer;
}
.no_answer_btn .btn {
     width: 150px;
    height: 38px;
    background: linear-gradient(90deg, #D8D8D8 0%, #852CF8 0%, #0282FF 100%);
    box-shadow: 0px 10px 20px 0px #BBDAF7;
    border-radius: 60px;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    z-index: 1000;
    padding: 0;
    line-height: 38px;
}
.no_answer_btn .btn:hover {
    background: linear-gradient(90deg, #9342FE 0%, #852CF8 0%, #208DFF 100%);
}
.no_answer_btn i{
  background: url(//static-f.fwxgx.com/image/question/add-5d02b19d310fda76d41452d3f53e4fab.png) no-repeat;
  display: inline-block;
  width: 12px;
  height: 13px;
  margin-right: 5px;
}
.no_answer_text_1 {
    font-size: 15px;
    color: #999999;
    text-align: center;
    margin-top: 13px;
    margin-bottom: 12px;
}
.new-answers .btn {
    width: 230px;
    height: 40px;
    background: linear-gradient(90deg, #8529F8 0%, #0084FD 100%);
    box-shadow: 0px 10px 20px 0px #D4CBEE;
    border-radius: 60px;
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    z-index: 1000;
    padding: 0;
    line-height: 40px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new-answers .btn:hover {
    background: linear-gradient(90deg, #9342FF 0%, #1E8DFE 100%);
}
.new-answers i{
  background: url(//static-f.fwxgx.com/image/question/dj-cdef05f4b7887e856f3b1a0937ee5bb1.png) no-repeat;
  display: inline-block;
  width: 23px;
  height: 23px;
      margin-right: 5px;
}
.toast {
      line-height: 34px;
      color: #fff;
      background-color: #666;
      padding: 0 20px;
      font-size: 14px;
      border-radius: 5px;
      display: inline-block;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
}
.questions-dialog {
    position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	width: 480px;
	border-radius: 5px;
	overflow: hidden;
}
.questions-title {
    width: 100%;
    height: 96px;
    background: url(//static-f.fwxgx.com/image/question/top-52784a22a0eb685ec8227ff40ae0b85c.png) no-repeat;
}
.questions-content {
    width: 100%;
    height: 224px;
    padding-top: 23px;
    background-color: #fff;
}
.questions-content-text {
    font-size: 16px;
    font-weight: normal;
    line-height: 35px;
    text-align: center;
}
.questions-content-text1 {
    color: #222222;
}
.questions-content-text2 {
    color: #0084FF;
}
.questions-content-text3 {
    color: #222222;
}
.questions-content-text3 span {
    color: #FF9600;
    font-weight: 700;
}
.questions-mask{
     width: 100%;
 	 height: 100%;
 	 position: fixed;
 	 top: 0;
 	 left: 0;
 	 background: rgba(0, 0, 0, 0.7);
 	 z-index: 1000;
}
.questions-btn {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}
.placeholder {
    width: 16px;
    height: 38px;
}
.go-questions {
    width: 120px;
    height: 38px;
    border-radius: 5px;
    background: #0084FF;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}
.go-questions:hover {
    background: #118CFF;
}
.got-it {
    width: 120px;
    height: 38px;
    border-radius: 5px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    color: #999999;
    cursor: pointer;
}
.got-it:hover {
    color: #666666;
    border: 1px solid #BBBBBB;
}
.questions-close {
    position: absolute;
    top: 16px;
    right: 17px;
    width: 14px;
    height: 13px;
    background: url(//static-f.fwxgx.com/image/question/close-162630b566a02c1414bb4fd4d1be0c29.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.questions-close:hover {
    background: url(//static-f.fwxgx.com/image/question/close-hover-e53c8a991767c86c51b598613cd3f1e7.png) no-repeat;

}
.question_user_info-detail{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
    .software-tag-course{
width: 265px;
height: 28px;
border-radius: 301px;
opacity: 1;
background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #E2FDFF 100%);
box-shadow: 0px 2px 6px 0px rgba(0, 121, 208, 0.2),inset 0px 0px 8px 0px rgba(143, 255, 251, 0.3);
position:relative;
border: 1px solid #E2FDFF;
    }
    .software-tag-course:hover {
        border: 1px solid #0084ff;
    }
    .cate-couse-box{
      width: 44px;
      height: 27px;
      background: url(//static-f.fwxgx.com/image/question/cate-couse-box-2de7843fb370cc83df4ee8becf3d9300.png);
display: inline-block;
    left: -4px;
    position: absolute;
    top: -3px;
    }
    .cate-couse-split {
    color: rgba(0, 132, 255, 0.2);
    position: absolute;
    left: 39px;
    top: 4px;
}
.software-tag-course-a {
    color: #333!important;
    left: 50px;
    position: absolute;
    line-height: 30px;
    height: 30px;
    max-width: 200px;
    top: -1px;
}
.software-tag-course-box {
    display:none;
    position: absolute;
    top: 30px;
    width: 265px;
    border-radius: 2px;
    opacity: 1;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
    z-index: 999;
}
.software-tag-course:hover .software-tag-course-box{
  display: block;
}
.software-tag-course-box-head {
    width: 234px;
    margin: 0 auto;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #EBEBEB;
}
.software-tag-course-box-head-i{
  width: 12px;
  height: 14px;
  background: url(//static-f.fwxgx.com/image/question/software-tag-course-box-head-bfd774675b84750c83c53bafa162915e.svg);
  display: inline-block;
      background-repeat: no-repeat;
}
.software-tag-course-box-head span {
    font-size: 16px!important;
    font-weight: bold;
    color: #333;
    padding-left: 6px;
}
ul.software-tag-course-ul {
    padding: 10px 0;
}
ul.software-tag-course-ul li {
    line-height: 33px;
    padding: 0;
    height: 33px;
    margin: 0 14px;
}
.software-tag-course-li:hover a {
    color: #0084ff;
}
.cate-course-up{
  width: 16px;
  height: 16px;
  background: url(//static-f.fwxgx.com/image/question/cate-course-up-fc886ff4127e7861b26c1b5700595f08.svg);
  display: inline-block;
  position: absolute;
    right: 10px;
    top: 6px;
    background-repeat: no-repeat;
    background-size: contain;
}
.software-tag-course:hover .cate-course-up{
    background: url(//static-f.fwxgx.com/image/question/cate-course-down-81e24fd8938371ed3d115614245ac2ab.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
span.question-modelvo-tagnames {
    max-width: 190px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: -4px;
}
.software-tag-course-li a {
    color: #4e4e4e!important;
}
.software-tag-course-li a:hover{
    color: #0084ff!important;
}