@charset "UTF-8";
.light {
  color: #c0a264;
}

.background-gray {
  background-color: #f5f5f5;
}

.ad {
  width: 100%;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}

.ad img {
  max-width: 100%;
}

.icon_default {
  width: 17px;
  height: 28px;
  display: inline-block;
  margin-right: 15px;
  background-image: url("../image/icon_default.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.no-padding-top {
  padding-top: 0 !important;
}

.vote-button {
  font-size: 16px !important;
}

[event="vote"].disabled {
  border-color: #999 !important;
  color: #999 !important;
  background-color: #fff !important;
}

.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: 20px !important;
  padding-bottom: 90px !important;
}

.vote-content a {
  margin-top: 15px;
}

.vote-content a:first-of-type {
  margin-top: 65px;
}

.vote-content a .vote-button {
  width: 375px;
  height: 50px;
  border: 1px solid #c0a264;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #c0a264;
  color: #fff;
  font-size: 20px;
  text-align: left;
  padding-left: 65px;
}

.vote-content a .vote-button .icon {
  margin-right: 20px;
}

.vote-item-content {
  padding: 15px 25px !important;
  text-align: center;
}

.vote-item-content .vote-tab {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.vote-item-content .vote-tab .vote-tab-item {
  width: 200px;
  margin-right: 10px;
}

.vote-item-content .vote-tab .vote-tab-item.active .vote-button {
  background-color: #c0a264;
  color: #fff;
}

.vote-item-content .vote-tab .vote-tab-item.active .icon_default {
  background-image: url(../image/icon.png);
}

.vote-item-content .vote-tab .vote-tab-item .vote-button {
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #c0a264;
  border-radius: 5px;
  color: #c0a264;
  font-size: 18px;
  text-align: left;
  padding-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vote-item-content .vote-tab .vote-tab-item:last-of-type {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 1;
  margin: 0;
}

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

.vote-item-content .search-result .search-input {
  text-align: center;
  position: relative;
  width: 300px;
  height: 40px;
  margin: 20px auto 0;
}

.vote-item-content .search-result .search-input [name="keyword"] {
  height: 100%;
  width: 100%;
  background: #ffffff;
  border: 1px solid #c0a264;
  border-radius: 20px;
  padding-left: 30px;
  font-size: 14px;
  color: #c0a264;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.vote-item-content .search-result .search-input .search-button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../image/search.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
  border: none;
  background-color: transparent;
}

.vote-item-content .search-result .search-content {
  margin-top: 20px;
}

.vote-item-content .search-result .search-content .search-header li,
.vote-item-content .search-result .search-content .search-content-item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 47px;
  line-height: 1.5;
}

.vote-item-content .search-result .search-content .search-header li > *:nth-of-type(1),
.vote-item-content .search-result .search-content .search-content-item li > *:nth-of-type(1) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  text-align: center;
}

.vote-item-content .search-result .search-content .search-header li > *:nth-of-type(2),
.vote-item-content .search-result .search-content .search-content-item li > *:nth-of-type(2) {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  text-align: center;
}

.vote-item-content .search-result .search-content .search-header li > *:nth-of-type(2).text-left,
.vote-item-content .search-result .search-content .search-content-item li > *:nth-of-type(2).text-left {
  text-align: left;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.vote-item-content .search-result .search-content .search-header li > *:nth-of-type(3),
.vote-item-content .search-result .search-content .search-content-item li > *:nth-of-type(3) {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  text-align: center;
}

.vote-item-content .search-result .search-content .search-header li > *:nth-of-type(4),
.vote-item-content .search-result .search-content .search-content-item li > *:nth-of-type(4) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  text-align: center;
}

.vote-item-content .search-result .search-content .search-header li a,
.vote-item-content .search-result .search-content .search-content-item li a {
  color: #333;
}

.vote-item-content .search-result .search-content .search-header {
  background: #f7f7f7;
  font-size: 16px;
  font-weight: bold;
  color: #666;
}

.vote-item-content .search-result .search-content .search-content-item li {
  border-bottom: 1px solid #ececec;
}

.vote-item-content .search-result .search-content .vote-button {
  width: 75px;
  height: 40px;
  display: inline-block;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #c0a264;
  font-size: 16px;
  color: #c0a264;
}

.vote-item-content .search-result .back-index {
  width: 157px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #c0a264;
  color: #c0a264;
  border-radius: 20px;
  display: block;
  margin: 25px auto 65px;
}

.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 .company-desc {
  font-size: 16px;
  color: #666;
  white-space: pre-wrap;
  text-align: justify;
}

.vote-detail-content .company .vote-button {
  width: 157px;
  height: 40px;
  background: #c0a264;
  border: 1px solid #c0a264;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  display: block;
  margin: 40px 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 #ececec;
  text-align: center;
}

.vote-detail-content .center .center-title {
  font-size: 18px;
  color: #000;
  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: 1px solid #c0a264;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #c0a264;
  color: #fff;
  font-size: 20px;
  text-align: left;
  padding-left: 65px;
}

.vote-detail-content .center .vote-button .icon {
  margin-right: 20px;
}

.vote-detail-content .center .vote-button-small {
  width: 112px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  background-color: #ececec;
  border: none;
  color: #333;
  border-radius: 5px;
  margin-left: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.vote-detail-content .buttons {
  padding: 30px 0;
  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: 8px 15px;
  background: #ffffff;
  border: 1px solid #c0a264;
  border-radius: 20px;
  color: #c0a264;
}

.vote-detail-content .buttons .other-button,
.vote-detail-content .buttons .back-button {
  margin-right: 20px;
}

#qrcode {
  display: none;
  padding: 10px;
  border: 1px solid #c0a264;
  border-radius: 10px;
  background-color: #fff;
}

#qrcode::after {
  content: "扫码投票";
  font-size: 14px;
  color: #666;
  text-align: center;
  display: block;
  margin-top: 15px;
}

#login {
  display: none;
}

#login .login-main {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  width: 8rem;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

#login .login-main .login-header {
  width: 100%;
  height: 2.3067rem;
  background-image: url(../image/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: 0.48rem;
  font-weight: bold;
}

#login .login-main .login-header > p:last-of-type {
  font-size: 0.32rem;
}

#login .login-main .login-content {
  padding: 0.8rem;
}

#login .login-main .login-content > * {
  height: 1.2rem;
  line-height: 1.2rem;
  width: 100% !important;
  display: inline-block;
  border: none;
  border-bottom: 1px solid #ececec;
}

#login .login-main .login-content .area {
  width: 100%;
  height: 100%;
  border: inherit;
}

#login .login-main .login-content .select2 {
  height: auto;
  padding-bottom: 0.2rem;
  background-color: transparent;
}

#login .login-main .login-content .select2 * {
  background-color: transparent !important;
}

#login .login-main .login-content .select2 .select2-selection__rendered {
  font-size: 0.4rem;
  font-weight: bold;
  color: #333;
}

#login .login-main .login-content select {
  background-color: transparent;
  font-size: 0.4rem;
  font-weight: bold;
  color: #333;
  padding-left: 0.2rem;
}

#login .login-main .login-content input {
  font-size: 0.4rem;
  padding-left: 0.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  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: 0.4rem;
}

#login .login-main .login-content .password {
  position: relative;
}

#login .login-main .login-content .password .send-code {
  width: 1.6rem;
  height: 0.6667rem;
  background: #ffffff;
  border: 0.9975px solid #c0a264;
  border-radius: 0.3333rem;
  font-size: 0.4rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #c0a264;
  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 0.8rem;
  margin: 1.5334rem 0 1.1067rem;
}

#login .login-main .login-button button {
  width: 6.24rem;
  height: 1.0133rem;
  background: -webkit-gradient(linear, right top, left top, from(#c0a264), to(#d2bc90));
  background: linear-gradient(270deg, #c0a264, #d2bc90);
  border-radius: 0.5067rem;
  border: none;
  font-size: 0.4rem;
  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;
}

.select2-results__option {
  font-size: 14px;
}

@media screen and (max-width: 1000px) {
  #intro {
    font-size: 22px;
  }
  .nav .container a {
    display: block;
  }
  .vote-tab {
    overflow-x: auto;
    margin: 0 -25px;
  }
  .vote-tab a {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: auto !important;
  }
  .vote-tab a:last-of-type {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .vote-tab a .vote-button {
    height: auto !important;
    padding: 5px 10px !important;
    font-size: 12px !important;
  }
  .vote-content {
    padding: 15px 10px !important;
  }
  .vote-content a {
    width: 100%;
  }
  .vote-content a .vote-button {
    width: 100%;
    padding-left: 45px;
  }
  .vote-content a:first-of-type {
    margin-top: 30px;
  }
  .vote-intro {
    padding-left: 0 !important;
    font-size: 12px !important;
  }
  .vote-intro .left {
    white-space: nowrap;
  }
  .search-result .search-content {
    margin: 20px -25px;
  }
  .search-result .search-content .vote-button {
    width: 60px !important;
    height: 30px !important;
    background: red;
  }
  .search-result .back-index {
    margin-bottom: 10px !important;
  }
  .center-content {
    width: 100% !important;
    overflow-x: auto;
  }
  .center-content .center-item .vote-button {
    width: 200px !important;
    padding: 10px !important;
  }
  .center-content .center-item .vote-button .icon {
    display: none;
  }
  .center-content .center-item .vote-button-small {
    width: auto;
    font-size: 16px;
    line-height: 1.5;
    padding: 10px !important;
  }
  .buttons {
    font-size: 14px;
  }
  .other-button {
    margin-right: 0 !important;
  }
  .share {
    display: none;
  }
  .rank .search-header li > *:nth-of-type(1),
  .rank .search-content-item li > *:nth-of-type(1) {
    margin-left: 30px;
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
  }
  .rank .search-header li > *:nth-of-type(2),
  .rank .search-content-item li > *:nth-of-type(2) {
    margin-right: 30px;
    -webkit-box-flex: 3 !important;
        -ms-flex: 3 !important;
            flex: 3 !important;
    text-align: center;
  }
}

.vote-loading {
  position: fixed;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  display: none;
}

.item-loading {
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
