.colorRed[data-v-315ebe6a] {
  color: #FF456B;
  background: #FCE0E5;
  border: 1px solid #FF456B !important;
  border-radius: 15px
}

.header[data-v-315ebe6a] {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2019;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none
}

.headerNav[data-v-315ebe6a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #777;
  width: 1300px;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 10px 0;
  top: 10px;
}

.headerNav div img[data-v-315ebe6a] {
  vertical-align: middle;
  height: 43px;
  padding-right: 10px
}

.headerNav div span[data-v-315ebe6a] {
  vertical-align: middle;
  font-size: 16px;
  display: inline-block;
  padding: 5px 10px;
}

.headerNav ul[data-v-315ebe6a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.headerNav ul li[data-v-315ebe6a] {
  cursor: pointer;
  padding: 0 10px;
  min-width: 110px
}

.headerNav ul li.on span[data-v-315ebe6a] {
  color: #FF456B;
  background: #FCE0E5;
  border: 1px solid #FF456B !important;
  border-radius: 15px;
}

.headerNav ul li span[data-v-315ebe6a] {
  display: inline-block;
  padding: 2px 15px;
  font-size: 14px
}

.login-btn[data-v-315ebe6a] {
  color: #444;
  background: #fff;
  border: 0;
  padding: 10px 20px;
  cursor: pointer;
  margin-right: 20px;
  border-radius: 2px;
  border: 1px solid #999
}

.register-btn[data-v-315ebe6a] {
  color: #fff;
  border-radius: 2px;
  background: #FF456B;
  padding: 12px 20px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid
}

.float-nav[data-v-7f4f39cb] {
  position: fixed;
  left: calc(100% - 100px);
  z-index: 1999;
  width: 0;
  height: 0;
  overflow: hidden;
  top: calc(50% - 115px);
  -webkit-animation: btn-in-data-v-7f4f39cb .8s ease-in-out 2s forwards;
  animation: btn-in-data-v-7f4f39cb .8s ease-in-out 2s forwards
}

.float-nav li[data-v-7f4f39cb] {
  color: #FF456B;
  position: relative;
  display: block;
  cursor: pointer;
  background-color: #FCE0E5;
  text-align: center;
  width: 80px;
  padding: 10px 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

.float-nav li h4[data-v-7f4f39cb] {
  font-size: 14px;
  font-weight: 400;
  padding-top: 5px
}

.float-nav li i[data-v-7f4f39cb] {
  font-size: 36px;
  line-height: 1em
}

.float-nav li .img-label[data-v-7f4f39cb] {
  position: absolute;
  top: 0;
  left: -160px;
  width: 150px;
  display: none;
  height: 150px;
  padding: 15px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
  -webkit-animation: break-in-data-v-7f4f39cb .3s ease-in-out;
  animation: break-in-data-v-7f4f39cb .3s ease-in-out
}

.float-nav li .img-label img[data-v-7f4f39cb] {
  width: 120px
}

.float-nav li[data-v-7f4f39cb]:hover {
  color: #fff;
  background-color: #FF456B;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1)
}

.float-nav li:hover a[data-v-7f4f39cb] {
  color: #fff
}

.float-nav li:hover .img-label[data-v-7f4f39cb] {
  display: block !important
}

.nav-content[data-v-7f4f39cb] {
  overflow: hidden
}

.icon-yonghu4[data-v-7f4f39cb] {
  font-weight: 700;
  font-size: 23px !important
}

.to-top[data-v-7f4f39cb] {
  position: fixed;
  right: 20px;
  bottom: 5%;
  z-index: 1999;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, .5);
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  opacity: 0;
  -webkit-animation: break-in-data-v-7f4f39cb .5s ease-in-out 2s forwards;
  animation: break-in-data-v-7f4f39cb .5s ease-in-out 2s forwards
}

.to-top i[data-v-7f4f39cb] {
  font-size: 25px;
  color: #fff
}

a[data-v-7f4f39cb] {
  color: #FF456B
}

@-webkit-keyframes btn-in-data-v-7f4f39cb {
  to {
    width: 80px;
    height: 332px
  }
}

@keyframes btn-in-data-v-7f4f39cb {
  to {
    width: 80px;
    height: 332px
  }
}

@-webkit-keyframes break-in-data-v-7f4f39cb {
  0% {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: .2
  }

  to {
    opacity: 1
  }
}

@keyframes break-in-data-v-7f4f39cb {
  0% {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: .2
  }

  to {
    opacity: 1
  }
}

.ripple-enter-active[data-v-d897885e],
.ripple-leave-active[data-v-d897885e] {
  -webkit-transition: opacity 1s cubic-bezier(.23, 1, .32, 1), -webkit-transform .45s cubic-bezier(.23, 1, .32, 1);
  transition: opacity 1s cubic-bezier(.23, 1, .32, 1), -webkit-transform .45s cubic-bezier(.23, 1, .32, 1);
  transition: opacity 1s cubic-bezier(.23, 1, .32, 1), transform .45s cubic-bezier(.23, 1, .32, 1);
  transition: opacity 1s cubic-bezier(.23, 1, .32, 1), transform .45s cubic-bezier(.23, 1, .32, 1), -webkit-transform .45s cubic-bezier(.23, 1, .32, 1)
}

.ripple-leave-to[data-v-d897885e] {
  opacity: 0 !important
}

.ripple-enter[data-v-d897885e] {
  -webkit-transform: scale(0);
  transform: scale(0)
}

.jl-ripple[data-v-d897885e],
.ripple[data-v-d897885e] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden
}

.ripple[data-v-d897885e] {
  background-color: #dee7ef;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-clip: padding-box;
  border-radius: 50%;
  opacity: .1
}

.case-swipe[data-v-111710cd] {
  width: 1200px;
  margin: 60px auto 0
}

.case-swipe .swipe-container[data-v-111710cd] {
  position: relative;
  height: 550px;
  width: 100%;
  overflow: hidden
}

.case-swipe .swipe-item[data-v-111710cd] {
  width: 830px;
  height: 550px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}

.case-swipe .swipe-item img[data-v-111710cd] {
  display: block
}

.case-swipe .swipe-item .is-black[data-v-111710cd] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, .5)
}

.case-swipe .active[data-v-111710cd],
.case-swipe button[data-v-111710cd] {
  -webkit-box-shadow: 0 3px 32px 8px rgba(32, 110, 225, .05);
  box-shadow: 0 3px 32px 8px rgba(32, 110, 225, .05)
}

.case-swipe button[data-v-111710cd] {
  width: 66px;
  height: 66px;
  border: none;
  outline: none;
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 33px);
  z-index: 3;
  background-color: #fff;
  overflow: hidden;
  cursor: pointer
}

.case-swipe button i[data-v-111710cd] {
  color: #6d7d90;
  font-size: 40px
}

.case-swipe .next-btn[data-v-111710cd] {
  right: 70px
}

.case-swipe .back-btn[data-v-111710cd] {
  left: 70px
}