
body{
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
}

.section-footer-copyright {
  background: none;
  color: #FFF;
}
.section-footer-copyright a {
  color: #FFFFFF55;
}
footer.frame-footer {
  text-align: center;
  color: #FFFFFF55;
}

.ax-btmnav a {
    height: calc(1.8rem + 2rem);
}
.ax-backtop .ax-item.ax-totop .ax-show {
    margin-bottom: 70px;
}
.jui-body-content a, 
.jui-body-content span, 
.jui-body-content font, 
.jui-body-content input, 
.jui-body-content textarea, 
.jui-body-content select, 
.jui-body-content label, 
.jui-body-content i{
    display: inline;
}
.jui-body-content img{
    max-100%;
    max-height:100%;
}
.jui-title-padding{
    padding: 1rem 0.5rem 0.5rem 0.5rem;
}




/*grade menu*/
.ax-grade {
  position: relative;
}
.ax-grade .ax-grade-wrapper {
  text-align: left;
  box-sizing: border-box;
  transform: translatex(-50%);
  background-color: #fff;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 3;
}
.ax-grade:hover .ax-grade-wrapper {
  display: block;
}
.ax-grade[placement="right"] .ax-grade-wrapper {
  top: 0;
  left: auto;
  right: -14.8rem;
  transform: none;
}
.ax-grade[placement="right"] .ax-grade-wrapper:before {
  content: '';
  width: 1rem;
  height: 3.8rem;
  position: absolute;
  left: -1rem;
  top: 0;
}
.ax-grade[placement="bottom-start"] .ax-grade-wrapper {
  transform: none;
  left: 0;
}
.ax-grade[placement="bottom-end"] .ax-grade-wrapper {
  transform: none;
  left: auto;
  right: 0;
}
.ax-grade .ax-grade-wrapper,
.ax-grade ul.ax-grade-wrapper ul {
  width: 14rem;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  border-radius: 0.3rem;
}
.ax-grade ul.ax-grade-wrapper li {
  position: relative;
  border-bottom: 1px solid #ebebeb;
}
.ax-grade ul.ax-grade-wrapper li > div {
  line-height: 1.8rem;
  min-height: 3.8rem;
  padding: calc((3.8rem - 1.8rem)/2) 1.4rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  transition: all 100ms linear;
}
.ax-grade ul.ax-grade-wrapper li:last-child,
.ax-grade ul.ax-grade-wrapper ul li:last-child {
  border-width: 0;
}
.ax-grade ul.ax-grade-wrapper li [arrow] {
  font-size: 1.2rem;
  color: #ccc;
  height: 1.4rem;
  width: 1.4rem;
  line-height: 1.4rem;
  text-align: center;
  margin-right: -1rem;
  margin-left: calc(-1.4rem + 1rem);
  transition: all 200ms linear;
}
.ax-grade ul.ax-grade-wrapper li ul {
  box-sizing: border-box;
  background-color: #fff;
  -webkit-transform: translate(100%, 0%);
  transform: translate(100%, 0%);
  position: absolute;
  width: 100%;
  top: -0.1rem;
  right: 0;
  display: none;
}
.ax-grade ul.ax-grade-wrapper li div:hover {
  color: var(--color-primary);
  background-color: var(--color-primary-bg);
}
.ax-grade ul.ax-grade-wrapper li div[selected] [arrow] {
  color: rgba(255, 255, 255, 0.5);
}
.ax-grade ul.ax-grade-wrapper li a {
  box-sizing: border-box;
  flex: auto;
  width: 0;
}
.ax-grade ul.ax-grade-wrapper li div[selected],
.ax-grade ul.ax-grade-wrapper li div[selected]:hover,
.ax-grade ul.ax-grade-wrapper li div[selected] a,
.ax-grade ul.ax-grade-wrapper li div[selected]:hover a {
  color: #fff;
  background-color: var(--color-primary);
}
.ax-grade ul.ax-grade-wrapper li:hover > div + ul {
  display: block;
}
.ax-grade ul.ax-grade-wrapper li:hover > div [arrow] {
  transform: rotate(180deg);
}
.ax-grade ul.ax-grade-wrapper li [legend] {
  margin-right: 0.8rem;
}

.ax-badge.ax-ignore {
  color: #B3B3B3;
  background-color: #F0F0F0;
}


.mt50{
  margin-top: 50px;
}

.mb50{
  margin-bottom: 50px;
}




.ax-header {
  width: calc(100vw - calc(100vw -100%));
}

.ax-space-header {
  height: calc(9.8rem);
  overflow: hidden;
}


/* 导航 */
@media screen and (max-width: 900px) {

  .ax-header{
    width: 100%;
  }
  
  .ax-header.ax-inherit {
    position: fixed;
  }
  .ax-header .ax-row {
    width: 100%;
  }
  .ax-header .ax-logo img, 
  .ax-header .ax-logo svg {
      height: calc(3.4rem);
  }
  .ax-header.ax-inherit + .ax-space-header {
     display: inline; 
  }
  .ax-header span[class*="ax-open"], 
  .ax-header a[class*="ax-open"] {
      color: #FFF;
  }

  .ax-popup-wrapper .ax-info-block {
    font-size: 1.2rem;
  }


}


.ax-mobile{
  display: none;
}
@media screen and (max-width: 900px) {
  .ax-mobile{
    display: block;
  }
}





/* 第一屏  */
.section-first{
  width: calc(100vw - calc(100vw -100%));
  height: calc(100vh - 9.8rem);
  background-image: url('banner_1920x1080.png'); /* 替换为你的图片路径 */
  background-position: center center; /* 水平居中和垂直居中 */
  background-size: contain; /* 背景图片覆盖整个元素区域 */
  background-repeat: no-repeat; /* 背景图片不重复 */
  display: flex;
}
.section-first .outer{
  display: -webkit-flex; /* Safari */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-first .outer .box-main{
  flex-direction: row;
}
/*.section-first .outer .box-main .slogan{
  margin: 10rem;
}
.section-first .outer .box-main .slogan img{
  width: 100%;
}*/



.section-first .outer .box-main .logo_pc{
  margin: 1rem 0;
  align-self: flex-start;
  padding-top: 5rem;
}
.section-first .outer .box-main .logo_pc img{
  width: calc(100%);
}
.section-first .slogan{
  padding: 2rem 0 5rem 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.section-first .slogan img{
  height: 5rem;
  margin:0 auto;
}








.section-first .outer .box-main .logo_mobile{
/*  display: none;*/
}

.section-first .logo_pc2{
  width: 100%;
  display: flex;
  flx: 1;
  flex-direction: row;
}
.section-first .logo_pc2 .logo{
/*  align-items: flex-end;*/
  align-content: center;
  text-align: left;
  flex: 1;
}
.section-first .logo_pc2 .logo img{
  height: 26rem;
  margin:0 auto;
  padding: 5rem;
}
.section-first .logo_pc2 .slogan{
  align-content: center;
  text-align: center;
}
.section-first .logo_pc2 .slogan img{
  height: 15rem;
  margin:0 auto;
  padding: 5rem;
}


.section-first .outer .box-content{
  flex:1;
  flex-direction: row;
  padding-left: 1rem;
}

.section-first .organizer{
  color:#FFF;
  opacity: 0.7;
  filter: alpha(opacity=70); /* 针对 IE8 以及更早的版本 */
  padding-top: 1rem;
  display: flex;
  flex: 1;
  flex-direction: row;
  align-content: center;
}
.section-first .organizer ul{
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  font-size: 2.3rem;
}
.section-first .organizer li{
  width: 25%;
  margin-bottom: 1.5rem;
  padding-left: 5rem;
}
.section-first .organizer li dt{
  line-height: 180%;
  color: #00f1fc;
  font-size: 1.6rem;
}
.section-first .organizer li dd{
  line-height: 180%;
  font-size: 1.6rem;
}
.section-first .organizer li.co-sponsored-by{
  flex: 1;
  display: flex;
  flex-direction: column;
}

.section-first .organizer li.co-sponsored-by dd{
  width: 40%;
}
.section-first .organizer li.co-sponsored-by .list{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.section-first .organizer li.co-sponsored-by .list dd{
  width: 33%;

}

.section-first .holdingtime{
  align-items: flex-end;
  color:#FFF;
  font-size: 2.4rem;
  padding-top: 2rem;
  text-align: center;
  align-content: center;
  padding-top: 5rem;
}
.section-first .holdingtime img{
  height: 8rem;
  margin: 0 auto;
  padding-right:5rem;
}


.section-first .organizer .holdingtime{
  align-items: flex-end;
  color:#FFF;
  font-size: 2.4rem;
  padding-top: 2rem;
  text-align: right;
  align-content: center;
}
.section-first .organizer .holdingtime img{
  height: 8rem;
  margin: 0 auto;
  padding-right:5rem;
}


/* 倒计时 */
.section-first .outer .box-countdown{
  height: 18rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

/* 会议注册 按钮  */
.section-first .outer .box-join{
  height: 20rem;
  text-align: center;
  justify-content: center;
  align-items: flex-end;
}


/* 倒计时  */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400);
/* 倒计时 */
.section-countdown{
/*  display: flex;
  flex-direction: column;*/
}
.section-countdown .outer{
  display: flex;
  align-content: center;
  padding: 0;

  align-content: center;
  flex-direction: column;
}
.meeting-countdown-tip{
  margin: 0 auto;
  font-size: 1.4rem;
  color: #FFFFFF33;
}
.meeting-countdown {
  font: normal 1.2rem 'Open Sans', sans-serif;
  list-style: none;
/*  display: flex;*/
  text-align: center;
  color: #FFF;
  margin: 0.5rem auto;
  padding: 0;
}

.meeting-countdown li {
  display: inline-block;
}

.meeting-countdown li span {
  color: #00f1fc;
  font-size: 5rem;
  font-weight: bold;
  line-height: 5rem;
}

.meeting-countdown li.seperator {
  font-size: 3.4rem;
  line-height: 4rem;
  vertical-align: top;
  opacity: 0.5;
  padding: 0 1rem;
}

.meeting-countdown li p {
  color: #a7abb1;
  font-size: 1.4rem;
  opacity: 0.5;
}

@media screen and (max-width: 1980px) {
  .section-first{
      width: 100vw;
      height: calc(100vh - 9.8rem);;
      background-image: url('banner_1920x1080.png'); /* 替换为你的图片路径 */
      background-position: center center; /* 水平居中和垂直居中 */
      background-size: cover; /* 背景图片覆盖整个元素区域 */
      background-repeat: no-repeat; /* 背景图片不重复 */
  }
}

@media screen and (max-width: 1200px) {
  .section-first{
      width: 100vw;
      height: calc(100vh - 5.6rem);;
      background-image: url('banner_1200x655.png'); /* 替换为你的图片路径 */
      background-position: center bottom; /* 水平居中和垂直居中 */
      background-size: cover; /* 背景图片覆盖整个元素区域 */
      background-repeat: no-repeat; /* 背景图片不重复 */
  }

  .section-first .outer .box-content{
    padding-left: 2rem;
  }
  .section-first .outer .box-countdown{
    height: 12rem;
    margin-bottom: 5rem;
  }
  .ax-space-header {
      height: calc(5.6rem);
      overflow: hidden;
  }


}


@media screen and (min-width: 900px) and (max-width: 1199px) {

  .outer {
      width: calc(100vw - 30px );
      margin: 0 auto;
  }
  .ax-header .ax-logo {
    height: calc(3.6rem);
  }
  .ax-header .ax-logo img, .ax-header .ax-logo svg {
      height: calc(3.6rem );
  }

  .ax-header .ax-nav .ax-item a.ax-text {
      line-height: calc(3.6rem );
      width: 100%;
      text-align: center;
      font-size: 1.6rem;
  }

  .ax-header .ax-break, .ax-break-md {
      height: 1rem;
      overflow: hidden;
  }




  .section-first .outer {
    width: calc(100vw - 100px );
  }

  .section-first .outer .box-main .logo_pc{
    padding-top: 3rem;
  }
  .section-first .outer .box-content{
    padding-left: 1rem;
  }

  .section-first .outer .box-content .organizer{
    color:#FFF;
    font-size: 2.3rem;
    padding-top: 0rem;
    padding-right: 0rem;
  }
  .section-first .outer .box-content .organizer ul{
  /*  background-color: #F00;*/
    display: flex;
    flex-wrap: wrap;
  }

  .section-first .outer .box-content .organizer li{
    width: 25%;
    margin-bottom: 1.5rem;
    padding-left: 0rem;
  }
  .section-first .outer .box-content .organizer li dt{
    line-height: 180%;
    color: #00f1fc;
    font-size: 1.4rem;
  }
  .section-first .outer .box-content .organizer li dd{
    line-height: 180%;
    font-size: 1.6rem;
  }
  .section-first .outer .box-content .holdingtime{
    color:#FFF;
    font-size: 2.4rem;  
  }
  .section-first .outer .box-content .holdingtime img{
    width: 20vw;
    max-width: 13em;
    margin: 0 auto;
    padding-top: 0rem;
  }

/*  ul.countdown {
    margin: 2rem 0;
  }
  ul.countdown li span {
    font-size: 4rem;
    line-height: 4rem;
  }

  ul.countdown li.seperator {
    font-size: 4rem;
    line-height: 3rem;
    font-weight: normal;
  }
  ul.countdown li p {
    font-size: 1.2rem;
  }
*/

  /* 倒计时 */
  .section-countdown{
/*    display: flex;
    flex-direction: column;*/

  }
  .section-countdown .outer{
    display: flex;
    align-content: center;
    padding: 0;

    align-content: center;
    flex-direction: column;
  }
  .meeting-countdown-tip{
    margin: 0 auto;
    font-size: 1.4rem;
    color: #FFFFFF33;
  }
  .meeting-countdown {
    font: normal 1.2rem 'Open Sans', sans-serif;
    list-style: none;
    display: flex;
    text-align: center;
    color: #FFF;
    margin: 0.5rem auto;
    padding: 0;
  }

  .meeting-countdown li {
    display: inline-block;
  }

  .meeting-countdown li span {
    color: #00f1fc;
    font-size: 4rem;
    font-weight: bold;
    line-height: 4rem;
  }

  .meeting-countdown li.seperator {
    font-size: 3rem;
    line-height: 3.5rem;
    vertical-align: top;
    opacity: 0.5;
    padding: 0 1rem;
  }

  .meeting-countdown li p {
    color: #a7abb1;
    font-size: 1.2rem;
    opacity: 0.5;
  }






}


@media screen and (max-width: 899px) {

  .outer {
    width: calc(100vw - 2rem);
  }

  .ax-header .ax-logo img, 
  .ax-header .ax-logo svg {
      height: calc(2.4rem + 1rem - 0.5rem);
  }
  .ax-space-header {
    height: 67px;
    overflow: hidden;
  }

/*  ul.countdown {
    margin: 0;
    height: 0;
  }
  ul.countdown li span {
    font-size: 4rem;
    line-height: 4rem;
  }

  ul.countdown li.seperator {
    font-size: 4rem;
    line-height: 3rem;
    font-weight: normal;
  }
  ul.countdown li p {
    font-size: 1.2rem;
  }
*/

  .section-first {
    height: calc(100vh - 67px);
    background-image: url('bg_1080x1920.png'); /* 替换为你的图片路径 */
    background-position: center bottom; /* 水平居中和垂直居中 */
    background-size: cover; /* 背景图片覆盖整个元素区域 */
    background-repeat: no-repeat; /* 背景图片不重复 */
  }

  .section-first .outer{
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: column;
/*    justify-content: center;*/
  }

  .section-first .outer .box-main .logo_pc{
    display: none;
  }
  .section-first .outer .box-main .logo_pc img{
    display: none;
  }

  .section-first .outer .box-main .logo_mobile{
    width: calc(100vw - calc(100vw -100%));
    margin: 2rem 0 0rem 0;
    justify-content: center;
    text-align: center;
    display: block;
  }
  .section-first .outer .box-main .logo_mobile img{
    width: 100%;
  }


/*  .section-first .outer .box-main .logo_mobile img{
    display: flex;
  }
  .section-first .outer .box-main .logo_mobile .logo_main {
    flex: 1;
    justify-content: center;
    text-align: center;
  }
  .section-first .outer .box-main .logo_mobile .logo_main img{
    width: 30vw;
    max-width: 120px;
    margin: 0 auto;
  }
  .section-first .outer .box-main .logo_mobile .logo_title img{
    width: calc(100vw - 5rem);
    max-width: 600px;
    padding: 2rem 0;
    margin: 0 auto;
  }*/

  .section-first .outer .box-content {
    padding:0 1rem;
    flex: 1;
    flex-direction: column;
  }

  .section-first .outer .box-content .organizer{
    color:#FFF;
    font-size: 2.3rem;
    padding-top: 1rem;
    padding-right: 0rem;
    align-self: flex-start;
  }
  .section-first .outer .box-content .organizer ul{
/*    background-color: #F00;*/
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .section-first .outer .box-content .organizer li{
    width: 100%;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .section-first .outer .box-content .organizer li dt{
    line-height: 180%;
    color: #00f1fc;
    font-size: 1.2rem;
  }

  .section-first .outer .box-content .organizer li dd{
    line-height: 150%;
    font-size: 1.4rem;
  }

/*  .section-first .outer .box-content .organizer li.xb dd{
    width: 45%;
    line-height: 150%;
    font-size: 1.4rem;
  }*/

  .section-first .outer .box-content .holdingtime{
    text-align: center;
    padding-top: 2rem;
  }
  .section-first .outer .box-content .holdingtime img{
    width: 40vw;
    max-width: 200px;
    margin: 0 auto;
    padding-top: 0rem;
  }
  .section-first .outer .box-countdown{
    align-self: center;
    height: 18rem;
  }
  .section-first .outer .box-join{
    display: none;
  }

  .ax-btmnav {
/*    background: #0E4ACE33;*/
    background: none;
  }


}


/* 移动端 */
/*@media screen and (max-width: 499px) {
  ul.countdown {
    margin: 0;
    height: 0;
  }
  ul.countdown li span {
    color: #00f1fc;
    font-size: 2.4rem;
    line-height: 3rem;
    opacity: 0.8;
  }

  ul.countdown li.seperator {
    font-size: 2rem;
    line-height: 2.6rem;
    font-weight: normal;
    opacity: 0.4;
  }
  ul.countdown li p {
    font-size: 1rem;
  }
}
*/














/* 欢迎辞  */
.section-welcome .outer{
  display: -webkit-flex; /* Safari */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-welcome .outer .module-title{
  height: 6.4rem;
  position: relative;
  margin-left: 1.5rem;
}
.section-welcome .outer .module-title .cn{
  color: #00f1fc;
  font-size: 2.8rem;
  font-weight: bold;
  height: 3.6rem;
  letter-spacing: 0.2rem;
  position: absolute;
  top: 0;
  left: 0;
}
.section-welcome .outer .module-title .en{
  height: 5rem;
  font-size: 6.4rem;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.1rem;
  color: #FFFFFF11;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-welcome .outer .module-content{
  padding: 1.5rem;
  color: #FFF;
  font-size: 2rem;
}
.section-welcome .outer .module-content p{
  line-height: 180%;
  margin:0;
  padding:0;
  margin-bottom: 1em;
}
.section-welcome .outer .module-content p a{
  color: #fff;
}

/* 移动端 */
@media screen and (max-width: 499px) {
  .section-welcome .outer .module-title{
    height: 5rem;
    margin-left: 1.5rem;
  }
  .section-welcome .outer .module-title .cn{
    font-size: 2.4rem;
    height: 3.6rem;
    letter-spacing: 0.2rem;

  }
  .section-welcome .outer .module-title .en{
    height: 4rem;
    font-size: 5rem;

  }
  .section-welcome .outer .module-content{
    padding: 1rem 1.5rem;
    color: #FFF;
    font-size: 1.4rem;
    opacity: 0.8;
  }
  .section-welcome .outer .module-content p{
    line-height: 180%;

  }
}


/* 列表页  */

.section-lists .outer{
  display: -webkit-flex; /* Safari */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-lists .module-title{
  height: 5.4rem;
  position: relative;
  margin-left: 1.5rem;
  margin-top: 4rem;
}
.section-lists .module-title .cn{
  color: #00f1fc;
  font-size: 3.2rem;
  font-weight: bold;
  height: 3.6rem;
  letter-spacing: 0.2rem;
  position: absolute;
  top: 0;
  left: 0;
}
.section-lists .module-title .en{
  height: 4rem;
  font-size: 6.4rem;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.1rem;
  color: #FFFFFF11;
  position: absolute;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
}

.section-lists .module-lists{
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top:2rem;
}

.section-lists .lists{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;
  zoom: 1;
  margin: auto 0;
}

.section-lists .lists li{
  width: calc((100% / 24)* 8);
  text-align: center;
  align-content: center;
}
.section-lists .lists li .lists-block{
  width: calc(100% - 1.5rem);
  margin:0 auto;
  text-align: center;
}

.section-lists .lists-img{
  border-radius: 0.5rem;
  overflow: hidden;
  background: #FFF;
  flex: 1;
}
.section-lists .lists-img a{
  width: 100%;
}

.section-lists .lists-img img{
  padding: 1rem;
  max-width: calc(100% - 2rem);
  border-radius: 0.5rem;
  overflow: hidden;
  background: #FFF;
}

.section-lists .lists-title{
  line-height: 120%;
  padding: 1rem 0 1.5rem 0;
}

.section-lists .lists-title a{
  color: #FFF;
}

/* 移动端 */
@media screen and (max-width: 499px) {
  .section-lists .outer .module-title{
    height: 4rem;
    margin-left: 1rem;
    margin-top: 2rem;
  }
  .section-lists .outer .module-title .cn{
    font-size: 1.8rem;
    height: 3.6rem;
    letter-spacing: 0.2rem;
    opacity: 0.6;
  }
  .section-lists .outer .module-title .en{
    height: 3rem;
    font-size: 3rem;
  }

  .section-lists .lists li{
    width: calc((100% / 24)* 12);

  }
  .section-lists .lists li .lists-block{
    width: calc(100% - 1.5rem);
  }
  .section-lists .lists-title a{
    font-size: 1.2rem;
  }
}














/* 单页内容  */
.section-page .outer{
  display: -webkit-flex; /* Safari */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-page .outer .module-title{
  height: 5.4rem;
  position: relative;
  margin-left: 1.5rem;
  margin-top: 4rem;
}
.section-page .outer .module-title .cn{
  color: #FFF;
  font-size: 2.8rem;
  font-weight: bold;
  height: 3.6rem;
  letter-spacing: 0.2rem;
  position: absolute;
  top: 0;
  left: 0;
}
.section-page .outer .module-title .en{
  color: #FFFFFF11;
  font-size: 5rem;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.1rem;
  height: 4rem;
  position: absolute;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
}
.section-page .outer .module-content{
  padding: 1.5rem;
  color: #FFF;
  font-size: 1.6rem;
  border: 1px solid #FFFFFF55;
  margin: 1.2rem;
}
.section-page .outer .module-content h1{
  text-align: center;
  margin: 2rem auto;
}
.section-page .outer .module-content p{
  line-height: 180%;
  margin:0;
  padding:0;
  margin-bottom: 1em;
  text-indent: 2em;
}




/* 内容页 */
.section-page .shows-title{
  padding: 1.5rem;
  color: #FFF;
  font-size: 3rem;
}
.section-page .shows-title h1{
  line-height: 180%;
  margin:0 auto;
  padding:0;
  text-align: center;
  font-size: 1.8rem;
}

.section-page .shows-attr{
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: row;
}

.section-page .shows-attr .logo{
  width: 50%;
  align-content: center;
  text-align: right;
}
.section-page .shows-attr .logo p{
  display: inline-flex;
  padding: 1rem 2rem;
  margin: 0 auto;
  background: #FFF;
  border-radius: 0.5rem;
  text-align: center;
  text-indent: 0;
}
.section-page .shows-attr .logo p img{
  height: auto !important;
  width: auto !important;
  max-width: calc(100%);
}

.section-page .shows-attr .item{
  width: 50%;
  font-size: 1.4rem;
  padding: 0 2rem;
}
.section-page .shows-attr .item p{
  padding: 0.5rem 1rem;
  line-height: 150%;
  color: #FFFFFF;
}
.section-page .shows-attr .item p span{
  color: #FFFFFF66;
}
.section-page .shows-attr .item a{
  color: #FFFFFF;
}

.section-page .shows-content{
  padding: 1.5rem;
  color: #FFF;
  font-size: 1.6rem;
  border:1px solid #FFFFFF55;
  border-radius: 0;
  margin: 1rem;
}
.section-page .shows-content p{
  line-height: 180%;
  margin:0;
  padding:0;
  margin-bottom: 1em;
  text-indent: 2em;
}
.section-page .shows-content img,
.section-page .shows-content p img{
  height: auto !important;
  width: auto !important;
  max-width: calc(100% - 2em - 5rem);
}

.section-page .shows-back{
  padding: 0 1.5rem;
  text-align: center;
}
.section-page .shows-back .ax-btn{

}





.section-page .outer .module-lists .ax-box {
  background: none;
  text-align: justify;
  background: #FFFFFF22;
  border-radius: 0.5rem;
  border: none;
}

.section-page .outer .module-lists .ax-box .ax-box-body {
  padding: 0;
}
.section-page .outer .module-lists .ax-box .ax-info-block{
  line-height: 2.2rem;
  padding: calc((3.8rem - 1.2rem) / 2) 1.4rem;
}
.section-page .outer .module-lists .ax-box .ax-info-block a{
  color: #FFF;
  line-height: 180%;
  font-size: 1.2rem;
}
.section-page .outer .module-lists .ax-box .ax-break-line {
  height: 1px;
  overflow: hidden;
  background-color: #FFFFFF22;
}



.module-piclists .ax-box {
  background: none;
  text-align: justify;
  background: #FFFFFF22;
  border-radius: 0.5rem;
  border: none;
}
.module-piclists .ax-grid-block {
    padding: 0;

}
.module-piclists .ax-info-block a{

}
.module-piclists .ax-card-block {
    background: none;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    display: block;
    padding: 1rem 1rem 0 1rem;
    position: relative;
    transition: all 200ms linear;
    text-align: center;
    box-shadow: none;
}
.module-piclists .ax-card-block .ax-img  {
    height: auto;
/*    max-height: 15rem;*/
    margin-bottom: 1.4rem;
    overflow: hidden;
    position: relative;
    display: block;
    margin:0 auto;
    border-radius: 0.3rem;
}
.module-piclists .ax-card-block .ax-img  img{
  height: auto;
  max-height: 10rem;
}
.module-piclists .ax-card-block .ax-title  a{
    color: #FFF;
    padding: 1rem 0;
}







/* 移动端 */
@media screen and (max-width: 499px) {
  .section-page .outer .module-title{
    height: 4rem;
    margin-left: 1rem;
    margin-top: 2rem;
  }
  .section-page .outer .module-title .cn{
    font-size: 1.8rem;
    height: 3.6rem;
    letter-spacing: 0.2rem;
    opacity: 1;
  }
  .section-page .outer .module-title .en{
    height: 3rem;
    font-size: 3rem;
  }

  .section-page .outer .module-content{
    color: #FFF;
    font-size: 1.2rem;
    text-align: justify;
    padding: 1.2rem;
/*    marign: 1.2rem;*/
/*    background: #240d9166;*/
/*    border-radius: 0.5rem;*/
/*    padding: 1rem 1rem;*/
  }
  .section-page .outer .module-content p{
    line-height: 180%;
    text-indent: 0em;
  }

  .section-page .shows-title{
    padding: 1rem 1rem;
    color: #FFF;
    font-size: 3rem;
  }
  .section-page .shows-title h1{
    font-size: 1.4rem;
    line-height: 120%;
    margin:0 auto;
    padding:0;
    text-align: center;
  }

  .section-page .shows-attr{
    margin-top: 0;
    margin-bottom: 0;
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
  }

  .section-page .shows-attr .logo{
    align-content: center;
    flex: 1;
    width: 100%;
  }
  .section-page .shows-attr .logo p{
    display: block;
    padding: 1rem 2rem;
    margin: 0 auto;
    background: #FFF;
    border-radius: 0.5rem;
    text-align: center;
    text-indent: 0;
  }
  .section-page .shows-attr .logo p img{
    height: auto !important;
    width: auto !important;
    max-width: calc(100% - 2rem);
  }

  .section-page .shows-attr .item{
    width: 100%;
    font-size: 1.4rem;
    padding: 1.5rem 0 0 0;
  }
  .section-page .shows-attr .item p{
    padding: 0.5rem 0;
    line-height: 150%;
    color: #FFFFFF;
  }
  .section-page .shows-attr .item p span{
    color: #FFFFFF66;
  }


  .section-page .shows-content{
    padding: 1.5rem;
    color: #FFF;
    font-size: 1.2rem;
    text-align: justify;
    max-height: calc(100vh - 6.7rem - 6rem - 5rem - 10rem);
    overflow-y: auto;
  }
  .section-page .shows-content p{
    line-height: 180%;
    margin:0;
    padding:0;
    margin-bottom: 1em;
    text-indent: 0;
    text-align: justify;
  }

  .section-page .shows-content img,
  .section-page .shows-content p img{
    height: auto !important;
    width: auto !important;
    max-width: 100%;
  }

  .section-page .shows-back{
    padding: 0 1rem;
  }
  .section-page .shows-back .ax-btn{
    width: 100%;
  }
}













/* 移动端 */
@media screen and (max-width: 899px) {

  .ax-pc{display: none}

  .ax-mobile-header-hidden{
    display: none;
  }

  body{
    min-height: 100vh;
  }

  .ax-space-footer {
    height: calc(6.5rem);
    overflow: hidden;
  }

  /* banner */
  .section-banner .outer{
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .section-banner{
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: column;
    justify-content: center;
  }



  .section-banner .banner{
    flex-direction: row;
  }
  .section-banner .banner img{
    width: calc(100%);
  }

  /* 宫格入口 */
  .section-menu .menu-list{
    padding: 1.5rem 0; 
  }

  .section-menu .menu-list li a{
    margin: 0.75rem;
    padding: 0.5rem;
    background: #240d9166;
    /*    background: #14ccc933;*/
    border-radius: 1rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-content: center;
  }
  .section-menu .menu-list li a .ax-iconfont{
    color: #FFFFFF88;
    font-size: 2.2rem;
    font-weight: normal;
    display: block;
    margin:0.5rem auto 0rem auto;
    line-height: 100%;
/*    opacity: 0.6;*/
  }
  .section-menu .menu-list li a .title{
    font-size: 1.1rem;
    display: block;
    line-height: 2.4rem;
    margin:0 auto;
  }

  /* 倒计时 */
  .section-countdown{
    display: flex;
    flex-direction: column;
  }
  .section-countdown .outer{
    display: flex;
    align-content: center;
    padding: 0;

    align-content: center;
    flex-direction: column;
  }
  .meeting-countdown-tip{
    margin: 0 auto;
    font-size: 1.2rem;
    color: #FFFFFF33;
  }
  .meeting-countdown {
    font: normal 1.2rem 'Open Sans', sans-serif;
    list-style: none;
/*    display: flex;*/
    text-align: center;
    color: #FFF;
    margin: 0.5rem auto;
    padding: 0;
  }

  .meeting-countdown li {
    display: inline-block;
  }

  .meeting-countdown li span {
    color: #00f1fc;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 2.8rem;
  }

  .meeting-countdown li.seperator {
    font-size: 2.4rem;
    line-height: 3rem;
    vertical-align: top;
    opacity: 0.5;
    padding: 0 1rem;
  }

  .meeting-countdown li p {
    color: #a7abb1;
    font-size: 1.2rem;
    opacity: 0.5;
  }



}











.login-box {
  margin: 1rem ;
  background-color: #fff;
  box-shadow: 0 0.5rem 2rem rgb(0 0 0 / 10%);
  border-radius: calc(0.3rem*4);
}
.login-box .cover {
    height: 100%;
    min-height: 400px;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
}
.login-box .core {
    padding: 15px;
}

.login-box .sms-tip{
    color: #666;
    padding-bottom: 10px;
}










.mb0 {
  margin-bottom: 0;
}

.text-gray, a.text-gray {
  color: #999;
}
.text-danger, a.text-danger {
  color: #ff5722;
}
.text-warning, a.text-warning {
  color: #ffc105;
}
.text-success, a.text-success {
  color: #16b777;
}
.text-info, a.text-info {
  color: #31bdec;
}

.text-right{
  text-align: right;
}
.pull-right{
  float: right;
}


/* 会议注册 */
.section-join{}
.module-join{
  background: none;
  border: none;
  padding: 1rem;
  margin-top: 1rem;
  border-radius: 0.5rem;
}

.module-order{
  background: none;
  border: none;
  padding: 1rem;
  margin-top: 1rem;
  border-radius: 0.5rem;
}



/* 导航 */



.meeting-bottom-join{
  background: ;
  z-index: 999;
}






.jui-elem-quote {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  padding: 1rem;
  line-height: 1.8;
  border-left: 5px solid #14ccc955;
  border-radius: 0 2px 2px 0;
  background-color: #fafafa;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.jui-btn-purple{
  background-color: #49228b;
}



.jui-card{
  display: flex;
  border: 1px solid #eee;
  flex-direction: column;
  margin-bottom: 1rem;
  background-color: #fff;
  border: 1px solid transparent;
  border-color: #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.jui-card>.jui-card-header {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
  height: 4.2rem;
  line-height: 4.2rem;
}
.jui-card-header{
  padding: 0px 15px;
  border-bottom: 1px solid #eee;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: flex;
  flex-direction: row;
  align-content: center;
}

.jui-card-header > :first-child{
  flex: 1;
}
.jui-card-header > :last-child{
  align-self: center;
}
.jui-card-body{
  padding: 1rem 1.5rem;
  line-height: 24px;
}


.jui-field-box{
  padding: 0 10px;
}

.jui-form-item{
  display: flex;
  margin: 5px 0;
}
.jui-form-item-fluid{
  margn: 5px 0;
}


.jui-text-item{
  margin: 0 0;
}


.jui-input-group{
  display: flex;
  flex: 1;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
}
.jui-card-base .jui-input-group{
  flex-wrap: nowrap;
}

.jui-input-prefix{
  width: 5em;
  color: #666;
  align-content: center;
}
.jui-input-suffix{
  flex: 1;
}
.jui-input-prefix,
.jui-input-suffix{
  padding: 5px 0;
}
.jui-input-suffix input[type="text"], 
.jui-input-suffixinput[type="search"], 
.jui-input-suffixinput[type="url"], 
.jui-input-suffixinput[type="email"], 
.jui-input-suffixinput[type="number"], 
.jui-input-suffixinput[type="password"], 
.jui-input-suffixinput[type="file"], 
.jui-input-suffixselect {
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  padding: 0 1rem;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 0.3rem;
  position: relative;
  font-size: 1.2rem;
}

.jui-input-suffix .webuploader-pick {
  padding: 0 1.8rem;
  height: 2.8rem;
  line-height: 2.8rem;
  background-color: #14ccc9;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 1.2rem;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  transition: all .3s;
  -webkit-transition: all .3s;
  box-sizing: border-box;
  border-radius: 0.5rem;
}

.jui-input-group .jui-input-tips{
  flex: auto;
  color: #ff8400;
  align-content: center;
  background-color: #ffc10533;
  padding: 1rem 1.5rem;
  line-height: 150%;
  border-radius: 0.5rem;
}

.jui-input-group .jui-input-tips-info{
  flex: auto;
  color: #14ccc9;
  align-content: center;
  background-color: #14ccc933;
  padding: 1rem 1.5rem;
  line-height: 150%;
  border-radius: 0.5rem;
}



.jui-input-btn-group{
  display: flex;
  flex: 1;
  flex-direction: row;
  align-content: center;
}
.jui-input-btn-group .jui-input-cont{
  flex: auto;
  color: #666;
  align-content: center;
}
.jui-input-btn-group .jui-input-suffix{
  lex-basis: 10rem;
  width: 6em;
  margin-left: 1rem;
}


.jui-btn-suffix{
  align-content: center;
  padding:0.5rem 0;
  padding-left: 1rem;
}

.jui-btn-suffix .layui-btn {
  display: inline-block;
  vertical-align: middle;
  height: 34px;
  line-height: 34px;
  border: 1px solid transparent;
  padding: 0 1rem;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.jui-input-block{
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
  align-content: center;
}


.jui-text-em, 
.jui-word-aux {
  color: #999 !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.jui-form-mid2 {
  display: block;
  padding: 8px 0  0 0 !important;
  line-height: 20px;
  margin-right: 10px;
  padding-left: 0px !important;
}

.jyui-form-item .jui-input-inline.jui-upload-btn-box {
    width: auto;
    margin-right: 5px;
}
.jui-form-item .jui-input-inline.jui-upload-preview {
  width: auto;
}



.jui-hide{
  display: none;
}

.jui-form-radio{
  border-radius: 0.5rem;
  border: 1px solid #CCC;
  align-content: center;
  /*  margin-bottom: 1rem;*/
  position: relative;
  cursor: pointer;
}

.jui-checkcard{
  display: flex;
  flex-direction: row;
  align-content: center;
  padding: 0.8rem 1.6rem 0.8rem 2rem;
}
.jui-checkcard-avatar{
  align-content: center;
  text-align: center;
  margin-right: 1.6rem;
}
.jui-checkcard-avatar .iconfont{
  font-size: 4rem;
}
.jui-checkcard-detail{
  flex: 1;
  padding: 0.5rem 0;
}
.jui-checkcard-header{
  font-size: 1.6rem;
  line-height: 2.4rem;
  height: 2.4rem;
  font-weight: bold;
  color: #00000099;
  text-indent: 0.8rem;
}
.jui-checkcard-price{
  line-height: 1.8rem;
  font-size: 1.2rem;
  color: #666;
  font-size: 1.4rem;
  font-weight: normal;
  color: #00000055;
  padding-top: 0.5rem;
}
.jui-checkcard-price .rmb{
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 1.2rem;
  width: 0.8rem;
  color: #00000055;
}
.jui-checkcard-price .price{
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  /*  font-style: italic;*/
  color: #000;
}
.jui-checkcard-price .price_normal{
  font-size: 1.6rem;
  font-weight: bold;
  color: #00000055;
}
.jui-checkcard-price .ax-ignore{
  background: #EEEEEE;
  color: #00000077;
}


.jui-checkcard-price .price_earlybird{
  font-size: 2rem;
  font-weight: bold;
  color: #198cff;
}

.jui-checkcard-price .jui-badge {
  margin-left: 0.5rem;
/*  background: #CCCCCC55;*/
/*  color: #33333355;*/
}
.jui-checkcard-price .jui-badge.ax-ignore {
  margin-left: 0.5rem;
  background: #CCCCCC55;
  color: #33333355;
}

.jui-checkcard-description{
  line-height: 1.8rem;
  font-size: 1.2rem;
  color: #666;
  text-indent: 0.8rem;
}

.jui-form-radioed{
  border: 1px solid #eee;
  /*  background: #49228b33;*/
  background: linear-gradient(45deg, #14ccc999, #1492cc99);
}

.jui-form-radioed .jui-checkcard-avatar{
  color: #49228b;
}

.jui-form-check:before, 
.jui-form-radio:before {
  position: absolute;
  font-family: 'ax-iconfont';
  content: 'circle';
  color: #fff;
  bottom: 15px;
  right: 10px;
  font-size: 3rem;
  z-index: 5;
  color:#EEE ;
}
/*.jui-form-check:after, 
.jui-form-radio:after {
  position: absolute;
  content: "";
  bottom: 2px;
  right: 2px;
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-width: 16px;
  border-style: dashed;
  border-color: transparent;
  border-top-left-radius: 6px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 0px;
  border-right-color: #EEEEEE;
  border-right-style: solid;
  border-bottom-color: #EEEEEE;
  border-bottom-style: solid;
  overflow: hidden;
}*/

.jui-form-checked:before, 
.jui-form-radioed:before {
  position: absolute;
  font-family: 'ax-iconfont';
  content: 'check-o-f';
  color: #fff;
  font-size: 3rem;
  z-index: 5;
  color:#1492CC ;
}

/*.jui-form-checked:after, 
.jui-form-radioed:after {
  position: absolute;
  content: "";
  bottom: 2px;
  right: 2px;
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-width: 16px;
  border-style: dashed;
  border-color: transparent;
  border-top-left-radius: 6px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 0px;
  border-right-color: #1492CC;
  border-right-style: solid;
  border-bottom-color: #1492CC;
  border-bottom-style: solid;
  overflow: hidden;
}*/


.jui-form-radio-sm .jui-checkcard{
  padding: 0.3rem 0.8rem 0.3rem 1rem;;
}
.jui-form-radio-sm .jui-checkcard-header {
  font-size: 1.3rem;
  line-height: 1.8rem;
  height: 1.8rem;
  font-weight: normal;
  color: #00000099;
  text-indent: 0.8rem;
}

.jui-form-check-sm:before, 
.jui-form-radio-sm:before {
  bottom: 0.5rem;
  right: 0.8rem;
  font-size: 1.8rem;
}


@media screen and (max-width: 499px) {

  .jui-elem-quote {
    margin-top: 0;
  }

  .jui-checkcard{
    padding: 1rem;
  }

  .jui-form-radio{
    margin-bottom: 1rem;
  }
  .jui-btn-suffix .ax-btn {
    height: calc(3.8rem - 1rem);
    line-height: calc(3.8rem - 1.2rem);
    font-size: 1.2rem;
  }

  .jui-checkcard-detail {
    flex: 1;
    padding: 0 0.5rem;
  }
  .jui-form-radio-sm .jui-checkcard{
    padding: 0.5rem 0.8rem 0.5rem 1rem;;
  }
  .jui-form-radio-sm{
    margin:0;
  }
  .jui-form-radio-sm .jui-checkcard-header {
    font-size: 1.2rem;
    line-height: 1.8rem;
    height: 1.8rem;
    font-weight: normal;
    color: #00000099;
    text-indent: 0;
  }

  .jui-form-check-sm:before, 
  .jui-form-radio-sm:before {
    bottom: 0.3rem;
    right: 0.8rem;
    font-size: 1.8rem;
  }


/*  .jui-form-radio-sm:before, 
  .jui-form-radio-sm:before {
    position: absolute;
    font-family: 'ax-iconfont';
    content: 'circle';
    color: #fff;
    bottom: 1px;
    right: 5px;
    font-size: 0.6rem;
    z-index: 12;
  }*/
/*  .jui-form-radio-sm:after, 
  .jui-form-radio-sm:after {
    position: absolute;
    content: "";
    bottom: -3px;
    right: 2px;
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    border-width: 1rem;
    border-style: dashed;
    border-color: transparent;
    border-top-left-radius: 6px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 0px;
    border-right-color: #EEEEEE;
    border-right-style: solid;
    border-bottom-color: #EEEEEE;
    border-bottom-style: solid;
    overflow: hidden;
  }*/

/*  .jui-form-check-sm.jui-form-checked:before, 
  .jui-form-radio-sm.jui-form-radioed:before {
    position: absolute;
    font-family: 'ax-iconfont';
    content: 'check-o-f';
    color: #fff;
    bottom: 0px;
    right: 5px;
    font-size: 1.4rem;
    z-index: 12;
    color: #1492CC;
  }*/

/*  .jui-form-check-sm.jui-form-checked:after, 
  .jui-form-radio-sm.jui-form-radioed:after {
    position: absolute;
    content: "";
    bottom: 2px;
    right: 2px;
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    border-width: 1rem;
    border-style: dashed;
    border-color: transparent;
    border-top-left-radius: 6px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 0px;
    border-right-color: #1492CC;
    border-right-style: solid;
    border-bottom-color: #1492CC;
    border-bottom-style: solid;
    overflow: hidden;
  }*/




}


@media screen and (min-width: 900px) {

  .jui-card-slogan{
    background: none;
    border:none;
    display: flex;
    flex-direction: column;
    align-content: center;
    text-align: center;
    flex: 1;
  }

  .jui-card-slogan img{
    height: 5rem;
    margin: 2rem 0;
  }

  .module-join{
    padding: 1rem;
    display: flex;
    flex-direction: row;
    align-content: center;
  }

  .module-join .jui-card-base{
    width: 28rem;
    margin-right: 1.5rem;
  }

  .module-join .jui-card-base .jui-input-group{
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
  }

  .module-join .jui-form{
    flex: 1;
  }

  .module-join .jui-card-form{
    flex: 1;
  }
  .module-join .jui-card-form .jui-input-group{
    /*display: flex;
    flex-direction: column;*/
    margin-bottom: 0.5rem;
  }




  .module-order{
    padding: 1rem;
    display: flex;
    flex-direction: row;
    align-content: center;
  }
  .module-order .jui-card-base{
    width: 28rem;
    margin-right: 1.5rem;
    margin-bottom: 0;
  }

  .module-order .jui-card-base .jui-input-group{
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
  }

  .module-order .jui-tab{
    flex: 1;
  }





  .jui-input-suffix input[type="text"], 
  .jui-input-suffixinput[type="search"], 
  .jui-input-suffixinput[type="url"], 
  .jui-input-suffixinput[type="email"], 
  .jui-input-suffixinput[type="number"], 
  .jui-input-suffixinput[type="password"], 
  .jui-input-suffixinput[type="file"], 
  .jui-input-suffixselect {
    width: 100%;
    height: 3.8rem;
    line-height: 3.8rem;
    padding: 0 1rem;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    border-radius: 0.3rem;
    position: relative;
    font-size: 1.2rem;
  }
  .jui-input-prefix, .jui-input-suffix {
    padding: 5px 0 0px 0;
  }
  .jui-btn-suffix {
    align-content: center;
    padding: 5px 0 0px 0;
    margin-left: 0.5rem;
  }
  .jui-btn-suffix .ax-btn {
    height: 3.8rem;
  }

}
@media screen and (max-width: 900px) {

  .jui-card-slogan{
    display: none;
  }
}








/*tab*/
.jui-tab {
  min-height: calc(2.8rem * 2);
  border: 1px solid transparent;
  border-color: #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  background: #FFF;
}
.jui-tab [ajax-message] {
  width: 100%;
  min-height: calc(2.8rem * 2);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jui-tab .jui-tab-body {
  box-sizing: border-box;
  transition: all 200ms linear;
  padding: 1rem 1.5rem;
  line-height: 24px;
}
.jui-tab .jui-tab-body > * {
  min-height: calc(2.8rem * 2);
}
.jui-tab .jui-tab-body > * [ajax-message] {
  width: 100%;
  min-height: calc(2.8rem * 2);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*.jui-tab .jui-tab-body > *:not([active]) {
  display: none;
}*/
.jui-tab .jui-tab-header {
  background: #F5F5F5;
}
.jui-tab .jui-tab-header .ax-slide {
  width: auto;
}
.jui-tab .jui-tab-body iframe {
  width: 100%;
  min-height: 40rem;
}
.jui-tab.ax-border,
.jui-tab[class*="ax-shadow"] {
  background-color: #fff;
}
.jui-tab.ax-border[class*="ax-radius"],
.jui-tab[class*="ax-shadow"][class*="ax-radius"] {
  overflow: hidden;
}
.jui-tab.ax-border .jui-tab-body,
.jui-tab[class*="ax-shadow"] .jui-tab-body {
  padding: 1.4rem;
}
.jui-tab-group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  box-shadow: 0 -0.1rem 0 0 #ebebeb inset;
}
.jui-tab-group li{
  background: #F5F5F5;
}
.jui-tab-group [remove],
.jui-tab-group [update] {
  font-family: 'ax-iconfont';
  font-size: 1.2rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: all 200ms linear;
  width: 1.4rem;
  height: 1.4rem;
  line-height: 1.4rem;
  margin-left: 1rem;
  margin-right: -0.4rem;
}
.jui-tab-group [update] + [remove] {
  margin-left: 1.4rem;
}
.jui-tab-group [remove]:before {
  content: "close";
  display: inline-block;
}
.jui-tab-group [update]:before {
  content: "refresh";
  display: inline-block;
}
.jui-tab-group *:not([disabled]) [remove]:hover,
.jui-tab-group *:not([disabled]) [update]:hover {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
}
.jui-tab-group > * {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  height: 4.2rem;
  line-height: 4.2rem;
  
  position: relative;
  box-sizing: border-box;
  border-radius: 0.3rem;
  transition: all 100ms linear;
}
.jui-tab-group > *:not([disabled]) {
  cursor: pointer;
}
.jui-tab-group > *:after {
  content: "";
  pointer-events: none;
  box-sizing: border-box;
  transform-origin: 0 0;
  border: 1px solid #ebebeb;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.jui-tab-group > *:first-child,
.jui-tab-group > *:first-child:after {
  border-radius: 0.3rem 0 0 0;
}
.jui-tab-group > *:last-child,
.jui-tab-group > *:last-child:after {
  border-radius: 0 0.3rem 0 0;
}
.jui-tab-group > *:not(:first-of-type):after {
  border-left-width: 0;
}

.jui-tab-group > li a{
  background: #F5F5F5;
  padding: 0 1.4rem;
}

.jui-tab-group > *[active] {
  background: #FFFFFF;
  /*  color: var(--color-primary);*/
}
.jui-tab-group > *[active] a{
  color: #198cff;
  padding: 0 1.4rem;
  background: #FFF;
}
.jui-tab-group > *[active]:after,
.jui-tab-group > *[class*='thumb-active']:after {
  border-bottom-width: 0;
}


.jui-tab-group > * [class*="font"] {
  margin-right: 0.4rem;
}
.jui-tab-group > *[disabled] {
  cursor: not-allowed;
  color: var(--color-ignore);
}
.jui-tab.ax-border .jui-tab-group,
.jui-tab[class*="ax-shadow"] .jui-tab-group {
  background-color: #F5F5F5;
}
.jui-tab.ax-border .jui-tab-group > *:last-child,
.jui-tab.ax-border .jui-tab-group > *:last-child:after,
.jui-tab[class*="ax-shadow"] .jui-tab-group > *:last-child,
.jui-tab[class*="ax-shadow"] .jui-tab-group > *:last-child:after {
  border-radius: 0;
}
.jui-tab.ax-border .jui-tab-group > *:after,
.jui-tab[class*="ax-shadow"] .jui-tab-group > *:after {
  border-top-width: 0;
  border-left-width: 0;
}
.jui-tab.ax-border .jui-tab-group > *:first-of-type:after,
.jui-tab[class*="ax-shadow"] .jui-tab-group > *:first-of-type:after {
  border-left-width: 0;
}








.jui-panel {
  border: 1px solid #ebebeb;
  border-radius: 0.3rem;
  background-color: #fff;
  margin-bottom: 1.5rem;
}
.jui-panel hr {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  border-width: 0;
  height: 1px;
  overflow: hidden;
  background-color: #ebebeb;
}
.jui-panel .jui-panel-header {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.4rem;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
}
.jui-panel .jui-panel-body {
  box-sizing: border-box;
  text-align: left;
  padding: calc(1.4rem);
  box-sizing: border-box;
}
.jui-panel .jui-panel-header [caption] {
  flex: auto;
  display: flex;
  align-items: center;
}
.jui-panel .jui-panel-header .ax-badge {
    margin-right: 1.4rem;
}
.jui-panel .jui-panel-header [tip] {
  color: var(--color-ignore);
  margin-right: 1.4rem;
}
.jui-panel .jui-panel-footer {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.4rem;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  border-top: 1px solid #ebebeb;
}
.jui-panel .jui-panel-footer [caption] {
  flex: auto;
  display: flex;
  align-items: center;
}
.jui-panel .jui-panel-footer [caption] a{
  margin-right:1rem;
}
.jui-panel .jui-panel-footer > .ax-btn {
    margin-right: 0.5rem;
}


.jui-panel .jui-panel-body-item{
  display: flex;
  flex-direction: column;
}
.jui-panel .jui-panel-body-item .item{
  display: flex;
  flex-direction: row;
  align-content: center;
}
.jui-panel .jui-panel-body-item .order-label{
}

.jui-panel .jui-panel-body-item .order-item{
  flex: auto;
}

.jui-list-empty{
  flex: 1;
  text-align: center;
  line-height: 20rem;
}

.module-order-pay,
.module-order-shows {
  padding: 1rem;
  display: flex;
  flex-direction: row;
  align-content: center;
  margin-top: 1rem;
}
.module-order-pay .jui-card-base,
.module-order-shows .jui-card-base{
  width: 28rem;
  margin-right: 1.5rem;
  margin-bottom: 0;
}

.module-order-pay .jui-card-pay,
.module-order-shows .jui-card-pay{
  flex: auto;
  margin-bottom:0;
}
.module-order-pay .jui-card-base .jui-input-group,
.module-order-shows .jui-card-base .jui-input-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.module-order-pay .jui-input-prefix, 
.module-order-pay .jui-input-cont, 
.module-order-pay .jui-input-suffix,
.module-order-shows .jui-input-prefix, 
.module-order-shows .jui-input-cont, 
.module-order-shows .jui-input-suffix {
  padding: 5px 0 0px 0;
}

@media screen and (max-width: 900px) {

  .module-order-pay,
  .module-order-shows{
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-content: center;
  }
  .module-order-pay .jui-card-base,
  .module-order-shows .jui-card-base{
    flex: 1;
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .module-order-pay .jui-card-base .jui-input-group,
  .module-order-shows .jui-card-base .jui-input-group {
    margin-bottom: 0;
  }
  .module-order-pay .jui-card-pay,
  .module-order-shows .jui-card-pay{
    flex: 1;
    width: 100%;
  }


}


/* 移动端 */
@media screen and (max-width: 899px) {

  .ax-pc{display: none}

  .ax-mobile-header-hidden{
    display: none;
  }

  .section-page .outer .module-content{
    max-height: calc(100vh - 23rem);
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 1rem;
    margin-top: 0.2rem;
  }
}