
em, i {
    font-style: normal;
}
img {
    min-height: 1px!important;
    min-width: 1px!important;
}
.box, pre, textarea {
    /*font-family: arial,'pingfang sc',stheiti,'microsoft yahei',sans-serif;*/
    outline: 0;
}
.box {
    position: relative;
    margin-bottom: 10px;
    padding: 28px 30px;
    border-radius: 2px;
    background-color: #fff;
}
.tags {
    font-size: 12px;
    margin-bottom: 18px;
    margin-top: 0;
}
.tags-tab {
    line-height: 17px;
    display: inline-block;
    max-width: 84px;
    height: 18px;
    margin-right: 10px;
    padding: 0 6px;
    color: #fa9600;
    border: 1px solid #f5cc84;
    border-radius: 2px;
}
.question-head {
    margin-bottom: 24px;
}
.question-title{
    font-size: 22px;
    line-height: 25px;
    display: inline;
    margin-right: 6px;
    vertical-align: top;
    word-wrap: break-word;
    font-weight: bold;
}
.ft-bar {
    line-height: 22px;
    position: relative;
    height: 30px;
    margin-top: 0;
}
.user-thumb-box {
    position: relative;
    float: left;
    padding-right: 8px;
}
.ft-bar .user-thumb {
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
}
.ft-bar .user-thumb img {
    border-radius: 100%;
}
.ft-bar .user-thumb:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 100%;
}
.ft-bar .user-name-box {
    float: left;
    margin-right: 10px;
}
.ft-bar .user-txt {
    font-size: 12px;
    float: left;
    color: #a3a3a3;
}
.ft-bar .user-txt span {
    float: left;
}
.ft-bar .user-txt span+span:before {
    float: left;
    width: 1px;
    height: 12px;
    margin: 4px 8px 0;
    content: '';
    background-color: #e0e0e0;
}

/*answer*/
.replay-wrap {
    padding: 18px 0 6px;
    border-top: 1px solid #f2f2f2;
}
.replay-wrap:first-child {
    padding-top: 0;
    border-top: none;
}
.box-head {
    font-size: 18px;
    line-height: 25px;
    position: relative;
    margin: 0;
    font-weight: bold;
}
.box-head .box-title{
	margin: 0;
	font-size: 18px;
    line-height: 25px;
    position: relative;
}
.box-head .box-title-best {
    color: #337eff;
}
 .adopt-tag-v2 i {
    background-image: url(../images/sprite_icons.png);
}
.adopt-tag-v2 i {
    margin: 0 2px 0 -2px;
    vertical-align: top;
    background-position: -53px -60px;
    width: 24px;
    height: 24px;
    display: inline-block;
}
.toprgt-bar {
    position: absolute;
    top: 0;
    right: 0;
    padding-bottom: 4px;
}
.tit-prompt {
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    max-width: 260px;
    height: 14px;
    padding-bottom: 0;
    color: #b3b3b3;
}
.tit-prompt i {
    margin-right: 5px;
    vertical-align: top;
    width: 14px;
    height: 14px;
    display: inline-block;
}
.replay-section {
    position: relative;
    padding: 18px 0 12px;
}
.user-thumb-box {
    position: relative;
    float: left;
    padding-right: 8px;
}
.replay-section .user-thumb {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
}
.replay-section .user-thumb:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    content: '';
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 100%;
}
.replay-section .user-thumb img {
    border-radius: 100%;
}
.replay-section .user-name-box {
    overflow: hidden;
    margin: 1px 0 2px;
}
.replay-section .user-name {
    line-height: 20px;
    float: left;
    max-width: 97px;
}
.replay-section .user-txt {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 18px;
    color: #a3a3a3;
}
.replay-info-txt {
    font-size: 16px;
    font-size: 1.333rem;
    line-height: 28px;
    margin: -12px 0 18px;
    text-align: justify;
    word-wrap: break-word;
    color: #333333;
    padding-right: 25px;
    padding-top: 20px;
}
.replay-info-txt h3:hover i{
	background: #EF9033;
}
.replay-info-txt a {
    padding-bottom: 2px;
    color: #4d8eff;
    text-decoration: none;
}
.replay-info-txt a:hover{
	color: #EF9033;
}
.replay-info-txt ul a{
	color: #666666;
}
.replay-info-txt p, .replay-info-txt ul {
    margin-bottom: 26px;
    margin-bottom: 2.2rem;
    line-height: 30px;
    line-height: 1.85;
}
.replay-info-txt h3 {
	font-size: 18px;
	font-weight: normal;
}
.replay-info-txt h3 i{
    color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 50%;
    background: #4d8eff;
    text-align: center;
    font: 700 18px/30px arial;
}
.replay-info-txt h3.subtitle{
    padding-left: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
    border-left: 4px solid #4d8eff;
    font-weight: 300;
    margin-bottom: 20px;
}
.replay-info-txt dl {
	margin-left: 30px;
}
.replay-info-txt dl dt{
	padding: 5px 0;
	font-size: 15px;
}
.replay-info-txt dl dd{
	font-size: 15px;
	padding: 5px 0;
}
.replay-info-txt img {
    display: block;
    max-width: 100%;
}
.replay-info-txt .line-gap {
    height: 71px;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.replay-info-txt .line-gap hr {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 0;
    left: 50%;
    width: 450px;
    display: block;
    height: 1px;
    margin: 0;
    background-color: #e0e0e0;
}
.ft-bar {
    line-height: 22px;
    position: relative;
    height: 30px;
}
.ft-info-box {
    height: 22px;
    margin-top: 8px;
    color: #a3a3a3;
}
.btn-comment {
    margin-right: 12px;
    padding-right: 16px;
    color: #a3a3a3;
}
.ft-btn-box {
    position: absolute;
    right: 0;
    bottom: 0;
}
.ft-btn-box .up-tag {
    float: left;
    position: relative;
    padding-left: 20px;
    margin-left: 8px;
    height: 20px;
    line-height: 20px;
    vertical-align: top;
}
.ft-btn-box .txt-num {
    float: left;
    margin-left: 8px;
    color: #666;
    font-size: 14px;
    vertical-align: top;
    height: 20px;
    line-height: 20px;
}
.ft-btn-box .up-tag:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-position: -68px -155px;
    width: 15px;
    height: 13px;
}
.load-more-new {
    position: relative;
    padding: 12px 0;
    text-align: center;
    background-color: #fff;
}
.load-more-new:before {
    position: absolute;
    top: 22px;
    left: 50%;
    width: 415px;
    height: 1px;
    margin-left: -207px;
    content: '';
    background-color: #f2f2f2;
}
.btn-load-more {
    line-height: 20px;
    display: inline-block;
    color: #a3a3a3;
}
.load-more-new .btn-load-more {
    position: relative;
    width: 110px;
    background-color: #fff;
}
.btn-load-more i {
    margin-left: 6px;
    vertical-align: 2px;
    background-position: -177px -135px;
    width: 10px;
    height: 6px;
    display: inline-block;
}
.wikiitem {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
    transition: all 0.3s ease 0s;
}
.wikiitem .item-img {
    position: relative;
    float: left;
    width: 25%;
    overflow: hidden;
    border-radius: 3px;
    transition: box-shadow 0.3s ease 0s;
}
.wikiitem .item-img:before {
    content: "";
    display: block;
    padding-top: 62.5%;
}
.wikiitem .item-img .item-img-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.wikiitem .item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
}
.wikiitem .item-content {
    margin-left: 28%;
    font-size: 15px;
}
.wikiitem .item-title {
    color: #444;
    font-weight: 500;
    margin-bottom: 3px;
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.4;
}
.wikiitem .item-title a {
    color: #333;
    overflow: hidden;
    max-height: 56px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-weight: 600;
}
.btn-zan {
    cursor: pointer;
    display: inline-block;
    padding: 0 20px;
    height: 34px;
    line-height: 34px;
    background: #f0f0f0;
    color: #999;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    font-size: 14px;
}
@media only screen and (max-width: 640px) {
	.replay-info-txt dl {
	margin-left: 0;
	}
.box {
    padding: 17px 18px;
    }
    .wikiitem .item-img{
    	width: 100%;
    	display: block;
    	margin-bottom: 15px;
    }
    .wikiitem .item-img:before{display: none;}
    .wikiitem .item-img .item-img-inner{
    	position: relative;
    }
    .wikiitem .item-img img{
    	width: 80%;
    	height: auto;
    	display: block;
    	margin: auto;
    }
    .wikiitem .item-content{
    	margin-left: 0;
    }
}