body{
  background: url('../images/bg.jpg') repeat-y center center / contain;
}
.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: 33px;
  top: 50%;
  transform: translateY(-50%);
  width: 150px;
  z-index: 999;
  transition: all 0.5s;
  opacity: 0;
  font-size: 12px;
}
#app .right_gg .right_gg-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  margin-bottom: 12px;
  background: #fad996;
  font-size: 20px;
  color: #000;
  cursor: pointer;
  position: relative;
}
#app .right_gg .right_gg-item::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 10px;
  background-color: #563e0e;
  width: 130px;
  height: 12px;
  transform: skewX(-58deg);
}
#app .right_gg .right_gg-item:nth-child(2n)::after {
  transform: skewX(58deg);
}
#app .right_gg .right_gg-item:last-child {
  margin: 0;
}
#app .right_gg .right_gg-item:last-child::after {
  display: none;
}
#app .right_gg .qr {
  background-color: #fad996;
  padding: 8px;
  text-align: center;
	font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
  line-height: 1;
	letter-spacing: 0px;
	color: #000000;
}
#app .right_gg .qr img {
  margin-bottom: 9px;
  width: 100%;
}
#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 .mask {
  display: none;
  width: 200px;
  height: 200px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: -200px;
  transform: translateY(-50%);
  background-color: #fff;
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.1);
}
#app .right_gg .jinqun_qr .mask img {
  width: 100%;
  height: 100%;
}
#app .right_gg .jinqun_qr .jinqun {
  display: none;
}
#app .right_gg .jinqun_qr:hover .mask {
  display: block;
}
#app .right_gg .jinqun_qr:hover .jinqun {
  position: absolute;
  left: -100px;
  display: inline-block;
}
#app .right_gg .titleCC {
  text-align: center;
}
#app .hide0 {
  opacity: 1;
}
#app .header {
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  background-color: #131313;
  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 .viewableAreaBox .logo{
  width: 153px;
	height: 40px;
  background: url('../images/logo.png') no-repeat;
  background-size: 316px 36px;
}

.home-btn{
  width: 159px;
	height: 80px;
	background-image: linear-gradient(0deg, 
		#d4b26d 0%, 
		#fad996 100%);
  font-family: SourceHanSansCN-Medium;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 80px;
  list-style: none;
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
  cursor: pointer;
}

#app .header ul {
  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;
  background-color: #ff9c00;
  font-size: 20px;
  color: #fff;
  border-radius: 10px;
  width: 140px;
  height: 35px;
}
#app .header ul li .btn img {
  margin-right: 5px;
}
#app .header ul .bar {
  width: 146px;
  height: 100%;
  display: flex;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.5s;
}
#app .header ul a{
  color: #fff;
}
#app .header ul .bar span {
  display: inline-block;
  position: relative;
}
#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 .header ul .bar a{
  color: inherit;
}
#app .banner {
  margin-top: 0;
  width: 100%;
  height: 791px;
  box-sizing: border-box;
  background: url('../images/banner.jpg') no-repeat center top;
  background-size: 1920px 791px;
  position: relative;
  background-color: #111;
}
#app .banner .viewableAreaBox {
  height: 100%;
  position: relative;
}
#app .banner .viewableAreaBox .btnBox {
  position: absolute;
  top: 699px;
  left: 0;
  cursor: pointer;
}
#app .banner .viewableAreaBox .btnBox img{
  display: block;
}
#app .infoBox {
  /* padding-top: 100px; */
  width: 100%;
  box-sizing: border-box;
  background: #111111 url('../images/bg.jpg') repeat-y;
  background-position: center top;
  position: relative;
  z-index: 2;
}
#app .infoBox .tongqi {
  padding-top: 75px;
  width: 100%;
}
#app .infoBox .tongqi .viewableAreaBox .title {
  text-align: center;
  margin-bottom: 30px;
}
#app .infoBox .tongqi .viewableAreaBox ul {
  width: 1000px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
#app .infoBox .tongqi .viewableAreaBox ul li {
  width: 50%;
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #fdec9d;
  line-height: 45px;
}
#app .infoBox .tongqi .viewableAreaBox ul li img {
  margin-right: 10px;
}
#app .infoBox .guize {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 98px;
}
#app .infoBox .guize .viewableAreaBox .title {
  text-align: center;
}
#app .infoBox .guize .viewableAreaBox .guizeInfo {
  box-sizing: border-box;
  width: 1211px;
  height: 330px;
  box-sizing: border-box;
  background: url('../images/guizebg.png') no-repeat center center;
  background-size: 1211px 329px;
  padding: 27px 261px 42px 41px;
  margin-top: 46px;
  text-align: justify;
}
#app .infoBox .guize .viewableAreaBox .guizeInfo .pList p {
  margin-bottom: 10px;
  font-size: 18px;
  color: #fdec9d;
  line-height: 30px;
  text-indent: 2em;
}
#app .infoBox .guize .viewableAreaBox .guizeInfo .tag {
  font-size: 14px;
  color: #fdec9d;
  line-height: 20px;
  margin-top: 20px;
}

#app .infoBox .guize .viewableAreaBox .guizeInfo .tag p{
  margin-bottom: 5px;
  font-family: SourceHanSansCN-Light;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #fdec9d;
	opacity: 0.5;
}
#app .infoBox .toupiaoBox {
  width: 100%;
}
#app .infoBox .toupiaoBox .viewableAreaBox .titleBox {
  margin-bottom: 78px;
}
#app .infoBox .toupiaoBox .viewableAreaBox .titleBox ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#app .infoBox .toupiaoBox .viewableAreaBox .titleBox ul li {
  width: 312px;
  height: 87px;
  box-sizing: border-box;
  background: url('../images/tpBg.png') no-repeat;
  margin: 0 44px;
  font-size: 36px;
  font-weight: bold;
  color: #fad996;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s;
}
#app .infoBox .toupiaoBox .viewableAreaBox .titleBox ul .active {
  background-image: url('../images/tpactiveBg.png');
  color: #121211;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList {
  width: 100%;
  box-sizing: border-box;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl {
  position: relative;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli {
  opacity: 0;
  height: 1px;
  overflow: hidden;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .btnList {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 155px;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .btnList ul {
  display: flex;
  justify-content: center;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .btnList ul li {
  border-radius: 4px;
  width: 268px;
  height: 61px;
  font-size: 34px;
  color: #ffffff;
  margin: 0 44px;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .btnList ul li a {
  width: 100%;
  height: 100%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .btnList ul .canhuiBtn {
  background-image: -moz-linear-gradient(90deg, #0c42bc 0%, #158eff 100%);
  background-image: -webkit-linear-gradient(90deg, #0c42bc 0%, #158eff 100%);
  background-image: -ms-linear-gradient(90deg, #0c42bc 0%, #158eff 100%);
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .btnList ul .toupiaoBtn {
  background-image: -moz-linear-gradient(90deg, #b90d0d 0%, #fd3030 100%);
  background-image: -webkit-linear-gradient(90deg, #b90d0d 0%, #fd3030 100%);
  background-image: -ms-linear-gradient(90deg, #b90d0d 0%, #fd3030 100%);
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .swiperLi {
  padding-bottom: 95px;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .swiperLi .title {
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #fad996;
  font-weight: bold;
  margin-bottom: 38px;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .swiperLi .swiperBox {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  user-select: none;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .swiperLi .swiperBox .swiper-button-next,
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .swiperLi .swiperBox .swiper-button-prev {
  top: 18%;
  background-color: #4e5d6f;
  color: #f0d092;
  padding: 16px 5px;
  font-size: 25px;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .swiperLi .swiperBox .swiper-button-prev {
  left: -80px;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .swiperLi .swiperBox .swiper-button-next {
  right: -80px;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .swiperLi .swiperBox .swiper {
  width: 100%;
  height: 100%;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .swiperLi .swiperBox .swiper-slide {
  display: flex;
  height: 280px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .swiperLi .swiperBox .swiper-slide .imgBox {
  height: 134px;
  width: 100%;
  border: 1px solid #fad996;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .swiperLi .swiperBox .swiper-slide .imgBox img {
  width: 100%;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .swiperLi .swiperBox .swiper-slide .name {
  height: 45px;
  text-align: center;
  margin: 20px 0;
  font-size: 18px;
  color: #fad996;
  line-height: 1.2;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .swiperLi .swiperBox .swiper-slide .numberBtn {
  width: 120px;
  height: 30px;
  padding: 2px;
  box-sizing: border-box;
  background-color: #ff1818;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .swiperLi .swiperBox .swiper-slide .numberBtn ul {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .swiperLi .swiperBox .swiper-slide .numberBtn ul li,
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .swiperLi .swiperBox .swiper-slide .numberBtn ul a {
  width: 50%;
  height: 100%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .swiperLi .swiperBox .swiper-slide .numberBtn ul .num {
  color: #fefefe;
  background-color: #ff1818;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .swiperLi .swiperBox .swiper-slide .numberBtn ul .btn {
  color: #170636;
  background-color: #e5e5e5;
  cursor: pointer;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .allList {
  text-align: center;
  margin-top: 50px;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlli .allList span {
  font-size: 20px;
  padding: 10px 20px;
  display: inline-block;
  user-select: none;
  cursor: pointer;
  background-color: #00fffc;
}
#app .infoBox .toupiaoBox .viewableAreaBox .piaoList .piaoUl .piaoUlactive {
  opacity: 1;
  height: auto;
  overflow: unset;
}
#app .infoBox .companyInfo {
  padding-top: 60px;
  width: 100%;
  box-sizing: border-box;
  /* padding-top: 75px; */
  padding-bottom: 85px;
}
#app .infoBox .companyInfo .viewableAreaBox .companyInfoBox {
  background-color: #fff;
  border-radius: 12px;
  padding: 0 46px;
  padding-top: 50px;
  padding-bottom: 100px;
  width: 100%;
  box-sizing: border-box;
}
#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: 268px;
  height: 61px;
  font-size: 34px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#app .infoBox .companyInfo .viewableAreaBox .companyInfoBox .imgBox {
  width: 280px;
  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: 36px;
  color: #dba000;
}
#app .infoBox .companyInfo .viewableAreaBox .companyInfoBox .nameBox .name1 {
  font-weight: 500;
  font-size: 24px;
  color: #000;
  margin-top: 10px;
}
#app .infoBox .companyInfo .viewableAreaBox .companyInfoBox .voteNum {
  text-align: center;
  font-size: 24px;
  color: #ff0000;
  font-weight: 600;
}
#app .infoBox .companyInfo .viewableAreaBox .companyInfoBox .awards {
  font-weight: 600;
  font-size: 22px;
  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;
}
#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(4, 255px);
  grid-column-gap: 60px;
  grid-row-gap: 68px;
}
#app .infoBox .company_list .viewableAreaBox .companyListBox > li .imgBox {
  width: 100%;
  height: 184px;
  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-size: contain;
  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: #00fffc;
}

.success-iframe{
  width: 453px;
  /* height: 546px; */
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  box-shadow: 0 0 10px #ccc;
}

.vote-success {
  background: url(./wap/img/vote_success_bg.png) center repeat-y;
  background-size: contain;
}

.vote-success-title {
  padding: .75rem 0 .2rem;
  font-size: .6rem;
  color: #ffd101;
  text-align: center;
  line-height: 100%;
}

.vst-subtitle {
  padding: .3rem 0 .6rem;
  font-size: .28rem;
  color: #c8c4c1;
  text-align: center;
  line-height: 100%;
}

.vote-success-btn {
  display: flex;
  margin-top: 0rem;
  font-size: .3rem;
}

.vote-suc-back {
  flex-grow: 1;
  margin: .3rem 0 0;
  text-align: center;
  color: #333;
}

.btn-a {
  display: block;
  width: 6rem;
  height: .7rem;
  margin: 0 auto;
  text-align: center;
  line-height: .7rem;
  background: #ffd101;
  border-radius: .05rem;
}

.vsb-see-vote {
  margin-top: .3rem;
  background: #e2e2e2;
  border: 2px solid #cfcfcf;
}

.vote-success-btn a:link,
.vote-success-btn a:visited {
  color: #c81a19;
}

.vote-suc {
  overflow: hidden;
  width: 100%;
  padding: 0 0 .3rem;
  margin: 0 auto;
  background: #fff;
}

.vote-suc-code {
  display: block;
  width: 3rem;
  margin: 0 auto;
}

.vote-suc-top {
  padding: 0 0 .3rem;
  background: url(../img/vote_suc.png) center bottom no-repeat #c92214;
  background-size: 100% auto;
}

.bottom_nav {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  height: .6rem;
  font-size: .26rem;
  line-height: .6rem;
  text-align: center;
  background: url('../wap/images/2020/bottom.png') no-repeat center center;
  background-size: 100% 100%;
  padding: 0 .24rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: center;
  align-items: center;
}

.bottom_nav a {
  color: #000;
  text-align: center;
  font-weight: 600;
  width: 33.3%;
  text-decoration: none;
  border-right: 1px solid #000;
}

.bottom_nav a:last-child {
  border-right: none;
}

.bottom_nav a img {
  height: .32rem;
  margin-right: .1rem;
  vertical-align: middle;
}

.bottom_nav a.current {
  background: #d49d3c;
}

/* html {
  font-size: 50px;
} */
