﻿html{color:#333333;font-family:微软雅黑,Trebuchet MS,Verdana,Helvetica,Arial,sans-serif;max-width:640px;height:100%;margin:0 auto;}
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,blockquote{margin:0;padding:0;outline:none;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, button{margin:0;padding:0;list-style-type:none;}
body{position:relative;font:12px Tahoma,Geneva,sans-serif;top:0;left:0;width:100%;margin:0;padding:0;-webkit-tap-highlight-color:transparent;}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
a{color:#333333;}
em,i{ font-style:normal;}
a:hover{text-decoration:underline;}
a:link, a:visited {text-decoration:none;}
* {list-style:none outside none;margin:0;word-wrap:break-word;font-family: "微软雅黑";}
.clear {clear:both;}
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
.flx{position: fixed !important;}
.kza{display:inline-block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.flx-link{position: absolute;top: 0;left: 0;height: 100%;width:100%;z-index: 2;opacity: 0;}
.font-red{color:#e42141;}
.font-green{color:#009900;}
/*通用按钮*/
.btn-box{position: relative;padding:0 15px;margin-top:60px;}
.btn-box .yjl-btn{display: block;width:100%;height:46px;line-height:46px;text-align:center;margin-top:18px;border-radius: 5px;color:#ffffff;background:#3199f4;font-size: 20px;border: none;outline: none;}
.btn-box .yjl-btn:active{background:#f40;}
.btn-box .yjl-btn.no-btn{background:#999999;}
/*通用弹窗框*/
/*确认提示*/
#popupBox{display:none;position: fixed;top:0;left:0;width:100%;height:100%;z-index: 99999;}
.popup-bg{position: fixed;top:0;left:0;width:100%;height:100%;z-index: 1;background:#000;opacity: 0.6;}
.popup-win{position: fixed;top:45%;left:50%;width:280px;height:auto;margin-left:-140px;margin-top:-53px;visibility: visible;background:#fff;border-radius:5px;z-index: 2;}
.popup-win .popup-con{position: relative;overflow: hidden;margin-top:10px;}
.popup-win .popup-con .prompt-txt{display:block;font-size:14px;color:#6c6c6c;padding:13px 16px;line-height: 20px;text-align: center;}
.popup-win .popup-con .popup-btn-box{display: table;width:100%;position: relative;overflow: hidden;margin-top:10px;border-top:1px solid #ddd;}
.popup-win .popup-con .pb-100{display: block;padding:13px;text-align: center;color:#f40;font-size: 14px;}
/*loading提示*/
#loadBox{display:none;position: fixed;top:0;left:0;width:100%;height:100%;z-index: 99999;}
.load-win{position: fixed;top:50%;left:50%;width:160px;height:160px;margin-left:-80px;margin-top:-80px;visibility: visible;border-radius:7px;}
.load-win .load-bg{position: absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity: 0.6;border-radius: 7px;z-index: 1;}
.load-win .load-box{position: absolute;top:0;left:0;width:100%;height:100%;z-index: 2;}
.load-win .load-box .loading-icon{display: block;height:50px;width:50px;margin:0 auto;margin-top:35px;margin-bottom:20px;background:url("../images/icon/loading_icon.gif") center center no-repeat;background-size: 100%;}
.load-win .load-box .yes-icon{display: block;height:50px;width:50px;margin:0 auto;margin-top:35px;margin-bottom:20px;background:url("../images/icon/yes_icon.png") center center no-repeat;background-size: 80px;}
.load-win .load-box .loading-txt{display: block;color:#fff;font-size: 18px;text-align: center;}
/*询问弹窗*/
#popupASK{display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 99999;}
.popup-win .popup-con .popc-box{position: relative;text-align: center;padding:13px 16px;}
.popup-win .popup-con .popc-box .popcb-ico{display:inline-block;width:25px;height:25px;position: absolute;top: 10px;left:50%;margin-left: -75px;}
.popup-win .popup-con .popc-box .popcb-ask{display: inline-block;font-size:14px;color:#6c6c6c;padding-left:10px;}
.popup-win .popup-con .popc-box .popcb-ask .popcba-txt {display: block;color: #e42141;font-size: 18px;font-weight: bold;margin-top:5px;}
.popup-win .popup-con .popup-btn-box .ask-50{display: block;float:left;padding: 13px 0;text-align: center;color: #f40;font-size: 14px;width:50%;}
#askBtn_ok{background:#f40;color: #fff;border-bottom-left-radius: 4px;}
#askBtn_esc{background:#999;color: #fff;border-bottom-right-radius: 4px;}
/*自定义弹窗*/
.custom-popup{display: block;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 99999;}
.custom-popup .uop-bg{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;background: #000;opacity: 0.6;}
.custom-popup .uop-win{position: fixed;top: 27%;left: 50%;overflow: hidden;width: 280px;max-height: 370px;margin-left: -140px;margin-top: -53px;visibility: visible;background: #fff;border-radius: 5px;z-index: 2;}
.custom-popup .uop-win .uopc-tit{position: relative;text-align: center;overflow: hidden;border-bottom:1px solid #ddd;}
.custom-popup .uop-win .uopc-tit .uopct-txt{display: block;font-size: 15px;color:#333;padding:10px 0;}
.custom-popup .uop-win .uopc-tit .uopct-close{position: absolute;top:0;right:0;width:40px;height:40px;background:url(/yjl/comm/images/icon/close_icon.png) center center no-repeat;background-size: 20px;z-index: 1;}
.custom-popup .uop-win .uop-con{position: relative;overflow: hidden;margin-top: 10px;}
.custom-popup .uop-win .uop-con .uopc-box{position: relative;text-align: center;padding: 0 16px;max-height: 250px;overflow: scroll;}
/*自定义弹窗中间自定义模块*/
.ozs-list{position: relative;overflow: hidden;}
.ozs-list .ozs-item{position: relative;overflow: hidden;margin-top: 10px;border-bottom:1px solid #ddd;}
.ozs-list .ozs-item:first-child{margin-top: 0;}
.ozs-list .ozs-item:last-child{border-bottom:0;}
.ozs-list .ozs-item .ozs-box{position: relative;overflow: hidden;text-align: left;}
.ozs-list .ozs-item .ozs-box .ozsi-tit{display: block;height: 40px;line-height: 40px;font-size: 13px;padding-left: 23px;background: url(/yjl/comm/images/icon/cer_ico.png) center left no-repeat;background-size: 13px;}
.ozs-list .ozs-item .ozs-box .ozsi-tit .ozs-qj{position: absolute;color: #fff;background: #339900;padding: 3px 7px;margin-top: 8px;height: 17px;margin-left: 17px;line-height: normal;}
.ozs-list .ozs-item .ozs-box .ozsi-ptxt{display: block;background: #efefef;margin-right: 13px;padding: 10px 13px;}
.ozs-list .ozs-item .ozs-box .ozsi-ptxt span{display: block;font-weight: bold;font-size: 14px;line-height: 23px;}
.ozs-list .ozs-item .ozs-box .ozsi-sj{display: block;font-size: 12px;line-height: 35px;height: 35px;color: #666;}
/*自定义弹窗中间自定义模块end*/
.uop-con .uop-btn-box{display: table;width: 100%;position: relative;overflow: hidden;margin-top: 10px;border-top: 1px solid #ddd;}
.uop-con .uop-btn-box .uopbtn-100{display: block;float: left;padding: 13px 0;text-align: center;color: #f40;font-size: 16px;width: 100%;}
#uopBtn_ok{background: #0C70D5;color: #fff;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
/*自定义弹窗end*/
/*通用弹出框end*/
/*底部*/
.footer-wrap1{position: relative;bottom:0;left:0;height:52px;width:100%;box-sizing: border-box;border-top: 1px solid #456f9a;background:#3FC2FF;text-shadow: 0 1px 0 #3e6790;background-image: linear-gradient(#3FC2FF,#0080BD);}
.footer-wrap1 .footer-box1{position: relative;overflow: hidden;padding:7px 0;}
.footer-wrap1 .footer-box1 .footer-txt{display: block;text-align: center;color:#ffffff;font-size: 16px;font-weight: bold;}
.footer-wrap1 .footer-box1 .footer-txt.small-txt{font-size: 12px;}
/*无付款记录*/
.nosel-box{position: relative;overflow: hidden;}
.nosel-box .nosel-img{display: block;text-align: center;margin: 0 auto;padding-top: 50%;margin-top: -40px;}
.nosel-box .nosel-txt{display: block;text-align: center;font-size: 16px;color: #999;margin-top: 10px;}
/*底部tab*/
.comm-tab{height: 60px;position: fixed;bottom: 0;right: 0;left: 0;background: #fff;overflow: hidden;z-index: 100;}
.comm-tab .tab-item{position:relative;float: left;width: 33.33%;text-align: center;padding: 10px 0 5px 0;}
.comm-tab .tab-item img{width: 27px;margin: 0 auto 3px;}
.comm-tab .tab-item img:nth-child(1){display: block;}
.comm-tab .tab-item img:nth-child(2){display: none;}
.comm-tab .tab-item .tab-txt{display: block;color: #999;font-size: 12px;}
.comm-tab .tab-item.active img:nth-child(1){display: none;}
.comm-tab .tab-item.active img:nth-child(2){display: block;}
.comm-tab .tab-item.active .tab-txt{color:#139fe8;}
.comm-tab .tab-item .djszs-num{position: absolute;z-index: 2;border:1px solid #fff;font-weight:bold;text-align: center;color:#fff;top: 5px;right: 15px;box-sizing: border-box;border-radius:10px;padding: 0 4px;font-size: 12px;line-height:15px;background-color: #f23030;}
/*搜索-------start*/
.seach-height{position: relative;overflow: hidden;height:65px;background:#eeeeee;}
.seach-height .seach-box{position: fixed;top:45px;left:0;width:100%;height:65px;z-index: 1;border-bottom:1px solid #dddddd;padding:13px 30px;background:#ffffff;box-sizing: border-box;}
.seach-height .seach-box .seach-txt{display: block;font-size:14px;background:#f2f2f2;border:1px solid #dddddd;border-radius: 50px;color:#999999;padding:8px 30px 8px 17px;overflow: hidden;white-space:nowrap;text-overflow: ellipsis;-ms-text-overflow: ellipsis;}
.seach-height .seach-box .seach-txt:after{content:'';position:absolute;top:50%;right:40px;width:27px;height:27px;margin-top:-14px;background:url(/yjl/comm/images/icon/newicon/search_ico.png) center center no-repeat;background-size:20px;}
.seach-popbox{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#ffffff;z-index: 999;}
.seach-popbox .seach-poptop{position: relative;overflow: hidden;height:100px;}
.seach-popbox .seach-poptop .seach-back{position: absolute;top: 0;left: 0;height: 53px;width: 44px;border: 0;background: url(/yjl/comm/images/icon/hback_icon.png) 18px center no-repeat;background-size: 11px;z-index: 3;}
.seach-popbox .seach-poptop .seach-selbtn{position: absolute;top:0;right:0;height:53px;width:55px;line-height:44px;font-size:14px;color:#666666;z-index: 3;border: 0;background:none;}
.seach-popbox .seach-poptop .seach-inputbox{position: relative;overflow:hidden;margin:10px 55px 10px 44px;}
.seach-popbox .seach-poptop .seach-inputbox .seach-input{display: block;background:#eeeeee url(/yjl/comm/images/icon/newicon/search_icon.png) 11px center no-repeat;background-size:18px;border:0;font-size: 14px;padding:7px 30px 7px 35px;width: 100%;border-radius: 50px;box-sizing: border-box;}
.seach-popbox .seach-poptop .seach-inputbox .clear-btn{display:none;position: absolute;right:0;top:0;height:100%;width:30px;z-index:3;background:url(/yjl/comm/images/icon/newicon/clear_btn.png) 3px center no-repeat;background-size: 21px;opacity: 0.6;}
/*搜索-------end*/
/*手机绑定弹窗*/
.tel-bindbox{display:none;position: fixed;top:0;left:0;width:100%;height:100%;z-index: 9999;}
.tel-bindbox .tbind-bg{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;background: #000000;opacity: 0.6;}
.tel-bindbox .tbind-win{position: fixed;top:50%;left:50%;margin-top:-145px;margin-left:-150px;width:300px;height:auto;background:#ffffff;border-radius: 10px;z-index: 2;}
.tel-bindbox .tbind-win .tbind-wtop{position: relative;overflow: hidden;padding:20px 27px 18px 27px;}
.tel-bindbox .tbind-win .tbind-wtop .tbwtop-tit{display: block;font-size: 18px;font-weight: bold;color:#333333;}
.tel-bindbox .tbind-win .tbind-wtop .tbwtop-txt{display: block;font-size: 14px;color:#999999;margin-top:5px;}
.tel-bindbox .tbind-win .tbind-wtop .tbind-close{position: absolute;top: 5px;right: 0;height: 50px;line-height: 50px;background: url(/yjl/comm/images/icon/newicon/popclose_ico.png) left center no-repeat;background-size: 16px;font-size: 13px;color: #1497FF;padding-left: 21px;padding-right: 27px;z-index: 1;}
.tel-bindbox .tbind-win .tbind-inputbox{position: relative;overflow: hidden;padding:0 27px;}
.tel-bindbox .tbind-win .tbind-inputbox .tbind-inputtxt{display: block;border:1px solid #dddddd;border-radius: 2px;padding:9px;font-size: 14px;box-sizing: border-box;padding-left:40px;}
.tel-bindbox .tbind-win .tbind-inputbox .tbind-inputtxt.telinput-txt{width:100%;background:url(/yjl/comm/images/icon/newicon/uptel_ico.png) 10px center no-repeat;background-size: 16px;}
.tel-bindbox .tbind-win .tbind-inputbox .tbind-inputtxt.yzminput-txt{display:inline-block;width:130px;background:url(/yjl/comm/images/icon/newicon/upyzm_ico.png) 10px center no-repeat;background-size: 19px;}
.tel-bindbox .tbind-win .tbind-inputbox .tbind-yzmbox{position: relative;overflow: hidden;margin-top:10px;}
.tel-bindbox .tbind-win .tbind-inputbox .tbind-yzmbox .tbind-yzmbtn{display: inline-block;background:none;border:1px solid #01a1ff;color:#01a1ff;font-size: 14px;border-radius: 5px;margin-left:10px;padding:4px 0;width:102px;}
.tel-bindbox .tbind-win .tbind-ts{display: block;color:#999999;font-size: 14px;margin:10px 27px 18px 27px;position: relative;padding-left:20px;}
.tel-bindbox .tbind-win .tbind-ts:after{content: '';position: absolute;left: 3px;top:50%;margin-top:-4px;width: 6px;height: 6px;background:#01a1ff;border:1px solid #01a1ff;border-radius: 50px;}
.tel-bindbox .tbind-win .tbind-btnbox{position: relative;overflow: hidden;padding:0 27px 30px 27px;}
.tel-bindbox .tbind-win .tbind-btnbox .tbind-okbtn{display: block;background:#01a1ff;border:1px solid #01a1ff;border-radius: 50px;width:100%;color:#ffffff;box-sizing: border-box;padding:8px 0;font-size: 16px;}
/*邮箱绑定弹窗*/
.email-bindbox{display:block;position: fixed;top:0;left:0;width:100%;height:100%;z-index: 9999;}
.email-bindbox .ebind-bg{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;background: #000000;opacity: 0.6;}
.email-bindbox .ebind-win{position: fixed;top:50%;left:50%;width:300px;height:auto;margin-left:-150px;margin-top:-120px;background:#ffffff;border-radius: 10px;z-index: 2;}
.email-bindbox .ebind-win .ebind-wtop{position: relative;overflow: hidden;padding:20px 27px 18px 27px;}
.email-bindbox .ebind-win .ebind-wtop .ebwtop-tit{display: block;font-size: 18px;font-weight: bold;color:#333333;}
.email-bindbox .ebind-win .ebind-wtop .ebwtop-txt{display: block;font-size: 14px;color:#999999;margin-top:5px;}
.email-bindbox .ebind-win .ebind-wtop .ebind-close{position: absolute;top: 5px;right: 0;height: 50px;line-height: 50px;background: url(/yjl/comm/images/icon/newicon/popclose_ico.png) left center no-repeat;background-size: 16px;font-size: 13px;color: #1497FF;padding-left: 21px;padding-right: 27px;z-index: 1;}
.email-bindbox .ebind-win .ebind-inputbox{position: relative;overflow: hidden;padding:0 27px;}
.email-bindbox .ebind-win .ebind-inputbox .ebind-inputtxt{display: block;border:1px solid #dddddd;border-radius: 2px;padding:9px;font-size: 14px;width:100%;box-sizing: border-box;padding-left:40px;background:url(/yjl/comm/images/icon/newicon/upemail_ico.png) 10px center no-repeat;background-size: 20px;}
.email-bindbox .ebind-win .ebind-ts{display: block;color:#999999;font-size: 14px;margin:10px 27px 18px 27px;position: relative;padding-left:20px;}
.email-bindbox .ebind-win .ebind-ts:after{content: '';position: absolute;left: 3px;top:50%;margin-top:-4px;width: 6px;height: 6px;background:#01a1ff;border:1px solid #01a1ff;border-radius: 50px;}
.email-bindbox .ebind-win .ebind-btnbox{position: relative;overflow: hidden;padding:0 27px 30px 27px;}
.email-bindbox .ebind-win .ebind-btnbox .ebind-okbtn{display: block;background:#01a1ff;border:1px solid #01a1ff;border-radius: 50px;width:100%;color:#ffffff;box-sizing: border-box;padding:8px 0;font-size: 16px;}
.email-bindbox .ebind-win .ebind-btnbox .ebind-okbtn.no-btn{background:#999999;border-color: #999999;}
/*公用头尾*/
.header-height{position: relative;overflow: hidden;padding: 0;margin: 0;height: 45px;background:#eeeeee;}
.header-height .header-box{position: fixed;top: 0;left: 0;width: 100%;background:#ffffff;height: 45px;line-height: 45px;z-index: 4;border-bottom:1px solid #dddddd;}
.header-height .header-box .header-back{position: absolute;left: 0;top: 0;height: 45px;width: 45px;border: 0;background: url(/yjl/comm/images/icon/hback_icon.png) 20px center no-repeat;background-size: 12px;z-index: 3;}
.header-height .header-box .header-txt{position: absolute;top: 0;left: 0;padding: 0 45px;height: 45px;line-height: 45px;width: 100%;z-index: 1;text-align: left;color: #333333;font-weight: normal;font-size: 18px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;text-decoration: none;text-shadow: none;box-sizing: border-box;}
.header-height .header-box .header-txt .header-num{display: inline-block;font-size: 14px;color: #666666;}
.header-height .header-box .header-txt .header-num font{display: inline-block;font-size: 18px;margin: 0 3px;color: #e42141;font-weight: bold;}
.header-height .header-box .header-user{position: absolute;right: 0;top: 0;width: 50px;height: 100%;z-index: 2;background: url(/yjl/comm/images/icon/newicon/user_ico.png) center center no-repeat;background-size: 22px;}
.header-height .header-box .header-downbtn{position: absolute;top:0;right:0;height:100%;z-index: 2;padding-left:27px;padding-right:15px;background:url(/yjl/comm/images/icon/newicon/zsdown_ico.png) left center no-repeat;background-size: 23px;font-size: 14px;color:#666666;}
.header-height .header-box .header-semailbtn{position: absolute;top:0;right:0;height:100%;z-index: 2;border:0;padding-left:27px;padding-right:15px;background:url(/yjl/comm/images/icon/newicon/semail_ico.png) left center no-repeat;background-size: 23px;font-size: 14px;color:#666666;}
.header-height .header-box .hscreen-btn{position: absolute;top:0;right:0;width:60px;height:45px;z-index: 2;color:#01a0fc;font-size:14px;text-align: left;padding-left:21px;background:#ffffff url(/yjl/comm/images/icon/newicon/screen_icoon.png) left center no-repeat;background-size:16px;border:0;}
.header-height .hscreen-box{display:none;position: fixed;top:46px;left:0;width:100%;height:100%;z-index: 4;}
.header-height .hscreen-box.active{display: block;}
.header-height .hscreen-box .hscreen-bg{position: fixed;top:46px;left:0;width:100%;height:100%;z-index: 1;background:#000000;opacity: 0.6;}
.header-height .hscreen-box .hscreen-win{position: fixed;top:46px;left:0;width:100%;height:auto;z-index: 2;background:#ffffff;padding:0 0 53px 20px;box-sizing: border-box;}
.header-height .hscreen-box .hscreen-win .hswin-label{display: block;font-size: 15px;color:#666666;font-weight: bold;padding-top:13px;margin-right:20px;border-top: 1px solid #dddddd;}
.header-height .hscreen-box .hscreen-win .hswin-label:first-child{border-top:0;}
.header-height .hscreen-box .hscreen-win .hswin-list{position: relative;overflow: hidden;margin:7px 0 10px 0;}
.header-height .hscreen-box .hscreen-win .hswin-list li{position: relative;overflow: hidden;float:left;width:70px;height:27px;line-height:27px;text-align:center;border:1px solid #eeeeee;color:#000000;border-radius: 5px;margin:5px;background:#eeeeee;}
.header-height .hscreen-box .hscreen-win .hswin-list li.active{background:#01a0fc;border-color:#01a0fc;color:#ffffff;}
.header-height .hscreen-box .hscreen-win .hswin-btnbox{position: absolute;bottom:0;left:0;width:100%;}
.header-height .hscreen-box .hscreen-win .hswin-btnbox .hswin-czbtn{display: block;float: left;font-size: 16px;background:#ffffff;border:0;border-top:1px solid #dddddd;color:#999999;width:40%;height:45px;}
.header-height .hscreen-box .hscreen-win .hswin-btnbox .hswin-qdbtn{display: block;float: right;font-size: 16px;background:#01a0fc;border:0;border-top:1px solid #01a0fc;color:#ffffff;width:60%;height:45px;}
.footer-box{position: relative;overflow: hidden;background:#eeeeee;padding:10px 0 20px 0;}
.footer-box .footerb-jgtxt{display: block;color:#999999;font-size: 16px;text-align: center;}
.footer-box .footerb-jstxt{display: block;color:#999999;font-size: 12px;text-align: center;}
/*加载中*/
.loadlist-item{background:none !important;margin:0 !important;padding:0 !important;border:0 !important;border-radius: 0 !important;box-shadow:none !important;box-sizing: border-box;}
.jthtml-div .loadlist-item{padding-top:55% !important;padding-bottom:55% !important;}
.loadlist-item .loaditem-img{display: block;width:50px;height:50px;margin:25px auto;}
/*加载中*/
.loading-box{position: relative;overflow: hidden;margin-top:55%;margin-bottom:55%;box-sizing: border-box;}
.loading-box .loadingbox-img{display: block;margin:0 auto;}
.loading-box .loadingbox-txt{display: block;color:#999999;text-align: center;font-size: 14px;margin-top:5px;}
/*未绑定*/
.myentrust-nobind{position: relative;overflow: hidden;background:#eeeeee;}
.myentrust-nobind .nobind-txt{display: block;height:30px;line-height: 30px;color:#999999;font-size: 16px;padding-top:130px;text-align: center;background:url(/yjl/comm/images/icon/newicon/nobind_bg.png) top center no-repeat;background-size: 90px;margin-top:40%;}
.myentrust-nobind .nobind-btn{display: block;background:#01A1FF;font-size: 14px;color:#ffffff;padding:5px 11px;border:1px solid #01A1FF;border-radius: 5px;margin:5px auto;margin-bottom:40%;}
/*无数据*/
.nolist-item{background:none !important;margin:0 !important;padding:0 !important;border:0 !important;border-radius: 0 !important;box-shadow:none !important;}
.nolist-item .noitem-txt{display: block;height:30px;line-height: 30px;color:#999999;font-size: 16px;padding-top:120px;text-align: center;background: url(/yjl/comm/images/icon/newicon/nolist_bg.png) top center no-repeat;background-size: 90px;margin-top:30%;margin-bottom:30%;}
/*没有更多*/
.nomore-item,.nomore{background:none !important;margin:0 !important;padding:0 !important;border:0 !important;border-radius: 0 !important;box-shadow:none !important;}
.nomore-item .nomore-txt,.nomore .nomore-txt{display: block;font-size: 16px;color:#999999;text-align: center;margin:15px 0;}
