.navbar {
    border-radius: 0;
}
.code .container {
    width: 100%;
}

.code .container .row {
    position: relative;
    padding: 14.7% 34.63% 0 34.63%;
    height: 842px;
    background: url(../../images/webimg/app_img_bg.png) no-repeat top center;
    background-size: 100% 100%;
}

.code .container .row .apple {
    display: inline-block;
    position: relative;
    height: 295px;
    width: 33.4%;
    /* left: 300px; */
}

.code .container .row .apple_code {
    position: absolute;
    background: url(../../images/webimg/app_img_ma_apple.png) no-repeat center center;
    width: 100%;
    height: 74%;
    background-size: 100% 100%;
}

.code .container .row .apple_headline {
    position: absolute;
    background: url(../../images/webimg/app_img_apple.png) no-repeat center center;
    width: 99%;
    height: 25%;
    top: 69%;
    background-size: 100% 100%;
}

.code .container .row .az {
    display: inline-block;
    position: relative;
    width: 33.4%;
    height: 295px;
    left: 22%;
}

.code .container .row .az .az_code {
    position: absolute;
    background: url(../../images/webimg/app_img_ma_Android.png) no-repeat center center;
    width: 100%;
    height: 74%;
    background-size: 100% 100%;
}

.code .container .row .az .az_headline {
    position: absolute;
    background: url(../../images/webimg/app_img_Android.png) no-repeat center center;
    width: 99%;
    height: 25%;
    top: 69%;
    background-size: 100% 100%;
}

.code .container .row .scan {
    position: absolute;
    left: 48%;
    transform: translateX(-50%);
    height: 14px;
    font-size: 14px;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: rgba(136, 136, 136, 1);
    bottom: 20%;
}

.code .container .row .scan_eng {
    position: absolute;
    /* top: 30px; */
    left: 48%;
    bottom: 16%;
    transform: translateX(-50%);
    /* width:254px; */
    height: 12px;
    font-size: 12px;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: rgba(136, 136, 136, 1);
}

.code1 .container {
    width: 100%;

}

.code1 .container .row {
    position: relative;
    padding: 26.4% 30% 0 30%;
    height: 1062px;
    background: #111111;
}

.code1 .container .row .apple_l {
    position: relative;
    width: 98.62%;
    height: 32.2%;
}

.code1 .container .row .apple_l .appl_ma {
    position: absolute;
    width: 100%;
    height: 71.24%;
    background: url(../../images/webimg/app_img_ma_apple_l.png) no-repeat center center;
    background-size: 100% 100%;
}

.code1 .container .row .apple_l .appl_headline {
    position: absolute;
    top: 74%;
    width: 99%;
    height: 26.4%;
    background: url(../../images/webimg/app_img_apple_l.png) no-repeat center center;
    background-size: 100% 100%;
}

.code1 .container .row .az_l {
    position: relative;
    width: 98.62%;
    height: 32.2%;
}

.code1 .container .row .az_l .azl_ma {
    position: absolute;
    width: 100%;
    height: 71.24%;
    background: url(../../images/webimg/app_img_ma_Android1_l.png) no-repeat center center;
    background-size: 100% 100%;
}

.code1 .container .row .az_l .azl_headline {
    position: absolute;
    top: 74%;
    width: 99%;
    height: 26.4%;
    background: url(../../images/webimg/app_img_Android_l.png) no-repeat center center;
    background-size: 100% 100%;
}