/*!**************************************************************************************************************!*\
  !*** 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;
}

.arrow-left,.arrow-right {
    display: none;
    cursor: pointer;
    color: #999;
    width: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    text-align: center;
    border: 0;
    border-radius: 24px;
    background-color: rgba(102,102,102,0.5);
    position: absolute;
    z-index: 20;
    top: 50%;
    margin-top: -24px;
}

.arrow-left:hover,.arrow-right:hover {
  background-color: #638FFF;
}

.banner-wrapper:hover .arrow-left,.banner-wrapper:hover .arrow-right {
    display: block
}

.arrow-left {
    left: 30px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg)
}

.arrow-right {
    right: 30px
}




/*---contact---*/
.innerresize-box {
  max-width: 1024px;
  margin: 0 auto;
}

.innerresize-box .s-title {
  font-size: 16px;
  margin-bottom: 8px;
}

.innerresize-des {
  max-width: 800px;
  text-align: center;
  font-size: 16px;
  margin: 0 auto 48px auto;
}

.innerresize-body {
  display: table;
  margin: 0 auto;
  width: 100%;
}

.innerresize-body p {
  margin-bottom: 20px;
}

.innerresize-body .green:hover {
  color: #008866;
  text-decoration: underline;
}

.innerresize-body > div {
  display: table;
  margin:0 auto;
  width: 480px;
  vertical-align: top;
}

.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;
}
.clear-security {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  display: none;
  cursor: pointer;
  padding: 10px;
}
.innerresize-l ul input {
  position: relative;
  background: transparent;
  z-index: 2;
  width: 100%;
  height: 48px;
  border-radius: 2px;
  padding-left: 16px;
}

.innerresize-l ul select {
  -webkit-appearance:none;
  padding-left:20px;
  border: 1px solid #e5e5e5;
  position: relative;
  background: transparent;
  z-index: 2;
  width: 100%;
  height: 48px;
  border-radius: 2px;
}

input.error-tips,select.error-tips,textarea.error-tips {
  border: 1px solid #c92828 !important;
  margin-top:0;
}

/*input.error-tips ~ .s-tips {*/
  /*top:2px !important;*/
  /*font-size: 12px;*/
/*}*/

.innerresize-l ul textarea {
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 96px;
  line-height: 24px;
  border-radius: 2px;
  padding-left: 20px;
  resize: vertical;
}

.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 .btn {
  width: 120px;
  height: 48px;
  line-height: 48px;
  border-radius: 2px;
  display: block;
  overflow: hidden;
  margin: 24px auto 0 auto;
}

.innerresize-l .inline-btngroup .inputgroup{
  width: calc(100% - 120px);
  /*float: left;*/
}
.innerresize-l .inline-btngroup input{
  width: 100%;
  /*border-right: 0;*/
}

.innerresize-l .inline-btngroup .btn, .security-btns{
  /*float: left;*/
  margin-top:0;
  border-radius: 0 2px 2px 0;
  overflow: hidden;
  z-index: 2;
  position: relative;
}
.tips-form li{
  position: relative;
}

.tips-form li .s-tips{
  top:14px;
  position: absolute;
  z-index: 3;
  color:#999;
  left:16px;
  pointer-events: none;
}

.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: 12px;
  border:1px solid #ccc;
  font-size: 14px;
  font-family: 'Muli', sans-serif;
}

.innerresize-r {
  padding-left: 30px;
}

.innerresize-r ul {
  float: right;
  max-width: 400px;
  display: table;
}

.innerresize-r ul li {
  margin-bottom: 48px;
}

.innerresize-r ul li:last-child {
  margin-bottom: 0;
}

.innerresize-r .s-title {
  margin-bottom: 16px;
}

.inner-title{
  font-size: 32px;
  text-align: center;
  margin-bottom: 56px;
}
.inner-title-2{
  font-size: 24px;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width:1023px) {
  .innerresize-r {
    max-width: calc(100% - 400px);
  }

  .innerresize-r ul{
    max-width: 100%;
  }
}

@media (max-width:767px) {
  .inner-pagebox{
    margin-top: 40px;
  }
  .inner-title{
    font-size: 28px;
    margin-bottom: 32px;
    line-height: 32px;
  }

  .innerresize-body > div {
    display: block;
    padding: 0
  }

  .innerresize-l{
    border-right: 0;
  }

  .innerresize-l ul{
    width: 100%;
  }
  .innerresize-l .inline-btngroup .inputgroup{
    float: none;
  }
  /* .innerresize-l .inline-btngroup .btn{
    float: none;
    margin-top: 24px;
  } */

  .innerresize-r {
    padding-top: 48px !important;
  }
  .innerresize-des{
    margin-bottom: 32px;
  }
  .innerresize-r ul{
    float: none;
    max-width: 100%;
    margin-bottom: -20px;
  }

  .innerresize-l .inline-btngroup .inputgroup{
    width: 100%;
  }
}
@media (max-width:420px) {
  .innerresize-body > div {
    width: 100%;
  }
  .innerresize-l .inline-btngroup .inputgroup{
    width: 100%;
  }
  .innerresize-l .inline-btngroup input{
    border: 1px solid #ccc;
  }
  /* .innerresize-l .inline-btngroup .btn{
    margin:24px auto 0 auto
  } */

}



.arrow-left:before,.arrow-left:after,.arrow-right:before,.arrow-right:after {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 2px;
    background-color: rgba(255,255,255,0.8);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    left: 15px;
    top: 50%;
    margin-top: -6px;
}

.arrow-left:after,.arrow-right:after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    margin-top: 6px
}
[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;
    border: 4px solid rgba(0, 0, 0, .3);
}
.swiper-pagination-bullet {
  opacity: 1!important;
  display: inline-block;
  width: 8px!important;
  height: 8px!important;
  background-color: transparent!important;
  border-radius: 100%!important;
  border: 2px solid #ccc;
  margin: 0 7px;
  box-sizing: border-box;
  background-clip: content-box;
  transition: all .36s ease;
}
.swiper-pagination-bullet-active {
    background-color: #fff !important;
    border: 2px solid #fff;
}

@media (max-width:1024px) {
  .arrow-left,.arrow-right {
    display: none !important;
  }
}

.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:.78rem;
  background: #fff;
  z-index: 0;

}

.innerresize-l ul input {
  position: relative;
  background: transparent;
  z-index: 2;
  width: 100%;
  height: .78rem;
  border-radius: .02rem;
  padding-left: .16rem;
}

.innerresize-l ul select {
  -webkit-appearance:none;
  padding-left:.16rem;
  border: 1px solid #e5e5e5;
  position: relative;
  background: transparent;
  z-index: 2;
  width: 100%;
 height: .78rem;
  border-radius: .02rem;
}

input.error-tips,select.error-tips,textarea.error-tips {
  border: 1px solid #c92828 !important;
  margin-top:0;
}


.innerresize-l ul textarea {
  border: 1px solid #e5e5e5;
  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: .12rem;
  position: absolute;
  z-index: 1;
  color:#999;
  left:.16rem;
  font-size: .32rem;
}

.tips-form li.focus .s-tips{
  top: .02rem;
  z-index:3;
  font-size: .2rem;
}

.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: .14rem;
  border:1px solid #ccc;
  font-size: .16rem;
  font-size: .3rem;
}


@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;
  }
}
