.index_container {
  height: 400px;
  position: relative;
}

.focus_container{
  position: absolute;
  width: 100%;
  height: 400px;
  background-color: #fff;
  left: 0;
  top: 0;
  z-index: 0;
  overflow-x: hidden;
}

#focus{
  width: 1920px;
  height: 400px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  overflow-y: hidden;
}
#focus .cycle-pager{
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.item{
  height: 400px;
  overflow: hidden;
}

.item h2{
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -445px;
  top: -9999em;
  left: -9999em;
  color: #fff;
  font-size: 48px;
  font-weight: normal;
  line-height: 50px;
}

.item .bbh_more_link{
  position: absolute;
  left: 50%;
  top: 0;
}
.index_item .bbh_more_link{
  margin-left: -433px;
  top: 216px;
}
.item h2 span{
  font-size: 24px;
  padding-left: 10px;
}

.index_feature h2,
.index_feature p,
.index_feature h3{
  position: absolute;
  left: 50%;
  margin-left: -427px;
  color: #083f5c;
}
.index_feature h2{
  top: 92px;
  font-size: 60px;
  line-height: 60px;
}
.index_feature h2 span{
  font-size: 26px;
}
.index_feature p{
  width: 430px;
  height: 40px;
  background: url("../img/index_focus_feature.2f2ef11b5095.png") 0 0 no-repeat;
  top: 162px;
  text-indent: -9999em;
}
.index_feature h3{
  top: 227px;
  font-size: 30px;
  font-weight: normal;
}

.login_form {
  position: absolute;
  top: 90px;
  left: 50%;
  margin-left: 190px;
  width: 280px;
  background-color: rgba(0,0,0,0.5);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#80000000',EndColorStr='#80000000')
  z-index: 10;
  color: white;
  font-size: 18px;
}
.form_shadow{
  width: 100%;
  height: 100%;
  _height: 285px;
  background-color: #000;
  opacity: .5;
  filter: alpha(opacity=50);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.form_content{
  position: relative;
  z-index: 1;
}
.login_form form{
  margin: 0;
}

.login_form input {
  margin: 0;
  padding: 8px 10px;
  width: 220px;
  height: 18px;
  line-height: 18px;
  font-size: 14px;
}
.login_form .field{
  padding: 0 20px 20px;
}

#login_header {
  padding: 26px 0;
  text-align: center;
}

.login_form .submit {
  background: #E73256;
  width: 240px;
  height: 36px;
  border: 1px solid #E73256;
  outline: none;
  font-size: 14px;
  color: white;
}
.login_form .submit:focus{
  border-color: #6b7499;
  outline: none;
}
.login_links{
  padding: 0 20px 10px;
  height: 30px;
  overflow: hidden;
  *zoom: 1;
}
.login_links .left{
  margin-left: 0;
}
.login_links a {
  text-decoration: none;
  color: #a3afc0;
  font-size: 14px;
  padding: 0 10px;
}


.screen{
  width: 100%;
}
.screen_content{
  width: 1000px;
  margin: 0 auto;
}

#status_of_btc{
  text-align: center;
  color: #596080;
  background-color: #dfe6f0;
  padding: 20px 0;
}
#status_of_btc h3{
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  font-weight: normal;
}
#status_of_btc h3 strong{
  font-weight: bold;
  padding: 0 6px;
}

#video_about_btc{
  padding: 20px 0;
  color: #596080;
  background-color: #000;
  height: 328px;
  width: 1000px;
  margin: 20px auto 0px;
}
.video_box{
  width: 560px;
  margin: 0 auto;
}
.video_box p, .video_box h2{
}
#video, #video img{
  width: 560px;
  height: 328px;
  cursor: pointer;
  position: relative;
}
#video a{
  width: 64px;
  height: 64px;
  text-indent: -9999em;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -32px;
  margin-left: -32px;
  background:url("../img/video_button.a087af3d0007.png") 0 0 no-repeat;
}
#video:hover a,
#video a:hover{
  background-position: 0 -64px;
}
.video_box h2{
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}
.play_video{
  color: #fff;
  font-size: 14px;
  background-color: #596080;
  line-height: 26px;
  margin-left: 15px;
}
.play_video:hover{
  color: #fff;
}
.play_video .caret{
  border-left-color: #fff;
}

#pop_video{
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -280px;
  margin-top: -164px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 99999;
  background-color: #fff;
}
#pop_video span{
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  background-color: #363434;
  color: #f2f2f2;
  position: absolute;
  right: -30px;
  top: 0;
  cursor: pointer;
}
#pop_video span:hover{
  color: #fff;
}
*html #pop_video{
  top: 0;
  position: absolute;
  margin-top: expression(0 - parseInt(this.offsetHeight / 2)+(TBWindowMargin=document.documentElement && document.documentElement.scrollTop||document.body.scrollTop)+'px')
}

.about_btc{
  background-color: #fff;
}
.about_btc .screen_content{
  padding: 50px 0;
  overflow: hidden;
  *zoom: 1;
}
.row_text,
.row_img{
  width: 400px;
  float: left;
  vertical-align: middle;
}
.row_text{
  width: 500px;
  padding: 0 50px;
  line-height: 300px;
}
.row_text_box{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #596080;
  line-height: 30px;
  vertical-align: middle;
}
.row_text h2{
  font-size: 36px;
  font-weight: normal;
  line-height: 50px;
}
.row_img{
  text-align: center;
}
.row_img img{
  vertical-align: middle;
}

#what_can_btc_do{
  background-color: #596080;
}
#what_can_btc_do .row_text_box{
  color: #fff;
}

.bottom_container {
  background: white;
  height: 200px;
  border-bottom: 1px solid #ccc;
}

.bottom_center_container {
  width: 1000px;
  height: 100%;
  margin: auto;
}

.bottom_center_container table.outer {
  width: 100%;
  height: 100%;
}

.bottom_center_container table.outer td {
  width: 33%;
  height: 100%;
  vertical-align: middle;
}

.bottom_center_container table.outer td div {
  float: left;
}

.bottom_center_container table.outer td div {
}

.intro_words {
  margin-top: 1px;
}

.icon_img {
  width: 90px;
  height: 80px;
}



.tagline {
  font-size: 18px;
}

table.inner {
  height: 80px;
  width: 230px;
}


.market_content{
  width: 1000px;
  margin:0 auto;
  overflow: hidden;
  *zoom: 1;
}
.market_content ul{
  list-style: none;
  margin: 0;
}
.market_row{
  margin-top: 20px;
  clear: both;
}

#quote_list{
  width: 398px;
  height: 78px;
  border: 1px solid #ccc;
  background-color: #fff;
}
#quote_list label{
  color: #333;
}

.cny_unit:before{
  content: '\@ ';
}

.latest_price,
.quote_detail{
  height: 48px;
  padding: 16px;
}
.latest_price{
  width: 310px;
}

.latest_price label,
.asset_diff,
.asset_diff span{
  display: inline;
  line-height: 48px;
  float: left;
  margin: 0;
}
.latest_price label{
  font-size: 24px;
  color: #333;
  cursor: default;
}
.asset_raise{
  color: #cc3d3d;
}
.asset_fall{
  color: #88b209;
}
.asset_diff .integer_part{
  font-size: 30px;
}
.asset_diff .fractional_part{
  height: 20px;
  line-height: 20px;
  padding-right: 20px;
  margin-top: 20px;
}
.asset_raise .fractional_part,
.asset_fall .fractional_part{
 
}
.asset_fall .fractional_part{
  background-position: right -20px;
}

.quote_detail{
  width: 606px;
}
.quote_detail li{
  width: 20%;
  float: left;
}
.quote_detail li div{
  padding-left: 20px;
}
.quote_detail label,
.quote_detail span{
  display: block;
  line-height: 24px;
  cursor: default;
}

#highstock{
  width: 580px;
  height: 300px;
  margin-top: 20px;
  background-color: #2a2d33;
}

#btc_news{
  width: 398px;
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
}
#btc_news .lo_header{
  height: 36px;
  line-height: 36px;
  background-color: #ffffff;
  border-top: 0;
  text-indent: 15px;
}
#btc_news li{
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #e3e5e5;
}
#btc_news li a{
  margin-left: 15px;
  color: #596080;
  width: 290px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
#btc_news li a:hover{
  color: #a1aee5;
  text-decoration: none;
}
#btc_news li .time{
  float: right;
  font-size: 12px;
  padding-right: 15px;
}

.feature{
  clear: both;
  width: 100%;
  background-color: transparent;
  color: #596080;
  padding: 60px 0;
}

#engine{
  background-color: #D7212E;
  color: #fff;
}

.feature_content{
  width: 1000px;
  margin: 0 auto;
}

.feature_content ul{
  margin: 0;
  list-style: none;
}

.feature h2{
  font-size: 36px;
  font-weight: normal;
}

.feature_content .feature_body {
  padding: 0 50px;
}

#safety .feature_content{
  border-top: 2px solid #D7212E;
}
#safety h2{
  text-align: center;
  line-height: 80px;
}
#safety ul{
  overflow: hidden;
  *zoom: 1;
}
#safety li{
  width: 25%;
  float: left;
}
#safety li span{
  display: block;
  width: 100%;
  height: 100px;
  background-image: url("../img/feature_safety.9eebb54ac8dc.png");
  background-repeat: no-repeat;
}
.safety_li_1 span{
  background-position: 0 0;
}
.safety_li_2 span{
  background-position: 0 -100px;
}
.safety_li_3 span{
  background-position: 0 -200px;
}
.safety_li_4 span{
  background-position: 0 -300px;
}
#safety li p{
  padding: 0 25px;
  line-height: 20px;
  margin-bottom: 0;
  font-size: 12px;
}
#safety li h3{
  font-size: 18px;
  line-height: 40px;
  font-weight: normal;
  text-align: center;
  margin: 0;
}

#engine .feature_content{
  padding: 40px 0;
  background: url("../img/feature_engine.3835a5530a6b.png") 600px 20px no-repeat;
}

#engine h3{
  font-size: 24px;
  font-weight: normal;
}
#engine .feature_txt{
  width: 490px;
  line-height: 26px;
}

#ui{
  padding-bottom: 30px;
}
#ui .feature_content{
  width: 470px;
  padding: 40px 0 70px 530px;
  background: url("../img/feature_ui.83fff1632f83.png") 100px 20px no-repeat;
  border-bottom: 2px solid #596080;
}

#ui h3{
  font-size: 24px;
  font-weight: normal;
}
