.bg_header{
    width: 100%;
    background: url('https://ul.hapigo.com/header2.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
.pricing_header{ 
    position: relative;
}
section{
    margin-top: 41px;
}
.ssyy{
    width: 310px;
    margin: 0 auto;
}
.ssyy_info_title{
    margin-bottom: 12px;
    font-size: 34px;
    line-height: 44.5px;
}
.ssyy_info_text{
    opacity: 0.8;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 40px;
}

.app_list{
    width: 310px;
    display: flex;
    flex-direction: column;
}
.app_list>img{
    width: 100%;
    height: auto;
}
.tsapp{
    width: 335px;
    margin: 0 auto;
    margin-bottom: 80px;
}
.tsapp_title{
    font-size: 22px;
    text-align: center;
}
.tsapp_info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tsapp_list{
    width: 304px;
    height: 128.5px;
    border-radius: 12.5px;
    background-color: rgba(44,44,50,0.8);
    padding: 15px;
    margin-top: 25px;
}
.tsapp_list_t{
    display: flex;
    flex-direction: row;
}
.tsapp_list_t>img{
    width: 72px;
    height: 72px;
}

.tsapp_gn{
    margin-left: 15px;
    margin-top: 6px;
}

.tsapp_gn>p{
font-size: 19px;
color: #FFFFFF;
letter-spacing: 0.78px;
}
.tsapp_gn_btn{
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}
.tsapp_gn_btn>img{
    width: 20px;
    height: 20px;
    margin-right: 20px;
}
.tsapp_list_b{
    margin-top: 14px;
    margin-left: 5px;
    opacity: 0.8;
    font-size: 13.5px;
    letter-spacing: 0.97px;
    line-height: 23.2px;
}
.tsapp_mid{
    /* margin-left: 25px;
    margin-right: 25px; */
}
