* {
    margin: 0;
    padding: 0;
    font-family: MicrosoftYaHei;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: url(../image/newhead.png) no-repeat;
    background-size: 100%;
    /* ios刘海屏兼容 */
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    position: fixed;
    top: 0;
    left: 0;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    display: block;
}

img {
    width: 100%;
    display: block;
}

    img.yx {
        width: 0.24rem;
        height: 0.24rem;
        margin-left: 4px;
        position: relative;
        top: 0.02rem;
    }

li {
    list-style: none;
}

.return {
    position: absolute;
    padding: 0 0.3rem;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.sns_home {
    width: 0.85rem;
    position: absolute;
    padding: 0.3rem 0.2rem;
    left: 0.8rem;
}

.report {
    height: 100%;
    display: flex;
    flex-direction: column;
    /* background-color: #F5F6FA; */
}

.nav {
    height: 0.88rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #F5F6FA;
}

.nav_title {
    font-size: 0.34rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #000000;
    line-height: 0.52rem;
    text-align: center;
    letter-spacing: 2px;
}

.nav_user {
    position: absolute;
    right: 0.32rem;
    width: 0.33rem;
}
/* .nav a img {
    width: auto;
    height: 100%;
} */
.kpyc_logo {
    padding: 0.1rem 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.lename {
    font-size: 0.5rem;
    font-weight: 800;
    font-style: italic;
    color: #F36B50;
    background: linear-gradient(0deg, #F35252 0%, #FFAD65 99.6337890625%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 0.2rem;
}

.retext {
    font-size: 0.28rem;
    color: #777777;
    padding: 0 0.2rem;
    display: flex;
}

    .retext a {
        display: block;
        color: #777777;
    }

a.retext_zy, a.retext_cb {
    width: 1.32rem;
    height: 0.52rem;
    background-color: #dddddd;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.35rem;
}

a.retext_zy {
    position: relative;
    left: 12px;
}

a.zy_blue {
    background-color: #007ffd;
    color: #ffffff;
    z-index: 3;
}

.text_list {
    padding: 0.1rem 0.3rem;
    display: flex;
    justify-content: space-between;
    font-size: 0.28rem;
    font-family: OPPOSans;
    font-weight: 500;
    color: #5F5F5F;
    line-height: 0.48rem;
}

.text_swiper {
    /* padding: 0.1rem 1rem 0.2rem 0.11rem; */
    padding: 0.1rem 0.3rem;
    display: flex;
    align-items: flex-start;
}

.wxb_le {
    width: 0.8rem;
    height: 0.8rem;
    position: relative;
}

.wxb_right {
    margin-left: 0.21rem;
    flex: 1;
    overflow: hidden;
}

.re_title {
    font-size: 0.28rem;
    color: #8A8A8A;
    margin-bottom: 0.07rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.text_block {
    display: flex;
    position: relative;
}

.re_text {
    position: relative;
    font-size: 0.32rem;
    color: #333333;
    padding: 0.27rem 0.27rem 0.3rem;
    background-color: #ffffff;
    border-radius: 0.14rem;
    word-break: break-word;
    box-sizing: border-box;
    overflow: hidden;
}

    .re_text::before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        top: 0.24rem;
        left: -0.1rem;
        border-top: solid 0.1rem transparent;
        border-right: solid 0.1rem #ffffff;
        border-bottom: solid 0.1rem transparent;
    }

    .re_text a {
        color: #2F73EA;
    }

.swiper1 {
    width: 100%;
}

    .swiper1 a {
        color: #2F73EA;
    }

.wqhd {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide {
    height: 100%;
    line-height: 0.4rem;
}

.my-bullet {
    width: 6px;
    height: 6px;
    border: 1px solid #2F73EA;
    border-radius: 50%;
    margin: 0 0.1rem;
}

.my-bullet-active {
    width: 21px;
    height: 6px;
    background: #2F73EA;
    border-radius: 3px;
}

.center_flow {
    flex: 1;
    overflow-y: auto;
}

.position {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #f9f9f9;
    box-shadow: 0 -1px #f9f9f9;
    padding: 0.35rem 0.3rem 0;
}

.center {
    /* 	flex: 1;
	overflow-y: auto; */
    display: flex;
    flex-direction: column;
    padding: 0 0.3rem 0.35rem;
    background-color: #F9F9F9;
}

.cen_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zcfz {
    padding: 0.05rem 0.24rem;
    background-color: #ffffff;
    font-size: 0.24rem;
    color: #616C84;
    display: flex;
    align-items: center;
    border: 1px solid #7798d2;
    border-radius: 0.15rem;
    position: relative;
}

    .zcfz img {
        width: 0.15rem;
        margin-left: 10px;
    }

    .zcfz p {
        flex: 1;
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        color: #7798d2;
    }

.zcfc_blue {
    border: 1px solid #2F73EA;
}

    .zcfc_blue p {
        color: #2F73EA;
        text-align: center;
    }

.zcfz_list {
    width: 100%;
    max-height: 6.8rem;
    overflow-y: auto;
    position: absolute;
    top: 0.5rem;
    left: 0;
    text-align: center;
    display: none;
    z-index: 10;
}

    .zcfz_list li {
        padding: 0.1rem;
        background-color: #ffffff;
    }

li.zcfz_back {
    background-color: #ebebeb;
}

.cen_top .zcfz:nth-of-type(1) {
    width: 2rem;
}

.cen_top .zcfz:nth-of-type(2) {
    /* width: 2.5rem; */
}

.cen_top .zcfz:nth-of-type(3) {
    /* width: 2rem; */
}

.cen_title {
    font-size: 0.24rem;
    color: #ffffff;
    display: flex;
    margin-top: 0.25rem;
}

    .cen_title div {
        padding: 0.16rem 0;
        text-align: center;
        flex: 1;
        background-color: rgb(119 152 210);
        border-right: 1px solid #ffffff;
        font-weight: bold;
    }

        .cen_title div:last-child {
            border-right: none;
        }

.cen_overflow {
    /* 	flex: 1;
	overflow-y: auto; */
}

.title_blue {
    font-size: 0.24rem;
    padding: 0.16rem 0 0.16rem 0.08rem;
    background-color: #f9f9f9;
    /* font-weight: bold; */
    display: flex;
    border: 1px solid #F3F3F5;
    border-bottom: none;
    border-top: none;
    justify-content: center;
    display: block;
    text-align: left;
}

    .title_blue div {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

.title_data span {
    flex: 1;
    border-right: 1px solid #F3F3F5;
}

.bf_red {
    color: #FE4141;
}

.bf_green {
    color: #080;
}

.ylnl {
    font-size: 0.24rem;
    color: #333333;
    overflow: hidden;
    padding-bottom: 0.02rem;
    background-color: #f9f9f9;
}

    .ylnl li {
        display: flex;
        position: relative;
    }

    .ylnl .slide_re div {
        display: flex;
        justify-content: center;
        /* align-items: center; */
    }

    .ylnl li:nth-of-type(2n - 1) .slide, .ylnl li:nth-of-type(2n - 1) .slide_re {
        background-color: #ffffff;
    }

    .ylnl li:nth-of-type(2n) .slide, .ylnl li:nth-of-type(2n) .slide_re {
        background-color: #ffffff;
    }

.slide {
    width: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    transition: all 0s;
}

    .slide > div, .slide_re div {
        width: 25%;
        padding: 0.14rem 0.08rem;
        text-align: right;
        border-top: 1px solid #F3F3F5;
        border-right: 1px solid #F3F3F5;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .slide > div:first-child {
            border-left: 1px solid #F3F3F5;
            display: flex;
            align-items: center;
            justify-content: left;
            text-align: left;
        }

.ylnl li:last-child .slide > div, .ylnl li:last-child .slide_re > div {
    border-bottom: 1px solid #F3F3F5;
}

.ylnl_text {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: right;
}

div.ylnl_img {
    width: 0.24rem;
    height: 0.24rem;
    /* margin-left: 4px; */
    position: relative;
    top: 0.02rem;
}

.slide_re {
    width: 50%;
    display: flex;
    position: absolute;
    right: -50%;
    top: 0;
    transition: all 0s;
}

    .slide_re div {
        width: 50%;
        padding: 0.1rem;
    }

.slide_tan, .slide_img {
    background-color: #2F73EA;
    color: #ffffff;
    padding: 0.06rem 0.3rem;
    display: inline-block;
    box-shadow: 0px 1px 10px 0px rgba(47,115,234,0.32);
    border-radius: 4px;
}

.qst {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.qst_cen {
    padding: 0 0 0.3rem;
    width: 90%;
    height: 80%;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #ffffff;
    border-radius: 0.1rem;
}

#qst_echar {
    width: 100%;
    height: 300px;
    box-sizing: border-box;
}

.qst_list {
    padding: 0 0.3rem;
}

    .qst_list .ylnl .slide div {
        flex: 1;
    }

.qst_no {
    display: flex;
    justify-content: flex-end;
    padding: 0.3rem 0.3rem 0.1rem 0;
}

    .qst_no img {
        width: 0.5rem;
    }

.wxb {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.wxb_cen {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wxb_text {
    width: 90%;
    height: 80%;
    display: flex;
    flex-direction: column;
    background-color: #f9f9f9;
    border-radius: 0.1rem;
    font-size: 0.3rem;
}

.wxb_gb {
    display: flex;
    justify-content: flex-end;
    padding: 0.3rem 0.3rem 0.1rem 0;
    position: relative;
}

    .wxb_gb img {
        width: 0.5rem;
        z-index: 5;
    }

.wxb_list {
    flex: 1;
    padding-bottom: 0.2rem;
    overflow-y: auto;
}

.prompt {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    font-size: 0.26rem;
    color: #ffffff;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.prompy {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .prompy img {
        /*width: 80%;*/
    }

img.prompy_close {
    position: absolute;
    right: 0.4rem;
    top: 0.6rem;
    width: 0.5rem;
}

.title_data {
    width: 100%;
    font-size: 0.24rem;
    background-color: #f9f9f9;
    display: flex;
    text-align: center;
    padding-left: 0;
    background-color: #ffffff;
}

    .title_data div.ylnl_img {
        flex: none;
    }

    .title_data > div {
        flex: 1;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        /*border-top: 1px solid #F3F3F5;*/
        border-right: 1px solid #F3F3F5;
        padding: 0.16rem 0.08rem;
    }

        .title_data > div:first-child {
            border-left: 1px solid #F3F3F5;
            text-align: left;
        }

.tab_xb {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 0.3rem;
    z-index: 1;
}

.ylnl_chart {
    font-size: 0.24rem;
    color: #333333;
    overflow: hidden;
    padding-bottom: 0.02rem;
    background-color: #f9f9f9;
}

    .ylnl_chart .slide_re div {
        display: flex;
        justify-content: center;
        /* align-items: center; */
    }

    .ylnl_chart li:nth-of-type(2n - 1) .slide, .ylnl_chart li:nth-of-type(2n - 1) .slide_re {
        background-color: #ffffff;
    }

    .ylnl_chart li:nth-of-type(2n) .slide_chart {
        background-color: #ffffff;
    }

    .ylnl_chart li {
        display: flex;
        position: relative;
        height: 0.7rem
    }

        .ylnl_chart li:last-child .slide_chart > div {
            border-bottom: 1px solid #F3F3F5;
        }

.slide_chart {
    width: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    transition: all 0s;
}
    .slide_chart > div {
        flex: 1;
        padding: 0.16rem 0.08rem;
        text-align: center;
        border-top: 1px solid #F3F3F5;
        border-right: 1px solid #F3F3F5;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .slide_chart > div:first-child {
            border-left: 1px solid #F3F3F5;
            display: flex;
            align-items: center;
            justify-content: center;
        }
.prompt p {
    padding: 0.3rem;
}
.re_bq span {
    display: inline-block;
    padding: 0.04rem 0.08rem;
    border-radius: 0.08rem;
    font-size: 0.24rem;
    color: #2F73EA;
    background-color: rgba(47, 115, 234, .3);
    margin-bottom: 0.2rem;
}

.wxbts {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

    .wxbts .wxb_text {
        width: 70%;
        height: auto;
        position: relative;
    }

    .wxbts .wxb_list {
        padding: 0.1rem 0;
    }

    .wxbts .wxb_gb {
        background-color: #ffffff;
        display: flex;
        padding: 0;
        justify-content: flex-end;
        position: absolute;
        right: -10px;
        top: -8px;
        border-radius: 50%;
    }
