@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    font-weight: normal;
    list-style: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    padding: 0px;
    margin: 0px;
    font-family: "微软雅黑", tahoma, arial, serif;
    background: #ebecec;
}

ul, li, p {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.list-unstyled, .list-inline{list-style:none;}
.list-inline{display:-webkit-flex;display:flex;justify-content:flex-start;}
.list-inline > li{float:left;display:inline-block;padding-left:0;padding-right:0;}
.ie-warning-tips {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  color: #333;
  background-color: #ff0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ie-warning-tips .ie-warning-tips-close-btn{display:inline-block;margin-left:5px;width:18px;height:18px;cursor:pointer;}
.ie-warning-tips .ie-warning-tips-close-btn img{width:100%;}
a,img{  border:none; color:#0088cc; text-decoration:none;}
.section{ width:1100px; margin:0 auto; display:block;}
.clear{ clear:both;height: 0; line-height: normal;}
/*清除浮动*/
.clearfix:before, .clearfix:after{display:table;content:" ";}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}
.paginationjs{margin-top:14px;display:none;float:right;}
#pagination{float:none;width:95%;margin: 0 auto;}
.J-paginationjs-go-pagenumber{color:#bfc5cb;}
a:hover{ color:#db0000;}
::-ms-clear, ::-ms-reveal{display: none;}
.ml20{ margin-left:20px;}
.center{ text-align:center; color:#666; line-height:25px;}
.cu_hand{ cursor:pointer;}
.ml100{ margin-left:200px;}
.ml140{ margin-left:140px; margin-top:10px;}
.ml120{ padding-left:120px;}
.ml68{ margin-left:66px;}
.lh40{ line-height:40px; color:#000;}
.mb{ margin-bottom:40px;}
.mt5{ margin-top:5px;}
.mt15{ margin-top:15px;}
.h160{ overflow:hidden;}
.zindex9{ z-index:9;}
.f14{ font-size:14px; }
.ml156{ margin-left:156px;}
.w184{ width:184px;}
.mr50{ margin-right:50px;}
.mr30{ margin-right:30px;}
.w120_30{ width:120px; line-height:30px; text-align:center;}
.hid{ display:none;}
.bd{ border-top:1px solid #ddd; padding-top:10px; }
.ml10{ margin-left:10px;}
.mt20{ margin-top:20px;}
.mr5{ margin-right:5px;}
.black{ color:#333;}
.f16{ font-size:16px;}
.f20{ font-size:20px;}
.f24{ font-size:24px;}
.f30{ font-size:30px;}
.fw{ font-weight:normal;}
.f_right{ text-align:right;}
.f_center{ text-align: center;}
.f14{ font-size:14px;}
.mt10{ margin-top:10px;}
.f_hui{ color:#999;}
.mr20{ margin-right:20px;}
.mb20{ margin-bottom:20px;}
.mb15{ margin-bottom:15px;}
.mb10{ margin-bottom:10px;}
.f_center{ text-align:center;}

/* top */
.lh40{ line-height:40px;}
.mt5{ margin-top:5px;}
.ml100{ margin-left:100px;}
.nav_article ul li.noclick a{ background:#999;cursor:text;}
.nav_article ul li.noclick a:hover{ background:#999; cursor:text;}

.pull-left{float:left!important;}
.pull-right{float:right!important;}

#agreementBar {
    padding-left: 296px;
    height: 24px;
    line-height: 24px;
    position: relative;
    overflow: hidden;
    color: #505050;
}

#agreementBar .checkBtn {
    display: block;
    float: left;
    margin-top: 3px;
    height: 18px;
    line-height: 18px;
    text-indent: 30px;
    background: url('/fundorg/resources/images/icheck_s.png') no-repeat 0 0;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

#agreementBar .checkBtn.checked {
    background: url('/fundorg/resources/images/icheck_s.png') no-repeat 0 -18px;
}
#agreementBar #showAgreeMentTips{float:none;display:inline-block;margin:0 0 0 8px;padding:0;height:24px;line-height:24px;font-size:16px;}
.agreement-list{margin-top:-14px;margin-bottom:40px;}
.agreement-list li{padding:10px 0;border-bottom:1px solid #eee;}
.agreement-list li a{color:#514f4d;}
.agreement-list li .innerList{display:none;}
.agreement-list li.active .innerList{display:block;}
.agreement-list li .showAgreeMentInnerTips{cursor:pointer;}
.agreement-list .innerList a{color:#868686;}
.agreement-list li .arrow-left{display:inline-block;width:20px;height:20px;background:url('/fundorg/resources/images/arrow.gif') center center no-repeat;}
.agreement-list li.active .arrow-left{background:url('/fundorg/resources/images/arrow-down.gif') center center no-repeat;}
.agreement-list li .item-cont{display:inline-block;width:423px;}

/* top */
.top{ width:100%; height:32px; float:left; background:#f9f9f9;}
.top_article ul{ float:left}
.top_article ul li{ float:left; overflow:hidden;}
.top_article a{ color:#a5a5a5; font-size:12px; text-decoration:none; display:inline-block;}
.top_article a:hover {
    color: #db0000;
}

.top_article ul li.ico {
    width: 20px;
    height: 32px;
    background-image: url("../images/ico.png"); /*_background-image: url("../images/ico.gif");*/
    background-position: -35px -24px;
}

.top_article ul li.index a {
    height: 18px;
    line-height: 18px;
    margin-top: 7px;
}

.top_article ul li.old a {
    margin-left: 10px;
    padding-left: 10px;
    height: 18px;
    line-height: 18px;
    margin-top: 7px;
    border-left: 1px solid #eaeaea;
}

.top_info {
    float: right;
    color: #a5a5a5;
    font-size: 12px;
    position: relative;
    z-index: 999;
}

.top_info span {
    float: left;
    line-height: 15px;
    border-right: 1px solid #eaeaea;
    height: 15px;
    margin-top: 8px;
}

.top_info span a {
    margin: 0px 10px 0px 10px
}

.top_info ul {
    margin-left: 10px;
    border-right: 1px solid #eaeaea;
    height: 15px;
    margin-top: 8px;
}

.top_info ul li {
    line-height: 15px;
}

.top_info ul li.title {
    margin-right: 10px;
}

.top_info ul li.ico_tel {
    width: 20px;
    height: 15px;
    background-image: url("../images/ico.png"); /*_background-image: url("../images/ico.gif");*/
    background-position: -35px -57px
}

.top_info ul li.ico_weixin {
    width: 20px;
    height: 15px;
    background-image: url("../images/ico.png"); /*_background-image: url("../images/ico.gif");*/
    background-position: -35px -80px
}

.top_info ul li.ico_app {
    width: 20px;
    height: 15px;
    background-image: url("../images/ico.png"); /*_background-image: url("../images/ico.gif");*/
    background-position: -35px -106px
}

/*.weixin_app_hover{ position:absolute; width:270px; height:300px; background:#fff; border:1px solid #c6c6c6; top:40px; right:240px;display:none;*/
/*border-radius:10px;  */
/*-moz-border-radius:10px;*/
/*-webkit-border-radius:10px;*/

/*box-shadow:2px 2px 2px #E0E0E0;*/
/*-moz-box-shadow:2px 2px 2px #E0E0E0;*/
/*-webkit-box-shadow:2px 2px 2px #E0E0E0;*/
/*z-index:999;*/

/*}*/
.weixin_app_hover { position: absolute; width: 240px; height: 240px;
    background: #fff;
    border: 1px solid #c6c6c6;
    top: 40px;
    right: 240px;
    display: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    z-index: 999;
}
.weixin_app_article{ position:relative;z-index:999; }
.weixin_app_article div.ico {
    width: 33px;
    height: 15px;
    position: absolute;
    top: -15px;
    right: 30px;
    display: block;
    z-index: 999;
    background-image: url("../images/ico.png"); /*_background-image: url("../images/ico.gif");*/
    background-position: -112px -191px;
}

.weixin_app_article div.img_weixin {
    width: 207px;
    height: 242px;
    position: absolute;
    top: 30px;
    left: 30px;
    display: block;
    background-image: url("../images/ico.png");
    /*_background-image: url("../images/ico.gif");*/
    background-position: -575px -293px;
    z-index: 999;
}

.weixin_app_article div.new_img_weixin {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    background: url("../images/nfWechat.png") center center no-repeat;
    z-index: 999;
}

.weixin_app_article div.img_app {
    width: 207px;
    height: 242px;
    position: absolute;
    top: 30px;
    left: 30px;
    display: block;
    background-image: url("../images/ico.png");
    /*_background-image: url("../images/ico.gif");*/
    background-position: -575px -53px;
    z-index: 999;
}


/* LOGO */
.logo{ width:100%; float:left; height:88px; background:#fff}
.logo_article img{ float:left; margin-top:10px;}

/*logo下面蓝线*/
.logo_line{ width:100%; height:5px; background-color:#017cc9;}

/* NAV */
.nav{ width:100%; float:left; height:40px; background:#017cc9}
.nav_article ul li{
    float: left;
    width: 143px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-image: url("../images/ico.png"); /* _background-image:none;*/
    background-position: -209px -298px;
}
.nav_article ul li.noline{background-image:none;}
.nav_article ul li:hover{background:#014fa2; transition:all 0.5s;}
.nav_article ul li a{ font-size:18px; color:#fff; text-decoration:none; display:block}
.nav_article ul li.hover{background:none #014fa2; transition:all 0.5s;}

/* 二级导航 */
.main{ width:1000px; float:left; margin: 0 0 10px 0; display: flex;}
.left_nav{ width:145px;float:left; display:block; background:#FFF;}
.left_nav ul{ float:left; margin-top:30px;}
.left_nav ul li{ float:left; width:157px; height:40px; line-height:40px; text-align:center;}
.left_nav ul li a{ font-size:14px; color:#5682b2; text-decoration:none; display:inline-block; width:100%;}
.left_nav ul li a:hover{ color:#fff; background:#2a8cd6;}

.left_nav ul li.hover a:hover {
    background: none;
}

.left_nav ul li.hover {
    background: #2a8cd6;
    background-image: url("../images/ico.png"); /*_background-image: url("../images/ico.gif");*/
    background-position: -209px -344px;
}

.left_nav ul li.hover a {
    color: #FFF;
}
.left_nav ul li.hover a:hover{ color:#FFF; text-decoration:none;}
.left_nav ul span {
    width: 110px;
    height: 30px;
    border-radius: 5px;
    border: 1px dashed #5682b2;
    text-align: center;
    color: #5682b2;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    float: left;
    margin-left: 20px;
    cursor: pointer;
    display: block;
    background: #FFF; /*_margin-left:10px;*/
}

.left_nav ul span a {
    display: block;
    color: #5682b2;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none
}

.left_nav ul span a:hover {
    text-decoration: none
}

.left_nav ul li.title_asset {
    font-size: 16px;
    color: #5682b2;
    background-image: url("../images/ico.png"); /*_background-image: url("../images/ico.gif");*/
    background-position: -15px -691px;
    font-weight: bold;
}

.left_nav ul li.title_info {
    font-size: 16px;
    color: #5682b2;
    background-image: url("../images/ico.png"); /*_background-image: url("../images/ico.gif");*/
    background-position: -15px -800px;
    font-weight: bold;
}

.left_nav ul li.title_mam {
    font-size: 16px;
    color: #5682b2;
    background-image: url("../images/ico.png"); /*_background-image: url("../images/ico.gif");*/
    background-position: -15px -760px
}


.height_main {
    background: #ffffff;
    border-top: 10px solid #ebecec;
    border-left: 10px solid #ebecec;
    padding-bottom: 30px;
    width: 833px;
    min-height: 570px;
    float: left
}

.height_article {
    width: 833px;
    float: left;
}


/* 版权*/
.footer {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    background-color: #fff;
    overflow: hidden;
    padding: 30px 0;
}

.footer2 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    background: none;
    overflow: hidden;
    padding: 30px 0;
}

.footer p {
    text-align: center;
    color: #666666;
    font-size: 12px;
    line-height: 26px;
    float: left;
    padding-left: 70px;
    margin-top: 6px;
}
.footer span{ display:block; float:right; padding-right:70px; padding-top:10px;}
.footer span a{ margin-right:8px;}


/*提示框*/
.caution_1 {
    width: 242px;
    height: 30px;
    position: absolute;
    color: #595959;
    font-size: 14px;
    line-height: 30px;
    top: 90px;
    border: 1px solid #c2c2c2;
    padding: 0px 10px 0px 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #E0E0E0;
    -moz-box-shadow: 2px 2px 2px #E0E0E0;
    -webkit-box-shadow: 2px 2px 2px #E0E0E0;
    background: #fff;
    display: block;
}

.caution_1 a {
    color: #4aa8e3
}

.caution_1 a:hover {
    color: #db0000;
}

.caution_1 span {
    width: auto;
    float: left;
    margin-top: 0px;
}

.caution_1 span.close {
    width: 24px;
    float: right;
    height: 24px;
    margin-top: 4px;
    margin-left: 10px;
    display: block;
    background-image: url("../images/ico.png"); /*_background-image: url("../images/ico.gif");*/
    background-position: -36px -899px;
    cursor: pointer
}

.caution_1 span.ico {
    width: 24px;
    height: 11px;
    position: absolute;
    top: -10px;
    left: 25px;
    background-image: url("../images/ico.png"); /*_background-image: url("../images/ico.gif");*/
    background-position: -117px -303px
}

.caution_2 {
    width: 155px;
    height: 30px;
    position: absolute;
    color: #595959;
    font-size: 14px;
    line-height: 30px;
    top: -40px;
    _top: -30px;
    left: 150px;
    border: 1px solid #c2c2c2;
    padding: 0px 10px 0px 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #E0E0E0;
    -moz-box-shadow: 2px 2px 2px #E0E0E0;
    -webkit-box-shadow: 2px 2px 2px #E0E0E0;
    background: #fff;
    display: none;
}

.caution_2 a {
    color: #4aa8e3
}

.caution_2 span {
    width: auto;
    float: left;
    margin-top: 0px;
}

.caution_2 span.ico {
    width: 24px;
    height: 11px;
    position: absolute;
    bottom: -11px;
    left: 48px;
    background-image: url("../images/ico.png"); /*_background-image: url("../images/ico.gif");*/
    background-position: -120px -279px;
    /*_background-image: none*/
}

.caution_3{width:150px;  position:absolute; color:#595959; font-size:14px; line-height:26px; top:28px; right:25px; border:1px solid #c2c2c2; padding:0px 10px 0px 10px; border-radius:5px;
box-shadow:2px 2px 2px #E0E0E0;
-moz-box-shadow:2px 2px 2px #E0E0E0;
-webkit-box-shadow:2px 2px 2px #E0E0E0;
background:#fff;display:none;

}
.caution_3 a{ color:#4aa8e3}

.caution_3 span {
    width: auto;
    float: left;
    margin-top: 0px;
}

.caution_3 span.ico {
    width: 24px;
    height: 11px;
    position: absolute;
    top: -10px;
    left: 25px;
    background-image: url("../images/ico.png"); /*_background-image: url("../images/ico.gif");*/
    background-position: -117px -303px
}


.caution_4 {
    width: 340px;
    height: 23px;
    position: absolute;
    color: #595959;
    font-size: 14px;
    line-height: 23px;
    top: -30px; /*_top:-30px;*/
    left: -30px;
    border: 1px solid #c2c2c2;
    padding: 0px 10px 0px 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #E0E0E0;
    -moz-box-shadow: 2px 2px 2px #E0E0E0;
    -webkit-box-shadow: 2px 2px 2px #E0E0E0;
    background: #fff;
    display: none;
}

.caution_4 a {
    color: #4aa8e3
}

.caution_4 span {
    width: auto;
    float: left;
    margin-top: 0px;
}

.caution_4 span.ico {
    width: 24px;
    height: 11px;
    position: absolute;
    bottom: -11px;
    left: 210px;
    background-image: url("../images/ico.png"); /*_background-image: url("../images/ico.gif");*/
    background-position: -124px -335px;
    /*_background-image: none*/
}

.zhuanru_cue_1 {
    left: -206px;
    top: -16px;
    padding: 0px 0px 0px 10px;
}
.zhuanru_cue_1 span.ico{ left:217px;}

.loadingw {
    width: 126px;
    height: 23px;
    position: absolute;
    color: #595959;
    font-size: 14px;
    line-height: 23px;
    top: -20px; /*_top:-20px;*/
    left: 54px;
    border: 1px solid #c2c2c2;
    padding: 0px 8px 0px 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #E0E0E0;
    -moz-box-shadow: 2px 2px 2px #E0E0E0;
    -webkit-box-shadow: 2px 2px 2px #E0E0E0;
    background: #fff;
    display: none;
}

.loadingw a {
    color: #4aa8e3
}

.loadingw span {
    width: auto;
    float: left;
    margin-top: 0px;
}

.loadingw span.ico {
    width: 24px;
    height: 11px;
    position: absolute;
    bottom: -11px;
    left: 65px;
    background-image: url("../images/ico.png"); /*_background-image: url("../images/ico.gif");*/
    background-position: -124px -335px;
    /*_background-image: none*/
}

.lever {
    width: 60px;
    height: 30px;
    position: absolute;
    color: #595959;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    top: -40px; /*_top:-30px;*/
    left: 45px;
    border: 1px solid #c2c2c2;
    padding: 0px 10px 0px 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #E0E0E0;
    -moz-box-shadow: 2px 2px 2px #E0E0E0;
    -webkit-box-shadow: 2px 2px 2px #E0E0E0;
    background: #fff;
    display: none;
}

.lever span {
    width: auto;
    float: left;
    margin-top: 0px;
}

.lever span.ico {
    width: 24px;
    height: 11px;
    position: absolute;
    bottom: -11px;
    left: 31px;
    background-image: url("../images/ico.png"); /*_background-image: url("../images/ico.gif");*/
    background-position: -120px -279px;
}

.intelever{width:auto; height:30px; position:absolute; color:#595959; font-size:14px; text-align:center;line-height:30px; top:-40px;_top:-30px; left:154px; border:1px solid #c2c2c2; padding:0px 10px 0px 10px; border-radius:5px;
box-shadow:2px 2px 2px #E0E0E0;
-moz-box-shadow:2px 2px 2px #E0E0E0;
-webkit-box-shadow:2px 2px 2px #E0E0E0;
background:#fff;display:none;
}

.intelever span {
    width: auto;
    float: left;
    margin-top: 0px;
}

.intelever span.ico {
    width: 24px;
    height: 11px;
    position: absolute;
    bottom: -11px;
    left: 40px;
    background-image: url("../images/ico.png"); /*_background-image: url("../images/ico.gif");*/
    background-position: -120px -279px;
}

/*流程组件*/
.process{ width:710px; margin:50px auto 0; overflow:hidden;}
.process li{position:relative;text-align:center;width:230px; height:100px; float:left; z-index:1;}
.process li i{position:absolute; width:100%; height:4px; border-radius:2px; background:#f35c5c; left:0; top:10px; z-index:11;}
.process li span{position:relative; margin:0 auto;text-align:center; display:inline-block; width:25px; height:25px; line-height:25px; background:#f35c5c; border-radius:2px; color:#fff; font-size:22px; z-index:11;}
.process li p{position:relative;text-align:center; color:#f35c5c; font-size:16px; width:100%; margin-top:20px; z-index:11;}

.process li.on{position:relative;text-align:center;width:230px; height:100px; float:left; z-index:11;}
.process li.on i{position:absolute; width:100%; height:4px; border-radius:2px; background:#bcbcbc; left:0; top:10px; z-index:11;}
.process li.on span{position:relative; margin:0 auto;text-align:center; display:inline-block; width:21px; height:21px; line-height:21px; background:#fff; border-radius:2px; color:#bcbcbc; border:2px solid #bcbcbc; font-size:22px; z-index:11;}
.process li.on p{position:relative;text-align:center; color:#bcbcbc; font-size:16px; width:100%; margin-top:20px; z-index:11;}

/*input样式*/
.minput{font-size:16px; margin:20px 0 0 0px; line-height:40px; display: block;}
.minput input{ font-size:16px; background-color:#fff; height:38px;border:1px solid #afafaf; border-radius:2px; line-height:38px;color:#505050; float:left; padding:0 12px;}
::-webkit-input-placeholder {color: #bfc5cb;}
:-moz-placeholder {color: #bfc5cb;}
::-moz-placeholder { color: #bfc5cb;}
:-ms-input-placeholder { color: #bfc5cb !important;}
.minput input:focus {border:1px solid #3c9ad5;color:#505050;}

.minput .t{ float:left; width:140px; text-align:right; font-size:16px; color:#474646; margin-right:16px;}
.minput .t_tan{ float:left; width:100px; text-align:right; font-size:16px; color:#474646; margin-right:16px; position:relative;}
.minput .erro{ float:left; margin-left:16px; font-size:14px; color:#db4a49;}
.minput .ph_code{ float:left; margin-left:16px;}
.minput a{ float:left; display:block; height:40px; line-height:40px; font-size:14px; margin-left:16px;}

.sinput input{border:1px solid #ff5f5f;}

/*勾选框*/
.check{ overflow:hidden; margin:20px 0 0 86px; font-size:14px; color:#333; height:24px; padding-left:30px;}

.check span{ display:block; float:left; height:24px; line-height:24px; text-indent:30px; background:url(../images/icheck.png) no-repeat 0 0; cursor:pointer;}
.checkon span{ background:url(../images/icheck.png) no-repeat 0 -24px;}
.check a{ line-height:24px;}

/*按钮*/
.btn{ margin:40px 0 70px 118px; overflow:hidden;}
.login_btn{ margin:40px 0 70px 155px; overflow:hidden;}{ margin:40px 0 70px 118px; overflow:hidden;}
.w184_40{ width:184px; height:40px; line-height:40px; text-align:center;}
.w180_36{ width:180px; height:36px; line-height:36px; text-align:center;}
.w110_40{ width:114px; height:40px; line-height:40px; text-align:center;}
a.btn1{background-color:#3c9ad5;color:#fff;transition:all 200ms;display:block; font-size:18px; text-decoration:none; border-radius:4px; float:left;}
a.btn1:hover{background-color:#0865a0;}
a.btn2{border:2px solid #3c9ad5; background-color:#fff;transition: all 200ms;display:block; color:#3c9ad5;font-size:18px; text-decoration:none; border-radius:4px; float:right;}
a.btn2:hover{ border:2px solid #0865a0; color:#0865a0;}

/*下拉列表*/
.chosew{ position:relative; background-color:none; margin:0 auto; font-size:16px;height:40px;  margin-top:20px;}
.choseb{ position:relative;}
.chosew .t{ float:left; width:100px; text-align:right; font-size:16px; color:#474646; margin-right:16px; line-height:40px;}
.chosew input{ position:relative;border:1px solid #bcbcbc;height:38px; color:#505050;background:url(../images/iselect1.png) no-repeat right;border-radius:2px; line-height: normal;line-height:36px\9; padding:0 12px; font-size:16px;}

.chosewp input{ position:relative;border:1px solid #62a3f0;background:url(../images/iselect2.png) no-repeat center right;color:#505050;}

.chosew ul{ display:none; max-height:180px; overflow-y:scroll; position:absolute; top:45px; left:166px;z-index:9999; background-color:#fff; text-align:left; border-radius:2px; border:1px solid #62a3f0;}
.chosew ul li{line-height:40px; background:none; font-size:16px; color:#505050; margin:5px 0px;border-radius:2px; padding:0 12px;}
.chosew ul li:hover,.chosew ul li:active {background-color:#f1f1f1; color:#3c9ad5;}
.chosew ul li.check{ color:#3c9ad5;background-color:#f1f1f1;}
.chosew select{ width:100%; height:40px; line-height:40px; font-size:16px;text-indent:10px; color:#bcbcbc; padding:0;}

.chosew2{ position:relative; background-color:none; margin:0 auto; font-size:16px;height:40px;  margin-top:20px;}
.chosew2 input{ position:relative;border:1px solid #bcbcbc;height:38px; color:#505050;background:url(../images/iselect1.png) no-repeat right;border-radius:2px; line-height: normal;line-height:36px\9; padding:0 12px; font-size:16px;}
.chosew2 ul{ display:none; max-height:180px; position:absolute; top:45px; left:166px;z-index:9999; background-color:#fff; text-align:left; border-radius:2px; border:1px solid #62a3f0;}
.chosew2 ul li{height:40px;line-height:40px; background:none; font-size:16px; color:#505050; margin:5px 0px;border-radius:2px; padding:0 12px;}
.chosew2 ul li:hover,.chosew ul li:active {background-color:#f1f1f1; color:#3c9ad5;}
.chosew2 ul li.check{ color:#3c9ad5;background-color:#f1f1f1;}
.chosew2 select{ width:100%; height:40px; line-height:40px; font-size:16px;text-indent:10px; color:#bcbcbc; padding:0;}


/*通用高度设定*/
.w400{ width:400px;}
.w376{ width:376px;}
.w246{ width:246px;}
.w196{ width:196px;}
.w214{ width:214px}
.w116{ width:116px; overflow:hidden; margin-right:20px;}
.w140{ width:140px;}
.w166{ width:166px;}
.w200{ width:200px;}
/*颜色*/
.gre{ color:#379a1b;}
.red{ color:#ec0000;}
.blue{ color:#0088cc;}

/*第三方登录*/
.ml320{ margin-left:320px;}
.fast_log{ padding:40px 0;}
.wrap{ width:1000px; margin:0 auto;}
.fast_log a{ display:block; text-indent:53px; height:45px; line-height:45px; color:#7c7c7c; text-decoration:none; font-size:14px;}
.fast_log .qq{ float:left;}
.fast_log .qq a{ background:url(../images/icon_qq.png) no-repeat 0; margin-right:54px;}
.fast_log .wechat{ float:left;}
.fast_log .wechat a{ background:url(../images/icon_wechat.png) no-repeat 0;}

/*成功样式*/
.suc_info{ overflow:hidden; margin-left:288px;}
.suc_info img{ float:left;}
.suc_info p{ float:left; font-size:32px; color:#666; line-height:36px; margin-top:18px; margin-left:8px;}
.suc_info p span{ font-size:14px;}

.auth{ margin-top:55px; overflow:hidden;}
.auth .t{ font-size:18px; color:#939393; text-align:center; margin-bottom:20px;}
.auth .t span{ display:inline-block; width:130px; height:1px; background-color:#c8c8c8; vertical-align:middle; margin:0 10px;}
.auth .btn{ margin-left:298px;}

.associ{ margin-top:55px; overflow:hidden;}
.associ .t{ font-size:18px; color:#939393; text-align:center; margin-bottom:20px;}
.associ .t span{ display:inline-block; width:130px; height:1px; background-color:#c8c8c8; vertical-align:middle; margin:0 10px;}
.associ .fast_log{ margin-left:50px; border:none; padding:20px 0 40px;}

/*弹出窗*/
.tc{ width:100%; height:100%; position:fixed; left:0; top:0; z-index:9990; display:none;}
.tc_bg{background:#000;filter:alpha(opacity=80); opacity:0.8;position:absolute;width:100%; height:110%; z-index:100; top:-30px; left:0;}

.box1{position:relative;width:600px; height:440px; border-radius:8px; background:#fff; left:50%; top:50%; margin:-220px 0 0 -300px; z-index:9991;}
.tc_close { position: absolute; right: 8px;  top: 8px; background: url(../images/ico_colse.png) no-repeat center; height: 32px; width: 32px;}
.popup-close { position: absolute; right: 8px;  top: 24px; background: url(../images/ico_colse.png) no-repeat center; height: 24px; width: 24px; background-size: 100%;}
.popup-title {font-size: 24px; color: #333333; text-align: center; padding: 10px 0; border-bottom: solid 0.5px #CCCCCC;}
.tc_zfsuc{ width:300px; height:80px; line-height:65px; padding:24px 0 0 100px; margin:0 auto; font-size:32px; color:#1d1d26;}
.tc_zfsuc i{ display:block; float:left; width:80px; height:80px; background:url(../images/ico.png) no-repeat -420px -32px;}
.box1 p{ width:100%; text-align:center; font-size:18px; line-height:30px; color:#999;}
.box1 p span{ color:#ec0000;}
.tc_zfsuc span{ font-size:16px; color:#a2a2a2;}
.tc_f{ border-top:1px solid #e4e4e4; border-bottom:1px solid #e4e4e4; padding:0 30px; overflow:hidden; margin-top:12px; padding-bottom:30px;}
.tc_f h2{ color:#333; font-size:18px; margin-top:18px}
.tc_f h2 span{ color:#ec0000;}
.tc_f .cion ul{ margin:20px 0; overflow:hidden; background:url(../images/cion_bg.png) repeat-x center;}
.tc_f .cion ul li{ float:left; width:50px; height:50px; background:url(../images/ico.png) no-repeat -426px -253px; margin-left:48px; font-size:14px; color:#fff; text-align:center; line-height:30px; font-weight:bold;}
.tc_f .cion ul li.noleft{ margin-left:0;}
.tc_f .cion ul li.nextday{ background-position: -426px -352px}
.tc_f .cion ul li.checkin{ background-position: -426px -142px}
.tc_btn{ width:100%; overflow:hidden;}

.tc_btn a{ float:none; margin:26px auto 0; color:#fff;}

/****表格*****/
.list {
    width: 793px;
    float: left;
    margin-left: 20px;
    margin-top: 20px; /*_margin-left:10px;*/
    display: none;
}

.list table {
    font-size: 13px;
    color: #808080;
    margin-bottom: 0px;
    border: none
}
.list table a{ color:#3c99d3}
.list table a:hover{ color:#db0000;}

.list table tr th {
    font-size: 14px;
    background: #f9f9f9;
    height: 50px;
    border: none;
    border-bottom: 1px solid #ededed
}

.list table tr th.fleft {
    text-align: left;
    padding: 0 5px;
}

.list table tr td {
    padding: 10px 5px 10px 5px;
    border: none;
    border-bottom: 1px solid #f1f1f1;
}

.list table tr td.gre {
    color: #73b364
}

.list table tr td.red {
    color: #ef4242
}

.list table tr td {
    position: relative;
    line-height: 18px;
}

.list table tr td p {
    line-height: 18px;
}

.list table tr td p a {
    /* padding-left: 20px; */
    float: left;
}

.list table tr td p a.ico_default {
    background-image: url("../images/ico.png"); /*_background-image: url("../images/ico.gif");*/
    background-position: -551px -719px
}

.list table tr td p a.ico_zhi {
    background-image: url("../images/ico.png"); /*_background-image: url("../images/ico.gif");*/
    background-position: -551px -763px
}

.list table tr td p a.ico_hun {
    background-image: url("../images/ico.png"); /*_background-image: url("../images/ico.gif");*/
    background-position: -551px -803px
}

.list table tr td p a.ico_huo {
    background-image: url("../images/ico.png"); /*_background-image: url("../images/ico.gif");*/
    background-position: -551px -845px
}

.list table tr td p a.ico_huik {
    background-image: url("../images/ico.png"); /*_background-image: url("../images/ico.gif");*/
    background-position: -551px -877px;
    line-height: 40px;
}

.list table tr td p.fleft {
    float: left;
}

.list table tr td .loadings {
    float: left;
}

.list table tr td .loadings span.i {
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    background-image: url("../images/ico.png");
    /*_background-image: url("../images/ico.gif");*/
    background-position: -306px -626px;
    line-height: 18px;
    cursor: pointer;
}

.list table tr td span{ height:18px; line-height:18px;}

.list table tr td span a {
    margin-left: 5px;
    margin-right: 5px;
    display: block;
    float: left;
}

.list table tr td span a.ico_zhuanru {
    width: 25px;
    height: 20px;
    display: block;
    background-image: url("../images/ico.png"); /*_background-image: url("../images/ico.gif");*/
    background-position: -35px -737px;
}

.list table tr td .link_load span {
    margin-left: 5px;
    margin-right: 5px;
    float: left;
}
.list table tr td .link_hui a{ margin-left:5px; margin-right:14px; float:left;}
.list table tr td .link_hui a.noright{ margin-right:0;}

.list table tr td p a.ico_99 {
    min-width: 95px;
    padding-left: 0px !important;
}


.placeholder {color:#afafaf !important;}

input.btn1:hover{background-color:#0865a0;}
.storage_btn>input{ margin-right: 80px; }
.storage_btn>input{ float: left; width: 120px; height: 34px; line-height: 30px; font-size: 16px; }
input.btn1{background-color:#3c9ad5;color:#fff;transition:all 200ms;display:block; font-size:18px; text-decoration:none; border-radius:4px; float:left;}

/*在线客服*/
.severs{ position:fixed; left:50%; top:387px; bottom:auto; margin-left:506px;}

.none {display:none !important;}

.float_none { float:none !important; }

/*材料审核*/
.reg_form{ padding:20px 0 70px 140px; overflow:hidden;}
.reg_form .tips{ color:#666666; padding-left:36px;}
.reg_form span a.btn1{ margin-left:16px; font-size:16px;}


/*分页*/
.page-box{font-size: 14px; width: 95%; margin-left: 2.5%; float: left; color: #afafaf}
.page-box .chosew{height: 30px; font-size: 14px; float: left; margin: 14px 0 0 0;}
.page-box .chosew input{height: 28px; line-height: 28px\9; font-size: 14px; color: #bfc5cb;}
.page-box .chosew input:focus{color: #bfc5cb;}
.page-box .chosew ul{left: 0; width: 176px; top: 31px; top: -186px !important;}
.page-box .chosew ul li{font-size: 14px;}
.page-box .page-num{line-height: 30px; margin: 14px 0 0 10px; float: left;}
.page-box .page-op{float: right;}
.page-box .page-op .tcdPageCode{float: left;position: relative;}
.page-box .page-op .minput{float: left; margin-top: 14px;padding: 0;}
.page-box .page-op .minput span{float: left; line-height: 30px; font-size: 14px;}
.page-box .page-op .minput input{height: 25px; font-size: 14px;color: #afafaf; line-height: 25px\9; width: 36px; padding: 0; text-align: center;}
.page-box .page-op a.btn1{width: 36px; height: 25px; text-align: center; margin-top: 14px; margin-left: 5px; border-radius: 2px;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;-ms-border-radius:2px; line-height: 25px; font-size: 14px;}
.tcdPageCode{ margin:15px 0;color:#afafaf;text-align:center;}
.tcdPageCode a{display: inline-block;color:#afafaf;height: 25px;    line-height: 25px;  padding: 0 8px;border:1px solid #afafaf;    margin: 0 4px;border-radius: 4px;-o-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -ms-border-radius: 4px;vertical-align: middle;}
.tcdPageCode a:hover{text-decoration: none;border: 1px solid #3c9ad5;color:#3c9ad5;}
.tcdPageCode a.current{display: inline-block;height: 25px;line-height: 25px;padding: 0 8px;margin: 0 4px;border: 1px solid #3c9ad5;border-radius: 4px;-o-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -ms-border-radius: 4px;vertical-align: middle;color:#3c9ad5;}
.tcdPageCode a.disabled{ display: inline-block;height: 25px;line-height: 25px;padding: 0;margin: 0 4px;  color: #bfbfbf;border: 1px solid #bfbfbf;border-radius: 4px;-o-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -ms-border-radius: 4px;vertical-align: middle;}


/*分页*/
.page-box2.hide-chosew .chosew2, .page-box2.hide-chosew .page-num{display:none;}
.page-box, .page-box2{font-size: 14px; width: 95%; margin-left: 2.5%; float: left; color: #afafaf}
.page-box .chosew, .page-box2 .chosew2{height: 30px; font-size: 14px; float: left; margin: 14px 0 0 0;}
.page-box .chosew input, .page-box2 .chosew2 input{height: 28px; line-height: 28px\9; font-size: 14px; color: #bfc5cb;/* width: initial; */background: url("../images/iselect1.png") no-repeat right;}
.page-box .chosew input:focus, .page-box2 .chosew2 input:focus{color: #bfc5cb;}
.page-box2 .chosew2 input.active{color: #bfc5cb;border:1px solid #62a3f0;}
.page-box .chosew ul, .page-box2 .chosew2 ul{left: 0; width: 194px; height: 240px; top: -186px;} 
.page-box2 .chosew2 ul.active{display:block;}
.page-box .chosew ul li, .page-box2 .chosew2 ul li{font-size: 14px;}
.page-box .page-num, .page-box2 .page-num{line-height: 30px; margin: 14px 0 0 10px; float: left;}
.page-box .page-op, .page-box2 .page-op{float: right;}
.page-box .page-op .tcdPageCode, .page-box2 .page-op .tcdPageCode{float: left;}
.page-box .page-op .minput, .page-box2 .page-op .minput{float: left; margin-top: 14px;padding: 0;}
.page-box .page-op .minput span, .page-box2 .page-op .minput span{float: left; line-height: 30px; font-size: 14px;}
.page-box .page-op .minput input, .page-box2 .page-op .minput input{height: 25px; font-size: 14px;color: #afafaf; line-height: 25px\9; width: 36px; padding: 0; text-align: center;}
.page-box .page-op a.btn1, .page-box2 .page-op a.btn1{width: 36px; height: 25px; text-align: center; margin-top: 14px; margin-left: 5px; border-radius: 2px;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;-ms-border-radius:2px; line-height: 25px; font-size: 14px;}
.tcdPageCode{ margin:15px 0;color:#afafaf;text-align:center;}
.tcdPageCode a{display: inline-block;color:#afafaf;height: 25px;	line-height: 25px;	padding: 0 8px;border:1px solid #afafaf;	margin: 0 4px;border-radius: 4px;-o-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -ms-border-radius: 4px;vertical-align: middle;}
.tcdPageCode a:hover{text-decoration: none;border: 1px solid #3c9ad5;color:#3c9ad5;}
.tcdPageCode span.current{display: inline-block;height: 25px;line-height: 25px;padding: 0 8px;margin: 0 4px;border: 1px solid #3c9ad5;border-radius: 4px;-o-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -ms-border-radius: 4px;vertical-align: middle;color:#3c9ad5;}
.tcdPageCode span.disabled{	display: inline-block;height: 25px;line-height: 25px;padding: 0;margin: 0 4px;	color: #bfbfbf;border: 1px solid #bfbfbf;border-radius: 4px;-o-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -ms-border-radius: 4px;vertical-align: middle;}
.prevPage a{ border:0;}
.tcdPageCode .prevPage{background: url("../images/page_prev.png") no-repeat; width: 55px; height: 25px; overflow: hidden; padding: 0;margin: 0 4px;}
.tcdPageCode .prevPage:hover{background-image: url("../images/page_prev_hover.png");}
.tcdPageCode .nextPage{background: url("../images/page_next.png") no-repeat; width: 55px; height: 25px; overflow: hidden; padding: 0;margin: 0 4px;}
.tcdPageCode .nextPage:hover{background-image: url("../images/page_next_hover.png");}



/*404*/
.nopage{ width: 1000px; height: 565px; padding-top: 100px; background-color: #fff; margin: 0 auto; text-align: center; border-top: 10px solid #eef0f2; }
.nopage_words{ margin-bottom: 68px; }
.nopage_words>h6{ color: #c2c2c2; font-size: 24px; line-height: 100%; padding-top: 20px; }
.nopage_words>p{ color: #7e7e7e; font-size: 18px; line-height: 100%; padding-top: 17px; }
.nopage_words>p>strong, .error_words>p>strong{ color: #f05f5f; }
a.toback{ float: none; width: 184px; height: 40px; line-height: 40px; text-align: center; color: #fff; font-size: 18px; margin: 0 auto; }


/*错误页*/
.errorpage{ width: 1000px; height: 570px; padding-top: 95px; background-color: #fff; margin: 10px auto; text-align: center; /*border-top: 10px solid #eef0f2;*/ }
.error_words{}
.error_words>h6{ color: #c2c2c2; font-size: 24px; line-height: 100%; padding-top: 20px; padding-bottom: 20px; }
.error_words>p{ color: #7e7e7e; font-size: 18px; line-height: 36px; }
.browser{ width: 540px; margin: 0 auto; clear: both; height: auto; overflow: hidden; padding-top: 57px; padding-bottom: 57px; }
.browser>a{ display: block; width: 140px; text-align: center; }
.fl{ float: left; }
.fr{ float: right; }
.browser>a>p{ color: #3c9ad5; font-size: 14px; line-height: 100%; padding-top: 17px; }

.none {display:none !important;}

.float_none { float:none !important; }
.no_data{ padding-top: 73px; text-align:center;}
.no_data>strong{ display: block; background: url(../images/no-data.png) right top no-repeat; width: 84px; height: 52px; margin: 0 auto 25px; }
.no_data>p{ color: #c2c2c2; font-size: 24px; line-height: 28px; }

.tip{ text-align:center;}
.tip>p{ color: #777777; font-size: 22px; line-height: 24px; padding:50px 0px 150px}
.tip>div{ color: #999999; font-size: 24px; line-height: 28px; padding:25px;border-bottom: 1px solid #eee}

.error_area{ padding-top: 73px; text-align:center;}
.error_area>strong{vertical-align: middle; display: inline-block; background: url(../images/error_tip.gif) right top no-repeat; margin: 0 auto 25px; width:243px; height:66px; }

.loading_area {text-align:center; padding:140px 0px; height:400px;}
.load_img{background: url("../images/loading_bar.gif") center no-repeat;height: 30px;}

.disable_btn{background-color: #c3c3c3}

.bannel{margin:0px auto 70px;display: block; }

.tc_close { position: absolute; right: 8px; top: 8px;  background: url(../images/ico_colse.png) no-repeat center; height: 32px; width: 32px;}

/*下拉*/
.pre-module{position:relative;height:40px;}
.pre-module .pre-ul{display:none;position:absolute;top:38px;z-index:9999;left:0;width:100%;max-height:260px;overflow-y:scroll;border:1px solid #62a3f0;background-color:#fff; text-align:left;
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;}
.pre-module .pre-ul p:hover, .pre-module .pre-ul p:active,
.pre-module .pre-ul li:hover, .pre-module .pre-ul li:active{background-color:#f1f1f1; color:#3c9ad5;cursor: default;}
.pre-module .pre-ul p.check, .pre-module .pre-ul li.check{ color:#3c9ad5;background-color:#f1f1f1;}
.pre-module .pre-input{display:inline-block;border:1px solid #bcbcbc; height:38px; float: none; color:#505050;background:url(../images/iselect1.png) no-repeat right;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;-ms-border-radius:2px; line-height: 38px; line-height:36px\9; padding:0 12px; font-size:16px;}
.pre-module .pre-ul p, .pre-module .pre-ul li{margin:5px 0px;padding:0 12px;height:40px;line-height:40px;font-size:16px;color:#505050;background:none;
	border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px; }
.pre-module .pre-ul p.no-check, .pre-module .pre-ul li.no-check{color:#bdbdbd;cursor:not-allowed;}
.not-allow{cursor:not-allowed !important;color:#fff !important;background-color:#bababa !important;}

/*半透明tips提示*/
.mask{position:fixed;left:50%;top:50%;z-index:99999;margin-top:-1200px;max-width:600px;font-size:14px;border-radius:4px;background-color:#d5ecfa;-webkit-opacity:0;-ms-opacity:0;opacity:0;-webkit-transform:translateY(-400px);transform:translateY(-400px);}
.mask.active{display:block;-webkit-opacity:1;-ms-opacity:1;opacity:1;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:opacity .5s;-ms-transition:opacity .5s;transition:opacity .5s;}
.mask:hover{cursor:pointer;}
.mask [class^="icon-"]{margin-right:10px;float:left;display:inline-block;width:32px;height:32px;}
.mask .mask-txt{display:block;padding:20px 60px;line-height:32px;color:#555;}
.mask .icon-error{background:url('../images/jquery-ui/error.png');}
.mask .icon-success{background:url('../images/jquery-ui/success.png');}
.mask .icon-notice{background:url('../images/jquery-ui/notice.png');}
.mask .icon-loading{background:url('../images/jquery-ui/loading.gif');}

/*通用弹层组件*/
#maskFullAlertMsg{z-index:9999;}
.mask-full{display:none;position:fixed;left:0;top:0;right:0;bottom:0;width:100%;height:100%;background-color:#000;z-index:9999;-webkit-opacity:0;-ms-opacity:0;opacity:0;}
.mask-full.active{display:block;-webkit-opacity:.6;-ms-opacity:.6;opacity:.6;}
.mask-inner{position:fixed;top:50%;left:50%;margin-top:-800px;background-color:#fff;border-radius:8px;overflow:hidden;z-index:9999;
	-webkit-transform:translateY(-1200px);-ms-transform:translateY(-1200px);transform:translateY(-1200px);
	-webkit-opacity:0;-ms-opacity:0; opacity:0;-webkit-transition:opacity .75s;-ms-transition:opacity .75s;-o-transition:opacity .75s;}
.mask-inner.active{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-opacity:1;-ms-opacity:1;opacity:1;}
.mask-inner .title{position:relative;margin:0 0 20px 0;padding:10px 0;height:40px;line-height:40px;text-align:center;border-bottom:1px solid #ddd;font-size:24px;font-weight:normal;color:#333;}
.mask-inner .close-btn{position:absolute;top:18px;right:15px;width:24px;height:24px;background:url('/fundorg/resources/images/ico_colse.png') 0 0 no-repeat;background-size:100%;}
.mask-inner .close-btn:hover{cursor:pointer;}
.mask-inner .cont{padding:0 15px;line-height:20px;font-size:14px;color:#514f4d;overflow-x:hidden;overflow-y:auto;}
.mask-inner .cont p{margin-bottom:15px;}
.mask-inner .cont.cont-alone{padding-top:100px;padding-bottom:100px;}
.mask-inner .btnCont.btnonly{padding-left:0;padding-right:0;}
.mask-inner .btnCont.btnonly .btn{width:260px;}
.mask-inner .btnCont{margin-top:20px;padding:15px;text-align:center;border-top:1px solid #ddd;}
.mask-inner .btnCont .left, .mask-inner .btnCont .right{display:inline-block;}
.mask-inner .btnCont .left{padding-right:15px;float:left;width:45%;}
.mask-inner .btnCont .right{padding-left:15px;float:right;width:45%;}
.mask-inner .btnCont .left a{float:right;height:20px;line-height:20px;}
.mask-inner .btnCont .right a{float:left;height:20px;line-height:20px;} 
.mask-inner .btnCont .block{width:100%;}
.mask-inner .btnCont .btn{display:inline-block;margin:0;padding:8px 0;width:160px;border-radius:4px;border:1px solid #0088cc;color:#fff;background-color:#0088cc;}
.mask-inner .btnCont .btn-cancel{color:#0088cc;background-color:#f6f6f6;}
.mask-inner .btnCont .btn-submit{}
.mask-inner .btnCont .btn-cancel:hover,.mask-inner .btnCont .btn-submit:hover{text-decoration:none !important;}
.mask-inner .cont > .btnCont{margin-left:-15px;margin-right:-15px;}
.mask-inner .cont > .btnCont .btn{margin-left:15px;margin-right:15px;}
/*禁用中文及全角输入法*/
.ime-mode{
    -webkit-ime-mode:disabled;
    -moz-ime-mode:disabled;
    -o-ime-mode:disabled;
    -ms-ime-mode:disabled;
    ime-mode:disabled;
}

.pre-ul{max-height: 260px !important;overflow-y: scroll !important;}
.chosew-xy .pre-ul p:hover, .chosew-xy .pre-ul p:active{background-color:#f1f1f1; color:#3c9ad5;cursor:default;}
.chosew-xy ul li.check, .chosew-xy .pre-ul p.check{ color:#3c9ad5;background-color:#f1f1f1;}
.chosew-xy select{ width:100%; height:40px; line-height:40px; font-size:16px;text-indent:10px; color:#bcbcbc; padding:0;}
.chosew-xy .erro{ float:left; margin-left:16px; font-size:14px; color:#db4a49;line-height:40px;}
.chosew-xy .pre-input{display:inline-block;border:1px solid #bcbcbc; height:38px; float:none; color:#505050;background:url('/fundorg/resources/images/iselect1.png') no-repeat right;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;-ms-border-radius:2px; line-height:38px; line-height:36px\9; padding:0 12px; font-size:16px;}
.chosew-xy .pre-ul{overflow-x:auto; z-index:9999; display:none; position:absolute; top:36px; left:0; background-color:#fff; text-align:left; border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;-ms-border-radius:2px; border:1px solid #62a3f0;height:auto;}
.chosew-xy .pre-ul li, .chosew-xy .pre-ul p{overflow:hidden;height:40px;line-height:40px; background:none; font-size:16px; color:#505050; margin:5px 0px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;-ms-border-radius:2px; padding:0 12px;}
.chosew-xy .pre-ul li.no-check, .chosew-xy ul li.no-check, .chosebox-xy ul li.no-check{color:#bdbdbd;cursor:not-allowed;}
.not-allow{cursor:not-allowed !important;color:#fff !important;background-color:#bababa !important;}
.showDetailXy .chosew-xy{float:left;z-index:999;}
.showDetailXy .pre-ul{height:180px;overflow-y:scroll;}

.hide {
  display: none!important;
}
