﻿@charset "UTF-8";
.left {
    float: left;
}
.right {
    float: right;
}
.color {
    color: #5684FE;
}
/*banner的样式开始*/
.banner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    min-width: 1170px;
    position: relative;
    margin-top:10px;
}
.container {
    width: 1170px;
    margin: 0 auto;
}
.banner-bg {
    width: 100%;
    height: 370px;
    position: absolute;
}
ul.bannerbg {
    width: 100%;
    height: 370px;
    overflow: hidden;
}
ul.bannerbg li {
    height: auto;
    margin: 0 auto;
    min-width: 1170px;
    width: 100%;
    height: 370px;
    background-repeat: no-repeat;
    background-position: center center;
}
ul.bannerbg li a{
    position: absolute;
    display: block;
    width: 100%;
    height: 370px;
    z-index: 5;
}
.banner-img {
    width: 1170px;
    margin: 0 auto;
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: 20;
    margin-left: -585px;
    height: 350px;
}
.banner-img ul.banner-pic {
    width: 890px;
    height: 350px;
    overflow: hidden;
}
.banner-img ul.banner-pic li {
    width: 100%;
    height: 350px;
}
.banner-img ul.banner-pic li img {
    width: 100%;
    height: auto;
    display: block;
}
.circle-pointer {
    width: 1170px;
    margin: 0 auto;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -585px;
    width: 890px;
    height: 20px;
    z-index: 30;
}
.circle-pointer ul.circle {
    width: 890px;
    height: 20px;
    text-align: center;
}
.circle-pointer ul.circle li {
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
}
.circle-pointer ul.circle li.cur {
    background-color: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
}
/*登录框的样式*/
.container-banner {
    position: relative; 
    width: 1170px;
    height: 350px;
    margin: 0px auto; 
    padding: 10px 0px;
}
.index-login {  
    position: absolute;
    right: 0;
    width: 259px;
    height: 350px;
    background-color: #fff;
    border-left: 1px #efefef solid;
    color: #666;
    padding: 0px 10px;
    z-index:20;
}
.login-title {
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    border-bottom: 1px #dddddd dashed;
    margin-bottom: 20px;
}
.login-input {
    border: 1px #d8d8d8 solid;
    border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    margin: 0 auto;
    margin-top: 10px;
    width: 230px;
    height: auto;
}
.login-input span {
    display: inline-block;
    width: 36px;
    text-align: center;
    float: left;
    margin-top: 9px;
}
.login-input span img {
    vertical-align: middle;
}
.login-input input {
    width: 190px;
    height: auto;
    font-size: 14px;
    line-height: 16px;
    padding: 11px 0px;
    border: none;
}
.login-input-focus{
    border:1px #5684FE solid;
}
.login-ewm {
    width: 230px;
    height: auto;
    margin: 0 auto;
    margin-top: 10px;
    overflow: hidden;
}
.login-ewm .login-input {
    width: 126px;
    height: auto;
    margin: 0;
    float: left;
}
.login-ewm .login-input input {
    width: 90px;
    height: auto;
}
.login-ewm .yzm {
    float: right;
    border: 1px #d8d8d8 solid;
    width: 90px;
    height: 36px;
}
.login-ewm .yzm img {
    width: 90px;
    height: 36px;
}
.login-reminding {
    width: 230px;
    height: 30px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 30px;
    color: #FF6400;
}
.sub-btn {
    width: 230px;
    height: auto;
    margin: 0 auto;
    margin-top: 10px;
}
.sub-btn input {
    width: 100%;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    font-family: "Microsoft YaHei";
    color: #fff;
    text-align: center;
    border: none;
    background: #5684FE;
}
.sub-btn a {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    font-family: "Microsoft YaHei";
    color: #fff;
    text-align: center;
    border: none;
    background: #5684FE;
}
.login-register {
    width: 230px;
    height: auto;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}
.login-register span {
    display: inline-block;
}
.login-register span a {
    color: #333;
}
.login-register span a.go-register {
    color: #5684FE;
}
.login-register span.forget {
    float: right;
}
.already-login h1 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    font-weight: normal;
    margin-top: 80px;
}
.already-login h4 {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    font-weight: normal;
    margin: 20px 0px 30px 0px;
}
.already-login h4 span {
    color: #5684fe;
}
.exit {
    width: 230px;
    height: auto;
    margin: 0 auto;
    text-align: right;
    line-height: 40px;
    color: #5684fe;
}
.exit a {
    color: #5684fe;
}
/*登录框的样式*/
/*banner的样式结束*/
/* 首页中间内容的样式开始*/
.mgb20 {
    margin-bottom: 20px;
}
.index-conbg {
    width: 100%;
    height: auto;
    margin: 0 auto;
    min-width: 1170px;
    background: #F0F0F0;
    overflow: hidden;
}
.index-con {
    width: 1170px;
    margin: 0 auto;
}
.con-left {
    width: 870px;
    height: auto;
    float: left;
    margin-bottom: 20px;
}
.img-show {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.img-show img {
    width: 100%;
    height: auto;
    display: block;
}
/* title-head的样式开始(共用)*/
.title-head {
    width: 96%;
    height: 54px;
    font-size: 18px;
    line-height: 54px;
    padding: 0px 25px 0px 10px;
    background: #fff;
}
.title-head span {
    display: inline-block;
    color: #333;
}
.title-head span.title-icon {
    background: url(../images/index-icon.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-position: 2px -37px;
    margin-right: 4px;
}
.title-head span.hot-icon {
    background: url(../images/index-icon.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-position: -39px -37px;
    margin-right: 4px;
}
.title-head span.star-icon {
    background: url(../images/index-icon.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-position: -84px -37px;
    margin-right: 4px;
}
.title-head span.title-subtitle {
    font-size: 14px;
    line-height: auto;
    margin-left: 8px;
    color: #666;
}
.title-head span.infor-icon {
    background: url(../images/index-icon.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 26px;
    height: 24px;
    background-position: -128px -37px;
    margin-right: 8px;
}
.title-head span.platform-icon {
    background: url(../images/index-icon.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 26px;
    height: 24px;
    background-position: -170px -37px;
    margin-right: 8px;
}
.title-head span.tuijian-icon {
    background: url(../images/tuijian.png);
    background-repeat: no-repeat;
    width: 26px;
    height: 24px;
    vertical-align: middle;
}
.title-head span.recom-icon {
    background: url(../images/tj.png);
    background-repeat: no-repeat;
    width: 26px;
    height: 24px;
    vertical-align: middle;
}
.title-head span.more {
    float: right;
}
.title-head span.more a {
    font-size: 14px;
    line-height: auto;
    color: #999;
}
/*title-head的样式结束*/
/*财富宝的样式开始*/
.wealth {
    width: 100%;
    height: auto;
    background: #fff;
    margin-bottom: 20px;
}
.wealth-con {
    width: 100%;
    height: auto;
    border-top: 1px #efefef solid;
}
.wealth-con div {
    float: left;
}
.wealth-img {
    width: 200px;
    height: auto;
}
.highest-yield {
    width: 320px;
    height: 140px;
    text-align: center;
}
.highest-yield span {
    display: inline-block;
    vertical-align: middle;
}
.highest-yield span.highest {
    font-size: 24px;
    line-height: 140px;
    color: #333;
}
.highest-yield span.heig-number {
    font-size: 88px;
    line-height: 140px;
    font-weight: bold;
    color: #FF6400;
    margin: 0px 10px;
}
.highest-yield span.heig-num {
    font-size: 16px;
    line-height: 16px;
    text-align: left;
}
.highest-yield span.heig-num i.height-num {
    display: block;
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 15px;
    color: #FF6400;
}
.wealth-img img {
    display: block;
}
.wealth-advantages {
    width: 150px;
    height: auto;
    margin-top: 35px;
}
.wealth-advantages span {
    font-size: 14px;
    line-height: 15px;
    display: block;
    margin-bottom: 10px;
    color: #333;
}
.wealth-advantages span i {
    display: inline-block;
    background: url(../images/index-icon.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-position: -165px -2px;
}
.wealth-deposit {
    line-height: 140px;
}
.wealth-deposit a {
    width: 180px;
    height: 52px;
    display: inline-block;
    font-size: 20px;
    line-height: 52px;
    border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    background-color: #5684fe;
}
/*财富宝的样式结束*/
/*热门产品的样式开始*/
.hot-product {
    width: 100%;
    height: auto;
    background-color: #fff;
    margin-bottom: 20px;
}
.hot-con {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    position: relative;
}
.but_left {
    position: absolute;
    left: -1px;
    top: 50%;
    margin-top: -18px;
}
.but_right {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -18px;
}
.hot-scroll {
    width: 97%;
    height: 236px;
    margin: 0 auto;
    overflow: hidden;
}
.hot-scroll ul {
    width: 200%;
    height: auto;
    overflow: hidden;
}
.hot-scroll ul li {
    width: 270px;
    height: 234px;
    float: left;
    border: 1px #e2e2e2 solid;
    margin-right: 10px;
}
.hotpro-name {
    width: 70%;
    height: auto;
    margin-left: 5%;
    font-size: 20px;
    line-height: 27px;
    position: relative;
    margin-top: 15px;
    color: #333;
    padding-right: 25%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.hotpro-name span {
    display: block;
    font-size: 12px;
    line-height: 26px;
    position: absolute;
    right: 0;
    top: 0px;
    color: #fff;
    cursor: pointer;
    padding-right: 10px;
    background: #75B4FF;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
}
.hotpro-name span i {
    display: inline-block;
    background: url(../images/index-icon.png);
    vertical-align: middle;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    background: url(../images/zixun.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.yzb-name .hotpro-name {
    width: 96%;
}
.hotpro-label {
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-top: 10px;
}
.hotpro-label span {
    display: inline-block;
    padding: 1px 8px;
    color: #5684fe;
    border: 1px #5684fe solid;
    margin-right: 5px;
    border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
}
.hotpro-label span:first-child {
    color: #FF8581;
    border: 1px #ff8581 solid;
}
.hotpro-number {
    width: 90%;
    height: auto;
    margin: 14px auto;
    line-height: 70px;
    text-align: center;
}
.hotpro-number span {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.hotpro-number span.hot-num {
    font-size: 68px;
    line-height: 70px;
    color: #FF6400;
    margin-right: 5px;
}
.hotpro-number span.hot-number {
    font-size: 14px;
    line-height: 18px;
    color: #666;
}
.hotpro-number span.hot-number i {
    font-size: 24px;
    line-height: 26px;
    display: block;
    margin-bottom: 10px;
    color: #FF6400;
}
.join-in {
    width: 90%;
    height: auto;
    margin: 0px auto;
    background: #5684fe;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
}
.join-in a {
    color: #fff;
    display: block;
}
/*热门产品的样式结束*/
/*优债宝的样式结束(和信托宝模块共用样式)（和理财产品页面共用样式）*/
.yzb-product {
    width: 100%;
    height: 274px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
}
.yzbpro-img {
    width: 200px;
    height: 274px;
    float: left;
}
.yzbpro-img img {
    display: block;
    width:100%;
}
.yzb-con {
    width: 668px;
    height: auto;
    float: left;
}
.yzb-con ul li {
    border-bottom: 1px #efefef solid;
    overflow: hidden;
}
.yzb-con ul li:last-child {
    border: none;
}
.yzb-name {
    width: 224px;
    height: auto;
    float: left;
}
.yzbpro-number {
    float: left;
    width: 150px;
    height: auto;
    line-height: 90px;
}
.yzbpro-number span {
    display: inline-block;
    vertical-align: middle;
}
.yzbpro-number span.hot-num {
    width: 66px;
    height: auto;
    text-align: right;
    font-size: 40px;
    line-height: auto;
    color: #FF6400;
    margin-right: 5px;
    font-weight:600;
}
.yzbpro-number span.hot-number {
    font-size: 12px;
    line-height: 16px;
    color: #666;
}
.yzbpro-number span.hot-number .hot-price{
	display: inline;
    color: #ff6400;
    font-weight: 600;
    font-size: 24px;
}
.yzbpro-number span.hot-number i {
    font-size: 18px;
    line-height: 20px;
    display: block;
    margin-bottom: 8px;
    color: #FF6400;
}
.yzb-advantages {
    float: left;
    width: 140px;
    height: auto;
    margin-top: 25px;
}
.join-yzb {
    width: 98px;
    height: auto;
    float: left;
    margin-top: 22px;
}
.join-yzb span {
    font-size: 12px;
    line-height: 24px;
    color: #666;
    text-align: left;
    display: block;
}
.join-yzb span i {
    color: #333;
    font-weight: bold;
}
.join-yzb span.join {
    background: #5684fe;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
}
.join-yzb span.join a {
    color: #fff;
    display: block;
}
.zixun {
    width: 30px;
    height: auto;
    float: left;
    cursor: pointer;
    margin: 20px 0px 0px 15px;
}
.zixun span {
    display: block;
    font-size: 14px;
    line-height: 18px;
}
.zixun span.zixun-icon {
    background: url(../images/index-icon.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background-position: -119px -1px;
}
/*优债宝的样式结束*/
/*明星理财师的样式开始(和我是理财师的页面共用此部分样式)*/
.star-finacial {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.star-finacial ul {
    width: 890px;
    height: auto;
    overflow: hidden;
}
.star-finacial ul li {
    width: 280px;
    height: 300px;
    float: left;
    position: relative;
    background-color: #fff;
    margin: 10px 15px 0px 0px;
    padding-top: 20px;
}
.fin-logo {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border: 3px #EAEAEA solid;
    overflow: hidden;
    margin: 0 auto;
}
.fin-logo img {
    width: 108px;
    height: 108px;
}
.star-zixun {
    position: absolute;
    right: 15px;
    top: 30px;
    background: #75B4FF;
    color: #fff;
    border-radius: 13px;
    -o-border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    width: 54px;
    height: 26px;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
}
.fin-name {
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
}
.fin-name span {
    display: block;
    width: 100%;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color:#888;
}
.fin-name span:first-child {
    width: 100%;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    margin-top: 5px;
    color:#333;
}
.fin-detail {
    width: 100%;
    height: auto;
    margin: 13px 0px 10px 0px;
    overflow: hidden;
}
.fin-detail span {
    display: inline-block;
    float: left;
    width: 24.5%;
    height: auto;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #666;
    border-right: 1px #efefef solid;
}
.fin-detail span i {
    display: block;
    color: #FF6400;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 5px;
}
.fin-detail span:last-child {
    border: none;
}
.focusme {
    width: 90%;
    height: auto;
    margin: 10px auto 0px auto;
    background: #5684fe;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
}
.focusme a {
    color: #fff;
    display: block;
}
/*明星理财师的样式结束*/
/*中间内容右侧的样式结束*/
.con-right {
    width: 280px;
    height: auto;
    float: right;
    margin-bottom: 20px;
}
.Focus-finacial {
    margin-bottom: 20px;
}
.Focus-finacial img {
    display: block;
    width:280px;
}
.follow-finacial {
    margin-bottom: 13px;
}
.follow-finacial img {
    display: block;
}
.index-table {
    background: #fff;
    width: 100%;
    height: 539px;
    margin-bottom: 12px;
}
.table-nav {
    width: 100%;
    height: 50px;
    border-bottom: 1px #efefef solid;
    position: relative;
}
.table-nav ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 98%;
    height: 49px;
    margin: 0px auto;
    overflow: visible;
}
.table-nav ul li {
    width: 33.3%;
    height: auto;
    font-size: 18px;
    line-height: 49px;
    float: left;
    color: #333;
    text-align: center;
    cursor: pointer;
}
.table-nav ul li:hover {
    color: #5684FE;
}
.table-nav ul li.active {
    color: #5684FE;
    border-bottom: 2px #5684FE solid;
}
.table-bd {
    width: 90%;
    height: auto;
    margin: 0 auto;
}
.live ul li {
    padding: 10px 0px;
    border-bottom: 1px #efefef solid;
    cursor: pointer;
}

.livetitle {
    width: 100%;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
}
.liveintro {
    width: 100%;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #888;
}
.liveauthor {
    margin-top: 11px;
}
.liveauthor span {
    display: inline-block;
    color: #5684fe;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
}
.liveauthor span.live-state {
    float: right;
    width: 60px;
    height: 18px;
    border-radius: 9px;
    -o-border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #fff;
}
.liveauthor span.liveon {
    background-color: #5684fe;
}
.liveauthor span.livestart {
    background-color: #25CB73;
}
.liveauthor span.liveover {
    background-color: #CCC;
}
.liveauthor span.fin-level {
    width: 14px;
    height: 14px;
    background-image: url(../images/level.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: 5px;
}
.liveauthor span.good-at {
    color: #888;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    margin-left: 5px;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.liveauthor span.view-time {
    float: right;
    font-size: 12px;
    line-height: 18px;
    color: #666;
}
.view ul li {
    padding: 12px 0px;
    border-bottom: 1px #efefef solid;
}
.view .livetitle {
    line-height: 24px;
}
.view .liveauthor {
    margin-top: 8px;
}
.information-list {
    background-color: #fff;
    width: 100%;
    height: auto;
}
.information-list ul {
    border-top: 1px #efefef solid;
}
.information-list ul li {
    width: 90%;
    height: auto;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 15px auto 0px auto;
}
.information-list ul li span {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    background-color: #666;
    margin-right: 5px;
    vertical-align: middle;
}
.information-list ul li:first-child {
    position: relative;
}
.information-list ul li:first-child img {
    display: block;
    width:250px;
    height:130px;
}
.information-list ul li:first-child p {
    position: absolute;
    bottom: 0;
    left: 0px;
    width:240px;
    height: 26px;
    padding: 0px 5px;
    background-image: url(../images/bg-opa.png);
    background-repeat: repeat;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.new-information {
    width: 280px;
    height: 423px;
    overflow: hidden;
    background-color: #fff;
}
/*中间内容右侧的样式结束*/
.ewm-information {
    width: 100%;
    height: 130px;
    margin-bottom: 20px;
    padding: 30px 0px;
    background-color: #fff;
    overflow: hidden;
}
.ewm-information div {
    width: 312px;
    height: auto;
    float: left;
}
.ewm-information div:first-child {
    width: 271px;
}
.ewm-information div:last-of-type{
    width: 271px;
}
.mess-infor {
    border-right: 1px #ddd dashed;
    text-align: center;
}
.mess-infor span {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.mess-infor span i {
    display: block;
}
.mess-infor span i.ycf-title {
    color: #5684FE;
    font-size: 20px;
    line-height: 35px;
    font-weight: bold;
}
.mess-infor span i.ycf-subtitle {
    color: #666;
    font-size: 16px;
    line-height: 22px;
    margin-bottom:18px;
}
.mess-infor span i.ycf-link {
    font-size: 16px;
    line-height: 22px;
    margin-top: 5px;
}
.mess-infor span i.ycf-link a {
    color: #5684fe;
}
.mess-infor span.download-ewm {
    margin-right: 5px;
    width:130px;
    height:130px;
}
.mess-infor span.download-ewm  img{
    max-width:100%;
}
.mess-infor p {
    text-align: center;
    margin: 11px 0px;
}
.matu{
    margin:0 auto;
    display:block;
    margin-top:7px;
}
.mess-infor p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 16px;
    color: #666;
    width:144px;
}
.mess-infor p span i {
    display: block;
    font-size: 17px;
    line-height: 18px;
    color: #5684FE;
    margin-bottom: 6px;
}
.mess-infor p span.messinfor-icon {
    width: 48px;
    height: 48px;
    margin-right: 13px;
}
.mess-infor p span.messinfor-icon img {
    display: block;
    max-width:100%;
}
.mess-infor:last-child {
    border: none;
}
/* 开放平台的样式结束*/
.open-platform {
    background: #fff;
}
.platform-table {
    border-top: 1px #e6e5e5 solid;
}
.platform-nav {
    width: 100%;
    height: 55px;
    background-color: #F8F8F8;
    position: relative;
    border-bottom: 1px #e6e5e5 solid;
}
.platform-nav ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 56px;
    overflow: hidden;
}
.platform-nav ul li {
    text-align: center;
    font-size: 14px;
    line-height: 56px;
    width: 230px;
    height: 56px;
    float: left;
    color: #333;
    border-right: 1px #e6e5e5 solid;
    cursor: pointer;
}
.platform-nav ul li.active {
    color: #5684fe;
    background-color: #fff;
    border: none;
    border-right: 1px #e6e5e5 solid;
    border-bottom: 1px #ffffff solid;
}
.platform-bd {
    text-align: center;
    padding: 40px 0px;
    display: none;
}
.platform-bd img {
    display: block;
    margin: 0 auto;
}
.plat-more {
    margin-top: 50px;
}
.process-img {
    width: 100%;
    height: 132px;
    border-top: 1px #efefef solid;
    padding-top: 40px;
    background-color: #fff;
    text-align: center;
}
.process-img img {
    vertical-align: middle;
}
/* 开放平台的样式结束*/
/* 弹框的样式开始*/
.bounced-bg {
    background-image: url(../images/bg-opa.png);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    overflow: hidden;
    display: none;
}
.downloadapp-con {
    width: 300px;
    height: 310px;
    position: fixed;
    top: 50%;
    left: 50%;
    border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    margin-left: -160px;
    margin-top: -175px;
    background-color: #fff;
    z-index: 103;
    padding: 40px 10px 0px 10px;
    text-align: center;
    overflow: hidden;
    display: none;
}
p.index-close {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 3px;
    right: 5px;
}
p.downloadapp-title {
    font-size: 23px;
    line-height: 30px;
    color: #5684FE;
}
p.downloadapp-subtitle {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}
p.downloadapp-ewm img {
    width: 169px;
    height: 169px;
    margin: 0 auto;
}
p.downloadapp-now {
    font-size: 23px;
    line-height: 30px;
    color: #5684FE;
    font-weight: 600;
    margin-top: 10px;
}
/* 弹框的样式结束*/
/* 首页中间内容的样式结束*/
/* 我是理财师页面的样式开始*/
.isfina-banner {
    width: 100%;
    height: 350px;
    min-width: 1170px;
    background-image: url(../images/fincial-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.isfina-banner .container {
    position: relative;
}
.rz-finacial {
    position: absolute;
    top: 244px;
    left: 45%;
    display: block;
    width: 220px;
    height: 60px;
    border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    font-size: 24px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    background-color: #F87855;
}
/* 分页的样式开始*/
.finacial-page {
    margin-top: 20px;
}
.pagination div {
    text-align: right;
}
.pagination div a {
    display: inline-block;
    padding: 8px 15px;
    background-color: #fff;
    border: 1px #dddddd solid;
    border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    color: #333;
    font-size: 14px;
    line-height: auto;
    margin-right: 5px;
}
.pagination div a.pageDisabled {
    color: #999;
    cursor: text;
}
.pagination div a.current {
    background-color: #5684FE;
    color: #fff;
}
/* 分页的样式结束*/
/* 我是理财师页面的样式结束*/
/* 理财产品的样式开始*/
.pro-banner {
    background: url(../images/pd-banner-1.png) center top repeat-x;
    margin-top:10px;
}
.pro-banner div.box {
    width: 1170px;
    height: 310px;
    margin: 0 auto;
    font-family: "微软雅黑";
    padding-top: 10px;
}
.pro-banner div.input_box {
    width: 233px;
    float: right;
    margin-right: 30px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 3px;
}
/*财富宝*/
.input_box h1 {
    color: #595757;
    font-size: 32px;
    text-align: center;
    border-bottom: 1px dashed #fff;
    width: 196px;
    margin: 0 auto;
    padding: 20px 0 16px;
}
.sy-box {
    height: 127px;
    padding-left: 15px;
}
.sy-box div {
    float: left;
}
.sy-box .heighest {
    color: #656565;
    font-size: 16px;
    line-height: 127px;
}
.sy-box .big-num {
    font-size: 110px;
    color: #F05925;
    font-family: "微软雅黑";
    line-height: 127px;
}
.sy-small-num-box {
    margin-top: 35px;
    margin-left: 4px;
}
.pro-banner .sy-small-num-box p {
    font-size: 16px;
    color: #656565;
    text-align: left;
}
.pro-banner .sy-small-num-box p.small-num {
    font-size: 28px;
    color: #F05925;
}
.banner-btn-box {
    text-align: center;
    margin: 6px 0 10px;
}
.banner-btn {
    width: 190px;
    height: 40px;
    background: #2C90FD;
    color: #fff;
    font-size: 21px;
    border: none;
    border-radius: 3px;
    font-family: "微软雅黑";
}
.pro-banner .banner-input_box-footer {
    font-size: 14px;
    color: #656565;
    text-align: center;
    padding: 0 0 20px 0;
}
.pro-banner .banner-input_box-footer span {
    color: #F05925;
}
.pro-nav ul {
    background: #F8F8F8;
    color: #666;
    border-bottom: 1px #efefef solid;
    overflow: hidden;
}
.pro-nav ul li {
    width: 14.15%;
    height: 54px;
    float: left;
    font-size: 16px;
    line-height: 54px;
    border-right: 1px #ededed solid;
    text-align: center;
    border-top: 2px #F8F8F8 solid;
    cursor: pointer;
    margin-left: -1px;
}
.pro-nav ul li:last-child {
    border: none;
    border-top: 2px #F8F8F8 solid;
}
.pro-nav ul li.active {
    background-color: #fff;
    border-top: 2px #5684fe solid;
    color: #5684fe;
}
.mgt20 {
    margin-top: 20px;
}
.product-bd ul {
    background: #fff;
    margin: 0 auto;
    padding-bottom: 20px;
}
.product-bd ul li {
    width: 98%;
    height: auto;
    padding: 0px 1%;
    overflow: hidden;
    border-bottom: 1px #efefef solid;
}
.product-bd ul li:last-child {
    border:none;
}
.product-bd .yzb-name {
    width: 260px;
}
.product-bd .yzbpro-number {
    width: 220px;
}
.product-bd .yzb-advantages {
    width: 175px;
}
.product-bd .join-yzb {
    margin-right: 30px;
}
.recommended {
    overflow: hidden;
    background: #fff;
    padding-bottom:20px;
}
.recommended-list {
    border-top: 1px #efefef solid;
}
.recommended-list ul li {
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px #efefef dashed;
    padding: 20px 0px;
    overflow: hidden;
}
.recommended-list ul li:last-child {
    border: none;
}
.user-logo {
    width: 45px;
    height: 45px;
    float: left;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    overflow: hidden;
}
.user-logo img {
    width: 45px;
    height: 45px;
}
.recommended-con {
    width: 190px;
    height: 45px;
    font-size: 14px;
    line-height: 16px;
    float: left;
    display: inline-block;
    vertical-align: middle;
}
.recommended-con span:first-child {
    font-size: 18px;
    line-height: 20px;
    display: block;
    margin-bottom: 5px;
}
.nodata {
    width: 100%;
    height: auto;
    padding: 30px 0px; 
    background: #fff;
}
.nodata span {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    text-align: center;
}
.nodata span.noproduct {
    font-size: 18px;
    line-height: 30px;
    color: #5684fe;
}
.product-bd .title-head {
    border-bottom: 1px #efefef solid;
}
.product-bd .Privatefund {
    margin-top: 15px;
}

.Privatefund span {
    font-size: 14px;
    line-height: 15px;
    display: block;
    margin-bottom: 10px;
    color: #333;
}

    .Privatefund span:first-child {
        font-size: 20px;
        line-height: 22px;
    }
/* 理财产品页面的样式结束*/
.mess-infor span i.black {
    color: #333;
    text-align: center;
    line-height: 30px;
}
.mess-infor span i.textcenter{
    text-align:center;
    font-size:14px;
}
.checkmore{
    text-align:center;
    font-size:14px;
    color:#888;         
}
.checkmore a{
    display:block;
    width:100%;
     padding:18px 0;
      color:#888;
}
.live .checkmore a{
   padding:7px 0;
}
