﻿@charset "utf-8";

.inputshow {
    display: inline-block;
    -webkit-appearance: checkbox;
}
/*异常显示*/
.itemerror {
    line-height: 45px;
    text-align: left;
    background-color: #fff;
}

.serror {
    background: #F7E8E8 url(/image/error/error.png) 5px center no-repeat;
    border: 1px solid #E2ADAD;
    line-height: 25px;
    height: 25px;
    padding: 6px 9px 6px 29px;
    margin: 5px 0px;
    position:relative;
    top:5px;
}

.error {
    background: #F7E8E8 url(/image/error/error.png) 5px center no-repeat;
    border: 1px solid #E2ADAD;
    line-height: 25px;
    height: 25px;
    padding: 6px 9px 6px 29px;
    margin: 5px 0px;
}

/*用户中心里，用户信息显示样式*/
.user-info {
    margin-top: -5px;
    height: 60px;
    background-color: #f8fefe;
    border-bottom: 1px solid #ddd;
}

    .user-info .user-img {
        float: left;
        margin: 10px;
        height: 40px;
        width: 40px;
        background: #82c9fc url("images/icon.png") -20px -40px no-repeat;
        background-size: 200%;
        border-radius: 100%;
        overflow: hidden;
        opacity: .45;
    }

    .user-info .user-name {
        text-align: left;
        padding: 10px;
    }

        .user-info .user-name p {
            text-indent: 10px;
            font-size: 12px;
        }

            .user-info .user-name p.uname {
                font-size: 16px;
                font-weight: bold;
            }

/*用户中心里，未登录时显示登录&注册按钮*/
.alink-btn {
    display: block;
    float: right;
    margin: 5px;
    padding: 5px 15px;
    width: 60px;
    background-color: #fd4258;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.25);
    border-radius: 5px;
}

    .alink-btn:hover {
        background-color: #e63c50;
    }

/*用户中心里，各模块链接列表样式*/
.user-group {
    margin-top: 8px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

    .user-group li {
        padding: 0 15px;
    }

        .user-group li:hover, .user-group li:active {
            background-color: #f9f9f9;
        }

    .user-group .user-group-link {
        position: relative;
        display: block;
        line-height: 40px;
        text-align: left;
        border-bottom: 1px solid #eee;
    }

        .user-group .user-group-link:after {
            content: "";
            position: absolute;
            right: 0;
            height: 40px;
            width: 20px;
            background: url("images/icon.png") 0 -135px no-repeat;
            background-size: 400%;
        }


.address {
    padding: 10px;
    line-height: 26px!important;
}

    .address strong {
        font-size: 16px;
    }

/*用户中心-账号管理，用户中心-账号管理-修改密码中，按钮样式*/
.user-btn {
    width: 96%;
    height: 40px;
    margin: 10px auto;
    line-height: 40px;
    background-color: #fd4258;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    text-shadow: 0 1px 2px rgba(0,0,0,.25);
}

    .user-btn a {
        color: #fff;
    }

    .user-btn:hover, .user-btn:active {
        background-color: #e63c50;
    }

/*用户中心-账号管理-修改密码，表单样式*/
.form .user-group .user-group-link {
    position: relative;
    background-image: none;
}

    .form .user-group .user-group-link:after {
        display: none;
    }

    .form .user-group .user-group-link label {
        float: left;
        width: 65px;
        text-align: right;
    }

    .form .user-group .user-group-link .input {
        text-indent: 10px;
        width: 70%;
        padding: 13px 0;
        font-size: 14px;
        background-color: transparent;
        border:0px;
    }

    .form .user-group .user-group-link .checkbox {
        height: 42px;
        margin-left: 70px;
        padding: 13px 0;
        border: 1px solid #fff;
        background-color: transparent;
        -webkit-appearance: checkbox;
    }

    .form .user-group .user-group-link span {
        position: absolute;
        right: 0;
        top: 11px;
        height: 18px;
        line-height: 18px;
        width: 18px;
        font-size: 12px;
        color: #bbb;
        border: 1px solid #bbb;
        text-align: center;
        cursor: pointer;
    }

    .form .user-group .user-group-link a {
        position: absolute;
        right: 0;
        top: 11px;
        height: 24px;
        line-height: 24px;
        padding:0px 5px;
        font-size: 12px;
        color: rgb(255, 255, 255);
        border: 1px solid rgb(130, 201, 252);
        background-color: rgb(130, 201, 252);
        text-align: center;
        cursor: pointer;
    }

    .form .user-group .user-group-link img {
        position: absolute;
        right: 0;
        top: 11px;
        /*height: 24px;
        line-height: 24px;*/
        padding:0px 5px;
        font-size: 12px;
        color: rgb(255, 255, 255);
        border: 1px solid rgb(130, 201, 252);
        /*background-color: rgb(130, 201, 252);
        text-align: center;
        cursor: pointer;*/
    }

.form .user-group .user-group-checkbox {
    position: relative;
    background-image: none;
    text-align:left;
    line-height:42px;
}

    .form .user-group .user-group-checkbox:after {
        display: none;
    }

    .form .user-group .user-group-checkbox .checkbox input {
        display:inline-block;
        margin-left: 70px;
        padding: 13px 0;
        border: 1px solid #fff;
        background-color: transparent;
        -webkit-appearance: checkbox;
    }
    .form .user-group .user-group-checkbox a {
        text-decoration: none;
        color: #1b66c7;
    }


/*用户中心-场地预订-查询条件*/
/**查询条件样式*/
.selecter {
    padding: 10px 0px;
    width: 100%;
    float: left;
    height: auto;
    line-height: 35px;
    background-color: #fff;
}
    /**批量网上支付*/
    .selecter  fieldset {
        border: 1px solid #E3E3E3;
        text-align: left;
        margin: 0px 5px;
        padding: 0px 0px 10px 5px;
    }

    .selecter ul {
        float: left;
        width: 100%;
        line-height: 35px;
    }

    .selecter li {
        float: left;
        height: 35px;
        line-height: 35px;
        padding: 0px 5px;
    }


    .selecter .ddl {
        border: 1px solid #E3E3E3;
        height: 25px;
        margin: 0px 0px;
    }

    .selecter .but {
        color: #fff;
        background-color: #5cb85c;
        border-color: #4cae4c;
        cursor: pointer;
        font-weight: normal;
        display: inline-block;
        padding: 4px 10px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

.hide {
    display: none;
}

.selecter .am-btn {
    -webkit-user-select: none;
}

.selecter .am-btn-link {
    color: #0e90d2;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0;
    line-height: 35px;
    background-color: #FFFFFF;
}

.am-btn-link, .am-btn-link:active, .am-btn-link:focus, .am-btn-link:hover {
    border-color: transparent;
}

.selecter .stime {
    border: 1px solid #E3E3E3;
    height: 25px;
    width: 80px;
    display: inline;
    line-height: 25px;
    margin: 0px 0px;
}

/*用户中心-场地预订*/
.tab .list {
    float: right;
    clear: both;
    width: 100%;
}

.tab .tab-header {
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    background-color: #f8fefe;
}

    .tab .tab-header .tab-title {
        float:left;
        width:50%;
    }

        .tab .tab-header .tab-title a {
            display: block;
            font-size: 14px;
            border-left: 1px solid #efefef;
            border-bottom: 3px solid #ddd;
        }

        .tab .tab-header .tab-title:first-child a {
            border-left: none;
        }

        .tab .tab-header .tab-title a.open {
            color: #0091ff;
            border-bottom: 3px solid #0091ff;
        }

.tab .ticket {
    position: relative;
    padding: 10px 10px 0px;
    text-align: left;
    background-color: #fff;
    margin-top: 3px;
    /*border-bottom: 1px solid #ddd;*/
}


    .tab .ticket .ticket-header {
        font-weight: bold;
        border-bottom: 1px solid #ddd;
        height: 30px;
    }

        .tab .ticket .ticket-header .ticket-title {
            color: #000;
        }
            .tab .ticket .ticket-header .ticket-title > input[type=checkbox] {
                display: inline-block;
                -webkit-appearance: checkbox;
            }

            .tab .ticket .ticket-header .ticket-title .ticket-state {
                float: right;
                padding: 0px 5px;
                text-align: right;
                border-left: 1px solid #ccc;
                font-size: 12px;
                color: #4db64a;
            }

    .tab .ticket .ticket-body {
        padding: 5px 0;
        font-size: 13px;
        line-height: 24px;
    }

        .tab .ticket .ticket-body .ticket-info .ticketbtn {
            float: right;
            margin-left: 5px;
            height: 3em;
            line-height: 3em;
            text-align: center;
            width: 5em;
            font-weight: bold;
            color: #fff;
            border-radius: 5px;
            background-color: #fd4258;
            text-shadow: 0 1px 2px rgba(0,0,0,.25);
        }

        .tab .ticket .ticket-body .ticket-info .cancel-btn {
            float: right;
            margin-left: 5px;
            height: 3em;
            line-height: 3em;
            text-align: center;
            width: 5em;
            font-weight: bold;
            color: #fff;
            border-radius: 5px;
            background-color: #fd4258;
            text-shadow: 0 1px 2px rgba(0,0,0,.25);
        }

        .tab .ticket .ticket-body .ticket-info .ticket-msg .price {
            color: #fd4258;
            font-weight: bold;
        }

/*登录&注册界面，跳转到对方界面的连接*/
.alink {
    margin: 0 5px;
    color: #0091ff;
    font-weight: bold;
}

    .alink:hover {
        color: #2359D6;
    }

/*网上已支付订单*/
.payOrder {
    text-align: left;
    background-color: #fff;
    margin-top: 5px;
    border:1px #bbb solid;
}
    .payOrder .ticket {
        background-color:#dddddd;
    }
        .payOrder .ticket .ticket-header {
            border-bottom:solid rgba(0,0,0,.25) 1px;
        }
    .payOrder .pay-header {
        font-weight: bold;
        height:40px;
        line-height:40px;
        padding-left:10px;
    }
        .payOrder .pay-header .back {
            float:left;
            height:25px;
            line-height:25px;
            cursor: pointer;
            font-weight: normal;
            border: 1px #CDCDCD solid;
            padding:0px 4px;
            margin-top:8px;
            margin-right:5px;
        }

        .payOrder .pay-header a {
            float: left;
        }
    .payOrder .pay-header .btn {
            float:right;
            margin-top:6px;
            margin-right: 6px;
            height: 2em;
            line-height: 2em;
            text-align: center;
            width: 5em;
            font-weight: bold;
            color: #fff;
            border-radius: 5px;
            background-color: #fd4258;
            text-shadow: 0 1px 2px rgba(0,0,0,.25);
        }
    .payOrder .pay-content {
        margin-right:10px;
    }
    .payOrder .pay-content>* {
        text-align:left;
        font-size:13px;
        padding-left:10px;
    }
    .payOrder .totalPrice {
        padding:5px 0px;
        margin-right:10px;
        text-align:right;
        font-weight:bold;
        color:red;
    }
.conomit {
    display: block;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.icon {
    display: block;
    height: 48px;
    width: 48px;
    background-image: url(../image/icon.png);
    /*float:left;*/
    /*background-size:400%*/
}
.icon-mobile {
    background-position: 0 -40px;
}
.icon-password {
    background-position: -96px -40px;
}

.input-text{
	position: relative;
	height: 48px;
	margin: 20px 0;
}
.user-group-link>i.icon{
	position: absolute;
	top: 0;
	left: 0;
}
.user-group-link>input{
	padding: 43px 20px 23px 96px;
	width: 100%;
	border: 1px solid #ccc;
    /*background-color: #fff;*/
	transition:border 0.3s linear;
}
.input-text>input:focus{border: 1px solid #f13131;}
.form
{
	padding: 0 15px;
	position: relative;
}


