* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
}

html,
body {
    width: 100%;
    height: 100%;
    background: #fff;
}

.header{
    height: 150px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
}

.header .content{
    width: 880px;
    height: 151px;
    padding:  44px 0;
    margin: 0 auto;
}

.header .content .logo{
    width: 234px;
    height: 63px;
}

.header .content .logo img{
    width: 100%;
    height: auto;
}

.main-container {
    width: 100%;
    height: calc(100% - 234px);
    min-height: 775px;
    background: url('https://img.chooseauto.com.cn/app/download/bg.png') no-repeat top center;
    background-size: cover;
    padding-top: 150px;
}

.main-container .content {
    width: 880px;
    height: auto;
    margin: 0 auto;
    display: flex;
}

.main-container .content .cl {
    width: calc(100% - 417px);
    height: auto;
    margin: 0 auto;
    padding-top: 125px;
}

.main-container .content .cl .slogan-wrap{
    color: #fff;
    margin-bottom: 60px;
}

.main-container .content .cl .slogan-wrap h1{
    color: #fff;
    margin-bottom: 10px;
    font-size: 58px;
}

.main-container .content .cl .slogan-wrap h3{
    color: #fff;
    font-size: 18px;
}

.download-wrap{
    width: 100%;
    height: 180px;
    display: flex;
    margin-bottom: 10px;
}

.download-wrap .qrcode-wrap{
    width: 180px;
    height: 180px;
    padding: 8px;
    background: #fff;
    border-radius: 12px;
    margin-right: 36px;
}

.download-wrap .qrcode-wrap img{
    width: 164px;
    height: 164px;
}

.download-btn-group{
    width: 210px;
    height: 180px;
}

.download-btn-group .download-btn{
    width: 210px;
    height: 76px;
    border-radius: 8px;
    line-height: 76px;
    padding: 0 36px 0 72px;
    text-align: left;
    color: #FF9717;
    font-size: 20px;
    cursor: pointer;
}

.download-btn-group .download-btn.ios{
    margin-bottom: 28px;
    background: url('https://img.chooseauto.com.cn/app/download/icon-ios.png') no-repeat 30px 20px #fff;
}

.download-btn-group .download-btn.android{
    background: url('https://img.chooseauto.com.cn/app/download/icon-android.png') no-repeat 30px 20px #fff;
}

.download-btn-group .download-btn a{
    color: #FF9717;
    font-size: 20px;
    text-decoration: none;
}

.main-container .content .cl .tips{
    text-align: center;
    width: 180px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    font-size: 16px;
}

.main-container .content .cr {
    width: 317px;
    height: 644px;
    background: url('https://img.chooseauto.com.cn/app/download/phone.png') no-repeat top center;
    background-size: 100% 100%;
    padding: 40px 11px 10px 11px;
}

.main-container .content .cr .body {
    width: 295px;
    height: 594px;
    border-radius: 0 0 36px 36px;
    overflow: hidden;
    position: relative;
}

.main-container .content .cr .body .swiper-slide img {
    width: 100%;
    height: auto;
}

.main-container .content .cr .body .status {
    width: 295px;
    height: 61px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
}

.main-container .content .cr .body .status img {
    width: 100%;
    height: auto;
}

.website-info{
    width: 100%;
    height: 124px;
    background: #fff;
}

.website-info .content{
    width: 1200px;
    height: 124px;
    margin: 0 auto;
    display: flex;
}

.website-info .content .left{
    width: 330px;
    height: 124px;
    padding-top: 30px;
}

.website-info .content .left .links{
    width: 340px;
    height: auto;
    line-height: 24px;
}

.website-info .content .left .links a{
    color: #999;
    font-size: 16px;
    text-decoration: none;
    margin-right: 10px;
}

.website-info .content .left .links a:hover{
    color: #E80000;
}

.website-info .content .center{
    width: calc(100% - 740px);
    height: 124px;
    padding-top: 30px;
}

.website-info .content .center p{
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #999;
}

.website-info .content .right{
    width: 400px;
    height: 124px;
    padding-top: 30px;
    line-height: 24px;
    font-size: 16px;
    color: #999;
}

.footer {
    width: 100%;
    height: 110px;
    background: #343434;
}

.footer .content {
    width: 1000px;
    height: 100px;
    margin: 0 auto;
    padding-top: 20px;
}

.footer .content .links {
    text-align: center;
    margin-bottom: 15px;
}

.footer .content .links a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.footer .content .links span {
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
}