 .navbar {
            background: #fff;
            display: flex;
            justify-content: center;
            height: 70px;
            box-shadow: 0px 8px 15px 0px rgb(0 0 0 / 6%);
        }
        .download{
            width: 100%;
            background: var(--primary-color);
        }
        .app_download{
            width:1200px;
            height: auto;
            display: table;
            margin: 0 auto;
            background: url(/statics/images/pc/banner-bg.png);
            background-size: 1200px 418px;
        }
        .app_download .left{
            width:300px;
            height: auto;
            display: table;
            margin-top: 25px;
            float: left;
            text-align: left;
            padding-left: 70px;
        }
        .app_download .left img{
            width: 160px;
            height: 325px;
            margin: 0 auto;
            border-radius: 10px;
            margin-bottom: 30px;
        }
        .app_download .right{
            margin-top: 40px;
            width: 650px;
            display: table;
            float: left;
            margin-left: 80px;
            background: #ffffff;
            border-radius: 60px;
            height: 260px;
            padding-top: 30px;
            padding-bottom: 20px;
            padding-left: 50px;
        }
        .app_download .right .right-logo{
            width: 400px;
            height: 70px;
        }
        .app_download .right .right-logo .logo-img{
            width: 45px;
            height: 45px;
            background: #FFFFFF;
            border-radius: 10px;
            box-shadow: 0px 6px 10px 0px rgba(157,89,13,0.28);
            float: left;
        }
        .app_download .right .right-logo .logo-img img{
            width: 40px;
            height: 40px;
            padding-left: 5px;
            padding-top: 4px;
        }
        .app_download .right .right-logo .logo-info{
            /*width: 240px;*/
            margin-left: 30px;
            display: table;
            padding-left: 20px;
        }
        .app_download .right .right-logo .logo-info .logo-name{
            font-size: 20px ;
            color: #48422F;
            line-height: 24px;
            float: left;
            width: 240px;
        }
        .app_download .right .right-logo .logo-info .desc{
            /*width: 240px;*/
            height: 13px;
            font-size: 14px;
            font-weight: 400;
            color: #48422F;
            float: left;
        }
        .app_download .right .right-bottom{
            width: 450px;
            float: left;
            margin-left: 50px;
            margin-top: 10px;
        }
        .app_download .right .right-bottom .qr_code{
           float: left;
        }
        .app_download .right .right-bottom .qr_code img{
            width: 150px;
            height: 150px;
        }

        .app_download .right .right-bottom .down{
            width: 245px;
            float: left;
            margin-left: 20px;
            margin-top: 18px;
        }
        .app_download .right .right-bottom .down .ios-down{
            margin-bottom: 20px;
            background: url(/statics/images/pc/ios.png) no-repeat;
            background-position: 30px;
            width: 150px;
            box-shadow: 0px 1px 4px 0px rgba(95,74,14,0.26);
            border-radius: 15px;
            border: none;
            background-color: #fff;
            text-indent: 60px;
            line-height: 35px;
            cursor: pointer;
        }
        .app_download .right .right-bottom .down .android-down{
            margin-bottom: 10px;
            background: url(/statics/images/pc/Android.png) no-repeat;
            background-position: 30px;
            width: 150px;
            box-shadow: 0px 1px 4px 0px rgba(95,74,14,0.26);
            border-radius: 15px;
            border: none;
            text-indent: 60px;
            line-height: 35px;
            cursor: pointer;
        }
        .app_download .right .right-bottom .down .remark{
            font-size: 14px;
            font-weight: 400;
            color: #999;
            width: 400px;
            margin-top: 10px;
        }
        .down-list{
            width: 100%;
            background-color: #fff;
        }
        .down-box{
            width: 1200px;
            margin: 0 auto;
            padding-top: 20px;
            height: 375px;
        }
        .down-left{
            float: left;
            width: 600px;
            margin-top: 120px;
            padding-left: 5%;

        }
        .big{
            font-size: 42px;
            font-weight: 500;
            color: #160A43;
            margin-bottom: 25px;
        }
        .small{
            font-size: 22px;
            font-weight: 400;
            color: #160A43;
            line-height: 19px;
        }
        .down-right{
            padding-right: 5%;
            float: right;
        }
        .down-right img{
            width: 326px;
            height: 290px;
        }

        .down-list-orange{
            background-color: var(--primary-color);
            height: 375px;
            width: 100%;
            display: table;
        }
        .down-orange-left{
            margin-left: 20px;
            width: 420px;
            float: left;
            padding-top: 20px;
        }
        .down-orange-left img{
            width: 326px;
            height: 290px;
        }
        .down-orange-right{
            float: left;
            width: 600px;
            margin-top: 120px;
            margin-left: 5%;
        }