*,
*::before,
*::after {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
div,
dd {
    margin: 0
}

ul[role=list],
ol[role=list] {
    list-style: none
}

html,
body {
    height: 100%;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", Tahoma, Arial;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased
}

html:focus-within {
    scroll-behavior: smooth
}

body {
    text-rendering: optimizespeed;
    line-height: 1.5
}

a {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit
}

input,
button,
textarea,
select {
    font: inherit
}

input {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0)
}

.layout {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: 100%
}

.layout .layout_top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.layout .layout_content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%
}

.layout .layout_bottom {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.adaptation {
    min-width: 1360px
}

.adaptation_content {
    width: 1280px
}

.pointer {
    cursor: pointer
}

.fr_centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.page_header_wapper {
    z-index: 2000;
    height: 64px
}

.page_header_wapper .page_header {
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 2020000;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    width: 100%;
    background-color: #fff
}

.page_header_wapper .page_header .page_header_content {
    display: -ms-flexbox;
    display: flex;
    z-index: 2000;
    -ms-flex-align: center;
    align-items: center;
    height: 64px
}

.page_header_wapper .page_header .page_header_content .kf_icon {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.page_header_wapper .page_header .page_header_content .kf_icon .kf_icon_a {
    display: block;
    height: 36px
}

.page_header_wapper .page_header .page_header_content .kf_icon .kf_icon_img {
    width: 216px;
    height: 36px
}

.page_header_wapper .page_header .page_header_content .login_box {
    z-index: 2000
}

.page_header_wapper .page_header .page_header_content .login_box .login_btn {
    display: none;
    border-radius: 4px;
    width: 96px;
    height: 40px;
    background: #1764ff;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #fff
}

.page_header_wapper .page_header .page_header_content .login_box .login_info {
    display: none;
    position: relative;
    z-index: 2000;
    width: 40px;
    height: 40px
}

.page_header_wapper .page_header .page_header_content .login_box .login_info .login_info_avt {
    border-radius: 50%;
    width: 100%;
    height: 100%
}

.page_header_wapper .page_header .page_header_content .login_box .login_info .login_info_weixin {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 18px;
    height: 18px
}

.page_header_wapper .page_header .page_header_content .login_box .login_info .login_info_qq {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 18px;
    height: 18px
}

.page_header_wapper .page_header .page_header_content .login_box .login_info .login_info_out {
    display: none;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 2000;
    padding-top: 10px
}

.page_header_wapper .page_header .page_header_content .login_box .login_info .login_info_out .login_info_out_txt {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
    padding-left: 20px;
    border-radius: 4px;
    width: 160px;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
    line-height: 56px;
    font-size: 16px;
    color: #333
}

.page_header_wapper .page_header .page_header_content .login_box .login_info:hover .login_info_out {
    display: block
}

.mr8 {
    margin-right: 8px
}

@font-face {
    src: url("https://kf-ui.cdn-go.cn/weapp-image/latest/weapp-game/kf_pc/TCloudNumber.ttf") format("truetype");
    font-family: "TCloudNumber";
    font-style: normal;
    font-weight: normal
}

.num_font {
    font-family: "TCloudNumber"
}

body {
    background: #fff;
    font-size: 16px
}

.page {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.page.loading {
    height: 100vh;
    overflow: hidden
}

.page.loading .loading-wrap {
    display: block
}

.page-top {
    position: relative;
    width: 1360px;
    margin: 0 auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.hidden {
    display: none !important
}

.search-box {
    padding: 40px;
    width: 100%
}

.search-wrap {
    width: 100%;
    height: 56px;
    display: -ms-flexbox;
    display: flex;
    padding-left: 24px;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border: 2px solid rgba(0, 0, 0, 0);
    background: #f5f8fc;
    border-radius: 4px
}

.search-wrap::after {
    content: "";
    bottom: -42px;
    left: 0;
    right: 0;
    position: absolute;
    height: 0;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.search-wrap.active {
    border: 2px solid #1764ff
}

.search-wrap .icon-search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    margin-right: -3px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: calc(100% + 4px);
    cursor: pointer
}

.search-wrap .icon-search .search_svg {
    fill: #969ca3
}

.search-wrap .icon-search .search_svg_active {
    fill: #fff
}

.search-wrap .icon-delete {
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-right: 20px
}

.history-wrap {
    position: absolute;
    left: -2px;
    right: -2px;
    top: 68px;
    padding: 8px 0;
    border-radius: 4px;
    border: 1px solid #edeff2;
    background: #fff;
    box-shadow: 0 0 12px 0 rgba(28, 33, 41, .08);
    z-index: 2
}

.history-wrap .history-title {
    padding: 12px 20px;
    font-size: 16px;
    color: #b0b3b8;
    line-height: 24px
}

.history-wrap .history-item {
    padding: 12px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.history-wrap .history-item:hover {
    background-color: #f5f7fa
}

.history-wrap .history-item .history-txt {
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    color: #1c2129;
    line-height: 24px
}

.history-wrap .history-item .history-icon {
    width: 24px;
    height: 24px;
    margin-left: 10px
}

.ip-item {
    -ms-flex: 1;
    flex: 1;
    line-height: 24px;
    height: 100%;
    border: none;
    outline: rgba(0, 0, 0, 0);
    background: #f5f8fc;
    color: #1c2129;
    margin-right: 24px
}

.ip-item::-webkit-input-placeholder {
    color: #b0b3b8
}

.ip-item::-moz-placeholder {
    color: #b0b3b8
}

.ip-item:-ms-input-placeholder {
    color: #b0b3b8
}

.ip-item::-ms-input-placeholder {
    color: #b0b3b8
}

.ip-item::placeholder {
    color: #b0b3b8
}

.kf-about {
    padding: 40px 40px 0;
    display: -ms-flexbox;
    display: flex
}

.kf-about .left {
    padding: 24px 32px;
    margin-right: 32px;
    border-radius: 4px;
    box-shadow: 0 5px 16px 0 rgba(28, 33, 41, .0784313725)
}

.kf-about .left .left-bottom {
    width: 340px;
    margin-top: 24px;
    padding: 29px 0;
    border-radius: 4px;
    border: 1px solid #e7eaf0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.kf-about .left .left-bottom img {
    width: 160px;
    height: 160px
}

.kf-about .left .left-bottom .title {
    margin-top: 16px;
    color: #1c2129;
    font-size: 20px;
    line-height: 32px;
    font-weight: bold
}

.kf-about .left .left-bottom .desc {
    margin-top: 6px;
    font-size: 16px;
    line-height: 24px;
    color: #707a89
}

.kf-about .right {
    padding: 24px 32px;
    -ms-flex: 1;
    flex: 1;
    border-radius: 4px;
    box-shadow: 0 5px 16px 0 rgba(28, 33, 41, .0784313725)
}

.kf-about .right .right-bottom {
    margin-top: 24px;
    border-radius: 4px;
    border: 1px solid #e7eaf0
}

.kf-about .right .hotline-top {
    display: -ms-flexbox;
    display: flex
}

.kf-about .right .hotline-item {
    -ms-flex: 1;
    flex: 1
}

.kf-about .right .hotline-item:not(:last-child) {
    border-right: 1px solid #edeff2
}

.kf-about .right .hotline-content {
    padding: 24px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.kf-about .right .hotline-content.row {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center
}

.kf-about .right .hotline-content.row .title {
    margin-right: 20px
}

.kf-about .right .hotline-content.border-top {
    border-top: 1px solid #edeff2
}

.kf-about .right .hotline-content .title {
    color: #676f7a;
    font-size: 18px;
    line-height: 24px
}

.kf-about .right .hotline-content .desc {
    padding: 16px 0 2px 0;
    color: #969ca3;
    font-size: 14px;
    line-height: 22px
}

.kf-about .right .hotline-content .tel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.kf-about .right .hotline-content .tel.mt-4 {
    margin-top: 4px
}

.kf-about .right .hotline-content .tel img {
    width: 24px;
    height: 24px;
    margin-right: 4px
}

.kf-about .right .hotline-content .tel .txt {
    font-family: "TCloudNumber";
    color: #1c2129;
    font-size: 22px;
    line-height: 32px
}

.kf-about-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.kf-about-title .icon {
    margin-right: 12px;
    width: 32px;
    height: 32px
}

.kf-about-title .txt {
    color: #1c2129;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold
}

.hot-problem {
    margin: 40px 40px 0;
    padding: 30px 40px;
    background: url("https://kf-ui.cdn-go.cn/weapp-image/latest/portal_main/pc_kf/imgs/img-08.png") no-repeat;
    background-size: 100% 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.hot-problem.hot-problem--empty .split-line,
.hot-problem.hot-problem--empty .problem-list {
    display: none
}

.hot-problem.hot-problem--empty .middle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.hot-problem.sph-wrap .split-line {
    display: block
}

.hot-problem.sph-wrap .problem-list {
    display: none
}

.hot-problem.sph-wrap .middle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.hot-problem .left {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px
}

.hot-problem .left .icon {
    display: block;
    width: auto;
    height: 100px;
    border-radius: 8px;
    border: none;
    outline: none
}

.hot-problem .middle {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.hot-problem .middle .name {
    min-width: 105px;
    font-weight: 500;
    font-size: 26px;
    color: #1c2129
}

.hot-problem .middle .enter-btn {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 4px;
    background-color: #1764ff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    cursor: pointer;
    text-align: center
}

.hot-problem .split-line {
    width: 1px;
    height: 60px;
    background-color: #edeff2;
    margin: 0 30px
}

.hot-problem .right {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.hot-problem .right .problem-item {
    width: 48%;
    max-width: 460px;
    font-size: 18px;
    line-height: 30px;
    color: #676f7a;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer
}

.hot-problem .right .problem-item:hover {
    color: #1764ff
}

.hot-problem .right .problem-item::before {
    display: inline-block;
    content: "·";
    color: #1764ff;
    margin-right: 5px;
    line-height: 30px
}

.hot-problem .right .problem-item:nth-child(n+3) {
    margin-top: 10px
}

.hot-problem .right .sph-img {
    width: 120px;
    height: 120px
}

.hot-problem .right .sph-img img {
    width: 100%;
    height: 100%
}

.hot-problem .right .sph-txt {
    margin-left: 14px;
    font-size: 18px
}

.hot-problem .right .sph-txt .title {
    color: #676f7a
}

.hot-problem .right .sph-txt .name {
    margin-top: 12px;
    color: #1c2129;
    font-weight: 600
}

.search-empty-placeholder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 112px;
    padding-bottom: 100px;
    width: 860px;
    margin: 40px auto
}

.search-empty-placeholder .search-icon {
    width: 200px;
    height: 160px;
    outline: none
}

.search-empty-placeholder .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 20px
}

.search-empty-placeholder .title .high {
    display: inline-block;
    color: #fa5151;
    margin: 0 3px
}

.search-empty-placeholder .subtitle {
    font-size: 14px;
    line-height: 21px;
    color: #969ca3;
    text-align: center
}

.search-empty-placeholder .subtitle>span {
    color: #1764ff;
    margin: 0 3px;
    -webkit-text-decoration: none;
    text-decoration: none;
    cursor: pointer
}

.search-empty-placeholder .split-line {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, .08);
    margin-top: 112px;
    margin-bottom: 60px
}

.search-empty-placeholder .kf-qr-code-wrap .qr-code {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 4px;
    margin: 0 auto 10px
}

.search-empty-placeholder .kf-qr-code-wrap .tip {
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #b0b3b8
}

.search-result {
    padding: 0 40px
}

.search-result .total {
    color: #969ca3;
    margin-bottom: 10px;
    margin-top: 40px
}

.search-result .search-item {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.search-result .title {
    font-size: 20px;
    line-height: 28px;
    color: #1c2129;
    font-weight: bold;
    cursor: pointer
}

.search-result .title:hover {
    color: #1764ff
}

.search-result .title em {
    font-style: normal;
    color: #fa5151
}

.search-result .crumbs {
    margin-top: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.search-result .crumbs .txt {
    color: #969ca3;
    font-size: 16px;
    cursor: pointer
}

.search-result .crumbs .txt:hover {
    color: #1764ff
}

.search-result .crumbs .txt em {
    font-style: normal
}

.search-result .crumbs .arrow {
    width: 16px;
    height: 16px;
    margin: 0 2px
}

.search-result .content {
    margin-top: 10px;
    color: #676f7a;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer
}

.search-result .content em {
    font-style: normal;
    color: #fa5151
}

.search-result .show-all {
    margin: 24px 0;
    text-align: center;
    font-size: 16px;
    color: #b0b3b8
}

.pagination {
    text-align: right;
    padding: 20px 40px;
    color: #b0b3b8;
    line-height: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.pagination .totalNum {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px
}

.pagination .bar {
    display: inline-block;
    vertical-align: top;
    line-height: 20px
}

.pagination .bar-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.pagination .icon-wrap {
    width: 16px;
    height: 16px;
    cursor: pointer
}

.pagination .icon-wrap:hover .prev-next {
    fill: #1764ff
}

.pagination .icon-wrap.disabled {
    cursor: not-allowed
}

.pagination .icon-wrap.disabled .prev-next {
    fill: #999
}

.pagination .icon-wrap.icon-left {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pagination .icon-wrap .prev-next {
    fill: #999
}

.pagination .num {
    vertical-align: top;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-right: 10px
}

.pagination .num:hover {
    color: #1764ff
}

.pagination .num.ml-10 {
    margin-left: 10px
}

.pagination .num.current {
    color: #1764ff;
    font-weight: bold
}

.pagination .page-opt {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-right: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.pagination .page-opt.reduce .arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pagination .page-opt .arrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination .page-nav {
    margin-left: 20px;
    font-size: 14px;
    color: #999
}

.pagination .page-nav .page-input {
    width: 48px;
    height: 28px;
    padding: 0 6px;
    margin: 0 6px;
    border-radius: 2px;
    border: 1px solid #e5e5e6;
    font-size: 14px;
    color: #000
}

.pagination .page-nav .page-input:focus {
    border-color: #1764ff
}

.copy-right {
    width: 100%;
    padding: 16px 0;
    text-align: center;
    background-color: #f5f8fc;
    font-size: 12px;
    line-height: 18px;
    color: #969ca3
}

.guide-wrap {
    margin: 40px 40px 0;
    padding: 30px;
    background: url("https://kf-ui.cdn-go.cn/weapp-image/latest/portal_main/pc_kf/imgs/img-25.png") no-repeat;
    background-size: cover;
    border: 1px solid #edeff2;
    border-radius: 4px
}

.guide-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end
}

.guide-title .guide-title-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.guide-title .guide-title-left .icon {
    width: 40px;
    height: 40px;
    margin-right: 12px
}

.guide-title .guide-title-left .icon img {
    width: 100%;
    height: 100%
}

.guide-title .guide-title-left .txt {
    font-size: 28px;
    color: #000;
    line-height: 40px
}

.guide-title .guide-title-right {
    margin-left: 30px;
    font-size: 18px;
    color: #676f7a
}

.guide-content {
    margin-top: 30px;
    display: -ms-flexbox;
    display: flex
}

.guide-content .content-left {
    position: relative;
    border: 1px solid #edeff2;
    background: #fff;
    -ms-flex: 1;
    flex: 1;
    border-radius: 4px
}

.guide-content .content-left .first_icon {
    position: absolute;
    left: 10px;
    top: 10px
}

.guide-content .content-left .recommendation_icon {
    position: absolute;
    right: -7px;
    top: -7px
}

.guide-content .common-wrap {
    width: 100%;
    height: 100%;
    padding: 24px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.guide-content .common-tilte {
    font-size: 16px;
    color: #1c2129;
    font-weight: 600
}

.guide-content .common-img {
    margin-top: 12px;
    width: 480px;
    height: 220px;
    border-radius: 4px;
    overflow: hidden
}

.guide-content .common-img.right {
    width: 100%;
    height: auto;
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url("https://kf-ui.cdn-go.cn/weapp-image/latest/portal_main/pc_kf/imgs/img-20.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0
}

.guide-content .common-img.right img {
    width: 160px;
    height: 160px;
    border: 1px solid #edeff2
}

.guide-content .common-img img {
    width: 100%;
    height: 100%
}

.guide-content .common-desc {
    margin-top: 10px;
    font-size: 14px;
    color: #676f7a
}

.guide-content .content-right {
    position: relative;
    margin-left: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #edeff2;
    background: #fff;
    border-radius: 4px
}

.guide-content .content-right.w-424 {
    width: 424px
}

.guide-content .content-right.flex-1 {
    -ms-flex: 1;
    flex: 1
}

.guide-content .content-right .two_icon {
    position: absolute;
    left: 10px;
    top: 10px
}

.content-wxpay {
    position: relative;
    width: 100%;
    padding-left: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.content-wxpay .bg-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 334px;
    height: 100%
}

.content-wxpay .bg-img img {
    width: 100%;
    height: 100%
}

.content-wxpay .left-img {
    margin: 22px 0;
    width: 100px;
    height: 100px
}

.content-wxpay .left-img img {
    width: 100%;
    height: 100%
}

.content-wxpay .right-txt {
    margin-left: 30px;
    font-size: 18px
}

.content-wxpay .right-txt .txt {
    color: #676f7a
}

.content-wxpay .right-txt .name {
    margin-top: 12px;
    color: #1c2129;
    font-weight: 600
}

.loading-wrap {
    display: none;
    position: absolute;
    left: 0;
    top: 176px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .7);
    z-index: 1
}

.loading-content {
    width: 136px;
    padding: 16px 0;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .8);
    border-radius: 8px
}

.loading-content .icon {
    width: 24px;
    height: 24px
}

.loading-content .icon img {
    width: 100%;
    height: 100%
}

.loading-content .txt {
    margin-left: 16px;
    color: #fff;
    font-size: 16px
}

.search-no {
    text-align: center;
    padding: 50px;
    font-size: 22px;
}