*{
	padding:0;
	margin:0;
}
html{
	min-height:100%;
}
a {
    color: #333333;
    text-decoration: none;
    outline: none;
}
body{
	min-height:100%;
	background-image:url("../images/bg.png");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	
}
.wd1200{
	width:1200px;
	margin:0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}
.dpnone{
	display: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.img-box img{
	width:100%;
	min-height:100%;
}
.header{
	height: 120px;
	z-index:99;
}
.logo-box{
	width:132px;
	height: 52px;
	margin-top:24px;
}
.header-download{
	margin-top:24px;
}
.header-download a {
    display: block;
    width: 154px;
    height: 54px;
    background: #BC0203;
    box-shadow: 0px 2px 10px 0px rgba(188,2,3,0.2000);
    border-radius: 27px;
    color: white;
    font-size: 18px;
    line-height: 54px;
    text-align: center;
}
.containers{
	width: 1200px;
	margin:0 auto;
}
.container{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 68px;
	height: 652px;
	width: 100%;
	background-image:url("../images/bg2.png");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.box-left {
    width: 308px;
	margin-left: 170px;
	min-height: 200px;
	height: 592px;
    display: inline-block;
    position: relative;
	overflow: hidden;
}
/* .box-left img{
	width:100%;
	height: 100%;
	display:block;
} */
.photo{
    width: 308px;
    background: url(../images/phonepc.png) 0 0 no-repeat;
    height: 592px;
    background-size: contain;
    float: left;
}
.tab{
    width: 255px;
	height: 547px;
	overflow: hidden;
	position: absolute;
	display: inline-block;
	top: 15px;
	left: 26px;
	border-radius: 25px;
}
.tab img{
	width:100%;
	height: 100%;
	display:block;
}
.box-right{
	width: 450px;
    display: inline-block;
    margin-right: 150px;
	padding-top: 62px;
}

.box-download div {
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #BC0203;
    border-radius: 30px;
	display:inline-block;
	margin-right:18px;
	cursor: pointer;
}
.box-download img {
    width: 40px;
    height: 40px;
    margin-right: 6px;
    vertical-align: middle;
}
.box-download span {
    vertical-align: middle;
    font-size: 18px;
	color:#BC0203;
}
.box-title{
	height: 100px;
	padding-bottom: 40px;
}
.box-title img{
	width:100px;
	height: 100px;
	display:inline-block;
	vertical-align:top;
	margin-right:20px;
}
.box-title .box-info{
	display:inline-block;
	vertical-align:top;
}
.box-title .box-info h3{
	font-size: 32px;
    line-height: 58px;
    color: #333;
}
.box-title .box-info p{
	font-size: 18px;
	color:#999999;
	line-height:30px;
}
.tips{
	font-size: 16px;
	color:#666666;
	line-height:30px;
	padding:45px 0 20px;
}
.box-code{
	
}
.box-code .box-item{
	width:128px;
	margin-right:120px;
	display:inline-block;
}
.box-code .box-item:nth-child(2){
	margin-right:20px;
}
.box-code .box-item img{
	width:128px;
	height:128px;
	display:block;
	
}
.box-code .box-item span{
	line-height:40px;
	display:block;
	text-align:center;
}
.footer{
    font-size: 14px;
	color:#666666;
	line-height:60px;
	text-align: center;
	padding-top: 50px;
}

@media screen and (max-width: 1366px) {
    /* .container {
        margin-top: 50px;
    }
    .box-left {
        width: 200px;
    }
    .box-title {
        padding-bottom: 30px;
    }
    .tips {
        font-size: 16px;
        line-height: 30px;
        padding: 20px 0 20px;
    }
    .footer{
    	padding-top: 0px;
    } */
}


