@charset "UTF-8";
.image, .add-1 .user a img, .fu-1 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
  border: 0;
}

.fu-1 {
  position: fixed;
  z-index: 20;
  right: 10px;
  bottom: 10px;
  display: block;
  transition: all 0.3s;
  width: 15.625%;
  max-width: 300px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1920px) {
  .fu-1 {
    max-width: 15.625%;
  }
}
@media (max-width: 992px) {
  .fu-1 {
    min-width: 30%;
  }
}
.fu-1:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.fu-1:hover img {
  transform: scale(1.1);
}

.add-1 > a {
  color: #501712;
  border: 1px solid #501712;
  border-radius: 20px;
}
.add-1 > a:hover {
  background: #501712;
  color: #fff;
}
.add-1 .user a {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  width: 44px;
  height: 44px;
  margin-top: -6px;
}
.add-2 {
  position: absolute;
  bottom: 20px;
  right: 10px;
}
.add-2 > a {
  color: #fff;
  border-color: #fff;
  font-size: 14px;
  padding: 6px 15px;
}

.top_1:active,
.top_1:focus {
  color: #fff;
}

.top_1::after {
  content: "返回顶部";
}

.top_1:hover {
  color: #fff;
}

.page2025 {
  width: 100%;
  height: 100%;
}

.nav-1 {
  height: 82px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.nav-1-logo {
  margin-top: 19px;
  display: flex;
  gap: 0 20px;
  align-items: center;
}
.nav-1-logo .r {
  padding-left: 22px;
  font-size: 30px;
  color: #585555;
  font-weight: bold;
  line-height: 44px;
  border-left: 1px solid #dedddd;
}

.ad-con {
  min-height: calc(100vh - 82px);
  width: 100%;
  background: url(../images/1-5.jpg) no-repeat center center/cover;
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.ad-con .container {
  height: 100%;
}

.ad-con2 {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ad-con2 > img {
  display: block;
  max-width: calc(100% - 590px);
  transition: all 0.3s;
}

.login {
  width: 480px;
  max-width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 0 40px;
  background: linear-gradient(to bottom, #f4dfc0 0, #fff 120px, #fff 100%);
  border-radius: 8px;
  padding-bottom: 50px;
}
.login .tit {
  font-size: 36px;
  color: #bc8c3e;
  padding: 45px 0;
  line-height: 1;
}

.ad-item {
  display: flex;
  align-items: center;
  height: 60px;
  border-radius: 8px;
  background: #f3f2f1;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.ad-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.ad-item .icon {
  width: 55px;
  text-align: center;
}
.ad-item input {
  width: calc(100% - 55px);
  border: 0;
  line-height: 60px;
  background: 0;
  font-size: 16px;
  color: #333;
  transition: all 0.3s;
}
.ad-item input:focus {
  padding: 0 10px;
  font-size: 18px;
  color: #501712;
}
.ad-item input::-moz-placeholder {
  font-size: 16px;
  color: #818180;
}
.ad-item input::placeholder {
  font-size: 16px;
  color: #818180;
}
.ad-item button {
  width: 100%;
  height: 100%;
  background: #bc8c3e;
  border: 0;
  color: #fff;
  font-size: 22px;
  border-radius: 8px;
  transition: all 0.3s;
  letter-spacing: 12px;
}
.ad-item button:hover {
  background: #501712;
}

.ad-p1 {
  color: #818180;
  font-size: 16px;
  text-align: center;
}
.ad-p1 a {
  color: #bc8c3e;
}
.ad-p1 a:hover {
  text-decoration: underline;
  font-weight: bold;
  text-align: center;
}

.register {
  width: 100%;
}

.register-form {
  width: 690px;
  max-width: 100%;
  margin: 0 auto;
}

.form-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.form-item .prop {
  width: 100px;
  line-height: 48px;
  font-size: 16px;
  color: #818180;
  text-align: right;
}

.form-item.required .prop::before {
  content: "*";
  color: #c22727;
}

.form-item .inp {
  width: calc(100% - 120px);
}

.form-item input {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #eeeeee;
  background: 0;
  padding: 0 15px;
  font-size: 16px;
  transition: all 0.3s;
}

.form-item input:focus {
  border-color: #bc8c3e;
  box-shadow: 0 0 0 3px rgba(188, 140, 62, 0.2);
  outline: none;
}

.form-item input.error {
  border-color: #e74c3c;
}

.error-message {
  color: #e74c3c;
  font-size: 14px;
  display: none;
  text-align: right;
  margin-top: -20px;
  line-height: 20px;
}

.fileCon {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.file-upload {
  max-width: 100%;
  width: 300px;
  width: 100%;
  position: relative;
  border: 2px dashed #d1d1d1;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
  background: #fafafa;
}

.file-upload:hover {
  border-color: #bc8c3e;
  background-color: #f8f9fa;
}

.file-upload i {
  font-size: 32px;
  color: #4a6580;
  margin-bottom: 8px;
}

.file-upload p {
  color: #2c3e50;
  margin-bottom: 8px;
  font-size: 14px;
}

.file-upload span {
  color: #7f8c8d;
  font-size: 12px;
}

.file-upload input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.preview {
  display: none;
  width: 100%;
  height: 200px;
  border-radius: 8px;
  border: 1px solid #eeeeee;
  background: #f3f2f1;
  cursor: pointer;
  text-align: center;
  line-height: 80px;
  overflow: hidden;
  position: relative;
}
.preview + input {
  display: none;
}
.preview.has-image {
  display: block;
}

.preview::after {
  content: "+";
  font-size: 30px;
  color: #cccccc;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  display: none;
}

.has-image.preview::after {
  display: none;
}

.has-image.preview img {
  display: block;
}

.submit-btn {
  width: 100%;
  height: 48px;
  background: #bc8c3e;
  border: 0;
  color: #fff;
  font-size: 22px;
  border-radius: 8px;
  transition: all 0.3s;
  letter-spacing: 12px;
  cursor: pointer;
  font-weight: 500;
}

.submit-btn:hover {
  background: #a87a2d;
}

.login-link {
  text-align: center;
  margin-top: 20px;
  color: #7f8c8d;
}

.login-link a {
  color: #4a6580;
  text-decoration: none;
  font-weight: 500;
}

.login-link a:hover {
  text-decoration: underline;
}

.terms {
  display: flex;
  align-items: center;
  margin-top: 15px;
  font-size: 14px;
  color: #7f8c8d;
  padding-left: 120px;
}

.terms input {
  width: auto;
  height: auto;
  margin-right: 8px;
}

.terms a {
  color: #4a6580;
  text-decoration: none;
  margin: 0 5px;
}

.terms a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .form-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .form-item .prop {
    width: 100%;
    text-align: left;
    margin-bottom: 8px;
    line-height: 1.5;
  }
  .form-item .inp {
    width: 100%;
  }
  .error-message {
    padding-right: 0;
    text-align: left;
  }
  .terms {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .page2025 {
    margin-top: -4.7rem;
  }
  .ad-con2 {
    justify-content: center;
  }
  .ad-con2 > img {
    display: none;
  }
  .nav-1-logo .r {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .ad-con {
    min-height: calc(100vh - 60px);
  }
  .ad-con .container {
    width: 100%;
  }
  .nav-1 {
    height: 60px;
  }
  .nav-1-logo {
    margin-top: 17px;
    gap: 0 10px;
  }
  .nav-1-logo .l {
    display: block;
  }
  .nav-1-logo .l img {
    height: 26px;
  }
  .nav-1-logo .r {
    height: 30px;
    line-height: 15px;
    padding-left: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
  }
  .login {
    width: 100%;
    padding: 0 20px;
    padding-bottom: 25px;
    background: linear-gradient(to bottom, #f4dfc0 0, #fff 82px, #fff 100%);
  }
  .login .tit {
    font-size: 22px;
    padding: 30px 0;
  }
  .ad-item {
    height: 45px;
  }
  .ad-item .icon {
    width: 40px;
  }
  .ad-item .icon img {
    height: 15px;
  }
  .ad-item input {
    width: calc(100% - 40px);
    line-height: 45px;
    font-size: 14px;
  }
  .ad-item input:focus {
    font-size: 14px;
    padding: 0 10px;
  }
  .ad-item input::-moz-placeholder {
    font-size: 14px;
  }
  .ad-item input::placeholder {
    font-size: 14px;
  }
  .ad-item button {
    font-size: 18px;
    letter-spacing: 10px;
  }
  .ad-p1 {
    font-size: 14px;
  }
  .form-item input {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
  .submit-btn {
    font-size: 16px;
  }
  .preview {
    height: 150px;
  }
  .newbanner-right {
    display: none;
  }
  .newbanner-text {
    padding-left: 10px;
    padding-right: 10px;
  }
  .newbanner {
    height: auto !important;
    padding-bottom: 100px;
  }
  body .newziye {
    margin-top: 20px;
  }
  body .news_list li {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0 15px;
  }
  body .news_list li a {
    margin-top: 0;
  }
  body .news_list li a .nes_title1 {
    width: 75px;
    padding: 13px 0;
  }
  body .news_list li a .nes_title1 b {
    font-size: 32px;
  }
  body .news_list li a .nes_title1 span {
    font-size: 14px;
  }
  body .news_list li a .news_center {
    width: calc(100% - 90px);
  }
  body .news_list li a .news_center h4 {
    margin-top: 0;
  }
  body .news_list li a .news_center p {
    font-size: 12px;
  }
  body .page {
    margin: 25px 0;
  }
  body .page span,
  body .page a {
    display: inline-block;
    font-size: 12px;
    padding: 0 5px;
    line-height: 25px;
  }
  body .page span.strong,
  body .page a.strong {
    padding: 0 5px;
  }
}