*,
body,
html {
    margin: 0;
    padding: 0;
}

#app {
    position: relative;
}

.header-active {
    background-color: #fffeec;
    box-shadow: 0px 2px 8px 0px #0000001a;
}

.mobile-warp {
    /* position: relative; */
    display: none;
    width: 100%;
}

.m-page-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    width: 100%;
    height: 0.8rem;
}

.m-logo {
    width: 2.7rem;
    margin-left: 0.6rem;
}

.m-page-1 {
    position: relative;
    width: 100%;
}

.m-page-1 .btn {
    cursor: pointer;
    position: absolute;
    width: 368px;
    height: 84px;
    background: url("../img/mobile/btn.svg") no-repeat center;
    background-size: 368px 84px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.m-img {
    width: 100%;
    display: block;
}

.m-btn-warp {
    position: absolute;
    bottom: 0.64rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.mobile-warp .bottom-wrap {
    height: 1.5rem;
    display: flex;
    background: rgba(58, 42, 28, 0.8);
    padding: 0 .25rem;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

.mobile-warp .bottom-wrap .qrcode-wrap {
    display: flex;
    align-items: center;
}

.mobile-warp .bottom-wrap .qrcode-wrap a {
    display: flex;
    width: .95rem;
    height: .95rem;
    margin-right: .16rem;
}

.mobile-warp .bottom-wrap .qrcode-wrap img {
    width: .95rem;
}

.mobile-warp .bottom-wrap .qrcode-wrap .text-box {
    font-family: PingFang SC;
    font-size: .28rem;
    font-weight: 500;
    line-height: .35rem;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
}

.mobile-warp .bottom-wrap .right-box {
    margin-left: auto;
}

.mobile-warp .bottom-wrap .right-box .btn {
    display: block;
    width: 1.66rem;
    height: .52rem;
    background: url("../img/mobile/btn-1.png") no-repeat center;
    background-size: 1.66rem .52rem;
}

.pc-warp {
    position: relative;
    width: 100%;
    display: block;
}

.pc-page-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100px;
}

.pc-logo {
    width: 311px;
    margin-left: 18%;
}

.pc-page-1 {
    position: relative;
    width: 100%;
}

.pc-img {
    width: 100%;
    display: block;
}

.pc-page-1 .btn {
    cursor: pointer;
    width: auto;
    height: 1rem;
    bottom: 0;
}

.download-box ul {
    margin: auto;
    display: flex;
    justify-content: center;
    position: relative;
}

.download-box {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.item {
    display: block;
    margin: 0 auto;
}

ul {
    list-style: none;
    /* 隐藏标记 */
}

.h {
    width: 135;
}

.w {
    width: 135;
}

#app .pc-warp ul li a .h {
    display: none;
}

#app .pc-warp ul li a .w {
    display: block;
}

.qrcode-warp {
    position: fixed;
    top: 40vh;
    right: 30px;
    z-index: 2;
}

.qrcode-warp .flex-box {
    width: 43px;
    overflow-x: hidden;
    transition: all 0.2s;
}

.qrcode-warp .flex-btn {
    margin-left: auto;
    margin-bottom: 18px;
    cursor: pointer;
    width: 36px;
    height: 36px;
    background: url("../../media/img/pc/qrcode-left.png") no-repeat center;
    background-size: 36px 36px;
}

.qrcode-warp .flex-btn:hover {
    width: 36px;
    height: 36px;
    background: url("../../media/img/pc/qrcode-left-hover.png") no-repeat center;
    background-size: 36px 36px;
}

.qrcode-warp .flex-btn.show {
    width: 36px;
    height: 36px;
    background: url("../../media/img/pc/qrcode-right.png") no-repeat center;
    background-size: 36px 36px;
}

.qrcode-warp .flex-btn.show:hover {
    width: 36px;
    height: 36px;
    background: url("../../media/img/pc/qrcode-right-hover.png") no-repeat center;
    background-size: 36px 36px;
}

.qrcode-warp .flex-box.show {
    transition: all 0.3s;
    width: 222px;
    overflow-x: hidden;
}

.qrcode-warp .flex-box img {
    width: 222px;
    display: block;
    margin: 0;
}

.pc-code {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    padding-right: 50px;
    box-sizing: border-box;
}

.pc-close {
    width: 40px;
    margin-bottom: 13px;
    cursor: pointer;
}

.pc-code-img {
    width: 30%;
}

.copy {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    padding: 10px;
    background-color: whitesmoke;
    box-sizing: border-box;
}

.copy-img {
    vertical-align: middle;
    margin-right: 5px;
}

a {
    text-decoration: none;
}
