/*!
 * Viewer.js v0.3.1
 * https://github.com/fengyuanchen/viewerjs
 *
 * Copyright (c) 2015-2016 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2016-02-02T11:35:36.273Z
 */
.viewer-container,
.viewer-navbar {
    background-color: #000;
    overflow: hidden
}

.viewer-canvas,
.viewer-container,
.viewer-footer,
.viewer-player {
    right: 0;
    bottom: 0;
    left: 0
}

.viewer-button,
.viewer-canvas,
.viewer-container,
.viewer-footer,
.viewer-list,
.viewer-navbar,
.viewer-open,
.viewer-title,
.viewer-toolbar,
.viewer-toolbar>li {
    overflow: hidden
}

.viewer-close:before,
.viewer-flip-horizontal:before,
.viewer-flip-vertical:before,
.viewer-fullscreen-exit:before,
.viewer-fullscreen:before,
.viewer-next:before,
.viewer-one-to-one:before,
.viewer-play:before,
.viewer-prev:before,
.viewer-reset:before,
.viewer-rotate-left:before,
.viewer-rotate-right:before,
.viewer-zoom-in:before,
.viewer-zoom-out:before {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    color: transparent;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC);
    background-repeat: no-repeat
}

.viewer-zoom-in:before {
    content: 'Zoom In';
    background-position: 0 0
}

.viewer-zoom-out:before {
    content: 'Zoom Out';
    background-position: -20px 0
}

.viewer-one-to-one:before {
    content: 'One to One';
    background-position: -40px 0
}

.viewer-reset:before {
    content: 'Reset';
    background-position: -60px 0
}

.viewer-prev:before {
    content: 'Previous';
    background-position: -80px 0
}

.viewer-play:before {
    content: 'Play';
    background-position: -100px 0
}

.viewer-next:before {
    content: 'Next';
    background-position: -120px 0
}

.viewer-rotate-left:before {
    content: 'Rotate Left';
    background-position: -140px 0
}

.viewer-rotate-right:before {
    content: 'Rotate Right';
    background-position: -160px 0
}

.viewer-flip-horizontal:before {
    content: 'Flip Horizontal';
    background-position: -180px 0
}

.viewer-flip-vertical:before {
    content: 'Flip Vertical';
    background-position: -200px 0
}

.viewer-fullscreen:before {
    content: 'Enter Full Screen';
    background-position: -220px 0
}

.viewer-fullscreen-exit:before {
    content: 'Exit Full Screen';
    background-position: -240px 0
}

.viewer-close:before {
    content: 'Close';
    background-position: -260px 0
}

.viewer-container {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: rgba(0, 0, 0, .5);
    direction: ltr !important;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.viewer-container ::-moz-selection,
.viewer-container::-moz-selection {
    background-color: transparent
}

.viewer-container ::selection,
.viewer-container::selection {
    background-color: transparent
}

.viewer-container img {
    display: block;
    width: 100%;
    min-width: 0 !important;
    max-width: none !important;
    height: auto;
    min-height: 0 !important;
    max-height: none !important
}

.viewer-player,
.viewer-tooltip {
    display: none;
    position: absolute
}

.viewer-canvas {
    position: absolute;
    top: 0
}

.viewer-canvas>img {
    width: auto;
    max-width: 90% !important;
    height: auto;
    margin: 15px auto
}

.viewer-footer {
    position: absolute;
    text-align: center
}

.viewer-navbar {
    background-color: rgba(0, 0, 0, .5)
}

.viewer-list {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 50px;
    margin: 0;
    padding: 1px 0
}

.viewer-list>li {
    font-size: 0;
    line-height: 0;
    float: left;
    overflow: hidden;
    width: 30px;
    height: 50px;
    cursor: pointer;
    opacity: .5;
    color: transparent;
    filter: alpha(opacity=50)
}

.viewer-list>li+li {
    margin-left: 1px
}

.viewer-list>.viewer-active {
    opacity: 1;
    filter: alpha(opacity=100)
}

.viewer-player {
    top: 0;
    cursor: none;
    background-color: #000
}

.viewer-player>img {
    position: absolute;
    top: 0;
    left: 0
}

.viewer-toolbar {
    width: 280px;
    margin: 0 auto 5px;
    padding: 3px 0
}

.viewer-toolbar>li {
    float: left;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #000;
    background-color: rgba(0, 0, 0, .5)
}

.viewer-toolbar>li:hover {
    background-color: #000;
    background-color: rgba(0, 0, 0, .8)
}

.viewer-toolbar>li:before {
    margin: 2px
}

.viewer-toolbar>li+li {
    margin-left: 1px
}

.viewer-toolbar>.viewer-play {
    width: 30px;
    height: 30px;
    margin-top: -3px;
    margin-bottom: -3px
}

.viewer-toolbar>.viewer-play:before {
    margin: 5px
}

.viewer-tooltip {
    font-size: 12px;
    line-height: 20px;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 20px;
    margin-top: -10px;
    margin-left: -25px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8)
}

.viewer-title {
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    max-width: 90%;
    margin: 0 5% 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    opacity: .8;
    color: #ccc;
    filter: alpha(opacity=80)
}

.viewer-title:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.viewer-button {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #000;
    background-color: rgba(0, 0, 0, .5)
}

.viewer-button:before {
    position: absolute;
    bottom: 15px;
    left: 15px
}

.viewer-fixed {
    position: fixed
}

.viewer-show {
    display: block
}

.viewer-hide {
    display: none
}

.viewer-invisible {
    visibility: hidden
}

.viewer-move {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.viewer-fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.viewer-in {
    opacity: 1;
    filter: alpha(opacity=100)
}

.viewer-transition {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

@media (max-width: 767px) {
    .viewer-hide-xs-down {
        display: none
    }
}

@media (max-width: 991px) {
    .viewer-hide-sm-down {
        display: none
    }
}

@media (max-width: 1199px) {
    .viewer-hide-md-down {
        display: none
    }
}
*{box-sizing:border-box}div{box-sizing:border-box}body{background:#F9F9F9;min-height:100vh}.container{max-width:750px;margin:0 auto}input::placeholder{font-size:.14rem;font-family:PingFangSC-Regular,PingFang SC;color:#BBBBBB}.two{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.four{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}li{list-style:none}.tab-wrapper{width:100%;height:40px;background:#FFFFFF;box-shadow:0 .02rem .08rem 0 rgba(0,0,0,0.04);display:flex;justify-content:space-between;align-items:center;padding-right:.12rem}.tab-wrapper .scroll{display:flex;flex-wrap:nowrap;align-items:center;height:40px;width:90%;overflow:hidden;white-space:nowrap}.tab-wrapper .scroll>ul{display:flex}.tab-wrapper li,.tab-wrapper a{padding:0 .13rem;font-size:.14rem;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#999999;position:relative;height:40px;line-height:40px;display:inline-block}.tab-wrapper li a{padding:0}.tab-wrapper li.active{color:#000}.tab-wrapper a.active{color:#000}.tab-wrapper li.active::after{content:'';display:block;width:18px;height:2px;background:#FF6E00;margin:0 auto;position:absolute;bottom:0;left:0;right:0;margin-left:auto;margin-right:auto}.tab-wrapper a.active::after{content:'';display:block;width:18px;height:2px;background:#FF6E00;margin:0 auto;position:absolute;bottom:0;left:0;right:0;margin-left:auto;margin-right:auto}.tab-wrapper .more{width:.44rem;height:22px;border-radius:.11rem;border:1px solid #CCCCCC;float:right;text-align:center;font-size:.12rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#999999;padding:0;line-height:22px;position:relative;background:#fff;z-index:1000;position:absolute;right:5px}.item{margin-top:8px;padding:.12rem .16rem .16rem .16rem;background:#fff;display:block}.item h3{font-size:.16rem;font-family:PingFangSC-Medium,PingFang SC;font-weight:550;color:#333333;line-height:24px}.item .teacher-info{display:flex;align-items:center;margin-top:12px}.item .teacher-info .teacher-avatar{width:.26rem;height:.26rem;border-radius:50%}.item .teacher-info .teacher-name{font-size:.14rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#666666;line-height:20px;margin-left:.06rem}.item .teacher-info .right{width:.14rem;height:.16rem;margin-left:.06rem}.item .teacher-info b{font-size:.14rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#1BAA6F;line-height:20px;margin-left:.06rem}.item p{height:44px;font-size:.14rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#666666;line-height:22px;margin-top:8px}.item .teacher-time{display:flex;margin-top:10px;justify-content:space-between;align-items:center}.item .teacher-time span{font-size:.12rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#999999;line-height:12px}.breakCrumb{width:100%;height:36px;display:flex;align-items:center;background:#FFFFFF;box-shadow:0 0 0 0 #eee;padding-left:.16rem;font-size:.12rem;border-bottom:1px solid #eeee}.breakCrumb li{height:36px}.breakCrumb li a{height:36px;display:flex;align-items:center}.breakCrumb li img{width:.14rem;height:.12rem}.breakCrumb li span{font-size:.12rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#999999;margin-left:.06rem;margin-right:.06rem}.noMore{font-size:.1rem;text-align:center;line-height:40px;color:#aaa;width:100%;display:block}.list-hot2{display:none}
.header{height:50px;background:#fff;display:flex;justify-content:space-between;padding:.1rem .12rem .09rem .12rem;align-items:center;box-sizing:border-box}.header .right{width:.86rem}.header .left{flex:1;display:flex;justify-content:space-between;margin-left:.1rem;align-items:center}.header .left .left-search{align-items:center;height:32px;flex:1;display:flex;padding:0 .1rem;background:#F5F5F5;border-radius:15px}.header .left .left-search img{width:.16rem;height:.16rem}.header .left .left-search input{width:100%;border:none;outline:none;background:transparent;margin-left:.06rem;height:32px;font-size:.14rem;font-family:PingFangSC-Regular,PingFang SC;color:#BBBBBB}.header .left .user{width:.22rem;height:.22rem;margin-left:.1rem}
.goback {
    width: 28px;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FF6E00;
    line-height: 20px;
    margin-left: 16px;
}
.hot-search {
    padding: 16px 12px;
}
.hot-search-title {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FF6E00;
    line-height: 20px;
    margin-bottom: 11px;
}
.hot-search-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.hot-search-info .hot-search-item {
    display: flex;
    align-items: center;
    padding: 7px 5px;
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    margin-right: 8px;
    margin-bottom: 8px;
}
.hot-search-info li .hot-search-item img{
    display: none;
}
.hot-search-info li:nth-child(-n+3) .hot-search-item img {
    display: block;
    width: 12px;
    height: 16px;
    margin-right: 4px;
}
.hot-search-info .hot-search-item .hot-search-keyword{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}
.detail{height:100vh}.item p{height:auto}.item .teacher-mspage{position:relative;margin:.1rem 0;height:.7rem;overflow:hidden}.teacher-mspage span.zk{display:inline-block;color:#FF6E00;font-size:.14rem;line-height:.26rem;position:absolute;right:0;bottom:0;z-index:99;background:#fff;bottom:-5px}.question .item .teacher-info{margin-bottom:10px;margin-top:0}.question .item .teacher-info .teacher-avatar{width:.24rem;height:.24rem}.question .item h3{font-size:.18rem}.question .item .read{margin-left:10px}.list .item .teacher-info{margin-bottom:10px;margin-top:0;display:flex;justify-content:space-between;align-items:center}.list .item .teacher-info .teacher-avatar{width:.36rem;height:.36rem}.list .item .teacher-info .teacher-name{display:flex;height:36px;align-items:center}.list .item .teacher-info .teacher-name .wrapper{display:flex;flex-direction:column;height:36px;margin-left:.08rem;justify-content:center}.list .item .teacher-info .teacher-name .wrapper p{margin:0}.list .item .teacher-info .teacher-name .wrapper p .name{font-weight:bold;font-size:.16rem;color:#000}.list .item .teacher-info .teacher-name .wrapper p b{padding:3px;background:rgba(107,61,228,0.1);border-radius:2px;font-size:.12rem;color:#6B3DE4;text-align:center}.list .item .teacher-info .teacher-name .wrapper span{font-size:.12rem;color:#999}.list .item .two span{color:#FF6E00}.list .item h3 span{color:#FF6E00}.list .item .right{float:right;width:.2rem;height:.18rem}.list .item h3.four{font-weight:normal}.list .item .ask{width:100%;background:#F9F9F9;padding:.14rem;margin-top:16px}.list .item .ask .student-name{color:#333;font-size:.14rem;line-height:16px}.list .item .ask .two span{color:#FF6E00}.list .item .ask p{height:auto;font-size:.14rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#666666;line-height:22px}.list .item .answer2{font-size:16px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#333333;line-height:16px;margin-bottom:12px}.list .item .answer2 .person{color:#333333;height:auto;font-size:.16rem}.list .item .answer2 .person span{text-decoration:underline;color:#000;font-size:.16rem}.list .item .answer2 .two{width:100%;font-size:.16rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#333333;line-height:26px;height:auto}.relative .relative-title{padding-top:.12rem;display:flex;height:50px;align-items:center;background:#F9F9F9}.relative .relative-title b{width:6px;height:22px;background:#FF6E00}.relative .relative-title span{font-size:.16rem;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#333333;line-height:22px;margin-left:16px}.relative .all{width:1rem;text-align:center;height:30px;line-height:30px;border-radius:.15rem;border:1px solid #BBBBBB;display:block;font-size:.14rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#666666;margin:20px auto 30px auto}.hot-search{padding-bottom:50px;min-height:500px}.hot-search .hot .scroll{width:100%;display:flex;justify-content:space-around}.hot-search .bannerContent{display:flex;justify-content:space-around}.hot-search .bannerContent img{width:90px;height:50px;margin-left:10px}
.original-statement {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 17px;
    padding: 0 16px 32px;
    background: #FFFFFF;
}
/* 相关问题 */
.relative {
    background: #FFFFFF;
    padding-bottom: 24px;
}
.relative-list {
    background: #FFF;
    padding: 0 .16rem;

}
.relative-list .item {
    padding: .16rem 0;
    margin-top: 0;
    border-bottom: 1px solid #EEEEEE;
}
.relative .all {
    margin-bottom: 0;
}

/* 热搜标签 */
.hot {
    margin-bottom: 16px;
}
.hot .hot-title {
    padding-top: .12rem;
    display: flex;
    height: 50px;
    align-items: center;
    background: #F9F9F9;
}
.hot .hot-title b {
    width: 6px;
    height: 22px;
    background: #FF6E00;
}
.hot .hot-title span {
    font-size: .16rem;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
    margin-left: 16px;
}
.hot .hot-list {
    background: #FFFFFF;
    padding: 16px;
}
.hot .hot-list-item {
    display: flex;
    flex-wrap: wrap;
}
.hot .hot-list-item div {
    background: #F5F5F5;
    border-radius: 16px;
    padding: 9px 10px;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 14px;
}
.hot .switch {
    width: 1rem;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: .15rem;
    border: 1px solid #FF6E00;
    display: block;
    font-size: .14rem;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #FF6E00;
    margin: 8px auto 8px auto;
}
.hot .switch:active {
    color: #FFF;
    background: #FF6E00;
}

/* 知识补充 */
.know {
    /* margin-bottom: 16px; */
}
.know .know-title {
    padding-top: .12rem;
    display: flex;
    height: 50px;
    align-items: center;
    background: #F9F9F9;
}
.know .know-title b {
    width: 6px;
    height: 22px;
    background: #FF6E00;
}
.know .know-title span {
    font-size: .16rem;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
    margin-left: 16px;
}
.know .know-list {
    background: #FFFFFF;
    padding: 16px;
}
.know .list-title {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
}
.know .list-answer {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    margin-top: 8px;
}

.know-swiper {
    padding-bottom: 16px;
    background: #fff;
}
.know-swiper-item {
    width: 100%;
    height: 140px;
    border-radius: 4px;
}
.index-swiper {
    height: 140px;
    margin: 0 16px;
    border-radius: 4px;
}
.swiper-pagination {
    height: 8px;
    line-height: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zixun {
    display: block;
    width: .95rem;
    height: 30px;
    background: linear-gradient(270deg, #1480FF 0%, #2DB7FF 100%);
    box-shadow: 0 2px 12px 0 rgb(23 135 255 / 50%);
    border-radius: .2rem;
    line-height: 30px;
    font-size: .14rem;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    z-index: 1000;
  }

  /* 其他回答 */
.other {
    /* margin-bottom: 16px; */
}
.other .other-title {
    padding-top: .12rem;
    display: flex;
    height: 50px;
    align-items: center;
    background: #F9F9F9;
}
.other .other-title b {
    width: 6px;
    height: 22px;
    background: #FF6E00;
}
.other .other-title span {
    font-size: .16rem;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
    margin-left: 16px;
}
.other .other-list {
    /* padding: 16px 0 32px; */
}
.other .other-item {
    background: #fff;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    padding: 16px;
    margin-bottom: 8px;
}
.other .other-item-nickname {
    font-weight: bold;
    margin-bottom: 8px;
}
.other .other-answer {
    background: #F9F9F9;
    padding: 16px;
    font-size: 12px;
    margin-top: 12px;
}
.other .other-answer-nickname {
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight:bold;
    color: #333333;
    line-height: 12px;
    margin-bottom: 8px;
}
