﻿/*公共部分*/
body,html{
    background:#F2F2F2;
}
body,html,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,big,cite,code,del,dfn,font,img,ins,small,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,input,button,textarea,select,textarea,table,caption,tbody,tfoot,thead,tr,th,td{
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
    position: relative;padding-top: 40px;
}

a {
    /*color: #224E73;*/
    text-decoration: none;
}
a:hover{
    text-decoration:none;
}

.h{
    height:20px; display:block; width:100%;
}
.border{
    border:1px solid #E6E6E6;
}
.padding15{padding:15px;}
.padding20{padding:20px;}
.padding25{padding:25px;}
.bg-white{
    background-color:white;
}
li .bg-hui { 
    background-color: #f3f3f3;

}
.more{
    font-size:14px;
}

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container,.header-nav .container {
    width: 1060px; margin:0px auto;
}
.container .left-menu {
    width: 200px;
    float: left;
}
.container .right-content {
    width: 810px;
    float: right;
    min-height: 500px;
}

.white{ color: white;}
.red {
    color: red;
}
.yellow {
    color: #FF7E00;
}
.yellow2 {
    color: #FFAE00;
}
.blue {
    color: #0088cc;
}
.hui {
    color: #999;
}
.hui2 {
    color: #888;
}
input.yuan {
    background-image: url(/Content/images/yuan.png);
    background-repeat: no-repeat;
    background-position: center right;padding-right: 30px;
}

.text-rate {
    color: #ff7e00;
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
}

table.table-noborder {
    border: none;
}
table.table-noborder td {
    border: none;
}

a.cz {
    background: url(/Content/images/icon-cz.jpg) left center no-repeat;padding-left: 20px;color: #FF8901;
}

/*上一页下一页*/
.pager li.previous a,.pager li.next a {
    width: 360px;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;text-align: left;
}

#contents {
    min-height: 600px;
}

/*排序*/
.icon-up-down {
    background: url(/content/images/up-down/icon.jpg) no-repeat;width: 18px;height: 12px;margin-left: 5px;margin-top: 4px;
}
.icon-up {
    background: url(/content/images/up-down/icon-up.jpg) no-repeat;width: 18px;height: 12px;margin-left: 5px;margin-top: 4px;
}
.icon-down {
    background: url(/content/images/up-down/icon-down.jpg) no-repeat;width: 18px;height: 12px;margin-left: 5px;margin-top: 4px;
}

/*关于我们-左侧菜单*/
.ul-left-menu {
    margin: 0;
    width: 200px;
    background: #fff;
}
.ul-left-menu li {
    display: block;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
    text-indent: 30px;
    list-style: none;
}
.ul-left-menu li a{
    display: block;
    border-left: 5px solid #fff;
    font-size: 16px;
}
.ul-left-menu li a:hover{
    border-left: 5px solid #bbb;
}
.ul-left-menu li a.active {
    border-left: 5px solid #FF7E00;
    color: #ff7e00;
}
.ul-left-menu li.big-title {
    font-size: 20px;font-weight: bold; text-indent: 35px;
}
.left-menu.affix {
  top: 50px;
  position:fixed;
}
.left-menu.affix-bottom {
  position: absolute;
  bottom: 405px;
}
/* 左侧菜单
-------------------------------------------------- */
 
.bs-docs-sidenav {
  width: 218px;
  padding: 0;
    
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li {
    display: block;
}
.bs-docs-sidenav > li > a {
  display: block;
  
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  opacity: 1;
}
.bs-docs-sidenav.affix {
  top: 20px;
}
.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;

}
 

/*顶部*/
.header-top {
    height: 40px;
    margin: 0px auto;
    background: #475059;
    font-size: 14px;
    color: #A2ADB3;
    line-height: 40px;
}

.top-nav li{
    float:left;
    list-style:none;
    height:40px;
    line-height:40px;
    margin: 0 10px;
}

.top-tel{ 
    font-size:16px; background:url(/Content/images/icon-tel.png) 0px 0px no-repeat; 
    padding-left:30px; display:block;
 }
.top-nav a.top-regis{
    color:#EA813D;
}
.top-nav a.top-iphone{    
    background:url(/Content/images/icon-iphone.png) 0px 0px no-repeat; padding-left:26px;   
}
.top-nav a.top-help{    
     padding-left:36px;   
}
.top-nav a.top-login{
    color:#26B2FF;
}
.top-nav a {
    
    color: #A2ADB3;
    text-shadow: none;
    display: inline-block;
}
.top-nav a:hover{
    color:#f1f1f1;
}

/*导航菜单*/
.header-nav {
    height: 79px;line-height:77px; margin-bottom: 20px; border-bottom: 1px solid #ddd;
    background: #fff;
    /*background: url(/content/images/header_bg2.jpg) top center no-repeat;*/
    min-width: 1060px;
}
.header-nav .nav{
    margin-top:25px;
}
.header-nav .nav a{
    font-size:16px;
}

.nav li li a {
    line-height:inherit;
}
.header-nav .nav>li>a{
     color:#333;
     padding-left:18px;
     padding-right:18px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 98px;
    padding: 5px 0;
    margin: 0 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.dropdown-menu>li>a {
    padding:3px 17px;
}

.nav-tabs > li > a, .nav-pills > li > a {
    margin-right: 7px;
}


/*新闻列表*/
.table-newslist td{
    border-bottom: 1px solid #eee;
    border-top: 0;
    line-height: 30px;
}

.table-newslist td a {
    background:url(/Content/images/icon-dian.gif) 0 7px no-repeat;padding-left: 15px;
}


/**/
.link-img a {
    padding: 0 6px;
}

/*footer*/
.footer{
    background:#475059; padding:20px 0 0 ; color:#a2adb3; font-size:13px;margin-top: 20px;position:relative;
}
.footer .top-tel {line-height:1.8;font-size:15px;padding-top:5px;}
.footer .top-tel span {font-size:36px}
ul.footer-nav-list li{ padding:8px 20px; font-size:15px;}
.footer .weixin {position:relative;width:32px;height:35px;background:url(/Content/images/home/attention.png) 0 0 no-repeat;margin:0 10px;vertical-align:bottom;}
.footer .weibo {position:relative;width:32px;height:35px;background:url(/Content/images/home/attention.png) -65px 0 no-repeat;margin:0 15px;vertical-align:bottom;}
.footer .android {position:relative;width:32px;height:35px;background:url(/Content/images/home/download.png) 0 0 no-repeat;margin:0 15px;vertical-align:bottom;}
.footer .ios {position:relative;width:32px;height:35px;background:url(/Content/images/home/download.png) -60px 0 no-repeat;margin:0 15px;vertical-align:bottom;}
.footer .weixin:hover {background:url(/Content/images/home/attention1.png) 0 0 no-repeat;}
.footer .weibo:hover {background:url(/Content/images/home/attention1.png) -65px 0 no-repeat;}
.footer .android:hover {background:url(/Content/images/home/download1.png) 0 0 no-repeat;}
.footer .ios:hover {background:url(/Content/images/home/download1.png) -60px 0 no-repeat;}
.footer .app-download {position:absolute;top:44px;left:-40px;padding:2px;background-color:#fff;border-radius:4px;width:90px;  display:none; z-index:9 }
.footer .app-download .arrow {position:absolute;border-width:0 8px 8px;border-bottom-color:#fff;top:-7px;left:52px;box-sizing:content-box; width: 0;color:transparent; height: 0;border-style: solid;}
.footer .ios .app-download {left:-10px;}
.footer .ios .app-download .arrow {left:20px;}
.footer a{ color:#a2adb3;}
.footer a:hover { color: #fff;}
.footer .line {position:absolute;width:100%;height:1px;top:120px;border-bottom:1px solid #525d68}

.gongshang{margin:0 0 0 5px;}
.gongshang li{ list-style: none;float: left; margin:0 4px}
.gongshang a{display: block;width: 130px;height: 40px;background-image: url(/Content/images/home/gongshang.png);text-indent: -9999px;}
.gongshang a.icp1{background-position: 0 0;}
.gongshang a.icp2{background-position: -133px 0;}
.gongshang a.icp3{background-position: -281px 0;}
.gongshang a.icp4{background-position: -418px 0;}
.gongshang a.icp5{background-position: -548px 0;width: 118px;}
.gongshang a.icp6{background-position: -672px 0;width: 120px;}
.gongshang a.icp7{background-position: -804px 0;width: 100px;}
.gongshang a.icp8{background-position: -923px 0; }
.gongshang a:hover{background-image: url(/Content/images/home/gongshang_1.png);}
.gongshang a.icp1:hover{background-position: 0 0;}
.gongshang a.icp2:hover{background-position: -133px 0;}
.gongshang a.icp3:hover{background-position: -281px 0;}
.gongshang a.icp4:hover{background-position: -418px 0;}
.gongshang a.icp5:hover{background-position: -548px 0;}
.gongshang a.icp6:hover{background-position: -672px 0;}
.gongshang a.icp7:hover{background-position: -804px 0;}
.gongshang a.icp8:hover{background-position: -923px 0;}
.copyright {
    margin: 5px 0 10px 27px;
}

.div-seo {
    color: #a2adb3;margin-top: 0;font-size: 13px;
}
.div-seo dl {
    margin-bottom:10px;
    margin-top: 10px;
}

.div-seo dt {
    width: 80px;
}
.div-seo dd {
    margin-left: 90px;
}
.div-seo a {
    color: #a2adb3;display: inline-block;
}
.div-seo a:hover {
    color: #fff;
}

/*news-list*/
.news-list{
     margin:0px;
}
.news-list li{
    line-height:28px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; background:url(/Content/images/icon-dian.gif) 0px 10px no-repeat; list-style:none; text-indent:15px;
}
.news-list li a{
    color:#555;
}
.news-list li a:hover{
    color:#FF7F00;
}

/*工具箱左侧菜单*/
.tool-leftmenu li {
    line-height: 30px;
}
.tool-leftmenu .nav-header {
    border-bottom: 1px solid #ddd;color: #444;font-size: 16px;margin-bottom: 5px;
}


/******************validator****************************************************************************************/
.onShow { background: url(/content/images/formValidator/onShow.gif) no-repeat 0 0; padding-left: 25px; display: inline-block;font-size: 12px; line-height: 24px;  }

.onFocus { background: url(/content/images/formValidator/onFocus.gif) no-repeat 0 0; padding-left: 25px; display: inline-block;font-size: 12px; line-height: 24px;  }

.onError { 
    background: url(/content/images/formValidator/onError.gif) no-repeat 0 0; 
    padding-left: 25px; position:absolute;display: inline-block; font-size: 12px; line-height: 24px;  
    color:#ff0000;
}

.onCorrect { background: url(/content/images/formValidator/onCorrect.gif) no-repeat 0 0; padding-left: 25px; display: inline-block;font-size: 12px; line-height: 24px;  }

.onLoad { background: url(/content/images/formValidator/onLoad.gif) no-repeat 3px 4px; padding-left: 25px; display: inline-block;font-size: 12px; line-height: 24px; }

/**分享代码置顶*/
.bdshare-slide-button-box {
    z-index: 1000;
}


    .username-bg {
        background: url(/Images/login_user.png) left center no-repeat;
        text-indent: 25px;float: left;
    }
    .password-bg {
        background: url(/Images/login_password.png) left center no-repeat;
       text-indent: 25px;float: left;
    }   

.thumbnail-hover,.thumbnail-hover2 {
    border:1px solid #FF7F00;
    -webkit-transition:all 0.5s ease-in;
    -moz-transition:all 0.5s ease-in;
    -ms-transition:all 0.5s ease-in;
    -o-transition:all 0.5s ease-in;
    transition:all 0.5s ease-in;
}

.div-invest-commend-list .thumbnail-hover h5, .div-invest-commend-list .thumbnail-hover2 h5 {
    background: #FFE4D1;
}
.thumbnail h5 a {
    color: #555;
}

.invest-icon-ps {
    width: 78px;height: 49px;background: url(/content/images/home/icon-ps.png) no-repeat;
    position: absolute;z-index: 100;margin-top: -55px;left: 72px;
}
.div-invest-commend-list p.home-color-hui span{
    color: #777;
}
 p.home-color-hui .reward_rate{
    color: #777;
    line-height: 65px;
    font-size: 12px; font-weight:bold;
    height:50px; width:36px; display:inline-block;
    overflow: hidden;margin-left: 5px;
    background:url(/Content/images/reward2.png) 0 7px no-repeat;
}

  /*中间banner弹框*/
  #centerBanner { 
      position:fixed;
      top:0;
      left:0;
      right:0;
      bottom:0;
      width:100%;
      height:100%;
      z-index:9999;
  }
#centerBanner  .bg-cover {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    width:100%;
    height:100%;
    background: #000;
    opacity:0.7;
    filter:alpha(opacity=70);
}
#centerBanner  .content-banner {
    position:absolute;
    left:50%;
    top:45%;
    width: 580px;
    height: 430px;
    margin-left:-290px;
    margin-top: -220px;
}
#centerBanner  .close {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}

 /*抽奖样式*/
.footer .float-right-box {position:fixed;width:130px;top:480px;z-index:401;height:105px;background:url("/content/images/newyearRaffle/right-box-bg.png") no-repeat;right: 0px;}
.footer .float-right-box .close-btn {position:absolute;top:0;right:1px;color:#fff;font-size:16px;width:16px;z-index:402;height:20px;}
 .float-right-box .t1 {text-align:center;background:url("/content/images/nineyears/img8.png")20px 16px no-repeat;width:128px;height:105px;display:block;}

 .float-right-box .t2 {font-size:18px; color:#ffde00;line-height:22px;padding-top: 8px;font-weight:bold;text-align:center;}
  .float-right-box .t2 span {background-color:#b83037;padding:0 8px;border-radius:15px; }
 .float-right-box .t3  {background:url("/content/images/nineyears/img9.png")15px 0 no-repeat;width:128px;height:35px;display:block;}

    /*登录抽奖弹框*/
#dialog-box {background:url("/content/images/carnival/dialog-bg.jpg") center no-repeat ;width:700px ;height:400px ;position:fixed ;top:50% ;left:50% ;margin-top:-200px ;margin-left:-350px ; z-index:999 }
#dialog-box .close-btn {background:url("/content/images/carnival/close.jpg") center no-repeat ;width:39px ;height:36px ;position:absolute ;top:0 ;right:10px ;display:block ;         }
#dialog-box .btn-dl {position:absolute ;bottom:0 ;right:30px ; background: url("/content/images/carnival/btn_bg1.png") center no-repeat;width: 283px;height:100px; display: block;cursor: pointer;text-align: center;font-size: 20px;color:#0099cc;line-height:94px;}

 /*注册成功弹框*/
.dialog-wrapper {
    width:100%;height:100%;position:fixed;top:0;left:0;right:0;bottom:0;z-index:999;
}
.dialog-wrapper .mask {
    width:100%;height:100%;background-color:#000;opacity:0.6;filter:alpha(opacity=60);

}
.dialog-wrapper .dialog-wrap {
    background:url("/content/images/regist/bg-red.png") center no-repeat ;width:300px ;height:346px ;position:absolute;top:50%;left:50%;margin-top:-173px;margin-left:-150px;
}
.dialog-wrapper .dialog-wrap .btn-close{
    position:absolute;top:26px;left:143px;color:#fffd8a;font-size:30px;opacity:0.4;filter:alpha(opacity=40)
}
.dialog-wrapper .dialog-wrap .gold1 {
    background:url("/content/images/regist/bg-gold.png") -125px 0 no-repeat ;width:124px ;height:42px ;position:absolute;top:8px;left:-50px;
}
.dialog-wrapper .dialog-wrap .gold2 {
    background:url("/content/images/regist/bg-gold.png") 0 0 no-repeat ;width:124px ;height:42px ;position:absolute;top:0;right:-50px;
}
.dialog-wrapper .dialog-wrap .text {color:#fff;font-size:14px;line-height:30px;position:absolute;top:230px;width:100%;}
.dialog-wrapper .dialog-wrap .link {
    font-size:14px;color:#fffd8a;border:1px solid #fffd8a;border-radius:6px;padding:4px 20px;position:absolute;top:300px;display:block;left:40px;
}
.dialog-wrapper .dialog-wrap .right {left:165px;}
.dialog-wrapper  .bg-light {position:absolute;top:50%;left:50%;margin-left:-340px;margin-top:-340px;opacity:0.4;filter:alpha(opacity=40);animation:rotate linear 12s infinite;-webkit-animation:rotate linear 12s infinite;-o-animation:rotate linear 12s infinite;}

.dialog-wrapper .dialog-wrap1 { background:url("/content/images/regist/bg-red1.png") center no-repeat ;width:378px ;height:192px ;position:absolute;top:50%;left:50%;margin-top:-96px;margin-left:-189px;
}
.dialog-wrapper .dialog-wrap1 .link {
    font-size:14px;color:#fffd8a;border:1px solid #fffd8a;border-radius:6px;padding:4px 20px;position:absolute;top:145px;display:block;left:100px;
}
.dialog-wrapper .dialog-wrap1 .right {left:220px;}
.dialog-wrapper .dialog-wrap1 .btn-close{
    position:absolute;top:4px;right:11px;color:#fffd8a;font-size:30px;opacity:0.4;filter:alpha(opacity=40)
}

@keyframes rotate {
    0%{
        transform:rotate(0deg);
    }
    100%{
        transform:rotate(360deg);
    }
}
@-webkit-keyframes rotate {
    0%{
        transform:rotate(0deg);
    }
    100%{
        transform:rotate(360deg);
    }
}
@-moz-keyframes rotate {
    0%{
        transform:rotate(0deg);
    }
    100%{
        transform:rotate(360deg);
    }
}
@-o-keyframes rotate {
    0%{
        transform:rotate(0deg);
    }
    100%{
        transform:rotate(360deg);
    }
}
