#sw-bg, #sw-wrapper {
    position: fixed;
    left: 0;
    width: 100%
}

#sw-cancel, #sw-done {
    width: 130px;
    text-align: center
}

#sw-header, #sw-slots-wrapper {
    position: relative;
    background-color: #fff
}

#sw-frame, #sw-line, #velign-line {
    position: absolute
}

#sw-bg {
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    bottom: 0;
    z-index: 10111
}

#sw-wrapper {
    z-index: 1000000;
    font-family: helvetica, sans-serif;
    font-size: 18px;
    text-align: left;
    border-top: 2px solid #e5e5e5;
    -webkit-transform-style: preserve-3d;
    position:fixed;
    bottom: -520px;
}

#sw-header {
    width: 100%;
    height: 80px;
    opacity: 1;
    clear: both
}

#sw-cancel, #sw-done {
    position: absolute;
    line-height: 86px;
    height: 86px;
    margin: 0;
    font-weight: 700;
    font-size: 26px;
    color: #999
}

#sw-slots .sw-center ul li.focus, #sw-slots .sw-left ul li.focus {
    color:#9556bf
}

#sw-cancel {
    left: 0;
    float: left
}

#sw-done {
    right: 0;
    float: right
}
/***add**/
#sw-title{
    left:300px;
    right: 300px;
    position: absolute;
    line-height: 86px;
    height: 86px;
    margin: 0;
    font-size: 34px;
    color: #000000
}
.sw-pressed {
    opacity: .4
}

#velign-line {
    width: 2px;
    height: 313px;
    background: url(../images/velign.png) no-repeat;
    left: 50%;
    top: 58px;
    display: none
}

#sw-slots-wrapper {
    z-index: 999;
    display: block;
    height: 430px;
    overflow: hidden;
    border-top: 2px solid #e5e5e5;
    -webkit-box-shadow: 5px 5px 5px #999 inset
}

#sw-slots {
    display: -webkit-box;
    width: 100%;
    background: #fcfcfc
}

#sw-slots div {
    -webkit-box-flex: 1;
    height: 100%;
    padding-top: 86px;
    background-color: #fcfcfc;
    background-position: 0 0, 100% 0;
    background-repeat: repeat-y
}

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

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

#sw-slots .sw-center ul li:first-child, #sw-slots .sw-left ul li:first-child {
    margin-top: 86px
}

#sw-slots .sw-center ul li:last-child, #sw-slots .sw-left ul li:last-child {
    margin-bottom: 86px
}

#sw-slots .sw-right {
    text-align: right
}

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

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

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

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

#sw-slots li {
    overflow: hidden;
    font: 26px Helvetica, sans-serif;
    color: #666;
    height: 86px;
    line-height: 86px;
    font-size: 32px
}

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

#sw-line {
    border: 1px solid #ccc;
    width: 100%;
    z-index: 999;
    top: 172px;
    height: 85px
}

.layer-frame {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: .5;
    background-color: #000;
    display: none
}

#sw-done{
    color:#9556bf;
    font-size: 32px;
    font-weight: normal;
}
#sw-cancel{
    color: #888888;
    font-size: 32px;
    font-weight: normal;
}