@import url(iconfont.css);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Arial', 'Microsoft YaHei', 'SimHei', 'SimSun', sans-serif;
  background: #eaeaea;
  line-height: 1.5;
  min-width: 1200px;
}
.row {
  width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}
.flexBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.flex-column {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.flex-justify-center {
  justify-content: center;
  -webkit-justify-content: center;
}
.flex-justify-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.flex-justify-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flex-align-center {
  align-items: center;
  -webkit-align-items: center;
}
.flex-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clear:before,
.clear:after {
  content: '';
  display: block;
  clear: both;
}
img {
  display: block;
}
a {
  color: #333;
}
.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.object-fit-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* scroll */
.scroll {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  overflow: auto;
}
.scroll::-webkit-scrollbar {
  display: none;
}
.scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background: #383031;
}
.scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #111;
}
.box-mrtop {
  margin-top: -60px;
}
@media screen and (max-width: 750px) {
  .box-mrtop {
    margin-top: -40px;
  }
}
@-moz-keyframes jump {
  0% {
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
  }
  10% {
    transform: translateY(5px) scaleX(1.2) scaleY(0.8);
    -webkit-transform: translateY(5px) scaleX(1.2) scaleY(0.8);
    -moz-transform: translateY(5px) scaleX(1.2) scaleY(0.8);
    -ms-transform: translateY(5px) scaleX(1.2) scaleY(0.8);
    -o-transform: translateY(5px) scaleX(1.2) scaleY(0.8);
  }
  30% {
    transform: translateY(-13px) scaleX(1) scaleY(1) rotate(5deg);
    -webkit-transform: translateY(-13px) scaleX(1) scaleY(1) rotate(5deg);
    -moz-transform: translateY(-13px) scaleX(1) scaleY(1) rotate(5deg);
    -ms-transform: translateY(-13px) scaleX(1) scaleY(1) rotate(5deg);
    -o-transform: translateY(-13px) scaleX(1) scaleY(1) rotate(5deg);
  }
  50% {
    transform: translateY(0) scale(1) rotate(0);
    -webkit-transform: translateY(0) scale(1) rotate(0);
    -moz-transform: translateY(0) scale(1) rotate(0);
    -ms-transform: translateY(0) scale(1) rotate(0);
    -o-transform: translateY(0) scale(1) rotate(0);
  }
  55% {
    transform: translateY(0) scaleX(1.1) scaleY(0.9) rotate(0);
    -webkit-transform: translateY(0) scaleX(1.1) scaleY(0.9) rotate(0);
    -moz-transform: translateY(0) scaleX(1.1) scaleY(0.9) rotate(0);
    -ms-transform: translateY(0) scaleX(1.1) scaleY(0.9) rotate(0);
    -o-transform: translateY(0) scaleX(1.1) scaleY(0.9) rotate(0);
  }
  70% {
    transform: translateY(-4px) scaleX(1) scaleY(1) rotate(-2deg);
    -webkit-transform: translateY(-4px) scaleX(1) scaleY(1) rotate(-2deg);
    -moz-transform: translateY(-4px) scaleX(1) scaleY(1) rotate(-2deg);
    -ms-transform: translateY(-4px) scaleX(1) scaleY(1) rotate(-2deg);
    -o-transform: translateY(-4px) scaleX(1) scaleY(1) rotate(-2deg);
  }
  80% {
    transform: translateY(0) scaleX(1) scaleY(1) rotate(0);
    -webkit-transform: translateY(0) scaleX(1) scaleY(1) rotate(0);
    -moz-transform: translateY(0) scaleX(1) scaleY(1) rotate(0);
    -ms-transform: translateY(0) scaleX(1) scaleY(1) rotate(0);
    -o-transform: translateY(0) scaleX(1) scaleY(1) rotate(0);
  }
  85% {
    transform: translateY(0) scaleX(1.05) scaleY(0.95) rotate(0);
    -webkit-transform: translateY(0) scaleX(1.05) scaleY(0.95) rotate(0);
    -moz-transform: translateY(0) scaleX(1.05) scaleY(0.95) rotate(0);
    -ms-transform: translateY(0) scaleX(1.05) scaleY(0.95) rotate(0);
    -o-transform: translateY(0) scaleX(1.05) scaleY(0.95) rotate(0);
  }
  100% {
    transform: translateY(0) scaleX(1) scaleY(1);
    -webkit-transform: translateY(0) scaleX(1) scaleY(1);
    -moz-transform: translateY(0) scaleX(1) scaleY(1);
    -ms-transform: translateY(0) scaleX(1) scaleY(1);
    -o-transform: translateY(0) scaleX(1) scaleY(1);
  }
}
@-o-keyframes jump {
  0% {
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
  }
  10% {
    transform: translateY(5px) scaleX(1.2) scaleY(0.8);
    -webkit-transform: translateY(5px) scaleX(1.2) scaleY(0.8);
    -moz-transform: translateY(5px) scaleX(1.2) scaleY(0.8);
    -ms-transform: translateY(5px) scaleX(1.2) scaleY(0.8);
    -o-transform: translateY(5px) scaleX(1.2) scaleY(0.8);
  }
  30% {
    transform: translateY(-13px) scaleX(1) scaleY(1) rotate(5deg);
    -webkit-transform: translateY(-13px) scaleX(1) scaleY(1) rotate(5deg);
    -moz-transform: translateY(-13px) scaleX(1) scaleY(1) rotate(5deg);
    -ms-transform: translateY(-13px) scaleX(1) scaleY(1) rotate(5deg);
    -o-transform: translateY(-13px) scaleX(1) scaleY(1) rotate(5deg);
  }
  50% {
    transform: translateY(0) scale(1) rotate(0);
    -webkit-transform: translateY(0) scale(1) rotate(0);
    -moz-transform: translateY(0) scale(1) rotate(0);
    -ms-transform: translateY(0) scale(1) rotate(0);
    -o-transform: translateY(0) scale(1) rotate(0);
  }
  55% {
    transform: translateY(0) scaleX(1.1) scaleY(0.9) rotate(0);
    -webkit-transform: translateY(0) scaleX(1.1) scaleY(0.9) rotate(0);
    -moz-transform: translateY(0) scaleX(1.1) scaleY(0.9) rotate(0);
    -ms-transform: translateY(0) scaleX(1.1) scaleY(0.9) rotate(0);
    -o-transform: translateY(0) scaleX(1.1) scaleY(0.9) rotate(0);
  }
  70% {
    transform: translateY(-4px) scaleX(1) scaleY(1) rotate(-2deg);
    -webkit-transform: translateY(-4px) scaleX(1) scaleY(1) rotate(-2deg);
    -moz-transform: translateY(-4px) scaleX(1) scaleY(1) rotate(-2deg);
    -ms-transform: translateY(-4px) scaleX(1) scaleY(1) rotate(-2deg);
    -o-transform: translateY(-4px) scaleX(1) scaleY(1) rotate(-2deg);
  }
  80% {
    transform: translateY(0) scaleX(1) scaleY(1) rotate(0);
    -webkit-transform: translateY(0) scaleX(1) scaleY(1) rotate(0);
    -moz-transform: translateY(0) scaleX(1) scaleY(1) rotate(0);
    -ms-transform: translateY(0) scaleX(1) scaleY(1) rotate(0);
    -o-transform: translateY(0) scaleX(1) scaleY(1) rotate(0);
  }
  85% {
    transform: translateY(0) scaleX(1.05) scaleY(0.95) rotate(0);
    -webkit-transform: translateY(0) scaleX(1.05) scaleY(0.95) rotate(0);
    -moz-transform: translateY(0) scaleX(1.05) scaleY(0.95) rotate(0);
    -ms-transform: translateY(0) scaleX(1.05) scaleY(0.95) rotate(0);
    -o-transform: translateY(0) scaleX(1.05) scaleY(0.95) rotate(0);
  }
  100% {
    transform: translateY(0) scaleX(1) scaleY(1);
    -webkit-transform: translateY(0) scaleX(1) scaleY(1);
    -moz-transform: translateY(0) scaleX(1) scaleY(1);
    -ms-transform: translateY(0) scaleX(1) scaleY(1);
    -o-transform: translateY(0) scaleX(1) scaleY(1);
  }
}
@-webkit-keyframes jump {
  0% {
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
  }
  10% {
    transform: translateY(5px) scaleX(1.2) scaleY(0.8);
    -webkit-transform: translateY(5px) scaleX(1.2) scaleY(0.8);
    -moz-transform: translateY(5px) scaleX(1.2) scaleY(0.8);
    -ms-transform: translateY(5px) scaleX(1.2) scaleY(0.8);
    -o-transform: translateY(5px) scaleX(1.2) scaleY(0.8);
  }
  30% {
    transform: translateY(-13px) scaleX(1) scaleY(1) rotate(5deg);
    -webkit-transform: translateY(-13px) scaleX(1) scaleY(1) rotate(5deg);
    -moz-transform: translateY(-13px) scaleX(1) scaleY(1) rotate(5deg);
    -ms-transform: translateY(-13px) scaleX(1) scaleY(1) rotate(5deg);
    -o-transform: translateY(-13px) scaleX(1) scaleY(1) rotate(5deg);
  }
  50% {
    transform: translateY(0) scale(1) rotate(0);
    -webkit-transform: translateY(0) scale(1) rotate(0);
    -moz-transform: translateY(0) scale(1) rotate(0);
    -ms-transform: translateY(0) scale(1) rotate(0);
    -o-transform: translateY(0) scale(1) rotate(0);
  }
  55% {
    transform: translateY(0) scaleX(1.1) scaleY(0.9) rotate(0);
    -webkit-transform: translateY(0) scaleX(1.1) scaleY(0.9) rotate(0);
    -moz-transform: translateY(0) scaleX(1.1) scaleY(0.9) rotate(0);
    -ms-transform: translateY(0) scaleX(1.1) scaleY(0.9) rotate(0);
    -o-transform: translateY(0) scaleX(1.1) scaleY(0.9) rotate(0);
  }
  70% {
    transform: translateY(-4px) scaleX(1) scaleY(1) rotate(-2deg);
    -webkit-transform: translateY(-4px) scaleX(1) scaleY(1) rotate(-2deg);
    -moz-transform: translateY(-4px) scaleX(1) scaleY(1) rotate(-2deg);
    -ms-transform: translateY(-4px) scaleX(1) scaleY(1) rotate(-2deg);
    -o-transform: translateY(-4px) scaleX(1) scaleY(1) rotate(-2deg);
  }
  80% {
    transform: translateY(0) scaleX(1) scaleY(1) rotate(0);
    -webkit-transform: translateY(0) scaleX(1) scaleY(1) rotate(0);
    -moz-transform: translateY(0) scaleX(1) scaleY(1) rotate(0);
    -ms-transform: translateY(0) scaleX(1) scaleY(1) rotate(0);
    -o-transform: translateY(0) scaleX(1) scaleY(1) rotate(0);
  }
  85% {
    transform: translateY(0) scaleX(1.05) scaleY(0.95) rotate(0);
    -webkit-transform: translateY(0) scaleX(1.05) scaleY(0.95) rotate(0);
    -moz-transform: translateY(0) scaleX(1.05) scaleY(0.95) rotate(0);
    -ms-transform: translateY(0) scaleX(1.05) scaleY(0.95) rotate(0);
    -o-transform: translateY(0) scaleX(1.05) scaleY(0.95) rotate(0);
  }
  100% {
    transform: translateY(0) scaleX(1) scaleY(1);
    -webkit-transform: translateY(0) scaleX(1) scaleY(1);
    -moz-transform: translateY(0) scaleX(1) scaleY(1);
    -ms-transform: translateY(0) scaleX(1) scaleY(1);
    -o-transform: translateY(0) scaleX(1) scaleY(1);
  }
}
@keyframes jump {
  0% {
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
  }
  10% {
    transform: translateY(5px) scaleX(1.2) scaleY(0.8);
    -webkit-transform: translateY(5px) scaleX(1.2) scaleY(0.8);
    -moz-transform: translateY(5px) scaleX(1.2) scaleY(0.8);
    -ms-transform: translateY(5px) scaleX(1.2) scaleY(0.8);
    -o-transform: translateY(5px) scaleX(1.2) scaleY(0.8);
  }
  30% {
    transform: translateY(-13px) scaleX(1) scaleY(1) rotate(5deg);
    -webkit-transform: translateY(-13px) scaleX(1) scaleY(1) rotate(5deg);
    -moz-transform: translateY(-13px) scaleX(1) scaleY(1) rotate(5deg);
    -ms-transform: translateY(-13px) scaleX(1) scaleY(1) rotate(5deg);
    -o-transform: translateY(-13px) scaleX(1) scaleY(1) rotate(5deg);
  }
  50% {
    transform: translateY(0) scale(1) rotate(0);
    -webkit-transform: translateY(0) scale(1) rotate(0);
    -moz-transform: translateY(0) scale(1) rotate(0);
    -ms-transform: translateY(0) scale(1) rotate(0);
    -o-transform: translateY(0) scale(1) rotate(0);
  }
  55% {
    transform: translateY(0) scaleX(1.1) scaleY(0.9) rotate(0);
    -webkit-transform: translateY(0) scaleX(1.1) scaleY(0.9) rotate(0);
    -moz-transform: translateY(0) scaleX(1.1) scaleY(0.9) rotate(0);
    -ms-transform: translateY(0) scaleX(1.1) scaleY(0.9) rotate(0);
    -o-transform: translateY(0) scaleX(1.1) scaleY(0.9) rotate(0);
  }
  70% {
    transform: translateY(-4px) scaleX(1) scaleY(1) rotate(-2deg);
    -webkit-transform: translateY(-4px) scaleX(1) scaleY(1) rotate(-2deg);
    -moz-transform: translateY(-4px) scaleX(1) scaleY(1) rotate(-2deg);
    -ms-transform: translateY(-4px) scaleX(1) scaleY(1) rotate(-2deg);
    -o-transform: translateY(-4px) scaleX(1) scaleY(1) rotate(-2deg);
  }
  80% {
    transform: translateY(0) scaleX(1) scaleY(1) rotate(0);
    -webkit-transform: translateY(0) scaleX(1) scaleY(1) rotate(0);
    -moz-transform: translateY(0) scaleX(1) scaleY(1) rotate(0);
    -ms-transform: translateY(0) scaleX(1) scaleY(1) rotate(0);
    -o-transform: translateY(0) scaleX(1) scaleY(1) rotate(0);
  }
  85% {
    transform: translateY(0) scaleX(1.05) scaleY(0.95) rotate(0);
    -webkit-transform: translateY(0) scaleX(1.05) scaleY(0.95) rotate(0);
    -moz-transform: translateY(0) scaleX(1.05) scaleY(0.95) rotate(0);
    -ms-transform: translateY(0) scaleX(1.05) scaleY(0.95) rotate(0);
    -o-transform: translateY(0) scaleX(1.05) scaleY(0.95) rotate(0);
  }
  100% {
    transform: translateY(0) scaleX(1) scaleY(1);
    -webkit-transform: translateY(0) scaleX(1) scaleY(1);
    -moz-transform: translateY(0) scaleX(1) scaleY(1);
    -ms-transform: translateY(0) scaleX(1) scaleY(1);
    -o-transform: translateY(0) scaleX(1) scaleY(1);
  }
}
.module-box {
  padding: 60px 0;
}
.module-box .mrtop {
  margin-top: 40px;
}
.module-box .module-title-box {
  text-align: center;
}
.module-box .module-title {
  position: relative;
  display: inline-block;
  font-size: 38px;
  line-height: 80px;
  text-align: center;
  padding: 0 230px;
  color: #8b3a1a;
  font-weight: 600;
  letter-spacing: 10px;
  text-indent: 5px;
}
.module-box .module-title:before,
.module-box .module-title:after {
  content: '';
  position: absolute;
  width: 260px;
  height: 90px;
  background-repeat: no-repeat;
  background-size: contain;
}
.module-box .module-title:before {
  left: 0;
  background-image: url("../image/title/title_lf.png");
}
.module-box .module-title:after {
  right: 0;
  background-image: url("../image/title/title_rt.png");
}
.module-box.bg-01 {
  background: url('../image/body_bg.png') top no-repeat #5a4238;
  background-size: 100% auto;
}
.module-box.bg-01 .module-title {
  color: #eee;
}
.module-box.bg-01 .module-title:before,
.module-box.bg-01 .module-title:after {
  filter: grayscale(100%) brightness(300%);
}
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 99;
}
.navbar .item {
  position: relative;
  display: inline-block;
  line-height: 80px;
  color: #333;
  cursor: pointer;
}
.navbar .item > a {
  position: relative;
  display: block;
  padding: 0 20px;
  color: #333;
}
.navbar .item .name {
  font-size: 14px;
}
.navbar .item:hover > a,
.navbar .item.active > a {
  color: #fff;
  background-color: #8b3a1a;
}
.navbar .item:hover > a .ico-arrow {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  margin-top: -8px;
}
.navbar .item .ico-arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  border: 4.5px solid transparent;
  width: 0;
  height: 0;
  border-top: 5.5px solid #fff;
}
.navbar .item:hover .submenu {
  display: block;
}
.navbar .item .submenu {
  display: none;
  position: absolute;
  top: 79px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  min-width: 100%;
  line-height: normal;
  background-color: #8b3a1a;
  font-size: 14px;
}
.navbar .item .submenu .m-item {
  max-width: 400px;
}
.navbar .item .submenu .m-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.navbar .item .submenu .m-item > a {
  padding: 0px 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  line-height: 40px;
  color: #fff;
}
.navbar .rt-btn {
  display: inline-block;
  line-height: 40px;
  background-color: #8b3a1a;
  color: #fff;
  padding: 0 20px;
  margin-left: 20px;
  border-radius: 5px;
}
.navbar .rt-btn span {
  font-size: 16px;
  margin-left: 10px;
  vertical-align: middle;
}
.navbar .rt-btn i {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
}
.navbar .rt-btn:hover i {
  -webkit-animation: jump 2s infinite linear;
  animation: jump 2s infinite linear;
}
.banner-box {
  position: relative;
  width: 100%;
  margin-top: 80px;
  background-image: url(../image/banner/banner.png);
  background-position: top center;
}
.banner-box .countdown {
  position: absolute;
  left: 0;
  bottom: 150px;
  width: 100%;
  text-align: center;
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
  color: #8b3a1a;
}
.banner-box video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: fill;
  z-index: 1;
}
.banner-box .banner-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.banner-box .swiper-container {
  position: relative;
  height: 600px;
  z-index: 9;
}
.banner-box .banner-area {
  min-height: 500px;
  height: 100%;
  background-image: none;
  background-position: top center;
  background-repeat: no-repeat;
}
.banner-box .banner-area .row {
  position: relative;
  height: 100%;
}
.banner-box .banner-info {
  display: block;
}
.banner-box .banner-icon {
  position: absolute;
  bottom: 176px;
  right: 292px;
}
.banner-box .oth-met {
  display: inline-flex;
  margin-top: 60px;
}
.banner-box .oth-met .oth-item {
  cursor: pointer;
  position: relative;
  width: 270px;
  height: 150px;
  border: 2px solid #007BFF;
  margin: 0 25px;
}
.banner-box .oth-met .oth-item.active:before,
.banner-box .oth-met .oth-item:hover:before {
  content: '查看详情';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
}
.banner-box .oth-met .oth-item.active:before {
  content: '当前';
}
.banner-box .oth-met img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 750px) {
  .banner-box {
    height: 200px;
    margin-top: 0;
  }
  .banner-box .swiper-container {
    height: 200px;
  }
  .banner-box img {
    width: 100%;
  }
}
.footer {
  padding: 13px 15px;
  line-height: 20px;
  color: #eee;
  font-size: 12px;
  text-align: center;
  background: #42332c;
}
.activity-introduction .intro-box p {
  line-height: 1.5;
  color: #8b3a1a;
  text-indent: 2em;
  text-align: justify;
  margin: 10px 0;
}
.activity-introduction .intro-list .item {
  width: 350px;
  color: #ffffff;
  text-align: center;
  background: rgba(139, 58, 26, 0.86);
  border-radius: 5px;
  padding: 20px;
  margin-right: 75px;
}
.activity-introduction .intro-list img {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  margin: 0 auto;
}
.activity-introduction .intro-list h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 20px 0;
}
.activity-introduction .intro-list p {
  line-height: 1.5;
  font-size: 16px;
}
.awards-process {
  margin-top: 40px;
}
.awards-process .left-box {
  position: relative;
  width: 576px;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  overflow: hidden;
}
.awards-process .left-box .lf-item {
  padding: 0 15px;
  display: flex;
  align-items: center;
  height: 146px;
  font-size: 21px;
  font-weight: 600;
  color: #eee;
  background: #786262;
}
.awards-process .left-box .lf-item:nth-child(2n) {
  background: #f5ebe7;
  color: #8b3a1a;
}
.awards-process .right-box {
  width: 576px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.awards-process .right-box .rt-item {
  display: flex;
  align-items: center;
  min-height: 132px;
  font-size: 14px;
  color: #eee;
  text-align: justify;
  padding-left: 105px;
  background: url("../image/ico_coordinate.png") no-repeat left center;
  background-size: 90px auto;
}
.award-settings {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -4px 0 0 -48px;
}
.award-settings .a-item {
  width: 368px;
  min-height: 326px;
  margin: 44px 0 0 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  color: #eee;
  padding: 20px 0;
  background: url('../image/pro_bac.png') no-repeat center;
  background-size: 100% 100%;
}
.award-settings .a-item img {
  vertical-align: top;
}
.award-settings .a-item .trophy {
  height: 100px;
}
.award-settings .a-item .line {
  width: 280px;
  padding: 5px 0 20px 0;
}
.award-settings .a-item h3 {
  font-size: 24px;
  font-weight: bold;
}
.award-settings .a-item .desc-box {
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
  box-sizing: border-box;
}
.cooperate-media .list {
  text-align: center;
}
.cooperate-media .item {
  width: 116px;
  border: 1px solid #ccc;
  margin: 0 2.5px 5px 2.5px;
}
.cooperate-media .item:nth-child(10) {
  margin-right: 0;
}
.cooperate-media .item img {
  width: 100%;
}
.contact-us .item {
  color: #eee;
  padding: 0 65px;
}
.contact-us .item h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.contact-us .item p {
  font-size: 16px;
  margin: 15px 0;
}
.branch-venue .right-fixed {
  position: fixed;
  top: 350px;
  left: 50%;
  margin-left: 640px;
  z-index: 99;
  width: 45px;
  height: 120px;
  line-height: 1.2;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 0 10px #8b3a1a;
  color: #fff;
  background: #8b3a1a;
  border-radius: 5px;
  cursor: pointer;
}
.branch-venue .branch-venue-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.branch-venue .branch-venue-box .mask {
  width: 100%;
  height: 100%;
}
.branch-venue .branch-venue-box .list {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  overflow: auto;
  white-space: nowrap;
  padding: 20px 15px;
}
.branch-venue .branch-venue-box .item {
  display: inline-block;
  width: 150px;
  border: 1px solid #C0A2FF;
  margin-right: 20px;
}
.branch-venue .branch-venue-box .item:last-child {
  margin-right: 0;
}
.branch-venue .branch-venue-box img {
  width: 100%;
}
.icon-fixed {
  cursor: pointer;
  position: fixed;
  right: 10px;
  bottom: 10%;
  transform: translateY(-50%);
  z-index: 9;
}
.declare-recommend .tab-container {
  background: #ffffff;
  border-radius: 5px;
  padding: 60px 40px;
  margin-top: 40px;
}
.declare-recommend .tab-nav {
  font-size: 40px;
  text-align: center;
  margin-bottom: 50px;
}
.declare-recommend .tab-nav a {
  display: inline-block;
  color: #dddddd;
  border-bottom: 4px solid transparent;
  margin: 0 20px;
  cursor: pointer;
}
.declare-recommend .tab-nav .active {
  color: #8b3a1a;
  border-bottom: 4px solid #8b3a1a;
}
.declare-recommend .bm-info {
  line-height: 30px;
  font-size: 16px;
}
.declare-recommend .bm-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 40px;
}
.declare-recommend .bm-inputBox,
.declare-recommend .bm-inputBox2 {
  margin-top: 30px;
  justify-content: space-between;
}
.declare-recommend .bm-input-item {
  width: 540px;
  align-items: center;
}
.declare-recommend .bm-inputBox2 i,
.declare-recommend .bm-input-item i {
  width: 10px;
  color: red;
  font-size: 24px;
  margin-left: 10px;
}
.declare-recommend .bm-input {
  height: 60px;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-flex-grow: 1;
  align-items: center;
  padding: 0 20px;
}
.declare-recommend .bm-input input,
.declare-recommend .bm-input select {
  height: 40px;
  font-size: 16px;
  border: none;
  outline: none;
  flex-grow: 1;
}
.declare-recommend .bm-input span {
  width: 100px;
  font-size: 16px;
}
.declare-recommend .bm-textarea {
  border: 1px solid #dddddd;
  border-radius: 2px;
  flex-grow: 1;
  padding: 21px 20px;
}
.declare-recommend .bm-textarea p {
  margin-bottom: 10px;
}
.declare-recommend .bm-textarea textarea {
  width: 100% !important;
  height: 100px !important;
  font-size: 18px;
  border: none;
  outline: none;
  resize: none;
  padding: 0;
}
.declare-recommend .bm-btn {
  text-align: center;
  margin-top: 60px;
}
.declare-recommend .bm-btn .btn {
  display: inline-block;
  width: 400px;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  background: -webkit-linear-gradient(to right, rgba(139, 58, 26, 0.7), #8b3a1a);
  background: linear-gradient(to right, rgba(139, 58, 26, 0.7), #8b3a1a);
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.declare-recommend .bm-tj-form {
  border-bottom: 1px dashed;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.declare-recommend .bm-tj-form:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.declare-recommend .bm-section {
  min-height: 36px;
  line-height: 36px;
}
.declare-recommend .bm-section h3 {
  color: #8b3a1a;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
}
.declare-recommend .bm-section-box {
  font-size: 16px;
  margin-bottom: 30px;
}
.declare-recommend .bm-tj-form {
  border-bottom: 1px dashed;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.declare-recommend .bm-tj-form:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.declare-recommend .bm-input span {
  width: 140px;
}
.declare-recommend .tj-btn {
  text-align: center;
}
.declare-recommend .tj-btn .btn {
  display: inline-block;
  width: 160px;
  height: 40px;
  cursor: pointer;
  line-height: 40px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  background: #8b3a1a;
  border: none;
  border-radius: 5px;
  margin: 0 10px;
}
.enter-container .enter-box {
  margin-bottom: 40px;
}
.enter-container .enter-box .enter-title {
  line-height: 1;
  color: #8b3a1a;
  font-size: 20px;
  font-weight: bold;
  border-left: 6px solid #8b3a1a;
  padding-left: 20px;
}
.enter-container .enter-box .enter-list {
  margin-top: 20px;
}
.enter-container .enter-box .enter-list .enter-item {
  width: 220px;
  background-color: #fff;
  border-radius: 6px;
  margin: 0 10px 20px;
}
.enter-container .enter-box .enter-list .enter-item img {
  display: block;
  width: 100%;
}
.enter-container .enter-box .enter-list .enter-item p {
  line-height: 2;
  font-size: 14px;
  text-align: center;
  border-top: 1px solid #dddddd;
  margin-top: 4px;
}
.vote-module .search-area {
  margin-bottom: 20px;
}
.vote-module .search-area .lf-text {
  font-size: 14px;
  color: #8b3a1a;
}
.vote-module .search-area .lf-text .red {
  color: #FF0000;
  cursor: pointer;
}
.vote-module .search-area .search-box {
  position: relative;
  width: 250px;
  height: 36px;
  border-radius: 4px;
  background-color: #eee;
  overflow: hidden;
}
.vote-module .search-area .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 100%;
  font-size: 14px;
  color: #eee;
  background-color: #8b3a1a;
  cursor: pointer;
}
.vote-module .search-area input {
  width: 100%;
  height: 36px;
  border: 1px solid #8b3a1a;
  border-radius: 4px;
  font-size: 12px;
  padding: 0 80px 0 10px;
  color: #8b3a1a;
  background: none;
  box-sizing: border-box;
}
.vote-module .search-area input::-webkit-input-placeholder {
  color: rgba(139, 58, 26, 0.6) !important;
}
.vote-module .search-area .icon-search {
  margin-right: 5px;
}
.vote-module .tab-nav {
  margin-bottom: 50px;
}
.vote-module .tab-nav .item {
  position: relative;
  flex: 1;
  height: 80px;
  font-size: 20px;
  line-height: 78px;
  color: #8b3a1a;
  text-align: center;
  border: 1px solid #8b3a1a;
  cursor: pointer;
}
.vote-module .tab-nav .name {
  position: relative;
  z-index: 2;
}
.vote-module .tab-nav .active {
  color: #eee;
  background-color: #8b3a1a;
}
.vote-module .tab-nav .iconfont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
}
.vote-module .tab-nav .iconfont::before,
.vote-module .tab-nav .iconfont::after {
  position: absolute;
  content: '\eb76';
  line-height: 1;
}
.vote-module .tab-nav .lf-horn::before {
  left: 8px;
  top: 8px;
  transform: rotate(135deg);
}
.vote-module .tab-nav .lf-horn::after {
  left: 8px;
  bottom: 8px;
  transform: rotate(45deg);
}
.vote-module .tab-nav .rt-horn::before {
  right: 8px;
  top: 8px;
  transform: rotate(-135deg);
}
.vote-module .tab-nav .rt-horn::after {
  right: 8px;
  bottom: 8px;
  transform: rotate(-45deg);
}
.vote-module .com-list {
  margin-left: -15px;
}
.vote-module .com-item {
  background-color: #fff;
  margin: 0 0 32px 15px;
}
.vote-module .com-item .com-box {
  position: relative;
  width: 187.5px;
  text-align: center;
}
.vote-module .com-item .sequence {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 80px;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  font-size: 14px;
  color: #333;
  background-color: #8b3a1a;
}
.vote-module .com-item .img-box {
  width: 100%;
  height: 114px;
  cursor: pointer;
}
.vote-module .com-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.vote-module .com-item .com-name {
  padding: 0 10px;
  line-height: 24px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #E6883C;
  cursor: pointer;
}
.vote-module .com-item .num {
  font-size: 14px;
  line-height: 24px;
}
.vote-module .com-item .btn-box {
  padding: 10px 0 15px 0;
}
.vote-module .com-item .btn {
  min-width: 70px;
  line-height: 24px;
  border-radius: 12px;
  margin: 0 5px;
  font-size: 14px;
  color: #fff;
  background-color: #7E7E7E;
  cursor: pointer;
}
.vote-module .com-item .btn.active {
  background: -webkit-linear-gradient(left, #E6883C, #A64E07);
  background: linear-gradient(left, #E6883C, #A64E07);
}
.vote-module .com-item .com-introduce {
  width: 480px;
  border-left: 1px solid #eaeaea;
  padding: 10px;
}
.vote-module .com-item .com-introduce h4 {
  font-size: 18px;
  margin-bottom: 5px;
}
.vote-module .com-item .com-introduce p {
  font-size: 12px;
}
.vote-module .com-item .scroll-area {
  height: 220px;
  overflow-y: auto;
}
.vote-module .votes-btn-sumbit {
  cursor: pointer;
  position: fixed;
  left: 50%;
  bottom: 4px;
  width: 1000px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: #666;
  border-radius: 40px;
  transform: translate(-50%);
  z-index: 99;
}
.vote-module .votes-btn-sumbit.achieve {
  color: #532625;
  background: #E9CD7B;
}
.vote-module .votes-btn-sumbit span {
  margin: 0 15px;
}
.vote-module .company-vote {
  position: relative;
  padding: 40px;
  background-color: #fff;
}
.vote-module .company-vote .generate-poster {
  position: absolute;
  top: 20px;
  right: 40px;
  line-height: 1;
  font-size: 14px;
  color: #ff0000;
  cursor: pointer;
}
.vote-module .company-vote .logo-box {
  width: 494px;
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
  margin-right: 30px;
}
.vote-module .company-vote .logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.vote-module .company-vote .info-box {
  flex: 1;
  width: 0;
}
.vote-module .company-vote .company-name {
  font-size: 28px;
  margin-bottom: 10px;
}
.vote-module .company-vote .vote-box {
  flex: 1;
  justify-content: flex-end;
  font-size: 18px;
}
.vote-module .company-vote .vote-list {
  margin-top: 10px;
}
.vote-module .company-vote .vote-item {
  color: #8b3a1a;
  margin-top: 15px;
}
.vote-module .company-vote .vote-award {
  flex: 1;
  font-size: 20px;
  font-weight: bold;
}
.vote-module .company-vote .gain-votes {
  font-size: 20px;
  font-weight: bold;
  padding: 0 40px;
}
.vote-module .company-vote .vote-btn {
  line-height: 30px;
  padding: 0 16px;
  font-size: 15px;
  border-radius: 15px;
  color: #fff;
  background: #E6883C;
  background: -webkit-linear-gradient(to right, #E6883C, #8B3A1A);
  background: linear-gradient(to right, #E6883C, #8B3A1A);
  cursor: pointer;
}
.vote-module .company-profile {
  background-color: #fff;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
.vote-module .company-profile .title {
  font-size: 28px;
  color: #8b3a1a;
  font-weight: bold;
  text-align: center;
  line-height: 88px;
}
.vote-module .company-profile .desc {
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
  white-space: pre-line;
}
.right-float-bar {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  text-align: center;
  color: #eee;
}
.right-float-bar .qrcode-box {
  background-color: #8b3a1a;
  padding: 7px 7px 0 7px;
}
.right-float-bar .qrcode-box .qrcode {
  background-color: #fff;
  width: 180px;
}
.right-float-bar .qrcode-box img {
  width: 100%;
}
.right-float-bar .qrcode-box p {
  line-height: 34px;
  font-size: 14px;
}
.right-float-bar .item {
  position: relative;
  padding-top: 10px;
  overflow: hidden;
}
.right-float-bar .item::before {
  content: '';
  position: absolute;
  left: 0;
  top: -26px;
  width: 100%;
  height: 100%;
  background-color: rgba(139, 58, 26, 0.8);
  transform: skewY(-21deg);
  z-index: 1;
}
.right-float-bar .item .text {
  position: relative;
  display: block;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  background-color: #8b3a1a;
  cursor: pointer;
  z-index: 2;
}
._popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
._popup .ico-close {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 1;
  font-size: 28px;
  cursor: pointer;
}
._popup .ico-close::before {
  content: '\e748';
}
._popup ._popup-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background-color: #fff;
  /* background: url('../image/popup_bg.png') no-repeat center;
        background-size: cover; */
}
._popup .title {
  font-size: 36px;
  color: #8b3a1a;
  font-weight: bold;
  line-height: 1;
  padding: 30px 0;
  text-align: center;
}
.canvass-rank-popup .title {
  padding-bottom: 15px;
}
.canvass-rank-popup .tips {
  font-size: 14px;
  padding: 0 40px;
  margin-bottom: 10px;
}
.canvass-rank-popup .tips .btn {
  color: #8b3a1a;
  font-weight: bold;
  cursor: pointer;
}
.canvass-rank-popup .canvass-rank {
  width: 554px;
  padding-bottom: 80px;
}
.canvass-rank-popup .scroll-area {
  overflow-y: auto;
  height: 440px;
}
.canvass-rank-popup .list {
  padding: 0 54px;
}
.canvass-rank-popup .item {
  font-size: 18px;
  padding: 10px 0;
}
.canvass-rank-popup .serial-num {
  min-width: 20px;
  font-weight: bold;
  margin-right: 20px;
}
.canvass-rank-popup .head-sculpture {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #A2A2A2;
  background-color: #C0C0C0;
  overflow: hidden;
  margin-right: 20px;
}
.canvass-rank-popup img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.canvass-rank-popup .name {
  flex: 1;
  margin-right: 20px;
}
.canvass-rank-popup .num {
  font-size: 28px;
  color: #FF0000;
  font-weight: bold;
  text-align: center;
  min-width: 70px;
}
.canvass-rank-popup .own-box {
  position: absolute;
  width: 100%;
  height: 70px;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.canvass-rank-popup .no-data {
  text-align: center;
  font-size: 18px;
  padding: 100px 0;
}
.vote-rule-popup .vote-rule {
  width: 600px;
  padding-bottom: 50px;
}
.vote-rule-popup .scroll-area {
  max-height: 440px;
  min-height: 380px;
}
.vote-rule-popup .rule-box {
  padding: 0 30px;
  line-height: 1.5;
}
.vote-rule-popup .rule-box p {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: 16px;
  padding: 2px 0;
}
.wx-qrcode-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.wx-qrcode-popup .code-box {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 20px;
  transform: translate(-50%, -50%);
}
.wx-qrcode-popup img {
  display: inline-block;
  width: 180px;
  height: 180px;
}
.wx-qrcode-popup p {
  color: #2b1708;
  font-size: 16px;
}
.wx-qrcode-popup .btn {
  display: inline-block;
  color: #fff;
  background: #737373;
  border-radius: 5px;
  padding: 5px 10px;
  margin-top: 8px;
  cursor: pointer;
}
.share-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.share-popup .share-info {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  text-align: center;
  border-radius: 8px;
  transform: translate(-50%, -50%);
  background: #fff;
}
.share-popup img {
  display: block;
  width: 350px;
  height: 350px;
  padding-top: 15px;
  margin: 0 auto;
}
.share-popup p {
  color: #2a2a2a;
  padding: 5px 0 15px;
}
.lottery-module .lottery-container {
  padding: 60px 155px;
  background: rgba(0, 0, 0, 0.1);
}
.lottery-module .turntable-box {
  padding-bottom: 64px;
}
.lottery-module .turntable-box .turntable-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  width: 890px;
  height: 631px;
  background: url("../image/lottery/bg.png") no-repeat top center;
  background-size: contain;
  padding: 49.7px 53.7px 89.32px;
}
.lottery-module .turntable-box .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  width: 250px;
  height: 145px;
  margin: 10px 0;
  padding-bottom: 10px;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background-color: #fbd161;
}
.lottery-module .turntable-box .item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 10px);
  border-radius: 15px 15px 18px 18px;
  background-color: #fff3d0;
  z-index: 2;
}
.lottery-module .turntable-box .active::before {
  content: '';
  position: absolute;
  left: -10px;
  top: -10px;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  border-radius: 25px;
  border: 10px solid #ff7e21;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.05);
}
.lottery-module .turntable-box img {
  max-width: 100%;
  width: auto;
  height: 106px;
  z-index: 9;
}
.lottery-module .turntable-box .lottery-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 340px;
  height: 128px;
  border-radius: 20px;
  cursor: pointer;
  background: url("../image/lottery/btn.png") no-repeat top center;
  background-size: contain;
  z-index: 9;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
}
.lottery-module .lottery-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 30px;
}
.lottery-module .lottery-bottom ._box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  width: 430px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  padding: 30px 20px;
}
.lottery-module .lottery-bottom .title {
  width: 20px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.lottery-module .lottery-bottom .winning-list-box,
.lottery-module .lottery-bottom .info-list-box {
  width: 350px;
  height: 230px;
  color: #fff;
  background: #333333;
  padding: 0 20px;
}
.lottery-module .lottery-bottom .info-list-box {
  overflow-y: auto;
}
.lottery-module .lottery-bottom .info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  line-height: 24px;
  font-size: 14px;
  padding: 6px 0;
}
.lottery-module .lottery-bottom .winning-list-box {
  overflow: hidden;
}
.lottery-module .lottery-bottom .winning-list-box li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
  font-size: 16px;
}
.lottery-module .lottery-bottom .winning-list-box li b {
  font-size: 20px;
  font-weight: normal;
}
.dialog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
.dialog .dialog-contain {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ffffff;
  border: 1px solid #E6C28F;
  transform: translate(-50%, -50%);
}
.dialog .dialog-close {
  cursor: pointer;
  position: absolute;
  top: -1px;
  right: -1px;
  width: 43px;
  height: 36px;
  background: url("../image/btn_dialog_close.png") no-repeat top right;
  background-size: contain;
}
.user-info-popup {
  width: 400px;
  padding: 30px;
}
.user-info-popup .title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.user-info-popup .info-form {
  margin-top: 15px;
}
.user-info-popup .ipt-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  height: 34px;
  margin-bottom: 12px;
  padding-left: 15px;
  color: #666666;
  border: 1px solid #999;
}
.user-info-popup .ipt-box span {
  width: 85px;
  margin-right: 20px;
  font-size: 14px;
}
.user-info-popup .ipt-box select,
.user-info-popup .ipt-box input {
  width: 205px;
  color: #333333;
  background: none;
  border: none;
  outline: none;
  appearance: none;
}
.user-info-popup .sumbit-btn {
  line-height: 34px;
  font-size: 14px;
  cursor: pointer;
  color: #333333;
  text-align: center;
  background: #E6C28F;
  border: 1px solid #999;
}
.poster-popup {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 400px;
  background-color: #fff;
}
.poster-popup .header {
  line-height: 50px;
  padding: 0 20px;
  font-size: 16px;
}
.poster-popup .btn-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 58px;
}
.poster-popup .btn {
  display: inline-block;
  vertical-align: middle;
  min-width: 82px;
  line-height: 26px;
  text-align: center;
  font-size: 12px;
  border-radius: 2px;
  border: 1px solid #8b3a1a;
  cursor: pointer;
  margin: 0 5px;
}
.poster-popup .btn.btn-solid {
  color: #fff;
  background-color: #8b3a1a;
}
.poster-popup .btn.btn-empty {
  color: #8b3a1a;
}
.poster-popup .poster-content {
  padding: 0 20px;
}
.poster-popup .roll-area {
  min-height: 372px;
  max-height: 472px;
  overflow-y: auto;
}
.poster-popup .roll-area::-webkit-scrollbar {
  display: none;
}
.poster-popup .roll-area img {
  width: 100%;
  height: auto;
}
.poster-popup .roll-area .poster-wrap {
  position: absolute;
  left: -9999px;
  width: 360px;
  min-height: 689px;
  padding: 204px 0 70px 0;
  box-sizing: border-box;
  background: url(https://image.big-bit.com/Meeting/2024bldc/poster/poster_bg.jpg) no-repeat top left #fff;
  background-size: 100% 100%;
}
.poster-popup .roll-area .logo-title {
  position: absolute;
  left: 50%;
  top: 35px;
  transform: translateX(-50%);
  width: 315px;
  height: 156px;
}
.poster-popup .roll-area .poster-box {
  position: relative;
  width: 304px;
  min-height: 408px;
  padding: 170px 0 200px 0;
  margin: 0 auto;
}
.poster-popup .roll-area .poster-box-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.poster-popup .roll-area .company-logo {
  position: absolute;
  top: 24px;
  left: 50%;
  width: auto;
  height: 62px;
  transform: translateX(-50%);
  z-index: 3;
}
.poster-popup .roll-area .company-name {
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  width: 212px;
  height: 22px;
  border: 1px solid #8b3a1a;
  color: #000;
  white-space: nowrap;
  box-sizing: border-box;
  z-index: 2;
}
.poster-popup .roll-area .company-name::before,
.poster-popup .roll-area .company-name::after {
  content: '';
  position: absolute;
  top: -1px;
  width: 6px;
  height: 100%;
  border: 1px solid #8b3a1a;
}
.poster-popup .roll-area .company-name::before {
  left: -12px;
}
.poster-popup .roll-area .company-name::after {
  right: -12px;
}
.poster-popup .roll-area .company-name .name {
  position: absolute;
  left: 0;
  top: -3px;
  width: 100%;
  text-align: center;
  line-height: 1;
}
.poster-popup .roll-area .awards-title {
  position: absolute;
  top: 140px;
  left: 50%;
  transform: translateX(-50%);
  width: 112px;
  height: 29px;
  z-index: 9;
}
.poster-popup .roll-area .btm-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 38px;
  width: 238px;
  height: 34px;
  z-index: 9;
}
.poster-popup .roll-area .qrcode-wrap {
  position: absolute;
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%);
  background: url(https://image.big-bit.com/Meeting/2024bldc/poster/qrcode_bg.png) no-repeat center;
  background-size: contain;
  z-index: 9;
}
.poster-popup .roll-area .qrcode-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 80px;
  height: 80px;
  margin: 8px;
  border-radius: 6px;
  background-color: #fff;
}
.poster-popup .roll-area .awards-list {
  position: relative;
  padding: 0 30px;
  z-index: 9;
}
.poster-popup .roll-area .award-name {
  text-align: center;
  font-size: 24px;
  white-space: nowrap;
  line-height: 36px;
  color: #8b3a1a;
}
