div,
h1 {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.ttx-older {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding-bottom: 50px;
}

.result-header {
    width: 100%;
    background: url('../images/result-headerBg.png') center no-repeat;
    background-size: 100%;
}

.pay-lock-header {
    width: 100%;
    height: 630px;
    background: url('https://image.taotaoxi.cn/wechat-app/face-reading/result/pay-lock-bg.png') center no-repeat;
    background-size: 100% 100%;
}

/* face */

.face-detail {
    max-width: 100%;
    height: 6.6rem;
    overflow: hidden;
    z-index: 2;
}

.faceAnimate {
    width: 375px;
    height: 335px;
    z-index: 2;
}

.faceAbsoulte {
    position: absolute;
    top: 0;
    left: 0;
    width: 375px;
    height: 335px;
    z-index: 5;
}

.face-count {
    width: 100%;
    height: 6.24rem;
}

.face-count-warn {
    width: 90%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 22px;
    color: rgba(248, 234, 166, 1);
}

.face-count-price {
    width: 60%;
    margin: 16px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.face-count-price span {
    font-size: 15px;
    line-height: 22px;
    color: rgba(248, 234, 166, 1);
}

.face-count-price span:nth-of-type(1) {
    text-decoration: line-through;
}

.face-count-warn span {
    background: rgba(171, 1, 0, 1);
}

.face-count-price span:nth-of-type(2) {
    background: rgba(171, 1, 0, 1);
    padding: 0 5px;
}

.pay-button {
    width: 271px;
    height: 44px;
    background: url('https://image.taotaoxi.cn/wechat-app/face-reading/result/pay-lock-button.png') center no-repeat;
    background-size: 100%;
    margin: 6px auto 0;
}

.fix-box {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 15px 0;
    background: rgba(0, 0, 0, .7);
    z-index: 99;
}

.fix-pay-button {
    width: 271px;
    height: 44px;
    margin: 0 auto;
    background: url('https://image.taotaoxi.cn/wechat-app/face-reading/result/pay-lock-button.png') center no-repeat;
    background-size: 100%;
}

.face-overview {
    width: 100%;
    margin-top: -0.7rem;
}

.face-overview-result {
    width: 100%;
    padding-top: 20px;
    background: url('https://image.taotaoxi.cn/wechat-app/face-reading/result/result-cirLine.png') center 0% no-repeat;
    background-size: 100%;
}

/* count-header */

.count-header {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    height: 1.46rem;
    align-items: center;
}

.count-share {
    width: 81px;
    height: 32px;
    background: url('https://image.taotaoxi.cn/wechat-app/face-reading/result/result-share.png') center no-repeat;
    background-size: 100%;
    position: fixed;
    top: 450px;
    right: 0;
    z-index: 99;
}

.count-photo {
    width: 70px;
    height: 65px;
    background: url('../images/result-refreshPhoto.png') center no-repeat;
    background-size: 100% 100%;
    animation-name: shake-rotate;
    animation-play-state: running;
    animation-delay: 0s;
    animation-timing-function: ease-in-out;
    animation-duration: 400ms;
    animation-iteration-count: infinite ;
    position: fixed;
    left: 0.4rem;
    top: 50%;
    z-index: 15;
}

.count-center {
    width: 2.3rem;
    height: 2.12rem;
    line-height: 2.18rem;
    font-size: 0.84rem;
    text-shadow: #FFFFFF 2px 0 0, #FFFFFF 0 2px 0, #FFFFFF -2px 0 0, #FFFFFF 0 -2px 0;
    -webkit-text-shadow: #FFFFFF 2px 0 0, #FFFFFF 0 2px 0, #FFFFFF -2px 0 0, #FFFFFF 0 -2px 0;
    -moz-text-shadow: #FFFFFF 2px 0 0, #FFFFFF 0 2px 0, #FFFFFF -2px 0 0, #FFFFFF 0 -2px 0;
    text-align: center;
}

.count-footer {
    width: 85%;
    height: 2.24rem;
    margin: 0.54rem auto 0;
    background: url('../images/result-line.png') center no-repeat;
    background-size: 100% 100%;
    padding: 1px 2%;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-end;
}

.count-footer div {
    background: linear-gradient(180deg, rgba(231, 35, 91, 1) 0%, rgba(247, 181, 74, 1) 100%);
    background: -webkit-linear-gradient(270deg, rgba(231, 35, 91, 1) 0%, rgba(247, 181, 74, 1) 100%);
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.count-data-ani {
    height: 1%;
    transition: 1.5s all;
}

.count-sign {
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 2px 2% 0;
}

.count-sign div {
    font-size: 12px;
    color: #878687;
    white-space: nowrap;
}

/* 分类 */

.overview-header {
    width: 58%;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: -0.3rem;
    left: 1.3rem;
}

.overview-content {
    width: 84.8%;
    margin: 0.7rem auto 0.4rem;
    border-radius: 0.25rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0.0rem 0.03rem 0.72rem 0.02rem rgba(255, 94, 128, 0.26);
    font-size: 0.26rem;
    color: #373737;
    line-height: 0.4rem;
    padding: 0.4rem;
    font-size: 16px;
}

.module {
    position: relative;
    width: 84.8%;
    margin: 0 auto 0.4rem;
    border-radius: 0.08rem;
    font-size: 0.28rem;
    color: #ab0100;
    line-height: 0.4rem;
    padding: 0.4rem;
    border-radius: 0.25rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0.0rem 0.03rem 0.72rem 0.02rem rgba(255, 94, 128, 0.26);
}

.hide {
    position: relative;
    height: 355px;
    overflow: hidden;
}

.hideMark {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 117px;
}

.hiden {
    width: 100%;
    background: url('https://image.taotaoxi.cn/wechat-app/face-reading/result/result-mark.png') center no-repeat;
    background-size: 100%;
}

.hideBtn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #AB0100;
    font-size: 12px;
    padding-left: 20px;
    text-align: center;
}

.module-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
}

.module-line {
    width: 100%;
    border-top: 1px #e8be95 solid;
}

.foot-keyworks {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

.foot-keyworks div {
    text-align: center;
    white-space: nowrap;
    border-radius: 2px;
    background: #AB0100;
    color: #F8EAA6;
    font-size: 14px;
    width: 24%;
    height: 22px;
    line-height: 22px;
    margin: 13px 1% 0 0;
}

.header-title,
.header-type {
    width: 105px;
}

.header-title {
    display: flex;
    justify-content: space-between;
}

.header-type {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.header-userImg {
    width: 136px;
    height: 103px;
    zoom: 0.5;
    border-radius: 0.2rem;
}

.header-userType {
    width: 40px;
    height: 50px;
    margin-left: 0.4rem;
    margin-top: 0.1rem;
}

.header-type .type-font {
    text-align: center;
    white-space: nowrap;
    border-radius: 0.16rem;
    background: #E7255B;
    color: #FFFFFF;
    font-size: 0.24rem;
    height: 0.44rem;
    line-height: 0.44rem;
    margin: 0 0.04rem 0.04rem;
    padding: 0.02rem 0.14rem 0.48rem;
}

.body-one {
    margin: 10px 0 15px;
}

.body-title {
    font-size: 16px;
    font-weight: bold;
    color: #E7255B;
    text-align: left;
    transform: translateX(-8px);
}

.body-content {
    font-size: 16px;
    color: #565656;
    text-align: left;
    line-height: 1.5;
}

.body-image {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}

/* 标题 */

.five-title {
    width: 100%;
    height: 20px;
}

.title-1 {
    width: 5.5rem;
    height: 0.7rem;
    position: absolute;
    top: -0.3rem;
}

.title-3 {
    width: 58%;
    position: absolute;
    top: -0.4rem;
    left: 1.2rem;
}

/* 眼睛/字体背景 */

.header-userEyebrow {
    background: url('../images/result-eyebrow.png') center 0% no-repeat;
    background-size: 100%;
}

.header-userEye {
    background: url('../images/result-eye.png') center 0% no-repeat;
    background-size: 100%;
}

.header-userFaceType {
    background: url('../images/result-faceType.png') center 0% no-repeat;
    background-size: 100%;
}

.header-userFloor {
    background: url('../images/result-floor.png') center 0% no-repeat;
    background-size: 100%;
}

.header-userNose {
    background: url('../images/result-nose.png') center 0% no-repeat;
    background-size: 100%;
}

/* 下边距 */

.bottom-15 {
    margin-bottom: 15px;
}

.bottom-10 {
    margin-bottom: 10px;
}

/* 流年运势 */

.fullYearResult {
    padding: 20px 0;
    background: #FFFFFF;
    width: 89.8%;
    margin: 0 auto 20px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 20px;
    color: #77767C;
}

.fullYear {
    padding: 0.4rem 0;
    border-radius: 0.25rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0.0rem 0.03rem 0.72rem 0.02rem rgba(255, 94, 128, 0.26);
    width: 84.8%;
    margin: 0.7rem auto 0.4rem;
    font-size: 0.26rem;
    line-height: 0.4rem;
    color: #757575;
    position: relative;
}

.fullYears {
    padding: 0.4rem 0;
    border-radius: 0.25rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0.0rem 0.03rem 0.72rem 0.02rem rgba(255, 94, 128, 0.26);
    width: 84.8%;
    margin: 0.7rem auto 0.4rem;
    font-size: 13px;
    color: #757575;
    position: relative;
}

.fullYear-content {
    padding: 0 25px;
}

/* 分享卡片 */

.shareFullYear {
    width: 89.8%;
    position: relative;
    margin: 0 auto 20px;
    background: url('../images/share-border.png') no-repeat 0 0;
    background-size: 100% 100%;
    padding: 0.1rem;
}

.fullYearCanvas {
    width: 100%;
    max-width: 100%;
    display: block;
    opacity: 0;
}

.bottomShare {
    display: block;
    margin: 0 auto 50px;
    width: 164px;
}

.fullYear-data {
    width: 89.5%;
    height: 240px;
    margin: 0 auto;
}

.fullYear-switch {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    color: #757575;
    font-size: 15px;
    margin-top: 20px;
}

.fullYear-switch div {
    margin-right: 20px;
    position: relative;
}

.fullYear-switch div:nth-last-child(1) {
    margin-right: 0;
}

.switch-active::before {
    display: block;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 10px solid #E7255B;
    border-right: 10px solid transparent;
    top: -10px;
    left: 10px;
    transform: rotate(-45deg);
}

.fullYearHiden {
    position: relative;
    height: 480px;
    overflow: hidden;
}

.fullYear-hiden {
    position: absolute;
    width: 100%;
    height: 157px;
    bottom: -2px;
    left: 0;
}

.fullYear-share {
    width: 250px;
    height: 41px;
    background: url(https://image.taotaoxi.cn/wechat-app/face-reading/result/fullYearShare.png) center no-repeat;
    background-size: 100%;
}

.hiden-white {
    width: 100%;
    height: 77px;
    background: url('https://image.taotaoxi.cn/wechat-app/face-reading/result/whiteMark.png') center no-repeat;
    background-size: 100%;
}

.hiden-share {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
}

.fullYearTitle {
    padding: 2px;
}

/* 五行 */

.ico {
    width: 49%;
    height: 94px;
    color: #fff;
    font-size: 20px;
    line-height: 94px;
    padding-right: 5%;
    text-align: right;
}

.ico-fire {
    background: url('https://image.taotaoxi.cn/wechat-app/face-reading/result/ico-fire.png') center no-repeat;
    background-size: 100%;
}

.ico-wood {
    background: url('https://image.taotaoxi.cn/wechat-app/face-reading/result/ico-wood.png') center no-repeat;
    background-size: 100%;
}

.ico-floor {
    background: url('https://image.taotaoxi.cn/wechat-app/face-reading/result/ico-floor.png') center no-repeat;
    background-size: 100%;
}

.ico-gold {
    background: url('https://image.taotaoxi.cn/wechat-app/face-reading/result/ico-gold.png') center no-repeat;
    background-size: 100%;
}

.ico-water {
    background: url('https://image.taotaoxi.cn/wechat-app/face-reading/result/ico-water.png') center no-repeat;
    background-size: 100%;
}

.abstract {
}

.eyebrow,
.eye,
.nose,
.floor,
.faceType,
.fiveFaceDetail {
    position: relative;
}

.eyebrow::after,
.eye::after,
.nose::after,
.floor::after,
.faceType::after,
.abstract::after,
.fiveFaceDetail::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 11px;
    width: 100%;
}

/*.eye::after{*/

/*width: 93%;*/

/*height: 138px;*/

/*background: #F7EDBA url(https://image.taotaoxi.cn/wechat-app/face-reading/result/pay-lock-eye.png) center no-repeat;*/

/*background-size: 100%;*/

/*}*/

/*.eyebrow::after{*/

/*width:93%;*/

/*height: 138px;*/

/*background: #F7EDBA url(https://image.taotaoxi.cn/wechat-app/face-reading/result/pay-lock-eyebrow.png) center no-repeat;*/

/*background-size: 100%;*/

/*}*/

.nose-no-pay {
    width: 100%;
    height: 110px;
    background: #F7EDBA url(../images/pay-lock-nose-v2.png) center no-repeat;
    background-size: 100%;
}

/*.floor::after{*/

/*width: 93%;*/

/*height: 138px;*/

/*background: #F7EDBA url(https://image.taotaoxi.cn/wechat-app/face-reading/result/pay-lock-floor.png) center no-repeat;*/

/*background-size: 100%;*/

/*}*/

/*.faceType::after{*/

/*width: 93%;*/

/*height: 138px;*/

/*background: #F7EDBA url(https://image.taotaoxi.cn/wechat-app/face-reading/result/pay-lock-faceType.png) center no-repeat;*/

/*background-size: 100%;*/

/*}*/

/*.abstract::after{*/

/*width: 93%;*/

/*height: 138px;*/

/*background: #F7EDBA url(https://image.taotaoxi.cn/wechat-app/face-reading/result/pay-lock-abstract.png) center no-repeat;*/

/*background-size: 100%;*/

/*}*/

/*.fiveFaceDetail::after{*/

/*width: 93%;*/

/*height: 138px;*/

/*background: #F7EDBA url(https://image.taotaoxi.cn/wechat-app/face-reading/result/pay-lock-five.png) center no-repeat;*/

/*background-size: 100%;*/

/*}*/

ec-canvas {
    width: 100%;
    height: 100%;
}

.shareAndSave {
    font-size: 0.24rem;
    text-align: center;
    margin: 0.2rem 0;
}

.shareAndSave img {
    width: 164px;
    height: 40px;
}

.pay-banner {
    width: 89.8%;
    margin: 0 auto 18px;
}

.banner-item {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.banner-item:nth-last-child(1) {
    margin: -0.5rem auto 0;
}

.banner-item img {
    width: 100%;
}

.kefu-btn-bg {
    position: fixed;
    right: 10px;
    top: 375px;
    width: 60px;
    height: 60px;
    z-index: 66;
}

.kefu-btn {
    width: 100%;
    height: 100%;
}

.moreDetail {
    position: relative;
    width: 6em;
    font-size: 16px;
    font-weight: 500;
    color: rgba(248, 234, 166, 1);
    line-height: 18px;
    text-align: center;
    margin: 15px auto 20px;
}

.moreTest {
    width: 6rem;
    margin: 0rem auto 0;
    display: block;
}

.moreDetail:before,
.moreDetail:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    background: rgba(248, 234, 166, 1);
}

.moreDetail:before {
    left: -3em;
    top: .5em;
}

.moreDetail:after {
    right: -3em;
    top: .5em;
}

#img {
    position: absolute;
    top: 1%;
    left: 1%;
    width: 98%;
    height: 98%;
}

#img > img {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
    vertical-align: bottom;
    border-radius: 10px;
    overflow: hidden;
}

h1 {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fix-share {
    position: fixed;
    top: 368px;
    right: 0;
    width: 81px;
    height: 32px;
    background: url('https://image.taotaoxi.cn/wechat-app/face-reading/result/result-share.png') center no-repeat;
    background-size: 100%;
}

.fix2share {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7) url('https://image.taotaoxi.cn/wechat-app/face-reading/result/fix2share.png') center 0 no-repeat;
    background-size: 90%;
    z-index: 99;
}

.to-bottom {
    position: fixed;
    bottom: 0;
    left: 4px;
    z-index: 99;
    animation: 1s bottom-1 linear infinite;
    margin-bottom: 50px;
    width: 100%;
}

.to-bottom-img {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.welcome-yin-dao-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: flex-end;
}

.welcome-yin-dao {
    width: 100%;
}

.module-body {
    position: relative;
}

.no-paid {
    background: linear-gradient(rgba(255, 255, 255, 0),rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 1));
    height: 180px;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-items: center;
}

.no-paid-btn {
    width: 70%;
    margin: 0 auto;
}

.banner-item  .click-test {
    width: 40%;
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: 22%;
    left: 30%;
}
