.dialog {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.dialog.centers {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dialog .form {
  background: #fff;
  padding: 0.2rem 0.1rem;
  box-sizing: border-box;
}
.dialog .form .register_item {
  width: 100%;
}
.dialog .form .register_item .register_item_tit {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #61abff;
  color: #fff;
  padding: 0 0.1rem;
  box-sizing: border-box;
}
.dialog .form .register_item .register_item_main {
  width: 100%;
  margin-top: 0.1rem;
  padding: 0 0.1rem;
  box-sizing: border-box;
}
.dialog .form .register_item .register_item_main input {
  height: 30px;
  border: 1px solid #999;
  border-radius: 0.05rem;
}
.dialog .form .register_btn {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 20px;
}
.dialog .form .register_btn button {
  width: 100px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  border: none;
  background: #61abff;
}
.dialog .payform {
  height: auto;
  background: #fff;
  box-sizing: border-box;
  display: none;
}
.dialog .payform .payitem_tit {
  display: inline-block;
  width: 100%;
  padding: 10px 16px;
  background: #61abff;
  color: #fff;
}
.dialog .payform .layui-form-label {
  width: 100%;
  text-align: left;
}
.dialog .payform .paybtn {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dialog .payform .paybtn button {
  width: auto;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  border: none;
  background: #61abff;
}
.schedule {
  width: 76%;
  margin: 0 auto;
}
.dailymetting {
  width: auto;
}
.dailymetting .oli {
  width: 100%;
  height: 36px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 1em;
}
.dailymetting .oli:nth-of-type(1) {
  border-bottom: 2px solid #999;
  margin-top: 1em;
}
.dailymetting .oli .ConferenceDate {
  flex: 2;
  text-align: left;
}
.dailymetting .oli .Conferencontent {
  flex: 6;
  text-align: left;
}
.dailymetting .oli .conferenceaddress {
  flex: 2;
  text-align: left;
}
@media (max-width: 768px) {
  .row {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .row {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .schedule {
    margin-top: 30px;
  }
}
@media screen and (min-width: 360px) and (max-width: 415px) {
  .form {
    width: 350px;
    height: 500px;
    overflow-y: auto;
  }
  .form input {
    width: 100%;
  }
  .payform {
    width: 290px;
  }
  .payform .layui-form-select {
    width: 240px;
  }
  .payform #join {
    width: 240px;
  }
  .payform .layui-input-block {
    margin: 18px 0 0 15px;
  }
}
@media screen and (min-width: 415px) {
  .form {
    width: 6rem;
    height: 8rem;
    overflow-y: auto;
  }
  .form input {
    width: 100%;
  }
  .payform {
    width: 5rem;
  }
  .payform .layui-form-select {
    width: 300px;
  }
  .payform #join {
    width: 70%;
  }
  .payform .layui-input-block {
    margin: 18px 0 0 15px;
  }
}
@media screen and (min-width: 768px) {
  .form {
    width: 6rem;
    height: 65%;
    overflow-y: auto;
  }
  .form input {
    width: 100%;
  }
  .payform {
    width: 5rem;
  }
  .payform .layui-form-select {
    width: 300px;
  }
  .payform #join {
    width: 70%;
  }
  .payform .layui-input-block {
    margin: 18px 0 0 15px;
  }
}
@media screen and (min-width: 1025px) {
  .form {
    width: 5rem;
    height: 76%;
  }
  .form input {
    width: 70%;
  }
  .payform {
    width: 5rem;
  }
  .payform .layui-form-select {
    width: 300px;
  }
  .payform #join {
    width: 70%;
  }
  .payform .layui-input-block {
    margin: 18px 0 0 15px;
  }
}
@media screen and (max-width: 400px) {
  .form {
    width: 80%;
    height: 7.6rem;
    overflow-y: auto;
  }
  .form input {
    width: 100%;
  }
  .payform {
    width: 5rem;
  }
  .payform .layui-form-select {
    width: 300px;
  }
  .payform #join {
    width: 70%;
  }
  .payform .layui-input-block {
    margin: 18px 0 0 15px;
  }
}
@media screen and (max-width: 359px) {
  .form {
    width: 280px;
    height: 400px;
    overflow-y: auto;
  }
  .form input {
    width: 100%;
  }
  .payform {
    width: 280px;
  }
  .payform .layui-form-select {
    width: 240px;
  }
  .payform #join {
    width: 240px;
  }
}
@media screen and (min-width: 1080px) {
  .table thead tr th:nth-of-type(1) {
    width: 200px;
  }
  .table thead tr td:nth-of-type(1) {
    width: 200px;
  }
  .wbtopics {
    width: 821px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .wbtopics {
    width: 821px;
    margin: 0 auto;
    display: none;
  }
  .daily {
    overflow-y: hidden;
  }
  #myTabContent,
  #myTab {
    width: 600px;
    overflow-x: auto;
  }
  #myTabContent .oli div,
  #myTab .oli div {
    white-space: nowrap;
  }
  #myTabContent::-webkit-scrollbar,
  #myTab::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 1079px) {
  .table thead tr th:nth-of-type(1) {
    width: 180px;
  }
  .table thead tr td:nth-of-type(1) {
    width: 180px;
  }
}
@media screen and (max-width: 980px) {
  .table thead tr th:nth-of-type(1) {
    width: 150px;
  }
  .table thead tr td:nth-of-type(1) {
    width: 150px;
  }
}
@media screen and (max-width: 760px) {
  .table thead tr th:nth-of-type(1) {
    width: 120px;
  }
  .table thead tr td:nth-of-type(1) {
    width: 120px;
  }
  .table thead tr th:nth-of-type(2) {
    width: 300px;
  }
  .table thead tr td:nth-of-type(2) {
    width: 300px;
  }
  .table thead tr th:nth-of-type(3) {
    width: 100px;
  }
  .table thead tr td:nth-of-type(3) {
    width: 100px;
  }
}
.hides {
  display: none;
}
.wbtopic iframe {
  width: 100%;
}
.wbtopic iframe .WB_widget {
  width: 100%;
}
