* {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footerHtml {
  background: #353535;
  /* //max-width: 1920px; */
  margin: 0 auto;
}

.footerHtml a {
  color: #fff;
  text-decoration: none;
}

.footerHtml .footerCon {
  width: 100% !important;
  /* // height: 377px; */
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 80px 0 !important;
}
.footerHtml .recommendProducts{
  width: 100% !important;
  /* // height: 377px; */
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0px 0 60px 0 !important;
}
.recommendProducts .products ul{
  padding-top: 40px;
  border-top: 1px solid #636363;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.recommendProducts .products ul li{
  margin: 0 36px;
}
.recommendProducts  .products ul .recommendProductsTitle{
  margin-left: 0 ;
  color: #fff;
}
.recommendProducts .products ul li a{
  color: rgba(255, 255, 255, 0.65)
}
.recommendProducts .products ul li a:hover{
  color: #1bd1d1
}
.recommendProducts .products ul li:last-child{
  margin-right: 0;
}

.footerHtml .tort {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #232323;
  font-size: 12px;
  color: #fff;
  height: 30px;
}

.footerHtml .tort p:last-child a {
  color: #5afbfc;
}

.footerHtml .tort p:first-child {
  color: #fff;
}

.footerHtml .footerCon .footerList {
  /* margin: 0 45px; */
  margin: 0 3%;
  color: #fff;
}

.footerHtml .footerCon .footerList:first-child {
  margin-top: 15px;
  color: #fff;
}

.footerHtml .footerCon .footerList .footer_logo {
  display: block;
  width: 114px;
  height: 32.34px;
  margin-bottom: 21px;
}

.footerHtml .footerCon .footerList .footer_erweima {
  display: block;
  width: 105px;
  height: 105px;
  margin-bottom: 14px;
}

.footerHtml .footerCon .footerList:last-child p i {
  color: #00c3c9;
}

.footerHtml .footerCon .footerList:last-child p span {
  font-size: 14px;
  color: #fff;
}

.footerHtml .footerCon .footerList h4 {
  font-size: 18px;
  margin: 0 12px;

  margin-bottom: 30px;
  font-weight: 600;
  opacity: 0.85;
}

.footerHtml .footerCon .footerList .content {
  display: flex;
  align-items: center;
}

.footerHtml .footerCon .footerList .contentMoblie {
  display: none;
}

.footerHtml .footerCon .footerList ul li {
  font-size: 14px;
  line-height: 42px;
  margin: 0 12px;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.65);
}

.footerHtml .footerCon .footerList ul li:hover {
  color: #1bd1d1;
}

.footerHtml .footerCon .footerList ul li:hover span {
  color: #1bd1d1 !important;
}

.footerHtml .tort span {
  cursor: pointer;
}

.footerHtml .goBack {
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 5px;
  position: fixed;
  display: none;
  bottom: 160px;
  /* right: 39px; */
  right: 30px;
  z-index: 7;
  cursor: pointer;
  width: 64px;
  height: 48px;
  padding: 12px 8px;
  box-sizing: border-box;
  justify-content: center;
}

.footerHtml .goBack:hover > img:last-child {
  display: none;
}

.footerHtml .goBack:hover > img:first-child {
  display: block;
}

.footerHtml .goBack > img:last-child {
  display: block;
}

.footerHtml .goBack > img:first-child {
  display: none;
}

.footerHtml .goBack img {
  font-size: 30px;
  color: #fff;
  width: 24px;
}
@keyframes pulse {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}

.footerHtml .robotBox {
  width: 132px;
  position: fixed;
  right: 5px;
  bottom: 444px;
  z-index: 11;
}
.footerHtml .robotBox > img {
  display: block;
  margin: 0 auto;
  animation: pulse 1s infinite alternate;
}
.footerHtml .robotBox .btnBox {
  font-size: 16px;
  color: #479fff;
  background-color: rgba(71, 159, 255, 0.1);
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 40px;
}
.footerHtml .btnBox:hover {
  background-color: rgba(71, 159, 255, 1);
  color: white;
}
.footerHtml .noFraudBox{
  width: 280px;
  height: 100px;
  position: fixed;
  right: 5px;
  top: 80px;
  z-index: 11;
  cursor: pointer;
  background: url('../page/image/index/fraudBg.png');
  padding: 24px 0 0 115px;
}
.footerHtml .noFraudBox .closeFraudBox{
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  z-index: 20;
}
.footerHtml .noFraudBox .Fraudstate{
   color: #000;
   font-weight: 600;
   font-size: 22px;
}
.footerHtml .noFraudBox .desc{
  color: #ccc;
  font-size: 18px;
}

.footerHtml .contactForm {
  display: flex;
  position: fixed;
  width: 350px;
  height: 280px;
  /* right: 39px; */
  right: 30px;
  bottom: 148px;
  z-index: 7;
  justify-content: space-between;
  flex-direction: row-reverse;
  pointer-events: none;
}

.footerHtml .contactForm .formDiv {
  word-wrap: break-word;
  height: 44px;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  position: absolute;
  /* box-shadow: 0 2px 16px 0 rgba(0, 182, 176, 0.20); */

  -webkit-box-shadow: 0 2px 16px 0 rgb(0 182 176 / 20%);
  -moz-box-shadow: 0 2px 16px 0 rgb(0 182 176 / 20%);
  box-shadow: 0 2px 16px 0 rgb(0 182 176 / 20%);
  right: -250px;
  top: 6px;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  padding: 12px;
  border-radius: 5px 5px 5px 5px;
  z-index: -1;
}

.footerHtml .contactForm .formDiv .formContent {
  font-family: "微软雅黑";
  font-size: 14px;
  color: #000;
  line-height: 20px;
}

.footerHtml .contactForm .formDiv::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-size: 12px 1px, 1px 12px, 12px 12px;
  transform: rotate(135deg);
  right: -5px;
  top: 16px;
  background: #fff;
}
.footerHtml .contactForm .formDiv1 {
  top: 154px;
  right: 87px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  z-index: -99;
}
.footerHtml
  .contactForm
  > div:first-child
  > .contactFormImgTell:hover
  .formDiv1 {
  visibility: visible;
  opacity: 1;
  z-index: 99;
}

.footerHtml .contactForm .formDiv3 {
  top: 84px;
  right: 87px;
  cursor: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  z-index: -99;
}
.footerHtml
  .contactForm
  > .contactFormDiv
  > .contactFormImgEmail:hover
  .formDiv3 {
  visibility: visible;
  opacity: 1;
  z-index: 99;
}
.footerHtml .contactForm .formDiv .transparentDiv {
  position: absolute;
  width: 10px;
  height: 44px;
  background-color: transparent;
  top: 0;
  right: -10px;
}

.footerHtml .contactForm > .contactFormDiv {
  z-index: 100;
  width: 64px;
  height: 212px;
  /* display: flex;
  flex-wrap: wrap; */
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0px 4px 16px  rgba(46, 51, 191, 0.08);
  border-radius: 10px;
  overflow: hidden;
  pointer-events: auto;
}

.footerHtml .contactForm > .contactFormDiv > .contactFormImg {
  width: 64px;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  padding: 8px;
}
.footerHtml .contactForm > .contactFormDiv > .contactFormImg:first-child {
  height: 70px;
  padding-top: 12px;
}
.footerHtml .contactForm > .contactFormDiv > .contactFormImg:last-child {
  height: 70px;
  padding-bottom: 12px;
}

.footerHtml .contactForm > .contactFormDiv > .contactFormImg .img02 {
  display: block;
  width: 32px;
}

.footerHtml .contactForm > .contactFormDiv > .contactFormImg .img01 {
  display: none;
  width: 32px;
}

.footerHtml .contactForm > .contactFormDiv > .contactFormImg:hover .describeText{
  color: #1bd1d1;
}

.footerHtml .contactForm > .contactFormDiv > .contactFormImg:hover .img02 {
  display: none;
}

.footerHtml .contactForm > .contactFormDiv > .contactFormImg:hover .img01 {
  display: block;
}

@media screen and (max-width: 1400px) {
  .footerHtml .footerCon .footerList {
    margin: 0 15px;
    color: #fff;
  }
  .footerHtml .recommendProducts .products li {
    margin: 0 23px;
  }
}

@media screen and (max-width: 1100px) {
  .footerHtml .recommendProducts .products li {
    margin: 0 18px;
  }
  .footerHtml .footerCon .footerList:last-child ul {
    width: 80%;
  }

  .footerHtml .tort p:last-child {
    color: #5afbfc;
  }

  .footerHtml .tort p:first-child {
    color: #fff;
    text-align: center;
  }

  .footerHtml footer .footerCon {
    flex-wrap: wrap;
    height: auto;
    position: relative;
    padding-bottom: 60px;
    padding-top: 50px !important;
  }

  .footerHtml .footerCon .footerList {
    width: 90% !important;
    margin: 0 auto 20px;
  }

  .footerHtml .footerCon .footerList h4 {
    position: relative;
  }

  .footerHtml .footerCon .footerList h4:before {
    content: " ";
    position: absolute;
    left: -24px;
    top: 4px;
    width: 18px;
    height: 18px;
    background-color: rgba(27, 209, 209, 0.4);
    border-radius: 50%;
  }

  .footerHtml .footerCon .footerList .content {
    display: none;
  }

  .footerHtml .footerCon .footerList .contentMoblie {
    display: block;
  }

  .footerHtml .footerCon .footerList ul {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .footerHtml .footerCon .footerList ul li {
    /* // margin-right: 15px */
  }

  .footerHtml footer .tort {
    height: auto;
    padding: 20px 40px;
    display: block;
    font-size: 14px;
    line-height: 25px;
  }

  .footerHtml footer .tort p:last-child {
    text-align: center;
  }

  .footerHtml .footerCon .footerList:first-child {
    position: absolute;
    right: 0;
    bottom: 40px;
  }

  .footerHtml .footerCon .footerList .footer_logo {
    margin: 0 auto;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -57px;
  }

  .footerHtml .footerList .footer_erweima {
    float: right;
    width: 73px;
    height: 73px;
  }

  .footerHtml .footerCon .footerList p:last-child {
    clear: both;
    text-align: right;
  }

  .footerHtml .footerCon .footerList .contentMoblie {
    display: block;
  }

  .footerHtml .footerCon .footerList .content {
    display: none !important;
  }

  .footerHtml .footerCon {
    display: flex !important;
    min-height: 477px;
    margin-bottom: 64px !important;
    padding: 0 0 !important;
  }

  .footerHtml .footerList h4 {
    margin-bottom: 0 !important;
  }

  .footerHtml .footerCon .footerList:nth-child(1) {
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
  }

  .footerHtml .footerCon .footerList h4 {
    font-size: 18px;
    margin: 0 12px;
    margin-bottom: 30px;
    font-weight: 400;
  }

  .footerHtml .tort {
    padding: 16px 8px !important;
    height: 70px;
  }
}

@media screen and (max-width: 500px) {
  .footerHtml .goBack {
    display: none;
  }

  .footerHtml .robotBox {
    display: none;
  }
  .footerHtml .contactForm {
    display: none;
  }

  .footerHtml .footerCon {
    min-height: 577px;
    margin-bottom: 64px !important;
    padding: 0 0 !important;
  }
}

@media screen and (max-width: 388px) {
  .footerHtml .footerCon {
    min-height: 650px;
    margin-bottom: 64px !important;
    padding: 0 0 !important;
  }

  .footerHtml .footerCon .footerList .footer_erweima {
    width: 90px;
    height: 90px;
  }
}

@media screen and (min-width: 370px) {
  .footerHtml .footerCon .footerList .footer_erweima {
    width: 115px;
    height: 115px;
  }
}

@media screen and (max-width: 350px) {
  .footerHtml .footerCon .footerList {
    margin: 0 10px;
  }

  .footerHtml .footerCon .footerList h4:before {
    width: 12px;
    height: 12px;
    left: -16px;
    top: 6px;
  }

  .footerHtml .footerCon .footerList .footer_erweima {
    width: 80px;
    height: 80px;
  }

  .footerHtml .footerCon .footerList:first-child {
    font-size: 12px;
  }

  .footerHtml footer .footerCon {
    padding-top: 24px !important;
  }
}

.describeText {
  color: #000;
  font-size: 12px;
  font-family: "PingFang SC";
}
.phoneStyle :hover {
  color: #1bd1d1 !important;
}
.footerList .onlineService {
  font-size: 14px;
  line-height: 42px;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.65);
}
.footerList .onlineService:hover {
  color: #1bd1d1;
}
.contactFormImg-footer {
  cursor: initial !important;
}
.tellPhone {
  opacity: 1;
  color: #fff;
}
.tellPhoneNumber {
  font-size: 20px !important;
  opacity: 1 !important;
  color: #fff !important;
}
