* {
  margin: 0;
  padding: 0;
}

.index-bgc-phone {
  width: 100%;
  background-image: url("../images/phone/bgc2-phone.png");
  background-size:cover;
  background-position:center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* 主页头部*/
.index-nav-phone {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 5%;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
}

.index-nav-left-box-phone {
  display: flex;
  align-items: center;
  color: white;
  font-size: 14px;
  font-weight: 600;
}

/*主页主体*/
.index-main-phone button {
  background: linear-gradient(to right, #0c6ff6, #2dbafc);
  border-radius: 15px;
  width: 90px;
  height: 30px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
}

/*主页底部*/
.index-footer-phone {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: white;
}

.index-footer-box-phone {
  width: 100%;
  height: 60px;
  display: flex;
  background-color: #35466d;
  justify-content: center;
  border-bottom: 1px solid #172b57;
}

.index-footer-left-phone {
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index-footer-right-phone {
  width: 220px;
  display: flex;
  align-items: center;
}
/*content5*/
.content5-footer-phone {
  width: 100%;
  height: 15vh;
  box-sizing: border-box;
  background-image: url("../images/page6/content5footerbgc.png");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5% 14%;
  color: white;
  font-size: 18px;
}
