@media screen and (max-width: 960px) {
    .ow_main .ow_main_left_top img {
        width: auto;
        height: 80px;
    }
    .ow_main .ow_main_right img {
        width: 200px;
        /* height: 80px; */
    }
    .ow_main .ow_main_left_btm_left_top img {
        width: 136px;
        /* height: 80px; */
    }
    .ow_main .ow_main_left_btm_left_btm img {
        width: 136px;
        /* height: 80px; */
    }
    .ow_main .ow_main_left_btm_right img {
        width: 110px;
        /* height: 80px; */
    }
}

* {
    margin: 0;
    padding: 0;
    background: none;
    -webkit-touch-callout: none;
    /*系统默认菜单被禁用*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -khtml-user-select: none;
    /*早期浏览器*/
    -moz-user-select: none;
    /*火狐*/
    -ms-user-select: none;
    /*IE10*/
    user-select: none;
}

html,
body {
    width: 100%;
    height: 100%;
    color: #fff;
    overflow: hidden;
    overflow-x: auto;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 1280px;
    min-height: 578px;
}

a {
    color: #fff;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
    -webkit-tap-highlight-color: #A6A7A8;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: none;
}

div {
    position: relative;
}

ul,
li {
    list-style: none;
}

.w {
    width: 1280px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.2);
    left: 0;
    top: 0;
    min-width: 1128px;
    min-height: 578px;
}

.back_video {
    /* background: #000000; */
    /* background-image: url('../image/backimg.png'); */
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: scroll;
    /* height: auto;
    min-height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover; */
}

.b_left {
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 10vw;
}

.b_right {
    position: absolute;
    z-index: 100;
    bottom: 0;
    right: 0;
    width: 10vw;
}

.ow_header {
    display: flex;
    color: #fff;
    padding: 0 46px;
    margin-top: 40px;
    box-sizing: border-box;
    justify-content: space-between;
}

.ow_logo {
    display: flex;
    align-items: center;
}

.wo_logo_img img {
    width: 60px;
    display: block;
}

.ow_link {
    display: flex;
    font-size: 14px;
    align-items: center;
    text-align: center;
}

.ow_link img {
    width: 36px;
    height: 36px;
    margin-left: 22px;
    display: block;
}

.ow_footer {
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 28px;
}

.ow_footer_top {
    display: flex;
    margin-bottom: 10px;
}

.ow_main {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}

.ow_main_left {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    margin-right: 82px;
}

.ow_main_left_btm {
    display: flex;
    margin-top: 60px;
}

.ow_main_left_btm_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ow_main_left_top img {
    width: 26vw;
}

.ow_main_right img {
    width: 16vw;
}

.ow_main_left_btm_left_top img {
    width: 10vw;
}

.ow_main_left_btm_left_btm img {
    width: 10vw;
}

.ow_main_left_btm_right img {
    margin-left: 30px;
}

.ow_main_left_btm_right img {
    width: 8vw;
}

#aqrcodebox,
#iqrcodebox {
    position: relative;
    /* height: 150px; */
    width: 147px;
    left: 0;
    top: 0px;
    display: none;
}

#aqrcodebox img,
#iqrcodebox img {
    position: absolute;
    width: 147px;
    height: auto;
}

#aqrcodebox img:last-child,
#iqrcodebox img:last-child {
    width: 136px;
    top: 23px;
    left: 50%;
    transform: translate(-50%, 0);
}

#androidCode:hover>#aqrcodebox,
#iosCode:hover>#iqrcodebox {
    display: block;
}

.ow_main_btm div:first-child {
    height: 52px;
    margin-right: 142px;
}

.ow_main_btm div:last-child {
    height: 52px;
}

.ow_main_btm img {
    height: 100%;
}

.copy_modle {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
    display: none;
}

.copy_modle_box {
    padding: 20px;
    background: rgb(255, 255, 255);
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 6px;
}

.copy_modle_box_main {
    padding: 30px;
}

.copy_modle_box img {
    width: 260px;
    height: 260px;
    display: block;
}

.copy_modle_box p {
    font-size: 16px;
    text-align: center;
    color: #000;
    padding: 10px 0 0;
}

.a {
    display: none;
}

.b {
    display: none;
}

.btn_box {
    margin-top: 60px;
    display: flex;
}

.app_code {
    /* display: none; */
}

.app_btn {
    position: relative;
}

.app_btn:first-child {
    margin-right: 86px;
}

.app_btn:hover {
    cursor: pointer;
}

.app_btn>img {
    width: 202px;
    height: 71px;
}


/* .btn_ios>img {
    margin-right: 86px;
} */

.qr_code {
    display: none;
    position: absolute;
    width: 180px;
    border: 1px solid #fff;
    border-radius: 12px;
    padding: 14px;
    box-sizing: border-box;
    top: -200px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #000;
}

.qr_code img {
    width: 100%;
    height: 100%;
    display: block;
}


/* .android_code {
    top: 0;
    right: -212px;
}

.ios_code {
    top: 0;
    left: -212px;
} */

.ow_footer_btm {
    display: flex;
    transform: translate(-5px, 0);
}

.ow_footer_btm .gwab {
    display: flex;
    margin-left: 10px;
}