@charset "utf-8";
/* CSS Document */

/*投标弹窗*/
.moc{
	display:none;
	width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.3);
    position:fixed;
    left:0;
    top:0;
    z-index:999;
}
.mack{
	display:none;
	z-index: 9999;
    width:345px;
    padding-bottom: 20px;
    overflow:hidden;
    border-radius: 10px;
    background:#fff;
    position:fixed;
    left:50%;
    top:50%;
    margin-left:-202px;
    margin-top:-185px;
}
.mack .end{
	width:22px;
	height:21px;
	display:block;
	cursor:pointer;
	position:absolute;
	top:15px;
	right:10px;
	z-index: 99;
	background:url(../images/bank/end.png) no-repeat;
}
.mack h3{
	font-size: 20px;
    color:#fff;
    text-align: center;
    background:#387dc0;
    width:100%;
    height:53px;
    line-height: 53px;
    position:relative;
}
.mack .share{
	width:285px;
	margin:0 auto;
}
.mack .share p{
	font-size:16px;
	color:#666;
	margin-top:20px;
}
.mack .share p span.salf{
	font-size: 12px;
	color:#666;
	margin-left: 10px;
}
.mack .share p span i{
	font-style: normal;
}
.mack .share p .bt_btn{
	width:88px;
	height:35px;
	/*background:#59bb9c;*/
	display:inline-block;
	line-height: 35px;
	border-radius:5px;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	color:#59bb9c;
	border:1px solid #59bb9c;
}
.mack .share p .bt_btn2{
	background:#ededed;
	color:#666;
	border:none;
}
.mack .share p input{
	width:188px;
	height:35px;
	border:1px solid #ccc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	line-height:35px;
	text-indent:5px;
	color:#666;
	margin-right:5px;
	font-size:16px;
}
.mack .share .button{
	width:180px;
    height: 35px;
    display:block;
	background:#59bb9c;
	color:#fff;
	border:none;
	border-radius: 5px;
	margin:20px auto 0;
	cursor:pointer;
}

/*center*/
.center{
	width:100%; 
	min-width:1010px;
	background:#f2f2f2;
	padding:10px 0 30px;
}

/****************日日盈，月月涨***************/
.crumb{
	width:100%;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#666;
	margin-bottom:5px;
}
.crumb img{
	position:relative;
	top:3px;
	margin:0 5px;
}
.crumb a{
	color:#666;
}
.crumb a:hover{
	text-decoration:underline;
}
.product_box{
	width:1008px;
	height:398px;
	margin:0 auto 30px;
	background:#fd8422;
	border:1px solid #ccc;
}
.product_box_disc{
	width:648px;
	height:396px;
	margin-top:2px;
	background:#fff;
}
.product_box_disc .product_box_tit{
	width:100%;
	height:125px;
	border-bottom:1px dashed #ccc;
	position:relative;
}
.product_box_disc .product_box_tit h1{
	font-size:22px;
	color:#333;
	padding-top:35px;
	padding-left:40px;
	padding:35px 0 0 40px;
	margin:0 0 20px 20px;
	height:30px;
	line-height:30px;
	background:url(../images/icon_sprite.png) no-repeat 0 35px;
}
.product_box_disc .product_box_tit p{
	height:16px;
	line-height:16px;
	font-size:14px;
	width:550px;
	margin-left:60px;
	color:#b2b2b2;
	padding-left:20px;
	background:url(../images/icon_sprite.png) no-repeat 0 -31px;
}
.product_box_disc .product_box_tit p a{
	color:#5abb9c;
}
.calculator_icon{
	position:absolute;
	top:35px;
	right:20px;
	font-size:14px;
	color:#39a782;
}
.calculator_icon img{
	position:relative;
	top:5px;
	margin-right:5px;
}

.product_box_disc .product_box_infor{
	width:100%;
	height:160px;
	border-bottom:1px dashed #ccc;
}
.product_box_infor ul{
	padding-top:40px;
	margin-left:60px;
}

.product_box_infor li{
	width:160px;
	float:left;
}
.product_box_infor li.li_first{
	width:210px;
}
.product_box_infor li.li_cen{
	width:120px;
}
.product_box_infor li.li_last{
	width:250px;
}
.product_box_infor li h2{
	font-size:16px;
	color:#666;
	margin-bottom:10px;
	font-weight:normal;
}
.product_box_infor li p{
	font-size:38px;
	color:#fd8422;
}
.product_box_infor li p span{
	color:#666;
	font-size:16px;
}

.product_box_disc .product_box_get{
	width:100%;
	height:110px;
}
.product_box_get ul{
	padding-top:40px;
	margin-left:60px;
}
.product_box_get li{
	width:265px;
	float:left;
	text-align:center;
	color:#b2b2b2;
	font-size:16px;
}
.product_box_get li span{
	color:#666;
}
.product_box_invest{
	width:360px;
	height:398px;
	background:url(../images/bg1.png) no-repeat;
	background-position:right 30%;
}
.product_box_invest1{
	background:url(../images/bg2.png) no-repeat;
	background-position:right 30%;
}
.rate{
	width:100%;
	height:154px;
	text-align:center;
}
.rate h2{
	font-size:22px;
	padding-top:40px;
	margin-bottom:10px;
	color:#fff;
}
.rate p{
	font-size:48px;
	color:#fff;
}
.rate p span{
	font-size:18px;
}
.invest_box{
	width:320px;
	height:230px;
	margin:0 auto;
	background:#e0fdf4;
}
.invest_box_login_before{
	text-align:center;
}
.invest_box_login_before p{
	padding-top:60px;
	font-size:18px;
	color:#666;
	margin-bottom:30px;
}
.invest_box_login_before a{
	width:230px;
	height:55px;
	line-height:55px;
	text-align:center;
	font-size:18px;
	color:#fff;
	display:inline-block;
	background:url(../images/btn.png) no-repeat 0 -434px;
}
.invest_box_login_after{
	margin:0 15px;
}
.invest_box_login_after ul{
	padding:15px 0;
	margin-bottom:15px;
	border-bottom:1px solid #5abb9c;
}
.invest_box_login_after li{
	width:90px;
	float:left;
}
.invest_box_login_after li.invest_box_li_first{
	width:200px;
}
.invest_box_login_after li p{
	font-size:16px;
	color:#808080;
	line-height:30px;
}
.invest_box_login_after li p span{
	font-size:30px;
	color:#fdb83f;
}
.invest_box_login_after li.invest_box_li_first p span{
	color:#5abb9c;
}
.invest_box_login_after h3{
	font-size:14px;
	color:#666;
	line-height:24px;
	text-align:center;
}
.invest_box_login_after h3 span{
	color:#fdb83f;
}
.invest_box_login_after a{
	margin-top:10px;
}
.product_intro_box{
	width:1008px;
	border:1px solid #ccc;
	background:#fff;
	margin:0 auto;
}
.product_feature{
	width:990px;
	height:120px;
	margin:10px auto 30px;
	background:#f2f2f2;
}
.product_feature ul li{
	width:157px;
	height:62px;
	float:left;
	display:inline;
	background:url(../images/icon_sprite.png) no-repeat;
	padding-left:70px;
	margin:30px 0 0 20px;
}
.product_feature ul li.product_feature_icon1{
	background-position:0 -48px;
}
.product_feature ul li.product_feature_icon2{
	background-position:0 -111px;
}
.product_feature ul li.product_feature_icon3{
	background-position:0 -174px;
}
.product_feature ul li.product_feature_icon4{
	background-position:0 -237px;
}
.product_feature ul li h3{
	font-size:18px;
	color:#59b294;
	font-weight:bold;
	line-height:30px;
	margin-bottom:3px;
}
.product_feature ul li p{
	font-size:16px;
	color:#59b294;
}
.product_rule_list{
	width:970px;
	margin:0 auto;
}
.product_rule_list li{
	padding:20px 0;
	border-bottom:1px solid #ccc;
}
.product_rule_list li h3{
	height:36px;
	line-height:36px;
	padding-left:50px;
	background:url(../images/icon_sprite.png) no-repeat;
	font-size:22px;
	color:#59b294;
	margin-bottom:10px;
}
.product_rule_list li h3.product_rule_tit1{
	background-position:0 -363px;
}
.product_rule_list li h3.product_rule_tit2{
	background-position:0 -400px;
}
.product_rule_list li h3.product_rule_tit3{
	background-position:0 -437px;
}
.product_rule_list li h3.product_rule_tit4{
	background-position:0 -511px;
}
.product_rule_list li h3.product_rule_tit5{
	background-position:0 -548px;
}
.product_rule_list li p{
	width:870px;
	margin-left:50px;
	font-size:16px;
	color:#b2b2b2;
	line-height:32px;
}

/*日日盈，月月涨弹框样式*/
.invest_dia_box{
	width:565px;
	height:100px;
	background:#c7ebd1;
	padding:20px 0;
	position:relative;
}
.invest_dia_box p{
	margin-left:30px;
	margin-bottom:15px;
	font-size:14px;
	color:#666;
}
.invest_dia_box p label{
	width:100px;
	display:inline-block;
}
.invest_dia_box p input[type=text]{
	width:202px;
	height:34px;
	background:url(../images/account_bg.png) no-repeat 0 -919px;
	border:none;
	text-indent:15px;
	line-height:34px;
	color:#666;
}
.invest_dia_box .invest_true{
	position:absolute;
	top:20px;
	right:30px;
}

.invest_intro_box{
	width:565px;
	padding:20px 0;
}
.invest_intro_box ul{
	padding:20px 0;
	margin:0 30px;
}
.invest_intro_box li{
	width:150px;
	float:left;
	margin-right:35px;
}
.invest_intro_box li h3{
	font-size:16px;
	color:#666;
}
.invest_intro_box li h4{
	font-size:32px;
	color:#fd8422;
}
.invest_intro_box li h4 span{
	font-size:20px;
	color:#666;
}
.invest_intro_box p{
	font-size:12px;
	color:#666;
	line-height:24px;
	margin:0 30px;
}
/*定期宝*/
.banner{
	width:100%;
}
.pro_tab{
	width:1010px;
	height:35px;
	border-bottom:1px solid #ccc;
	margin:10px auto 20px;
}
.pro_tab_list{
	width:1010px;
	height:36px;
}
.pro_tab_list li {
	width:120px;
	height:34px;
	border:1px solid #ccc;
	position:relative;
	float:left;
	margin-right:10px;
	
}
.pro_tab_list li a{
	display:block;
	line-height:34px;
	text-align:center;
	font-size:16px;
	color:#333;
	background:#ebfbf7;
}
.pro_tab_list li.pro_current{
	border-bottom:1px solid #f7f7f7;
}
.pro_tab_list li.pro_current a{
	color:#fff;
	background:#387dc2;
}
.adv{
	width:1010px;
	margin:0 auto 20px;
}
.adv img{
	display:block;
}
.period_tit{
	width:1010px;
	height:30px;
	line-height:30px;
	font-size:12px;
	color:#808080;
	margin:0 auto 10px;
}
.period_tit a{ color:#808080;}
.period_tit a:hover{ text-decoration:underline;}
.period_tit img{
	position:relative;
	margin-right:5px;
	top:3px;
}
.period_list{
	width:1008px;
	margin:0 auto;
	border:1px solid #e6e6e6;
	background:#fff;
	padding-bottom:30px;
}
.period_list_tit{
	width:100%;
	height:32px;
	line-height:32px;
	background:#387dc2;
}
.period_list_tit ul{
	width:988px;
	margin:0 auto;
}
.period_list_tit li{
	text-align:center;
	font-size:12px;
	color:#fff;
	float:left;
}
.period_list_tit1{
	background:#fffbd1;
}
.period_list_tit1 li{
	color:#4c4c4c;
}
.period_list_tit .period_list_tit_li1{ width:200px; }
.period_list_tit .period_list_tit_li2{ width:155px; }
.period_list_tit .period_list_tit_li3{ width:155px; }
.period_list_tit .period_list_tit_li4{ width:155px; }
.period_list_tit .period_list_tit_li5{ width:115px; }
.period_list_tit .period_list_tit_li6{ width:208px; }
.period_model{
	width:988px;
	height:75px;
	margin:0 auto;
	border-bottom:1px dashed #e6e6e6;
}
.period_model li{
	height:75px;
	float:left;
	text-align:center;
}
.period_model li img{ position:relative; top:5px; margin-right:3px;}
.period_model .period_model_li1{
	width:220px;
	text-align:left;
}
.period_model .period_model_li2{
	width:155px;
	color:#fd8422;
}
.period_model .period_model_li3{
	width:155px;
}
.period_model .period_model_li4{
	width:135px;
}
.period_model .period_model_li5{
	width:115px;
}
.period_model .period_model_li6{
	width:208px;
}
.period_model .period_model_li1,.period_model .period_model_li2,.period_model .period_model_li3,.period_model .period_model_li4{
	font-size:14px;
	color:#666;
	line-height:75px;
}
.period_model li.period_model_li1 span,.period_model li.period_model_li2 span,.period_model li.period_model_li3 span,.period_model li.period_model_li4 span{
	font-size:20px;
}
.period_model .period_model_li2,.period_model .period_model_li2 span{
	color:#ffb869;
}
.paper1{
	width:46px;
	height:46px;
	margin:15px auto;
}
.period_model .period_model_li1 a{
	color:#666;
	font-size:14px;
}
.period_model .period_model_li1 a:hover{
	text-decoration:underline;
}
.period_model .period_model_li6 p{
	font-size:12px;
	color:#999;
	margin:10px 0 5px;
}
.period_model .period_model_li6 .period_model_btn{
	width:120px;
	height:30px;
	line-height:28px;
	font-size:14px;
	color:#fff;
	display:block;
	margin:0 auto;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-ms-border-radius:15px;
	border-radius:15px;
}
/*定期宝详情*/
.period_box{
	width:1008px;
	border:1px solid #ccc;
	background:#fff;
	margin: 0 auto 20px;
	padding-bottom:10px;
}
.active_notice{
	width:100%;
	height:35px;
	line-height:35px;
	background:#eb7381;
	border-radius: 5px 5px 0 0;
	position:relative;
	top:-5px;
}
.active_notice p{
	margin-left:20px;
	font-size:16px;
	color:#fff;
}
.active_notice p img{
	width:20px;
	vertical-align: middle;
	margin-right:10px;
	position:relative;
	top:-2px;
}
.period_disc{
	width:600px;
	margin:10px 0 0 20px;
}
.period_box_intro{
	width:600px;
	height:105px;
	border-bottom:1px dashed #ccc;
	position:relative;
}
.period_box_intro h2{
	font-size:16px;
	color:#656565;
	margin-bottom:15px;
}
.period_box_intro li{
	float:left;
}
.period_box_intro li h3{
	font-size:14px;
	color:#999;
	margin-bottom:5px;
}
.period_box_intro li p{
	font-size:20px;
	color:#666;
}
.period_box_intro li p span{
	font-size:14px;
}
.period_box_intro a{
	font-size:14px;
	color:#59bb9c;
	position: absolute;
	top:0;
	right:0;
}
.period_box_get{
	width:600px;
}
.percent{
	width:600px;
	margin-top:20px;
}
.progress_bar{
	width:460px;
	background:#dedede;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-ms-border-radius:15px;
	border-radius:15px;
	height:12px;
	overflow:hidden;
	margin-top:5px;
}
.progress_bar .charts{
	background:#fd8422;
	height:12px;
	width:0;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-ms-border-radius:15px;
	border-radius:15px;
}
.percent_num{
	width:60px;
	height:22px;
	background:url(../images/qipao.png) no-repeat;
	margin-left:10px;
	line-height:22px;
	font-size:12px;
	color:#fff;
	text-align:center;
	text-indent:5px;
}
.period_box_get h3{
	font-size:14px;
	color:#666;
	margin-top:5px;
}
.period_box_get ul{
	margin-top:15px;
}
.period_box_get ul li{
	width:200px;
	float:left;
	font-size:14px;
	color:#666;
}
.period_box_get h3 span{
	font-size:20px;
	color:#333;
}
.period_box_get p{
	font-size:14px;
	color:#666;
	margin-top:13px;
}
.period_box_get p span{
	color:#59bb9c;
}
.period_invest{
	width:300px;
	height:247px;
	background:#f3f3f3;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	margin:10px 20px 0 0;
	padding:10px 20px;
}
.period_invest_login_before,.period_invest_login_after{
	font-size:14px;
	color:#666;
	height:30px;
}
.period_invest_login_before a{
	color:#fd8422;
}
.period_invest_login_after span{
	float:left;
}
.period_invest_login_after strong{
	font-size:18px;
	margin-left:10px;
	font-weight:normal;
}
.period_invest_login_after a{
	float:right;
	color:#55bd9c;
	margin-top:5px;
}
.period_invest_box{
	width:300px;
}
.period_invest_box p{
	font-size:14px;
	color:#666;
	margin-bottom:15px;
}
.period_invest_box p .bt_btn{
	width:80px;
	height:35px;
	background:#59bb9c;
	display:inline-block;
	line-height: 35px;
	border-radius:5px;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	color:#fff;
}
.period_invest_box p .bt_btn2{
	color:#666;
	background:#ddd;
}
.period_invest_box p .bt_btn2 span{
	font-size: 14px;
}
.period_invest_box p input{
	width:188px;
	height:35px;
	border:1px solid #ccc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	line-height:35px;
	text-indent:5px;
	color:#666;
	margin-right:5px;
	font-size:16px;
}
.period_invest_box p span{
	font-size:20px;
	color:#333;
}
.period_invest_box .period_invest_btn{
	width:299px;
	height:40px;
	display:block;
	text-align:center;
	line-height:40px;
	font-size:18px;
	color:#fff;
	margin-top:10px;
	margin-bottom: 8px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-ms-border-radius:20px;
	border-radius:20px;
}
.period_invest_box p a{
	color:orange;
}
.error_notice1{
	height:20px;
	line-height:20px;
	color:#f00;
	text-align:center;
}
/*活动奖励*/
.active_prize{
	width:968px;
	border:1px solid #ccc;
	background:#fff;
	margin:0 auto;
	padding:10px 20px;
	margin-bottom:20px;
}
.active_prize h3{
	font-size:18px;
	color:#55bd9c;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
}
.active_prize_list{
	margin-bottom:15px;
}
.active_prize_list li{
	font-size:14px;
	color:#545454;
	line-height:24px;
	margin-bottom:5px;
}
.active_prize_list li span{
	width:20px;
	height:20px;
	display:inline-block;
	margin-right:5px;
	text-align:center;
	line-height:18px;
	color:#fff;
	border-radius:5px;
}
.ma{
	background:#55bd9c;
}
.chui{
	background:#f8bb2d;
}
.ming{
	background:#f4785a;
}
.xing{
	background:#36b1c0;
}
.active_prize_rule dt{
	font-size:16px;
	color:#808080;
}
.active_prize_rule dd{
	font-size:14px;
	line-height:24px;
	color:#808080;
	margin-left:16px;
}

.period_intro_box{
	width:968px;
	min-height:500px;
	border:1px solid #ccc;
	background:#fff;
	margin:0 auto;
	padding:10px 20px;
}
.period_intro_tabList{
	width:968px;
	height:44px;
	background:url(../images/period_intro_tab_bg.jpg)  repeat-x bottom center;
}
.period_intro_tabList li{
	width:140px;
	height:42px;
	float:left;
	background:url(../images/xian.jpg) no-repeat right center;
	background-size:1px 20px;
}
.period_intro_tabList li a{
	width:140px;
	height:42px;
	border-bottom:2px solid #e6e6e6;
	display: block;
	text-align:center;
	font-size:14px;
	color:#666;
	line-height:42px;
}
.period_intro_tabList li a:hover{
	border-bottom:2px solid #59bb9c;
	color:#59bb9c;
}
.period_intro_tabList li a span{
	color:#fd8422;
}
.period_intro_tabList li.period_intro_select a{
	border-bottom:2px solid #59bb9c;
	color:#59bb9c;
}
.period_intro_content{
	width:968px;
	margin-top:30px;
}
.period_intro_model{
	width:968px;
}
.period_intro_model h3{
	font-size:14px;
	color: #5abb9c;
	line-height:30px;
}
.period_intro_model p{
	font-size:14px;
	color:#666;
	line-height:30px;
}
.invest_list_table{
	width:968px;
	border:1px solid #f2f2f2;
}
.invest_list_table th{
	height:40px;
	font-size:14px;
	color:#fff;
	font-weight:normal;
	background:#62ba9e;
	text-align:center;
}
.invest_list_table td{
	height:40px;
	font-size:14px;
	color:#808080;
	text-align:center;
	border:1px solid #f2f2f2;
}
.period_intro_model .period_intro_pic{
	width:968px;
}
.period_intro_pic li{
	width:280px;
	height:220px;
	float:left;
	margin:20px;
	display:inline;
}
.period_intro_pic li img{
	width:280px;
	height:220px;
}
.period_intro_pic li a{
	width:280px;
	height:220px;
	display:block;
}
.aptitude{
	width:800px;
	margin:30px auto 0;
}
.aptitude ul{
	border-radius:20px 20px 0 0;
	border:1px solid #eaeaea;
	border-bottom:none;
}
.aptitude ul li{
	height:40px;
	line-height:40px;
	border-bottom:1px solid #eaeaea;
	text-align:center;
}
.aptitude ul li.list_tit{
	background:#62ba9e;
	color:#fff;
	border-radius:20px 20px 0 0;
}
.aptitude ul li.list_tit span,.aptitude ul li.list_tit strong{
	color:#fff;
	font-size:16px;
	text-align:center;
	text-indent:0;
}
.aptitude ul li span,.aptitude ul li strong{
	display:inline-block;
	width:50%;
	margin:0;
	font-size:12px;
}
.aptitude ul li span{
	color:#808080;
}
.aptitude ul li strong{
	color:#59bb9c;
	font-weight:normal;
	
}
/*登录*/
.login{
	width:1010px;
	height:398px;
	margin:40px auto;
	background:#fff;
}
.login_pic{
	width:660px;
	height:398px;
}
.login_pic img{
	display:block;
}
.login_box{
	width:310px;
	padding-top:30px;
	margin-right:20px;
}
.form_item{
	width:310px;
	height:42px;
	border:1px solid #ccc;
	border-radius: 30px;
}
.usename{
	margin-bottom:20px;
}
.pw{
	margin-bottom:20px;
}
.form_item span{
	background:#f2f2f2;
	width:44px;
	height:42px;
	-webkit-border-radius:20px 0 0 20px;
	-moz-border-radius:20px 0 0 20px;
	-ms-border-radius:20px 0 0 20px;
	border-radius:20px 0 0 20px;
}
.form_item span img{
	display:block;
	margin:10px 0 0 16px;
}
.form_item input{
	width:245px;
	height:40px;
	line-height:40px;
	text-indent:5px;
	border:none;
	margin-top:1px;
	color:#333;
}
.code_box{
	width:310px;
	height:42px;
	margin-bottom:10px;
}
.code_input{
	width: 158px;
	background-position:0 -238px;
}
.code_input input{
	width: 89px;
}
.code_pic{
	width:80px;
	height:38px;
	text-align:center;
	margin:2px 0 0 10px;
}
.code_pic img{
	margin-top:1px;
	cursor:pointer;
}
.login_box p{
	font-size:12px;
	line-height: 20px;
	color:#666;
	padding-left:15px;
}
.login_box p a{
	font-size: 16px;
}
.login_box p i{
	width:16px;
	height:16px;
	display:inline-block;
	background:url(../images/choose_false.png) no-repeat;
	margin-right:5px;
	margin-left:10px;
	vertical-align:middle;
	cursor:pointer;
}
.login_box p i.remember{
	background:url(../images/choose_true.png) no-repeat;
}
.remember_me a{
	color:#59bb9c;
	float:right;
}
.remember_me a.fr{
	color:#666;
	margin-right: 5px;
}
.img_bg{background:url(../images/login_icon.png) no-repeat left center;}
.login_box p a:hover{
	text-decoration:underline;
}
.login_submit,.register_submit{
	width:310px;
	height:55px;
	line-height:55px;
	text-align:center;
	border:none;
	background:#59bb9c;
	border-radius: 30px;
	font-size:18px;
	color:#fff;
	margin:20px auto 15px;
	display:block;
	cursor:pointer;
}
.login_submit{
	margin-top:5px;
}
.error_notice{
	height:35px;
	line-height:35px;
	font-size:14px;
	color:#f00;
	margin-top:10px;
}
/*注册三部曲*/
.register{
	width:1010px;
	height:625px;
	margin:30px auto;
	background:#fff;
}
.step_box{
	width:900px;
	height:100px;
	margin:0 auto;
	padding-top:60px;
}
.step_bg1,.step_bg2,.step_bg3{
	width:900px;
	height:64px;
	background:url(../img/register_sprite.png) no-repeat center 0;
}
.step_bg2{
	background-position:center -65px;
}
.step_bg3{
	background-position:center -130px;
}
.step_box p{
	width:900px;
	height:30px;
	line-height:30px;
	font-size:16px;
	color:#bab1b1;
}
.step_box p .step1{
	margin-left:40px;
}
.step_box p .step2{
	margin-left:265px;
}

.step_box p .step3{
	margin-left:265px;
}
.step_box p .step_true{
	color:#59bb9c;
}
.register_box{
	width:820px;
	margin:55px auto 0;
}
.register_form{
	width:500px;
}
.register_form li{
	font-size:14px;
	color:#666;
}
.register_form li a{
	color:#59bb9c;
}
.register_form li em{
	width:20px;
	height:20px;
	display:inline-block;
	background:url(../img/radio_false.png) no-repeat;
	margin-right:5px;
	vertical-align:middle;
	cursor:pointer;
}
.register_form li em.radio_true{
	background:url(../img/radio_true.png) no-repeat;
}
.push_phone{
	display:none;
}
.push_txt{
	line-height:38px;
	margin-left:5px;
}
.push_txt strong{
	color:#f00;
	margin-right:5px;
}
.register_form label{
	width:90px;
	height:40px;
	line-height:40px;
	float:left;
	display:block;
	color:#000;
}
.register_form label span{
	color:#f8a107;
	margin-right:5px;
	vertical-align:middle;
}
.register_form .form_item{
	float:left;
}
.register_form .form_item1{
	float:left;
	width:127px;
	height:38px;
	margin-right:10px;
	text-align:center;
	background:url(../img/register_sprite.png) no-repeat -253px -199px;
}
.register_form .form_item2{
	float:left;
	width:127px;
	height:38px;
	text-align:center;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-ms-border-radius:20px;
	border-radius:20px;
}
.register_form .form_item2 a,.register_form .form_item2 span{
	display:block;
	line-height:36px;
	color:#fff;
}
.register_form .form_item2 span{
	display:none;
}
.register_form .form_item1 input{
	width:92px;
	height:36px;
	line-height:36px;
	margin:1px auto;
	border:none;
	color:#333;
}
.register_form .form_item1 img{
	margin-top:1px;
}

.register_form .refrash{
	width:31px;
	height:30px;
	display:block;
	float:left;
	margin-top:5px;
}
.register_form i{
	width:16px;
	height:16px;
	display:inline-block;
	background:url(../images/choose_false.png) no-repeat;
	margin-right:5px;
	vertical-align:middle;
	cursor:pointer;
}
.register_form i.remember{
	background:url(../images/choose_true.png) no-repeat;
}
.register_submit{
	margin:0;
}

.register_ad{
	width:260px;
}
.register_ad p{
	font-size:14px;
	color:#666;
	line-height:24px;
	margin-bottom:10px;
}
.register_ad p span{
	color:#fd8422;
}

.register_form h3{
	width:424px;
	height:35px;
	background:url(../images/register_bg.png) no-repeat;
	font-size:12px;
	color:#59bb9c;
	line-height:30px;
	text-indent:10px;
	margin-bottom:30px;
}
.register_form li p{
	line-height:40px;
	width:200px;
	float:left;
	margin-right:10px;
	text-indent:6px;
	color:#fd8422;
}
.phone_change{
	width:200px;
	height:30px;
	line-height:30px;
	border:1px solid #ccc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	text-indent:5px;
	color:#666;
	float:left;
	margin-right:10px;
	margin-top:5px;
	display:none;
}
.register_form li .change{
	float:left;
	line-height:40px;
}
/*注册成功*/
.register_true{
	width:540px;
	height:180px;
	background:url(../images/register_bg2.jpg) no-repeat right center;
	margin:10px auto 30px;
}
.register_true p{
	font-size:46px;
	color:#59bb9c;
	margin-left:30px;
	padding-top:50px;
}
.register_true p img{
	vertical-align:middle;
	margin-right:15px;
}

.register_btn{
	width:460px;
	margin:0 auto;
}
.register_btn a{
	margin-right:30px;
}
/*********************账户中心**********************/
.account_left{
	width:730px;
}
.my_account{
	width:730px;
	height:200px;
	background:#fff;
	margin-bottom:20px;
}
.my_account_bg{
	width:730px;
	height:50px;
	background:#59bb9c;
}
.my_account_box{
	width:690px;
	margin:0 auto;
}
.head_img{
	width:119px;
	height:119px;
	border:1px solid #ccc;
	position:relative;
	top:-20px;
}
.my_attestation{
	width:175px;
	margin-left:10px;
}
.my_attestation h2{
	font-size:14px;
	color:#999;
	margin:10px 0;
}
.my_attestation h2 span{
	color:#fdc056;
}
.safety_level{
	width:175px;
	margin-bottom:10px;
	font-size:14px;
	color:#999;
	line-height:30px;
}
.safety_level span{
	width:60px;
	float:left;
}
.safety_level .percent_level{
	width:100px;
	height:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
	background:#e6e6e6;
	float:left;
	margin-top:10px;
	margin-left:5px;
	display:inline;
	position:relative;
}
.percent_level .level_num{
	height:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
	position:absolute;
	top:0;
	left:0;
}
.safe_attestation{
	width:175px;
}
.safe_attestation li{
	width:34px;
	height:34px;
	float:left;
	margin-right:5px;
	background:url(../images/attestation_icon.png) no-repeat;
}
.safe_attestation li a{
	width:34px;
	height:34px;
	display:block;
}
.safe_attestation li.attestation1{
	background-position:0 0;
}
.safe_attestation li.attestation2{
	background-position:-35px 0;
}
.safe_attestation li.attestation3{
	background-position:-70px 0;
}
.safe_attestation li.attestation4{
	background-position:-105px 0;
}
.safe_attestation li.attestation1.attestation_true{
	background-position:0 -35px;
}
.safe_attestation li.attestation2.attestation_true{
	background-position:-35px -35px;
}
.safe_attestation li.attestation3.attestation_true{
	background-position:-70px -35px;
}
.safe_attestation li.attestation4.attestation_true{
	background-position:-105px -35px;
}

.my_money{
	width:370px;
	margin:40px 0 0 10px;
	position:relative;
}
.my_money p{
	font-size:14px;
	color:#999;
	line-height:30px;
	margin-bottom:10px;
}
.my_money p strong{
	font-size:20px;
	color:#fdc056;
	font-weight:normal;
	margin-left:5px;
}
.my_money p span{
	font-size:18px;
	margin-left:5px;
}
.my_money p a{
	width:16px;
	height:16px;
	vertical-align:top;
	line-height:40px;
	display: inline-block;
}
.my_money .recharge_btn,.my_money .withdraw_btn{
	width:80px;
	height:30px;
	text-align:center;
	line-height:30px;
	font-size:18px;
	color:#fff;
	position:absolute;
	right:0;
	background:url(../images/btn.png) no-repeat;
}
.my_money .recharge_btn{
	top:0;
	background-position:0 -574px;
}
.my_money .withdraw_btn{
	top:40px;
	background-position:0 -605px;
}
/*气泡*/
.bubble{
	width:240px;
	/*background:rgba(0,0,0,0.5);*/
	background:#000 ;
	opacity:0.5;
	filter: alpha(opacity=60) \9;
	zoom:1;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
	position: absolute;
	top:80px;
	left:25px;
	padding:10px;
	display:none;
}
.bubble1{
	top:34px;
	left:40px;
}
.bubble:before{
	content:'▲';
	position:absolute;
	left:20px;
	top:-19px;
	font-size:18px;
	color:#000;
}
.bubble em{
	font-size:12px;
	color:#fff;
	line-height:20px;
}
/*账户弹框*/
.dialog1{
	width:401px;
	height:301px;
	background:url(../images/dia_bg1.png) no-repeat;
	position: fixed;
	top:50%;
	left:50%;
	margin:-150px 0 0 -200px;
	z-index:1000;
	display:none;
	border-radius:0 0 10px 10px
}
.dialog1_content{
	width:401px;
	position:relative;
	padding-top:120px;
}
.dialog1_content p{
	font-size:18px;
	color:#eaa735;
	text-align:center;
	padding-top:50px;
}
.dialog1_content .dia_btn1{
	width:200px;
	height:40px;
	display:block;
	margin:40px auto 0;
	background:#59bb9c;
	border-radius:20px;
	color:#fff;
	font-size:16px;
	text-align:center;
	line-height:40px;
}
.dialog1_content .dia_close1{
	width:48px;
	height:48px;
	position: absolute;
	top:0;
	right:0;
	background:url(../images/dia_close.png) no-repeat;
}
/*收益*/
.my_income{
	width:730px;
	height:200px;
	background:#fff;
	margin-bottom:20px;
}
.income_formula{
	width:690px;
	margin:0 auto;
	padding-top:30px;
}
.income_formula li{
	float:left;
	position:relative;
}
.income_formula li h3{
	font-size:14px;
	color:#999;
	margin-bottom:10px;
}
.income_formula li h3 a{
	width:16px;
	height:16px;
	display:inline-block;
	vertical-align:middle;
	margin-left:5px;
}
.income_formula li p{
	font-size:14px;
	color:#999;
}
.income_formula li p strong{
	font-size:18px;
	font-weight:normal;
	font-family:Arial;
	color:#666;
}
.income_formula li.fund_num{
	width:140px;
}
.income_formula li.symbol{
	font-size:30px;
	font-family:Arial;
	color:#666;
	margin:22px 12px 0;
}
.income_num{
	width:690px;
	margin:30px auto 0;
}
.income_num li{
	width:50%;
	float:left;
}
.income_num li p{
	font-size:14px;
	color:#999;
}
.income_num li p img{
	vertical-align:middle;
	margin-right:10px;
}
.income_num li p a{
	color:#59bb9c;
	font-size:18px;
	margin:0 5px;
}
/*投资概况*/
.invest_intro,.invest_push{
	width:730px;
	background:#fff;
	margin-bottom:20px;
}
.title{
	width:100%;
	height:50px;
	line-height:50px;
	font-size:14px;
	color:#999;
	text-indent:20px;
}
.table{
	width:730px;
}
.thead{
	width:730px;
	height:50px;
	line-height:50px;
	background:#f1fcf6;
	border-top:1px solid #ecf2ef;
	border-bottom:1px solid #ecf2ef;
}
.thead li{
	float:left;
	text-align:center;
	font-size:14px;
	color:#999;
}
.tbody{
	width:730px;
}
.tbody li{
	width:730px;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:14px;
	color:#999;
	border-bottom:1px solid #ecf2ef;
}
.tbody li span{
	float:left;
}
.invest_intro_list li.thead_w1{
	width:100px;
}
.invest_intro_list li.thead_w2{
	width:100px;
}
.invest_intro_list li.thead_w3{
	width:230px;
}
.invest_intro_list li.thead_w4{
	width:200px;
}
.invest_intro_list li.thead_w5{
	width:100px;
}
.invest_intro_list li span.tbody_w1{
	width:100px;
}
.invest_intro_list li span.tbody_w2{
	width:100px;
}
.invest_intro_list li span.tbody_w3{
	width:230px;
}
.invest_intro_list li span.tbody_w4{
	width:200px;
}
.invest_intro_list li span.tbody_w5{
	width:100px;
}
.invest_push_list li.thead_w1{
	width:100px;
}
.invest_push_list li.thead_w2{
	width:100px;
}
.invest_push_list li.thead_w3{
	width:100px;
}
.invest_push_list li.thead_w4{
	width:100px;
}
.invest_push_list li.thead_w5{
	width:200px;
}
.invest_push_list li.thead_w6{
	width:130px;
}
.invest_push_list li span.tbody_w1{
	width:100px;
}
.invest_push_list li span.tbody_w2{
	width:100px;
}
.invest_push_list li span.tbody_w3{
	width:100px;
}
.invest_push_list li span.tbody_w4{
	width:100px;
}
.invest_push_list li span.tbody_w5{
	width:200px;
}
.invest_push_list li span.tbody_w6{
	width:130px;
}
.invest_intro_list a{
	color:#59bb9c;
}
.invest_push{
	height:auto;
	min-height:154px;
}
.invest_push_list img{
	vertical-align:middle;
	margin-left:5px;
}
.invest_push_list .tbody_w1 a{
	color:#59bb9c;
}
.invest_push_list .tbody_w6 a{
	width:80px;
	height:28px;
	background:url(../images/btn.png) no-repeat 0 -636px;
	text-align:center;
	line-height:26px;
	color:#fff;
	font-size:14px;
	display:block;
	margin:11px auto 0;
}


.account_right{
	width:260px;
}
.account_nav{
	width:260px;
	margin-bottom:10px;
	background:#fff;
}
.account_nav li{
	width:260px;
	margin-bottom:1px;
}
.account_nav li a{
	width:260px;
	height:50px;
	color:#666;
	font-size:16px;
	background:#e2e2e2;
	display:block;
	text-align:center;
	line-height:50px;
}
.account_nav li a:hover{
	background:#59bb9c;
	color:#fff;
}
.account_nav li.account_nav_select a{
	background:#59bb9c;
	color:#fff;
}
.account_nav li .account_subnav{
	margin-top:1px;
}
.account_nav li .account_subnav li a{
	background:#ededed;
	color:#999;
	position:relative;
}
.account_nav li .account_subnav li a:hover{
	background:#c7ebd1;
	left:-10px;
	color:#fff;
	
}
.account_nav li .account_subnav li.account_subnav_select a{
	background:#c7ebd1;
	left:-10px;
	color:#fff;
}

/*日日盈账户*/
.account_model{
	width:730px;
	height:150px;
	background:#ffffe1;
	margin-bottom:20px;
	position:relative;
}
.account_model ul{
	width:543px;
	margin-left:20px;
	padding-top:25px;
}
.account_model ul li{
	width:180px;
	height:90px;
	padding-top:10px;
	float:left;
	border-right:1px solid #e3e1c8;
}
.account_model ul li.nobd{
	border:none;
}
.account_model ul li h2{
	margin-left:20px;
	font-size:16px;
	color:#666;
	line-height:30px;
	margin-bottom:10px;
}
.account_model ul li p{
	margin-left:20px;
	font-size:14px;
	color:#666;
}
.account_model ul li p strong{
	font-size:24px;
	color:#545454;
	font-weight:normal;
}
.account_model ul li p span{
	font-size:24px;
	color:#eaa735;
}
.account_model ul li h3{
	font-size:14px;
	color:#666;
	line-height:30px;
	margin-left:20px;
	margin-bottom:10px;
}
.account_model ul li h3 span{
	color:#eaa735;
	margin-left:5px;
	font-size:16px;
}
.account_model .recharge_btn,.account_model .withdraw_btn{
	width:110px;
	height:39px;
	line-height:36px;
	text-align:center;
	font-size:16px;
	color:#fff;
	background:url(../images/btn.png) no-repeat;
	position: absolute;
	right:20px;
}
.account_model .recharge_btn{
	top:30px;
	background-position:0 -665px;
}
.account_model .withdraw_btn{
	top:85px;
	background-position:0 -705px;
}
/*投资记录*/
.invest_record{
	width:730px;
	min-height:670px;
	background:#fff;
	padding-bottom:20px;
}
.invest_record_tab{
	margin:0 20px;
	height:60px;
}
.invest_record_tab li{
	width:110px;
	height:30px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-ms-border-radius:15px;
	border-radius:15px;
	float:left;
	margin:15px 10px 0 0;
	display:inline;
}
.invest_record_tab li a{
	width:110px;
	height:30px;
	display:block;
	background:#eee;
	font-size:14px;
	color:#b2b2b2;
	text-align:center;
	line-height:30px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-ms-border-radius:15px;
	border-radius:15px;
}
.invest_record_tab li a:hover{
	background:#59bb9c;
	color:#fff;
}
.invest_record_tab li.invest_record_tab_current a{
	background:#59bb9c;
	color:#fff;
}
.day_invest_record li.thead_w1{
	width:200px;
	text-align:left;
	text-indent:30px;
}
.day_invest_record li.thead_w2{
	width:530px;
}
.day_invest_record li span.tbody_w1{
	width:200px;
	text-align:left;
	text-indent:30px;
}
.day_invest_record li span.tbody_w2{
	width:530px;
}
.day_invest_record1 li.thead_w1{
	width:200px;
	text-align:left;
	text-indent:30px;
}
.day_invest_record1 li.thead_w2{
	width:265px;
}
.day_invest_record1 li.thead_w3{
	width:265px;
}
.day_invest_record1 li span.tbody_w1{
	width:200px;
	text-align:left;
	text-indent:30px;
}
.day_invest_record1 li span.tbody_w2{
	width:265px;
}
.day_invest_record1 li span.tbody_w3{
	width:265px;
}
.month_invest_record1 li.thead_w1{
	width:150px;
}
.month_invest_record1 li.thead_w2{
	width:150px;
}
.month_invest_record1 li.thead_w3{
	width:150px;
}
.month_invest_record1 li.thead_w4{
	width:150px;
}
.month_invest_record1 li.thead_w5{
	width:130px;
}
.month_invest_record1 li span.tbody_w1{
	width:150px;
}
.month_invest_record1 li span.tbody_w2{
	width:150px;
	color:#fd8422;
}
.month_invest_record1 li span.tbody_w3{
	width:150px;
}
.month_invest_record1 li span.tbody_w4{
	width:150px;
}
.month_invest_record1 li span.tbody_w5{
	width:130px;
}
.month_invest_record1 li span.tbody_w5 a{
	width:100px;
	height:30px;
	text-align:center;
	line-height:30px;
	color:#fff;
	background:#59bb9c;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-ms-border-radius:20px;
	border-radius:20px;
	display:inline-block;
}
.month_invest_record2 li.thead_w1{
	width:200px;
}
.month_invest_record2 li.thead_w2{
	width:160px;
}
.month_invest_record2 li.thead_w3{
	width:170px;
}
.month_invest_record2 li.thead_w4{
	width:200px;
}

.month_invest_record2 li span.tbody_w1{
	width:200px;
}
.month_invest_record2 li span.tbody_w2{
	width:160px;
}
.month_invest_record2 li span.tbody_w3{
	width:170px;
	color:#fd8422;
}
.month_invest_record2 li span.tbody_w4{
	width:200px;
}

.month_invest_record2 li span.tbody_w1 img{
	vertical-align:middle;
	margin-left:5px;
}
.month_invest_record2 li span.tbody_w3 em{
	padding:2px 5px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
	background:#fd8422;
	color:#fff;
}
.month_invest_record2 li span.tbody_w5 a{
	color:#59bb9c;
}
.month_invest_record1 .tbody li,.month_invest_record2 .tbody li{
	height:60px;
	line-height:60px;
}
.month_invest_record1 .tbody li strong,.month_invest_record2 .tbody li strong,.month_invest_record1 .tbody li a,.month_invest_record2 .tbody li a{
	display:block;
	line-height:22px;
	margin-top:5px;
	font-weight:normal;
}
.month_invest_record1 .tbody li a,.month_invest_record2 .tbody li a{
	color:#666;
}
.month_invest_record1 .tbody li a:hover,.month_invest_record2 .tbody li a:hover{
	text-decoration:underline;
}

.period_invest_record1 li.thead_w1{
	width:200px;
	text-align:left;
	text-indent:20px;
}
.period_invest_record1 li.thead_w2{
	width:110px;
}
.period_invest_record1 li.thead_w3{
	width:170px;
}
.period_invest_record1 li.thead_w4{
	width:160px;
}
.period_invest_record1 li.thead_w5{
	width:90px;
}
.period_invest_record1 li span.tbody_w1{
	width:200px;
	text-align:left;
	text-indent:20px;
}
.period_invest_record1 li span.tbody_w2{
	width:110px;
	color:#fd8422;
}
.period_invest_record1 li span.tbody_w3{
	width:170px;
	color:#fd8422;
}
.period_invest_record1 li span.tbody_w4{
	width:160px;
}
.period_invest_record1 li span.tbody_w5{
	width:90px;
}
.period_invest_record1 li span.tbody_w5 a{
	color:#59bb9c;
}

.period_invest_record li.thead_w1{
	width:200px;
	text-align:left;
	text-indent:80px;
}
.period_invest_record li.thead_w2{
	width:100px;
}
.period_invest_record li.thead_w3{
	width:130px;
}
.period_invest_record li.thead_w4{
	width:140px;
}
.period_invest_record li.thead_w5{
	width:90px;
}
.period_invest_record li.thead_w6{
	width:70px;
}
.period_invest_record li span.tbody_w1{
	width:200px;
	text-align:left;
	text-indent:20px;
}
.period_invest_record li span.tbody_w2{
	width:100px;
	color:#fd8422;
}
.period_invest_record li span.tbody_w3{
	width:130px;
	color:#fd8422;
}
.period_invest_record li span.tbody_w4{
	width:140px;
}
.period_invest_record li span.tbody_w5{
	width:90px;
}
.period_invest_record li span.tbody_w6{
	width:70px;
}
.period_invest_record li span.tbody_w6 a{
	color:#59bb9c;
}
.tbody li{
	height: auto;
	line-height:30px;
	padding:10px 0;
}
.tbody .newer_invest{
	line-height:14px;
	float:left;
	margin-left:20px;
	color:#59bb9c;
	font-size:12px;
}

/********我的资金**********/
.fund_match{
	width:730px;
	height:300px;
	background:#fff;
	margin-bottom:20px;
}
.fund_statistics{
	width:690px;
	margin:0 auto;
	padding-top:30px;
	position:relative;
}
.statistics{
	height: 250px;
}
.fund_left,.fund_right{
	width:224px;
	position:absolute;
	top:15px;
}
.fund_left{
	left:0;
}
.fund_right{
	right:0;
}
.fund_left dt,.fund_right dt{
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid  #7e7e7e;
  font-size: 18px;
  color:#535353;
  margin-bottom:30px;
  float:left;
}
.fund_left dt span,.fund_right dt span{
	color:#fd8422;
	font-size:24px;
	margin-left:5px;
}
.fund_right dt{
	text-align:right;
}
.fund_left dd,.fund_right dd{
	width:100%;
	font-size:16px;
	color:#999;
	margin-bottom:15px;
	float:left;
}
.fund_left dd span,.fund_right dd span{
	float:right;
}
.line_left,.line_right{
	width:38px;
	height:25px;
	position:absolute;
	top:65px;
}
.line_left{
	left:224px;
	background:url(../images/line_left.png) no-repeat;
}
.line_right{
	left:428px;
	background:url(../images/line_right.png) no-repeat;
}
.total_fund{
	width:180px;
	text-align:center;
	position:absolute;
	top:125px;
	left:255px;
}
.total_fund h2{
	font-size:14px;
	color:#666;
	margin-bottom:10px;
}
.total_fund h2 span{
	font-size:22px;
	color:#58b394;
}
.total_fund p{
	font-size:18px;
	color:#666;
}

.money_statistics{
	width:730px;
	height:180px;
	background:#fff;
	margin-bottom:20px;
}
.money_statistics ul{
	width:600px;
	margin:0 auto;
	padding-top:20px;
}
.money_statistics ul li{
	width:50%;
	float:left;
}
.money_statistics li img{
	width:48px;
	height:48px;
	float:left;
	margin-right:10px;
	display:inline;
}
.money_statistics li dl{
	width:230px;
	float:left;
	margin-top:15px;
}
.money_statistics li dl dt{
	font-size:14px;
	color:#666;
	margin-bottom:10px;
}
.money_statistics li dl dt span{
	font-size:22px;
	color:#fd8422;
}
.money_statistics li dl dd{
	font-size:16px;
	color:#999;
	margin-bottom:10px;
}
.fund_record li.thead_w1{
	width:200px;
	text-align:left;
	text-indent:30px;
}
.fund_record li.thead_w2{
	width:200px;
}
.fund_record li.thead_w3{
	width:200px;
}
.fund_record li.thead_w4{
	width:130px;
}
.fund_record li span.tbody_w1{
	width:200px;
	text-align:left;
	text-indent:30px;
}
.fund_record li span.tbody_w2{
	width:200px;
}
.fund_record li span.tbody_w3{
	width:200px;
}
.fund_record li span.tbody_w4{
	width:130px;
}
/*我要充值*/
.model_box{
	width:730px;
	min-height:800px;
	background:#fff;
	padding-bottom:20px;
}
.model_tit{
	width:100%;
	height:50px;
	background:#fff;
    border-bottom: 1px solid #ccc;
}
.model_tit ul li{
    float: left;
}
.model_tit ul li.active{
    background-color: #59bb9c;
}
.model_tit ul li.active a{
    color:#fff;
}
.model_tit ul li a{
    display: inline-block;
    font-size: 16px;
    padding:0px 20px;
    color:#59bb9c;
    line-height: 50px;
    margin-left: 20px;
    padding-left: 40px;
}
.model_tit ul li:first-child a
{
    background: url(../images/account_bg.png) no-repeat -295px 10px;
}
.model_tit ul li:last-child a{
    background: url(../images/account_bg.png) no-repeat -295px -240px;
}
.model_tit h2{
	line-height:50px;
	font-size:14px;
	color:#59bb9c;
	margin-left:20px;
	padding-left:40px;
	background:url(../images/account_bg.png) no-repeat -295px 10px;
}
.model_tit1 h2{
	background-position:-295px -40px;
}
.model_tit2 h2{
	background-position:-295px -910px;
}
.model_tit3 h2{
	background-position:-295px -90px;
}
.choose_bank{
	width:690px;
	margin:20px auto;
	padding:20px 0 0;
}
.bank_li{
	width:600px;
	margin:0 0 0 20px;
}
.bank_li span{
	width:90px;
	height:40px;
	line-height:40px;
	font-size:14px;
	color:#666;
	float:left;
}
.bank_li .bank_box{
	width:500px;
	float:left;
}
.bank_box .lianlian{
	width:142px;
	height:42px;
	background:url(../images/bank.png) no-repeat 5px -84px;
}
.bank_box .lianlian a{
	width:142px;
	height:42px;
	background:url(../images/bank.png) no-repeat 0 0;
	display:block;
	text-indent:-9999px;
}
.bank_box em{
	width:130px;
	font-size:14px;
	color:#59bb9c;
	text-align:center;
	margin-top:5px;
	display:inline-block;
}
.bank_box .bank_list li{
	width:142px;
	height:42px;
	float:left;
	margin:0 20px 20px 0;
	display:inline;
	background:url(../images/bank.png) no-repeat;
}
.bank_list li.nongye{
	background-position:5px -129px;
}
.bank_list li.jianshe{
	background-position:5px -172px;
}
.bank_list li.gongshang{
	background-position:5px -215px;
}
.bank_list li.zhonghang{
	background-position:5px -258px;
}
.bank_list li.jiaotong{
	background-position:5px -301px;
}
.bank_list li.zhaoshang{
	background-position:5px -344px;
}
.bank_list li.youzheng{
	background-position:5px -387px;
}
.bank_list li.huaxia{
	background-position:5px -430px;
}
.bank_list li.xingye{
	background-position:5px -473px;
}
.bank_list li.minsheng{
	background-position:5px -516px;
}
.bank_list li.zhongxin{
	background-position:5px -559px;
}
.bank_list li.fazhan{
	background-position:5px -602px;
}
.bank_list li.guangda{
	background-position:5px -646px;
}
.bank_list li.zheshang{
	background-position:5px -689px;
}
.bank_list li.pufa{
	background-position:5px -732px;
}
.bank_list li.guangfa{
	background-position:5px -770px;
}
.bank_list li.beijing{
	background-position:5px -806px;
}
.bank_list li.shnongshang{
	background-position:5px -845px;
}
.bank_list li.luoyang{
	background-position:5px -885px;
}
.bank_list li.pingan{
	background-position:5px -923px;
}
.bank_list li.bohai{
    background-position:5px -961px;
}
.bank_list li a{
	width:142px;
	height:42px;
	display:block;
	text-indent:-9999px;
	background:url(../images/bank.png) no-repeat 0 -43px;
}
.bank_list li.nongye .bank_choose,.bank_list li.jianshe .bank_choose,.bank_list li.gongshang .bank_choose,.bank_list li.zhonghang .bank_choose,.bank_list li.jiaotong .bank_choose,.bank_list li.zhaoshang .bank_choose,.bank_list li.youzheng .bank_choose,.bank_list li.huaxia .bank_choose,.bank_list li.xingye .bank_choose,.bank_list li.minsheng .bank_choose,.bank_list li.zhongxin .bank_choose,.bank_list li.fazhan .bank_choose,.bank_list li.guangda .bank_choose,.bank_list li.zheshang .bank_choose,.bank_list li.pufa .bank_choose,.bank_list li.guangfa .bank_choose,.bank_list li.beijing .bank_choose,.bank_list li.shnongshang .bank_choose,.bank_list li.luoyang .bank_choose,.bank_list li.pingan .bank_choose{
	background-position:0 0;
}


.bank_select{
	margin-top:3px;
}
.recharge_box{
	width:500px;
	margin:30px 0 0 30px;
}
.recharge_box p{
	margin-bottom:30px;
}
.recharge_box p label{
	width:110px;
	display:inline-block;
	color:#666;
}
.recharge_box p input[type=text]{
	width:142px;
	height:34px;
	background:url(../images/account_bg.png) no-repeat 0 -884px;
	border:none;
	text-indent:15px;
	line-height:34px;
	font-size:14px;
	color:#666;
}
.recharge_box span{
	font-size:18px;
	color:#fd8422;
}

.bank_notice{
	width:700px;
	margin:0 auto;
	display:none;
}
.bank_notice p{
	font-size:12px;
	color:#000;
	margin-bottom:5px;
}
.bank_notice h3{
	width:100%;
	height:30px;
	text-align:center;
	background:#ddd;
	line-height:30px;
	font-size:16px;
	color:#333;
	margin-bottom:10px;
}
.bank_notice_li{
	border:1px solid #bfc5cb;
	text-align:center;
	font-size:12px;
	color:#333;
	display:none;
}
.bank_notice_li th{
	height:28px;
	background:#ddd;
	text-align:center;
}
.bank_notice_li td{
	height:28px;
}
/*无银行卡*/
.model_content h2{
	width:690px;
	height:40px;
	line-height:40px;
	background:#ffffe1;
	text-align:center;
	font-size:14px;
	color:#666;
	margin:20px auto;
}
.model_content h2 a{
	font-size:16px;
	color:#59bb9c;
	margin-left:10px;
}
.no_bank{
	width:690px;
	margin:0 auto;
}
.no_bank li{
	float:left;
	display:inline;
	margin:0 20px 20px 0;
}
.no_bank .my_add_bank{
	width:178px;
	height:108px;
	border:1px solid #ededed;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.my_add_bank p{
	text-align:center;
	font-size:12px;
	color:#666;
}
.my_add_bank .bank_option{
	width:100%;
	border-top:1px solid #ededed;
	margin-top:5px;
	text-align:right;
	line-height:38px;
}
.my_add_bank .bank_option a{
	padding:2px 10px 3px;
	margin-right:10px;
	font-size:14px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
}
.bank_option .delete{
	background:#ededed;
	color:#807e7e;
}
.bank_option .modify{
	background:#59bb9c;
	color:#fff;
}
.add_bank{
	width:180px;
	height:110px;
	position:relative;
}
.add_bank a{
	width:180px;
	height:110px;
	background:url(../images/add_bank.png) no-repeat 0 0;
	opacity:0.8;
	filter:alpha(opacity=80);
	display:block;
	text-align:center;
}
.add_bank a:hover{
	opacity:1;
	filter:alpha(opacity=100);
}
.add_bank a span{
	font-size:14px;
	color:#fd8422;
	line-height:150px;
}
.bank_txt{
	width:185px;
	height:24px;
	border:1px solid #ccc;
	text-indent:5px;
	color:#666;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-ms-border-radius:20px;
	border-radius:20px;
}
.sub_name{
	width:54px;
	height:20px;
	background:url(../images/account_bg.png) no-repeat 0 -354px;
	position:absolute;
	top:15px;
	right:10px;
	line-height:20px;
	text-indent:8px;
	font-size:14px;
	color:#fff;
}
.go_recharge,.go_withdraw{
	width:100px;
	height:34px;
	display:inline-block;
	margin:0 5px;
	text-align:center;
	line-height:32px;
	font-size:14px;
	border-radius:30px;
	color:#fff;
}

.model_content dl{
	width:690px;
	margin:100px auto 0;
}
.model_content dl dt{
	font-size:12px;
	color:#666;
	margin-bottom:10px;
}
.model_content dl dd{
	font-size:12px;
	color:#666;
	line-height:30px;
}
.model_content dl dd span{
	color:#fd8422;
}

/*绑定银行卡*/
.bind_bank{
	width:690px;
	margin:0 auto;
}
.bind_form{
	width:400px;
	margin:0 auto;
}
.bind_form p{
	margin-bottom:20px;
}
.bind_form p label{
	width:110px;
	display: inline-block;
	text-align:right;
	margin-right:10px;
}
.bind_form p span{
	width: 202px;
	height: 34px;
	background: url(../images/account_bg.png) no-repeat 0 -954px;
	text-indent: 15px;
	line-height: 34px;
	display:inline-block;
	color:#666;
}
.bind_form p input[type=text]{
	width: 202px;
	height: 34px;
	background: url(../images/account_bg.png) no-repeat 0 -919px;
	border: none;
	text-indent: 15px;
	line-height: 34px;
	color:#333;
}
.bank_box{
	width:400px;
	margin-bottom:30px;
}
.bank_box span{
	width:110px;
	text-align:right;
	margin-right:10px;
	float:left;
	line-height:34px;
}
.bank_box .bank_select{
	float:left;
}

/*账户取现*/
.account_withdraw{
	width:650px;
	margin:0 auto;
}
.my_bank{
	width:650px;
	margin-bottom:50px;
	margin-top:30px;
}
.my_bank span{
	width:100px;
	float:left;
	margin-top:20px;
	color:#666;
}
.my_bank .my_bank_box{
	width:550px;
	float:left;
	position:relative;
}
.my_bank_box li{
	width:178px;
	height:108px;
	border:1px solid #ededed;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	float:left;
	display:inline;
	margin:0 20px 20px 0;
	cursor:pointer;
}
.my_bank_box .bank_current{
	border:1px solid #59bb9c;
}
.bank_name{
	height: 42px;
	background: url(../images/bank.png) no-repeat;
	margin:5px 0 0 15px;
}
.my_bank_box .bank_num{
	width:100%;
}
.my_bank_box .bank_limit{
	width:100%;
	border-top:1px solid #ededed;
}
.my_bank_box .bank_num p,.my_bank_box .bank_limit{
	margin:0;
	text-align:center;
	line-height:30px;
	color:#666;
	font-size:12px;
}
.nongye{
	background-position:5px -129px;
}
.jianshe{
	background-position:5px -172px;
}
.bohai{
    background-position:5px -961px;
}
.gongshang{
	background-position:5px -215px;
}
.zhonghang{
	background-position:5px -258px;
}
.jiaotong{
	background-position:5px -301px;
}
.zhaoshang{
	background-position:5px -344px;
}
.youzheng{
	background-position:5px -387px;
}
.huaxia{
	background-position:5px -430px;
}
.xingye{
	background-position:5px -473px;
}
.minsheng{
	background-position:5px -516px;
}
.zhongxin{
	background-position:5px -559px;
}
.fazhan{
	background-position:5px -602px;
}
.guangda{
	background-position:5px -646px;
}
.zheshang{
	background-position:5px -689px;
}
.pufa{
	background-position:5px -732px;
}
.guangfa{
	background-position:5px -770px;
}
.beijing{
	background-position:5px -806px;
}
.shnongshang{
	background-position:5px -845px;
}
.luoyang{
	background-position:5px -885px;
}
.pingan{
	background-position:5px -923px;
}
.account_withdraw p{
	margin-bottom:20px;
}
.account_withdraw p label{
	width:100px;
	display:inline-block;
	color:#666;
}
.account_withdraw p span{
	font-size:24px;
	color:#fd8422;
}
.account_withdraw p span em{
	font-size:12px;
}
.account_withdraw p input[type=text],.account_withdraw p input[type=password]{
	width: 142px;
	height: 34px;
	background: url(../images/account_bg.png) no-repeat 0 -884px;
	border: none;
	text-indent: 15px;
	line-height: 34px;
	font-size: 14px;
	color: #666;
}
.account_withdraw p a{
	color:#59bb9c;
}
.account_withdraw p a:hover{
	text-decoration:underline;
}
.account_withdraw p strong{
	font-size:12px;
	color:#999;
	font-weight:normal;
	margin-left:5px;
}


/**********************我的资料********************/
.my_information{
	width:730px;
	min-height:700px;
	background:#fff;
}
.my_infor_tit{
	width:690px;
	margin:0 auto;
	height:68px;
	line-height:68px;
	border-bottom:1px solid #e6e6e6;
}
.my_infor_tit p{
	width:200px;
	float: left;
	margin-left:50px;
	font-size:14px;
	color:#666;
}
.my_infor_tit p strong{
	font-weight:normal;
	color:#fd8422;
	margin-left:10px;
}
.my_infor_tit .information_level{
	width:400px;
	float: left;
}
.information_level span{
	width:100px;
	float:left;
	font-size:14px;
	color:#666;
}
.information_level .percent_level{
	width: 100px;
	height: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	background: #e6e6e6;
	float: left;
	margin-top: 30px;
	margin-left: 5px;
	display: inline;
	position: relative;
}
.information_level .level_num {
	height: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
}

.my_infor_list{
	width:690px;
	margin:0 auto;
}
.my_infor_list li{
	width:690px;
	border-bottom:1px solid #e6e6e6;
}
.my_infor_list li:hover{
	background:#f2f2f2;
}
.infor_bind_box{
	height:85px;
}
.my_infor_list li.current{
	background:#f2f2f2;
}
.my_infor_set{
	width:480px;
	height:85px;
	float:left;
	padding-left:110px;
	background:url(../images/account_bg.png) no-repeat;
}
.my_infor_list li.bind_false .my_infor_set{
	background-position:-245px -455px;
}
.my_infor_list li.bind_true .my_infor_set{
	background-position:-245px -355px;
}
.my_infor_set h3{
	font-size:16px;
	color:#545454;
	margin:15px 0 10px 0;
}
.my_infor_set h3 span{
	color:#fd8422;
	margin-left:10px;
}
.my_infor_set p{
	font-size:12px;
	color:#999;
}
.my_infor_set h4{
	font-size:14px;
	color:#666;
}
.my_infor_list li .bind_btn{
	float:right;
	margin-top:30px;
	font-size:16px;
	color:#fd8422;
	margin-right:30px;
}
.change_box{
	width:580px;
	padding:15px 0 15px 110px;
	display:none;
}
.change_phone p{
	font-size:14px;
	color:#777;
	margin-bottom:10px;
}
.change_phone p a{
	color:#5abb9d;
}
.change_form p{
	margin-bottom:20px;
}
.change_form p label{
	width:85px;
	font-size:14px;
	color:#666;
	display:inline-block;
}
.change_form p input[type=text],.change_form p input[type=password]{
	width:202px;
	height:34px;
	background:url(../images/account_bg.png) no-repeat 0 -919px;
	border:none;
	text-indent:15px;
	line-height:34px;
	color:#666;
}
.change_form p span{
	margin-left:5px;
	color:#f00;
}
.change_form p span img{
	vertical-align:middle;
	margin-right:5px;
}
/*****************奖励管理****************/

/*推荐有礼*/
.share_link{
	width:730px;
	height:135px;
	background:#fff;
	margin-bottom:20px;
}
.copy_link{
	width:430px;
	margin:30px 0 0 20px;
}

.share_list{
	width:260px;
	margin:30px 20px 0 0;
	text-align:right;
}
.copy_link h2,.share_list h2{
	font-size:16px;
	color:#666;
	margin-bottom:15px;
}
.copy_link a{
	width:140px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:16px;
	color:#fff;
	display:inline-block;
	background:url(../images/recommend_bg1.png) no-repeat 0 0;
	margin-right:10px;
}
.copy_link input[type=text]{
	width:280px;
	height:40px;
	display:inline-block;
	line-height:40px;
	text-align:center;
	color:#666;
	font-size:12px;
	background:url(../images/recommend_bg1.png) no-repeat 0 -41px;
	border:none;
}

.share_list .bdsharebuttonbox a{
	float:right;
	background:url(../images/share.png) no-repeat;
	height:24px;
}
.share_list .bdsharebuttonbox .bds_tsina{
	background-position:0 0;
}
.share_list .bdsharebuttonbox .bds_sqq{
	background-position:-37px 0;
}
.share_list .bdsharebuttonbox .bds_qzone{
	background-position:-113px 0;
}
.share_list .bdsharebuttonbox .bds_tqq{
	background-position:-74px 0;
}


.code_recommend{
	width:730px;
	height:180px;
	background:#fff;
	margin-bottom:20px;
}
.code_recommend h2{
	font-size:16px;
	color:#666;
	margin-left:20px;
	padding-top:30px;
	margin-bottom:10px;
}
.code_recommend_box{
	width:690px;
	margin:0 auto;
}
.code_recommend_box img{
	width:90px;
	height:90px;
	float:left;
	margin-right:80px;
}
.code_recommend_box p{
	font-size:16px;
	color:#666;
	line-height:30px;
}

.recommend_disc{
	width:730px;
	background:#fff;
	margin-bottom:30px;
	padding:20px 0;
}
.recommend_disc h3{
	width:690px;
	font-size:16px;
	color:#59bb9c;
	margin-left:20px;
	line-height:24px;
}
.recommend_disc p{
	width:690px;
	font-size:12px;
	color:#999;
	margin-left:20px;
	line-height:24px;
}
.recommend_disc img{
	max-width:690px;
	display: block;
	margin:10px auto;
}

.recommend_tit{
	font-size:14px;
	color:#666;
	height:50px;
	line-height:50px;
	margin-left:20px;
}
.recommend_list .thead_w1{ width:140px;}
.recommend_list .thead_w2{ width:120px;}
.recommend_list .thead_w3{ width:150px;}
.recommend_list .thead_w4{ width:160px;}
.recommend_list .thead_w5{ width:160px;}

.recommend_list .tbody_w1{ width:140px;}
.recommend_list .tbody_w2{ width:120px;}
.recommend_list .tbody_w3{ width:150px;}
.recommend_list .tbody_w4{ width:160px;}
.recommend_list .tbody_w5{ width:160px;}

/*我的奖励*/
.reward_ask{
	width:730px;
	height:80px;
	background:#fefee5;
	margin-bottom:20px;
}
.reward_ask ul{
	width:690px;
	margin:0 auto;
	padding-top:30px;
}
.reward_ask li{
	width:172px;
	float:left;
}
.reward_ask li a{
	font-size:14px;
	color:#666;
}
.reward_ask li a:hover{
	text-decoration:underline;
}
.reward_tab{
	width:730px;
	height:50px;
	background:#f1fcf6;
}
.reward_tab li{
	width:105px;
	height:50px;
	float:left;
	text-align:center;
}
.reward_tab li a{
	font-size:14px;
	color:#666;
	display:block;
	line-height:50px;
}
.reward_tab li a:hover{
	height:48px;
	border-top:2px solid #59bb9c;
	line-height:47px;
	color:#59bb9c;
	background:#fff;
}
.reward_tab li.reward_tab_current a{
	height:48px;
	border-top:2px solid #59bb9c;
	line-height:47px;
	color:#59bb9c;
	background:#fff;
}

.reward_select{
	width:690px;
	margin:30px auto;
}
.reward_select span{
	width:50px;
	float:left;
	line-height:34px;
	font-size:14px;
	color:#666;
}
.reward_select .reward_select_box{
	float:left;
}

.reward_record .thead_w1{ width:200px;}
.reward_record .thead_w2{ width:200px;}
.reward_record .thead_w3{ width:200px;}
.reward_record .thead_w4{ width:130px;}

.reward_record .tbody_w1{ width:200px;}
.reward_record .tbody_w2{ width:200px;}
.reward_record .tbody_w3{ width:200px;}
.reward_record .tbody_w4{ width:130px;}
.reward_record .tbody_w4 a{
	width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
}
.reward_record li{
	height:auto;
	line-height: 30px;
	padding:15px 0;
}
.reward_record li p{
	text-align:left;
	float:left;
	margin-left:35px;
	color:#59bb9c;
}

/*投资*/
.invest{
	width:1024px;
	min-height:700px;
	background:#fff;
	margin:20px auto 0;
	padding-bottom:40px;
}
.invest_content{
	width:982px;
	margin:20px;
	border:1px solid #e6e6e6;
}

.invest_money{
	width:982px;
	
}
.invest_infor{
	width:942px;
	margin:30px auto;
}
.invest_infor li{
	width:50%;
	float:left;
	margin-bottom:20px;
	font-size:14px;
	color:#666;
}
.invest_infor li label{
	width:95px;
	display:inline-block;
	text-align:right;
}
.invest_infor li span{
	color:#808080;
	font-size:18px;
	margin-left:10px;
}
.invest_infor li span.invest_name{
	font-size:16px;
	color:#fd8422;
}
.invest_infor li em{
	font-size:12px;
}
.invest_infor li input[type=text]{
	width:202px;
	height:34px;
	background:url(../images/account_bg.png) no-repeat 0 -919px;
	border:none;
	text-indent:15px;
	font-size:16px;
	color:#666;
	margin-left:10px;
}
.invest_wrap{
	width:100%;
}
.choose_pay_active{
	height:40px;
	background:#f1fcf6;
}
.choose_pay_active li{
	width:150px;
	height:40px;
	float:left;
	text-align:center;
	font-size:14px;
}
.choose_pay_active li a{
	height:38px;
	border-top:2px solid #f1fcf6;
	line-height:38px;
	color:#5abb9a;
	display:block;
}
.choose_pay_active .pay_choose a{
	border-top:2px solid #5abb9a;
	color:#999;
	background:#fff;
}
.pay_content{
	width:900px;
	margin:20px auto;
}
.choose_mywallet{
	min-height:150px;
	padding-top:20px;
}
.choose_mywallet h3{
	font-size:14px;
	color:#666;
	margin-bottom:20px;
	cursor:pointer;
}
.choose_mywallet .choose_radio{
	width:20px;
	height:20px;
	display:inline-block;
	background:url(../images/radio_false.png) no-repeat;
	margin-right:10px;
	position:relative;
	top:4px;
}
.choose_mywallet .choose_radio_true{
	background:url(../images/radio_true.png) no-repeat;
}
.choose_mywallet strong{
	font-weight:normal;
	color:#fd8422;
	font-size:22px;
	margin-left:10px;
}
.choose_mywallet p{
	font-size:12px;
	color:#999;
	margin-left:30px;
}
.pay_btn_box{
	width:100%;
	margin-top:30px;
}
.pay_btn_box p{
	font-size:14px;
	color:#666;
	text-align:center;
	margin-bottom:20px;
}
.pay_btn_box .choose_checked{
	width:16px;
	height:16px;
	display: inline-block;
	background:url(../images/choose_false.png) no-repeat;
	margin-right:5px;
	position:relative;
	top:3px;
}
.pay_btn_box .choose_checked_true{
	background:url(../images/choose_true.png) no-repeat;
}
.pay_btn_box .agreement{ color:#59bb9c;}
.pay_btn{
	width:140px;
	height:40px;
	line-height:40px;
	font-size:16px;
	display:inline-block;
	margin:0 10px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-ms-border-radius:20px;
	border-radius:20px;
	color:#fff;
}
/*成功，失败模板样式*/
.succeed,.fail{
	width: 1010px;
	height: 500px;
	margin: 30px auto;
}
.succeed{
	background:#fff url(../images/register_bg2.jpg) no-repeat 20% 50%;
}
.fail{
	background:#fff url(../images/404_bg.png) no-repeat 20% 50%;
}
.succeed h2,.fail h2{
	margin-left:390px;
	padding-top:150px;
	margin-bottom:20px;
	font-size:30px;
	color:#666;
}
.succeed p,.fail p{
	width:480px;
	margin-left:390px;
	font-size:14px;
	color:#999;
	line-height:24px;
}
.succeed p a,.fail p a{
	margin:50px 10px 0;
}
.fail h2,.fail p{ margin-left:480px;}
/*网站地图*/
.web_map{
	width:1010px;
	min-height:450px;
	background:#fff;
}
.map_list{
	width:900px;
	margin:0 auto;
	padding-top:100px;
}
.map_list li{
	width:450px;
	float:left;
	display:inline;
	margin-bottom:80px;
}
.map_icon{
	width:60px;
	height:60px;
	display:block;
	float:left;
	background:url(../images/map.png) no-repeat;
}
.map_icon1{
	background-position:0 0;
}
.map_icon2{
	background-position:-60px 0;
}
.map_icon3{
	background-position:-120px 0;
}
.map_icon4{
	background-position:-180px 0;
}
.map_box{
	width:350px;
	float:left;
	margin-left:20px;
}
.map_box h3{
	font-size:14px;
	color:#808080;
	margin:0 0 10px 10px;
}
.map_box p{
	
	color:#333px;
	line-height:40px;
}
.map_box p a{
	color:#333;
	margin:0 10px;
	font-size:14px;
}
/*提现进度*/
.schedule{
	width:640px;
	margin:30px auto;
}
.schedule_box{
	width:640px;
	height:90px;
	margin-bottom:20px;
	border-bottom:1px solid #dedede;
}
.schedule_disc{
	width:150px;
}
.schedule_disc h3{
	font-size:14px;
	color:#333;
	margin-bottom:10px;
}
.schedule_disc p{
	font-size:12px;
	color:#999;
	line-height:20px;
}

.schedule_bar{
	width:450px;
	margin-left:20px;
}
.schedule_bar ul{
	width:350px;
	margin:10px auto 0;
	position:relative;
}
.schedule_bar ul li{
	height:2px;
	background:#d9d9d9;
	float:left;
}
.audit_true li{
	width:50%;
}
.audit_false li{
	width:100%;
}
.schedule_bar ul li.line_true{
	background:#59bb9c;
}
.schedule_bar ul li.line_false{
	background:#fd8422;
}
.schedule_bar em{
	width:18px;
	height:18px;
	display:inline-block;
	margin-bottom:5px;
}
.schedule_bar p,.schedule_bar span{
	font-size:12px;
	color:#999;
	line-height:20px;
}
.schedule_bar .successed p{
	color:#59bb9c;
}
.schedule_bar .failed p{
	color:#fd8422;
}
.auditing,.banking,.successed,.failed{
	width:120px;
	position:absolute;
	top:-8px;
	text-align:center;
}
.auditing{
	left:-60px;
}
.banking{
	left:50%;
	margin-left:-60px;
}
.successed,.failed{
	right:-60px;
}
.auditing .icon_true{
	background:url(../images/schedule_icon1.png) no-repeat;
}
.banking .icon_false{
	background:url(../images/schedule_icon5.png) no-repeat;
}
.banking .icon_true{
	background:url(../images/schedule_icon2.png) no-repeat;
}
.successed .icon_false{
	background:url(../images/schedule_icon6.png) no-repeat;
}
.successed .icon_true{
	background:url(../images/schedule_icon3.png) no-repeat;
}
.failed .icon_false{
	background:url(../images/schedule_icon4.png) no-repeat;
}
.qls{
	background:#387dc2;
}
.lsbg{
	background-color:#5abb9c;
	color:#fff;
}
.regjjr{
	text-align: center;
    margin: 10px;
    font-size: 24px;
}