/*  <link href="{{asset('/')}}coaster/bootstrap/css/glyphicons-halflings.css"	rel="stylesheet"> */
.codeInner .codeipt{    padding-left: 0px;}
.codeInner .col-xs-4 img{ border:#ccc solid 1px; width: 114px; height: 33px; border-radius: 5px;}
.info_form .form-group{ padding-bottom:5px; zoom:1; overflow: hidden;}
.notice{ color:red;}
.info_form  .form-control-feedback{ right:10px;}



.keyword_list {  padding:22px;padding-top:0; overflow:hidden; }
.keyword_list ul { list-style-image: none; list-style-type: none; margin-top: 6px; }
.keyword_list li { border-bottom: 1px dotted #888A89; height: 50px; line-height: 50px; overflow: hidden; }
.keyword_list li a { color: #414141; text-decoration: none; }
.keyword_list li span { color: #414141; float: right; margin-right: 30px; }
/*表单验证开始*/

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
  .has-feedback {
    position: relative;
  }
  .has-feedback .form-control {
    padding-right: 42.5px;
  }
  .form-control-feedback {
    position: absolute;
    top: 0;
    right: 21px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
  }
  .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
  }
  .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .has-success .help-block,
  .has-success .control-label,
  .has-success .radio,
  .has-success .checkbox,
  .has-success .radio-inline,
  .has-success .checkbox-inline,
  .has-success.radio label,
  .has-success.checkbox label,
  .has-success.radio-inline label,
  .has-success.checkbox-inline label {
    color: #3c763d;
  }
  .has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  }
  .has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
  }
  .has-success .form-control-feedback {
    color: #3c763d;
  }
  .has-warning .help-block,
  .has-warning .control-label,
  .has-warning .radio,
  .has-warning .checkbox,
  .has-warning .radio-inline,
  .has-warning .checkbox-inline,
  .has-warning.radio label,
  .has-warning.checkbox label,
  .has-warning.radio-inline label,
  .has-warning.checkbox-inline label {
    color: #8a6d3b;
  }
  .has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  }
  .has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
  }
  .has-warning .form-control-feedback {
    color: #8a6d3b;
  }
  .has-error .help-block,
  .has-error .control-label,
  .has-error .radio,
  .has-error .checkbox,
  .has-error .radio-inline,
  .has-error .checkbox-inline,
  .has-error.radio label,
  .has-error.checkbox label,
  .has-error.radio-inline label,
  .has-error.checkbox-inline label {
    color: #a94442;
  }
  .has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  }
  .has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
  }
  .has-error .form-control-feedback {
    color: #a94442;
  }
  .has-feedback label ~ .form-control-feedback {
    top: 25px;
  }
  .has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
  }
/*表单验证结束*/

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color:transparent;
    border-radius: 4px;
    display: inline-block;
  }
  .breadcrumb > li {
    display: inline-block;
  }
  .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
  }
  .breadcrumb > .active {
    color: #777;
  }

  .pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
  }
  .pager li {
    display: inline;
  }
  .pager li > a,
  .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
  }
  .pager li > a:hover,
  .pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
  }
  .pager .next > a,
  .pager .next > span {
    float: right;
  }
  .pager .previous > a,
  .pager .previous > span {
    float: left;
  }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
  }



  .pages{ clear: both;width:100%; margin-top:20px;}
  .w150{ width:150px; float: left;}
  .chkcode{ float: left; width: 120px;}
  .chkcode.validcode_img img{ width:100%; height: auto;}
  .c-red{ color:red;}

/*css 去掉input元素默认黄色背景*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
box-shadow:none;
-webkit-text-fill-color:rgba(0,0,0,.8) !important;
transition: background-color 5000s ease-in-out 0s;
}
/*网站地图样式 开始*/
.smap {
	width: 100%;
}
.smap .m {
	padding-right: 15px; padding-left: 15px; float: left; padding-bottom: 15px; width: 950px; color: #ff0000; line-height: 20px; padding-top: 15px; border-bottom: #cccccc 1px solid
}
.smap strong {
	padding-right: 10px; padding-left: 10px; font-size: 16px; padding-bottom: 18px; color: #0000ff; padding-top: 18px
}
.smap li {
	padding-right: 10px; padding-left: 10px; float: left; padding-bottom: 5px; padding-top: 5px
}
.smap li a {
	padding-right: 10px; font-size: 14px; line-height: 30px
}
.smap li span {
	font-size: 12px; color: #999999; line-height: 30px
}
.smap .r {
	padding-right: 30px; padding-left: 30px; font-size: 14px; float: right; padding-bottom: 30px; color: #0000ff; padding-top: 30px;clear: left;
}

.map_content em#lastModified{ font-style:normal; }
.map_content em { font-style:normal; font-size:14px; font-weight:bold; }
.map_content h1 a{ font-size: 18px; font-weight: bold;}
.map_content span.times { font-weight:bold; }
.map_content .m span { font-weight:bold; font-size:14px; color:blue; }

/*网站地图样式 结束*/
input::input-placeholder {
  /* WebKit browsers */
    font-size: 14px;
  }
  input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 14px;
  }
  input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 14px;
  
  }
  input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
  
  }
  input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 14px;
  
  }

.pagination { flex-wrap: wrap }
ul.pagination li.page-item{ margin-bottom:6px;}
ul.pagination li.page-item .page-link {
    padding: 0.5rem 0.6rem; 
}