@charset "UTF-8";
@media screen and (max-width: 1240px) {
  /*banner区域默认样式调整开始*/
  .banner-container {
    display: none;
  }
  /*面包屑*/
  .breadcrumb {
    display: none;
  }
  .main-box {
    margin-top: 10.2rem;
    /* 你可能还会喜欢 */
  }
  .main-box .show-pc {
    display: none !important;
  }
  .main-box hr {
    height: 1px;
    background-color: #f5f5f5;
    border: none;
  }
  .main-box h2.title {
    font-size: 2rem;
    font-weight: bold;
  }
  .main-box .info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #666;
    font-weight: 100;
    margin-top: 1rem;
  }
  .main-box .info-wrap .ml-10 {
    margin-left: 1.5rem;
  }
  .main-box .info-wrap img {
    height: 1.4rem;
    margin-right: 0.8rem;
  }
  .main-box .detail {
    margin-top: 1rem;
    padding: 2rem 0;
  }
  .main .detail p{
	font-size: 16px;
    line-height: 26px;
    padding: 15px 0;
  }
  .main .detail p img{
	width:100% !important;
	height:aouto !important;
  }
  .main-box .share-wrap {
    text-align: right;
    margin-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-box .share-wrap .icon-box {
    height: 4rem;
    padding: 0 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #e6e6e6;
    font-size: 12px;
    border-radius: 0.5rem;
    margin: 0 1rem;
    cursor: pointer;
  }
  .main-box .share-wrap .icon-box img {
    width: 2rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 5px;
  }
  .main-box .change-articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 4rem 0;
  }
  .main-box .change-articles .change-item {
    font-weight: 200;
    font-size: 14px;
    margin: 0 2rem;
    text-align: center;
    cursor: pointer;
  }
  .main-box .change-articles .change-item .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-box .change-articles .change-item p {
    font-size: 16px;
    margin-top: 0.5rem;
  }
  .main-box .change-articles .change-item.prev {
    color: #666;
  }
  .main-box .change-articles .change-item.prev img {
    margin-right: 0.5rem;
    width: 2rem;
  }
  .main-box .change-articles .change-item.next {
    color: #618ce6;
  }
  .main-box .change-articles .change-item.next img {
    margin-left: 0.5rem;
    width: 2rem;
  }
  .main-box .recommend-wrap {
    margin-top: 3rem;
  }
  .main-box .recommend-wrap .recommend-title {
    font-size: 16px;
    margin: 2rem 0;
  }
  .main-box .recommend-wrap .d-flex ul li {
    cursor: pointer;
    font-size: 14px;
    height: 4rem;
    line-height: 4rem;
    border-radius: 4rem;
    padding: 0 2rem;
    display: inline-block;
    border: 1px solid #eee;
    margin: 0 1rem 1rem 0;
  }
  /* 右侧 */
  .right {
    margin-top: 3rem;
    padding: 3rem 0;
    border-top: 1px solid #f5f5f5;
    /* 相关案例 */
  }
  .right .about-title {
    font-size: 16px;
  }
  .right .about-cases {
    margin-top: 2rem;
  }
  .right .about-cases ul li {
    cursor: pointer;
    padding-left: 2rem;
    position: relative;
    font-size: 14px;
    margin-top: 1rem;
  }
  .right .about-cases ul li a {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    width: 100%;
  }
  .right .about-cases ul li::before {
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #437bf4;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5rem;
  }
  /*移动端体验宝航隐藏开始*/
  #pcExperienceBh {
    display: none !important;
  }
  /*移动端体验宝航隐藏结束*/
}
/*# sourceMappingURL=service-cases-detail-mobile.css.map */