@charset "utf-8"; /*全局样式 start*/
@media all and (min-width: 721px) {
    html {
        font-size: 62.5%
    }
}

@media all and (max-width: 720px) {
    html {
        font-size: 62.5%
    }
}

@media all and (max-width: 640px) {
    html {
        font-size: 55.556%
    }
}

@media all and (max-width: 540px) {
    html {
        font-size: 46.875%
    }
}

@media all and (max-width: 480px) {
    html {
        font-size: 41.667%
    }
}

@media all and (max-width: 400px) {
    html {
        font-size: 34.722%
    }
}

@media all and (max-width: 360px) {
    html {
        font-size: 31.25%
    }
}

@media all and (max-width: 340px) {
    html {
        font-size: 29.514%
    }
}

@media all and (max-width: 320px) {
    html {
        font-size: 27.778%
    }
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    font-family: roboto, "微软雅黑", "方正黑体", Helvetica Neue, arial, sans-serif;
    color: #666;
    font-size: 1.6em;
    background-color: #fff;
    line-height: 1.2;
    word-wrap: break-word;
    /*   滚动条样式*/
    SCROLLBAR-FACE-COLOR: #e9e9e9;
    /*滚动条凸出部分的颜色*/
    SCROLLBAR-HIGHLIGHT-COLOR: #e9e9e9;
    /* 滚动条空白部分的颜色*/
    SCROLLBAR-SHADOW-COLOR: #e9e9e9;
    /*立体滚动条阴影的颜色*/
    SCROLLBAR-3DLIGHT-COLOR: #e9e9e9;
    /*滚动条亮边的颜色*/
    SCROLLBAR-ARROW-COLOR: #e9e9e9;
    /*上下按钮上三角箭头的颜色*/
    SCROLLBAR-TRACK-COLOR: #e9e9e9;
    /*滚动条的背景颜色*/
    SCROLLBAR-DARKSHADOW-COLOR: #e9e9e9;
    /*滚动条强阴影的颜色*/
    SCROLLBAR-BASE-COLOR: #e9e9e9;
    /*滚动条的基本颜色*/ /*  滚动条样式*/
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, del, dfn, em, img, ins, kbd, q, samp, small, strong, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, footer, header, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

ul {
    border: 0;
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
}

a {
    text-decoration: none;
    outline: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #333;
    cursor: pointer;
    display: block;
}

.fl {
    float: left;
}

/*logo字体*/
.logo_font {
    font-size: 1.2em;
    font-family: 黑体;
    font-weight: 600;
    color: white;
    position: absolute;
    left: 4.2em;
    top: auto;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

/*全局样式 end*/
.head {
    width: 100%;
    padding: 1em 0;
    height: 3em;
    overflow: hidden;
    background-color: #ec3f2f;
}

.head .logo {
    margin-left: 1em;
    height: 100%;
    max-height: 100%;
    background-size: 100%;
}

.head .logo-box .logo-text {
    font-size: 2em;
    margin-left: .2em;
    color: white;
}

.head .menu-switch {
    margin-right: 1em;
}

.content {
    width: 100%;
    min-height: 667px;
    position: relative;
}

.content .bg {
    position: absolute;
    top: 0;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 667px;
}

.content .bg_left, .content .bg_right {
    width: 40%;
    height: 100%;
    /* max-width: 50%;*/
    max-height: 100%;
}

.content .bg_full {
    width: 100%;
    height: 100%;
    /* max-width: 50%;*/
    max-height: 100%;
}

.content .bg_left img, .content .bg_right img {
    width: 100%;
    max-width: 100%;
}

.content .content-main {
    position: absolute;
    top: 5em;
    z-index: 100;
    width: 100%;
    padding-bottom: 3em;
    height: auto;
}

.content .content-main .app-img {
    width: 10em;
    height: 10em;
    border-radius: 1.5em;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 2em auto;
}

.content .content-main .app-img img {
    width: 100%;
    height: 100%;
}

.content .content-main h2 {
    font-size: 1.8em;
    color: #444;
    margin: 0.6em 0;
    text-align: center;
}

.content .content-main h3 {
    font-size: 1.6em;
    font-weight: 200;
    text-align: center;
}

.content .content-main .download-box {
    width: 60%;
    margin: 4em 20%;
    text-align: center;
    border-top: 1px solid #f8f8f8;
    padding-top: 2em;
}

.content .content-main .download-box .btn-download {
    margin: auto;
    width: 90%;
    height: 2.8em;
    position: relative;
    background: linear-gradient(90deg, #050505 0%, #060607 100%); /* 渐变背景 */
    /* 按钮背景色，可根据需要调整 */
    color: #fff; /* 文字颜色 */
    padding: 1em 0; /* 上下内边距 */
    border: none; /* 去除默认边框 */
    box-shadow: 0 2px 8px rgba(48, 99, 238, 0.08); /* 轻微阴影提升质感 */
    cursor: pointer; /* 鼠标悬停为手型 */
    transition: background 0.2s;
    border-radius: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
}


.content .content-main .download-box .btn-download-android {
    margin: auto;
    width: 90%;
    height: 2.8em;
    position: relative;
    background: #3b8562;
    /* 按钮背景色，可根据需要调整 */
    color: #fff; /* 文字颜色 */
    padding: 1em 0; /* 上下内边距 */
    border: none; /* 去除默认边框 */
    box-shadow: 0 2px 8px rgba(48, 99, 238, 0.08); /* 轻微阴影提升质感 */
    cursor: pointer; /* 鼠标悬停为手型 */
    transition: background 0.2s;
    border-radius: 3em;
    display: flex;
    align-items: center;
    justify-content: center;

}


.content .content-main .download-box .btn-download img {
    max-height: 100%;
}

.content .content-main .download-box .btn-download .download-text {
    width: 100%;
    text-align: center;
    font-size: 1.9em;
    color: #fff;
}

.content .content-main .download-box .btn-download-android .download-text {
    width: 100%;
    font-size: 1.9em;
    text-align: center;
    color: #fff;
}

.content .content-main .download-box .btn-download .download-text-t {
    color: #000000 !important;
}

.content .content-main .app-info-box {
    width: 90%;
    padding: 1em 5%;
    margin-bottom: 2em;
}

.content .content-main .app-info-box .dt {
    width: 100%;
    font-size: 1.6em;
    margin-top: 2em;
}

.content .content-main .app-info-box .dt .dt-hd {
    font-weight: bold;
    color: #333;
}

.content .content-main .app-info-box .dt .dt-bd {
    width: 100%;
    padding: 1em 0;
}

.content .content-main .app-info-box .dt .dt-bd table {
    width: 100%;
}

.content .content-main .app-info-box .dt .dt-bd table tr {
    width: 100%;
    line-height: 2em;
}

.content .content-main .app-info-box .dt .dt-bd table tr .title {
    color: #999;
}

.content .content-main .app-info-box .dt .dt-bd .dt-bd-item {
    width: 100%;
    line-height: 1.6em;
}

.content .content-main .app-info-box .more-switch {
    width: 100%;
    padding-bottom: 5em;
    height: 2em;
}

.content .content-main .app-info-box .more-switch .btn-switch {
    color: #3063ee !important;
    display: block;
    font-size: 2em;
    text-decoration: underline;
}

.content .content-main .app-info-box .more-switch .btn-switch::after {
    width: 14px;
    margin-left: 5px;
    content: url("../images/icon_open.png");
    height: 8px;
}

.more-open {
    height: 3em;
}

.content .content-main .app-info-box .more-switch.more-open .btn-switch::after {
    content: url("../images/icon_close.png");
}

/*弹窗遮罩*/
.bg-panel {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

.panel-main {
    display: block;
    width: 100%;
    position: fixed;
    top: 1em;
    left: 0;
    z-index: 99999999;
}

.panel-main .tips-img {
    width: 100%;
    height: 10em;
}

.panel-main .tips-img img {
    background-size: 100%;
    width: calc(120px / 2);
    height: calc(120px / 2);
    position: absolute;
    top: calc(23px / 2);
    right: calc(25px / 2);
}

.panel-main .tips-box {
    width: 70%;
    margin: 0 auto;
    color: #fff;
}

.panel-main .tips-box .item-text {
    position: relative;
    font-size: 1.4em;
    line-height: 1.6em;
    padding-left: 2em;
    margin-bottom: 1em;
}

.panel-main .tips-box .item-text .step {
    position: absolute;
    top: 0.3em;
    left: 0;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.4em;
    text-align: center;
    margin-right: 0.4em;
    background-color: #3e19e1;
    display: inline-block;
    border-radius: 0.7em;
}

.panel-main .tips-box .item-btn {
    width: 8em;
    height: 2em;
    font-size: 2em;
    color: #ccc;
    line-height: 2em;
    text-align: center;
    margin: auto;
    border: 1px dashed #ccc;
    border-radius: 1em;
}

/*弹窗遮罩*/
.foot {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 1em 0;
    background-color: #F15C47;
    clear: both;
    font-size: 0.8em;
    margin-top: 1.5em;
    min-height: 1em;
    z-index: 9999;
}

.foot p {
    text-align: center;
    color: #fff;
    font-size: 1.6em;
}

.J-btn-switch {
    cursor: pointer;
}

.a-opacity {
    opacity: 0.2
}

#ad_container {
    position: relative;
    z-index: 9999;
}



