﻿ .homePage_content1{
    width: 100vw;
    height: 210px;
    background-image: url('../image/bannerBgImg.png');
    background-size: cover;
}
.homePage_content1 .slideDiv{
    width: 100vw;
    height: 210px;
    padding:74px 0  0 51px;
    
}
.homePage_content1 .slideDiv .phone_text{
   width: 100px;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
}
.homePage_content1 .slideDiv .phone_text .phone_textp1{
text-align: center;
    
font-size: 24px;
font-family: Source Han Sans SC;
font-weight: bold;
color: #FFFFFF;
}
.homePage_content1 .slideDiv .phone_text .phone_textp2{
    margin-top: 7px;
height: 12px;
font-size: 12px;
font-family: Source Han Sans SC;
font-weight: 500;
color: #FFFFFF;

text-align: center;
}
.homePage_content1 .slideDiv .phone_text .phone_textp3{
    width: 25px;
height: 1px;
background: #FFFFFF;
opacity: 0.8;
text-align: center;
margin-top: 7px;
}
.homePage_content1 .slideDiv button{
    /* width: 70px; */
    height: 24px;
    background:#24B3FB;
font-size: 12px;
font-family: Source Han Sans SC;
font-weight: bold;
color: #FFFFFF;
border-radius: 3px;
margin: 17px 0 0 15px;
position: absolute;
}
.homePage_content1 .slideDiv img{
    display: none;
}
.homePage_content1 .slideDiv1{
    
    background-image: url('../image/homePagebanner1.png');
    background-size: cover;
}
.homePage_content1 .slideDiv2{
    background-image: url('../image/homePagebanner2.png');
    background-size: 150px 143px;
    background-repeat: no-repeat;
    background-position: 173px 50px;
}
.homePage_content1 .slideDiv3{
    background-image: url('../image/homePagebanner3.png');
    background-size: 217px;
    background-repeat: no-repeat;
    background-position: 141px 57px;
}
.homePage_content1 .swiper-pagination-bullet{
    background: white;
}
.homePage_content1 .swiper-pagination-bullet span{
    display: none;
}
.homePage_content1 .swiper-pagination{
    text-align: end !important;
    padding-right: 15px;
} 
/* homePage_content2 */
  .toplist{
display: none;
}
/* 中间轮播 */
.homePage_content2 .phoneTopList .swiper-container {
    width: 100%;
    padding-top: 41px;
  }
  .homePage_content2 .phoneTopList .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 350px;
    height:150px;

  }
/*  */
.homePage_content2 .content2_title{
    text-align: center;
    margin-top: 53px;
font-size: 17px;
font-family: Source Han Sans SC;
font-weight: bold;
color: #333333;
}
.homePage_content2 .content2_titleSave{
    /* margin-top: 5px; */
    text-align: center;
font-size: 9px;
font-family: Source Han Sans SC;
font-weight: 400;
color: #999999;
}
.homePage_content2  .topList2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 29px;
    padding: 0 13px;
}
.homePage_content2  .topList2  .phoneWow{
     /* width: 168px; */
     width: calc(50vw - 18px);
    height: 89px;
    border-radius: 4px;  
    /* padding: 12px 18px 0 0;  */
    display: flex;
    align-items: center;
}
.homePage_content2  .topList2  .phoneWow p:first-of-type{
font-size: 13px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #333333;

}
.homePage_content2  .topList2  .phoneWow p:not(:first-of-type){   
font-size: 10px;
font-family: Source Han Sans SC;
font-weight: 400;
color: #777777;
/* margin-top: .07rem; */
transform: scale(0.83);
transform-origin:left;
}
.homePage_content2  .topList2  .phoneWow img{
    width: 66px;
    height: 66px;
    margin-top: 7px;
}
.homePage_content2  .topList2  .phoneWow .pcDom{
    display: none;
}
.homePage_content2  .topList2  .phoneWow1{
    
background: #E9F3FD;
}
.homePage_content2  .topList2  .phoneWow2{
    
    background: #FFF2F2;
 }
.homePage_content2  .topList2  .phoneWow3{
    margin-top: 10px;
 background: #FEF7EB;
 }
 .homePage_content2  .topList2  .phoneWow4{
    margin-top:10px;
    
    background: #E8FDFF;
}
/* homePage_content3 */
.homePage_content3{
    width: 100vw;
    background-image: url('../image/contant3BgImg.png');
    background-size: cover;
    padding: 42px 16.53% 49px 16.53%;
    margin-top: 37px;
}
.homePage_content3 p:nth-child(1){
  text-align: center;  
font-size: 17px;
font-family: Source Han Sans SC;
font-weight: bold;
color: #FFFFFF;
}
.homePage_content3 p:nth-child(2){
  text-align: center;  
    /* margin-top: 5px; */
font-size: 9px;
font-family: Source Han Sans SC;
font-weight: 400;
color: #FFFFFF;
}
.homePage_content3 p:nth-child(3){
    margin-top: 10px;
  text-align: center;  
  font-size: 10px;
  font-family: Source Han Sans SC;
  font-weight: 300;
  color: #FFFFFF;
}
.homePage_content3 p:nth-child(4){
    text-align: center;  
    font-size: 10px;
    font-family: Source Han Sans SC;
    font-weight: 300;
    color: #FFFFFF;
}
.homePage_content3 .content3Img{
    width: 251px;
    height: 185px;
    margin: 47px auto 0 auto ;

}
.homePage_content3 img{
    width: 251px;
    height: 185px;
}
/* homePage_content4 */
.homePage_content4 {
    position: relative;
}
.homePage_content4 p:nth-child(1){
    margin-top: 42px;
    text-align: center;
font-size: 17px;
font-family: Source Han Sans SC;
font-weight: bold;
color: #333333;
}
.homePage_content4 p:nth-child(2){
    /* margin-top: 5px; */
    text-align: center;
font-size: 9px;
font-family: Source Han Sans SC;
font-weight: 400;
color: #999999;
}
.homePage_content4 ul{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.homePage_content4 ul li img{
    width: 73px;
    
}
.homePage_content4 ul li:last-of-type{
    display: none;
}
.homePage_content4 ul:nth-child(1){
    margin-top: 24px;
}
.homePage_content4 ul:nth-child(2){
    margin: 18px auto 43px auto;
}
.homePage_content4 .changeIcon{
  display: none;
}
.homePage_content4 .phoneIcon{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
}
.homePage_content4 .phoneIcon img{
    width: 22px;
    height: 22px;
    margin: 0 9px;
}
/* homePage_content5 */
.homePage_content5{
    width: 100vw;
background: #0D004D;
padding: 45px 15px 28px 15px ;
}
.homePage_content5 p:nth-child(1){
  text-align:center;  
font-size: 17px;
font-family: Source Han Sans SC;
font-weight: bold;
color: #FFFFFF;
}
.homePage_content5 .online{
    text-align:center;  
  margin-top: 5px;
font-size: 9px;
font-family: Source Han Sans SC;
font-weight: 400;
color: #FFFFFF;
  }
  .homePage_content5 ul{
      display: flex;
      justify-content: space-around;
      align-items: center;
      margin-top: 32px;
  }
  .homePage_content5 ul li img{
      width: 32px;
      height: 43px;
  }
  .homePage_content5 ul li{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
  }
  .homePage_content5 ul li p:first-of-type{
      text-align: center;
      margin-top: 6px;
font-size: 18px;
font-family: Source Han Sans SC;
font-weight: 500;
color: #FFFEFE;
  }
  .homePage_content5 ul li p:last-of-type{
margin-top: 9px;      
font-size: 10px;
font-family: Source Han Sans SC;
font-weight: 400;
color: #FFFEFE;
line-height: 13px;
opacity: 0.4;
  }
  .homePage_content5 .content5Input{
      margin-top: 36px;
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  .homePage_content5 .content5Input #inp3{
    width: 255px;
    height: 30px;
    background: rgba(28, 123, 239, 0);
    border: 1px solid #FFFFFF;
    opacity: 0.4;
    border-radius: 4px;
text-indent: 11px;    
  }
  .homePage_content5 .content5Input #btn3{
     flex: 1;
      margin-left: 10px;
height: 30px;
font-size: 12px;
font-family: Source Han Sans SC;
font-weight: bold;
color: #FFFFFF;
background:#25AEFA;
border-radius: 4px;
  }
