﻿.contact-form-ext {
    margin-top: 40px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    padding: 20px 60px;
    background-color: #fafafa
}

.contact-form-ext .contact-form_title {
    font-size: 20px;
    margin: 0 0 12px;
}

.price-wrap {
    color: #606266;
    font-size: 16px;
    display: flex
}

    .price-wrap .item {
        flex: 1
    }

.contact-form-ext .el-form-item__error {
    padding-top: 0px
}

.contact-form-ext .el-form-item {
    margin-bottom: 12px
}

.tips-icon {
    color: #c8c8c8;
}

.desc-text {
    font-size: 11px;
    line-height: 22px;
    color: #9b9b9b;
    text-align: left;
    margin: 0px 0 0;
}

.product2-content-info p {
    font-size: 14px;
    color: #9b9b9b;
    margin: 6px 0;
}

.product2-content-info h6 {
    margin-bottom: 0;
    font-size: 13px;
}

.counter-left {
    padding-top: 60px;
}

.counter-left [class*="am-u-"] + [class*="am-u-"]:last-child {
    float: left;
}

.product2-content-info + .product2-content-info {
    margin-top: 12px;
}

.dialog-pay .el-dialog {
    max-width: 700px
}

.dialog-pay .el-dialog__body {
    padding: 10px
}

.dialog-pay .table {
    margin: 0 auto;
    color: #303133
}

.dialog-pay .table tr td {
    width: 50%;
    text-align: left;
}

.dialog-pay .table tr td:first-child {
    text-align: right;
}

.pay-qrcode {
    width: 100%;
    padding: 10px;
    display: flex;
    height: 248px
}

.pay-qrcode .qrcode {
    flex: 1
}

.pay-qrcode .content {
    flex: 1;
    padding: 0 10px
}

.dialog-pay .btn-wrap {
    padding: 12px 6px 4px;
    margin-top: 20px
}

.pay-tips {
    margin-top: 12px;
    color: #856100;
    background: #fff1cc linear-gradient(180deg, #fff3d4, #fff1cc) repeat-x;
    border-color: #ffecb8;
    font-size: 10px;
    padding: 10px 16px;
    border-radius: 4px;
}

.qrcode-qy {
    background-image: url("/ui/images/qrcode-qy-kf.jpg");
    height: 260px;
    width: 260px;
    background-size: cover;
    margin: 28px auto;
}
.price{position: relative;color:#F04E4E}
.price::before{content: '¥';font-size: 14px;}
