/*====================== index.html =======================*/
.content {
  width: 1200px;
  margin: 0 auto;
}
.header {
  width: 100%;
}
.header .top {
  height: 40px;
  background: #EFEFEF;
  line-height: 40px;
  font-size: 14px;
}
.header .top .content {
  color: #444;
  height: 40px;
}
.header .top .content .lf {
  float: left;
  font-size: 12px;
}
.header .top .content .lf span {
  float: left;
  padding-right: 15px;
}
.header .top .content .lf span .tel {
  width: 20px;
  height: 20px;
  float: left;
  background: url(../images/index_tel.png) no-repeat;
  margin: 10px 5px 0 0;
}
.header .top .content .lf span .weixin {
  width: 31px;
  height: 25px;
  float: left;
  background: url(../images/index_weixin.png) no-repeat;
  margin: 7.5px 5px 0 0;
  cursor: pointer;
}
.header .top .content .lf span .weixin:hover {
  background: url(../images/index_weixin_h.png) no-repeat;
  transition: all 0.25s linear 0.01s;
  -webkit-transition: all 0.25s linear 0.01s;
}
.header .top .content .lf span .weibo {
  width: 32px;
  height: 25px;
  float: left;
  background: url(../images/index_weibo.png) no-repeat;
  margin: 7.5px 5px 0 0;
  cursor: pointer;
}
.header .top .content .lf span .weibo:hover {
  background: url(../images/index_weibo_h.png) no-repeat;
  transition: all 0.25s linear 0.01s;
  -webkit-transition: all 0.25s linear 0.01s;
}
.header .top .content .ri {
  float: right;
}
.header .top .content .ri a {
  float: left;
  color: #444;
  padding: 0 20px;
  font-size: 12px;
  border-right: 1px solid #e1e1e1;
  height: 20px;
  line-height: 20px;
  margin: 10px 0 0;
  cursor: pointer;
}
.header .top .content .ri a .phone {
  background: url(../images/index_phone.png) no-repeat;
  width: 17px;
  height: 24px;
  float: left;
  margin: -2px 7px 0 0;
}
.header .top .content .ri a:last-child {
  border: 0;
}
.header .top .content .ri a:hover {
  color: #E00040;
}
.header .menu {
  background: #fff;
  height: 100px;
}
.header .menu .content {
  height: 100px;
}
.header .menu .content .logo {
  float: left;
  width: 546px;
  height: 100px;
  display: block;
  background: url(../images/logo.png) no-repeat center;
}
.header .menu .content .nav {
  float: right;
  height: 100px;
}
.header .menu .content .nav li {
  float: left;

    height: 85px;
  width: 100px;
  text-align: center;
}
.header .menu .content .nav li:hover {
  color: #E00040;
  border-bottom: 2px solid #E00040;
}
.header .menu .content .nav li a {
  color: #444;
  font-size: 16px;
  cursor: pointer;
  /*padding: 0 20px;*/
  line-height: 100px;
}
.header .menu .content .nav li.active a {
  color: #E00040;
}
.header .menu .content .nav li:hover a {
  color: #E00040;
}
.banner {
  width: 100%;
  overflow: hidden;
  height: 400px;
  margin-top:20px;
}
.banner .box
{
  position: relative;
  top: 0;
  width: 1200px;
}
.banner .login_window {
  position: absolute;
  width: 400px;
  height: 320px;
  background: #FFF;
  right: 0;
  z-index: 2;
  top: 40px;
}

.banner .login_window .login_container {
  width: 360px;
  margin: 20px auto;
}
.banner .login_window .login_container .login_tab
{
  font-size: 16px;
  font-weight: bold;
  margin-right: 20px;
  padding-bottom: 10px;
  cursor: pointer;
  /* border-bottom: 2px solid #E00040; */
}
.banner .login_window .login_container .login_tab.active
{
  border-bottom: 2px solid #E00040;
}
.banner .login_window .login_container .loigin_line
{
  width: 100%;
  border-top: solid 2px #CCCCCC;
  height: 1px;
  margin-top: 10px;
}
.banner .login_window .login_container .login_mt
{
  margin-top: 20px; 
}
.banner .login_window .login_container .login_input
{
  display: none;
}
.banner .login_window .login_container .login_input.active
{
  display: block;
}
.banner .login_window .login_container .login_input input
{
  height: 40px;
  border-radius: 5px;
  border:1px solid #CCCCCC;
  padding-left: 10px;
  width: 345px;
  margin-top: 20px;
}
.banner .login_window .login_container .login_input .login_vcode
{
  width: 70%;
  float: left;
}

.banner .login_window .login_container .login_input .login_sendcode
{
  height: 40px;
  width: 25%;
    float: right;
    border-radius: 5px;
    color:#3EC381 ;
    background: #fff;
    border: 1px solid #CCCCCC;
}
.banner .login_window .login_container .login_text
{
  font-size: 14px;
}
.banner .login_window .login_container .login_text a:hover{
  color: #E00040;
  cursor: pointer;
}
.banner .login_window .login_container .login_text a
{
  color: #333;
  margin-left: 5px;
}
.banner .login_window .login_container .login_text a:first-child{
  margin-right: 5px;
}
.dcheckbox
{
  width: 16px;
  height: 16px;
  vertical-align:text-top; 
}
.dlabel
{
  padding-left: 5px;
}
.login_btn{
  
  width: 100%;
  height: 40px;
  line-height: 40px;
  background:#3EC381;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
  margin-top: 10px;
}
.banner .login_window .his_income p {
  text-align: center;
}
.banner .login_window .his_income p.pon {
  color: #2E2E2E;
  font-size: 18px;
  padding-top: 37px;
}
.banner .login_window .his_income p.ptw {
  color: #E00040;
  font-size: 28px;
  padding-top: 20px;
  font-weight: bold;
}
.banner .login_window .his_income p.pth {
  color: #959595;
  font-size: 14px;
  padding-top: 20px;
}
/*.banner .login_window .login_btn {
  width: 300px;
  height: 42px;
  display: block;
  padding-top: 50px;
}
.banner .login_window .login_btn .btn {
  width: 200px;
  height: 42px;
  background: url(../images/login_btn.png) no-repeat;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 42px;
  margin: 0 0 0 50px;
  cursor: pointer;
}*/
.banner .login_window .login_link {
  font-size: 14px;
  text-align: center;
  padding-top: 20px;
}
.banner .login_window .login_link span {
  color: #636363;
}
.banner .login_window .login_link a {
  color: #E00040;
  text-decoration: underline;
}
/*.swiper-pagination-bullet {
  background: #fff!important;
  opacity: 1!important;
}
.swiper-pagination-bullet-active {
  width: 36px!important;
  height: 8px!important;
  background: #E00040!important;
  border-radius: 4px 4px 4px 4px!important;
}*/
.main {
  width: 100%;
}
.main .summarize {
  height: 58px;
  background: #fff;
  border-bottom: 1px solid #DFDFDF;
}
.main .summarize .sum_data li {
  float: left;
  padding-right: 100px;
  line-height: 58px;
  height: 58px;
}
.main .summarize .sum_data li:last-child {
  padding-right: 0;
}
.main .summarize .sum_data li span {
  color: #9C9C9C;
  font-size: 14px;
}
.main .summarize .sum_data li span b {
  color: #4D4D4D;
  font-size: 26px;
  font-weight: normal;
  padding: 0 12px;
}
.main .platform {
  height: 200px;
  background: #fff;
}
.main .platform .plat_lf {
  float: left;
  width: 900px;
  height: 200px;
  border-right: 1px solid #DFDFDF;
  box-sizing: border-box;
}
.main .platform .plat_lf ul li {
  float: left;
  width: 202.25px;
  height: 200px;
  padding-top: 28px;
  box-sizing: border-box;
}
.main .platform .plat_lf ul li.animate {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.main .platform .plat_lf ul li:hover {
  transform: translate(0, -3px);
  -webkit-transform: translate(0, -3px);
}
.main .platform .plat_lf ul li a .bank_bg {
  width: 202.25px;
  height: 58px;
}
.main .platform .plat_lf ul li a .bank_bg.bgo {
  background: url(../images/index_plat0.png) no-repeat center;
}
.main .platform .plat_lf ul li a .bank_bg.bgt {
  background: url(../images/index_plat1.png) no-repeat center;
}
.main .platform .plat_lf ul li a .bank_bg.bgh {
  background: url(../images/index_plat2.png) no-repeat center;
}
.main .platform .plat_lf ul li a .bank_bg.bgf {
  background: url(../images/index_plat3.png) no-repeat center;
}
.main .platform .plat_lf ul li a p {
  text-align: center;
}
.main .platform .plat_lf ul li a p.pon {
  height: 46px;
  color: #474747;
  font-size: 16px;
  line-height: 46px;
}
.main .platform .plat_lf ul li a p.ptw,
.main .platform .plat_lf ul li a p.pth {
  color: #9C9C9C;
  font: 14px;
}
.main .platform .plat_ri {
  float: right;
  width: 300px;
  height: 200px;
}
.main .platform .plat_ri .ri_title {
  height: 70px;
  padding-left: 18px;
}
.main .platform .plat_ri .ri_title span,
.main .platform .plat_ri .ri_title a {
  display: block;
}
.main .platform .plat_ri .ri_title span {
  float: left;
  color: #474747;
  font-size: 18px;
  line-height: 70px;
}
.main .platform .plat_ri .ri_title a {
  float: right;
  color: #474747;
  font-size: 14px;
  line-height: 70px;
}
.main .platform .plat_ri .ri_title a:hover {
  color: #e00040;
}
.main .platform .plat_ri .ri_list {
  padding-left: 18px;
}
.main .platform .plat_ri .ri_list li {
  width: 210px;
  height: 28px;
  font-size: 14px;
  line-height: 28px;
  background: url(../images/list_dian.png) no-repeat left center;
}
.main .platform .plat_ri .ri_list li:hover a {
  color: #E00040;
}
.main .platform .plat_ri .ri_list li a {
  display: block;
  color: #9C9C9C;
  padding-left: 12px;
}
.main .novice .title {
  height: 88px;
  color: #474747;
  font-size: 24px;
  padding-top: 44px;
  box-sizing: border-box;
}
.main .novice .nov_con {
  background: #FFFFFF;
  height: 420px;
}
.main .novice .nov_con .nov_lf {
  float: left;
  width: 280px;
  height: 420px;
  background: url(../images/novice.png) no-repeat;
}
.main .novice .nov_con .nov_lf .pon {
  color: #FFFFFF;
  font-size: 24px;
  text-align: center;
  padding-top: 40px;
}
.main .novice .nov_con .nov_lf .ptw {
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  padding-top: 24px;
}
.main .novice .nov_con .nov_ri {
  float: right;
  width: 920px;
  height: 420px;
}
.main .novice .nov_con .nov_ri .ri_top {
  height: 100px;
  padding-top: 32px;
  box-sizing: border-box;
}
.main .novice .nov_con .nov_ri .ri_top .top_lf {
  float: left;
  padding-left: 50px;
}
.main .novice .nov_con .nov_ri .ri_top .top_lf span {
  font-size: 18px;
}
.main .novice .nov_con .nov_ri .ri_top .top_lf span:nth-child(1) {
  color: #474747;
}
.main .novice .nov_con .nov_ri .ri_top .top_lf span:nth-child(2) {
  color: #9C9C9C;
  padding-left: 20px;
}
.main .novice .nov_con .nov_ri .ri_top .top_ri {
  float: right;
  padding-right: 50px;
}
.main .novice .nov_con .nov_ri .ri_top .top_ri span {
  float: left;
  color: #E00040;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}
.main .novice .nov_con .nov_ri .ri_top .top_ri span:nth-child(1) {
  width: 150px;
  height: 22px;
  background: url(../images/border150.png) no-repeat;
  margin-right: 10px;
}
.main .novice .nov_con .nov_ri .ri_top .top_ri span:nth-child(2) {
  width: 124px;
  height: 22px;
  background: url(../images/border124.png) no-repeat;
}
.main .novice .nov_con .nov_ri .ri_cen {
  height: 109px;
  width: 920px;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}
.main .novice .nov_con .nov_ri .ri_cen .cen_con {
  width: 820;
  height: 109px;
  border-bottom: 1px solid #DFDFDF;
}
.main .novice .nov_con .nov_ri .ri_cen .cen_con .his {
  width: 198px;
}
.main .novice .nov_con .nov_ri .ri_cen .cen_con .his p {
  text-align: center;
}
.main .novice .nov_con .nov_ri .ri_cen .cen_con .his p:nth-child(1) {
  color: #E00040;
  font-size: 18px;
}
.main .novice .nov_con .nov_ri .ri_cen .cen_con .his p:nth-child(1) span {
  font-size: 42px;
}
.main .novice .nov_con .nov_ri .ri_cen .cen_con .his p:nth-child(2) {
  color: #9C9C9C;
  font-size: 14px;
}
.main .novice .nov_con .nov_ri .ri_cen .cen_con .time {
  width: 134px;
}
.main .novice .nov_con .nov_ri .ri_cen .cen_con .time p {
  text-align: center;
}
.main .novice .nov_con .nov_ri .ri_cen .cen_con .time p:nth-child(1) {
  color: #474747;
  font-size: 18px;
}
.main .novice .nov_con .nov_ri .ri_cen .cen_con .time p:nth-child(1) span {
  font-size: 42px;
}
.main .novice .nov_con .nov_ri .ri_cen .cen_con .time p:nth-child(2) {
  color: #9C9C9C;
  font-size: 14px;
}
.main .novice .nov_con .nov_ri .ri_cen .cen_con .amount {
  width: 168px;
}
.main .novice .nov_con .nov_ri .ri_cen .cen_con .amount p {
  text-align: center;
}
.main .novice .nov_con .nov_ri .ri_cen .cen_con .amount p:nth-child(1) {
  color: #474747;
  font-size: 18px;
}
.main .novice .nov_con .nov_ri .ri_cen .cen_con .amount p:nth-child(1) span {
  font-size: 42px;
}
.main .novice .nov_con .nov_ri .ri_cen .cen_con .amount p:nth-child(2) {
  color: #9C9C9C;
  font-size: 14px;
}
.main .novice .nov_con .nov_ri .ri_cen .cen_con .invest {
  width: 319px;
  padding-left: 120px;
  box-sizing: border-box;
}
.main .novice .nov_con .nov_ri .ri_cen .cen_con .invest a {
  display: block;
  text-align: center;
  line-height: 42px;
  color: #FFFFFF;
  font-size: 18px;
  width: 200px;
  height: 42px;
  background: url(../images/login_btn.png) no-repeat;
}
.main .novice .nov_con .nov_ri .ri_bot {
  height: 210px;
}
.main .novice .nov_con .nov_ri .ri_bot .bot_lf {
  width: 459px;
  height: 170px;
  margin-top: 20px;
  border-right: 1px solid #dfdfdf;
}
.main .novice .nov_con .nov_ri .ri_bot .bot_lf dl dt {
  width: 228px;
  height: 170px;
  float: left;
  background: url(../images/novice_jx.png) no-repeat center;
}
.main .novice .nov_con .nov_ri .ri_bot .bot_lf dl dd {
  width: 231px;
  height: 170px;
  float: left;
}
.main .novice .nov_con .nov_ri .ri_bot .bot_lf dl dd p:nth-child(1) {
  color: #474747;
  font-size: 18px;
  padding-top: 40px;
}
.main .novice .nov_con .nov_ri .ri_bot .bot_lf dl dd p:nth-child(1) span {
  color: #e00040;
}
.main .novice .nov_con .nov_ri .ri_bot .bot_lf dl dd p:nth-child(2) {
  color: #e00040;
  font-size: 14px;
  padding-top: 6px;
}
.main .novice .nov_con .nov_ri .ri_bot .bot_lf dl dd p:nth-child(3) {
  font-size: 14px;
  padding-top: 26px;
}
.main .novice .nov_con .nov_ri .ri_bot .bot_lf dl dd p:nth-child(3) a {
  color: #474747;
}
.main .novice .nov_con .nov_ri .ri_bot .bot_lf dl dd p:nth-child(3) a:hover {
  color: #e00040;
}
.main .novice .nov_con .nov_ri .ri_bot .bot_ri {
  width: 460px;
  height: 170px;
  margin-top: 20px;
}
.main .novice .nov_con .nov_ri .ri_bot .bot_ri dl dt {
  width: 228px;
  height: 170px;
  float: left;
  background: url(../images/novice_fl.png) no-repeat center;
}
.main .novice .nov_con .nov_ri .ri_bot .bot_ri dl dd {
  width: 231px;
  height: 170px;
  float: left;
}
.main .novice .nov_con .nov_ri .ri_bot .bot_ri dl dd p:nth-child(1) {
  color: #474747;
  font-size: 18px;
  padding-top: 40px;
}
.main .novice .nov_con .nov_ri .ri_bot .bot_ri dl dd p:nth-child(1) span {
  color: #e00040;
}
.main .novice .nov_con .nov_ri .ri_bot .bot_ri dl dd p:nth-child(2) {
  color: #e00040;
  font-size: 14px;
  padding-top: 6px;
}
.main .novice .nov_con .nov_ri .ri_bot .bot_ri dl dd p:nth-child(3) {
  font-size: 14px;
  padding-top: 26px;
}
.main .novice .nov_con .nov_ri .ri_bot .bot_ri dl dd p:nth-child(3) a {
  color: #474747;
}
.main .novice .nov_con .nov_ri .ri_bot .bot_ri dl dd p:nth-child(3) a:hover {
  color: #e00040;
}
.main .invest_zone {
  padding-bottom: 44px;
}
.main .invest_zone .title {
  height: 88px;
  color: #474747;
  font-size: 24px;
  padding-top: 44px;
  box-sizing: border-box;
}
.main .invest_zone .zone_con {
  background: #FFFFFF;
  height: 500px;
}
.main .invest_zone .zone_con .zone_lf {
  float: left;
  width: 280px;
  height: 500px;
  background: url(../images/invest.png) no-repeat;
}
.main .invest_zone .zone_con .zone_lf .pon {
  color: #FFFFFF;
  font-size: 24px;
  text-align: center;
  padding-top: 40px;
}
.main .invest_zone .zone_con .zone_lf .ptw {
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  padding-top: 24px;
}
.main .invest_zone .zone_con .zone_lf .pth {
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  padding-top: 5px;
}
.main .invest_zone .zone_con .zone_ri {
  float: right;
  width: 920px;
  height: 500px;
}
.main .invest_zone .zone_con .zone_ri .project {
  height: 210px;
  padding: 0 50px;
  box-sizing: border-box;
}
.main .invest_zone .zone_con .zone_ri .project .procon {
  width: 820px;
  height: 209px;
  border-bottom: 1px solid #dfdfdf;
}
.main .invest_zone .zone_con .zone_ri .project .procon .pro_top {
  box-sizing: border-box;
  height: 82px;
  padding-top: 32px;
}
.main .invest_zone .zone_con .zone_ri .project .procon .pro_top .top_lf {
  float: left;
}
.main .invest_zone .zone_con .zone_ri .project .procon .pro_top .top_lf span {
  font-size: 18px;
}
.main .invest_zone .zone_con .zone_ri .project .procon .pro_top .top_lf span:nth-child(1) {
  color: #474747;
}
.main .invest_zone .zone_con .zone_ri .project .procon .pro_top .top_lf span:nth-child(2) {
  color: #9C9C9C;
  padding-left: 20px;
}
.main .invest_zone .zone_con .zone_ri .project .procon .pro_top .top_ri {
  float: right;
}
.main .invest_zone .zone_con .zone_ri .project .procon .pro_top .top_ri span {
  float: left;
  color: #E00040;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  width: 124px;
  height: 22px;
  background: url(../images/border124.png) no-repeat;
}
.main .invest_zone .zone_con .zone_ri .project .procon .pro_mid .mid_lf {
  width: 501px;
  float: left;
}
.main .invest_zone .zone_con .zone_ri .project .procon .pro_mid .mid_lf .mid_data {
  height: 80px;
}
.main .invest_zone .zone_con .zone_ri .project .procon .pro_mid .mid_lf .mid_data .his {
  width: 198px;
}
.main .invest_zone .zone_con .zone_ri .project .procon .pro_mid .mid_lf .mid_data .his p {
  text-align: center;
}
.main .invest_zone .zone_con .zone_ri .project .procon .pro_mid .mid_lf .mid_data .his p:nth-child(1) {
  color: #E00040;
  font-size: 18px;
}
.main .invest_zone .zone_con .zone_ri .project .procon .pro_mid .mid_lf .mid_data .his p:nth-child(1) span {
  font-size: 42px;
}
.main .invest_zone .zone_con .zone_ri .project .procon .pro_mid .mid_lf .mid_data .his p:nth-child(2) {
  color: #9C9C9C;
  font-size: 14px;
}
.main .invest_zone .zone_con .zone_ri .project .procon .pro_mid .mid_lf .mid_data .time {
  width: 134px;
}
.main .invest_zone .zone_con .zone_ri .project .procon .pro_mid .mid_lf .mid_data .time p {
  text-align: center;
}
.main .invest_zone .zone_con .zone_ri .project .procon .pro_mid .mid_lf .mid_data .time p:nth-child(1) {
  color: #474747;
  font-size: 18px;
}
.main .invest_zone .zone_con .zone_ri .project .procon .pro_mid .mid_lf .mid_data .time p:nth-child(1) span {
  font-size: 42px;
}
.main .invest_zone .zone_con .zone_ri .project .procon .pro_mid .mid_lf .mid_data .time p:nth-child(2) {
  color: #9C9C9C;
  font-size: 14px;
}
.main .invest_zone .zone_con .zone_ri .project .procon .pro_mid .mid_lf .mid_data .amount {
  width: 168px;
}
.main .invest_zone .zone_con .zone_ri .project .procon .pro_mid .mid_lf .mid_data .amount p {
  text-align: center;
}
.main .invest_zone .zone_con .zone_ri .project .procon .pro_mid .mid_lf .mid_data .amount p:nth-child(1) {
  color: #474747;
  font-size: 18px;
}
.main .invest_zone .zone_con .zone_ri .project .procon .pro_mid .mid_lf .mid_data .amount p:nth-child(1) span {
  font-size: 42px;
}
.main .invest_zone .zone_con .zone_ri .project .procon .pro_mid .mid_lf .mid_data .amount p:nth-child(2) {
  color: #9C9C9C;
  font-size: 14px;
}
.main .invest_zone .zone_con .zone_ri .project .procon .pro_mid .mid_lf .progress {
  height: 47px;
  padding-top: 18px;
  padding-left: 30px;
  box-sizing: border-box;
}
.main .invest_zone .zone_con .zone_ri .project .procon .pro_mid .mid_lf .progress .pro {
  width: 430px;
  height: 3px;
  background: #D1D1D1;
  border-radius: 2px 2px 2px 2px;
  overflow: hidden;
}
.main .invest_zone .zone_con .zone_ri .project .procon .pro_mid .mid_lf .progress .pro .pro_bar {
  height: 100%;
  background: #e00040;
}
.main .invest_zone .zone_con .zone_ri .project .procon .pro_mid .mid_ri {
  width: 319px;
  float: right;
  padding-left: 120px;
  box-sizing: border-box;
  padding-top: 30px;
}
.main .invest_zone .zone_con .zone_ri .project .procon .pro_mid .mid_ri a {
  display: block;
  text-align: center;
  line-height: 42px;
  color: #FFFFFF;
  font-size: 18px;
  width: 200px;
  height: 42px;
  background: url(../images/login_btn.png) no-repeat;
}
.main .invest_zone .zone_con .zone_ri .more {
  height: 80px;
  text-align: center;
  line-height: 80px;
}
.main .invest_zone .zone_con .zone_ri .more a {
  color: #474747;
  font-size: 14px;
  text-align: center;
}
.main .invest_zone .zone_con .zone_ri .more a:hover {
  color: #e00040;
}
.main .brand {
  background: #fff;
  height: 420px;
}
.main .brand .title {
  height: 114px;
  position: relative;
}
.main .brand .title p {
  text-align: center;
  color: #474747;
  font-size: 24px;
  line-height: 114px;
}
.main .brand .title span {
  height: 1px;
  background: #DFDFDF;
  position: absolute;
  top: 57px;
}
.main .brand .title span.lineo {
  left: 0;
  width: 530px;
}
.main .brand .title span.linet {
  right: 58px;
  width: 473px;
}
.main .brand .title a {
  position: absolute;
  right: 0;
  top: 43px;
  color: #474747;
  font-size: 14px;
}
.main .brand .title a:hover {
  color: #e00040;
}
.main .brand .media {
  height: 256px;
}
.main .brand .media ul li {
  float: left;
  width: 285px;
  height: 256px;
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
  padding: 23px 32px 0 32px;
  margin-right: 20px;
}
.main .brand .media ul li:last-child {
  margin-right: 0;
}
.main .brand .media ul li:hover {
  z-index: 2;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.main .brand .media ul li a {
  display: block;
  color: #474747;
}
.main .brand .media ul li a .media_img {
  width: 220px;
  height: 120px;
}
.main .brand .media ul li a p.pon {
  color: #474747;
  font-size: 16px;
  padding-top: 10px;
}
.main .brand .media ul li a p.ptw {
  font-size: 14px;
  padding-top: 14px;
}
.main .news {
  height: 380px;
}
.main .news .title {
  height: 90px;
  position: relative;
}
.main .news .title p {
  text-align: center;
  color: #474747;
  font-size: 24px;
  line-height: 90px;
}
.main .news .title span {
  height: 1px;
  background: #DFDFDF;
  position: absolute;
  top: 45px;
}
.main .news .title span.lineo {
  left: 0;
  width: 530px;
}
.main .news .title span.linet {
  right: 58px;
  width: 473px;
}
.main .news .title a {
  position: absolute;
  right: 0;
  top: 31px;
  color: #474747;
  font-size: 14px;
}
.main .news .title a:hover {
  color: #e00040;
}
.main .news .news_con {
  height: 290px;
}
.main .news .news_con .news_lf {
  width: 780px;
  float: left;
}
.main .news .news_con .news_lf .tit {
  height: 36px;
  font-size: 16px;
  color: #474747;
}
.main .news .news_con .news_lf .con_lf {
  height: 200px;
  width: 380px;
  position: relative;
  overflow: hidden;
  float: left;
}
.main .news .news_con .news_lf .con_lf a {
  color: #FFFFFF;
}
.main .news .news_con .news_lf .con_lf a img {
  height: 200px;
  width: 380px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}
.main .news .news_con .news_lf .con_lf a img:hover {
  transform: scale(1.05);
}
.main .news .news_con .news_lf .con_lf a p {
  height: 46px;
  position: absolute;
  bottom: 0;
  width: 380px;
  padding: 0 64px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 46px;
  font-size: 14px;
}
.main .news .news_con .news_lf .con_ri {
  float: right;
  width: 400px;
  padding: 0 38px 0 16px;
  box-sizing: border-box;
}
.main .news .news_con .news_lf .con_ri p {
  font-size: 14px;
  width: 346px;
  padding-bottom: 16px;
}
.main .news .news_con .news_lf .con_ri p a {
  color: #474747;
  display: block;
  width: 252px;
  float: left;
}
.main .news .news_con .news_lf .con_ri p em {
  color: #9C9C9C;
  display: block;
  float: left;
  width: 94px;
  text-align: right;
}
.main .news .news_con .news_lf .con_ri p:hover a {
  color: #e00040;
}
.main .news .news_con .news_ri {
  width: 420px;
  float: right;
}
.main .news .news_con .news_ri .tit {
  height: 36px;
  font-size: 16px;
  color: #474747;
}
.main .news .news_con .news_ri .ri_img li {
  width: 200px;
  height: 100px;
  float: left;
  overflow: hidden;
  position: relative;
  margin-right: 17px;
}
.main .news .news_con .news_ri .ri_img li:last-child {
  margin-right: 0;
}
.main .news .news_con .news_ri .ri_img li img {
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}
.main .news .news_con .news_ri .ri_img li img:hover {
  transform: scale(1.05);
}
.main .news .news_con .news_ri .ri_img li a {
  color: #FFFFFF;
}
.main .news .news_con .news_ri .ri_img li p {
  height: 32px;
  position: absolute;
  bottom: 0;
  width: 200px;
  padding: 0 30px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 32px;
  font-size: 14px;
}
.main .news .news_con .news_ri .n_list {
  padding-top: 12px;
}
.main .news .news_con .news_ri .n_list p {
  font-size: 14px;
  width: 420px;
  padding-bottom: 14px;
}
.main .news .news_con .news_ri .n_list p a {
  color: #474747;
  display: block;
  width: 252px;
  float: left;
}
.main .news .news_con .news_ri .n_list p em {
  color: #9C9C9C;
  display: block;
  float: left;
  width: 168px;
  text-align: right;
}
.main .news .news_con .news_ri .n_list p:hover a {
  color: #e00040;
}
.main .partner {
  background: #ffffff;
  height: 292px;
}
.main .partner .title {
  height: 120px;
  position: relative;
}
.main .partner .title p {
  text-align: center;
  color: #474747;
  font-size: 24px;
  line-height: 120px;
}
.main .partner .title span {
  height: 1px;
  background: #DFDFDF;
  position: absolute;
  top: 60px;
}
.main .partner .title span.lineo {
  left: 0;
  width: 530px;
}
.main .partner .title span.linet {
  right: 0px;
  width: 530px;
}
.main .partner .part_list ul li {
  float: left;
  width: 220px;
  height: 90px;
  margin-right: 25px;
}
.main .partner .part_list ul li:last-child {
  margin-right: 0;
}
.footer {
  height: 160px;
  background: #45444B;
}
.footer .foot_top {
  height: 213px;
  border-bottom: 1px solid #9E9E9E;
  box-sizing: border-box;
  padding: 41px 0;
}
.footer .foot_top .lef {
  width: 254px;
  float: left;
  height: 130px;
}
.footer .foot_top .lef ul {
  padding-top: 8px;
  float: left;
}
.footer .foot_top .lef ul li {
  padding-bottom: 10px;
  font-size: 16px;
}
.footer .foot_top .lef ul li a {
  color: #CCCCCC;
}
.footer .foot_top .lef ul li:hover a {
  color: #e00040;
}
.footer .foot_top .lef ul.ulo {
  padding-right: 43px;
}
.footer .foot_top .cen {
  width: 675px;
  float: left;
  border-left: 1px solid #9E9E9E;
  border-right: 1px solid #9E9E9E;
  box-sizing: border-box;
  height: 130px;
}
.footer .foot_top .cen dl {
  float: left;
}
.footer .foot_top .cen dl.dlo {
  width: 360px;
}
.footer .foot_top .cen dl.dlo dt {
  width: 198px;
  float: left;
  height: 130px;
  padding-left: 92px;
  padding-top: 10px;
  box-sizing: border-box;
}
.footer .foot_top .cen dl.dlo dt .dt_img {
  width: 106px;
  height: 106px;
}
.footer .foot_top .cen dl.dlo dd {
  width: 162px;
  float: left;
  height: 130px;
  padding-left: 20px;
  box-sizing: border-box;
}
.footer .foot_top .cen dl.dlo dd p.pon {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  padding-bottom: 24px;
  padding-top: 26px;
  text-indent: 20px;
}
.footer .foot_top .cen dl.dlo dd p.ptw,
.footer .foot_top .cen dl.dlo dd p.pth {
  font-size: 14px;
  color: #CCCCCC;
}
.footer .foot_top .cen dl.dlt {
  width: 313px;
}
.footer .foot_top .cen dl.dlt dt {
  width: 106px;
  float: left;
  height: 130px;
  padding-top: 10px;
  box-sizing: border-box;
}
.footer .foot_top .cen dl.dlt dt .dt_img {
  width: 106px;
  height: 106px;
}
.footer .foot_top .cen dl.dlt dd {
  width: 207px;
  float: left;
  height: 130px;
  padding-left: 20px;
  box-sizing: border-box;
}
.footer .foot_top .cen dl.dlt dd p.pon {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  padding-bottom: 24px;
  padding-top: 26px;
  text-indent: 20px;
}
.footer .foot_top .cen dl.dlt dd p.ptw,
.footer .foot_top .cen dl.dlt dd p.pth {
  font-size: 14px;
  color: #CCCCCC;
}
.footer .foot_top .rig {
  width: 271px;
  height: 130px;
  float: left;
}
.footer .foot_top .rig p {
  text-align: right;
}
.footer .foot_top .rig p.pon {
  color: #FFFFFF;
  font-size: 16px;
  padding-top: 16px;
}
.footer .foot_top .rig p.ptw {
  color: #E00040;
  font-size: 16px;
  padding-bottom: 10px;
}
.footer .foot_top .rig p.pth,
.footer .foot_top .rig p.pfo {
  color: #CCCCCC;
  font-size: 14px;
}
.footer .foot_mid {
  height: 77px;
}
.footer .foot_mid .copyright {
  color: #9E9E9E;
  font-size: 14px;
  text-align: center;
  padding-top: 20px;
}
.footer .foot_mid .copyright a {
  color: #9E9E9E;
}
.footer .foot_mid .copyright a:hover {
  color: #e00040;
}
.footer .foot_bot {
  height: 70px;
}
.footer .foot_bot .content {
  padding-left: 198px;
  box-sizing: border-box;
}
.footer .foot_bot ul {
  width: 896px;
  height: 70px;
}
.footer .foot_bot ul li {
  float: left;
  height: 37px;
  margin-right: 12px;
}
.footer .foot_bot ul li:last-child {
  margin-right: 0;
}
.footer .foot_bot ul li a {
  display: block;
}
.footer .foot_bot ul li:nth-child(1) a {
  width: 103px;
  height: 37px;
  background: url(../images/index_foot0.png) no-repeat;
}
.footer .foot_bot ul li:nth-child(2) a {
  width: 103px;
  height: 37px;
  background: url(../images/index_foot1.png) no-repeat;
}
.footer .foot_bot ul li:nth-child(3) a {
  width: 107px;
  height: 37px;
  background: url(../images/index_foot2.png) no-repeat;
}
.footer .foot_bot ul li:nth-child(4) a {
  width: 105px;
  height: 37px;
  background: url(../images/index_foot3.png) no-repeat;
}
.footer .foot_bot ul li:nth-child(5) a {
  width: 106px;
  height: 37px;
  background: url(../images/index_foot4.png) no-repeat;
}
.footer .foot_bot ul li:nth-child(6) a {
  width: 108px;
  height: 37px;
  background: url(../images/index_foot5.png) no-repeat;
}
.footer .foot_bot ul li:nth-child(7) a {
  width: 107px;
  height: 37px;
  background: url(../images/index_foot6.png) no-repeat;
}

.footer .linktext{
  color: #fff;
  font-size: 16px;
}
.linktext a{
  color: #fff;
}
.footer .foot_link{
  width: 970px;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
}
.footer .foot_link ul li{
  float: left;
  width: 100px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
}
/*====================== invest.html =======================*/
.invest_banner {
  height: 190px;
  width: 100%;
}
.invest_main {
  padding-bottom: 80px;
}
.invest_main .invest_category {
  height: 194px;
  padding-top: 44px;
  box-sizing: border-box;
}
.invest_main .invest_category li {
  height: 24px;
  padding-bottom: 17px;
}
.invest_main .invest_category li span {
  float: left;
  font-size: 14px;
  color: #474747;
  height: 24px;
  padding-right: 10px;
}
.invest_main .invest_category li a {
  float: left;
  font-size: 14px;
  color: #474747;
  padding: 0px 10px;
  height: 24px;
  margin-right: 20px;
}
.invest_main .invest_category li a.active {
  color: #FFFFFF;
  background: #E00040;
}
.invest_main .invest_category li a:hover {
  color: #FFFFFF;
  background: #E00040;
}
.invest_main .invest_table table {
  border-bottom: 1px solid #DFDFDF;
}
.invest_main .invest_table table thead {
  height: 62px;
  background: #ffffff;
}
.invest_main .invest_table table thead th {
  font-size: 16px;
  color: #9F9F9F;
  text-indent: 28px;
  text-align: left;
  height: 62px;
  border-right: 1px solid #DFDFDF;
}
.invest_main .invest_table table thead th:last-child {
  border-right: none;
}
.invest_main .invest_table table thead th:nth-child(1) {
  width: 222px;
}
.invest_main .invest_table table thead th:nth-child(2) {
  width: 192px;
}
.invest_main .invest_table table thead th:nth-child(3) {
  width: 198px;
}
.invest_main .invest_table table thead th:nth-child(4) {
  width: 124px;
}
.invest_main .invest_table table thead th:nth-child(5) {
  width: 285px;
}
.invest_main .invest_table table thead th:nth-child(6) {
  width: 185px;
}
.invest_main .invest_table table tbody tr {
  height: 110px;
}
.invest_main .invest_table table tbody tr:nth-child(odd) {
  background: #FBFBFB;
}
.invest_main .invest_table table tbody tr:nth-child(even) {
  background: #FFFFFF;
}
.invest_main .invest_table table tbody tr th {
  font-size: 16px;
  color: #474747;
  border-right: 1px solid #DFDFDF;
  text-indent: 28px;
  text-align: left;
  line-height: 110px;
}
.invest_main .invest_table table tbody tr td {
  color: #474747;
  border-right: 1px solid #DFDFDF;
  text-indent: 28px;
  text-align: left;
  font-size: 16px;
  line-height: 110px;
}
.invest_main .invest_table table tbody tr td:last-child {
  border-right: none;
}
.invest_main .invest_table table tbody tr td:nth-child(2) {
  color: #474747;
}
.invest_main .invest_table table tbody tr td:nth-child(3) {
  color: #E00040;
}
.invest_main .invest_table table tbody tr td:nth-child(4) {
  color: #474747;
}
.invest_main .invest_table table tbody tr td:nth-child(5) {
  color: #474747;
  padding-left: 26px;
  box-sizing: border-box;
}
.invest_main .invest_table table tbody tr td:nth-child(5) .lf {
  width: 160px;
  float: left;
  height: 55px;
  padding-top: 55px;
}
.invest_main .invest_table table tbody tr td:nth-child(5) .lf .progress {
  width: 160px;
  height: 3px;
  background: #D1D1D1;
  position: relative;
  overflow: hidden;
}
.invest_main .invest_table table tbody tr td:nth-child(5) .lf .progress .progress_bar {
  position: absolute;
  background: #E00040;
  top: 0;
  left: 0;
  height: 3px;
}
.invest_main .invest_table table tbody tr td:nth-child(5) .ri {
  float: left;
  width: 89px;
  text-align: center;
  height: 110px;
}
.invest_main .invest_table table tbody tr td:nth-child(6) {
  color: #474747;
  text-indent: 0;
  padding-left: 26px;
  box-sizing: border-box;
}
.invest_main .invest_table table tbody tr td a {
  color: #FFFFFF;
  width: 130px;
  height: 36px;
  background: url(../images/invest_btn.png) no-repeat;
  display: block;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
}
.invest_main .invest_table table tbody tr td a.gray {
  background: url(../images/invest_btn_hk.png) no-repeat;
}
.invest_main .page {
  background: #ffffff;
  height: 90px;
}
.invest_main .page .pagination {
  padding-left: 300px;
  padding-top: 24px;
}
.invest_main .page .pagination li {
  float: left;
  margin-right: 12px;
}
.invest_main .page .pagination li.active a {
  color: #FFFFFF;
  background: #E00040;
}
.invest_main .page .pagination li:last-child {
  margin-right: 0;
}
.invest_main .page .pagination li a {
  display: block;
  padding: 0 20px;
  color: #474747;
  font-size: 16px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border: 1px solid #DFDFDF;
}
.invest_main .page .pagination li a.sta_n {
  background: #E2E2E2;
}
.invest_main .page .pagination li a.bor_n {
  border: none;
}
.invest_main .page .pagination li a:hover {
  background: #E00040;
  color: #FFFFFF;
}
/*====================== details.html =======================*/
.details_banner {
  height: 500px;
  background: url(../images/details_banner.png) no-repeat center;
  padding-top: 70px;
  box-sizing: border-box;
}
.details_banner .content {
  background: url(../images/details_ban_con.png) no-repeat center;
  height: 360px;
}
.details_banner .content .lf {
  width: 780px;
  float: left;
  padding: 0 50px;
  box-sizing: border-box;
  height: 360px;
}
.details_banner .content .lf .lf_tit {
  height: 80px;
}
.details_banner .content .lf .lf_tit p {
  font-size: 18px;
  color: #474747;
  line-height: 80px;
}
.details_banner .content .lf .lf_mid {
  height: 144px;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  box-sizing: border-box;
}
.details_banner .content .lf .lf_mid .mid_con {
  padding-top: 35px;
}
.details_banner .content .lf .lf_mid .mid_con .his {
  float: left;
  width: 242px;
}
.details_banner .content .lf .lf_mid .mid_con .his .pon {
  color: #E00040;
  font-size: 18px;
}
.details_banner .content .lf .lf_mid .mid_con .his .pon b {
  font-size: 42px;
  font-weight: normal;
}
.details_banner .content .lf .lf_mid .mid_con .his .ptw {
  color: #9C9C9C;
  font-size: 14px;
}
.details_banner .content .lf .lf_mid .mid_con .amout {
  float: left;
  width: 328px;
}
.details_banner .content .lf .lf_mid .mid_con .amout .pon {
  color: #474747;
  font-size: 18px;
}
.details_banner .content .lf .lf_mid .mid_con .amout .pon b {
  font-size: 42px;
  font-weight: normal;
}
.details_banner .content .lf .lf_mid .mid_con .amout .ptw {
  color: #9C9C9C;
  font-size: 14px;
}
.details_banner .content .lf .lf_mid .mid_con .time {
  float: left;
  width: 110px;
}
.details_banner .content .lf .lf_mid .mid_con .time .pon {
  color: #474747;
  font-size: 18px;
}
.details_banner .content .lf .lf_mid .mid_con .time .pon b {
  font-size: 42px;
  font-weight: normal;
}
.details_banner .content .lf .lf_mid .mid_con .time .ptw {
  color: #9C9C9C;
  font-size: 14px;
}
.details_banner .content .lf .lf_bot {
  height: 136px;
}
.details_banner .content .lf .lf_bot .bot_con {
  height: 136px;
  padding-top: 38px;
}
.details_banner .content .lf .lf_bot .bot_con .bot_conlf {
  width: 354px;
  float: left;
  height: 98px;
}
.details_banner .content .lf .lf_bot .bot_con .bot_conlf p {
  color: #9C9C9C;
  font-size: 16px;
  padding-bottom: 8px;
  text-align: left;
}
.details_banner .content .lf .lf_bot .bot_con .bot_conlf p a {
  color: #9C9C9C;
}
.details_banner .content .lf .lf_bot .bot_con .bot_conlf p a:hover {
  color: #e00040;
}
.details_banner .content .lf .lf_bot .bot_con .bot_conri {
  width: 325px;
  float: left;
  height: 98px;
}
.details_banner .content .lf .lf_bot .bot_con .bot_conri p {
  color: #9C9C9C;
  font-size: 16px;
  padding-bottom: 8px;
  text-align: left;
}
.details_banner .content .ri {
  width: 420px;
  float: left;
  height: 360px;
}
.details_banner .content .ri .ri_con {
  padding: 33px 26px 0 26px;
}
.details_banner .content .ri .ri_con .con_num {
  font-size: 16px;
  color: #9C9C9C;
  padding-bottom: 15px;
}
.details_banner .content .ri .ri_con .con_log {
  font-size: 16px;
  color: #9C9C9C;
  line-height: 28px;
  padding-bottom: 28px;
}
.details_banner .content .ri .ri_con .con_log a {
  width: 52px;
  height: 28px;
  color: #E00040;
  text-align: center;
  line-height: 28px;
  border: 1px solid #E00040;
  padding: 0 10px;
  border-radius: 14px;
  font-size: 12px;
  margin-left: 16px;
}
.details_banner .content .ri .ri_con .con_log a:hover {
  color: #ffffff;
  background: #E00040;
}
.details_banner .content .ri .ri_con .con_inp {
  width: 368px;
  height: 58px;
  border: 1px solid #E00040;
  box-sizing: border-box;
}
.details_banner .content .ri .ri_con .con_inp .inp_bor {
  float: left;
  height: 56px;
  width: 276px;
}
.details_banner .content .ri .ri_con .con_inp .inp_bor input {
  width: 236px;
  height: 56px;
  float: left;
  font-size: 16px;
  color: #474747;
  padding-left: 16px;
  box-sizing: border-box;
}
.details_banner .content .ri .ri_con .con_inp .inp_bor input::-webkit-input-placeholder {
  color: #9C9C9C;
}
.details_banner .content .ri .ri_con .con_inp .inp_bor span {
  height: 56px;
  width: 40px;
  float: left;
  color: #474747;
  font-size: 16px;
  line-height: 56px;
  text-align: center;
}
.details_banner .content .ri .ri_con .con_inp .inp_txt {
  float: left;
  width: 90px;
  height: 56px;
  background: #E00040;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  line-height: 56px;
  cursor: pointer;
}
.details_banner .content .ri .ri_con .con_sum {
  font-size: 16px;
  color: #9C9C9C;
  padding-bottom: 18px;
  padding-top: 26px;
}
.details_banner .content .ri .ri_con .con_sum b {
  color: #E00040;
  font-weight: normal;
}
.details_banner .content .ri .ri_con .con_yhq {
  font-size: 16px;
  color: #9C9C9C;
  padding-bottom: 24px;
}
.details_banner .content .ri .ri_con .con_btn a {
  display: block;
  width: 368px;
  height: 43px;
  background: url(../images/btn368.png) no-repeat;
  color: #FFFFFF;
  text-align: center;
  line-height: 43px;
  font-size: 18px;
}
.details_main {
  padding-top: 50px;
}
.details_main .details_title {
  height: 51px;
}
.details_main .details_title li {
  float: left;
  height: 50px;
  padding: 0 35px;
  border-top: 1px solid #DFDFDF;
  border-left: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
  border-bottom: 1px solid #ffffff;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  margin-right: 38px;
  position: relative;
}
.details_main .details_title li:last-child {
  margin-right: 0;
}
.details_main .details_title li.active {
  background: #F3F4F5;
  border-bottom: 1px solid #DFDFDF;
}
.details_main .details_title li.active a {
  color: #9C9C9C;
}
.details_main .details_title li.active span {
  background: url(../images/btn_a38.png) no-repeat;
}
.details_main .details_title li:nth-child(2) {
  padding-right: 73px;
}
.details_main .details_title li a {
  display: block;
  color: #E00040;
}
.details_main .details_title li span {
  position: absolute;
  top: 17px;
  text-align: center;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 16px;
  width: 38px;
  height: 16px;
  right: 25px;
  background: url(../images/btn38.png) no-repeat;
}
.details_main .details_con {
  border: 1px solid #DFDFDF;
  padding: 40px 50px 0 50px;
  margin-bottom: 38px;
}
.details_main .details_con .item_one .table_project {
  border: 1px solid #DFDFDF;
  margin-bottom: 48px;
}
.details_main .details_con .item_one .table_project tbody th {
  background: #FFF8FA;
  width: 170px;
  font-size: 16px;
  color: #474747;
  border-right: 1px solid #DFDFDF;
  padding: 0 30px;
  vertical-align: middle;
}
.details_main .details_con .item_one .table_project tbody tr {
  border-bottom: 1px solid #DFDFDF;
}
.details_main .details_con .item_one .table_project tbody td {
  padding: 0 55px;
}
.details_main .details_con .item_one .table_project tbody td p {
  font-size: 14px;
  color: #474747;
}
.details_main .details_con .item_one .table_project tbody td p.tit_po {
  padding-top: 40px;
}
.details_main .details_con .item_one .table_project tbody td p.tit_pt {
  padding-top: 30px;
}
.details_main .details_con .item_one .table_project tbody td p.bzcs {
  padding: 40px 0;
}
.details_main .details_con .item_one .table_project tbody td p.dbjg_o {
  padding-top: 40px;
  padding-bottom: 30px;
}
.details_main .details_con .item_one .table_project tbody td p.dbjg_t {
  padding-bottom: 40px;
}
.details_main .details_con .item_one .table_project tbody td p.dbjg_t a {
  color: #e00040;
}
.details_main .details_con .item_one .table_project tbody td .user_inform {
  width: 820px;
  padding-top: 24px;
  padding-bottom: 25px;
}
.details_main .details_con .item_one .table_project tbody td .user_inform ul li {
  float: left;
  width: 410px;
  height: 46px;
  line-height: 46px;
}
.details_main .details_con .item_one .table_project tbody td .user_inform ul li span {
  float: left;
  width: 124px;
  text-indent: 18px;
  color: #474747;
  font-size: 14px;
}
.details_main .details_con .item_one .table_project tbody td .user_inform ul li p {
  float: left;
  width: 284px;
  color: #9C9C9C;
  font-size: 14px;
}
.details_main .details_con .item_one .table_project tbody td .user_inform ul:nth-child(odd) {
  background: #F3F4F5;
}
.details_main .details_con .item_one .table_project tbody td .user_inform ul:nth-child(even) {
  background: #ffffff;
}
.details_main .details_con .item_one .table_project tbody td .fxpj {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 58px;
}
.details_main .details_con .item_one .table_project tbody td .fxpj .jb {
  width: 58px;
  height: 58px;
  background: url(../images/jb.png) no-repeat;
  float: left;
}
.details_main .details_con .item_one .table_project tbody td .fxpj .fxtxt {
  float: left;
  height: 58px;
  line-height: 58px;
  padding-left: 18px;
}
.details_main .details_con .item_one .table_project tbody td .fkwy {
  width: 808px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.details_main .details_con .item_two .table_record {
  border: 1px solid #DFDFDF;
}
.details_main .details_con .item_two .table_record thead {
  background: #FFF8FA;
  height: 60px;
}
.details_main .details_con .item_two .table_record thead tr {
  height: 60px;
  border-bottom: 1px solid #DFDFDF;
}
.details_main .details_con .item_two .table_record thead tr th {
  text-align: center;
  width: 275px;
  color: #474747;
  font-size: 16px;
}
.details_main .details_con .item_two .table_record tbody tr {
  height: 60px;
  border-bottom: 1px solid #DFDFDF;
}
.details_main .details_con .item_two .table_record tbody tr th,
.details_main .details_con .item_two .table_record tbody tr td {
  text-align: center;
  width: 275px;
  color: #474747;
  font-size: 16px;
}
.details_main .details_con .item_two .page {
  background: #ffffff;
  height: 98px;
}
.details_main .details_con .item_two .page .pagination {
  padding-left: 250px;
  padding-top: 24px;
}
.details_main .details_con .item_two .page .pagination li {
  float: left;
  margin-right: 12px;
}
.details_main .details_con .item_two .page .pagination li.active a {
  color: #FFFFFF;
  background: #E00040;
}
.details_main .details_con .item_two .page .pagination li:last-child {
  margin-right: 0;
}
.details_main .details_con .item_two .page .pagination li a {
  display: block;
  padding: 0 20px;
  color: #474747;
  font-size: 16px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border: 1px solid #DFDFDF;
}
.details_main .details_con .item_two .page .pagination li a.sta_n {
  background: #E2E2E2;
}
.details_main .details_con .item_two .page .pagination li a.bor_n {
  border: none;
}
.details_main .details_con .item_two .page .pagination li a:hover {
  background: #E00040;
  color: #FFFFFF;
}
.details_main .back_data {
  height: 460px;
  background: #F3F4F5;
  margin-bottom: 50px;
  position: relative;
}
.details_main .back_data .back_tit {
  height: 80px;
  font-size: 18px;
  color: #474747;
  padding-left: 50px;
  padding-top: 28px;
  box-sizing: border-box;
}
.details_main .back_data .back_banner {
  width: 1100px;
  height: 330px;
  margin: 0 50px;
  overflow: hidden;
  position: relative;
}
.details_main .back_data .back_banner .back_img {
  width: 1100px;
  height: 330px;
  position: absolute;
  left: 0px;
}
.details_main .back_data .back_banner .back_img li {
  width: 260px;
  height: 330px;
  float: left;
  margin-right: 20px;
}
.details_main .back_data .back_banner .back_img li a {
  display: block;
  width: 260px;
  height: 330px;
}
.details_main .back_data .ctrl .prev {
  position: absolute;
  left: 0px;
  width: 50px;
  height: 330px;
  top: 80px;
  background: none;
}
.details_main .back_data .ctrl .next {
  position: absolute;
  right: 0px;
  width: 50px;
  height: 330px;
  top: 80px;
  background: none;
}
.back_layer {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.back_layer .back_layer_con {
  position: fixed;
  padding: 10px 10px 30px 10px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  border-radius: 10px;
}
.back_layer .back_layer_con .img_box .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  background: url(../images/close.gif);
}
.back_layer .back_layer_con .lay_lf {
  position: fixed;
  left: 0;
  top: 0;
  width: 30px;
}
.back_layer .back_layer_con .lay_ri {
  position: fixed;
  left: 0;
  top: 0;
  width: 30px;
}
.back_layer .back_layer_con .jishu {
  text-align: right;
  font: 14px/24px '微软雅黑';
  color: #C00;
}
/*====================== login.html =======================*/
.login_main {
  height: 600px;
  background: url(../images/login_bg.png) no-repeat;
}
.login_main .login_box {
  position: relative;
  padding-top: 65px;
}
.login_main .login_box .login_box_pad {
  width: 460px;
  height: 480px;
  background: #FFFFFF;
  right: 0;
  position: absolute;
}
.login_main .login_box .login_box_pad h3 {
  color: #474747;
  font-size: 20px;
  text-align: center;
  padding-top: 36px;
}
.login_main .login_box .login_box_pad .input_form {
  padding: 0 50px;
}
.login_main .login_box .login_box_pad .input_form input {
  border-bottom: 1px solid #B8B8B8;
  width: 360px;
  height: 65px;
  color: #474747;
  font-size: 18px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  text-align: center;
}
.login_main .login_box .login_box_pad .input_form input::-webkit-input-placeholder {
  text-align: center;
  color: #9C9C9C;
  font-size: 14px;
}
.login_main .login_box .login_box_pad .input_form .btn {
  width: 360px;
  height: 50px;
  background: url(../images/btn360.png) no-repeat;
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  margin-top: 35px;
}
.login_main .login_box .login_box_pad .input_form .btn a {
  color: #FFFFFF;
}
.login_main .login_box .login_box_pad .input_form .forget {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 106px;
}
.login_main .login_box .login_box_pad .input_form .forget a {
  color: #E00040;
  font-size: 14px;
  text-align: center;
}
.login_main .login_box .login_box_pad .input_form .forget a:hover {
  text-decoration: underline;
}
.login_main .login_box .login_box_pad .safe {
  height: 56px;
  background: #F3F4F5;
  font-size: 14px;
  color: #9C9C9C;
  text-align: center;
  line-height: 56px;
}
.login_foot {
  padding: 55px 0 100px 0;
  margin-bottom: 100px;
}
.login_foot .foot_lf {
  float: left;
  padding-top: 40px;
}
.login_foot .foot_lf p {
  font-size: 14px;
  color: #9E9E9E;
}
.login_foot .foot_lf p a {
  color: #9E9E9E;
}
.login_foot .foot_ri {
  float: right;
}
.login_foot .foot_ri ul {
  width: 260px;
  height: 120px;
}
.login_foot .foot_ri ul li {
  width: 120px;
  height: 120px;
  margin-right: 20px;
  float: left;
}
.login_foot .foot_ri ul li:last-child {
  margin-right: 0;
}
.login_foot .foot_ri ul li a {
  display: block;
  width: 120px;
  height: 120px;
}
/*====================== register.html =======================*/
.register_main {
  height: 730px;
  background: url(../images/reg_bg.png) no-repeat;
}
.register_main .reg_posi {
  padding-top: 65px;
  padding-left: 240px;
}
.register_main .register_box {
  position: relative;
  width: 720px;
  height: 600px;
}
.register_main .register_box .bg {
  position: absolute;
  bottom: 0;
  width: 720px;
  height: 78px;
  background: url(../images/reg_box_bg.png) no-repeat;
}
.register_main .register_box .bg p {
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  padding-top: 40px;
}
.register_main .register_box .reg_box_pad {
  width: 680px;
  height: 544px;
  background: #ffffff;
  margin-left: 20px;
  padding: 0 100px;
  box-sizing: border-box;
}
.register_main .register_box .reg_box_pad h3 {
  color: #E00040;
  font-size: 20px;
  text-align: center;
  height: 80px;
  padding-top: 36px;
  box-sizing: border-box;
  border-bottom: 1px solid #B8B8B8;
}
.register_main .register_box .reg_box_pad .reg_form .phone {
  padding: 0 25px;
}
.register_main .register_box .reg_box_pad .reg_form .phone input {
  height: 66px;
  padding: 0 40px;
  font-size: 16px;
  border-bottom: 1px solid #B8B8B8;
  width: 360px;
  background: url(../images/reg_pho.png) no-repeat left center;
}
.register_main .register_box .reg_box_pad .reg_form .phone input::-webkit-input-placeholder {
  color: #9C9C9C;
  font-size: 14px;
}
.register_main .register_box .reg_box_pad .reg_form .vercode {
  padding-left: 25px;
}
.register_main .register_box .reg_box_pad .reg_form .vercode input {
  width: 240px;
  height: 66px;
  border-bottom: 1px solid #B8B8B8;
  padding-left: 40px;
  background: url(../images/reg_code.png) no-repeat left center;
  float: left;
}
.register_main .register_box .reg_box_pad .reg_form .vercode .v_img {
  float: left;
  width: 160px;
  height: 66px;
}
.register_main .register_box .reg_box_pad .reg_form .vercode .v_img span {
  width: 100px;
  height: 42px;
  display: block;
  margin-top: 24px;
  margin-left: 60px;
}
.register_main .register_box .reg_box_pad .reg_form .mes_code {
  padding-left: 25px;
}
.register_main .register_box .reg_box_pad .reg_form .mes_code input {
  width: 240px;
  height: 66px;
  border-bottom: 1px solid #B8B8B8;
  padding-left: 40px;
  background: url(../images/reg_mes.png) no-repeat left center;
  float: left;
}
.register_main .register_box .reg_box_pad .reg_form .mes_code .mes_re {
  float: left;
  width: 160px;
  height: 66px;
}
.register_main .register_box .reg_box_pad .reg_form .mes_code .mes_re span {
  width: 100px;
  height: 42px;
  display: block;
  margin-top: 24px;
  margin-left: 60px;
  border: 1px solid #E00040;
  border-radius: 6px;
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  color: #E00040;
}
.register_main .register_box .reg_box_pad .reg_form .password {
  padding: 0 25px;
}
.register_main .register_box .reg_box_pad .reg_form .password input {
  height: 66px;
  padding: 0 40px;
  font-size: 16px;
  border-bottom: 1px solid #B8B8B8;
  width: 360px;
  background: url(../images/reg_psw.png) no-repeat left center;
}
.register_main .register_box .reg_box_pad .reg_form .password input::-webkit-input-placeholder {
  color: #9C9C9C;
  font-size: 14px;
}
.register_main .register_box .reg_box_pad .agree {
  height: 30px;
  padding-top: 32px;
  padding-left: 25px;
}
.register_main .register_box .reg_box_pad .agree .agr_check {
  float: left;
  width: 32px;
  vertical-align: middle;
  margin-top: 2px;
  margin-left: 4px;
}
.register_main .register_box .reg_box_pad .agree .agr_check input {
  width: 16px;
  height: 16px;
}
.register_main .register_box .reg_box_pad .agree .agr_txt {
  float: left;
}
.register_main .register_box .reg_box_pad .agree .agr_txt p {
  font-size: 14px;
  color: #9C9C9C;
}
.register_main .register_box .reg_box_pad .agree .agr_txt p a {
  color: #E00040;
}
.register_main .register_box .reg_box_pad .agree .agr_txt p a:hover {
  text-decoration: underline;
}
.register_main .register_box .reg_box_pad .reg_btn {
  padding: 0 50px;
  padding-top: 10px;
}
.register_main .register_box .reg_box_pad .reg_btn a {
  width: 360px;
  height: 50px;
  display: block;
  color: #FFFFFF;
  font-size: 18px;
  background: url(../images/btn360.png) no-repeat;
  text-align: center;
  line-height: 50px;
}
.register_main .register_box .reg_box_pad .aco_log p {
  font-size: 14px;
  text-align: center;
  color: #9C9C9C;
  padding-top: 24px;
}
.register_main .register_box .reg_box_pad .aco_log p a {
  color: #E00040;
}
.register_main .register_box .reg_box_pad .aco_log p a:hover {
  text-decoration: underline;
}
/*====================== news.html =======================*/
.news_banner {
  width: 100%;
  height: 200px;
  margin-top:20px;
}
.news_main {
  background: #FFFFFF;
}
.news_main .news_tit {
  height: 100px;
  border-bottom: 1px solid #DFDFDF;
}
.news_main .news_tit ul li {
  float: left;
  padding-top: 50px;
  margin-right: 10px;
}
.news_main .news_tit ul li a {
  display: block;
  padding: 0 35px;
  color: #474747;
  font-size: 18px;
  height: 50px;
}
.news_main .news_tit ul li.active a {
  border-bottom: 1px solid #E00040;
}
.news_main .news_tit ul li:hover a {
  border-bottom: 1px solid #E00040;
}
.news_main .news_txt .news_list li {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 40px;
}
.news_main .news_txt .news_list li a {
  display: block;
}
.news_main .news_txt .news_list li a p.ptit {
  color: #474747;
  font-size: 18px;
  padding-top: 40px;
}
.news_main .news_txt .news_list li a p.ptime {
  color: #9C9C9C;
  font-size: 14px;
  padding: 10px 0;
}
.news_main .news_txt .news_list li a p.pcon {
  color: #474747;
  font-size: 14px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news_main .news_txt .page {
  background: #ffffff;
  height: 90px;
  padding-bottom: 30px;
  padding-top: 30px;
}
.news_main .news_txt .page .pagination {
  padding-left: 300px;
  padding-top: 24px;
}
.news_main .news_txt .page .pagination li {
  float: left;
  margin-right: 12px;
}
.news_main .news_txt .page .pagination li.active a {
  color: #FFFFFF;
  background: #E00040;
}
.news_main .news_txt .page .pagination li:last-child {
  margin-right: 0;
}
.news_main .news_txt .page .pagination li a {
  display: block;
  padding: 0 20px;
  color: #474747;
  font-size: 16px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border: 1px solid #DFDFDF;
}
.news_main .news_txt .page .pagination li a.sta_n {
  background: #E2E2E2;
}
.news_main .news_txt .page .pagination li a.bor_n {
  border: none;
}
.news_main .news_txt .page .pagination li a:hover {
  background: #E00040;
  color: #FFFFFF;
}
.news_article {
  background: #ffffff;
}
.news_article .title {
  border-bottom: 1px solid #dfdfdf;
}
.news_article .title h2 {
  color: #393939;
  font-size: 24px;
  padding-top: 50px;
  text-align: center;
  font-weight: bold;
}
.news_article .title p {
  font-size: 14px;
  color: #9C9C9C;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
}
.news_article .txt {
  padding-top: 45px;
  padding-bottom: 50px;
}
.news_article .txt p {
  color: #393939;
  font-size: 14px;
  padding-bottom: 25px;
}
/*====================== member.html =======================*/
.no_record {
  height: 300px;
  font-size: 36px;
  color: #D8D8D8;
  padding: 0 22px;
  text-align: center;
  line-height: 300px;
}
.member_main {
  padding-top: 38px;
  /*padding-bottom: 100px;*/
}
.member_main .member_con .member_lf {
  width: 160px;
  float: left;
}
.member_main .member_con .member_lf .par_ul li {
  position: relative;
  /*border-bottom: 1px solid #ccc;*/
  /* margin-bottom: 10px; */
}
.member_main .member_con .member_lf .par_ul li a {
  display: block;
  width: 160px;
  height: 43px;
  line-height: 43px;
  color: #474747;
  font-size: 14px;
  background: #FFFFFF;
  cursor: pointer;
  padding: 0 12px;/*52px*/
  box-sizing: border-box;
  position: relative;
}
.member_main .member_con .member_lf .par_ul li a i {
  width: 52px;
  height: 43px;
  position: absolute;
  top: 12.5px;
  left: 15px;
}
/*.member_main .member_con .member_lf .par_ul li a i.home {
  background: url(../images/i_home.png) no-repeat;
}
.member_main .member_con .member_lf .par_ul li a i.tzgl {
  background: url(../images/i_tzgl.png) no-repeat;
}
.member_main .member_con .member_lf .par_ul li a i.zjgl {
  background: url(../images/i_zjgl.png) no-repeat;
}
.member_main .member_con .member_lf .par_ul li a i.zhgl {
  background: url(../images/i_account.png) no-repeat;
}
.member_main .member_con .member_lf .par_ul li a i.wdfl {
  background: url(../images/i_fl.png) no-repeat;
}*/
/*.member_main .member_con .member_lf .par_ul li a em {
  width: 52px;
  height: 43px;
  position: absolute;
  top: 18px;
  right: -32px;
  background: url(../images/em_ba.png) no-repeat;
}*/
.member_main .member_con .member_lf .par_ul li .son_menu {
  margin-top: 10px;
  display: none;
}
.member_main .member_con .member_lf .par_ul li .son_menu li {
  margin-bottom: 10px;
  position: relative;
}
.member_main .member_con .member_lf .par_ul li .son_menu li a {
  display: block;
  width: 160px;
  height: 43px;
  line-height: 43px;
  color: #474747;
  font-size: 14px;
  background: #FFFFFF;
  cursor: pointer;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
}
.member_main .member_con .member_lf .par_ul li .son_menu li a em {
  width: 12px;
  height: 43px;
  position: absolute;
  top: 15.5px;
  left: 6.5px;
  background: url(../images/em_la.png) no-repeat;
}
.member_main .member_con .member_lf .par_ul li .son_menu li a:hover {
  color: #E00040;
}
.member_main .member_con .member_lf .par_ul li .son_menu li.active a {
  color: #E00040;
}
.member_main .member_con .member_ri {
  float: right;
  width: 1020px;
}
.member_main .member_con .member_ri .person_info {
  padding: 20px 40px;
  height: 80px;
  background: #FFFFFF;
}
.member_main .member_con .member_ri .person_info .per_lf {
  float: left;
  width: 330px;
  height: 80px;
}
.member_main .member_con .member_ri .person_info .per_lf .username {
  font-size: 14px;
  color: #474747;
  padding-top: 5px;
}
.member_main .member_con .member_ri .person_info .per_lf .safe_level {
  padding-top: 30px;
}
.member_main .member_con .member_ri .person_info .per_lf .safe_level li {
  font-size: 14px;
  color: #474747;
}
.member_main .member_con .member_ri .person_info .per_lf .safe_level li.li_o {
  float: left;
}
.member_main .member_con .member_ri .person_info .per_lf .safe_level li.li_t {
  float: right;
  padding-right: 24px;
}
.member_main .member_con .member_ri .person_info .per_lf .safe_level li.li_t span {
  color: #E00040;
}
.member_main .member_con .member_ri .person_info .per_lf .safe_level li.li_t a {
  color: #474747;
}
.member_main .member_con .member_ri .person_info .per_mi {
  float: left;
  width: 318px;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  height: 80px;
}
.member_main .member_con .member_ri .person_info .per_mi p {
  padding: 0 24px;
  color: #474747;
  font-size: 14px;
  padding-top: 5px;
  margin-bottom: 25px;
}
.member_main .member_con .member_ri .person_info .per_mi p a {
  float: right;
  color: #474747;
}
.member_main .member_con .member_ri .person_info .per_ri {
  float: left;
  width: 250px;
  height: 80px;
}
.member_main .member_con .member_ri .person_info .per_ri .my_score {
  color: #474747;
  font-size: 14px;
  padding: 0 24px;
  padding-top: 5px;
}
.member_main .member_con .member_ri .person_info .per_ri .score_set {
  color: #474747;
  font-size: 14px;
  padding: 0 24px;
  padding-top: 30px;
}
.member_main .member_con .member_ri .person_info .per_ri .score_set li.score_sign {
  float: left;
}
.member_main .member_con .member_ri .person_info .per_ri .score_set li.score_sign a {
  color: #E00040;
}
.member_main .member_con .member_ri .person_info .per_ri .score_set li.score_change {
  float: right;
}
.member_main .member_con .member_ri .person_info .per_ri .score_set li.score_change a {
  color: #405AF6;
}
.member_main .member_con .member_ri .fund_manage {
  margin-bottom: 20px;
  margin-top: 20px;
  background: #FFFFFF;
  height: 203px;
}
.member_main .member_con .member_ri .fund_manage .fund_lf {
  width: 364px;
  height: 203px;
  float: left;
}
.member_main .member_con .member_ri .fund_manage .fund_lf .fund_sum p {
  color: #474747;
  font-size: 14px;
  text-align: center;
}
.member_main .member_con .member_ri .fund_manage .fund_lf .fund_sum p.pon {
  padding-top: 38px;
}
.member_main .member_con .member_ri .fund_manage .fund_lf .fund_sum p.ptw {
  font-size: 28px;
  padding-top: 5px;
  font-weight: bold;
}
.member_main .member_con .member_ri .fund_manage .fund_lf .fund_btn {
  padding-top: 40px;
  padding-left: 40px;
  padding-bottom: 32px;
}
.member_main .member_con .member_ri .fund_manage .fund_lf .fund_btn li {
  float: left;
}
.member_main .member_con .member_ri .fund_manage .fund_lf .fund_btn li a {
  display: block;
  width: 120px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background: url(../images/btn_a120.png) no-repeat;
  color: #474747;
}
.member_main .member_con .member_ri .fund_manage .fund_lf .fund_btn li.btn_one {
  margin-right: 40px;
}
.member_main .member_con .member_ri .fund_manage .fund_lf .fund_btn li.active a {
  background: url(../images/btn120.png) no-repeat;
  color: #FFFFFF;
}
.member_main .member_con .member_ri .fund_manage .fund_lf .fund_btn li:hover a {
  background: url(../images/btn120.png) no-repeat;
  color: #FFFFFF;
}
.member_main .member_con .member_ri .fund_manage .fund_ri {
  width: 655px;
  padding-top: 18px;
  height: 185px;
  float: right;
}
.member_main .member_con .member_ri .fund_manage .fund_ri .fund_ri_bor {
  border-left: 1px solid #dfdfdf;
  height: 170px;
  padding: 0 15px;
}
.member_main .member_con .member_ri .fund_manage .fund_ri .fund_ri_bor .fund_ritop {
  border-bottom: 1px solid #dfdfdf;
  height: 84px;
}
.member_main .member_con .member_ri .fund_manage .fund_ri .fund_ri_bor .fund_ritop .due_o {
  float: left;
  width: 311px;
  height: 66px;
  border-right: 1px solid #dfdfdf;
  margin-bottom: 18px;
}
.member_main .member_con .member_ri .fund_manage .fund_ri .fund_ri_bor .fund_ritop .due_o p {
  font-size: 14px;
  padding-left: 25px;
  color: #474747;
  padding-bottom: 14px;
  padding-top: 5px;
}
.member_main .member_con .member_ri .fund_manage .fund_ri .fund_ri_bor .fund_ritop .due_o b {
  display: block;
  color: #474747;
  font-size: 22px;
  padding-left: 25px;
}
.member_main .member_con .member_ri .fund_manage .fund_ri .fund_ri_bor .fund_ritop .due_t {
  float: right;
  width: 312px;
  height: 84px;
}
.member_main .member_con .member_ri .fund_manage .fund_ri .fund_ri_bor .fund_ritop .due_t p {
  font-size: 14px;
  color: #474747;
  padding-left: 40px;
  padding-bottom: 14px;
  padding-top: 5px;
}
.member_main .member_con .member_ri .fund_manage .fund_ri .fund_ri_bor .fund_ritop .due_t b {
  display: block;
  color: #474747;
  font-size: 22px;
  padding-left: 40px;
}
.member_main .member_con .member_ri .fund_manage .fund_ri .fund_ri_bor .fund_ribot .reward_o {
  float: left;
  width: 311px;
  height: 66px;
  border-right: 1px solid #dfdfdf;
  margin-top: 18px;
}
.member_main .member_con .member_ri .fund_manage .fund_ri .fund_ri_bor .fund_ribot .reward_o p {
  font-size: 14px;
  padding-left: 25px;
  color: #474747;
  padding-bottom: 14px;
  padding-top: 2px;
}
.member_main .member_con .member_ri .fund_manage .fund_ri .fund_ri_bor .fund_ribot .reward_o p a {
  color: #E00040;
}
.member_main .member_con .member_ri .fund_manage .fund_ri .fund_ri_bor .fund_ribot .reward_o b {
  display: block;
  color: #474747;
  font-size: 22px;
  padding-left: 25px;
}
.member_main .member_con .member_ri .fund_manage .fund_ri .fund_ri_bor .fund_ribot .reward_t {
  float: left;
  width: 311.5px;
  height: 66px;
  margin-top: 18px;
}
.member_main .member_con .member_ri .fund_manage .fund_ri .fund_ri_bor .fund_ribot .reward_t p {
  font-size: 14px;
  color: #474747;
  padding-left: 40px;
}
.member_main .member_con .member_ri .fund_manage .fund_ri .fund_ri_bor .fund_ribot .reward_t p.pon {
  padding-top: 2px;
  padding-bottom: 14px;
}
.member_main .member_con .member_ri .fund_manage .fund_ri .fund_ri_bor .fund_ribot .reward_t p span,
.member_main .member_con .member_ri .fund_manage .fund_ri .fund_ri_bor .fund_ribot .reward_t p a {
  color: #E00040;
}
.member_main .member_con .member_ri .fund_manage .fund_ri .fund_ri_bor .fund_ribot .reward_t p a {
  float: right;
  padding-right: 52px;
}
.member_main .member_con .member_ri .onitem {
  background: #FFFFFF;
  padding: 0 22px;
  padding-bottom: 30px;
}
.member_main .member_con .member_ri .onitem h2 {
  height: 24px;
  padding-bottom: 30px;
  padding-top: 28px;
  color: #474747;
  font-size: 18px;
  position: relative;
  padding-left: 16px;
}
.member_main .member_con .member_ri .onitem h2 em {
  left: 0;
  top: 28px;
  width: 16px;
  height: 24px;
  position: absolute;
  background: url(../images/item_bg.png) no-repeat left center;
}
.member_main .member_con .member_ri .onitem h2 a {
  float: right;
  color: #989898;
  font-size: 14px;
}
.member_main .member_con .member_ri .onitem h2 a:hover {
  color: #e00040;
}
.member_main .member_con .member_ri .onitem .item_table {
  width: 976px;
}
.member_main .member_con .member_ri .onitem .item_table thead {
  background: #EFEFEF;
}
.member_main .member_con .member_ri .onitem .item_table thead tr {
  height: 50px;
}
.member_main .member_con .member_ri .onitem .item_table thead tr th {
  font-size: 14px;
  color: #474747;
  text-align: left;
  width: 244px;
  padding-left: 50px;
  box-sizing: border-box;
}
.member_main .member_con .member_ri .onitem .item_table tbody tr {
  height: 50px;
}
.member_main .member_con .member_ri .onitem .item_table tbody tr th,
.member_main .member_con .member_ri .onitem .item_table tbody tr td {
  font-size: 14px;
  color: #9C9C9C;
  text-align: left;
  /*width: 244px;*/
  padding-left: 50px;
  box-sizing: border-box;
}
.member_main .member_con .member_ri .inv_tit {
  background: #FFFFFF;
  /*height: 70px;*/
  font-size: 24px;
  color: #474747;
  padding: 0 22px;
}
.member_main .member_con .member_ri .inv_tit h2 {
  padding-top: 32px;
  height: 38px;
  border-bottom: 1px solid #dfdfdf;
  padding-left: 16px;
  position: relative;
  color: #474747;
  font-size: 18px;
}
.member_main .member_con .member_ri .inv_tit em {
  position: absolute;
  /*background: url(../images/item_bg.png) no-repeat left center;*/
  background:#3EC381;
  /*width: 16px;
  height: 38px;
  top: 25px;*/
  width: 6px;
  height: 18px;
  top: 35px;
  left: 0;
}
.member_main .member_con .member_ri .inv_con {
  background: #FFFFFF;
  padding: 0 22px;
}
.member_main .member_con .member_ri .inv_con .inv_cate {
  padding-top: 26px;
  padding-bottom: 35px;
}
.member_main .member_con .member_ri .inv_con .inv_cate li {
  height: 24px;
  margin-bottom: 18px;
}
.member_main .member_con .member_ri .inv_con .inv_cate li span,
.member_main .member_con .member_ri .inv_con .inv_cate li a {
  color: #474747;
  font-size: 14px;
  padding: 0 10px;
  line-height: 24px;
  height: 24px;
  float: left;
}
.member_main .member_con .member_ri .inv_con .inv_cate li a {
  margin-right: 10px;
}
.member_main .member_con .member_ri .inv_con .inv_cate li a.active {
  background: #3EC381;
  color: #FFFFFF;
}
.member_main .member_con .member_ri .inv_con .inv_cate li a:hover {
  background: #3EC381;
  color: #FFFFFF;
}
.member_main .member_con .member_ri .inv_con .inv_table {
  width: 976px;
}
.member_main .member_con .member_ri .inv_con .inv_table thead {
  background: #EFEFEF;
}
.member_main .member_con .member_ri .inv_con .inv_table thead tr {
  height: 50px;
}
.member_main .member_con .member_ri .inv_con .inv_table thead tr th {
  font-size: 14px;
  color: #474747;
  /*text-align: left;*/
  text-align: center;
  padding-left: 10px;
  box-sizing: border-box;
}
.member_main .member_con .member_ri .inv_con .inv_table tbody tr {
  height: 50px;
}
.member_main .member_con .member_ri .inv_con .inv_table tbody tr th,
.member_main .member_con .member_ri .inv_con .inv_table tbody tr td {
  font-size: 14px;
  color: #9C9C9C;
  /*text-align: left;*/
  text-align: center;
  padding-left: 10px;
  box-sizing: border-box;
}
.member_main .member_con .member_ri .return_money {
  background: #FFFFFF;
  padding: 24px 32px 10px 38px;
}
.member_main .member_con .member_ri .return_money .return_con {
  border: 1px solid #DFDFDF;
  width: 948px;
  height: 188px;
}
.member_main .member_con .member_ri .return_money .return_con .ret_lf {
  float: left;
  width: 393.5px;
  height: 188px;
  border-right: 1px solid #DFDFDF;
  padding: 0 40px;
}
.member_main .member_con .member_ri .return_money .return_con .ret_lf .ret_lf_t {
  height: 93.5px;
  border-bottom: 1px solid #DFDFDF;
}
.member_main .member_con .member_ri .return_money .return_con .ret_lf .ret_lf_t p {
  font-size: 14px;
  color: #474747;
  padding-left: 16px;
  height: 44px;
  position: relative;
  padding-top: 20px;
  box-sizing: border-box;
}
.member_main .member_con .member_ri .return_money .return_con .ret_lf .ret_lf_t p em {
  position: absolute;
  left: 0;
  top: 25px;
  width: 10px;
  height: 10px;
  background: #E00040;
}
.member_main .member_con .member_ri .return_money .return_con .ret_lf .ret_lf_t b {
  font-size: 28px;
  color: #E00040;
  display: block;
  font-weight: normal;
}
.member_main .member_con .member_ri .return_money .return_con .ret_lf .ret_lf_b {
  height: 93.5px;
}
.member_main .member_con .member_ri .return_money .return_con .ret_lf .ret_lf_b ul li p {
  font-size: 14px;
  color: #474747;
  padding-top: 24px;
}
.member_main .member_con .member_ri .return_money .return_con .ret_lf .ret_lf_b ul li b {
  display: block;
  font-size: 18px;
  color: #474747;
  font-weight: normal;
  padding-top: 10px;
}
.member_main .member_con .member_ri .return_money .return_con .ret_lf .ret_lf_b ul li.li_o {
  float: left;
  width: 156.75px;
}
.member_main .member_con .member_ri .return_money .return_con .ret_lf .ret_lf_b ul li.li_t {
  float: left;
  width: 156.75px;
}
.member_main .member_con .member_ri .return_money .return_con .ret_ri {
  float: right;
  width: 393.5px;
  height: 188px;
  padding: 0 40px;
}
.member_main .member_con .member_ri .return_money .return_con .ret_ri .ret_ri_t {
  height: 93.5px;
  border-bottom: 1px solid #DFDFDF;
}
.member_main .member_con .member_ri .return_money .return_con .ret_ri .ret_ri_t p {
  font-size: 14px;
  color: #474747;
  padding-left: 16px;
  height: 44px;
  position: relative;
  padding-top: 20px;
  box-sizing: border-box;
}
.member_main .member_con .member_ri .return_money .return_con .ret_ri .ret_ri_t p em {
  position: absolute;
  left: 0;
  top: 25px;
  width: 10px;
  height: 10px;
  background: #405AF6;
}
.member_main .member_con .member_ri .return_money .return_con .ret_ri .ret_ri_t b {
  font-size: 28px;
  color: #405AF6;
  display: block;
  font-weight: normal;
}
.member_main .member_con .member_ri .return_money .return_con .ret_ri .ret_ri_b {
  height: 93.5px;
}
.member_main .member_con .member_ri .return_money .return_con .ret_ri .ret_ri_b ul li p {
  font-size: 14px;
  color: #474747;
  padding-top: 24px;
}
.member_main .member_con .member_ri .return_money .return_con .ret_ri .ret_ri_b ul li b {
  display: block;
  font-size: 18px;
  color: #474747;
  font-weight: normal;
  padding-top: 10px;
}
.member_main .member_con .member_ri .return_money .return_con .ret_ri .ret_ri_b ul li.li_o {
  float: left;
  width: 156.75px;
}
.member_main .member_con .member_ri .return_money .return_con .ret_ri .ret_ri_b ul li.li_t {
  float: left;
  width: 156.75px;
}
.member_main .member_con .member_ri .mon_record_tit {
  background: #FFFFFF;
  height: 70px;
  font-size: 24px;
  color: #474747;
  padding: 0 22px;
}
.member_main .member_con .member_ri .mon_record_tit h2 {
  padding-top: 32px;
  height: 38px;
  border-bottom: 1px solid #dfdfdf;
  padding-left: 16px;
  position: relative;
  color: #474747;
  font-size: 18px;
}
.member_main .member_con .member_ri .mon_record_tit em {
  position: absolute;
  background: url(../images/item_bg.png) no-repeat left center;
  width: 16px;
  height: 38px;
  top: 25px;
  left: 0;
}
.member_main .member_con .member_ri .mon_rec_sum {
  background: #FFFFFF;
  padding: 0 32px 0 38px;
}
.member_main .member_con .member_ri .mon_rec_sum .rec_sum_t {
  height: 128px;
}
.member_main .member_con .member_ri .mon_rec_sum .rec_sum_t .sum_t_lf {
  float: left;
}
.member_main .member_con .member_ri .mon_rec_sum .rec_sum_t .sum_t_lf p {
  font-size: 18px;
  color: #E00040;
  padding-top: 26px;
}
.member_main .member_con .member_ri .mon_rec_sum .rec_sum_t .sum_t_lf b {
  display: block;
  font-size: 36px;
  color: #E00040;
  font-weight: normal;
}
.member_main .member_con .member_ri .mon_rec_sum .rec_sum_t .sum_t_ri {
  float: right;
}
.member_main .member_con .member_ri .mon_rec_sum .rec_sum_t .sum_t_ri ul li {
  float: left;
  padding-top: 48px;
  margin-right: 40px;
}
.member_main .member_con .member_ri .mon_rec_sum .rec_sum_t .sum_t_ri ul li:last-child {
  margin-right: 0;
}
.member_main .member_con .member_ri .mon_rec_sum .rec_sum_t .sum_t_ri ul li a {
  display: block;
  width: 120px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #474747;
  font-size: 14px;
  background: url(../images/btn_a120.png) no-repeat;
}
.member_main .member_con .member_ri .mon_rec_sum .rec_sum_t .sum_t_ri ul li a:hover {
  background: url(../images/btn120.png) no-repeat;
  color: #FFFFFF;
}
.member_main .member_con .member_ri .mon_rec_sum .rec_sum_t .sum_t_ri ul li.active a {
  background: url(../images/btn120.png) no-repeat;
  color: #FFFFFF;
}
.member_main .member_con .member_ri .mon_rec_sum .rec_sum_b {
  height: 100px;
  border: 1px solid #DFDFDF;
}
.member_main .member_con .member_ri .mon_rec_sum .rec_sum_b ul {
  padding: 14px 0;
}
.member_main .member_con .member_ri .mon_rec_sum .rec_sum_b ul li {
  float: left;
  height: 70px;
  width: 312.66666667px;
}
.member_main .member_con .member_ri .mon_rec_sum .rec_sum_b ul li p {
  font-size: 14px;
  padding-left: 42px;
  padding-top: 14px;
}
.member_main .member_con .member_ri .mon_rec_sum .rec_sum_b ul li b {
  display: block;
  font-size: 24px;
  font-weight: normal;
  padding-left: 42px;
  padding-top: 5px;
}
.member_main .member_con .member_ri .mon_rec_sum .rec_sum_b ul li.li_l b {
  color: #E00040;
}
.member_main .member_con .member_ri .mon_rec_sum .rec_sum_b ul li.li_m {
  border-left: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
}
.member_main .member_con .member_ri .money_record_cate {
  background: #FFFFFF;
  height: 70px;
  padding: 0 22px;
}
.member_main .member_con .member_ri .money_record_cate ul {
  height: 69px;
  border-bottom: 1px solid #dfdfdf;
}
.member_main .member_con .member_ri .money_record_cate ul li {
  float: left;
  font-size: 18px;
  padding: 0 20px;
  margin-right: 20px;
  height: 39px;
  text-align: center;
  padding-top: 30px;
}
.member_main .member_con .member_ri .money_record_cate ul li:last-child {
  margin-right: 0;
}
.member_main .member_con .member_ri .money_record_cate ul li.active {
  border-bottom: 1px solid #E00040;
}
.member_main .member_con .member_ri .money_record_cate ul li a {
  color: #474747;
  font-size: 18px;
}
.member_main .member_con .member_ri .money_recharge {
  padding: 0 22px;
  background: #FFFFFF;
}
.member_main .member_con .member_ri .money_recharge .recharge_way {
  height: 409px;
  width: 976px;
  border-bottom: 1px solid #dfdfdf;
}
.member_main .member_con .member_ri .money_recharge .recharge_way .mon_form {
  width: 410px;
  padding: 0 283px;
}
.member_main .member_con .member_ri .money_recharge .recharge_way .mon_form .mon_inp {
  width: 410px;
  height: 46px;
  padding-top: 55px;
}
.member_main .member_con .member_ri .money_recharge .recharge_way .mon_form .mon_inp span {
  float: left;
  width: 100px;
  height: 46px;
  line-height: 46px;
  color: #444444;
  font-size: 16px;
}
.member_main .member_con .member_ri .money_recharge .recharge_way .mon_form .mon_inp input {
  float: left;
  width: 260px;
  height: 46px;
  border: 1px solid #C2C2C2;
  color: #444444;
  font-size: 16px;
  padding-left: 20px;
  box-sizing: border-box;
}
.member_main .member_con .member_ri .money_recharge .recharge_way .mon_form .mon_chan {
  width: 410px;
  height: 46px;
  padding-top: 20px;
}
.member_main .member_con .member_ri .money_recharge .recharge_way .mon_form .mon_chan span {
  float: left;
  width: 100px;
  height: 46px;
  line-height: 46px;
  color: #444444;
  font-size: 16px;
}
.member_main .member_con .member_ri .money_recharge .recharge_way .mon_form .mon_chan .chan_img {
  float: left;
  width: 260px;
  height: 46px;
}
.member_main .member_con .member_ri .money_recharge .recharge_way .mon_form .charge_btn {
  width: 410px;
  height: 46px;
  padding-top: 38px;
  padding-left: 75px;
}
.member_main .member_con .member_ri .money_recharge .recharge_way .mon_form .charge_btn a {
  /*display: block;
  color: #FFFFFF;
  width: 280px;
  height: 42px;
  font-size: 16px;
  background: url(../images/btn280.png) no-repeat;
  text-align: center;
  line-height: 42px;*/
  width: 280px;
  height: 40px;
  line-height: 40px;
  background:#3EC381;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
  margin-top: 10px;
  margin-left: 18px;
}
.member_main .member_con .member_ri .money_recharge .recharge_way .not_card {
  width: 320px;
  padding: 0 328px;
  padding-top: 100px;
}
.member_main .member_con .member_ri .money_recharge .recharge_way .not_card .card_img {
  width: 320px;
  height: 180px;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  border-radius: 6px;
  cursor: pointer;
}
.member_main .member_con .member_ri .money_recharge .recharge_way .not_card .card_img:hover {
  border: 1px solid #405AF6;
}
.member_main .member_con .member_ri .money_recharge .recharge_way .not_card .card_img .img_btn {
  position: relative;
  height: 108px;
}
.member_main .member_con .member_ri .money_recharge .recharge_way .not_card .card_img .img_btn span {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 0px;
  left: 129px;
}
.member_main .member_con .member_ri .money_recharge .recharge_way .not_card .card_img .card_t {
  color: #405AF6;
  font-size: 14px;
  text-align: center;
  height: 60px;
  padding-top: 10px;
}
.member_main .member_con .member_ri .money_recharge .recharge_way .not_card .txt {
  color: #9C9C9C;
  font-size: 14px;
  padding-top: 24px;
  text-align: center;
}
.member_main .member_con .member_ri .money_recharge .tips {
  padding-bottom: 30px;
}
.member_main .member_con .member_ri .money_recharge .tips h2 {
  font-size: 18px;
  color: #474747;
  padding-left: 16px;
  position: relative;
  height: 50px;
  line-height: 50px;
}
.member_main .member_con .member_ri .money_recharge .tips h2 em {
  /*position: absolute;
  left: 0;
  width: 6px;
  height: 18px;
  top: 16px;
  background: url(../images/item_bg.png) no-repeat;*/
  position: absolute;
  background:#3EC381;
  width: 6px;
  height: 18px;
  top: 16px;
  left: 0;
}
.member_main .member_con .member_ri .money_recharge .tips p {
  font-size: 14px;
  color: #9C9C9C;
  padding-bottom: 20px;
}
.member_main .member_con .member_ri .money_recharge .tips p a {
  color: #E00040;
}
.member_main .member_con .member_ri .cash_con {
  padding: 0 22px;
  background: #FFFFFF;
}
.member_main .member_con .member_ri .cash_con .cash_info {
  height: 509px;
  width: 976px;
  border-bottom: 1px solid #dfdfdf;
  padding-left: 193px;
}
.member_main .member_con .member_ri .cash_con .cash_info .cash_mon {
  height: 46px;
  color: #AFAFAF;
  line-height: 46px;
  padding-top: 35px;
  width: 761px;
}
.member_main .member_con .member_ri .cash_con .cash_info .cash_mon span {
  float: left;
  width: 100px;
  height: 46px;
  font-size: 16px;
  color: #444444;
}
.member_main .member_con .member_ri .cash_con .cash_info .cash_mon b {
  font-weight: normal;
  font-size: 22px;
  color: #E00040;
  padding-left: 5px;
  padding-right: 5px;
}
.member_main .member_con .member_ri .cash_con .cash_info .cash_card {
  height: 86px;
  width: 761px;
  padding-top: 20px;
  padding-bottom: 18px;
}
.member_main .member_con .member_ri .cash_con .cash_info .cash_card li {
  float: left;
}
.member_main .member_con .member_ri .cash_con .cash_info .cash_card li.lio {
  width: 100px;
  height: 86px;
  font-size: 16px;
  color: #444444;
}
.member_main .member_con .member_ri .cash_con .cash_info .cash_card li.lit {
  margin-right: 30px;
}
.member_main .member_con .member_ri .cash_con .cash_info .cash_card li.lit .card_img {
  height: 55px;
  background: #F2F4F5;
  position: relative;
  border-radius: 5px 5px 0px 0px;
}
.member_main .member_con .member_ri .cash_con .cash_info .cash_card li.lit .card_img em {
  position: absolute;
  width: 39px;
  height: 39px;
  background: url(../images/card_img.png) no-repeat;
  left: 20px;
  top: 8px;
}
.member_main .member_con .member_ri .cash_con .cash_info .cash_card li.lit .card_img i {
  position: absolute;
  width: 13px;
  height: 13px;
  background: url(../images/card_a.png) no-repeat;
  right: 6px;
  top: 5px;
}
.member_main .member_con .member_ri .cash_con .cash_info .cash_card li.lit .card_img span {
  position: absolute;
  top: 18px;
  left: 72px;
}
.member_main .member_con .member_ri .cash_con .cash_info .cash_card li.lit p {
  height: 29px;
  color: #7D7D7D;
  font-size: 14px;
  text-align: center;
}
.member_main .member_con .member_ri .cash_con .cash_info .cash_card li.lih .add_card {
  height: 55px;
  background: url(../images/add_card.png) no-repeat center center;
}
.member_main .member_con .member_ri .cash_con .cash_info .cash_card li.lih p {
  height: 29px;
  color: #7D7D7D;
  font-size: 14px;
  text-align: center;
}
.member_main .member_con .member_ri .cash_con .cash_info .cash_card li.lit,
.member_main .member_con .member_ri .cash_con .cash_info .cash_card li.lih {
  width: 218px;
  height: 84px;
  border: 1px solid #DFDFDF;
  border-radius: 5px;
}
.member_main .member_con .member_ri .cash_con .cash_info .cash_card li.lic.active {
  border: 1px solid #E00040;
}
.member_main .member_con .member_ri .cash_con .cash_info .cash_card li.lic:hover {
  border: 1px solid #E00040;
}
.member_main .member_con .member_ri .cash_con .cash_info .cash_inp {
  width: 761px;
  height: 46px;
  padding-bottom: 10px;
}
.member_main .member_con .member_ri .cash_con .cash_info .cash_inp span {
  float: left;
  width: 100px;
  height: 46px;
  font-size: 16px;
  color: #444444;
}
.member_main .member_con .member_ri .cash_con .cash_info .cash_inp input {
  width: 238px;
  height: 44px;
  border: 1px solid #C2C2C2;
  padding-left: 20px;
}
.member_main .member_con .member_ri .cash_con .cash_info .fee,
.member_main .member_con .member_ri .cash_con .cash_info .aco_mon {
  width: 761px;
  height: 46px;
  padding-bottom: 10px;
  color: #AFAFAF;
}
.member_main .member_con .member_ri .cash_con .cash_info .fee span,
.member_main .member_con .member_ri .cash_con .cash_info .aco_mon span {
  float: left;
  width: 100px;
  height: 46px;
  font-size: 16px;
  color: #444444;
  line-height: 46px;
}
.member_main .member_con .member_ri .cash_con .cash_info .fee b,
.member_main .member_con .member_ri .cash_con .cash_info .aco_mon b {
  font-weight: normal;
  font-size: 22px;
  color: #AFAFAF;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 46px;
}
.member_main .member_con .member_ri .cash_con .cash_info .cash_btn {
  padding-left: 180px;
}
.member_main .member_con .member_ri .cash_con .cash_info .cash_btn a {
  display: block;
  width: 280px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  color: #FFFFFF;
  font-size: 16px;
  background: url(../images/btn280.png) no-repeat;
}
.member_main .member_con .member_ri .reward_con {
  padding: 0 22px;
  background: #FFFFFF;
}
.member_main .member_con .member_ri .reward_con .reward_title {
  height: 70px;
  border-bottom: 1px solid #DFDFDF;
}
.member_main .member_con .member_ri .reward_con .reward_title h2 {
  padding-top: 28px;
  font-size: 18px;
  color: #474747;
  border-bottom: 1px solid #E00040;
  width: 160px;
  height: 42px;
  text-align: center;
}
.member_main .member_con .member_ri .reward_con .reward_money {
  border: 1px solid #DFDFDF;
  height: 78px;
  margin-top: 28px;
  margin-bottom: 16px;
}
.member_main .member_con .member_ri .reward_con .reward_money p {
  font-size: 16px;
  color: #9C9C9C;
  line-height: 78px;
  padding-left: 32px;
}
.member_main .member_con .member_ri .reward_con .reward_money p b {
  font-weight: normal;
  color: #E00040;
}
.member_main .member_con .member_ri .reward_con .reward_table {
  width: 976px;
}
.member_main .member_con .member_ri .reward_con .reward_table thead {
  background: #EFEFEF;
}
.member_main .member_con .member_ri .reward_con .reward_table thead tr {
  height: 50px;
}
.member_main .member_con .member_ri .reward_con .reward_table thead tr th {
  font-size: 14px;
  color: #474747;
  text-align: left;
  padding-left: 10px;
  box-sizing: border-box;
}
.member_main .member_con .member_ri .reward_con .reward_table tbody tr {
  height: 50px;
}
.member_main .member_con .member_ri .reward_con .reward_table tbody tr th,
.member_main .member_con .member_ri .reward_con .reward_table tbody tr td {
  font-size: 14px;
  color: #9C9C9C;
  text-align: left;
  padding-left: 10px;
  box-sizing: border-box;
}
.member_main .member_con .member_ri .safe_con {
  padding: 0 22px;
  background: #FFFFFF;
}
.member_main .member_con .member_ri .safe_con .safe_title {
  height: 70px;
  border-bottom: 1px solid #DFDFDF;
}
.member_main .member_con .member_ri .safe_con .safe_title h2 {
  padding-top: 28px;
  font-size: 18px;
  color: #474747;
  border-bottom: 1px solid #E00040;
  width: 160px;
  height: 42px;
  text-align: center;
}
.member_main .member_con .member_ri .safe_con .safe_list h2 {
  color: #474747;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  padding-top: 58px;
  padding-bottom: 60px;
}
.member_main .member_con .member_ri .safe_con .safe_list .safe_ul {
  padding: 0 64px;
  padding-bottom: 50px;
}
.member_main .member_con .member_ri .safe_con .safe_list .safe_ul ul {
  border-bottom: 1px dashed #DFDFDF;
  height: 92px;
}
.member_main .member_con .member_ri .safe_con .safe_list .safe_ul ul li {
  float: left;
  height: 92px;
}
.member_main .member_con .member_ri .safe_con .safe_list .safe_ul ul li.lio {
  width: 530px;
}
.member_main .member_con .member_ri .safe_con .safe_list .safe_ul ul li.lio p {
  padding-top: 30px;
  font-size: 16px;
  color: #474747;
}
.member_main .member_con .member_ri .safe_con .safe_list .safe_ul ul li.lio span {
  display: block;
  color: #BCBCBC;
  font-size: 16px;
}
.member_main .member_con .member_ri .safe_con .safe_list .safe_ul ul li.lit {
  width: 250px;
}
.member_main .member_con .member_ri .safe_con .safe_list .safe_ul ul li.lit p {
  font-size: 14px;
  color: #BCBCBC;
  line-height: 92px;
  height: 92px;
  position: relative;
  padding-left: 30px;
}
.member_main .member_con .member_ri .safe_con .safe_list .safe_ul ul li.lit p em {
  position: absolute;
  left: 0;
  width: 15px;
  height: 20px;
  top: 36px;
}
.member_main .member_con .member_ri .safe_con .safe_list .safe_ul ul li.lih {
  float: right;
  line-height: 92px;
  height: 92px;
}
.member_main .member_con .member_ri .safe_con .safe_list .safe_ul ul li.lih a {
  color: #405AF6;
  font-size: 14px;
}
.member_main .member_con .member_ri .safe_con .change_phone {
  padding: 0 200px;
  background: #ffffff;
}
.member_main .member_con .member_ri .safe_con .change_phone .change_con {
  width: 576px;
}
.member_main .member_con .member_ri .safe_con .change_phone .change_con .phone_num {
  height: 46px;
  font-size: 16px;
  color: #444444;
  padding-bottom: 30px;
  padding-top: 55px;
  line-height: 46px;
}
.member_main .member_con .member_ri .safe_con .change_phone .change_con .phone_num span {
  float: left;
  width: 120px;
  text-align: right;
}
.member_main .member_con .member_ri .safe_con .change_phone .change_con .phone_num em {
  float: left;
  padding-left: 20px;
}
.member_main .member_con .member_ri .safe_con .change_phone .change_con .v_code {
  height: 46px;
  font-size: 16px;
  color: #444444;
  line-height: 46px;
  padding-bottom: 50px;
}
.member_main .member_con .member_ri .safe_con .change_phone .change_con .v_code span {
  float: left;
  width: 110px;
  width: 120px;
  text-align: right;
}
.member_main .member_con .member_ri .safe_con .change_phone .change_con .v_code input {
  float: left;
  width: 238px;
  height: 44px;
  /*margin-left: 20px;*/
  border: 1px solid #C2C2C2;
  padding-left: 20px;
}
.member_main .member_con .member_ri .safe_con .change_phone .change_con .v_code em {
  float: left;
  margin-left: 20px;
  width: 98px;
  height: 44px;
  background: #F2F2F2;
  border: 1px solid #C2C2C2;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
  cursor: pointer;
}
.member_main .member_con .member_ri .safe_con .change_phone .change_con .cofirm_btn {
  padding-left: 148px;
  padding-bottom: 150px;
}
.member_main .member_con .member_ri .safe_con .change_phone .change_con .cofirm_btn a {
  /*display: block;
  width: 280px;
  height: 42px;
  background: url(../images/btn280.png) no-repeat;
  text-align: center;
  line-height: 42px;
  color: #FFFFFF;
  font-size: 16px;*/
  width: 120px;
  height: 40px;
  line-height: 40px;
  background:#3EC381;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
  margin-top: 10px;
}
.member_main .member_con .member_ri .safe_con .change_logpsw {
  padding: 0 200px;
  background: #ffffff;
}
.member_main .member_con .member_ri .safe_con .change_logpsw .logpsw_con {
  width: 576px;
  padding-top: 50px;
}
.member_main .member_con .member_ri .safe_con .change_logpsw .logpsw_con .cur_psw {
  height: 46px;
  font-size: 16px;
  color: #444444;
  line-height: 46px;
  padding-bottom: 30px;
}
.member_main .member_con .member_ri .safe_con .change_logpsw .logpsw_con .cur_psw span {
  float: left;
  width: 110px;
  width: 120px;
  text-align: right;
}
.member_main .member_con .member_ri .safe_con .change_logpsw .logpsw_con .cur_psw input {
  float: left;
  width: 238px;
  height: 44px;
  margin-left: 20px;
  border: 1px solid #C2C2C2;
  padding-left: 20px;
}
.member_main .member_con .member_ri .safe_con .change_logpsw .logpsw_con .cofirm_btn {
  padding-left: 128px;
  padding-bottom: 100px;
  padding-top: 20px;
}
.member_main .member_con .member_ri .safe_con .change_logpsw .logpsw_con .cofirm_btn a {
  /*display: block;
  width: 280px;
  height: 42px;
  background: url(../images/btn280.png) no-repeat;
  text-align: center;
  line-height: 42px;
  color: #FFFFFF;
  font-size: 16px;*/
  width: 280px;
  height: 42px;
  line-height: 42px;
  background:#3EC381;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
  margin-top: 10px;
  margin-left: 1px;
}
.member_main .member_con .member_ri .safe_con .bank_card ul {
  padding-top: 25px;
  padding-bottom: 200px;
}
.member_main .member_con .member_ri .safe_con .bank_card ul .card_default {
  width: 300px;
  height: 160px;
  float: left;
  margin-right: 37px;
  border: 1px solid #DFDFDF;
  border-radius: 6px;
  cursor: pointer;
}
.member_main .member_con .member_ri .safe_con .bank_card ul .card_default .top {
  height: 98px;
  background: #F2F4F5;
  border-radius: 6px 6px 0 0;
  position: relative;
}
.member_main .member_con .member_ri .safe_con .bank_card ul .card_default .top span {
  position: absolute;
  width: 46px;
  height: 46px;
  top: 26px;
  left: 30px;
  background: url(../images/bank.png) no-repeat;
}
.member_main .member_con .member_ri .safe_con .bank_card ul .card_default .top em {
  color: #7D7D7D;
  font-size: 16px;
  left: 94px;
  top: 38px;
  position: absolute;
}
.member_main .member_con .member_ri .safe_con .bank_card ul .card_default p {
  height: 62px;
  text-align: center;
  color: #7D7D7D;
  font-size: 16px;
  line-height: 62px;
}
.member_main .member_con .member_ri .safe_con .bank_card ul .card_add {
  width: 300px;
  height: 160px;
  float: left;
  border: 1px solid #DFDFDF;
  border-radius: 6px;
  cursor: pointer;
}
.member_main .member_con .member_ri .safe_con .bank_card ul .card_add .top {
  height: 98px;
  border-radius: 6px 6px 0 0;
  position: relative;
}
.member_main .member_con .member_ri .safe_con .bank_card ul .card_add span {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 34px;
  left: 120px;
  background: url(../images/card_btn.png) no-repeat;
}
.member_main .member_con .member_ri .safe_con .bank_card ul .card_add p {
  text-align: center;
  color: #405AF6;
  font-size: 14px;
  padding-top: 10px;
}
.member_main .member_con .member_ri .safe_con .bank_card ul li:hover {
  border: 1px solid #E00040;
}
.member_main .member_con .member_ri .news_con {
  padding: 0 22px;
  background: #ffffff;
}
.member_main .member_con .member_ri .news_con .news_title {
  height: 70px;
  border-bottom: 1px solid #dfdfdf;
}
.member_main .member_con .member_ri .news_con .news_title li {
  float: left;
  padding-top: 28px;
  height: 42px;
}
.member_main .member_con .member_ri .news_con .news_title li a {
  color: #474747;
  font-size: 18px;
  display: block;
  padding: 0 30px;
  height: 42px;
}
.member_main .member_con .member_ri .news_con .news_title li.active a {
  border-bottom: 1px solid #E00040;
}
.member_main .member_con .member_ri .news_con .news_item .item {
  padding-bottom: 50px;
}
.member_main .member_con .member_ri .news_con .news_item .item li {
  height: 75px;
  border-bottom: 1px solid #dfdfdf;
}
.member_main .member_con .member_ri .news_con .news_item .item li p {
  position: relative;
  line-height: 75px;
  font-size: 16px;
  color: #474747;
  padding-left: 20px;
}
.member_main .member_con .member_ri .news_con .news_item .item li p em {
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 33.5px;
  background: url(../images/news_cir.png) no-repeat;
}
.member_main .member_con .member_ri .news_con .news_item .item li p span {
  position: absolute;
  right: 0;
}
.member_main .member_con .member_ri .news_con .news_item .page {
  background: #ffffff;
  height: 90px;
  padding-bottom: 30px;
}
.member_main .member_con .member_ri .news_con .news_item .page .pagination {
  padding-left: 180px;
  padding-top: 24px;
}
.member_main .member_con .member_ri .news_con .news_item .page .pagination li {
  float: left;
  margin-right: 12px;
}
.member_main .member_con .member_ri .news_con .news_item .page .pagination li.active a {
  color: #FFFFFF;
  background: #E00040;
}
.member_main .member_con .member_ri .news_con .news_item .page .pagination li:last-child {
  margin-right: 0;
}
.member_main .member_con .member_ri .news_con .news_item .page .pagination li a {
  display: block;
  padding: 0 20px;
  color: #474747;
  font-size: 16px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border: 1px solid #DFDFDF;
}
.member_main .member_con .member_ri .news_con .news_item .page .pagination li a.sta_n {
  background: #E2E2E2;
}
.member_main .member_con .member_ri .news_con .news_item .page .pagination li a.bor_n {
  border: none;
}
.member_main .member_con .member_ri .news_con .news_item .page .pagination li a:hover {
  background: #E00040;
  color: #FFFFFF;
}
.member_main .member_con .member_ri .coupon_con {
  padding: 0 22px;
  background: #ffffff;
}
.member_main .member_con .member_ri .coupon_con .coupon_title {
  height: 70px;
  border-bottom: 1px solid #DFDFDF;
}
.member_main .member_con .member_ri .coupon_con .coupon_title h2 {
  padding-top: 28px;
  font-size: 18px;
  color: #474747;
  border-bottom: 1px solid #E00040;
  width: 160px;
  height: 42px;
  text-align: center;
}
.member_main .member_con .member_ri .coupon_con .coupon_list {
  padding-top: 20px;
  padding-bottom: 26px;
}
.member_main .member_con .member_ri .coupon_con .coupon_list li {
  float: left;
  margin-right: 10px;
}
.member_main .member_con .member_ri .coupon_con .coupon_list li:last-child {
  margin-right: 0;
}
.member_main .member_con .member_ri .coupon_con .coupon_list li.active a {
  background: url(../images/btn86.png) no-repeat;
  color: #FFFFFF;
}
.member_main .member_con .member_ri .coupon_con .coupon_list li a {
  display: block;
  text-align: center;
  height: 32px;
  width: 86px;
  background: url(../images/btn_a86.png) no-repeat;
  line-height: 32px;
  color: #474747;
  font-size: 14px;
}
.member_main .member_con .member_ri .coupon_con .items {
  padding-bottom: 100px;
}
.member_main .member_con .member_ri .coupon_con .items .coupon_item {
  padding-bottom: 20px;
}
.member_main .member_con .member_ri .coupon_con .items .coupon_item .item_lf {
  float: left;
  width: 220px;
  height: 120px;
  background: url(../images/coupon_bg.png) no-repeat;
}
.member_main .member_con .member_ri .coupon_con .items .coupon_item .item_lf p {
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
}
.member_main .member_con .member_ri .coupon_con .items .coupon_item .item_lf p.pon b {
  font-size: 42px;
}
.member_main .member_con .member_ri .coupon_con .items .coupon_item .item_mi {
  float: left;
  width: 570px;
}
.member_main .member_con .member_ri .coupon_con .items .coupon_item .item_mi p {
  padding-left: 26px;
}
.member_main .member_con .member_ri .coupon_con .items .coupon_item .item_mi p.pon {
  color: #474747;
  font-size: 16px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
}
.member_main .member_con .member_ri .coupon_con .items .coupon_item .item_mi p.ptw,
.member_main .member_con .member_ri .coupon_con .items .coupon_item .item_mi p.pth {
  color: #474747;
  font-size: 14px;
}
.member_main .member_con .member_ri .coupon_con .items .coupon_item .item_ri {
  float: left;
  width: 186px;
}
.member_main .member_con .member_ri .coupon_con .items .coupon_item .item_ri p {
  position: relative;
}
.member_main .member_con .member_ri .coupon_con .items .coupon_item .item_ri p a {
  display: block;
  width: 130px;
  height: 36px;
  position: absolute;
  color: #E00040;
  text-align: center;
  line-height: 36px;
  background: url(../images/border130.png) no-repeat;
  top: 42px;
  left: 0;
}
/*====================== member_oncard_step.html =======================*/
.oncard_step .oncard_step_con {
  background: #FFFFFF;
  margin-top: 38px;
  margin-bottom: 100px;
}
.oncard_step .oncard_step_con .step_con {
  padding: 0 22px;
}
.oncard_step .oncard_step_con .step_con .step_title {
  height: 69px;
  border-bottom: 1px solid #DFDFDF;
}
.oncard_step .oncard_step_con .step_con .step_title h2 {
  width: 100px;
  height: 41px;
  padding-top: 28px;
  border-bottom: 1px solid #E00040;
  text-align: center;
  color: #474747;
  font-size: 18px;
}
.oncard_step .oncard_step_con .step_con .step_form {
  height: 509px;
  border-bottom: 1px solid #DFDFDF;
}
.oncard_step .oncard_step_con .step_con .step_form .step_img {
  padding-left: 173px;
}
.oncard_step .oncard_step_con .step_con .step_form .step_img ul {
  padding-top: 45px;
}
.oncard_step .oncard_step_con .step_con .step_form .step_img ul li {
  height: 50px;
  width: 271px;
  float: left;
  background: url(../images/step_a.png) no-repeat;
}
.oncard_step .oncard_step_con .step_con .step_form .step_img ul li.li_o_a {
  background: url(../images/step.png) no-repeat;
}
.oncard_step .oncard_step_con .step_con .step_form .step_img ul li.li_n {
  background: url(../images/step_ar.png) no-repeat;
}
.oncard_step .oncard_step_con .step_con .step_form .step_img ul li.li_b {
  background: url(../images/step_b.png) no-repeat;
}
.oncard_step .oncard_step_con .step_con .step_form .step_img ul li.li_b_a {
  background: url(../images/step_b_a.png) no-repeat;
}
.oncard_step .oncard_step_con .step_con .step_form .step_img ul li.li_t_a {
  background: url(../images/step_t_a.png) no-repeat;
}
.oncard_step .oncard_step_con .step_con .step_form .step_img ul li a {
  display: block;
  height: 50px;
  width: 271px;
  position: relative;
  color: #C2C2C2;
  font-size: 16px;
  line-height: 50px;
  padding-left: 110px;
  box-sizing: border-box;
  cursor: default;
}
.oncard_step .oncard_step_con .step_con .step_form .step_img ul li a em {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 13px;
  left: 66px;
  background: url(../images/step_a_cir.png) no-repeat;
  color: #FFFFFF;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
}
.oncard_step .oncard_step_con .step_con .step_form .step_img ul li.active a {
  color: #FFFFFF;
}
.oncard_step .oncard_step_con .step_con .step_form .step_img ul li.active a em {
  background: url(../images/step_cir.png) no-repeat;
  color: #405AF6;
}
.oncard_step .oncard_step_con .step_con .step_form .step_one_con {
  width: 430px;
  padding: 0 363px;
}
.oncard_step .oncard_step_con .step_con .step_form .step_one_con .username {
  height: 46px;
  width: 430px;
  padding-top: 85px;
}
.oncard_step .oncard_step_con .step_con .step_form .step_one_con .username span {
  width: 106px;
  float: left;
  height: 46px;
  color: #444444;
  font-size: 16px;
  line-height: 46px;
}
.oncard_step .oncard_step_con .step_con .step_form .step_one_con .username input {
  width: 318px;
  height: 44px;
  float: left;
  border: 1px solid #C2C2C2;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 16px;
}
.oncard_step .oncard_step_con .step_con .step_form .step_one_con .idcard {
  height: 46px;
  width: 430px;
  padding-top: 42px;
}
.oncard_step .oncard_step_con .step_con .step_form .step_one_con .idcard span {
  width: 106px;
  float: left;
  height: 46px;
  color: #444444;
  font-size: 16px;
  line-height: 46px;
}
.oncard_step .oncard_step_con .step_con .step_form .step_one_con .idcard input {
  width: 320px;
  height: 46px;
  float: left;
  border: 1px solid #C2C2C2;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 16px;
}
.oncard_step .oncard_step_con .step_con .step_form .step_one_con .next_btn {
  padding-top: 58px;
  padding-left: 75px;
}
.oncard_step .oncard_step_con .step_con .step_form .step_one_con .next_btn a {
  display: block;
  width: 280px;
  height: 42px;
  background: url(../images/btn280.png) no-repeat;
  text-align: center;
  line-height: 42px;
  color: #FFFFFF;
  font-size: 16px;
}
.oncard_step .oncard_step_con .step_con .step_form .step_two_con {
  width: 450px;
  padding: 0 353px;
}
.oncard_step .oncard_step_con .step_con .step_form .step_two_con .banknum {
  height: 46px;
  width: 450px;
  padding-top: 85px;
}
.oncard_step .oncard_step_con .step_con .step_form .step_two_con .banknum span {
  width: 126px;
  float: left;
  height: 46px;
  color: #444444;
  font-size: 16px;
  line-height: 46px;
}
.oncard_step .oncard_step_con .step_con .step_form .step_two_con .banknum input {
  width: 318px;
  height: 44px;
  float: left;
  border: 1px solid #C2C2C2;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 16px;
}
.oncard_step .oncard_step_con .step_con .step_form .step_two_con .phone {
  height: 46px;
  width: 450px;
  padding-top: 20px;
}
.oncard_step .oncard_step_con .step_con .step_form .step_two_con .phone span {
  width: 126px;
  float: left;
  height: 46px;
  color: #444444;
  font-size: 16px;
  line-height: 46px;
}
.oncard_step .oncard_step_con .step_con .step_form .step_two_con .phone input {
  width: 320px;
  height: 46px;
  float: left;
  border: 1px solid #C2C2C2;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 16px;
}
.oncard_step .oncard_step_con .step_con .step_form .step_two_con .vcode {
  height: 46px;
  width: 450px;
  padding-top: 20px;
}
.oncard_step .oncard_step_con .step_con .step_form .step_two_con .vcode span {
  width: 126px;
  float: left;
  height: 46px;
  color: #444444;
  font-size: 16px;
  line-height: 46px;
}
.oncard_step .oncard_step_con .step_con .step_form .step_two_con .vcode input {
  width: 200px;
  height: 46px;
  float: left;
  border: 1px solid #C2C2C2;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 16px;
}
.oncard_step .oncard_step_con .step_con .step_form .step_two_con .vcode em {
  float: left;
  width: 106px;
  margin-left: 15px;
  text-align: center;
  height: 46px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 46px;
  background: url(../images/btn106.png) no-repeat;
  cursor: pointer;
}
.oncard_step .oncard_step_con .step_con .step_form .step_two_con .next_btn {
  padding-top: 30px;
  padding-left: 85px;
}
.oncard_step .oncard_step_con .step_con .step_form .step_two_con .next_btn a {
  display: block;
  width: 280px;
  height: 42px;
  background: url(../images/btn280.png) no-repeat;
  text-align: center;
  line-height: 42px;
  color: #FFFFFF;
  font-size: 16px;
}
.oncard_step .oncard_step_con .step_con .step_form .step_thre_con {
  width: 490px;
  padding: 0 333px;
}
.oncard_step .oncard_step_con .step_con .step_form .step_thre_con .psw {
  height: 46px;
  width: 490px;
  padding-top: 85px;
}
.oncard_step .oncard_step_con .step_con .step_form .step_thre_con .psw span {
  width: 166px;
  float: left;
  height: 46px;
  color: #444444;
  font-size: 16px;
  line-height: 46px;
}
.oncard_step .oncard_step_con .step_con .step_form .step_thre_con .psw input {
  width: 318px;
  height: 44px;
  float: left;
  border: 1px solid #C2C2C2;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 16px;
}
.oncard_step .oncard_step_con .step_con .step_form .step_thre_con .apsw {
  height: 46px;
  width: 490px;
  padding-top: 42px;
}
.oncard_step .oncard_step_con .step_con .step_form .step_thre_con .apsw span {
  width: 166px;
  float: left;
  height: 46px;
  color: #444444;
  font-size: 16px;
  line-height: 46px;
}
.oncard_step .oncard_step_con .step_con .step_form .step_thre_con .apsw input {
  width: 320px;
  height: 46px;
  float: left;
  border: 1px solid #C2C2C2;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 16px;
}
.oncard_step .oncard_step_con .step_con .step_form .step_thre_con .next_btn {
  padding-top: 58px;
  padding-left: 105px;
}
.oncard_step .oncard_step_con .step_con .step_form .step_thre_con .next_btn a {
  display: block;
  width: 280px;
  height: 42px;
  background: url(../images/btn280.png) no-repeat;
  text-align: center;
  line-height: 42px;
  color: #FFFFFF;
  font-size: 16px;
}
.oncard_step .oncard_step_con .step_con .step_form .step_thre_suc p {
  font-size: 26px;
  color: #E00040;
  text-align: center;
}
.oncard_step .oncard_step_con .step_con .step_form .step_thre_suc p.pon {
  padding-top: 100px;
}
.oncard_step .oncard_step_con .step_con .step_form .step_thre_suc .next_btn {
  padding-top: 58px;
  padding-left: 438px;
}
.oncard_step .oncard_step_con .step_con .step_form .step_thre_suc .next_btn a {
  display: block;
  width: 280px;
  height: 42px;
  background: url(../images/btn280.png) no-repeat;
  text-align: center;
  line-height: 42px;
  color: #FFFFFF;
  font-size: 16px;
}
.oncard_step .oncard_step_con .step_con .tips {
  padding-bottom: 30px;
  padding-left: 195px;
}
.oncard_step .oncard_step_con .step_con .tips h2 {
  font-size: 18px;
  color: #474747;
  padding-left: 16px;
  position: relative;
  height: 50px;
  line-height: 50px;
}
.oncard_step .oncard_step_con .step_con .tips h2 em {
  position: absolute;
  left: 0;
  width: 6px;
  height: 18px;
  top: 16px;
  background: url(../images/item_bg.png) no-repeat;
}
.oncard_step .oncard_step_con .step_con .tips p {
  font-size: 14px;
  color: #9C9C9C;
  padding-bottom: 20px;
}
.oncard_step .oncard_step_con .step_con .tips p a {
  color: #E00040;
}
/*====================== info_aboutus.html =======================*/
.info_aboutus_banner {
  width: 100%;
  height: 380px;
}
.info_aboutus_main {
  background: #FFFFFF;
}
.info_aboutus_main .info_tit {
  height: 100px;
  border-bottom: 1px solid #DFDFDF;
}
.info_aboutus_main .info_tit ul {
  padding-left: 223px;
}
.info_aboutus_main .info_tit ul li {
  float: left;
  padding-top: 50px;
  margin-right: 20px;
}
.info_aboutus_main .info_tit ul li a {
  display: block;
  padding: 0 30px;
  font-size: 18px;
  height: 30px;
  color: #646464;
  border-radius: 16px;
  text-align: center;
  line-height: 30px;
}
.info_aboutus_main .info_tit ul li.active a {
  background: #E00040;
  color: #FFFFFF;
}
.info_aboutus_main .info_tit ul li:hover a {
  background: #E00040;
  color: #FFFFFF;
}
.info_aboutus_main .platform_intro {
  padding-bottom: 100px;
}
.info_aboutus_main .platform_intro .title {
  padding-top: 50px;
  padding-bottom: 20px;
}
.info_aboutus_main .platform_intro .title p {
  color: #474747;
  font-size: 18px;
  padding-left: 16px;
  height: 24px;
  position: relative;
}
.info_aboutus_main .platform_intro .title p em {
  position: absolute;
  width: 6px;
  height: 18px;
  top: 3px;
  background: url(../images/item_bg.png) no-repeat;
  left: 0;
}
.info_aboutus_main .platform_intro .intro p {
  text-indent: 2em;
  color: #606060;
  font-size: 16px;
  line-height: 32px;
}
.info_aboutus_main .platform_intro .intro_img {
  padding-top: 30px;
}
.info_aboutus_main .platform_intro .intro_img .img_ul {
  height: 290px;
}
.info_aboutus_main .platform_intro .intro_img .img_ul li {
  float: left;
}
.info_aboutus_main .platform_intro .intro_img .img_ul li.li_o {
  width: 383px;
  height: 290px;
}
.info_aboutus_main .platform_intro .intro_img .img_ul li.li_o a {
  display: block;
  width: 383px;
  height: 290px;
}
.info_aboutus_main .platform_intro .intro_img .img_ul li.li_t {
  width: 214px;
  margin-right: 10px;
  margin-left: 10px;
}
.info_aboutus_main .platform_intro .intro_img .img_ul li.li_t .top {
  margin-bottom: 10px;
}
.info_aboutus_main .platform_intro .intro_img .img_ul li.li_t .top a {
  display: block;
  width: 214px;
  height: 155px;
}
.info_aboutus_main .platform_intro .intro_img .img_ul li.li_t .bot a {
  display: block;
  width: 214px;
  height: 125px;
}
.info_aboutus_main .platform_intro .intro_img .img_ul li.li_h {
  width: 350px;
}
.info_aboutus_main .platform_intro .intro_img .img_ul li.li_h a {
  display: block;
  width: 350px;
  height: 290px;
}
.info_aboutus_main .platform_intro .intro_img .img_ul li.li_f {
  width: 223px;
  margin-left: 10px;
}
.info_aboutus_main .platform_intro .intro_img .img_ul li.li_f a {
  display: block;
  width: 223px;
  height: 290px;
}
.info_aboutus_main .excellent_project {
  padding-bottom: 100px;
}
.info_aboutus_main .excellent_project .title {
  padding-top: 50px;
  padding-bottom: 20px;
}
.info_aboutus_main .excellent_project .title p {
  color: #474747;
  font-size: 18px;
  padding-left: 16px;
  height: 24px;
  position: relative;
}
.info_aboutus_main .excellent_project .title p em {
  position: absolute;
  width: 6px;
  height: 18px;
  top: 3px;
  background: url(../images/item_bg.png) no-repeat;
  left: 0;
}
.info_aboutus_main .excellent_project .project .project_list {
  margin-bottom: 15px;
}
.info_aboutus_main .excellent_project .project .project_list li {
  float: left;
  width: 390px;
  height: 180px;
}
.info_aboutus_main .excellent_project .project .project_list li a {
  display: block;
  position: relative;
}
.info_aboutus_main .excellent_project .project .project_list li a .pro_img {
  width: 390px;
  height: 180px;
  border: #D1D1D1 solid 1px;
  border-radius: 8px;
  box-sizing: border-box;
}
.info_aboutus_main .excellent_project .project .project_list li a .pro_img img {
  border-radius: 8px;
}
.info_aboutus_main .excellent_project .project .project_list li a .txt {
  position: absolute;
  z-index: 1;
  top: 0px;
  width: 390px;
  height: 180px;
}
.info_aboutus_main .excellent_project .project .project_list li a .txt p {
  text-align: center;
  color: #606060;
  font-size: 16px;
}
.info_aboutus_main .excellent_project .project .project_list li a .txt p.pon {
  color: #606060;
  height: 45px;
  padding-top: 56px;
}
.info_aboutus_main .excellent_project .project .project_list li a .txt p.ptw {
  color: #AFAFAF;
  height: 24px;
  line-height: 24px;
}
.info_aboutus_main .excellent_project .project .project_list li.lio p.pon,
.info_aboutus_main .excellent_project .project .project_list li.lih p.pon {
  line-height: 45px;
}
.info_aboutus_main .excellent_project .project .project_list li.lit {
  margin-right: 15px;
  margin-left: 15px;
}
.info_aboutus_main .core_values {
  padding-bottom: 100px;
}
.info_aboutus_main .core_values .title {
  padding-top: 50px;
  padding-bottom: 20px;
}
.info_aboutus_main .core_values .title p {
  color: #474747;
  font-size: 18px;
  padding-left: 16px;
  height: 24px;
  position: relative;
}
.info_aboutus_main .core_values .title p em {
  position: absolute;
  width: 6px;
  height: 18px;
  top: 3px;
  background: url(../images/item_bg.png) no-repeat;
  left: 0;
}
.info_aboutus_main .core_values .txt p {
  color: #606060;
  font-size: 16px;
  line-height: 32px;
  position: relative;
  padding-left: 68px;
}
.info_aboutus_main .core_values .txt p b {
  position: absolute;
  left: 0;
}
.info_aboutus_main .company_platform,
.info_aboutus_main .record_info {
  padding-bottom: 100px;
}
.info_aboutus_main .company_platform .title,
.info_aboutus_main .record_info .title {
  padding-top: 50px;
  padding-bottom: 20px;
}
.info_aboutus_main .company_platform .title p,
.info_aboutus_main .record_info .title p {
  color: #474747;
  font-size: 18px;
  padding-left: 16px;
  height: 24px;
  position: relative;
}
.info_aboutus_main .company_platform .title p em,
.info_aboutus_main .record_info .title p em {
  position: absolute;
  width: 6px;
  height: 18px;
  top: 3px;
  background: url(../images/item_bg.png) no-repeat;
  left: 0;
}
.info_aboutus_main .company_platform .company_ul,
.info_aboutus_main .record_info .company_ul,
.info_aboutus_main .company_platform .record_ul,
.info_aboutus_main .record_info .record_ul {
  border: 1px solid #DFDFDF;
}
.info_aboutus_main .company_platform .company_ul li,
.info_aboutus_main .record_info .company_ul li,
.info_aboutus_main .company_platform .record_ul li,
.info_aboutus_main .record_info .record_ul li {
  border-bottom: 1px solid #DFDFDF;
  height: 40px;
  line-height: 40px;
  padding: 0 55px;
}
.info_aboutus_main .company_platform .company_ul li:nth-child(odd),
.info_aboutus_main .record_info .company_ul li:nth-child(odd),
.info_aboutus_main .company_platform .record_ul li:nth-child(odd),
.info_aboutus_main .record_info .record_ul li:nth-child(odd) {
  background: #FFF;
}
.info_aboutus_main .company_platform .company_ul li:nth-child(even),
.info_aboutus_main .record_info .company_ul li:nth-child(even),
.info_aboutus_main .company_platform .record_ul li:nth-child(even),
.info_aboutus_main .record_info .record_ul li:nth-child(even) {
  background: #F3F4F5;
}
.info_aboutus_main .company_platform .company_ul li:last-child,
.info_aboutus_main .record_info .company_ul li:last-child,
.info_aboutus_main .company_platform .record_ul li:last-child,
.info_aboutus_main .record_info .record_ul li:last-child {
  border-bottom: none;
}
.info_aboutus_main .company_platform .company_ul li span,
.info_aboutus_main .record_info .company_ul li span,
.info_aboutus_main .company_platform .record_ul li span,
.info_aboutus_main .record_info .record_ul li span {
  font-size: 16px;
  color: #636363;
  float: left;
}
.info_aboutus_main .company_platform .company_ul li em,
.info_aboutus_main .record_info .company_ul li em,
.info_aboutus_main .company_platform .record_ul li em,
.info_aboutus_main .record_info .record_ul li em {
  font-size: 16px;
  color: #9A9A9A;
  float: right;
}
.info_aboutus_main .bank_deposit,
.info_aboutus_main .three_ensure {
  padding-bottom: 100px;
}
.info_aboutus_main .bank_deposit .title,
.info_aboutus_main .three_ensure .title {
  padding-top: 50px;
  padding-bottom: 20px;
}
.info_aboutus_main .bank_deposit .title p,
.info_aboutus_main .three_ensure .title p {
  color: #474747;
  font-size: 18px;
  padding-left: 16px;
  height: 24px;
  position: relative;
}
.info_aboutus_main .bank_deposit .title p em,
.info_aboutus_main .three_ensure .title p em {
  position: absolute;
  width: 6px;
  height: 18px;
  top: 3px;
  background: url(../images/item_bg.png) no-repeat;
  left: 0;
}
.info_aboutus_main .bank_deposit .txt h3,
.info_aboutus_main .three_ensure .txt h3 {
  font-weight: bold;
  font-size: 16px;
  color: #606060;
  line-height: 32px;
}
.info_aboutus_main .bank_deposit .txt p,
.info_aboutus_main .three_ensure .txt p {
  font-size: 16px;
  color: #606060;
  line-height: 32px;
}
.info_aboutus_main .three_ensure {
  padding-bottom: 0;
}
.info_aboutus_main .honers {
  padding-bottom: 100px;
}
.info_aboutus_main .honers .title {
  padding-top: 50px;
  padding-bottom: 20px;
}
.info_aboutus_main .honers .title p {
  color: #474747;
  font-size: 18px;
  padding-left: 16px;
  height: 24px;
  position: relative;
}
.info_aboutus_main .honers .title p em {
  position: absolute;
  width: 6px;
  height: 18px;
  top: 3px;
  background: url(../images/item_bg.png) no-repeat;
  left: 0;
}
.info_aboutus_main .honers .honers_ul {
  width: 100%;
}
.info_aboutus_main .honers .honers_ul li {
  width: 100%;
  height: 260px;
  border: 1px solid #D1D1D1;
  border-radius: 8px;
  margin-bottom: 15px;
}
.info_aboutus_main .honers .honers_ul li a {
  display: block;
  width: 100%;
  height: 260px;
}
.info_aboutus_main .honers .honers_ul li a .honers_img {
  float: left;
  width: 500px;
  height: 230px;
  padding: 15px 46px;
}
.info_aboutus_main .honers .honers_ul li a .honers_txt {
  float: left;
  width: 608px;
  height: 260px;
}
.info_aboutus_main .honers .honers_ul li a .honers_txt p {
  line-height: 260px;
  color: #646464;
  font-size: 16px;
  text-align: center;
}
.info_aboutus_main .business_aptitude {
  padding-bottom: 100px;
}
.info_aboutus_main .business_aptitude .aptitude_con {
  padding-top: 50px;
  padding-bottom: 20px;
}
.info_aboutus_main .business_aptitude .aptitude_con .con_lef {
  float: left;
}
.info_aboutus_main .business_aptitude .aptitude_con .con_lef .apt_tit {
  padding-bottom: 20px;
}
.info_aboutus_main .business_aptitude .aptitude_con .con_lef .apt_tit p {
  color: #474747;
  font-size: 18px;
  padding-left: 16px;
  height: 24px;
  position: relative;
}
.info_aboutus_main .business_aptitude .aptitude_con .con_lef .apt_tit p em {
  position: absolute;
  width: 6px;
  height: 18px;
  top: 3px;
  background: url(../images/item_bg.png) no-repeat;
  left: 0;
}
.info_aboutus_main .business_aptitude .aptitude_con .con_lef .apt_img {
  width: 320px;
  height: 430px;
  border: 1px solid #D1D1D1;
  border-radius: 8px;
  padding: 15px;
}
.info_aboutus_main .business_aptitude .aptitude_con .con_rig {
  float: left;
  margin-left: 100px;
}
.info_aboutus_main .business_aptitude .aptitude_con .con_rig .apt_tit {
  padding-bottom: 20px;
}
.info_aboutus_main .business_aptitude .aptitude_con .con_rig .apt_tit p {
  color: #474747;
  font-size: 18px;
  padding-left: 16px;
  height: 24px;
  position: relative;
}
.info_aboutus_main .business_aptitude .aptitude_con .con_rig .apt_tit p em {
  position: absolute;
  width: 6px;
  height: 18px;
  top: 3px;
  background: url(../images/item_bg.png) no-repeat;
  left: 0;
}
.info_aboutus_main .business_aptitude .aptitude_con .con_rig .apt_img {
  width: 565px;
  height: 430px;
  border: 1px solid #D1D1D1;
  border-radius: 8px;
  padding: 15px;
}
.info_aboutus_main .business_aptitude .aptitude_contwo {
  padding-top: 50px;
  padding-bottom: 20px;
}
.info_aboutus_main .business_aptitude .aptitude_contwo .apt_tit {
  padding-bottom: 20px;
}
.info_aboutus_main .business_aptitude .aptitude_contwo .apt_tit p {
  color: #474747;
  font-size: 18px;
  padding-left: 16px;
  height: 24px;
  position: relative;
}
.info_aboutus_main .business_aptitude .aptitude_contwo .apt_tit p em {
  position: absolute;
  width: 6px;
  height: 18px;
  top: 3px;
  background: url(../images/item_bg.png) no-repeat;
  left: 0;
}
.info_aboutus_main .business_aptitude .aptitude_contwo .apt_img {
  width: 660px;
  height: 430px;
  border: 1px solid #D1D1D1;
  border-radius: 8px;
  padding: 15px;
}
.info_aboutus_main .business_aptitude .aptitude_contwo .apt_img .img_lef {
  float: left;
  width: 320px;
  height: 430px;
  margin-right: 20px;
}
.info_aboutus_main .business_aptitude .aptitude_contwo .apt_img .img_rig {
  float: left;
  width: 320px;
  height: 430px;
}
.info_aboutus_main .business_aptitude .aptitude_conthree {
  padding-top: 50px;
  padding-bottom: 20px;
}
.info_aboutus_main .business_aptitude .aptitude_conthree .apt_tit {
  padding-bottom: 20px;
}
.info_aboutus_main .business_aptitude .aptitude_conthree .apt_tit p {
  color: #474747;
  font-size: 18px;
  padding-left: 16px;
  height: 24px;
  position: relative;
}
.info_aboutus_main .business_aptitude .aptitude_conthree .apt_tit p em {
  position: absolute;
  width: 6px;
  height: 18px;
  top: 3px;
  background: url(../images/item_bg.png) no-repeat;
  left: 0;
}
.info_aboutus_main .business_aptitude .aptitude_conthree .apt_img {
  width: 660px;
  height: 430px;
  border: 1px solid #D1D1D1;
  border-radius: 8px;
  padding: 15px;
}
.info_aboutus_main .business_aptitude .aptitude_conthree .apt_img .img_lef {
  float: left;
  width: 320px;
  height: 430px;
  margin-right: 20px;
}
.info_aboutus_main .business_aptitude .aptitude_conthree .apt_img .img_rig {
  float: left;
  width: 320px;
  height: 430px;
}










/*会员中心开始*/
.page-info {
  height: 70px;
  font-size: 16px;
  color: #D8D8D8;
  padding: 0 22px;
  text-align: center;
  line-height: 70px;
}

.selecttypename {
    color: #FFFFFF; 
    background: #E00040;
}

.page-info {
    margin: 10px 0 10px 0;
    text-align: center;
}

.page-info a {
    color: #666666;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid #666666;
    margin: 0 5px;
}

.page-info a:hover {
    border: 1px solid #31A241;
    background: #31A241;
    color: #fff;
}

 .page-info a.page-info-active {
    border: 1px solid #31A241;
    background: #31A241;
    color: #fff;
}
.form-control-select {
    background-color: #FFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 10px 12px 13px;
    -webkit-transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    width: 45%;
    font-size: 16px;
}
.year-style {
    color: black; border-bottom: 1px solid #E00040; padding-bottom:14px;
}

.PageNext {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 26px;
    padding: 4px 11px;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: 1px solid #666666;
    border-radius: 4px;
    transition: all .3s;
    width: 50px;
    margin: 0 8px;
    margin-top:-5px;
}

.PageFirst {
    margin-left:10px;
    color:black;
}
/*会员中心结束*/


/*首页开始*/
body {
        /*background: url(../img/bg.png) 0 0 repeat;*/
        position: absolute;
        font-family: "微软雅黑";
        margin: 0;
        padding: 0;
        width: 100%;
        min-height: 100%;
        background: white;
    }

    .box {
        max-width: 1200px;
        margin: 0 auto;
    }

    .bra-story-1 {
        margin: 100px 0;
    }

    .bra-story-left {
        float: left;
        width: 50%;
    }

    .bra-story-right {
        float: left;
        width: 45%;
        padding-left: 5%;
        margin-top:60px;
    }

    .bra-story-title {
        /*margin-top:30px;*/
        font-size: 36px;
        /*color: #31A421;*/
        text-align: center;
    }

    .bra-story-titlefy {
        margin-top: 15px;
        font-size: 22px;
        /*color: #999999;*/
        text-align: center;
    }

    .bra-story-text {
        margin-top: 20px;
        font-size: 16px;
        color: #666666;
        line-height: 35px;
        text-indent: 30px;
    }

    .bra-story-2 {
        /*background: url(/Content/img/bra-2.png) no-repeat;*/
        background-position: 50% 50%;
        height: 350px;
    }

    .bra-story-3 {
        margin: 100px 0;
    }

    .bra-story-left table {
        margin-top: 30px;
    }

    .bra-story-left table td {
        font-size: 18px;
        color: #666666;
        line-height: 30px;
    }

    .bra-story-left table tr td:first-child,
    table tr td:first-child {
        width: 75px;
        text-align: right;
        /*vertical-align: top;*/
    }

.register {
        display: none;
    }

    .register_content {
        width: 80%;
        margin: 20px auto;
        font-size: 14px;
    }

    .register_content .pmt {
        margin-bottom: 20px;
        font-size: 16px;
        /* height: 45px;
        line-height: 45px; */
    }

    .register_content .pcenter {
        text-align: center;
    }

    .register_input {
        height: 45px;
        line-height: 45px;
        padding-left: 10px;
        font-size: 16px;
        border-radius: 5px;
        border: 1px solid #CCCCCC;
        width: 100%;
        margin: 10px 0;
    }
    
    .nav_mobile {
        position: relative;
        padding-left: 10px;
    }

    .nav_mobile p {
        position: absolute;
        top: 90px;
        right: -6px;
        width: 100px;
        /*height: 145px;*/
        height: 105px;
        display: none;
        background: #000;
        padding: 10px;
        border-radius: 5px;
        z-index: 9999;
        line-height: 20px;
    }

    .nav_mobile::after {
        position: absolute;
        top: 25px;
        left: 15px;
        width: 17px;
        height: 34px;
        background: url(../../images/reg_mes.png) no-repeat;
        background-position: bottom;
        content: '';
        vertical-align: bottom;
    }

    .header .menu .content .nav .nav_mobile:hover a {
        color: #31A421 !important;
    }

    .header .menu .content .nav .nav_mobile:hover p {
        display: block;
    }

    .header .menu .content .nav .nav_mobile:hover::after {
        background: url(../../images/reg_mes1.png) no-repeat;
        background-position: bottom;
        content: '';
        vertical-align: bottom;
    }

    .header .menu .content .nav li.nav_mobile:hover {
        color: #31A421;
        border-bottom: 2px solid #31A421 !important;
    }

    .swiper-slide {
        position: relative;
    }

    .swiper-slide p {
        opacity: 0.7;
        height: 30px;
        line-height: 30px;
        bottom: 0;
        font-size: 14px;
        color: #fff;
        background: rgba(109, 109, 109, 0.5);
        width: 100%;
        position: absolute;
        text-align: center;
    }

    .swiper-pagination {
        position: relative !important;
        margin-top: 10px;
    }

    .swiper-pagination-bullet {
        margin: 0 5px;
        background: #e5e5e5 !important;
        opacity: 1 !important;
        width: 12px;
        height: 12px;
        border-radius: 8px !important;
    }

    .swiper-pagination-bullet-active {
        /* width: 36px!important; */
        /* height: 8px !important; */
        background: #E00040 !important;
    }
    /*首页结束*/