/* 重写德高氧生仪 */

/* 字体包 */
@font-face {
    /* 优设标题黑 */
    font-family: youshebiaotihei;
    src: url('../../assets/fonts/youshebiaotihei.ttf?v=1.1')
}

@font-face {
    /* 思源字体 */
    font-family: SourceHanSansCN;
    src: url('../../assets/fonts/SourceHanSansCN-Regular.otf')
}

/* 通用样式 */
.rewrite-oxygen-container {
    width: 78%;
    margin: 0 auto;
}

.rewrite-oxygen-title {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 40px;
    font-family: SourceHanSansCN;
}

.rewrite-oxygen-p {
    width: 120px;
    height: 12px;
    margin: 0 auto;
    background-color: #8abd95;
    border-radius: 20px;
}

.rewrite-oxygen-size p {
    font-size: 1.5vw;
    line-height: 1.5;
    text-align: justify;
}

.rewrite-oxygen-title2-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 86px;
}

.rewrite-oxygen-title2-box>span {
    color: #000;
    font-size: 30px;
    line-height: 52px;
    position: relative;
    padding: 0 10px;
    letter-spacing: 8px;
    text-align: center;
    font-weight: 600;
}

.rewrite-oxygen-title2-box>span::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 20px;
    top: 26px;
    left: 0;
    z-index: -1;
    background: #9fc7a8;
}
/* banner图 */
.oxygen-banner-pcimg{
    display: block;
}
.oxygen-banner-phoneimg{
    display: none !important;
}

/* 第一部分 */
.rewrite-oxygen1 {
    padding: 80px 0;
}

.rewrite-oxygen1-center {
    padding-top: 115px;
}

.rewrite-oxygen1-top {
    display: flex;
    padding-bottom: 50px;
}

.rewrite-oxygen1-left {
    flex: 0 0 55%;
    position: relative;
}

.rewrite-oxygen1-left>img {
    width: 100%;
    position: absolute;
    left: -7%;
}

.rewrite-oxygen1-right {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rewrite-oxygen1-box {
    flex: 0 0 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 45px;
}



.rewrite-oxygen1-right-title {
    display: inline-block;
    padding: 16px 28px;
    background: #8abd95;
    font-size: 36px;
    color: #fff;
    border-radius: 30px;
    margin-top: 32px;
    margin-bottom: 60px;
}

.rewrite-oxygen1-right-center {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rewrite-oxygen1-right-img {
    width: 100%;
}

.rewrite-oxygen1-right-img>img {
    width: 100%;
}

.rewrite-oxygen1-bom {
    display: flex;
    margin-top: 10px;
    box-shadow: 2px 2px 6px #8abd95;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
}

.rewrite-oxygen1-bom-left {
    width: 9.5%;
    background: #8abd95;
    border-top-left-radius: 30px;
}

.rewrite-oxygen1-bom-right {
    padding: 38px 55px 10px 55px;
}

.rewrite-oxygen1-bom-right>p:nth-of-type(1) {
    margin-bottom: 50px;
}

/* 第二部分 */
.rewrite-oxygen2-top {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 92px 0;
}

.rewrite-oxygen2-top>img {
    width: 82%;
}

.rewrite-oxygen2-bom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rewrite-oxygen2-box {
    flex: 0 0 33%;
    padding: 0 30px;
}

.rewrite-oxygen2-bom-xian {
    width: 4px;
    height: 200px;
    background-image: radial-gradient(circle at center, #0B5D23, #fff);
    opacity: 0.5;
}

.rewrite-oxygen2-box-img {
    display: flex;
    justify-content: center;
    align-items: center;
}


.rewrite-oxygen2-box-title {
    font-size: 2.2vw;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #14502C;
    line-height: 54px;
    text-align: center;
    padding: 37px 0;
}

.rewrite-oxygen2-box p {
    font-size: 1.45vw;
    font-weight: 400;
    color: #000000;
    line-height: 48px;
    text-align: justify;
}

/* 第三部分 */
.rewrite-oxygen3-center1 {
    margin-top: 102px;
    background-color: #9dcaa7;
    overflow: hidden;
}

.rewrite-oxygen3-center {
    width: 70%;
    display: flex;
    margin: 102px auto 102px auto;
    padding: 34px;
    background: #fff;
}

.rewrite-oxygen3-left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 50%;
}

.rewrite-oxygen3-left>img {
    width: 100%;
}

.rewrite-oxygen3-right {
    flex: 0 0 48%;
    padding-left: 3.4vw;
}

.rewrite-oxygen3-box {
    display: flex;

}


.rewrite-oxygen3-size {
    flex: 1;
    font-size: 1.5vw;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    line-height: 1.5;
    position: relative;
    margin: 64px 0;
    text-align: justify;
}

.rewrite-oxygen3-size::after {
    content: '';
    position: absolute;
    left: -1.5em;
    top: 0.2em;
    width: 30px;
    height: 30px;
    background: #14502C;
    border-radius: 50%;
}

/* 第四部分 */
.rewrite-oxygen4-container {
    padding-top: 106px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.rewrite-oxygen4-container>img {
    width: 70%;
}
.rewrite-oxygen4-phone-container{
    display: none;
}


/* 第五部分 */
.rewrite-oxygen5-center {
    padding: 108px 0;
    display: flex;
    justify-content: space-between;
}

.rewrite-oxygen5-box {
    flex: 0 0 29%;
    background: #FFFFFF;
    box-shadow: 4px 4px 6px 0px rgba(5, 73, 22, 0.45);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 38px 38px 38px;
}

.rewrite-oxygen5-box p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 125px;
    height: 125px;
    background: #8ABD95;
    box-shadow: 5px 3px 6px 0px rgba(5, 73, 22, 0.52);
    border-radius: 50%;
    color: #fff;
    font-size: 80px;
    font-family: youshebiaotihei;
    transform: translateY(-50px);
}

.rewrite-oxygen5-box-size {
    font-size: 1.5vw;
    font-weight: 400;
    color: #221815;
    line-height: 48px;
    text-align: justify;
    padding-bottom: 76px;
}

.rewrite-oxygen5-box-img {
    width: 100%;
}

.rewrite-oxygen5-box-img>img {
    width: 100%;
}

/* 第六部分 */
.rewrite-oxygen-container1 {
    margin: 100px 0;
    background-color: #e6e6e6;
}

.rewrite-oxygen6-container {
    width: 61%;
    padding: 145px 0;
    padding-top: 145px;
    padding-bottom: 90px;
    margin: 0 auto;
}

.rewrite-oxygen6-center {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rewrite-oxygen6-img {
    flex: 0 0 19%;
    margin-bottom: 50px;
}

.rewrite-oxygen6-img>img {
    width: 100%;
}

/* 第7部分 */
.rewrite-oxygen7-container {
    padding: 110px 0;
    display: flex;
}

.rewrite-oxygen7-container>img {
    width: 100%;
}
.rewrite-oxygen7-container-phone{
    display: none;
}

/* 移动端适配 */
@media (max-width:1200px) {
    .page-nav.page-nav-white{
        padding: 20px;
    }
    .page-nav:after {
        font: normal normal normal 14px / 1 FontAwesome;
        display: block;
        content: "\f105";
        position: absolute;
        right: 10px;
        font-size: 20px;
        color: #004121;
        top: 50%;
        opacity: .5;
        margin-top: -10px;
        -webkit-animation: angleRight 1s ease-in infinite;
        animation: angleRight 1s ease-in infinite;
    }
    /* banner图显示异常 */
    .oxygen-banner-pcimg{
        display: none !important;
    }
    .oxygen-banner-phoneimg{
        display: block !important;
    }

    /* 通用样式 */
    .rewrite-oxygen-container {
        width: 95%;
    }

    .rewrite-oxygen-title {
        font-size: 32px;
        padding-bottom: 20px;
    }

    .rewrite-oxygen-size p {
        font-size: 16px;
    }

    .rewrite-oxygen-title2-box {
        padding-top: 20px;
    }

    .rewrite-oxygen-title2-box>span {
        font-size: 18px;
        line-height: 3;
        letter-spacing: 2px;
    }

    .rewrite-oxygen-title2-box>span::after {
        margin: 0 auto;
    }

    /* 第一部分 */
    .rewrite-oxygen1 {
        padding: 50px 0;
    }

    .rewrite-oxygen1-center {
        padding-top: 50px;
    }

    .rewrite-oxygen1-top {
        flex-direction: column;
        height: auto;
        padding-bottom: 20px;
    }

    .rewrite-oxygen1-left>img {
        position: static;
    }

    .rewrite-oxygen1-right {
        width: 100%;
    }

    .rewrite-oxygen1-right-title {
        display: none;
    }

    .rewrite-oxygen1-bom-right {
        padding: 10px;
    }

    .rewrite-oxygen1-bom-right>p:nth-of-type(1) {
        margin-bottom: 20px;
    }

    /* 第二部分 */
    .rewrite-oxygen2-top {
        padding: 50px 0;
    }

    .rewrite-oxygen2-top>img {
        width: 100%;
    }

    .rewrite-oxygen2-bom {
        flex-direction: column;
    }

    .rewrite-oxygen2-bom-xian {
        display: none;
    }

    .rewrite-oxygen2-box {
        flex: 0 0 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    .rewrite-oxygen2-box-phone {
        display: flex;
    }

    .rewrite-oxygen2-box-img {
        width: 20%;
        height: 20%;
    }

    .rewrite-oxygen2-box-img>img {
        width: 100%;
        height: 100%;
    }

    .rewrite-oxygen2-box-title {
        font-size: 24px;
        line-height: 24px;
        padding: 0 0 0 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .rewrite-oxygen2-box p {
        padding: 10px 0;
        line-height: 24px;
        font-size: 16px;
    }

    /* 第三部分 */
    .rewrite-oxygen3-center1 {
        margin-top: 50px;
    }

    .rewrite-oxygen3-center {
        width: 92%;
        margin: 20px;
        padding: 5px;
        flex-direction: column;
    }

    .rewrite-oxygen3-right {
        padding-left: 30px;
    }

    .rewrite-oxygen3-size {
        font-size: 16px;
        margin: 20px 0;
    }

    .rewrite-oxygen3-size::after {
        top: 0.4em;
        width: 15px;
        height: 15px;
    }

    /*第四部分 */
    .rewrite-oxygen4-container {
        padding-top: 50px;
        display: none;
    }

    .rewrite-oxygen4-container>img {
        width: 100%;
    }
    .rewrite-oxygen4-phone-container{
        display: flex;
        width: 95%;
        margin: 0 auto;
    }

    /* 第五部分 */
    .rewrite-oxygen5-center {
        flex-direction: column;
        padding: 50px 0;
    }

    .rewrite-oxygen5-box {
        margin-bottom: 50px;
    }

    .rewrite-oxygen5-box p {
        width: 60px;
        height: 60px;
        font-size: 40px;
        transform: translateY(-30px);
    }

    .rewrite-oxygen5-box-size {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 20px;
    }

    /* 第六部分 */
    .rewrite-oxygen-container1 {
        margin: 50px 0;
    }

    .rewrite-oxygen6-container {
        width: 95%;
        padding-top: 50px;
        padding-bottom: 30px;
    }

    /* 第七部分 */
    .rewrite-oxygen7-container {
        padding: 50px 0;
        display: none;
    }
    .rewrite-oxygen7-container-phone{
        padding: 50px 0;
        display: block;
        width: 95%;
    }
    .rewrite-oxygen7-container-phone>img{
        width: 100%;
    }
}
/* 特殊的区间 150%*/
@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .rewrite-oxygen1-left{
        display: flex;
        align-items: flex-end;
    }
    .rewrite-oxygen2-box p{
        font-size: 18px;
    }
    .rewrite-oxygen3-size::after{
        width: 20px;
        height: 20px;
    }
    .rewrite-oxygen3-size{
        font-size: 18px;
    }
    .rewrite-oxygen5-box-size{
        font-size: 18px;
    }
}