/*reset*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html {
  min-width: 1220px;
}
body {
  font: 12px/18px "Microsoft YaHei", SimSun, "sans-serif", HELVETICA;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
}
input,
select,
textarea {
  outline: none;
  border: none;
}
a,
a:link,
a:active,
a:visited {
  text-decoration: none;
  outline: none;
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ol,
ul {
  list-style: none;
}
fieldse,
img {
  border: 0;
}
i,
b,
strong,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  outline: none;
}
/*清除浮动*/
.clearfix:after,
.flex:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.flex,
.clearfix {
  *zoom: 1;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
  display: none;
}
/*浮动*/
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 去除IE下input type="password"下的眼睛和type="text"下的叉号*/
::-ms-clear,
::-ms-reveal {
  display: none;
}
/* 解决input框记住密码后黄框问题 */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.cor-fff {
  color: #fff !important;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.module-title {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 30px;
  display: table;
  text-align: center;
}
.module-title div {
  display: table-cell;
  vertical-align: middle;
}
.module-title h3 {
  text-align: center;
  background: url(../img/pay_title.png) no-repeat center center;
  color: #525252;
  font-size: 32px;
  font-weight: normal;
  height: 48px;
  margin-bottom: 40px;
}
.dn {
  display: none;
}
.line1 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.more-btn {
  float: right;
  color: #108ee9;
  cursor: pointer;
  position: relative;
  padding-right: 10px;
  margin-top: 21px;
}
.more-btn a {
  color: #108ee9;
}
.more-btn:before {
  content: " ";
  display: inline-block;
  height: 8px;
  width: 8px;
  border-width: 1px 1px 0 0;
  border-color: #108ee9;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  -ms-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  right: 4px;
  top: 4px;
}
.more-btn:after {
  content: " ";
  display: inline-block;
  height: 8px;
  width: 8px;
  border-width: 1px 1px 0 0;
  border-color: #108ee9;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  -ms-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  right: 0;
  top: 4px;
}
/*头部*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.w1180 {
  width: 1180px;
  margin: 0 auto;
}
.main {
  padding-top: 110px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10003;
  height: 110px;
  background: #fff;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 10, 0, 0.2);
  box-shadow: 0 3px 8px 0 rgba(0, 10, 0, 0.2);
}
.header .header-phone-wechat {
  position: relative;
}
.header .header-phone-wechat .wechat-box {
  position: absolute;
  right: 0;
  width: 120px;
  height: 120px;
  background: url(../img/lxk/wechat-ewm.png) no-repeat;
  padding: 5px;
  background-size: 105%;
}
.header .header-phone-wechat .wechat-box img {
  margin-top: 4px;
  margin-left: 2px;
}
.header-top {
  height: 30px;
  background-color: #f5f5f5;
  line-height: 30px;
  font-size: 14px;
}
.header-top span {
  margin-left: 60px;
  color: #9b9b9b;
}
.header-top a {
  color: #9b9b9b;
  margin-left: 60px;
}
.header-top a img {
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -2px;
}
.header-con {
  height: 80px;
}
.header-con .klt-logo {
  position: absolute;
  top: 0;
  width: 230px;
  height: 110px;
  background: #fff;
  display: inline-block;
  text-align: center;
  padding-top: 35px;
  box-shadow: 5px 0px 5px -5px #ddd, -5px 0px 5px -5px #ddd;
  -webkit-box-shadow: 5px 0px 5px -5px #ddd, -5px 0px 5px -5px #ddd;
  -moz-box-shadow: 5px 0px 5px -5px #ddd, -5px 0px 5px -5px #ddd;
}
.header-con .klt-logo img {
  width: 90%;
}
.header-con .header-nav .nav-list .nav-itm {
  float: left;
  width: 125px;
}
.header-con .header-nav .nav-list .nav-itm .nav-item-title {
  font-size: 16px;
  color: #525252;
  height: 80px;
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 80px;
  border-bottom: 3px solid #fff;
}
.header-con .header-nav .nav-list .nav-itm .cur {
  color: #1b9af7;
  border-bottom: 3px solid #1b9af7;
}
.header-con .header-nav .nav-list .con-list {
  background-color: #fff;
  position: absolute;
  width: 125px;
  display: none;
  -webkit-box-shadow: 0 3px 8px 0 rgba(188, 212, 255, 0.5);
  box-shadow: 0 3px 8px 0 rgba(188, 212, 255, 0.5);
}
.header-con .header-nav .nav-list .con-list .con-item {
  width: 100%;
  height: 35px;
  position: relative;
}
.header-con .header-nav .nav-list .con-list .con-item a {
  display: inline-block;
  color: #525252;
  font-size: 14px;
  height: 100%;
  text-align: center;
  width: 100%;
  line-height: 35px;
}
.header-con .header-nav .nav-list .con-list .con-item a:hover {
  background-color: #f3f2f2;
  color: #1b9af7;
}
.header-con .header-nav .nav-list .con-list .con-item .sub-cur {
  color: #1b9af7;
  background-color: #f3f2f2;
}
.header-con .header-nav .nav-list .con-list .con-item .sub-list {
  position: absolute;
  left: 120px;
  top: 0;
  width: 120px;
  background: #fff;
  display: none;
}
.header-con .header-nav .nav-list .con-list .con-item .arrow-right img {
  vertical-align: middle;
  margin-left: 10px;
}
.footer-item {
  width: 100%;
  color: #FFFFFF;
}
.footer-item.footer-item1 {
  background: #2C2C2C;
  padding: 30px 0;
}
.footer-item.footer-item2 {
  background: #141414;
  padding: 10px 0;
}
.footer-item .footer-wrap {
  max-width: 1180px;
  height: 100%;
  margin: 0 auto;
}
.footer-item .footer-wrap.yqlj-index {
  padding: 0 100px;
  text-align: center;
  margin: 10px auto;
}
.footer-item .footer-wrap.yqlj-index a {
  color: #FFFFFF;
  padding-right: 10px;
  display: inline-block;
}
.footer-item .footer-w-left {
  float: left;
  width: 25%;
}
.footer-item .footer-w-left .foot-wl-phoneBtn {
  width: 100px;
  height: 34px;
  background: #108EE9;
  padding: 8px 12px;
}
.footer-item .footer-w-left .foot-wl-phoneBtn a {
  cursor: default;
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 16px;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.42px;
  background: url(../img/common/bottom-phone.png) no-repeat;
  background-size: 12px;
  background-position-y: center;
}
.footer-item .footer-w-left .foot-wl-phoneBtn a.after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
}
.footer-item .footer-w-left .foot-wl-time {
  height: 26px;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0.36px;
  margin: 8px 0;
  line-height: 26px;
  width: 50%;
  float: left;
}
.footer-item .footer-w-left .foot-wl-num {
  height: 26px;
  font-weight: bold;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0.6px;
  margin: 8px 0;
  line-height: 26px;
  width: 50%;
  float: left;
}
.footer-item .footer-w-center {
  width: 40%;
  float: left;
  margin-left: 120px;
}
.footer-item .footer-w-center .footer-wc-list {
  margin-right: 42px;
  float: left;
}
.footer-item .footer-w-center .footer-wc-list a {
  color: #D3D3D3;
}
.footer-item .footer-w-center .footer-wcl-title {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.42px;
  margin-bottom: 8px;
}
.footer-item .footer-w-center .footer-wcl-li {
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  color: #D3D3D3;
  letter-spacing: 0.36px;
  margin-bottom: 8px;
}
.footer-item .footer-wr-req {
  float: right;
}
.footer-item .footer-wr-req .footer-wrr-item {
  float: left;
  margin-right: 20px;
}
.footer-item .footer-wr-req .footer-wrr-item:last-child {
  margin-right: 0;
}
.footer-item .footer-wr-req .footer-wrri-img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  background: #FFFFFF;
}
.footer-item .footer-wr-req .footer-wrri-tip {
  text-align: center;
}
.footer-item .footer-icon-wrap {
  text-align: center;
}
.footer-item .footer-icon-wrap .footer-iw-img {
  display: inline;
  margin-right: 10px;
}
.footer-item .footer-tips {
  font-size: 12px;
  color: #D3D3D3;
  letter-spacing: 0.36px;
  text-align: center;
}
.pages-btn {
  text-align: center;
  padding: 45px 0 30px;
}
.pages-btn .pages-btn-list {
  line-height: 28px;
  display: inline-block;
  padding: 0px 12px;
  border: 1px solid #E3E3E3;
  color: #666666;
  margin-left: 8px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 2px;
}
.pages-btn .pages-btn-list:hover {
  background: #108EE9;
  border-color: #108EE9;
  color: #fff;
}
.pages-btn strong {
  line-height: 28px;
  display: inline-block;
  padding: 0px 12px;
  border: 1px solid #E3E3E3;
  color: #666666;
  margin-left: 8px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 2px;
  background: #108EE9;
  border-color: #108EE9;
  color: #fff;
}
.pages-btn strong:hover {
  background: #108EE9;
  border-color: #108EE9;
  color: #fff;
}
.margintb20 {
  margin: 20px 0;
}
.body-wrapper {
  padding-bottom: 40px;
  background-color: #f5f5f5;
  margin-top: 20px;
}
.body-wrapper a {
  color: #337ab7;
  text-decoration: none;
}
.body-wrapper .page-title {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}
.body-wrapper .page-title span {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0.49px;
  vertical-align: middle;
}
.body-wrapper .page-title:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 15px;
  margin-right: 10px;
  vertical-align: middle;
  background-color: #1b9af7;
}
.body-wrapper p {
  line-height: 34px;
}
.body-wrapper .page-content {
  padding: 20px;
}
.body-wrapper .page-content .fujian {
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  margin-bottom: 10px;
}
.body-wrapper .page-content .fujianimg {
  width: 30px;
  height: 30px;
}
.body-wrapper .page-content .agreement-header {
  padding: 0px 0px 10px 20px;
}
.body-wrapper .page-content .agreement-header p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
}
.body-wrapper .page-content .agreement-body .agreement-item {
  margin-bottom: 10px;
}
.body-wrapper .page-content .agreement-body .agreement-item:last-child {
  margin-bottom: 0px;
}
.body-wrapper .page-content .agreement-body .agreement-item h5 {
  padding-left: 20px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.body-wrapper .page-content .agreement-body .agreement-item p {
  font-size: 14px;
  color: #666666;
}
.con_notice p,
.con_zhangcheng p {
  line-height: 30px;
  padding: 0 25px;
  font-size: 14px;
  margin-top: 10px;
}
.con-p-right {
  width: 100%;
  text-align: right;
}
.table-content a {
  color: #333333;
  text-decoration: none;
}
.con_zhangcheng {
  padding-bottom: 20px;
}
.float-module {
  position: fixed;
  z-index: 1111;
  right: 0px;
  bottom: 100px;
  cursor: pointer;
}
.float-module .float-m-item:hover .float-mi-tips {
  background: #e30277;
}
.float-module .float-m-item:hover .phone-num {
  background: #e30277;
  -ms-transform: translateX(-370px);
  transform: translateX(-370px);
  -moz-transform: translateX(-370px);
  -webkit-transform: translateX(-370px);
  transition: 1s;
  -moz-transition: 1s;
  /* Firefox 4 */
  -webkit-transition: 1s;
  /* Safari and Chrome */
  -o-transition: 1s;
}
.float-module .float-m-item {
  position: relative;
}
.float-module .float-m-item .phone-num {
  position: absolute;
  left: 200px;
  top: 0px;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
  font-size: 18px;
  background: #19a4fc;
}
.float-module .float-m-item .phone-num a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  position: relative;
}
.float-module .float-m-item .phone-num a::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  right: -10px;
  top: 19px;
  border-top: 5px solid transparent;
  border-left: 10px solid #e30277;
  border-bottom: 5px solid transparent;
}
.float-module .float-m-item .float-mi-tips {
  float: right;
  width: 58px;
  height: 50px;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-bottom: 20px;
  background: #19a4fc;
}
.float-module .float-m-item .float-mi-tips.centertip {
  line-height: 40px;
}
.float-module .float-m-item img {
  max-width: 60px;
}
.btns {
  display: inline-block;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  padding: 0 8px;
  font-size: 12px;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  cursor: pointer;
}
.btn-blue {
  background: #108EE9;
  color: #fff;
}
.btn-blue:hover {
  background-color: #007FDB;
}
.btn-border {
  display: inline-block;
  border: 1px solid #CCD1D9;
  color: #6B798E;
}
.btn-border:hover {
  border: 1px solid #108EE9;
  color: #108EE9;
}
.btn-zf {
  padding-left: 25px;
  background: #F28F25 url(../img/zx-pay.png) no-repeat 8px center;
}
.btn-zf:hover {
  background-color: #F0830F;
}
.btn-zl {
  padding-left: 25px;
  background: #108EE9 url(../img/zx-zl.png) no-repeat 8px center;
}
.btn-zl:hover {
  background-color: #007FDB;
}
.color-red {
  color: #E31436!important;
}
.btn-download {
  width: 132px;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  padding-left: 46px;
  border: 1px solid #108EE9;
  color: #108EE9;
  background: #FFFFFF url(../img/hq-download.png) no-repeat 20px center;
}
.btn-download:hover {
  background: #108EE9 url(../img/hq-download-on.png) no-repeat 20px center;
  color: #fff;
}
.btns-large {
  width: 140px;
  height: 46px;
  font-size: 16px;
}
button {
  cursor: pointer;
  border: 0;
  outline: none;
}
/*分页插件*/
.pages-btn {
  text-align: center;
  padding: 40px 0;
}
.pages-btn span.disabled {
  display: inline-block;
  padding: 0 11px;
  height: 32px;
  color: #9a9a9b;
  font-size: 14px;
  background-color: #e5e4e2;
  line-height: 32px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e5e4e2;
}
.pages-btn a {
  display: inline-block;
  color: #666;
  height: 32px;
  line-height: 32px;
  border: 1px solid #edecec;
  font-size: 14px;
  padding: 0 11px;
  margin: 0 4px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 25px;
}
.pages-btn span.current {
  display: inline-block;
  min-width: 25px;
  color: #fff;
  border: 1px solid #108EE9;
  background: #108EE9;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  padding: 0 11px;
  margin: 0 4px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pages-btn .prev {
  margin: 0 4px;
}
.pages-btn .next {
  margin: 0 4px;
}
.pages-btn .circle {
  color: #666;
}
.formItem.err .yidun.yidun--light .yidun_control {
  border-color: #e31436;
}
