@charset "utf-8";

body {
	height: 100%;
	background: #f0f4f7;
}
body .index-icon{
	background:url(../images/index/index-icon.png) no-repeat;
	display:inline-block;
}
.u-ico {
	display: inline-block;
	vertical-align: middle;
}

.ui-btn {
	background: #23A3DD;
	border-radius: 4px;
	cursor: pointer;
	display: block;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-bottom: 0;
	padding: 0;
	font-size: 14px;
	width: 100px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	cursor: pointer;
	background-color: #fff;
	color: #fff;
	-webkit-webkot-border-radius: 4px;
	-moz-webkot-border-radius: 4px;
	border-radius: 4px;
}

.btn-disabled {
	background: #bdc3c7
}

.btn-orange2 {
	background: #f28a10
}

.btn-orange2:hover {
	background: #fea134
}

.btn-blue {
	background: #23a3dd
}

.btn-blue:hover {
	background: #37baf5
}

.btn-green {
	background: #23a3dd
}

.btn-green:hover {
	background: #74d72b
}

.directed-placement-btn {
	font-size: 14px
}
/*管理我的账户按钮*/
.arrange-acc-btn {
	width: 201px;
	font-size: 16px;
	height: 32px;
	line-height: 32px;
}
/*投资中*/
.invest-btn {
	width: 76px;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
}
/*还款按钮*/
.repayment-btn {
	width: 76px;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
}
/*已还款按钮*/
.repayment-already-btn {
	width: 76px;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
}
/*结束按钮*/
.ended-btn {
	width: 76px;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
}
/*终止按钮*/
.terminate-btn {
	width: 76px;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
}
/*审核按钮*/
.review-btn {
	width: 76px;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
}
/*即将发布*/
.coming-btn {
	width: 76px;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
}
/*已经转让*/
.transfer-already-btn {
	width: 76px;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
}
/*====焦点图 banner==== */
.home-banner {
	overflow: hidden;
	width: 100%;
	position: relative
}
/*跟投贷 首页标签*/
.label-gtd{
	width:68px;
	height:20px;
	line-height:20px;
	margin-right:5px;
	color:#fff;
	background:#4cc25b;
	border-radius:4px;
	font-size:12px;
	display:inline-block;
	text-align:center
}
.home-banner .chose {
	position: absolute;
	width: 100%;
	bottom: 20px;
	text-align: center;
	z-index: 3
}

.home-banner .chose a {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 6px;
	background-color: #fff;
	border-radius: 14px;
	border: 2px #16afee solid
}

.home-banner .chose a.current {
	border-color: #fff
}

.banner-pic {
	position: relative;
	height: 350px;
	overflow: hidden;
}

.banner-pic .banner-pic-item {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1920px;
	height: 350px;
	margin-left: -960px;
}

.fast-invest-link {
	position: absolute;
	top: 252px;
	left: 465px;
	width: 229px;
	height: 53px;
	background: url(../images/index/fastbtn.png) no-repeat;
}

.fast-invest-link:hover {
	background: url(../images/index/fastbtn_hov.png) no-repeat;
}

.banner-pic:hover .bot-btn {
	display: block
}

.btn2 {
	display: none;
	position: absolute;
	top: 140px;
	width: 41px;
	height: 69px;
	text-indent: -9999em;
	background-image: url(../images/index/slide-btn.png);
	z-index: 3;
	opacity: 0;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.btn2-prev {
	left: 150px;
	background-position: 0 0
}

.btn2-next {
	right: 150px;
	background-position: -41px 0
}

.home-banner:hover .btn2 {
	display: block;
	filter: alpha(opacity = 80);
	opacity: 0.8
}

.home-banner:hover .btn2-prev:hover {
	opacity: 1
}

.home-banner:hover .btn2-next:hover {
	opacity: 1
}
/*==== 未登录状态-tip==== */
.login-modern {
	margin: 0 auto;
	width: 1000px;
	position: relative;
	z-index: 2
}

.ui-modern,.modern-filter {
	position: absolute;
	top: -325px;
	right: 0px;
	width: 253px;
	min-height: 285px;
	z-index: 6;
	border-radius: 4px;
}

.modern-filter {
	background: #000;
	filter: alpha(opacity = 20);
	opacity: 0.2;
	z-index: 5;
}

.logged-off {
	text-align: center;
}

.logged-off .top-wrap {
	height: 140px;
	padding-top: 30px;
}

.logged-off .m-counum-wrap {
	padding-top: 25px
}

.logged-off .m-counum-desc {
	padding: 10px 0;
	color: #fff;
	font-size: 16px
}

.logged-off .ico-counum {
	display: inline-block;
	width: 127px;
	height: 80px;
	background: url(../images/icon/ico-counum2.png) no-repeat;
}

.logged-off .reg-fast {
	padding: 20px 0 15px 0
}

.logged-off .reg-fast .reg-fast-btn {
	width: 192px;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: #fff
}

.login-fast,.login-fast a {
	color: #fff
}
/*临时公告 S*/
.index-announcement {
	border: 1px solid #DBD9D9;
	/* border-top: none; */
	border-radius: 0 0 4px 4px;
	width: 940px;
	margin: 0 auto;
	background: white;
	height: 30px;
	line-height: 30px;
	padding: 10px 30px;
}

.index-announcement div {
	float: left;
	display: inline-block;
	color: #333;
}

.new-announce {
	padding-right: 30px;
	border-right: 1px solid #eaeaea;
}

.mention a {
	padding-left: 30px;
	display: inline-block;
}
.mention a.content {
	width: 680px;
	color: #565656;
}
.mention a.content span{
	color:#999;
}
.mention a.more {
	width: 50px;
	color: #565656;
}
.mention a:hover {
	color: #16afee;
}

.index-announcement .more {
	float: right;
	width: 28px;
}

.index-announcement .more a {
	color: #999
}
/*临时公告 E*/
/*==== 已经登录状态-tip==== */
.ui-form-hd {
	padding: 14px 10px 9px;
	border-bottom: 1px #9DDBEE solid
}

.ui-form-bd {
	padding: 28px 18px 10px
}

.ui-form-title,.ui-reg-link {
	color: #fff;
	font-size: 14px
}

.ui-data-cnt {
	padding: 23px 26px 0
}

.ui-data-item {
	color: #fff;
	font: 16px/36px '宋体'
}

.ui-account-man {
	margin-top: 20px;
	margin-bottom: 22px
}

.ui-account-man .ui-btn {
	background: #12ABEC
}

.ui-data-bot { /*margin-top: 5px;*/
	border-top: 1px #92b7d1 dashed
}

.ui-data-bot a {
	width: 83px;
	height: 34px;
	line-height: 34px;
	text-align: center;
}

.ui-bot-item {
	border-right: 1px #92b7d1 dashed;
	color: #fff
}

.ui-bot-item.last {
	border-right: none
}

.intro-desc {
	font-size: 12px;
}

.lh22 {
	line-height: 22px;
}
/*==== 列表-鹏金保-鹏金链-债券转让==== */
.m-intro {
	background: #fff;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.m-intro-wrap {
	background: #fff;
	width: 1000px;
	margin: 0 auto;
}

.m-intro-item {
	float: left;
	width: 229px;
	color: gray;
	padding-left: 20px;
	font-size: 12px;
	margin: 25px 0 15px;
}

.m-intro-border {
	background: url(../images/index/indexsmb.jpg) center no-repeat;
	width: 1px;
	height: 150px;
	float: left;
}

.bg-white {
	background: #fff;
}

.m-intro-item span.trait {
	width: 82px;
	height: 82px;
	display: inline-block;
	float: left;
	margin: 10px 15px 0 0;
}

.m-intro-item span.trait1 {
	background-position:0 -343px;
	transition: all 0.5s;
}

.m-intro-item:hover span.trait1 {
	background-position:0 -259px;
	/* background: url(../images/index/indexsm1-h.png) no-repeat; */
}

.m-intro-item span.trait2 {
	background-position:-84px -343px;
	transition: all 0.5s;
}

.m-intro-item:hover span.trait2 {
	background-position:-84px -259px;
}

.m-intro-item span.trait3 {
	background-position:-168px -343px;
	transition: all 0.5s;
}

.m-intro-item:hover span.trait3 {
	background-position:-168px -259px;
}

.m-intro-item span.trait4 {
	background-position:-252px -343px;
	transition: all 0.5s;
}

.m-intro-item:hover span.trait4 {
	background-position:-252px -259px;
}

.m-intro-item dl {
	float: left;
}

.m-intro-item dl dt {
	font-size: 18px;
	color: #16afee;
	margin-bottom: 5px;
	font-weight: lighter;
}

.m-intro-item dl dd {
	line-height: 20px;
}

.numstatic {
	width: 329px;
	text-align: center;
	line-height: 35px;
	display: inline-block;
	font-size: 12px;
	*zoom: 1;
	*display: inline;
}

.numstatic2 {
	width: 330px;
	text-align: center;
	line-height: 35px;
	display: inline-block;
	font-size: 12px;
	*zoom: 1;
	*display: inline;
}
.stastics-entrance {
	display:inline-block;
	width:106px;
	line-height:35px;
	text-align:right;
	color:#333;
	*zoom: 1;
	*display: inline;
}
.stastics-entrance i.index-icon{
	background-position:-585px -174px;
	width:17px;
	height:15px;
	vertical-align:text-bottom;
	margin-right:5px;
	margin-bottom:2px;
}
.bordr {
	border-right: 1px solid #dbd9d9;
}

.numstatic em,.numstatic2 em {
	font-size: 18px;
	color: #16afee;
}

i.nums1 {
	vertical-align: middle;
	background-position: -505px -171px;
	width: 25px;
	height: 18px;
	margin-right: 10px;
	margin-bottom: 4px;
}

i.nums2 {
	vertical-align: middle;
	background-position: -537px -171px;
	width: 17px;
	height: 18px;
	margin-right: 10px;
	margin-bottom: 4px;
}

i.nums3 {
	vertical-align: middle;
	background-position: -562px -171px;
	width: 15px;
	height: 18px;
	margin-right: 8px;
	margin-bottom: 4px;
}
/*==== 抢购专区==== */
.m-scare-buy,.m-pjb,.m-pjl,.m-zqzr {
	background: #fff;
}

.m-count-down {
	padding-top: 14px;
	color: #999
}

.m-count-down .count-down li {
	height: 22px;
	line-height: 22px;
}

.m-count-down .icon-tim {
	background: url(../images/icon/ico-time.png) no-repeat;
	display: inline-block;
	height: 18px;
	margin-right: 5px;
	margin-top: -3px;
	*margin-top: 3px;
	vertical-align: middle;
	width: 18px;
}

.m-scare-buy {
	margin-bottom: 20px;
	background: #fff;
	border: 1px #eaeaea solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	*width: 730px;
}

.m-scare-buy .hd {
	padding: 0 24px;
	border-bottom: 1px #eaeaea solid;
}

.m-scare-buy .title {
	font-size: 18px;
	height: 50px;
	line-height: 50px
}

.m-scare-buy .coming-desc {
	height: 50px;
	line-height: 50px
}

.m-scare-buy .u-ico-qz {
	margin-right: 10px;
	background: url(../images/icon/ico-qz.png) no-repeat;
	height: 23px;
	width: 23px;
}

.m-scare-buy .bd {
	padding: 8px 24px;
	color: #999;
}
.index-icon.icon-zdsy{
	background-position:-665px -172px;
	height:18px;
	width:18px;
	vertical-align:middle;
}
.index-icon.icon-zdsx{
	background-position:-645px -172px;
	height:18px;
	width:18px;
	vertical-align:middle;
}
.index-icon.icon-zdsl{
	background-position:-625px -172px;
	height:18px;
	width:18px;
	vertical-align:middle;
}
.index-icon.icon-zdsd{
	background-position:-605px -172px;
	height:18px;
	width:18px;
	vertical-align:middle;
}
/*==== 鹏金保==== */
.m-pjb .m-count-down {
	padding: 0
}

.m-pjb,.m-pjl,.m-zqzr {
	margin-bottom: 20px;
	border: 1px #eaeaea solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	*width: 730px;
}

.m-list-wrap .desc {
	padding: 8px 24px;
	border-bottom: 1px #eaeaea solid;
	color: #999
}

.m-list-wrap .hd {
	padding: 5px 24px;
	border-bottom: 1px #eaeaea solid;
}

.m-pjb .m-list-wrap .hd {
	border-bottom: 1px #eaeaea solid;
}

.m-list-wrap .title {
	font-size: 18px;
	height: 50px;
	line-height: 50px
}

.pjb-wrap .u-ico-fx {
	margin-top: 8px;
	background-position: -481px -172px;
	height: 23px;
	width: 23px;
}

.mod-click-item-first {
	background: url(../images/icon/tab-line.jpg) no-repeat right center;
}

.mod-click-item {
	font-size: 18px;
	height: 34px;
	line-height: 34px;
	padding: 0 20px;
}

.mod-click-item.current a {
	color: #1a1a1a;
	border-bottom: 2px #12ABEC solid
}

.mod-click-item a {
	padding-bottom: 3px;
	display: block;
	color: #999;
	border-bottom: 2px #fff solid
}

.pjb-wrap .u-ico-hjy {
	margin-right: 15px;
	background: url(../images/index/ico-invest.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 24px;
	background-position: 0 0
}

.pjl-wrap .u-ico-hjy {
	margin-right: 15px;
	background: url(../images/index/ico-invest.png);
	background-position: no-repeat;
	height: 18px;
	width: 24px;
	background-position: -94px 0
}

.zqzr-wrap .u-ico-hjy {
	margin-right: 15px;
	background: url(../images/index/ico-invest.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 24px;
	background-position: -49px 0
}

.pjb-wrap .u-ico-laba {
	background: url(../images/icon/icon-laba.png) no-repeat;
	height: 18px;
	width: 24px;
	margin-right: 5px;
	margin-top: -4px;
}

.m-list-wrap .list-item {
	border-bottom: 1px #eaeaea solid;
	position: relative;
	cursor:pointer;
}
.m-list-wrap .list-item:hover{
	background-color:#f2f9ff;
}

.m-list-wrap .list-item.last {
	border-bottom: none;
}

.m-list-wrap .list-desc {
	padding: 10px 24px;
	line-height: 32px
}

.list-desc a {
	font-size: 12px;
	color: #565656
}
/*==== 进度条====  S*/
.ui-loadingNum {
	*margin-top: 15px;
	background: #eeeef4;
	height: 6px;
	width: 110px;
	*margin-top: 15px
}

.ui-loadingNum_bar {
	background: #00afeb;
	height: 6px;
	vertical-align: middle;
	*margin-top: 0px
}
/*==== 进度条====  E*/
.m-list-wrap .list-main {
	padding: 20px 24px 0;
}

.m-list-wrap .list-field {
	line-height: 30px;
	float: left;
	text-align: center
}

.m-list-wrap .list-field span {
	font-size: 14px;
	display: block;
	color: #565656
}
.m-list-wrap .list-field span.field-desc {
	color: #323232
}

.field-btn-wrap a {
	margin-top: 15px;
}

.m-invest-list .side {
	width: 250px;
}

.intro-list {
	background: #fff;
	border: 1px #eaeaea solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.intro-list .enter {
	padding: 10px 14px;
	border-radius: 5px;
	max-width: 248px;
	color: #696969;
	display: inline-block;
	height: 40px;
	background: #fff;
	overflow: hidden;
	cursor: pointer;
}

.intro-list .enter img {
	vertical-align: middle;
}
.m-careers .carrer-icon{
	background-position:0 -172px;
	height:70px;
	width:250px;
}
.intro-list .enter .textcon {
	text-align: center;
	float: left;
	font-size: 12px;
	line-height: 20px;
}
.cusfin-entr a{
	background-position:-253px 0;
	width:250px;
	height:145px;
	color:#fff;
	text-align:center;
	line-height:170%;
}
.cusfin-entr a h3{
	font-size:20px;
	margin-top:88px;
}
.cusfin-entr a p{
	font-size:14px;
}
.border-none {
	border: none
}

.intro-list .hd {
	padding: 0 14px;
	border-bottom: 1px #eaeaea solid;
}

.intro-list .title,.intro-list .more-txt,.media-report-wrap .more-txt {
	height: 50px;
	line-height: 50px;
}

.intro-list .bd {
	padding: 20px
}

.intro-list-item {
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.intro-list-item .u-ico-circle {
	margin-right: 6px;
	margin-top: -2px;
	*margin-top: 2px;
	border: 1px solid #eaeaea;
	border-radius: 8px;
	display: inline-block;
	height: 8px;
	width: 8px;
}

/*==== 合作机构==== */
.ui-ogza {
	background: #fff;
	border: 1px #eaeaea solid;
	border-radius: 4px -webkit-webkit-border-radius:  4px;
	-moz-webkit-border-radius: 4px;
}

.ui-ogza-hd {
	border-bottom: 1px #eaeaea solid;
}

.ui-ogza-hd h3 {
	padding-left: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
}

.ui-ogza-bd {
	height: 200px;
	overflow: hidden;
	position: relative;
	padding: 0 34px;
}

.ui-ogza-item {
	overflow: hidden;
	height: 61px;
	text-align: center;
	padding: 13px;
}

/*==== 担保机构==== */
.ogza-tab {
	height: 50px;
	line-height: 50px;
	margin-left: 20px
}

.ogza-tab .tab-item {
	overflow: hidden;
	float: left;
	padding: 0 20px;
	font-size: 18px
}

.tab-item-rb {
	background: url(../images/icon/tab-line.jpg) no-repeat right center;
}

.ogza-tab .tab-item a {
	display: inline-block;
	color: #999
}

.ogza-tab .tab-item.current a {
	border-bottom: 2px solid #12abec;
	color: #1a1a1a
}

.ui-ogza-list {
	left: 2px;
	padding: 0 30px;
	position: absolute;
	vertical-align: top;
}

.ui-ogza-item a {
	float: left;
	display: inline-block;
	margin: 13px;
	width: 156px;
	height: 61px;
}
/*==== 在线客服==== */
.online-service {
	text-align: center;
	position: fixed;
	right: -1px;
	margin-top: -106px;
	top: 400px;
	width: 38px;
	height: 106px;
	background: #fff;
	border: 1px solid #eaeaea;
	border-radius: 4px;
	cursor: pointer;
	z-index: 100
}

.online-service:hover {
	background: #45ACED;
}

.online-service h4 {
	line-height: 16px;
	margin-left: 9px;
	*margin-left: 0px;
	margin-top: 4px;
	width: 20px;
	color: #414141
}

.icon-entqq {
	margin-top: 10px;
	width: 19px;
	height: 18px;
	background-image: url(../images/icon/iconsx.png);
	background-position: -259px -19px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.online-service:hover .icon-entqq {
	background-position: -259px -1px
}

.online-service:hover h4 {
	color: #fff
}

/*==== 抢购专区==== */
.m-panic-buying .title {
	font-size: 18px;
	height: 34px;
	line-height: 34px;
}

.m-panic-desc {
	color: #999;
	padding: 8px 24px;
	vertical-align: middle;
}

.ico-qz {
	margin-right: 16px;
	vertical-align: middle;
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url(../images/icon/ico-qz.png) no-repeat;
}

/*收益对比图*/
.benefit-tip {
	position: absolute;
	font-size: 12px;
}

.ml152 {
	margin-left: 152px;
}

.ml115 {
	margin-left: 115px;
}

.ml180 {
	margin-left: 180px;
}

.mt-30 {
	margin-top: -30px;
}

.mt-10 {
	margin-top: -10px;
}

.mt32 {
	margin-top: 32px;
}

.benefit-split-line {
	border-bottom: 2px solid #eaeaea;
	height: 107px;
}

/*双12活动*/
.m-special-activity .hd {
	border-bottom: none
}

.activity-tit {
	color: #999;
	height: 50px;
	line-height: 50px;
	font-size: 12px
}

.activity-desc {
	position: relative;
	height: 40px;
	line-height: 40px;
	padding: 0 24px;
	border-bottom: 1px solid #eaeaea
}

.activity-desc .m-count-down {
	padding: 0
}

.activity-desc .count-down li {
	height: 40px;
	line-height: 40px
}

.activity-desc .u-ico-piece {
	display: inline-block;
	position: absolute;
	bottom: 0;
	font-size: 12px;
	left: 24px;
	width: 70px;
	text-align: center;
	color: #fff;
	padding: 0 5px;
	heigt: 20px;
	line-height: 20px;
	background: #f23f3f;
	border-radius: 4px 4px 0 0;
}

.invest-mod-desc {
	padding: 0 24px
}
/*video*/
.m-video {
	position: relative;
	width: 250px;
	height: 158px;
}
.m-video .five-minutes-study{
	background-position:0 0;
	height:158px;
	width:250px;
}
.m-video .go-btn-video {
	position: absolute;
	top: 60px;
	left: 100px;
	width: 43px;
	height: 43px;
	background-position: -435px -214px;
}

.go-btn-video:hover {
	background-position: -435px -171px;
}

/*媒体报道*/
.media-report-wrap {
	margin-bottom: 20px;
	border: 1px #eaeaea solid;
	background: #fff;
	border-radius: 4px;
}

.news-report {
	width: 334px;
	float: left;
}

.news-report .bd,.media-report .bd {
	padding: 20px;
}

.media-report .bd {
	float: left;
	width: 300px;
}

.media-report {
	width: 650px;
}

.media-report-wrap .hd {
	border-bottom: 1px #eaeaea solid;
	padding: 0 20px;
}

.media-report-wrap .title {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
}

.media-report-box {
	margin-right: -1px
}

.media-report-itme {
	padding: 24px 0;
	float: left;
	width: 333px;
}

.media-report-desc {
	margin-top: 10px;
	padding: 0 20px;
	color: #474747
}

.news-banner {
	overflow: hidden;
	width: 280px;
	height: 167px;
	position: relative;
	float: left;
	margin-top: 7px;
}

.news-banner .chose {
	position: absolute;
	width: 95%;
	bottom: 10px;
	text-align: right;
	z-index: 3
}

.news-banner .chose a {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 2px;
	background-color: #fff;
	border-radius: 17px;
	color: #000;
	text-align: center;
	line-height: 15px;
	font-size: 12px;
}

.news-banner .chose a.current {
	background-color: #16afee;
	color: #fff;
}

.n-banner-pic {
	position: relative;
	height: 172px;
	overflow: hidden;
}

.n-banner-pic .n-banner-pic-item {
	width: 287px;
	height: 172px;
	position: absolute;
	left: 0;
	top: 0;
}

/* app悬浮窗样式 */
.app-nav {
	width: 164px;
	height: 256px;
	background: url(../images/index/apperwei.png);
	position: fixed;
	bottom: 100px;
	display: block;
}

.app-nav .shut {
	width: 40px;
	height: 40px;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 999;
	cursor: pointer;
}

.app-nav .appdown {
	width: 150px;
	height: 40px;
	right: 0;
	bottom: 30px;
	position: absolute;
	z-index: 999;
	cursor: pointer;
}

.sxj-nav {
	width: 94px;
	height: 125px;
	background: url(../images/index/sxj.png);
	position: fixed;
	bottom: 231px;
	display: block;
}

.sxj-nav .shut {
	width: 15px;
	height: 15px;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 999;
	cursor: pointer;
}

.sxj-nav .sxjdown {
	width: 92px;
	height: 60px;
	right: 0;
	bottom: 0px;
	position: absolute;
	z-index: 999;
	cursor: pointer;
}

/*抢购专区*/
.m-scare-buying {
	background: #fff;
	margin-bottom: 20px;
	padding: 0 20px 20px;
	border: 1px solid #eaeaea;
	border-radius: 4px;
}

.scare-buying-header .title {
	font-size: 18px;
	height: 50px;
	line-height: 50px;
}

.m-scare-buying .ico-qz {
	background: url("../images/icon/ico-qz.png") no-repeat;
	display: inline-block;
	height: 23px;
	margin-right: 16px;
	vertical-align: middle;
	width: 23px;
}

.scare-buying-item {
	border: 1px solid #eaeaea;
	border-radius: 4px;
}

.scare-buying-item .hd {
	padding: 0 20px;
	border-bottom: 1px solid #eaeaea
}

.scare-buying-item .title {
	font-size: 14px;
	height: 50px;
	line-height: 50px;
}

.list-field-cnt {
	padding: 20px 0 0
}

.ico-activity {
	background: url("../images/icon/ico-activity.png") no-repeat;
	height: 18px;
	margin-left: 5px;
	vertical-align: middle;
	width: 60px;
}

.ico-scare-buying {
	background: url("../images/icon/ico-scare-buying.png") no-repeat;
	height: 18px;
	margin-left: 5px;
	vertical-align: middle;
	width: 60px;
}

.ico-bao {
	margin-right: 5px;
	background: url("../images/icon/ent/icon-zdsd.png") no-repeat;
	height: 18px;
	width: 18px;
	vertical-align: middle;
}

.scare-buying-item .list-field {
	float: left;
}

.list-field {
	text-align: center
}

.list-field span {
	display: block;
}

.scare-buying-info {
	margin: 10px 0 20px;
	padding: 0 20px
}

.scare-buying-item .invest-btn2 {
	height: 32px;
	line-height: 32px;
	width: 76px;
	margin-top: 20px
}

.active-sm {
	background: #f1980c;
	padding: 0px 4px;
	border-radius: 4px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.pcz {
	background: url("../images/index/pcz.png") no-repeat;
	width: 53px;
	height: 53px;
	position: absolute;
	right: 0;
	top: 0;
}

.ico-iweb-only {
	background: url("../images/index/ico-iweb-only.png") no-repeat;
	width: 62px;
	height: 63px;
	position: absolute;
	right: 0;
	top: 0;
}

.iconnew {
	width: 63px;
	height: 63px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/index/ico-new.png) no-repeat;
}
/* add by xulx 两周年加息 20161130 */
.icon-raise-rate {
	width: 63px;
	height: 63px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/index/ico-raise-rate.png) no-repeat;
}
/* end by xulx 两周年加息 20161130 */
/* 新右侧悬浮 */
.r-nav {
	position: fixed;
	right: 0px;
	top: 40%;
	z-index:9;
}

.r-nav .item {
	padding-top: 7px;
	width: 67px;
	height: 60px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	display: block;
	cursor: pointer;
	margin-bottom: 5px;
	position: relative;
}

.r-nav .item1 {
	background: #16b0ee;
}

.r-nav .item1:hover {
	background: #23a3dd;
}

.r-nav .item2 {
	background: #7ed34f;
}

.r-nav .item2:hover {
	background: #78c340;
}

.r-nav .item3 {
	background: #59c1cb;
}

.r-nav .item4 {
	background: #f29600;
}

.r-nav .item3:hover {
	background: #4eaeba;
}

.r-nav .item2 .hover-s {
	display: none;
	background: #7ed34f;
	position: absolute;
	width: 120px;
	height: 132px;
	right: 72px;
	top: 0;
	padding: 7px 10px;
}

.r-nav .item2 .hover-s {
	display: none;
	background: #7ed34f;
	position: absolute;
	width: 120px;
	height: 132px;
	right: 72px;
	top: 0;
	padding: 7px 10px;
	text-align: center;
}

.r-nav .item2 .hover-s span.qywx {
	width: 112px;
	height: 112px;
	background: url(../images/ico-benefit.png) no-repeat;
}
.r-nav .item2 .hover-s span.wx1 {
	width: 112px;
	height: 112px;
	background-position: -627px 0;
}

.r-nav .item2 .hover-s span.wx2 {
	width: 112px;
	height: 112px;
	background-position: -739px 0;
}

.r-nav .item2:hover .hover-s,.r-nav .item3:hover .hover-s {
	display: block;
}

.r-nav .item3 .hover-s {
	display: none;
	background: #59c1cb;
	position: absolute;
	width: 120px;
	height: 135px;
	right: 72px;
	top: 0;
	padding: 7px 10px;
	text-align: center;
}

.r-nav .item3 .hover-s span {
	width: 115px;
	height: 116px;
	background-position: -504px -52px;
}

.r-nav .item1 i {
	background-position:-504px 0;
	width: 34px;
	height: 33px;
}

.r-nav .item2 i {
	background-position:-545px 0;
	width: 42px;
	height: 34px;
}

.r-nav .item3 i {
	background-position:-603px 0;
	width: 21px;
	height: 35px;
}

.r-nav .item4 i {
	background-position: -626px -118px;
	width: 28px;
	height: 36px;
}

.icon-benefit {
	background: url(../images/ico-benefit.png) no-repeat;
	height: 16px;
	width: 16px;
	margin-right: 5px;
	vertical-align: text-top;
}

.benefit-num {
	position: relative;
}

.benefit-num .fir,.benefit-num .sec,.benefit-num .trd {
	position: absolute;
	font-size: 12px;
}

.benefit-num .fir {
	top: 103px;
	left: 50px;
	color: #0a94f5;
}

.benefit-num .sec {
	top: 90px;
	left: 115px;
	color: #0a94f5;
}

.benefit-num .trd {
	top: 6px;
	left: 171px;
	color: #fe9d20;
}

.m-benefit .benefit-dec {
	margin: 5px 18px 12px 32px;
}

.m-benefit .benefit-dec span {
	width: 33.33%;
	*width: 66px;
	display: inline-block;
	text-align: center;
	font-size: 10px;
	color: #054261
}

.m-profit .benefit-title {
	margin: 15px 0 20px;
}

.benefit-title .title-dec {
	margin-left: 32px;
	color: #9d9d9d;
	font-size: 12px;
}

#one_year {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999;
	width: 769px;
	height: 508px;
	margin-top: -250px;
	margin-left: -390px;
}

#one_year img {
	vertical-align: top;
}

#one_year_bak {
	background-color: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	filter: alpha(opacity = 45);
	opacity: 0.45;
	z-index: 99998;
	left: 0;
	top: 0;
}

#one_year .close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
	background-color: #000;
	opacity: 0.01;
	filter: alpha(opacity = 1)
}
