* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 55px;
}

img {
    width: 100%;
    object-fit: contain;
}

body {
    background-color: #1c16b2;
}

.position-relative {
    position: relative;
}

.index {
    position: relative;
    overflow-x: hidden;
}

.index .all {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
}

.background {
    width: 100vw;
    min-height: 100vh;
}

/* 文本 */

.tips_p1 {
    width: 100%;
    height: 0.5rem;
    text-align: center;
    line-height: 0.5rem;
    position: absolute;
    top: 6.3rem;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    color: #faf0b3;
    font-size: 0.26rem;
}

.tips_p2 {
    width: 100%;
    height: 0.68rem;
    text-align: center;
    line-height: 0.68rem;
    position: absolute;
    top: 11rem;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    color: white;
    font-size: 0.3rem;
    letter-spacing: 1px;
}

.tips_p3 {
    width: 6.6rem;
    /* position: absolute; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* top: -13.2rem; */
    margin: -8rem auto 0;
    padding-bottom: 2rem;
    font-size: 0.28rem;
    color: white;
    line-height: 0.5rem;
    word-wrap: break-word;
    word-break: normal;
}

/* 计时器 */

@font-face {
    font-family: FuturaNo2D-Med;
    src: url(./202105_xt_FuturaNo2D-Med.ttf);
}

.times {
    width: 100%;
    padding-left: 1.1rem;
    position: absolute;
    top: 7.2rem;
    left: 0;
    display: flex;
    align-items: center;
    font-size: 1.38rem;
    color: #e5340c;
    font-family: FuturaNo2D-Med;
}

.times_item {
    width: 1.17rem;
    height: 1.44rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.05rem;
}

.times_item:last-of-type {
    margin-right: 0;
}

.times_item:nth-of-type(2) {
    margin-right: 0.48rem;
}

/* 按钮 */

.step {
    width: 100%;
    padding: 0 0.6rem;
    position: absolute;
    left: 0;
    top: 9.36rem;
}

.step div {
    height: 1.26rem;
}

.step img {
    display: block;
    width: auto;
    height: 100%;
}

.step_item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step_item:nth-of-type(1),
.step_item:nth-of-type(4) {
    justify-content: space-between;
}

.step_item:nth-of-type(n+2) {
    display: none;
}

/* 右上方 分享、我的奖品 */

.rightBtn {
    width: 0.47rem;
    position: fixed;
    right: 0;
    top: 2.27rem;
}

.rightBtn img {
    margin-left: auto;
}

#share_hover {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, .8);
}

#share_hover img {
    width: 3.6rem;
    position: absolute;
    right: 0;
    top: 0.3rem;
}

/*  */

.w-100p {
    width: 100%;
}

.popup {
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    z-index: 999;
}

.popup_content {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup_btn {
    height: 0.8rem;
    border-radius: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup_content img {
    display: block;
}

.popup_hover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.popup {
    display: none;
}

.popup_close {
    width: 100%;
    margin-top: 0.4rem;
}

.popup_close img {
    width: 0.5rem;
    display: block;
    margin: 0 auto;
}

/* 浮层按钮 */

.type1 {
    color: white;
    background-image: linear-gradient(to right, #3863ef, #2020d9);
}

.type2 {
    width: 3.6rem;
    font-size: 0.32rem;
    margin: 0 auto;
    color: #6c4f0b;
    background-image: linear-gradient(to right, #fdd699, #faf9ec);
}

/* 关注官微 */

.erweima {
    width: 2.46rem;
    position: absolute;
    left: 30%;
    top: 29%;
}


/* 不再提醒 */

.position-bottom {
    width: 100%;
    /* position: absolute; */
    bottom: 0;
    margin-top: 0.4rem;
}

.know {
    font-size: 0.32rem;
    width: 3.6rem;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
}

.notip {
    font-size: 0.28rem;
    color: #2d53e2;
    text-align: center;
    margin-top: 0.3rem;
    /* margin-bottom: 0.4rem; */
}

/* 失败 两个按钮 */

.fail_time {
    color: #2d53e2;
    font-size: 0.36rem;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 41%;
    left: 0;
    font-family: "思源黑体 CN";
}

.fail_btns {
    width: 100%;
    padding: 0 0.27rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.32rem;
    color: white;
    position: absolute;
    left: 0;
    bottom: 0.6rem;
}

.fail_btns>div {
    flex: 1;
    max-width: 3.6rem;
    margin-right: 20px;
}

.fail_btns>div:last-of-type {
    margin-right: 0;
}

.keepon {
    border: 1px solid #2d53e2;
    color: #2d53e2;
}

/* 失败 一个按钮 */

.keepon.change {
    color: white;
}

/* 得到红包 */

.amount {
    width: 100%;
    margin-top: 1.13rem;
    text-align: center;
    color: white;
    font-size: 0.34rem;
}

.obtain {
    margin-top: 3.4rem;
}

/* 已发放 */

.obtain.change {
    margin-top: 5.2rem;
}

.orderid {
    font-size: 0.24rem;
    color: #cbe2f2;
    margin-top: 0.41rem;
    text-align: center;
}

/* 未中奖 */

.ok {
    margin-top: 4.9rem;
}

/*  */

.goget {
    margin-top: 5.8rem;
}

/* 客户经理 */

.fixed_khjl {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1rem;
    background: url(202104_hby_bg11.jpg);
    background-size: 100% 100%;
    z-index: 5;
    padding: 0 .3rem;
}

.fixed_khjl .leftBox {
    display: flex;
    align-items: center;
}

.fixed_khjl .leftBox .touPic {
    width: .76rem;
    height: .76rem;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    margin-right: .25rem;
}

.fixed_khjl .leftBox .touPic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fixed_khjl .leftBox .word h3 {
    font-size: .26rem;
    color: #3e3a39;
}

.fixed_khjl .leftBox .word img {
    display: inline-block;
    width: 1.14rem;
    height: .26rem;
    vertical-align: middle;
    margin-left: .05rem;
}

.fixed_khjl .leftBox .word p {
    font-size: .2rem;
    color: #3e3a39;
    margin-top: .08rem;
}

.fixed_khjl a img {
    width: 1.65rem;
    height: .28rem;
}

.h1rem {
    height: 1rem;
}

.fz0 {
    font-size: 0;
}

.mt-49 {
    margin-top: 4.9rem;
}

/* 自义定弹窗 */

.t-c {
    text-align: center;
}

.popup_self .popup_content {
    width: 5.94rem;
}

.popup_self .popup_top {
    width: 100%;
    height: 1.16rem;
    line-height: 1.16rem;
    text-align: center;
    background-image: url('./202105_xt_hxl12.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 0.34rem;
    color: white;
    font-family: "思源黑体 CN";
}

.popup_self .popup_text {
    background-color: white;
    padding: 0.6rem 0;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
    font-family: "思源黑体 CN";
    position: relative;
}

.popup_self .popup_text .popup_p1 {
    padding: 0 0.4rem;
    font-size: 0.3rem;
    line-height: 0.48rem;
    color: #272727;
}

.popup_self .fail_btns {
    position: initial;
    margin-top: 0.5rem;
}

.popup_self .fail_time {
    position: initial;
}