//公共样式
@charset "utf-8";
//颜色配置文件
@baseColor1:#ED711A;
@baseColor2:#5C6AC4;
@baseColor21:#45457C;
@baseColor3:#51C06B;

@borderColor:#e3e3e3;
@borderColor1:#d9d9d9;
@borderColo2:rgba(92,106,196,.3);

@textColorError:#F24E41;
@textColorSuccess:#57B382;
@textColorWarning:#F6A623;
@textColorInfo:#5C9FEE;








html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
cite,
img,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border                     : 0;
  font                       : inherit;
  margin                     : 0;
  padding                    : 0;
  font-weight                : normal;
  vertical-align             : baseline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline                    : 0;
  //文字禁止选中
  //-webkit-touch-callout: none; /* iOS Safari */
  //-webkit-user-selecat : none; /* Chrome/Safari/Opera */
  //-khtml-user-select   : none; /* Konqueror */
  //-moz-user-select     : none; /* Firefox */
  //-ms-user-select      : none; /* Internet Explorer/Edge */
  //user-select          : none; /* Non-prefixed version, currentlynot supported by any browser */

}

html,
body {
  //font-family   : "easyorderingFont","Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif!important;
  font-family     : "PingFangSC-Regular","Microsoft Yahei-Regular","Microsoft Yahei","sans-serif";
  font-size       : 12px;
  line-height     : 1.5;
  width           : 100%;
  // min-width    : 1000px;
  /* IOS禁止微信调整字体大小 */
  -webkit-text-size-adjust     : 100% !important;
  color                        : #414141;
  //background                 : #fff;
  background                   : #f5f5f5;
  // -webkit-font-smoothing    : antialiased;
  // -webkit-overflow-scrolling: touch;
  // -moz-overflow-scrolling   : touch;
  // -o-overflow-scrolling     : touch;
  // overflow-scrolling        : touch;
  
  // 用于 scrollIntoView 平滑跳转滚动动画效果 
//   scroll-behavior: smooth

}
body{
  /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  overflow  : hidden;
  overflow-y: auto;

  &::-webkit-scrollbar {
    width           : 4px;
    height          : 4px;
    background-color    : rgba(0, 0, 0, 0);
  }

  /*定义滚动条轨道 内阴影+圆角*/
  &::-webkit-scrollbar-track {
    //-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    //border-radius     : 10px;
    background-color    : rgba(0, 0, 0, 0);
  }

  /*定义滑块 内阴影+圆角*/
  &::-webkit-scrollbar-thumb {
    border-radius     : 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color  : rgba(0, 0, 0, .5);
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

button {
  outline: none;
}

ol,
ul {
  margin : 0;
  padding: 0;
}

ol,
ul,
li {
  list-style: none;
}

i,
em {
  font-style: normal;
}

blockquote {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

a {
  outline           : none;
  text-decoration   : none;
  text-decoration   : none;
  text-decoration   : none;
  transition        : background-color .5s ease 0s, color .5s ease 0s, width .5s ease 0s, border-width .5s ease 0s, border-color .5s ease 0s;
}

input,
textarea {
  font-family: inherit;
  font-size  : inherit;
  color      : inherit;
  outline    : none;
  border     : 0;
  margin     : 0;
  padding    : 0;
}

select,
option {
  font-family: inherit;
}

//textarea,input,a{
//    -webkit-appearance: none;
//}


a,
a:link,
a:visited {
  text-decoration: none;
  color          : inherit;
  cursor         : pointer;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

textarea {
  box-shadow        : 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-appearance: none;

}
@font-face {
    font-family: 'webFontExoBold';
    src        :
        url('/css/webFont/Exo900italic.ttf') format('truetype');
}


// 将优质产品推向世界联胜餐饮娱乐管理系统数字领航科技向善智能车新闻资讯帮助与支持普渡送餐机器人
@font-face {
    font-family : 'webFontAlibabaHeavy';
    font-display: swap;
    src         : url('/css/webFont/webFontAlibabaHeavy/webfont.eot');
    /* IE9 */
    src         : url('/css/webFont/webFontAlibabaHeavy/webfont.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('/css/webFont/webFontAlibabaHeavy/webfont.woff2') format('woff2'),
        url('/css/webFont/webFontAlibabaHeavy/webfont.woff') format('woff'),
        /* chrome、firefox */
        url('/css/webFont/webFontAlibabaHeavy/webfont.ttf') format('truetype'),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
        url('/css/webFont/webFontAlibabaHeavy/webfont.svg#webfont') format('svg');
    /* iOS 4.1- */
}

// 专注于互联网餐饮、娱乐标准化解决方案餐饮娱乐管理系统综合解决方案行业智能的驱动者
@font-face {
    font-family : 'webFontAlibabaChaoxi';
    font-display: swap;
    src         : url('/css/webFont/webFontAlibabaChaoxi/webfont.eot');
    /* IE9 */
    src         : url('/css/webFont/webFontAlibabaChaoxi/webfont.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('/css/webFont/webFontAlibabaChaoxi/webfont.woff2') format('woff2'),
        url('/css/webFont/webFontAlibabaChaoxi/webfont.woff') format('woff'),
        /* chrome、firefox */
        url('/css/webFont/webFontAlibabaChaoxi/webfont.ttf') format('truetype'),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
        url('/css/webFont/webFontAlibabaChaoxi/webfont.svg#webfont') format('svg');
    /* iOS 4.1- */
}

//单行超出隐藏
.text-overHide {
    overflow     : hidden;
    text-overflow: ellipsis;
    white-space  : nowrap;
}

//多行超出隐藏
.text-overHide_s_2 {
    display           : -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow          : hidden;
}

//文字禁止选中
.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select  : none;
    /* Chrome/Safari/Opera */
    -khtml-user-select   : none;
    /* Konqueror */
    -moz-user-select     : none;
    /* Firefox */
    -ms-user-select      : none;
    /* Internet Explorer/Edge */
    user-select          : none;
    /* Non-prefixed version, currentlynot supported by any browser */
}

.aAnimate {
    transition: background 0.5s, color 0.5s;
}

.allAnimate {
    transition: all 0.5s;
}

//iOS (iPhone和iPad) 点击 黑框
.noColorIosClick {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

//0.5边框
.border_half_px {
    &.b_l {
        &:before {
            border-left: 1px solid @borderColor1;
        }
    }

    &.b_t {
        &:before {
            border-top: 1px solid @borderColor1;
        }
    }

    &.b_r {
        &:before {
            border-right: 1px solid @borderColor1;
        }
    }

    &.b_b {
        &:before {
            border-bottom: 1px solid @borderColor1;
        }
    }

    &.b_a {
        &:before {
            border: 1px solid @borderColor1;
        }
    }

    &:before {
        content                 : "";
        /* 注意这里为双引号 */
        position                : absolute;
        top                     : 0px;
        left                    : 0px;
        width                   : 200%;
        height                  : 200%;
        background              : none;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin   : 0 0;
        -ms-transform-origin    : 0 0;
        -o-transform-origin     : 0 0;
        transform-origin        : 0 0;
        -webkit-transform       : scale(0.5, 0.5);
        -ms-transform           : scale(0.5, 0.5);
        -o-transform            : scale(0.5, 0.5);
        transform               : scale(0.5, 0.5);
        -webkit-box-sizing      : border-box;
        -moz-box-sizing         : border-box;
        box-sizing              : border-box;

        //content                 : " ";
        //position                : absolute;
        //left                    : 0;
        //top                     : 0;
        //right                   : 0;
        //z-index                 : 1;
        //height                  : 1px;
        //-webkit-transform-origin: 0 0;
        //transform-origin        : 0 0;
        //-webkit-transform       : scaleY(0.5);
        //transform               : scaleY(0.5);
    }
}



.scrollbarSty1 {
    /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
    overflow  : hidden;
    overflow-y: auto;

    &::-webkit-scrollbar {
        width           : 4px;
        height          : 4px;
        background-color: rgba(0, 0, 0, 0);
    }

    /*定义滚动条轨道 内阴影+圆角*/
    &::-webkit-scrollbar-track {
        //-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
        //border-radius     : 10px;
        background-color: rgba(0, 0, 0, 0);
    }

    /*定义滑块 内阴影+圆角*/
    &::-webkit-scrollbar-thumb {
        border-radius     : 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background-color  : rgba(0, 0, 0, .5);
    }
}

@keyframes rotation {
    from {
        // background-position: 0px 40px;
    }

    to {
        // background-position: 0px 100px;
    }
}

.base_banner {
    width                     : 100%;
    height                    : 60vh;
    display                   : flex;
    align-items               : center;
    justify-content           : flex-start;
    text-align                : center;
    position                  : relative;
    background-repeat         : no-repeat;
    background-size           : cover;
    background-position       : center bottom;
    //   background-attachment: fixed;

    &::after {
        content : "";
        position: absolute;
        top     : 0px;
        left    : 0px;
        width   : 100%;
        height  : 100%;
    }

    .sb {
        position      : absolute;
        bottom        : 30px;
        left          : 50%;
        width         : 16px;
        margin-left   : -8px;
        padding-bottom: 30px;
        color         : #fff;
        font-size     : 12px;
        opacity       : .8;
        background    : url("../img/shubiao.png") no-repeat bottom center / contain;
        animation     : rotation 1s linear infinite
    }

    .mm {
        // position: relative;
        z-index     : 2;
        text-align  : left;
        padding-left: 100px;

        // 阿里巴巴-普惠体-Heavy
        .t1 {
            //font-family            : "webFontAlibabaHeavy" !important;
            font-weight: bold;
            font-size              : 56px;
            font-style             : normal;
            color                  : #fff;
            -webkit-font-smoothing : antialiased;
            -moz-osx-font-smoothing: grayscale;
            letter-spacing         : 17.33px;
        }

        .x {
            width     : 120px;
            margin    : 40px 0px;
            height    : 1px;
            background: rgba(255, 255, 255, 0.5);
        }

        // 思源黑体-极细
        .t2 {
            //font-family            : "webFontAlibabaChaoxi" !important;
            font-size              : 28px;
            font-style             : normal;
            color                  : #fff;
            -webkit-font-smoothing : antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

    }
}





    .base_cell {
        display : flex;
        position: relative;

    .aSide {
        position       : relative;
        z-index        : 1;
        width          : 130px;
        box-sizing     : border-box;
        display        : flex;
        justify-content: center;

        .title1 {
            width      : 50px;
            line-height: 60px;

            .t {
                padding       : 110px 0px 40px 0px;
                position      : sticky;
                top           : 0px;
                left          : 0px;
                font-size     : 40px;
                writing-mode  : vertical-lr;
                font-weight   : bold;
                text-transform: uppercase;
                white-space   : nowrap;
                font-family   : "webFontExoBold" !important;
            }
        }

        .title2 {
            width       : 30px;
            line-height : 30px;
            padding-left: 10px;

            .t {
                padding       : 110px 0px 40px 0px;
                position      : sticky;
                top           : 0px;
                left          : 0px;
                font-size     : 24px;
                writing-mode  : vertical-lr;
                font-weight   : bold;
                text-transform: uppercase
            }
        }
    }

    .aMain {
        flex       : 1;
        border-left: 1px solid rgba(0, 0, 0, 0.2);
        min-height : 90vh;
        position   : relative;
        z-index    : 1;
    }
}




// 简介
.base_cell.jj {
    position                : relative;
    background-repeat       : no-repeat;
    background-size         : cover;
    background-position     : center center;
    // background-attachment: fixed;

    .aMain {
        display    : flex;
        align-items: center;

        // justify-content: center;
        .mm {
            margin-left: 90px;
            width      : 40%;

            .t0 {
                margin-left: 20px;
                color      : rgba(0, 0, 0, 0.03);
                font-size  : 240px;
                line-height: 240px;
                font-family: "webFontExoBold" !important;
            }

            .t1 {
                margin-top    : -90px;
                font-size     : 18px;
                line-height   : 50px;
                color         : #414141;
                padding-bottom: 30px;
                text-align    : justify;
                text-shadow   : 1px 1px 1px #fff;

            }
        }
    }
}


// 系统优势
.base_cell.xtys {
    background-attachment: fixed;

    .bgm {
        content : '';
        display : block;
        width   : 100%;
        height  : 100%;
        position: absolute;
        top     : 0;
        right   : 0;
        bottom  : 0;
        left    : 0;

        // z-index: -1;
        background: url("/img/dot.png") rgba(0, 0, 0, 0.5);
        // opacity: 0.3;

    }

    .aSide {
        color: rgba(255, 255, 255, 0.9);
    }

    .aMain {
        border-color: rgba(255, 255, 255, 0.2);

        .text {
            display    : flex;
            align-items: center;
            width      : 100%;
            height     : 100vh;

            // justify-content: center;
            .mm {
                margin-left: 90px;
                width      : 40%;
                text-align : left;

                .t0 {
                    margin-left: 20px;
                    color      : rgba(0, 0, 0, 0.1);
                    font-size  : 240px;
                    line-height: 240px;
                    font-family: "webFontExoBold" !important;
                }

                .t1 {
                    margin-top    : -90px;
                    font-size     : 18px;
                    line-height   : 50px;
                    color         : #fff;
                    padding-bottom: 20px;

                    p {
                        padding-bottom: 20px;
                    }
                }
            }
        }

        .ul {
            display     : flex;
            flex-wrap   : wrap;
            margin-right: -1px;
        }

        .li {
            width       : 50%;
            box-sizing  : border-box;
            border-top  : 1px solid rgba(255, 255, 255, 0.2);
            border-right: 1px solid rgba(255, 255, 255, 0.2);
            padding     : 100px 80px 0px 80px;
            height      : 700px;
            color       : #fff;
            position    : relative;
            cursor      : pointer;
            overflow    : hidden;

            &.true {
                width: 100%;
            }

            &:hover {
                .icon {
                    transform: translateY(-50px);
                    opacity  : 0.1;
                }

                .t1 {
                    transform: translateY(-240px);
                }

                .x {
                    transform: translateY(-240px);
                }

                .t2 {
                    transform: translateY(-30px);
                    opacity  : 0;
                }

                .img {
                    opacity  : 1;
                    transform: translateY(0px);
                }

            }


            .img {
                position  : absolute;
                bottom    : 0px;
                left      : 0px;
                opacity   : 0;
                width     : 100%;
                height    : 500px;
                transition: all .5s;
                transform : translateY(100px);
            }

            .img1 {
                background: url("/img/xtys/1.png") no-repeat bottom center / contain;
            }

            .img2 {
                background: url("/img/xtys/2.png") no-repeat bottom center / contain;
            }

            .img3 {
                background: url("/img/xtys/3.png") no-repeat bottom center / contain;
            }

            .img4 {
                background: url("/img/xtys/4.png") no-repeat bottom center / contain;
            }

            .img5 {
                background: url("/img/xtys/5.png") no-repeat bottom center / contain;
            }

            .img6 {
                background: url("/img/xtys/6.png") no-repeat bottom center / contain;
            }

            .img7 {
                background: url("/img/xtys/7.png") no-repeat bottom center / contain;
            }

            .img8 {
                background: url("/img/xtys/8.png") no-repeat bottom center / contain;
            }

            .img9 {
                background: url("/img/xtys/9.png") no-repeat bottom center / contain;
            }

            .img10 {
                background: url("/img/xtys/10.png") no-repeat bottom center / contain;
            }

            .img11 {
                background: url("/img/xtys/11.png") no-repeat bottom center / contain;
            }

            .img12 {
                background: url("/img/xtys/12.png") no-repeat bottom center / contain;
            }

            .img13 {
                background: url("/img/xtys/13.png") no-repeat bottom center / contain;
            }

            .img14 {
                background: url("/img/xtys/14.png") no-repeat bottom center / contain;
            }

            .bg {
                position  : absolute;
                top       : 0px;
                left      : 0px;
                width     : 100%;
                height    : 100%;
                opacity   : 0;
                transition: all .5s;
                box-sizing: border-box;
                padding   : 20px;
                overflow  : hidden;

                .text {
                    border         : 1px solid rgba(255, 255, 255, 0.7);
                    width          : 100%;
                    height         : 100%;
                    box-sizing     : border-box;
                    display        : flex;
                    align-items    : center;
                    justify-content: center;
                    color          : #fff;
                    font-size      : 36px;
                    transition     : all .5s;
                    transform      : scale(1.3, 1.3) translateY(-30px);
                    opacity        : 0;

                }
            }



            .icon {
                margin    : 0px auto;
                width     : 140px;
                height    : 140px;
                transition: all .5s;
            }


            .t1 {
                padding    : 60px 0px 20px 0px;
                line-height: 60px;
                text-align : center;
                font-size  : 32px;
                transition : all .5s;
            }

            .x {
                margin    : 0px auto;
                width     : 70px;
                height    : 1px;
                transition: all .5s;
                background: rgba(255, 255, 255, 0.4);
            }

            .t2 {
                padding-top: 40px;
                transition : all .5s;
                line-height: 40px;
                text-align : center;
                font-size  : 16px;
                opacity    : .6;
            }


            .icon1 {
                background: url("/img/icon-yule1.png") no-repeat center center / cover;
            }

            .icon2 {
                background: url("/img/icon-yule2.png") no-repeat center center / cover;
            }

            .icon3 {
                background: url("/img/icon-yule3.png") no-repeat center center / cover;
            }

            .icon4 {
                background: url("/img/icon-yule4.png") no-repeat center center / cover;
            }

            .icon5 {
                background: url("/img/icon-index5.png") no-repeat center center / cover;
            }

            .icon6 {
                background: url("/img/icon-yule6.png") no-repeat center center / cover;
            }



            .icon7 {
                background: url("/img/icon-index1.png") no-repeat center center / cover;
            }

            .icon8 {
                background: url("/img/icon-yule8.png") no-repeat center center / cover;
            }


            .icon11 {
                background: url("/img/icon-index1.png") no-repeat center center / cover;
            }

            .icon12 {
                background: url("/img/icon-index2.png") no-repeat center center / cover;
            }

            .icon13 {
                background: url("/img/icon-index3.png") no-repeat center center / cover;
            }

            .icon14 {
                background: url("/img/icon-index4.png") no-repeat center center / cover;
            }

            .icon15 {
                background: url("/img/icon-index5.png") no-repeat center center / cover;
            }

            .icon16 {
                background: url("/img/icon-index6.png") no-repeat center center / cover;
            }


            .icon17 {
                background: url("/img/icon-index2.png") no-repeat center center / cover;
            }
        }


    }
}

// 功能模块
.base_cell.gnmk {
    .aMain {
        overflow: hidden;

        .ul {
            display      : flex;
            flex-wrap    : wrap;
            margin-right : -1px;
            margin-bottom: -1px;
        }

        .li {
            width        : 33.333333%;
            box-sizing   : border-box;
            border-bottom: 1px solid rgba(0, 0, 0, 0.2);
            border-right : 1px solid rgba(0, 0, 0, 0.2);
            padding      : 100px 50px 0px 50px;
            height       : 550px;
            color        : #333;
            position     : relative;
            cursor       : pointer;

            &:hover {
                .icon {
                    transform: scale(0.3, 0.3) translateY(-30px);
                }

                .t1 {
                    transform: translateY(50px);
                }

                .t2 {
                    transform: translateY(-30px);
                }

                .bg {
                    opacity: 1;

                    .text {
                        transform: scale(1, 1) translateY(0px);
                        opacity  : 1;
                    }
                }
            }
        }


        .bg {
            position  : absolute;
            top       : 0px;
            left      : 0px;
            width     : 100%;
            height    : 100%;
            opacity   : 0;
            transition: all .5s;
            box-sizing: border-box;
            padding   : 20px;
            overflow  : hidden;

            .text {
                border         : 1px solid rgba(255, 255, 255, 0.7);
                width          : 100%;
                height         : 100%;
                box-sizing     : border-box;
                display        : flex;
                align-items    : center;
                justify-content: center;
                color          : #fff;
                font-size      : 36px;
                transition     : all .5s;
                transform      : scale(1.3, 1.3) translateY(-30px);
                opacity        : 0;

            }
        }

        .icon {
            margin    : 0px auto;
            width     : 60px;
            height    : 60px;
            transition: all .5s;
        }

        .t1 {
            padding    : 60px 0px 20px 0px;
            line-height: 60px;
            text-align : center;
            font-size  : 32px;
            transition : all .5s;
        }

        .x {
            margin    : 0px auto;
            width     : 70px;
            height    : 1px;
            background: rgba(0, 0, 0, 0.2);
        }

        .t2 {
            transition : all .5s;
            padding-top: 40px;
            line-height: 35px;
            text-align : center;
            font-size  : 16px;
            opacity    : .6;
            ;
        }

        .bg1 {
            background: url("/img/gn/bg1.jpg") no-repeat center center / cover;
        }

        .bg2 {
            background: url("/img/gn/bg2.jpg") no-repeat center center / cover;
        }

        .bg3 {
            background: url("/img/gn/bg3.jpg") no-repeat center center / cover;
        }

        .bg4 {
            background: url("/img/gn/bg4.jpg") no-repeat center center / cover;
        }

        .bg5 {
            background: url("/img/gn/bg5.jpg") no-repeat center center / cover;
        }

        .bg6 {
            background: url("/img/gn/bg6.jpg") no-repeat center center / cover;
        }

        .bg7 {
            background: url("/img/gn/bg7.jpg") no-repeat center center / cover;
        }

        .bg8 {
            background: url("/img/gn/bg8.jpg") no-repeat center center / cover;
        }

        .bg9 {
            background: url("/img/gn/bg9.jpg") no-repeat center center / cover;
        }

        .icon1 {
            background: url("/img/icon-yule21.png") no-repeat center center / cover;
        }

        .icon2 {
            background: url("/img/icon-yule22.png") no-repeat center center / cover;
        }

        .icon3 {
            background: url("/img/icon-yule23.png") no-repeat center center / cover;
        }

        .icon4 {
            background: url("/img/icon-yule24.png") no-repeat center center / cover;
        }


        .icon5 {
            background: url("/img/icon-yule25.png") no-repeat center center / cover;
        }

        .icon6 {
            background: url("/img/icon-yule26.png") no-repeat center center / cover;
        }

        .icon7 {
            background: url("/img/icon-yule27.png") no-repeat center center / cover;
        }

        .icon8 {
            background: url("/img/icon-yule28.png") no-repeat center center / cover;
        }

        .icon9 {
            background: url("/img/icon-yule29.png") no-repeat center center / cover;
        }

    }
}

// 系统结构
.base_cell.xtjg {

    .mm {
        padding   : 140px;
        width     : 100%;
        height    : 100%;
        box-sizing: border-box;
    }

    .img {
        width  : 100%;
        height : 100%;
        display: block;
    }
}



// 客户案例 典型客户
.base_cell.khal {
    background           : url("/img/156455894929.jpg") no-repeat center center / cover;
    background-attachment: fixed;

    .aMain {

        min-height: 40vh;
    }

    .ul {
        margin     : 100px 5% 100px 5%;
        display    : flex;
        border-top : 1px solid rgba(0, 0, 0, 0.2);
        border-left: 1px solid rgba(0, 0, 0, 0.2);
        flex-wrap  : wrap;
    }

    .li {
        width        : 33.333333%;
        box-sizing   : border-box;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        border-right : 1px solid rgba(0, 0, 0, 0.2);
        padding      : 20px 20px 20px 150px;
        color        : #333;
        position     : relative;
        height       : 150px;
        display      : flex;
        align-items  : center;
    }

    .icon {
        position: absolute;
        top     : 20px;
        left    : 20px;
        width   : 110px;
        height  : 110px;

        img {
            display: block;
            width  : 100%;
            height : 100%;
        }
    }

    .text {
        width: 100%;

        // text-align: center;
        .t1 {
            font-size  : 20px;
            font-weight: bold;
            color      : #333;
            line-height: 32px;
        }

        .t2 {
            padding-top: 10px;
            line-height: 25px;
            font-size  : 16px;
            color      : #666;
        }
    }
}


.customClassMessageError {
    top          : 0px !important;
    width        : 100% !important;
    border-radius: 0px !important;
    background   : #DA4646 !important;
    border-width : 0px !important;

    .el-message__content,
    .el-icon-error {
        color: #fff !important;
    }
}

.customClassMessageSuccess {
    top          : 0px !important;
    width        : 100% !important;
    border-radius: 0px !important;
    background   : #4AAC6D !important;
    border-width : 0px !important;

    .el-message__content,
    .el-icon-success {
        color: #fff !important;
    }
}

// 图片预览 样式

.el-image-viewer__wrapper {

    .el-image-viewer__close {
        color: #fff;
        top  : 100px;
    }
}


@media screen and (max-width: 1240px) {

    // 功能模块
    .base_cell.gnmk {
        .aMain {
            .li {
                width: 50%;
            }
        }
    }

    // 系统结构
    .base_cell.xtjg {
        .mm {
            padding: 0px;
        }
    }

}




@media screen and (max-width: 900px) {
    .base_banner {
        height           : 240px;
        background-repeat: no-repeat;

        background-position  : bottom center;
        background-attachment: initial;

        .sb {
            display: none;
        }

        .mm {
            padding-top    : 40px;
            //   margin-top: -10vh;
            padding-left   : 20px;

            .t1 {
                font-size     : 24px;
                letter-spacing: 0px;
            }

            .x {
                margin: 10px 0px;
            }

            .t2 {
                font-size: 17px;
            }
        }
    }

    .base_cell {
        display: block;

        .aSide {
            width  : 100%;
            display: block;
            padding: 30px 10px 20px 10px;

            .title1 {
                width: 100%;

                .t {
                    padding     : 0px 0px 0px 0px;
                    position    : relative;
                    writing-mode: horizontal-tb;
                    font-size   : 24px;
                    line-height : 40px;
                }
            }

            .title2 {
                padding: 0px;
                width  : 100%;

                .t {
                    padding     : 0px 0px 0px 0px;
                    position    : relative;
                    font-size   : 20px;
                    line-height : 24px;
                    writing-mode: horizontal-tb;
                }
            }
        }

        .aMain {
            border-left-width: 0px;
            min-height       : auto;
        }
    }

    // 客户案例 典型客户
    .base_cell.khal {
        .ul {
            margin: 10px;
        }

        .li {
            padding: 20px 0px 15px 0px;
            height : auto;
            display: block;
        }

        .icon {
            width      : 60px;
            height     : 60px;
            top        : 20px;
            left       : 50%;
            margin-left: -30px;
        }

        .text {
            padding-top: 80px;
            text-align : center;

            .t1 {
                font-size  : 14px;
                line-height: 20px;
            }

            .t2 {
                font-size  : 12px;
                line-height: 14px;
            }
        }
    }




    // 系统结构
    .base_cell.xtjg {
        .mm {
            padding       : 0px;
            height        : 140vw;
            overflow      : auto;
            padding-bottom: 40px;
        }

        .img {
            width: 200%;
        }
    }




    // 功能模块
    .base_cell.gnmk {
        .aMain {
            .li {
                width  : 100%;
                padding: 40px 30px 0px 30px;
                height : auto;
            }

            .bg {
                .text {
                    font-size: 36px;
                }
            }

            .icon {
                width : 40px;
                height: 40px;

            }

            .t1 {
                padding    : 40px 0px 20px 0px;
                line-height: 40px;
                font-size  : 20px;
            }

            .x {
                width: 30px;
            }

            .t2 {
                padding-top   : 20px;
                padding-bottom: 30px;
                line-height   : 30px;
                font-size     : 14px;
            }

        }
    }






    // 简介
    .base_cell.jj {

        .aMain {
            .mm {

                margin-left: 0px;
                padding    : 30px 10px 10px 10px;
                box-sizing : border-box;
                width      : 100%;

                .t0 {
                    margin-left: 0px;
                    margin-top : -30px;
                    font-size  : 70px;
                    line-height: 70px;
                }

                .t1 {
                    margin-top    : -30px;
                    font-size     : 14px;
                    line-height   : 40px;
                    padding-bottom: 30px;

                }
            }
        }
    }

    // 系统优势
    .base_cell.xtys {
        overflow        : hidden;
        background-image: none;


        .aMain {
            .text {
                height: auto;

                .mm {
                    margin-left: 0px;
                    padding    : 30px 10px 10px 10px;
                    box-sizing : border-box;
                    width      : 100%;

                    .t0 {
                        margin-left: 0px;
                        margin-top : -30px;
                        font-size  : 70px;
                        line-height: 70px;
                    }

                    .t1 {
                        margin-top    : -30px;
                        font-size     : 14px;
                        line-height   : 30px;
                        padding-bottom: 20px;

                        p {
                            padding-bottom: 20px;
                        }
                    }
                }
            }

            .li {
                width  : 100%;
                padding: 40px 30px 0px 30px;
                height : auto;

                .img {
                    height: 70%;
                }

                .bg {
                    .text {
                        font-size: 36px;
                    }
                }

                .icon {
                    width : 40px;
                    height: 40px;
                }

                .t1 {
                    padding    : 40px 0px 20px 0px;
                    line-height: 40px;
                    font-size  : 20px;
                }

                .x {
                    width: 30px;
                }

                .t2 {
                    padding-top   : 20px;
                    padding-bottom: 30px;
                    line-height   : 30px;
                    font-size     : 14px;
                }
            }
        }
    }

}
.newsUl {
    // border-top: 1px solid #e3e3e3;
    padding   : 40px 0px;
    width     : 100%;
    max-width : 1000px;
    margin    : 0px auto;
    box-sizing: border-box;

    .li {
        cursor       : pointer;
        padding      : 20px 0px;
        border-bottom: 1px solid #f3f3f3;
        display      : flex;

        &:hover {
            .t3 {
                background  : #414141;
                border-color: #414141;
                color       : #fff;
            }

            .img img {
                transform: scale(1.1, 1.1);
            }
        }
    }

    .img {

        width   : 300px;
        height  : 160px;
        overflow: hidden;

        img {
            object-fit: cover;
            width     : 100%;
            height    : 100%;
            transition: all 1s;
            display   : block;
        }
    }

    .time {
        width     : 100px;
        text-align: center;

        .t1 {
            font-weight: bold;
            color      : #2C53B4;
            font-size  : 48px;
            line-height: 50px;
        }

        .t2 {
            color: #777;
        }
    }

    .text {
        flex: 1;

        .t1 {
            font-size  : 20px;
            font-weight: bold;
            color      : #272727;
            line-height: 30px;
        }

        .t2 {
            padding-top       : 20px;
            color             : #777;
            font-size         : 12px;
            line-height       : 20px;
            text-align        : justify;
            display           : -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow          : hidden;
        }

        .t3 {
            display    : block;
            margin-top : 20px;
            line-height: 28px;
            height     : 28px;
            padding    : 0px 20px;
            width      : fit-content;
            border     : 1px solid #e3e3e3;
            transition : all 0.5s;
        }
    }
}



.caseUl {
    padding  : 30px 0px;
    width    : 100%;
    max-width: 1040px;
    margin   : 0px auto;
    display  : flex;
    flex-wrap: wrap;
    box-sizing: border-box;

    .li {
        width: 50%;

        cursor    : pointer;
        padding   : 0px 20px 0px 20px;
        display   : block;
        box-sizing: border-box;

        .border {
            display      : flex;
            padding      : 20px 0px;
            border-bottom: 1px solid #f3f3f3;
        }

        &:hover {
            .t3 {
                background  : #414141;
                border-color: #414141;
                color       : #fff;
            }

            .img img {
                transform: scale(1.1, 1.1);
            }
        }
    }

    .img {
        flex    : none;
        width   : 100px;
        height  : 100px;
        overflow: hidden;

        img {

            transform : scale(1, 1);
            object-fit: cover;
            width     : 100%;
            height    : 100%;
            transition: all 1s;
            display   : block;
        }
    }


    .text {
        padding-left: 20px;

        // padding-top:20px;
        .t1 {
            font-size         : 20px;
            font-weight       : bold;
            color             : #272727;
            line-height       : 30px;
            display           : -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow          : hidden;
        }

        .t2 {
            padding-top       : 20px;
            color             : #777;
            font-size         : 12px;
            line-height       : 20px;
            text-align        : justify;
            display           : -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow          : hidden;
        }

        .t3 {
            display    : block;
            margin-top : 20px;
            line-height: 28px;
            height     : 28px;
            padding    : 0px 20px;
            width      : fit-content;
            border     : 1px solid #e3e3e3;
            transition : all 0.5s;
        }
    }
}


@media screen and (max-width: 1000px) {

    .newsUl {
        padding   : 10px 10px;
        width     : 100%;
        box-sizing: border-box;

        .li {

            padding      : 20px 0px;
            border-bottom: 1px solid #f3f3f3;
            display      : block;

        }

        .img {
            margin   : 0px auto;
            width    : 100%;
            max-width: 300px;
            height   : 160px;
            overflow : hidden;


        }

        .time {
            display   : none;
            width     : 100px;
            text-align: center;

            .t1 {
                font-weight: bold;
                color      : #2C53B4;
                font-size  : 48px;
                line-height: 50px;
            }

            .t2 {
                color: #777;
            }
        }

        .text {
            padding-top: 10px;

            .t1 {}

            .t2 {
                padding-top: 10px;
            }


        }
    }


    .caseUl {
        padding  : 40px 0px;
        width    : 100%;
        max-width: 1040px;
        margin   : 0px auto;
        display  : flex;
        flex-wrap: wrap;

        .li {
            width: 100%;

        }
    }
}

.detailTages{
    display: flex;
    flex-wrap: wrap;
    margin:-10px 0px 0px -10px;
    padding-bottom:20px;
    font-size: 16px;
    .li{
        margin:10px 0px 0px 10px;
        border-radius: 4px; line-height:30px; padding:0px 10px;
        border:1px solid #e3e3e3;
        &:hover{
            border-color:#999;
        }
    }
    .lih{
        margin:10px 0px 0px 10px;
        border-radius: 4px; line-height:30px; padding:0px 0px;
        border:1px solid #fff;
    }
}