/* by jim 2022*/
@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  width: 100%;
  font-family: sans-serif;
  font-size: 14px;
  color: #301b0f;
  line-height: 25px;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

em,
i {
  font-style: normal;
}

img {
  border: none;
  outline: none;
  vertical-align: middle;
}

a {
  color: #292934;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
 -moz-user-focus: none;
}
a:hover {
  color: #0f8453;
  /* text-decoration: underline; */
}
ul,
li {
  list-style: none;
}
.vote-main,
.vote-nav,
.news-lists,
.clearfix {
  *zoom: 1;
}
.vote-main::after,
.vote-nav::after,
.news-lists::after,
.clearfix::after {
  clear: both;
  display: block;
  content: '';
  visibility: hidden;
}

.none {
  display: none;
}

.top {
  width: 100%;
  /* background: #ab8544 url('../images/top_bg.png') no-repeat center center / 100% 100%; */
}
.top-bg {
  background-color: #ab8544;
}
.top img {
  margin: 0 auto;
  display: block;
  /* padding-bottom: 30px; */
  width: 100%;
}
.top .top-big {
  display: none;
}
.top .top-tiny {
  display: block;
}
.bg_y {
  background-color: #ab8544;
}
.wrap,
.box {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.box {
  padding: 50px 20px 0;
}

.box.last,
.bg_y .box {
  padding-bottom: 50px;
}
.box p {
  margin: 0 0 0.7em 0;
  font-size: 14px;
  color: #301b0f;
  line-height: 1.7;
  text-align: justify;
}
.bg_y .box p {
  color: #fbfffc;
}
.video {
  margin: 10px auto;
  background-color: #d5ac6a;
  border: 5px solid #d5ac6a;
}
.video img {
  width: 100%;
}
.box h1 {
  margin: 0 auto;
  display: block;
  padding: 20px 10px 10px 30px;
  width: fit-content;
  font-size: 28px;
  color: #ad893f;
  line-height: 1;
  letter-spacing: 3px;
  font-weight: 500;
  background: url('../images/h1_bg.png') no-repeat 0 0 / 55px auto;
}
.box h1 span {
  padding-bottom: 5px;
  border-bottom: 2px solid #a37d3b;
}
.box h1 p {
  display: block;
  margin-top: 20px;
  margin-left: -12px;
  color: #ad893f;
  text-align: center;
}
.box h1 img.t4 {
  width: 130px;
}
.box h1 img.t5 {
  width: 220px;
}
.box h1 img.t6 {
  width: 260px;
}
.box h1 img.t9 {
  width: 260px;
}
.zjyz {
  margin-top: 30px;
}
.zjyz li {
  display: block;
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}
.zjyz li:last-child {
  margin-bottom: 0;
}
.cy i,
.zjyz i {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: #f1d9ad;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  background-color: #ab8544;
  border-radius: 50%;
}
.cyfs,
.hdlc {
  margin-top: 25px;
  padding: 0;
  border-radius: 20px;
}
.hdlc {
  overflow: hidden;
}
.lc {
  position: relative;
  margin: 30px 0 0;
  display: flex;
  flex-direction: column;
}
.lc::before {
  display: block;
  content: ' ';
  position: absolute;
  top: 20px;
  left: 50px;
  margin-top: -1px;
  width: 1px;
  height: 280px;
  background-color: #f1d8af;
}

.lc li {
  position: relative;
  padding-left: 100px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}
.lc li i {
  display: block;
  position: absolute;
  left: 41px;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background-color: #a37d3c;
  border: 1px solid #a37d3c;
  border-radius: 50%;
}
.lc li em {
  display: block;
  width: 16px;
  height: 16px;
  border: 4px solid #efdbb6;
  background-color: #a37d3c;
  border-radius: 50%;
}
.lc li span {
  display: block;
  font-size: 14px;
}
.box-lc {
  padding: 20px;
}
.book {
  font-size: 14px;
  color: #f2d8af;
  text-align: center;
}
.book b {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
}
.book b span {
  display: block;
}
.book-box {
  position: relative;
  margin-top: 30px;
  padding: 150px 0 0;
  background-color: #927039;
  border-radius: 10px;
  overflow: hidden;
}
.book-box img {
  position: absolute;
  left: 50%;
  top: 20px;
  margin-left: -55px;
  width: 120px;
}
.book-box p span {
  display: block;
  margin: 50px auto 30px;
  font-size: 16px;
  color: #f2d8af;
  text-align: center;
  font-weight: normal;
}
a.btn.btn-buy {
  display: block;
  margin: 30px auto;
  padding: 0;
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
a.btn.btn-buy ins {
  display: inline-block;
  margin-right: 10px;
  width: 36px;
  height: 36px;
  background: url('../images/icon_buy.png') no-repeat center center;
  vertical-align: top;
}
/* .box-lc a {
  position: relative;
  display: block;
  margin: 30px 0;
  padding: 5px 85px 5px 35px;
  background-image: linear-gradient(to right, #f1d5ad, #ab8544);
  border-radius: 10px;
}
.box-lc a p {
  margin: 0;
  font-size: 16px;
  color: #301b0f;
  line-height: 24px;
  font-weight: bold;
}
.box-lc i {
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 32px;
  height: 32px;
  background: url('../images/icon_cl.png') no-repeat center center / 32px 32px;
} */

/* .box-lc img {
  position: absolute;
  right: -10px;
  top: -15px;
  width: 90px;
} */

.box-case {
  padding: 20px;
  background-color: #311b10;
  border-radius: 20px;
}
.box-case h1 {
  margin-bottom: 30px;
  font-size: 24px;
  color: #f1d8af;
  letter-spacing: 1px;
}
.box-case h1 span {
  border-color: #f1d8af;
}
.box-case p {
  color: #f2d8af;
  opacity: 0.8;
}
.box-case h2 {
  position: relative;
  margin: 40px 0 15px;
  padding: 28px 0 0 36px;
  font-size: 18px;
  color: #f2d8af;
}
.box-case h2 b {
  position: relative;
  z-index: 5;
}
.box-case i {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  padding: 0 0 0 10px;
  font-size: 30px;
  line-height: 40px;
  text-align: left;
  font-weight: bold;
  border: 1px solid #f3d7af;
  border-radius: 50%;
  z-index: 1;
}
.box-case i::after {
  display: block;
  content: ' ';
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 0;
  height: 0;
  border-bottom: 30px solid #301d0f;
  border-left: 30px solid transparent;
  z-index: 1;
}
.zj,
.links,
.xsxl {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.xsxl li {
  margin-bottom: 10px;
  padding: 0 2px;
  width: 100%;
}
.xsxl.x3 li {
  width: 100%;
}
.xsxl.x4 li,
.xsxl.x5 li,
.xsxl.x6 li {
  width: 50%;
}
.xsxl span {
  display: block;
  padding: 8px;
  color: #f2d9b0;
  text-align: center;
  background-image: linear-gradient(to right, #805e2e, #301d0f);
  border: 1px solid #8c602f;
  border-radius: 10px;
}
.zj {
  margin-top: 20px;
}
.zj li {
  margin-bottom: 20px;
  width: 100%;
}
.zj li b {
  display: block;
  width: 100%;
  height: 34px;
  font-size: 18px;
  color: #301b0f;
  line-height: 34px;
  text-align: center;
  background-image: linear-gradient(to right, #fff 0%, #c4a974 50%, #fff 100%);
}
.zj li p {
  padding-top: 15px;
  height: auto;
  color: #301b0f;
  text-align: center;
}
.zj li span {
  display: block;
}

.cyfs {
  padding: 20px;
}
.cyfs img {
  margin: 20px auto 0;
  display: block;
  width: 100px;
  height: 100px;
}
.cy {
  padding: 30px 0;
}
.cy li {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  text-align: center;
}
.cy li:last-child {
  margin-bottom: 0;
}
.cy i,
.cy span {
  display: inline-block;
  vertical-align: middle;
}
.cy i {
  position: inherit;
  top: 0;
  margin: 0 auto;
  /* margin-right: 5px; */
  display: block;
  color: #ab8544;
  background-color: #f1d8af;
}
.cy li span {
  margin-top: 10px;
  /* margin-right: 15px; */
  font-size: 16px;
  color: #fffeff;
  line-height: 30px;
}
.cy li a {
  margin-right: 3px;
  color: #fff;
  text-decoration: underline;
}
.cy li b {
  display: block;
  font-weight: normal;
}
a.btn {
  padding: 4px 12px;
  color: #301b0f;
  font-weight: bold;
  /* background-color: #8e632c; */
  background-image: linear-gradient(to right, #fce2be, #d3b380);
  border: 1px solid #301b0f;
  box-shadow: 1px 2px 4px #71592d;
  border-radius: 4px;
}
a.btn:hover {
  text-decoration: none;
  background-image: linear-gradient(to left, #fce2be, #d3b380);
}
.cy li a.btn-ap {
  display: block;
  margin: 10px auto 0;
  padding: 4px 20px;
  width: fit-content;
  font-size: 16px;
  color: #301b0f;
  line-height: 30px;
  text-decoration: none;
}
.cy li a.btn-ap ins {
  display: inline-block;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  background: transparent url("../images/icon_dl.png") no-repeat center center / 12px auto;
  vertical-align: middle;
}
.contact {
  margin: 20px 20px 0;
  /* border-top: 1px dashed #e1c293; */
}
.contact h3 {
  padding: 10px 0;
  font-size: 16px;
  color: #f1d8af;
  text-align: center;
}
.contact span {
  display: block;
}
.contact a,
.contact p {
  color: #301b0f;
}
.contact p {
  display: inline-block;
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25px auto;
}
.contact p.icon-mobile {
  background-image: url('../images/icon_phone.png');
}
.contact p.icon-mail {
  background-image: url('../images/icon_mail.png');
}
.links a {
  font-size: 16px;
  line-height: 30px;
}
.news {
  margin-top: 30px;
  text-align: center;
}
.news p.icon-video {
  margin: 0;
  padding-left: 40px;
  display: inline-block;
  width: fit-content;
  color: #301b0f;
  text-align: center;
  background: url('../images/icon_video.png') no-repeat left center;
}

.news-lists {
  margin-top: 20px;
}
.news-lists a {
  display: block;
  margin: 10px 0;
  width: 100%;
  padding-left: 30px;
  color: #301b0f;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: url('../images/icon_news.png') no-repeat left center / 16px auto;
}

.footer {
  padding: 10px 20px;
  background-color: #311b10;
}
.footer p {
  font-size: 12px;
  color: #f2d8af;
  line-height: 20px;
  text-align: center;
}
.footer a {
  display: block;
  color: #f2d8af;
}

/* 投票部分 */
.vote {
  width: 100%;
  height: auto;
}
#vote .box {
  padding: 50px 0 0;
}
.vote-nav {
  margin: 25px 10px;
  /* display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; */
}
.vote-nav a {
  position: relative;
  display: block;
  float: left;
  width: 25%;
}
.vote-nav a::after {
  display: block;
  content: ' ';
  position: absolute;
  right: 0;
  top: 5px;
  width: 1px;
  height: 40px;
  background-color: #f1dab7;
}
.vote-nav a:last-child:after {
  display: none;
}
.vote-nav i {
  display: block;
  margin: 0 auto 5px;
  padding: 6px;
  width: 48px;
  height: 48px;
  background-color: #2f1b10;
  border-radius: 50%;
}
.vote-nav b {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #f1d7b1;
  line-height: 36px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #f1d7b1;
  border-radius: 50%;
}
.vote-nav p {
  font-size: 11px;
  color: #301b0f;
  line-height: 18px;
  text-align: center;
}
.vote-nav .active i {
  background-color: transparent;
  background-image: linear-gradient(to bottom, #d2b282, #fbe2c0);
}
.vote-nav .active b {
  color: #a98448;
  border: 1px solid #a98448;
}
.vote-nav .active p {
  color: #a98448;
}
.vote-src {
  position: relative;
  margin: 0 auto 20px;
  width: 240px;
  height: 32px;
}
.vote-src input {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 30px 0 10px;
  font-size: 16px;
  color: #301b0f;
  background: #fffaf3;
  border: 1px solid #3c291f;
  border-radius: 4px;
}
.vote-src input::placeholder {
  font-size: 13px;
}
.vote-src a.btn-cancel {
  display: none;
  position: absolute;
  top: 0;
  right: 30px;
  width: 32px;
  height: 32px;
  background: url("../images/icon-del.png") no-repeat center center / 14px 14px;
}
.vote-src a.btn-submit {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 30px;
  height: 30px;
  background:  url("../images/icon-src.png") no-repeat center center / 20px 20px;
}
/* 投票列表 */
.vote-main {
  padding: 20px 10px;
  width: 100%;
}
.vote-item {
  position: relative;
  float: left;
  margin: 0 1% 10px;
  width: 48%;
  height: 325px;
  /* height: 275px; */
  background-image: linear-gradient(to bottom, #d9ba8d, #fee6cb);
  border-radius: 8px;
  overflow: hidden;
}
.vote-item h5 {
  padding: 15px 15px 10px;
  font-size: 16px;
  line-height: 20px;
  border-bottom: 1px solid #b08c52;
}
.vote-info {
  padding: 10px 15px 45px;
}
.vote-info p {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #301B0F;
  line-height: 20px;
}
.vote-info p.dw,
.vote-info p.mc,
.vote-info p.fl {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.vote-info p::before {
  display: inline-block;
  position: absolute;
  left: 0;
  font-size: 12px;
}
.vote-info p.mc::before {
  content: '名称：';
}
.vote-info p.dw::before {
  content: '单位：';
}
.vote-info p.fl::before {
  content: '小类：';
}
.vote-info p.dl::before {
  content: '类别：';
}
.vote-info p.gs::before {
  content: '概述：';
}
.vote-info p.num {
  position: absolute;
  right: 15px;
  bottom: 45px;
  width: 100%;

  text-align: right;
}
.vote-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
}
.vote-btn a {
  display: block;
  float: left;
  width: 50%;
  height: 45px;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
}
.vote-btn a.btn-intro {
  color: #AA8543;
  background-color: #e4cb9c;
}
.vote-btn a.btn-intro:hover {
  background-color: #cdb17c;
}
.vote-btn a.btn-apply {
  color: #F2D8AF;
  background-color: #a98448;
}
.vote-btn a.btn-apply:hover {
  background-color: #8f6b30;
}
/* 弹窗 */
.pop {
  width: 100%;
  height: 100vh;
}
.pop-close {
  position: absolute;
  top: -18px;
  right: -10px;
  width: 36px;
  height: 36px;
  background: url("../images/close.png") no-repeat center center / 36px 36px;
  z-index: 100;
  cursor: pointer;
}
.pop-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,.5);
  z-index: 98;
}
.pop-box {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  padding: 12px 15px;
  width: 90%;
  max-width: 800px;
  height: auto;
  max-height: 80vh;
  background-color: #a78547;
  border-radius: 12px;
  z-index: 99;
}
.pop-box h3 {
  padding: 5px 0 10px;
  font-size: 18px;
  color: #F2D8AF;
  text-align: center;
  border-bottom: 1px solid #F2D8AF;
}
.pop .vote-info {
  padding: 10px 0 50px;
  height: auto;
  max-height: 70vh;
  overflow-y: auto;
}
.pop .vote-info p {
  padding-left: 45px;
  color: #fff;
}
.pop .vote-info p::before {
  /* width: 40px; */
  padding: 0 0 0 5px;
  height: 20px;
  font-size: 11px;
  text-align: center;
  background-color: #916e3d;
  border-radius: 4px;
}
.pop .vote-btn {
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}
.pop .vote-btn a.btn-apply {
  background-color: #301B0F;
}
/* 底部按钮 */
.footer-btn,.footer-blank {
  display: block;
  width: 100%;
  height: 66px;
}
.footer-btn {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  text-align: center;
  background: url("../images/footer-bg.png") no-repeat center center / 100% 100%;
  z-index: 20;
}
.footer-btn a {
  display: inline-block;
  width: 40%;
  height: 46px;
  margin: 10px 0;
  font-size: 18px;
  color: #A37D3B;
  line-height: 46px;
  text-align: center;
}
.footer-btn a.active {
  color: #F2D8AF;
  text-decoration: underline;
}
.footer-bg {
  background-color: #301b0f;
}
#topNav {
  display: none;
}
/* 自适应 */
@media( min-width: 375px) {
  .vote-nav p {
    font-size: 12px;
  }
}
@media (min-width: 400px) {
  .box-case h2 {
    font-size: 20px;
  }
  .box p {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .footer-btn,.footer-blank {
    display: none;
  }
  .top {
    background-image: url('../images/top_bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
  }
  .top .top-big {
    display: block;
  }
  .top .top-tiny {
    display: none;
  }
  .top img {
    padding-bottom: 80px;
    max-width: 1600px;
  }
  .box {
    padding: 100px 0 0;
    width: 950px;
  }
  .box.last {
    padding-bottom: 100px;
  }
  .box p {
    font-size: 18px;
    line-height: 2;
  }
  .video {
    margin: 20px auto;
    border-width: 10px;
  }
  .box h1 {
    padding: 50px 20px 20px 60px;
    font-size: 50px;
    letter-spacing: 7px;
    background-size: auto;
  }
  .box h1 p {
    margin-left: 0;
  }
  .box h1 span {
    border-width: 4px;
  }

  .box h1 img.t4 {
    width: 220px;
  }
  .box h1 img.t5 {
    width: 280px;
  }
  .box h1 img.t6 {
    width: 340px;
  }
  .box h1 img.t9 {
    width: 520px;
  }
  .zjyz {
    margin-top: 60px;
  }
  .zjyz li {
    margin-bottom: 50px;
    padding-left: 70px;
  }
  .cy i,
  .zjyz li i {
    margin-top: -25px;
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
  }
  .box.cyfs,
  .box.hdlc {
    margin-top: 50px;
    padding: 0;
  }
  .box.cyfs,
  .hdlc,
  .box-case {
    border-radius: 40px;
  }

  .book-box {
    padding: 0 0 30px 130px;
    background-color: #927039;
    border-radius: 10px;
    overflow: hidden;
  }
  .book-box img {
    position: absolute;
    left: 50px;
    top: 20px;
    margin-left: 0;
  }
  .book-box p span {
    display: block;
    margin: 50px auto 30px;
    font-size: 21px;
    color: #f2d8af;
    text-align: center;
    font-weight: bold;
  }
  .lc {
    margin: 60px 80px 50px;
    flex-direction: row;
    justify-content: space-around;
  }
  .lc::before {
    top: 50%;
    left: 100px;
    margin-top: -1px;
    width: 600px;
    height: 2px;
  }

  .lc li {
    padding: 0;
    margin-bottom: 0;
    font-size: 20px;
    text-align: center;
  }
  .lc li i {
    left: 50%;
    top: 50%;
    margin-top: -16px;
    margin-left: -16px;
    width: 34px;
    height: 34px;
    border: 2px solid #a37d3c;
  }
  .lc li em {
    width: 30px;
    height: 30px;
    border: 8px solid #efdbb6;
  }
  .lc li span {
    display: block;
    margin-top: 80px;
    font-size: 18px;
  }

  .box-lc {
    padding: 50px 130px;
  }
  .book {
    font-size: 18px;
    text-align: center;
  }
  .book b {
    margin-bottom: 10px;
    font-size: 21px;
  }
  .book b span {
    display: inline;
  }
  .box-lc a {
    margin: 50px 0;
    padding: 10px 135px 10px 80px;
  }
  .box-lc a p {
    margin: 0;
    font-size: 18px;
    line-height: 26px;
  }
  .box-lc i {
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    width: 65px;
    height: 65px;
    background-size: auto;
  }
  /* 
  .box-lc img {
    position: absolute;
    right: -30px;
    top: -70px;
    width: 155px;
  } */

  .box-case {
    padding: 50px 100px;
  }
  .box-case h1 {
    margin-bottom: 70px;
  }

  .box-case h2 {
    margin: 70px 0 30px;
    padding: 56px 0 0 60px;
    font-size: 28px;
  }
  .box-case i {
    width: 80px;
    height: 80px;
    padding: 0 0 0 20px;
    font-size: 48px;
    line-height: 70px;
  }
  .box-case i::after {
    border-bottom: 40px solid #301d0f;
    border-left: 40px solid transparent;
  }

  .xsxl.x3 li {
    width: 33.3333%;
  }
  .xsxl.x4 li {
    width: 25%;
  }
  .xsxl.x5 li {
    width: 20%;
  }
  .xsxl.x6 li {
    width: 16.6666%;
  }

  .zj {
    margin-top: 40px;
    justify-content: center;
  }
  .zj li {
    margin-bottom: 40px;
    margin-left: 2%;
    margin-right: 2%;
    width: 29.3333%;
  }
  /* .zj li:last-child {
    margin-bottom: 0;
    height: auto;
  } */
  .zj li b {
    height: 44px;
    font-size: 24px;
    line-height: 44px;
  }
  .zj li p {
    height: 70px;
    line-height: 30px;
  }

  .cyfs {
    position: relative;
    padding: 20px 20px 20px 0;
    height: 380px;
  }
  .cyfs img {
    position: absolute;
    top: 70px;
    left: 100px;
    width: 180px;
    height: 180px;
  }
  .cy {
    padding: 100px;
    /* padding: 100px 0 10px 350px; */
  }
  .cy li {
    margin-bottom: 20px;
    text-align: left;
    /* height: 50px; */
  }
  .cy li b {
    display: inline;
  }
  .cy i {
    position: inherit;
    top: 0;
    margin: 0;
    display: inline-block;
    margin-right: 20px;
  }
  .cy li span {
    margin: 0 15px 0 0;
    font-size: 18px;
  }
  a.btn {
    padding: 8px 20px;
    box-shadow: 2px 3px 5px #71592d;
    border-radius: 8px;
  }
  .cy li a.btn-ap {
    display: inline-block;
  }
  .cy li a.btn-ap ins {
    background-size: auto;
  }
  .cy li a.btn-ap:hover {
    background-color: #805e2e;
  }
  .news-lists a {
    float: left;
    width: 50%;
    padding: 0 15px 0 35px;
    font-size: 18px;
  }
  .contact {
    margin: 30px 170px 0;
    text-align: center;
  }
  .contact p {
    padding-left: 45px;
    background-size: auto;
  }
  .contact span {
    display: inline-block;
    margin-left: 15px;
  }
  .footer {
    padding: 20px;
  }
  .footer p {
    font-size: 14px;
  }
  .footer a {
    display: inline-block;
    margin-right: 15px;
  }


  .vote-src {
    width: 400px;
    height: 46px;
  }
  .vote-src a.btn-cancel {
    top: 7px;
    right: 50px;
    background-size: 20px 20px;
  }
  .vote-src a.btn-submit {
    width: 46px;
    height: 46px;
    background-size: 30px 30px;
  }
  .vote-nav a::after {
    height: 80px;
  }
  .vote-nav i {
    width: 66px;
    height: 66px;
  }
  .vote-nav b {
    font-size: 36px;
    line-height: 52px;
  }

  .vote-info p {
    padding-left: 40px;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
  }

  .pop-box h3 {
    padding: 10px 0 20px;
    font-size: 22px;
  }
  .pop .vote-info {
    padding: 20px 0 60px;
  }
  .pop .vote-info p {
    padding-left: 65px;
    font-size: 16px;
  }
  .pop .vote-info p::before {
    /* width: 40px; */
    font-size: 13px;
  }
  #topNav {
    display: block;
  }
  .top-nav {
    margin: 0 auto;
    padding: 50px 0 0;
    width: 600px;
    text-align: center;
  }
  .top-nav a {
    display: inline-block;
    margin: 0 10px;
    width: 180px;
    height: 46px;
    font-size: 20px;
    color: #fff;
    line-height: 44px;
    text-align: center;
    border: 2px solid #f1d7b1;
    background-color: #ab8544;
    border-radius: 12px;
  }
  .top-nav a.active {
    color: #ac8846;
    background-color: #fff3e4;
    border: 2px solid #fff3e4;
  }
}