.font-red {
  color: #df0021;
}

.font-gray {
  color: #999;
}

.merchantShopIndext .classify-box {
  margin-top: 30px;
}

.merchantShopIndext .classify-box .classify-title {
  /* height: 33px; */
  line-height: 33px;
  font-size: 36px;
}

.merchantShopIndext .classify-box .classify-line {
  width: 36px;
  height: 3px;
  margin: 15px auto 0 auto;
  background: #61a3fe;
}

.merchantShopIndext .device-content {
  /* padding: 30px 105px 0; */
  /* margin-top: 13px; */
  padding: 30px 30px 0px 30px;
}

.merchantShopIndext .device-content .device-item {
  width: 270px;
  height: 285px;
  margin-left: 20px;
  
}

.merchantShopIndext .device-content .device-item:nth-of-type(n + 5) {
  margin-top: 20px;
}

.merchantShopIndext .device-content .device-item:nth-of-type(4n + 1) {
  margin-left: 0;
}

.merchantShopIndext .device-item .device-img {
  /* width: 155px;
  height: 108px;
  margin: 42px auto; */
  position: relative;
  width: 100%;
  height: 200px;
  padding: 20px;
}

.merchantShopIndext .device-item .device-img .ticket-img {
  position: absolute;
  top: 20px;
  right: 20px;
}

.merchantShopIndext .device-item .cname {
  font-size: 16px;
}

.merchantShopIndext .device-item .lh24 {
  height: 24px;
  line-height: 24px;
}

.merchantShopIndext .device-item:hover {
  transform: scale(1.05);
  transition: all 1s;
}

.merchantShopIndext .no-data {
  height: 300px;
  margin-top: 12px;
  line-height: 300px;
  font-size: 18px;
}

.merchantShopIndext .check-more {
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  background: #61a3fe;
  margin: 20px auto 0 auto;
}

.merchantShopIndext .switch-service {
  position: relative;
  width: 240px;
  height: 26px;
  margin: 20px auto 0 auto;
  font-size: 20px;
}

.merchantShopIndext .switch-service::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  left: 50%;
  top: -2px;
  margin-left: -2px;
  background-color: #61a3fe;
}

.merchantShopIndext .switch-service .active {
  color: #61a3fe;
}

.merchantShopIndext .switch-service .switch-item {
  width: 100px;
}

.merchantShopIndext .create-content {
  height: 500px;
  margin-top: 25px;
}

.merchantShopIndext .create-content .create-left {
  width: 630px;
  height: 350px;
  margin-top: 75px;
}

.merchantShopIndext .create-content .create-more {
  height: 100%;
  margin-left: 22px;
  margin-right: 36px;
  padding-top: 420px;
}

.merchantShopIndext .create-content .create-more > a {
  font-size: 22px;
  color: #61a3fe;
}

.merchantShopIndext .create-content .create-center {
  width: 415px;
  height: 100%;
  margin: 0 75px;
  color: #424142;
}

.merchantShopIndext .create-content .create-title {
  position: relative;
  height: 52px;
  line-height: 52px;
  padding-left: 35px;
  font-size: 22px;
  border-bottom: 1px dashed #ddd;
}

.merchantShopIndext .create-content .create-title::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 20px;
  left: 6px;
  top: 50%;
  margin-top: -10px;
  background-color: #61a3fe;
}

.merchantShopIndext .create-content .create-item {
  margin-top: 20px;
}

.merchantShopIndext .create-item .create-item-left {
  width: 56px;
  height: 50px;
}

.merchantShopIndext .create-item .create-item-right {
  margin-left: 20px;
}

.merchantShopIndext .create-item-right .title {
  font-size: 18px;
  color: #424142;
}

.merchantShopIndext .create-item-right .desc {
  width: 255px;
  margin-top: 7px;
}

.merchantShopIndext .share-circle {
  width: 180px;
  height: 180px;
  border: 1px dashed #61a3fe;
}

.merchantShopIndext .share-box {
  display: block;
  width: 170px;
  height: 170px;
  padding-top: 30px;
  background: #61a3fe;
}

.merchantShopIndext .share-box i {
  font-size: 70px;
}

.merchantShopIndext .share-item {
  /* margin: 0 110px 36px 110px; */
  margin-bottom: 36px;
  margin-left: 165px;
}

.merchantShopIndext .share-item:nth-of-type(3n-1) {
  /* margin: 0 210px; */
}

.merchantShopIndext .zx-guanzhu- {
  /* color: #df0021; */
  font-size: 20px;
}

.merchantShopIndext .icon-Height {
  position: relative;
  height: 20px;
  line-height: 20px;
}

.merchantShopIndext .icon-Height .type-tips{
	color: white;
	background: #40a9da;
	padding: 3px 5px;
}

.swiper-wrapper{
  width: auto;
  height: 400px;
  padding: 0 40px;
  padding-bottom: 20px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 354px !important;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
