

/*我的故事*/
.pstory{
	background: #ffffff;
}
.pstory .photo {
	width: 210px;
	height: 210px;
}

.pstory .storybox {
	flex: 1;
	position: relative;
	padding: 14px 15px;
}
.pstory .title span{
	display: inline-block;
	width: 90px;
	line-height: 34px;
	background: var(--themeColors);
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.pstory .intro{
	padding: 10px 0;
	line-height: 30px;
	border-bottom: 1px solid #F8F8F8;
	color: #333333;
	font-size: 14px;
	height: 50px;
}
.pstory .intro span{
	margin-right: 7%;
}
.pstory .text{
	padding: 15px 0 0 0;
	line-height: 20px;
	color: #666666;
	font-size: 14px;
}

.pstory .storybox a{
	color: var(--themeColors);
	font-size: 14px;
}

.pstory .title-more{
	margin-left: 15px;
}
.pstory .title-more a{
	font-size: 14px;
	color: #666666;
	line-height: 46px;
}
.pstory .title-more a:hover{
	color: var(--themeColors);
}
.pstory .title-more img{
	width: 16px;
	margin-left: 4px;
}
.pstory .triangle{
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #ffffff;
}














/*产品评论*/
.remark .know .titlebox {
	background: url(../images/dayi.png) no-repeat center;
	background-size: cover;
}
.answer-form{
	padding: 20px 17px 5px 23px;
	min-height: 270px;
	background: #FFFFFF;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
}
.answer-form li{
	display: flex;
	width: 46%;
	float: left;
	margin-bottom: 15px;
	/*padding: 0 3%;*/
	float: left;
}
.answer-form li:nth-child(2n){
	float: right;
}
.answer-form p{
	display: block;
	min-width: 80px;
}
.answer-form .input{
	flex: 1;
	width: 100%;
	height: 32px;
	font-size: 14px;
	color: #333333;
	background: #FFFFFF;
	border: 1px solid #F8F8F8;
	padding: 0 10px;
}
.answer-form .radiobox{
	margin-right: 50px;
}
.answer-form .radiobox:last-child{
	margin-right: 0;
}
.answer-form .checkradio{
	/*margin-right: 5px;*/
}
.answer-form textarea{
	width: 100%;
	height: 60px;
	background: #F8F8F8;
	padding: 10px 16px;
	border: none;
	font-size: 14px;
	line-height: 20px;
}
.answer-form .submit{
	text-align: right;
}
.answer-form .submit button {
	width: 126px;
	height: 32px;
	background: var(--themeColors);
	font-size: 14px;
	color: #FFFFFF;
}






/*答疑列表*/
.answer-list li{
	display: flex;
	background: #FFFFFF;
	padding: 16px;
	margin-bottom: 10px;
}
.answer-list li .icon {
	width: 20px;
	margin-right: 6px;
}
.answer-list li .intro {
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	flex: 1;
}
.answer-list li .title {
	color: #333333;
	line-height: 25px;
	font-weight: bold;
	flex: 1;
}
.answer-list li .title:hover{
	color: var(--themeColors);
}
.answer-list li .admin {
	color: var(--themeColors);
	margin: 10px 0 10px;
}
.answer-list li .text {
	padding: 14px 16px;
	background: #FBF9F9;
	color: #333333;
}
.answer-list .text-right a {
    color: var(--themeColors);
    font-size: 14px;
}


.answer-list .title-more{
	margin-left: 15px;
	min-width: 100px;
	text-align: right;
}
.answer-list .title-more a{
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
.answer-list .title-more a:hover{
	color: var(--themeColors);
}
.answer-list .title-more img{
	width: 16px;
	margin-left: 4px;
}













/*顾客留言*/
.customer-msg{
	padding: 0 16px;
	background: #FFFFFF;
}
.customer-msg li{
	padding: 16px 0;
	border-bottom: 1px solid #F8F8F8;
	font-size: 14px;
	display: flex;
}
.customer-msg .icon{
	width: 14px;
	min-width: 14px;
	margin-right: 5px;
}
.customer-msg .text{
	flex: 1;
}
.customer-msg .title{
	color: #333333;
	font-weight: bold;
	margin-bottom: 15px;
}
.customer-msg .hf{
	color: var(--themeColors);
}
.customer-msg .time{
	color: #999999;
}











@media screen and (max-width: 768px){
/*我的故事*/
.pstory {
    background: #ffffff;
    display: block;
}
.pstory .photo {
    width: 100%;
    height: 210px;
}



/*产品评论*/
.answer-form li {
    width: 100%;
}
.answer-form .radiocard{
	display: block;
}
.answer-form .radiobox {
    margin: 0 0 10px 0;
}
.answer-form .submit {
    margin-bottom: 15px;
}








/*顾客留言*/
.customer-msg li {
    display: block;
}
.customer-msg .icon {
    float: left;
}
.customer-msg .text {
    margin: 0 0 0 20px;
}
.customer-msg .time {
    margin: 10px 0 0 20px;
}
}