a {
  display: inline-block;
  color: #00aaee;
  font-size: inherit;
  line-height: inherit; }

.l-pfx, .l-pfxt, .l-pfxb {
  position: fixed;
  left: 0; }

.l-pfxt {
  top: 0; }

.l-pfxb {
  bottom: 0; }

.l-fixh {
  overflow: hidden;
  background-color: #dcddde;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%; }

.l-inner {
  padding: .5rem 1rem; }

.l-flex-cc, .l-grid {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

.l-grid {
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .l-grid--c2 .u-cell {
    width: 50%; }
  .l-grid--c3 .u-cell {
    width: 33.333%; }
  .l-grid--c4 .u-cell {
    width: 25%; }
  .l-grid--c5 .u-cell {
    width: 20%; }

.u-title {
  height: 2.5rem;
  text-indent: 1rem;
  font-size: 0.8rem;
  line-height: 2.5rem; }
  .u-title.s-lline {
    box-shadow: none;
    position: relative;
    padding-left: 0.5rem; }
    .u-title.s-lline::before {
      content: '';
      width: 4px;
      background-color: #00aaee;
      display: inline-block;
      height: 75%;
      border-radius: 3px;
      position: absolute;
      top: 0.05rem;
      left: 0; }
  .l-inner .u-title {
    height: 1rem;
    line-height: 1rem;
    text-indent: 0;
    margin: .25rem 0;
    box-sizing: border-box; }
  .u-title .u-h6 {
    vertical-align: top;
    line-height: inherit; }

.u-h1 {
  font-size: 1.6rem;
  line-height: 2rem; }

.u-h2 {
  font-size: 1.4rem;
  line-height: 1.6rem; }

.u-h3 {
  font-size: 1.2rem;
  line-height: 1.4rem; }

.u-h4 {
  font-size: 1rem;
  line-height: 1.2rem; }

.u-h5 {
  font-size: 0.8rem;
  line-height: 1rem; }

.u-h6 {
  font-size: 0.6rem;
  line-height: 1rem; }

.u-h7 {
  font-size: 0.55rem;
  line-height: 0.6rem; }

.u-h8 {
  font-size: 9px;
  line-height: 11px; }

.u-h11 {
  font-size: 11px;
  line-height: 14px; }

.u-h12 {
  font-size: 12px;
  line-height: 15px; }

.u-h13 {
  font-size: 13px; }

.u-h14 {
  font-size: 14px;
  line-height: 14px; }

.u-h15 {
  font-size: 15px; }

.u-h18 {
  font-size: 18px;
  line-height: 20px; }

.u-h22 {
  font-size: 22px;
  line-height: 24px; }

.u-hr {
  display: block;
  height: 1px;
  border: none;
  background-color: #cccccc;
  margin: 0;
  box-sizing: border-box; }

.u-panel {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box; }

.u-item {
  position: relative;
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem; }
  .u-item.u-chose {
    cursor: pointer; }
  .u-item.u-chose:after {
    content: '';
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 50%;
    color: #00aaee;
    background-color: white;
    box-shadow: inset 0 0 0 2px #9c9c9c;
    text-align: center; }
  .u-item.act:after {
    content: '\2713';
    color: white;
    background-color: #00aaee;
    box-shadow: none; }
  .u-item[disabled=disabled] {
    opacity: .4; }

.u-entry {
  display: block;
  min-height: 2.5rem;
  line-height: 1.5rem;
  padding: .5rem 1.5rem .5rem 1rem;
  background: #fff url(../img/arrow_right.png) no-repeat right 0.16rem center;
  background-size: auto 80%;
  box-sizing: border-box;
  font-size: .8rem; }
  .u-entry.single {
    width: 100%;
    height: 2.5rem; }

.u-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 2rem;
  font-size: 0.8rem;
  border: none;
  vertical-align: top;
  box-sizing: border-box;
  border-radius: 3px;
  background-color: #00aaee;
  color: white;
  cursor: pointer; }
  .u-btn:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .u-btn:hover, .u-btn:active, .u-btn.act {
    color: white; }
    .u-btn:hover:before, .u-btn:active:before, .u-btn.act:before {
      background-color: rgba(255, 255, 255, 0.2); }
  .u-btn[disabled=disabled], .u-btn.disabled {
    background-color: #9c9c9c; }
  .u-btn.loading {
    color: rgba(255, 255, 255, 0.25) !important; }
    .u-btn.loading:after {
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      width: 2rem;
      height: 2rem;
      margin-top: -1rem;
      margin-left: -1rem;
      background-image: url(../img/loading_white.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 50% 50%;
      animation: spin 1s linear infinite;
      -webkit-animation: spin 1s linear infinite; }
  .u-btn.u-cbtn {
    border-radius: 100rem; }
  .u-btn.u-lbtn {
    color: #00aaee;
    background-color: white;
    box-shadow: inset 0 0 0 2px #00aaee; }
    .u-btn.u-lbtn:hover, .u-btn.u-lbtn:active {
      color: white;
      background-color: #00aaee; }
    .u-btn.u-lbtn.sgray {
      background-color: transparent;
      color: #222222;
      box-shadow: inset 0 0 0 1px #9c9c9c; }
      .u-btn.u-lbtn.sgray:hover, .u-btn.u-lbtn.sgray:active {
        color: #222222;
        background-color: rgba(255, 255, 255, 0.4);
        box-shadow: inset 0 0 0 1px #5f5f5f; }

.u-inp {
  width: 100%;
  height: 100%;
  min-height: 2.5rem;
  line-height: 2rem;
  border: none;
  box-sizing: border-box;
  font-size: .8rem;
  padding: .5rem 1rem; }
  .u-inp:hover, .u-inp:focus {
    box-shadow: inset 0 -1px 0 rgba(0, 170, 238, 0.8), inset 0 -5px 0 rgba(0, 170, 238, 0.2); }
  .u-inp.error {
    box-shadow: inset 0 -1px 0 rgba(232, 76, 61, 0.8), inset 0 -5px 0 rgba(232, 76, 61, 0.2); }

select.u-inp {
  padding: 0;
  background-color: transparent; }

textarea.u-inp {
  box-shadow: inset 0 0 0 1px #cccccc;
  resize: none;
  border-radius: 3px;
  line-height: 0.84rem; }
  textarea.u-inp:hover, textarea.u-inp:focus {
    box-shadow: inset 0 0 0 1px rgba(0, 170, 238, 0.8), inset 0 -5px 0 rgba(0, 170, 238, 0.2); }
  textarea.u-inp.error {
    box-shadow: inset 0 0 0 1px rgba(232, 76, 61, 0.8), inset 0 -5px 0 rgba(232, 76, 61, 0.2); }

input[type=checkbox].u-inp {
  -webkit-appearance: none;
  width: 1rem;
  height: 1rem;
  min-height: 1rem;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  box-shadow: none; }
  input[type=checkbox].u-inp:after {
    content: '';
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    color: #00aaee;
    border-radius: 50%;
    text-align: center;
    line-height: 1rem;
    box-shadow: inset 0 0 0 1px #cccccc; }
  input[type=checkbox].u-inp:checked:after {
    content: '\2713';
    color: white;
    background-color: #00aaee;
    box-shadow: inset 0 0 0 1px rgba(0, 170, 238, 0.8); }

.u-table {
  table-layout: fixed;
  width: 100%; }
  .u-table td {
    min-height: 2.5rem;
    line-height: 2.5rem; }
  .u-table.small td {
    min-height: 1.7rem;
    line-height: 1.7rem; }

.u-tab {
  width: 100%;
  height: 2rem; }
  .u-tab .item {
    float: left;
    width: 50%;
    height: 100%;
    font-size: 0.8rem;
    line-height: 2rem;
    background: white !important;
    color: #5f5f5f;
    text-align: center;
    cursor: pointer; }
  .u-tab .act {
    color: #00aaee;
    box-shadow: inset 0 -3px 0 0 rgba(0, 170, 238, 0.8); }

.u-labelv2 {
  display: inline-block;
  min-width: 6rem;
  min-height: 1rem;
  vertical-align: middle;
  padding: 1.5rem .75rem .15rem;
  box-sizing: border-box;
  color: #5f5f5f;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: 0 0 18px 1px #cccccc;
  text-align: center;
  font-size: 0.6rem;
  line-height: 0.6rem;
  position: absolute;
  top: -.6rem;
  right: -2.5rem;
  -webkit-transform: rotate(45deg) scale(0.7);
  transform: rotate(45deg) scale(0.7); }

.u-circ .item {
  vertical-align: middle; }
  .u-circ .item > span {
    vertical-align: middle; }
  .u-circ .item:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 1px solid #00aaee;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
    box-sizing: border-box; }
  .u-circ .item.selected:before {
    background-color: #00aaee;
    background-image: url(../img/icon-5_Select.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 135%; }

.f-pstl {
  position: relative; }

.f-psta {
  position: absolute; }

.u-w80 {
  width: 80% !important; }

.u-w82 {
  width: 82% !important; }

.u-w84 {
  width: 84% !important; }

.u-w86 {
  width: 86% !important; }

.u-w88 {
  width: 88% !important; }

.u-w90 {
  width: 90% !important; }

.u-w92 {
  width: 92% !important; }

.u-w94 {
  width: 94% !important; }

.u-w96 {
  width: 96% !important; }

.u-w98 {
  width: 98% !important; }

.u-w100 {
  width: 100% !important; }

.u-vh60 {
  height: 60px !important; }

.u-vh50 {
  height: 50px !important; }

.u-vh40 {
  height: 40px !important; }

.u-vh30 {
  height: 30px !important; }

.u-vh20 {
  height: 20px !important; }

.u-br01 {
  border-radius: .1rem !important; }

.u-br02 {
  border-radius: .2rem !important; }

.u-br03 {
  border-radius: .3rem !important; }

.u-br04 {
  border-radius: .4rem !important; }

.u-br05 {
  border-radius: .5rem !important; }

.u-br06 {
  border-radius: .6rem !important; }

.u-br07 {
  border-radius: .7rem !important; }

.u-br08 {
  border-radius: .8rem !important; }

.u-br09 {
  border-radius: .9rem !important; }

.u-br10 {
  border-radius: 1rem !important; }

.u-br11 {
  border-radius: 1.1rem !important; }

.u-br12 {
  border-radius: 1.2rem !important; }

.u-br13 {
  border-radius: 1.3rem !important; }

.u-br14 {
  border-radius: 1.4rem !important; }

.u-br15 {
  border-radius: 1.5rem !important; }

.u-br16 {
  border-radius: 1.6rem !important; }

.u-br17 {
  border-radius: 1.7rem !important; }

.u-br18 {
  border-radius: 1.8rem !important; }

.u-br19 {
  border-radius: 1.9rem !important; }

.u-br20 {
  border-radius: 2rem !important; }

.u-brlt01 {
  border-top-left-radius: .1rem; }

.u-brlb01 {
  border-bottom-left-radius: .1rem; }

.u-brrt01 {
  border-top-right-radius: .1rem; }

.u-brrb01 {
  border-bottom-right-radius: .1rem; }

.u-brlt03 {
  border-top-left-radius: .3rem; }

.u-brlb03 {
  border-bottom-left-radius: .3rem; }

.u-brrt03 {
  border-top-right-radius: .3rem; }

.u-brrb03 {
  border-bottom-right-radius: .3rem; }

.u-brlt05 {
  border-top-left-radius: .5rem; }

.u-brlb05 {
  border-bottom-left-radius: .5rem; }

.u-brrt05 {
  border-top-right-radius: .5rem; }

.u-brrb05 {
  border-bottom-right-radius: .5rem; }

.u-brlt07 {
  border-top-left-radius: .7rem; }

.u-brlb07 {
  border-bottom-left-radius: .7rem; }

.u-brrt07 {
  border-top-right-radius: .7rem; }

.u-brrb07 {
  border-bottom-right-radius: .7rem; }

.u-brlt09 {
  border-top-left-radius: .9rem; }

.u-brlb09 {
  border-bottom-left-radius: .9rem; }

.u-brrt09 {
  border-top-right-radius: .9rem; }

.u-brrb09 {
  border-bottom-right-radius: .9rem; }

.u-brlt10 {
  border-top-left-radius: 1rem; }

.u-brlb10 {
  border-bottom-left-radius: 1rem; }

.u-brrt10 {
  border-top-right-radius: 1rem; }

.u-brrb10 {
  border-bottom-right-radius: 1rem; }

.u-bdt {
  border-top: 1px solid #dcddde; }

.u-brunset {
  border-radius: unset !important; }

.u-bt1 {
  border-bottom: 1px solid #dcddde; }

.u-sd01 {
  box-shadow: 0 0 0.5rem 0.02rem rgba(0, 0, 0, 0.15) !important; }

.u-sd02 {
  box-shadow: 0 0 0.3rem 0.02rem rgba(0, 0, 0, 0.15) !important; }

.u-sdnone {
  box-shadow: none !important; }

.u-nobd {
  border: none; }
  .u-nobd.u-bdb {
    border-bottom: 1px solid #dcddde; }

.u-line1 {
  display: block;
  width: 100%;
  height: 1px; }

.u-line2 {
  display: block;
  width: 100%;
  height: 2px; }

.u-line3 {
  display: block;
  width: 100%;
  height: 3px; }

.u-line4 {
  display: block;
  width: 100%;
  height: 4px; }

.u-line5 {
  display: block;
  width: 100%;
  height: 5px; }

.f-lrc {
  margin-left: auto !important;
  margin-right: auto !important; }

.f-tbc {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.f-db {
  display: block; }

.f-m05 {
  margin: .5rem; }

.f-m07 {
  margin: .7rem; }

.f-m09 {
  margin: .9rem; }

.f-m10 {
  margin: 1rem; }

.f-mt02 {
  margin-top: .2rem; }

.f-mt03 {
  margin-top: .3rem; }

.f-mt04 {
  margin-top: .4rem; }

.f-mt05 {
  margin-top: .5rem; }

.f-mt06 {
  margin-top: .6rem; }

.f-mt07 {
  margin-top: .7rem; }

.f-mt08 {
  margin-top: .8rem; }

.f-mt09 {
  margin-top: .9rem; }

.f-mt10 {
  margin-top: 1rem; }

.f-mt15 {
  margin-top: 1.5rem; }

.f-mt20 {
  margin-top: 2rem; }

.f-mt25 {
  margin-top: 2.5rem; }

.f-mt30 {
  margin-top: 3rem; }

.f-mt40 {
  margin-top: 4rem; }

.f-mtb05 {
  margin-top: .5rem;
  margin-bottom: .5rem; }

.f-mtb10 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.f-mtb13 {
  margin-top: 1.3rem;
  margin-bottom: 1.3rem; }

.f-mb03 {
  margin-bottom: .3rem; }

.f-mb05 {
  margin-bottom: .5rem; }

.f-mb06 {
  margin-bottom: .6rem; }

.f-mb07 {
  margin-bottom: .7rem; }

.f-mb08 {
  margin-bottom: .8rem; }

.f-mb09 {
  margin-bottom: .9rem; }

.f-mb10 {
  margin-bottom: 1rem; }

.f-mb20 {
  margin-bottom: 2rem; }

.f-ml05 {
  margin-left: .5rem; }

.f-ml10 {
  margin-left: 1rem; }

.f-mlr10 {
  margin-left: 1rem;
  margin-right: 1rem; }

.f-p05 {
  padding: .5rem; }

.f-p06 {
  padding: .6rem; }

.f-p07 {
  padding: .7rem; }

.f-p08 {
  padding: .8rem; }

.f-p09 {
  padding: .9rem; }

.f-p10 {
  padding: 1rem; }

.f-p20 {
  padding: 2rem; }

.f-pt05 {
  padding-top: .5rem; }

.f-pt06 {
  padding-top: .6rem; }

.f-pt07 {
  padding-top: .7rem; }

.f-pt08 {
  padding-top: .8rem !important; }

.f-pt09 {
  padding-top: .9rem; }

.f-pt10 {
  padding-top: 1rem; }

.f-pt11 {
  padding-top: 1.1rem; }

.f-pt13 {
  padding-top: 1.3em; }

.f-pt15 {
  padding-top: 1.5rem; }

.f-pb05 {
  padding-bottom: .5rem; }

.f-pb10 {
  padding-bottom: 1rem; }

.f-pb15 {
  padding-bottom: 1.5rem; }

.f-pb20 {
  padding-bottom: 2rem; }

.f-pb30 {
  padding-bottom: 3rem; }

.f-pb40 {
  padding-bottom: 4rem; }

.f-ptb02 {
  padding-top: .2rem;
  padding-bottom: .2rem; }

.f-ptb03 {
  padding-top: .3rem;
  padding-bottom: .3rem; }

.f-ptb05 {
  padding-top: .5rem;
  padding-bottom: .5rem; }

.f-ptb07 {
  padding-top: .7rem;
  padding-bottom: .7rem; }

.f-ptb10 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.f-ptb11 {
  padding-top: 1.2rem;
  padding-bottom: 1.1rem; }

.f-ptb12 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem; }

.f-plr10 {
  padding-left: 1rem;
  padding-right: 1rem; }

.f-plr12 {
  padding-left: 1.2rem;
  padding-right: 1.2rem; }

.f-pl02 {
  padding-left: .2rem; }

.f-pl04 {
  padding-left: .4rem; }

.f-pl05 {
  padding-left: .5rem; }

.f-pl06 {
  padding-left: .6rem; }

.f-pl08 {
  padding-left: .8rem; }

.f-pl10 {
  padding-left: 1rem; }

.f-pl12 {
  padding-left: 1.2rem; }

.f-tac {
  text-align: center; }

.f-tal {
  text-align: left; }

.f-tar {
  text-align: right; }

.f-stg {
  font-weight: bold; }

.f-fwn {
  font-weight: normal; }

.f-lig {
  color: #00aaee; }

.f-fl {
  float: left; }

.f-fr {
  float: right; }

.f-ti {
  text-indent: 1rem; }

.f-toe, .u-item, .u-entry.single {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all; }

.f-hid {
  opacity: 0;
  transform: translateY(2vh);
  -webkit-transform: translateY(2vh); }

.f-toe, .u-item, .u-entry.single {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all; }

.f-usn {
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none; }

.f-muset {
  margin: unset !important; }

.f-puset {
  padding: unset !important; }

.f-pluset {
  padding-left: unset !important; }

.f-ptuset {
  padding-top: unset !important; }

.f-pruset {
  padding-right: unset !important; }

.f-pbuset {
  padding-bottom: unset !important; }

.e-ani, .u-item.u-chose:after, .u-btn, .u-btn:before, .u-btn:hover, .u-btn:active, .u-btn.act, .u-inp, input[type=checkbox].u-inp:after, .u-tab .item, .w-banner .w-banner-nav i {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.e-ani-1s, .w-mask {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s; }

@keyframes spin {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
.e-slide-down {
  animation: slide-down 1s forwards;
  -webkit-animation: slide-down 1s forwards; }

@keyframes slide-down {
  from {
    transform: translateY(0%);
    -webkit-transform: translateY(0%); }
  to {
    transform: translateY(100%);
    -webkit-transform: translateY(100%); } }
@-webkit-keyframes slide-down {
  from {
    transform: translateY(0%);
    -webkit-transform: translateY(0%); }
  to {
    transform: translateY(100%);
    -webkit-transform: translateY(100%); } }
.e-slide-up {
  animation: slide-up 1s forwards;
  -webkit-animation: slide-up 1s forwards; }

@keyframes slide-up {
  from {
    transform: translateY(100%);
    -webkit-transform: translateY(100%); }
  to {
    transform: translateY(0%);
    -webkit-transform: translateY(0%); } }
@-webkit-keyframes slide-up {
  from {
    transform: translateY(100%);
    -webkit-transform: translateY(100%); }
  to {
    transform: translateY(0%);
    -webkit-transform: translateY(0%); } }
.e-gray {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; }

.s-bw {
  background-color: white; }

.s-bo, .u-btn.s-bo {
  background-color: #FF5E12; }

.s-bg, .u-btn.s-bg {
  background-color: #58D68D; }

.s-bd {
  background-color: #f5f6f7; }

.s-bdk {
  background-color: #5f5f5f !important; }

.s-bgy {
  background-color: #9c9c9c !important; }

.s-cw {
  color: white; }

.s-cb {
  color: #222222; }

.s-cd {
  color: #5f5f5f; }

.s-cm {
  color: #00aaee; }

.s-cg {
  color: #9c9c9c; }

.s-cr {
  color: #E84C3D; }

.s-co {
  color: #FF5E12; }

.s-br {
  border-radius: 5px; }

.s-shadow, .u-entry {
  box-shadow: inset 0 1px #dcddde, 0 1px #dcddde; }

.s-inline, .u-inp {
  box-shadow: inset 0 -1px #dcddde; }

.s-orline {
  box-shadow: 0 0 0 1px #dcddde; }

.s-line {
  box-shadow: 0 -1px #dcddde; }

.s-lineb {
  box-shadow: 0 1px #dcddde; }

.s-bdclrm {
  border-color: #00aaee; }

.s-bdclrg {
  border-color: #dcddde; }

.u-flxs {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: stretch;
  box-sizing: border-box; }

.u-flxc {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box; }

.u-flxlr {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-start;
  box-sizing: border-box; }

.u-flxlrc {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box; }

.u-flxlre {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box; }

.u-flxss {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: stretch;
  box-sizing: border-box; }

.e-default {
  cursor: default; }

.e-pointer {
  cursor: pointer; }

.e-noallowed {
  cursor: not-allowed; }

.e-text {
  cursor: text; }

/* Toast */
.w-toast {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  min-width: 10rem;
  max-width: calc(100% - 10rem);
  min-height: 1rem;
  padding: .5rem;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: .7rem;
  line-height: 1rem;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  box-sizing: border-box;
  z-index: 1100;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.w-toast.hide {
  opacity: 0; }

/* Loading */
.w-loading {
  position: fixed;
  width: 6rem;
  height: 6rem;
  overflow: hidden;
  top: 50%;
  left: 50%;
  margin: -4rem 0 0 -3rem;
  padding-top: 4.15rem;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: .5rem;
  box-shadow: 0 0 0.25rem 2px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-size: .8rem;
  z-index: 1000; }

.w-loading .fx-spin {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  top: 1.2rem;
  left: 1.75rem;
  background: url(../img/loading.png) no-repeat center center;
  background-size: 100%;
  animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite; }

.w-loading.hid {
  opacity: 0; }

@keyframes spin {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
/* Banner */
.w-banner {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .w-banner ul {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100%;
    background: black; }
    .w-banner ul li {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      margin: 0 auto;
      transition: all 1s;
      -webkit-transition: all 1s; }
      .w-banner ul li a {
        display: block;
        width: 100%;
        height: 100%;
        background: #000; }
        .w-banner ul li a img {
          display: block;
          margin: 0 auto; }
      .w-banner ul li.up {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%); }
      .w-banner ul li.down {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%); }
      .w-banner ul li.left {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%); }
      .w-banner ul li.right {
        transform: translateX(100%);
        -webkit-transform: translateX(100%); }
  .w-banner .w-banner-nav {
    position: absolute;
    width: 100%;
    min-height: 1rem;
    bottom: 0;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center; }
    .w-banner .w-banner-nav i {
      display: block;
      width: .5rem;
      height: .5rem;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.25);
      margin: 0 .25rem; }
      .w-banner .w-banner-nav i.on {
        background: white;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); }

/* Mask */
.w-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
  opacity: 0;
  display: none; }

/* Bottom Sheet */
.w-sheet {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 2rem;
  box-sizing: border-box;
  background-color: white;
  z-index: 1000;
  display: none; }

.w-sheet-view {
  display: none; }

/*# sourceMappingURL=widget.css.map */
