.head_wrap {
  width: calc(100vw - 17px);
  min-width: 1600px;
  height: 80px;
  background: white;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head_wrap .main .left {
  display: flex;
  align-items: center;
}
.head_wrap .main .left .logo {
  width: 482px;
  height: 44px;
  margin-left: 169px;
}

.head_wrap .main .btn {
  display: inline-block;
  padding: 0 19px;
  background: #ececec;
  border-radius: 8px;
  margin-left: 30px;
  text-align: center;
  line-height: 30px;
  color: #333333;
  font-size: 16px;
  cursor: pointer;
}
.head_wrap .main .active {
  background: #121212;
  color: #ffffff;
}
.head_wrap .main .right {
  margin-right: 170px;
  display: flex;
  align-items: center;
}

.head_wrap .main .right .left_all {
  display: flex;
  align-items: center;
}
.head_wrap .main .right .left_all .icon {
  width: 18px;
  height: 21px;
  background: url("../images/people.png") no-repeat;
  background-size: 18px 21px;
}
.head_wrap .main .right .left_all .text {
  display: flex;
  color: #333333;
  font-size: 18px;
  padding: 0 8px;
  height: 20px;
}
.head_wrap .main .right .left_all .text:nth-of-type(1) {
  border-right: 1px solid #333333;
}
.head_wrap .main .right .userInfo {
  display: none;
}
.head_wrap .main .right .userInfo img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.head_wrap .main .right .userInfo .loyout {
  cursor: pointer;
}

/* 分页一 */
.main_wrap {
  width: calc(100vw - 17px);
  min-width: 1600px;
}
.main_wrap .num_list {
  width: 100%;
  /* height: calc(100vh - 80px); */
  padding-top: 80px;
}
.main_wrap .list_one {
  height: 1000px;
  background: url("../images/page1-bg.png") no-repeat;
  background-size: 100% 1080px;
  padding-top: 80px;
}

.main_wrap .list_one .bg {
  width: 80%;
  height: 940px;
  background: url("../images/page1-img.png") no-repeat;
  background-size: 100%;
}

/* 分页二 */
.p2 {
  width: 100%;
  padding-top: 80px;
  height: 860px;
  background: url("../images/page2-bg.png") no-repeat;
  background-size: 100% 100%;
  padding-bottom: 20px;
}
.p2 .p2_wrap {
  width: 1440px;
  margin: 0 auto;
  position: relative;
}

.p2 .live_title {
  position: absolute;
  left: 0;
  top: 0;
  height: 54px;
  width: 422px;
}
.p2 .wrap {
  position: absolute;
  width: 100%;
  min-width: 1440px;
  height: 100%;
  top: 85px;
  left: 0;
}
.p2 .wrap,
.p2 .wrap .l {
  display: flex;
  height: 660px;
}
.p2 .ll {
  margin: 0 auto;
}
.p2 .ll .ll_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p2 .ll .ll_head_info {
  width: 70%;
  display: flex;
}
.p2 .l {
  background: #000000;
  width: 25.5%;
  padding: 40px 0 0 0;
}
.p2 .ll {
  width: 90%;
  position: relative;
}
.p2 .ll .head {
  width: 68px;
  height: 68px;
  border-radius: 34px;
}
.p2 .userInfo {
  display: flex;
  flex-flow: column;
  height: 68px;
  margin-left: 12px;
  color: white;
  justify-content: space-between;
}
.p2 .userInfo .name {
  font-size: 20px;
}

.p2 .userInfo .userId {
  font-size: 20px;
}

.p2 .add_star {
  width: 66px;
  height: 30px;
  background-image: url("../images/guanzhu.png");
  background-repeat: no-repeat;
  background-size: 66px 30px;
}

.p2 .ll_tag {
  display: flex;
  align-items: center;
  margin-top: 24px;
  padding-bottom: 26px;
  border-bottom: 1px solid #999999;
}
.p2 .ll_tag span {
  display: inline-block;
  width: 80px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 6px;
  border: 1px solid #fa3b70;
  font-size: 20px;
  color: #fa3b70;
  margin-right: 16px;
}
.p2 .l .getLive {
  display: inline-block;
  width: 100%;
  height: 36px;
  border-radius: 6px;
  border: 1px solid #fff;
  color: white;
  text-align: center;
  line-height: 36px;
  position: absolute;
  bottom: 40px;
  cursor: pointer;
}
.p2 .ll_anchorInfo {
  display: flex;
  align-items: center;
  margin-top: 24px;
  justify-content: space-between;
}
.p2 .ll_anchorInfo .anchor_list {
  display: flex;
  flex-flow: column;
  align-items: center;
  color: #ffffff;
  font-size: 20px;
}
.p2 .ll_anchorInfo .anchor_list .name {
  color: #999999;
  margin-bottom: 8px;
  font-size: 18px;
}
.p2 .ll_none {
  display: none;
  margin-top: 0.4rem;
}
.p2 .ll_down {
  width: 100%;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 0.144rem;
  border-radius: 0.03rem;
  cursor: pointer;
  margin-top: 0.08rem;
}
.vjs-error-display {
  display: none;
}
.p2 .m {
  width: 375px;
  height: 700px;
  position: relative;
}
.p2 .m .left_top {
  position: absolute;
  left: 16px;
  top: 16px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  height: 32px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 16px;
}
.p2 .m .left_top .list {
  display: flex;
  align-items: center;
}
.p2 .m .left_top .look .icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../images/look_icon.png") no-repeat;
  background-size: 22px 22px;
}
.p2 .m .left_top .look .num {
  display: inline-block;
  color: white;
  margin-left: 4px;
}
.p2 .m .left_top .live {
  margin-left: 10px;
}
.p2 .m .left_top .live .icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../images/live_icon.png") no-repeat;
  background-size: 22px 22px;
}
.p2 .m .left_top .live .num {
  display: inline-block;
  color: white;
  margin-left: 4px;
}
.p2 .block {
  display: block;
}
.p2 .m .hlssource {
  display: none;
}
.p2 .m .video_wrap {
  width: 100%;
  height: 100%;
}
#my-video {
  width: 100%;
  height: 100%;
}
.p2 .m video {
  object-fit: fill;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  background: black;
}
.p2 .m video::-webkit-media-controls-timeline {
  display: none;
}
.p2 .m video::-webkit-media-controls-current-time-display {
  display: none;
}
.p2 .m video::-webkit-media-controls-time-remaining-display {
  display: none;
}
.p2 .m video::-webkit-media-controls {
  display: none !important;
}
.p2 .m .video_container {
  width: 375px;
  height: 700px;
  position: relative;
  background: #000;
  overflow: hidden;
}
.p2 .m .video_container .text_logo {
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  z-index: 888;
}
.p2 .player {
  width: 70px;
  height: 70px;
  position: absolute;
  left: calc(50% - 35px);
  top: calc(50% - 35px);
  background: url("../images/player.png") no-repeat;
  background-size: 100% 100%;
}
.p2 .play_stor {
  display: none;
  width: 70px;
  height: 70px;
  position: absolute;
  left: calc(50% - 35px);
  top: calc(50% - 35px);
  background: url("../images/play_stor.png") no-repeat;
  background-size: 100% 100%;
}
#my-player {
  width: 100%;
  height: 100%;
}
#my-player2 {
  width: 100%;
  height: 100%;
  display: none;
}
#my-player3 {
  width: 100%;
  height: 100%;
  display: none;
}
#my-player4 {
  width: 100%;
  height: 100%;
  display: none;
}

.p2 .r {
  width: 427px;
  height: 640px;
  background: #000000;
  padding: 20px 20px 40px 46px;
  position: relative;
}
.p2 .top {
  text-align: right;
}
.p2 .top .r_btn {
  border-bottom: 1px solid #ffffff;
  font-size: 20px;
  display: inline-block;
  cursor: pointer;
  color: white;
}
.p2 .r .bottom {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 361px;
  height: 200px;
}
.p2 .r_star {
  width: 60px;
}
.p2 .r_star div {
  position: absolute;
  width: 30px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.p2 .r_star .star6 {
  width: 60px;
  height: 60px;
  background-image: url("../images/star6.png");
  bottom: 40px;
  right: 11px;
  z-index: 998;
}

.p2 .r_star .star5 {
  background-image: url("../images/star5.png");
  /* bottom: 0.32rem;
  right: 0.1rem; */
  bottom: 40px;
  right: 26px;
  animation: star 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  opacity: 1;
}
.p2 .r_star .star4 {
  background-image: url("../images/star4.png");
  bottom: 40px;
  right: 30px;
  animation: star 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  opacity: 1;
}
.p2 .r_star .star3 {
  background-image: url("../images/star3.png");
  bottom: 40px;
  right: 25px;
  animation: star 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  opacity: 1;
}
.p2 .r_star .star2 {
  background-image: url("../images/star2.png");
  bottom: 40px;
  right: 28px;
  animation: star 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  opacity: 1;
}
.p2 .r_star .star1 {
  background-image: url("../images/star5.png");
  bottom: 40px;
  right: 36px;
  animation: star 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform: initial;
  opacity: 1;
}
.p2 .add_rome {
  width: 325px;
  height: 414px;
  position: absolute;
  bottom: 40px;
  overflow: hidden;
}
.p2 .add_rome_wrap {
  width: 325px;
  position: absolute;
  bottom: 0px;
  overflow: hidden;
}
.p2 .rome_list {
  background: #4f1324;
  margin-top: 10px;
  width: 260px;
  height: 38px;
  border-radius: 10px;
  padding: 7px 16px;
  display: flex;
  word-break: break-all;
  align-items: center;
  color: white;
}
.p2 .rome_list .icon {
  width: 36px;
  height: 36px;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-size: 36px 36px;
}
.p2 .rome_list .icon0 {
  background-image: url("../images/icon0.png");
}
.p2 .rome_list .icon1 {
  background-image: url("../images/icon1.png");
}
.p2 .rome_list .icon2 {
  background-image: url("../images/icon2.png");
}
.p2 .rome_list .icon3 {
  background-image: url("../images/icon3.png");
}
.p2 .rome_list .icon4 {
  background-image: url("../images/icon4.png");
}
.p2 .tab {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 286px;
  height: 700px;
}
.p2 .tab .tab_list {
  width: calc(100% - 10px);
  height: 168px;
  margin-left: 8px;
  position: relative;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.p2 .tab span {
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: calc(100% - 6px);
  height: 40px;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding-left: 6px;
}
.p2 .tab .select {
  width: calc(100% - 18px);
  height: 160px;
  border: 4px solid #fa3b70;
}
.p2 .tab .select::before {
  content: "";
  box-sizing: border-box;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid #fa3b70;
  position: absolute;
  left: -20px;
  top: calc(50% - 8px);
}

@keyframes star {
  0% {
    transform: translateX(0) translateY(0);
  }
  20% {
    transform: translateX(14px) translateY(-80px);
  }
  40% {
    transform: translateX(2px) translateY(-132px);
  }
  60% {
    transform: translateX(20px) translateY(-205px);
  }
  80% {
    transform: translateX(10px) translateY(-252px);
    opacity: 1;
  }
  99.99% {
    transform: translateX(18px) translateY(-315px);
    opacity: 0;
  }
  100% {
    transform: translateX(0) translateY(-16px);
    opacity: 1;
  }
}

/* 分页三 */
.list_three {
  height: 860px;
  background: url("../images/page4-bg.png") no-repeat;
  background-size: 100% 940px;
  padding-top: 80px;
}
.list_three .pic {
  width: 100%;
}

.list_three .title {
  margin-top: 89px;
  font-size: 40px;
  text-align: left;
  margin-left: 220px;
  margin-bottom: 89px;
  color: white;
}

#certify {
  position: relative;
  width: 1456px;
  margin: 0 auto;
}

#certify .swiper-container {
  width: 1281px;
}

#certify .swiper-slide {
  /* 550 408 */
  width: 836px;
  height: 570px;
  background: #fff;
  border-radius: 24px;
  padding-left: 10px;
}

#certify .swiper-slide video {
  width: 816px;
  height: 460px;
  margin-top: 10px;
  border-radius: 12px;
  object-fit: fill;
}

#certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#certify .swiper-slide .info {
  color: #333333;
  margin-top: 18px;
  font-size: 24px;
  text-align: left;
  padding: 0 20px;
}

#certify .video_bottom {
  color: #999999;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  margin-top: 17px;
}
#certify .video_bottom .corner {
  display: flex;
  align-items: center;
}
#certify .video_bottom .praise {
  display: block;
  width: 21px;
  height: 18px;
  background: url("../images/praise.png") no-repeat;
  background-size: 21px 18px;
  margin-right: 8px;
}

#certify .video_bottom .praise_action {
  display: block;
  width: 21px;
  height: 18px;
  background: url("../images/praise_true.png") no-repeat;
  background-size: 21px 18px;
  margin-right: 8px;
}

/* .p3 .swiper-slide-active{
  z-index: 1;
} */
#certify .swiper-slide-prev {
  opacity: 0.3 !important;
  left: 30%;
}
#certify .swiper-slide-next {
  opacity: 0.3 !important;
  right: 30%;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}

#certify .swiper-button-prev {
  width: 38px;
  height: 60px;
  background: url(../images/left.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

#certify .swiper-button-next {
  width: 38px;
  height: 60px;
  background: url(../images/right.png) no-repeat;
  background-size: 100%;
}

#certify .swiper-button-prev::after,
#certify .swiper-button-next::after {
  content: "";
}
/* 公司信息 */
.p5 {
  padding-top: 62px;
  text-align: center;
}
.p5 .footer {
  margin: 0 auto;
}
.p5 .title {
  font-size: 24px;
  color: #2b2b2b;
  margin-bottom: 21px;
}
.p5 .content {
  width: 1024px;
  color: #2b2b2b;
  font-size: 16px;
  margin: 0 auto;
  margin-bottom: 65px;
  line-height: 30px;
}

.p5 .mycontact {
  color: #999999;
  line-height: 30px;
  margin-bottom: 101px;
}
.p5 .mycontact a {
  color: #999999;
}
.p5 .mycontact .click a {
  display: inline-block;
  padding: 0 12px;
  line-height: 18px;
  border-right: 1px solid #999;
  cursor: pointer;
}
.p5 .mycontact .click a:last-child {
  border: 0;
}

/* file.html */
.list_one .model {
  width: 1090px;
  height: 783px;
  background: white;
  margin-top: 78px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 24px;
  padding: 28px 37px 35px 43px;
}
.list_one .model .top {
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 18px;
  padding-bottom: 20px;
  color: #333333;
}
.list_one .model .list {
  width: 100%;
  height: calc(100% - 20px);
}
.list_one .model .yhxy {
  display: none;
}
.list_one .model .user {
  display: none;
}
.list_one .model .zbwm {
  display: none;
}
.mess {
  padding: 4px 12px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 50%;
  left: 50%;
  font-size: 18px;
  border-radius: 4px;
  color: white;
  line-height: 30px;
  transform: translateX(-50%) translateY(-50%);
}

#young_mock {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
#young_mock .cont {
  padding-top: 156px;
  width: 800px;
  height: 354px;
  background: #ffffff;
  border-radius: 20px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#young_mock .cont img {
  position: absolute;
  top: -85px;
  left: 50%;
  transform: translateX(-50%);
}
#young_mock .cont .tit {
  font-size: 32px;
  font-weight: 500;
  color: #333333;
  line-height: 45px;
  text-align: center;
}
#young_mock .cont .tip {
  font-size: 28px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
  margin-top: 20px;
  margin-left: 69px;
  margin-right: 44px;
}
#young_mock .cont .btns{
  margin: 49px 100px;
  display: flex;
  justify-content: space-between;
}
#young_mock .cont .btns span{
  display: inline-block;
  width: 260px;
  height: 60px;
  background: #dddddd;
  border-radius: 30px;
  font-size: 28px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  color: #333333;
}
#young_mock .cont .btns span:last-child{
  background: #FA3B70;
  color: #fff;
}


.down_app {
  position: fixed;
  background: #fff;
  right: 0px;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 20px;
  width: 200px;
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.down_app .qrcode {
  margin-top: 12px;
  display: inline-block;
  width: 180px;
  height: 180px;
}

.down_app .btn {
  background: #fff;
  border-radius: 10px;
  margin-top: 8px;
  text-align: center;
  padding-bottom: 10px;
}

.down_app .btn img {
  width: 20px;
  height: 20px;
}