@charset "UTF-8";
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  line-height: 1;
  font-family: PingFangSC-Light, PingFang SC !important;
  font-size: 16px;
}

/* 去除iPhone中默认的input样式 */
input,
textarea,
button {
  resize: none;
  outline: none;
}

/* 取消链接高亮 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  border: 0;
  font-family: PingFangSC-Light, PingFang SC !important;
}

div {
  box-sizing: border-box;
}

.onek {
  position:relative;
  width: 90%;
  max-width: 75rem;
  margin: 0 auto;
}

.mobile {
  display: none;
}

.middle {
  display: none;
}

.pc {
  display: block;
}

* [class*=col-] {
  padding: 0 10px;
}

/* 版权声明 */
.copright {
  width: 100%;
  line-height: 1.3;
  padding: 5px 0 5px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}

.pcnav {
  position:fixed;
  left:0;
  height: 4.375rem;
  width: 100%;
  background: #3e0bce;
  color: #fff;
  z-index:99;
}
.pcnav img {
  margin-top: 1.375rem;
  width: 15.68rem;
}
.pcnav .navbtn {
  position:absolute;
  top: 0;
  right: -6rem;
  width: 8.06rem;
  height: 3.125rem;
  margin: 0.625rem 0.3125rem 0 0;
  font-size: 1.125rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #fffae8;
  line-height: 3.125rem;
  text-align: center;
  cursor: pointer;
}
.pcnav .navbtn:hover {
  animation-name: btnactive;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.pcnav .navbtn:active {
  background: rgb(60, 60, 60) !important;
}

@keyframes btnactive {
  0% {
    background: #fd3470;
  }
  25% {
    background: #feb95c;
  }
  50% {
    background: #dfdfdf;
  }
  75% {
    background: #feb95c;
  }
  100% {
    background: #fd3470;
  }
}
.banner {
  background: #3e0bce;
  text-align: center;
  margin-top:4.375rem;
}
.banner img {
  width: 100%;
}

.publictit {
  text-align: center;
  position: relative;
  z-index: 1;
}
.publictit .tit {
  font-size: 2.5rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 3.5rem;
}
.publictit .subtit {
  font-size: 0.75rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 400;
  color: #d3d3d3;
  line-height: 1.06rem;
  letter-spacing: 1px;
}
.publictit div {
  width: 80px;
  height: 20px;
  margin: 0 auto;
  position: relative;
}
.publictit div span {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
}
.publictit div span:nth-child(1) {
  left: 0;
  animation-name: titactive1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.publictit div span:nth-child(2) {
  left: 32px;
  animation-name: titactive2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.publictit div span:nth-child(3) {
  left: 64px;
  animation-name: titactive3;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.publictit div span.circle {
  border-radius: 50%;
}
.publictit div span.delta {
  background: url(https://s6.51cto.com/oss/202302/27/0e0e7f0a10c06fa139f320bb1899b8ec.png) no-repeat center top;
}
.publictit div span.purple {
  background: #633ff6;
}
.publictit div span.blue {
  background: #0274ff;
}
.publictit div span.red {
  background: #fd3470;
}
.publictit div span.orange {
  background: #feb95c;
}

@keyframes titactive1 {
  0% {
    left: 0;
    transform: rotate(0deg);
  }
  20% {
    left: 32px;
  }
  40% {
    left: 64px;
  }
  60% {
    left: 0px;
    transform: rotate(0deg);
  }
  100% {
    left: 0px;
    transform: rotate(360deg);
  }
}
@keyframes titactive2 {
  0% {
    left: 32px;
  }
  20% {
    left: 64px;
  }
  40% {
    left: 0px;
  }
  60% {
    left: 32px;
  }
  100% {
    left: 32px;
  }
}
@keyframes titactive3 {
  0% {
    left: 64px;
  }
  20% {
    left: 0px;
  }
  40% {
    left: 32px;
  }
  60% {
    left: 64px;
  }
  100% {
    left: 64px;
  }
}
.brief {
  padding:4rem 0 0 !important;
  background: rgba(233, 236, 249, 0.47);
  position: relative;
}
.brief .bg1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.brief .bg2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.brief .bg3 {
  position: absolute;
  left: 6rem;
  bottom: 6rem;
  z-index: 0;
}
.brief .bg4 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.brief .introduction {
  z-index: 1;
  padding: 1.5rem 0;
  position: relative;
}
.brief .introduction p {
  padding: 0 5rem;
  font-size: 1.13rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 400;
  color: #4b4b4b;
  line-height: 1.88rem;
  text-align: center;
  position: relative;
}
.brief .introduction p::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  display: block;
  width: 3.44rem;
  height: 2.5rem;
  background: url(https://s2.51cto.com/oss/202302/27/68b2ebfa288c49cdddc05238668362d0.png) no-repeat center top;
  background-size: 100% 100%;
}
.brief .introduction p::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 0;
  display: block;
  width: 3.44rem;
  height: 2.5rem;
  background: url(https://s2.51cto.com/oss/202302/27/68b2ebfa288c49cdddc05238668362d0.png) no-repeat center top;
  background-size: 100% 100%;
}
.brief .highlights {
  z-index: 1;
  position: relative;
  margin-top: 4rem;
}
.brief .highlights .lightsList {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  padding: 4rem 0 0;
}
.brief .highlights .lightsList .lightCard {
  width: 19.75rem;
  height: 14.94rem;
  background: #ffffff;
  border-radius: 2.19rem;
  padding: 0 3.44rem;
  font-size: 1.13rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #4b4b4b;
  line-height: 1.88rem;
  text-align: center;
  cursor: pointer;
}
.brief .highlights .lightsList .lightCard img {
  margin-top: -1.8rem;
}
.brief .highlights .lightsList .lightCard p {
  margin-top: 1.5rem;
  text-align: left;
}
.brief .highlights .lightsList .lightCard:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  margin-top: -0.5rem;
  transition: all 0.2s;
}

.schedule {
  padding: 4rem 0;
  position: relative;
}
.schedule .sbg1 {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.schedule .sbg2 {
  z-index: 0;
  position: absolute;
  bottom: 20%;
  left: 0;
}
.schedule .sbg3 {
  z-index: 0;
  position: absolute;
  bottom: 5%;
  right: 0;
}
.schedule .agenda-list {
  margin-top: 2rem;
  position: relative;
  z-index: 1;
}
.schedule .agenda-list .agenda-item {
  display: flex;
}
.schedule .agenda-list .agenda-item .agenda-time {
  padding-top: 1rem;
  width: 30%;
  font-size: 2.5rem;
  font-family: OPPOSans-R, OPPOSans;
  font-weight: normal;
  color: #3a3a3a;
  line-height: 2.5rem;
}
.schedule .agenda-list .agenda-item .agenda-cont {
  width: 70%;
  padding: 1rem 0 5rem 8rem;
  position: relative;
  border-left: 2px dashed #ededed;
}
.schedule .agenda-list .agenda-item .agenda-cont img {
  position: absolute;
  left: -3rem;
  top: 0.5rem;
}
.schedule .agenda-list .agenda-item .agenda-cont div p:nth-child(1) {
  font-size: 1.63rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 600;
  color: #3a3a3a;
  line-height: 1.63rem;
  margin-bottom: 2rem;
}
.schedule .agenda-list .agenda-item .agenda-cont div p:nth-child(2) {
  font-size: 1.13rem;
  font-family: OPPOSans-R, OPPOSans;
  font-weight: normal;
  color: #636262;
  line-height: 1.5rem;
}
.schedule .agenda-list .agenda-item .agenda-cont div p:nth-child(2) span {
  font-size: 1.25rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 600;
  color: #3a3a3a;
  line-height: 1.25rem;
  display: inline-block;
  width: 6rem;
}
.schedule .agenda-list .agenda-item:first-child .agenda-cont img {
  position: absolute;
  left: -0.8rem;
  top: 1rem;
}

.guest {
  padding: 4rem 0;
  position: relative;
  background: rgb(249, 250, 254);
}
.guest .guest-list {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.guest .guest-list .guest-item {
  position:relative;
  margin-top: 1rem;
  width: 24%;
}
.guest .guest-list .guest-item img {
  width: 100%;
}
.guest .guest-list .guest-item .pname {
  margin-top: 3px;
  font-size: 2rem;
  font-weight: 600;
  color: #3a3a3a;
  line-height: 3.13rem;
}
.guest .guest-list .guest-item .pinfo {
  font-size: 0.88rem;
  font-family: PingFangSC-Light, PingFang SC;
  color: #3a3a3a;
  line-height: 1.13rem;
}
.guest .guest-list .guest-item .introduce {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 419px;
}
.guest .guest-list .guest-item .introduce .title {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 90px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
	background: #0274FF;
	color:#fff;
}
.guest .guest-list .guest-item .introduce .detail {
    width: 100%;
    height: 419px;
	font-size: 14px;
	line-height: 21px;
    background: rgba(15, 5, 55, 0.67);
    padding: 72px 32px 0 32px;
    color: #ffffff;
    text-align: justify;

}
 .guest .guest-list .guest-item .left-top {
    position: absolute;
    top: -9px;
    left: -9px;
    display: none;
    width: 59px;
    height: 57px;
    background: url(https://s2.51cto.com/oss/202302/28/c5f661a88ebe97d0f5d020c3f5590655.png)
        no-repeat left top/59px 57px;
}
.guest .guest-list .guest-item:hover .introduce,
.guest .guest-list .guest-item:hover .left-top{
	display:block
}


.liveMoments {
  padding: 4rem 0;
  position: relative;
}
.liveMoments .lbg1 {
  position: absolute;
  top: 6.94rem;
  left: 0rem;
  z-index: 0;
}
.liveMoments .lbg2 {
  position: absolute;
  top: 5rem;
  right: 5rem;
  z-index: 0;
}
.liveMoments .lbg3 {
  position: absolute;
  bottom: 1rem;
  right: 0;
  z-index: 0;
}
.liveMoments .liveCont {
  margin-top: 2rem;
  display: flex;
  position: relative;
  z-index: 1;
}
.liveMoments .liveCont .livepart1 {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
.liveMoments .liveCont .livepart1 img {
  width: 49%;
}
.liveMoments .liveCont .livepart1 img.bar {
  width: 100%;
}
.liveMoments .liveCont .livepart1 div {
  position: relative;
  width: 49%;
}
.liveMoments .liveCont .livepart1 div img {
  width: 100%;
}
.liveMoments .liveCont .livepart2 {
  width: 18%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.liveMoments .liveCont .livepart2 .mySwiper {
  height: 100%;
}
.liveMoments .liveCont .livepart2 .mySwiper .swiper-slide {
  text-align: right;
}
.liveMoments .liveCont .livepart2 .mySwiper .swiper-slide img {
  height: 100%;
}
.liveMoments .liveCont .livepart2 .swiper-button-next,
.liveMoments .liveCont .livepart2 .swiper-container-rtl .swiper-button-prev {
  bottom: -50px;
  top: auto;
  left: 55%;
  margin-left: calc(0px - var(--swiper-navigation-size) / 2);
}
.liveMoments .liveCont .livepart2 .swiper-button-prev,
.liveMoments .liveCont .livepart2 .swiper-container-rtl .swiper-button-next {
  top: -30px;
  bottom: auto;
  left: 55%;
  margin-left: calc(0px - var(--swiper-navigation-size) / 2);
}
.liveMoments .liveCont .livepart2 .swiper-button-next:after,
.liveMoments .liveCont .livepart2 .swiper-container-rtl .swiper-button-prev:after {
  content: "";
}
.liveMoments .liveCont .livepart2 .swiper-button-prev:after,
.liveMoments .liveCont .livepart2 .swiper-container-rtl .swiper-button-next:after {
  content: "";
}

.guide {
  padding: 4rem 0;
  position: relative;
  background: rgb(250, 250, 250);
}
.guide .gbg1 {
  position: absolute;
  top: 6.94rem;
  right: 13rem;
  z-index: 0;
}
.guide .gbg2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.guide .gbg3 {
  position: absolute;
  bottom: 7rem;
  right: 0;
  z-index: 0;
}
.guide .guidebox {
  position: relative;
  z-index: 1;
  margin-top: 2rem;
  height: 21rem;
  background: url(https://s4.51cto.com/oss/202302/27/208b96385da54cd1e1ae739e06249f77.png) no-repeat center top;
  background-size: 100% 100%;
  display: flex;
}
.guide .guidebox .guidecont {
  width: 55%;
}
.guide .guidebox .guidecont .address {
  font-size: 1.13rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.56rem;
  padding: 1.5rem 0 0 3rem;
  background: url(https://s3.51cto.com/oss/202302/27/75ab6d33347605ab4bf50f92ee383df1.png) no-repeat 1.8rem 1.7rem;
}
.guide .guidebox .guidecont .detail {
  font-size: 0.88rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.25rem;
  padding: 0.8rem 0 0 3rem;
}
.guide .guidebox .guidecont .focustit {
  font-size: 1.13rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.56rem;
  margin: 3rem 0 0 2rem;
}
.guide .guidebox .guidecont .qrcodelist {
  margin-top: 1rem;
  display: flex;
}
.guide .guidebox .guidecont .qrcodelist .qrcodeitem {
  width: 6.5rem;
  margin: 0 2rem;
  text-align: center;
}
.guide .guidebox .guidecont .qrcodelist .qrcodeitem img {
  width: 6rem;
}
.guide .guidebox .guidecont .qrcodelist .qrcodeitem .text1 {
  font-size: 1rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #c3c4ff;
  line-height: 2rem;
}
.guide .guidebox .guidecont .qrcodelist .qrcodeitem .text2 {
  font-size: 0.88rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #c3c4ff;
  line-height: 1.25rem;
}
.guide .guidebox .guidecont .qrcodelist .qrcodeitem .text2 img {
  width: 0.75rem;
}
.guide .guidebox .guidemap {
  width: 45%;
  height: 19rem;
  margin: 1rem 1rem 1rem 0;
}
.guide .guidebox .guidemap div {
  width: 100%;
  height: 19rem;
}

@media all and (max-width: 1200px) {
  .home-top {
    display: none;
  }
  .mobile {
    display: block;
  }
  .middle {
    display: block;
  }
  .pc {
    display: none;
  }
	.mobile.pcnav {
		top: 0;
	}
	.mobile .navbtn {
		right: 0;
	}
}
@media all and (max-width: 1000px) {
  html {
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  html {
    font-size: 12px;
  }
  .pc {
    display: none;
  }
  .middle {
    display: none;
  }
  .mobile {
    display: block;
  }
  .mobile.pcnav{
    top: 0;
  }
  .mobile .navbtn{
    right: 0;
  }
  .mobilenav {
    height: 50px;
    background: #b98585;
    text-align: center;
    color: #fff;
    width: 100%;
    position: fixed;
    top: 0;
  }
  .publictit .tit {
    font-size: 2.5rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 500;
    color: #ffffff;
    line-height: 3.31rem;
    letter-spacing: 2px;
    background: linear-gradient(270deg, #15ddd6 0%, #089ffa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 3.5rem;
  }
  
  .brief  {
    padding: 4rem 0 0 ;
  }
  .brief .bg1 {
    width: 10rem;
  }
  .brief .bg2 {
    width: 5rem;
  }
  .brief .bg3 {
    width: 5rem;
    position: absolute;
    left: 3rem;
    bottom: 2rem;
    z-index: 0;
  }
  .brief .bg4 {
    width: 5rem;
  }
  .brief .introduction {
    z-index: 1;
    padding: 1.5rem 0;
    position: relative;
  }
  .brief .introduction p {
    padding: 0rem;
    font-size: 1.13rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 400;
    color: #4b4b4b;
    line-height: 1.88rem;
    text-align: center;
    position: relative;
  }
  .brief .introduction p::after {
    content: "";
    position: absolute;
    bottom: -3rem;
    right: 0rem;
    display: block;
    width: 3rem;
    height: 2rem;
    background: url(https://s2.51cto.com/oss/202302/27/68b2ebfa288c49cdddc05238668362d0.png) no-repeat center top;
    background-size: 100% 100%;
  }
  .brief .introduction p::before {
    content: "";
    position: absolute;
    top: -3rem;
    left: 0;
    display: block;
    width: 3rem;
    height: 2rem;
    background: url(https://s2.51cto.com/oss/202302/27/68b2ebfa288c49cdddc05238668362d0.png) no-repeat center top;
    background-size: 100% 100%;
  }
  .brief .highlights {
    z-index: 1;
    position: relative;
    margin-top: 4rem;
  }
  .brief .highlights .lightsList {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 4rem 0 0;
  }
  .brief .highlights .lightsList .lightCard {
    width: 49%;
    margin-bottom: 4rem;
    height: 14.94rem;
    background: #ffffff;
    border-radius: 2.19rem;
    padding: 0 1rem;
    font-size: 1.13rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #4b4b4b;
    line-height: 1.88rem;
    text-align: center;
  }
  .brief .highlights .lightsList .lightCard img {
    margin-top: -2rem;
    height: 4rem;
  }
  .brief .highlights .lightsList .lightCard p {
    margin-top: 1.5rem;
    text-align: left;
  }
  .schedule {
    padding: 4rem 0;
    position: relative;
  }
  .schedule .sbg1 {
    width: 50%;
  }
  .schedule .sbg2 {
    width: 6rem;
  }
  .schedule .sbg3 {
    width: 50%;
    bottom: 30%;
  }
  .schedule .agenda-list {
    margin-top: 2rem;
    position: relative;
    z-index: 1;
  }
  .schedule .agenda-list .agenda-item {
    display: flex;
  }
  .schedule .agenda-list .agenda-item .agenda-time {
    padding-top: 1rem;
    width: 35%;
    font-size: 1.3rem;
    color: #3a3a3a;
    line-height: 1.3rem;
  }
  .schedule .agenda-list .agenda-item .agenda-cont {
    width: 65%;
    padding: 1rem 0 2rem 4rem;
    position: relative;
    border-left: 2px dashed #ededed;
  }
  .schedule .agenda-list .agenda-item .agenda-cont img {
    width: 4rem;
    position: absolute;
    left: -2rem;
    top: 0.5rem;
  }
  .schedule .agenda-list .agenda-item .agenda-cont div p:nth-child(1) {
    font-size: 1.4rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 600;
    color: #3a3a3a;
    line-height: 1.63rem;
    margin-bottom: 1rem;
  }
  .schedule .agenda-list .agenda-item .agenda-cont div p:nth-child(2) {
    font-size: 1.13rem;
    font-family: OPPOSans-R, OPPOSans;
    font-weight: normal;
    color: #636262;
    line-height: 1.5rem;
  }
  .schedule .agenda-list .agenda-item .agenda-cont div p:nth-child(2) span {
    font-size: 1.25rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 600;
    color: #3a3a3a;
    line-height: 1.25rem;
    display: block;
    margin-bottom: 0.6rem;
  }
  .schedule .agenda-list .agenda-item:first-child .agenda-cont img {
    width: 2rem;
    position: absolute;
    left: -1rem;
    top: 1rem;
  }
  .guest {
    padding: 4rem 0;
    position: relative;
    background: rgb(249, 250, 254);
  }
  .guest .guest-list {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .guest .guest-list .guest-item {
    width: 49%;
    margin-top: 1.8rem;
  }
  .guest .guest-list .guest-item img {
    width: 100%;
  }
  .guest .guest-list .guest-item .pname {
    margin-top: 3px;
    font-size: 1.9rem;
    font-weight: 600;
    color: #3a3a3a;
    line-height: 3.13rem;
  }
  .guest .guest-list .guest-item .pinfo {
    font-size: 1.2rem;
    font-family: OPPOSans-M, OPPOSans;
    font-weight: normal;
    color: #3a3a3a;
    line-height: 1.5rem;
  }
  .guest .guest-list .guest-item .introduce .detail {
    height: 259px;
    padding: 38px 12px 10px 12px;
    overflow-x: hidden;
    overflow-y: auto;
	z-index:99;
 }
  .liveMoments {
    padding: 4rem 0;
    position: relative;
  }
  .liveMoments .liveCont {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .liveMoments .liveCont .livepart1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
  }
  .liveMoments .liveCont .livepart1 img {
    width: 100%;
  }
  .liveMoments .liveCont .livepart1 img.bar {
    width: 100%;
  }
  .liveMoments .liveCont .livepart1 div {
    position: relative;
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .liveMoments .liveCont .livepart1 div img {
    width: 100%;
  }
  .liveMoments .liveCont .livepart2 {
    width: 100%;
    position: relative;
    margin-top: 1.5rem;
  }
  .liveMoments .liveCont .livepart2 img {
    width: 100%;
  }
  .liveMoments .liveCont .livepart2 .mySwiper {
    height: auto;
  }
  .liveMoments .liveCont .livepart2 .mySwiper .swiper-slide {
    text-align: right;
  }
  .liveMoments .liveCont .livepart2 .mySwiper .swiper-slide img {
    height: auto;
  }
  .liveMoments .liveCont .livepart2 .swiper-button-next,
  .liveMoments .liveCont .livepart2 .swiper-container-rtl .swiper-button-prev {
    top: 50%;
    right: 0;
    left: auto;
    margin-left: 0;
    transform: rotate(-90deg);
  }
  .liveMoments .liveCont .livepart2 .swiper-button-next img,
  .liveMoments .liveCont .livepart2 .swiper-container-rtl .swiper-button-prev img {
    width: 2rem;
  }
  .liveMoments .liveCont .livepart2 .swiper-button-prev,
  .liveMoments .liveCont .livepart2 .swiper-container-rtl .swiper-button-next {
    top: 50%;
    left: 0;
    right: auto;
    margin-left: 0;
    transform: rotate(-90deg);
  }
  .liveMoments .liveCont .livepart2 .swiper-button-prev img,
  .liveMoments .liveCont .livepart2 .swiper-container-rtl .swiper-button-next img {
    width: 2rem;
  }
  .liveMoments .liveCont .livepart2 .swiper-button-next:after,
  .liveMoments .liveCont .livepart2 .swiper-container-rtl .swiper-button-prev:after {
    content: "";
  }
  .liveMoments .liveCont .livepart2 .swiper-button-prev:after,
  .liveMoments .liveCont .livepart2 .swiper-container-rtl .swiper-button-next:after {
    content: "";
  }
  .guide {
    padding: 4rem 0;
    position: relative;
    background: rgb(250, 250, 250);
  }
  .guide .gbg1 {
    position: absolute;
    top: 6.94rem;
    right: 13rem;
    z-index: 0;
  }
  .guide .gbg2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
  .guide .gbg3 {
    position: absolute;
    bottom: 7rem;
    right: 0;
    z-index: 0;
  }
  .guide .guidebox {
    position: relative;
    z-index: 1;
    margin-top: 2rem;
    height: auto;
    background: url(https://s5.51cto.com/oss/202302/27/440f57f7ca402ef9072bc5960c19d832.png) no-repeat center top;
    background-size: 100% 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .guide .guidebox .guidecont {
    width: 100%;
  }
  .guide .guidebox .guidecont .address {
    font-size: 1.5rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.56rem;
    padding: 0rem 0 0 3rem;
    background: url(https://s3.51cto.com/oss/202302/27/75ab6d33347605ab4bf50f92ee383df1.png) no-repeat 1.5rem 0rem;
  }
  .guide .guidebox .guidecont .detail {
    font-size: 1.2rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.25rem;
    padding: 0.8rem 0 0 3rem;
  }
  .guide .guidebox .guidecont .focustit {
    font-size: 1.5rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.56rem;
    margin: 2rem 0 0 2rem;
  }
  .guide .guidebox .guidecont .qrcodelist {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    padding: 0 2rem 2rem;
  }
  .guide .guidebox .guidecont .qrcodelist .qrcodeitem {
    width: 50%;
    margin: 0 0 2rem;
    text-align: left;
  }
  .guide .guidebox .guidecont .qrcodelist .qrcodeitem img {
    width: 7rem;
  }
  .guide .guidebox .guidecont .qrcodelist .qrcodeitem .text1 {
    font-size: 1.2rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #c3c4ff;
    line-height: 2rem;
	padding-left:1rem;
  }
  .guide .guidebox .guidecont .qrcodelist .qrcodeitem .text2 {
    font-size: 1rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #c3c4ff;
    line-height: 1.25rem;
	
  }
  .guide .guidebox .guidecont .qrcodelist .qrcodeitem .text2 img {
    width: 0.75rem;
  }
  .guide .guidebox .guidemap {
    height: 19rem;
    width: 90%;
    margin: 1.5rem auto 1rem;
    text-align: center;
  }
  .guide .guidebox .guidemap div {
    height: 19rem;
  }
}
/* 表单 */
.close {
  color: #fff;
  font-weight: normal;
}

.info [class*=col-] {
  padding-left: 10px !important;
  padding-right: 10px !important;
  position:relative;
}

#myModal_form2 .modal-header {
  padding: 15px;
}

#myModal .modal-header {
  background: #fff;
}

.info {
  font-size: 14px;
  padding: 20px 0 0;
}

#myModal_form [class*=col-] {
  padding: 0 15px !important;

}
.info .star {
	color:red;
	position:absolute;
	left:0;
	top:5px;
}
.info input,
.info select {
  width: 100%;
  margin-bottom: 6%;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #fff;
  border: 1px solid #d2d2d2;
  padding-left: 10px;
  border-radius: 4px;
  font-size: 14px;
  color: #4a4a4a;
}

.info select {
  padding-left: 8px;
  height: 37px;
}

.modal-title {
  line-height: 1;
  text-align: center;
}

#myModal_form {
  max-width: 750px;
  margin: 0 auto;
}

.modal-body {
  padding: 15px 20px;
}

.modal-content {
  overflow: hidden;
}

.modal-header {
  background: #3e0bce;
  color: #fff;
  text-align: left;
}

.modal-content .close {
  position: absolute;
  top: 8px;
  right: 9px;
  opacity: 1;
  margin-top: 3px;
  width: 24px;
  padding: 3px 0;
}

.pophead strong {
  display: block;
  font-size: 18px;
}

.pophead span {
  display: block;
  font-weight: normal;
  font-size: 14px;
}

.btnw {
  margin-top: 20px;
  margin-bottom: 30px;
}

.btnw span,
.btnw button {
  display: inline-block;
  padding: 5px 50px;
  background: #3e0bce;
  color: #fff;
  border: 1px solid #3e0bce;
  border-radius: 50px 50px;
  cursor: pointer;
  margin-right: 20px;
}

.btnw button {
  background: #fff;
  color: #3e0bce;
  border: 1px solid #3e0bce;
  margin-right: 0;
}

span.showPop_zc {
  margin-right: 0;
}

.modal-content .modal-title {
  line-height: 55px;
}

.modal {
  overflow-y: scroll;
}

.modal input[type=checkbox],
.modal input[type=radio] {
  margin: 4px 0 0;
  margin-top: 0;
  line-height: normal;
}

.pop_mar {
  padding: 0 15px;
}

input#signupemail {
  display: block;
  width: 90%;
  margin: 0 auto 20px;
}

.dot {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 9px;
  margin-top: 2px;
}

.dot,
#myModal_form_zc label {
  float: left;
  cursor: pointer;
  font-weight: normal;
}
#myModal_form_qrcode .success-tips {
	text-align:center;
}
#myModal_form_qrcode .success-tips img{
	width:100px;
	height:100px;
}
#myModal_form_qrcode .success-tips p{
	width:100%;
    margin-top: 20px;
	
}

label {
  padding-top: 1;
  margin-bottom: 0;
}

.yinsi {
  padding: 25px 0;
}

.yinsi a {
  color: #3e0bce;
  text-decoration: underline;
}

.inputLi {
  padding-top: 35px;
}

.inputLi li {
  margin-bottom: 24px;
}

.inputLi input {
  width: 228px;
  height: 34px;
  background: #fff;
  border: 1px solid #d2d2d2;
  padding-left: 10px;
  border-radius: 4px;
}

.item {
  margin-right: 30px;
}

.pop_dl {
  width: 480px;
  height: 240px;
  margin-top: -120px;
  margin-left: -240px;
}

.pop_dl input {
  display: block;
  margin: 30px auto;
  width: 278px;
  height: 34px;
  background: #eeeeee;
  border: 1px solid #d2d2d2;
  padding-left: 10px;
}

.pop_dl .getbtn {
  display: inline-block;
}

#myModal .close {
  top: -2px;
}

.tc {
  text-align: center;
}

#myModal .modal-body {
  padding: 0px;
}

.neverStop {
  background: url(https://s2.51cto.com/oss/202212/14/3f5da4d0330bbdeabacfe26b57080b5d.png) no-repeat center top;
  height: 978px;
  padding-top: 48px;
}

.neverStop .onek {
  background: url(https://s5.51cto.com/oss/202212/14/847955202a17c2264c35813bc6f666e8.png) no-repeat center bottom;
  height: 887px;
  padding: 0 25px;
}

.neverStop .title {
  font-size: 36px;
  font-weight: bold;
  color: #2160af;
  line-height: 38px;
  text-shadow: none;
  margin-bottom: 0px;
}

.neverStop .subtitle {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 31px;
  text-align: center;
  margin-bottom: 15px;
}

.neverStop .cont-text {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  padding: 20px 20px 0;
  margin-bottom: 0;
}

.neverStop .cont-text b {
  height: 24px;
  background: linear-gradient(0deg, #0dccff 0%, #4760ff 100%);
  border-radius: 12px;
  padding: 0 7px;
  color: #ffffff;
}

.neverStop .card-text {
  width: 1150px;
  height: 82px;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
  padding: 15px 22px 0;
  margin-top: 25px;
  background: url(https://s2.51cto.com/oss/202212/14/315ca168f49a7d1b9964f9574877fa10.png) no-repeat center bottom;
}

.neverStop .videoAndChat {
  display: flex;
  margin-top: 23px;
}

.neverStop .videoAndChat .livepart {
  margin-right: 30px;
}

.neverStop .videoAndChat .livepart .livenum {
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin: 0;
}

.neverStop .videoAndChat .livepart .livenum span {
  color: #3e0bce;
  font-size: 18px;
  font-weight: 600;
}

.neverStop .videoAndChat .chatpart {
  width: 100%;
}

.neverStop .videoAndChat .chatpart .tit {
  margin-top: 27px;
  font-size: 24px;
  font-weight: bold;
  color: #3e0bce;
  line-height: 24px;
}

.neverStop .p5con {
  margin-top: 5px;
}

.neverStop .p5con .list {
  height: 300px;
  overflow-y: scroll;
  list-style: none;
  padding: 0;
}

.neverStop .p5con .list li {
  padding: 0.5rem 0;
  font-size: 14px;
  font-weight: 400;
  color: #444444;
  line-height: 1.75rem;
  border-bottom: 1px rgba(11, 46, 68, 0.4) dashed;
  margin-right: 15px;
}

.neverStop .p5con .list li .name {
  display: inline-block;
  padding: 0 0.3rem;
  background: #3e0bce;
  border-radius: 0.4rem;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.63rem;
  margin-right: 0.7rem;
}

.neverStop .p5con .list li .answer {
  font-size: 1rem;
  font-weight: 400;
  text-decoration: underline;
  color: #3e0bce;
  line-height: 1.75rem;
  cursor: pointer;
}

.neverStop .p5con .list li .anwser-text {
  margin-top: 10px;
  background: #ffffff;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  padding: 10px;
  position: relative;
}

.neverStop .p5con .list li .anwser-text::before {
  content: "";
  display: block;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  background: #ffffff;
  position: absolute;
  top: -5px;
  left: 20px;
}

.neverStop .p5con .list::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 5px;
}

.neverStop .p5con .list::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px #3e0bce;
  background: #535353;
}

.neverStop .p5con .list::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px #3e0bce;
  border-radius: 10px;
  background: #ededed;
}

.neverStop .p5con .textsubmit {
  display: flex;
}

.neverStop .p5con .zj_enter {
  display: flex;
}

.neverStop .p5con .hftext {
  resize: none;
  width: 80%;
  margin-right: 1rem;
  background: rgba(227, 229, 233, 0.9);
  border: none;
}

.neverStop .p5con .zjhfbtn {
  display: inline-block;
  width: 4.25rem;
  line-height: 4rem;
  background: #3e0bce;
  border-radius: 0.3rem;
  font-size: 1.13rem;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}

.neverStop .p5con .textsubmit textarea {
  resize: none;
  width: 100%;
  margin-right: 1rem;
  background: rgba(227, 229, 233, 0.9);
  border: none;
}

.neverStop .p5con .textsubmit .subtext {
  display: inline-block;
  width: 4.25rem;
  line-height: 4rem;
  background: #3e0bce;
  border-radius: 0.3rem;
  font-size: 1.13rem;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}

.livepic {
  cursor: pointer;
}/*# sourceMappingURL=index.css.map */