﻿/* CSS Document */
li, ol, ul {
    list-style: outside none none;
}

html, body {
    height: 100%;
}

body {
    background-color: #fff;
}

* {
    font-family: Arial,microsoft yahei;
    margin: 0;
    padding: 0;
}

.tastesdk-box {
    background-color: #f8f8f8;
    position: relative;
}
/*头部*/
.header {
    width: 100%;
    height: 60px;
    background: #fefefe;
    border-bottom: 2px solid #f68452;
}

    .header .title {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

        .header .title .scan_code {
            display: none;
            width: 190px;
            height: 190px;
            position: absolute;
            right: 0px;
            top: 52px;
            background: #ffffff;
            border: 1px solid #dcdcdc;
            box-shadow: 0 0 7px rgba(115, 115, 115, .2);
            -webkit-box-shadow: 0 0 7px rgba(115, 115, 115, .2);
            -moz-box-shadow: 0 0 7px rgba(1115, 115, 115, .2);
        }

            .header .title .scan_code img {
                width: 160px;
                height: 160px;
                padding: 15px;
            }

        .header .title .logo {
            font-family: "方正正黑简体";
            font-size: 22px;
            color: #000000;
            float: left;
            background: url(icon_logo.png) no-repeat left center;
            display: inline-block;
            idth: 72px;
            height: 30px;
            margin-top: 17px;
            padding-left: 126px;
        }

            .header .title .logo span {
                font-size: 24px;
                color: #9f9f9f;
                font-family: "微软雅黑";
                background: url() no-repeat 8px 4px;
                display: block;
                width: 72px;
                height: 30px;
            }

        .header .title .right {
            float: right;
            padding-top: 16px;
        }

            .header .title .right ul {
                float: right;
                padding-top: 7px;
            }

            .header .title .right li {
                float: left;
                padding-left: 15px;
                font-size: 12px;
                line-height: 17px;
                height: 17px;
            }

                .header .title .right li span {
                    display: inline-block;
                    color: #868686;
                    background-repeat: no-repeat;
                    background-image: url(../images/icon_header.png);
                    letter-spacing: 1px;
                }

.icon_info {
    padding-left: 21px;
    background-position: left top;
    line-height: 13px;
}

.icon_qq {
    padding-left: 22px;
    background-position: left -13px;
}

.icon_phone {
    padding-left: 21px;
    background-position: left -30px;
}

.login {
    padding-left: 15px;
}

.iap_new img {
    margin-left: 8px;
    float: right;
    margin-top: 1px;
}

.iap_new:hover .scan_code {
    display: block;
}

.clearfix {
    zoom: 1;
}

li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

.header .title .right li {
    float: left;
    padding-left: 15px;
    font-size: 12px;
    line-height: 17px;
    height: 17px;
}

    .header .title .right li span {
        display: inline-block;
        color: #868686;
        background-repeat: no-repeat;
        background-image: url(PayTest_files/icon_logo.png);
        letter-spacing: 1px;
    }

.icon_info {
    padding-left: 21px;
    background-position: left top;
    line-height: 13px;
}

.tastesdk-box::after {
    background-color: #f8f8f8;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 166px;
    z-index: 1;
}

.tastesdk-box .main {
    position: relative;
    z-index: 2;
}

.main {
    margin: 0 auto;
    width: 100%;
}

.tastesdk-box .typedemo {
    background-color: #fff;
    display: block;
    height: 580px;
    margin: 10px 0 0;
    position: relative;
    transition: box-shadow 0.5s cubic-bezier(0, 0, 0.2, 1) 0s;
}

    .tastesdk-box .typedemo .tit, .tastesdk-box .typedemo .title {
        border-bottom: 1px solid #e5e5e5;
        font-size: 16px;
        height: 60px;
        line-height: 60px;
        padding: 0 30px;
    }

        .tastesdk-box .typedemo .tit span, .tastesdk-box .typedemo .title span {
            cursor: pointer;
        }

.demo-pc {
    padding: 30px 40px 0;
}

.two-step p {
    color: #666;
}

    .two-step p strong {
        color: #333;
        display: block;
        font-size: 14px;
        margin-bottom: 6px;
    }

    .two-step p span {
        color: #fb226b;
    }

.two-step .pay-infor {
    border: 1px solid #e5e5e5;
    margin: 2px 0 10px;
    width: 100%;
    float: left;
}

    .two-step .pay-infor li {
        box-sizing: border-box;
        float: left;
        font-size: 14px;
        height: 48px;
        line-height: 42px;
        text-align: center;
        width: 33.3333%;
        padding-left: 40px;
        text-align: left;
    }

        .two-step .pay-infor li strong {
            color: #fb226b;
            font-size: 20px;
        }

            .two-step .pay-infor li strong span {
                font-size: 14px;
            }

.two-step h5 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 16px;
}

.two-step .pay-label {
    padding: 0;
    width: 100%;
}

    .two-step .pay-label li {
        display: block;
        height: 48px;
        margin: 12px 0 0 0;
        position: relative;
        width: 100%;
    }

        .two-step .pay-label li input {
            height: 48px;
            left: 0;
            opacity: 0;
            position: absolute;
            top: 0;
            width: 100%;
            cursor: pointer;
        }

            .two-step .pay-label li input:checked + label {
                border-color: #27c8e8;
                background-color: #f6fdff;
            }

        .two-step .pay-label li label {
            border: 2px solid #e5e5e5;
            border-radius: 8px;
            left: 0;
            text-align: left;
            padding: 0 14px;
            top: 0;
            vertical-align: middle;
            width: 100%;
            transition: all .2s ease;
            display: flex;
            align-items: center;
            gap: 10px;
            box-sizing: border-box;
        }

        .two-step .btns, .two-step .pay-label li label {
            height: 48px;
            line-height: 48px;
            position: relative;
        }
/* 金额 */
.two-step .pay-label-amount {
    border: 1px solid #e5e5e5;
    padding: 0px 10px 10px 10px;
    float: left;
    width: 100%;
}

.two-step .pay-label-amount li {
    display: inline;
    float: left;
    height: 42px;
    margin: 6px 40px 0 0;
    position: relative;
    width: 190px;
}

    .two-step .pay-label-amount li input {
        height: 40px;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

        .two-step .pay-label-amount li input:checked + label {
            border-color: #0098b6;
        }

    .two-step .pay-label-amount li label {
        border: 2px solid #e5e5e5;
        left: 0;
        text-align: center;
        top: 0;
        vertical-align: middle;
        width: 190px;
    }


    .two-step .btns, .two-step .pay-label-amount li label {
        height: 40px;
        line-height: 40px;
        position: absolute;
    }

.pay-label span {
    margin-left: 5px;
}

.two-step .pay-label li label img {
    vertical-align: middle;
    width: auto;
    height: 25px;
}

.two-step .btns {
    bottom: 10px;
    right: 10px;
    height: 40px;
    line-height: 40px;
    position: absolute;
}

    .two-step .btns span {
        color: #0098b6;
    }

    .two-step .btns button {
        margin-left: 30px;
        vertical-align: top;
    }

.pcdemo-btn {
    background-color: #27c8e8;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 2;
}


.two-step {
    width: 320px;
    margin: 60px auto;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
    padding: 20px 16px 16px;
    box-sizing: border-box;
}

.two-step h5.page-title {
    font-size: 18px;
    color: #222;
    text-align: center;
    margin-bottom: 10px;
}

.two-step p.page-subtitle {
    font-size: 12px;
    color: #888;
    text-align: center;
    margin-bottom: 8px;
}

.actions {
    margin-top: 18px;
}

.pcdemo-btn:hover {
    background-color: #1fb9d8;
}

body {
    background: linear-gradient(180deg, #f7fafc 0%, #ffffff 100%);
}