@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
body {
  font-family: "Microsoft YaHei", "-apple-system", "SF UI Display", "Arial", "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "sans-serif";
  color: #333;
  font-size: 14px;
  overflow-x: hidden;
  letter-spacing: 1px;
  background-color:#D9AB65;
}

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p, tr, th, td {
  padding: 0;
  margin: 0;
  word-wrap: break-word;
  word-break: break-all;
}

i, em {
  font-style: normal;
  padding: 0;
  margin: 0;
  word-wrap: break-word;
  word-break: break-word;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
  margin: 0;
  padding: 0;
  *zoom: 1;
}

address {
  font-style: normal;
}

input[type="button"], input[type="submit"], button {
  cursor: pointer;
  outline: none;
}

input[type="text"], input[type="password"], textarea, select {
  outline: none;
}

textarea {
  resize: none;
  overflow-y: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}

ul, ol {
  list-style: none;
}

img {
  border: none;
  margin: 0;
  padding: 0;
  vertical-align: top;

}

a {
  text-decoration: none;
  cursor: pointer;
  outline: none;
  color: #333;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.p50{ padding-left: 50px; }
.area {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.hand {
  cursor: pointer;
}

/*浮动相关*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.cf:after, .cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/*超出隐藏*/
.ovh {
  overflow: hidden;
  *zoom: 1;
}

.t-ovh {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

/*字体相关*/
.fn {
  font-weight: normal;
}

.fb {
  font-weight: bold;
}

.fy {
  font-family: "microsoft yahei";
}

.f14 {
  font-size: 14px;
}

/*对齐方式*/
.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.vt {
  vertical-align: top;
}

.vm {
  vertical-align: middle;
}

/*块显示*/
.di {
  display: inline !important;
}

.db {
  display: block !important;
}

.dib {
  display: inline-block !important;
}

.dn {
  display: none !important;
}

.sideMenu {
  display: none;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: #E0BD85;
  color: #fff;
  display:flex;
  justify-content: space-between;


 /* -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
}
.pbox{color: #fff; font-size: 16px;  padding-top:40px;}
.pbox i{ display: inline-block; padding: 0 25px; }
.pbox b{color: #ECC157}
.logobox{text-align: center; padding: 3vh 0 5vh 0;   }
.logobox img{ width: auto; margin-bottom: 30px; }
.header .logo {
  margin-top: 0px;

  margin-left: 20px;
  width: 126px;
  height:55px;
  background: url(../images/logo.png) no-repeat center;
  background-size: auto 70%;
}

.header .tel {

  margin-right: 20px;
  line-height: 55px;
  font-size: 14px;
  color: #fff;
  opacity:0;
}

.header .nav {
  display: inline-block;
  line-height: 55px;
  font-size: 16px;
}

.header .nav a {
  display: inline-block;
  padding: 0 15px;
  color: #502D08;
}

/*area*/
.area {
  margin-left: auto;
  margin-right: auto;

}

.wrapper {
  margin-top: 55px;

  position: relative;
  background: url(../images/bg.jpg?_t=1) no-repeat 50% 50px #180c06;

  background-attachment: fixed;

}

.wrapper .progress {
  position: absolute;
  right: 20px;
  top: 80px;
  display:none;
}

.wrapper .progress .list {
  border-left: 1px solid #90743a;
}

.wrapper .progress .list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
  line-height: 1.4;
  opacity: .5;
}

.wrapper .progress .list li .date {
  font-size: 24px;
  color: #C0A264;
}

.wrapper .progress .list li .thing {
  font-size: 14px;
  color: #fff;
}

.wrapper .progress .list li::before, .wrapper .progress .list li::after {
  position: absolute;
  content: '';
}

.wrapper .progress .list li::before {
  left: -3px;
  top: 50%;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left-color: #C0A264;
  border-left-width: 8px;
  border-right: none;
}

.wrapper .progress .list li::after {
  left: 50px;
  bottom: -20px;
  width: 11px;
  height: 7px;
  background: url(../images/i_arrow2.png) no-repeat;
}

.wrapper .progress .list li:last-child::after {
  background: none;
}

.wrapper .progress .list li.active {
  opacity: 1;
}

.wrapper .progress .list li.active .date {
  font-weight: bold;
}

.wrapper .mainT {
  position: relative;
  margin: 0 auto 30px;
  width: 470px;
  text-align: center;
  color: #a78e44;
}

.wrapper .mainT i {
  font-size: 25px;
  letter-spacing: 3px;
  font-weight: normal;
}

.wrapper .mainT::before, .wrapper .mainT::after {
  position: absolute;
  top: 50%;
  font-size: 0;
  height: 1px;
  width: 165px;
  background-color: #a78e44;
  content: '';
}

.wrapper .mainT::before {
  left: 0;
}

.wrapper .mainT::after {
  right: 0;
}

.wrapper .subT {
  height: 50px;
  line-height: 50px;
  text-align: center;
  /* background:linear-gradient(to right,#a88462,#6e511e); */
  background: url(../images/btt.jpg) no-repeat center;
  font-size: 24px;
  color: #502D08;
  letter-spacing: 3px;
  font-weight: normal;
  border-radius: 3px;
}

.wrapper .intro {
  padding: 45px 0;

  background: transparent;
  color: #502D08;
  opacity:0.9;
}

.wrapper .intro .mainT {
  width: 470px;
  color: #502D08;
}

.wrapper .intro .mainT::before, .wrapper .intro .mainT::after {
  background-color: #502D08;
}

.wrapper .intro p {
  margin-bottom: 20px;
  text-align: justify;
  text-indent: 2em;
  line-height: 1.5;
}

.wrapper .wrap {
  background-color:#fff;
}
.p50{ padding:25px 0 0 0 }
.wrapper .wrap .rule {
  padding: 50px 0;
}

.wrapper .wrap .rule .mainT {
  width: 590px;
}

.wrapper .wrap .col-t {
  position: relative;
  padding-left: 18px;
  line-height: 50px;
  border-bottom: 3px solid #a78e44;
  font-size: 20px;
  font-weight: normal;
  color: #a78e44;
}

.wrapper .wrap .col-t::before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #a78e44;
  border-right: none;
  content: '';
}

.wrapper .wrap .agenda, .wrapper .wrap .term {
  margin-bottom: 40px;
  width: 100%;
}

.wrapper .wrap .agenda {
  float: left;
}

.wrapper .wrap .agenda .list {
  padding: 20px 0 0;
}

.wrapper .wrap .agenda .list li {
  margin-bottom: 15px;
  line-height: 2;
}

.wrapper .wrap .agenda .list li i {
  color: #a78e44;
  font-size: 16px;
}

.wrapper .wrap .term {
  float: right;
}

.wrapper .wrap .term dl {
  padding: 20px 0 0;
  line-height: 2;
}

.wrapper .wrap .term dl dt {
  color: #a78e44;

  font-size: 16px;
}

.wrapper .wrap .term dl dd {
  margin-bottom: 10px;
  text-align: justify;
  line-height: 1.5;
}

.wrapper .wrap .prize {
  margin-bottom: 40px;
  overflow: hidden;
}

.wrapper .wrap .prize .cf2 {
  display:flex;
  justify-content: space-between;
  padding: 45px 0;
}

.wrapper .wrap .prize .fir, .wrapper .wrap .prize .sec, .wrapper .wrap .prize .thi {
  float: left;

}

.wrapper .wrap .prize .fir .pic, .wrapper .wrap .prize .sec .pic, .wrapper .wrap .prize .thi .pic {
  display: block;
  margin: -25px auto 15px;
}

.wrapper .wrap .prize .fir .list, .wrapper .wrap .prize .sec .list, .wrapper .wrap .prize .thi .list {
  height: 150px;
}

.wrapper .wrap .prize .fir .list li, .wrapper .wrap .prize .sec .list li, .wrapper .wrap .prize .thi .list li {
  padding-left: 15px;
  line-height: 2;
  background: url(../images/i_arrow.png) no-repeat 0 50%;
}

.wrapper .wrap .prize .fir .btn, .wrapper .wrap .prize .sec .btn, .wrapper .wrap .prize .thi .btn {
  display: block;
  margin: auto;
  width: 175px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  background: linear-gradient(to right,#a88462,#6e511e);
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 3px;
}

.wrapper .wrap .prize .fir .btn:hover, .wrapper .wrap .prize .sec .btn:hover, .wrapper .wrap .prize .thi .btn:hover {
  opacity: .9;
}

.wrapper .wrap .prize .fir {
  width: 48%;

}
.wrapper .wrap .prize .fir h2{ text-align: center;
    padding-bottom: 15px;
    color: #573920;
    font-size: 20px;
    /* font-size: 18px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrapper .wrap .prize .fir p{ background:linear-gradient(to right,#a97544,#563820); padding:15px; margin-bottom:15px; color:#fff; }

.wrapper .wrap .prize .fir .list {
  overflow: hidden;
  padding-left:50px;
}

.wrapper .wrap .prize .fir .list li {
  float: left;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wrapper .wrap .prize .sec, .wrapper .wrap .prize .thi {
  width: 30%;
}

.wrapper .wrap .prize .sec .list, .wrapper .wrap .prize .thi .list {
  padding-left: 136px;
}

.wrapper .wrap .prize .thi {
  border-right: none;
}

.wrapper .wrap .way {
  margin-bottom: 100px;
}
.pbox{ background:linear-gradient(to right,#a97544,#563820); padding:20px; color:#fff;}
.pbox h2{ padding-bottom:10px; } .pbox p{ padding-bottom:15px; }
.wrapper .wrap .way dl {
  padding: 20px 0 0;
  line-height: 2;
}

.wrapper .wrap .way dl dt {
  color: #a78e44;
  font-size: 16px;
}

.wrapper .wrap .way dl dd {
  margin-bottom: 10px;
  text-align: justify;
  line-height: 1.5;
}

.wrapper .wrap .expert {
  padding-bottom: 80px;
}
.linkbox{ height:50px; line-height:50px; text-align:center; color:#7F4B1A; background: linear-gradient(0deg, #EDD6A4 0%, #FFFFFF 100%); width:200px; font-size:18px; border-radius:8px; box-shadow: 0px 2px 15px 0px rgba(127,75,26,0.2);}
.wrapper .wrap .expert .list {
  font-size: 0;
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wrapper .wrap .expert .list li {
  margin-top: 30px;
  display: inline-block;
  padding: 0 10px;
  vertical-align: top;
  text-align: center;
  width:16%;
  line-height: 1.8;
  font-size: 14px;
}

.wrapper .wrap .expert .list li .avatar {
  margin-bottom: 10px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.wrapper .wrap .expert .list li .name {
  color: #a78e44;
  font-size: 18px;
}

.wrapper .wrap .expert .list li .position {
  line-height: 1.5;
}

.wrapper .wrap .boss {
  padding-bottom: 70px;
}

.wrapper .wrap .boss .list {
  font-size: 0;
}

.wrapper .wrap .boss .list li {
  margin-top: 20px;
  display: inline-block;
  padding: 10px 10px 5px;
  vertical-align: middle;
  text-align: center;
  width: 25%;
  line-height: 1.8;
  font-size: 14px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wrapper .wrap .boss .list li .avatar {
  width: 100%;
  height: 150px;
  background-color: #000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wrapper .wrap .boss .list li p {
  padding: 5px;
  text-align: left;
}

.wrapper .wrap .boss .list li:hover {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.wrapper .wrap .boss .list li:hover .avatar {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.wrapper .wrap .boss .list li:hover p {
  color: #a78e44;
}

.wrapper .wrap .case .list {
  padding: 20px 0 40px;
  overflow: hidden;
}

.wrapper .wrap .case .list li {
  padding: 0 20px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  width: 50%;
}

.wrapper .wrap .case .list li:nth-child(even) {
  padding: 0 0 0 20px;
}

.wrapper .wrap .case .list li a {
  border-bottom: 1px solid #fff;
  line-height: 2.4;
}

.wrapper .wrap .case .list li a:hover {
  color: #a78e44;
  border-color: #a78e44;
}

.wrapper .wrap .news .con {
  padding: 30px 0 15px;
  overflow: hidden;
}

.wrapper .wrap .news .con .pic {
  float: left;
  width: 480px;
  height:auto;
  border-radius: 3px;
}

.wrapper .wrap .news .con .list {
  margin-left:500px;
}

.wrapper .wrap .news .con .list li {
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wrapper .wrap .news .con .list li a {
  border-bottom: 1px solid #fff;
  line-height: 2;
}

.wrapper .wrap .news .con .list li a:hover {
  color: #a78e44;
  border-color: #a78e44;
}

.wrapper .gray {
  opacity: 0.9;
  background:linear-gradient(114deg, #D9AB65 0%, #EEE4CC 100%);
  color: #502D08;
}
.wrapper .gray .mainT{ color: #967236; }
.wrapper .gray .mainT::before, .wrapper .gray .mainT::after{ background-color: #967236; }
.wrapper .gray .org {
  padding: 65px 0 45px;
}

.wrapper .gray .org dl {
  line-height: 1.8;
}

.wrapper .gray .org dl dt {
  font-weight: bold;
  color: #935C00;
  font-size: 18px;
}

.wrapper .gray .org dl dd {
  margin: 10px 0 30px;
}

.wrapper .gray .org dl dd p {
  text-indent: 28px;
  text-align: justify;
  padding-bottom: 10px;
  line-height: 1.5;
}

.wrapper .gray .media {
  margin-bottom: 25px;
}

.wrapper .gray .media .list {
  overflow: hidden;
}

.wrapper .gray .media .list li {
  float: left;
  padding: 0 10px 20px;
  text-align: center;
  width: 25%;
}

.wrapper .gray .media .list li a {
  display: block;
  width: 100%;
  height: 90px;
}

.wrapper .gray .media .list li a img {
  width: 100%;
  height: 100%;
  background-color: #000;
}

.wrapper .gray .contact {
  margin: 0 auto;
  padding-bottom: 70px;
  width: 70%;
}

.wrapper .pt50 {
  padding-top: 50px;
}

.wrapper .gray .contact .picBox {
  float: left;
  width: 120px;
  line-height: 1.5;
  font-size: 12px;
  text-align: center;
}
.picBox img{ padding: 5px; background-color: #fff; border-radius: 3px; }
.wrapper .gray .contact .picBox .pic {
  width: 120px;
  height: 120px;
}

.wrapper .gray .contact .info {
  margin-left: 0px;
  line-height: 2;
}

.footer {
  padding: 20px 0;
  text-align: center;
  color: #fff;
}

.tips {
  padding: 0 20px;
}

.tips dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2em;
}

.tips dl:not(:first-child) {
  margin-top: 10px;
}

.tips dl:last-child {
  padding-bottom: 25px;
  border-bottom: 1px solid #a78e44;
}

.tips dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 12px;
  color: #a78e44;
}

.content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  padding: 15px 40px;
  line-height: 1.5;
  overflow: hidden;
  -webkit-transition: height 0.3s, padding 0.3s;
  transition: height 0.3s, padding 0.3s;
}

.content.vote-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px !important;
  padding-bottom: 90px !important;
}

.content.vote-content p {
  color: #a78e44;
}

.content.vote-content a {
  margin-top: 15px;
}

.content.vote-content a .vote-button {
  width: 250px;
  height: 100px;
  border: 1px solid #a78e44;
  border-radius: 5px;
  display:flex;
 align-items: center;
     flex-direction: column;
    justify-content: center;
  background-color: #a16f41;
  color: #fff;
  font-size: 20px;
  text-align: left;

}

.content.vote-content a .vote-button .icon {
  width: 17px;
  height: 28px;
  display: inline-block;
  margin-bottom:15px;

  background-image: url("../images/icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.h2 {
  position: relative;
  margin: 0 auto 30px;
  padding: 0 25px;
  max-width: 590px;
  text-align: center;
  color: #a78e44;
}

.h2 hr {
  position: absolute;
  top: 10px;
  width: calc(100% - 50px);
  height: 1px;
  border: 0;
  background-color: #a78e44;
}

.h2 i {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  background-color: #ffF;
  font-size: 25px;
  letter-spacing: 3px;
  font-weight: normal;
}

.search-result .search-content {
  padding-top: 60px;
}

.search-result .search-content .search-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-result .search-content .search-content-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
}

.search-result .search-content .search-content-wrap:nth-of-type(1) {
  margin-right: 8px;

}

.search-result .search-content .search-header li,
.search-result .search-content .search-content-item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 47px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.search-result .search-content .search-header li a,
.search-result .search-content .search-content-item li a {
  display: inline-block;
  width: 100%;
  color: #333;
  overflow: hidden;
}

.search-result .search-content .search-header li a div,
.search-result .search-content .search-content-item li a div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-result .search-content .search-header li .btn,
.search-result .search-content .search-content-item li .btn {
  padding: 7px 12px;
  border-radius: 3px;
  border: 1px solid #a78e44;
  background-color: #fff;
  color: #a78e44;
}

.search-result .search-content .search-header li .btn:hover,
.search-result .search-content .search-content-item li .btn:hover {
  background-color: #a78e44;
  color: #fff;
}

.search-result .search-content .search-header li div,
.search-result .search-content .search-content-item li div {
  padding: 0 10px;
  width: 100%;
  white-space: nowrap;
  text-align:center;
}

.search-result .search-content .search-header li div.num,
.search-result .search-content .search-content-item li div.num {
  width: 30%;
}

.search-result .search-content .search-header li div.name,
.search-result .search-content .search-content-item li div.name {
  width: 70%;
}

.search-result .search-content .search-header li:nth-of-type(2n),
.search-result .search-content .search-content-item li:nth-of-type(2n) {
  background-color: #f7f7ff;
}

.search-result .search-content .search-header {
  background: linear-gradient(to right,#a88462,#6e511e);
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.search-result .search-content .search-content-item li {
  border-bottom: 0px solid #ececec;
}

.search-result .search-content .vote-button {
  width: 75px;
  height: 30px;
  display: inline-block;
  border-radius: 20px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  font-size: 16px;
  color: #a78e44;
}

.search-result .back-index {
  width: 157px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #ccc;
  color: #a78e44;
  border-radius: 20px;
  display: block;
  margin: 25px auto 65px;
}

#qrcode {
  display: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 10px;
  border: 1px solid #a78e44;
  border-radius: 10px;
  background-color: #fff;
}

#qrcode::after {
  display: none;
}

.vote-detail-content .company {
  border-bottom: 1px solid #ececec;
}

.vote-detail-content .company .company-title {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin: 15px 0 30px;
}

.vote-detail-content .company .download-img {
  width: 8rem;
  display: block;
  margin: 0.4rem auto;
}

.vote-detail-content .company .company-desc {
  font-size: 16px;
  color: #666;
  text-align: justify;
}

.vote-detail-content .company .tipBox {
    margin-top: 20px;
  padding-right: 150px;
  text-align: right;
}

.vote-detail-content .company .tipBox .tip{
  position:relative;
  z-index: 9;
  display: inline-block;
  font-size: 16px;
  color: #E4A164;
  text-decoration: underline;
}
.vote-detail-content .company .tipBox .summary{
    display:none;
    position: absolute;
    right: -10%;
    bottom: 40px;
    padding:20px;
    border-radius: 10px;
    width: 120%;
    line-height: 1.5;
    color: #333;
    font-size: 14px;
    background: #F5F5F5;
    text-align: justify;
    border:1px solid #E4A164;
    box-shadow: 0 0 5px #A3805D;
}
.vote-detail-content .company .tipBox .summary .t{
    font-size: 16px;
    text-align: center;
    color:#A3805D;
}
.vote-detail-content .company .tipBox .summary p{
    margin-top: 20px;
}
.vote-detail-content .company .tipBox .summary .link{
    color:#A3805D;
    cursor: pointer;
}
.vote-detail-content .company .tipBox .summary .close{
    position: absolute;
    top: 0;
    right: 0;
    width:40px;
    height:40px;
    background: url("../images/close2.png")  no-repeat center center / 16px ;
    cursor: pointer;
}

.vote-detail-content .company .vote-button {
  width: 157px;
  height: 40px;
  background: #a78e44;
  border: 1px solid #a78e44;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  display: block;
  margin: 10px auto 35px;
}

.vote-detail-content .center {
  padding: 30px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ececee;
  text-align: center;
}

.vote-detail-content .center .center-title {
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
}

.vote-detail-content .center .center-content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vote-detail-content .center .center-content .center-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.vote-detail-content .center .vote-button {
  width: 375px;
  height: 50px;
  border: 0 solid #a78e44;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(to right,#a88462,#6e511e);
  color: #fff;
  font-size: 20px;
  text-align: left;
  padding-left: 65px;
}

.vote-detail-content .center .vote-button .icon {
  margin-right: 20px;
  width: 17px;
  height: 28px;
  display: inline-block;
  margin-right: 15px;
  background-image: url("../images/icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.vote-detail-content .center .vote-button-small {
  width: 112px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  background-color: #C0A264;
  border: none;
  color: #fff;
  border-radius: 5px;
  margin-left: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.vote-detail-content .center .vote-button-small.grayBtn {
  background-color: #ececec;
  color: #333;
}

.vote-detail-content .buttons {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vote-detail-content .buttons .other-button,
.vote-detail-content .buttons .back-button,
.vote-detail-content .buttons .share {
  padding: 10px 36px;
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: 14px;
  color:#a78e44;
}

.vote-detail-content .buttons .other-button {
  margin-right: 20px;
}

#login {
  display: none;
}

#login .login-main {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  max-width: 350px;
  width: 90%;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

#login .login-main .login-header {
  width: 100%;
  height: 86px;
  background-image: url(../images/login_background.png);
  background-size: contain;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffF;
}

#login .login-main .login-header > p:first-of-type {
  font-size: 18px;
  font-weight: bold;
}

#login .login-main .login-header > p:last-of-type {
  font-size: 12px;
}

#login .login-main .login-content {
  padding: 20px 15px 0;
}

#login .login-main .login-content > * {
  min-height: 45px;
  line-height: 1;
  width: 100% !important;
  display: inline-block;
  border: none;
  border-bottom: 1px solid #ececec;
}
#login .login-main .login-content .select{
    height: 45px;
}
#login .login-main .login-content .area {
  width: 100%;
  height: 100%;
  border: inherit;
}

#login .login-main .login-content .select2 {
  height: auto;
  padding-bottom: 18px;
  background-color: transparent;
}

#login .login-main .login-content .select2 * {
  background-color: transparent !important;
}

#login .login-main .login-content .select2 .select2-selection__rendered {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

#login .login-main .login-content select {
  background-color: transparent;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  padding-left: 8px;
}

#login .login-main .login-content input {
  font-size: 14px;
  padding-left: 8px;
  height: 45px;
  line-height: 1;
  width: 100% !important;
  display: inline-block;
  border: none;
  border-bottom: 1px solid #ececEC;
}

#login .login-main .login-content .select2-selection {
  border: none !important;
  font-size: 14px;
}

#login .login-main .login-content .password {
  position: relative;
}

#login .login-main .login-content .password .send-code {
  width: 80px;
  height: 24px;
  background: #ffffff;
  border: 1px solid #a78e44;
  border-radius: 12px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #a78e44;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#login .login-main .login-content .password .send-code:disabled {
  color: #bbb;
  border-color: #bbb;
}

#login .login-main .login-button {
  padding: 0 30px;
  margin: 32px 0;
}

#login .login-main .login-button button {
  margin: 0 auto;
  display: block;
  width: 234px;
  height: 40px;
  background: -webkit-gradient(linear, right top, left top, from(#a78e44), to(#d2bc90));
  background: linear-gradient(270deg, #a78e44, #d2bc90);
  border-radius: 20px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  color: #ffF;
}

#login .mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9;
}

.wrapper-small {

}
.wrapper-small .logobox {
    text-align: center;
    padding: 3vh 0 0;
    height:auto;
}
.wrapper-small .progress {
  top: 20px;
}

.vote-item-content {
  padding: 15px 25px !important;
  text-align: center;
}

.vote-item-content .vote-tab {
  padding-bottom: 15px;
  border-bottom: 1px solid #ececec;
}

.vote-item-content .vote-tab dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

@media screen and (max-width: 900px) {
  .vote-item-content .vote-tab dl {
    margin-bottom: 10px;
  }
}

.vote-item-content .vote-tab dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  font-size: 18px;
  line-height: 40px;
}

.vote-item-content .vote-tab dl dd {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
  width: calc(100% - 80px);
}

.vote-item-content .vote-tab .vote-tab-item {
  display: inline-block;
  min-width: 150px;
  margin: 3px;
}

@media screen and (max-width: 900px) {
  .vote-item-content .vote-tab .vote-tab-item {
    width: 100%;
  }
}

.vote-item-content .vote-tab .vote-tab-item.active .vote-button {
  background-color: #a78e44;
  color: #ffF;
}

.vote-item-content .vote-tab .vote-tab-item.active .vote-button .icon_default {
  background-image: url(../images/icon.png);
}

.vote-item-content .vote-tab .vote-tab-item .icon_default {
  margin-right: 12px;
  width: 17px;
  height: 28px;
  background-image: url(../images/icon-2.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 900px) {
  .vote-item-content .vote-tab .vote-tab-item .icon_default {
    width: 15px;
    height: 20px;
  }
}

.vote-item-content .vote-tab .vote-tab-item .vote-button {
  width: 100%;
  height: 50px;
  background: #ffF;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #a78e44;
  font-size: 18px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 900px) {
  .vote-item-content .vote-tab .vote-tab-item .vote-button {
    margin: 0.5333rem auto 0.4667rem !important;
    height: 36px;
    font-size: 16px;
  }
}

.vote-item-content .vote-intro {
  padding-left: 80px;
  padding-bottom: 15px;
}

.vote-item-content .vote-intro .vote-intro-item {
  color: #666;
  line-height: 2;
  text-align: justify;
}

.vote-item-content .vote-intro .vote-intro-item .left {
  font-weight: bold;
  margin-right: 20px;
}

.search-input {
  text-align: center;
  position: relative;
  width: 300px;
  height: 40px;
  margin: 20px auto 0;
}

.search-input [name="keyword"] {
  height: 100%;
  width: 100%;
  background: #ffffff;
  border: 1px solid #a78e44;
  border-radius: 20px;
  padding-left: 30px;
  font-size: 16px;
  color: #a78e44;
  letter-spacing:2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.search-input .search-button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
  border: none;
  background-color: transparent;
}

.search-bg {
  margin-bottom: 10px;
}

.search-bg p {
  position: relative;
  display: inline-block;
  color: #a78e44;
  font-size: 20px;
  height:52px;
  line-height:52px;
}

.search-bg p::before {
  position: absolute;
  left: -42px;
  top: 0px;
  content: '';
  display: inline-block;
  width: 22px;
  height: 52px;
  background-image: url("../images/braces.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.search-bg p::after {
  position: absolute;
  right: -42px;
  top: 0px;
  content: '';
  display: inline-block;
  width: 22px;
  height: 52px;
  background-image: url("../images/braces.png");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.search-bg p span {
  font-size: 24px;
}

.templ_name {
  font-size: 50px;
  font-weight: bolder;
  color: #92642A;
  position: absolute;
  top: 700px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
  line-height: 100px;
  letter-spacing: 5px;
}

.goUp {
  position: fixed;
  z-index: 2;
  left: 50%;
  margin-left: 550px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  background: url(../images/arrow.png) no-repeat 50% 50%/18px auto #6C4C25;
  border-radius: 50%;
}

.header-extra-img {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 221px;
    height: 45px;
}
.header-extra-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.prize-img-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 44px; /* 行间距 */
    padding: 50px 0;
    background: linear-gradient(0deg, #FFF2D6 0%, #FFFAEF 100%);
    border-radius: 4px;
}
.prize-row {
    display: flex;
    justify-content: center;
    gap: 44px; /* 图片间距 */
    width: 100%;
    max-width: 800px; /* 限制行宽，保证居中 */
}
.prize-card {
    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
}

/* 稻穗图标样式 */
.prize-icon {
    width: 24px; /* 稻穗图片宽度，可根据实际调整 */
    height: 100%;
    object-fit: contain;
    flex-shrink: 0;
}
.left-icon {
    margin-right: 8px;
}
.right-icon {
    margin-left: 8px;
}

/* 文字容器样式 */
.prize-text {
    text-align: center;
    /* flex: 1; */
}
.prize-type {
    font-size: 14px;
    color: #935C00;
    line-height: 1;
    margin-bottom: 4px;
}
.prize-name {
    font-size: 16px;
    color: #502D08;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 适配不同行数的居中 */
.prize-row:nth-child(1), /* 第一排2张 */
.prize-row:nth-child(2) { /* 第二排2张 */
    justify-content: center;
}
.prize-row:nth-child(3) { /* 第三排4张 */
    justify-content: center;
}
.prize-row:nth-child(4), /* 第四排1张 */
.prize-row:nth-child(5) { /* 第五排1张 */
    justify-content: center;
}

/* 阿贵 begin */
.awardList{ text-align: center;}
.awardList dt { font-size: 24px; color:#a78e44; font-weight: bold;}
.awardList a{ margin:15px; display:inline-block;}
/* 阿贵 End */
