html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
input,
select,
textarea,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
.x {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
table {
  border-collapse: separate;
}
a img,
img,
iframe {
  border: none;
}
a span,
form label {
  cursor: pointer;
}
html {
  color: #333;
}
body,
input,
select,
textarea {
  font: 500 14px/1.6 PingFangSC-Regular, Hiragino Sans GB, arial, simsum, WenQuanYi Micro Hei, sans-serif;
  outline: none;
}
p,
span {
  font-family: PingFangSC-Regular;
}
a {
  text-decoration: none;
  cursor: pointer;
}
/*a:link, a:visited { color:#00B7ED; }*/
a:hover {
  color: #4b92eb;
  text-decoration: none;
}
a:active,
a:focus {
  color: #4b92eb;
  text-decoration: none;
}
textarea {
  resize: none;
}
input,
textarea {
  -moz-appearance: none !important;
  background-color: white ;
}
input:required:invalid,
input:focus:invalid,
textarea:required:invalid,
textarea:focus:invalid {
  box-shadow: none;
}
body,
html {
  min-width: 1280px;
}
@font-face {
  font-family: 'iconfont';
  /* project id 89566 */
  src: url('//at.alicdn.com/t/font_89566_woohrtugpsl.eot');
  src: url('//at.alicdn.com/t/font_89566_woohrtugpsl.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_89566_woohrtugpsl.woff2') format('woff2'), url('//at.alicdn.com/t/font_89566_woohrtugpsl.woff') format('woff'), url('//at.alicdn.com/t/font_89566_woohrtugpsl.ttf') format('truetype'), url('//at.alicdn.com/t/font_89566_woohrtugpsl.svg#iconfont') format('svg');
}
.icon {
  font-family: "iconfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.layui-center-css {
  text-align: center!important;
}
.layui-right-css {
  text-align: right!important;
}
/*鼠标变手指*/
.layui-pointer-css {
  cursor: pointer!important;
}
.layui-pointer-css:hover {
  color: #377DE6;
}
.layui-show {
  display: block!important;
}
/*margin*/
.margin-center-css {
  margin: auto!important;
  top: 0!important;
  bottom: 0!important;
  left: 0!important;
  right: 0!important;
}
/*轮播图*/
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/*消除浮动*/
.clearfloat:after {
  display: block;
  content: "";
  height: 0;
  clear: both;
  overflow: hidden;
}
/*
 * 双色背景
 *
 *
 * 引入页面 ： 首页  商城首页
 *
 */
.home-column {
  /*    >li:nth-child(even){
        background: @homg-bg;

    }
    >li:nth-child(odd){
        background: #fff;
    }*/
}
.home-column > .home-item {
  position: relative;
  margin: 120px 0;
  width: 100%;
}
/*-----------------结束---------------------*/
/*
 * 轮播 上下键
 *
 * 引入页面 ： 首页  商城首页
 *
 */
.swiper-btn-prev,
.swiper-btn-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  font-size: 24px;
  font-weight: 600;
  color: #E2E2E2;
  line-height: 44px;
  text-align: center;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-btn-prev:hover,
.swiper-btn-next:hover {
  background: #999999;
  color: #fff;
  border-radius: 5px;
}
/*-----------------结束---------------------*/
/*
 * 首页 栏目头部 、查看更多
 * 引入页面 ： 首页
 */
.home-column-header {
  margin: 0 auto;
  margin-bottom: 113px;
  width: 1200px;
}
.home-column-title {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
  height: 42px;
  font-size: 38px;
  line-height: 42px;
  color: #0C193E;
}
.halving {
  margin-bottom: 40px;
}
.halving:after {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -18px;
  margin-left: -23px;
  content: "";
  width: 46px;
  height: 4px;
  background: #D0D0D0;
  border-radius: 100px;
}
.home-column-intro {
  position: relative;
  margin-bottom: 0px;
  width: 100%;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 16px;
  color: #787878;
}
.home-column-intro .more-btn {
  position: absolute;
  right: 0;
}
.more-btn {
  font-size: 16px;
  line-height: 16px;
  color: #666;
}
.more-btn:hover {
  color: #4b92eb;
}
/*-----------------结束---------------------*/
/*
 * 标题
 * 引入页面 ： 会员加入协会  发布商品
 *
 *
 */
.publishProduct-title {
  margin: 50px 0 40px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 30px;
  color: #384450;
}
.publishProduct-container {
  position: relative;
  margin: 0 auto;
  margin-bottom: 240px;
  padding: 30px 25px;
  width: 1200px;
  height: 600px;
  border: 1px solid #E2E2E2;
}
/*-----------------结束---------------------*/
/*
 * 标题栏
 * 引入页面 ： 会员加入协会  发布商品 信用贷款
 *
 *
 */
.publishProduct-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  font-size: 20px;
  font-weight: 600;
  line-height: 60px;
  text-indent: 30px;
  border-bottom: 1px solid #e7e9eb;
}
/*-----------------结束---------------------*/
/*
 * 下一步
 * 引入页面 ：   发布商品  发布商品列表
 */
.next-step-btn {
  display: block;
  margin: 130px auto 50px;
  width: 180px;
  height: 66px;
  text-align: center;
  line-height: 66px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #666;
  border-radius: 50px;
  background: #666;
}
/*-----------------结束---------------------*/
/*
 *  项目 轮播图 上下控制
 * 引入页面 ： 首页  商城首页
 *
 */
.home-container .flex-direction-nav a:before {
  font-size: 34px;
}
.home-container .flexslider:hover .flex-direction-nav .flex-prev {
  left: -50px;
}
.home-container .flexslider:hover .flex-direction-nav .flex-next {
  right: -50px;
}
.home-container .flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.home-container .flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
/*-----------------结束---------------------*/
/*
 *  项目 导航栏
 * 引入页面 ： 关于我们 产品服务 结构
 *
 */
.path-css {
  padding: 10px 0;
  background: #377DE6;
}
.path-css .path-text-css {
  margin: 0 auto;
  width: 1200px;
  height: 21px;
  font-size: 16px;
  line-height: 20px;
  color: #B8D5F1;
}
.path-css .path-text-css a {
  color: #B8D5F1;
}
.path-css .path-text-css .icon:before {
  margin-right: 4px;
  content: '\e636';
  font-size: 12px;
}
.path-css .path-text-css .subName-css {
  color: #fff;
}
/*
 *  项目 左侧菜单
 * 引入页面 ： 关于我们 产品服务 结构
 *
 */
.page-container-css {
  margin: 40px auto 80px;
  width: 1200px;
}
.page-container-css .subnav-css {
  float: left;
  width: 248px;
  padding-bottom: 20px;
  background: #fff;
  border-top: 2px solid #377DE6;
}
.page-container-css .subnav-css .subnav-head-css {
  line-height: 72px;
  padding-left: 32px;
  color: #2A2D33;
  font-size: 20px;
}
.page-container-css .subnav-css .subnav-logo-css {
  float: left;
  margin-top: 20px;
  margin-right: 8px;
  width: 32px;
  height: 32px;
}
.page-container-css .subnav-css .subnav-list-css {
  border-top: 1px solid #eee;
}
.page-container-css .subnav-css .subnav-li-css {
  padding: 0 32px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #545E66;
  cursor: pointer;
}
.page-container-css .subnav-css .subnav-li-css:hover {
  color: #377DE6;
}
.page-container-css .subnav-css .subnav-li-css .icon {
  float: right;
  width: 16px;
  height: 16px;
  margin-top: 22px;
  background: url(https://image.kjb888.cn/loan/20190817143225526210277.png) no-repeat center;
}
.page-container-css .subnav-css .subnav-li-css[icon='none']:after {
  display: none;
}
.page-container-css .subnav-css .subnav-li-css.choose {
  background: rgba(55, 125, 230, 0.1);
  color: #377DE6;
}
.page-container-css .subnav-css .subnav-li-css.choose .icon {
  background-image: url(https://image.kjb888.cn/loan/20190817143917243958736.png);
}
.page-container-css .relation-box-css {
  padding: 20px 34px;
}
.page-container-css .relation-box-css .company-css {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #222222;
}
.page-container-css .relation-box-css .conpany-dada {
  font-size: 14px;
  color: #222222;
}
.page-container-css .relation-box-css .conpany-dada span {
  margin-left: 5px;
}
/*
 *  项目 右侧 内容区 以及标题
 * 引入页面 ： 关于我们 产品服务 结构
 *
 */
.page-content-css {
  float: right;
  padding: 16px 32px 40px;
  width: 924px;
  background: #fff;
  min-height: 507px;
  /*关于我们 - 内容*/
}
.page-content-css .content-title-css {
  border-bottom: 1px solid #eee;
  font-size: 18px;
  line-height: 56px;
  color: #2A2D33;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fr #dituContent {
  height: 100%;
}
.subnav-css.fixedhelp {
  position: fixed;
  top: 113px;
  z-index: 5;
}
/*
* ie8 9 弹窗
*/
#ieModal .modal-header {
  margin: 0 15px;
}
#ieModal .modal-body {
  padding: 0 15px 15px;
}
.ieModal-title-css {
  font-size: 23px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.ieModal-text-css {
  font-size: 17px;
  text-align: center;
  color: #666;
}
.ieModal-btn-css {
  text-align: center;
  margin: 30px auto 20px;
  display: block;
  width: 142px;
  font-size: 17px;
  border: 0 none;
  border-radius: 20px;
}
.fixedMenuContainer-css {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 50%;
  margin-bottom: -172px;
  width: 70px;
  height: auto;
  background: #fff;
  border: 1px solid #eee;
  z-index: 10000;
}
.fixedMenuContainer-css .fixedMenu-css {
  border-bottom: 1px solid #eee;
}
.fixedMenuContainer-css .fixedItem-css {
  position: relative;
  padding-top: 15px;
  width: 70px;
  height: 70px;
  cursor: pointer;
}
.fixedMenuContainer-css .fixedItem-css .fixedItemLogo-css {
  display: block;
  margin: 0 auto 5px;
  width: 21px;
  height: 21px;
}
.fixedMenuContainer-css .fixedItem-css .fixedItemLogo-css[state="0"] {
  display: none;
}
.fixedMenuContainer-css .fixedItem-css .fixedItemText-css {
  font-size: 11px;
  color: #333;
  text-align: center;
}
.fixedMenuContainer-css .fixedItem-css .wxQRCodeBox-css {
  display: none;
  position: absolute;
  top: 28px;
  left: -143px;
  width: 132px;
  border: 3px solid #fff;
}
.fixedMenuContainer-css .fixedItem-css .wxQRCodeBox-css .wxQRCode-css {
  display: block;
  width: 100%;
}
.fixedMenuContainer-css .fixedItem-css .wxQRCodeBox-css:after {
  position: absolute;
  top: 5px;
  right: -11px;
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #fff;
}
.fixedMenuContainer-css .fixedItem-css:hover {
  background: #EA9122;
}
.fixedMenuContainer-css .fixedItem-css:hover .fixedItemLogo-css[state="0"] {
  display: block;
}
.fixedMenuContainer-css .fixedItem-css:hover .fixedItemLogo-css[state="1"] {
  display: none;
}
.fixedMenuContainer-css .fixedItem-css:hover .fixedItemText-css {
  color: #fff;
}
.fixedMenuContainer-css .fixedItem-css:hover .wxQRCodeBox-css {
  display: block;
}
.fixedMenuContainer-css .fixedFunction-css {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
  color: #999;
}
.fixedMenuContainer-css .fixedFunction-css:hover {
  background: #EA9122;
  color: #fff;
}
.noBeSelected {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.beyondHide {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bluebtnbgcolor {
  background: #377DE6;
}
.bluebtnbgcolor:hover {
  background-color: rgba(55, 125, 230, 0.9);
  opacity: 1;
}
.bluebtnbgcolor:active {
  background-color: #2657A0;
}
.bluebtnbgcolor:visited {
  color: #fff;
}
body,
html,
.page-container-css {
  background: #F2F2F2 !important;
}
/*轮播图*/
.page-container-css .page-content-css {
  position: relative;
  padding: 0;
  width: 1200px;
  float: none;
  min-height: 300px;
}
.page-container-css .content-title-css {
  display: none;
}
.bannerContainer-css {
  background: #264E92;
}
.bannerBox-css {
  position: relative;
  margin: auto;
}
.banner-img-css {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 440px;
}
/**/
.bannerImgBox-css {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -600px;
  margin-top: -170px;
  width: 1200px;
  height: 340px;
  /*登录页面*/
}
.bannerImgBox-css .page-loginbar-css {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
  padding: 46px 26px;
  width: 388px;
  height: 338px;
  border-radius: 1px;
  background: #fff;
}
.bannerImgBox-css .page-loginbar-css .loginbar-text-css {
  display: none;
  margin-bottom: 10px;
  text-align: center;
  font-size: 14px;
  color: #666;
}
.bannerImgBox-css .page-loginbar-css .loginbar-text-css a {
  color: #377DE6;
}
.bannerImgBox-css .page-loginbar-css .btn-submit-css {
  padding: 0;
  margin-bottom: 0;
  width: 100%;
  height: 52px;
  line-height: 52px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 4px;
  background: #377DE6;
}
.bannerImgBox-css .page-loginbar-css .btn-submit-css:hover {
  background-color: rgba(55, 125, 230, 0.9);
  opacity: 1;
}
.bannerImgBox-css .page-loginbar-css .btn-submit-css:active {
  background-color: #2657A0;
}
.bannerImgBox-css .page-loginbar-css .btn-submit-css:visited {
  color: #fff;
}
.bannerImgBox-css .bannerImg-css {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -150px;
  height: 300px;
}
.loan-hint-text-css {
  margin-bottom: 44px;
  font-size: 22px;
  color: #333333;
  letter-spacing: 0.2px;
  text-align: center;
}
.loan-hint-number-css {
  margin-bottom: 43px;
  padding-left: 41px;
}
.loan-hint-number-css .umber-css {
  display: block;
  float: left;
  margin-right: 5px;
  width: 57px;
  height: 79px;
  font-size: 60px;
  color: #F37926;
  text-align: center;
  line-height: 79px;
  letter-spacing: 0.19px;
  border: 1px solid #DDDDDD;
}
.loan-hint-number-css .unit-css {
  display: inline-block;
  margin-top: 48px;
  font-size: 14px;
  color: #F37926;
  letter-spacing: 0.15px;
}
.loanModel-css {
  margin-bottom: 32px;
}
.loanModelTitle-css {
  position: relative;
  margin-bottom: 28px;
  font-size: 22px;
  color: #0C193E;
}
.loanModelTitle-css:before {
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 10px;
  content: '';
  width: 6px;
  height: 20px;
  background: #377DE6;
}
.recommendProduct-css {
  position: relative;
  float: left;
  margin-right: 24px;
  margin-bottom: 24px;
  padding: 0 40px;
  width: 548px;
  height: 232px;
  background: #F8F8F8;
  /*产品头部*/
  /*产品详情*/
}
.recommendProduct-css .ProductHeader-css {
  position: relative;
  float: left;
  margin-right: 66px;
  padding-top: 36px;
  width: 170px;
  height: 100%;
}
.recommendProduct-css .ProductHeader-css .ProductName-css {
  position: relative;
  font-size: 32px;
  color: #377DE6;
  text-align: center;
  white-space: nowrap;
}
.recommendProduct-css .ProductHeader-css .ProductName-css:before {
  display: inline-block;
  position: absolute;
  bottom: -21px;
  right: 50%;
  margin-right: -28px;
  content: '';
  width: 56px;
  height: 4px;
  background: #377DE6;
}
.recommendProduct-css .ProductHeader-css .ProductBtn-css {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 164px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #757986;
  text-align: center;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}
.recommendProduct-css .ProductHeader-css .ProductBtn-css:hover {
  color: #fff;
  border: 1px solid #377DE6;
  background: #377DE6;
  box-shadow: 0 8px 9px -7px rgba(55, 125, 230, 0.7);
}
.recommendProduct-css .ProductHeader-css .ProductBtn-css:active {
  color: #fff;
  border: 1px solid #2657A0;
  background: #2657A0;
  box-shadow: 0 8px 9px -7px #2657A0;
}
.recommendProduct-css .ProductDetails-css {
  float: left;
  padding-top: 42px;
  width: calc(100% - 244px);
  height: 100%;
  /*右侧小logo*/
}
.recommendProduct-css .ProductDetails-css .productIntro-css {
  position: relative;
  margin-bottom: 20px;
  font-size: 15px;
  color: #757986;
}
.recommendProduct-css .ProductDetails-css .productIntro-css .productIntroTitle-css {
  display: inline-block;
  float: left;
  width: 80px;
}
.recommendProduct-css .ProductDetails-css .productIntro-css .productIntroText-css {
  /* display: inline-block;
         float: left;
         width: calc(~"100% - 80px");*/
}
.recommendProduct-css .ProductDetails-css .productIntro-css .productIntroText-css[color="red"] {
  color: #F64A4A;
}
.recommendProduct-css .ProductDetails-css .productIntro-css:before {
  position: absolute;
  top: 0%;
  left: 1px;
  margin-top: 2px;
  margin-left: -30px;
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../../images/index/logo1.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.recommendProduct-css .ProductDetails-css .productIntro-css[no="1"]:before {
  background: url(../../images/index/logo1.png) no-repeat;
  background-size: 100% 100%;
}
.recommendProduct-css .ProductDetails-css .productIntro-css[no="2"]:before {
  background: url(../../images/index/logo2.png) no-repeat;
  background-size: 100% 100%;
}
.recommendProduct-css .ProductDetails-css .productIntro-css[no="3"]:before {
  background: url(../../images/index/logo3.png) no-repeat;
  background-size: 100% 100%;
}
.recommendProduct-css .ProductDetails-css .productIntro-css[no="4"]:before {
  background: url(../../images/index/logo4.png) no-repeat;
  background-size: 100% 100%;
}
.recommendProduct-css .ProductDetails-css .productIntro-css[no="5"]:before {
  background: url(../../images/index/logo5.png) no-repeat;
  background-size: 100% 100%;
}
.recommendProduct-css:nth-child(even) {
  margin-right: 0;
}
.recommendProduct-css:nth-child(3+n) {
  margin-bottom: 0;
}
/*产品类别 展示*/
.productTadContainer-css {
  margin-bottom: 40px;
  background: #fff;
}
.productTad-css {
  margin: 0 auto;
  width: 800px;
  height: 100px;
  line-height: 100px;
}
.productTad-css .productType-css {
  display: inline-block;
  float: left;
  margin-right: 55px;
  width: 110px;
  height: 100px;
  line-height: 24px;
  font-size: 20px;
  color: #333;
  cursor: pointer;
  text-align: center;
  padding-top: 47px;
}
.productTad-css .productType-css:last-child {
  margin: 0 ;
}
.productTad-css .productType-css:hover {
  color: #377DE6;
}
.productTad-css .productType-css.choose {
  color: #377DE6;
  border-bottom: 3px solid #377DE6;
}
.productInterBox-css {
  margin: auto;
  width: 1200px;
  min-height: 400px;
}
/*银行*/
.moduleItem-css {
  margin: 20px auto 0;
  width: 1200px;
}
.moduleHeader-css {
  margin-bottom: 20px;
  width: 100%;
  height: 37px;
}
.moduleHeader-css .moduleTitle-css {
  display: inline-block;
  float: left;
  font-size: 28px;
  line-height: 37px;
  color: #333;
}
.cooperationTadContainer-css {
  background: #fff;
}
.cooperationTadContainer-css .cooperationList-css {
  padding: 11px 20px;
}
.cooperationTadContainer-css .cooperationList-css .cooperationLine-css {
  border-bottom: 1px solid #eee;
}
.cooperationTadContainer-css .cooperationList-css .cooperationLine-css:last-child {
  border: 0 none;
}
.cooperationTadContainer-css .cooperationList-css .cooperationLogoBox-css {
  position: relative;
  display: inline-block;
  padding: 9px;
}
.cooperationTadContainer-css .cooperationList-css .cooperationLogoBox-css .cooperationLogo-css {
  display: block;
  width: 209px;
}
.cooperationTadContainer-css .cooperationList-css .cooperationLogoBox-css:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 52px;
  background: #eee;
}
.cooperationTadContainer-css .cooperationList-css .cooperationLogoBox-css:last-child:after {
  display: none;
}
