#sw-wrapper {
    position: absolute;
    z-index: 1000;
    left: 0;
    width: 100%;
    font-size: 18px;
    font-family: helvetica,sans-serif;
    text-align: left;
    /*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-header {
    position: relative;
    width: 100%;
    height: 43px;
    line-height: 43px;
    background-color: #fff;
    border-bottom:1px solid #ccc;
}

#sw-cancel,#sw-done {
    position: absolute;
    margin: 0;
    color: #d2a152;
    text-align: center;
    width: 80px
}

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

#sw-done {
    right: 0;
    float: right
}

.sw-pressed {
    opacity: .4
}

#sw-slots-wrapper {
    position: relative;
    z-index: 999;
    display: block;
    height: 205px;
    padding-top: 10px;
    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%
}

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

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

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

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

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

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

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

#sw-slots li {
    padding: 0 8px;
    height: 44px;
    overflow: hidden;
    color: #666;
}

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

#sw-bg{
  background-color:rgba(0, 0, 0, .5);
  position:fixed;
  top:0;
  left:0;
  bottom:0;
  width:100%;
  z-index:10;
}
#sw-slots-wrapper{
  box-sizing:content-box;
}

#sw-wrapper{
  font-size:16px;
}
#sw-cancel, #sw-done{
  color:#47bc8e;
  top:0px;
}
#sw-delay{
  margin:0;
  color:#333333;
  text-align:center;
  width:100%;
}
#sw-explain{
  padding-top:0px;
  padding-bottom:0px;
}