* {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    word-wrap: break-word !important;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.6;
    height: 100%;
    background: url(../img/bg.jpg) 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: #F4F5F8;
}

.bg {
    width: 100%;
    height: 180px;
    background-image: url("../img/headBg.jpg");
    background-size: 100% 100%;
    position: relative;
}

.container[data-v-a70d6d9e] {
    max-width: 700px;
    width: 94%;
    margin: -35px auto 0px;
}

.container .yuzhua-navigation[data-v-a70d6d9e] {
    width: 100%;
    padding: 12px;
    margin-bottom: 0px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    border-radius: 15px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1.5px solid #fff;
    background-color: rgba(255, 255, 255, .6);
    -webkit-box-shadow: 0 4px 33px rgba(190, 196, 207, .28);
    box-shadow: 0 4px 33px rgba(190, 196, 207, .28);
}

.container .yuzhua-navigation .navigation-row[data-v-a70d6d9e] {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.container .yuzhua-navigation .navigation-row .navigation-item[data-v-a70d6d9e] {
    display: block;
    text-decoration: none;
    text-align: center;
    background-color: #f5f5f5;
    width: 18%;
    height: 90px;
    border-radius: 8px;
}

.container .yuzhua-navigation .navigation-row .navigation-item .icon[data-v-a70d6d9e] {
    display: block;
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
    margin: 8px auto 8px;
}

.container .yuzhua-navigation .navigation-row .navigation-item .name[data-v-a70d6d9e] {
    font-size: 14px;
    color: #3f3f3f;
}

.container .yuzhua-transaction-data[data-v-a70d6d9e] {
    padding: 10px 8px;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    border-radius: 8px;
    margin-top: 0px;
    background: linear-gradient(to right, #df19f4 0%, #2a47d9 100%);
}

.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: 400;
    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;
    font-size: 18px;
}

.g-tite1 span::before {
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
    right: -7px;
    bottom: -2px;
    background-image: url(../img/e-icon2.png);
    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(../img/e-icon1.png);
    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;
    background: linear-gradient(to right, #df19f4 0%, #2a47d9 100%);
}

.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("../img/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;
    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;
    width: 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;
    -webkit-animation-name: scaleDraw; /*关键帧名称*/
    -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
    -webkit-animation-iteration-count: infinite;  /*动画播放的次数*/
    -webkit-animation-duration: 4s; /*动画所花费的时间*/
}

.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: -100;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

.mark {
    position: relative;
    width: 300px;
    border-radius: 20px;
    top: 30%;
    background-color: white;
    display: block;
    margin: 0 auto;
}

.markHead {
    text-align: center;
    height: 110px;
    /* background-color: #058743; */
    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");
    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;
    /*动画所花费的时间*/
}

/*步骤走 */

.service-hot {
    width: 94%;
    height: auto;
    margin: 0 auto;
}

.service-hot .title {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: .3rem;
}

.service-hot .title span {
    font-size: .36rem;
    color: #2b2b2b;
    display: flex;
    align-items: center;
}

.service-hot .title span i {
    flex-shrink: 0;
    width: .08rem;
    height: .36rem;
    border-radius: .08rem;
    background: #0bcaab;
    margin-right: .2rem;
}

.service-hot .title a {
    font-size: .24rem;
    color: #989898;
    display: flex;
    align-items: center;
}

.service-hot .title a i {
    margin-left: .15rem;
}

.service-hot .items {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.service-hot .items .block {
    width: 3.3rem;
    height: 1.9rem;
    border-radius: .18rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 .25rem 0 .3rem;
    position: relative;
}

.service-hot .items .block:nth-child(1)::before {
    content: "";
    position: absolute;
    right: .15rem;
    display: block;
    width: .98rem;
    height: 100%;
    background: url(../images/icon-hj.png) center bottom .15rem no-repeat;
    background-size: .98rem auto;
    z-index: 1;
}

.service-hot .items .block:nth-child(2)::before {
    content: "";
    position: absolute;
    right: .15rem;
    display: block;
    width: .98rem;
    height: 100%;
    background: url(../images/icon-yl.png) center bottom .15rem no-repeat;
    background-size: .83rem auto;
    z-index: 1;
}

.service-hot .items .block h3 {
    color: #ffffff;
    font-size: .32rem;
    font-weight: bold;
    margin-bottom: .1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.service-hot .items .block h3 i {
    font-size: .36rem;
}

.service-hot .items .block p {
    font-size: .22rem;
    margin-bottom: .2rem;
    color: #ffffff;
    position: relative;
    z-index: 2;
}

.service-hot .items .block a {
    flex-shrink: 0;
    align-self: flex-start;
    font-size: .18rem;
    display: inline-block;
    padding: .02rem .2rem;
    border-radius: .3rem;
    background: #ffffff;
    color: #fcabb1;
    position: relative;
    z-index: 2;
}

.service-hot .items .block.red {
    background: linear-gradient(to right bottom, #ffbdc1, #f1747a);
}

.service-hot .items .block.purple {
    background: linear-gradient(to right bottom, #b4b4fe, #7574fc);
}

.service-hot .items .block.purple a {
    color: #a5a5ff
}

.service-hot .list {
    width: 100%;
    padding-top: .4rem;
}

.service-hot .list ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100px;
    box-shadow: 0 0 .05rem rgba(240, 240, 240, .9);
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 0 20px 0 20px;
    position: relative;
    overflow: hidden;
}

.service-hot .list ul li::before {
    content: "";
    display: block;
    position: absolute;
    left: -238px;
    width: 700px;
    height: 300px;
    border-radius: 100%;
    background: #ffffff;
    transform: rotate(-40deg);
    z-index: 1;
}

.service-hot .list ul li h4 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.service-hot .list ul li h4 span {
    font-size: 16px;
    color: #2b2b2b;
    margin-right: 5px;
}

.service-hot .list ul li h4 i {
    font-size: 12px;
    color: #ffffff;
    position: relative;
    text-align: center;
    background: linear-gradient(to right, #df19f4 0%, #2a47d9 100%);
}

.service-hot .list ul li h4 i::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-top: 10px solid #d91af3;
    border-right: 8px solid transparent;
    position: absolute;
    left: -4px;
    top: 0px;
}

.service-hot .list ul li p {
    font-size: 15px;
    color: #2b2b2b;
    position: relative;
    z-index: 2;
}

.service-hot .list ul li .r {
    position: relative;
    z-index: 2;
}

.service-hot .list ul li.one {
    background: linear-gradient(#eef7ff, #e6f2ff);
}

.service-hot .list ul li.two {
    background: linear-gradient(#feedf5, #fee3ea);
}

.service-hot .list ul li.three {
    background: linear-gradient(#eefef1, #dbf6e5);
}

.service-hot .list ul li.one .r {
    flex-shrink: 0;
    width: 60px;
    height: 100%;
    background: url(../images/icon-hj.png) center center no-repeat;
    background-size: 90% auto;
}

.service-hot .list ul li.two .r {
    flex-shrink: 0;
    width: 60px;
    height: 100%;
    background: url(../images/icon-zx.png) center center no-repeat;
    background-size: 90% auto;
}

.service-hot .list ul li.three .r {
    flex-shrink: 0;
    width: 60px;
    height: 100%;
    background: url(../images/icon-kd.png) center center no-repeat;
    background-size: 100% auto;
}

/* 弹窗样式 */

.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-bd {
    width: 300px;
    padding: 0 5px;
    box-sizing: border-box;
    border-radius: 15px;
    font-size: 14px;
    color: #333;
    font-family: "微软雅黑";
    position: relative;
    background: linear-gradient(to right, #df19f4 0%, #2a47d9 100%);
}

.pop-cpt-close {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.pop-cpt-tit {
    height: 36px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.pop-cpt-tit span {
    display: inline-block;
    padding: 0 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.pop-cpt-con {
    padding: 10px 0;
    border-radius: 15px;
    background: #fff;
}

.pop-cpt-con1 {
    text-align: center;
    line-height: 24px;
    font-size: 15px;
}

.pop-cpt-con2 {
    padding-top: 10px;
    text-align: center;
    line-height: 24px;
    font-size: 15px;
}

.pop-cpt-con2-tit {
    display: flex;
    justify-content: center;
    padding-bottom: 5px;
}

.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: linear-gradient(to right, #df19f4 0%, #2a47d9 100%);
}

.pop-cpt-con2-logo {
    display: flex;
    justify-content: center;
    height: 60px;
}

.pop-cpt-con2-logol {
    color: #04b783;
    font-size: 70px;
    line-height: 60px;
    font-weight: bold;
    font-family: impact, arial;
}

.pop-cpt-con2-logol font {
    font-size: 52px;
    font-weight: 800;
    font-family: revert;
}

.pop-cpt-con2-logor {
    width: 40px;
    position: relative;
}

.pop-cpt-con2-logor-txt1 {}

.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-con2-logor-txt2 {
    line-height: 32px;
    color: #fb2725;
    font-size: 30px;
    font-family: impact, arial;
    position: absolute;
    top: 24px;
    left: 0;
}

.pop-cpt-con3 {
    padding: 10px;
}

.pop-cpt-con3 table {
    font-weight: bold;
    border-collapse: collapse;
}

.pop-cpt-con3 th {
    text-align: center;
    color: #fff;
    border: solid 1px #da1bf3;
    background: #da1bf3;
    font-size: medium;
    line-height: normal;
}

.pop-cpt-con3 td {
    text-align: center;
    border: solid 1px #999;
    padding: 5px;
}

.pop-cpt-con4 {
    text-align: center;
}

.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-footer {
    padding: 10px 0;
    color: #fff;
    text-align: center;
}

.pop-cpt-footer1 {
    font-size: 14px;
    line-height: normal;
}

.pop-cpt-footer2 {
    padding-top: 5px;
    font-weight: bold;
    color: #ff0;
}