@font-face {
    font-family: 'SourceHanSerifCN';
    /* src: url('../fonts/SourceHanSerifCN-Bold-min.ttf') format('truetype');  */
    src: url('../fonts/SourceHanSerifCN-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.loading-overlay{
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
}
.sk-three-bounce{
    width: 1.4rem;
    height: 1.4rem;
    background: url(https://res.zulong.com/cms/mystyle/house/img/loadingIcon.png) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.7rem;
    margin-top: -0.7rem;
}
* {
    margin: 0;
    padding: 0;
    /* user-select: none; */
}

body {
    background-color: #aff2f8;
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:root {
    font-size: 50px;
    max-width: 750px;
    margin: 0 auto;
}
a:focus,
input:focus,
p:focus,
li:focus,
div:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* -webkit-user-modify: read-write-plaintext-only; */
}

.wrap {
    width: 100%;
    height: 14.4rem;
    background: url(../img/bg.jpg) 0 0 no-repeat;
    background-size: 100%;
    position: relative;
    box-sizing: border-box;
    padding-top: 5.06rem;
    /* overflow: hidden; */
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: -moz-flex;
    -moz-justify-content: center;
    -moz-align-items: center;
    display: -ms-flex;
    -ms-justify-content: center;
    -ms-align-items: center;
    display: -o-flex;
    -o-justify-content: center;
    -o-align-items: center;
}

.flex-space-around {
    display: flex;
    justify-content: space-around;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: space-around;
    -webkit-align-items: center;
    display: -moz-flex;
    -moz-justify-content: space-around;
    -moz-align-items: center;
    display: -ms-flex;
    -ms-justify-content: space-around;
    -ms-align-items: center;
    display: -o-flex;
    -o-justify-content: space-around;
    -o-align-items: center;
}

.flex-column {
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
}

.rewardBox {
    width: 6rem;
    margin: 0 auto;
    overflow: hidden;
}

.rewardBox ul {
    width: 6rem;
    overflow: hidden;
}

.rewardBox ul li .reward {
    width: 1.08rem;
    height: 1.33rem;
    background: url(../img/reward1.png) 0 0 no-repeat;
    background-size: 100%;
    text-align: center;
}

.rewardBox ul li.d2 .reward {
    width: 2.2rem;
    background: url(../img/reward2.png) 0 0 no-repeat;
    background-size: 100%;
}

.rewardBox ul li.d3 .reward {
    width: 2.2rem;
    background: url(../img/reward3.png) 0 0 no-repeat;
    background-size: 100%;
}

.getBtn {
    width: 1.25rem;
    height: 0.46rem;
    background: url(../img/sign.png) 0 0 no-repeat;
    background-size: 100%;
    margin-top: 0.14rem;
}
.getBtn.active {
    background: url(../img/sign1.png) 0 0 no-repeat;
    background-size: 100%;
}

.personal {
    width: 3.8rem;
    height: 0.4rem;
    margin: 0 auto;
    margin-top: 0.6rem;
}

.postCard {
    margin-top: 3.7rem;
}

.postCard p {
    color: #86653b;
    font-weight: bold;
    font-size: 0.2rem;
    text-align: center;
    font-family: SourceHanSerifCN;
    display: none;
}

.postCard p span {
    display: inline-block;
    vertical-align: baseline;
}

.getPostCard {
    display: block;
    width: 2.14rem;
    height: 0.58rem;
    margin: 0 auto;
    background: url(../img/getPostCard.png) 0 0 no-repeat;
    background-size: 100%;
}

.getPostCard.outTime {
    background: url(../img/getPostCardOut.png) 0 0 no-repeat;
    background-size: 100%;
}

.getPostCard.active{
    background: url(../img/received.png) 0 0 no-repeat;
    background-size: 100%;
}

.getPostCard.today_over {
    background: url(../img/today_over.png) 0 0 no-repeat;
    background-size: 100%;
}

.loginBtn {
    width: 1.18rem;
    height: 0.37rem;
    background: url(../img/center_btn.png) 0 0 no-repeat;
    background-size: 100%;
}

.ruleBtn {
    width: 1.18rem;
    height: 0.37rem;
    background: url(../img/rule_btn.png) 0 0 no-repeat;
    background-size: 100%;
}

.rewardsBtn {
    width: 1.18rem;
    height: 0.37rem;
    background: url(../img/reward_btn.png) 0 0 no-repeat;
    background-size: 100%;
}

.logout {
    position: absolute;
    top: 0.28rem;
    right: 1rem;
    font-size: 0.26rem;
    color: #fffff9;
    font-family: SourceHanSerifCN;
    text-shadow: 0 0 6px #43756b;
    display: none;
}

.share {
    position: absolute;
    top: 0.2rem;
    right: 0.22rem;
    width: 0.57rem;
    height: 0.57rem;
    background: url(../img/share.png) 0 0 no-repeat;
    background-size: 100%;

}

.flex {
    display: flex;
    display: -webkit-flex;
    justify-content: left;
    -webkit-justify-content: left;
    align-items: center;
    -webkit-align-items: center;
}

.dialog {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 3;
    display: none;
}

.dialog.alertBox {
    z-index: 4;
}

.dialog .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    font-family: SourceHanSerifCN;
    color: #43756b;
}

.dialog.loginBox {
    /* display: flex; */
}

.dialog.loginBox .inner {
    padding-top: 1rem;
    width: 5.75rem;
    height: 3.78rem;
    background: url(../img/pop/loginBox.png) 0 0 no-repeat;
    background-size: 100%;
}

.dialog.alertBox .inner {
    width: 5.79rem;
    height: 2.8rem;
    background: url(../img/pop/alertBox.png) 0 0 no-repeat;
    background-size: 100%;
}

.dialog.ruleBox .inner {
    width: 6.41rem;
    height: 6.11rem;
    background: url(../img/pop/ruleBox.png) 0 0 no-repeat;
    background-size: 100%;
    padding-top: 0.4rem;
}

.dialog.rewardsBox .inner {
    width: 6.41rem;
    height: 6.11rem;
    background: url(../img/pop/rewardsBox.png) 0 0 no-repeat;
    background-size: 100%;
}

.dialog.getGoodsBox .inner {
    width: 5.81rem;
    height: 3.3rem;
    background: url(../img/pop/pop_addressbg.png) 0 0 no-repeat;
    background-size: 100%;
    font-family: SourceHanSerifCN;
    color: #43756b;
}

.dialog.personalBox .inner {
    width: 6.49em;
    height: 6.37rem;
    background: url(../img/pop/pop_centerbg1.png) 0 0 no-repeat;
    background-size: 100%;
    font-family: SourceHanSerifCN;
    color: #43756b;
    padding-top: 1.4rem;
    box-sizing: border-box;
}

.dialog.personalBox.active .inner {
    width: 6.49em;
    height: 11.91rem;
    background: url(../img/pop/pop_centerbg.png) 0 0 no-repeat;
    background-size: 100%;
    font-family: SourceHanSerifCN;
    color: #43756b;
    padding-top: 1.4rem;
    box-sizing: border-box;
}

.dialog.shareBox .inner {
    width: 5.67em;
    height: 9.55rem;
    background: none;
}

.dialog.shareBox .close {
    right: -0.1rem;
}

.dialog.shareBox p {
    text-align: center;
    font-size: 0.24rem;
    font-family: SourceHanSerifCN;
    color: #b1f3d7;
}

.shareBox img {
    width: 100%;
}

.personalContent {
    width: 5.44rem;
    margin: 0 auto;
}

.yourReward,
.yourGoodsReward {
    width: 100%;
    display: block;
    overflow: hidden;
}

.dialog.personalBox .yourGoodsReward {
    display: none;
}

.dialog.personalBox.active .yourGoodsReward {
    display: block;
}

.yourReward img,
.yourGoodsReward img {
    display: block;
    margin: 0 auto;
    width: 5.07rem;
    height: auto;
}

.yourReward ul {
    display: block;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}

.yourReward li {
    display: block;
    width: 100%;
    height: 1.05rem;
    position: relative;
    margin-bottom: 0.14rem;
    display: none;
}

.yourReward li .code {
    position: absolute;
    top: 0.6rem;
    left: 1.26rem;
    font-size: 0.2rem;
    color: #9ed4bf;
    font-family: SourceHanSerifCN;
}

.yourReward li .copyBtn {
    position: absolute;
    top: 0.3rem;
    right: 0.12rem;
    width: 1.21rem;
    height: 0.42rem;
    background: url(../img/pop/pop_copy.png) 0 0 no-repeat;
    background-size: 100%;
}

.yourReward li.d1 {
    background: url(../img/pop/d1.png) 0 0 no-repeat;
    background-size: 100%;
}

.yourReward li.d2 {
    background: url(../img/pop/d2.png) 0 0 no-repeat;
    background-size: 100%;
}

.yourReward li.d3 {
    background: url(../img/pop/d3.png) 0 0 no-repeat;
    background-size: 100%;
}

.goodsContent {
    width: 100%;
    height: 100%;
    text-align: center;
}

.inputAddress {
    width: 2.44em;
    height: 0.54rem;
    background: url(../img/pop/pop_address.png) 0 0 no-repeat;
    background-size: 100%;
    margin-top: 0.3rem;
    font-family: SourceHanSerifCN;
    color: #43756b;
}

.addressInfo {
    margin: 0.2rem 0;
}

.addressInfo>div {
    margin-bottom: 0.16rem;
}

.addressInfo>div>span {
    font-size: 0.22rem;
}

.input-item input,
.addressInfo>div>input,
.addressInfo>div>textarea {
    box-sizing: border-box;
    display: inline-block;
    font-size: 0.2rem;
    vertical-align: middle;
    background: #50998A;
    border-radius: 0.04rem;
    border: 1px solid #9ED4BF;
    color: white;
    padding-left: 0.08rem;
    min-height: 0.4rem;
    font-family: SourceHanSerifCN;
    width: 3.2rem;
}

.addressInfo>div>input {
    padding-bottom: 0.03rem;
}

.addressInfo>div *:focus {
    outline: none;
}

.addressSubmit {
    display: block;
    margin: 0 auto;
    width: 1.94em;
    height: 0.54rem;
    background: url(../img/pop/address_submit.png) 0 0 no-repeat;
    background-size: 100%;
}

.addressSubmit.active {
    background: url(../img/pop/address_modify.png) 0 0 no-repeat;
    background-size: 100%;

}

.congratulations {
    font-size: 0.28rem;
}

.tabs {
    width: 100%;
    height: 0.9rem;
}

.tabs span {
    width: 48%;
    height: 100%;
}

.ruleContent {
    /* background-color: red; */
    font-size: 0.22rem;
    width: 86%;
    margin-left: 6%;
    max-height: 4.3rem;
    overflow: scroll;
    color: #43756b;
}

.dialog.rewardsBox .ruleContent {
    display: none;
}

.ruleContent p {
    line-height: 1.6;
    margin-bottom: 0.06rem;
}

.alertTxt {
    position: absolute;
    width: 96%;
    left: 47%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1.5;
    font-size: 0.28rem;
    color: #43756b;
    font-family: SourceHanSerifCN;
}

.close {
    width: 0.59rem;
    height: 0.59rem;
    position: absolute;
    right: 0.2rem;
    top: -0.2rem;
    background: url(../img/pop/pop_close.png) 0 0 no-repeat;
    background-size: auto 100%;
}

.input-item {
    margin-bottom: 0.18rem;
    overflow: hidden;
    box-sizing: border-box;
}


.form {
    width: 4.8rem;
    height: auto;
    overflow: hidden;
    margin: 0.2rem 0 0 0.28rem;
    /* background-color: red; */
}

.input-item span {
    line-height: 0.6rem;
    height: 0.6rem;
    font-size: 0.26rem;
    font-weight: bold;
    margin-right: 0.14rem;
}

.input-item input {
    width: 3.34rem;
    /* border: 0.02rem solid #7a8acd; */
    /* border-radius: 0; */
    appearance: none;
    -webkit-appearance: none;
    height: 0.5rem;
    text-indent: 0.1rem;
    box-sizing: border-box;
    font-size: 0.24rem;
    padding-bottom: 0.03rem;
}

.input-message input {
    width: 1.7rem;
    float: right;
    margin-right: 0.04rem;
}

.personalContent input::placeholder,
.personalContent textarea::placeholder,
.input-item input::placeholder {
    color: #c5dbd3;
    font-size: 0.2rem;
}

.personalContent input:hover,
.personalContent input:focus,
.personalContent textarea:hover,
.personalContent textarea:focus,
.input-item input:hover,
.input-item input:focus {
    outline: none;
}

#TencentCaptcha {
    padding: 0;
    border: none;
    outline: none;
    width: 1.6rem;
    height: 0.5rem;
    box-sizing: border-box;
    /* line-height: 0.5rem; */
    text-align: center;
    cursor: pointer;
    display: block;
    font-family: SourceHanSerifCN;
    font-size: 0.22rem;
    background-color: #50998A;
    color: #fff;
    float: right;
    border-radius: 0.4rem;
    border: 1px solid #9ED4BF;
    padding-bottom: 0.03rem;
}

#TencentCaptcha[disabled=disabled] {
    color: #c5dbd3;
}

.dialog .inner .login-btn {
    width: 1.39rem;
    height: 0.54rem;
    background: url(../img/pop/login_btn.png) 0 0 no-repeat;
    background-size: 100%;
    margin: 0 auto;
}


#orientLayer {
    display: none;
    z-index: 999999;
}

.mod-orient-layer {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 9997;
}

.mod-orient-layer__content {
    position: absolute;
    width: 100%;
    top: 45%;
    margin-top: -75px;
    text-align: center;
    display: none;
}

.mod-orient-layer__icon-orient {
    background-image: url(data:image/png;base64,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);
    display: inline-block;
    width: 67px;
    height: 100px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -webkit-animation: rotation infinite 1.5s ease-in-out;
    animation: rotation infinite 1.5s ease-in-out;
    -webkit-background-size: 67px;
    background-size: 67px;
}
.desktop .mod-orient-layer__content.pc {
    display: block;
}
.mobile .mod-orient-layer__content.mobile {
    display: block;
}

.mod-orient-layer__desc {
    font-size: 16px;
    color: #fff;
}

@keyframes rotation {
    10% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }

    50%,
    60% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    90% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }

    100% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }
}

/* @media screen and (min-aspect-ratio: 12 / 7) {
    #orientLayer {
        display: block;
    }
} */

.landscape #orientLayer,.desktop #orientLayer {
    display: block;
}