@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

body {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  background-color: #fff; }

a {
  background: transparent;
  text-decoration: none;
  color: #08c; }

a:active, a:hover {
  outline: 0; }

a:hover {
  color: #006699; }

img {
  border: none;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none; }

textarea {
  overflow: auto;
  resize: vertical;
  resize: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

html, button, input, select, textarea {
  font-family: "微软雅黑", "SimSun", "宋体", "Verdana", "Arial"; }

h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
  margin: 0; }

ul, ol, dl, dd {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none outside none; }

h1, h2, h3 {
  line-height: 2;
  font-weight: normal; }

h1 {
  font-size: 21px; }

h2 {
  font-size: 18px; }

h3 {
  font-size: 16px; }

h4 {
  font-size: 14px; }

h5, h6 {
  font-size: 12px;
  text-transform: uppercase; }

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #ccc; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc; }

a {
  blr: expression(this.onFocus=this.blur()); }

a {
  outline: none; }

em, i {
  font-style: normal; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.fl {
  float: left; }

.fr {
  float: right; }

/* common */
.bg_f9f9f9 {
  background-color: #f9f9f9; }

.bor_e5e5e5 {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5; }

.errorMsg {
  color: #da1111;
  font-size: 12px; }

.start {
  color: #da1111;
  font-size: 12px; }

.w_1200 {
  width: 1200px;
  margin: 0 auto; }


.text_center {
  text-align: center; }

.mar_r50 {
  margin-right: 50px; }

/* 头部样式 */
.header_module {
  border-top: 4px solid #007aff;
  border-bottom: 1px solid #e5e5e5;
  height: 60px;
  line-height: 60px;
  background-color: #fff; }
  .header_module .logo_A {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    float: left;
    background: url("../img/index/logo.png") no-repeat;
    padding-left: 45px;
    margin-top: 12px;
    margin-left: 20px;
    color: #333;
    font-size: 18px; }
  .header_module .h_nav {
    float: right; }
    .header_module .h_nav a {
      display: inline-block;
      height: 20px;
      line-height: 20px;
      padding-left: 28px;
      margin-right: 20px;
      color: #666;
      font-size: 14px; }
    /***
    .header_module .h_nav .my_work {
      background: url("../imgs/icons/mywork.png") no-repeat; }
    .header_module .h_nav .pcenter_cur {
      background: url("../../imgs/icons/pcenter_cur.png") no-repeat; }
    .header_module .h_nav .exit {
      background: url("../../imgs/icons/exit.png") no-repeat; }
      */

/* 底部样式 */
.footer_module {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  background-color: #f2f2f2;
  color: #666;
  font-size: 12px;
  padding: 22px 0 16px; }
  .footer_module p {
    padding-bottom: 11px; }

/* 左右布局 */
.wrap_nav_list {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff; }
  .wrap_nav_list .left_nav {
    width: 198px;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    float: left;
    padding-bottom: 10000px;
    margin-bottom: -10000px; }
  .wrap_nav_list .right_conment {
    width: 964px;
    margin-right: 21px;
    float: right;
    padding-bottom: 10000px;
    margin-bottom: -10000px; }

/* 个人中心的左侧菜单 */
.dl_style {
  padding-left: 40px;
  padding-top: 13px;
  border-bottom: 1px solid #dfdfdf; }
  .dl_style dt, .dl_style dd {
    padding-left: 32px; }
  .dl_style dt {
    color: #999;
    font-size: 14px; }
  .dl_style dd a {
    display: block;
    height: 32px;
    line-height: 32px;
    color: #333;
    font-size: 14px; }
  .dl_style dd a:hover {
    color: #007aff; }
  .dl_style dd a.cur {
    border-right: 3px solid #007aff;
    color: #007aff; }
  /***
  .dl_style dt.title_01 {
    background: url("../../imgs/icons/pcenter.png") no-repeat;
    height: 18px;
    line-height: 18px;
    margin-bottom: 21px; }
    ***/

/* 当前所在的标题 */
.pageCurTitle {
  border-bottom: 1px solid #e4e9ec; }
  .pageCurTitle p {
    color: #a4a9aa;
    height: 39px;
    line-height: 39px;
    padding-left: 18px; }
    .pageCurTitle p em {
      font-size: 14px; }
    .pageCurTitle p .cur {
      color: #333; }

/* 操作按钮 编辑 删除等等 */
.edit_oper, .del_oper {
  color: #666;
  padding-left: 26px;
  display: inline-block; }

.edit_oper:hover, .del_oper:hover {
  color: #007aff; }
/***
.edit_oper {
  background: url("../../imgs/icons/edit.png") no-repeat; }

.edit_oper:hover {
  background: url("../../imgs/icons/edit_cur.png") no-repeat; }

.del_oper {
  background: url("../../imgs/icons/del.png") no-repeat; }

.del_oper:hover {
  background: url("../../imgs/icons/del_cur.png") no-repeat; }
  */
  
  /* 提示信息 */
  .alertInfo{
    display:none;
    position: fixed;
    bottom: 100px;
    left: 0;
    height: 30px;
    line-height: 30px;
    background-color: #007aff;
    width: 100%;
    color: #fff;
    font-size: 14px;
    text-align: center;
  }
  /* 不能编辑的背景 */
 input.disabled_gray{
  	background-color:#ededed !important;
  	color:#666 !important;
  }


/* 第二期加的css */
.w_1140 {
  width: 1140px;
  margin: 0 auto; }
  
  
  
  
  html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; }
body { margin: 0; font-size: 14px; line-height: 1.5; color: #333; background-color: #fff; }
a { background: transparent; text-decoration: none; color: #08c; }
a:active,a:hover { outline: 0; }
a:hover { color: #006699; }
img { border: none; vertical-align: middle; -ms-interpolation-mode: bicubic; }
button,input,optgroup,select,textarea { color: inherit; font: inherit; margin: 0; }
button,select { text-transform: none;outline: none; }
button,html input[type="button"],input[type="reset"],input[type="submit"] { -webkit-appearance: button; cursor: pointer; *overflow: visible; }
button[disabled],html input[disabled] { cursor: default; }
button::-moz-focus-inner,input::-moz-focus-inner { border: 0; padding: 0; }
input { line-height: normal; }
input[type="checkbox"],
input[type="radio"] { box-sizing: border-box; padding: 0; *height: 13px; *width: 13px; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
input { margin: 0; padding: 0; border: none; background-color: transparent;  }
textarea { overflow: auto; resize: vertical; resize: none; }
table { table-layout:fixed;border-collapse: collapse; border-spacing: 0; }
td,th { padding: 0; }
html,button,input,select,textarea { font-family: "Microsoft Yahei", "寰蒋闆呴粦", "SimSun", "瀹嬩綋", "Verdana", "Arial"; }
h1,h2,h3,h4,h5,h6,p,figure,form,blockquote { margin: 0; }
ul,ol,dl,dd { margin: 0; padding: 0; }
ul,ol { list-style: none outside none; }
h1,h2,h3 { line-height: 2; font-weight: normal; }
h1 { font-size: 21px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5,h6 { font-size: 12px; text-transform: uppercase; }
input:-moz-placeholder,textarea:-moz-placeholder { color: #ccc; }
input::-moz-placeholder,textarea::-moz-placeholder { color: #ccc; }
input:-ms-input-placeholder,textarea:-ms-input-placeholder { color: #ccc; }
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { color: #ccc; }
a { blr: expression(this.onFocus=this.blur())}
a { outline: none; }
em,i { font-style: normal; }
.clearfix:before,.clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.fl { float: left; }
.fr { float: right; }