*{
	box-sizing: border-box;
}
#comment-form input,#comment-form textarea,#comment-form button{
    box-sizing: border-box;
    padding: 0;
    box-shadow: none;
    border: none;
}
#comment-form input,#comment-form textarea{
	padding-left: 5px;
}
#comment-form button {
    color: #000;
    float: none;
}
#n-comment{
	width: 100%;
    margin: 8px auto 0;
	background: #fff;
}
#n-comment .cm-title {
    padding: 12px 0 9px 0;
    position: relative;
    border-bottom: 1px solid #ddd;
}
#n-comment .cm-title .font {
    font-size: 16px;
    color: #333;
    margin-left: 3%;
}
#n-comment .cm-title .cm-link {
    position: absolute;
    right: 45%;
    bottom: 6px;
    font-size: 12px;
    color: #70a0ff;
    padding: 4px 16px 4px 16px;
    background-size: 9px auto;
    cursor: pointer;
    line-height: 5px;
    background-color: ;
    border: 1px solid #ccc;
    border-radius:20px;
    height: 30px;
    line-height: 20px
}
#n-comment  .cm-cont {
    padding: 10px 0 16px 0;
}
#comment-modal{
    display: none;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 998;
    margin: 0 auto;
    background: rgba(0,0,0,.6);
}
#n-comment .cm-cont {
    padding: 10px 0 16px 0;
}
#n-comment  .cm-cont ul li {
	display: block;
    width: 94%;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
    padding-top: 8px;
    height: auto;
}
#n-comment  .cm-cont ul li .cms {
    color: #999;
    font-size: 12px;
    position: relative;
}
#n-comment  .cm-cont ul li .com {
    padding: 4px 0 8px 0;
    color: #5a5959;
    font-size: 13px;
    word-break: break-all;
}
#n-comment  .cm-cont ul li .com-reply {
	padding-bottom: 8px;
    font-size: 12px;
    color: #70a0ff;
    text-indent: 1em;
}
#n-comment  .cm-cont ul li .com-reply span{
    color: #999;
}
#n-comment  .cm-cont ul li .com img {
	width: auto;
    height: 64px;
    margin: 4px 0;
}
#n-comment #pagination{
	text-align: center;
}
#n-comment #pagination .pagination_ajax{   
    padding-bottom: 15px;
}
#n-comment #pagination .pagination_ajax span{
    display: inline-block;
    width: 25px;
}
#n-comment #pagination .pagination_ajax span a{
	display: inline-block;
	width: 100%;
	color: #70a0ff;
}
/*評論表單*/
#remarklist{
	display: none;
	width: 80%;
	max-height: 80%;
	position: fixed;
	top: 10%;
	left: 0;
	right: 0;
	margin: 0 auto;	
	padding-bottom: 25px;
	z-index: 999;
	background: #eee;
    border-radius: 3px;
    overflow-y: auto;
}
.remark-title{
	padding: 15px 0;	
    color: #666;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
#remarklist .close {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../image/close.png);
    background-size: 20px;
    position: absolute;
    right: 10px;
    top: 12px;
    cursor: pointer;
}
.plunbox{
	width: 92%;
	margin: 0 auto;
    background: none !important;
}
.plunbox .input-w{
	width: calc(100% - 55px);
}
.plunbox .pl-list{
	margin-bottom: 20px;
	overflow: hidden;
}
.pl-list input{
	height: 30px;	    
	background: #fff;
}
.pl-list input,.pl-list textarea{
	padding-left: 5px;
    border-radius: 3px;
    outline: none;
}
.pl-list textarea{
	height: 60px;
    resize: none;    
}
.plunbox .plbox{
	float: left;
	width: 55px;
	padding-right: 5px;
	font-size: 14px;
	color: #666;
	text-align: right;
    font-weight: 400;
	display: block;
    background: none;
    position: static;
    margin: 0;
    height: 30px;
    line-height: 30px;
    word-break: break-all;
}
.plunbox.special .plbox{
	width: 65px;
}
.plunbox.special .input-w{
	width: calc(100% - 65px);
}
.plunbox .imgupload,.ov{
	overflow: hidden;
}
.pl-list .box{
	float: left;
}
.webuploader-container{
	float: right;
}
.a-upload {
	width: 100%;
	padding: 4px 10px;
    height: 30px;
	line-height: 20px;
	position: relative;
	cursor: pointer;
	color: #888;
	text-align: center;
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 4px;
	overflow: hidden;
	display: inline-block;
	box-sizing: border-box;
	*display: inline;
	*zoom: 1
}

.a-upload  input {
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	cursor: pointer
}

.a-upload:hover {
	color: #444;
	background: #eee;
	border-color: #ccc;
	text-decoration: none
}
.input-box{
    margin: 5px 0px 8px;
	color: #666;
	text-align: center;
}
.buttons-set button{
	width: 100%;    
	height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
	background-color: #fbfbfb;
	border-radius: 6px;	
	border: 1px solid #ccc;
}
/*查看大圖*/
#commentBig {
    display: none;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    background-color: rgba(0,0,0,0.8);
}
#commentBig .comment-hide {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 12px;
    right: 8px;
    display: block;
    background: url(../image/closeproon.png) center no-repeat;
    background-size: 100% auto;
    cursor: pointer;
}
#commentBig .comment-inner {
    width: 100%;
    height: 100%;
    overflow: auto;
    text-align: center;
}
#commentBig .comment-inner span {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
#commentBig .comment-inner img {
    width: 85%;
    vertical-align: middle;
}
@media only screen and (max-width: 450px) {
	#remarklist{width: 90%;}
}
@media only screen and (min-width: 768px) {
	#commentBig .comment-inner img{width: 50%;}
}