.icon_form {
  color: #FF206C;
}
.agenda_br {
  display: none;
}

.a_i_tit>div {
  position: relative;
  top: -37px;
}

.a_i_tit>h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.a_i_tit>p {
  font-size: 14px;
  padding-bottom: 10px;
}

.a_i_tit>p>img {
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
  margin-right: 10px;
}

.detail {
  border-radius: 3px;
  color: #F5F5F5;
  width: 90px;
  height: 30px;
  border-radius: 15px;
  opacity: 1;
  background: #183853;
  display: inline-block;
  box-sizing: border-box;
  line-height: 30px;
  text-align: center;
  margin-right: 8px;
}

.detail:hover {
  background-color: #3c5988;
}

.detail:active {
  color: #fff;
}

.apply {
  border-radius: 3px;
  color: #fff;
  width: 90px;
  height: 30px;
  border-radius: 15px;
  opacity: 1;
  background: #00abff;
  display: inline-block;
  box-sizing: border-box;
  line-height: 30px;
  text-align: center;
}

.apply:hover {
  background: #006dcc;
}
.send_apply {
  background: #756BFF;
  color: #fff;
  cursor: pointer;
  user-select: none;
  border: gainsboro;
}

.send_apply:hover {
  background: #645BD9;
}

/*会议议程左边部分tab切换栏样式*/
.agenda_content {
  position: relative;
}

.agenda_content_left {
  width: 260px;
  float: left;
}

.agenda_content_left>ul {
  width: 100%;
  height: auto;
}

.agenda_content_left>ul>li {
  width: 79%;
  height: 35px;
  border-radius: 3px;
  font-size: 16px;
  line-height: 35px;
  margin-bottom: 5px;
  text-align: right;
  cursor: pointer;
  user-select: none;
  border-radius: 30px 0px 0px 30px;
  color: #fff;
  padding-right: 20px;
  box-sizing: border-box;
}

.agenda_content_left>ul>li:hover {
  background: #756BFF;
  color: #fff;
}

.agenda_content_left>ul>li.active {
  background: #756BFF;
  color: #fff;
}

.agenda_content_right {
  width: calc(100% - 260px);
  float: left;
}

.agenda_item {
  display: none;
}

.agenda_item.view {
  display: block;
}

.agenda_item table {
  width: 100%;
  margin-bottom: 6px;
  position: relative;
  top: -10px;
  background: #192F74;
  border: none;
}

.agenda_item th {
  text-align: left;
}

.agenda_item th,
.agenda_item td {
  padding: 10px 10px 10px 20px;
  border-color: #06121c;
  border-top: none;
  border-right: none;
  background: #192F74;
}
.agenda_item .row-line td {
  background: #0A216A;
}
.agenda_item tr td:first-child {
  border-left: transparent;
}

.agenda_item tr th {
  background: #274991;
}

.agenda_item tr th:first-child {
  border-left: transparent;
}

.tit_bg th,
.tit_bg td {
  background: #26477f;
}

.exemption {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
  padding-bottom: 44px;
}

.border-left0 {
  border-left: none;
}

.pop_window {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  z-index: 99999;
  background: rgba(8, 8, 8, 0.6);
}

.pop_bg {
  width: 700px;
  margin: 0% auto 0 auto;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pop_window form {
  width: 100%;
  background: #fff;
  margin: 0 auto;
  padding: 0 30px 58px 30px;
  box-sizing: border-box;
  border-radius: 10px;
  color: #333;
  height: 80%;
  overflow: auto;
  position: relative;
}

.pop_window form label {
  display: block;
  display: inline-block;
  width: 49%;
  color: #000;
}

.pop_window input[type="text"] {
  height: 35px;
  padding-left: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-left: 10px;
  margin-bottom: 20px;
}

.pop_window select {
  height: 35px;
  padding-left: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-left: 10px;
  margin-bottom: 20px;
  box-sizing: content-box;
}

.pop_window #address_select {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.pop_window input[type="text"],
.pop_window select {
  width: 240px;
}

.pop_window #address_select select {
  width: 121px;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 0px;
}

.pop_window .checkbox_box {
  width: 100%;
}

.pop_window .checkbox_box h6 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 400;
}

.form_tips {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.pop_window .checkbox_box label {
  display: inline-block;
  line-height: 30px;
  width: 48%;
}

.pop_window .btn_box {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.pop_window .submit {
  display: inline-block;
  width: 160px;
  background: #756BFF;
  color: #fff;
  border: none;
  padding: 0;
  line-height: 50px;
  border-radius: 25px;
  margin-right: 20px;
}

.pop_window .submit:hover {
  background: #645BD9
}

.close_pop {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 20px;
  right: 20px;
  display: block;
  background: url('/static/vendor/layer/skin/default/icon.png')no-repeat;
  background-position: 0 -40px;
  cursor: pointer;
}

.close_pop:hover {
  opacity: .6
}

.cancel {
  width: 160px;
  border: 1px solid #e4e4e4;
  padding: 0;
  line-height: 50px;
  border-radius: 25px;
  color: #000000;
  background: #fff;
}

.cancel:hover {
  background: #f9f9f9;
}

.pop_window h2 {
  color: #333;
  padding: 20px 30px 10px 30px;
  box-sizing: border-box;
  font-size: 18px;
}

.pop_window h2 b {
  font-size: 30px;
  margin-bottom: 10px;
}

.pop_window .checkbox {
  position: relative;
  height: 30px;
  display: block;
  margin-bottom: 0;
  margin-left: -11px;
  box-sizing: border-box;
}

.pop_window .checkbox input[type='checkbox'] {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  opacity: 0;
}

.pop_window .checkbox label {
  position: absolute;
  left: 50px;
  right: 0px;
  width: 80%;
  top: 0;
  height: 20px;
  line-height: 20px;
}

.pop_window .checkbox label:before {
  content: '';
  position: absolute;
  left: -26px;
  top: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  border-radius: 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.00);
  border: 1px solid #a0a0a0;
  border-radius: 4px;
}

.pop_window .checkbox label:after {
  content: '';

}

.pop_window .checkbox input[type='checkbox']:checked+label:before {
  background: url(../images/input_icon.png) center center no-repeat;
  border-color: transparent;
}

/*.pop_window  .checkbox input[type='checkbox']:checked + label{
  color:#1BEABC;
}*/
.pop_window .checkbox input[type='checkbox']:checked+label:after {
  background: #4cd764;
}

.desc {
  margin: 10px 0 20px 0;
  padding: 0 30px;
  box-sizing: border-box;
  color: #333;
}

.tips {
  background: rgba(0, 0, 0, .5) !important;
  text-align: center !important;
}

.icon_red {
  color: #ff206c;
  margin-right: 5px;
}

@media screen and (max-width: 800px) {
  html {
    font-size: 13.3333vw;
  }

  body {
    width: 100vw
  }

  .agenda_br {
    display: block;
  }

  .bg1,
  .bg2,
  .bg3,
  .bg4,
  .bg5 {
    background: none;
  }

  .a_i_tit>div {
    float: inherit;
    position: static;
    margin-top: 20px;
  }

  .detail {
    width: 33%;
    display: inline-block;
    text-align: center;
  }

  .apply {
    width: 47%;
    margin-left: .3rem;
    background: #236cff;
    color: #fff;
    padding: 0;
    height: 0.88rem;
    line-height: 0.88rem;
    color: #111111;
  }

  /* 表格 */
  .agenda_item table {
    margin-top: .8rem;
    top: 0;
    box-sizing: border-box;
    color: #999999;
  }

  tr {
    display: block;
    width: 100%;
    padding: 0.3rem;
    border-bottom: 1px solid #0F1F52;
    padding-bottom: 10px;
    box-sizing: border-box;
  }

  .agenda_item th,
  .agenda_item td {
    width: 100%;
    display: block;
    border: none;
    color: #FFFFFF;
    padding: 0;
    color: rgba(255, 255, 255, .8);
    font-size: .28rem;
    font-weight: 400;
    line-height: 0.4rem;
  }

  .tit_bg {
    background: none !important;
  }

  .agenda_item table tr:first-child {
    display: none;
  }

  .agenda_item tr td:nth-child(2) {
    margin: 0.08rem 0;
    font-size: .32rem;
    font-weight: 700;
    line-height: 0.44rem;
    color: #fff;
  }

  .contact .title {
    padding: .6rem 0 0.3rem;
  }

  .pop_bg {
    width: 100%;
    height: 100%;
    border-radius: 0px;
  }
  .pop_window form,
  .pop_bg {

    background: #001a5d;
  }

  .pop_window input[type="text"],
  .pop_window #address_select select,
  .pop_window select {
    background: rgba(255, 255, 255, 0.15);
    color: #b5b5b5;
    border: none;
  }

  .pop_window #address_select {
    width: 100%;
  }

  .pop_window input[type="text"],
  .pop_window select {
    width: 5.7rem;
  }

  .desc,
  .pop_window form label {
    display: flex;
  }

  .desc,
  .pop_window form label span {
    word-break: keep-all;
    position: relative;
    top: 6px;

  }

  .pop_window .icon_red {

    position: relative;
    top: 6px;
  }

  .pop_window .checkbox {
    margin-bottom: .32rem;
    height: 40px;
    width: 100%;
  }

  .pop_window form label#address_select>span {
    display: flex;
    width: 45px;
    position: relative;
    top: 0px;
  }

  .pop_window h2,
  .desc,
  .pop_window form label,
  .pop_window .checkbox_box h6 {
    color: #fff;
  }

  .pop_window form {
    padding: 0px 0.3rem;

  }

  .pop_window form label {
    width: 100%;
    line-height: 35px;
  }

  .pop_window input[type="text"] {
    margin-left: .1rem;
  }

  .pop_window select {
    margin-left: .1rem;
    color: #b5b5b5;
  }

  .pop_window #address_select select {
    width: 2.8rem !important;

  }

  .pop_window input[type="text"],
  .pop_window select {
    -webkit-appearance: none;
  }

  .pop_window select,
  .pop_window #address_select select {
    padding-left: 5px;
    background: url(../images/mobile/bottom_arrow.png) 98% center no-repeat;
    background-size: 0.16rem 0.18rem;
    background: rgba(255, 255, 255, 0.15);
    position: relative;
  }

  .pop_window #address_select select {
    background-position: 95% center;
  }

  .btn_box {
    position: inherit;
    bottom: 0.6rem;
    background: transparent;
    width: 90%;
    height: 9%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 10px;
    padding: .2rem 0 0 0;
    box-sizing: border-box;
  }

  .close_pop {
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    top: .4rem;
    right: .4rem;
    display: block;
    background: url(../images/icons/icon_close.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
  }

  .submit {
    margin: 0 auto;
    display: block;
  }

  .pop_window .submit {
    width: 6.3rem;
    height: .88rem;
    line-height: .88rem;
    background: #756BFF;
    font-size: .3rem;
    border: none;
    padding: 0;
    border-radius: .44rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    margin: 0 auto;
  }
  .cancel {
    display: none;
  }
  .pop_window h2 b {
    font-size: .45rem;
    margin-bottom: 10px;
    display: inline-block;
  }
  .pop_window .checkbox_box label {
    white-space: pre-wrap;
    word-break: break-all;
  }
  .desc {
    padding: 0 .3rem;
  }
  .agenda_content_left {
    margin-bottom: .5rem;
    width: 100%;
    float: none;
  }
  .agenda_content_left>ul {
    position: relative;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
  }
  .agenda_content_left>ul>li {
    width: auto;
    border-radius: 0;
    text-align: center;
    font-size: 0.28rem;
    background: #19317D;
    margin-bottom: 0;
    flex: 0 0 auto;
    margin: 0 .05rem;
    padding: .12rem .2rem;
    height: inherit;
    line-height: inherit;
  }
  .agenda_content_left>ul>li:first-child {
    margin-right: 5px;
  }
  .agenda_content_left>ul>li:last-child {
    border-right: none;
  }
  .agenda_content_left>ul>li.active {
    border-bottom: 0;
  }
  .agenda_content_left>ul>li.active::before {
    display: none;
    content: '';
    width: 0;
    height: 0;
    border-top: .12rem transparent solid;
    border-left: .12rem transparent solid;
    border-right: .12rem transparent solid;
    border-bottom: .12rem #161d26 solid;
    position: absolute;
    bottom: -.01rem;
    left: calc(50% - .12rem);
  }
  .agenda_content_right {
    width: calc(100vw - 0.6rem);
    height: auto;
    float: none;
  }
  .title {
    padding: 0.8rem 0 0.4rem;
  }
  .exemption {
    font-size: 0.24rem;
    font-weight: 400;
    line-height: 0.23rem;
    text-align: right;
    padding-bottom: 0.72rem;
    margin-top: 0.32rem;
    opacity: 0.8;
  }
  .form_tips {
    font-size: .24rem;
    color: #CFD3D7;
  }
  .submit-form_btn #cancel_form {
    display: none;
  }
}