* {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    word-wrap: break-word !important;
}

* {
    padding: 0px;
    margin: 0px;
}

li {
    line-height: 25px;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.6;
    height: 100%;
    background: url(../images/bg.bin) top center no-repeat #c4d5ff;
    background-size: 1920px auto;
    background-attachment: fixed;
}

body {
    -webkit-touch-callout: none;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, "Microsoft YaHei", "΢���ź�", Arial, sans-serif;
    line-height: inherit;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-size: 16px
}

.wraper {
    max-width: 700px;
    width: 100%;
    margin: auto;
    background-color: #ffffff;
}

.bg {
    width: 100%;
    height: 180px;
    background-image: url("../img/headBg.jpg"
    /*tpa=https://jz3d8888.com/images/headBg.jpg*/
    );
    background-size: 100% 100%;
    position: relative;
}

.container[data-v-a70d6d9e] {
    max-width: 700px;
    width: 94%;
    margin: -85px auto 0px;
}

.container .yuzhua-navigation[data-v-a70d6d9e] {
    width: 100%;
    padding: 18px;
    margin-bottom: 0px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    background: #fff;
}

.container .yuzhua-navigation .navigation-row[data-v-a70d6d9e] {
    display: flex;
    justify-content: space-between;
}

.container .yuzhua-navigation .navigation-row .navigation-item[data-v-a70d6d9e] {
    display: block;
    text-decoration: none;
    text-align: center;
}

.container .yuzhua-navigation .navigation-row .navigation-item .icon[data-v-a70d6d9e] {
    display: block;
    width: 62px;
    height: 62px;
    margin-bottom: 10px;
}

.container .yuzhua-navigation .navigation-row .navigation-item .name[data-v-a70d6d9e] {
    font-size: 14px;
    font-weight: 700;
    color: #3f3f3f;
}

.container .yuzhua-transaction-data[data-v-a70d6d9e] {
    padding: 10px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #d21712;
    border-radius: 5px;
    margin-top: 15px;
}

.container .yuzhua-transaction-data .title[data-v-a70d6d9e] {
    display: flex;
    align-items: center;
}

.container .yuzhua-transaction-data .title .icon-money[data-v-a70d6d9e] {
    display: block;
    width: 15px;
    height: 15px;
    margin-right: 1.066667vw;
}

.container .yuzhua-transaction-data .title span[data-v-a70d6d9e] {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

.container .yuzhua-transaction-data .data[data-v-a70d6d9e] {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

.container .yuzhua-transaction-data .data span[data-v-a70d6d9e] {
    padding: .266667vw .8vw;
    font-size: 16px;
    font-weight: 600;
    color: #fbff00;
    line-height: 16px;
    border-radius: 5px;
    border: 1px solid #fbff00;
}

/* 步骤开始 */

.row-index6 {
    padding: 10px 0;
    display: block;
    width: 94%;
    height: auto;
    margin: 0 auto;
}

.row-index6 .g-tite1 {
    padding: 10px 10px 20px;
    text-align: center;
    font-size: 20px;
}

.g-tite1 span {
    display: inline-block;
    position: relative;
    z-index: 1;
    color: #000;
}

.g-tite1 span::before {
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
    right: -7px;
    bottom: -2px;
    background-image: url(../images/e-icon2.bin);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.g-tite1 span::after {
    width: 19px;
    height: 22px;
    position: absolute;
    content: "";
    left: -12px;
    top: -5px;
    background-image: url(../images/e-icon1.bin);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.g-tite1 .desc {
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    padding-top: .13rem;
}

.row-index6 ul {
    list-style: none;
}

.ul-liste3 li {
    margin-bottom: 15px;
}

.ul-liste3 .con {
    display: block;
    padding: 15px;
    background: #F3F5F9;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    text-decoration: none;
}

.ul-liste3 .top {
    overflow: hidden;
    margin-bottom: 0px;
}

.ul-liste3 .pic {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.ul-liste3 .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.ul-liste3 .tit {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 3px;
}

.ul-liste3 .desc {
    font-size: 14px;
    text-align: justify;
    color: #666666;
    line-height: 1.6;
}

.notice {
    display: flex;
    background-color: #F8E7D4;
    height: 26px;
    align-items: center;
    font-size: 12px;
}

.notice>img {
    width: 18px;
    height: 13px;
    margin: 0px 10px;
}

.notice>p {
    color: #D9071A;
}

.notice>span {
    color: #D10020;
}

.swiper-container {
    flex: 1;
    height: 26px;
    line-height: 26px;
    color: #D10020;
}

.recommend {
    width: 94%;
    margin: 15px auto;
    height: 180px;
    background-image: url("../img/th.png"
    /*tpa=https://jz3d8888.com/images/th.png*/
    );
    background-size: 100% 100%;
    position: relative;
}

.recommend>p {
    position: absolute;
    font-size: 15px;
    color: #FC0109;
    left: 27%;
    top: 5%;
}

.recommendList {
    display: flex;
    justify-content: space-between;
    width: 88%;
    margin: 0px auto;
}

.recommendItem {
    text-align: center;
    margin-top: 70px;
}

.recommendItem>img {
    width: 33px;
    height: 33px;
}

.hit {
    color: #F92639;
    font-size: 13px;
}

.con {
    color: #999999;
    font-size: 11px;
}

.fcsd {
    width: 94%;
    margin: 0px auto 15px;
    /* background-image: url("../img/bg.png"/*tpa=https://jz3d8888.com/images/bg.png*/
    );
    */ background-size: 100% 100%;
    position: relative;
}

.fcsd>p {
    position: absolute;
    font-size: 15px;
    color: #000000;
    left: 29%;
    top: 2%;
}

.fcsda {
    width: 94%;
    margin: 0px auto 15px;
    /* background-image: url("../img/bga.png"/*tpa=https://jz3d8888.com/images/bg.png*/
    );
    */ background-size: 100% 100%;
    position: relative;
}

.fcsda>p {
    position: absolute;
    font-size: 15px;
    color: #000000;
    left: 29%;
    top: 2%;
}

.fcsdb {
    width: 94%;
    margin: 0px auto 15px;
    height: 350px;
    /* background-image: url("../img/bgb.png"/*tpa=https://jz3d8888.com/images/bg.png*/
    );
    */ background-size: 100% 100%;
    position: relative;
}

.fcsdb>p {
    position: absolute;
    font-size: 15px;
    color: #000000;
    left: 29%;
    top: 2%;
}

.table {
    width: 100%;
    margin: 0px auto;
    padding-top: 0px;
}

.tableTitle {
    display: flex;
    justify-content: space-between;
    background-color: #04B783;
    height: 35px;
    align-items: center;
    border-top: 1px solid #dad7d7;
    border-bottom: 1px solid #dad7d7;
    border-left: 1px solid #dad7d7;
}

.tableTitle>p {
    font-size: 14px;
    color: #ffffff;
    border-right: 1px solid #dad7d7;
    width: 20%;
    text-align: center;
    height: 35px;
    line-height: 35px;
}

.tableGet {
    display: flex;
    height: 35px;
    align-items: center;
    border-right: 1px solid #dad7d7;
    border-left: 1px solid #dad7d7;
}

.tableGet>p {
    font-size: 13px;
    color: #B18520;
    margin-left: 5%;
}

.tableGet>span {
    font-size: 13px;
    color: #F92639;
    margin-left: 8%;
    flex: 1;
}

.tableGet>img {
    width: 70px;
    height: 24px;
    margin-right: 3%;
}

.result>img {
    width: 70px;
    height: 24px;
    margin-right: 3%;
    margin-top: 5px;
}

.tableContent:nth-child(even) {
    display: flex;
    justify-content: space-between;
    background-color: white;
    height: 35px;
    align-items: center;
    border-bottom: 1px solid #dad7d7;
    border-left: 1px solid #dad7d7;
}

.tableContent:nth-child(odd) {
    display: flex;
    justify-content: space-between;
    background-color: #f5f5f5;
    height: 35px;
    align-items: center;
    border-bottom: 1px solid #dad7d7;
    border-left: 1px solid #dad7d7;
}

.tableContent>p {
    font-size: 14px;
    color: #363635;
    border-right: 1px solid #dad7d7;
    width: 20%;
    text-align: center;
    height: 35px;
    line-height: 35px;
}

.result {
    font-size: 14px;
    color: #F92639 !important;
    border-right: 1px solid #dad7d7;
    width: 20%;
    text-align: center;
    height: 35px;
    line-height: 35px;
}

.forecast1 {
    width: 94%;
    margin: 15px auto;
    height: 190px;
    /* background-image: url("../images/nm.png"); */
    background-size: 100% 100%;
    position: relative;
}

.forecast1>p {
    position: absolute;
    font-size: 12px;
    color: #ffffff;
    left: 27%;
    top: 6%;
}

.forecast1>p>span {
    color: #F92639;
    font-size: 12px;
}

.forecast {
    width: 94%;
    margin: 15px auto;
    height: 190px;
    background-image: url("../img/th.png"
    /*tpa=https://jz3d8888.com/images/th.png*/
    );
    background-size: 100% 100%;
    position: relative;
}

.forecast>p {
    position: absolute;
    font-size: 12px;
    color: #ffffff;
    left: 27%;
    top: 6%;
}

.forecast>p>span {
    color: #F92639;
    font-size: 12px;
}

.forecastList {
    display: flex;
    justify-content: space-between;
    width: 88%;
    margin: 0px auto;
}

.forecastItem {
    text-align: center;
    margin-top: 72px;
}

.forecastItem>img {
    width: 36px;
    height: 36px;
}

.con1 {
    color: #999999;
    font-size: 14px;
}

.comment {
    width: 94%;
    margin: 10px auto 20px;
    border-radius: 5px;
    background-color: white;
}

.commentTitle {
    color: #C7A86D;
    font-size: 14px;
    width: 94%;
    margin: 0 auto;
    border-bottom: 1px solid #dad7d7;
    padding: 0px 0 5px 0;
}

.commentList {
    width: 94%;
    margin: 0 auto;
}

.commentItem {
    display: flex;
    margin-top: 10px;
    padding-bottom: 10px;
}

.commentPic {
    margin-right: 10px;
}

.commentPic>img {
    width: 40px;
    height: 40px;
}

.commentRight {
    flex: 1;
}

.name {
    font-size: 14px;
    color: #333333;
}

.commentC {
    font-size: 13px;
    color: #666666;
}

.commentRightBottom {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.commentRightBottom>p {
    font-size: 13px;
    color: #999999;
}

.likeRight {
    margin-right: 20px;
    display: flex;
    /*align-items: center;*/
}

.likeRight>span {
    font-size: 13px;
    color: #999999;
    margin-right: 15px;
    margin-left: 5px;
}

.likeRight>img {
    width: 13px;
    height: 13px;
}

.relay {
    display: flex;
    margin-top: 5px;
}

.relay>p {
    font-size: 13px;
    color: #333333;
}

.relay>span {
    font-size: 13px;
    color: #666666;
}

.size {
    height: 80px;
    width: 100%;
}

.foot {
    position: fixed;
    z-index: 100;
    max-width: 700px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}

.fooText {
    position: absolute;
    font-size: 18px;
    color: white;
    margin-left: 43%;
    top: 7px;
}

.fooText>p {
    word-spacing: 1px;
    letter-spacing: 1px;
}

.footPic {
    width: 100%;
    height: 100px;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
}

.footContent {
    width: 94%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.wx {
    width: 50px;
    height: 50px;
}

.wxText {
    margin-left: 15px;
    flex: 1;
}

.wxText>p {
    font-size: 15px;
    color: white;
}

.wxText>img {
    width: 190px;
    margin-top: 5px;
}

@keyframes scaleDraw {
    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
        transform: scale(1);
        /*开始为原始大小*/
    }
    25% {
        transform: scale(1.2);
        /*放大1.1倍*/
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.2);
    }
}

.ballon {
    width: 82px;
    height: 35px;
    position: absolute;
    bottom: 15;
    right: 255;
    -webkit-animation-name: scaleDraw;
    /*关键帧名称*/
    -webkit-animation-timing-function: ease-in-out;
    /*动画的速度曲线*/
    -webkit-animation-iteration-count: infinite;
    /*动画播放的次数*/
    -webkit-animation-duration: 3s;
    /*动画所花费的时间*/
}

.copy_btn {
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 15;
    right: 280;
    -webkit-animation-name: scaleDraw;
    /*关键帧名称*/
    -webkit-animation-timing-function: ease-in-out;
    /*动画的速度曲线*/
    -webkit-animation-iteration-count: infinite;
    /*动画播放的次数*/
    -webkit-animation-duration: 3s;
    /*动画所花费的时间*/
}

.ballona {
    width: 200px;
    height: 35px;
    position: absolute;
    bottom: 15;
    right: 15;
}

.alertBox {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

.mark {
    position: absolute;
    width: 85%;
    border-radius: 20px;
    top: 20%;
    left: 7.5%;
    background-color: white;
}

.markHead {
    text-align: center;
    height: 110px;
    background-color: #fb6146;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    background-image: url("../img/alert.png"
    /*tpa=https://jz3d8888.com/images/alert.png*/
    );
    background-size: 100% 100%;
    position: relative;
}

.markHead>img {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.alertBg {
    width: 90%;
    margin: 0 auto;
    align-items: center;
}

.markHead>p {
    font-size: 27px;
    color: white;
    font-weight: bold;
}

#weChatNum {
    font-size: 16px;
    color: #D9342C;
    width: 95px;
    border: 0;
}

.copyText {
    display: flex;
    justify-content: center;
    font-size: 15px;
    height: 40px;
    align-items: center;
}

.copyText>img {
    width: 76px;
    margin-left: 15px;
}

.textInfo {
    border-bottom: 2px dotted #F4EDD9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
}

.textInfo>p {
    font-size: 15px;
    margin-bottom: 3px;
    color: #555555;
}

.textInfo>img {
    width: 125px;
    height: 40px;
}

.textInfo>a {
    text-decoration: none;
    font-size: 15px;
    color: #333333;
    margin-bottom: 10px;
}

.step {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.step>img {
    width: 85%;
    height: 120px;
}

.weChatUrlHint>span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #D63020;
    border-radius: 50%;
    margin-right: 5px;
}

.alertBtn {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.alertBtn>a {
    display: flex;
    align-items: center;
}

.alertBtn>a>img {
    width: 120px;
    height: 45px;
    -webkit-animation-name: scaleDraw;
    /*关键帧名称*/
    -webkit-animation-timing-function: ease-in-out;
    /*动画的速度曲线*/
    -webkit-animation-iteration-count: infinite;
    /*动画播放的次数*/
    -webkit-animation-duration: 5s;
    /*动画所花费的时间*/
}

.pop-cpt {
    z-index: 999999999;
    position: relative;
}

.pop-cpt2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
}

.pop-cpt a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.pop-cpt a:hover {
    text-decoration: none;
}

.pop-cpt .pop-cpt-bd {
    width: 300px;
    padding: 0 5px;
    box-sizing: border-box;
    border-radius: 15px;
    background: #04b783;
    font-size: 14px;
    color: #333;
    font-family: "微软雅黑";
    position: relative;
}

.pop-cpt .pop-cpt-close {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.pop-cpt .pop-cpt-tit {
    height: 36px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.pop-cpt .pop-cpt-tit span {
    display: inline-block;
    padding: 0 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.pop-cpt .pop-cpt-con {
    padding: 10px 0;
    border-radius: 15px;
    background: #fff;
}

.pop-cpt .pop-cpt-con1 {
    text-align: center;
    line-height: 24px;
    font-size: 15px;
}

.pop-cpt .pop-cpt-con2 {
    padding-top: 10px;
    text-align: center;
    line-height: 24px;
    font-size: 15px;
}

.pop-cpt .pop-cpt-con2-tit {
    display: flex;
    justify-content: center;
    padding-bottom: 5px;
}

.pop-cpt .pop-cpt-con2-tit span {
    display: inline-block;
    width: 26px;
    line-height: 26px;
    margin-left: -3px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50%;
    background: #04b783;
}

.pop-cpt .pop-cpt-con2-logo {
    display: flex;
    justify-content: center;
    height: 60px;
}

.pop-cpt .pop-cpt-con2-logol {
    color: #04b783;
    font-size: 70px;
    line-height: 60px;
    font-weight: bold;
    font-family: impact, arial;
}

.pop-cpt .pop-cpt-con2-logol font {
    font-size: 52px;
    font-weight: normal;
    font-family: revert;
}

.pop-cpt .pop-cpt-con2-logor {
    width: 40px;
    position: relative;
}

.pop-cpt .pop-cpt-con2-logor-txt1 {}

.pop-cpt .pop-cpt-con2-logor-txt1 span {
    display: inline-block;
    width: 38px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background: #04b783;
    position: absolute;
    left: 8px;
    top: 2px;
}

.pop-cpt .pop-cpt-con2-logor-txt2 {
    line-height: 32px;
    color: #fb2725;
    font-size: 30px;
    font-family: impact, arial;
    position: absolute;
    top: 24px;
    left: 0;
}

.pop-cpt .pop-cpt-con3 {
    padding: 10px;
}

.pop-cpt .pop-cpt-con3 table {
    font-weight: bold;
    border-collapse: collapse;
}

.pop-cpt .pop-cpt-con3 th {
    text-align: center;
    color: #fff;
    border: solid 1px #04b783;
    background: #04b783;
    font-size: medium;
    line-height: normal;
}

.pop-cpt .pop-cpt-con3 td {
    text-align: center;
    border: solid 1px #999;
    padding: 5px;
}

.pop-cpt .pop-cpt-con4 {
    text-align: center;
}

.pop-cpt .pop-cpt-con4 span {
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #ff0;
    border-radius: 10px;
    background: #fb2725;
}

.pop-cpt .pop-cpt-footer {
    padding: 10px 0;
    color: #fff;
    text-align: center;
}

.pop-cpt .pop-cpt-footer1 {
    font-size: 14px;
    line-height: normal;
}

.pop-cpt .pop-cpt-footer2 {
    padding-top: 5px;
    font-weight: bold;
    color: #ff0;
}

.float_plu {
    bottom: 0px;
    width: 100%;
    max-width: 700px;
    height: 65px;
    overflow: visible; //background-image: linear-gradient(90deg, #00FF00 0%, #fe5136 31%, #08000 64%, #fd227a 100%);
    transform: translateZ(0px);
    position: fixed;
    color: rgb(255, 255, 0);
    ;
    z-index: 10000 !important;
    background-color: rgba(0, 0, 0, .6);
    border: none;
    text-align: center;
    font-size: 16px;
    padding: 5px 0 0 0
}

.float_plu p {
    line-height: 30px
}

.float_plu .btns {
    animation: scale 4s linear infinite;
    -webkit-animation: scale 4s infinite;
    position: relative;
    border: none;
    width: 100px;
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
    text-align: center;
    background-image: linear-gradient(90deg, #fff3da 4%, #ffe7a2 96%);
    box-sizing: border-box;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    color: red;
    margin-top: 2px
}

@-webkit-keyframes c_location_rotate {
    0% {
        transform: scale(1)
    }
    12.5% {
        transform: scale(1.1)
    }
    25% {
        transform: scale(1)
    }
    37.5% {
        transform: scale(1.1)
    }
    50% {
        transform: scale(1)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes scale {
    0% {
        transform: scale(1)
    }
    12.5% {
        transform: scale(1.1)
    }
    25% {
        transform: scale(1)
    }
    37.5% {
        transform: scale(1.1)
    }
    50% {
        transform: scale(1)
    }
    100% {
        transform: scale(1)
    }
}

.Plugin_float_weixin {
    cursor: pointer;
}

@media (min-width: 768px) {
    .container[data-v-a70d6d9e] {
        margin: -45px auto 0px;
    }
}

#touch {
    position: fixed;
    top: 30%;
    right: 90px;
    cursor: pointer;
    z-index: 999;
}

#touch img {
    width: 140px;
}

@media (max-width: 750px) {
    .container[data-v-a70d6d9e] {
        max-width: 700px;
        width: 94%;
        margin: -35px auto 0px;
    }
    #touch {
        position: fixed;
        top: 30%;
        right: 5px;
        cursor: pointer;
        z-index: 999;
    }
    #touch img {
        width: 60px;
    }
}