/*--------------------------------------------------------------
# banner Section
--------------------------------------------------------------*/

@media (min-width: 992px) {
  .banner {
    width: 100%;
    height: 600px;
    background: url("../img/mobile.png") no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
  }
  /* banner 左侧文字 */
  .banner .container .text {
    flex: 1;
    width: 414px;
    color: #1f1f1f;
  }
  .banner .container .ercode {
    flex: 1;
    color: #1f1f1f;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
  }
  .banner .container .ercode .img {
    width: 196px;
    padding: 18px 28px;
    background-color: #fff;
    margin-bottom: 38px;
    box-sizing: border-box;
    text-align: center;
  }
  .banner .container .ercode .img img {
    width: 100%;
  }
  .banner .container .ercode .img span {
    color: #707070;
    font-size: 16px;
  }
  .banner .container .ercode .downloadApp {
    width: 196px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    background: linear-gradient(#3bb4ff, #0378ff);
    color: #fff;
    font-size: 18px;
    user-select: none;
  }
  .banner .container .ercode .downloadApp:hover {
    cursor: pointer;
  }
  .banner .container .ercode .downloadApp:active {
    background: linear-gradient(#0378ff, #3bb4ff);
  }
  .banner .container .text .title {
    width: 75%;
    font-size: 56px;
    font-weight: 600;
    margin-bottom: 32px;
  }
  .banner .container .text .desc {
    width: 75%;
    font-size: 16px;
    line-height: 32px;
  }
}
/* 适用于包含在屏幕宽度小于  991 像素的设备中 */
@media (max-width: 991px) {
  .banner {
    width: 100%;
    background-color: #c7e7ff;
    position: relative;
  }

  /* banner 左侧文字 */
  .banner .container .text {
    position: relative;
    width: 100%;
    color: #1f1f1f;
  }
  .banner .container .text .title {
    z-index: 1;
    color: #1f1f1f;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 14px;
  }
  .banner .container .text .desc {
    font-size: 16px;
    line-height: 2em;
  }

  .banner .container .phone {
    text-align: center;
    width: 100%;
  }
  .banner .container .phone img {
    height: 364px;
  }

  .banner .container .ercode {
    color: #1f1f1f;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .banner .container .ercode .img {
    width: 196px;
    padding: 18px 28px;
    background-color: #fff;
    margin-bottom: 38px;
    box-sizing: border-box;
    text-align: center;
  }
  .banner .container .ercode .img {
    width: 196px;
    padding: 18px 28px;
    background-color: #fff;
    margin-bottom: 38px;
    box-sizing: border-box;
    text-align: center;
  }
  .banner .container .ercode .img img {
    width: 100%;
  }
  .banner .container .ercode .img span {
    color: #707070;
    font-size: 16px;
  }
  .banner .container .ercode .downloadApp {
    width: 196px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    background: linear-gradient(#3bb4ff, #0378ff);
    color: #fff;
    font-size: 16px;
    user-select: none;
  }
  .banner .container .ercode .downloadApp:hover {
    cursor: pointer;
  }
  .banner .container .ercode .downloadApp:active {
    background: linear-gradient(#0378ff, #3bb4ff);
  }
}

/*--------------------------------------------------------------
# show Section
--------------------------------------------------------------*/
.grey {
  background-color: #f5f5f5;
}
.deepBlue {
  background-color: #00154b;
}
.showContainer .container .img {
  width: 100%;
  margin-top: 20px;
}
.showContainer .container .img img {
  width: 100%;
}
@media (min-width: 992px) {
  .showContainer .container .title {
    font-size: 38px;
    color: #333333;
    font-weight: 600;
    line-height: 38px;
  }
  .showContainer .container .subTitle {
    font-size: 16px;
    color: #666666;
    line-height: 19px;
    margin-top: 8px;
  }
}

/* 适用于包含在屏幕宽度小于  991 像素的设备中 */
@media (max-width: 991px) {
  .showContainer .container .title {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    line-height: 24px;
  }
  .showContainer .container .subTitle {
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    margin-top: 8px;
  }
}
