.centerBox {
  width: 1000px;
  box-sizing: border-box;
  margin: auto;
}
.el-popper[x-placement^=bottom] .popper__arrow {
  display: none;
}
.el-dropdown-menu__item {
  text-align: center;
}
.el-dropdown-menu__item a {
  color: #000;
}
body {
  padding-right: 0 !important;
}
.el-loading-spinner .el-loading-text {
  font-size: 30px;
}
.el-message-box__btns {
  display: flex;
  flex-direction: row-reverse;
}
.el-message-box__btns button {
  margin-left: 10px;
}
.social-share .item a .share-n {
  position: absolute;
  left: 32px;
  top: 0;
  width: 60px;
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  -webkit-text-stroke-width: 0;
  padding-left: 10px;
}
.social-share {
  width: 100%;
  padding: 5px;
}
.social-share .item {
  display: flex;
  justify-content: flex-start;
}
.social-share .icon-wechat .wechat-qrcode {
  top: -135px;
  left: -210px;
  box-shadow: unset;
}
.social-share .icon-wechat .wechat-qrcode:after {
  bottom: initial;
  top: -10px;
  display: none;
}
.social-share .social-share-icon:hover span {
  color: #000 !important;
}
.line_we_box {
  position: relative;
}
.line_we_box .line_we {
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: -145px;
  border-radius: 10px;
  color: #000;
  display: none;
}
.line_we_box .line_we img {
  width: 20px;
}
.line_we_box .line_we span {
  display: inline-block;
}
.line_we_box:hover .line_we {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
#app {
  width: 100%;
  box-sizing: border-box;
}
#app .viewableAreaBox {
  width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}
#app .right_gg {
  position: fixed;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 150px;
  z-index: 999;
  transition: all 0.5s;
  opacity: 0;
}
#app .right_gg .rrBtnQr {
  width: 100%;
  box-sizing: border-box;
}
#app .right_gg .rrBtnQr > img {
  max-width: 100%;
}
#app .right_gg .rrBtn {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a47542;
  height: 50px;
  position: relative;
  margin-bottom: 8px;
  color: #fff;
  cursor: default;
}
#app .right_gg .rrBtn::after {
  content: '';
  width: 90%;
  height: 8px;
  background-color: #f0dca4;
  position: absolute;
  bottom: -8px;
  left: 0;
  transform: skew(60deg, 0) translateX(8px);
}
#app .right_gg .shareBtn::after {
  display: none;
}
#app .right_gg .titleCC {
  text-align: center;
}
#app .hide0 {
  opacity: 1;
}
#app .header {
  width: 100%;
  height: 68px;
  box-sizing: border-box;
  background-color: #000;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
}
#app .header .viewableAreaBox {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
#app .header ul {
  width: 670px;
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
#app .header ul li {
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  color: #ffe3be;
}
#app .header ul li .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #000;
  width: 100%;
  height: 100%;
  background-color: #ffe8a7;
}
#app .header ul li .btn img {
  margin-right: 5px;
}
#app .header ul .bar {
  width: 120px;
  height: 100%;
  display: flex;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.5s;
}
#app .header ul .bar span {
  display: inline-block;
  position: relative;
}
#app .header ul .bar span a {
  color: #fff;
}
#app .header ul .bar span::after {
  content: '';
  width: 0%;
  height: 5px;
  background-color: #fff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  border-radius: 50px;
  transform: translateX(-50%);
  transition: all 0.5s;
}
#app .header ul .bar:hover span::after {
  width: 100%;
}
#app .banner {
  width: 100%;
  height: 650px;
  box-sizing: border-box;
  background: url('../images/banner.png') no-repeat center top;
  background-size: cover;
  position: relative;
}
#app .banner .viewableAreaBox {
  height: 100%;
  position: relative;
}
#app .banner .viewableAreaBox .btnBox {
  display: block;
  position: absolute;
  bottom: 115px;
  left: 100px;
  cursor: pointer;
  font-size: 30px;
  background-color: #f7e9c0;
  padding: 20px 150px;
  border-radius: 500px;
}
#app .infoBox {
  width: 100%;
  box-sizing: border-box;
  background: url('../images/homeBG.png') repeat center top;
}
#app .infoBox .tongqi {
  width: 100%;
}
#app .infoBox .guize {
  width: 100%;
  padding-top: 75px;
  padding-bottom: 110px;
}
#app .infoBox .guize .viewableAreaBox .title {
  text-align: center;
}
#app .infoBox .guize .viewableAreaBox .guizeInfo {
  width: 100%;
  height: 380px;
  box-sizing: border-box;
  background: url('../images/guizebg.png') no-repeat center top;
  background-size: contain;
  margin-top: 30px;
  padding: 100px 80px 0 80px;
}
#app .infoBox .guize .viewableAreaBox .guizeInfo .pList p {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ffd383;
  margin-bottom: 10px;
  position: relative;
}
#app .infoBox .guize .viewableAreaBox .guizeInfo .pList p:last-child {
  border-bottom: 0;
}
#app .infoBox .guize .viewableAreaBox .tag {
  width: 100%;
  box-sizing: border-box;
  padding: 0 40px;
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
}
#app .infoBox .toupiaoBox {
  width: 100%;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList {
  width: 100%;
  box-sizing: border-box;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl {
  position: relative;
  padding-bottom: 80px;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .piaoUlliTitle {
  width: 100%;
  height: 92px;
  box-sizing: border-box;
  background: url('../images/titleBg.png') no-repeat center;
  text-align: center;
  color: #fff;
  line-height: 92px;
  font-size: 24px;
  margin-bottom: 90px;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .tabBox {
  width: 100%;
  box-sizing: border-box;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .tabBox ul {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .tabBox ul li {
  width: 300px;
  height: 70px;
  box-sizing: border-box;
  background-color: transparent;
  display: flex;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  color: #fff;
  border: 1px solid #3463c4;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .tabBox ul .人物类,
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .tabBox ul .应用类,
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .tabBox ul .技术类,
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .tabBox ul .服务类 {
  flex: 1;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .tabBox ul .tab_active {
  color: #fff;
  background-image: linear-gradient(to right, #b1477c, #3463c4);
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .industryBox {
  width: 100%;
  box-sizing: border-box;
  transition: all 0.5s;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .industryBox > ul {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 68px;
  grid-row-gap: 50px;
  margin-top: 50px;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .industryBox > ul li {
  display: flex;
  height: 350px;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .industryBox > ul li .imgBox {
  width: 100%;
  height: 182px;
  border-radius: 15px;
  background-color: #fff;
  box-sizing: border-box;
  margin-bottom: 20px;
  overflow: hidden;
  display: flex;
  border: 2px solid #3463c4;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .industryBox > ul li .imgBox img {
  max-width: 100%;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .industryBox > ul li .companyName3 {
  margin-bottom: 0;
  min-height: 21px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 900;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .industryBox > ul li .companyName {
  text-align: center;
  color: #fff;
  min-height: 42px;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .industryBox > ul li .numberBtn {
  width: 160px;
  height: 30px;
  padding: 2px;
  box-sizing: border-box;
  background-color: #ffd383;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .industryBox > ul li .numberBtn ul {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .industryBox > ul li .numberBtn ul li {
  height: 100%;
  font-size: 14px;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .industryBox > ul li .numberBtn ul .num {
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  padding: 0 10px;
  text-align: center;
  background-color: #ee3636;
  color: #fefefe;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .industryBox > ul li .numberBtn ul .btn {
  width: 60px;
  color: #170636;
  cursor: pointer;
  display: flex;
  height: 100%;
  font-size: 18px;
  align-items: center;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl ._人物类 .industryBox > ul li .imgBox {
  width: 210px;
  height: 210px;
  border-radius: 500px;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl ._企业类 .industryBox ul li,
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl ._服务类 .industryBox ul li,
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl ._技术类 .industryBox ul li {
  height: 300px;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlactive {
  opacity: 1;
  height: auto;
  overflow: unset;
}
#app .infoBox .aboutUS {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 70px;
  padding-top: 70px;
  background-image: linear-gradient(145deg, #3b4a98, #b77c40);
}
#app .infoBox .aboutUS .viewableAreaBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
#app .infoBox .aboutUS .viewableAreaBox .titleBox {
  margin-bottom: 50px;
}
#app .infoBox .aboutUS .viewableAreaBox .titleBox div:first-child {
  font-size: 54px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
#app .infoBox .aboutUS .viewableAreaBox .titleBox div:last-child {
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
#app .infoBox .aboutUS .viewableAreaBox .usInfoBox ul {
  width: 500px;
  box-sizing: border-box;
}
#app .infoBox .aboutUS .viewableAreaBox .usInfoBox ul li {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
}
#app .infoBox .aboutUS .viewableAreaBox .usInfoBox ul li .name {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  padding: 5px 0px;
}
.scoreForm .el-rate__icon {
  font-size: 34px;
}
.scoreForm .el-rate__text {
  font-size: 34px;
  margin-left: 5px;
}
