@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
body {
  position: relative;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
em,
i {
  font-style: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  display: block;
  content: ' ';
  height: 0;
  visibility: hidden;
  clear: both;
}

.left_fly {
  width: 80px;
  position: fixed;
  right: 30px;
  top: 35%;
  border-radius: 6px;
  text-align: center;
  z-index: 9;
}
.left_fly .t {
  width: 69px;
  height: 69px;
  border-radius: 50%;
  border: 1px solid #3a92ff;
  margin: 0 auto 14px;
}
.left_fly .t i {
  display: block;
  transform-origin: center;
  width: 69px;
  height: 69px;
  border-radius: 50%;
  border: 1px solid #3a92ff;
  position: absolute;
  animation: breathe 1s infinite linear;
  top: 0;
}
@keyframes breathe {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  25% {
    transform: scale(1.1, 1.1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.3, 1.3);
    opacity: 0.1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.left_fly .t img {
  display: block;
  margin: 0 auto;
  position: relative;
  animation: mymove 1.5s infinite;
  -webkit-animation: mymove 1.5s infinite; /*Safari and Chrome*/
  animation-direction: alternate; /*轮流反向播放动画。*/
  animation-timing-function: ease-in-out; /*动画的速度曲线*/
  /* Safari 和 Chrome */
  -webkit-animation: mymove 1.5s infinite;
  -webkit-animation-direction: alternate; /*轮流反向播放动画。*/
  -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
}
@keyframes mymove {
  0% {
    transform: scale(0.8); /*开始为原始大小*/
  }
  25% {
    transform: scale(1); /*放大1.1倍*/
  }
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1);
  }
}
.left_fly .fly_c {
  width: 80px;
  margin: 0 auto;
}
.left_fly .fly_c a {
  display: block;
  width: 78px;
  height: 78px;
  border: 1px solid #ff5050;
  text-align: center;
  font-size: 14px;
  color: #333333;
  background: #fff;
  margin-bottom: 8px;
  border-radius: 8px;
}
.left_fly .fly_c a i {
  display: block;
  width: 30px;
  height: 24px;
  overflow: hidden;
  background-image: url(https://cpc.hishop.com.cn/static/images/callb_fr/bot_ico.png);
  background-size: 159px;
  background-position: -41px 0;
  margin: 12px auto 10px;
}
.left_fly .fly_c a:nth-child(2) i {
  background-position: -76px 0;
  width: 25px;
}
.left_fly .fly_c a:nth-child(3) i {
  background-position: -111px 0;
  width: 25px;
}
/* .left_fly .fly_c a:nth-child(4) i{background-position: -111px 0;width: 25px;} */

.penDialog_bg {
  position: fixed;
  z-index: 999;
  text-align: center;
  font-family: 'Microsoft YaHei';
  width: 310px;
}
.penDialog_bg img.t_img {
  display: block;
  width: 69px;
  margin: 0 auto;
}
.penDialog_bg .penDialog_box {
  background: #fff;
  border-radius: 6px;
  width: 310px;
  overflow: hidden;
  position: relative;
}
.penDialog_bg .penDialog_box .title_top {
  text-align: center;
  padding: 45px 0 20px;
}
.penDialog_bg .penDialog_box .title_top span {
  display: block;
  font-size: 18px;
  color: #f34d3c;
  font-weight: bold;
}
.penDialog_bg .penDialog_box .title_top p {
  font-size: 14px;
  color: #555555;
  padding-top: 10px;
}
.penDialog_bg .penDialog_box img.ewm {
  display: block;
  margin: 0 auto 30px;
  width: 150px;
}
.penDialog_bg .penDialog_box ul {
  height: 96px;
  background: #fcf7f6;
  padding: 0 10px;
}
.penDialog_bg .penDialog_box ul li {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 14px;
  color: #121212;
  font-weight: 500;
}
.penDialog_bg .penDialog_box ul li i {
  display: block;
  margin: 16px auto 6px;
  height: 36px;
  width: 36px;
  overflow: hidden;
  background-image: url(../images/callb_fr/bot_ico.png);
  background-size: 159px;
  background-position: 0 -37px;
}
.penDialog_bg .penDialog_box ul li:nth-child(2) i {
  background-position: -41px -37px;
}
.penDialog_bg .penDialog_box ul li:nth-child(3) i {
  background-position: -82px -37px;
}
.penDialog_bg .penDialog_box ul li:nth-child(4) i {
  background-position: -123px -37px;
}
.penDialog_bg .Dialogclose {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  color: #7c7c7c;
}
#Dialog_over {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 99;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.penDialog_bg_2 {
  position: fixed;
  z-index: 999;
  text-align: center;
  font-family: 'Microsoft YaHei';
  width: 310px;
}
.penDialog_bg_2 .penDialog_box {
  background: #fff;
  border-radius: 6px;
  width: 310px;
  overflow: hidden;
}
.penDialog_bg_2 .penDialog_box .title_top {
  font-size: 14px;
  color: #555555;
  font-weight: 500;
  padding: 32px 0 24px;
  text-align: center;
}
.penDialog_bg_2 .penDialog_box .title_top i {
  display: block;
  font-size: 20px;
  color: #ff5050;
  font-weight: bold;
  margin-bottom: 10px;
}
.penDialog_bg_2 .penDialog_box .pen_cont {
  padding: 0 30px;
  height: auto;
  overflow: hidden;
}
.penDialog_bg_2 .penDialog_box .pen_cont li {
  border-bottom: 1px solid #e6e6e6;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  margin-bottom: 18px;
}
.penDialog_bg_2 .penDialog_box .pen_cont li input {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #555555;
  background: url(../images/callb_fr/phone.png) left center no-repeat;
  background-size: 14px;
  padding-left: 24px;
  outline: none;
  border: none;
}
.penDialog_bg_2 .penDialog_box .pen_cont li:nth-child(2) input {
  background-image: url(../images/callb_fr/lock.png);
  background-size: 15px;
  float: left;
  width: 50%;
}
.penDialog_bg_2 .penDialog_box .pen_cont li .ban_yzm {
  display: block;
  float: right;
  font-size: 14px;
  color: #ff5050;
}
.penDialog_bg_2 .penDialog_box .pen_cont li a.ban_yzm em {
  display: inline-block;
  color: #cccccc;
  margin-right: 14px;
}
.penDialog_bg_2 .penDialog_box .pen_cont a.ban_tj {
  width: 100%;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  background-image: linear-gradient(to right, #ff5252, #ff7676);
  display: block;
}
.penDialog_bg_2 .penDialog_box .bot {
  padding: 32px;
  height: auto;
  overflow: hidden;
}
.penDialog_bg_2 .penDialog_box .bot span {
  display: block;
  font-size: 16px;
  color: #333333;
  text-align: left;
}
.penDialog_bg_2 .penDialog_box .bot span i {
  display: block;
  height: 1px;
  width: 160px;
  background: #e6e6e6;
  float: right;
  margin-top: 20px;
}
.penDialog_bg_2 .penDialog_box .bot ul {
  background: #f7f7f7;
  border-radius: 16px;
  height: auto;
  margin: 14px auto 0;
  overflow: hidden;
  padding: 16px 0 6px;
}
.penDialog_bg_2 .penDialog_box .bot ul li {
  float: left;
  width: 50%;
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
  text-align: left;
}
.penDialog_bg_2 .penDialog_box .bot ul li em {
  display: inline-block;
  color: #ff8989;
  margin: 0 4px 0 12px;
}
.penDialog_bg_2 .Dialogclose {
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 6px;
  font-size: 18px;
  color: #7c7c7c;
}
#Dialog_over_2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 99;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.aliyunyz {
  left: 0;
  display: none;
  position: absolute;
  font-size: 16px;
  top: -80px;
  width: 100%;
  height: 100%;
  color: #000;
  padding-top: 20px;
  box-shadow: 0 0 20px rgb(0 0 0 / 20%);
  background: #fff;
}
.aliyunyz a {
  display: block;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 8px;
  color: #000;
}
.nc-container {
  width: 100%;
  height: 100%;
}
.nc-container #nc_1_wrapper {
  height: 42px !important;
  border: 1px solid #eaeaea;
  line-height: 42px !important;
}
.nc-container .nc_wrapper {
  margin: 20px auto 0;
  width: 90% !important;
}
.nc-container .nc_scale .scale_text {
  line-height: 42px !important;
}
.nc_scale {
  height: 42px !important;
}
.nc-container .nc_scale span {
  height: 40px !important;
  line-height: 42px !important;
  font-size: 16px !important;
  position: relative;
}
.nc-container .nc_scale .scale_text span::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #fff;
  position: absolute;
  top: 80px;
  left: 45%;
}
