.footer {
    position: relative;
    font-size: 12px;
    color: #a8a8a8;
    text-align: center;
    background: #eee;
    padding: 50px 0 80px
}

.footer_inner {
    border-top: 1px solid hsla(0,0%,100%,.12);
    margin: 0 auto
}

.footer .link {
    padding: 6px 5px;
    color: #a8a8a8
}

.footer_ele {
    padding: 6px 4px
}


.ic_hook {
    top: -3px;
    height: 127;
    width: 77;
    border-style: solid;
    border-width: 127px;
    border-color: transparent transparent transparent;
    background: url('/images/butto.png') no-repeat 50%;
    margin-left: .5em;
    vertical-align: middle
}

.footer_ele.copyright {
    padding: 6px 10px
}

.last_footer_ele {
    margin-right: 0
}

.footer_ele.first_footer_ele,.footer_ele.first_footer_ele .link {
    padding-left: 0
}

.social_link.footer_ele {
    padding-top: 10px;
    padding-right: 0
}

.social_link.footer_ele .ic_insta {
    padding-right: 0;
    margin-right: 0
}

.social_link .link {
    display: inline-block;
    *display: inline;
    zoom:1;width: 20px;
    height: 20px;
    padding: 0;
    margin: 0 5px;
    vertical-align: bottom;
    border-radius: 10px;
    background-color: rgba(0,0,0,.2);
    -ms-background-size: 60%;
    background-size: 60%;
    background-position: 50%;
    background-repeat: no-repeat
}

.social_link .link:hover {
    background-color: rgba(0,0,0,.3)
}

.second_menu_area {
    display: none;
    position: absolute;
    bottom: 33px;
    left: 50%;
    width: 11em;
    padding: 10px 0;
    margin-left: -5.5em;
    margin-bottom: 0;
    text-align: left;
    background-color: rgba(33,34,35,.95)
}

.second_menu_area a {
    color: #fff
}

.second_menu_ele {
    width: 100%
}

.menu_lang {
    width: 21em;
    left: -30%
}

.menu_lang .second_menu_ele {
    width: 50%;
    float: left;
    height: 34px
}

.second_menu_link {
    display: block;
    padding: 8px 10px
}

.second_menu_link:hover {
    background-color: #4e4e4e
}

.second_menu_area .second_menu_hook {
    display: inline-block;
    *display: inline;
    zoom:1;position: absolute;
    bottom: 0;
    left: 50%;
    padding: 0;
    margin-left: -5px;
    margin-bottom: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px;
    border-color: rgba(33,34,35,.95) transparent transparent
}

.footer_ele_lang {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAAAsAQMAAADrZPyBAAAABlBMVEUAAABUVFR8AzIeAAAAAXRSTlMAQObYZgAAAKxJREFUGNOl0DEKg0AQBdC/CKaR2Fos5AoJaSxCvIqQI6QVsiDkFDnMLAvWOcKKoG3SWbkZIy6BdPqZ4jEwDHysSeyUnJQ5yibtYa9qlvaiWSD8K/cqvOTvbmNZtRqEiXvgoKkKyodkKUuB6CPgiPwVgmdUEeI5KQ5Bo+Sluadf3bp3NdCWb+s2NUZFLN0mplQn/uE6p53oWefGoRCWBZuAs06p185R4vtjLcoHOe9HkNPeuc0AAAAASUVORK5CYII=") no-repeat 5px 5px;
    background-size: 33px;
    opacity: .5
}

html {
    overflow: auto;
    overflow-y: hidden;
    font-size: 125%;
    background-color: #a0a0a0
}

.container,body,html {
    height: 100%;
    min-height: 768px
}

.container,body {
    overflow: hidden
}

li,ul {
    list-style-type: none
}

html {
    position: relative;
    background: url('/images/bg.png') no-repeat 50%;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover
}

body {
    font: 14px/1.5em PingHei,Lucida Grande,Lucida Sans Unicode,Helvetica,Arial,Verdana,"sans-serif";
    color: #fff
}

body,html,li,p,ul {
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* 隐藏水平滚动条 */
}
.no-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    overflow: -moz-scrollbars-none; /* Older Firefox browsers */
}

.no-scrollbar::-webkit-scrollbar {
    display: none;  /* Chrome, Safari and Opera */
}
a {
    text-decoration: none
}

.group:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden
}

.clr {
    clear: both
}

.logo {

   background: url('/images/logo1.png') no-repeat 50%;
    background-size: 68%;
    -moz-background-size: 100%;
    -webkit-backgrund-size: 100%;
    -ms-backgrund-size: 100%;
    display: inline-block; /* 使 logo 成为内联块级元素 */
    width: 80px;
    height: 80px;
    background-position: center; /* 使背景图片居中 */
}


.bg_slogan,.logo {
    display: block;
    margin: 0 auto 25px
}

.bg_slogan {
    font-size:26px;
    line-height: 36px;
    color: rgba(238, 238, 238, 1);
    margin-bottom:10px;
}
.bg_slogan_des {
    font-size:14px;
}
.content {
    text-align: center;
    padding-top: 10%;
    max-width: 1200px;
    min-width: 500px;
    margin: 0 auto
}


.brand{
    margin-bottom: 50px;
}
.main {
    zoom:1;
    margin-top: 70px;
    margin-left: -700px;
    width: 40.5%;
    vertical-align: top
}

.btn,.main {
    display: inline-block
}

.btn {
    position: relative;
    width: 173px;
    height: 51px;
    margin-bottom: 12px;
    -ms-background-size: 100%;
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat
}

.btn:hover {
    opacity: .75
}

.lang a {
    color: #5a5a5a
}

.lang {
    display: none
}




.download_ele:hover {
    background-color: #8b8b8b
}

.download_ele.ele_new .ic_new {
    display: block
}



.ic_download_ele,.ic_new {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -ms-background-size: 50%;
    background-size: 50%
}

.ic_download_ele {
    display: block;
    background-position: 50%
}

.download_ele_last {
    border-right: 1px solid hsla(0,0%,100%,.2)
}

.ic_download_android {
    background-repeat: no-repeat;
    background-image: url('/images/b.png');
    width: 178px;
    height: 48px
    z-index:5;
}

.ic_download_apple {
    background-image: url('/images/a.png');
    background-repeat: no-repeat;
    width: 178px;
    height: 48px
}




.ic_download_mac,.ic_download_win {
    height: 48px;
    background-repeat: no-repeat
}










.download_android_btns {
    position: relative;
    display: inline-block
}

#page_footer.footer {
    background: none;
    color: #a8a8a8;
    padding: 0;
    margin-top: -96px
}

#page_footer.footer .copyright a {
    color: #a8a8a8
}
.ic_prod {
    position: absolute;
    width: 100%;
    top: 0;
    left:50%;
    display:flex;
}
.resized-image {
    width: 250px; /* 将图片宽度缩小到原始大小的50% */
    height: auto; /* 保持图片的比例 */
    margin-top: 15vh;

}
.div2, .div1 {
    position: absolute;
    width: 50%;
    height: 100%;


}

.div1 {
    z-index: 1; /* 低层级 */
    transform: translate(20%); /* 向上移动10%的高度 */
}

.div2 {
    z-index: 2; /* 高层级 */

}


@media only screen and (min-height: 440px) and (max-height: 900px)  and (orientation: landscape) {

    .main {
        zoom:1;
        margin-top: 70px;
        margin-left: -500px;
        width: 40.5%;
        vertical-align: top
    }

    .div1 {
        z-index: 1;
        transform: translate(130%);
    }
}

@media only screen and (max-height: 880px) {
    .ic_prod {
        width: 25%;
    }
}

@media only screen and (max-height: 430px) and (orientation: landscape){
    html {

        overflow: auto;
        overflow-y: auto;
    }
    body .content {
        padding-top:5%;
        width: 100vh;

    }
    .container, body, html {
        height: 100%;
        min-height: 430px;
    }
    .main {
        zoom:0.5;
    }

    .resized-image {
        width: 130px;
        height: auto;
        margin-top: 15vh;
    }
    .div1 {
        z-index: 1;
        transform: translate(100%);
    }
    body .footer_inner {
        width: auto;
        padding: 0 0 0 20px;
    }

    body #page_footer.footer {
        margin-top: -25vh;
    }
    .ic_hook {
        zoom:0.5;
    }
}


@media only screen  and (min-height: 440px) and (orientation: landscape) and (min-width: 768px) and (max-width:1024px) and (orientation: landscape){
    body .content {
        padding-top:5%;
        width: 100vh;
    }
    html {
        overflow: auto;
        overflow-y: auto;
        font-size: 125%;
        background-color: #a0a0a0
    }
    .resized-image {
        width: 200px;
        height: auto;
        margin-top: 15vh;
    }
    body .footer_inner {
        width: auto;
        padding: 0 0 0 20px
    }

    body .footer_ele {
        padding: 6px 0
    }

    body #page_footer.footer {
        margin-top: -130px
    }

}

@media only screen and (max-width: 1024px) and (min-height: 1366px)  and (orientation:portrait) {
    html {
        overflow: auto;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .container, body, html {
        height: 100%;
        min-height: 1366px;
    }
    .main {
        display:block;
        width: 80%;
        margin: 20px auto 0
    }

    .logo {
        display: none
    }
    .bg_slogan {
        font-size: 38px;
        line-height: 36px;
        color: rgba(238, 238, 238, 1);
        margin-bottom: 2vh;
    }
    .bg_slogan_des {
        font-size: 26px;
    }
    #page_footer.footer {
        margin-bottom: -90vh;
        margin-top: 0px;
    }

    .ic_download_android {
        background-repeat: no-repeat;
        background-image: url('/images/b.png');
/*        width: 30vh;*/
/*        height: 8vh;*/
/*        margin-left: -3vh;*/
        z-index:5;
    }

    .ic_download_apple {
        background-image: url('/images/a.png');
        background-repeat: no-repeat;
/*        width: 30vh;*/
/*        height: 10vh;*/
/*        margin-left: -3vh;*/
    }
    .ic_prod {
        position:absolute;
        width: 100%;
        top: 0;
        left: 10%;
    }
    .div2, .div1 {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 40vh;
        left: 0;

    }

    .div1 {
        z-index: 1; /* 低层级 */
        transform: translate(12%); /* 向上移动10%的高度 */
    }

    .div2 {
        z-index: 2; /* 高层级 */
        transform: translate(-17%); /* 向上移动10%的高度 */

    }
    .resized-image {
        width: 700px; /* 将图片宽度缩小到原始大小的50% */
        height: auto; /* 保持图片的比例 */
        margin-top:0;
    }

    .ic_hook {
        position:absolute;
        top: -3px;
        height: 127px;
        width: 77px;
        border-style: solid;
        border-width: 127px;
        border-color: transparent transparent transparent;
        background: url('/images/butto.png') no-repeat 50%;
        margin-left: 5vh;
        vertical-align: middle
    }
}

@media only screen and (min-width: 375px) and (max-height: 1365px)  and (orientation:portrait) {
    html {
        overflow: auto;
        overflow-y: yes;
        overflow-x: hidden;
    }
    .container, body, html {
        height: 100%;
        text-align:center;
    }
    .content {
        text-align: center;
        padding-top: 0vh;
        max-width: 430px;
        min-width: 375px;
        margin: 0 auto;
    }
    .main {
        display:block;
        width: 80%;
        margin: 20px auto 0
    }
    .brand {
        margin-bottom: 50px;
        zoom: 0.5;
    }
    .logo {
        display: none
    }
    .bg_slogan {
        font-size: 38px;
        line-height: 36px;
        color: rgba(238, 238, 238, 1);
        margin-bottom: 2vh;
    }
    .bg_slogan_des {
        font-size: 26px;
    }
    #page_footer.footer {
        margin-bottom: -90vh;
    }

    .ic_download_android {
        background-repeat: no-repeat;
        background-image: url('/images/b.png');
        z-index:5;

    }

    .ic_download_apple {
        background-image: url('/images/a.png');
        background-repeat: no-repeat;
    }
    .ic_prod {
        position:absolute;
        width: 100%;
        top: 5vh;
        left: 0vh;
    }
    .div2, .div1 {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 26vh;
        left: 0;

    }

    .div1 {
        z-index: 1; /* 低层级 */
        transform: translate(12%); /* 向上移动10%的高度 */
    }

    .div2 {
        z-index: 2; /* 高层级 */
        transform: translate(-17%); /* 向上移动10%的高度 */

    }
    .resized-image {
        width: 300px; /* 将图片宽度缩小到原始大小的50% */
        height: auto; /* 保持图片的比例 */
        margin-top:10vh;
        zoom:0.5;
    }

}
@media only screen and (min-width: 375px) and (max-width: 375px)  and (orientation:portrait) {
    html {
        overflow: auto;
        overflow-y: yes;
        overflow-x: hidden;
        background: url('/images/bg1.png') no-repeat 50%;
    }
    .container, body, html {
        height: 100%;
        text-align:center;
    }
    .content {
        text-align: center;
        padding-top: 0vh;
        max-width: 430px;
        min-width: 375px;
        margin: 0 auto;
    }
    .main {
        display:block;
        width: 80%;
        margin: 20px auto 0
    }
    .brand {
        margin-bottom: 50px;
        zoom: 0.5;
    }
    .logo {
        display: none
    }
    .bg_slogan {
        font-size: 38px;
        line-height: 36px;
        color: rgba(238, 238, 238, 1);
        margin-bottom: 2vh;
    }
    .bg_slogan_des {
        font-size: 26px;
    }
    #page_footer.footer {
        margin-bottom: -90vh;
    }

    .ic_download_android {
        background-repeat: no-repeat;
        background-image: url('/images/b.png');
        z-index:5;

    }

    .ic_download_apple {
        background-image: url('/images/a.png');
        background-repeat: no-repeat;
    }
    .ic_prod {
        position:absolute;
        width: 100%;
        top: 5vh;
        left: 0vh;
    }
    .div2, .div1 {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 26vh;
        left: 0;

    }

    .div1 {
        z-index: 1; /* 低层级 */
        transform: translate(12%); /* 向上移动10%的高度 */
    }

    .div2 {
        z-index: 2; /* 高层级 */
        transform: translate(-17%); /* 向上移动10%的高度 */

    }
    .resized-image {
        width: 250px; /* 将图片宽度缩小到原始大小的50% */
        height: auto; /* 保持图片的比例 */
        margin-top:28vh;
        zoom:0.5;
    }

}
@media only screen and (min-width: 768px) and (max-width: 1024px)  and (orientation:portrait) {
    html {
        overflow: auto;
        overflow-y: auto;
        overflow-x: hidden;
        background: url('/images/bg1.png') no-repeat 50%;
    }
    .container, body, html {
        height: 100%;
        text-align:center;
    }
    .content {
        text-align: center;
        padding-top: 0vh;
        max-width: 1024px;
        min-width: 768px;
        margin: 0 auto;
    }
    .main {
        display:block;
        width: 80%;
        margin: 80px auto 0
    }
    .brand {
        margin-bottom: 50px;
        zoom: 0.8;
    }
    .logo {
        display: none
    }
    .bg_slogan {
        font-size: 38px;
        line-height: 36px;
        color: rgba(238, 238, 238, 1);
        margin-bottom: 2vh;
    }
    .bg_slogan_des {
        font-size: 26px;
    }
    #page_footer.footer {
        margin-bottom: -90vh;
    }

    .ic_download_android {
        background-repeat: no-repeat;
        background-image: url('/images/b.png');
        z-index:5;
    }

    .ic_download_apple {
        background-image: url('/images/a.png');
        background-repeat: no-repeat;
    }
    .ic_prod {
        position:absolute;
        width: 100%;
        top: 5vh;
        left: 0vh;
    }
    .div2, .div1 {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 26vh;
        left: 0;

    }

    .div1 {
        z-index: 1; /* 低层级 */
        transform: translate(8%); /* 向上移动10%的高度 */
    }

    .div2 {
        z-index: 2; /* 高层级 */
        transform: translate(-7%); /* 向上移动10%的高度 */

    }
    .resized-image {
        width: 200px; /* 将图片宽度缩小到原始大小的50% */
        height: auto; /* 保持图片的比例 */
        margin-top:10vh;
        zoom:0.8;
    }

}
@media only screen and (min-width: 1024px)  and (max-width: 1024px)  and (orientation:portrait) {
    html {
        overflow: auto;
        overflow-y: auto;
        overflow-x: hidden;
        background: url('/images/bg.png') no-repeat 50%;
    }
    .container, body, html {
        height: 100%;
        text-align:center;
    }
    .content {
        text-align: center;
        padding-top: 10vh;
        max-width: 1024px;
        min-width: 768px;
        margin: 0 auto;
    }
    .main {
        display:block;
        width: 80%;
        margin: 80px auto 0
    }
    .brand {
        margin-bottom: 50px;
        zoom: 0.8;
    }
    .logo {
        display: none
    }
    .bg_slogan {
        font-size: 38px;
        line-height: 36px;
        color: rgba(238, 238, 238, 1);
        margin-bottom: 2vh;
    }
    .bg_slogan_des {
        font-size: 26px;
    }
    #page_footer.footer {
        margin-bottom: -90vh;
    }

    .ic_download_android {
        background-repeat: no-repeat;
        background-image: url('/images/b.png');
        z-index:5;
    }

    .ic_download_apple {
        background-image: url('/images/a.png');
        background-repeat: no-repeat;
    }
    .ic_prod {
        position:absolute;
        width: 100%;
        top: 5vh;
        left: 0vh;
    }
    .div2, .div1 {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 26vh;
        left: 0;

    }

    .div1 {
        z-index: 1; /* 低层级 */
        transform: translate(8%); /* 向上移动10%的高度 */
    }

    .div2 {
        z-index: 2; /* 高层级 */
        transform: translate(-7%); /* 向上移动10%的高度 */

    }
    .resized-image {
        width: 200px; /* 将图片宽度缩小到原始大小的50% */
        height: auto; /* 保持图片的比例 */
        margin-top:10vh;
        zoom:0.8;
    }

}