.container{
    width: 100%;
    position: relative;
}
.container>img{
    width: 100%;
}
.container .product_box{
    width: 500px;
    height: 500px;
    position: absolute;
    top: 100px;
    left: 200px;
    align-items: flex-start;
}
.container .product_box h1{
    font-size: 32px;
    font-weight: 800;
}
.container .product_box h3{
    font-size: 24px;
    font-weight: 500;
    color: #7B8296;
}

.container .product_box .box_list{
    width: 500px;
    height: 300px;
    flex-wrap: wrap;
    margin-top: 20px;
}
.container .product_box .box_list>div{
    width: 250px;
    height: 150px;
}
.container .product_box .box_list>div>div{
    width: 225px;
    height: 125px;
    background-color: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(13,50,116,0.13);
}
.container .product_box .box_list>div>div:hover{
    background-color: aliceblue;
}

.container .product_desc{
    width: 500px;
    height: 200px;
    font-size: 18px;
}
.product_name{
    font-size: 32px;
    font-weight: 800;
}

.apply{
    width: 500px;
    color: #FFFFFF;
}
.apply .title{
    font-size: 4rem;
}
.apply .desciption{
    font-size: 2rem;
    margin-top: 20px;
    margin-bottom: 70px;
}
.apply .try{
    font-size: 1.7rem;
    background-color: #3774F7;
    width: 200px;
    height: 35px;
    border-radius: 5px;
}

.pic{
    width: 700px;
}
.pic img{
    width: 700px;
}

.product{
    width: 100%;
    height: 120px;
}
.product p{
    font-size: 2.5rem;
}
.product a{
    font-size: 1.8rem;
}

.content-area{
    width: 100%;
    height: 500px;
    margin-bottom: 20px;
}

.content-area .box{
    width: 1200px;
}

.content-area .box .title{
    width: 1200px;
    height: 120px;
    font-size: 4rem;
}

.content-area .box .tipes{
    width: 1200px;
    height: 380px;
}

.content-area .box .tipes .left{
    width: 700px;
    height: 380px;
}

.content-area .box .tipes .left .desc{
    font-size: 1.8rem;
    min-height: 80px;
    width: 700px;
    color: #7B8296;
}

.content-area .box .tipes .left .descbox>div{
    width: 210px;
    height: 280px;
    background-color: #FFFFFF;
    margin-right: 20px;
    box-shadow: 0px 2px 8px 0px rgba(13,50,116,0.13);
    font-size: 2rem;
}

.desc-box{
    width: 180px;
    height: 200px;
}

.tipdec-1{
    width: 180px;
    color: #000000;
    height: 40px;
    font-weight: 400;
}
.tipdec-2{
    width: 180px;
    color: #7B8296;
    font-size: 1.7rem;
}

.content-area .box .tipes .right{
    width: 500px;
    height: 380px;
}

.content-area .box .tipes .right img{
    height: 380px;
}

.app-scenario{
    font-size: 4rem;
    height: 120px;
}

.app-mat{
    width: 1200px;
    height: 800px;
    flex-wrap: wrap;
}

.app-mat>div{
    width: 350px;
    height: 350px;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(13,50,116,0.13);
    font-size: 2rem;
}

.app-mat>div>div{
    width: 300px;
    height: 300px;
}

.app-mat>div>div>div{
    width: 250px;
    margin-bottom: 30px;
}

.client-mat{
    width: 1200px;
    height: 300px;
}

.client-mat>div{
    width: 500px;
    height: 250px;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(13,50,116,0.13);
    font-size: 2rem;
}

.client-mat>div>div{
    width: 450px;
    height: 200px;
}
.client-mat>div>div>div{
    width: 450px;
    min-height: 60px;
}


