@charset "UTF-8";

.grayLine{
    width:76.8rem;
    height:0.4rem;
    background: #f4f4f4;
    opacity: 0.4;
}

.h1Down{
    font-size: 0.8rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #666666;
    text-align: center;
    margin-bottom: 1.2rem;
}

.titile_h2{
    font-size: 1.44rem;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-top: 2.16rem;
    margin-bottom: 0.8rem;
}

.ny_bannner_Product_auto {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, 15%);
    text-align: center;
}

.ny_bannner_Product_auto h1 {
    font-size: 2.4rem;
    font-family: ' Source-KeynoteartHans';
    font-weight: 600;
    color: #FFFFFF;
    text-shadow: 0px 6px 5px rgba(0, 0, 0, 0.35);
    font-style: italic;
    letter-spacing: 0.2rem;
}

.ny_bannner_Product_auto p {
    height: 1rem;
    font-size: 1.44rem;
    font-family: "Source-KeynoteartHans";
    font-weight: bold;
    color: #FFFFFF;
    font-style: italic;
    text-align: center;
    margin-top: -0.07rem;
    letter-spacing: 0.07rem;
    position: absolute;
    top: 5.04rem;
    text-shadow: -6px 6px 8px rgba(0, 0, 0, 0.42)
}

.ny_bannner_Product_auto .line-Product_auto {
    width: 24.4rem;
    height: 0.08rem;
    margin-top: 0.8rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #F6F7F9, rgba(255, 255, 255, 0));
}

.button-Product_auto {
    height: 0.72rem;
    font-size: 0.64rem;
    line-height: 8.32rem;
    margin: 0 auto;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 6px 5px rgba(0, 0, 0, 0.35);
}

.ny_bannner_Product_auto button {
    padding:0.4rem 1rem;
    /* height: 1.75rem; */
    background: #0280FF;
    border-radius: 0.21rem;
    font-size: 0.7rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 0.075rem;
    margin-top: 5.53rem;
    transition: all 0.4s ease-in-out;
}

.ny_bannner_Product_auto button:hover {
    transform: scale(1.2);
}

html{
    font-size: 25px;
}

@media screen and (max-width:1680px) {
    /* .ny_bannner_Product_auto {
        bottom: 65%;
    }  */
    html{
        font-size: 21.8px;
    }
}

@media screen and (max-width:1600px) {
    /* .ny_bannner_Product_auto {
        bottom: 70%;
    } */
    html{
        font-size: 20.8px;
    }
}

@media screen and (max-width:1440px) {
    /* .ny_bannner_Product_auto {
        bottom: 70%;
    } */
    html{
        font-size: 18.75px;
    }
}

@media screen and (max-width:1360px) {
    /* .ny_bannner_Product_auto {
        bottom: 70%;
    } */
    html{
        font-size: 17.7px;
    }
}

@media screen and (max-width:1280px) {
    /* .ny_bannner_Product_auto {
        bottom: 75%;
    } */
    html{
        font-size: 16.6px;
    }
}

@media screen and (max-width:1024px) {
    /* .ny_bannner_Product_auto {
        bottom: 75%;
    } */
    html{
        font-size: 13px;
    }
}

@media screen and (max-width:820px) {
    /* .ny_bannner_Product_auto {
        bottom: 78%;
    } */
    html{
        font-size: 11px;
    }
}

@media screen and (max-width:690px) {
    /* .ny_bannner_Product_auto {
        bottom: 82%;
    } */
    html{
        font-size: 9px;
    }
}

@media screen and (max-width:530px) {
    /* .ny_bannner_Product_auto {
        bottom: 85%;
    } */
    html{
        font-size: 7px;
    }
}

.flexSa {
    display: flex;
    justify-content: space-around;
}

.flexSb {
    display: flex;
    justify-content: space-between;
}

.flexCT {
    display: flex;
    justify-content: center;
}

.flexAict {
    display: flex;
    align-items: center;
}

.flexStart {
    display: flex;
    justify-content: flex-start;
}

.flexEnd {
    display: flex;
    justify-content: flex-end;
}

.flexAife {
    display: flex;
    align-items: flex-end;
}

.flexAiSa {
    display: flex;
    align-content: space-around;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.column {
    display: flex;
    flex-direction: column;
}

.fs36{
    font-size: 1.44rem;
}

.fs20{
    font-size: 0.8rem;
}