html,
body {
  height: 100%;
  width: 100%;
}
ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  list-style: none;
}
video {
  max-width: none !important;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #474157;
}
a:hover,
a:focus {
  color: #474157;
}
img {
  max-width: 100%;
}
.content-page {
  line-height: 1.7;
  font-size: 1rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.content-page > p {
  text-indent: 2em;
  margin-bottom: 1em;
}
/*关于我们*/
.about-page .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3rem;
}
.about-page .info img {
  width: 7rem;
  display: block;
}
.about-page .info h2 {
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  line-height: 3rem;
  margin-top: 0.3rem;
}
.about-page .info p {
  color: #888;
}
.about-page ul {
  margin-top: 2rem;
}
.about-page ul li {
  border-top: 0.5px solid #efefef;
}
.about-page ul li a {
  line-height: 3;
  font-size: 1rem;
  font-weight: 300;
}
.about-page ul li:last-child {
  border-bottom: 0.5px solid #efefef;
}
footer {
  font-size: 0.82rem;
  font-weight: 300;
  color: #888;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0;
  margin-top: auto;
  background: none;
}
footer a {
  color: #888;
}
.home-container {
  background-image: url("../images/bg_image.jpg");
  background-repeat: no-repeat;
  background-size: auto 100vh;
  height: 100vh;
}
.home-container .home-container-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 40vh;
  color: #fff;
  padding: 0 2rem;
}
.home-container .home-container-banner .logo {
  width: 7rem;
  height: 7rem;
  overflow: hidden;
  border-radius: 1rem;
  margin-top: 10vh;
}
.home-container .home-container-banner .logo img {
  width: 100%;
}
.home-container .home-container-banner h2 {
  margin-top: 0.5rem;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2;
}
.home-container .home-container-banner h5 {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 1rem;
}
.home-container .home-container-banner p {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  line-height: 1.7;
  text-align: center;
  opacity: 0.7;
}
.home-container .app-code {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 10vh;
}
.home-container .app-code a {
  width: 50%;
}
.home-container .app-code img {
  width: 100%;
}
form {
  width: 100%;
}
form input {
  outline: none;
}
form button {
  outline-style: none;
}
.reg-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100vh;
}
.reg-container .logo {
  width: 30%;
  padding: 20% 0;
}
.reg-form-cells {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin-left: 10%;
  padding-bottom: 20vh;
}
.reg-form-cells .submitBtn {
  height: 42px;
  border-radius: 20px;
  margin-top: 15px;
}
.reg-form-cells .downloadBtn {
  height: 42px;
  border-radius: 20px;
  margin-top: 15px;
  background: #D9EBFF;
  border: 0;
  color: #0079FC;
}
.reg-form-cells .downloadBtn:hover,
.reg-form-cells .downloadBtn:focus,
.reg-form-cells .downloadBtn:active {
  background: #D9EBFF !important;
  color: #0079FC !important;
}
.reg-form-cells .cell {
  border-bottom: 1px solid #efefef;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.reg-form-cells .cell span {
  line-height: 32px;
  margin-right: 8px;
  font-size: 14px;
}
.reg-form-cells .cell .getCode {
  font-size: 14px;
}
.reg-form-cells .cell .captcha {
  margin-left: auto;
  width: 130px;
}
.reg-form-cells .cell button {
  margin-left: auto;
}
.reg-form-cells .cell input {
  flex: 1;
  padding: 0;
  width: 120px;
  margin: 0;
  border: 0;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  background: none;
}
.reg-form-cells .cell input[disabled] {
  background: none;
}
.exception {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  line-height: 2;
  color: #888;
}
.exception h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}
.start-app {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #222;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
}
.start-app .left {
  padding-left: 15px;
}
.start-app .left img {
  width: 30px;
}
.start-app .left span {
  margin-left: 10px;
  font-size: 17px;
}
.start-app .right {
  background: #E30D40;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 52px;
  font-size: 17px;
  width: 30%;
}
.page-content {
  font-size: 15px;
  line-height: 28px;
  padding: 15px;
}
.go-download {
  background: #1890ff;
  color: #fff;
  font-size: 13px;
  padding: 5px 15px;
  border-radius: 10px;
  margin-top: 10px;
}
.live-room-container {
  width: 100vw;
  height: 100vh;
  background: #222;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.live-room-container .main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.live-room-container .main h2 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  max-width: 80vw;
  line-height: 2rem;
  height: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
.live-room-container .main .main-cover {
  width: 60vw;
  height: 106vw;
  background-position: top center;
  background-size: cover;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.live-room-container .main .main-cover .live-state {
  width: auto;
  margin-left: 10px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  background: #3E3F43;
  border-radius: 5px;
  padding: 5px 8px;
}
.live-room-container .main .main-cover .live-state .icon {
  width: 16px;
}
.live-room-container .main .main-cover .live-state p {
  color: #fff;
  font-size: 12px;
  margin-left: 6px;
}
.live-room-container .main .main-cover .live-icon {
  width: 50px;
}
.live-room-container .main .invite-info {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  max-width: 80vw;
  padding: 8px 15px;
  border-radius: 50px;
  margin-top: 20px;
}
.live-room-container .main .invite-info > img {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
}
.live-room-container .main .invite-info > span {
  flex: 1;
  margin-left: 5px;
  font-size: 14px;
  color: #fff;
}
.live-room-container .main .openApp {
  background-image: linear-gradient(to right, #71E5FF, #378CFF);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 88vw;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  margin-top: 60px;
}
.live-room-container .main-subscribe {
  width: 80vw;
  height: 133vw;
  background: #0f6674;
  position: relative;
  border: 2px solid #fff;
  overflow: hidden;
  border-radius: 14px;
}
.live-room-container .main-subscribe > .cover {
  width: 80vw;
  height: 100vw;
  background-position: top center;
  background-size: cover;
}
.live-room-container .main-subscribe .date {
  position: absolute;
  z-index: 2;
  top: 72vw;
  left: 5vw;
  width: 20vw;
  height: 12vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: bold;
}
.live-room-container .main-subscribe .spread-info {
  position: absolute;
  width: 70vw;
  z-index: 3;
  bottom: 15vw;
  left: 5vw;
  display: flex;
  align-items: center;
}
.live-room-container .main-subscribe .spread-info > img {
  width: 14vw;
  height: 14vw;
  border-radius: 50%;
  overflow: hidden;
}
.live-room-container .main-subscribe .spread-info .nick {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-left: 9px;
}
.live-room-container .main-subscribe .spread-info .nick span {
  font-size: 15px;
  color: #fff;
}
.live-room-container .main-subscribe .spread-info .nick span:nth-child(1) {
  font-weight: bold;
}
.live-room-container .main-subscribe .spread-info .nick span:nth-child(2) {
  opacity: 0.7;
}
.live-room-container .main-subscribe .qrcode {
  position: absolute;
  z-index: 3;
  bottom: 14.2vw;
  right: 5.5vw;
}
.live-room-container .main-subscribe .qrcode img {
  width: 16vw;
  height: 16vw;
}
.live-room-container .main-subscribe > img {
  position: absolute;
  bottom: 0;
}
.playlet-container {
  width: 100vw;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.playlet-container > .play {
  position: absolute;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.playlet-container > .play img {
  width: 60px;
  opacity: 0.4;
}
.playlet-container > .main {
  color: #fff;
  position: absolute;
  bottom: 18vh;
  padding: 0 90px 0 4vw;
}
.playlet-container > .main h2 {
  font-size: 17px;
}
.playlet-container > .main p {
  margin-top: 6px;
  font-size: 14px;
}
.playlet-container .right-btns {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 18px;
  bottom: 18vh;
}
.playlet-container .right-btns .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.playlet-container .right-btns .item > img {
  width: 38px;
}
.playlet-container .right-btns .item > p {
  color: #fff;
  font-size: 12px;
}
.meet-container {
  padding: 0 3vw;
}
.meet-container .cover_image {
  margin: 10px auto;
}
.meet-container .cover_image > img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.meet-container > h2 {
  font-size: 18px;
  line-height: 28px;
}
.meet-container .cells {
  padding: 10px 0;
}
.meet-container .cells p {
  font-size: 15px;
  line-height: 30px;
}
.meet-container > .about-images {
  margin-top: 12px;
}
.meet-container > .about-images > img {
  display: block;
}
.group-container {
  background-position: center center;
  background-size: cover;
  width: 100vw;
  height: 100vh;
}
.group-container .group-info {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #97CCFF;
  top: 65vh;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px;
  width: 20rem;
}
.group-container .group-info > img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
}
.group-container .group-info .tip {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.course-container {
  background: #F5F5F5;
}
.course-container .cover_image {
  width: 100vw;
  overflow: hidden;
}
.course-container .cells {
  margin: 12px;
  padding: 12px;
  border-radius: 10px;
  background: #fff;
}
.course-container .cells .price {
  font-size: 17px;
  font-weight: bold;
  color: #4B8FFA;
  line-height: 1.6;
}
.course-container .cells .specs {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0;
}
.course-container .cells .specs > a,
.course-container .cells .specs > span {
  margin: 5px;
  background: #efefef;
  border-radius: 20px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 26px;
}
.course-container .cells .specs .checked {
  background: #4B8FFA;
  color: #fff;
}
.course-container .cells h2 {
  font-size: 17px;
  font-weight: bold;
}
.course-container .cells h3 {
  font-size: 15px;
}
.course-container .cells h5 {
  font-size: 14px;
  color: #888;
  line-height: 1.5;
  margin-top: 8px;
}
.course-container .detail-cell {
  margin: 0 12px;
  padding: 12px;
  border-radius: 10px;
  background: #fff;
}
.course-container .detail-cell h3 {
  font-size: 15px;
  padding-bottom: 10px;
}
.shop-container {
  background: #F5F5F5;
}
.shop-container .cover_image {
  width: 100vw;
  height: 100vw;
  overflow: hidden;
}
.shop-container .cells {
  margin: 12px;
  padding: 12px;
  border-radius: 10px;
  background: #fff;
}
.shop-container .cells .price {
  font-size: 17px;
  font-weight: bold;
  color: #4B8FFA;
  line-height: 1.6;
}
.shop-container .cells .specs {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0;
}
.shop-container .cells .specs > a,
.shop-container .cells .specs > span {
  margin: 5px;
  background: #efefef;
  border-radius: 20px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 26px;
}
.shop-container .cells .specs .checked {
  background: #4B8FFA;
  color: #fff;
}
.shop-container .cells h2 {
  font-size: 17px;
  font-weight: bold;
}
.shop-container .cells h3 {
  font-size: 15px;
}
.shop-container .cells h5 {
  font-size: 14px;
  color: #888;
  line-height: 1.5;
  margin-top: 8px;
}
.shop-container .detail-cell {
  margin: 0 12px;
  padding: 12px;
  border-radius: 10px;
  background: #fff;
}
.shop-container .detail-cell h3 {
  font-size: 15px;
  padding-bottom: 10px;
}
.card-container {
  background-color: #F5F5F5;
  background-image: url("../images/card_bg.png");
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100vw;
}
.card-container .main-box {
  width: 92vw;
  margin: 100px auto 0 auto;
}
.card-container .main-box .card-info {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 15px;
}
.card-container .main-box .card-info .userinfo {
  padding: 0 15px;
  position: relative;
}
.card-container .main-box .card-info .userinfo .avatar {
  position: absolute;
  background-size: cover;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: -25px;
  border: 3px solid #fff;
}
.card-container .main-box .card-info .userinfo .count-warp {
  position: absolute;
  right: 8px;
  top: 10px;
  display: flex;
  align-items: center;
}
.card-container .main-box .card-info .userinfo .count-warp > div {
  font-size: 14px;
  color: #999999;
  margin-left: 10px;
  border-right: 1px solid #efefef;
  padding-right: 10px;
}
.card-container .main-box .card-info .userinfo .count-warp > div span {
  font-weight: 500;
  font-size: 16px;
  margin-right: 2px;
}
.card-container .main-box .card-info .userinfo .count-warp > div:last-child {
  border: 0;
}
.card-container .main-box .card-info .userinfo .nickname {
  padding-top: 54px;
  font-weight: 500;
  font-size: 16px;
  line-height: 38px;
}
.card-container .main-box .card-info .userinfo .nickname > strong {
  font-size: 20px;
}
.card-container .main-box .card-info .userinfo .com {
  color: #757575;
  font-size: 16px;
}
.card-container .main-box .card-info .userinfo .tags {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0;
}
.card-container .main-box .card-info .userinfo .tags > span {
  background: #E9F2FE;
  color: #4B8FFA;
  margin-right: 10px;
  padding: 0 8px;
  font-size: 12px;
  line-height: 24px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.card-container .main-box .card-info .userinfo .cell {
  color: #333;
  padding: 4px 0;
}
.card-container .main-box .card-info .userinfo .cell p {
  line-height: 28px;
  font-size: 15px;
}
.card-container .main-box .card-info .userinfo .location {
  color: #BEBEBE;
  font-size: 14px;
}
.card-container .main-box .demand-warp {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 15px;
  padding: 8px 12px;
}
.card-container .main-box .demand-warp .title {
  font-size: 17px;
  font-weight: 500;
  border-bottom: 1px solid #efefef;
  padding: 10px 0;
}
.card-container .main-box .demand-warp .sub-title {
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 12px 0;
}
.card-container .main-box .demand-warp .sub-title span {
  width: 22px;
  height: 22px;
  border-radius: 40px;
  color: #fff;
  background: #5083F7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-right: 6px;
}
.card-container .main-box .demand-warp > p {
  color: #757575;
  font-size: 15px;
  line-height: 1.8;
  padding-bottom: 10px;
}
.openAppFixed {
  position: fixed;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10vh;
}
.openAppFixed .openApp {
  background-image: linear-gradient(to right, #71E5FF, #378CFF);
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 18rem;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  margin-top: 60px;
}
/*# sourceMappingURL=style.css.map */