* {
    margin: 0;
    padding: 0;
    font-family: PingFang SC-Medium, PingFang SC;
}

.container {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: rgba(255, 124, 156, 0.5);
}

.container-bg {
    position: absolute;
    z-index: 0;
    width: 100%;
}

.content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.g-flex_wrap {
    flex-wrap: wrap;
}

.g-flex_spb {
    display: flex;
    justify-content: space-between;
}

.g-flex_jcc {
    display: flex;
    justify-content: center;
}

.g-flex_aic {
    display: flex;
    align-items: center;
}

.g-flex_1 {
    flex: 1;
}

.title {
    display: block;
    width: 90%;
    max-width: 6rem;
    margin: 0 auto;
    padding: 0.5rem 0;
    
    animation: scaleDraw 2s infinite ease-in-out;

}

.box {
    display: flex;
    flex-direction: column;
    
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 0 0.48rem 0.24rem;
    box-sizing: border-box;
    
    border-radius: 0.24rem;
    background-color: #fff;
}
@media screen and (max-width: 2000px) {
    .title{
        width: 66%;
        padding: 0.54rem 0 0.3rem;
    }
    .box{
        max-width: 800px;
        padding: 0 0.3rem 0.14rem;
    }
}
.box-title {
    height: 0.66rem;
}

.box-btn {
    position: relative;
    padding: 0.13rem 0;
    margin-right: 0.1rem;
    margin-top: 0.2rem;
    text-align: center;
    background: #fff;
    opacity: 1;
    border: 1px solid #000000;
    border-radius: 4px;
    -moz-box-shadow: 0.06rem 0.06rem 0px #fe6aa8;
    -webkit-box-shadow: 0.06rem 0.06rem 0px #fe6aa8;
    box-shadow: 0.06rem 0.06rem 0px #fe6aa8;
    font-size: 0.26rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.8);
    line-height: 0.3rem;
}

.box-btn a {
    text-decoration: none;
    color: #000;
}

.box-btn:last-child {
    
}

.box-btn-type {
    flex: 1;
}

.box-btn-type1 {
    margin-right: 0;
    margin-top: 0.62rem;
    padding: 0.34rem 0.6rem 0.28rem;
    -moz-box-shadow: 0.07rem 0.07rem 0px #000;
    -webkit-box-shadow: 0.07rem 0.07rem 0px #000;
    box-shadow: 0.07rem 0.07rem 0px #000;
}

.box-btn-type2 {
    font-size: 0.2rem;
    line-height: 0.23rem;
    border-radius: 0.28rem;
    -moz-box-shadow: 0px 0.08rem 0px #ffa9c1;
    -webkit-box-shadow: 0px 0.08rem 0px #ffa9c1;
    box-shadow: 0px 0.08rem 0px #ffa9c1;
}

.box-btn-extra {
    position: absolute;
    top: -0.25rem;
    right: 0px;
    width: 1.4rem;
}

.box-btn-tag {
    position: absolute;
    top: -0.36rem;
    left: 0.32rem;
    width: 1.8rem;
    height: 0.72rem;
    text-align: left;
    background: url('assets/images/group38.png') 0 0/100% 100% no-repeat;
}
.box-btn-tag.url{
    width: 4.3rem;
}
.box-btn-tag .tag-img {
    width: 0.32rem;
    height: 0.32rem;
    margin-left: 0.1rem;
    vertical-align: middle;
}

.box-btn-tag .tag-title {
    font-size: 0.24rem;
    line-height: 0.5rem;
    font-weight: 500;
}

.box-btn-tip {
    font-size: 0.21rem;
    font-weight: 500;
    color: rgba(18, 18, 18, 0.8);
    line-height: 1.5;
}

.copyright {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex: 1;
    margin-top: 0.24rem;
    font-size: 0.18rem;
    font-weight: 500;
    color: #505050;
    line-height: 0.16rem;
    text-align: center;
}

.point {
    color: #ff0000;
}

.point img {
    width: 0.48rem;
    height: 0.48rem;
}

.point img:first-of-type {
    transform: rotateY(180deg);
}

@media screen and (min-width: 1920px) {
    .box-btn {
        font-size: 0.2rem;
    }
}

@media screen and (max-width: 749px) {
    .box-title {
        height: 0.8rem;
    }

    .box-btn-type, .box-btn-type2 {
        flex: 0 0 100%;
        margin-top: 0.3rem;
        margin-right: 0;
    }

    .box-btn-type:first-child, .box-btn-type2:first-of-type {
        margin-top: 0;
    }

    .box-btn-type1 {
        margin-top: 0.5rem;
    }
}

@keyframes shake {
    10% {
        transform: translate(-0.06rem, 0.08rem) rotate(-1.5deg);
    }
    20% {
        transform: translate(0.06rem, -0.09rem) rotate(2.5deg);
    }
    30% {
        transform: translate(0.09rem, -0.07rem) rotate(-0.5deg);
    }
    40% {
        transform: translate(0.06rem, 0.03rem) rotate(-1.5deg);
    }
    50% {
        transform: translate(0.08rem, 0.01rem) rotate(-1.5deg);
    }
    60% {
        transform: translate(0.06rem, 0.09rem) rotate(-1.5deg);
    }
    70% {
        transform: translate(-0.02rem, -0.09rem) rotate(1.5deg);
    }
    80% {
        transform: translate(0.06rem, 0.08rem) rotate(0.5deg);
    }
    90% {
        transform: translate(0.02rem, 0.08rem) rotate(0.5deg);
    }
    0%,
    100% {
        transform: translate(0, 0) rotate(0);
    }
}
@keyframes scaleDraw {  

    0%{

        transform: scale(1);  

    }

    25%{

        transform: scale(1.1); 

    }

    50%{

        transform: scale(1);

    }

    75%{

        transform: scale(1.1);

    }

}
.downloadAppButton{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: none;
    margin-top: 0;
    padding: 0.1rem 0.3rem;
    border-radius: 0.4rem;
    -moz-box-shadow: 0.02rem 0.02rem 0px #FFF, 0.02rem 0.02rem 0px 1px black;
    -webkit-box-shadow: 0.02rem 0.02rem 0px #fff, 0.02rem 0.02rem 0px 1px black;
    box-shadow: 0.02rem 0.02rem 0px #fff, 0.02rem 0.02rem 0px 1px black;
    background: #FB7299;
    color: #FFF;
    font-size: 0.16rem;
    line-height: 0.25rem;
    font-weight: 600;
    font-family: PingFang SC-Regular, PingFang SC;
    word-break: break-all;
    text-align: center;
    opacity: 1;
    border: 1px solid #000000;
    position: relative;
}
.downloadAppButton a{
    text-decoration: none;
    color: inherit;
}
.downloadAppButton a img{
    width: 0.16rem;
    height: 0.16rem;
    vertical-align: middle;
}


hcfy-result.__hcfy__result__loaded__.__hcfy__result__both__{border: 1px dotted}
