@charset "UTF-8";
@font-face {
    font-family: "my-icon-qisemi";
    /* project id 1712770 */
    src: url("//at.alicdn.com/t/font_1712770_5qbw1f3mvid.eot");
    src: url("//at.alicdn.com/t/font_1712770_5qbw1f3mvid.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_1712770_5qbw1f3mvid.woff2") format("woff2"), url("//at.alicdn.com/t/font_1712770_5qbw1f3mvid.woff") format("woff"), url("//at.alicdn.com/t/font_1712770_5qbw1f3mvid.ttf") format("truetype"), url("//at.alicdn.com/t/font_1712770_5qbw1f3mvid.svg#my-icon-qisemi") format("svg");
}

body {
    font-size: 12px;
    line-height: 200%;
    color: #333;
    width: 100%;
    text-align: left;
    background-color: #f3f4f9;
    word-break: break-all;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none;
    transition: all linear 0.3s;
    cursor: pointer;
    color: #333;
    font-size: 14px;
}

a:hover {
    color: #004ddd;
    transition: all linear 0.3s;
}

a:active {
    color: #333;
}

ul li {
    list-style: none;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th {
    font: inherit;
}

body,
img,
form,
ul,
dl,
input,
fieldset,
.clear,
dt,
dd,
dl {
    margin: 0;
    padding: 0;
    border: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mt16 {
    margin-top: 16px;
}

.mt24 {
    margin-top: 24px;
}

.mt30 {
    margin-top: 30px;
}

.mt32 {
    margin-top: 32px;
}

.mt36 {
    margin-top: 36px;
}

.mt48 {
    margin-top: 48px;
}

.mt50 {
    margin-top: 50px;
}

.mt64 {
    margin-top: 60px;
}

.mt128 {
    margin-top: 128px;
}

.mt256 {
    margin-top: 256px;
}

.ml8 {
    margin-left: 8px;
}

.ml16 {
    margin-left: 16px;
}

.ml32 {
    margin-left: 32px;
}

.ml64 {
    margin-left: 64px;
}

.ml128 {
    margin-left: 128px;
}

.ml256 {
    margin-left: 256px;
}

.mr8 {
    margin-right: 8px;
}

.mr16 {
    margin-right: 16px;
}

.mr32 {
    margin-right: 32px;
}

.mr64 {
    margin-right: 64px;
}

.mr128 {
    margin-right: 128px;
}

.mr256 {
    margin-right: 256px;
}

.mb8 {
    margin-bottom: 8px;
}

.mb16 {
    margin-bottom: 16px;
}

.mb32 {
    margin-bottom: 32px;
}

.mb64 {
    margin-bottom: 64px;
}

.mb128 {
    margin-bottom: 128px;
}

.mb256 {
    margin-bottom: 256px;
}

.mr8 {
    margin-right: 8px;
}

.mr6 {
    margin-right: 6px;
}

.mr30 {
    margin-right: 30px;
}

.mr50 {
    margin-right: 50px;
}

.mb32 {
    margin-bottom: 32px;
}

.mt15 {
    margin-top: 15px;
}

.mBT32 {
    margin: 32px 0;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font24 {
    font-size: 24px !important;
}

.font28 {
    font-size: 28px !important;
}

.font32 {
    font-size: 32px !important;
}

.font36 {
    font-size: 36px !important;
}

.font48 {
    font-size: 48px !important;
}

.font56 {
    font-size: 56px !important;
}

.font999 {
    color: #999 !important;
}

.font666 {
    color: #666;
}

.font333 {
    color: #333;
}

.fontGreen {
    color: #01c65d;
}

.fontBlue {
    color: #004ddd;
}

.fontImpact {
    font-family: Impact, "Arial Narrow Bold", sans-serif;
}

.text_center {
    text-align: center;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}


/* 按钮 */

.btn {
    padding: 10px 30px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #004ddd;
    background: #004ddd;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
}

.btn:hover {
    opacity: 0.85;
    color: #fff;
    transition: all linear 0.3s;
}

.whiteButton {
    color: #004ddd;
    background: #fff;
}

.whiteButton:hover {
    opacity: 1;
    color: #004ddd;
}

.blueButton {
    padding: 10px 30px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #004ddd;
    background: #004ddd;
    border-radius: 3px;
    cursor: pointer;
}

.blueButton:hover {
    opacity: 0.85;
    color: #fff;
    transition: all linear 0.3s;
}

.yellowButton {
    padding: 10px 30px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #ebcb00;
    background: #ebcb00;
    border-radius: 3px;
    cursor: pointer;
}

.yellowButton:hover {
    opacity: 0.85;
    color: #fff;
    transition: all linear 0.3s;
}

.purpleButton {
    padding: 10px 30px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #5756D6;
    background: #5756D6;
    border-radius: 3px;
    cursor: pointer;
}

.purpleButton:hover {
    opacity: 0.85;
    color: #fff;
    transition: all linear 0.3s;
}

.blueButton_borer {
    padding: 4px 20px;
    height: 30px;
    line-height: 30px;
    color: #004ddd;
    font-size: 14px;
    border: 1px solid #004ddd;
    border-radius: 3px;
    cursor: pointer;
}

.blueButton_borer:hover {
    transition: all linear 0.3s;
    border: 1px solid #004ddd;
    background: #004ddd;
    color: #fff;
}

.blueButton_borer_gray {
    display: inline-flex;
    justify-content: space-between;
    padding: 4px 20px;
    height: 30px;
    line-height: 30px;
    width: 300px;
    color: #333;
    font-size: 14px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    cursor: pointer;
    transition: all linear 0.3s;
    &:hover {
        border: 1px solid #004ddd;
        color: #004ddd;
        transition: all linear 0.3s;
    }
}

.header_active {
    background: #fff;
    position: fixed;
    top: 0;
    transition: all linear 0.3s;
    z-index: 99;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}

.header_1 {
    width: 100%;
    transition: all linear 0.3s;
    .box {
        width: 1200px;
        overflow: hidden;
        margin: 0 auto;
        padding: 10px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        .logo {
            cursor: pointer;
            width: 140px;
            img {
                width: 100%;
            }
        }
        .menu {
            font-size: 16px;
            margin: 10px 0;
            width: calc(100% - 480px);
            text-align: center;
            ul {
                display: inline-flex;
                li {
                    // width: 80px;
                    padding: 0 18px;
                    text-align: center;
                    cursor: pointer;
                }
                li:hover {
                    color: #004ddd;
                    transition: all linear 0.3s;
                }
            }
        }
        .button_box {
            padding: 10px 0;
        }
    }
}

.main {
    width: 1200px;
    margin: 0 auto;
    .content_box_1 {
        width: 100%;
        text-align: center;
        margin: 30px 0;
        height: auto;
        .title {
            font-size: 36px;
            line-height: 36px;
            margin-bottom: 16px;
        }
        .text {
            font-size: 14px;
            line-height: 28px;
            color: #666666;
            margin-bottom: 16px;
        }
        img {
            width: 80%;
        }
        .box {
            width: 100%;
            position: relative;
            display: none;
            .textBox {
                top: 40px;
                position: absolute;
                padding: 40px;
                z-index: 1;
                background: #fff;
                width: 570px;
                border: 1px solid #dddddd;
                border-radius: 4px;
                text-align: left;
                .title {
                    font-size: 36px;
                    color: #004ddd;
                    img {
                        width: 50px;
                    }
                }
                .label {
                    font-size: 14px;
                    color: #666;
                    line-height: 24px;
                    margin-bottom: 24px;
                }
            }
        }
    }
}

.main .content_box_1 .box .IndustryPictures {
    position: absolute;
    right: 0;
    margin-top: 80px;
    img {
        width: 665px;
    }
}

.main .content_box_1 .button_group {
    position: relative;
    top: 450px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    .width100 {
        width: 100px;
    }
}

.main .content_box_2 {
    width: calc(100% - 80px);
    padding: 70px 40px 0px 40px;
    background-image: linear-gradient(to bottom, rgba(235, 238, 246, 1), rgba(235, 238, 246, 0));
    margin-bottom: 16px;
    display: inline-flex;
    .box_1 {
        width: calc(50% - 40px);
        text-align: left;
        margin-right: 40px;
        .text {
            font-size: 12px;
            color: #999;
        }
        .title {
            font-size: 36px;
            line-height: 36px;
            color: #333;
            margin-bottom: 16px;
        }
        .label {
            font-size: 14px;
            line-height: 24px;
            color: #666666;
            margin-bottom: 16px;
        }
        .button_group {
            width: 100%;
            margin-bottom: 16px;
            overflow: hidden;
        }
    }
}

.main .content_box_2 .box_2 {
    width: calc(50% - 20px);
    margin-top: 40px;
    text-align: center;
    .img_none {
        display: none;
        position: relative;
        transition: all linear 0.3s;
    }
    img {
        width: 80%;
        transition: all linear 0.3s;
    }
}

.img_50 {
    width: 50%;
}


/* 贴心服务 · 确保满意 */

.main .content_box_2 .box_3 {
    width: 100%;
    text-align: center;
    .title {
        font-size: 36px;
        line-height: 36px;
        color: #333;
        margin-bottom: 32px;
    }
}


/* 合作伙伴 · 携手创标杆 */

.main .partner {
    width: calc(100% - 80px);
    padding: 70px 40px;
    margin-bottom: 16px;
    height: 540px;
    .box {
        position: relative;
        text-align: center;
        .title {
            width: 100%;
            font-size: 36px;
            line-height: 36px;
            color: #333;
            margin-bottom: 32px;
        }
    }
    .partnerImg {
        display: block;
        position: absolute;
    }
}


/* 一路走来 · 喜获荣誉 */

.main .honor {
    width: calc(100% - 80px);
    padding: 70px 40px;
    margin-bottom: 16px;
    .box {
        position: relative;
        text-align: center;
        .title {
            width: 100%;
            font-size: 36px;
            line-height: 36px;
            color: #333;
            margin-bottom: 32px;
            .honor_1 {
                margin: 0px 20px;
            }
        }
    }
}

.main .honor .box .honor_1 table tr td {
    border-right: 1px solid #e5e6ea;
    &:last-child {
        border: none;
    }
    .honorButton {
        width: 340px;
        height: 140px;
        display: block;
        margin: 10px;
        transition: all linear 0.3s;
        text-align: left;
    }
    .link {
        width: calc(100% - 20px);
        border-bottom: 1px solid #e5e6ea;
        margin: 0 auto;
    }
    img {
        padding: 20px 10px 20px 30px;
    }
    .text {
        margin: 50px 0 0 0;
    }
    .honorButton:hover {
        background: #fff;
        transition: all linear 0.3s;
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.02);
    }
}


/*带按钮的输入框 */

.button_input {
    position: relative;
    width: 420px;
    display: inline-flex;
    justify-content: space-between;
}

.button_input .text__input-wrap {
    margin-bottom: 30px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #fff;
    z-index: 1;
    border: 2px solid #de5a02;
    box-shadow: 0 10px 20px 0 rgb(255, 176, 0, 0.3);
}

.button_input .text__input {
    position: absolute;
    width: 256px;
    display: block;
    height: 28px;
    padding: 6px 12px;
    font-size: 14px;
    color: #333;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    z-index: 0;
    border-radius: 4px;
}

.button_input input {
    -webkit-user-select: auto;
    outline: none;
}

.button_input input::-webkit-outer-spin-button,
.button_input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.button_input input[type="number"] {
    -moz-appearance: textfield;
}

.button_blue {
    right: 0;
    font-size: 14px;
    border-radius: 0 4px 4px 0;
    text-align: center;
    color: #fff;
    position: absolute;
    background: #004ddd;
    width: 140px;
    height: 42px;
    line-height: 42px;
    z-index: 1;
    transition: opacity linear 0.3s;
    &:hover {
        opacity: 0.85;
        cursor: pointer;
        transition: opacity linear 0.3s;
    }
}


/* 食品 */

.yellow_button {
    font-size: 14px;
    width: 200px;
    color: #666666;
    line-height: 24px;
    cursor: pointer;
    &:hover {
        color: #ebcb00;
        transition: all linear 0.3s;
    }
}


/* 七色米专业版 */


/* 轻松管理好生意 */

.main .zycontent_box_2 {
    width: calc(100% - 80px);
    padding: 70px 40px;
    background-image: linear-gradient(to bottom, rgba(235, 238, 246, 1), rgba(235, 238, 246, 0));
    display: inline-flex;
    .box_3 {
        width: 100%;
        text-align: center;
        .title {
            font-size: 36px;
            line-height: 36px;
            color: #333;
            margin-bottom: 16px;
        }
        img {
            width: 100%;
        }
    }
}


/* 管销售·全流程管理畅通无阻 */

.main .zycontent_box_3 {
    width: calc(100% - 80px);
    padding: 30px 30px;
    margin-bottom: 16px;
    display: inline-flex;
    .content {
        width: 100%;
        text-align: center;
        .title {
            font-size: 36px;
            margin: 20px 0;
        }
    }
    .box_1 {
        width: calc(52% - 40px);
        text-align: left;
        margin-right: 40px;
        margin-top: 30px;
        .title {
            font-size: 30px;
            line-height: 40px;
            margin-bottom: 36px;
            color: #000000;
        }
        .text {
            font-size: 14px;
            line-height: 28px;
            color: #666666;
            margin-bottom: 16px;
        }
        .label {
            font-size: 14px;
            line-height: 24px;
            color: #666666;
            margin-bottom: 16px;
        }
        .label01 {
            font-size: 15px;
            line-height: 20px;
            color: #000000;
            font-weight: 700;
        }
        .font999 {
            color: #666;
            padding-bottom: 15px;
            line-height: 150%;
        }
    }
    .box_2 {
        width: 50%;
    }
}


/* 特色功能·打造成本优势 */

.zycontent_box_4 {
    width: 100%;
    height: auto;
    background-color: #ecedf2;
    padding: 70px 0px;
}

.box_4_1 {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
    font-size: 36px;
}

.box_4_1_text {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 16px;
}

.box_4_2 {
    background: url(../img/zy_img_7.png) right no-repeat;
    height: 415px;
}

.left_1 {
    width: 1200px;
    margin: 80px auto;
}

.left_1 .title {
    font-size: 26px;
    line-height: 36px;
    color: #333;
    margin-bottom: 16px;
}

.blueButtontext {
    height: 46px;
    line-height: 46px;
    color: #004ddd;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
}

.blueButtontext:hover {
    opacity: 0.85;
    color: #0549c9;
    transition: all linear 0.3s;
}

.box_4_3 {
    width: 1200px;
    height: 500px;
    margin: 70px auto 30px auto;
}

.left_2 {
    width: 312px;
    height: 432px;
    float: left;
    background-color: #ffffff;
    border-radius: 3px 3px 3px 3px;
    padding: 34px 34px;
}

.left_3 {
    width: 312px;
    height: 432px;
    float: left;
    margin: 0 30px;
    background-color: #ffffff;
    border-radius: 3px 3px 3px 3px;
    padding: 34px 34px;
}

.left_2 .title {
    font-size: 26px;
    line-height: 36px;
    color: #333;
    margin-bottom: 14px;
}

.left_3 .title {
    font-size: 26px;
    line-height: 36px;
    color: #333;
    margin-bottom: 14px;
}

.blueButtontext {
    height: 46px;
    line-height: 46px;
    color: #004ddd;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
}

.box_4_4 {
    width: 1080px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 3px 3px 3px 3px;
    padding: 45px 60px;
    overflow: hidden;
}

.left_4 {
    width: 220px;
    height: auto;
    float: left;
    margin-right: 66px;
}

.left_5 {
    width: 220px;
    height: auto;
    float: left;
}

.box_4_5 {
    height: 700px;
    margin: 70px 0 auto;
}

.box_4_5 img {
    position: absolute;
    left: 36%;
    margin-left: -65px;
    padding-top: 60px;
}

.box_4_6 {
    width: 100%;
    height: 750px;
    background-color: #ecedf2;
    padding-top: 70px;
}

.box_4_7 {
    width: calc(100% - 80px);
    padding: 70px 40px;
    background-image: linear-gradient(to bottom, rgba(235, 238, 246, 1), rgba(235, 238, 246, 0));
    margin-bottom: 16px;
    display: inline-flex;
}

.box_4_7 .content_box_2 {
    width: calc(100% - 80px);
    padding: 70px 40px;
    background-image: linear-gradient(to bottom, rgba(235, 238, 246, 1), rgba(235, 238, 246, 0));
    margin-bottom: 16px;
    display: inline-flex;
}

.Footer {
    width: 1200px;
    margin: 10px auto;
    .colorBlock {
        background-image: url(../img/colorBlock.svg);
        width: 100%;
        height: 250px;
        background-size: 100%;
        margin-bottom: 20px;
        text-align: center;
        background-repeat: no-repeat;
        position: relative;
        .title {
            color: #fff;
            font-size: 24px;
            padding: 70px 0;
        }
    }
    .menu {
        width: 100%;
        margin-bottom: 40px;
        display: inline-flex;
        .menu_left {
            width: 100%;
            text-align: left;
            display: inline-flex;
            justify-content: space-between;
            ul {
                /* width: 25%; */
                li {
                    font-size: 14px;
                    color: #7c7f90;
                    a {
                        font-size: 15px;
                        color: #7c7f90;
                        line-height: 1.5;
                        padding: 5px 0;
                        cursor: pointer;
                        &:hover {
                            color: #004ddd;
                            transition: all linear 0.3s;
                        }
                    }
                }
            }
        }
        .menu_right {
            width: 40%;
            text-align: right;
        }
    }
    .version {
        width: 100%;
        text-align: left;
        padding: 20px 0;
        border-width: 1px 0 1px 0;
        border-color: #e1e3e9;
        border-style: solid;
        .text {
            color: rgba(0, 0, 0, 0.3);
            font-size: 12px;
        }
    }
    .Links {
        width: 100%;
        text-align: left;
        padding: 20px 0;
        .text {
            color: rgba(0, 0, 0, 0.3);
            font-size: 12px;
        }
        .textButton {
            color: rgba(0, 0, 0, 0.3);
            font-size: 12px;
            &:hover {
                color: #004ddd;
            }
        }
    }
}

// 气泡
.text_center {
    text-align: center;
}

.Popover {
    display: none;
    position: absolute;
    z-index: 99;
    background-image: url(../img/Popover_bg.svg);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position-x: right;
    background-position-y: bottom;
    background-color: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
    width: 170px;
    padding: 15px;
    height: 245px;
    left: 50%;
    margin-left: -100px;
    top: 220px;
    border-radius: 8px;
    .Popover_img {
        width: 100px !important;
        height: 100px !important;
    }
    .arrow {
        width: 3px;
        height: 0;
        border: 12px solid;
        border-color: transparent transparent white;
        border-radius: 10px;
        position: relative;
        top: -35px;
        left: 50%;
        margin-left: -12px;
    }
    .label {
        line-height: 1.5;
        font-size: 24px;
        color: rgba(0, 0, 0, 0.85);
    }
    .Popover_text {
        color: rgba(0, 0, 0, 0.85);
        color: #51556f;
        font-size: 12px;
    }
}

// 了解我们
.about_banner {
    img {
        width: 100%;
    }
}

.about_content {
    background-color: #fff;
    width: calc(100% - 80px);
    height: auto;
    padding: 40px;
    text-align: left;
    display: inline-flex;
    overflow: hidden;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    margin-top: 15px;
    .left_box {
        float: left;
        text-align: left;
    }
    .right_box {
        float: right;
        text-align: right;
    }
    .width70 {
        width: 70%;
    }
    .title {
        display: inline-block;
        font-size: 18px;
        padding-top: 5px;
        border-top: 3px solid #004ddd;
        color: #333333;
    }
    .label {
        font-size: 14px;
        color: #333;
        margin-bottom: 15px;
    }
    .text {
        font-size: 12px;
        color: #999;
    }
}

// 新闻
.news_list {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
    ul {
        width: 100%;
        li {
            width: calc(25% - 52px);
            padding: 20px;
            height: auto;
            margin-right: 15px;
            margin-bottom: 15px;
            background-color: #fff;
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
            float: left;
            cursor: pointer;
            .title {
                font-size: 16px;
                color: #000;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                padding: 10px 0;
            }
            .text {
                font-size: 12px;
                color: #666666;
                text-overflow: ellipsis;
                line-clamp: 2;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                line-clamp: 2;
                -webkit-box-orient: vertical;
                margin-bottom: 10px;
            }
            .dataTime {
                font-size: 12px;
                color: #999;
            }
            .shijian_box {
                width: 100%;
                display: flex;
            }
            .sjleft {
                width: 85%;
            }
            .shijian {
                font-size: 40px;
                padding-top: 30px;
                padding-bottom: 5px;
            }
            .shijian_box img {
                width: 10%;
            }
            img {
                width: 100%;
            }
        }
        li:hover {
            opacity: 0.85;
            transition: all linear 0.3s;
        }
        li:hover .title {
            color: #004ddd;
        }
        li:nth-child(4n+0) {
            margin-right: 0px;
        }
    }
}

.Pagination {
    width: 100%;
    text-align: center;
    margin: 30px 0;
    ul {
        display: inline-flex;
        li {
            outline: none;
            padding: 10px;
            background: #fff;
            font-size: 14px;
            line-height: 14px;
            border: 1px solid #e3e3e3;
            overflow: hidden;
            text-align: center;
            cursor: pointer;
            margin: 0 5px;
            border-radius: 3px;
        }
        .active {
            background: #004ddd;
            color: #fff;
            border: 1px solid #004ddd;
        }
        li:hover {
            background: #004ddd;
            color: #fff;
            transition: all linear 0.3s;
            border: 1px solid #004ddd;
        }
        li:active {
            background: rgb(3, 70, 194);
            color: #fff;
            transition: all linear 0.3s;
            border: 1px solid #004ddd;
        }
    }
}

// 下载
.download {
    width: 100%;
    text-align: center;
    margin: 30px 0;
    ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        li {
            outline: none;
            background: #e5eaf7;
            font-size: 16px;
            line-height: 16px;
            color: #004ddd;
            text-align: center;
            cursor: pointer;
            // margin: 0 10px;
            width: 45%;
            height: 40px;
            line-height: 40px;
            border-radius: 3px;
            transition: all linear 0.3s;
            float: left;
            margin-bottom: 20px;
            .QRCode {
                opacity: 0;
                display: none;
                position: relative;
                top: -175px;
                padding: 10px;
                height: 120px;
                width: 120px;
                background-color: #fff;
                left: 50%;
                margin-left: -70px;
                z-index: 1;
                box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
                transition: all linear 0.3s;
                img {
                    width: 100%;
                    transition: all linear 0.3s;
                }
                .arrow {
                    width: 0;
                    height: 0;
                    border-top: 10px solid white;
                    border-left: 10px solid transparent;
                    border-right: 10px solid transparent;
                    position: absolute;
                    bottom: -10px;
                    left: 50%;
                    margin-left: -12px;
                }
            }
            &:hover .QRCode {
                opacity: 1;
                display: block;
                transition: all linear 0.3s;
            }
        }
        .web {
            width: 100%;
        }
        .active {
            background: #004ddd;
            color: #fff;
        }
        li:hover {
            background: #004ddd;
            color: #fff;
            transition: all linear 0.3s;
            box-shadow: 0 0 30px 0 rgba(0, 77, 221, 0.2);
        }
        li:active {
            background: rgb(3, 70, 194);
            color: #fff;
            transition: all linear 0.3s;
            box-shadow: 0 0 30px 0 rgba(0, 77, 221, 0.2);
        }
    }
    .disbaled {
        cursor: not-allowed;
        color: #999;
    }
}

.content {
    margin-top: 16px;
    a {
        position: relative;
        color: #9fa1af;
        .QRCode {
            opacity: 0;
            position: absolute;
            top: -155px;
            padding: 10px;
            height: 120px;
            width: 120px;
            background-color: #fff;
            left: 50%;
            margin-left: -70px;
            z-index: 1;
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
            transition: all linear 0.3s;
            img {
                width: 100%;
                transition: all linear 0.3s;
            }
            .arrow {
                width: 0;
                height: 0;
                border-top: 10px solid white;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                position: absolute;
                bottom: -10px;
                left: 50%;
                margin-left: -12px;
            }
        }
    }
    a:hover .QRCode {
        opacity: 1;
        transition: all linear 0.3s;
    }
    a:hover {
        color: #004ddd;
    }
}

.wrap {
    width: 100%;
    display: inline-block;
}

.wrap ul {
    padding: 0;
}

.wrap ul li {
    cursor: pointer;
}

.tab {
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.01);
    .tab-item {
        /*width: 100%;*/
        width: 25%;
        display: inline-block;
        text-align: center;
        font-size: 15px;
    }
    .tab-item span {
        height: 60px;
        width: calc(100% - 20px);
        line-height: 60px;
        position: relative;
        display: inline-block;
        padding: 0 10px;
        /*border-bottom: 4px solid #00a5e0;*/
    }
    .tab-item span:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 4px;
    }
    .tab-item.current span {
        width: calc(100% - 20px);
        background-color: #004ddd;
        color: #fff;
        transition: all linear 0.3s;
    }
    .tab-item.current span:after {
        width: calc(100% - 20px);
        // background: #004DDD;
        transition: all linear 0.3s;
    }
}

// 多版本
.versionCompared {
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.04);
    .version_content {
        background-color: #fff;
        width: 100%;
        ul {
            width: 100%;
            li {
                width: calc(100% - 30px);
                padding: 5px 15px;
                font-size: 14px;
                display: inline-flex;
                span {
                    width: 25%;
                    text-align: center;
                    align-self: center;
                    color: #666666;
                }
                span:first-child {
                    text-align: left;
                }
            }
            li:nth-child(odd) {
                background-color: #f3f4f9;
            }
            li:nth-chiid(even) {
                background-color: #fff;
            }
        }
    }
}

// 联系信息

/* 解决方案 */


/* 七色米解决方案食品饮料 */

.but_box {
    width: 800px;
    margin: 50px auto;
    display: flex;
}

.banner_box {
    width: 100%;
    margin: 30px 0;
    background: url(../img/jjsp_img_1.png);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}

.banner_box .title_text {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 50px;
}

.banner_box .text {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 30px;
    text-align: center;
}

.banner_box .title {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 50px;
}

.dujia_box {
    width: 100%;
    padding-top: 70px;
    height: auto;
    padding-bottom: 40px;
    background-color: #ffffff;
}

.dujia_box .title_text {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 50px;
}

.dujia_box .text {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 30px;
    text-align: center;
}

.dujia_box .title {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 30px;
}

.dujia_box .title span {
    font-size: 36px;
    padding-bottom: 30px;
    margin-top: 70px;
}

.dingzhi {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.shuju_box {
    width: 100%;
    padding-top: 70px;
    height: auto;
    padding-bottom: 40px;
}

.shuju_box .text {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 30px;
    text-align: center;
}

.shuju_box .title {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 30px;
}

.Price_box {
    width: 100%;
}

.pricecon_box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.Price_box .pricecon_box .label02 span {
    border-top: 3px solid #0052d9;
    font-size: 20px;
}

.Price_box .pricecon_box .label02 {
    padding-top: 10px;
    margin-bottom: 30px;
}

.shipin_box {
    width: 100%;
    background-color: #ecedf2;
    padding-top: 50px;
}

.shipin_box1 {
    width: 1200px;
    display: flex;
    margin: 0 auto;
}

.conleft_box {
    padding: 125px 50px;
    width: 50%;
}

.conleft_box .title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 16px;
    text-align: left;
}

.shipin_box1 .conleft_box .label {
    color: #999;
}

.shipin_box1 .conleft_box .label02 {
    padding-top: 10px;
    margin-bottom: 30px;
}

.shipin_box1 .conleft_box .title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 16px;
    text-align: left;
}

.shipin_box1 .conleft_box .label02 span {
    border-top: 3px solid #0052d9;
    font-size: 20px;
}

.shipin_box {
    width: 100%;
    margin: 30px 0;
    height: 590px;
}

.shipin_box .text {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 30px;
    text-align: center;
}

.shipin_box .title {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 18px;
}

.blueButton02 {
    padding: 10px 42px;
    height: 46px;
    line-height: 46px;
    color: #666666;
    font-size: 14px;
    border: 1px solid #e5eaf7;
    background: #e5eaf7;
    border-radius: 3px;
    cursor: pointer;
}

.blueButton02:hover {
    opacity: 0.85;
    color: #004ddd;
    transition: all linear 0.3s;
}

// 广告
.topAD {
    background-repeat: no-repeat;
    background-position: center;
    height: 90px;
    display: block;
    .close {
        float: right;
        margin-right: 15px;
        margin-top: 33px;
        font-size: 24px;
        color: rgba(0, 0, 0, 0.3);
    }
    .close:hover {
        color: rgba(0, 0, 0, 0.6);
    }
}

.mt50 {
    top: 50px !important;
}

// 库存管理专题
.Stock_box {
    width: 100%;
    height: 700px;
    background-image: url(../img/kcglbanner.svg);
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    .title {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 16px;
        padding: 50px 0 0 0;
    }
    .text {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 16px;
        padding-bottom: 15px;
        color: #999999;
    }
}

.Stockyj_box {
    width: 100%;
    height: 700px;
    padding: 90px 0 0 0;
    background-color: #ecedf2;
    text-align: center;
    .title {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 16px;
    }
    .text {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 16px;
        padding-bottom: 15px;
        color: #999999;
    }
    .img {
        width: 30%;
    }
}

.Stocktb_box {
    width: 100%;
    height: 700px;
    padding: 90px 0 0 0;
    background-color: #f3f4f9;
    text-align: center;
    .title {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 16px;
    }
    .text {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 16px;
        padding-bottom: 15px;
        color: #999999;
    }
    .img {
        width: 30%;
    }
}

// 企业管理级软件专题
.Software_box {
    width: 100%;
    height: 700px;
    background-image: url(../img/qyglbanner.svg);
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    .title {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 16px;
        padding-top: 60px;
    }
    .text {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 16px;
        padding-bottom: 15px;
        color: #999999;
    }
}

.Preface_box {
    width: 100%;
    height: 166px;
    padding: 100px 0;
    background-color: #ecedf2;
    text-align: center;
    .title {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 16px;
    }
    .text {
        font-size: 14px;
        line-height: 28px;
        color: #999999;
    }
}

.History_box {
    width: 100%;
    height: 462;
    padding: 40px 0;
    margin: 0 auto;
    background-image: url(../img/qyglfzs.svg);
    background-repeat: no-repeat;
    background-position: center;
    .History_mina {
        width: 1200px;
        margin: 0 auto;
        display: flex;
    }
    .title {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 16px;
    }
    .text {
        font-size: 14px;
        line-height: 28px;
        color: #999999;
    }
    .bluebt {
        color: #004ddd;
        font-size: 14px;
        border-radius: 3px;
        cursor: pointer;
    }
    .bluebt:hover {
        opacity: 0.85;
        color: #2566e1;
        transition: all linear 0.3s;
    }
    .History_left {
        width: 45%;
        height: 427px;
    }
    .img {
        width: 30%;
    }
}

// 代理商专题

/* 代理商 多款产品 自由选择 */

.neibox {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.neibox .title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 30px;
}

.neibox .text {
    font-size: 14px;
    color: #999999;
    padding-bottom: 75px;
}

.sancpin {
    width: 1200px;
    display: flex;
}

.sancpinbox {
    width: 50%;
}

.sise_box {
    display: flex;
    margin-bottom: 20px;
    padding-right: 100px;
}

.xianbox {
    width: 3px;
    height: 68px;
}

.xianbox_a {
    width: 3px;
    height: 44px;
    border-right-width: 3px;
    border-right-style: solid;
    border-right-color: #e37a73;
}

.xianbox_b {
    width: 3px;
    height: 17px;
    border-right-width: 3px;
    border-right-style: solid;
    border-right-color: #fcd872;
}

.xianbox_c {
    width: 3px;
    height: 17px;
    border-right-width: 3px;
    border-right-style: solid;
    border-right-color: #3dcf87;
}

.xianbox_d {
    width: 3px;
    height: 17px;
    border-right-width: 3px;
    border-right-style: solid;
    border-right-color: #528cfc;
}

.xianbox_e {
    width: 3px;
    height: 96px;
    border-right-width: 3px;
    border-right-style: solid;
    border-right-color: #7f8396;
}

.qisemi {
    margin-left: 20px;
}

.biao {
    font-size: 18px;
    margin-bottom: 20px;
}

.xbiao {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
}


/* 八大扶持 提升盈利 */

.yinlibox {
    width: 100%;
    height: 700px;
    background-image: url(../img/dl_img6.svg);
    padding-bottom: 120px;
    padding-top: 120px;
    background-repeat: no-repeat;
    background-position: center;
}

.fazcbox {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.fazcbox .title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 16px;
    margin-bottom: 80px;
}

.box_gns {
    width: 1100px;
    height: 264px;
    margin: 0 auto;
    border-radius: 3px 3px 3px 3px;
}

.font_b {
    font-size: 14px;
    color: #999999;
    padding-top: 15px;
}

.hyimg {
    width: 50%;
    padding-bottom: 200px;
}


/* 八大扶持 提升盈利 */

.smhy {
    margin-bottom: 50px;
    width: 250px;
    padding: 0 30px;
}

.smhy:last-child {
    margin-right: 0;
}


/* 优秀城市合伙人 */

.youxiu {
    width: 100%;
    height: 560px;
    padding-top: 120px;
}

.youxiu .title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 16px;
    margin-bottom: 80px;
    text-align: center;
}

.yxbox {
    width: 1200px;
    height: 446px;
    margin: 0 auto;
    display: flex;
}

.yxrwbox {
    width: 225px;
    height: 366px;
    background-color: #ffffff;
    border-radius: 3px 3px 3px 3px;
    padding: 40px 30px;
    margin-bottom: 60px;
    margin-right: 20px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
}

.yxrwboxa {
    width: 225px;
    height: 386px;
    background-color: #ffffff;
    border-radius: 3px 3px 3px 3px;
    padding: 30px 30px;
    margin-bottom: 60px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
}

.gsmc {
    font-size: 14px;
    color: #999999;
    padding-top: 15px;
}

.gsmc span {
    font-size: 18px;
    color: #333333;
}

.xian {
    width: 55px;
    height: 3px;
    margin-top: 3px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #004ddd;
}

.wmbx {
    font-size: 32px;
    margin: 25px 0 10px 0;
    color: #333;
}

// 下拉菜单
.head-v3 {
    position: relative;
    z-index: 100;
    min-width: 1000px;
}

.head-v3 .navigation-inner {
    margin: 0 auto;
    width: 980px;
    position: relative;
}

.navigation-up {
    height: 60px;
    background: #27303f;
}

.navigation-up .navigation-v3 {
    margin-left: 155px;
    float: left;
}

.navigation-up .navigation-v3 ul {
    float: left;
}

.navigation-up .navigation-v3 li {
    float: left;
    color: #fff;
}

.navigation-up .navigation-v3 .nav-up-selected {
    background: #fff;
}

.navigation-up .navigation-v3 .nav-up-selected-inpage {
    background: #202833;
}

.navigation-up .navigation-v3 li h2 {
    font-weight: normal;
    padding: 0;
    margin: 0;
}

.navigation-up .navigation-v3 li h2 a {
    padding: 0 25px;
    color: #fff;
    display: inline-block;
    height: 60px;
}

.navigation-down {
    position: fixed;
    top: 73px;
    left: 0px;
    width: 100%;
    z-index: 9999;
}

.navigation-down .nav-down-menu {
    border-top: 1px solid #e5e6ea;
    width: 100%;
    margin: 0;
    background: #fff;
    position: absolute;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}

.navigation-down .nav-down-menu .navigation-down-inner {
    margin: auto;
    width: 1200px;
    position: relative;
    padding: 30px 15px 15px 0px;
    overflow: hidden;
    display: flex;
}

.navigation-down .nav-down-menu dl {
    float: left;
}

.navigation-down .menu-1 dl {
    width: 285px;
    margin-left: 15px;
}

.navigation-down .menu-1 dt {
    color: #999;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 18px;
}

.navigation-down .menu-1 dd {
    margin-bottom: 15px;
    float: left;
}

.navigation-down .menu-1 dd a {
    color: #333;
    font-size: 16px;
    float: left;
    width: 285px;
    line-height: 115%;
}

.navigation-down .menu-1 dd a:hover {
    color: #2866e2;
}

.navigation-down .menu-1 dd a:hover .font999 {
    color: #2866e2;
}

.navigation-down .menu-1 dd a:hover .iconfont_menu {
    color: #2866e2;
}

.navigation-down .menu-1 dd .borderB .iconfont_menu {
    color: #3578fb;
    transition: background 0.3s, color 0.3s;
    -webkit-transition: background 0.3s, color 0.3s;
}

.navigation-down .menu-1 dd .borderB:hover .iconfont_menu {
    color: #fff;
}

.navigation-down .menu-1 dd .borderB .font999 {
    text-shadow: none;
    transition: background 0.3s, color 0.3s;
    -webkit-transition: background 0.3s, color 0.3s;
}

.navigation-down .menu-1 dd .borderB:hover .font999 {
    color: #fff;
}

.navigation-down .menu-1 dd .borderB {
    transition: background 0.3s, color 0.3s;
    -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    padding: 20px 10px;
    width: calc(100% - 20px);
    display: flex;
}

.navigation-down .menu-1 dd .borderB:hover {
    background: #3578fb;
    color: #fff;
    border: 1px solid #3578fb;
}

.navigation-down .menu-1 dd .flex {
    display: flex;
}

.navigation-down .menu-2 dd a,
.navigation-down .menu-3 dd a {
    color: #333;
}

.con {
    overflow: hidden;
    position: relative;
}

.subscript {
    color: #fff;
    height: 30px;
    width: 100px;
    position: absolute;
    top: 10px;
    right: -25px;
    text-align: center;
    line-height: 30px;
    background-color: #ffc333;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* 代理商 */

.daili_title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 16px;
}

.future_box {
    width: 100%;
    margin: 30px 0;
    height: auto;
    background-image: url(../img/dl_banner.svg);
    background-size: 100%;
    text-align: center;
    background-repeat: no-repeat;
}

.future_box .title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 16px;
}

.future_box .text {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 16px;
    color: #999999;
}

.daili_sz {
    font-family: Impact;
    font-size: 46px;
    color: #004ddd;
    margin: 32px 0;
}

.daili_sz span {
    font-size: 30px;
}

.tiyan {
    display: block;
    padding-bottom: 300px;
}

.Prospects_box {
    width: 1120px;
    margin: 250px auto 0 auto;
    padding: 60px 40px;
    background-color: #ffffff;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.jishu_box {
    width: 325px;
}

.borderR {
    border-right: 1px dashed #d4d4d4;
}

.jishu_box_z {
    width: 325px;
    margin-left: 49px;
    margin-right: 49px;
}

.Strength_box {
    width: 100%;
    height: auto;
    background-image: url(../img/dl_shili.svg);
    background-repeat: no-repeat;
}

.sn_box {
    width: 1200px;
    height: 378px;
    margin: 0 auto;
    display: flex;
}

.sg_box {
    width: 200px;
    height: 238px;
    background-color: #ffffff;
    border-radius: 3px 3px 3px 3px;
    padding: 70px 30px;
    margin-right: 20px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}

.sg_rigbox {
    width: 225px;
    height: 238px;
    background-color: #ffffff;
    border-radius: 3px 3px 3px 3px;
    padding: 70px 30px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}

.sg_rigbox img {
    margin-bottom: 20px;
}

.sg_box img {
    margin-bottom: 20px;
}

.sg_box .text {
    font-size: 14px;
    color: #999999;
}


/* 代理商 多款产品 自由选择 */

.Multiple_box {
    width: 100%;
    padding: 60px 0;
    background-color: #ecedf2;
}

.Multiple_boxa {
    background-color: #f8f8f8;
    background: url(../img/dl_img20.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 100px;
    padding-top: 100px;
}

.sancpin {
    width: 1200px;
    display: flex;
}


/* 八大扶持 提升盈利 */

.yinlibox {
    width: 100%;
    height: 700px;
    background-image: url(../img/dl_img6.svg);
    padding-bottom: 120px;
    padding-top: 120px;
    background-repeat: no-repeat;
    background-position: center;
}

.fazcbox {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.fazcbox .title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 16px;
    margin-bottom: 80px;
}

.box_gns {
    width: 1100px;
    height: 264px;
    margin: 0 auto;
    border-radius: 3px 3px 3px 3px;
}

.font_b {
    font-size: 14px;
    color: #999999;
    padding-top: 15px;
}

.hyimg {
    width: 50%;
    padding-bottom: 200px;
}


/* 优秀城市合伙人 */

.youxiu {
    width: 100%;
    height: 560px;
    padding-top: 120px;
}

.youxiu .title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 16px;
    margin-bottom: 80px;
    text-align: center;
}

.yxbox {
    width: 1200px;
    height: 446px;
    margin: 0 auto;
    display: flex;
}

.yxrwbox {
    width: 225px;
    height: 366px;
    background-color: #ffffff;
    border-radius: 3px 3px 3px 3px;
    padding: 40px 30px;
    margin-bottom: 60px;
    margin-right: 20px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}

.yxrwboxa {
    width: 225px;
    height: 386px;
    background-color: #ffffff;
    border-radius: 3px 3px 3px 3px;
    padding: 30px 30px;
    margin-bottom: 60px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
}

.gsmc {
    font-size: 14px;
    color: #999999;
    padding-top: 15px;
}

.gsmc span {
    font-size: 18px;
    color: #333333;
}

.xian {
    width: 55px;
    height: 3px;
    margin-top: 3px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #004ddd;
}

.wmbx {
    font-size: 32px;
    margin: 25px 0 10px 0;
    color: #333;
}

iframe {
    width: 100%;
    overflow: hidden;
    border: none;
    z-index: 99999999999999999999;
}

.dhjlist {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    .list_box {
        padding: 40px 20px;
        line-height: 1.5;
    }
    ul {
        display: inline-flex;
        width: 100%;
        margin-bottom: 20px;
        li {
            background-color: #fff;
            width: 33.3333%;
            margin-right: 20px;
            box-shadow: 0 10px 10px rgba(81, 85, 111, 0.016);
            img {
                margin-bottom: 16px;
            }
        }
        li:last-child {
            margin-right: 0px;
        }
    }
    .title {
        font-size: 24px;
        color: #2d314a;
        margin-bottom: 8px;
    }
    .text {
        margin-top: 16px;
        font-size: 16px;
        color: #51556f;
    }
    .line {
        width: 80px;
        height: 6px;
        background-color: #004ddd;
    }
}

.biBox {
    padding: 30px 0;
    border-bottom: 1px solid #cccdd0;
    text-align: left;
    .title_bi {
        font-size: 28px;
        color: #333333;
        width: 100%;
        margin-bottom: 24px;
    }
    ul {
        display: inline-block;
        li {
            width: calc(400px - 10px);
            float: left;
            border-left: 2px solid #004ddd;
            padding-left: 8px;
            margin: 16px 0;
            line-height: 1;
            .label {
                font-size: 16px;
                margin-bottom: 8px;
                color: #000;
            }
            .sarmmy {
                font-size: 14px;
                color: #666666;
            }
        }
    }
}

// 购买
.uc-slider {
    position: relative;
    display: inline-block;
    height: 26px;
    background-color: #eee;
    padding: 0 0px;
    border-radius: 4px;
    vertical-align: bottom;
    *vertical-align: text-bottom;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
}

.uc-slider .range {
    position: relative;
    height: 26px;
    background-color: #f4f4f4;
    border-radius: 4px;
}

.uc-slider .range .block {
    display: inline-block;
    height: 24px;
    float: left;
    text-align: center;
}

.uc-slider .block div {
    border-right: solid 1px #e6e6e6;
    height: 24px;
    padding: 1px 10px 1px 0;
    text-align: center;
}

.uc-slider .block span {
    float: right;
    display: inline;
    line-height: 2;
    font-size: 12px;
    color: #999;
}

.uc-slider .block .last {
    border-width: 0;
    padding-right: 11px;
}

.uc-slider .container_slider {
    position: absolute;
    left: 0px;
    top: 0;
    width: 0%;
    height: 24px;
    border: solid 1px #579bf7;
    padding: 0 2px;
    overflow: hidden;
    background-color: #d5dff0;
    border-radius: 4px;
}

.uc-slider .container_slider .current {
    height: 24px;
    overflow: hidden;
    width: 100%;
    background-color: #d5dff0;
    border-radius: 4px;
    white-space: nowrap;
}

.uc-slider .current .unit {
    display: inline-block;
    margin-left: -3px;
    height: 24px;
}

.uc-slider .unit div {
    border-right: solid 1px #579bf7;
    height: 24px;
    padding-right: 10px;
    text-align: right;
}

.uc-slider .unit span {
    float: right;
    display: inline;
    height: 24px;
    line-height: 2;
    font-size: 12px;
    color: #579bf7;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    text-align: center;
}

.uc-slider .unit i {
    float: right;
    display: none;
    height: 8px;
    width: 13px;
    overflow: hidden;
    margin-top: 7px;
}

.uc-slider .unit .last {
    border-width: 0;
    padding-right: 11px;
}

.uc-slider .bar {
    position: absolute;
    top: 0;
    left: 0px;
    background-color: #f00;
    height: 26px;
    overflow: hidden;
    width: 100%;
    cursor: default;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 680px;
}

.uc-slider .drag {
    position: absolute;
    left: -7px;
    top: -2px;
    display: block;
    width: 10px;
    height: 19px;
    padding: 9px 0 0 3px;
    overflow: hidden;
    border: solid 1px #518dda;
    background-color: #5a9df4;
    cursor: default;
    -webkit-transition: border-color 0.3s, -webkit-transform 0.3s;
    -moz-transition: border-color 0.3s, -moz-transform 0.3s;
    -ms-transition: border-color 0.3s, -ms-transform 0.3s;
    -o-transition: border-color 0.3s, -o-transform 0.3s;
    outline: none;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.uc-slider .drag:link,
.uc-slider .drag:visited {
    border-color: #7fb7ff;
}

.uc-slider .drag:hover {
    border-color: #5290e0;
}

.uc-slider .drag i {
    float: left;
    display: inline;
    margin: 0 0 0 1px;
    width: 1px;
    height: 10px;
    overflow: hidden;
    background: #ababab;
    background: -webkit-linear-gradient(top, #fff, #fff, #fff);
    background: -moz-linear-gradient(top, #fff, #fff, #fff);
    background: -o-linear-gradient(top, #fff, #ababab, #fff);
    background: -ms-linear-gradient(top, #fff, #fff, #fff);
}


/*.slider iframe{position: absolute; top: 0; left: 0; filter:alpha(opacity=0); width: 100%; height: 26px; background-color: #f00; border-width: 0;}*/

.uc-slider .w60 {
    width: 60%;
    *width: 59.99%;
}

.uc-slider .w50 {
    width: 50%;
    *width: 49.99%;
}

.uc-slider .w25 {
    width: 25%;
    *width: 24.99%;
}

.uc-slider .w20 {
    width: 20%;
    *width: 19.99%;
}

.duration {
    width: 680px;
}

.duration2 {
    width: 425px;
}

.duration3 {
    width: 595px;
}

.durationFz {
    width: 340px;
}

.durationFzYear {
    width: 255px;
}

.uc-slider .mm {
    width: 85px;
}

.uc-slider .yy {
    width: 57px;
}

.uc-input {
    border: solid 1px #d4d4d4;
    width: 44px;
    height: 12px;
    padding: 6px 4px;
    font-size: 12px;
    line-height: 1;
    outline: none;
    border-radius: 4px;
    box-shadow: inset 1px 1px 1px #e8e8e8;
    color: #000;
}


/*购买页*/

.gmCenter {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.gmCenterTitle {
    width: 1200px;
    height: 120px;
    border-bottom: 1px dotted #cccccc;
}

.gmCenterTitle h3 {
    padding: 35px 0 0 0;
    color: #333333;
    font-size: 30px;
    line-height: 1;
    text-align: left;
}

.gmCenterTitle p {
    margin: 15px 0 0 0;
    color: #333333;
    font-size: 16px;
    line-height: 1;
    text-align: left;
}

.gmCenterBox {
    width: 1200px;
    height: 438px;
    background-image: url(../img/buyNewBg.png);
    background-size: 100%;
}

.chooseBtnList {
    margin-top: 30px;
    float: left;
}

.chooseBtnList li {
    float: left;
}

.chooseBtnList li a {
    display: block;
    width: 140px;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    text-align: left;
    font-size: 20px;
    color: #999;
}

.chooseBtnList li a:hover {
    background-color: #e4e4e4;
    transition: background linear 0.3s;
    color: #333;
}

.chooseBtnList li a.chooseBtnListBlue {
    color: #5180da;
    font-size: 25px;
}

.chooseBtnList li a.chooseBtnListBlue:hover {
    background-color: #488eee;
    transition: background linear 0.3s;
    color: #ffffff;
}

.chooseList {
    display: inline-flex;
    margin-top: 20px;
    width: 100%;
}

.column {
    height: 28px;
}

.chooseList .title {
    width: 72px;
    height: 28px;
    color: #333333;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
}

.chooseList .list {
    border-left: 1px solid #dddddd;
}

.chooseList .list li {
    height: 28px;
}

.chooseList .list li a {
    display: block;
    padding: 0 17px;
    color: #666666;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    border-right: 1px solid #ddd;
    background-color: #e8e8e8;
    position: relative;
    width: 60px;
    transition: background linear 0.3s, color linear 0.3s;
}

.chooseList .list li a:hover {
    background-color: #ddd;
    transition: background linear 0.3s, color linear 0.3s;
}

.chooseList .list li a:active {
    background-color: #004ddd;
    transition: background linear 0.3s, color linear 0.3s;
    color: #fff;
}

.chooseList .list li a.oncy {
    background-color: #004ddd;
    border-right: 1px solid #004ddd;
    color: #fff;
}

.qIcon {
    position: relative;
    cursor: pointer;
}

.qIcon h3 {
    width: 15px;
    height: 15px;
}

.qIcon h4 {
    display: none;
}

.qIcon:hover h4 {
    background: #f1e86a;
    font-size: 12px;
    padding: 10px;
    color: #333;
    border: 1px solid #c5bf20;
    border-radius: 10px;
    width: 200px;
    line-height: 150%;
    position: absolute;
    z-index: 10;
    display: block;
    top: 10px;
    left: -100px;
}

.gmCenterBoxTip {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
}

.gmCenterBoxNum {
    color: #004ddd;
    text-align: left;
}

.gmCenterBoxNum span {
    color: #004ddd;
    font-size: 20px;
    line-height: 1;
    text-align: left;
    line-height: 28px;
    font-weight: 600;
}

.gmCenterBoxSmall {
    margin-top: 19px;
    margin-left: 10px;
    color: #666666;
    font-size: 12px;
    line-height: 1;
    text-align: left;
    text-decoration: line-through;
}

.buyBtn {
    margin-top: 25px;
    display: block;
    width: 268px;
    height: 67px;
    color: #fff;
    font-size: 18px;
    line-height: 67px;
    text-align: center;
    border-radius: 5px;
    background-color: #579bf7;
}

.buyBtn:hover {
    background-color: #488eee;
    transition: background linear 0.3s;
    color: #ffffff;
}

.buyBtn:active {
    background-color: #579bf7;
    transition: background linear 0.3s;
}

.buy_scrm {
    cursor: pointer;
    position: absolute;
    width: 500px;
    height: 32px;
    padding: 8px 5px 12px 6px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    transition: border linear 0.3s;
}

.buy_scrm:hover {
    border: 1px solid #579bf7;
}

.buy_scrm:active {
    border: 1px solid #579bf7;
}

.checkbox {
    position: relative;
    height: 30px;
}

.checkbox input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
}

.checkbox label {
    cursor: pointer;
    width: 100%;
    position: absolute;
    left: 30px;
    top: 0;
    height: 20px;
    line-height: 20px;
}

.checkbox label:before {
    background: #f6f6f6;
    content: "";
    position: absolute;
    left: -30px;
    top: 6px;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 50%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.checkbox label:after {
    content: "";
    position: absolute;
    left: -22px;
    top: 10px;
    width: 5px;
    height: 9px;
    border: 0;
    border-right: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    background: #f6f6f6;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.checkbox input[type="checkbox"]:checked+label:before {
    background: #589cf8;
    border-color: #589cf8;
}

.checkbox input[type="checkbox"]:checked+label:after {
    background: #589cf8;
}

.yhq-fl {
    float: left;
    text-align: left;
    width: calc(70% - 10px);
    margin-left: 10px;
    font-size: 14px;
    box-sizing: border-box;
    line-height: 30px;
}

.yhq-fr {
    float: left;
    text-align: right;
    width: calc(30% - 5px);
    color: #999;
    font-size: 14px;
    box-sizing: border-box;
    line-height: 30px;
    margin-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yhq-100 {
    font-size: 14px;
    box-sizing: border-box;
    line-height: 30px;
    text-align: left;
    width: 100%;
    padding-left: 10px;
}

.yhq-100:hover {
    background-color: #004ddd;
    color: #fff;
}

.yhq-100:hover a {
    color: #fff;
}

.yhq-list {
    width: 100%;
    position: relative;
    height: 31px;
    cursor: pointer;
}

.yhq-container li:not(:last-child) .yhq-list::after {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    height: 0;
    border-bottom: 1px solid #d7d7d7;
    width: 170px;
    box-sizing: border-box;
    bottom: 0;
}

.yhq-container li:nth-child(4) .yhq-list::after {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    height: 0;
    width: 170px;
    box-sizing: border-box;
    bottom: 0;
    border-bottom-width: 0;
}

.yhq-container-div {
    position: absolute;
    top: 29px;
    left: -1px;
    width: 180px;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
    background: #fff;
    z-index: 999999;
}

.yhq-container {
    width: 180px;
    height: auto;
    overflow: hidden;
    /* border-bottom: 0px solid #d7d7d7; */
    box-sizing: border-box;
    /* position: absolute;
     top: 29px;
     left: -1px; */
    background: #fff;
    z-index: 99999;
}

.yhq-container li {
    width: 100%;
    display: block;
    height: 32px;
    cursor: pointer;
}

.yhq-container li:active {
    background: #eee;
}

.rotate {
    transform: rotate(90deg);
    display: block;
    float: right;
    font-size: 20px;
}

//  体验
.cover {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    outline: 0;
    -webkit-overflow-scrolling: touch;
    background-color: rgb(0, 0, 0);
    filter: alpha(opacity=60);
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: none;
    .content {
        width: 800px;
        margin: 0 auto;
        background-color: #fff;
        height: 480px;
        position: relative;
        top: 120px;
        border-radius: 4px;
        .title {
            width: calc(100% - 30px);
            padding: 15px 15px;
            border-bottom: 1px solid #e8e8e8;
            display: inline-flex;
            justify-content: space-between;
            .title_text {
                font-size: 16px;
                color: #000;
            }
            .title_close {
                font-size: 20px;
                cursor: pointer;
                color: #666;
            }
            .title_close:hover {
                color: #004ddd;
            }
        }
        .content_box {
            padding: 40px;
            width: calc(100% - 80px);
            ul {
                width: 100%;
                display: flex;
                justify-content: space-between;
                li {
                    width: 25%;
                    outline: none;
                    border: 1px solid #e8e8e8;
                    padding: 20px;
                    border-radius: 4px;
                    cursor: pointer;
                    transition: all linear 0.3s;
                    img {
                        width: 30px;
                        height: 30px;
                    }
                    .sunmmary {
                        color: #999;
                    }
                    .label {
                        font-size: 18px;
                    }
                    .relate {
                        margin: 30px 0;
                        font-size: 14px;
                        color: #666;
                    }
                    a {
                        display: block;
                        color: #004ddd;
                    }
                }
                li:hover {
                    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
                    transition: all linear 0.3s;
                }
            }
        }
    }
    .footer {
        padding: 0px 40px;
        width: calc(100% - 80px);
        font-size: 14px;
        text-align: center;
        a {
            color: #004ddd;
        }
    }
}

// 周边
.Periphery_banner {
    background-image: url(../img/Periphery/Periphery_banner.png);
    background-size: 100%;
    background-position-y: bottom;
    background-repeat: no-repeat;
    height: 580px;
    .content {
        width: 1200px;
        margin: 30px auto;
        text-align: center;
        .title {
            font-size: 36px;
            line-height: 36px;
            margin-bottom: 16px;
        }
        .text {
            font-size: 14px;
            line-height: 28px;
            color: #666666;
            margin-bottom: 16px;
        }
        .tel {
            font-family: Impact;
            font-size: 42px;
        }
    }
}

.Periphery_1 {
    background-color: #ecedf2;
    padding: 50px 0;
    .content {
        margin: 0px auto;
        width: 1200px;
        .title {
            font-size: 30px;
            margin: 24px 0;
            color: rgba(0, 0, 0, 0.85);
        }
        .box {
            width: 100%;
            ul {
                display: inline-flex;
                li {
                    width: 180px;
                    margin-right: 12px;
                    border-radius: 4px;
                    .box_1 {
                        background: #fff;
                        text-align: center;
                        padding: 15px;
                        height: 234px;
                        overflow: hidden;
                        cursor: pointer;
                        transition: all linear 0.3s;
                        border-radius: 4px;
                        img {
                            width: 35px;
                            height: 35px;
                            margin-top: 20px;
                        }
                        .label {
                            font-size: 16px;
                            margin-top: 20px;
                            color: rgba(0, 0, 0, 0.85);
                        }
                        .sunmmary {
                            font-size: 12px;
                            margin-top: 5px;
                            line-height: 1.4;
                            color: rgba(0, 0, 0, 0.45);
                        }
                        .price {
                            margin-top: 10px;
                            color: #fc8557;
                            font-size: 20px;
                        }
                        a {
                            margin-top: 15px;
                            display: inline-block;
                            color: #0052d9;
                        }
                    }
                    .box_1:hover {
                        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
                        transition: all linear 0.3s;
                    }
                    .mt12 {
                        margin-top: 12px;
                    }
                }
                li:first-child {
                    width: 210px;
                    background-color: #0052d9;
                    background-image: url(../img/Periphery/Periphery_1_1.svg);
                    background-size: 100%;
                    background-repeat: no-repeat;
                    height: 540px;
                    .box-1 {
                        padding: 15px;
                        color: rgba(255, 255, 255, 1);
                        .title {
                            font-size: 24px;
                            margin-top: 20px;
                            color: rgba(255, 255, 255, 1);
                        }
                        .label {
                            margin-top: 30px;
                            font-size: 16px;
                        }
                        .white_Button {
                            border-radius: 4px;
                            border: 1px solid #fff;
                            padding: 5px 10px;
                            cursor: pointer;
                            transition: all linear 0.3s;
                            font-size: 16px;
                            color: #fff;
                            line-height: 1.2;
                        }
                        .white_Button:hover {
                            opacity: 0.8;
                        }
                    }
                }
                li:nth-child(4) {
                    width: 210px;
                    background-color: #fff;
                    background-image: url(../img/Periphery/Periphery_1_10.svg);
                    background-position-y: 420px;
                    background-position-x: 35px;
                    background-repeat: no-repeat;
                    height: 540px;
                    .box-3 {
                        background-color: #fc8557;
                        background-image: url(../img/Periphery/Periphery_1_11.svg);
                        height: 320px;
                        border-radius: 4px 4px 8px 8px;
                        background-position: bottom;
                        background-repeat: no-repeat;
                        padding: 15px;
                        .label {
                            font-size: 24px;
                            margin-top: 20px;
                            color: #ffffff;
                        }
                        .sunmmary {
                            font-size: 16px;
                            margin-top: 30px;
                            line-height: 1.4;
                            color: #ffffff;
                        }
                    }
                    .box-4 {
                        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
                        padding: 10px;
                        margin: 0 15px;
                        position: relative;
                        top: -50px;
                        z-index: 9;
                        background-color: #fff;
                        border-radius: 8px;
                        cursor: pointer;
                        transition: all linear 0.3s;
                        .price {
                            margin-top: 10px;
                            color: #fc8557;
                            font-size: 20px;
                        }
                        a {
                            margin-top: 15px;
                            display: inline-block;
                            color: #0052d9;
                        }
                    }
                    .box-4:hover {
                        background-color: #eeeeee;
                        transition: all linear 0.3s;
                    }
                }
                li:last-child {
                    margin: 0;
                }
            }
        }
    }
}

.Periphery_2 {
    background-color: #fff;
    padding: 50px 0;
    .content {
        margin: 0px auto;
        width: 1200px;
        .title {
            font-size: 30px;
            margin: 24px 0;
            color: rgba(0, 0, 0, 0.85);
        }
        ul {
            display: inline-block;
            width: 100%;
            li {
                background: #e8e8e8;
                text-align: left;
                padding: 20px;
                height: 234px;
                cursor: pointer;
                transition: all linear 0.3s;
                border-radius: 4px;
                margin-right: 12px;
                margin-bottom: 12px;
                width: calc(600px - 46px);
                float: left;
                .box_1 {
                    float: left;
                    .title {
                        font-size: 20px;
                        margin-top: 30px;
                        margin-bottom: 10px;
                        color: rgba(0, 0, 0, 0.85);
                    }
                    .label {
                        text-indent: -8px;
                        font-size: 16px;
                    }
                    .sunmmary {
                        font-size: 14px;
                        margin-top: 5px;
                        line-height: 1.4;
                        color: rgba(0, 0, 0, 0.45);
                    }
                    .price {
                        margin-top: 15px;
                        color: #fc8557;
                        font-size: 20px;
                    }
                    a {
                        margin-top: 30px;
                        display: inline-block;
                        color: #0052d9;
                        position: relative;
                        .RQ {
                            width: 150px;
                            height: auto;
                            position: absolute;
                            z-index: 1;
                            top: -170px;
                            right: -480px;
                            display: none;
                            border: 1px solid #e8e8e8;
                            box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
                            background-color: #fff;
                            text-align: center;
                            img {
                                width: 100%;
                            }
                            .text {
                                margin: 15px;
                                font-size: 16px;
                                color: #666;
                            }
                        }
                    }
                }
                img {
                    float: right;
                    width: 235px;
                }
            }
            li:nth-child(even) {
                margin-right: 0;
            }
            li:hover {
                box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
                transition: all linear 0.3s;
                background-color: #fff;
            }
            li:hover .box_1 a .RQ {
                display: block;
            }
        }
    }
}

.Periphery_3 {
    background-color: #ecedf2;
    padding: 50px 0;
    .content {
        margin: 0px auto;
        width: 1200px;
        .title {
            font-size: 30px;
            margin: 24px 0;
            color: rgba(0, 0, 0, 0.85);
        }
        .box {
            width: 100%;
            ul {
                width: 100%;
                display: inline-flex;
                margin-bottom: 12px;
                li {
                    width: 190px;
                    margin-right: 12px;
                    border-radius: 4px;
                    .box_1 {
                        background: #fff;
                        text-align: center;
                        padding: 15px;
                        height: 234px;
                        cursor: pointer;
                        transition: all linear 0.3s;
                        border-radius: 4px;
                        img {
                            width: 35px;
                            height: 35px;
                            margin-top: 20px;
                        }
                        .label {
                            font-size: 16px;
                            margin-top: 20px;
                            color: rgba(0, 0, 0, 0.85);
                        }
                        .sunmmary {
                            font-size: 12px;
                            margin-top: 5px;
                            line-height: 1.4;
                            color: rgba(0, 0, 0, 0.45);
                        }
                        .price {
                            margin-top: 10px;
                            color: #fc8557;
                            font-size: 20px;
                        }
                        a {
                            margin-top: 15px;
                            display: inline-block;
                            color: #0052d9;
                        }
                    }
                    .box_1:hover {
                        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
                        transition: all linear 0.3s;
                    }
                    .mt12 {
                        margin-top: 12px;
                    }
                }
                li:nth-child(6),
                li:nth-child(12) {
                    margin: 0;
                }
            }
        }
    }
}

.Periphery_4 {
    background-color: #f3f4f9;
    padding: 50px 0;
    .content {
        margin: 0px auto;
        width: 1200px;
        .title {
            font-size: 30px;
            margin: 24px 0;
            color: rgba(0, 0, 0, 0.85);
        }
        ul {
            display: flex;
            width: 100%;
            li:nth-child(1) {
                background-image: url(../img/Periphery/Periphery_4_1.svg);
            }
            li:nth-child(2) {
                background-image: url(../img/Periphery/Periphery_4_2.svg);
            }
            li:nth-child(3) {
                background-image: url(../img/Periphery/Periphery_4_3.svg);
            }
            li {
                background-size: 100%;
                padding: 20px;
                cursor: pointer;
                transition: all linear 0.3s;
                border-radius: 4px;
                margin-right: 12px;
                margin-bottom: 12px;
                width: calc(400px - 48px);
                transition: all linear 0.3s;
                .box_1 {
                    text-align: center;
                    .title {
                        font-size: 20px;
                        margin-top: 30px;
                        margin-bottom: 10px;
                        color: #fff;
                    }
                    .sunmmary {
                        font-size: 14px;
                        margin-top: 5px;
                        line-height: 1.4;
                        color: #fff;
                    }
                    .price {
                        margin-top: 15px;
                        color: #fff;
                        font-size: 20px;
                    }
                    a {
                        margin-top: 30px;
                        display: inline-block;
                        color: #fff;
                    }
                }
            }
            li:hover {
                box-shadow: 0 10px 10px 0 rgba(0, 110, 255, 0.1);
                transition: all linear 0.3s;
            }
        }
    }
}

.line-height-200 {
    line-height: 200% !important;
}

// 悬浮1
.Levitate {
    position: fixed;
    right: 15px;
    top: 50%;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.16);
    z-index: 9999;
    ul {
        li {
            text-align: center;
            cursor: pointer;
            line-height: 1.2;
            background: #004ddd;
            transition: all linear 0.3s;
        }
        li:first-child {
            border-radius: 4px 4px 0 0;
        }
        li:last-child {
            border-radius: 0 0 4px 4px;
        }
        li:hover:first-child .text {
            border-radius: 4px 4px 0 0;
        }
        li:la {
            border-radius: 0 0 4px 4px;
        }
        li:hover:last-child .text {
            border-radius: 0 0 4px 4px;
        }
        li .text {
            padding: 8px 15px;
            color: #fff;
            transition: all linear 0.3s;
        }
        li .text:nth-child(odd) {
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        }
        li:hover .text {
            background: #fff;
            color: #004ddd;
            transition: all linear 0.3s;
        }
    }
}

// 悬浮2
.Levitate2 {
    position: fixed;
    right: 10px;
    top: 40%;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.16);
    z-index: 9999;
    width: 100px;
    background-color: #004ddd;
    border-radius: 5px;
    text-align: center;
    padding: 0 6px 8px;
    box-sizing: border-box;
    font-size: 12px;
    .levi_header {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 2px solid #fff;
        box-sizing: border-box;
        overflow: hidden;
        position: absolute;
        top: -25px;
        left: 0;
        right: 0;
        margin: 0 auto;
        img {
            width: 100%;
        }
    }
    .levi_box {
        width: 100%;
        background-color: #fff;
        color: #333;
        border-radius: 5px;
        margin-top: 35px;
        padding: 5px 0 10px 0;
        line-height: 1.5;
        img {
            width: 95%;
        }
        button {
            background-color: #004ddd;
            width: 95%;
            border: none;
            color: #fff;
            border-radius: 4px;
            outline-style: none;
            font-size: 12px;
            line-height: 25px;
            height: 25px;
            margin-top: 5px;
            cursor: pointer;
        }
    }
    .text {
        color: #fff;
        cursor: pointer;
        margin-top: 10px;
        div {
            line-height: 0.5;
        }
    }
    p {
        margin: 0;
    }
}

// 进销存联系弹窗
#zjj_popup {
    display: none;
}

#zjj_popup2 {
    display: none;
}

#zjj_popup3 {
    display: none;
}

#zjj_popup,
#zjj_popup2,
#zjj_popup3 {
    position: relative;
    z-index: 99;
    .bj {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0);
    }
    .layer {
        width: 470px;
        height: 270px;
        background-color: #fff;
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -135px;
        margin-left: -235px;
        border-radius: 10px;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.10);
        text-align: center;
        overflow: hidden;
        p,
        strong,
        h3 {
            margin: 0;
        }
        .head {
            width: 100%;
            height: 54px;
            background-color: #6464F4;
            background-image: linear-gradient(to right, #6464F4, #6790F9);
            color: #fff;
            position: relative;
            h3 {
                font-size: 18px;
                font-weight: 700;
                line-height: 54px;
            }
            .close {
                position: absolute;
                top: 18px;
                right: 20px;
                cursor: pointer;
                img {
                    display: block;
                    transition: 0.4s;
                }
            }
            .close:hover img {
                transform: rotate(180deg);
            }
        }
        .foot {
            display: flex;
            align-items: center;
            justify-content: space-around;
            font-size: 12px;
            line-height: 1.5;
            padding: 25px 12px 0;
            .left {
                span {
                    color: #f00;
                }
            }
            .right {
                a {
                    display: block;
                    width: 150px;
                    height: 38px;
                    line-height: 38px;
                    background-color: #145EFF;
                    border-radius: 20px;
                    color: #fff;
                    margin-bottom: 12px;
                    font-size: 14px;
                }
                a:nth-child(2) {
                    background-color: #5756D6;
                }
                P {
                    margin-top: 18px;
                }
                strong {
                    font-size: 18px;
                    color: #145EFF;
                }
            }
        }
    }
}

// 帮助中心弹窗
.help_btn {
    cursor: pointer;
}

#help_popup {
    display: none;
}

#help_popup {
    position: relative;
    z-index: 99;
    .bj {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0);
    }
    .layer {
        width: 560px;
        height: 300px;
        background-color: #fff;
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -150px;
        margin-left: -280px;
        border-radius: 10px;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.10);
        text-align: center;
        overflow: hidden;
        p,
        strong,
        h3 {
            margin: 0;
        }
        .head {
            width: 100%;
            height: 60px;
            background-color: #6464F4;
            background-image: linear-gradient(to right, #6464F4, #6790F9);
            color: #fff;
            position: relative;
            h3 {
                font-size: 18px;
                font-weight: 700;
                line-height: 60px;
            }
            .close {
                position: absolute;
                top: 21px;
                right: 23px;
                cursor: pointer;
                img {
                    display: block;
                    transition: 0.4s;
                }
            }
            .close:hover img {
                transform: rotate(180deg);
            }
        }
        .foot {
            display: flex;
            align-items: center;
            justify-content: space-around;
            font-size: 14px;
            line-height: 1.5;
            padding: 45px 12px 0;
            text-align: center;
            li {
                width: 130px;
                height: 130px;
                border: 1px solid #ddd;
                border-radius: 8px;
                a {
                    display: block;
                    width: 100%;
                    height: 100%;
                }
                img {
                    width: 50px;
                    margin-top: 22px;
                }
            }
        }
    }
}

//顶部下拉
.demo {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 0px;
    .popArea {
        display: none;
        position: fixed;
        .greyBox {
            border: 1px solid #eee;
            padding: 20px;
            width: 170px;
            float: left;
            margin-right: 10px;
            .popTitle {
                color: #000;
                padding-bottom: 10px;
            }
            .content {
                font-size: 12px;
                color: #666;
            }
        }
    }
}

.demo:hover .popArea {
    display: block;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .16);
    padding: 20px;
    margin: -3px 0 0 -400px;
    z-index: 2;
}

//下载
.download_jxc,
.download_erp,
.download_scrm {
    width: 30%;
    background-color: #fff;
    padding: 40px 20px 0px 20px;
    margin-top: 50px;
    margin-left: 30px;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    .version {
        font-size: 24px;
        font-weight: 700;
        color: #000;
    }
    .info {
        font-size: 14px;
        color: #666;
    }
}

.download_jxc {
    margin-left: 0px;
}

.dowloadArea {
    width: 1200px;
    margin: 0 auto 50px auto;
    display: flex;
    justify-content: space-between;
}

.download_erp {
    ul {
        li {
            color: #5756D6;
            &:hover .QRCode {
                opacity: 1;
                transition: all linear 0.3s;
            }
        }
        .active {
            background: #5756D6;
            color: #fff;
        }
        li:hover {
            background: #5756D6;
            color: #fff;
            transition: all linear 0.3s;
            box-shadow: 0 0 30px 0 rgba(0, 77, 221, 0.2);
        }
        li:active {
            background: #5756D6;
            color: #fff;
            transition: all linear 0.3s;
            box-shadow: 0 0 30px 0 rgba(0, 77, 221, 0.2);
        }
    }
}

.download_scrm {
    .download {
        li {
            width: 100%;
        }
    }
}


/* 新产品导航样式 */

p {
    margin: 0;
}

.displayNone {
    display: none;
}

.proSubmenu {
    width: 1200px;
    margin: 0 auto;
    height: 450px;
    background: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: 0.4s;
}

.proSubmenu .menuL {
    width: 160px;
    height: 100%;
    /* background: url(/img/daohang.jpg) no-repeat top center; */
    background-color: #f4efef3b;
    padding: 20px 0;
    box-sizing: border-box;
    float: left;
}

.proSubmenu .menuList {
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding-left: 30px;
    box-sizing: border-box;
    /* color: #fff; */
    font-size: 14px;
    cursor: pointer;
}

.proSubmenu .menuR {
    /* display: none; */
    width: 100%;
    height: 100%;
}

.proSubmenu .menuR .menuSub {
    height: 100%;
    padding: 25px 80px 0 185px;
    box-sizing: border-box;
}

.proSubmenu .menuR .menuSub ul {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.proSubmenu .menuR .menuSub li {
    width: 30%;
    margin: 0 25px 25px 0;
}

.proSubmenu .menuR .menuSub li a {
    display: block;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 30px 30px;
    background: #fff url(/img/daohang03.jpg) no-repeat -0px -200px;
    background-size: cover;
    transition: 0s;
}

.proSubmenu .menuR .menuSub li a p {
    font-size: 16px;
    color: #333;
}

.proSubmenu .menuR .menuSub li a .describe {
    font-size: 12px;
    color: #888;
}

.menuActive {
    /* background: #4082FF url(/img/rightJiantou.png) no-repeat center right; */
    background-color: #eeeeee;
    background-size: auto 10px;
    background-position-x: 140px;
}

.proSubmenu .menuR .menuSub li a:hover {
    background-position: center;
}

.proSubmenu .menuR .menuSub li a:hover p {
    color: #fff;
}


/* 新产品导航样式end */


/* 基础版购买二维码弹窗 */

#moreuserBox {
    display: none;
}

#moreuserBox {
    position: relative;
    z-index: 99;
    .bj {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, .5);
    }
    .layer {
        width: 450px;
        height: 380px;
        background-color: #fff;
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -190px;
        margin-left: -225px;
        border-radius: 10px;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.10);
        text-align: center;
        overflow: hidden;
        p,
        strong,
        h3 {
            margin: 0;
        }
        .head {
            width: 100%;
            height: 54px;
            background-color: #6464F4;
            background-image: linear-gradient(to right, #6464F4, #6790F9);
            color: #fff;
            position: relative;
            h3 {
                font-size: 18px;
                font-weight: 700;
                line-height: 54px;
            }
            .close {
                position: absolute;
                top: 18px;
                right: 20px;
                cursor: pointer;
                img {
                    display: block;
                    transition: 0.4s;
                }
            }
            .close:hover img {
                transform: rotate(180deg);
            }
        }
        .foot {
            display: flex;
            align-items: center;
            justify-content: space-around;
            font-size: 14px;
            line-height: 1.5;
            padding: 30px 40px 0;
            .left {
                span {
                    color: #f00;
                }
                img {
                    width: 200px;
                }
            }
        }
    }
}


/* 基础版购买二维码弹窗end */


/* btnewm微信二维码hover */

.btnewm {
    position: relative;
    display: inline-block;
}

.btnewm .ewm {
    display: none;
    position: absolute;
    top: 46px;
    left: 0;
    right: 0;
}

.btnewm:hover .ewm {
    display: block;
}


/* str新版周边服务2022 */

p,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

.hardwareMall .main {
    width: 1200px;
    margin: 0 auto;
}

.hardwareMall .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.hardwareMall .disNone {
    display: none;
}

.hardwareMall {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
}

.hardwareMall .banner {
    width: 100%;
    height: 750px;
    background-color: #fff;
    text-align: center;
    position: relative;
}

.hardwareMall .banner .text {
    padding: 110px 0 20px;
    background: url(https://www-1300910993.cos.ap-shanghai.myqcloud.com/images/banner_b.png) no-repeat;
    background-position: 870px 110px;
}

.hardwareMall .banner .text h2 {
    font-size: 54px;
    margin-bottom: 15px;
}

.hardwareMall .banner .text .subtit {
    font-size: 18px;
}

.hardwareMall .bannerImg {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}

.hardwareMall .bannerImg img {
    width: 87%;
}

.hardwareMall .erweima {
    position: relative;
    width: 200px;
    margin: 25px auto 0;
}

.hardwareMall .erweima img {
    display: none;
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
}

.hardwareMall .erweima:hover img {
    display: block;
}


/* mindbanner */

.hardwareMall .boxTitle {
    font-size: 44px;
    text-align: center;
    padding: 100px 0 50px;
}

.hardwareMall .midBanner {
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.hardwareMall .bjBanner {
    height: 460px;
    background: #fff url(https://www-1300910993.cos.ap-shanghai.myqcloud.com/images/01.jpg) no-repeat center;
    background-size: cover;
}

.hardwareMall .midBanner .text {
    width: 40%;
    padding: 100px 0 0 48px;
}

.hardwareMall .midBanner h4 {
    font-size: 30px;
    margin-bottom: 30px;
}

.hardwareMall .midBanner .line {
    width: 60px;
    height: 1px;
    background-color: #004DDD;
    margin-top: 70px;
}

.hardwareMall .midBanner .clickBtn {
    width: 24px;
    height: 24px;
    background-color: #004DDD;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    transition: 0.4s;
}

.hardwareMall .midBanner .clickBtn span {
    display: block;
    width: 14px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.hardwareMall .midBanner .clickBtn span:last-of-type {
    transform: rotate(90deg);
}

.hardwareMall .midActive {
    /* display: none; */
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: -0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 82, 217, .95);
    color: #fff;
    padding: 40px;
    box-sizing: border-box;
    align-items: flex-start;
    transition: opacity 0.5s, z-index 1.5s;
}

.hardwareMall .midActive .tit {
    font-size: 20px;
    font-weight: bold;
    background: url(https://www-1300910993.cos.ap-shanghai.myqcloud.com/images/icon_gongneng@2x.png) no-repeat left center;
    background-size: 22px;
    background-position-y: 7px;
    padding-left: 30px;
    margin-bottom: 30px;
}

.hardwareMall .midActive .minLeft,
.hardwareMall .midActive .minRight {
    width: 47%;
}

.hardwareMall .midActive .minRight .tit {
    background-image: url(https://www-1300910993.cos.ap-shanghai.myqcloud.com/images/icon_changjing@2x.png);
    background-position-y: 6px;
}

.hardwareMall .midActive .minLeft li {
    width: 31%;
    background-color: #317EFE;
    border-radius: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 30px 0;
    margin-bottom: 16px;
    transition: 0.4s;
}

.hardwareMall .midActive .minLeft li p {
    font-weight: bold;
    margin-top: 5px;
}

.hardwareMall .midActive .minLeft li img {
    width: 30px;
}

.hardwareMall .midActive .minLeft .act {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 10px 10px;
    box-sizing: border-box;
    background-color: #2471F2;
    text-align: left;
    transition: 0.4s;
    overflow: hidden;
    color: rgba(255, 255, 255, .9);
    /* display: none; */
    transition: opacity 0.5s;
    opacity: 0;
}

.hardwareMall .midActive .minLeft li:hover .act {
    display: block;
    opacity: 1;
    transition: opacity 0.5s;
}

.hardwareMall .midActive .minLeft li:last-of-type {
    width: 100%;
    padding: 10px 30px;
    text-align: left;
    justify-content: left;
}

.hardwareMall .midActive .minLeft li:last-of-type p {
    font-weight: bold;
    padding: 0 10px 0 5px;
    margin: 0;
}

.hardwareMall .midActive .minLeft li:last-of-type span {
    color: rgba(255, 255, 255, .9);
}

.hardwareMall .midActive .minRight li {
    background-color: #317EFE;
    border-radius: 10px;
    padding: 24px 30px;
    margin-bottom: 16px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.hardwareMall .midActive .minRight li span {
    display: block;
    font-weight: bold;
    word-break: keep-all;
}

.hardwareMall .midActive .minRight p {
    color: rgba(255, 255, 255, .9);
}

.hardwareMall .show {
    /* top: 0 !important; */
    opacity: 1;
    z-index: 0;
    transition: opacity 0.8s;
}

.hardwareMall .tran45 {
    transform: rotate(45deg);
    background-color: #fff !important;
    transition: 0.4s;
}

.hardwareMall .tran45 span {
    background-color: #004DDD !important;
}

.hardwareMall .product {
    margin-top: 30px;
    margin-bottom: 30px;
}

.hardwareMall .product li {
    background-color: #fff;
    width: 32%;
    height: 500px;
    border-radius: 15px;
    text-align: center;
    padding: 50px 40px 10px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.hardwareMall .product li h4 {
    font-size: 24px;
}

.hardwareMall .product li p {
    color: #999;
}

.hardwareMall .product li a {
    display: block;
    position: absolute;
    top: 155px;
    left: 0;
    right: 0;
    margin: auto;
    color: #004DDD;
    font-size: 16px;
}

.hardwareMall .product li a span,
.hardwareMall .pda a span {
    font-family: SimSun;
}

.hardwareMall .product li img {
    width: 75%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 55px;
    margin: auto;
}

.hardwareMall .product li:nth-of-type(2) img {
    width: 65%;
}

.hardwareMall .product li:nth-of-type(3) img {
    width: 65%;
}

.hardwareMall .product li:hover {
    box-shadow: 0 6px 10px rgba(85, 87, 92, 0.1);
    transform: scale(1.015);
}

.hardwareMall .midBanner .bjBanner02 {
    height: 460px;
    background: #fff url(https://www-1300910993.cos.ap-shanghai.myqcloud.com/images/02.jpg) no-repeat center;
    background-size: cover;
}

.hardwareMall .midBanner .bjBanner02 .text {
    color: #fff;
    padding: 185px 0 0 320px;
}

.hardwareMall .midBanner .bjBanner02 .text h4 {
    margin-bottom: 5px;
}

.hardwareMall .midBanner .bjBanner02 .text .tex {
    color: rgba(255, 255, 255, .85);
    margin-bottom: 25px;
}

.hardwareMall .midBanner .bjBanner02 .text .subtit {
    margin-bottom: 20px;
    font-size: 18px;
}

.hardwareMall .midBanner .bjBanner02 .text a {
    margin-top: 20px;
}


/* Box2 */

.hardwareMall .Box2 {
    background-color: #fff;
    margin-top: 100px;
    padding-bottom: 80px;
}

.hardwareMall .Box2 .bjBanner {
    background-image: url(https://www-1300910993.cos.ap-shanghai.myqcloud.com/images/03.jpg);
}

.hardwareMall .Box2 .text {
    padding: 116px 0 0 618px;
    color: #fff;
}

.hardwareMall .Box2 .minRight li {
    padding: 6px 30px;
}

.hardwareMall .Box2 .product li {
    background-color: #f8f8f8;
    margin-bottom: 30px;
}

.hardwareMall .Box2 .product li:nth-of-type(1),
.hardwareMall .Box2 .product li:nth-of-type(2) {
    width: 49%;
}

.hardwareMall .Box2 .product li:nth-of-type(1) img {
    width: 64%;
}

.hardwareMall .Box2 .product li:nth-of-type(2) img {
    width: 40%;
}

.hardwareMall .Box2 .product li:nth-of-type(3) img {
    width: 65%;
}

.hardwareMall .Box2 .product li:nth-of-type(4) img {
    width: 65%;
}

.hardwareMall .Box2 .product li:nth-of-type(5) img {
    width: 78%;
}


/* Box3 */

.hardwareMall .Box3 {
    /* background-color: #fff;
    margin-top: 100px;
    padding-bottom: 80px; */
}

.hardwareMall .Box3 .bjBanner {
    background-image: url(https://www-1300910993.cos.ap-shanghai.myqcloud.com/images/04.jpg);
}

.hardwareMall .Box3 .text {
    color: #fff;
    padding-top: 60px;
    width: 48%;
}

.hardwareMall .Box3 .text>p {
    color: rgba(255, 255, 255, .85);
}

.hardwareMall .Box3 .text h4 {
    margin-bottom: 15px;
}

.hardwareMall .Box3 .line {
    margin: 30px 0 40px;
}

.hardwareMall .pda {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 25px 25px;
}

.hardwareMall .pda p {
    color: rgba(255, 255, 255, .75);
}

.hardwareMall .pda .tit {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.hardwareMall .pda a {
    display: block;
    color: #4586FF;
    font-size: 16px;
    margin-top: 20px;
}

.hardwareMall .Box3 .minRight li {
    padding: 8px 30px;
}


/* Box4 */

.hardwareMall .Box4 {
    background-color: #fff;
    margin-top: 100px;
    padding-bottom: 80px;
}

.hardwareMall .Box4 .bjBanner {
    background-image: url(https://www-1300910993.cos.ap-shanghai.myqcloud.com/images/05.jpg);
}

.hardwareMall .Box4 .text {
    padding-left: 620px;
}

.hardwareMall .Box4 .midActive .minLeft li:nth-of-type(2) img {
    width: 24px;
}

.hardwareMall .Box4 .midActive .minLeft li:nth-of-type(5) img {
    width: 20px;
}

.hardwareMall .Box4 .product li {
    background-color: #f8f8f8;
    width: 49%;
}

.hardwareMall .Box4 .product li:nth-of-type(1) img {
    width: 64%;
}

.hardwareMall .Box4 .product li:nth-of-type(2) img {
    width: 48%;
}

.hardwareMall .Box4 .product li a {
    top: 120px;
}


/* end新版周边服务2022 */