﻿.pc-style .mid {
  margin: 10px auto;
  width: 1120px;
}

.pc-style .share-index {
  padding: 20px;
  background: #ffffff;
}

.pc-style .share-index .swiper-banner .swiper-slide a {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.pc-style .share-index .swiper-banner .swiper-slide .Placeholder {
  display: block;
  padding-top: 27%;
}

.pc-style .share-index .share-body {
  padding: 20px 0px;
}

.pc-style .share-index .share-tabs {
  overflow: hidden;
  text-align: center;
  font-size: 0px;
}

.pc-style .share-index .share-tabs .share-tabs-item {
  display: inline-block;
  line-height: 40px;
  padding: 0px 10px;
}

.pc-style .share-index .share-tabs .share-tabs-item-inner {
  display: block;
  padding: 0px 20px;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  border-radius: 5px;
  color: #336699;
  cursor: pointer;
}

.pc-style .share-index .share-tabs .share-tabs-item-inner:hover {
  color: #e53737;
  border: 1px solid #e53737;
}

.pc-style .share-index .share-tabs .share-tabs-item-inner.selected {
  background: #e53737;
  border: 1px solid #e53737;
  color: #ffffff;
}

.pc-style .share-index .share-list {
  overflow: hidden;
  zoom: 1;
  margin: 0px -20px;
}

.pc-style .share-index .share-list .share-item {
  float: left;
  width: 25%;
}

.pc-style .share-index .share-item .share-item-inner {
  margin: 20px;
}

.pc-style .share-index .share-item .share-item-poster {
  background: #000000;
  margin-bottom: 10px;
  border-radius: 5px;
  display: block;
  position: relative;
}

.pc-style .share-index .share-item .share-item-poster img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.pc-style .share-index .share-item .share-item-poster::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.pc-style .share-index .share-item .share-item-title {
  font-size: 16px;
  margin-bottom: 5px;
  line-height:1.5;
  height:3em;
  overflow: hidden;
  display: block;
}

.pc-style .share-index .share-item .share-item-intro {
  color: #e53737;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
}

.pc-style .share-index .share-item .share-btncontainer {
  overflow: hidden;
  zoom: 1;
  margin: 10px -5px 0px -5px;
}

.pc-style .share-index .share-item .share-btn-item {
  float: left;
  width: 50%;
}

.pc-style .share-index .share-item .share-btn-item .link-btn {
  display: block;
  background: #336699;
  border-radius: 5px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0px 5px;
  color: #ffffff;
}

.pc-style .dialog-copy-text {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10005;
  display: none;
}

.pc-style .dialog-copy-text .copy-text-box {
  background: #ffffff;
  border-radius: 4px;
  padding: 15px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  max-width: 320px;
  width: 80%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: fixed;
}

.pc-style .dialog-copy-text .copy-text {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  max-height: 15em;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.pc-style .dialog-copy-text .btn-container {
  text-align: center;
  padding: 20px 0px 10px 0px;
}

.pc-style .dialog-copy-text .btn-container .btn-copy {
  border-radius: 100px;
  background: #e53737;
  color: #ffffff;
  display: inline-block;
  padding: 0px 1em;
  line-height: 40px;
}

.pc-style .dialog-copy-text .btn-close::before {
  content: "";
  display: block;
  top: -10px;
  height: 10px;
  border-left: 2px solid #ffffff;
  margin-left: -1px;
  left: 50%;
  position: absolute;
}

.pc-style .dialog-copy-text .btn-close {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -48px;
  margin-left: -19px;
  border-radius: 100%;
  border: 2px solid #ffffff;
  color: #ffffff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
}

.pc-style .dialog-poster {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10005;
  display: none;
}

.pc-style .dialog-poster .poster-box {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  max-width: 320px;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: fixed;
  margin-top: -24px;
}

.pc-style .dialog-poster .poster-box::before {
  content: "";
  display: block;
  padding-top: 177%;
}

.pc-style .dialog-poster .poster-box .poster-img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 40px;
  display: block;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  background: #f5f5f5;
  border-radius: 4px;
}

.pc-style .dialog-poster .poster-box .poster-img img {
  width: 100%;
}

.pc-style .dialog-poster .poster-box .poster-tips {
  text-align: center;
  font-size: 14px;
  line-height: 40px;
}

.pc-style .dialog-poster .poster-box .btn-close {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -48px;
  margin-left: -19px;
  border-radius: 100%;
  border: 2px solid #ffffff;
  color: #ffffff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
}

.pc-style .dialog-poster .poster-box .btn-close:before {
  content: "";
  display: block;
  top: -10px;
  height: 10px;
  border-left: 2px solid #ffffff;
  margin-left: -1px;
  left: 50%;
  position: absolute;
}

.pc-style .dialog-signup {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10005;
  display: none;
}

.pc-style .dialog-signup .signup-box {
  background: #ffffff;
  border-radius: 4px;
  padding: 15px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  max-width: 320px;
  width: 80%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: fixed;
}

.pc-style .dialog-signup .signup-text {
  text-align: center;
}

.pc-style .dialog-signup .btn-container {
  text-align: center;
  padding: 20px 0px 10px 0px;
}

.pc-style .dialog-signup .btn-container .btn-signup {
  border-radius: 100px;
  background: #e53737;
  color: #ffffff;
  display: inline-block;
  padding: 0px 1em;
  line-height: 40px;
}

.pc-style .dialog-signup .btn-close::before {
  content: "";
  display: block;
  top: -10px;
  height: 10px;
  border-left: 2px solid #ffffff;
  margin-left: -1px;
  left: 50%;
  position: absolute;
}

.pc-style .dialog-signup .btn-close {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -48px;
  margin-left: -19px;
  border-radius: 100%;
  border: 2px solid #ffffff;
  color: #ffffff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
}

.pc-style .share-link-mask {
  display: none;
}

/* 移动端样式 */

.mobile-style {
  background: #ffffff;
}

.mobile-style #top {
  display: none;
}

.mobile-style #bot {
  display: none;
}

.mobile-style .fixed-top-serch {
  display: none;
}

.mobile-style .mid {
  margin: 0px;
}

.mobile-style .share-index {}

.mobile-style .share-index .swiper-banner {
  background: #ffffff;
}

.mobile-style .share-index .swiper-banner .swiper-slide a {
  display: block;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.mobile-style .share-index .swiper-banner .swiper-slide .Placeholder {
  display: block;
  padding-top: 27%;
}

.mobile-style .share-index .share-body {}

.mobile-style .share-index .share-tabs {
  overflow: hidden;
  text-align: center;
  font-size: 0px;
  background: #f5f5f5;
  padding: 10px 0px;
  overflow: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.mobile-style .share-index .share-tabs .share-tabs-item {
  display: inline-block;
  line-height: 36px;
  padding: 0px 10px;
}

.mobile-style .share-index .share-tabs .share-tabs-item-inner {
  display: block;
  padding: 0px 10px;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  border-radius: 5px;
  color: #336699;
  cursor: pointer;
  background: #ffffff;
}

.mobile-style .share-index .share-tabs .share-tabs-item-inner:hover {
  color: #e53737;
  border: 1px solid #e53737;
}

.mobile-style .share-index .share-tabs .share-tabs-item-inner.selected {
  background: #e53737;
  border: 1px solid #e53737;
  color: #ffffff;
}

.mobile-style .share-index .share-list {
  overflow: hidden;
  zoom: 1;
}

.mobile-style .share-index .share-list .share-item {
  padding: 20px;
  border-bottom: 1px dashed #e5e5e5;
  background: #ffffff;
}

.mobile-style .share-index .share-list .share-item-inner {
  display: block;
  overflow: hidden;
  zoom: 1;
}

.mobile-style .share-index .share-item .share-item-poster {
  background: #000000;
  margin-bottom: 10px;
  border-radius: 5px;
  display: block;
  position: relative;
  float: left;
  width: 30%;
}

.mobile-style .share-index .share-item .share-item-poster img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.mobile-style .share-index .share-item .share-item-poster::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.mobile-style .share-index .share-item .share-item-des {
  margin-left: 30%;
  padding-left: 10px;
}

.mobile-style .share-index .share-item .share-item-title {
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
}

.mobile-style .share-index .share-item .share-item-intro {
  color: #e53737;
}

.mobile-style .share-index .share-item .share-btncontainer {
  overflow: hidden;
  zoom: 1;
  margin: 10px 0px 0px 30%;
  padding-left: 5px;
}

.mobile-style .share-index .share-item .share-btn-item {
  float: left;
  width: 50%;
}

.mobile-style .share-index .share-item .share-btn-item-link {
  display: none;
}

.mobile-style .share-index .share-item .share-btn-item .link-btn {
  display: block;
  background: #336699;
  border-radius: 5px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin: 0px 5px;
  color: #ffffff;
}

.mobile-style .dialog-copy-text {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10005;
  display: none;
}

.mobile-style .dialog-copy-text .copy-text-box {
  background: #ffffff;
  border-radius: 4px;
  padding: 15px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  max-width: 320px;
  width: 80%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: fixed;
}

.mobile-style .dialog-copy-text .copy-text {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  max-height: 15em;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.mobile-style .dialog-copy-text .btn-container {
  text-align: center;
  padding: 20px 0px 10px 0px;
}

.mobile-style .dialog-copy-text .btn-container .btn-copy {
  border-radius: 100px;
  background: #e53737;
  color: #ffffff;
  display: inline-block;
  padding: 0px 1em;
  line-height: 40px;
}

.mobile-style .dialog-copy-text .btn-close::before {
  content: "";
  display: block;
  top: -10px;
  height: 10px;
  border-left: 2px solid #ffffff;
  margin-left: -1px;
  left: 50%;
  position: absolute;
}

.mobile-style .dialog-copy-text .btn-close {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -48px;
  margin-left: -19px;
  border-radius: 100%;
  border: 2px solid #ffffff;
  color: #ffffff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
}

.mobile-style .dialog-poster {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10005;
  display: none;
}

.mobile-style .dialog-poster .poster-box {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  max-width: 320px;
  width: 70%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: fixed;
  margin-top: -24px;
}

.mobile-style .dialog-poster .poster-box::before {
  content: "";
  display: block;
  padding-top: 177%;
}

.mobile-style .dialog-poster .poster-box .poster-img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 40px;
  display: block;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  background: #f5f5f5;
  border-radius: 4px;
}

.mobile-style .dialog-poster .poster-box .poster-img img {
  width: 100%;
}

.mobile-style .dialog-poster .poster-box .poster-tips {
  text-align: center;
  font-size: 14px;
  line-height: 40px;
}

.mobile-style .dialog-poster .poster-box .btn-close {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -48px;
  margin-left: -19px;
  border-radius: 100%;
  border: 2px solid #ffffff;
  color: #ffffff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
}

.mobile-style .dialog-poster .poster-box .btn-close:before {
  content: "";
  display: block;
  top: -10px;
  height: 10px;
  border-left: 2px solid #ffffff;
  margin-left: -1px;
  left: 50%;
  position: absolute;
}

.mobile-style .dialog-signup {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10005;
  display: none;
}

.mobile-style .dialog-signup .signup-box {
  background: #ffffff;
  border-radius: 4px;
  padding: 15px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  max-width: 320px;
  width: 80%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: fixed;
}

.mobile-style .dialog-signup .signup-text {
  text-align: center;
}

.mobile-style .dialog-signup .btn-container {
  text-align: center;
  padding: 20px 0px 10px 0px;
}

.mobile-style .dialog-signup .btn-container .btn-signup {
  border-radius: 100px;
  background: #e53737;
  color: #ffffff;
  display: inline-block;
  padding: 0px 1em;
  line-height: 40px;
}

.mobile-style .dialog-signup .btn-close::before {
  content: "";
  display: block;
  top: -10px;
  height: 10px;
  border-left: 2px solid #ffffff;
  margin-left: -1px;
  left: 50%;
  position: absolute;
}

.mobile-style .dialog-signup .btn-close {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -48px;
  margin-left: -19px;
  border-radius: 100%;
  border: 2px solid #ffffff;
  color: #ffffff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
}

.mobile-style .share-link-mask {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 5000;
  display: none;
}

.mobile-style .share-link-mask .share-link-box {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 16px;
  font-size: 20px;
  text-align: center;
  z-index: 10;
  color: #ffffff;
  background: url(../Images/weixin-tips2.png) right top no-repeat;
  background-size: 90px 80px;
  padding-top: 80px;
}

.mobile-style .ServiceStyle01, .mobile-style .ServiceStyle02, .mobile-style .ServiceStyle03, .mobile-style .ServiceStyle04, .mobile-style .ServiceStyle05, .mobile-style .ServiceStyle06 {
  display: none;
}
.mobile-style .fixed-top-serch{
  display: none !important;
}