﻿.detail-title
{
    line-height:20px;padding:5px;
}
.detail-title span
{
    padding-left:10px;
    padding-right:10px;
}
.to-link
{
    width:100%;
    margin:0px auto;
    line-height:30px;
    border-top:solid 1px #ddd;
    text-align:left;
    padding-top:5px;
}
.to-link a
{
    color:#333;
    text-decoration:none;
    font-size:16px;
}
.to-link span
{
    color:#777;
    font-size:16px;
}

/*--加载更多--*/
.loadmore
{
    margin-bottom:10px;
    line-height:35px;
    text-align:center;
    border:solid 1px #eee;
    border-radius:25px;
}
.loadmore a
{
    font-size:14px;color:#666;
}
.loading
{
    width:130px;margin:0px auto;
}
.loading img
{
    width:35px;height:35px;margin-top:1px;float:left;
}
.loading span
{
    float:left;font-size:14px;color:#999;margin-top:8px;
}
.no-data
{
    line-height:20px;
    border-radius:25px;
    text-align:center;
    color:#666;
    font-size: 0.42666667rem;
    margin:10px;
    display:none;
}

/*--分隔--*/
.split-line
{
    height:8px;background:#eee;
}
.txt
{
    line-height:25px;
    height:25px;
    padding-left:5px;
    border-style:none;
    box-sizing:border-box;
}

.area
{
    TEXT-ALIGN: left; 
    LINE-HEIGHT: 25px;
    padding:5px;
    border-style:none;
    box-sizing:border-box;
}

.btn {
	font-size:14px;
	height:0.7rem;
	line-height:0.7rem;
	border-style:none;
	background:#f00;
	color:#fff;
	text-align:center;
    border-radius:3px;
}

/*详情标题*/
.desc-box .title
{
    font-size: 0.48rem;
    line-height: 0.54666667rem;
    padding: 0.26666667rem;
    color: #0b0b0b;
}
.desc-box .remark span
{
    font-size: 0.26666667rem;
    color: #666;
    line-height: 0.53333333rem;
    padding: 0.26666667rem;
    display: inline-block;
}

.message-detail
{
	width:99.5%;
	margin:0 auto;
	border:solid 1px #f8f8f8;
	border-collapse:collapse;
	margin-bottom:-1px;
    box-shadow:2px 2px 10px #eee;
}
.message-detail th
{
	line-height:30px;
    text-align:center;
    border:solid 1px #eee;
    color:#333;
    font-weight:normal;
    width:100px;
}
.message-detail td
{
	line-height:30px;
    text-align:left;
    border:solid 1px #eee;
    color:#333;
}
.message-detail td span
{
	padding:5px;
}

.message-list
{
	width:99.5%;
	margin:0 auto;
	border:solid 1px #f8f8f8;
	border-collapse:collapse;
	margin-bottom:10px;
    box-shadow:2px 2px 10px #eee;
}
.message-list th
{
	line-height:25px;
    text-align:center;
    border:solid 1px #eee;
    color:#333;
    font-weight:normal;
    padding:5px;
}
.message-list td
{
	line-height:25px;
    text-align:left;
    border:solid 1px #eee;
    color:#333;
    padding:5px;
}

.notnull
{
    color:#f00;
}

.page-box {
  margin: 0.2rem 0;
}
.page-box span
{
    font-size: 0.32rem;
    color: #666666;
}
.page-box a
{
    font-size: 0.32rem;
    color: #333;
    text-decoration:none;
}