﻿/*page designer's list*/
#dessearch {
    background-color: #e7e5e8;
    padding-top: 9.4%;
    position: relative;
}

    #dessearch div {
        position: absolute;
        top: 18%;
        height: 66%;
        left: 4%;
        width: 92%;
        border-radius: 3px;
        background-color: #fff;
        box-shadow: 0 0 2px #ccc;
    }

        #dessearch div input {
            float: left;
            border: 0;
            height: 100%;
            margin-left: 2%;
            width: 86%;
        }

            #dessearch div input::-webkit-input-placeholder {
                line-height: 1.4;
            }

        #dessearch div span {
            float: left;
            display: inline-block;
            width: 10%;
            height: 100%;
            background: url('..../images/bg/fdj.png') center no-repeat;
            background-size: auto 60%;
            position: relative;
        }

            #dessearch div span:after {
                content: "";
                position: absolute;
                top: 20%;
                height: 60%;
                left: 0;
                width: 0;
                border-right: 1px solid #ddd;
            }
/*srhcondition*/
#srhcondition {
    padding-top: 12%;
    background-color: #fff;
    text-align: center;
    border-bottom: 1px solid #ECECEC;
    position: relative;
    z-index: 25;
}

    #srhcondition span {
        position: absolute;
        top: 15%;
        height: 80%;
        left: 0;
        color: #666;
        display: inline-block;
        width: 25%;
        font-size: 100%;
        border-right: 1px solid #ececec;
    }


        #srhcondition span i {
            display: inline-block;
            padding-right: 20%;
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        #srhcondition span:nth-child(100n+2) {
            left: 25.4%;
        }

        #srhcondition span:nth-child(100n+3) {
            left: 52.7%;
        }

        #srhcondition span:nth-child(100n+4) {
            left: 76.7%;
            border-right: none;
        }

            #srhcondition span:nth-child(100n+4):after {
                content: none;
            }

        #srhcondition span:nth-child(100n+1) span {
            left: 80.4%;
        }

        #srhcondition span:nth-child(100n+2) span {
            left: 65.4%;
        }

        #srhcondition span:nth-child(100n+3) span {
            left: 77.7%;
        }

        #srhcondition span:nth-child(100n+4) span {
            left: 66.7%;
        }

        #srhcondition span.sc1.sel {
            color: #EA4504;
        }

        #srhcondition span.sc span {
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #666666;
            top: 40%;
        }

        #srhcondition span i {
            font-style: normal;
        }

        #srhcondition span.sc1 i {
            background: url('..../images/icon/map.png') right center no-repeat;
            background-size: auto 81%;
        }

            #srhcondition span.sc1 i:after {
                content: none;
            }


    #srhcondition div.arealist a {
        display: inline-block;
        border: 1px solid #CCC;
        color: #666;
        font-size: 90%;
        padding: 1% 3% 0.5%;
        vertical-align: middle;
        margin: 0 3% 4% 0;
    }

        #srhcondition div.arealist a.sel {
            border-color: #EA4504;
            color: #EA4504;
        }

    #srhcondition:after {
        content: none;
        position: absolute;
        bottom: -5px;
        left: -20px;
        height: 7px;
        width: 7px;
        border: solid #f7f7f7;
        border-width: 2px 2px 0 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background-color: #fff;
        transition: left .5s;
    }

    #srhcondition.t0:after {
        content: "";
        left: 16%;
        margin-left: -6px;
    }

    #srhcondition.t0 span.sc:first-child i::after {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        top: 7px;
    }

    #srhcondition.t1:after {
        content: "";
        left: 49.3%;
        margin-left: -6px;
    }

    #srhcondition.t1 span.sc:nth-child(100n+2) i::after {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        top: 7px;
    }


    #srhcondition.t2:after {
        content: "";
        left: 82.6%;
        margin-left: -6px;
    }

    #srhcondition.t2 span.sc:nth-child(100n+3) i::after {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        top: 7px;
    }

    #srhcondition .fcon {
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        background-color: white;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        margin-top: 2px;
        text-align: left;
        box-sizing: border-box;
        display: none;
    }

    #srhcondition div.arealist {
        padding: 3% 3% 1.5%;
        display: none;
    }

    #srhcondition .rank {
        text-align: center;
    }

    #srhcondition.t0 .f0 {
        display: block;
    }

    #srhcondition.t1 .f1 {
        display: block;
    }

    #srhcondition.t2 .f2 {
        display: block;
    }

    #srhcondition .rank a {
        display: block;
        padding: 5.9% 0;
        color: #666;
        font-size: 105%;
        line-height: 0;
    }

        #srhcondition .rank a:first-child {
            border-bottom: 2px solid #f7f7f7;
        }

        #srhcondition .rank a.sel {
            color: #EA4504;
        }

#srhconisol {
    z-index: 24;
}
/*srhcondition end*/
/*deslist*/
.commonlist {
    background-color: #fff;
    padding-top: 10px;
}

    .commonlist ul li {
        overflow-y: auto;
        padding: 2.5% 3%;
    }

        .commonlist ul li div.left {
            float: left;
            width: 30%;
        }

            .commonlist ul li div.left img {
                width: 100%;
            }

        .commonlist ul li div.right {
            float: left;
            width: 54%;
            margin-left: 2%;
        }

            .commonlist ul li div.right a {
                color: #999;
            }

            .commonlist ul li div.right span {
                display: inline-block;
                white-space: nowrap;
            }

            .commonlist ul li div.right a span.s1 {
                float: left;
                color: #666;
                white-space: nowrap;
                overflow: hidden;
            }

            .commonlist ul li div.right a span.s2 {
                float: left;
                font-size: 88%;
                white-space: nowrap;
                overflow: hidden;
                margin-top: 0.8%;
            }

            .commonlist ul li div.right a span.s3 {
                float: left;
                font-size: 88%;
                white-space: nowrap;
                overflow: hidden;
                margin-top: 0.8%;
            }

                .commonlist ul li div.right a span.s3 i {
                    color: #EA4504;
                    font-style: normal;
                    text-decoration: underline;
                }

                .commonlist ul li div.right a span.s3 em {
                    color: #666;
                    font-style: normal;
                }

            .commonlist ul li div.right span.s4 {
                margin-top: 3%;
                /*padding-left: 18px;
                background: url('..../images/bg/tel2.png') left center no-repeat;*/
                background-size: auto 80%;
                max-height: 20px;
            }

                .commonlist ul li div.right span.s4 span {
                    font-size: 85%;
                }

                .commonlist ul li div.right span.s4 a span.red {
                    color: #FF6600;
                    font-size: 85%;
                }

                .commonlist ul li div.right span.s4 a:last-child {
                    border: 1px solid #EEE;
                    line-height: 18px;
                    height: 15px;
                    vertical-align: middle;
                    border-radius: 8px;
                    display: inline-block;
                    margin-left: 8px;
                    padding: 1px 6px 2px 18px;
                    background: url('..../images/bg/tel2.png') left center no-repeat;
                    background-size: 18px;
                    border-radius: 4px;
                    font-size: 88%;
                }

            .commonlist ul li div.right span.s5 {
                content: "\20";
                display: block;
                height: 0;
                clear: both;
                font-size: 80%;
                color: #666;
                padding-top: 1.5%;
                width: 100%;
                height: 22px;
                line-height: 24px;
                overflow: hidden;
                font-size: 100%;
            }

                .commonlist ul li div.right span.s5 .s5_left {
                    float: left;
                    background-image: url('../images/reserve/star1.png');
                    width: 90px;
                    height: 20px;
                    background-size: 25% auto;
                }

                .commonlist ul li div.right span.s5 .s5_left1 {
                    float: left;
                    background-image: url('../images/reserve/start2.png');
                    width: 20px;
                    height: 20px;
                    background-size: 95% auto;
                    background-position: 0px 1px;
                }

                .commonlist ul li div.right span.s5 .s5_right {
                    float: left;
                    margin-left: 2%;
                    color: #999999;
                    line-height: 22px;
                    white-space: nowrap;
                }

                .commonlist ul li div.right span.s5 .s5_sorce {
                    float: left;
                    margin-left: 2%;
                    color: #ffb23a;
                }

                .commonlist ul li div.right span.s5 .money {
                    float: left;
                    background-image: url('../images/reserve/money.png');
                    width: 22px;
                    height: 22px;
                    background-size: 82% auto;
                    background-repeat: no-repeat;
                    background-position: 0 2px;
                }

                .commonlist ul li div.right span.s5 .address3 {
                    float: left;
                    background-image: url('../images/reserve/adderss3.png');
                    width: 23px;
                    height: 24px;
                    background-size: 68% auto;
                    background-repeat: no-repeat;
                }

        .commonlist ul li div.reserveright {
            background-image: url('../images/reserve/reserve.png');
            width: 14%;
            height: 100px;
            background-repeat: no-repeat;
            float: right;
            background-position: 100% 10%;
            background-size: 100% auto;
        }

#deslist ul li div.right a span.s1 {
}

#deslist ul li div.right a span.s2 {
    width: 36.3%;
    float: right;
}

    #deslist ul li div.right a span.s2 i {
        padding-right: 60%;
        background-position-y: 10%;
    }

#comlist ul li {
    padding-bottom: 4.5%;
}

    #comlist ul li div.left {
        width: 32%;
    }

    #comlist ul li div.right {
        width: 65%;
        margin-top: 0;
    }

    #comlist ul li div.left img {
        border-radius: 0;
        margin-top: 4.5%;
    }

    #comlist ul li div.right {
        /*position: relative;*/
    }

        #comlist ul li div.right span.s1, #comlist ul li div.right a span.s2 {
        }

        #comlist ul li div.right a span.s1 {
            /*background: red;*/
            width: 55%;
            height: 100%;
        }

        #comlist ul li div.right a span.s2 {
            /*background: black;*/
            width: 43%;
            padding-left: 2%;
            margin-top: -1px;
            font-size: 90%;
            -webkit-transform: scale(.88,.88);
            transform: scale(.88,.88);
        }

            #comlist ul li div.right a span.s2 i {
                padding-right: 58%;
            }

/*deslist end*/

/*shoplist*/
.shoplist {
    background-color: #fff;
    padding-top: 10px;
}

    .shoplist ul li {
        overflow-y: auto;
        padding: 2.5% 3%;
        border-bottom: 1px solid #eee;
    }

        .shoplist ul li div.left {
            float: left;
            width: 30%;
        }

            .shoplist ul li div.left img {
                width: 90%;
                border-radius: 100%;
            }

        .shoplist ul li div.right {
            float: left;
            width: 54%;
            margin-left: 4%;
            margin-top: 3%;
        }

            .shoplist ul li div.right a {
                color: #999;
            }

            .shoplist ul li div.right span {
                display: inline-block;
                white-space: nowrap;
            }

            .shoplist ul li div.right a span.s1 {
                float: left;
                color: #666;
                white-space: nowrap;
                overflow: hidden;
            }

            .shoplist ul li div.right span.s5 {
                content: "\20";
                display: block;
                height: 0;
                clear: both;
                font-size: 80%;
                color: #999;
                padding-top: 1.5%;
                width: 100%;
                height: 22px;
                line-height: 24px;
                overflow: hidden;
                font-size: 90%;
            }

                .shoplist ul li div.right span.s5 .money {
                    float: left;
                    background-image: url('../images/index/smallphone.png');
                    width: 19px;
                    height: 24px;
                    background-size: 56% auto;
                    background-repeat: no-repeat;
                    background-position: 0 7px;
                }

                .shoplist ul li div.right span.s5 .address3 {
                    float: left;
                    background-image: url('../images/index/smalladdress.png');
                    width: 19px;
                    height: 24px;
                    background-size: 68% auto;
                    background-repeat: no-repeat;
                    background-position: 0 4px;
                }

        .shoplist ul li div.reserveright {
            background-image: url('../images/index/rightarrow.png');
            width: 10%;
            background-repeat: no-repeat;
            float: right;
            background-position: 50% 100%;
            background-size: 30% auto;
            padding-top: 15%;
        }

/*shoplist   end*/

/*systemlist*/
.systemlist {
    background-color: #fff;
    padding-top: 10px;
}

    .systemlist ul li {
        overflow-y: auto;
        padding: 2.5% 3%;
        border-bottom: 1px solid #eee;
    }

        .systemlist ul li div.left {
            float: left;
            width: 20%;
        }

            .systemlist ul li div.left img {
                width: 90%;
                border-radius: 100%;
            }

        .systemlist ul li div.right {
            float: left;
            width: 80%;
            margin-top: 2%;
            position: relative;
        }

            .systemlist ul li div.right span.today {
                position: absolute;
                right: 2px;
                color: #999;
                font-size: 90%;
            }

            .systemlist ul li div.right a {
                color: #999;
            }

            .systemlist ul li div.right span {
                display: inline-block;
                white-space: nowrap;
            }

                .systemlist ul li div.right span.s5 {
                    content: "\20";
                    display: block;
                    height: 0;
                    clear: both;
                    font-size: 80%;
                    color: #999;
                    padding-top: 1.5%;
                    width: 100%;
                    height: 22px;
                    line-height: 24px;
                    overflow: hidden;
                    font-size: 90%;
                }

/*systemlist   end*/
/*myindexlist*/
.kongbg {
    width: 100%;
    height: 10px;
    background-image: url('../images/reserve/kong.png');
    background-repeat: repeat-x;
}

.myindexlist {
    background-color: #fff;
    padding-top: 10px;
}

    .myindexlist ul li {
        overflow-y: auto;
        padding: 2.5% 3%;
        border: 1px solid #eee;
    }

        .myindexlist ul li div.left {
            float: left;
            width: 20%;
        }

            .myindexlist ul li div.left img {
                width: 90%;
                border-radius: 4px;
            }

        .myindexlist ul li div.right {
            float: left;
            width: 80%;
            margin-top: 2%;
            position: relative;
        }

            .myindexlist ul li div.right span.today {
                position: absolute;
                right: 2px;
                background-image: url('../images/index/rightarrow.png');
                width: 20px;
                height: 40px;
                display: inline-block;
                background-size: 60% auto;
                background-repeat: no-repeat;
                background-position: 0 1px;
                top: 20%;
            }

            .myindexlist ul li div.right a {
                color: #999;
            }

            .myindexlist ul li div.right span {
                display: inline-block;
                white-space: nowrap;
            }

                .myindexlist ul li div.right span.s5 {
                    content: "\20";
                    display: block;
                    height: 0;
                    clear: both;
                    font-size: 80%;
                    color: #666;
                    padding-top: 1.5%;
                    width: 100%;
                    height: 22px;
                    line-height: 24px;
                    overflow: hidden;
                    font-size: 90%;
                }

.shortcutwarpper {
    overflow-y: auto;
    padding-bottom: 46%;
}

.ucshortcut {
    border: solid #efefef;
    border-width: 0 1px 1px 0;
    background: white;
    float: left;
    width: 25%;
    box-sizing: border-box;
    text-align: center;
}



    .ucshortcut:nth-child(4n) {
        border-right-width: 0;
    }

    .ucshortcut a {
        display: inline-block;
        width: 100%;
    }

    .ucshortcut div.warpper {
        padding: 48.5% 0 10%;
        background: center 28% no-repeat;
        background-size: auto 34%;
    }

    .ucshortcut .warpper:after {
        position: absolute;
        font-size: 80%;
        top: 56%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        white-space: nowrap;
    }

    .ucshortcut a div {
        text-decoration: none;
        color: #2e2e2e;
        line-height: 26px;
        font-size: 90%;
    }
/*myindexlist   end*/

/*infolist*/
.infolist {
    background-color: #fff;
    padding-top: 10px;
}

    .infolist ul li {
        overflow-y: auto;
        padding: 2.5% 3%;
        border-bottom: 1px solid #eee;
    }

        .infolist ul li div.left {
            float: left;
            width: 20%;
        }

            .infolist ul li div.left img {
                width: 40%;
            }

                .infolist ul li div.left img.tongzhi {
                    padding-top: 10%;
                    padding-left: 10%;
                    padding-bottom: 6%;
                }

            .infolist ul li div.left div {
                width: 0;
                height: 0;
                background: #50c8d8 center no-repeat;
                background-size: auto 60%;
                display: inline-block;
                border-radius: 6px;
                padding: 43%;
                margin-top:10%;
            }

        .infolist ul li div.right span.today {
            position: absolute;
            right: 2px;
            background: red;
            width: 8px;
            height: 8px;
            border-radius: 100%;
            top: 40%;
        }

        .infolist ul li div.right {
            float: left;
            width: 78%;
            margin-top: 1%;
            margin-left: 1%;
            position: relative;
        }

            .infolist ul li div.right a {
                color: #999;
            }

            .infolist ul li div.right span {
                display: inline-block;
                white-space: nowrap;
            }

            .infolist ul li div.right a span.s1 {
                float: left;
                color: #666;
                white-space: nowrap;
                overflow: hidden;
            }

            .infolist ul li div.right span.s5 {
                content: "\20";
                display: block;
                height: 0;
                clear: both;
                font-size: 80%;
                color: #999;
                padding-top: 1.5%;
                width: 100%;
                height: 22px;
                line-height: 24px;
                overflow: hidden;
                font-size: 100%;
            }


/*infolist   end*/
/*orderlist*/
.orderlist {
    position: relative;
}

    .orderlist ul {
        background-color: #fff;
        padding: 0 3%;
        padding-top: 1%;
        border-bottom: 1px solid #ddd;
    }

        .orderlist ul li {
            padding: 1.6% 0;
            overflow-y: auto;
            padding-bottom: 0;
            border-bottom: #f7f7f7 solid 1px;
        }

            .orderlist ul li:last-child {
                border-bottom: 0;
            }

            .orderlist ul li a div:first-child {
                color: #333;
                font-size: 105%;
                padding-bottom: 2%;
            }

            .orderlist ul li.s1 a div.discount {
                font-size: 120%;
                color: #f34826;
                text-align: center;
                position: absolute;
                right: 10px;
            }

            .orderlist ul li.s1 a div.first {
                float: left;
                width: 66%;
                line-height: 160%;
                background-size: auto 68%;
                font-size: 110%;
                color: #999999;
                margin-left: 4%;
                padding-top: 2%;
            }

            .orderlist ul li.s1 a div.sec {
                width: 20%;
                text-align: left;
                float: left;
            }

                .orderlist ul li.s1 a div.sec img {
                    width: 100%;
                }


    .orderlist div.top {
        width: 100%;
        position: relative;
        height: 22px;
        line-height: 24px;
        background: #fff;
        border-bottom: 1px solid #ddd;
    }

        .orderlist div.top span {
            content: "\20";
            display: block;
            height: 0;
            clear: both;
            color: #022222;
            font-size: 110%;
        }

            .orderlist div.top span:first-child {
                float: left;
            }

            .orderlist div.top span:last-child {
                float: right;
                color: #50c8d8;
                margin-right: 3%;
            }

    .orderlist div.bottom {
        width: 100%;
        position: relative;
        height: 40px;
        line-height: 24px;
        background: #fff;
    }

        .orderlist div.bottom span {
            display: block;
            clear: both;
            color: #022222;
            font-size: 110%;
            float: right;
            width: 50px;
            height: 25px;
            text-align: center;
            border: 1px solid #50c8d8;
            line-height: 25px;
            border-radius: 4px;
            margin-top: 6px;
            margin-right: 3%;
        }
/*orderlist  end*/
/*minesalelist*/
.minesalelist {
    background-color: #fff;
    position: relative;
    padding-bottom: 7%;
    padding-top: 5%;
}

    .minesalelist ul:first-child {
        margin-top: 0;
    }

    .minesalelist ul {
        background: #50c8d8;
        margin-left: 5%;
        width: 90%;
        border-radius: 4px;
        margin-top: 7%;
    }

        .minesalelist ul li {
            padding: 2.6% 0;
            overflow-y: auto;
            padding-bottom: 0;
        }

            .minesalelist ul li a div:first-child {
                color: #333;
                font-size: 105%;
                padding-bottom: 2%;
            }

            .minesalelist ul li.s1 a div.first {
                float: left;
                width: 50%;
                line-height: 160%;
                background-size: auto 68%;
                font-size: 110%;
                color: #fff;
                padding-top: 2%;
            }

            .minesalelist ul li.s1 a div.second {
                float: left;
                width: 60%;
                line-height: 160%;
                background-size: auto 68%;
                font-size: 110%;
                color: #fff;
                padding-top: 4%;
                text-align: right;
                font-size: 150%;
            }

            .minesalelist ul li.s1 .address {
                float: right;
                width: 18%;
                color: #fff;
            }

            .minesalelist ul li.s1 a div.sec {
                width: 20%;
                text-align: left;
                float: left;
                margin-left: 3%;
            }

                .minesalelist ul li.s1 a div.sec img {
                    width: 90%;
                    border-radius: 100%;
                }

    .minesalelist div.bottom {
        width: 100%;
        height: 40px;
        line-height: 24px;
        float: left;
        border-top: 1px solid #a0ffff;
        position: relative;
    }

        .minesalelist div.bottom span.left {
            display: block;
            clear: both;
            color: #fff;
            font-size: 100%;
            float: left;
            height: 25px;
            line-height: 25px;
            border-radius: 4px;
            margin-top: 6px;
            margin-left: 3%;
        }

        .minesalelist div.bottom div {
            color: #fff;
            font-size: 100%;
            float: right;
            position: absolute;
            right: 3%;
            top: 6px;
        }

            .minesalelist div.bottom div span {
                height: 25px;
                line-height: 25px;
                padding-left: 6px;
            }

                .minesalelist div.bottom div span:first-child {
                    border-right: 1px solid #a0ffff;
                    padding-right: 10px;
                }
/*minesalelist  end*/
/*cardlist*/
.cardlist {
    background-color: #fff;
    position: relative;
    padding-bottom: 7%;
    padding-top: 5%;
}

    .cardlist ul:first-child {
        margin-top: 0;
    }

    .cardlist ul {
        background: #50c8d8;
        margin-left: 5%;
        width: 90%;
        border-radius: 4px;
        box-shadow: 1px 1px 6px 4px #DCDCDC;
        margin-top: 7%;
    }

        .cardlist ul li {
            padding: 2.6% 0;
            overflow-y: auto;
            padding-bottom: 0;
        }

            .cardlist ul li a div:first-child {
                color: #333;
                font-size: 105%;
                padding-bottom: 2%;
            }


            .cardlist ul li.s1 a div.first {
                float: left;
                width: 50%;
                line-height: 160%;
                background-size: auto 60%;
                font-size: 120%;
                color: #fff;
                background-image: url('../images/reserve/card.png');
                background-repeat: no-repeat;
                padding-left: 35px;
                margin-left: 3%;
                background-position: 0 3px;
            }

            .cardlist ul li.s1 a div.second {
                float: right;
                width: 60%;
                line-height: 160%;
                background-size: auto 68%;
                font-size: 110%;
                color: #fff;
                text-align: right;
                font-size: 150%;
                margin-right: 3%;
            }

            .cardlist ul li.s1 .address {
                float: right;
                width: 30%;
                color: #fff;
                padding-right: 3%;
                text-align: right;
            }

            .cardlist ul li.s1 a div.sec {
                width: 20%;
                text-align: left;
                float: left;
                margin-left: 3%;
            }

                .cardlist ul li.s1 a div.sec img {
                    width: 90%;
                    border-radius: 100%;
                }

    .cardlist div.bottom {
        width: 100%;
        height: 75px;
        line-height: 24px;
        float: left;
        position: relative;
        border-radius: 0 0 4px 4px;
        background: #fff;
    }

        .cardlist div.bottom span.left {
            display: block;
            clear: both;
            color: #999;
            font-size: 100%;
            float: left;
            height: 25px;
            line-height: 25px;
            border-radius: 4px;
            margin-top: 6px;
            margin-left: 3%;
        }

        .cardlist div.bottom div {
            color: #022222;
            font-size: 100%;
            float: right;
            position: absolute;
            right: 3%;
            top: 36px;
            height: 30px;
        }

            .cardlist div.bottom div span {
                height: 30px;
                background-image: url('../images/reserve/saoma.png');
                background-repeat: no-repeat;
                padding-left: 35px;
                background-position: 0 1px;
                display: inline-block;
                font-size: 120%;
                background-size: 40% auto;
            }
/*minesalelist  end*/
/*mineinfolist*/
.mineinfolist {
    position: relative;
}

    .mineinfolist ul {
        background-color: #fff;
        padding: 0 3%;
        padding-top: 1%;
    }

        .mineinfolist ul li {
            padding: 1.6% 0;
            overflow-y: auto;
            padding-top: 3%;
            border-bottom: 1px solid #ddd;
            padding-bottom: 1%;
        }

            .mineinfolist ul li:first-child {
                padding-top: 4%;
                padding-bottom: 4%;
            }

            .mineinfolist ul li a div:first-child {
                color: #333;
                font-size: 105%;
                padding-bottom: 2%;
            }

    .mineinfolist div.top {
        width: 100%;
        position: relative;
        height: 22px;
        line-height: 24px;
        padding-top: 0;
        background: #fff;
    }

        .mineinfolist div.top span span {
            position: absolute;
            top: -1px;
            left: 20px;
            font-size: 100%;
        }

        .mineinfolist div.top span i {
            background-image: url("../images/index/rightarrow.png");
            display: inline-block;
            width: 15px;
            height: 24px;
            background-repeat: no-repeat;
            background-size: 44% auto;
            background-position: 0 0px;
            position: absolute;
            right: -2px;
            top: 7px;
        }

        .mineinfolist div.top span {
            content: "\20";
            display: block;
            height: 0;
            clear: both;
            color: #022222;
            font-size: 110%;
            padding-left: 0;
        }

            .mineinfolist div.top span:first-child {
                float: left;
            }

            .mineinfolist div.top span:last-child {
                float: right;
                color: #999;
                margin-right: 27px;
            }

            .mineinfolist div.top span img {
                width: 14%;
                position: absolute;
                right: 28px;
                top: -10px;
            }

    .mineinfolist .return {
        width: 100%;
        background: #fff;
        padding-top: 10%;
        padding-bottom: 10%;
    }

        .mineinfolist .return span {
            display: inline-block;
            width: 80%;
            background: #fe0000;
            color: #fff;
            font-size: 110%;
            text-align: center;
            line-height: 40px;
            height: 40px;
            margin-left: 10%;
            border-radius: 4px;
        }
/*saleorderlist  end*/

/*saleorderlist*/
.saleorderlist {
    position: relative;
}

    .saleorderlist ul {
        background-color: #fff;
        padding: 0 3%;
        padding-top: 1%;
    }

        .saleorderlist ul li {
            padding: 1.6% 0;
            overflow-y: auto;
            padding-bottom: 0;
            border-bottom: 1px solid #ddd;
        }

            .saleorderlist ul li a div:first-child {
                color: #333;
                font-size: 105%;
                padding-bottom: 2%;
            }

            .saleorderlist ul li.s1 a div.discount {
                font-size: 120%;
                color: #f34826;
                text-align: center;
                position: absolute;
                right: 10px;
            }

            .saleorderlist ul li.s1 a div.first {
                float: left;
                width: 66%;
                line-height: 160%;
                background-size: auto 68%;
                font-size: 110%;
                color: #999999;
                margin-left: 4%;
                padding-top: 2%;
            }

            .saleorderlist ul li.s1 a div.sec {
                width: 20%;
                text-align: left;
                float: left;
            }

                .saleorderlist ul li.s1 a div.sec img {
                    width: 100%;
                }

            .saleorderlist ul li a div.third {
                color: #9a9a9a;
                font-size: 80%;
                width: 66%;
                float: left;
                margin-left: 4%;
            }

            .saleorderlist ul li a div.address {
                width: 66%;
                float: left;
                margin-left: 4%;
                padding-top: 2%;
            }

                .saleorderlist ul li a div.address span:first-child {
                    margin-left: 0;
                }

                .saleorderlist ul li a div.address span {
                    float: left;
                    margin-left: 5%;
                    color: #999999;
                    font-size: 103%;
                }

    .saleorderlist div.top {
        width: 100%;
        position: relative;
        height: 22px;
        line-height: 24px;
        padding-top: 0;
        background: #fff;
    }

        .saleorderlist div.top span span {
            position: absolute;
            top: -1px;
            left: 20px;
            font-size: 100%;
        }

        .saleorderlist div.top span img {
            width: 70%;
        }

        .saleorderlist div.top span {
            content: "\20";
            display: block;
            height: 0;
            clear: both;
            color: #022222;
            font-size: 110%;
        }

            .saleorderlist div.top span:first-child {
                float: left;
            }

            .saleorderlist div.top span:last-child {
                float: right;
                color: #50c8d8;
                margin-right: 3%;
            }

    .saleorderlist div.bottom {
        width: 97.55%;
        position: relative;
        height: 40px;
        line-height: 24px;
        background: #fff;
        padding-left: 2.45%;
    }

        .saleorderlist div.bottom span {
            display: inline-block;
            clear: both;
            color: #022222;
            font-size: 110%;
            /* float: left; */
            width: 100px;
            height: 25px;
            text-align: center;
            line-height: 25px;
            border-radius: 4px;
            margin-top: 6px;
            margin-left: 2%;
        }

            .saleorderlist div.bottom span small {
                color: #50c8d8;
                font-size: 110%;
            }
/*saleorderlist  end*/

.loadmore {
    padding: 4% 0 5%;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #dadada;
    color: #999;
}

.loadmore2 {
    padding: 3% 0;
    text-align: center;
    color: #999;
}

/*taocanlist*/
.taocanlist {
    position: relative;
}

    .taocanlist ul {
        background-color: #fff;
        padding: 0 3%;
        padding-top: 1%;
    }

        .taocanlist ul li {
            padding: 1.6% 0;
            overflow-y: auto;
            padding-bottom: 0;
            border-bottom: 1px solid #ddd;
        }

            .taocanlist ul li a div:first-child {
                color: #333;
                font-size: 105%;
                padding-bottom: 2%;
            }

            .taocanlist ul li.s1 a div.discount {
                font-size: 120%;
                color: #f34826;
                text-align: center;
                position: absolute;
                right: 10px;
            }

            .taocanlist ul li.s1 a div.first {
                float: left;
                width: 66%;
                line-height: 160%;
                background-size: auto 68%;
                font-size: 110%;
                color: #999999;
                margin-left: 4%;
                padding-top: 2%;
            }

            .taocanlist ul li.s1 a div.sec {
                width: 20%;
                text-align: left;
                float: left;
            }

                .taocanlist ul li.s1 a div.sec img {
                    width: 100%;
                }

            .taocanlist ul li a div.third {
                color: #9a9a9a;
                font-size: 80%;
                width: 66%;
                float: left;
                margin-left: 4%;
            }

            .taocanlist ul li a div.address {
                width: 66%;
                float: left;
                margin-left: 4%;
                padding-top: 2%;
            }

                .taocanlist ul li a div.address span:first-child {
                    margin-left: 0;
                }

                .taocanlist ul li a div.address span {
                    float: left;
                    margin-left: 5%;
                    color: #999999;
                    font-size: 103%;
                }

    .taocanlist div.top {
        width: 100%;
        position: relative;
        height: 22px;
        line-height: 24px;
        padding-top: 0;
        background: #fff;
    }

        .taocanlist div.top span span {
            position: absolute;
            top: -1px;
            left: 20px;
            font-size: 100%;
        }

        .taocanlist div.top span img {
            width: 70%;
        }

        .taocanlist div.top span {
            content: "\20";
            display: block;
            height: 0;
            clear: both;
            color: #666;
            font-size: 90%;
        }

            .taocanlist div.top span:first-child {
                float: left;
            }

            .taocanlist div.top span:last-child {
                float: right;
                color: #666;
                margin-right: 3%;
            }

    .taocanlist div.bottom {
        width: 97.55%;
        position: relative;
        height: 40px;
        line-height: 24px;
        background: #fff;
        padding-left: 2.45%;
    }

        .taocanlist div.bottom span {
            display: inline-block;
            clear: both;
            color: #022222;
            font-size: 90%;
            /* float: left; */
            width: 100%;
            height: 25px;
            text-align: left;
            line-height: 25px;
            border-radius: 4px;
            margin-top: 6px;
            margin-left: 2%;
        }

            .taocanlist div.bottom span small {
                color: #50c8d8;
                font-size: 110%;
            }
/*taocanlist  end*/
/*page designer's list end*/

/*redpacketlist*/
.redpacketlist {
    padding-top: 10px;
    padding-bottom: 20px;
}

    .redpacketlist ul {
        position: relative;
        margin-bottom: 8%;
    }


        .redpacketlist ul li {
            background: #ffffff;
            overflow-y: auto;
            border-radius: 8px;
            margin: 3% 5%;
        }

            .redpacketlist ul li div.left {
                float: left;
                width: 70%;
                height: 122px;
                padding-bottom: 2%;
            }

                .redpacketlist ul li div.left span {
                    display: block;
                    width: 100%;
                    float: left;
                    text-align: center;
                    color: #cfcfcf;
                }

                .redpacketlist ul li div.left .tittle {
                    margin: 7% 0 5% 0;
                    font-size: 120%;
                }

                .redpacketlist ul li div.left .red {
                    height: 40px;
                    background: url(../images/mine/hongyes.png) no-repeat;
                    background-size: 90%;
                    background-position-x: 49%;
                    background-position-y: -2%;
                    color: #ffffff;
                    line-height: 2.1;
                }

                .redpacketlist ul li div.left .redno {
                    height: 40px;
                    background: url(../images/mine/hongno.png) no-repeat;
                    background-size: 90%;
                    background-position-x: 49%;
                    background-position-y: -2%;
                    color: #ffffff;
                    line-height: 2.1;
                }

            .redpacketlist ul li div.right img {
                width: 70%;
                margin-left: 8%;
                margin-top: 24%;
            }

            .redpacketlist ul li div.right {
                background: #ffffff;
                width: 14%;
                height: 90px;
                position: absolute;
                top: -1%;
                right: 16px;
                padding: 6% 5%;
                border-radius: 0 8px 8px 0;
                box-shadow: -1px 1px 8px #EFEFEF;
            }




                .redpacketlist ul li div.right .nate a {
                    color: #444444;
                    line-height: 2;
                }

                .redpacketlist ul li div.right span {
                    display: inline-block;
                    white-space: nowrap;
                }

                .redpacketlist ul li div.right a span.s1 {
                    float: left;
                    color: #666;
                    white-space: nowrap;
                    overflow: hidden;
                }

                .redpacketlist ul li div.right span.s5 {
                    content: "\20";
                    display: block;
                    clear: both;
                    color: #999;
                    padding-top: 2%;
                    width: 100%;
                    height: 22px;
                    line-height: 24px;
                    overflow: hidden;
                    font-size: 90%;
                }

                    .redpacketlist ul li div.right span.s5 .money {
                        float: left;
                        background-image: url('../images/index/smallphone.png');
                        width: 19px;
                        height: 24px;
                        background-size: 56% auto;
                        background-repeat: no-repeat;
                        background-position: 0 7px;
                    }

                    .redpacketlist ul li div.right span.s5 .address3 {
                        float: left;
                        background-image: url('../images/index/smalladdress.png');
                        width: 19px;
                        height: 24px;
                        background-size: 68% auto;
                        background-repeat: no-repeat;
                        background-position: 0 4px;
                    }

            .redpacketlist ul li div.reserveright {
                width: 20%;
                background-repeat: no-repeat;
                float: right;
                font-size: 140%;
                color: #fe0000;
            }

/*shoplist   end*/

/*timebuylist*/
.timebuylist {
    background-color: #fff;
    padding-top: 10px;
}

    .timebuylist ul li {
        overflow-y: auto;
        padding: 2.5% 3%;
        border-bottom: 1px solid #eee;
    }

        .timebuylist ul li div.left {
            float: left;
            width: 30%;
        }

            .timebuylist ul li div.left img {
                width: 90%;
            }

        .timebuylist ul li div.right {
            float: left;
            width: 70%;
            position: relative;
        }

            .timebuylist ul li div.right span.today {
                position: absolute;
                right: 2px;
                color: #f32728;
                font-size: 90%;
                border: 1px solid #f32728;
                padding: 2px 6px;
                border-radius: 10px;
            }

            .timebuylist ul li div.right a {
                color: #999;
            }

            .timebuylist ul li div.right span {
                display: inline-block;
                white-space: nowrap;
            }

                .timebuylist ul li div.right span.s5 {
                    content: "\20";
                    display: block;
                    height: 0;
                    clear: both;
                    font-size: 80%;
                    color: #999;
                    padding-top: 1.5%;
                    width: 100%;
                    height: 22px;
                    line-height: 24px;
                    font-size: 90%;
                    padding-bottom: 2%;
                }

                .timebuylist ul li div.right span .arrow-left {
                    width: 0px;
                    height: 0px;
                    border-bottom: 10px solid transparent;
                    border-top: 8px solid transparent;
                    border-right: 10px solid #feeac7;
                    font-size: 0px;
                    line-height: 0px;
                    display: inline-block;
                    padding-top: 2px;
                    position: absolute;
                    margin-left: 5px;
                }

                .timebuylist ul li div.right span .square {
                    color: #f1852d;
                    display: inline-block;
                    position: absolute;
                    font-size: 80%;
                    background: #feeac7;
                    left: 59px;
                    border-radius: 0 4px 4px 0;
                    padding: 0px;
                    padding-bottom: 2px;
                    padding-left: 4px;
                    padding-top: 2px;
                    padding-right: 2px;
                    min-width: 34px;
                }

                .timebuylist ul li div.right span .last {
                    color: #4ae0e2;
                    font-size: 110%;
                }

                .timebuylist ul li div.right span .rightprice {
                    color: #fff;
                    font-size: 110%;
                    padding: 4px;
                    background: #f4a33a;
                    border-radius: 4px;
                    float: right;
                }
/*systemlist   end*/

/*cardlist*/
.consumptionlist {
    position: relative;
    padding-bottom: 7%;
    padding-top: 14%;
}

    .consumptionlist ul:first-child {
        margin-top: 0;
    }

    .consumptionlist ul {
        margin-left: 5%;
        width: 90%;
        border-radius: 4px;
        box-shadow: 1px 1px 6px 4px #DCDCDC;
        background: #fff;
        margin-top: 7%;
        overflow: hidden;
        position: relative;
    }

        .consumptionlist ul li {
            padding: 2.6% 0;
            overflow-y: auto;
            padding-bottom: 0;
        }

            .consumptionlist ul li a div:first-child {
                color: #333;
                font-size: 105%;
                padding-bottom: 2%;
            }

            .consumptionlist ul li.s1 a div.first {
                float: left;
                width: 14%;
                background-size: auto 60%;
                font-size: 120%;
                color: #50c8d8;
                background-repeat: no-repeat;
                margin-left: 5%;
                background-position: 0 3px;
                padding-top: 2%;
                padding-bottom: 4%;
            }

    .consumptionlist .downarrow {
        background-image: url('../images/mine/downarrow.png');
        background-repeat: no-repeat;
        background-position: 0 0px;
        display: inline-block;
        background-size: 90% auto;
        position: absolute;
        width: 25px;
        height: 20px;
        left: 14%;
    }

    .consumptionlist .line {
        background-image: url('../images/mine/line.png');
        background-repeat: no-repeat;
        background-position: 0 0px;
        display: inline-block;
        background-size: 100% auto;
        position: absolute;
        width: 53px;
        height: 41px;
        left: 3%;
        top: -1px;
    }

    .consumptionlist .lines {
        background-image: url('../images/mine/line.png');
        background-repeat: no-repeat;
        background-position: 0 0px;
        display: inline-block;
        background-size: 100% auto;
        position: absolute;
        width: 53px;
        height: 41px;
        right: 24%;
        top: -1px;
    }

    .consumptionlist .line3 {
        background-image: url('../images/mine/line.png');
        background-repeat: no-repeat;
        background-position: 0 0px;
        display: inline-block;
        background-size: 100% auto;
        position: absolute;
        width: 53px;
        height: 41px;
        left: 8%;
        bottom: 2%;
        z-index: 2;
    }

    .consumptionlist img {
        display: inline-block;
        position: absolute;
        width: 28%;
        height: 57%;
        right: -10%;
        bottom: -2%;
        overflow: hidden;
        z-index: 2;
    }

    .consumptionlist ul li.s1 a div.second {
        float: left;
        width: 78%;
        color: #999;
        text-align: left;
        font-size: 90%;
        padding-top: 1%;
    }

        .consumptionlist ul li.s1 a div.second span {
            width: 100%;
            display: inline-block;
            padding-bottom: 2%;
        }

            .consumptionlist ul li.s1 a div.second span i {
                display: inline-block;
                width: 4px;
                height: 4px;
                border-radius: 10px;
                background-color: #999;
                margin-right: 4px;
                margin-bottom: 3px;
            }

    .consumptionlist ul li.s1 .address {
        float: right;
        color: #999;
        right: 3%;
        text-align: right;
        position: absolute;
    }

    .consumptionlist ul li.s1 a div.sec {
        width: 20%;
        text-align: left;
        float: left;
        margin-left: 3%;
    }

        .consumptionlist ul li.s1 a div.sec img {
            width: 90%;
            border-radius: 100%;
        }

    .consumptionlist div.bottom {
        width: 100%;
        line-height: 24px;
        float: left;
        position: relative;
        border-radius: 0 0 4px 4px;
        border-top: 1px solid #f0f0f0;
        background: #fff;
        padding-bottom: 6%;
    }

        .consumptionlist div.bottom span.left {
            display: block;
            clear: both;
            color: #999;
            font-size: 90%;
            float: left;
            height: 12px;
            line-height: 25px;
            border-radius: 4px;
            margin-left: 3%;
            padding-bottom: 2%;
            padding-top: 1%;
        }

        .consumptionlist div.bottom div {
            color: #022222;
            font-size: 100%;
            float: right;
            position: absolute;
            right: 3%;
            top: 36px;
            height: 30px;
        }

            .consumptionlist div.bottom div span {
                height: 30px;
                background-image: url('../images/reserve/saoma.png');
                background-repeat: no-repeat;
                padding-left: 35px;
                background-position: 0 1px;
                display: inline-block;
                font-size: 120%;
                background-size: 40% auto;
            }

    .consumptionlist .unuse {
        background-image: url('../images/reserve/unuse.png');
        background-repeat: no-repeat;
        background-position: 0 0px;
        display: inline-block;
        background-size: 100% auto;
        position: absolute;
        width: 30%;
        height: 80%;
        left: 35%;
        z-index: 3;
        top: 15%;
    }

    .consumptionlist .use {
        background-image: url('../images/reserve/use.png');
        background-repeat: no-repeat;
        background-position: 0 0px;
        display: inline-block;
        background-size: 50% auto;
        position: absolute;
        width: 25%;
        height: 80%;
        left: 0%;
        z-index: 3;
    }

/*myreservelist*/
.myreservelist {
    background-color: #fff;
}

    .myreservelist ul li {
        padding: 8.5% 2%;
        border: 1px solid #eee;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 19%;
        position: relative;
        float: left;
        padding-bottom: 3%;
        margin-bottom: 2%;
    }

        .myreservelist ul li div.left {
            float: left;
            width: 30%;
        }

            .myreservelist ul li div.left img {
                width: 100%;
            }

        .myreservelist ul li div.right {
            float: left;
            width: 68%;
            margin-left: 2%;
        }

            .myreservelist ul li div.right a {
                color: #999;
            }

            .myreservelist ul li div.right span {
                display: inline-block;
                white-space: nowrap;
            }

        .myreservelist ul li .bottom {
            width: 100%;
            float: left;
            text-align: center;
            padding-top: 10px;
            font-size: 90%;
        }

        .myreservelist ul li div.right .cancellation {
            margin-top: 4%;
        }

            .myreservelist ul li div.right .cancellation span {
                color: #fff;
                padding: 2.5% 5%;
                border-radius: 4px;
                background: #6dddeb;
            }

        .myreservelist ul li div.right a span.s1 {
            float: left;
            color: #666;
            white-space: nowrap;
            overflow: hidden;
        }

            .myreservelist ul li div.right a span.s1 span.v4 {
                padding-right: 3px;
            }

        .myreservelist ul li div.right span.s5 {
            content: "\20";
            display: block;
            height: 0;
            clear: both;
            font-size: 80%;
            color: #666;
            padding-top: 1%;
            width: 100%;
            height: 22px;
            line-height: 24px;
            overflow: hidden;
            font-size: 90%;
        }

            .myreservelist ul li div.right span.s5 .money {
                float: left;
                background-image: url('../images/index/smallphone.png');
                width: 16px;
                height: 19px;
                background-size: 60% auto;
                background-repeat: no-repeat;
                background-position: 0 6px;
            }

            .myreservelist ul li div.right span.s5 .address3 {
                float: left;
                background-image: url('../images/index/smalladdress.png');
                width: 19px;
                height: 24px;
                background-size: 68% auto;
                background-repeat: no-repeat;
                background-position: 0 4px;
            }

        .myreservelist ul li div.topsquare {
            width: 36%;
            height: 120px;
            position: absolute;
            top: -30%;
            left: 28%;
            background-image: url('../images/mine/top.png');
            background-size: 100% auto;
            background-repeat: no-repeat;
            background-position: 0 4px;
            min-width: 140px;
        }

            .myreservelist ul li div.topsquare span:first-child {
                display: inline-block;
                font-size: 80%;
                width: 100%;
                margin-top: 25%;
                text-align: center;
            }

            .myreservelist ul li div.topsquare span:last-child {
                display: inline-block;
                font-size: 80%;
                color: #999;
                width: 100%;
                text-align: center;
            }

    .myreservelist ul {
        overflow: hidden;
        padding-bottom: 10px;
    }
/*myreservelist   end*/


/*sourcelist*/
.sourcelist {
    position: relative;
}

    .sourcelist .sourcetop {
        width: 100%;
        float: left;
        background-image: url('../images/index/sbg.png');
        background-repeat: no-repeat;
        background-position: 47% 46%;
    }

        .sourcelist .sourcetop div {
            width: 30%;
            float: left;
        }

    .sourcelist .line {
        width: 90%;
        margin-left: 5%;
        display: inline-block;
        height: 2px;
    }

    .sourcelist .sourcetop div:first-child {
        margin-left: 5%;
    }

    .sourcelist .sourcetop div span {
        width: 100%;
        display: inline-block;
        text-align: center;
        padding: 2% 0;
        color: #fff;
    }

    .sourcelist div.center span {
        color: #fff;
        font-size: 130%;
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    .sourcelist div.center {
        border: 6px solid #88fefe;
        border-radius: 100px;
        width: 70px;
        height: 70px;
        line-height: 72px;
        float: left;
        position: absolute;
        left: 42%;
        margin-top: 6%;
    }

    .sourcelist .centerline {
        float: left;
        position: relative;
        width: 100%;
        background: #fff;
    }

        .sourcelist .centerline div {
            float: left;
            width: 100%;
            position: relative;
        }

            .sourcelist .centerline div span {
                display: inline-block;
                border-right: 1px solid #dedede;
                width: 49.8%;
                color: #022222;
                padding: 5% 0;
                text-align: right;
                padding-right: 0%;
                float: left;
                box-sizing: border-box;
                padding-bottom: 10%;
                position: relative;
            }

                .sourcelist .centerline div span:last-child {
                    border-right: none;
                    text-align: left;
                }

            .sourcelist .centerline div i.zan {
                float: left;
                padding: 4%;
                border-radius: 100px;
                background: #fff;
                color: red;
                border: 2px solid #fe5430;
                position: absolute;
                left: 45.8%;
                top: -2px;
                z-index: 2;
                background-image: url('../images/mine/zan1.png');
                background-size: 60% auto;
                background-repeat: no-repeat;
                background-position: 47% 46%;
            }

            .sourcelist .centerline div i.gift {
                float: left;
                padding: 4%;
                border-radius: 100px;
                background: #fff;
                color: red;
                border: 2px solid #47bccd;
                position: absolute;
                left: 45.8%;
                top: -2px;
                z-index: 2;
                background-image: url('../images/mine/gift.png');
                background-size: 60% auto;
                background-repeat: no-repeat;
                background-position: 47% 46%;
            }

            .sourcelist .centerline div i.zhuan {
                float: left;
                padding: 4%;
                border-radius: 100px;
                background: #fff;
                color: red;
                border: 2px solid #fe5430;
                position: absolute;
                left: 45.8%;
                top: -2px;
                z-index: 2;
                background-image: url('../images/mine/zhuan.png');
                background-size: 60% auto;
                background-repeat: no-repeat;
                background-position: 47% 46%;
            }

            .sourcelist .centerline div i.dian {
                float: left;
                width: 8px;
                height: 8px;
                border-radius: 100px;
                background: #e5e5e5;
                position: absolute;
                top: 34%;
                right: -4px;
            }
/*sourcelist end*/
/*底部*/

        .center {
            text-align: center;
            height: 100px;
            background-position: center center;
            bottom: 0;
            left: 0;
            width: 100%;
        }

        .kuai3 {
            background-color: #FFF;
            height: 72px;
            left: 0px;
            bottom: 0px;
            position: fixed;
            width: 100%;
            line-height: 25px;
            font-size: 15px;
        }

  .sec2 {
            position: fixed;
        }
  
        .menu {
            width: 33.33%;
            float: left;
                color: black;
        }

        .menuimg {
            width: 23.33px;
            height: 22px;
            margin-top: 12px;
        }
.blue {
    color:#6FD3E2;
}
.black {
    color:#6FD3E2;
}