@charset "UTF-8";
.fl {
  float: left;
}

.fr {
  float: right;
}

img {
  width: 100%;
}

i {
  display: block;
}

a {
  display: block;
}

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #4A155A;
  min-width: 980px;
}

@media (max-width: 1050px) {
  .con {
    display: none;
  }
  .header {
    position: absolute;
    z-index: 99;
    min-width: 1000px;
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
  }
  .header .logo {
    width: 199px;
    height: 60px;
    background: url("../img/logo.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 100px;
    top: 20px;
    z-index: 100;
  }
  .info {
    position: absolute;
    right: 100px;
    top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .info span {
    display: inline-block;
    cursor: pointer;
  }
  .info .tab {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    margin-right: 30px;
  }
  .info .line strong {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url("../img/faceBook.png") no-repeat;
    background-size: 100% 100%;
  }
  .info .line strong .twitter {
    margin-left: 12px;
    background-image: url("../img/twitter.png");
  }
  .s_con {
    background: url("../img/background.png") no-repeat center 0;
    background-size: cover;
    margin: 0 auto;
    padding-top: 239px;
  }
  .s_con .s_top > div {
    margin: 0 auto;
  }
  .s_con .s_top .name {
    width: 280px;
    height: 124px;
    background: url("../img/vidmeet_font.png") no-repeat;
    background-size: 100% 100%;
  }
  .s_con .s_top .tips {
    width: 310px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center;
    margin: 20px auto 30px;
  }
  .s_con .s_top .download {
    width: 199px;
    height: 62px;
    background: url("../img/appstore.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
  }
  .s_con .s_top .google_play {
    margin-top: 15px;
    background-image: url("../img/googleplay.png");
  }
  .s_con .s_mid {
    margin: 138px auto 0;
    width: 650px;
    height: 650px;
    background: url("../img/screenshot2.png") no-repeat;
    background-size: 650px 650px;
    padding-bottom: 100px;
  }
}

/*>=1024的设备*/
@media (min-width: 1050px) {
  body {
    background-color: #4A155A;
  }
  .main_small {
    display: none;
  }
  .con {
    height: 980px;
    background: url("../img/background.png") no-repeat center 0;
    background-size: cover;
    margin: 0 auto;
  }
  .con .mid {
    height: 800px;
    width: 1080px;
    margin: 0 auto;
    text-align: center;
    padding-top: 212px;
  }
  .con .mid .left, .con .mid .right {
    display: inline-block;
    vertical-align: top;
    padding-top: 452px;
  }
  .con .mid .left .name {
    width: 280px;
    height: 124px;
    background: url("../img/vidmeet_font.png") no-repeat;
    background-size: 100% 100%;
    margin-top: 77px;
  }
  .con .mid .left .tips {
    width: 310px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
    text-align: left;
    margin: 20px 0 30px 0;
  }
  .con .mid .left .download {
    width: 199px;
    height: 62px;
    background: url("../img/appstore.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
  }
  .con .mid .left .google_play {
    margin-top: 15px;
    background-image: url("../img/googleplay.png");
  }
  .con .mid .right {
    margin-left: 80px;
    width: 650px;
    height: 650px;
    background: url("../img/screenshot2.png") no-repeat;
    background-size: 100% 100%;
  }
}

#wrapper {
  height: 100%;
}

.header {
  z-index: 99;
  min-width: 1000px;
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
}

.header #headerBg {
  display: none;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #22032A 0%, #2F175A 100%);
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
}

.header .logo {
  width: 199px;
  height: 60px;
  background: url("../img/logo.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 100px;
  top: 20px;
  z-index: 100;
}

.info {
  position: absolute;
  right: 100px;
  top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info span {
  display: inline-block;
  cursor: pointer;
}

.info span:hover {
  color: #04DDDE;
}

.info .tab {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #FFFFFF;
  margin-right: 30px;
}

.info .line strong {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url("../img/faceBook.png") no-repeat;
  background-size: 100% 100%;
}

.info .line strong.twitter {
  margin-left: 12px;
  background-image: url("../img/twitter.png");
}

.footer {
  width: 780px;
  height: 300px;
  margin: 0 auto;
  text-align: center;
  padding-top: 54px;
}

.footer p:nth-of-type(1) span {
  display: inline-block;
  vertical-align: middle;
}

.footer p:nth-of-type(1) span:nth-of-type(1) {
  width: 4px;
  height: 20px;
  background: url("../img/contact_1.png") no-repeat;
  background-size: 100% 100%;
}

.footer p:nth-of-type(1) span:nth-of-type(3) {
  width: 4px;
  height: 20px;
  background: url("../img/contact_2.png") no-repeat;
  background-size: 100% 100%;
}

.footer p:nth-of-type(1) span:nth-of-type(2) {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 47px;
  color: #FFFFFF;
  padding: 0 50px;
}

.footer p:nth-of-type(2) {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 24px;
  color: #FFFFFF;
  opacity: 1;
  padding-top: 30px;
  padding-bottom: 8px;
}

.footer p:nth-of-type(3) span {
  display: inline-block;
}

.footer p:nth-of-type(3) span:nth-of-type(1) {
  width: 18px;
  height: 14px;
  background: url("../img/mail.png") no-repeat;
  background-size: 100% 100%;
}

.footer p:nth-of-type(3) span:nth-of-type(2) {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 24px;
  color: #FFFFFF;
  text-decoration: underline;
  opacity: 1;
}

#contactUsBox {
  width: 100%;
  height: 100px;
  line-height: 30px;
  background: #2F043B;
  opacity: 1;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
}

#contactUsBox p {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.6;
}
