a {
  color: #333;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #00a7fe;
  text-decoration: none;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei UI", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  font-size: 14px;
  background-color: #fff;
  word-wrap: break-word;
  /*word-break:break-all;*/
}
ul,
ol,
h3 {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  margin: 0px;
  padding: 0px;
}
ul li {
  list-style-type: none;
}
.container-fluid,
.container {
  padding: 0px;
}
.container {
  width: 1170px;
}
.container-full {
  min-width: 1188px !important;
}
.ph-polyfill {
  text-align: left;
}
.mar-top {
  margin-top: 7px;
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 1170px;
  }
}
.clear {
  clear: both;
}
.load {
  position: absolute;
  top: 45%;
  left: 48%;
  z-index: 1;
}
.text-em {
  text-indent: 2em;
}
select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ydybg {
  background-color: #94d3ff;
  overflow-y: hidden;
}
.ylogo {
  padding: 0px;
  width: 283px;
  position: absolute;
  top: 20%;
  left: 40%;
  animation: ylogo 1s infinite;
  -webkit-animation: ylogo 1s infinite;
  /* Safari and Chrome */
  -moz-animation: ylogo 1s infinite;
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  /* Safari and Chrome */
  -moz-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  /* Safari 和 Chrome */
  -moz-animation-iteration-count: 1;
}
@keyframes ylogo {
  from {
    top: -5%;
  }
  to {
    top: 20%;
  }
}
@-webkit-keyframes ylogo {
  from {
    top: -5%;
  }
  to {
    top: 20%;
  }
}
@-moz-keyframes ylogo {
  from {
    top: -5%;
  }
  to {
    top: 20%;
  }
}
.ggy {
  width: 207px;
  position: absolute;
  top: 29%;
  left: 42.5%;
  animation: ggy 2s infinite;
  -webkit-animation: ggy 2s infinite;
  /* Safari and Chrome */
  -moz-animation: ggy 2s infinite;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  /* Safari and Chrome */
  -moz-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  /* Safari 和 Chrome */
  -moz-animation-iteration-count: 1;
}
@keyframes ggy {
  from {
    top: -25%;
    opacity: 0;
    filter: alpha(opacity=0);
    /* 针对 IE8 以及更早的版本 */
  }
  to {
    top: 29%;
    opacity: 1;
    filter: alpha(opacity=100);
    /* 针对 IE8 以及更早的版本 */
  }
}
@-webkit-keyframes ggy {
  from {
    top: -25%;
    opacity: 0;
    filter: alpha(opacity=0);
    /* 针对 IE8 以及更早的版本 */
  }
  to {
    top: 29%;
    opacity: 1;
    filter: alpha(opacity=100);
    /* 针对 IE8 以及更早的版本 */
  }
}
@-moz-keyframes ggy {
  from {
    top: -25%;
    opacity: 0;
    filter: alpha(opacity=0);
    /* 针对 IE8 以及更早的版本 */
  }
  to {
    top: 29%;
    opacity: 1;
    filter: alpha(opacity=100);
    /* 针对 IE8 以及更早的版本 */
  }
}
.bs {
  width: 400px;
  position: absolute;
  bottom: 27%;
  left: 36%;
  animation: bs 2s infinite;
  -webkit-animation: bs 2s infinite;
  /* Safari and Chrome */
  -moz-animation: bs 2s infinite;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  /* Safari and Chrome */
  -moz-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  /* Safari 和 Chrome */
  -moz-animation-iteration-count: 1;
}
@keyframes bs {
  from {
    bottom: -25%;
  }
  to {
    bottom: 27%;
  }
}
@-webkit-keyframes bs {
  from {
    bottom: -25%;
  }
  to {
    bottom: 27%;
  }
}
@-moz-keyframes bs {
  from {
    bottom: -25%;
  }
  to {
    bottom: 27%;
  }
}
.bs a {
  padding: 8px 65px;
  font-size: 16px;
}
@media (max-width: 1366px) {
  .bs {
    bottom: 26%;
  }
}
@media (max-width: 1024px) {
  .ylogo {
    left: 38%;
  }
  .ggy {
    left: 44%;
  }
  .bs {
    left: 32.5%;
  }
}
@media (max-width: 768px) {
  .ylogo {
    left: 32%;
  }
  .ggy {
    left: 40%;
  }
  .bs {
    left: 24%;
  }
}
.yun {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  animation: yun 2s infinite;
  -webkit-animation: yun 2s infinite;
  /* Safari and Chrome */
  -moz-animation: yun 2s infinite;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
  /* Safari 和 Chrome */
  -moz-animation-direction: alternate;
}
@keyframes yun {
  from {
    bottom: -3%;
  }
  to {
    bottom: 0%;
  }
}
@-webkit-keyframes yun {
  from {
    bottom: -3%;
  }
  to {
    bottom: 0%;
  }
}
@-moz-keyframes yun {
  from {
    bottom: -3%;
  }
  to {
    bottom: 0%;
  }
}
.yun img {
  width: 100%;
}
.navbar {
  background-color: #187fc3;
  border-color: #1779ba;
  padding: 0px;
  height: 58px;
  line-height: 56px;
  border-radius: 0;
  margin-bottom: 0;
  width: 100%;
  min-width: 1000px;
}
.navbar .navbar-header {
  width: 209px;
  float: left;
  line-height: 58px;
  margin-right: 0px;
}
.navbar .navbar-brand {
  padding: 0px 0px 0px 20px;
  line-height: 54px;
}
.navbar .navbar-brand img {
  display: inline-block;
  margin-right: 10px;
  height: 35px;
}
.navbar .navbar-brand span {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.navbar .navbar-main {
  margin: 0px;
}
.navbar .navbar-main .navbar-nav {
  float: left;
  margin: 0;
}
.navbar .navbar-main .navbar-nav > li {
  float: left;
}
.navbar .navbar-main .navbar-nav > li > a {
  line-height: 28px;
  color: #fff;
  font-weight: 300;
  font-size: 13px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar .navbar-main .pull-right li a {
  color: #fff;
  font-size: 13px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
}
.navbar .navbar-main .pull-right .dropdown-menu > li > a {
  margin-right: 0px;
}
.navbar .navbar-main .pull-right .tongzhi {
  position: relative;
}
.navbar .navbar-main .pull-right .tongzhi i {
  display: block;
  position: absolute;
  background-color: #f00;
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  top: 5px;
  right: 0px;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  font-style: normal;
}
.navbar .navbar-main .pull-right li.active,
.navbar .navbar-main .pull-right li.active {
  background-color: #0769ab;
  color: #fff;
  text-align: center;
}
.navbar .navbar-main .dropdown {
  color: #fff;
  margin-right: 15px;
  min-width: 100px;
}
.navbar .navbar-main .dropdown span {
  display: inline-block;
  height: 58px;
  line-height: 58px;
}
.navbar .navbar-main .dropdown img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 5px;
}
.navbar .navbar-main .dropdown .iconfont {
  font-size: 12px;
}
.navbar .navbar-main .dropdown .dropdown-menu {
  margin-top: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  right: 0;
  min-width: 100px;
  background-color: #187fc3;
}
.navbar .navbar-main .dropdown .dropdown-menu li a:hover {
  background-color: #0769ab;
  margin-right: 0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: #0769ab;
  color: #fff;
}
.fpcx {
  min-height: 360px;
  background: url(../images/cxbg.jpg) no-repeat center 0px;
  background-attachment: fixed;
  margin-top: 40px;
  border-bottom: 1px solid #c3ebff;
  padding-bottom: 15px;
}
.fpcx .title {
  width: 430px;
  margin: 0px auto;
  padding-top: 68px;
  text-align: center;
}
.fpcx .tishi {
  text-align: center;
  color: #f00;
  font-weight: 600;
  margin-top: 10px;
}
.fpcx .fpcx_form {
  width: 980px;
  margin: 40px auto;
}
.fpcx .fpcx_form .form-group {
  margin-bottom: 15px;
}
.fpcx .fpcx_form .form-group label {
  width: 30%;
  text-align: right;
  padding-right: 10px;
}
.fpcx .fpcx_form .form-group input {
  width: 65%;
}
.fpcx .fpcx_form .form-group input.yzm {
  width: 30%;
}
.fpcx .btn-bs {
  text-align: right;
  padding-right: 40px;
  padding-top: 20px;
}
.fpcx .btn-bs .btn-s {
  padding: 6px 25px;
}
@media (max-width: 768px) {
  .fpcx .fpcx_form {
    width: 720px;
  }
  .fpcx .fpcx_form .form-group {
    margin-bottom: 5px;
  }
  .fpcx .fpcx_form .form-group label {
    width: 33%;
    text-align: right;
    padding-right: 5px;
    font-size: 12px;
  }
  .fpcx .fpcx_form .form-group input {
    width: 65%;
  }
  .fpcx .fpcx_form .form-group input.yzm {
    width: 25%;
  }
  .fpcx .fpcx_form .form-group .yzmtp {
    width: 80px;
  }
  .fpcx .btn-bs {
    text-align: right;
    padding-right: 40px;
    padding-top: 20px;
  }
  .fpcx .btn-bs .btn-s {
    padding: 3px 25px;
  }
  .fpcx .btn-bs .btn {
    padding: 3px 12px;
  }
}
.fpcx .myresult {
  top: 20%;
}
.fpcx .myresult .xzfpgj {
  display: inline-block;
}
.fpcx .myresult .xzfpgj .dropdown-menu {
  top: 91%;
  padding-left: 20px;
  padding-right: 20px;
  float: none;
  right: 0;
}
.fpcx .myresult p {
  height: 30px;
  line-height: 30px;
  padding-left: 0px;
}
.fpcx .myresult p input {
  height: 24px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .fpcx .myresult .modal-dialog {
    width: 750px;
    margin: 30px auto;
  }
}
.xtishi {
  float: left;
  margin-left: 16%;
  color: #f00;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
}
.nyxtishi {
  float: right;
  margin-left: 1%;
}
.kezhic {
  margin-left: 10px;
  font-size: 16px;
  position: relative;
}
.kezhic .diqu {
  width: 375px;
  border: 1px solid #ccc;
  background-color: #fff;
  position: absolute;
  top: 23px;
  left: -100px;
  z-index: 30000;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  padding: 0px 10px 20px;
  display: none;
  text-align: left;
}
.kezhic .diqu i {
  background: url(../images/gdt-img.png) no-repeat;
  width: 16px;
  height: 9px;
  position: absolute;
  top: -9px;
  left: 180px;
  background-position: 0px -357px;
}
.kezhic .diqu .modal-header {
  padding: 10px;
  color: #f00;
  margin-bottom: 10px;
}
.kezhic .diqu .modal-header .close {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.kezhic .diqu ul li {
  padding: 5px;
  display: inline-block;
  font-size: 15px;
  color: #333;
}
.kezhic .diqu ul li .category {
  float: left;
  width: 40px;
  _margin-right: -3px;
  font-weight: bold;
  color: #008fd7;
}
.kezhic .diqu ul li .list {
  float: left;
  width: 300px;
}
.kezhic .diqu ul li .list span {
  display: inline-block;
  padding: 0px 5px 5px;
}
.zddw {
  background-color: #fcfcfc;
  border: 1px solid #e1e1e1;
  margin-top: 12px;
  padding-bottom: 15px;
}
.zddw .title {
  border-bottom: 1px solid #e1e1e1;
  border-left: 5px solid #0597e4;
  padding-left: 10px;
  font-size: 18px;
  color: #333;
  height: 30px;
  line-height: 30px;
}
.zddw ul li {
  margin-top: 19px;
}
.zddw ul li img {
  width: 100%;
}
.zddw .col-xs-3,
.zddw .col-xs-2 {
  padding-right: 5px;
  padding-left: 5px;
}
@media (max-width: 768px) {
  .zddw .title {
    font-size: 14px;
  }
}
/*全选列表*/
.main_ul {
  border: 1px solid #ececec;
  position: relative;
}
.main_ul > li {
  padding-left: 10px !important;
}
.main_ul .title {
  height: 44px;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  padding: 0px;
}
.main_ul .title > div {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  float: left;
  height: 44px;
  line-height: 44px;
  text-align: left;
}
.main_ul .title > div.w3 {
  text-align: center;
  line-height: 22px;
}
.main_ul .list {
  height: 44px;
  border-bottom: 1px solid #ececec;
  vertical-align: middle;
  padding: 0px;
  /*a{display: inline-block; height: 44px;width: ~"calc(100% - 32px);";}*/
  /*影响报销列预览按钮*/
}
.main_ul .list:hover {
  background-color: #e9f6fb;
}
.main_ul .list > div {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  float: left;
  height: 44px;
  line-height: 44px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  write-space: nowrap;
  word-break: break-all;
  word-wrap: break-word;
}
.main_ul .list > div.text-right, .main_ul .title > div.text-right{
  text-align: right;
  padding-right: 10px;
}
.main_ul .list > div.w3 {
  text-align: center;
  line-height: 22px;
}
.main_ul .list div.text-success,
.main_ul .list div.text-danger {
  position: relative;
}
.main_ul .list div.text-success .btn,
.main_ul .list div.text-danger .btn {
  position: absolute;
  left: 40px;
  top: 10px;
}
.main_ul .info {
  background-color: #f8f8f8;
}
.main_ul .checkbox-bg {
  background-color: #e9f6fb;
}
.table-simple > li.title {
  background-color: #f8f8f8 !important;
}
.pilkpjl {
  margin-top: 0px;
}
.pilkpjl .list {
  padding: 0px;
}
.a-upload {
  position: relative;
  cursor: pointer;
  color: #fff;
  background-color: #337ab7;
  border: 1px solid #2e6da4;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  margin-top: 57px;
}
.a-upload input {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.a-upload input.disabled {
  cursor: not-allowed;
  background-color: rgba(255, 255, 255, 0.6);
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.a-upload:hover {
  color: #fff;
  background: #286090;
  border-color: #204d74;
  text-decoration: none;
}
.tab-pane .chayan_dz {
  margin: 20px 0px;
}
.tab-pane .chayan_dz .form-group {
  margin-bottom: 15px;
}
.tab-pane .chayan_dz .form-group label {
  width: 32%;
  text-align: right;
  display: inline-block;
}
.tab-pane .chayan_dz .form-group .form-control {
  width: 60%;
}
.tab-pane .chayan_dz .form-group .yzm {
  width: 30%;
}
.panel-success {
  margin-top: 20px;
  position: relative;
}
.panel-success .panel-heading .gjfp_btn {
  float: right;
}
.panel-success .panel-body p {
  color: #333;
  font-size: 14px;
}
.panel-success .panel-body p span {
  color: #888;
}
.panel-success .xzfpgj .dropdown-menu {
  top: 38px;
  padding-left: 20px;
  padding-right: 20px;
  float: none;
  right: 0;
  width: auto;
}
.chayan_pl .alert-danger {
  margin: 10px auto;
}
.chayan_pl .table {
  margin-top: 10px;
  font-size: 13px;
}
.chayan_pl .table th {
  font-size: 12px;
}
.huifu {
  top: 30%;
}
.huifu .modal-header .close {
  margin-top: -10px;
}
.fankuixq {
  top: 20%;
}
.fankuixq .modal-header .close {
  margin-top: -10px;
}
.fankuixq .modal-footer {
  text-align: left;
}
.mobile .two .yzm,
.email .two .yzm {
  width: 78px;
}
.fist {
  margin-bottom: 15px;
}
#alertMsg {
  display: none;
  width: 300px;
  /* min-height: 150px; */
  border: 1px solid #ddd;
  border-radius: 0px;
  box-shadow: 1px 1px 10px black;
  padding: 10px;
  font-size: 12px;
  position: absolute;
  text-align: center;
  background: #fff;
  z-index: 1000000000;
}
#alertMsg_info {
  padding: 2px 15px;
  line-height: 1.6em;
  text-align: left;
}
#alertMsg_btn1,
#alertMsg_btn2 {
  display: inline-block;
  padding-left: 3px;
  color: #000000;
  font-size: 12px;
  text-decoration: none;
  margin-right: 10px;
  cursor: pointer;
}
#alertMsg_btn1 cite,
#alertMsg_btn2 cite {
  line-height: 24px;
  display: inline-block;
  padding: 0 13px 0 10px;
  font-style: normal;
}
#szlxdh .form-group {
  margin-bottom: 20px;
}
#szlxdh .form-group .control-label {
  padding-top: 0px;
}
:root .fpjtk .navbar-form img {
  border: 2px solid #ccc;
}
:root .fpjtk .lbtb li img {
  border: 2px solid #ccc;
}
:root .fpjtk .lbtb li .active {
  border: 2px solid #ccc;
}
:root .fenlei ul li img {
  border: 2px solid #ccc;
}
#hongpiaoinput .close,
#querentishitk .close {
  background-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tp,
.text,
.anniu {
  text-align: center;
}
.anniu {
  margin-top: 10px;
}
.hzlogo {
  background-color: #eee;
  border-bottom: 1px solid #00a7fe;
  padding: 10px 0px;
  margin-bottom: 15px;
}
.hzlogin .panel-heading {
  background-color: #009FF1;
  border-color: #009FF1;
  padding: 2px 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.hzlogin .login-left {
  width: 450px;
  float: left;
  padding-left: 2%;
  padding-top: 5%;
}
.hzlogin .login-left h1 {
  font-size: 28px;
  color: #009FF1;
  font-weight: normal;
  font-style: italic;
}
.hzlogin .login-left p {
  font-size: 18px;
  text-align: left;
  margin-left: 25px;
  width: 365px;
  line-height: 170%;
}
.hzlogin .login-left p span {
  font-size: 20px;
}
.hzlogin .login-right {
  width: 500px;
  float: right;
  margin-right: 4%;
  margin-top: 3%;
  margin-bottom: 2%;
  background: #f1f1f1;
}
.hzlogin .login-right .regqhk {
  width: 100%;
  margin-bottom: 30px;
}
.hzlogin .login-right .regqhk a {
  padding: 10px 70px;
}
.hzlogin .login-right .reg-a .form-group input {
  width: 90%;
}
.hzlogin .login-right .reg-a .form-group input.yzm {
  width: 47%;
  float: left;
  margin-right: 10px;
}
.hzlogin .login-right .reg-a .checkbox {
  margin-left: 30%;
  margin-bottom: 15px;
}
.hzlogin .login-right .error {
  color: #f00;
}
/*漂浮联系方式*/
/*.side-bar a,.chat-tips i {
	background-image: url(../images/gdt-img.png);
	background-repeat: no-repeat;
}*/
/*右侧悬浮icon*/
/*.side-bar {
	width: 56px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	font-size: 0;
	line-height: 0;
	z-index: 100;
}
.side-bar a {
	width: 56px;
	height: 56px;
	display: inline-block;
	background-color: #669fdd;
	margin-bottom: 2px;
}
.side-bar a:hover {
	background-color: #009FF1;
}
.side-bar .icon-qq {
	background-position: -5px -68px;
}
.side-bar .icon-rexian {
	background-position: -5px -135px;
	position: relative;
}
.side-bar .icon-chat:hover .chat-tips,.side-bar .icon-app:hover .chat-tips,.side-bar .icon-rexian:hover .chat-tips {
	display: block;
}
.side-bar .icon-chat {
	background-position: -5px -200px;
}
.side-bar .icon-app {
	background-position: -5px -270px;
}
.side-bar .icon-top {
	background-position: -5px -3px;
}
.chat-tips {
	padding: 0px;
	border: 1px solid #d1d2d6;
	position: absolute;
	right: 68px;
	top: 120px;
	background-color: #ffffff;
	display: none;
}
.chat-tips i {
	width: 9px;
	height: 16px;
	display: inline-block;
	position: absolute;
	right: -9px;
	top: 80px;
	background-position:-88px -350px;
}
.chat-tips img {
	width: 156px;
	height: 156px;
}
.app-tips{top: 60px;}
.rexian-tips{top: 0px;color: #009FF1;padding:0px 10px;width: 275px;height: 65px;line-height: 65px;font-size: 18px;}
.rexian-tips i {
	width: 9px;
	height: 16px;
	display: inline-block;
	position: absolute;
	right: -9px;
	top: 20px;
}*/
/*模态框高度*/
.modal-height {
  height: 250px;
  overflow-y: auto;
}
.displaynone {
  display: none;
}
.bumenyw {
  color: #00a7fe;
  margin-top: 10px;
  margin-left: 10px;
}
#wanshanxx .neirong,
#qianshuCA .neirong {
  text-align: center;
  padding: 20px;
}
#wanshanxx .neirong p,
#qianshuCA .neirong p {
  padding-bottom: 15px;
}
#xiugaimm .neirong,
#shiyongdaoqi .neirong {
  text-align: center;
  padding: 20px;
}
#xiugaimm .neirong p,
#shiyongdaoqi .neirong p {
  padding-bottom: 15px;
  text-align: left;
}
#dcexcel .text-muted {
  margin-bottom: 15px;
}
#dcexcel .control-label {
  height: 34px;
  line-height: 34px;
}
#dcexcel .daochu-btn {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 30px;
}
#sjhxiugai .col-xs-6 {
  line-height: 34px;
  height: 34px;
}
#sjhxiugai .tip {
  line-height: 20px;
  height: 20px;
}
#xiugaisjh .chaxunsjh {
  margin-bottom: 20px;
}
#xiugaisjh .table th,
#xiugaisjh .table {
  text-align: center;
}
#hcxiangqing .bg-info {
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}
#hcxiangqing .col-xs-4 {
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
}
#hcxiangqing .modal-body {
  height: 500px;
  overflow-y: auto;
}
.qrtishi span {
  display: inline-table;
  width: 30px;
  height: 8px;
  border: 1px solid #eee;
}
.qrtishi em {
  font-style: normal;
  font-size: 14px;
}
.qrtishi p {
  display: inline-block;
  padding-left: 20px;
}
.qrtishi .text-warning {
  color: #8a6d3b;
}
#fapiaoxq .guiji_btn {
  float: right;
  margin-right: 15px;
}
a.btn[data-target="#mqxhc"] {
  filter: alpha(opacity=45);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .45;
}
#yujingshezhi .text-danger {
  margin: 20px auto;
}
#yujingshezhi .text-center {
  padding: 0px 0px 20px;
}
#jcbd label.col-xs-6 {
  padding-right: 0px;
}
#jcbd div.col-xs-6 {
  padding-left: 0px;
  line-height: 30px;
}
#jcbd .modal-header {
  padding: 7px;
}
#jcbd .col-xs-8 {
  margin-top: 15px;
}
/*footer*/
.footer {
  background-color: #464646;
}
.footer .banquan {
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #dcdcdc;
  font-size: 12px;
}
.footer .banquan a {
  display: inline-block;
  color: #dcdcdc;
  padding-top: 0;
}
.footer .banquan a:hover {
  color: #3379b7;
}
/*漂浮联系方式*/
.side-bar a,
.chat-tips i {
  background-image: url(../images/gdt-img.png);
  background-repeat: no-repeat;
}
/*右侧悬浮icon*/
.side-bar {
  width: 50px;
  position: fixed;
  bottom: 50%;
  right: 0px;
  font-size: 0;
  line-height: 0;
  z-index: 100;
}
.side-bar .chaxun {
  height: 80px;
  width: 50px;
  color: #fff;
  background-image: none;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  padding-top: 18px;
}
.side-bar a {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-bottom: 1px;
}
.side-bar .icon-qq {
  background-position: -5px -70px;
}
.side-bar .icon-rexian {
  background-position: -5px -137px;
  position: relative;
}
.side-bar .icon-chat:hover .chat-tips,
.side-bar .icon-app:hover .chat-tips,
.side-bar .icon-rexian:hover .chat-tips {
  display: block;
}
.side-bar .icon-chat {
  background-position: -5px -203px;
}
.side-bar .icon-app {
  background-position: -5px -274px;
}
.side-bar .icon-top {
  background-position: -5px -9px;
}
.chat-tips {
  padding: 0px;
  border: 1px solid #ddd;
  position: absolute;
  right: 58px;
  top: 125px;
  background-color: #337ab7;
  display: none;
  border-radius: 5px;
}
.chat-tips i {
  width: 9px;
  height: 16px;
  display: inline-block;
  position: absolute;
  right: -9px;
  top: 120px;
  background-position: -88px -350px;
}
.chat-tips img {
  width: 136px;
  height: 136px;
}
.chat-tips span {
  display: block;
  text-align: center;
  height: 20px;
  line-height: 20px;
  width: 100%;
  color: #333;
  font-size: 14px;
}
.app-tips {
  top: 72px;
}
.rexian-tips {
  top: 0px;
  color: #fff;
  padding: 0px 10px;
  width: 120px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
}
.rexian-tips i {
  width: 9px;
  height: 16px;
  display: inline-block;
  position: absolute;
  right: -9px;
  top: 15px;
}
.taobao-success {
  min-height: 440px;
  margin-top: 85px;
  margin-bottom: 20px;
}
.taobao-success h2 {
  margin-bottom: 30px;
}
/*
 *  Bootstrap TouchSpin - v3.1.1
 *  A mobile and touch friendly input spinner component for Bootstrap 3.
 *  http://www.virtuosoft.eu/code/bootstrap-touchspin/
 *
 *  Made by István Ujj-Mészáros
 *  Under Apache License v2.0 License
 */
.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  margin-left: -1px;
  position: relative;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  border-top-right-radius: 4px;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
  border-radius: 0;
  border-bottom-right-radius: 4px;
}
.bootstrap-touchspin .input-group-btn-vertical i {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 9px;
  font-weight: normal;
}
body {
  background-color: #fff;
  background-image: url(../images/navbg.png);
  background-repeat: repeat-y;
}
@font-face {
  font-family: "iconfont";
  src: url('iconfont.eot');
  src: url('iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('iconfont.woff') format('woff'), /* chrome, firefox */ url('iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('iconfont.svg#iconfont') format('svg');

  /* IE9*/
  /* iOS 4.1- */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.huanhang {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.enterprise {
  min-height: calc(100vh - 30px);
}
.tip {
  color: #f00;
  font-size: 14px;
  display: none;
  line-height: 22px;
}
.red {
  color: #f00;
}
.nav_left {
  float: left;
  width: 207px;
  padding: 70px 0px;
  margin-left: 1px;
  height: auto;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  overflow-y: auto;
}
.nav_left .logo {
  border-bottom: 1px solid #e3e6eb;
  text-align: center;
  font-size: 12px;
  color: #666;
  padding-bottom: 20px;
  width: 203px;
}
.nav_left .logo img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: block;
  margin: 30px auto 15px;
}
.nav_left .qyjbxx li {
  border-bottom: 1px solid #e3e6eb;
  font-size: 12px;
  width: 80%;
  margin: 10px auto;
  padding-bottom: 10px;
}
.nav_left .qyjbxx li span {
  display: block;
}
.nav_left > ul {
  padding-bottom: 70px;
}
/*滚动条样式*/
.nav_left::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}
.nav_left::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.15);
}
.nav_left::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.08);
}
.left-item {
  position: relative;
  border-bottom: 1px solid #e9e9e9;
  width: 98%;
}
.left-item > a {
  color: #626262;
  line-height: 36px;
  padding-left: 20px;
  display: inline-block;
  width: 100%;
}
.left-item > a i {
  margin-right: 10px;
  font-size: 20px;
}
.left-item ul {
  margin-left: 45px;
}
.left-item ul li {
  list-style-type: square;
  font-size: 12px;
  line-height: 26px;
  padding-left: 10px;
  list-style-position: inside;
  margin: 5px 0px;
}
/*---------------------*/
.left-more {
  float: right;
  margin-right: 20px;
  font-size: 18px;
  transition: transform .3s;
  display: none;
}
/* 此处为导航右侧箭头 如果自定义iconfont 也需要替换*/
.left-more::after {
  content: "\e6a7";
}
/*---------------------*/
.left-show .left-more {
  transform: rotate(90deg);
  display: none;
}
.left-show > a,
.left-item > a:hover {
  color: #626262;
}
.left-show > a:before,
.left-item > a:hover:before {
  opacity: 1;
}
.left-show .active,
.left-item .active,
.left-item li:hover {
  color: #FFF;
  background-color: #187fc3;
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
  width: 157px;
}
.left-show .active a,
.left-item .active a,
.left-item li:hover a {
  color: #fff;
  display: inline-block;
  line-height: 26px;
  width: 110px;
}
.qyright {
  width: calc(100% - 240px);
  padding-bottom: 80px;
  margin-right: 10px;
  padding-top: 70px;
  left: 207px;
  padding-left: 18px;
  background-color: #fff;
  min-height: 800px;
  height: auto;
  z-index: 1;
  position: relative;
  margin-left: 215px \9\0;
  left: 0px \9\0;
  top: 70px \9\0;
  padding-top: 0px \9\0;
  margin-bottom: 130px \9\0;
}
.qyright .czzy {
  padding-top: 50px;
  padding-bottom: 20px;
}
.qyright .czzy h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.qyright .czzy p {
  font-size: 14px;
}
.qyright .czzy p.text-indent {
  text-indent: 2em;
  font-size: 12px;
}
.qyright .czzy img {
  width: 90%;
  margin: 10px auto;
  display: block;
}
.qyright .panel {
  border-radius: 0;
  border: 0px;
  box-shadow: none;
}
.qyright .alert {
  margin-bottom: 10px;
}
.qyright .alert .btn-group {
  display: inline-block;
}
.qyright .alert .btn-group #dropdown-menu {
  top: 140%;
}
.qyright .alert .btn-group span.pull-left {
  padding-top: 5px;
  margin-right: 10px;
}
.qyright .panel-heading {
  padding: 0px 10px 0px 0px;
  border-bottom: 1px solid #ececec;
  background-color: #ebf2f5;
  margin: 0px;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
}
.qyright .panel-heading ul li a {
  color: #333;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}
.qyright .panel-heading ul li a.active {
  background-color: #fff;
  border-top: 2px solid #187fc3;
  height: 50px;
  line-height: 46px;
}
.qyright h3.panel-heading {
  padding-left: 15px;
}
.qyright .panel-info {
  margin-bottom: 15px;
}
.qyright .panel-info .btn-group {
  text-align: center;
}
.qyright .panel-info .btn-group a {
  outline: none;
  cursor: pointer;
  display: inline-block;
  padding: 6px;
}
.qyright .xitonggg {
  width: 96%;
  margin: 30px auto;
}
.qyright .xitonggg li {
  list-style-type: disc;
  border-bottom: 1px solid #eee;
  margin-top: 15px;
}
.qyright .xitonggg li i {
  display: inline-block;
  padding: 1px 8px;
  background-color: #f00;
  color: #fff;
  font-style: normal;
  font-size: 12px;
  border-radius: 3px;
}
.qyright .xitonggg li span {
  display: block;
  margin-top: 5px;
  margin-bottom: 8px;
}
.qyright .diquchaxun .btn {
  margin-top: 8px;
}
.qyright .baobiao {
  margin-top: 20px;
}
.qyright .baobiao div {
  margin: 5px 0px;
}
.qyright .baobiao h3 {
  width: 100px;
  text-align: left;
  font-size: 15px;
  padding-left: 15px;
  display: inline-block;
  font-weight: 600;
  float: left;
  height: 30px;
  line-height: 30px;
}
.qyright .baobiao ul {
  display: inline-block;
}
.qyright .baobiao ul li {
  float: left;
  display: inline-block;
  margin-right: 15px;
}
.qyright .baobiao ul li.active a {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.qyright .baobiao .btn-group {
  display: inline-block;
  margin: 0px;
}
.qyright .baobiao .riqi {
  display: inline-block;
  width: 460px;
  margin: 0px 0px 0px 20px;
}
.qyright .baobiao .riqi input {
  width: 184px;
  display: inline-block;
}
.qyright .baobiao .hlp {
  width: 230px;
  display: inline-block;
}
.qyright .baobiao .hlp select {
  display: inline-block;
  width: 64%;
}
.qyright .baobiao .hlp-left {
  margin-left: 20px;
}
.qyright .baobiao .tab-content {
  margin: 15px auto;
  padding: 0px 15px;
}
.qyright .baobiao .error_div {
  background: url(../images/cwts_qqcs.jpg) no-repeat 25% 40px #e0e0e0;
  width: 80%;
  margin: 25px auto;
  border: 1px solid #d4d4d4;
  height: 300px;
}
.qyright .baobiao .error_div span {
  margin-top: 180px;
  display: block;
  margin-left: 36%;
  font-size: 22px;
  color: #333;
  font-weight: 600;
}
.qyright .baobiao .error_div span a {
  color: #ee8500;
}
.qyright .table-responsive {
  text-align: center;
}
.qyright .table-responsive th {
  text-align: center;
}
.qyright .xznf {
  margin-bottom: 20px;
  margin-left: 10px;
}
.qyright .xznf select {
  width: 200px;
}
.qyright .xznf .form-group + .form-group {
  margin-left: 20px;
}
.qyright .xznf .btn {
  margin-top: 7px;
  margin-left: 20px;
}
.qyright .lishi .list {
  display: none;
}
.qyright .lishi .list:first-child {
  display: block;
}
.qyright .lishi .panel-footer {
  cursor: pointer;
}
.qyright .jilu {
  margin-bottom: 20px;
  background-color: #fff;
  padding-bottom: 20px;
}
.qyright .jilu .alert {
  margin-top: 0px;
  margin-bottom: 15px;
}
.qyright .jilu .panel-heading {
  margin-bottom: 15px;
}
.qyright .jilu .panel-heading .pull-right {
  margin-top: 14px;
}
.qyright .jilu .panel-heading .pull-right.text-danger {
  margin-top: 0px;
}
.qyright .jilu > .col-xs-3 {
  margin-bottom: 15px;
}
.qyright .jilu .red-blue .glyphicon-plus,
.qyright .jilu .red-blue .glyphicon-minus {
  line-height: 42px;
}
.qyright .jilu .red-blue .list a:hover {
  color: #333;
}
.qyright .jilu .red-blue .red,
.qyright .jilu .red-blue .red a,
.qyright .jilu .red-blue .red a:hover {
  color: #f00;
}
.qyright .jilu .red-blue .blue,
.qyright .jilu .red-blue .blue a,
.qyright .jilu .red-blue .blue a:hover {
  color: #00f;
}
.qyright .jilu .red-blue .red .t0 span {
  border: 1px solid #eee;
  font-size: 10px;
  font-weight: 500;
  padding: 3px;
  cursor: pointer;
}
.qyright .jilu .red-blue .blue {
  display: none;
}
.qyright .jilu .red-blue .blue a div {
  height: 38px;
}
.qyright .jilu .red-blue .normal,
.qyright .jilu .red-blue .normal a,
.qyright .jilu .red-blue .normal a:hover {
  color: #333;
}
.qyright .jilu .red-blue .redn,
.qyright .jilu .red-blue .redn a,
.qyright .jilu .red-blue .redn a:hover {
  color: #f00;
}
.qyright .jilu .red-blue .normal .t0 span {
  border: 1px solid #eee;
  font-size: 10px;
  font-weight: 500;
  padding: 3px;
  cursor: pointer;
}
.qyright .jilu .red-blue .redn {
  display: none;
}
.qyright .jilu .red-blue .redn a div {
  height: 38px;
}
.qyright .jilu .red-blue .red .btn {
  border-color: #f00;
}
.qyright .jilu .alert .btn {
  padding: 6px 9px 6px 0px;
}
.qyright .jilu .alert h5 {
  font-weight: 600;
}
.qyright .jilu .alert p + h5 {
  margin-top: 30px;
}
.qyright .jilu .tab-content {
  min-height: 200px;
}
.qyright .jilu .tab-content .qydetail {
  margin-top: 10px;
  margin-bottom: 10px;
  float: right;
}
.qyright .jilu .tab-content .guiji_btn {
  float: right;
  margin-right: 15px;
}
.qyright .jilu .tab-content .neirong {
  text-align: center;
}
.qyright .jilu .tab-content .neirong img {
  width: 90%;
}
.qyright .jilu .tab-content .panel {
  padding-bottom: 0px;
  width: 90.5%;
  margin: 15px auto 0px;
}
.qyright .jilu .tab-content .panel strong {
  color: #999;
  font-size: 12px;
}
.qyright .jilu .tab-content .szchaobao {
  margin-top: 20px;
  margin-bottom: 20px;
}
.qyright .jilu .tab-content .szchaobao .form-control {
  width: 100px;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}
.qyright .jilu .tab-content .chaobaojg {
  width: 100%;
  overflow-x: auto;
}
.qyright .jilu .tab-content .chaobaojg table {
  width: 2500px;
}
.qyright .jilu .tab-content .chaobaojg table th,
.qyright .jilu .tab-content .chaobaojg table td {
  text-align: center;
}
.qyright .jilu .ecdown {
  padding-left: 0px;
  margin-top: 15px;
}
.qyright .jilu .csvupload {
  padding-left: 0px;
  position: relative;
}
.qyright .jilu .zytz {
  margin-top: 40px;
}
.qyright .jilu .zytz .col-xs-9 {
  padding-top: 10px;
}
.qyright .jilu .form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 15px;
}
.qyright .jilu .form-horizontal .form-group .col-xs-4 {
  line-height: 34px;
}
.qyright .jilu .form-horizontal .form-group .input-group.col-xs-4.col-xs-offset-2 {
  margin-top: 10px;
}
.qyright .jilu .pzpl.col-xs-6 {
  margin-top: 50px;
}
.qyright .jilu .pzpl.col-xs-6 .form-horizontal .form-group .col-xs-8,
.qyright .jilu .pzpl.col-xs-6 .form-horizontal .form-group .col-xs-4 {
  line-height: 28px;
  padding-top: 0px;
}
.qyright .jilu .pzpl.col-xs-6 h2 {
  margin-top: 0px;
  margin-bottom: 20px;
}
.qyright .jilu .text-tips {
  padding-left: 0px;
  margin-top: 10px;
  font-size: 12px;
  color: #888;
}
.qyright .jilu .text-tips p {
  margin-bottom: 2px;
}
.qyright .jilu h4.qxtips {
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 10px;
}
.qyright .jilu .querenbs {
  background-color: #fff;
  border: 1px solid #ececec;
}
.qyright .jilu .querenbs span {
  display: inline-block;
  background-color: #f8f8f8;
  border-right: 1px solid #ececec;
  padding: 10px;
  margin-right: 15px;
}
.qyright .jilu .ktsmshkp {
  padding: 60px 0px;
  text-align: center;
  min-height: 600px;
}
.qyright .jilu .ktsmshkp .col-xs-2 {
  padding-left: 0px;
  padding-right: 0px;
}
.qyright .jilu .ktsmshkp h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 60px;
}
.qyright .jilu .ktsmshkp span.iconfont {
  background-color: #f0f3f7;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  font-size: 40px;
  color: #86c2ea;
  margin-left: 0px;
}
.qyright .jilu .ktsmshkp i.iconfont {
  color: #86c2ea;
  font-size: 30px;
  font-weight: 300;
  display: inline-block;
  float: right;
  margin-top: 30px;
}
.qyright .jilu .ktsmshkp p {
  font-size: 12px;
  color: #86c2ea;
  text-align: left;
  margin-top: 20px;
  padding-left: 10px;
}
.qyright .jilu .ktsmshkp .btn {
  margin-top: 50px;
}
.qyright .jilu .chaxun {
  border-top: 1px solid #ececec;
}
.qyright .jilu .chaxun .form-group {
  border-bottom: 1px solid #ececec;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  margin: 0px;
}
.qyright .jilu .chaxun .form-group .col-xs-2 {
  background-color: #f8f8f8;
  padding: 8px 15px 8px 0px;
  height: 46px;
  line-height: 30px;
  border-right: 1px solid #ececec;
}
.qyright .jilu .chaxun .form-group .col-xs-5 {
  padding: 8px 15px;
  line-height: 30px;
}
.qyright .jilu .chaxun .col-xs-10.col-xs-offset-2 {
  margin-top: 15px;
}
.qyright .taitousmtc {
  padding: 0px;
  position: relative;
  width: 25%;
  float: right;
}
.qyright .taitousmtc .badge {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  background-color: #f00;
  position: absolute;
  top: -10px;
  right: -5px;
  padding: 3px;
}
.qyright .table-left {
  border-top: 1px solid #ececec;
}
.qyright .table-left .form-group {
  margin: 0px !important;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.qyright .table-left .form-group > .col-xs-2 {
  background-color: #f8f8f8;
  padding: 8px 0px;
  line-height: 30px;
  border-right: 1px solid #ececec;
  display: table-cell;
  vertical-align: middle;
}
.qyright .table-left .col-xs-10 {
  padding: 8px 15px;
}
.qyright .table-left .col-xs-10 .pull-left {
  margin-right: 20px;
}
.qyright .table-left .col-xs-10 .pull-left .form-control {
  display: inline-block;
  width: auto;
}
.qyright .table-left .col-xs-10 .col-xs-5 .form-control {
  margin-top: 0px;
}
.qyright .table-left .col-xs-10 .col-xs-5,
.qyright .table-left .col-xs-10 .text-muted,
.qyright .table-left .col-xs-10 .col-xs-6 {
  line-height: 29px;
}
.qyright .table-left .btn.col-xs-1 {
  margin-top: 5px;
}
.qyright .sjqy h4 {
  padding-left: 5px;
  font-size: 16px;
  font-weight: 600;
  height: 16px;
  border-left: 4px solid #333;
  margin-left: 20px;
  margin-top: 40px;
}
.qyright .sjqy .sjqygg {
  margin: 20px;
  border: 1px solid #ececec;
  border-radius: 4px;
  padding: 15px;
  width: 80%;
}
.qyright .sjqy .sjqylc {
  margin: 20px;
}
.nav-tabs {
  padding: 0px 10px 0px 0px;
  border-bottom: 1px solid #ececec;
  background-color: #ebf2f5;
  margin: 0px;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 15px;
}
.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:focus {
  background-color: #fff;
  border-top: 2px solid #187fc3;
  height: 50px;
  line-height: 48px;
  border-left: 0;
  padding: 0 20px;
}
.nav-tabs > li > a {
  height: 50px;
  line-height: 50px;
  padding: 0px 20px;
}
.nav-tabs > li a:hover {
  background-color: #fff;
  border-top: 2px solid #187fc3;
  height: 50px;
  line-height: 48px;
  padding: 0 20px;
}
.hezuo ul li {
  margin-top: 10px;
  margin-bottom: 5px;
}
.api {
  text-align: center;
  padding-top: 60px;
  font-size: 24px;
  font-weight: 500;
  color: #333;
}
.fangan .list {
  width: 25%;
  float: left;
  text-align: center;
}
.fangan .list .diamond {
  width: 100px;
  height: 100px;
  background: #73c5ff;
  margin: 55px auto 35px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.fangan .list .diamond img {
  margin: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fangan .list h5 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.fangan .list h5 span {
  font-size: 12px;
  color: #666;
  display: block;
  margin-top: 5px;
}
.fangan .scjianjie {
  background-color: #a0daff;
  padding: 20px;
  font-size: 16px;
  line-height: 28px;
}
.fangan .sc_img img {
  width: 100%;
}
.fangan .zwlist {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
}
.fangan .zwlist img {
  width: 90%;
  text-align: center;
  margin: 0px auto;
}
.fangan .zwlist .zwlist1 {
  font-size: 16px;
  padding: 20px;
  line-height: 30px;
  margin-top: 100px;
}
.fangan .zwlist .zwlist1-1 {
  background-color: #FEC10E;
  color: #000;
}
.fangan .zwlist .zwlist1-2 {
  background-color: #ECFF8B;
  color: #000;
  margin-top: 30px;
}
.fangan .zwlist .zwlist1-21 {
  background-color: #ECFF8B;
  color: #000;
  margin-top: 90px;
}
.fangan .zwlist .zwlist1-3 {
  background-color: #C4E6E3;
  color: #000;
}
.fangan .zwlist .zwlist1-4 {
  background-color: #FEC10E;
  color: #000;
}
.fangan .zwlist .zwlist1-5 {
  background-color: #ECFF8B;
  color: #000;
}
.fangan .zwlist .zwlist1-6 {
  background-color: #C4E6E3;
  color: #000;
}
.fangan .zwlist .zwlist1-7 {
  background-color: #ECFF8B;
  color: #000;
}
.fangan .zwlist .zwlist1-8 {
  background-color: #C4E6E3;
  color: #000;
}
.fangan .zwlist .zwlist1-9 {
  background-color: #D1EDF9;
  color: #000;
  margin-top: 35px;
}
@media (max-width: 768px) {
  .fangan .zwlist .zwlist1 {
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .fangan .zwlist .zwlist1 {
    margin-top: 40px;
  }
}
.fangan .fpthy img {
  width: 100%;
}
.fangan h2 {
  margin: 20px auto 30px;
  width: 40%;
  float: left;
}
.fangan h3 {
  margin: 20px auto 30px;
  width: 40%;
  float: right;
  text-align: right;
  color: #f00;
}
.fangan h4 {
  padding: 10px 15px;
  background-color: #a0daff;
  font-weight: 600;
}
.fangan .liucheng {
  margin: 15px auto;
  padding-left: 4%;
}
.fangan .liucheng ol li {
  float: left;
  width: 27%;
  text-align: center;
  list-style-type: none;
  height: 80px;
  margin: 30px 0px;
}
.fangan .liucheng ol li .ui-step-icon {
  float: left;
  width: 124px;
  position: absolute;
}
.fangan .liucheng ol li .ui-step-icon .ui-step-number {
  line-height: 14px;
  font-style: normal;
  position: absolute;
  top: 7px;
  left: 30px;
  padding: 0 20px;
  font-weight: 700;
  color: #fff;
  font-size: 24px;
}
.fangan .liucheng ol li .ui-step-icon .ui-step-number img {
  width: 26px;
  height: 26px;
}
.fangan .liucheng ol li .ui-step-icon .ui-step-text {
  height: 20px;
  line-height: 20px;
  position: relative;
  text-shadow: 0 1px 0 #fff;
  top: 5px;
  left: 0px;
}
.fangan .liucheng ol li .ui-step-icon .ui-step-text small {
  display: block;
  color: #999;
}
.fangan .liucheng ol li .ui-step-icon .iconfont {
  display: block;
  width: 60px;
  height: 60px;
  background: #56c5ff;
  margin-top: -8px \9\0;
  margin-left: 30px \9\0;
  margin: 3px 0 0 62px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.fangan .liucheng ol li .ui-step-line {
  height: 30px;
  line-height: 30px;
  color: #888;
  border-bottom: 2px solid #b9b9b9;
  width: 58%;
  float: right;
  display: block;
  text-align: center;
  margin-top: 0px;
  overflow: hidden;
}
.fangan .liucheng ol li .ui-step-line .glyphicon-menu-right {
  float: right;
  padding-top: 20px;
  color: #b9b9b9;
}
.fangan .liucheng .ui-step-end {
  width: 14%;
}
.fangan .liucheng .ui-step-end .ui-step-icon .ui-step-number {
  top: 7px;
  left: 30px;
}
.fangan .ds ol li {
  width: 21%;
}
.fangan .ds ol li .ui-step-line {
  width: 50%;
}
.fangan .alert-info {
  margin-top: 30px;
  margin-bottom: 30px;
}
h3.bg-info {
  font-size: 14px;
  padding: 10px 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}
h3.bg-info a.btn-link {
  float: right;
}
.leixing {
  margin-bottom: 10px;
  margin-top: 15px;
}
.leixing .btn {
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 20px;
  padding-left: 8px;
  padding-right: 8px;
}
.leixing > div {
  margin: 4px 0px;
}
.kpdxtk .form-inline {
  margin-bottom: 15px;
  display: inline-table;
}
.kpdxtk .form-group {
  margin-top: 0px;
}
.kpdxtk .modal-body {
  max-height: 400px;
  overflow-y: auto;
}
.kpdxtk .modal-body .radio label input {
  position: absolute;
}
.kpdxtk .modal-body .radio label span {
  width: 248px;
  display: inline-block;
  word-wrap: break-word;
}
.table-fpxx .control-label {
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 6px;
  text-align: right;
  font-size: 13px;
}
.table-fpxx .form-control {
  padding-left: 5px;
}
.lanpiao {
  margin-top: 15px;
  margin-bottom: 20px;
}
.lanpiao .col-xs-3 .control-label {
  padding-left: 0px;
  padding-right: 0px;
  text-align: right;
  margin-top: 5px;
}
.lanpiao .col-xs-3 .col-xs-7 {
  padding-left: 0px;
  padding-right: 0px;
  line-height: 30px;
}
.lanpiao .riqi {
  padding-left: 15px;
}
.lanpiao .riqi span.text-danger {
  font-size: 20px;
  margin-left: 20px;
}
.lanpiao .emailtongzhi {
  margin-top: 15px;
  color: #f00;
  display: none;
}
.lanpiao .emailtongzhi span {
  margin-right: 2px;
}
.lanpiao .bg-info {
  margin-top: 10px;
  padding: 9px 15px;
  font-weight: 600;
  background-color: #ebf2f5;
}
.lanpiao .bg-info span.text-muted {
  font-size: 12px;
  font-weight: 500;
}
.lanpiao .huopinxx {
  margin-top: 10px;
}
.lanpiao .leixing {
  margin-top: 0px;
  margin-bottom: 0px;
}
.lanpiao .leixing > div {
  margin-bottom: 15px;
}
.lanpiao .leixing > div.clearfix {
  margin: 0;
}
.modal-footer .col-xs-10 .ifrm_footer {
  margin-top: 0px;
}
.btn-kaipiao {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.btn-kaipiao .btn {
  padding-left: 30px;
  padding-right: 30px;
}
.hongpiao {
  margin-top: 15px;
  margin-bottom: 20px;
  display: none;
}
.hongpiao .right {
  text-align: right;
}
.hongpiao .right p {
  display: inline-block;
  text-align: left;
  width: 200px;
  margin: 0px;
}
.hongpiao .bg-info {
  margin-top: 10px;
  padding: 9px 15px;
  font-weight: 600;
  background-color: #ebf2f5;
}
#hongpiaoinput {
  background: #ccc;
}
#hongpiaoinput .modal-body .btn {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 20px;
}
#hongpiaoinput .modal-dialog {
  top: 100px;
}
.table-zpxx {
  margin-bottom: -1px;
}
.table-zpxx .col-xs-3 {
  padding: 0px 5px;
  text-align: justify;
  height: 25px;
  font-weight: 600;
}
.table-zpxx .col-xs-3:after {
  display: inline-block;
  width: 100%;
  content: '';
}
.table-zpxx .col-xs-9 {
  font-weight: 500;
  color: #666;
}
.zuofeizhang {
  background: url(../images/zuofei.png) no-repeat;
  background-size: 250px;
  background-position: 50% 55%;
}
.ficomoon {
  font-family: 'Glyphicons Halflings';
  font-size: 10px;
}
.icon-angle-top:before {
  content: "\e253";
}
.icon-angle-bottom:before {
  content: "\e252";
}
/*可根据自己的实际情况做修改*/
.combox_border {
  border: 1px solid #ccc;
  height: 28px;
  width: 90%;
  border-radius: 3px;
}
.combox_input {
  border: 0;
  line-height: 26px;
  height: 26px;
  padding-left: 0px;
  width: 75%;
  vertical-align: middle;
}
.combox_button {
  width: 20%;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-left: 1px solid #eeeeee;
}
.combox_select {
  border: 1px solid #ccc;
  border-top: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  z-index: 1;
}
.combox_select li {
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
.combox_select a {
  display: block;
  line-height: 28px;
  padding: 0 8px;
  text-decoration: none;
  color: #666;
}
.combox_select a:hover {
  text-decoration: none;
  background: #f5f5f5;
}
.kpqqtj {
  background-color: #fff;
  border: 1px solid #ddd;
  padding-bottom: 20px;
}
.kpqqtj .col-xs-12 {
  padding-top: 20px;
  line-height: 30px;
  padding-left: 0;
}
.kpqqtj .col-xs-12 .text-right {
  padding-right: 6px;
}
.kpqqtj .ztai {
  width: auto;
  display: inline-block;
  margin-top: 15px;
  margin-left: 20px;
  margin-bottom: 15px;
}
.kpqqtj .ztai .form-control {
  display: inline-block;
  width: 95px;
  margin-left: 10px;
}
.kpqqtj-ewm {
  text-align: center;
}
.kpqqtj-ewm img {
  width: 250px;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#yhkp .col-xs-12 {
  padding-bottom: 15px;
  padding-top: 10px;
  border-top: 1px solid #dddddd;
}
.kpqqtj-ck .modal-body {
  line-height: 30px;
  height: 510px;
  overflow-y: auto;
}
.kpqqtj-ck .modal-body .col-xs-4,
.kpqqtj-ck .modal-body .col-xs-2 {
  font-weight: 600;
  color: #999;
}
.kpqqtj-ck .modal-body .col-xs-3 {
  font-weight: 600;
  color: #999;
  text-align: right;
}
.kpqqtj-ck .modal-body .shenhenr {
  height: 350px;
  overflow-y: auto;
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ddd;
  margin-bottom: 15px;
}
.kpqqtj-ck .modal-body .table {
  color: #888;
}
.kpqqtj-ck .modal-body .shenhe label input {
  margin-top: 9px;
}
.kpqqtj-ck .modal-body .shenhe .bohui span {
  display: inline-block;
  font-weight: 600;
  color: #666;
}
.kpqqtj-ck .modal-body .shenhe .bohui label {
  padding-left: 0px;
  margin-right: 10px;
}
.kpqqtj-ck .modal-body .shenhe .bohui label input {
  margin-top: 0px;
  margin-right: 3px;
}
.kpqqtj-ck .modal-body .shenhe .bohui .radio-inline + .radio-inline,
.kpqqtj-ck .modal-body .shenhe .bohui .checkbox-inline + .checkbox-inline {
  margin-left: 0px;
}
.xpdykp input.form-control {
  width: 80%;
  margin-top: 8px;
}
.w34 .tooltip-inner {
  max-width: 350px !important;
  min-width: 200px;
  text-align: left;
  line-height: 24px;
}
.kpxxgl .form-group {
  margin-top: 0px;
  /*display: inline-block;*/
}
.kpxxgl .form-group label {
  font-weight: normal;
  padding-left: 0px;
}
.kpxxgl .form-group select {
  margin-right: 15px;
}
.kpxxgl .tjsckpxx {
  text-align: right;
  float: right;
  padding-right: 15px;
  width: 200px;
}
.kpxxgl .tjsckpxx .upbtn {
  position: absolute;
}
.kpxxgl .tjsckpxx .upbtn input {
  position: relative;
  right: 0;
  top: 0;
  width: 70px;
  height: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.kpxxgl .col-xs-12 {
  text-align: center;
}
.kpxxgl .col-xs-12 img {
  width: 750px;
}
.kpxxgl .addmrspfl {
  text-align: left;
  margin-top: 30px;
  display: none;
}
.hpxxglwsj {
  text-align: center;
  padding: 15px 0px;
}
.hpxxglwsj img {
  width: 10%;
  display: inline-block;
}
.hpxxgl .main_ul .list {
  height: 50px;
  padding-top: 6px;
  font-size: 12px;
}
.hpxxgl .main_ul .list div {
  font-size: 12px;
}
.hpxxgl .main_ul div.t16,
.hpxxgl .main_ul div.t161 {
  margin-left: 3%;
}
.qyzlxq .form-horizontal .control-label {
  padding-top: 0px;
}
.saomakp .form-group {
  margin-top: 0px;
  width: 215px \9\0;
}
.saomakp .col-xs-6 .btn + .btn {
  margin-left: 20px;
}
.saomakp .panel {
  margin: 20px auto;
}
.saomakp .panel .table {
  margin-bottom: 0px;
}
.saomakp .panel .table > thead > tr > th {
  border-bottom: 0px;
  font-size: 18px;
  width: 20%;
  text-align: left;
  vertical-align: middle;
  padding-left: 0;
}
.saomakp .panel .table > thead > tr > th img {
  width: 100px;
}
.saomakp .table > thead > tr > th,
.saomakp .table > tbody > tr > td,
.saomakp .table > tbody > tr > th {
  width: 20%;
  text-align: left;
  vertical-align: middle;
  padding-left: 15px;
}
.saomakp .table > thead > tr > th img,
.saomakp .table > tbody > tr > td img,
.saomakp .table > tbody > tr > th img {
  width: 40px;
}
.saomakp .text-muted {
  filter: alpha(opacity=30);
  -moz-opacity: 0.30;
  opacity: 0.30;
}
.saomakp span.glyphicon {
  font-size: 18px;
  margin-right: 10px;
  top: -11px;
  left: -15px;
}
.wdgl h3 {
  margin: 15px 0px;
  padding: 8px 15px;
  color: #666;
  margin-left: -20px;
  font-size: 16px;
}
.wdgl .form-inline {
  margin: 10px 0px;
}
.wdgl .form-inline .btn {
  margin-top: 0px;
}
.wdgl .ifrm_footer {
  width: 90%;
  float: right;
}
.wdgl .btn-primary-baocun {
  margin-top: 25px;
}
.wdgl .bianhao {
  width: 65px;
}
.wdgl .bianhao input {
  width: 100%;
  padding: 8px;
  text-align: center;
}
.wdgl .form-group {
  width: 100%;
}
.wdgl .col-xs-2 {
  text-align: right;
  height: 46px;
  line-height: 46px;
}
.wdgl .col-xs-10 select.suoshucs {
  width: 130px !important;
  float: left;
  margin-right: 10px;
}
.wdgl .col-xs-10 input.form-control,
.wdgl .col-xs-10 select.form-control {
  width: 270px;
}
.wdgl .col-xs-10 .tip {
  line-height: 30px;
}
.wdgl .col-xs-10 .col-xs-2 {
  line-height: 30px;
  height: 30px;
  padding: 0px;
  width: 13%;
}
.wdgl .col-xs-10 .col-xs-1 span {
  line-height: 30px;
  color: #187fc3;
  font-size: 23px;
  cursor: pointer;
}
.wdgl .col-xs-offset-2 {
  padding-left: 15px;
}
.wdgl .zpwd select.form-control {
  width: 264px;
}
.oldRow_edit .col-xs-1 span {
  line-height: 30px;
  color: #187fc3;
  font-size: 23px;
  cursor: pointer;
}
.pxxgl .row {
  margin-top: 15px;
  margin-bottom: 25px;
}
.pxxgl .row .form-group {
  margin-left: 15px;
}
.pxxgl .row .form-group select {
  width: 150px;
}
.pxxgl table td,
.pxxgl table th {
  text-align: center;
}
.addmrspfl {
  text-align: left;
  margin-top: 30px;
  display: none;
}
.addmrspfl .panel .panel-heading {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px 15px;
}
.addmrspfl button.close {
  margin-top: 15px;
}
.addmrspfl .panel-title {
  line-height: 50px;
}
/*企业管理*/
.inforlist {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
}
.inforlist .col-xs-4,
.inforlist .col-xs-5 {
  text-align: right;
  font-weight: 600;
  color: #666;
}
.inforlist span {
  display: block;
}
.inforlist .logo {
  height: 80px;
  line-height: 80px;
}
.inforlist .logo img {
  width: 80px;
  height: 80px;
}
.inforlist .col-xs-7 span {
  float: left;
  margin-right: 20px;
}
.inforlist .text-left {
  text-align: left;
  font-weight: 400;
}
.qyxxlogo img {
  display: block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid #ddd;
  display: inline-block;
  margin-right: 20px;
}
.qyxxlogo .col-xs-2 {
  height: 66px;
  line-height: 54px !important;
}
.qyxxlogo .col-xs-10 .btn.col-xs-1 {
  margin-top: 14px;
}
.huiyuan {
  margin-bottom: 50px !important;
}
.huiyuan .hy_ejtitle {
  border-left: 3px solid #333;
  color: #333;
  font-size: 15px;
  margin: 20px;
  padding-left: 8px;
}
.huiyuan .col-xs-4 {
  margin-bottom: 15px;
}
.huiyuan .col-xs-4 > div,
.huiyuan .col-xs-4 a {
  background: #f8f8f8;
  border: 1px solid #e9e9e9;
  display: block;
  text-align: left;
  border-radius: 5px;
  padding: 10px 15px;
  height: 95px;
  cursor: pointer;
}
.huiyuan .col-xs-4 > div i,
.huiyuan .col-xs-4 a i {
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  margin-top: 8px;
}
.huiyuan .col-xs-4 > div div,
.huiyuan .col-xs-4 a div {
  padding-left: 15px;
  display: inline-block;
  float: left;
  width: calc(100% - 60px);
  width: 66% \9\0;
}
.huiyuan .col-xs-4 > div div h6,
.huiyuan .col-xs-4 a div h6 {
  font-size: 14px;
  color: #333;
}
.huiyuan .col-xs-4 > div div p,
.huiyuan .col-xs-4 a div p {
  font-size: 12px;
  color: #666;
}
.huiyuan .hy-heading {
  background-color: #ebf2f5;
  height: 100px;
}
.huiyuan .hy-heading i {
  color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  font-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  background-color: #187fc3;
  margin: 15px;
}
.huiyuan .hy-heading > img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0px 15px 25px;
  background-color: #097dc4;
  padding: 3px;
}
.huiyuan .hy-heading div {
  display: inline-block;
  margin-top: 20px;
}
.huiyuan .hy-heading div h6 {
  font-size: 14px;
  color: #333;
}
.huiyuan .hy-heading div p {
  font-size: 12px;
  color: #666;
}
.huiyuan .hy-heading .pull-right {
  margin: 33px 15px 0px 0px;
}
.huiyuan .dx-heading {
  background-color: #fafafa;
  padding: 20px 0px 15px;
  margin-top: 15px;
}
.huiyuan .dx-heading > div > p {
  line-height: 24px;
}
.huiyuan .dx-heading .col-xs-9 {
  padding-left: 20px;
}
.huiyuan .dx-heading .btn-success {
  margin: 0px;
  padding-left: 30px;
  padding-right: 30px;
}
.huiyuan .dx-heading .col-xs-3 {
  line-height: 30px;
}
.huiyuan .mfdx-neirong {
  margin-top: 30px;
}
.huiyuan .mfdx-neirong .hy_img img {
  width: 100%;
  margin-bottom: 25px;
}
.huiyuan .mfdx-neirong .shiyong {
  margin: 30px 0px;
}
.huiyuan .mfdx-neirong .shiyong .btn-success {
  margin: 20px 0px 0px;
  padding-left: 50px;
  padding-right: 50px;
}
.huiyuan .mfdx-neirong .dzdh .iconfont {
  margin-right: 5px;
  color: #666;
  font-size: 16px;
}
.huiyuan .col-xs-3 > div,
.huiyuan .col-xs-3 a {
  border: 1px solid #e9e9e9;
  text-align: center;
  display: inline-block;
  height: 200px;
  width: 100%;
  position: relative;
}
.huiyuan .col-xs-3 > div span,
.huiyuan .col-xs-3 a span {
  display: block;
  height: 120px;
}
.huiyuan .col-xs-3 > div span i,
.huiyuan .col-xs-3 a span i {
  color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  font-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #187fc3;
  margin: 25px;
}
.huiyuan .col-xs-3 > div div h6,
.huiyuan .col-xs-3 a div h6 {
  font-size: 14px;
}
.huiyuan .col-xs-3 > div div h6 del,
.huiyuan .col-xs-3 a div h6 del {
  color: #888;
  text-decoration: line-through;
  margin-left: 15px;
}
.huiyuan .col-xs-3 > div div p,
.huiyuan .col-xs-3 a div p {
  font-size: 12px;
  color: #666;
  padding: 0px 15px;
}
.huiyuan .col-xs-3 img {
  position: absolute;
  top: 5px;
  right: 20px;
}
.huiyuan .col-xs-3.last-child h6 {
  padding-top: 20px;
}
.huiyuan .col-xs-3.hyqy-gzhewm span {
  height: 190px;
}
.huiyuan .col-xs-3.hyqy-gzhewm span img {
  width: 150px;
  margin-right: 15px;
  margin-top: 15px;
}
.huiyuan .col-xs-3.hyqy-gzhewm > div {
  height: 250px;
  border: 0px;
}
.huiyuan .hy_01 {
  background-color: #94cb7a;
}
.huiyuan .hy_02 {
  background-color: #e78876;
}
.huiyuan .hy_03 {
  background-color: #f4c377;
}
.huiyuan .hy_04 {
  background-color: #6c7eae;
}
.huiyuan .hy_05 {
  background-color: #7fc5a9;
}
.huiyuan .hy_06 {
  background-color: #97b8e3;
}
.zzhgl .col-xs-7 .form-group {
  margin-top: 0px;
}
.zzhgl .col-xs-7 .form-group label {
  font-weight: normal;
  margin-left: 5px;
}
.zzhgl .col-xs-9,
.zzhgl .col-xs-3 {
  padding-right: 0px;
  padding-left: 0px;
}
#addzzh .checkbox-inline + .checkbox-inline,
#addquanxian .checkbox-inline + .checkbox-inline {
  margin-left: 0px;
}
.zzh-body {
  height: 450px;
  overflow-y: auto;
}
.zzh-body .checkbox-inline + .checkbox-inline {
  margin-left: 0px;
}
#addquanxian .col-xs-3,
#update_quanxian .col-xs-3 {
  margin-left: 0px;
}
.zengzhifw .col-xs-12 {
  margin-bottom: 30px;
  margin-top: 20px;
}
.zengzhifw .col-xs-12 p {
  margin: 10px 0px 0px;
}
.zengzhifw .col-xs-12 > .col-xs-4 {
  margin-top: 0px !important;
  background: #f8f8f8;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  height: 200px;
  line-height: 200px;
}
.zengzhifw .col-xs-12 > .col-xs-4 .iconfont {
  margin-top: 58px !important;
}
.zengzhifw .col-xs-12 .zizhanghao-list .col-xs-4 {
  margin-top: 0px !important;
  margin-bottom: 10px !important;
}
.zengzhifw .col-xs-12 .zizhanghao-list .col-xs-4 .input-sm {
  margin-top: 2px;
}
.zengzhifw .col-xs-12 .col-xs-7 h5 {
  margin-top: 0px;
}
.zengzhifw .col-xs-12 .col-xs-7 .col-xs-12 {
  margin-bottom: 15px;
}
.zengzhifw .col-xs-12 .col-xs-7 .col-xs-12 li {
  border: 2px solid #ddd;
  padding: 0px 8px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  width: 46%;
  display: inline-block;
  margin: 3px 6px;
  cursor: pointer;
  font-size: 12px;
  height: 30px;
  line-height: 26px;
}
.zengzhifw .col-xs-12 .col-xs-7 .col-xs-12 li.active {
  border-color: #be0106;
  position: relative;
}
.zengzhifw .col-xs-12 .col-xs-7 .col-xs-12 li.active i {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  overflow: hidden;
  text-indent: -99em;
  display: block;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-image: url(../images/xuebitu.png);
}
.zengzhifw .col-xs-12 .fwjs_title {
  margin-top: 20px;
  margin-bottom: 20px;
}
.zengzhifw .col-xs-12 .fwjs_title span.label {
  border-radius: 0px;
  padding: 5px 8px;
  background-color: #3f8bcd;
  font-size: 14px;
}
.zengzhifw .col-xs-12 .fwjs_title i {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #cbe7ff;
  position: relative;
  top: -12px;
  z-index: -1;
}
.zengzhifw .breadcrumb {
  background-color: #d9edf7;
  border-radius: 0px;
}
.zengzhifw .yewulx {
  margin: 0px auto;
}
.zengzhifw .yewulx li {
  display: inline-table;
  margin-top: 20px;
  margin-bottom: 15px;
}
.zengzhifw .yewulx li + li {
  margin-left: 8px;
}
.zengzhifw .yewulx li.active a {
  color: #187fc3;
  background-color: #fff;
  border-color: #187fc3;
}
.zengzhifw .tab-content {
  margin: 10px auto;
}
.zengzhifw .tab-content .table-striped {
  width: 60%;
  margin-left: 1%;
  margin-top: 30px;
}
.zengzhifw .tab-content .table-striped > tbody > tr:nth-of-type(odd) {
  text-align: left;
}
.zengzhifw .tab-content .btn {
  margin-top: 18px;
}
.zengzhifw .tab-content .tab-pane .checkbox {
  padding-left: 15px;
}
.zengzhifw h3 small {
  margin-left: 10px;
}
.zengzhifw .xzfje h2 {
  font-size: 22px;
}
.zengzhifw .zhifufs {
  margin-top: 20px;
  margin-bottom: 15px;
}
.zengzhifw .zhifufs a img {
  width: 30px;
  margin-right: 10px;
}
.zengzhifw .piliangkp .panel tr,
.zengzhifw .piliangkp .panel th {
  text-align: center;
}
.zengzhifw .piliangkp h3.text-primary {
  margin-bottom: 10px;
}
.zengzhifw .piliangkp .label {
  padding: 10px 15px;
  margin-bottom: 10px;
  display: inline-block;
}
.zengzhifw .piliangkp .goumaixx {
  margin-top: 10px;
}
.zengzhifw .shuikongpan .alert .table {
  background-color: #fff;
  margin-top: 20px;
  text-align: center;
}
.zengzhifw .shuikongpan .alert .table th {
  text-align: center;
}
.zengzhifw .shoufeibz {
  padding-bottom: 20px;
}
.zengzhifw .shoufeibz h3 {
  margin-top: 20px;
  display: inline-block;
  margin-bottom: 10px;
}
.zengzhifw .shoufeibz p.text-muted {
  height: 20px;
  line-height: 20px;
}
.zengzhifw .shoufeibz div p {
  display: inline-block;
  margin-left: 30px;
  color: #666;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
}
.djz .banner {
  margin-bottom: 40px;
  margin-top: 15px;
}
.djz .banner img {
  width: 100%;
}
.djz h3 {
  margin-bottom: 15px !important;
  padding-left: 0px !important;
}
.djz h2 {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 500;
  color: #555;
  margin-bottom: 20px;
}
.djz h2 i {
  display: block;
  width: 40px;
  height: 3px;
  background-color: #4e96fa;
  margin-bottom: 5px;
}
.djz .col-xs-6 img {
  width: 100%;
}
.djz .col-xs-6 p {
  font-size: 14px;
  margin-top: 10px;
}
.djz .col-xs-6 p del {
  text-decoration-color: #f00;
}
.djz .col-xs-6 p em {
  font-size: 21px;
  font-style: normal;
}
.djz .col-xs-6 span {
  padding: 3px 8px;
  border: 1px solid #f00;
  color: #f00;
  border-radius: 15px;
  font-size: 12px;
}
.djz .fuwunr .col-xs-4 {
  margin-bottom: 10px !important;
}
.djz .fuwunr .col-xs-4 div {
  background-color: #fafafa;
  text-align: center;
  padding-bottom: 20px;
}
.djz .fuwunr .col-xs-4 div > i.iconfont {
  color: #4e96fa !important;
  font-size: 60px !important;
}
.djz .fuwunr .col-xs-4 div span {
  font-size: 14px;
  color: #4e96fa;
}
.djz .ewfuwu .col-xs-4 {
  text-align: center;
}
.djz .ewfuwu .col-xs-4 i.iconfont {
  background-color: #4e96fa;
  color: #fff;
  font-size: 50px !important;
}
.djz .dzdh {
  font-size: 14px;
  margin-top: 30px;
  padding-left: 15px;
}
.djz .dzdh i {
  margin-right: 5px;
}
.djz .ys-list {
  margin: 20px 0px;
  height: 65px;
}
.djz .ys-list .iconfont {
  color: #fff;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 65px;
  font-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #4e96fa;
  float: right;
}
.djz .ys-list h4 {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.djz .ys-list p {
  font-size: 13px;
  color: #888;
}
.djz .sxlc-list {
  width: 20%;
  float: left;
}
.djz .sxlc-list .iconfont {
  color: #fff;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 85px;
  font-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #4e96fa;
  margin: 15px auto;
}
.djz .sxlc-list span {
  display: block;
  text-align: center;
  color: #888;
  font-size: 13px;
}
.djz .ktsq h4 {
  font-size: 16px;
}
.djz .ktsq p {
  line-height: 30px;
}
.djz .ktsq p .iconfont {
  font-size: 30px;
  margin-left: 0px;
  margin-right: 5px;
  display: inline-block;
  padding-top: 10px;
}
.djz .ktsq p .iconfont + .iconfont {
  margin-left: 15px;
}
.djz .col-xs-12 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.zizhanghao-list {
  margin-bottom: 10px;
  clear: both;
  height: 34px;
  line-height: 34px;
}
.zizhanghao-list .text-right {
  font-weight: 600;
  padding-right: 0px;
}
.xuliehao-list {
  margin-bottom: 10px;
  clear: both;
  height: 34px;
  line-height: 34px;
}
.xuliehao-list .text-right {
  font-weight: 600;
}
.xiaohuo-list {
  margin-bottom: 10px;
  clear: both;
  height: 34px;
  line-height: 34px;
}
.xiaohuo-list .text-right {
  font-weight: 600;
}
.csvgongju-list {
  margin-bottom: 10px;
  clear: both;
  height: 34px;
  line-height: 34px;
}
.csvgongju-list .text-right {
  font-weight: 600;
}
#weikaitong p.text-danger {
  margin-bottom: 50px;
}
#plkpsfbz .modal-body tr,
#plkpsfbz .modal-body th {
  text-align: center;
}
.beizhu {
  width: 80%;
  margin: 40px auto 0px;
}
.beizhu p.text-muted {
  line-height: 22px;
}
#zengzhifwxy .modal-content .modal-body {
  padding: 20px 25px;
  height: 540px;
  overflow-y: auto;
}
li.list div {
  font-size: 12px;
  text-align: center;
}
li.list div a.btn-link {
  font-size: 12px;
  padding: 0px;
}
.fpxx-dd .radio {
  margin-left: 30px;
  margin-bottom: 30px;
}
.fpxx-dd .radio .radio-inline {
  margin-right: 15px;
}
.fpxx-dd .radio .disabled {
  color: #999;
}
.fpxx-dd .radio input {
  margin-right: 5px;
}
.fpxx-dd .control-label {
  padding-top: 0px;
}
.fpxx-dd .upbtn {
  padding-top: 0px;
  line-height: 10px;
  display: inline-block;
}
.fpxx-dd .upbtn .a-upload {
  margin-top: 0px;
}
.fpxx-dd .upbtn .btn-link {
  padding-top: 0px;
  margin-top: -10px;
}
.order-success .panel-title img {
  width: 25px;
  margin-right: 10px;
}
.order-success .panel-body img {
  width: 200px;
  float: right;
}
.weixinpz .form-group {
  margin-bottom: 20px;
}
.weixinpz .form-group .text-muted {
  line-height: 37px;
}
.weixinpz .form-group .col-xs-10 {
  padding-bottom: 0;
  padding-top: 8px;
  line-height: 22px;
}
.weixinpz .form-group .col-xs-10 .radio {
  margin-bottom: 10px;
}
.weixinpz .form-group .col-xs-10 .radio .col-xs-10 {
  padding-top: 0;
  line-height: 34px;
}
.weixinpz .form-group .col-xs-10 .col-xs-2 {
  padding-left: 15px;
  padding-right: 0px;
}
.weixinpz .form-group .ewmyxsj .form-control {
  width: 20%;
  display: inline-block;
}
.weixinpz .form-group .col-xs-3 {
  padding-right: 0px;
  margin-right: 4px;
}
.weixinpz .form-group .wxpzlogo {
  margin-top: -5px;
}
.weixinpz .form-group .wxpzlogo img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  margin-right: 20px;
}
.weixinpz .main_ul .list:last-child {
  border-bottom: 0;
}
.weixinpz .col-xs-2.col-xs-offset-2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
#fpxinxi .left {
  text-align: left;
  padding-left: 30px;
  line-height: 30px;
  height: 30px;
}
#fpxinxi .right {
  text-align: right;
  padding-right: 30px;
  line-height: 30px;
  height: 30px;
}
#fpxinxi .right p {
  display: inline-block;
  text-align: left;
  width: 200px;
  margin: 0px;
}
#fpxinxi .modal-height {
  height: 500px;
  overflow-y: auto;
}
.table-fpxx {
  word-wrap: break-word;
  word-break: break-all;
}
.table-fpxx .active {
  height: 36px;
}
.table-fpxx .active .text-fphxz {
  width: 105px;
}
.table-fpxx .active td {
  border-left: 0;
  border-right: 0;
  line-height: 36px;
  font-weight: 600;
  font-size: 14px;
}
.table-fpxx small {
  font-weight: normal;
}
.table-fpxx .list {
  text-align: center;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #ddd;
}
.table-fpxx .list td {
  border: 0;
  text-align: left;
  border-left: 0;
}
.table-fpxx .list th {
  text-align: right;
  border: 0;
  padding-right: 10px;
}
.table-fpxx .list .text-nowrap {
  text-align: left;
  white-space: normal;
}
.table-fpxx .list select {
  min-width: 90px;
}
.table-fpxx .list .form-control {
  width: 90%;
  margin: 0px auto;
}
.table-fpxx .text-nowrap {
  text-align: left;
  width: 183px;
}
.table-fpxx .hpsug {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd;
  min-width: 400px;
  height: auto;
  margin-left: 8px;
  display: none;
  z-index: 1;
}
.table-fpxx .hpsug ul {
  text-align: left;
  padding-left: 15px;
}
.table-fpxx .hpsug ul li {
  line-height: 26px;
}
.table-fpxx .hpsug ul li .huowu {
  width: 60%;
  float: left;
  display: inline-block;
}
.table-fpxx .hpsug ul li .guige {
  width: 30%;
  float: right;
  display: inline-block;
}
.table-fpxx .nametishi {
  width: 665px;
  margin-left: 0px;
  max-height: 300px;
  overflow-y: auto;
}
.table-fpxx .input-group input {
  height: 28px;
}
.table-fpxx .col-xs-9,
.table-fpxx .col-xs-6 {
  padding-left: 0;
}
.table-fpxx .col-xs-9 {
  padding-right: 2px;
  line-height: 22px;
  color: #666;
  font-size: 12px;
  padding-top: 4px;
  width: 74%;
}
.table-fpxx .col-xs-3 {
  padding: 0;
  font-size: 12px;
  text-align: right;
  line-height: 30px;
  margin: 0;
  width: 26%;
}
.table-fpxx .col-xs-6 {
  width: 49%;
}
.table-fpxx img {
  display: block;
  width: 50px;
  margin: 0px auto 8px;
}
.sgkj_footer {
  background-color: #f8f8f8;
  border: 1px solid #ececec;
}
.sgkj_footer .col-xs-4 + .col-xs-4 {
  border-left: 1px solid #ececec;
  height: 47px;
  line-height: 47px;
}
.sgkj_footer .col-xs-3 {
  padding: 0;
  line-height: 47px;
  margin-bottom: 0;
  text-align: right;
  font-size: 13px;
}
.sgkj_footer .col-xs-9 {
  padding-left: 0;
  line-height: 47px;
}
.sgkj_footer .col-xs-9 input {
  margin-top: 10px;
}
#fpfasong .col-xs-4 {
  padding-right: 0px;
}
#fpfasong .col-xs-8 {
  line-height: 30px;
}
#caqianzheng select {
  width: 48%;
  float: left;
}
#caqianzheng select + select {
  float: right;
}
#caqianzheng .suoluetu {
  margin-top: 15px;
}
#fpfasong .col-xs-4 {
  padding-right: 0px;
}
#fpfasong .col-xs-8 {
  line-height: 30px;
}
#binding .modal-body {
  max-height: 450px;
  overflow-y: auto;
}
#binding .modal-body .form-horizontal .form-group {
  height: 34px;
  line-height: 34px;
}
#binding .modal-body .form-horizontal .form-group .control-label {
  padding-top: 0px;
}
.kpqqtj-bj .table-bordered > thead > tr > th,
.kpqqtj-bj .table-bordered > tbody > tr > td,
.kpqqtj-bj .table-bordered > tbody > tr > th {
  padding-left: 10px;
}
.kpqqtj-bj .form-group {
  margin-bottom: 8px;
}
.kpqqtj-bj .form-group .col-xs-4 {
  line-height: 30px;
  font-size: 13px;
}
.kpqqtj-bj .modal-body {
  height: 480px;
  overflow-y: auto;
  padding-top: 20px;
  padding-bottom: 30px;
}
.myinforxgmm .col-xs-6 {
  line-height: 30px;
}
.myinforxgmm .col-xs-6 .a-upload {
  margin-top: 8px;
}
.myinforxgmm .hqyzm {
  padding-left: 0;
}
.myinforxgmm .hqyzm .btn {
  padding: 6px;
}
.bs-example-modal-lg .modal-body {
  height: 480px;
  overflow-y: auto;
}
.bs-example-modal-lg .modal-body .hengxian {
  height: 2px;
  background-color: #3379b7;
  margin-bottom: 20px;
}
.modal-body.taitousmtc {
  height: 500px;
  overflow-y: auto;
  padding-bottom: 30px;
}
.modal-body.taitousmtc .nav {
  margin-bottom: 15px;
}
.modal-body.taitousmtc .text-center {
  margin-top: 20%;
}
.modal-body.taitousmtc .col-xs-5 img {
  width: 90%;
}
.modal-body.taitousmtc .col-xs-7 h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.modal-body.taitousmtc .col-xs-7 h5 {
  font-size: 14px;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
  margin-top: 15px;
  color: #337ab7;
  margin-bottom: 0px;
}
.modal-body.taitousmtc .col-xs-7 h5 .bg-primary {
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  width: 15px;
  height: 15px;
  display: inline-block;
  line-height: 15px;
  margin-right: 10px;
}
.modal-body.taitousmtc .col-xs-7 p {
  font-size: 12px;
  color: #666;
}
#huopinxx .modal-header {
  padding: 0;
}
#huopinxx .modal-header .nav-tabs {
  margin-bottom: 0;
}
#huopinxx .modal-header .close {
  margin-top: 13px;
  margin-right: 10px;
}
#huopinxx .form-inline {
  margin-bottom: 30px;
}
.chaxunqpthz .col-xs-5 {
  text-align: right;
  padding-right: 0px;
  margin-bottom: 10px;
}
.chaxunqpthz .col-xs-7 {
  margin-bottom: 10px;
}
.chaxunqpthz .col-xs-7 .btn {
  margin-left: 15px;
}
#ewmdypz .jiacu {
  font-weight: 600;
}
#ewmdypz .tjbzxx {
  margin-bottom: 5px;
}
#ewmdypz .bztext {
  margin-top: 5px;
  background-color: #efefef;
  padding: 15px;
}
#ewmdypz .bztext p {
  margin-bottom: 3px;
}
#ewmdypz .modal-body {
  max-height: 450px;
  overflow-y: auto;
}
#ewmdypz .delRow {
  margin-left: 5px;
  margin-top: 3px;
}
#ewmdypz .checkbox-inline {
  margin-right: 5px;
}
#dayinfs .modal-footer {
  text-align: center;
  border-top: 0px;
}
#dayinfs .modal-footer div {
  margin-bottom: 10px;
}
#dayinfs .modal-footer small {
  color: #f00;
}
#tiankai .modal-body .col-xs-3,
#tiankai .modal-body .col-xs-4,
#tiankai .modal-body .col-xs-8 {
  line-height: 34px;
  padding-right: 0px;
}
#tiankai .modal-body .col-xs-2 {
  padding-right: 0px;
}
#xzsplbModal .modal-body .shuju {
  height: 350px;
  overflow-y: auto;
}
#xzsplbModal .modal-body .input-group-addon {
  cursor: pointer;
}
#xzsplbModal .modal-body .row {
  padding-top: 15px;
}
.xinzeng-panhao {
  margin-top: 20px;
  border: 1px solid #ececec;
}
.xinzeng-panhao .select-box-title {
  background-color: #f8f8f8;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ccc;
  padding-left: 15px;
  padding-right: 15px;
}
.xinzeng-panhao .select-box-title .checkbox-all {
  margin-right: 10px;
  margin-top: 0px;
}
.xinzeng-panhao .select-content {
  padding-left: 15px;
  padding-right: 15px;
  max-height: 250px;
  overflow-y: auto;
}
.zhuanyi-panhao .col-xs-5 {
  padding: 0;
  width: 47%;
}
.zhuanyi-panhao .col-xs-5 .form-inline {
  margin-bottom: 15px;
}
.zhuanyi-panhao .col-xs-2 {
  width: 6%;
  position: relative;
  height: 290px;
  padding: 0;
  margin-top: 85px;
}
.zhuanyi-panhao .col-xs-2 .arrow-btns {
  width: 100%;
  padding: 0px;
  height: 90px;
  position: absolute;
  top: 60%;
  margin-top: -45px;
}
.zhuanyi-panhao .col-xs-2 .arrow-btns .arrow-btn {
  width: 100%;
  height: 30px;
  background: #a3a3a3;
  border: 1px solid #ccc;
  margin: 0 auto 5px;
  cursor: pointer;
}
.zhuanyi-panhao .col-xs-2 .arrow-btns .arrow-btn i {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url("../images/arrow-left.png") no-repeat center center;
  background-size: 30px;
}
.zhuanyi-panhao .col-xs-2 .arrow-btns .arrow-btn.right i {
  background: url("../images/arrow-right.png") no-repeat center center;
  background-size: 30px;
}
.zhuanyi-panhao .select-box-title {
  background-color: #f8f8f8;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ccc;
  padding-left: 15px;
  padding-right: 15px;
}
.zhuanyi-panhao .select-box-title .checkbox-all {
  margin-right: 10px;
  margin-top: 0px;
}
.zhuanyi-panhao .select-content {
  padding-left: 15px;
  padding-right: 15px;
  max-height: 250px;
  min-height: 250px;
  overflow-y: auto;
  border: 1px solid #ececec;
}
.zhuanyi-panhao .select-content ul li {
  line-height: 30px;
  height: 30px;
}
.zhuanyi-panhao .select-content ul li .checkboxs {
  margin-right: 10px;
  margin-top: 0px;
}
/*单页面*/
.danyemian {
  background: #fff;
}
.danyemian .container {
  width: 960px;
  margin: 0px auto;
}
.danyemian .container .jilu {
  background-color: #fff;
  margin-top: 75px;
  margin-bottom: 70px;
  padding-bottom: 30px;
  min-height: 550px;
  height: auto;
}
.danyemian .container .jilu h3 {
  border-bottom: 1px solid #ddd;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0px;
  padding-left: 15px;
  margin-bottom: 0px;
}
.danyemian .container .jilu .col-xs-12 {
  padding-left: 30px;
  padding-right: 30px;
}
.danyemian .container .jilu ul.list-inline {
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  margin-left: 0px;
}
.danyemian .container .jilu ul.list-inline li {
  border-bottom: 0;
}
.danyemian .container .jilu ul.list-inline li a {
  border-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
}
.danyemian .container .jilu ul.list-inline li.active a {
  color: #197ec4;
  border-bottom: 1px solid #197ec4;
}
.danyemian .container .jilu .input-group {
  margin-bottom: 30px;
}
.danyemian .container .jilu .list-bz {
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.danyemian .container .jilu .list-bz h4 {
  font-size: 16px;
  color: #333;
}
.danyemian .container .jilu .list-bz h4 i {
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #555;
  border-radius: 50%;
  margin-right: 5px;
}
.danyemian .container .jilu .list-bz p.bangzu-summary {
  font-size: 13px;
  color: #666;
}
.danyemian .container .jilu .list-bz time {
  color: #999;
  font-size: 13px;
}
.danyemian .container .jilu .detail h4 {
  text-align: center;
  font-size: 18px;
  margin-top: 50px;
}
.danyemian .container .jilu .detail time {
  text-align: center;
  color: #999;
  font-size: 13px;
  display: block;
  margin-bottom: 30px;
}
.danyemian .container .jilu .detail p {
  font-size: 13px;
  line-height: 24px;
  color: #555;
  margin-bottom: 20px;
}
.danyemian .container .jilu .detail p img {
  width: 94% !important;
}
.danyemian .container .jilu .tongzhi_list {
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  position: relative;
}
.danyemian .container .jilu .tongzhi_list h4 {
  font-size: 16px;
}
.danyemian .container .jilu .tongzhi_list h4 i {
  color: #197ec4;
  margin-right: 10px;
}
.danyemian .container .jilu .tongzhi_list p.neirong {
  font-size: 13px;
  color: #555;
  display: none;
}
.danyemian .container .jilu .tongzhi_list time {
  color: #999;
  font-size: 13px;
}
.danyemian .container .jilu .tongzhi_list a.more {
  position: absolute;
  top: 0px;
  right: 20px;
}
.danyemian .container .jilu .tongzhi_list a.more i {
  display: block;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* Internet Explorer */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
  /* Opera */
}
.danyemian .container .jilu .tongzhi_list a.currentDd i {
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  /* Internet Explorer */
  -moz-transform: rotate(-90deg);
  /* Firefox */
  -webkit-transform: rotate(-90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(-90deg);
  /* Opera */
}
.danyemian .container .jilu .yidu h4 i {
  color: #888;
}
.danyemian .container .jilu .ifrm_footer {
  margin-top: 15px;
}
.danyemian .container .jilu ul li {
  height: 40px;
  line-height: 34px;
  border-bottom: 1px solid #eee;
  padding-top: 5px;
}
.danyemian .container .jilu .inforlist {
  border-bottom: 1px solid #eee;
}
.danyemian .container .jilu .col-xs-4 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.danyemian .container .jilu .col-xs-4 a {
  background: #f8f8f8;
  border: 1px solid #e9e9e9;
  display: block;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 5px;
}
.danyemian .container .jilu .col-xs-4 .iconfont {
  color: #fff;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 85px;
  font-size: 40px;
  margin: 0px auto 15px;
  background-repeat: no-repeat;
  background-position: center;
}
.danyemian .container .jilu .icon-zzfw-01 {
  background-color: #fa8564;
}
.danyemian .container .jilu .icon-zzfw-02 {
  background-color: #aec785;
}
.danyemian .container .jilu .icon-zzfw-04 {
  background-color: #6f95f4;
}
.danyemian .container .jilu .icon-zzfw-05 {
  background-color: #ec688d;
}
.danyemian .container .jilu .icon-zzfw-06 {
  background-color: #ec688d;
}
.danyemian .container .jilu .icon-zzfw-07 {
  background-color: #1fb5ad;
}
.danyemian .container .jilu .icon-zzfw-13 {
  background-color: #ffa913;
}
.danyemian .container .jilu .icon-zzfw-21 {
  background-color: #a38ef1;
}
.danyemian .container .jilu .icon-zzfw-25 {
  background-color: #45aff5;
}
.danyemian .container .gonggao {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.danyemian .container .gonggao .biaoti {
  margin-bottom: 30px;
}
.danyemian .container .gonggao .biaoti p {
  color: #999;
  font-size: 12px;
}
.danyemian .container .gonggao .biaoti h4 {
  text-align: center;
  font-size: 22px;
}
.danyemian .container .gonggao p {
  margin-bottom: 15px;
}
.danyemian .container .gonggao .text-right {
  margin-top: 50px;
}
.danyemian .container .gonggao p img {
  width: 100% !important;
}
.danyemian .container .gonggao h5 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 15px;
}
.danyemian .weixinzhifu {
  margin: 0px auto 20px;
}
.danyemian .weixinzhifu .zfsm {
  border-bottom: 4px solid #4A5971;
  padding-bottom: 15px;
}
.danyemian .weixinzhifu .smzf {
  padding: 10px 15px;
  margin-bottom: 20px;
}
.danyemian .weixinzhifu .smzf .help-block {
  margin-bottom: 20px;
}
.danyemian .weixinzhifu .smzf h2 {
  display: inline;
  margin-right: 30px;
}
.danyemian .weixinzhifu .smzf .pw-box-hd {
  margin-left: 15px;
  margin-top: 20px;
}
.danyemian .weixinzhifu .smzf .pw-box-hd img {
  border: 1px solid #eee;
}
.danyemian .weixinzhifu .smzf .pw-box-ft {
  height: 60px;
  padding: 8px 0 8px 125px;
  background: url(../images/icon-red.png) 50px 8px no-repeat #ff7674;
  width: 300px;
  color: #fff;
  margin-top: 20px;
  margin-left: 15px;
}
.danyemian .weixinzhifu .btn-link {
  font-size: 16px;
}
.danyemian .kpjlxlh {
  margin-top: 15px !important;
}
.danyemian .kpjlxlh h3 {
  font-weight: 600;
}
.danyemian .kpjlxlh h4.bg-info {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.danyemian .kpjlxlh .tcxx .tcxx-qixian {
  position: relative;
  border: 2px solid #be0106;
  padding: 5px 8px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  width: 200px;
  display: inline-block;
  margin: 3px 6px;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
}
.danyemian .kpjlxlh .tcxx .tcxx-qixian span {
  display: block;
  font-size: 13px;
  line-height: 30px;
  font-weight: 600;
}
.danyemian .kpjlxlh .tcxx .tcxx-qixian i {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  overflow: hidden;
  text-indent: -99em;
  display: block;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-image: url(../images/xuebitu.png);
}
.danyemian .kpjlxlh .tcxx p {
  margin-top: 15px;
  padding-left: 5px;
}
.danyemian .kpjlxlh .tcxx p span {
  color: #be0106;
  font-weight: 600;
  font-size: 21px;
}
.danyemian .kpjlxlh .gqxz {
  margin-bottom: 25px;
}
.danyemian .kpjlxlh .zhifufs a img {
  width: 30px;
  margin-right: 10px;
}
.danyemian .container .jilu.kpjlxlh .input-group {
  margin-bottom: 0px;
}
.kehuduan {
  background: #f0f0f0;
  padding-top: 10px;
}
.kehuduan .navbar,
.kehuduan .footer,
.kehuduan .nav_left {
  display: none;
}
.kehuduan .qyright {
  width: 98%;
  margin: 0px auto;
  float: none;
}
.piaolpz .hy_ejtitle {
  border-left: 3px solid #333;
  color: #333;
  font-size: 15px;
  margin: 20px;
  padding-left: 8px;
  font-weight: 600;
}
.piaolpz .table-bordered {
  text-align: center;
}
.piaolpz .table-bordered tr td,
.piaolpz .table-bordered th {
  height: 30px;
  line-height: 30px;
}
.piaolpz .table-bordered th {
  background-color: #f7f7f7;
}
.piaolpz .table-responsive .table {
  width: 1500px;
}
.zhxx .inforlist .col-xs-4 {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  text-align: left;
  color: #333;
  font-weight: normal;
}
