* {
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
  font-family: "微软雅黑", Arial, sans-serif;
}

body {
  width: 100%;
  height: 100%;
  position: relative;
}

.container-fluid {
  position: relative;
  min-height: 93% !important;
}

.users-header-img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.wrapper {
  padding-top: 90px;
}

.container {
  /*border: 1px solid red;*/
}

.row.mode {
  height: 100% !important;
}

#box_two {
  min-height: 500px;
  height: auto;
  padding-top: 50px;
  padding-bottom: 20px;
}

#header {
  width: 100%;
  height: 90px;
  padding: 0;
  background-color: #2C53B0;
}

#header .navbar-brand.nav-logo {
  width: auto;
  height: 100%;
  padding: 10px 0 0;
  margin-left: -20px;
  transition: height .3s ease;
}

#header .navbar-nav {
  width: 100%;
  height: 100%;
  /*border: 1px solid red;*/
  text-align: right;
  justify-content: flex-end;
  position: relative;
  right: -140px;
}

#header .navbar-nav li {
  height: 100%;
  /*border: 1px solid red;*/
  display: inline-flex;
  align-items: center;
}

#header .navbar-nav li:not(.dropdown-item) a {
  font-size: 16px;
  margin: 0 15px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.88);
}

#header .navbar-nav li:not(.dropdown-item) a:hover {
  color: rgba(255, 255, 255, 1);
}

.user-dropdown-menu a {
  color: #666 !important;
  text-decoration: none;
}

footer {
  position: relative;
  bottom: 0;
  width: 100%;
}

#footer {
  height: 75px;
  background-color: #58554A;
}

#footer .container {
  position: relative;
}

#footer .footer-link {
  padding: 15px 0 10px;
  color: rgba(255, 255, 255, 0.58);
}

#footer .footer-link a {
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
}

#footer .container p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.58);
}

#index-carousel {
  width: 100%;
  height: 553px;
  position: relative !important;
}

#index-carousel .carousel-inner,
#index-carousel .carousel-inner .carousel-item {
  height: 100%;
}

#index-carousel .carousel-inner .carousel-item img {
  height: 100%;
  width: 100%;
}

#index-carousel .carousel-inner .carousel-item .carousel-caption {
  /*border: 1px solid red;*/
  width: 100%;
  height: 45px;
  left: 0;
  bottom: 0;
  padding: 0;
  text-align: left;
  background-color: rgba(29, 33, 36, 0.7);
}

#index-carousel .carousel-inner .carousel-item .carousel-caption p {
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: "微软雅黑", Arial, sans-serif;
}

#index-carousel .carousel-indicators-wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

#index-carousel .carousel-indicators {
  z-index: 999;
  width: auto;
  margin: 0 !important;
  left: unset !important;
  right: 0 !important;
  bottom: 15px;
  display: flex;
  position: absolute;
  padding: 0;
}

#index-carousel .carousel-indicators li {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  text-indent: 0 !important;
  position: relative;
  margin: 0 10px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.55);
}

#index-carousel .carousel-indicators li.active {
  background-color: #F74C30;
}

#box_two .sub-module {
  width: 325px;
  height: 265px;
  border-radius: 2px;
  margin-bottom: 20px;
}

#box_two .sub-module .card-body {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding-left: 35px;
  padding-right: 35px;

}

#box_two .sub-module .card-body img {
  margin-bottom: 5px;
}

#box_two .sub-module .card-body p {
  font-size: 14px;
  color: #a6a6a6;
  padding: 0;
  margin: 0;
  text-align: left;
  word-break: break-all;
  font-family: "微软雅黑", Arial, sans-serif;
}

#box_two .card-wrap {
  /*padding-left: 5px;*/
  /*padding-right: 5px;*/
}

#box_two #left-boxes {
  margin-left: -15px !important;
  margin-right: 0 !important;
}

#box_two .right-box {
  width: 500px;
}

#tzgg_row {
  padding-top: 15px;
}

.bg-light-green {
  background-color: #F7FFF0;
  border: 1px solid #D8ECD0;
}

.bg-light-orange {
  background-color: #FDF8F4;
  border: 1px solid #F0E4D8;
}

.bg-light-blue {
  background-color: #F1F8FE;
  border: 1px solid #DCE9F2;
}

.bg-light-cyan {
  background-color: #F2FEFC;
  border: 1px solid #DCEFF2;
}

.custom-list {
  width: 100%;
  margin-bottom: 35px;
  margin-top: 5px;
  /*border: 1px solid red;*/
}

.hyap-custom-list {
  margin-top: 14px !important;
}

.custom-list li {
  height: 50px;
  width: 100%;
  padding: 0;
  border: 1px dotted rgba(0, 0, 0, .125) !important;
  border-right: 0 !important;
  border-left: 0 !important;
}

.custom-list li a {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  align-items: center;
  color: #666;
  font-family: "微软雅黑", Arial, sans-serif;
}

.custom-list li a:hover {
  background-color: #FFF;
  color: #1265bc;
}

.custom-list li a .item-ico {
  margin-right: 5px;
}

.custom-list li a > .list-item-date {
  display: inline-flex;
  align-items: center;
  width: auto;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  font-family: "微软雅黑", Arial, sans-serif;
  color: #999;
}

.tzgg-list-title {
  width: 100%;
  color: #1357BD;
  font-family: "微软雅黑 Light", Arial, sans-serif;
  /*padding-top: 35px;*/
  border-bottom: 2px solid #0B51C3;
}

.tzgg-list-title h1 {
  position: relative;
  padding-left: 20px;
  font-family: "微软雅黑", Arial, sans-serif;
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 500 !important;
}

.tzgg-list-title h1:before {
  width: 6px;
  height: 20px;
  background-color: #48A2FA;
  position: absolute;
  left: 0;
  top: 7px;
  content: '';
  border-radius: 3px;
}

.custom-pagination {
  margin: 30px auto 0px;
  justify-content: center;
}

.custom-pagination .page-item .page-link {
  border-radius: 0 !important;
  color: #999 !important;
  font-size: 16px;
  padding: 8px 15px;
}

.custom-pagination .page-item.disabled .page-link {
  background-color: #F6F6F6;
  color: #999 !important;
}

.custom-pagination .page-item.active .page-link {
  z-index: 1;
  color: #fff !important;
  background-color: #4AA2FB;
  border-color: #4AA2FB;
}

#memberButton {
  top: 0;
  height: 90px;
  /*position: absolute;*/
  background-image: url("../img/red-btn.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

#memberButton > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 115px;
  text-decoration: none !important;
  color: #fff !important;
}

.meeting-arrange-card {
  border-radius: 0;
  width: 100%;
  /*max-width: 266px;*/
  border: 0;
}

.meeting-arrange-card .card-header img {
  width: 100%;
  height: auto;
}

.meeting-arrange-card .card-header {
  border: 1px solid #fff;
}

#meeting-arrange-list li:first-child {
  border-top: 0;
}


#meeting-arrange-list li {
  height: 53px;
  padding: 0;
  border-left: 0;
  border-right: 0;
  border: 1px solid #fff;
}

#meeting-arrange-list li a {
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #E6F7FE;
  padding-left: 35px;
  color: #333;
}

#meeting-arrange-list li a.active {
  background-color: #4AA2FB;
  color: #FFF;
}

#meeting-arrange-list li a.active i {
  color: #FFF !important;
}

#meeting-arrange-list li a:not(.active):hover {
  background-color: rgba(74, 162, 251, 0.25);
}

#meeting-arrange-list:not(.no-center) li a {
  justify-content: center;
  padding-left: 0;
  padding-right: 20px;
}

.list-icon {
  margin-right: 5px;
  font-size: 12px;
  color: rgba(168, 168, 168, 0.8);
}

.meeting-arrange-card .list-group li a {
  border: 0;
}

#bhlc-card {
  height: 930px;
  border-radius: 0;
  background-color: #FFF;
  padding: 0 50px;
}

#bhlc-card .card-header {
  height: 90px;
  background-color: #FFF;
  border: 0;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 35px;
}

#bhlc-card .card-body {
  padding-right: 50px;
  padding-left: 50px;
}

.bhlc-title {
  padding-bottom: 15px;
  border-bottom: 2px solid #0B51C3;
}

.steps-box {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  padding-top: 65px;
  border: 1px solid red;
  flex-wrap: wrap;
}

.steps {
  width: 190px;
  height: 133px;
  border-radius: 4px;
  display: inline-flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin-right: 60px;
  padding-top: 10px;
  background-color: #F1F8FF;
}

.steps img {
  margin-bottom: 5px;
}

.steps > p {
  color: #4E6ABD;
}

.arrow {
  display: inline-flex;
  align-items: center;
  height: 100%;
}

.arrow-right > img {
  transform: rotate(180deg);
}

.arrow-down > img {
  transform: rotate(-90deg);
}

.card-item {
  border: 0;
}

.card-item .card-header {
  background-color: #FFF;
  padding: 0;
  border: 0;
}

.card-item .card-body {
  background-color: #FFF;
  padding: 0;
}

#index-myTab {
  height: 52px;
  padding: 0;
  /*border: 1px solid red;*/
  border-bottom: 2px solid #1155C0;
  padding-left: 6px;
}

#index-myTab li {
  height: 100%;
  width: 50%;
  border: 0;
  /*border: 1px solid red;*/
}

#index-myTab li a {
  height: 100%;
  /*border: 1px solid red;*/
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 20px;
  position: relative;
  background-color: #F0F3F8;
  transform: skew(-15deg);
  border: 0;
  font-family: "微软雅黑", Arial, sans-serif;
}

#index-myTab li a > span {
  position: relative;
  z-index: 9999;
  color: #333333;
  font-size: 22px;
  transform: skew(15deg);
  font-family: "微软雅黑";
  font-weight: 500;
}

#index-myTab li a.active {
  background-color: #1155C0;
}

#index-myTab li a.active > span {
  color: #FFF;
}

.meeting-list {
  margin-bottom: 10px;
}

.meeting-list li {
  height: 92px;
  /*border: 1px solid red;*/
  position: relative;
  padding-top: 25px;
  padding-bottom: 20px;
  font-size: 14px;
}

.meeting-list .list-group-item .item-inner > span{
  padding-right: 65px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.check-more {
  background-color: #F0F3F8;
  color: #888;
}

.meeting-bm {
  position: absolute;
  right: 0;
  top: 35px;
  border-radius: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  font-family: "微软雅黑", Arial, sans-serif;
  color: #FFF !important;
  background-color: #50C35E;
}

.item-inner p:first-child {
  margin: 0 0 5px;
  color: #666666;
}

.item-inner p:last-child {
  color: #999;
}

/*会议系统-会议报名、多人报名*/
.asterisk {
  margin-left: 4px;
  color: red;
}

.background-color {
  background: #F2F2F2;
}

.box-body {
  width: 1200px;
  margin: auto;
}

.box-body2 {
  width: 915px;
  /*margin: auto;*/
}

.hybm {
  background: #1155C0;
  width: 150px;
  height: 50px;
  margin-top: 22px;
  margin-left: 12px;
  text-align: center;
  transform: skewX(-25deg);
}

.hybm span {
  font-size: 20px;
  color: white;
  line-height: 50px;
}

.hybm-string {
  height: 2px;
  background: #1155C0;
  width: auto;
}

.conten-big {
  width: 1200px;
  height: 100%;
  margin: 0 auto 20px;
  background: white;
}

.conten-big2 {
  width: 915px;
  height: auto;
  /*margin: auto;*/
  background: white;
}

.dian {
  width: 5px;
  height: 13px;
  border-radius: 50px;
  background: #45A4FF;
  display: inline-block;
  margin-bottom: 0px !important;
}

.conten-little {
  width: 1000px;
  height: 100%;
  margin: auto;
}

.conten-little2 {
  width: 740px;
  height: auto;
  margin: auto;
}

.conten-inside-box {
  padding-top: 40px;
}

.content-inside-box-other div div {
  display: flex;
}

.author-box {
  flex-wrap: wrap;
}

.conten-inside-box-title {
  font-size: 16px;
  color: #1155C0;
  font-weight: bold;
}

.Participants, .hotel-box-title {
  text-align: center;
  color: #49A3FB;
  padding-bottom: 12px;
}

.hotel-form-item {
  display: flex;
}

.hotel-input-area {
  flex: 1;
}

.form-control.inline {
  display: inline-block;
}

.hotel-name-select {
  width: 200px;
}

.hotel-reserve-time {
  width: 200px;
}

.hotel-order-container {
  width: 100%;
}

.hotel-item {
  width: 100%;
}

.hotel-item div {
  width: 100%;
  text-align: right;
}

.hotel-item .hotel-name {
  font-size: 15px;
  font-weight: bolder;
}

.hotel-item .people-and-room span {
  color: #c0a0a0;
}

.hotel-item .hotel-cost {
  color: #FC3F43;
  font-weight: bolder;
}

.room-item label {
  width: 155px;
}

.room-price {
  width: 85px;
}

.room-num {
  width: 85px;
}

.people-num-input {
  width: 85px;
}

.conten-inside-box span span {
  color: #c0c0c0;
  font-size: 14px;
  font-weight: 500;
}

.blue-active-line {
  background: #005CBF;
  margin-top: 10px;
  margin-bottom: 15px;
}

.gray-dashed-line {
  border: .5px dashed #ddd;
}

.gray-dotted-line {
  border: 1px dotted #ddd;
}

.conten-inside-box div {
  margin: 5px 0px;
  position: relative;
}

.conten-inside-box div.hotel-form-item {
  margin: 14px 0;
}

.all-input {
  width: 460px;
  height: 35px;
  display: inline-block;
  margin-top: 14px;
}

.hide {
  display: none;
}

.conten-inside-box-div1 {
  width: 105px;
  height: 30px;
  text-align: left;
  line-height: 30px;
  padding-left: 25px;
  font-family: "微软雅黑", Arial, sans-serif;
}

.conten-inside-box-div2 {
  padding-left: 13px;
  width: 65px;
  align-items: center;
  font-family: "微软雅黑", Arial, sans-serif;
}


.deleteThisBtn {

  display: none;
  height: 30px;
  position: relative;
  top: 8px;
  left: 10px;
  border: 0;
}

.conten-inside-box-div3 {
  width: 105px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-family: "微软雅黑", Arial, sans-serif;
  display: inline-block;
}

.form-list li {
  display: flex;
}

.conten-inside-box div div {
  /*display: inline-block;*/
}

/*改变单选框颜色*/
.demoHidden {
  display: none;
}

.radioInput {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #3A8DFF;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
  text-align: center;
  line-height: 6px;
}

.demoHidden:checked + .radioInput:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #3A8DFF;
  border-radius: 50%;
}

.sex-wrapper {
  display: inline-block;
}


.add-btn {
  margin-left: 105px;
  background: white;
  border: 1px solid #007BFF;
  width: 150px;
  color: #007BFF;
  margin-top: 5px;
}

.add-btn2 {
  float: right;
  margin-right: 10px;
  background: white;
  border: 1px solid #1054BF;
  width: 160px;
  height: 40px;
  color: #1054BF;
}

.author-choice {
  width: 180px;
  display: inline-block;
  font-size: 14px;
}

.author-choice option {
  line-height: 50px;
}

.type-choice {
  width: 150px;
  display: inline-block;
  margin: 15px auto;

}

.radio-inline-left {
  margin-left: 40px;
}

.amount-payable {
  width: 120px;
  height: 40px;
  color: red;
  background: #F2F2F2;
  border: 0px;
  padding-left: 5px;
}

.Submit-button {
  height: 40px;
  width: 110px;
  margin: 40px 11px;
}

.btn-cancel {
  background-color: #F1F1F1;
  color: #333333;
  line-height: 28px;
}

.yuan {
  color: #969696;
  margin-left: 5px;
}


/*报名成功、报名截止*/
.registration-content {
  width: 100%;
  height: 92%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.my-wrapper {
  height: 100%;
}

.tip-text {
  font-weight: 500;
  font-family: "微软雅黑", sans-serif;
}

.success-box {
  font-size: 20px;
}

.registration-content .inner-content {
  width: auto;
  height: 110px;
}

.inner-content div {
  display: inline-block;
}

.registration-content img {
  width: 105px;
  height: 105px;

}

.successful-img {
  position: relative;
  top: -25px;
}

.registration-content a {
  color: #1652C4;
}

.closing {
  color: red;
}

.aaa {
  font-size: 18px;
}

/*会议投稿*/
.Document-upload {
  /*margin-left: 105px;*/
  font-size:14px;
  color: #9A9A9A;
  line-height: 40px;

}

.Upload-button {
  margin-left: 105px;
  width: 160px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4AA2FB;
  border-color: #4AA2FB;
}

.asterisk-box {
  margin: 25px 0 !important;
}

.paperTitle-input {
  width: 892px;
  height: 35px;
}

.author-input {
  width: 80px;
  height: 35px;
}

#Author div {
  display: inline-block;
}

.unit-input {

  width: 130px;
  height: 35px;

}

.postbox-input {

  width: 100px;
  height: 35px;
}

.other-input {

  width: 400px;
  height: 35px;
}

.summary-input {

  width: 890px;
  height: 295px;
  margin-bottom: 20px;

}

.keyword-input {
  width: 890px;
  height: 70px;
}

.sex-arraypitch {
  margin-top: 20px;
}

.line2 {
  margin-top: 25px;
}

.delete-btn {
  display: none;
  width: 50px;
  height: 30px;
  color: red;
  float: right;
  cursor: pointer;
  margin-right: 105px;
}

.delete-img {
  width: 15px;
  height: 15px;
  margin-top: -3px;
  margin-right: 5px;
}

.span-blank {
  margin-left: 20px;
}

#right-box {
  width: 270px;
  min-height: 385px;
  background: #F4FEFF;
  /*display: inline-block;*/
  margin-left: 15px;
  margin-top: 72px
}


#container {
  width: 1200px;
  height: auto;
  /*border:1px solid red;*/
  position: relative;
  margin: 0 auto;
  display: flex;
}

.nattierBlue-line {
  border: 2px solid #4ACDDF;
  margin-top: 0
}

.right-price {
  float: right;
}

.right-box-content {
  width: 230px;
  margin: auto;
}

.OrderInformation {
  text-align: center;
  color: #4ACDE1;
  font-size: 22px;
}

.vipTicket {
  color: #4A74C8;
  font-size: 16px;
}

.price-information {
  color: #666668;
}

.sum-money {
  text-align: right;
  font-size: 15px;
  color: black;
}

.money {
  font-size: 23px;
  color: #FC3F43;
}

.sky-blue-dashed-line {
  border: 1px dashed #4ACDE1;
}

/*报名缴费*/
.Boxes {
  width: 715px;
  height: 615px;
  background: white;
  margin: auto;
  padding-left: 15px;
  padding-top: 15px;
}

.Boxes .card-header {
  background-color: #FFF;
  text-align: center;
  border: 0;
  font-size: 24px;
  color: #000000;
}

.Amount-money {
  font-size: 22px;
}

.Amount-money samp {
  color: red;
  font-size: 25px;
}

.payment-btn {
  text-align: center;
}

.payment-btn button {
  width: 265px;
  height: 50px;
  background: #1B8BFB;
  font-size: 18px;
}

.payment-btn-box {
  width: 280px;
  height: 50px;
  font-size: 14px;
  color: #FFF;
  position: relative;
  top: -30px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}


#bmjf-Payment ul li {
  border: 1px solid #DDDDDD;
  width: 150px;
  height: 50px;
  font-size: 16px;
  margin-right: 15px;
  margin-top: 30px;

}

.payment {
  border-bottom: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment li a {
  position: relative;
  overflow: hidden;
  color: #495057;
}

.payment li a:before {
  content: '';
  width: 0;
  height: 0;
  border-width: 0 25px 25px;
  border-style: solid;
  border-color: transparent transparent #EE4059; /*透明 透明  灰*/
  position: absolute;
  right: -18px;
  top: -8px;
  transform: rotate(45deg);
  opacity: 0;
}

.payment li a:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 12px;
  color: #FFF;
  right: 2px;
  top: 7px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  margin-top: -3px;
  display: inline-block;
  transform-origin: center;
  cursor: pointer;
  transform: translate(-50%, -30%) rotate(45deg);
  -webkit-transform: translate(-50%, -30%) rotate(45deg);
  transition: opacity 200ms;
  opacity: 0;
}

.payment li a.active {
  border-color: #EE4059 !important;
}

.payment li a.active:before,
.payment li a.active:after {
  opacity: 1;
}

.payment-mode {
  height: 310px;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

.payment-mode .tab-pane {
  height: 100%;
}

.payment-mode img {
  width: 175px;
  height: 175px;
}

.payment .nav-link.active {
  border: 1px solid red;
}

.pane-center {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1CA1DA;
  font-size: 22px;
}

/*报名缴费*/
.Boxes-tow {
  width: 100%;
  height: 100%;
  background: white;
  /*margin: 60px auto 60px;*/
  border: 0;

}

.Boxes-tow .card-header {
  width: 100%;
  background-color: #FFF;
  text-align: left;
  border: 0;
  font-size: 22px;
  color: #000000;
  padding: 20px 18px 0px;
}

.Boxes-tow .card-header span {
  color: red;
}

.Amount-money-tow {
  margin: 0px 0px 0px 20px;
  font-size: 16px;
}

/*联系我们*/
#lxwm-content {
  width: 955px;
  height: 675px;
  margin: 70px auto 0;
  border: 1px solid #D4D4D4;
}

#lxwm-content hr {
  border: 1px solid #3072D7;
  margin-top: 0px;
}

.lxwm-title {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  margin-top: 35px;
}

.lxwm-title img {
  position: relative;
  top: -3px;
}

.lxwm-left {
  margin: 45px 0 0 130px;
  font-size: 19px;
  font-weight: bold;
  display: inline-block;
}

.lxwm-left li {
  margin-bottom: 20px;
  display: flex;
}

.lxwm-left span {
  color: #8C8C8C;
  font-weight: normal;

}

.lxwm-left img {
  width: 150px;
  height: 150px;
  margin-left: 135px;
  position: relative;
  top: -25px
}

.kongge {
  width: 32px;
}

.lxwm-right {
  display: inline-block;

}

.lxwm-right img {
  width: 500px;
  height: 480px;
  /*border: 1px solid red;*/
  position: relative;
  top: -190px;
}

.bg-pink {
  background-color: #FF7674;
}

.reds {
  color: #FF0000;
  font-family: "微软雅黑", Arial, sans-serif;
}


.inputError {
  border: 1px solid rgba(255, 0, 0, 0.35);
  box-shadow: 0 0 5px 0 rgba(255, 0, 0, 0.35);
  background-color: #FFF3F3;
}

.tip-label {
  border-radius: 4px;
  font-size: 12px;
  background-color: #e88836;
  color: #FFF;
  padding: 2px 5px;
  position: relative;
  top: 5px;
}

.conten-inside-box-others {
  /*padding-left: 15px !important;*/
}

/*------------------------------
            个人中心
 ------------------------------*/
.main-box {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  background-color: #fff;
}

.main-box .main-box-sidebar {
  width: 260px;
  height: 100%;
  position: relative;
}

.main-box-sidebar .sidebar-top {
  height: 215px;
  width: 100%;
  position: relative;
  background-color: #FFE5DC;
  text-align: center;
  padding-top: 25px;
}

.main-box-sidebar .sidebar-top .header-img {
  width: 100px;
  height: 100px;
  position: relative;
  margin: 0 auto 10px;
  overflow: hidden;
  border-radius: 50%;
}

.main-box-sidebar .sidebar-top .header-img img {
  width: 100%;
  height: 100%;
}

.main-box-sidebar .sidebar-top .user-name {
  width: auto;
  height: 27px;
  background-color: #FF9D83;
  color: #FFF;
  padding: 2px 15px;
  border-radius: 25px;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}

.main-box-sidebar .sidebar-top .user-phone {
  font-size: 14px;
}

.main-box-sidebar .sidebar-menu {
  height: calc(100% - 215px);
  background-color: #2B313D;
  padding-top: 15px;
}

.main-box-sidebar .sidebar-menu .sidebar-menu-nav {
  width: 100%;
  height: auto;
}

.main-box-sidebar .sidebar-menu .sidebar-menu-nav li {
  width: 100%;
  height: 48px;
}

.main-box-sidebar .sidebar-menu .sidebar-menu-nav li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #FFF;
  padding-left: 60px;
  text-decoration: none;
  outline: 0;
  border-left: 4px solid transparent;
}

.main-box-sidebar .sidebar-menu .sidebar-menu-nav li a > img {
  margin-right: 10px;
  position: relative;
}

.main-box-sidebar .sidebar-menu .sidebar-menu-nav li a.active {
  background-color: #0a437e;
  border-left: 4px solid #F96969;
}

.main-box .main-box-content {
  flex: 1;
  height: 100%;
  position: relative;
}

.main-box .main-box-content .frame {
  width: 100%;
  height: 100%;
  position: relative;
}

/*---------------------------------
               待办清单
 ---------------------------------*/
.container-wrapper {
  width: 100%;
  height: auto;
  padding-left: 42px;
  padding-right: 42px;
  padding-top: 35px;
}

.todolist-title {
  font-weight: 600 !important;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  position: relative;
  font-size: 22px;
  font-family: "微软雅黑 Light", "sans-serif";
  color: #333333;
}

.boxes-box {
  padding-right: 15px;
  padding-left: 15px;
}

.boxes-line {
  height: 190px;
  padding-top: 30px;
  border-bottom: 1px dashed #ddd;
}

.boxes {
  width: 100%;
  height: 125px;
  position: relative;
  background-color: #F2F3F5;
  display: flex;
}

.boxes .boxes-left {
  width: 167px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.boxes .boxes-right {
  flex: 1;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.boxes-count {
  color: #FF3F3E;
  font-size: 26px;
  font-family: "微软雅黑", Arial, sans-serif;
}

.boxes-count:hover {
  text-decoration: underline;
  color: #FF3F3E;
}

.bg-orange {
  background-color: #f7b868;
}

.bg-green {
  background-color: #6DCB5D;
}

.bg-blue {
  background-color: #45BDE0;
}

.bg-purple {
  background-color: #d086e5;
}

.bg-red {
  background-color: #F27573;
}

/*---------------------------------
             基本信息
 ---------------------------------*/
#editor-form-btn {
  position: absolute;
  right: 0;
  top: 10px;
}

.basicData-form {
  width: 100%;
  position: relative;
  /*border: 1px solid red;*/
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
}

.basicData-form .control-label {
  /*border: 1px solid red;*/
  text-align: right;
  flex: 0 0 110px;
  font-size: 14px;
  position: relative;
  height: 35px;
  padding: 0 2px;
  margin-bottom: 0;
  line-height: 35px;
  font-family: "微软雅黑", Arial, sans-serif;
}

.basicData-form .control-label .star {
  /*position: absolute;*/
  color: #FF0000;
  position: relative;
  left: 0;
}

.basicData-form .form-control {
  width: 430px;
  height: 35px;
  /*border-radius: 0;*/
  /*border: 0;*/
}
.basicData-form span{
  line-height: 35px;
}
.basicData-form .form-group {
  margin-bottom: 18px;
}

.basicData-form .sex-group {
  padding-top: 10px;
}

.basicData-form .form-box {
  padding-left: 0;
}

.custom-sex {
  position: relative;
}

.custom-sex input {
  opacity: 0;
  position: absolute;
}

.custom-sex span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  /*display: inline-flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  position: relative;
  display: inline-block;
  border: 1px solid #3A8DFF;
}

.custom-sex span:before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -3px;
  margin-top: -3px;
  background-color: #3A8DFF;
  opacity: 0;
}

.custom-sex input:focus + span {
  box-shadow: 0 0 2px 1px #36638D;
}

.custom-sex input:checked + span:before {
  opacity: 1;
}

.editor-btn {
  top: 10px;
  position: absolute;
}

.editor-btn#save-btn {
  right: 55px;
}

.editor-btn#cancel-btn {
  right: 0;
  border: 1px solid #ddd;
}

.editor-btn {
  display: none;
}

#regMeeting-list .list-group-item {
  position: relative;
  margin-bottom: 0;
  border: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ddd;
  width: 100%;
}

#regMeeting-list .list-group-item:nth-of-type(even) {
  background-color: #f7f7f7;
}

#regMeeting-list .list-group-item .list-group-item-left {
  float: left;
  width: 20px;
  height: 50px;
}

#regMeeting-list .list-group-item .list-group-item-top {
  margin-bottom: 10px;
}

#regMeeting-list .list-group-item .list-group-item-top:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background-color: #ddd;
  display: inline-block;
  margin: 0 5px 3px -15px;
}

#regMeeting-list .list-group-item .list-group-item-center {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

#regMeeting-list .list-group-item .list-group-item-top a {
  font-size: 16px;
  font-weight: bold;
  color: #185BC1;
}


#regMeeting-list .list-group-item .list-group-item-bottom {
  position: relative;
  display: flex;
  font-size: 12px;
}

#regMeeting-list .list-group-item .list-group-item-bottom .text-muted {
  margin-right: 40px;
}

#regMeeting-list .list-group-item .button-box {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

#regMeeting-list .list-group-item .button-box .showInfos {
  margin-bottom: 5px;
  font-size: 14px;
  color: #034BBB;
  text-decoration: underline;
}

#regMeeting-list .btn-danger {
  background-color: #f75253;
  border-color: #f75253;
  padding: 5px 10px;
  font-size: 14px;
}

#regMeeting-list .btn-danger.disabled {
  background-color: #b5b5b5;
  border: 1px solid #b5b5b5;
}

/*----------------------------
           详细信息
 ----------------------------*/
#detailed-tabs {
  border-bottom: 1px solid #F2F2F2;
}

.ashy-dotted-line {
  border-top: 1px dotted rgba(0, 0, 0, .1);
}

#detailed-tabs .nav-item {
  margin-right: 2px;
}

#detailed-tabs .nav-link {
  width: 110px;
  height: 40px;
  text-align: center;
  color: #333;
  border-radius: 0;
  background-color: #EBECF1;
}

#detailed-tabs .nav-link.active {
  background-color: #2995e0;
  border: 1px solid #2995e0;
  color: #fff;
}

.pay-control {
  color: #FF0000;
}

.form-control.static {
  border: 0;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}

.cancelMeeting {
  color: #F2393a;
  font-size: 14px;
  text-decoration: underline;
  display: none;
}

.text-help {
  color: rgba(255, 0, 0, 0.78);
  display: none;
}

#createMeeting {
  position: absolute;
  right: 0;
  top: 10px;
}

.text-muted.oranger {
  color: #e88836 !important;
}

.text-muted.reds {
  color: rgba(255, 0, 0, 0.78) !important;
}

.text-muted.greens {
  color: #6DCB5D !important;
}

.contribution-list .checkBtn {
  /*width: 100px !important;*/
  /*height: 22px;*/
  /*padding-top: 3px;*/
}

.contribution-list .checkBtn.disabled {
  background-color: #b5b5b5;
  border: 1px solid #b5b5b5;
}

.check-audit {
  width: 792px;
  height: 250px;
  position: relative;
  padding-left: 55px;
  padding-right: 55px;
}


.check-audit-title {
  font-size: 22px;
  text-align: center;
  width: 100%;
  padding-top: 30px;
  margin-bottom: 50px;
  font-family: "微软雅黑", Arial, sans-serif;
  font-weight: 500 !important;
}

#closeTheLayer {
  font-size: 40px;
  font-weight: 500 !important;
  opacity: 0.2 !important;
  margin-right: 10px;
  position: absolute;
  right: 16px;
  top: 0px;
}

.check-audit-info {
  width: 100%;
  height: 50px;
  display: flex;
  margin-bottom: 40px;
}

.check-audit-info div {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  color: #666;
  font-size: 15px;
}

.check-audit-info div.active {
  color: #50C35E;
}

.check-audit-info div.active span {
  background-color: #50C35E;
}

.bg-progress {
  background-color: #50C35E !important;
}

.custom-progress {
  height: 20px !important;
  border-radius: 30px !important;
}

.progress-bar-animated {
  animation-direction: reverse !important;
  -webkit-animation-direction: reverse !important;
}

.check-audit-info div span {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  position: relative;
  color: #FFF !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  background-color: #c9c9c9;
}

.payBtn {
  margin-bottom: 5px;
  background-color: #feb63d;
  color: #FFF;
}

.cancelOrder, .payBtn {
  width: 70px;
  padding: 3px 5px;

}

.cancelOrder {
  background-color: #fff;
  border: 1px solid #E4E4E4;
  color: #333;
  box-shadow: none !important;
}

.cancelOrder:active{
  border-color: #FFFFff !important;
}

.showInfo {
  position: absolute;
  right: 0;
  top: 15px;
  color: #FF0000;
  font-size: 14px;
  font-weight: 500;
}

.custom-toolbar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
}

.custom-toolbar .button-box button {
  /*background-color: #FFF;*/
  /*border: 1px solid #999;*/
}

.custom-toolbar .button-box button:hover {
  /*background-color: #f2f2f2;*/
}

.error-tips {
  color: #FF0000;
  font-size: 14px;
  padding-top: 2px;
  padding-left: 10px;
  display: none;
}

.error-tips.hotel {
  position: absolute;
  padding: 0;
  top: 36px;
}

.error-tips.start-time {
  left: 0;
}

.error-tips.end-time {
  left: 240px;
}

.error-tips.room-num {
  left: 457px;
}

.error-tips.people-num {
  left: 0;
}


.error-bg {
  background-color: rgba(255, 224, 224, 0.65) !important;
  border: 1px solid rgba(255, 0, 0, 0.83);
  box-shadow: 0 0 5px 0 rgba(255, 0, 0, 1);
}

#applyInvoice {
  height: 100%;
  padding-top: 60px;
}

.applyInvoice-body {
  height: 100%;
  width: 100%;
}

.applyInvoice-btn {
  width: 266px;
  height: 52px;
  background-color: #1B8BFB;
  font-size: 18px;
  color: #FFF;
  position: relative;
  top: 20px;
}

.sub-module-title {
  font-family: "微软雅黑", Arial, sans-serif;
  font-weight: 500 !important;
  color: #333333;
}

.custom-list .list-group-item {
  border-top: 0 !important;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.125) !important;
  margin-bottom: 0 !important;
}

.custom-list .list-group-item span:hover{
  cursor: pointer;
}

.bhlc-title {
  font-size: 23px;
  color: #333333;
  text-align: center;
}

.tzgg-list-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-box {
  width: 270px;
  /*border: 1px solid red;*/
  height: 35px;
  display: flex;
}

.search-box .search-input {
  flex: 1;
  border: 1px solid #F2F2F2;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.search-box .search-button {
  width: 60px;
  height: 98%;
  border: 0;
  box-shadow: none;
  outline: 0;
  color: #FFF;
  background-color: #4AA2FB;
  cursor: pointer;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.search-box .search-button .fa-search {
  font-size: 20px;
}

#footer .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer .container p {
  font-size: 14px;
  margin-bottom: 0;
}

.flex-center .page-link {
  background-color: #F6F6F6;
  color: #999 !important;
  font-size: 16px;
  padding: 8px 15px;
  border-radius: 0 !important;
}

.flex-center .page-item.active .page-link {
  z-index: 1;
  color: #fff !important;
  background-color: #4AA2FB;
  border-color: #4AA2FB;
}
.pagination a, .pagination span{
  color: #999 ;
  font-size: 16px;
  padding: 8px 15px;
  border-radius: 0 ;
  cursor: pointer;
  background-color: #fff;
  border:1px solid #dee2e6;
  text-decoration: none;
  height: auto;
  line-height: unset;
}
.pagination .layui-laypage-curr{
  background-color: #4AA2FB;
  border-color: #4AA2FB;
  color: #FFFFff;
}
.pagination .layui-laypage-curr em{
  font-style: initial;
  background-color: #4AA2FB !important;
}
.no-data{
  font-size: 20px;
  font-weight: 600;
  color: #999999;
}
#lxwm-content {
  border-top: 2px solid #1963D5;
  overflow: hidden;
}

.lxwm-body {
  width: 100%;
  height: calc(100% - 74px);
  /*border: 1px solid red;*/
  display: flex;
  padding-top: 50px;
}

.lxwm-body-right,
.lxwm-body-left {
  flex: 1;
  height: 100%;
  /*border: 1px solid red;*/
}

.lxwm-body-left {
  padding-left: 130px;
}

.lxwm-body-left .form-group {
  /*border: 1px solid red;*/
  display: flex;
}

.lxwm-body-left .form-group .control-label {
  /*border: 1px solid red;*/
  width: 120px;
  font-weight: bold;
  font-size: 18px;
  text-align: right;
  font-family: "微软雅黑", Arial, sans-serif;
}

.lxwm-body-left .form-group .lxwm-form-text {
  font-size: 16px;
  color: #666;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #FFFFff;
  border: 0;
}

#message-list a {
  /*border: 1px solid red;*/
  display: flex;
  width: 100%;
  color: #000;
  justify-content: space-between;
}

#message-list li {
  margin-bottom: 0;
  border-top: 0 !important;
  border-bottom: 1px dashed rgba(0, 0, 0, .125);
}

#message-list .read a {
  color: #999;
}

#message-list a .list-item-date {
  color: #999;
}

#message-list a:hover {
  background-color: #FFF;
  color: #1265bc;
}

#message-list a .new-icon {
  display: inline-block;
  width: auto;
  padding: 0 5px;
  font-style: normal;
  font-size: 12px;
  border-radius: 0;
  background-color: #FC6902;
  color: #FFF;
  position: relative;
}

#message-list a .new-icon:before {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 7px solid #FC6902;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  right: 100%;
  top: 50%;
  margin-top: -4px;
}

.user-dropdown-menu li:hover {
  color: #FFF;
  background-color: #4AA2FB;
}

.user-dropdown-menu li:hover a {
  color: #FFF !important;
}


/*----------------------------
           查看订单
 ----------------------------*/

.wrapper-content {
  padding: 0 42px;
}

.wrapper-content .control-label span {
  color: #ff0000;
  margin-left: 4px;
}


.wrapper-content .control-label {
  font-size: 14px;
  /*border: 1px solid red;*/
  display: inline-flex;
  flex: 0 0 110px;
  height: 34px;
  align-items: center;
  margin-bottom: 0;
}

.form-line-check {
  padding-top: 5px;
  /*border: 1px solid red;*/
  display: inline-block;
  width: 100px;
}

.form-line {
  display: flex;
  margin-bottom: 5px;
}

.roomNum {
  display: flex;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1230px !important;
    padding-right: 5px;
    padding-left: 5px;
  }

  .index-right {
    padding-right: 0px;
    padding-left: 30px;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }

  #header .navbar-brand.nav-logo {
    padding: 0;
    margin-left: 0;
  }

  .wrapper {
    padding-top: 80px;
  }

  #header {
    min-height: 80px;
  }

  #header .navbar-brand.nav-logo {
    height: 60px;
  }

  #header .navbar-brand.nav-logo img {
    height: 100%;
  }

  #index-carousel {
    height: 500px;
  }

  #header .navbar-nav {
    right: -15px;
  }

  #header .navbar-nav li a {
    margin: 0 5px;
  }
}

@media (min-width: 996px) {
  #header #navbarNav {
    height: 100%;
  }
}

@media (max-width: 996px) {
  .wrapper {
    padding-top: 70px;
  }

  .container {
    max-width: 960px !important;
  }

  #header {
    min-height: 70px;
    height: auto;
    padding: .5rem 1rem;
  }

  #header #navbarNav {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #header .navbar-brand.nav-logo {
    height: 50px;
    margin-left: 0;
  }

  #index-carousel {
    height: 450px;
  }

  #header .navbar-nav {
    width: 100%;
    height: auto;
    right: 0;
  }

  #header .navbar-nav li {
    height: auto;
    /*border: 1px solid red;*/
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  #header .navbar-nav li a {
    margin: 0 15px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.88) !important;
  }

  #header .navbar-nav li a:hover {
    color: rgba(255, 255, 255, 1) !important;
  }

  #memberButton {
    background-size: cover;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
  }

}

@media (max-width: 768px) {
  .container {
    max-width: 738px !important;
    padding: 0;
  }

  .wrapper {
    padding-top: 60px;
  }

  #header {
    min-height: 60px;
    height: auto;
    padding: .5rem 1rem;
  }

  #header .navbar-brand.nav-logo {
    height: 50px;
  }

  #index-carousel {
    height: 400px;
  }

  #index-carousel .carousel-indicators {
    bottom: 10px;
    right: 10px !important;
  }

  #index-carousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 8px;
  }

  #index-carousel .carousel-inner .carousel-item .carousel-caption {
    height: 40px;
  }

  #index-carousel .carousel-inner .carousel-item .carousel-caption p {
    font-size: 14px;
  }

  #box_two #left-boxes {
    margin-left: -15px !important;
    margin-right: -15px !important;
    margin-bottom: 15px;
  }
}

@media (min-width: 576px) {
  .mobile-hide {
    display: none;
  }

  .desktop-hide {
    display: none;
  }

  .mobile-order-info {
    display: none;
  }
}

@media (max-width: 576px) {
  #footer {
    height: 90px;
  }

  .phone-hide {
    display: none;
  }

  #index-carousel {
    height: auto;
    min-height: 220px;
  }

  #header {
    min-height: 50px;
    height: auto;
    padding: .5rem 1rem;
  }

  #header .navbar-brand.nav-logo {
    height: 45px;
  }

  .wrapper {
    padding-top: 50px;
  }

  #index-carousel .carousel-indicators {
    bottom: 10px;
    right: 10px !important;
  }

  #index-carousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    transform: scale(0.8);
    margin: 0 5px;
  }

  #index-carousel .carousel-inner, #index-carousel .carousel-inner .carousel-item {
    height: 100%;
  }

  #index-carousel .carousel-inner .carousel-item img {
    height: 100%;
    /*width: 100%;*/
    margin: 0 auto;
  }

  #index-carousel .carousel-inner .carousel-item .carousel-caption {
    height: 35px;
  }

  #index-carousel .carousel-inner .carousel-item .carousel-caption p {
    font-size: 12px;
  }
  .meeting-list li{
    height: auto;
    min-height: 90px;
    padding-bottom: 0;
  }
  #box_two {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  #box_two .card-wrap {
    padding-left: 8px;
    padding-right: 8px;
  }

  #box_two .sub-module {
    max-width: 100% !important;
    margin-bottom: 15px;
  }

  #box_two .sub-module {
    /*max-width: 325px;*/
    /*height: 265px;*/
    height: auto;
    min-height: 242px !important;
    /*border-radius: 2px;*/
    /*margin-bottom: 20px;*/
  }

  #box_two .sub-module .card-body {
    padding-left: 15px;
    padding-right: 15px;
    align-items: center;
    justify-content: flex-start;
  }

  #box_two .sub-module .card-body h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }

  #box_two .sub-module .card-body img {
    margin-bottom: 5px;
    width: 60px;
  }

  #box_two .sub-module .card-body p {
    font-size: 12px;
  }


  #tzgg_row {
    margin: 0;
  }

  .tzgg-list-title h1 {
    font-size: 20px;
    padding-left: 15px;
  }

  .tzgg-list-title h1:before {
    width: 6px;
    height: 20px;
    background-color: #48A2FA;
    position: absolute;
    left: 0;
    top: 4px;
    content: '';
    border-radius: 2px;
  }

  .custom-list li {
    height: 45px;
  }

  .custom-list li a > .list-item-date {
    padding-right: 5px;
    height: auto;
    padding-top: 25px;
  }

  .custom-list li a {
    font-size: 12px;
    align-items: unset;
    padding-top: 5px;
  }

  .custom-list li a .item-ico {
    width: 15px;
    height: 15px;
  }

  .custom-pagination {
    margin: 0 auto 40px;
  }

  .custom-pagination .page-item .page-link {
    border-radius: 0 !important;
    color: #999 !important;
    padding: 6px 10px;
    font-size: 12px;
  }
  .meeting-arrange-card{
    
  }
  .meeting-arrange-card .card-header{
    display: none; 
  }
  .flex-center{
    width: 100%;
  }
  .tzgg-list-title .search-box{
    margin: 0 auto 10px;
    width: 100%;
  }
  #meeting-arrange-list{
    flex-direction: unset;
    overflow-x: auto;
    margin: 0 -15px;
  }
  #meeting-arrange-list li a{
    white-space: nowrap;
    padding: 0 10px;
  }

  /*多人投稿*/
  .box-body {
    width: 100%;
  }

  .conten-big {
    width: 100%;
  }

  .conten-little {
    width: 100%;
  }

  .conten-inside-box {
    width: 100%;
  }

  .blue-active-line {
    width: 100%;
  }

  .background-color {
    background: white;
  }

  #titlePaper {
    display: flex;
    margin-bottom: 4PX;
  }

  .Author div {
    display: flex;
  }

  .Author div input {
    margin-bottom: 20px;
  }

  .AuthorType {
    padding-bottom: 15px;
  }

  .paperTitle-input {
    width: 75%;
  }

  .Author input {
    width: 60%;
  }

  .author-choice {
    margin-left: -5px;
  }

  .radio-inline-left {
    margin-left: 110px;
  }

  .deleteThisBtn {
    position: absolute;
    top: 10px;
    left: 80%;
  }

  .Document-upload {
    font-size: 12px;
  }

  .Submit-button {
    margin: 25px 5px;
    width: 20%;
    height: 35px;
  }

  .btn-cancel {
    background-color: #F2F2F2;
  }

  .type-choice {
    margin-left: -5px !important;
  }

  .conten-inside-box-div2 {
    width: 100px;
    padding-left: 25px;
  }

  .moblie-inside {
    width: 100px !important;
  }

  .conten-inside-box textarea {
    width: 75%;
  }

  .conten-inside-box div div {
    display: inline-block;
  }

  .unit-input {
    margin-left: 0px;
  }

  /*多人报名、设置宽度*/
  #container {
    width: 100%
  }

  #left-box {
    width: 100%;
  }

  .box-body2 {
    width: 100%;
  }

  .conten-big2 {
    width: 100%;
  }

  .conten-little2 {
    width: 100%;
  }

  /*隐藏右侧订单信息*/
  #right-box {
    display: none;
  }

  .all-input {
    width: 60%;
  }


  .delete-btn {
    margin-right: 60px !important;
    margin-left: 10px !important;
  }

  /*联系我们*/
  #lxwm-content {
    width: 100%;
    text-align: center;
  }

  .lxwm-title {
    width: 100%;
  }

  .lxwm-right {
    display: none;
  }

  .lxwm-left {
    margin-left: 0;
  
  }
  .lxwm-body{
    position: relative;
  }
  .lxwm-body-left{
    padding-left: 0;
  }
  .lxwm-body-right{
    width: 100%;
    position: absolute;
    z-index: -1;
  }

  /*报名缴费*/
  .Boxes-tow {
    width: 100%;
  }

  .Boxes-tow .card-header {
    width: 90%;
  }

  .Amount-money-tow {
    margin: 0 5px 30px 0;
    padding-left: 5px;
  }

  .payment-mode {
    display: none;
  }

  .payment {
    display: unset;
  }

  #bmjf-Payment ul li {
    margin: 1px 0;
    width: 100%;
    text-align: left;
  }

  .payment .nav-link.active {
    border: 1px solid orange;
  }

  .payment-btn {
    margin-top: 50px;
  }

  /*报名成功与失败*/
  .registration-content {
    font-size: 18px;
  }

  .registration-content .inner-content {
    width: 100%;
    text-align: center;
  }

  .registration-content img {
    display: block;
    margin: auto;
  }

  .aaa {
    font-size: 14px;
  }

  /*办会流程*/
  .mobile-hide .row {
    width: 100%;
    margin: 10px auto;
  }

  .pc-hide {
    display: none;
  }

  #bhlc-card .card-body {
    padding: 0 5px;
  }

  .steps {
    width: 17%;
    height: 12%;
    margin: 10px 10px;
  }

  .steps img {
    width: 100%;
    height: 100%;

  }

  .row .arrow-right img {
    width: 25px;
    height: 13px;
  }

  .row .arrow-left img {
    width: 25px;
    height: 13px;
  }

  .row .arrow-down img {
    width: 25px;
    height: 13px;
  }

  .offset-right {
    margin-left: 75%;
  }

  .mobile-hide-center {
    margin: auto;
  }

  .mobile-order-info {
    width: 100%;
    height: 70px;
    position: fixed;
    background-color: #FFF;
    border-top: 1px solid rgba(153, 153, 153, 0.74);
    z-index: 9999;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 -5px 10px #ddd;
  }

  .mobile-order-inner {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: space-between;
  }

  .mobile-order-inner:hover {
    /*background-color: #ddd;*/
  }

  .order-info-icon {
    position: relative;
    border-radius: 50%;
    width: 45px;
    height: 45px;
  }

  .order-info-icon img {
    width: 45px;
  }

  .order-info-icon img::selection,
  .order-info-icon::selection {
    background-color: transparent;
  }

  .order-person-count {
    width: 20px;
    height: 20px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -5px;
    top: -5px;
    background-color: #FF6600;
    border-radius: 50%;
    border: 1px solid #fff;
  }

  .order-info {
    width: 100%;
    height: auto;
    max-height: 450px;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    display: none;
    overflow: auto;
    padding: 5px 15px 0;
    background-color: #FFF;
    border-top: 1px solid #ddd;
    box-shadow: 0 -5px 10px #ddd;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }

  .order-info-shade {
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.11);
  }

  .order-price-total {
    font-size: 15px;
    font-weight: bold;
    font-family: "微软雅黑", Arial, sans-serif;
  }

  .order-price-total::selection {
    background-color: transparent;
  }

  .order-info .list-group li {
    border: 0;
    margin-bottom: 0;
    border-bottom: 1px dashed #E4E4E4;
  }

  .list-item-title {
    color: #0000FF;
  }

  .list-item-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #regMeeting-list .list-group-item .list-group-item-bottom{
    flex-wrap: wrap;
  }
  .tzgg-list-title{
    flex-wrap: wrap;
    margin-top: 10px;
  }
  #bhlc-card{
    padding: 10px;
  }
  .how-meeting{
    margin: 5px !important;
  }

}

/*2019-12新增样式*/
/*服务指南-如何办会*/
.how-meeting {
  margin: 20px 50px;
}

.how-meeting div {
  margin: 0 0 10px;
}

/*-------------------
2020-1-6文稿审核页面
---------------------*/

.draft-cont-p {
  margin-bottom: 0;
  padding-top: 7px;
}

.download-files {
  display: inline-block;
  width: 100px;
  height: 30px;
  background-color: #0099FF;
  border-radius: 5px;
  color: white;
  line-height: 30px;
  text-align: center;
  margin-top: 5px;
}

.download-files:hover {
  text-decoration: none;
}

.bottom-dotted-blue {
  border-bottom: 1px dotted #66CCFF;
  padding-bottom: 1rem;
  margin-bottom: .5rem;
}

.draft-cont-p .audit-time {
  float: right;
  margin-right: -25px;
  color: #999999;
}

.contribute-time-box {
  text-align: center;
  margin-bottom: 5px;
}

.contribute-time {
  color: #999999;
}

.cklwBtn a:hover {
  text-decoration: none;
}


.error-input {
  border: 1px solid red;
  box-shadow: 0 0 5px 0 #ff0000;
  /*background-color: rgba(255, 0, 0, 0.1);*/
}

#Upload-document {
  display: none;
  padding-left: 105px;
  color: #1e7e34;
  position: relative;
}

#remove-upload {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: #9A9A9A;
  line-height: 1px;
  position: absolute;
  bottom: 0px;
  background-color: white;
  border: 1px solid #9A9A9A;
  margin-left: 5px;
  outline: 0;
  cursor: pointer;
  padding-bottom: 2px;
}

#remove-upload:hover {
  border: 1px solid red;
  color: white;
  background-color: red;
}

.alert-box {
  width: 95%;
  height: 100%;
  text-align: center;
}

.alert-content-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 42px;
}

.affirm-button {
  height: 35px;
  width: 90px;
}

.modal-button-box {
  display: flex;
  width: 100%;
  padding-top: 40px;
  justify-content: center;
}

.modal-button-box .btn {
  margin-left: 10px;
  margin-right: 10px;
}

.alert-content-box {
  padding-top: 40px;
}

/*
* 酒店预订完成框部分CSS
*/
.complete-box {
  width: 100%;
  height: 500px;
  position: relative;
}

.complete-box-container {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: flex;
}

.complete-text-area {
  width: 320px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.complete-text-area div {
  width: 100%;
  margin: 10px 0;
  padding-left: 30px;
}

.complete-text-area .first {
  font-size: 20px;
  font-weight: bold;
}

.complete-text-area .second {
  font-weight: bold;
  color: #199ED8;
  font-size: 16px;
}


.complete-text-area a {
  text-decoration: underline;
  color: #199ED8;
  cursor: pointer;
}

select {
  /*Chrome同Firefox与IE里面的右侧三角显示的样式不同*/
  border: solid 1px #ddd;
  /*将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 14px;
  /*如果要加入自定义图片， 就增加这个属性 background: url或者在html中直接加入图标也行*/
}

.select-down {
  position: absolute;
  z-index: 9999;
  right: 6px;
  top: 8px;
  font-size: 22px;
  color: #dddddd;
}