@charset "utf-8";

* {
    margin: 0;
    padding: 0
}

body {
    color: #333;
    background-color: #f9f9f9
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
    margin: 0;
    padding: 0;
    font: 14px/1.5 Microsoft Yahei, Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif
}

table,
td,
tr,
th {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px
}

ol,
ul {
    list-style: none
}

li {
    list-style-type: none
}

img {
    vertical-align: middle;
    border: 0
}

address,
cite,
code,
em,
th,
i {
    font-weight: normal;
    font-style: normal
}

.clear {
    clear: both;
    *zoom: 1
}

.clear:after {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    visibility: hidden;
    content: "."
}

a {
    text-decoration: none;
    color: #333;
    cursor: pointer
}

a:visited,
a:hover,
a:active {
    text-decoration: none
}

.fl {
    float: left
}

.fr {
    float: right
}

::-webkit-scrollbar {
    width: 0
}

::-webkit-scrollbar-track {
    background-color: #e6e6e6;
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    background-color: #2e71b4;
    border-radius: 4px
}

::-webkit-scrollbar-thumb:window-inactive {
    background-color: #2e71b4;
    border-radius: 4px
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none
}

textarea {
    -webkit-appearance: none
}

input {
    border-radius: 0
}

.w1400 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box
}

@media screen and (max-width:1499px) {
    .w1400 {
        width: 95%
    }
}

.ab_top {
    width: 100%;
    background: #fff;
    height: 90px;
    position: relative;
    z-index: 99
}

.ab_top .abtop_main {
    height: 100%;
    position: relative;
    padding: 0
}

.abtop_main .toplogo {
    width: auto;
    height: 58px;
    overflow: hidden;
    margin: 16px 0;
    padding: 0;
    float: left
}

.toplogo a {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 58px;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.toplogo a img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0;
    padding: 0
}

.ab_top .abtop_main .top_right {
    width: calc(100% - 370px);
    float: right;
    height: 100%
}

.ab_top .abtop_main .top_right .nav {
    width: calc(100% - 50px);
    float: left;
    height: 90px;
    transition: all .4s
}

.ab_top .abtop_main .top_right#showopen .nav {
    transform: scale3d(0, 0, 0);
    width: 0
}

.ab_top .abtop_main .top_right .nav li {
    width: 12.285%;
    height: 100%;
    float: left;
    text-align: center;
    position: relative
}

.ab_top .abtop_main .top_right .nav li:first-child {
    width: 10%
}

.ab_top .abtop_main .top_right .nav li>a {
    height: 100%;
    line-height: 90px;
    font-size: 18px;
    text-align: center;
    transition: .4s ease;
    display: inline-block;
    position: relative;
    z-index: 2
}

.ab_top .abtop_main .top_right .nav li:after {
    display: block;
    content: "";
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: #EF3B1B;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 16px;
    left: 0;
    transition: all .5s;
    z-index: 1
}

.ab_top .abtop_main .top_right .nav li:hover:after,
.ab_top .abtop_main .top_right .nav li.navon:after {
    height: 58px
}

.ab_top .abtop_main .top_right .nav li.navon i {
    background: url(../images/topjt2.png) center no-repeat
}

.ab_top .abtop_main .top_right .nav li:hover a,
.ab_top .abtop_main .top_right .nav li.navon a {
    color: #fff
}

.ab_top .abtop_main .top_right .nav li i {
    background: url(../images/topjt.png) center no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 15px 15px;
    vertical-align: middle;
    cursor: pointer;
    margin: -4px 0 0 5px;
    position: relative;
    z-index: 2
}

.ab_top .abtop_main .top_right .nav li:hover i {
    background: url(../images/topjt1.png) center no-repeat
}

.ab_top .abtop_main .top_right .nav li>i {
    position: absolute;
    top: 15px;
    right: 0;
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/topjt.png) center no-repeat;
    transition: all .4s;
    display: none
}

.nav_item_open {
    max-width: auto;
    height: auto;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 12, 49, .1);
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    transform: translatab(34px);
    transition: all .4s;
    overflow: hidden;
    max-height: 300px
}

.ny_top .nav_item_open {
    background-color: #fff
}

.ab_top .abtop_main .top_right .nav li:hover:hover .nav_item_open {
    visibility: visible;
    opacity: 1;
    transform: translatab(0)
}

.ab_top .abtop_main .top_right .nav li .subopen {
    display: none
}

.ab_top .abtop_main .top_right .nav li .nav_item2 {
    width: 100%
}

.ab_top .abtop_main .top_right .nav li .nav_item2 a {
    display: block;
    width: 100%;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    padding: 0 10px;
    color: #666;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(85, 87, 89, .1)
}

.ab_top .abtop_main .top_right .nav li .nav_item2 a {
    color: #565656
}

.ab_top .abtop_main .top_right .nav li .nav_item2:hover a {
    color: #EF3B1B
}

.ab_top .abtop_main .top_search {
    float: right;
    position: relative;
    transition: all .5s;
    height: 100%;
    display: flex;
    align-items: center
}

.ab_top .abtop_main .nav-hide .top_search {
    margin-top: 19px
}

.ab_top .abtop_main .top_search em {
    background: url(../images/search.png) center no-repeat;
    height: 100%;
    width: 26px;
    height: 26px;
    cursor: pointer;
    display: block;
    float: right;
    overflow: hidden;
    transition: all .3s
}

.ab_top .abtop_main .top_search em:hover {
    opacity: .8
}

.ab_top .abtop_main #showopen .top_search em {
    opacity: 0
}

.ab_top .abtop_main .top_search .search_con2 {
    position: absolute;
    right: 0;
    height: 50px;
    z-index: 100;
    transform: scale3d(0, 0, 0);
    transform-origin: right center;
    transition: all .5s;
    opacity: 0;
    width: 500px;
    background: #fff
}

.ab_top .abtop_main #showopen .top_search .search_con2 {
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

.top_search .search_con2 .search-input {
    width: 380px;
    float: left;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    font-size: 16px;
    padding-left: 20px;
    background: #fff
}

.top_search .search_con2 .input1 {
    height: 48px;
    line-height: 48px;
    background: none;
    border: 0;
    width: calc(100% - 57px);
    float: left;
    outline: none;
    font-size: 16px;
    color: #666
}

.top_search .search_con2 .bnts {
    float: right;
    width: 56px;
    height: 48px;
    background: url(../images/search.png) center no-repeat;
    margin-right: 1px;
    cursor: pointer;
    border: none
}

.top_search .search_con2 .bnts:hover {
    transition: all .3s;
    opacity: .8
}

.top_search .search_con2 .moblie-search-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    background: url(../images/scguan.png) center no-repeat
}

.nav-hide .top_search .search_con2 .moblie-search-close {
    background-image: url(../images/scguan.png)
}

@media screen and (max-width:1200px) {
    .ab_top {
        height: 80px
    }

    .abtop_main .toplogo {
        margin: 12px 0
    }

    .ab_top .abtop_main .top_right {
        width: calc(100% - 320px)
    }

    .ab_top .abtop_main .top_right .nav {
        width: calc(100% - 30px);
        height: 80px
    }

    .ab_top .abtop_main .top_right .nav li>a {
        font-size: 16px;
        line-height: 80px
    }

    .ab_top .abtop_main .top_right .nav li:hover:after,
    .ab_top .abtop_main .top_right .nav li.navon:after {
        height: 48px
    }

    .ab_top .abtop_main .top_right .nav li i {
        width: 16px;
        height: 16px;
        margin: -4px 0 0 3px
    }

    .ab_top .abtop_main .top_right .nav li .nav_item2 a {
        height: 42px;
        line-height: 42px
    }

    .ab_top .abtop_main .top_search .search_con2 {
        height: 45px
    }

    .top_search .search_con2 .search-input {
        height: 45px;
        line-height: 45px;
        font-size: 15px
    }

    .top_search .search_con2 .input1 {
        height: 45px;
        line-height: 45px;
        font-size: 15px
    }
}

@media screen and (max-width:1080px) {
    .ab_top .abtop_main .top_right .nav li>a {
        font-size: 15px
    }

    .ab_top .abtop_main .top_right .nav li .nav_item2 a {
        font-size: 14px
    }
}

@media screen and (max-width:1023px) {
    .phonebox {
        position: fixed;
        width: 100%;
        z-index: 999999;
        background: #fff;
        top: 0
    }

    .ab_top {
        height: 68px;
        position: relative
    }

    .ab_top .w1400 {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box
    }

    .ab_top .abtop_main .top_right {
        width: 100%;
        position: absolute;
        top: 78px;
        z-index: 9999999;
        background: #fff;
        height: 100vh;
        border-top: 1px solid #ddd;
        left: 100%;
        transition: all .5s ease;
        overflow: scroll
    }

    .ab_top .abtop_main .top_right.open {
        left: 0
    }

    .ab_top .abtop_main .top_right .nav {
        width: 100%;
        height: auto;
        float: none;
        margin: 0
    }

    .ab_top .abtop_main .top_right .nav li:first-child {
        width: 90%
    }

    .ab_top .abtop_main .top_right .nav li {
        width: 90%;
        margin: 0 auto;
        float: none;
        background: #fff;
        border-bottom: 1px dashed #ddd
    }

    .ab_top .abtop_main .top_right .nav li>a {
        line-height: 55px
    }

    .ab_top .abtop_main .top_right .nav li:hover:after,
    .ab_top .abtop_main .top_right .nav li.navon:after {
        height: 55px
    }

    .ab_top .abtop_main .top_right .nav li:after {
        top: 0
    }

    .ab_top .abtop_main .top_right .nav li::before,
    .ab_top .abtop_main .top_right .nav li.navon a::before {
        height: 0
    }

    .ab_top .abtop_main .top_right .nav li .hide>a {
        font-size: 18px;
        line-height: 60px
    }

    .ab_top .abtop_main .top_right .nav li>a {
        font-size: 16px
    }

    .ab_top .abtop_main .top_right .nav li .nav_item2 a {
        font-size: 15px
    }

    .ab_top .abtop_main .top_right .nav li i {
        display: none
    }

    .nav_item_open {
        position: static;
        width: 100%;
        visibility: visible;
        opacity: 1;
        transform: translatab(0);
        box-shadow: none;
        display: none;
        transition: none
    }

    .ab_top .abtop_main .top_right .nav li.on>i {
        transform: rotate(180deg)
    }

    .ab_top .abtop_main .top_right .nav li .nav_item2 {
        background-color: #f7f7f7;
        margin-bottom: 1px
    }

    .ab_top .abtop_main .top_search {
        width: 100%;
        height: auto;
        float: none;
        margin-left: 0
    }

    .ab_top .abtop_main .top_search em {
        display: none
    }

    .ab_top .abtop_main .top_search .search_con2 {
        opacity: 1;
        transform: none;
        position: static;
        width: 80%;
        margin: 40px auto 0
    }

    .top_search .search_con2 .search-input {
        width: 100%
    }

    .top_search .search_con2 .moblie-search-close {
        display: none
    }

    .ab_top .nav_menu {
        position: absolute;
        right: 3%;
        margin-top: 28px;
        height: 25px;
        transition: all .5s ease
    }

    .ab_top .nav_menu span {
        display: block;
        width: 26px;
        height: 2px;
        background: #666;
        margin-top: 7px
    }

    .ab_top .nav_menu:before,
    .ab_top .nav_menu:after {
        content: "";
        display: block;
        width: 26px;
        height: 2px;
        background: #666
    }

    .ab_top .nav_menu:after {
        margin-top: 7px
    }

    .ab_top .nav_menu.open span {
        background: transparent;
        transform: translate(-50%, -50%) rotate(180deg)
    }

    .ab_top .nav_menu.open:before {
        margin-top: 10px;
        transform: rotate(45deg);
        width: 23px
    }

    .ab_top .nav_menu.open::after {
        margin-top: -11px;
        transform: rotate(-45deg);
        width: 23px
    }
}

@media screen and (max-width:800px) {
    .abtop_main .toplogo {
        height: 58px;
        margin: 10px 0
    }

    .toplogo a {
        height: 58px
    }
}

@media screen and (max-width:767px) {
    .abtop_main .toplogo {
        height: 50px;
        margin: 10px 0
    }

    .toplogo a {
        height: 50px
    }

    .ab_top .abtop_main .top_right {
        top: 68px
    }
}

.ab_foot {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 100px 0 0;
    background-color: #232323;
    box-sizing: border-box;
    position: relative
}

.ab_foot .webfoot_links {
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box
}

.webfoot_links .links_tit {
    width: 135px;
    height: 90px;
    background: #EF3B1B;
    float: left;
    line-height: 90px;
    padding: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 30px;
    font-family: 思源宋体;
    font-weight: bold;
    text-align: center
}

.webfoot_links .links_list {
    width: calc(100% - 135px);
    background: #2a2a2a url(../images/lkbg.png) repeat;
    float: right;
    height: auto;
    height: 90px;
    overflow: hidden;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 10px 0 0 40px;
    position: relative;
    box-sizing: border-box;
    overflow-y: scroll
}

.webfoot_links .links_list a {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    color: rgba(255, 255, 255, .45);
    font-size: 14px;
    margin: 0 20px 0 0;
    padding: 0
}

.webfoot_links .links_list a:hover {
    color: #fff
}

.links_list::-webkit-scrollbar {
    width: 2px
}

.links_list::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    border-radius: 0
}

.links_list::-webkit-scrollbar-thumb {
    background-color: #EF3B1B
}

.links_list::-webkit-scrollbar-thumb:window-inactive {
    background-color: #EF3B1B
}

.pc_ft_main {
    padding: 100px 0;
    position: relative;
    margin: 0 auto;
    overflow: hidden
}

.pc_ft_main .ft_list {
    float: left;
    overflow: hidden;
    padding: 0;
    width: 60%;
    margin-right: 3%
}

.ft_list ul li {
    width: 21.25%;
    min-height: 196px;
    height: auto;
    overflow: visible;
    float: left;
    box-sizing: border-box;
    margin-right: 5%
}

.ft_list ul li:nth-child(4) {
    margin-right: 0
}

.ft_list ul li b {
    width: 100%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #fff;
    font-size: 18px;
    margin: 0 auto 10px;
    padding: 0 0 5px 0;
    display: block;
    position: relative;
    font-weight: normal
}

.ft_list ul li b a {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    text-decoration: none;
    display: block;
    margin: 0;
    height: 30px;
    min-height: 30px;
    transition: color .3s ease
}

.ft_list ul li b a:hover {
    color: #EF3B1B
}

.ft_list ul li em {
    display: block;
    width: 36px;
    height: 1px;
    background: #EF3B1B;
    margin-bottom: 20px
}

.ft_list ul li a {
    display: block;
    width: 100%;
    min-height: 35px;
    height: auto;
    overflow: visible;
    line-height: 35px;
    font-size: 14px;
    margin: 0 0 5px 0;
    padding: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgba(255, 255, 255, .45);
    transition: color .3s ease
}

.ft_list ul li a:hover {
    color: #fff
}

.f_ewm {
    margin-top: 10px
}

.f_ewm img {
    width: 126px
}

.f_ewm p {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    color: rgba(255, 255, 255, .45)
}

.pc_ft_main .con {
    width: 25%;
    box-sizing: border-box
}

.pc_ft_main .con .ico9 {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, .45);
    line-height: 25px;
    background: url(../images/foot_ico1.png) left no-repeat;
    padding-left: 25px
}

.pc_ft_main .con .dtel {
    display: block;
    font-family: fantasy;
    font-size: 42px;
    color: #EF3B1B;
    margin: 5px 0 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.pc_ft_main .con span {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, .45);
    margin: 10px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pc_ft_main .con span img {
    display: inline-block;
    margin: -4px 10px 0 0
}

.ab_foot .foot_copy {
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding: 25px 0;
    overflow: hidden;
    color: rgba(255, 255, 255, .15);
    font-size: 14px
}

.ab_foot .foot_copy a {
    color: rgba(255, 255, 255, .15)
}

.ab_foot .foot_copy a:hover {
    color: #fff
}

@media (max-width:1366px) {
    .pc_ft_main .ft_list {
        width: 50%
    }

    .pc_ft_main .con {
        width: 30%
    }

    .pc_ft_main {
        padding: 50px 0 60px
    }
}

@media (max-width:1200px) {
    .ab_foot {
        padding: 55px 0 0
    }

    .pc_ft_main .ft_list {
        width: 50%
    }

    .pc_ft_main .con {
        width: 30%
    }

    .pc_ft_main {
        padding: 40px 0 50px
    }

    .pc_ft_main .con .dtel {
        font-size: 40px
    }
}

@media (max-width:1079px) {
    .ab_foot {
        padding: 45px 0 0
    }

    .pc_ft_main {
        padding: 30px 0 40px
    }

    .pc_ft_main .con .dtel {
        font-size: 38px
    }
}

@media (max-width:1023px) {
    .ab_foot {
        padding: 35px 0 0
    }

    .pc_ft_main .ft_list {
        display: none
    }

    .pc_ft_main {
        padding: 20px 0 30px
    }

    .pc_ft_main .con {
        width: 50%;
        padding: 0;
        float: left;
        margin-left: 50px
    }

    .ab_foot .foot_copy {
        padding: 15px 0
    }

    .ab_foot .foot_copy .copy_l,
    .ab_foot .foot_copy .copy_r {
        float: none
    }
}

@media (max-width:767px) {
    .ab_foot {
        padding: 25px 0 0
    }

    .web_foot {
        padding: 0
    }

    .webfoot_links .links_tit {
        width: 100%;
        height: 70px;
        line-height: 70px;
        font-size: 25px
    }

    .webfoot_links .links_list {
        width: 100%
    }

    .pc_ft_main {
        padding: 30px 0;
        text-align: center
    }

    .pc_ft_main .ft_list {
        display: none
    }

    .pc_ft_main .con {
        display: none
    }

    .f_ewm {
        float: none !important
    }

    .ab_foot .foot_copy {
        text-align: center;
        padding: 15px 0
    }

    .ab_foot .foot_copy .copy_l,
    .ab_foot .foot_copy .copy_r {
        float: none
    }
}

.foot_copy .copy_l {
    text-align: center
}

.ab_view {
    position: fixed;
    width: 80px;
    top: 40%;
    right: 20px;
    text-align: center;
    display: block;
    font-size: 12px;
    z-index: 100;
    overflow: visible
}

.ab_view ul {
    margin: 0;
    padding: 10px 0;
    color: #333;
    list-style: none
}

.ab_view ul li {
    position: relative;
    margin-bottom: 2px
}

.ab_view .kefu-400 a.kefu-tel-400 {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 12px 8px;
    background: #007bff;
    border-radius: 8px;
    font-weight: 500;
    font-size: 12px;
    transition: all .3s ease;
    box-shadow: 0 2px 4px rgba(0, 123, 255, .2)
}

.ab_view .kefu-400 a.kefu-tel-400:hover {
    background: #0056b3;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 123, 255, .3)
}

.ab_view .kefu-400 p {
    position: absolute;
    top: 0;
    right: 85px;
    background: #333;
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(10px);
    transition: all .3s ease;
    pointer-events: none;
    z-index: 1000
}

.ab_view .kefu-400 p span {
    font-size: 11px;
    opacity: .9
}

.ab_view .kefu-400:hover p {
    opacity: 1;
    transform: translateX(0)
}

.ab_view .kefu-mobile-phone p {
    position: absolute;
    top: 0;
    right: 85px;
    background: #333;
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(10px);
    transition: all .3s ease;
    pointer-events: none;
    z-index: 1000
}

.ab_view .kefu-mobile-phone p span {
    font-size: 11px;
    opacity: .9
}

.ab_view .kefu-mobile-phone:hover p {
    opacity: 1;
    transform: translateX(0)
}

@media (max-width:800px) {
    .ab_view .kefu-400 p {
        display: block !important
    }

    .ab_view .kefu-400:active p {
        opacity: 1;
        transform: translateX(0)
    }

    .ab_view .kefu-contacts:active .contact-dropdown {
        opacity: 1;
        transform: translateX(0);
        pointer-events: auto
    }
}

.ab_view .kefu-contacts a.kefu-contact-btn {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 12px 8px;
    background: #6c757d;
    border-radius: 8px;
    font-weight: 500;
    font-size: 12px;
    transition: all .3s ease;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(108, 117, 125, .2)
}

.ab_view .kefu-contacts a.kefu-contact-btn:hover {
    background: #5a6268;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(108, 117, 125, .3)
}

.ab_view .contact-dropdown {
    position: absolute;
    top: 0;
    right: 85px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    opacity: 0;
    transform: translateX(10px);
    transition: all .3s ease;
    pointer-events: none;
    z-index: 99999;
    min-width: 200px
}

.ab_view .kefu-contacts:hover .contact-dropdown {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto
}

.ab_view .contact-person {
    padding: 10px 15px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: background-color .2s ease
}

.ab_view .contact-person:last-child {
    border-bottom: none
}

.ab_view .contact-person:hover {
    background-color: #f8f9fa
}

.ab_view .person-info strong {
    display: block;
    color: #333;
    font-size: 13px;
    margin-bottom: 3px
}

.ab_view .person-info span {
    color: #666;
    font-size: 12px
}

.ab_view .kefu-wechat a.kefu-wx {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 12px 8px;
    background: #28a745;
    border-radius: 8px;
    font-weight: 500;
    font-size: 12px;
    transition: all .3s ease;
    box-shadow: 0 2px 4px rgba(40, 167, 69, .2)
}

.ab_view .kefu-wechat a.kefu-wx:hover {
    background: #218838;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(40, 167, 69, .3)
}

.wechat-qr-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center
}

.qr-modal-content {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
    max-width: 600px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto
}

.qr-modal-header {
    padding: 20px 20px 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.qr-modal-header .modal-title {
    font-size: 18px;
    font-weight: bold;
    color: #333
}

.qr-modal-header .qr-close {
    font-size: 24px;
    color: #999;
    cursor: pointer;
    transition: color .2s ease
}

.qr-modal-header .qr-close:hover {
    color: #333
}

.qr-modal-body {
    padding: 20px
}

.qr-person-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    margin-bottom: 15px;
    transition: all .2s ease
}

.qr-person-item:hover {
    border-color: #28a745;
    box-shadow: 0 2px 8px rgba(40, 167, 69, .1)
}

.qr-person-item:last-child {
    margin-bottom: 0
}

.qr-person-info {
    flex: 1
}

.qr-person-info strong {
    display: block;
    color: #333;
    font-size: 16px;
    margin-bottom: 5px
}

.qr-person-info span {
    color: #666;
    font-size: 14px
}

.qr-code-img {
    text-align: center
}

.qr-code-img img {
    border: 1px solid #eee;
    border-radius: 6px
}

@media (max-width:600px) {
    .qr-person-item {
        flex-direction: column;
        text-align: center
    }

    .qr-person-info {
        margin-bottom: 15px
    }

    .qr-modal-content {
        margin: 20px;
        width: calc(100% - 40px)
    }
}

.ab_view .kefu-top a.scroll-to-top {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 12px 8px;
    background: #6c757d;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    transition: all .3s ease;
    text-align: center;
    position: relative;
    box-shadow: 0 2px 4px rgba(108, 117, 125, .2)
}

.ab_view .kefu-top a.scroll-to-top:hover {
    background: #5a6268;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(108, 117, 125, .3)
}

.ab_view .kefu-top .top-icon {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 2px
}

.ab_view .kefu-top .top-text {
    font-size: 10px;
    opacity: .9
}

.ab_view .kefu-mobile-phone {
    display: none
}

.ab_view .kefu-mobile-phone a.kefu-phone-btn {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 12px 8px;
    background: #dc3545;
    border-radius: 8px;
    font-weight: 500;
    font-size: 12px;
    transition: all .3s ease;
    box-shadow: 0 2px 4px rgba(220, 53, 69, .2)
}

.ab_view .kefu-mobile-phone a.kefu-phone-btn:hover {
    background: #c82333;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(220, 53, 69, .3)
}

@media (max-width:800px) {
    .ab_view {
        width: 60px;
        border-radius: 8px;
        right: 10px;
        top: 40%
    }

    .ab_view ul {
        padding: 5px 0
    }

    .ab_view ul li {
        margin-bottom: 1px
    }

    .ab_view ul li a {
        font-size: 10px;
        padding: 8px 4px;
        line-height: 1.2
    }

    .ab_view .kefu-top .top-icon {
        font-size: 14px;
        margin-bottom: 1px
    }

    .ab_view .kefu-top .top-text {
        font-size: 9px
    }

    .ab_view .kefu-contacts {
        display: block
    }

    .ab_view .kefu-mobile-phone {
        display: none
    }

    .ab_view .kefu-400 a.kefu-tel-400,
    .ab_view .kefu-contacts a.kefu-contact-btn,
    .ab_view .kefu-wechat a.kefu-wx,
    .ab_view .kefu-top a.scroll-to-top {
        font-size: 10px;
        padding: 8px 4px;
        border-radius: 6px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .1)
    }

    .ab_view .kefu-400 a.kefu-tel-400:hover,
    .ab_view .kefu-contacts a.kefu-contact-btn:hover,
    .ab_view .kefu-wechat a.kefu-wx:hover,
    .ab_view .kefu-top a.scroll-to-top:hover {
        transform: none;
        box-shadow: 0 2px 4px rgba(0, 0, 0, .15)
    }

    .ab_view .contact-dropdown {
        right: 65px;
        min-width: 180px
    }

    .ab_view .contact-person {
        padding: 8px 12px
    }

    .ab_view .person-info strong {
        font-size: 12px
    }

    .ab_view .person-info span {
        font-size: 11px
    }
}

@media (max-width:767px) {
    #KFRightScreen {
        display: none !important
    }
}