body{
    background: #EFF1F3;
}
.subHead{
    padding-left:0.30rem;
    padding-right: 0.3rem;
    height: 1rem;
    line-height: 1rem;
    background:#fff;
}
.subleft{
    float: left;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.subleft .logo{
    width:1.94rem;
    height: 0.66rem;
}
.subright{
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
    display:-webkit-flex;
    -webkit-align-items:center;
}
.logoTitle{
    width:2.3rem;
    height: 0.66rem;
}
.carousel{
    min-height: 2.8rem;
    background: #fff;
}
.carousel img{
    width:100%;
}

.service{
    width:0.5rem;
    height: 0.5rem;
}
.swiper-container{
    width:100%;
    height: 100%;
}
.insuraceWrapper{
    background: #fff;
    position: relative;
    margin-top:-1px;
}
ul.insuraceLists{
    display:flex;
    display: -webkit-flex;
    align-items: center;
    height: 2.04rem;
    justify-content: center;
    color:#313131;
    font-size:0.32rem;
    text-align: center;
}
ul.insuraceLists li{
    flex:1;
}
ul.insuraceLists li img{
    width:0.8rem;
    height: 0.88rem;
}
.adPosistion{
    margin-top:-2.5%;
    background:#fff;
}
.adPosistion img{
    width:100%;
   vertical-align: top;
}
.prodbox{
    background:#fff;
    margin-top:0.2rem;
}
.insurceprodTile{
    color:#999;
    font-size:0.28rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0.2rem 0;  
}
.titleIcon{
    display: inline-block;
    width:0.48rem;
    height: 0.48rem;
    background-image: url(/img/mall/sudi.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: 0.1rem;
}
ul.insurceLists{
    padding:0 0.3rem;
}
ul.insurceLists::after{
    content: "";
    display: block;
    clear: both;
}
ul.insurceLists li{
    width:3.3rem;
    float:left;
    font-size:0.28rem;
    padding-bottom: 0.2rem;
    height: 4.26rem;
    max-width:49%;
}
ul.insurceLists li .listPicBox{
    height: 2.48rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
ul.insurceLists li .listPicBox img{
    width:100%;
    height: 100%;
}
.picDis{
    background: rgba(0,0,0,0.2);
    position: absolute;
    width: 100%;
    line-height: 1.6em;
    bottom:0;
    left: 0;
    text-align: center;
    color:#fff;
}
ul.insurceLists li:nth-child(even){
    float: right;
}
ul.insurceLists li p{
    color:#313131;
    margin-top: 0.12rem;
    margin-bottom: 0.1rem;
}
ul.insurceLists li .label{
    display: inline-block;
    color:#7EC4F6;
    position: relative;
    font-size:0.26rem;
    margin-bottom:0.1rem;
    padding: 0.02rem 0.1rem;
    color:#999;
    background: #feeff2;
    border-radius: 3px;
}
ul.insurceLists li .label::before,.insuraceLight::before{
    /*position: absolute;*/
    /*!*content: '';*!*/
    display: block;
    width:100%;
    height: 100%;
    border:1px solid #7EC4F6;
    /*transform: scale(0.5 0.5);*/
    top:0;
    left:0;
    border-radius: 2px;
}
.insuraceLight::before{
    border: 1px solid #FF4760;
}
.baseline{
    text-align: center;
    color:#BBBBBB;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.24rem;
    margin-top:0.42rem;
}
.baseline span{
    margin:0 0.15rem;
}
.baseline::before,.baseline::after{
    content:"";
    display:inline-block;
    width:1rem;
    height: 1px;
    background:#BBBBBB;
}
.insuraceLight{
    display: inline-block;
    color:#999;
    font-size:0.26rem;
    padding:0.02rem 0.1rem;
    /*vertical-align: top;*/
    /*line-height: normal;*/
    position: relative;
    color:#999;
    background: #feeff2;
    border-radius: 3px;
}