
.page-container {
  display: none;
}
.mob-page-container {
  background-image: url("../images/mob/bg@2x.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  height: 100vh;
}
/* 联系我们 */
.mob-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0px;
  left: 0px;
  font-size: 13px;
  font-weight: 400;
  color: #515151;
  z-index: 10;
  display: none;
}
.contact-info {
  position: absolute;
  top: 178px;
  width: 290px;
  height: 332px;
  background: #FFFFFF;
  border-radius: 30px;
  left: 50%;
  margin-left: -145px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-info .contact-info-img {
  width: 105px;
  height: 105px;
  background-image: url("../images/mob/contact_img_logo.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -53px;
  left: 93px;
}
.contact-title {
  font-size: 30px;
  font-weight: 600;
  color: #171717;
  margin-top: 73px;
  margin-bottom: 25px;
}
.contact-info .business-operator, .contact-info .company-address, .contact-info .zip-code,.contact-info .company-email{
  font-size: 13px;
  font-weight: 400;
  color: #515151;
  margin-bottom: 15px;
}
.mob-mask .close {
  width: 29px;
  height: 29px;
  background-image: url("../images/mob/icon_pop_close.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -40px;
  left: 131px;
  z-index: 2;
}

/* 主体部分 */
.home-page-nav {
  height: 24px;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
  display: flex;
}
.nav-img {
  width: 87px;
  height: 25px;
  background-image: url("../images/mob/nav_logo@2x.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.nav-text {
  font-size: 13px;
  font-weight: 500;
  color: #171717;
  line-height: 25px;
  text-align: right;
  flex: 2;
}

.page-banner {
  margin: 0 auto;
  margin-top: 90px;
  display: flex;
  flex-direction: column;
  align-items: center
}
.home-logo {
  width: 135px;
  height: 135px;
}
.banner-text {
  font-size: 20px;
  font-weight: 600;
  color: #2C2C2C;
  margin-top: 15px;
  text-align: center;
}
.download-channel {
  display: none;
}

.home-page-channel-google-apply, .home-page-channel-app-store {
  width: 175px;
  height: 50px;
  background: #FFE034;
  border-radius: 25px;
  align-items: center;
  margin: 45px auto 0px;
  position: relative;
}

.channel-img {
  width: 20px;
  height: 20px;
  background-image: url("../images/mob/btn_apple@2x.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
  top: 15px;
  left: 25px;
  position: absolute;
}
.channel-arrow {
  width: 10px;
  height: 10px;
  background-image: url("../images/mob/icon_arrow_right@2x.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  left: 150px;
  top: 20px;
}
.home-page-channel-google-apply .channel-img {
  width: 20px;
  height: 20px;
  background-image: url("../images/mob/btn_google@2x.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: center;
  top: 15px;
  left: 25px;
  position: absolute;
}
.channel-text {
  font-size: 14px;
  display: inline-block;
  vertical-align: center;
  position: absolute;
  left: 55px;
  top: 18px;
}
.home-page-channel-google-apply {
  display: none;
}

/* footer 区域 */
.page-footer{
  height: 129px;
  width: 100%;
  box-sizing: border-box;
  padding-top: 27px;
  text-align: center;
  background-color: #171717;
  border-radius: 25px 25px 0 0;
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.link-item{
  font-size: 10px;
  flex: 1;
  text-align: center;
}
.links {
  display: flex;
}
.link-item a {
  color: white;
}
.link-item:first-child{
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.copy-right {
  font-size: 10px;
  font-weight: 500;
  color: #FFFFFF;
}
