* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
html {
    -webkit-overflow-scrolling: touch;
}

body {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-moz-document url-prefix() {
    html {
        scrollbar-width: none;
    }
}

.fn-hide-scrollbar::-webkit-scrollbar {
    display: none
}

.fn-hide-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-x: hidden;
    overflow-y: auto;
}

.user-select-no {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fn-ti2 {
    text-indent: 2em;
}

.fn-ah-pc:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
    cursor: pointer
}

.fn-pt_02 {
    padding-top: 0.2rem;
}

.fn-mt_02 {
    margin-top: 0.2rem;
}

.flex {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.flex-d-c {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column
}

.flex-jc-fe {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end
}

.flex-jc-c {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center
}

.flex-jc-sb {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between
}

.flex-jc-sa {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around
}

.flex-ai-c {
    width: 50%;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

.flex1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    position: relative;
    min-width: 320px;
    background-color: #1b1b1b;
}

.red {
    color: #ff4a4a;
}

.red1 {
    color: red;
}

.yellow {
    color: #EDDF15;
}

.blue {
    color: #8cc4d5;
}

.fw700 {
    font-weight: 700;
}

.line {
    width: 90%;
    border: 1px solid rgb(255 255 255 / 22%);
    margin: 0 auto;
}

.w {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #1b1b1b;
    box-shadow: 0 0 0.05rem #fff;
}

.logo {
    width: 100%;
    padding: 0.15rem 0;
}

.logo img {
    width: 4.5rem;
    max-width: 80%;
}

.main {
    width: 100%;
    min-height: 6.5rem;
}

.main-outter-box {
    width: 100%;
    padding-top: 0.98rem;
}

.main-inner-box {
    width: 100%;
    background: url(bg.png)/*tpa=https://bg80008.vip/h5/img/bg.png*/ no-repeat top center;
    background-size: 100% 6.5rem;
}

.title {
    margin-top: 0.2rem;
    height: 0.8rem;
    text-align: center;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
}

.notice {
    padding-bottom: 0.2rem;
}

.notice p {
    font-size: 0.3rem;
    color: #FFF6AC;
    letter-spacing: 1px;
    line-height: 1.6;
}

.jump {
    padding-bottom: 0.2rem;
}

.jump-btn {
    width: 90%;
    max-width: 400px;
    font-size: 0.26rem;
    font-weight: 500;
    letter-spacing: 0.02rem;
    color: #fff;
    padding: 0.1rem 0.08rem 0.12rem;
    border-radius: 0.1rem;
    background-color: #B7880F;
    cursor: pointer;
    transition: all ease 0.4s;
}

.jump-btn:hover {
    box-shadow: 0 0 0.03rem #fff;
}

.jump-time {
    font-size: 0.24rem;
    color: yellow;
}

.qq-box {
    width: 70%;
    max-width: 400px;
    font-size: 0.3rem;
    color: #fff;
    text-align: center;
    padding: 0.1rem 0 0.1rem;
    margin: 0.2rem auto 0;
    background-color: #972828;
    background-image: linear-gradient(#972828, #8b457b);
    border: 3px solid rgb(255 0 0 / 52%);
    border-radius: 2rem;
    box-shadow: 0 0 0.06rem #fff;
}

.copyBtn {
    font-size: 0.13rem;
    border: 1px solid #888;
    border-radius: .05rem;
    cursor: pointer;
    background: #eee;
    padding: 0.02rem 0.05rem;
}

.gift {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 0.2rem;
}

.gift p {
    font-size: 0.3rem;
    color: #eac827;
    letter-spacing: 1px;
    line-height: 1.6;
}

.company-culture {
    padding-top: 0.18rem;
    padding-bottom: 1.3rem;
}

.company-culture p {
    font-size: 0.3rem;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.6;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgb(0 0 0 / 83%);
    box-shadow: 0 0 0.05rem #fff;
}

.f-content {}

.f-content-item {
    font-size: 0.28rem;
    color: #eac827;
    padding: 0.2rem 0;
    transition: all ease 0.4s;
}

.f-content-item img {
    width: 0.48rem;
    margin-right: 0.1rem;
}

.f-content-item-text {
    margin-bottom: 0.06rem;
}
.h5-pop{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 999;
    background: rgba(0, 0, 0, 0.6);
}
.h5-pop img{
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-top: 50%;
}