.centerBox {
  width: 1200px;
  box-sizing: border-box;
  margin: auto;
}
.social-share .item a .share-n {
  position: absolute;
  left: 32px;
  top: 0;
  width: 70px;
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  -webkit-text-stroke-width: 0;
  padding-left: 10px;
}
.social-share .item .share-n:hover {
  color: #000;
}
.search-autocomplete {
  width: 400px !important;
}
.search-autocomplete .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-autocomplete .award-name {
  font-size: 12px;
  color: #b4b4b4;
  line-height: 12px;
  padding-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.el-input--small .el-input__inner {
  width: 286px;
  height: 44px;
  background-color: #fff;
  border-radius: 8px;
}
#app {
  width: 100%;
  box-sizing: border-box;
  color: #f9d78e;
  background: #0b0c16;
}
#app .right_gg {
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  width: 222px;
  height: 470px;
  padding-top: 225px;
  background: url(../../images/right_bg.png) no-repeat center;
  z-index: 999;
}
#app .right_gg .right_gg-item {
  position: relative;
  display: block;
  width: 156px;
  height: 30px;
  text-align: center;
  margin: 0 auto 14px;
  cursor: pointer;
}
#app .right_gg .right_gg-item span {
  position: relative;
  font-size: 18px;
  color: #fff4dd;
  line-height: 30px;
  z-index: 2;
}
#app .right_gg .right_gg-item::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #bb4d08, rgba(243, 204, 47, 0));
  border-radius: 15px 15px 15px 0;
  opacity: 0;
  transition: opacity 0.2s;
  content: '';
}
#app .right_gg .right_gg-item:hover::after {
  opacity: 1;
}
#app .right_gg .right_gg-item.highlight span {
  color: #ca9964;
}
#app .right_gg .top {
  position: absolute;
  width: 156px;
  height: 215px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  cursor: pointer;
}
#app .header {
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  background-color: #0b0c16;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
}
#app .header .centerBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .header ul {
  display: flex;
  align-items: center;
  height: 100%;
}
#app .header ul li {
  position: relative;
  height: 100%;
  padding: 0 25px;
  font-size: 22px;
  color: #fff;
  line-height: 80px;
  cursor: pointer;
}
#app .header ul li span {
  position: relative;
  z-index: 2;
}
#app .header ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/nav_item.png) repeat-x center;
  opacity: 0;
  transition: opacity 0.2s;
  content: '';
}
#app .header ul li:hover::after {
  opacity: 1;
}
#app .header ul li.btn {
  box-sizing: border-box;
  min-width: 125px;
  height: 50px;
  padding: 0 12px;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  margin-left: 18px;
  border-radius: 5px;
  background: linear-gradient(to bottom, #ffa352, #800000);
}
#app .header ul li.btn::after {
  display: none;
}
#app .header ul li.btn.btn1 {
  background: linear-gradient(to bottom, #9129e9, #441da7);
}
#app .header ul li.btn.btn2 {
  background: linear-gradient(to bottom, #0064f7, #082aaf);
}
#app .titleCC {
  font-size: 0;
  text-align: center;
}
#app .button-prev,
#app .button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}
#app .button-prev {
  left: -50px;
}
#app .button-next {
  right: -50px;
  transform: translateY(-50%) rotate(180deg);
}
#app .banner {
  position: relative;
  width: 100%;
  height: 960px;
  box-sizing: border-box;
  background: url("../images/banner.png") no-repeat center;
}
#app .banner .centerBox {
  position: relative;
  z-index: 2;
}
#app .banner .centerBox a {
  position: absolute;
  left: 1px;
  top: 583px;
  width: 146px;
  height: 47px;
}
#app .banner::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 269px;
  background: url(../../images/jx.png) no-repeat center;
  content: '';
}
#app .tongqi {
  padding: 30px 0 45px;
}
#app .tongqi .content {
  margin-top: 40px;
}
#app .tongqi .content .item {
  margin-bottom: 30px;
}
#app .tongqi .content .item:last-child {
  margin-bottom: 0;
}
#app .tongqi .content .item h3 {
  position: relative;
  padding-bottom: 28px;
  font-size: 22px;
  color: #fff4dd;
  text-align: center;
  font-weight: 500;
}
#app .tongqi .content .item h3::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-11px);
  width: 22px;
  height: 12px;
  background: url(../images/icon.png) no-repeat center;
  content: '';
}
#app .tongqi .content .item h4 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #e7b579;
  text-align: center;
  font-weight: 500;
}
#app .tongqi .content .item ul {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
#app .tongqi .content .item ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  height: 66px;
  border-radius: 9px;
  margin-right: 15px;
  background: #2e2629;
}
#app .tongqi .content .item ul li:last-child {
  margin-right: 0;
}
#app .tongqi .content .item ul li span {
  font-size: 17px;
  color: #fff4dd;
  line-height: 1.5em;
  text-align: center;
}
#app .rule {
  position: relative;
  box-sizing: border-box;
  padding-bottom: 50px;
  background: url("../../images/intro_bg1.png") no-repeat center bottom;
}
#app .rule .content {
  box-sizing: border-box;
  width: 1182px;
  height: 365px;
  margin: 30px auto 0;
  background: url("../images/intro.png") no-repeat center;
  position: relative;
  z-index: 2;
}
#app .rule .text {
  padding: 80px 100px 0;
}
#app .rule .text p {
  font-size: 22px;
  color: #fff4dd;
  line-height: 46px;
}
#app .toupiao-wrap {
  background: url("../images/icon_bg.png") no-repeat center bottom;
}
#app #search-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin: 40px auto 0;
}
#app #search-item .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 105px;
  height: 50px;
  cursor: pointer;
  user-select: none;
}
#app #search-item .search-input .el-input__inner {
  padding: 0 125px 9px 20px;
  border: 0;
  width: 610px;
  height: 59px;
  font-size: 20px;
  line-height: 50px;
  background: url('../images/search.png') no-repeat center;
}
#app #search-item .search-input .el-input__suffix {
  display: none !important;
}
#app .toupiaoBox .piaoUl {
  padding-top: 55px;
}
#app .toupiaoBox .tabBox .tab-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  margin-bottom: 30px;
  background: url(../images/title/award.png) no-repeat center;
}
#app .toupiaoBox .tabBox .tab-title span {
  font-size: 27px;
  color: #fceed0;
}
#app .toupiaoBox .tabBox ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#app .toupiaoBox .tabBox ul li {
  position: relative;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 215px;
  height: 74px;
  padding-top: 55px;
  margin-right: 18px;
  margin-bottom: 18px;
  background: url(../images/item_bg4.png) no-repeat center bottom;
  cursor: pointer;
}
#app .toupiaoBox .tabBox ul li div {
  font-size: 20px;
  color: #fff;
  text-align: center;
}
#app .toupiaoBox .tabBox ul li::after {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 39px;
  height: 50px;
  background: url(../images/jiangbei.png) no-repeat center top;
  content: '';
}
#app .toupiaoBox .tabBox ul li.active {
  background: url(../images/item_bg3.png) no-repeat center bottom;
}
#app .toupiaoBox .tabBox ul li:nth-child(5n),
#app .toupiaoBox .tabBox ul li:last-child {
  margin-right: 0;
}
#app .toupiaoBox .industryBox {
  margin-top: 40px;
}
#app .toupiaoBox .industryBox ul {
  display: flex;
  flex-wrap: wrap;
}
#app .toupiaoBox .industryBox ul li {
  position: relative;
  width: 213px;
  margin-right: 33px;
  margin-bottom: 60px;
}
#app .toupiaoBox .industryBox ul li:nth-child(5n) {
  margin-right: 0;
}
#app .toupiaoBox .industryBox ul li .imgBox {
  display: block;
  width: 213px;
  height: 173px;
  border-radius: 5px;
  background: #fff;
}
#app .toupiaoBox .industryBox ul li .imgBox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#app .toupiaoBox .industryBox ul li .companyName {
  min-height: 60px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin: 6px 0 15px;
}
#app .toupiaoBox .industryBox ul li .numberBtn {
  display: flex;
  justify-content: center;
}
#app .toupiaoBox .industryBox ul li .numberBtn div {
  width: 107px;
  height: 38px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 38px;
}
#app .toupiaoBox .industryBox ul li .numberBtn .num {
  background: url(../images/item_bg1.png) no-repeat right center;
}
#app .toupiaoBox .industryBox ul li .numberBtn .btn {
  cursor: pointer;
  background: url(../images/item_bg2.png) no-repeat left center;
}
#app .toupiaoBox .industryBox ul li.search-item::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255, 203, 112, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.07);
  animation: btn31-eff 1s linear infinite;
}
#app .toupiaoBox .moreBox {
  display: flex;
  justify-content: center;
}
#app .toupiaoBox .moreBox .btn {
  display: block;
  width: 183px;
  height: 44px;
  background: url(../images/item_bg6.png) no-repeat center;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
}
#app.conpany-list .toupiaoBox {
  background: url("../images/icon_bg2.png") no-repeat center bottom;
  padding-bottom: 120px;
}
#app .companyInfo {
  padding-bottom: 120px;
  background: url("../images/intro_bg.png") no-repeat center top;
}
#app .companyInfo .companyInfoBox {
  box-sizing: border-box;
  padding: 65px;
  border-radius: 10px;
  background: rgba(173, 138, 114, 0.16);
  box-shadow: 0 0 18px rgba(240, 187, 111, 0.34) inset;
}
#app .companyInfo .companyInfoBox .nameBox {
  text-align: center;
}
#app .companyInfo .companyInfoBox .nameBox .name {
  font-size: 34px;
  color: #fff;
  font-weight: bold;
}
#app .companyInfo .companyInfoBox .nameBox .name1 {
  font-size: 20px;
  margin-top: 25px;
}
#app .companyInfo .companyInfoBox .imgBox {
  display: block;
  width: 213px;
  height: 173px;
  border-radius: 5px;
  background: #fff;
  margin: 15px auto 18px;
}
#app .companyInfo .companyInfoBox .imgBox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#app .companyInfo .companyInfoBox .voteNum {
  font-size: 20px;
  color: #fe0000;
  text-align: center;
}
#app .companyInfo .companyInfoBox .awards {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 50px;
}
#app .companyInfo .companyInfoBox .description {
  font-size: 0;
  text-align: center;
  margin-top: 50px;
}
#app .companyInfo .companyInfoBox .description .title_ {
  display: inline-block;
  height: 38px;
  border-radius: 5px;
  padding: 0 20px;
  background: linear-gradient(to bottom, #f0be77, #fdecd2);
  font-size: 20px;
  color: #252025;
  line-height: 38px;
  font-weight: bold;
  margin-bottom: 18px;
}
#app .companyInfo .companyInfoBox .description .info {
  box-sizing: border-box;
  padding: 25px;
  border-radius: 5px;
  background: #fff;
  font-size: 20px;
  color: #0b0c16;
  text-align: left;
  line-height: 1.5em;
}
#app .companyInfo .companyInfoBox .toupiao-btn {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
#app .companyInfo .companyInfoBox .toupiao-btn .btn {
  display: block;
  width: 230px;
  height: 37px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 37px;
  cursor: pointer;
}
#app .companyInfo .companyInfoBox .toupiao-btn .btn1 {
  background: url(../images/item_bg7.png) no-repeat right center;
}
#app .companyInfo .companyInfoBox .toupiao-btn .btn2 {
  background: url(../images/item_bg8.png) no-repeat right center;
}
#app .page-bottom-bg {
  background: url(../images/contact.png) no-repeat center bottom;
}
#app .jiabin {
  padding-top: 50px;
  padding-bottom: 60px;
}
#app .jiabin .content {
  margin-top: 50px;
}
#app .jiabin .content .tips {
  font-size: 20px;
  color: #fff4dd;
  line-height: 40px;
}
#app .jiabin .jiabin-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
#app .jiabin .jiabin-list .jiabin-item {
  color: #442011;
  margin-top: 40px;
}
#app .jiabin .jiabin-list .jiabin-item .pic {
  position: relative;
}
#app .jiabin .jiabin-list .jiabin-item .name {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}
#app .jiabin .jiabin-list .jiabin-item .info {
  position: absolute;
  left: 0;
  top: 262px;
  width: 100%;
  font-size: 12px;
  text-align: center;
}
#app .contact {
  box-sizing: border-box;
  padding-bottom: 75px;
  margin-top: 180px;
}
#app .contact .titleCC {
  font-size: 44px;
  color: #fcf0d4;
  line-height: 1em;
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 3px;
}
#app .contact .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .contact .content .text {
  display: flex;
}
#app .contact .content .text li {
  margin-right: 80px;
}
#app .contact .content .text li h3 {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 500;
}
#app .contact .content .text li p {
  font-size: 17px;
  line-height: 1.5em;
}
#app .contact .content .qr {
  display: flex;
}
#app .contact .content .qr li {
  margin-left: 45px;
  text-align: center;
}
#app .contact .content .qr li p {
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
#app #gohome {
  position: fixed;
  right: 80px;
  bottom: 100px;
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  font-size: 18px;
  box-shadow: 0 0 5px #eee;
}
