@charset "utf-8";
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td
{margin: 0; padding: 0; border: 0; outline: none;}
ul, ol{list-style: none;}
a{color: black;text-decoration: none;}
a:hover {text-decoration: underline;}
.swiper-slide p {
    text-align: center;
}

.swiper-slide img {
    width: 100%;
    height: auto;
}

.swiper-container {
    width: 100%;
    height:auto;
    margin: 0 auto;
}

.swiper-button-next {
    right: 0.5rem;
    left: auto;
}

.swiper-button-prev {
    left: 0.5rem;
    right: auto;
}

/* css定义分页，导航按钮颜色 */
#case5 {
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: #00ff33;
    /* 两种都可以 */
}

#case6 img,
#case7 img {
    transform: scale(0.7);
}

#case7 {
    width: auto;
}

.f-c-c {
    display: flex;
    justify-content: center;
    align-items: center;
}
.f-c-sb{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.f-c-sa{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.f-c-fs{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.f-c-fe{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.content{
    width: 10rem;
    margin: 0 auto;
}
.title{
    font-size:0.32rem!important;
    font-weight:800!important;
    color:#F55A20!important;
    padding:0.28rem 0;
    text-align: left;
}
.banner{
    width: 100%;
    height: 2.83rem;
}
.text{

    font-size: 0.16rem;
    font-weight: 400;
    color: #565656;
}
html,body{
    width: 100%;
    min-height: 100vh;
}
