body {
  background: #f6f7fb;
}
header {
  height: 77px;
  background: #ffffff;
  box-shadow: 1px 6px 9px 1px rgba(219, 220, 222, 0.2);
  padding: 0 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header a {
  display: block;
}

header img {
  width: 222px;
  display: block;
}
header nav ul {
  display: flex;
}
header nav ul li {
  margin-right: 40px;
}
header nav ul li a {
  font-weight: 500;
  font-size: 18px;
  color: #111111;
}
footer {
  height: 57px;
  background: #dddddd;
  box-shadow: 1px 6px 9px 1px rgba(219, 220, 222, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
footer .l {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 18px;
  color: #555555;
}
footer .r {
  display: flex;
}
footer .r img {
  margin-right: 20px;
  width: 32px;
}
.index-main {
  background-image: url(../img/index-bg.png);
  background-size: cover;
  background-position: center;
  height: 946px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-main img {
  width: 407px;
  display: block;
  margin: 0 40px;
  cursor: pointer;
}
.banner {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}
.list-main {
  width: 1200px;
  margin: 30px auto;
}
.list-main .title {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 36px;
  color: #333333;
}
.list-main .filter {
  height: 180px;
  background: #ffffff;
  margin-bottom: 20px;
  padding: 25px;
}
.filter .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.filter .item .label {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #111111;
}
.filter .item .value {
  display: flex;
  align-items: center;
}
.filter .item .value .items {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #111111;
  margin-right: 20px;
  height: 26px;
  padding: 0 12px;
  line-height: 26px;
  cursor: pointer;
  border-radius: 4px;
}
.filter .item .value .items.active {
  color: #fff;
  background: #99b3f0;
}
.list-title {
  width: 1200px;
  height: 52px;
  background: #ffffff;
  margin-bottom: 45px;
  padding-left: 15px;
}

.list-title span {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  border-bottom: 2px solid #ffc000;
  height: 52px;
  line-height: 52px;
  padding: 0 12px;
  display: inline-block;
}
.list {
  display: flex;
  flex-wrap: wrap;
}
.list-main .list a {
  display: block;
  margin-right: 55px;
  margin-bottom: 79px;
  width: 30.2%;
}
.list a:nth-of-type(3n + 3) {
  margin-right: 0;
}
.list a > img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.list a .info {
  height: 110px;
  background: #ffffff;
  padding: 12px;
}

.list a .info .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.list a .info .title .l {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 24px;
  color: #666666;
  display: flex;
  align-items: center;
}

.list a .info .title .l img {
  width: 18px;
  height: 18px;
  display: block;
  margin-right: 5px;
}
.list a .info .title .r {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 24px;
  color: #666666;
}
.list a .info .price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list a .info .price .l {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 28px;
  color: #333333;
}
.list a .info .price .r {
  width: 80px;
  height: 40px;
  background: #99b3f0;
  border-radius: 4px;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
}
.pagination .next,
.pagination .prev {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pagination img {
  width: 9px;
  height: 9px;
  display: block;
}
.pagination .item {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  margin: 0 15px;
}
.pagination .item.active {
  color: #fff;
  background: #99b3f0;
  border-radius: 50%;
}
.mbx {
  width: 1200px;
  margin: 40px auto;
}
.mbx a {
  font-family: Adobe Heiti Std;
  font-weight: normal;
  font-size: 16px;
  color: #333333;
}

.detail-info {
  width: 1200px;
  margin: 79px auto;
}

.detail-info .title {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 30px;
  color: #333333;
  margin-bottom: 14px;
  max-width: 820px;
}
.detail-info .type {
  width: 60px;
  height: 30px;
  background: #ffc000;
  border-radius: 4px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  margin-bottom: 11px;
}
.detail-info .address {
  font-family: Adobe Heiti Std;
  font-weight: normal;
  font-size: 16px;
  color: #999999;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.detail-info .address img {
  width: 12px;
  height: 17px;
  margin-right: 10px;
}
.detail-info .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 9px;
}
.detail-info .qrcode {
  width: 332px;
  height: 320px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.detail-info .qrcode img {
  width: 115px;
  height: 115px;
  margin-bottom: 30px;
}
.detail-info .qrcode p {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 18px;
  color: #111111;
  text-align: center;
}

.detail-info .bigImg {
  width: 820px;
  height: 550px;
  object-fit: cover;
}
.detail-info .smallImg {
  max-width: 820px;
  display: flex;
  margin-bottom: 30px;
}
.detail-info .smallImg img {
  width: 98px;
  height: 72px;
  object-fit: cover;
  margin-right: 5px;
  cursor: pointer;
}
.baseInfo,
.detailInfo,
.contact {
  width: 820px;
  min-height: 600px;
  padding: 40px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.baseInfo .title,
.detailInfo .title,
.contact .title {
  font-family: Adobe Heiti Std;
  font-weight: normal;
  font-size: 20px;
  color: #333333;
  margin-bottom: 23px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 45px;
}
.baseInfo .info {
  height: 1%;
  flex-grow: 1;
  background: #ffffff;
  border: 1px solid #dee0e0;
}
.baseInfo .info ul {
  padding: 20px;
}
.baseInfo .info ul li {
  display: flex;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-left: 10px;
}
.baseInfo .info ul li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.baseInfo .info ul li .label {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
}
.baseInfo .info ul li .value {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #777777;
}
.detailInfo .info p {
  font-family: Adobe Heiti Std;
  font-weight: normal;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 30px;
}
.detailInfo .info img {
  width: 100%;
  object-fit: cover;
  display: block;
  margin-bottom: 30px;
}
.contact .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact .info .item {
  width: 45%;
  margin-bottom: 20px;
}
.contact .info .item .label,
.contact .info .textarea .label {
  font-family: Adobe Heiti Std;
  font-weight: normal;
  font-size: 16px;
  color: #333333;
  margin-bottom: 16px;
}
.contact .info .item input {
  width: 100%;
  height: 41px;
  background: #ffffff;
  border: 1px solid #dee0e0;
  line-height: 41px;
  padding-left: 10px;
}
.contact .info .textarea {
  width: 100%;
  margin-bottom: 30px;
}
.contact .info textarea {
  width: 100%;
  height: 117px;
  border: 1px solid #dee0e0;
  padding: 10px;
}
.contact .info button {
  width: 360px;
  height: 42px;
  background: #99b3f0;
  border-radius: 4px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  font-size: 16px;
  color: #ffffff;
}
.contact-main {
  width: 1200px;
  margin: 0 auto;
}
.contact-main .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.contact-main .top .left {
  width: 368px;
}
.contact-main .top .left .title {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 30px;
  color: #2a2a33;
  margin-bottom: 30px;
  padding-left: 20px;
}
.contact-main .top .left .desc {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #2a2a33;
  margin-bottom: 80px;
  padding-left: 20px;
}
.contact-main .top .left .address {
  width: 368px;
  height: 310px;
  background: #ffffff;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 35px;
}
.contact-main .top .left .address .name {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 24px;
  color: #2a2a33;
  margin-bottom: 40px;
}
.contact-main .top .left .address p {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #2a2a33;
  line-height: 30px;
}
.contact-main .top .left .address a {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 16px;
  color: #2b2857;
  margin-top: 60px;
}
.contact-main .top .right {
  width: 608px;
}
.contact-main .top .right input {
  width: 100%;
  height: 54px;
  background: #ffffff;
  border-radius: 6px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  padding-left: 20px;
  line-height: 54px;
  margin-bottom: 20px;
}
.contact-main .top .right textarea {
  width: 100%;
  height: 221px;
  background: #ffffff;
  border-radius: 6px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  padding-left: 20px;
  line-height: 54px;
  margin-bottom: 20px;
}
.contact-main .top .right button {
  width: 100%;
  height: 56px;
  background: #99b3f0;
  border-radius: 6px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}
.contact-main .center {
  display: flex;
  justify-content: space-between;
  margin-bottom: 96px;
}
.contact-main .center .address {
  width: 368px;
  min-height: 310px;
  background: #ffffff;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 35px;
}
.contact-main .center .address .name {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 24px;
  color: #2a2a33;
  margin-bottom: 40px;
}
.contact-main .center .address p {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #2a2a33;
  line-height: 30px;
}
.contact-main .center .address img {
  width: 150px;
  height: 150px;
  display: block;
  margin: 20px auto;
}
.contact-main .center .address span {
  text-align: center;
}
.contact-main .center .address a {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 16px;
  color: #2b2857;
  margin-top: 30px;
}
.contact-main .bottom .title {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 30px;
  color: #2a2a33;
  text-align: center;
  margin-bottom: 34px;
}
.contact-main .bottom .box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}
.contact-main .bottom .box .item {
  width: 368px;
  height: 310px;
  background: #ffffff;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 35px;
}
.contact-main .bottom .box .item img {
  width: 100px;
  height: 100px;
  margin: 0 auto 30px;
}
.contact-main .bottom .box .item p {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 16px;
  color: #2b2658;
  text-align: center;
}
.login-main {
  background-image: url(../img/login-bg.png);
  background-size: cover;
  background-position: center;
  height: 944.3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-main .loginBox {
  width: 1000px;
  height: 670px;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
.login-main .loginBox .l {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.login-main .loginBox .l::after {
  content: '';
  display: block;
  width: 1px;
  height: 369px;
  background: #ddd;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}
.login-main .loginBox .l .title {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  margin-bottom: 55px;
  text-align: left;
  width: 421px;
}
.login-main .loginBox .l input {
  width: 421px;
  height: 55px;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #bbbbbb;
  margin-bottom: 26px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  padding-left: 10px;
}
.login-main .loginBox .l button {
  width: 420px;
  height: 56px;
  background: #99b3f0;
  border-radius: 6px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
}
.login-main .loginBox .r {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.login-main .loginBox .r img {
  width: 139px;
  display: block;
  margin: 0 auto 9px;
}
.login-main .loginBox .r .title {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  text-align: center;
}
.login-main .loginBox .r .text {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  line-height: 24px;
  max-height: 350px;
  overflow-y: scroll;
}
.login-main .loginBox .r .text::-webkit-scrollbar {
  width: 3px;
}

.login-main .loginBox .r .text::-webkit-scrollbar-track {
  background: transparent;
}

.login-main .loginBox .r .text::-webkit-scrollbar-thumb {
  background: #99b3f0;
  border-radius: 3px;
}

.login-main .loginBox .r .text::-webkit-scrollbar-thumb:hover {
  background: #7a9de8;
}
.publish-main {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 78px;
}
.publish-main .l {
  width: 282px;
  height: 456px;
  background-image: url(../img/publish-l.png);
  background-size: 100% 100%;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.publish-main .l .title {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 63px;
}
.publish-main .l .item {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  text-align: center;
  border-bottom: 1px solid #d6deef;
  height: 65px;
  display: flex;
  align-items: center;
  width: 206px;
  padding-left: 20px;
  cursor: pointer;
}
.publish-main .l .item.active {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 24px;
}
.publish-main .l .item.active a {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 24px;
  color: #264f7e;
  border-bottom: 2px solid #ffc000;
  line-height: 65px;
}
.publish-main .l .item img {
  width: 28px;
  display: block;
  margin-left: 34px;
  display: none;
}
.publish-main .l .item.active img {
  display: block;
}
.publish-main .r {
  background: #ffffff;
  width: 826px;
  height: auto;
  padding: 40px 45px;
}
.publish-main .r.publish .step {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 68px;
}
.publish-main .r.publish .step .item {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  position: relative;
}
.publish-main .r.publish .step .item::after {
  content: '';
  display: block;
  background-image: url(../img/step-notCompleted.png);
  background-size: 100% 100%;
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.publish-main .r.publish .step .item.active::after {
  background: #83a0e2;
  border-radius: 50%;
}
.publish-main .r.publish .step .item::before {
  content: '';
  display: block;
  width: 222px;
  height: 1px;
  border-bottom: 1px dashed #a0a4a4;
  position: absolute;
  bottom: -14px;
  left: 63%;
}
.publish-main .r.publish .step .item:last-child::before {
  display: none;
}
.publish-main .r.publish .step .item.active::before {
  border-bottom: 1px dashed #83a0e2;
}
.publish-main .r.publish .info-item {
  margin-bottom: 44px;
}
.publish-main .r.publish .info-item .title {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin-bottom: 27px;
}
.publish-main .r.publish .info-item .value {
  padding-left: 20px;
}
.publish-main .r.publish .info-item .value label {
  margin-right: 25px;
  cursor: pointer;
}

/* 鑷畾涔塩heckbox閫変腑棰滆壊 */
.publish-main .r.publish .info-item .value input[type='checkbox'] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
  margin-right: 4px;
  vertical-align: middle;
}

.publish-main .r.publish .info-item .value input[type='checkbox']:checked {
  background-color: #83a0e2;
  border-color: #83a0e2;
  position: relative;
}

.publish-main
  .r.publish
  .info-item
  .value
  input[type='checkbox']:checked::after {
  content: '✓';
  color: white;
  font-size: 12px;
  position: absolute;
  top: -2px;
  left: 2px;
  font-weight: bold;
}

/* manage椤甸潰澶嶉€夋鏍峰紡 */
.manage .list .item input[type='checkbox'] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
  margin-right: 4px;
  vertical-align: middle;
}

.manage .list .item input[type='checkbox']:checked {
  background-color: #83a0e2;
  border-color: #83a0e2;
  position: relative;
}

.manage .list .item input[type='checkbox']:checked::after {
  content: '✓';
  color: white;
  font-size: 12px;
  position: absolute;
  top: -2px;
  left: 2px;
  font-weight: bold;
}

/* 鏂囦欢涓婁紶鏍峰紡 */
.file-upload-item {
  margin-bottom: 15px;
}

.file-upload-item .name {
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
}

.file-input-wrapper {
  display: flex;
  align-items: center;
  gap: 0;
}

.file-path {
  width: 418px;
  height: 42px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-right: none;
  padding: 0 12px;
  font-size: 14px;
  color: #666;
  outline: none;
  border-radius: 4px 0 0 4px;
}

.file-browse-btn {
  width: 81px;
  height: 42px;
  background: #ffffff;
  border: 1px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  border-radius: 0 4px 4px 0;
  transition: background-color 0.2s;
}

.file-browse-btn:hover {
  background-color: #f5f5f5;
}
.publish-main .r.publish .info-item .value .input {
  margin-bottom: 18px;
}
.publish-main .r.publish .info-item .value .input .name {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.publish-main .r.publish .info-item .value .input input {
  height: 42px;
  background: #ffffff;
  border: 1px solid #dddddd;
  width: 100%;
  padding-left: 10px;
}
.publish-main .r.publish > button {
  width: 360px;
  height: 56px;
  background: #99b3f0;
  border-radius: 6px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 56px;
  margin: 0 auto;
  display: block;
}
.button {
  width: 360px;
  height: 56px;
  background: #99b3f0;
  border-radius: 6px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 56px;
  margin: 0 auto;
  display: block;
}
.publish-main .r.manage {
  padding: 0;
}
.publish-main .r.manage .title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  box-shadow: 1px 6px 9px 1px rgba(219, 220, 222, 0.2);
  border: 1px solid #e3e5e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 27px;
}
.publish-main .r.manage .title .left {
  display: flex;
  align-items: center;
}
.publish-main .r.manage .title .left .btn {
  width: 109px;
  height: 42px;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  margin-right: 20px;
  color: #333333;
  cursor: pointer;
  user-select: none;
}
.publish-main .r.manage .title .left .btn img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
  margin-right: 7px;
}
.publish-main .r.manage .title .left .btn:hover {
  background-color: #f5f5f5;
}
.publish-main .r.manage .title .right a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 41px;
  background: #99b3f0;
  border-radius: 6px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
.publish-main .r.manage .title .right img {
  width: 19px;
  margin-right: 7px;
  display: block;
}
.publish-main .r.manage .title .right:hover {
  background-color: #83a0e2;
}

.publish-main .r.manage .list .item {
  height: 140px;
  border-bottom: 1px solid #eaedf1;
  display: flex;
  align-items: center;
  padding: 0 25px;
  justify-content: space-between;
  width: 100%;
}
.publish-main .r.manage .list .item input {
  margin-right: 39px;
  cursor: pointer;
}
.publish-main .r.manage .list .item .info {
  display: flex;
  align-items: center;
  width: 1%;
  flex-grow: 1;
}
.publish-main .r.manage .list .item .info img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  display: block;
  margin-right: 33px;
}
.publish-main .r.manage .list .item .info .name {
  flex-grow: 1;
  width: 1%;
}
.publish-main .r.manage .list .item .info .name .names {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #10142f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 17px;
}
.publish-main .r.manage .list .item .info .name .desc {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #888888;
}
.publish-main .r.manage .list .item .btn {
  margin-left: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
  text-align: center;
}
.publish-main .r.manage .list .item .btn img {
  width: 42px;
  height: 42px;
  display: block;
  margin-bottom: 4px;
}
.publish-main .r.message {
  padding: 0;
}
.publish-main .r.manage .pagination {
  height: 105px;
  margin-bottom: 0;
}
.publish-main .r.message .list .item {
  height: 140px;
  border-bottom: 1px solid #eaedf1;
  display: flex;
  align-items: center;
  padding: 0 70px;
  width: 100%;
  cursor: pointer;
}
.publish-main .r.message .list a {
  width: 100%;
}
.publish-main .r.message .list .item img {
  width: 66px;
  height: 66px;
  display: block;
  margin-right: 20px;
}
.publish-main .r.message .list .item .info {
  width: 1%;
  flex-grow: 1;
}
.publish-main .r.message .list .item .info .name {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 23px;
}
.publish-main .r.message .list .item .info .desc {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #888888;
}
.publish-main .r.message .pagination {
  height: 100px;
  margin-bottom: 0;
}

/* 鍝嶅簲寮忚璁� - 1200px鍙婁互涓� */
@media (max-width: 1200px) {
  header {
    padding: 0 5%;
  }

  header img {
    width: 180px;
  }

  header nav ul li {
    margin-right: 30px;
  }

  header nav ul li a {
    font-size: 16px;
  }

  .index-main img {
    width: 320px;
    margin: 0 30px;
  }

  .list-main {
    width: 95%;
    max-width: 1200px;
  }

  .list-main .title {
    font-size: 32px;
  }

  .list-title {
    width: 95%;
    max-width: 1200px;
  }

  .mbx {
    width: 95%;
    max-width: 1200px;
  }

  .detail-info {
    width: 95%;
    max-width: 1200px;
  }

  .contact-main {
    width: 95%;
    max-width: 1200px;
  }

  .publish-main {
    width: 95%;
    max-width: 1200px;
  }

  .login-main .loginBox {
    width: 90%;
    max-width: 1000px;
  }
}

/* 鍝嶅簲寮忚璁� - 1000px鍙婁互涓� */
@media (max-width: 1000px) {
  header {
    padding: 0 4%;
  }

  header img {
    width: 160px;
  }

  header nav ul li {
    margin-right: 25px;
  }

  header nav ul li a {
    font-size: 15px;
  }

  .index-main img {
    width: 280px;
    margin: 0 25px;
  }

  .list-main .title {
    font-size: 28px;
  }

  .list-main .list a {
    margin-right: 3%;
    width: 48%;
  }

  .list a:nth-of-type(3n + 3) {
    margin-right: 3%;
  }

  .list a:nth-of-type(2n) {
    margin-right: 0;
  }

  .detail-info .flex {
    flex-direction: column;
  }

  .detail-info .qrcode {
    width: 100%;
    margin-bottom: 20px;
  }

  .detail-info .bigImg {
    width: 100%;
    height: 400px;
  }

  .baseInfo,
  .detailInfo,
  .contact {
    width: 100%;
    padding: 30px;
  }

  .contact-main .top {
    flex-direction: column;
  }

  .contact-main .top .left {
    width: 100%;
    margin-bottom: 40px;
  }

  .contact-main .top .right {
    width: 100%;
  }

  .contact-main .center {
    flex-wrap: wrap;
    justify-content: center;
  }

  .contact-main .center .address {
    margin-bottom: 30px;
  }

  .contact-main .bottom .box {
    flex-wrap: wrap;
    justify-content: center;
  }

  .contact-main .bottom .box .item {
    margin-bottom: 30px;
  }

  .login-main .loginBox {
    width: 95%;
    height: auto;
    padding: 30px 20px;
    flex-direction: column;
  }

  .login-main .loginBox .l {
    width: 100%;
    margin-bottom: 30px;
  }

  .login-main .loginBox .l::after {
    display: none;
  }

  .login-main .loginBox .l .title,
  .login-main .loginBox .l input,
  .login-main .loginBox .l button {
    width: 100%;
    max-width: 400px;
  }

  .login-main .loginBox .r {
    width: 100%;
  }

  .publish-main {
    flex-direction: column;
  }

  .publish-main .l {
    width: 100%;
    height: auto;
    padding: 20px;
    margin-bottom: 20px;
  }

  .publish-main .l .item {
    width: auto;
    display: inline-block;
    margin-right: 20px;
    border-bottom: none;
    height: auto;
    padding: 10px 15px;
    border-radius: 4px;
  }
  .publish-main .l .item img {
    display: none !important;
  }
  .publish-main .r {
    width: 100%;
  }
}

/* 鍝嶅簲寮忚璁� - 900px鍙婁互涓� */
@media (max-width: 900px) {
  header {
    padding: 0 3%;
    height: 60px;
  }

  header img {
    width: 140px;
  }

  header nav ul li {
    margin-right: 20px;
  }

  header nav ul li a {
    font-size: 14px;
  }

  .index-main img {
    width: 240px;
    margin: 0 20px;
  }

  .banner {
    height: 200px;
  }

  .list-main .title {
    font-size: 24px;
  }

  .list-main .filter {
    height: auto;
    padding: 20px;
  }

  .filter .item {
    margin-bottom: 20px;
  }

  .filter .item .label {
    font-size: 13px;
    margin-bottom: 10px;
    width: 100%;
  }

  .filter .item .value {
    flex-wrap: wrap;
  }

  .filter .item .value .items {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .list-main .list a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .list a:nth-of-type(3n + 3),
  .list a:nth-of-type(2n) {
    margin-right: 0;
  }

  .list a > img {
    height: 200px;
  }

  .list a .info {
    height: auto;
    padding: 15px;
  }

  .list a .info .title .l {
    font-size: 20px;
  }

  .list a .info .title .r {
    font-size: 20px;
  }

  .list a .info .price .l {
    font-size: 24px;
  }

  .detail-info {
    margin: 40px auto;
  }

  .detail-info .title {
    font-size: 24px;
  }

  .detail-info .type {
    font-size: 16px;
  }

  .detail-info .address {
    font-size: 14px;
  }

  .detail-info .qrcode {
    height: 280px;
  }

  .detail-info .bigImg {
    height: 300px;
  }

  .detail-info .smallImg img {
    width: 80px;
    height: 60px;
  }

  .baseInfo,
  .detailInfo,
  .contact {
    padding: 25px;
    min-height: 400px;
  }

  .baseInfo .info ul li .label {
    font-size: 16px;
  }

  .baseInfo .info ul li .value {
    font-size: 14px;
  }

  .detailInfo .info p {
    font-size: 14px;
    line-height: 22px;
  }

  .contact .info .item {
    width: 100%;
  }

  .contact .info button {
    width: 100%;
    max-width: 300px;
  }

  .contact-main .top .left .address,
  .contact-main .center .address,
  .contact-main .bottom .box .item {
    width: 100%;
    max-width: 350px;
  }

  .login-main {
    height: auto;
    padding: 40px 0;
  }

  .publish-main .l .title {
    font-size: 20px;
  }

  .publish-main .l .item {
    font-size: 14px;
    padding: 8px 12px;
    margin-bottom: 10px;
  }

  .publish-main .r.publish .step .item {
    font-size: 16px;
  }

  .publish-main .r.publish .info-item .title {
    font-size: 18px;
  }

  .publish-main .r.publish .info-item .value .input .name {
    font-size: 16px;
  }

  .publish-main .r.manage .list .item {
    height: 120px;
    padding: 0 15px;
  }

  .publish-main .r.manage .list .item .info img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }

  .publish-main .r.manage .list .item .info .name .names {
    font-size: 14px;
  }

  .publish-main .r.manage .list .item .info .name .desc {
    font-size: 12px;
  }

  .publish-main .r.message .list .item {
    height: 120px;
    padding: 0 30px;
  }

  .publish-main .r.message .list .item img {
    width: 50px;
    height: 50px;
  }

  .publish-main .r.message .list .item .info .name {
    font-size: 14px;
  }

  .publish-main .r.message .list .item .info .desc {
    font-size: 12px;
  }
}

/* 姹夊牎鑿滃崟鎸夐挳鏍峰紡 */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 24px;
  height: 24px;
  cursor: pointer;
  padding: 0;
  border: none;
  background: transparent;
  z-index: 1001;
}

.mobile-menu-toggle span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #111111;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.mobile-menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

.select {
  height: 42px;
  width: 418px;
  line-height: 42px;
  border: 1px solid #dddddd;
  color: #7a7a7a;
  background: #fafafa;
  vertical-align: middle;
}
/*----------------------鍒嗛〉--------------------------------*/
.black-inline_user {
  margin: 0 auto;
  text-align: center;
  font-family: '寰蒋闆呴粦';
  padding-top: 67px;
  padding-bottom: 10px;
  inheritclear: both;
  width: 100%;
  overflow: hidden;
  line-height: 22px;
  font-size: 12px;
}
.black-inline_user a {
  text-align: center;
  padding: 8px 12px;
  margin-center: 4px;
  border: 1px solid #bcbcbc;
  margin-left: 3px;
  margin-right: 3px;
  color: #666;
  border-radius: 50%;
  margin: 0 5px;
}
.black-inline_user a:hover {
  color: #fff;
  background-color: #99b3f0;
  text-decoration: none;
  border: 1px solid #99b3f0;
}
.black-inline_user span.current {
  padding: 8px 12px;
  background-color: #99b3f0;
  color: #fff;
  border: 1px solid #99b3f0;
  font-size: 12px;
  margin-left: 3px;
  margin-right: 3px;
  border-radius: 50%;
  margin: 0 5px;
}
.black-inline_user span.disabled {
  padding: 8px 12px;
  font-family: '寰蒋闆呴粦';
  font-size: 12px;
  color: #666;
  border: 1px solid #bcbcbc;
  border-radius: 50%;
  margin: 0 5px;
}
.publish-main .r.message .header {
  border-bottom: 1px solid #eaedf1;
  padding-top: 52px;
}
.publish-main .r.message .header .title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 30px;
  color: #111111;
  margin-bottom: 26px;
  text-align: center;
}
.publish-main .r.message .header .time {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  margin-bottom: 20px;
  text-align: center;
}
.publish-main .r.message .content {
  padding: 50px;
  border-bottom: 1px solid #eaedf1;
}
.publish-main .r.message .back {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 80px;
  padding: 0 50px;
  cursor: pointer;
}
.publish-main .r.message .back img {
  height: 25.4px;
  display: block;
}
/* 鍝嶅簲寮忚璁� - 768px鍙婁互涓� (绉诲姩绔�) */
@media (max-width: 768px) {
  header {
    padding: 0 15px;
    height: 50px;
    flex-wrap: wrap;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }

  header img {
    width: 120px;
  }

  .mobile-menu-toggle {
    display: flex;
  }

  header nav {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    height: calc(100vh - 50px);
    background: #ffffff;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 999;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  }

  header nav.active {
    transform: translateX(0);
  }

  header nav ul {
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    padding: 30px 20px;
  }

  header nav ul li {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }

  header nav ul li a {
    font-size: 18px;
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #eee;
  }

  body {
    padding-top: 50px;
  }

  .index-main {
    height: 80vh;
    flex-direction: column;
    padding: 20px;
  }

  .index-main img {
    width: 200px;
    margin: 10px 0;
  }

  .banner {
    height: 150px;
  }

  .list-main {
    margin: 20px auto;
  }

  .list-main .title {
    font-size: 20px;
  }

  .list-main .filter {
    padding: 15px;
  }

  .filter .item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
  }

  .filter .item .label {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .filter .item .value .items {
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 8px;
    padding: 0 8px;
    height: 24px;
    line-height: 24px;
  }

  .list-title {
    height: 40px;
    padding-left: 10px;
  }

  .list-title span {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 8px;
  }

  .list a {
    margin-bottom: 20px;
  }

  .list a > img {
    height: 180px;
  }

  .list a .info {
    padding: 12px;
  }

  .list a .info .title .l {
    font-size: 18px;
  }

  .list a .info .title .r {
    font-size: 18px;
  }

  .list a .info .price .l {
    font-size: 22px;
  }

  .list a .info .price .r {
    width: 60px;
    height: 26px;
    font-size: 14px;
    line-height: 26px;
  }

  .pagination .item {
    width: 26px;
    height: 26px;
    font-size: 12px;
    margin: 0 8px;
  }

  .pagination .next,
  .pagination .prev {
    width: 26px;
    height: 26px;
  }

  .detail-info {
    margin: 20px auto;
  }

  .detail-info .title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .detail-info .type {
    width: 50px;
    height: 26px;
    font-size: 14px;
    line-height: 26px;
  }

  .detail-info .address {
    font-size: 12px;
  }

  .detail-info .qrcode {
    height: 250px;
    padding: 20px;
  }

  .detail-info .qrcode img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }

  .detail-info .qrcode p {
    font-size: 16px;
  }

  .detail-info .bigImg {
    height: 250px;
  }

  .detail-info .smallImg {
    margin-bottom: 20px;
  }

  .detail-info .smallImg img {
    width: 70px;
    height: 50px;
    margin-right: 3px;
  }

  .baseInfo,
  .detailInfo,
  .contact {
    padding: 20px;
    min-height: 300px;
    margin-bottom: 15px;
  }

  .baseInfo .title,
  .detailInfo .title,
  .contact .title {
    font-size: 14px;
    margin-bottom: 15px;
    padding-bottom: 30px;
  }

  .baseInfo .info ul {
    padding: 15px;
  }

  .baseInfo .info ul li {
    margin-bottom: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .baseInfo .info ul li .label {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .baseInfo .info ul li .value {
    font-size: 13px;
  }

  .detailInfo .info p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .contact .info .item {
    margin-bottom: 15px;
  }

  .contact .info .item .label,
  .contact .info .textarea .label {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .contact .info .item input {
    height: 36px;
    line-height: 36px;
  }

  .contact .info textarea {
    height: 100px;
  }

  .contact .info button {
    height: 36px;
    font-size: 14px;
  }

  .contact-main .top .left .title,
  .contact-main .bottom .title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .contact-main .top .left .desc {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .contact-main .top .left .address,
  .contact-main .center .address,
  .contact-main .bottom .box .item {
    padding: 25px;
    min-height: 280px;
  }

  .contact-main .top .left .address .name,
  .contact-main .center .address .name {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .contact-main .top .left .address p,
  .contact-main .center .address p {
    font-size: 16px;
    line-height: 26px;
  }

  .contact-main .top .right input {
    height: 46px;
    font-size: 16px;
    padding-left: 15px;
    margin-bottom: 15px;
  }

  .contact-main .top .right textarea {
    height: 180px;
    font-size: 16px;
    padding-left: 15px;
    margin-bottom: 15px;
  }

  .contact-main .top .right button {
    height: 48px;
    font-size: 16px;
  }

  .contact-main .bottom .box .item img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }

  .contact-main .bottom .box .item p {
    font-size: 14px;
  }

  .login-main {
    padding: 20px 0;
  }

  .login-main .loginBox {
    padding: 20px 15px;
  }

  .login-main .loginBox .l .title {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .login-main .loginBox .l input {
    height: 46px;
    font-size: 16px;
    margin-bottom: 20px;
  }

  .login-main .loginBox .l button {
    height: 48px;
    font-size: 16px;
  }
  .login-main .loginBox .l {
    order: 2;
  }
  .login-main {
    background-position: 0;
  }
  .login-main .loginBox .r {
    order: 1;
    margin-bottom: 20px;
  }
  .login-main .loginBox .r img {
    width: 120px;
  }

  .login-main .loginBox .r .title {
    font-size: 20px;
  }

  .login-main .loginBox .r .text {
    font-size: 13px;
    line-height: 20px;
    max-height: 250px;
  }

  .publish-main {
    margin-bottom: 40px;
  }

  .publish-main .l {
    padding: 15px;
    margin-bottom: 15px;
  }

  .publish-main .l .title {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .publish-main .l .item {
    font-size: 13px;
    padding: 6px 10px;
    margin-right: 10px;
    margin-bottom: 8px;
  }

  .publish-main .r {
    padding: 20px 15px;
  }

  .publish-main .r.publish .step {
    margin-bottom: 40px;
  }

  .publish-main .r.publish .step .item {
    font-size: 14px;
  }

  .publish-main .r.publish .step .item::before {
    width: 120px;
  }

  .publish-main .r.publish .info-item {
    margin-bottom: 30px;
  }

  .publish-main .r.publish .info-item .title {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .publish-main .r.publish .info-item .value {
    padding-left: 10px;
  }

  .publish-main .r.publish .info-item .value label {
    display: inline-block;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
  }

  .publish-main .r.publish .info-item .value .input .name {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .publish-main .r.publish .info-item .value .input input {
    height: 36px;
  }

  .file-path {
    width: 70%;
  }

  .file-browse-btn {
    width: 30%;
    height: 36px;
    font-size: 12px;
  }

  .publish-main .r.publish > button {
    width: 100%;
    max-width: 300px;
    height: 48px;
    font-size: 14px;
  }

  .publish-main .r.manage .title {
    height: 60px;
    padding: 0 15px;
  }

  .publish-main .r.manage .title .left {
    margin-bottom: 0px;
  }

  .publish-main .r.manage .title .left .btn {
    width: 90px;
    height: 36px;
    font-size: 12px;
    margin-right: 10px;
  }

  .publish-main .r.manage .title .right {
    width: 90px;
    height: 36px;
    font-size: 12px;
  }

  .publish-main .r.manage .list .item {
    height: 100px;
    padding: 0 10px;
    /* flex-direction: column;
		align-items: flex-start; */
  }

  .publish-main .r.manage .list .item input {
    margin-right: 20px;
  }

  .publish-main .r.manage .list .item .info {
    /* width: 100%; */
  }

  /* .publish-main .r.manage .list .item .info img {
		width: 60px;
		height: 60px;
		margin-right: 15px;
	} */

  .publish-main .r.manage .list .item .info .name .names {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .publish-main .r.manage .list .item .info .name .desc {
    font-size: 11px;
  }

  .publish-main .r.manage .list .item .btn {
    margin-left: 0;
    margin-top: 10px;
    font-size: 12px;
  }

  .publish-main .r.manage .list .item .btn img {
    width: 36px;
    height: 36px;
    margin-bottom: 2px;
  }

  .publish-main .r.message .list .item {
    height: 100px;
    padding: 0 20px;
  }

  .publish-main .r.message .list .item img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .publish-main .r.message .list .item .info .name {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .publish-main .r.message .list .item .info .desc {
    font-size: 11px;
  }

  .publish-main .r.manage .pagination,
  .publish-main .r.message .pagination {
    height: 80px;
  }

  footer {
    height: auto;
    flex-direction: column;
    padding: 10px 0;
  }

  footer .l {
    font-size: 14px;
    margin-bottom: 25px;
  }

  footer .r img {
    width: 24px;
    margin-right: 10px;
  }
  .publish-main .r.message .header {
    padding-top: 20px;
  }
  .publish-main .r.message .header .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .publish-main .r.message .header .time {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .publish-main .r.message .content {
    padding: 20px;
  }
  .publish-main .r.message .back img {
    height: 15px;
  }
}
