﻿@charset "utf-8";
/* CSS reset */
*{margin:0px;padding:0px;}
ol,ul{margin:0; padding:0;list-style:none;}
table { border-collapse:collapse; border-spacing:0; }
fieldset, img { border:0; }
address, caption, cite, code, dfn, var { font-style:normal; font-weight:normal; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
q:before, q:after { content:''; }
abbr, acronym { border:0; }
a { text-decoration:none;}
a:hover { text-decoration:underline; }
body,input, label, select, option, textarea, button, fieldset, legend {font-family:tahoma,arial,\5b8b\4f53,sans-serif; font-size:12px;}
.clear{clear:both;}
.clearline, .p2p_clearfloat{clear:both; height:0px; overflow:hidden;}
.clearfjx:after {
    clear: both;
    content: "​";
    display: block;
    height: 0;
    visibility: hidden;
}
body{ font-family: "Microsoft YaHei",Helvetica, Arial, "Microsoft Yahei UI", SimHei, "\5B8B\4F53", simsun, sans-serif;font-size:12px; background:#fff;}
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,input,img,a,select,option{margin:0;padding:0; list-style:none;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
input,a,select{border:0;}
img{border:0; vertical-align:middle;}
em,i{font-style:normal;}
em{color:#6d6e70; font-size:13px;}
i{ margin-left:3px;}
a{color:#87898c; text-decoration:none; blr:expression(this.onFocus=this.blur()); /* 去除虚线框 */}
a:hover{color:#488aca; text-decoration:underline;}
html { min-width:1000px; }


ul, li{list-style:none;}
/* font */
.f12 { font-size:12px; }
.f14 { font-size:14px; }
.f16 { font-size:16px; }
.f20 { font-size:20px; }
.f22{ font-size:22px;}
.fontClear{text-indent:-9999em;}
.fb { font-weight:bold; }
.fn { font-weight:normal;}
.t2 { text-indent:2em; }
.lh150 { line-height:150%; }
.lh180 { line-height:180%; }
.lh200 { line-height:200%; }
.lh22{ line-height:22px;}
.lh30{line-height: 30px;}
.unl,.unl:hover{ text-decoration:underline; }
.no_unl,.no_unl:hover{ text-decoration:none; }
/* color */
.colfff{color:#fff;}
.col666{color:#666;}
.colblack1{color:#323232;}
.colblack2{color:#414141;}
.colblack3{color:#808080;}
.colblack4{color:#a7a7a7;}
.colblack5{color:#333333;}
.colblack6{color:#838383;}
.colred{color:#c10000;}
.colred2{color:#7b0000;}
.colred3{color:#bc0202;}
.colred4{color:#ff3300;}
.colred5{ color:#fe0000;}
.colblue1{color:#08c;}
.colblue2{color:#278ded;}
.colblue3{color:#0293d6;}
.colblue4{color:#028cd4;}
.colf57007{ color:#f57007;}
.colgreen1{color:#267b00;}
.colgreen2{color:#690;}
/* position */
.tl { text-align:left; }
.tc { text-align:center; }
.tr { text-align:right; }
.vt { vertical-align:top; }
.vm { vertical-align:middle; }
.vn { vertical-align:baseline; }
.vb { vertical-align:bottom; }
.vv{vertical-align:middle; margin-top:1px; margin-bottom:1px;}/*使块级元素居中，需配合width使用*/
.bc { margin-left:auto; margin-right:auto; }/*使块级元素居中，需配合width使用*/
.fl { float:left; }
.fr { float:right; }
.fli { float:left; display:inline; }/*display:inline解决ie6双边距兼容问题*/
.fri { float:right; display:inline; }
.cb { clear:both; }
.cl { clear:left; }
.cr { clear:right; }
.clearfix:after { content:"\200B"; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { *zoom:1;}
.pr { position:relative; }
.pa { position:absolute; }
.abs-right { position:absolute; right:0; }
.zoom { *zoom:1;}
.hidden { visibility:hidden; }
.none { display:none; }
.dib{display:inline-block;*display:inline; *zoom:1;}
.oh{ overflow:hidden;}
/* width & height*/
.w10 { width:10px; }
.w20 { width:20px; }
.w30 { width:30px; }
.w40 { width:40px; }
.w50 { width:50px; }
.w60 { width:60px; }
.w70 { width:70px; }
.w80px { width:80px; }
.w90 { width:90px; }
.w100 { width:100px; }
.w200 { width:200px; }
.w250 { width:250px; }
.w300 { width:300px; }
.w400 { width:400px; }
.w500 { width:500px; }
.w600 { width:600px; }
.w700 { width:700px; }
.w800 { width:800px; }
.w { width:100%; }
.w80{ width:80%; }
.h50 { height:50px; }
.h80 { height:80px; }
.h100 { height:100px; }
.h200 { height:200px; }
.h { height:100%; }
/* padding & margin */
.m10 { margin:10px; }
.m15 { margin:15px; }
.m30 { margin:30px; }
.mt5 { margin-top:5px; }
.mt10 { margin-top:10px; }
.mt15 { margin-top:15px; }
.mt20 { margin-top:20px; }
.mt25{margin-top:25px;}
.mt30 { margin-top:30px; }
.mt50 { margin-top:50px; }
.mt100 { margin-top:100px; }
.mb5 { margin-bottom:5px; }
.mb10 { margin-bottom:10px; }
.mb15 { margin-bottom:15px; }
.mb20 { margin-bottom:20px; }
.mb30 { margin-bottom:30px; }
.mb50 { margin-bottom:50px; }
.mb100 { margin-bottom:100px; }
.ml5 { margin-left:5px; }
.ml10 { margin-left:10px; }
.ml15 { margin-left:15px; }
.ml20 { margin-left:20px; }
.ml30 { margin-left:30px; }
.ml50 { margin-left:50px; }
.ml100 { margin-left:100px; }
.ml180{ margin-left:180px;}
.mr5 { margin-right:5px; }
.mr10 { margin-right:10px; }
.mr15 { margin-right:15px; }
.mr20 { margin-right:20px; }
.mr30 { margin-right:30px; }
.mr50 { margin-right:50px; }
.mr100 { margin-right:100px; }
.p10 { padding:10px; }
.p15 { padding:15px; }
.p30 { padding:30px; }
.pt5 { padding-top:5px; }
.pt0{ padding-top:0px; }
.pt10 { padding-top:10px; }
.pt15 { padding-top:15px; }
.pt20 { padding-top:20px; }
.pt30 { padding-top:30px; }
.pt50 { padding-top:50px; }
.pb5 { padding-bottom:5px; }
.pb0 { padding-bottom:0px; }
.pb10 { padding-bottom:10px; }
.pb15 { padding-bottom:15px; }
.pb20 { padding-bottom:20px; }
.pb30 { padding-bottom:30px; }
.pb50 { padding-bottom:50px; }
.pb100 { padding-bottom:100px; }
.pl5 { padding-left:5px; }
.pl10 { padding-left:10px; }
.pl15 { padding-left:15px; }
.pl20 { padding-left:20px; }
.pl30 { padding-left:30px; }
.pl50 { padding-left:50px; }
.pl100 { padding-left:100px; }
.pr5 { padding-right:5px; }
.pr10 { padding-right:10px; }
.pr15 { padding-right:15px; }
.pr20 { padding-right:20px; }
.pr30 { padding-right:30px; }
.pr50 { padding-right:50px; }
.pr100 { padding-right:100px; }
/**a hand**/
.hand { cursor:pointer; }
/**need with width value**/
.fold { white-space:normal; word-break:break-all; overflow:auto; }
.ell { white-space:nowrap; overflow:hidden; -o-text-overflow: ellipsis;    /* for Opera */ text-overflow:ellipsis;        /* for IE */ }
.nowrap{white-space:nowrap;}



/*** header ***/
.header { height:29px;background:url(../images/header_topbg.gif) repeat-x;line-height:29px;color:#555;font-family:\5B8B\4F53 ;}
.header_box { width:960px; margin:0px auto; }
.header_box_login a{color:#555555;}
.header .orange {color:#ff7200; }
.header .gray { color: #C8C8C8;padding:0px 5px;}
.header_box_login a:hover { color:#0192D5; text-decoration:none; }
/**header_box_login_name**/
.contactUs_2013{float:left;}
.contactUs_2013 a{float:left;margin-right:18px; color:#555; height:30px; line-height:30px;}
.contactUs_2013 img{float:left;margin:4px 7px 0px 0px;}
.hbl_name { max-width:132px; display:block; float:left;cursor:default; }
.messageIco{background:url(../images/icon_message.gif) no-repeat left 2px; padding-left:20px;}/*ouhee add 20130513*/
.header_box_menu { background: none repeat scroll 0 0 #0098E1; height: 43px;}
.header_box_menu .inner_box{width:960px; margin:0 auto;}
.header_box_menu ul li {float:left;display:inline;line-height:43px;height:43px;position:relative;}
.header_box_menu ul li a {padding:0px 34px;float:left;height:43px;line-height:43px;color:#fff;font-size:16px;font-family:\5FAE\8F6F\96C5\9ED1,'Microsoft YaHei',SimHei,SimSun; }
.header_box_menu ul li a:hover, .header_box_menu ul li a.on {text-decoration:none;background:#127fc4;}
.header_box_menu ul li span{width:21px;height:13px;background:url(../images/header_2013_new.gif) no-repeat;position:absolute;left:67px;top:-2px;}
.header_box_login{height:30px; line-height:30px;}

/**bannerTop**/
.bannerTop { width:960px; margin:0 auto; clear:both; height:80px;}
.bannerTop_logo {width:219px;height:47px;background:url(../images/header_2013_logo.png) no-repeat;margin:17px 0px 0px 2px;overflow:hidden;text-indent:-900px; cursor:pointer; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="http://www.yirendai.com/res/n_images/header/header_2013_logo.png"); _background-image:none;} 
.bannerTop_tel, .bannerTop_email, .bannerTop_online { color:#323232; }
.tel_2013{width:205px; float:right; padding-top:21px; color:#666666;text-align:right;}
.bannerTop_tel, .bannerTop_email { font-family:Arial, Helvetica, sans-serif; }
.bannerTop_tel {display:block;width:193px;height:23px;margin:0px 0px 4px 5px;overflow:hidden;text-indent:-900px;font-size:22px;color:#0098e1;  _background-image:none;}

.bannerTop_email { font-size:14px;}

.bannerTop_online { font-family:\5FAE\8F6F\96C5\9ED1, 'Microsoft YaHei', SimHei, SimSun; font-size:14px;}
.onlineIcon{background:url(../images/onlineicon.jpg) no-repeat;width:24px;height:24px; display:inline-block; vertical-align:middle;margin-right:2px;_margin-top:3px;}

.main { width:957px; margin:9px auto 49px auto; background:url(../images/mainbg_c.png) repeat-y; }
.main_top, .main_top_right, .main_bottom { background:url(../images/mainbg.jpg); }
.main_top { background-position:0px 0px; height:30px; overflow:hidden; }
.main_top_right { background-position:30px 0px; height:30px; width:30px; display:block; float:right; }
.main_bottom { background-position:0px 30px; height:30px; overflow:hidden; }
.main_bottom_right { background:url(../images/mainbg.jpg); background-position:30px 30px; height:30px; width:30px; display:block; float:right; }
.main_box { min-height:400px;}

.footer { width:960px; height:91px;  position:relative; height:142px;}
.footer .app_codebox{position:absolute; right:10px; bottom:20px; width:98px; text-align:center;}
.footer .app_codebox p{margin-top:10px;}
.footer_logo {  width:161px; height:61px; float:left; margin-left:60px; _margin-left:30px; }
/*.footer_link { float:left; margin-left:55px; _margin-left:27px; }  */
.footer_link ul { margin-bottom:12px; height:12px; }
.footer_link ul li { float:left; margin-right:13px; }
.footer_link ul li, .footer_link ul li a { color:#323232; }
.footer_link a{padding:0 13px;color:#323232;}
.footer p.zzrz a{text-decoration: none;}


.b0{border:0px;}
.table0 { border:0px; border-collapse:collapse; }
.f18 { font-size:18px; }
.f34 { font-size:34px; }
.fA { font-family:Arial, Helvetica, sans-serif; }
.h34 { height:34px; }
.lh34 { line-height:34px; }
.pl55 { padding-left:55px; }
.pl47 { padding-left:47px; }
.pl70{ padding-left:70px;}
.pl80{ padding-left:80px;}
.pl120{ padding-left:120px;}
.ml180px{ margin-left:180px;_margin-left:90px;}
.pt40{padding-top:40px;_padding-top:30px;}
.ml2 { margin-left:2px; }
.ml45 { margin-left:45px; }
.ml294 { margin-left:294px; }
.ml215 { margin-left:215px }
.ml540{ margin-left:540px;}
.ml48{ margin-left:48px;}
.ml80{ margin-left:80px;}
.mt134 { margin-top:134px; }
.mt16 { margin-top:16px; }
.mt17 { margin-top:17px; }
.mt37 { margin-top:37px; }
.mt117 { margin-top:117px; }
.mt40{ margin-top:40px;}
.mt110{ margin-top:110px;}
.mr5_ie6{margin-right:5px;*margin-right:0px;}
.mr19 { margin-right:19px; }
.mr27 { margin-right:27px; }
.mr34 { margin-right:34px; }
.mr52 { margin-right:52px; }
.mr70 { margin-right:70px; }
.mr70_ie6 { margin-right:70px; _margin-right:35px; }
.mb27_ie6 { margin-bottom:27px; _margin-bottom:13px; }
.ti11 { text-indent:11px; }
.lh34 { line-height:32px; }
.w225 { width:225px; }
.w165 { width:165px; }
.w320 { width:320px; }
.w220{ width:220px;}
.w240{width:250px;+width:240px;}
.w258{ width:258px;}
.w75{ width:75%;}
.w110{ width:110px;}
.w180{ width:180px;}
.w620{ width:620px;}
.w52 { width:52px; }
.w128{ width:128px;}
.w124{ width:124px;}
.w133 { width:133px; }
.w135 { width:135px; }
.w808 { width:808px; }
.w396_ie6 { width:396px; _width:399px; }
.w466_ie6 { width:466px; _width:463px; }
.w520{max-width:520px;_width:520px;_overflow:hidden;}
.w60px{max-width:60px;_width:60px;_overflow:hidden;}
.h23 { height:23px; }
.h26 { height:26px; }
.pl250{ padding-left:250px;}
.pl100_ie6{_padding-left:100px;+padding-left:100px;}
.pl25{padding-left: 25px;}
.pl30_ie6{padding-left:30px;*padding-left:26px;}
.mt_neg20{ margin-bottom:-20px;}
.ml_neg_22{ margin-left:-22px;}
.ml150{ margin-left:150px;}
.mt80{ margin-top:80px;}
.mw710{max-width:710px;}
.mw100{max-width:100px;_width:100px;}
.mt4_ie6 { line-height:16px; margin-top:4px;  *margin-top:3px;
    _margin-top:4px; }
.m8 { margin:8px; }
.mt9 { margin-top:9px; *margin-top:7px;_margin-top:8px;*margin-bottom:-2px;_margin-bottom:-1px;}
.mt10_ie6 { margin-top:10px;_margin-top:8px; }
.mt18 { margin-top:18px; }
.mt19 { margin-top:19px; }
.mt22 { margin-top:22px; }
.mt28 { margin-top:28px; }
.ml { margin-left:0px; }
.ml25 { margin-left:25px; }
.ml25_ie6 { margin-left:25px; _margin-left:13px; }
.mt20_ie7{ +margin-top:20px;}
.mr7 { margin-right:7px; }
.mr40 { margin-right:40px; }
.ml7{ margin-left:7px;}
.ml27{ margin-left:27px;}
.ml40{ margin-left:40px;}
.mt12{ margin-top:12px;}
.mb7{ margin-bottom:7px;}
.mr19_ie6 { margin-right:19px; _margin-right:8px; }
.mr30_ie6 { margin-right:20px; _margin-right:17px; }
.mr40_ie6 { margin-right:43px; _margin-right:40px; }
.imgPosition{margin-top:67px;margin-left:89px;}
.ib_mb7_ie6{_display:inline-block;_margin-bottom:7px;}

.select_box input, .input_text3, .textarea {
    border: 1px solid #B5B5B5;
    height: 27px;
    line-height: 27px;
    margin: 0;
    padding: 0 0 0 5px;
}
.select_bg {
    border: 1px solid #E2E2E2;
    color: #000000;
    height: 27px;
    margin-left: 0;
    padding: 5px 5px 4px 0;
    width: 185px;
}
.input_text3{
    border:1px solid #CCCCCC;
		color: #000000;
    float: left;
    width: 179px;
}
.zi{float:left;color:#666; padding:5px;}
.inputhint{float:left;margin-left:20px;color:#999999;}
.nodsp{display:none;}



.p2p_help_tab{width:714px;border-bottom:1px solid #c9c9c9;padding-left:90px;margin:30px auto 0px auto;}
.p2p_help_tab a{margin-bottom:-1px;background-color:#f7f7f7;margin-right:8px;float:left;width:188px;height:38px;line-height:38px;text-align:center;font-size:14px;font-weight:bold;display:block;border:1px solid #c9c9c9;color:#636363;border-top-left-radius:5px;border-top-right-radius:5px;}
.p2p_help_tab a:hover{color:#0293d6;}
.p2p_help_tab a.cur{color:#0293d6;background-color:#fff;border-bottom:1px solid #fff;}
td.counterBox_table_titResult{background:url("../images/jisuantitresult.jpg") no-repeat 25px;height:45px;line-height:45px;}
.p2p_help_tabCon{line-height:24px;}
.p2p_help_content{margin:30px;}
.counterBox_table2{background-image:url(../images/counter_table_bg.png); background-position:left top; background-repeat:repeat-x;margin-top:50px;margin-bottom:50px;}
.counterBox_table2 table{width:593px; margin-left:7px; border-collapse:collapse;border:1px solid #d5e5f0; font-family:Arial, Helvetica, sans-serif; font-size: 12px;}
.counterBox_table2 td,.counterBox_table2 th{border:1px solid #d5e5f0;line-height:34px;height:34px;text-align:center;}
.counterBox_table2 td strong{color:#c10000;}
.counterBox_table2 th{ padding-right: 5px;}
.counterBox_table2 thead th{border-left:0px;border-right:0px;}
.counterBox_table2 .cotop{border-top:0px;}
.counterBox_table2 .cot{border-left: 1px solid #D5E5F0;}
.counterBox_table2 .tc{text-align: center;}
.counterBox_table2 .tl{text-align: left;}

.main_loan_content{width:952px; margin:0 auto; padding:0 14px;background:url(../images/mainbg_c_loan.jpg) left top repeat-y;}
.main_loan_top{width:952px; height:30px; margin:0 auto; padding:0 14px;background: url(../images/mainbg_loan.jpg) left top no-repeat;}
.main_loan_bottom{width:952px; height:30px; margin:0 auto; padding:0 14px;background: url(../images/mainbg_loan.jpg) left -30px no-repeat;}


.blogo{float:left;}


.l_list li{float:left;width:300px;margin:10px;}

.l_list li p{text-align:center;font-size:14px;}
	

.nh_wrap{margin:0 auto;width:990px;}

.lbar{}
.now{margin:10px 0px;1font-size:2.5em;}

.divtext{margin-top:10px;}
.divtext h1{text-align:center;font-size:2em;margin-bottom:20px;margin-top:30px;}
.divtext p{line-height:30px;}


.now {
    border-bottom: 2px solid #eee;
    line-height: 32px;
    margin: 0;
    margin-top:10px;
    position: relative;
    margin-bottom:10px;padding-bottom:10px;
}

.newsContainer {
		margin-top:10px;
    margin-bottom: 20px;
}

.newsContainer a h2 {
    font-size:16px;color:#333;
    font-weight:bold;
}
.newsContainer p{margin-top:5px;}

.sodivlst{margin-bottom:10px;}
.sodivlst h1 {
    color: #333;
    font-size: 2em;
    margin-bottom: 10px;
    margin-top: 5px;
}

.sodivlst .border {
    height: 190px;
    padding: 40px 10px 20px 40px;
    width:44%;
}
.header a{color:#333;}

.fl {
    float: left;
}
.border {
    border: 1px solid #eee;
}

.sodivlst .icon2 {
    height: 87px;
    width: 87px;
}
.sodivlst .icon-fn {
    background-position: -154px -142px;
}

.sodivlst .icon-td {
    background-position: -66px -142px;
}
.top-box .fw {
    color: #494949;
    margin-top: 20px;
}

.icon, .icon2 {
    background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll 0 0;
    display: inline-block;
    margin-right: 5px;
    position: relative;
}
.icon2 {background-image: url("../images/large_sprite.png");}
.fs14 li{line-height:30px;}
.fs14{margin-top:10px;margin-left:10px;}
.fs16{font-size:16px;font-weight:bold;}

.bercon {
    margin: 0 auto;
    width: 906px;
}

.divbanner{width:960px;margin:0 auto;margin-bottom:40px;margin-top:40px;}
.divbanner h1{text-align:center;font-size:2.5em;}
.divmore{margin-top:20px;line-height:30px;font-size:14px;}


.index-warp {
    background: #ffffff none repeat scroll 0 0;
    margin-bottom: 20px;
    padding-bottom: 15px;
    margin: 0 auto;
    padding: 1px 0;
    width: 960px;
}

.index-title {
    border-bottom: 1px solid #ededed;
    height: 46px;
    1margin: 0 20px 20px;
}

.index-title h2 {
    font-size: 24px;
    line-height: 46px;
    margin-right: 40px;
}
.fl, .pull-left {
    float: left;
}

.index-rmtj-list a {
    border: 1px solid #ececec;
    margin: 0px;
    height:200px;
    padding:5px;
    width:228px;
}
.index-rmtj-list a h3 {
    padding: 0 10px;
}

.index-rmtj-list a h3 span.name {
    color: #666666;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-right: 7px;
    width: 200px;
}

.index-rmtj-list a .con {
    color: #999999;
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    padding: 0 10px;
}



.register-outer {
    background: rgba(0, 0, 0, 0) url("../images/register_bg.jpg") no-repeat scroll center center;
    height: 794px;
    overflow: hidden;
}

.berconc {
    background-color: #fff;
    border-radius: 5px;
   padding:40px 20px;
    margin: 60px auto 0;
    1padding-top: 22px;
    width: 860px;
}
#frmmain{margin-left:100px;}
.inp,.input  {
    
    font-size: 18px;
    height: 30px;
    line-height: 50px;
    padding-left: 5px;
    width: 310px;
}
#wrapper{margin-left:50px;}

.qr {
    background-color: #41cadc;
    border: medium none;
    color: #fff;
    font-size: 18px;
    height: 64px;
    line-height: 64px;
    margin: 30px auto 0;
    text-align: center;
    width: 313px;
}
#siteengine tr{height:40px;}

.index-hzhb td {
    height: 110px;
    text-align: center;
    width: 195px;
}
.index-hzhb td {
    border: 1px solid #ececec;
}
.divtext h2{color:#4185c8;font-size:16px;margin:10px 0px;}


.ul-list3 {
    padding-top: 7px;
    width: 482px;
}
.ul-list3 li {
    font-size: 14px;
    line-height:35px;
}

.ul-list3 li span {
    color: #6d6e70;
    float: right;
}
.h_title9  {
    color: #4185c8;
    display: inline-block;
    font-size: 16px;
    margin-right: 44px;
}
.date-fabu-con1 {margin-top:20px;}

.title9 a {
    color: #4185c8;
    display: inline-block;
    font-size: 16px;
    margin-right: 44px;
}
.title9 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
}
.dtmain_b{padding-top:20px;}

.ul-list4 li {
    float: left;
    margin-left: 6px;
    padding: 18px 10px 18px 0;
    width: 460px;
}
.ul-list4 {
   
    padding: 0 0 10px;
}
.report-des {
    height: 120px;
    line-height: 30px;
    overflow: hidden;
    padding-top: 8px;
}
.report-des, .report-set {
    color: #929496;
    font-size: 13px;
}
a.report-title {
    color: #4185c8;
    display: inline-block;
    font-size: 16px;
    height: 28px;
    overflow: hidden;
}