/* 排行相关样式 */
.content {
  margin: 0 auto;
  width: 918px;
  border: 1px solid #D9B5B5;
}

.content1 {
  margin: 0 auto;
  width: 918px;
  border-left: 1px solid #D9B5B5;
  border-right: 1px solid #D9B5B5;
  border-bottom: 1px solid #D9B5B5;
  overflow: hidden;
}

/* 内容区域样式 */
.con1 {
  color: #FF0000;
  font-weight: 800;
  text-align: center;
  line-height: 52px;
}

.con2 {
  text-align: center;
  line-height: 52px;
}

.con3 {
  text-align: center;
  line-height: 20px;
  padding-top: 12px;
  font-weight: 800;
  color: #FF0000;
  text-shadow: 1px 1px 2px #FFBFBF;
}

/* 左右布局 */
.conl {
  float: left;
  margin: 5px;
  width: 718px;
  border: 1px solid #D9B5B5;
}

.conr {
  float: right;
  margin:5px 6px 0 0;
  width: 176px;
}

.conrs {
  width: 176px;
  border-top: 1px solid #D9B5B5;
  border-left: 1px solid #D9B5B5;
  border-right: 1px solid #D9B5B5;
}

/* 背景颜色 */
.bgc1 {
  background-color: #F8F2E7;
}

.bgc2 {
  background-color: #FAFAFA;
}

/* 边框样式 */
.bor {
  border: 1px solid #D9B5B5;
}

.bor_r {
  border-right: 1px solid #D9B5B5;
}

.bor_b {
  border-bottom: 1px solid #D9B5B5;
}

/* 导航样式 */
.navp {
  margin: 0 auto;
  width: 718px;
  height: 36px;
  border-bottom: 1px solid #D9B5B5;
}
.navp.even {
    background-color: #FFFFFF;
}

.navp.odd {
    background-color: #FAF8F5;
}

.navp.hover {
    background-color: #F7E9DB;
}

.navps {
  float: left;
  line-height: 36px;
  text-align: center;
}

.navpss {
  float: left;
  line-height: 36px;
  padding-left: 8px;
}

.page {
  margin: 0 auto;
  width: 718px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}

.navr {
  width: 176px;
  height: 36px;
  border-bottom: 1px solid #D9B5B5;
  line-height: 36px;
}

.navrs {
  width: 168px;
  height: 36px;
  border-bottom: 1px solid #D9B5B5;
  line-height: 36px;
  padding-left: 8px;
}
.navrs.even {
    background-color: #FFFFFF;
}

.navrs.odd {
    background-color: #FAF8F5;
}

.navrs.hover {
    background-color: #F7E9DB;
}
/* 文本选择 */
.utext {
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  -khtml-user-select: text;
  -o-user-select: text;
  user-select: text;
}

/* 输入框样式 */
input:focus::placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* 按钮样式 */
.Button {
  border: 1px solid #D9B5B5;
  padding: 6px 6px;
  background: #EFD2B6;
}

.Buttonv {
  border: 1px solid #D9B5B5;
  padding: 1px 1px;
  background: #f8f2e7;
  color: #333;
  cursor: pointer;
}

.Buttonv:hover {
  border: 1px solid #990000;
  background: #FAFAFA;
  color: #FF0000;
  cursor: pointer;
}

/* 搜索结果为空样式 */
.no-results {
    padding: 60px 20px;
    text-align: center;
    border-radius: 8px;
    margin: 20px;
}

.no-results-icon {
    margin-bottom: 20px;
    opacity: 0.7;
}

.no-results-text {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
}

.no-results-suggestions {
    text-align: left;
    max-width: 300px;
    margin: 0 auto;
    padding: 20px 60px;
    background: white;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.no-results-suggestions p {
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.no-results-suggestions ul {
    padding-left: 20px;
    color: #666;
}

.no-results-suggestions li {
    margin-bottom: 8px;
}

.search-keyword {
    font-weight: bold;
    color: #990000;
}

.back-link {
    color: #0066CC;
    text-decoration: none;
    font-weight: bold;
}

.back-link:hover {
    color: #FF0000;
    text-decoration: underline;
}
