@charset "utf-8";
/* 公共样式 */
:root{
    --border_color: #dbdbd3;
    --back_color: #e7e8e5;
}
.container{
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
}
.background-4{
    background-color: var(--ast-global-color-4);
}
.background-5{
    background-color: var(--ast-global-color-5);
}
.background-7{
    background-color: var(--ast-global-color-7);
}
.color-0{
    color: var(--ast-global-color-0);
}
.color-2{
    color: var(--ast-global-color-2);
}
.color-3{
    color: var(--ast-global-color-3);
}
.back-images{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.back-a{
    background-color: var(--back_color);
}
.back-banner img{
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.flexer{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.flex{
    flex: 1;
}
.justify-between{
    justify-content: space-between;
}
.block{
    display: block;
}
.hidden{
    overflow: hidden;
}
.font-normal{
    font-style: normal;
}
.my{
    margin: 0;
}
.my-m-2{
    margin-top: 1em;
    margin-bottom: 1em;
}
.my-tm-\.25{
    margin-top: .25em;
}
.my-bm-2{
    margin-bottom: 1em;
}
.my-bm-4{
    margin-bottom: 2em;
}
.mx-8{
    margin-left: 6em;
    margin-right: 6em;
}
.px-m-0\.75{
    padding-left: .75em;
    padding-right: .75em;
}
.px-m-2{
    padding-left: 1em;
    padding-right: 1em;
}
.px-m-4{
    padding-left: 2em;
    padding-right: 2em;
}
.py{
    padding: 0;
}
.py-m-0\.25{
    padding-top: .25em;
    padding-bottom: .25em;
}
.py-m-2{
    padding-top: 1em;
    padding-bottom: 1em;
}
.py-m-4{
    padding-top: 2em;
    padding-bottom: 2em;
}
.py-tm-12{
    padding-top: 6em;
}
.py-bm-8{
    padding-bottom: 4em;
}
.relative{
    position: relative
}
.absolute{
    position: absolute;
}
.fixed{
    position: fixed;
}
.gap-10{
    gap: 10px;
}
.gap-25{
    gap: 25px;
}
.top{
    top: 0;
}
.top-8{
    top: 80px;
}
.left\:xl-6{
    left: 30%;
}
.left\:xl-8{
    left: 40%;
}
.left\:xl-10{
    left: 50%;
}
.right{
    right: 0;
}
.l\:x-all{
    width: 100%;
}
.l\:xw-77\.5{
    width: 77.5%;
}
.l\:xw-70\.5{
    width: 70.5%;
}
.l\:y-all{
    height: 100%;
}
.l\:y-600{
    height: 600px;
}
.lh-em-1\.1{
    line-height: 1.1em;
}
.text\:em-0\.75{
    font-size: .75em;
}
.text\:em-1{
    font-size: 1em;
}
.text\:em-1\.5{
    font-size: 1.5em;
}
.text\:em-1\.75{
    font-size: 1.75em;
}
.font-w-600{
    font-weight: 600;
}
.bd-side{
    border-top: 1px solid var(--border_color);
    border-bottom: 1px solid var(--border_color);
    border-left: 1px solid var(--border_color);
    border-right: 1px solid var(--border_color);
}
.bd-side-y{
    border-top: 1px solid var(--ast-global-color-7);
    border-bottom: 1px solid var(--ast-global-color-7);
}
.bd-side-top-3{
    border-top: 3px solid var(--ast-global-color-0);
}
.br-all-0\.25{
    border-radius: .25em;
    -moz-border-radius: .25em;
    -webkit-border-radius: .25em;
}


/* 首页表单 */
.floating-label-group {
    position: relative;
    margin-right: 1rem;
    /* margin-bottom: 1rem; */
}
.floating-label-group input,
.floating-label-group textarea,
.floating-label-group select {
    padding: 15px 12px 5px;
    height: 50px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
    border-radius: 0%;
    -moz-border-radius: 0%;
    -webkit-border-radius: 0%;
}
.floating-label-group label {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    color: #000000;
    font-size: 16px;
    transition: all 0.2s ease;
    pointer-events: none;
    background: white;
    padding: 0 4px;
    text-transform: uppercase;
}
.floating-label-group input:focus + label,
.floating-label-group input:not(:placeholder-shown) + label,
.floating-label-group textarea:focus + label,
.floating-label-group textarea:not(:placeholder-shown) + label {
    top: 0;
    transform: translateY(0%);
    font-size: 10px;
    color: #000000;
}
.floating-label-group input:focus,
.floating-label-group textarea:focus {
    outline: none;
    border-color: #000000;
    box-shadow: 0 0 0 1px #000000;
    padding: 20px 16px 5px !important;
    line-height: 24px;
}

/* 斜边效果 */
.cu-clip:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    clip-path: polygon(20% 0%, 21.5% 0%, 1.5% 100%, 0% 100%);
    overflow: visible;
    background-color: #C8102E;
}
.cu-quadrilateral{
    clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
}
.cu-status:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    right: 45%;
}
.cu-delivered::before{
    content: '';
    position: absolute;
    width: 55%;
    height: calc(100%);
    background-color: #ffffff;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    right: 0;
}
.cu-delivered-h::before{
    height: calc(100% - 10em);
}
.cu-triangle{
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.cp\:p-min-l\/t{
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.cp\:p-r\/d{
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 320%);
}
.cp\:p-min-r\/d{
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 415%);
}
.skew-23{
    -webkit-transform: skew(-23deg);
    transform: skew(-23deg);
}