
/*我的门票预约*/
.per_list:first-child{
    margin: 50px 0;
}
.per_list {
    margin: 0 0 50px 0;
}

.pre_bgc {
    overflow: hidden;
    padding-top: 25%;
    background-image: url("../../public/images/person_c_banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.pre_bgc img {
    width: 100%;
}

.per_content {
    width: 1200px;
    margin: 0 auto;
}

.per_nav {
    padding: 38px 0 40px 0;
}

.per_nav span {
    border-left: #B9070F solid 6px;
    padding: 0 50px 0 10px;
    cursor: pointer;
    font-size: 20px;
    color: #1F1F1F;
}

.per_nav .active_type {
    color: #B9070F;
}

.nodata {
    /*width: 1200px;*/
    margin: 50px auto;
    font-size: 19px;
    color: #1F1F1F;
    text-align: center;
    overflow: hidden;
}

.nodata img {
    width: 277px;
    display: block;
    margin: 24px auto;
}

.per_main {
    height: 100%;
}

.per_box {
    overflow: hidden;
    clear: both;
    width: 88%;
    margin: 0 auto;
    background:rgba(203,38,54,0.05);
    padding:19px 35px;
    color: #323232;
    font-size: 14px;
    margin-bottom: 20px;
    position: relative;
}
.lookdetail{
    position: absolute;
    right: 43px;
    bottom: 43px;
    cursor: pointer;
    width: 100px;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    background-color: #CB2636;
    border-radius: 5px;
}
.per_box .per_type {
    float: left;
    padding: 0 65px 0 0;
    line-height: 200px;
    color: #C2103E;
    font-size: 16px;
    font-weight: 600;
}

.per_box .per_btn {
    float: right;
    padding: 6px 0;
    text-align: center;
    border-radius: 4px;
    /*margin: 43px 82px 0 0;*/
    cursor: pointer;
    width: 111px;
    font-size: 16px;
    color: #CB2636;
    /*background-color: #C4C4C4;*/
}


 .per_box .canceled {
    /*background-color: #C4C4C4;*/
    color: #999999;
}

.per_box .per_item {
    line-height: 36px;
    float: left;
    color: #555;
    font-size: 14px;
}
.per_box .per_item .label{
    width: 80px;
    display: inline-block;
    text-align: right;
}
.child {
    margin-left: 30px;
}

/*我的活动预约*/
.per_box .per_img {
    width: 418px;
    padding: 0;
    margin-right: 63px;
    line-height: 0;
    height: 202px;
    overflow: hidden;
}
.per_box .per_img a{
    display: block;
}
.per_img img {
    cursor: pointer;
    width: 100%;
    -webkit-transition: transform .2s ease-out 0s;
    -moz-transition: transform .2s ease-out 0s;
    -ms-transition:transform .2s ease-out 0s;
    -o-transition:transform .2s ease-out 0s;
    transition: transform .2s ease-out 0s;
}

.per_img img:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.per_item_title {
    font-weight: 600;
    font-size: 16px;
    color: #323232;
    padding: 36px 0 0 0;
}

.per_item_address {
    color: #323232;
    font-size: 14px;
}

.per_address_content {
    color: #646464;
}

.per_join_time {
    font-size: 14px;
    color: #000;
}

.per_btn_box span {
    color: #EC414D;
    font-size: 14px;
    margin: 10px 71px 0 0;
    cursor: pointer;
    display: inline-block;
}

.per_btn_box .per_cancel {
    color: #AAAAAA;
}
.sport_box{
    width: 100%;
    padding: 0;
}

.sport_box .per_item{
    line-height: 28px;
}
