.lifetech-header{
    padding: 50px 0 60px 0;
}
.module-nav-title label{
    line-height: 50px;display: block;top: 30px
}
.lifetech-header .partner-line{margin-top: 50px!important;}
.lifetech-step{text-align: center;max-width: 900px;margin: 50px auto 0 auto;}
.lifetech-step img{height: 2.2rem}
.lifetech-step h2{display: block;margin-top: 20px;font-size: 0.4rem}
.lifetech-step .lifetech-step-arrow{line-height: 2.2rem;vertical-align: middle;}
.lifetech-step .lifetech-step-arrow img{vertical-align: middle;height: 0.8rem;position: relative;}

.contact-list-item{
    margin-top: 50px;
}
.contact-value-list .contact-list-img{
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.contact-list-item-subinfo{
    margin-top: -20px;
    margin-bottom: 100px;
    background: #081629;
    border-radius: 10px;
    color:#fff;
    font-size: 12px;
    line-height: 1.8;
    padding: 50px 80px;
}
.lifetech-ark-join-btn{
    background: #081629;
    color:#fff;
    padding: 5px 20px;
    font-size: 13px;
    margin-top: 15px;
    display: inline-block;
}
.explore-bg{
    background-image: url("/static/official/img/explore-bg.jpg");
    background-color: #fff;;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    padding:20px 0 60px 0;
    line-height: 28px;
}
.explore-list{
    margin-top: 60px;
}
.explore-item{
    position: relative;
    border-radius: 20px;
    overflow: hidden;

}
.explore-item-text{
    position: absolute;
    top:20px;
    width: 100%;
    text-align: center;
}
.explore-item-text p{
    padding: 2px 20px;

}
.cell-demo-bg{
    background-image: url("/static/official/img/cell-demo-bg.jpg");
    background-color: #fff;;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position-x: right;
    padding:20px 0 60px 0;
    line-height: 28px;
}
.cell-demo-list{


}
.cell-demo-list .explore-item{
    background: #fff;
    border-radius: 20px;
    padding: 0;
}
.cell-demo-list .explore-item h3{
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    margin: 0 20px 10px 20px;
}
.cell-demo-list .explore-item p{
    height: 80px;
    line-height: 1.6;
}
.cell-demo-list .explore-item-text{
    position: relative;
    top: 0;
}


.life-program-bg{
    background-image: url("/static/official/img/life-program-bg.jpg");
    background-color: #fff;;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding:20px 0 60px 0;
    line-height: 28px;
}


#guestbook{
    display: none;
}
.guestbook-popup{
    position: fixed;
    height: 100%;
    width: 100%;
    top:0;
    left:0;
    z-index: 2000;
    overflow-y: auto;
    background: rgba(0,0,0,.5);
}
.guestbook-popup-inner{
    position: relative;
    top:10%;
    padding:20px  60px;
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
}
.guestbook-popup-close{
    float: right;
    color: #818181;
    margin-right: -40px;
    cursor: pointer;
}
.guestbook-popup-close i{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-align: center;
    line-height: 10px;
    border:1px solid #818181;
    color: #818181;
    font-size: 14px;
    padding: 1px;
}
.submit-success{
    display: none;
    padding: 100px 20px;
    position: relative;
    overflow: hidden;
    margin: 0 -60px;
}
.submit-success i{
    position: absolute;
    font-size: 300px;
    left: -100px;
    top:-100px;
    color: #efefef;
}
.submit-success-text{
    position: relative;
    z-index: 2;
}

.submit-success p{
    margin-top: 10px;
    font-size: 16px;
}
.submit-status-success .guestbook-popup-inner{
    padding:0px 0
}
.submit-status-success .submit-success{
    display: block;
}
.submit-status-success .guestbook-popup-close{
    margin-right: 20px;
    position: relative;
    top:20px;
}
.submit-status-success form{
    display: none;
}

.module-nav-small {
    font-size: 18px;
    height: auto;
    line-height: 60px;
    max-width: 600px;
    margin: 0 auto;
}

.module-nav-small span {
    position: relative;
    display: block;
    font-size: 22px;
    color: #cccccf;
    line-height: 20px;
    margin-bottom: 10px;
    text-transform: initial;
}

.module-nav-small label {
    font-size: 26px;
    display: block;
    font-weight: 400;
    line-height: 40px;
}

.module-nav-small .partner-line {
    margin: 30px auto;
}
.cell-item-bg{

}
@media (min-width: 768px) {
    .lifetech-ark-list .contact-list-item{
        padding: 0;
        border-radius: 20px;
        margin:30px 0;
    }
    .lifetech-ark-list .contact-list-img{
        margin: 0;
        border-radius: 20px;
        box-shadow: none;
    }

}

@media (max-width: 768px) {

    .lifetech-header{
        padding:0 0 20px 0;
        overflow: hidden;
    }
    .module-nav-title label{
        line-height: 30px!important;
        font-size: 20px;
    }
    .contact-list-item-subinfo{
        padding: 20px;
        margin-top: 5px;
        margin-bottom: 0px;
    }
    .contact-value-list .contact-list-text{
        padding: 10px;
    }
    .contact-list{
        margin-bottom: 30px;
    }
    .contact-list-item{
        margin-bottom: 5px;
    }
    .lifetech-ark-list .contact-list-item{
        padding: 0;
        border-radius: 20px;
        margin:25px 0;
    }
    .explore-list{
        margin-top: 30px;
    }
}
@media (max-width: 375px) {

}<!--ºÄÊ±1753612919.222Ãë-->