@charset "utf-8";
/* reset.css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, i{margin:0;padding:0;box-sizing:border-box;}
fieldset, img{border:0;}
html,body{
  height: 100%;
}
body {
  color: #000;
  width: 100%;
  overflow-x: hidden;
  font-size:0px !important;
  background-color: #ffff;
  position: relative;
  min-height: 100%;
  /*-webkit-user-select: none;*/
  /*-webkit-text-size-adjust: none;*/
}
input[type="button"]{-webkit-appearance:none;}
input[type="submit"]{-webkit-appearance:none;}
input[type="text"]{-webkit-appearance:none;}
input[type="search"]{-webkit-appearance:none;}

a{cursor:pointer;}
a:active, a:hover, a:focus{text-decoration:none;outline:none;}
a:link, :visited{text-decoration:none;}
:focus{outline:0;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;}
texearea{resize:none;}
.fl{float: left;}
.fr{float: right;}
.weui-label{
  width: 120px;
}
.start.weui-cell{
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: start;
}
.bg{
  position: relative;width: 100%;height: 100%;object-fit: cover;
}
.icon_logo{
  position: absolute;top: .53rem;left: .53rem;width: 4.8rem;height: auto;
}
.icon_title{
  position: absolute;
    top: 4rem;
    left: .72rem;
    width: 4.5rem;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
}
.icon_detail{
  position: absolute;top: .9rem;right: 0px;width: .9rem;height: auto;
}
.desc{
      position: absolute;
    top: 5rem;
    text-align: center;
    left: 0px;
    right: 0px;
    font-size: .7rem;
    color: #fff;
    text-shadow: 0 .03rem .16rem #000b5299;
    font-weight: 500;
}
.icon_time{
  position: absolute;top: 7.95rem;left: 2.88rem;width: 4.24rem;height: auto;
}

.weui-btn.weui-btn_primary{
  /* line-height: 1.25rem;text-align: center;border-radius: .67rem; */
  background-image: linear-gradient(113deg, #2ECBFF 0%, #006EFF 100%);
  color: #fff;font-weight: bold;border-radius: 50px;
}
.weui-btn.weui-btn_default{
  color: #0272FF;
}
.fot{
  position: absolute;bottom: 1.5rem;left: 0px;right: 0px;
}
.Unit_info{
  margin-left: 1.2rem;font-size: .32rem;text-shadow: 0 .07rem .12rem #00083bd6;color: #fff;
}
.Unit_info .weui-cell{
  color: #fff;font-size: .32rem;
}
.Unit_info .weui-cell+.weui-cell{
  padding-top: 0px;
}
.sign_btn{
  margin-left: 2.4rem;width: 5.2rem;height: 1.25rem;line-height: 1.25rem;text-align: center;border-radius: .67rem;
  background-image: linear-gradient(113deg, #2ECBFF 0%, #006EFF 100%);
  box-shadow: 0 .03rem .25rem 0 #001d8180;font-size: .48rem;color: #fff;font-weight: bold;margin-top: 1rem;display: block;
}
.detail_btn {
  /* position: absolute;top: 2.15rem;right: .35rem;font-size: .35rem;color: #fff;text-shadow: 0 .02rem .08rem #000; */
}
.fc{
  position: fixed;top: 0px;left: 0px;right: 0px;bottom: 0px;z-index: 22;background-color: rgba(0,0,0,.5);
}
.fc_body{
  position: absolute;bottom: 0px;left: 0px;right: 0px;background-color: #fff;padding: 0px .53rem;padding-bottom: 1.2rem;padding-top: .59rem;
  box-shadow: 0 .03rem .21rem 0 #b2b2b247;top: 4.56rem;
  border-radius: .27rem .27rem 0 0;overflow-y: scroll;
}
.icon_close{
  position: absolute;top: .53rem;right: .53rem;width: .53rem;height: .53rem;
}
.desc_tit{
  text-align: center;font-size: .48rem;color: #222;font-weight: bold;
}

.desc_cont{
  margin-top: .67rem;
}
.desc_cont p{
  font-size: .4rem;color: #666;line-height: .59rem;
}
.desc_cont p:nth-child(2),.desc_cont p:nth-child(3){
  /* text-indent: 2em; */
}
.desc_minTit{
  color: #333 !important;font-weight: bold;padding: .13rem 0px;
}
/*字体字色*/

/* ========== 步骤条 ========== */
.step-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 1px 3px rgba(0,0,0,.06);
    padding-top: 20px;
    background-color: rgb(5 109 232 / 50%);
}
.step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    position: relative;
}
.step-circle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #e5e5e5;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 3px;
}
.step-item.active .step-circle {
    background: #056de8;
}
.step-item.done .step-circle {
    background: #056de8;
}
.step-label {
    font-size: 12px;
    color: #999;
    white-space: nowrap;
}
.step-item.active .step-label {
    color: #fff;
    font-weight: bold;
}
.step-item.done .step-label {
    color: #fff;
}
.step-line-left {
    position: absolute;
    top: 7px;
    left: 0;
    width: 50%;
    height: 1px;
    background: #056de8;
    z-index: -1;
}
.step-line-right {
    position: absolute;
    top: 7px;
    right: 0;
    width: 50%;
    height: 1px;
    background: #056de8;
    z-index: -1;
}
.step-item:first-child .step-line-left {
    display: none;
}
.step-item:last-child .step-line-right {
    display: none;
}
.step-line-left.done,
.step-line-right.done {
    background: #fff;
}

/* ========== 表单页 ========== */
.form-page {
    display: none;
    padding-bottom: 20px;
}
.form-page.active {
    display: block;
}

/* WeUI 必填标识：label和*同行 */
.weui-cell_required .weui-cell__hd label::before {
    content: "*";
    color: #f44;
    display: inline-block;
    margin-right: 1px;
    font-weight: bold;
}
/* 非必填项：保留*位置但不显示红色星号 */
.weui-cell_required.weui-cell_optional .weui-cell__hd label::before {
    content: "\a0";
    color: transparent;
    font-weight: normal;
}
.weui-cell_warn {
    padding-left: 12px;
}
.weui-cell_warn p {
    color: #f44;
    font-size: 9px;
    margin-top: 3px;
}
/* textarea 与 label 上对齐 */
.weui-cell .weui-textarea {
    vertical-align: top;
}
.weui-cell .weui-cell__hd {
    vertical-align: top;
}

/* ========== 报名成功 ========== */
.success-box {
    text-align: center;
    padding: 20px 12px;
}
.success-icon {
    width: 35px;
    height: 35px;
    margin: 0 auto 12px;
    background: #4bbd4d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.success-icon::after {
    content: "";
    width: 10px;
    height: 18px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg);
    margin-top: -3px;
}
.success-title {
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
}
.success-conference {
    font-size: 14px;
    color: #333;
    line-height: 18px;
    margin-bottom: 10px;
}
.success-phone {
    font-size: 12px;
    color: #888;
    margin-top: 106px;
}
.success-phone b {
    color: #576B95;
    font-weight: normal;
}

/* ========== 浮层表格 ========== */
.agenda-table,
.forum-table {
  width: 100%;
  border-collapse: collapse;
  margin: .4rem 0;
  font-size: .38rem;
  color: #333;
}
.agenda-table th,
.agenda-table td,
.forum-table th,
.forum-table td {
  border: .02rem solid #e5e5e5;
  padding: .2rem .25rem;
  text-align: left;
  vertical-align: top;
}
.agenda-table th,
.forum-table th {
  background: #f7f8fa;
  /* font-weight: bold; */
  color: #222;
  font-size: .36rem;
}
.agenda-table td:first-child,
.forum-table td:first-child {
  white-space: nowrap;
  /* font-weight: bold; */
  /* color: #555; */
}
.fc_body .desc_cont p {
  font-size: .4rem;
  color: #666;
  line-height: .6rem;
  margin: .2rem 0;
}
.fc_body .desc_cont p.desc_minTit {
  font-size: .42rem;
  font-weight: bold;
  color: #222;
  margin-top: .5rem;
  margin-bottom: .2rem;
}
.ny_bg{
  position: absolute;top: 0px;left: 0px;width: 100%;height: auto;
}
.form-page{
  margin: 18px;box-shadow: 0 1px 6px 0 #6b34341a;
  border-radius: 10px;
}
.form-page .weui-cells{
  border-top-left-radius: 10px;border-top-right-radius: 10px;
}
.weui-cells.suc{
  min-height: 6.67rem;text-align: center;padding-top: 2.07rem;padding-bottom: 112px;
}
.weui-icon-success{
  width: 70px;height: 70px;
}
.success-title{
  font-size: 18px;margin-top: 20px;
}
.success-conference{
  margin-top: 35px;color: #888;
}

.sign_default{
  margin-left: 2.4rem;width: 5.2rem;height: 1.25rem;line-height: 1.25rem;text-align: center;border-radius: .67rem;background: #03163c2b;
border: 1px solid #2AC3FF;font-size: .48rem;color: #fff;font-weight: bold;margin-top: .27rem;display: block;
}
.weui-label.max{
  width: 155px;
}
.weui-picker__item{
  font-size: 14px;
}