body {
    background: rgb(255, 255, 255);
    color: #333;
    font-size: 16px;
}
a {
    color: inherit;
}
input{
    outline: none;
}
.active-color {
    color: #F08300;
}
.active-bg {
    background-color: #F08300;
}
.color-333 {
    color: #333;
}
.color-666 {
    color: #666;
}
.color-777 {
    color: #777;
}
.color-999 {
    color: #999;
}
.color-FF5C00{
    color: #FF5C00;
}
#header .content,#nav .content,#main .content,#footer .content{
    width: 1100px;
    margin: 0 auto;
}
.calc{margin-left: calc(50vw - 990px/2 + 80px)!important;}
.pdt0{padding-top:0px!important;}
.pdma15{padding:15px;margin:15px;}
.pdtr0{padding-top:0px!important;padding-right:0px!important;padding-left:0px!important;}
.side-bar {
    width: 200px;
    left: 0;
    background: #fff;
    top: 0;
    height: 100vh;
    font-size: 13px;
    z-index: 9;
    color: #777777;
    position: fixed;
    transition: left ease .5s;
    font-family: "Microsoft YaHei"; 
}
.side-bar-hidden-box {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
}
.side-bar-box {
    margin: 0 8px;
}
.side-bar .logo {
    height: 56px;
    background: url(../images/header/logo.png) no-repeat 16px 50%;
    background-size: 108px 28px;
    image-rendering: -webkit-optimize-contrast;
    margin-bottom: 5px;
}
.side-bar .logo a {
    display: block;
    width: 100%;
    height: 100%;
}
.side-bar-link a.active {
    color: #fa7268;
    background-color: #fef1f0;
    filter: grayscale(0);
    cursor: default;
}
.side-bar-link a {
    height: 44px;
    display: flex;
    align-items: center;
    color: #a0a0a0;
    filter: grayscale(100%);
    transition: all ease .5s;
    border-radius: 5px;
}
.side-bar-link {
    margin-bottom: 4px;
}
.side-bar-link i{
	color: #F08300;
	font-size: 20px;
	width: 20px;
    height: 20px;
}
.side-bar-link a{
	padding-left:20px;
}
.side-bar .side-bar-icon01 {
    background-image: url(../images/home/home.png);
}
.side-bar .side-bar-icon {
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 32px;
    height: 32px;
    margin-left: 16px;
    flex-shrink: 0;
    image-rendering: -webkit-optimize-contrast;
}
.side-bar-link .side-bar-txt {
    margin-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.side-bar-line {
    height: 1px;
    background-color: #f1f1f1;
    position: relative;
}
.side-bar-title {
    color: #777777;
    font-size: 15px;
    font-weight: bold;
    margin-left: 15px;
    height: 50px;
    line-height: 50px;
    padding-top: 5px;
    position: relative;
}
.side-bar-link a.disFilter {
    filter: grayscale(0);
}

.fadeIn {
    animation-name: fadeIn;
}
.animated {
    animation-duration: .5s;
    animation-fill-mode: both;
}
.side-bar .side-bar-iconA {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 32px;
    height: 32px;
    margin-left: 12px;
    border-radius: 50%;
    border: 1px solid #f1f1f1;
}

.side-bar-hidden-box::-webkit-scrollbar {
    width: 4px;
    background: #fff;
    transition: all ease .5s;
}
.side-bar-hidden-box::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 2px;
    transition: all ease .5s;
}
.side-bar-hidden-box::-webkit-scrollbar-track {
    background: transparent;
    transition: all ease .5s;
}
.ipad10{padding-left: 10px;}
.ipad20{padding-left: 20px;}

.side-bar-links {
    font-size: 14px;
    margin: 0 0 0 15px;
    line-height: 32px;
}
.side-bar-gov, .side-bar-gov a {
    color: #a0a0a0;
}
.side-bar-gov {
    padding: 10px 0;
}
.side-bar-links p {
    line-height: 20px;
    padding: 11px 0 6px;
}
.side-bar-gov, .side-bar-gov a {
    color: #a0a0a0;
}
.side-bar-links a {
    margin-right: 10px;
}

.imgs-box {
    max-height: 126px;
    margin-bottom: 15px;
    overflow: hidden;
}

.medium {
    font-size: 14px;
}
.size13 {
    font-size: 13px;
}
.small {
    font-size: 12px;
}
.main-theme:hover {
    background: #fff!important;
    color: #F08300!important;
}
.second-theme:hover {
    background: #F08300!important;
    color: #fff!important;
}
.banner-left{width: calc(100% - 315px);margin-top: 15px;}
/* header */
#header {
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #eee;
}
#header .offical {
    padding-left: 18px;
}
#header .header-item {
    display: inline-block;
    padding: 0 10px;
}
#header .header-item:last-of-type {
    padding-right: 0;
}
#header .header-item:hover{
    color: #F08300;
}

/* nav */
#nav{
    height: 80px;
    background-color: #ffffff;
    padding-top: 20px;
        box-sizing: border-box;
}
#nav .logo{
    margin-right: 30px;
}
#nav .menu .nav-item{
    margin: 0 27px;
    display: inline-block;
    padding: 12px 0 8px 0;
    line-height: 16px;
    position: relative;
}
#nav .menu .nav-item .mask{
    position: absolute;
    right: -23px;
    top: 0px;
    font-size: 8px;
    line-height: 8px;
    border-radius: 2px;
    display: block;
    background: #f55449;
    padding: 2px;
    color: #ffffff;
}
#nav .menu .nav-item .mask .arrow{
    width: 0;
    height: 0;
    /* border-left: 6px solid #f55449; */
    border-left: 0px solid;
    border-top:5px solid;
    border-right: 8px solid;
    border-bottom: 0px solid;
    border-color: #f55449 transparent transparent transparent;
    position: absolute;
    left:0;
    bottom: -4px;
    display: block;
}

#nav .menu .nav-item.active , #nav .menu .nav-item:hover{
    color: #F08300;
    border-bottom: 2px solid #F08300;
}
#nav .search{
    height: 36px;
    padding: 2px;
    background-color: #F08300;
    width: 194px;
    border-radius: 4px;
    margin-left: 70px;
    box-sizing: border-box;
}
#nav #search{
    height: 32px;
    padding-left: 11px;
    width: 153px;
        box-sizing: border-box;
}
#nav #search::placeholder{
    color: #C8C8C8;
    font-size: 14px;
}
#nav .search-icon{
    width: 36px;
    height: 32px;
    background: url("../img/search.png") no-repeat center;
    background-size: 19px;
}
#nav .send{
    width:77px;
    height:36px;
    font-size: 14px;
    background:#F08300;
    border-radius:4px;
    color: #ffffff;
    line-height: 36px;
    text-align: center;
 
}
.send .down-icon{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 11px;
    background: url("../img/down.png") no-repeat center;
    background-size: 12px 8px;
}
/* banner */
#main #banner {
    padding-top: 17px;
    margin-bottom: 45px;
}
#banner .banner-head {
    margin-bottom: 17px;
    height: 87px;
    padding-left: 155px;
    padding-right: 18px;
    background: #fff url("../img/notice.png") no-repeat 18px center;
}
#banner .banner-head .red-mark{
    color: #F91238;
}
#banner .banner-head .title {
    padding: 15px 0 8px;
}
#banner .banner-head .desc {
    line-height: 18px;
}
#banner .banner-img {
    width: 900px;
    height: 365px;
    cursor: pointer;
    margin-bottom: 20px;
}
#banner .list {
    height: 125px;
    width: 900px;
}
#banner .list>li {
    float: left;
    width: 14.28%;
    height: 100%;
    padding-top: 15px;
}
#banner .list>li img{
    border-radius: 50%;
}
#banner .list>li .p1 {
    padding-top: 5px;
    line-height: 14px;
    margin-bottom: 9px;
    font-weight: 600;
}
#banner .list>li .p2 {
    line-height: 12px;
}
/* #banner .list>li:nth-of-type(1) {
    background: url("../img/banner-list1.png") no-repeat center 13px;
} 
#banner .list>li:nth-of-type(2) {
    background: url("../img/banner-list2.png") no-repeat center 13px;
} 
#banner .list>li:nth-of-type(3) {
    background: url("../img/banner-list3.png") no-repeat center 13px;
} 
#banner .list>li:nth-of-type(4) {
    background: url("../img/banner-list4.png") no-repeat center 13px;
} 
#banner .list>li:nth-of-type(5) {
    background: url("../img/banner-list5.png") no-repeat center 13px;
} 
#banner .list>li:nth-of-type(6) {
    background: url("../img/banner-list6.png") no-repeat center 13px;
} 
#banner .list>li:nth-of-type(7) {
    background: url("../img/banner-more.png") no-repeat center 37px;
}  */
#banner .banner-download{
    height: 80px;
}
#banner .banner-buys{
    height: 410px;
    margin-top: 20px;
    background: #fff url("../img/banner-right.png") no-repeat center top;
}
#banner .banner-buys .tit1 {
    font-size: 24px;
    line-height: 24px;
    padding: 19px 0 6px 22px;
}
#banner .banner-buys .tit2 {
    line-height: 14px;
    padding-bottom: 61px; 
    padding-left: 22px;
}
#banner .banner-buys .total-tit {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 23px;
}
#banner .banner-buys .total-money {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #F91238;
    padding-bottom: 26px;
}
#banner .banner-buys .send-btn, #banner .banner-buys .publish-article  {
    width: 240px;
    height: 40px;
    line-height: 36px;
    border-radius: 4px;
    border: 2px solid #F08300;
    margin: 0 auto;
}
#banner .banner-buys .publish-article {
    margin: 15px auto 25px;
}
#banner .banner-buys .banner-r-list {
    border-top: 1px solid #EEEEEE;
}
#banner .banner-buys .banner-r-list li {
    width: 25%;
    padding-top: 47px;
    line-height: 12px;
}
#banner .banner-buys .banner-r-list>li:nth-of-type(1) {
    background: url("../img/banner-r-list1.png") no-repeat center 14px;
} 
#banner .banner-buys .banner-r-list>li:nth-of-type(2) {
    background: url("../img/banner-r-list2.png") no-repeat center 14px;
} 
#banner .banner-buys .banner-r-list>li:nth-of-type(3) {
    background: url("../img/banner-r-list3.png") no-repeat center 14px;
} 
#banner .banner-buys .banner-r-list>li:nth-of-type(4) {
    background: url("../img/banner-r-list4.png") no-repeat center 14px;
}


/* answers精选问答 */
#main #answers{
    /* height: 492px; */
    margin-bottom: 60px;
}
.same-list-left{
    width: 900px;
}
.same-list-menu{
    padding-top: 10px;
    padding-bottom: 21px;
    line-height: 31px;
}
.same-list-menu .menu-title{
    border-left: 5px solid #F08300;
    padding-left: 16px;
    color: #333333;
    font-size: 28px;
    padding-right: 33px;
}
.same-list-left .menu-fun-list li{
    padding: 0 14px;
    height: 30px;
    color: #666666;
    margin: 0 3px;
    margin-top: 2px;
    cursor: pointer;
    line-height: 30px;
}
.same-list-left .menu-fun-list li.active{
    background: #F08300;
    color: #ffffff;
}
.same-list-left .same-list-main{
    display: none;
    min-height: 435px;
}
.same-list-left .same-list-main.show{
    display: block;
}
.same-list-left .same-list-main li{
    margin: 0 13px 0 18px;
    border-bottom: 1px solid #E9E9E9;
    padding: 9px 0 18px 0;
    width: 415px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.same-list-left .same-list-main li:nth-last-of-type(1), .same-list-left .same-list-main li:nth-last-of-type(2) {
  
}
.same-list-left .same-list-main li .title{
    color: #333333;
    line-height: 35px;
}
.same-list-left .same-list-main li .list-bottom{
    height: 24px;
    line-height: 24px;
}
.same-list-left .same-list-main li .list-bottom .price{
    color: #FF5C00;
    font-weight: bold;
}
.same-list-left .same-list-main li .list-bottom .personalNum{
    padding-left: 24px;
    padding-right: 6px;
}
.same-list-left .same-list-main li .list-bottom .tag{
    margin: 0 6px;
    height: 24px;
    background: #EBF2F8;
    padding: 0 8px;
    text-align: center;
}

.same-list-right .same-right-imgbox{
    height: 110px;
}
.same-list-right .same-right-main{
    /* height: 362px; */
    margin-top: 21px;
}
.same-right-main .title{
    height: 42px;
    border-bottom: 1px solid #E9E9E9;
    line-height: 42px;
    color: #333333;
    padding-left: 16px;
}
.same-right-main ul{
    margin-top: 8px;
}
.same-right-main li{
    padding: 13px 16px 8px 16px;
}
.same-right-main .same-right-list-img{
    width: 36px;
    height: 36px;
    display: inline-block;
    border-radius: 50%;
}
.same-right-main .same-right-list-box{
    padding-left: 12px;
}
.same-right-main .same-right-list-box span{
    display: inline-block;
    padding: 2px 6px 6px 0;
    line-height: 8px;
}
.same-right-main .same-right-list-box *{
box-sizing: border-box;
}
/* industryExperts 行业专家 */
#main #industryExperts{
    /* height: 391px; */
    margin-bottom: 30px;
    padding-top: 20px;
}

#industryExperts ul{
    padding-top: 5px;
    padding-bottom: 62px;
}
#industryExperts li{
    width: 285px;
    height: 243px;
    border: 1px solid #E9E9E9;
    margin-right: 15px;
    padding: 19px 17px;
        margin-bottom: 10px;
}
#industryExperts li:last-child{
    margin: 0;
}
#industryExperts .character{
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 20px;
}
#industryExperts .character .character-img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
#industryExperts .character .character-main{
    padding-top: 6px;
    padding-left: 20px;
    line-height: 27px;
}
#industryExperts .desc {
    line-height: 22px;
    margin: 11px 0 16px;
    display: -webkit-box;    
    -webkit-box-orient: vertical;    
    -webkit-line-clamp: 3;    
    overflow: hidden;
        height: 60px;
}
#industryExperts .ask-btn {
    width: 109px;
    height: 32px;
    border: 1px solid #F08300;
    line-height: 30px;
    border-radius: 4px;
}
#industryExperts .help {
    line-height: 32px;
}
#industryExperts .help-counts {
    color: #ff5c00;
    padding: 0 3px;
}
#main #industryExperts *{
    box-sizing: border-box;
}
/* optimumCourses 优选课程 */
#main #optimumCourses{
    /* height: 492px; */
    margin-bottom:25px;
}
.optimumCourses-list{
    display: none;
}
.optimumCourses-list.show{
    display: block;
}
.optimumCourses-list>li {
    width: 285px;
    height: 273px;
    border-radius: 5px;
    margin-right: 22px;
    margin-bottom: 22px;
    overflow: hidden;
}
.optimumCourses-list>li a{
    display: inline-block;
}
.optimumCourses-list>li:nth-of-type(3n) {
    margin-right: 0;
}
.optimumCourses-list>li>img {
    width: 100%;
    height: 150px;
}
.optimumCourses-list>li>.tit {
    padding: 16px 16px 12px 16px;
    line-height: 16px;
        text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
.optimumCourses-list>li>.study-total {
    padding: 0 16px 15px 16px;
    line-height: 12px;
}
.optimumCourses-list>li>.bottom {
    padding: 0 16px;
}
.optimumCourses-list>li>.bottom .amount {
    line-height: 32px;
}
.optimumCourses-list>li>.bottom .study-btn {
    line-height: 32px;
    width:92px;
    height:32px;
    background:rgba(0,133,238,.15);
    border-radius:4px;
    cursor: pointer;
}

#optimumCourses .same-right-main{
    padding-bottom: 16px;
}
/* 专栏文章 */
.columnist-list {
    margin-bottom: 65px;
}
.columnist-list>li {
    padding: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E9E9E9;
    border-radius: 8px;
    width:100%;
}
.author {
    margin-bottom: 5px;
    color: #999;
    font-size: 13px;
}
.columnist-list>li>.img {
    width: 145px;
    height: 104px;
    border-radius: 4px;
}
.columnist-list>li>.cons {
    width: 100%;
}
.columnist-list>li>.cons a{
    display: inherit;
}
.columnist-list>li>.cons .tit {
    line-height: 22px;
    padding: 5px 0 15px;
    font-size: 18px;
    font-weight: 700;
}
.columnist-list>li>.cons .middle {
    line-height: 23px;
    margin-bottom: 15px;
}
.columnist-list>li>.cons .middle .head-img {
    height: 23px;
    width: 23px;
    border-radius: 50%;
    margin-right: 11px;
}
.columnist-list>li>.cons .middle .text {
    padding: 0 6px;
}
.columnist-list>li>.cons .desc {
    line-height: 22px;
    overflow: hidden;
    margin-bottom: 15px;
}

.duo-img img{
	margin-right: 10px;
}

/* footer */
#footer{
    background-color: #3c3c3c;
    color: #ccc;
}
#footer .link-wrap {
    border-bottom: 1px solid #555555;
}
#footer .footer-title {
    padding: 30px 0 17px;
}
#footer .title {
    width: 82px;
    height: 36px;
    line-height: 36px;
    background: #495059;
}
#footer .footer-link {
    line-height: 24px;
    margin-right: 15px;
    margin-bottom: 17px;
    color: #ccc;
}
#footer .footer-link:hover {
    color: #F08300;
}
#footer .copyrigth {
    height: 70px;
    line-height: 12px;
    color: #ccc;
    padding-top: 24px;
}
.send-menu{
    position: relative;
    float: right;
}
.send-menu ul{
position: absolute;
    width: 77px;
    display: none;
    top: 36px;
    left: 0px;
    background: #f5f5f5;
    border-radius: 5px;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 999;
    border: 1px solid #eaeaea;
}
.send-menu ul li{
    color: #333;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.send-menu ul li a:hover{
    color: #F08300;
}
.send-menu:hover ul{
    display: block;
}
.ws_header,.ws_header .menu{
	display:inline;
}
#banner .banner-buys .send-btn:hover{
	color:#fff;
}
#banner .banner-buys .publish-article:hover{
	color:#0085EE;
}
.same-content *{
	box-sizing: border-box;
}

.tli{border-radius:0!important; width:96%!important;}
.marb0{margin-bottom:0px!important}

				        .questioninfo{
				           line-height: 1.53846154;
                            font-family: "PingFang SC", "Hiragino Sans GB", Arial, Verdana, Tahoma, "微软雅黑" !important;
                            font-size: 14px;
                            color: #363636;
                            font-weight: normal;
                            -webkit-tap-highlight-color: rgba(26, 26, 26, 0);
                            list-style: none;
                            width: 100%;
                            box-sizing: border-box;
                            background: #fff;
                            display: inline-block;
                            border-radius: 8px;
                            padding: 20px;
                           
				        }
				        .questiontitle{
				            -webkit-tap-highlight-color: rgba(26, 26, 26, 0);
                            box-sizing: border-box;
                            list-style: none;
                            font-family: "Helvetica Neue",Helvetica,Tahoma,Arial,'Microsoft Yahei','PingFang SC','Hiragino Sans GB','WenQuanYi Micro Hei',sans-serif;
                            line-height: 1.1;
                            width: 100%;
                            font-size: 22px;
                            color: #363636;
                            margin: 15px 0;
                            font-weight: 700;
                            
				        }
				        .questiontag{
				            line-height: 1.53846154;
                            font-family: "PingFang SC", "Hiragino Sans GB", Arial, Verdana, Tahoma, "微软雅黑" !important;
                            font-size: 14px;
                            color: #fff;
                            font-weight: normal;
                            -webkit-tap-highlight-color: rgba(26, 26, 26, 0);
                            box-sizing: border-box;
                            list-style: none;
                            width: 100%;
                            height: 24px;
                            margin-bottom: 20px;
                            display: flex;
				        }
				        .questiontag  a{
				            font-family: "PingFang SC", "Hiragino Sans GB", Arial, Verdana, Tahoma, "微软雅黑" !important;
                            font-size: 14px;
                            font-weight: normal;
                            -webkit-tap-highlight-color: rgba(26, 26, 26, 0);
                            box-sizing: border-box;
                            list-style: none;
                            transition: all .4s cubic-bezier(.175,.885,.32,1);
                            text-decoration: none;
                            padding: 0px 10px;
                            min-width: 60px;
                            border-radius: 10px;
                            height: 24px;
                            display: block;
                            color: #fff;
                            margin: 0 10px;
                            background: rgb(240, 131, 0);
                            line-height: 24px;
                            text-align: center;
                            margin-left: 0;
				        }
				       .questioncon{
				           font-family: "PingFang SC", "Hiragino Sans GB", Arial, Verdana, Tahoma, "微软雅黑" !important;
                            font-weight: normal;
                            -webkit-tap-highlight-color: rgba(26, 26, 26, 0);
                            box-sizing: border-box;
                            list-style: none;
                            margin: 0 0 10px;
                            font-size: 14px;
                            margin-top: 25px;
                            color: #363636;
                            line-height: 26px;
                            text-align: justify;
				       }
				       .questionuserinfo{
				           line-height: 1.53846154;
                            font-family: "PingFang SC", "Hiragino Sans GB", Arial, Verdana, Tahoma, "微软雅黑" !important;
                            font-size: 14px;
                            color: #363636;
                            font-weight: normal;
                            -webkit-tap-highlight-color: rgba(26, 26, 26, 0);
                            box-sizing: border-box;
                            list-style: none;
                            width: 100%;
                            display: flex;
                            margin-top: 20px;
                            align-items: center;
                            position: relative;
				       }
				        .questionuserinfo .questionloc{
				            line-height: 1.53846154;
                            font-family: "PingFang SC", "Hiragino Sans GB", Arial, Verdana, Tahoma, "微软雅黑" !important;
                            font-weight: normal;
                            -webkit-tap-highlight-color: rgba(26, 26, 26, 0);
                            box-sizing: border-box;
                            list-style: none;
                            background: 0 0;
                            transition: all .4s cubic-bezier(.175,.885,.32,1);
                            text-decoration: none;
                            color: #13dab6;
                            font-size: 14px;
				        }
				        .userinfo{
				            line-height: 1.53846154;
                            font-family: "PingFang SC", "Hiragino Sans GB", Arial, Verdana, Tahoma, "微软雅黑" !important;
                            font-weight: normal;
                            -webkit-tap-highlight-color: rgba(26, 26, 26, 0);
                            box-sizing: border-box;
                            list-style: none;
                            flex: 1;
                            justify-content: flex-end;
                            display: flex;
                            align-items: center;
                            font-size: 12px;
                            color: #959595;
				        }
				        .userinfo img{
				            line-height: 1.53846154;
                            font-family: "PingFang SC", "Hiragino Sans GB", Arial, Verdana, Tahoma, "微软雅黑" !important;
                            font-weight: normal;
                            -webkit-tap-highlight-color: rgba(26, 26, 26, 0);
                            font-size: 12px;
                            color: #959595;
                            box-sizing: border-box;
                            list-style: none;
                            border: 0;
                            max-width: 100%;
                            vertical-align: middle;
                            width: 32px;
                            height: 32px;
                            border-radius: 32px;
                            margin-right: 10px;
                            display: block;
				            
				        }
				        .userinfo a{
				            line-height: 1.53846154;
                            font-family: "PingFang SC", "Hiragino Sans GB", Arial, Verdana, Tahoma, "微软雅黑" !important;
                            font-weight: normal;
                            -webkit-tap-highlight-color: rgba(26, 26, 26, 0);
                            font-size: 12px;
                            box-sizing: border-box;
                            list-style: none;
                            background: 0 0;
                            transition: all .4s cubic-bezier(.175,.885,.32,1);
                            text-decoration: none;
                            color: #363636;
				        }
				        .questionaction{
				            line-height: 1.53846154;
                            font-family: "PingFang SC", "Hiragino Sans GB", Arial, Verdana, Tahoma, "微软雅黑" !important;
                            font-size: 14px;
                            color: #363636;
                            font-weight: normal;
                            -webkit-tap-highlight-color: rgba(26, 26, 26, 0);
                            box-sizing: border-box;
                            list-style: none;
                            width: 100%;
                            display: flex;
                            align-items: center;
                            position: relative;
                            padding:20px 0 0;
				        }
				       .questionaction .questionaction-items{
				           line-height: 1.53846154;
                            font-family: "PingFang SC", "Hiragino Sans GB", Arial, Verdana, Tahoma, "微软雅黑" !important;
                            font-size: 14px;
                            font-weight: normal;
                            -webkit-tap-highlight-color: rgba(26, 26, 26, 0);
                            box-sizing: border-box;
                            list-style: none;
                            display: flex;
                            align-items: center;
                            width: 285px;
                            height: 32px;
                            color: #bbb;
				       }
				      .questionaction .questionaction-items span {
				           line-height: 1.53846154;
                            font-family: "PingFang SC", "Hiragino Sans GB", Arial, Verdana, Tahoma, "微软雅黑" !important;
                            font-weight: normal;
                            -webkit-tap-highlight-color: rgba(26, 26, 26, 0);
                            color: #bbb;
                            box-sizing: border-box;
                            list-style: none;
                            padding: 0 15px 0 0;
                            font-size: 12px;
				       }
				       .questionaction-right{
				           line-height: 1.53846154;
                            font-family: "PingFang SC", "Hiragino Sans GB", Arial, Verdana, Tahoma, "微软雅黑" !important;
                            font-weight: normal;
                            -webkit-tap-highlight-color: rgba(26, 26, 26, 0);
                            box-sizing: border-box;
                            list-style: none;
                            flex: 1;
                            justify-content: flex-end;
                            display: flex;
                            align-items: center;
                            color: #bbb;
                            font-size: 12px;
				       } 
                        .qs-answerbtn{
                            font-family: "PingFang SC", "Hiragino Sans GB", Arial, Verdana, Tahoma, "微软雅黑" !important;
                            font-weight: normal;
                            -webkit-tap-highlight-color: rgba(26, 26, 26, 0);
                            font-size: 12px;
                            box-sizing: border-box;
                            list-style: none;
                            text-decoration: none;
                            width: 100px;
                            height: 32px;
                            display: block;
                            border-radius: 32px;
                            line-height: 32px;
                            text-align: center;
                            color: #fff;
                            font-weight: 700;
                            background: #F08300;
                            box-shadow: 1px 0 10px rgba(255, 204, 0, 0.4);
                            transition: all .2s ease-in 0s;
                        } 
                        .qs-follow{
                            font-family: "PingFang SC", "Hiragino Sans GB", Arial, Verdana, Tahoma, "微软雅黑" !important;
                            font-weight: normal;
                            -webkit-tap-highlight-color: rgba(26, 26, 26, 0);
                            font-size: 12px;
                            box-sizing: border-box;
                            list-style: none;
                            text-decoration: none;
                            height: 32px;
                            display: block;
                            border-radius: 32px;
                            line-height: 32px;
                            margin-right: 20px;
                            text-align: center;
                            color: #898888;
                            background: #fff;
                            transition: all .2s ease-in 0s;
                        }
                        
                        
                        .note .post .comment-list .tool-group a.dianzan{
                            color: #ffaa00;
                            background: #fff9e0;
                            border-color: transparent;
                        }
                        .note .post .comment-list .tool-group a i.fa-eject{
                            color: #ffaa00;
                        }
                        .comments-mod .btn-green{
                             background: #ffaa00;
                        }
                        
                               .user_info_wrap{
           width: 100%;
           height: 260px;
           position: relative;
       }
       .user_header_image{
           position: absolute;
           /*top: -55px;*/
           left: 50%;
           transform: translateX(-50%);
           width: 90px;
           height: 90px;
           border: 10px solid #fff;
           border-radius: 50%;
           overflow: hidden;
       }
       
       .user_header_image .avatar{
           width: 90px;
           height: 90px;
       }
       
       .user_info_main{
            box-sizing:border-box;
            padding: 100px 0 0 0;
           display: flex;
           flex-direction: column;
           width: 100%;
           
           
       }
       .user_nickname{
           width: 100%;
           padding: 10px 0 12px;
           text-align: center;
       }
       .user_sex_and_signature{
           width: 100%;
    
           text-align: center;
       }
       
       .user_sex_and_signature .number-item{
           display: inline-block;
           zoom: 1;
           width: 80px;
           border-right: 1px solid #e6e6e6;
           color: #a4a4a4;
       }
       .number-title{font-size:12px;}
       .number {
           color: #979797;
           font-size: 20px;
       }
       a, a:visited {
            text-decoration: none;
            cursor: pointer;
        }
       
       .louzhu{
           font-size: 12px;
            border-radius: 3px;
            background: #ffebad;
            color: #ff9900;
            padding: 2px 6px;
            text-align: center;
       }
       
       .btn_wrap{
           padding: 20px 0;
           width: 100%;
           height: 45px;
           text-align: center;
       }
       
