html {
    font-size: 50px;
}

.swiper-container img {
    width: 100%;
}

.banner-container {
    position: relative;
}

.banner1-p {
    padding: 0.4rem;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 2rem;
    color: #ffffff;
    font-size: 30px;
    width: 14rem;
    /* height: 4rem; */
    background: rgba(12, 85, 165, 0.5);
    text-align: center;
    /*opacity: 0.8;*/
    line-height: 1.8;
}

.banner2-p {
    padding: 0.4rem;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 2rem;
    color: rgb(68, 114, 196);
    font-size: 30px;
    font-weight: bold;
    width: 14rem;
    /* height: 4rem; */
    /*background: rgba(12, 85, 165, 0.5);*/
    text-align: left;
    /*opacity: 0.8;*/
    line-height: 1.8;
}

.banner3-p {
    padding: 0.4rem 20% 0.4rem 10%;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    left: 0;
    color: #ffffff;
    font-size: 30px;
    width: 100%;
    /* height: 4rem; */
    background: rgba(193, 202, 215, 0.7);
    text-align: left;
    /*opacity: 0.8;*/
    line-height: 1.8;
}

.banner3-p .banner-button {
    left: 80%;
}

.banner-p {
    position: absolute;
    bottom: 0.5rem;
    left: 0.2rem;
    color: #ffffff;
    font-size: 20px;
    width: 8rem;
    height: 2rem;
    background: #6CA1D2;
    text-align: center;
    padding: .4rem 0;
    opacity: 0.8;
}

.banner3-p {

}

.banner-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 1rem;
    background: rgb(240, 146, 82);
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 2px;
    position: absolute;
    bottom: 15%;
    left: 70%;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
}

.main-container {
    margin: 0 auto;
    max-width: 26.2rem;
    /* padding: 0 16px; */
}

.jump-out-form {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-weight: bold;
    font-size: 20px;
    height: 2rem;
    background: rgb(68, 114, 196);
    color: #fff;
    border-bottom: rgb(219, 219, 219) 1px solid;
    padding: 0 40px;
    margin-top: 20px;
}

.jump-out-form .subtitle {
    font-size: 16px;
}

.jump-out-form a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 1rem;
    background: rgb(240, 146, 82);
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 2px;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
}

.sub-title {
    font-weight: bold;
    font-size: 30px;
    margin: 0.5rem 0;
    color: rgb(68, 84, 106);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0 10px 0;
}

.triangle {
    /*margin-top: 10px;*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-width: 60px;*/
    /*border-style: solid;*/
    /*border-color: rgb(132, 151, 176) transparent transparent transparent;*/
}

/*
.jump-out-form {
    display: flex;
    margin: 0.4rem 0 0.6rem 0;
    width: 100%;
    height: 100px;
    background: #4472C4;
    color: #ffffff;
}

.jump-out-form-text {
    width: 80%;
    padding-left: 0.8rem;
}

.jump-out-form-button {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jump-out-form a {
    display: block;
    width: 3.2rem;
    height: 0.8rem;
    text-align: center;
    line-height: 0.8rem;
    background-image: linear-gradient(#F4AF80, #C8631E);
    color: #ffffff;
    border-radius: 7px;
}

.jump-out-form-title {
    line-height: 1.1rem;
    font-size: .6rem;
}

.jump-out-form-content {
    line-height: 20px;
    font-size: 20px;
} */
.introduction {
    line-height: 2;
    background: #fff;
    padding: 15px;
}

.solution {
    display: flex;
    flex-direction: row;
}

.solution img {
    width: 100%;
    /*width: 4rem;*/
}

.img-container {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.each-block {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    padding: 0.3rem;
    margin-top: 0.1rem;
    flex-grow: 0;
    flex-shrink: 0;
    width: 20%;
}

.each-article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    text-align: justify;
    color: #000;
}

.each-article h3 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
}

.each-article h3 .each-article-title {
    display: block;
    margin: 0;
    text-align: center;
    background: rgb(68, 114, 196);
    color: #fff;
    font-weight: bold;
    padding: 3px 0;
}

.each-article img {
    /*width: 100%;*/
    max-width: 100%;
    /*width: 0.3rem;*/
}

.each-article article {
    margin-top: 20px;
}

h2 {
    font-weight: bold;
    font-size: 30px;
    margin: 0.5rem 0;
}

.cut-off {
    text-align: center;
}

.triangle {
    margin-top: 6px;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 20px solid;
    border-left: 40px solid;
    border-right: 40px solid;
    border-bottom: 0;
    border-color: #44546A transparent transparent transparent;
}

.hr {
    width: 100%;
    height: 8px;
    background: #4472C4;
    border: 1px solid #000000;
}

/*
.each-article {
    padding: 5px;
    display: flex;
    flex: 1;
    flex-direction: column;
    margin: 0.2rem 0 1rem;
} */
/*
.each-article img {
    width: 100%;
}

.each-article-title {
    background: #4472C4;
    color: #ffffff;
    font-weight: bold;
    flex-wrap: wrap;
} */

.button-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: .5rem;

}

.tab-button {
    display: block;
    width: 32%;
    height: 1rem;
    text-align: center;
    line-height: 1rem;
    background: #6290CD;
    /* background-image: linear-gradient(#6CA4DB, #458CCB); */
    color: #ffffff;
    margin-bottom: 0.3rem;
    cursor: pointer;
}

.active {
    transition: all .3s ease;
    background: rgb(173, 185, 202);
}

.temp-tab-button {
    display: block;
    width: 5rem;
    height: 1rem;
    margin-bottom: .3rem;
    /*margin-top: 0.3rem;*/
}

.machine-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.machine {
    display: flex;
    width: 32%;
    box-sizing: border-box;
    flex-direction: column;
    margin-bottom: 0.3rem;
    padding: 0 0.5rem;
    background: #ffffff;
}

.machine-temp {
    display: flex;
    width: 32%;
    box-sizing: border-box;
    flex-direction: column;
    margin-top: 0.1rem;
    padding: 0 0.1rem;
}

.machine-content {
    padding-bottom: 0.4rem;
    text-align: justify;
}

.machine-content a {
    display: block;
    color: #0D55A5;
    margin-top: 0.3rem;
}

.machine ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.machine-title {
    display: block;
    font-weight: bold;
    margin: 0.4rem 0 0.2rem 0;
    color: #0D55A5;
    font-size: 20px;
}

.machine img {
    margin: 0 auto;
    width: 6rem;
    max-width: 100%;
    height: auto;
}

footer {
    text-align: center;
    color: rgb(96, 96, 96);
    padding: 10px 0;
}

footer p {
    margin: 0;
    font-size: 12px;
}

.swiper-button-white {
    font-size: 12px;
    width: 1rem;
    height: 1rem;
    background: #000000;
    opacity: 0.5;
    border-radius: 50%;
}

.swiper-button-white::after {
    font-size: 16px;
}

.goto {
    width: 0.75rem;
    max-width: 100%;
    margin-left: 0.5rem;
}

footer {
    margin-top: 0.3rem 0;
}

.banner-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-container .jump-out-form {
    position: absolute;
    bottom: 30px;
    width: 100%;
    border-bottom: none;
}

.about-us-title {
    color: rgb(68, 84, 106);
    font-weight: bold;
    font-size: .5rem;
    margin: .5rem 0;
}

.about-us-content {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
    padding: 0.4rem;
    background: #fff;
}

@media only screen and (max-width: 730px) {
    html {
        font-size: 16px;
    }

    .banner1-p {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #4472C4;
        font-size: 12px;
        width: 70%;
        height: auto;
        background: #F5F5F5;
        text-align: center;
        opacity: 0.8;
    }

    .banner-p {
        position: absolute;
        top: 50%;
        bottom: auto;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #ffffff;
        font-size: 12px;
        height: auto;
        padding: 0.1rem;
        width: 70%;
        background: #6CA1D2;
    }

    .banner3-p {
        background: #C1CAD7;
        opacity: 0.8;
        padding: 0;
    }

    .jump-out-form {
        background: rgb(68, 114, 196);
        font-size: 14px;
        height: auto;
        padding: 0.5rem;
    }

    .jump-out-form .subtitle {
        font-size: 12px;
    }

    .jump-out-form a {
        display: flex;
        align-items: center;
        width: 5.5rem;
        height: 2rem;
        justify-content: center;
        background: rgb(240, 146, 82);
        color: #ffffff;
        font-size: 14px;
        font-weight: normal;
        padding: 0.2rem;
        margin-left: 0.5rem;
        border-radius: 5px;
    }

    .machine-content ul {
        list-style-type: none;
    }

    .machine {
        width: 100%;
    }

    .machine img {
        width: 10rem;
    }

    .machine-group {
        padding: 0;
    }

    .swiper-button-white::after {
        font-size: 16px;
    }

    .swiper-button-white {
        width: 1.5rem;
        height: 1.5rem;
        background: #000000;
        opacity: 0.5;
        border-radius: 50%;
    }

    .tab-button {
        display: block;
        width: 7rem;
        height: 2rem;
        text-align: center;
        line-height: 2rem;
        background: #6290CD;
        /* background-image: linear-gradient(#6CA4DB, #458CCB); */
        color: #ffffff;
        margin-bottom: 0.3rem;
        cursor: pointer;

    }

    .each-article img {
        width: 1rem;
    }

    .temp-tab-button {
        display: block;
        width: 7rem;
        height: 2rem;
        margin-bottom: 0.3rem;
    }

    .vanish {
        display: none;
    }
}

