/*重定义浏览器默认样式*/
* {
  margin:0;
  padding:0;
}

body {
  background-color: #f9f9f7;
  color: #666;
  font: 12px 'DejaVu Sans','Lucida Grande','Microsoft YaHei',Tahoma,'Hiragino Sans GB',STHeiti,SimSun,sans-serif;
}

table {
  width: 100%;
  empty-cells: show;
  border-collapse: collapse;
}

ul li { list-style: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 12px;
  font-weight: bold;
}

em,
u,
i,
cite {
  font-style: normal;
  text-decoration: none;
}

a {
  color:#333;
  text-decoration:none;
}

a:hover { color:#328156; }

a img { border: none; }


/*通用部分*/
.clearfix { *height: 1%; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*导航栏*/
.navbar{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  height: 58px;
  /* background-color: #fda84e;
  border-color: #fda84e; */
  background-color: #d71e16;
   border-color:#d71e16;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 1140px;
  height: 100%;
}

.navbar-logo {
  float: left;
  padding-right: 28px;
  line-height: 58px;
  font-size: 26px;
  color: #FFF;
}

.navbar-logo:hover { color: #FFF; }

.navbar-nav { float: left; }

.navbar-nav li { float: left; }

.navbar-nav li a{
  display: block;
  padding: 0 10px;
  line-height: 58px;
  font-size: 17px;
  color: #FFF;
  font-weight:700;
}

.navbar-nav li a:hover {
  /* color: #f2efef;
  background-color: #ff0000; */
  color: #d71e16;
  background-color: #f9f9f9;
}

.navbar-right{ float: right; padding-right:20px;}

.navbar-right li{
  float: left;
  line-height: 58px;
  font-size: 18px;
  color: #FFF;
}

.navbar-right li span{
  padding: 0 10px;
  color: #FFF;
}

.navbar-right li a{
  padding: 0 10px;
  color: #FFF;
}

.navbar-right li a:hover{ color: #328156; }


/*主体区块*/
.main{
  display: table;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 1140px;
}

.main-container{ display: table-row; }

/*主体区块左侧*/
.main-left{
  display: table-cell;
  padding-bottom: 20px;
  width: 228px;
  vertical-align: top;
  background-color: #ededed;
}


.nav-stacked li{
  color: #aaa;
  font-weight: bold;
}

.nav-stacked li.hover{ background-color: #fff; }

.nav-stacked li.nav-title{
  padding: 13px 28px;
  background-color: #858786;
  color: #fff;
}


.nav-stacked li a{
  display: block;
  padding: 13px 28px;
  color: #aaa;
}

.nav-stacked li a:hover {
  background-color: #fff;
  color: #aaa;
}

span.icon{
  float: right;
  height: 18px;
  width: 18px;
}

span.icon_01{ background:url(../images/icon_01.png) no-repeat; }
span.icon_02{ background:url(../images/icon_02.png) no-repeat; }
span.icon_03{ background:url(../images/icon_03.png) no-repeat; }
span.icon_04{ background:url(../images/icon_04.png) no-repeat; }
span.icon_05{ background:url(../images/icon_05.png) no-repeat; }
span.icon_06{ background:url(../images/icon_06.png) no-repeat; }
span.icon_07{ background:url(../images/icon_07.png) no-repeat; }
span.icon_08{ background:url(../images/icon_08.png) no-repeat; }
span.icon_09{ background:url(../images/icon_09.png) no-repeat; }
span.icon_10{ background:url(../images/icon_10.png) no-repeat; }
span.icon_11{ background:url(../images/icon_11.png) no-repeat; }
span.icon_12{ background:url(../images/icon_12.png) no-repeat; }


/*主体区块右侧（用户中心）*/
.main-right{
  display: table-cell;
  padding-bottom:20px;
  width: 912px;
  vertical-align: top;
  background-color: #FFF;
  font-size: 14px;
}

.main-right table {}
.main-right table tr {}

.main-right table tr th,
.main-right table tr td {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  border-bottom: 1px solid #CCC;
}

.main-right table tr th.end,
.main-right table tr td.end {
  border-bottom: 0;
}

.main-right table tr td input{
  padding: 4px;
  border: 1px solid #CCC;
}

.main-right table tr td button {
  margin-right: 20px;
  padding:0 20px;
  height: 36px;
  border: 0;
  background-color:#48b87a;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  cursor: pointer;
}

.main-right table tr td button:hover { background-color:#328156; }

.main-right table.profile_table {
  width: auto;
  margin: 0 auto;
}

.main-right table.profile_table tr th {
  width: 100px;
}

.main-right table.card_table tr th {
  padding-bottom: 10px;
  text-align: left;
  border-bottom: 1px solid #CCC;
}

.main-right table.card_table tr td {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  border-bottom: 1px dashed #CCC;
}




.sub-con {
  display: none;
  padding: 15px 20px;
}

.cur-sub-con { display: block; }


/*用户头像区块（用户中心）*/
.avatar {
  margin: 30px 0 0;
  text-align: center;
}

.avatar-img {
  width: 100%;
  max-width: 128px;
  border-radius: 100%;
}

.avatar-name {
  margin: 10px 0;
  text-align: center;
  font-size: 16px;
}

.avatar-muted {
  margin: 0 0 30px 0;
  text-align: center;
  color: #999;
}


/*注册页面*/
.register { text-align:center; }
.register-container { 
  display: inline-block;
  margin: 20px auto 110px;
  text-align: left;
  font-size: 15px;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(200,201,203,1);
}

.register-container .regtitle {
  padding: 15px 20px;
  border-bottom: 1px solid #eeeff2;
  font-size: 28px;
  font-weight: bold;
}

.register-container dl { padding: 15px 20px; }

.register-container dl dd { padding: 5px 0; }

.register-container dl dd label {
  display: inline-block;
  width: 160px;
  vertical-align: middle;
}

.register-container dl dd span {
  display: inline-block;
  vertical-align: middle;
}

.register-container dl dd label a,
.register-container dl dd span a { color:#48b87a; }

.register-container dl dd label a:hover,
.register-container dl dd span a:hover { color:#3ea16a; }

.register-container dl dd input.txt {
  padding: 7px;
  width: 220px;
  border: 1px solid #ddd;
  border-radius: 5px;
  vertical-align: middle;
  line-height: 16px;
  font-size: 14px;
  color: #333;
}

.register-container dl dd input.txt:focus {
  outline: 0;
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.register-container dl dd input.captcha_tx { width:131px; }
.register-container dl dd img {
  /* margin-left: 10px; */
  height:45px;
  border: 1px solid #CCC;
  border-radius: 5px;
  vertical-align: middle;
}


.register-container dl dd input.regnext,
.register-container dl dd input.lognext,
.register-container dl dd input.getnext {
  padding: 8px;
  width: 236px;
  border: 0;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  background-color: #4b95d2;
  cursor: pointer;
}
.register-container dl dd input.regnext:focus,
.register-container dl dd input.lognext:focus
.register-container dl dd input.getnext:focus {
  outline: 0;
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.register-container dl p{margin-bottom:20px;}
.active{color: #d71e16 !important;background-color: #f9f9f9;}



/*页脚*/
.footer {
  margin-top: 150px;
  padding: 25px 0 35px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #858786;
}
.footer.fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
}

.footer a{ color:#FFF; }

.footer a:hover{ color:#666; }


/*返回顶端*/
#goTopBtn {
  position: fixed;
  bottom: 35px;
  z-index: 999;
  display: none;
  width: 48px;
  height: 49px;
  line-height: 36px;
  background: url(../images/gotop.png);
  cursor: pointer;
}

#goTopBtn:hover { background-position: 48px 0; }

.text-warning{color:#F30;}
@media screen and (max-width:768px){
  .main{width: 90%; position: absolute;top:200px; margin-bottom:30px;}
  .navbar{height:250px;}
  .navbar-nav { float: none; }
  .navbar-nav li a{font-size: 14px;}
  .navbar-right{ float:none; padding-right:0px; }
}

