body,
html {
    font-family: "微软雅黑";
    font-size: calc(100vw / 7.5);
    /*设计稿为720px宽度*/
    background: rgba(245, 245, 245, 1);
    line-height: normal;
}

.ytk_my_vip_tit {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: .3rem;
    background: #FFFFFF;
}

.ytk_my_vip_tit li {
    text-align: center;
    height: .88rem;
    line-height: .88rem;
    font-size: .28rem;
    color: rgba(81, 81, 81, 1);
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
}

.ytk_my_vip_tit li.ytk_my_vip_active {
    border-bottom: 2px solid #FDC533;
    color: #FDC533;
}

.ytk_my_vip_tit li:nth-child(2) {
    margin: 0 1.35rem;
}

.ytk_my_vip_list {
    font-size: 0rem;
}

.ytk_my_vip_list li {

    padding: .27rem .37rem .39rem .24rem;
    box-sizing: border-box;
    margin: 0 auto;
    width: 6.96rem;
    background: rgba(255, 255, 255, 1);
    border-radius: .2rem;
    text-align: right;
    margin-bottom: .3rem;
}

.ytk_my_vip_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .31rem;
}

.ytk_my_vip_flex div:first-child {
    width: 2.25rem;
    height: 1.24rem;
    border-radius: .08rem;
    background: url(/images/index/ytk_sp_study.png) no-repeat center center;
    background-size: 2.25rem 1.24rem;
    position: relative;
}

.ytk_my_vip_flex div:first-child i {
    display: block;
    width: .64rem;
    height: .32rem;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: url(/images/my/ytk_my_vip_tu2.png) no-repeat center center;
    background-size: .64rem .32rem;
}

.ytk_my_vip_flex div:nth-child(2) {
    width: 3.83rem;
    height: 1.24rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
}

.ytk_my_vip_flex div p:first-child {
    font-size: .3rem;
    color: rgba(77, 77, 77, 1);
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ytk_my_vip_flex div p:last-child {
    font-size: .24rem;
    color: rgba(125, 125, 125, 1);
}

.ytk_my_vip_btn {
    width: 1.6rem;
    height: .59rem;
    border: 1px solid rgba(253, 197, 51, 1);
    border-radius: .3rem;
    text-align: center;
    font-size: .24rem;
    color: rgba(253, 197, 51, 1);
    background: none;
}

.weui-popup__container--visible .weui-popup__modal {
    border-radius: .4rem .4rem 0rem 0rem;
}

.ytk_my_vip_popup {
    padding: .76rem .54rem .28rem .54rem;
    position: relative;
}
.vip_popup .weui-popup__modal{
    background-color: #fff ;
}
.ytk_my_vip_popup_close {
    position: absolute;
    width: .33rem;
    height: .33rem;
    background: url(/images/my/ytk_my_vip_icon.png) no-repeat center center;
    background-size: .33rem .33rem;
    right: .51rem;
    top: .41rem;
}

.ytk_my_vip_popup h1 {
    font-size: .42rem;
    font-weight: 500;
    color: rgba(102, 102, 102, 1);
    margin-bottom: .63rem;
    text-align: center;
}

.ytk_my_vip_popup_flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: .34rem;
}

.ytk_my_vip_popup_flex i {
    width: .3rem;
    height: .3rem;
    background: rgba(205, 205, 205, 1);
    border-radius: 50%;
    margin-right: .23rem;
    font-size: .19rem;
    color: rgba(255, 255, 255, 1);
    font-style: normal;
    line-height: .3rem;
    text-align: center;
}

.ytk_my_vip_popup_flex p {
    font-size: .3rem;
    color: rgba(102, 102, 102, 1);
    flex: 1;
}

.ytk_my_vip_popup_list {
    font-size: 0px;
}

.ytk_my_vip_popup_list li:last-child {
    margin-bottom: 1.1rem;
}

.ytk_my_vip_popup_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ytk_my_vip_popup_btn button {
    width: 3.13rem;
    height: .88rem;
    border: none;
}

.ytk_my_vip_popup_btn1 {
    background: url(/images/my/ytk_my_vip_btn1.png) no-repeat center center;
    background-size: 3.13rem .88rem;
}

.ytk_my_vip_popup_btn2 {
    background: url(/images/my/ytk_my_vip_btn2.png) no-repeat center center;
    background-size: 3.13rem .88rem;
}
