table.calendar {
    border-collapse: collapse;
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 4px;
}

table.calendar .head-title {
    width: 100%;
    text-align: center;
    background-color: #fff;
    font-size: 18px;
    color: #262626;
    padding: 8px 18px 0 18px;
}

table.calendar th {
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
    color: #a6a6a6;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: normal;
    /*padding: 10px 25px;*/
}

table.calendar td {
    text-align: center;
    padding: 5px 5px;

    height: 25px;
/ / width: 25 px;
    line-height: 25px;
    text-align: center;
/ / margin: 0 px auto;
    font-size: 14px;
    color: #262626;
}

table.calendar td span {
    display: block;
    padding: 2px;
    margin: 0 auto;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
}

table.calendar td.today span {
/ / color: #fff !important;
    /*border: 1px solid #999999;*/
/ / border-radius: 50 %;
/ / background-color: #999999;
/ / border-color: #FEB300;
    border: 1px solid #FEB300;

/ / height: 25 px;
/ / width: 25 px;
/ / line-height: 25 px;
/ / display: block;
/ / text-align: center;
/ / margin: 0 px auto;
}

table.calendar td.chosen span {
    color: #fff;
    /*padding: 5px;*/
/ / border-radius: 50 %;
    background-color: #FEB300;

/ / height: 25 px;
/ / width: 25 px;
/ / line-height: 25 px;
/ / display: block;
/ / text-align: center;
/ / margin: 0 px auto;

}

table.calendar td.disable span {
    color: #999;
}

/*haizi*/

.dt-header {
    background-color: #f2f2f2;
    padding: 8px 16px;
    font-size: 12px;
    color: #262626;
}

.dt-root {
    background-color: #f2f2f2;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.dt-content {
    /*margin-top: 10px;*/
    margin-bottom: 4px;
}


.dt-content .dt-date {
    width: 100%;
    text-align: center;
    background-color: #fff;
    font-size: 18px;
    color: #262626;
    padding: 8px 18px 0 18px;
}

.dt-footer {
    /*display: table;*/
    width: 100%;
    height: 56px;
    line-height: 56px;
    background-color: #fff;
    /*border-bottom: 1px solid #f2f2f2;*/
    border-spacing: 10px 5px;
    font-size: 16px;

}

#dt-cancel, #dt-done {
    /*display: table-cell;*/
    /*margin: 5px;*/
    color: #fff;
    background-color: #FEB300;
    text-align: center;
    width: 100%;
    /*width: 80px;*/
    z-index: 2000;
}

#dt-cancel:active, #dt-done:active {
    background-color: #FEB377;
}

/*滑轮的css*/
#sw-bg {
    background-color: rgba(0, 0, 0, .5);
/ / background-color: #f2f2f2;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
}

#sw-wrapper {
    /*position: absolute;*/
    z-index: 1000;
    left: 0;
    width: 100%;
    font-size: 18px;
    font-family: helvetica, sans-serif;
    text-align: left;
    -webkit-transform: translateZ(0);
    /*border-top: 2px solid #d2a152*/
}

#sw-explain {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

#sw-explain p {
    line-height: 18px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #808080;
}

#sw-explain span {
    color: #fa5c1f;
}

#sw-footer {
    display: table;
    width: 100%;
    height: 43px;
    line-height: 43px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-spacing: 10px 5px;
    font-size: 16px;
}

#sw-cancel, #sw-done {
    display: table-cell;
    margin: 5px;
    color: #fff;
    background-color: #FEB300;
    text-align: center;
    width: 80px
}

.sw-pressed {
    opacity: .4
}

#sw-slots-wrapper {
    position: relative;
    z-index: 998;
    display: block;
    height: 132px;
/ / padding-top: 10 px;
/ / padding-bottom: 10 px;
    overflow: hidden;
    /*background: -webkit-linear-gradient(top,#eee 42%,#fff 42%,#fff 57%,#eee 57%) #fff*/
    background-color: #fff;
}

#sw-mask {
    z-index: 999;
    border-bottom: 1px solid #ccc;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 42%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.6)));
}

#sw-mask2 {
    border-top: 1px solid #ccc;
    z-index: 999;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 42%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.9)));
}

#sw-slots {
    display: table;
    width: 100%;
    position: relative;
    z-index: 998;
}

.sw-pressed {
    opacity: 0.4;
}

#sw-slots div {
    display: table-cell;
    height: 100%;
    padding-top: 44px
}

#sw-slots div:first-child {
    border: 0
}

#sw-slots ul {
    padding: 0 0 85px;
    margin: 0;
    list-style: none;
    -webkit-transform-style: flat;
}

#sw-slots .sw-center, #sw-slots .sw-center ul li {
    text-align: center
}

#sw-slots .sw-shrink {
    width: 1%
}

#sw-slots .sw-readonly {
    background: #fff
}

#sw-slots .sw-right {
    text-align: right;
    width: 40%;
}

#sw-slots .sw-left {
    text-align: left;
    width: 40%;
}

#sw-slots li {
    padding: 0 8px;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    color: #999;
    font-size: 16px;
    vertical-align: middle;
}

#sw-slots li.selected {
    color: #FEB300;
}

.sw-readonly li.selected {
    color: #000 !important;
}

#sw-frame {
    position: fixed;
    position: absolute;
    z-index: 1000;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 120px;
    border-width: 16px;
}

#sw-highlight {
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 50%;
    margin-top: -22px;
    height: 44px;
    width: 100%;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    /*/ / background-color: rgba(100, 100, 100, .2);*/
    /*/ / box-shadow: 0 0 0 999 px rgba(90, 90, 90, .7);*/
}

/*----listpicker---*/

.list-root {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.list-top {
    color: #262626;
    font-size: 15px;
    background: #f2f2f2;
    margin-bottom: 0px;
    padding: 10px;
    color: #7e878c;
}

.list-header {
    text-align: center;
    height: 42px;
    line-height: 42px;
    position: relative;
    color: #262626;
    font-size: 16px;
    // padding-top: 8px;
    background: #fff;
}

.list-header .bt-cancel, .list-header .bt-confirm {
    display: block;
    position: absolute;
    top: 0;
    font-size: 14px;
}

.list-header .bt-cancel {
    color: #7e878c;
    left: 16px;
}

.list-header .bt-confirm {
    color: #fdb400;
    right: 16px;
}

.list-header a {
    text-decoration: none;
}
