    * {
        margin: 0;
        padding: 0;
    }
    
    html,
    body {
        width: 100%;
        height: 100%;
    }
    
    h1,
    h2,
    h3,
    p {
        margin: 0;
        padding: 0;
        font-family: XinGothic-Regular;
    }
    /* 这里是header的动画 */
    
    .fixed_header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 99;
    }
    /* header动画竣事 */
    /* 下面这个是banner图片的样式 */
    .three_img_mobile,.img_mobile{
        display: none !important;
    }
    .item_three_img,.img_pc{
        display: inline-block !important;
    }
    .mobile-stores{
        display: none;
    }
    .new_wrap {
        height: 100%;
    }
    
    .banner {
        color: #fff;
        text-align: center;
        background-image: url("/images/shop/bannerBG.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        width: 100%;
        height: 70%;
    }
    
    .banner_words {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        height: 30%;
        margin: auto;
    }
    
    .banner_h1 {
        margin: 0;
        padding: 0;
        font-size: 40px;
    }
    
    .banner_spans {
        font-size: 0;
    }
    
    .banner_each_span {
        display: inline-block;
        font-size: 16px;
        width: 240px;
        height: 40px;
        line-height: 40px;
        border-radius: 5px;
        border: 1px solid #fff;
        margin: 5% 30px;
        cursor: pointer;
        color: #fafafa;
        background: rgba(255, 255, 255, 0.288);
    }
    
    .float_banner,
    .float_banner2 {
        position: relative;
        width: 100%;
        line-height: 80px;
        font-size: 20px;
        color: rgba(255, 255, 255, 0.822);
        background: #3B3B3B;
        /* min-width: 1440px; */
    }
    
    .float_banner2 {
        display: none;
    }
    
    .fixed_banner {
        position: fixed;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 99;
        opacity: 0.8;
        animation: down 1s forwards;
        -webkit-animation: down 1s forwards;
        -moz-animation: down 1s forwards;
        -ms-animation: down 1s forwards;
        -o-animation: down 1s forwards;
    }
    
    @keyframes down {
        0% {
            bottom: 100px;
            opacity: 0;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 0.7;
            bottom: 0;
        }
    }
    
    @-webkit-keyframes down {
        0% {
            bottom: 100px;
            opacity: 0;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 0.7;
            bottom: 0;
        }
    }
    
    @-ms-keyframes down {
        0% {
            bottom: 100px;
            opacity: 0;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 0.7;
            bottom: 0;
        }
    }
    
    @-o-keyframes down {
        0% {
            bottom: 100px;
            opacity: 0;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 0.7;
            bottom: 0;
        }
    }
    
    .flaot_banner_relative {
        position: relative;
        width: 84%;
        margin: 0 auto;
        height: 70px;
        max-width: 1320px;
    }
    
    .flaot_banner_relative>span {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        display: inline-block;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
    }
    
    .flaot_banner_relative>span.float_banner_phone {
        font-size: 18px;
        left: 0;
    }
    
    .float_banner_day {
        border: 1px solid rgba(255, 255, 255, 0.822);
        border-radius: 5px;
        width: 190px;
        font-size: 16px;
        right: 0;
    }
    /* banner图片样式竣事 */
    /* 下面是content的内容 */
    
    .content {
        width: 100%;
        background: #272729;
        font-family: XinGothic-Regular;
        font-size: 16px;
        color: #A0A0A0;
    }
    
    .content_main {
        width: 84%;
        max-width: 1320px;
        margin: 0 auto;
        text-align: right;
        position: relative;
    }
    /* 下面是content的导航栏的样式 */
    
    .content_nav {
        text-align: right;
        margin: 0 auto;
        padding-top: 32px;
        max-width: 1320px;
    }
    
    .content_nav>span {
        width: 100px;
        height: 30px;
        padding: 0 5px;
        line-height: 30px;
        display: inline-block;
        position: relative;
        text-align: center;
        cursor: pointer;
    }
    
    .content_nav>span:not(:last-child) {
        border-right: 1px solid #A0A0A0;
    }
    
    .content_nav .checked {
        color: #FAFAFA;
    }
    
    .content_nav .checked::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 90px;
        height: 2px;
        background: #0069c8;
        margin: auto;
    }
    /* content的导航栏样式到此竣事 */
    /* 下面这里是content的每一个项目的样式 */
    
    .content_item {
        padding-top: 60px;
        position: relative;
    }
    
    .text_center {
        text-align: center;
    }
    
    .content_item_title {
        display: block;
        min-width: 300px;
        max-width: 540px;
        width: 35%;
        text-align: left;
        /* border-bottom: 3px solid #0069c8; */
        color: #fafafa;
    }
    
    .content_item_title h1 {
        font-size: 120px;
        display: inline-block;
        font-family: SKSans-Light;
    }
    
    .content_item_title_h2 {
        display: inline-block;
        margin-left: 10px;
    }
    
    .content_item_title_h2 h2 {
        height: 40px;
        line-height: 40px;
    }
    
    .content_item_main {
        background-image: url(/images/shop/Page1.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        /* height: 480px; */
        display: inline-block;
        max-height: 600px;
        padding: 50px 60px;
        text-align: left;
        min-width: 800px;
        margin-top: 30px;
        padding-left: 37%;
    }
    
    .content_item_main h3 {
        font-size: 20px;
    }
    
    .content_item_main>h3 {
        color: #fafafa;
    }
    
    .content_item_subWords {
        padding: 40px 0;
        margin-bottom: 30px;
        border-bottom: 1px solid #A0A0A0;
        color: #cacaca;
    }
    
    .content_item_subWords p {
        display: inline-block;
        margin-right: 100px;
    }
    
    .content_item_h3 {
        display: inline-block;
        vertical-align: top;
    }
    
    .content_item_list {
        display: inline-block;
        vertical-align: top;
        margin-left: 5%;
    }
    
    .content_item_list li {
        height: 38px;
    }
    /*     
    .content_item_floatWord {
        position: absolute;
        opacity: 0.1;
        font-size: 80px;
        color: #FAFAFA;
        left: 0;
        bottom: 0;
        margin: auto;
    }
    
    .content_item_floatWord h1 {
        font-size: 80px;
        font-family: century gothic;
    } */
    
    .content_item_ul {
        display: inline-block;
        width: 49%;
        margin-top: 20px;
        color: #cacaca;
    }
    
    .right_test {
        text-align: right;
    }
    /* 下面是第二项的样式内容 */
    
    .num_2 {
        text-align: right;
        margin-top: 50px;
    }
    
    .num_2 .content_item_title {
        text-align: right;
    }
    
    .inline_block {
        display: inline-block;
    }
    
    .content_item_img2 {
        display: block;
        width: 100%;
        margin: 0 auto;
        margin-top: 40px;
    }
    
    .content_item .two_float {
        text-align: left;
        top: 15%;
        ;
    }
    /* 下面是第三项的样式 */
    
    .content_item_three {
        padding-top: 50px;
        position: relative;
        display: block;
        text-align: left;
        /* margin-top: 50px; */
    }
    /* .back_bg {
        width: 200px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #3B3B3B;
    } */
    
    .content_item_three::after {
        content: ".";
        display: block;
        width: 0;
        height: 0;
        line-height: 0;
        clear: both;
    }
    
    .three_float {
        left: auto;
        bottom: auto;
        right: 0;
        top: -30%;
        margin: auto;
    }
    
    .content_item_three img {
        display: inline-block;
        /* max-width: 880px; */
        width: 100%;
        z-index: 9;
    }
    
    .content_item_three img:nth-of-type(2) {
        margin-top: 2%;
        margin-bottom: 2%;
    }
    /* 第三项样式到此竣事 */
    /* 下面是第四项的内容 */
    
    .content_item_four {
        width: 100%;
        font-size: 0;
        margin-top: 50px;
        padding-bottom: 50px;
    }
    
    .content_four_list,
    .content_four_show {
        display: inline-block;
        font-size: 0;
        width: 50%;
        height: 450px;
        vertical-align: middle;
    }
    
    .content_four_show img {
        width: 100%;
        height: 100%;
    }
    
    .content_four_list {
        /* background: #cacaca; */
    }
    
    .content_four_list li {
        font-size: 16px;
        display: inline-block;
        border-radius: 10px;
        width: 49%;
        text-align: center;
        height: auto;
        height: 85px;
        line-height: 85px;
        background: #3B3B3B;
        color: #cacaca;
        line-height: auto;
        border: 1px solid #cacaca;
        margin: 2px;
    }
    
    .content_four_list li.li_checked {
        border: 1px solid #0069c8;
    }
    /* 第四项内容到此竣事 */
    /* 下面是直营店加盟的样式 */
    /* 这里是直营店加盟的第一项的样式 */
    
    .content_width {
        width: 100%;
        text-align: center;
        margin-top: 50px;
    }
    
    .content_item_circle {
        border-radius: 50%;
        width: 250px;
        height: 250px;
        background: #3B3B3B;
        display: inline-block;
        margin: 1%;
        vertical-align: middle;
        color: #fafafa;
    }
    
    .content_item_circle:nth-of-type(even) {
        background: #0069c8;
    }
    
    .flex_box {
        width: 100%;
        height: 100%;
        padding: 60px 20px;
    }
    
    .circle_words {
        height: 40px;
    }
    
    .content_item_circle p {
        font-size: 16px;
    }
    
    .content_item_circle h1 {
        font-size: 20px;
        margin-top: 10px;
        ;
        font-family: XinGothic-Regular;
        line-height: 36px;
    }
    /* 直营店加盟第一项到此竣事 */
    
    .content_width>h1 {
        font-family: XinGothic-Regular;
        font-size: 28px;
        color: #FAFAFA;
        text-align: left;
    }
    
    .step_imgs {
        width: 100%;
        font-size: 0;
        margin-top: 30px;
    }
    
    .each_img {
        display: inline-block;
        font-size: 30px;
        font-family: XinGothic-Regular;
        color: #FAFAFA;
        letter-spacing: 8px;
        position: relative;
        width: 25%;
    }
    
    .each_img span {
        position: absolute;
        bottom: 20%;
        left: 0;
        right: 0;
        height: 30px;
        line-height: 30px;
        margin: auto;
    }
    /* 直营店的第二项的样式竣事 */
    /* 直营店的第三项样式最先 */
    
    .flex_layout {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    
    .flex_box {
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    
    .content_position_left,
    .content_histogram_right {
        display: inline-block;
        width: 40%;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: left;
    }
    
    .content_histogram_right>img {
        width: 84%;
        display: block;
        margin: 0 auto;
    }
    
    .content_position_left {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
    }
    
    .content_proPosit {
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 10px;
        border-left: 1px solid #505050;
        margin-bottom: 5%;
    }
    
    .content_proPosit li:first-child {
        height: 44px;
        line-height: 44px;
    }
    
    .content_proPosit h1 {
        font-size: 28px;
        color: #fafafa;
    }
    
    .content_proPosit li {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
    }
    /* 直营店的第三项样式竣事 */
    /* 直营店第四项最先 */
    
    .compare_from {
        font-size: 14px;
        text-align: center;
        padding: 0;
        color: #fafafa;
        letter-spacing: 6px;
    }
    
    .compare_from li:first-of-type {
        font-size: 18px;
    }
    
    .compare_from:nth-of-type(2),
    .compare_from:nth-of-type(3) {
        -webkit-flex: 2;
        -moz-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }
    
    .compare_from li {
        height: 70px;
        background: rgb(59, 59, 59);
        line-height: 70px;
        border-radius: 10px;
        border: 3px solid #272729;
    }
    
    .compare_from li:nth-of-type(even) {
        background: #0069c8;
    }
    
    .compare_from li.line_height35 {
        line-height: 30px;
    }
    /* 直营店第四项竣事 */
    /* 直营店第五项最先 */
    
    .circle_part {
        display: inline-block;
        width: 45%;
        margin: 50px 2%;
    }
    /* 直营店第五项竣事 */
    /* 直营店第六项最先 */
    
    .tree_chart {
        width: 100%;
        margin: 50px auto;
        display: block;
    }
    /* 直营店第六项竣事 */
    /* 直营店第七项最先 */
    
    .content_flex_2 {
        flex: 1.5;
        -webkit-flex: 1.5;
        -moz-flex: 1.5;
        -ms-flex: 1.5;
    }
    
    .margin50 {
        margin: 50px auto;
    }
    
    .case_mode_ul li {
        /* height: 40px; */
        line-height: auto;
    }
    
    .content_flex_2>img {
        width: 100%
    }
    
    .form_block {
        width: 100%;
    }
    /* 直营店第七项竣事 */
    /* 直营店第八项最先 */
    
    .shop_show {
        padding: 50px 0;
        height: auto;
    }
    
    .shopShow_float_box {
        height: 0;
        transition: 1s;
    }
    
    .heght_1200 {
        height: 400px;
        transition: 1s;
    }
    
    .shop_show img {
        /* width: 90%; */
        display: block;
        margin: 0 auto;
    }
    
    .shop_show p {
        display: block;
        margin: 30px auto;
        text-align: center;
        color: #FAFAFA;
    }
    
    .click_float_box {
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        background: #fff;
        color: #0069c8;
        display: block;
        text-align: center;
        margin: 10px auto;
        cursor: pointer;
    }
    
    .checked_span .click_float_box {
        color: #FAFAFA;
        background: #0069c8;
    }
    
    .shopShow_float {
        background: rgb(59, 59, 59);
        border-radius: 20px;
        width: auto;
        text-align: center;
        padding: 20px;
        position: relative;
        display: none;
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .shopShow_float img:not(:last-child) {
        width: 300px;
    }
    
    .shopShow_float img {
        display: inline-block;
        margin: 0 10px;
        /* flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1; */
    }
    /* 直营店第八项竣事 */
    /* 直营店认证最先 */
    
    .search_select {
        text-align: center;
        font-size: 0;
    }
    
     ::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        color: #fafafa;
        text-indent: 1em;
    }
    
     :-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #fafafa;
        text-indent: 1em;
    }
    
     ::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #fafafa;
        text-indent: 1em;
    }
    
     :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #fafafa;
        text-indent: 1em;
    }
    
    .search_select select {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: url("/images/shop/Shape.png") no-repeat scroll 98% center transparent;
        padding-right: 2%;
        color: #A0A0A0;
        background-color: #3B3B3B;
        text-indent: 1em;
    }
    
    select::-ms-expand {
        display: none;
    }
    
    .search_select select,
    .search_box {
        height: 40px;
        width: 25%;
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
        border: none;
        border: 1px solid #272729;
    }
    
    .search_box {
        /* background: #2E71F7; */
        text-align: center;
        border: 1px solid #3687D0;
        border-radius: 7px;
    }
    
    .search_btn {
        width: 20px;
        height: 20px;
        background: none;
        vertical-align: middle;
        border: none;
        display: inline-block;
        background-image: url(/images/shop/SearchIcon.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
    
    .search_box input {
        display: inline-block;
        width: 85%;
        height: 100%;
        border: none;
        color: #fff;
        text-indent: 1em;
        background: #282828;
    }
    
    .shop_form {
        color: #fafafa;
    }
    
    .shop_form_title {
        text-align: center;
        background: #3687D0;
    }
    
    .shop_form_title span {
        display: inline-block;
        font-size: 20px;
        border: 1px solid #272729;
        padding: 0;
        height: 60px;
        line-height: 60px;
    }
    
    .shop_ul {
        background: rgb(59, 59, 59);
    }
    
    .shop_ul span {
        height: 40px;
        line-height: 40px;
        border: 1px solid #272729;
        padding: 0;
        text-align: center;
    }
    
    .paging_tool {
        height: 300px;
    }
    .shop_form > table{
        width: 100%;
    }
    .shop_form > table tr th{
        color: #fff;
        width: 33.33333%;
        height: 60px;
        font-size: 20px;
        font-weight: normal;
        text-align: center;
        border-right: 2px solid #272729;
        background-color: #0069c8;
    }
    .shop_form > table tr th:last-child{
        border-right: 0;
    }
    .shop_form > table tr td{
        color: #fff;
        height: 40px;
        font-size: 16px;
        font-weight: normal;
        text-align: center;
        border-right: 2px solid #272729;
        border-top: 2px solid #272729;
        background-color: #3b3b3b;
    }
    .shop_form > table tr td:last-child{
        border-right: 0;
    }
    /* 直营店认证竣事 */
    /* 下面是直营店购物的内容 */
    
    .shop_infor {
        width: 100%;
        padding-top: 20px;
        position: relative;
    }
    
    .shop_infor_words {
        position: absolute;
        top: 10%;
        /* bottom: 0; */
        left: 10%;
        /* right: 0; */
        margin: auto;
        width: 600px;
        height: 400px;
        text-align: left;
    }
    
    .shop_infor_words h1 {
        font-family: XinGothic-Bold;
        font-size: 60px;
        color: #FAFAFA;
        letter-spacing: 7.5px;
        margin-bottom: 30px
    }
    
    .shop_infor_words p {
        font-family: XinGothic-Bold;
        font-size: 32px;
        color: #FAFAFA;
        letter-spacing: 4px;
        line-height: 58px;
    }
    
    .shop_infor_words img {
        margin-top: 30px;
    }
    
    .shopWay_img {
        width: 100%;
    }
    
    .big_width {
        width: 100%;
        max-width: 1920px;
    }
    /* 直营店购物内容竣事 */
    /* 适配1440屏幕以下 */
    
    @media screen and (max-width: 1440px) {
        .banner_each_span {
            width: 180px;
        }
        .content_main,
        .flaot_banner_relative {
            width: 92%;
        }
        .content_item_circle {
            width: 240px;
        }
        .content_item_title_h2 {
            margin-left: 0;
        }
        .shop_show img {
            width: 250px;
        }
        .shopShow_float_box img {
            width: 400px;
        }
        .shopShow_float img:not(:last-child) {
            width: 270px;
        }
    }<!--耗时1758253920.1094秒-->