@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Lantinghei SC", "Microsoft Yahei", "Hiragino Sans GB", "Arial", "sans-serif";
    background-color: white;
}

.showView {
    border: 1px #333 solid;
    box-sizing: border-box;
}

.info {
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 80px;
    height: 80px;
    text-align: center;
}

.xt_v {
    width: 90vw;
    margin-left: 5vw;
    box-shadow: 0 0 10px #ccc;
    padding: 5vw 5vw;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 30px;
}

.qj_v {
    width: 90vw;
    margin-left: 5vw;
    box-shadow: 0 0 10px #ccc;
    padding: 5vw 5vw;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 30px;
}

.xt_v1 {
    width: 80vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.xt_v1_v {
    width: 58vw;
    overflow: hidden;
}

.xt_v1_v1_t1 {
    display: block;
    font-size: 15px;
    color: #333;
    text-align: left;
    font-weight: 600;
    height: 35px;
    line-height: 30px;
}

.xt_v1_v1_t2 {
    display: block;
    font-size: 12px;
    height: 20px;
    color: #999;
    text-align: left;
    white-space: nowrap;
}

.xt_v1_i {
    width: 22vw;
    object-fit: contain;
    height: 116px;
}

.xt_v2 {
    width: 80vw;
    height: 36px;
    line-height: 36px;
    display: block;
    font-size: calc(100vmin / 750 * 23);
    text-align: center;
    background-color: #FFF1F4;
    color: #E2607A;
    border-radius: 2px;
    box-sizing: border-box;
    margin-bottom: 15px;
    margin-top: 5px;
    white-space: nowrap;
}

.xt_v3 {
    width: 80vw;
    height: 40px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px;
    box-sizing: border-box;
    margin-top: 10px;
}

.xt_v3_sel {
    background-color: #FD5278;
    border: 1px solid #FD5278;
}

.xt_v3_nor {
    background-color: white;
    border: 1px solid #999;
}

.xt_v3_v1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 62vw;
}

.xt_v3_v1_i1 {
    width: 18px;
    height: 18px;
    object-fit: contain;
    border-radius: 18px;
}

.xt_v3_v1_t1 {
    background-color: #FEE291;
    color: #AF781A;
    padding: 0 1px;
    border-radius: 2px;
    height: 16px;
    line-height: 16px;
    font-size: 8px;
    margin-left: 1px;
    white-space: nowrap;
}

.xt_v3_v1_t2 {
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    white-space: nowrap;
}

.xt_v3_v1_t2_sel {
    color: white;
}

.xt_v3_v1_t2_nor {
    color: #666;
}

.xt_v3_v2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15vw;
    background-color: #FEE291;
    height: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.xt_v3_v2_t {
    font-size: 8px;
    margin-right: 2px;
    color: #AF781A;
    line-height: 20px;
}

.xt_v3_v2_i {
    width: 15px;
    height: 15px;
    object-fit: contain;
    border-radius: 15px;
    background-color: #FD5278;
}

.xt_v3_v3 {
    position: relative;
    width: 15vw;
    background-color: #F5ADA7;
    height: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.xt_v3_v3_v {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    height: 20px;
    background-color: #FD5278;
}

.xt_v3_v3_t {
    position: absolute;
    width: 15vw;
    top: 0;
    left: 0;
    height: 20px;
    line-height: 20px;
    font-size: 8px;
    color: white;
    text-align: center;
}

.xt_info {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 16px;
    font-size: 10px;
    margin: 10px 0;
    color: #FD5278;
}

.xt_pay_v {
    display: flex;
    width: 100%;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.xt_pay {
    background-color: #FD5278;
    color: white;
    width: 50vw;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    text-align: center;
    font-size: calc(100vmin / 750 * 30);
}

.zd {
    width: 100%;
    height: fit-content;
}

.more {
    font-size: calc(100vmin / 750 * 26);
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #666;
}

.kefu {
    position: fixed;
    bottom: 10vh;
    right: 0;
    width: 10vw;
    height: fit-content;
    object-fit: contain;
}

@keyframes kefuFly {
    0% {
        right: 0
    }
    50% {
        right: 3vw
    }
    100% {
        right: 0;
    }
}

.customer {
    margin: 0 calc(100vmin / 750 * 30);
    padding-bottom: calc(100vmin / 750 * 10);
    font-size: calc(100vmin / 750 * 20);
    color: #666666;
    text-align: center;
}