body {
  width: 100%;
  background: url('../img/bg.png') no-repeat top center / cover;
}

.g-title {
  margin: 0 auto;
  padding-bottom: 44px;
  position: relative;
  z-index: 999;
}

.g-title:after {
  content: '';
  width: 49px;
  height: 7px;
  background-image: linear-gradient(90deg,
      #ff5c51 0%,
      #fbc062 100%);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.g-title-cn {
  font-family: kuaikanshijieti;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 28px;
  font-size: 65px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 3.3px;
  color: #ffffff;
  z-index: 2;
  text-align: center;
}

.g-title-en {
  margin: 0 auto;
  font-family: kuaikanshijieti;
  font-size: 75px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.8px;
  /* color: #3d242a; */
  text-align: center;
  background-image: -webkit-linear-gradient(right, #ff6553, #ffd287);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100%;
  background-clip: text;
  text-fill-color: transparent;
  opacity: .3;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background: rgba(0, 0, 0, .65);
  border-radius: 5px;
  z-index: 1000;
}

.nav-list {
  height: 110px;
  display: flex;
  align-items: center;
}

.nav-list.nosearch{
  justify-content: space-between;
}

.nav-item {
  margin-right: 130px;
  font-family: SourceHanSansCN-Regular;
  font-size: 26.91px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  cursor: pointer;
}

.nav-list.nosearch .nav-item,
.nav-list.nosearch .nav-item.btn{
  margin-right: 0;
}


.nav-item.active{
  font-weight: bold;
}

.nav-item.btn {
  width: 149px;
  line-height: 55px;
  background-image: linear-gradient(76deg,
      #ff544f 0%,
      rgba(252, 207, 100, 1) 100%),
    linear-gradient(90deg,
      #e99113 0%,
      #ff7200 100%);
  background-blend-mode: normal,
    normal;
  border-radius: 6px;
  text-align: center;
}

.banner {
  width: 100%;
  height: 1202px;
  background: url('../img/banner.png?v=1') no-repeat center center / cover;
}

.tongqi {
  position: relative;
  padding-top: 56px;
  padding-bottom: 78px;
}

.tongqi:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url('../img/bg-tongqi.png') no-repeat center center / cover;
  opacity: .2;
}

.tongqi-title {
  display: block;
  margin: 0 auto 29px;
}

.tongqi-title2 {
  margin: 0 auto;
  width: fit-content;
  position: relative;
  margin-bottom: 44px;
  font-family: SourceHanSansCN-Medium;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 1.2px;
  color: #ffd287;
  text-align: center;
}

.tongqi-title2:after {
  content: '';
  display: block;
  width: 57px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(calc(-100% - 18px), -50%);
  background: url('../img/tongqi-line.png') no-repeat center center / contain;
}

.tongqi-title2::before {
  content: '';
  display: block;
  width: 57px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(calc(100% + 18px), -50%) rotate(180deg);
  background: url('../img/tongqi-line.png') no-repeat center center / contain;
}


.tongqi-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tongqi-list img {
  width: 57px;
  height: 12px;
  transform: rotate(270deg);
  object-fit: contain;
}

.tongqi-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 421px;
  height: 88px;
  font-family: SourceHanSansCN-Medium;
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 1.1px;
  color: #ffffff;
  background-color: rgba(255, 210, 135, .15);
  border-radius: 8px;
  text-align: center;
}

.jieshao {
  padding-top: 100px;
  padding-bottom: 76px;
}

.jieshao .g-title {
  margin-bottom: 25px;
}

.jieshao-content {
  box-sizing: border-box;
  padding: 56px 56px;
  height: 326px;
  background: url('../img/bg-jieshao.png') no-repeat center center / contain;
}

.jieshao-content p {
	font-family: SourceHanSansCN-Regular;
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 1.1px;
	color: #ffffff;
  text-align: center;
}

.guize {
  display: flex;
  height: 181px;
  background: url('../img/bg-guize.png') no-repeat left top / contain;
}

.guize-title {
  margin: 46px 31px 0;
  font-family: kuaikanshijieti;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  background: linear-gradient(90deg, #fee3b8, #fac182, #f69e4d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100%;
  background-clip: text;
  text-fill-color: transparent;
}

.guize-content {
  margin-top: 15px;
  flex: 1;
  font-family: SourceHanSansCN-Light;
  font-size: 19.99px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 44.343px;
  letter-spacing: 0px;
  color: #fffffe;
}

.pingshen {
  padding-top: 77px;
  padding-bottom: 25px;
}

.pingshen .g-title {
  padding-bottom: 4px;
  margin-bottom: 43px;
}

.pingshen .g-title span {
  font-size: 30px;
  color: #7a7a7a;
}

.pingshen .g-title-en2 {
  margin-top: 10px;
  font-family: kuaikanshijieti;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.2px;
  text-align: center;
  background-image: -webkit-linear-gradient(left, rgba(61, 57, 50, 1) 0, rgba(61, 36, 42, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100%;
  background-clip: text;
  text-fill-color: transparent;
}

.pingshen-tip {
  margin-bottom: 54px;
  font-family: SourceHanSansCN-Regular;
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 1.1px;
  color: #ffffff;
}

.pingshen-swiper-box{
  position: relative;
  margin: 0 auto;
}

.pingshen-swiper {
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  box-sizing: border-box;
  width: 1380px;
  /* padding: 0 110px; */
}

.pingshen-swiper .swiper-wrapper {
  margin: 0 auto;
}

.pingshen-swiper .swiper-slide {
  width: 230px;
  /* margin-right: 11px; */
}

.pingshen-swiper-button-prev {
  width: 69px;
  height: 69px;
  left: 0px;
  z-index: 9999;
  opacity: 1 !important;
  transform: rotate(180deg);
}

.pingshen-swiper-button-next {
  width: 69px;
  height: 69px;
  right: 65px;
  z-index: 9999;
  opacity: 1 !important;
}

.pingshen-swiper-button-prev:after {
  content: '';
  display: block;
  width: 69px;
  height: 69px;
  background: url('../img/btn-next.png') no-repeat center center / contain;
}

.pingshen-swiper-button-next:after {
  content: '';
  display: block;
  width: 69px;
  height: 69px;
  background: url('../img/btn-next.png') no-repeat center center / contain;
}

.pingshen-item {
  width: 230px;
}

.pingshen-item img {
  margin-bottom: 20px;
}

.pingshen-item-name {
  margin-bottom: 20px;
  font-family: SourceHanSansCN-Bold;
  font-size: 35.29px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 22.925px;
  letter-spacing: 2.6px;
  color: #ffffff;
}

.pingshen-item-title {
  font-family: SourceHanSansCN-Light;
  font-size: 25.2px;
  font-weight: normal;
  letter-spacing: 1.9px;
  color: #ffd387;
}

.pingshen-tip2 {
  font-family: SourceHanSansCN-Light;
  font-size: 14.99px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 1.1px;
  color: #ffffff;
  opacity: 0.37;
  text-align: right;
}

.qiye {
  padding-top: 100px;
  padding-bottom: 79px;
}

.qiye .g-title {
  margin-bottom: 64px;
}

.qiye-swiper {
  overflow: hidden;
}

.huigu {
  padding-top: 100px;
  padding-bottom: 73px;
}

.huigu .g-title {
  margin-bottom: 72px;
}

.huigu-swiper {
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.huigu-swiper .huigu-list {
  display: flex;
  justify-content: space-between;
}

.huigu-item {
  width: 360px;
}

.huigu-item img {}

.huigu-item-text1 {
  padding-left: 34px;
  margin-bottom: 22px;
  font-family: SourceHanSansCN-Medium;
  font-size: 23px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #f0ba80;
}

.huigu-item-text2 {
  padding-left: 34px;
  font-family: SourceHanSansCN-Regular;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 1px;
  color: #ffffff;
}

.huigu-swiper-button-prev,
.huigu-swiper-button-next {
  width: 83px;
  height: 36px;
  top: initial;
  right: initial;
  bottom: 0px;
  /* background-color: #f0ba80; */
  background-color: #a18260;
}

.huigu-swiper-button-prev:active,
.huigu-swiper-button-next:active{
  background-color: #f0ba80;
}

.huigu-swiper-button-prev {
  left: 43%;
}


.huigu-swiper-button-prev:after {
  content: '';
  display: block;
  width: 83px;
  height: 36px;
  background: url('../img/btn-next2.png') no-repeat center center / contain;
  background-size: 44px 23px;
  transform: rotate(180deg);
}

.huigu-swiper-button-next {
  right: 43%;
}


.huigu-swiper-button-next:after {
  content: '';
  display: block;
  width: 83px;
  height: 36px;
  background: url('../img/btn-next2.png') no-repeat center center / contain;
  background-size: 44px 23px;
}


.baoming {
  padding-top: 100px;
  padding-bottom: 150px;
}

.baoming .g-title {
  margin-bottom: 78px;
}

.baoming-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.baoming-item {
  position: relative;
  width: 770px;
  height: 262px;
  background: url('../img/bg-baoming.png') no-repeat center center / contain;
}

.baoming-item:nth-child(1):after {
  content: '';
  display: block;
  width: 49px;
  height: 46px;
  position: absolute;
  top: 42px;
  right: 40px;
  background: url('../img/icon-baoming-01.png') no-repeat center center / contain;
}

.baoming-item:nth-child(2):after {
  content: '';
  display: block;
  width: 47px;
  height: 47px;
  position: absolute;
  top: 42px;
  right: 40px;
  background: url('../img/icon-baoming-02.png') no-repeat center center / contain;
}

.baoming-item-title {
  margin-bottom: 49px;
  width: fit-content;
  padding-top: 45px;
  padding-left: 95px;
  font-family: kuaikanshijieti;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 4px;
  color: #ffffff;
  /* text-shadow: 0px 3px 0px #0e050a; */
  background-image: linear-gradient(to bottom, #e09c5c 0%, #f0d6b4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100%;
  background-clip: text;
  text-fill-color: transparent;
}

.baoming-item-text {
  margin-bottom: 15px;
  padding-left: 59px;
  font-family: SourceHanSansCN-Regular;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #ededed;
}

.baoming-item-text2 {
  padding-right: 55px;
  text-align: right;
  font-family: kuaikanshijieti;
  font-size: 29.49px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 33px;
  letter-spacing: 2.9px;
  color: #ffffff;
}

.baoming-item:nth-child(2) .baoming-item-text {
  margin-top: 59px;
}

.baoming-btn {
  margin: 0 30px 0 15px;
  display: inline-block;
  width: 122px;
  height: 45px;
  background-image: linear-gradient(76deg,
      #ff544f 0%,
      rgba(252, 207, 100, 1) 100%),
    linear-gradient(90deg,
      #e99113 0%,
      #ff7200 100%);
  background-blend-mode: normal,
    normal;
  border-radius: 6px;
  text-align: center;
  font-size: 22.49px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 45px;
  letter-spacing: 0px;
  color: #ffffff;
  box-shadow: 0px 0px 4.9px 0.1px rgba(126, 20, 2, 0.71);
  cursor: pointer;
}

.lianxi {
  padding-top: 92px;
  padding-bottom: 145px;
  background: url('../img/bg-lianxi.png') no-repeat center center / cover;
}

.lianxi .g-title {
  margin-bottom: 90px;
}

.lianxi-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lianxi-item {
  box-sizing: border-box;
  padding: 35px 42px 32px 33px;
  height: 241px;
  border-style: solid;
  border-width: 0px;
  border-image-source: linear-gradient(90deg,
      #04121f 0%,
      #061c2d 100%);
  border-image-slice: 1;
}

.lianxi-item:nth-child(1) {
  margin-right: 86px;
  background: url('../img/bg-lianxi-01.png') no-repeat center center / contain;
}

.lianxi-item:nth-child(2) {
  margin-right: 164px;
  background: url('../img/bg-lianxi-02.png') no-repeat center center / contain;
}

.lianxi-item-title {
  margin-bottom: 32px;
  font-family: kuaikanshijieti;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 4px;
  color: #ffffff;
  background-image: linear-gradient(to bottom, #e09c5c 0%, #f0d6b4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100%;
  background-clip: text;
  text-fill-color: transparent;
}

.lianxi-item-text1 {
  margin-bottom: 10px;
  font-family: SourceHanSansCN-Medium;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 1.3px;
  color: #ededed;
}

.lianxi-item-text2 {
  font-family: SourceHanSansCN-Regular;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 1.1px;
  color: #ededed;
}

.fixed-panel {
  position: fixed;
  top: 20%;
  right: 16px;
  width: 203px;
  height: 583px;
  background: url('../img/bg-panel.png') no-repeat center center / contain;
  z-index: 999;
}

.fixed-panel-list {
  padding-top: 170px;
}

.fixed-panel-item {
  display: block;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto 18.5px;
  height: 46px;
  width: 138px;
  cursor: pointer;
  border-radius: 30px;
  border: 3px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  /*第一个linear-gradient表示内填充渐变色，第二个linear-gradient表示边框渐变色*/
  background-image: linear-gradient(#0c0c0c, #1f1f23, #31313a), linear-gradient(90deg,
      #f7e0ae 0%,
      #fffee0 50%,
      #dfa97a 100%);
  font-family: SourceHanSansCN-Regular;
  font-size: 23.5px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.7;
  letter-spacing: 1.8px;
  color: #ffdca1;
  text-align: center;
}

.fixed-panel-btn {
  display: block;
  margin: 0 auto 36px;
  width: 189px;
  height: 50px;
  cursor: pointer;
}

.top-btn{
  width: 71px;
}

.fixed-panel-item.active, .fixed-panel-item:hover{
  background-image: linear-gradient(#f7e0ae, #fffee0, #dfa97a), linear-gradient(90deg,
  #f7e0ae 0%,
  #fedcac 50%,
  #ffcc86 100%);
  color: #0e0e0f;
}

.jinqun{
  width: 150px;
  height: 150px;
  position: absolute;
  left: -150px;
  top: 0;
}

/* 一键分享 */
.share-wrap:hover .share-component{
  display: block;
}
.social-share {
  display: none;
  position: absolute;
  top: 0px;
  left: -122px;
  width: 120px;
  border: 1px solid #ccc;
  background: #fff;
}

.social-share .item {
  display: flex;
  width: 100%;
}

.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;
}
.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;
}
.shareBox > div {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  cursor: pointer;
}
.shareBox > div img {
  width: 30px;
  margin-right: 10px;
}
.shareBox > div .qr {
  width: 150px;
}
.shareBox .weixin {
  position: relative;
}
.shareBox .weixin .qrBox {
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -160px;
  left: -200px;
  width: 200px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  padding-bottom: 10px;
  display: none;
}
.shareBox .weixin .qrBox h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: #777;
}
.shareBox .weixin .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.shareBox .weixin:hover .qrBox {
  display: block;
}
#app {
  width: 100%;
  box-sizing: border-box;
}
#app .viewableAreaBox {
  width: 1600px;
  margin: 0 auto;
  box-sizing: border-box;
}
#app .fixedBox {
  width: 144px;
  background-color: #363533;
  box-sizing: border-box;
  position: fixed;
  right: -146px;
  top: 30%;
  transition: all 0.5s;
  z-index: 9999999;
  border: 4px solid #ffd7a1;
  border-radius: 20px;
}
#app .fixedBox .fixed {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
#app .fixedBox .fixed > ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  position: relative;
}
#app .fixedBox .fixed > ul li {
  width: 112px;
  height: 30px;
  box-sizing: border-box;
  cursor: pointer;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 20px;
  background-color: #fdd8a4;
  border-radius: 8px;
  transition: all 0.5s;
}
#app .fixedBox .fixed > ul li a {
  color: #000;
}
#app .fixedBox .fixed > ul li:hover {
  background-image: linear-gradient(to right, #ffb14c, #ff8500);
}
#app .fixedBox .fixed > ul .top {
  width: 93px;
  height: 22px;
  box-sizing: border-box;
  text-align: right;
  font-size: 14px;
  line-height: 22px;
  color: #601806;
  margin-bottom: 0;
  margin-top: 15px;
  background: url('../images/topBg.png') no-repeat center;
}
#app .isFixedBar {
  right: 20px;
  opacity: 1;
}
#app .hide0 {
  opacity: 1;
}
#app .header {
  width: 100%;
  height: 68px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  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: 100%;
  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: inline-block;
  font-size: 20px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  background-image: -moz-linear-gradient(180deg, #f47005 0%, #ffa453 99%);
  background-image: -webkit-linear-gradient(180deg, #f47005 0%, #ffa453 99%);
  background-image: -ms-linear-gradient(180deg, #f47005 0%, #ffa453 99%);
}
#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 .infoBox {
  width: 100%;
  box-sizing: border-box;
  background: #081723;
}
#app .infoBox .g-title-cn{
  color: #ffffff;
  background: -webkit-linear-gradient(to right, #ff5c51, #fbc062);
  background: linear-gradient(to right, #ff5c51, #fbc062);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#app .infoBox .guize {
  width: 100%;
  padding-top: 45px;
  padding-bottom: 78px;
  background: url('../images/BG/toupiaoBG.jpg') no-repeat center / cover;
}
#app .infoBox .guize .viewableAreaBox .tongqi {
  width: 100%;
  text-align: center;
}
#app .infoBox .guize .viewableAreaBox .guizeInfo {
  width: 100%;
  box-sizing: border-box;
  background-size: contain;
  margin-top: 76px;
  padding: 0;
}
#app .infoBox .guize .viewableAreaBox .guizeInfo .pList {
  display: flex;
  height: 430px;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-evenly;
}
#app .infoBox .guize .viewableAreaBox .guizeInfo .pList .left {
  width: 490px;
  height: 100%;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#app .infoBox .guize .viewableAreaBox .guizeInfo .pList .left .titleBox {
  width: 100%;
  height: 67px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  padding-bottom: 15px;
  padding-left: 28px;
  position: relative;
  background-image: -moz-linear-gradient(-179deg, #f5b356 1%, #c3862f 100%);
  background-image: -webkit-linear-gradient(-179deg, #f5b356 1%, #c3862f 100%);
  background-image: -ms-linear-gradient(-179deg, #f5b356 1%, #c3862f 100%);
}
#app .infoBox .guize .viewableAreaBox .guizeInfo .pList .left .titleBox::after {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  background-color: #fff;
  top: 6px;
  right: 10px;
  border-radius: 30px;
}
#app .infoBox .guize .viewableAreaBox .guizeInfo .pList .left .titleBox b {
  font-size: 23px;
  color: #000;
  margin-right: 10px;
}
#app .infoBox .guize .viewableAreaBox .guizeInfo .pList .left .titleBox i {
  font-size: 15px;
  color: #000;
}
#app .infoBox .guize .viewableAreaBox .guizeInfo .pList .left .descBox {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 25px;
  position: relative;
}
#app .infoBox .guize .viewableAreaBox .guizeInfo .pList .left .descBox p {
  color: #333333;
  font-size: 15px;
  line-height: 30px;
  text-align: justify;
}
#app .infoBox .guize .viewableAreaBox .guizeInfo .pList .left .descBox img {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
#app .infoBox .guize .viewableAreaBox .guizeInfo .pList .right {
  width: 640px;
  height: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 90px 43px;
  padding-bottom: 0;
  position: relative;
}
#app .infoBox .guize .viewableAreaBox .guizeInfo .pList .right p {
  text-align: justify;
  margin-bottom: 45px;
}
#app .infoBox .guize .viewableAreaBox .guizeInfo .pList .right p b {
  color: #000;
}
#app .infoBox .guize .viewableAreaBox .guizeInfo .pList .right img {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
#app .infoBox .guize .viewableAreaBox .tag {
  width: 100%;
  box-sizing: border-box;
  padding: 0 40px;
  font-size: 16px;
  color: #e8c7aa;
  margin-top: 20px;
}
#app .infoBox .companyInfo .toupiaoBox {
  width: 100%;
}
#app .infoBox .companyInfo .toupiaoBox .viewableAreaBox {
  width: 100%;
}
#app .infoBox .companyInfo .toupiaoBox .viewableAreaBox .piaoList {
  width: 100%;
  box-sizing: border-box;
}
#app .infoBox .companyInfo .toupiaoBox .viewableAreaBox .piaoList .piaoUl {
  position: relative;
  padding-bottom: 25px;
}
#app .infoBox .titImg {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 45px;
  position: relative;
}
#app .infoBox .titImg .titImg-box{
  width: 350px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('../img/BG/title-active.png') no-repeat center center / contain;
  font-family: kuaikanshijieti;
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1.1px;
	color: #ffffff;
  text-shadow: 1.3px 1.5px 3px #f13c12;
}
#app .infoBox .titImg .smallTitle {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(calc(-50% - 280px));
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .tabBox {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .tabBox ul {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 假设金字塔底部有4个网格项 */
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .tabBox ul li:nth-child(1){
  grid-column: 1 / 3;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .tabBox ul li:nth-child(2){
  grid-column: 2 / 4;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .tabBox ul li:nth-child(3){
  grid-column: 3 / 5;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .tabBox ul li:nth-child(1),
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .tabBox ul li:nth-child(2),
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .tabBox ul li:nth-child(3)
{
  grid-row: 1;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .tabBox ul li:nth-child(4),
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .tabBox ul li:nth-child(5),
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .tabBox ul li:nth-child(6),
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .tabBox ul li:nth-child(7){
  grid-row: 2;
}

#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .tabBox ul li {
  margin-bottom: 37px;
	height: 71px;
  box-sizing: border-box;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
	font-family: kuaikanshijieti;
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1.1px;
	color: #df9e61;
  background: url('../img/BG/title.png') no-repeat center center / contain;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .tabBox ul li div {
  position: relative;
  width: 350px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .tabBox ul .tab_active {
  color: #ffffff;
	text-shadow: 1.3px 1.5px 3px #f13c12;
  background: url('../img/BG/title-active.png') no-repeat center center / contain;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .moreBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .moreBox .iconBox {
  padding-right: 9px;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .moreBox .text {
  font-size: 16px;
	font-family: SourceHanSansCN-Regular;
	font-size: 21.67px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: -0.9px;
	color: #ffffff;
  width: 197px;
	height: 40px;
	background-color: #ea9949;
	border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .industryBox {
  width: 100%;
  box-sizing: border-box;
  transition: all 0.5s;
  margin-bottom: 25px;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .industryBox > ul {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(5, 276px);
  grid-column-gap: 42px;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .industryBox > ul > li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 63px;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .industryBox > ul > li .imgBox {
  width: 100%;
  height: 200px;
  padding: 0 10px;
  background-color: #fff;
  box-sizing: border-box;
  margin-bottom: 14px;
  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: 14px;
	font-family: SourceHanSansCN-Regular;
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36.457px;
	letter-spacing: -0.8px;
	color: #ffffff;
  min-height: 80px;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .industryBox > ul > li .numberBtn {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .industryBox > ul > li .numberBtn .numberBtn-wrap {
  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 .numberBtn-wrap div {
  width: 50%;
  height: 100%;
  font-size: 14px;
}
.voteBox .num,
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .industryBox > ul > li .numberBtn .numberBtn-wrap .num {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: SourceHanSansCN-Regular;
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
  padding: 0 10px;
  text-align: center;
  background-color: #ea9949;
  color: #fefefe;
  border-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.voteBox .btn,
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .industryBox > ul > li .numberBtn .numberBtn-wrap .btn {
  flex: 1;
  color: #170636;
  cursor: pointer;
  display: flex;
  height: 100%;
  font-family: SourceHanSansCN-Regular;
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #d78f33;
  align-items: center;
  background-color: #fff;
  justify-content: center;
  border-radius: 50px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlactive {
  opacity: 1;
  height: auto;
  overflow: unset;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl0 {
  /* background: url('../images/BG/jishuBG.jpg') no-repeat center / cover; */
  padding-top: 35px;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl1 {
  /* background: url('../images/BG/jishuBG2.jpg') no-repeat center / cover; */
  padding-top: 35px;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl2 {
  /* background: url('../images/BG/yingyong.jpg') no-repeat center / cover; */
  padding-top: 35px;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl3 {
  background: url('../images/BG/renwu.jpg') no-repeat center / cover;
  padding-top: 35px;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl4 {
  background: url('../images/BG/qiye.jpg') no-repeat center / cover;
  padding-top: 35px;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl5 {
  background: url('../images/BG/pingwei.jpg') no-repeat center / cover;
  padding-top: 35px;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl5 .industryBox .ul {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  display: grid;
  grid-template-columns: repeat(5, 150px);
  grid-column-gap: 105px;
  grid-row-gap: 30px;
  margin-top: 70px;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl5 .industryBox .ul .li {
  width: 100%;
  box-sizing: border-box;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl5 .industryBox .ul .li .imgBox {
  width: 155px;
  height: 155px;
  margin: auto;
  box-sizing: border-box;
  padding: 5px;
  background: url('../images/txBG.png') no-repeat center / cover;
  position: relative;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl5 .industryBox .ul .li .imgBox > img {
  border-radius: 200px;
  background-image: linear-gradient(to top, #16121b, #9c6e33);
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl5 .industryBox .ul .li .imgBox::after {
  content: '';
  width: 92%;
  height: 92%;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100px;
  transform: translate(-50%, -50%);
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl5 .industryBox .ul .li .imgBox img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl5 .industryBox .ul .li .imgBox .quan {
  width: 115%;
  height: 115%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl5 .industryBox .ul .li .name {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl5 .industryBox .ul .li .job {
  font-size: 14px;
  color: #fff;
  text-align: center;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl5 .industryBox .ul .li:hover .quan {
  animation: rotate 2s linear infinite;
}
#app .infoBox .aboutUS {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 70px;
  padding-top: 35px;
  background: url('../images/BG/lianxi.jpg') no-repeat center / cover;
}
#app .infoBox .aboutUS .viewableAreaBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
#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: 250px;
  box-sizing: border-box;
}
#app .infoBox .aboutUS .viewableAreaBox .usInfoBox ul li {
  margin-bottom: 30px;
}
#app .infoBox .aboutUS .viewableAreaBox .usInfoBox ul li div {
  font-size: 16px;
  color: #fff;
  margin: 10px 0;
  display: flex;
  align-items: center;
}
#app .infoBox .aboutUS .viewableAreaBox .usInfoBox ul li div svg {
  margin-right: 10px;
}
#app .infoBox .aboutUS .viewableAreaBox .usInfoBox ul li .name {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  padding: 3px 10px;
  background-image: linear-gradient(to right, #b3771f, transparent);
}
@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
}
.smallTitle1{
  position: absolute;
  /* left: -40px;
  bottom: 0px; */
  left: 40px;
  bottom: 100px;
}

#app .infoBox .company_list {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 85px;
}
#app .infoBox .company_list .viewableAreaBox .title {
  text-align: center;
  color: #fdec9d;
  font-size: 34px;
  font-weight: 600;
  /* padding-top: 80px; */
  padding-bottom: 40px;
}
#app .infoBox .company_list .viewableAreaBox .companyListBox {
  display: grid;
  grid-template-columns: repeat(5, 276px);
  grid-column-gap: 60px;
  grid-row-gap: 68px;
}
#app .infoBox .company_list .viewableAreaBox .companyListBox > li .imgBox {
  width: 100%;
  height: 200px;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 10px;
}
#app .infoBox .company_list .viewableAreaBox .companyListBox > li .imgBox .img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-position-x: center;
  background-position-y: center;
  background-size: 100% 100%;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: #ffffff;
}
#app .infoBox .company_list .viewableAreaBox .companyListBox > li .comMame {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  cursor: default;
}
#app .infoBox .company_list .viewableAreaBox .companyListBox > li .comMame2 {
  font-size: 16px;
  color: #cccccc;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  cursor: default;
  min-height: 21px;
}
#app .infoBox .company_list .viewableAreaBox .companyListBox > li .voteBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .infoBox .company_list .viewableAreaBox .companyListBox > li .voteBox .votenum {
  font-size: 20px;
  color: #c81a19;
  font-weight: 600;
}
#app .infoBox .company_list .viewableAreaBox .companyListBox > li .voteBox .voteBtn {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  background-color: #c81a19;
  padding: 6px 15px;
  display: inline-block;
  cursor: pointer;
}
#app .infoBox .company_list .viewableAreaBox .gotoHome {
  text-align: center;
  padding-top: 80px;
}
#app .infoBox .company_list .viewableAreaBox .gotoHome a {
  display: inline-block;
  font-size: 24px;
  color: #000;
  padding: 10px 20px;
  background-color: #f0d092;
}

#app .infoBox .companyInfo {
  width: 100%;
  box-sizing: border-box;
  /* padding-top: 75px; */
  padding-bottom: 85px;
}
#app .infoBox .companyInfo .viewableAreaBox .companyInfoBox {
  border-radius: 12px;
  padding: 0 46px;
  padding-top: 50px;
  padding-bottom: 79px;
  width: 100%;
  box-sizing: border-box;
  background-image: linear-gradient(1deg, 
  #f0ba6d 0%, 
  #fff3e1 84%), 
linear-gradient(
  #ffffff, 
  #ffffff);
background-blend-mode: normal, 
  normal;
}
#app .infoBox .companyInfo .viewableAreaBox .companyInfoBox .toupiao {
  display: flex;
  justify-content: center;
  text-align: center;
}
#app .infoBox .companyInfo .viewableAreaBox .companyInfoBox .toupiao .toupiaoBtn {
  border-radius: 4px;
  background-image: -moz-linear-gradient(90deg, #a30202 0%, #ff0000 100%);
  background-image: -webkit-linear-gradient(90deg, #a30202 0%, #ff0000 100%);
  background-image: -ms-linear-gradient(90deg, #a30202 0%, #ff0000 100%);
	width: 478px;
	height: 80px;
	font-family: SourceHanSansCN-Regular;
	font-size: 41.27px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 80px;
	letter-spacing: 0px;
	color: #ffffff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#app .infoBox .companyInfo .viewableAreaBox .companyInfoBox .imgBox {
  width: 280px;
  height: 240px;
  /* width: 331px;
	height: 240px; */
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #dedede;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 25px;
}
#app .infoBox .companyInfo .viewableAreaBox .companyInfoBox .imgBox img {
  max-width: 100%;
}
#app .infoBox .companyInfo .viewableAreaBox .companyInfoBox .nameBox {
  text-align: center;
}
#app .infoBox .companyInfo .viewableAreaBox .companyInfoBox .nameBox .name {
  font-weight: 600;
  font-size: 48px;
  color: #000;
}
#app .infoBox .companyInfo .viewableAreaBox .companyInfoBox .nameBox .name1 {
  font-weight: 500;
  font-size: 36px;
  color: #000;
  margin-top: 10px;
}
#app .infoBox .companyInfo .viewableAreaBox .companyInfoBox .voteNum {
  text-align: center;
  font-size: 32px;
  color: #ff0000;
  font-weight: 600;
}
#app .infoBox .companyInfo .viewableAreaBox .companyInfoBox .awards {
  margin-bottom: 59px;
  font-weight: 600;
  font-size: 32px;
  color: #000;
  text-align: center;
  margin-top: 10px;
}
#app .infoBox .companyInfo .viewableAreaBox .companyInfoBox .awards span {
  font-weight: 500;
}
#app .infoBox .companyInfo .viewableAreaBox .companyInfoBox .description {
  padding-bottom: 55px;
  margin-top: 25px;
}
#app .infoBox .companyInfo .viewableAreaBox .companyInfoBox .description .title_ {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}
#app .infoBox .companyInfo .viewableAreaBox .companyInfoBox .description .info {
  color: #333333;
  font-size: 14px;
}

.description-wrap{
  margin-bottom: 82px;
  padding: 38px 35px;
  background: #fff;
}

.fixed-text{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 57px;
	background-color: #ffffff;
  font-family: SourceHanSansCN-Regular;
	font-size: 21.95px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 57px;
	letter-spacing: 0px;
	color: #000000;
  text-align: center;
}


.piaoUlli 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;
}

#search-item{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin: 53px auto 10px;
}

#search-item .search-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 105px;
  height: 61px;
  font-size: 10px;
  color: #fff;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  user-select: none;
  text-transform: uppercase;
  cursor: pointer;
}

#search-item .search-input {

}

#search-item .search-input .el-input__inner {
	line-height: 61px;
  padding-right: 118px;
  padding-left: 36px;
  padding-bottom: 11px;
  border-radius: 4px 0 0 4px;
  width: 483px;
	height: 61px;
  background: url('../img/bg-search.png') no-repeat center center / contain;
  border: 0;
}

#search-item .search-input .el-input__suffix{
  display: none !important;
}

.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;
}

.haeader-search{
  box-sizing: border-box;
  padding-left: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 382px;
	height: 54px;
	background-image: linear-gradient(90deg, 
		#ff6152 0%, 
		#fab761 100%);
	border-radius: 11px;
	border: solid 0px #ffffff;
}

.el-input--small .el-input__inner{
  width: 286px;
	height: 44px;
	background-color: #ffffff;
	border-radius: 8px;
}

.haeader-search .search-btn{
  flex: 1;
  font-family: kuaikanshijieti;
	font-size: 25px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1.3px;
  line-height: 54px;
	color: #ffffff;
	text-shadow: 0.4px 0.9px 4.7px rgba(197, 76, 10, 0.55);
  text-align: center;
  cursor: pointer;
}