/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./public/static/css/web/main.css ***!
  \**************************************************************************************************************/
@charset "UTF-8";
.swiper-slide {
    float: left;
}
.prev-btn,
.next-btn {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: rgba(221, 221, 221, 0.5);
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  z-index: 9;
  cursor: pointer;

}
.prev-btn {
  left: 30px;
}
.next-btn {
  right: 30px;
}
.prev-btn:hover,
.next-btn:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
[class^="pagination"] {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 10px;
    width: 100%;
    z-index: 99
}

.swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e6e6e6;
    margin: 0 7px;
    box-sizing: border-box;
    background-clip: content-box;
    transition: all .36s ease;
}

.swiper-active-switch {
    background-color: #fff;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  background: rgba(102,102,102,0.7);
  background-clip: content-box;
  transition: all .36s ease;
}
.swiper-pagination-bullet-active {
    background-color: #0000D8;
}

.innerresize-l ul {
  width: 100%;
}

.innerresize-l ul li {
  margin-bottom: 16px;
  position: relative;
}
.innerresize-l ul li:last-child{
  margin:0
}
.inputgroup {
  position: relative;
}
.inputgroup:after{
  content: '';
  display: block;
  position: absolute;
  top:0;
  left:0;
  right: 0;
  height:48px;
  background: #fff;
  z-index: 0;
}

.innerresize-l ul input {
  position: relative;
  background: transparent;
  z-index: 2;
  width: 100%;
  height: 48px;
  padding-left: 16px;
}

.innerresize-l ul select {
  -webkit-appearance:none;
  position: relative;
  background: transparent;
  z-index: 2;
  width: 100%;
  height: 48px;
}

input.error-tips,select.error-tips,textarea.error-tips {
  border-bottom: 1px solid #c92828 !important;
  margin-top:0;
}


.innerresize-l ul textarea {
  width: 100%;
  height: 96px;
  line-height: 24px;
  border-radius: 2px;
  padding-left: 16px;
  resize: vertical;
  background: transparent;
}

.innerresize-l .searchable-select-holder {
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-radius: 2px;
  color: #757575;
  padding:0 0 0 16px;
  box-shadow: none;
}

.innerresize-l .searchable-select-dropdown{
  top: 47px;
  padding: 8px;
  border: 1px solid #e5e5e5;
}

.searchable-select .icon-arrow-down {
  position: absolute;
  right: 18px;
  top: 18px;
  color: #757575;
}

.innerresize-l .searchable-select-input{
  height: 36px;
  line-height: 36px;
}

.innerresize-l .searchable-select-item{
  padding:8px;
  transition:none;
}


.innerresize-l .inline-btngroup .inputgroup{
  width: 100%;
}
.innerresize-l .inline-btngroup input{
  width: 100%;
}

.tips-form li{
  position: relative;
}

.tips-form li .s-tips{
  top: 12px;
  position: absolute;
  z-index: 1;
  color:#999;
  left:16px;
  font-size: 16px;
}

.tips-form li.focus .s-tips{
  top: 2px;
  z-index:3;
  font-size: 12px;
}

.tips-form .icon-arrow-down {
  position: absolute;
  right: 12px;
  top:16px;
  color:#ccc;
  z-index: 2;
}


.tips-form li input,.tips-form li select,.tips-form li textarea{
  position: relative;
  z-index: 2;
  padding-top: 14px;
  font-size: 16px;
}


@media (max-width:767px) {
  
  .innerresize-l {
    border-right: 0;
  }

  .innerresize-l ul{
    width: 100%;
  }
  .innerresize-l .inline-btngroup .inputgroup{
    float: none;
  }

  .innerresize-l .inline-btngroup .inputgroup{
    width: 100%;
  }
}
@media (max-width:420px) {
  .innerresize-l .inline-btngroup .inputgroup{
    width: 100%;
  }
  .innerresize-l .inline-btngroup input{
    border: 1px solid #ccc;
  }
}


/* dialog */
.page-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .8);
  z-index: 9999;
}
.dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 90%;
  max-width: 480px;
  padding: 32px;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
}
.dialog i {
  font-size: 36px;
  margin-bottom: 20px;
  display: block;
}
.dialog i.green {
  color: #008811;
}
.dialog i.red {
  color: #D50000;
}
.dialog .title {
  font-size: 18px;
  font-weight: bold;
}
.dialog .title.green {
  color: #008811;
}
.dialog .title.red {
  color: #D50000;
}
.dialog .description {
  font-size: 16px;
  margin: 16px auto 32px;
}
.dialog .description a {
  text-decoration: underline;
}
.dialog .button {
  width: 100px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  margin: 0 auto;
  border-radius: 24px;
  background: transparent;
  border: 1px solid #ccc;
  color: #333;
}
@media (max-width: 767px) {
  .dialog {
    padding: 24px
  }
  .dialog .title {
    font-size: 16px;
  }
  .dialog .description {
    font-size: 15px;
    margin-bottom: 24px;
  }
}
