/* 内容容器 */
.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;
}

/* 背景颜色 */
.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;
}

/* 登录区域 */
.conlogin {
  width: 908px; /* 修正了缺少的单位 */
  margin: 5px;
  border: 1px solid #D9B5B5;
}

.logintit {
  height: 40px;
  color: red;
  font-weight: bold;
  font-size: 15px;
  line-height: 40px;
  padding-top: 10px;
}

.logints {
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

.optional {
    color: #FF0000;
}
.error {
    color: #FF0000;
    font-weight: bold;
}
.loading {
    color: #0000FF;
}
.success {
    color: #006600;
    font-weight: bold;
}