@font-face{
    font-family: 'sf';
    src : url('../css/SF-Pro-Display-BoldItalic.otf');
}
body {
    font: 1em/150% Arial, Helvetica, sans-serif;
    margin: 0;
    min-width: 320px;
    font-family: sf;
}

a {
    color: #669;
    text-decoration: none;
}

a:hover {
    /* text-decoration: underline; */
    text-decoration: none;
    filter: brightness(1.2);
}

a:hover .button {
    background-color: rgba(255, 255, 255, 0.3);
    overflow: hidden;
    filter: drop-shadow(0px 0px 10px #FFFFFF);
}

a:hover img {
    filter: drop-shadow(0px 0px 10px #FFFFFF);
}

h1 {
    font: bold 45px/100% Arial, Helvetica, sans-serif;
}

div {
    color: #FFFFFF;
}

.bg {
    max-width: 1200px;
    margin: auto;
}

@keyframes floatAnimation {
    0% {
        top: 0;
    }
    
    50% {
        top: 20px;
    }

    100% {
        top: 0;
    }
}

@keyframes scaleAnimation {
    0% {
        transform: scale(0.9, 0.9);
        filter: drop-shadow(0px 0px 0px #FFFFFF);
    }
    50% {
        transform: scale(1, 1);
        filter: drop-shadow(0px 0px 10px #FFFFFF);
    }
    100% {
        transform: scale(0.9, 0.9);
        filter: drop-shadow(0px 0px 0px #FFFFFF);
    }

}
@keyframes shadowAnimation {
    0% {
        filter: drop-shadow(0px 0px 0px #FFFFFF);
    }
    50% {
        filter: drop-shadow(0px 0px 10px #FFFFFF);
    }
    100% {
        filter: drop-shadow(0px 0px 0px #FFFFFF);
    }

}

#header {
    height: 60px;
    background-color: #fff;
    position: fixed;
    width: 100vw;
    z-index: 1000;
}

.header_logo_div{
    position: relative;
    display: flex;
    height: 100%;
    margin: 0 50px;
}

.header_logo {
    height: 45px;
    object-fit: scale-down;
    object-position: left;
    vertical-align: middle;/* 去掉基线间隙 */
    margin: auto 0;
}
.app_name{
    color:#7ca9ff;
    font-size: 20px;
}

.header_navigation{
    color: #000;
    margin: auto 10px; 
    padding-right: 10px; 
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
}

.header_wallet_img{
    display: inline-block;
    background: url("../img/header_wallet.png") no-repeat;
    height:100%;
    overflow: hidden;
    background-size:contain;
    background-position: center;
    width: 180px;
    position: relative;
    margin-left: 50px;
}

.header_wallet{
    position: absolute;
    height: 30px;
    line-height: 30px;
    margin: auto 0;
    top: 0;
    bottom: 0;
    left: 60px;
    font-size: 14px;
}

#p1 {
    position: relative;
    background-color: #fff;
    background-image: url(../img/p1_mint_bag.png) ;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: cover !important;

    height: 900px;
    width: 100%;
    overflow: hidden;
}
.p1_div1{
    width: 100%;
    padding-top: 120px;
    color: #000;
    padding-left: 7%;
    font-size: 70px;
    font-weight: Bold Italic;
    line-height: 86px;
}
.p1_div2{
    width: 100%;
    color: #000;
    font-size: 30px;
    bottom: 0;
    position: absolute;
}
.p1_content{
    position: relative;
    display: flex;
    bottom: 0;
}
.p1_left {
    width: 50%;
    flex-direction: column;
    justify-content: space-between;
}
.p1_left_text{
    color: #393832;
    font-family: 'Arial';
    font-size: 30px;
    font-weight: Bold;
    line-height: 38px;
    position: absolute;
    z-index: 999;
    width: 350px;
    margin-left: 400px;
    height: 100px;
}
.p1_left_share{
    background-image: url(../img/p1_share_bag.png) ;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: cover !important;
    width: 100%;
    height: 123px;
    padding: 6%;
}
.p1_gymsacks_old{
    margin-top: 50px;
}
.p1_left_text div{
    color: #000;
}
.p1_right {
    width: 50%;
    flex-direction: column;
    justify-content: space-between;
}
.p1_left_bg {
    width: 420px  !important;
    text-align: center;
    margin: 0 0 0 5%;
    bottom: 0;
    position: absolute;
}
.p1_right_bg {
    width: 600px  !important;
    margin: 0 0 0 15%;
    z-index: 999;
}
.p1_mintlimit{
    font-size: 50px;
    font-weight: Bold;
    color: #000;
    margin: 5% 0 0 19%;
    z-index: 999;
}
.p1_mint_button{
    margin: 5% 0 0 16%;
    z-index: 999;
}
.p1_mint_button img{
    width: 400px;
}
.p1_mint_num{
    background-image: url(../img/p1_mint_num_bag.png);
    width: 155px;
    border-radius: 10px;
    display: flex;
    margin-left: 200px;
}
.p1_mint{
    background-image: url(../img/p1_mint.png) ;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: cover !important;
    height: 120px;
    width: 350px;
    border: 0px;
    margin-left: 105px;
}
.p1_mint_bnb{
    color: #000;
    font-family: 'Arial';
    font-size: 26px;
    font-weight: Bold;
    padding: 13% 0% 0% 50%;
}
#p1_mint_num_button_sub{
    background-image: url(../img/p1_mint_sub.png) ;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: cover !important;
    height: 35px;
    width: 35px;
    border: 0px;
}
#p1_mint_num_button_add{
    background-image: url(../img/p1_mint_add.png) ;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: cover !important;
    height: 35px;
    width: 35px;
    border: 0px;
}
.p1_mint_num_text{
    background-color: transparent;
    width: 80px;
    height: 35px;
    font-weight: Bold;
    border: 0px;
    font-size: 19px;
    text-align: center;
}
.p1_left_share_url{
    bottom: 0;
    position: absolute;
    margin: 0 0 12% 15%;
}
.p1_left_share_url_input{
    z-index: 9999;
    background-image: url(../img/p1_share_url_bag.png) ;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: cover !important;
    border: 0;
    border-radius: 5px;
    height: 48px;
    width: 550px;
    padding: 0 8px 0 8px;
    color: #fff;
    font-size: 22px;
}
.p1_left_share_url_copy{
    background-image: url(../img/p1_share_url_copy.png) ;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: cover !important;
    border: 0;
    width: 45px;
    height: 45px;
    background-color: transparent;
    margin: 0 0 -16px 16px;
    cursor: pointer;
}
.p1_arrows{
    z-index: 9999;
    position: absolute;
    margin: 150px 0 0 480px;
}
.p1_mint_tags{
    color: #000;
    margin-left: 160px;
    font-size: 16px;
    margin-bottom: 10px;
}

#p2 {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: cover !important;
    background-image: linear-gradient(to bottom, #CB77FE, #7161FE);
}
.p2_content{
    position: relative;
    display: flex;
}
.p2_left {
    width: 50%;
    flex-direction: column;
    justify-content: space-between;
    margin: 5% 0;
}
.p2_left_bg {
    text-align: center;
}
.p2_left_bg img {
    animation: floatAnimation 2s linear infinite;
    left: 0;
    right: 0;
    width: 100%;
}
.p2_right {
    width: 50%;
    margin: 18% 0 0 5%;
}
.p2_right_title{
    font-size: 40px;
    font-weight: Bold Italic;
    margin: 8% 0 2% 0;
}
.p2_right_banner img{
    width: 145px;
}
.p2_right_content{
    font-size: 20px;
    font-family: 'Arial';
    line-height: 28px;
    font-weight: Bold;
    margin: 8% 0 2% 0;
}
.p2_right_content img{
    width: 50%;
}
.p2_download img{
    max-width: 200px;
    margin-right: 20px;
    margin-top: 30px;
}

#p3 {
    position: relative;
    background-color: #EDE6FF;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}
.p3_content{
    position: relative;
    display: flex;
}
.p3_left {
    flex-direction: column;
    justify-content: space-between;
}
.p3_left_title1{
    font-size: 40px;
    font-weight: Bold Italic;
    margin: 5% 0 2% 0;
}
.p3_left_title2{
    font-size: 40px;
    font-weight: Bold Italic;
    margin: 4% 0 2% 0;
}
.p3_left_banner img{
    width: 145px;
}
.p3_left_content{
    font-size: 20px;
    font-family: 'Arial';
    line-height: 28px;
    font-weight: Bold;
    margin: 3% 0 3% 0;
}
.p3_left_content img{
    width: 30%;
    margin-left: 3%;
}


.p3_right_bg img{
    animation: floatAnimation 2s linear infinite;
    left: 0;
    width: 100%;
}

#p4 {
    background-image: linear-gradient(to bottom, #CB77FE, #7161FE);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: cover !important;
}
.p4_content{
    position: relative;
    display: flex;
}
.p4_left {
    width: 50%;
    flex-direction: column;
    justify-content: space-between;
    margin: 5% 0;
}
.p4_left_bg {
    text-align: center;
}
.p4_left_bg img {
    animation: floatAnimation 2s linear infinite;
    left: 0;
    right: 0;
    width: 100%;
}
.p4_right_title{
    font-size: 40px;
    font-weight: Bold Italic;
    margin: 8% 0 2% 0;
}
.p4_right_banner img{
    width: 145px;
}
.p4_right_content{
    font-size: 20px;
    font-family: 'Arial';
    line-height: 28px;
    font-weight: Bold;
    margin: 2% 0 2% 0;
}
.p4_right_content img{
    width: 30%;
    margin-left: 3%;
}

#p5 {
    background-color: #333333;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: cover !important;
}
.p5_content {
    height: auto !important;
}
.p5_div1 {
    width: 100%;
}
.p5_div1_title{
    font-size: 40px;
    font-weight: Bold Italic;
    text-align: center;
    padding-top: 3%;
}
.p5_div_banner{
    text-align: center;
    padding: 18px 0px 60px 0px;
}
.p5_div_banner img{
    width: 145px;
}
.p5_div2 {
    width: 100%;
}
.p5_row1 {
    width: 100%;
    display: flex;
    padding-bottom: 5%;
}
.p5_row2_1{
    width: 50%;
    text-align: left;
}
.p5_row2_2{
    width: 50%;
    text-align: right;
}
.p5_row2_1 img,.p5_row2_2 img{
    width: 100%;
}
.p5_row2_1 a,.p5_row2_2 a{
    padding: 2% 3%;
}

#p6 {
    position: relative;
    background-color: #333333;
    background-image: url(../img/p6_bga.png) ;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}
.p6_content {
    height: auto !important;
}
.p6_div1 {
    width: 100%;
}
.p6_div1_title{
    font-size: 40px;
    font-weight: Bold Italic;
    text-align: center;
    padding-top: 3%;
}
.p6_div_banner{
    text-align: center;
    padding: 12px 0px 20px 0px;
}
.p6_div_banner img{
    width: 120px;
}
.p6_div2 {
    width: 100%;
}
.p6_row1 {
    width: 100%;
    display: flex;
    padding-bottom: 7%;
}
.p6_row2_1{
    width: 33.333%;
}
.p6_team{
    background-color: #fff;
    border-radius: 15px;
    text-align: center;
    margin: 8% 4%;
}
.p6_div2_title{
    color: #393832;
    font-size: 24px;
    font-weight: Bold Italic;
    height: 90px;
    margin-top: 5%;
    line-height: 30px;
}
.p6_team img{
    width: 50%;
    margin-top: 10%;
}

#p7 {
    background-color: #333333;
    min-height: 110vh;
    margin: 0;
}
.p7_content {
    height: auto !important;
    padding-bottom: 6%;
}
.p7_title{
    font-size: 40px;
    font-weight: Bold Italic;
    text-align: center;
    padding-top: 3%;
}
.p7_div_banner{
    text-align: center;
    padding: 12px 0px 20px 0px;
}
.p7_div_banner img{
    width: 145px;
}
.p7_div1_title{
    color: #FFC300;
    font-size: 40px;
    font-weight: Bold Italic;
    text-align: right;
}
.p7_div1_content {
    width: 100%;
    font-size: 16px;
    font-family: Arial;
    font-weight: Bold;
    color: #fff;
    margin-left: 5%;
    line-height: 30px;
}
.p7_div1_content img{
    width: 10px;
}
.p7_div2_title{
    color: #FFC300;
    font-size: 40px;
    font-weight: Bold Italic;
}
.p7_div2_content{
    width: 100%;
    font-size: 16px;
    font-family: Arial;
    font-weight: Bold;
    color: #fff;
    text-align: right;
    line-height: 30px;
}
.p7_div2_content img{
    width: 10px;
}
.p7_div2_content div{
    margin-right: 3%;
}

#p8 {
    position: relative;
    background-image: linear-gradient(to bottom, #CB77FE, #7161FE);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}
.p8_content {
    height: auto !important;
    padding-bottom: 6%;
}
.p8_title{
    font-size: 40px;
    font-weight: Bold Italic;
    text-align: center;
    padding-top: 3%;
}
.p8_div_banner{
    text-align: center;
    padding: 12px 0px 20px 0px;
}
.p8_div_banner img{
    width: 145px;
}
.p8_row1{
    width: 100%;
    justify-content: space-between;
    display: flex;
    margin-top: 2%;
}
.p8_row2{
    margin-top: 3%;
}
.p8_row3{
    background-color: #C4B0FF;
    margin-bottom: 1%;
    font-size: 14px;
    padding: 0 5px;
}
.p8_row3 img{
    width: 15px;
}
.p8_row1 img{
    height: 100px;
}
#footer {
    background-color: #333333;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: cover !important;
}
.footer_content {
    height: auto !important;
    padding-bottom: 4%;
}
.footer_title{
    font-size: 40px;
    font-weight: Bold Italic;
    text-align: center;
    padding-top: 3%;
}
.footer_div_banner{
    text-align: center;
    padding: 12px 0px 20px 0px;
}
.footer_div_banner img{
    width: 145px;
}
.footer_div_content{
    width: 50%;
    margin: auto;
    justify-content: space-between;
    display: flex;
    font-family: Arial;
}
.footer_div_content img{
    width: 55px;
}

#copyRight {
    clear: both;
    background-image: linear-gradient(to bottom, #CB77FE, #7161FE);
    height: 45px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    padding: 1% 0;
}
#copyRight a{
    color: #fff;
}

#cd-timeline {
    position: relative;
    margin-top: 2em;
}
#cd-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 25px;
    height: 100%;
    width: 4px;
    background: #fff;
}
@media only screen and (min-width: 1170px) {
    #cd-timeline {
        margin-top: 3em;
    }

    #cd-timeline::before {
        left: 50%;
        margin-left: -2px;
    }
}
.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}
.cd-timeline-img {
    position: absolute;
    left: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
}
  
@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 25px;
        height: 25px;
        left: 50%;
        margin-left: -13px;
    }
}
.cd-timeline-content {
    position: relative;
    margin-left: 10px;
    margin-right: 30px;
    border-radius: 2px;
    padding: 0 1em;
}
  
@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        color: white;
        margin-left: 0;
        width: 40%;
        margin: 0 5%;
    }

    .cd-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #333C42;
    }

    .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 118%;
        top: 6px;
        font-size: 16px;
        font-size: 1rem;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #333C42;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 118%;
        text-align: right;
    }
}

/* for 480px or less */
@media screen and (max-width: 480px) {
    h1 {
        font-size: 29px;
    }
    
    #header {
        height: 40px;
    }
    
    #header a {
        margin: auto !important;
    }
    .header_logo{
        height: 35px;
        object-fit: scale-down;
        object-position: left;
        vertical-align: middle;/* 去掉基线间隙 */
        margin: 5px 10px 5px 5px;
    }
    .app_name{
        color:#7ca9ff;
        font-size: 16px;
    }
    .header_navigation{
        color: #000;
        margin: auto 5px; 
        padding-right: 5px; 
        cursor: pointer;
        font-weight: bold;
        font-size: 10px;
    }
    .header_logo_div{
        position: relative;
        display: flex;
        height: 100%;
        margin: 0 10px;
    }
    .header_wallet_img{
        display: inline-block;
        background: url("../img/header_wallet.png") no-repeat;
        height:100%;
        overflow: hidden;
        background-size:contain;
        background-position: center;
        width: 150px;
        position: relative;
        margin-left: 0px;
    }
    .header_wallet{
        position: initial;
        height: 0px;
        line-height: 55px;
        margin: 0 0 0 31%;
        top: 0;
        bottom: 0;
        left: 0px;
        font-size: 12px;
    }
    #p1 {
        position: relative;
        background-color: #000;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll;
        background-size: cover !important;
        height: 220px;
        overflow: hidden;
    }
    .p1_div1{
        width: 100%;
        padding-top: 8%;
        color: #000;
        padding-left: 5%;
        font-size: 19px;
        font-weight: Bold Italic;
        line-height: 86px;
    }
    .p1_div2{
        width: 100%;
        color: #000;
        font-size: 18px;
        bottom: 0;
        position: absolute;
        padding-left: 2%;
    }
    .p1_content{
        position: relative;
        display: flex;
        bottom: 0;
    }
    .p1_left {
        width: 50%;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .p1_left_text{
        color: #393832;
        font-family: 'Arial';
        font-size: 12px;
        font-weight: 100;
        line-height: 14px;
        position: absolute;
        z-index: 999;
        width: 92px;
        margin-left: 90px;
        height: 35px;
    }
    .p1_left_share{
        background-image: url(../img/p1_share_bag.png) ;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll;
        background-size: cover !important;
        width: 100%;
        height: 60px;
        padding: 3%;
    }
    .p1_gymsacks_old{
        margin-top: 20px;
    }
    .p1_left_text div{
        color: #000;
    }
    .p1_right {
        width: 50%;
        flex-direction: column;
        justify-content: space-between;
    }
    .p1_left_bg {
        width: 120px  !important;
        text-align: center;
        margin: 0 0 0 0%;
        bottom: 0;
        position: absolute;
    }
    .p1_right_bg {
        width: 150px  !important;
        margin: 0 0 0 5%;
        z-index: 999;
    }
    .p1_mintlimit{
        font-size: 15px;
        font-weight: Bold;
        color: #000;
        margin: 5% 0 0 19%;
        z-index: 999;
    }
    .p1_mint_button{
        margin: 5% 0 0 6%;
        z-index: 999;
    }
    .p1_mint_button img{
        width: 120px;
    }
    .p1_mint_num{
        background-image: url(../img/p1_mint_num_bag.png);
        width: 100px;
        border-radius: 5px;
        display: flex;
        margin-left: 20px;
    }
    .p1_mint{
        background-image: url(../img/p1_mint.png) ;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll;
        background-size: cover !important;
        height: 50px;
        width: 145px;
        border: 0px;
        margin-left: 0px;
    }
    .p1_mint_bnb{
        color: #000;
        font-family: 'Arial';
        font-size: 12px;
        font-weight: Bold;
        padding: 8% 0% 0% 48%;
    }
    #p1_mint_num_button_sub{
        background-image: url(../img/p1_mint_sub.png) ;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll;
        background-size: cover !important;
        height: 30px;
        width: 30px;
        border: 0px;
    }
    #p1_mint_num_button_add{
        background-image: url(../img/p1_mint_add.png) ;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll;
        background-size: cover !important;
        height: 30px;
        width: 30px;
        border: 0px;
    }
    .p1_mint_num_text{
        background-color: transparent;
        width: 35px;
        height: 27px;
        font-weight: Bold;
        border: 0px;
        font-size: 12px;
        text-align: center;
    }
    .p1_left_share_url{
        bottom: 0;
        position: absolute;
        margin: 0 0 10% 0;
    }
    .p1_left_share_url_input{
        z-index: 9999;
        background-image: url(../img/p1_share_url_bag.png) ;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll;
        background-size: cover !important;
        border: 0;
        border-radius: 3px;
        height: 20px;
        width: 140px;
        padding: 0 4px 0 4px;
        color: #fff;
        font-size: 12px;
    }
    .p1_left_share_url_copy{
        background-image: url(../img/p1_share_url_copy.png) ;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll;
        background-size: cover !important;
        border: 0;
        width: 20px;
        height: 20px;
        background-color: transparent;
        margin: 0 0 -6px 0px;
        cursor: pointer;
    }
    .p1_arrows{
        z-index: 9999;
        position: absolute;
        margin: 60px 0 0 100px;
    }
    .p1_arrows img{
        width: 80px;
    }
    .p1_mint_tags{
        color: #000;
        margin-left: -15px;
        font-size: 12px;
        margin-bottom: 0px;
    }
    
    #p2 {
        background-color: rgb(26, 26, 26);
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll;
        background-size: cover !important;
    
        height: 520px;
    }
    .p2_content{
        position: relative;
        display: block;
    }
    .p2_left {
        width: 100%;
        flex-direction: column;
        justify-content: space-between;
        margin: 0% 0;
    }
    .p2_left_bg {
        text-align: center;
    }
    .p2_left_bg img {
        animation: floatAnimation 2s linear infinite;
        left: 0;
        right: 0;
        width: 80%;
        padding-top: 2%;
    }
    .p2_right {
        width: 95%;
        margin: 1% 0 0 0%;
    }
    .p2_right_title{
        font-size: 20px;
        font-weight: Bold Italic;
        margin: 2% 0 2% 6%;
    }
    .p2_right_banner img{
        width: 70px;
        margin: 2% 0 2% 6%;
    }
    .p2_right_content{
        font-size: 12px;
        font-family: 'Arial';
        line-height: 10px;
        font-weight: Bold;
        margin: 4% 0 2% 6%;
    }
    .p2_download{
        text-align: center;
    }
    .p2_download img{
        width: 40%;
        max-width: 200px;
        margin-right: 15px;
        margin-top: 30px;
    }
    
    #p3 {
        background-color: #EDE6FF;
        overflow: hidden;
        background-size: contain;
        background-position: center;
        position: relative;
        margin-left: 0px;
        
    }
    .p3_content{
        position: relative;
        display: flex;
    }
    .p3_left {
        flex-direction: column;
        justify-content: space-between;
    }
    .p3_left_title1{
        font-size: 18px;
        font-weight: Bold Italic;
        margin: 2% 0 2% 6%;
    }
    .p3_left_title2{
        font-size: 18px;
        font-weight: Bold Italic;
        margin: 1% 0 2% 6%;
    }
    .p3_left_banner img{
        width: 70px;
        margin: 2% 0 2% 6%;
    }
    .p3_left_content{
        font-size: 12px;
        font-family: 'Arial';
        line-height: 28px;
        font-weight: Bold;
        margin: 3% 0 3% 0;
    }
    .p3_left_content img{
        width: 30%;
        margin-left: 2.5%;
    }
    .p3_right {
        width: 40%;
        margin: 15% 0 0 5%;
    }
    .p3_right_bg img{
        animation: floatAnimation 2s linear infinite;
        left: 0;
        width: 100%;
    }

    #p4 {
        background-color: #333333;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll;
        background-size: cover !important;
    }
    .p4_content{
        position: relative;
        display: flex;
    }
    .p4_left {
        width: 50%;
        flex-direction: column;
        justify-content: space-between;
        margin: 2% 0;
    }
    .p4_left_bg {
        text-align: center;
    }
    .p4_left_bg img {
        animation: floatAnimation 2s linear infinite;
        left: 0;
        right: 0;
        width: 80%;
        padding-top: 2%;
    }
    .p4_right_title{
        font-size: 20px;
        font-weight: Bold Italic;
        margin: 2% 0 2% 6%;
    }
    .p4_right_banner img{
        width: 70px;
        margin: 2% 0 2% 6%;
    }
    .p4_right_content{
        font-size: 12px;
        font-family: 'Arial';
        line-height: 10px;
        font-weight: Bold;
        margin: 2% 0 2% 0%;
    }
    .p4_right_content img{
        width: 30%;
        margin-left: 2.5%;
    }

    .p5_div1_title{
        font-size: 20px;
        font-weight: Bold Italic;
        text-align: center;
        padding-top: 3%;
    }
    .p5_div_banner{
        text-align: center;
        padding: 0px 0px 30px 0px;
    }
    .p5_div_banner img{
        width: 70px;
    }

    .p6_div1_title{
        font-size: 20px;
        font-weight: Bold Italic;
        text-align: center;
        padding-top: 3%;
    }
    .p6_div_banner{
        text-align: center;
        padding: 0px 0px 10px 0px;
    }
    .p6_div_banner img{
        width: 60px;
    }
    .p6_div2_title{
        color: #393832;
        font-size: 12px;
        font-weight: Bold Italic;
        height: 40px;
        margin-top: 5%;
        line-height: 14px;
    }
    
    #p7 {
        background-color: #333333;
        min-height: 85vh;
        margin: 0;
    }
    .p7_title{
        font-size: 20px;
        font-weight: Bold Italic;
        text-align: center;
        padding-top: 3%;
    }
    .p7_div_banner{
        text-align: center;
        padding: 0px 0px 10px 0px;
    }
    .p7_div_banner img{
        width: 70px;
    }
    .p7_div1_title{
        color: #FFC300;
        font-size: 20px;
        font-weight: Bold Italic;
        text-align: right;
        margin-left: 5%;
    }
    .p7_div1_content {
        width: 100%;
        font-size: 12px;
        font-family: Arial;
        font-weight: Bold;
        color: #fff;
        margin-left: 5%;
        line-height: 30px;
    }
    .p7_div1_content img{
        width: 8px;
    }
    .p7_div2_title{
        color: #FFC300;
        font-size: 20px;
        font-weight: Bold Italic;
        margin-left: 5%;
    }
    .p7_div2_content{
        width: 100%;
        font-size: 12px;
        font-family: Arial;
        font-weight: Bold;
        color: #fff;
        text-align: left;
        line-height: 30px;
        margin-left: 5%;
    }
    .p7_div2_content img{
        width: 8px;
    }
    .p7_div2_content div{
        margin-right: 3%;
    }
    .cd-timeline-img {
        position: absolute;
        left: 19px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
    }
    #cd-timeline {
        position: relative;
        margin-top: 0;
    }
    #cd-timeline::before {
        content: "";
        position: absolute;
        top: 0;
        left: 25px;
        height: 100%;
        width: 2px;
        background: #fff;
    }

    #p8 {
        position: relative;
        background-color: #484646;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll;
        background-size: cover;
        width: 100%;
        overflow: hidden;
    }
    .p8_content {
        height: auto !important;
        padding-bottom: 6%;
        margin: 3%;
    }
    .p8_title{
        font-size: 20px;
        font-weight: Bold Italic;
        text-align: center;
        padding-top: 3%;
    }
    .p8_div_banner{
        text-align: center;
        padding: 0px 0px 10px 0px;
    }
    .p8_div_banner img{
        width: 70px;
    }
    .p8_row1{
        width: 100%;
        justify-content: space-between;
        display: flex;
        font-size: 14px;
        margin-top: 2%;
    }
    .p8_row1 img{
        height: 50px;
    }
    .p8_row3 {
        font-size: 12px;
        padding: 0 5px;
    }

    .footer_content {
        height: auto !important;
        padding-bottom: 4%;
    }
    .footer_title{
        font-size: 20px;
        font-weight: Bold Italic;
        text-align: center;
        padding-top: 3%;
    }
    .footer_div_banner{
        text-align: center;
        padding: 0px 0px 10px 0px;
    }
    .footer_div_banner img{
        width: 70px;
    }
    .footer_div_content{
        width: 40%;
        margin: auto;
        justify-content: space-between;
        display: flex;
        font-family: Arial;
        font-size: 12px;
    }
    .footer_div_content img{
        width: 35px;
    }
    
    #copyRight {
        clear: both;
        background-image: linear-gradient(to bottom, #CB77FE, #7161FE);
        height: 45px;
        color: #fff;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
        padding: 2% 0;
    }
    #copyRight a{
        color: #fff;
    }
}
