.focus {
  width: 495px;
  height: 435px;
  overflow: hidden;
}
.focus .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.focus .swiper-slide {
  background-size: cover;
  background-position: center;
}
.focus .swiper-slide .fake-video {
  width: 100%;
  height: 100%;
}
.focus .gallery-top {
  height: 80%;
  width: 100%;
  border-radius: 4px;
}
.focus .gallery-top .swiper-button-next,
.focus .gallery-top .swiper-button-prev {
  display: none;
}
.focus .gallery-top:hover .swiper-button-next,
.focus .gallery-top:hover .swiper-button-prev {
  display: block;
}
.focus .swiper-thumbs {
  padding: 10px 30px;
  position: relative;
}
.focus .swiper-thumbs .gallery-thumbs {
  height: 66px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.focus .swiper-thumbs .swiper-button-prev,
.focus .swiper-thumbs .swiper-button-next {
  width: 20px;
  text-align: center;
  height: 66px;
  line-height: 66px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  top: 10px;
  margin-top: 0;
}
.focus .swiper-thumbs .swiper-button-prev {
  border-radius: 4px 0 0 4px;
}
.focus .swiper-thumbs .swiper-button-next {
  border-radius: 0 4px 4px 0;
}
.focus .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  border-radius: 4px;
}
.focus .gallery-thumbs .swiper-slide:hover .tags {
  background-image: #15b9ff;
}
.focus .gallery-thumbs .swiper-slide .tags {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 888;
  height: 24px;
  line-height: 24px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0 0 4px 4px;
}
.focus .gallery-thumbs .swiper-slide img {
  border-radius: 5px;
}
.focus .gallery-thumbs .swiper-slide-thumb-active .tags {
  background-color: #15b9ff;
}
.focus .swiper-button-next,
.focus .swiper-button-prev {
  z-index: 5;
  background: rgba(0, 0, 0, 0.6);
  line-height: 44px;
  outline: none;
}
.focus .swiper-button-next:hover,
.focus .swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.7);
}
.focus .swiper-button-prev {
  left: 0;
}
.focus .swiper-button-next {
  right: 0;
}
.xf-info {
  width: 683px;
  height: 435px;
  overflow: hidden;
  border: 1px solid #f4f4f4;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}
.xf-info .list {
  height: 30px;
  margin-bottom: 8px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.xf-info .list .link {
  height: 24px;
  line-height: 24px;
  border: 1px solid #15b9ff;
  background-color: #fff;
  text-decoration: none;
  padding: 0 8px;
  border-radius: 2px;
  margin-right: 16px;
}
.xf-info .list .link:hover {
  text-decoration: none!important;
  background-color: #E0FFFF;
}
.xf-info .list .zhekou {
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  padding: 0 4px;
}
.xf-info .list .zhekou:hover {
  cursor: pointer;
}
.xf-info .list .guanzhu {
  border: 1px solid #15b9ff;
  border-radius: 2px;
  height: 24px;
  line-height: 24px;
  padding: 0 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.xf-info .list .guanzhu:hover {
  text-decoration: none!important;
  background-color: #E0FFFF;
}
.xf-info .xf-info-top {
  padding-bottom: 15px;
}
.xf-info .xf-info-bottom {
  padding-top: 15px;
}
.xf-info .xf-info-bottom .xf-info-bottom-main {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.xf-info .xf-info-bottom .xf-info-bottom-main a:hover {
  text-decoration: underline;
  color: #333;
}
.xf-info .xf-info-bottom .xf-info-bottom-main .wx-group {
  margin-left: 20px;
  padding-top: 5px;
  width: 144px;
  height: 140px;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  border-radius: 4px;
}
.xf-info .xf-info-bottom .xf-info-bottom-main .wx-group img {
  width: 55px;
  height: 55px;
  display: block;
  margin: 5px auto;
}
.xf-info .xf-info-bottom .xf-info-bottom-main .wx-group button {
  width: 70px;
  height: 26px;
  line-height: 26px;
  background-color: #ff5200;
  border-radius: 4px;
  display: block;
  margin: auto;
  border: 0;
}
.xf-info .xf-info-bottom .xf-info-bottom-main .wx-group button:hover {
  background: #FF8C00;
}
.xf-info .xf-info-bottom .xsslc {
  -webkit-box-flex: 6;
  -ms-flex: 6;
  flex: 6;
}
.xf-info .xf-info-bottom .xsslc .lt-m {
  -webkit-box-flex: 6;
  -ms-flex: 6;
  flex: 6;
}
.xf-info .xf-info-bottom .xsslc .lt-m .lt .bb {
  position: relative;
}
.xf-info .xf-info-bottom .xsslc .lt-m .lt .bb:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -10px;
  z-index: 9;
  border: 4px solid transparent;
  border-left-color: #ff5200;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.xf-info .xf-info-bottom .xsslc .lt-m .md {
  padding-left: 20px;
}
.xf-info .xf-info-bottom .xsslc .rt-m {
  padding-left: 15px;
}
.xf-info .xf-info-bottom .xsslc .rt-m .xskf_btn {
  padding: 2px 6px;
  border-radius: 3px;
  background-color: rgba(21, 185, 255, 0.1);
  cursor: pointer;
}
.xf-info .xf-info-bt {
  padding-top: 10px;
}
.xf-info .xf-info-bt .xf-info-bt-hm {
  height: 38px;
  line-height: 38px;
  border: 1px solid #15b9ff;
  border-radius: 4px;
}
.xf-info .xf-info-bt .xf-info-bt-hm .tel-btn {
  border-radius: 4px 0 0 4px;
  width: 100px;
}
.xf-info .xf-info-bt .xf-info-bt-hm .xf-info-bt-hm-rt {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding-left: 40px;
  padding-right: 20px;
}
.xf-info .xf-info-bt .xf-info-bt-hm .show-wx {
  position: relative;
  width: 122px;
}
.xf-info .xf-info-bt .xf-info-bt-hm .show-wx .show-wx-image {
  width: 120px;
  height: 120px;
  border: 1px solid #eee;
  position: absolute;
  left: 0;
  top: -122px;
  z-index: 9;
}
.xf-info .xf-info-bt .xf-info-bt-hm .show-wx .show-wx-image img {
  max-width: 100%;
}
.xf-info .xf-info-bt .xf-info-bt-group {
  margin-top: 15px;
}
.xf-info .xf-info-bt .xf-info-bt-group .first-btn,
.xf-info .xf-info-bt .xf-info-bt-group .second-btn {
  cursor: pointer;
  width: 45%;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.xf-info .xf-info-bt .xf-info-bt-group .first-btn {
  border: 1px solid #ff5200;
}
.xf-info .xf-info-bt .xf-info-bt-group .second-btn {
  background-color: #15b9ff;
}
