/*移动端768*/

@media screen and (max-width: 768px) {
  /*公共端*/

  html,
  body {
    width: 100%;

    overflow: hidden auto;
  }

  .product_img_box {
    display: none;

    position: fixed;

    width: 100%;

    height: 100%; /* height: auto; */

    min-height: 100%;

    background-color: rgba(0, 0, 0, 0.65);

    top: 0;

    left: 0;

    z-index: 999;

    box-sizing: border-box;

    overflow-y: scroll;
  }

  .scle_swiper_img {
    display: none;

    position: fixed;

    width: 100%;

    height: 100%; /* height: auto; */

    min-height: 100%;

    background-color: rgba(0, 0, 0, 0.65);

    overflow-y: scroll;

    top: 0;

    left: 0;

    z-index: 999;

    box-sizing: border-box; /* display: flex; */ /* padding: 2rem 0; */
  }

  .img_item {
    /* position: fixed;



    padding: 1rem 0;



    box-sizing: border-box; */

    display: none;

    margin: 2rem 0;

    text-align: right;
  }

  .img_item img {
    /* display: none; */ /* position: relative; */

    width: calc(100% - 1.14rem);

    margin: 0 auto;

    height: auto;
  }

  .img_item .close_img {
    width: 0.3rem;

    display: inline-block;

    margin-right: 0.58rem;
  }

  .index_pc {
    display: none;
  }

  .footer {
    display: none;
  }

  .index_mobile {
    overflow: hidden auto;

    display: block;
  }

  .tab_box {
    display: flex;

    width: 100%;

    position: fixed;

    bottom: 0;

    left: 0;

    height: 1.4rem;

    background-color: #282828;

    display: flex;

    color: #fff;

    z-index: 99;

    padding: 0 0.3rem;

    justify-content: space-between;
  }

  .tab_box .item {
    /* width: 20%; */

    width: 1rem;

    height: 1.2rem;
  }

  .tab_box .item a {
    display: block;

    width: 100%;

    height: 100%;

    display: flex;

    flex-direction: column;

    justify-content: center;

    color: #fff;
  }

  .tab_box .active a {
    color: #d7001d;
  }

  .tab_box .item a .img {
    width: 100%;

    height: 0.6rem;

    display: flex;

    justify-content: center;

    align-items: center;
  }

  .tab_box .item a .img img {
    display: block;
  }

  .tab_box .item a .img .img1 {
    display: none;
  }

  .tab_box .active a .img img {
    display: none;
  }

  .tab_box .active a .img .img1 {
    display: block;
  }

  .tab_box .item a span {
    font-size: 0.2rem;

    line-height: 0.2rem;

    text-align: center;
  }

  .index_mobile {
    padding: 0 0 1.2rem;

    margin-top: 0.49rem;

    background: url('/dctech2023/images/316/kv_bottom.png') no-repeat;

    /* url(/dctech2023/images/mobile/ahome/star.jpg) no-repeat; */

    min-height: 100vh;

    background-size: 100% auto;

    background-position: 0 99%, 0 0;

    position: relative;
  }

  .index_wrap,
  .index_wrapv {
    position: fixed;

    top: 0;

    left: 0;

    z-index: 109;

    width: 100%;

    height: 100%;

    background-color: rgba(0, 0, 0, 0.65);

    display: none;
  }

  .index_wrapv .wrap_box,
  .index_wrap .wrap_box {
    position: fixed;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 5.5rem;

    min-height: 2.85rem;

    background: #ffffff;

    border-radius: 0.06rem;

    box-sizing: border-box;

    padding: 0.7rem 0.2rem 0;

    text-align: center;
  }

  .index_wrapv .wrap_box .close,
  .index_wrap .wrap_box .close {
    position: absolute;

    width: 0.26rem;

    top: -0.44rem;

    right: 0;
  }

  .index_wrapv .wrap_box .success img,
  .index_wrap .wrap_box .success img {
    display: none;
  }

  .index_wrapv .wrap_box h2,
  .index_wrap .wrap_box h2 {
    margin: 0.23rem 0 0.19rem;

    font-size: 0.32rem;

    font-weight: bold;

    color: #c5001b;

    line-height: 1;
  }

  .index_wrapv .wrap_box p,
  .index_wrap .wrap_box p {
    font-size: 0.24rem;

    font-family: SourceHanSansCN-Regular, SourceHanSansCN;

    font-weight: 400;

    color: #000000;
  }

  .index_mobile_bg1 {
    width: 100%;

    position: absolute;

    top: 0; /* top: 4.5rem; */

    right: 0;

    z-index: 0;
  }

  .index_mobile .logo {
    padding: 0 0.57rem;

    position: relative;

    z-index: 1;

    display: block;
  }

  .titleTime {
    position: relative;

    z-index: 1;

    text-align: center;

    font-size: 0.4rem;

    font-weight: bold;

    letter-spacing: 2px;
  }

  .op0 {
    opacity: 0;
  }

  .index_mobile .logo img {
    display: block;

    width: 3.33rem;

    /* height: 0.33rem; */
  }

  .index_mobile .banner {
    padding: 0.92rem 0.57rem 0;

    position: relative;

    z-index: 1;

    height: 7rem;
  }

  .index_mobile .banner img {
    display: block;

    margin: 0 auto 0;

    width: 3.56rem;
  }

  .mobile_title {
    display: block;

    margin: 1.38rem auto 0.65rem;

    font-size: 0.44rem;

    font-weight: bold;

    letter-spacing: 1px;

    position: relative;

    z-index: 1;
  }

  .page2 .mobile_title {
    margin: 1rem auto 0.65rem;
  }

  .index_mobile .page1 {
    padding: 0.66rem 0.4rem 0.58rem;

    display: flex;

    justify-content: space-between;

    position: relative;

    z-index: 1;
  }

  .index_mobile .page1 .item {
    width: 2.47rem;

    height: 0.76rem;

    background: url(/dctech2023/images/316/title_to_back.png) no-repeat;

    background-size: 100% 100%;

    display: flex;

    align-items: center;

    justify-content: center;
  }

  .index_mobile .page1 .item span {
    font-size: 0.28rem;

    line-height: 0.71rem;

    color: #fff;
  }

  .index_mobile .page1 .okhref {
    display: flex; /* display: none; */
  }

  .index_mobile .page1 .nohref {
    display: none; /* display: flex; */
  }

  .index_mobile .page2 {
    position: relative;

    z-index: 1;
  }

  .index_mobile .page2 .con {
    font-size: 0.26rem;

    line-height: 0.46rem;

    color: #fff; /* text-indent: 0.52rem; */ /* padding: 0.34rem 0.44rem 0.51rem; */
  }

  .index_mobile .page3 {
    width: 100%;

    overflow: hidden;

    position: relative;

    z-index: 1;
  }

  .index_mobile .page3 .wraps {
    position: relative;

    width: 7.38rem;

    height: 13.88rem;
  }

  .page3 .wraps .crea {
    position: absolute;
  }

  .hilgth {
    margin: 0 auto;
  }

  .crea1 {
    width: 3.1rem;

    top: 0.8rem;

    left: 4.3rem;
  }

  .crea2 {
    width: 3.72rem;

    top: 0.9rem;

    left: 0.65rem;
  }

  .crea3 {
    width: 3.14rem;

    top: 3.96rem;

    left: 0.15rem;
  }

  .crea4 {
    width: 4.05rem;

    top: 3.9rem;

    left: 3.2rem;
  }

  .livebroadcast_con {
    margin-bottom: 5.3rem;
  }

  .crea5 {
    width: 3.47rem;

    top: 7.2rem;

    left: 3.2rem;
  }

  .crea6 {
    width: 3.56rem;

    top: 7rem;

    left: 0;
  }

  .crea7 {
    width: 3.1rem;

    top: 9.5rem;

    left: 1.45rem;
  }

  .crea8 {
    width: 3.1rem;

    top: 10.8rem;

    left: 4rem;
  }

  .crea9 {
    width: 2.62rem;

    top: -1.2rem;

    left: 4.2rem;
  }

  .bgrea {
    position: absolute;
  }

  .bgrea1 {
    width: 1.98rem;

    top: 0;

    left: 2.95rem;
  }

  .bgrea2 {
    width: 2.25rem;

    top: 2.6rem;

    left: 3.3rem;
  }

  .bgrea3 {
    width: 0.8rem;

    top: 4.2rem;

    left: 6.2rem;
  }

  .bgrea4 {
    width: 1.6rem;

    top: 6.6rem;

    left: 2.8rem;
  }

  .bgrea5 {
    width: 1rem;

    top: 9.95rem;

    left: 6rem;
  }

  .bgrea6 {
    width: 0.8rem;

    top: 10.65rem;

    left: 4.4rem;
  }

  .index_mobile .page4 {
    position: relative;

    z-index: 1;
  }

  .page6 .swiper-pagination-bullet,
  .page4 .swiper-pagination-bullet {
    opacity: 0.5;

    width: 0.1rem;

    height: 0.1rem;

    transition: all 0.2s ease-in;

    background-color: rgb(224, 209, 209);
  }

  .page6 .swiper-pagination-bullet-active,
  .page4 .swiper-pagination-bullet-active {
    width: 0.35rem;

    background-color: #c1001a;

    opacity: 1;
  }

  .qrcode {
    width: 1.52rem;

    display: block;

    margin: 2.33rem auto 1.5rem;
  }

  .HZMT {
    width: 6.5rem;

    display: flex;

    flex-wrap: wrap; /* justify-content: space-around; */

    margin: 0 auto;
  }

  .HZMT > img:nth-child(2n + 1) {
    margin-right: 0.5rem;
  }

  .HZMT > img:nth-child(2) ~ img {
    margin-top: 0.3rem;
  }

  .HZMT > img {
    height: 0.9rem;

    width: 45%;
  }

  .index_mobile .page4 .swiper_box {
    margin-top: 0.07rem;

    margin-left: 0.57rem;

    width: calc(100% - 0.57rem);

    overflow: hidden;
  }

  .index_mobile .page4 .swiper-container-page4 {
    height: 4.28rem;
  }

  .index_mobile .page4 .swiper-container-page4 .swiper-slide .img {
    position: relative;

    height: 3.3rem;

    overflow: hidden;
  }

  .index_mobile .page4 .swiper-container-page4 .swiper-slide .bg {
    display: block;

    width: 100%;

    left: 0;

    top: 0;
  }

  .index_mobile .page4 .swiper-container-page4 .swiper-slide .play {
    width: 0.98rem;

    position: absolute;

    top: 47%;

    left: 50%;

    transform: translate(-50%, -50%);
  }

  .index_mobile .page4 .swiper-container-page4 .swiper-slide .icon_play {
    display: block;

    width: 0.41rem;

    height: 0.4rem;

    position: absolute;

    right: 0.2rem;

    bottom: 0.17rem;
  }

  .index_mobile .page4 .swiper-container-page4 .swiper-slide p {
    color: #fff;

    font-size: 0.3rem;

    line-height: 0.36rem;
  }

  .index_mobile .page5 {
    position: relative;

    z-index: 1;
  }

  .index_mobile .page5 .swiper_box {
    margin: 0 auto;
    width: 5.25rem;
    overflow: hidden;
  }
  .page5 .swiper-slide {
    width: 1.75rem;
  }
  .page5 .swiper-slide .img {
    width: 1.65rem;
    /* height: 3.68rem; */
    border: 0.5px solid #c1001a;
  }
  .page5 .swiper-slide .con p:nth-child(2) {
    font-size: 0.14rem;
  }
  .swiper-button-prev {
    width: 0.66rem;

    background: url(/dctech2023/images/mobile/ahome/prev.png) no-repeat;

    left: 9px;

    top: 3.2rem;

    background-size: 0.66rem 0.66rem;
  }

  .swiper-button-next {
    width: 0.66rem;

    background: url(/dctech2023/images/mobile/ahome/next.png) no-repeat;

    right: 9px;

    top: 3.2rem;

    background-size: 0.66rem 0.66rem;
  }

  .index_mobile .page5 .swiper-container-page5 .swiper-slide {
    position: relative;

    height: auto;
  }

  .index_mobile .page5 .swiper-container-page5 .swiper-slide .con {
    width: 100%;

    box-sizing: border-box;

    padding: 0.14rem 0 .1rem 0.01rem;

    color: #fff;

   // height: 1.25rem;

    background: linear-gradient(104deg, #980115, #58040e);
  }

.index_mobile .page5 .swiper-container-page5 .swiper-slide .con p:nth-child(1){

}
.index_mobile .page5 .swiper-container-page5 .swiper-slide .con p:nth-child(2){

}
  .index_mobile .page5 .swiper-container-page5 .swiper-slide.swiper-slide-next {
    margin-top: 0.3rem;
  }

  .page5 .swiper-container-page5 .swiper-slide .con p {
    font-size: 0.24rem;

    font-weight: bold;

    line-height: 0.4rem;
  }

  .page5 .con p:last-child {
    font-size: 8px !important;

    font-weight: normal !important;

    line-height: 0.26rem !important;
  }

  .index_mobile .page6 {
    margin-top: 0.07rem;

    margin-left: 0.57rem;

    margin-bottom: 0.5rem;

    width: calc(100% - 0.57rem);

    overflow: hidden;

    position: relative;

    z-index: 1;
  }

  .crea {
    animation: transY 3s linear infinite;
  }

  .crea1 {
    animation-delay: 0.1s;
  }

  .crea2 {
    animation-delay: 0.3s;
  }

  .crea3 {
    animation-delay: 0.5s;
  }

  .crea4 {
    animation-delay: 0.7s;
  }

  .crea5 {
    animation-delay: 0.9s;
  }

  .crea6 {
    animation-delay: 1.1s;
  }

  .crea7 {
    animation-delay: 1.3s;
  }

  .crea8 {
    animation-delay: 1.5s;
  }

  .bgrea {
    animation: scale 3s ease-in-out infinite;
  }

  .bgrea1 {
    animation-delay: 0.1s;
  }

  .bgrea2 {
    animation-delay: 0.3s;
  }

  .bgrea3 {
    animation-delay: 0.5s;
  }

  .bgrea4 {
    animation-delay: 0.7s;
  }

  .bgrea5 {
    animation-delay: 0.9s;
  }

  .bgrea6 {
    animation-delay: 0.5s;
  }

  @keyframes scale {
    0% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.1);
    }

    100% {
      transform: scale(1);
    }
  }

  @keyframes transY {
    0% {
      transform: translateY(0) scale(1);
    }

    50% {
      transform: translateY(0.3rem) scale(0.95);
    }

    100% {
      transform: translateY(0) scale(1);
    }
  }

  .index_mobile .page6 .con .item {
    width: 4.5rem;
  }

  .index_mobile .page6 .con .item > img {
    display: block;
  }

  .index_mobile .page6 .con .item p {
    font-size: 0.28rem;

    line-height: 0.5rem;

    padding-left: 0.15rem;

    color: #fff;

    margin-top: 0.3rem;
  }

  .index_mobile .page6 .con .item p span {
    display: inline-block;

    position: relative;

    top: 3px;

    margin-right: 0.1rem;

    width: 0.08rem;

    height: 0.26rem;

    background-color: #be0019;
  }

  .video_5 {
    position: fixed;

    width: 100vw;

    height: 100vh;

    background-color: #000;

    top: 0;

    left: 0;

    z-index: 999;

    display: none;
  }

  .video_5 video {
    width: 100%;

    height: auto;

    position: absolute;

    left: 0;

    top: 50%;

    transform: translateY(-50%);

    display: block !important;
  }

  .video_5 .colse_video {
    width: 0.46rem;

    height: 0.46rem;

    display: block;

    right: 0.3rem; /* top: 50%; */

    position: absolute; /* transform: translateY(-50%); */
  }

  .img_bg_box img {
    display: block;

    width: 100%;

    position: absolute;

    left: 0;

    bottom: 0;
  }

  /*注册页移动端register_inside*/

  .register {
  }

  .register_bg1 {
    display: block;

    width: 7.5rem;

    position: fixed;

    top: 0;

    right: 0;
  }

  #login1 {
    /* background-color: #cdcdcd; */
  }

  .register_bg2 {
    display: block;

    width: 6.76rem;

    position: fixed;

    bottom: 0;

    left: 0;
  }

  .register .logo {
    padding: 0.49rem 0.57rem 1.38rem;

    position: relative;

    z-index: 1;

    display: block;
  }

  .register .logo img {
    display: block;

    width: 3.33rem;
  }

  .register .title {
    position: relative;

    z-index: 1;
  }

  .register .title img {
    display: block;

    width: 1.89rem;

    margin: 0 auto 0.44rem;
  }

  .register .table {
    margin-bottom: 49px;

    padding: 0 0.67rem;

    position: relative;

    z-index: 1;
  }

  .register .table .item {
    display: flex;

    box-sizing: border-box;

    justify-content: center;

    align-items: center;

    width: 2.8rem;

    height: 0.76rem; /* border-radius: 0.04rem; */

    border: 1px solid #d7001d;

    font-size: 0.32rem;

    color: #fff;

    font-weight: 600;

    letter-spacing: 0.02rem;
  }

  .register .table .active {
    width: 2.88rem;

    height: 0.76rem;

    border: 0;

    background: url(/dctech2023/images/mobile/register_tab_bg.png) no-repeat;

    background-size: 100% 100%;
  }

  .register .form {
    /* padding: 0 0.67rem; */

    padding: 0;

    position: relative;

    z-index: 1;
  }

  .register .form .swiper-wrapper input {
    /* width: 100% !important; */
  }

  .register .form .item {
    /* background: #D7001D; */

    width: calc(100% - 1.14rem);

    margin: 0 auto;

    height: 0.76rem;

    background: rgba(113, 2, 10, 0.14);

    border-radius: 0.04rem;

    border: 1px solid #d7001d;

    display: flex;

    box-sizing: border-box;

    align-items: center;

    position: relative; /* z-index: 1; */

    margin-bottom: 0.32rem;
  }

  .register .form .item .inp {
    flex: 1;

    height: 100%;

    background-color: transparent;

    font-size: 0.26rem;

    color: #fff;

    position: relative;

    z-index: 1;
  }

  .register .form .item .inp::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.64);
  }

  .register .form .item .inpt:-moz-placeholder {
    color: rgba(255, 255, 255, 0.84);
  }

  .register .form .item .inp::-moz-placeholder {
    color: rgba(255, 255, 255, 0.84);
  }

  .register .form .item .inp:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.84);
  }

  .register .form .item .inp:disabled {
    background-color: transparent !important;

    opacity: 1;

    color: #fff;
  }

  .register .form .msg {
    font-size: 0.24rem;

    font-weight: 400;

    color: #d7001d;

    height: 0.36rem;

    line-height: 0.36rem;

    text-align: center;

    margin: 0.22rem 0 0.13rem;
  }

  .register .form .m-btn1 {
    display: block;

    margin: 0 auto;

    width: calc(100% - 1.14rem);

    height: 0.7rem;

    background: #d7001d;

    border-radius: 0.46rem;

    font-size: 0.32rem;

    line-height: 0.7rem;

    text-align: center;

    color: #fff;

    font-weight: 600;
  }

  .register .form .item .box {
    position: absolute;

    z-index: 3;

    top: 0.76rem;

    left: 0;

    width: 100%;

    height: auto;

    background-color: #5f000d;

    color: #fff;

    padding: 0.1rem 0 0;

    display: none;
  }

  .register .form .item .box .box_item {
    font-size: 0.26rem;

    line-height: 0.62rem;

    width: calc(100% - 0.48rem);

    margin: 0 auto;

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .register .form .item .box .box_item:last-child {
    border: 0;
  }

  .register .wrap {
    position: fixed;

    top: 0;

    left: 0;

    z-index: 2;

    width: 100%;

    height: 100%;

    background-color: rgba(0, 0, 0, 0.65);

    display: none;
  }

  .register .wrap .wrap_box {
    position: fixed;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 5.5rem;

    min-height: 2.85rem;

    background: #ffffff;

    border-radius: 0.06rem;

    box-sizing: border-box;

    padding: 0.7rem 0.2rem 0;

    text-align: center;
  }

  .register .wrap .wrap_box .close {
    position: absolute;

    width: 0.26rem;

    top: -0.44rem;

    right: 0;
  }

  .register .wrap .wrap_box .success img {
    display: none;
  }

  .register .wrap .wrap_box h2 {
    margin: 0.23rem 0 0.19rem;

    font-size: 0.32rem;

    font-weight: bold;

    color: #c5001b;

    line-height: 1;
  }

  .register .wrap .wrap_box p {
    font-size: 0.24rem;

    font-family: SourceHanSansCN-Regular, SourceHanSansCN;

    font-weight: 400;

    color: #000000;
  }

  .register .form .item .triangle {
    width: 0.3rem;

    height: 0.7rem;

    position: absolute;

    right: 0.21rem;

    top: 0;
  }

  .register .form .item .triangle img {
    display: block;

    width: 0.14rem;

    height: 0.23rem;

    position: absolute;

    transition: 0.3s;

    top: 50%;

    right: 50%;

    transform: translate(-50%, -50%) rotate(0);
  }

  .register .form .item .open img {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  /*schedule_mobile日程移动端*/

  .schedule_mobile .banner {
    padding-bottom: 1.32rem;
  }

  .schedule_mobile .schedule_list {
    width: calc(100% - 1.14rem);

    margin: 0 auto;

    position: relative;

    z-index: 1;
  }

  .schedule_mobile .schedule_list .item {
    background: url(/dctech2023/images/mobile/schedule_bg1.png) no-repeat;

    background-size: 100% 100%;

    color: #fff;

    box-sizing: border-box;

    padding: 0.43rem 0.45rem 0.15rem;

    margin-bottom: 0.4rem;
  }

  .schedule_mobile .schedule_list .item h2 {
    font-size: 0.32rem;

    line-height: 0.32rem;

    margin-bottom: 0.02rem;
  }

  .schedule_mobile .schedule_list .item h3 {
    font-size: 0.28rem;

    line-height: 0.64rem;
  }

  .schedule_mobile .schedule_list .item .line {
    width: 1.4rem;

    height: 0.04rem;

    background: #d6001d;

    margin-bottom: 0.1rem;
  }

  .schedule_mobile .schedule_list .item .con {
    font-size: 0.24rem;

    line-height: 0.34rem;
  }

  .schedule_mobile .schedule_list .item .con p {
    /* text-indent: 2em; */
  }

  .schedule_mobile .schedule_list .item .time {
    display: flex;

    font-size: 0.28rem;

    height: 0.64rem;

    align-items: center; /* margin: 0 0 0.14rem; */

    margin: 0;
  }

  .schedule_mobile .schedule_list .item .time img {
    width: 0.25rem;

    height: 0.25rem;

    margin-right: 0.12rem;
  }

  .schedule_mobile .schedule_list .item .btns {
    display: flex;

    margin-top: 0.14rem;

    min-height: 0.73rem;

    padding-bottom: 0.2rem;
  }

  .schedule_mobile .schedule_list .item .btns .btn_end {
    width: 2.3rem;

    height: 0.72rem;

    background: #464646;

    border-radius: 0.04rem;

    line-height: 0.72rem;

    font-size: 0.26rem;

    text-align: center;

    margin-right: 0.5rem;
  }

  .schedule_mobile .schedule_list .item .btns .btn_item {
    width: 2.3rem;

    height: 0.72rem;

    background: #930114;

    color: #fff;

    text-align: center;

    line-height: 0.72rem;

    font-size: 0.26rem;

    border-radius: 0.04rem;
  }

  .schedule_mobile .schedule_list .item .btns .btn {
    display: block;

    float: left;
  }

  .schedule_mobile .schedule_list .item .btns .btn:last-child {
    margin-right: 0;
  }

  /*日程详情*/

  .scheduledetails_mobile {
    color: #fff;

    padding-bottom: 1.6rem;
  }

  .scheduledetails_mobile h3 {
    width: calc(100% - 0.8rem);

    margin: 5.97rem auto 0.26rem;

    font-size: 0.34rem;

    line-height: 0.4rem;

    position: relative;

    z-index: 1;
  }

  .scheduledetails_mobile .scheduledetails_mobile_line {
    width: calc(100% - 0.8rem);

    margin-left: 0.4rem;

    width: 0.77rem;

    height: 0.06rem;

    background: #be0019;

    position: relative;

    z-index: 1;
  }

  .scheduledetails_mobile .scheduledetails_mobile_time {
    width: calc(100% - 0.8rem);

    margin: 0 auto;

    font-size: 0.3rem;

    height: 0.82rem;

    display: flex;

    align-items: center;

    position: relative;

    z-index: 1;
  }

  .scheduledetails_mobile .scheduledetails_mobile_time i {
    margin-right: 0.1rem;
  }

  .scheduledetails_mobile .scheduledetails_mobile_time img {
    width: 0.25rem;

    height: 0.25rem;

    margin-right: 0.11rem;
  }

  .scheduledetails_mobile .box {
    width: calc(100% - 0.8rem);

    margin: 0 auto;
  }

  .scheduledetails_mobile .morning_box {
    position: relative;

    z-index: 1;
  }

  .scheduledetails_mobile .box .box_title {
    width: 100%;

    height: 0.68rem;

    background: url(/dctech2023/images/mobile/scheduledetails_bg2.png) no-repeat;

    background-size: 100% 100%;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 0.3rem;

    margin-top: 1.2rem;

    position: relative;

    z-index: 1;
  }

  .swiper-pagination4 {
    margin-top: 0.55rem;
  }

  .scheduledetails_mobile .box .box_title img {
    margin-right: 0.11rem;

    width: 0.25rem;

    height: 0.25rem;
  }

  .scheduledetails_mobile .box .box_title span {
    margin-right: 0.1rem;
  }

  .scheduledetails_mobile .box .box_list .item {
    border-bottom: 0.01rem dashed rgba(190, 0, 25, 0.5);

    padding: 0.5rem 0 0.4rem 0;
  }

  .scheduledetails_mobile .morning_box .box_list .item:last-child {
    border: 0;
  }

  .scheduledetails_mobile .days .box .box_list .item:last-child {
    border: 0;
  }

  .scheduledetails_mobile .box .box_list .item .time {
    display: flex;

    position: relative;

    font-size: 0.28rem;

    line-height: 0.28rem;

    margin-bottom: 0.3rem;

    font-weight: bold;
  }

  .scheduledetails_mobile .box .box_list .item .time i {
    position: relative;

    display: inline-block;

    width: 0.16rem;

    height: 0.04rem;

    background: #be0019;

    margin: 0 0.06rem;
  }

  .scheduledetails_mobile .box .box_list .item .time .play_video_btn {
    position: absolute;

    right: -0.16rem;

    top: -0.1rem;

    width: 1.33rem;

    height: 0.71rem;

    background: url(/dctech2023/images/mobile/scheduledetails_bg1.png) no-repeat;

    background-size: 100% 100%;

    font-size: 0.2rem;

    line-height: 0.58rem;

    font-weight: normal;

    color: #fff;
  }

  .scheduledetails_mobile .box .box_list .item .time .play_video_btn img {
    float: left;

    margin: 0.19rem 0.04rem 0 0.3rem;
  }

  .scheduledetails_mobile .box .box_list .item h3 {
    margin: 0;

    padding: 0;

    width: 100%; /* padding: 0 0 0.1rem 0; */

    font-size: 0.32rem;

    line-height: 0.52rem;
  }

  .scheduledetails_mobile .box .box_list .item .p {
    font-size: 0.26rem;

    color: #c1c1c1;

    line-height: 0.46rem;

    padding: 0.1rem 0 0;

    position: relative;

    z-index: 1;
  }

  .scheduledetails_mobile .afternoon_box .box_title {
    margin-top: 0.5rem;
  }

  .scheduledetails_mobile .footer_p {
    font-size: 0.24rem;

    font-weight: 400;

    color: #c1c1c1;

    line-height: 0.36rem;

    padding: 0.6rem 0 0.5rem;

    text-align: right;

    width: calc(100% - 0.8rem);

    margin: 0 auto;
  }

  .livebroadcast_mobile {
    color: #fff;

    padding-bottom: 0 !important;
  }

  /*直播大厅*/

  .message,
  .introduce {
    margin-top: 0.3rem;
  }

  /* .livebroadcast_mobile .logo {padding: 0 0.4rem;



    } */

  .livebroadcast_mobile .banner {
    padding: 0.92rem 0.4rem 0.16rem;
  }

  .livebroadcast_mobile .banner img {
    width: 3.66rem;

    height: auto;
  }

  .livebroadcast_mobile .livebroadcast_title {
    font-size: 0.34rem;

    line-height: 0.34rem;

    font-weight: bold;

    position: relative;

    z-index: 1;

    width: calc(100% - 0.8rem);

    margin: 0 auto;
  }

  .livebroadcast_box {
    position: relative;

    z-index: 1;

    width: calc(100% - 0.8rem);

    margin: 5.2rem auto 0;

    padding-top: 0.38rem; /* padding-bottom: 2rem; */
  }

  .livebroadcast_box .count_down {
    width: 100%;

    height: 1.72rem;

    background: url(/dctech2023/images/mobile/count_down.png) no-repeat;

    background-size: 100% 100%;

    margin-bottom: 0.5rem;

    text-align: center;

    box-sizing: border-box;

    padding-top: 0.34rem;

    display: block;
  }

  .livebroadcast_box .count_down h4 {
    font-size: 0.26rem;

    line-height: 0.4rem;
  }

  .livebroadcast_box .count_down .time {
    margin-top: 0.1rem;

    font-size: 0.46rem;

    line-height: 0.86rem;

    font-weight: bold;
  }

  .livebroadcast_video {
    position: relative;

    margin-bottom: 0.5rem;

    display: none;
  }

  .livebroadcast_video .play_btn {
    position: absolute;

    right: 0.23rem;

    bottom: 0.15rem;
  }

  .livebroadcast_video video {
    position: relative;

    width: 100%;

    display: none;
  }

  .livebroadcast_mobile .livebroadcast_title1 {
    font-size: 0.32rem;

    line-height: 0.45rem;

    display: flex;

    align-items: center;

    font-weight: bold;

    color: #fff;
  }

  .livebroadcast_mobile .livebroadcast_time {
    font-size: 0.28rem;

    color: #fff;

    display: flex;

    align-items: center;

    height: 0.84rem;

    margin-bottom: 0.22rem;
  }

  .livebroadcast_mobile .livebroadcast_time i {
    margin-right: 0.1rem;
  }

  .livebroadcast_tabs {
    display: flex;

    width: 100%;

    height: 0.83rem;

    background: url(/dctech2023/images/mobile/live_bg.png) no-repeat;

    background-size: 100% 100%;
  }

  .livebroadcast_tabs .item {
    display: inline-block; /* width: 50%; */

    height: 0.83rem;

    line-height: 0.83rem;

    position: relative; /* background: #BE0019; */

    font-size: 0.3rem;

    margin: 0 0.53rem;

    color: #fff;
  }

  .livebroadcast_tabs .item::before {
    display: block;

    content: '';

    width: 100%;

    height: 0.04rem;

    background: #fff;

    position: absolute;

    left: 0;

    bottom: 0.16rem;

    transition: 0.1s;

    opacity: 0;
  }

  .livebroadcast_tabs .active::before {
    opacity: 1; /* background: rgba(190, 0, 25, .3); */
  }

  .livebroadcast_mobile .swiper-slide {
    color: #fff;
  }

  .livebroadcast_mobile .swiper-slide .list {
    padding-bottom: 0.2rem;
  }

  .livebroadcast_mobile .swiper-slide .item {
    border-bottom: 0.01rem dashed rgba(190, 0, 25, 0.5);

    padding: 0.5rem 0 0.4rem 0;
  }

  .livebroadcast_mobile .swiper-slide .item .time {
    display: flex;

    position: relative;

    font-size: 0.28rem;

    line-height: 0.28rem;

    margin-bottom: 0.3rem;

    font-weight: bold;
  }

  .livebroadcast_mobile .swiper-slide .item .time i {
    position: relative;

    display: inline-block;

    width: 0.16rem;

    height: 0.04rem;

    background: #be0019;

    margin: 0 0.06rem;
  }

  .livebroadcast_mobile .swiper-slide .item .time .play_video_btn {
    position: absolute;

    right: -0.16rem;

    top: -0.1rem;

    width: 1.33rem;

    height: 0.71rem;

    background: url(/dctech2023/images/mobile/scheduledetails_bg1.png) no-repeat;

    background-size: 100% 100%;

    font-size: 0.2rem;

    line-height: 0.58rem;

    font-weight: normal;

    color: #fff;
  }

  .livebroadcast_mobile .swiper-slide .item .time .play_video_btn img {
    float: left;

    margin: 0.19rem 0.04rem 0 0.3rem;
  }

  .livebroadcast_mobile .swiper-slide .item h3 {
    margin: 0;

    padding: 0;

    width: 100%; /* padding: 0 0 0.1rem 0; */

    font-size: 0.32rem;

    line-height: 0.52rem;
  }

  .livebroadcast_mobile .swiper-slide .item .p {
    font-size: 0.26rem;

    color: #c1c1c1;

    line-height: 0.46rem;

    padding: 0.1rem 0 0;

    position: relative;

    z-index: 1;
  }

  .livebroadcast_con #yc {
    min-height: 2rem;
  }

  .livebroadcast_con #js {
    min-height: 2rem;
  }

  .livebroadcast_mobile .swiper-slide .js_con {
    padding: 0.3rem 0;

    font-size: 0.28rem; /* text-indent: 2em; */

    line-height: 0.46rem;
  }

  .livebroadcast_mobile .swiper-slide .no_data {
    position: relative;

    top: 0.2rem;

    left: 0;

    text-align: center;

    display: none;

    transform: none;
  }

  .livebroadcast_mobile .message_con .message_list {
    /* padding-bottom: 0.8rem; */
  }

  .livebroadcast_mobile .message_con .message_list .message_item {
    padding: 0.26rem 0 0.16rem;

    color: #fff;

    border-bottom: 0.01rem dashed rgba(255, 255, 255, 0.27);
  }

  .livebroadcast_mobile .message_con .message_list .message_item:last-child {
    margin-bottom: 0.2rem;
  }

  .livebroadcast_mobile .message_con .message_list .message_item:last-child {
    border: 0;
  }

  .livebroadcast_mobile .message_con .message_list .message_item .con {
    font-size: 0.24rem;

    line-height: 0.42rem;
  }

  .livebroadcast_mobile .message_con .message_list .message_item .con .name {
    font-weight: bold;
  }

  .livebroadcast_mobile .message_con .message_list .message_item .time {
    text-align: right;

    color: rgba(118, 118, 118, 1);

    font-size: 0.2rem;

    line-height: 0.2rem;
  }

  .livebroadcast_mobile .message_con .message_list .message_item .time span {
    margin-right: 0.1rem;
  }

  .livebroadcast_mobile .message_btn_box {
    width: 100%;

    height: 0.8rem;

    position: fixed;

    left: 0;

    bottom: 1.4rem;

    z-index: 1;

    display: none; /* display: flex; */

    box-sizing: border-box;

    justify-content: space-between;

    padding: 0 0.34rem;

    background-color: rgba(0, 0, 0, 0.88);
  }

  .livebroadcast_mobile .message_btn_box .inp {
    width: 4.4rem;

    height: 0.6rem;

    background: rgba(255, 255, 255, 0.14);

    border-radius: 0.3rem;

    box-sizing: border-box;

    padding: 0 0.34rem;

    color: #fff; /* padding-bottom: 2.4rem; */
  }

  .message_btn_box .expression {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 0.6rem;

    height: 0.6rem;

    background: rgba(255, 255, 255, 0.14);

    border-radius: 50%;

    opacity: 0;
  }

  .livebroadcast_mobile .message_btn_box .expression img {
    width: 0.38rem;

    height: 0.38rem;
  }

  .btn_showimg {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 0.6rem;

    height: 0.6rem;

    background: rgba(255, 255, 255, 0.14);

    border-radius: 50%;
  }

  .image-btn_showimg img {
    width: 0.38rem;

    height: 0.38rem;
  }

  .livebroadcast_mobile .message_btn_box .btn {
    width: 1.42rem;

    height: 0.6rem;

    background: #d7001d;

    border-radius: 0.3rem;

    font-size: 0.28rem;

    line-height: 0.6rem;

    text-align: center;

    color: #fff;

    font-weight: 500;
  }

  .introduce {
  }

  .no_data {
    position: fixed;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    font-size: 0.4rem;

    font-weight: 400;

    color: #d7001d;

    line-height: 0.6rem;

    display: none;
  }

  .close_cookie {
    width: 3rem;

    height: 0.5rem;

    color: #fff;

    border: 0.02rem solid tomato;

    display: none;
  }

  /*更多*/

  .more_mobile .more_list {
    width: calc(100% - 1.3rem);

    margin: 1.27rem auto 0;
  }

  .more_mobile .more_list .item {
    float: left;

    color: #fff;

    box-sizing: border-box; /* padding: 0 0.3rem; */

    width: 2.9rem;

    height: 2.9rem;

    background: url(/dctech2023/images/mobile/more_bg.png) no-repeat;

    background-size: 100% 100%; /* margin-right: 0.2rem; */

    margin-bottom: 0.4rem;
  }

  .more_mobile .more_list .item:nth-child(2n) {
    float: right;
  }

  .more_mobile .more_list .item .img {
    width: 0.8rem;

    height: 0.8rem;

    margin: 0.63rem auto 0;

    display: flex;

    justify-content: center;

    align-items: center;

    background: url(/dctech2023/images/mobile/more_circular.png) no-repeat;

    background-size: 100% 100%;
  }

  .more_mobile .more_list .item .img img {
    width: 0.37rem;
  }

  .more_mobile .more_list .item span {
    font-size: 0.32rem;

    line-height: 0.96rem; /* margin-top: 0.18rem; */

    text-align: center;

    display: block;
  }

  /*重磅嘉宾*/

  .distinguished_guest .guest_box {
    position: relative;

    z-index: 1;

    color: #fff;

    width: 7.5rem;

    padding: 0 0.5rem 1rem;

    margin: 0 auto;
  }

  .distinguished_guest .guest_box .item {
    float: left;

    width: 50%;

    text-align: center; /* margin-bottom: 0.37rem; */
  }

  .distinguished_guest .guest_box .item .img {
    width: 2.67rem;

    height: auto; /* background: url(/dctech2023/images/mobile/per_bg.png) no-repeat; */ /* background-size: 100% 100%; */

    position: relative;

    margin: 0 auto;
  }

  .distinguished_guest .guest_box .item .img .bg {
    width: 2.25rem;

    position: relative;

    top: 0.4rem;

    left: 0.2rem;
  }

  .distinguished_guest .guest_box .item .img .pre {
    width: 1.92rem;

    height: 1.92rem;

    border-radius: 50%;

    display: block;

    position: absolute;
    z-index: 10;

    top: 0.5rem;

    left: 50%;

    transform: translateX(-50%);
  }

  .distinguished_guest .guest_box .item .con_box {
    margin-top: 0.7rem;
  }

  .distinguished_guest .guest_box .item:nth-child(2n) {
    float: right;
  }

  .distinguished_guest .guest_box .con_box .title {
    font-size: 0.28rem;
  }

  .distinguished_guest .guest_box .con_box .line {
    width: 0.53rem;

    height: 0.04rem;

    background: #d7001d;

    margin: 0.14rem auto 0.1rem;
  }

  .distinguished_guest .guest_box .con_box .con {
    height: 2rem;
  }

  .distinguished_guest .guest_box .con_box p {
    font-size: 0.2rem;

    line-height: 0.4rem;
  }

  /*敬请期待*/

  .con_data {
    text-align: center;

    font-size: 0.4rem;

    font-weight: 400;

    color: #d7001d;

    line-height: 0.6rem;

    margin-top: 1.13rem;
  }

  /*关于我们*/

  .about_us_page1 {
    width: calc(100% - 1.1rem);

    margin: 0 auto 0.5rem;

    color: #fff;
  }

  .about_us_page1 .title {
    text-align: center;

    margin-bottom: 0.22rem;
  }

  .about_us_page1 .title img {
    width: 2rem;

    margin: 0 auto;
  }

  .about_us_page1 .title p {
    font-size: 0.3rem;

    line-height: 0.3rem;

    margin-top: 0.17rem;

    margin-bottom: 0.13rem;

    color: #be021b;
  }

  .about_us_page1 .title .line {
    width: 1.2rem;

    height: 0.04rem;

    background: #be021b;

    margin: 0 auto;
  }

  .about_us_page1 .con p {
    font-size: 0.26rem; /* text-indent: 2em; */

    line-height: 0.46rem;
  }

  .product_img_box_about {
    display: none;

    width: 100%;

    min-height: 100%;

    position: fixed;

    top: 0;

    left: 0;

    z-index: 9;

    background-color: rgba(0, 0, 0, 0.65);

    overflow-y: hidden;
  }

  .product_img_box_about .img_item {
    display: block;
  }

  .product_img_box_about .img_item img {
    display: block;
  }

  .index_max_img {
    display: none;

    width: 100%;

    min-height: 100%;

    position: fixed;

    top: 0;

    left: 0;

    z-index: 999;

    background-color: rgba(0, 0, 0, 0.65);

    overflow-y: hidden;
  }

  .index_max_img .swiper-container {
    width: 60%; /* height: 50%; */

    z-index: 999; /* margin-top: .7rem; */
  }

  .index_max_img .close_img {
    width: 0.4rem;

    height: 0.4rem;

    right: 0.5rem;

    top: 0.5rem;

    position: absolute;
  }

  .index_max_img .swiper-slide {
    overflow: hidden;

    z-index: 99; /* margin-top: 1rem; */
  }

  .index_max_img .img_item {
    display: block;
  }

  .index_max_img .img_item img {
    display: block;
  }

  /*媒体声音*/

  .media_sound {
    /* padding-bottom: 0.2rem; */
  }

  .media_sound .title img {
    width: 1.89rem;

    margin: 0 auto;
  }

  .media_sound .media_sound_video_box {
    width: calc(100% - 0.8rem);

    margin: 0 auto 0.51rem;
  }

  .media_sound .media_sound_video_box .bg {
    position: relative;
  }

  .media_sound .media_sound_video_box .bg .play {
    width: 0.41rem;

    position: absolute;

    right: 0.23rem;

    bottom: 0.15rem;
  }

  .media_sound .logo_list {
    width: calc(100% - 0.8rem);

    margin: 0 auto 0.25rem;
  }

  .media_sound .logo_list .item {
    display: flex;

    justify-content: center;

    align-items: center;

    float: left;

    width: 3.22rem;

    height: 0.96rem;

    background-color: rgba(255, 255, 255, 0.2);

    margin-bottom: 0.26rem;
  }

  .media_sound .logo_list .item:nth-child(2n) {
    float: right;
  }

  .media_sound .list {
    width: calc(100% - 1.12rem);

    color: #fff;

    margin: 0 auto;
  }

  .media_sound .list .item {
    width: 100%;

    margin-bottom: 0.72rem;

    display: block;

    color: #fff;
  }

  .media_sound .list .item .img {
  }

  .media_sound .list .item .con {
    box-sizing: border-box;

    padding: 0.24rem 0.21rem 0;
  }

  .media_sound .list .item .con p {
    font-size: 0.32rem;

    line-height: 0.48rem;
  }

  .media_sound .list .item .line {
    width: 0.63rem;

    height: 0.04rem;

    background: #be0019;

    margin-top: 0.12rem;

    margin-bottom: 0.13rem;
  }

  .media_sound .list .item .time {
    font-size: 0.28rem;

    line-height: 0.42rem;
  }

  /*数字嘉年华*/

  .numcarnival_mobile {
    padding-bottom: 2.67rem;
  }

  .numcarnival_mobile .numcarnival_video_box {
    width: calc(100% - 0.8rem);

    margin: 0 auto 0.5rem;

    position: relative;
  }

  .numcarnival_mobile .numcarnival_video_box .bg {
    position: relative;
  }

  .numcarnival_mobile .numcarnival_video_box .play {
    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 0.63rem;
  }

  .numcarnival_mobile .numcarnival_video_box .video {
  }

  .numcarnival_mobile .numcarniva_box {
    position: relative;

    width: 100%;
  }

  .numcarnival_mobile .numcarniva_box1 a {
    background: url(/dctech2023/images/mobile/carnival_banner1_bg.png) no-repeat;

    background-size: 100% 100%;

    width: 2.78rem;

    height: 0.79rem;

    display: block;

    position: absolute;

    left: 50%;

    bottom: 0.99rem;

    transform: translateX(-50%);

    font-size: 0.3rem;

    line-height: 0.7rem;

    color: #d7001d;

    font-weight: 600;

    text-align: center;
  }

  .numcarnival_mobile .numcarniva_box4 {
    overflow: hidden;
  }

  .numcarnival_mobile .numcarniva_box4 .swiper_box {
    margin-left: 0.33rem;

    width: calc(100% - 0.33rem);

    overflow: hidden;

    margin-top: 0.15rem;

    padding-bottom: 0.38rem;
  }

  .numcarnival_mobile .numcarniva_box4 .swiper-container-page3 .swiper-wrapper .swiper-slide {
    /* width: 5.21rem; */ /* height: 3.18rem; */

    background: url(/dctech2023/images/mobile/mobile_p3_bg.png) no-repeat;

    background-size: 100% 100%;

    color: #fff;
  }

  .numcarnival_mobile .numcarniva_box4 .swiper-container-page3 .swiper-pagination-bullets {
    bottom: -0.1rem;

    left: 0.33rem;

    text-align: left;
  }

  .numcarnival_mobile
    .numcarniva_box4
    .swiper-container-page3
    .swiper-pagination-bullets
    .swiper-pagination-bullet {
    width: 0.13rem;

    height: 0.12rem;

    background: url(/dctech2023/images/mobile/mobile_p3_icon.png) no-repeat center center;

    background-size: 50% 50%;

    margin-right: 0.3rem;

    margin-left: 0;

    opacity: 1;
  }

  .numcarnival_mobile
    .numcarniva_box4
    .swiper-container-page3
    .swiper-pagination-bullets
    .swiper-pagination-bullet-active {
    background: url(/dctech2023/images/mobile/mobile_p3_icon_active.png) no-repeat center center;

    background-size: 100% 100%;
  }

  .guest_msg p {
    font-size: 0.24rem;

    font-weight: 400;

    color: #c1c1c1;

    line-height: 0.36rem;

    padding: 0 0 0.5rem;

    text-align: right;

    width: calc(100% - 0.8rem);

    margin: 0 auto;
  }

  /*二级页面*/

  .page_title {
    width: 100%;

    height: 0.32rem;

    font-size: 0.32rem;

    line-height: 0.32rem;

    font-family: SourceHanSansCN-Heavy, SourceHanSansCN;

    font-weight: 800;

    color: #ffffff;

    text-align: center;

    margin-bottom: 0.46rem;

    position: relative;
  }

  .page_title span {
    position: relative;

    z-index: 1;
  }

  .page_title img {
    display: block;

    width: 1.89rem;

    position: absolute;

    top: 0.22rem;

    left: 50%;

    transform: translateX(-50%);
  }
}
