@charset "UTF-8";

html {
    height: 100%;
    font-family: "Microsoft YaHei", sans-serif;
}

* {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
}

img,
input,
select {
    border: 0;
    vertical-align: middle;
}

ul,
ol {
    list-style: none outside none;
}

a,
div,
select {
    -webkit-tap-highlight-color: transparent;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

a,
a:link,
a:visited,
a:focus {
    text-decoration: none;
    /* color: #333; */
}

[v-cloak] {
    display: none;
}

html {
    font-size: 50px;
    overflow-x: hidden;
}

body {
    min-width: 320px;
    max-width: 640px;
    margin: 0 auto;
    color: #333;
    padding: 0;
    font: normal 0.12em/1.4 "Microsoft YaHei", Verdana, sans-serif;
    overflow-x: hidden;
    font-size: 0.24rem;
    height: 100%;
}

.none {
    display: none;
}

.noSource {
    color: white;
    text-align: center;
    padding: 1rem;
}

/* 引导分享 分享右指 */
.share_img {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 111;
}

.share_img img {
    width: 76%;
    margin: auto;
    display: block;
}

.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: url("//img1.40017.cn/cn/s/ZhuanTi/2015/24580/rgba5.png");
}

.loading img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.showErrBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: url("//img1.40017.cn/cn/s/ZhuanTi/2015/24580/rgba5.png");
    display: none;
}

.showErrBox .showErr {
    width: 5.4rem;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 100;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    text-align: center;
    font-size: 0.24rem;
    color: #333;
    background: white;
    padding: 0.2rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.top {
    position: relative;
}

.top img {
    width: 100%;
}

.top .btn {
    position: absolute;
    left: 50%;
    bottom: .3rem;
    margin-left: -1.95rem;
    -webkit-animation: scale .7s infinite both linear;
    animation: scale .7s infinite both linear;
}

.app {
    height: 100%;
}

/* 首页 */
.page1 {
    overflow: hidden;
    min-height: 100%;
    position: relative;
}

.page1 .top {
    height: 6.55rem;
}

.page2 {
    overflow: hidden;
    position: relative;
    min-height: 100%;
    background: url(https://img1.40017.cn/cn/s/2018/zt/touch/198192/top2.jpg) 0 0/100% no-repeat #f13729;
}

.btn {
    width: 3.9rem;
    height: .83rem;
    line-height: .83rem;
    text-align: center;
    color: #fff;
    font-size: .36rem;
    font-weight: 600;
    color: #fd4b27;
    margin: auto;
    display: block;
    background: url(https://img1.40017.cn/cn/s/2018/zt/touch/198192/btn.png) 0 0/100% no-repeat;
}

.rule-btn {
    position: absolute;
    right: 0;
    top: 1rem;
    z-index: 1;
    font-weight: 600;
    width: .44rem;
    /* height: 1.3rem; */
    line-height: .28rem;
    text-align: center;
    color: #fd5c51;
    font-size: .26rem;
    -webkit-border-radius: .2rem 0 0 .2rem;
    border-radius: .2rem 0 0 .2rem;
    background: #fff3aa;
    padding: .1rem 0;
}

.my-btn {
    position: absolute;
    right: .2rem;
    top: 4.5rem;
    z-index: 1;
    width: .95rem;
    height: .95rem;
    background: url(https://img1.40017.cn/cn/s/2018/zt/touch/198192/my.png) 0 0/100% no-repeat;
}

.page2 .my-btn {
    top: 2.8rem;
}

@keyframes scale {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.page1 .content {
    margin: 0 .2rem .3rem;
    -webkit-border-radius: .2rem;
    border-radius: .2rem;
    background: #fff;
    padding-bottom: .15rem;
}

.page1 .abstract {
    width: 100%;
}

.tit {


    background: url(https://img1.40017.cn/cn/s/2018/zt/touch/198192/tit.png) 0 0/100% 100% no-repeat;
    width: 2rem;
    height: .48rem;
    line-height: .48rem;
    margin: 0 auto .3rem;
    text-align: center;
    color: #fd5c51;
    font-size: .32rem;
    font-weight: 600;
}

.hb-ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: .2rem;
    margin: 0 .2rem .2rem;
    flex-wrap: wrap;
}


.hb-ul2 li {
    background: url(https://img1.40017.cn/cn/s/2018/zt/touch/198192/quan2.png) 0 0/100% no-repeat;
    width: 1.8rem;
    height: 1.4rem;
    text-align: center;
    padding-top: .3rem;
    margin-bottom: 0.1rem;
}

.hb-ul2 h5 {
    color: #ff4c54;
    font-size: .2rem;
    font-weight: 600;
}

.hb-ul2 p {
    color: #666;
    font-size: .18rem;
}

.hb-ul2 .price {
    font-size: .16rem;
    color: #ff4c54;
    font-weight: 600;
    line-height: .25rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.hb-ul2 .price span {
    font-size: .3rem;
}

/* 邀请好友助力 */
.top-hb-price {
    font-size: .42rem;
    color: #fc4d40;
    text-align: center;
    font-weight: 600;
    margin: 1.3rem 0;
}

.top-hb-price span {
    font-size: 1.02rem;
    line-height: 1rem;
}

.hint-txt {
    font-size: .36rem;
    line-height: .47rem;
    text-align: center;
    margin-bottom: .2rem;
    color: #fff;
}

.progress-box {
    padding: .3rem 1rem .3rem;
}

.progress-box .progress {
    background: #dd3722;
    -webkit-border-radius: .16rem;
    border-radius: .16rem;
    width: 100%;
    height: .16rem;
    margin: .3rem auto .1rem;
    position: relative;
    padding: .03rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.progress-box .label {
    position: absolute;
    right: 0;
    bottom: .3rem;
    color: #fff;
    font-size: .24rem;
    background: #dd3722;
    height: .3rem;
    line-height: .3rem;
    -webkit-border-radius: .05rem;
    border-radius: .05rem;
    padding: 0 .1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateX(45%);
    -ms-transform: translateX(45%);
    transform: translateX(45%);
    white-space: nowrap;
}

.progress-box .label:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -.1rem;
    width: 0;
    height: 0;
    border-top: .1rem solid #dd3722;
    border-left: .07rem solid transparent;
    border-right: .07rem solid transparent;
}

.progerss-count {
    position: absolute;
    right: -.2rem;
    top: .2rem;
    width: 100%;
    font-size: .24rem;
    height: .23rem;
    line-height: .23rem;
    color: #fff;
    text-align: right;
    padding-right: .1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
}

.progress-box .total-count {
    width: 100%;
    font-size: .24rem;
    height: .23rem;
    line-height: .23rem;
    color: #fff;
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.progress-box .progress-width {
    position: relative;
    height: .1rem;
    background: -webkit-linear-gradient(left, #fb066b, #ff5a47);
    background: #ffb32a;
    -webkit-border-radius: .1rem;
    border-radius: .1rem;
}

.btn-box {
    margin-bottom: .3rem;
}

.friend-list {
    margin: 0 .2rem .3rem;
    -webkit-border-radius: .2rem;
    border-radius: .2rem;
    background: #fff;
    padding-bottom: .15rem;
    overflow: hidden;
    padding: 0 .3rem;
}

.friend-list .tit {
    background: url(https://img1.40017.cn/cn/s/2018/zt/touch/198192/tit.png) 0 0/100% no-repeat;
    width: 3.1rem;
    height: .6rem;
    line-height: .58rem;
    margin: .2rem auto 0;
}

.friend-list li {
    padding: .3rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
}

.friend-list li:last-child {
    border-bottom: none;
}

.friend-list .head {
    width: .72rem;
    height: .72rem;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin-right: .2rem;
}

.friend-list .center {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: .2rem;
}

.friend-list .center .nickname {
    font-size: .28rem;
    color: #333;
}

.friend-list .center .hint {
    font-size: .2rem;
    color: #999;
}

.friend-list .right {
    color: #333;
    font-size: .3rem;
}

.get-quan-show .quan-box {
    width: 5.2rem;
    height: 1.35rem;
    background: url(https://img1.40017.cn/cn/s/2018/zt/touch/198192/quan5.png) 0 0/100% no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto .2rem;
}

.get-quan-show .quan-box .price {
    font-size: .28rem;
    color: #fc4d40;
    font-weight: 600;
    width: 1.45rem;
    text-align: center;
}

.get-quan-show .quan-box .price span {
    font-size: .72rem;
}

.get-quan-show .quan-box .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: .3rem;
    padding-right: .2rem;
}

.get-quan-show .quan-box .right h5 {
    font-size: .26rem;
    color: #fc4d40;
}

.get-quan-show .quan-box .right p {
    font-size: .2rem;
    color: #ae4e00;
}

.get-quan-show .quan-hint {
    text-align: center;
    color: #fff;
    margin-bottom: .3rem;
}

.yellow {
    color: #ffe501;
}

.hbPop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.hbPop .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 5.6rem;
    height: 7rem;
    color: #fff;
}

.hbPop .container .close {
    position: absolute;
    top: .1rem;
    right: -.3rem;
    width: 1rem;
    height: 1rem;
    text-align: center;
    line-height: 1rem;
    background: url(https://img1.40017.cn/cn/s/2018/zt/touch/198192/close.png) no-repeat center center/60%;
}



.hbPop .tit {
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: .3rem;
    line-height: 1.2rem;
    background: url(https://img1.40017.cn/cn/s/2018/zt/touch/198192/pop-bg.png) no-repeat center bottom/100%;
    height: 1rem;
    width: 100%;
    margin: 0;
}

.hbPop .rulesPopCon {
    background: #fff;
    -webkit-border-radius: 0 0 .2rem .2rem;
    border-radius: 0 0 .2rem .2rem;
    color: #333;
    font-size: .2rem;
    line-height: .35rem;
    padding: .3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}


.hbPop .rulesPopCon p {
    height: 6rem;
    overflow-y: auto;
}

.page3 {
    background: #f0eff5;
    min-height: 100%;
}

.page3 .title {
    color: #666;
    font-size: .36rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: .3rem;
    padding-top: .5rem;
}

.page3 .title::before,
.page3 .title::after {
    content: '';
    width: 1.2rem;
    border-top: 1px solid #cfcdd5;
    margin: 0 .2rem;
}

.btn-green {
    width: 4.7rem;
    height: .86rem;
    line-height: .86rem;
    text-align: center;
    font-size: .36rem;
    color: #fff;
    -webkit-border-radius: .86rem;
    border-radius: .86rem;
    background: #50b400;
    margin: .2rem auto .5rem;
    display: block;
}

.page3 .hint {
    text-align: center;
    font-size: .3rem;
    color: #999;
    height: 3rem;
    background: url(https://img1.40017.cn/cn/s/2018/zt/touch/198192/bag1.png) no-repeat center bottom/55%;
}

.page3 .get-quan-show {
    -webkit-border-radius: .2rem;
    border-radius: .2rem;
    background: #fff;
    padding: .2rem;
    margin: 0 .3rem .5rem;
}

.page3 .get-quan-show .quan-box {
    background: url(https://img1.40017.cn/cn/s/2018/zt/touch/198192/quan3.png) no-repeat center bottom/100%;
}

.page3 .quan-hint {
    color: #333;
    font-size: .3rem;
    margin: .2rem 0;
}

.btn-red {
    width: 2.4rem;
    height: .7rem;
    line-height: .7rem;
    text-align: center;
    font-size: .3rem;
    color: #fff;
    -webkit-border-radius: .7rem;
    border-radius: .7rem;
    background: #fc4d40;
    margin: .2rem auto;
}

.page3 .get-quan-show.get {
    background: none;
    margin: 0;
}

.page3 .get-quan-show.get .quan-box {
    position: relative;
    background: url(https://img1.40017.cn/cn/s/2018/zt/touch/198192/quan4.png) no-repeat center bottom/100% 100%;
    height: 1.7rem;
}

.page3 .get-quan-show.get .price {
    color: #fff;
}

.page3 .get-quan-show.get .right h5 {
    color: #ffce08;
}

.page3 .get-quan-show.get .right p {
    color: #fff;
    margin-top: .1rem;
}

.page3 .go-btn {
    background: #fff;
    -webkit-border-radius: .3rem;
    border-radius: .3rem;
    height: .3rem;
    line-height: .3rem;
    text-align: center;
    width: .96rem;
    font-size: .2rem;
    color: #fc4d40;
    position: absolute;
    right: .3rem;
    bottom: .1rem;
}

.hbPop .cont {
    width: 3.72rem;
    height: 4.2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hbPop .cont img {
    display: block;
    width: 100%;
    height: 100%;
}

.hbPop .cont .qiang-btn {
    position: absolute;
    bottom: .7rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1.2rem;
    height: 1.2rem;
}