html,
body {
  font-family: "Helvetica Neue", "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}
a:visited {
  color: #333;
}
.button:hover {
  color: #fff;
}
.button:visited {
  color: #fff;
}
body {
  padding-bottom: 60px;
}
.hide {
  display: none !important;
}
.bar,
.tabs {
  position: static;
}
.col-40 {
  -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.button-primary {
  background: #1365F1;
  color: #fff;
  border-radius: 6px;
}
.icon {
  display: inline-block;
  vertical-align: middle;
}
.icon-qq {
  background: url("../img/icon/qq.png") center no-repeat;
  width: 17px;
  height: 17px;
  background-size: 17px 17px;
}
.icon-wx {
  background: url("../img/icon/wx.png") center no-repeat;
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
}
.icon-sina {
  background: url("../img/icon/sina.png") center no-repeat;
  width: 17px;
  height: 17px;
  background-size: 17px 17px;
}
.icon-mail {
  background: url("../img/icon/mail.png") center no-repeat;
  width: 15px;
  height: 11px;
  background-size: 15px 11px;
}
.icon-baby {
  background: url("../img/icon/baby.png");
  width: 20px;
  height: 11px;
  background-size: 20px 11px;
}
.icon-fund {
  background: url("../img/icon/fund.png");
  width: 20px;
  height: 11px;
  background-size: 20px 11px;
}
.icon-bank {
  background: url("../img/icon/bank.png");
  width: 20px;
  height: 11px;
  background-size: 20px 11px;
}
.icon-trust {
  background: url("../img/icon/trust.png");
  width: 20px;
  height: 11px;
  background-size: 20px 11px;
}
.icon-p2p {
  background: url("../img/icon/p2p.png");
  width: 20px;
  height: 11px;
  background-size: 20px 11px;
}
.icon-arrow-right {
  background: url("../img/icon/arrow-right.png");
  width: 9px;
  height: 15px;
  background-size: 9px 15px;
}
.icon-arrow-left-em {
  background: url("../img/icon/arrow-left-em.png");
  width: 12px;
  height: 20px;
  background-size: 12px 20px;
}
.icon-wb-logo {
  background: url("../img/logo-wb.png");
  width: 29px;
  height: 29px;
  background-size: 29px 29px;
}
.wb-header {
  background: #f4f4f4;
  height: 41px;
  padding: 0 10px;
  color: #22292c;
  border-bottom: 1px solid #dcdcdc;
}
.wb-header a {
  text-decoration: none;
}
.wb-header .col {
  padding: 0;
}
.wb-header .icon-wb-logo {
  position: relative;
  top: 6px;
}
.wb-header .title {
  color: #22292c;
  font-size: 19px;
  font-weight: bold;
  position: relative;
  top: 8px;
}
.wb-header .sep {
  position: relative;
  top: 6px;
}
.wb-header .page-title {
  font-size: 12px;
  position: relative;
  top: 6px;
}
.wb-header .download-app {
/*display block*/
  width: 100%;
  border: none;
/*margin-top 5px*/
  position: relative;
  top: 5px;
}
.worth-buying-detail-page {
  padding: 10px 10px 40px;
}
.worth-buying-detail-page .picture {
  width: 100%;
  margin-bottom: 5px;
}
.worth-buying-detail-page .info .title {
  font-size: 15px;
  line-height: 24px;
  color: #222;
  font-weight: bold;
  margin-left: -5px;
}
.worth-buying-detail-page .info .feature {
  font-size: 15px;
  line-height: 24px;
  color: #e13c3c;
  font-weight: bold;
}
.worth-buying-detail-page .info .time {
  font-size: 11px;
  line-height: 20px;
  color: #666;
}
.worth-buying-detail-page .sep {
  background: #d1d1d1;
  height: 1px;
  margin: 10px 0;
}
.worth-buying-detail-page .wb-detail-content .desc {
  font-size: 12px;
  color: #333;
  line-height: 25px;
}
.worth-buying-detail-page .buy-link {
  font-size: 12px;
  color: #407ddb;
}
.worth-buying-detail-page .buy-link .arrow-right {
  position: relative;
}
.page .content {
  top: 101px;
}
.tabs,
.bar {
  background-image: none !important;
}
.bar-header {
  height: 60px;
  border-bottom: 1px solid #ddd;
}
.bar-header .logo-wrap {
  text-align: center;
}
.bar-header .logo-wrap .logo {
  display: inline-block;
  width: 37px;
  height: 40px;
  background: url("../img/logo-header.png") no-repeat;
  background-size: 37px 40px;
}
.bar-header .title-wrap {
  text-align: left;
}
.bar-header .title-wrap .title-main {
  font-size: 15px;
  font-weight: bold;
}
.bar-header .title-wrap .title-sub {
  margin-top: 5px;
  font-size: 12px;
}
.bar-subheader {
  padding: 0;
  top: 61px;
  height: 41px;
  border-bottom: 1px solid #ddd;
}
.bar-subheader .tabs {
  height: 40px;
  line-height: 40px;
  background: #fff;
  padding: 0 30px;
  border: none;
}
.bar-subheader .tabs .tab-item {
  opacity: 1;
}
.fixed-footer {
  position: fixed;
  bottom: 0;
}
.footer {
	z-index:10;
  height: 60px;
  border-top: 1px solid #ddd;
  width: 100%;
  background: #fff;
}
.footer .main-title {
  font-size: 16px;
  font-weight: bold;
}
.footer .sub-title {
  margin-top: 5px;
  font-size: 12px;
}
.footer .row {
  padding-top: 2px;
}
.footer .button-primary {
  border: none;
  width: 100%;
  line-height: 34px;
  height: 37px;
  font-size: 15px;
  margin-top: 4px;
}
.footer.footer-cta-full {
  box-sizing: border-box;
  height: 60px;
  padding: 8px 16px;
  border-top: none;
  box-shadow: 0 -1px 0 #ddd;
}
.footer.footer-cta-full .button-primary {
  height: 44px;
  min-height: 44px;
  line-height: 44px;
  margin-top: 0;
}
.tabs .active {
  border-bottom: 3px solid #407ddb;
}
.bar .row {
  padding: 0;
}
/****** layout ******/
.col-15 {
  -webkit-flex: 0 0 15%;
  -moz-flex: 0 0 15%;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%;
}
/*************/
.bg-dark {
  background: #f6f6f6;
}
.bg-blue{
  background-color:#343746;
  color:#fff;
}
.intro-frame {
  padding: 30px 10px;
  text-align: center;
}
.intro-frame h2 {
  font-size: 30px;
  font-weight: bold;
}
.intro-frame h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}
.intro-frame h4 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}
/*.intro-frame .text {
  margin-top: 15px;
  font-size: 12px;
  line-height: 18px;
}*/
.intro-frame .info {
  font-size: 10px;
  line-height: 18px;
  text-align: left;
}
.intro-frame .w50{
  float:left;
  width:50%;
  padding:0px 15px;
}
.intro-frame:after{
  content : ' ';
  display:block;
  clear:both;
}
img {
  display:block;
	width:100%;
}
.intro-frame .text{
  margin-top: 15px;
  line-height:26px;
  font-size:14px;
  color:#333333;
}
.bg-blue .text{
  color:#fff;
}
.intro-frame p{
  line-height:24px;
}
.intro-frame p span{
  color: #0073d5;
}
/****************/
.about-us-panel {
  padding: 24px 20px;
}
.about-us-panel .icon {
  width: 25px;
}
.about-us-panel .contact-info {
  font-size: 12px;
  line-height: 24px;
  color: #222;
}
.about-us-panel .company-info {
  font-size: 10px;
  color: #333;
  padding: 0 4px;
}
hr {
  margin: 12px 0;
  border: none;
  border-bottom: 1px solid #ddd;
}
/***************/
.about-us-content {
  padding: 20px 15px;
  color: #222;
}
.about-us-content h2 {
  font-size: 15px;
}
.about-us-content p {
  margin-top: 15px;
  font-size: 12px;
  line-height: 22px;
  text-indent: 2em;
}
.about-us-content .about-us-panel {
  padding: 0;
}
.about-us-content .about-us-panel h2 {
  margin: 15px 0;
}
/*************/
.sub-tabs {
  padding: 6px 15px;
  height: 40px;
  border-bottom: 1px solid #ddd;
}
.sub-tabs .tab-item {
  height: 28px;
  line-height: 25px;
}
.rank-list {
  color: #333;
}
.rank-list div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rank-list .rank-item {
  border-bottom: 1px solid #ddd;
}
.rank-list .rank-item a {
  padding: 15px 10px;
  text-decoration: none;
}
.rank-list .rank-item a:active {
  color: #333;
  background: #eee;
}
.rank-list .rank-item .icon {
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.rank-list .rank-item .icon-arrow-right {
  top: 30px;
}
.rank-list .rank-item .col {
  padding: 0;
}
.rank-list .rank-item .title {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.rank-list .rank-item .tags {
  color: #666;
  font-size: 11px;
  margin-bottom: 10px;
}
.rank-list .rank-item .summary {
  font-size: 11px;
  color: #e74d4d;
}
/***** rank detail page ****/
.bar-rank-detail {
  height: 50px;
}
.bar-rank-detail .title {
  height: 50px;
  line-height: 50px;
  z-index: -1;
}
.bar-rank-detail .backward {
  line-height: 40px;
  text-decoration: none;
  color: #222;
}
.bar-rank-detail .backward .icon {
  position: relative;
  top: -2px;
}
.content-rank-detail .rank-info {
  font-size: 11px;
  color: #222;
  padding: 10px;
}
.content-rank-detail .rank-info .title {
  margin: 10px 0 20px;
  font-size: 22px;
  font-weight: bold;
}
.content-rank-detail .rank-info .tag {
  padding: 3px;
  background: #e6e6e6;
}
.content-rank-detail .rank-info div {
  margin-top: 10px;
}
.content-rank-detail .rank-info .risk {
  font-weight: bold;
}
.content-rank-detail .rank-list-header {
  background: #f7f7f7;
  font-size: 11px;
  color: #326ecd;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.content-rank-detail .rank-list .item {
  padding: 10px 5px 10px 0;
  border-bottom: 1px solid #e9e9e9;
}
.content-rank-detail .rank-list .index {
  width: 16px;
  text-align: right;
  margin-right: 2px;
}
.content-rank-detail .rank-list .col {
  padding: 0;
}
.content-rank-detail .rank-list .title {
  font-size: 15px;
}
.content-rank-detail .rank-list .company {
  color: #999;
  font-size: 10px;
}
.content-rank-detail .rank-list .em {
  color: #e13c3c;
  font-weight: bold;
}
.content-rank-detail .rank-list .risk-rank-icon {
  width: 67px;
  height: 14px;
}
.content-rank-detail .recommend-panel {
  text-align: center;
  padding: 20px 15px 40px;
}
.content-rank-detail .recommend-panel .dl-link {
  font-size: 12px;
  color: #225fbf;
}
.content-rank-detail .recommend-panel .tips {
  text-align: left;
  margin-top: 20px;
  font-size: 12px;
  color: #333;
}
#wx-download-mask {
  background: rgba(0,0,0,0.7);
  position: fixed;
  top: 0;
  width: 100%;
  height: 120%;
  display: none;
  z-index: 1000;
}
.wx-download-guide {
  background: url("../img/wx_download_guide.png");
  background-size: 320px 227px;
  width: 320px;
  height: 227px;
  margin: auto;
}

.share-bg{
  background:url("../img/activity_code1.png") center no-repeat;
  width:100%;
  height:180px;
  background-size:200px 180px;
  text-align:center;
  color:#fff;
  font-size:44px;
  padding-top:50px;
  margin-top:10px;
  color:#fd552c;
  margin-bottom:20px;
}
.share-msg{
  text-align:center;
  margin:0px 20px;
  color:#333;
  font-size:12px;
  margin-top:30px;
}
.share_p{
  text-align:center;
  color:#222;
  font-size:16px;
  padding:10px 0px;
}
.share_p:nth-of-type(1){
  margin-top:20px;
}
.share-msg a{
  margin-left:5px;
  color:#225fbf;
  font-size:14px;
  text-decoration:underline;
}
.share-info{
  margin:20px;
  font-size:12px;
}
.share-howbuy{
  /*background:url(../img/howbuy_logo.png) no-repeat;*/
  width:290px;
  display:block;
  font-size:12px;
  position:relative;
  left:50%;
  text-align:center;
  margin-left:-130px;
  margin-top:0px;
  padding-top:25px;
  padding-bottom:70px;
  background-size:245px 35px;
}
.share-howbuy a{
  color:#555;
  text-decoration:underline;
  font-size:14px;
  text-decoration:none;
}
.share_line{
  margin:20px 20px;
}
.share_line img{
  width:100%;
}
