.q-ask-container {
    padding: 100px 30px 150px;
    background-color: #fff;
    border-radius: 8px;
}
.q-ask-container h1 {
    margin: 0 0 30px;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
}
.q-ask-container h2 {
    text-align: center;
    margin: 0 0 50px;
    font-size: 15px;
    line-height: 1.6;
    color: #999;
    font-weight: normal;
}
.q-ask-container h1 .qwfa {
    margin-right: 12px;
}
.q-ask-form {
    margin: 0 auto;
    max-width: 800px;
}
.q-ask-form .item {
    margin-bottom: 30px;
}
.q-ask-form input.ipt {
    padding: 7.5px 15px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
}
.q-ask-form .item:last-child {
    margin-bottom: 0;
}
.q-ask-form .item-action {
    overflow: hidden;
}
.q-ask-form .item-action .btn {
    border-radius: 4px;
    width: 100%;
}


.otips.otips-success {
    background-color: #07C160 !important;
}
.otips {
    display: none;
    font-size: 14px;
    padding: 15px 30px;
    position: fixed;
    top: 66px;
    left: 50%;
    z-index: 9999;
    background-color: #FF5E52;
    color: #fff;
    border-radius: 0 0 4px 4px;
}
.fuarea ul li:hover {
    background-color: #f6f6f6;
    border-right-color: #e6e6e6;
    color: #202935;
    cursor: pointer;
}
.q-share {
    display: none;
    border: 1px solid #F2F2F2;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.07);
    text-align: center;
    padding: 10px 0;
    width: 140px;
    margin-left: -43px;
    margin-top: 35px;
    z-index: 9;
    position: absolute;
    top: 100%;
    left: 50%;
    font-size: 14px;
}
.q-share:before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #eee;
}
.q-share a {
    line-height: 32px;
    display: block;
    color: #666;
}
.q-share h5 {
    display: none;
    font-size: 14px;
    font-weight: normal;
    color: #23BF36;
}
.q-share img {
    display: block;
    padding: 0 10px;
    position: relative;
    z-index: 2;
}
.q-share input {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    width: 50px;
}
.q-share:after {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
}
.q-share a:hover {
    color: #202935;
    background-color: #F8F8F8;
}
.qc-form {
    position: relative;
    padding: 15px 20px;
    border-top: 1px solid #e9e9e9;
}
.qc-form:before, .qc-form:after {
    display: table;
    content: "";
    line-height: 0;
}
.qc-form .ipt {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
    border-radius: 4px;
}
.qc-form .btn.disabled {
    opacity: 0.5;
}
.qc-form .btn {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    right: 20px;
    top: 15px;
    width: 11%;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    border-radius: 4px;
}
.qc-form.active .btn {
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.qc-form.active .ipt {
    width: 87%;
}
.qc-list>.qc-item>.qc-item {
    padding-left: 35px;
}
.qc-item .qc-item {
    border-top: none;
    padding: 15px 0 0 0;
}
.ipt:focus {
    border-color: #00A4FF;
    box-shadow: 0 0 0 3px rgba(0,164,255,0.3);
    outline: none;
}
.commentbox-actived{
    display: none;
}
.page-question .q-navbar, .page-question .sidebar {
    margin-top: 15px;
}
.q-navbar {
    margin-bottom: 15px;
    border-radius: 8px;
    background-color: #fff;
    font-size: 0;
    text-align: center;
}
@font-face {
  font-family: 'qwfa';  /* Project id 2634260 */
  src: url('//at.alicdn.com/t/font_2634260_3l2zspy2j1b.eot?t=1625726933851'); /* IE9 */
  src: url('//at.alicdn.com/t/font_2634260_3l2zspy2j1b.eot?t=1625726933851#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//at.alicdn.com/t/font_2634260_3l2zspy2j1b.woff2?t=1625726933851') format('woff2'),
       url('//at.alicdn.com/t/font_2634260_3l2zspy2j1b.woff?t=1625726933851') format('woff'),
       url('//at.alicdn.com/t/font_2634260_3l2zspy2j1b.ttf?t=1625726933851') format('truetype'),
       url('//at.alicdn.com/t/font_2634260_3l2zspy2j1b.svg?t=1625726933851#qwfa') format('svg');
}

.qwfa {
    position: relative;
    display: inline-block;
    font: normal normal normal 14px/1 qwfa;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.content-wrap {
    width: 100%;
    float: left;
}
.content {
    position: relative;
    min-height: 500px;
    margin-right: 340px;
}

.q-navbar li {
    display: inline-block;
    font-size: 15px;
    position: relative;
}
.q-navbar li.active:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 30px;
    margin-left: -15px;
    height: 4px;
    background-color: #00A4FF;
    border-radius: 10px;
}
.q-navbar li a {
    display: block;
    line-height: 56px;
    padding: 0 25px;
}
.q-item-container {
    margin-bottom: 15px;
    padding: 25px 30px;
    position: relative;
    background-color: #FFF;
    border-radius: 8px;
}
.q-item-tags {
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 14px;
}
.q-item-tags li:first-child {
    margin-left: 0;
}
.q-item-tags li {
    float: left;
    margin: 0 0 10px 10px;
}
.q-item-tags li a {
    display: block;
    padding: 7px 15px;
    background-color: #ebf8ff;
    color: #3298D6;
    border-radius: 4px;
}
.q-item-container header h1 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    line-height: 1.6;
}
.q-text {
    font-size: 15px;
    line-height: 1.7;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    padding: 15px 0;
}
.q-info {
    clear: both;
    color: #999;
    font-size: 14px;
}
.q-info:after {
    clear: both;
}
.q-info:before, .q-info:after {
    display: table;
    content: "";
    line-height: 0;
}
.q-info .item {
    float: left;
    margin-right: 30px;
    position: relative;
    height: 32px;
    line-height: 32px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.q-info .avatar {
    vertical-align: top;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    margin-right: 15px;
}
.qc-head .avatar {
    margin-left: -35px;
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 4px;
}
.q-info .-share {
    cursor: pointer;
}
.q-info .qwfa {
    margin-right: 7px;
}
.q-info .item:last-child {
    margin-right: 0;
}
.q-info .-goanswer {
    float: right;
    background-color: #00A4FF;
    color: #fff;
    border-radius: 4px;
    padding: 0 12px;
}
.q-item-container h4 {
    font-size: 14px;
    font-weight: normal;
    margin: 30px 0 0;
    color: #999;
}
.q-answer {
    position: relative;
}
.page-question-item .q-answer {
    background-color: #fff;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 10px;
}

.q-anchor {
    overflow: hidden;
    height: 0;
    position: absolute;
    top: -78px;
}
.q-answer header {
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    padding-left: 47px;
    overflow: hidden;
}
.q-answer header .avatar {
    margin-left: -47px;
    float: left;
    width: 32px;
    height: 32px;
    border-radius: 4px;
}
.q-answer header time {
    display: inline-block;
    font-weight: normal;
    font-size: 12px;
    color: #bbb;
    margin-left: 30px;
}
.q-info .-vote {
    cursor: pointer;
    color: #00A4FF;
    background-color: #ebf8ff;
    border-radius: 4px;
    padding: 0 12px;
}
.q-info .-vote span {
    display: inline-block;
    margin-right: 3px;
}
.q-info .-comment {
    cursor: pointer;
}
.q-info .item:last-child {
    margin-right: 0;
}

.q-item-answer-form {
    clear: both;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    padding: 30px;
}
.q-item-answer-form h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
}
.q-item-answer-form h4 {
    margin: 0 0 20px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.6;
    color: #999;
}
.fuarea {
    margin-bottom: 20px;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
}
.fuarea ul {
    overflow: hidden;
    border: 1px solid #e6e6e6;
    border-bottom: none;
    color: #666;
    font-size: 14px;
    background-color: #fdfdfd;
    border-radius: 4px 4px 0 0;
}
.fuarea ul li {
    float: left;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    border-right: 1px solid #fdfdfd;
}
.fuarea textarea {
    padding: 12px 15px;
    line-height: 1.6;
    font-size: 14px;
    border-color: #e6e6e6;
    border-radius: 0 0 4px 4px;
}
.ipt {
    display: block;
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.6;
    color: #202935;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}
textarea {
    margin: 0;
    line-height: inherit;
    border-radius: 0;
    resize: vertical;
    font-family: initial;
}
.q-item-answer-form .btn {
    border-radius: 4px;
}
.btn-primary {
    color: #fff;
    background-color: #00A4FF;
}
.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color: #0097eb;
}


.sidebar {
    float: left;
    margin-left: -320px;
    width: 320px;
    position: relative;
    z-index: 10;
}
.q-widget-btns {
    margin-bottom: 15px;
    text-align: center;
    background-color: #FFF;
    padding: 40px 15px;
    border-radius: 8px;
}
.q-widget-btns p {
    color: #999;
    margin: 18px 0 0;
    line-height: 1.8;
}
.q-widget-users {
    overflow: hidden;
    font-size: 12px;
    background-color: #FFF;
    margin-bottom: 15px;
    padding: 25px;
    border-radius: 8px;
}
.q-widget-users li {
    position: relative;
    padding: 15px 0 15px 80px;
    border-bottom: 1px solid #F6F6F6;
}
.q-widget-users li:nth-child(1) dfn {
    background-color: #FF5E52;
}
.q-widget-users li:nth-child(2) dfn {
    background-color: #23BF36;
}
.q-widget-users li:nth-child(3) dfn {
    background-color: #00A4FF;
}
.q-widget-users dfn {
    position: absolute;
    top: 15px;
    left: 0;
    background-color: #F8F8F8;
    border-radius: 4px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: #202935;
    font-style: normal;
    font-weight: normal;
}
.q-widget-users .avatar {
    float: left;
    margin-left: -55px;
    border-radius: 4px;
    width: 40px;
    height: 40px;
}
.q-widget-users h5 {
    font-size: 14px;
    font-weight: normal;
    margin: 2px 0 7px;
}
.q-widget-users footer {
    color: #bbb;
}
.q-widget-users footer .item {
    display: inline-block;
    margin-right: 15px;
}

.qc-box {
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}
.qc-list h4 {
    margin: 0;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: bold;
}
.qc-head dfn {
    float: right;
    font-style: normal;
    margin-left: 25px;
}
.qc-head dfn .fa {
    margin-right: 5px;
}
.qc-head dfn.qc-reply {
    margin-left: 0;
}
.qc-item .qc-reply {
    display: none;
}
.qc-head .qc-author, .qc-head .qc-replyto {
    font-weight: bold;
    color: #202935;
}
.qc-head time {
    display: inline-block;
    font-size: 12px;
    margin-left: 20px;
}
.qc-text {
    padding: 3px 0 0 35px;
    font-size: 14px;
    line-height: 1.6;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
}
.qc-item {
    padding: 15px 20px;
    border-top: 1px solid #f6f6f6;
}
.qc-head {
    font-size: 12px;
    line-height: 25px;
    padding-left: 35px;
    overflow: hidden;
    color: #bbb;
}
.qc-item:hover>.qc-head>.qc-reply {
    display: block;
}
.qc-head dfn.qc-reply {
    margin-left: 0;
}
.qc-head dfn:hover {
    cursor: pointer;
    color: #00A4FF;
}


.q-excerpts {
    padding: 0 30px 30px;
    background-color: #fff;
    border-radius: 8px;
    min-height: 600px;
}
.q-excerpt {
    border-top: 1px solid #f6f6f6;
    padding: 25px 0;
    position: relative;
}
.q-excerpt h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 0 15px;
}
.q-excerpt .-top {
    position: relative;
    top: -2px;
    display: inline-block;
    padding: 2px 9px;
    border-radius: 4px;
    margin-left: 15px;
    font-size: 12px;
    font-weight: normal;
    color: #00A4FF;
    border: 1px solid #00A4FF;
}
.q-answer {
    position: relative;
}
.q-excerpt .q-answer header {
    line-height: 23px;
    padding-left: 35px;
    font-weight: normal;
    margin: -5px 0;
}
.q-answer header {
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    padding-left: 47px;
    overflow: hidden;
}
.q-excerpt .q-answer header .avatar {
    margin-left: -35px;
    width: 23px;
    height: 23px;
}
.q-answer header .avatar {
    margin-left: -47px;
    float: left;
    width: 32px;
    height: 32px;
    border-radius: 4px;
}
.q-text {
    font-size: 15px;
    line-height: 1.7;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    padding: 15px 0;
}
.fuarea ul li .qwfa {
    margin-right: 5px;
}
.q-item-answer-form h3 .qwfa {
    margin-right: 10px;
}
.qc-head dfn .qwfa {
    margin-right: 5px;
}
.q-info {
    clear: both;
    color: #999;
    font-size: 14px;
}
.q-info:after {
    clear: both;
}
.q-info:before, .q-info:after {
    display: table;
    content: "";
    line-height: 0;
}
.q-info .item {
    float: left;
    margin-right: 30px;
    position: relative;
    height: 32px;
    line-height: 32px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.q-info .avatar {
    vertical-align: top;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    margin-right: 15px;
}
.q-info .-share {
    cursor: pointer;
}
.q-info .fa {
    margin-right: 7px;
}
.q-info .item:last-child {
    margin-right: 0;
}
.q-info .-goanswer {
    float: right;
    background-color: #00A4FF;
    color: #fff;
    border-radius: 4px;
    padding: 0 12px;
}
.q-info .-answer {
    background-color: #00A4FF;
    color: #fff;
    border-radius: 4px;
    padding: 0 12px;
}


@media (max-width: 768px){
.sidebar {
    display: none;
    margin-left: 0;
    float: none;
    width: auto;
}
.content {
    margin-right: 0;
}
.q-info {
    font-size: 13px;
}
.q-info .item {
    margin-right: 25px;
}
.q-info .-time {
    display: none;
}
.container{
        overflow: hidden;
        padding: 0;
}
.qc-form .btn {
    right: 15px;
}
.qc-form {
    padding: 15px;
}
.qc-form.active .ipt{
    width: 78%;
}
.qc-form.active .btn{
    width: 18%;
}
}
@media (max-width: 1024px){
.otips {
    top: 50%;
    margin-top: -55px;
    border-radius: 4px;
    background-color: #202935;
}
}
@media (min-width:768px){
    .q-navbar ul{
        display: none;
    }
}