.centerBox {
  width: 1200px;
  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;
}
#app {
  width: 100%;
  box-sizing: border-box;
}
#app .viewableAreaBox {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
#app .right_gg {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 155px;
  z-index: 999;
  background: url('../images/rrBG.png') no-repeat center;
}
#app .right_gg .qrBox {
  width: 155px;
  height: 155px;
  background-color: #fff;
  box-sizing: border-box;
  border: 2px solid #ffb66e;
  margin-bottom: 15px;
}
#app .right_gg .qrBox img {
  width: 100%;
  height: 100%;
}
#app .right_gg .upBtn {
  width: 100%;
  text-align: center;
  padding-bottom: 50px;
}
#app .right_gg .right_gg-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-bottom: 15px;
  background: #ffc063;
  text-align: center;
  font-size: 18px;
  color: #1e0534;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
}
#app .right_gg .right_gg-item > img {
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}
#app .right_gg .right_gg-item > .jinqun {
  display: none;
}
#app .right_gg .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;
}
#app .right_gg .social-share {
  position: absolute;
  top: 0;
  left: -120px;
  width: 110px;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 5px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
#app .right_gg .social-share .item {
  display: flex;
  justify-content: flex-start;
}
#app .right_gg .share-component {
  display: none;
}
#app .right_gg .share-btn:hover .share-component {
  display: block;
}
#app .right_gg .social-share .icon-wechat .wechat-qrcode {
  top: 40px !important;
}
#app .right_gg .social-share .icon-wechat .wechat-qrcode:after {
  bottom: initial;
  top: -10px;
}
#app .right_gg .social-share .social-share-icon:hover span {
  color: #000 !important;
}
#app .right_gg .line_we_box {
  position: relative;
}
#app .right_gg .line_we_box .line_we {
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: -145px;
  border-radius: 10px;
  color: #000;
  display: none;
}
#app .right_gg .line_we_box .line_we img {
  width: 20px;
}
#app .right_gg .line_we_box .line_we span {
  display: inline-block;
}
#app .right_gg .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 .right_gg .jinqun_qr {
  position: relative;
}
#app .right_gg .jinqun_qr .jinqun {
  display: none;
}
#app .right_gg .jinqun_qr:hover .jinqun {
  position: absolute;
  left: -100px;
  display: inline-block;
}
#app .header {
  width: 100%;
  height: 68px;
  box-sizing: border-box;
  background-color: #1b0532;
  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: #fff;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(180deg, #cf1a47 0%, #ffa453 99%);
  background-image: -webkit-linear-gradient(180deg, #cf1a47 0%, #ffa453 99%);
  background-image: -ms-linear-gradient(180deg, #cf1a47 0%, #ffa453 99%);
}
#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?vf=r02ew01f0sdf') no-repeat center top;
  background-size: cover;
  position: relative;
}
#app .banner .viewableAreaBox {
  height: 100%;
  position: relative;
}
#app .banner .viewableAreaBox .btnBox {
  position: absolute;
  bottom: 115px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
#app .infoBox {
  width: 100%;
  box-sizing: border-box;
  background: #1e0539;
}
#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: #ffd383;
  line-height: 30px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ffd383;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
#app .infoBox .guize .viewableAreaBox .guizeInfo .pList p::after {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  top: 4px;
  left: 0;
  box-sizing: border-box;
  background: url('../images/gou.png') no-repeat;
  background-size: cover;
}
#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: #e8c7aa;
  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 .tabBox {
  width: 100%;
  box-sizing: border-box;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .tabBox ul {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .tabBox ul li {
  width: 300px;
  height: 100px;
  box-sizing: border-box;
  background-color: transparent;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  color: #ffd383;
  border: 1px solid #ffd383;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .tabBox ul .tab_active {
  color: #1e0534;
  background-color: #ffd383;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .tabBox ul li:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .tabBox ul li:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#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, 280px);
  grid-column-gap: 28px;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .industryBox > ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .industryBox > ul li .imgBox {
  width: 100%;
  height: 210px;
  border-radius: 15px;
  background-color: #fff;
  box-sizing: border-box;
  margin-top: 50px;
  margin-bottom: 40px;
  overflow: hidden;
  display: flex;
  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 .companyName {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#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 .piaoUlactive {
  opacity: 1;
  height: auto;
  overflow: unset;
}
#app .infoBox .aboutUS {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 70px;
  padding-top: 70px;
}
#app .infoBox .aboutUS .viewableAreaBox {
  display: flex;
  justify-content: space-between;
  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: 700px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
#app .infoBox .aboutUS .viewableAreaBox .usInfoBox ul li div {
  font-size: 16px;
  color: #fff;
  margin: 10px 0;
}
#app .infoBox .aboutUS .viewableAreaBox .usInfoBox ul li .name {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.2);
}
