@charset "utf-8";

.hz-bigView *,
.hz-player * {
  font-size: 0;
  margin: 0;
  padding: 0;
  font-family: Arial, 'Microsoft YaHei'
}

.hz_cover {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  position: fixed;
  z-index: 100;
  background-color: #333;
  -moz-opacity: .8;
  -webkit-opacity: .8;
  -ms-opacity: .8;
  opacity: .8
}

.show_con {
  width: 800px;
  height: auto;
  left: 50%;
  top: 0;
  margin-left: -400px;
  padding-top: 1px;
  position: absolute;
  z-index: 101
}

.huan {
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out
}

.unhuan {
  transition: initial;
  -moz-transition: initial;
  -webkit-transition: initial;
  -o-transition: initial
}

.player-close {
  width: 36px;
  height: 36px;
  font-size: 0;
  right: 20px;
  top: 35px;
  position: fixed;
  display: block;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-position: -345px -173px;
  z-index: 10
}

.player-close:hover {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg)
}

.player-next,
.player-prev {
  width: 24px;
  height: 43px;
  top: 36%;
  display: block;
  position: absolute;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat
}

.player-prev {
  left: -40px;
  background-position: -195px -173px
}

.player-prev:hover {
  background-position: -195px -218px
}

.player-next {
  right: -40px;
  background-position: -220px -173px
}

.player-next:hover {
  background-position: -220px -218px
}

.play-img {
  width: 800px;
  height: 600px;
  overflow: hidden
}

.play-ul,
.play-ult {
  width: auto;
  white-space: nowrap;
  list-style: none;
  position: relative;
  display: inline-block;
  vertical-align: top
}

.play-ul li {
  width: 800px;
  height: 600px;
  text-align: center;
  background-color: #000;
  font-size: 0
}

.play-ul li .align-flag {
  width: 1px;
  height: 100%;
  margin-left: -1px;
  display: inline-block;
  vertical-align: middle
}

.play-ul li>img {
  vertical-align: middle
}

.play-ul li,
.play-ult li {
  display: inline-block;
  vertical-align: top
}

.play-ult li {
  position: relative
}

.play-banner {
  margin-top: 10px;
  width: 800px;
  height: 75px;
  position: relative
}

.play-ult .b_around {
  width: 96px;
  height: 71px;
  border: 2px #fb3 solid;
  display: none;
  position: absolute;
  font-size: 12px;
  top: 0;
  left: 0
}

.active .b_around {
  display: block
}

.play-ult li img {
  width: 100px;
  height: 75px
}

.play-ult li.active img {
  margin: 2px;
  width: 96px;
  height: 71px
}

.play-ult li:hover .b_around {
  display: block
}

.play-ult li:hover img {
  margin: 2px;
  width: 96px;
  height: 71px
}

.play-ult li {
  width: 100px;
  height: auto;
  cursor: pointer;
  margin: 0 3px
}

.limit-area {
  width: 742px;
  margin: 0 29px;
  overflow: hidden
}

.slider-btn {
  top: 10px;
  width: 28px;
  height: 55px;
  border-radius: 3px;
  background-image: url(../images/pop_52.png);
  position: absolute;
  cursor: pointer
}

.slider-btn:hover {
  background-image: url(../images/pop_bg.png)
}

.slider-prev {
  left: 0
}

.slider-next {
  right: 0
}

.slider-btn .icon {
  width: 12px;
  height: 21px;
  margin: 17px 8px;
  display: block;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat
}

.slider-prev .icon {
  background-position: -249px -173px
}

.slider-prev:hover .icon {
  background-position: -249px -196px
}

.slider-next .icon {
  background-position: -261px -173px
}

.slider-next:hover .icon {
  background-position: -260px -196px
}

.play-index {
  font-size: 14px;
  padding: 5px 20px;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  background-image: url(../images/pop_bg.png);
  position: absolute;
  z-index: 3;
  right: 10px;
  top: 5px
}

.play-index span {
  font-size: 20px;
  vertical-align: -2px
}

.play-message {
  width: 100%;
  min-height: 105px;
  background-image: url(../images/pop_bg.png);
  position: absolute
}

.play-message:hover {
  bottom: 0 !important
}

.play-message .play-text {
  font-size: 14px;
  color: #fff;
  padding: 10px 20px
}

.play-message .play-panel {
  width: 770px;
  height: 87px;
  padding-left: 30px;
  color: #fff
}

.play-panel>ul {
  list-style: none;
  width: 240px;
  padding-top: 18px;
  display: inline-block;
  vertical-align: top
}

.play-panel>ul>li {
  font-size: 14px;
  line-height: 22px
}

.play-panel .play-mess-right {
  float: right;
  width: 240px;
  margin: 12px 0;
  height: 76px;
  padding-right: 19px;
  text-align: right;
  border-left: 1px #767471 solid
}

.play-mess-price {
  margin-top: 3px
}

.play-mess-price span {
  font-size: 28px;
  margin-right: 3px
}

.play-mess-right em {
  font-size: 14px;
  font-style: normal
}

.play-mess-tel span {
  font-size: 16px
}

.play-mess-tel {
  margin-top: 5px
}

.play-mess-tel .icon {
  width: 12px;
  height: 12px;
  margin-right: 10px;
  background-position: -550px -26px;
  display: inline-block;
  vertical-align: top
}

.play-nav {
  height: 36px;
  padding-bottom: 10px;
  top: 0;
  position: absolute;
  z-index: 3
}

.player-bar {
  width: 100px;
  height: 36px;
  line-height: 36px;
  margin-right: 1px;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  text-align: center;
  position: relative
}

.player-bar .pop-orange {
  width: 100px;
  height: 36px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fb3;
  -moz-opacity: .3;
  -webkit-opacity: .3;
  -ms-opacity: .3;
  opacity: .3
}

.player-bar i {
  text-decoration: none;
  font-style: normal;
  font-size: 14px;
  color: #fff;
  position: relative
}

.play-nav a.active .pop-orange,
.play-nav a:hover .pop-orange {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -ms-opacity: 1;
  opacity: 1
}

.play-nav a.active i,
.play-nav a:hover i {
  color: #000
}

.show-bar:hover .play-nav {
  top: 0
}

.show_con a {
  cursor: pointer
}

.show-bar {
  position: relative;
  overflow: hidden
}

.poplayer {
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  position: absolute;
  z-index: 101;
  display: block;
  overflow: auto
}

.poplayer img {
  width: 100%
}

.poplayer .pop_close {
  width: 56px;
  height: 56px;
  right: 30px;
  top: 30px;
  position: fixed;
  display: block;
  cursor: pointer;
  background-image: url(../images/pop_52.png)
}

.pop_close em {
  font-size: 0;
  width: 36px;
  height: 36px;
  margin: 10px;
  background-image: url(../images/icon.png);
  background-position: -425px -59px;
  background-repeat: no-repeat;
  display: block
}

.pop_close em:hover {
  background-position: -345px -173px
}

.search-panel {
  width: 756px;
  margin: 0 auto
}

.inp-search {
  width: 100%;
  font-size: 0;
  margin: 0 auto;
  position: relative;
  vertical-align: top
}

.search-panel * {
  margin: 0;
  padding: 0;
  font-family: Arial, 'Microsoft YaHei', 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', STHeiti, SimHei, sans-serif
}

.inp-search-area {
  height: 54px;
  padding: 0;
  background-color: #fff
}

.inp-search-area input {
  width: 460px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  padding: 11px 15px 11px 14px;
  outline: 0;
  border-top: 1px #e6e6e6 solid;
  border-bottom: 1px #e6e6e6 solid;
  border-left: 1px #e6e6e6 solid;
  border-right: 0;
  font-family: Arial, 'Microsoft YaHei', 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', STHeiti, SimHei, sans-serif
}

.inp-search-sub {
  width: 130px;
  height: 54px;
  border: 0;
  background: #fb3;
  color: #fff;
  outline: 0;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Microsoft YaHei';
  text-align: center;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  cursor: pointer;
  display: block;
  padding: 0
}

.inp-search-sub:hover {
  background: #ffc85a;
  background: linear-gradient(#fb3, #ffc95c)
}

.inblock {
  display: inline-block;
  vertical-align: top
}

ul.select-opt {
  margin-top: -1px;
  padding: 0;
  width: 488px;
  border: 1px #e6e6e6 solid;
  font-size: 18px;
  list-style: none;
  position: absolute;
  top: 54px;
  left: 0;
  background-color: #fff;
  overflow: hidden
}

.select-opt li {
  padding-left: 15px;
  height: 30px;
  width: initial;
  line-height: 30px;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  float: none;
  white-space: nowrap
}

.select-opt li:hover {
  color: #666;
  background-color: #fafafa
}

.select-opt li:hover .del {
  display: inline
}

.select-opt li.active {
  color: #666;
  background-color: #fafafa
}

.select-opt li.active .del {
  display: inline
}

.select-opt li .del {
  font-size: 14px;
  margin-right: 6px;
  float: right;
  display: none;
  text-decoration: underline;
  cursor: pointer;
  position: relative
}

.select-opt li span.li_em {
  color: gray;
  font-size: 12px
}

.select-opt li.local {
  color: #666;
  cursor: default;
  white-space: nowrap
}

.select-opt li.local .del {
  color: gray
}

.search-panel-min {
  padding: 8px 17px 0 0;
  font-family: Arial;
  width: 381px
}

.search-panel-min .inp-search-area input {
  width: 300px;
  padding: 4px 10px;
  height: 29px;
  line-height: 29px;
  border-top: 1px #e6cfb8 solid;
  border-left: 1px #e6cfb8 solid;
  border-bottom: 1px #e6cfb8 solid
}

.search-panel-min .inp-search-sub {
  width: 60px;
  height: 39px;
  background-position: -105px -173px
}

.search-panel-min .inp-search-area {
  height: 39px
}

.search-panel-min .inp-search-sub:hover {
  background-position: -105px -216px
}

.search-panel-min .select-opt {
  width: 319px;
  top: 39px;
  margin-left: 0
}

.ishide {
  display: none !important
}

.isfixed {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed
}

.hz_cover {
  z-index: 100;
  background-color: #000;
  opacity: .8
}

.hz_content {
  text-align: center;
  z-index: 101;
  font-size: 0;
  color: #fff;
  white-space: nowrap
}

.hz_content .c_prev {
  left: 10px;
  padding: 0 20px 0 15px
}

.hz_content .c_next {
  right: 10px;
  padding: 0 15px 0 20px
}

.hz_content .direct {
  top: 0;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 1
}

.hz_content .c_close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 2
}

.hz_content a span {
  vertical-align: middle
}

.hz_content a em {
  color: #7b7b7b;
  vertical-align: middle
}

.hz_content .direct em {
  font-size: 30px
}

.hz_content .cross em {
  font-size: 30px;
  padding: 0 2px;
  line-height: 100%
}

.hz_content .cross:hover {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg)
}

.hz_content a:hover em {
  color: #fff
}

.hz_content>a:before,
.pic_pull:before {
  content: '';
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  height: 100%
}

.hz_content .loading img {
  display: none
}

.hz_content .loading:after {
  content: '';
  background-image: url(../images/loading.gif);
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  width: 125px;
  height: 17px
}

.hz_content .pic_pull {
  width: 100%;
  height: 100%
}

.hz_content .p_area {
  margin: 0 auto;
  vertical-align: middle;
  cursor: pointer
}

@media (min-width:720px) {
  .hz_content .direct em {
    font-size: 50px
  }

  .hz_content .cross em {
    font-size: 50px;
    padding: 0 2px
  }

  .hz_content .c_close {
    right: 50px
  }
}

@media (min-width:1600px) {
  .hz_content .direct em {
    font-size: 70px
  }

  .hz_content .cross em {
    font-size: 60px;
    padding: 0 2px
  }

  .hz_content .c_close {
    right: 60px
  }
}

.hz_content .p_buttom {
  position: absolute;
  width: 100%;
  min-width: 600px;
  left: 0;
  bottom: 0;
  overflow: hidden
}

.hz_content .but_con {
  margin: 0 auto;
  width: 80%;
  background-image: url(../images/pop_bg.png)
}

.but_con .imglis {
  overflow: hidden
}

.but_con .imglis ul {
  list-style: none;
  position: relative
}

.imglis ul li {
  margin-right: 10px;
  vertical-align: top;
  background-color: #000
}

.imglis ul li a {
  opacity: .6
}

.imglis ul li img {
  border: 0
}

.imglis ul li:hover a {
  opacity: 1
}

.imglis ul li.active a {
  opacity: 1
}

.but_con .moment {
  height: 65px;
  font-size: 14px;
  color: #e0e0e0;
  font-family: "微软雅黑";
  overflow: hidden
}

.but_con .moment p {
  white-space: normal;
  text-align: left;
  margin: 0;
  padding: 0
}

.but_con .moment>div {
  padding: 5px 10px 4px 10px
}

.but_con .showlist {
  float: right;
  font-weight: 900;
  padding: 0 5px;
  cursor: pointer;
  color: #d89d45;
  text-decoration: underline
}

.but_con .showlist:hover {
  color: #ff9800
}

.but_con .showlist em {
  border-bottom: 5px solid #d89d45;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  vertical-align: top;
  margin-top: 7px
}

.showlist i {
  font-style: normal;
  display: none
}

.showlist i.s_pl {
  display: inline
}

.but_con .open i {
  display: inline
}

.but_con .open .s_pl {
  display: none
}

.but_con .open em {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg)
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
  content: "" !important;
}


.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
  content: "" !important;
}