@charset "UTF-8";

#search p.backtoindex{
	display: block;
	height: 13px;
	margin: 10px 0 0 0;
	padding: 0 0 0 23px;
	background: url("../images/icon-backs.png") no-repeat;
	background-size: 8px 13px;
	line-height: 13px;
}

.tabs {
	width: 100%;
	margin: 10px 0 0 0;
}
.tab_item {
	width: 110px;
	height: 50px;
	margin: 0 0 0 10px;
	border-radius: 5px 5px 0 0;
	background-color: #b8b8b8;
	line-height: 50px;
	text-align: center;
	display: block;
	float: left;
	transition: all 0.2s ease;
}
.firsttab{
	margin: 0 0 0 20px;
	background-color: #fff;
	color: #f26968;
}
.firsttab span{
	border-bottom: 1.5px solid #f26968;
	padding: 0 0 5px 0;
}
.tab_content {
	clear: both;
	overflow: hidden;
	background: transparent;
}
.tabwrapfirst, .tabwrap{
	padding: 20px;
	margin: 0 0 1.5px 0;
	background: #fff;
}
.post-pic img{
	width: 40px;
	height: 40px;
	margin: 0 10px 0 0;
	border-radius: 20px;
	float: left;
}
.post-name{
	height: 40px;
	float: left;
	line-height: 40px;
	font-weight: bold;
}
.post-date{
	height: 40px;
	float: right;
	line-height: 40px;
	font-size: 90%;
}
.post-tags{
	margin: 20px 0;
}
.post-tag{
	float: left;
}
.post-tag ul li{
	display: inline-block;
	width: 70px;
	height: 20px;
	margin: 5px 5px 0 0;
	border-radius: 10px;
	background: #f0e3e3;
	float: left;
	color: #5b5b5b;
	line-height: 20px;
	font-size: 80%;
	text-align: center;
}
.post-narrow{
	height: 30px;
	padding: 0 35px 0 0;
	background: url("../images/icon-searchs-w.png") no-repeat;
	background-position: center right;
	background-size: 30px 30px;
	float: right;
	line-height: 30px;
}
.post-text a{
	color: #f26968;
}
.post-images li{
	position: relative;
	overflow: hidden;
	width: 32%;
	float: left;
	margin: 20px 1% 0 0;
}
.post-images li:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.post-images li div{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.post-images li div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    }
.post-review{
	width: 100%;
	display: inline-block;
	margin: 20px 0 0 0;
}
.post-review li{
	width: calc((100% - 110px) / 3);
	height: 25px;
	float: left;
	line-height: 25px;
}
.post-review li.like-icon{
	background: url("../images/icon-like-w.png") no-repeat;
	background-position:  center left;
	background-size: 25px 25px;
	/* padding: 0 0 0 35px; */
}
.post-review li.like-icon.liked{
	background: url("../images/icon-like-c.png") no-repeat;
	background-position:  center left;
	background-size: 25px 25px;
	/* padding: 0 0 0 35px; */
}
.post-review li.post-comment{
	background: url("../images/icon-comment-w.png") no-repeat;
	background-position:  center left;
	background-size: 25px 25px;
	/* padding: 0 0 0 35px; */
}
.post-review li.like-icon a,
.post-review li.post-comment a{
	padding-left: 35px;
}
.post-review li.post-comment.commented{
	background: url("../images/icon-comment-c.png") no-repeat;
	background-position:  center left;
	background-size: 25px 25px;
	padding: 0 0 0 35px;
}
.post-review li.post-bookmark{
	background: url("../images/icon-bookmark-w.png") no-repeat;
	background-position:  center left;
	background-size: 25px 25px;
	padding: 0 0 0 35px;
}
.post-review li.post-bookmark.marked{
	background: url("../images/icon-bookmark-c.png") no-repeat;
	background-position:  center left;
	background-size: 25px 25px;
	padding: 0 0 0 35px;
}
.helpful div, .helpful p {
	display: block;
	width: 460px;
	margin: 0 auto;
}
.helpful label {
	width: 147px;
	height: 42px;
	padding: 0;
	margin: 0;
	line-height: 45px;
	text-align: center;
	background: #fff;
	border-radius: 3px;
	border: solid 1.5px #5b5b5b;
	float: left;
	cursor: pointer;
}
.helpful input:checked + label, .checked{
	color: #fff;
	background-color: #f26968 !important;
	border: solid 1.5px #f26968 !important;
}
.helpful div p{
	width: 60px;
	height: 45px;
	line-height: 45px;
	padding: 0 0 0 20px;
	float: left;
}
.helpful div.report{
	display: block;
	width: 460px;
	margin: 20px auto 0 auto;
	border-top: solid 0.5px #b8b8b8;
}
.report button{
	background: #5b5b5b;
}
.commentarea textarea, .othercomments textarea{
	width: calc(96% - 3px);
	height: 130px;
	padding: 2%;
	border-radius: 3px;
	border: solid 1.5px #5b5b5b;
}
.othercomments textarea:read-only{
	width: auto;
	height: auto;
	padding: 0;
	border-radius: 0px;
	border: 0;
}
.commentsend{
	display: block;
	width: 225px;
	height: 45px;
	padding: 0;
	margin: 20px auto;
	line-height: 45px;
	text-align: center;
	background: #f26968;
	border-radius: 3px;
	color: #fff;
}
.comment-text{
	margin: 20px 0;
	
}

.usertable{
	width: 460px;
	margin: 0 auto;
}
.usertable th{
	width: 100px;
	padding: 10px 10px 10px 0;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	border-right: solid 0.5px #5b5b5b;
}
.usertable td{
	padding: 10px 0 10px 10px;
}
.demo img{
	width: 18px;
	height: 25px;
	margin: 0 10px 0 0;
	float: left
}
.demo p{
	height: 25px;
	line-height: 25px;
	float: left;
}
.allergie{
	padding: 0 0 10px 28px;
	font-size: 95%;
}
.policy h3, .selfintro h3{
	margin: 20px 0 10px 0;
	font-weight: bold;
}
.policy li{
	margin: 0 5px 5px 0;
	padding: 5px 10px;
	border: solid 0.5px #b8b8b8;
	border-radius: 5px;
	float: left;
    color: #b8b8b8;
}

.modal2{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal2__bg{
    background: rgba(0,0,0,0.3);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal2__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}
.modal2__content p{
    width: calc(100% - 46px);
	float: left;
    text-align: center;
    padding: 0 0 0 23px;
}
.modal2__content p.caution{
    width: 100%;
	float: none;
    text-align: left;
    padding: 0;
}
.modal2__content .h3 a{
    float: right;
}
.modal2__content img{
	width: 23px;
	height: 23px;
	float: right;
}
.modal2__content textarea{
	width: calc(100% - 23px);
    margin: 10px 0 0 0;
    padding: 10px;
	height: 130px;
	border-radius: 3px;
	border: solid 1.5px #5b5b5b;
}
.post-button{
    width: 460px;
    margin: 10px auto;
}
.edit{
	display: block;
	width: 220px;
	height: 45px;
	margin: 0 auto;
	line-height: 45px;
	text-align: center;
	border-radius: 3px;
	color: #fff;
    background: #f26968;
    float: left;
}
.delete{
	display: block;
	width: 220px;
	height: 45px;
	margin: 0 auto;
	line-height: 45px;
	text-align: center;
	border-radius: 3px;
	color: #fff;
    background: #5b5b5b;
    float: right;
}

.modal3{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal3__bg{
    background: rgba(0,0,0,0.3);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal3__content{
    background: #fff;
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% - 80px);
    max-width: 420px;
}
.modal3__content p{
    width: calc(100% - 46px);
	float: left;
    text-align: center;
    padding: 0 0 0 23px;
}
.modal3__content .h3{
    border-bottom: 1px solid #b8b8b8;
    padding: 0 0 20px 0;
}
#modal03-3 .modal3__content .h3{
    border-bottom: none;
    padding: 0;
}
.modal3__content .h3 a{
    float: right;
}
.modal3__content img{
	width: 23px;
	height: 23px;
	float: right;
}
.modal3__content textarea{
	width: calc(100% - 23px);
    margin: 10px 0 0 0;
    padding: 10px;
	height: 130px;
	border-radius: 3px;
	border: solid 1.5px #5b5b5b;
}
.like-table {
    width: 100%;
}
.like-table th{
    font-weight: normal;
    padding: 20px 0 0 0;
    text-align: right;
}
.like-table th span{
    padding: 5px 10px;
    border-radius: 20px;
    background: #b8b8b8;
    color: #fff;
}
.like-table td{
    height: 40px;
    padding: 5px 0;
    vertical-align: middle;
}
.like-pic {
	width: 50px;
}
.like-pic img{
	width: 40px;
	height: 40px;
	border-radius: 20px;
    float: none;
}
.like-number{
    width: 100px;
    text-align: right;
}
.post_goodsName{
	color: #4f81bd;
	text-decoration: underline;
}

@media screen and (max-width: 640px) {

	#search p.backtoindex{
		display: none;
	}
	.tabs {
		width: 96%;
		margin: 10px auto;
	}
	.tab_item {
		width: calc(97% / 3);
		margin: 0 0 0 1.5%;
	}
	.tab_item a{
        display: block;
	}
	.firsttab{
		margin: 0;
	}
	.post-narrow{
		width: 100%;
		margin: 10px 0 0 0;
		text-align: right;
	}
	.tabwrapfirst{
		margin: 0 0 10px 0;
		padding: 20px 2%;
		border-radius: 0 0 5px 5px;
	}
	.tabwrap{
		margin: 0 0 10px 0;
		padding: 20px 2%;
		border-radius: 5px;
	}
	.helpful div, .helpful p {
		width: 100%;
	}
	.helpful label {
		width: calc(25% - 3px);
	}
	.helpful div p{
		width: calc(25% - 20px);
	}
	.helpful div.report{
		width: 100%;
	}
	.usertable{
		width: 100%;
		margin: 0 auto;
	}
	.usertable th{
		width: 32%;
		padding: 10px 2% 10px 0;
	}
	.usertable td{
		padding: 10px 0 10px 2%;
	}

    .modal2__content{
        width: 80%;
        padding: 4%;
    }
    .post-button{
        width: 100%;
    }
    .edit{
        width: 49%;
    }
    .delete{
        width: 49%;
    }

    
}