.banner {
    width: 100%;
    height: 580px;
    background: #0b0f1a;
}
.banner .bg {
    width: 100%;
    max-width: 1920px;
    height: 580px;
    background: url("../images/download/banner.jpg") no-repeat center;
    margin: 0 auto;
    position: relative;
	background-size: 100% 100%;
}
.banner .bg h6 {
    color: #ffffff;
    font-size: 50px;
    padding-top: 190px;
}
.banner .bg .down_p1{
    color: #e1e7ff;
    opacity: 0.7;
    font-size: 22px;
}
.banner .bg .down_p1.p1{
    margin-top: 23px;
    margin-bottom: 10px;
}
.banner .bg .down_int{
    margin-top: 16px;
}
.banner .bg .down_int a{
    display: inline-block;
    font-size: 18px;
	color: #777da5;
}
.banner .bg .down_int a:hover{
    color: #ffffff;
}
.banner .bg .down_i{
    position: absolute;
    left: 705px;
    top: 105px;
}
.cont1{
    width: 100%;
    height: 237px;
    background-color: #ffffff;
}
.cont1 .c1_btn{
   padding-top: 93px;
   /* margin-left: 205px; */
}
.cont1 .btn a{
    /* display: inline-block; */
    width: 361px;
	height: 71px;
	background:url("../images/download/btn1.png") no-repeat center;
    font-size: 24px;
	line-height: 71px;
	letter-spacing: 1px;
	color: #ffffff;
    text-align: center;
}
.cont1 .btn p{
    font-size: 16px;
	letter-spacing: 1px;
	color: #777da5;
    margin-top: 3px;
    margin-left: 124px;
}
.cont1 .btn.ios_btn p{
    margin-left: 175px;
}
.cont1 .btn a span{
    display: inline-block;
    margin-right: 24px;
}
.cont1 .btn.and_btn span{
    width: 37px;
	height: 42px;
    background: url("../images/download/and.png") no-repeat center;
}
.cont1 .btn.ios_btn span{
    width: 35px;
	height: 42px;
    background: url("../images/download/ios.png") no-repeat center;
}