/*!**************************************************************************************************************!*\
  !*** 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;
  }
}
/* nav-search */
.sticky-nav {
  margin-bottom: 68px;
  padding: 12px 0;
  background-color: #fff;
  position: relative;
}
.nav-search-box {
  border-radius: 24px;
  background: #F5F5F5;
  color: #808080;
  padding: 6px;
  line-height: 36px;
  position: relative;
}
.nav-search-box .products-nav {
  float: left;
  font-size: 0;
  width: 75%;
  white-space: nowrap;
  overflow-x: auto;
}
.nav-search-box .products-nav::-webkit-scrollbar {
  display: none
}
.nav-search-box .products-nav li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.nav-search-box .products-nav a {
  padding: 0 24px;
  display: block;
  border-radius: 18px;
  color: #808080;
}
.nav-search-box .products-nav a:hover {
  color: #000;
}
.nav-search-box .products-nav a.focus {
  background-color: #000;
  color: #fff;
  font-weight: 500;
}
.nav-search-box .search-box {
  float: right;
  padding-right: 14px;
  cursor: pointer;
  width: 22%;
  text-align: right;
}
.nav-search-box .search-box span {
  margin-right: 14px;
  color: #999;
  font-size: 16px;
  display: block;
  float: left;
  width: calc(100% - 40px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav-search-box .search-box i {
  font-size: 20px;
  vertical-align: text-top;
  color: #000;
}
.search-form {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F5F5F5;
  border-radius: 24px;
  padding: 0 20px 0 24px;
  font-size: 16px;
  display: none;
}
.search-form form {
  height: 100%;
}
.search-form input {
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.search-form .close-btn {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  cursor: pointer;
  color: #000;
  width: 36px;
  height: 36px;
  text-align: center;
}
.search-results {
  font-size: 16px;
  text-align: center;
  margin: 80px 0 24px;
}
.search-results span {
  color: #808080;
}
.sticky-nav.sticky {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
  padding-left: 40px;
  padding-right: 40px;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.06);
}
.sticky-nav.sticky .nav-search-box {
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .sticky-nav {
    margin-bottom: 48px;
  }
  .sticky-nav.sticky {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .sticky-nav {
    margin-bottom: 4px;
    padding: 8px 0;
  }
  .sticky-nav.sticky {
    padding-left: 12px;
    padding-right: 12px;
  }
  .nav-search-box {
    height: auto;
    background: transparent;
    padding: 0;
  }
  .nav-search-box .products-nav li {
    font-size: 14px;
  }
  .nav-search-box .products-nav a {
    padding: 0 16px;
    white-space: nowrap;
  }
  .nav-search-box .products-nav,
  .nav-search-box .search-box,
  .search-form {
    float: none;
    background: #F5F5F5;
    height: 40px;
    line-height: 36px;
    border-radius: 24px;
    padding: 2px 0;
  }
  .nav-search-box .products-nav {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }
  .search-form {
    top: auto;
    bottom: 0;
    padding: 0;
    padding-left: 20px;
    font-size: 14px;
  }
  .nav-search-box .search-box {
    padding-left: 20px;
    margin-top: 14px;
    position: relative;
    width: 100%;
    text-align: left;
  }
  .nav-search-box .icon-search {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .search-form .close-btn {
    right: 10px;
    color: #aaa;
    font-size: 16px;
  }
  .search-form .close-btn .mobile {
    display: inline-block;
  }
  .sticky-nav.sticky .nav-search-box .products-nav {
    background-color: transparent;
  }
  .search-results {
    font-size: 14px;
    margin: 24px 0 12px;
  }
  .nav-search-box .search-box span {
    font-size: 14px;
  }
}
