@charset "UTF-8";
/* CSS Document */
img {
  display: ; }

/* ----------------------------------index------------------------------------- */
/*banner*/
.bannerBox {
  width: 100%;
  height: 450px;
  position: relative;
  /* 手机注册 */
  /* slide-banner */ }
  .bannerBox .slideBannerPagination {
    position: absolute;
    z-index: 20;
    bottom: 16px;
    width: 100%;
    text-align: center; }
  .bannerBox .slideBannerPaginationSwitch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #5DD5CC;
    margin: 0 5px;
    opacity: 0.8;
    border: none;
    cursor: pointer; }
    .bannerBox .slideBannerPaginationSwitch.on {
      background: #ff5831; width: 30px;}

