html,body {
    min-height: 100%;
    background-color: #f6f6f6;
    font-size: 14px;
    font-family: microsoft yahei;
}
html,body,ul,li,div,input,p {
    padding:0;
    margin:0;
}
ul,li {
    list-style: none;
}
a  {
    text-decoration: none;
}
.header-main {
    background-color: #fff;
}
.header {
    width: 980px;
    height: 90px;
    margin: 0 auto;
    overflow: hidden;
}
.header img.logo {
    display: inline-block;
    float: left;
    width: 236px;
    height: 52px;
    margin-top: 19px;
    outline: none;
    border: 0;
}
.header p {
    float: left;
    font-size: 18px;
    margin-left: 26px;
    margin-top:33px;
}
.header>span {
    color:#8c8c8c;
    margin-right:48px;
}

.user-right {
    height:42px;
    float:right;
    position: relative;
    margin-top:24px;
    line-height: 42px;
}
.user-right a{ margin-left: 15px; }
a.helptop{ color: #777; }
.user-right>div {
    display: inline-block;
    width: 36px;
}

.user-name {
    color:#666;
}
.user-right span.message-num {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    background-color: #009fe8;
    text-align: center;
    line-height: 18px;
    margin-top: 12px;
    font-size: 12px;
    margin-left: 10px;
}
.user-right span.message-num a {
    color:#fff;
}
.user-right span a {
    color:#666;
}
.help {
    margin-left:16px;
}
.logout {
    margin-left:24px;
}
.footer{
    height:126px;
    line-height: 126px;
    text-align: center;
    background-color: #f5f5f5;
    color:#aaa;
}
.mid {
    width: 980px;
    height: 60px;
    margin: 0 auto;
}
.little-tip {
    width: 980px;
    margin: 20px auto 0;
    height: 40px;
    line-height: 40px;
    border: 1px solid #009fe845;
    background-color: #fffcf5;
    text-align: center;
    color: #333;
    position: relative;
}
.little-tip span {
    font-size: 18px;
    position: absolute;
    color: #333;
    width: 20px;
    cursor: pointer;
    right: 10px;
}
.midb {
    width: 980px;
    background-color: #fff;
    margin:0 auto;
    padding:36px 0 20px 0;
    display:none;
}
.tab {
    display: inline-block;
    width: 170px;
    height:56px;
    line-height:56px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color:#999;
    cursor:pointer;
}
.tab.on {
    border-bottom: 4px solid #009fe8;
    color:#000;
}
.mida {
    width: 916px;
    margin:0 auto;
    background-color: #fff;
    padding:36px 32px 210px;
}
.school-name {
    width: 580px;
    height: 40px;
    line-height: 38px;
    padding-left: 10px;
    border: 1px solid #ccc;
    outline: none;
    font-family: microsoft yahei;
    font-size: 16px;
    color:#ccc;
}
#searchContBtn,#rechoose{
    width: 112px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background-color: #009fe8;
    color: #fff;
    margin-left: 10px;
}

.choice-self {
    display: none;
    color: #0066cc;
    font-size: 16px;
    cursor: pointer;
    margin-left: 10px;
}
#catdiv1 {
    margin-left:0;
}
#catdiv1,#catdiv2,#catdiv3,#catdiv4 {
    display: none;
    background-color:#fff;
}
.selectCat a {
    display: block;
    height:30px;
    line-height: 30px;
    padding-left:10px;
    color:#666;
}
.selectCat a:hover,.selectCat a.on {
    background-color: #fdf6f3;
    color:#009fe8;
}
.selectCat {
    float:left;
    width: 200px;
    height: 254px;
    margin-left:10px;
    border:1px solid #ccc;
    overflow-y: scroll;
}
#cat {
    overflow: hidden;
    padding:26px 0;
}
.choosen {
    width: 420px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #009fe845;
    padding-left: 15px;
    margin-bottom: 10px;
    float: left;
    margin: 0 10px 10px;
}
#catslist {
    position: relative;
    bottom:1px;
    display: none;
    width: 590px;
    border:1px solid #ccc;
    overflow-y: scroll;
    border-radius: 3px;
}
.notfound {
    color:#aaa;
    font-size: 12px;
    float:right;
    margin:40px 10px 0 0;
}
#catslist li.first {
    line-height: 28px;
    padding:0 10px;
    color:#bbb;
}
#catslist li {
    height: 28px;
    padding: 0;
    font-size: 14px;
}
#catslist li:hover,#catslist li.on {
    background-color: #fdf6f3;
}
#catslist li a {
    padding: 6px 10px;
    display: block;
    color: #333;
    font-size: 14px;
    cursor:pointer;
}
#catslist li a span {
    margin: 0 4px;
}
.choosen span {
    color:#009fe8;
}
#viewcat {
    background-color: #fff;
    position: absolute;
}
.latest {
    width: 931px;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 0px 20px;
    border: 1px solid #efefef;
}
.latest li.first {
    line-height: 34px;
    padding: 0 10px;
    color:#bbb;
}
.latest li.first span {
    color:#009fe8;
    padding:4px;
}
.latest li:hover {
    background-color: #fdf6f3;
}
.latest li {
    height: 30px;
    padding: 0;
    font-size: 14px;
}

.latest a {
    padding: 6px 10px;
    display: block;
    color: #333;
    font-size: 14px;
    cursor:pointer;
}
.choosen-box {
    width: 980px;
    margin:0 auto;
    background-color: #fff;
}
.choosen a {
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-left: 10px;
    font-size: 14px;
	color: #3c3c3c;
}
#searchContBtn:hover,.choosen a:hover {
   	color: #000;
}
.vip {
    background-color: #fff;
    width: 946px;
    margin:10px auto 0;
    padding-left:34px;
    padding-bottom: 60px;
}
.vip-title {
    height:94px;
    line-height: 94px;
    font-size: 20px;
}
.hasreg {
    color:#333;
}
.usedreg {
    color:#333;
}
.reg-list li {
    line-height: 60px;
}
.reg-list li a {
    color:#06c;
}
.reg-list span {
    display: inline-block;
    width: 62px;
    height: 26px;
    background-color: #ff5e32;
    color:#fff;
    text-align: center;
    line-height: 26px;
    border-radius:3px;
    cursor:pointer;
    margin-left:30px;
}
.mida li#noCont {
    color: #F20203;
    font-size: 14px;
    padding: 10px 0 0 10px;
}
.user-name, .help, .logout {
  line-height: 26px;
  color: #666;
  float: left;
  margin-left: 10px;
}
.user-header-img img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  float: left;
}
