@font-face {
    font-family: 'iconfont';  /* project id 1628151 */
    src: url('//at.alicdn.com/t/font_1628151_3sr241bzyiz.eot');
    src: url('//at.alicdn.com/t/font_1628151_3sr241bzyiz.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_1628151_3sr241bzyiz.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_1628151_3sr241bzyiz.woff') format('woff'),
    url('//at.alicdn.com/t/font_1628151_3sr241bzyiz.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_1628151_3sr241bzyiz.svg#iconfont') format('svg');
}
.iconfont {
    /*position: absolute;*/
    font-family: "iconfont" !important;
    /*font-size:16px;*/
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    user-select: none;
}

body {
    /*font-family: tahoma,"microsoft yahei","\5FAE\8F6F\96C5\9ED1"!important;*/
    font-family: BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, PingFang SC, Noto Sans, Noto Sans CJK SC, Microsoft YaHei, 微软雅黑, sans-serif;
    font-size: 12px;
}
a,a:hover,a:focus{ text-decoration:none}

.icon-chevron-up:before {
    content: '\e6a1';
    display: inline-block;
    font-family: "iconfont" !important;
}

.glyphicon-chevron-left:before {
    content: '\e634';
    display: inline-block;
    font-family: "iconfont" !important;
}

.glyphicon-chevron-right:before {
    content: '\e635';
    display: inline-block;
    font-family: "iconfont" !important;
}

.glyphicon-chevron-up:before {
    content: '\e614';
    display: inline-block;
    font-family: "iconfont" !important;
}

.glyphicon-chevron-down:before {
    content: '\e616';
    display: inline-block;
    font-family: "iconfont" !important;
}

.picker-switch.accordion-toggle {
    display: none;
}

.blueIcon {
    color: #4755AB;
}

.greenIcon, .inOperation .iconfont {
    color: #8BC34A;
}

.greyIcon {
    color: #d9d9d9;
}

.whiteIcon {
    color: #fff;
}
.whiteIconGoblue {
    color: #4755AB;
}

.gymStatus {
    font-size: 12px;
    color: #878787;
    font-weight: normal;
}

.gymStatus > .iconfont {
    margin-right: 5px;
}

p {
    margin-top: 0;
    margin-bottom: 0.4rem;
}

.card {
    background-color: #fff;
    border: 0 solid #eee;
    border-radius: 5px;
    overflow: hidden;
    border-top: 2px solid #4755ab;
    box-shadow: rgba(154, 154, 204, 0.22) 0px 1px 2px 1px;
}

.card-footer {
    background: #fff;
}

.gymMore {
    font-size: 12px;
    float: right;
    cursor: pointer;
}

.badge-warning {
    color: #fff;
    background-color: #4755AB;
    border-radius: 4px;
}

.addBtn {
    font-size: 12px;
    background: #4755AB;
    color: #fff;
    border-radius: 4px;
    padding: 4px;
    cursor: pointer;
    user-select: inherit;
    border: none;
}

.addBtn .iconfont {
    margin-right: 5px;
}

.btn {
    font-size: 12px;
    border-radius: 4px;
    line-height: 24px;
}

label {
    font-size: 12px
}

.form-control {
    font-size: 12px;
}

.articleNumber {
    font-size: 30px;
    color: #555;
}

.articleIcon {
    font-size: 30px;
}

.articleText {
    font-size: 14px;
}

.table thead tr th {
    border-top: inherit;
}

.searchArea {
    margin: 20px 20px 0 20px;
}
/*todo*/
.collapse:not(.show) {
    /*display: inherit;*/
}
.bootstrap-datetimepicker-widget .collapse:not(.show) {
    display: inherit;
}
.bootstrap-datetimepicker-widget > ul {
    padding: 0;
}

input.form-control-custom + label::after {
    content: '\e631' !important;
    font-family: 'iconfont' !important;
    font-size: 7px;
    color: #ffffff;
    margin-left: -4px;
    cursor: pointer;
}

input.form-control-custom + label {
    font-size: inherit !important;
    color: #909090 !important;
    cursor: pointer;
    user-select: none;
}

.select2, .select2 .selection {
    width: 100% !important;
}

#mapArea, #mapArea2 {
    position: relative;
    width: 100%;
    height: 275px;
}

#map, #map2 {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mar0 {
    margin: 0 !important;
}

.editBtn,.editButton,.authButton,.editPersonalBtn,.changeCardStatus,.cardStockDetail,.retrieve {
     color: #4755AB !important;
     cursor: pointer;
     user-select: none;
 }

.card-headerType {
    color: #888;
}

.venueStatus_open .iconfont {
    color: #8BC34A;
}

.venueStatus_pause .iconfont {
    color: #878787;
}

.venueStatus_stop .iconfont {
    color: #F44336;
}

.venueStatus_uncheck .iconfont {
    color: #878787;
}

#zj-loader {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(88, 88, 88, 0.6);
}

#zj-loader [data-loader] {
    top: 40%;
    left: 50%;
    margin-left: -12.5px;
}

#isSupplyArea {
    display: none;
}

.tabBtn {
    padding: 10px 25px;
    margin-right: 5px;
    border-radius: 4px 4px 0 0;
    border-bottom: inherit;
}

.tabBtn.active {
    background: #4754ab;
    border-color: #4754ab;
    color: #fff;
}

.tabBtn.active:focus, .tabBtn.active:hover {
    color: #fff !important;
    text-decoration: inherit !important;
}

.tabBtn:focus, .tabBtn:hover {
    text-decoration: inherit !important;
}

.tab-content {
    padding: 20px 0;
}

.delSupply, .delConfig {
    color: #F44336;
    line-height: 40px;
    margin-left: 8px;
    cursor: pointer;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-calendar:before {
    content: "\e109"
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    z-index: 9999 !important;
    display: block !important;
}

.bootstrap-datetimepicker-widget td.day, .bootstrap-datetimepicker-widget td span, .bootstrap-datetimepicker-widget th {
    line-height: 30px !important;
    height: 30px !important;
}

.bootstrap-datetimepicker-widget td span, .bootstrap-datetimepicker-widget td {
    line-height: 20px !important;
    height: 20px !important;
}

#报名配置 {
    color: #4755AB;
    cursor: pointer;
    user-select: none;
}
.goBack{
    cursor: pointer;
}
.organization{
    user-select: inherit;
    cursor: pointer;
}
.organizationPicked{
    background: #2380c7;
    color: #fff;
}
#downloadBatchOrderList{
    display: none;
}
.field_No{
    line-height: 50px;
    text-align: center;
    color: #4755AB !important;
}
.field_Line{
    float: left;
    line-height: 30px;
    border-left: 1px solid #eeeeee;
}
.field_block,.field_block_booked, .field_block_lock, .field_block_proto, .field_block_online,.field_block_over{
    width: 100%;
    background: #4755AB;
    float: left;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    margin: 10px 0;
    position: relative;
    height: 50px;
}
.field_block_list{
    list-style: none;
    padding: 0;
    overflow: hidden;
    margin: 10px 0 0 0;
}
.field_block_list li{
    float: left;
}
.field_block_size{
    width: 15px;
    height: 15px;
    margin: 2px;
}
.field_block_booked {
    background: #9E9E9E;
}
.field_block_lock {
    background: #c0a16b;
}
.field_block_proto {
    background: #955302;
}
.field_block_online {
    background: #4F8B3A;
}
.field_block_over {
    background: #0873B7;
}
.field_block p, .field_block span,
.field_block_booked p, .field_block_booked span,
.field_block_lock p, .field_block_lock span,
.field_block_proto p, .field_block_proto span,
.field_block_online p, .field_block_online span,
.field_block_over p, .field_block_over span{
    color: #fff !important;
    margin: 0;
    user-select: none;
    line-height: 50px;
}
.unavailable{background: #d0d0d0}
.lock_area{
    padding: 6px 16px;
    margin: 15px 20px 15px 90px;
}
.unlock_area{
    padding: 6px 16px;
    margin: 15px 20px 15px 0px;
}
.time_line{
    position: relative;
    float: left;
    height: 20px;
}
._POR{
    position: absolute;
    margin-left: -14px;
}
.field_block_active{
    background: #FFC107 !important;
}
.week{
    float: left;
    color: #4755AB;
    border-radius: 5px 5px 0 0;
    user-select: none;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid #eee;
}
#workDay{
    margin: 15px 0;
}
#workDay:after{
    display: block;
    content: '';
    width: 0;
    height: 0;
    clear: both;
}
#freeDay{
    margin: 15px 0;
}
#freeDay:after{
    display: block;
    content: '';
    width: 0;
    height: 0;
    clear: both;
}
.onshow{
    background:#4755AB;
    color: #fff;
}
#week{
    margin: 15px 0;
}
.redTips:after{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #F44336;
    border-radius: 10px;
    position: absolute;
    top: -3px;
    right: -1px;
}
.orderConfirm{
    display: block;
    width: 100%;
    overflow: hidden;
}
.orderConfirm>p{
    display: block;
    float: left;
    width: 50%;
}
.orderConfirm>p:last-of-type{
    text-align: right;
}

.icard{
    cursor: pointer;
    transition: all .4s;
}

.icardActive{
    background: #4754ab !important;
    color: #fff;
}


/*===================*/


/*
    Common
*/

.wizard,
.tabcontrol
{
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard a,
.tabcontrol a
{
    outline: 0;
}

.wizard ul,
.tabcontrol ul
{
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard ul > li,
.tabcontrol ul > li
{
    display: block;
    padding: 0;
}

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info
{
    position: absolute;
    left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title
{
    position: absolute;
    left: -999em;
}



/*
    Wizard
*/

.wizard > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.wizard.vertical > .steps
{
    display: inline;
    float: left;
    width: 30%;
}

.wizard > .steps .number
{
    font-size: 1.429em;
}

.wizard > .steps > ul > li
{
    width: 25%;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li
{
    float: left;
}

.wizard.vertical > .steps > ul > li
{
    float: none;
    width: 100%;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active
{
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 1em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active
{
    background: #eee;
    color: #aaa;
    cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active
{
    background: #4754ab;
    color: #fff;
    cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active
{
    background: #a4ace4;
    color: #fff;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active
{
    background: #ff3111;
    color: #fff;
}

.wizard > .content
{
    /*background: #eee;*/
    display: block;
    margin: 0.5em;
    min-height: 600px;
    overflow: hidden;
    position: relative;
    width: auto;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard.vertical > .content
{
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}

.wizard > .content > .body
{
    float: left;
    /*position: absolute;*/
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.wizard > .content > .body ul
{
    list-style: disc !important;
}

.wizard > .content > .body ul > li
{
    display: list-item;
}

.wizard > .content > .body > iframe
{
    border: 0 none;
    width: 100%;
    height: 100%;
}

.wizard > .content > .body input
{
    display: block;
    border: 1px solid #ccc;
}

.wizard > .content > .body input[type="checkbox"]
{
    display: inline-block;
}

.wizard > .content > .body input.error
{
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.wizard > .content > .body label
{
    display: inline-block;
    margin-bottom: 0.5em;
}

.wizard > .content > .body label.error
{
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em;
}

.wizard > .actions
{
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}

.wizard.vertical > .actions
{
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

.wizard > .actions > ul
{
    display: inline-block;
    text-align: right;
}

.wizard > .actions > ul > li
{
    margin: 0 0.5em;
}

.wizard.vertical > .actions > ul > li
{
    margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active
{
    background: #4754ab;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active
{
    background: #eee;
    color: #aaa;
}

.wizard > .loading
{
}

.wizard > .loading .spinner
{
}



/*
    Tabcontrol
*/

.tabcontrol > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.tabcontrol > .steps > ul
{
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1;
}

.tabcontrol > .steps > ul > li
{
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover
{
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0;
}

.tabcontrol > .steps > ul > li.current
{
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0;
}

.tabcontrol > .steps > ul > li > a
{
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover
{
    text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a
{
    padding: 15px 30px 10px 30px;
}

.tabcontrol > .content
{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px;
}

.tabcontrol > .content > .body
{
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.tabcontrol > .content > .body ul
{
    list-style: disc !important;
}

.tabcontrol > .content > .body ul > li
{
    display: list-item;
}
.i-checks{
    margin-right: 10px;
}
input.form-control-custom[disabled] + label::before, input.form-control-custom[disabled] + label::after {
    border: none;
    cursor: not-allowed;
}
input.form-control-custom[disabled]:checked + label::before {
    background: #aaa !important;
}
.delSellTime{
    border-radius: 0 4px 4px 0;
    width: 20%;
}
#sellTime,#_editSellTime{
    overflow: hidden;
}
#sellTime .col-lg-12,#_editSellTime .col-lg-12{
    margin-bottom: 5px;
    overflow: hidden;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #4755AB;
}
.operationTools{
    overflow: hidden;
    border-top: 1px solid #eee;
    margin: 10px -10px 0 -10px;
    padding: 10px 10px 0 10px;
}
.operationInfo{
    overflow: hidden;
    min-height: 140px;
}
.operationTools >span{
    margin-left: 10px;
    line-height: 10px;
    color: #4755AB;
    background: #fff;
}
.sc-selected.sc-festival .lunar-day{
    color: #fff;
}
.sc-festival:hover .lunar-day{
    color: #fff;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #4755AB !important;
}
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    color: #fff !important;
}
.ticketPick{
    background-color: #fff;
    border: 0 solid #eee;
    border-radius: 5px;
    overflow: hidden;
    border-top: 2px solid #4755ab;
    box-shadow: rgba(154, 154, 204, 0.22) 0px 1px 2px 1px;
    padding: 15px;
    float: left;
    width: 200px;
    margin: 15px;
    cursor: pointer;
    transition: all .2s;
    user-select: none;
}
.ticketPick:hover{
    background: #4755ab;
    color: #fff;
}
.ticketPickPrice{
    color: #4755ab;
    font-size: 40px;
    text-align: right;
    transition: all .2s;
}
.ticketPick:hover .ticketPickPrice{
    color: #fff;
}
.ticketPickName{
    height: 70px;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    line-height: 26px;
    border-left: none;
    user-select: none;
}
.card-body {
    background: #fff;
}
._totalSum{
    overflow: hidden;
}
._totalSum>div{
    float: left;
    margin-right: 20px;
}
._totalSum span{
    font-size: 18px;
    padding-left: 10px;
    color: #4755AB;
}


/*lockerRent样式*/
.floors{
    text-align: left;
    height: 51px;
    font-size: 0;
    border-bottom: 1px solid #D3D3D3;
}
.eachFloor {
    border-right: 1px solid #D3D3D3;
    font-size: 12px;
    cursor: pointer;
    padding: 4px;
    width: 90px;
    color: #5f5f5f;
    line-height: 14px;
}

.eachFloorActive{
    color: #1fa2f5;
    border-bottom: 1px solid #fff;
}
.locker_container{
    font-size: 14px;
    border-right: 1px solid #D3D3D3;
    padding-top: 20px;
    padding-left: 15px;
    min-height: 500px;
}
.boxes{
    padding: 0;
}
.boxes:after{
    content: '';
    display: block;
    height: 0;
    width: 0;
    clear: both;
}
.boxTitle{
    display: block;
    text-align: left;
    margin-bottom: 15px;
}
.eachBox {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 70px;
    height: 64px;
    background-color: #e8e8e8;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
}
.eachBox span:first-child{
    display: block;
    margin-top: 10px;
}

.unused{
    background-color: #4755ab;
}
.used{
    background-color: #b2b2b2;
}
.eachBox:hover{
    opacity: 0.6
}

.selected_rent_active{
    background-color: #dc322f;
}
.status_detail {
    display: flex;
    height: 50px;
    padding-left: 20px;
}
.color_base{
    flex: 1;
    float: left;
    width: 15px;
    height: 15px;
    margin-top: 20px;
}
.color_zero {
    background-color: #4755ab;
}
.color_one {
    background-color: #b2b2b2;
    margin-left: 20px;
}
.text_base{
    float: left;
    margin-left: 5px;
    margin-top: 20px;
}
.vip_confirm{
    padding: 25px;
    border-bottom: 1px dotted #f1f2f8;
}
.showArea{
    border-top: 1px solid #D3D3D3;
    padding: 0 15px;
}

/*模态框界面用户信息*/
.member_info{
    border: 1px solid #cccccc;
    border-radius: 10px;
    margin: 5px 15px;
    line-height: 36px;
    padding: 10px 20px 10px 40px;
}
.member_info li{
    float: left;
    width: 50%;
}
.member_info:after {
    content: "";
    display: table;
    height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both;
    line-height: 0;
}
/*租赁界面右侧用户信息*/
.vip_info{
    display: none;
    margin-top: 30px;
    text-align: left;
}
.vip_info ul{
    border-radius: 5px;
    padding: 10px 10px 10px 0;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 10px;
}
/*.renter_info{*/
/*    margin-top: 18px;*/
/*    text-align: left;*/
/*}*/
/*.renter_info form{*/
/*    background-color: #e8e8e8;*/
/*    border-radius: 5px;*/
/*    padding: 20px 15px;*/
/*    margin-top: 18px;*/
/*}*/
.locker_info{
    margin-top: 25px;
}
.locker_info>h2{
    text-align: left;
}
.locker_info>p{
    border: 1px solid #e8e8e8;
    padding: 30px 15px;
    margin-top: 20px;
}
.selected_locker{
    margin-top: 20px;
    border: 1px solid #e8e8e8;
}
.the_top{
    padding: 15px 35px;
}
.the_top_left{
    display: inline-block;
    text-align: left;
    width: 60%;
}
.the_top_right{
    display: inline-block;
    text-align: right;
}
.the_top_right p{
    text-align: left;
}
.the_top_right div{
    margin: 0;
}
.form-price{
    display: inline-block;
    width: 40px;
    height: 28px;
    border-radius: 5px;
}
.the_bottom{
    text-align: center;
    padding: 18px 35px;
    background-color: #eeeeee;
}
.the_bottom>div{
    overflow: hidden;
}
.the_bottom>div:first-child{
    margin-bottom: 15px;
}
.the_bottom>div:first-child>span{
    padding: 6px 12px;
    border: #cccccc solid 1px;
    color: #666;
    background: #fff;
    cursor: pointer;
    border-radius: 5px;
}
.the_bottom>div:first-child>span:first-child{
    float: left;
}
.the_bottom>div:first-child>span:last-child{
    float: right;
}
.month_active{
    border: #56b854 solid 1px!important;
    color: #56b854!important;
    background: url(../img/choosebg-d2f33bb596f92712d79347771a848479.png) #fff right bottom no-repeat!important;
}
.payWayForm{
    width: 150px;
    height: 34px;
    float: left;
    font-size: 13px;
    color: #333;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
}
.confirm_rent{
    float: right;
}
/*lockerQuery样式*/

.not_rent{
    background-color: #4755ab;
}
.rented{
    background-color: #b2b2b2;
}
.expiring{
    background-color: #f4d03f;
}
.expire{
    background-color: #E00808;
}
.info_show{
    margin: 18px 0;
}
.show_info{
    display: none;
    margin: 18px 0;
}
.show_title{
    border: 1px solid #ccc;
    padding: 18px 15px;
    overflow: hidden;
}
.show_title h2, .show_title h3{
    margin: 0;
}
.show_title .lockerName{
    float: left;
    text-align: left;
}
.show_title .lockerName span{
    padding: 0 5px 0 2px;
    font-size: 20px;
    color: #1fa2f5;
}
.show_title .timeLeft{
    float: right;
    text-align: right;
}
.show_title .timeLeft span{
    padding: 0 5px 0 2px;
    font-size: 20px;
    color: #dc322f;
}
.rent_info{
    border: 1px dotted #dddddd;
    margin-top: 6px;
    padding: 20px 0;
}
.show_info>div:last-child{
    margin-top: 20px;
}
.rent_detail{
    text-align: left;
    border-bottom: 1px dotted #dddddd;
    margin-top: 10px;
}
.rent_detail>div{
    padding: 14px 18px;
    border-top: 1px dotted #dddddd;
}
.rent_detail>div>span:first-child{
    width: 70px;
    float: left;
}
.rent_detail>div>div>span:first-child{
    width: 70px;
    float: left;
}
.rent_detail>div:nth-child(1){
    border-left: 2px solid yellow;
}
.rent_detail>div:nth-child(2){
    border-left: 2px solid red;
}
.rent_detail>div:nth-child(3){
    border-left: 2px solid green;
    height: 60px;
    line-height: 31px;
}
.rent_detail>div:nth-child(3) span:last-child{
    float: right;
}
.rent_detail>div:nth-child(4){
    border-left: 2px solid blue;
}
.rent_detail>div:nth-child(4)>div:first-child{
    margin-bottom: 10px;
}

/*lockerKeysOut样式*/
.member_title{
    height: 35px;
    line-height: 35px;
    display: inline-block;
    padding: 0 24px 0 14px;
    color: #fff;
    background-color: #1fa2f5;
    border-bottom-right-radius:15px;
    border-top-right-radius:15px;
}
.member_detail{
    text-align: left;
    border-bottom: 1px dotted #dddddd;
    margin-left: 15px;
    margin-top: 35px;
}
.member_detail>li{
    padding: 14px 18px;
    border-top: 1px dotted #dddddd;
}
.member_detail>li:first-child{
    border-left: 3px solid #f4cf7f;
}
.member_detail>li:nth-child(2){
    border-left: 3px solid #fc8b79;
}
.member_detail>li:nth-child(3){
    border-left: 3px solid #ec81cf;
}
.member_detail>li:nth-child(4){
    border-left: 3px solid #60cfa6;
}
.member_detail>li:last-child{
    border-left: 3px solid #f4cf7f;
}

.keysTitle{
    height: 133px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    /*background: url("../img/cancel-cabinet-background-8aa047eef5d394283ffd186a72e7b033.jpg") center no-repeat;*/
}
.keysOptions{
    display: none;
}
.keysOption{
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin-bottom: 30px;
}
.keysLocker{
    padding: 20px;
    font-size: 18px;
    position: relative;
}
.keysLockerFirst{
    color: #1fa2f5;
    margin-bottom: 8px;
}
.keysLockerSecond{
    font-size: 16px;
}
.deposit_show{
    font-size: 20px;
    color: #ef1616;
    padding-right: 5px;
}
.keysOutOrBack{
    position: absolute;
    top: 10px;
    right: 10px;
}
.selected_outer{
    width: 26px;
    height: 26px;
    border-radius: 20px;
    padding: 4px;
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid #dddddd;
    background-color: #fafafa;
    line-height: 16px;
    cursor: pointer;
}
.selected_inner{
    width: 16px;
    height: 16px;
    border-radius: 16px;
    border: 1px solid #dddddd;
    background-color: #dddddd;
}
.selected_active{
    background-color: #2ecc71!important;
}
.keysOption table{
    text-align: left;
    width: 100%;
    color: #333;
    font-size: 14px;
}
.keysOption table tbody tr td{
    list-style: none;
    display: inline-block;
    background-color: #fafafa;
    border-right: 1px solid #f2f2f2;
    padding: 15px 10px;
}
.keysOption table tbody tr td:first-child{
    width: 28%;
    border-top: 3px solid #60cfa6;
}
.keysOption table tbody tr td:nth-child(2){
    width: 20%;
    border-top: 3px solid #f4cf7f;
}
.keysOption table tbody tr td:nth-child(3){
    width: 20%;
    border-top: 3px solid #fc8b79;
}
.keysOption table tbody tr td:nth-child(4){
    width: 20%;
    border-top: 3px solid #ec81cf;
}
.keysOption table tbody tr td:last-child{
    width: 12%;
    border-top: 3px solid #8368db;
}
/*最底部退款样式*/
.locker_refund{
    text-align: right;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    z-index: 700;
    box-shadow: 0 -2px 5px #ddd;
}
.locker_refund>span{
    margin-right: 10px;
}
.realPay{
    vertical-align: top;
}
.yuan{
    color: #f25232;
    font-size: 24px;
    margin-left: 10px;
    margin-right: 10px;
}
.refundBtn{
    font-size: 14px;
    display: inline-block;
    padding-left: 18px;
    padding-right: 18px;
    margin: 0 20px 10px;
}