@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: '微软雅黑', '黑体', Arial, Helvetica, sans-serif;
    color: #666;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
    margin: 0;
    padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}

ol, ul, li {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

input, textarea {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

input:focus, textarea:focus {
    outline: none;
}

textarea {
    resize: none;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    color:#999;
}

a:hover {
    color:#00a755;
    text-decoration: none;
}
a:active{
    color:#ccc;
    text-decoration: none;
}
html {
    -webkit-text-size-adjust: none
}

/*外联   iconfont.cn*/
/*@font-face {
    font-family: 'iconfont';
    src: url('//at.alicdn.com/t/font_1433841315_5558043.eot'); *//* IE9*//*
    src: url('//at.alicdn.com/t/font_1433841315_5558043.eot?#iefix') format('embedded-opentype'), *//* IE6-IE8 *//*
    url('//at.alicdn.com/t/font_1433841315_5558043.woff') format('woff'), *//* chrome、firefox *//*
    url('//at.alicdn.com/t/font_1433841315_5558043.ttf') format('truetype'), *//* chrome、firefox、opera、Safari, Android, iOS 4.2+*//*
    url('//at.alicdn.com/t/font_1433841315_5558043.svg#iconfont') format('svg'); *//* iOS 4.1- *//*
}


.iconfont {
    font-family:"iconfont" !important;
    font-size: 16px;
    font-style:normal;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}*/
/*外联   iconfont.cn-end*/
/*本地  location*/
@font-face {
  font-family: 'iconfont';
  src: url('//at.alicdn.com/t/font_1463384219_7566013.eot'); /* IE9*/
  src: url('//at.alicdn.com/t/font_1463384219_7566013.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/font_1463384219_7566013.woff') format('woff'), /* chrome、firefox */
  url('//at.alicdn.com/t/font_1463384219_7566013.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('//at.alicdn.com/t/font_1463384219_7566013.svg#iconfont') format('svg'); /* iOS 4.1- */
}
                                    

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/*本地  location-end*/

body {
    background: #fff;
    position: relative;
    font-size: 12px;
    min-width: 1200px;
    overflow: auto;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.main {
    position: relative;
    height: 100%;
}

.warn {
    color: #eeaa3d;
}

.key-highlight {
    color: #31a3ea;
}

.run {
    color: #00b24d;
}

.link-color {
    color: #31a3ea;
}

.link-color-line {
    color: #31a3ea;
    text-decoration: underline;
}

.page-number {
    font-family: 'arial';
}

/*button*/
.global-simple-btn {
    background: #64af2c;
    color: #fff;
    width: 95px;
    height: 30px;
    border: 1px solid #64af2c;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
}

.main-btn {
    width: 95px;
    height: 25px;
    border: 1px solid #64af2c;
    background: #fff;
    color: #64af2c;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
}

.main-btn:hover {
    background: #64af2c;
    color: #fff;
}

.main-btn-a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 95px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border: 1px solid #64af2c;
    background: #fff;
    color: #64af2c;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
}

.main-btn-a:hover {
    background: #64af2c;
    color: #fff;
    text-decoration: none;
}

.main-btn-green {
    width: 200px;
    height: 40px;
    background: #00a755;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 3px;
    border: none;
}

.main-btn-submit-not {
    width: 200px;
    height: 40px;
    border: 1px solid #ccc;
    background: #ccc;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
}

.main-btn-not {
    width: 95px;
    height: 25px;
    border: 1px solid #ccc;
    background: #ccc;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
}


/*面包屑*/
.common-mbx {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    padding: 10px 0;
}

.common-mbx a,
.common-mbx h1 {
    font-size: 14px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.common-mbx h1 {
    font-size: 14px;
    color: #0c9d49;
}

/*面包屑-end*/
/*统一page*/
.common-page {
    width: 100%;
    overflow: hidden;
}

.common-page div {
    padding: 15px 20px;
    text-align: right;
}

.common-page .rows {
    color: #777;
    margin-right: 50px;
}

.common-page span.current,
.common-page a {
    background: #fff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 3px 6px;
    border: 1px solid #eee;
}

.common-page a {
    font-size: 14px;
    margin: 0 3px;
}

.common-page span.current {
    color: red;
    font-size: 14px;
    margin: 0 3px;
}

/*统一page-end*/
/*select默认样式*/
.common-select {
    border-radius: 3px;
    height: 36px;
    line-height: 36px;
    width: 160px;
    font-size: 14px;
    color: #555;
}

.common-select option {
    padding: 10px;
    font-size: 14px;
}

/*select默认样式-end*/
/*全局弹层*/
#ui-dialog-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    display: none;
}

/*全局弹层-end*/
/* 全局遮罩 start */
#global-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: none;
    background: rgba(0, 0, 0, 0.6) url("bgimage/loading.gif") no-repeat center center;
}

/* 全局遮罩 end */
/*全局dialog-alert*/
.ui-global-alert {
    padding: 50px 20px 30px 20px;
    overflow: hidden;
    text-align: left;
}

.ui-global-alert i.iconfont {
    font-size: 36px;
    margin: 0 20px;
}

.ui-global-alert i.warn {
    color: #ff5a00;
}

.ui-global-alert i.error {
    color: #31a3ea;
}

.ui-global-alert i.success {
    color: green;
}

.ui-global-alert span {
    font-size: 16px;
    line-height: 30px;
}

/*全局dialog-alert-end*/
/*全局默认table表单*/
.table-style {
    width: 100%;
    overflow: hidden;
}

.table-style td {
    vertical-align: top;
    padding: 8px 5px;
    color: #777;
    height: 60px;
}

.table-style td.tab-left {
    text-align: right;
}

.table-style td.tab-left p {
    padding-top: 10px;
    text-align: right;
}

.table-style td .table-style-tp10 {
    padding-top: 10px;
}

.table-style .ff-field div.ff-error-tip {
    position: absolute;
}

/*全局默认table表单-end*/
/*全局默认table列表*/
.common-list {
    width: 100%;
    overflow: hidden;
}

.common-list tbody tr.odd {
    background: #fff;
}

.common-list tbody tr.even {
    background: #FFF2F2;
}

.common-list tbody tr.cur,
.common-list tbody tr.odd:hover,
.common-list tbody tr.even:hover {
    background: #ff9999;
}

.common-list thead th {
    text-align: center;
    background: #eee;
    height: 36px;
    line-height: 36px;
    padding: 2px 0;
}

.common-list tbody td {
    padding: 2px 5px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

/*全局默认table列表-end*/
/*统一分页样式*/
#pagination {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    border: 1px solid red;
}

/*统一分页样式-end*/
/*提示语错误提示*/
.ff-error-tip {
    background: #99ccff;
    color: #fff;
    height: 20px;
    border-radius: 18px;
    line-height: 20px;
    padding: 0 10px;
}

/*提示语错误提示-end*/
/*表单错误提示*/
.valid-error-field {
    border: 1px solid #fb813f;
}

/*表单错误提示-end*/
/*call-top*/
.call-top {
    display: none;
    width: 60px;
    height: 72px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    cursor: pointer;
}

/*center*/
.main.center {
    width: 100%;
    overflow: hidden;
}

/*weixin-dialog*/
.dialog-weixin {
    background: url("bgimage/weixin-top.jpg") no-repeat 0 0;
    position: absolute;
    z-index: 10;
    width: 211px;
    height: 129px;
    overflow: hidden;
    display: none;
}

.dialog-weixin p {
    width: 95px;
    margin: 42px 0 0 100px;
    font-size: 12px;
    line-height: 18px;
}

/*app*/
.dialog-phone {
    background: url("bgimage/phone-top.jpg") no-repeat 0 0;
    position: absolute;
    z-index: 10;
    width: 250px;
    height: 210px;
    overflow: hidden;
    display: none;
    background: #fff;
}

.dialog-phone p {
    padding: 15px 0 0 50px;
    line-height: 18px;
    font-size: 12px;
}

.dialog-phone ul {
    margin: 20px 0 0 100px;
}

.dialog-phone ul li {
    padding-top: 3px;
}

/*footer-weixi*/
.footer-weixi-pop {
    display: none;
    position: absolute;
}

/*统一标题&更多*/
.public-box-title {
    width: 100%;
    overflow: hidden;
    padding: 5px 0;
}

.public-box-title .public-box-title-left {
    float: left;
    display: inline;
    font-size: 18px;
    color: #333;
}

.public-box-title .public-box-title-left span {
    margin-left: 3px;
    font-size: 12px;
    color: #999;
}

.public-box-title .public-box-title-right {
    float: right;
    display: inline;
}

.public-box-title .public-box-title-right a {
    text-decoration: underline;
    line-height: 18px;
}

/*统一标题&更多-end*/
input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

/*产品描述开始*/
.product-description {
    font-size: 14px;
    color: #999;
    line-height: 30px;
    padding-left: 10px;
    text-decoration: none;
}

/*产品描述结束*/

/**************融资租赁改版样式-开始***************/

/******************* 【公共处理部分】 开始********************/
/*去掉ie下默认样式*/
::-ms-clear, ::-ms-reveal {
    display: none;
}

input:-ms-input-placeholder {
    color: #999 !important;
}

.w1200 {
    width: 1200px;
}
.w153{
    width: 153px !important;
}

.wrap {
    margin: 30px auto 80px;
    border: 1px solid #e7e8e8;
    font-family: '微软雅黑';
}

.wrap h4 {
    font: 500 16px/56px "微软雅黑";
    height: 56px;
    color: #333;
    font-size:16px;
    /*background: url("../images/rmb.png") no-repeat 40px 50%;*/
    /*text-indent: 28px;*/
    padding-left: 40px;
    border-bottom: 1px solid #e7e8e8;
}

/*错误消息*/
.msg-err {
    height: 14px;
    line-height: 14px;
    color: #ee3d3d;
    text-indent:0;
    margin-top: 10px;
    font-size: 14px;
    visibility: hidden;
    /*background: url('../images/error.png') no-repeat 4px 50%;*/
}

/******************* 【公共处理部分】 结束********************/

/******************* 【输入框】 开始********************/

/* 默认input */
.input-box {
    border: 1px solid #999;
    height: 40px;
    font-size: 14px;
    color: #666;
    width: 280px;
    line-height: 40px;
    border-radius: 4px;
    text-indent: 8px;
}

/*输入框获取焦点的样式*/
.input-box-focus {
    border: 1px solid #00a755 !important;
}

/*鼠标悬停*/
.input-box-hover {
    border: 1px solid #01974d !important;
}

/*输入框错误时样式*/
.input-box-err {
    border: 1px solid #ee3d3d;
}
/*输入正确*/
.input-box-ok{
    border:1px solid #ccc;
}
/* 输入正确-icon */
.input-right-icon{
background:url("./bgimage/input-ok.png") no-repeat center center;
width:26px;
height:40px;
line-height:40px;
display:inline-block;
float:right;
}

/* 输入错误-icon */
.input-error-icon {
background:url("./bgimage/input-error.png") no-repeat center center;
width:26px;
height:40px;
line-height:40px;
display:inline-block;
float:right;
}


/* 错误提示信息 */
.error-tip-info {
    color:#ed3a3a;
    font-size:14px;
    height:40px;
   line-height:40px;
   text-indent: 5px;
}

/* 错误提示信息-icon */
.error-tip-info i {
background:url("./bgimage/input-error.png") no-repeat center center;
width:26px;
height:40px;
line-height:40px;
display:inline-block;
float:left;
}

/* 密码隐藏 */
.input-paswd {

}

/* 密码隐藏-eye-icon */
.input-eye-hide-icon {
background:url("./bgimage/eye-01.png") no-repeat center center;
width:20px;
height:40px;
display:inline-block;
margin-left: -30px;
cursor:pointer;
position:relative;
top:18px;
}

/* 密码显示-eye-icon */
.input-eye-show-icon {
background:url("./bgimage/eye-02.png") no-repeat center center;
width:20px;
height:40px;
display:inline-block;
margin-left: -30px;
cursor:pointer;
position:relative;
top:18px;
}

/******************* 【输入框】 结束********************/

/******************* 【按钮】 开始********************/

 /*默认*/
.btn-box {
    color: #fefefe;
    font: 400 12px/40px "微软雅黑";
    display: inline-block;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    outline: none;
    cursor: pointer;
    width: 200px;
    height: 40px;
    background-color: #00a755;
    text-align:center;
}

/* 不可点击 */
.btn-disabled{
     background-color:#999;
     /*cursor:text;*/
     pointer-events: none;
}

/*鼠标放上时*/
.btn-hover {
    background-color: #01974d !important;
}

/*鼠标点击时*/
.btn-click {
    background-color: #01974d;
}

/*提交时*/
.btn-submit {
    background-color: #01974d !important;
    color: #fefefe !important;
}
.btn-submitted{
    background-color:#999 !important;
}
/*.btn-cancel-submited{*/
    /*background-color:#999 !important;*/
    /*color: #fff !important;*/
/*}*/
/*.btn-cancel-submited:hover{*/
    /*background-color:#fff !important;*/
    /*color: #01974d !important;*/
/*}*/

/*按钮(小)*/
.btn-small {
    width: 83px;
    height: 40px;
    font-size: 16px;
}

/*按钮(绿)*/
.btn-green {
    background-color: #00a755;
}

/*按钮(白)*/
.btn-white {
    background-color: #fff;
    color: #00a755;
    border:1px solid  #ccc;
}
.btn-white:hover{
    background-color: #fff !important;
}

/*按钮(蓝色)*/
.btn-blue {
    background-color: #9A9691;
}

/******************* 【按钮】结束********************/

/******************* 【文字链接】 开始********************/

/* 默认 */
.link-status {
    font-size: 16px;
    color: #3399FF;
    text-decoration: none !important;
}
.link-status:hover{
    color: #00a755;
    text-decoration: none !important;
}
.link-status:active{
    color: #ccc;
    text-decoration: none !important;
}
/*.link-status .default-color {*/
/*color: #3399FF;*/
/*}*/

/* 鼠标悬停 */
.link-status-hover {
    color: #00a755;
    text-decoration: none !important;
}

/*.link-status:link{*/
/*color: #3399FF;*/
/*}*/

/* 点击后 */
.link-after-color {
    color: #ccc;
    text-decoration: none !important;
}

/******************* 【文字链接】 结束********************/

/*!******************* 【手机验证码】 开始********************!*/

/*!* 默认 *!*/
/*.telphone-yzm {*/

/*}*/

/*.telphone-yzm .telphone-text {*/

/*}*/

/*!* 获取后 *!*/
/*.telphone-yzm .phone-yzm-after {*/

/*}*/

/*!* 重新获取验证码 *!*/
/*.telphone-yzm .again-yzm {*/

/*}*/

/*!* 获取失败 *!*/
/*.telphone-yzm .obtain-yzm {*/

/*}*/

/*!******************* 【手机验证码】 开始********************!*/

/******************* 【发送验证码】 开始********************/

.validate-code-box {
    position: relative;
    margin: 25px 0;
    height: 40px;
    width:280px;
}

.validate-code-box .input-validate-box {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 185px;
    height: 40px;
    line-height: 40px;
    text-indent:8px;
}

.validate-code {
    display: block;
    position: absolute;
    right: 0px;
    *right: 0px;
    background-color: #00a755;
    color: #fefefe;
    font-size: 14px;
    top: 0px;
    *top: 1px;
    width: 104px;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
}

/* 第二种方式 -- 验证码*/
.validate-code-box-2 {
    position: relative;
    margin: 25px 0;
    height: 40px;
    width:280px;
}
.validate-code-box-2 .input-validate-box-2 {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 200px !important;
    height: 40px;
    text-indent:20px;
}
.validate-code-2 {
    display: block;
    position: absolute;
    right: -30px !important;
    *right: 0px;
    background-color: #eeaa3d !important;
    color: #fefefe;
    font-size: 14px;
    top: 0px;
    *top: 1px;
    width:82px;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
}

.validate-code-after { /*验证码获取后样式*/
    background-color: #999 !important;
}

.validate-code-again { /*再次获取验证码样式*/
    background-color: #00a755;
}

.validate-code-error { /*获取后及获取失败按钮样式*/
    background-color: #999;
}

.validate-code-box .input-validate-error { /*获取后及获取失败input样式*/
    border: 1px solid #999 !important;
}

/******************* 【发送验证码】 结束********************/

/******************* 【图片验证码】 开始********************/

/* 默认 */
.picture-yzm {

}

.picture-yzm .picture-text {

}

.picture-yzm .picture-yzm {

}

/* 鼠标悬停 */
.picture-yzm .picture-hover-yzm {

}

/******************* 【图片验证码】 结束********************/

/******************* 【公共弹窗样式】 开始********************/
.wrap-content {
    text-align: center;
    font-family: '微软雅黑';
}

/*弹窗图片*/
.msg-img {
    margin-top: 20px;
    margin-bottom: -10px;
}

.msg-img img {
    display: block;
    width: 46px;
    height: 45px;
    margin: 0 auto;
}

/*弹窗标题*/
.msg-title {
    /*font-size: 18px;*/
    font-size: 24px;
    margin-top: 28px;
    color: #333;
}

/*弹窗描述*/
.msg-desc {
    text-align: center;
    line-height: 24px;
    color: #999;
    font-size: 14px;
    width: 80%;
    margin:12px auto 0;
}
.msg-desc p{
    color: #999;
    font-size:14px;
    text-indent: 20px;
}
.msg-desc em {
    color: #FF6600;
    padding:0 4px;
}

.msg-desc strong {
    color: #38a1db;;
}

.msg-ext{
    width: 300px;
    margin: 10px auto;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:6px;
    padding: 20px;
    font-size:14px;
    background-color: #ebebeb;
    padding:20px 30px;
    color: #666;
}
.text-em3{
      text-indent: -79px;
    /*text-indent: -66px;*/
    /*display: inline-block;*/
}
.msg-ext p{
    line-height: 30px;
    /*text-align: left;*/
}

/*弹窗按钮*/
.msg-btn {
    padding-top: 18px;
    padding-bottom: 38px;
}


/********网银充值弹窗---开始********/

/*.online-banking-dialog {*/
    /*width: 484px;*/
    /*height: 194px;*/
    /*background: #fff;*/
    /*border-radius: 5px;*/
    /*border: 1px solid #ccc;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*margin-top: -97px;*/
    /*margin-left: -242px;*/
    /*z-index: 3;*/
/*}*/

/*.online-banking-title {*/
    /*font-size: 16px;*/
    /*height: 60px;*/
    /*line-height: 60px;*/
    /*border-bottom: 1px solid #ccc;*/
    /*color: #323333;*/
    /*margin: 0 20px;*/
/*}*/

/*.online-banking-content {*/
    /*margin: 0 20px;*/
    /*position: relative;*/
    /*font-size: 13px;*/
/*}*/

/*.online-banking-content p {*/
    /*!*line-height: 24px;*!*/
    /*font-size: 14px;*/
    /*color: #8e8e8e;*/
    /*margin: 10px 0 20px 0;*/
/*}*/

/*.online-banking-content div {*/
    /*line-height: 30px;*/
    /*height: 30px;*/
/*}*/

/*.online-banking-close {*/
    /*display: block;*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*line-height: 30px;*/
    /*position: absolute;*/
    /*top: 16px;*/
    /*right: 10px;*/
    /*background: url("../images/recharge-close.png") no-repeat;*/
/*}*/

/*.online-banking-operation a {*/
    /*font-size: 14px;*/
/*}*/

/*.online-banking-span {*/
    /*margin-left: 10px;*/
    /*display: inline-block;*/
    /*line-height: 13px;*/
/*}*/

/*!*充值成功*!*/
/*.recharge-suc {*/
    /*margin-left: -2px;*/
    /*text-indent: 20px;*/
    /*margin-right: 10px;*/
    /*background: url("../images/rechange-suc.png") no-repeat;*/
/*}*/

/*!*充值失败*!*/
/*.recharge-fail {*/
    /*margin-left: -2px;*/
    /*text-indent: 20px;*/
    /*margin-right: 10px;*/
    /*background: url("../images/recharge-fail.png") no-repeat;*/
/*}*/

/*.online-banking-mask{*/
    /*position: fixed;*/
    /*top:0;*/
    /*left:0;*/
    /*z-index: 2;*/
    /*background:#999;*/
    /*width:100%;*/
    /*height:100%;*/
    /*opacity: .5;*/
    /*filter:alpha(opactiy=50%);*/
/*}*/


/********网银充值弹窗---结束********/

/******************* 【公共弹窗样式】 结束********************/

/******************* 【实名认证弹框】 开始********************/

.register-ul {
    width: 470px;
    text-align: center;
    font-size: 16px;
}
.register-ul li{
    padding-bottom: 16px;
}
.real-tip {
    height: 56px;
    font-size: 24px;
    color: #363636;
    padding-top: 26px;
    line-height: 40px;
    text-align: center;
}
.real-warp-tip em{
    color: #999;
    font-family: '微软雅黑';
    font-weight: bold;
}

.real-warp {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.username {
    text-indent: 3em;
    *text-indent:24px;
    display: inline-block;

}

.real-warp-tip,.real-warp-tip p{
    text-align: center;
    line-height: 18px;
    width: 486px;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 32px;
    color: #eeaa3d;
    font-family: "微软雅黑";
    white-space: nowrap;
    text-indent: -58px;
}
.real-warp-tip p{
    text-indent: 68px;
    line-height: 26px;
    border-bottom: 1px dashed #e7e8e8;
    padding-bottom: 14px;
}
/* 绑卡弹框样式-新-start */
.real-warp-tip-2{
    text-indent: -267px;
}
.real-warp-tip-2 p{
    text-indent: 45px;
    line-height: 26px;
    border-bottom: 1px dashed #e7e8e8;
    padding-bottom: 14px;
}
/* 绑卡弹框样式-新-end */

.real-warp-tip img {
    float: left;
    margin-top: 3px;
}

.register-tip {
    display: none;
    height: 26px;
    line-height: 26px;
    color: #ff9c00;
    font-size: 12px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 8px 6px;
    text-indent: 26px;
}

.register-tip-p {
    height: 26px;
}

.real-renzheng-tip {
    text-align: left;
    height: 44px;
    line-height: 44px;
    color: #666;
}

.ui-dialog-box .ui-dialog-footer .ui-dialog-btns {
    padding-left:32px !important;;
    padding-bottom:45px !important;;
}

.w260 {
    width: 260px;
}

/******************* 【实名认证弹框】 结束********************/



/******************* 【未实名认证绑定银行卡弹框】 开始********************/

.bank-rule{
   width:85%;
   margin:0 auto;
}
.bank-rule h2{
   font-size: 14px;
   color:#666;
   font-weight: bold;
   padding-left: 60px;
   border-top: 1px dashed #e7e8e8;
   padding:20px 0 20px 60px;
}
.bank-rule p{
   font-size: 12px;
   color:#999;
   padding-left: 60px;
   line-height: 20px;
}

.gat{
    display: block;
    position: relative;
    right: -82px;
    font-size: 14px;
    top: 14px;
}
/* 选择银行行字体颜色 */
.selectColor{
  color:#999;
}




/******************* 【未实名认证绑定银行卡弹框】 结束********************/


/**************融资租赁改版样式-结束***************/
/*体现卡
 *
*/
.cardlist-txk{ width: 549px; overflow: hidden;}
.cardlist-txk-tip{ padding:37px 37px 12px 37px; font-size: 14px; color: #666; line-height: 24px;}
.cardlist-txk ul{ display: block; width: 473px; margin-left: auto; margin-right: auto;}
.cardlist-txk ul p{font-size: 14px; color: #666; line-height: 24px;border-bottom: solid #ddd 1px; padding-bottom: 8px;}
.cardlist-txk ul li{ height: 37px; line-height: 37px; font-size: 14px; border-bottom: solid #ddd 1px;}
.cardlist-txk ul li span{ padding-left: 20px;}
.cardlist-ul-span span{ width: 210px; height: 30px; text-align: center; line-height: 30px; border-radius: 3px; display: block; float: left; margin-top: 30px; margin-bottom: 30px;}
.cardlist-ul-span1{ background: #5bb531; color: #fff; margin-left: 20px; cursor:pointer;}
.cardlist-ul-span2{ background: #aaaaaa; color: #fff;margin-left: 20px; cursor:pointer;}
.cardhuoquzhi{ display: none;}

/*transfer-right start*/
.transfer-index-thire-right-list {
    overflow: hidden;
    margin-top:4px;
}
.transfer-index-thire-right-list .transfer-index-thire-right-tip {
    height: 34px;
    line-height: 34px;
    padding:7px 0px 0 1px;
}
.transfer-index-thire-right-list .transfer-index-thire-right-tip span {
    font-size: 14px;
    color: #333;
    float: left;
}
.transfer-scroll-div {
    position: relative;
    height: 184px;
    overflow: hidden;
    border:1px solid #ddd;
}
.transfer-scroll-div .transfer-scroll-div-inner {
    position: absolute;
    left: 0px;
    top: 0px;
}
.transfer-index-thire-right-list ul {
    display: block;
}
.transfer-index-thire-right-list li{ 
    padding-left:18px;
    color:#666; 
    padding-right:18px; 
    height:30px; 
    line-height:30px; 
    font-size:14px;
    overflow: hidden;
}
.transfer-index-thire-right-list ul li a{
    color:#666;
}
.transfer-index-thire-right-list ul li a:hover{
    color:#00a755;  
    text-decoration: underline;
}
.transfer-index-thire-right-list li span{ 
    padding-right:6px;
    color:#b2b2b2;
}
.transfer-index-thire-right-list .transfer-index-thire-right-tip a:link{ 
    color:#999; 
    float:right;
}
/*重写公共的日历样式*/
.ui-calendar-body {
    width: 200px !important;
    height: auto !important;
}
.ui-calendar-body table thead td.year-title .fn-right,.ui-calendar-body table thead td.year-title .fn-left{
    top:0 !important;
    line-height: 60px;
}
/*transfer-right end*/