@charset "UTF-8";
html,body{
  height: 100%;
  position: relative;
}
ul{
  padding: 0;
  margin: 0;
}
ul li{
  list-style: none;
}

.mainbox {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 30px;
}
.mainbox .bread {
  color: #666666;
  font-size: 16px;
}
.mainbox .bread a {
  text-decoration: none;
  color: #666666;
  font-size: 16px;
}

.mainbox .payhd {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  height: 420px;
  width: 100%;
}

.mainbox .payhd .policies {
  display: flex;
  flex-direction: column;
  width: 565px;
  height: 100%;
  /* background: gray; */
}

.mainbox .payhd .policies .policieshd {
  display: flex;
  justify-content: space-between;
  height: 35px;
  width: 100%;
  border-bottom: 1px solid #b2d1f0;
}

.mainbox .payhd .policies .policieshd ul {
  width: 80%;
  height: 100%;
  /* line-height: 50px; */
  display: flex;
}

.mainbox .payhd .policies .policieshd ul li {
  cursor: pointer;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  /* padding: 0 15px; */
  margin-right: 35px;
}

.mainbox .payhd .policies .policieshd ul .current {
  border-bottom: 2px solid #1976D2;
  color: #1976D2;
  box-sizing: border-box;
}

.mainbox .payhd .policies .policieshd a {
  text-decoration: none;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
}

.mainbox .payhd .policies .policiesbd {
  /*flex: 1;*/
  padding: 0;
  overflow: hidden;
  margin-top: 25px;
}



.mainbox .payhd .policies .policiesbd .item {
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.mainbox .payhd .policies .policiesbd .item li {
  position: relative;
  padding: 0;
  margin-top: 6px;
}

.mainbox .payhd .policies .policiesbd .item li .title {
  display: inline-block;
  margin-left: 28px;
  width: 350px;
  height: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
}

.mainbox .payhd .policies .policiesbd .item li:hover .title {
  color: #1976D2;
}
.mainbox .payhd .policies .policiesbd .item li:hover .time {
  color: #1976D2;
}

.mainbox .payhd .policies .policiesbd .item li::before {
  position: absolute;
  top: 10px;
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #2D66A5;
}

.mainbox .payhd .policies .policiesbd .item li .time {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  color: #999999;
}

/*.mainbox .payhd .policies {*/
  /*!* display: flex; *!*/
  /*!* flex-direction: column; *!*/
  /*margin-left: 50px;*/
  /*height: 100%;*/
  /*width: 509px;*/
  /*padding-top: 35px;*/
  /*box-sizing: border-box;*/
  /*!* background: url('../static/image/zl.png') 100% 100% no-repeat; *!*/
/*}*/
.mainbox .payhd  .column{
  position: relative;
  /*padding-top: 35px;*/
  width: 565px;
  /*height: 384px;*/
  height: 100%;
  background: pink;
}
.mainbox .payhd  .column .swiper-container {
  position: relative;
  width: 565px;
  height: 100%;
  overflow: hidden;
}

.mainbox .payhd  .column .swiper-container img {
  width: 100%;
  height: 100%;
}

.mainbox .payhd  .column .swiper-container h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  /*background: pink;*/
  background: #000000;
  opacity: 0.75;
  padding-left: 20px;
  text-align: left;
}

.mainbox .payhd  .column .swiper-container h2 span {
  display: inline-block;
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
}

.mainbox .payhd  .column .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 100%;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mainbox .payhd  .column .swiper-container .swiper-slide a{
  display: block;
  width: 100%;
  height: 100%;
}

/*.mainbox .hd .swiper-container .swiper-horizontal > .swiper-pagination-bullets, .mainbox .hd .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal, .mainbox .hd .swiper-container .swiper-pagination-custom, .mainbox .hd .swiper-container .swiper-pagination-fraction {*/
/*width: 100px;*/
/*left: 450px;*/
/*}*/

.mainbox .payhd  .column .swiper-container .pagination {
  position: absolute;
  z-index: 999;
  right: 20px;
  text-align: right;
  bottom:10px;
  width:200px;
}
.mainbox .payhd  .column .swiper-container .swiper-pagination-switch {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background: #999;
  /*box-shadow: 0px 1px 2px #555 inset;*/
  margin: 0 3px;
  cursor: pointer;
}
.mainbox .payhd  .column .swiper-container .swiper-active-switch {
  background-color: #FFFFFF;
  width: 15px;
  border-radius: 15px;
}
/*.mainbox .payhd  .column .complaints{*/
  /*position: absolute;*/
  /*bottom: 100px;*/
  /*left: 172px;*/
  /*width: 157px;*/
  /*height: 47px;*/
  /*line-height: 47px;*/
  /*text-align: center;*/
  /*background: linear-gradient(162deg, #FFB502, #FF7901);*/
  /*color: #FFFFFF;*/
  /*border-radius: 8px;*/
  /*cursor: pointer;*/

/*}*/
.mainbox .paybd{
  display: flex;
  justify-content: space-between;
  height: 530px;
  margin-top: 58px;
  /* background-color: pink; */
}
.mainbox .paybd .building{
  width: 565px;
  height: 100%;
  /* background-color: pink; */
  overflow: hidden;
}
.mainbox .paybd .building .buildinghd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  width: 100%;
  border-bottom: 1px solid #b2d1f0;
}

.mainbox .paybd .building .buildinghd ul {
  width: 80%;
  height: 100%;
  /* line-height: 50px; */
  display: flex;
}

.mainbox .paybd .building .buildinghd ul li {
  cursor: pointer;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  /* padding: 0 15px; */
  margin-right: 35px;
}

.mainbox .paybd .building .buildinghd ul .current {
  border-bottom: 2px solid #1976D2;
  color: #1976D2;
  box-sizing: border-box;
}
.mainbox .paybd .building .buildingmd {
  display: flex;
  justify-content: space-between;
  padding: 0 45px 0 20px;
  margin: 0;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight:500;
  color: #333333;
  border-bottom: 1px solid #b2d1f0;
  background:#F0F8FF ;
}
.mainbox .paybd .building .buildingbd{
  height: 500px;
}
.scroll-message-style {
  overflow:hidden;
  height:500px;
  /*float:right;*/
  /*padding-right:5%;*/
}


.mainbox .paybd .building .buildingbd ul {
  /* display: none; */
  width: 100%;
  /*height: 100%;*/
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.mainbox .paybd .building .buildingbd ul li {
  position: relative;
  padding: 0;
  /* margin-top: 8px; */
  margin-top: 15px;
  margin-bottom: 11px;
  border-bottom: 1px solid #E1E1E1;
  cursor: pointer;
}

.mainbox .paybd .building .buildingbd ul li .title {
  display: inline-block;
  margin-left: 28px;
  width: 350px;
  height: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
}

.mainbox .paybd .building .buildingbd ul li:hover .title {
  color: #1976D2;
}
.mainbox .paybd .building .buildingbd ul li:hover .time {
  color: #1976D2;
}

.mainbox .paybd .building .buildingbd ul li::before {
  position: absolute;
  top: 10px;
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #2D66A5;
}

.mainbox .paybd .building .buildingbd ul li .time {
  position: absolute;
  top: 0;
  right: 30px;
  display: inline-block;
  color: #999999;
}


.mainbox .paybd .person{
  width: 565px;
  height: 100%;
  /* background-color: pink; */
  overflow: hidden;
}
.scroll-preson-style{
  overflow:hidden;
  height:500px;
}
.mainbox .paybd .person .personhd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  width: 100%;
  border-bottom: 1px solid #b2d1f0;
}


.mainbox .paybd .person .personhd ul {
  width: 80%;
  height: 100%;
  /* line-height: 50px; */
  display: flex;
}

.mainbox .paybd .person .personhd ul li {
  cursor: pointer;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  /* padding: 0 15px; */
  margin-right: 35px;
}

.mainbox .paybd .person .personhd ul .current {
  border-bottom: 2px solid #1976D2;
  color: #1976D2;
  box-sizing: border-box;
}
.mainbox .paybd .person .personmd {
  display: flex;
  justify-content: space-between;
  padding: 0 45px 0 20px;
  margin: 0;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight:500;
  color: #333333;
  border-bottom: 1px solid #b2d1f0;
  background: #F0F8FF;
}
.mainbox .paybd .person .personbd{
  height: 500px;
}
.mainbox .paybd .person .personbd ul {
  /* display: none; */
  width: 100%;
  /*height: 100%;*/
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}


.mainbox .paybd .person .personbd ul li {
  position: relative;
  padding: 0;
   /*margin-top: 8px;*/
  margin-top: 15px;
  /*margin-bottom: 11px;*/
  border-bottom: 1px solid #E1E1E1;
  cursor: pointer;
}

.mainbox .paybd .person .personbd ul li .title {
  display: inline-block;
  margin-left: 28px;
  width: 350px;
  height: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
}

.mainbox .paybd .person .personbd ul li:hover .title {
  color: #1976D2;
}
.mainbox .paybd .person .personbd ul li:hover .time {
  color: #1976D2;
}

.mainbox .paybd .person .personbd ul li::before {
  position: absolute;
  top: 10px;
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #2D66A5;
}

.mainbox .paybd .person .personbd ul li .time {
  position: absolute;
  top: 0;
  right: 30px;
  display: inline-block;
  color: #999999;
}
.mainbox .complaints{
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 55px;
  /*background: pink;*/
  margin-top: 30px;
}
.mainbox .complaints .bdcomplaint{
  width: 565px;
  height: 100%;
  border: 1px solid #1976D2;
  text-align: center;
  line-height: 55px;
}
.mainbox .complaints .bdcomplaint span{
color: #1976D2;
  cursor: pointer;
}
.mainbox .complaints .bdcomplaint .inbdcomplaint{
  display: inline-block;
  color: #1976D2;
  cursor: pointer;
}
.mainbox .complaints .pscomplaint{
  width: 565px;
  height: 100%;
  border: 1px solid #1976D2;
  text-align: center;
  line-height: 55px;
}
.mainbox .complaints .pscomplaint span{
  color: #1976D2;
  cursor: pointer;
}
.mainbox .complaints .pscomplaint .inpscomplaint{
  position: relative;
  display: inline-block;
  color: #1976D2;
  cursor: pointer;
}
.mainbox .complaints .pscomplaint .inpscomplaint .qrcode {
  position: absolute;
  top: -170px;
  left: 50px;
  display: none;
  width: 140px;
  height: 170px;
  background: #FFF;
  line-height:2;
}
/*.mainbox .complaints .pscomplaint .inpscomplaint .onlineps{*/
  /*display: inline-block;*/
/*}*/
.mainbox .complaints .pscomplaint .inpscomplaint .onlineps:hover .qrcode {
  display: block;
}




.modal-backdrop {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}




.modal-content{
  position: relative;
  width: 850px;
}
#SuccessMsg .modal-dialog{
  width: 200px;
}
#SuccessMsg .modal-content{
  width: 200px;
}
#ErrorMsg .modal-dialog{
  width: 200px;
}
#ErrorMsg .modal-content{
  width: 200px;
}
label{
  text-align: right;
  line-height: 34px;
}


.form-group{
  /*height: 60px!important;*/
  position: relative;
  padding-bottom: 30px!important;
  box-sizing: border-box;
}
.help-block{
  position: absolute;
  bottom: 5px;
}
/*.form-group:nth-child(9){*/
  /*height:80px ;*/
/*}*/
.form-group label{
  width: 150px;
}
.form-group img{
position: absolute;
  top: 0;
  left: 410px;
}
.form-group input {
  width: 58%!important;
}
.form-group select {
  width: 58%!important;
  color: #999999;
}

.form-group textarea{
  width: 80%!important;
}
.form-group textarea{
  width: 80%!important;
}
.form-group .font_num{
  display: flex;
  position: absolute;
  bottom: 25px;
  right: 35px;
}
.form-group.required .control-label:before {
  color: red;
  content: "*";
  /*position: absolute;*/
  margin-left: -15px;
}
.help-block{
  margin: 0!important;
  padding-left: 160px;
  padding-top: 5px;
}
#SuccessMsg{
  position: absolute;
  top: 0;
}
#ErrorMsg{
  position: absolute;
  top: 0;
}
.pagination{
  margin:  0!important;
}

