/*********** 活动内容 ***************/
.icon {
  position: relative;
  top: 8px;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.m-show {
  display: none !important;
}
.m-show-inline {
  display: none;
}
button {
  outline: none;
  border: none;
}
.protocol {
  margin-bottom: 10px;
  color: #555555;
  font-size: 12px;
}
.protocol .protocol-cont {
  display: flex;
}
.protocol .protocol-cont span {
  flex: 1;
}
.live-addess {
  margin-bottom: 20px;
}
.live-addess a {
  color: #007BC0;
}
.layer-success {
  text-align: center;
}
.layer-success_tips {
  margin-top: 30px;
  display: inline-flex;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
.layer-success_tips span {
  display: inline-block;
  margin-left: 16px;
  font-size: 24px;
  font-weight: 700;
}
.layer-success_info {
  width: 290px;
  text-align: left;
  margin: 20px auto 0;
  color: #000000;
  font-size: 14px;
}
.layer-success_info .nums {
  font-size: 20px;
  color: #007BC0;
}
.layer_success p {
  font-size: 24px;
  font-weight: 700;
  color: #333;
}
.layer_success img {
  margin-bottom: 10px;
  margin-top: 33px;
}
.schedule-box {
  height: 64px;
  width: 100%;
  background: #EFF1F2;
}
.schedule-box_container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1200px;
  height: 100%;
}
.schedule-box_container .schedule-item {
  width: 300px;
  height: 100%;
  text-align: center;
  line-height: 64px;
}
.schedule-box_container .schedule-item .icon-1 {
  background: url(../images/schedule/icon_1.png) no-repeat;
  background-size: 100% 100%;
}
.schedule-box_container .schedule-item .icon-2 {
  background: url(../images/schedule/icon_2.png) no-repeat;
  background-size: 100% 100%;
}
.schedule-box_container .schedule-item .icon-3 {
  background: url(../images/schedule/icon_3.png) no-repeat;
  background-size: 100% 100%;
}
.schedule-box_container .schedule-item .icon-4 {
  background: url(../images/schedule/icon_4.png) no-repeat;
  background-size: 100% 100%;
}
.container-box {
  display: flex;
  width: 1200px;
  margin: 0 auto;
}
.introduce-box {
  width: 640px;
  margin-right: 135px;
}
.introduce-box .introduce-title {
  font-size: 40px;
  color: #007BC0;
  font-weight: 700;
}
.introduce-box .introduce-desc {
  margin: 20px 0 40px;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
}
.introduce-box .introduce-desc p {
  margin-bottom: 20px;
}
.introduce-box .intro-swiper-box {
  position: relative;
  width: 640px;
  height: 320px;
  overflow: hidden;
}
.introduce-box .intro-swiper-box img {
  display: block;
  width: 100%;
  height: 100%;
}
.form-box {
  position: relative;
  flex: 1;
}
.form-box .form-title {
  font-size: 24px;
  font-weight: 700;
  color: #007BC0;
}
.title-container {
  text-align: center;
}
.title-container .common-title {
  margin: 80px 0 60px 0;
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 40px;
  color: #007BC0;
}
.title-container .common-title a {
  color: #007BC0;
}
.title-container .common-title::before,
.title-container .common-title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}
.title-container .common-title::before {
  left: -84px;
  border-left: 20px solid #007BC0;
}
.title-container .common-title::after {
  right: -84px;
  border-right: 20px solid #007BC0;
}
.second-title {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  padding-left: 22px;
}
.second-title .tips {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #007BC0;
}
.second-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 30px;
  background: #007BC0;
}
/*********** 大会议程 ***************/
.agenda-box {
  background: #EFF1F2;
}
.agenda-box .covered-container .covered-box {
  margin: 40px 0 60px;
  height: 64px;
  width: 100%;
  background: #EFF1F2;
}
.agenda-box .covered-container .covered-box_container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1200px;
  height: 100%;
}
.agenda-box .covered-container .covered-box_container .covered-item {
  width: 380px;
  height: 100%;
  background: #FFFFFF;
  text-align: center;
  line-height: 64px;
}
.agenda-box .covered-container .covered-box_container .covered-item .icon-1 {
  background: url(../images/schedule/icon_2_1.png) no-repeat;
  background-size: 100% 100%;
}
.agenda-box .covered-container .covered-box_container .covered-item .icon-2 {
  background: url(../images/schedule/icon_2_2.png) no-repeat;
  background-size: 100% 100%;
}
.agenda-box .covered-container .covered-box_container .covered-item .icon-3 {
  background: url(../images/schedule/icon_2_3.png) no-repeat;
  background-size: 100% 100%;
}
.agenda-box .agenda-container .agenda-item {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 64px;
  margin-bottom: 10px;
  color: #000000;
  background: #FFFFFF;
}
.agenda-box .agenda-container .agenda-item .agenda-icon {
  position: relative;
  margin: 0 48px 0 24px;
  width: 32px;
  height: 32px;
  background: url(../images/common/date.png) no-repeat;
  background-size: 100% 100%;
}
.agenda-box .agenda-container .agenda-item .agenda-date {
  margin-right: 48px;
  font-size: 16px;
  line-height: 64px;
}
.agenda-box .agenda-container .agenda-item .agenda-cont .agenda-tt {
  font-size: 18px;
  font-weight: 700;
}
.agenda-box .agenda-container .agenda-item .agenda-cont .agenda-tt-df {
  line-height: 64px;
}
.agenda-box .agenda-container .agenda-item .agenda-cont .agenda-tt-dh {
  margin-top: 20px;
  line-height: 35px;
}
.agenda-box .agenda-container .agenda-item .agenda-cont .agenda-desc {
  margin-bottom: 20px;
  color: #555555;
}
.agenda-box .agenda-container .agenda-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: #007BC0;
}
.agenda-box .guests-container {
  margin-top: 60px;
}
.agenda-box .guests-container .guests-title {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  padding-left: 22px;
}
.agenda-box .guests-container .guests-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 30px;
  background: #007BC0;
}
.agenda-box .guests-container .guests-box {
  padding: 0 0 20px 0;
}
.agenda-box .guests-container .guests-box .guests-box-cont {
  width: 880px;
  margin: 0 auto;
}
.agenda-box .guests-container .guests-box .guests-box-cont .guests-box-title {
  margin: 40px 0 30px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.agenda-box .guests-container .guests-box .guests-box-cont .guest-list {
  display: flex;
  justify-content: space-between;
}
.agenda-box .guests-container .guests-box .guests-box-cont .guest-list .guests-title-item {
  width: 200px;
  text-align: center;
}
.agenda-box .guests-container .guests-box .guests-box-cont .guest-list .guests-title-item .guests-pic {
  margin: 0 auto;
  width: 175px;
  height: 175px;
  border-radius: 50%;
}
.agenda-box .guests-container .guests-box .guests-box-cont .guest-list .guests-title-item .guests-pic img {
  display: block;
  width: 100%;
}
.agenda-box .guests-container .guests-box .guests-box-cont .guest-list .guests-title-item .guests-name {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
}
.agenda-box .guests-container .guests-box .guests-box-cont .guest-list .guests-title-item .guests-company,
.agenda-box .guests-container .guests-box .guests-box-cont .guest-list .guests-title-item .guests-post {
  font-size: 14px;
  color: #555555;
}
/*********** 精选方案互动展示 ***************/
.scheme-box {
  background: #fff;
}
.scheme-box_container {
  margin: 0 auto 80px;
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: 400px;
}
.scheme-box_container .scheme-list {
  width: 240px;
}
.scheme-box_container .scheme-list .scheme-item {
  cursor: pointer;
  margin-bottom: 30px;
  width: 240px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  font-size: 18px;
  color: #000000;
  background: #EFF1F2;
}
.scheme-box_container .scheme-list .scheme-item:hover {
  color: #fff;
  background: #007BC0;
}
.scheme-box_container .scheme-list .on {
  color: #fff;
  background: #007BC0;
}
.scheme-box_container .scheme-item-box {
  width: 930px;
  background: #EFF1F2;
}
.scheme-box_container .scheme-item-box .scheme-item-cont {
  position: relative;
  display: flex;
  padding: 40px 30px;
}
.scheme-box_container .scheme-item-box .scheme-item-cont_lf {
  flex: 1;
}
.scheme-box_container .scheme-item-box .scheme-item-cont_lf .scheme-tt {
  font-size: 24px;
  color: #000000;
}
.scheme-box_container .scheme-item-box .scheme-item-cont_lf .scheme-desc {
  margin-top: 20px;
  font-size: 16px;
  color: #555555;
}
.scheme-box_container .scheme-item-box .scheme-item-cont_lf .scheme-icon {
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: 132px;
  height: 100px;
  background: url(../images/scheme/icon.png) no-repeat;
  background-size: 100% 100%;
}
.scheme-box_container .scheme-item-box .scheme-item-cont_rt {
  margin-left: 30px;
  width: 427px;
  height: 320px;
}
.scheme-box_container .scheme-item-box .scheme-item-cont_rt img {
  display: block;
  width: 100%;
}
/*********** 精彩预告 ***************/
.preview-box {
  background: url(../images/prize/pc_bg.png) no-repeat;
  background-size: 100% 982px;
}
.preview-box_container {
  margin: 0 auto;
  width: 1200px;
}
.preview-box_container .prize-box .prize-list {
  margin: 40px 0 60px 0;
  display: flex;
  justify-content: space-between;
}
.preview-box_container .prize-box .prize-list .prize-item {
  width: 285px;
  height: 320px;
}
.preview-box_container .games-box .games-cont {
  margin-top: 40px;
}
.preview-box_container .games-box .games-cont img {
  display: block;
  width: 100%;
}
.about-box {
  margin-bottom: 80px;
}
.about-box_container {
  margin: 0 auto;
  width: 1200px;
}
.about-box_container .about-cont {
  display: flex;
  height: 332px;
  justify-content: space-between;
}
.about-box_container .about-cont_left {
  width: 560px;
  font-size: 16px;
  color: #000000;
}
.about-box_container .about-cont_left p {
  margin-bottom: 20px;
}
.about-box_container .about-cont_right {
  position: relative;
  width: 590px;
  height: 332px;
  background: url(../images/about/video_bg.png) no-repeat;
  background-size: 100% 100%;
  border: 1px solid #eee;
}
.about-box_container .about-cont_right .replay-btn {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: url(../images/about/replay_btn.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0.8;
}
.about-box_container .about-cont_right .replay-btn:hover {
  opacity: 1;
}
.about-box_container .about-pic-list {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.about-box_container .about-pic-list .about-pic-item {
  width: 285px;
  height: 210px;
}
.flex-reverse {
  flex-direction: row-reverse;
}
.btn-quest-fix-disabled {
  background: #52010F !important;
}
/*********** banner ***************/
.fixed-box-right {
  cursor: pointer;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 115px;
  height: 130px;
  text-align: center;
  z-index: 10;
}
.fixed-box-right .btn-close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -40px;
  width: 20px;
  height: 20px;
  background: url(../images/icon_close_default.png) no-repeat;
}
.fixed-box-right .btn-close:hover {
  background: url(../images/icon_close_on.png) no-repeat;
}
.fixed-box-right::before {
  content: '';
  position: absolute;
  background: url(../images/apply_icon.png) no-repeat;
  background-size: 100% 100%;
  width: 115px;
  height: 130px;
  left: 0;
  top: 0;
}
.introduce-box.floor{
    width: 100%;
    margin-right: 0;
}
.introduce-flex{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.introduce-flex .intro-swiper-box {
    width: 640px;
}
.introduce-flex .introduce-desc{
    width: 520px;
    margin-top: 0px;
}
.convention-review{
    position: relative;
    padding-bottom: 80px;
}
.live-picture-swiper {
    position: relative;
    width: 1200px;
    margin-top: 20px;
    /* height: 440px; */
    padding-bottom: 40px;
    overflow: hidden;
}  
.live-picture-swiper .swiper-slide img{
    display: block;
    width: 285px;
    height: 190px;
    margin-top: 20px;
}
.swiper-pagination2{
    position: absolute;
    left: 0px!important;
    bottom: 0px!important;
    right: auto!important;
    text-align: center!important;
}
.swiper-pagination2.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    opacity: 0.2;
    background: #007bc0;
    border-radius: 4px;
}
.swiper-pagination2.swiper-pagination-bullets .swiper-pagination-bullet-active{
    width: 30px;
    height: 8px;
    background: #007bc0;
    opacity: 1;
}
.swiper-button-prev2,.swiper-button-next2{
    position: absolute;
    top: 447px;
    width:48px ;
    height: 48px;
    border-radius: 50%;
    background:rgba(0,123,192,0.5) ;
    outline: none;
    cursor: pointer;
}
.swiper-button-prev2::after,.swiper-button-next2::after{
    content:"";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 13px;
    height: 23px;
    background: url(../images/left.png) left top no-repeat ;
    background-size: 100% 100%;
    transform: translate(-50%,-50%);
}
.swiper-button-next2::after{
    background: url(../images/right.png) left top no-repeat ;
    background-size: 100% 100%;
}
.swiper-button-prev2:hover,
.swiper-button-next2:hover
{
    background:#007bc0 ;
}
.swiper-button-prev2{
    left: calc(50vw - 668px);
    right: auto;
}
.swiper-button-next2{
    right: calc(50vw - 668px);
    left: auto;
}
.speech-video{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
}
.speech-video li{
    width: 386px;
    margin-top: 20px;
}
.video-item{
    position: relative;
    cursor: pointer;
}
.video-item::after{
    content:"";
    position: absolute;
    left: 50%;
    top: 50%;
    width:64px ;
    height: 64px;
    transform: translate(-50%,-50%);
    background: url("../images/play.png") left top no-repeat;
    background-size: 100% 100%;
}
.video-item:hover::after{
    background: url("../images/play2.png") left top no-repeat;
    background-size: 100% 100%;
}
.video-desc{
    padding:18px 20px 0 20px ;
    height: 112px;
    box-sizing: border-box;
    background: #007bc0;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
}
.video-desc h3{
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    line-height: 24px;
    margin-bottom: 7px;
}
.speech-video li img{
    display: block;
    width: 100%;
}
@media screen and (max-width: 750px) {
  .m-show {
    display: block !important;
  }
  .pc-show {
    display: none !important;
  }
  .m-show-inline {
    display: inline-block;
  }
  .icon {
    width: 0.32rem;
    height: 0.32rem;
    top: initial;
    vertical-align: middle;
  }
  .protocol {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
  }
  .live-addess {
    margin-bottom: 0.1rem;
  }
  .title-container {
    text-align: center;
  }
  .title-container .common-title {
    margin: 0.8rem 0 0.5rem 0;
    font-size: 0.48rem;
    color: #007BC0;
  }
  .title-container .common-title::before,
  .title-container .common-title::after {
    border-top: 0.22rem solid transparent;
    border-bottom: 0.22rem solid transparent;
  }
  .title-container .common-title::before {
    left: -0.66rem;
    border-left: 0.26rem solid #007BC0;
  }
  .title-container .common-title::after {
    right: -0.66rem;
    border-right: 0.26rem solid #007BC0;
  }
  .second-title {
    font-size: 0.36rem;
    padding-left: 0.22rem;
  }
  .second-title .tips {
    font-size: 0.24rem;
  }
  .second-title::before {
    width: 0.06rem;
    height: 0.3rem;
  }
  .schedule-box {
    height: 0.8rem;
  }
  .schedule-box_container {
    width: 100%;
    height: 100%;
  }
  .schedule-box_container .schedule-item {
    font-size: 0.24rem;
    width: 1.88rem;
    line-height: 0.8rem;
  }
  .container-box {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .introduce-box {
    width: 100%;
    padding: 0 0.24rem;
    text-align: center;
  }
  .introduce-box .introduce-title {
    position: relative;
    text-align: center;
    font-size: 0.48rem;
    display: inline-block;
  }
  .introduce-flex{
    display: block;
  }
  .introduce-box .introduce-title::before,
  .introduce-box .introduce-title::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-top: 0.22rem solid transparent;
    border-bottom: 0.22rem solid transparent;
  }
  .introduce-box .introduce-title::before {
    left: -0.66rem;
    border-left: 0.26rem solid #007BC0;
  }
  .introduce-box .introduce-title::after {
    right: -0.66rem;
    border-right: 0.26rem solid #007BC0;
  }
  .introduce-box .introduce-desc {
    margin: 0.4rem 0 0.4rem;
    text-align: left;
    font-size: 0.28rem;
  }
  .introduce-box .intro-swiper-box {
    width: 100%;
    height: 3.5rem;
    overflow: 1;
  }
  .introduce-box .intro-swiper-box img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .form-box {
    padding: 0.6rem 0 0 0;
  }
  .form-box .form-title {
    text-align: center;
    font-size: 0.36rem;
  }
  /*********** 大会议程 ***************/
  .agenda-box .covered-container .covered-box {
    margin: 0.3rem 0 0.4rem;
    height: 0.64rem;
  }
  .agenda-box .covered-container .covered-box_container {
    width: 100%;
  }
  .agenda-box .covered-container .covered-box_container .covered-item {
    width: 2.26rem;
    line-height: 0.64rem;
  }
  .agenda-box .agenda-container .agenda-item {
    display: block;
    min-height: 1.54rem;
    margin-bottom: 0.08rem;
    padding: 0.3rem;
  }
  .agenda-box .agenda-container .agenda-item .agenda-icon {
    display: none;
  }
  .agenda-box .agenda-container .agenda-item .agenda-date {
    color: #007BC0;
    margin-right: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .agenda-box .agenda-container .agenda-item .agenda-cont .agenda-tt {
    margin: 0.08rem 0;
    font-size: 0.32rem;
  }
  .agenda-box .agenda-container .agenda-item .agenda-cont .agenda-tt-df {
    line-height: 0.45rem;
  }
  .agenda-box .agenda-container .agenda-item .agenda-cont .agenda-tt-dh {
    margin-top: 0;
    line-height: 0.45rem;
  }
  .agenda-box .agenda-container .agenda-item .agenda-cont .agenda-desc {
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin-bottom: 0;
    color: #555555;
  }
  .agenda-box .agenda-container .agenda-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: #007BC0;
  }
  .agenda-box .guests-container {
    margin-top: 60px;
  }
  .agenda-box .guests-container .guests-title {
    font-size: 0.36rem;
    padding-left: 0.22rem;
  }
  .agenda-box .guests-container .guests-title::before {
    width: 0.06rem;
    height: 0.3rem;
  }
  .agenda-box .guests-container .guests-box {
    padding: 0 0.64rem;
  }
  .agenda-box .guests-container .guests-box .guests-box-cont {
    width: 100%;
    margin: 0 auto;
  }
  .agenda-box .guests-container .guests-box .guests-box-cont .guests-box-title {
    margin: 0.4rem 0 0.3rem;
    font-size: 0.32rem;
  }
  .agenda-box .guests-container .guests-box .guests-box-cont .guest-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .agenda-box .guests-container .guests-box .guests-box-cont .guest-list .guests-title-item {
    margin: 0.2rem auto;
    width: 2rem;
    text-align: center;
  }
  .agenda-box .guests-container .guests-box .guests-box-cont .guest-list .guests-title-item .guests-pic {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
  }
  .agenda-box .guests-container .guests-box .guests-box-cont .guest-list .guests-title-item .guests-pic img {
    display: block;
    width: 100%;
  }
  .agenda-box .guests-container .guests-box .guests-box-cont .guest-list .guests-title-item .guests-name {
    margin-top: 0.12rem;
    font-size: 0.32rem;
  }
  .agenda-box .guests-container .guests-box .guests-box-cont .guest-list .guests-title-item .guests-company,
  .agenda-box .guests-container .guests-box .guests-box-cont .guest-list .guests-title-item .guests-post {
    font-size: 0.24rem;
  }
  /*********** 精选方案互动展示 ***************/
  .scheme-box {
    background: #fff;
  }
  .scheme-box_container {
    margin: 0 auto 0.8rem;
    display: block;
    width: 100%;
    padding: 0 0.24rem;
    height: auto;
  }
  .scheme-box_container .scheme-list {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .scheme-box_container .scheme-list .scheme-item {
    margin-bottom: 0.12rem;
    width: 2.26rem;
    height: 0.64rem;
    line-height: 0.64rem;
    font-size: 0.28rem;
  }
  .scheme-box_container .scheme-item-box {
    width: 100%;
  }
  .scheme-box_container .scheme-item-box .scheme-item-cont {
    display: block;
    padding: 0.32rem 0.3rem;
  }
  .scheme-box_container .scheme-item-box .scheme-item-cont_lf {
    flex: 1;
  }
  .scheme-box_container .scheme-item-box .scheme-item-cont_lf .scheme-tt {
    font-size: 0.36rem;
  }
  .scheme-box_container .scheme-item-box .scheme-item-cont_lf .scheme-desc {
    margin-top: 0.16rem;
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .scheme-box_container .scheme-item-box .scheme-item-cont_lf .scheme-icon {
    display: none;
  }
  .scheme-box_container .scheme-item-box .scheme-item-cont_rt {
    margin-left: 0;
    margin-top: 0.2rem;
    width: 6.42rem;
    height: 3.81rem;
  }
  .scheme-box_container .scheme-item-box .scheme-item-cont_rt img {
    display: block;
    width: 100%;
    height: 100%;
  }
  /*********** 精彩预告 ***************/
  .preview-box {
    background: url(../images/prize/m_bg.png) no-repeat;
    background-size: 100% 14.5rem;
  }
  .preview-box_container {
    margin: 0 auto;
    padding: 0 0.24rem;
    width: 100%;
  }
  .preview-box_container .prize-box .prize-list {
    margin: 0.48rem 0 0.5rem 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .preview-box_container .prize-box .prize-list .prize-item {
    margin: 0.1rem 0;
    width: 3.4rem;
    height: 3.8rem;
  }
  .preview-box_container .prize-box .prize-list .prize-item img {
    display: block;
    width: 100%;
  }
  .preview-box_container .games-box .games-cont {
    margin-top: 0.4rem;
  }
  .preview-box_container .games-box .games-cont img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .about-box {
    margin-bottom: 0.8rem;
  }
  .about-box_container {
    margin: 0 auto;
    width: 100%;
    padding: 0 0.24rem;
  }
  .about-box_container .about-cont {
    display: block;
    height: auto;
  }
  .about-box_container .about-cont_left {
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .about-box_container .about-cont_left p {
    margin-bottom: 0.4rem;
  }
  .about-box_container .about-cont_right {
    width: 100%;
    height: 3.95rem;
  }
  .about-box_container .about-pic-list {
    margin-top: 0.24rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .about-box_container .about-pic-list .about-pic-item {
    width: 3.39rem;
    height: 2.5rem;
    margin-bottom: 0.24rem;
  }
  .about-box_container .about-pic-list .about-pic-item img {
    display: block;
    width: 100%;
  }
  .submit_form_register .info_title {
    text-align: center;
    margin: 0 0 0.4rem 0;
  }
  .submit_form_register .submit-btn {
    margin-top: 0.4rem;
    position: relative;
  }
  .live-picture-swiper{
    width: 100%;
    margin-top:0.2rem
  }
  .live-picture-swiper .swiper-slide img{
    width: 3.41rem;
    height:2.28rem ;
    margin-top: 0.2rem;
  }
  .swiper-button-prev2,.swiper-button-next2{
    display: none;
  }
  .introduce-flex .introduce-desc{
    width: 100%;
  }
  .video-tit{
    margin-top: 0.5rem;
  }
  .speech-video{
    padding-top: 0.2rem;
  }
  .speech-video li{
    width: 100%;
    margin-top: 0.2rem;
  }
  .video-item::after{
    width: 0.88rem;
    height:0.88rem
  }
  .video-desc{
    height:2.2rem;
    padding: 0.4rem 0.24rem 0;
    font-size: 0.25rem;
    line-height: 0.34rem;
  }
  .video-desc h3{
    font-size: 0.3rem;
    font-weight: 700;
    line-height: 0.42rem;
    margin-bottom: 0.25rem;
  }

}
