body {
    --yn-primary-color: #CF0C26;
    overflow-x: hidden;
    font-size: 16px;
    /* overflow: hidden; */
}

.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.shrink-0 {
    flex-shrink: 0;
}

.ab-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

input:focus{
    border-color: var(--yn-primary-color);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(207, 12, 38,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(207, 12, 38,.6)
}

input {
    outline-style: none ;
    border: 1px solid #ccc; 
    border-radius: 3px;
    padding: 5px 7px !important;
    /* width: 620px; */
    font-size: 14px;
    font-weight: 700;
    font-family: "Microsoft soft";
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    
}

ul {
    margin: 0;
    padding-left: 0;
}

li {
    list-style-type: none;
}

img {
    vertical-align: middle;
}

.contianer {
    padding: 0 1.8rem;
}

.shadow {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.contianer-bg {
    background-color: #F3F4F6;
}

.relative {
    position: relative;
}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.flex-col {
    flex-direction: column;
}

.w-full {
    width: 100%;
}

.flex-wrap {
    flex-wrap: wrap;
}

.text-center {
    text-align: center;
}

.hidden {
    overflow: hidden;
}

.object-cover {
    object-fit: cover;
}

.object-contain {
    object-fit: contain;
}

.font-bold {
    font-weight: bold;
}

.justify-center {
    justify-content: center;
}

.transition {
    transition: all .3s;
}

/* 手机 */
@media screen and (max-width:576px) {
    .contianer {
        padding: 0 10px;
    }

    #swiper1 {
        padding-top: 40px;
    }
}
