﻿body {
    font-size: 14px;
    font-family: 思源黑体;
    font-weight: 400;
    color: #3D3D3D;
    line-height: 22px;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
}

/*#region 通用 */


a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

button {
    cursor: pointer;
}

    button:hover {
        width: calc(100% + 2px);
    }

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.ml2 {
    margin-left: 2%;
}

.mr2 {
    margin-right: 2%;
}

.ml4 {
    margin-left: 4%;
}

.mr4 {
    margin-right: 4%;
}

.mr10 {
    margin-right: 10px;
}

.ml10 {
    margin-left: 10px;
}

html {
    height: 100%;
}


/*#endregion */
/*#region 登录 */
.login {
    width: 100%;
    height: 100%;
    background: url(/res/images/background.png) no-repeat;
    background-size: 100%;
    background-position: center;
    position: relative;
}

    .login .logo {
        position: absolute;
        left: 30px;
        top: 30px;
        color: #fff;
        line-height: 60px;
        height: 60px;
        width: 300px;
        font-size: 24px;
    }

        .login .logo img {
            width: 60px;
            height: 60px;
        }

    .login .tips {
        top: calc(50% - 31px);
        left: 23%;
        height: 62px;
        color: #fff;
        font-weight: 500;
        width: 200px;
        position: absolute;
    }

        .login .tips .fir {
            font-size: 24px;
            margin-bottom: 20px;
            display: block;
        }

        .login .tips .sec {
            font-size: 18px;
            display: block;
        }

    .login .pannel {
        position: absolute;
        right: 130px;
        top: calc(50% - 268px);
        height: 537px;
        width: 320px;
        background: #fff;
        border-radius: 20px;
        padding: 0 40px;
    }

        .login .pannel .title {
            font-size: 36px;
            font-weight: 500;
            margin: 40px 0;
            height: 36px;
        }

        .login .pannel .tab {
            height: 36px;
        }

            .login .pannel .tab li {
                float: left;
                width: 96px;
                font-size: 24px;
                font-weight: normal;
                margin-right: 30px;
                color: #C6C6C6;
                line-height: 24px;
                height: 24px;
            }

                .login .pannel .tab li span {
                    display: none;
                }

            .login .pannel .tab .on {
                color: #3D3D3D;
                position: relative;
            }

                .login .pannel .tab .on span {
                    position: absolute;
                    left: 23px;
                    top: 30px;
                    width: 40px;
                    height: 0px;
                    transform: rotate(0deg);
                    opacity: 1;
                    height: 6px;
                    background: #3DB5C5;
                    display: block;
                }

        .login .pannel .content {
            margin-top: 40px;
        }

            .login .pannel .content li {
                margin-top: 20px;
            }

            .login .pannel .content input {
                height: 28px;
                border-radius: 10px;
                box-sizing: border-box;
                height: 40px;
                border: 1px solid #C6C6C6;
                width: 100%;
                padding: 0 9px;
                color: #C6C6C6;
            }

                .login .pannel .content input:focus {
                    color: #3d3d3d;
                }

        .login .pannel .forget {
            margin-top: 10px;
            margin-bottom: 20px;
            height: 20px;
            line-height: 20px;
            color: #3DB5C5;
            font-weight: normal;
        }

        .login .pannel .button input {
            width: 100%;
            height: 40px;
            border-radius: 10px;
            opacity: 1;
            color: #fff;
            border: none;
            background: #C6C6C6;
        }

        .login .pannel .button .active {
            background: #3DB5C5;
        }

        .login .pannel .wxlogin {
            width: 100%;
            text-align: center;
            margin-top: 40px;
        }

            .login .pannel .wxlogin img {
                width: 27px;
                height: auto;
            }

            .login .pannel .wxlogin .wx-title {
                font-weight: normal;
                line-height: 20px;
                color: #C6C6C6;
                margin-top: 10px;
                height: 20px;
            }

/*#endregion */
/*#region Index */
.main {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .main .top {
        height: 90px;
        line-height: 90px;
        width: 100%;
        background-color: #3DB5C5;
        color: #fff;
    }

        .main .top .logo {
            height: 90;
            line-height: 90px;
            width: 300px;
        }

            .main .top .logo img {
                width: 60px;
                height: 60px;
                margin-top: 15px;
                margin-left: 15px;
            }

            .main .top .logo .txt {
                font-size: 24px;
                margin-left: 10px;
                font-weight: 400;
            }

        .main .top .user {
            margin-right: 60px;
        }

        .main .top .shop {
            margin-right: 60px;
        }

        .main .top .user img {
            height: 42px;
            height: 42px;
            margin-top: 25px;
        }

        .main .top .shop img {
            height: 42px;
            height: 42px;
            margin-top: 25px;
        }

        .main .top .user .txt {
            font-size: 24px;
            margin-left: 12px;
            font-weight: 400;
        }

        .main .top .shop .txt {
            font-size: 24px;
            margin-left: 12px;
            font-weight: 400;
        }

    .main > .left {
        width: 200px;
        height: calc(100% - 96px);
        background-color: #3DB5C5;
        border-top: 1px solid #c8dfe3;
        padding-top: 5px;
    }

        .main > .left ul {
            margin-top: 5px;
            height: calc(100% - 5px);
        }

            .main > .left ul li {
                color: #fff;
                float: left;
                width: 200px;
                cursor: pointer;
            }



                .main > .left ul li img {
                    height: auto;
                    width: 100%;
                    float: left;
                }

                .main > .left ul li .txt1 {
                    line-height: 24px;
                    font-size: 24px;
                    font-weight: 500;
                    float: left;
                    margin-left: 28px;
                    margin-top: 11%;
                }

                .main > .left ul li .txt2 {
                    line-height: 30px;
                    font-size: 24px;
                    font-weight: 500;
                    float: left;
                    margin-left: 28px;
                }

iframe {
    width: 100%;
    border: none;
    height: 100%;
}


.order {
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

    .order > .left {
        float: left;
        width: calc(40% - 1px);
        overflow: hidden;
        height: 100%;
        border-right: 1px solid #D8D8D8;
        position: relative;
    }

        .order > .left .search {
            height: 40px;
            width: 96%;
            margin: 20px auto 0 auto;
        }

            .order > .left .search .search_input {
                width: 49%;
                border-radius: 10px;
                border: 1px solid #C6C6C6;
                background: #FFFFFF;
                box-sizing: border-box;
                height: 40px;
                float: left;
                margin-left: 1%;
                font-size: 18px;
                color: #C6C6C6;
                text-align: center;
            }

            .order > .left .search .button {
                width: 20%;
                height: 40px;
                border-radius: 20px;
                background: #3DB5C5;
                box-sizing: border-box;
                border: 1px solid #3DB5C5;
                float: left;
                margin-left: 1%;
                font-size: 18px;
                color: #fff;
            }

            .order > .left .search .button_empty {
                width: 27%;
                height: 40px;
                border-radius: 20px;
                opacity: 1;
                background: #FFFFFF;
                box-sizing: border-box;
                border: 1px solid #3DB5C5;
                float: left;
                margin-left: 1%;
                font-size: 18px;
                color: #3DB5C5;
            }

        .order > .left .user {
            width: 96%;
            margin: 20px auto 0 auto;
        }

            .order > .left .user span {
                width: 144px;
                height: 22px;
                font-size: 18px;
                font-weight: 500;
                line-height: 22px;
                color: #3DB5C5;
                margin-right: 20px;
            }

        .order > .left .list {
            width: 96%;
            margin: 20px auto 0 auto;
            max-height: calc(100% - 240px);
            overflow-y: auto;
        }

            .order > .left .list .choosed-item {
                height: 116px;
                width: 97%;
                border-radius: 10px;
                background: #F7F7F7;
                box-sizing: border-box;
                border: 1px solid #C6C6C6;
                box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
                margin-bottom: 15px;
            }

                .order > .left .list .choosed-item:hover {
                    border: 1px solid #3DB5C5;
                }

                .order > .left .list .choosed-item .c-main {
                    margin-left: 15px;
                    width: calc(60% - 15px);
                }

                    .order > .left .list .choosed-item .c-main .c-title {
                        height: 22px;
                        font-family: 思源黑体;
                        font-size: 18px;
                        line-height: 22px;
                        color: #3D3D3D;
                        margin-top: 10px;
                    }

                    .order > .left .list .choosed-item .c-main .c-more {
                        margin-top: 5px;
                    }

                        .order > .left .list .choosed-item .c-main .c-more span {
                            height: 22px;
                            margin-top: 5px;
                            margin-right: 20px;
                            font-size: 14px;
                            line-height: 22px;
                            background-color: #abdee5;
                            color: #fff;
                            border-radius: 7px;
                            display: inline-block;
                            padding: 2px 5px;
                        }

                .order > .left .list .choosed-item .c-price {
                    width: 20%;
                    line-height: 109px;
                    height: 109px;
                    font-family: 思源黑体;
                    font-size: 18px;
                    color: #F01149;
                    float: right;
                    text-align: right;
                }

                .order > .left .list .choosed-item .c-delete {
                    width: calc(20% - 15px);
                    float: right;
                    margin-right: 15px;
                    line-height: 109px;
                    line-height: 109px;
                    text-align: right;
                }

                    .order > .left .list .choosed-item .c-delete img {
                        height: 30px;
                        width: 30px;
                        vertical-align: middle;
                        cursor: pointer;
                    }

        .order > .left .buy {
            width: calc(100% - 1px);
            height: 120px;
            background: #FFFFFF;
            box-sizing: border-box;
            border-width: 1px 0px 0px 0px;
            border-style: solid;
            border-color: #D8D8D8;
            position: absolute;
            bottom: 0;
            left: 0;
        }

            .order > .left .buy .cart {
                float: left;
                height: 90px;
                line-height: 90px;
                position: relative;
            }

                .order > .left .buy .cart img {
                    height: 50px;
                    width: 50px;
                    margin: 20px 13px;
                }

                .order > .left .buy .cart .num {
                    position: absolute;
                    top: 20px;
                    right: 10px;
                    border-radius: 10px;
                    height: 20px;
                    width: 20px;
                    line-height: 20px;
                    font-size: 14px;
                    background: #F01149;
                    color: #fff;
                    text-align: center;
                }

            .order > .left .buy .sum {
                float: left;
                height: 90px;
                line-height: 90px;
                display: block;
                height: 22px;
                font-size: 18px;
                line-height: 22px;
            }

                .order > .left .buy .sum span {
                    height: 90px;
                    line-height: 90px;
                    display: block;
                    float: left;
                }

                .order > .left .buy .sum .tag {
                    color: #F01149;
                }

                .order > .left .buy .sum .total {
                    color: #F01149;
                }


            .order > .left .buy .button {
                float: right;
                margin-top: 20px;
                margin-right: 13px;
            }

                .order > .left .buy .button .gua {
                    width: 106px;
                    height: 50px;
                    border-radius: 10px;
                    background: #F01149;
                    color: #fff;
                    font-size: 24px;
                    border: none;
                    margin-right: 13px;
                }

                .order > .left .buy .button .jie {
                    width: 106px;
                    height: 50px;
                    border-radius: 10px;
                    background: #3DB5C5;
                    color: #fff;
                    font-size: 24px;
                    border: none;
                }

    .order > .right {
        float: left;
        width: calc(60% - 1px);
        height: 100%;
    }

        .order > .right .nav {
            margin: 20px auto 0 auto;
            width: 98%;
            overflow: hidden;
        }

            .order > .right .nav a {
                float: left;
            }

                .order > .right .nav a img {
                    width: 20px;
                    height: 20px;
                    margin-top: 10px;
                }

            .order > .right .nav ul {
                width: auto;
                height: 40px;
                overflow: hidden;
            }

            .order > .right .nav li {
                width: 85px;
                height: 40px;
                border-radius: 20px;
                background: #3DB5C5;
                box-sizing: border-box;
                border: 1px solid #3DB5C5;
                float: left;
                margin: 0 5px;
                font-size: 18px;
                color: #fff;
                text-align: center;
                line-height: 40px;
                cursor: pointer;
            }

                .order > .right .nav li:hover {
                    color: #3DB5C5;
                    background-color: #fff;
                    border: 1px solid #3DB5C5;
                }

            .order > .right .nav .on {
                color: #3DB5C5;
                background-color: #fff;
                border: 1px solid #3DB5C5;
            }

        .order > .right .list {
            margin: 20px 0 auto auto;
            width: 98%;
            max-height: calc(100% - 200px);
            overflow-y: auto;
        }

            .order > .right .list .item {
                width: 32%;
                margin-right: 1%;
                height: 105px;
                border-radius: 10px;
                background: #FFFFFF;
                box-sizing: border-box;
                border: 1px solid #C6C6C6;
                float: left;
                margin-bottom: 15px;
                cursor: pointer;
            }

                .order > .right .list .item:hover {
                    border: 1px solid #3DB5C5;
                }

            .order > .right .list .on {
                border: 1px solid #3DB5C5;
            }

            .order > .right .list .left {
                float: left;
                width: 40%;
            }

                .order > .right .list .left img {
                    float: left;
                    width: 88px;
                    height: 88px;
                    padding: 10px 5px;
                    object-fit: contain;
                }

            .order > .right .list .right {
                float: left;
                width: 60%;
            }

                .order > .right .list .right .title {
                    height: 22px;
                    font-size: 18px;
                    font-weight: 500;
                    line-height: 22px;
                    color: #3D3D3D;
                    margin-top: 15px;
                    overflow: hidden;
                }

                .order > .right .list .right .price {
                    font-size: 18px;
                    font-weight: 500;
                    line-height: 22px;
                    margin-top: 6px;
                    color: #F01149;
                }

                .order > .right .list .right .discount {
                    height: 22px;
                    font-size: 14px;
                    font-weight: normal;
                    line-height: 22px;
                    margin-top: 6px;
                    color: #3DB5C5;
                }


/*选衣服弹窗*/
.choosecloth {
    width: 953px;
    height: 720px;
    overflow: hidden;
}

    .choosecloth .title {
        margin: 0 40px;
    }

    .choosecloth .close {
        width: 35px;
        height: 35px;
        float: right;
    }

    .choosecloth .title-txt {
        width: 96px;
        height: 24px;
        font-size: 24px;
        line-height: 24px;
        color: #3D3D3D;
        margin: 20px auto;
    }

    .choosecloth .content {
        margin: 35px 40px 2px 40px;
        overflow: hidden;
    }

        .choosecloth .content .tip {
            float: left;
            width: 232px;
            margin-right: 41px;
        }

            .choosecloth .content .tip img {
                width: 230px;
                height: 230px;
                opacity: 1;
                border: 1px solid #C6C6C6;
            }

            .choosecloth .content .tip .p_title {
                float: left;
                width: 144px;
                height: 22px;
                font-size: 24px;
                line-height: 22px;
                color: #3D3D3D;
                margin-right: 14px;
                margin-left: 6px;
                margin-top: 15px;
            }

            .choosecloth .content .tip .p_price {
                float: left;
                height: 22px;
                font-size: 24px;
                line-height: 22px;
                color: #F01149;
                margin-top: 15px;
            }

            .choosecloth .content .tip .washtype {
                margin: 20px 0 10px 0;
                font-size: 18px;
                line-height: 30px;
            }

            .choosecloth .content .tip .notice {
                font-size: 18px;
                line-height: 30px;
            }

        .choosecloth .content .flist {
            width: 600px;
            float: left;
            overflow: hidden;
        }

            .choosecloth .content .flist .fnav {
                height: 40px;
                width: 100%;
            }

                .choosecloth .content .flist .fnav li {
                    float: left;
                    font-size: 18px;
                    font-weight: 500;
                    line-height: 22px;
                    color: #fff;
                    padding: 0 20px;
                    line-height: 40px;
                    text-align: center;
                    border-radius: 20px;
                    background: #3DB5C5;
                    margin-right: 10px;
                    cursor: pointer;
                }

                    .choosecloth .content .flist .fnav li:hover {
                        background: #fff;
                        color: #3DB5C5;
                        border: 1px solid #3DB5C5;
                    }

                .choosecloth .content .flist .fnav .on {
                    background: #fff;
                    color: #3DB5C5;
                    border: 1px solid #3DB5C5;
                }

            .choosecloth .content .flist .fcontent {
                margin-top: 29px;
            }

                .choosecloth .content .flist .fcontent > div {
                    display: none;
                    float: left;
                    width: 100%;
                }

                .choosecloth .content .flist .fcontent .on {
                    display: block;
                    height: 430px;
                    overflow-y: auto;
                    overflow-x: hidden;
                }

                .choosecloth .content .flist .fcontent .colorbox {
                    width: 80px;
                    height: 80px;
                    margin-right: 7px;
                    float: left;
                    margin-bottom: 10px;
                    position: relative;
                    border: 3px solid #fff;
                    cursor: pointer;
                }

                    .choosecloth .content .flist .fcontent .colorbox .color-t {
                        /*display: none;*/
                        width: 79px;
                        height: 79px;
                        /* border-radius: 20px;
    background: #FFFFFF;*/
                        font-size: 14px;
                        font-weight: 500;
                        /*  line-height: 80px;*/
                        display: table-cell;
                        vertical-align: middle;
                        color: #3D3D3D;
                        text-align: center;
                        /*position: absolute;*/
                        border: 1px solid #C6C6C6;
                    }

                .choosecloth .content .flist .fcontent .selected {
                    border: 3px solid #3DB5C5;
                }

                .choosecloth .content .flist .fcontent .colorbox:hover {
                    border: 3px solid #3DB5C5;
                }

                .choosecloth .content .flist .fcontent .selected > .color-t {
                    display: block;
                    left: 12px;
                    bottom: 0;
                }


    .choosecloth .choosed {
        width: 953px;
        height: 126px;
        border-top: 1px solid #D8D8D8;
    }

        .choosecloth .choosed .params {
            width: 727px;
            float: left;
            margin-left: 40px;
            margin-top: 10px;
        }

            .choosecloth .choosed .params li {
                width: 25%;
                float: left;
                display: block;
                font-size: 18px;
                line-height: 22px;
                margin-top: 20px;
                color: #3D3D3D;
            }

        .choosecloth .choosed .button {
            width: 186px;
            float: left;
        }

            .choosecloth .choosed .button a {
                width: 106px;
                height: 100px;
                border-radius: 10px;
                display: block;
                background: #3DB5C5;
                font-size: 24px;
                line-height: 24px;
                color: #FFFFFF;
                text-align: center;
                line-height: 106px;
                margin: 10px 40px;
            }

.layui-layer {
    border-radius: 20px !important;
}


/*选衣服弹窗*/
.pay {
    width: 953px;
    height: 720px;
    overflow: hidden;
}

    .pay > .title {
        margin: 0 40px;
    }

    .pay .close {
        width: 35px;
        height: 35px;
        float: right;
    }

    .pay .title-txt {
        width: 96px;
        height: 24px;
        font-size: 24px;
        line-height: 24px;
        color: #3D3D3D;
        margin: 20px auto;
    }

    .pay .content {
        margin: 35px 40px 35px 40px;
        overflow: hidden;
    }

    .pay .p-left {
        width: 366px;
        float: left;
    }

        .pay .p-left .title {
            font-size: 18px;
            line-height: 22px;
            margin-top: 20px;
            color: #3D3D3D;
        }

        .pay .p-left .pay-view .title {
            font-size: 18px;
            line-height: 22px;
            margin-top: 10px;
            color: #3D3D3D;
        }

        .pay .p-left .pay-view .view {
            width: 366px;
            height: 52px;
            border-radius: 10px;
            background: #F7F7F7;
            box-sizing: border-box;
            border: 1px solid #C6C6C6;
            margin-top: 10px;
            box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
            padding: 0 10px;
        }

            .pay .p-left .pay-view .view span {
                width: 93px;
                height: 22px;
                font-size: 18px;
                line-height: 52px;
                color: #3D3D3D;
                margin-right: 10px;
            }



.pay-user {
    width: 356px;
    height: 89px;
    background: linear-gradient(180deg, #3DB5C5 0%, #EBEBEB 100%);
    box-sizing: border-box;
    border: 1px solid #F7F7F7;
    box-shadow: 0px 0px 3px 0px rgba(198, 198, 198, 0.3);
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
}

    .pay-user .name {
        float: left;
        margin-top: 15px;
        margin-left: 20px;
        height: 18px;
        line-height: 18px;
    }

    .pay-user .level {
        float: left;
        margin-top: 15px;
        margin-left: 9px;
        background-color: #fff;
        border-radius: 9px;
        color: #3DB5C5;
        line-height: 18px;
        height: 18px;
        padding: 0 10px;
        font-size: 14px;
    }

    .pay-user .point {
        float: left;
        margin-top: 15px;
        margin-left: 20px;
        line-height: 24px;
        height: 24px;
        width: 160px;
        overflow: hidden;
    }

        .pay-user .point img {
            width: 24px;
            height: 24px;
            vertical-align: middle;
            margin-right: 5px;
        }

    .pay-user .money {
        float: left;
        margin-top: 15px;
        line-height: 24px;
        height: 24px;
        width: 160px;
        overflow: hidden;
    }

        .pay-user .money img {
            width: 24px;
            height: 24px;
            vertical-align: middle;
            margin-right: 5px;
        }

.pay .p-left .pay-coupon .title {
    float: left;
    width: 130px;
}

.pay .p-left .pay-coupon .choose-coupon {
    width: 100px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 10px;
    background: #3DB5C5;
    color: #fff;
    float: right;
    margin-top: 20px;
    cursor: pointer;
}

.pay .p-left .pay-coupon .choosed-coupon {
    width: 135px;
    height: 22px;
    font-size: 18px;
    line-height: 22px;
    color: #C6C6C6;
    margin-top: 20px;
}


.pay .p-left .pay-channel .pay-list {
    margin-top: 10px;
}

    .pay .p-left .pay-channel .pay-list .pay-item {
        width: 173px;
        height: 103px;
        border-radius: 10px;
        background: #F7F7F7;
        box-sizing: border-box;
        border: 1px solid #C6C6C6;
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
        float: left;
        margin-bottom: 10px;
        margin-right: 20px;
        cursor: pointer;
    }

        .pay .p-left .pay-channel .pay-list .pay-item:hover {
            border: 1px solid #3DB5C5;
        }

    .pay .p-left .pay-channel .pay-list .selected {
        border: 1px solid #3DB5C5;
    }

    .pay .p-left .pay-channel .pay-list .pay-item .img {
        margin-top: 20px;
        float: left;
        width: 34px;
        height: 34px;
        margin-left: 27px;
    }

        .pay .p-left .pay-channel .pay-list .pay-item .img img {
            width: 34px;
        }

    .pay .p-left .pay-channel .pay-list .pay-item .name {
        margin-top: 23px;
        float: left;
        width: 72px;
        font-size: 18px;
        margin-left: 10px;
        line-height: 22px;
        height: 22px;
        color: #3D3D3D;
    }

    .pay .p-left .pay-channel .pay-list .pay-item .money {
        width: 100%;
        text-align: center;
        margin-top: 12px;
    }

        .pay .p-left .pay-channel .pay-list .pay-item .money input {
            width: 100px;
            height: 28px;
            border-radius: 10px;
            text-align: center;
            background: #FFFFFF;
            box-sizing: border-box;
            border: 1px solid #C6C6C6;
            color: #C6C6C6;
        }

            .pay .p-left .pay-channel .pay-list .pay-item .money input:focus {
                color: #3D3D3D;
            }

.pay .p-right {
    width: 450px;
    float: right;
}

    .pay .p-right .choose-vip {
        overflow: hidden;
    }

    .pay .p-right .vip-list {
        margin: 0 15px;
        width: 356px;
        overflow: hidden;
        float: left;
        color: #fff;
        font-size: 18px;
    }

        .pay .p-right .vip-list .vip {
            display: none;
        }

        .pay .p-right .vip-list .selected {
            display: block;
        }

        .pay .p-right .vip-list .vip .name {
            float: left;
            margin-top: 15px;
            margin-left: 20px;
            height: 18px;
            line-height: 18px;
        }


        .pay .p-right .vip-list .vip .level {
            float: left;
            margin-top: 15px;
            margin-left: 9px;
            background-color: #fff;
            border-radius: 9px;
            color: #3DB5C5;
            line-height: 18px;
            height: 18px;
            padding: 0 10px;
            font-size: 14px;
        }


        .pay .p-right .vip-list .vip .discount {
            float: left;
            margin-top: 15px;
            margin-left: 20px;
            line-height: 24px;
            height: 24px;
            width: 130px;
            overflow: hidden;
        }

            .pay .p-right .vip-list .vip .discount img {
                width: 24px;
                height: 24px;
                vertical-align: middle;
                margin-right: 5px;
            }

        .pay .p-right .vip-list .vip .money {
            float: left;
            margin-top: 15px;
            margin-left: 20px;
            line-height: 24px;
            height: 24px;
            width: 160px;
            overflow: hidden;
        }

            .pay .p-right .vip-list .vip .money img {
                width: 24px;
                height: 24px;
                vertical-align: middle;
                margin-right: 5px;
            }

        .pay .p-right .vip-list .vip .dash {
            border: 1px dashed #fff;
            width: 316px;
            margin: 15px auto;
        }

        .pay .p-right .vip-list .vip .vipno {
            width: 316px;
            margin: 0 auto;
            text-align: center;
        }


    .pay .p-right .pre {
        float: left;
        height: 143px;
        line-height: 143px;
    }

        .pay .p-right .pre img {
            width: 30px;
            height: 30px;
            vertical-align: middle;
        }

    .pay .p-right .next {
        float: left;
        height: 143px;
        line-height: 143px;
    }

        .pay .p-right .next img {
            width: 30px;
            height: 30px;
            vertical-align: middle;
        }

    .pay .p-right .vip-list .vip {
        width: 356px;
        height: 143px;
        background: linear-gradient(180deg, #3DB5C5 0%, #EBEBEB 100%);
        border-radius: 10px;
        box-sizing: border-box;
        border: 1px solid #F7F7F7;
        box-shadow: 0px 0px 3px 0px rgba(198, 198, 198, 0.3);
    }

    .pay .p-right .vip-tip {
        width: 90px;
        height: 22px;
        font-size: 18px;
        line-height: 22px;
        color: #C6C6C6;
        margin: 10px auto;
    }

    .pay .p-right .realpay {
        margin: 24px 47px;
        width: calc(100% - 47px);
        height: 50px;
        line-height: 50px;
    }

        .pay .p-right .realpay .txt {
            width: 90px;
            height: 22px;
            opacity: 1;
            font-size: 18px;
            color: #3D3D3D;
        }

        .pay .p-right .realpay .num {
            width: 200px;
        }

            .pay .p-right .realpay .num input {
                border: none;
                width: 200px;
                height: 30px;
                font-size: 36px;
                margin-top: 10px;
                color: #3D3D3D;
                text-align: right;
            }

    .pay .p-right .keyboard {
        width: 450px;
        height: 338px;
        border-radius: 10px;
        background: #F7F7F7;
        box-sizing: border-box;
        border: 1px solid #C6C6C6;
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
        padding: 10px;
    }

        .pay .p-right .keyboard .number {
            width: 330px;
        }

            .pay .p-right .keyboard .number li {
                width: 100px;
                height: 72px;
                margin-right: 10px;
                margin-bottom: 10px;
                display: block;
                float: left;
                text-align: center;
                border-radius: 10px;
                line-height: 72px;
                font-size: 36px;
                /* 青 */
                color: #3DB5C5;
                box-sizing: border-box;
                border: 1px solid #C6C6C6;
                background-color: #fff;
                cursor: pointer;
            }

                .pay .p-right .keyboard .number li:hover {
                    color: #fff;
                    background-color: #3DB5C5;
                }

        .pay .p-right .keyboard .function {
            width: 97px;
        }

        .pay .p-right .keyboard .back {
            width: 98px;
            height: 72px;
            margin-bottom: 10px;
            text-align: center;
            border-radius: 10px;
            line-height: 72px;
            font-size: 36px;
            /* 青 */
            color: #3DB5C5;
            box-sizing: border-box;
            border: 1px solid #C6C6C6;
            background-color: #fff;
            cursor: pointer;
        }


            .pay .p-right .keyboard .back img {
                width: 40px;
                height: 40px;
            }

        .pay .p-right .keyboard .recalc {
            width: 98px;
            height: 72px;
            margin-bottom: 10px;
            text-align: center;
            border-radius: 10px;
            line-height: 72px;
            font-size: 24px;
            /* 青 */
            color: #3DB5C5;
            box-sizing: border-box;
            border: 1px solid #C6C6C6;
            background-color: #fff;
        }

        .pay .p-right .keyboard .ok {
            width: 98px;
            height: 152px;
            margin-bottom: 10px;
            text-align: center;
            border-radius: 10px;
            font-size: 24px;
            /* 青 */
            color: #FFF;
            box-sizing: border-box;
            background-color: #3DB5C5;
            border: 1px solid #3DB5C5;
            line-height: 30px;
            padding-top: 41px;
        }



.choosecoupon {
    width: 436px;
    height: 720px;
    overflow: hidden;
}

    .choosecoupon > .title {
        margin: 0 40px;
    }



    .choosecoupon .title-txt {
        width: 120px;
        height: 24px;
        font-size: 24px;
        line-height: 24px;
        color: #3D3D3D;
        margin: 20px auto;
    }

    .choosecoupon .content {
        margin: 35px 20px;
        overflow: hidden;
        max-height: 495px;
        overflow-y: auto;
    }

.check {
    width: 20px;
    height: 20px;
    margin-top: 35px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #3DB5C5;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    float: left;
    margin-right: 20px;
}

.selected .check {
    width: 20px;
    height: 20px;
    background: #3DB5C5;
    box-sizing: border-box;
    border: 3px solid #FFFFFF;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.choosecoupon .coupon-item {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

    .choosecoupon .coupon-item .coupon-info {
        width: 336px;
        height: 89px;
        opacity: 1;
        background: #F7F7F7;
        box-sizing: border-box;
        border: 1px solid #C6C6C6;
        box-shadow: 0px 0px 3px 0px rgba(198, 198, 198, 0.3);
        border-radius: 10px;
        float: left;
    }

.choosecoupon .selected .coupon-info {
    width: 336px;
    background: linear-gradient(180deg, #3DB5C5 0%, #EBEBEB 100%);
    border: 1px solid #F7F7F7;
}

.choosecoupon .coupon-item .coupon-info .name {
    width: 108px;
    height: 22px;
    font-size: 18px;
    line-height: 22px;
    color: #3D3D3D;
    margin-top: 15px;
    margin-left: 20px;
}

.choosecoupon .selected .coupon-info .name {
    color: #FFFFFF;
}

.choosecoupon .coupon-item .coupon-info .no {
    width: 108px;
    height: 22px;
    font-size: 18px;
    line-height: 22px;
    color: #3D3D3D;
    margin-top: 15px;
    margin-left: 20px;
}

.choosecoupon .selected .coupon-info .no {
    color: #FFFFFF;
}

.choosecoupon .button {
    width: 100%;
}

    .choosecoupon .button .cancel {
        width: 156px;
        height: 50px;
        border-radius: 10px;
        border: none;
        background: #C6C6C6;
        color: #fff;
        font-size: 24px;
        margin-left: 60px;
        float: left;
    }

    .choosecoupon .button .ok {
        width: 156px;
        height: 50px;
        border-radius: 10px;
        background: #3DB5C5;
        color: #fff;
        font-size: 24px;
        border: none;
        margin-right: 20px;
        float: right;
    }


/*订单详细*/
.order .order-info {
    width: 100%;
    height: 100%;
}

    .order .order-info .order-title {
        width: 108px;
        height: 22px;
        font-size: 18px;
        line-height: 22px;
        margin: 30px auto;
        color: #3D3D3D;
    }

    .order .order-info .order-box {
        width: 360px;
        height: calc(100% - 220px);
        border-radius: 10px;
        background: #F7F7F7;
        margin: 0 auto;
        box-sizing: border-box;
        border: 1px solid #C6C6C6;
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    }

    .order .order-info .order-button {
        width: 100%;
        text-align: center;
    }

    .order .order-info .order-close {
        width: 156px;
        height: 50px;
        border-radius: 10px;
        background: #F01149;
        margin: 0 auto;
        color: #fff;
        border: none;
        font-size: 24px;
        margin-top: 25px;
    }

.order .order-cloth-info {
    width: 100%;
    height: 100%;
}

    .order .order-cloth-info .order-title {
        width: 96px;
        height: 24px;
        font-size: 24px;
        font-weight: 500;
        line-height: 24px;
        color: #3D3D3D;
        margin: 20px auto 38px auto;
    }

    .order .order-cloth-info .order-list {
        max-height: calc(100% - 100px);
        overflow-y: auto;
    }

    .order .order-cloth-info .order-item {
        width: 100%;
        overflow: hidden;
        margin-bottom: 15px;
    }

        .order .order-cloth-info .order-item .i-no {
            width: 36px;
            height: 36px;
            line-height: 36px;
            text-align: center;
            color: #fff;
            border-radius: 18px;
            background: #3DB5C5;
            margin-left: 46px;
            margin-right: 20px;
            box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
            margin-top: 25px;
        }

        .order .order-cloth-info .order-item .i-info {
            width: 511px;
            height: 86px;
            border-radius: 10px;
            width: calc(100% - 132px);
            background: #F7F7F7;
            box-sizing: border-box;
            border: 1px solid #C6C6C6;
            box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
        }

            .order .order-cloth-info .order-item .i-info .barcode {
                width: 106px;
                text-align: center;
                padding: 10px 0;
            }

                .order .order-cloth-info .order-item .i-info .barcode img {
                    width: 86px;
                    height: 47px;
                }

                .order .order-cloth-info .order-item .i-info .barcode .code {
                    text-align: center;
                }

            .order .order-cloth-info .order-item .i-info .tag {
                width: 403px;
                padding: 10px 0;
            }

        .order .order-cloth-info .order-item .tag span {
            height: 22px;
            margin-top: 5px;
            margin-right: 20px;
            font-size: 14px;
            line-height: 22px;
            background-color: #3DB5C5;
            color: #fff;
            border-radius: 7px;
            display: inline-block;
            padding: 2px 5px;
        }

.order .order-info .order-scan {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    position: relative;
}

    .order .order-info .order-scan input {
        width: 360px;
        border-radius: 10px;
        background: #FFFFFF;
        box-sizing: border-box;
        border: 1px solid #C6C6C6;
        height: 40px;
        padding: 0 20px;
    }

    .order .order-info .order-scan img {
        width: 30px;
        height: 30px;
        position: absolute;
        right: calc(50% - 175px);
        top: 5px;
    }

.order .order-info .order-box ul {
    margin-top: 40px;
}

.order .order-info .order-box li {
    width: 232px;
    height: 22px;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin: 0 auto;
    color: #3D3D3D;
    margin-bottom: 20px;
}

.order .order-cloth-info .order-title-ext {
    width: 98%;
    height: 80px;
    line-height: 80px;
    margin: 0 1%;
}

    .order .order-cloth-info .order-title-ext li span {
        width: 20%;
        display: inline-block;
        text-align: center;
        font-size: 24px;
        font-weight: 500;
    }


.order .order-cloth-info .order-list-ext {
    max-height: calc(100% - 220px);
    overflow-y: auto;
}

    .order .order-cloth-info .order-list-ext li {
        width: 98%;
        margin: 0 auto 10px auto;
        height: 52px;
        line-height: 52px;
        overflow: hidden;
        border-radius: 10px;
        background: #F7F7F7;
        box-sizing: border-box;
        border: 1px solid #C6C6C6;
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    }

        .order .order-cloth-info .order-list-ext li span {
            width: 20%;
            display: inline-block;
            text-align: center;
            font-size: 18px;
        }

.order .order-cloth-info .print {
    width: 156px;
    height: 50px;
    border-radius: 10px;
    background: #3DB5C5;
    margin: 0 auto;
    color: #fff;
    border: none;
    font-size: 24px;
    margin-top: 25px;
    margin-right: 20px;
}

.order .order-cloth-info .finish {
    width: 156px;
    height: 50px;
    border-radius: 10px;
    background: #F01149;
    margin: 0 auto;
    color: #fff;
    border: none;
    font-size: 24px;
    margin-top: 25px;
    margin-left: 20px;
}

.order .order-cloth-info .button {
    text-align: center;
}

.order .order-comm {
    margin-top: 20px;
    margin-bottom: 20px;
    width: calc(80% + 180px);
    overflow: hidden;
    margin-left: calc(20% - 180px);
}

    .order .order-comm .comm-title {
        height: 40px;
        line-height: 40px;
        margin-right: calc(30% - 48px);
        width: 96px;
        font-size: 24px;
        font-weight: 500;
        color: #3D3D3D;
    }

    .order .order-comm .search {
        float: left;
        width: 50%;
    }

    .order .order-comm input[type=text] {
        width: 192px;
        height: 40px;
        border-radius: 10px;
        background: #FFFFFF;
        padding: 0 15px;
        box-sizing: border-box;
        border: 1px solid #C6C6C6;
        margin-right: 20px;
        float: left;
    }

    .order .order-comm input[type=button] {
        width: 76px;
        height: 40px;
        border-radius: 20px;
        font-size: 18px;
        color: #FFF;
        background: #3DB5C5;
        float: left;
        box-sizing: border-box;
        /* 青 */
        border: 1px solid #3DB5C5;
    }

.order .order-box-fetch {
    max-height: calc(100% - 125px);
    overflow-y: auto;
}

    .order .order-box-fetch .i-box {
        margin: 0 auto 10px auto;
        width: 360px;
        height: 170px;
        border-radius: 10px;
        background: #F7F7F7;
        padding: 10px 0;
        box-sizing: border-box;
        border: 1px solid #C6C6C6;
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
        cursor: pointer;
    }

        .order .order-box-fetch .i-box:hover {
            background: #3DB5C5;
            color: #fff;
        }

    .order .order-box-fetch .selected {
        background: #3DB5C5;
        color: #fff;
    }

    .order .order-box-fetch .i-box div {
        margin-bottom: 10px;
        margin-left: 40px;
    }

.order .order-cloth-info .order-list-fetch {
    max-height: calc(100% - 200px);
    overflow-y: auto;
}

    .order .order-cloth-info .order-list-fetch .order-item {
        width: 100%;
        overflow: hidden;
        margin-bottom: 10px;
        cursor: pointer;
    }


        .order .order-cloth-info .order-list-fetch .order-item .i-no {
            width: 36px;
            height: 36px;
            background: #FFFFFF;
            box-sizing: border-box;
            border: 1px solid #3DB5C5;
            box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
        }

            .order .order-cloth-info .order-list-fetch .order-item .i-no:hover {
                background: #3DB5C5;
                /* 白 */
                border: 3px solid #FFFFFF;
            }

    .order .order-cloth-info .order-list-fetch .selected .i-no {
        background: #3DB5C5;
        /* 白 */
        border: 3px solid #FFFFFF;
    }

    .order .order-cloth-info .order-list-fetch .order-item .i-info {
        height: 86px;
        border-radius: 10px;
        width: calc(100% - 130px);
        background: #F7F7F7;
        box-sizing: border-box;
        border: 1px solid #C6C6C6;
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    }

        .order .order-cloth-info .order-list-fetch .order-item .i-info:hover {
            border: 1px solid #3DB5C5;
        }

        .order .order-cloth-info .order-list-fetch .order-item .i-info .barcode {
            width: 106px;
            text-align: center;
            padding: 10px 0;
        }

            .order .order-cloth-info .order-list-fetch .order-item .i-info .barcode img {
                width: 86px;
                height: 47px;
            }

            .order .order-cloth-info .order-list-fetch .order-item .i-info .barcode .code {
                text-align: center;
            }

        .order .order-cloth-info .order-list-fetch .order-item .i-info .tag {
            width: 403px;
            padding: 10px 0;
        }

    .order .order-cloth-info .order-list-fetch .order-item .tag span {
        height: 22px;
        margin-top: 5px;
        margin-right: 20px;
        font-size: 14px;
        line-height: 22px;
        background-color: #3DB5C5;
        color: #fff;
        border-radius: 7px;
        display: inline-block;
        padding: 2px 5px;
    }

.order .order-cloth-info .order-list-func .order-item .i-no {
    width: 36px;
    height: 36px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #3DB5C5;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}

.order .order-cloth-info .order-list-func .selected .i-no {
    background: #3DB5C5;
    /* 白 */
    border: 3px solid #FFFFFF;
}

.order .order-cloth-info .order-list-func .i-button {
    width: 511px;
}

    .order .order-cloth-info .order-list-func .i-button button {
        width: 56px;
        height: 28px;
        border-radius: 10px;
        background-color: #fff;
        color: #3DB5C5;
        margin-top: 30px;
        box-sizing: border-box;
        border: 1px solid #3DB5C5;
        float: left;
        margin-right: 20px;
    }

    .order .order-cloth-info .order-list-func .i-button .i-ok {
        width: 156px;
        height: 50px;
        border-radius: 10px;
        background: #3DB5C5;
        margin: 0 auto;
        color: #fff;
        border: none;
        font-size: 24px;
        margin-top: 15px;
        float: right;
        margin-right: 0;
    }


.recharge {
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

    .recharge > .left {
        float: left;
        width: calc(40% - 1px);
        overflow: hidden;
        height: 100%;
        border-right: 1px solid #D8D8D8;
        position: relative;
    }



        .recharge > .left .avater {
            width: 117px;
            height: 162px;
            border-radius: 10px;
            margin-top: 20px;
            margin-left: 30px;
            margin-right: 20px;
            background: #F7F7F7;
            box-sizing: border-box;
            border: 1px solid #C6C6C6;
            box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
            float: left;
            text-align: center;
        }

            .recharge > .left .avater img {
                width: 75px;
                height: 75px;
                margin-top: 43px;
            }

        .recharge > .left .impinfo {
            float: left;
        }

            .recharge > .left .impinfo li {
                height: 40px;
                margin-top: 20px;
                line-height: 40px;
            }

                .recharge > .left .impinfo li span {
                    display: inline-block;
                    width: 45px;
                }

                .recharge > .left .impinfo li input {
                    width: 192px;
                    height: 40px;
                    border-radius: 10px;
                    background: #FFFFFF;
                    padding: 0 15px;
                    box-sizing: border-box;
                    border: 1px solid #C6C6C6;
                }



                .recharge > .left .impinfo li .sex {
                    width: 16px;
                    height: 16px;
                    opacity: 1;
                    /* 白 */
                    background: #FFFFFF;
                    box-sizing: border-box;
                    /* 青 */
                    border: 1px solid #3DB5C5;
                    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
                    border-radius: 8px;
                }

                .recharge > .left .impinfo li .selected {
                    background: #3DB5C5;
                    /* 白 */
                    border: 2px solid #FFFFFF;
                }

                .recharge > .left .impinfo li img {
                    width: 30px;
                    height: 30px;
                    vertical-align: top;
                    margin: 0 10px;
                }

        .recharge > .left .other {
            margin-top: 30px;
        }

            .recharge > .left .other li {
                width: 360px;
                height: 42px;
                transform: rotate(0deg);
                opacity: 1;
                margin-left: 40px;
                margin-top: 10px;
                border-bottom: 1px solid #D8D8D8;
            }

                .recharge > .left .other li input {
                    border: none;
                    color: #3DB5C5;
                }

                .recharge > .left .other li .upgrade {
                    width: 56px;
                    height: 28px;
                    line-height: 28px;
                    border-radius: 10px;
                    opacity: 1;
                    /* 青 */
                    background: #3DB5C5;
                    color: #fff;
                    text-align: center;
                }

                .recharge > .left .other li span {
                    color: #3DB5C5;
                }

                .recharge > .left .other li .o-txt {
                    color: #3D3D3D;
                }

    .recharge > .right {
        float: left;
        width: calc(60% - 1px);
        height: 100%;
    }

        .recharge > .right .tab {
            height: 40px;
            margin-top: 20px;
            margin-bottom: 22px;
        }

        .recharge > .right .tab {
            height: 40px;
            margin-top: 20px;
            margin-bottom: 22px;
            margin-left: 50px;
        }

            .recharge > .right .tab li {
                width: 94px;
                height: 40px;
                line-height: 40px;
                text-align: center;
                border-radius: 20px;
                background: #3DB5C5;
                box-sizing: border-box;
                border: 1px solid #3DB5C5;
                float: left;
                font-size: 18px;
                font-weight: 500;
                /* 青 */
                color: #fff;
                margin-right: 50px;
                cursor: pointer;
            }

                .recharge > .right .tab li:hover {
                    background-color: #fff;
                    border: 1px solid #3DB5C5;
                    color: #3DB5C5;
                }

            .recharge > .right .tab .on {
                background-color: #fff;
                border: 1px solid #3DB5C5;
                color: #3DB5C5;
            }

        .recharge > .right .content {
            margin-left: 50px;
            height: 100%;
        }



            .recharge > .right .content .c-content {
                max-height: calc(100% - 180px);
                overflow-y: auto;
                width: 100%;
                display: none;
            }

            .recharge > .right .content .on {
                display: block;
            }

            .recharge > .right .content .c-content .c-item {
                width: calc(33.3% - 15px);
                height: 150px;
                border-radius: 10px;
                background: #FFFFFF;
                box-sizing: border-box;
                border: 1px solid #C6C6C6;
                float: left;
                margin-right: 15px;
                margin-bottom: 20px;
                padding: 5px;
            }

                .recharge > .right .content .c-content .c-item .card {
                    width: 45%;
                    height: 66px;
                    opacity: 1;
                    background: linear-gradient(180deg, #3DB5C5 0%, #EBEBEB 100%);
                    box-sizing: border-box;
                    border: 1px solid #F7F7F7;
                    border-radius: 10px;
                    box-shadow: 0px 0px 3px 0px rgba(198, 198, 198, 0.3);
                    float: left;
                }

                    .recharge > .right .content .c-content .c-item .card .logo {
                        width: 39px;
                        height: 22px;
                        font-size: 14px;
                        line-height: 22px;
                        color: #FFFFFF;
                        margin-top: 5px;
                        margin-left: 10px;
                    }

                .recharge > .right .content .c-content .c-item .type {
                    float: right;
                    width: 55%;
                }

                    .recharge > .right .content .c-content .c-item .type .name {
                        width: 100%;
                        height: 22px;
                        font-size: 18px;
                        font-weight: 500;
                        text-align: center;
                        color: #3D3D3D;
                        margin-top: 10px;
                    }

                    .recharge > .right .content .c-content .c-item .type .endday {
                        width: 100%;
                        height: 22px;
                        font-size: 14px;
                        color: #3DB5C5;
                        text-align: center;
                        margin-top: 5px;
                    }

                .recharge > .right .content .c-content .c-item .level {
                    float: left;
                    margin-right: 20px;
                    margin-top: 10px;
                    color: #3DB5C5;
                }

                .recharge > .right .content .c-content .c-item .discount {
                    float: left;
                    margin-top: 10px;
                    color: #3DB5C5;
                }

                .recharge > .right .content .c-content .c-item .price {
                    float: left;
                    width: 39px;
                    height: 22px;
                    font-size: 18px;
                    font-weight: 500;
                    margin-top: 10px;
                    color: #F01149;
                }

                .recharge > .right .content .c-content .c-item .buy {
                    float: right;
                }

                    .recharge > .right .content .c-content .c-item .buy button {
                        width: 70px;
                        height: 28px;
                        border-radius: 10px;
                        opacity: 1;
                        border: none;
                        background: #3DB5C5;
                        color: #fff;
                        margin-top: 8px;
                        margin-right: 20px;
                    }

            .recharge > .right .content .c-content .purchased .buy button {
                background: #c6c6c6;
                color: #fff;
            }

.rechargepay .cpay-item {
    width: 245px;
    border-radius: 10px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #C6C6C6;
    margin-top: 50px;
    margin-left: 95px;
    padding: 5px;
    overflow: hidden;
}

    .rechargepay .cpay-item .card {
        width: 110px;
        height: 66px;
        opacity: 1;
        background: linear-gradient(180deg, #3DB5C5 0%, #EBEBEB 100%);
        box-sizing: border-box;
        border: 1px solid #F7F7F7;
        border-radius: 10px;
        box-shadow: 0px 0px 3px 0px rgba(198, 198, 198, 0.3);
        float: left;
    }

        .rechargepay .cpay-item .card .logo {
            width: 39px;
            height: 22px;
            font-size: 14px;
            line-height: 22px;
            color: #FFFFFF;
            margin-top: 5px;
            margin-left: 10px;
        }

    .rechargepay .cpay-item .type {
        float: left;
        width: 105px;
        margin-left: 10px;
    }

        .rechargepay .cpay-item .type .name {
            width: 100%;
            height: 22px;
            font-size: 18px;
            font-weight: 500;
            text-align: center;
            color: #3D3D3D;
            margin-top: 10px;
        }

        .rechargepay .cpay-item .type .endday {
            width: 100%;
            height: 22px;
            font-size: 14px;
            color: #3DB5C5;
            text-align: center;
            margin-top: 5px;
        }

    .rechargepay .cpay-item .level {
        float: left;
        margin-right: 20px;
        margin-top: 10px;
        color: #3DB5C5;
    }

    .rechargepay .cpay-item .discount {
        float: left;
        margin-top: 10px;
        color: #3DB5C5;
    }

    .rechargepay .cpay-item .price {
        float: left;
        width: 39px;
        height: 22px;
        font-size: 18px;
        font-weight: 500;
        margin-top: 10px;
        color: #F01149;
    }

.rechargepay .pay-input {
    width: 356px;
    height: 62px;
    line-height: 62px;
    border-radius: 10px;
    opacity: 1;
    /* 白 */
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #C6C6C6;
    margin: 40px auto;
}

    .rechargepay .pay-input .pay-txt {
        width: 90px;
        font-size: 18px;
        line-height: 22px;
        margin-left: 20px;
        color: #3D3D3D;
        display: inline-block;
    }

    .rechargepay .pay-input input {
        text-align: right;
        height: 40px;
        float: right;
        margin-top: 8px;
        margin-right: 10px;
        border: none;
        font-size: 24px;
        width: calc(100% - 130px);
    }

.rechargepay .pay-way {
    width: calc(100% - 80px);
    height: 22px;
    opacity: 1;
    font-size: 18px;
    color: #3D3D3D;
    margin-top: 40px;
    margin: 0 auto;
}

    .rechargepay .pay-way .list {
        margin-top: 20px;
        overflow: hidden;
    }

        .rechargepay .pay-way .list .way-item {
            width: 112px;
            height: 103px;
            border-radius: 10px;
            background: #F7F7F7;
            box-sizing: border-box;
            border: 1px solid #C6C6C6;
            float: left;
            margin-bottom: 10px;
            box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
            text-align: center;
        }

            .rechargepay .pay-way .list .way-item:hover {
                border: 1px solid #3DB5C5;
            }

            .rechargepay .pay-way .list .way-item img {
                width: 37px;
                height: 37px;
                margin-top: 20px;
            }

            .rechargepay .pay-way .list .way-item .pay-txt {
                margin-top: 7px;
                margin-top: 20px;
                font-size: 18px;
                color: #3D3D3D;
            }

    .rechargepay .pay-way .button {
        margin-top: 50px;
    }

        .rechargepay .pay-way .button .cancel {
            width: 156px;
            height: 50px;
            border-radius: 10px;
            opacity: 1;
            color: #fff;
            font-size: 24px;
            border: none;
            background: #C6C6C6;
        }

        .rechargepay .pay-way .button .ok {
            width: 156px;
            height: 50px;
            border-radius: 10px;
            opacity: 1;
            color: #fff;
            font-size: 24px;
            border: none;
            background: #3DB5C5;
        }

.saoma .title {
    width: 48px;
    height: 22px;
    font-size: 24px;
    line-height: 22px;
    color: #3D3D3D;
    margin: 40px auto;
}

.saoma .content {
    width: 70%;
    margin: 0 auto;
}

.saoma input {
    margin: 30px auto;
    width: 360px;
    height: 40px;
    border-radius: 10px;
    opacity: 1;
    /* 白 */
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #C6C6C6;
    padding: 15px;
}

.saoma .ok {
    width: 108px;
    height: 50px;
    border-radius: 10px;
    opacity: 1;
    /* 青 */
    background: #3DB5C5;
    color: #fff;
    font-size: 18px;
    border: none;
}

.tab-menu {
    position: fixed;
    left: 200px;
    top: 46px;
    height: 30px;
    font-size: 16px;
    width: auto;
}

    .tab-menu ul li {
        float: left;
        margin-left: 10px;
        padding: 10px 20px;
        color: #3DB5C5;
        font-size: 18px;
        background-color: #fff;
        border-radius: 10px 10px 0 0;
        cursor: pointer;
        position: relative;
    }

    .tab-menu ul .on {
        background-color: #abdee5;
        color: #fff;
    }

    .tab-menu ul li:hover {
        background-color: #abdee5;
        color: #fff;
    }

    .tab-menu ul li .close {
        position: absolute;
        top: -3px;
        right: 0;
        border-radius: 4px;
    }

        .tab-menu ul li .close img {
            width: 20px;
            height: 20px;
        }
.tabs{
     height: calc(100% - 60px); 
     width: calc(100% - 200px);
}
.tabs div.showed {
    display: block;
}

.tabs div.hide {
    display: none;
}
