.work-popup {
    display: none;
    width: 100vw;
    height: 100%;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
}

.work-popup .layer-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.work-popup .layer-mask-one {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.work-popup .layer-mask-vip {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.work-popup .work-popup-container {
    position: absolute;
    z-index: 10;
    background: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    /* height: 40vh; */
}

.work-popup .work-popup-container .work-popup-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 11;
    width: 24px;
    height: 24px;
}

.work-popup .work-popup-container .work-popup-close-one {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 11;
    width: 24px;
    height: 24px;
}

.work-popup .work-popup-container .work-popup-close-vip {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 11;
    width: 24px;
    height: 24px;
}

.u-login {
    width: 100%;
    text-align: center;
    background: #fff;
    box-shadow: 0 0.02667rem 0.21333rem 0 rgba(240, 86, 54, 0.17);
    border-radius: 0.26667rem 0.26667rem 0 0;
    overflow: hidden;
}
.u-login .u-login-container {
    padding: 60px 10%;
}
.u-login .u-login-container .u-login-title {
    display: inline-block;
    color: #333;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    margin: 0 0 40px;
}
.u-login .u-login-container .u-login-phone {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 15px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    background-color: rgb(35, 98, 232);
    border-radius: 20px;
    text-align: center;
    box-sizing: border-box;
}

.u-login .u-login-container .u-login-wx {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    background-color: #1fba61;
    border-radius: 20px;
    text-align: center;
    box-sizing: border-box;
}
.u-login .u-login-container .u-login-phone:active,
.u-login .u-login-container .u-login-wx:active {
    opacity: 0.6;
}

.u-login .u-login-container .ic-close {
    position: absolute;
    top: 0.30667rem;
    right: 0.30667rem;
    color: #999;
}

.u-phone-login {
    padding: 60px 10%;
}

.u-phone-login-header {
    display: flex;
    position: absolute;
    top: -15px;
    left: 5%;
    width: 90%;
}

.u-phone-login .u-phone-login-header .img {
    width: 72px;
    height: 72px;
    border-radius: 100%;
}

.u-phone-login .u-phone-login-header .title {
    margin: 40px 0 0 15px;
}

.u-phone-form {
    margin: 40px 0 0;
}

.u-phone-form-item {
    margin: 0 0 15px;
    height: 44px;
    border-radius: 22px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.u-phone-form-item select.phone-area {
    width: 60px;
    text-align: center;
    height: 30px;
}

.u-phone-form-item .split {
    width: 1px;
    height: 20px;
    background: #ccc;
    margin: 0 10px;
}

.u-phone-form-item input {
    height: 35px;
    flex: 1;
    min-width: 100px;
}

.u-phone-form-item .send-code {
    color: #999;
    margin: 0 10px;
}

.u-phone-form .submit {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 0 15px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    background-color: #999;
    border-radius: 20px;
    text-align: center;
    box-sizing: border-box;
}

.u-phone-form .login-tip {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    font-size: 12px;
    color: #999;
    text-align: center;
    line-height: 18px;
}

.u-phone-form .login-tip a {
    color: #666;
}

.single-vip-container {
    padding: 40px 0;
}

.single-vip-container .popup-header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 20px;
}

.single-vip-container .popup-header .header-img {
    width: 64px;
    height: 20px;
    margin-left: 8px;
}

.single-vip-container .single-info {
    width: 80%;
    height: auto;
    box-shadow: 0 0.16rem 0.48rem 0 #d4d4d4;
    border-radius: 6px;
    border: 1 solid #fff;
    background: #ffefec;
    margin: 0 auto;
}

.single-vip-container .single-file {
    background: #fff;
    border-radius: 12px;
}

.single-vip-container .single-file .single-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    text-align: center;
    padding: 20px 20px 0 16px;
    color: #666;
}

.single-vip-container .single-file .file-icon {
    font-size: 16px;
}
.single-vip-container .single-file .doc-icon {
    color: #2660b8;
}

.single-vip-container .single-file .ppt-icon {
    color: #e64a19;
}

.single-vip-container .single-file .pdf-icon {
    color: #f36826;
}

.single-vip-container .single-file .xls-icon {
    color: #419265;
}

.single-vip-container .single-file .single-money {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222;
    font-size: 15px;
    padding: 16px 0;
}

.single-vip-container .single-file .single-money-info {
    color: red;
    font-size: 24px;
    margin: 0 12px;
}

.single-vip-container .single-timer {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    padding: 16px 0;
}

.single-vip-container .single-timer .time-text {
    width: 28px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    background: #ff744e;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
}

.single-vip-container .single-timer .time-dur {
    width: 0.32rem;
    height: 0.64rem;
    text-align: center;
    line-height: 0.64rem;
    color: #f25125;
}

.single-vip-container .pay-weixin,
.single-vip-container .pay-zhifubao {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 45px;
    border-radius: 22px;
    font-size: 17px;
    color: #fff;
    margin: 0 auto;
}

.single-vip-container .pay-weixin {
    background: #1fba61;
    margin-top: 40px;
}

.single-vip-container .pay-zhifubao {
    background: #3d82fc;
    margin-top: 16px;
}

.vip-container {
    padding: 14px 0% 0px;
}

.vip-container-list {
    padding: 0 5% 30px;
    border-bottom: 10px solid #f4f4f4;
}

.vip-container-title {
    font-size: 17px;
    color: #333;
    margin: 0 0 30px;
    text-align: center;
}

.vip-list-cont {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 0 10px;
}

.vip-list-item {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    max-width: 176px;
    width: calc(50% - 10px);
    height: 100px;
    border: 0.04rem solid transparent;
    border-radius: 3px;
    box-sizing: border-box;
    margin: 0 10px 10px 0;
    overflow: visible;
    background: url(/static/img/contract/icon/joint.png) 50% no-repeat;
    background-size: 100% 100%;
}

.vip-list-item.is-active {
    background: url(/static/img/contract/icon/joint-check.png) 50% no-repeat;
    background-size: 100% 100%;
    border: 1px solid #ddb057;
}

.vip-list-item .list-item_title {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    height: 20px;
    line-height: 20px;
    margin-top: 15px;
}

.vip-list-item .list-item_price {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 30px;
    line-height: 30px;
    margin-top: 6px;
}

.vip-list-item .list-item_price .sale {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    font-size: 13px;
    font-weight: 500;
    color: #21140f;
}

.vip-list-item .list-item_price .sale-num {
    font-size: 27px;
    font-weight: 500;
}

.vip-list-item .list-item_price .origin {
    font-size: 10px;
    font-weight: 400;
    color: #666;
    margin-left: 3px;
}

.vip-list-item .list-item_price .origin.active {
    color: #333;
}

.vip-list-item .list-item_subtitle {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    border-radius: 8px;
    margin-top: 2px;
}

.vip-list-item .list-item_tag {
    position: absolute;
    top: -6px;
    right: -1px;
    font-size: 12px;
    font-weight: 500;
    color: #ffe2c2;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    background: #422c1f;
    background: linear-gradient(90deg, #422c1f, #29190e);
    border-radius: 0 5px 0 5px;
    z-index: 3;
    color: #fff;
    background: linear-gradient(90deg, #ff542d, #ee2700);
    display: none;
}

.vip-list-item.is-active .list-item_tag {
    display: block;
}

.vip-list-item img.selected {
    display: none;
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 24px;
    height: 24px;
}

.vip-list-item.is-active img.selected {
    display: block;
}

.vip-privilege {
    display: flex;
    align-items: center;
    font-size: 13px;
    margin: 0 0 10px;
    color: #7f450d;
    background: linear-gradient(90deg, #fff3e2, #fff);
    padding: 5px 10px;
}

.vip-privilege img {
    width: 20px;
    height: 20px;
    margin: 0 6px 0 0;
}

.vip-swipe {
    background: none;
    margin: 0 0 5px;
    color: #b27525;
}

.vip-swipe img {
    width: 22px;
    height: 22px;
    margin: 0 10px 0 0;
}

.pay-ways {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 5%;
}

.pay-way {
    display: flex;
    align-items: center;
}

.pay-ways .line {
    height: 16px;
    width: 1px;
    background: #ccc;
    margin: 0 10px;
}

.pay-way .way {
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.pay-way .way img {
    display: none;
    width: 12px;
    height: 12px;
}

.pay-way img.icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.pay-way .way.active {
    border: 1px solid rgb(206, 64, 66);
    background: rgb(206, 64, 66);
}

.pay-way .way.active img {
    display: block;
}

.pay-button {
    padding: 0 5%;
    height: 45px;
    margin-bottom: 10px;

}

.pay-submit {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: #634635;
    background: linear-gradient(90deg, #634635, #29180e);
    font-weight: 700;
    color:#ffd283;
    font-size: 16px;
    border-radius: 22px;
    height: 45px;

}
