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.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;
}
ul li {
  list-style-type: none;
}
* {
  margin: 0px;
  padding: 0px;
}
.container {
  width: 1170px;
}
.modal-open .modal {
  visibility: visible;
}
html,
body {
  height: 100%;
}
/*fapiao_zdreg*/
.fapiao_zdreg {
  margin-top: 80px;
  margin-bottom: 50px;
}
.fapiao_zdreg .jindu ol li {
  width: 65%;
}
.fapiao_zdreg .jindu ol li .ui-step-line {
  width: 52%;
}
.fapiao_zdreg .jindu ol li.ui-step-start .ui-step-icon {
  margin-left: 170px;
}
.fapiao_zdreg .jindu .ui-step-end {
  width: 14%;
}
.fapiao_zdreg .jindu .ui-step-end .ui-step-icon .ui-step-number {
  top: 6px;
  left: 43px;
}
.fapiao_zdreg .logo {
  text-align: right;
}
.fapiao_zdreg .logo img {
  width: 50px;
  height: 50px;
}
.fapiao_zdreg .col-md-offset-4.col-md-6 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.fapiao_zdreg .form-horizontal {
  width: 95%;
  margin: 0px auto;
}
.fapiao_zdreg .form-horizontal .bg-info {
  background-color: #d9edf7;
  padding: 10px 15px;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 16px;
}
.fapiao_zdreg .col-xs-6 select.form-control {
  width: 45%;
  margin-right: 4%;
  display: inline-block;
}
.fapiao_zdreg .xgrzzl {
  height: 60px;
  line-height: 60px;
}
.fapiao_zdreg .xgrzzl .form-horizontal .control-label {
  padding-top: 0px;
}
.fapiao_zdreg .xgrzzl .upbtn {
  padding-top: 18px;
  line-height: 10px;
}
.fapiao_zdreg .tupianbg {
  width: 80px;
  height: 60px;
}
.fapiao_zdreg .nextbtn {
  margin-top: 40px;
}
.fapiao_zdreg .nkpl {
  margin-top: 20px;
}
.fapiao_zdreg .tijiao {
  margin-top: 20px;
  margin-bottom: 20px;
}
.fapiao_zdreg .down_mb {
  line-height: 22px;
  padding-top: 20px;
}
.fapiao_zdreg .down_mb small {
  display: inline-block;
  padding-right: 10px;
}
.fapiao_zdreg .qita {
  line-height: 34px;
}
.fapiao_zdreg .qita label {
  width: 100%;
}
.fapiao_zdreg .qita input[type='radio'] {
  margin-top: 9px;
}
.fapiao_zdreg .qita input[type='text'] {
  display: inline;
  width: 150px;
  margin: 0px 15px;
}
.text-danger {
  color: #a94442;
  line-height: 30px;
  height: 30px;
}
.text-muted {
  color: #777;
  font-size: 12px;
  padding-top: 5px;
}
.text-success {
  color: #3c763d;
  font-size: 12px;
  padding-top: 5px;
}
.text-danger.col-xs-2 {
  line-height: 34px;
  height: 34px;
}
.text-success.col-xs-2 {
  line-height: 34px;
  height: 34px;
  color: #3c763d;
  font-size: 14px;
}
.checkbox .btn {
  padding: 0px;
}
.help-block {
  font-size: 12px;
  color: #777;
}
.zltx {
  background-color: #eee;
  width: 95%;
  margin: 20px auto;
  padding: 20px;
}
.downgzh {
  display: block;
  padding: 6px 0px;
  text-align: left;
}
.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: 10px;
}
.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;
}
.sanzheng {
  background-color: #eee;
  padding: 5px 15px;
  width: 95%;
  margin: 15px auto;
}
.sanzheng .radio {
  display: inline-block;
  padding-top: 3px;
  min-height: 25px;
}
.dzfp,
.zzfp {
  padding: 10px 20px;
  display: none;
}
.dzfp .form-group,
.zzfp .form-group {
  margin: 10px 0px;
}
.dzfp .form-group input,
.zzfp .form-group input {
  display: inline-block;
  width: 300px;
}
.dzfp label,
.zzfp label {
  width: 100px;
  text-align: right;
}
.zzfp input.quhao {
  width: 80px;
}
.zzfp input.dianhua {
  width: 185px;
}
.zzfp .zzfpanniu {
  padding-left: 120px;
  margin-bottom: 15px;
}
.xzfje {
  margin-top: 10px;
}
.xzfje p {
  color: #777;
}
.col-xs-offset-2 {
  margin-bottom: 10px;
}
.col-xs-offset-2 .panel {
  width: 80%;
}
.jumbotron {
  width: 50%;
  margin: 20px auto;
  min-height: 400px;
}
.jumbotron img {
  width: 200px;
}
.jumbotron .col-xs-8 {
  padding-top: 80px;
}
.zhifufs img,
.other img {
  width: 30px;
  margin-right: 15px;
}
.zhifufs a.btn,
.other a.btn {
  font-size: 18px;
  margin-right: 10px;
}
.zhifufs h3,
.other h3 {
  margin: 15px 0px;
  color: #0089ff;
  padding-top: 20px;
  border-top: 1px solid #eee;
  width: 80%;
}
.other {
  margin-bottom: 20px;
}
.yinhk,
.weixin,
.zhifub {
  padding: 10px 20px;
  width: 67%;
  margin-bottom: 10px;
}
.yinhk .form-group,
.weixin .form-group,
.zhifub .form-group {
  margin: 10px 0px;
}
.yinhk .form-group input,
.weixin .form-group input,
.zhifub .form-group input {
  display: inline-block;
  width: 430px;
}
.yinhk label,
.weixin label,
.zhifub label {
  width: 100px;
  text-align: right;
}
.weixin,
.zhifub {
  display: none;
}
.xieyi {
  width: 90%;
  margin: 0px auto 25px;
}
.xieyi h1 {
  margin-bottom: 15px;
}
.xieyi h2,
.xieyi h3 {
  margin: 8px 0px 5px;
}
.xieyi p {
  margin-bottom: 8px;
}
.xieyi .text-right {
  text-align: right;
  margin: 15px 0px;
}
.weixinzhifu {
  width: 80%;
  margin: 0px auto 20px;
}
.weixinzhifu .zfsm {
  border-bottom: 4px solid #4A5971;
  padding-bottom: 15px;
}
.weixinzhifu .smzf {
  padding: 10px 15px;
  margin-bottom: 20px;
}
.weixinzhifu .smzf .help-block {
  margin-bottom: 20px;
}
.weixinzhifu .smzf h2 {
  display: inline;
  margin-right: 30px;
}
.weixinzhifu .smzf .pw-box-hd {
  margin-left: 15px;
  margin-top: 20px;
}
.weixinzhifu .smzf .pw-box-hd img {
  border: 1px solid #eee;
}
.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;
}
.weixinzhifu .btn-link {
  font-size: 16px;
}
.jindu_zs {
  margin-top: 80px;
  margin-bottom: 50px;
  position: relative;
  min-height: 700px;
}
.jindu_zs .jindu {
  position: absolute;
  width: 253px;
  height: 190px;
}
.jindu_zs .jindu img {
  width: 253px;
  height: 190px;
}
.jindu_zs .jindu-01 {
  top: 380px;
  left: 40px;
}
.jindu_zs .jindu-02 {
  top: 306px;
  left: 293px;
  height: 140px;
}
.jindu_zs .jindu-03 {
  top: 110px;
  left: 420px;
}
.jindu_zs .jindu-04 {
  top: 22px;
  left: 673px;
  height: 155px;
}
.jindu_zs .jindu-05 {
  top: 118px;
  left: 926px;
}
.jindu_zs .jindu-06 {
  top: 308px;
  left: 846px;
}
.jindu_zs .jindu-07 {
  top: 405px;
  left: 593px;
}
.sksbfx {
  z-index: 9999;
}
.sksbfx .modal-content {
  background-color: #e7e7e7;
}
.sksbfx .modal-header {
  border-bottom: 1px solid #d0d0d0;
}
.sksbfx .modal-body p {
  margin-bottom: 5px;
}
.sksbfx .modal-body .col-xs-4 {
  margin-top: 20px;
}
.sksbfx .modal-body .col-xs-4 img {
  width: 100%;
}
.sksbfx .modal-body .wuliu {
  border-top: 1px solid #d0d0d0;
  margin-top: 20px;
  padding-top: 15px;
}
.sbjh {
  z-index: 9999;
}
.sbjh .modal-content {
  background-color: #e7e7e7;
}
.sbjh .modal-header {
  border-bottom: 1px solid #d0d0d0;
}
.sbjh .modal-body p {
  margin-bottom: 5px;
}
.sbjh .modal-body .col-xs-3 img {
  width: 100%;
}
.sbjh .modal-body .form-horizontal {
  margin-top: 20px;
}
.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;
}
.find {
  min-height: 450px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.find .panel {
  margin-bottom: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
}
.find .panel .panel-body {
  min-height: 455px;
}
.find .panel .panel-body .contact {
  padding: 0px 15px;
}
.find .panel .panel-body .contact h2,
.find .panel .panel-body .contact h3 {
  padding-top: 10px;
  padding-bottom: 15px;
}
.find .panel .panel-body .contact img {
  width: 100%;
}
.find .panel .panel-body .regqhk {
  width: 80%;
  margin: 0px auto 30px;
}
.find .panel .panel-body .regqhk > .active > a {
  color: #0071D4;
  font-size: 14px;
}
.find .panel .panel-body .regqhk a {
  padding: 10px 60px;
}
.find .panel .panel-body .regqhk .login_ts {
  width: 40%;
  margin: 15px auto 0px;
  text-align: center;
  float: left;
}
.find .panel .panel-body .regqhk .login_ts > a {
  display: inline-block;
  color: #0071D4;
  padding: 0px;
}
.find .panel .panel-body .reg-a .form-group {
  margin-bottom: 15px;
}
.find .panel .panel-body .reg-a .form-group label {
  width: 30%;
  text-align: right;
  padding-right: 10px;
}
.find .panel .panel-body .reg-a .form-group input {
  width: 65%;
}
.find .panel .panel-body .reg-a .form-group input.yzm {
  width: 47%;
  float: left;
  margin-right: 10px;
}
.find .panel .panel-body .reg-a .form-group .email {
  float: left;
}
.find .panel .panel-body .reg-a .form-group .fsyzm {
  float: left;
  margin-left: 15px;
  color: #333;
}
.find .panel .panel-body .reg-a .form-group .text-muted {
  color: #999;
  font-size: 12px;
  margin-top: 5px;
}
.find .panel .panel-body .reg-a .checkbox {
  margin-left: 30%;
  margin-bottom: 15px;
  padding-left: 10px;
}
.find .panel .panel-body .reg-a .checkbox a {
  color: #337ab7;
}
.find .grqy-reg .panel-heading {
  padding: 0px;
}
.find .grqy-reg .panel-heading .panel-title a {
  padding: 10px 15px;
}
.find .grqy-reg .panel-heading .panel-title a:hover {
  color: #16afff;
  background-color: #eee;
}
.find .grqy-reg .panel-heading .panel-title a.active,
.find .grqy-reg .panel-heading .panel-title a.active:hover {
  background-color: #16afff;
  color: #fff;
  text-decoration: none;
}
.find .grqy-reg .qiye-reg {
  display: none;
}
.find .grqy-reg .geren-reg {
  margin-top: 80px;
}
.find .grqy-reg #qiye-reg {
  position: relative;
}
.find .grqy-reg #qiye-reg img {
  position: absolute;
  top: 2px;
  right: -35px;
}
.find .list-group {
  padding-right: 30px;
}
.find .list-group .active a {
  color: #fff;
}
.find .list-group .list-group-item {
  padding-top: 0px;
  padding-bottom: 0px;
}
.find .list-group .list-group-item a {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.find .fplist_right {
  float: right;
  padding-left: 40px;
}
.find .fplist_right .panel-heading {
  background-color: #eee;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  display: block;
}
.find .fplist_right .tab-pane {
  padding-top: 10px;
  padding-left: 20px;
}
.find .fplist_right .tab-pane .list {
  margin-top: 25px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #eee;
}
.find .fplist_right .tab-pane .list .big-date {
  text-align: center;
}
.find .fplist_right .tab-pane .list .big-date .day {
  margin: 0px auto;
  height: 80px;
  width: 80px;
  display: block;
  background-color: #ECECEC;
  color: #0091E0;
  font-size: 35px;
  line-height: 80px;
  text-align: center;
}
.find .fplist_right .tab-pane .list .big-date .month {
  margin-top: 3px;
  color: #999;
  font-size: 16px;
}
.find .fplist_right .tab-pane .list .title {
  font-size: 20px;
}
.find .fplist_right .tab-pane .list time.date {
  color: #999;
  font-size: 12px;
  margin-left: 10px;
}
.find .fplist_right .tab-pane .list .summary {
  margin-top: 15px;
  line-height: 22px;
  font-size: 14px;
  color: #666;
  padding-right: 20px;
}
.find .fplist_right .tab-pane .list .summary .read-all {
  color: #00a7fe;
}
.find .fpdetail {
  width: 860px;
  margin: 0px auto;
}
.find .fpdetail .panel-heading {
  background-color: #eee;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  display: block;
}
.find .fpdetail .tab-pane {
  padding-top: 10px;
  padding-left: 20px;
}
.find .fpdetail .tab-pane .fp_title {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 5px;
  width: 96%;
  padding-left: 2%;
}
.find .fpdetail .tab-pane .fp_title time {
  color: #999;
  font-size: 12px;
}
.find .fpdetail .tab-pane .fp_title h2 {
  margin-bottom: 5px;
}
.find .fpdetail .tab-pane .contact {
  width: 96%;
  padding-left: 2%;
}
.find .fpdetail .tab-pane .contact img {
  max-width: 100%;
}
.navi-container {
  width: 90%;
  margin: 15px auto;
}
.navi-container ol li {
  float: left;
  width: 43%;
  text-align: center;
  list-style-type: none;
  height: 80px;
  margin: 30px 0px;
}
.navi-container ol li .ui-step-icon {
  float: left;
  width: 150px;
  position: absolute;
}
.navi-container ol li .ui-step-icon .ui-step-number {
  line-height: 14px;
  font-style: normal;
  position: absolute;
  top: 7px;
  left: 42px;
  padding: 0 20px;
  font-weight: 700;
  color: #fff;
  font-size: 24px;
}
.navi-container 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;
}
.navi-container ol li .ui-step-line {
  height: 3px;
  background: #b9b9b9;
  width: 68%;
  float: right;
  display: block;
  margin-top: 14px;
  line-height: 1;
  overflow: hidden;
}
.navi-container ol li .iconfont {
  display: block;
  width: 45px;
  height: 45px;
  background: #b9b9b9;
  margin: 0px 0 0 70px;
  margin-top: -8px \9\0;
  margin-left: 45px \9\0;
  -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%;
}
.navi-container .ui-step-active .ui-step-icon .iconfont {
  background: #ff7001;
}
.navi-container .ui-step-active .ui-step-icon .ui-step-text {
  color: #ff7001;
}
.navi-container .ui-step-end {
  width: 14%;
}
.navi-container .ui-step-end .ui-step-icon .ui-step-number {
  top: 0px;
  left: 35px;
}
:root .iconfont {
  margin: 0px 0 0 70px;
}
:root .qymain .fangan .liucheng ol li .ui-step-icon .iconfont {
  margin: 3px 0 0 62px;
}
@media (max-width: 768px) {
  .find .panel .panel-body .regqhk a {
    padding: 10px 30px;
  }
  .navi-container ol li {
    width: 40%;
  }
  .navi-container ol li .ui-step-line {
    width: 50%;
  }
}
.forget-a {
  width: 80%;
  margin: 0px auto;
  padding-bottom: 25px;
}
.forget-a .form-group .col-xs-offset-2 {
  margin-left: 30%;
}
.forget-a .form-group .col-xs-offset-2 .btn-full {
  width: 89%;
}
.login_ts {
  width: 80%;
  margin: 10px auto;
  text-align: center;
  margin-bottom: 20px;
}
.userxy .scroll-height {
  height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
}
.reg-in {
  width: 110px;
  margin: 0px auto;
  display: block;
}
.qylogin-body {
  background: url(../images/qyloginbg.jpg) no-repeat center top #dedfe2;
}
.ydy_title {
  text-align: center;
  padding: 20px 0px 0px;
  margin: 0px auto;
}
.qydenglu-body {
  width: 407px;
  margin: 0px auto;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}
.qydenglu-body .panel-heading {
  background: url(../images/login_top.png) no-repeat;
  height: 62px;
  border: none;
  color: #666;
  text-align: center;
  padding-top: 22px;
  font-size: 18px;
  text-shadow: #fff 0 1px 0;
  padding-left: 7px;
  padding-right: 7px;
  margin: 0px;
  line-height: 45px;
}
.qydenglu-body .panel-heading li {
  width: 49.85%;
}
.qydenglu-body .panel-heading li a {
  height: 40px;
  line-height: 40px;
  border: none;
  padding: 0px;
}
.qydenglu-body .panel-heading li a:hover,
.qydenglu-body .panel-heading li.active a {
  background-color: #F3F5F7;
  border: none;
}
.qydenglu-body .panel-heading li.right {
  float: right;
}
.qydenglu-body .radio-inline {
  display: table-cell;
  padding-right: 10px;
  padding-bottom: 10px;
}
.qydenglu-body .radio-inline label {
  display: table-cell;
}
.qydenglu-body .panel-body {
  background: url(../images/login_mid.png) repeat-y;
  padding: 5px 35px 10px;
}
.qydenglu-body .panel-body .input-group {
  margin-bottom: 5px;
}
.qydenglu-body .panel-body .input-group .form-control {
  height: 32px;
}
.qydenglu-body .panel-body .input-group .login-btn {
  padding: 8px 154px;
}
.qydenglu-body .panel-body .input-group .fotget {
  padding-left: 20px;
  color: #134DB1;
}
.qydenglu-body .panel-body .yzm .input-group {
  width: 70%;
  float: left;
}
.qydenglu-body .panel-body .yzm .img {
  float: right;
  width: 27%;
}
.qydenglu-body .panel-body .grlogin .input-group {
  margin: 5px 0px;
}
.qydenglu-body .panel-body .grlogin .yzm {
  width: 100%;
  display: inline-block;
}
.qydenglu-body .panel-body .grlogin .yzm .input-group {
  width: 70%;
}
.qydenglu-body .panel-body .grlogin .yzm .img {
  margin-top: 5px;
}
.qydenglu-body .panel-body .reg {
  text-align: right;
  float: right;
}
.qydenglu-body .panel-body .iconfont {
  margin: 0px;
  font-size: 16px;
}
.qydenglu-body .panel-bottom {
  background: url(../images/login_bottom.png) no-repeat;
  height: 14px;
}
.qydenglu-body .input-group .form-control {
  z-index: 0;
}
.formsnews {
  top: 0px;
  width: 100%;
}
.qyfglogo {
  width: 900px;
  margin: 0px auto;
  height: 90px;
  padding: 30px 0px 0px 15px;
}
.qyfglogo img {
  float: left;
}
.qyfglogo span {
  float: left;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #d6d6d6;
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-size: 24px;
  margin-top: 5px;
}
.qyfg {
  height: auto;
}
.qyfg .panel-body {
  padding-top: 50px;
}
.qyfg .panel-body h3 {
  color: #666;
  text-align: center;
  padding: 0px 0px 20px;
}
.qyfg .panel-body .findfg {
  width: 360px;
  margin: 20px auto;
}
.qyfg .panel-body .findfg .email {
  font-weight: 700;
  font-size: 15px;
}
.qyfg .panel-body .input-group {
  margin: 10px 0px;
}
.qyfg .panel-body .input-group .form-control {
  width: 320px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.qyfg .panel-body .input-group .chongxin-btn {
  float: right;
}
.qyfg .panel-body .send {
  margin: 20px 0px;
}
.qyfg .panel-body .send .send-btn {
  width: 360px;
}
.qyfg .panel-body .send span {
  display: block;
  line-height: 30px;
  margin-top: 10px;
  color: #666;
}
.qyfg .panel-body .send .tijiao-btn {
  padding: 6px 25px;
  margin-left: 40px;
}
.qyfg .panel-body .send h4 {
  margin-top: 55px;
}
.qyfg .panel-body .yzm .input-group {
  width: 60%;
  display: inline-table;
  margin-top: 0px;
}
.qyfg .panel-body .yzm .input-group .form-control {
  width: 220px;
}
.qyfg .panel-body .yzm .img {
  display: inline-flex;
}
.qyfg .panel-body .nav-tabs li {
  width: 50%;
  text-align: center;
}
.qyfg .panel-body .tab-pane {
  padding-top: 40px;
  padding-left: 80px;
}
.tip {
  color: #f00;
  font-size: 14px;
  display: none;
  line-height: 22px;
}
.container-hy {
  width: 960px;
  margin: 15px auto;
}
.hy-yaoqing h1 {
  text-align: center;
  margin: 20px 0px 30px;
  font-size: 24px;
}
.hy-yaoqing p.chenghu {
  text-indent: 0;
}
.hy-yaoqing p {
  font-size: 15px;
  text-indent: 2em;
}
.hy-yaoqing div.col-xs-4 img {
  width: 90%;
  margin: 25px auto;
  display: block;
}
.hy-yaoqing .btn-next {
  text-align: center;
  margin: 40px 0px 60px;
}
.hy-yaoqing .btn-next .btn {
  padding: 6px 25px;
}
.hy-yaoqing h3 {
  border-bottom: 1px solid #ddd;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0px;
  padding-left: 15px;
  margin-bottom: 30px;
}
.hy-yaoqing p.text-muted {
  font-size: 12px;
  text-indent: 0px;
  color: #888;
  margin-top: 5px;
}
.hy-yaoqing .checkbox .btn {
  padding: 0px;
}
.hy-yaoqing .btn_tijiao {
  margin-bottom: 80px;
  margin-top: 15px;
}
/*# sourceMappingURL=reg.css.map */
