.welcome-bg {
    /*background: url("https://image.taotaoxi.cn/wechat-app/face-reading/bg.jpg") 0 0 no-repeat fixed;*/
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    /*background:url("../images/bg.png") no-repeat;*/
    /*background-size: 100%;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
}

.welcome-bg {
    font-size: 0.28rem;
}

.welcome-bg::before {
    content: ' ';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/love-futurn-bg.png) 0 0 no-repeat;
    background-size: 100%;
}

.welcome-img-bg {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.welcome-img {
    width: 80%;
    display: block;
    margin: 0 auto 30px;
}

.welcome-img-people {
    width: 65%;
}

.agreement-content-bg {
    margin: 0 auto;
    color: #cb7a5c;
    font-weight: 700;
    width: 100%;
    position: relative;
    line-height: 36px;
    font-size: 14px;
}

.agreement-text {
    margin-left: 10px;
    text-decoration: underline;
    padding: 10px 0;
}

.footer-bg {
    position: relative;
}

.footer {
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-btn {
    width: 36px;
    height: 36px;
}

.history-btn {
    top: -15vw;
    left: 0;
}

.introduce-btn {
    right: 0;
    top: -15vw;
}

.button-hover {
    opacity: 0.8;
    color: transparent;
    background-color: transparent;
}

.navigator-hover {
    opacity: 0.8;
    color: transparent;
    background-color: transparent;
}

button {
    color: transparent;
    background-color: transparent;
}

.btn-bg {
    padding: 10px;
    line-height: 1;
    z-index: 10;
}

.agreement-img {
    width: 26px;
    height: 26px;
    vertical-align: middle;
    background: url("https://image.taotaoxi.cn/wechat-app/face-reading/agreement-hint.png") 0 100% no-repeat;
    background-size: 100% 230%;
    display: inline-block;
    margin-right: 5px;
}

.toast-bg {
    position: absolute;
    width: 100%;
    top: 45%;
}

.toast {
    width: 80%;
    height: 60px;
    display: block;
    margin: 0 auto;
    background: rgba(46, 3, 3, 0.8);
    color: #ffffff;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    padding: 10px 30px;
    line-height: 40px;
}

.agreement-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.agreement-padding {
    padding: 10px 0;
}

.agreement-content {
    width: 90%;
    height: 73%;
    background: #F6F6F6;
    border-radius: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.agreement-cha {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 8%;
    left: 0;
    right: 0;
    margin: auto;
}

.agreement-content-title {
    color: #E7255B;
    font-size: 19px;
    margin: 20px auto 20px;
}

.agreement-content-view {
    height: 80%;
    overflow-y: auto;
    padding: 0 45px;
    font-size: 14px;
    color: #6B563D;
    line-height: 24px;
}

/**
history
 */

.welcome-history-bg {
    min-height: 80vh;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    margin: 0 auto;
    padding: 40px 0 0 0;
}

.welcome-history-bg::before {
    content: ' ';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/love-futurn-bg.png) 0 0 no-repeat;
    background-size: 100%;
}

.history-list {
    width: 42%;
    height: 205px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 20px 0 rgba(232, 42, 90, 0.2);
    opacity: 0.95;
    border-radius: 8px;
    display: inline-block;
    margin: 4%;
    line-height: 24px;
    padding-top: 13px;
}

.history-list-item-image {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    border-radius: 50%;
    border: 2px solid #C02A1B;
    margin-right: 15px;
}

.history-start-btn {
    background: url("https://image.taotaoxi.cn/wechat-app/face-reading/history-add-btn.png") 0 0 no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 19vw;
    display: block;
    margin: 0 auto;
}

button {
    color: #C02A1B;
    background-color: transparent;
    padding: 0;
    line-height: 1;
    text-align: left;
}

.button-hover {
    opacity: 0.8;
    color: #C02A1B;
    background-color: transparent;
}

.canvas-bg {
    width: 100vw;
    height: 100vh;
    margin: 0 auto;
    position: relative;
    /*background: url("https://image.taotaoxi.cn/wechat-app/face-reading/kuang.png") 0 0 no-repeat;*/
    /*background-size: 100% 100%;*/
}

.canvas-show {
    width: 100%;
    height: 100%;
}

.loading-text {
    color: #FBD779;
    font-size: 20px;
    margin: 28px auto 20px;
}

.animation-loading-bg {
    width: 310px;
    height: 100%;
    margin: 0 auto;
    font-size: 24px;
    /*background:red;*/
}

.animation-loading-bg-bg {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-height: 20vh;
    /*background:red;*/
    overflow: auto;
    position: absolute;
    bottom: 5%;
}

/*.animation-loading-zhe{*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*width: 100%;*/
/*height: 100%;*/
/*z-index: 15;*/
/*!*background:green;*!*/
/*!*background:linear-gradient(0deg,rgba(173,20,25,1) 0,rgba(173,20,25,0.3) 10%,transparent 10%,transparent 90%,rgba(173,20,25,0) 90%,rgba(173,20,25,1) 100%);*!*/
/*}*/
.animation-loading-content {
    color: #fff;
    margin: 0 auto 14px;
    font-size: 12px;
    padding: 0 4px;
}

.canvas-line {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.error-bg {
    width: 80%;
    height: 58%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #F6F6F6;
    border-radius: 8px;
    padding: 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 15;
}

.error-content {
    margin: 16px auto;
    position: relative;
}

.error-title {
    color: #E7255B;
    font-size: 16px;
}

.error-text {
    color: #6B563D;
    font-size: 14px;
    margin-top: 5px;
    height: 30px;
}

.ok {
    width: 25px;
    position: absolute;
    right: 0;
    top: 2px;
}

.restart-btn {
    background: #E7255B;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
    width: 84%;
    height: 35px;
    line-height: 35px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    margin: auto;
}

.welcome-history-view {
    height: 75vh;
    overflow: auto;
    margin: 0 2%;
}

.history-footer {
    position: absolute;
    bottom: 40px;
}

.done-ok {
    width: 70px;
    height: 70px;
    display: block;
    margin: 40px auto;
}

.done-title {
    width: 254px;
    height: 48px;
    display: block;
    margin: 40px auto;
}

.done-color {
    color: #ffdf7d;
    font-size: 30px;
}

.done-button {
    width: 532px;
    height: 115px;
    margin: 30px auto;
    background: url("https://image.taotaoxi.cn/wechat-app/face-reading/done-button.png") 0 0 no-repeat;
    background-size: 100% 100%;
}

.done-message-bg {
    margin: 0 auto;
    padding: 15px 30px;
    background: #7a0b0a;
    font-weight: 600;
    color: #d79a75;
    font-size: 28px;
    width: 340px;
    border-radius: 40px;
}

.done-message-color {
    color: #ffa22a;
}

.baogao-num {
    color: #E7275A;
    font-size: 12px;
    position: absolute;
    bottom: 1vw;
    left: 12px;
}

.baogao-list {
    width: 63%;
    height: 100%;
    float: right;
    font-size: 12px;
    overflow: hidden;
    text-align: left;
    line-height: 12vw;
    position: relative;
}

.baogao-list-swiper {
    width: 100%;
    height: 100%;
}

.baogao-user-img {
    width: 32px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: left;
}

.kefu-btn-bg {
    position: fixed;
    right: 20px;
    top: 640px;
    width: 120px;
    height: 120px;
    z-index: 66;
}

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

button:active, button:focus {
    opacity: 0.8;
    color: transparent;
    background-color: transparent;
    border: 0;
    outline: none;
}

.master-bg {
    width: 7rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.1rem 25px 0.3rem;
    margin: 52px auto 0;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 19px;
    box-shadow: 0.04rem 0.02rem 0.12rem 0px rgba(255, 94, 128, 0.26);
}

.master-icon {
    display: block;
    margin: 14px auto;
    width: 21vw;
}

.title {
    font-size: 20px;
    color: #E7255B;
    margin: 10px auto;
    font-weight: 600;
}

.title-message {
    color: #FFFEFE;
    background: -webkit-linear-gradient(left, #FF5E80, #FE9D7A);
    background: -o-linear-gradient(left, #FF5E80, #FE9D7A);
    background: -moz-linear-gradient(left, #FF5E80, #FE9D7A);
    background: linear-gradient(left, #FF5E80, #FE9D7A);
    border-radius: 14px;
    padding: 0.05rem 0;
    margin: 0.2rem auto;
    width: 80%;
}

.title-content {
    color: #E7255B;
    font-size: 16px;
}

.title-bor {
    width: 2rem;
    margin: 0.2rem auto;
    display: block;
}

.title-img {
    margin: -38px auto 0;
    width: 62px;
    display: block;
    box-shadow: 0.04rem 0.02rem 0.12rem 0px rgba(255, 94, 128, 0.26);
    border-radius: 50%;
}

.message {
    font-size: 14px;
    color: #6B563D;
    line-height: 0.4rem;
}

.title-master {
    margin: 0 auto;
}

.master-view {
    height: 72%;
    overflow: auto;
    color: #6B563D;
}

.year-go-back {
    color: #fff;
    padding-bottom: 5px;
    display: block;
    margin: 0 auto;
    width: 60px;
}

.pay-or-nopay-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 9999;
}

.pay-or-nopay {
    border-radius: 10px;
    background: #fff;
    width: 80%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 15px;
}

.pay-or-nopay div {
    border-bottom: 1px solid #aaa;
    padding: 15px 0;
}

.pay-or-nopay div:last-child {
    border: 0;
}

/*3.0首页*/
.index-top-img {
    width: 87%;
    border-radius: 0 0 20px 20px;
    background: #fff;
    padding: 14px 15px;
    box-sizing: border-box;
    margin: 0 auto 2vh;
    box-shadow: 0 0px 8px 4px #FDE8EE;
}

.welcome-img-logo {
    width: 17%;
}

.welcome-img-titlt {
    width: 93%;
}

.welcome-img-people {
    margin-bottom: 4px;
    width: 75%;
}

.baogao-bg {
    margin: 10px auto 2vh;
    width: 87%;
    height: 12vw;
    border-radius: 6vw;
    background: #fff;
    box-shadow: 0px 0px 4px 3px #FDE8EE;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #E7275A;
}

.baogao-title {
    position: absolute;
    top: 1vw;
    left: 12px;
    font-size: 12px;
}

.baogao-xiang {
    width: 1px;
    height: 70%;
    border-right: 1px solid #E7275A;
    position: absolute;
    left: 35%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.start-btn {
    background: url("../images/index-icon.png") 0 0 no-repeat;
    background-size: 100% 100%;
    width: 20vw;
    height: 20vw;
    margin: 0 auto;
    margin-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-button-box {
    width: 100%;
    position: relative;
}

.agreement-content-bg {
    width: 6vw;
    height: 6vw;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 31%;
    margin: auto;
}

.agreement-content-bg .img {
    width: 100%;
    height: 100%;
}

.tab {
    width: 100%;
    height: 50px;
    background: #FEF2F5;
    position: fixed;
    bottom: 0;
    max-width: 768px;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}

.tab-index {
    width: 50%;
    height: 100%;
    color: #A8A8A8;
    font-size: 10px;
    text-align: center;
}

.tab-index-img {
    width: 18px;
    margin-top: 6px;
}

.tab-index-active {
    color: #E93367;
    background: #fff;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 3px 5px -2px #E93367;
}

.tab-index-active-img {
    width: 22px;
    margin-top: 0;
}

.canvas-effect-bg {
    height: 100%;
}

.canvas-effect {
    width: 100%;
    position: absolute;
}

.canvas-effect-top {
    top: 0;
    left: 0;
}

.canvas-effect-bottom {
    bottom: 0;
    left: 0;
}

.love-fortune-btn {
    width: 225px;
    margin: 0 auto;
    display: block;
}

.love-fortune-box {
    position: absolute;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 1));
    background: -o-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 1));
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 1));
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 1));
    color: #E7255B;
    width: 100%;
    height: 100vh;
    padding-top: 100%;
    left: 0;
    top: 0;
}

.register-img {
    width: 100%;
}

.register-btn {
    color: #fff7a5;
    background: #BC0F20;
    height: 60px;
    line-height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 20px;
}

.register-height {
    height: 60px;
    line-height: 60px;
}

.register-icon-bg {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.75);
    border: 1px solid transparent;
    top: 0;
    z-index: 9;
    margin-top: -100vh;
    position: relative;
}

.register-icon {
    width: 70%;
    margin: 20% auto 0;
    background: #fff;
    padding: 20px;
    z-index: 66;
    font-size: 12px;
}

.shake-rotate {
    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;
    top: 70%;
    left: 5%;
    width: 60px;
}

@keyframes shake-rotate {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }
    50% {
        transform: translate(0px, 0px) rotate(5deg);
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}
