* {
  margin: 0;
  padding: 0;
}
/*黑色半圆是图片，上下箭头也是图片*/
.footer_btn {
  text-align: center;
  /* line-height: 47px; */
  margin-top: 20px;
}
@keyframes bounce-down {
  /* 上下跳动距离 */
  25% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
.animate-bounce-down {
  width: 30px;
  /* 动画时间 */
  -webkit-animation: bounce-down 0.8s linear infinite;
  animation: bounce-down 0.8s linear infinite;
}

@keyframes bounce-down1 {
  25% {
    transform: translateY(-3px);
  }
  50%,
  100% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(3px);
  }
}
.animate-bounce-down1 {
  width: 30px;

  display: none;
  -webkit-animation: bounce-down 0.7s linear infinite;
  animation: bounce-down 0.7s linear infinite;
}
/* pc_css */
.plate {
  width: 100%;
  box-sizing: border-box;
  display: block;
}
.container {
  margin: auto;
  width: 1048px;
  /* background-color: rgba(173, 216, 230, 0.5); */
}
.bgi_1 {
  background-image: url('./bgi_1.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0 0 20px 0;
}
.bgi_2 {
  /* background-image: url('./images/bgi_2.png'); */
  /* background-size: 100% 100%; */
  /* background-repeat: no-repeat; */
  background-color: #f9fbff;
  padding: 30px 0px;
}
.bgi_3 {
  background-image: url('./bgi_3.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 30px 0px;
}
.bgi_4 {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  background-color: #f6f8fd;
  font-size: 14px;
  letter-spacing: 1px;
}
.igwLogo img {
  width: 60px;
  margin-top: 10px;
  position: relative;
  top: 15px;
  margin-right: 10px;
}
.igwLogo {
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: 500;
  color: white;
}
.slogan {
  font-size: 38px;
  font-weight: 500;
  color: white;
  margin-top: 30px;
  letter-spacing: 3px;
}
.slogan span {
  font-weight: 700;
}
.sign {
  display: flex;
  padding: 0 10px;
  /* justify-content: space-between; */
}
.sign .signImg {
  width: 440px;
  margin-top: -100px;
  margin-left: 140px;
}
.sign .firstUl {
  margin-top: 30px;
}
.sign .firstUl li {
  list-style: none;
  margin-bottom: 20px;
  color: white;
  font-size: 17px;
  letter-spacing: 1px;
}
.sign .firstUl li img {
  width: 30px;
  vertical-align: middle;
}
.sign .phone img {
  width: 70px;
}
.category {
  background-color: rgba(252, 255, 254, 0.2);
  border-radius: 12px;
  width: 100%;
  height: 126px;
  margin-top: 20px;
  padding: 20px 16px 20px 24px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid rgba(252, 255, 254, 0.6);
}
.category .item {
  display: flex;
  align-items: center;
  color: white;
  letter-spacing: 0.6px;
  margin-right: 5px;
  cursor: pointer;
}
.phoneImg {
  cursor: pointer;
}
.imgBgc {
  /* padding: 20px; */
  border-radius: 10px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
  margin-right: 10px;
  border: 1px solid #fff;
}
.category .item .infoNum {
  font-size: 12px !important;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 4px;
}
.category .item .infoDate {
  font-size: 12px !important;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 4px;
}
.category .item img {
  width: 72px;
  vertical-align: middle;
}
.itemTitle {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.bigTit {
  width: 100%;
  text-align: center;
}
.phoneModel {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  margin: 50px 0 30px 0;
}
.phoneModel img {
  width: 160px;
}
.phoneMobelTit {
  display: flex;
  justify-content: space-between;
  padding: 0 80px;
  margin-bottom: 50px;
}
.lastTit {
  position: relative;
  left: -50px;
  /* margin-right: 20px !important; */
  /* background-color: pink; */
}
.littleTit {
  display: flex;
  justify-content: space-between;
  padding: 0 60px;
}
.little {
  display: flex;
  justify-content: space-around;
  padding: 0 10px;
  position: relative;
  top: 20px;
  margin-top: 40px;
}
.little div {
  /* width: 200px; */
  width: 252px;
  height: 48px;
  line-height: 48px;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  background-image: linear-gradient(270deg, #82bbff 0%, #13f2d0 97%);
  border-radius: 4px;
}
h2 {
  font-size: 36px;
  color: #333330;
  margin-top: 40px;
}
.name1 {
  margin-left: -5px;
}
.name2 {
  margin-left: -30px;
}
.left_b,
.right_b {
  background-color: rgba(255, 255, 255, 0.46);
  border-radius: 12px;
  border: 1px solid #ffffff;
  color: #595959;
  letter-spacing: 0.4px;
  /* padding: 20px; */
  /* line-height: 125px; */
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  width: 420px;
  padding-top: 16px;
  height: 120px;
}
.dowAll {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
.dowAllTit {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  padding: 0 60px;
  box-sizing: border-box;
  margin-bottom: 50px;
  margin-left: 50px;
}
.everyClass {
  text-align: left;
  padding: 13px 20px;
  box-sizing: border-box;
  width: 260px;
  height: 100px;
  border-radius: 10px;
  background-color: pink;
  position: relative;
}
.everyClass .ti {
  font-weight: 600;
}
.everyClass .wordClass {
  font-size: 14px;
  margin-top: 8px;
  line-height: 22px;
  position: relative;
  z-index: 10;
}
.e1 {
  color: #2e87f8;
  background-color: #e2f4ff;
  border: 1px solid #0084e2;
}
.e2 {
  color: #14b194;

  background-color: #ddfff9;
  border: 1px solid #00b593;
}
.e3 {
  color: #f07a18;

  background-color: #fff0e9;
  border: 1px solid #ff7300;
}
.dowImg {
  width: 260px;
}
.i1 {
  width: 420px !important;
}
.qiuBgi {
  position: absolute;
  bottom: -4px;
  right: 0px;
  z-index: 1;
  float: right;
}
.qiuBgi img {
  width: 80px;
  z-index: 10;
}

.item {
  padding-right: 6px;
  box-sizing: border-box;
  transition: all 0.3s linear;
}
.item:hover {
  /* background-color: rgba(252, 255, 255, 0.2); */
  border-radius: 9.6px;
  transform: scale(1.13);
  transition: 0.3s;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
}
.phone {
  position: relative;
}

.phoneBgi {
  height: 0;
  overflow: hidden;
  /* display: none; */
  background-color: rgba(0, 0, 0, 0.5);
  border: 0px solid rgba(255, 255, 255, 0.4);

  position: absolute;
  left: 0px;
  top: 30px;
  border-radius: 6px;
  text-align: center;
  z-index: 999;

  cursor: pointer;
  transition: all 0.3s linear;
}
.ios-link {
  display: none;
  line-height: 46px;
  background-color: #fff;
  height: 46px;
  width: 65%;
  color: #1942f9 !important;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.4px;
  border-radius: 4px;
}
.pcBox,
.h5Box {
  display: none;
}

.demowhover {
  border: 1px solid rgba(255, 255, 255, 0.4);
  height: 230px;
  transition: 0.3s;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
}
.demow {
  margin: 30px 0 0 150px;
}
.sjx {
  display: none;
  width: 0px;
  height: 0px;
  border: 10px solid rgba(255, 255, 255, 0.4);
  border-left-color: rgba(0, 0, 0, 0.4);
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  right: 66px;
  top: 72px;
  z-index: 1000;
}

.phoneBgi ul li {
  list-style: none;
  color: white;
  font-size: 14px;
  margin: 12px 16px;
}
.phoneBgi ul li .solidBox {
  width: 100%;
  border-bottom: 1px solid #ffffff;
  border-bottom: 1px solid;

  border-image: -webkit-linear-gradient(
      30deg,
      rgba(255, 255, 255, 0) 0%,
      #ffffff 20%,
      rgba(255, 255, 255, 0) 99%
    )
    9 9 9 9;
  border-image: -moz-linear-gradient(
      30deg,
      rgba(255, 255, 255, 0) 90%,
      #ffffff 20%,
      rgba(255, 255, 255, 0) 99%
    )
    9 9 9 9;
  border-image: linear-gradient(
      30deg,
      rgba(255, 255, 255, 0) 0%,
      #ffffff 20%,
      rgba(255, 255, 255, 0) 99%
    )
    9 9 9 9;
  margin-top: 4px;
}
.everyClass .dui {
  width: 18px;
  position: relative;
  top: 3px;
}
a {
  text-decoration: none;
  color: #333333;
}
a:hover {
  color: #0084e2;
}
/* h5_css */
.h5_mb {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: none;
}
.h5_mb img {
  width: 70%;
  float: right;
  margin: 40px 30px 0 0;
}
.h5_plate {
  background-image: url('./images/h5bgi.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  color: white;
  text-align: center;
  overflow: hidden;
}

.firstRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 10px 20px;
  letter-spacing: 0.5px;
}
.firstRow img {
  width: 28px;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.h5_dowBtn {
  width: 100%;
  /* height: 7%; */
  text-align: center;
  /* position: absolute; */
  margin-top: 6%;
  bottom: 44%;
  display: flex;
  justify-content: center;
}
.h5_toShop {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: none;
}
.h5_toShop .shopToast {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -100px;
  margin-left: -170px;
  background-color: #fff;
  border-radius: 16px;
  font-weight: 500;
  height: 160px;
  width: 340px;
  letter-spacing: 1px;
  font-size: 20px !important;
}
.h5_toShop .shopToastTitle {
  padding: 38px;
  /* width: 100%; */
  box-sizing: border-box;
}
.h5_toShop .shopToastButton span {
  width: 49%;
  line-height: 55px;
  text-align: center;
  display: flex;
  align-items: center;
  display: inline-block;
  border-top: 1px solid rgb(223, 223, 223);
}
.h5_toShop .shopToastButton span:first-child {
  border-right: 1px solid rgb(223, 223, 223);
}
.btn {
  width: 67%;
  /* line-height: 50px; */
  /* height: 50px; */
  display: none;
  padding: 12px 0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fcfeff;
  color: #1942f9;
  font-weight: 600;
  letter-spacing: 1px;
}
.secondRow {
  width: 100%;
  text-align: center;
}
.secondRow .h5_firstUl {
  width: 56%;
  margin-left: 22%;
  /* position: absolute; */
  /* left: 50%; */
  /* margin-left: -28%; */
}
.secondRow .h5_firstUl li {
  list-style: none;
  padding: 7px 10px;
  border-radius: 4px;
  margin-top: -6px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  /* border: 1px solid#a3afd9; */
  /* background-color: rgba(0, 0, 0, 0.36); */
}
.secondRow .h5_firstUl li img {
  width: 40px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  /* margin-right: 8px; */
}
.threeRow {
  width: 100%;
  height: 100px;
  /* background-color: pink; */
  position: absolute;
  bottom: 20px;
  left: 7%;
  text-align: left;
  display: flex;
  justify-content: left;
  align-items: center;
  box-sizing: border-box;
}
.iimg {
  width: 75px;
}

.tel {
  /* width: 76%; */
  width: 250px;
  text-align: center;
  background-image: url('./images/telBgi.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /* padding: 5px; */
  box-sizing: border-box;
  padding-left: 10px;
}
.tel a {
  color: white !important;
}
/* .tel::before {
  content: '';
  width: 0;
  height: 0;
  border: 13px solid;
  position: absolute;
  bottom: 40px;
  left: -26px;
  border-color: transparent rgba(255, 255, 255, 0.13) transparent transparent;
}
.tel::after {
  content: '';
  width: 0;
  height: 0;
  border: 13px solid;
  position: absolute;
  bottom: 40px;
  left: -26px;
  border-color: transparent rgba(255, 255, 255, 0.13) transparent transparent;
} */
.tel .telRow:first-child {
  margin-top: 5px;
}
.tel .telRow:last-child {
  margin-bottom: 5px;
}
.telRow {
  margin: 12px 0;
  width: 100%;
  font-size: 15px;
  /* background-color: yellowgreen; */
  /* word-wrap: break-word; */
  text-overflow: ellipsis;
  overflow: hidden;
}
.telRow:last-child {
  margin-bottom: 0px;
}
