.app{
    background: url("./app_bg.png") no-repeat;
    background-size: 100%;
    padding-bottom: 100px;
}
.app p{
    color: #FFFFFF;
    text-align: center;
}
.p_bottom{
    margin-bottom: 62px;
}
.app_content{
    width: 960px;
    padding: 50px 120px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
}
.app_box p{
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    color: #333333;
}
.shop{
    background: url("./shop_bg.png") no-repeat;
    background-size: 100%;
}
.shop P{
    color: #FFFFFF;
}
.shop_box{
    width: 285px;
}
.shop_bottom img{
    width: 100%;
}
.shop_top{
    background-color: #FFFFFF;
    padding: 15px 0 15px 15px;
}
.shop_top p{
    color: #333333;
    font-size: 14px;
}
.shop_top p:first-child{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.wx_box{
    width: 289px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.06);
}
.wx_box img{
    width: 100%;
}
.zt{
    background: url("./zt_bg.png") no-repeat;
    background-size: 100%;
}
.zt p{
    color: #FFFFFF;
}
.zt_box{
    width: 132px;
}
.zt_box img{
    width: 100%;
}
/*.left_right_img{*/
/*    width: 24px;*/
/*}*/
/*.left_right_img img{*/
/*    width: 100%;*/
/*}*/
.zt_box p{
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}
.zt_jt{
    margin-top: 55px;
}
.data_box{
    width: 384px;
    padding: 50px 0;
    border: 1px solid #EEEEEE;
    box-shadow: 0 3px 10px rgba(124, 124, 124, 0.06);
}
.data_box img{
    margin: 0 auto;
}
.data_box p{
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin-top: 25px;
}
.hardware{
    background: url("./hardware_bg.png") no-repeat;
    background-size: 100%;
}
.hardware p{
    color: #FFFFFF;
}
.hardware_box{
    width: 288px;
}
.hardware_img img{
    width: 100%;
}
.hardware_text{
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
    text-align: center;
    background: url("./32.png") no-repeat;
    background-size: 100%;
    margin-top: -50px;
    position: relative;
}
.sever_box{
    width: 180px;
}
.sever_box div{
    width: 156px;
    margin: 0 auto;
}
.sever_box div img{
    width: 100%;
}
.sever_tit{
    font-weight: bold;
    font-size: 15px;
    color: #333333;
    text-align: center;
}
.sever_box .sever_text{
    width: 100%;
    padding: 15px 0;
    color: #666666;
    font-size: 14px;
    text-align: center;
    /*border: 1px solid #EEEEEE;*/
    margin-top: 10px;
}
.jt{
    margin-top: 67px;
}
.sever_bottom{
    justify-content: space-evenly!important;
    margin-top: 50px;
}
.list{
    background: url("./list_bg.png") no-repeat;
    background-size: 100%;
}
.list p{
    color: #FFFFFF;
}
.list_top{
    display: flex;
}
.list_top .list_box{
    margin-right: 175px;
}
.list_box p{
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    margin-top: 15px;
}
.list_line{
    width: 100%;
    height: 2px;
    background-color: rgba(139, 193, 255, 0.16);
    display: flex;
    margin: 43px 0;
}
.line_box{
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 50%;
    margin-right: 145px;
    margin-top: -3px;
}
.line_box:first-child{
    margin-left: 60px;
}
.line_box:last-child{
    margin-right: 60px;
}
.list_bottom{
    display: flex;
    padding-left: 150px;
}
.list_bottom .list_box:first-child{
    margin: 0;
}
.list_bottom .list_box{
    margin-left: 178px;
}
.list_box img{
    display: block;
    margin: 0 auto;
}
.list_box p{
    width: 130px;
}
.quality_box{
    width: 291px;
    padding: 40px 0;
}
.quality_box img{
    display: block;
    margin: 0 auto;
}
.quality_box p{
    text-align: center;
    font-size: 14px;
    color: #666666;
    margin-bottom: 10px;
}
.quality_box .quality_tit{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
}
.quality_line{
    width: 32px;
    height: 2px;
    background: #D9D9D9;
    margin: 25px auto 15px auto;
}
.quality .active{
    border-top: 4px solid #0053B8;
    padding: 36px 0 40px 0;
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.05);
}
.banner_bg_tit{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    top: 100px;
    left: 0;
    font-size: 32px;
    font-weight: 500;
    color: #FFFFFF;

}
.banner_bg_ftit{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    top: 170px;
    left: 0;
    font-size: 18px;
    color: #FFFFFF;
}
