.comment .declare {font-size: 10px;color: #999;}
.comment .list .item {color: #999;flex-direction: column;}
.comment .list .item .header {display: flex;flex-direction: row;align-items: center;}
.comment .list .item .header img {width: 27px;height: 27px;border-radius: 25px;}
.comment .list .item .header .uname {font-size: 12px;padding-left: 12px;flex: 1;}
.comment .list .item .header .time {font-size: 14px;}
.comment .list .item .content {color: #333;font-size: 14px;margin-top: 10px;}
.comment .loading {text-align: center;font-size: 14px;padding: 10px;color: #666;display: block;}

.fixedfooter {position: fixed;bottom: 0px;width: 100%;z-index: 100;background-color: #fff;display: flex;flex-direction: row;align-items: center;border-top: 1px solid #eee;}
.fixedfooter .input {background-color: #fafafa;color: #999;font-size: 14px;display: flex;flex-direction: row;flex: 1;align-items: flex-start;margin: 10px 10px;padding: 5px 10px;border-radius: 20px;}
.fixedfooter .input input, .fixedfooter .input textarea {border: none;background-color: #f9f9f9;outline: none;width: 100%;margin-left: 5px;padding: 5px 0px;color: #333;}
.fixedfooter .input input::-webkit-input-placeholder, .fixedfooter .input textarea::-webkit-input-placeholder { color: #999;}
.fixedfooter .input input:-moz-placeholder, .fixedfooter .input textarea:-moz-placeholder {   color: #999;}
.fixedfooter .other {margin: 10px;color: #333;}
.fixedfooter .other i {font-size: 24px;padding: 5px;}
.fixedfooter .other #iconComment {position: relative;}
.fixedfooter .other #iconComment span {background-color: #fff;position: absolute;width: 12px;right: 5px;top: -10px;color: red;font-size: 10px;text-align: center;}
.fixedfooter .submitBtn {display: none;margin: 10px;background-color: #4167a8;color: #fff;text-align: center;border-radius: 15px;line-height: 30px;height: 30px;width: 70px;}

.successModel {display: none;position: fixed;background-color: rgba(0, 0, 0, 0.8);color: #fff;font-size: 14px;width: 80px;height: 40px;text-align: center;line-height: 40px;border-radius: 5px;top: 50%;z-index: 100;left: calc(50% - 40px);}

