@charset "utf-8";

/* 
*********************用户支付模块样式*********************
*/
main {
    padding: 30px 0;
}

.pay-choose-product-specification {
    width: 78.83%;
    margin: 0 auto;
}

.pay-choose-product-specification.pay2,
.pay-choose-product-specification.pay3,
.pay-choose-product-specification.pay4  {
    margin-top: 20px;
}

/* 锚点按钮 */
.pay-choose-product-specification .btn-nav {
    display: flex;
    gap: 20px;
    padding: 12px 0;
    background-color: #f3f7fa;
    position: sticky;
    top: 0;
    z-index: 100;
}

.pay-choose-product-specification .btn-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 16px;
    border-radius: 17px;
    border: 1px solid rgb(0, 91, 172);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}

.pay-choose-product-specification .btn-nav a:hover {
    background-image: linear-gradient( 90deg, rgb(0,135,255) 0%, rgb(0,91,172) 100%);
    box-shadow: 0px 3px 8px 0px rgba(0, 91, 172, 0.2);
    border-color: transparent;
    color: #fff;
}

.pay-choose-product-specification .btn-nav a::before {
    content: '';
    display: inline-block;
    margin-right: 8px;
}
  
.pay-choose-product-specification .btn-nav a.icon-cpfw::before {
    width: 18px;
    height: 15px;
    background: url(../img/icon-cpfw1.png);
}

.pay-choose-product-specification .btn-nav a.icon-cpfw:hover::before {
    background: url(../img/icon-cpfw2.png);
}

.pay-choose-product-specification .btn-nav a.icon-gnxq::before {
    width: 15px;
    height: 15px;
    background: url(../img/icon-gnxq1.png);
}

.pay-choose-product-specification .btn-nav a.icon-gnxq:hover::before {
    background: url(../img/icon-gnxq2.png);
}

.pay-choose-product-specification .btn-nav a.icon-shfw::before {
    width: 16px;
    height: 16px;
    background: url(../img/icon-shfw1.png);
}

.pay-choose-product-specification .btn-nav a.icon-shfw:hover::before {
    background: url(../img/icon-shfw2.png);
}

/* 产品服务 */
.pay-choose-product-specification .container {
    display: flex;
    width: 100%;
    gap: 20px;
}

.pay-choose-product-specification .container .left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 0;
    flex-grow: 1;
}

.pay-choose-product-specification .container .item {
    padding: 20px;
    background-color: #fff;
}

.pay-choose-product-specification .container .item .item-title {
    font-size: 20px;
    color: rgb(82, 156, 222);
    font-weight: bold;
    margin-bottom: 48px;
}

.pay-choose-product-specification.pay2 .container .item .item-title {
    margin-bottom: 28px;
}

.pay-choose-product-specification .container .item.product-service .group {
    display: flex;
    gap: 12px;
    margin-bottom: 30px;
}

.pay-choose-product-specification .container .item.product-service .group .title {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 80px;
    height: 40px;
    font-size: 18px;
    color: rgb(136, 136, 136);
}

.pay-choose-product-specification .container .item.product-service .group ul.la-in {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
    width: 0;
    flex-grow: 1;
}
  
.pay-choose-product-specification .container .item.product-service .group ul.la-in li label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 40px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 6px 12px 6px 12px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.pay-choose-product-specification .container .item.product-service .group ul.la-in li.active label {
    border-color: rgb(0, 91, 172);
    box-shadow: 0px 3px 8px 0px rgba(0, 91, 172, 0.2);
    background: url(../img/gou3.png) no-repeat right bottom;
}
  

.pay-choose-product-specification .container .item.product-service .group ul.la-in li .tips {
    line-height: 40px;
    font-size: 16px;
    color: rgb(235, 163, 70);
}

.pay-choose-product-specification .container .item.product-service .group ul.la-in li input[type="radio"] {
    display: none;
}

.pay-choose-product-specification .container .item.product-service > .tips {
    margin-top: -16px;
    padding-left: 92px;
    font-size: 16px;
    color: rgb(153, 153, 153);
    line-height: 26px;
}
/* /产品服务 */

/* 功能详情 */
.pay-choose-product-specification .container .item.function-detail .group:nth-child(n + 3) {
    margin-top: 32px;
}

.pay-choose-product-specification .container .item.function-detail .group .title {
    display: flex;
    align-items: center;
    padding-left: 45.3%;
    margin-bottom: 12px;
    font-size: 18px;
    color: rgb(51, 51, 51);
}

.pay-choose-product-specification .container .item.function-detail .group .title::before {
    content: '';
    display: inline-block;
    width: 39px;
    height: 39px;
    margin-right: 4px;
}

.pay-choose-product-specification .container .item.function-detail .group .title.icon-pc::before {
    background: url(../img/pc.png) no-repeat center center;
}

.pay-choose-product-specification .container .item.function-detail .group .title.icon-app::before {
    background: url(../img/app.png) no-repeat center center;
}

.pay-choose-product-specification .container .item.function-detail .group .title.icon-applet::before {
    background: url(../img/applet.png) no-repeat center center;
}

.pay-choose-product-specification .container .item.function-detail .group .title span {
    color: #eba346;
    font-size: 16px;
}

.pay-choose-product-specification .container .item.function-detail .group table {
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
}

.pay-choose-product-specification .container .item.function-detail .group table thead tr th {
    height: 50px;
    padding-left: 40px;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    color: rgb(136, 136, 136);
    background-color: #f7f7f7;
}

.pay-choose-product-specification .container .item.function-detail .group table thead tr th:first-child {
    width: 13%;
    border-radius: 10px 0 0 10px;
}

@media (max-width: 1700px) {
    .pay-choose-product-specification .container .item.function-detail .group table thead tr th:first-child {
        width: 150px;
    }
}

.pay-choose-product-specification .container .item.function-detail .group table thead tr th:last-child {
    width: 87%;
    border-radius: 0 10px 10px 0;
}

.pay-choose-product-specification .container .item.function-detail .group table tbody tr td {
    height: 50px;
    padding: 12px 0 12px 40px;
    line-height: 22px;
    border-bottom: 1px solid #eee;
    word-wrap: break-word;
    white-space: normal;
}

.pay-choose-product-specification .container .item.function-detail .group table tbody tr td:first-child {
    color: rgb(51, 51, 51);
    font-size: 18px;
}

.pay-choose-product-specification .container .item.function-detail .group table tbody tr td:last-child {
    font-size: 16px;
    color: rgb(102, 102, 102);
}
/* /功能详情 */

/* 售后服务 */
.pay-choose-product-specification .container .item.after-sales-service .group {
    padding: 0 7.55%;
}

.pay-choose-product-specification .container .item.after-sales-service .group:nth-child(n + 2) {
    margin-top: 40px;
}

.pay-choose-product-specification .container .item.after-sales-service .group .title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 550;
    color: rgb(51, 51, 51);
}

.pay-choose-product-specification .container .item.after-sales-service .group ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pay-choose-product-specification .container .item.after-sales-service .group ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: rgb(237, 245, 251);
    font-size: 20px;
    color: rgb(68, 68, 68);
    position: relative;
}

.pay-choose-product-specification .container .item.after-sales-service .group ul li span {
    position: relative;
    z-index: 10;
}

.pay-choose-product-specification .container .item.after-sales-service .group ul li.icon-zzfw::after {
    content: '';
    display: inline-block;
    width: 70px;
    height: 62px;
    background: url(../img/icon-zzfw.png) no-repeat right bottom;
    position: absolute;
    bottom: 8px;
    right: 0;
    z-index: 8;
}

.pay-choose-product-specification .container .item.after-sales-service .group ul li.icon-cpgx::after {
    content: '';
    display: inline-block;
    width: 64px;
    height: 64px;
    background: url(../img/icon-cpgx.png) no-repeat right bottom;
    position: absolute;
    bottom: 6px;
    right: -6px;
    z-index: 8;
}

.pay-choose-product-specification .container .item.after-sales-service .group ul li.icon-znzxfw::after {
    content: '';
    display: inline-block;
    width: 53px;
    height: 60px;
    background: url(../img/icon-znzxfw.png) no-repeat right bottom;
    position: absolute;
    bottom: 10px;
    right: -4px;
    z-index: 8;
}

.pay-choose-product-specification .container .item.after-sales-service .group ul li.icon-rxfw::after {
    content: '';
    display: inline-block;
    width: 56px;
    height: 59px;
    background: url(../img/icon-rxfw.png) no-repeat right bottom;
    position: absolute;
    bottom: 6px;
    right: 5px;
    z-index: 8;
}

@media (max-width: 1400px) {
    .pay-choose-product-specification .container .item.after-sales-service .group ul li {
        width: 100px;
        height: 100px;
        font-size: 16px;
    }

    .pay-choose-product-specification .container .item.after-sales-service .group ul li.icon-zzfw::after {
        background-size: 80% auto;
        bottom: 0;
        right: -12px;
    }
    
    .pay-choose-product-specification .container .item.after-sales-service .group ul li.icon-cpgx::after {
        background-size: 80% auto;
        bottom: 0px;
    }
    
    .pay-choose-product-specification .container .item.after-sales-service .group ul li.icon-znzxfw::after {
        background-size: 80% auto;
        bottom: 4px;
    }
    
    .pay-choose-product-specification .container .item.after-sales-service .group ul li.icon-rxfw::after {
        background-size: 80% auto;
        right: 0;
    }
}

.pay-choose-product-specification .container .item.after-sales-service .group table {
    table-layout: fixed;
    border-spacing: 0;
    width: 100%;
}

.pay-choose-product-specification .container .item.after-sales-service .group table tbody tr td {
    height: 48px;
    padding: 12px 0 12px 32px;
    line-height: 22px;
    word-wrap: break-word;
    white-space: normal;
}

.pay-choose-product-specification .container .item.after-sales-service .group table tbody tr:nth-child(odd) td {
    background-color: rgb(249, 249, 249);
}

.pay-choose-product-specification .container .item.after-sales-service .group table tbody tr td:first-child {
    width: 16.7%;
    border-radius: 10px 0 0 10px;
    font-size: 18px;
    color: rgb(68, 68, 68);
}

@media (max-width: 1700px) {
    .pay-choose-product-specification .container .item.after-sales-service .group table tbody tr td:first-child {
        width: 150px;
    }
}

.pay-choose-product-specification .container .item.after-sales-service .group table tbody tr td.center{
    width: 66.6%;
    border-radius: 0 10px 10px 0;
    font-size: 16px;
    color: rgb(153, 153, 153);
}

.pay-choose-product-specification .container .item.after-sales-service .group table tbody tr td:last-child {
    width: 16.7%;
    border-radius: 0 10px 10px 0;
    font-size: 16px;
    color: rgb(68, 68, 68);
}

@media (max-width: 1700px) {
    .pay-choose-product-specification .container .item.after-sales-service .group table tbody tr td:last-child {
        width: 150px;
    }
}
/* /售后服务 */
  
/* 产品规格 */
.pay-choose-product-specification .container .right {
    width: 380px;
}

.pay-choose-product-specification .container .item.product-specification {
    height: 460px;
    position: sticky;
    top: 58px;
}

.pay-choose-product-specification .container .item.product-specification ul {
    display: flex;
    flex-direction: column;
}

.pay-choose-product-specification .container .item.product-specification ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 56px;
    padding: 0 20px;
}

.pay-choose-product-specification .container .item.product-specification ul li:nth-child(odd) {
    background-color: rgb(249, 249, 249);
}

.pay-choose-product-specification .container .item.product-specification ul li .l {
    font-size: 20px;
    color: rgb(153, 153, 153);
}

.pay-choose-product-specification .container .item.product-specification ul li .r {
    font-size: 20px;
    color: rgb(85, 85, 85);
    font-weight: bold;
}

.pay-choose-product-specification .container .item.product-specification ul li .r span {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: rgb(255, 82, 82);
    margin-right: 8px;
}

.pay-choose-product-specification .container .item.product-specification .doBuy {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    margin-top: 40px;
    border-radius: 4px;
    background-image: linear-gradient( 90deg, rgb(0,135,255) 0%, rgb(0,91,172) 100%);
    font-size: 18px;
    color: rgb(255, 255, 255);
}

.pay-choose-product-specification .container .item.product-specification .doBuy:hover {
    background-image: linear-gradient( 90deg, rgb(33, 152, 255) 0%, rgb(26, 105, 173) 100%);
}

.pay-choose-product-specification .container .item.product-specification .doBuy:active {
    background-image: linear-gradient( 90deg, rgb(0, 105, 197) 0%, rgb(0, 75, 141) 100%);
}
/* /产品规格 */

/* 企业信息/服务清单 */
.pay-choose-product-specification .container .item.service-list {
    padding-bottom: 30px;
}

.pay-choose-product-specification .container .item .kv-box {
    display: flex;
    flex-direction: column;
}

.pay-choose-product-specification .container .item .kv-box p {
    display: flex;
    padding: 8px 0;
}

.pay-choose-product-specification .container .item .kv-box.hasBorder p {
    min-height: 52px;
    border-bottom: 1px solid #eee;
}

.pay-choose-product-specification .container .item .kv-box p .key {
    width: 125px;
    font-size: 20px;
    text-align: right;
    color: rgb(136, 136, 136);
    line-height: 28px;
}

.pay-choose-product-specification .container .item .kv-box p .val {
    width: 0;
    flex-grow: 1;
    padding-left: 60px;
    font-size: 20px;
    color: rgb(68, 68, 68);
    line-height: 28px;
}
/* 企业信息/服务清单 */

/* 发票信息 */
.pay-choose-product-specification .container .item.invoice-info .form-group {
    display: flex;
    width: 50%;
    min-width: 540px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.pay-choose-product-specification .container .item.invoice-info .form-group > label {
    display: flex;
    align-items: center;
    justify-content: right;
    width: 120px;
    height: 44px;
    padding: 0 12px 0 0;
    font-size: 18px;
    color: #888;
    cursor: pointer;
}

.pay-choose-product-specification .container .item.invoice-info .form-group .label-radio {
    display: flex;
    align-items: center;
    gap: 20px;
}

.pay-choose-product-specification .container .item.invoice-info .form-group .label-radio label {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 8px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
    height: 44px;
    padding: 0 12px;
    font-size: 16px;
    color: rgb(68, 68, 68);
    cursor: pointer;
    transition: all 0.3s ease;
}

.pay-choose-product-specification .container .item.invoice-info .form-group .label-radio label::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border: 1px solid rgb(170, 170, 170);
    border-radius: 50%;
    background: #fff;
    color: rgb(68, 68, 68);
    transition: background-color 0.3s ease;
}

.pay-choose-product-specification .container .item.invoice-info .form-group .label-radio label.active {
    color: rgb(0, 91, 172);
    border-color: rgb(0, 91, 172);
    background-color: rgb(223, 235, 246);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}

.pay-choose-product-specification .container .item.invoice-info .form-group .label-radio label.active::before {
    background: url(../img/gou2.png) no-repeat center center, rgb(0, 91, 172);
    
    box-shadow: 0px 3px 6px 0px rgba(0, 91, 172, 0.5);
}

.pay-choose-product-specification .container .item.invoice-info .form-group .label-radio input[type="radio"] {
    display: none;
}

.pay-choose-product-specification .container .item.invoice-info .form-group input {
    height: 44px;
    padding: 0 20px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    background-color: #fff;
    font-size: 18px;
    outline: none;
    transition: all 0.3s ease;
}

.pay-choose-product-specification .container .item.invoice-info .form-group input:focus {
    border-color: rgb(0, 91, 172);
}

.pay-choose-product-specification .container .item.invoice-info .form-group input::placeholder {
    color: rgb(221, 221, 221);
}

.pay-choose-product-specification .container .item.invoice-info .form-group > .label-radio,
.pay-choose-product-specification .container .item.invoice-info .form-group > input {
    width: 0;
    flex-grow: 1;
}
/* /发票信息 */

/* 订单结算 */
.pay-choose-product-specification .container .item.order-settlement {
    height: 460px;
    position: sticky;
    top: 0;
}

.pay-choose-product-specification .container .item.order-settlement ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 44px;
    padding-top: 32px;
}

.pay-choose-product-specification .container .item.order-settlement ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
    padding: 0 20px;
}

.pay-choose-product-specification .container .item.order-settlement ul li:nth-child(n + 2) {
    border-top: 2px solid rgb(245, 244, 244);
}

.pay-choose-product-specification .container .item.order-settlement ul li .l {
    font-size: 18px;
    color: rgb(170, 170, 170);
}

.pay-choose-product-specification .container .item.order-settlement ul li:last-child .l {
    color: #666;
    font-size: 22px;
}

.pay-choose-product-specification .container .item.order-settlement ul li .r {
    font-size: 18px;
    color: rgb(102, 102, 102);
}

.pay-choose-product-specification .container .item.order-settlement ul li:last-child .r {
    color: #333;
    font-size: 22px;
    font-weight: bold;
}

.pay-choose-product-specification .container .item.order-settlement .tips {
    margin-top: 16px;
    font-size: 14px;
    color: rgb(241, 107, 107);
    line-height: 20px;
}
/* /订单结算 */
.item .result {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 360px;
    margin-bottom: 30px;
    font-size: 32px;
    color: rgb(135, 195, 255);
    font-weight: bold;
    background: url(../img/pay_success.png) no-repeat center center;
}

.order-section {
    margin: 20px;
}
.order-section .blue-bar {
    display: inline-block;
    width: 10px;
    height: 20px;
    background-color: #005bac;
    vertical-align: middle;
}
.order-section h3 {
    display: inline-block;
    margin-left: 5px;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
}
.order-section .order-detail {
    border-collapse: collapse;
    width: 300px;
    margin-top: 30px;
    font-size: 14px;
}
.order-section .order-detail td {
    border: 1px solid #ddd;
    padding: 10px;
}
.order-section .label {
    background-color: #f2f2f2;
    width: 120px;
    text-align: right;
}