.happy-fonts-demi {
    font-family: 'Avenir Next Demi';
}

.honor-appgallery-contain {
        background-color: #FFFFFF;
    color: #000000;
    font-family: 'Avenir Next Medium';
}

.honor-appgallery-contain p {
    margin: 0;
}

.honor-appgallery-contain picture {
    display: block;
    margin: 0 auto;
}

.happy-img {
    width: 100%;
}

.happy-br-mb {
    display: none;
}

.happy-section {
    position: relative;
    text-align: center;
}

/* pc end */

@media screen and (max-width: 768px) {

 
    .happy-br-pc {
        display: none;
    }

    .happy-br-mb {
        display: block;
    }
}

/* common start */
.honor-appgallery-contain {
    font-family: 'Avenir Next Medium';
}

.honor-appgallery-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    background: #ffffff;
    padding: 0 4vw;
    width: 100%;
    height: 67px;
    position: fixed;
    top: 69px;
}
.topCountry .honor-appgallery-header{
	top:128px;
}
.happy-left {
    font-size: 1.5vw;
}

.happy-right {
    display: flex;
    height: 100%;
    align-items: center;
}

.happy-right li {
    margin-left: 1vw;
}

.happy-right li a {
    color: #858383;
    font-size: 1.0vw;
}

.happy-right li:not(.happy-qr-tab) a:hover {
    text-decoration: underline;
    color: #000;
}

li.happy-header-check a {
    color: #242728;
}

.happy-qr-tab {
    position: relative;
}

#isInstalled {
    background-color: #ce0e2d;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    height: 1.875vw;
    padding: 0 1vw;
    border-radius: 1.2vw;
}

#isInstalled img {
    margin-left: 0.52vw;
    width: 0.93vw;
    height: 0.93vw;
}

.happy-top-qrcode {
    display: none;
    position: absolute;
    top: 3vw;
    right: -3vw;
    width: 14vw;
    text-align: center;
}

.happy-top-qrcode-text {
    position: absolute;
    top: 1.5vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 1vw 1.5vw;
    font-size: 0.8vw;
    overflow: hidden;
}

.happy-top-qrcode-text p {
    padding-bottom: 0.3vw;
}

.happy-top-qrcode-text .happy-img {
    width: 9vw;
}

/*.happy-qr-tab:hover .happy-top-qrcode {*/
/*display: block;*/
/*}*/

/* footer */
.honor-appgallery-footer {
    text-align: center;
}

.happy-footer-title {
    font-size: 2.88vw;
    padding: 1.96vw 0 3.9vw;
}

.happy-footer-phone {
    width: 26vw;
    margin: 0 auto;
}

.happy-footer-phone a:first-child {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.happy-footer-phone a:first-child p {
    font-size: 1.87vw;
    margin: 3vw 0 0.3vw;
}

.happy-footer-phone a:first-child:hover p {
    color: #004AAF;
}

.happy-footer-phone a:last-child {
    text-decoration: underline;
    font-size: 1vw;
}

.happy-footer-more {
    display: flex;
    justify-content: space-between;
    text-align: left;
    margin: 8vw auto 0;
    padding-bottom: 5vw;
    width: 80vw;
}

.happy-footer-more li {
    width: 32%;
    background-color: #fafafa;
    border-radius: 0.4vw;
    overflow: hidden;
}

.happy-footer-more-text {
    padding: 1.6vw 1.2vw;
    font-size: 0.98vw;
    width: 75%;
}

.happy-footer-more-text p {
    font-size: 1.5vw;
}

.happy-footer-more-text span {
    padding: 0.5vw 0;
    display: block;
}

.happy-footer-more-text a {
    text-decoration: underline;
}

.happy-footer-more-text a:hover {
    color: #004AAF;
}
body.topCountry .honor-appgallery-header{
	top:128px;
}
@media screen and (max-width:991px){
	.honor-v2.topCountry .honor-appgallery-header,
	.honor-v2.topCountry .vroot nav.vknav{
		top:128px;
	}
	.honor-v3.topCountry .honor-appgallery-header,
	.honor-v3.topCountry .vroot nav.vknav{
		top:108px;
	}
}
@media screen and (max-width: 768px) {
    .honor-appgallery-contain {
        font-family: 'Avenir Next Regular';
    }

    .happy-left {
        font-size: 5vw;
    }

    .happy-right li:not(:last-child) {
        display: none;
    }

    #isInstalled {
        font-size: 3.5vw;
        height: 7.2vw;
        padding: 0 4vw;
        border-radius: 4.6vw;
        text-decoration: none;
    }

    #isInstalled img {
        margin-left: 2vw;
        width: 3.6vw;
        height: 3.6vw;
    }

    .happy-footer-title {
        font-size: 9vw;
        padding: 12.5vw 0 25vw;
    }

    .happy-footer-phone {
        width: 85vw;
    }

    .happy-footer-phone a:first-child p {
        font-size: 6.5625vw;
        margin: 15vw auto 1vw;
    }

    .happy-footer-phone a:last-child {
        font-size: 4.6vw;
    }

    .happy-footer-more {
        display: block;
        width: 100%;
        margin-top: 40vw;
        padding-bottom: 9.375vw;
    }

    .happy-footer-more li {
        width: 100%;
        margin-bottom: 9.375vw;
        border-radius: 2vw;
    }

    .happy-footer-more-text {
        padding: 8vw 6vw;
        font-size: 4vw;
        width: 100%;
        line-height: 1.4;
    }

    .happy-footer-more-text p {
        font-size: 5.2vw;
    }

    .happy-footer-more-text span {
        padding: 3vw 0;
        width: 95%;
    }

    .happy-top-qrcode {
        top: 9vw;
        right: 2vw;
        width: 60vw;
    }

    .happy-top-qrcode-text {
        top: 7.5vw;
        font-size: 3.4vw;
        font-weight: bold;
        padding: 0 6vw 5.5vw;
    }

    .happy-top-qrcode-text p {
        padding-bottom: 1vw;
    }

    .happy-top-qrcode-text .happy-img {
        width: 38vw;
    }
}

/* common end */

.happy-section-01 {
    height: 40vw;
    position: relative;
    overflow: hidden;
}

.happy-section-01-bg {
    position: absolute;
    top: -7.8vw;
}

.happy-video {
    position: absolute;
    bottom: 4vw;
    left: 50%;
    right: 50%;
    width: 50%;
    transform: translate(-50%);
    text-align: center;
}

.happy-video-title {
    letter-spacing: 0;
    display: inline;
    font-size: 1vw;
    color: #242728;
}

.happy-video-play {
    display: inline-block;
    background-color: #FFF;
    padding: 0.3vw 1vw;
    border-radius: 5vw;
    vertical-align: middle;
}

.happy-video-play > img {
    width: 1.2vw;
    margin-left: 0.4vw;
}

.happy-video-v2 {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 22vw;
    margin-bottom: -7vw;
}

.happy-video-play-v2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -44%);
    width: 3.5vw;
}

.happy-section-02 {
    display: block;
    max-width: 48%;
    margin: 4vw auto;
    text-align: center;
    font-size: 1.19vw;
    line-height: 2vw;
}

.happy-section-03 {
    width: 92%;
    margin: 0 auto;
}

.happy-section-03 li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 4.5vw;
}

.happy-section-03 li:nth-child(even) {
    flex-direction: row-reverse;
}

.happy-section-03 li picture {
    width: 55%;
    border-radius: 1vw;
    overflow: hidden;
    position: relative;
    margin: 0;
}

.happy-section-03-text {
    width: 39%;
    font-size: 1.2vw;
}

.happy-section-03-text p {
    font-size: 2.8vw;
    margin-bottom: 1vw;
}

.happy-section-03-text span {
    margin-bottom: 1vw;
    display: block;
}

.happy-section-03-v2 {
    width: 100%;
}

.happy-section-03-v2 li {
    padding: 0 0 0 2rem;
    justify-content: center;
    padding: 6rem 0rem 6rem 0rem;
}

.happy-section-03-v2 .happy-section-03-text {
    width: 40%;
    text-align: center;
}
.happy-section-03-v2 li:nth-child(odd) .happy-section-03-text{
    padding: 0 0 0 19rem;
     width: 50%;
} 
.happy-section-03-v2 li:nth-child(even) .happy-section-03-text{
    padding: 0 19rem 0 0;
     width: 50%;
}

.happy-section-03-v2 .happy-section-03-text img {
    width: 4vw;
    margin-bottom: 0.5vw;
}

.happy-section-03-v2 li picture {
    width: 50%;
}

.happy-section-03-v2 li:nth-child(even) {
    background-color: rgb(244, 245, 250);
}

.happy-section-03-v2 li:last-child {
    margin-bottom: 5vw;
}

.happy-section-video p {
    font-size: 1vw;
    text-decoration: underline;
    margin-bottom: 0;
}

.happy-section-video p:hover {
    color: #000;
}

.section-video-show {
    position: absolute;
    width: 5vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.happy-section-faq {
    width: 70%;
    margin: 0 auto;
    font-size: 1.2vw;
    padding-bottom: 4vw;
    line-height: 1.9;
}

.happy-section-faq p {
    margin: 0;
}

.happy-section-faq p strong {
    font-weight: bold;
    padding-bottom: 0.3vw;
    display: block;
}

p.happy-faq-title-big {
    font-weight: bold;
    font-size: 1.96vw;
    color: #ce0e2d;
    margin-top: 2vw;
    margin-bottom: 0.5vw;
}

@media screen and (max-width: 768px) {
       .happy-section-03-v2 li:nth-child(odd) .happy-section-03-text{
        padding: 5vw 5vw 15vw 5vw;
     width: 100%;
} 
.happy-section-03-v2 li:nth-child(even) .happy-section-03-text{
        padding: 5vw 5vw 15vw 5vw;
     width: 100%;
}
    .happy-section-01 {
        height: 117vw;
    }

    .happy-section-01-bg {
        top: 0;
    }

    .happy-section-01-bg-v2 {
        width: auto;
        height: 100%;
        left: -55%;
    }

    .happy-video {
        bottom: 23vw;
    }

    .happy-video-title {
        font-size: 4.8vw;
    }

    .happy-video-play {
        padding: 1.6vw 4.5vw;
        border-radius: 6vw;
    }

    .happy-video-play > img {
        width: 6vw;
        margin-left: 1.5vw;
    }

    .happy-video-v2 {
        width: 72%;
        margin-bottom: -27vw;
        transform: translate(-50%, -60%);
    }

    .happy-section-02 {
        max-width: 90%;
        margin: 10vw auto;
        font-size: 4vw;
        font-weight: bold;
        line-height: 7vw;
    }

    .happy-section-03 {
        width: 100%;
    }

    .happy-section-03 li {
        flex-wrap: wrap-reverse;
        padding-bottom: 0;
    }

    .happy-section-03-text {
        width: 100%;
        padding: 5vw 5vw 15vw 5vw;
        font-size: 4vw;
        font-weight: bold;
        line-height: 7vw;
    }

    .happy-section-03-text p {
        font-size: 9vw;
        margin-bottom: 4.5vw;
        line-height: 10vw;
    }

    .happy-section-03-text span {
        margin-bottom: 6vw;
    }

    .happy-section-03 li picture {
        width: 100%;
    }

    .happy-section-03-v2 li {
        padding: 8vw 0 0;
    }

    .happy-section-03-v2 .happy-section-03-text {
        width: 100%;
    }

    .happy-section-03-v2 .happy-section-03-text img {
        width: 19vw;
        margin-bottom: 4vw;
    }

    .section-video-show {
        width: 30vw;
    }

    .happy-section-video p {
        margin-bottom: 0;
        font-size: 4vw;
    }

    .happy-section-faq {
        font-size: 4.4vw;
    }

    p.happy-faq-title-big {
        font-size: 7vw;
        margin-top: 9vw;
        margin-bottom: 3.5vw;
    }

    .happy-section-faq p {
        line-height: 1.65;
    }

    .happy-section-faq p strong {
        margin-bottom: 1.5vw;
    }
}