﻿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;
}
body .wrapper {
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
  padding: 84px 0 0 0;
}
body .wrapper .header-section {
  width: 100%;
  height: 52px;
  position: fixed;
  z-index: 9;
  opacity: 0.9;
}
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: 72px;
  padding-left: 37px;
}
body .wrapper .header-section .header.reverse .menu .nav .left .sub_nav .hot::after {
  background-image: url(../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; */
  padding: 8px 0 8px 20px;
}
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; */
  width: 159px;
  height: 70px;
  background-image: url(../images/logo-1025.png);
  background-repeat: no-repeat;
  /* background-size: 277px 54px; */
  background-size: 159px 70px;
}
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: #38A96C;
  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: #38A96C;
  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(../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("../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: 5px;
}
body .wrapper .bottom-foot {
  /* margin: 0 auto; */
  background-color: #ffffff;
  /* height: 300px; */
  color: #999999;
  position: relative;

  border-top: solid 1px #ebebeb;
  padding-top: 10px;
  padding-bottom: 10px;
}
body .wrapper .bottom-foot .contact_list {
  width: 1360px;
  margin: 0 auto;
  padding: 30px 0 0 0;
  position: relative;
}
body .wrapper .bottom-foot .contact_list .blogo {
  display: flex;
}
body .wrapper .bottom-foot .contact_list .blogo .logo {
  width: 145px;
  height: 52px;
  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 60px 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: 15px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 26px;
  color: #666666;
}
body .wrapper .bottom-foot .contact_list .blogo .art2 {
  width: 1200px;
  display: flex;
  align-items: center;
  padding: 20px 0;
}
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("../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(../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 {
  width: 100%;
  padding-top: 15px;
}
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: #424242;
  text-align: center;
}
body .wrapper .bottom-foot .footer_b_des .box a {
  color: #cfcfcf;
  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("../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: 100%;
  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: #38A96C;
  position: absolute;
  bottom: -1px;
  left: 0px;
}
.enter-section .enter-reg-list .enter-forms .exhibition_info {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 136px;
  border-bottom: solid 1px #ebebeb;
}
.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: 120px;
  text-align: center;
}
.enter-section .enter-reg-list .enter-forms .exhibition_info .qrcode img {
  width: 110px;
  height: 110px;
}
.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;
}
.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: #38A96C;
}
.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;
  box-sizing: content-box;
}
.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: #38A96C;
  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(../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: #38A96C;
  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(../images/qqcenterbg.webp) no-repeat;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -217px;
  margin-top: -127px;
  z-index: 9999;
  display: none;
}
.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 {
  width: 220px;
  height: 36px;
  cursor: pointer;
}
.qqcenter .wx_pop .wx-pop-img {
  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;
}

/* 原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(../images/top.png);
}
.rides-cs .floatL a {
  display: block;
  color: #999;
}

