@font-face {
  font-family: 'gotham-book';
  src: url("../fonts/gotham/gothambook.otf");
}

body .layui-layer-content {
  word-break: break-word !important;
}

body .layui-layer-btn>a:nth-child(1) {
  border-color: #00abbd;
  background-color: #00abbd;
  color: #fff;
}

body .layer_notes {
  border-radius: 8px;
}

body .layer_notes .title {
  font-size: 1.6rem;
}

body .layer_notes .close_btn {
  font-weight: 700;
  min-width: 130px;
  padding: 8px 10px;
  line-height: 1;
  margin-bottom: 10px;
}

#nc.nc-container {
  position: relative;
}

#nc.nc-container .nc_wrapper {
  max-width: 250px;
  height: auto;
  overflow: hidden;
}

#nc.nc-container .nc_scale span {
  height: auto;
}

#app #sc {
  margin: 0;
}

#app #sc .sm-btn {
  width: 100% !important;
  height: auto !important;
  line-height: inherit !important;
  border: 2px solid #515151;
  box-shadow: none;
  border-radius: 20px;
  padding: 3px 0;
  display: flex;
  align-items: center;
  transition: border-color ease-in-out .15s;
}

#app #sc .sm-ico {
  width: 30px;
  height: 30px;
  transform: scale(0.7);
  margin-left: 3px;
}

#app #sc .sm-txt {
  flex: 1;
  margin-left: 5px;
  color: #b5b5b5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#app #sc #rectMask {
  display: none;
}

body {
  font-family: 'gotham-book', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
}

#app {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#app #main {
  padding: 30px 0;
}

#app .copy_input {
  /* width: 0;
    height: 0;
    opacity: 0;  */
  border: 0;
  padding: 0;
}

a {
  color: inherit;
}

a .underline {
  text-decoration: underline;
}

.color_red {
  color: red;
}

.color_primary {
  color: #00abbd;
}

.w_100 {
  width: 100%;
}

.btn {
  outline: none !important;
}

.btn.round {
  border-radius: 20px;
}

.btn.btn_normal {
  background-color: #00abbd;
  border-color: #00abbd;
  color: #fff !important;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  opacity: 0;
}

.checkbox>label,
.radio>label {
  position: relative;
  transition: all .3s;
  background: no-repeat left 3px/13px;
}

.checkbox>label,
.radio.is_radio>label {
  background-image: url("../images/checkbox.png?t=1636614964924");
}

.checkbox>label.label_act,
.radio.is_radio>label.label_act {
  background-image: url("../images/checkbox_act.png?t=1636614964924");
}

.radio>label {
  background-image: url("../images/radio.png?t=1636615299152");
}

.radio>label.label_act {
  background-image: url("../images/radio_act.png?t=1636615299152");
}

.form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form .form-control {
  box-shadow: none !important;
  background-color: transparent;
  height: auto;
}

.form .form-control::placeholder {
  color: #b5b5b5;
}

.form .tip {
  font-size: 1.2rem;
  color: #00abbd;
  padding-top: 5px;
}

.form .btn_operation .btn {
  min-width: 135px;
  padding: 10px 12px;
  line-height: 1;
  border-radius: 8px;
  margin: 0 5px;
}

.form .btn_operation .btn.back {
  background-color: #aaa;
}

.fadeIn-enter-active {
  transition: all .34s ease;
}

.fadeIn-enter {
  opacity: 0;
  transform: translateY(-10px);
}

.fadeInRight-enter-active {
  transition: all .34s ease;
}

.fadeInRight-enter {
  opacity: 0;
  transform: translateX(10px);
}

#app .bootstrap-select>.dropdown-toggle {
  background-color: #fff !important;
  outline: none !important;
  min-height: 34px;
}

#app .bootstrap-select>.dropdown-toggle .filter-option {
  color: #b5b5b5;
}

#app .bootstrap-select>.dropdown-toggle .filter-option-inner-inner {
  text-overflow: ellipsis;
}

#app .bootstrap-select .dropdown-menu {
  min-width: auto !important;
  width: 100%;
}

#app .bootstrap-select .dropdown-menu li,
#app .bootstrap-select .dropdown-menu li a {
  outline: none !important;
}

#app .bootstrap-select .dropdown-menu li a {
  padding: 3px 15px;
}

#app .bootstrap-select .dropdown-menu li a span.text {
  display: block;
  white-space: normal;
  word-break: break-word;
}

#app .bootstrap-select .dropdown-menu>.active>a,
#app .bootstrap-select .dropdown-menu>.active>a:focus,
#app .bootstrap-select .dropdown-menu>.active>a:hover {
  background-color: #00abbd;
}

#header {
  position: relative;
}

#header .lng {
  text-align: right;
  padding: 10px 0;
}

#header .lng a {
  display: inline-block;
  padding: 0 5px;
  line-height: 1;
  color: #00abbd;
}

#header .lng a:nth-child(1) {
  border-right: 1px solid #000;
}

#header .lng a.active {
  color: #333;
  text-decoration: none;
  cursor: default;
}

#menu .info {
  display: flex;
}

#menu .info>.item {
  width: 30%;
  position: relative;
  margin-right: 5%;
  background-color: #8bd9e5;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  cursor: default;
  transition: all .34s ease;
}

#menu .info>.item:last-child {
  margin-right: 0;
}

#menu .info>.item.active {
  background-color: #00abbd;
}

#menu .info>.item .arrows {
  width: 10px;
  position: absolute;
  left: calc(100% + 6.5%);
  top: 50%;
  transform: translateY(-50%);
}

#app.login_app {
  position: relative;
}

#app.login_app .bootstrap-select>.dropdown-toggle {
  padding: 0;
  border: 0;
  box-shadow: none;
  min-height: auto;
}

#app.login_app .big_title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #00abbd;
}

#app.login_app .wrap {
  padding: 30px;
  box-shadow: 0 3px 10px #96dce3;
}

#app.login_app .wrap .login_type {
  width: 100%;
  margin: 25px auto 30px;
  display: flex;
  justify-content: center;
}

#app.login_app .wrap .login_type>.item {
  padding: 5px 20px;
  margin: 0 5px;
  text-align: center;
  border: 1px solid #00abbd;
  background-color: transparent;
  color: #00abbd;
  border-radius: 8px;
  transition: all .34s ease;
  display: flex;
  align-items: center;
}

#app.login_app .wrap .login_type>.item .icon {
  width: 50px;
}

#app.login_app .wrap .login_type>.item .icon img {
  width: 60%;
}

#app.login_app .wrap .login_type>.item.active {
  background-color: #00abbd;
  color: #fff;
}

#app.login_app .wrap .line {
  border-bottom: 1px solid #eee;
  margin: 35px auto 20px;
}

#app.login_app .wrap .form {
  max-width: 450px;
  margin: 0 auto;
}

#app.login_app .wrap .form .form_group_nc #nc.nc-container .nc_wrapper {
  max-width: none;
  width: 100%;
  border-radius: 20px;
  border: 2px solid #515151;
  transition: border-color ease-in-out .15s;
}

#app.login_app .wrap .form .form_group_nc #nc.nc-container .nc_wrapper .nc_scale {
  background-color: transparent;
  height: 32px;
}

#app.login_app .wrap .form .form_group_nc #nc.nc-container .nc_wrapper .nc_scale .btn_ok {
  line-height: 32px;
}

#app.login_app .wrap .form .form_group_nc #nc.nc-container .nc_wrapper .nc_iconfont {
  background-color: #515151;
  border-color: #515151;
  color: #fff;
  height: inherit;
}

#app.login_app .wrap .form .form-group {
  margin-bottom: 30px;
}

#app.login_app .wrap .form .form-control {
  padding: 0 10px;
  border-color: transparent;
}

#app.login_app .wrap .form .form-control::placeholder {
  color: #d3d3d3;
}

#app.login_app .wrap .form .input_info {
  position: relative;
  padding: 10px 12px;
  border: 1px solid #a0a0a0;
  border-radius: 8px;
  display: flex;
  align-items: center;
}

#app.login_app .wrap .form .input_info .icon {
  width: 50px;
  border-right: 1px solid #bdbdbd;
}

#app.login_app .wrap .form .input_info .icon img {
  height: 22px;
}

#app.login_app .wrap .form .input_info .inputs {
  flex: 1;
}

#app.login_app .wrap .form .input_info .inputs.hasSelectVal .bootstrap-select>.dropdown-toggle .filter-option {
  color: inherit;
}

#app.login_app .wrap .form .img_code {
  height: 100%;
  position: absolute;
  right: 0;
  border-radius: 4px;
}

#app.login_app .wrap .form .send_code {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  min-width: 80px;
}

#app.reg_app {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #00abbd;
}

#app.reg_app.reg_app_cn .wrap>.title {
  letter-spacing: 0.2em;
}

#app.reg_app #main {
  flex: 1;
  position: relative;
}

#app.reg_app .wrap {
  flex: 1;
  padding: 30px 0;
}

#app.reg_app .wrap>.title {
  font-size: 3rem;
  margin-bottom: 30px;
  color: #00abbd;
  text-align: center;
}

#app.reg_app .form .form-control,
#app.reg_app .form .bootstrap-select>.dropdown-toggle {
  border-color: #00abbd !important;
}

#app.reg_app .form .form-group {
  margin-left: 0;
  margin-right: 0;
}

#app.reg_app .form .form-group>label {
  color: #00abbd;
}

#app.reg_app .form .form-group>div {
  padding-left: 0;
}

#app.reg_app .form .form-group>div.hasSelectVal .filter-option {
  color: inherit;
}

#app.reg_app .form .submit {
  margin-top: 50px;
}

#app.reg_app .form .mobile_info {
  display: flex;
}

#app.reg_app .form .mobile_info input:nth-child(1) {
  width: 20%;
  min-width: 100px;
  margin-right: 15px;
}

#app.reg_app .question_wrap .question_info {
  margin-bottom: 15px;
}

#app.reg_app .question_wrap .question_info>.title,
#app.reg_app .question_wrap .question_info .check_info .hasChild {
  position: relative;
  /* &::before,
        &::after {
          content: '';
          position: absolute;
          background-color: #000;
        }

        &::before {
          width: 14px;
          height: 2px;
        }

        &::after {
          width: 2px;
          height: 13px;
          transition: all .34s ease;
        } */
}

#app.reg_app .question_wrap .question_info>.title {
  font-size: 1.8rem;
  padding: 5px 40px 5px 0;
  font-weight: 700;
  cursor: pointer;
  /* &::before {
          top: 14px;
          right: 0;
        }

        &::after {
          top: 9px;
          right: 6px;
        } */
}

#app.reg_app .question_wrap .question_info>.title .icon {
  width: 15px;
  position: absolute;
  top: 10px;
  right: 0;
  transition: all .34s ease;
}

#app.reg_app .question_wrap .question_info>.title .tit_info {
  display: flex;
}

#app.reg_app .question_wrap .question_info>.title .tit_info .txt {
  flex: 1;
  padding-left: 8px;
}

#app.reg_app .question_wrap .question_info.active>.title {
  /* &::after {
        opacity: 0;
      } */
}

#app.reg_app .question_wrap .question_info.active>.title .icon {
  transform: rotate(-90deg);
}

#app.reg_app .question_wrap .question_info.active .check_info {
  display: block;
}

#app.reg_app .question_wrap .check_info {
  padding: 0 15px;
  display: none;
}

#app.reg_app .question_wrap .check_info .checkbox>label,
#app.reg_app .question_wrap .check_info .radio>label {
  display: block;
}

#app.reg_app .question_wrap .check_info .hasChild {
  padding-right: 25px;
}

#app.reg_app .question_wrap .check_info .hasChild.showChild::after {
  opacity: 0;
}

#app.reg_app .question_wrap .check_info .hasChild::before {
  top: 10px;
  right: 5px;
}

#app.reg_app .question_wrap .check_info .check_txt {
  display: inline-block;
  padding-left: 60px;
  position: relative;
}

#app.reg_app .question_wrap .check_info .alphabet,
#app.reg_app .question_wrap .check_info .num {
  position: absolute;
}

#app.reg_app .question_wrap .check_info .alphabet {
  left: 10px;
}

#app.reg_app .question_wrap .check_info .num {
  left: 20px;
}

#app.reg_app .question_wrap .check_info .hasOther {
  display: flex;
  align-items: center;
}

#app.reg_app .question_wrap .check_info .hasOther .other_input {
  width: 150px;
  margin-left: 15px;
}

#app.reg_app .question_wrap .check_info .hasOther .other_input .form-control {
  padding: 3px 12px;
}

#app.result_app .content {
  line-height: 2;
}

#app.result_app .code_info .code {
  color: #333;
  font-size: 1.2rem;
  transform: translateY(-15px);
}

#app.result_app .line {
  border-bottom: 1px dotted #434343;
  margin: 10px auto;
}

#app.result_app .desc {
  color: #434343;
}

#app.result_app .desc .tit {
  font-size: 1.6rem;
}

.statement_app .title {
  color: #00abbd;
  font-size: 3rem;
}

.statement_app .info {
  max-height: 500px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 30px;
  margin: 20px auto;
  box-shadow: 0 3px 5px #96dce3;
}

.statement_app .info .tit {
  font-size: 1.8rem;
}

.statement_app .form {
  width: 90%;
  margin: 0 auto;
}

.three_btn {
  display: flex;
  margin-bottom: 15px
}

.tbtn_item {
  margin-right: 15px;
  position: relative;
  cursor: pointer;
}

.tnames {
  position: absolute;
  top: 0%;
  color: #fff;
  left: 5%;
  /* left: 35%; */
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;

}

.leftright {
  display: flex;
  justify-content: space-between;
}

.myright {
  position: absolute;
  max-width: 222px;
  right: 0;
}

.right1 {
  position: relative;
}

.visitinfo {
  position: absolute;
  font-size: 12px;
  bottom: 37%;
  color: #000;
  display: flex;
  line-height: 1.6;
  width: 100%;
}

.visitinfo_name {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}

.visitinfo_name2 {}

.visitinfo_name3 {
  font-size: 14px;
}

.visitinfo_left {
  margin-left: 2%;
  width: 100%;
  max-width: 71%;
  word-break: break-all;
}

.visitinfo_right {
  width: 60px;
  position: absolute;
  right: 1%;
  bottom: 0;
}

.myblack {
  position: fixed;
  top: 0%;
  left: 0%;
  min-width: 100vw;
  min-height: 100vh;
  z-index: 2;
  background-color: rgba(0, 0, 0, .3)
}

.yulan {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  box-shadow: 5px 8px 6px 0px rgba(207, 207, 207, 0.75);
  z-index: 3;
  max-width: 758px;
}

.mygreen {
  background-color: #24aec4;
  padding: 15px;
  display: flex;
  color: #fff;
  justify-content: space-between;
  font-size: 15px;
  font-weight: bold;
}

.mywhite {
  background-color: #fff;

}

.right2 {
  width: 80%;
  margin: 0 auto;
  padding: 15px 0;
}

.visitinfo2 {
  width: 79%;
  bottom: 32%
}

.newred {
  color: red;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px;
}

.mysubmit {
  width: 100px;
  /* padding: 15px 0; */
  text-align: center;
  background-color: #24aec4;
  height: 40px;
  line-height: 40px;
  margin-left: 12px;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  cursor: pointer;
}

.el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before {
  content: ''
}

.el-form {
  display: flex;
  padding: 0px 12px;
}

.el-form-item__label {
  text-align: left !important;
  width: auto !important;
  color: #24aec4
}

.el-form-item__content {
  margin-left: 0 !important
}

.el-form-item {
  margin-right: 10%;
}

.el-input {
  width: 100%;
}

.attention {
  padding-left: 12px;
  padding-bottom: 30px;
  color: #000
}

.el-input__inner {
  border: 1px solid #24aec4 !important;
  width: 235px;
}

.myexit {
  cursor: pointer;
}

.btn2en {
  line-height: 1;
  left: 31%
}

.btn3en {
  left: 14%
}

.myexit {
  width: 25px;
}

.myexit img {
  width: 100%;
}

.yulan_text {
  font-size: 14px;
  width: 80%;
}

.visitinfoen {
  bottom: 47%
}

.result5en {
  margin-top: 10%;
}

.visitinfo2en {
  bottom: 36%
}

.ATDialog {
  background: transparent;
  max-width: 600px;
  box-shadow: unset;
  margin-top: 10vh !important;
}

.closeTheDialog {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}

.closeTheDialogBtn {
  font-size: 3rem;
  color: #fff;
  width: 4rem;
  height: 4rem;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #app #main {
    padding: 15px 0;
  }

  body.en #menu .info>.item {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    margin-right: 4%;
    padding: 10px 4px;
    font-size: 0.8rem;
    line-height: 1.25;
  }

  body.en #menu .info>.item:last-child {
    margin-right: 0;
  }

  body.en #menu .info>.item .step {
    font-size: 1.2rem;
  }

  #menu .info>.item {
    font-size: 1.2rem;
  }

  #menu .info>.item .arrows {
    left: calc(100% + 4.5%);
  }

  .form .btn_operation .btn {
    min-width: 120px;
    padding: 6px 12px;
  }

  #app.login_app .big_title {
    font-size: 2.6rem;
  }

  #app.login_app .wrap {
    padding: 15px;
  }

  #app.login_app .wrap .login_type {
    margin-top: 5px;
  }

  #app.login_app .wrap .login_type>.item {
    font-size: 1.2rem;
    padding: 4px 12px;
  }

  #app.login_app .wrap .login_type>.item .icon {
    width: 30px;
  }

  #app.login_app .wrap .form .input_info {
    padding: 8px;
  }

  #app.login_app .wrap .form .input_info .icon {
    width: 38px;
  }

  #app.login_app .wrap .form .input_info .icon img {
    height: 18px;
  }

  #app.login_app .wrap .form .submit {
    margin: 15px auto;
  }

  #app.reg_app .wrap>.title {
    font-size: 2.2rem;
  }

  .statement_app .info {
    max-height: 300px;
    padding: 15px;
  }

  .statement_app .info .tit {
    font-size: 1.6rem;
  }

  .pchide {
    display: none;
  }

  .three_btn {
    /* display:block */
  }

  .tbtn_item {
    margin-bottom: 10px
  }

  .tbtn_item img {
    width: 100%;
  }

  .tnames {
    left: 10%;
    font-size: 12px;
  }

  .el-form {
    display: block;
  }

  .btn1en {
    width: 100%;
  }

  .btn2en {
    width: 75%;
    left: 34%;
    line-height: 1.4;
  }

  .threebtnen {
    flex-wrap: wrap;
  }

  .btn3en2 img {
    width: 99%;
  }

  .btn3en {
    left: 7%
  }

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: table-row;
  }

}

.mobile-only {
  display: none;
}

@media screen and (min-width: 768px) {
  .mbhide {
    display: none !important
  }

  .mbhide2 {
    display: none
  }

  #app #main .wrap .form_info {
    width: 100%;
    margin: 0 auto;
  }

  #app.login_app .wrap .form .form_group_nc #nc.nc-container:hover .nc_wrapper,
  #app #sc .sm-btn:hover {
    border-color: #00abbd;
  }

  #menu {
    width: 100%;
    margin: 0 auto;
  }

  #menu .info>.item:hover {
    background-color: #00abbd;
  }



  .mbhide {
    display: none !important
  }
}

#app.reg_app:not(.result_app) .date-tabs,
#app.reg_app:not(.result_app) .event-cards {
  display: none !important;
}

#app.reg_app .event-table {
  margin-top: 12px;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden !important;
  box-sizing: border-box;
}

#app.reg_app .event-table-title {
  display: block;
  margin-bottom: 10px;
  color: #00abbd;
  font-size: 1.7rem;
  font-weight: 700;
}

#app.reg_app .event-table-group {
  min-width: 0;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 5px;
}

#app.reg_app .event-table-date {
  padding: 12px 28px;
  background: #00abbd;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
}

#app.reg_app .event-table-header,
#app.reg_app .event-table-row {
  display: grid;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 0.5fr) minmax(0, 0.95fr) minmax(0, 0.75fr) minmax(0, 2.1fr);
}

#app.reg_app .event-table-header {
  background: #52bdd7;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}

#app.reg_app .event-table-header>div {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px 16px;
  border-right: 2px solid #fff;
}

#app.reg_app .event-table-header>div:last-child {
  border-right: 0;
}

#app.reg_app .event-table-row {
  min-height: 76px;
  background: #c7ecf5;
  color: #00abbd;
}

#app.reg_app .event-table-row+.event-table-row {
  border-top: 2px solid #fff;
}

#app.reg_app .event-table-row.selected-row {
  background: #aee3ef;
}

#app.reg_app .event-table-row>div {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 10px 14px;
  border-right: 2px solid #fff;
  overflow-wrap: anywhere;
}

#app.reg_app .event-table-row>div:last-child {
  border-right: 0;
}

#app.reg_app .event-table-select {
  justify-content: center;
}

#app.reg_app .event-table-time {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.55;
  white-space: nowrap;
  overflow-wrap: normal;
}

#app.reg_app .event-table-time>div+div {
  margin-top: 6px;
}

#app.reg_app .event-table-content {
  justify-content: flex-start;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}

#app.reg_app .event-table-address {
  justify-content: center;
  text-align: center;
}

#app.reg_app .event-table-link {
  color: inherit;
  text-decoration: underline;
}

#app.reg_app .event-table-description {
  min-width: 0;
  color: #278fa6;
  word-break: break-word;
}

#app.reg_app .event-table .event-check {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0;
  line-height: 1;
}

#app.reg_app .event-table .event-check input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  opacity: 0;
}

#app.reg_app .event-table .event-check .checkbox-box {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #00abbd;
  border-radius: 3px;
  box-sizing: border-box;
  background: #fff;
  transition: background .12s ease, border-color .12s ease;
}

#app.reg_app .event-table .event-check .checkbox-box::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(.8);
  opacity: 0;
  transition: transform .12s ease, opacity .12s ease;
}

#app.reg_app .event-table .event-check input:checked+.checkbox-box {
  background: #00abbd;
  border-color: #00abbd;
}

#app.reg_app .event-table .event-check input:checked+.checkbox-box::after {
  transform: rotate(45deg) scale(1);
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #app.reg_app .event-table-group {
    min-width: 0;
  }

  #app.reg_app .event-table-date {
    padding: 10px 16px;
    font-size: 1.7rem;
  }

  #app.reg_app .event-table-header,
  #app.reg_app .event-table-row {
    grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.95fr) minmax(0, 0.65fr) minmax(0, 1.55fr);
  }

  #app.reg_app .event-table-header {
    font-size: 1.4rem;
  }

  #app.reg_app .event-table-header>div,
  #app.reg_app .event-table-row>div {
    padding: 8px;
  }

  #app.reg_app .event-table-row {
    min-height: 68px;
  }
}

/* result page styles */
@media screen and (max-width: 767px) {
  .three_btn {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .three_btn .tbtn_item {
    flex: 0 0 calc(33.333% - 8px);
    max-width: calc(33.333% - 8px);
    box-sizing: border-box;
    margin-right: 0 !important;
  }

  .three_btn .tbtn_item img {
    width: 100%;
    height: auto;
    display: block;
  }

  .event-card {
    display: block !important;
  }
}

.visitinfoen {
  bottom: 45% !important;
}

#app.result_app .visitinfo {
  top: 60%;
  bottom: auto !important;
  align-items: flex-start;
  line-height: 1.35;
}

#app.result_app .visitinfo .visitinfo_left {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-left: 6%;
  max-width: 66%;
  line-height: 1.2;
  word-break: normal;
  overflow-wrap: break-word;
}

#app.result_app .visitinfo .visitinfo_name {
  font-size: 20px;
  line-height: 1.1;
}

#app.result_app .visitinfo .visitinfo_name2,
#app.result_app .visitinfo .visitinfo_name3,
#app.result_app .visitinfo .visitinfo_country {
  font-size: 12px;
}

#app.result_app .visitinfo .visitinfo_name3 {
  margin-top: 0;
  line-height: 1.2;
}

#app.result_app .visitinfo .visitinfo_country {
  margin-top: 2px;
  line-height: 1.2;
}

#app.result_app .visitinfoen {
  line-height: 1.15;
}

#app.result_app .visitinfoen .visitinfo_name2,
#app.result_app .visitinfoen .visitinfo_name3,
#app.result_app .visitinfoen .visitinfo_country {
  line-height: 1.15;
}

#app.result_app .visitinfo .visitinfo_right {
  top: 0;
  right: 5%;
  bottom: auto !important;
}

#app.result_app .right2 .visitinfo {
  width: 100%;
}

.yulan {
  max-width: 820px;
  margin: 0 auto;
  border-radius: 6px;
  overflow: hidden;
}

.yulan .mygreen {
  width: 100%;
  background: #17b2c2;
  color: #fff;
}

.yulan .mygreen .yulan_text {
  color: #fff;
  font-weight: 700;
}

.yulan .mywhite {
  background: #fff;
}

.empty-modal .yulan {
  box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
}

.yulan .mywhite {
  -webkit-overflow-scrolling: touch;
}

.event-card {
  gap: 12px;
  border-bottom: 1px dashed #36bdcb;
}

.date-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.date-tabs .date-tab {
  cursor: pointer;
  outline: none;
  display: inline-flex;
}

.date-tabs .date-tab>div {
  padding: 6px 10px;
  background: #f5f5f5;
  border-radius: 4px;
  transition: background .15s ease, color .15s ease, transform .12s ease, box-shadow .12s ease;
}

.date-tabs .date-tab.active>div {
  background: #17b2c2;
  color: #fff;
  font-weight: 700;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 123, 255, .18);
  border: 1px solid rgba(0, 0, 0, .06);
}

.date-tabs .date-tab:focus>div,
.date-tabs .date-tab:hover>div {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
}

.date-tabs .date-tab>div:focus {
  outline: none;
}

.active_boxs {
  max-width: 720px;
}

.active_boxs .event-table-date-cell {
  justify-content: center;
  text-align: center;
}

.active_boxs .event-cards {
  padding: 8px 0;
  line-height: 1.5;
}

.active_boxs .event-card {
  border-bottom: 1px dashed #36bdcb;
  background: #fff;
  display: flex;
  gap: 12px;
  align-items: stretch;
}

.active_boxs .event-card .event-card-right {
  flex: 1;
  padding: 0 8px;
}

.active_boxs .event-card .event-card-right .title {
  font-weight: 700;
  font-size: 16px;
  color: #17b2c2;
}

.active_boxs .event-card .event-card-right .desc {
  color: #52bdd7;
  font-size: 13px;
}

.active_boxs .event-card .event-card-left {
  flex: 0 0 180px;
  min-width: 120px;
  padding: 8px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .active_boxs {
    padding: 0 12px;
  }

  .active_boxs .event-card {
    flex-direction: column;
    padding: 12px;
  }

  .active_boxs .event-card .event-card-left {
    width: 100%;
    min-width: auto;
    text-align: left;
    padding-left: 4px;
  }

  .active_boxs .event-card .event-card-right {
    padding: 8px 4px;
  }

  .active_boxs .event-card .event-card-right .title {
    font-size: 15px;
  }

  .active_boxs .event-card .event-card-right .desc {
    font-size: 13px;
  }
}

.mobile-only {
  display: none;
}

.desktop-only {
  display: inline;
}

@media screen and (max-width: 767px) {
  .mobile-only {
    display: table-row !important;
  }

  .desktop-only {
    display: none !important;
  }
}

.section-title {
  font-weight: 800;
  text-align: center;
  color: #00abbd;
  margin: 12px 0;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.section-title .section-icon {
  width: 20px;
  flex: 0 0 20px;
  height: 20px;
}

.section-title .section-text {
  display: block;
  white-space: normal;
  word-break: break-word;
  text-align: left;
  line-height: 1.2;
  margin-left: 8px;
}

@media screen and (max-width: 767px) {
  .section-title {
    justify-content: flex-start;
    padding: 8px 12px;
  }

  .section-title .section-text {
    max-width: 260px;
  }
}

/* result page exhibition table layout */
#app.result_app .active_boxs {
  max-width: 100%;
}

#app.result_app .result-intro {
  width: 100%;
  max-width: 660px;
  font-size: 1.6rem;
  line-height: 1.6;
}

#app.result_app .myright {
  transform: translateY(0%);
}

@media screen and (min-width: 769px) {
  #app.result_app .myleft {
    width: calc(100% - 250px);
    min-width: 0;
  }

  #app.result_app .result-intro {
    max-width: 100%;
  }
}

#app.result_app .active-title {
  margin: 0;
  padding: 10px 14px;
  border-radius: 4px 4px 0 0;
  background: #00abbd;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

#app.result_app .active_boxs .event-table {
  margin-top: 0;
}

#app.result_app .event-table-header,
#app.result_app .event-table-row {
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.35fr) minmax(0, .9fr) minmax(0, 4.95fr);
}

#app.result_app .event-table-row {
  min-height: 64px;
}

#app.result_app .event-table-row>div {
  padding: 8px 10px;
}

#app.result_app .event-table-date-cell {
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}

#app.result_app .event-table-time {
  align-items: center;
  text-align: center;
}

#app.result_app .event-table-address {
  line-height: 1.55;
  white-space: nowrap;
  overflow-wrap: normal;
}

#app.result_app .event-table-content {
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  #app.result_app .result-intro {
    max-width: 100%;
  }

  #app.result_app .active-title {
    font-size: 16px;
    padding: 8px 10px;
  }

  #app.result_app .event-table-header,
  #app.result_app .event-table-row {
    grid-template-columns: minmax(0, .75fr) minmax(0, 1.65fr) minmax(0, .9fr) minmax(0, 2.7fr);
  }

  #app.result_app .event-table-date-cell,
  #app.result_app .event-table-time {
    font-size: 1.2rem;
  }

  #app.result_app .event-table-row>div {
    padding: 8px;
  }
}

/* 注册页活动样式 */
#app.reg_app:not(.result_app) .event-booking-tip {
  margin-bottom: 2px;
  padding-left: .75em;
  color: #00abbd;
}

#app.reg_app:not(.result_app) .event-booking-notice {
  margin: 0 0 10px;
  padding-left: .75em;
  color: #d9534f;
  font-weight: 700;
}

#app.reg_app:not(.result_app) .event-table-row {
  background: #c5edf2;
  color: #087f90;
  cursor: pointer;
}

#app.reg_app:not(.result_app) .event-table-row.selected-row {
  background: #00abbd;
  color: #fff;
  font-weight: 700;
}

#app.reg_app:not(.result_app) .event-table-row.selected-row .event-table-link {
  color: #fff;
}

#app.reg_app:not(.result_app) .event-table .event-check input:checked+.checkbox-box {
  background: #007f90;
  border-color: #007f90;
}

#app.reg_app:not(.result_app) .event-table-date {
  padding: 9px 20px;
  border-bottom: 3px solid #fff;
  background: #00abbd;
  font-size: 1.8rem;
}

#app.reg_app:not(.result_app) .event-table-header>div,
#app.reg_app:not(.result_app) .event-table-row>div {
  padding: 5px 8px;
}

#app.reg_app:not(.result_app) .event-table-row {
  min-height: 52px;
  line-height: 1.25;
}

#app.reg_app:not(.result_app) .event-table-time {
  line-height: 1.3;
}

#app.reg_app:not(.result_app) .event-table-content {
  line-height: 1.25;
}

#app.reg_app:not(.result_app) .date-tabs .date-tab {
  background: transparent;
  border: none;
  padding: 6px 10px 8px;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  border-bottom: 5px solid transparent;
  transition: border-color .18s ease, color .18s ease;
}

#app.reg_app:not(.result_app) .date-tabs .date-tab.active {
  border-bottom-color: #17b2c2;
  color: #17b2c2;
  font-weight: 700;
}

#app.reg_app:not(.result_app) .date-tabs .date-number {
  display: flex;
  align-items: baseline;
}

#app.reg_app:not(.result_app) .date-tabs .date-number .month,
#app.reg_app:not(.result_app) .date-tabs .date-number .day {
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}

#app.reg_app:not(.result_app) .date-tabs .date-number .slash {
  font-size: 16px;
  font-weight: 700;
  margin: 0 6px;
  color: #17b2c2;
}

#app.reg_app:not(.result_app) .date-tabs .left_box {
  display: flex;
  align-items: baseline;
}

#app.reg_app:not(.result_app) .date-tabs .right_box {
  font-size: 13px;
  margin-left: 8px;
  text-align: left;
}

#app.reg_app:not(.result_app) .event-table-section+.event-table-section {
  margin-top: 34px;
}

#app.reg_app:not(.result_app) .event-table-group {
  position: relative;
}

#app.reg_app:not(.result_app) .event-table-section-title {
  width: max-content;
  max-width: 85%;
  margin: 0;
  padding: 7px 18px;
  border-radius: 4px 4px 0 0;
  background: #eaf7f8;
  box-shadow: 8px 5px 0 rgba(0, 171, 189, .25);
  color: #087f90;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

#app.reg_app:not(.result_app) .event-table-header {
  background: #c5edf2;
  color: #087f90;
  border-bottom: 2px solid #fff;
}

#app.reg_app:not(.result_app) .event-table-header>div {
  border-right-color: #fff;
}

#app.reg_app:not(.result_app) .event-table-header.event-table-exhibition,
#app.reg_app:not(.result_app) .event-table-row.event-table-exhibition {
  grid-template-columns: minmax(0, .5fr) minmax(0, 1fr) minmax(0, .8fr) minmax(0, 3.2fr);
}

#app.reg_app:not(.result_app) .event-table-header.event-table-technical,
#app.reg_app:not(.result_app) .event-table-row.event-table-technical {
  grid-template-columns: minmax(0, .5fr) minmax(0, .9fr) minmax(0, .8fr) minmax(0, 1.65fr) minmax(0, 2.35fr);
}

#app.reg_app:not(.result_app) .event-table-exhibitor {
  justify-content: flex-start;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #app.reg_app:not(.result_app) .event-table-date {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 8px 10px;
    box-sizing: border-box;
    font-size: 1.35rem;
    line-height: 1;
    white-space: nowrap;
  }

  #app.reg_app:not(.result_app) .event-table-header>div,
  #app.reg_app:not(.result_app) .event-table-row>div {
    padding: 4px;
  }

  #app.reg_app:not(.result_app) .event-table-header {
    font-size: 1.15rem;
  }

  #app.reg_app:not(.result_app) .event-table-row {
    min-height: 48px;
    font-size: 1.15rem;
  }

  #app.reg_app:not(.result_app) .event-table-content {
    font-size: 1.15rem;
    line-height: 1.2;
  }

  #app.reg_app:not(.result_app) .date-tab>div {
    display: block !important;
  }

  #app.reg_app:not(.result_app) .date-tab .right_box {
    display: flex !important;
  }

  #app.reg_app:not(.result_app) .event-card-left {
    gap: 10px !important;
    flex: 0 0 0 !important;
    width: 100% !important;
  }

  #app.reg_app:not(.result_app) .event-card-left>div {
    margin-top: 0 !important;
    line-height: 1 !important;
  }

  #app.reg_app:not(.result_app) .event-table-section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: 62%;
    height: 44px;
    min-height: 0;
    padding: 5px 12px;
    box-sizing: border-box;
    box-shadow: none;
    font-size: 1.05rem;
    text-align: center;
  }

  #app.reg_app:not(.result_app) .event-table-section-title-long {
    width: max-content;
    max-width: 70%;
    font-size: .95rem;
    white-space: nowrap;
  }

  #app.reg_app:not(.result_app) .event-table-header.event-table-exhibition,
  #app.reg_app:not(.result_app) .event-table-row.event-table-exhibition {
    grid-template-columns: minmax(0, .45fr) minmax(0, 1.05fr) minmax(0, .75fr) minmax(0, 2fr);
  }

  #app.reg_app:not(.result_app) .event-table-header.event-table-technical,
  #app.reg_app:not(.result_app) .event-table-row.event-table-technical {
    grid-template-columns: minmax(0, .45fr) minmax(0, 1.05fr) minmax(0, .75fr) minmax(0, 1.25fr) minmax(0, 1.55fr);
  }
}

#app.reg_app:not(.result_app) .event-cards {
  display: block;
}

#app.reg_app:not(.result_app) .event-card {
  display: flex;
  gap: 12px;
  border-bottom: 1px dashed #36bdcb;
}

#app.reg_app:not(.result_app) .event-card .event-card-left {
  flex: 0 0 180px;
}

#app.reg_app:not(.result_app) .event-card .event-card-right {
  flex: 1;
}

#app.reg_app:not(.result_app) .event-cards>.event-card:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #app.reg_app:not(.result_app) .event-card {
    flex-direction: column;
  }

  #app.reg_app:not(.result_app) .event-card .event-card-left {
    width: 100%;
    min-width: auto;
    text-align: left;
    padding-left: 12px;
  }

  #app.reg_app:not(.result_app) .event-card .event-card-left div {
    text-align: left;
  }

  #app.reg_app:not(.result_app) .event-card-left .time,
  #app.reg_app:not(.result_app) .event-card-left .address {
    display: block;
  }
}

#app.reg_app:not(.result_app) .section-title {
  font-weight: 800;
  text-align: center;
  color: #00abbd;
  margin: 12px 0;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}

#app.reg_app:not(.result_app) .section-title .section-icon {
  width: 20px;
  flex: 0 0 20px;
  height: 20px;
}

#app.reg_app:not(.result_app) .section-title .section-text {
  display: block;
  max-width: 260px;
  min-width: 120px;
  white-space: normal;
  word-break: break-word;
  text-align: left;
  line-height: 1.2;
}

@media screen and (max-width: 480px) {
  #app.reg_app:not(.result_app) .section-title .section-text {
    max-width: 180px;
  }
}

/* 结果页活动样式 */
#app.result_app .event-table-section {
  margin-top: 16px;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 4px;
  background: #fff;
}

#app.result_app .event-table-section+.event-table-section {
  margin-top: 26px;
}

#app.result_app .event-table-section-title {
  width: 100%;
  margin: 0 0 8px;
  padding: 11px 16px;
  border-left: 5px solid #00abbd;
  background: #eaf7f8;
  box-sizing: border-box;
  color: #087f90;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.35;
}

#app.result_app .event-table-section .event-table-header {
  border-bottom: 2px solid #fff;
  background: #00abbd;
}

#app.result_app .event-table-section .event-table-header>div {
  border-right: 2px solid #fff;
}

#app.result_app .event-table-section .event-table-row {
  min-height: 56px;
  background: #c5edf2;
  color: #087f90;
}

#app.result_app .event-table-section .event-table-row:nth-child(even) {
  background: #c5edf2;
}

#app.result_app .event-table-section .event-table-row+.event-table-row {
  border-top: 2px solid #fff;
}

#app.result_app .event-table-section .event-table-row>div {
  border-right: 2px solid #fff;
}

/* #app.result_app .event-table-section .event-table-content {
  font-weight: 600;
} */

#app.result_app .event-table-header.result-event-table-exhibition,
#app.result_app .event-table-row.result-event-table-exhibition {
  grid-template-columns: minmax(0, .8fr) minmax(0, 1fr) minmax(0, .8fr) minmax(0, 3.2fr);
}

#app.result_app .event-table-header.result-event-table-technical,
#app.result_app .event-table-row.result-event-table-technical {
  grid-template-columns: minmax(0, .8fr) minmax(0, .9fr) minmax(0, .8fr) minmax(0, 1.65fr) minmax(0, 2.35fr);
}

#app.result_app .event-table-exhibitor {
  justify-content: flex-start;
  text-align: left;
  color: #246d77;
}

@media screen and (max-width: 767px) {
  #app.result_app .event-table-section+.event-table-section {
    margin-top: 20px;
  }

  #app.result_app .event-table-section-title {
    padding: 9px 12px;
    font-size: 1.4rem;
  }

  #app.result_app .event-table-section .event-table-header {
    font-size: 1.05rem;
    line-height: 1.2;
  }

  #app.result_app .event-table-section .event-table-header>div {
    padding: 8px 3px;
  }

  #app.result_app .event-table-section .event-table-row>div {
    padding: 6px;
    overflow-wrap: break-word;
    word-break: normal;
  }

  #app.result_app .event-table-section .event-table-content {
    font-size: 1.1rem;
    line-height: 1.4;
  }

  #app.result_app .event-table-section .event-table-exhibitor {
    font-size: 1.05rem;
    line-height: 1.45;
  }

  #app.result_app .event-table-header.result-event-table-exhibition,
  #app.result_app .event-table-row.result-event-table-exhibition {
    grid-template-columns: minmax(0, .45fr) minmax(0, 1.05fr) minmax(0, .75fr) minmax(0, 2fr);
  }

  #app.result_app .event-table-header.result-event-table-technical,
  #app.result_app .event-table-row.result-event-table-technical {
    grid-template-columns: minmax(0, .45fr) minmax(0, 1.05fr) minmax(0, .75fr) minmax(0, 1.25fr) minmax(0, 1.55fr);
  }

  #app.result_app .event-table-date-cell {
    font-size: 1rem;
  }

  #app.result_app .event-table-time,
  #app.result_app .event-table-address {
    font-size: 1.05rem;
  }
}

/*# sourceMappingURL=basic.css.map */
