.home {
  margin-bottom: 50px;
  height: 620px;
  background: url('../img/call-banner.png') no-repeat;
  background-size: 100% 100%;
}

.logo {
  position: relative;
  height: 86px;
  background: url('../img/call-logo.png') no-repeat;
  background-size: 100% 100%;
}

.cursor {
  position: absolute;
  left: 4%;
  top: 0;
  width: 190px;
  height: 86px;
  cursor: pointer;
}

.tabs {
  position: absolute;
  width: 34%;
  right: 0;
  top: 50%;
  display: flex;
  align-items: center;
}

.tabs li {
  width: 24%;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}

.main {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.main .title {
  margin-bottom: 50px;
  font-size: 36px;
  color: #333333;
}

.main .call-me {
  padding-bottom: 50px;
  width: 80%;
  display: flex;
  justify-content: space-around;
}

.call-me .code {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.call-me .code .name {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}

.call-me .info {
  width: 60%;
}

.call-me .info .heade {
  padding-bottom: 30px;
  font-size: 30px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
}

.call-me .call-info ul {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  position: relative;
}

.call-me .call-info ul .line {
  position: absolute;
  bottom: 0;
  width: 60px;
  height: 1px;
  background: #2367C0;
}

.call-me .call-info ul li {
  width: 50%;
  font-size: 22px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 500;
  color: #333333;
}
