﻿.head {
  background: #d93b3e 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 10px #00000029;
  width: 100%;
  height: 60px;
}

.head-middel {
  width: 900px;
  height: 60px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  box-sizing: border-box;
  color: #f8fcff;
  font-size: 20px;
  position: relative;
}

.head-middel > div {
  position: relative;
  display: flex;
  justify-content: center;
}

.logo {
  height: 44px;
}
#service {
  position: absolute;
  right: -180px;
  top: 0;
  height: 60px;
  display: flex;
  align-items: center;
}
.cs {
  height: 32px;
  vertical-align: middle;
}

.img_style {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 30px;
  left: 50px;
}

html {
  background: url(../image/bg.jpg) no-repeat top center;
  background-size: 100% 100%;
}

.main {
  margin: auto;
  width: 824px;
  overflow: hidden;
  margin-top: 52px;
}

.split_line {
  margin-top: 10px;
  width: 100%;
}

.main header {
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;
}

.main header img {
  display: block;
  margin-top: 14px;
  width: 525px;
}

.main .info {
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.main .info .leftbox {
  padding-right: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #b1cbde;
}

.list {
  width: 460px;
  margin: 0 0 0 30px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.list li {
  width: 94%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 15px;
}

.list li a {
  z-index: 1;
  text-decoration: none;
  width: 142px;
  height: 45px;
  background-color: #ebf2fa;
  border-radius: 24px;
  box-shadow: 0px 3px 6px #54677e69;
  position: relative;
  top: -1px;
}

.infl {
  width: 60px;
  height: 60px;
  background: transparent linear-gradient(166deg, #ffffff 0%, #ebf2fa 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #54677e91;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
  position: relative;
}

.infl img {
  width: 0.3rem;
  margin-bottom: 0.3rem;
}

.www {
  width: 300px;
  height: 40px;
  background-size: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #5a5858;
  position: absolute;
  left: 30px;
  background: #fff;
  z-index: 0;
  border: 1px solid #99afc9;
}



.goin {
  width: 142px;
  height: 45px;
  background: url(../image/gobtn.png) no-repeat center;
  background-size: 100%;
  text-align: center;
  line-height: 45px;
  color: #54677e;
  font-size: 18px;
  z-index: 1;
  border-radius: 24px;
  box-shadow: 0px 3px 6px #54677e69;
}

.signal_box {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;

  align-items: baseline;
  width: 100%;
  height: 100%;
  background: url(../image/icon-wave.png) no-repeat top center;
  background-size: 100%;
  justify-content: center;
}

.signal_box .signal1 {
  width: 5px;
  height: 11px;
  background-color: rgb(255, 167, 31);
  margin-right: 2px;
  border-radius: 3px;
  margin-top: 26px;
}

.signal_box .signal2 {
  width: 5px;
  height: 14px;
  background-color: rgb(255, 167, 31);
  margin-right: 2px;
  border-radius: 3px;
}

.signal_box .signal3 {
  width: 5px;
  height: 18px;
  background-color: rgb(255, 167, 31);
  margin-right: 2px;
  border-radius: 3px;
}

.rightbox {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
}

.rightbox > .right {
  width: 250px;
  cursor: pointer;
  -webkit-filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.16));
  /*考虑浏览器兼容性：兼容 Chrome, Safari, Opera */
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.16));
  -webkit-animation: identifier 5s infinite;
}

@keyframes identifier {
  0%,
  40% {
    transform: scale(1);
  }
  20% {
    transform: scale(0.95);
  }
}

.qrcode {
  position: absolute;
  top: 81px;
  width: 150px;
  height: 150px;
  border-radius: 10px;
  -webkit-animation: identifier 5s infinite;
}

.head_icon {
  position: absolute;
  width: 14px;
  height: 14px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(-135deg);
  left: 24px;
  top: 20px;
}
