﻿@charset "utf-8";
/* 全局 */
*{transition:background-color ease .3s;-moz-transition:background-color ease .3s;-webkit-transition:background-color ease .3s;-o-transition:background-color ease .3s}
html{webkit-text-size-adjust:none;-webkit-text-size-adjust:none;text-align:justify;text-justify:inter-ideograph;word-break:break-all}
/* 通用框架 */
.xiycms-commont-title{margin: 0px 0px 10px;border:1px solid #108dee;background:#108dee;font-size:16px;font-weight:normal;height:40px;line-height:40px;color:#FFF;padding-left:18px}
/* 评论 */
.xiycms-comment{overflow:hidden;clear:both;margin-bottom:10px}
.xiycms-comment .xiycms-face{float: left;}
.xiycms-comment .xiycms-face img{width:48px;height:50px;}
.xiycms-comment .xiycms-text{border:1px solid #EEE;margin-left: 50px;padding: 10px 20px;}
.xiycms-comment .xiycms-text .xiycms-base{border-bottom:1px dashed #EEE;line-height:30px;margin-bottom:10px;font-size:13px;font-weight: bold;}
.xiycms-comment .xiycms-text .xiycms-base span{float:right;font-size:13px}
.xiycms-comment .xiycms-text .xiycms-content{line-height:20px;word-wrap:break-word;overflow:hidden;font-size:13px}
.xiycms-comment .xiycms-text .xiycms-recomment{line-height: 26px; margin-top: 20px; }
.xiycms-comment .xiycms-text .xiycms-recomment a{margin-right:10px; cursor: pointer; padding: 0px 4px;}
.xiycms-comment .xiycms-text .xiycms-recomment a:hover{border: 1px #108dee solid; color:#108dee;}

.commentadd{margin:10px 0;overflow:hidden;clear:both}
.commentadd .xiycms-face{float: left;}
.commentadd .xiycms-face img{width:48px;height:50px;}
.commentadd .xiycms-text{overflow:hidden;margin-left: 50px;}
.commentadd .xiycms-text .comment-div{padding:0 5px 0 0;font-size:13px}
.commentadd .xiycms-text .comment-div textarea{padding: 3px 6px;width:100%;border:1px solid #EEE;height:100px;overflow:auto}
.commentadd .xiycms-text span{line-height:32px;clear:both}
.commentadd .xiycms-text #commentlen{color:red;font-size:13px}
.commentadd .xiycms-input{margin:10px 0;font-size:13px}
.commentadd .xiycms-input a{font-size:13px}
.commentadd .xiycms-input a:hover{color:red;font-size:13px}
.commentadd .xiycms-input #xiycms-comment-send{float:left;border:1px solid #EEE;background:#FFF;padding:5px 10px;margin:0;vertical-align:middle;width:80px}
.commentadd .xiycms-input .ip{border:1px solid #EEE;width:80px;padding:5px 10px;vertical-align:middle}
#xiycms-load-more {display:block; height:40px; line-height:40px; width:200px; margin: 15px auto;text-align: center; cursor: pointer;}