* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
    font: 18px/1.4 "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    background: #fff;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.hide {
    display: none;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

a,
input,
select,
textarea {
    outline: none;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
}

.view {
    width: 100%;
    z-index: 100;
}

.view .header {
    position: fixed;
    width: calc(100% - 40px);
    height: 50px;
    background: #2C2D31;
    padding: 0px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}

.view .header .logo-pc {
    display: none;
}

.view .header .logo-mobile {
    width: auto;
    height: 25px;
    display: block;
}

.view .header p {
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.view .logo-title {
    position: relative;
    top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.view .logo-title img {
    width: 197px;
    height: auto;
    z-index: -100;

}

.view .logo-title p {
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    color: #000000;
}

.view .download {
    position: relative;
    top: 150px;
    height: 124px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.view .download img {
    width: 218px;
    height: auto;
}

button:focus {
    outline: 0;
}

.view .download a {
    width: 297px;
    height: 48px;
    background: #FCB813;
    mix-blend-mode: normal;
    border-radius: 40px;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.view .download button {
    width: 297px;
    height: 48px;
    background: #FCB813;
    mix-blend-mode: normal;
    border-radius: 40px;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

#launch-btn {
    width: 297px;
    height: 48px;
}

.view .download p {
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    color: #585858;
}

.view .app {
    position: relative;
    top: 200px;
}

.view .app img {
    width: calc(100% - 24px);
    height: auto;
}

.view .footer-mobile {
    background: #2C2D31;
    width: 100%;
    height: 50px;
    position: relative;
    top: 193px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.view .footer-pc {
    display: none;
}


@media screen and (min-width: 960px) {
    .view {
        width: 100%;
    }

    .view .header {
        position: relative;
        width: calc(1200px - 40px);
        margin: 0 auto;
        height: 93px;
        background: #fff;
        padding: 0px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .view .header .logo-pc {
        width: auto;
        height: 59px;
        display: block;
    }

    .view .header .logo-mobile {
        display: none;
    }

    .view .header p {
        display: none;
    }

    .view .app {
        position: relative;
        top: 200px;
    }

    .view .app img {
        width: 500px;
        height: 421px;
    }

    .view .footer-mobile {
        display: none;
    }

    .view .footer-pc {
        position: relative;
        bottom: 0px;
        width: 100%;
        height: 320px;
        margin: 0 auto;
        background: #333333;
        display: flex;
        justify-content: space-between;
        align-items: center;
        display: block;
        position: relative;
        top: 193px;
    }

    .view .footer-pc .foot-contain {
        width: calc(1200px - 40px);
        height: 320px;
        margin: 0 auto;
        position: relative;
    }

    .view .footer-pc .foot-contain .bottom-img {
        position: absolute;
        top: 76px;
        left: 0px;
        width: 200px;
        height: auto;
    }

    .view .footer-pc .foot-contain .row {
        width: 879px;
        height: 80px;
        position: absolute;
        top: 0px;
        left: 280px;
    }

    .view .footer-pc .foot-contain .row .foot-head {
        width: 879px;
        height: 80px;
        list-style: none;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .view .footer-pc .foot-contain .row .foot-head li {
        /* float: left; */
        height: 24px;
        margin-right: 50px;
        font-weight: 300;
        font-size: 18px;
        line-height: 24px;
        color: #FFFFFF;
        mix-blend-mode: normal;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .view .footer-pc .foot-contain .row .foot-head li a {
        color: #FFFFFF;
        opacity: 0.4;
    }

    .view .footer-pc .foot-contain .foot-left {
        height: 90px;
        width: 218px;
        position: absolute;
        top: 105px;
        left: 280px;
        font-weight: 300;
        font-size: 18px;
        line-height: 30px;
        color: #FFFFFF;
        mix-blend-mode: normal;
        opacity: 0.4;
        text-align: left;
    }

    .view .footer-pc .foot-contain .foot-right {
        height: 120px;
        width: 558px;
        position: absolute;
        top: 105px;
        left: 645px;
        font-weight: 300;
        font-size: 18px;
        line-height: 30px;
        color: #FFFFFF;
        mix-blend-mode: normal;
        opacity: 0.4;
        text-align: left;
    }

    .footer-pc .foot-bottom {
        width: 100%;
        background: #000;
        text-align: center;
        height: 64px;
        font-weight: 300;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* 弹框 */
.dialogmask {
    position: fixed;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 80;

}

.opacity { /*遮罩浑浊处理*/
    opacity: 0.4;
    background-color: #000;
    z-index: 999;
}


.box {
    overflow: hidden;
    position: fixed;
    width: 651px;
    height: 402px;
    z-index: 100; /*值越大，和其他层层叠时越在上面*/
    left: 50%;
    top: 50%;
    margin-left: -325px;
    margin-top: -201px;
    background-color: #fff;
    border-radius: 16px;
    z-index: 999;
}

.box .weima {
    position: absolute;
    left: 85px;
    top: 90px;
    width: 180px;
    height: 180px;
}

.box .download {
    position: absolute;
    left: 85px;
    top: 272px;
    font-size: 24px;
    color: #000;
    font-family: '微软雅黑';
}

.box .appDown {
    position: absolute;
    left: 307px;
    top: 101px;
    width: 269px;
    height: 88px;
    cursor: pointer;
}

.box .android {
    position: absolute;
    left: 307px;
    top: 213px;
    width: 269px;
    height: 88px;
    cursor: pointer;
}


.dialogcontent {

}

.logcontent {
    padding: 10px;
}

#browser-mark-new {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.75);
    background-size: 60%;
}

.opci {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.arrow {
    position: fixed;
    z-index: 999;
    width: auto;
    height: 88px;
    right: 10%;
    top: 53px;
}

.openText {
    position: fixed;
    z-index: 999;
    width: 80%;
    height: auto;
    right: 10%;
    top: 160px;
}

.logo-title-text-big {
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    width: 187px;
    display: inline-block;
    text-align-last: justify;
}

.page-update-cover {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 700;
}

.page-update-inner {
    padding: 16px;
    border-radius: 16px;
    background: #ffffff;
    gap: 24px;
    display: flex;
    flex-direction: column;
}

.page-update-button-box {
    display: flex;
    flex-direction: row;
    gap: 12px;
    width: 100%;
}

.page-update-button {
    text-align: justify;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 16px;
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1;
}


.page-update-cover {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    align-items: center;
    justify-content: center;
}

.page-update-inner {
    padding: 16px;
    border-radius: 16px;
    background: #ffffff;
    gap: 24px;
    display: flex;
    flex-direction: column;
}

.page-update-button-box {
    display: flex;
    flex-direction: row;
    gap: 12px;
    width: 100%;
}

.page-update-button {
    text-align: justify;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 16px;
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.update-cancel {
    color: #fff;
    background: #dfdfdf;
}

.update-confirm {
    background: #FB1;
    color: #262626;
}

.update-text {
    color: #262626;
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
