[genuitec-file-id="wc1-246"],[genuitec-lp-path="/bijiucoin/WebRoot/css/index.css"],[genuitec-lp-enabled=false]{
  /* for codelive */
}


/*轮播*/
#slider{
  width: 100%;
  height: 520px;
  position: relative;
  z-index: 1;
}
/*---- banner ---*/
.swiper-container {
  height:auto;
  width:100%;
  text-align:center;
  margin:0 auto;
  position:relative;
  overflow:hidden;
  z-index:5;
  /*background:#F8F8F8;*/
}
.swiper-wrapper {
  position: relative;
  z-index:10;
}
.swiper-slide {
  position:relative;
  text-align:center;
  float:left;
}
.swiper-slide a{
  position:relative;
  width:100%;
  height:100%;
  display:block;
  overflow:hidden;
}
.swiper-slide img{
  width:100%;
  height:520px;
  vertical-align:middle;
  position:relative;
}
.pagination{
  position:absolute;
  height:1.2em;
  width:100%;
  z-index:100;
  bottom: 90px;
  cursor: pointer;
}
.pagination .swiper-pagination-switch{
  display:inline-block;
  height: 5px;
  width: 65px;;
  background:#ffde8f;
  border-radius:2px;
  margin-right:1em;
}
.pagination .swiper-active-switch{
  background:#FFF;
}

/*交易表格*/
#deal_table{
  width: 1200px;
  margin: -47px auto 0;
  position: relative;
  /* z-index: 2; */
  z-index: 1;
}
/*表格上方实时数据*/
#deal_table .deal_table_top{
  height: 100px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 10px 1px #eee;
  margin-bottom: 20px;
}
#deal_table .deal_table_top li{
  /* width: 240px; */
  width: 200px;
  text-align: center;
  float: left;
}
#deal_table .deal_table_top li>h3{
  font-size: 28px;
  margin-top: 22px;
}
#deal_table .deal_table_top li>h3.red{
  color: #ff5c5c;
}
#deal_table .deal_table_top li>h3.green{
  color: #45b450;
}
#deal_table .deal_table_top li>h3>i{
  display: inline-block;
  width: 10px;
  height: 14px;
  margin-left: 12px;
}
#deal_table .deal_table_top li>h3>i.green{
  background: url("../img/iconlist.png")no-repeat -90px 0;
}
#deal_table .deal_table_top li>h3>i.red{
  background: url("../img/iconlist.png")no-repeat -112px 0;
}
#deal_table .deal_table_top li>p{
  font-size: 14px;
  margin-top: 15px;
}
#deal_table .deal_table_top li>p>span.currency_name{
  color: #1e2731;
  margin-right: 10px;
}
#deal_table .deal_table_top li>p>span.red{
  color: #ff5c5c;
}
#deal_table .deal_table_top li>p>span.green{
  color: #45b450;
}

/*表格内容*/
.deal_table_content>div>ul>li{
  float: left;
}

#deal_table .deal_table_content>table{
  width: 1200px;
  text-align: center;
  border-collapse:collapse;
}
#deal_table .deal_table_content>table>thead>tr{
  background: #f7f8fc;
  height: 50px;
  border-bottom: 1px solid #eceef0;
  font-size: 14px;
  color: #555;
}
#deal_table .deal_table_content>table>tbody>tr{
  height: 65px;
  border-bottom: 1px solid #eceef0;
  vertical-align: middle;
}
#deal_table .deal_table_content>table>tbody>tr{
  font-size: 14px;
}
#deal_table .deal_table_content>table>tbody>tr input[type="button"]{
  width: 80px;
  height: 30px;
  background: #cc9b32;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 3px;
}
#deal_table .deal_table_content>table>tbody>tr>td.red{
  color: #ff5c5c;
}
#deal_table .deal_table_content>table>tbody>tr>td.green{
  color: #45b450;
}
#deal_table .deal_table_content>table>tbody>tr>td>i{
  display: inline-block;
  width: 0;
  height: 14px;
}
#deal_table .deal_table_content>table>tbody>tr>td>i.green{
  background: url("../img/iconlist.png")no-repeat -90px 0;
}
#deal_table .deal_table_content>table>tbody>tr>td>i.red{
  background: url("../img/iconlist.png")no-repeat -112px 0;
}

/*介绍*/
#presentation_bg{
  overflow: hidden;
  background: #fafafa;
  width: 100%;
  margin-top: 45px;
  padding-bottom: 50px;
}
.presentation{
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.presentation h2{
  font-size: 24px;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 85px;
}
.presentation li{
  float: left;
  width: 400px;
}
.presentation li h3{
  font-size: 18px;
  color: #e4bb5d;
  margin: 25px 0;
}
.presentation li p{
  font-size: 12px;
  color: #555;
  margin: 5px 0;
  padding: 0 5px;
}

/*温馨提示*/
.hint{
  width: 100%;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
  font-size: 14px;
  color: #555;
  text-align: center;
  font-weight: 400;
}

/*资讯*/
#news_bg{
  width: 100%;
  border-top: 1px solid #eceef0;
  background-image: url("../img/zixun_bg.png");
}
#news_bg .news{
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
#news_bg .news li{
  width: 370px;
  float: left;
  margin-right: 45px;
}
#news_bg .news ul li:last-child{
  margin-right: 0;
}
#news_bg .news li h5{
  color: #000;
  font-weight: 400;
}
#news_bg .news li h2{
  font-size: 18px;
  color: #cc9b32;
  margin-bottom: 30px;
}
#news_bg .news li h2 i{
  display: inline-block;
  width: 4px;
  height: 20px;
  background: url("../img/iconlist.png")no-repeat -136px 0;
  margin-right: 15px;
}
#news_bg .news li p{
  height: 42px;
  line-height: 42px;
  font-size: 14px;
}
#news_bg .news li p span {
  width: 315px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#news_bg .news li p i{
  display: inline-block;
  width: 10px;
  height: 42px;
  background: url("../img/iconlist.png")no-repeat -153px 0;
  margin-right: 15px;
}

/*合作机构*/
#cooperation_bg{
  width: 100%;
  background: #fafafa;
  overflow: hidden;
}
#cooperation_bg .cooperation{
  width: 690px;
  margin: 80px auto 0;
  text-align: center;
  padding-bottom: 50px;
}
#cooperation_bg .cooperation h2{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 45px;
}
#cooperation_bg .cooperation p{
  font-size: 14px;
  color: #888;
  margin-bottom: 20px;
}
.cooperation_img img{
  margin: 0 50px;
}
/* .cooperation_img img:last-child{
  margin-right: 0;
} */

/*联系我们*/
.contact{
  position: fixed;
  right: 0;
  top: 500px;
  z-index: 9999;
}
.contact ul{
  border: 1px solid #e6e6e6;
  border-bottom: none;
}
.contact li{
  width: 72px;
  height: 70px;
  border-bottom: 1px solid #e6e6e6;
}
.contact li img{
  width: 72px;
  height: 70px;
}
.contact a{
  display: block;
}


/*设置安全密码*/
.safepass_bg{
  width: 100%;
  height: 730px;
  background: url("../img/login_bg.jpg")no-repeat;
  background-size: 100% 730px;
  position: relative;
}
.safepass_box_bg{
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 10px;
  background: rgba(225,225,225,.5);
  border-radius: 3px;
  width: 425px;
  height: 430px;
  margin-top: -232px;
  margin-left: -215px;
}
.safepass_box{
  background: #fff;
  overflow: hidden;
  border-radius: 3px;
  padding: 20px;
  height: 390px;
  position: relative;
}
.safepass_box h4{
  font-size: 20px;
  color: #cc9b32;
  font-weight: 400;
}
.safepass_box form{
  margin-top: 40px;
}
.safepass_box form p{
  margin-top: 10px;
}
.safepass_box form p span{
  font-size: 14px;
  color: #888;
}
.safepass_box form p input{
  width: 370px;
  height: 50px;
  border: 1px solid #ddd;
  padding-left: 10px;
}
.safepass_box form p button{
  width: 382px;
  height: 40px;
  line-height: 40px;
  border: none;
  background: #cc9b32;
  color: #fff;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  margin-top: 20px;
}

.safepass_box form p input[type="button"]{
  width: 382px;
  height: 40px;
  line-height: 40px;
  border: none;
  background: #cc9b32;
  color: #fff;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  margin-top: 0px;
}

.safepass_box form input[type="button"]{
  width: 382px;
  height: 40px;
  line-height: 40px;
  border: none;
  background: #cc9b32;
  color: #fff;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  /* margin-top: 20px; */
}

.find_password_title>ul{
  margin: 20px 0 0 170px;
}
.find_password_title>ul li a{
  float: left;
  padding: 0 40px;
  border-left: 1px solid #ccc;
  font-size: 14px;
  cursor: pointer;
  color: #ccc;
}
.find_password_title>ul li a.cur{
  color: #cc9b32;
}

.find_password{
  padding: 30px 60px;
}
.find_password h4{
  font-size: 20px;
  color: #cc9b32;
  font-weight: 400;
}
.find_password form{
  margin-top: 40px;
  position: relative;
}
#v_container,#v_container1{
  position: absolute;
  top: 42px;
  left: 442px;
}
.find_password form>div{
  margin-top: 30px;
}
.find_password form>div>span{
  font-size: 14px;
  display: inline-block;
  width: 190px;
  text-align: right;
  line-height: 42px;
}
.find_password form>div input{
  width: 370px;
  height: 50px;
  border: 1px solid #ddd;
  padding-left: 10px;
  border-radius: 4px;
}
.find_password form input[type="button"]{
  width: 100px;
  height: 40px;
  line-height: 40px;
  border: none;
  background: #cc9b32;
  color: #fff;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  margin-top: 40px;
  margin-left: 190px;
  padding: 0;
}

.rs_total{
	width:100%;
	margin:0 auto;
	line-height:60px;
	font-size:24px;
	text-align:center;
	margin-bottom:10px;
	height:117px;
	color:#000;
}
.rs_total>b{
	display:block;
}

.rs_total>span{
	float��left;
	margin-top:7px;
	display: inline-block;
  border: 2px solid #FFE471;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-left: 5px;
  background: #cc9b32;
  color: #fff;
  border-radius: 3px;
  font-size: 24px;
}















