@import url(../../../pc/style/font/iconfont.css);.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: 220px
}

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
}

input,textarea {
    outline: none;
    font-family: PingFangSC-Regular,PingFang SC,Microsoft YaHei
}

input,img {
    vertical-align: middle
}

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
}

.imx {
    background: url(../../../pc/images/derived/iconSpirit.png) 0 0 / 512px 512px no-repeat
}

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;
    position: relative;
    z-index: 2;
    min-width: 1200px
}

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

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

header .top_box a:hover {
    color: yellow
}

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 .top_box .slt_mu a {
    margin: 0;
    padding: 0 12px;
    height: 32px;
    line-height: 32px
}

header .top_box .slt_mu a:hover {
    color: #e13b29;
    background: white
}

header nav {
    height: 84px;
    background: #fff
}

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

header nav .logo_right {
    font-family: "Microsoft YaHei";
    font-size: 28px;
    color: #456cba;
    border-left: 1px solid #ececec;
    padding-left: 10px;
    margin-left: -25px;
    float: left;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    max-width: 330px;
    overflow: hidden;
    white-space: nowrap
}

header nav .logo_right.dark {
    color: #191B27;
    font-size: 26px;
    margin-left: 0;
    padding-left: 25px
}

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: #0080ff;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

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

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: #0080ff;
    -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,header nav .index_search_box2 {
    height: 56px;
    width: 460px
}

header nav .index_search_box .search_input_box,header nav .index_search_box2 .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,header nav .index_search_box2 .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,header nav .index_search_box2 .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,header nav .index_search_box2 .btn_box {
    background-color: #0080ff;
    width: 60px;
    height: 100%;
    cursor: pointer
}

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

header nav .index_search_wrap {
    width: 460px;
    display: flex;
    flex-direction: column
}

header nav .index_search_wrap .hot_key_box {
    width: 100%;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

header nav .index_search_wrap .hot_key_box a {
    display: inline-block;
    margin-right: 10px
}

header nav .index_search_wrap .hot_key_box a:hover {
    color: #e13b29
}

header nav .index_search_wrap.long {
    width: 520px
}

header nav .index_search_box2 {
    width: 100%;
    height: 48px
}

header nav .index_search_box2 .search_input_box {
    border: 2px solid #0080ff
}

header nav .index_search_box2 .search_input_box .search_input {
    padding: 0 21px;
    font-size: 14px
}

header nav .index_search_box2 .btn_box {
    background: linear-gradient(90deg, #0080ff, #6fb7ff);
    display: flex;
    justify-content: center;
    align-items: center
}

header nav .index_search_box2 .btn_box .imx {
    width: 60px;
    height: 48px;
    background-position: -2px -8px
}

header nav .auth_info {
    display: flex;
    flex-direction: column;
    padding: 0 10px
}

header nav .auth_info span {
    font-size: 13px;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

header nav .auth_info .login_btn_wrap {
    margin-top: 10px;
    display: flex
}

header nav .auth_info .login_btn_wrap a {
    height: 20px;
    line-height: 20px;
    padding: 0 13px;
    font-size: 13px;
    margin-right: 8px;
    border-radius: 30px;
    transition: .4s
}

header nav .auth_info .login_btn_wrap a:first-child {
    background-color: #f22121;
    background-image: linear-gradient(90deg, #f65637, #f22121);
    color: #fff;
    box-shadow: 0 3px 18px rgba(255,40,40,0.26)
}

header nav .auth_info .login_btn_wrap a:last-child {
    background-color: #584121;
    background-image: linear-gradient(90deg, #110502, #584121);
    color: #C2AA74;
    box-shadow: 0 3px 18px rgba(17,82,9,0.26)
}

header nav .auth_info .login_btn_wrap a:hover {
    transform: translateY(-3px)
}

header nav .iconMenu {
    display: flex;
    padding-left: 20px
}

header nav .iconMenu a {
    position: relative;
    width: 72px;
    height: 52px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

header nav .iconMenu a .imx {
    width: 32px;
    height: 32px
}

header nav .iconMenu a .imx.x1u {
    background-position: -300px 0
}

header nav .iconMenu a .imx.x2u {
    background-position: -332px 0
}

header nav .iconMenu a .imx.x3u {
    background-position: -364px 0
}

header nav .iconMenu a .imx.x4u {
    background-position: -396px 0
}

header nav .iconMenu a span {
    max-width: 100%;
    font-size: 12px;
    color: #333;
    overflow: hidden
}

header nav .iconMenu a b {
    display: none;
    position: absolute;
    left: 50%;
    top: 60px;
    z-index: 99;
    width: 160px;
    height: 160px;
    background: white;
    padding: 5px;
    box-shadow: 0 0 10px rgba(121,136,160,0.3);
    margin-left: -80px;
    box-sizing: border-box;
    border-radius: 3px
}

header nav .iconMenu a b:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -11px;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border: solid;
    border-width: 6px;
    border-color: transparent transparent white transparent;
    overflow: hidden;
    margin-left: -6px
}

header nav .iconMenu a b img {
    width: 100%;
    height: 100%
}

header nav .iconMenu a:hover span {
    color: #e13b29
}

header nav .iconMenu a.qrCode:hover b {
    display: inline-block
}

header nav .iconMenu a.btnx {
    width: 100px;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    background: linear-gradient(180deg, #e13b29 0%, #751a10 100%);
    color: yellow;
    border-radius: 32px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.3)
}

header nav .iconMenu a.btnx:hover {
    color: white;
    text-overflow: 0 0 1px rgba(0,0,0,0.6)
}

header nav .iconMenu .tel {
    display: flex;
    align-items: center;
    margin-right: 40px;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    color: #191B27
}

header nav .iconMenu .tel img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: #465069;
    border-radius: 20px;
    padding: 4px
}

header nav.xh {
    padding: 20px 0;
    height: auto;
    align-items: flex-start
}

header nav.xh .logo {
    margin-top: -10px
}

.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: #0080ff;
    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(../../../pc/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: #0080ff;
    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: 128px;
    display: none;
    cursor: pointer
}

.back_top_icon:hover {
    filter: hue-rotate(150deg)
}

.right_mount {
    width: 92px;
    position: fixed;
    right: 50%;
    margin-right: -700px;
    bottom: 220px;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: center
}

.right_mount a {
    position: relative;
    width: 64px;
    height: 64px;
    background: white;
    box-shadow: 2px 4px 10px rgba(121,136,160,0.3);
    border-radius: 50%;
    background: url(../../../pc/images/derived/rightFloat.png) 0 0 / 350px 128px no-repeat;
    transition: .4s;
    margin-top: 5px
}

.right_mount a span {
    display: none;
    position: absolute;
    right: 72px;
    top: 50%;
    width: 160px;
    height: 160px;
    background: white;
    padding: 5px;
    box-shadow: 2px 4px 10px rgba(121,136,160,0.3);
    margin-top: -80px;
    box-sizing: border-box;
    border-radius: 3px
}

.right_mount a span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -11px;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border: solid;
    border-width: 6px;
    border-color: transparent transparent transparent white;
    overflow: hidden;
    margin-top: -6px
}

.right_mount a span img {
    width: 100%;
    height: 100%
}

.right_mount a.app {
    background-position-x: 0
}

.right_mount a.wechat {
    background-position-x: -70px
}

.right_mount a.service {
    background-position-x: -140px
}

.right_mount a.feedback {
    background-position-x: -210px
}

.right_mount a.program {
    background-position-x: -280px
}

.right_mount a:hover {
    background-position-y: -64px
}

.right_mount a:hover span {
    display: inline-block
}

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

.breadcrumb_navigation span {
    color: #93989F
}

.breadcrumb_navigation a {
    color: #93989F
}

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

.breadcrumb_navigation i {
    font-family: '宋体','SimSun';
    margin: 0 5px;
    color: #93989F
}

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

.breadcrumb_navigation * {
    font-weight: normal
}

.breadcrumb_navigation.no_height {
    height: auto;
    padding-bottom: 16px
}

.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 #e5e5e5;
    padding: 0 14px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    border-radius: 4px;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

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

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

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

.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 14px;
    margin-right: 21px
}

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

.category_select_box .clearfix {
    zoom:1}

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

.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,.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,.category_select_box .qrm-lev-2>li.active,.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%;
    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(../../../pc/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: #0080ff;
    -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 #0080ff
}

::-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(../../../pc/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(../../../pc/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: #0080ff;
    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: #0080ff;
    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: #0080ff
}

.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: #0080ff;
    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: #0080ff
}

.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 {
    width: 100%;
    height: 20px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    text-align: center;
    margin-top: 20px
}

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

.popPayment .pbox .followBox a.uv {
    display: none;
    width: 230px;
    height: 46px;
    background: #0080ff;
    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(../../../pc/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(../../../pc/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(../../../pc/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(../../../pc/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
}

.noData {
    width: 100%;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center
}

.noData img {
    max-width: 100%
}

.noData p {
    margin-top: 20px;
    font-size: 14px
}

.selectUs {
    padding: 30px 0
}

.selectUs .title {
    font-size: 20px;
    text-align: center;
    max-width: 1200px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin: 0 auto
}

.selectUs .imArr {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center
}

.selectUs .imArr img {
    width: 245px;
    height: 332px;
    margin-top: 30px
}

.selectUs .imArr img+img {
    margin-left: 70px
}

.footerX {
    background: #191B27
}

.footerX .nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.footerX .nav p {
    position: relative;
    padding: 5px;
    background: white;
    color: white;
    margin: 0 20px 20px 0
}

.footerX .nav .ewm1::after {
    position: absolute;
    left: 50%;
    bottom: -20px;
    content: "扫码联系";
    font-size: 12px;
    line-height: 1.1;
    color: white;
    transform: translateX(-50%);
    white-space: nowrap
}
.footerX .nav .ewm2::after {
    position: absolute;
    left: 50%;
    bottom: -20px;
    content: "下载APP";
    font-size: 12px;
    line-height: 1.1;
    color: white;
    transform: translateX(-50%);
    white-space: nowrap
}
.footerX .nav p::after {
    position: absolute;
    left: 50%;
    bottom: -20px;
    content: "下载APP";
    font-size: 12px;
    line-height: 1.1;
    color: white;
    transform: translateX(-50%);
    white-space: nowrap
}

.footerX .nav span {
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 20px;
    margin-left: 100px;
}

.footerX .nav span b {
    display: flex;
    align-items: center
}

.footerX .nav span b img {
    width: 24px;
    height: 24px;
    margin-right: 10px
}

.footerX .nav span b+b {
    margin-top: 20px
}


.home_menu_box_wrap .menu_box .nav_menu{
    display: flex;
    justify-content: space-between;
    align-items: center; 
    flex-wrap: wrap; 
  }
  .home_menu_box_wrap .menu_box .nav_menu .zxdh{
      font-size: 14px;
      color: #333;
      margin-left: 10px; 
  } 
  .home_menu_box_wrap .iconMenu .tel img {
      width: 20px;
      height: 20px;
      margin-right: 10px;
      background: #465069;
      border-radius: 20px;
      padding: 4px
  }
  .home_menu_box_wrap .iconMenu .tel {
      display: flex;
      align-items: center;
      height: 32px;
      line-height: 32px;
      font-size: 15px;
      color: #191B27
  }
  .home_menu_box_wrap .menu_box .nav_menu ul li .on {
      color: yellow
  }
  .home_menu_box_wrap .menu_box .nav_menu ul .on a {
      color: yellow
  }
  .logoBox{
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: center;
  }
  .logoBox .logoImg{
    width: 160px;
    margin-right: 10px;
    height: 62px;
  }
  .logoBox .title{
    display: flex;
    color: #555;
    font-size: 17px;
    font-weight: bold;
  }
  .video_list .moreBt{
    color: #333;
    font-size: 16px;
    font-weight: bold;
  }
.ewm{ 
    margin: 0 20px 0 0;
}
.ewm .imgBox{
    position: relative;
    padding: 7px 5px 7px 5px;
    background: white;
    color: white;
    margin: 0;
}
.ewm .text{
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 1.1;
    color: white;
    margin-top: 8px;
}
.ewmImg{
    width:100px;
    height: 100px;
}
.video_list .max_title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 19px;
    color: #30363D;
    font-weight: bold;
    position: relative;
    padding-left: 15px;
}

.video_list .max_title::after {
    position: absolute;
    left: 0px;
    top: 50%;
    content: "";
    width: 6px;
    height: 6px;
    background: #0080ff;
    margin-top: -3px;
}