﻿/*flex通用*/
.flex_f {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
}


/*我要预定首页*/
.yd_main {
    padding-top: 20px;
}

.yd_list {
}

    .yd_list li {
        width: 99%;
        float: left;
        margin-bottom: 15px;
    }

        .yd_list li a {
            display: block;
            width: 100%;
            color: #555;
        }

            .yd_list li a img {
                width: 65%;
                margin-left: auto;
                margin-right: auto;
                display: block;
            }

        .yd_list li span {
            display: block;
            width: 100%;
            text-align: center;
            font-size: 100%;
            padding-top: 6px;
        }

/*预定场地列表页*/
.yd_main_shop_list {
    background-color: #FFF;
    font-family: "微软雅黑";
}

    .yd_main_shop_list li {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .yd_main_shop_list .item {
        padding: 0px 0px 0px 108px;
        display: block;
        color: #666;
        position: relative;
        min-height: 75px;
    }

    .yd_main_shop_list a.title_sp_list {
        display: block;
        font-size: 100%;
        padding-bottom: 4px;
    }

    .yd_main_shop_list .s_pic {
        position: absolute;
        left: 0px;
        top: 0;
        width: 100px;
        height: 75px;
        overflow: hidden;
        border-radius: 6px;
    }

        .yd_main_shop_list .s_pic a {
            display: block;
        }

        .yd_main_shop_list .s_pic img {
            width: 100%;
            height: auto;
        }

    .yd_main_shop_list .s_distance {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 82%;
    }

    .yd_main_shop_list .apply span.num_tx {
        position: absolute;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        color: #fff;
        font-size: 72%;
        right: -5px;
        top: -12px;
        background-color: #F00;
        border-radius: 50%;
        padding-left: 0;
    }

    .yd_main_shop_list .s_distance i:before {
        content: "\f37c";
        color: #b7b7b7;
        font-size: 100%;
    }

    .yd_main_shop_list .s_distance span {
        padding-left: 4px;
    }

.apply {
}

    .apply a {
        padding: 4px 8px;
        color: #fff;
        display: block;
        font-size: 100%;
    }

.yd_main_shop_list .apply a span {
    display: block;
    padding-left: 0;
    font-size: 82%;
}

.yel_col {
    color: #079fff ;
}

.yd_main_shop_list .s_row {
    font-family: "微软雅黑";
}

    .yd_main_shop_list .s_row i {
        padding-right: 6px;
        font-weight: normal;
    }

.yd_main_shop_list .s_address {
    color: #a4a4a4;
    font-size: 82%;
}

    .yd_main_shop_list .s_address i:before {
        content: "\f3a3";
        color: #079fff ;
        font-size: 100%;
    }

.yd_main_shop_list .jl_tb {
    font-size: 82%;
}

    .yd_main_shop_list .jl_tb i:before {
        content: "\f2d8";
        color: #079fff ;
        font-size: 100%;
    }

.yd_main_shop_list .s_num {
    color: #079fff ;
    font-size: 82%;
    font-weight: bold;
}

    .yd_main_shop_list .s_num span {
        color: #a4a4a4;
        padding-right: 4px;
        font-weight: normal;
    }

    .yd_main_shop_list .s_num em {
        color: #a4a4a4;
        padding-left: 6px;
        padding-right: 6px;
        font-weight: normal;
    }

    .yd_main_shop_list .s_num i:before {
        content: "\f2d9";
        color: #079fff ;
        font-size: 100%;
    }

.yd_main_shop_list .s_time {
    color: #079fff ;
    font-size: 82%;
    font-weight: bold;
}

    .yd_main_shop_list .s_time span {
        color: #a4a4a4;
        padding-right: 4px;
        font-weight: normal;
    }

    .yd_main_shop_list .s_time i:before {
        content: "\f117";
        color: #079fff ;
        font-size: 100%;
    }

.yd_main_shop_list .ks_time em {
    padding-left: 4px;
    padding-right: 4px;
}

.yd_main_shop_list .ks_time span {
    padding-right: 0;
}

/*我的评价*/
.appraise_list {
    background-color: #FFF;
    font-family: "微软雅黑";
}

    .appraise_list li {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .appraise_list .apply a {
        padding: 4px 16px;
        color: #fff;
        display: block;
        font-size: 100%;
    }

    .appraise_list .item {
        padding: 0px 0px 0px 108px;
        display: block;
        color: #666;
        position: relative;
        min-height: 75px;
    }

    .appraise_list .title_sp_list {
        display: block;
        font-size: 100%;
        padding-bottom: 4px;
    }

    .appraise_list .s_pic {
        position: absolute;
        left: 0px;
        top: 0;
        width: 100px;
        height: 75px;
        overflow: hidden;
        border-radius: 6px;
    }

        .appraise_list .s_pic a {
            display: block;
        }

        .appraise_list .s_pic img {
            width: 100%;
            height: 100%;
        }

    .appraise_list .s_row {
        font-family: "微软雅黑";
    }

        .appraise_list .s_row i {
            padding-right: 6px;
            font-weight: normal;
        }

    .appraise_list .s_address {
        color: #a4a4a4;
        font-size: 82%;
    }

        .appraise_list .s_address i:before {
            content: "\f313";
            color: #079fff ;
            font-size: 100%;
        }

    .appraise_list .s_distance {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 82%;
    }

    .appraise_list .s_time {
        color: #079fff ;
        font-size: 82%;
        font-weight: bold;
    }

        .appraise_list .s_time span {
            color: #a4a4a4;
            padding-right: 4px;
            font-weight: normal;
        }

        .appraise_list .s_time i:before {
            content: "\f117";
            color: #079fff ;
            font-size: 100%;
        }

.main_list_s .sport .wrap {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .main_list_s .sport .wrap .weui_cell {
        margin-bottom: 0;
    }

.pa_star {
    padding-top: 10px;
    font-size: 100%;
}

    .pa_star .left {
        width: 40%;
        float: left;
        line-height: 33px;
    }

    .pa_star .right {
        width: 59%;
        float: right;
        text-align: right;
    }

    .pa_star .star {
        font-size: 140%;
    }

        .pa_star .star i {
            padding-left: 10px;
        }

/*我的签到*/
.my_check_list {
    background-color: #FFF;
    font-family: "微软雅黑";
}

    .my_check_list .check_top {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .my_check_list li {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .my_check_list .item {
        padding: 0px 0px 0px 121px;
        display: block;
        color: #666;
        position: relative;
        min-height: 85px;
    }

    .my_check_list a.title_sp_list {
        display: block;
        font-size: 100%;
        padding-bottom: 6px;
        font-weight: bold;
    }

        .my_check_list a.title_sp_list span {
            padding-left: 6px;
            font-weight: normal;
        }

    .my_check_list .s_pic {
        position: absolute;
        left: 0px;
        top: 0;
        width: 113px;
        height: 85px;
        overflow: hidden;
        border-radius: 6px;
    }

        .my_check_list .s_pic a {
            display: block;
        }

        .my_check_list .s_pic img {
            width: 100%;
            height: auto;
        }

    .my_check_list .s_distance {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 82%;
    }

    .my_check_list .apply span.num_tx {
        position: absolute;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        color: #fff;
        font-size: 72%;
        right: -5px;
        top: -12px;
        background-color: #F00;
        border-radius: 50%;
        padding-left: 0;
    }

    .my_check_list .s_distance i:before {
        content: "\f37c";
        color: #b7b7b7;
        font-size: 100%;
    }

    .my_check_list .s_distance span {
        padding-left: 4px;
    }

    .my_check_list .apply a span {
        display: block;
        padding-left: 0;
        font-size: 82%;
    }

    .my_check_list .s_row {
        font-family: "微软雅黑";
    }

        .my_check_list .s_row i {
            padding-right: 6px;
            font-weight: normal;
        }

    .my_check_list .s_address {
        color: #a4a4a4;
        font-size: 82%;
    }

        .my_check_list .s_address i:before {
            content: "\f3a3";
            color: #079fff ;
            font-size: 100%;
        }

    .my_check_list .jl_tb {
        font-size: 82%;
    }

        .my_check_list .jl_tb i:before {
            content: "\f2d8";
            color: #079fff ;
            font-size: 100%;
        }

    .my_check_list .s_num {
        color: #079fff ;
        font-size: 82%;
        font-weight: bold;
    }

        .my_check_list .s_num span {
            color: #a4a4a4;
            padding-right: 4px;
            font-weight: normal;
        }

        .my_check_list .s_num em {
            color: #a4a4a4;
            padding-left: 6px;
            padding-right: 6px;
            font-weight: normal;
        }

        .my_check_list .s_num i:before {
            content: "\f37e";
            color: #079fff ;
            font-size: 100%;
        }

    .my_check_list .s_time {
        color: #079fff ;
        font-size: 82%;
        font-weight: bold;
    }

        .my_check_list .s_time span {
            color: #a4a4a4;
            padding-right: 4px;
            font-weight: normal;
        }

        .my_check_list .s_time i:before {
            content: "\f117";
            color: #079fff ;
            font-size: 100%;
        }

    .my_check_list .ks_time em {
        padding-left: 4px;
        padding-right: 4px;
    }

    .my_check_list .ks_time span {
        padding-right: 0;
    }

/*我的签到详情页*/
.my_check_xq {
    background-color: #FFF;
    font-family: "微软雅黑";
}

    .my_check_xq .check_top {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .my_check_xq li {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .my_check_xq .item {
        display: block;
        color: #666;
        position: relative;
    }

    .my_check_xq a.title_sp_list {
        display: block;
        font-size: 100%;
        padding-bottom: 6px;
        font-weight: bold;
    }

        .my_check_xq a.title_sp_list span {
            padding-left: 6px;
            font-weight: normal;
        }

    .my_check_xq .s_distance {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 82%;
    }

    .my_check_xq .apply span.num_tx {
        position: absolute;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        color: #fff;
        font-size: 72%;
        right: -5px;
        top: -12px;
        background-color: #F00;
        border-radius: 50%;
        padding-left: 0;
    }

    .my_check_xq .jl_tb {
        font-size: 82%;
    }

    .my_check_xq .s_row {
        font-family: "微软雅黑";
    }

        .my_check_xq .s_row i {
            padding-right: 6px;
            font-weight: normal;
        }

    .my_check_xq .jl_tb i:before {
        content: "\f2d8";
        color: #079fff ;
        font-size: 100%;
    }

    .my_check_xq .s_num {
        color: #079fff ;
        font-size: 82%;
        font-weight: bold;
    }

        .my_check_xq .s_num span {
            color: #a4a4a4;
            padding-right: 4px;
            font-weight: normal;
        }

        .my_check_xq .s_num em {
            color: #a4a4a4;
            padding-left: 6px;
            padding-right: 6px;
            font-weight: normal;
        }

        .my_check_xq .s_num i:before {
            content: "\f37e";
            color: #079fff ;
            font-size: 100%;
        }

    .my_check_xq .s_time {
        color: #079fff ;
        font-size: 82%;
        font-weight: bold;
    }

        .my_check_xq .s_time span {
            color: #a4a4a4;
            padding-right: 4px;
            font-weight: normal;
        }

        .my_check_xq .s_time i:before {
            content: "\f117";
            color: #079fff ;
            font-size: 100%;
        }

    .my_check_xq .ks_time em {
        padding-left: 4px;
        padding-right: 4px;
    }

    .my_check_xq .ks_time span {
        padding-right: 0;
    }


/*教练店铺列表页*/
.jl_shop_list {
    background-color: #FFF;
    font-family: "微软雅黑";
}

    .jl_shop_list li {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .jl_shop_list .item {
        padding: 0px 0px 0px 118px;
        display: block;
        color: #666;
        position: relative;
        min-height: 75px;
    }

    .jl_shop_list a.title_sp_list {
        display: block;
        font-size: 110%;
        padding-bottom: 4px;
    }

    .jl_shop_list .s_pic {
        position: absolute;
        left: 0px;
        top: 0;
        width: 110px;
        height: 75px;
        overflow: hidden;
        border-radius: 6px;
    }

        .jl_shop_list .s_pic a {
            display: block;
        }

        .jl_shop_list .s_pic img {
            width: 100%;
            height: auto;
        }

    .jl_shop_list .s_row {
        font-family: "微软雅黑";
    }

        .jl_shop_list .s_row i {
            padding-right: 6px;
            font-weight: normal;
        }

    .jl_shop_list .s_address {
        color: #a4a4a4;
        font-size: 82%;
    }

        .jl_shop_list .s_address i:before {
            content: "\f3a3";
            color: #079fff ;
            font-size: 100%;
        }

    .jl_shop_list .s_tel {
        color: #a4a4a4;
        font-size: 82%;
    }

        .jl_shop_list .s_tel i:before {
            content: "\f4b9";
            color: #0cad2e;
            font-size: 100%;
        }

/*教练列表*/
.jl_main {
}

.jl_list {
}

    .jl_list li {
        margin-bottom: 15px;
    }

    .jl_list .top_img {
        position: relative;
    }

.top_img .review {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    color: #fff;
    font-size: 100%;
}

    .top_img .review a {
        display: block;
        color: #fff;
        width: 90px;
        line-height: 34px;
    }

.jl_list li .top_img .pic img {
    width: 100%;
    height: auto;
}

.jl_list li .bot_con {
}

.jl_list li .jl_title {
    background-color: #f6f8fb;
    font-size: 110%;
}

    .jl_list li .jl_title .wrap {
        position: relative;
        position: relative;
        padding-top: 8px;
        padding-bottom: 8px;
        line-height: 26px;
        text-indent: 32px;
    }

    .jl_list li .jl_title span {
        display: block;
        position: absolute;
        left: 0;
        top: 8px;
        width: 24px;
        height: 24px;
        background-color: #FFF;
        border-radius: 50%;
        text-align: center;
        line-height: 24px;
        color: #079fff ;
        border: #079fff  solid 1px;
        text-indent: 0;
        font-size: 100%;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
    }

.jl_list li .bot_con {
    background-color: #fff;
}

.jl_list li .jl_row {
    line-height: 40px;
}

.jl_list li .last {
    border-bottom: none;
}

.jl_list .star {
    position: absolute;
    top: 8px;
    left: 15px;
    z-index: 99;
}

    .jl_list .star i {
        font-size: 130%;
    }

/*五星好评*/
.star {
}

    .star i {
        font-size: 100%;
        color: #ccc;
        margin-left: 4px;
    }

        .star i.on {
            color: #079fff ;
        }

        .star i:before {
            content: "\f3ae";
        }

        .star i.on:before {
            content: "\f2fc";
        }

/*教练评价头部*/
.jl_view_top {
    background-color: #FFF;
}

    .jl_view_top .item {
        padding: 10px 12px 10px 88px;
        display: block;
        color: #666;
        position: relative;
    }

    .jl_view_top .s_pic {
        position: absolute;
        left: 0px;
        top: 10px;
        width: 80px;
        height: 80px;
        overflow: hidden;
        border-radius: 6px;
    }

        .jl_view_top .s_pic img {
            width: 100%;
            height: auto;
        }

    .jl_view_top .jl_name {
        font-size: 110%;
        font-weight: bold;
        position: relative;
        padding-bottom: 6px;
    }

    .jl_view_top .star {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99;
    }

    .jl_view_top .s_row {
        font-family: "微软雅黑";
        text-align: left;
    }

        .jl_view_top .s_row i {
            padding-right: 6px;
        }

    .jl_view_top .s_address {
        color: #a4a4a4;
        font-size: 100%;
    }

    .jl_view_top .s_num {
        font-size: 100%;
    }

    .jl_view_top .s_row span {
        color: #a4a4a4;
        padding-right: 2px;
        font-size: 92%;
    }

.sport_weui_cells .weui_cells {
    margin-top: 0;
}

.sport_weui_cells .review {
    width: 100%;
}

/*搜索页*/
.sports_search select {
    color: #a9a9a9;
}

.sports_search .weui_btn {
    line-height: 46px;
}

.green_color {
    background-color: #079fff ;
}

.sports_search .weui_select {
    padding-left: 13px;
}

/*登录页*/
.sports_login .weui_cell_primary {
    position: relative;
}

    .sports_login .weui_cell_primary i {
        display: block;
        width: 30px;
        height: 24px;
        line-height: 24px;
        position: absolute;
        left: 0px;
        top: 0px;
        font-size: 136%;
        color: #079fff ;
    }

        .sports_login .weui_cell_primary i.name:before {
            content: "\f419";
        }

        .sports_login .weui_cell_primary i.pass:before {
            content: "\f392";
        }

        .sports_login .weui_cell_primary i.passmore:before {
            content: "\f392";
        }

        .sports_login .weui_cell_primary i.phone:before {
            content: "\f3a2";
        }

        .sports_login .weui_cell_primary i.eye:after {
            content: "\f133";
        }

        .sports_login .weui_cell_primary i.yzm:after {
            content: "\f3ff";
        }

    .sports_login .weui_cell_primary input {
        text-indent: 30px;
    }

.sports_login .weui_cells {
    font-size: 100%;
}

.sports_login .weui_input {
    font-size: 100%;
    color: #a9a9a9;
}

.sports_login .weui_select {
    color: #a9a9a9;
}


/*注册页*/
.sports_register .weui_cells_title {
    font-size: 17px;
    font-family: "微软雅黑";
    padding-left: 0;
    margin-top: 0;
}

.sports_register .weui_cells_radio .weui_cell {
    margin-bottom: 5px;
}

.sports_register .weui_cells_form {
    margin-top: 10px;
}

.sports_register .weui_cells {
    font-size: 100%;
}

.sports_register .weui_input {
    font-size: 100%;
    color: #a9a9a9;
}

.sports_register .weui_select {
    color: #a9a9a9;
}


/*发起活动*/
h3.hd_title {
    font-size: 110%;
    font-weight: normal;
    line-height: 46px;
    text-align: center;
    color: #079fff ;
    border-bottom: #079fff  solid 1px;
    margin-bottom: 15px;
}

.fq_sport {
}

    .fq_sport .weui_cells {
        font-size: 100%;
    }

    .fq_sport .weui_cell {
        padding: 10px 10px;
    }

    .fq_sport .weui_input {
        font-size: 100%;
        height: 24px;
        color: #a9a9a9;
    }

    .fq_sport .weui_select {
        padding-left: 0;
        color: #a9a9a9;
        height: 24px;
    }

    .fq_sport .weui_cell_hd {
        width: 35%;
    }

    .fq_sport .weui_label {
        width: 100%;
        color: #696969;
    }

/*发起活动 修改 取消 邀请 */
.active_tab {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
}

    .active_tab > li {
        flex: 1;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        line-height: 40px;
    }

        .active_tab > li a {
            width: 92%;
            margin-left: auto;
            margin-right: auto;
            display: block;
            color: #fff;
            text-align: center;
            border-radius: 4px;
        }


/*人员列表*/
.peo_list {
}

    .peo_list .weui_cells {
        margin-top: 0;
    }

    .peo_list span {
        padding-left: 5%;
    }

    .peo_list .weui_cells_checkbox .weui_check:checked + .weui_icon_checked:before {
        color: #079fff ;
    }

/*场馆活动列表页*/
.cg_active_list {
    background-color: #FFF;
    font-family: "微软雅黑";
}

    .cg_active_list li {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .cg_active_list .item {
        padding: 0px 0px 0px 130px;
        display: block;
        color: #666;
        position: relative;
        min-height: 100px;
    }

    .cg_active_list a.title_sp_list {
        display: block;
        font-size: 100%;
        padding-bottom: 2px;
    }

    .cg_active_list .s_pic {
        position: absolute;
        left: 0px;
        top: 0;
        width: 122px;
        height: 100px;
        overflow: hidden;
        border-radius: 6px;
        background-color: #f60;
    }

        .cg_active_list .s_pic a {
            display: block;
        }

    .cg_active_list .djs {
        position: absolute;
        bottom: 0;
        font-size: 82%;
        background: url(../images/b_tm2.png);
        color: #fff;
        width: 100%;
        line-height: 28px;
        text-align: center;
    }

        .cg_active_list .djs em {
            font-size: 72%;
        }

span.djs {
    font-size: 100%;
}

    span.djs em {
        padding-left: 6px;
        padding-right: 6px;
    }

.cg_active_list .s_pic img {
    width: 100%;
    height: auto;
}

.cg_active_list .s_distance {
    font-size: 82%;
    width: 100px;
    margin-top: 2px;
}

.cg_active_list .apply span.num_tx {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 72%;
    right: -5px;
    top: -12px;
    background-color: #F00;
    border-radius: 50%;
    padding-left: 0;
}

.cg_active_list .s_distance i:before {
    content: "\f37c";
    color: #b7b7b7;
    font-size: 100%;
}

.cg_active_list .s_distance span {
    padding-left: 4px;
}

.cg_active_list .apply a span {
    display: block;
    padding-left: 0;
    font-size: 82%;
}

.cg_active_list .s_row {
    font-family: "微软雅黑";
}

    .cg_active_list .s_row i {
        padding-right: 6px;
        font-weight: normal;
    }

.cg_active_list .s_address {
    color: #a4a4a4;
    font-size: 82%;
}

    .cg_active_list .s_address i:before {
        content: "\f3a3";
        color: #079fff ;
        font-size: 100%;
    }

.cg_active_list .s_num {
    color: #079fff ;
    font-size: 82%;
    font-weight: bold;
}

    .cg_active_list .s_num span {
        color: #a4a4a4;
        padding-right: 4px;
        font-weight: normal;
    }

    .cg_active_list .s_num em {
        color: #a4a4a4;
        padding-left: 6px;
        padding-right: 6px;
        font-weight: normal;
    }

    .cg_active_list .s_num i:before {
        content: "\f2d9";
        color: #079fff ;
        font-size: 100%;
    }

.cg_active_list .s_time {
    color: #079fff ;
    font-size: 82%;
    font-weight: bold;
}

    .cg_active_list .s_time span {
        color: #a4a4a4;
        padding-right: 4px;
        font-weight: normal;
    }

    .cg_active_list .s_time i:before {
        content: "\f3b3";
        color: #079fff ;
        font-size: 100%;
    }

.cg_active_list .ks_time i:before {
    content: "\f117";
    color: #079fff ;
    font-size: 100%;
}

.btn_wybm {
    margin-top: 15px;
    margin-bottom: 25px;
}

/*场馆头部*/
.sport_top {
    background-color: #FFF;
}

    .sport_top a {
        padding: 10px 12px 10px 98px;
        display: block;
        color: #666;
        position: relative;
        min-height: 68px;
    }

        .sport_top a.item:after {
            content: "\f125";
            font-size: 120%;
            color: #dddddd;
            position: absolute;
            right: 0px;
            top: 28px;
        }

    .sport_top .s_pic {
        position: absolute;
        left: 0px;
        top: 10px;
        width: 90px;
        height: 68px;
        overflow: hidden;
        border-radius: 6px;
    }

        .sport_top .s_pic img {
            width: 100%;
            height: auto;
        }

    .sport_top .s_row {
        font-family: "微软雅黑";
    }

        .sport_top .s_row i {
            padding-right: 6px;
        }

    .sport_top .s_address {
        color: #a4a4a4;
        border-bottom: #CCC solid 1px;
        padding-bottom: 7px;
        margin-bottom: 7px;
        font-size: 100%;
    }

        .sport_top .s_address i:before {
            content: "\f3a3";
            color: #b7b7b7;
            font-size: 100%;
        }

    .sport_top .s_num {
        font-size: 100%;
    }

        .sport_top .s_num span {
            color: #a4a4a4;
            padding-right: 4px;
            font-size: 82%;
        }

        .sport_top .s_num i:before {
            content: "\f2d9";
            color: #b7b7b7;
            font-size: 100%;
        }

/*日期排列*/
.time_s {
    padding-top: 10px;
    overflow: hidden;
    position: relative;
}

.nav_week {
    width: 700px;
}

    .nav_week li {
        display: inline-block;
        width: 7%;
        /*float: left;*/
        padding: 4px 2.5% 1px 2.5%;
        border: #CCC solid 1px;
        border-bottom: none;
        margin-right: 1.5%;
        background-color: #FFF;
        border-radius: 6px 6px 0 0;
    }

        .nav_week li.on {
            border: #079fff  solid 1px;
            background-color: #079fff ;
            color: #fff;
        }

        .nav_week li span {
            display: block;
            text-align: center;
            font-size: 92%;
            font-family: Arial, Helvetica, sans-serif;
            line-height: 18px;
        }

        .nav_week li strong {
            display: block;
            text-align: center;
            font-size: 100%;
            font-weight: normal;
            line-height: 22px;
        }


/*早中晚选项卡*/
.m_a_time {
    padding-top: 10px;
}

dt.flNavDt1 {
    display: none;
}

.nyMainT {
}

.flNavUl1 {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
}

    .flNavUl1 > li {
        flex: 1;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
    }

    .flNavUl1 li a {
        font-size: 100%;
        display: block;
        text-align: center;
        color: #079fff ;
        border: #079fff  solid 1px;
        border-right: none;
        line-height: 32px;
    }

        .flNavUl1 li a.nyMainASel {
            background-color: #079fff ;
            display: block;
            width: 100%;
            height: 100%;
            color: #fff;
        }

    .flNavUl1 li:first-child a {
        border-radius: 4px 0 0 4px;
    }

    .flNavUl1 li:last-child a {
        border-right: #079fff  solid 1px;
        border-radius: 0px 4px 4px 0px;
    }

    .flNavUl1 li i {
        padding-right: 6px;
        font-size: 100%;
        color: #079fff ;
    }

    .flNavUl1 li a.nyMainASel i {
        color: #fff;
    }

    .flNavUl1 li i.mor:before {
        content: "\f476";
    }

    .flNavUl1 li i.aft:before {
        content: "\f4b7";
    }

    .flNavUl1 li i.nig:before {
        content: "\f40e";
    }




/*羽毛球场馆选择*/

/*羽毛球色卡说明*/
.kyd {
    background-color: #fff;
}

.myd {
    background-color: #079fff ;
    color: #fff;
}

.myd1 {
    background-color: #079fff ;
    color: #fff;
}

.yyd {
    background-color: #c7c7c7;
}

.wkk {
    background-color: #fff;
}

.yqd {
    background-color: #079fff ;
    color: #fff;
}

.ysy {
    background-color: #dcdcdc;
}

.dkc {
    background-color: #079fff ;
    color: #fff;
}

.dukc {
    background-color: #4DC111;
    color: #fff;
}

/*我的课程*/
.choose_my_tt {
    margin-top: 20px;
}

    .choose_my_tt .con_tt {
        width: 200px;
        margin-left: auto;
        margin-right: auto;
        border: #CCC solid 1px;
        text-align: center;
        background-color: #fff;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .choose_my_tt a {
        display: block;
        width: 200px;
    }

.panel_bar {
    padding-top: 10px;
    padding-bottom: 5px;
}

.panel_bar {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
}

    .panel_bar > li {
        flex: 1;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        text-align: center;
    }

        .panel_bar > li span {
            font-size: 72%;
            display: block;
            text-align: center;
        }

        .panel_bar > li .graphic-panel {
            width: 45px;
            height: 20px;
            border: #bec1c4 solid 1px;
            margin-left: auto;
            margin-right: auto;
        }

/*羽毛球选择框*/
.row_flex {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
}

.col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 10px;
}

.resbox {
}

.resbox-inner {
}

.resbox-inner-info {
    padding-left: 45px;
    position: relative;
}

.resbox-table-rows li div {
}

.resbox-inner-info dt {
    float: left;
    margin-left: -45px;
    width: 40px;
    text-align: right;
    margin-top: -5px;
    zoom: 1;
    word-break: break-word;
    -webkit-line-break: 2;
    -webkit-box-orient: vertical;
}

    .resbox-inner-info dt span {
        display: block;
        width: 40px;
        height: 30px;
        line-height: 15px;
        font-weight: 400;
        margin-bottom: 4px;
        font-size: 82%;
        color: #333;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
    }

.resbox-inner-info .resbox-table, .resbox-inner-info dd {
    width: 100%;
    height: 100%;
    overflow: hidden;
    float: left;
}

.resbox-inner-info li.col {
    text-align: center;
    padding: 0;
    font-size: small;
    height: 30px;
    line-height: 15px;
}

.resbox-rows {
    margin-bottom: 4px;
}

    .resbox-rows li em {
        font-style: normal;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 92%;
        color: #333;
    }

.resbox-table-rows {
    margin-bottom: 4px;
}

    .resbox-table-rows li div {
        width: 92%;
        height: 30px;
        line-height: 30px;
        border: 1px solid #bec1c4;
        text-align: center;
        padding: 0;
        position: relative;
        overflow: hidden;
        font-size: 82%;
        font-family: Arial, Helvetica, sans-serif;
    }

/*瑜伽选择框*/
.yj_tab {
    padding-top: 15px;
}

.yj_tab_list {
}

    .yj_tab_list li {
        float: left;
        margin-bottom: 15px;
        width: 33.3%;
    }

        .yj_tab_list li .con_yj {
            width: 92%;
            margin-left: auto;
            margin-right: auto;
            border: #bec1c4 solid 1px;
            text-align: center;
            padding-top: 6px;
            padding-bottom: 6px;
        }

/*我的选项*/
.my_choose {
    /*padding-top: 10px;*/
    background-color: #FFF;
    position: fixed;
    bottom: 48px;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.choose_row {
}

    .choose_row li {
        text-align: center;
        font-size: 98%;
        line-height: 36px;
    }

        .choose_row li span {
            padding-left: 1%;
            padding-right: 1%;
        }

/*底部结算*/
.bott {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    z-index: 999;
    border-top: #CCC solid 1px;
    height: 46px;
}

    .bott span {
        font-size: 82%;
        color: #999;
    }

    .bott .prices {
        width: 62%;
        line-height: 46px;
        padding-left: 2%;
    }

    .bott .price {
        /*font-size: 120%;*/
        color: #079fff ;
        padding-right: 2%;
    }

    .bott .buy {
        width: 36%;
        line-height: 46px;
    }

    .bott .buton {
        width: 100%;
        height: 100%;
        background-color: #079fff ;
        text-align: center;
        display: block;
        color: #fff;
        cursor: pointer;
    }

    .bott .btn {
        line-height: 46px;
    }
/*场馆介绍*/
.main_list_s {
}

    .main_list_s .weui_cells_title {
        font-size: 110%;
        color: #333;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .main_list_s .weui_cell {
        font-size: 100%;
        color: #999;
    }

        .main_list_s .weui_cell a.tel {
            display: block;
            width: 100%;
            color: #079fff ;
        }

            .main_list_s .weui_cell a.tel:after {
                content: "\f4b9";
                font-size: 130%;
                color: #0cad2e;
                position: absolute;
                right: 4%;
                line-height: 22px;
            }

/*个人中心*/
.user_top {
    background-color: #FFF;
}

    .user_top .item {
        padding: 10px 12px 10px 88px;
        display: block;
        color: #666;
        position: relative;
        min-height: 80px;
    }

    .user_top .s_pic {
        position: absolute;
        left: 0px;
        top: 10px;
        width: 80px;
        height: 80px;
        overflow: hidden;
        border-radius: 6px;
    }

        .user_top .s_pic img {
            width: 100%;
            height: auto;
        }

    .user_top .s_row {
        font-family: "微软雅黑";
    }

    .user_top .u_name {
        color: #4a4a4a;
        border-bottom: #CCC solid 1px;
        padding-bottom: 6px;
        margin-bottom: 6px;
        font-size: 120%;
    }

    .user_top .u_motto {
        font-size: 100%;
    }

.user_list {
}

    .user_list li {
        background-color: #fff;
    }

        .user_list li .wrap {
            position: relative;
        }

        .user_list li a {
            display: block;
            color: #333;
            height: 32px;
            line-height: 32px;
            padding-top: 8px;
            padding-bottom: 8px;
        }

            .user_list li a:after {
                font-size: 110%;
                color: #a5a5a5;
                content: "\f3d1";
                position: absolute;
                right: 0;
            }

            .user_list li a span {
                font-family: "微软雅黑";
                font-size: 100%;
                position: absolute;
                left: 32px;
                top: 8px;
            }

        .user_list li i:before {
            font-size: 200%;
            text-align: right;
        }

        .user_list li.user_01 i:before {
            content: "\f12e";
            color: #26b1f6;
        }

        .user_list li.user_02 i:before {
            content: "\f39b";
            color: #f55d4f;
        }

        .user_list li.user_03 i:before {
            content: "\f318";
            color: #1db56a;
            font-size: 170%;
        }

        .user_list li.user_04 i:before {
            content: "\f374";
            color: #eb4b87;
            font-size: 190%;
        }

        .user_list li.user_05 i:before {
            content: "\f12c";
            color: #26b1f6;
        }

        .user_list li.user_06 i:before {
            content: "\f119";
            color: #f2990b;
            font-size: 186%;
        }

        .user_list li.user_07 i:before {
            content: "\f388";
            color: #eb4b87;
            font-size: 190%;
        }

        .user_list li.user_08 i:before {
            content: "\f2b5";
            color: #aa64c4;
        }

        .user_list li.user_09 i:before {
            content: "\f2d8";
            color: #aa64c4;
        }

        .user_list li.user_10 i:before {
            content: "\f2d7";
            color: #aa64c4;
        }

        .user_list li.user_11 i:before {
            content: "\f274";
            color: #58bc36;
        }

        .user_list li.user_12 i:before {
            content: "\f127";
            color: yellow;
        }

        .user_list li.user_13 i:before {
            content: "\f4f2";
            color: black;
            font-size: 160%;
        }

        .user_list li.user_14 i:before {
            content: "\f3a2";
            color: blue;
            font-size: 160%;
        }

        .user_list li.user_15 i:before {
            content: "\f3a0";
            color: blue;
            font-size: 160%;
        }

        .user_list li.user_16 i:before {
            content: "\f3bb";
            color: orange;
            font-size: 190%;
        }

        .user_list li.user_17 i:before {
            content: "\f4f2";
            color: gray;
            font-size: 160%;
        }

        .user_list li.user_18 i:before {
            content: "\f119";
            color: #f55d4f;
            font-size: 186%;
        }

        .user_list li.user_19 i:before {
            content: "\f391";
            color: blue;
            font-size: 160%;
        }

        .user_list li.user_20 i:before {
            content: "\f3f8";
            color: orange;
            font-size: 160%;
        }

        .user_list li.user_21 i:before {
            content: "\f39b";
            color: #ffd800;
        }


        .user_list li.user_22 i:before {
            content: "\f211";
            color: #aa64c4;
            font-size: 160%;
        }


        .user_list li.user_23 i:before {
            content: "\f3a0";
            color: #26b1f6;
            font-size: 160%;
        }

        .user_list li.user_24 i:before {
            content: "\f3a2";
            color: orange;
            font-size: 160%;
        }

        .user_list li.user_25 i:before {
            content: "\f41a";
            color: brown;
            font-size: 160%;
        }

        .user_list li.user_26 i:before {
            content: "\f3db";
            color: #0cad2e;
            font-size: 160%;
        }

        .user_list li.user_27 i:before {
            content: "\f346";
            color: #26b1f6;
            font-size: 160%;
        }

        .user_list li.user_28 i:before {
            content: "\f42b";
            color: brown;
            font-size: 160%;
        }


/*订单状态tab选项卡*/
.top_user_tab {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    background-color: #fff;
}

    .top_user_tab > li {
        flex: 1;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        line-height: 46px;
        border-bottom: #dfdfdf solid 1px;
    }

        .top_user_tab > li.on {
            border-bottom: #079fff  solid 3px;
        }

            .top_user_tab > li.on a {
                color: #079fff ;
            }

    .top_user_tab li a {
        font-size: 100%;
        display: block;
        text-align: center;
    }

/*订单列表*/
.user_order_list {
}

    .user_order_list li {
        background-color: #fff;
        padding-top: 10px;
    }

        .user_order_list li a {
            display: block;
        }

    .user_order_list .order_xq {
        position: relative;
        padding-bottom: 6px;
    }

        .user_order_list .order_xq .or_row {
            font-size: 100%;
            padding-bottom: 0px;
        }

    .user_order_list .or_row span {
        color: #a4a4a4;
        font-size: 92%;
    }

.mode {
    position: absolute;
    right: 0;
    top: 0;
    color: #079fff ;
}

.user_order_list .cg_xq {
    background-color: #F7F7F7;
    padding: 10px 12px 10px 98px;
    display: block;
    position: relative;
    min-height: 68px;
}

    .user_order_list .cg_xq a:after {
        content: "\f125";
        font-size: 120%;
        color: #dddddd;
        position: absolute;
        right: 2%;
        top: 28px;
    }

.user_order_list .or_pic {
    position: absolute;
    left: 2%;
    top: 10px;
    width: 90px;
    height: 68px;
    overflow: hidden;
    border-radius: 6px;
}

    .user_order_list .or_pic img {
        width: 100%;
        height: auto;
    }

.user_order_list .or_row {
    font-family: "微软雅黑";
}

.user_order_list .or_name {
    font-size: 110%;
    padding-bottom: 6px;
}

.user_order_list .pay_xq {
    line-height: 40px;
    position: relative;
}

span.nnm {
    color: #a4a4a4;
    font-size: 92%;
}

.user_order_list .pay_xq a {
    display: block;
    width: 88px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    position: absolute;
    right: 0;
    top: 5px;
}

a.btn_pay {
    background-color: #079fff ;
}

a.btn_del {
    background-color: #c6c6c6;
}

/*订单详情*/
/*场馆头部*/
.orer_more_top {
    background-color: #FFF;
}

    .orer_more_top a {
        padding: 10px 12px 10px 98px;
        display: block;
        color: #666;
        position: relative;
        min-height: 68px;
    }

        .orer_more_top a.item:after {
            content: "\f125";
            font-size: 120%;
            color: #dddddd;
            position: absolute;
            right: 0px;
            top: 30px;
        }

    .orer_more_top .s_pic {
        position: absolute;
        left: 0px;
        top: 10px;
        width: 90px;
        height: 68px;
        overflow: hidden;
        border-radius: 6px;
    }

        .orer_more_top .s_pic img {
            width: 100%;
            height: auto;
        }

    .orer_more_top .s_row {
        font-family: "微软雅黑";
    }

        .orer_more_top .s_row i {
            padding-right: 6px;
        }

    .orer_more_top .s_name {
        border-bottom: #CCC solid 1px;
        padding-bottom: 7px;
        margin-bottom: 7px;
        font-size: 110%;
    }

    .orer_more_top .s_address {
        color: #a4a4a4;
        font-size: 100%;
    }

        .orer_more_top .s_address i:before {
            content: "\f3a3";
            color: #b7b7b7;
            font-size: 100%;
        }

.order_con_s {
}

.order_row {
    background-color: #fff;
    padding-bottom: 6px;
}

    .order_row h3.title {
        line-height: 30px;
        font-size: 100%;
        line-height: 36px;
    }

    .order_row span {
        color: #a4a4a4;
        font-size: 92%;
    }

    .order_row .xf_list span.nname {
        display: block;
    }

.pay_order {
    border-top: #dfdede solid 1px;
    padding-top: 6px;
    margin-top: 10px;
}

.order_row span.yel_col {
    color: #079fff ;
}

/*会员卡*/
.my_card {
}

    .my_card li {
        margin-top: 20px;
    }

.card_box_h {
    background-image: url(../images/card_h.jpg);
}

.card_box_on {
    background-image: url(../images/card.jpg);
}

.card_box {
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 320px;
    height: 154px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    position: relative;
}

    .card_box .card_leib {
        position: absolute;
        left: 62px;
        top: 75px;
    }

    .card_box .card_venue {
        position: absolute;
        width: 100%;
        margin: 0 auto; /*外边距(auto实现自动居中)*/
        /*left: 62px;*/
        color: #990000;
        text-align: center;
        font-weight: bold;
        top: 115px;
    }

    .card_box .card_type {
        position: absolute;
        right: 12px;
        top: 0px;
    }

    .card_box .card_price {
        position: absolute;
        right: 52px;
        top: 62px;
        font-size: 180%;
    }

        .card_box .card_price span {
            font-size: 14px;
            padding-left: 6px;
        }

/*课程列表页*/
.kc_list {
    background-color: #FFF;
    font-family: "微软雅黑";
}

    .kc_list li {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .kc_list .item {
        padding: 0px 118px 0px 0px;
        display: block;
        color: #666;
        position: relative;
        height: 75px;
        line-height: 75px;
    }

    .kc_list a.title_sp_list {
        display: block;
        font-size: 130%;
        padding-bottom: 4px;
    }

    .kc_list .s_pic {
        position: absolute;
        right: 0px;
        top: 0;
        width: 110px;
        height: 75px;
        overflow: hidden;
        border-radius: 6px;
    }

        .kc_list .s_pic a {
            display: block;
        }

        .kc_list .s_pic img {
            width: 100%;
            height: auto;
        }

    .kc_list .s_row {
        font-family: "微软雅黑";
    }

.cont_kc {
    padding-top: 15px;
}

    .cont_kc img {
        max-width: 100%;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

/*积分*/
.jd_list {
}

    .jd_list li {
        border-bottom: #CCC dashed 1px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .jd_list p.name {
    }

    .jd_list p.time {
        font-size: 90%;
        color: #999;
        font-family: Arial, Helvetica, sans-serif;
        margin-top: 5px;
    }

    .jd_list span {
        line-height: 42px;
        font-size: 140%;
        font-family: Arial, Helvetica, sans-serif;
    }

        .jd_list span.add {
            color: #079fff ;
        }

        .jd_list span.cut {
            color: #999;
        }

.jf_total {
    line-height: 46px;
}

    .jf_total .fl {
        float: left;
        width: 49%;
    }

    .jf_total .fr {
        float: right;
        width: 49%;
        text-align: right;
        font-size: 140%;
        font-family: Arial, Helvetica, sans-serif;
        color: #079fff ;
    }

/* 底部通用悬浮按钮*/
.bott_t {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    z-index: 9998;
    height: 46px;
}

a.button {
    display: block;
    text-align: center;
    line-height: 40px;
    margin-top: 3px;
    color: #fff;
    background-color: #079fff ;
    border-radius: 4px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
}

.items {
    display: flex;
}

    .items ul {
        flex: 1;
        display: block;
    }

.nav_type1 {
    width: 100%;
}

.nav_typeli {
    width: 100%;
    height: 50px;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
    width: 60%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    height: auto;
    background: #079fff ;
    border-radius: 5px;
    letter-spacing: 4px;
    margin-left: 20%;
    margin-right: 28%;
    line-height: 50px;
}
