.install {
    border-color: #ff8698;
    color: #ff8698;
}

.dh {
    color: #ff8698;
}

.zs-gn,
.nr_tiyao {
    border-color: #ff8698;
}

.btn {
    background: #ff8698;
}

.middle .stars .stars_1 {
    background-image: url(../images/pregnancy/icon.png);
}

.dh_1 {
    background-image: url(../images/pregnancy/icon.png);
}

.new-header {
    display: block;
    padding: 5%;
    
}

.new-header__logo {
    line-height: 140px;        
    display: inline-block;
    width: 30%;
}

.new-header .dh_1 {
    display: none;
}

.new-header__middle {
    display: inline-block;
    line-height: 140px;      
    vertical-align: top;   
    margin-left: 6px;   
}

.new-header__middle p,
.new-header__middle .dh {
    line-height: 1.25;
    text-align: left;
}

.new-header__middle .dh {
    margin-top: 8px;
    white-space: nowrap;
}

.new-header__name {
    position: relative;
    font-size: 24px;
    padding-right: 40px;
}

.new-header__subtitle  {
    margin-top: 8px;
    font-size: 13px;
}

.new-header__tag {
    margin-left: 5px;
    font-size: 12px;
    color: #fff;
    background: #ff8698;
    position: absolute;
    right: 0;
    top: 50%;
    border-radius: 10px;
    padding: 3px 6px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.new-header__btn-wrapper .install {
    position: relative;
    min-width: 65%;
    right: 0;
    top: 0;
    padding: 0 20px;
    font-weight: bold;
    font-size: 17px;
    line-height: 36px;
    height: 36px;
    margin: 0 auto;
    animation: woo .8s linear infinite;
    background: #ff8698;
    color: #fff;
}

.new-header .stars {
    margin-top: 5px;
    line-height: 1;
}

.new-header .stars .stars_1 {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/pregnancy/icon.png);
    background-size: 40px;        
}

@keyframes woo {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    100% {
        -webkit-transform: scale(1);        
        transform: scale(1);
    }
}


footer {
    text-align: center;
    margin-top: -10px;
    border-top: 1px solid #d8d8d8; 
    line-height: 40px;
}