/*main样式开始处*/
.main{
    margin-top: 10px;
}

/*left-box样式开始处*/
.left-box{
    width: 835px;
}

/*question-box样式开始处*/
.question-box{
    background-color: #ffffff;
}
.question-box .first-box{
    padding: 15px 25px 25px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #e8e8e8;
}
.question-box .first-box img{
    width: 95px;
    height: 95px;
    border-radius: 5px;
}
.question-box .first-box .right-box{
    margin-left: 20px;
}
.question-box .first-box .right-box p{
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: bold;
}
.question-box .first-box .right-box .content{
    max-width: 660px;
}
.question-box .first-box .right-box span{
    margin-top: 24px;
    font-size: 16px;
    color: #909090;
    letter-spacing: 1px;
    line-height: 26px;

}
.question-box .first-box .right-box button{
    color: #00A4F9;
    font-size: 16px;
    margin-left: 5px;
    background: none;
    border: none;
    cursor: pointer;
}

.question-box .second-box{
    padding: 20px 20px 15px;
    height: 78px;
    box-sizing: border-box;
}
.question-box .second-box .follow{
    display: inline-block;
    float: left;
    width: 97px;
    height: 35px;
    line-height: 35px;
    color: #ffffff;
    background-color: #00A4F9;
    text-align: center;
    font-size: 15px;
    border-radius: 5px;
    letter-spacing: 1px;
}
.followed {
    background-color: #6A6F83!important;
}
.question-box .second-box ul{
    display: inline-block;
    margin-left: 25px;
    margin-top: 7px;
}
.question-box .second-box ul li{
    float: left;
    margin-right: 30px
}
.question-box .second-box ul li a{
    color: #CDCDCD;
    font-size: 16px;
}
.question-box .second-box ul li .share:hover{
    color: #FFCA39;
}
.question-box .second-box ul li a i{
    margin-top: 2px;
    margin-right: 5px;
    font-size: 19px;
    float: left;
}
.question-box .second-box ul li .share i{
    font-size: 16px;
}
.question-box .second-box ul .share-way{

}
.question-box .second-box ul .share-way a{
    width: 38px;
    height: 38px;
    margin-top: -8px;
    margin-right: 15px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.question-box .second-box ul .share-way a i{
    float: none;
    margin-right: 0;
    font-size: 24px;
}
.share-way .weibo:hover{
    color: #FF6161;
}
.share-way .qq:hover{
    color: #38C0FF;
}
.share-way .wechat:hover{
    color: #47C93D;
}

/*question-box样式开始处*/
.question-details{
    margin-top: 10px;
    background-color: #ffffff;
}
.question-details .question-tit-box{
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #909090;
    border-bottom: 1px solid #e8e8e8;
}
.question-details .question-tit-box .change-label{
    margin-top: 19px;
    margin-right: 10px;
    max-width: 80px;
    padding: 0 10px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    text-align: center;
    background-color: #f3f5f7;
    color: #6f6b6b;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.question-details .question-tit-box .label{
    margin-top: 22px;
    cursor: pointer;
}
.question-details .question-tit-box .qu-r-box{
    font-size: 15px;
}
.question-details .question-tit-box .qu-r-box span{
    cursor: pointer;
}
.question-details .question-tit-box .qu-r-box span:first-child{
    margin-right: 5px;
}
.change-blue{
   color: #00A4F9!important;
}
.question-details .question{
    padding: 30px 25px;

    box-sizing: border-box;
}
.question-details .question ul li:first-child{
    margin-top: 0;
}
.question-details .question ul li{
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
}
.question-details .question ul li:last-child{
    border: none;
}
.question-details .question ul li .question-tit span{
    display: inline-block;
    margin-top: 1px;
    float: left;
    width: 55px;
    height: 20px;
    text-align: center;
    background-color: #00A4F9;
    color: #ffffff;
    border-radius: 5px;
    line-height: 20px;
    margin-right: 5px;
}
.question-details .question ul li .question-tit p{
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    letter-spacing: 1px;
}
.question-details .question ul li .user-box{
    margin-top: 15px;
    font-size: 14px;
}
.question-details .question ul li .user-box img{
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 10px;
}
.question-details .question ul li .user-box span{
    margin-right: 5px;
}

.question-details .question ul li .question-content{
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.question-details .question ul li .sec-box{
    margin-top: 14px;
    font-size: 14px;
}
.question-details .question ul li .sec-box .name{
    margin-right: 10px;
    float: left;
    display: inline-block;
    height: 23px;
    padding: 0 12px;
    line-height: 23px;
    background-color: #fff5e4;
    border-radius: 3px;
    color: #a55e49;
    font-size: 12px;
    letter-spacing: 1px;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.question-details .question ul li .sec-box span{
    display: inline-block;
    margin-right: 20px;
    color: #CDCDCD;
}
.question-details .question ul li .sec-box span:last-child{
    margin-right: 0;
}
.question-details .question ul li .sec-box span i{
    margin-right: 7px;
    float: left;
    font-size: 18px;
    cursor: pointer;
}
.question-details .question ul li .sec-box span .icon-comment{
    font-size: 15px;
}







/*sideBar样式开始处*/
.sideBar{
    margin-left: 10px;
    width: 355px;
}

/*number-box样式开始处*/
.sideBar .number-box{
    padding: 15px 0;
    background-color: #ffffff;
}
.sideBar .number-box .exam-poing{
    float: left;
    height: 75px;
    border-right: 1px solid #e8e8e8;
    width: 49%;
    text-align: center;
}
.sideBar .number-box .exam-poing p{
    font-size: 16px;
    margin-bottom: 22px;
    margin-top: 5px;
}
.sideBar .number-box .exam-poing span{
    font-size: 14px;
    color: #909090;
    cursor: pointer;
}
.sideBar .number-box .test{
    float: left;
    width: 50%;
    height: 75px;
    text-align: center;
}
.sideBar .number-box .test p{
    margin-bottom: 22px;
    margin-top: 5px;
    font-size: 16px;
}
.sideBar .number-box .test span{
    color: #909090;
    font-size: 14px;
    cursor: pointer;
}

/*put-question样式开始处*/
.sideBar .put-question{
    margin-top: 10px;
}
.sideBar .put-question a{
    display: block;
    height: 63px;
    background-color: #00D18A;
    color: #FFFFFF;
    text-align: center;
    line-height: 63px;
    font-size: 16px;
    letter-spacing: 1px;
}

/*热门问答样式开始处*/
.related-questions{
    /*height: 665px;*/
    margin-top: 10px;
    padding: 15px 10px;
    background-color: #ffffff;
    box-sizing: border-box;
}
.related-questions .related-tit{
    padding: 0 5px 15px 5px;
    border-bottom: 1px dashed #e8e8e8;
    font-size: 16px;
    box-sizing: border-box;
}
.related-questions .related-tit:before{
    content: "■";
    float: left;
    margin-right: 10px;
    margin-top: -2px;
    color: #FF6161;
    font-size: 12px;
}
.related-questions .related-tit em{
    color: #8A8A8A;
    font-size: 14px;
}
.related-questions .question-box li{
    margin-top: 5px;
    padding: 15px 0 15px 5px;
    border-bottom: 1px solid #e8e8e8;
}
.related-questions .question-box li:last-child{
    border: none;
}
.related-questions .question-box li:first-child{
    margin-top: 0;
}
.related-questions.question-box li .box-tit{
    font-size: 14px;
}
.related-questions .question-box li .box-tit img{
    width: 25px;
    margin-right: 7px;
}
.related-questions .question-box li .box-tit .username{
    max-width: 100px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.related-questions .question-box li .box-tit em{
    color: #8A8A8A;
}
.related-questions .question-box li p{
    margin-top: 14px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.related-questions .question-box .bottom-box{
    margin-top: 10px;
    color: #8A8A8A;
}
.related-questions .question-box .bottom-box em{
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.related-questions .question-box .bottom-box .zan{
    margin-right: 10px;
}

.related-questions .question-box .hot-question p{
    margin-top: 0;
}


/*弹框样式开始处*/
.tiwen-swiper{
    padding: 50px 25px 35px;
    background-color: #ffffff;
}
.tiwen-swiper .select-box{

}
.tiwen-swiper .select-box select{
    width: 145px;
    height: 35px;
    margin-right: 15px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
}
.tiwen-swiper .select-box select option{

}
.tiwen-swiper .input{
    margin-top: 15px;
}
.tiwen-swiper .input input{
    margin-bottom: 10px;
    padding-left: 5px;
    width: 100%;
    height: 40px;
    border: 1px solid #e8e8e8;
    font-size: 14px;
    resize: none;
    line-height: 40px;
}
::-webkit-input-placeholder{/* WebKit browsers */
    color: #B6B6B6;
}
:-moz-placeholder{/* Mozilla Firefox 4 to 18 */
    color: #B6B6B6;
}
::-moz-placeholder{/* Mozilla Firefox 19+ */
    color: #B6B6B6;
}
:-ms-input-placeholder{/* Internet Explorer 10+ */
    color: #B6B6B6;
}
#editor{
   /* margin-top: 10px;*/
}
.tiwen-swiper .sec-box{
    margin-top: 20px;
}
.tiwen-swiper .sec-box a{
    display: inline-block;
    width: 90px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
    font-size: 16px;
}
.tiwen-swiper .sec-box .cancel{
    margin-right: 10px;
    background-color: #D9D9D9;
}
.tiwen-swiper .sec-box .submit{
    background-color: #00A4F9;
}


.delivery-swiper{
    padding: 70px 0 45px;
    background-color: #ffffff;
    text-align: center;
    z-index: 99999999999;
}
.delivery-swiper p{
    font-size: 16px;
    margin-bottom: 30px;
}
.delivery-swiper p span{
    height: 28px;
    width: 68px;
    margin-left: 7px;
    line-height: 28px;
    display: inline-block;
    background-color: #47C93D;
    color: #ffffff;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}
.delivery-swiper p:last-child{
    cursor: pointer;
}


/*none*/
.none{
    position: relative;
    height: 500px;
    background-color: #ffffff;
}
.none img{
    width: 60%;
    margin-top: 48px;
    margin-left: 165px;
}
.none p{
    margin-top: 5px;
    text-align: center;
    font-size: 16px;
    color: #a7a7a7;
    letter-spacing: 2px;
}



/*更换标签弹窗样式*/
.layer-label{
    padding: 20px;
    width: 360px;
    height: 200px;
    background-color: #ffffff;
}
.layer-label span{
    margin-right: 25px;
    margin-bottom: 15px;
    display: inline-block;
    float: left;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #e8e8e8;
    cursor: pointer;
    max-width: 145px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


































































