

@media (min-width: 1400px){
    .container {
        width: 1370px;
        margin-right:auto;
        margin-left:auto;
        padding-left:0px;
        padding-right:0px
    }
}
/* flex 布局 */
.flex{
    /* #ifndef APP-PLUS-NVUE */
    display:flex;
    /* #endif */
    flex-direction:row;
}
.flex-row{ flex-direction:row!important; }
.flex-column{ flex-direction:column!important; }
.flex-row-reverse{ flex-direction:row-reverse!important; }
.flex-column-reverse{ flex-direction:column-reverse!important; }
.flex-wrap{ flex-wrap:wrap;}
.flex-nowrap{ flex-wrap:nowrap;}
.justify-start{justify-content:flex-start;}
.justify-end{justify-content:flex-end;}
.justify-between{justify-content:space-between;}
.justify-around{justify-content:space-around;}
.justify-center{justify-content:center;}
.align-center{ align-items: center; }
.align-stretch{ align-items: stretch; }
.align-start{ align-items: flex-start; }
.align-end{ align-items: flex-end; }
/* #ifndef APP-PLUS-NVUE */
.content-start {align-content: flex-start;}
.content-end {align-content: flex-end;}
.content-center {align-content: center;}
.content-between {align-content: space-between;}
.content-around {align-content: space-around;}
.content-stretch {align-content: stretch;}



.p-0 { padding: 0; }
.p { padding: 5px; }
.p-1 { padding: 10px; }
.p-2 { padding: 20px; }
.p-3 { padding: 30px; }
.p-4 { padding: 40px; }
.p-5 { padding: 50px; }
.pt-0 { padding-top: 0; }
.pt { padding-top: 5px; }
.pt-1 { padding-top: 10px; }
.pt-2 { padding-top: 20px; }
.pt-3 { padding-top: 30px; }
.pt-4 { padding-top: 40px; }
.pt-5 { padding-top: 50px; }
.pb-0 { padding-bottom: 0; }
.pb-1 { padding-bottom: 10px; }
.pb { padding-bottom: 5px; }
.pb-2 { padding-bottom: 20px; }
.pb-3 { padding-bottom: 30px; }
.pb-4 { padding-bottom: 40px; }
.pb-5 { padding-bottom: 50px; }
.pl-0 { padding-left: 0; }
.pl { padding-left: 5px; }
.pl-1 { padding-left: 10px; }
.pl-2 { padding-left: 20px; }
.pl-3 { padding-left: 30px; }
.pl-4 { padding-left: 40px; }
.pl-5 { padding-left: 50px; }
.pr-0 { padding-right: 0; }
.pr { padding-right: 5px; }
.pr-1 { padding-right: 10px; }
.pr-2 { padding-right: 20px; }
.pr-3 { padding-right: 30px; }
.pr-4 { padding-right: 40px; }
.pr-5 { padding-right: 50px; }
.py-0 { padding-top: 0; padding-bottom: 0; }
.py { padding-top: 5px; padding-bottom: 5px; }
.py-1 { padding-top: 10px; padding-bottom: 10px; }
.py-2 { padding-top: 20px; padding-bottom: 20px; }
.py-3 { padding-top: 30px; padding-bottom: 30px; }
.py-4 { padding-top: 40px; padding-bottom: 40px; }
.py-5 { padding-top: 50px; padding-bottom: 50px; }
.px-0 { padding-left: 0; padding-right: 0; }
.px-1 { padding-left: 10px; padding-right: 10px;}
.px { padding-left: 5px; padding-right: 5px;}
.px-2 { padding-left: 20px; padding-right: 20px;}
.px-3 { padding-left: 30px; padding-right: 30px;}
.px-4 { padding-left: 40px; padding-right: 40px;}
.px-5 { padding-left: 50px; padding-right: 50px;}
/*  -- 内外边距 -- */
.m-0 { margin: 0; }
/* #ifndef APP-PLUS-NVUE */
.m-auto{ margin: auto; }
/* #endif */
.m-1 { margin: 10px; }
.m-2 { margin: 20px; }
.m-3 { margin: 30px; }
.m-4 { margin: 40px; }
.m-5 { margin: 50px; }
.mt-0 { margin-top: 0; }
/* #ifndef APP-PLUS-NVUE */
.mt-auto { margin-top: auto; }
/* #endif */
.mt-1 { margin-top: 10px; }
.mt-2 { margin-top: 20px; }
.mt-3 { margin-top: 30px; }
.mt-4 { margin-top: 40px; }
.mt-5 { margin-top: 50px; }
.mb-0 { margin-bottom: 0; }
/* #ifndef APP-PLUS-NVUE */
.mb-auto { margin-bottom: auto; }
/* #endif */
.mb-1 { margin-bottom: 10px; }
.mb-2 { margin-bottom: 20px; }
.mb-3 { margin-bottom: 30px; }
.mb-4 { margin-bottom: 40px; }
.mb-5 { margin-bottom: 50px; }
.mb-39 { margin-bottom: 39px; }
.mb-64 { margin-bottom: 64px; }
.ml-0 { margin-left: 0; }
/* #ifndef APP-PLUS-NVUE */
.ml-auto { margin-left: auto; }
/* #endif */
.ml-1 { margin-left: 10px; }
.ml-2 { margin-left: 20px; }
.ml-3 { margin-left: 30px; }
.ml-4 { margin-left: 40px; }
.ml-5 { margin-left: 50px; }
.mr-0 { margin-right: 0; }
/* #ifndef APP-PLUS-NVUE */
.mr-auto { margin-right: auto; }
/* #endif */
.mr-1 { margin-right: 10px; }
.mr-2 { margin-right: 20px; }
.mr-3 { margin-right: 30px; }
.mr-4 { margin-right: 40px; }
.mr-5 { margin-right: 50px; }
.my-0 { margin-top: 0; margin-bottom: 0; }
/* #ifndef APP-PLUS-NVUE */
.my-auto { margin-top: auto; margin-bottom: auto; }
/* #endif */
.my-1 { margin-top: 10px; margin-bottom: 10px; }
.my-2 { margin-top: 20px; margin-bottom: 20px; }
.my-3 { margin-top: 30px; margin-bottom: 30px; }
.my-4 { margin-top: 40px; margin-bottom: 40px; }
.my-5 { margin-top: 50px; margin-bottom: 50px; }
.mx-0 { margin-left: 0; margin-right: 0; }
/* #ifndef APP-PLUS-NVUE */
.mx-auto { margin-left: auto; margin-right: auto; }
/* #endif */
.mx-1 { margin-left: 10px; margin-right: 10px;}
.mx-2 { margin-left: 20px; margin-right: 20px;}
.mx-3 { margin-left: 30px; margin-right: 30px;}
.mx-4 { margin-left: 40px; margin-right: 40px;}
.mx-5 { margin-left: 50px; margin-right: 50px;}

.font-smaller { font-size: 13px;}
.font-small { font-size: 18px;}
.font-sm { font-size: 23px;}
.font { font-size: 28px;}
.font-md { font-size: 31px;}
.font-lg { font-size: 38px;}
.font-18 { font-size: 16px;}
.font-16 { font-size: 14px;}
.font-21 { font-size: 19px;}
.font-22 { font-size: 20px;}
.font-55 { font-size: 53px;}
.font-50 { font-size: 48px;}
.text-white {color: #ffffff;}
.font-44{
    font-size: 42px;
}
.line1 {
    line-height: 1;
}
.line12 {
    line-height: 1.2;
}

.line18 {
    line-height: 1.8;
}

.line20 {
    line-height: 2;
}
.line25 {
    line-height: 2.5;
}
.line3 {
    line-height: 3;
}


.font-weight-bolder { font-weight: bold;} /*更粗*/




/* 定位 */
.position-relative { position: relative;}
.position-absolute { position: absolute;}
.position-fixed { position: fixed;}



/* 长度 */
.w-100{
    width: 100%;
}
.w-80{
    width: 80%;
}
.w-50{
    width: 50%;
}

/* 字体颜色 */
.text-black{
    color:#000;
}
.text-333{
    color: #333333;
}
.text-666{
    color: #666;
}
/* 背景颜色 */
.bg-white{
    background-color:#FFF
}

.pointer{
    cursor:pointer;
}
/* 显示 */
/* #ifndef APP-PLUS-NVUE */
.d-none{ display: none; }
.d-inline-block{ display: inline-block; }
.d-block{ display: block; }




/* 文字换行溢出处理 */
.text-ellipsis {
    /* #ifndef APP-PLUS-NVUE */
    overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
    /* #endif */
    /* #ifdef APP-PLUS-NVUE */
    lines: 1;
    /* #endif */
}
/* 文字换行溢出处理 */
.text-ellipsis-2 {
    /* #ifndef APP-PLUS-NVUE */
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; /** 显示的行数 **/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* #endif */
    /* #ifdef APP-PLUS-NVUE */
    lines: 2;
    /* #endif */
}
/* 文字换行溢出处理 */
.text-ellipsis-3 {
    /* #ifndef APP-PLUS-NVUE */
    overflow: hidden;text-overflow: ellipsis;
    -webkit-line-clamp: 3; /** 显示的行数 **/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* #endif */
    /* #ifdef APP-PLUS-NVUE */
    lines: 3;
    /* #endif */
}
/* 文字换行溢出处理 */
.text-ellipsis-4 {
    /* #ifndef APP-PLUS-NVUE */
    overflow: hidden;text-overflow: ellipsis;
    -webkit-line-clamp: 4; /** 显示的行数 **/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* #endif */
    /* #ifdef APP-PLUS-NVUE */
    lines: 4;
    /* #endif */
}

.text-ellipsis-7 {
    /* #ifndef APP-PLUS-NVUE */
    overflow: hidden;text-overflow: ellipsis;
    -webkit-line-clamp: 7; /** 显示的行数 **/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* #endif */
    /* #ifdef APP-PLUS-NVUE */
    lines: 7;
    /* #endif */
}