@charset "utf-8";
/*
  @author: Zheng Shi xian
  @Email: qiubi8801@163.com
*/

/*布局*/
.wrap{width:988px; margin-left:auto; margin-right:auto; border:1px solid #E2E2E2; background:url('../images/wrap-bg.png') repeat-y; }

.sidebar {width:249px;}
.main{width:679px; padding:30px;}

.main .title{height:20px; line-height:20px; text-indent:20px; font-size:18px; font-weight:bold; font-family:Microsoft YaHei, SimHei; color:#666; background:url('../images/title-icon.png') no-repeat 5px center;}
.main .go-top{float:right;  width:44px; height:18px; background:url('../images/go-top-btn.png') no-repeat; text-indent:-999em; overflow:hidden; margin-right:10px;}
.sub{padding-top:20px;}
.sub dt {width:225px; margin-left:11px; height:16px; line-height:16px; font-size:16px; font-weight:bold; text-indent:29px; font-family:Microsoft YaHei, SimHei; color:#666; background:url('../images/sub-icon_person.png') no-repeat 8px 0; margin-bottom:11px;}
.sub dd {height:32px;  line-height:32px;text-indent:28px; background:url('../images/dot-3-3-blue.png') no-repeat 20px center;}
.sub dd a{ font-size:14px;  color:#2162B6}
.sub dd.current{background:url('../images/sub-current-bg.png') no-repeat 0 center;}
.sub dd a:hover,
.sub dd.current a{color:#333}
.sub .enterprise{background:url('../images/sub-icon_enterprise.png') no-repeat 8px 20px; border-top:1px dashed #CCC; padding-top:19px; margin-top:10px;}

/*tabs*/
.tab{}
.tab ul{height:40px; line-height:40px; border-bottom:2px solid #2162B6;}
.tab ul li{float:left; display:inline; margin-right:26px; cursor:pointer;}
.tab ul li span{display:inline-block; *zoom:1; padding:0 12px; font-size:17px; color:#333; font-weight:bold; font-style:italic; font-family:Microsoft YaHei, SimHei;}
.tab ul li.current span{color:#2162B6;  background:#EFF8FF;}
.tab .tab-wrap{padding-top:28px;}
.tab .tab-wrap .tab-con{display:none;}

/*升级会员*/
.update-member{height:309px; padding-top:61px; background:url('../images/q8_img02.png') no-repeat; margin-top:15px;}
.update-member ul{padding-left:28px;}
.update-member ul li{width:143px; height:35px; padding-top:55px; float:left; display:inline; margin-right:10px; position:relative;}
.update-member ul li a{display:block; width:120px; height:27px; margin-left:auto; margin-right:auto; font-size:14px; line-height:27px; color:#FFF; text-align:center; font-weight:bold; background:url('../images/q8_btn.png') no-repeat;}
.update-member ul li a:hover{background-position:0 -27px; color:#FFF}
.update-member ul li img{display:none; position:absolute; left:-21px; top:93px;}


