﻿.i1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #00A29A;
  z-index: 999;
}
.i1 .i1_c1 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.i1 .i1_c1 .img0 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 25%;
  z-index: 4;
}
.i1 .i1_c1 .img0 img {
  display: block;
  margin: 0 auto;
  max-width: 85%
}
.i1 .i1_c1 .yuan {
  display: block;
  width: 26%;
  padding-top: 26%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.i1 .i1_c1 .yuan s {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 50%;
  background: #00A29A;
  transform: scale(1);
  -webkit-transform: scale(1); /* 添加发光效果 */
}
.i1 .i1_c1 .yuan s:nth-child(1) { /*box-shadow: 0 0 200px #00ffcc, 0 0 20px #00ffcc, 0 0 100px #00ffcc;*/
}
.i1 .i1_c1 .yuan s:nth-child(2) {
  background: rgba(16, 112, 107, 0.2);
}
.i1 .i1_c1 .yuan s:nth-child(3) {
  background: rgba(0, 162, 154, 0.3);
}
.i1 .i1_c1.act .yuan s {
  transform: scale(9);
  -webkit-transform: scale(9);
  -webkit-transition: all 2s linear;
  -moz-transition: all 2s linear;
  transition: all 2s linear;
  opacity: 0;
}
.i1 .i1_c1.act .yuan s:nth-child(2) {
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
  opacity: 0;
}
.i1 .i1_c1.act .yuan s:nth-child(3) {
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  opacity: 0;
}
.i1 .i1_c1.act .img0 {
  opacity: 0;
  transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
}
.i1 .i1_c1 .img1 {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
  z-index: 5;
  display: flex;
  justify-content: center
}
.i1 .i1_c1 .img1 img {
  opacity: 0;
  width: 4.29%;
  max-width: 80px;
}
.i1 .i1_c1.act .img1 img:nth-child(1) {
  opacity: 1;
  transition-delay: 1.8s;
  -webkit-transition-delay: 1.8s;
}
.i1 .i1_c1.act .img1 img:nth-child(2) {
  opacity: 1;
  transition-delay: 1.9s;
  -webkit-transition-delay: 1.9s;
}
.i1 .i1_c1.act .img1 img:nth-child(3) {
  opacity: 1;
  transition-delay: 2s;
  -webkit-transition-delay: 2s;
}
.i1 .i1_c1.act .img1 img:nth-child(4) {
  opacity: 1;
  transition-delay: 2.1s;
  -webkit-transition-delay: 2.1s;
}
.i1 .i1_c1.act .img1 img:nth-child(5) {
  opacity: 1;
  transition-delay: 2.2s;
  -webkit-transition-delay: 2.2s;
}
.i1 .i1_c1.act .img1 img:nth-child(6) {
  opacity: 1;
  transition-delay: 2.3s;
  -webkit-transition-delay: 2.3s;
}
.i1 .i1_c1.act .img1 img:nth-child(7) {
  opacity: 1;
  transition-delay: 2.4s;
  -webkit-transition-delay: 2.4s;
}
.i1 .i1_c1.act .img1 img:nth-child(8) {
  opacity: 1;
  transition-delay: 2.5s;
  -webkit-transition-delay: 2.5s;
}
.i1 .i1_c1.act .img1 img:nth-child(9) {
  opacity: 1;
  transition-delay: 2.6s;
  -webkit-transition-delay: 2.6s;
}
.i1 .i1_c1.act .img1 img:nth-child(10) {
  opacity: 1;
  transition-delay: 2.7s;
  -webkit-transition-delay: 2.7s;
}
.i1 .i1_c1.act .img1 img:nth-child(11) {
  opacity: 1;
  transition-delay: 2.8s;
  -webkit-transition-delay: 2.8s;
}
.i1 .i1_c1.act .img1 img:nth-child(12) {
  opacity: 1;
  transition-delay: 2.9s;
  -webkit-transition-delay: 2.9s;
}
.i1 .i1_c1.act .img1 img:nth-child(13) {
  opacity: 1;
  transition-delay: 3s;
  -webkit-transition-delay: 3s;
}
.i1 .i1_c1.act .img1 img:nth-child(14) {
  opacity: 1;
  transition-delay: 3.1s;
  -webkit-transition-delay: 3.1s;
}
.alltime, .alltime * {
  -webkit-transition: all .5s cubic-bezier(.4, 0, .2, 1);
  -moz-transition: all .5s cubic-bezier(.4, 0, .2, 1);
  transition: all .5s cubic-bezier(.4, 0, .2, 1);
}
@media (max-width: 1800px) {
  .in1 {
    width: 100%;
  }
}
@media (min-width: 1950px) {
  .in1 {
    width: 100%;
  }
}
.jdc-side {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 40%;
  z-index: 300;
  width: 65px
}
@media (max-width: 900px) {
  .jdc-side {
    bottom: 5%;
  }
}
.mod_hang_qrcode {
  position: relative
}
.mod-qr-tips {
  height: 70px;
  background-size: 100%
}
.mod_hang_qrcode_show {
  display: none;
  position: absolute;
  right: 70px;
  top: -65px;
  width: 138px;
  min-height: 166px;
  border: 0 none;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
  -moz-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
  box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1)
}
.mod_hang_qrcode_show p {
  margin-top: 5px;
  line-height: 16px;
  color: #666;
  font-size: 12px;
  text-align: center
}
.mod_hang_qrcode_show_bg {
  width: 124px;
  height: 124px;
  margin: 8px auto 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  -moz-background-size: 124px auto;
  background-size: 124px auto;
  background-image: url(../images/qrcode.png)
}
.jdc_hang_qrcode .mod_hang_qrcode_show_bg {
  background-image: url(../images/qrcode.jpg)
}
.jdc_hang_qrcode p {
  padding-bottom: 5px
}
.mod_hang_qrcode_btn {
  display: block;
  width: 65px;
  height: 65px;
  font-size: 40px;
  cursor: pointer;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease;
}
.mod_hang_top {
  display: block;
  width: 65px;
  height: 65px;
  margin: 5px 0 0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease;
  background-color: transparent;
  margin-bottom: 6px;
  border-radius: 5px;
  transition: all 0.4s
}
.mod_hang_top a {
  display: block;
  width: 65px;
  height: 65px;
  margin: 5px 0 0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease;
  background-color: transparent;
  background-color: #00A29A;
  margin-bottom: 6px;
  border-radius: 5px;
  transition: all 0.4s;
  -webkit-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
  -moz-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
  box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1)
}
.mod_hang_top a:hover {
  background-color: #E73828;
}
.mod_hang_top i {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #fff;
  margin-top: 16px;
}
.mod_hang_qrcode:hover .mod_hang_qrcode_show {
  display: block
}
.mod_hang_qrcode_btn {
  position: relative;
  margin-top: 5px;
  text-align: center;
  background-color: transparent;
  -webkit-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
  -moz-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
  box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1)
}
.mod_hang_qrcode_btn span {
  position: absolute;
  bottom: 5px;
  left: 0px;
  width: 65px;
  line-height: 15px;
  font-size: 12px;
  text-align: center
}
.mod_hang_qrcode_btn:hover {
  color: #fff
}
.mod_hang_top {}
.mod_hang_top .mod_hang_qrcode_btn {
  background: 0 0;
  margin: 0
}
.mod_hang_appeal_btn {
  display: block;
  width: 65px;
  height: 65px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
  -moz-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
  box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
  position: relative;
  background-color: #00A29A;
  margin-bottom: 6px;
  border-radius: 5px;
  transition: all 0.4s
}
.mod_hang_appeal_btn:hover {
  background-color: #E73828;
}
.mod_hang_appeal:hover .mod_hang_appeal_show {
  display: block;
  opacity: 1;
}
.mod_hang_appeal_btn i {
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #fff;
  margin-top: 3px;
}
.mod_hang_qrcode_btn i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 80px;
  color: #fff;
}
.jdc-side i img {
  max-width: 100%
}
.mod_hang_appeal_btn span {
  position: absolute;
  bottom: 8px;
  left: 0px;
  width: 65px;
  line-height: 15px;
  font-size: 12px;
  text-align: center
}
.mod_hang_appeal.show .mod_hang_appeal_show {
  display: block
}
.mod_hang_appeal_show {
  opacity: 0;
  z-index: -9;
  right: -500px;
  position: absolute;
  right: 70px;
  bottom: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
  -moz-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
  box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
  width: 300px
}
.mod_hang_appeal_show li {
  *zoom: 1;
  cursor: pointer
}
.mod_hang_appeal_show li:hover {
  background: #f3f5fb
}
.mod_hang_appeal_show li:after, .mod_hang_appeal_show li:before {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden
}
.mod_hang_appeal_show .icon_box, .mod_hang_appeal_show .text_box {
  float: left;
  width: 215px;
  height: 90px;
  cursor: pointer
}
.mod_hang_appeal_show .icon_box {
  width: 78px;
  line-height: 90px;
  text-align: center
}
.mod_hang_appeal_show .icon_box i {
  color: #0989c5;
  font-size: 30px
}
.mod_hang_appeal_show .text_box h5 {
  margin-top: 10px;
  font-size: 16px;
  color: #03004c;
  line-height: 24px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}
.mod_hang_appeal_show .text_box p {
  margin-top: 10px;
  max-height: 36px;
  overflow: hidden;
  line-height: 18px;
  font-size: 12px;
  color: #666;
  cursor: pointer
}
.jdc_feedback_qrcode .mod_hang_qrcode_btn {
  margin-bottom: 5px
}
.jdc_feedback_qrcode .mod_hang_qrcode_show {
  min-height: 226px
}
.jdc_feedback_qrcode .mod_hang_qrcode_show p {
  padding-bottom: 5px
}
.jdc_feedback_qrcode .mod_hang_qrcode_show_bg {
  margin-top: 0;
  background-image: none
}
@media (max-width:768px) {
  .jdc-rwd .jdc-side {
    display: none !important
  }
}
.jdc-lang-en .mod-qr-tips {
  position: relative
}
.jdc-lang-en .mod-qr-tips:after {
  content: "Search";
  position: absolute;
  left: 41px;
  top: 8px;
  width: 85px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  color: #666;
  font-size: 16px
}