.content{
	width: 100%;
	height: 100%;
	position: relative;
}

.content video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-size: 0;
}

.sloganBox{
	width: 1366px;
	width: 13.66rem;
	margin-left: auto;
	margin-right: auto;
}

.slogan{
	position: relative;
	padding-left: 6%;
	top: 250px;
	z-index: 500
}

.line{
	font-size: 65px;
	font-size: 0.65rem;
	color: rgba(255,255,255,1);
	display: block;
}

.download{
	position: absolute;
	z-index: 998;
	top: 69%;
	align-items: center;
	width: 146px;
	height: 38px;
	background: rgba(0,0,0,0.2);
	border-radius: 2px;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	line-height: 34px;
	font-size: 16px;
	cursor: pointer;
	opacity: 0.7;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-left: 6%;
}

.download:hover{
	background: #0096ff;
    border-color: #0096ff;
    opacity: 1;
}

.download img{
	width: 16px;
    height: 16px;
    margin-right: 10px;
}

.download_qr{
	width: 132px;
	height: 132px;
	background: #fff;
	box-sizing: border-box;
	position: absolute;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform-origin: 50% 0 0;
    -ms-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    top: 38px;
    padding: 8px;
    cursor: initial;
    border-radius: 2px;
    pointer-events: none;
    margin-left: 5px;
    opacity: 0;
}

.download:hover .download_qr{
	visibility: visible;
    opacity: 1;
    top: 58px;
}

.download_qr--body{
	height: 100%;
    width: 100%;
    background: #d8d8d8
}

.download_qr--body img{
	display: inline-block;
    width: 100%;
    height: 100%;
}

.download_qr::after{
	content: '';
    position: absolute;
    left: 50%;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    margin-left: -10px;
}

.fixedWrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

a:hover{
	color: rgba(255,255,255,1)!important;
}

@media (min-width: 1024px){
    .sloganBox{
	width: 1130px;
	width: 11.3rem;
	margin-left: auto;
	margin-right: auto;
}
} /*>=1024的设备*/

    @media (min-width: 1100px) {
    
    } /*>=1100的设备*/
    @media (min-width: 1280px) {
       

    
    } /*>=1280的设备*/

    @media (min-width: 1366px) {
    	.sloganBox{
	width: 1366px;
	width: 13.66rem;
	margin-left: auto;
	margin-right: auto;
}
        
    }  

    @media (min-width: 1440px) {
    
    } 

    @media (min-width: 1680px) {
    
    } 
    @media (min-width: 1920px) {
    
    }