/* banner */
.title-center-upDown {
  padding: 170px 0;
}

/* 联系客服 */
#scanArea .left {
    height: 100%;
    background: linear-gradient(254.69deg, #B0D0FF 0.28%, #DEEBFF 100%);
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#scanArea .xiaoqian-img {
    width: 254px;
    height: 138px;
}
#scanArea .scan-img {
    width: 171px;
    height: 171px;
}
.section-sub-title {
  text-align: center;
}
.find-widget {
    display: flex;
    align-items: center;
    padding: 32px;
    box-shadow: 0px 0px 10px  #E5E5E5;
}
.find-widget h5 {
    font-size: 20px;
    margin-bottom: 10px;
}
.find-widget p {
    margin-bottom: 0;
    font-size: 16px;
}
.find-widget img {
    width: 100px;
    height: 100px;
    margin-right: 20px;
}

/* 自助服务 */
#selfService .find-widget {
    height: 230px;
    padding: 32px 50px;
    background: #fff;
}
#selfService .find-widget img {
    margin-right: 40px;
}
#selfService .find-widget h5 {
    margin-bottom: 15px;
    cursor: pointer;
}
#selfService .find-widget p {
    margin-bottom: 5px;
    cursor: pointer;
}
.section-title-wrap {
    margin-bottom: 50px;
}


/* 
 @media              
 container1920=1400  other=1140 
 min-width 表示最小即大于等于
 max-width 表示最大即小于等于
*/

/* pc */
@media (min-width: 992px) {
    .banner-pc {
      background: url(../../images/callCenter/banner.png) no-repeat scroll center center;
      position: relative;
      background-size: cover;
      margin-top: 60px;
      box-sizing: content-box;
    }
    #scanArea {
        height: 368px;
    }
    #scanArea .right {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: left;
        padding: 0 30px;
    }
}

/* h5 */
@media (max-width: 991.5px) {
    /* banner */
    .banner-h5 {
      background: url(../../images/callCenter/h5Banner.png) no-repeat scroll center center;
      position: relative;
      background-size: cover;
      margin-top: 60px;
      box-sizing: content-box;
    }
    #scanArea .left {
       padding: 40px 20px;
       margin-bottom: 20px;
    }
    #scanArea .find-widget:first-child,
    #selfService .find-widget:first-child{
        margin-bottom: 20px;
    }
    .title-center-upDown {
      padding: 30px 0 301px;
      text-align: center;
    }
     .section-title {
        font-size: 26px;
     }
     .fadeInCenter {
         padding-bottom: 20px;
     }
}

/* 比Ipad小屏 */
@media (max-width: 767.5px) {
   #scanArea .left {
       display: flex;
       flex-direction: column;
       justify-content: center;
       align-items: center;
   }
   #scanArea .xiaoqian-img {
       margin-bottom: 20px;
   }
   #selfService .find-widget {
       padding: 32px 15px;
   }
   .find-widget img {
       margin-right: 5px;
   }
   .find-widget {
       padding: 32px 0;
   }
}

/* iphone5 */
@media (max-width: 350px) {
  .find-widget p {
      font-size: 12px;
  }
}


@media (min-width:1920px) {
	#scanArea .xiaoqian-img {
	    width: 338px;
	    height: 185px;
	}
	#scanArea .scan-img {
	    width: 228px;
	    height: 228px;
	}
}

