/**
 * common.css
 */


/*
 fixed-layout 固定头部和边栏布局
*/
.middle-box {
  margin:0px auto;
  padding-top:100px;
  min-width:400px;
  color:#676A6C;
}
.middle-box h1 {
  font-weight:normal;
  font-size:120px;
  font-family:arial;
}
.success  h1 {
  color:#5CB85C;
}
.error h1 {
  color:#DB2020;
}

.success .desc, .error .desc {
  font-size:16px;
  font-weight:600;
}
.success .skip, .error .skip {
  margin-bottom:10px;
}

/*
div.page1 {
  margin-top: 20px;
  margin-right: 10px;
  float: right;
  color: #666;
}


div.page1 span.current , div.page1 a{
  border: 1px solid yellow;
  display: block;
  float: left;
  font-size: 12px;
  margin-right:5px;
  padding: 3px 10px;
  text-decoration: none;
  border-radius:3px;
}


div.page1 span.current{
  background: #000000 none repeat scroll 0 0 !important;
  border-color: #ff5c5c;
  color: #ffffff !important;
  display: block;
  float: left;
  font-size:12px;
  cursor: pointer;
}
div.page1 a.prev,div.page1 a.next{
  padding: 3px 4px;
}

 */

div.page1 {
  padding-left: 0;
  margin: 1.5rem 0;
  list-style: none;
  color: #999;
  text-align: left;
}

/** 没有被选择时 */
div.page1 span.current , div.page1 a{
  border: 1px solid #999;
  display: block;
  float: left;
  font-size: 12px;
  margin-right:5px;
  padding: 3px 10px;
  text-decoration: none;
  border-radius:3px;
  color: #ffffff !important;
  background: #3f4649 none repeat scroll 0 0 !important;
}

/** 被选中 */
div.page1 span.current{
  background: #0e90d2 none repeat scroll 0 0 !important;
  border-color: #0e90d2;
  color: #ffffff !important;
  display: block;
  float: left;
  font-size:12px;
  cursor: pointer;
}
div.page1 a.prev,div.page1 a.next{
  padding: 3px 4px;
}