/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */ 
dl,dt,dd,ul,ol,li /* list elements 列表类元素 */{
    margin: 0;
    padding: 0;
}
ul,ol,dl{
	list-style:none;
}
a img{
	border:none;
}
/** 字体设置 **/
body,
button, input, select, textarea /* for ie */ {
    font:14px/1.6 arial,"Microsoft Yahei","Hiragino Sans GB",sans-serif;
    color:#6a6a6a;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%;font-weight:normal;}
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */
html ,body{
	height:100%;
}
label, a{
	cursor:pointer;
}
.f12 {
    font-size: 12px;
}
.f14 {
	font-size: 14px;
}
.f16 {
    font-size: 16px;
}
.red {
    color: #ff0042;    /* 所有红色字体通用 */
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.dark {
    color: #333; /* 深色字体 */
}
.green{
	color:#67dd1c;
}
.gray{
	color:#b2b2b2;
}
.udl{
	text-decoration:underline;
}
.link{
	color:#529dd2;
}
.link:hover{
	color:#4482ae;
}
/** 通用链接样式 **/
a{
    color:#6a6a6a;
    text-decoration:none;
}
a:focus{
    outline:thin dotted #333;
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px
}
a:hover, a:active{
    outline:0;
    color:#ff0042;
}
a.red:hover {
	color:#e7003c;
}
/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; vertical-align:baseline; *vertical-align:middle; } /* 使得表单元素在 ie 下能继承字体大小 */


button,input {
    line-height:normal
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance:button;
    cursor:pointer;
    *overflow:visible
}
button[disabled],html input[disabled] {
    cursor:default
}
input[type="checkbox"],input[type="radio"] {
    box-sizing:border-box;
    padding:0;
    *height:13px;
    *width:13px;
}

/* 清除浮动 */
.clear:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}
.clear {
  *zoom: 1;
}
/*页面开始*/
.wrapper{
    width:100%;
    height:680px;
    background:#121c37 url(../img/overdue_bg_ 180621.jpg) no-repeat center;
}
.header{
	width:1024px;
	margin:0 auto;
}
.logo a{
	width:185px;
	height:64px;
	display:block;
}
.main{
	width:1024px;
	margin:0 auto;	
}
.title{
    width:1024px;
    height: 160px;
	margin-top:5px;
	text-align:center;
    position: relative;
}
.title div{
    width: 414px;
    height: 40px;
    position: absolute;
    color: #ff0042;
    font-size: 25px;
    bottom: 25px;
    left: 0px;
}
.title div span{
    float: right;
}
.btn-wrap{
	width:362px;
	height:40px;
	margin:30px auto;
}
.btn-left{
	float:left;
	width:156px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:16px;
	color:#fff;
	border:2px solid #fff;
}
.btn-left:hover{
	background-color:#fff;
	color:#ff0042;
}
.btn-right{
	float:right;
	width:156px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:16px;
	color:#fff;
	background-color:#ff0042;
	border:2px solid #ff0042;
}
.btn-right:hover{
	color:#fff;
	background-color:#e7003c;
	border:2px solid #e7003c;
}
.baby{
	position:absolute;
	bottom:0;
	min-width:1024px;
	width:100%;
	height:363px;
	background:url(../img/overdue_baby.gif) no-repeat bottom center;
	background-size:auto 100%;
}
.baby-inner{
	width:1024px;
	margin:0 auto;
}
/*=== 弹出层 window ===*/
.mask{
    z-index:8000;
    position:absolute;
    /*position:fixed;*/
    top:0;
    left:0;
    -moz-opacity:0.5;
    opacity:.50;
    filter:alpha(opacity=50);
    background-color:#000;
    width:100%;
    height:100%;
    zoom:1;
}
.window-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px;
    background-color: rgba(223, 223, 223, 0.5);
    _background-color: #3a3a3a;
    display: none;  /* 默认就设为不可见 */
    z-index: 9000;
	min-width:550px;
}
.window {
    position: relative;
    border: 1px solid #dfdfdf;
    height:100%;
    min-height: 100px;
    background-color: #fff;
    margin: 0;
}
.window-opt {
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 14px;
    z-index: 100;
}
.window-header {
    font-size: 16px;
    padding: 5px 20px;
	background-color:#f9f9f9;
}
.window-nav{
    padding: 5 20px;
}
.window-nav ul{
    width: 320px;
    margin:0 auto;
}
.window-nav ul li{
    float: left;
    width: 160px;
    height: 30px;
    text-align: center;
    cursor: pointer;
}
.window-nav .current{
    border-bottom: 2px solid #666;
}
.window-body {
    padding: 20px;
}
.window-footer{
	padding:0 20px 20px;
}
.window .fm-label{
	width:90px;
}
body{
    _height:100%; /* for ie6 */
}
/*=== /弹出层 window ===*/
@font-face {
	font-family: 'iconfont';
	src: url('../font/iconfont.eot?0720'); /* IE9*/
	src: url('../font/iconfont.eot?0720#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('../font/iconfont.woff?0720') format('woff'), /* chrome、firefox */  url('../font/iconfont.ttf?0720') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/  url('../font/iconfont.svg?0720#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
	font-family: "iconfont";
	font-size: 18px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.fm-label {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width:60px;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    text-align: right;
	vertical-align:middle;
}
.fm-wrapper .fm-item{
    padding: 5px 0;
    display: block;
}
.pay-online {
    position: relative;
    zoom: 1;
    display: inline-block;
    min-width: 310px;
    overflow: hidden;
    vertical-align: middle;
}
.pay-online ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -8px;
    width: 110%;
}
.pay-online li.current {
    border-color: #ff0042;
    border-width: 2px;
    padding: 0;
}
.pay-online li {
    height: 50px;
    width: 170px;
    float: left;
    position: relative;
    border: 1px solid #ddd;
    margin: 0 8px;
    cursor: pointer;
    vertical-align: middle;
    line-height: 10px;
    padding: 1px;
}
.bank-icon {
    display: inline-block;
    height: 34px;
    line-height: 0;
    width: 150px;
    background: url(http://static.orayimg.com/payment/img/blank_160215.png) no-repeat transparent;
    cursor: pointer;
}
.pay-online li {
    height: 50px;
    width: 170px;
    float: left;
    position: relative;
    border: 1px solid #ddd;
    margin: 0 8px;
    cursor: pointer;
    vertical-align: middle;
    line-height: 10px;
    padding: 1px;
}
.bi-weixin {
    background-position: 0 -1650px;
}
.pay-online li input, .pay-online li em {
    display: none;
}
.pay-online li .bank-icon {
    margin-top: 8px;
}
.bi-aliqrcode {
    background-position: 0 -1612px;
}
.container{
    width: 1240px;
    margin: 0 auto;
}
@media(max-width: 1260px) {
    .container{
        width: 990px;
    }
}
.overdue-page,
.overdue-page .container{
    min-height: 560px;
    height: 100%;
    background: url(../img/overdue_bg_180621.jpg) no-repeat center;
    position: relative;
}
.centery-con{
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: right;
    margin-top: -80px;
}
.centery-con .text-con{
    display: inline-block;
    text-align: left;
    color: #fff;
}
.centery-con .text-con .til{
    font-size: 32px;
}
.centery-con .text-con .desc{
    font-size: 20px;
    opacity: 0.8;
}
.centery-con .text-con .btn-box{
    padding-top: 50px;
}
.centery-con .btn{
    display: inline-block;
    width: 158px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-right: 40px;
}
.centery-con .btn:hover{
    border-color: #ff0042;
    background: #ff0042;
}
.centery-con .btn-primary{
    border-color: #ff0042;
    background: #ff0042;
}
.centery-con .btn-primary:hover{
    border-color: #e7003c;
    background: #e7003c;
}
.logo-wrap{
    position: absolute;
    left: 0;
    top: 0;
    width: 165px;
    height: 64px;
}
@media (max-width: 1260px){
    .centery-con .text-con .til{
        font-size: 28px;
    }
}
.no-flow-page,
.no-flow-page .container{
    min-height: 560px;
    height: 100%;
    background: url(../img/overdue/noflow_bg.jpg) no-repeat center;
    position: relative;
}
.no-realname-page,
.no-realname-page .container{
    min-height: 560px;
    height: 100%;
    background: url(../img/overdue/realname_bg.jpg) no-repeat center;
    position: relative;
}
.no-realname-page .centery-con{
    text-align: center;
    color: #fff;
}
.no-realname-page .centery-con .text{
    font-size: 18px;
}
.no-realname-page .centery-con .til{
    font-size: 32px;
    margin-top: 14px;
    margin-bottom: 40px;
}