@keyframes hidetip {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
    }
}

@-webkit-keyframes hidetip {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
    }
}

.wasu_page {
    width: 17.76rem;
    height: 10.04rem;
    padding: 0.76rem 0.72rem 0;
    background: #1C1835 no-repeat center center;
    background-size: cover;
    overflow: hidden;
    color: #FFFFFF;
    position: relative;
}

.user_head {
    height: 0.9rem;
    margin-bottom: 0.64rem;
}

.user_pic {
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    background: #d8d8d8 no-repeat center center;
    background-size: cover;
    margin-right: 0.24rem;
}

.user_info {
    min-width: 2.9rem;
}

.user_name {
    height: 0.5rem;
    line-height: 0.5rem;
    width: 100%;
    font-size: 0.36rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.06rem;
    color: #FFFFFF;
}

.user_desc {
    height: 0.33rem;
    line-height: 0.33rem;
    font-size: 0.24rem;
    color: rgba(255, 255, 255, 0.8);
    width: 100%;
    white-space: nowrap;
}

.user_btns {
    height: 0.9rem;
    padding-top: 0.3rem;
    box-sizing: border-box;
    line-height: 0.9rem;
    font-size: 0.24rem;
    display: block;
}

.user_btn {
    margin-left: 0.32rem;
    height: 0.51rem;
    line-height: 0.51rem;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 0.25rem;
    padding: 0 0.3rem;
    background: rgba(255, 255, 255, 0.2);
    float: left;
    position: relative;
}

.user_btn.focushover {
    color: #4B1E1E;
    background-image: -webkit-linear-gradient(90deg, #FDEBC2 0%, #D19C6A 100%);
    background-image: linear-gradient(90deg, #FDEBC2 0%, #D19C6A 100%);
}

.user_tip {
    position: absolute;
    right: 0;
    top: 0;
    width: 0.15rem;
    height: 0.15rem;
    background: red;
    border-radius: 50%;
    display: none;
}

.single_user_tip {
    margin-left: 0.1rem;
    height: 0.27rem;
    line-height: 0.27rem;
    padding: 0 0.1rem;
    display: none;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 0.18rem;
    background-image: -webkit-linear-gradient(90deg, #FF5B5B 0%, #FF392A 100%);
    background-image: linear-gradient(90deg, #FF5B5B 0%, #FF392A 100%);
    border-radius: 4px;
    float: left;
}

.package_cont {
    width: 100%;
    height: 7.35rem;
    position: relative;
}

.package_cont:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.qrcode_bg {
    width: 5.5rem;
    height: 7.05rem;
    border-radius: 0.04rem;
    background: #FFFFFF;
    position: relative;
    color: #000000;
}

.pt_position {
    width: 100%;
    height: 1.8rem;
    position: absolute;
    left: 0;
    top: 0;
}

.package_active {
    position: absolute;
    left: 0;
    top: 0.6rem;
    height: 0.52rem;
    line-height: 0.52rem;
    text-align: center;
    font-size: 0.4rem;
    width: 100%;
    display: none;
}

.package_nomal {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    display: none;
    white-space: nowrap;
}

.package_autosub {
    position: absolute;
    left: 0;
    top: 0.38rem;
    width: 100%;
    display: none;
    white-space: nowrap;
}

.ptn_info {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.36rem;
    text-align: center;
}

.ptn_info b,
.ptn_info i,
.ptn_info span {
    display: inline-block;
    vertical-align: baseline;
}

.ptn_info i,
.ptn_info span {
    color: #ed6720;
}

.ptn_info i {
    font-size: 0.3rem;
}

.ptn_info span {
    font-size: 0.6rem;
    margin: 0 0.05rem;
}

.ptn_give {
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    font-size: 0.28rem;
    color: rgba(0, 0, 0, 0.6);
}

.package_code {
    width: 4.8rem;
    height: 4.8rem;
    position: absolute;
    left: 0.35rem;
    top: 1.8rem;
}

.pc_logo {
    width: 1.2rem;
    height: 1.2rem;
    background: url("../img/alipay.png") no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1;
    display: none;
}

.pc_mask {
    width: 100%;
    height: 100%;
    background: transparent no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: none;
}

.pc_success, .pc_fresh, .pc_login {
    background-image: url("../img/packages/fresh2.jpg");
}

.pc_hasbuy {
    background-image: url("../img/packages/buy.png");
}

.autosub_mark {
    width: 4.8rem;
    height: 4.8rem;
    padding-top: 1.5rem;
    box-sizing: border-box;
    position: absolute;
    left: 0.35rem;
    top: 1.8rem;
    background: url("../img/packages/focus-tip.png") no-repeat center top;
    background-size: cover;
    display: none;
}

.autosub_mark.blur-mark {
    background-image: url("../img/packages/blur-tip.png");
}

.am_msg {
    width: 100%;
    height: 0.7rem;
    font-size: 0.26rem;
    color: #000000;
    line-height: 0.35rem;
    text-align: center;
    margin-bottom: 0.65rem;
}

.am_tip {
    width: 100%;
    height: 0.47rem;
    font-size: 0.36rem;
    color: #FDF1DC;
    line-height: 0.47rem;
    text-align: center;
}

.pcf_tip {
    width: 2.17rem;
    height: 0.77rem;
    line-height: 0.77rem;
    background-image: -webkit-linear-gradient(90deg, #FDEBC2 0%, #D19C6A 100%);
    background-image: linear-gradient(90deg, #FDEBC2 0%, #D19C6A 100%);
    border-radius: 0.38rem;
    font-size: 0.3rem;
    text-align: center;
    color: #4B1E1E;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pcf_tip span {
    display: inline-block;
    width: 0.39rem;
    height: 0.34rem;
    background: url(../img/packages/fresh.png) no-repeat center center;
    background-size: cover;
    vertical-align: middle;
    margin-right: 0.1rem;
}

.pcs_icon {
    width: 0.59rem;
    height: 0.59rem;
    position: absolute;
    left: 50%;
    top: 1.53rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../img/packages/right.png) no-repeat center center;
    background-size: cover;
}

.pcs_tip {
    width: 100%;
    height: 0.56rem;
    line-height: 0.56rem;
    text-align: center;
    font-size: 0.4rem;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    top: 2.4rem;
}

.pt_account {
    width: 5.5rem;
    height: 0.45rem;
    text-align: center;
    line-height: 0.45rem;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0.24rem;
    color: rgba(0, 0, 0, 0.6);
    white-space: nowrap;
}

.package_filling {
    width: 5.5rem;
    height: 0.3rem;
    text-align: center;
    line-height: 0.3rem;
    position: absolute;
    left: 0;
    bottom: -0.35rem;
    font-size: 0.24rem;
    color: rgba(227, 227, 227, 0.31);
}

.pl_cont {
    width: 12.05rem;
    height: 4.96rem;
    padding: 0.04rem 0.45rem 0.06rem 0.26rem;
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    left: -0.26rem;
    bottom: 0.79rem;
}

.package_list {
    position: relative;
}

.package_list li {
    width: 11.34rem;
    height: 1.58rem;
    margin-bottom: 0.06rem;
    border-radius: 0.04rem;
    position: relative;
}

.package_list li .package_container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: no-repeat center center;
    background-size: cover;
}

.package_list .focushover .package_container {
    width: 11.58rem;
    height: 1.74rem;
    padding: 0.15rem 0.32rem 0.15rem 0.15rem;
    left: -0.26rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
}

.package_list .focushover .open_autosub {
    width: 11.58rem;
    height: 3.34rem;
    padding: 0.26rem 0.47rem 0.26rem 0.26rem;
    left: -0.37rem;
    top: -0.58rem;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 2;
}

.package_list li:last-child.focushover .package_container {
    top: -0.36rem;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.package_list li:last-child.focushover .open_autosub {
    top: -2.06rem;
}

.package_list li:first-child.focushover .package_container {
    top: -0.1rem;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.package_list li:nth-child(2).focushover .open_autosub {
    top: -0.58rem;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.package_list li:first-child.focushover .open_autosub {
    top: -0.2rem;
}

.pc_price {
    height: 100%;
    width: 3.78rem;
    font-size: 0.76rem;
    line-height: 1.58rem;
    text-align: center;
}

.focushover .pc_price {
    width: 3.97rem;
    color: #4B1E1E;
    line-height: 1.74rem;
}

.open_autosub .pc_price {
    height: 1.67rem;
    line-height: 1.67rem;
}

.pcp_cur {
    font-size: 0.4rem;
    color: #FFFFFF;
}

.focushover .pcp_cur {
    color: #4B1E1E;
}

.pcp_pre {
    font-size: 0.26rem;
    text-decoration: line-through;
    color: #cbcbcb;
}

.focushover .pcp_pre {
    color: #663a3a;
}

.pc_desc {
    width: 7rem;
    padding-top: 0.25rem;
    margin-left: 0.5rem;
}

.focushover .pc_desc {
    padding-top: 0.34rem;
}

.open_autosub .pc_desc {
    height: 1.67rem;
    box-sizing: border-box;
}

.pcd_title {
    height: 0.67rem;
    line-height: 0.56rem;
    font-size: 0.4rem;
}

.focushover .pcd_title {
    color: #4B1E1E;
}

.pcd_title span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.36rem;
    height: 0.42rem;
    line-height: 0.42rem;
    font-size: 0.24rem;
    padding: 0 0.1rem;
    color: #FFFFFF;
    background-image: -webkit-linear-gradient(90deg, #F96E6E 0%, #E92626 100%);
    background-image: linear-gradient(90deg, #F96E6E 0%, #E92626 100%);
}

.pcd_info {
    width: 100%;
    height: 0.4rem;
    line-height: 0.35rem;
    font-size: 0.26rem;
    color: rgba(253, 234, 193, 0.7);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pcd_info span {
    font-size: 0.35rem;
}

.focushover .pcd_info {
    color: rgba(75, 30, 30, 0.8);
}

.focushover .pcd_info span {
    color: rgba(142, 0, 0, 0.8);
}

.pc_current {
    border-width: 0.2rem;
    border-style: solid;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
    position: absolute;
    right: -0.6rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

.current .pc_current {
    display: block;
}

.focushover .pc_current {
    display: none;
}

.renewal_rules {
    width: 10.53rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0;
    border-top: 0.02rem solid rgba(75, 30, 30, 0.2);
    display: none;
    margin-left: 0.48rem;
}

.open_autosub .renewal_rules {
    display: block;
}

.rr_cont {
    display: inline-block;
    vertical-align: middle;
    line-height: 0.36rem;
    font-size: 0.26rem;
    color: rgba(75, 30, 30, 0.8);
}

.func_btn {
    width: 11.34rem;
    height: 0.7rem;
    line-height: 0;
    font-size: 0.24rem;
    color: #EECA92;
    white-space: nowrap;
    position: absolute;
    left: 0;
    bottom: 0;
}

.func_btn li {
    width: 3.71rem;
    height: 0.7rem;
    line-height: 0.7rem;
    border-radius: 0.04rem;
    background: rgba(255, 255, 255, 0.1);
    font-size: 0.24rem;
    color: #EECA92;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: 0.1rem;
}

.func_btn li:first-child {
    margin-left: 0;
}

.func_btn li.focushover {
    color: #4B1E1E;
    background-image: -webkit-linear-gradient(90deg, #FDEBC2 0%, #D19C6A 100%);
    background-image: linear-gradient(90deg, #FDEBC2 0%, #D19C6A 100%);
}

.nav_view {
    width: 11.34rem;
    height: 1.84rem;
    padding-bottom: 0.38rem;
    font-size: 0;
    box-sizing: border-box;
    overflow: hidden;
    display: none;
    position: relative;
}

.lan_list {
    width: 11.34rem;
    height: 1.46rem;
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 0;
}

.lan_list li {
    width: 3.76rem;
    height: 1.46rem;
    text-indent: 0.34rem;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0.32rem 0 0;
    display: inline-block;
    vertical-align: top;
    background: transparent no-repeat center center;
    background-size: cover;
    margin-left: 0.03rem;
}

.lan_list li:first-child {
    margin-left: 0;
}

.nav_view:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 1.46rem;
    clear: both;
    background-image: -webkit-linear-gradient(to right, rgba(251, 241, 220, 0) 0%, rgba(246, 223, 182, 1) 50%, rgba(246, 223, 182, 0) 100%);
    background-image: linear-gradient(to right, rgba(251, 241, 220, 0) 0%, rgba(246, 223, 182, 1) 50%, rgba(246, 223, 182, 0) 100%);
}

.lan_title {
    font-size: 0.36rem;
    line-height: 0.5rem;
    color: #FAE6BD;
    font-weight: bold;
}

.focushover .lan_title {
    color: #4B1E1E;
}

.lan_msg {
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: #FAE6BD;
    opacity: 0.8;
}

.focushover .lan_msg {
    color: #4B1E1E;
}

.solo_cont {
    width: 11.34rem;
    height: 6.06rem;
    margin-bottom: 0.16rem;
    position: relative;
}

.solo-card {
    width: 11.81rem;
    height: 5.36rem;
    padding: 0.15rem 0.32rem 0.15rem 0.15rem;
    box-sizing: border-box;
    background: url("../img/packages/solo.png") no-repeat 0.15rem 0.15rem;
    background-size: auto 5.06rem;
    background-clip: content-box;
    position: absolute;
    left: -0.15rem;
    top: -0.15rem;
}

.focushover .solo-card {
    background: url("../img/packages/solo-focus.png") no-repeat left center;
    background-size: cover;
    background-clip: border-box;
}

.solo-price {
    width: 3.78rem;
    height: 100%;
    padding: 3.5rem 0.48rem 0;
    box-sizing: border-box;
    line-height: 1rem;
    text-align: right;
    font-size: 0.6rem;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.1);
    font-weight: bold;
}

.solo-price span {
    font-size: 1.1rem;
}

.solo-info {
    width: 7.56rem;
    height: 100%;
    padding: 0.75rem 0 0 0.6rem;
    box-sizing: border-box;
}

.solor-title {
    height: 1.68rem;
    line-height: 0.84rem;
    font-size: 0.54rem;
    color: #FFFFFF;
    margin-bottom: 0.5rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.solo-expirce {
    height: 0.9rem;
    line-height: 0.45rem;
    font-size: 0.32rem;
    color: #F2CF9D;
    margin-bottom: 0.28rem;
}

.solo-tip {
    height: 0.42rem;
    line-height: 0.42rem;
    font-size: 0.3rem;
    color: #FFFFFF;
    opacity: 0.6;
}

.focushover .solo-price, .focushover .solor-title, .focushover .solo-expirce, .focushover .solo-tip {
    color: #4B1E1E;
}

.solo_current {
    display: block;
}

.focushover .solo_current {
    display: none;
}

.tip-top {
    height: 1rem;
    padding: 0 1rem;
    line-height: 1rem;
    font-size: 0.6rem;
    color: #fff;
    border-radius: 0.5rem;
    background: rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
    display: none;
}

.package_type {
    width: 4.75rem;
    height: 0.61rem;
    position: absolute;
    top: 0;
    left: -0.27rem;
    display: none;
}

.pt_div {
    width: 100%;
    height: 100%;
    display: none;
    background: transparent no-repeat left center;
    background-size: auto 100%;
}

.pt_dc {
    background-image: url("../img/packages/left-aw.png");
}

.pt_aw {
    background-image: url("../img/packages/right-dc.png");
}

.promotion-tip, .exit-retention {
    width: 19.2rem;
    height: 10.8rem;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    background: rgba(0, 0, 0, 0.8);
    z-index: 5;
    display: none;
}

.promotion-tip-hide {
    -webkit-animation: hidetip 0.3s linear 0s 1 normal forwards;
    animation: hidetip 0.3s linear 0s 1 normal forwards;
}

.pro-tip-img {
    width: 19.2rem;
    height: 10.8rem;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: transparent no-repeat center center;
    background-size: contain;
    font-size: 0.36rem;
    text-align: center;
    box-sizing: border-box;
    padding-top: 1.8rem;
}

.package_promotion {
    font-size: 0.2rem;
    line-height: 0.34rem;
    color: #ffffff;
    text-align: right;
    white-space: nowrap;
    height: 0.79rem;
    min-width: 2.19rem;
    position: absolute;
    right: 0.13rem;
    top: 0.13rem;
    box-sizing: border-box;
    padding-top: 0.45rem;
    background: transparent no-repeat top right;
    background-size: auto 0.42rem;
    z-index: 1;
    display: none;
}

.focushover .package_promotion {
    top: 0.28rem;
    right: 0.45rem;
    color: #4B1E1E;
}

.open_autosub .package_promotion {
    top: 0.39rem;
    right: 0.6rem;
}

.exit-retention {
    background: rgba(0, 0, 0, 0.8) no-repeat center center;
    background-size: contain;
    box-sizing: border-box;
    padding-top: 2.19rem;
    font-size: 0.36rem;
    text-align: center;
}

.exit-btns {
    width: 100%;
    height: 1rem;
    position: absolute;
    left: 0;
    bottom: 2.9rem;
}

.exit-tip-btn {
    width: 3rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    font-size: 0.36rem;
    color: #fcebbf;
    letter-spacing: 1px;
    background: url("../img/packages/exit-tip-blur.png") no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 0;
}

.exit-tip-btn:first-child {
    -webkit-transform: translate(-3.3rem, 0);
    transform: translate(-3.3rem, 0);
}

.exit-tip-btn:last-child {
    -webkit-transform: translate(0.2rem, 0);
    transform: translate(0.2rem, 0);
}

.exit-tip-btn.focushover {
    color: #7e3b00;
    background-image: url("../img/packages/exit-tip-focus.png");
}

.alert_gift_new {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 19.2rem;
    height: 10.8rem;
    text-align: center;
    font-size: 0.32rem;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(7, 8, 10, 0.75) no-repeat center center;
    background-size: cover;
    z-index: 1000;
}

.agn_okbtn {
    width: 2.8rem;
    height: 0.78rem;
    border-radius: 0.39rem;
    line-height: 0.78rem;
    background: #2D2D2D;
    position: absolute;
    left: 6.48rem;
    bottom: 1.37rem;
}

.agn_closebtn {
    width: 2.8rem;
    height: 0.78rem;
    border-radius: 0.39rem;
    line-height: 0.78rem;
    background: #2D2D2D;
    position: absolute;
    right: 6.48rem;
    bottom: 1.37rem;
}

.agn_closebtn.focushover, .agn_okbtn.focushover {
    color: #252B31;
    background-image: -webkit-linear-gradient(90deg, #FDEBC2 0%, #D19C6A 100%);
    background-image: linear-gradient(90deg, #FDEBC2 0%, #D19C6A 100%);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
