body {
  font: 12px/1.5em "Source Han Sans CN", "Microsoft YaHei", "微软雅黑", "黑体", "Arial", "sans-serif";
  word-wrap: break-word;
  word-break: normal;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
}

.bhide {
  display: none !important;
}

body .wrapper {
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
}

body .wrapper .header-section {
  width: 100%;
  height: 52px;
  position: fixed;
  z-index: 9;
  opacity: 0.98;
}

body .wrapper .header-section .header.reverse {
  background: unset;
  background-color: #ffffff;
  opacity: unset;
  height: 67px;
  width: 100%;
  box-shadow: 0px 1px 1px 0px rgba(41, 41, 41, 0.15);
}

body .wrapper .header-section .header.reverse a:link,
body .wrapper .header-section .header.reverse a:visited,
body .wrapper .header-section .header.reverse a:hover {
  text-decoration: none;
  color: #000000;
}

body .wrapper .header-section .header.reverse .menu .nav .left .sub_nav {
  width: 80px;
  /*padding-left: 37px;*/
  padding-left: 15px;
}

body .wrapper .header-section .header.reverse .menu .nav .left .sub_nav .hot::after {
  background-image: url(/templets/2024showg/images/hhot.png);
}

body .wrapper .header-section .header.reverse .menu .nav .right .search-box .search {
  background-color: #f9f9f9;
  border: 1px solid #c2c2c2;
}

body .wrapper .header-section .header {
  width: 1920px;
  margin: 0 auto;
  padding: 13px 0 0 0;
}

body .wrapper .header-section .header a:link,
body .wrapper .header-section .header a:visited,
body .wrapper .header-section .header a:hover {
  text-decoration: none;
  color: #ffffff;
}

body .wrapper .header-section .header .menu {
  width: 1920px;
  margin: 0 auto;
}

body .wrapper .header-section .header .menu .nav {
  display: flex;
  justify-content: flex-start;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 26.06px;
  color: #ffffff;
  padding: 0 0 0 15px;
}

body .wrapper .header-section .header .menu .nav .logo {
  width: 277px;
  height: 54px;
  background-image: url(/templets/2024showg/images/Logo-1025.png);
  background-repeat: no-repeat;
  background-size: auto 54px;
  background-position: center center;
}

body .wrapper .header-section .header .menu .nav .left {
  display: flex;
  justify-items: center;
  align-items: center;
  min-width: 435px;
}

body .wrapper .header-section .header .menu .nav .left .sub_nav {
  width: 72px;
  padding-left: 37px;
}

body .wrapper .header-section .header .menu .nav .left .sub_nav .line {
  position: relative;
}

body .wrapper .header-section .header .menu .nav .left .sub_nav .line .selected_2 {
  width: 24px;
  height: 4px;
  opacity: 1;
  background: #ef6320;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
}

body .wrapper .header-section .header .menu .nav .left .sub_nav .line .selected_4 {
  width: 65px;
  height: 4px;
  opacity: 1;
  background: #ef6320;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
}

body .wrapper .header-section .header .menu .nav .left .sub_nav .line .selected_5 {
  width: 65px;
  height: 4px;
  opacity: 1;
  background: #ef6320;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
}


body .wrapper .header-section .header .menu .nav .left .sub_nav .line .selected_6 {
  width: 65px;
  height: 4px;
  opacity: 1;
  background: #ef6320;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
}

body .wrapper .header-section .header .menu .nav .left .sub_nav .line .selected_3 {
  width: 65px;
  height: 4px;
  opacity: 1;
  background: #ef6320;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
}

body .wrapper .header-section .header .menu .nav .left .sub_nav .hot {
  position: relative;
}

body .wrapper .header-section .header .menu .nav .left .sub_nav .hot::after {
  content: " ";
  display: block;
  background-image: url(/templets/2024showg/images/hot.png);
  background-repeat: no-repeat;
  background-size: 8px 10px;
  width: 8px;
  height: 10px;
  position: absolute;
  right: -8px;
  top: -6px;
}

body .wrapper .header-section .header .menu .nav .right {
  margin-left: auto;
  display: flex;
  justify-items: center;
  align-items: center;
}

body .wrapper .header-section .header .menu .nav .right .login-box {
  display: flex;
  justify-items: center;
  align-items: center;
  width: 90px;
}

body .wrapper .header-section .header .menu .nav .right .login-box .login {
  display: flex;
  flex-wrap: nowrap;
}

body .wrapper .header-section .header .menu .nav .right .login-box.aa {
  width: unset;
}

body .wrapper .header-section .header .menu .nav .right .login-box.aa a.uc:link,
body .wrapper .header-section .header .menu .nav .right .login-box.aa a.uc:visited,
body .wrapper .header-section .header .menu .nav .right .login-box.aa a.uc:hover {
  display: block;
  width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  padding: 0 5px 0 0;
}

body .wrapper .header-section .header .menu .nav .right .login-box.aa a.logout:link,
body .wrapper .header-section .header .menu .nav .right .login-box.aa a.logout:visited,
body .wrapper .header-section .header .menu .nav .right .login-box.aa a.logout:hover {
  display: block;
  width: 50px;
}

body .wrapper .header-section .header .menu .nav .right .search-box {
  padding: 0 27px;
}

body .wrapper .header-section .header .menu .nav .right .search-box .search {
  width: 370px;
  height: 34px;
  opacity: 1;
  padding: 3px 0 3px 40px;
  background-image: url("/templets/2024showg/images/sousuo.png");
  background-repeat: no-repeat;
  background-size: 21px 21px;
  background-position: 12px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 23.17px;
  border-style: none;
  border-radius: 6px;
  outline: 0;
}

body .wrapper .header-section .header .menu .nav .right .search-box input::-moz-placeholder {
  color: #c2c2c2;
}

body .wrapper .header-section .header .menu .nav .right .search-box input::placeholder {
  color: #c2c2c2;
}

body .wrapper .header-section .mobile-header {
  display: none;
}

/*body .wrapper #app {*/
/*  margin-bottom: 50px;*/
/*}*/
body .wrapper .bottom-foot {

  background-color: #292B33;
  color: #999999;
  position: relative;
  margin-top: 68px;
  border-top: solid 1px #ebebeb;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 150px;
}

body .wrapper .bottom-foot .footer-gzh {
  width: 10vw;
  display: flex;
  position: absolute;
  right: 6vw;
  top: -1vh;
}

body .wrapper .bottom-foot .footer-gzh .footer-tip img {
  width: 170px;
}

body .wrapper .bottom-foot .footer-gzh .wxt {
  position: absolute;
  left: 17px;
  top: 34%;
}

body .wrapper .bottom-foot .footer-gzh .wxt img {
  width: 82px;
}

body .wrapper .bottom-foot .contact_list {
  width: 50vw;
  padding: 30px 0 0 0;
  position: relative;
  margin-left: 12vw;
}

body .wrapper .bottom-foot .contact_list .blogo {
  display: flex;
}

body .wrapper .bottom-foot .contact_list .blogo .logo {
  width: 145px;
  /*height: 52px;*/
  height: auto;
  margin: 0 100px 0 0;
}

body .wrapper .bottom-foot .contact_list .blogo .art1 {
  width: 1200px;
  display: flex;
  align-items: center;
}

body .wrapper .bottom-foot .contact_list .blogo .art1 .cc {
  padding: 0 30px 0 0;
}

body .wrapper .bottom-foot .contact_list .blogo .art1 .cc a:link,
body .wrapper .bottom-foot .contact_list .blogo .art1 .cc a:visited,
body .wrapper .bottom-foot .contact_list .blogo .art1 .cc a:hover {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 26px;
  color: #ffffff;
}

body .wrapper .bottom-foot .contact_list .blogo .art2 {
  width: 1200px;
  display: flex;
  align-items: center;
  padding: 20px 0;
}

body .wrapper .bottom-foot .art2 {
  position: absolute;
  top: 45px;
  right: 20vw;
}

body .wrapper .bottom-foot .art2 .phone-info {
  display: flex;
  align-items: center;
  margin-left: 1vw;
  background: radial-gradient(circle at center, #292B33 0%, #16181F 50%, #292B33 100%);
  width: 22.23vw;
  justify-content: center;
  padding: 0.83vw 0;
}

body .wrapper .bottom-foot .art2 .phone-info img {
  margin-right: 10px;
  width: 35px;
  height: auto;
}

body .wrapper .bottom-foot .art2 .phone-info .phone-info-detail {
  text-align: left;
  border-left: 1px solid #31333B;
}

body .wrapper .bottom-foot .art2 .phone-info .phone-info-detail .phone-info-details {
  padding-left: 10px;
}

body .wrapper .bottom-foot .art2 .phone-info .phone-info-detail .phone-info-details .title {
  padding-bottom: 5px;
  color: #FFC468;
  font-size: 12px;
  font-weight: 500;
}

body .wrapper .bottom-foot .art2 .phone-info .phone-info-detail .phone-info-details .phone {
  font-size: 20px;
  color: #FFC468;
  font-weight: bold;
}

body .wrapper .bottom-foot .introduce {
  margin: 0 12vw;
}

body .wrapper .bottom-foot .introduce .introduce-list {
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  padding: 30px 0;
  width: 100%;
  justify-content: space-evenly;
}

body .wrapper .bottom-foot .introduce .introduce-list .ff {
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  width: 24%;
  position: relative;
}

body .wrapper .bottom-foot .introduce .introduce-list .ff::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 25%;
  height: 100%;
  background: linear-gradient(-90deg, rgba(142, 147, 166, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 0 10px 10px 0;
}

body .wrapper .bottom-foot .introduce .introduce-list .ff::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* 改为左边 */
  width: 25%;
  /* 覆盖左半边 */
  height: 100%;
  background: linear-gradient(90deg, rgba(142, 147, 166, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  /* 调整渐变方向以适应左侧 */
  border-radius: 10px 0 0 10px;
  /* 仅在左侧应用圆角 */
}

/* ::after 伪元素样式 */
body .wrapper .bottom-foot .introduce .introduce-list .ff.no-after::after {
  content: none;
  /* 禁用 ::after 伪元素 */
}

/* ::before 伪元素样式 */
body .wrapper .bottom-foot .introduce .introduce-list .ff.no-before::before {
  content: none;
  /* 禁用 ::before 伪元素 */
}



body .wrapper .bottom-foot .introduce .introduce-list .ff .f1 img {
  width: 57.2px;
  height: auto;
}

body .wrapper .bottom-foot .introduce .introduce-list .ff .f2 img {
  width: 39.7px;
  height: auto;
}

body .wrapper .bottom-foot .introduce .introduce-list .ff .f3 img {
  width: 32px;
  height: auto;
}

body .wrapper .bottom-foot .introduce .introduce-list .ff .f4 img {
  width: 35.7px;
  height: auto;
}

body .wrapper .bottom-foot .introduce .introduce-list .ff .fc {
  margin-left: 1vw;
}


body .wrapper .bottom-foot .introduce .introduce-list .ff .t1 {
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
}

body .wrapper .bottom-foot .introduce .introduce-list .ff .t2 {
  font-weight: 500;
  font-size: 14px;
  color: #9C9C9C;
  margin-top: 7px;
}


body .wrapper .bottom-foot .contact_list .blogo .art2 .cc {
  padding: 0 60px 0 0;
}

body .wrapper .bottom-foot .contact_list .blogo .art2 .cc a.tel:link,
body .wrapper .bottom-foot .contact_list .blogo .art2 .cc a.tel:visited,
body .wrapper .bottom-foot .contact_list .blogo .art2 .cc a.tel:hover {
  background-image: url("/templets/2024showg/images/huidiah.png");
  background-repeat: no-repeat;
  background-size: 32px 29px;
  background-position: 0 5px;
  padding: 0 0 0 35px;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 22px;
}

body .wrapper .bottom-foot .contact_list .blogo .art2 .cc .settle {
  background-image: url(/templets/2024showg/images/ruzhu.png);
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: 0 5px;
  padding: 0 0 0 40px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 38px;
  background-position: 0;
  height: 32px;
  display: block;
}

body .wrapper .bottom-foot .contact_list .binfo .sales .friendship-title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 26px;
  color: #999999;
  text-align: left;
  padding: 0 0 15px 0;
}

body .wrapper .bottom-foot .contact_list .binfo .sales .footer_contact_list_text {
  display: flex;
  flex-wrap: wrap;
}

body .wrapper .bottom-foot .contact_list .binfo .sales .footer_contact_list_text .item {
  padding: 0 10px 5px 0;
  text-align: left;
  overflow: hidden;
  width: 100px;
  height: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body .wrapper .bottom-foot .contact_list .binfo .sales .footer_contact_list_text .item a:link,
body .wrapper .bottom-foot .contact_list .binfo .sales .footer_contact_list_text .item a:visited,
body .wrapper .bottom-foot .contact_list .binfo .sales .footer_contact_list_text .item a:hover {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 26px;
  text-align: left;
  color: #999999;
}

body .wrapper .bottom-foot .contact_list a {
  color: #999999;
}

body .wrapper .bottom-foot .contact_list .line {
  padding: 8px 0;
  border-bottom: 1px solid #f2f2f2;
}

body .wrapper .bottom-foot .footer_b_des {
  padding-top: 15px;
  width: 50vw;
  margin-left: 12vw;
}

body .wrapper .bottom-foot .footer_b_des .box {
  width: 1360px;
  margin: 0 auto;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 18px;
  color: #61636B;
}

body .wrapper .bottom-foot .footer_b_des .box a {
  color: #61636B;
  text-decoration: none;
}

body .wrapper .mobile-bottom-foot {
  display: none;
}

.login-reg-section {
  top: 0px;
  left: 0px;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgba(11, 11, 11, 0.4);
  position: fixed;
  display: block;
}

.login-reg-section .login-reg-list::before {
  content: " ";
  display: block;
  height: 4px;
  opacity: 1;
  background: #de6a36;
  position: absolute;
  width: 450px;
  top: 0px;
  left: 0;
}

.login-reg-section .login-reg-list {
  width: 380px;
  height: 421px;
  opacity: 1;
  background: #ffffff;
  box-shadow: 0px 8px 20px #000000;
  position: fixed;
  top: 40%;
  left: 50%;
  z-index: 2000;
  padding: 35px 35px;
  transform: translateX(-50%) translateY(-40%);
  position: relative;
}

.login-reg-section .login-reg-list .close {
  position: absolute;
  right: -40px;
  top: -20px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.login-reg-section .login-reg-list .close img {
  width: 100%;
  height: 100%;
}

.login-reg-section .login-reg-list .username-password .label,
.login-reg-section .login-reg-list .sms-box .label,
.login-reg-section .login-reg-list .wechat-box .label {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 32px;
  color: #de6a36;
  text-align: left;
  padding: 0 0 30px 0;
}

.login-reg-section .login-reg-list .username-password input.nut-input-text,
.login-reg-section .login-reg-list .sms-box input.nut-input-text,
.login-reg-section .login-reg-list .wechat-box input.nut-input-text {
  width: 334px;
  height: 20px;
  opacity: 1;
  border: 1px solid #c2c2c2;
  border-radius: 6px;
  background: #f9f9f9;
  padding: 14px 23px;
  font-size: 15px;
  outline: 0;
}

.login-reg-section .login-reg-list .username-password input.nut-input-text::-moz-placeholder,
.login-reg-section .login-reg-list .sms-box input.nut-input-text::-moz-placeholder,
.login-reg-section .login-reg-list .wechat-box input.nut-input-text::-moz-placeholder {
  color: #c2c2c2;
}

.login-reg-section .login-reg-list .username-password input.nut-input-text::placeholder,
.login-reg-section .login-reg-list .sms-box input.nut-input-text::placeholder,
.login-reg-section .login-reg-list .wechat-box input.nut-input-text::placeholder {
  color: #c2c2c2;
}

.login-reg-section .login-reg-list .username-password .mobile,
.login-reg-section .login-reg-list .sms-box .mobile,
.login-reg-section .login-reg-list .wechat-box .mobile {
  padding: 0 0 16px 0;
}

.login-reg-section .login-reg-list .username-password .password,
.login-reg-section .login-reg-list .sms-box .password,
.login-reg-section .login-reg-list .wechat-box .password {
  padding: 0 0 46px 0;
}

.login-reg-section .login-reg-list .username-password .dologin .submit,
.login-reg-section .login-reg-list .sms-box .dologin .submit,
.login-reg-section .login-reg-list .wechat-box .dologin .submit {
  width: 380px;
  height: 58px;
  opacity: 1;
  border-radius: 6px;
  background: #de6a36;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.38px;
  color: #ffffff;
  text-align: center;
  border: 0;
}

.login-reg-section .login-reg-list .username-password .protocol,
.login-reg-section .login-reg-list .sms-box .protocol,
.login-reg-section .login-reg-list .wechat-box .protocol {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 18px;
  color: #999999;
  padding: 35px 0 0 0;
}

.login-reg-section .login-reg-list .username-password .protocol input,
.login-reg-section .login-reg-list .sms-box .protocol input,
.login-reg-section .login-reg-list .wechat-box .protocol input {
  outline: 0;
  padding: 0;
  vertical-align: middle;
}

.login-reg-section .login-reg-list .username-password .protocol a:link,
.login-reg-section .login-reg-list .sms-box .protocol a:link,
.login-reg-section .login-reg-list .wechat-box .protocol a:link,
.login-reg-section .login-reg-list .username-password .protocol a:hover,
.login-reg-section .login-reg-list .sms-box .protocol a:hover,
.login-reg-section .login-reg-list .wechat-box .protocol a:hover,
.login-reg-section .login-reg-list .username-password .protocol a:visited,
.login-reg-section .login-reg-list .sms-box .protocol a:visited,
.login-reg-section .login-reg-list .wechat-box .protocol a:visited {
  color: #2a82e4;
}

.login-reg-section .login-reg-list .username-password .other-login-type,
.login-reg-section .login-reg-list .sms-box .other-login-type,
.login-reg-section .login-reg-list .wechat-box .other-login-type {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 55px 0 0 0;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 14px;
  color: #007ee5;
  text-align: left;
  height: 28px;
}

.login-reg-section .login-reg-list .username-password .other-login-type .sms-bnt,
.login-reg-section .login-reg-list .sms-box .other-login-type .sms-bnt,
.login-reg-section .login-reg-list .wechat-box .other-login-type .sms-bnt {
  line-height: 28px;
  cursor: pointer;
}

.login-reg-section .login-reg-list .username-password .other-login-type .wechat-bnt,
.login-reg-section .login-reg-list .sms-box .other-login-type .wechat-bnt,
.login-reg-section .login-reg-list .wechat-box .other-login-type .wechat-bnt {
  background-image: url("/templets/2024showg/images/lweix.png");
  background-repeat: no-repeat;
  background-size: 28px 23px;
  padding: 0 0 0 36px;
  line-height: 28px;
  background-position: 0 3px;
  color: #50b233;
  cursor: pointer;
}

.login-reg-section .login-reg-list .sms-box .password {
  position: relative;
}

.login-reg-section .login-reg-list .sms-box .password .downcount {
  position: absolute;
  width: 78px;
  height: 46px;
  line-height: 46px;
  background: #f9f9f9;
  right: 0;
  top: 3px;
  color: #de6a36;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
}

.login-reg-section .login-reg-list .wechat-box .qrcode {
  width: 276px;
  height: 276px;
  background-color: #ffffff;
  margin: 0 auto;
}

.login-reg-section .login-reg-list .wechat-box .qrcode .q {
  width: 236px;
  height: 237px;
  padding: 12px;
  border: 2px solid #f2f2f2;
}

.login-reg-section .login-reg-list .wechat-box .qrcode .q img {
  width: 236px;
  height: 237px;
}

.login-reg-section .login-reg-list .wechat-box .text {
  padding: 20px 0 0 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.13px;
  color: #cccccc;
  text-align: center;
  vertical-align: top;
  line-height: 22px;
}

.login-reg-section .login-reg-list .wechat-box .text .bb {
  color: #de6a36;
}

.login-reg-section .login-reg-list .wechat-box .other-login-type {
  padding: 15px 0 0 0;
}

.login-reg-section .login-reg-list .wechat-box .other-login-type .accont-bnt {
  line-height: 28px;
  cursor: pointer;
}

.enter-section {
  top: 0px;
  left: 0px;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: rgba(11, 11, 11, 0.4);
  position: fixed;
  display: block;
}

.enter-section .enter-reg-list::before {
  content: " ";
  display: block;
  height: 4px;
  opacity: 1;
  background: #de6a36;
  position: absolute;
  width: 1001px;
  top: 0px;
  left: 0;
}

.enter-section .enter-reg-list {
  width: 931px;
  /* height: 586px; */
  opacity: 1;
  background: #ffffff;
  box-shadow: 0px 8px 20px #000000;
  position: fixed;
  top: 40%;
  left: 50%;
  z-index: 2000;
  padding: 35px 35px;
  transform: translateX(-50%) translateY(-40%);
  position: relative;
}

.enter-section .enter-reg-list .close {
  position: absolute;
  right: -40px;
  top: -20px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  z-index: 999;
}

.enter-section .enter-reg-list .close img {
  width: 100%;
  height: 100%;
}

.enter-section .enter-reg-list .enter-forms .my-index-header .title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 28.96px;
  color: #333333;
  text-align: left;
  vertical-align: top;
  position: relative;
  border-bottom: solid 1px #ebebeb;
  padding-bottom: 10px;
}

.enter-section .enter-reg-list .enter-forms .my-index-header .title.aa::after {
  content: " ";
  display: block;
  width: 78px;
  height: 4px;
  opacity: 1;
  background: #ef6320;
  position: absolute;
  bottom: -1px;
  left: 0px;
}

.enter-section .enter-reg-list .enter-forms .exhibition_info {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 160px;
  border-bottom: solid 1px #ebebeb;
  justify-content: space-between;
  padding: 0 10px;
}

.enter-section .enter-reg-list .enter-forms .exhibition_info .logo {
  width: 100px;
}

.enter-section .enter-reg-list .enter-forms .exhibition_info .logo img {
  width: 100%;
  height: 100%;
}

.enter-section .enter-reg-list .enter-forms .exhibition_info .ename {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 26px;
  color: #333333;
  width: 365px;
  text-align: center;
}

.enter-section .enter-reg-list .enter-forms .exhibition_info .tel {
  width: 250px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 26px;
  color: #333333;
  width: 365px;
  text-align: center;
}

.enter-section .enter-reg-list .enter-forms .exhibition_info .qrcode {
  width: 100px;
  text-align: center;
}

.enter-section .enter-reg-list .enter-forms .exhibition_info .qrcode img {
  width: 70px;
  height: 70px;
}

.enter-section .enter-reg-list .enter-forms .exhibition_info .qrcode .text {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}

.enter-section .enter-reg-list .enter-forms .forms-box {
  padding: 23px 0 0 0;
}

.enter-section .enter-reg-list .enter-forms .forms-box .forms {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.enter-section .enter-reg-list .enter-forms .forms-box .forms .form-box {
  padding: 0 0 15px 0;
  width: 100%;
  text-align: center;
}

.enter-section .enter-reg-list .enter-forms .forms-box .forms .form-box .form-item {
  display: flex;
  flex-wrap: wrap;
}

.enter-section .enter-reg-list .enter-forms .forms-box .forms .form-box .form-item .label {
  width: 90px;
  text-align: right;
  padding: 0 15px 0 0;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1.43px;
  color: #333333;
  line-height: 50px;
}

.enter-section .enter-reg-list .enter-forms .forms-box .forms .form-box .form-item .label .red {
  color: #d43030;
}

.enter-section .enter-reg-list .enter-forms .forms-box .forms .form-box .form-item .value input {
  width: 860px;
  height: 20px;
  opacity: 1;
  border: 1px solid #c2c2c2;
  border-radius: 6px;
  background: #f9f9f9;
  padding: 14px 23px;
  font-size: 15px;
  outline: 0;
}

.enter-section .enter-reg-list .enter-forms .forms-box .forms .form-box .form-item .value input::-moz-placeholder {
  color: #c2c2c2;
}

.enter-section .enter-reg-list .enter-forms .forms-box .forms .form-box .form-item .value input::placeholder {
  color: #c2c2c2;
}

.enter-section .enter-reg-list .enter-forms .forms-box .forms .form-box .tijiao {
  padding: 32px 0;
}

.enter-section .enter-reg-list .enter-forms .forms-box .forms .form-box .tijiao .bnt {
  width: 380px;
  height: 58px;
  opacity: 1;
  border-radius: 6px;
  background: #ef6320;
  border: 0;
  outline: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.38px;
  line-height: 58px;
  color: #ffffff;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
}

.enter-section .enter-reg-list .enter-forms .forms-box .forms .form-box.two {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.enter-section .enter-reg-list .enter-forms .forms-box .forms .form-box.two .form-item .value input {
  width: 397px;
}

.enter-section .enter-reg-list .enter-forms .forms-box .forms .form-box.two .form-item .value .name,
.enter-section .enter-reg-list .enter-forms .forms-box .forms .form-box.two .form-item .value .email {
  margin: 0 20px 0 0;
}

.no-answer-content {
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.no-answer-content .tips {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 20.27px;
  color: #999999;
  background-image: url(/templets/2024showg/images/weddd.png);
  background-repeat: no-repeat;
  background-size: 23px 20px;
  padding: 0 0 0 34px;
}

.pagination {
  width: 100%;
  padding: 15px 0;
  background: #ffffff;
}

.pagination .pages-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.pagination .pages-box .pages {
  font-size: 14px;
  margin-right: 5px;
  text-align: center;
  color: #999999;
}

.pagination .pages-box .pages a.m:link,
.pagination .pages-box .pages a.m:visited,
.pagination .pages-box .pages a.m:hover {
  display: block;
  letter-spacing: 0px;
  line-height: 22px;
  color: #999999;
  min-width: 24px;
  height: 22px;
  border: 1px solid #e3e3e3;
}

.pagination .pages-box .pages a.active {
  background: #ff4b00;
  color: #ffffff !important;
}

.mobile-login-reg-section {
  display: none;
}

.hide {
  display: none;
}

.clear {
  clear: both;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.hide {
  display: none;
}

blockquote,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 原showguide顶部条 */
.topnav {
  background: #F4F4F4;
  height: 30px;
  border-bottom: 1px solid #EDEDED;
  line-height: 30px;
  color: #999;
}

.topnav .tn_zc {
  background: #ffbd30;
  color: #fff;
  padding: 1px 5px;
}

.cen {
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 15px;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.pr2 {
  padding: 0 15px 0 0;
}

.colth {
  color: #DBDBDB;
  padding-right: 5px;
}

.bule {
  color: #126DB3;
}

.pl1 {
  padding-left: 5px;
}

.cs {
  color: #ffa000;
}

.bol {
  font-weight: bold;
}

.f14 {
  font-size: 14px;
}

.pl2 {
  padding-left: 10px;
}

.clear {
  clear: both;
}

a:visited {
  text-decoration: none;
}

.col1 {
  color: #333;
}

/* 原showguide中间弹框 */
.qqcenter {
  width: 434px;
  height: 254px;
  background: url(/templets/2024showg/images/qqcenterbg.png) no-repeat;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -217px;
  margin-top: -127px;
  z-index: 9;
  display: none;
  background-size: 434px 254px;
}

.qqcenter .qqcenter_close {
  float: right;
  width: 14px;
  height: 14px;
  margin-top: 20px;
  margin-right: 25px;
}

.qqcenter .qqcenter_close img {
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.qqcenter .wx_pop {
  float: left;
  width: 220px;
  height: 36px;
  margin-top: 163px;
  margin-left: 14px;
  position: relative;
}

.qqcenter .wx_pop .button-img,
.qqcenter .wx_pop .button-img-green,
.qqcenter .wx_pop .button-img-red {
  width: 220px;
  height: 36px;
  cursor: pointer;
}

.qqcenter .wx_pop .wx-pop-img,
.qqcenter .wx_pop .wx-pop-img-green,
.qqcenter .wx_pop .wx-pop-img-red {
  position: relative;
  top: -175px;
  left: 45px;
  width: 135px;
  height: 138px;
  display: none;
}

.qqcenter .qqwait {
  float: left;
  width: 110px;
  height: 36px;
  margin-top: 163px;
  margin-left: 13px;
}

.qqcenter .qqwait img {
  width: 110px;
  height: 36px;
  cursor: pointer;
}

/* QQ咨询绿色本中间弹框 */
.qqcenter.green {
  width: 434px;
  height: 254px;
  /*background: url('https://img.showguide.cn/uploads/try/1731458159qqcenter-55.png') no-repeat;*/
  background: url('https://img.showguide.cn/uploads/try/1732868043qqcenter-green-55.png') no-repeat;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -217px;
  margin-top: -127px;
  z-index: 9;
  display: none;
  background-size: 434px 254px;
}

.qqcenter.green .qqcenter_close,
.qqcenter.red .qqcenter_close {
  float: right;
  width: 14px;
  height: 14px;
  margin-top: 20px;
  margin-right: 25px;
}

.qqcenter.green .qqcenter_close img,
.qqcenter.red .qqcenter_close img {
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.qqcenter.green .wx_pop,
.qqcenter.red .wx_pop {
  float: left;
  width: 187px;
  height: 36px;
  margin-top: 165px;
  margin-left: 20px;
  position: relative;
}

.qqcenter.green .wx_pop .button-img,
.qqcenter.red .wx_pop .button-img {
  width: 220px;
  height: 36px;
  cursor: pointer;
}

.qqcenter.green .wx_pop .wx-pop-img,
.qqcenter.red .wx_pop .wx-pop-img {
  position: relative;
  top: -175px;
  left: 45px;
  width: 135px;
  height: 138px;
  display: none;
}

.qqcenter.green .qqbaoming,
.qqcenter.red .qqbaoming {
  float: left;
  width: 185px;
  height: 36px;
  margin-top: 164px;
  margin-left: 30px;
}

.qqcenter.green .qqbaoming img,
.qqcenter.red .qqbaoming img {
  width: 110px;
  height: 36px;
  cursor: pointer;
}

/* QQ咨询红色本中间弹框 */
.qqcenter.red {
  width: 434px;
  height: 254px;
  background: url('https://img.showguide.cn/uploads/try/1731458159qqcenter-55.png') no-repeat;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -217px;
  margin-top: -127px;
  z-index: 9;
  display: none;
  background-size: 434px 254px;
}



/* 原showguide右侧咨询条 */
.rides-cs {
  background: none;
  position: fixed;
  top: 0px;
  right: 20px;
  z-index: 999;
  height: 100%;
}

.rides-cs .floatL {
  width: 50px;
  position: absolute;
  z-index: 1;
  left: -50px;
  top: 50%;
  margin-top: -75px;
}

.rides-cs .btnOpen {
  position: relative;
  z-index: 9;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  padding: 0px;
}

.rides-cs .btnOpen .online_work_wx {
  margin-bottom: 5px;
  position: relative;
}

.rides-cs .btnOpen .online_work_wx .online_work_wx_input {
  display: none;
  position: absolute;
  width: 159px;
  height: 168px;
  right: 52px;
}

.rides-cs .btnOpen .online_work_wx:hover .online_work_wx_input {
  display: block !important;
}

.rides-cs .btnOpen .online_work_wx .online_work_wx_input img {
  width: 159px;
  height: 168px;
}

.rides-cs .btnOpen .go_top a {
  width: 50px;
  height: 70px;
  background: url(/templets/2024showg/images/top.png);
}

.rides-cs .floatL a {
  display: block;
  color: #999;
}

.mobile-new-header {
  display: none;
}

.mobile-new-header-bottom {
  display: none;
}

.mobile-new-header-bg {
  display: none;
}

.mobile-new-header-search {
  display: none;
}

.pageyf {
  font-size: 14px;
  line-height: 20px;
  margin-top: 25px;
  text-align: center;
  padding-bottom: 10px;
}

.pageyf a {
  background: #fff;
  color: #666666;
  font-size: 14px;
  padding: 9px 14px;
  text-decoration: none;
  margin: 0 3px;
  line-height: 20px;
  border: 1px solid #EDEDED;
}

.pageyf a:hover {
  border: 1px solid #faaf3c;
  color: #ee9601;
}

.pageyf #pagedq {
  background: #faaf3c;
  color: #fff;
  border: 1px solid #faaf3c;
  cursor: default;
}

.error-message {
  color: red;
  display: none;
}





.header-topnav {
  background-color: #272931;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12.63vw;
  color: #f9f9f9;
  font-size: 12px;
}

.header-topnav .left-side,
.right-side {
  display: flex;
  align-items: center;
}

.header-topnav .left-side a:link,
.header-topnav .left-side a:visited,
.header-topnav .left-side a:hover {
  color: #F9F9F9;
}

.header-topnav .left-side .title,
.sub-title,
.separator,
.greeting,
.prompt,
.or,
.fund-entry {
  color: #F9F9F9;
}

.header-topnav .sub-title,
.separator {
  color: #BFC1CD;
}

.header-topnav .separator {
  padding: 0 10px;
}

.header-topnav .right-side .prompt {
  padding-left: 1vw;
}

.header-topnav .right-side .actions .login-btn {
  background-color: #484C5C;
  color: #FE7C26;
  border-radius: 10px;
  padding: 2px 10px;
  text-decoration: none;
}

.header-topnav .right-side .actions .login-btn:hover {
  background-color: #FF6600;
  color: #FFFFFF;
}

.header-topnav .right-side .contact-info {
  display: none;
}

.header-topnav .right-side .actions .register-btn {
  background-color: #484C5C;
  color: #FE7C26;
  border-radius: 10px;
  padding: 2px 10px;
  text-decoration: none;
}

.header-topnav .right-side .actions .register-btn:hover {
  background-color: #FF6600;
  color: #FFFFFF;
  border-radius: 10px;
  padding: 2px 10px;
  text-decoration: none;
}

.header-topnav .right-side .actions .fund-entry {
  padding-left: 5vw;
}

.header-topnav .right-side .actions .icon {
  height: 16px;
  margin-left: 5px;
  vertical-align: middle;
}

.header-topnav .right-side .actions .or {
  padding: 0 8px;
}

.header-topnav .right-side .contact-info .phone-number {
  color: #FE7C26;
}

.header-topnav .right-side .actions {
  display: flex;
  align-items: center;
  margin-left: 10px;
}


/**
菜单栏
 */

.header-container {
  /*display: flex;*/
  /*flex-direction: column;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  /*height: 140px; !* 根据需要调整 *!*/
  /*background-color: #fff;*/
  /*padding: 0 12.63vw;*/
  /*box-sizing: border-box;*/
  /*box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);*/
  /*!*background-image: url(/templets/2024showg/images/header-cbg.png);*!*/
  /*!*background-repeat: no-repeat;*!*/
  /*!*background-size: auto;*!*/
  /*!*background-position-x: right;*!*/

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 140px;
  background-color: #fff;
  padding: 0 12.63vw;
  box-sizing: border-box;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  /* 使用伪元素来设置背景图片 */
  position: relative;
  overflow: hidden;
  /* 防止背景图片溢出容器 */
  z-index: 1;
}

.header-container::before {

  height: 140px;
  width: 466px;
  content: "";
  position: absolute;
  top: 0;
  right: 10vw;
  /* 伪元素距离右边8vw */
  bottom: 0;
  background-image: url(/templets/2024showg/images/header-cbg.png);
  background-repeat: no-repeat;
  background-size: auto;
  /* 如果需要，可以设置为cover、contain等 */
  z-index: -1;
  /* 如果需要，确保伪元素位于内容下方 */
}



.header-container .top-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header-container .top-section .logo {
  display: flex;
  /*justify-content: center;*/
  justify-content: left;
}




.header-container .top-section .logo img {
  height: 60px;
  max-width: 100%;
}

.header-container .top-section .search-container .search-btn {
  height: 44px;
  width: 66px;
  background-color: #484C5C;
  border-radius: 0px 10px 10px 0px;
  border: 1px solid transparent;
  cursor: pointer;
}

.header-container .top-section .search-container .search-btn:hover {
  background-color: #FE7C26;

}



.header-container .top-section .logo,
.search-container,
.phone-info {
  display: flex;
  align-items: center;
  margin-left: 1vw;
}


.header-container .top-section .search-container input {
  padding: 12px 0 12px 12px;
  background-color: #F0F0F0;
  border: 2px solid transparent;
  border-radius: 10px 0px 0px 10px;
  outline: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 22vw;
}

.header-container .top-section .search-container input::placeholder {
  color: #BBBBBB;
}

.search-history {
  position: fixed;
  top: 110px;
  left: 40vw;
  width: 22vw;
  background: #FFFFFF;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 5px 5px;
  z-index: 999;
  max-height: 80vh;
  overflow-y: auto;
  display: none;
  /* padding: 16px 1.04vw; */
  box-sizing: content-box;
  text-align: left;
}
.search-history.search-index{
        position: absolute;
        top: 380px;
        left: 240px;
        width: 22vw;
        background: #FFFFFF;
        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
        border-radius: 0px 0px 5px 5px;
        z-index: 2;
        max-height: 80vh;
        overflow-y: auto;
        box-sizing: content-box;
        text-align: left;
}
.search-history .search-history-title {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 12px;
  color: #666666;
  padding: 16px 0 0 1.04vw;
}

.search-history .search-history-list {

  width: 100%;
}

.search-history .search-history-list .search-history-item {

  width: 100%;

}

.search-history .search-history-list .search-history-item .search-history-item-content {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 0;
  padding: 9px 1.04vw;
}
.search-history .search-history-list .search-history-item:hover {
  background: #F4F4F4;
}

.search-history .search-history-list .search-history-item .search-history-item-icon {
  width: 16px;
}

.search-history .search-history-list .search-history-item .search-history-item-text {
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  flex-grow: 1;
  cursor: pointer;
}

.search-history .search-history-list .search-history-item .search-history-item-delete {
  width: 12px;
  cursor: pointer;
}

.search-history .search-history-divider {
  height: 1px;
  background-color: #F1F5FF;
  margin: 15px 1.04vw;
}
.search-history .search-history-delall{
  text-align: right;
  padding: 0 1.04vw;
  margin-bottom: 15px;
  cursor: pointer;
}
.search-history .search-history-delall span{
  font-weight: 500;
  font-size: 12px;
  color: #FFAA25;
}
.search-history .search-history-delall img{
  width: 11px;
}

.search-history .search-history-list .search-history-item img {
  width: 100%;
}

.header-container .top-section .search-container .search-btn img {
  width: 20px;
  height: 20px;
}

.header-container .top-section .phone-info img {
  margin-right: 10px;
}

.header-container .top-section .phone-info .phone-info-detail {
  text-align: left;
  border-left: 1px solid #DDDDDD;
}

.header-container .top-section .phone-info .phone-info-detail .phone-info-details {
  padding-left: 10px;
}

.header-container .top-section .phone-info .phone-info-detail .phone-info-details .title {
  padding-bottom: 5px;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
}

.header-container .top-section .phone-info .phone-info-detail .phone-info-details .phone {
  font-size: 24px;
  color: #FE7C26;
  font-weight: bold;
}


.header-container .divider {
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
  margin: 16px 0;
}

.header-container .menu-section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 16px;
}

.header-container .menu-section a {
  text-decoration: none;
  color: #333333;
  margin: 0 10px;
}

.header-container .menu-section .sub_nav .hot {
  position: relative;
}

.header-container .menu-section .sub_nav .hot::after {
  content: " ";
  display: block;
  background-image: url(/templets/2024showg/images/header-hot.png);
  background-repeat: no-repeat;
  background-size: 25px 16px;
  width: 25px;
  height: 16px;
  position: absolute;
  right: 42px;
  top: -12px;
}

.header-container .menu-section span {
  color: #b3b3b3;
  padding: 0 1vw;
}

.sg_color {
  color: #FE7C26;
}

.header-container .header-cbg {
  background-image: url(/templets/2024showg/images/header-cbg.png);
  background-size: cover;
  height: 140px;
  width: 466px;
  position: absolute;
  top: 40px;
  right: 8vw;
}





.header-container .menu-section .sub_nav:hover {
  color: #FE7C26;
  /* 鼠标移入时的文本色 */
}

.header-container .menu-section .sub_nav a:hover {
  color: #FE7C26;
  /* 鼠标移入时的文本色 */
}

@media screen and (min-width: 1024px) and (max-width: 1320px) {

  .header-container .top-section .logo {
    width: 30vw;
  }

  .header-container .top-section .phone-info .phone-info-detail .phone-info-details .phone {
    font-size: 18px;
  }

  .header-topnav {
    padding: 0 7.63vw;
  }

  .header-container {
    padding: 0 7.63vw;
  }


  .header-container::before {
    right: 1vw;
  }

}

@media screen and (max-width: 1024px) {
  .header-topnav .right-side .contact-info {
    display: block;
    /* 宽度小于1024时显示 */
    padding-right: 1vw;
  }

  .header-container .top-section .search-container input {
    width: 30vw;
  }

  .header-container .top-section .search-container .search-history {
    width: 30vw;
  }

  .header-topnav {
    font-size: 1.15vw;
    padding: 0 7.63vw;
  }

  .header-container {
    padding: 0 7.63vw;
  }

  .header-container .top-section .phone-info {
    display: none;
  }

  /*.header-container .menu-section a {*/
  /*  font-size: 1.5vw;*/
  /*}*/
  .header-container .top-section .logo {
    width: 40vw;
  }

  .header-container::before {
    display: none;
  }
}