body,
p {
  margin: 0;
}
html {
  background-color: var(--white);
}
body {
  background: var(--white);
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  min-height: 100vh;
}
* {
  box-sizing: border-box;
}
img,
a {
  display: block;
}
a,
a:hover,
a:link {
  text-decoration: none;
}
video {
  object-fit: fill !important;
  display: block;
  border: none;
}
input {
  outline: none;
}
.display {
  display: none !important;
}
.ma {
  margin: auto;
}
.main {
  width: 1200px;
}
:root {
  --white: #fff;
  --font: #333;
  --color: #1890ff;
}
.re {
  position: relative;
}
.text-center {
  text-align: center;
}
.overflow {
  overflow: hidden;
}
/* ios适配底部距离 */
.safe-area-bottom {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.havaFooter {
  padding-bottom: calc(constant(safe-area-inset-bottom) + 59px);
  padding-bottom: calc(env(safe-area-inset-bottom) + 59px);
}
footer {
  position: fixed;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  max-width: 750px;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-bottom: calc(constant(safe-area-inset-bottom) + 8px);
  padding-bottom: calc(env(safe-area-inset-bottom) + 8px);
  padding-top: 8px;
  box-shadow: 0 0 5px -3px rgba(0, 0, 0.05);
}
footer .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #a0a0a0;
}
footer .fa {
  font-size: 24px;
  margin-bottom: 3px;
}
footer .active {
  color: var(--color);
}
.bgf5 {
  background-color: #f5f5f5;
}
.index .top {
  background-color: var(--color);
  padding: 20px 25px;
}
.index .top .title {
  font-size: 24px;
  color: var(--white);
  text-align: center;
}
.index .top .search {
  height: 50px;
  background-color: var(--white);
  display: flex;
  align-items: center;
  border-radius: 25px;
  color: #999;
  padding: 10px 20px;
  margin: 20px 0;
}
.index .top .search .fa {
  flex-shrink: 0;
  font-size: 24px;
  -webkit-text-stroke: 1px var(--white);
}
.index .top .search input {
  font-size: 16px;
  border: none;
  outline: none;
  padding: 10px;
  flex: 1;
}
.index .top .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index .top .flex .item {
  color: var(--white);
  text-align: center;
}
.index .top .flex .fa {
  font-size: 32px;
  margin-bottom: 6px;
}
.index .mid {
  text-align: center;
  padding: 20px 0;
  background-color: var(--white);
}
.index .mid .num {
  font-size: 32px;
  font-weight: bold;
  color: var(--color);
  line-height: 1.5;
}
.index .mid .title {
  font-size: 14px;
  color: #656565;
}
.index #indexSwiper {
  margin-top: 10px;
}
.index #indexSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.index #indexSwiper .swiper-slide img {
  height: 150px;
}
.index #indexSwiper .swiper-pagination-bullet,
.index #indexSwiper .swiper-pagination-bullet-active {
  background-color: var(--white);
}
.index .list {
  display: flex;
  flex-wrap: wrap;
  background-color: var(--white);
}
.index .list .item {
  width: 50%;
  border-bottom: 2px solid #f5f5f5;
  border-right: 2px solid #f5f5f5;
  padding: 15px 0;
  background-color: var(--color);
  color: var(--white);
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
.index .list .item:nth-of-type(2n) {
  border-right: none;
}
.index .list .item:nth-last-child(-n+2) {
  border-bottom: none;
}
.gxgc {
  padding-top: 51px;
}
.gxgc .switch {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 750px;
  z-index: 999;
}
.gxgc .switch .item {
  flex: 1;
  padding: 15px 0;
  color: #666;
  text-align: center;
  font-size: 16px;
  background-color: var(--white);
}
.gxgc .switch .active {
  background-color: var(--color);
  color: var(--white);
}
.gxgc .search {
  height: 50px;
  background-color: var(--white);
  display: flex;
  align-items: center;
  border-radius: 25px;
  color: #999;
  padding: 10px 20px;
  margin: 20px;
}
.gxgc .search .fa {
  flex-shrink: 0;
  font-size: 24px;
  -webkit-text-stroke: 1px var(--white);
}
.gxgc .search input {
  font-size: 16px;
  border: none;
  outline: none;
  padding: 10px;
  flex: 1;
}
.gxgc .list .item {
  background-color: var(--white);
  padding: 10px;
  margin: 10px 0;
  font-size: 14px;
  color: #666;
}
.gxgc .list .title {
  color: var(--color);
  font-size: 16px;
}
.gxgc .list .area {
  margin: 5px 0;
}
.gxgc .list .btn {
  width: 120px;
  height: 38px;
  margin: 20px auto;
  background-color: var(--color);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.publish_btn {
  position: fixed;
  bottom: 50%;
  right: 0;
  background-color: var(--color);
  color: var(--white);
  font-size: 15px;
  padding: 6px 12px;
  border-radius: 12px 0 0 12px;
}
.gxdetail .top {
  margin: 10px 0;
  background-color: var(--white);
  padding: 10px;
}
.gxdetail .top .title {
  color: var(--color);
  font-size: 16px;
}
.gxdetail .top .flex {
  display: flex;
  flex-wrap: wrap;
}
.gxdetail .top .flex .fa {
  color: var(--color);
  font-size: 14px;
  opacity: 0.7;
  margin-right: 2px;
}
.gxdetail .top .flex .item {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #666;
  margin-top: 10px;
  margin-right: 15px;
}
.gxdetail .top .line {
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  margin: 10px 0 0;
}
.gxdetail .bottom {
  background-color: var(--white);
}
.gxdetail .bottom .title {
  font-size: 14px;
  color: #4a4a4a;
  padding: 10px;
  border-bottom: 1px solid #ebebeb;
}
.gxdetail .bottom .content {
  padding: 10px;
  font-size: 14px;
}
.gxdetail .bottom .content img {
  max-width: 100%;
}
.zbgg .top {
  background-color: var(--color);
  height: 60px;
  width: 100%;
  max-width: 750px;
  padding: 10px 0;
}
.zbgg .search {
  height: 40px;
  background-color: var(--white);
  display: flex;
  align-items: center;
  border-radius: 20px;
  color: #999;
  padding: 10px 20px;
  margin: auto;
  width: 90%;
}
.zbgg .search .fa {
  flex-shrink: 0;
  margin-right: 10px;
}
.zbgg .search input {
  font-size: 16px;
  border: none;
  outline: none;
  flex: 1;
}
.zbgg .form {
  background-color: var(--white);
  padding: 10px 10px 1px;
}
.zbgg .form .layui-form-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.zbgg .form .layui-form-label {
  width: auto;
  padding: 9px 0;
}
.zbgg .form .w25 {
  width: calc(50% - 5px);
  margin: 10px 10px 0 0;
}
.zbgg .form .w25 .layui-input-inline {
  margin-left: 45px !important;
}
.zbgg .form .w25:nth-of-type(2n) {
  margin-right: 0;
}
.zbgg .form #queryKeyword {
  margin-bottom: 20px;
}
.zbgg .list .item {
  background-color: var(--white);
  padding: 10px;
  margin: 10px 0;
  font-size: 14px;
  color: #666;
}
.zbgg .list .title {
  color: var(--color);
  font-size: 16px;
}
.zbgg .list .flex {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.zbgg .list .flex_item {
  margin-right: 15px;
  font-size: 12px;
  color: #333;
  display: flex;
  align-items: center;
}
.zbgg .list .flex_item .fa {
  font-size: 15px;
  color: var(--color);
  opacity: 0.5;
  margin-right: 2px;
}
.zbgg .list .flex_item:last-child {
  margin-right: 0;
}
.zbgg .list .area {
  color: #4a4a4a;
  font-size: 14px;
}
.zbgg .list .area strong {
  margin: 20px 0 10px;
  display: block;
}
.user .top {
  font-weight: bold;
  background-color: var(--color);
  height: 80px;
  padding: 20px;
  font-size: 17px;
  color: var(--white);
}
.user .cell {
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  margin-top: 10px;
}
.user .cell .left {
  display: flex;
  align-items: center;
  color: var(--font);
}
.user .cell .left .fa {
  margin-right: 10px;
}
.user .cell .right {
  flex-shrink: 0;
  font-size: 20px;
  color: #666;
}
.user .info {
  width: 96%;
  padding: 30px 15px;
  margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: var(--white);
  border-radius: 20px;
}
.user .info .item {
  text-align: center;
  color: #666;
}
.user .info .fa {
  font-size: 32px;
  color: var(--color);
  opacity: 0.75;
}
.yzwl .top {
  background-color: var(--color);
  height: 60px;
  width: 100%;
  max-width: 750px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: var(--white);
}
.yzwl .list {
  padding: 0 10px;
}
.yzwl .list .item {
  background-color: var(--white);
  padding: 12px;
  border-radius: 10px;
  margin: 10px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
}
.yzwl .list .title {
  font-size: 17px;
  font-weight: bold;
  color: var(--color);
  margin-bottom: 6px;
  display: inline;
}
.yzwl .list .title .vip {
  display: inline;
  width: 22px;
}
.yzwl .list img {
  width: 40%;
}
.yzwl .list .content {
  width: 60%;
  padding: 0 10px;
  color: #666;
}
.yzwl .list .city {
  font-size: 13px;
  margin-top: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制在3行以内 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yzwl .detail {
  margin: 10px;
}
.yzwl .detail .context {
  background-color: var(--white);
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.yzwl .detail .context .title {
  color: var(--font);
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
}
.yzwl .detail .context .fu {
  padding: 10px 0;
  font-size: 14px;
}
.yzwl .detail .context .fu img {
  max-width: 100%;
}
.yzwl .detail .flex {
  display: flex;
  background-color: var(--white);
  align-items: center;
  border-bottom: 1px solid #ebebeb;
  padding: 8px 0;
  font-size: 14px;
}
.yzwl .detail .flex .label {
  color: var(--color);
  min-width: 80px;
  text-align: right;
}
.yzwl .detail .flex .text {
  color: #666;
  flex: 1;
  padding-left: 10px;
}
.yzwl .fu {
  padding: 10px;
}
.yzwl .fu img {
  max-width: 100%;
}
.hyzl .top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hyzl .top .title {
  text-align: center;
  color: var(--white);
}
.hyzl .form .layui-form-item {
  justify-content: flex-start !important;
}
.hyzl .form .w25 {
  display: flex;
}
.hyzl .form .w25 .layui-form-label {
  flex-shrink: 0;
  margin-right: 10px;
}
.hyzl .form .w25 .layui-input-inline {
  margin-left: 0 !important;
}
.hyzl .status {
  background-color: var(--color);
  color: var(--white);
  font-size: 14px;
  padding: 2px 6px;
  display: inline-block;
  border-radius: 4px;
  margin: 6px 0;
}
.hyzl .gray {
  background-color: #949494;
}
.hyzl .time {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.hyzl .time i {
  color: var(--color);
  opacity: 0.7;
  margin-right: 5px;
  font-size: 16px;
}
.hyzl .time span {
  padding: 0 5px;
}
.hyzl .details {
  background-color: var(--white);
  padding: 10px;
  margin-bottom: 20px;
}
.hyzl .details .title {
  color: var(--color);
  font-weight: bold;
}
.hyzl .details .content {
  font-size: 14px;
  line-height: 1.5;
  padding: 10px;
}
.news .form {
  padding: 10px;
}
.news .list .flex {
  margin-bottom: 0;
}
.modul {
  padding: 12px;
  background-color: var(--white);
  margin-top: 20px;
}

.hint_box {
  
}
.hint_box > h4 {
  color: red;
  font-size: 17px;
  margin-bottom: 20px;
}
.hint_p {
  color: red;
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 1.9;
}
.hint_p > a {
  background: #fb5e22;
  color: #ffffff;
  font-size: 13px;
  padding: 0 10px;
  line-height: 22px;
  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;
}
.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: 125px;
  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;
}
.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;
}


.login {
  position: relative;
  width: 100%;
  height: 100vh;
}
.login .bg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.login .bg img {
  width: 100%;
}
.login .bg .maskBg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
.login .btnContainer {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12%;
  z-index: 2;
}
.login .btnContainer .btn {
  width: 80%;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 20px auto;
}
.login .btnContainer .wechat {
  background-color: var(--white);
}
.login .btnContainer .wechat .fa {
  color: green;
}
.login .btnContainer .meber {
  background-color: rgba(255, 255, 255, 0.6);
}
.login .boxMask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.login_container {
  width: 90%;
  background-color: var(--white);
  padding: 0 0 20px;
  border-radius: 20px;
  overflow: hidden;
}
.login_container form {
  padding: 0 20px;
  font-size: 13px;
}
.login_container .pop_tabs {
  display: flex;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  border-radius: 6px;
}
.login_container .pop_tabs_col {
  flex: 1;
  text-align: center;
  padding: 12px 0;
  font-size: 18px;
  cursor: pointer;
  color: #666;
  background: #f7f7f7;
}
.login_container .pop_tabs_col.active {
  color: #1890ff;
  border-bottom: 2px solid #1890ff;
}
.login_container .pop_btn {
  width: 100%;
  margin-top: 20px;
  display: block;
  background: #1890ff;
}
.login_container .pop_bottom {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 0 20px;
}
.login_container .pop_bottom a {
  color: #DEB11A;
  text-decoration: none;
  display: inline;
}
.login_container .getsms {
  width: 100px;
  height: 38px;
  border: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 13px;
  color: #666;
}
.login_container .pop .layui-form-checked i {
  background: #1890ff !important;
  border-color: #1890ff;
}
.login_container .pop_agree {
  font-size: 12px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.login_container .pop_agree a {
  color: #1890ff;
}
.login_container .layui-form-item {
  display: flex;
  align-items: center;
}
.login_container .layui-form-item .layui-form-label {
  min-width: 80px;
  padding: 0;
  flex-shrink: 0;
  margin-right: 10px;
}


.img-upload {
  display: flex;
  align-items: flex-end;
  padding: 10px;
}
.img-upload >img {
  display: block;
  width: 120px;
  height: 120px;
  border: 1px solid #e6e6e6;
  margin-right: 10px;
}
.vip-title{
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.vip-type {
  display: flex;
  flex-wrap: wrap;
}
.vip-type .vip-item {
  cursor: pointer;
  border: 1px solid #dddddd;
  border-radius: 6px;
  width: 100px;
  margin-right: 10px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 10px;
}
.vip-type .vip-item .p1 {
  font-size: 13px;
  color: #333333;
  padding-top: 10px;
  margin-bottom: 10px;
}
.vip-type .vip-item .p2 {
  color: #bf8d44;
  font-size: 15px;
  margin-bottom: 10px;
}
.vip-type .vip-item .p2 span{
  font-size: 20px;
  font-weight: bold;
}
.vip-type .vip-item .p3 {
  background: #f4e8da;
  color: #bf8d44;
  padding: 5px 0;
  font-size: 12px;
}
.vip-type .vip-item.active {
  border-color: #bf8d44;
  position: relative;
}
.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-type .vip-item.active::after {
  content: '✔';
  position: absolute;
  top: 0;
  right: 2px;
  color: #ffffff;
}

.total {
  font-size: 14px;
}
.total span {
  color: #fd4841;
  font-size: 16px;
  font-weight: bold;
}
.total span i {
  font-weight: bold;
  font-size: 24px;
  font-style: normal;
}

.vip_btn {
  background: #fb5e22;
  color: #ffffff;
  font-size: 12px;
  padding: 0 8px;
  line-height: 22px;
  display: inline-block;
  color: #ffffff !important;
}

.hyzl .flex .time {
  width: 50%;
}

.info_list .top {
  background-color: var(--white);
  border-bottom: 1px solid #ebebeb;
  padding: 10px 25px;
}
.info_list .top .title {
  font-size: 16px;
  text-align: center;
}
.info_list .switch {
  display: flex;
  align-items: center;
  width: 100%;
}
.info_list .switch .item {
  flex: 1;
  padding: 15px 0;
  color: #666;
  text-align: center;
  font-size: 16px;
  background-color: var(--white);
}
.info_list .switch .active {
  background-color: var(--color);
  color: var(--white);
}
.info_list .list .item {
  background-color: var(--white);
  padding: 10px;
  margin: 10px 0;
  font-size: 14px;
  color: #666;
}
.info_list .list .title {
  color: var(--color);
  font-size: 18px;
  margin-bottom: 12px;
}
.info_list .list .flex {
  display: flex;
  align-items: center;
  margin-top: 6px;
}
.info_list .list span {
  padding: 0 5px;
  color: var(--color);
}
.info_list .list .control {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.info_list .list .control .btn {
  background-color: #ff0000;
  color: var(--white);
  width: 50px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
