            * {
                margin: 0;
                padding: 0;
            }
            
            body {
                background-color: #fff !important;
            }
            
            .w {
                background-color: #fff;
                clear: both;
                display: block;
                margin: 0 auto;
                max-width: 1200px;
            }
            /* 改变所有--滚动调样式 */
            /* 整个滚动条 */
            
            *::-webkit-scrollbar {
                width: 7px;
                height: 7px;
            }
            /* 滚动条有滑块的轨道部分 */
            
            *::-webkit-scrollbar-track-piece {
                background-color: rgb(236, 236, 236);
                border-radius: 5px;
            }
            
            .laix_fto i {
                padding-right: 5px;
            }
            /* 滚动条滑块(竖向:vertical 横向:horizontal) */
            
            *::-webkit-scrollbar-thumb {
                cursor: pointer;
                background-color: #5d7eb1;
                border-radius: 5px;
            }
            /* 滚动条滑块hover */
            
            *::-webkit-scrollbar-thumb:hover {
                background-color: rgb(247, 96, 37);
            }
            /* 同时有垂直和水平滚动条时交汇的部分 */
            
            *::-webkit-scrollbar-corner {
                display: block;
                /* 修复交汇时出现的白块 */
            }
            /* 改变所有--滚动调样式 */
            
            .nav_w {
                position: relative;
                /* background-color: #fff; */
                clear: both;
                display: block;
                margin: 0 auto;
                max-width: 1220px;
            }
            
            .nav_w .container-fluid {
                padding-right: 0;
                /* position: absolute; */
                width: 100%;
                z-index: 999;
            }
            
            input {
                outline: none;
            }
            
            .click {
                cursor: pointer;
            }
            
            li {
                list-style: none;
            }
            
            .bar_qy_hy a {
                color: #000;
            }
            
            .nav--prev {
                width: 0 !important;
            }
            
            .nav--next {
                width: 0 !important;
            }
            
            .jc-right svg,
            .jc-left svg {
                fill: #fff !important;
            }
            
            .jc-right,
            .jc-left {
                background: rgba(0, 0, 0, 0.5) !important;
            }
            
            #navV2 .item a .J_nav_item_subname,
            #navV2 .item a .J_nav_item_name {
                color: #fff!important;
                font-weight: 100!important;
            }
            
            .zysearch .search .inpsea .input-group {
                width: 116%;
                margin: -45px -18%;
            }
            
            .sea_search {
                position: relative;
                margin: 0 auto;
                background: rgba(255, 255, 255, 0.1) border-box;
                overflow: hidden;
                width: 100%;
                margin-top: 15px;
                height: auto;
                background-color: transparent;
                text-align: center;
            }
            
            .sea_search img {
                width: 100%;
                margin-top: 34px;
            }
            
            .sea_search::before {
                content: '';
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                margin: -30px;
                z-index: -1;
            }
            
            .fy .pagination li a {
                color: #333!important;
                font-size: 14px!important;
            }
            
            .fy .pagination .active a {
                background: #5d7eb1 !important;
                border: 1px solid #5d7eb1!important;
                color: #fff!important;
            }
            /* 公共主题色 */
            
            .text_color {
                color: #5d7eb1!important;
            }
            
            .bac_color {
                background: #007c94!important;
                line-height: 30px;
            }
            /* 公共主题色 */
            /* 公共样式-----登录页面-------------------开始 */
            
            .login {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                background: rgba(0, 0, 0, 0.5);
                height: 100%;
                z-index: 1001;
                display: none;
            }
            
            .login .login_box {
                position: absolute;
                width: 600px;
                height: 400px;
                background-color: #fff;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                padding: 35px 60px;
            }
            
            .login .login_box .close {
                position: absolute;
                font-size: 30px;
                right: 29px;
                top: 17px;
                color: #1891ff!important;
            }
            
            .login .login_box .phone_login {
                text-align: center;
            }
            
            .login .login_box .phone_login h4 {
                font-size: 20px;
                border-bottom: 2px solid #ededed;
                line-height: 40px;
                color: #7e9dc1;
            }
            
            .login .login_box .phone_login h4 span {
                display: inline-block;
                border-bottom: 2px solid #7e9dc1;
                line-height: 40px;
                padding: 0 15px;
            }
            
            .login .login_box .phone_login .login_input .phone {
                padding: 15px 50px;
            }
            
            .login .login_box .phone_login .login_input .phone p {
                width: 96%;
                height: 47px;
                background-color: #f1f3f7;
                border-radius: 30px;
                padding: 1px 14px;
                overflow: hidden;
                position: relative;
                margin: 10px auto;
            }
            
            .login .login_box .phone_login .login_input .phone p span {
                display: inline-block;
                width: 8%;
                font-size: 32px;
                vertical-align: middle;
                position: absolute;
                left: 21px;
                top: 8px;
                color: #7e9dc1;
            }
            
            .login .login_box .phone_login .login_input .phone p input {
                position: absolute;
                right: 3px;
                top: 2px;
                border-radius: 0px 34px 34px 0px;
                vertical-align: middle;
                display: inline-block;
                width: 80%;
                border: 0;
                height: 90%;
                padding: 0px 10px;
                font-size: 14px;
                color: #000;
                border-left: 0;
                background: #f1f3f7;
                border-left: 1px solid #ccc;
            }
            
            .login .login_box .phone_login .login_input .phone p ::placeholder {
                color: #ccc;
            }
            
            .login .login_box .phone_login .login_input .phone_dxm {
                padding: 0px 50px;
            }
            
            .login .login_box .phone_login .login_input .phone_dxm p {
                width: 100%;
                height: 47px;
            }
            
            .login .login_box .phone_login .login_input .phone_dxm p .phone_left {
                display: inline-block;
                width: 65%;
                height: 100%;
                border-radius: 30px;
                background-color: #f1f3f7;
                overflow: hidden;
                position: relative;
            }
            
            .login .login_box .phone_login .login_input .phone_dxm p .phone_left span {
                display: inline-block;
                width: 8%;
                font-size: 32px;
                vertical-align: middle;
                position: absolute;
                left: 18px;
                top: 8px;
                color: #7e9dc1;
            }
            
            .login .login_box .phone_login .login_input .phone_dxm p .phone_left input {
                position: absolute;
                right: 4px;
                top: 3px;
                border-radius: 0px 34px 34px 0px;
                vertical-align: middle;
                display: inline-block;
                width: 71%;
                border: 0;
                height: 89%;
                padding: 0px 10px;
                font-size: 14px;
                color: #333;
                border-left: 0;
                background: #f1f3f7;
                border-left: 1px solid #ccc;
            }
            
            .login .login_box .phone_login .login_input .phone_dxm p .phone_left ::placeholder {
                color: #ccc;
            }
            
            .login .login_box .phone_login .login_input .phone_dxm p .codezzc {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                background: rgba(0, 0, 0, 0.1);
                z-index: 999;
                display: none;
                height: 100%;
            }
            
            .login .login_box .phone_login .login_input .phone_dxm p .phone_right {
                position: relative;
                display: inline-block;
                width: 29%;
                background-color: #f1f7ff;
                height: 47px;
                border-radius: 30px;
                color: #666;
                overflow: hidden;
                line-height: 47px;
                font-size: 12px;
                cursor: pointer;
            }
            
            .login .login_box .phone_login .login_input .login_btn button {
                height: 47px;
                border: 0;
                width: 34%;
                margin-top: 17px;
                color: #fff;
                /* background: #0076ff; */
                border-radius: 30px;
                outline: none;
                background: #7e9dc1;
                font-size: 14px;
            }
            
            .login .login_box .phone_login .login_input .login_btn span {
                padding-left: 13px;
                cursor: pointer;
                font-size: 14px;
                color: #000;
            }
            /* 密码登录---开始 */
            
            .login .login_box .login_tit {
                display: flex;
                justify-content: space-between;
            }
            
            .login .login_box .login_tit h4 {
                width: 50%;
                text-align: center;
                font-size: 24px;
                color: #333;
                border-bottom: 2px solid #ededed;
                line-height: 40px;
                cursor: pointer;
                color: #666;
            }
            
            .login .login_box .login_tit .active_h4 {
                color: #1891ff;
                border-bottom: 2px solid #1891ff;
            }
            
            .login .login_box .password_login {
                text-align: center;
                display: none;
            }
            
            .login .login_box .password_login h4 {
                font-size: 20px;
                border-bottom: 2px solid #ededed;
                line-height: 40px;
                color: #7e9dc1;
            }
            
            .login .login_box .password_login h4 span {
                display: inline-block;
                border-bottom: 2px solid #7e9dc1;
                line-height: 40px;
                padding: 0 15px;
            }
            
            .login .login_box .password_login .login_input .phone {
                padding: 15px 50px;
            }
            
            .login .login_box .password_login .login_input .phone p {
                width: 96%;
                height: 47px;
                background-color: #f1f3f7;
                border-radius: 30px;
                padding: 1px 14px;
                overflow: hidden;
                position: relative;
                margin: 10px auto;
            }
            
            .login .login_box .password_login .login_input .phone p span {
                display: inline-block;
                width: 8%;
                font-size: 32px;
                vertical-align: middle;
                position: absolute;
                left: 21px;
                top: 8px;
                color: #7e9dc1;
            }
            
            .login .login_box .password_login .login_input .phone p input {
                position: absolute;
                right: 3px;
                top: 2px;
                border-radius: 0px 34px 34px 0px;
                vertical-align: middle;
                display: inline-block;
                width: 80%;
                border: 0;
                height: 90%;
                padding: 0px 10px;
                font-size: 14px;
                color: #000;
                border-left: 0;
                background: #f1f3f7;
                border-left: 1px solid #ccc;
            }
            
            .login .login_box .password_login .login_input .phone p ::placeholder {
                color: #ccc;
            }
            
            .login .login_box .password_login .login_input .phone_dxm {
                padding: 0px 50px;
            }
            
            .login .login_box .password_login .login_input .phone_dxm p {
                width: 100%;
                height: 47px;
            }
            
            .login .login_box .password_login .login_input .phone_dxm p .phone_left {
                display: inline-block;
                width: 65%;
                height: 100%;
                border-radius: 30px;
                background-color: #f1f3f7;
                overflow: hidden;
                position: relative;
            }
            
            .login .login_box .password_login .login_input .phone_dxm p .phone_left span {
                display: inline-block;
                width: 8%;
                font-size: 32px;
                vertical-align: middle;
                position: absolute;
                left: 18px;
                top: 8px;
                color: #7e9dc1;
            }
            
            .login .login_box .password_login .login_input .phone_dxm p .phone_left input {
                position: absolute;
                right: 4px;
                top: 3px;
                border-radius: 0px 34px 34px 0px;
                vertical-align: middle;
                display: inline-block;
                width: 71%;
                border: 0;
                height: 89%;
                padding: 0px 10px;
                font-size: 14px;
                color: #333;
                border-left: 0;
                background: #f1f3f7;
                border-left: 1px solid #ccc;
            }
            
            .login .login_box .password_login .login_input .phone_dxm p .phone_left ::placeholder {
                color: #ccc;
            }
            
            .login .login_box .password_login .login_input .phone_dxm p .codezzc {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                background: rgba(0, 0, 0, 0.1);
                z-index: 999;
                display: none;
                height: 100%;
            }
            
            .login .login_box .password_login .login_input .phone_dxm p .phone_right {
                position: relative;
                display: inline-block;
                width: 29%;
                background-color: #f1f7ff;
                height: 47px;
                border-radius: 30px;
                color: #666;
                overflow: hidden;
                line-height: 47px;
                font-size: 12px;
                cursor: pointer;
            }
            
            .login .login_box .password_login .login_input .login_btn button {
                height: 47px;
                border: 0;
                width: 34%;
                margin-top: 17px;
                color: #fff;
                /* background: #0076ff; */
                border-radius: 30px;
                outline: none;
                background: #7e9dc1;
                font-size: 14px;
            }
            
            .login .login_box .password_login .login_input .login_btn span {
                padding-left: 13px;
                cursor: pointer;
                font-size: 14px;
                color: #000;
            }
            /* 密码登录--结束 */
            /* 公共样式-----登录页面-------------------------结束 */
            /* 公共样式-----公共样式  头部PC--正常----------------------- */
            
            header .head_top {
                width: 100%;
                background-color: #3e4d5a;
            }
            
            header .rightnav .navbar-right li .zyflg .add_more {
                width: 15px;
                height: 15px;
                position: absolute;
                right: 10px;
                top: 15px;
            }
            
            header .head_top .hed_flx {
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
            
            header .head_top .hed_flx .head_top_left {
                display: flex;
                width: 100%;
                justify-content: space-between;
            }
            
            header .head_top .hed_flx .head_top_left a {
                font-size: 14px;
                color: #fff;
                margin: 0 10px;
            }
            
            header .head_top .hed_flx .head_top_left .gsmc {
                font-size: 14px;
                color: #fff!important;
                margin: 0 10px;
            }
            
            header .head_top .hed_flx .head_top_left .user_zjd {
                font-size: 12px;
            }
            
            header .head_top .hed_flx .phone {
                text-align: right;
            }
            
            header .head_top .hed_flx .right {
                display: flex!important;
                width: 30%;
            }
            
            span#my_car_num {
                display: contents;
            }
            
            header .head_top .hed_flx .right .ind a {
                font-size: 14px;
                display: inline-block;
                /* color: #fff!important; */
                padding: 0 15px;
                text-decoration: none;
            }
            
            header .head_top .hed_flx .right .ind .my_dd a {
                color: #fff!important;
                opacity: 1!important;
            }
            
            header .head_top .hed_flx .right .ind #login_c {
                padding: 0 15px;
                width: 135px;
                border-radius: 24px;
                height: 31px;
                line-height: 31px;
                border: 1px solid #545454;
                color: #333;
                margin: 0 10px;
                font-size: 12px;
                position: relative;
                text-align: left;
            }
            
            header .head_top .hed_flx .right .ind #login_c .carico {
                font-size: 20px;
                color: #000;
            }
            
            header .head_top .hed_flx .right .ind #login_c .car_num {
                position: absolute;
                top: 2px;
                right: 7px;
                font-size: 12px;
                background: red;
                min-width: 18px;
                height: 18px;
                text-align: center;
                color: #fff;
                border-radius: 18px;
                line-height: 17px;
            }
            
            header .head_top .hed_flx .right .rigtit .zxly {
                font-size: 14px;
                color: #333;
            }
            
            header .head_top .hed_flx .right .rigtit .btn {
                border: 0;
            }
            
            header .head_top .hed_flx .right .rigtit #login_c {
                font-size: 14px;
                color: #333;
            }
            
            header .head_top .hed_flx .right .rigtit #login_c .icon-cart-full {
                font-size: 20px;
                color: #08a7e4;
            }
            
            header .navbar-header {
                margin: 0!important;
            }
            
            header .navbar-header .navbar-brand {
                padding: 0;
            }
            
            header .navbar-header .close {
                display: none;
            }
            
            header .navbar-header .close .icon-close {
                font-size: 34px;
            }
            
            header .rightnav {
                position: relative;
                margin-left: 0% !important;
            }
            
            header .rightnav .dropdownlist:hover {
                display: block;
            }
            
            header .rightnav a {
                color: #333;
                font-size: 16px;
            }
            
            header .rightnav .navbar-right {
                max-width: 100%;
                line-height: 36px;
                margin: 0!important;
                float: left!important;
            }
            
            div#bs-example-navbar-collapse-1 {
                padding: 0;
                margin-top: 5px;
            }
            
            header .rightnav .navbar-right .active {
                color: #4F0599;
            }
            
            header .rightnav .navbar-right li {
                line-height: 50px;
                cursor: pointer;
                font-size: 18px;
                font-size: 15px;
            }
            
            header .rightnav .navbar-right li:hover {
                background-color: #007c94;
            }
            
            header .rightnav .navbar-right li:hover a {
                color: #fff;
            }
            
            header .rightnav .navbar-right li:first-child {
                font-size: 22px;
                width: 213px;
                background-color: #007c94;
                color: #fff;
                margin-right: 4rem;
            }
            
            header .rightnav .navbar-right li:first-child a {
                color: #fff;
                padding-left: 18px;
            }
            
            header .rightnav .navbar-right li .zyflg {
                margin: 0 35px;
                display: flex;
                align-items: center;
            }
            
            .log {
                width: 20%;
                height: 84px;
            }
            
            header .rightnav .navbar-right li .icodp {
                font-weight: bold;
                color: #4F0599;
            }
            
            header .rightnav .navbar-right li:hover {
                color: #4F0599;
            }
            
            header .mrleft {
                left: -150px;
            }
            
            @media (min-width: 1520px) {
                header .tk_banner {
                    position: absolute;
                    width: 602px;
                    height: auto;
                    z-index: 9;
                    left: -257px;
                    display: none;
                    text-align: center;
                }
                header .tk_banner .row {
                    display: block;
                    overflow: hidden;
                }
                header .tk_banner .w {
                    position: absolute;
                    width: 100%;
                    left: 0;
                    top: 0px;
                    box-shadow: 0 0 33px #ccc;
                }
                header .tk_banner .icoclose {
                    display: none;
                }
                header .tk_banner .zyfwq {
                    width: auto;
                    position: relative;
                    top: -28px;
                    height: auto;
                }
                header .tk_banner .zyfwq .cpjs ul .tk {
                    padding: 0;
                    width: 30%;
                }
                header .tk_banner .zyfwq .cpjs ul .tk .tk_list {
                    height: auto;
                    background-color: #fff;
                    padding: 15px 0px;
                    margin-top: 18px;
                    text-align: center;
                    color: #4F0599;
                }
                header .tk_banner .zyfwq .cpjs ul .tk .tk_list p a img {
                    width: 60px !important;
                    height: 60px !important;
                }
                header .tk_banner .zyfwq .cpjs ul .tk h3 {
                    font-size: 14px;
                }
                header .tk_banner .dg {
                    text-align: center;
                    width: 100%;
                    padding-top: 10px;
                    overflow: hidden;
                }
                header .tk_banner .dg .titp {
                    font-size: 16px;
                    font-weight: 600;
                    color: #666;
                }
                header .tk_banner .dg .dgcp ul {
                    display: flex;
                    justify-content: space-between;
                    padding: 0px 157px;
                    margin: 0;
                }
                header .tk_banner .dg .dgcp ul li {
                    width: 200px;
                    background-color: #f4f5f6;
                    height: 160px;
                    border: 1px solid #ccc;
                }
                header .tk_banner .dg .dgcp ul li .one {
                    width: 100%;
                    height: 50px;
                    line-height: 50px;
                    background-color: #fff;
                    border-bottom: 1px solid #ccc;
                }
                header .tk_banner .dg .dgcp ul li .dgbtn {
                    background-color: #4F0599 !important;
                    color: #ddd;
                }
                header .tk_banner .zyfwq_rigtit {
                    position: absolute;
                    top: 0;
                    right: -253px;
                    width: 252px;
                }
                header .tk_banner .zyfwq_rigtit img {
                    width: 100%;
                }
                header .tk_banner .zyfwq_rigtit .rigtsm {
                    height: auto;
                    background-color: #f4f5f6;
                }
                header .tk_banner .zyfwq_rigtit .rigtsm ul {
                    padding: 20px;
                }
                header .tk_banner .zyfwq_rigtit .rigtsm ul li .hedp {
                    font-size: 18px;
                    color: #4F0599;
                }
            }
            /* 公共样式  头部PC--正常-------------------- */
            
            .choose-screening-input {
                position: relative;
            }
            
            .auto-screening-prompt:hover {
                background: #cccccc;
            }
            
            .router {
                /* background-color: #f5f5f5; */
            }
            
            .router .w {
                background: transparent;
            }
            
            .router .breadcrumb {
                background-color: rgb(0, 0, 0, 0);
                margin-bottom: 10px;
                border-radius: 0;
            }
            
            .breadcrumb a {
                color: #333;
                font-size: 12px;
                text-decoration: none;
            }
            /* 公共样式------底部样式---------开始 */
            
            .footer {
                width: 100%;
                background-color: #323230;
            }
            
            .leftjj {
                background-color: #323230;
            }
            
            .footer .w {
                background: #f2f2f2;
            }
            
            .footer .fot1 {
                background-color: #323230;
                overflow: hidden;
                /* margin-bottom: 10px; */
            }
            
            .footer .fot1 .ico {
                margin: 10px 0;
                text-align: center;
            }
            
            .footer .fot2 {
                text-align: center;
                padding: 7px;
                font-size: 14px;
            }
            
            .footer .fot2 p {
                color: #fff;
                display: inline-block;
                margin: 0 10px;
            }
            
            .footer .fot2 p a {
                font-size: 14px;
                color: #fff;
            }
            
            .footer .leftjj p {
                font-size: 14px;
                line-height: 25px;
                color: #999;
                margin: 20px 0;
            }
            
            .footer .leftjj .sea_btn .input {
                height: 32px;
                padding: 0px 10px;
                border: 1px solid #CCC;
                font-size: 14px;
                color: #333;
            }
            
            .footer .leftjj .sea_btn .btn {
                padding: 5px 14px;
                color: #fff;
                position: relative;
                left: -5px;
                top: 0px;
                border-radius: 0;
                outline: none;
            }
            
            .footer .leftjj .ico span {
                font-size: 28px;
                cursor: pointer;
            }
            
            a:hover {
                text-decoration: none;
            }
            
            .footer .rightjj ul .footer_li {
                overflow: hidden;
                min-height: 220px;
            }
            
            .footer .rightjj ul li h4 a {
                color: #313131;
                font-weight: bold;
            }
            
            .footer .rightjj ul li p {
                font-size: 14px;
            }
            
            .erwm_img {
                height: 150px;
                width: 150px;
                background-color: white;
            }
            
            .footer .rightjj ul li p a {
                color: #313131;
            }
            /* 公共样式------底部样式---------结束 */
            
            .btn-default:hover {
                background-color: #fff;
            }
            
            .open>.dropdown-menu {
                display: block;
                position: absolute;
                top: 43px;
                transform: translateY(-9px);
                /* width  : auto; */
                transition: transform 0.1s ease-out, opacity 2s linear;
                background: rgba(0, 0, 0, 0.5);
            }
            
            .open>.dropdown-menu li a {
                color: #fff;
            }
            
            .open>.dropdown-menu li a:hover {
                color: #333;
            }
            
            .btn-default {
                border: 0;
                box-shadow: none !important;
            }
            
            .navbar {
                margin: 0 !important;
                padding: 10px 0;
                padding-bottom: 0;
            }
            
            .navbar-default {
                border: 0;
                background-color: #fff;
                position: relative;
                z-index: 999;
            }
            
            .navbar-default .botmbor {
                border-bottom: 3px solid #4F0599;
                display: none;
            }
            
            .navbar-default .log img {
                width: 100%;
                margin-top: 5px;
            }
            
            a {
                color: #333;
                text-decoration: none;
            }
            
            .ma5slider {
                margin: 0 !important;
            }
            
            @media (min-width: 757px) {
                .row {
                    position: relative;
                    /* left: -150px; */
                }
                #row,
                #yyrow,
                #xwsjrow,
                #gsrow {
                    position: relative;
                    left: 27px;
                }
            }
            
            @media (max-width: 757px) {
                .row {
                    /* position: relative;
    right: -47px;
    top: -155px; */
                }
            }
            
            @media (min-width: 1520px) {
                .auto-screening {
                    top: 55px;
                    width: 66%;
                }
                header .head_top .hed_flx {
                    height: 80px;
                    line-height: 80px;
                }
                .T {
                    display: inline-block;
                }
                .mbxnav .nav_bar_box .bar_qy_hy {
                    width: 35%;
                }
                .search_box .search_inp .inp_box button {
                    padding: 10px 50px;
                }
                .hyxw_big_box ul li {
                    width: 40% !important;
                    margin: 0 60px;
                }
                .hyxw_big_box ul .first_li {
                    margin-right: 238px !important;
                }
                .search_box .search_inp .sea_list {
                    margin-top: 10px;
                    left: 18%;
                }
                .footer {
                    padding: 40px 0 0;
                }
            }
            
            @media (min-width: 980px) {
                /* 公共样式--导航下拉hover */
                .pc_nav {
                    display: none;
                }
                #navV2 .item {
                    min-width: 105px!important;
                }
                #web {
                    width: 100%!important;
                    z-index: 999;
                    background: rgb(0, 0, 0, 0)!important;
                }
                .tk_banner {
                    position: absolute;
                    width: 602px;
                    height: auto;
                    z-index: 9;
                    left: -257px;
                    display: none;
                    text-align: center;
                }
                .tk_banner .row {
                    display: block;
                    overflow: hidden;
                }
                .tk_banner .w {
                    position: absolute;
                    width: 100%;
                    left: 0;
                    top: 4px;
                    box-shadow: 0 0 33px #ccc;
                }
                .tk_banner .icoclose {
                    display: none;
                }
                .tk_banner .zyfwq {
                    width: auto;
                    position: relative;
                    top: -28px;
                    height: auto;
                }
                .tk_banner .zyfwq .cpjs ul .tk {
                    padding: 0;
                    width: 30%;
                }
                .tk_banner .zyfwq .cpjs ul .tk .tk_list {
                    height: auto;
                    background-color: #fff;
                    padding: 15px 0px;
                    margin-top: 18px;
                    text-align: center;
                    color: #4F0599;
                }
                .tk_banner .zyfwq .cpjs ul .tk .tk_list p a img {
                    width: 60px !important;
                    height: 60px !important;
                }
                .tk_banner .zyfwq .cpjs ul .tk h3 {
                    font-size: 14px;
                }
                .tk_banner .dg {
                    text-align: center;
                    width: 100%;
                    padding-top: 10px;
                    overflow: hidden;
                }
                .tk_banner .dg .titp {
                    font-size: 16px;
                    font-weight: 600;
                    color: #666;
                }
                .tk_banner .dg .dgcp ul {
                    display: flex;
                    justify-content: space-between;
                    padding: 0px 157px;
                    margin: 0;
                }
                .tk_banner .dg .dgcp ul li {
                    width: 200px;
                    background-color: #f4f5f6;
                    height: 160px;
                    border: 1px solid #ccc;
                }
                .tk_banner .dg .dgcp ul li .one {
                    width: 100%;
                    height: 50px;
                    line-height: 50px;
                    background-color: #fff;
                    border-bottom: 1px solid #ccc;
                }
                .tk_banner .dg .dgcp ul li .dgbtn {
                    background-color: #4F0599 !important;
                    color: #ddd;
                }
                .tk_banner .zyfwq_rigtit {
                    position: absolute;
                    top: 0;
                    right: -253px;
                    width: 252px;
                }
                .tk_banner .zyfwq_rigtit img {
                    width: 100%;
                }
                .tk_banner .zyfwq_rigtit .rigtsm {
                    height: auto;
                    background-color: #f4f5f6;
                }
                .tk_banner .zyfwq_rigtit .rigtsm ul {
                    padding: 20px;
                }
                .tk_banner .zyfwq_rigtit .rigtsm ul li .hedp {
                    font-size: 18px;
                    color: #4F0599;
                }
                .icoclose {
                    display: none;
                }
                /* 公共样式--导航下拉hover */
                .T {
                    display: inline-block;
                }
                .mbxnav .nav_bar_box .bar_qy_hy {
                    width: 35%;
                }
                .search_box .search_inp .inp_box button {
                    padding: 10px 50px;
                }
                .search_box .search_inp .sea_list {
                    margin-top: 10px;
                    left: 18%;
                }
                .btn-group-justified {
                    width: 80%;
                }
                .canvas {
                    height: 400px;
                }
                .checkbox {
                    margin: 0 26px;
                }
                .footer {
                    position: relative;
                    z-index: 990;
                }
                .footer .rightjj ul .footer_li {
                    width: 20%;
                }
                header .head_top .hed_flx {
                    height: 40px;
                    line-height: 40px;
                    background-color: #3e4d5a;
                }
            }
            /* .phone_gwc {
                display: none;
            } */
            
            .erweima {
                display: block;
            }
            
            .ipone_ewm {
                display: none;
            }
            
            .g_web {
                min-height: auto!important;
            }
            
            #navV2 .navCenterContent,
            #navV2 .itemHover .itemCenter,
            #navV2 .item .itemCenter,
            .navV2 .itemContainer,
            #navV2 {
                background-color: #2b2b2b!important;
            }
            
            #navV2 {
                height: 50px;
                background-color: #2b2b2b!important;
            }
            
            @media (max-width: 1200px) {
                header .rightnav .navbar-right li .zyflg {
                    margin: -1px 22px;
                }
                .cat_wrap {
                    left: 15.5px!important;
                }
            }
            
            .shouji_nav {
                display: none;
            }
            
            @media (max-width: 980px) {
                .sea_search img {
                    width: 100%;
                    margin-top: 0;
                }
                .header .head_top{
                    display: none;
                }
                .sjm{
                    display: none;
                }
                .shouji_nav {
                    display: block;
                }
                .fixed_top .login_padd {
                    height: 289px;
                }
                /* 手机 导航 新 */
                * {
                    box-sizing: border-box;
                    margin: 0;
                    padding: 0;
                }
                body::after {
                    background: rgba(0, 0, 0, 0.3);
                }
                a {
                    text-decoration: none;
                    text-transform: uppercase;
                    user-select: none;
                }
                button {
                    background: none;
                    border: none;
                }
                button:focus {
                    outline: none;
                }
                h2.info {
                    position: absolute;
                    font-size: 4.5vw;
                    width: 100%;
                    text-align: center;
                    text-transform: uppercase;
                    color: rgba(255, 255, 255, 0.75);
                    pointer-events: none;
                    user-select: none;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%, -50%);
                    z-index: 5;
                }
                .nav-button {
                    position: absolute;
                    top: 20px;
                    right: 20px;
                    width: 35px;
                    height: 35px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    flex-direction: column;
                    cursor: pointer;
                    z-index: 12;
                }
                .nav-button.close .line__1 {
                    transform: rotate(45deg) translate(2px, -3px);
                }
                .nav-button.close .line__2 {
                    transform: rotate(-45deg);
                }
                .nav-button.close .line__3 {
                    transform: rotate(45deg) translate(-2px, 3px);
                }
                .nav-button .line {
                    width: 25px;
                    background: #3e4d5a;
                    height: 2px;
                    margin: 3px 0;
                    transition: all 350ms cubic-bezier(0.9, 0, 0.33, 1);
                }
                .nav-button .line__1 {
                    width: 25px;
                    transform-origin: left;
                }
                .nav-button .line__2 {
                    width: 25px;
                    transform-origin: center;
                }
                .nav-button .line__3 {
                    width: 25px;
                    transform-origin: right;
                }
                nav {
                    width: 100%;
                    height: 90px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    z-index: 10;
                }
                nav ul {
                    position: relative;
                    height: 152px;
                    width: 300px;
                }
                nav ul li {
                    position: absolute;
                    width: 100%;
                    list-style: none;
                    text-align: center;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    overflow: hidden;
                    z-index: 10;
                }
                nav ul li:nth-child(1) {
                    top: 30%;
                }
                nav ul li:nth-child(2) {
                    top: 60%;
                }
                nav ul li:nth-child(3) {
                    top: 90%;
                }
                nav ul li:nth-child(4) {
                    top: 120%;
                }
                nav ul li:nth-child(5) {
                    top: 150%;
                }
                nav ul li:nth-child(6) {
                    top: 180%;
                }
                nav ul li:nth-child(7) {
                    top: 210%;
                }
                nav ul li a {
                    position: relative;
                    font-size: 16px;
                    color: #2b2b2b;
                    font-weight: bold;
                    line-height: 15px;
                    letter-spacing: 2px;
                }
                nav .nav__background {
                    position: absolute;
                    width: 96%;
                    margin-left: 2%;
                    margin-top: 19rem;
                    height: 365px;
                    background: #f5f5f5;
                    backdrop-filter: blur(5px);
                    transform: scaleY(0);
                    z-index: 10;
                }
                .nav_box {
                    position: absolute;
                }
                /* 手机 导航 新 */
                .navbar-default {
                    background-color: rgb(0, 0, 0, 0)!important;
                }
                .navbar-nav {
                    position: relative;
                }
                div#bs-example-navbar-collapse-1 {
                    position: absolute;
                    width: 96%;
                    padding-left: 2em;
                    margin-left: -8px;
                    background-color: #ffff;
                    border: 1px solid #eee;
                }
                #web {
                    display: none;
                }
                header .rightnav .navbar-right li:first-child {
                    display: none;
                }
                .login .login_box .close {
                    right: 128px;
                }
                header .head_top .hed_flx {
                    height: 50px;
                    background-color: #3e4d5a;
                    /* line-height: 50px; */
                }
                .erweima {
                    display: none;
                }
                .ipone_ewm {
                    display: block;
                }
                .laix_fto ul li {
                    padding-left: 15px;
                    color: #fff;
                    width: 100%;
                    display: block;
                    text-align: left;
                }
                .ico_img img {
                    width: 7%!important;
                }
                .visible-lg,
                .visible-md,
                .visible-sm,
                .visible-xs {
                    display: block!important;
                    border-left: 1px solid #666;
                    padding-left: 11px;
                }
                .top_seach {
                    margin: 0!important;
                    width: 66%!important;
                    padding: 0!important;
                    display: inline-block;
                    height: auto!important;
                }
                header .navbar-header .zysearch {
                    width: 58%!important;
                    padding-left: 9px!important;
                    display: none;
                }
                .gwc a {
                    font-size: 12px!important;
                }
                .gwc {
                    display: inline;
                    float: right;
                    height: 35px!important;
                    line-height: 35px!important;
                    margin-right: 15px!important;
                    width: 29%!important;
                    display: none;
                }
                header .head_top .hed_flx .right .ind a {
                    font-size: 12px;
                    padding: 0 0px!important;
                }
                .nav_w {
                    position: absolute;
                    right: 0%;
                }
                .zysearch .search {
                    width: 90%;
                    height: 0;
                }
                .gwc2 {
                    text-align: left;
                }
                .banner {
                    margin-top: 5rem;
                }
                .zysearch .search .inpsea .serchbtn {
                    line-height: 25px;
                }
                .top_new {
                    display: inherit!important;
                }
                header .head_top .hed_flx .head_top_left .gsmc {
                    font-size: 12px;
                    font-weight: bold;
                }
                div#bs-example-navbar-collapse-1 {
                    border-top: 1px solid #eee;
                }
                .log {
                    width: 43%!important;
                    height: 23px!important;
                }
                header .head_top .hed_flx .head_top_left {
                    width: 100%;
                }
                header .head_top .hed_flx .head_top_left .left_ind {
                    width: 45%;
                    display: flex;
                    justify-content: space-between;
                }
                header .head_top .hed_flx .head_top_left {
                    height: 18px!important;
                }
                .login .login_box .phone_login .login_input .phone p {
                    width: 80%;
                    height: 48px;
                    margin: 0 auto;
                }
                .login .login_box .phone_login .login_input .phone_dxm p .phone_left {
                    width: 50%;
                    height: 100%;
                }
                .login .login_box .phone_login .login_input .phone p input {
                    width: 80%;
                    height: 90%;
                }
                .login .login_box .phone_login .login_input .phone_dxm p .phone_right {
                    height: 48px;
                    width: 28%;
                    line-height: 48px;
                }
                .login .login_box .phone_login .login_input .phone_dxm p .phone_left input {
                    width: 69%;
                    height: 86%;
                }
                .login .login_box .phone_login .login_input .login_btn button {
                    height: 42px;
                    width: 31%;
                }
                .search_box .search_inp .inp_box button {
                    padding: 10px 20px;
                }
                .search_box .search_inp .sea_list {
                    margin-top: 10px;
                    left: 10%;
                }
                .bann {
                    padding: 20px;
                }
                .bann img {
                    width: 335px;
                    height: 300px;
                }
                .leftjj ul li {
                    width: 170px;
                }
                .check {
                    text-align: left;
                }
                .footer {
                    min-height: 460px;
                }
                .cat_wrap {
                    display: none;
                }
                .footer .fot1 .ico {
                    float: left;
                }
                .pro_lis {
                    padding-left: 14px;
                    position: absolute;
                    bottom: 0;
                    padding: 15px 0;
                    background: rgba(000, 000, 000, 0.1);
                    width: 100%;
                    display: none;
                }
                header .head_top {
                    width: 100%;
                    background-color: #3e4d5a;
                    display: none;
                }
                .tab_tit {
                    text-align: center;
                    background-color: #f5f5f5;
                    width: 30%;
                    float: left;
                    padding: 0;
                }
                .tab_p {
                    font-weight: bold;
                    font-size: 16px;
                    color: #494949;
                    width: 67%;
                    padding: 0;
                    float: right;
                }
                center p {
                    font-size: 14px;
                    color: #FFF;
                    line-height: 32px;
                    display: none;
                }
            }
            
            .laix_fto i {
                padding-right: 5px;
            }
            
            .see_lishi {
                padding: 10px 8px;
            }
            
            .see_lishi h4 {
                font-size: 16px;
                color: #353435;
            }
            
            .see_lishi .ls_pic .ls_img .items {
                padding: 5px 0;
            }
            
            .see_lishi .ls_pic .ls_img .items a {
                display: inline-block;
                /* notice the comments between inline-block items */
                margin-right: 10px;
                width: 130px;
                height: 130px;
                /* box-shadow: 0 0 5px #ccc; */
                text-align: center;
            }
            
            .see_lishi .ls_pic .ls_img .items a img {
                width: 100%;
                height: 100%;
                padding: 10px;
                border: 1px solid #f1f1f1;
                margin-bottom: 15px;
            }
            
            .see_lishi .ls_pic .ls_img .items a p {
                text-align: center;
                color: #333;
                font-size: 14px;
                overflow: hidden;
                /*超出部分隐藏*/
                white-space: nowrap;
                /*不换行*/
                text-overflow: ellipsis;
                /*超出部分文字以...显示*/
            }
            
            .xgcp {
                padding: 0 8px;
            }
            
            .xgcp h4 {
                font-size: 16px;
                color: #353435;
                margin-bottom: 24px;
            }
            
            .xgcp .xg_name {
                overflow: hidden;
            }
            
            .xgcp .xg_name a {
                width: 130px;
                padding: 0;
                font-size: 14px;
                color: #013fa4;
                text-decoration: underline;
                line-height: 30px;
            }
            
            .spjszx {
                padding: 45px 8px;
            }
            
            .spjszx h4 {
                font-size: 16px;
                color: #353435;
                margin-bottom: 20px;
            }
            
            .spjszx .p1 {
                color: #999;
            }
            
            .spjszx p {
                font-size: 14px;
            }
            
            .spjszx p .sl_date {
                margin-left: 30px;
            }
            
            @media (max-width: 767px) {
                .icodp {
                    z-index: 100;
                    position: absolute;
                    right: 10px;
                    top: 9px;
                    font-size: 20px;
                }
                .rightnav {
                    width: 23rem;
                    position: absolute !important;
                    right: 19px;
                    top: 60px;
                    background: #fff;
                    /* box-shadow: 0 0 5px #ccc; */
                    border: 0;
                    z-index: 100005!important;
                }
                header .rightnav .navbar-right {
                    width: 100% !important;
                    line-height: 34px !important;
                    margin: 0;
                    overflow: hidden;
                }
                header .rightnav .navbar-right li {
                    line-height: 50px;
                }
                .zyflg {
                    z-index: 101;
                    display: block;
                    position: relative;
                    width: 100%;
                    border-bottom: 1px solid #f7f7f7;
                    padding-left: 28px;
                    margin: 0!important;
                }
                .tk_banner {
                    min-width: 328px;
                    z-index: 9999;
                    top: 0;
                    right: 0;
                    display: none;
                    position: relative;
                    text-align: center;
                    overflow: hidden;
                }
                .tk_banner .row {
                    display: block;
                    overflow: hidden;
                    top: 0 !important;
                    right: 4px !important;
                }
                .tk_banner .w {
                    position: relative;
                    width: 99%;
                    right: -8px;
                    top: 0;
                    overflow: hidden;
                    text-align: left;
                }
                .tk_banner .w .icoclose {
                    display: block;
                    padding: 8px;
                    font-size: 25px;
                    border-bottom: 1px solid #f1f1f1;
                    width: 100%;
                    background: #f7f7f7;
                    color: #333;
                }
                .tk_banner .zyfwq {
                    width: auto;
                    position: relative;
                    top: 0;
                    height: auto;
                    overflow: hidden;
                }
                .tk_banner .zyfwq .cpjs ul {
                    overflow: hidden;
                }
                .tk_banner .zyfwq .cpjs ul .tk {
                    padding: 0;
                    width: 100%;
                }
                .tk_banner .zyfwq .cpjs ul .tk .tk_list {
                    height: auto;
                    background-color: #fff;
                    border-bottom: 1px solid #f7f7f7;
                    margin-top: 0px;
                    text-align: center;
                    color: #4F0599;
                    display: flex;
                    align-items: center;
                    padding: 0px 55px 0 40px;
                    height: 51px;
                }
                .tk_banner .zyfwq .cpjs ul .tk .tk_list p {
                    margin-right: 15px;
                    display: inline-block;
                    margin: 5px 15px 0 0;
                }
                .tk_banner .zyfwq .cpjs ul .tk .tk_list p a img {
                    width: 25px !important;
                    height: 25px !important;
                    vertical-align: middle;
                }
                .tk_banner .zyfwq .cpjs ul .tk h3 {
                    font-size: 14px;
                    margin: 0;
                }
                .tk_banner .dg {
                    text-align: center;
                    width: 100%;
                    padding-top: 10px;
                    overflow: hidden;
                }
                .tk_banner .dg .titp {
                    font-size: 16px;
                    font-weight: 600;
                    color: #666;
                }
                .tk_banner .dg .dgcp ul {
                    display: flex;
                    justify-content: space-between;
                    padding: 0px 157px;
                    margin: 0;
                }
                .tk_banner .dg .dgcp ul li {
                    width: 200px;
                    background-color: #f4f5f6;
                    height: 160px;
                    border: 1px solid #ccc;
                }
                .tk_banner .dg .dgcp ul li .one {
                    width: 100%;
                    height: 50px;
                    line-height: 50px;
                    background-color: #fff;
                    border-bottom: 1px solid #ccc;
                }
                .tk_banner .dg .dgcp ul li .dgbtn {
                    background-color: #4F0599 !important;
                    color: #ddd;
                }
                .tk_banner .zyfwq_rigtit {
                    position: absolute;
                    top: 0;
                    right: -253px;
                    width: 252px;
                }
                .tk_banner .zyfwq_rigtit img {
                    width: 100%;
                }
                .tk_banner .zyfwq_rigtit .rigtsm {
                    height: auto;
                    background-color: #f4f5f6;
                }
                .tk_banner .zyfwq_rigtit .rigtsm ul {
                    padding: 20px;
                }
                .tk_banner .zyfwq_rigtit .rigtsm ul li .hedp {
                    font-size: 18px;
                    color: #4F0599;
                }
                .tk_banner1 {
                    /* min-height: 251px; */
                }
                .tk_banner2 {
                    /* top: -112px; */
                }
                .tk_banner3 {
                    /* top: -181px; */
                    /* min-height: 291px; */
                }
                .tk_banner4 {
                    /* top: -231px; */
                    /* min-height: 166px; */
                }
                .tk_banner5 {
                    /* top: -281px; */
                    /* min-height: 302px; */
                }
            }
            
            @media (min-width: 768px) {
                .tk_banner {
                    position: absolute;
                    width: 421px;
                    height: auto;
                    z-index: 9;
                    left: -282px;
                    display: none;
                    text-align: center;
                }
                .tk_banner .row {
                    display: block;
                    overflow: hidden;
                }
                .tk_banner .w {
                    position: absolute;
                    width: 100%;
                    left: 0;
                    top: 4px;
                    box-shadow: 0 0 33px #ccc;
                }
                .tk_banner .icoclose {
                    display: none;
                }
                .tk_banner .zyfwq {
                    width: auto;
                    position: relative;
                    top: -28px;
                    height: auto;
                }
                .tk_banner .zyfwq .cpjs ul .tk {
                    padding: 0;
                    width: 45%;
                }
                .tk_banner .zyfwq .cpjs ul .tk .tk_list {
                    height: auto;
                    background-color: #fff;
                    padding: 15px 0px;
                    margin-top: 18px;
                    text-align: center;
                    color: #4F0599;
                }
                .tk_banner .zyfwq .cpjs ul .tk .tk_list p a img {
                    width: 60px !important;
                    height: 60px !important;
                }
                .tk_banner .zyfwq .cpjs ul .tk h3 {
                    font-size: 14px;
                }
                .tk_banner .dg {
                    text-align: center;
                    width: 100%;
                    padding-top: 10px;
                    overflow: hidden;
                }
                .tk_banner .dg .titp {
                    font-size: 16px;
                    font-weight: 600;
                    color: #666;
                }
                .tk_banner .dg .dgcp ul {
                    display: flex;
                    justify-content: space-between;
                    padding: 0px 157px;
                    margin: 0;
                }
                .tk_banner .dg .dgcp ul li {
                    width: 200px;
                    background-color: #f4f5f6;
                    height: 160px;
                    border: 1px solid #ccc;
                }
                .tk_banner .dg .dgcp ul li .one {
                    width: 100%;
                    height: 50px;
                    line-height: 50px;
                    background-color: #fff;
                    border-bottom: 1px solid #ccc;
                }
                .tk_banner .dg .dgcp ul li .dgbtn {
                    background-color: #4F0599 !important;
                    color: #ddd;
                }
                .tk_banner .zyfwq_rigtit {
                    position: absolute;
                    top: 0;
                    right: -253px;
                    width: 252px;
                }
                .tk_banner .zyfwq_rigtit img {
                    width: 100%;
                }
                .tk_banner .zyfwq_rigtit .rigtsm {
                    height: auto;
                    background-color: #f4f5f6;
                }
                .tk_banner .zyfwq_rigtit .rigtsm ul {
                    padding: 20px;
                }
                .tk_banner .zyfwq_rigtit .rigtsm ul li .hedp {
                    font-size: 18px;
                    color: #4F0599;
                }
            }
            
            header .wddd {
                position: relative;
                font-size: 13px;
                display: inline-block;
                color: #fff;
                cursor: pointer;
                height: 40px;
                line-height: 40px;
            }
            
            header .my_dd {
                position: absolute;
                top: 43px;
                left: -24px;
                z-index: 9999;
                text-align: center;
                width: 123px;
                height: 175px;
                /*padding: 10px;*/
                background: rgba(0, 0, 0, .5);
                border-radius: 4px;
                display: none;
            }
            
            .wddd>.my_dd>ul>li {
                margin: -5px 0;
            }
            
            .wddd>.my_dd>ul>li>.mydd_href {
                color: #fff;
            }
            /* 头部行 新增 开始 */
            
            .top_new {
                display: flex;
                justify-content: space-around;
            }
            
            .top_seach {
                margin: 0 5rem;
                width: 58%;
                background-color: rgb(0, 0, 0, 0)!important;
            }
            
            .seh_input {
                width: 100%!important;
            }
            
            .seh_input button,
            .seh_input input {
                border-radius: 0!important;
            }
            
            .click_ok {
                width: 1px!important;
            }
            
            input#ybsearch {
                border: 1px solid #ccc!important;
                box-shadow: none!important;
            }
            
            .gwc {
                background-color: #00afd1;
                height: 40px;
                margin-top: 10px;
                width: 195px;
                padding: 0px;
                text-align: center;
                margin-right: 25px;
                line-height: 43px;
            }
            
            #com_seach {
                margin: -3px -7%!important;
            }
            
            .gwc a {
                font-size: 14px;
                color: #fff;
            }
            
            .iconfont {
                font-family: "iconfont" !important;
                font-size: 34 px;
                vertical-align: middle;
                color: #00afd1;
            }
            
            .leftjj li {
                float: left;
                width: 16%;
                padding: 15px 0;
            }
            
            .leftjj li i,
            .leftjj li a {
                color: #fff;
                margin-right: 18px;
                font-size: 15px;
            }
            
            .laix_fto {
                text-align: center;
                background-color: #323230;
                border-top: 1px solid #757575;
            }
            
            .laix_fto li {
                float: left;
                font-size: 14px;
                padding-left: 50px;
                line-height: 40px;
                color: #fff;
            }
            
            span.carico.iconfont.icongouwuche1 {
                color: #fff;
            }
            
            .laix_fto i {
                padding-right: 5px;
                color: #fff;
            }
            
            .laix_fto ul {
                margin-bottom: 0;
            }
            /* .ico_img {
                width: 50%;
            } */
            
            .ico_img img {
                width: 4%;
                margin: 0 6px;
            }
            /* 商城头部  开始 */
            
            span.carico.iconfont.icon-cart-full,
            .gsmc i {
                font-size: 18px;
                padding-left: 5px;
            }
            
            .login2 {
                width: 170%;
            }
            
            .navbar-default .login2 a img {
                width: 100%;
            }
            
            .shop_head {
                width: 100%;
            }
            
            .shop_top_seach {
                margin: 0;
            }
            
            .shop_top {
                background-color: #fff!important;
            }
            
            .login_padd {
                padding: 15px 0 0 0;
                height: 318px;
                border-bottom: 1px solid #ccc;
                background: url(/assets/image/hearder-bg.png) center top no-repeat;
            }
            
            .shop_nav li span a:hover {
                color: #ff7e00!important;
            }
            
            .shop_nav li span a {
                font-weight: bold;
            }
            
            .shop_nav li:hover {
                background: none!important;
            }
            
            .shop_nav li:hover a {
                color: #ff7e00!important;
            }
            
            .shop_nav li:first-child {
                /* background-color: #ff7e00!important; */
            }
            
            #first_hov:hover a {
                color: #fff!important;
            }
            
            .banner_img.col-lg-12.col-xs-12.col-sm-12 {
                padding: 0;
            }
            /* 商城底部公共 开始 */
            
            .zf_list {
                margin: 0;
                padding: 0;
            }
            .dhx_list{
                text-align: left;
                padding-left: 6%;
            }
            .fto_zf {
                background-color: #00505f;
                height: 166px;
                color: #fff;
                margin-bottom: 20px;
                border-bottom: 1px solid #fff;
            }
            
            .fto_zf h3 {
                font-size: 16px;
                padding-bottom: 1rem;
                border-bottom: 1px solid #fff;
            }
            
            .fto_zf p {
                font-size: 14px;
                line-height: 27px;
            }
            
            .fto_zf ul {
                display: inline-block;
                width: 100%;
            }
            
            .fto_zf li {
                display: inline-block;
                float: left;
                font-size: 14px;
                margin: 0 18px;
            }
            
            .fto_zf li:first-child {
                margin-left: 0;
            }
            
            .slsj p {
                font-size: 14px;
                font-weight: bold;
            }
            
            .xunja_cent {
                height: 90px;
                text-align: center;
                border-left: 1px solid #fff;
                border-right: 1px solid #fff;
            }
            
            .fto_xunja {
                text-align: center;
                padding-top: 38px;
            }
            
            .fto_xunja a {
                color: #fff;
                border: 1px solid #fff;
                padding: 12px 32px;
            }
            
            .fto_xunja a:hover {
                background-color: #00afd1;
            }
            
            .nav_list li {
                float: initial;
                margin: 0;
                display: block;
                line-height: 30px;
            }
            
            .nav_list li a {
                color: #fff;
            }
            
            .nav_list h3 {
                font-size: 16px;
                border: none;
                padding: 0;
            }
            
            .fto_nav {
                height: 220px;
                margin-bottom: 0!important;
                border-bottom: 0;
            }
            
            .nav_list {
                height: 173px;
                padding: 0;
            }
            .nav_list:first-child{
                border-right: 1px solid #fff;
            }
            .ewm img{
                float: left;
                width: 110px;
                margin: 10px;
            }
            .erwema {
                height: 118px;
                background-color: #fff;
                width: 143px;
                margin-left: 68px;
                margin-top: 16px;
            }
            .fto_compy {
                font-size: 14px;
            }
            .fto_compy p a{
                color: #fff;
            }
            .nav_list:last-child {
                text-align: left;
                border-right: none;
                padding: 0 0 0 38px;
                border-left: 1px solid #fff;
                width: 40%;
            }
            
            .fto_zf:nth-child(2) {
                height: 120px;
            }
            /* 商城底部公共 结束 */
            /* 首页在线客服 开始 */
            /*悬浮链接*/
            
            .suspension {
                position: fixed;
                z-index: 999;
                right: 0;
                bottom: 85px;
                width: 70px;
                height: 240px;
            }
            
            .suspension-box {
                position: relative;
                float: right;
            }
            
            .suspension .a {
                text-align: center;
                display: block;
                width: 44px;
                height: 44px;
                background-color: #007c94;
                margin-bottom: 4px;
                cursor: pointer;
                outline: none;
            }
            
            .suspension .a.active,
            .suspension .a:hover {
                background: #00afd1;
            }
            
            .suspension .a .i {
                float: left;
                width: 44px;
                height: 44px;
                background-image: url(../images/side_icon.png);
                background-repeat: no-repeat;
            }
            /* .suspension .a-service .i{background-position:0 0;} */
            
            .suspension .a-service .i {
                width: 20px;
                height: 20px;
                margin-top: 12px;
                margin-left: 12px;
                background-image: url(../images/suspension-bg.png);
                background-repeat: no-repeat;
                background-position: 0 0;
            }
            
            .suspension .a-service-phone .i {
                width: 20px;
                height: 20px;
                margin-top: 12px;
                margin-left: 12px;
                background-image: url(../images/suspension-bg.png);
                background-repeat: no-repeat;
                background-position: -27px 0;
            }
            
            .suspension .a-qrcode .i {
                background-position: -44px 0;
            }
            
            .suspension .a-cart .i {
                background-position: -88px 0;
            }
            
            .suspension .a-top .i {
                background-position: -132px 0;
            }
            
            .suspension .a-top {
                background: #D2D3D6;
                display: none;
            }
            
            .suspension .a-top:hover {
                background: #c0c1c3;
            }
            
            .suspension .d {
                display: none;
                width: 223px;
                background: #fff;
                position: absolute;
                top: 50px;
                right: 67px;
                min-height: 90px;
                border: 1px solid #E0E1E5;
                border-radius: 3px;
                box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
            }
            
            .suspension .d .arrow {
                position: absolute;
                width: 8px;
                height: 12px;
                background: url(../images/side_bg_arrow.png) no-repeat;
                right: -8px;
                top: 31px;
            }
            
            .suspension .d-service {
                top: 0;
            }
            
            .suspension .d-service-phone {
                top: 34px;
            }
            
            .suspension .d-qrcode {
                top: 78px;
            }
            
            .suspension .d .inner-box {
                padding: 8px 22px 12px;
            }
            
            .suspension .d-service-item {
                border-bottom: 1px solid #eee;
                padding: 14px 0;
            }
            
            .suspension .d-service .d-service-item {
                border-bottom: none;
            }
            
            .suspension .d-service-item .circle {
                width: 51px;
                height: 51px;
                border-radius: 50%;
                overflow: hidden;
                background: #007c94;
                display: block;
                float: left;
            }
            
            .suspension .d-service-item .i-qq {
                width: 44px;
                height: 44px;
                background: url(../images/side_con_icon03.png) no-repeat center 15px;
                display: block;
                transition: all .2s;
                border-radius: 50%;
                overflow: hidden;
            }
            
            i.i-tel.iconfont.icondianhua,
            i.qq_ico.iconfont.iconQQ {
                font-size: 36px;
                margin-left: 7px;
            }
            
            .suspension .d-service-item:hover .i-qq {
                background-position: center 3px;
            }
            
            .suspension .d-service-item .i-tel {
                width: 44px;
                height: 44px;
                background: url(../images/side_con_icon02.png) no-repeat center center;
                display: block;
            }
            
            .suspension .d-service-item h3 {
                float: left;
                width: 112px;
                line-height: 44px;
                font-size: 15px;
                margin-left: 12px;
            }
            
            .suspension .d-service-item .text {
                float: left;
                width: 112px;
                line-height: 22px;
                font-size: 15px;
                margin-left: 12px;
            }
            
            .suspension .d-service-item .text .number {
                font-family: Arial, "Microsoft Yahei", "HanHei SC", PingHei, "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
            }
            
            .suspension .d-service-intro {
                padding-top: 10px;
            }
            
            .suspension .d-service-intro p {
                float: left;
                line-height: 27px;
                font-size: 12px;
                width: 50%;
                white-space: nowrap;
                color: #888;
            }
            
            .suspension .d-service-intro i {
                background: url(../images/side_con_icon01.png) no-repeat center center;
                height: 27px;
                width: 14px;
                margin-right: 5px;
                vertical-align: top;
                display: inline-block;
            }
            
            .suspension .d-qrcode {
                text-align: center;
            }
            
            .suspension .d-qrcode .inner-box {
                padding: 20px 0;
            }
            
            .suspension .d-qrcode p {
                font-size: 16px;
                color: #93959c;
            }
            
            .icon_font i {
                font-size: 28px;
            }
            
            .icon_font2 i {
                font-size: 28px;
                padding-top: 5px;
                display: inline-block;
            }
            .qrcode-img img{
                display: block;
                margin: auto;
            }
            .inner-box p{
                text-align: center;
            }
            /* 首页  在线客服  结束 */
            center p{
                font-size: 14px;
                color: #FFF;
                line-height: 32px;
            }
            center p a{
                font-size: 14px;
                color: #FFF;   
            }