.apPage {
    position: relative;
}

.colorff {
    color: #ffffff;
}
.colorc2{
    color: #C2BEBF;
}
.font20{
    font-size: 20px;
}
.font16{
    font-size: 16px;
}
.apMax {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1540px;
    margin: 0px auto;
}

.apflex {
    justify-content: flex-start;
}

.apRight {
    margin-left: 58px;
    flex: 1;
}
.appor{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.aphello {
    font-size: 20px;
    padding: 6px 25px;
    background-color: #EB418E;
    display: inline-block;
}
.aptriangle{
    position: absolute;
    content: "";
    bottom: -10px;
    left: 20px;
    width: 0px;
    height: 0px;
    border: 10px solid #000;
    border-top-color: #EB418E;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}
#header{
    position: sticky !important;
    top: 0px; 
    background-color: #ffffff;
}
#header .header-nav{
    position: initial !important;
    top: 0px;
}
.blog-name{
    font-size: 36px ;
}
.blog-text{
    border-bottom: 1px solid #7B7B7B;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.aphr{
    margin: 20px 0;
    color: #7B7B7B;
    border: 1px solid #7B7B7B;
}
.blog-intro{
    padding-top: 18px;
    width: 420px;
}
.blog-max p{
    margin-bottom: 15px;
}
.intro-right{
    text-align: left;
}
.apconent{
    padding: 120px 0 450px 0;
    width: 55%;
    margin: 0px auto;
}
.aptitle{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    color: #333333;
}
.apP p{
    margin-bottom: 24px;
    font-size: 16px;
    color: #333333;
}
@media screen and (max-width: 1650px) {
    .apMax{
        width: 90%;
    }
    .apbanner{
        height: auto;
    }
}
@media screen and (max-width: 768px) {
    .apflex{
        display: block;
    }
    .aphello{
        font-size: 12px;
        padding: 4px 15px;
    }
    .apRight{
        width: 80%;
        margin: 24px auto 0 auto;
    }
    .blog-name{
        font-size: 24px;
    }
    .font20{
        font-size: 16px;
    }
    .font16{
        font-size: 14px;
    }
    .phblogger{
        width: 100%;
        height: auto;
    }
    .blog-intro{
        width: 100%;
    }
    .aptitle{
        font-size: 24px;
        margin-bottom: 32px;
    }
    .apconent{
        padding: 32px 2% 45px 2%;
        width: 96%;
        
    }
    .apP p{
        font-size: 14px;
    }
}