.titImg1{
    background: #d2dffc url(../img/jichu.png) no-repeat 20% 50%;
}
.titImg2{
    background: #d2dffc url(../img/biaozhun.png) no-repeat 20% 50%;
}
.titImg3{
    background: #d2dffc url(../img/chaozhi.png) no-repeat 20% 50%;
}

.newHeight{
    height: 440px;
}
.squareParent{
    width: 100%;
    height: 440px;
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
    position: relative;
    box-sizing: border-box;
}
.square{
    position: relative;
    width: 584px;
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 3px 3px 5px #d2d1d1,
    -3px 0px 5px #d2d1d1;
}

.squareTop{
    height: 100px;
    width: 100%;
    background-color: #eeeeee;
}
.bgTop{
    background-color: #2363ff;
}
.wangImg{
   line-height: 100px;
    position: relative;
}
.wangImg img{
    position: absolute;
    left: 54px;
    top:24px;
}
.wangImg span{
    position: absolute;
    left: 120px;

}


.txt{
    position: absolute;
    top: 50px;
    color: #5a5a5a;
}
.price{
    font-size: 40px;
}
.danwei{
    font-size: 14px;
}
.orang{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 52px;
    background-color: #ff8200;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.newFooter{
    width: 100%;
    height:100px;
    position: relative;
}
.text{

    width: 200px;
    height: 200px;
    font-size: 48px;
    color: #1f76d5;
    background-color: #FFFFFF;
    padding-top: 20px;
}
.text a{
    display: block;
    width: 130px;
    height: 45px;
    line-height: 45px;
    border-radius: 10px;
    font-size: 16px;
    margin:20px auto auto auto;
    color: #FFFFFF;
    background: linear-gradient(to right, #469df8 , #306aed);
}
.text p{
    margin-bottom: 20px;
}
.spc{
    color:#ff8200;
    font-size: 16px;
}
.btn{
    width: 386px;
    height: 200px;
    background-color: #FFFFFF;
    line-height: 47px;
    position: absolute;
    bottom: -100px;
    left: 50%;
    margin-left: -92px;
    cursor: pointer;
}
.btn p{
    font-size: 14px;
    color: #333333;
    height: 20px;
    text-align: left;
    margin-left: 20px;
}
.btn p:first-of-type{
    font-weight: bold;
    margin-top: 30px;
}
.btnActive{
    background-color: #2363ff;
    color: #FFFFFF;
}
.squareFooter{
    font-size: 18px;
    height: 165px;
    position: absolute;
    bottom:0px;
    left: 50%;
    transform:translate(-50%);
    line-height: 165px;
}
.squareFooter span{
    font-size: 24px;
    color: #2363ff;
}
.anliImg{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.anliImg div {
    background-color: #FFFFFF;
    width: 580px;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.virtualGood{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin-top: 40px;
}
.goodMain{
    width: 380px;
    height: 330px;
    border:1px solid #666666;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mainLen{
    height: 425px;
}
.mainTop{
    box-sizing: border-box;
    width: 380px;
    height: 140px;
    background-color: #FFFFFF;
    position: relative;
}
.mainTop img{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 50px;
}
.mainTop p{
    color: #397ef1;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 7px;
}
.mainUnder{
    width: 380px;
    height: 190px;
    background-color: #FFFFFF;
}
.len{
    height: 350px;
}
.underTxt{
   margin: 0 auto;
}
.underTxt h4{
    font-size: 16px;
    padding-bottom: 16px;
}
.underTxt p{
    font-size: 14px;
    padding-bottom: 5px;
}
.aboutService{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 40px 0px 0px 0px;
}
.aboutImg{
    width: 298px;
    height: 198px;
    margin-right: 15px;
    position: relative;
}
.aboutImg:last-of-type{
    margin-right: 0;
    background: url("../img/jifangweihu.png");
}
.aboutImg:first-of-type{
    background: url("../img/diannaoweihu.png");
}
.aboutImg:nth-of-type(2){
    background: url("../img/wangluoweihu.png");
}
.aboutImg:nth-of-type(3){
    background: url("../img/fuwuqiweihu.png");
}
.mask{
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
}
.aboutIcon{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.aboutIcon p a{
    display: block;
    color: #FFFFFF;
    font-size: 18px;
    margin-top: 18px;
}
.ser-box-show{
    background: url("../img/tuoyuanBg.png") no-repeat center right;
}

.moreTable{
    margin: 40px 0 0 0 ;
    width: 100%;
}
.moreTable table{
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.moreTable table td{
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}
 .td1{
    width:299px;
    height:59px;
}
 .tableColor{
     background: #eff8ff;
 }
 .tableTit{
     color: #316cee;
     font-size: 18px;
 }


