
.max_w {
    width: 1200px;
    margin-left: auto;
    margin-right: auto
}

* {
    margin: 0;
    padding: 0
}

.rotate180 {
    transform: rotate(-180deg);
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

.rotate90 {
    transform: rotate(-90deg);
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

body {
    font-size: 12px;
    -webkit-text-size-adjust: none;
    color: #666;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    margin: 0 auto;
    font-family: PingFangSC-Regular, PingFang SC, Microsoft YaHei;
    line-height: 1.3;
    background: #F7F8FB;
    position: relative;
    min-height: 100vh;
    box-sizing: border-box;
    padding-bottom: 82px
}

b,
i,
s {
    text-decoration: none;
    font-weight: normal;
    font-style: normal
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

ul,
ol,
li {
    list-style: none
}

em {
    font-style: normal
}

img {
    border: none
}



q:before,
q:after {
    content: ''
}

.step:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.fn-clear {
    *zoom: 1
}

a {
    color: #666;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1)
}

a:active {
    color: #666;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1)
}

section,
aside,
header,
footer,
hgroup,
article,
canvas {
    display: block
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.fz14 {
    font-size: 14px
}

.fz16 {
    font-size: 16px
}

.fz18 {
    font-size: 18px
}

.fz20 {
    font-size: 20px
}

.fixed img {
    position: absolute
}

.hide {
    display: none 
}

a,
button,
input,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.l100 {
    left: 100%
}

input,
button,
textarea {
    border-radius: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #313131
}

.w100 {
    width: 100%
}

.clear:after {
    display: block;
    content: " ";
    clear: both
}

select {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

input {
    font-size: 16px;
    color: #333
}

input::-webkit-input-placeholder {
    color: #ACB2B9;
    font-size: 16px
}

.v_center_box {
    position: absolute;
    width: 100%;
    height: 80%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.padding_x {
    padding: 0 .3rem
}

.margin_x {
    margin: 0 .3rem
}

.flex {
    display: flex;
    flex-direction: row;
    align-items: center
}

.flex-1 {
    flex: 1
}

.flex-stretch {
    align-self: stretch
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-nowrap {
    flex-wrap: nowrap
}

.col-center {
    align-items: center
}

.col-top {
    align-items: flex-start
}

.col-bottom {
    align-items: flex-end
}

.row-center {
    justify-content: center
}

.row-left {
    justify-content: flex-start
}

.row-right {
    justify-content: flex-end
}

.row-between {
    justify-content: space-between
}

.row-around {
    justify-content: space-around
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.flex-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.flex-col {
    display: flex;
    flex-direction: column
}

.line-1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.line-2 {
    -webkit-line-clamp: 2
}

.line-3 {
    -webkit-line-clamp: 3
}

.line-4 {
    -webkit-line-clamp: 4
}

.line-5 {
    -webkit-line-clamp: 5
}

.line-2,
.line-3,
.line-4,
.line-5 {
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-pack: center
}

.disabled {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: .5
}

header {
    background-color: #fff;
    box-shadow: 0 4px 12px 0 rgba(48, 54, 61, 0.06);
    position: relative;
    z-index: 2;
    min-width: 1200px
}

header .top_box {
    height: 32px;
    background: #30363D
}

header .top_box a {
    color: #fff;
    margin-left: 48px
}

header .top_box a.register_link {
    margin-left: 0
}

header .top_box a.out_login_box {
    color: #a9a9a9;
    margin-left: 20px
}

header .top_box a.out_login_box:hover {
    color: #fff
}

header nav {
    height: 84px;
    background: #FFFFFF;
    overflow: hidden
}

header nav .logo {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    margin-right: 35px
}

header nav .nav_list_box {
    color: #30363D;
    font-size: 16px
}

header nav .nav_list_box a:hover,
header nav .nav_list_box a.active {
    color: #ef1c26;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

header nav .nav_list_box strong {
    margin-right: 44px
}

header nav .search_box {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative
}

header nav .search_box .search_input {
    background-color: transparent
}

header nav .search_box.hover .search_input {
    display: block;
    border: 0;
    margin-right: 10px;
    font-size: 16px
}

header nav .search_box.hover .search_btn {
    height: 63px;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    width: 437px;
    background-color: transparent;
    border-bottom: 1px solid #30363D
}

header nav .search_box.hover .search_icon1 {
    display: none
}

header nav .search_box.hover .search_icon2 {
    display: block
}

header nav .search_box .search_btn {
    width: 84px;
    height: 100%;
    background-color: #ef1c26;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

header nav .search_box .search_icon {
    width: 24px;
    flex-shrink: 0
}

header nav .search_box .layer_btn_box {
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0
}

header nav .index_search_box {
    height: 56px;
    width: 460px
}

header nav .index_search_box .search_input_box {
    border: 1px solid #333333;
    border-right: 0;
    box-sizing: border-box;
    height: 100%
}

header nav .index_search_box .search_input_box .search_input {
    background-color: transparent;
    border: 0;
    padding: 0 25px;
    font-size: 16px
}

header nav .index_search_box .search_input_box .search_input:-webkit-autofill {
    box-shadow: inset 0 0 0 1000px #fff;
    background-color: transparent
}

header nav .index_search_box .btn_box {
    background-color: #ef1c26;
    width: 60px;
    height: 100%;
    cursor: pointer
}

header nav .index_search_box .btn_box .search_icon {
    width: 20px
}

.mask_box {
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.gap {
    height: .24rem;
    background: #F7F8FB;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.main_content_box {
    margin-bottom: 16px
}

.main_content_box .main_max {
    width: 850px;
    background-color: #fff
}

.main_content_box .main_min {
    width: 342px
}

.main_content_box .header_box {
    height: 50px
}

.blue_line_title {
    font-weight: bold;
    color: #30363D;
    font-size: 16px;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center
}

.blue_line_title::before {
    content: '';
    width: 4px;
    height: 12px;
    background-color: #ef1c26;
    margin-right: 16px
}

.blue_line_title.blue_dot_title::before {
    width: 6px;
    height: 6px;
    margin-right: 7px;
    margin-left: 7px
}

.blue_line_title .title_hot {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/sidebar_hot_icon.png) center center / 15px 15px no-repeat;
    margin-left: 5px;
    vertical-align: top
}

.show {
    display: flex !important
}

footer {
    padding: 21px 0;
    background: #ECEDF1;
    min-width: 1200px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

footer .nav {
    margin-bottom: 12px;
    font-size: 14px
}

footer .nav a {
    color: #93989F
}

footer .nav a:not(:last-child)::after {
    content: '|';
    margin-left: 10px;
    margin-right: 10px
}

footer .nav a:hover {
    color: #ef1c26;
    text-decoration: underline
}

footer .nav a strong {
    font-weight: normal
}

footer .copyright_box {
    color: #93989F
}

.back_top_icon {
    width: 92px;
    position: fixed;
    right: 50%;
    margin-right: -700px;
    bottom: 256px;
    display: none
}

.breadcrumb_navigation {
    height: 58px;
    font-size: 14px;
    color: #30363D
}

.breadcrumb_navigation span {
    color: #93989F
}

.breadcrumb_navigation a {
    color: #93989F
}

.breadcrumb_navigation a:hover {
    color: #ef1c26;
    text-decoration: underline
}

.breadcrumb_navigation i {
    margin: 0 5px;
    color: #93989F
}

.breadcrumb_navigation .max_title {
    max-width: 300px
}

.breadcrumb_navigation * {
    font-weight: normal
}

.q_tags_box {
    font-size: 12px;
    background-color: #E8F0FE;
    height: 18px;
    position: relative;
    padding: 0 5px;
    line-height: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    display: inline-flex
}

.q_tags_box .q_cate_icon {
    width: 16px;
    height: 16px;
    margin-left: -8px;
    margin-right: 5px
}

.q_tags_box::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-left: 5px solid #E8F0FE;
    border-bottom: 9px solid transparent;
    right: -5px;
    top: 0
}

.q_tags_box .color_box {
    width: 4px;
    height: 4px;
    margin-right: 4px;
    background: #4176FF
}

.q_tags_box .color_box.blue,
.q_tags_box .color_box.color_block2 {
    background: #4176FF
}

.q_tags_box .color_box.green,
.q_tags_box .color_box.color_block1 {
    background: #00D896
}

.q_tags_box .color_box.red,
.q_tags_box .color_box.color_block4 {
    background: #FF6B62
}

.q_tags_box .color_box.color_block3 {
    background: #39D3FF
}

.q_tags_box .color_box.color_block5 {
    background: #A15EFF
}

.q_tags_box .color_box.color_block6 {
    background: #FFA900
}

.q_tags_box .color_box.color_block7 {
    background: #8BD843
}

.q_tags_box .color_box.color_block8 {
    background: #99B7E9
}

.pagination_box {
    padding: 48px 0
}

.pagination_box a {
    height: 36px;
    min-width: 36px;
    border: 1px solid #ACB2B9;
    padding: 0 14px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

.pagination_box a:hover {
    color: #ef1c26;
    background: rgba(171, 213, 255, 0.41);
    border-color: #ef1c26;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

.pagination_box a.active {
    background-color: #ef1c26;
    border: 0;
    color: #FFF
}

.pagination_box a.disabled,
.pagination_box a.disabled:hover {
    opacity: 1;
    color: #ACB2B9;
    border: 0;
    background: #F7F8FB;
    cursor: default
}

.pagination_box .nums {
    padding: 0 17px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 36px;
    color: #FFFFFF;
    background: #5FAFFF
}

.pagination_box.easy_pagination_box {
    padding: 30px 0
}

.pagination_box.easy_pagination_box a {
    padding: 0 30px;
    margin-right: 21px
}

.pagination_box.easy_pagination_box a.disabled {
    opacity: 1;
    color: #ACB2B9;
    border: 0;
    background: #F7F8FB;
    cursor: default
}

.category_select_box .clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.category_select_box .clearfix {
    zoom: 1
}

.category_select_box ul,
.category_select_box li {
    list-style: none
}

.category_select_box .qrm-input {
    outline: none;
    border: none;
    height: 30px
}

.category_select_box .qrm-pinming {
    line-height: 40px;
    position: relative;
    width: 385px
}

.category_select_box .qrm-pinming:hover {
    cursor: pointer
}

.category_select_box .qrm-pinming input:hover {
    cursor: pointer
}

.category_select_box .qrm-pinming-panel {
    position: absolute;
    top: 45px;
    left: -1px;
    z-index: 99999;
    width: 540px;
    height: 210px;
    border: 1px solid #b5b5b5;
    background: #ffffff
}

.category_select_box .qrm-border {
    float: left;
    width: 33.333%;
    height: 208px;
    overflow-y: scroll
}

.category_select_box .qrm-lev {
    float: left;
    width: 95%;
    margin: 0;
    padding: 0;
    font-size: 12px
}

.category_select_box .qrm-lev>li {
    width: 100%;
    position: relative;
    display: block;
    padding-left: 4px
}

.category_select_box .qrm-lev>li:hover {
    background: #d4d3d3;
    color: #ffffff
}

.category_select_box .qrm-arrow-right {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url("../images/menu_right_icon.png") no-repeat;
    background-size: cover;
    position: absolute;
    right: 5px;
    top: 12.5px
}

.category_select_box .qrm-lev-1>li.active {
    background: #dcdcdc;
    color: #ffffff
}

.category_select_box .qrm-lev-2>li.active {
    background: #dcdcdc;
    color: #ffffff
}

.category_select_box .qrm-lev-3>li.active {
    background: #dcdcdc;
    color: #ffffff
}

.category_select_box .input_box {
    height: 44px;
    background: #F7F8FB
}

.category_select_box .input_box .category_select_input {
    border: 0;
    padding: 0 20px;
    background-color: transparent
}

.category_select_box .select_btn {
    width: 44px;
    height: 44px;
    background: #DFEFFF;
    border: 1px solid #7EBFFF;
    flex-shrink: 0;
    box-sizing: border-box;
    -webkit-user-select: none
}

.category_select_box .select_btn .icon {
    width: 21px;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

.max_box {
    width: 880px
}

.min_box {
    width: 312px
}

.min_box .scanf,
.min_box .sadv {
    width: 100%;
    min-height: 217px;
    overflow: hidden;
    margin-bottom: 8px
}

.min_box .scanf img,
.min_box .sadv img {
    width: 100%
}

.min_box .scanf {
    box-sizing: border-box;
    padding: 106px 196px 13px 21px;
    background: url(../images/scanf_bg.png) 0 0/100% 100% no-repeat
}

.min_box .publicHotBox {
    padding: 20px 0 12px;
    position: relative;
    background: #fff
}

.min_box .publicHotBox .blue_line_title {
    margin-bottom: 11px
}

.min_box .publicHotBox .list_box {
    padding: 0 20px
}

.min_box .publicHotBox .list_box a {
    height: 40px;
    border-bottom: 1px solid #E9ECEF;
    box-sizing: border-box
}

.min_box .publicHotBox .list_box a:last-child {
    border: 0
}

.min_box .publicHotBox .list_box a strong {
    font-weight: normal;
    color: #30363D
}

.min_box .publicHotBox .list_box a strong:hover {
    color: #ef1c26;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

.layer_box {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9
}

.layer_box .centent_box {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: .56rem .44rem .52rem;
    color: #333;
    font-size: .32rem
}

.layer_box .layer_close_box {
    position: absolute;
    width: 32px;
    height: 32px;
    background: #676A6F;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    top: -10px;
    right: -10px
}

.layer_box .layer_close_box img {
    width: 20px;
    height: 20px
}

.default_null_box {
    padding: 176px 0 277px;
    text-align: center;
    font-size: 14px;
    color: #999999
}

.default_null_box .default_null_icon {
    width: 222px;
    margin-bottom: 40px
}

.default_null_box.default_404_box .default_null_icon {
    width: 256px;
    margin-bottom: 18px
}

::-webkit-scrollbar-thumb {
    background-color: #e3e4e6;
    height: 50px;
    outline-offset: -2px;
    outline: 0;
    border-radius: 0;
    border: 0 solid #ef1c26
}

::-webkit-scrollbar-thumb:hover {
    background-color: #005ba1;
    height: 50px;
    border-radius: 0
}

::-webkit-scrollbar {
    width: 10px;
    height: 5px
}

::-webkit-scrollbar-track-piece {
    background-color: transparent;
    border-radius: 0
}

.popPayment {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    display: none
}

.popPayment .pbox {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    min-height: 314px;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.2);
    padding: 32px
}

.popPayment .pbox .close {
    position: absolute;
    right: -11px;
    top: -11px;
    width: 34px;
    height: 34px;
    background: url(../images/popClose.png) 0 0/100% 100% no-repeat;
    cursor: pointer
}

.popPayment .pbox h2,
.popPayment .pbox .h2 {
    position: relative;
    width: 100%;
    height: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #30363D;
    line-height: 20px;
    border-bottom: 1px solid #ECEDF1;
    padding-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.popPayment .pbox h2:after,
.popPayment .pbox .h2:after {
    position: absolute;
    left: -32px;
    top: 2px;
    width: 5px;
    height: 16px;
    background: #3296FA;
    overflow: hidden;
    content: ""
}

.popPayment .pbox h2 s,
.popPayment .pbox .h2 s {
    flex: 1
}

.popPayment .pbox h2 span,
.popPayment .pbox .h2 span {
    display: inline-block;
    overflow: hidden;
    height: 20px;
    font-size: 12px;
    font-weight: normal;
    color: #ACB2B9;
    line-height: 20px
}

.popPayment .pbox h2 span a,
.popPayment .pbox .h2 span a {
    display: inline-block;
    color: #ACB2B9;
    padding-left: 16px;
    background: url(../images/pop_icon_right.png) 14px 0/14px 80px no-repeat
}

.popPayment .pbox h2 span a.declare,
.popPayment .pbox .h2 span a.declare {
    background-position: 0 0
}

.popPayment .pbox h2 span a.declare:hover,
.popPayment .pbox .h2 span a.declare:hover {
    color: #ef1c26;
    background-position: 0 -20px
}

.popPayment .pbox h2 span a.contact,
.popPayment .pbox .h2 span a.contact {
    background-position: 0 -40px
}

.popPayment .pbox h2 span a.contact:hover,
.popPayment .pbox .h2 span a.contact:hover {
    color: #ef1c26;
    background-position: 0 -60px
}

.popPayment .pbox h2 span i,
.popPayment .pbox .h2 span i {
    display: inline-block;
    margin: 0 12px
}

.popPayment .pbox h2.switchNav,
.popPayment .pbox .h2.switchNav {
    overflow: hidden
}

.popPayment .pbox h2.switchNav .navBox,
.popPayment .pbox .h2.switchNav .navBox {
    flex: 1;
    height: 25px;
    font-size: 18px;
    line-height: 25px
}

.popPayment .pbox h2.switchNav .navBox b,
.popPayment .pbox .h2.switchNav .navBox b {
    display: inline-block;
    color: #ACB2B9;
    margin: 0 72px 0 5px;
    font-weight: normal;
    cursor: pointer
}

.popPayment .pbox h2.switchNav .navBox b.sel,
.popPayment .pbox .h2.switchNav .navBox b.sel {
    position: relative;
    font-weight: 600;
    color: #ef1c26
}

.popPayment .pbox h2.switchNav .navBox b.sel::after,
.popPayment .pbox .h2.switchNav .navBox b.sel::after {
    position: absolute;
    left: 50%;
    bottom: -27px;
    width: 20px;
    height: 4px;
    background: #ef1c26;
    margin-left: -10px;
    content: ""
}

.popPayment .pbox .followBox {
    width: 584px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}

.popPayment .pbox .followBox .olat {
    margin-top: 40px;
    width: 372px;
    height: 64px;
    font-size: 22px;
    font-weight: 500;
    color: #333333;
    line-height: 32px;
    text-align: center
}

.popPayment .pbox .followBox .olat s {
    color: #ef1c26
}

.popPayment .pbox .followBox .code {
    position: relative;
    width: 215px;
    height: 215px;
    padding: 5px;
    box-sizing: border-box;
    margin-top: 18px;
    background: #fff;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.1)
}

.popPayment .pbox .followBox .code img {
    width: 100%;
    height: 100%
}

.popPayment .pbox .followBox .code.codeMask::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 9
}

.popPayment .pbox .followBox .expc,
.popPayment .pbox .followBox .exps {
    width: 100%;
    height: 20px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    text-align: center;
    margin-top: 20px
}

.popPayment .pbox .followBox .exps {
    display: none
}

.popPayment .pbox .followBox a.uv {
    display: none;
    width: 230px;
    height: 46px;
    background: #ef1c26;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    line-height: 46px
}

.popPayment .pbox .followBox.complete .code::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/checkcirclefill.png) rgba(255, 255, 255, 0.9) center 40%/40px 40px no-repeat;
    z-index: 9;
    content: "关注成功";
    font-size: 16px;
    color: #333;
    text-align: center;
    padding-top: 60%;
    box-sizing: border-box
}

.popPayment .pbox .followBox.complete .expc {
    display: none
}

.popPayment .pbox .followBox.complete .exps {
    display: block
}

.popPayment .pbox .followBox.complete a.uv {
    display: inline-block
}

.popPayment .pbox .cardList li {
    margin-top: 12px;
    width: 350px;
    height: 80px;
    box-sizing: border-box;
    padding: 14px 10px 10px;
    border: 1px solid #ccc;
    position: relative
}

.popPayment .pbox .cardList li .columnBox {
    width: 200px
}

.popPayment .pbox .cardList li .columnBox:nth-child(2) {
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto;
    max-width: 128px
}

.popPayment .pbox .cardList li .columnBox:nth-child(3) {
    margin-top: 10px
}

.popPayment .pbox .cardList li .columnBox h3,
.popPayment .pbox .cardList li .columnBox .h3 {
    width: 100%;
    height: 18px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.popPayment .pbox .cardList li .columnBox .alignment {
    width: 100%
}

.popPayment .pbox .cardList li .columnBox .alignment h4,
.popPayment .pbox .cardList li .columnBox .alignment .h4 {
    height: 28px;
    font-size: 28px;
    font-weight: bold;
    color: #FF0C00;
    line-height: 28px;
    margin-bottom: 8px;
    text-align: right
}

.popPayment .pbox .cardList li .columnBox .alignment h4 s,
.popPayment .pbox .cardList li .columnBox .alignment .h4 s {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px
}

.popPayment .pbox .cardList li .columnBox .alignment del {
    display: inline-block;
    height: 18px;
    font-size: 18px;
    color: #ACB2B9;
    line-height: 18px;
    overflow: hidden;
    padding-left: 18px
}

.popPayment .pbox .cardList li h5,
.popPayment .pbox .cardList li .h5 {
    display: inline-block;
    min-width: 100%;
    max-width: 100%;
    font-size: 13px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.popPayment .pbox .cardList li .label {
    position: absolute;
    left: -1px;
    top: -12px;
    max-width: 180px;
    height: 25px;
    overflow: hidden
}

.popPayment .pbox .withBox {
    width: 584px
}

.popPayment .pbox .withBox .winf {
    width: 100%;
    height: 64px;
    line-height: 64px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #666
}

.popPayment .pbox .withBox .winf s {
    font-size: 16px;
    font-weight: 600;
    color: #30363D
}

.popPayment .pbox .withBox .rowBox {
    position: relative;
    width: calc(100% + 32px);
    height: 183px;
    overflow: hidden
}

.popPayment .pbox .withBox .rowBox .subRow {
    position: relative;
    width: 100%;
    height: 183px;
    padding-bottom: 18px;
    overflow-x: auto;
    overflow-y: hidden
}

.popPayment .pbox .withBox .rowBox .subRow .cardList {
    float: left;
    list-style: none;
    width: 100%;
    overflow: hidden
}

.popPayment .pbox .withBox .rowBox .subRow .cardList li {
    float: left;
    position: relative;
    margin-top: 12px;
    width: 180px;
    height: 170px;
    box-sizing: border-box;
    border: 1px solid #F6F9FF;
    padding: 20px 16px 0 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    cursor: pointer;
    background: #F6F9FF;
    border-radius: 4px
}

.popPayment .pbox .withBox .rowBox .subRow .cardList li .columnBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

.popPayment .pbox .withBox .rowBox .subRow .cardList li .columnBox:nth-child(2) {
    max-width: 100%;
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    margin-top: 20px;
    align-items: center;
    justify-items: center
}

.popPayment .pbox .withBox .rowBox .subRow .cardList li .columnBox:nth-child(3) {
    margin-top: 10px;
    text-align: center
}

.popPayment .pbox .withBox .rowBox .subRow .cardList li .columnBox h3,
.popPayment .pbox .withBox .rowBox .subRow .cardList li .columnBox .h3 {
    width: 100%;
    height: 18px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center
}

.popPayment .pbox .withBox .rowBox .subRow .cardList li .columnBox h3 i,
.popPayment .pbox .withBox .rowBox .subRow .cardList li .columnBox .h3 i {
    display: inline-block;
    margin-left: 1px;
    width: 36px;
    height: 18px;
    vertical-align: top
}

.popPayment .pbox .withBox .rowBox .subRow .cardList li .columnBox h3 i.hot,
.popPayment .pbox .withBox .rowBox .subRow .cardList li .columnBox .h3 i.hot {
    background: url(../images/hot_iconFlow.png) 0 0 / 100% 100% no-repeat
}

.popPayment .pbox .withBox .rowBox .subRow .cardList li .columnBox .alignment {
    width: auto;
    height: auto
}

.popPayment .pbox .withBox .rowBox .subRow .cardList li .columnBox .alignment h4,
.popPayment .pbox .withBox .rowBox .subRow .cardList li .columnBox .alignment .h4 {
    height: 28px;
    font-size: 28px;
    font-weight: bold;
    color: #FF0C00;
    line-height: 28px;
    margin-bottom: 8px;
    text-align: left
}

.popPayment .pbox .withBox .rowBox .subRow .cardList li .columnBox .alignment h4 s,
.popPayment .pbox .withBox .rowBox .subRow .cardList li .columnBox .alignment .h4 s {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px
}

.popPayment .pbox .withBox .rowBox .subRow .cardList li .columnBox .alignment del {
    display: inline-block;
    height: 18px;
    font-size: 18px;
    color: #ACB2B9;
    line-height: 18px;
    overflow: hidden;
    padding-left: 18px
}

.popPayment .pbox .withBox .rowBox .subRow .cardList li .columnBox h5,
.popPayment .pbox .withBox .rowBox .subRow .cardList li .columnBox .h5 {
    display: inline-block;
    min-width: 96px;
    max-width: 100%;
    height: 26px;
    font-size: 13px;
    font-weight: normal;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 13px;
    background: rgba(139, 186, 255, 0.53);
    color: white;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box
}

.popPayment .pbox .withBox .rowBox .subRow .cardList li .label {
    position: absolute;
    left: -1px;
    top: -12px;
    max-width: 180px;
    height: 25px;
    overflow: hidden
}

.popPayment .pbox .withBox .rowBox .subRow .cardList li.sel {
    border-color: #FF0C00;
    background: #FFF4F3
}

.popPayment .pbox .withBox .rowBox .subRow .cardList li.sel .columnBox h5,
.popPayment .pbox .withBox .rowBox .subRow .cardList li.sel .columnBox .h5 {
    background: rgba(255, 116, 123, 0.6)
}

.popPayment .pbox .withBox .rowBox .subRow .cardList li+li {
    margin-left: 12px
}

.popPayment .pbox .explain {
    margin-top: 12px;
    width: 100%;
    font-size: 12px;
    padding: 10px;
    color: #5E677E;
    background: #F7F8FB;
    border-radius: 4px;
    box-sizing: border-box
}

.popPayment .pbox .explain img {
    max-width: 100%
}

.popPayment .pbox .payHtc {
    width: 100%;
    height: 16px;
    font-size: 16px;
    font-weight: 500;
    color: #30363D;
    line-height: 16px;
    padding: 30px 0
}

.popPayment .pbox .scanCode {
    padding-top: 12px;
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative
}

.popPayment .pbox .scanCode .typeBox {
    width: 180px;
    margin-right: 30px
}

.popPayment .pbox .scanCode .typeBox p {
    position: relative;
    width: 178px;
    height: 46px;
    box-sizing: border-box;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #676A6F;
    cursor: pointer;
    background: url(../images/paymentBtns.png) 0 0/178px 200px no-repeat
}

.popPayment .pbox .scanCode .typeBox p:nth-child(1) {
    background-position: 0 0
}

.popPayment .pbox .scanCode .typeBox p:nth-child(1).sel {
    background-position: 0 -50px;
    color: transparent
}

.popPayment .pbox .scanCode .typeBox p:nth-child(2) {
    background-position: 0 -100px
}

.popPayment .pbox .scanCode .typeBox p:nth-child(2).sel {
    background-position: 0 -150px
}

.popPayment .pbox .scanCode .typeBox p+p {
    margin-top: 14px
}

.popPayment .pbox .scanCode .qrcode {
    width: 134px;
    height: 134px;
    background: #fff;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
    box-sizing: border-box;
    padding: 8px;
    font-size: 14px;
    color: #666;
    text-align: center
}

.popPayment .pbox .scanCode .qrcode img,
.popPayment .pbox .scanCode .qrcode canvas {
    width: 100%;
    height: 100%
}

.popPayment .pbox .scanCode .alicode {
    display: none;
    width: 268px;
    height: 268px;
    padding: 0;
    overflow: hidden;
    transform: scale(.52);
    margin: -66px 0 0 -66px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2)
}

.popPayment .pbox .scanCode .alicode .codeCont {
    margin: -31px 0 0 -17px;
    width: 268px;
    height: 276px
}

.popPayment .pbox .scanCode .loading {
    display: none;
    position: absolute;
    left: 224px;
    top: 50px;
    width: 102px;
    height: 36px;
    background: url(../images/loading.gif) 0 0/100% 100% no-repeat
}

.popPayment .pbox .withBox .explain {
    height: auto;
    padding: 8px 16px 10px;
    min-height: 18px;
    line-height: 18px
}

.popPayment .pbox .withBox .scanCode {
    padding-top: 0
}

.loading_icon {
    width: 48px;
    margin: 20px 10px
}