body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button,
input, textarea, th, td { margin:0; padding:0; }
body, button, input, select, textarea { font:12px/1.5tahoma, arial, \5b8b\4f53; }
h1, h2, h3, h4, h5, h6{ font-size:100%; }
address, cite, dfn, em, var { font-style:normal; }
code, kbd, pre, samp { font-family:couriernew, courier, monospace; }
small{ font-size:12px; }
ul, ol { list-style:none; }
a { text-decoration:none; }
a:hover { text-decoration:none; }
sup { vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
legend { color:#000; }
fieldset, img { border:0; }
button, input, select, textarea { font-size:100%; }
table { border-collapse:collapse; border-spacing:0; }
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}
.clear {
  clear: both;
}
a{
  color: #333333;
}
.mask_layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, .5);
  display: none;
}
.pop {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  max-width: 450px;
  box-sizing: border-box;
  width: 90%;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  padding: 30px 30px;
  z-index: 999;
  display: none;
}
.pop_tabs {
  display: flex;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  border-radius: 6px;
}
.pop_tabs_col {
  flex: 1;
  text-align: center;
  padding: 12px 0;
  font-size: 18px;
  cursor: pointer;
  color: #666;
  background: #f7f7f7;
}
.pop_tabs_col.active {
  color: #1890ff;
  border-bottom: 2px solid #1890ff;
}
.pop_btn {
  width: 100%;
  margin-top: 20px;
  display: block;
  background: #1890ff;
}
.pop_bottom {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
}
.pop_bottom a {
  color: #DEB11A;
  text-decoration: none;
}
.getsms {
  width: 100px;
  height: 38px;
  border: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  color: #666;
}
.pop .layui-form-checked i {
  background: #1890ff !important;
  border-color: #1890ff;
}
.pop_agree {
  font-size: 14px;
  color: #666;
}
.pop_agree a {
  color: #1890ff;
}

.page-container {
  width: 1600px;
  margin: 0 auto;
}
header {}
header .nav-bar{
  height: 50px;
  background: #e2e1e1;
}
header .nav-bar .page-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .nav-bar .page-container .left{
  display: flex;
  align-items: center;
  font-family: "Palanquin Dark";
  font-size: 14px;
  line-height: normal;
  color: #999999;
}
header .nav-bar .page-container .left a{
  color: #999999;
  margin-right: 4px;
}
header .nav-bar .page-container .left a:hover{
  color: #1890ff;
}
header .nav-bar .page-container .right{
  display: flex;
  align-items: center;
  color: #1890ff;
  font-size: 14px;
}
header .nav-bar .page-container .right .item {
  display: flex;
  align-items: center;
  padding: 0 20px;
  position: relative;
}
header .nav-bar .page-container .right .item img {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
header .nav-bar .page-container .right .item a{
  color: #1890ff;
}
header .nav-bar .page-container .right .item::after {
  content: '';
  display: block;
  width: 1px;
  height: 10px;
  background: #999999;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
header .nav-bar .page-container .right .item:last-child:after {
  content: none;
}

.page-top {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-top .logo{
  height: 50px;
}
.page-top .logo img{
  display: block;
  width: auto;
  height: 100%;
}
.page-top .search-box {
  display: flex;
  align-items: center;
} 
.page-top .search-box input{
  display: block;
  width: 422px;
  height: 50px;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #E7E7E7;
  padding: 0 20px;
  color: #333333;
  font-size: 18px;
}
.page-top .search-box input::placeholder {
  color: #999999;
}
.page-top .search-box .btn {
  display: block;
  cursor: pointer;
  width: 80px;
  height: 50px;
  line-height: 50px;
  background: #1890ff;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}

main {}
main .swiper{
  height: 300px;
  overflow: hidden;
  --swiper-pagination-bullet-horizontal-gap: 8px;
}
main .swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  opacity: 0.5;
}
main .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
main .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main .navbar {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
main .navbar > a{
  display: block;
  height: 56px;
  line-height: 56px;
  text-align: center;
  flex: 1;
  margin-right: 3px;
  background: #1890ff;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
}
main .navbar > a:last-child{
  margin-right: 0;
}
main .navbar > a:hover {
  background: #DEB11A;
}
main .index-container {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
main .index-container .left {
  width: 246px;
}
main .index-container .left > a {
  display: block;
  outline: none;
  width: 100%;
  margin-bottom: 20px;
}
main .index-container .left > a img{
  display: block;
  width: 100%;
  height: auto;
}
main .index-container .middle {
  margin: 0 20px;
  flex: 1;
}
main .index-container .middle .list-box {
  background: #eeeeee;
  margin-bottom: 20px;
  padding-bottom: 12px;
}
main .index-container .middle .list-box .list-top {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main .index-container .middle .list-box .list-top .title {
  display: block;
  padding: 0 20px;
  height: 32px;
  line-height: 32px;
  color: #ffffff;
  font-size: 14px;
  background: #1890ff;
  border-radius: 10px 10px 10px 0;
}
main .index-container .middle .list-box .list-top .more {
  display: flex;
  align-items: center;
  cursor: pointer;
  outline: none;
  color: #808080;
  font-size: 14px;
}
main .index-container .middle .list-box .list-top .more img{
  display: block;
  width: 14px;
  height: 14px;
}
main .index-container .middle .list-box .list{
  padding: 0 15px;
}
main .index-container .middle .list-box .list > a{
  display: flex;
  align-items: center;
  padding: 15px 0;
  outline: none;
  color: #333333;
  font-size: 16px;
  border-bottom: 1px solid #F3F3F3;
}
main .index-container .middle .list-box .list > a .dot {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #1890ff;
  margin-right: 8px;
}
main .index-container .middle .list-box .list > a .content {
  flex: 1;
  margin-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
main .index-container .middle .list-box .list > a .time {
  color: #808080;
}
main .index-container .right {
  width: 246px;
}
main .index-container .right .right-box1 {
  padding: 15px 15px 30px;
  background: #eeeeee;
  text-align: center;
}
main .index-container .right .right-box1 .logo {
  height: 66px;
  margin: 0 auto;
}
main .index-container .right .right-box1 .logo > img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: 100%;
}
main .index-container .right .right-box1 .p1 {
  padding: 0 20px;
  color: #000000;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-top: 8px;
}
main .index-container .right .right-box1 > .btn {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  margin-top: 20px;
  background: #1890ff;
  color: #ffffff;
}
main .index-container .right .right-box1 > .btn.lightblue{
  color: #1890ff;
  background: rgba(15, 90, 157, 0.1);
}
main .index-container .right .right-box1 > .btn.lightyellow{
  color: #DEB11A;
  background: rgba(222, 177, 26, 0.1);
}
main .index-container .right .right-box1 > .btn.lightred{
  color: #9D0F0F;
  background: rgba(157, 15, 15, 0.1);
}
main .index-container .right .qrcodes {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .index-container .right .qrcodes .item {
  margin-right: 30px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #808080;
}
main .index-container .right .qrcodes .item:last-child{
  margin-right: 0;
}
main .index-container .right .qrcodes .item img {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto 10px;
}

footer {
  background: #1F2833;
  margin-top: 38px;
}
footer > .page-container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 15px;
}

footer .links {
  padding: 15px 0;
  display: block;
  color: #cdcdcd;
  border-bottom: 1px solid #ffffff1a;
}
footer .links a {
  color: #cdcdcd;
  margin-right: 20px;
}
footer .links a:hover {
  color: #ffffff;
}

footer > .page-container .qrcodes {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer > .page-container .qrcodes .item {
  margin-right: 30px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #808080;
}
footer > .page-container .qrcodes .item:last-child{
  margin-right: 0;
}
footer > .page-container .qrcodes .item img {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto 10px;
}
footer > .page-container .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  color: #cdcdcd;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
footer > .page-container .contact-item:last-child {
  margin-bottom: 0;
}
footer > .page-container .contact-item img {
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
}
footer > .copyright {
  text-align: center;
  padding: 10px 20px;
  border-top: 1px solid #ffffff1a;
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
}
footer > .copyright a {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  margin-left: 30px;
}
footer > .copyright a:hover {
  color: rgba(255, 255, 255, 0.7);
}


.crumbs {}
.crumbs a {
  color: #1890ff;
}

/* 详情页 */
.details-container {
  min-height: calc(100vh - 523px);
  padding-top: 30px;
  box-sizing: border-box;
}
.details-container {
  display: flex;
  align-items: flex-start;
}
.details-container .container {
  flex: 1;
  margin-right: 20px;
}
.details-container .advert {
  width: 300px;
}
.details-container .advert > a {
  display: block;
  outline: none;
  width: 100%;
  margin-bottom: 20px;
}
.details-container .advert > a img{
  display: block;
  width: 100%;
  height: auto;
}
.details-container .page-title {
  padding: 15px 20px;
  text-align: center;
  background: #e2e1e1;
  font-size: 18px;
  margin-top: 20px;
  font-weight: bold;
}
.details-container .infos {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  border: 1px solid #e2e1e1;
}
.details-container .infos .item {
  display: flex;
  align-items: center;
  width: 25%;
  font-size: 16px;
  color: #1890ff;
  box-sizing: border-box;
  border: 1px solid #e2e1e1;
}
.details-container .infos .item .label {
  padding: 10px;
  font-weight: bold;
  width: 150px;
  text-align: right;
  background: #f1f1f1;
  display: block;
  height: 100%;
  box-sizing: border-box;
}
.details-container .infos .item .content {
  padding: 10px;
  flex: 1;

}
.details-container .content-box {
  margin-top: 20px;
}
.details-container .content-box .content-title {
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  background: #e2e1e1;
}
.details-container .content-box .content {
  border: 1px solid #e2e1e1;
  padding: 20px;
  font-size: 16px;
  /* white-space: pre-line; */
}
.details-container .content-box .content img {
  height: auto !important;
  max-width: 100%;
}
.details-container .content-box .downloads {
  border: 1px solid #e2e1e1;
  padding: 20px;
}
.details-container .content-box .downloads a {
  color: #1890ff;
  margin-right: 20px;
  display: inline-flex;
  align-items: center;
}
.details-container .content-box .downloads a img {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}


/* 招标公告 */
.list-container {
  min-height: calc(100vh - 523px);
  padding-top: 30px;
  box-sizing: border-box;
}
.list-container {
  display: flex;
  align-items: flex-start;
}
.list-container .container {
  flex: 1;
}
.list-container .container {
  flex: 1;
  margin-right: 20px;
}
.list-container .advert {
  width: 300px;
}
.list-container .advert > a {
  display: block;
  outline: none;
  width: 100%;
  margin-bottom: 20px;
}
.list-container .advert > a img{
  display: block;
  width: 100%;
  height: auto;
}
.list-container .layui-form {
  margin-top: 20px;
}
.list-container .layui-form .layui-form-item{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.list-container .layui-form .w25{
  width: calc(100% - 24px / 4);
  box-sizing: border-box;
  margin: 0;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.list-container .layui-form .w25:last-child {
  margin-right: 0;
}
.list-container .layui-form .layui-form-label{
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  width: auto;
  margin-right: 10px;
}
.list-container .layui-form .w25 > .layui-input-inline {
  flex: 1;
  margin: 0;
}
.list-container .layui-form .layui-form-item.search-box input{
  flex: 1;
  margin-right: 20px;
}
.list-container .layui-form .layui-form-item.search-box .layui-btn {
  background: #1890ff;
  font-size: 16px;
  padding: 0 25px;
}

.table-container {}
.table-container .tr.thead {
  background: #e2e1e1;
}
.table-container .tr.thead .td {
  color: #333333;
  font-weight: bold;
}
.table-container .tr {
  display: flex;
  align-items: center;
}
.table-container .tr .td {
  color: #666666;
  width: 110px;
  text-align: center;
  padding: 10px;
  font-size: 16px;
}
.table-container .tr .td:first-child {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
.table-container .tr:nth-child(odd) {
  background: #eeeeee;
}
.table-container .tr .td a {
  color: #1890ff;
}
.layui-laypage {
  margin-top: 20px;
}
.layui-laypage a:hover {
  color: #1890ff;
}
.page-container .layui-form-select dl dd.layui-this {
  background-color: #1890ff;
}
.tags {
  display: flex;
  align-items: center;
}
.tags .tag {
  margin-right: 10px;
  background: #1890ff;
  color: #ffffff;
  font-size: 14px;
  padding: 0 10px;
  line-height: 24px;
  margin-top: 6px;
}
.tags .tag:nth-child(1) {
  background: #fb5e22;
}
.tags .tag:nth-child(2) {
  background: #34c184;
}
.tags .tag:nth-child(3) {
  background: #1890ff;
}
.tags .tag:nth-child(3) {
  background: #6b72ff;
}
.page-content-box {
  margin-top: 20px;
}
.page-content-box .content-title {
  padding: 10px 10px 10px 24px;
  font-size: 16px;
  font-weight: bold;
  background: #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.page-content-box .content-title::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 4px;
  height: 20px;
  background: #1890ff;
}
.page-content-box .content-title .more {
  display: flex;
  align-items: center;
  cursor: pointer;
  outline: none;
  color: #808080;
  font-size: 14px;
  font-weight: normal;
}
.page-content-box .content-title .more img{
  display: block;
  width: 14px;
  height: 14px;
}

.card-list {}
.card-list .item{
  height: 134px;
  display: flex;
  align-items: center;
  border: 1px solid #e9e9e9;
}
.card-list .item:first-child{
  border-top: none;
}
.card-list .item .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  border-right: 1px solid #e9e9e9;
  padding: 20px 0;
  height: 134px;
  box-sizing: border-box;
}
.card-list .item .logo img {
  /* width: auto;
  height: 60px;
  max-width: 80%; */
  max-width: 100%;
  max-height: 100%;
}
.card-list .item .content {
  flex: 1;
  padding: 20px;
}
.card-list .item .content .top {
  display: flex;
  align-items: center;
  overflow: hidden;
  font-size: 16px;
  color: #1890ff;
  font-weight: bold;
}
.card-list .item .content .top .city {
  font-size: 14px;
  font-weight: normal;
  margin: 0 4px;
}
.card-list .item .content .top > img {
  display: block;
  width: 32px;
  height: auto;
  margin-top: 1px;
}
.card-list .item .content > p {
  font-size: 14px;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 限制在3行以内 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
  line-height: 20px;
}


.card-list.hyzl .item {
  height: auto;
}
.card-list.hyzl .item:first-child{
  border: 1px solid #e9e9e9;
}
.card-list.hyzl .item .logo {
  width: 400px;
  padding: 20px 0;
  height: auto;
  box-sizing: border-box;
}
.card-list.hyzl .item .logo img {
  width: auto;
  height: 180px;
  max-width: 80%;
}
.card-list.hyzl .item .content {
  color: #666666;
  padding: 0 30px;
}
.card-list.hyzl .item .content p{
  height: auto;
}
.card-list.hyzl .item .content .top {
  margin-bottom: 10px;
}
.card-list.hyzl .item .content .top p{
  margin: 0;
}
.card-list.hyzl .item .content .top .status{
  display: block;
  padding: 0 12px;
  border-radius: 4px;
  color: #ffffff;
  margin-left: 10px;
  background: #1890ff;
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
}
.card-list.hyzl .item .content .top .status.gray {
  background: #949494;
}
.card-list.hyzl .item .content p {
  margin-bottom: 6px;
}
.card-list.hyzl .item .content p:last-child {
  margin-bottom: 0;
}
.card-list.hyzl .item .content .hyzl-info {}
.card-list.hyzl .item .content .hyzl-info span {
  margin-right: 24px;
}

.hyzl-info {
  display: flex;
  align-items: center;
  border: 1px solid #e9e9e9;
}
.hyzl-info:first-child{
  border-top: none;
}
.hyzl-info .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  padding: 20px 0;
  border-right: 1px solid #e9e9e9;
  box-sizing: border-box;
}
.hyzl-info .logo img {
  width: auto;
  height: 190px;
  max-width: 80%;
}
.hyzl-info .content {
  flex: 1;
  padding: 20px;
}
.hyzl-info .content .top {
  display: flex;
  align-items: center;
  overflow: hidden;
  font-size: 16px;
  color: #1890ff;
  font-weight: bold;
  margin-bottom: 10px;
}
.hyzl-info .content .top .status{
  display: block;
  padding: 0 12px;
  border-radius: 4px;
  color: #ffffff;
  margin-left: 10px;
  background: #1890ff;
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
}
.hyzl-info .content .hyzl-info span {
  margin-right: 24px;
}
.hyzl-info .content .top .status.gray {
  background: #949494;
}
.hyzl-info .content > p {
  border: none;
  margin-bottom: 6px;
}
.hyzl-content-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reservation{
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  color: #1890ff;
}
.reservation img {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
.reservation .button {
  cursor: pointer;
  background: #1890ff;
  color: #ffffff;
  padding: 0 12px;
  line-height: 28px;
  font-size: 14px;
}
.contact-info {
  display: flex;
  width: 100%;
}
.contact-info .item {
  width: 33.33%;
}

.user-container {
  min-height: calc(100vh - 413px);
  padding-top: 30px;
  box-sizing: border-box;
}
.user-container .box {
  display: flex;
  align-items: flex-start;
  border: 1px solid #cdcdcd;
  margin: 20px auto;
  position: relative;
}
.user-container .box .left-nav {
  width: 200px;
  height: 100%;
  background: #eeeeee;
  height: 100%;
}
.user-container .box .left-nav .item {
  border-bottom: 1px solid #cdcdcd;
  transition: all 0.3s;
}
.user-container .box .left-nav .item:last-child {
  border-bottom: none;
}
.user-container .box .left-nav .item.showchildren .title img {
  transform: rotate(-180deg);
}
.user-container .box .left-nav .item.showchildren .children {
  height: auto;
}
.user-container .box .left-nav .item .title {
  display: flex;
  align-items: center;
  background: #1890ff;
  color: #ffffff;
  padding: 10px 15px;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
}
.user-container .box .left-nav .item .title span {
  flex: 1;
  display: block;
}
.user-container .box .left-nav .item .title img {
  display: block;
  width: 14px;
  height: auto;
}
.user-container .box .left-nav .item .children {
  height: 0;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 15px 0 30px;
}
.user-container .box .left-nav .item .children a {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  position: relative;
  color: #333333;
}

.user-container .box .left-nav .item .children a::before {
  position: absolute;
  top: 19px;
  left: -12px;
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #666666;
}
.user-container .box .left-nav .item .children a:hover {
  color: #1890ff;
}
.user-container .box .left-nav .item .children a:hover::before {
  background: #1890ff;
}
.user-container .box .right {
  min-height: 500px;
  flex: 1;
  overflow: hidden;
}
.user-container .box .right .right-title {
  padding: 10px 15px;
  line-height: 24px;
  font-size: 16px;
  background: #eeeeee;
  color: #1890ff;
  font-weight: bold;
}
.user-container .box .right .right-content {
  padding: 20px;
}
.user-container .box .right .right-content .layui-form {
  margin-top: 0;
}
.user-container .box .right .right-content .layui-form .layui-form-label{  
  text-align: right;
  width: 180px;
}
.user-container .box .right .right-content .layui-form.layui-form-pane .layui-input-block {
  margin-left: 180px;
}
.user-container .box .right .right-content a {
  /* color: #1890ff; */
  font-weight: bold;
}
.user-container .img-upload {
  display: flex;
  align-items: flex-end;
  padding: 10px;
  /* border: 1px solid #e6e6e6; */
}
.user-container .img-upload >img {
  display: block;
  width: 120px;
  height: 120px;
  border: 1px solid #e6e6e6;
  margin-right: 10px;
}
.user-container .edit {
  height: 500px;
}

.table-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.table-top .types{
  display: flex;
  align-items: center;
}
.table-top .types .item{
  margin-right: 10px;
  cursor: pointer;
  background: #eeeeee;
  padding: 0 20px;
  font-size: 16px;
  line-height: 38px;
}
.table-top .types .item.active {
  color: #ffffff;
  background: #1890ff;
}

.file-table {
  margin-bottom: 10px;
}
.file-table td ,
.file-table th {
  color: #666666;
  width: 100px;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #e3e3e3;
  text-align: center;
}
.file-table td:first-child ,
.file-table th:first-child {
  width: 250px;
}

.page-container .layui-form-radio>i:hover,.page-container .layui-form-radioed>i {
  color: #1890ff;
}
.page-container .layui-btn{
  background-color: #1890ff;
}
.page-container .layui-btn-primary {
  background-color: #ffffff;
}
.page-container .layui-btn:hover {
  border-color: #1890ff;
}
.page-container .layui-btn.layui-btn-danger{
  background-color: #FF5722;
}
.page-container .layui-btn.layui-btn-danger:hover {
  border-color: #FF5722;
}


.fixed-box {
  display: none;
  position: fixed;
  bottom: 8vh;
  right: calc((100vw - 1600px) / 2);
  z-index: 9999;
}
.fixed-box .item {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #90afc9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  transition: all 0.15s;
  cursor: pointer;
}
.fixed-box .item svg {
  display: block;
  width: 26px;
  height: 26px;
}
.fixed-box .item .s-box {
  position: absolute;
  bottom: 0;
  right: 50px;
  display: none;
}
.fixed-box .item .s-box img {
  display: block;
  width: 100px;
  height: 100px;
}
.fixed-box .item:hover {
  background: #1890ff;
}
.fixed-box .item:hover .s-box {
  display: block;
}

.search-container {
  
}

.search-container .result-box{
  border: 1px solid #e6e6e6;
  margin-top: 10px;
  padding: 10px;
}
.search-container .result-box .search-result-tips {
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  color: #666666;
}
.search-container .result-box .item {
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0;
}
.search-container .result-box .item:last-child {
  border-bottom: 0;
}
.search-container .result-box .item:hover {
  color: #333;
}
.search-container .result-box .item .p1 {
  font-size: 16px;
  color: #1890ff;
  margin-bottom: 6px;
}
.search-container .result-box .item .p2 {
  font-size: 14px;
  color: #666666;
  margin-bottom: 6px;
}
.search-container .result-box .item .info {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666666;
}
.search-container .result-box .item .info .tag {
  display: block;
  margin-right: 10px;
  background: #1890ff;
  color: #ffffff;
  font-size: 14px;
  padding: 0 10px;
  line-height: 24px;
}
.search-container .result-box .item .info .tag.color1 {
  background: #fb5e22;
}
.search-container .result-box .item .info .tag.color2 {
  background: #34c184;
}
.search-container .result-box .item .info .tag.color3 {
  background: #1890ff;
}
.search-container .result-box .item .info .tag.color4 {
  background: #6b72ff;
}


.vip {}
.vip .vip-title{
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.vip .vip-type {
  display: flex;
  flex-wrap: wrap;
}
.vip .vip-type .vip-item {
  cursor: pointer;
  border: 1px solid #dddddd;
  border-radius: 6px;
  width: 180px;
  margin-right: 20px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 10px;
}
.vip .vip-type .vip-item .p1 {
  font-size: 14px;
  color: #333333;
  padding-top: 10px;
  margin-bottom: 10px;
}
.vip .vip-type .vip-item .p2 {
  color: #bf8d44;
  font-size: 16px;
  margin-bottom: 10px;
}
.vip .vip-type .vip-item .p2 span{
  font-size: 24px;
  font-weight: bold;
}
.vip .vip-type .vip-item .p3 {
  background: #f4e8da;
  color: #bf8d44;
  padding: 5px 0;
}
.vip .vip-type .vip-item.active {
  border-color: #bf8d44;
  position: relative;
}
.vip .vip-type .vip-item.active::before {
  content: '';
  line-height: 0;
  text-align: right;
  width: 0;
  height: 0;
  border-top: 15px solid #bf8d44;
  border-left: 15px solid transparent;
  border-right: 15px solid #bf8d44;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
}
.vip .vip-type .vip-item.active::after {
  content: '✔';
  position: absolute;
  top: 0;
  right: 2px;
  color: #ffffff;
}
.pay-type {
  display: flex;
  align-items: center;
}
.pay-type .pay-item {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #dddddd;
  border-radius: 6px;
  width: 120px;
  margin-right: 20px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 10px ;
  font-size: 14px;
}
.pay-type .pay-item svg {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.pay-type .pay-item.active {
  border-color: #bf8d44;
  position: relative;
}
.pay-type .pay-item.active::before {
  content: '';
  line-height: 0;
  text-align: right;
  width: 0;
  height: 0;
  border-top: 15px solid #bf8d44;
  border-left: 15px solid transparent;
  border-right: 15px solid #bf8d44;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
}
.pay-type .pay-item.active::after {
  content: '✔';
  position: absolute;
  top: 0;
  right: 2px;
  color: #ffffff;
}
.vip .total {
  font-size: 14px;
}
.vip .total span {
  color: #fd4841;
  font-size: 16px;
  font-weight: bold;
}
.vip .total span i {
  font-weight: bold;
  font-size: 24px;
  font-style: normal;
}
.pay-button {
  display: inline-block;
  cursor: pointer;
  background: linear-gradient(335deg, #ffd282, #ffdeb6);
  color: #7f4b1c;
  padding: 0 12px;
  line-height: 40px;
  font-size: 16px;
  margin-top: 10px;
  border-radius: 4px;
  min-width: 120px;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .page-container {
    width: 1200px;
  }
  .fixed-box {
    right: calc((100vw - 1200px) / 2);
  }
}

@media screen and (max-width: 750px) {
  body, html {
    font-size: 0.32rem;
  }
  
  .page-container {
    width: 100%;
  }
  header {}
  header .nav-bar{
    height: auto;
    padding: 0.2rem 0.3rem;
  }
  header .nav-bar .page-container {
    height: 100%;
    display: block;
  }
  header .nav-bar .page-container .left{
    font-size: 0.28rem;
  }
  header .nav-bar .page-container .right{
    font-size: 0.28rem;
    margin-top: 0.2rem;
  }
  header .nav-bar .page-container .right .item {
    padding: 0;
    font-size: 0.24rem;
    width: 50%;
    text-align: left;
  }
  header .nav-bar .page-container .right .item:nth-child(3) {
    position: absolute;
    top: 0.2rem;
    right: 0.3rem;
    width: auto;
    font-size: 0.28rem;
  }
  header .nav-bar .page-container .right .item:nth-child(3) a {
    color: #999999;
  }
  header .nav-bar .page-container .right .item img {
    display: none;
  }
  header .nav-bar .page-container .right .item::after {
    content: none;
  }
  header .nav-bar .page-container .right .item:last-child:after {
    content: none;
  }

  .page-top {
    height: auto;
    display: block;
    padding: 0.3rem;
    box-sizing: border-box;
  }
  .page-top .logo{
    height: 0.8rem;
  }
  .page-top .logo img{
    margin: 0 auto;
  }
  .page-top .search-box {
    display: flex;
    align-items: center;
    margin-top: 0.3rem;
  } 
  .page-top .search-box input{
    height: 0.8rem;
    padding: 0 0.3rem;
    font-size: 0.32rem;
  }
  .page-top .search-box .btn {
    display: block;
    width: 2rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.32rem;
  }

  .mask_layer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, .5);
    display: none;
  }
  .pop {
    max-width: 90%;
    width: 90%;
    border-radius: 0.24rem;
    box-shadow: 0 0.1rem 0.12rem rgba(0, 0, 0, 0.15);
    padding: 0.3rem 0.3rem;
  }
  .pop .layui-form {
    font-size: 0.28rem;
    max-height: 65vh;
    overflow-y: auto;
  }
  .pop .layui-form .layui-form-label {
    width: 1.4rem;
    padding: 9px 0.2rem;
  }
  .pop .layui-form .layui-input-block {
    margin-left: 1.8rem;
  }
  .pop_tabs {
    margin-bottom: 0.3rem;
    border-radius: 0.1rem;
  }
  .pop_tabs_col {
    padding: 0.1rem 0;
    font-size: 0.32rem;
  }
  .pop_tabs_col.active {
    color: #1890ff;
    border-bottom: 2px solid #1890ff;
  }
  .pop_btn {
    margin-top: 0.3rem;
  }
  .pop_bottom {
    margin-top: 0.2rem;
    font-size: 0.24rem;
  }
  .getsms {
    width: 100px;
    height: 38px;
    border: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    color: #666;
  }
  .pop .layui-form-checked i {
    background: #1890ff !important;
    border-color: #1890ff;
  }
  .pop_agree {
    font-size: 0.24rem;
  }
  .pop_agree a {
    color: #1890ff;
  }


  main {}
  main .swiper{
    box-sizing: border-box;
    height: 3rem;
    margin-bottom: 0.2rem;
  }
  main .swiper .swiper-pagination-bullet {
    width: 0.16rem;
    height: 0.16rem;
  }
  main .swiper .swiper-slide img {
    display: block;
  }

  main .navbar {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    margin: 0.2rem 0.3rem 0;
    width: auto;
  }
  main .navbar > a{
    display: inline-block;
    height: 0.6rem;
    line-height: 0.6rem;
    margin-right: 0.1rem;
    font-size: 0.3rem;
    min-width: 1rem;
    padding: 0 0.2rem;
  }
  main .index-container {
    display: block;
    margin-top: 20px;
  }
  main .index-container .left {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.3rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
  }
  main .index-container .left > a {
    width: auto;
    margin-bottom: 0;
    flex: 1;
    margin-right: 0.3rem;
  }
  main .index-container .left > a:last-child {
    margin-right: 0;
  }
  main .index-container .middle {
    margin: 0 0.3rem;
  }
  main .index-container .middle .list-box {
    background: #eeeeee;
    margin-bottom: 0.2rem;
    padding-bottom: 0.2rem;
  }
  main .index-container .middle .list-box .list-top {
    padding: 0.2rem;
  }
  main .index-container .middle .list-box .list-top .title {
    display: block;
    padding: 0 0.2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.28rem;
    border-radius: 0.2rem 0.2rem 0.2rem 0;
  }
  main .index-container .middle .list-box .list-top .more {
    font-size: 0.28rem;
  }
  main .index-container .middle .list-box .list-top .more img{
    width: 0.28rem;
    height: 0.28rem;
  }

  main .index-container .right {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 0.3rem;
  }
  main .index-container .right .right-box1 {
    padding: 0.3rem;
    display: flex;
    flex-wrap: wrap;
  }
  main .index-container .right .right-box1 .logo {
    height: 1.4rem;
    width: 100%;
  }

  main .index-container .right .right-box1 .p1 {
    padding: 0 0.4rem;
    font-size: 0.32rem;
    margin-top: 0.2rem;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  main .index-container .right .right-box1 > .btn {
    display: block;
    width: calc((100% - 0.6rem) / 3);
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 14px;
    margin-top: 0.3rem;
    margin-right: 0.3rem;
  }
  main .index-container .right .right-box1 > .btn:last-child {
    margin-right: 0;
  }
  main .index-container .right .qrcodes {
    margin-top: 0.3rem;
  }
  main .index-container .right .qrcodes .item {
    margin-right: 0.4rem;
    font-size: 0.24rem;
  }
  main .index-container .right .qrcodes .item img {
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    margin: 0 auto 10px;
  }

  footer {
    margin-top: 0.3rem;
  }
  footer > .page-container{
    padding: 0 0 0.3rem;
  }

  footer .links {
    padding: 0.3rem;
    border-bottom: 1px solid #ffffff1a;
    font-size: 0.24rem;
  }
  footer .links a {
    color: #cdcdcd;
    margin-right: 0.2rem;
    font-size: 0.24rem;
  }

  footer > .page-container {
    display: block;
  }
  footer > .page-container .qrcodes {
    margin-top: 0.2rem;
  }
  footer > .page-container .qrcodes .item {
    flex: 1;
    font-size: 0.24rem;
    margin: 0;
  }
  footer > .page-container .qrcodes .item:last-child{
    margin-right: 0;
  }
  footer > .page-container .qrcodes .item img {
    display: block;
    width: 2rem;
    height: 2rem;
    margin: 0.1rem auto;
  }
  footer > .page-container .left {
    display: flex;
    align-items: center;
    padding-top: 0.2rem;
  }
  footer > .page-container .contact-item {
    margin-bottom: 0;
    font-size: 0.24rem;
    flex: 1;
    justify-content: center;
  }
  footer > .page-container .contact-item img {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.1rem;
  }
  footer > .copyright {
    padding: 0.2rem 0.3rem;
    font-size: 0.24rem;
  }
  footer > .copyright a {
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.24rem;
    margin-left: 0;
    display: block;
  }
  footer > .copyright a:hover {
    color: rgba(255, 255, 255, 0.3);
  }


  .crumbs {
    font-size: 0.28rem;
  }
  .crumbs a {
    color: #1890ff;
  }

  /* 详情页 */
  .details-container {
    min-height: auto;
    padding-top: 0.3rem;
  }
  .details-container {
    display: block;
  }
  .details-container .container {
    margin-right: 0;
    padding: 0 0.3rem;
  }
  .details-container .advert {
    width: 100%;
    font-size: 0.24rem;
    box-sizing: border-box;
    padding: 0 0.3rem;
    display: flex;
    align-items: center;
    margin-top: 0.3rem;
  }
  .details-container .advert > a {
    margin-bottom: 0.3rem;
    margin-right: 0.3rem;
  }

  .details-container .advert > a:last-child {
    margin-right: 0;
  }

  .details-container .page-title {
    padding: 0.2rem 0.3rem;
    font-size: 0.32rem;
    margin-top: 0.3rem;
  }
  .details-container .infos {
    margin-top: 0.3rem;
  }
  .details-container .infos .item {
    width: 50%;
    font-size: 0.24rem;
  }
  .details-container .infos .item .label {
    padding: 0.1rem;
    width: 50%;
    white-space: nowrap;
    font-weight: normal;
  }
  .details-container .infos .item .content {
    padding: 0.1rem;
    flex: 1;
    overflow: hidden;
    word-break: break-all;
  }
  .details-container .content-box {
    margin-top: 0.3rem;
  }
  .details-container .content-box .content-title {
    padding: 0.2rem 0.3rem;
    font-size: 0.28rem;
  }
  .details-container .content-box .content {
    padding: 0.3rem;
    font-size: 0.28rem;
  }
  .details-container .content-box .content img {
    height: auto !important;
    max-width: 100%;
  }

  .details-container .content-box .downloads {
    border: 1px solid #e2e1e1;
    padding: 0.1rem 0.3rem;
  }
  .details-container .content-box .downloads a {
    margin-right: 0.3rem;
    font-size: 0.28rem;
  }

  .details-container.yzwldetail .infos .item{
    width: 50% !important;
  }

  /* 招标公告 */
  .list-container {
    min-height: auto;
    padding-top: 0.3rem;
  }
  .list-container {
    display: block;
  }
  .list-container .container {
    flex: 1;
    margin-right: 0;
    padding: 0 0.3rem;
  }

  .list-container .advert {
    width: 100%;
    font-size: 0.24rem;
    box-sizing: border-box;
    padding: 0 0.3rem;
    display: flex;
    align-items: center;
    margin-top: 0.3rem;
  }
  .list-container .advert > a {
    margin-bottom: 0.3rem;
    margin-right: 0.3rem;
  }

  .list-container .advert > a:last-child {
    margin-right: 0;
  }

  .list-container .layui-form {
    margin-top: 0.3rem;
  }
  .list-container .layui-form .layui-form-item{
    margin-bottom: 0.2rem;
    flex-wrap: wrap;
  }
  .list-container .layui-form .w25{
    width: calc((100% - 0.6rem) / 2);
    box-sizing: border-box;
    margin-right: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .list-container .layui-form .w25:nth-child(2n) {
    margin-right: 0;
  }
  .list-container .layui-form .w25:last-child {
    margin-right: 0;
  }
  .list-container .layui-form .layui-form-label{
    margin-right: 0.2rem;
    font-size: 0.28rem;
  }
  .list-container .layui-form .w25 > .layui-input-inline {
    font-size: 0.28rem;
    flex: 1;
    margin: 0;
  }
  .list-container .layui-form .layui-form-item.search-box {
    margin-top: -0.2rem;
  }
  .list-container .layui-form .layui-form-item.search-box input{
    width: 100%;
    margin-right: 0;
    flex: none;
    margin-bottom: 0.2rem;
    font-size: 0.28rem;
  }
  .list-container .layui-form .layui-form-item.search-box .layui-btn {
    background: #1890ff;
    font-size: 16px;
    padding: 0 25px;
    width: calc((100% - 10px) / 2);
  }
  .list-container .layui-form .layui-form-item.search-box .layui-inline {
    width: calc((100% - 0.6rem) / 2);
    box-sizing: border-box;
    margin-right: 0.3rem;
    margin-bottom: 0.2rem !important;
    display: flex;
    align-items: center;
  }
  .list-container .layui-form .layui-form-item.search-box .layui-inline .layui-input-inline {
    margin: 0;
    flex: 1;
  }
  .list-container .layui-form .layui-form-item.search-box .layui-inline  .layui-form-select {
    font-size: 0.28rem;
  }
  .list-container .layui-form .layui-form-item.search-box .layui-inline  .layui-form-select input {
    margin-bottom: 0;
  }

  .table-container {
    overflow-x: auto;
    background: #eeeeee;
  }
  .table-container .tr {
    white-space: nowrap;
  }
  .table-container .tr .td {
    width: 2rem;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 0.1rem;
    font-size: 0.28rem;
  }
  .table-container .tr .td:first-child {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 2.4rem;
  }
  .table-container .tr .td a {
    color: #1890ff;
  }
  .layui-laypage {
    margin-top: 20px;
  }
  .layui-laypage a:hover {
    color: #1890ff;
  }

  .tags {
    overflow-x: auto;
  }
  .tags .tag {
    margin-right: 0.1rem;
    background: #1890ff;
    color: #ffffff;
    font-size: 0.24rem;
    padding: 0 0.1rem;
    line-height: 0.4rem;
    margin-top: 0.1rem;
  }
  .tags .tag:last-child {
    margin-right: 0;
  }

  .page-content-box {
    margin-top: 0.3rem;
  }
  .page-content-box .content-title {
    padding: 0.16rem 0.16rem 0.16rem 0.4rem;
    font-size: 0.28rem;
  }
  .page-content-box .content-title::before{
    left: 0.2rem;
    width: 3px;
    height: 0.3rem;
  }
  .page-content-box .content-title .more {
    font-size: 0.24rem;
  }
  .page-content-box .content-title .more img{
    display: block;
    width: 0.24rem;
    height: 0.24rem;
  }

  .card-list {}
  .card-list .item{
    height: 2.4rem;
  }
  .card-list .item:first-child{
    border-top: none;
  }
  .card-list .item .logo {
    width: 40%;
    padding: 0.3rem 0;
    height: 2.4rem;
  }
  .card-list .item .content {
    flex: 1;
    padding: 0.3rem;
  }
  .card-list .item .content .top {
    font-size: 0.28rem;
    display: block;
  }
  .card-list .item .content .top .city {
    font-size: 0.24rem;
    margin: 0 4px;
    display: inline;
  }
  .card-list .item .content .top > p {
    display: inline;
  }
  .card-list .item .content .top > img {
    display: inline-block;
    width: 0.4rem;
    margin-top: 0
  }
  .card-list .item .content > p {
    font-size: 0.24rem;
    height: 0.64rem;
    line-height: 0.32rem;
    -webkit-line-clamp: 2; /* 限制在3行以内 */
    margin-top: 0.1rem;
  }

  
  .list-container.hyzl .layui-inline {
    width: calc((100% - 0.6rem) / 2);
    box-sizing: border-box;
    margin-right: 0.3rem;
    margin-bottom: 0.2rem !important;
    display: flex;
    align-items: center;
  }
  .list-container.hyzl .layui-inline .layui-input-inline {
    margin: 0;
    flex: 1;
  }
  .list-container.hyzl .layui-inline  .layui-form-select {
    font-size: 0.28rem;
  }
  .list-container.hyzl .layui-inline  .layui-form-select input {
    margin-bottom: 0;
  }
  .card-list.hyzl .item {
    height: auto;
    display: block;
    width: 100%;
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .card-list.hyzl .item:nth-child(2n) {
    margin-right: 0;
  }
  .card-list.hyzl .item:first-child{
    border: 1px solid #e9e9e9;
  }
  .card-list.hyzl {
    display: flex;
    flex-wrap: wrap;
  }
  .card-list.hyzl .item .logo {
    width: 100%;
    padding: 0;
  }
  .card-list.hyzl .item .logo img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .card-list.hyzl .item .content {
    padding: 0.2rem;
  }
  .card-list.hyzl .item .content .top {
    margin-bottom: 0.1rem;
    font-size: 0.28rem;
  }
  .card-list.hyzl .item .content .top > p{
    /* display: inline; */
  }
  .card-list.hyzl .item .content .top .status{
    display: inline-block;
    padding: 0 0.1rem;
    margin-left: 0rem;
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
  .card-list.hyzl .item .content p {
    margin-bottom: 0.1rem;
  }
  .card-list.hyzl .item .content .hyzl-info span {
    margin-right: 0.1rem;
  }

  .hyzl-info {
    display: block;
    border: 1px solid #e9e9e9;
  }
  .hyzl-info:first-child{
    border-top: none;
  }
  .hyzl-info .logo {
    width: 100%;
    padding: 0;
  }
  .hyzl-info .logo img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .hyzl-info .content {
    flex: 1;
    padding: 0.2rem;
    font-size: 0.28rem;
  }
  .hyzl-info .content .top {
    display: block;
    font-size: 0.28rem;
    color: #1890ff;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .hyzl-info .content .top .status{
    display: inline-block;
    padding: 0 0.12rem;
    margin-left: 0.1rem;
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .hyzl-info .content .hyzl-info span {
    margin-right: 0.3rem;
  }

  .reservation{
    font-size: 0.24rem;
  }
  .reservation img {
    width: 0.24rem;
    height: 0.24rem;
  }
  .contact-info {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .contact-info .item {
    width: 100%;
  }

  .user-container {
    min-height: auto;
    padding: 0.3rem;
  }
  .user-container .box {
    display: block;
    border: none;
    margin: 0.3rem auto;
  }
  .user-container .box .left-nav {
    width: 100%;
    height: 100%;
    background: #eeeeee;
    height: auto;
    margin-bottom: 0.3rem;
  }
  .user-container .box .left-nav .item .title {
    padding: 0.16rem 0.3rem;
    line-height: 24px;
    font-size: 0.28rem;
    font-weight: normal;
  }
  .user-container .box .left-nav .item .title span {
    flex: 1;
    display: block;
  }
  .user-container .box .left-nav .item .title img {
    display: block;
    width: 0.24rem;
    height: auto;
  }
  .user-container .box .left-nav .item .children {
    padding: 0 0.3rem 0 0.6rem;
  }
  .user-container .box .left-nav .item .children a {
    padding: 0.16rem 0;
    font-size: 0.28rem;
  }

  .user-container .box .left-nav .item .children a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.1rem;
    height: 0.1rem;
  }
  .user-container .box .left-nav .item .children a:hover {
    color: #1890ff;
  }
  .user-container .box .left-nav .item .children a:hover::before {
    background: #1890ff;
  }
  .user-container .box .right {
    border: 1px solid #cdcdcd;
    min-height: 6rem;
    flex: 1;
    overflow: hidden;
  }
  .user-container .box .right .right-title {
    padding: 0.2rem 0.3rem;
    line-height: 0.4rem;
    font-size: 0.28rem;
    font-weight: bold;
  }
  .user-container .box .right .right-content {
    padding: 0.2rem;
    font-size: 0.28rem;
  }
  .user-container .box .right .right-content .layui-form {
    margin-top: 0;
  }
  .user-container .box .right .right-content .layui-form-item {
    display: flex;
    flex-wrap: wrap;
  }
  .user-container .box .right .layui-form-item .layui-inline {
    display: flex;
    align-items: center;
    width: 100% !important;
  }
  .user-container .box .right .layui-form-item .layui-inline .layui-input-block {
    margin: 0;
  }
  .user-container .box .right .right-content .layui-form .layui-form-label{  
    text-align: right;
    width: 2.6rem;
    position: relative;
  }
  .user-container .box .right .right-content .layui-form.layui-form-pane .layui-input-block {
    margin-left: 0;
    flex: 1;
  }

  .user-container .img-upload {
    display: block;
    padding: 10px;
    /* border: 1px solid #e6e6e6; */
  }
  .user-container .img-upload >img {
    width: 2rem;
    height: 2rem;
    margin-bottom: 0.2rem;
  }
  .user-container .edit {
    height: 8rem;
  }

  .table-top {
    margin-bottom: 0.2rem;
  }
  .table-top .types .item{
    margin-right: 0.1rem;
    padding: 0 0.2rem;
    font-size: 0.28rem;
    line-height: 0.6rem;
  }
  .table-top .layui-btn {
    line-height: 0.6rem;
    height: 0.6rem;
  }
  .data_list p {
    font-size: 0.24rem !important;
  }

  .file-table {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .file-table td ,
  .file-table th {
    width: 2rem;
    padding: 0.2rem;
    font-size: 0.28rem;
  }
  .file-table td:first-child ,
  .file-table th:first-child {
    width: 60%;
  }

  .fixed-box {
    right: 0.3rem;
  }
  .fixed-box .item {
    width: 0.8rem;
    height: 0.8rem;
    margin-bottom: 10px;
    transition: all 0.15s;
    cursor: pointer;
  }
  .fixed-box .item svg {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
  }
  .fixed-box .item .s-box {
    position: absolute;
    bottom: 0;
    right: 50px;
    display: none;
  }
  .fixed-box .item .s-box img {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
  }
  
  .search-container .result-box{
  }
  .search-container .result-box .search-result-tips {
    font-size: 0.28rem;
  }

  .search-container .result-box .item .p1 {
    font-size: 0.30rem;
  }
  .search-container .result-box .item .p2 {
    font-size: 0.28rem;
  }
  .search-container .result-box .item .info {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666666;
  }
  .search-container .result-box .item .info .tag {
    margin-right: 10px;
    font-size: 0.24rem;
    padding: 0 0.16rem;
    line-height: 0.44rem;
  }

  
  .vip {}
  .vip .vip-title{
    font-size: 0.28rem;
    margin-bottom: 0.2rem;
  }
  .vip .vip-type .vip-item {
    border-radius: 6px;
    width: calc((100% - 0.3rem) / 2);
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
    box-sizing: border-box;
  }
  .vip .vip-type .vip-item:nth-child(2n) {
    margin-right: 0;
  }
  .vip .vip-type .vip-item .p1 {
    font-size: 0.28rem;
    padding-top: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .vip .vip-type .vip-item .p2 {
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
  }
  .vip .vip-type .vip-item .p2 span{
    font-size: 0.48rem;
  }
  .vip .vip-type .vip-item .p3 {
    padding: 0.1rem 0;
  }
  .vip .vip-type .vip-item.active::before {
    border-top: 0.3rem solid #bf8d44;
    border-left: 0.3rem solid transparent;
    border-right: 0.3rem solid #bf8d44;
    border-bottom: 0.3rem solid transparent;
  }

  .vip .pay-type .pay-item {
    width: calc((100% - 0.3rem) / 2);
    margin-right: 0.3rem;
    margin-bottom: 0.2rem;
    padding: 0.16rem 0.2rem;
    font-size: 0.28rem;
  }
  .vip .pay-type .pay-item:nth-child(2n) {
    margin-right: 0;
  }
  .vip .pay-type .pay-item svg {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.16rem;
  }
  .vip .pay-type .pay-item.active::before {
    border-top: 0.3rem solid #bf8d44;
    border-left: 0.3rem solid transparent;
    border-right: 0.3rem solid #bf8d44;
    border-bottom: 0.3rem solid transparent;
  }

  .vip .total {
    font-size: 0.28rem;
  }
  .vip .total span {
    font-size: 0.32rem;
  }
  .vip .total span i {
    font-size: 0.48rem;
  }
}


.pop.pay_pop {
  width: 320px;
}
.pay_pop_text {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
  letter-spacing: 2px;
}
.hint_box {
  
}
.hint_box > h4 {
  color: red;
  font-size: 17px;
  margin-bottom: 20px;
}
.hint_p {
  color: red;
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 2;
}
.hint_p > a {
  background: #fb5e22;
  color: #ffffff;
  font-size: 14px;
  padding: 0 10px;
  line-height: 24px;
  display: inline-block;
  color: #ffffff !important;
}
.hint_line {
  margin: 15px 0;
  border-top: 1px solid #999;
  width: 100%;
}
.hint_amount {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 15px;
}