/* 购买套餐 */
.product-pay {
    font-size: 0;
    line-height: initial;
}

.product-pay-item {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #F5F5F5;
    padding: 30px;
    position: relative;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05);
    transition: .3s;
    margin: 0 10px;
    height: 540px;
    width: 270px;
    background-repeat: no-repeat;
    background-size: cover;
}

.product-pay-item.pro-bg {
    background-image: url(/webstatic/img/scanProduct/pro_bg.png);
}

.product-pay-item.env-bg {
    background-image: url(/webstatic/img/scanProduct/env_bg.png);
}

.product-pay-item.c-bg {
    background-image: url(/webstatic/img/scanProduct/c_bg.png);
}

.product-pay-item:hover {
    border: 1px solid #F5F5F5;
    transform: translateY(-10px);
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .1);
}

.product-prize {
    position: absolute;
    top: 105px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0;
}

.product-prize .normal {
    font-family: PingFangSC-Medium, sans-serif;
    font-size: 20px;
    color: #38F;
    line-height: 34px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 3px;
}

.product-prize .normal span {
    font-size: 12px;
    margin-left: 6px;
}

.product-prize .unusual {
    font-family: PingFangSC-Regular, PingFang SC, Helvetica Neue,
    Helvetica, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif;
    font-size: 12px;
    color: #999;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: middle;
    text-decoration: line-through;
    padding: 0 3px;
}

.product-prize.normal span {
    font-size: 12px;
    margin-left: 6px;
}

.product-pay-item-title {
    font-family: PingFangSC-Medium, sans-serif;
    font-size: 18px;
    color: #333;
    letter-spacing: 0;
}

.product-pay-item-des > div:first-child {
    font-family: PingFangSC-Regular, PingFang SC, Helvetica Neue,
    Helvetica, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif;;
    font-size: 14px;
    color: #999;
    letter-spacing: 0;
    line-height: 30px;
}

.product-pay-item-des > div:nth-child(2) {
    font-family: PingFangSC-Regular, PingFang SC, Helvetica Neue,
    Helvetica, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif;;
    font-size: 14px;
    color: #333;
    letter-spacing: 0;
    line-height: 30px;
    width: 110px;
    margin: 74px auto 0;
    text-align: left;
}

.product-pay-item-des p {
    margin: 0;
}

.product-pay-item-des > div:nth-child(2) p:before {
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-right: 10px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/webstatic/img/scanProduct/icon_check\ circle\ grey.svg);
}

.product-pay-item-des > div:nth-child(2) p.active:before {
    background-image: url(/webstatic/img/scanProduct/icon_check\ circle.svg);
}

.product-pay-item-des > div:last-child {
    font-size: 0;
    padding-left: 10px;
    text-align: left;
    margin-top: 20px;
}

.product-pay-item-des > div:last-child span {
    display: inline-block;
    font-family: PingFangSC-Regular, PingFang SC, Helvetica Neue,
    Helvetica, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif;;
    font-size: 14px;
    color: #999;
    letter-spacing: 0;
    line-height: 30px;
}

.product-pay-item-des > div:last-child span:last-child {
    color: #333;
}


.product-pay-item-des > div:last-child span:first-child {
    width: 86px;
    text-align: left;
    margin-right: 18px;
}

.product-time {
    font-size: 0;
    padding: 0 10px;
    text-align: left;
}

.product-time span {
    display: inline-block;
    font-family: PingFangSC-Regular, PingFang SC, Helvetica Neue,
    Helvetica, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif;;
    font-size: 14px;
    color: #999;
    letter-spacing: 0;
    line-height: 30px;
}

.product-time span:first-child {
    width: 84px;
    text-align: left;
    margin-right: 20px;
}

.product-time span:last-child {
    color: #333;
}

.product-btn {
    width: 230px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: #38F;
    font-family: PingFangSC-Regular, PingFang SC, Helvetica Neue,
    Helvetica, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
}

.product-btn:hover {
    background: #4DA6FF;
}

.product-btn:active {
    background: #2E7AE6;
}

.product-select {
    width: 60px;
    height: 26px;
    line-height: 26px;
    font-family: PingFangSC-Regular, PingFang SC, Helvetica Neue,
    Helvetica, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif;;
    font-size: 14px;
    color: #333;
    letter-spacing: 0;
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 2px;
    padding: 0 10px;
    position: relative;
    top: 2px;
    cursor: pointer;
    user-select: none;
    display: inline-block;
    z-index: 1;
}

.product-select:hover {
    border: 1px solid #999;
}

.product-select.active {
    border: 1px solid #38F;
}

.product-select.active:after {
    transform: rotate(180deg);
    right: 6px;
}

.product-select.active .options {
    display: block;
}

.product-select:after {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    right: 3px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 7px;
    cursor: pointer;
    background-image: url(/webstatic/img/scanProduct/icon_clickarrow_down_grey.svg);
}

.product-select .value {
    font-family: PingFangSC-Regular, PingFang SC, Helvetica Neue,
    Helvetica, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif;
    font-size: 14px;
    color: #333;
    display: inline-block;
}

.product-select .options {
    position: absolute;
    bottom: -55px;
    left: 0;
    width: 100%;
    display: none;
    border: 1px solid #CCC;
    border-radius: 0 0 2px 2px;
}

.product-select .options div {
    padding: 0 10px;
    line-height: 26px;
    background: #FFF;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    white-space: nowrap;
    cursor: pointer;
    transition: .3s;
}

.product-select .options div.active {
    color: #38F;
}

.product-select .options div:hover {
    background: #EAF3FF;
}

.product-pay-item-des-c {
    font-family: PingFangSC-Regular, PingFang SC, Helvetica Neue,
    Helvetica, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif;;
    font-size: 14px;
    color: #999;
    letter-spacing: 0;
    text-align: center;
    line-height: 30px;
    padding-top: 225px;
}

