.youxuan-box{
    display: none;
}
.packs-page{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F3F4F7;
    padding-top: 48px;
}
.packs-page .title1{
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    color: #444444;
    line-height: 45px;
}
.packs-page .title2{
    text-align: center;
    font-size: 14px;
    color: #444444;
    line-height: 21px;
    margin-bottom: 48px;
}
.packs-line{
    display: flex;
    justify-content: space-between;
}
.packs-item{
    width: 390px;
    background: #FFFFFF;
    border-radius: 15px;
}
.packs-item .top-box{
    box-shadow: 4px 4px 10px 0px rgba(55,141,170,0.1), -4px -4px 10px 0px rgba(255,255,255,0.04);
    border-radius: 15px;
    border: 1px solid #FFFFFF;
    position: relative;
    padding: 48px 25px 30px;
    margin-bottom: 18px;
}
.packs-1 .top-box{
    background: linear-gradient( 130deg, #E9F9FF 0%, #CBEEFF 100%);
}
.packs-2 .top-box{
    background: linear-gradient( 130deg, #FFFBEC 0%, #FFE9CB 100%);
}
.packs-3 .top-box{
    background: linear-gradient( 130deg, #F1FAFF 0%, #CAD6E2 100%);
}
.packs-item .top-box img{
    position: absolute;
    width: 70px;
    height: 80px;
    right: 2px;
    top: 2px;
}
.packs-item .top-box .name{
    font-weight: bold;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 28px;
}

.packs-item .top-box .price{
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 28px;
}
.packs-1 .top-box .name,
.packs-1 .top-box .price{
    color: #229EC8;
}
.packs-2 .top-box .name,
.packs-2 .top-box .price{
    color: #8B5322;
}
.packs-3 .top-box .name,
.packs-3 .top-box .price{
    color: #586D7C;
}
.packs-item .top-box .btn{
    position: relative;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding-left: 35px;
    font-size: 22px;
    color: #FFFFFF;
    cursor: pointer;
}
.packs-1 .top-box .btn{
    background: linear-gradient( 90deg, #33CCFF 0%, #229EC8 100%);
}
.packs-2 .top-box .btn{
    background: linear-gradient( 90deg, #BF8B47 0%, #8B5322 100%);
}
.packs-3 .top-box .btn{
    background: linear-gradient( 90deg, #91A6B3 0%, #586D7C 100%);
}
.packs-item .top-box .desc{
    width: 171px;
    height: 38px;
    font-size: 10px;
    color: #FFFFFF;
    padding-top: 7px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url("../images/membershipPacks/text-bg.png");
    background-size: contain;
    padding-left: 16px;
    justify-content: center;
    display: flex;
}
.packs-item .btm-box{
    padding: 0 15px 14px;
}
.packs-item .info-item{
    padding: 16px 0 5px;
}
.split-line{
    margin: 0 10px;
    height: 1px;
    background: #E8E8E8;
}
.packs-item .btm-box .font1{
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    line-height: 14px;
    padding: 0 10px;
    margin-bottom: 20px;
}
.packs-item .btm-box .font2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #333333;
    line-height: 16px;
    margin-bottom: 15px;
    padding: 0 10px;
}
.packs-item .btm-box .font2 div:last-child{
    white-space: nowrap;
}
.packs-item .btm-box .icon-a-YesRound{
    font-size: 14px;
}
.packs-1 .btm-box .icon-a-YesRound{
    color: #33CCFF;
}
.packs-2 .btm-box .icon-a-YesRound{
    color: #DA9B49;
}
.packs-1-info{
    background: #F5FCFF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 0;
    margin-bottom: 4px;
    margin-top: -12px;
}
.packs-3 .btm-box .font2{
    margin-bottom: 9px;
    padding: 0;
}
.packs-3 .btm-box{

}
.packs-cont{
    padding-bottom: 10px;
    margin: 0 10px 16px;
    border-bottom: 1px solid #E8E8E8;
}
.packs-3 .btm-box .packs-cont:last-child{
    border-bottom: none;
}
.packs-price{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.packs-price .left{
    font-size: 13px;
    color: #586D7C;
}
.packs-price .right{
    display: flex;
    align-items: center;
    background: #EFF4FA;
    border-radius: 6px;
    border: 1px solid #E8E8E8;
    padding: 4px 4px 4px 10px;
    font-size: 12px;
    color: #586D7C;
}
.packs-price .right div{
    margin-left: 5px;
    width: 80px;
    height: 20px;
    background: #FFFFFF;
    border-radius: 4px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #586D7C;
}
.qr-line{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
    font-size: 15px;
    text-align: center;
    color: #444444;
}
.qr-line img{
    width: 106px;
    object-fit: contain;
}
.qr-line a{
    color: #33CCFF;
    text-decoration: underline;
}
.top-packs{
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    padding: 30px 0;
    left: 0;
    top: 0;
    z-index: 99;
    transition: all .3s;
    transform: translateY(-100%);
}
.top-packs.scroll-open{
    transform: translateY(0);
}
.top-packs .container{
    display: flex;
    justify-content: center;
}
.top-packs .container .packs-item{
    width: 340px;
    margin: 0 32px;
}
.top-packs .container .packs-item .text1{
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.top-packs .container .packs-item .text2{
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    margin-bottom: 20px;
    text-align: center;
}
.top-packs .container .packs-item .btn{
    position: relative;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding-left: 35px;
    font-size: 22px;
    color: #FFFFFF;
    cursor: pointer;
}
.top-packs .container .packs-item:nth-child(1) .btn{
    background: linear-gradient( 90deg, #33CCFF 0%, #229EC8 100%);
}
.top-packs .container .packs-item:nth-child(2)  .btn{
    background: linear-gradient( 90deg, #BF8B47 0%, #8B5322 100%);
}
.top-packs .container .packs-item:nth-child(3)  .btn{
    background: linear-gradient( 90deg, #91A6B3 0%, #586D7C 100%);
}
.top-packs .container .packs-item .btn .desc{
    width: 171px;
    height: 38px;
    font-size: 10px;
    color: #FFFFFF;
    padding-top: 7px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url("../images/membershipPacks/text-bg.png");
    background-size: contain;
    padding-left: 16px;
    justify-content: center;
    display: flex;
}
.qr-line .detail{
    font-size: 18px;

    font-weight: 400;
    color: #444444;
    /*margin-top: 50px;*/
    display: block;
}
