body{
  overflow-x: hidden;
}
.wrapper{
  background: #fff url(../images/background.png) no-repeat top;
  overflow: hidden;
  position: relative;
}
.wrapper a{
  color: #000;
}
.mask{
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  background: url(../images/mask.png) repeat;
}
.inner{
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.confirm{
  width: 454px;
  height: 309px;
  background: url(../images/confirm.png) no-repeat;
  position: absolute;
  left: 50%;
  bottom: 50%;
  margin-left: -227px;
  margin-top: -154px;
}
.cancel{
  position: absolute;
  bottom: 27px;
  left: 27px;
  width: 200px;
  height: 30px;
  cursor: pointer;
}
.ok{
  position: absolute;
  bottom: 27px;
  right: 27px;
  width: 200px;
  height: 30px;
  cursor: pointer;
}
.w1200{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.w1209{
  width: 1209px;
  margin: 0 auto;
  position: relative;
}
.nav{
  min-width: 1200px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 96px;
  background: url(../images/nav.png) no-repeat top;
  overflow: hidden;
  z-index: 8;
  transform: translateY(-100%);
  transition: .1s linear;
}
.logo{
  float: left;
  width: 282px;
  height: 61px;
  background: url(../images/logo.png) no-repeat;
  margin-top: 6px;
}
ul.nav-list{
  float: right;
  margin-top: 17px;
}
ul.nav-list li{
  height: 36px;
  padding: 0 8px;
  float: left;
  margin-right: 13px;
  line-height: 36px;
  font-size: 18px;
  color: #c6a268;
  cursor: pointer;
}
ul.nav-list li.select{
  background-color: #c6a268;
  border-radius: 12px;
}
ul.nav-list li.select{
  color: #fff;
}
.banner{
  width: 1200px;
  height: 297px;
  background: url(../images/banner.png) no-repeat 80px 0;
  margin: 28px auto 0;
}
.content{
  width: 1349px;
  background: url(../images/paper.png) repeat-y 37px 84px;
  margin: 0 auto;
  position: relative;
  background-size: 1282px 100%;
}
.row1{
  height: 566px;
}
.row1 .content-wrap{
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/title.png) no-repeat center 0;
}
.entrance{
  width: 1200px;
  margin: 30px auto 0;
}
.code{
  height: 35px;
  position: absolute;
  right: 70px;
  top: -35px;
  cursor: pointer;
  overflow: hidden;
}
.code.showIn{
  animation: showIn .5s linear;
  animation-fill-mode: forwards;
}
.title{
  width: 1349px;
  height: 145px;
  overflow: hidden;
  position: relative;
}
.title .name1{
  width: 215px;
  height: 69px;
  margin: 21px auto 0;
}
.title .name2{
  width: 215px;
  height: 69px;
  margin: 74px auto 0;
}
.title .name3{
  width: 375px;
  height: 69px;
  margin: 74px auto 0;
}
.title .name4{
  width: 215px;
  height: 69px;
  margin: 74px auto 0;
}
.title .name5{
  width: 215px;
  height: 69px;
  margin: 74px auto 0;
}
.title .more{
  position: absolute;
  right: 80px;
  top: 43px;
  width: 54px;
  height: 16px;
  z-index: 2;
}
.title .more2{
  position: absolute;
  right: 80px;
  top: 96px;
  width: 54px;
  height: 16px;
  z-index: 2;
}
.left-content{
  width: 585px;
  float: left;
}
#swiper1{
  width: 585px;
  height: 329px;
  margin-bottom: 20px;
}
#swiper1 a{
  display: block;
  width: 585px;
  height: 329px;
  position: relative;
}
#swiper1 a .play{
  position: absolute;
  top: 136px;
  left: 264px;
  width: 58px;
  height: 58px;
  background: url(../images/play.png) no-repeat;
}
#swiper1 a .intro{
  position: absolute;
  left: 10px;
  bottom: 5px;
  right: 10px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 2;
}
#swiper1 a:after {
  background: url(../images/fouce_mask.png) repeat-x 0 0;
  bottom: 0;
  content: "";
  height: 70px;
  left: 0;
  position: absolute;
  width: 100%;
}
#pagination1{
  bottom: 5px;
  left: auto;
  position: absolute;
  right: 15px;
  width: auto;
  z-index: 99;
}
#pagination1 .swiper-pagination-switch {
  background: #c6a268;
  border-radius: 10px;
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  width: 10px;
}
#pagination1 .swiper-active-switch {
  background: #fff;
}
.right-content{
  width: 585px;
  float: right;
}
p.f21{
  background: url(../images/dot2.png) no-repeat 5px center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #a63f36;
}
p.f21 a{
  font-size: 21px;
  color: #a63f36;
  font-weight: 500;
  padding-left: 18px;
}
p.f18{
  background: url(../images/dot.png) no-repeat 5px center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 6px;
}
p.f18 a{
  font-size: 18px;
  color: #000;
  padding-left: 18px;
}
.mb20{
  margin-bottom: 21px;
}
.img{
  width: 280px;
  height: 158px;
  float: left;
  margin-top: 17px;
}
.name{
  float: left;
  width: 284px;
  margin-top: 13px;
  margin-left: 10px;
}
.name .name-f18 a{
  font-size: 18px;
  color: #a63f36;
  font-weight: 500;
}
.name .name-f14 a{
  font-size: 14px;
  color: #000;
  opacity: .6;
}
.row2{
  height: 705px;
  background: url(../images/back2.png) no-repeat center bottom;
  position: relative;
}
.entry{
  display: none;
  position: absolute;
  right: -2px;
  top: 204px;
  cursor: pointer;
  z-index: 9;
}
.entry.fix{
  position: fixed;
  right: 50%;
  top: 26%;
  margin-right: -679px;
}
.code2.fix{
  position: fixed;
  right: 50%;
  top: 280px;
  margin-right: -738px;
  z-index: 9;
}
.code2{
  width: 144px;
  height: 168px;
}
.row2 .content-wrap,.row3 .content-wrap,.row4 .content-wrap,.row5 .content-wrap,.row7 .content-wrap,.row8 .content-wrap{
  height: 100%;
  background: url(../images/title2.png) no-repeat;
}
.swiper2{
  width: 1200px;
  height: 104px;
  position: relative;
  margin: 40px auto 20px;
}
#left2{
  width: 37px;
  height: 58px;
  position: absolute;
  left: 15px;
  top: 29px;
  cursor: pointer;
  z-index: 2;
  background: url(../images/left2.png) no-repeat;
}
#right2{
  width: 37px;
  height: 58px;
  position: absolute;
  right: 15px;
  top: 29px;
  cursor: pointer;
  z-index: 2;
  background: url(../images/right2.png) no-repeat;
}
#swiper2{
  width: 1085px;
  height: 104px;
  margin: 0 auto;
}
.yuan{
  width: 79px;
  height: 104px;
  background: url(../images/yuan.png) no-repeat;
  text-align: center;
  line-height: 112px;
  margin: 0 auto;
}
.yuan a{
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.picture{
  float: left;
  width: 375px;
  height: 210px;
  position: relative;
  margin-right: 37px;
}
.picture:last-child{
  margin-right: 0;
}
.picture span.intro{
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 2;
}
.picture span.play{
  display: block;
  width: 58px;
  height: 58px;
  background: url(../images/play.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 155px;
  top: 73px;
}
a.picture:after {
  background: url(../images/fouce_mask.png) repeat-x 0 0;
  bottom: 0;
  content: "";
  height: 70px;
  left: 0;
  position: absolute;
  width: 100%;
}
.swiper5{
  width: 1200px;
  height: 105px;
  margin: 25px auto 0;
  position: relative;
}
#left4{
  position: absolute;
  left: 15px;
  top: 37px;
  width: 23px;
  height: 41px;
  background: url(../images/left4.png) no-repeat;
  cursor: pointer;
  z-index: 2;
}
#right4{
  position: absolute;
  right: 15px;
  top: 37px;
  width: 23px;
  height: 41px;
  background: url(../images/right4.png) no-repeat;
  cursor: pointer;
  z-index: 2;
}
#swiper4 .imgs{
  width: 105px;
  height: 101px;
  background-color: #c6a268;
  border-radius: 105px;
  overflow: hidden;
  text-align: center;
  padding-top: 4px;
  margin: 0 auto;
  cursor: pointer;
}
#swiper4 p{
  font-size: 16px;
  text-align: center;
  margin-top: 5px;
  cursor: pointer;
}
#swiper4 .imgs img{
  border-radius: 97px;
}
#swiper4{
  width: 1100px;
  height: 148px;
  margin: 0 auto;
}
.row3{
  height: 702px;
  margin-top: -50px;
}
.back{
  width: 1240px;
  height: 557px;
  background: url(../images/back.png) no-repeat 0 -216px;
  margin: 60px auto 0;
}
.swiper3{
  width: 1200px;
  height: 61px;
  margin: 0 auto;
  position: relative;
}
#left3{
  width: 37px;
  height: 58px;
  position: absolute;
  left: 15px;
  top: 1px;
  cursor: pointer;
  z-index: 2;
  background: url(../images/left2.png) no-repeat;
}
#right3{
  width: 37px;
  height: 58px;
  position: absolute;
  right: 15px;
  top: 1px;
  cursor: pointer;
  z-index: 2;
  background: url(../images/right2.png) no-repeat;
}
#swiper3{
  width: 1009px;
  height: 61px;
  margin: 0 auto;
}
#swiper3 .list{
  width: 159px;
  height: 61px;
  cursor: pointer;
  margin: 0 auto;
  opacity: .6;
}
#swiper3 .list.select{
  opacity: 1;
}
.swiper4 .swiper-container{
  width: 1200px;
  height: 420px;
  margin: 25px auto 0;
}
.swiper4 .swiper-pagination{
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
  z-index: 2;
}
.visibilitys {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.swiper4 .swiper-pagination .swiper-pagination-switch{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/dot_nosel.png) no-repeat;
  margin-right: 34px;
  cursor: pointer;
}
.swiper4 .swiper-pagination .swiper-pagination-switch.swiper-active-switch{
  background: url(../images/dot_sel.png) no-repeat;
}
.book-top{
  width: 1080px;
  background: url(../images/layer.png) no-repeat 0 bottom;
  padding: 0 60px;
}
.book-list{
  float: left;
  width: 355px;
  margin-right: 7px;
  opacity: .6;
}
.book-list:last-child{
  margin-right: 0;
}
.book-img{
  float: left;
  width: 166px;
  height: 183px;
  background: url(../images/book.png) no-repeat;
  padding-top: 36px;
  padding-left: 70px;
  box-sizing: border-box;
  cursor: pointer;
}
.book-img p a{
  font-size: 14px;
  color: #527895;
}
.book-name{
  float: left;
  width: 209px;
  margin-top: 30px;
  margin-left: -20px;
}
.book-name .name18{
  margin-bottom: 8px;
  line-height: 1.4;
  font-size: 18px;
}
.book-name .name18 a{
  font-size: 18px;
}
.book-name .f16{
  font-size: 16px;
}
.book-name .f16 a{
  font-size: 16px;
  color: #767676;
}
.video-wrap{
  width: 1200px;
  margin: 2px auto 0;
  position: relative;
}
.video-list{
  width: 375px;
  float: left;
  margin-right: 37px;
  margin-top: 38px;
}
.video-list:nth-child(3n){
  margin-right: 0;
}
.video-list a{
  display: block;
  width: 375px;
  height: 210px;
  overflow: hidden;
  position: relative;
}
.video-list a:after {
  background: url(../images/fouce_mask.png) repeat-x 0 0;
  bottom: 0;
  content: "";
  height: 45px;
  left: 0;
  position: absolute;
  width: 100%;
  opacity: .6;
}
.video-list a span.name{
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 31px;
  bottom: 3px;
  z-index: 3;
}
.video-list a span.video-play{
  display: block;
  width: 26px;
  height: 26px;
  background: url(../images/video_play.png) no-repeat;
  position: absolute;
  left: 8px;
  bottom: 7px;
  z-index: 3;
}
.row5{
  height: 605px;
  /* margin-top: -30px; */
  margin-top: -52px;
}
.row5 .title{
  /* margin-bottom: 0; */
  margin-bottom: 35px;
}
.row5 .title .name5{
  /* margin-top: 38px; */
}
.img-list{
  float: left;
  width: 190px;
  height: 110px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0px 6px 23px 1px rgba(176, 202, 222, 0.35);
  line-height: 110px;
  margin-right: 12px;
  margin-bottom: 12px;
}
.img-list img{
  vertical-align: middle;
}
.img-list:nth-child(6n){
  margin-right: 0;
}
.last{
  min-width: 1349px;
  height: 123px;
  background: url(../images/last.jpg) no-repeat top;
}
.last .area{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.bot-name{
  width: 215px;
  height: 69px;
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  margin: 0 auto;
}
.blank{
  width: 100%;
  height: 45px;
}
.bot-content{
  width: 1166px;
  height: 51px;
  margin: 0 auto 0;
}
body #footer0820{
  margin-top: 0;
}
.video {
  width: 1182px;
  height: 566px;
  margin: 0 auto;
  position: relative;
}
.video .vcp-bigplay {
  width: 120px;
  height: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -60px;
  margin-top: -80px;
  background: url(../images/play.png) no-repeat;
  background-size: 100% 100%;
  z-index: 1000;
  opacity: 1;
}
@keyframes showIn {
  0%{
    top: -35px;
  }
  25%{
    top: -64px;
    overflow: visible;
  }
  50%{
    top: -93px;
    overflow: visible;
    height: auto;
  }
  75%{
    top: -122px;
    overflow: visible;
    height: auto;
  }
  100%{
    top: -151px;
    overflow: visible;
    height: auto;
  }
}
.jn-back{
  width: 1240px;
  height: 415px;
  background: url(../images/jn_back.png) no-repeat;
  margin: 40px auto 0;
}
.jn-left{
  float: left;
  width: 492px;
  height: 422px;
  background: url(../images/jn_paper.png) no-repeat;
  margin-left: 52px;
  position: relative;
}
#jn-left{
  position: absolute;
  top: 170px;
  left: 0;
  width: 37px;
  height: 58px;
  background: url(../images/jn_left.png) no-repeat;
  cursor: pointer;
  z-index: 2;
}
#jn-right{
  position: absolute;
  top: 170px;
  right: 0;
  width: 37px;
  height: 58px;
  background: url(../images/jn_right.png) no-repeat;
  cursor: pointer;
  z-index: 2;
}
.jn-change{
  position: absolute;
  right: 74px;
  top: 34px;
  width: 62px;
  height: 14px;
  background: url(../images/jn_change.png) no-repeat;
  cursor: pointer;
}
.jn-right{
  width: 550px;
  float: left;
  margin-left: 112px;
  margin-top: 41px;
}
.jn-right .form .input_wrapper{
  width: 452px;
  height: 60px;
  background: url(../images/jn_search.png) no-repeat;
  position: relative;
  margin-left: 54px;
}
.jn-right .form .input_wrapper input{
  background: none;
  border: none;
  font-size: 14px;
  font-style: normal;
  height: 60px;
  margin: 0;
  outline: none;
  padding: 0 0 0 20px;
  width: 350px;
}
.jn-right .form .input_wrapper input::placeholder {
  font-style: italic;
}
.jn-right .form .input_wrapper button[type=submit] {
  background: none;
  border: none;
  cursor: pointer;
  height: 60px;
  outline: none;
  position: absolute;
  right: 10px;
  top: 0;
  width: 60px;
}
.jn-list li{
  float: left;
  width: 183px;
  text-align: center;
  cursor: pointer;
}
.jn-list li.select{
  background: url(../images/jn_select.png) no-repeat;
}
.jn-list li .jn-type{
  margin-top: -26px;
}
#jnSwiper{
  width: 360px;
  height: 260px;
  margin: 90px auto 0;
}
#jnSwiper .swiper-slide{
  text-align: center;
}
#jnSwiper .swiper-slide .listew{
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}
.tang-name{
  font-size: 22px;
  color: #000;
  font-weight: bold;
}
.tang-person{
  font-size: 14px;
  color: #000;
  margin-bottom: 13px;
}
#jnSwiper p{
  font-size: 18px;
  color: #000;
  line-height: 2.3;
}
#jn-pagination{
  width: 360px;
  margin: 25px auto 0;
  text-align: center;
  z-index: 2;
}
#jn-pagination .swiper-pagination-switch{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/jn_dot.png) no-repeat;
  opacity: .4;
  margin: 0 17px;
  cursor: pointer;
}
#jn-pagination .swiper-active-switch{
  opacity: 1;
}
.row7{
  margin-top: -52px;
}
.title .name8{
  width: 275px;
  height: 69px;
  margin: 74px auto 0;
}
.hx-search{
  position: absolute;
  right: 69px;
  top: 77px;
  width: 253px;
  height: 60px;
  background: url(../images/hx_search.png) no-repeat;
}

.hx-search input {
  border: none;
  outline: 0;
  height: 37px;
  width: 151px;
  color: #222;
  float: left;
  padding-left: 13px;
  background: none;
  margin-top:9px;
  margin-left: 12px;
  border-radius: 5px;
  font-size: 14px;
}

.hx-search input::placeholder {
  font-style: italic;
  color: #aaa;
}

.hx-search button[type=submit] {
  background: none;
  border: none;
  cursor: pointer;
  height: 60px;
  outline: none;
  position: absolute;
  right: 10px;
  top: 0;
  width: 60px;
}
.hx-list{
  width: 1080px;
  margin: 46px auto 10px;
}
.hx-name{
  position: relative;
  width: 139px;
  height: 110px;
  cursor: pointer;
  float: left;
  margin-right: 49px;
  opacity: .6;
}
.hx-name.select,.hx-name.choose{
  opacity: 1;
}
.hx-name.choose .hx-more{
  visibility: visible;
}
.hx-name .hx-more{
  position: absolute;
  left: 0;
  right: 0;
  top: 47px;
  z-index: 2;
  margin: 0 auto;
  text-align: center;
  visibility: hidden;
}
.hx-name:last-child{
  margin-right: 0;
}
.hx-content{
  width: 1200px;
  margin: 0 auto;
}
.hx-img-wrap{
  /* float: left; */
  width: 173px;
  /* margin-right: 58px;
  margin-bottom: 40px; */
  margin: 0 auto 0;
  padding-top: 31px;
}
.row8 {
  height: 1435px;
  overflow: hidden;
  background: url(../images/hx_blue.jpg) no-repeat center bottom;
  padding-bottom: 50px;
}
.hx-img-wrap:nth-child(5n){
  margin-right: 0;
}
.hx-img{
  width: 173px;
  height: 234px;
  background: url(../images/hx_img.png) no-repeat;
  text-align: center;
  padding-top: 2px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.hx-img img{
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.hx-img-wrap p{
  font-size: 18px;
  color: #323232;
  text-align: center;
  margin-top: -15px;
}
.hx-img-wrap .vote{
  width: 120px;
  height: 49px;
  background: url(../images/hx_vote.png) no-repeat;
  cursor: pointer;
  margin: 10px auto 0;
}
.hx-img-wrap .vote.select{
  background: url(../images/hx_vote_s.png) no-repeat;
}
.hx-top{
  position: absolute;
  top: -23px;
  left: 5px;
  width: 163px;
  height: 73px;
  background: url(../images/hx_top.png) no-repeat center;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 55px;
  text-align: center;
}
.hx-bot{
  position: absolute;
  bottom: 19px;
  right: 11px;
  width: 74px;
  height: 23px;
  background: url(../images/hx_wrap.png) no-repeat center;
  font-size: 14px;
  color: #fff;
  line-height: 23px;
  text-align: center;
}
.hx-img-wrap .play{
  position: absolute;
  bottom: 25px;
  left: 18px;
  width: 26px;
  height: 26px;
  background: url(../images/hx_play.png) no-repeat center;
}
.hx-img-wrap .num{
  position: absolute;
  top: -15px;
  left: 4px;
  width: 36px;
  height: 36px;
  z-index: 3;
}
.hx-code-wrap,.video-wrapper{
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(0,0,0,.5);
}
.hx-code-wrap .hx-code{
  width: 454px;
  height: 309px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -154.5px;
  margin-left: -227px;
}
.video-wrapper .video-content{width: 100%;height: 100%;}
.video-close{
  width: 27px;
  height: 27px;
  position: absolute;
  right: -34px;
  top: 0px;
  z-index: 3;
  cursor: pointer;
}
.hx-swiper{
  width: 1200px;
  height: 350px;
  margin: 0 auto;
  position: relative;
}
#hx-left{
  position: absolute;
  left: 30px;
  top: 117px;
  width: 37px;
  height: 58px;
  background: url(../images/left2.png) no-repeat;
  cursor: pointer;
  z-index: 2;
}
#hx-right{
  position: absolute;
  right: 30px;
  top: 117px;
  width: 37px;
  height: 58px;
  background: url(../images/right2.png) no-repeat;
  cursor: pointer;
  z-index: 2;
}
#hxSwiper{
  width: 1060px;
  height: 350px;
  margin: 0 auto;
  background: url(../images/hx_back.jpg) no-repeat -68px 185px;
}
#hxSwiper .hx-wrap{
  width: 301px;
  background: url(../images/hx_poster.png) no-repeat center bottom;
  margin: 0 auto;
  position: relative;
}
#hxSwiper .hx-wrap .tag{
  width: 183px;
  height: 189px;
  position: absolute;
  left: -49px;
  top: -23px;
}
.hx-middle{
  width: 1100px;
  margin: 30px auto 0;
}
.hx-middle .hx-img-wrap{
  float: left;
  margin-right: 58px;
}
.hx-middle .hx-img-wrap:last-child{
  margin-right: 0;
}
.hx-bottom{
  width: 1080px;
  margin: 50px auto 0;
}

.hx-bottom ul li{
  display: flex;
  align-items: center;
  width: 500px;
  height: 69px;
  border-bottom: 1px solid #e2e4e5;
  float: left;
  position: relative;
}
.hx-bottom ul li:nth-child(even){
  float: right;
}
.hx-bottom ul li span{
  font-size: 18px;
  color: #323232;
}
.hx-bottom ul li span.number{
  font-size: 22px;
  color: #b34433;
  font-weight: 500;
  margin-left: 17px;
  margin-right: 40px;
}
.hx-bottom ul li span.hx-play{
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/play_s.png) no-repeat;
  background-size: 18px 18px;
  margin-left: 3px;
  cursor: pointer;
}
.hx-bottom ul li span.count-num{
  margin-left: 35px;
}
.hx-bottom ul li .vote{
  position: absolute;
  right: 15px;
  width: 80px;
  height: 30px;
  background: url(../images/vote_s.png) no-repeat;
  cursor: pointer;
}
.hx-bottom ul li .vote.select{
  background: url(../images/vote_s_r.png) no-repeat;
}
.hx-bottom ul li span.hx-person{
  cursor: pointer;
}
.hx-person-wrap{
  width: 111px;
  display: flex;
  align-items: center;
  margin-right: 35px;
}
#hxSwiper.test{
  animation: test 1s linear;
}
@keyframes test {
  form{
    transform: translateX(-100%);
  }
  to{
    transform: translateX(0);
  }
}
