@import url("ElpUtility.css");
.popup {
    position: fixed;
    z-index: 100000;
    width: 100%;
    min-height: 50px;
    border-style: solid;
    border-width: 0;
    box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
}

.alert, .confirm, .popup[data-pos=middle] {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.alert, .confirm, .toast, .actionsheet {
    display: none;
}

.popup-mask {
	background-color: rgba(0, 0, 0, 0.4);
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.alert, .confirm {
    width: 270px;
    border-radius: 6px;
    margin: 0 auto;
    background-color: white;
}

.popup {
    border-color: #dddddd;
}

.toast-box {
    position: fixed;
    z-index: 99999999999999999;
    bottom: -100%;
    width: 100%;
    text-align: center;
}

.actionsheet {
    padding: 0 6px;
    box-sizing: border-box;
    width: 100%;
    bottom: -100%;
}

.alert, .confirm, .toast, .actionsheet {
    display: none;
    color: #333;
}

.alert h1, .confirm h1 {
    padding: 15px 0 5px 0;
    font-weight: 500;
    font-size: inherit;
    text-align: center;
}

.alert label, .confirm label {
    display: block;
    padding: 10px 12px 15px 12px;
    line-height: 1.2em;
    word-wrap: break-word;
}

label {
    vertical-align: middle;
}

a, label, :focus {
    outline: 0 none;
}

.popup-handler {
    display: block;
    text-align: center;
    white-space: nowrap;
    font-size: inherit;
    border-color: inherit;
    border-style: inherit;
    border-width: 1px 0 0 0;
    cursor:pointer;
}

.popup-handler a:only-child {
    width: 100%;
}

.popup-handler a {
    width: 50%;
    border-width: 0;
}

.popup-handler a, .actionsheet a {
    display: inline-block;
    padding: 12px;
    font-size: inherit;
    box-sizing: border-box;
    color: #18b2ed;
}

.actionsheet-group {
    border-radius: 12px;
    overflow: hidden;
    border-style: solid;
    border-width: 0;
    border-color: #ddd;
    background-color: rgba(255, 255, 255, 0.9);
    background-color: white\0;
}

.actionsheet-group a {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: inherit;
}

.actionsheet a {
    width: 100%;
    text-align: center;
}
.popup-handler a, .actionsheet a {
    display: inline-block;
    padding: 12px;
    font-size: inherit;
    box-sizing: border-box;
}

.actionsheet-cancel {
    width: 100%;
    border-radius: 12px;
    margin: 6px 0;
    background-color: rgba(255, 255, 255, 0.9);
    background-color: white\0;
}

.toast-box {
    position: fixed;
    z-index: 99999999999999999;
    bottom: -100%;
    width: 100%;
    text-align: center;
}

.toast {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: inherit;
    max-width: 75%;
    /*max-height: 35px;*/
    /*line-height: 20px;*/
    overflow: hidden;
    text-align: left;
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    background-color: black\0;
}

.popup-handler a:nth-of-type(2) {
    border-style: solid;
    border-width: 0 0 0 1px;
    border-color: inherit;
}


/*轮播开始*/

.slider-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.slider-list {
  display: -webkit-box;
  width: 100%;
  height: 100%;
}

.slider-item {
  width: 100%;
  list-style: none;
}

.slider-item a {
  display: block;
}

.slider-item img {
  width: 100%;
}

.transitionable {
  -webkit-transition: all 0.3s ease-in-out;
}

.slider-page {
  width: 100%;
  position: absolute;
  bottom: 5px;
  left: 0;
  text-align: center;
}

.slider-page ul {
  display: inline-block;
  text-align: center;
}

.slider-page ul li {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .5)
}

.slider-page ul li.active {
  background: #fff
}

.img-wrap {
  width: 100%;
  height: 100%;
  /*background: #fafafa url("../images/loading.gif") no-repeat center center;*/
}

.banner-image{
    display: block;
}
/*轮播结束*/

/*拖动刷新开始*/

.loading-box {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 160px;
    max-height: 160px;
    border-radius: 12px;
    z-index: 999;
    -webkit-transform: translate(-50%, -50%);
    background-color: white;
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}

.loading_icon{
  width: 50px;
  margin: 5px;
}

.loading_msg{
  color: #333;
  display: block;
  text-align: center;
}

.dragrefresh {
    color: #36acf4;
}
.box-middle, .box-middlecenter {
    -moz-box-align: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.box-center, .box-middlecenter, .text-center {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.box {
    display: -moz-box;
    display: -webkit-box;
    display: box;
    display: -webkit-flex;
    display: flex;
}
.dragrefresh {
    position: absolute;
    top: -58px;
    left: 50%;
    margin-left: -20px;
    background-size: 32px 32px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: white;
    z-index: 5;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

.dragrefresh i, .dragrefresh img, .dragrefresh svg {
    width: 32px;
    height: 32px;
    font-size: 32px;
    transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
}

.dragrefresh svg path {
    fill: #36acf4;
}

.loading-more, .loading-more .loading:before, .loading-more .loading:after {
    background: #f4f4f4;
}

.loading-more {
    padding: 12px 0;
    text-align: center;
}

.loading-more .loading {
    box-shadow: inset 0 0 0 3px #36acf4;
}

.loading-more .loading {
    width: 30px;
    height: 30px;
}

.loading {
    box-shadow: inset 0 0 0 4px #36acf4;
}

.loading {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
}

.loading-more, .loading-more .loading:before, .loading-more .loading:after {
    background: #f4f4f4;
}


.loading-more .loading:before, .loading-more .loading:after {
    width: 17px;
    height: 32px;
}

.loading_margin{
  margin:10px;
}

.loading:before {
    top: -1px;
    left: -1px;
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    animation: loading 1.2s ease 0.9s infinite;
    -webkit-animation: loading 1.2s ease 0.9s infinite;
}

.loading:after {
    top: -1px;
    left: 50%;
    transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    animation: loading 1.2s infinite ease;
    -webkit-animation: loading 1.2s infinite ease;
}

.loading:before, .loading:after {
    position: absolute;
    content: '';
    width: 22px;
    height: 42px;
    background: white;
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*拖动刷新结束*/