/*公共样式*/

.trans{
    -moz-transition:all .5s;
    -ms-transition: all .5s;
    -o-moz-transition: all .5s;
    -webkit-moz-transition: all .5s;
    transition: all .5s;
}
* { margin: 0; padding: 0;}
html,body{
    font-size: 14px;
    color:#333;
		width:100%;
		height:100%;
}
a{
    text-decoration: none;
    color:#fff;
}
/*公用代码*/
.textCenter{text-align: center;}
.textLeft{text-align: left;}
.textRight{text-align: right;}
.clearfix:before,.clearfix:after {  content:"";  display:table;  _font-size:0px;  }
.clear{content:"";  display:table;clear: both}
.clearfix:after{clear:both;}
.flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-align-end {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}
.flex-align-start {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-pack-end {
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}
.flex-pack-between {
    -webkit-box-pack:space-between ;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.flex-between{display: flex; flex-wrap: nowrap; justify-content: space-between;}
.flex-wrap{
    flex-wrap: wrap;
}
.wAll{width: 100%;height: 100%;}
.w90{width: 90%;}
.w80{width: 80%;}
.w82{width: 82%;}
.w70{width: 70%;}
.w60{width: 60%;}
.w50{width: 50%;}
.w40{width: 40%;}
.w30{width: 30%;}
.w20{width: 20%;}
.w10{width: 10%;}
.w35{ width: 35%;}
.w15{ width: 15%;}
.u-f{color: #fff;}
button:after{
    border:0;
}
button:focus{
    outline: none;
}
.transup{
    text-transform: uppercase;
}
#bccContainer{
	width:100%;
	height:100%;
	background: url(bg.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.btnCode_box{
	position: absolute;
	width: 100%;
	/* left:9%; */
	bottom:8%;
}
.btn{
	width: 100%;
	height:50px;
	margin-bottom:25px;
	border-radius: 6px;
	/* border: 1px solid #fff; */
}
.btn span{
	color:#fff;
	font-size: 16px;
	margin-left:10px;
}
.btn1 {
	background: #fff;
	
}
.btn1 img{
	/* width:25px; */
	/* height:31px; */
}
.btn1 span{
	color:#192C6D;
}
.btn2 img{
	/* width: 25px;
	height:30px; */
}
.logo{
	padding-top:80px;
}
.logo img{
	width: 120px;
	height:120px;
}
.textCenter{
	font-size: 24px;
	margin-top:15px;
	font-weight: bold;
	color:#fff;
}
.down-btn img{
	/* width: 150px; */
	height: 50px;
}
